/* ============================================================
   THS — INVESTOR site styles (invest.html)
   Layers on brand.css (tokens, fonts, grain, HUD, marquee, .sec,
   type, keyform). This file owns investor-specific viz.
   ============================================================ */

/* mobile safety: no sideways scroll (the ghost wordmark + bleeds extend past the edge by design) */
html, body { overflow-x: clip; max-width: 100%; }

/* back to the consumer site */
.backlink { position: fixed; top: clamp(16px,3vh,32px); right: clamp(16px,3vw,40px); z-index: 60;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff; mix-blend-mode: difference; text-decoration: none; opacity: 0.7; transition: opacity .3s; }
.backlink:hover { opacity: 1; }

/* tall content sections flow from the top (don't vertical-center an over-tall block — that's what misplaced the donut) */
#whynow, #market, #model, #financials, #creators, #risk, #ask, #exit, #team {
  min-height: auto; justify-content: flex-start;
  padding-top: clamp(88px,12vh,150px); padding-bottom: clamp(88px,12vh,150px);
}

/* shared investor section intro */
.isec { background: var(--ink); }
.isec.paper { background: var(--paper); color: var(--ink); }
.i-eyebrow { font: 12px/1 var(--mono); letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 0.8em; }
.i-eyebrow .num { color: var(--yellow); }
.i-eyebrow .tick { width: clamp(28px,4vw,60px); height: 1px; background: var(--yellow); }
.i-head { font-family: var(--display); font-weight: 700; font-size: clamp(2rem,4.6vw,4.2rem); line-height: 0.98; letter-spacing: -0.02em; margin-top: 18px; }
.i-head .saffron { color: var(--yellow); }
.i-kicker { margin-top: 16px; max-width: 760px; font-family: var(--body); font-size: clamp(1rem,1.4vw,1.2rem); line-height: 1.55; color: var(--muted); }
.i-kicker b { color: var(--paper); }
/* paper (light) section variant — ink text, dark-gold accent (#a3811f) since saffron is too low-contrast on cream */
.isec.paper .i-kicker { color: var(--muted-dark); } .isec.paper .i-kicker b { color: var(--ink); }
.isec.paper .i-eyebrow { color: var(--muted-dark); }
.isec.paper .i-eyebrow .num { color: #a3811f; }
.isec.paper .i-eyebrow .tick { background: #a3811f; }
.isec.paper .i-head { color: var(--ink); }
.isec.paper .i-head .saffron { color: #a3811f; }
.isec.paper .i-note { color: var(--muted-dark); }
.isec.paper .fig-card { border-top-color: #a3811f; }
.isec.paper .fig-card .k { color: var(--muted-dark); }
.isec.paper .fig-card .big { color: var(--ink); }
.isec.paper .fig-card .v { color: var(--muted-dark); }
.isec.paper .i-list li { color: var(--ink); border-bottom-color: rgba(0,0,0,0.14); }
.isec.paper .i-list li::before { background: #a3811f; }
.isec.paper .tm .nm { color: var(--ink); }
.isec.paper .tm .ro { color: #a3811f; }
.isec.paper .tm .ds { color: var(--muted-dark); }

/* ---------- HERO (the case) — full-bleed image like the consumer hero ---------- */
#ihero { justify-content: flex-end; padding-bottom: clamp(150px,21vh,220px); position: relative; overflow: hidden; }
#ihero .ih-bleed { position: absolute; top: 0; left: 0; right: 0; bottom: clamp(140px,18vh,176px); z-index: 0; overflow: hidden; }
#ihero .ih-bleed img { width: 100%; height: 100%; object-fit: contain; object-position: 70% 50%; filter: contrast(1.06) saturate(0.92) brightness(0.96); }
#ihero .ih-scrim { position: absolute; inset: 0; z-index: 1;
  background:
    /* left only — a soft wash so the headline reads; the figure, jackhammer and rubble stay clear */
    linear-gradient(90deg, rgba(11,11,11,0.84) 0%, rgba(11,11,11,0.44) 18%, rgba(11,11,11,0.08) 36%, rgba(11,11,11,0) 48%); }
#ihero .wrap { position: relative; z-index: 2; }
#ihero .ih-mark { position: absolute; top: clamp(26px,4.5vh,46px); left: var(--pad); width: clamp(168px,15vw,246px); height: auto; z-index: 3; }
#ihero .ih-eyebrow { font: 12px/1 var(--mono); letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }
#ihero h1 { font-family: var(--display); font-weight: 700; font-size: clamp(2.4rem,5.4vw,5.6rem); line-height: 0.92; letter-spacing: -0.025em; margin: 18px 0 0; max-width: 15ch; text-wrap: balance; }
#ihero h1 .saffron { color: var(--yellow); }
#ihero .ih-sub { margin-top: 22px; font-family: var(--tagline); font-size: clamp(1rem,1.7vw,1.45rem); color: var(--silver); max-width: 46ch; line-height: 1.5; }

/* big stat row */
.istats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px,3vw,52px); margin-top: clamp(36px,5vh,64px); max-width: 1180px; }
.istat { border-top: 2.5px solid var(--yellow); padding-top: 17px; }
.istat .n { font-family: var(--display); font-weight: 700; font-size: clamp(2.1rem,4.2vw,3.9rem); line-height: 0.92; font-variant-numeric: tabular-nums; }
.istat .n .saffron { color: var(--yellow); }
.istat .l { font: 11px/1.45 var(--mono); letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted-soft); margin-top: 12px; max-width: 22ch; }
/* hero stats — pinned to the base on clean black, below the full photo (never over the rubble) */
#ihero .istats { position: absolute; inset: auto 0 0 0; margin: 0 auto; max-width: calc(var(--maxw) + 2 * var(--pad)); padding: 0 var(--pad) clamp(34px,5vh,60px); z-index: 2; }
#ihero .istat .n { font-size: clamp(1.95rem,3.6vw,3.6rem); }

/* ---------- THE PRODUCT — studio shot ---------- */
.prod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,72px); align-items: center; margin-top: clamp(28px,4vh,52px); }
.prod-shot { position: relative; display: grid; place-items: center; min-height: clamp(360px,58vh,620px); }
.prod-shot::before { content: ""; position: absolute; left: 50%; top: 50%; width: min(46vh,460px); height: min(72vh,660px); transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(ellipse at center, rgba(228,219,198,0.16) 0%, rgba(228,219,198,0.04) 50%, rgba(228,219,198,0) 72%); filter: blur(8px); }
.prod-shot img { position: relative; z-index: 1; height: min(58vh,580px); width: auto; filter: drop-shadow(0 40px 80px rgba(0,0,0,0.6)); }
.pc-name { font-family: var(--display); font-weight: 700; font-size: clamp(1.8rem,3vw,2.8rem); color: var(--paper); }
.pc-name span { font-family: var(--mono); font-weight: 400; font-size: 0.34em; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-left: 0.6em; }
.prod-copy p { margin-top: 14px; font-family: var(--body); font-size: clamp(1rem,1.4vw,1.2rem); line-height: 1.55; color: var(--muted); max-width: 46ch; }
.prod-copy p b { color: var(--paper); }

