:root{
  --ink:#171714;
  --paper:#e9e5dd;
  --muted:#5b5952;
  --coral:#f25b3f;
  --white:#f7f5f0;
  --ease:cubic-bezier(.16,1,.3,1);

  --s1:.5rem; --s2:.75rem; --s3:1rem; --s4:1.5rem; --s5:2rem; --s6:3rem; --s7:4.5rem;
  --gutter:clamp(1.25rem,5vw,6rem);
  --section-y:clamp(4.5rem,8vw,8rem);
}

/* ---------- base ---------- */
*{box-sizing:border-box}
body{margin:0;background:var(--ink);color:var(--white);font-family:"Avenir Next",Avenir,"Helvetica Neue",sans-serif;line-height:1.5}
::selection{background:var(--coral);color:var(--ink)}
button,input{font:inherit}
button{cursor:pointer}
.sprite{position:absolute;width:0;height:0;overflow:hidden}
.ico{width:.72em;height:.72em;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;flex:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

:focus-visible{outline:3px solid var(--coral);outline-offset:4px}
.skip-link{position:fixed;left:1rem;top:-4rem;z-index:100;background:var(--coral);color:var(--ink);padding:.75rem 1rem}
.skip-link:focus{top:1rem}
.skip-link:focus-visible{outline-color:var(--white)}

/* ---------- wordmark ---------- */
.site-header{position:absolute;inset:0 0 auto;z-index:10;padding:var(--s5) var(--gutter) 0}
.brand{display:inline-flex;flex-direction:column;line-height:.98;font-size:.92rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em}
.brand span{color:rgba(247,245,240,.7)}

/* ---------- the page ---------- */
/* min-height only: the box grows to its content, it never clips it. */
.hero{min-height:100svh;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(340px,42%) 1fr;align-items:center;padding:calc(var(--s5) + 3.5rem) var(--gutter) var(--s6)}
.hero-copy{position:relative;z-index:2;max-width:580px}

h1{font-family:"DIN Condensed","Arial Narrow",sans-serif;text-transform:uppercase;font-stretch:condensed;letter-spacing:-.02em;line-height:.88;margin:0;font-weight:700;font-size:clamp(3.6rem,6.6vw,6.6rem);max-width:11ch}
.hero-intro{font-size:clamp(1rem,1.25vw,1.18rem);max-width:38ch;color:#dedcd6;margin:var(--s5) 0 var(--s6)}

/* ---------- the one form ---------- */
/* One measure for the whole block, so every left and right edge agrees. */
.waitlist,.fine-print,.colophon{max-width:460px}
.waitlist>input[type="email"]{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.62);background:transparent;color:var(--white);padding:.85rem 0;font-size:1.05rem}
.waitlist>input[type="email"]::placeholder{color:#d0cec8}
/* Field, then gate, then action: the checkbox can never hide behind the submit. */
.consent{display:flex;gap:.7rem;align-items:center;min-height:44px;margin-top:var(--s1);font-size:.9rem}
.consent input{accent-color:var(--coral);width:24px;height:24px;flex:none;margin:0}
.waitlist button{display:inline-flex;align-items:center;gap:.5rem;margin-top:var(--s3);border:0;background:var(--coral);color:var(--ink);font-weight:700;padding:.85rem 1.25rem;border-radius:10px;transition:transform .25s var(--ease),background-color .25s}
.waitlist button:hover{transform:translateY(-2px);background:#ff765c}
/* Messages are written to fit one line at this measure, so the resting gap stays small. */
.form-message{font-size:.82rem;line-height:1.5;margin:var(--s3) 0 0;min-height:1.5em}
.form-message.success{color:#9bd6a9}
.form-message.error{color:#ff9882}
.fine-print{font-size:.78rem;line-height:1.5;color:#c8c6c0;margin:var(--s1) 0 0}

/* ---------- scroll cue ---------- */
/* The hero fills the viewport exactly, so the section below needs an announcement. */
.scroll-cue{position:absolute;left:var(--gutter);bottom:var(--s5);z-index:3;display:inline-flex;gap:var(--s3);align-items:center;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--white)}
.cue-line{width:42px;height:1px;background:currentColor;position:relative}
.cue-line::after{content:"";position:absolute;right:0;top:-3px;border:solid currentColor;border-width:0 1px 1px 0;padding:3px;transform:rotate(-45deg)}

/* ---------- about ---------- */
/* The headline column shrinks to the headline, so no void opens beside it. */
.about{background:var(--paper);color:var(--ink);padding:var(--section-y) var(--gutter);display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--s6) var(--s7);align-items:start}
/* Display type at closer to hero strength — the section stopped opting out of it. */
.about h2{font-family:"DIN Condensed","Arial Narrow",sans-serif;text-transform:uppercase;font-stretch:condensed;letter-spacing:-.02em;line-height:.9;margin:0;font-weight:700;font-size:clamp(2.8rem,5.4vw,5.6rem);max-width:20ch}
.about-body{max-width:46rem}
.about-body .lede{margin:0;font-size:1.15rem;line-height:1.6;color:var(--ink)}

/* The page's strongest move is its photography; this section now uses it too. */
/* Spans both columns so the evidence fills the width the headline leaves behind. */
.about-pair{grid-column:1/-1;display:grid;grid-template-columns:1.6fr 1fr;gap:var(--s5);margin-top:var(--s2);align-items:start}
.about-shot{margin:0}
/* 3:2 at 1.6fr and 15:16 at 1fr resolve to the same height at any width, so the
   two captions sit on one line without locking the columns to equal size. */
.about-shot picture{display:block;aspect-ratio:15/16;border-radius:14px;overflow:hidden;background:#2a2825;box-shadow:0 18px 40px rgba(49,43,35,.16)}
.about-shot-lead picture{aspect-ratio:3/2}
.about-shot-lead picture{box-shadow:0 26px 56px rgba(49,43,35,.2)}
.about-shot img{width:100%;height:100%;object-fit:cover;display:block}
.about-shot figcaption{margin-top:var(--s3);font-size:.92rem;line-height:1.6;color:var(--muted)}
.shot-label{display:block;margin-bottom:var(--s1);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--ink)}

.about .colophon{grid-column:1/-1;margin:var(--s6) 0 0}

.colophon{margin:var(--s6) 0 0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}

/* ---------- image ---------- */
.hero-product{position:absolute;inset:0 0 0 30%;margin:0;overflow:hidden}
.hero-product picture{display:block;width:100%;height:100%}
.hero-product::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink) 0%,rgba(23,23,20,.94) 8%,rgba(23,23,20,.15) 42%,transparent 65%)}
.hero-product img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero-product figcaption{position:absolute;right:var(--s5);bottom:var(--s5);z-index:2;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.82)}

