:root {
  --ink: #000;
  --ink-2: #4a4a4f;
  --ink-3: #86868b;
  --line: #e3e3e6;
  --surface: #f4f4f5;
  --white: #fff;
  --sale: #c8452c;          
  --stock: #0a7c4a;
  --pad: 22px;
  --nav-h: 60px;
  --max: 1600px;
  --r: 999px;               
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -0.01em; line-height: 1.08; }
h1 { font-size: clamp(30px, 5vw, 56px); font-weight: 800; }
h2 { font-size: clamp(24px, 3vw, 34px); }
h3 { font-size: clamp(18px, 2vw, 24px); letter-spacing: -0.01em; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: block;
  margin-bottom: 10px;
}
.section { padding: 72px 0; }
.section--tight { padding: 40px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.section-head .link-arrow { font-size: 16px; font-weight: 500; white-space: nowrap; }
.link-arrow::after { content: ' →'; }
.link-arrow:hover { text-decoration: underline; text-underline-offset: 4px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 26px;
  height: 50px;
  border: 1.5px solid var(--ink);
  border-radius: var(--r);
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: opacity 160ms ease, background 160ms ease, color 160ms ease;
}
.btn:hover { opacity: 0.82; }
.btn--light { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn--outline { background: transparent; color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--white); opacity: 1; }
.btn--block { width: 100%; }
.btn:disabled { opacity: 0.3; cursor: not-allowed; }
.btn--sm { height: 42px; padding: 0 20px; font-size: 15px; }

.band {
  height: 34px;
  background: var(--ink);
  color: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 12.5px;
  font-weight: 500;
  position: relative;
  z-index: 70;
}
.band-track { display: flex; gap: 44px; white-space: nowrap; animation: band 30s linear infinite; padding-left: 44px; }
@keyframes band { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .band-track { animation: none; } }

.hdr {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--white);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
  
  box-shadow: 0 1px 0 var(--line);
}
.hdr--over {
  position: sticky;
  top: 0;
  background: transparent;
  box-shadow: none;
  color: var(--white);
  z-index: 62;
}
.hdr--over.is-solid { background: var(--white); color: var(--ink); box-shadow: 0 1px 0 var(--line); }

body.has-hero .hero { margin-top: calc(-1 * var(--nav-h)); padding-top: var(--nav-h); }
body.has-hero .hdr--over { top: 0; }
.hdr-in {
  height: var(--nav-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;   
  align-items: center;
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.hdr-left { display: flex; align-items: center; min-width: 0; }
.logo { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 19px; font-weight: 700; letter-spacing: -0.02em; grid-column: 2; }
.logo svg { width: 42px; height: 42px; }
.logo--ft { grid-column: auto; }
.logo--ft svg { width: 30px; height: 30px; }
.logo svg { display: block; }
.nav { display: none; gap: 28px; }
.nav > li > a { font-size: 16px; font-weight: 500; padding: 20px 0; display: block; }
.nav > li > a:hover { text-decoration: underline; text-underline-offset: 5px; }
.hdr-act { display: flex; align-items: center; gap: 4px; justify-content: flex-end; }
.icon-btn { background: none; border: 0; padding: 9px; display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 500; position: relative; }
.cart-count {
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--r);
  font-size: 11.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hdr--over:not(.is-solid) .cart-count { background: var(--white); color: var(--ink); }
.burger { background: none; border: 0; padding: 9px; margin-left: -9px; }
@media (min-width: 1000px) {
  .nav { display: flex; }
  .burger { display: none; }
  :root { --nav-h: 68px; --pad: 34px; }
}

.has-sub { position: relative; }
.sub {
  position: absolute;
  top: 100%;
  left: -18px;
  min-width: 230px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 150ms ease;
}
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.sub a { display: block; padding: 10px 22px; font-size: 15.5px; }
.sub a:hover { background: var(--surface); }

.mnav {
  position: fixed;
  inset: 0 22% 0 0;
  min-width: 290px;
  background: var(--white);
  color: var(--ink);
  z-index: 95;
  transform: translateX(-102%);
  transition: transform 250ms ease;
  padding: 16px var(--pad) 40px;
  overflow-y: auto;
}
.mnav.open { transform: none; }

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #d8d5cf;
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 130px, transparent 220px),
    linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 40%, transparent 70%);
}
.hero__in {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--pad) 52px;
  color: var(--white);
}
.hero__in h1 {
  max-width: 15ch;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.03em;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.18);
}
.hero__sub { margin: 14px 0 24px; font-size: clamp(17px, 2vw, 22px); font-weight: 400; max-width: 34ch; line-height: 1.35; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__cta .btn { height: 54px; padding: 0 32px; font-size: 16px; font-weight: 600; }
.hero__note { margin-top: 18px; font-size: 14px; display: flex; align-items: center; gap: 8px; opacity: 0.92; }
@media (min-width: 1000px) { .hero { min-height: 92vh; } .hero__in { padding-bottom: 68px; } }

.pcards { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .pcards { grid-template-columns: repeat(3, 1fr); } }
.pcards--4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .pcards--4 { grid-template-columns: repeat(4, 1fr); } }
.pcard { position: relative; overflow: hidden; display: block; background: var(--surface); }
.pcard img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.6,.2,1); }
.pcard:hover img { transform: scale(1.04); }
.pcard::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 55%);
}
.pcard__label {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--white);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pcard__label { flex-direction: column; align-items: flex-start; gap: 3px; }
.pcard__label small { display: block; font-size: 13px; font-weight: 400; opacity: 0.9; letter-spacing: 0; }

