/* BPS — basis points.
   Tobias Frere-Jones-conditioned build. Tsutsumi concealment-as-luxury, structural.
   Every numeral tabular + right-aligned on the digit. One accent. Square, flat, document-grade. */

/* ---- tokens ---- */
:root {
  --paper:      #F3EFE4;  /* BOSS cream body, lifted toward paper */
  --paper-2:    #EAE4D5;  /* slightly deeper paper for the wrapped band */
  --ink:        #1A1916;  /* Lange dial + supplement-facts ink */
  --ink-2:      #3A382F;  /* secondary ink */
  --gold:       #9B6A1E;  /* engraved credential metal (near-neutral) */
  --agate:      #6E6A5E;  /* Lange subdial grey — captions, units */
  --accent:     #B0241E;  /* THE single non-neutral accent — confirmation red */
  --rule:       #1A1916;
  --hair:       rgba(26,25,22,0.22);
  --hair-2:     rgba(26,25,22,0.12);

  --maxw: 1080px;
  --gutter: clamp(20px, 5vw, 56px);

  --mono:    "Spline Sans Mono", ui-monospace, monospace;
  --agate-f: "Martian Mono", ui-monospace, monospace;
  --body:    "IBM Plex Sans", system-ui, sans-serif;
  --serif:   "Newsreader", Georgia, serif;

  /* every numeral, everywhere */
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-variant-numeric: tabular-nums lining-nums;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  /* REAL kraft/laid-paper grain — pure CSS, information-neutral.
     Three layers: fine vertical laid lines, a coarser chain line every 24px,
     and a cross-hatch fibre wash. Raised until it reads as paper at screen scale
     but stays a ground (no figure competes with the numerals). */
  background-color: var(--paper);
  background-image:
    /* fibre flecks — two offset dotted washes give an uneven, non-mechanical tooth */
    radial-gradient(rgba(26,25,22,0.05) 0.5px, transparent 0.7px),
    radial-gradient(rgba(120,96,52,0.045) 0.5px, transparent 0.7px),
    /* laid lines (the close-set wire marks of laid paper) */
    repeating-linear-gradient(0deg, rgba(26,25,22,0.040) 0 1px, transparent 1px 3px),
    /* chain lines (the wider marks at right angles) */
    repeating-linear-gradient(90deg, rgba(26,25,22,0.028) 0 1px, transparent 1px 26px);
  background-size: 7px 7px, 11px 11px, 100% 100%, 100% 100%;
  background-position: 0 0, 3px 4px, 0 0, 0 0;
}

