.swd-catalog-page,
.swd-product-page {
  --catalog-navy: #071b34;
  --catalog-blue: #168fe3;
  --catalog-green: #1fa45b;
  --catalog-muted: #5d6b7d;
  --catalog-line: #dce7ed;
  color: var(--catalog-navy);
}

.swd-catalog-page { margin-top: -64px; }
.swd-catalog-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(70px, 9vw, 126px) max(4vw, calc((100vw - 1180px) / 2));
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 3%, rgba(43, 164, 235, .45), transparent 34%),
    linear-gradient(125deg, #071b34 10%, #0b3155 100%);
}
.swd-catalog-hero::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255,255,255,.035), 0 0 0 96px rgba(255,255,255,.025);
}
.swd-catalog-kicker,
.swd-product-heading span,
.swd-product-type {
  color: #55c986;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.inner-content .swd-catalog-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 12px 0 18px;
  color: #fff;
  font: 900 clamp(48px, 7vw, 94px)/.95 Arial Black, Arial, Helvetica, sans-serif;
  letter-spacing: -.055em;
}
.swd-catalog-hero p,
.swd-catalog-description {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: #dce9f4;
  font-size: clamp(17px, 2vw, 21px);
}
.swd-catalog-description p:last-child { margin-bottom: 0; }