.acts { display: grid; gap: 26px; }
@media (min-width: 900px) { .acts { grid-template-columns: 1fr 0.85fr; align-items: center; gap: 60px; } }
.acts__list li { border-bottom: 1px solid var(--line); }
.acts__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  font-size: clamp(21px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: padding 200ms ease;
}
.acts__list a:hover { padding-left: 10px; }
.acts__list span { font-size: 22px; font-weight: 400; }
.acts__media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }

.rail-wrap { position: relative; }
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 74%;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 calc(var(--pad) * -1);
  padding: 0 var(--pad) 6px;
}
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; }
@media (min-width: 760px) { .rail { grid-auto-columns: 36%; } }
@media (min-width: 1200px) { .rail { grid-auto-columns: 23.5%; } }
.rail-nav { display: flex; align-items: center; gap: 14px; margin-top: 16px; }
.rail-btn {
  width: 34px;
  height: 34px;
  border: 0;
  background: none;
  font-size: 19px;
  line-height: 1;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rail-btn:disabled { opacity: 0.25; }
.rail-bar { flex: 1; max-width: 420px; height: 1px; background: var(--line); position: relative; }
.rail-bar i { position: absolute; left: 0; top: -0.5px; height: 2px; background: var(--ink); transition: left 200ms ease, width 200ms ease; }

.card { position: relative; display: block; }
.card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--white);
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 11% 11% 13%;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.16));
  transition: transform 600ms cubic-bezier(.2,.6,.2,1);
}
.card:hover .card__media img { transform: scale(1.05) translateY(-2px); }
.card__fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: none;
  border: 0;
  padding: 4px;
  line-height: 0;
  color: var(--ink);
  opacity: 0.75;
}
.card__fav:hover { opacity: 1; }
.tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: var(--sale);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 9px;
  border-radius: 3px;
}
.tag--ink { background: var(--ink); color: var(--white); }
.card__body { padding-top: 12px; }
.card__name { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.card:hover .card__name span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.card__name em { font-style: normal; font-weight: 400; font-size: 19px; }
.card__cat { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.card__desc { font-size: 13.5px; color: var(--ink-2); margin-top: 2px; }
.dots { display: flex; gap: 5px; margin-top: 8px; }
.dots i { width: 11px; height: 11px; border-radius: 50%; border: 1px solid #d5d5d9; display: block; }
.price { display: flex; align-items: baseline; gap: 9px; margin-top: 7px; font-size: 16px; }
.price b { font-weight: 700; color: var(--sale); }
.price s { color: var(--ink-2); font-weight: 400; font-size: 14.5px; }

.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 12px; }
@media (min-width: 760px) { .grid { grid-template-columns: repeat(3, 1fr); gap: 46px 24px; } }
@media (min-width: 1200px) { .grid { grid-template-columns: repeat(4, 1fr); } }

.strip { position: relative; min-height: 62vh; display: flex; align-items: center; overflow: hidden; background: #111; }
.strip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.strip::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.25) 55%, transparent 100%); }
.strip__in { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; width: 100%; padding: 48px var(--pad); color: var(--white); }
.strip__in p { max-width: 46ch; font-size: 17px; margin: 14px 0 22px; color: #eaeaea; }
.strip__list { display: grid; gap: 14px; max-width: 640px; margin-top: 26px; }
.strip__list li { border-top: 1px solid rgba(255,255,255,.22); padding-top: 12px; }
.strip__list strong { display: block; font-size: 16px; }
.strip__list span { font-size: 14px; color: #c9c9cd; }

.rev { border: 1px solid var(--line); padding: 22px; display: grid; gap: 10px; align-content: start; background: var(--white); }
.rev p { margin: 0; font-size: 15.5px; }
.stars { letter-spacing: 2px; font-size: 14px; }
.rev .who { font-size: 13.5px; color: var(--ink-3); }
.rev .who b { color: var(--stock); font-weight: 600; }

.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  padding: 20px 0;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-weight: 400; font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq p { margin: 0 0 20px; color: var(--ink-2); font-size: 15.5px; max-width: 74ch; }

.nl { border-top: 1px solid var(--line); padding: 52px 0; }
.nl-in { display: grid; gap: 22px; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
@media (min-width: 900px) { .nl-in { grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } }
.nl form { display: flex; gap: 10px; flex-wrap: wrap; }
.nl input {
  flex: 1 1 240px;
  padding: 15px 18px;
  border: 1.5px solid var(--line);
  border-radius: var(--r);
  background: var(--white);
  font: inherit;
}
.nl input:focus { outline: none; border-color: var(--ink); }
.nl small { color: var(--ink-3); font-size: 13px; }

.ft {
  background: #000;
  color: #d8d8dc;
  padding: 60px 0 28px;
  font-size: 15px;
}
.ft-cols { display: grid; gap: 30px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .ft-cols { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 48px; } }
.ft h4 { margin: 0 0 12px; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }
.ft li { margin-bottom: 9px; }
.ft a:hover { text-decoration: underline; text-underline-offset: 3px; }
.ft-legal { margin-top: 34px; padding-top: 18px; border-top: 1px solid #2a2a2e; display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: space-between; color: var(--ink-3); font-size: 13px; }
.pay { display: flex; gap: 8px; align-items: center; }
.pay span { border: 1px solid var(--line); border-radius: 4px; padding: 4px 8px; font-size: 10.5px; font-weight: 600; color: var(--ink-2); }

.plp-head { padding: 30px 0 16px; display: grid; gap: 10px; }
.plp-head h1 { font-size: clamp(30px, 5vw, 52px); }
.plp-head p { margin: 0; color: var(--ink-2); max-width: 68ch; font-size: 16.5px; }
.crumbs { font-size: 13.5px; color: var(--ink-3); display: flex; gap: 7px; flex-wrap: wrap; }
.crumbs a:hover { text-decoration: underline; }
.filters { display: flex; gap: 9px; overflow-x: auto; scrollbar-width: none; padding: 6px 0 22px; margin: 0 calc(var(--pad) * -1); padding-left: var(--pad); padding-right: var(--pad); }
.filters::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; border: 1.5px solid var(--line); border-radius: var(--r); background: none; padding: 9px 18px; font-size: 15px; font-weight: 500; white-space: nowrap; }
.chip[aria-pressed='true'] { border-color: var(--ink); background: var(--ink); color: var(--white); }
@media (min-width: 900px) { .filters { margin: 0; padding: 6px 0 26px; } }
.plp-count { font-size: 14px; color: var(--ink-3); padding-bottom: 16px; }

.pdp { display: grid; gap: 28px; padding: 20px 0 12px; }
@media (min-width: 1000px) { .pdp { grid-template-columns: 1.2fr 0.8fr; gap: 64px; align-items: start; padding-top: 28px; } }
.pdp-media { display: grid; gap: 10px; }
.pdp-main { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: radial-gradient(circle at 50% 42%, #fff 0%, #ededf0 78%, #e6e6ea 100%); }
.pdp-main img { width: 100%; height: 100%; object-fit: contain; padding: 6%; filter: drop-shadow(0 22px 26px rgba(0,0,0,.18)); }
.thumbs { display: flex; gap: 9px; overflow-x: auto; scrollbar-width: none; }
.thumbs::-webkit-scrollbar { display: none; }
.thumbs button { flex: 0 0 80px; height: 80px; background: var(--surface); border: 1.5px solid transparent; padding: 5px; }
.thumbs button[aria-pressed='true'] { border-color: var(--ink); }
.thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pdp-info { display: grid; gap: 18px; align-content: start; }
.pdp-info h1 { font-size: clamp(28px, 3.6vw, 42px); }
.pdp-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; font-size: 24px; }
.pdp-price b { font-weight: 600; }
.pdp-price s { color: var(--ink-3); font-size: 18px; font-weight: 400; }
.pdp-price i { font-style: normal; color: var(--sale); font-size: 15px; font-weight: 600; }
.opt-label { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; font-weight: 600; }
.opt-label a { font-weight: 400; color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; font-size: 14px; }
.swatches { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 10px; }
.swatch { border: 1.5px solid var(--line); border-radius: var(--r); background: none; padding: 9px 15px; font-size: 14px; }
.swatch[aria-pressed='true'] { border-color: var(--ink); }
.sizes { display: grid; grid-template-columns: repeat(auto-fill, minmax(68px, 1fr)); gap: 8px; margin-top: 10px; }
.size { border: 1.5px solid var(--line); border-radius: var(--r); background: none; padding: 14px 0; font-size: 15px; font-weight: 500; text-align: center; }
.size[aria-pressed='true'] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.stock { font-size: 14.5px; color: var(--stock); font-weight: 500; display: flex; align-items: center; gap: 8px; }
.stock::before { content: ''; width: 7px; height: 7px; background: var(--stock); border-radius: 50%; }
.usp { display: grid; gap: 10px; font-size: 15px; color: var(--ink-2); }
.usp li { display: flex; gap: 10px; align-items: flex-start; }

.scrim { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.45); opacity: 0; visibility: hidden; transition: opacity 200ms ease; z-index: 90; }
.scrim.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100%); background: var(--white); z-index: 96; transform: translateX(102%); transition: transform 260ms cubic-bezier(.2,.7,.2,1); display: flex; flex-direction: column; }
.drawer.open { transform: none; }
.drawer-hd { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--line); }
.drawer-hd strong { font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }
.drawer-body { flex: 1; overflow-y: auto; padding: 6px 20px; }
.drawer-ft { border-top: 1px solid var(--line); padding: 18px 20px; display: grid; gap: 12px; background: #fafafa; }
.line { display: grid; grid-template-columns: 84px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.line-img { background: radial-gradient(circle at 50% 45%, #fff, #ededf0); aspect-ratio: 1; }
.line-img img { width: 100%; height: 100%; object-fit: contain; padding: 7%; }
.line-name { font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; }
.line-var { font-size: 13.5px; color: var(--ink-3); }
.qty { display: inline-flex; border: 1px solid var(--line); border-radius: var(--r); margin-top: 9px; }
.qty button { width: 32px; height: 30px; background: none; border: 0; font-size: 16px; line-height: 1; }
.qty span { min-width: 30px; text-align: center; font-size: 14px; font-weight: 600; line-height: 30px; }
.line-price { text-align: right; font-size: 15.5px; font-weight: 600; }
.line-price s { display: block; font-size: 13px; font-weight: 400; color: var(--ink-3); }
.line-rm { background: none; border: 0; padding: 0; font-size: 13px; color: var(--ink-3); text-decoration: underline; margin-top: 7px; }
.totals { display: grid; gap: 8px; font-size: 15px; }
.totals div { display: flex; justify-content: space-between; }
.totals .save { color: var(--sale); font-weight: 500; }
.totals .grand { font-size: 19px; font-weight: 700; padding-top: 8px; border-top: 1px solid var(--line); letter-spacing: -0.02em; }
.empty { padding: 46px 0; text-align: center; color: var(--ink-2); display: grid; gap: 16px; justify-items: center; }
.ship-bar { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; font-size: 14px; }
.ship-bar b { color: var(--stock); }

.doc { max-width: 820px; padding: 34px 0 60px; }
.doc h1 { font-size: clamp(30px, 4.6vw, 46px); margin-bottom: 12px; }
.doc h2 { font-size: 24px; margin: 34px 0 10px; }
.doc h3 { margin: 22px 0 6px; font-size: 18px; }
.doc p, .doc li { color: #232326; font-size: 16px; }
.doc ul { list-style: disc; padding-left: 22px; margin: 12px 0; }
.doc li { margin-bottom: 7px; }
.doc table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 15px; }
.doc th, .doc td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.doc th { background: var(--surface); font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; }
.doc .updated { color: var(--ink-3); font-size: 13.5px; }
.tbl-scroll { overflow-x: auto; }

.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 20px); background: var(--ink); color: var(--white); padding: 14px 22px; border-radius: var(--r); font-size: 15px; font-weight: 500; z-index: 120; opacity: 0; transition: all 200ms ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.shelf {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 74%;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 calc(var(--pad) * -1);
  padding: 0 var(--pad) 6px;
}
.shelf::-webkit-scrollbar { display: none; }
.shelf > * { scroll-snap-align: start; }
@media (min-width: 700px) { .shelf { grid-auto-columns: 33%; } }
@media (min-width: 1000px) {
  .shelf {
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
    gap: 44px 24px;
  }
  .shelf-wrap .rail-nav { display: none; }
}

.hero--shop { min-height: 82vh; }
@media (min-width: 700px) { .hero--shop { min-height: 74vh; } }
@media (min-width: 1000px) { .hero--shop { min-height: 78vh; } }
.hero--shop .hero__media img { object-position: center 45%; }
.hero__offer {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  background: var(--white);
  color: var(--ink);
  padding: 7px 14px;
  border-radius: var(--r);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}
.hero__offer b { font-size: 17px; }

.strip--short { min-height: 0; }
.strip--short .strip__in { padding: 40px var(--pad); }
.strip--short .strip__list { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); max-width: none; gap: 18px; }

.cats-row { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .cats-row { grid-template-columns: repeat(4, 1fr); } }
.cats-row .pcard img { aspect-ratio: 27 / 34; }
.cats-row .pcard__label { font-size: clamp(18px, 2vw, 24px); font-weight: 700; bottom: 16px; left: 18px; }

@media (min-width: 700px) and (max-width: 999px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .cats-row { grid-template-columns: repeat(4, 1fr); }
  .hero__in { padding-bottom: 44px; }
}
@media (max-width: 380px) {
  :root { --pad: 16px; }
  .hero__in h1 { font-size: 30px; }
  .hero__sub { font-size: 16px; }
  .card__name { font-size: 15.5px; }
  .sizes { grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); }
}

@media (min-width: 620px) { .ft-cols { grid-template-columns: repeat(2, 1fr); gap: 34px 40px; } }
@media (min-width: 860px) { .ft-cols { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; } }
.ft-cols > div:first-child { grid-column: 1 / -1; }
@media (min-width: 860px) { .ft-cols > div:first-child { grid-column: auto; } }
.ft { padding: 52px 0 28px; }
.pay { flex-wrap: wrap; }

.hero__sub, .hero__in h1 { text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35); }