/* tabular everywhere a figure can live */
.num, .figure, td, th, .spec-row__value, .lot, .agate, .ticker, time, data,
.callout__index, .seal__bps, .hero__bps, .stat__n, .price__n {
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

/* ============================================================================
   THE BINDING — tsutsumi made STRUCTURAL.
   Not a hairline that names twine; a real center seam (the dieline centre axis,
   references/10) that BINDS the page. It runs the full height behind the column,
   the hero figure sits astride it, and every section join is a TIED CLOSURE:
   the seam passes through a knot node that ties section to section. The wrapping
   is carried by the chrome, not narrated by one photo.
   ============================================================================ */

/* the seam: a doubled twine running the centre of the page, behind the column.
   Two close strands (the way a twine tie is two passes of cord), not one hairline. */
.seam {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 5px; transform: translateX(-50%);
  pointer-events: none; z-index: 0;
  background:
    linear-gradient(90deg,
      transparent 0, transparent 1px,
      var(--hair) 1px, var(--hair) 2px,
      transparent 2px, transparent 3px,
      var(--hair) 3px, var(--hair) 4px,
      transparent 4px);
}
/* the seam is bound by the content column; it must read as structure, so it
   sits under the page wrapper and is interrupted by the knot nodes below. */
.page-bind { position: relative; }
@media (max-width: 760px){
  /* on mobile the seam shifts to the left margin and reads as a bound edge */
  .seam { left: var(--gutter); transform: none; }
}

/* ---- the tied closure: the crimp-rim band, now a KNOT that binds two sections.
   Replaces the old decorative step-band. The seam threads INTO a central knot
   node (the wax-seal/mizuhiki gesture pulled into the chrome). ---- */
.band {
  position: relative;
  height: 56px;
  display: grid; place-items: center;
}
/* the two crimp rules the seam ties across — the step-band, now load-bearing */
.band::before {
  content: ""; position: absolute; left: 0; right: 0; top: 50%;
  height: 0; transform: translateY(-50%);
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  /* the crimp texture lives only in a narrow center span via the knot below */
}
/* the knot node: where the seam is tied. a small square seal straddling the
   seam, stamped with a tie-mark. THIS is the twine-tie, doing structural work:
   it visibly binds the rule above to the rule below. */
.band__knot {
  position: relative; z-index: 2;
  width: 26px; height: 26px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  display: grid; place-items: center;
  transform: rotate(45deg);
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.band__knot::before {
  /* the tie crossing — a single accent cinch, the one deliberate gesture.
     It CINCHES (draws tight) when the knot rides the viewport centre on scroll
     — the seam is visibly tied at each join, not a static glyph. */
  content: ""; width: 12px; height: 12px;
  border: 1.5px solid var(--accent);
  transform: rotate(-45deg) scale(1.55);
  opacity: 0.35;
  transition: transform .5s cubic-bezier(.16,1,.3,1), opacity .5s ease;
}
/* tied: the accent cinch snaps tight + the node settles square — the cinch */
.band__knot.tied { transform: rotate(45deg) scale(1.06); }
.band__knot.tied::before { transform: rotate(-45deg) scale(1); opacity: 1; }
.band--tight { height: 40px; }
.band--tight .band__knot { width: 20px; height: 20px; }
.band--tight .band__knot::before { width: 9px; height: 9px; }

/* ---- top nav ---- */
.site-nav {
  position: sticky; top: 0; z-index: 30;
  background: var(--paper);
  border-bottom: 1.5px solid var(--ink);
}
.site-nav__row {
  display: flex; align-items: center; justify-content: space-between;
  height: 56px;
}
.wordmark {
  font-family: var(--agate-f);
  font-weight: 700; letter-spacing: 0.18em;
  font-size: 19px; text-transform: uppercase;
}
.wordmark .tld { color: var(--agate); }
.nav__links { display: flex; gap: 26px; align-items: center; }
.nav__links a {
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.06em;
  text-transform: uppercase; text-decoration: none; color: var(--ink-2);
}
.nav__links a:hover { color: var(--accent); }
.nav__cta {
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.08em;
  text-transform: uppercase; text-decoration: none;
  border: 1.5px solid var(--ink); color: var(--ink);
  padding: 7px 14px; background: var(--paper);
}
.nav__cta:hover { background: var(--ink); color: var(--paper); }
@media (max-width:640px){ .nav__links a:not(.nav__cta){ display:none; } }

/* ---- hero: wrapped state. near-empty paper, ONE figure ASTRIDE the seam ---- */
.hero { position: relative; padding-top: clamp(40px,7vw,84px); padding-bottom: clamp(36px,6vw,72px); }
/* the seam runs through the hero behind the figure; the figure straddles it.
   A short accent tie crosses the seam at the figure's baseline — the binding
   is visibly load-bearing here, where the eye lands first. */
.hero__seamtie {
  position: absolute; left: 50%; transform: translateX(-50%);
  top: clamp(40px,7vw,84px); bottom: 0;
  width: 5px; z-index: 0; pointer-events: none;
  background:
    linear-gradient(90deg,
      transparent 0, transparent 1px, var(--hair) 1px, var(--hair) 2px,
      transparent 2px, transparent 3px, var(--hair) 3px, var(--hair) 4px,
      transparent 4px);
}
.hero__seamtie::after {
  /* the cinch where the figure is tied to the seam — one accent crossing */
  content: ""; position: absolute; left: 50%; top: 46%;
  width: 34px; height: 7px; transform: translate(-50%,-50%);
  border-top: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
}
@media (max-width: 760px){
  /* the seam runs down the LEFT bound edge on mobile. The cinch must NOT sit at
     the eyebrow/label band NOR alongside the body copy — it read as a stray
     strikethrough beside the paragraph (ICP note #3). Drop it to the very foot
     of the hero band, clear of all text, where it reads as the binding tie
     closing the hero — one clean horizontal accent mark crossing the seam. */
  .hero__seamtie { left: var(--gutter); transform: none; }
  .hero__seamtie::after {
    top: auto; bottom: 16px;
    left: 0; transform: translate(-50%, 0);
    width: 26px; height: 0;
    border-top: 2px solid var(--accent); border-bottom: 0;
  }
}
.hero__kicker {
  display: flex; gap: 14px; align-items: baseline;
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--agate);
  border-bottom: 1px solid var(--hair); padding-bottom: 12px; margin-bottom: clamp(28px,6vw,64px);
  /* the seam must not draw through the eyebrow letters — it read as a
     strikethrough for a beat (ICP note #3). Lift the eyebrow onto the paper
     above the seam so the seam is interrupted by it, not struck through it. */
  position: relative; z-index: 3;
  background: var(--paper);
}
.hero__kicker > span { background: var(--paper); }
.hero__kicker .dot { color: var(--accent); }
.hero__grid {
  display: grid; grid-template-columns: 1fr auto; gap: clamp(24px,5vw,56px);
  align-items: start;
}
.hero__figwrap { min-width: 0; }
.hero__label {
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--agate); margin-bottom: 18px;
  /* the body grid hairline (and seam) must not strike through the eyebrow
     letters (ICP note #3). Back the eyebrow in paper and let it INTERRUPT the
     rule, not get crossed by it — inline-block so the paper hugs the text. */
  position: relative; z-index: 3;
  display: inline-block;
  background: var(--paper);
  padding: 1px 8px 1px 0;
}
.hero__bps {
  font-family: var(--serif); font-weight: 800;
  font-size: clamp(112px, 26vw, 320px);
  line-height: 0.82; letter-spacing: -0.02em;
  margin: 0; color: var(--ink);
  font-variant-numeric: tabular-nums lining-nums;
}
.hero__bps .unit {
  font-family: var(--agate-f); font-weight: 700;
  font-size: clamp(20px, 4vw, 44px); letter-spacing: 0.02em;
  color: var(--accent); vertical-align: baseline;
  margin-left: 0.12em;
}
.hero__caption {
  margin-top: 18px; max-width: 30ch;
  font-size: 17px; color: var(--ink-2); line-height: 1.45;
}
.hero__caption b { font-weight: 600; color: var(--ink); }

