/* ============================================================================
   RONNIE GEARS — shadow board
   Foam ground, safety-red underlay, chrome tools, hi-vis reserved for Call.
   ========================================================================= */

/* ── tokens ───────────────────────────────────────────────────────────── */
:root{
  /* foam */
  --foam-900:#111316;
  --foam-850:#15171A;
  --foam-800:#1B1E23;
  --foam-700:#23272D;
  --foam-600:#2D323A;
  --foam-500:#3A404A;

  /* what shows through a cut */
  --red-under:#B81E17;
  --red-mid:#D42A1E;
  --red-text:#FF6B52;

  /* chrome */
  --steel-050:#F4F7FA;
  --steel-100:#E4EAF0;
  --steel-200:#C4CCD5;
  --steel-400:#96A0AC;
  --steel-500:#8B95A1;
  --steel-600:#6E7883;

  /* the one action colour */
  --hiviz:#D8FF3E;
  --hiviz-dk:#B8DF1E;
  --ink:#0B0C0E;

  --edge:rgba(255,255,255,.09);
  --edge-2:rgba(255,255,255,.055);

  /* type */
  --sans:'Archivo',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --mono:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;

  --step--1:clamp(.78rem,.75rem + .15vw,.86rem);
  --step-0 :clamp(1rem,.96rem + .2vw,1.09rem);
  --step-1 :clamp(1.15rem,1.06rem + .42vw,1.4rem);
  --step-2 :clamp(1.4rem,1.22rem + .85vw,2rem);
  --step-3 :clamp(1.85rem,1.45rem + 1.9vw,3.1rem);
  --step-4 :clamp(2.4rem,1.6rem + 3.7vw,4.9rem);
  --step-5 :clamp(2.6rem,1.75rem + 3.5vw,5.2rem);

  --gut:clamp(1.15rem,4vw,2.5rem);
  --sect:clamp(4.5rem,11vw,9.5rem);
  --maxw:76rem;

  --r-sm:6px; --r-md:12px; --r-lg:20px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ── reset ────────────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul{margin:0}
ul[role=list]{list-style:none;padding:0}
img,svg{display:block;max-width:100%}
a{color:inherit}
button,input{font:inherit}
.sprite{position:absolute;width:0;height:0;overflow:hidden}

html{scroll-behavior:smooth;scroll-padding-top:5.5rem}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}

body{
  font-family:var(--sans);
  font-size:var(--step-0);
  line-height:1.62;
  color:var(--steel-100);
  background:var(--foam-850);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

/* the foam itself — fine speckle + a soft top light */
body::before{
  content:'';position:fixed;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(120% 80% at 50% -10%,rgba(255,255,255,.055),transparent 60%),
    radial-gradient(90% 60% at 50% 108%,rgba(0,0,0,.5),transparent 62%);
}
body::after{
  content:'';position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.4;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
}
main,header,footer,.callbar{position:relative;z-index:1}
section[id]{scroll-margin-top:5rem}

.wrap{width:min(100% - (var(--gut) * 2),var(--maxw));margin-inline:auto}

.skip{
  position:absolute;left:-9999px;top:0;z-index:99;
  background:var(--hiviz);color:var(--ink);padding:.85rem 1.3rem;
  font-weight:700;border-radius:0 0 var(--r-sm) 0;
}
.skip:focus{left:0}

:where(a,button,[tabindex]):focus-visible{
  outline:3px solid var(--hiviz);outline-offset:3px;border-radius:4px;
}

/* ── shared type ──────────────────────────────────────────────────────── */
h1,h2,h3{
  font-family:var(--sans);
  font-weight:800;
  font-stretch:112%;
  line-height:1.02;
  letter-spacing:-.022em;
  text-wrap:balance;
  color:var(--steel-050);
}
h2{font-size:var(--step-3)}
h3{font-size:var(--step-1);line-height:1.2;letter-spacing:-.01em}

.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--mono);font-size:var(--step--1);font-weight:500;
  letter-spacing:.14em;text-transform:uppercase;color:var(--steel-400);
}
.eyebrow svg{width:1em;height:1em;fill:var(--red-text);flex:none}