.sizes--ask .size { animation: ask 520ms ease 2; }
@keyframes ask { 0%,100% { border-color: var(--line); } 50% { border-color: var(--sale); } }

.card__fav { display: none; }

.pdp-acc-block { margin-top: 8px; border-top: 1px solid var(--line); }

.guarantees { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.guarantees ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 62%;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  margin: 0 calc(var(--pad) * -1);
  padding: 0 var(--pad);
}
.guarantees ul::-webkit-scrollbar { display: none; }
.guarantees li { scroll-snap-align: center; text-align: center; padding: 0 14px; }
.guarantees svg { margin: 0 auto 8px; }
.guarantees strong { display: block; font-size: 14.5px; font-weight: 600; }
.guarantees span { font-size: 13px; color: var(--ink-2); }
@media (min-width: 760px) {
  .guarantees ul { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); overflow: visible; margin: 0; padding: 0; }
}

.hero__eyebrow {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--r);
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.tech-split { display: grid; gap: 26px; }
@media (min-width: 900px) { .tech-split { grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } }
.tech-split__media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.tech-split__copy p { color: var(--ink-2); margin: 14px 0 0; font-size: 16px; max-width: 46ch; }
.tech-split__list { display: grid; gap: 16px; margin-top: 26px; }
.tech-split__list li { border-left: 2px solid var(--ink); padding-left: 14px; }
.tech-split__list strong { display: block; font-size: 15px; }
.tech-split__list span { font-size: 14px; color: var(--ink-2); }