/* the seal — credential roundel, from the BOSS medallion */
.seal {
  width: clamp(116px, 16vw, 168px); height: clamp(116px, 16vw, 168px);
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: grid; place-items: center; text-align: center;
  position: relative; flex: none;
  color: var(--gold);
}
.seal::before {
  content: ""; position: absolute; inset: 7px; border-radius: 50%;
  border: 1px solid var(--gold); opacity: 0.55;
}
.seal__inner { padding: 6px; }
.seal__bps { font-family: var(--serif); font-weight: 800; font-size: clamp(30px,5vw,42px); line-height: 1; color: var(--ink); }
.seal__unit { font-family: var(--agate-f); font-size: 11px; letter-spacing: 0.14em; color: var(--accent); display:block; margin-top:3px; }
.seal__ring-txt { font-family: var(--agate-f); font-size: 9.5px; letter-spacing: 0.16em; color: var(--gold); text-transform: uppercase; margin-top: 7px; }

@media (max-width: 760px){
  .hero__grid { grid-template-columns: 1fr; }
  .seal { order: -1; margin-bottom: 6px; }
}

/* ---- spec ledger (supplement-facts grammar) ---- */
.section { padding-block: clamp(44px, 7vw, 84px); position: relative; }
.section__head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px; margin-bottom: 26px;
}
.section__title {
  font-family: var(--body); font-weight: 600; font-size: clamp(22px,3vw,30px);
  letter-spacing: -0.01em; margin: 0;
}
.section__idx {
  font-family: var(--agate-f); font-size: 12px; letter-spacing: 0.1em;
  color: var(--agate); text-transform: uppercase;
}

.ledger { border-top: 3px solid var(--ink); }
.ledger__cap {
  display: flex; justify-content: space-between;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--agate);
  padding: 8px 0; border-bottom: 1px solid var(--hair);
}
.spec-row {
  display: grid; grid-template-columns: 1fr auto auto;
  align-items: baseline; gap: 18px;
  padding: 12px 0; border-bottom: 1px solid var(--hair);
}
.spec-row__name { font-size: 16px; }
.spec-row__name .sub { color: var(--agate); font-size: 13px; }
.spec-row__value {
  font-family: var(--mono); font-weight: 500; font-size: 17px;
  text-align: right; min-width: 8ch;
  font-variant-numeric: tabular-nums lining-nums;
}
.spec-row__value .unit { color: var(--agate); font-size: 13px; margin-left: 2px; }
.spec-row__dv {
  font-family: var(--agate-f); font-size: 13px; color: var(--agate);
  text-align: right; min-width: 5ch;
}
.spec-row--head .spec-row__value,
.spec-row--head .spec-row__dv { font-family: var(--mono); color: var(--agate); font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.spec-row--head { border-bottom: 1.5px solid var(--ink); padding-bottom: 8px; }
.spec-row--strong { border-bottom: 1.5px solid var(--ink); }
.spec-row--strong .spec-row__name { font-weight: 600; }

/* the ONE accent row (the Arrivals-board single accent row) */
.spec-row--accent { background: rgba(176,36,30,0.06); }
.spec-row--accent .spec-row__name { color: var(--accent); font-weight: 600; }
.spec-row--accent .spec-row__value { color: var(--accent); font-weight: 700; }
.spec-row--accent .spec-row__name::before {
  content: "▸ "; color: var(--accent); /* label, not color-alone */
}
.ledger__foot {
  font-family: var(--agate-f); font-size: 12px; color: var(--agate);
  padding-top: 10px; line-height: 1.5;
}

/* two-column wrap of the ledger */
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(32px,5vw,64px); }
@media (max-width: 760px){ .spec-grid { grid-template-columns: 1fr; } }

/* ---- the figure-ring: flat tracked numeric arc (Lange tachymeter, as type) ---- */
.ring-band { display: grid; grid-template-columns: auto 1fr; gap: clamp(28px,5vw,60px); align-items: center; }
.figure-ring { width: clamp(180px, 30vw, 260px); height: clamp(180px,30vw,260px); flex:none; }
.figure-ring text { font-family: var(--agate-f); fill: var(--ink); font-size: 13px; letter-spacing: 0.04em; }
.figure-ring .tick { stroke: var(--ink); stroke-width: 1; }
.figure-ring .tick--accent { stroke: var(--accent); stroke-width: 2; }
.figure-ring .ring-line { fill: none; stroke: var(--hair); stroke-width: 1; }
.figure-ring .ring-center-n { font-family: var(--serif); font-weight: 800; fill: var(--ink); }
.figure-ring .ring-center-u { font-family: var(--agate-f); fill: var(--accent); }
.ring-copy p { max-width: 46ch; color: var(--ink-2); }
.ring-copy .lead { font-size: 19px; color: var(--ink); }
@media (max-width:760px){ .ring-band { grid-template-columns: 1fr; justify-items: center; text-align: left; } }

/* ---- reveal: the unwrap as DISCRETE STAGED BEATS, not a continuous slide.
   A data-stage attribute (0→4) is advanced by JS on a timeline once the parcel
   rides into view. Each beat owns its own transition + timing so the eye reads
   four punctuated events, not one scrub:
     stage 0  wrapped   — kraft closed, twine bound, knot tied, figure hidden.
     stage 1  CUT       — the knot releases (scales out + fades); the two cut
                          twine ends spring apart along the seam. (~520ms)
     stage 2  PART      — the kraft splits on the seam: two leaves swing/translate
                          back, the vertical twine retracts with them. (~620ms)
     stage 3  STAMP     — the wax seal drops onto the bared figure with a
                          press-and-recoil (its OWN beat, not a fade). (~480ms)
     stage 4  UNCOVER   — the figure + lot line resolve to full strength. (~420ms)
   The kraft photo is the texture carried on the two leaves; the cut/part/stamp
   are built. Under reduced-motion .reduced lands stage 4 instantly + static. ---- */
