/* ============================================================================
   bytheloop.com v6. Theme layer on top of scrollcraft.css.

   v6.2 (2026-09-15): Richard's call. The warm night ground and the bold condensed
   display type are back, brass is the premium colour again, and one cool colour
   joins it: the blue-green of glass (--glass), used for links, the hero glow and
   the cases. No pill chips, no bordered cards, no status dots: hairlines and
   labels, like the page he liked.

   The engine's tokens are re-pointed at the palette; everything below is this
   page's own markup. No [data-sc-*] selector and no .sc-* device class is
   restyled: those are the mechanism.
   ========================================================================== */

:root{
  /* six roles. ground, surface, ink, ink-soft, accent one (brass), accent two
     (rose). brass-off is accent one at a second lightness, not a seventh role. */
  --sc-canvas:#14110f; --sc-surface:#1c1815;
  --sc-ink:#f1e9dc;    --sc-ink-soft:#a2988c;
  --sc-accent:#dcae63; --sc-accent-ink:#14110f;
  --sc-hairline:rgba(241,233,220,.10);
  --sc-hairline-strong:rgba(241,233,220,.20);

  --sc-font-display:var(--ff-display);
  --sc-font-text:var(--ff-sans);
  --sc-font-mono:var(--ff-mono);

  --sc-maxw:78rem;
  --sc-gutter:clamp(1.25rem,4vw,3.5rem);
  --sc-section:clamp(5rem,10vw,11rem);

  --reg-pad:0rem;        /* width the register takes out of the page */
  --reg-h:2.9rem;        /* height of the phone strip */
  --shadow:0 30px 60px -30px rgba(0,0,0,.78);
  --r-sm:6px; --r-md:10px; --r-lg:14px; --r-pill:999px;
}

html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 1.5rem)}
body{font-weight:380;font-size:clamp(1rem,.96rem + .18vw,1.0625rem);line-height:1.6;
  letter-spacing:0;padding-bottom:var(--reg-h)}
::selection{background:var(--brass);color:var(--ink)}
:focus-visible{outline:2px solid var(--brass);outline-offset:3px;border-radius:4px}
a{color:var(--glass);text-underline-offset:3px}
a:hover{color:var(--cream)}
.skip{position:absolute;left:-9999px}
.skip:focus{left:var(--sc-gutter);top:.75rem;z-index:99;background:var(--cream);color:var(--ink);
  padding:.5rem 1rem;border-radius:var(--r-pill);text-decoration:none}
.muted{color:var(--cream-muted)}
.brass{color:var(--brass)}

/* ----------------------------------------------------------------- type --
   Sentence case at normal width. The condensed uppercase display of v5 is gone
   from the page: the only uppercase left is the small mono label, which is a
   label and not a headline. */
.declare{font-family:var(--ff-display);font-weight:800;font-stretch:82%;text-transform:uppercase;
  font-size:clamp(2.6rem,1rem + 5.4vw,5.4rem);line-height:.96;letter-spacing:-.012em;
  text-wrap:balance;margin:0}
.declare span{display:block}
.panel-t{font-family:var(--ff-display);font-weight:800;font-stretch:84%;text-transform:uppercase;
  font-size:clamp(1.9rem,.95rem + 3vw,3.4rem);line-height:1;letter-spacing:-.01em;
  text-wrap:balance;margin:0}
.sub{font-family:var(--ff-sans);font-weight:500;font-stretch:100%;
  font-size:clamp(1.2rem,1.02rem + .9vw,1.6rem);line-height:1.2;letter-spacing:-.01em;margin:0}
.lead{font-size:clamp(1.0625rem,.98rem + .38vw,1.25rem);line-height:1.55;
  max-width:46ch;text-wrap:pretty;color:var(--cream);margin:0}
.body{color:var(--cream-muted);max-width:56ch;text-wrap:pretty;margin:0}
.label{font-family:var(--ff-mono);font-weight:500;font-stretch:87.5%;font-size:.75rem;
  line-height:1.4;letter-spacing:.08em;text-transform:uppercase;margin:0}
.num{font-family:var(--ff-display);font-weight:700;font-stretch:78%;font-size:1.6rem;
  line-height:1;letter-spacing:-.01em;color:var(--brass);font-variant-numeric:tabular-nums}

/* pill chip: the eyebrow of every act, and the only place a section announces
   itself. One per act, never stacked. */
.chip{display:inline-block;margin:0;font-family:var(--ff-mono);font-weight:600;font-stretch:87.5%;
  font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brass);
  padding:0;border:0;background:none}