.tray-no{
  font-family:var(--mono);font-weight:700;
  font-size:clamp(3.5rem,9vw,7rem);line-height:.8;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.10);
  margin-bottom:-.18em;
  user-select:none;
}

.lede{font-size:var(--step-1);color:var(--steel-200);max-width:34ch;margin-top:1.1rem}

.sec-head{max-width:44rem;margin-bottom:clamp(2.2rem,5vw,3.6rem)}
.sec-head p{margin-top:1rem;color:var(--steel-200);font-size:var(--step-1);max-width:52ch;text-wrap:pretty}
.sec-head--c{margin-inline:auto;text-align:center}
.sec-head--c p{margin-inline:auto}

/* ── buttons ──────────────────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:.8rem;
  padding:1.05rem 1.5rem;
  border-radius:var(--r-md);
  font-weight:800;font-stretch:106%;letter-spacing:-.012em;
  text-decoration:none;
  min-height:56px;
  transition:transform .22s var(--ease),box-shadow .22s var(--ease),background-color .22s var(--ease);
  will-change:transform;
}
.btn svg{width:1.35em;height:1.35em;flex:none}
.btn__t{display:block}
.btn__n{
  display:block;font-family:var(--mono);font-weight:500;
  font-size:var(--step--1);letter-spacing:.02em;opacity:.72;
  white-space:nowrap;
}
.btn > span:not(.btn__t):not(.btn__n){display:block}

.btn--call{
  background:linear-gradient(180deg,var(--hiviz),var(--hiviz-dk));
  color:var(--ink);
  box-shadow:0 1px 0 rgba(255,255,255,.55) inset,0 10px 26px -10px rgba(216,255,62,.6),0 2px 0 #8FAF14;
}
.btn--call svg{fill:var(--ink)}
.btn--call .btn__n{opacity:.66}
.btn--call:hover{transform:translateY(-2px);box-shadow:0 1px 0 rgba(255,255,255,.55) inset,0 16px 34px -12px rgba(216,255,62,.72),0 2px 0 #8FAF14}
.btn--call:active{transform:translateY(1px)}

.btn--wa{
  background:linear-gradient(180deg,var(--foam-600),var(--foam-700));
  color:var(--steel-100);
  border:1px solid var(--edge);
  box-shadow:0 1px 0 rgba(255,255,255,.07) inset;
}
.btn--wa svg{fill:var(--steel-200)}
.btn--wa:hover{background:linear-gradient(180deg,var(--foam-500),var(--foam-600));transform:translateY(-2px)}

.btn--sm{padding:.85rem 1.25rem;min-height:52px}
.btn--lg{padding:1.25rem 1.9rem;font-size:var(--step-1);min-height:64px}

.ghost{
  display:inline-flex;align-items:center;gap:.6rem;
  margin-top:1.15rem;
  font-weight:600;color:var(--steel-200);text-decoration:none;
  border-bottom:1px solid var(--edge);padding:.7rem 0;
  min-height:44px;
  transition:color .2s var(--ease),border-color .2s var(--ease);
}
.ghost svg{width:1.2em;height:1.2em;fill:var(--steel-400);flex:none;transition:transform .25s var(--ease),fill .2s}
.ghost:hover{color:#fff;border-color:var(--steel-500)}
.ghost:hover .ghost__go{transform:translateX(5px);fill:var(--steel-050)}

/* ══ RAIL (header) ════════════════════════════════════════════════════ */
.rail{
  position:sticky;top:0;z-index:40;
  display:flex;align-items:center;gap:1.5rem;
  padding:.7rem var(--gut);
  background:rgba(17,19,22,.82);
  backdrop-filter:blur(14px) saturate(1.2);
  -webkit-backdrop-filter:blur(14px) saturate(1.2);
  border-bottom:1px solid var(--edge-2);
}
.rail__mark{display:flex;align-items:center;gap:.7rem;text-decoration:none;flex:none;min-height:44px}
.rail__stamp{
  display:grid;place-items:center;
  width:2.3rem;height:2.3rem;border-radius:var(--r-sm);
  background:
    repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 1px,transparent 1px 3px),
    linear-gradient(160deg,var(--steel-100),var(--steel-400) 52%,var(--steel-600));
  color:var(--foam-900);
  font-weight:900;font-size:.82rem;font-stretch:118%;letter-spacing:.02em;
  box-shadow:0 1px 0 rgba(255,255,255,.6) inset,0 2px 6px rgba(0,0,0,.5);
  flex:none;
}
.rail__name{font-weight:800;font-stretch:110%;letter-spacing:-.015em;font-size:var(--step-0)}
.rail__nav{display:flex;gap:1.6rem;margin-left:auto;font-size:var(--step--1);font-weight:600}
.rail__nav a{
  color:var(--steel-400);text-decoration:none;padding:.35rem 0;
  border-bottom:2px solid transparent;transition:color .2s,border-color .2s;
}
.rail__nav a:hover,.rail__nav a.on{color:var(--steel-050);border-color:var(--red-mid)}
.rail__call{
  display:inline-flex;align-items:center;gap:.55rem;
  padding:.6rem 1rem;min-height:44px;border-radius:var(--r-sm);
  background:var(--foam-700);border:1px solid var(--edge);
  font-family:var(--mono);font-weight:500;font-size:var(--step--1);
  text-decoration:none;color:var(--steel-100);
  transition:background-color .2s,border-color .2s;
}
.rail__call svg{width:1.1em;height:1.1em;fill:var(--hiviz);flex:none}
.rail__call:hover{background:var(--foam-600);border-color:var(--steel-600)}