.community { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .community { grid-template-columns: repeat(4, 1fr); } }
.community figure { margin: 0; position: relative; overflow: hidden; background: var(--surface); }
.community img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 600ms ease; }
.community figure:hover img { transform: scale(1.05); }
.community figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px;
  background: linear-gradient(to top, rgba(0,0,0,.62), transparent);
  color: var(--white);
  font-size: 13.5px;
}
.community figcaption b { display: block; font-size: 12px; font-weight: 600; opacity: .85; margin-top: 3px; }

.ft .logo, .ft h4 { color: #fff; }
.ft .logo--ft svg { width: 46px; height: 46px; }
.ft li { color: #b0b0b6; }
.ft p { color: #b0b0b6; }
.ft a:hover { color: #fff; }
.ft-legal { border-top: 1px solid #26262a; color: #8a8a90; }

.pay { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.pay svg { width: 44px; height: 29px; border-radius: 4px; }

.split-hf { display: grid; grid-template-columns: 1fr; gap: 2px; }
@media (min-width: 700px) { .split-hf { grid-template-columns: 1fr 1fr; } }
.split-hf__card { position: relative; display: block; overflow: hidden; background: var(--surface); }
.split-hf__card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.6,.2,1); }
@media (min-width: 700px) { .split-hf__card img { aspect-ratio: 3 / 3.4; } }
.split-hf__card:hover img { transform: scale(1.04); }
.split-hf__card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,.05) 60%, transparent); }
.split-hf__copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 26px;
  color: var(--white);
  display: grid;
  gap: 10px;
  justify-items: start;
}
.split-hf__copy h2 { color: var(--white); font-size: clamp(26px, 3.4vw, 40px); }
.split-hf__copy > span:first-of-type { font-size: 14.5px; opacity: .92; }