.swd-catalog-nav {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -28px;
  overflow: hidden;
  border: 1px solid var(--catalog-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7,27,52,.09);
}
.swd-catalog-nav a {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px;
  border-right: 1px solid var(--catalog-line);
  color: var(--catalog-navy);
  text-decoration: none;
}
.swd-catalog-nav a:last-child { border-right: 0; }
.swd-catalog-nav a:hover { background: #eef8ff; }
.swd-catalog-nav span { color: var(--catalog-blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.swd-catalog-nav strong { margin-top: 4px; font-size: 18px; }
.swd-catalog-coming,
.swd-product-coming {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  padding: 15px 20px;
  border: 1px solid #b9ddcb;
  border-radius: 10px;
  background: #ecf9f1;
  color: #11643a;
  font-weight: 900;
  text-align: center;
}
.swd-catalog-coming::before,
.swd-product-coming::before { content: ""; width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--catalog-green); }

.swd-product-section { padding: 76px 0 30px; }
.swd-product-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.swd-product-heading h2 { margin: 5px 0 0; font: 900 clamp(32px, 5vw, 54px)/1 Arial Black, Arial, Helvetica, sans-serif; letter-spacing: -.045em; }
.swd-product-heading p { max-width: 500px; margin: 0; color: var(--catalog-muted); }
.swd-product-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.swd-product-card {
  grid-column: span 4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--catalog-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(7,27,52,.055);
}
.swd-product-card:nth-child(6n + 1),
.swd-product-card:nth-child(6n + 6) { grid-column: span 8; }
.swd-product-card:nth-child(6n + 1) .swd-product-image,
.swd-product-card:nth-child(6n + 6) .swd-product-image { aspect-ratio: 2.05; }
.swd-product-card.swd-card-standard { grid-column: span 4; }
.swd-product-card.swd-card-standard .swd-product-image { aspect-ratio: 1.18; }
.swd-product-card.swd-card-wide { grid-column: span 8; display: grid; grid-template-columns: 1fr 1fr; }
.swd-product-card.swd-card-feature { grid-column: span 8; }
.swd-product-card.swd-card-feature .swd-product-image { aspect-ratio: 2.05; }
.swd-product-image { position: relative; overflow: hidden; display: grid; place-items: center; height: 190px !important; min-height: 190px; max-height: 190px; aspect-ratio: auto !important; background: #f7fafb; }
.swd-product-image img { width: 100%; height: 100%; object-fit: contain; padding: 22px; transition: transform .35s ease; }
.swd-product-card:hover .swd-product-image img { transform: scale(1.035); }
.swd-product-badge { position: absolute; top: 14px; left: 14px; z-index: 1; padding: 6px 10px; border-radius: 999px; background: var(--catalog-navy); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.swd-product-placeholder { display: grid; place-items: center; width: 112px; height: 112px; border: 2px solid #cbdbe4; border-radius: 50%; color: #9bb0be; font: 900 28px Arial Black, Arial, sans-serif; }
.swd-product-copy { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.swd-product-copy h2 { margin: 7px 0 12px; font: 900 21px/1.2 Arial Black, Arial, Helvetica, sans-serif; letter-spacing: -.025em; }
.swd-product-copy h2 a { color: var(--catalog-navy); text-decoration: none; }
.swd-product-intro { color: var(--catalog-muted); font-size: 15px; }
.swd-product-intro p:last-child { margin-bottom: 0; }
.swd-product-link { margin-top: auto; padding-top: 22px; color: var(--catalog-green); font-size: 14px; font-weight: 900; text-decoration: none; }
.swd-product-link:hover { color: #167d46; }
.swd-catalog-empty { margin: 64px 0 30px; padding: 40px; border: 1px dashed #b9cbd5; border-radius: 14px; background: #f6fafb; text-align: center; }
.swd-catalog-empty h2 { margin-top: 0; }
.swd-catalog-pagination { margin: 40px 0; }

.swd-product-page { padding-bottom: 30px; }
.swd-product-back { display: inline-block; margin-bottom: 28px; color: var(--catalog-blue); font-weight: 800; text-decoration: none; }
.swd-product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(35px, 6vw, 80px); align-items: center; }
.swd-product-detail-image { min-height: 470px; display: grid; place-items: center; border: 1px solid var(--catalog-line); border-radius: 16px; background: #f7fafb; }
.swd-product-detail-image img { width: 100%; max-height: 610px; object-fit: contain; padding: clamp(20px, 4vw, 48px); }
.swd-product-detail-copy h1 { margin: 10px 0 20px; font: 900 clamp(40px, 5.4vw, 70px)/.98 Arial Black, Arial, Helvetica, sans-serif; letter-spacing: -.052em; }
.swd-product-lead { color: var(--catalog-muted); font-size: 18px; }
.swd-product-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0 0; border-block: 1px solid var(--catalog-line); }
.swd-product-specs div { padding: 18px 14px 18px 0; }
.swd-product-specs dt { color: var(--catalog-muted); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.swd-product-specs dd { margin: 5px 0 0; font-weight: 900; }
.swd-product-body { max-width: 860px; margin: 70px auto 0; font-size: 17px; }
.swd-product-body h2 { margin-top: 46px; font: 900 34px/1.1 Arial Black, Arial, Helvetica, sans-serif; }

@media (max-width: 900px) {
  .swd-catalog-nav { grid-template-columns: 1fr 1fr; }
  .swd-catalog-nav a:nth-child(2) { border-right: 0; }
  .swd-catalog-nav a:nth-child(-n+2) { border-bottom: 1px solid var(--catalog-line); }
  .swd-product-card { grid-column: span 6; }
  .swd-product-card:nth-child(6n + 1),
  .swd-product-card:nth-child(6n + 6) { grid-column: span 12; }
  .swd-product-card.swd-card-standard { grid-column: span 6; }
  .swd-product-card.swd-card-wide,
  .swd-product-card.swd-card-feature { grid-column: span 12; }
  .swd-product-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .swd-catalog-page { margin-top: -64px; }
  .swd-catalog-nav a { min-height: 82px; padding: 14px; }
  .swd-product-heading { align-items: flex-start; flex-direction: column; }
  .swd-product-card,
  .swd-product-card:nth-child(6n + 1),
  .swd-product-card:nth-child(6n + 6),
  .swd-product-card.swd-card-wide,
  .swd-product-card.swd-card-feature { grid-column: span 12; display: flex; }
  .swd-product-card:nth-child(6n + 1) .swd-product-image,
  .swd-product-card:nth-child(6n + 6) .swd-product-image,
  .swd-product-card.swd-card-feature .swd-product-image { height: 180px; aspect-ratio: auto; }
  .swd-product-detail-image { min-height: 330px; }
  .swd-product-specs { grid-template-columns: 1fr; }
  .swd-product-specs div { border-bottom: 1px solid var(--catalog-line); }
  .swd-product-specs div:last-child { border-bottom: 0; }
}