@media (max-width:900px){
  .rail__nav{display:none}
  .rail__call{margin-left:auto}
}
@media (max-width:420px){
  .rail__call span{display:none}
  .rail__call{padding:.6rem;min-width:44px;justify-content:center}
}

/* ══ TRAY 00 — HERO ══════════════════════════════════════════════════ */
.hero{
  position:relative;
  padding:clamp(2.5rem,6vw,4.5rem) var(--gut) clamp(3.5rem,8vw,6rem);
  display:grid;
  gap:clamp(2.5rem,5vw,4rem);
  grid-template-columns:1fr;
  align-items:center;
  width:min(100% ,100%);
}
.hero__inner{position:relative;z-index:2;min-width:0}

@media (min-width:1000px){
  .hero{
    min-height:min(94svh,56rem);
    grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
    column-gap:clamp(2.5rem,5vw,4.5rem);
    width:min(100% - (var(--gut) * 2),var(--maxw));
    margin-inline:auto;
    padding-inline:0;
  }
}

/* ── the shadow board ───────────────────────────────────────────────── */
.board{position:relative;z-index:1;min-width:0}
.board__panel{
  position:relative;
  padding:clamp(1.1rem,2.4vw,1.7rem);
  border-radius:var(--r-lg);
  background:
    linear-gradient(180deg,var(--foam-700),var(--foam-800) 55%,var(--foam-900));
  border:1px solid var(--edge);
  box-shadow:
    0 1px 0 rgba(255,255,255,.10) inset,
    0 -1px 0 rgba(0,0,0,.6) inset,
    0 40px 80px -46px #000;
}
.board__tag,.board__note{
  display:flex;align-items:center;gap:.5rem;
  font-family:var(--mono);font-size:.7rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--steel-500);
}
.board__tag{margin-bottom:1rem}
.board__note{margin-top:1rem;color:var(--steel-500)}
.board__note i{
  width:.5rem;height:.5rem;border-radius:50%;background:var(--red-mid);flex:none;
  box-shadow:0 0 0 3px rgba(212,42,30,.18);
}