.mnav { padding: 12px var(--pad) 28px; inset: 0 18% 0 0; }
.mnav__top { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); }
.mnav__grp { border-top: 1px solid var(--line); padding: 14px 0; }
.mnav__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-bottom: 10px;
}
.mnav__head span { font-size: 13px; font-weight: 500; color: var(--ink-3); }
.mnav__chips { display: flex; flex-wrap: wrap; gap: 7px; }
.mnav__chips a {
  border: 1.5px solid var(--line);
  border-radius: var(--r);
  padding: 8px 15px;
  font-size: 14.5px;
  font-weight: 500;
}
.mnav__chips a:active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.mnav__chips--wide a { font-weight: 600; }
.mnav__foot {
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
}
.mnav__foot a { font-size: 13.5px; color: var(--ink-2); }

.fam { display: block; }
.fam__media { aspect-ratio: 4 / 3; background: radial-gradient(circle at 50% 45%, #fff 0%, #eeeef1 80%); overflow: hidden; }
.fam__media img { width: 100%; height: 100%; object-fit: contain; padding: 8% 10%; filter: drop-shadow(0 14px 16px rgba(0,0,0,.15)); transition: transform 550ms cubic-bezier(.2,.6,.2,1); }
.fam:hover .fam__media img { transform: scale(1.05); }
.fam__body { padding-top: 12px; display: grid; gap: 3px; }
.fam__name { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; }
.fam:hover .fam__name { text-decoration: underline; text-underline-offset: 4px; }
.fam__meta { font-size: 13.5px; color: var(--ink-2); }

.promo-band { position: relative; overflow: hidden; background: #111; display: flex; align-items: center; min-height: 300px; }
@media (min-width: 760px) { .promo-band { min-height: 340px; } }
.promo-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.promo-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.5) 55%, rgba(0,0,0,.3) 100%); }
.promo-band__in {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  padding: 40px var(--pad);
  color: var(--white);
  display: grid;
  gap: 14px;
  justify-items: start;
}
.promo-band__in h2 { color: var(--white); font-size: clamp(24px, 3.4vw, 40px); }
.promo-band__in p { margin: 0; max-width: 40ch; color: #e2e2e5; font-size: 15.5px; }

.famb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%);
  border-radius: 4px;
}
.famb img {
  position: absolute;
  right: -6%;
  bottom: 2%;
  width: 66%;
  height: auto;
  object-fit: contain;
  transform: rotate(-6deg);
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.22));
  transition: transform 600ms cubic-bezier(.2,.6,.2,1);
}
.famb:hover img { transform: rotate(-6deg) scale(1.06) translateY(-4px); }
.famb__copy { position: absolute; left: 22px; top: 22px; z-index: 3; display: grid; gap: 4px; max-width: 52%; }
.famb__name { font-size: clamp(19px, 2.1vw, 26px); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.famb__meta { font-size: 13.5px; color: #4a4a4f; }
.famb__go {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 3;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 2px;
}
@media (min-width: 1000px) {
  .rail-wrap[data-rail="fam"] .rail { grid-auto-columns: 32%; }
}

.plp-head { padding: 16px 0 10px; gap: 6px; }
.plp-title { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.plp-head h1 { font-size: clamp(23px, 3.6vw, 36px); }
.plp-count { font-size: 14px; color: var(--ink-3); padding: 0; white-space: nowrap; }
.filters { padding: 4px 0 18px; }
.chip--g { border-style: dashed; }
.chip--g[aria-pressed='true'] { border-style: solid; }
.plp-more { display: flex; justify-content: center; padding: 34px 0 8px; }

.plp-intro { color: var(--ink-3); font-size: 14px; max-width: 70ch; margin: 26px auto 0; text-align: center; }

.pdp-price { align-items: baseline; gap: 10px; }
.pdp-price b { font-size: clamp(24px, 3vw, 30px); }
.pdp-price .save {
  background: var(--sale);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 3px;
  letter-spacing: 0.02em;
}
.pdp-info { gap: 14px; }
.sizes { grid-template-columns: repeat(auto-fill, minmax(56px, 1fr)); gap: 7px; }
.size { padding: 11px 0; font-size: 14.5px; }
.usp { gap: 9px; font-size: 14px; margin-top: 4px; }
.usp li { align-items: center; }
.usp svg { flex: 0 0 auto; opacity: .75; }

.buybar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  transform: translateY(105%);
  transition: transform 260ms cubic-bezier(.2,.7,.2,1);
}
.buybar.show { transform: none; }
.buybar__in { display: flex; align-items: center; gap: 14px; padding: 10px var(--pad); max-width: var(--max); margin: 0 auto; }
.buybar__info { display: grid; min-width: 0; flex: 1; }
.buybar__info strong { font-size: 14.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar__info span { font-size: 13.5px; }
.buybar__info b { color: var(--sale); font-weight: 700; }
.buybar__info s { color: var(--ink-3); }
@media (min-width: 1000px) { .buybar { display: none; } }

.sizes { display: block; margin-top: 10px; }
.size-select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 52px;
  padding: 0 46px 0 18px;
  border: 1.5px solid var(--line);
  border-radius: var(--r);
  background: var(--white);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.size-select:focus { outline: none; border-color: var(--ink); }
.size-select.is-set { border-color: var(--ink); font-weight: 600; }
.sizes--ask .size-select { border-color: var(--sale); animation: ask 520ms ease 2; }

.annonce {
  height: 40px;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
  z-index: 70;
  padding: 0 var(--pad);
}

.annonce__msg {
  grid-area: 1 / 1;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
}
.annonce__msg.is-on { opacity: 1; transform: none; }
.annonce b { font-weight: 800; }

.sub--mega { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; min-width: 420px; padding: 22px 24px; }
.sub--mega h5 { margin: 0 0 8px; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.sub--mega a { display: block; padding: 6px 0; font-size: 15px; }
.sub--mega a:hover { text-decoration: underline; text-underline-offset: 3px; background: none; }
.nav .hot { color: var(--sale); font-weight: 600; }

.mnav { inset: 0; width: 100%; padding: 0; display: flex; flex-direction: column; }
.mnav__top { display: flex; align-items: center; height: var(--nav-h); padding: 0 var(--pad); border-bottom: 1px solid var(--line); }
.mnav__panel { display: none; flex: 1; overflow-y: auto; padding: 24px var(--pad) 10px; }
.mnav__panel.is-active { display: block; }
.mnav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: 0;
  padding: 13px 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--ink);
}
.mnav__link span { font-size: 26px; font-weight: 400; color: var(--ink-3); }
.mnav__link--hot { color: var(--sale); }
.mnav__back { background: none; border: 0; padding: 4px 0 14px; font-size: 15px; color: var(--ink-3); }
.mnav h5 { margin: 22px 0 4px; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.mnav__sub { display: block; padding: 10px 0; font-size: 17px; font-weight: 500; }
.mnav__foot { padding: 18px var(--pad); display: grid; gap: 9px; border-top: 1px solid var(--line); }
.mnav__foot a { font-size: 14px; color: var(--ink-2); }
.mnav__bar { display: flex; align-items: center; gap: 26px; padding: 14px var(--pad) 22px; border-top: 1px solid var(--line); }
.mnav__bar button, .mnav__bar a { background: none; border: 0; padding: 0; color: var(--ink); }
.mnav__close { margin-left: auto; background: var(--surface) !important; border-radius: 50%; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; }

.fam-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.fam-grid::-webkit-scrollbar { display: none; }
.fam-grid > * { flex: 0 0 88%; scroll-snap-align: start; }
@media (min-width: 760px) { .fam-grid { gap: 18px; } .fam-grid > * { flex: 0 0 calc((100% - 18px) / 1.6); } }
@media (min-width: 1100px) { .fam-grid { gap: 20px; } .fam-grid > * { flex: 0 0 calc((100% - 20px) / 2); } }
.fam-grid .famb {
  aspect-ratio: 3 / 2;
  border-radius: 6px;
}
@media (min-width: 760px) { .fam-grid .famb { aspect-ratio: 4 / 3; } }
.fam-grid .famb img {
  position: absolute;
  right: -4%;
  bottom: 8%;
  top: auto;
  width: 62%;
  transform: rotate(-7deg);
}

.fam-grid .famb__copy { top: 24px; bottom: auto; left: 26px; max-width: 42%; gap: 6px; }
.fam-grid .famb__name { font-size: clamp(23px, 2.6vw, 32px); line-height: 1.05; }
.fam-grid .famb__meta { font-size: 14px; }
.fam-grid .famb__go { left: 26px; bottom: 24px; }

.focus { padding: 56px 0; background: linear-gradient(180deg, var(--c1) 0%, #fff 62%); }
.focus__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 28px; flex-wrap: wrap; }

.promo-band--tall { min-height: 400px; }
@media (min-width: 760px) { .promo-band--tall { min-height: 480px; } }
.promo-band__flag {
  display: inline-block;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--r);
  padding: 5px 13px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero__in h1 { font-size: clamp(40px, 9vw, 78px); line-height: .98; }

body.has-hero main > section:nth-of-type(2) { padding-top: 40px; }

html { background: #000; }
body { background: var(--white); }

.drawer-ft { gap: 10px; }
.dft-total { display: flex; align-items: baseline; justify-content: space-between; }
.dft-total span { font-size: 15px; font-weight: 600; letter-spacing: 0.01em; }
.dft-total b { font-size: 21px; font-weight: 700; letter-spacing: -0.02em; }
.dft-note { margin: -4px 0 4px; font-size: 12.5px; color: var(--ink-3); text-align: center; }
.dft-pay { justify-content: center; margin: 6px 0 0; }
.dft-pay svg { width: 40px; height: 26px; }
.dft-secure { margin: 2px 0 0; font-size: 12px; color: var(--ink-3); text-align: center; }

.plp-hero {
  position: relative;
  min-height: 44vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #d8d5cf;
}
@media (min-width: 1000px) { .plp-hero { min-height: 40vh; } }
.plp-hero > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 42%;
}
.plp-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.62) 0%, rgba(0,0,0,.22) 45%, rgba(0,0,0,.06) 100%);
}
.plp-hero__in {
  position: relative; z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--pad) 30px;
  color: var(--white);
}
.plp-hero__in h1 {
  margin: 6px 0 4px;
  font-size: clamp(30px, 5.4vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-shadow: 0 1px 22px rgba(0,0,0,.2);
}
.plp-hero__in .plp-count { font-size: 14.5px; opacity: .9; }
.crumbs--over { padding: 0; }
.crumbs--over a, .crumbs--over span { color: rgba(255,255,255,.82); }
.crumbs--over a:last-child { color: var(--white); }

.plp-hero + .wrap .filters { padding-top: 22px; }

.pdp-wrap { max-width: 1560px; margin: 0 auto; padding: 0 var(--pad) 40px; }
.pdp { display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 1000px) {
  .pdp { grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.95fr); gap: 48px; align-items: start; }
  .pdp-info { position: sticky; top: calc(var(--nav-h) + 14px); }
}