.chip i{display:none}
.chip.off{color:var(--brass-off)}

/* status marker. Never the only signal: the word is always beside it. */
.mk{display:none}

/* the frame: one radius, one border, used for every panel on the page */
.frame{border:0;border-top:1px solid var(--hairline-lit);border-radius:0;background:none;
  box-shadow:none;padding:clamp(1rem,2vw,1.5rem) 0 0}

.tlink{color:var(--cream);text-decoration:none;font-family:var(--ff-mono);font-weight:500;
  font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;position:relative;padding-bottom:3px}
.tlink{color:var(--brass)}
.tlink::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--brass);
  transform:scaleX(0);transform-origin:left;transition:transform 300ms var(--sc-ease-out)}
.tlink:hover{color:var(--cream)}
.tlink:hover::after{transform:scaleX(1)}

/* the light pill. Two of them on the page: the hero navigates, the close
   contacts. One label each, and they look the same because they are the same
   kind of thing. */
.btn,.pill{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;
  background:var(--brass);color:var(--ink);padding:.95rem 1.7rem;border-radius:var(--r-sm);
  text-decoration:none;font-family:var(--ff-mono);font-weight:600;font-size:.8125rem;
  letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent;white-space:nowrap;
  transition:background 240ms var(--sc-ease-out),translate 160ms var(--sc-ease-out)}
.btn:hover,.pill:hover{background:#e9c07a;color:var(--ink)}
.btn:active,.pill:active{translate:0 1px}

.statrow{display:flex;flex-wrap:wrap;gap:1.75rem;margin-top:1.75rem;padding-top:1.1rem;
  border-top:1px solid var(--edge)}
.statrow div b{display:block;color:var(--cream-muted);font-family:var(--ff-mono);font-size:.6875rem;
  letter-spacing:.08em;text-transform:uppercase;font-weight:500}
.statrow div span{color:var(--brass);font-family:var(--ff-mono);font-size:.8125rem;
  letter-spacing:.06em}

/* --------------------------------------------------------------- header -- */
header.top{position:sticky;top:0;z-index:50;height:var(--nav-h);display:flex;align-items:center;
  background:color-mix(in srgb,var(--ground) 84%,transparent);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--edge)}
.top__in{width:100%;max-width:var(--sc-maxw);margin-inline:auto;padding-inline:var(--sc-gutter);
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.lockup{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.lockup img{width:48px;height:auto}
.lockup b{font-family:var(--ff-sans);font-weight:600;font-stretch:92%;font-size:1.05rem;
  letter-spacing:-.015em;color:var(--cream)}
.lockup span{color:var(--cream-muted);font-family:var(--ff-mono);font-size:.6875rem;
  letter-spacing:.08em;text-transform:uppercase}
.top__nav{display:flex;gap:.15rem;flex-wrap:wrap}
.top__nav a{font-family:var(--ff-mono);font-weight:500;font-size:.75rem;letter-spacing:.07em;
  text-transform:uppercase;color:var(--cream-muted);text-decoration:none;padding:.5rem .8rem;
  border-radius:0;transition:color 160ms}
.top__nav a:hover{color:var(--brass)}

/* ------------------------------------------------------------- register --
   The signature move lives here. A row is stamped when its property has been
   passed, and it stays stamped, because a register is a record. This is the
   one place brass still draws a line. */
.reg{position:fixed;z-index:45;font-family:var(--ff-sans)}
.reg__t{display:none}
.reg__list{list-style:none;margin:0;padding:0}
.reg__row a{display:grid;align-items:center;text-decoration:none;color:var(--cream-muted)}
.reg__n{font-family:var(--ff-display);font-weight:700;font-stretch:80%;font-size:.8125rem;color:var(--brass-off)}
.reg__nm{font-size:.875rem;font-weight:500;letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.reg__st{font-family:var(--ff-mono);font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;
  color:var(--brass-off);opacity:0;transition:opacity 420ms var(--sc-ease-out)}
.reg__row.is-on .reg__st{opacity:1}
.reg__row.is-on .reg__nm{color:var(--cream)}
.reg__row.is-on .reg__n{color:var(--brass)}
.reg__row.is-here .reg__nm{color:var(--brass)}
.reg__row a:hover .reg__nm{color:var(--cream)}

@media (min-width:1180px){
  :root{--reg-pad:15rem}
  body{padding-right:var(--reg-pad);padding-bottom:0}
  .reg{right:0;top:50%;translate:0 -50%;width:var(--reg-pad);
    padding:1.1rem 1.5rem 1.1rem 1.25rem;border-left:1px solid var(--edge)}
  .reg__t{display:block;font-family:var(--ff-mono);font-size:.625rem;letter-spacing:.12em;color:var(--brass-off);margin-bottom:.9rem}
  .reg__row{position:relative;padding:.62rem 0 .62rem .9rem;border-top:1px solid var(--edge)}
  .reg__row:first-child{border-top:0}
  /* the rail the register draws down itself */
  .reg__row::before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;
    background:var(--hairline);transform:scaleY(0);transform-origin:top;
    transition:transform 520ms var(--sc-ease-out)}
  .reg__row.is-on::before{background:var(--hairline-lit);transform:scaleY(1)}
  .reg__row a{gap:.18rem}
  .reg__row.is-here::after{content:"";position:absolute;left:-1.25rem;top:50%;translate:0 -50%;
    width:5px;height:5px;border-radius:50%;background:var(--brass)}
}
@media (max-width:1179px){
  .reg{left:0;right:0;bottom:0;height:var(--reg-h);border-top:1px solid var(--edge);
    background:color-mix(in srgb,var(--ground) 92%,transparent);
    backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
    padding-bottom:env(safe-area-inset-bottom)}
  .reg__list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));height:var(--reg-h)}
  .reg__row{border-left:1px solid var(--edge)}
  .reg__row:first-child{border-left:0}
  .reg__row a{height:100%;grid-template-columns:auto auto;justify-content:center;gap:.4rem}
  .reg__nm,.reg__st{display:none}
  .reg__n{font-size:.6875rem}
  .reg__row .mk{margin:0}
  .reg__row a::after{content:"";width:6px;height:6px;border-radius:50%;
    border:1px solid var(--brass-off)}
  .reg__row.is-on a::after{background:var(--brass);border-color:var(--brass)}
  .reg__row[data-status=build].is-on a::after{background:transparent}
  .reg__row.is-here{background:rgba(220,174,99,.08)}
}