.board__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:clamp(.5rem,1.1vw,.8rem);
}
.slot{
  position:relative;
  aspect-ratio:1;
  border-radius:var(--r-sm);
  background:linear-gradient(180deg,rgba(0,0,0,.34),rgba(0,0,0,.16));
  box-shadow:0 1px 0 rgba(255,255,255,.07),0 2px 5px rgba(0,0,0,.4) inset;
  display:grid;grid-template:1fr / 1fr;
  padding:14%;
}
/* the cut: red underlay showing through the foam */
.slot__cut{
  grid-area:1/1;width:100%;height:100%;
  fill:var(--red-under);
  transform:scale(1.16);
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.14));
}
/* the tool sitting in its cut */
.slot__tool{
  grid-area:1/1;width:100%;height:100%;
  fill:url(#chrome);
  filter:url(#brushed) drop-shadow(0 3px 5px rgba(0,0,0,.7));
}

@media (max-width:999px){
  .board{max-width:32rem;margin-inline:auto;width:100%}
}
@media (max-width:400px){
  .board__grid{gap:.45rem}
  .slot{padding:12%}
}

.hero__h{
  font-size:var(--step-5);
  font-weight:900;font-stretch:116%;
  line-height:.94;letter-spacing:-.038em;
  margin:1.1rem 0 0;
}
.hero__h .line{display:block;overflow:hidden}
.hero__h .dot{color:var(--red-text)}

.hero__lede{
  margin-top:1.5rem;max-width:46ch;
  font-size:var(--step-1);color:var(--steel-200);
}
.hero__act{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2.2rem}

.plate{
  display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;
  margin-top:2.4rem;padding:1rem 1.3rem;
  width:fit-content;max-width:100%;
  border-radius:var(--r-md);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.015));
  border:1px solid var(--edge);
  box-shadow:0 1px 0 rgba(255,255,255,.08) inset;
}
.plate__score{display:flex;align-items:center;gap:.6rem;flex:none}
.plate__score strong{
  font-size:var(--step-2);font-weight:900;font-stretch:114%;
  line-height:1;color:var(--steel-050);
}
.stars{display:flex;gap:.12rem}
.stars svg{width:1.05rem;height:1.05rem;fill:var(--steel-050)}
.plate__t{font-size:var(--step--1);color:var(--steel-400);max-width:30ch;line-height:1.5}
.plate__t strong{color:var(--steel-100);font-weight:700}

.hero__scroll{
  position:absolute;left:50%;bottom:1.6rem;transform:translateX(-50%);
  width:22px;height:34px;border:2px solid var(--edge);border-radius:12px;z-index:2;
}
.hero__scroll span{
  display:block;width:3px;height:7px;border-radius:2px;margin:6px auto 0;
  background:var(--steel-400);animation:wheel 1.9s var(--ease) infinite;
}
@keyframes wheel{0%{opacity:0;transform:translateY(0)}30%{opacity:1}100%{opacity:0;transform:translateY(12px)}}
@media (max-width:899px){.hero__scroll{display:none}}

/* ══ TRAY 01 — VERDICT ═══════════════════════════════════════════════ */
.verdict{
  padding:var(--sect) 0;
  background:
    linear-gradient(180deg,transparent,rgba(184,30,23,.10) 40%,transparent),
    var(--foam-900);
  border-top:1px solid var(--edge-2);
  border-bottom:1px solid var(--edge-2);
}
.verdict__h{
  font-size:var(--step-4);max-width:20ch;margin-top:.2rem;
}
.verdict__h em{display:block;font-style:normal;color:var(--red-text)}
.verdict__q{
  position:relative;
  margin-top:clamp(2rem,4vw,3rem);
  max-width:56rem;
  padding:clamp(1.6rem,3vw,2.6rem);
  border-radius:var(--r-lg);
  background:linear-gradient(180deg,rgba(212,42,30,.10),rgba(212,42,30,.02));
  box-shadow:
    0 2px 6px rgba(0,0,0,.45) inset,
    0 1px 0 rgba(255,255,255,.08),
    0 30px 60px -50px #000;
}
/* a cut notch in the tray's top edge, in the board's own grammar */
.verdict__q::before{
  content:'';position:absolute;left:clamp(1.6rem,3vw,2.6rem);top:-1px;
  width:3.2rem;height:5px;border-radius:0 0 4px 4px;
  background:var(--red-mid);
}
.verdict__q p{font-size:var(--step-1);color:var(--steel-100);line-height:1.55}
.verdict__q p + p{margin-top:1rem}
.verdict__q mark{background:rgba(212,42,30,.3);color:var(--steel-050);padding:.08em .3em;border-radius:3px}
.verdict__q figcaption{margin-top:1.4rem;display:flex;flex-wrap:wrap;gap:.2rem .9rem;align-items:baseline}
.who{font-weight:800;font-stretch:108%;color:var(--steel-050)}
.src{font-family:var(--mono);font-size:var(--step--1);color:var(--steel-500)}