.reveal { background: var(--paper-2); }
.reveal__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px,5vw,64px); align-items: stretch; }

.parcel {
  position: relative; margin: 0;
  border: 1.5px solid var(--ink);
  background: var(--ink);
  min-height: 360px; overflow: hidden;
  display: grid; place-items: center;
}
/* what is concealed: the figure, uncovered on the UNCOVER beat (stage 4) */
.parcel__under {
  position: absolute; inset: 0; z-index: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--paper); color: var(--ink); text-align: center;
}
.parcel__bps {
  font-family: var(--serif); font-weight: 800; font-size: clamp(80px, 16vw, 132px);
  line-height: 0.9; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums lining-nums;
  opacity: 0.22; transform: scale(0.965);
  transition: opacity .42s ease, transform .42s cubic-bezier(.16,1,.3,1);
}
.parcel__unit { font-family: var(--agate-f); font-weight: 700; font-size: 0.28em; color: var(--accent); margin-left: 0.08em; }
.parcel__lot {
  font-family: var(--agate-f); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--agate); margin-top: 14px;
  opacity: 0; transition: opacity .42s ease;
}
/* uncovered (stage 4): the contents resolve to full strength */
.parcel[data-stage="4"] .parcel__bps { opacity: 1; transform: scale(1); }
.parcel[data-stage="4"] .parcel__lot { opacity: 1; }

/* the kraft cover — two leaves split on the centre seam. They PART (stage 2) as
   a consequence of the cut: swing back + slide off their own edge of the seam. */