/* ---------- short desktop viewports ---------- */
@media(min-width:851px) and (max-height:900px){
  h1{font-size:clamp(3rem,5vw,4.6rem)}
  .hero-intro{font-size:1rem;margin:var(--s4) 0 var(--s5)}
  .colophon{margin-top:var(--s5)}
}

/* ---------- tablet and below ---------- */
@media(max-width:850px){
  /* The image moves beneath the copy instead of sitting behind it. */
  .hero{min-height:0;display:flex;flex-direction:column;align-items:stretch;padding:calc(var(--s5) + 3.5rem) var(--gutter) var(--s6)}
  .hero-copy{max-width:none}
  .hero-intro{max-width:42ch}
  .hero-product{position:static;inset:auto;width:100%;margin-top:var(--s6);overflow:visible}
  .hero-product picture{display:block;width:100%;aspect-ratio:1586/992;border-radius:14px;overflow:hidden}
  .hero-product::after{display:none}
  .hero-product figcaption{position:static;margin-top:var(--s2);color:rgba(255,255,255,.78)}
  /* In flow the image already signals more below, so the cue is redundant. */
  .scroll-cue{display:none}
  .about{grid-template-columns:1fr;gap:var(--s4)}
  .about-pair{grid-template-columns:1fr;gap:var(--s6);margin-top:var(--s5)}
  .about .colophon{margin-top:var(--s5)}
}

/* ---------- phone ---------- */
@media(max-width:540px){
  h1{font-size:3.5rem}
  .waitlist button{width:100%;justify-content:center}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