/* ══ TRAY 02 — JOBS ══════════════════════════════════════════════════ */
.work{padding:var(--sect) 0}
/* One rack routed into the board, six rows in it. Not six cards:
   the finding named the scaffold, so the scaffold is what changed. */
.rack{
  border-radius:var(--r-lg);
  padding:clamp(.5rem,1.2vw,.9rem);
  background:linear-gradient(180deg,var(--foam-800),var(--foam-900));
  box-shadow:
    0 3px 9px rgba(0,0,0,.5) inset,
    0 1px 0 rgba(255,255,255,.07),
    0 40px 80px -60px #000;
}
.jobs{display:flex;flex-direction:column}
.job{
  display:grid;
  grid-template-columns:auto minmax(7rem,14rem) 1fr;
  align-items:center;
  gap:clamp(.9rem,2.4vw,2rem);
  padding:clamp(.7rem,1.5vw,1rem);
  border-radius:var(--r-md);
  transition:background-color .25s var(--ease);
}
.job + .job{box-shadow:0 -1px 0 var(--edge-2)}
.job:hover{background:rgba(255,255,255,.035)}

.job__slot{
  position:relative;flex:none;
  width:clamp(3.4rem,6vw,4.4rem);aspect-ratio:1;
  display:grid;grid-template:1fr / 1fr;
  padding:clamp(.4rem,.9vw,.6rem);
  border-radius:var(--r-sm);
  background:rgba(0,0,0,.36);
  box-shadow:0 2px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(255,255,255,.07);
}
.job__cut,.job__tool{grid-area:1/1;width:100%;height:100%}
.job__cut{fill:var(--red-under);transform:scale(1.2)}
.job__tool{fill:url(#chrome);filter:url(#brushed) drop-shadow(0 2px 3px rgba(0,0,0,.7))}

.job__name{font-size:var(--step-1);margin:0}
.job__note{color:var(--steel-200);font-size:var(--step--1);line-height:1.55;margin:0}

/* Rows collapse to slot + stacked text on narrow screens */
@media (max-width:760px){
  .job{grid-template-columns:auto 1fr;row-gap:.35rem}
  .job__name{grid-column:2}
  .job__note{grid-column:2}
}

.work__note{
  margin-top:clamp(1.8rem,3vw,2.6rem);
  font-size:var(--step-1);color:var(--steel-200);max-width:44ch;
}

/* ══ TRAY 03 — MOBILE ════════════════════════════════════════════════ */
.mobile{
  padding:var(--sect) 0;
  background:var(--foam-900);
  border-top:1px solid var(--edge-2);
  border-bottom:1px solid var(--edge-2);
}
.mobile__grid{
  display:grid;gap:clamp(2.5rem,5vw,4.5rem);
  grid-template-columns:1fr;align-items:center;
}
@media (min-width:940px){.mobile__grid{grid-template-columns:1fr 1.05fr}}

.ticks{list-style:none;padding:0;margin:1.8rem 0 2.2rem;display:grid;gap:1rem}
.ticks li{
  position:relative;padding-left:2rem;
  color:var(--steel-200);font-size:var(--step-0);line-height:1.55;max-width:40ch;
}
.ticks li::before{
  content:'';position:absolute;left:0;top:.55em;
  width:.85rem;height:.85rem;border-radius:3px;
  background:var(--red-mid);
  box-shadow:0 0 0 3px rgba(212,42,30,.16);
}
.ticks strong{color:var(--steel-050);font-weight:700}

/* the locality diagram */
.place{margin:0}
.place__frame{
  position:relative;aspect-ratio:4/3;
  border-radius:var(--r-lg);overflow:hidden;
  background:radial-gradient(90% 90% at 50% 45%,var(--foam-700),var(--foam-900) 72%);
  border:1px solid var(--edge-2);
  box-shadow:0 30px 70px -44px #000,0 1px 0 rgba(255,255,255,.06) inset;
}
.place__svg{position:absolute;inset:0;width:100%;height:100%}
.place__svg .ring{fill:none;stroke:rgba(255,255,255,.09);stroke-width:1;stroke-dasharray:3 6}
.place__svg .road{fill:none;stroke:rgba(255,255,255,.16);stroke-width:2.5;stroke-linecap:round}
.place__svg .road--b{stroke:rgba(255,255,255,.09);stroke-width:1.5}
.place__svg .town{r:5;fill:var(--steel-400)}
.place__svg .halo{fill:rgba(212,42,30,.22)}
.place__svg .here{fill:var(--red-mid)}

.lbl{
  position:absolute;transform:translate(-50%,-50%);
  display:flex;flex-direction:column;gap:.1rem;
  font-weight:800;font-stretch:106%;font-size:var(--step--1);
  color:var(--steel-100);white-space:nowrap;text-align:center;
  text-shadow:0 2px 8px rgba(0,0,0,.9);
}
.lbl i{
  font-style:normal;font-family:var(--mono);font-weight:400;
  font-size:.68rem;letter-spacing:.06em;color:var(--steel-500);
}
.lbl--derby{left:19%;top:74%}
.lbl--notts{left:82%;top:29%}
.lbl--home{left:50%;top:65%;color:#fff}
.lbl--home i{color:var(--red-text)}

.place figcaption{
  margin-top:.9rem;font-family:var(--mono);font-size:var(--step--1);
  color:var(--steel-500);letter-spacing:.06em;text-transform:uppercase;
}
@media (max-width:520px){
  .lbl--notts{left:78%}
  .lbl--derby{left:22%}
  .lbl i{font-size:.62rem}
}

/* ══ TRAY 04 — FILMS ═════════════════════════════════════════════════ */
.films{padding:var(--sect) 0}
.films__grid{
  display:grid;gap:clamp(2.5rem,5vw,4.5rem);
  grid-template-columns:1fr;align-items:center;
}
@media (min-width:940px){.films__grid{grid-template-columns:.85fr 1fr}}

.films__phone{margin:0}
.films__phone figcaption{
  margin-top:.9rem;text-align:center;
  font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--steel-500);
}
.phone{
  width:min(100%,17.5rem);margin-inline:auto;
  aspect-ratio:9/18.5;
  border-radius:2rem;
  padding:.55rem;
  background:linear-gradient(160deg,var(--steel-400),var(--foam-700) 40%,var(--foam-900));
  box-shadow:0 1px 0 rgba(255,255,255,.22) inset,0 40px 70px -34px #000;
}
.phone__screen{
  height:100%;border-radius:1.6rem;overflow:hidden;
  background:var(--foam-900);
  padding:.7rem;display:flex;flex-direction:column;gap:.6rem;
  border:1px solid rgba(0,0,0,.7);
}
.phone__vid{
  position:relative;flex:1;border-radius:.8rem;
  background:
    radial-gradient(70% 60% at 50% 42%,rgba(212,42,30,.30),transparent 70%),
    linear-gradient(180deg,var(--foam-700),var(--foam-850));
  display:grid;place-items:center;
  border:1px solid var(--edge-2);
}
.phone__play{
  width:3.2rem;height:3.2rem;border-radius:50%;
  background:rgba(244,247,250,.94);
  display:grid;place-items:center;
  box-shadow:0 8px 24px -8px #000;
}
.phone__play svg{width:1.5rem;height:1.5rem;fill:var(--foam-900);margin-left:2px}
.phone__bar{position:absolute;left:.7rem;right:.7rem;bottom:.7rem;height:3px;border-radius:2px;background:rgba(255,255,255,.2)}
.phone__bar i{display:block;height:100%;width:38%;border-radius:2px;background:var(--red-mid)}
.phone__msg{
  font-size:.76rem;line-height:1.42;padding:.55rem .75rem;border-radius:.85rem;max-width:88%;
}
.phone__msg--in{background:var(--foam-700);color:var(--steel-100);border-bottom-left-radius:.25rem}
.phone__msg--out{background:var(--steel-200);color:var(--foam-900);align-self:flex-end;font-weight:600;border-bottom-right-radius:.25rem}

.pull{
  position:relative;
  margin-top:1.9rem;padding-left:1.9rem;
  font-size:var(--step-1);color:var(--steel-100);line-height:1.5;max-width:36ch;
}
.pull::before{
  content:'';position:absolute;left:0;top:.52em;
  width:.72rem;height:.72rem;border-radius:2px;
  background:var(--red-mid);
  box-shadow:0 0 0 3px rgba(212,42,30,.18);
}
.pull span{
  display:block;margin-top:.6rem;
  font-family:var(--mono);font-size:var(--step--1);color:var(--steel-500);
}

/* ══ TRAY 05 — REVIEWS ═══════════════════════════════════════════════ */
.reviews{
  padding:var(--sect) 0;
  background:var(--foam-900);
  border-top:1px solid var(--edge-2);
  border-bottom:1px solid var(--edge-2);
}
.revgrid{
  display:grid;gap:clamp(.9rem,1.8vw,1.4rem);
  grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));
  align-items:start;
}
.rev{
  margin:0;padding:clamp(1.3rem,2.4vw,1.8rem) 0 0;
  border-top:1px solid var(--edge);
  display:flex;flex-direction:column;gap:.85rem;
  background:none;
}
.rev__st{display:flex;gap:.16rem}
.rev__st svg{width:.95rem;height:.95rem;fill:var(--steel-200);flex:none}
.rev--wide{grid-column:span 2}
.rev--wide blockquote p{font-size:var(--step-1)}
@media (max-width:719px){.rev--wide{grid-column:span 1}}
.rev blockquote p{font-size:var(--step-0);color:var(--steel-200);line-height:1.62}
.rev figcaption{
  margin-top:auto;
  display:inline-flex;align-self:flex-start;align-items:center;
  padding:.3rem .6rem;border-radius:4px;
  background:
    repeating-linear-gradient(90deg,rgba(255,255,255,.14) 0 1px,transparent 1px 3px),
    linear-gradient(160deg,var(--steel-100),var(--steel-400) 60%,var(--steel-600));
  color:var(--foam-900);
  font-weight:800;font-stretch:104%;font-size:.76rem;letter-spacing:.01em;
  box-shadow:0 1px 0 rgba(255,255,255,.5) inset,0 2px 5px rgba(0,0,0,.5);
}