.parcel__cover { position: absolute; inset: 0; z-index: 2; }
.parcel__leaf {
  position: absolute; top: 0; bottom: 0; width: 50%; overflow: hidden;
  transition: transform .62s cubic-bezier(.5,0,.2,1);
  transform-origin: top center;
  backface-visibility: hidden;
  /* BUILT kraft-board surface — no photo. Same paper-grain grammar as the page
     ground (laid lines + chain lines + fibre fleck), pitched to a warm kraft
     tan so it reads as board, not the page's pale stock. Layers top→bottom:
       1-2  fibre flecks: two offset dotted washes → uneven, non-mechanical tooth
       3    laid lines: close-set vertical wire marks
       4    chain lines: wider perpendicular marks every 30px
       5    a soft diagonal board-grain wash for the slub of board
       6    the base kraft tone (linear, so the flap has a little fall of light) */
  background-color: #B8946A;
  background-image:
    radial-gradient(rgba(58,40,20,0.10) 0.6px, transparent 0.9px),
    radial-gradient(rgba(247,240,224,0.10) 0.5px, transparent 0.8px),
    repeating-linear-gradient(0deg,  rgba(58,40,20,0.085) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(58,40,20,0.06)  0 1px, transparent 1px 30px),
    repeating-linear-gradient(24deg, rgba(120,84,44,0.05) 0 2px, transparent 2px 9px),
    linear-gradient(150deg, #C2A074 0%, #B0895E 52%, #BF9D71 100%);
  background-size: 8px 8px, 13px 13px, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 4px 5px, 0 0, 0 0, 0 0, 0 0;
  /* the leaf reads as a physical flap with thickness: a faint inner edge all
     round, and a top-edge shadow as if lit from above. */
  box-shadow: inset 0 0 0 1px rgba(58,40,20,0.18), inset 0 14px 26px -18px rgba(58,40,20,0.55);
}
.parcel__leaf--l { left: 0;  border-right: 1px solid rgba(40,28,14,0.42); }
.parcel__leaf--r { right: 0; border-left: 1px solid rgba(247,240,224,0.16); }
/* PART beat: the two leaves swing/translate apart off the seam */
.parcel[data-stage="2"] .parcel__leaf--l,
.parcel[data-stage="3"] .parcel__leaf--l,
.parcel[data-stage="4"] .parcel__leaf--l { transform: translateX(-103%) skewY(1.2deg); }
.parcel[data-stage="2"] .parcel__leaf--r,
.parcel[data-stage="3"] .parcel__leaf--r,
.parcel[data-stage="4"] .parcel__leaf--r { transform: translateX(103%) skewY(-1.2deg); }

/* the binding: two cut ends of the horizontal pass + a vertical pass + the knot */
.parcel__twine { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; pointer-events: none; }
.parcel__twine .twine {
  fill: none; stroke: #EDE6D6; stroke-width: 3; stroke-linecap: round;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.35));
  transition: transform .5s cubic-bezier(.4,0,.2,1), opacity .4s ease;
}
.parcel__twine .twine--knot { stroke-width: 2.5; transform-box: fill-box; transform-origin: center; transition: transform .5s cubic-bezier(.34,1.56,.64,1), opacity .36s ease; }
/* CUT beat (stage 1+): the knot releases — pops then vanishes; the two cut ends
   of the horizontal pass spring apart along the seam. The vertical pass holds
   until PART, then retracts with its leaf. */
.parcel[data-stage="1"] .parcel__twine .twine--knot,
.parcel[data-stage="2"] .parcel__twine .twine--knot,
.parcel[data-stage="3"] .parcel__twine .twine--knot,
.parcel[data-stage="4"] .parcel__twine .twine--knot { transform: scale(0.2); opacity: 0; }
.parcel[data-stage="1"] .parcel__twine .twine--hl,
.parcel[data-stage="2"] .parcel__twine .twine--hl,
.parcel[data-stage="3"] .parcel__twine .twine--hl,
.parcel[data-stage="4"] .parcel__twine .twine--hl { transform: translateX(-46%); opacity: 0; }
.parcel[data-stage="1"] .parcel__twine .twine--hr,
.parcel[data-stage="2"] .parcel__twine .twine--hr,
.parcel[data-stage="3"] .parcel__twine .twine--hr,
.parcel[data-stage="4"] .parcel__twine .twine--hr { transform: translateX(46%); opacity: 0; }
/* PART beat: the vertical pass retracts up off the seam with the leaves */
.parcel[data-stage="2"] .parcel__twine .twine--v,
.parcel[data-stage="3"] .parcel__twine .twine--v,
.parcel[data-stage="4"] .parcel__twine .twine--v { transform: translateY(-103%); opacity: 0; }

/* the wax seal — STAMPS as its own beat (stage 3): it sits dormant on the
   wrapped/cut/part stages, then drops in with a press-and-recoil onto the
   bared figure. Not a fade concurrent with the slide — a discrete stamp. */
.parcel__seal {
  position: absolute; z-index: 4; top: calc(50% - 58px); left: 50%;
  width: 58px; height: 52px;
  background: var(--accent); color: #F3EFE4;
  border-radius: 48% 52% 50% 50% / 55% 55% 45% 45%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: inset 0 -3px 5px rgba(0,0,0,0.28), inset 0 2px 3px rgba(255,255,255,0.18);
  /* dormant until the stamp beat */
  opacity: 0; transform: translate(-50%,-130%) scale(1.9) rotate(-7deg);
}
.parcel__seal-bps { font-family: var(--serif); font-weight: 800; font-size: 18px; line-height: 1; }
.parcel__seal-u { font-family: var(--agate-f); font-size: 7px; letter-spacing: 0.12em; margin-top: 1px; }
/* STAMP beat: drop + press hard onto the mark (overshoot small, then settle) */
.parcel[data-stage="3"] .parcel__seal {
  opacity: 1; transform: translate(-50%,-50%) scale(0.94) rotate(0deg);
  transition: transform .26s cubic-bezier(.7,-0.2,.8,.5), opacity .12s ease;
}
/* UNCOVER beat: the seal recoils to its seated size and holds */
.parcel[data-stage="4"] .parcel__seal {
  opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(0deg);
  transition: transform .34s cubic-bezier(.16,1,.3,1);
}
.parcel figcaption {
  position: absolute; left: 0; bottom: 0; z-index: 5;
  font-family: var(--agate-f); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--paper); background: var(--ink);
  padding: 5px 9px;
}
.parcel__hint { color: var(--accent); }
.parcel[data-stage="4"] .parcel__hint { color: #8A857A; }
.parcel[data-stage="4"] .parcel__hint::after { content: " ✓"; }
.parcel.reduced .parcel__hint { display: none; }

.reveal__copy { align-self: center; }
.reveal__copy h2 { font-family: var(--body); font-weight: 600; font-size: clamp(24px,3.4vw,34px); margin: 0 0 16px; letter-spacing:-0.01em; }
.reveal__copy p { color: var(--ink-2); max-width: 40ch; }
.reveal__copy .lead { font-size: 19px; color: var(--ink); }
.unwrap-steps { list-style: none; margin: 22px 0 0; padding: 0; border-top: 1.5px solid var(--ink); }
.unwrap-steps li {
  display: grid; grid-template-columns: auto 1fr; gap: 14px;
  padding: 12px 0; border-bottom: 1px solid var(--hair); align-items: baseline;
}
.unwrap-steps .n { font-family: var(--agate-f); color: var(--agate); font-size: 13px; min-width: 2ch; }
/* the live beat is tracked in the step list — a quiet status tell that mirrors
   the figcaption: the current beat is marked with the one accent, done beats
   carry a tabular check. Meaning is never by colour alone (marker + glyph). */
.unwrap-steps li { transition: color .25s ease; }
.unwrap-steps li.is-done .n { color: var(--ink); }
.unwrap-steps li.is-done .n::after { content: " ✓"; color: var(--agate); }
.unwrap-steps li.is-live .n { color: var(--accent); }
.unwrap-steps li.is-live .n::before { content: "▸"; color: var(--accent); margin-right: 2px; }
.unwrap-steps li.is-live span:last-child { color: var(--ink); }
@media (max-width:760px){ .reveal__grid { grid-template-columns: 1fr; } }

/* ---- anatomy: the can UNROLLED FLAT — the developed dieline (references/10),
   a horizontal wrap panel read left→right like a spec sheet, NOT a 3/4 product
   drawing. The figure is printed across the web; the crimp/neck is the step-band
   edge; printer's registration ticks sit on the web margin. ---- */
.anatomy__intro {
  max-width: 64ch; color: var(--ink-2); margin: 0 0 26px;
  border-left: 3px solid var(--ink); padding-left: 16px;
}
.anatomy { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(28px,5vw,64px); align-items: start; }
.dieline {
  width: 100%; height: auto; display: block;
  border: 1.5px solid var(--ink); background: var(--paper);
  padding: 4px;
}
.dieline text { font-family: var(--agate-f); fill: var(--ink); }
.dieline .die-line { stroke: var(--ink); stroke-width: 1.5; fill: none; }
.dieline .die-fill { fill: var(--paper-2); stroke: none; }
.dieline .die-body { fill: none; }
.dieline .die-hair { stroke: var(--hair); stroke-width: 1; }
.dieline .die-seam { stroke: var(--ink); stroke-width: 1; stroke-dasharray: 2 3; }
.dieline .die-seamtxt { font-size: 9px; letter-spacing: 0.14em; fill: var(--agate); }
.dieline .reg line { stroke: var(--agate); stroke-width: 1; }
.dieline .die-fig {
  font-family: var(--serif); font-weight: 800; font-size: 92px; fill: var(--ink);
  font-variant-numeric: tabular-nums lining-nums;
}
.dieline .die-bps { font-family: var(--agate-f); font-weight: 700; font-size: 20px; letter-spacing: 0.14em; fill: var(--accent); }
.dieline .die-n { font-size: 13px; fill: var(--ink); }
.dieline .die-n--accent { fill: var(--accent); }
.dieline .node { stroke: var(--ink); fill: var(--ink); }
.dieline .accent { stroke: var(--accent); fill: var(--accent); }
.callout-list { list-style: none; margin: 0; padding: 0; border-top: 3px solid var(--ink); }
.callout {
  display: grid; grid-template-columns: auto 1fr auto; gap: 16px;
  align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--hair);
}
.callout__index { font-family: var(--agate-f); color: var(--agate); font-size: 13px; min-width: 2.5ch; text-align: right; }
.callout__name { font-size: 16px; }
.callout__name .sub { color: var(--agate); font-size: 13px; display:block; }
.callout__value { font-family: var(--mono); font-size: 16px; text-align: right; min-width: 7ch; }
.callout__value .unit { color: var(--agate); font-size: 12px; }
@media (max-width:760px){ .anatomy { grid-template-columns: 1fr; } }