.pdp-gal { display: grid; grid-template-columns: 1fr; gap: 6px; }
@media (min-width: 700px) { .pdp-gal { grid-template-columns: 1.35fr 1fr; } }
.pdp-gal > div { background: #efefef; overflow: hidden; }
.pdp-gal img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 1 / 1; }
.pdp-gal__main img { object-fit: contain; padding: 4%; }

.pdp-info { display: grid; gap: 16px; align-content: start; }
.pdp-crumbs { display: flex; gap: 8px; align-items: center; font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); }
.pdp-crumbs a:hover { text-decoration: underline; }
.pdp-info h1 { margin: 0; font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; letter-spacing: -0.03em; }
.pdp-badge {
  justify-self: start;
  border: 1px solid #b08a4a;
  color: #8a6a33;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
  padding: 5px 11px;
}
.pdp-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.pdp-price b { font-size: 22px; font-weight: 600; }
.pdp-price s { color: var(--ink-3); font-size: 16px; }
.pdp-tva { font-size: 13.5px; color: var(--ink-3); }
.pdp-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.pdp-tags span {
  border: 1px solid var(--line);
  padding: 9px 15px;
  font-size: 11.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.pdp-lead { margin: 0; color: var(--ink-2); line-height: 1.5; }

.pdp-genre { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; gap: 3px; justify-self: start; }
.pdp-genre__b { padding: 9px 26px; border-radius: 999px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.pdp-genre__b.is-on { background: var(--ink); color: var(--white); }
.pdp-genre__b.is-off { opacity: .38; cursor: not-allowed; }

.pdp-opt { display: grid; gap: 8px; }
.pdp-opt__lab { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; font-weight: 600; }
.pdp-opt__lab a { font-size: 13px; font-weight: 400; text-decoration: underline; color: var(--ink-2); }
.pdp-opt__n { font-weight: 400; color: var(--ink-3); font-size: 13px; }
.pdp-hint { font-size: 12.5px; color: var(--ink-3); margin: 2px 0 0; }

.pdp-acc { margin-top: 34px; border-top: 1px solid var(--line); }
.pdp-acc details { border-bottom: 1px solid var(--line); }
.pdp-acc summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 2px;
  font-size: 12.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdp-acc summary::-webkit-details-marker { display: none; }
.pdp-acc summary::after { content: '+'; font-size: 20px; font-weight: 300; line-height: 1; }
.pdp-acc details[open] summary::after { content: '−'; }
.pdp-acc details > div { padding: 0 2px 22px; color: var(--ink-2); line-height: 1.6; }
.pdp-acc details > div p { margin: 0 0 12px; }
.pdp-acc a { text-decoration: underline; }

.pdp-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px; margin: 46px 0 10px; }
@media (min-width: 860px) { .pdp-specs { grid-template-columns: repeat(4, 1fr); } }
.pdp-spec { border-bottom: 1px solid var(--ink); padding: 16px 0 12px; display: grid; gap: 5px; }
.pdp-spec__k { font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-2); }
.pdp-spec__v { font-size: 21px; font-weight: 600; letter-spacing: -0.02em; }