/* ══ TRAY 06 — CLOSE ═════════════════════════════════════════════════ */
.close{padding:var(--sect) 0}
.close__grid{
  display:grid;gap:clamp(2.5rem,5vw,4rem);
  grid-template-columns:1fr;align-items:start;
}
@media (min-width:880px){.close__grid{grid-template-columns:1.1fr .9fr}}
.close .btn--lg{margin-top:2rem}

.hours{
  padding:clamp(1.5rem,3vw,2.2rem);
  border-radius:var(--r-lg);
  background:linear-gradient(180deg,var(--foam-800),var(--foam-900));
  border:1px solid var(--edge-2);
  box-shadow:0 1px 0 rgba(255,255,255,.05) inset;
}
.hours h3{
  display:flex;align-items:center;gap:.6rem;
  font-size:var(--step-0);letter-spacing:.02em;margin-bottom:1.2rem;
  text-transform:uppercase;font-stretch:106%;
}
.hours h3 svg{width:1.2em;height:1.2em;fill:var(--steel-400);flex:none}
.hours dl{display:grid;gap:.1rem}
.hours dl > div{
  display:flex;justify-content:space-between;gap:1rem;align-items:baseline;
  padding:.62rem 0;border-bottom:1px solid var(--edge-2);
}
.hours dt{color:var(--steel-400);font-size:var(--step--1)}
.hours dd{font-family:var(--mono);font-size:var(--step--1);color:var(--steel-100);font-weight:500}
.hours .shut dd{color:var(--red-text)}
.hours__addr{
  display:flex;gap:.6rem;margin-top:1.3rem;
  font-size:var(--step--1);color:var(--steel-400);line-height:1.55;
}
.hours__addr svg{width:1.1em;height:1.1em;fill:var(--red-text);flex:none;margin-top:.2em}