/* ---- lineup ledger (SKU list, not color tiles) ---- */
.lineup { border-top: 3px solid var(--ink); }
.lineup__item {
  display: grid; grid-template-columns: auto 1fr auto auto; gap: 18px;
  align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--hair);
}
.lineup__lot { font-family: var(--agate-f); font-size: 13px; color: var(--agate); min-width: 6ch; }
.lineup__name { font-size: 17px; font-weight: 500; }
.lineup__name .sub { color: var(--agate); font-size: 13px; font-weight: 400; }
.lineup__mg { font-family: var(--mono); font-size: 16px; text-align: right; min-width: 9ch; }
.lineup__mg .unit { color: var(--agate); font-size: 12px; }
.lineup__stk { font-family: var(--agate-f); font-size: 12px; color: var(--agate); text-transform: uppercase; min-width: 8ch; text-align: right; }
.lineup__item--accent .lineup__name { color: var(--accent); }
.lineup__item--accent .lineup__stk { color: var(--accent); }
@media (max-width:640px){
  .lineup__item { grid-template-columns: auto 1fr auto; }
  .lineup__stk { display:none; }
}

/* ---- stats row (figures on an ink ground) ---- */
.context { position: relative; background: var(--ink); color: var(--paper); overflow: hidden; }
/* BUILT desk ground — no photo. Faint ruled columns the way a second monitor
   rules a spreadsheet at 2pm: close lining rows + wider column rules, plus one
   low diagonal fall of light. Constructed, like everything else on the page. */