.pdp-tech { display: grid; grid-template-columns: 1fr; gap: 40px; margin: 62px 0; }
@media (min-width: 900px) { .pdp-tech { grid-template-columns: 1fr 1fr; gap: 80px; } }
.pdp-tech h2 { margin: 0 0 18px; font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -0.025em; }
.pdp-list { margin: 0; padding-left: 18px; display: grid; gap: 9px; color: var(--ink-2); line-height: 1.5; }
.pdp-list b { color: var(--ink); font-weight: 600; }
.pdp-jauges { display: grid; gap: 30px; align-content: start; }
.pdp-jauge h3 { margin: 0 0 12px; font-size: clamp(21px, 2.2vw, 28px); letter-spacing: -0.025em; }
.pdp-jauge__bar { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.pdp-jauge__bar i { height: 2px; background: var(--line); display: block; }
.pdp-jauge__bar i.on { height: 5px; background: var(--ink); margin-top: -1.5px; }
.pdp-jauge__leg { display: flex; justify-content: space-between; margin-top: 9px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }

.pdp-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 24px 0 0; }
.pdp-trio figure { margin: 0; background: #efefef; overflow: hidden; }
.pdp-trio img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: 6%; display: block; }
.pdp-edito { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0 10px; }
@media (max-width: 760px) { .pdp-trio, .pdp-edito { grid-template-columns: 1fr; } }
.pdp-edito h3 { margin: 0 0 10px; font-size: clamp(20px, 2.1vw, 27px); letter-spacing: -0.025em; }
.pdp-edito p { margin: 0; color: var(--ink-2); line-height: 1.55; font-size: 14.5px; }

.pdp-acc--bas { max-width: 1000px; margin: 56px auto 0; }

@media (min-width: 760px) { :root { --pad: 34px; } }
@media (min-width: 1200px) { :root { --pad: 46px; } }

.buybar__size {
  height: 46px;
  padding: 0 34px 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23111' stroke-width='1.6'/></svg>") no-repeat right 14px center;
  appearance: none;
  font: inherit;
  font-size: 14.5px;
  max-width: 190px;
}
.buybar.need-size .buybar__size { border-color: #c0392f; box-shadow: 0 0 0 3px rgba(192, 57, 47, .13); }
@media (max-width: 560px) {
  .buybar__in { flex-wrap: wrap; }
  .buybar__info { flex: 1 1 100%; }
  .buybar__size { flex: 1 1 auto; max-width: none; }
}

.rail, .shelf, .fam-grid { scroll-padding-left: var(--pad); scroll-padding-right: var(--pad); }