/* ---------- MARKET — size bar + positioning map ---------- */
.mkt-grid { margin-top: clamp(30px,4vh,52px); display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px,5vw,72px); align-items: start; }
.mkt-left { align-self: start; max-width: 520px; padding-top: clamp(10px,4vh,52px); }
.mkt-left .lead-k { font: 11px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.mkt-bar { height: 42px; display: flex; width: 100%; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.02); }
.mkt-bar .seg-total { background: rgba(255,255,255,0.16); height: 100%; }
.mkt-bar .seg-prem { background: var(--yellow); height: 100%; position: relative; box-shadow: -1px 0 0 rgba(11,11,11,0.6); }
.mkt-cap { display: flex; justify-content: space-between; align-items: baseline; margin-top: 12px; font: 11px/1.4 var(--mono); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.mkt-cap .prem { color: var(--yellow); font-weight: 700; }
.mkt-note { margin-top: 28px; font-family: var(--body); font-size: clamp(1rem,1.4vw,1.2rem); line-height: 1.55; color: var(--muted); }
.mkt-note b { color: var(--paper); }
.posmap { width: 100%; height: auto; display: block; font-family: var(--mono); background: #15140f; border: 1px solid #2a2a26; }
.viz-dot { transform-box: fill-box; transform-origin: center; }
.ths-pulse { transform-box: fill-box; transform-origin: center; animation: thsPulse 2.8s ease-out infinite; }
@keyframes thsPulse { 0% { transform: scale(1); opacity: .45; } 70% { transform: scale(1.9); opacity: 0; } 100% { opacity: 0; } }

/* ---------- THE ASK — ranked use-of-funds ledger (one yellow, magnitude bars) ---------- */
.leg-label { font: 11px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.ledger { max-width: 960px; }
.led-row { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,0.10); cursor: pointer; }
.led-row:hover .led-fill { opacity: 0.82; }
.led-top { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.led-nm { font-family: var(--body); font-size: clamp(1rem,1.5vw,1.25rem); color: var(--paper); }
.led-amt { font-family: var(--display); font-weight: 700; font-size: clamp(1.35rem,2.2vw,2rem); color: var(--paper); font-variant-numeric: tabular-nums; }
.led-track { position: relative; height: 7px; margin-top: 14px; background: rgba(255,255,255,0.06); }
.led-fill { position: absolute; left: 0; top: 0; height: 100%; background: var(--yellow); transform-origin: left; transition: opacity .3s; }
.led-pct { position: absolute; right: 0; top: -19px; font: 11px/1 var(--mono); letter-spacing: 0.1em; color: var(--muted); }
.led-det { display: block; max-height: 0; overflow: hidden; opacity: 0; font: 13px/1.5 var(--body); color: var(--muted); transition: max-height .4s, opacity .35s, margin-top .3s; }
.led-row.active .led-det { max-height: 90px; opacity: 1; margin-top: 12px; }
.led-total { display: flex; align-items: baseline; justify-content: space-between; padding-top: 20px; margin-top: 6px; border-top: 2px solid var(--yellow); }
.led-total .l { font: 11px/1 var(--mono); letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.led-total .n { font-family: var(--display); font-weight: 700; font-size: clamp(1.8rem,3vw,2.6rem); color: var(--paper); font-variant-numeric: tabular-nums; }
.ask-foot { margin-top: clamp(26px,4vh,42px); display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; font: 13px/1.55 var(--body); color: var(--muted); }
.ask-foot b { color: var(--paper); }
.ask-milestones { margin-top: 34px; }
.ms-track { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; border-top: 1px solid rgba(255,255,255,0.14); padding-top: 16px; }
.ms .m { font: 12px/1 var(--mono); letter-spacing: 0.12em; color: var(--yellow); }
.ms .t { font-family: var(--body); font-size: 14px; color: var(--paper); margin-top: 6px; }
.ms.be .t { color: var(--yellow); font-weight: 700; }

/* ---------- generic stat/figure grid (model, financials, exit, team) ---------- */
.fig-grid { margin-top: clamp(28px,4vh,48px); display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: clamp(20px,2.4vw,38px); }
.fig-card { border-top: 2px solid var(--yellow); padding-top: 16px; }
.fig-card .k { font: 10px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.fig-card .big { font-family: var(--display); font-weight: 700; font-size: clamp(1.7rem,2.8vw,2.6rem); line-height: 1; margin: 8px 0; font-variant-numeric: tabular-nums; }
.fig-card .v { font-family: var(--body); font-size: 0.98rem; line-height: 1.5; color: var(--muted); }
.i-list { margin: clamp(22px,3vh,38px) 0 0; padding: 0; list-style: none; max-width: 820px; }
.i-list li { padding: 15px 0 15px 26px; border-bottom: 1px solid rgba(255,255,255,0.12); position: relative; font-family: var(--body); font-size: 1.02rem; line-height: 1.5; color: var(--paper); }
.i-list li::before { content: ""; position: absolute; left: 0; top: 23px; width: 12px; height: 2px; background: var(--yellow); }
.i-list li b { font-weight: 700; } .i-list .saffron { color: var(--yellow); }
.i-note { margin-top: 26px; font: 12.5px/1.5 var(--mono); color: var(--muted); }

/* exit ladder — log-proportional, restrained: hairline floor/upside, saffron-outlined base */
.ladder { margin-top: clamp(28px,4vh,48px); display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(20px,3vw,48px); align-items: end; }
.rung { display: flex; flex-direction: column; justify-content: flex-end; }
.rung .tier { font: 10px/1.3 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; max-width: 24ch; }
.rung .bar { width: clamp(44px,6vw,72px); background: transparent; border: 1px solid rgba(255,255,255,0.22); }
.rung.upside .bar { border-color: rgba(255,255,255,0.34); }
.rung.base .tier { color: var(--yellow); }
.rung.base .bar { border: 1.5px solid var(--yellow); background: transparent; }
.rung .fig { font-family: var(--display); font-weight: 700; font-size: clamp(1.4rem,2.4vw,2.2rem); margin: 14px 0 4px; }
.rung .who { font-family: var(--body); font-size: 0.95rem; line-height: 1.4; color: var(--muted); }

/* team */
.team-grid { margin-top: clamp(28px,4vh,48px); display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: clamp(22px,3vw,44px); }
.tm .nm { font-family: var(--display); font-weight: 700; font-size: clamp(1.3rem,2vw,1.8rem); }
.tm .ro { font: 11px/1.4 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); margin-top: 6px; }
.tm .ds { font-family: var(--body); font-size: 0.96rem; line-height: 1.5; color: var(--muted); margin-top: 8px; }

/* the channel — moat contrast (paid social closed vs earned reach owned) */
.moat { margin-top: clamp(28px,4vh,48px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px,2.4vw,30px); }
.moat-col { border: 1px solid rgba(255,255,255,0.12); padding: clamp(20px,2.4vw,30px); display: flex; flex-direction: column; gap: 12px; min-height: 160px; }
.moat-col.closed { opacity: 0.62; }
.moat-col.owned { border-color: var(--yellow); background: rgba(239,208,39,0.05); }
.moat-k { font: 11px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.moat-col.owned .moat-k { color: var(--yellow); }
.moat-v { font-family: var(--body); font-size: clamp(0.98rem,1.3vw,1.12rem); line-height: 1.5; color: var(--paper); }
.moat-col.closed .moat-v { color: var(--muted); }
.moat-tag { margin-top: auto; font: 10px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.moat-col.owned .moat-tag { color: var(--yellow); }
.moat-col.closed .moat-tag { text-decoration: line-through; }
/* launch-five roster — TikTok + Instagram, each count links to the profile */
.roster { margin-top: clamp(26px,4vh,42px); max-width: 760px; }
.rstr-head { display: grid; grid-template-columns: 1fr 96px 96px; column-gap: clamp(14px,2vw,30px); padding: 0 6px 10px; font: 10px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.rstr-head span { text-align: right; }
.rstr-head span:first-child { text-align: left; }
.rstr { display: grid; grid-template-columns: 1fr 96px 96px; align-items: baseline; column-gap: clamp(14px,2vw,30px); padding: 14px 6px; border-top: 1px solid rgba(255,255,255,0.10); }
.rstr:last-child { border-bottom: 1px solid rgba(255,255,255,0.10); }
.rstr-n { font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem,1.6vw,1.45rem); color: var(--paper); letter-spacing: -0.01em; }
.rstr-p { font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem,1.6vw,1.45rem); color: var(--paper); font-variant-numeric: tabular-nums; text-align: right; text-decoration: none; white-space: nowrap; transition: color .2s; }
.rstr-p:hover { color: var(--yellow); }
.rstr-ar { font-size: 0.6em; opacity: 0.5; margin-left: 3px; vertical-align: super; font-variant-emoji: text; }
.rstr-ar::after { content: "↗\FE0E"; }  /* \FE0E = text presentation, stops iOS rendering the arrow as a blue emoji */
@media (max-width: 600px) { .rstr-head, .rstr { grid-template-columns: 1fr 64px 64px; column-gap: 12px; } }

/* the unfair math — enormous reach, zero spend (the moat in one glance) */
.moat-math { margin-top: clamp(36px,5.5vh,72px); display: flex; align-items: center; gap: clamp(22px,4vw,76px); flex-wrap: wrap; }
.mm-n { font-family: var(--display); font-weight: 700; font-size: clamp(3.6rem,9.2vw,8.6rem); line-height: 0.82; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; color: var(--paper); }
.mm-fig.alt .mm-n { color: var(--yellow); }
.mm-l { margin-top: 18px; font: 12px/1.5 var(--mono); letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted-soft); }
.mm-x { font-family: var(--tagline); font-size: clamp(1rem,1.4vw,1.3rem); letter-spacing: 0.02em; color: var(--muted); align-self: center; transform: translateY(-16px); }
.funnel { margin-top: clamp(30px,4.5vh,52px); display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 16px; font: 12px/1.4 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; }
.funnel b { font-family: var(--display); font-weight: 700; font-size: 1.65rem; line-height: 1; color: var(--paper); letter-spacing: 0; margin-right: 7px; font-variant-numeric: tabular-nums; }
.funnel .fn-step.hot b { color: var(--yellow); }
.funnel .fn-sep { color: var(--muted-dark); padding: 0 4px; }
@media (max-width: 880px) { .mm-x { transform: none; } }

/* WHY NOW — four doors */
.why-grid { margin-top: clamp(28px,4vh,48px); display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(18px,2vw,30px); }
.why-tile { border-top: 2px solid var(--yellow); padding-top: 16px; }
.why-tile .date { font: 10px/1.3 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); }
.why-tile .h { font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem,1.5vw,1.5rem); line-height: 1.05; margin: 11px 0 9px; text-transform: uppercase; letter-spacing: -0.01em; }
.why-tile .b { font-family: var(--body); font-size: 0.95rem; line-height: 1.5; color: var(--muted); }

/* RISK — mapped & mitigated */
.risk-grid { margin-top: clamp(28px,4vh,48px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px,2vw,28px); }
.risk-card { border: 1px solid rgba(255,255,255,0.12); padding: clamp(20px,2.4vw,28px); display: flex; flex-direction: column; gap: 12px; }
.risk-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.risk-name { font-family: var(--display); font-weight: 700; font-size: clamp(1.1rem,1.6vw,1.4rem); text-transform: uppercase; letter-spacing: 0.01em; }
.risk-no { font: 10px/1 var(--mono); letter-spacing: 0.14em; color: var(--muted); white-space: nowrap; }
.risk-risk { font-family: var(--body); font-size: 0.95rem; line-height: 1.5; color: var(--muted); }
.risk-mit { border-left: 2px solid var(--yellow); padding: 11px 14px; background: rgba(239,208,39,0.06); font-family: var(--body); font-size: 0.92rem; line-height: 1.5; color: var(--paper); }
.risk-mit b { color: var(--paper); }
.risk-tag { display: block; margin-top: 8px; font: 9.5px/1.4 var(--mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

@media (max-width: 880px) { .why-grid { grid-template-columns: repeat(2,1fr); } .risk-grid { grid-template-columns: 1fr; } }

/* data-room close */
#close { text-align: center; align-items: center; }
#close .dr-terms { margin-top: 22px; font: 12px/1.6 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
#close .dr-terms b { color: var(--yellow); }

@media (max-width: 880px) {
  .istats { grid-template-columns: repeat(2,1fr); }
  .mkt-grid, .ask-grid { grid-template-columns: 1fr; gap: 32px; }
  .mkt-left { max-width: none; }
  .ms-track { grid-template-columns: repeat(2,1fr); }
}

/* short viewports — compress the hero so the headline block never collides with the pinned stat band */
@media (max-height: 880px) {
  #ihero { padding-bottom: clamp(140px,18vh,170px); }
  #ihero .ih-bleed { bottom: clamp(126px,16vh,158px); }
  #ihero h1 { font-size: clamp(2rem,4.3vw,3.3rem); margin-top: 12px; }
  #ihero .ih-sub { margin-top: 13px; font-size: clamp(0.92rem,1.4vw,1.1rem); }
  #ihero .istats { padding-bottom: clamp(24px,3.5vh,38px); }
  #ihero .istat { padding-top: 13px; }
  #ihero .istat .n { font-size: clamp(1.6rem,2.9vw,2.5rem); }
  #ihero .istat .l { margin-top: 7px; }
}

/* phones — stack the hero (photo → headline → stats) so the headline block can't collide with the pinned stat band on a narrow, tall screen */
@media (max-width: 760px) {
  #ihero { display: block; min-height: 0; padding-top: clamp(22px,4vh,40px); padding-bottom: clamp(40px,6vh,60px); }
  #ihero .ih-mark { position: static; width: min(66vw,320px); margin: 0 0 clamp(18px,3.5vh,28px); }
  /* tall cover — crops the empty side margins, shows the whole figure full-height */
  #ihero .ih-bleed { position: relative; inset: auto; width: 100%; height: 66vh; margin: 0 0 clamp(24px,4vh,36px); }
  #ihero .ih-bleed img { position: relative; height: 100%; width: 100%; object-fit: cover; object-position: center; }
  #ihero .ih-scrim { display: none; }
  #ihero .wrap { position: static; }
  #ihero h1 { font-size: clamp(2.1rem,7vw,3rem); }
  #ihero .ih-sub { font-size: clamp(0.98rem,3.4vw,1.2rem); }
  #ihero .istats { position: static; inset: auto; margin: clamp(26px,5vh,40px) 0 0; padding: 0; max-width: none; }
  #ihero .istat .n { font-size: clamp(1.7rem,6vw,2.4rem); }
  /* the back-to-store link scrolls away instead of sitting fixed over every header */
  .backlink { position: absolute; }
}