.context__grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg,  rgba(243,239,228,0.045) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(243,239,228,0.05)  0 1px, transparent 1px 132px),
    linear-gradient(115deg, rgba(176,36,30,0.05) 0%, transparent 34%),
    linear-gradient(180deg, rgba(243,239,228,0.04) 0%, transparent 22%);
  background-size: 100% 26px, 132px 100%, 100% 100%, 100% 100%;
  /* a hairline accent rule struck once across the band, like a marked row */
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.context__inner { position: relative; }
.context .section__title, .context__lead { color: var(--paper); }
.context__lead { max-width: 52ch; font-size: 19px; color: #E9E4D6; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(20px,4vw,48px); margin-top: 34px; border-top: 1.5px solid rgba(243,239,228,0.4); padding-top: 26px; }
.stat__n { font-family: var(--serif); font-weight: 800; font-size: clamp(40px,6vw,64px); line-height: 0.9; }
.stat__n .unit { font-family: var(--agate-f); font-size: 0.32em; color: #C9C4B6; letter-spacing: 0.04em; }
.stat__l { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; color: #C9C4B6; margin-top: 8px; }
@media (max-width:760px){ .stats { grid-template-columns: 1fr; gap: 22px; } }

/* ---- CTA ---- */
.cta { text-align: left; }
.cta__grid { display:grid; grid-template-columns: 1fr auto; gap: clamp(24px,5vw,56px); align-items: center; }
.cta .section__idx { display: block; margin-bottom: 16px; }
.cta__fig { font-family: var(--serif); font-weight: 800; font-size: clamp(52px,9vw,108px); line-height: 0.85; margin: 0; }
.cta__fig .unit { font-family: var(--agate-f); font-size: 0.26em; color: var(--accent); }
.cta__sub { font-family: var(--mono); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--agate); margin-top: 12px; }
.price__n { font-family: var(--mono); }
.btn--primary {
  display: inline-flex; align-items: baseline; gap: 12px;
  font-family: var(--mono); font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--accent); color: var(--paper); border: 1.5px solid var(--accent);
  padding: 16px 26px; text-decoration: none; white-space: nowrap;
  cursor: pointer; position: relative;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.btn--primary .price { font-weight: 600; }
.btn--primary:hover { background: var(--ink); border-color: var(--ink); }
/* focus-visible: a square ink offset frame — instrument-grade, not a glow halo */
.btn--primary:focus-visible,
.btn--ghost:focus-visible,
.nav__cta:focus-visible,
.nav__links a:focus-visible,
.wordmark:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

/* ---- CTA order-intent state machine ---------------------------------------
   The Buy control is the page's one truly interactive surface. Its states are
   set in the trade-confirmation register (supplement-facts disclosure voice +
   Arrivals-board status column): pending counts down like an instrument hand
   dropping onto its mark; confirmed reads as a stamped buy-ticket with a lot
   number, right-aligned on the digit; error names what failed and how to clear
   it. No spinner, no "Something went wrong", no "Nothing here yet". ---- */

/* PENDING — not a spinner. The order is RESERVED by a fill that creeps
   left→right under the label, the way a trade confirmation settles. Held to
   ~1.2s and made legible: it is a full-height accent field filling the button
   (not a 3px hairline that resolves before the eye lands on it — ICP note #1),
   with the label dimmed over it. The label reads RESERVING LOT 001 so the beat
   is named, not guessed. The accent figure is the progress; one accent, flat. */
.btn--primary[data-state="pending"] {
  background: var(--ink); border-color: var(--ink); cursor: progress;
  pointer-events: none; overflow: hidden;
}
.btn--primary[data-state="pending"] .btn__label {
  position: relative; z-index: 2; color: var(--paper); opacity: 0.92;
}
/* the reserving fill: a full-height accent field creeping across the button.
   1.2s, eased so the last 15% reads as a deliberate settle onto the mark. */
.btn--primary[data-state="pending"]::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; z-index: 1;
  width: 0; background: var(--accent);
  animation: cta-fill 1.2s cubic-bezier(.33,0,.2,1) forwards;
}
/* a hairline edge rides the leading edge of the fill so the progress front is
   legible against the ink ground even before the field is wide */
.btn--primary[data-state="pending"]::before {
  content: ""; position: absolute; top: 0; bottom: 0; z-index: 1;
  width: 2px; left: 0; background: var(--paper); opacity: 0.85;
  animation: cta-edge 1.2s cubic-bezier(.33,0,.2,1) forwards;
}
/* frozen mid-fill for state capture (and the reduced-motion floor) */
.btn--primary[data-state="pending"][data-freeze="true"]::after {
  animation: none; width: 52%;
}
.btn--primary[data-state="pending"][data-freeze="true"]::before {
  animation: none; left: 52%;
}
@keyframes cta-fill { from { width: 0; } to { width: 100%; } }
@keyframes cta-edge { from { left: 0; } to { left: 100%; } }

/* CONFIRMED — the buy-ticket. A stamped confirmation row, not a checkmark toast. */
.cta__ticket {
  display: none;
  border-top: 3px solid var(--ink);
  margin-top: 4px;
}
.cta__ticket[data-open="true"] { display: block; }
.cta__ticket .tk-row {
  display: grid; grid-template-columns: 1fr auto; gap: 18px;
  align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--hair);
}
.cta__ticket .tk-row__k {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--agate);
}
.cta__ticket .tk-row__v {
  font-family: var(--mono); font-size: 15px; text-align: right;
  min-width: 9ch; font-variant-numeric: tabular-nums lining-nums;
}
.cta__ticket .tk-row--accent .tk-row__k { color: var(--accent); }
.cta__ticket .tk-row--accent .tk-row__k::before { content: "▸ "; color: var(--accent); }
.cta__ticket .tk-row--accent .tk-row__v { color: var(--accent); font-weight: 600; }
.cta__ticket .tk-note {
  font-family: var(--agate-f); font-size: 11px; color: var(--agate);
  line-height: 1.5; padding-top: 10px;
}
.cta__ticket .tk-stamp {
  font-family: var(--agate-f); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--paper); background: var(--ink);
  padding: 4px 9px; display: inline-block; margin-bottom: 14px;
}

/* ERROR — recoverable, names what failed + how to clear it. Bordered, not a toast. */
.cta__error {
  display: none;
  border-left: 3px solid var(--accent);
  background: rgba(176,36,30,0.06);
  padding: 12px 16px; margin-top: 14px;
}
.cta__error[data-open="true"] { display: block; }
.cta__error .err-head {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--accent); font-weight: 600;
}
.cta__error .err-head::before { content: "▸ "; }
.cta__error .err-body {
  font-family: var(--agate-f); font-size: 12.5px; color: var(--ink-2);
  line-height: 1.5; margin-top: 6px;
}
.cta__error .err-body b { color: var(--ink); font-weight: 700; }

/* the allocated / sold-out edge in the lineup ledger — a real status, labeled,
   set in the Arrivals-board status column (white=in stock / accent=allocated). */
