:root {
  --bg: #f4efe8;
  --bg-2: #ebe4d9;
  --paper: #faf7f2;
  --ink: #1c1815;
  --ink-2: #4a4239;
  --ink-3: #8a8074;
  --line: #ddd3c4;
  --line-2: #c8bda9;
  --oak: #c89968;
  --oak-deep: #8a6638;
  --accent: #2d2620;
  --shadow: 0 1px 0 rgba(0, 0, 0, .04), 0 24px 60px -20px rgba(60, 40, 20, .18);
  --shadow-sm: 0 1px 0 rgba(0, 0, 0, .04), 0 6px 20px -8px rgba(60, 40, 20, .15);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: pretty;
}
em { font-style: italic; font-weight: 500; }
.mono { font-family: 'JetBrains Mono', monospace; letter-spacing: 0; }
.uppercase { text-transform: uppercase; letter-spacing: 0.12em; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }
button:disabled { cursor: default; opacity: .45; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* Layout */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.section { padding: 120px 0; }
.section-cream { background: var(--bg-2); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-cta { padding: 140px 0; position: relative; overflow: hidden; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }
.reveal.in { opacity: 1; transform: none; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .01em;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn-sm { padding: 12px 22px; font-size: 14px; }
.btn-lg { padding: 20px 36px; font-size: 16px; margin-top: 28px; }
.btn-block { width: 100%; margin-top: 20px; }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: #000; transform: translateY(-1px); box-shadow: 0 12px 24px -10px rgba(0, 0, 0, .4); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.btn-ghost:hover { background: rgba(0, 0, 0, .04); }
.arrow { display: inline-block; transform: translateY(1px); }

/* Pills */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: rgba(255, 255, 255, .4);
}
.pill-dot { width: 6px; height: 6px; border-radius: 99px; background: var(--oak-deep); }
.pill-discount { border-color: var(--ink); color: var(--ink); }

/* Big numbers */
.big-num { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; }

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(244, 239, 232, .82);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.scrolled { border-color: var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; }
.nav-right { display: flex; gap: 28px; align-items: center; }
.nav-link { font-size: 14px; color: var(--ink-2); }
.logo { display: flex; align-items: baseline; gap: 10px; }
.logo-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; font-weight: 500; letter-spacing: 0.01em; }
.logo-num { font-size: 10px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.18em; }

/* Color switcher */
.color-switcher { display: flex; gap: 10px; align-items: center; }
.swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color .2s ease, transform .15s ease;
}
.swatch[data-color="oak"] { background: radial-gradient(circle at 30% 30%, #c89968, #a87a48); }
.swatch[data-color="white"] { background: radial-gradient(circle at 30% 30%, #f2efea, #dcd7cf); }
.swatch.active { border-color: var(--ink); }
.swatch:hover { transform: scale(1.08); }
.swatch-name { font-size: 12px; color: var(--ink-2); margin-left: 4px; }
.color-switcher[data-size="lg"] .swatch { width: 36px; height: 36px; }

/* Hero */
.hero { padding: 40px 0 80px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.hero-title { font-size: clamp(48px, 7vw, 96px); line-height: 0.98; margin-top: 28px; }
.pill + .hero-title { margin-top: 0; }
.hero-sub { font-size: 19px; color: var(--ink-2); max-width: 440px; margin-top: 24px; line-height: 1.55; }
.price-row { margin-top: 36px; display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.price-now { font-size: 56px; }
.price-old { font-size: 14px; color: var(--ink-3); text-decoration: line-through; }
.cta-row { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-color { margin-top: 36px; }
.hero-color .label { font-size: 11px; color: var(--ink-3); margin-bottom: 12px; }
.hero-image { position: relative; min-height: 620px; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 60%, var(--bg-2), transparent 65%); }
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity .55s ease, transform .8s ease;
  mix-blend-mode: multiply;
}
.hero-photo.active { opacity: 1; transform: scale(1); }

.pill.reveal { margin-bottom: 28px; }

/* Stat strip */
.stat-strip { background: var(--ink); color: var(--paper); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 56px 32px; }
.stat { border-left: 1px solid rgba(255, 255, 255, .14); padding-left: 24px; }
.stat:first-child { border-left: none; padding-left: 0; }
.stat-num { font-size: clamp(48px, 6vw, 84px); color: var(--paper); }
.stat-label { font-size: 11px; color: rgba(250, 247, 242, .6); margin-top: 8px; }

/* Section heads */
.section-head { max-width: 720px; margin-bottom: 64px; }
.eyebrow { font-size: 11px; color: var(--ink-3); margin-bottom: 16px; }
.eyebrow-dark { color: rgba(250, 247, 242, .5); }
.section-title { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; }
.section-title-dark { color: var(--paper); margin-bottom: 24px; }

/* Features grid */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.feature-tile {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  transition: transform .25s ease, box-shadow .25s ease, opacity .8s ease;
}
.feature-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.feature-tile.reveal { transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1), box-shadow .25s ease; }
.feature-tile:hover.reveal.in { transform: translateY(-3px); }
.feature-tile h3 { font-size: 28px; margin-top: 24px; }
.feature-tile p { font-size: 15px; color: var(--ink-2); margin: 12px 0 0; line-height: 1.55; }

/* How it works */
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.how-title { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; margin-bottom: 24px; }
.how-body { font-size: 17px; color: var(--ink-2); max-width: 480px; line-height: 1.6; margin: 0; }
.how-buttons { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.how-hint { font-size: 12px; color: var(--ink-3); margin-top: 24px; }
.cabinet-wrap { display: flex; justify-content: center; }

/* Cabinet */
.cabinet { perspective: 1400px; width: 260px; height: 600px; position: relative; }
.cabinet-outer {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  box-shadow: 0 30px 60px -20px rgba(60, 40, 20, .35), 0 6px 12px -4px rgba(0, 0, 0, .1);
}
.cabinet[data-color="oak"] .cabinet-outer { background: #a87a48; }
.cabinet[data-color="white"] .cabinet-outer { background: #e5e0d7; }
.cabinet-cavity { position: absolute; inset: 6px; border-radius: 2px; }
.cabinet[data-color="oak"] .cabinet-cavity { background: #3a2e22; }
.cabinet[data-color="white"] .cabinet-cavity { background: #9d958a; }
.drawers { position: absolute; inset: 8px; display: flex; flex-direction: column; gap: 4px; }
.drawer {
  flex: 1;
  position: relative;
  border-radius: 2px;
  transform-origin: bottom center;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), box-shadow .4s ease;
  will-change: transform;
}
.cabinet[data-color="oak"] .drawer {
  background: linear-gradient(180deg, #d3a673 0%, #c8965f 40%, #b8884e 70%, #c89968 100%);
  border: 1px solid #b8884e;
  box-shadow: 0 1px 0 rgba(80, 50, 20, .25) inset;
}
.cabinet[data-color="white"] .drawer {
  background: linear-gradient(180deg, #f5f2ec 0%, #ebe7df 100%);
  border: 1px solid #e0dbd2;
  box-shadow: 0 1px 0 rgba(120, 110, 100, .18) inset;
}
.drawer.open { transform: rotateX(-68deg) translateY(-2px); box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, .22); }
.drawer::before, .drawer::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
/* Handle on top edge */
.drawer::before {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  border-radius: 2px;
}
.cabinet[data-color="oak"] .drawer::before { background: #2a2520; }
.cabinet[data-color="white"] .drawer::before { background: #d4cfc6; }
/* Oak grain (left mark + right mark) */
.cabinet[data-color="oak"] .drawer::after {
  bottom: 2px;
  left: 18%;
  right: 18%;
  height: 2px;
  border-radius: 1px;
  background:
    linear-gradient(90deg, rgba(80, 50, 20, .4) 0 6px, transparent 6px) left center / 100% 100% no-repeat,
    linear-gradient(270deg, rgba(80, 50, 20, .4) 0 6px, transparent 6px) right center / 100% 100% no-repeat;
  background-color: transparent;
}
.cabinet[data-color="white"] .drawer::after {
  bottom: 2px;
  left: 18%;
  right: 18%;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(120, 110, 100, .4) 0 6px, transparent 6px) left center / 100% 100% no-repeat,
    linear-gradient(270deg, rgba(120, 110, 100, .4) 0 6px, transparent 6px) right center / 100% 100% no-repeat;
}

/* Lifestyle */
.lifestyle-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.lifestyle-image { position: relative; aspect-ratio: 4/3; background: var(--bg-2); border-radius: 18px; overflow: hidden; }
.lifestyle-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .55s ease;
}
.lifestyle-photo.active { opacity: 1; }
.lifestyle-body { font-size: 17px; color: var(--ink-2); line-height: 1.65; max-width: 480px; margin-top: 24px; }
[data-color-desc] { display: none; }
[data-color-desc].active { display: inline; }
.lifestyle-switcher { margin-top: 28px; }

/* Capacity */
.capacity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.capacity-body { font-size: 17px; color: rgba(250, 247, 242, .7); line-height: 1.6; max-width: 460px; margin: 24px 0 40px; }
.member-picker { display: flex; gap: 6px; margin-bottom: 24px; }
.member-picker button {
  flex: 1;
  padding: 20px 0;
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s ease;
}
.member-picker button.active { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.member-label { font-size: 11px; color: rgba(250, 247, 242, .5); }
.capacity-result { text-align: center; }
.pairs-num { font-size: clamp(120px, 18vw, 200px); color: var(--paper); }
.pairs-label { font-size: 20px; color: rgba(250, 247, 242, .8); margin-top: -10px; }
.fit-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  border: 1px solid;
}
.fit-badge.fit-yes { border-color: rgba(150, 220, 150, .3); background: rgba(150, 220, 150, .06); }
.fit-badge.fit-no { border-color: rgba(220, 150, 120, .3); background: rgba(220, 150, 120, .06); }
.fit-dot { width: 8px; height: 8px; border-radius: 99px; }
.fit-yes .fit-dot { background: #9dd49a; }
.fit-no .fit-dot { background: #dca87a; }

/* Specs */
.specs-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: flex-start; }
.specs-sticky { position: sticky; top: 96px; }
.specs-sticky .section-title { margin-bottom: 32px; }
.specs-image { position: relative; aspect-ratio: 3/4; background: var(--bg-2); border-radius: 12px; overflow: hidden; }
.specs-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .4s ease;
  mix-blend-mode: multiply;
}
.specs-photo.active { opacity: 1; }
dl.spec { margin: 0; display: grid; grid-template-columns: 1fr auto; row-gap: 0; }
dl.spec > div { display: contents; }
dl.spec dt, dl.spec dd { padding: 18px 0; border-bottom: 1px solid var(--line); margin: 0; }
dl.spec dt { color: var(--ink-2); }
dl.spec dd { text-align: right; font-weight: 500; }
.kit-box { margin-top: 36px; padding: 28px; background: var(--paper); border-radius: 14px; border: 1px solid var(--line); }
.kit-box .label { font-size: 11px; color: var(--ink-3); margin-bottom: 12px; }
.kit-box ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 15px; color: var(--ink-2); }
.specs-color { margin-top: 28px; }
.specs-color .label { font-size: 11px; color: var(--ink-3); margin-bottom: 12px; }

/* Delivery */
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--paper);
}
.delivery-tile { padding: 32px; border-right: 1px solid var(--line); }
.delivery-tile:last-child { border-right: none; }
.delivery-tile h3 { font-size: 28px; }
.delivery-tile p { font-size: 14px; color: var(--ink-2); margin: 10px 0 0; line-height: 1.6; }

/* Final CTA */
.cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; }
.cta-title { font-size: clamp(48px, 7vw, 96px); line-height: 0.98; }
.cta-body { font-size: 18px; color: var(--ink-2); max-width: 460px; margin-top: 24px; line-height: 1.55; }
.cta-price { margin-top: 32px; display: flex; gap: 14px; align-items: baseline; flex-wrap: wrap; }
.price-now-lg { font-size: 64px; }
.cta-image { position: relative; aspect-ratio: 3/4; }
.cta-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .5s ease;
  mix-blend-mode: multiply;
}
.cta-photo.active { opacity: 1; }

/* Footer */
.footer { padding: 60px 0 100px; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.footer-copy { font-size: 12px; color: var(--ink-3); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 13px; color: var(--ink-2); }

/* Buy bar (mobile only) */
.buy-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 12px 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.buy-bar-price { font-size: 22px; }
.buy-bar-meta { font-size: 10px; color: var(--ink-3); }

/* Modal */
.modal-back[hidden] { display: none; }
.modal-back {
  position: fixed;
  inset: 0;
  background: rgba(20, 16, 12, .55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.modal-card {
  background: var(--paper);
  border-radius: 18px;
  max-width: 520px;
  width: 100%;
  padding: 36px;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .45);
  animation: pop .35s cubic-bezier(.2, .7, .2, 1);
}
@keyframes pop {
  from { opacity: 0; transform: translateY(20px) scale(.96); }
  to { opacity: 1; transform: none; }
}
.modal-step[hidden] { display: none; }
.modal-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; }
.modal-title { font-size: 32px; }
.modal-close { font-size: 20px; color: var(--ink-3); width: 32px; height: 32px; line-height: 1; }
.modal-color-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  background: var(--bg);
  border-radius: 10px;
  margin-bottom: 20px;
}
.modal-color-label { font-size: 13px; color: var(--ink-3); }
.modal-color-name { font-size: 16px; }
.modal-form { display: grid; gap: 12px; }
.field {
  display: block;
  width: 100%;
  background: var(--paper);
  border: 1px solid var(--line-2);
  padding: 14px 16px;
  border-radius: 10px;
  font: inherit;
  color: var(--ink);
  transition: border-color .15s ease;
}
.field:focus { outline: none; border-color: var(--ink); }
.field.error { border-color: #b04a3a; }
.modal-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0 4px;
  border-top: 1px solid var(--line);
  margin-top: 24px;
  color: var(--ink-2);
}
.modal-price { font-size: 36px; color: var(--ink); }
.modal-error {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(176, 74, 58, .08);
  border: 1px solid rgba(176, 74, 58, .25);
  color: #b04a3a;
  font-size: 13px;
  line-height: 1.45;
}
.modal-error[hidden] { display: none; }
.modal-fineprint { font-size: 12px; color: var(--ink-3); text-align: center; margin: 16px 0 0; }

.modal-step-2 { text-align: center; padding: 12px 0; }
.modal-success-check {
  width: 64px;
  height: 64px;
  border-radius: 99px;
  background: var(--ink);
  color: var(--paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px;
}
.modal-success-title { font-size: 32px; margin-bottom: 12px; }
.modal-success-body { font-size: 16px; color: var(--ink-2); max-width: 360px; margin: 0 auto; line-height: 1.55; }
.modal-step-2 .btn-ghost { margin-top: 28px; }

/* ── Tablet ───────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-text { order: 2; }
  .hero-image { order: 1; min-height: 420px; }
}

/* ── Mobile (≤760px) ──────────────────────────────────────────────── */
@media (max-width: 760px) {
  .wrap { padding: 0 20px; }
  .section { padding: 64px 0; }
  .section-cta { padding: 56px 0; }
  .section-head { margin-bottom: 40px; }

  /* All multi-col grids → single column */
  .how-grid,
  .lifestyle-grid,
  .capacity-grid,
  .specs-grid,
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .specs-sticky { position: static; }

  /* Nav */
  .nav-wrap { padding: 12px 20px; }
  .hide-mobile { display: none; }
  .logo-name { font-size: 20px; }
  .nav .btn-sm { padding: 12px 20px; font-size: 13px; }

  /* Hero */
  .hero { padding: 24px 0 56px; }
  .hero-image { min-height: 340px; }
  .hero-glow { background: radial-gradient(circle at 50% 60%, var(--bg-2), transparent 70%); }
  .hero-sub { font-size: 16.5px; margin-top: 18px; max-width: none; }
  .pill.reveal { margin-bottom: 20px; }
  .price-row { margin-top: 28px; gap: 12px 16px; }
  .price-now { font-size: 48px; }
  .cta-row { margin-top: 24px; flex-direction: column; align-items: stretch; gap: 10px; }
  .cta-row .btn { width: 100%; padding: 16px 22px; }
  .hero-color { margin-top: 28px; }

  /* Stat strip — fix 2×2 borders */
  .stat-strip .wrap { grid-template-columns: repeat(2, 1fr); padding: 36px 20px; gap: 28px 20px; }
  .stat { border-left: none; padding-left: 0; }
  .stat:nth-child(2n) { border-left: 1px solid rgba(255, 255, 255, .14); padding-left: 20px; }
  .stat-num { font-size: 56px; }

  /* Features */
  .feature-grid { gap: 14px; }
  .feature-tile { padding: 24px; border-radius: 14px; }
  .feature-tile h3 { font-size: 24px; margin-top: 18px; }
  .feature-tile p { font-size: 14.5px; }

  /* How it works */
  .how-title { margin-bottom: 18px; }
  .how-body { font-size: 16px; max-width: none; }
  .how-buttons { margin-top: 24px; }
  .how-buttons .btn { flex: 1; min-width: 0; }
  .cabinet-wrap { margin: 0 -8px; }
  .cabinet { width: 220px; height: 500px; }

  /* Lifestyle */
  .lifestyle-image { aspect-ratio: 3/4; border-radius: 14px; max-height: 70vh; }
  .lifestyle-body { font-size: 16px; max-width: none; line-height: 1.6; }
  .lifestyle-switcher { margin-top: 22px; }

  /* Capacity */
  .capacity-body { font-size: 16px; margin: 18px 0 28px; max-width: none; }
  .member-picker { gap: 8px; margin-bottom: 18px; }
  .member-picker button { padding: 16px 0; font-size: 16px; }
  .pairs-num { font-size: 140px; }
  .pairs-label { font-size: 17px; margin-top: -6px; }
  .fit-badge { margin-top: 24px; font-size: 13px; }

  /* Specs */
  .specs-sticky .section-title { margin-bottom: 24px; }
  .specs-image { aspect-ratio: 4/5; max-height: 60vh; }
  dl.spec dt, dl.spec dd { padding: 14px 0; font-size: 15px; }
  .kit-box { padding: 22px; margin-top: 28px; }
  .specs-color { margin-top: 24px; }

  /* Delivery */
  .delivery-grid { border-radius: 12px; }
  .delivery-tile { border-right: none; border-bottom: 1px solid var(--line); padding: 24px; }
  .delivery-tile:last-child { border-bottom: none; }
  .delivery-tile h3 { font-size: 24px; }

  /* Final CTA */
  .cta-title { line-height: 1; }
  .cta-body { font-size: 16px; max-width: none; }
  .cta-image { aspect-ratio: 4/5; max-height: 60vh; }
  .cta-price { margin-top: 24px; gap: 12px; }
  .price-now-lg { font-size: 52px; }
  .btn-lg { padding: 18px 30px; margin-top: 22px; width: 100%; }

  /* Footer — stack vertically */
  .footer { padding: 36px 0 24px; border-top: 1px solid var(--line); }
  .footer-wrap { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-copy { order: 3; }
  .footer-links a { font-size: 15px; font-weight: 500; }

  /* Bigger tap targets for swatches */
  .swatch { width: 36px; height: 36px; }
  .color-switcher[data-size="lg"] .swatch { width: 44px; height: 44px; }

  /* Modal → bottom sheet */
  .modal-back { padding: 0; align-items: flex-end; }
  .modal-card {
    padding: 24px 22px calc(28px + env(safe-area-inset-bottom));
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    max-height: 92vh;
    overflow-y: auto;
    animation: slideUp .35s cubic-bezier(.2, .7, .2, 1);
  }
  @keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: none; }
  }
  /* Grab handle */
  .modal-card::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: var(--line-2);
    margin: -8px auto 18px;
  }
  .modal-head { margin-bottom: 20px; }
  .modal-title { font-size: 26px; }
  .modal-close { width: 44px; height: 44px; font-size: 26px; margin: -8px -8px 0 0; }
  .modal-color-row { padding: 12px 14px; margin-bottom: 16px; }
  .modal-color-row .swatch { width: 32px; height: 32px; }
  .modal-color-label { font-size: 12px; }
  .modal-color-name { font-size: 15px; }
  .modal-price { font-size: 28px; }
  .modal-total { padding-top: 18px; margin-top: 18px; }
  .modal-success-check { width: 56px; height: 56px; font-size: 24px; }
  .modal-success-title { font-size: 26px; }
  .modal-success-body { font-size: 15px; }

  /* Buy bar with iOS safe-area + room above for last content */
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .buy-bar {
    display: flex;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  }
  .buy-bar-price { font-size: 20px; }
  .buy-bar-meta { font-size: 9.5px; letter-spacing: 0.08em; }
  .buy-bar .btn { padding: 12px 20px; font-size: 13px; min-height: 44px; }
}

/* ── Tiny phones (≤480px) ─────────────────────────────────────────── */
@media (max-width: 480px) {
  .btn { padding: 14px 22px; font-size: 14px; }
  .btn-sm { padding: 11px 18px; font-size: 13px; }
  .big-num { font-size: 40px; }
  .price-now { font-size: 42px; }
  .price-now-lg { font-size: 44px; }
  .pairs-num { font-size: 120px; }
  .stat-num { font-size: 48px; }
  .cabinet { width: 200px; height: 460px; }
  .feature-tile h3 { font-size: 22px; }
  .modal-title { font-size: 24px; }
  .hero-title { font-size: 44px; }
  .cta-title { font-size: 44px; }
}

/* ── iPhone SE-class (≤360px) ─────────────────────────────────────── */
@media (max-width: 360px) {
  .wrap { padding: 0 16px; }
  .nav-wrap { padding: 12px 16px; }
  .buy-bar { padding-left: 14px; padding-right: 14px; }
  .cabinet { width: 180px; height: 420px; }
  .pairs-num { font-size: 104px; }
  .price-now { font-size: 38px; }
  .stat-strip .wrap { padding: 28px 16px; }
}

/* ── Landscape phones (avoid huge hero photo) ─────────────────────── */
@media (max-width: 900px) and (orientation: landscape) and (max-height: 500px) {
  .hero-image { min-height: 70vh; }
  .cabinet { height: 70vh; max-height: 460px; }
}
