:root {
  --black: #0a0b0c;
  --ink: #17191b;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #858985;
  --line: rgba(23, 25, 27, 0.14);
  --lime: #ffd200;
  --orange: #ff5a1f;
  --red: #c8462c;
  --accent-dark: #c64722;
  --radius: 6px;
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}
body:has(.checkout-page-section) { background: #08090a; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(8, 9, 10, 0.94);
  backdrop-filter: blur(12px);
}
.brand, .site-nav, .header-actions, .hero-actions, .signal-bar, .shop-toolbar,
.filter-list, .product-line, .product-price, .fit-grid, .site-footer,
.site-footer nav, .cookie-banner { display: flex; align-items: center; }
.brand-name {
  color: var(--white);
  font-family: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-transform: uppercase;
}
.brand-logo {
  width: clamp(142px, 12vw, 188px);
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}
.site-nav { gap: clamp(24px, 4vw, 58px); justify-self: center; color: var(--white); font-family: Impact, "Arial Narrow", sans-serif; font-size: 15px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55); }
.site-nav a:hover, .cart-link:hover, .text-button:hover { color: var(--lime); }
.nav-connect { position: static; }
.nav-connect summary { position: relative; cursor: pointer; list-style: none; }
.nav-connect summary::-webkit-details-marker { display: none; }
.nav-connect summary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 3px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.nav-connect[open] summary::after { transform: scaleX(1); }
.nav-connect-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 238px;
  padding: 28px clamp(28px, 5vw, 72px) 34px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #070809;
  color: var(--white);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .38);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  text-align: left;
  text-shadow: none;
  text-transform: none;
}
.nav-connect-kicker {
  margin: 0 0 20px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.nav-connect-layout {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(340px, 1.2fr);
  gap: clamp(44px, 8vw, 120px);
}
.nav-connect-group h2 {
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1;
  text-transform: uppercase;
}
.nav-connect-group h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 2px;
  background: var(--lime);
}
.nav-connect-links { max-width: 410px; margin-top: 8px; display: grid; }
.nav-connect-links a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: color .18s ease, padding-left .18s ease;
}
.nav-connect-links a:hover { padding-left: 10px; color: var(--lime); }
.nav-connect-links em { color: var(--lime); font-style: normal; }
.nav-connect-links sup { margin-left: 2px; color: var(--lime); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9px; line-height: 0; }
.nav-connect-disclaimer {
  max-width: 410px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .34);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.45;
  text-transform: none;
}
.nav-connect-phone > a {
  max-width: 520px;
  min-height: 98px;
  margin-top: 8px;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.nav-connect-phone strong { color: var(--white); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(24px, 2.3vw, 34px); font-weight: 900; letter-spacing: .015em; }
.nav-connect-phone > a > span:last-child { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.header-actions { justify-self: end; gap: 20px; font-size: 13px; font-weight: 600; }
.mobile-catalog-link { display: none; }
.text-button, .cart-link { padding: 0; background: none; border: 0; color: inherit; }
.cart-link span { color: var(--lime); }
.header-phone {
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
  transition: color .18s ease;
}
.header-phone:hover { color: var(--lime); }
.header-socials { position: relative; }
.header-socials--mobile { display: none; }
.header-socials summary {
  min-height: 34px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}
.header-socials summary::-webkit-details-marker { display: none; }
.header-socials summary b { color: var(--lime); font-size: 17px; line-height: 1; transition: transform .18s ease; }
.header-socials[open] summary { border-color: var(--white); background: var(--white); color: var(--black); }
.header-socials[open] summary b { color: var(--black); transform: rotate(180deg); }
.header-socials-label--mobile { display: none; }
.header-socials-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 238px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #0b0d0e;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .45);
}
.header-socials-menu a {
  min-height: 44px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.header-socials-menu a + a { border-top: 1px solid rgba(255, 255, 255, .09); }
.header-socials-menu a:hover { background: var(--lime); color: var(--black); }
.header-socials-menu em { color: var(--lime); font-size: 12px; font-style: normal; }
.header-socials-menu a:hover em { color: var(--black); }
.header-socials-phone { display: none !important; }
.header-socials-kicker,
.header-socials-disclaimer { display: none; }
.header-socials-menu sup {
  margin-left: 2px;
  color: var(--lime);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  line-height: 0;
}
.site-header.is-light {
  color: var(--ink);
  background: rgba(244, 243, 239, 0.92);
  box-shadow: 0 1px 0 rgba(23, 25, 27, 0.12);
}
.site-header.is-light .site-nav,
.site-header.is-light .text-button,
.site-header.is-light .cart-link {
  color: var(--ink);
  text-shadow: none;
}
.site-header.is-light .header-phone { color: rgba(23, 25, 27, .68); }
.site-header.is-light .header-socials summary { border-color: rgba(23, 25, 27, .2); color: var(--ink); }
.site-header.is-light .header-socials summary b { color: var(--accent-dark); }
.site-header.is-light .brand-name { color: var(--ink); }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--black); color: var(--white); isolation: isolate; }
.hero-campaign-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-campaign-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3,3,4,.94) 0%, rgba(3,3,4,.72) 27%, rgba(3,3,4,.08) 63%, rgba(3,3,4,.08) 100%), linear-gradient(0deg, rgba(3,3,4,.68), transparent 48%); }
.hero-content { position: relative; z-index: 3; width: min(100%, var(--max)); min-height: 100svh; margin: 0 auto; padding: 150px clamp(18px, 7vw, 120px) 74px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.hero .overline { margin-bottom: 10px; color: var(--white); letter-spacing: .42em; }
.overline, .section-kicker { margin: 0 0 16px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(68px, 11vw, 166px); line-height: 0.8; font-weight: 800; letter-spacing: -0.075em; text-transform: uppercase; }
.hero-title { max-width: 820px; margin: 0 0 14px; color: var(--white); font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif; font-size: clamp(68px, 8.4vw, 128px); font-stretch: condensed; font-style: italic; font-weight: 900; letter-spacing: -.045em; line-height: .82; }
.hero-title-top, .hero-title-muted, .hero-title-accent { display: block; }
.hero-title-top { color: var(--ink); font-size: clamp(70px, 8.4vw, 126px); }
.hero-title-muted { position: relative; color: rgba(255, 255, 255, 0.42); font-size: clamp(42px, 6.5vw, 92px); }
.hero-title-muted::after { content: ""; position: absolute; left: -4%; top: 52%; width: 110%; height: clamp(9px, 1vw, 17px); background: var(--lime); transform: rotate(-4deg) skewX(-18deg); clip-path: polygon(0 25%, 7% 0, 38% 22%, 68% 4%, 100% 18%, 94% 68%, 65% 52%, 30% 88%, 5% 67%); }
.hero-title-accent { margin: 0; padding: .1em .12em .13em .05em; background: var(--lime); color: var(--ink); font-size: clamp(70px, 8.4vw, 126px); font-style: normal; letter-spacing: inherit; line-height: .72; transform: none; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-description { max-width: 480px; margin: 0; color: var(--white); font-size: clamp(17px,1.5vw,23px); font-weight: 700; line-height: 1.35; }
.hero-tech { margin: 15px 0 0; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-tech span { margin: 0 8px; color: #ff641e; }
.hero-actions { gap: 10px; margin-top: 25px; flex-wrap: wrap; }
.campaign-button { min-width: 168px; min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--white); background: var(--white); color: var(--black); font-family: Impact, "Arial Narrow", sans-serif; font-size: 16px; font-style: italic; letter-spacing: .035em; text-transform: uppercase; transition: .2s ease; }
.campaign-button:hover { border-color: #ff641e; background: #ff641e; color: var(--black); transform: translateY(-2px); }
.campaign-button--ghost { background: transparent; color: var(--white); }
.solid-button, .line-button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 4px; font-weight: 800; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; }
.solid-button { background: var(--ink); color: var(--white); border: 0; }
.solid-button:hover { background: var(--lime); color: var(--ink); transform: translateY(-2px); }
.line-button { border: 1px solid rgba(255, 255, 255, 0.48); color: var(--white); }
.line-button:hover { background: var(--white); color: var(--black); transform: translateY(-2px); }
.hero-index, .hero-scroll { position: absolute; z-index: 3; color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-index { right: clamp(18px, 4vw, 56px); bottom: 26px; }
.hero-scroll { left: clamp(18px, 4vw, 56px); bottom: 26px; }
.hero-scroll span { margin-left: 8px; color: var(--lime); font-size: 16px; }

.signal-bar { justify-content: space-between; gap: 18px; padding: 18px clamp(18px, 5vw, 72px); background: var(--lime); color: var(--black); font-size: 13px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }

.shop-section, .fit-section, .order-section, .checkout-section { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(80px, 10vw, 144px) clamp(18px, 5vw, 72px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 24px; align-items: end; margin-bottom: 56px; }
.section-heading--compact { display: block; margin-bottom: 48px; }
.shop-heading { display: block; margin-bottom: 64px; text-align: center; }
.shop-heading .section-kicker { display: inline-flex; align-items: center; margin-bottom: 20px; padding: 7px 11px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 12px; letter-spacing: 0.1em; }
.shop-heading h2 { max-width: 1180px; margin-inline: auto; font-size: clamp(54px, 7vw, 104px); }
h2 { margin: 0; color: var(--ink); font-size: clamp(54px, 8vw, 120px); line-height: 0.83; font-weight: 800; letter-spacing: -0.075em; text-transform: uppercase; }
.section-intro { margin: 0; color: var(--muted); font-size: 16px; }
.shop-toolbar { justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.filter-list { flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 38px; padding: 0 13px; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 700; }
.filter-button.is-active, .filter-button:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.sort-select { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.sort-select select { min-width: 150px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--ink); }
.product-count { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.product-card { min-width: 0; background: var(--white); border: 1px solid rgba(23, 25, 27, 0.1); border-radius: 10px; overflow: hidden; }
.product-card.is-hidden { display: none; }
.product-visual { position: relative; display: grid; place-items: center; aspect-ratio: 0.82; overflow: hidden; background: #e8e8e4; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.45s ease; }
.product-card:hover .product-visual img { transform: scale(1.025); }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 5px 7px; background: var(--orange); color: var(--white); font-size: 11px; font-weight: 800; }
.product-visual--care { background: var(--black); color: var(--lime); font-size: clamp(52px, 7vw, 100px); font-weight: 900; line-height: 0.75; letter-spacing: -0.1em; }
.product-visual--care span { transform: rotate(-8deg); }
.product-details { display: grid; gap: 10px; padding: 15px 14px 16px; }
.product-line { align-items: flex-start; justify-content: space-between; gap: 12px; }
.product-line h3 { margin: 0; color: var(--ink); font-size: 17px; line-height: 1.1; font-weight: 800; }
.product-line > span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.product-details > p { margin: 0; min-height: 34px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.product-price { gap: 8px; flex-wrap: wrap; }
.old-price { color: #9b9b97; font-size: 12px; text-decoration: line-through; }
.product-price strong { color: var(--accent-dark, #c64722); font-size: 15px; }
.size-picker { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.size-picker > span { margin-right: 3px; color: var(--muted); font-size: 11px; }
.size-picker button { min-width: 25px; height: 25px; padding: 0 4px; border: 1px solid rgba(23, 25, 27, 0.18); border-radius: 2px; background: var(--white); color: var(--ink); font-size: 11px; font-weight: 700; }
.size-picker button:not(:disabled):hover, .size-picker button.is-selected { background: var(--lime); border-color: var(--lime); color: var(--black); }
.size-picker button:disabled { background: #e2e2de; border-color: #e2e2de; color: #a2a39f; cursor: not-allowed; text-decoration: line-through; }
.add-to-cart { width: 100%; min-height: 38px; border: 1px solid var(--ink); border-radius: 3px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 800; transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease; }
.add-to-cart:not(:disabled):hover { background: var(--orange); border-color: var(--orange); }
.add-to-cart:disabled { background: #d9d9d4; border-color: #d9d9d4; color: #898a86; cursor: not-allowed; }
.add-to-cart--care { margin-top: 4px; }

.cart-layer { position: fixed; inset: 0; z-index: 50; visibility: hidden; pointer-events: none; }
.cart-layer.is-open { visibility: visible; pointer-events: auto; }
.cart-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(0, 0, 0, 0.55); opacity: 0; transition: opacity 0.24s ease; }
.cart-drawer { position: absolute; top: 0; right: 0; width: min(100%, 440px); height: 100%; display: grid; grid-template-rows: auto 1fr auto; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif; transform: translateX(100%); transition: transform 0.28s ease; box-shadow: -24px 0 60px rgba(0, 0, 0, 0.18); }
.cart-layer.is-open .cart-backdrop { opacity: 1; }
.cart-layer.is-open .cart-drawer { transform: translateX(0); }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding: 22px; border-bottom: 1px solid var(--line); }
.cart-header h2 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}
.cart-close { width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--ink); font-size: 26px; line-height: 1; }
.cart-items { overflow-y: auto; padding: 10px 22px; }
.empty-cart { padding: 20px 0; color: var(--muted); }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item-image { width: 76px; height: 88px; object-fit: cover; object-position: center; border-radius: 4px; background: #deded8; }
.cart-item-info h3 {
  margin: 3px 0 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 15px;
  font-style: normal !important;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-transform: none;
}
.cart-item-info p {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}
.cart-item-price { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.cart-item-price strong {
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
  white-space: nowrap;
}
.cart-remove {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}
.cart-remove:hover,
.cart-remove:focus-visible {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--black);
}
.cart-quantity { display: flex; align-items: center; border: 1px solid var(--line); }
.cart-quantity button { width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: var(--ink); font-family: Impact, "Arial Narrow", sans-serif; font-size: 17px; }
.cart-quantity button:disabled { color: var(--muted); cursor: not-allowed; opacity: 0.35; }
.cart-quantity span { min-width: 24px; text-align: center; font-size: 13px; font-weight: 700; }
.cart-footer { padding: 20px 22px 24px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.cart-total strong { font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -0.015em; }
.cart-checkout { display: flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 15px; background: var(--ink); color: var(--white); font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif; font-size: 14px; font-style: normal; font-weight: 800; letter-spacing: 0.015em; text-transform: uppercase; }
.cart-checkout:hover { background: var(--orange); }

.product-page-header {
  color: var(--ink);
  background: rgba(244, 243, 239, 0.94);
  box-shadow: 0 1px 0 var(--line);
}
.product-page-header .brand-name,
.product-page-header .site-nav,
.product-page-header .cart-link { color: var(--ink); text-shadow: none; }
.product-page-header .cart-link span { color: var(--accent-dark); }
.product-page { padding-top: 118px; background: var(--paper); }
.product-breadcrumbs { width: min(100%, var(--max)); margin: 0 auto; padding: 0 clamp(18px, 5vw, 72px) 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; }
.product-breadcrumbs a:hover { color: var(--ink); }
.product-breadcrumbs strong { color: var(--ink); font-weight: 800; }
.product-detail { width: min(100%, var(--max)); margin: 0 auto; padding: 0 clamp(18px, 5vw, 72px) clamp(80px, 9vw, 128px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); gap: clamp(34px, 7vw, 110px); }
.product-detail-media { min-width: 0; }
.product-detail-visual { display: grid; place-items: center; min-height: 0; aspect-ratio: 3 / 4; background: transparent; overflow: hidden; }
.product-detail-visual img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; transition: transform 0.35s ease; }
.product-detail-visual:hover img { transform: scale(1.03); }
.product-detail-thumbs { display: flex; align-items: center; gap: 14px; padding-top: 12px; overflow-x: auto; overscroll-behavior-inline: contain; }
.product-thumb { flex: 0 0 74px; width: 74px; height: 82px; padding: 5px; border: 1px solid var(--ink); background: transparent; opacity: .52; transition: opacity .2s ease, border-color .2s ease, transform .2s ease; }
.product-thumb:hover { opacity: .82; }
.product-thumb.is-active { opacity: 1; transform: translateY(-2px); }
.product-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-thumb-note { flex: 0 0 auto; color: var(--muted); font-size: 10px; letter-spacing: 0.12em; }
.product-detail-copy { align-self: center; padding: 22px 0; }
.product-detail-copy .section-kicker { margin-bottom: 18px; }
.product-detail-copy h1 { max-width: 650px; margin: 0 0 12px; color: var(--ink); font-size: clamp(48px, 6.5vw, 94px); line-height: 0.86; letter-spacing: -0.07em; }
.product-detail-rating { display: flex; align-items: center; gap: 12px; margin: 20px 0 22px; color: var(--muted); font-size: 12px; }
.stars { color: var(--lime); letter-spacing: 0.08em; }
.product-detail-price { display: flex; align-items: baseline; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.product-detail-price strong { color: var(--ink); font-size: 28px; }
.product-detail-description { max-width: 500px; margin: 24px 0 32px; color: #555956; font-size: 16px; line-height: 1.6; }
.product-specs-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 26px 0 12px; }
.product-specs-head span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.product-specs-head strong { color: var(--ink); font-size: 18px; text-transform: uppercase; }
.product-key-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-key-specs article { display: grid; gap: 6px; padding: 16px 0 17px; }
.product-key-specs i { font-style: normal; }
.product-key-specs article + article { margin-left: 14px; padding-left: 14px; border-left: 1px solid var(--line); }
.product-key-specs span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.product-key-specs strong { color: var(--ink); font-size: 14px; line-height: 1.3; }
.product-option { padding-top: 18px; border-top: 1px solid var(--line); }
.product-option-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.product-option-head strong { font-size: 14px; }
.product-option-head a { color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.product-option-head a:hover { color: var(--ink); }
.detail-size-picker { gap: 6px; }
.detail-size-picker button { width: 44px; height: 42px; }
.product-buy { width: 100%; min-height: 58px; margin-top: 24px; font-size: 14px; }
.product-stock { margin: 12px 0 24px; color: var(--muted); font-size: 12px; }
.product-note { display: flex; align-items: flex-start; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.product-note span { color: var(--lime); font-size: 12px; font-weight: 900; }
.product-note p { max-width: 260px; margin: 0; color: var(--muted); font-size: 12px; }
.product-review-section { display: grid; grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr); gap: clamp(30px, 8vw, 150px); padding: clamp(72px, 9vw, 130px) clamp(18px, 5vw, 72px); background: var(--paper); }
.product-review-section h2 { font-size: clamp(48px, 6vw, 90px); }
.product-review-card { max-width: 650px; padding: 26px; border: 1px solid var(--line); background: var(--white); }
.product-review-card blockquote { margin: 20px 0 28px; color: var(--ink); font-size: clamp(22px, 3vw, 34px); line-height: 1.15; letter-spacing: -0.03em; }
.product-review-card p { margin: 0; color: var(--muted); font-size: 12px; }

.technology-section { min-height: 620px; background: var(--black); color: var(--white); }
.tech-copy { width: min(100%, var(--max)); min-height: 680px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 9vw, 140px) clamp(18px, 10vw, 160px); }
.tech-copy h2 { max-width: 1040px; margin-bottom: 30px; color: var(--white); overflow-wrap: normal; }
.tech-copy > p:not(.section-kicker) { max-width: 520px; margin-bottom: 30px; color: rgba(255, 255, 255, 0.68); font-size: 17px; }
.text-link { color: var(--lime); font-weight: 800; }
.text-link span { margin-left: 8px; }

.fit-section { background: var(--paper); }
.fit-grid { align-items: stretch; gap: 12px; }
.fit-grid article { flex: 1; min-height: 230px; padding: 18px; border-top: 2px solid var(--ink); }
.fit-grid article span { color: var(--orange); font-size: 12px; font-weight: 800; }
.fit-grid h3 { margin: 52px 0 10px; color: var(--ink); font-size: 24px; font-weight: 800; }
.fit-grid p { max-width: 260px; margin: 0; color: var(--muted); }

.order-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr); gap: clamp(30px, 8vw, 140px); background: var(--orange); }
.order-section h2 { margin-bottom: 28px; }
.order-section > div > p:not(.section-kicker) { max-width: 360px; margin: 0; color: rgba(0, 0, 0, 0.72); font-size: 17px; }
.order-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-content: start; }
.order-form label { display: grid; gap: 7px; }
.order-form label span { color: rgba(0, 0, 0, 0.72); font-size: 12px; font-weight: 700; }
.order-form input, .order-form select { width: 100%; min-height: 50px; padding: 0 12px; border: 0; border-radius: 3px; background: rgba(255, 255, 255, 0.88); color: var(--ink); }
.order-form .solid-button { grid-column: 1 / -1; min-height: 54px; justify-self: start; margin-top: 6px; }
.form-note { grid-column: 1 / -1; min-height: 20px; margin: 0; color: var(--ink); font-size: 13px; font-weight: 700; }

.checkout-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 380px); gap: clamp(32px, 4vw, 64px); background: radial-gradient(circle at 14% 0%, rgba(255, 210, 0, 0.055), transparent 28%), #08090a; }
.checkout-page-section { width: min(100%, 1440px); min-height: 100vh; padding-top: 128px; align-items: start; color: var(--white); font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif; }
.checkout-header { background: rgba(10, 11, 12, 0.96); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08); }
.checkout-main { min-width: 0; }
.checkout-heading { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
.checkout-heading h1 { max-width: 700px; margin: 0; font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif; font-size: clamp(54px, 5.2vw, 78px); font-stretch: condensed; font-style: normal; font-weight: 900; line-height: 0.84; letter-spacing: -0.035em; }
.checkout-heading > p { max-width: 600px; margin: 0; color: rgba(0, 0, 0, 0.72); font-size: 16px; line-height: 1.55; }
.checkout-form { display: grid; gap: 16px; }
.form-block { padding-top: 18px; border-top: 1px solid rgba(0, 0, 0, 0.26); }
.form-block h3 { margin: 0 0 16px; font-size: 18px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.form-grid--person { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-grid--contacts { margin-top: 12px; }
.form-field { display: grid; gap: 7px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field span { color: rgba(0, 0, 0, 0.72); font-size: 12px; font-weight: 800; }
.form-field input, .form-field select { width: 100%; min-height: 50px; padding: 0 12px; border: 0; border-radius: 3px; background: rgba(255, 255, 255, 0.9); color: var(--ink); }
.form-field select:disabled { color: var(--muted); cursor: wait; }
.form-field.is-hidden { display: none; }
.city-autocomplete { position: relative; z-index: 700; }
.city-suggestions { position: absolute; top: calc(100% + 6px); right: 0; left: 0; display: grid; max-height: 310px; overflow-y: auto; border: 1px solid rgba(0, 0, 0, 0.24); border-radius: 3px; background: var(--white); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2); }
.city-suggestions.is-hidden { display: none; }
.city-suggestions > p { margin: 0; padding: 15px; color: rgba(0, 0, 0, 0.58); font-size: 12px; }
.city-suggestions button { display: flex; justify-content: space-between; gap: 18px; align-items: center; min-height: 52px; padding: 10px 13px; border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); background: var(--white); color: var(--ink); text-align: left; cursor: pointer; }
.city-suggestions button:last-child { border-bottom: 0; }
.city-suggestions button:hover, .city-suggestions button:focus-visible { background: var(--ink); color: var(--white); outline: none; }
.city-suggestions strong { font-size: 13px; }
.form-field .city-suggestions span { color: rgba(0, 0, 0, 0.52); font-size: 10px; font-weight: 700; text-align: right; }
.form-field .city-suggestions button:hover span, .form-field .city-suggestions button:focus-visible span { color: rgba(255, 255, 255, 0.62); }
.cdek-pvz-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; max-height: 270px; overflow-y: auto; }
.cdek-pvz-results > p { grid-column: 1 / -1; margin: 0; padding: 14px; border: 1px dashed rgba(0, 0, 0, 0.28); color: rgba(0, 0, 0, 0.6); font-size: 12px; }
.cdek-pvz-result { display: grid; gap: 5px; min-height: 72px; padding: 12px; border: 1px solid rgba(0, 0, 0, 0.25); border-radius: 3px; background: rgba(255, 255, 255, 0.66); color: var(--ink); text-align: left; cursor: pointer; }
.cdek-pvz-result:hover, .cdek-pvz-result:focus-visible { border-color: var(--ink); background: var(--white); outline: none; }
.cdek-pvz-result.is-selected { border-color: var(--ink); background: var(--ink); color: var(--white); }
.cdek-pvz-result strong { font-size: 12px; line-height: 1.35; }
.form-field .cdek-pvz-result span { color: rgba(0, 0, 0, 0.56); font-size: 10px; font-weight: 600; line-height: 1.35; }
.form-field .cdek-pvz-result.is-selected span { color: rgba(255, 255, 255, 0.62); }
.delivery-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.delivery-option { display: flex; align-items: flex-start; gap: 10px; padding: 14px; border: 1px solid rgba(0, 0, 0, 0.26); background: rgba(255, 255, 255, 0.12); cursor: pointer; }
.delivery-option:has(input:checked) { background: var(--white); border-color: var(--white); }
.delivery-option input { margin-top: 3px; accent-color: var(--ink); }
.delivery-option.is-disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
.delivery-option.is-disabled input { cursor: not-allowed; }
.delivery-option span { display: grid; gap: 3px; }
.delivery-option strong { font-size: 14px; }
.delivery-option small { color: rgba(0, 0, 0, 0.62); font-size: 12px; }
.cdek-map-shell { grid-column: 1 / -1; margin-top: 2px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 0; background: var(--white); }
.cdek-map-shell.is-hidden { display: none; }
.cdek-map-heading { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; padding: 14px 16px; border-left: 4px solid var(--lime); background: var(--ink); color: var(--white); }
.cdek-map-heading strong { font-size: 14px; }
.cdek-map-heading span { color: rgba(255, 255, 255, 0.62); font-size: 11px; }
.cdek-map { width: 100%; height: 440px; background: #deded8; }
.cdek-note { margin: 14px 0 0; color: rgba(0, 0, 0, 0.62); font-size: 12px; }
.consent-field { display: flex; align-items: flex-start; gap: 8px; color: rgba(0, 0, 0, 0.72); font-size: 12px; }
.consent-field input { margin-top: 3px; accent-color: var(--ink); }
.consent-field a,
.offer-acceptance a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.consent-field a:hover,
.offer-acceptance a:hover { color: var(--lime); }
.checkout-submit {
  width: 100%;
  min-height: 54px;
  border: 2px solid var(--white);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.16);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.checkout-submit:hover {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--black);
  box-shadow: 0 0 30px rgba(255, 210, 0, 0.26);
}
.checkout-submit:disabled {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.54);
  color: rgba(10, 11, 12, 0.62);
  box-shadow: none;
  cursor: wait;
  transform: none;
}
.checkout-summary { position: sticky; top: 104px; align-self: start; padding: 22px; background: var(--black); color: var(--white); }
.summary-heading { padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.summary-heading .section-kicker { margin-bottom: 10px; }
.summary-heading h3 { margin: 0; font-size: 24px; }
.checkout-items { display: grid; gap: 12px; padding: 10px 0; }
.checkout-items > p { color: var(--muted); font-size: 13px; }
.checkout-item { display: grid; grid-template-columns: 54px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.checkout-item img { width: 54px; height: 66px; object-fit: cover; object-position: center; border-radius: 4px; background: #deded8; }
.checkout-item h4 { margin: 0 0 3px; font-size: 13px; }
.checkout-item p { margin: 0; color: var(--muted); font-size: 11px; }
.checkout-item strong { font-size: 12px; }
.summary-total { display: flex; justify-content: space-between; gap: 10px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.2); font-size: 15px; }
.summary-total--delivery { margin-top: 14px; padding-top: 14px; color: rgba(255, 255, 255, 0.76); font-size: 13px; }
.summary-total--fee { margin-top: 0; padding-top: 12px; border-top: 0; color: rgba(255, 255, 255, 0.76); font-size: 13px; }
.summary-total--fee[hidden] { display: none; }
.summary-grand-total { display: flex; justify-content: space-between; gap: 10px; margin-top: 16px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.34); font-size: 18px; }
.summary-delivery { margin: 16px 0 0; color: var(--muted); font-size: 12px; }

.checkout-page-section .checkout-heading h1 { color: var(--white); }
.checkout-page-section .checkout-heading h1 em { color: var(--lime); }
.checkout-page-section .checkout-heading > p { max-width: 660px; color: var(--white); font-family: inherit; font-size: 16px; font-weight: 600; line-height: 1.65; letter-spacing: -0.018em; }
.checkout-page-section .section-kicker { color: var(--lime); }
.checkout-page-section .form-block { padding: 24px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; background: #eeede8; color: var(--ink); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18); }
.checkout-page-section .form-field span { color: rgba(23, 25, 27, 0.72); }
.checkout-page-section .form-field input, .checkout-page-section .form-field select { border: 1px solid rgba(23, 25, 27, 0.14); background: var(--white); color: var(--ink); }
.checkout-page-section .form-field input::placeholder { color: rgba(23, 25, 27, 0.42); }
.checkout-page-section .delivery-option { border-color: rgba(23, 25, 27, 0.2); background: rgba(255, 255, 255, 0.7); color: var(--ink); }
.checkout-page-section .delivery-option small { color: rgba(23, 25, 27, 0.58); }
.checkout-page-section .delivery-option:has(input:checked) { border-color: var(--ink); background: var(--ink); color: var(--white); box-shadow: inset 4px 0 0 var(--lime); }
.checkout-page-section .delivery-option:has(input:checked) small { color: rgba(255, 255, 255, 0.6); }
.checkout-page-section .delivery-option input, .checkout-page-section .consent-field input { accent-color: var(--lime); }
.checkout-page-section .delivery-option:has(input:checked) input { accent-color: var(--lime); }
.checkout-page-section .cdek-pvz-results > p { border-color: rgba(23, 25, 27, 0.2); color: rgba(23, 25, 27, 0.58); }
.checkout-page-section .cdek-pvz-result { border-color: rgba(23, 25, 27, 0.16); background: var(--white); color: var(--ink); }
.checkout-page-section .cdek-pvz-result:hover, .checkout-page-section .cdek-pvz-result:focus-visible { border-color: var(--ink); background: #f8f7f3; }
.checkout-page-section .cdek-pvz-result.is-selected { border-color: var(--ink); background: var(--ink); color: var(--white); box-shadow: inset 4px 0 0 var(--lime); }
.checkout-page-section .form-field .cdek-pvz-result span { color: rgba(23, 25, 27, 0.5); }
.checkout-page-section .form-field .cdek-pvz-result.is-selected span { color: rgba(255, 255, 255, 0.6); }
.checkout-page-section .form-field .city-suggestions span { color: rgba(0, 0, 0, 0.52); }
.checkout-page-section .form-field .city-suggestions button:hover span, .checkout-page-section .form-field .city-suggestions button:focus-visible span { color: rgba(255, 255, 255, 0.62); }
.checkout-page-section .cdek-note { color: rgba(23, 25, 27, 0.62); }
.payment-options { margin-bottom: 0; }
.payment-note { margin: 14px 0 0; color: rgba(23, 25, 27, 0.62); font-size: 12px; line-height: 1.5; }
.checkout-page-section .consent-field { color: rgba(255, 255, 255, 0.64); }
.checkout-page-section .form-note { color: var(--white); }
.checkout-page-section .checkout-summary { top: 110px; padding: 28px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; background: #eeede8; color: var(--ink); box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26); }
.checkout-page-section .summary-heading { border-color: rgba(23, 25, 27, 0.18); }
.checkout-page-section .summary-heading .section-kicker { display: inline-flex; margin-bottom: 14px; padding: 5px 7px; border-radius: 3px; background: var(--lime); color: var(--ink); }
.checkout-page-section .checkout-items > p, .checkout-page-section .checkout-item p, .checkout-page-section .summary-delivery { color: rgba(23, 25, 27, 0.56); }
.checkout-page-section .checkout-item { border-color: rgba(23, 25, 27, 0.14); }
.checkout-page-section .checkout-item img { background: var(--white); }
.checkout-page-section .summary-total, .checkout-page-section .summary-grand-total { border-color: rgba(23, 25, 27, 0.2); }
.checkout-page-section .summary-total--delivery { color: rgba(23, 25, 27, 0.7); }
.checkout-page-section .summary-total--payment { margin-top: 0; padding-top: 12px; border-top: 0; color: rgba(23, 25, 27, 0.7); font-size: 13px; }
.checkout-page-section .summary-total--fee { color: rgba(23, 25, 27, 0.7); }

/* Checkout: dark performance styling aligned with the campaign pages. */
.checkout-page-section .form-block {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  background: linear-gradient(145deg, #262a2d 0%, #1c1f21 100%);
  color: var(--white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}
.checkout-page-section .form-block::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 92px;
  height: 3px;
  background: var(--lime);
}
.checkout-page-section .form-block h3 {
  margin-bottom: 20px;
  font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.checkout-page-section .form-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.checkout-page-section .form-block-title h3 { margin-bottom: 0; }
.checkout-page-section .contact-progress {
  flex: 0 0 auto;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.checkout-page-section .contact-progress.is-complete {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}
.checkout-page-section .form-field span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.checkout-page-section .form-field input,
.checkout-page-section .form-field select {
  min-height: 52px;
  border: 1px solid rgba(23, 25, 27, 0.22);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}
.checkout-page-section .form-field input::placeholder { color: rgba(23, 25, 27, 0.42); }
.checkout-page-section .form-block--contacts .form-field { position: relative; }
.checkout-page-section .form-block--contacts .form-field input { font-weight: 800; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.checkout-page-section .form-block--contacts .form-field:focus-within input {
  border-color: var(--lime);
  background: var(--white);
  box-shadow: inset 3px 0 0 var(--lime);
}
.checkout-page-section .form-block--contacts .form-field.is-complete input {
  border-color: rgba(23, 25, 27, 0.46);
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  box-shadow: inset 0 -3px 0 var(--lime);
}
.checkout-page-section .form-field input:focus,
.checkout-page-section .form-field select:focus {
  border-color: var(--lime);
  outline: 0;
  box-shadow: inset 3px 0 0 var(--lime);
}
.checkout-page-section .delivery-option {
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #303438;
  color: var(--white);
  box-shadow: none;
}
.checkout-page-section .delivery-option small { color: rgba(255, 255, 255, 0.56); }
.checkout-page-section .delivery-option:has(input:checked) {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
  box-shadow: none;
}
.checkout-page-section .delivery-option:has(input:checked) small { color: rgba(23, 25, 27, 0.62); }
.checkout-page-section .delivery-option:has(input:checked) input { accent-color: var(--ink); }
.checkout-page-section .delivery-option.is-disabled,
.checkout-page-section .delivery-option.is-disabled:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: #25282b;
  color: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}
.checkout-page-section .cdek-pvz-results > p {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.48);
}
.checkout-page-section .cdek-pvz-result {
  border-color: rgba(255, 255, 255, 0.14);
  background: #303438;
  color: var(--white);
}
.checkout-page-section .cdek-pvz-result:hover,
.checkout-page-section .cdek-pvz-result:focus-visible { border-color: var(--lime); background: #383c3f; }
.checkout-page-section .cdek-pvz-result.is-selected { border-color: var(--lime); background: #383c3f; color: var(--white); }
.checkout-page-section .form-field .cdek-pvz-result span,
.checkout-page-section .cdek-note,
.checkout-page-section .payment-note { color: rgba(255, 255, 255, 0.48); }
.checkout-page-section .checkout-summary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  background: linear-gradient(145deg, #262a2d 0%, #1c1f21 100%);
  color: var(--white);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}
.checkout-page-section .summary-heading,
.checkout-page-section .checkout-item,
.checkout-page-section .summary-total,
.checkout-page-section .summary-grand-total { border-color: rgba(255, 255, 255, 0.14); }
.checkout-page-section .checkout-items > p,
.checkout-page-section .checkout-item p,
.checkout-page-section .summary-delivery,
.checkout-page-section .summary-total--delivery,
.checkout-page-section .summary-total--fee,
.checkout-page-section .summary-total--payment { color: rgba(255, 255, 255, 0.52); }
.checkout-page-section .checkout-item img { border: 1px solid rgba(255, 255, 255, 0.12); background: #111315; }
.checkout-page-section .summary-heading .section-kicker {
  display: block;
  width: fit-content;
  margin: 0 0 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.checkout-page-section .summary-heading h3 {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 0.95;
  text-transform: uppercase;
}
.checkout-page-section .checkout-item { grid-template-columns: 66px 1fr auto; gap: 14px; padding: 14px 0; }
.checkout-page-section .checkout-item img { width: 66px; height: 80px; }
.checkout-page-section .checkout-item h4 {
  margin: 0 0 8px;
  color: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-transform: none;
}
.checkout-page-section .checkout-item p {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}
.checkout-page-section .checkout-item > strong,
.checkout-page-section .summary-total strong,
.checkout-page-section .summary-grand-total strong {
  color: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
  white-space: nowrap;
}
.checkout-page-section .checkout-item > strong { font-size: 17px; }
.checkout-page-section .summary-total {
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}
.checkout-page-section .summary-total strong { font-size: 17px; }
.checkout-page-section .summary-total--delivery,
.checkout-page-section .summary-total--fee,
.checkout-page-section .summary-total--payment { letter-spacing: 0.035em; }
.checkout-page-section .summary-grand-total {
  align-items: baseline;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.checkout-page-section .summary-grand-total strong { font-size: 22px; }
.checkout-page-section .summary-delivery { font-size: 11px; font-weight: 600; line-height: 1.5; }

.site-footer { align-items: stretch; flex-direction: column; gap: 0; padding: 0 clamp(18px, 5vw, 72px); background: var(--black); color: var(--white); }
.footer-main {
  display: grid;
  grid-template-columns: 108px auto;
  align-items: center;
  justify-content: start;
  gap: clamp(26px, 4vw, 58px);
  width: 100%;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px 24px;
}
.footer-phone {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.95;
  white-space: nowrap;
  transition: color 180ms ease;
}
.footer-socials { display: flex; gap: 9px; }
.footer-social {
  position: relative;
  display: grid;
  width: 52px;
  height: 46px;
  flex: 0 0 52px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px 3px 7px 3px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 22px rgba(0, 0, 0, 0.22);
  transform: skewX(-7deg);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.footer-social::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--yellow);
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 180ms ease;
}
.footer-social img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: 0.9;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.5));
  transform: skewX(7deg);
  transition: opacity 180ms ease, transform 180ms ease;
}
.footer-social:hover {
  border-color: rgba(255, 210, 0, 0.78);
  background: linear-gradient(145deg, rgba(255, 210, 0, 0.2), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 26px rgba(0, 0, 0, 0.32);
  transform: skewX(-7deg) translateY(-3px);
}
.footer-social:hover::after { transform: scaleX(1); }
.footer-social:hover img { opacity: 1; transform: skewX(7deg) scale(1.08); }
.footer-bottom { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 24px; width: 100%; padding: 24px 0; }
.footer-logo {
  display: inline-flex;
  width: 108px;
  flex: 0 0 108px;
  align-items: center;
}
.footer-logo img { display: block; width: 100%; height: auto; }
.site-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer .footer-trademark {
  width: 100%;
  max-width: none;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.55;
  text-align: left;
}
.site-footer nav { flex-wrap: wrap; gap: 18px; color: rgba(255, 255, 255, 0.68); font-size: 12px; }
.site-footer button { padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
.site-footer a:hover, .site-footer button:hover { color: var(--yellow); }
.cookie-banner { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: block; max-width: 520px; padding: 18px; background: var(--white); color: var(--ink); border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2); font-size: 12px; }
.cookie-banner p { margin: 0 0 14px; line-height: 1.55; }
.cookie-banner a { text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-banner button { min-height: 34px; padding: 0 14px; border: 1px solid var(--black); background: var(--black); color: var(--white); font-size: 12px; font-weight: 800; cursor: pointer; }
.cookie-banner button[data-cookie-reject] { background: transparent; color: var(--black); }
.cookie-banner.is-hidden { display: none; }

.legal-page { min-height: 100vh; padding: 140px clamp(18px, 7vw, 110px) 80px; background: #f3f3f0; color: var(--ink); }
.legal-document { width: min(920px, 100%); margin: 0 auto; padding: clamp(24px, 5vw, 64px); background: var(--white); box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08); }
.legal-document h1 { max-width: 800px; margin: 10px 0 18px; font-family: var(--display); font-size: clamp(36px, 6vw, 74px); line-height: 0.98; text-transform: uppercase; }
.legal-document h2 { margin: 42px 0 12px; font-family: var(--display); font-size: clamp(22px, 3vw, 32px); text-transform: uppercase; }
.legal-document p, .legal-document li { line-height: 1.7; }
.legal-document ul, .legal-document ol { padding-left: 22px; }
.legal-meta { color: #6f6f6f; font-size: 13px; }
.legal-requisites { margin: 24px 0; padding: 20px; border-left: 4px solid var(--yellow); background: #f5f5f2; }
.legal-requisites p { margin: 4px 0; }
.legal-document a { text-decoration: underline; text-underline-offset: 3px; }
.legal-back { display: inline-flex; margin-bottom: 22px; font-weight: 800; text-transform: uppercase; }
.offer-acceptance { margin: 4px 0 0; color: #8d8d8d; font-size: 12px; line-height: 1.5; }

input:focus, select:focus, button:focus-visible, a:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.checkout-page-section input:focus, .checkout-page-section select:focus, .checkout-page-section button:focus-visible, .checkout-page-section a:focus-visible { outline-color: var(--lime); }

@media (max-width: 1100px) {
  .header-phone { display: none; }
  .header-socials-phone { display: flex !important; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .header-actions { align-items: center; gap: 16px; }
  .mobile-catalog-link,
  .header-socials--mobile summary,
  .cart-link {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    font-family: inherit;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .mobile-catalog-link:hover,
  .mobile-catalog-link:focus-visible { color: var(--lime); }
  .site-header.is-light .mobile-catalog-link,
  .site-header.is-light .header-socials--mobile summary,
  .site-header.is-light .cart-link {
    color: var(--white);
    opacity: 1;
  }
  .header-socials--mobile { display: block; }
  .header-socials--mobile summary {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .header-socials--mobile[open] summary {
    background: transparent;
    color: var(--white);
  }
  .header-socials--mobile summary:focus { outline: none; }
  .header-socials--mobile summary:focus-visible {
    color: var(--lime);
    outline: 2px solid var(--lime);
    outline-offset: 5px;
  }
  .cart-link {
    gap: 3px;
  }
  .header-socials--mobile .header-socials-menu {
    top: calc(100% + 16px);
    right: 0;
    width: min(356px, calc(100vw - 28px));
    min-width: 0;
    padding: 18px 18px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-top: 3px solid var(--lime);
    background:
      linear-gradient(135deg, rgba(255, 210, 0, .055), transparent 42%),
      #0b0d0e;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .62);
  }
  .header-socials-kicker {
    display: block;
    margin: 0 0 11px;
    color: var(--lime);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .header-socials--mobile .header-socials-menu a {
    min-height: 48px;
    padding: 0 5px;
    gap: 12px;
    font-size: 12px;
    letter-spacing: .065em;
  }
  .header-socials--mobile .header-socials-phone {
    min-height: 62px;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
  .header-socials--mobile .header-socials-phone em {
    justify-self: end;
    color: var(--white);
    font-size: clamp(14px, 4vw, 17px);
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1;
    white-space: nowrap;
  }
  .header-socials--mobile .header-socials-menu a:not(.header-socials-phone) em {
    font-size: 17px;
  }
  .header-socials-disclaimer {
    display: block;
    margin: 11px 4px 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .38);
    font-size: 7px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.45;
    text-transform: none;
  }
  .hero, .hero-content { min-height: 780px; }
  .hero-campaign-image { object-position: 61% center; }
  .hero-campaign-shade { background: linear-gradient(0deg, rgba(3,3,4,.96) 0%, rgba(3,3,4,.55) 50%, rgba(3,3,4,.08) 82%), linear-gradient(90deg, rgba(3,3,4,.48), transparent 70%); }
  .hero-content { padding: 120px 24px 54px; }
  .hero-title { font-size: clamp(64px,14vw,106px); }
  .signal-bar { display: grid; grid-template-columns: repeat(2, 1fr); }
  .section-heading, .shop-toolbar, .order-section, .checkout-section, .checkout-heading { grid-template-columns: 1fr; }
  .shop-toolbar { display: grid; }
  .sort-select { justify-content: space-between; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .technology-section { min-height: auto; }
  .tech-copy { min-height: 480px; }
  .tech-copy h2 { font-size: clamp(40px, 10vw, 68px); }
  .fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
  .order-form { grid-template-columns: 1fr 1fr; }
  .checkout-section { gap: 36px; }
  .checkout-heading { gap: 18px; }
  .checkout-summary { position: static; }
  .product-detail { grid-template-columns: 1fr; gap: 26px; }
  .product-detail-visual { min-height: 540px; }
  .product-detail-copy { padding-top: 0; }
  .product-review-section { grid-template-columns: 1fr; gap: 38px; }
  .footer-main { grid-template-columns: 108px minmax(0, 1fr); gap: 28px; }
  .footer-contact { align-items: center; gap: 16px; }
}
@media (max-width: 560px) {
  .site-header { min-height: 68px; padding-inline: 14px; }
  .header-actions { gap: 10px; }
  .mobile-catalog-link,
  .header-socials--mobile summary,
  .cart-link { min-height: 32px; font-size: 9px; }
  .header-socials--mobile .header-socials-menu { right: -58px; }
  .brand-name { font-size: 13px; }
  .brand-logo { width: 116px; max-height: 42px; }
  .hero, .hero-content { min-height: 720px; }
  .hero-content { padding: 100px 18px 44px; }
  .hero-campaign-image { object-position: 64% center; }
  h1 { font-size: 68px; }
  h2 { font-size: 58px; }
  .hero-title { margin-bottom: 12px; font-size: clamp(54px,16.4vw,76px); }
  .hero-description { max-width: 360px; font-size: 16px; }
  .hero-tech { max-width: 340px; line-height: 1.7; }
  .hero-actions { width: 100%; margin-top: 20px; }
  .campaign-button { flex: 1; min-width: 135px; padding-inline: 12px; font-size: 14px; }
  .hero-index { right: 18px; }
  .hero-scroll { left: 18px; }
  .signal-bar { padding-inline: 18px; font-size: 11px; }
  .shop-section, .fit-section, .order-section, .checkout-section { padding-inline: 18px; }
  .checkout-page-section { padding-top: 104px; }
  .checkout-page-section .form-block { padding: 18px; }
  .checkout-page-section .checkout-summary { padding: 20px; }
  .shop-heading { margin-bottom: 42px; text-align: left; }
  .product-grid, .fit-grid, .order-form, .form-grid, .form-grid--person, .delivery-options { grid-template-columns: 1fr; }
  .cdek-pvz-results { grid-template-columns: 1fr; max-height: 300px; }
  .cdek-map-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .cdek-map { height: 340px; }
  .product-visual { aspect-ratio: 0.94; }
  .product-page { padding-top: 94px; }
  .product-breadcrumbs { padding-bottom: 18px; }
  .product-detail { padding-inline: 18px; }
  .product-detail-visual { min-height: 400px; }
  .product-detail-copy h1 { font-size: 54px; }
  .product-detail-description { font-size: 15px; }
  .product-review-card { padding: 20px; }
  .tech-image-wrap img { min-height: 320px; }
  .tech-copy { min-height: 360px; padding: 34px 18px; }
  .tech-copy h2 { max-width: calc(100vw - 36px); font-size: 36px; letter-spacing: -0.055em; }
  .fit-grid article { min-height: 190px; }
  .fit-grid h3 { margin-top: 26px; }
  .order-form .solid-button { width: 100%; }
  .site-footer { align-items: stretch; }
  .footer-main { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .footer-logo { width: 108px; }
  .footer-contact { align-items: center; width: 100%; }
  .footer-socials { flex-direction: row; width: auto; }
  .footer-social { width: 50px; height: 46px; flex-basis: 50px; }
  .footer-bottom { align-items: flex-start; justify-content: flex-start; }
  .site-footer nav { flex-wrap: wrap; }
  .cookie-banner { left: 14px; right: 14px; bottom: 14px; }
}
@media (max-width: 360px) {
  .site-header { padding-inline: 10px; }
  .brand-logo { width: 90px; }
  .header-actions { gap: 6px; }
  .mobile-catalog-link,
  .header-socials--mobile summary,
  .cart-link { font-size: 8px; letter-spacing: .07em; }
}

.payment-result-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 140px 24px 80px;
  background: radial-gradient(circle at 50% 10%, #26292d 0, #0b0c0e 45%, #050607 100%);
  color: var(--white);
}
.payment-result-card {
  width: min(720px, 100%);
  padding: clamp(32px, 7vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(15, 17, 19, 0.9);
  text-align: center;
}
.payment-result-card .section-kicker { color: rgba(255, 255, 255, 0.55); }
.payment-result-mark {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: 28px auto;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font: 700 42px/1 "Oswald", sans-serif;
}
.payment-result-card h1 { margin: 0; font: 700 clamp(42px, 8vw, 74px)/0.95 "Oswald", sans-serif; text-transform: uppercase; }
.payment-result-card > p:not(.section-kicker) { max-width: 580px; margin: 24px auto 0; color: rgba(255, 255, 255, 0.72); line-height: 1.65; }
.payment-result-order { font-weight: 800; color: var(--white) !important; }
.checkout-confirmation,
.payment-tracking {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 2px solid var(--lime);
  background: linear-gradient(135deg, #15191b 0%, #0c0f10 72%);
  color: var(--white);
  box-shadow: 0 0 0 1px rgba(255, 210, 0, 0.14), 0 16px 60px rgba(255, 210, 0, 0.2);
}
.checkout-confirmation::before,
.payment-tracking::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: var(--lime); }
.checkout-confirmation[hidden], .payment-tracking[hidden] { display: none; }
.checkout-confirmation > p,
.checkout-confirmation > h3,
.payment-tracking > span { margin: 0; color: rgba(255, 255, 255, 0.6); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.checkout-confirmation > h3 { margin-top: 8px; color: var(--white); font-size: 16px; }
.checkout-confirmation > strong,
.payment-tracking > strong { display: block; margin-top: 14px; color: var(--lime); font: 700 clamp(42px, 7vw, 72px)/0.95 "Oswald", sans-serif; letter-spacing: 0.045em; overflow-wrap: anywhere; }
.checkout-confirmation > span { display: block; margin-top: 18px; color: rgba(255, 255, 255, 0.72); line-height: 1.55; }
.checkout-confirmation > a,
.payment-tracking > a { display: inline-block; margin-top: 22px; padding: 14px 20px; background: var(--lime); color: #111416; font-weight: 900; text-decoration: none; text-transform: uppercase; box-shadow: 0 8px 24px rgba(255, 210, 0, 0.18); }
.checkout-confirmation > a:hover,
.payment-tracking > a:hover { background: var(--white); }
.payment-tracking { text-align: left; }
.payment-result-card .hero-actions { justify-content: center; margin-top: 34px; }
.payment-result-card .campaign-button--ghost { color: var(--white); }

/* Landing campaign — one visual language with the Volcano Grip hero */
body:has(.hero--campaign) {
  --campaign-bg: #070809;
  --campaign-panel: #101214;
  --campaign-panel-2: #15181a;
  --campaign-line: rgba(255, 255, 255, 0.14);
  --campaign-copy: rgba(255, 255, 255, 0.64);
  --campaign-accent: #ffd200;
  background: var(--campaign-bg);
  color: var(--white);
}

body:has(.hero--campaign) .site-header,
body:has(.hero--campaign) .site-header.is-light {
  color: var(--white);
  background: rgba(7, 8, 9, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
body:has(.hero--campaign) .site-header.is-light .site-nav,
body:has(.hero--campaign) .site-header.is-light .text-button,
body:has(.hero--campaign) .site-header.is-light .cart-link,
body:has(.hero--campaign) .site-header.is-light .brand-name { color: var(--white); }
body:has(.hero--campaign) .site-header.is-light .cart-link span { color: var(--campaign-accent); }
body:has(.hero--campaign) .site-nav a:hover,
body:has(.hero--campaign) .cart-link:hover,
body:has(.hero--campaign) .text-button:hover { color: var(--campaign-accent); }

body:has(.hero--campaign) .signal-bar {
  position: relative;
  z-index: 2;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 210, 0, 0.42);
  border-bottom: 1px solid rgba(255, 210, 0, 0.42);
  background: #0b0c0e;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  letter-spacing: 0.15em;
}
body:has(.hero--campaign) .signal-bar span {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-align: center;
}
body:has(.hero--campaign) .signal-bar span b {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.signal-break { display: none; }
body:has(.hero--campaign) .signal-bar span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--campaign-accent);
  flex: 0 0 6px;
}

body:has(.hero--campaign) .shop-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding-top: clamp(38px, 4vw, 54px);
  padding-inline: max(clamp(18px, 5vw, 72px), calc((100vw - var(--max)) / 2 + 72px));
  background:
    radial-gradient(circle at 82% 3%, rgba(255, 210, 0, 0.14), transparent 28%),
    linear-gradient(180deg, #0b0c0e 0%, #070809 100%);
  color: var(--white);
}
body:has(.hero--campaign) .shop-section::before {
  content: "MATCH SERIES";
  position: absolute;
  z-index: -1;
  top: 72px;
  right: -0.03em;
  color: rgba(255, 255, 255, 0.025);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(110px, 18vw, 300px);
  font-style: italic;
  line-height: 0.8;
  white-space: nowrap;
}
body:has(.hero--campaign) .shop-heading {
  max-width: var(--max);
  margin: 0 auto 42px;
  text-align: left;
}
body:has(.hero--campaign) .shop-heading .section-kicker {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--campaign-accent);
  letter-spacing: 0.18em;
}
body:has(.hero--campaign) .shop-heading h2 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}
body:has(.hero--campaign) .catalog-tech-note {
  width: min(100%, 610px);
  min-height: 0;
  margin: -22px auto 38px max(0px, calc((100% - var(--max)) / 2));
  padding: 16px 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(255,255,255,.22);
  scroll-margin-top: 92px;
}
body:has(.hero--campaign) .catalog-tech-code {
  color: var(--campaign-accent);
  font: 900 38px/1 Impact, "Arial Narrow", sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
body:has(.hero--campaign) .catalog-tech-note p {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  color: var(--white);
}
body:has(.hero--campaign) .catalog-tech-note strong {
  font: 900 24px/1 Impact, "Arial Narrow", sans-serif;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body:has(.hero--campaign) .catalog-tech-note small {
  color: rgba(255,255,255,.54);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .065em;
  line-height: 1.35;
  text-transform: uppercase;
}
body:has(.hero--campaign) .shop-toolbar,
body:has(.hero--campaign) .product-count,
body:has(.hero--campaign) .product-grid {
  width: min(100%, var(--max));
  margin-inline: auto;
}
body:has(.hero--campaign) .shop-toolbar {
  margin-bottom: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--campaign-line);
}
body:has(.hero--campaign) .shop-toolbar .sort-select { margin-left: auto; }
body:has(.hero--campaign) .filter-button {
  min-height: 42px;
  border-color: var(--campaign-line);
  background: transparent;
  color: var(--campaign-copy);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body:has(.hero--campaign) .filter-button.is-active,
body:has(.hero--campaign) .filter-button:hover {
  border-color: var(--campaign-accent);
  background: var(--campaign-accent);
  color: var(--black);
}
body:has(.hero--campaign) .sort-select,
body:has(.hero--campaign) .product-count { color: var(--campaign-copy); }
body:has(.hero--campaign) .sort-select select {
  min-height: 42px;
  border-color: var(--campaign-line);
  background: var(--campaign-panel);
  color: var(--white);
}
body:has(.hero--campaign) .product-count {
  margin-bottom: 24px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body:has(.hero--campaign) .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
body:has(.hero--campaign) .product-card {
  position: relative;
  border: 1px solid var(--campaign-line);
  border-radius: 0;
  background: var(--campaign-panel);
  color: var(--white);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
body:has(.hero--campaign) .product-card:hover {
  z-index: 2;
  border-color: rgba(255, 210, 0, 0.72);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38), 0 0 34px rgba(255, 210, 0, 0.08);
  transform: translateY(-6px);
}
body:has(.hero--campaign) .product-visual {
  isolation: isolate;
  aspect-ratio: 0.92;
  background: radial-gradient(ellipse at 50% 43%, #dededc 0%, #d5d5d2 52%, #777a79 78%, var(--campaign-panel) 100%);
}
body:has(.hero--campaign) .product-visual img {
  position: relative;
  z-index: 0;
  transform: scale(1.025);
  -webkit-mask-image: radial-gradient(ellipse 106% 102% at 50% 47%, #000 0%, #000 69%, rgba(0, 0, 0, 0.92) 79%, transparent 100%);
  mask-image: radial-gradient(ellipse 106% 102% at 50% 47%, #000 0%, #000 69%, rgba(0, 0, 0, 0.92) 79%, transparent 100%);
}
body:has(.hero--campaign) .product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 54px rgba(16, 18, 20, 0.5), inset 0 -34px 42px rgba(16, 18, 20, 0.28);
}
body:has(.hero--campaign) .product-card:hover .product-visual img {
  transform: scale(1.055);
}
body:has(.hero--campaign) .product-badge {
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  background: var(--campaign-accent);
  color: var(--black);
  font-size: 10px;
  letter-spacing: 0.08em;
}
body:has(.hero--campaign) .product-details { gap: 12px; padding: 20px; }
body:has(.hero--campaign) .product-line h3 {
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
body:has(.hero--campaign) .product-line > span {
  color: var(--campaign-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
body:has(.hero--campaign) .product-details > p {
  min-height: auto;
  color: var(--campaign-copy);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body:has(.hero--campaign) .old-price { color: rgba(255, 255, 255, 0.34); }
body:has(.hero--campaign) .product-price strong { color: var(--white); font-size: 18px; }
body:has(.hero--campaign) .size-picker > span { color: var(--campaign-copy); text-transform: uppercase; }
body:has(.hero--campaign) .size-picker button {
  min-width: 30px;
  height: 30px;
  border-color: var(--campaign-line);
  background: transparent;
  color: var(--white);
}
body:has(.hero--campaign) .size-picker button:not(:disabled):hover,
body:has(.hero--campaign) .size-picker button.is-selected {
  border-color: var(--campaign-accent);
  background: var(--campaign-accent);
  color: var(--black);
}
body:has(.hero--campaign) .size-picker button:disabled {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.24);
}
body:has(.hero--campaign) .add-to-cart {
  min-height: 46px;
  border-color: var(--white);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body:has(.hero--campaign) .add-to-cart:not(:disabled):hover {
  border-color: var(--campaign-accent);
  background: var(--campaign-accent);
}
body:has(.hero--campaign) .add-to-cart:disabled {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.35);
}

/* Second campaign: Contact Foam */
.latex-campaign {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-top: 1px solid var(--campaign-line);
  border-bottom: 1px solid var(--campaign-line);
  background: #03070c;
  color: var(--white);
}
.latex-campaign-image,
.latex-campaign-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.latex-campaign-image { object-fit: cover; object-position: center; }
.latex-campaign-shade {
  background:
    linear-gradient(90deg, rgba(2,4,7,.98) 0%, rgba(2,4,7,.9) 30%, rgba(2,4,7,.44) 56%, rgba(2,4,7,.04) 79%),
    linear-gradient(0deg, rgba(2,4,7,.42), transparent 42%);
}
.latex-campaign-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  min-height: 600px;
  margin: 0 auto;
  padding: clamp(48px, 5vw, 76px) clamp(18px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.latex-campaign-kicker {
  margin: 0 0 20px;
  color: var(--campaign-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.latex-campaign-title {
  max-width: 1080px;
  margin: 0 0 28px;
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(40px, 3.2vw, 58px);
  font-style: normal !important;
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.latex-campaign-title span,
.latex-campaign-title em {
  display: block;
  white-space: nowrap;
}
.latex-campaign-title em {
  margin-top: .08em;
  color: var(--campaign-accent);
  font-size: 1.48em;
  font-style: normal !important;
  line-height: .9;
  letter-spacing: -.025em;
}
.latex-campaign-copy {
  width: min(590px, 44vw);
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  text-shadow: 0 3px 22px rgba(0,0,0,.9);
}
.latex-campaign-copy strong {
  display: inline-block;
  margin-block: .08em;
  padding: .03em .22em .08em;
  background: var(--campaign-accent);
  color: var(--black);
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
  text-shadow: none;
}
.latex-campaign-copy-nowrap { white-space: nowrap; }
.latex-campaign-tech { margin: 0 0 30px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.latex-campaign-tech span { margin-inline: 10px; color: var(--campaign-accent); }
.latex-campaign .campaign-button { border-color: var(--white); background: var(--white); color: var(--black); }
.latex-campaign .campaign-button:hover { border-color: var(--campaign-accent); background: var(--campaign-accent); }
.latex-campaign-index { position: absolute; z-index: 2; right: clamp(18px, 4vw, 64px); bottom: 28px; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

@media (max-width: 820px) {
  .latex-campaign,
  .latex-campaign-content { min-height: 650px; }
  .latex-campaign-image { object-position: 64% center; }
  .latex-campaign-shade { background: linear-gradient(0deg, rgba(2,4,7,.98) 0%, rgba(2,4,7,.84) 44%, rgba(2,4,7,.2) 76%), linear-gradient(90deg, rgba(2,4,7,.62), transparent 74%); }
  .latex-campaign-content { justify-content: flex-end; padding: 72px 24px 48px; }
  .latex-campaign-title { max-width: 760px; font-size: clamp(28px, 6.5vw, 48px); }
  .latex-campaign-copy { width: min(520px, 58vw); max-width: none; }
}

@media (max-width: 560px) {
  .latex-campaign,
  .latex-campaign-content { min-height: 620px; }
  .latex-campaign-image { object-position: 66% center; }
  .latex-campaign-content { padding: 68px 18px 42px; }
  .latex-campaign-title { font-size: clamp(22px, 6.6vw, 34px); }
  .latex-campaign-copy { width: 100%; max-width: 100%; padding: 0; font-size: 16px; }
  .latex-campaign-tech { line-height: 1.8; }
  .latex-campaign-index { right: 18px; bottom: 18px; }
}

/* Editorial latex statement */
.latex-statement {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  overflow: hidden;
  border-top: 1px solid var(--campaign-line);
  border-bottom: 1px solid var(--campaign-line);
  background:
    radial-gradient(circle at 18% 50%, rgba(255,210,0,.14), transparent 28%),
    linear-gradient(112deg, #070809 0%, #0d0f10 64%, #090a0b 100%);
  color: var(--white);
}
.latex-statement::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.05) 50%, transparent 50.1%);
}
.latex-statement-watermark {
  position: absolute;
  z-index: -1;
  right: -.04em;
  bottom: -.14em;
  color: rgba(255,255,255,.035);
  font: 900 clamp(130px, 19vw, 320px)/.78 Impact, "Arial Narrow", sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase;
  white-space: nowrap;
}
.latex-statement-inner {
  width: min(100%, var(--max));
  min-height: 520px;
  margin: 0 auto;
  padding: clamp(62px, 7vw, 100px) clamp(18px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 138px);
  align-items: center;
}
.latex-spec {
  position: relative;
  min-height: 290px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: end;
  padding: 18px 0 8px;
  border-top: 4px solid var(--campaign-accent);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.latex-spec > span {
  grid-column: 1 / -1;
  align-self: start;
  color: var(--campaign-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.latex-spec strong {
  color: var(--white);
  font: 900 clamp(170px, 15vw, 240px)/.72 Impact, "Arial Narrow", sans-serif;
  letter-spacing: -.06em;
}
.latex-spec small {
  padding: 0 0 4px 16px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.55;
  text-transform: uppercase;
  white-space: nowrap;
}
.latex-statement-copy { max-width: 720px; }
.latex-statement-copy .section-kicker { margin-bottom: 18px; color: var(--campaign-accent); letter-spacing: .16em; }
.latex-statement-copy h2 {
  margin: 0 0 28px;
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(58px, 6.2vw, 96px);
  font-weight: 900;
  line-height: .84;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.latex-statement-copy h2 em { color: var(--campaign-accent); }
.latex-statement-copy > p:not(.section-kicker) { max-width: 650px; margin: 0; color: rgba(255,255,255,.66); font-size: clamp(15px, 1.2vw, 18px); font-weight: 600; line-height: 1.6; }

@media (max-width: 820px) {
  .latex-statement-inner { grid-template-columns: 1fr; gap: 42px; }
  .latex-spec { min-height: 190px; max-width: 360px; }
  .latex-spec strong { font-size: 160px; }
  .latex-statement-copy h2 { font-size: clamp(52px, 13vw, 78px); }
}

@media (max-width: 560px) {
  .latex-statement-inner { padding-block: 54px; }
  .latex-spec { min-height: 150px; max-width: 290px; }
  .latex-spec strong { font-size: 128px; }
  .latex-spec small { font-size: 9px; }
  .latex-statement-copy > p:not(.section-kicker) { font-size: 15px; }
}

body:has(.hero--campaign) .technology-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--campaign-line);
  border-bottom: 1px solid var(--campaign-line);
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.98) 0%, rgba(7, 8, 9, 0.84) 47%, rgba(7, 8, 9, 0.12) 78%),
    radial-gradient(circle at 82% 48%, rgba(255, 210, 0, 0.52) 0%, rgba(150, 110, 0, 0.18) 22%, transparent 54%),
    #070809;
}
body:has(.hero--campaign) .technology-section::after {
  content: "4 MM";
  position: absolute;
  right: -0.02em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.055);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(150px, 25vw, 420px);
  font-style: italic;
  line-height: 0.8;
}
body:has(.hero--campaign) .tech-copy { position: relative; z-index: 1; }
body:has(.hero--campaign) .tech-copy h2 {
  max-width: 940px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-style: italic;
  letter-spacing: -0.035em;
}
body:has(.hero--campaign) .tech-copy h2 em { color: var(--campaign-accent); }
body:has(.hero--campaign) .tech-copy > p:not(.section-kicker) { color: var(--campaign-copy); }
body:has(.hero--campaign) .text-link { color: var(--campaign-accent); text-transform: uppercase; }

/* Contact Foam technology feature */
body:has(.hero--campaign) .technology-section {
  min-height: 0;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 46%, rgba(255, 210, 0, 0.14), transparent 34%),
    linear-gradient(135deg, #070809 0%, #0c0e0f 68%, #080909 100%);
}
body:has(.hero--campaign) .technology-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
}
body:has(.hero--campaign) .technology-section::after {
  content: "4 MM";
  z-index: -1;
  right: -0.04em;
  bottom: -0.1em;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(140px, 19vw, 330px);
}
.technology-layout {
  position: relative;
  width: min(100%, var(--max));
  min-height: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: clamp(64px, 7vw, 108px) clamp(18px, 5vw, 72px);
}
body:has(.hero--campaign) .technology-layout .tech-copy {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 66%;
  min-height: 0;
  margin: 0;
  justify-content: center;
  padding: 24px 0;
}
body:has(.hero--campaign) .technology-layout .tech-copy h2 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(62px, 6.2vw, 104px);
  line-height: .84;
}
body:has(.hero--campaign) .technology-layout .tech-copy h2 em {
  display: inline-block;
  color: var(--campaign-accent);
}
body:has(.hero--campaign) .technology-layout .tech-copy > p.tech-lead {
  max-width: 680px;
  margin: 0 0 13px;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 650;
  line-height: 1.48;
}
body:has(.hero--campaign) .technology-layout .tech-copy > p.tech-description {
  max-width: 620px;
  margin: 0;
  color: var(--campaign-copy);
  font-size: 15px;
  line-height: 1.6;
}
.tech-facts {
  display: grid;
  grid-template-columns: .78fr 1.25fr 1fr;
  gap: 10px;
  max-width: 650px;
  margin: 36px 0 32px;
}
.tech-facts div {
  position: relative;
  min-height: 94px;
  padding: 18px 16px 15px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(14,16,17,.72);
  backdrop-filter: blur(5px);
}
.tech-facts div::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 38px;
  height: 3px;
  background: var(--campaign-accent);
  pointer-events: none;
}
.tech-facts div + div { padding-left: 16px; }
.tech-facts dt {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  color: var(--campaign-accent);
  font: 900 clamp(22px, 1.7vw, 30px)/1 Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
.tech-facts dd { margin: 0; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.tech-glove {
  position: absolute;
  z-index: 1;
  top: 2%;
  right: -2%;
  width: 53%;
  height: 96%;
  margin: 0;
  pointer-events: none;
  opacity: .82;
  transform: rotate(12deg);
  transform-origin: 58% 52%;
  -webkit-mask-image: radial-gradient(ellipse 65% 77% at 55% 49%, #000 47%, rgba(0,0,0,.82) 67%, transparent 92%);
  mask-image: radial-gradient(ellipse 65% 77% at 55% 49%, #000 47%, rgba(0,0,0,.82) 67%, transparent 92%);
}
.tech-glove::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7,8,9,.78) 0%, rgba(7,8,9,.18) 28%, transparent 58%);
}
.tech-glove img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; transform: scale(1.02); }

@media (max-width: 1050px) {
  .technology-layout { min-height: 680px; }
  body:has(.hero--campaign) .technology-layout .tech-copy { max-width: 70%; }
  body:has(.hero--campaign) .technology-layout .tech-copy h2 { font-size: clamp(54px, 7vw, 76px); }
  .tech-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tech-facts div { min-height: 88px; padding: 15px 12px 12px; }
  .tech-facts div + div { padding-left: 12px; }
  .tech-facts dt { font-size: 21px; }
  .tech-glove { right: -8%; width: 58%; }
}

@media (max-width: 760px) {
  .technology-layout { min-height: 800px; padding: 56px 18px 290px; }
  body:has(.hero--campaign) .technology-layout .tech-copy { max-width: 100%; padding: 0; }
  body:has(.hero--campaign) .technology-layout .tech-copy h2 { font-size: clamp(48px, 14vw, 70px); }
  body:has(.hero--campaign) .technology-layout .tech-copy > p.tech-lead { font-size: 17px; }
  .tech-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-block: 28px; }
  .tech-facts div { min-height: 78px; padding: 13px 8px 10px; }
  .tech-facts div + div { padding-left: 8px; }
  .tech-facts dt { font-size: 18px; }
  .tech-facts dd { font-size: 8px; }
  .tech-glove {
    top: auto;
    right: -10%;
    bottom: -4%;
    width: 76%;
    height: 52%;
    opacity: .78;
    transform: rotate(18deg);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 78%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 78%, transparent 100%);
  }
  body:has(.hero--campaign) .catalog-tech-note {
    width: 100%;
    margin: -12px 0 30px;
    padding-top: 14px;
    gap: 18px;
  }
  body:has(.hero--campaign) .catalog-tech-code { font-size: 30px; }
  body:has(.hero--campaign) .catalog-tech-note strong { font-size: 20px; }
  body:has(.hero--campaign) .catalog-tech-note small { font-size: 8px; }
}

body:has(.hero--campaign) .fit-section {
  position: relative;
  width: 100%;
  max-width: none;
  padding-inline: max(clamp(18px, 5vw, 72px), calc((100vw - var(--max)) / 2 + 72px));
  background: var(--campaign-bg);
  color: var(--white);
}
body:has(.hero--campaign) .fit-section .section-heading,
body:has(.hero--campaign) .fit-grid { width: min(100%, var(--max)); margin-inline: auto; }
body:has(.hero--campaign) .fit-section h2 {
  max-width: 1020px;
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-style: italic;
  letter-spacing: -0.035em;
}
body:has(.hero--campaign) .fit-grid { gap: 0; border: 1px solid var(--campaign-line); }
body:has(.hero--campaign) .fit-grid article {
  position: relative;
  min-height: 300px;
  padding: 28px;
  border-top: 4px solid var(--campaign-accent);
  background: var(--campaign-panel);
}
body:has(.hero--campaign) .fit-grid article + article { border-left: 1px solid var(--campaign-line); }
body:has(.hero--campaign) .fit-grid article span {
  color: var(--campaign-accent);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 36px;
  font-style: italic;
}
body:has(.hero--campaign) .fit-grid h3 {
  margin-top: 72px;
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
body:has(.hero--campaign) .fit-grid p { color: var(--campaign-copy); font-size: 14px; }

body:has(.hero--campaign) .site-footer {
  border-top: 1px solid var(--campaign-line);
  background: #050607;
}
body:has(.hero--campaign) .site-footer nav a:hover { color: var(--campaign-accent); }
body:has(.hero--campaign) .cookie-banner {
  border: 1px solid var(--campaign-line);
  background: var(--campaign-panel-2);
  color: var(--white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}
body:has(.hero--campaign) .cookie-banner button { background: var(--campaign-accent); color: var(--black); }
body:has(.hero--campaign) .cookie-banner button[data-cookie-reject] { background: transparent; }
body:has(.hero--campaign) .cart-drawer { background: #0d0f10; color: var(--white); }
body:has(.hero--campaign) .cart-header,
body:has(.hero--campaign) .cart-item,
body:has(.hero--campaign) .cart-footer { border-color: var(--campaign-line); }
body:has(.hero--campaign) .cart-header h2,
body:has(.hero--campaign) .cart-item-info h3 { color: var(--white); }
body:has(.hero--campaign) .cart-item-info p {
  border: 0;
  background: transparent;
  color: var(--white);
}
body:has(.hero--campaign) .cart-item-price strong { color: var(--white); }
body:has(.hero--campaign) .cart-close {
  border-color: var(--campaign-line);
  color: var(--white);
}
body:has(.hero--campaign) .cart-remove {
  border-color: var(--campaign-line);
  color: var(--campaign-copy);
}
body:has(.hero--campaign) .cart-remove:hover,
body:has(.hero--campaign) .cart-remove:focus-visible {
  border-color: var(--campaign-accent);
  background: var(--campaign-accent);
  color: var(--black);
}
body:has(.hero--campaign) .cart-quantity { border-color: var(--campaign-line); }
body:has(.hero--campaign) .cart-quantity button { color: var(--white); }
body:has(.hero--campaign) .cart-checkout { background: var(--campaign-accent); color: var(--black); }

@media (max-width: 1100px) {
  body:has(.hero--campaign) .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  body:has(.hero--campaign) .shop-section,
  body:has(.hero--campaign) .fit-section { padding-inline: 24px; }
  body:has(.hero--campaign) .shop-section {
    background:
      radial-gradient(ellipse 95vw 100% at 100% 0%, rgba(255, 210, 0, 0.16) 0%, rgba(255, 210, 0, 0.08) 38%, transparent 100%),
      linear-gradient(180deg, #0b0c0e 0%, #070809 100%);
  }
  body:has(.hero--campaign) .signal-bar {
    gap: 10px 14px;
    padding-block: 16px;
  }
  body:has(.hero--campaign) .signal-bar span {
    min-height: 48px;
  }
  .signal-break { display: block; }
  body:has(.hero--campaign) .fit-grid article { min-height: 250px; }
  body:has(.hero--campaign) .fit-grid article + article { border-left: 1px solid var(--campaign-line); }
}
@media (max-width: 560px) {
  body:has(.hero--campaign) .shop-section,
  body:has(.hero--campaign) .fit-section { padding-inline: 18px; }
  body:has(.hero--campaign) .signal-bar span {
    gap: 8px;
  }
  body:has(.hero--campaign) .signal-bar span::before {
    width: 5px;
    height: 5px;
    flex-basis: 5px;
  }
  body:has(.hero--campaign) .product-grid { grid-template-columns: 1fr; }
  body:has(.hero--campaign) .product-visual { aspect-ratio: 1 / 1.03; }
  body:has(.hero--campaign) .product-details { padding: 18px; }
  body:has(.hero--campaign) .fit-grid { border: 0; }
  body:has(.hero--campaign) .fit-grid article { min-height: 220px; border: 1px solid var(--campaign-line); border-top: 4px solid var(--campaign-accent); }
  body:has(.hero--campaign) .fit-grid article + article { border-left: 1px solid var(--campaign-line); }
  body:has(.hero--campaign) .fit-grid h3 { margin-top: 38px; }
}

/* Keep the original bold, condensed campaign typography. */
body:has(.hero--campaign) .hero-tech span { color: var(--campaign-accent); }
body:has(.hero--campaign) .campaign-button:hover {
  border-color: var(--campaign-accent);
  background: var(--campaign-accent);
  color: var(--black);
}
body:has(.hero--campaign) input:focus,
body:has(.hero--campaign) select:focus,
body:has(.hero--campaign) button:focus-visible,
body:has(.hero--campaign) a:focus-visible { outline-color: var(--campaign-accent); }

/* Product page — continuation of the dark Match Series campaign */
.product-campaign {
  --campaign-bg: #070809;
  --campaign-panel: #101214;
  --campaign-panel-2: #15181a;
  --campaign-line: rgba(255, 255, 255, 0.14);
  --campaign-copy: rgba(255, 255, 255, 0.64);
  --campaign-accent: #ffd200;
  background: var(--campaign-bg);
  color: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
}
.product-campaign .product-page-header,
.product-campaign .product-page-header.is-light {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(7, 8, 9, 0.92);
  box-shadow: none;
}
.product-campaign .product-page-header .brand-name,
.product-campaign .product-page-header .site-nav,
.product-campaign .product-page-header .cart-link { color: var(--white); text-shadow: none; }
.product-campaign .product-page-header .cart-link span { color: var(--campaign-accent); }
.product-campaign .product-page-header a:hover,
.product-campaign .product-page-header button:hover { color: var(--campaign-accent); }
.product-campaign .product-page-header .header-socials-menu a:hover,
.product-campaign .product-page-header.is-light .header-socials-menu a:hover { color: var(--black); }
.product-campaign .product-page-header.is-light .header-socials summary { border-color: rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .76); }
.product-campaign .product-page-header.is-light .header-socials summary b { color: var(--campaign-accent); }
.product-campaign .brand-name,
.product-campaign .site-nav,
.product-campaign .product-detail-copy h1,
.product-campaign .product-buy,
.product-campaign .product-review-section h2,
.product-campaign .cart-header h2 { font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif; }
.product-campaign .site-nav { font-weight: 800; letter-spacing: 0.045em; }

.product-campaign .product-page {
  position: relative;
  overflow: hidden;
  padding-top: 118px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 210, 0, 0.12), transparent 27%),
    linear-gradient(180deg, #0b0c0e 0%, var(--campaign-bg) 100%);
}
.product-campaign .product-page::before {
  content: "MATCH SERIES";
  position: absolute;
  top: 166px;
  right: -0.03em;
  color: rgba(255, 255, 255, 0.025);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(120px, 18vw, 290px);
  font-weight: 700;
  line-height: 0.78;
  white-space: nowrap;
  pointer-events: none;
}
.product-campaign .product-breadcrumbs {
  position: relative;
  z-index: 1;
  color: var(--campaign-copy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.product-campaign .product-breadcrumbs a:hover,
.product-campaign .product-breadcrumbs strong { color: var(--campaign-accent); }
.product-campaign .product-breadcrumbs span { color: rgba(255, 255, 255, 0.26); }

.product-campaign .product-detail {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(26px, 4vw, 64px);
}
.product-campaign .product-detail-media {
  position: relative;
  align-self: start;
  padding: 1px;
  border: 1px solid var(--campaign-line);
  background: var(--campaign-panel);
}
.product-campaign .product-detail-media::before {
  content: "MATCH GLOVE / " attr(data-photo-number);
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 7px 9px;
  background: var(--campaign-accent);
  color: var(--black);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.product-campaign .product-detail-visual {
  position: relative;
  aspect-ratio: 0.86;
  background: radial-gradient(ellipse at 50% 43%, #35383a 0%, #1b1e20 52%, #0c0e0f 100%);
}
.product-campaign .product-detail-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 70px rgba(7, 8, 9, 0.42), inset 0 -48px 62px rgba(7, 8, 9, 0.42);
}
.product-campaign .product-detail-visual img { transform: scale(1.015); }
.product-campaign .product-detail-visual:hover img { transform: scale(1.045); }
.product-campaign .product-detail-thumbs {
  min-height: 108px;
  padding: 13px 16px;
  border-top: 1px solid var(--campaign-line);
}
.product-campaign .product-thumb {
  border-color: var(--campaign-line);
  background: #0b0d0e;
}
.product-campaign .product-thumb.is-active { border-color: var(--campaign-accent); box-shadow: 0 0 0 1px var(--campaign-accent); }
.product-campaign .product-thumb-note { color: var(--campaign-copy); font-weight: 800; }

.product-campaign .product-detail-copy {
  align-self: start;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--campaign-line);
  border-top: 4px solid var(--campaign-accent);
  background: rgba(16, 18, 20, 0.92);
}
.product-campaign .product-detail-copy .section-kicker {
  color: var(--campaign-accent);
  letter-spacing: 0.18em;
}
.product-campaign .product-detail-copy h1 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(38px, 3.6vw, 58px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.93;
}
.product-campaign .product-detail-rating { color: var(--campaign-copy); }
.product-campaign .stars { color: var(--campaign-accent); }
.product-campaign .product-detail-price { border-color: var(--campaign-line); }
.product-campaign .product-detail-price .old-price { color: rgba(255, 255, 255, 0.32); }
.product-campaign .product-detail-price strong { color: var(--white); font-size: 32px; }
.product-campaign .product-detail-description { color: var(--campaign-copy); }
.product-campaign .product-option,
.product-campaign .product-note { border-color: var(--campaign-line); }
.product-campaign .product-specs-head {
  display: block;
  margin: 26px 0 0;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--campaign-accent);
}
.product-campaign .product-specs-head strong { color: var(--white); font-size: 18px; letter-spacing: .04em; }
.product-campaign .product-key-specs {
  display: block;
  margin-bottom: 28px;
  border: 0;
}
.product-campaign .product-key-specs article {
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(100px, .55fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 0 4px;
  border: 0;
  border-bottom: 1px solid var(--campaign-line);
  background: transparent;
}
.product-campaign .product-key-specs article + article {
  margin: 0;
  padding: 0 4px;
  border-left: 0;
}
.product-campaign .product-key-specs span {
  color: rgba(255,255,255,.58);
  font-size: 10px;
}
.product-campaign .product-key-specs span::after {
  content: ":";
  color: rgba(255,255,255,.58);
}
.product-campaign .product-key-specs strong {
  color: var(--white);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.2;
  text-align: right;
}
.product-campaign .product-key-specs article:first-child strong {
  color: var(--white);
}
.product-campaign .product-option-head strong { color: var(--white); }
.product-campaign .product-option-head a,
.product-campaign .product-stock,
.product-campaign .product-note p { color: var(--campaign-copy); }
.product-campaign .product-option-head a:hover { color: var(--campaign-accent); }
.product-campaign .detail-size-picker button {
  border-color: var(--campaign-line);
  border-radius: 0;
  background: transparent;
  color: var(--white);
}
.product-campaign .detail-size-picker button:not(:disabled):hover,
.product-campaign .detail-size-picker button.is-selected {
  border-color: var(--campaign-accent);
  background: var(--campaign-accent);
  color: var(--black);
}
.product-campaign .detail-size-picker button:disabled {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.24);
}
.product-campaign .product-buy {
  border: 1px solid var(--white);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product-campaign .product-buy:hover {
  border-color: var(--campaign-accent);
  background: var(--campaign-accent);
  color: var(--black);
}
.product-campaign .product-buy:disabled {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.34);
}
.product-campaign .product-note span { color: var(--campaign-accent); }

.product-campaign .product-review-section {
  position: relative;
  border-top: 1px solid var(--campaign-line);
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 210, 0, 0.08), transparent 28%),
    #090a0b;
}
.product-campaign .product-review-section h2 {
  color: var(--white);
  font-weight: 700;
  letter-spacing: -0.035em;
}
.product-campaign .product-review-card {
  border: 1px solid var(--campaign-line);
  border-top: 4px solid var(--campaign-accent);
  background: var(--campaign-panel);
}
.product-campaign .product-review-card blockquote { color: var(--white); }
.product-campaign .product-review-card p { color: var(--campaign-copy); }

.product-campaign .site-footer {
  border-top: 1px solid var(--campaign-line);
  background: #050607;
}
.product-campaign .site-footer nav a:hover { color: var(--campaign-accent); }
.product-campaign .cookie-banner {
  border: 1px solid var(--campaign-line);
  background: var(--campaign-panel-2);
  color: var(--white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}
.product-campaign .cookie-banner button { background: var(--campaign-accent); color: var(--black); }
.product-campaign .cookie-banner button[data-cookie-reject] { background: transparent; }
.product-campaign .cart-drawer { background: #0d0f10; color: var(--white); }
.product-campaign .cart-header,
.product-campaign .cart-item,
.product-campaign .cart-footer { border-color: var(--campaign-line); }
.product-campaign .cart-header h2,
.product-campaign .cart-item-info h3 { color: var(--white); }
.product-campaign .cart-item-info p {
  border: 0;
  background: transparent;
  color: var(--white);
}
.product-campaign .cart-item-price strong { color: var(--white); }
.product-campaign .cart-close { border-color: var(--campaign-line); color: var(--white); }
.product-campaign .cart-remove { border-color: var(--campaign-line); color: var(--campaign-copy); }
.product-campaign .cart-remove:hover,
.product-campaign .cart-remove:focus-visible { border-color: var(--campaign-accent); background: var(--campaign-accent); color: var(--black); }
.product-campaign .cart-quantity { border-color: var(--campaign-line); }
.product-campaign .cart-quantity button { color: var(--white); }
.product-campaign .cart-checkout { background: var(--campaign-accent); color: var(--black); }

@media (max-width: 820px) {
  .product-campaign .product-detail { grid-template-columns: 1fr; }
  .product-campaign .product-detail-visual { min-height: 0; aspect-ratio: 0.96; }
  .product-campaign .product-detail-copy { padding: 32px 26px; }
}
@media (max-width: 560px) {
  .product-campaign .product-page { padding-top: 94px; }
  .product-campaign .product-page::before { top: 120px; }
  .product-campaign .product-detail { padding-inline: 18px; }
  .product-campaign .product-detail-copy { padding: 26px 18px; }
  .product-campaign .product-detail-copy h1 { font-size: clamp(32px, 9.5vw, 42px); }
  .product-campaign .product-detail-visual { min-height: 0; aspect-ratio: 0.9; }
  .product-campaign .product-key-specs article,
  .product-campaign .product-key-specs article + article { grid-template-columns: 84px minmax(0, 1fr); gap: 10px; padding: 0 2px; }
}

/* Size guide */
body:has(.hero--campaign) .fit-section {
  overflow: hidden;
  padding-block: clamp(44px, 5vw, 68px);
  background:
    radial-gradient(circle at 16% 45%, rgba(255, 102, 0, 0.12), transparent 27%),
    linear-gradient(180deg, #070809 0%, #0b0d0e 100%);
}
.fit-heading {
  width: min(100%, var(--max));
  margin: 0 auto clamp(24px, 3vw, 34px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
}
body:has(.hero--campaign) .fit-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(48px, 6vw, 92px);
  font-style: italic;
  line-height: 0.82;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
body:has(.hero--campaign) .fit-heading h2 em { color: var(--campaign-accent); }
.fit-heading > p {
  max-width: 640px;
  margin: 0;
  color: var(--campaign-copy);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
}
.fit-guide {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(330px, 0.6fr);
  border: 1px solid var(--campaign-line);
  background: var(--campaign-panel);
}
.fit-calculator {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(210px, 0.76fr) minmax(300px, 1.24fr);
}
.fit-measure-visual {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid var(--campaign-line);
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 210, 0, 0.055), transparent 34%),
    #0a0b0c;
}
.fit-measure-number {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  color: var(--campaign-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.fit-hand-mark {
  width: min(84%, 280px);
  max-height: 310px;
  object-fit: contain;
  transform: translateY(-2px);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.34));
}
.fit-measure-line {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--campaign-copy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.fit-calculator-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
}
.fit-step {
  margin: 0;
  color: var(--campaign-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.fit-calculator-copy h3 {
  max-width: 380px;
  margin: 8px 0 20px;
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(28px, 2.7vw, 38px);
  font-style: italic;
  line-height: 0.94;
  text-transform: uppercase;
}
.fit-input-label { display: grid; gap: 10px; }
.fit-input-label > span:first-child {
  color: var(--campaign-copy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fit-input-wrap {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--white);
}
.fit-input-wrap input {
  min-width: 0;
  width: 100%;
  padding: 8px 0 11px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font: 900 clamp(28px, 2.7vw, 36px)/1 Impact, "Arial Narrow", sans-serif;
}
.fit-input-wrap input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
.fit-input-wrap input[type="number"]::-webkit-inner-spin-button,
.fit-input-wrap input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.fit-input-wrap input::placeholder { color: rgba(255, 255, 255, 0.22); }
.fit-input-wrap b { color: var(--campaign-copy); font-size: 15px; text-transform: uppercase; }
.fit-result {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 4px 20px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--campaign-line);
}
.fit-result > span { color: var(--campaign-copy); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.fit-result strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: rgba(255,255,255,0.18);
  font: italic 900 52px/0.8 Impact, "Arial Narrow", sans-serif;
}
.fit-result p { margin: 0; color: var(--campaign-copy); font-size: 13px; }
.fit-result.has-result strong { color: var(--campaign-accent); text-shadow: 0 0 28px rgba(255, 210, 0, 0.22); }
.fit-table-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(20px, 2vw, 26px);
  border-left: 1px solid var(--campaign-line);
  background: #0c0e0f;
}
.fit-table-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.fit-table-heading > span { color: var(--campaign-copy); font-size: 11px; text-transform: uppercase; }
.fit-size-table { border-top: 1px solid var(--campaign-line); }
.fit-size-row {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr 64px;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-bottom: 1px solid var(--campaign-line);
  background: transparent;
  color: var(--white);
  text-align: left;
}
button.fit-size-row { cursor: pointer; transition: background-color 160ms ease, color 160ms ease; }
button.fit-size-row:hover,
button.fit-size-row.is-match { background: var(--campaign-accent); color: var(--black); }
.fit-size-row--head { min-height: 32px; color: var(--campaign-copy); font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase; }
.fit-size-row strong { justify-self: end; font: italic 900 26px/1 Impact, "Arial Narrow", sans-serif; }
.fit-note {
  display: flex;
  gap: 12px;
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--campaign-line);
  color: var(--campaign-copy);
  font-size: 13px;
  line-height: 1.55;
}
.fit-note span {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--campaign-accent);
  border-radius: 50%;
  color: var(--campaign-accent);
  font-weight: 900;
}

@media (max-width: 1000px) {
  .fit-heading { grid-template-columns: 1fr; }
  .fit-guide { grid-template-columns: 1fr; }
  .fit-table-card { border-top: 1px solid var(--campaign-line); border-left: 0; }
  .fit-note { margin-top: 28px; }
}
@media (max-width: 680px) {
  .fit-calculator { grid-template-columns: 1fr; }
  .fit-measure-visual { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--campaign-line); }
  .fit-hand-mark { width: min(78%, 240px); max-height: 260px; transform: translateY(-2px); }
  .fit-calculator-copy { min-height: 0; }
  .fit-heading > p { font-size: 15px; }
  .fit-table-card { padding-inline: 18px; }
}

/* Mobile polish: keep compact actions and show every gallery image at once. */
@media (max-width: 560px) {
  .latex-campaign .campaign-button {
    flex: 0 0 auto;
    align-self: flex-start;
    min-width: 0;
    min-height: 48px;
    padding-inline: 18px;
  }

  .product-campaign .product-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    min-height: 0;
    overflow: visible;
    padding: 12px;
  }

  .product-campaign .product-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: .9;
    padding: 4px;
  }

  .product-campaign .product-thumb-note {
    grid-column: 1 / -1;
    margin-top: 3px;
  }
}

/* Unified heading treatment */
h1, h2, h3,
h1 em, h2 em, h3 em {
  font-style: normal !important;
}

/* Product names keep the original dynamic slant */
.hero-title,
.product-line h3,
.product-detail-copy h1 {
  font-style: italic !important;
}

/* Model names keep the campaign's signature slanted treatment. */
.hero-title,
body:has(.hero--campaign) .product-line h3,
.product-detail [data-product-title] {
  font-style: italic !important;
}