.lineup__item--allocated { opacity: 0.78; }
.lineup__item--allocated .lineup__name { color: var(--ink-2); }
.lineup__item--allocated .lineup__stk { color: var(--accent); }
.lineup__item--allocated .lineup__stk::before { content: "▸ "; }
.lineup__waitlist {
  display: grid; grid-template-columns: 1fr auto; gap: 18px;
  align-items: baseline; padding: 12px 0 0;
}
.lineup__waitlist .wl-note {
  font-family: var(--agate-f); font-size: 12px; color: var(--agate); line-height: 1.5;
}
.lineup__waitlist .wl-note b { color: var(--ink); font-weight: 700; }
.btn--mini {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ink); text-decoration: none;
  border: 1.5px solid var(--ink); padding: 7px 13px; white-space: nowrap;
  background: var(--paper); cursor: pointer;
}
.btn--mini:hover { background: var(--ink); color: var(--paper); }
.btn--mini:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.btn--ghost {
  display:inline-block; margin-top: 14px;
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-2); text-decoration: none; border-bottom: 1px solid var(--hair);
}
.btn--ghost:hover { color: var(--accent); border-color: var(--accent); }
@media (max-width:640px){ .cta__grid { grid-template-columns: 1fr; } }

/* ---- footer ---- */
.site-foot { border-top: 1.5px solid var(--ink); padding-block: 40px; font-family: var(--mono); }
.foot__grid { display:flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; align-items: baseline; }
.foot__col { font-size: 12.5px; color: var(--agate); line-height: 1.8; }
.foot__col a { text-decoration: none; color: var(--ink-2); }
.foot__col a:hover { color: var(--accent); }
.foot__mark { font-family: var(--agate-f); font-weight: 700; letter-spacing: 0.18em; font-size: 16px; color: var(--ink); }
.foot__fine { margin-top: 22px; font-family: var(--agate-f); font-size: 11px; color: var(--agate); border-top: 1px solid var(--hair); padding-top: 16px; }

/* ---- motion: quiet, functional; ONE deliberate accent move — the figure
   SETTLES/TICKS into place, the way an instrument hand drops onto its mark.
   The hero figure starts a hair loose (tracked open + lifted) and ticks closed
   onto its tabular position; the ring's accent tick sweeps to the peak. Both
   degrade to dead-static under prefers-reduced-motion. ---- */
[data-animate] { opacity: 0; transform: translateY(8px); transition: opacity .6s ease, transform .6s ease; }
[data-animate].in { opacity: 1; transform: none; }

/* the hero figure: loose, then it settles — a real, intentional tick.
   letter-spacing AND a tiny vertical drop resolve together, then the accent
   tie-cinch snaps to full width. This is the single deliberate gesture. */
.hero__bps {
  letter-spacing: 0.06em;
  transform: translateY(-6px);
  opacity: 0;
  transition:
    letter-spacing .85s cubic-bezier(.16,1,.3,1),
    transform     .85s cubic-bezier(.16,1,.3,1),
    opacity       .5s ease;
}
.hero__bps.settled {
  letter-spacing: -0.02em;
  transform: none;
  opacity: 1;
}
/* the cinch draws across the seam once the figure has settled */
.hero__seamtie::after { width: 0; transition: width .5s ease .55s; }
.hero.settled .hero__seamtie::after { width: 34px; }

/* the ring accent tick sweeps from 0 to the peak, then holds */
.figure-ring .tick--accent {
  transform-box: fill-box; transform-origin: center;
  opacity: 0; transition: opacity .4s ease .3s;
}
.figure-ring.ticked .tick--accent { opacity: 1; }
.figure-ring .ring-center-n { opacity: 0; transition: opacity .5s ease .15s; }
.figure-ring.ticked .ring-center-n { opacity: 1; }

/* parcel stacking on narrow screens — the unwrap still reads top→bottom */
@media (max-width:760px){
  .parcel { min-height: 300px; }
  .parcel__bps { font-size: clamp(72px, 22vw, 110px); }
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__bps { transition: none !important; letter-spacing: -0.02em !important; transform: none !important; opacity: 1 !important; }
  .hero__seamtie::after { transition: none !important; }
  .figure-ring .tick--accent,
  .figure-ring .ring-center-n { transition: none !important; opacity: 1 !important; }
  /* the unwrap renders fully OPEN and static — figure uncovered, seal seated,
     leaves parted, twine gone — landed at the stage-4 end-state, no motion. */
  .parcel__leaf, .parcel__twine .twine, .parcel__seal,
  .parcel__bps, .parcel__lot { transition: none !important; }
  .parcel.reduced .parcel__leaf--l { transform: translateX(-103%) !important; }
  .parcel.reduced .parcel__leaf--r { transform: translateX(103%) !important; }
  .parcel.reduced .parcel__twine .twine { opacity: 0 !important; }
  .parcel.reduced .parcel__seal { opacity: 1 !important; transform: translate(-50%,-50%) scale(1) !important; }
  .parcel.reduced .parcel__bps { opacity: 1 !important; transform: scale(1) !important; }
  .parcel.reduced .parcel__lot { opacity: 1 !important; }
  .btn--primary[data-state="pending"]::after,
  .btn--primary[data-state="pending"]::before { animation: none !important; width: 100% !important; }
  .band__knot, .band__knot::before { transition: none !important; }
  * { scroll-behavior: auto !important; }
}