/* ══ FOOT ════════════════════════════════════════════════════════════ */
.foot{
  padding:clamp(2.5rem,5vw,3.5rem) 0 3rem;
  background:var(--foam-900);border-top:1px solid var(--edge-2);
}
.foot__grid{
  display:flex;flex-wrap:wrap;gap:1rem 2rem;
  align-items:center;justify-content:space-between;
}
.foot__mark{display:flex;align-items:center;gap:.7rem;font-weight:700;font-size:var(--step--1);color:var(--steel-200)}
.foot__c{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .9rem;font-size:var(--step--1);color:var(--steel-500)}
.foot__c a{
  display:inline-flex;align-items:center;min-height:44px;
  color:var(--steel-200);text-decoration:none;
  border-bottom:1px solid var(--edge);
}
.foot__c a:hover{color:var(--steel-050);border-color:var(--steel-500)}
.foot__note{
  width:min(100% - (var(--gut) * 2),var(--maxw));margin:2rem auto 0;
  padding-top:1.3rem;border-top:1px solid var(--edge-2);
  font-size:.78rem;color:var(--steel-500);line-height:1.6;max-width:52ch;
}

/* ══ MOBILE CALL BAR ═════════════════════════════════════════════════ */
.callbar{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  display:none;align-items:center;justify-content:center;gap:.7rem;
  padding:.95rem 1rem calc(.95rem + env(safe-area-inset-bottom,0px));
  background:linear-gradient(180deg,var(--hiviz),var(--hiviz-dk));
  color:var(--ink);text-decoration:none;
  font-weight:700;font-size:var(--step-0);
  box-shadow:0 -10px 30px -12px rgba(0,0,0,.85);
}
.callbar svg{width:1.3em;height:1.3em;fill:var(--ink);flex:none}
.callbar span{display:flex;gap:.5rem;align-items:baseline}
.callbar strong{font-weight:900;font-stretch:110%}
@media (max-width:899px){
  .callbar{display:flex}
  /* the sticky bar must never sit on top of the last line of the page */
  .foot{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}
  .hero__act{flex-direction:column;align-items:stretch}
  .hero__act .btn,.mobile .btn,.close .btn{width:100%;justify-content:flex-start}
  .btn__n{margin-left:auto}
}

/* ══ MOTION — safe by default ════════════════════════════════════════ */
/* Content is visible unless JS explicitly takes over. Nothing can stay hidden. */
[data-rise]{opacity:1;transform:none}
.js [data-rise]{opacity:0;transform:translateY(22px)}
.js [data-slot]{opacity:0}
@media (prefers-reduced-motion:reduce){
  .js [data-rise]{opacity:1!important;transform:none!important}
  .js [data-slot]{opacity:1!important}
}