/* ----------------------------------------------------------------- acts -- */
.act{position:relative;background:var(--ground)}
.stage{background:var(--ground)}
.act--claude .stage{background:#181410}
.act--room3d .stage{background:#17130f}
.sec{position:relative;padding-block:var(--sc-section);background:var(--ground)}
.sec--brainrot{background:#181410}
.sec--method,.sec--brainrot,.sec--ledger{padding-top:clamp(2.75rem,5vw,5rem)}

/* -------------------------------------------------------------- 1 hero ---
   A dusk built from gradients, not a photograph: cool slate at the top, rose
   and peach through the middle, a soft ridge low in the frame. The brass mark
   is the subject plane and the register arrives in a frame from the bottom
   edge, which is what the plane is occluded by. */
.hero{position:relative;min-height:100svh;overflow:clip;isolation:isolate;display:grid;grid-template-rows:1fr auto;
  align-items:center;text-align:center}
.hero__sky{position:absolute;inset:-6% -4% auto;height:112%;z-index:0;
  background:linear-gradient(180deg,#0f0d0b 0%,#14110f 40%,#1a1612 70%,#14110f 100%)}
.hero__glow{position:absolute;inset:auto -10% -12%;height:86%;z-index:1;
  background:
    radial-gradient(40% 36% at 50% 82%,rgba(220,174,99,.22),transparent 66%),
    radial-gradient(62% 54% at 50% 86%,rgba(143,193,210,.20),rgba(143,193,210,.05) 50%,transparent 76%)}
.hero__ridge{position:absolute;left:-8%;right:-8%;bottom:-6%;height:46%;z-index:2;
  background:
    radial-gradient(52% 78% at 22% 108%,#110e0c 0 60%,transparent 62%),
    radial-gradient(46% 66% at 74% 112%,#100d0b 0 62%,transparent 64%),
    radial-gradient(70% 52% at 50% 128%,#14110f 0 66%,transparent 68%)}
.hero__mark{position:absolute;left:50%;translate:-50% 0;top:auto;bottom:-16%;
  width:min(50vw,34rem);z-index:3;pointer-events:none;opacity:.92}
.hero__mark img{width:100%;height:auto;max-width:none;
  filter:drop-shadow(0 26px 54px rgba(0,0,0,.6))}
.hero__mist{position:absolute;left:-5%;right:-5%;bottom:-14%;height:44%;z-index:4;
  background:linear-gradient(0deg,var(--ground) 12%,rgba(20,17,15,.62) 48%,transparent 100%)}
.hero__scrim{position:absolute;inset:0;z-index:5;pointer-events:none;
  background:radial-gradient(60% 42% at 50% 32%,rgba(20,17,15,.86),rgba(20,17,15,.5) 58%,transparent 84%)}
.hero__copy{position:relative;z-index:7;display:grid;justify-items:center;gap:1.35rem;
  padding-block:calc(var(--nav-h) + 2.25rem) 3.25rem}
.hero__copy .declare{max-width:22ch}
.hero__lead{max-width:56ch;color:var(--cream-muted);font-size:1.0625rem}
.hero__act{margin:.35rem 0 0}
/* The frame the register arrives in, cut by the bottom edge of the stage.
   The fill is a SIBLING, not the cue's own background: the verification pass
   hides the cue element and everything in it to photograph what is behind, so a
   background painted on the cue itself is never in the measurement. Strengthen
   it and the reported number does not move by a tenth. */
.hero__plateWrap{position:relative;z-index:6;width:min(100%,var(--sc-maxw));
  margin-inline:auto;margin-bottom:calc(-1 * clamp(.4rem,1.4vh,1.1rem))}
.hero__plateback{position:absolute;inset:0;z-index:0;pointer-events:none;
  border:0;border-top:1px solid var(--hairline-lit);border-radius:0;
  background:linear-gradient(180deg,rgba(20,17,15,.82),rgba(20,17,15,.96))}
.hero__plate{position:relative;z-index:1;
  padding:.95rem clamp(1rem,2vw,1.5rem) 1.15rem}
.plate__t{margin-bottom:.9rem;text-align:left}
.hero__slate{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem;text-align:left}
.hero__slate a{display:block;text-decoration:none;color:var(--cream);padding-top:.7rem;
  border-top:1px solid var(--hairline-lit);transition:border-color 300ms var(--sc-ease-out)}
.hero__slate a.build{border-top-color:var(--hairline)}
.hero__slate a:hover{border-top-color:var(--brass)}
.hero__slate .n{display:block;color:var(--cream-muted);margin-bottom:.4rem;font-size:.6875rem}
.hero__slate .nm{display:block;font-family:var(--ff-display);font-weight:700;font-stretch:84%;text-transform:uppercase;font-size:1.05rem;line-height:1.1;
  letter-spacing:-.01em;margin-bottom:.2rem}
.hero__slate .kd{display:block;color:var(--cream-muted);font-family:var(--ff-mono);font-size:.625rem;
  letter-spacing:.08em;text-transform:uppercase}
.hero__slate .st{margin-top:.4rem;color:var(--brass)}
.hero__slate .st.off{color:var(--brass-off)}

/* ------------------------------------------------------------ 2 method --- */
.method{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:start}
.method__copy>*+*{margin-top:1.25rem}
.method__copy h2{margin-top:1.5rem}
.rules{list-style:none;margin:2.25rem 0 0;padding:0}
.rules li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.25rem;align-items:baseline;
  padding:1.1rem 0;border-top:1px solid var(--edge)}
.rules b{color:var(--cream);font-weight:500}
.rules p{margin:.25rem 0 0;color:var(--cream-muted);max-width:52ch}
.stations{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:0;position:relative}
.stations::before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:1px;
  background:var(--edge-lit);transform:scaleY(0);transform-origin:top;
  transition:transform 900ms var(--sc-ease-out)}
.method__loop.sc-in .stations::before{transform:scaleY(1)}
/* a station is one row: dot, name, and (for two of them) the tag that names
   who or what does the work. Flex, not grid: as grid cells the tag dropped
   into the dot column and pushed Check and Render sideways. */
.stations li{display:flex;align-items:center;gap:1rem;padding:.62rem 0;position:relative}
.stations li i{flex:0 0 auto}
.stations li i{width:11px;height:11px;border-radius:50%;border:1px solid var(--edge-lit);
  background:var(--ground);display:block}
.stations li b{font-family:var(--ff-mono);font-size:.8125rem;letter-spacing:.07em;
  text-transform:uppercase;font-weight:500;color:var(--cream)}
.stations__human i{border-radius:3px;border-color:var(--brass);background:var(--brass)}
.stations__human b{color:var(--brass)}
.stations__note{margin-top:1.25rem;max-width:34ch}

/* ------------------------------------------------ 2b the render station --
   Richard, 2026-09-16: "put the Higgsfield part here and forge them together".
   The partner placement lives inside the operating loop, under the station it
   belongs to. Same register: a label, a small display headline, hairline rows,
   one brass pill, the disclosure under the button. The render dot is glass,
   the human dot is brass: the two stations that cost something. */
.stations li em{font-style:normal;color:var(--cream-muted);font-family:var(--ff-mono);
  font-size:.625rem;letter-spacing:.08em;text-transform:uppercase;margin-left:-.25rem;white-space:nowrap}
.stations__render i{border-color:var(--glass);background:var(--glass)}
.stations__render em a.aff{color:var(--glass);border-bottom-color:rgba(143,193,210,.45)}
.stations__render em a.aff:hover{color:var(--cream);border-bottom-color:var(--cream)}
.loop__render{margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--hairline-lit)}
.loop__render>*+*{margin-top:1rem}
.loop__render h3{font-family:var(--ff-display);font-weight:800;font-stretch:84%;text-transform:uppercase;
  font-size:clamp(1.55rem,1.1rem + 1.5vw,2.15rem);line-height:1;letter-spacing:-.01em;margin:.35rem 0 0}
.loop__render .body{font-size:.9375rem;max-width:40ch}
.loop__made{list-style:none;margin:1.25rem 0 0;padding:0}
.loop__made li{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;
  border-top:1px solid var(--edge);font-family:var(--ff-mono);font-size:.75rem;
  letter-spacing:.06em;text-transform:uppercase}
.loop__made b{color:var(--cream);font-weight:500;white-space:nowrap}
.loop__made span{color:var(--brass);text-align:right}
.loop__act{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}
.loop__disc{max-width:40ch}
/* the inline partner links in the status rows and the character sheet */
a.aff{color:inherit;text-decoration:none;border-bottom:1px solid var(--hairline-lit);
  transition:color 160ms,border-color 160ms}
a.aff:hover{color:var(--cream);border-bottom-color:var(--cream)}

/* ------------------------------------------------------------ 3 claude --- */
.room{overflow:clip;display:grid;align-items:center}
.room__plates{position:absolute;inset:0;z-index:0;pointer-events:none}
.plate{position:absolute;margin:0;border:0;border-radius:var(--r-md);
  overflow:hidden;box-shadow:var(--shadow);width:min(19vw,15rem);right:6%;top:10%;
  filter:saturate(.72) brightness(.76)}
.plate--b{right:26%;top:46%;width:min(14vw,11rem);filter:saturate(.68) brightness(.56)}
.plate img{width:100%;height:auto}
/* A column of density under the text column, as a sibling of the copy so the
   verification pass actually composites it. */
.room__colscrim{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(100deg,#181410 0%,rgba(14,21,28,.94) 32%,
    rgba(14,21,28,.42) 54%,transparent 72%)}
.room__copy{position:relative;z-index:2;width:100%}
.room__copy>*+*{margin-top:1.5rem}
/* every cue block is the width of its own text, so the harness measures the
   frame under the words and not under the photograph two columns away */
.room__head,.room__later,.room__links{max-width:min(56%,34rem)}
.room__head>*+*{margin-top:1rem}
.room__head .lead{max-width:40ch}
.room__later{color:var(--brass-off)}
.room__links{display:flex;gap:1rem;flex-wrap:wrap}
.chan{display:flex;flex-direction:column;gap:.15rem;text-decoration:none;color:var(--cream);
  padding:.9rem 0 0;min-width:11rem;border-top:1px solid var(--hairline-lit);
  transition:border-color 300ms,color 300ms}
.chan:hover{border-top-color:var(--brass);color:var(--brass)}
.chan b{font-family:var(--ff-display);font-weight:700;font-stretch:84%;text-transform:uppercase;font-size:1.1rem}
.chan span{color:var(--cream-muted);font-family:var(--ff-mono);font-size:.6875rem;letter-spacing:.07em}
.room::after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;z-index:1;
  pointer-events:none;background:linear-gradient(0deg,#181410,transparent)}

/* ------------------------------------------------------------ 4 olivia --- */
.act--olivia .stage{display:grid;align-items:center}
.oliv__rail{display:flex;gap:1.5rem;align-items:stretch;padding-inline:var(--sc-gutter)}
.oliv__tail{display:block;width:calc(var(--sc-gutter) + var(--reg-pad));height:1px}
.oliv__rail>*{flex:0 0 auto}
.oliv__lead{width:min(84vw,31rem);align-self:center}
.oliv__lead>*+*{margin-top:1.1rem}
.oliv__lead h2{margin-top:1.25rem}
.oliv__lead .lead{max-width:36ch}
.oliv__lead .body{max-width:38ch;font-size:.9375rem}
.oliv__portrait{width:min(70vw,23rem);margin:0;align-self:center}
.oliv__reel{width:min(56vw,17rem);margin:0;align-self:center}
.oliv__rail .fr{position:relative;overflow:hidden;padding:0;border:0;border-radius:var(--r-md)}
.oliv__portrait .fr img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:50% 20%}
.oliv__reel .fr img{width:100%;height:auto;aspect-ratio:9/16;object-fit:cover}
.oliv__rail figcaption{margin-top:.8rem;color:var(--cream-muted);font-size:.875rem;max-width:26ch}
.ai{position:absolute;right:.75rem;top:.75rem;z-index:2;display:inline-block;
  background:var(--ground);color:var(--brass);border-radius:3px;
  padding:.3rem .55rem;font-size:.5625rem;letter-spacing:.1em}
.oliv__sheet{width:min(78vw,21rem);align-self:center}
.oliv__sheet ul{list-style:none;margin:1rem 0 1.25rem;padding:0}
.oliv__sheet li{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;
  border-top:1px solid var(--edge);font-family:var(--ff-mono);font-size:.75rem;
  letter-spacing:.06em;text-transform:uppercase}
.oliv__sheet b{color:var(--cream-muted);font-weight:500}
.oliv__sheet span{color:var(--brass)}
.oliv__sheet .body{font-size:.9375rem;max-width:30ch}

/* ------------------------------------------------ 5 and 6, the maquettes --
   Each mesh sits inside a glass case in the scene itself. The chip below it is
   the same idea in CSS: a frosted plate with a 1px edge, so the label belongs
   to the object rather than floating beside it. */
.room3d{overflow:clip;display:grid;align-items:center}
.room3d__object{position:relative}
.room3d__poster,.room3d__canvas{position:absolute;inset:0;width:100%;height:100%;
  object-fit:contain;display:block}
.room3d__canvas{opacity:0;transition:opacity 620ms var(--sc-ease-out)}
.room3d__object.is-live .room3d__canvas{opacity:1}
.room3d__object.is-live .room3d__poster{opacity:0;transition:opacity 620ms var(--sc-ease-out)}
.glasschip{position:absolute;z-index:3;left:50%;translate:-50% 0;bottom:clamp(1.25rem,6%,3.5rem);
  margin:0;white-space:nowrap;
  font-family:var(--ff-mono);font-weight:500;font-size:.625rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--cream-muted);padding:0;border:0;background:none}
.act--room3d .room3d__object{position:absolute;right:0;top:0;bottom:0;width:min(56%,44rem);z-index:0}
.act--room3d .room3d__object::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(100deg,#17130f 0%,rgba(16,24,33,.5) 34%,transparent 62%)}
.room3d__copy{position:relative;z-index:2;width:100%}
.room3d__copy .inner{width:100%}
.room3d__copy .inner>*+*{margin-top:1.1rem}
.room3d__copy .inner h2{margin-top:1.25rem}
.act--room3d .stage::after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;
  z-index:1;pointer-events:none;background:linear-gradient(0deg,#17130f,transparent)}

/* ---------------------------------------------------------- 6 brainrot --- */
.brot{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
.brot__copy>*+*{margin-top:1.25rem}
.brot__copy h2{margin-top:1.25rem}
.brot__frame{position:relative}
.brot__object{width:100%;aspect-ratio:4/5;border:0;border-radius:var(--r-md);
  overflow:hidden;background:radial-gradient(70% 60% at 50% 34%,#231d17,#14110f 72%)}

/* ----------------------------------------------------------- 7 horizon --- */
.sec--horizon{background:var(--surface)}
.hz__h{margin-top:1.1rem}
.board{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem}
.board h3{color:var(--cream);margin:0 0 1rem}
.board ul{list-style:none;margin:0;padding:0}
.board li{padding:.75rem 0;border-top:1px solid var(--edge);color:var(--cream)}
.board li em{font-style:normal;color:var(--cream-muted);font-family:var(--ff-mono);font-size:.625rem;
  letter-spacing:.08em;text-transform:uppercase;display:block;margin-top:2px;margin-left:14px}
.hz__note{margin-top:2.25rem}

/* ------------------------------------------------------------ 8 ledger --- */
.ledger__plate{padding:clamp(1.75rem,3.4vw,2.75rem)}
.ledger{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}
.plist,.gl{list-style:none;margin:.9rem 0 0;padding:0}
.plist li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.4rem 1rem;
  padding:.7rem 0;border-top:1px solid var(--edge)}
.plist time,.plist .pf,.gl time{color:var(--cream-muted);font-family:var(--ff-mono);font-size:.6875rem;
  letter-spacing:.06em;white-space:nowrap}
.plist .pt{color:var(--cream);font-size:.9375rem}
.plist .pf{grid-column:2}
.gl li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:.6rem 0;
  border-top:1px solid var(--edge)}
.gl a{color:var(--cream-muted);text-decoration:none;font-size:.9375rem}
.gl a:hover{color:var(--brass)}
.sec--ledger .label a{margin-left:.5rem}

/* ------------------------------------------------------------- 9 close --- */
.close{overflow:clip;display:grid;align-items:center}
.close__glow{position:absolute;inset:auto -10% -20%;height:78%;z-index:0;pointer-events:none;
  background:radial-gradient(54% 58% at 62% 88%,rgba(143,193,210,.16),rgba(220,174,99,.08) 46%,transparent 74%)}
.close__ground{position:absolute;right:-6%;bottom:-14%;width:min(46vw,34rem);z-index:1;
  opacity:.14;pointer-events:none}
.close__ground img{width:100%;height:auto;max-width:none}
.close__in{position:relative;z-index:2;width:100%;display:grid;gap:1.35rem;
  padding-block:calc(var(--nav-h) + 1.25rem) 1.5rem}
/* the register arrives from the edge and completes. --close-p is published by
   v6.js from the act's own --sc-p, so the fixed rail and the centre stack move
   as one system. */
.close__reg{list-style:none;margin:0;padding:0;display:grid;gap:0;max-width:36rem;
  border-top:1px solid var(--edge)}
.close__reg li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;
  padding:.62rem 0;border-bottom:1px solid var(--edge);font-family:var(--ff-mono);
  font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;
  opacity:clamp(0,calc((var(--close-p,1) - 0.02 - var(--i) * 0.035) * 14),1);
  transform:translate3d(calc((1 - clamp(0,calc((var(--close-p,1) - 0.02 - var(--i) * 0.035) * 14),1)) * 3.5rem),0,0)}
.close__reg .n{color:var(--brass-off)}
.close__reg .nm{color:var(--cream);font-family:var(--ff-display);font-weight:700;font-stretch:84%;font-size:1rem;letter-spacing:-.005em}
.close__reg .st{color:var(--brass);display:flex;align-items:center;white-space:nowrap}
.close__reg .st.off{color:var(--brass-off)}
.close__goal{font-size:clamp(2.2rem,1rem + 4.9vw,4.9rem)}
.close__goal span{display:block;
  opacity:clamp(0,calc((var(--close-p,1) - 0.30 - var(--i) * 0.055) * 12),1);
  clip-path:inset(0 calc(100% - clamp(0,calc((var(--close-p,1) - 0.30 - var(--i) * 0.055) * 9),1) * 100%) 0 0)}
.close__act{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap;margin-top:.5rem}
.colophon{color:var(--cream-muted);max-width:64ch;line-height:1.6;font-size:.6875rem;
  letter-spacing:.06em}

/* --------------------------------------------------------------- footer -- */
footer.site{border-top:1px solid var(--edge);padding-block:2rem 2.5rem;background:var(--ground)}
.site__in{width:100%;max-width:var(--sc-maxw);margin-inline:auto;padding-inline:var(--sc-gutter);
  display:grid;grid-template-columns:1fr;gap:1.1rem;align-items:center}
.lockup--f img{width:76px}
footer.site p{margin:0;max-width:44ch;font-size:.9375rem}
footer.site nav{display:flex;gap:1.25rem;flex-wrap:wrap;font-family:var(--ff-mono);font-size:.6875rem;
  letter-spacing:.08em;text-transform:uppercase}
footer.site nav a{color:var(--cream-muted);text-decoration:none}
footer.site nav a:hover{color:var(--brass)}

/* ------------------------------------------------------------ responsive -- */
@media (min-width:860px){
  .method{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:4.5rem}
  .brot{grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:3.5rem}
  .ledger{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:4rem}
  .board{grid-template-columns:repeat(3,minmax(0,1fr))}
  .site__in{grid-template-columns:auto minmax(0,1fr) auto;gap:3rem}
  .plist li{grid-template-columns:auto minmax(0,1fr) auto}
  .plist .pf{grid-column:auto}
}
@media (min-width:1024px){
  .room3d__copy .inner{width:min(46%,32rem)}
  .close__in{gap:1.5rem}
}
@media (max-width:1023px){
  .act--room3d .room3d__object{position:relative;right:auto;width:100%;height:min(44vh,24rem);
    margin-bottom:1.5rem}
  .act--room3d .room3d__object::after{background:linear-gradient(0deg,#17130f 2%,transparent 48%)}
  .room3d{align-content:center}
  .room3d__copy{padding-block:1rem}
}
/* The phone composition is art directed, not shrunk: the dusk is taller, the
   mark sits behind the copy rather than under it, and the register plate
   becomes a stack of rows. */
@media (max-width:899px){
  /* on a phone the register plate covers the bottom of the stage, so the
     object moves up behind the copy at an opacity the scrim can carry */
  .hero__mark{top:24%;bottom:auto;width:min(80vw,23rem);opacity:.22}
  .hero__scrim{background:linear-gradient(0deg,rgba(20,17,15,.94) 6%,rgba(20,17,15,.6) 38%,
    rgba(20,17,15,.72) 68%,rgba(20,17,15,.86) 100%)}
  .hero__copy{padding-block:calc(var(--nav-h) + 1.25rem) .25rem;gap:1.1rem}
  .hero__lead{font-size:1rem;max-width:44ch}
  .hero__slate{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
  .hero__slate a:last-child{grid-column:span 2}
  .plate{right:2%;top:4%;width:37vw}
  .plate--b{right:auto;left:4%;top:15%;bottom:auto;width:27vw}
  .room{align-items:end}
  .room__copy{padding-bottom:3rem}
  .room__colscrim{background:linear-gradient(0deg,#181410 16%,rgba(14,21,28,.97) 46%,rgba(14,21,28,.55) 68%,transparent 88%)}
  .room__head,.room__later,.room__links{max-width:none}
  .close__reg li{font-size:.6875rem;gap:.6rem}
}
/* The phone header is two rows, not one squeezed row. */
@media (max-width:720px){
  :root{--nav-h:5.25rem}
  header.top{height:auto;min-height:var(--nav-h);align-items:stretch}
  .top__in{flex-direction:column;align-items:stretch;gap:0;padding-inline:0}
  .lockup{padding:.6rem var(--sc-gutter);min-height:44px;gap:.6rem}
  .lockup img{width:34px}
  .lockup b{font-size:.9375rem;white-space:nowrap}
  .lockup span{display:none}
  .top__nav{flex-wrap:nowrap;gap:0;overflow-x:auto;scrollbar-width:none;
    -webkit-overflow-scrolling:touch;border-top:1px solid var(--edge);
    padding-inline:calc(var(--sc-gutter) - .6rem) 1.25rem;
    -webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 1.5rem),transparent);
    mask-image:linear-gradient(90deg,#000 calc(100% - 1.5rem),transparent)}
  .top__nav::-webkit-scrollbar{display:none}
  /* sized so the whole row fits from about 350px up. 44px tall either way. */
  .top__nav a{display:flex;align-items:center;min-height:44px;white-space:nowrap;
    border-radius:0;font-size:.6875rem;letter-spacing:.04em;padding:0 .5rem}
  /* the phone strip covers the bottom of the stage, so the register's last
     row has to end above it rather than behind it */
  .hero__plateWrap{margin-bottom:0}
  .hero__plate{padding-bottom:calc(.9rem + var(--reg-h))}
  .hero__copy{padding-bottom:.25rem;gap:.95rem}
}
@media (max-width:639px){
  .hero__slate{grid-template-columns:1fr;gap:.2rem}
  .hero__slate a:last-child{grid-column:auto}
  .hero__slate a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:baseline;
    padding-block:.7rem}
  .hero__slate .n,.hero__slate .st{margin:0}
  .hero__slate .kd{display:none}
  .hero__slate .st{display:block}
}

/* -------------------------------------------------------- reduced motion --
   Fewer and gentler, not zero. The register shows every row already stamped,
   the planes hold their composition, and nothing that carries meaning moves. */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reg__st{opacity:1}
  .reg__row .reg__nm{color:var(--cream)}
  .reg__row .reg__n{color:var(--brass)}
  .reg__row::before{transform:scaleY(1);background:var(--hairline-lit)}
  .reg__row a::after{background:var(--brass);border-color:var(--brass)}
  .reg__row[data-status=build] a::after{background:transparent}
  .stations::before{transform:scaleY(1)}
  .close__reg li{opacity:1;transform:none}
  .close__goal span{opacity:1;clip-path:none}
  .room3d__canvas{display:none}
  .oliv__tail{width:var(--sc-gutter)}
}
