/* ============================================================
   Adjoltz QR Guest System, pricing page.
   Dark Adjoltz brand. Tokens from "Adjoltz Brand Kit/tokens.css".

   COLOUR LAW, enforced everywhere in this file:
     --red    = does not go through. The rejected code, and the list
                price you are not paying. Nothing else on the page.
     --brand2 = the price you actually pay, and accepted states.
     --c-head = a price at full rate (the add-ons). Never green.
     --gold   = the early bird device only. Two places, nowhere else.
   ============================================================ */

:root {
  --bg: #08090a;
  --bg2: #0b0c0e;
  --panel: #101113;
  --panel2: #16181b;
  --line: rgba(255, 255, 255, .08);
  --line2: rgba(255, 255, 255, .15);

  --brand: #25d366;
  --brand2: #3ee382;
  --teal: #14b88c;
  --ink: #04231d;

  --red: #ff8b8b;
  --red-dim: rgba(255, 139, 139, .10);
  --gold: #f4c95d;
  --gold-dim: rgba(244, 201, 93, .09);

  --c-head: #f5f7f7;
  --c-text: #bcc3c7;
  --c-mut: #828a8f;
  --c-dim: #737b81; /* AA-lifted. Kit ships #5d646a which is 3.3:1 on the void. */

  --radius-sm: 11px;
  --radius-md: 14px;
  --radius: 16px;
  --radius-lg: 22px;
  --radius-pill: 99px;
  --radius-bubble-out: 13px 13px 5px 13px;
  --radius-bubble-in: 13px 13px 13px 5px;

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --display: 'Inter Tight', var(--font);

  --glass-bg: linear-gradient(158deg, rgba(255,255,255,.085), rgba(255,255,255,.022) 46%, rgba(255,255,255,.006));
  --glass-line: rgba(255, 255, 255, .12);
  --glass-inset: inset 0 1px 0 rgba(255,255,255,.16), inset 0 -1px 0 rgba(0,0,0,.35);
  --glass-lift: 0 26px 60px -34px rgba(0,0,0,.95), 0 0 0 1px rgba(37,211,102,.055);
  --glass-blur: blur(18px) saturate(140%);

  --btn-bg: linear-gradient(180deg, #3ee382, #25d366);
  --btn-border: 1px solid rgba(255, 255, 255, .22);
  --btn-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -2px 6px rgba(0,0,0,.22), 0 10px 28px -10px rgba(37,211,102,.65);
  --ring: rgba(37, 211, 102, .55);

  --max: 1060px;
  --sheet-max: 780px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- reset ---------- */
* { box-sizing: border-box; margin: 0; }
[hidden] { display: none !important; }

html {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-family: var(--font);
  color: var(--c-text);
  font-size: 16.5px;
  line-height: 1.62;
  letter-spacing: -.011em;
  -webkit-font-smoothing: antialiased;
  min-height: 100dvh;
  overflow-x: hidden;
  background:
    radial-gradient(900px 520px at 74% -8%, rgba(37,211,102,.13), transparent 62%),
    radial-gradient(720px 600px at -10% 26%, rgba(20,184,140,.085), transparent 60%),
    radial-gradient(820px 640px at 92% 86%, rgba(37,211,102,.055), transparent 65%),
    var(--bg);
  background-attachment: fixed;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

::selection { background: rgba(37,211,102,.28); color: #fff; }

:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--ring);
  border-radius: 8px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: clamp(18px, 5vw, 30px);
  min-width: 0;
}

section { padding-block: clamp(52px, 9vw, 86px); }
section + section { padding-top: 0; }

.narrow { max-width: var(--sheet-max); margin-inline: auto; }

/* ---------- type ---------- */
h1, h2, h3 { font-family: var(--display); color: var(--c-head); font-weight: 800; }

h1 {
  font-size: clamp(37px, 9.4vw, 64px);
  line-height: 1.03;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h2 {
  font-size: clamp(27px, 4.4vw, 40px);
  line-height: 1.1;
  letter-spacing: -.032em;
  font-weight: 800;
}
h3 {
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.25;
  letter-spacing: -.026em;
  font-weight: 700;
}

.lede { font-size: clamp(15.5px, 2.1vw, 17.5px); color: var(--c-mut); max-width: 52ch; }
.sub { color: var(--c-mut); font-size: 15px; }
.tiny { font-size: 13px; color: var(--c-dim); line-height: 1.55; }

.g {
  background: linear-gradient(105deg, var(--brand2), var(--brand) 55%, var(--teal));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  padding-bottom: .09em;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--brand2);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: ""; flex: none;
  width: 9px; height: 9px; border-radius: 2px;
  border: 2px solid var(--brand);
  box-shadow: inset 0 0 0 1px var(--bg), inset 0 0 0 3px var(--brand);
}

.money { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- surfaces ---------- */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-inset), var(--glass-lift);
  min-width: 0;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: inherit; font-weight: 600; font-size: 15.2px; letter-spacing: -.012em;
  padding: 14px 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--c-text);
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .12s var(--ease), border-color .15s var(--ease),
              background-color .15s var(--ease), color .15s var(--ease);
}
.btn:active { transform: translateY(1px) scale(.99); }

.btn-primary {
  background: var(--btn-bg);
  color: var(--ink);
  font-weight: 700;
  border: var(--btn-border);
  box-shadow: var(--btn-shadow);
}
.btn-primary:hover { transform: translateY(-1px); }
.btn-primary:active { transform: translateY(0) scale(.99); }

.btn-ghost {
  border-color: var(--glass-line);
  background: var(--glass-bg);
  box-shadow: var(--glass-inset);
}
.btn-ghost:hover { border-color: var(--line2); color: var(--c-head); }

.btn-block { width: 100%; }
.btn .ic { width: 17px; height: 17px; flex: none; }

/* ---------- topbar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 30;
  background-color: rgba(8, 9, 10, .8);
  -webkit-backdrop-filter: var(--glass-blur);
          backdrop-filter: var(--glass-blur);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding-block: 12px;
}
.brand-mark {
  font-family: var(--display); font-weight: 800; font-size: 1.18rem;
  letter-spacing: -.045em; color: var(--c-head);
  display: inline-flex; align-items: center; line-height: 1;
}
.brand-mark .bolt { height: 1.45em; width: auto; margin: 0 .01em; }
.brand-side { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-tag {
  font-size: 11.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  color: var(--c-dim); padding-left: 10px; border-left: 1px solid var(--line);
}
.nav-pill {
  font-size: 13.5px; font-weight: 600; padding: 8px 15px; border-radius: var(--radius-pill);
  border: 1px solid var(--glass-line); background: var(--glass-bg); box-shadow: var(--glass-inset);
  color: var(--c-text); text-decoration: none; white-space: nowrap;
  transition: border-color .15s var(--ease), color .15s var(--ease);
}
.nav-pill:hover { border-color: var(--line2); color: var(--c-head); }

/* ---------- hero ---------- */
.hero { padding-top: clamp(30px, 6vw, 56px); padding-bottom: clamp(44px, 7vw, 70px); }
.hero-grid { display: grid; gap: clamp(28px, 5vw, 46px); align-items: center; }
.hero h1 { margin-bottom: 16px; }
.hero .lede { margin-bottom: 24px; }

/* price rail */
.rail { margin-bottom: 18px; }
.rail-row {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px;
  margin-bottom: 11px;
}
.rail-from { font-size: 13px; color: var(--c-mut); letter-spacing: .04em; text-transform: uppercase; font-weight: 700; }
.was {
  position: relative;
  font-family: var(--display); font-weight: 700; font-size: 17px;
  color: var(--red); opacity: .92;
  font-variant-numeric: tabular-nums; white-space: nowrap;
  text-decoration: none;
}
/* Drawn strike, not text-decoration: it must never inherit the text colour,
   and it is the CSS default state so a JS failure can never show an
   un-struck list price. Nothing animates it. */
.was::after {
  content: ""; position: absolute; left: -2px; right: -2px; top: 52%;
  height: 1.5px; background: var(--red); border-radius: 2px;
  transform: rotate(-3deg); transform-origin: left center;
}
.rail-arrow { color: var(--c-dim); font-size: 14px; }
.now {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(30px, 7vw, 42px);
  letter-spacing: -.04em; line-height: 1.15;
  color: var(--brand2);
  text-shadow: 0 6px 30px rgba(37, 211, 102, .26);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.rail-per { font-size: 14.5px; color: var(--c-mut); }

.eb {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-dim);
  border: 1px solid rgba(244, 201, 93, .28);
  border-radius: var(--radius-pill);
  padding: 7px 14px;
}
.eb::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 8px rgba(244, 201, 93, .7);
}

.hero-cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.hero-cta .btn-primary { width: 100%; }
.callsign { font-size: 13px; color: var(--c-mut); }
.callsign b { color: var(--c-text); font-weight: 600; }

/* ---------- scanner device ---------- */
.scanner {
  position: relative;
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-inset), var(--glass-lift);
  overflow: hidden;
  min-width: 0;
  transition: border-color .3s var(--ease);
}
.scanner::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(420px 240px at 22% 16%, rgba(37,211,102,.13), transparent 66%);
}
.scanner > * { position: relative; }
.scanner.is-bad { border-color: rgba(255, 139, 139, .34); }

.scn-top {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--c-mut);
}
.scn-live { display: inline-flex; align-items: center; gap: 7px; color: var(--brand2); }
.scn-live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand); box-shadow: 0 0 9px rgba(37, 211, 102, .85);
}

.scn-body { display: flex; align-items: center; gap: 16px; padding: 20px 16px; min-width: 0; }

.finder {
  position: relative; flex: none;
  width: 92px; height: 92px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .3);
  display: grid; place-items: center;
  overflow: hidden;
}
.finder .br {
  position: absolute; width: 15px; height: 15px;
  border: 2px solid var(--brand); border-radius: 3px;
  transition: border-color .3s var(--ease);
}
.finder .br1 { top: 7px; left: 7px; border-right: 0; border-bottom: 0; }
.finder .br2 { top: 7px; right: 7px; border-left: 0; border-bottom: 0; }
.finder .br3 { bottom: 7px; left: 7px; border-right: 0; border-top: 0; }
.finder .br4 { bottom: 7px; right: 7px; border-left: 0; border-top: 0; }
.is-bad .finder .br { border-color: var(--red); }

.finder svg { width: 52px; height: 52px; opacity: .9; }
.finder .qr-mod { fill: var(--c-head); }
.is-bad .finder .qr-mod { fill: var(--c-mut); }

/* the red rule across a refused code: same colour, same tilt as the struck price */
.finder .slash {
  position: absolute; left: 8%; right: 8%; top: 50%;
  height: 1.5px; background: var(--red); border-radius: 2px;
  transform: rotate(-3deg); transform-origin: center;
  opacity: 0; transition: opacity .18s var(--ease);
}
.is-bad .finder .slash { opacity: 1; }

.scan-line {
  position: absolute; left: 12%; right: 12%; height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--brand2), transparent);
  box-shadow: 0 0 12px rgba(62, 227, 130, .8);
  top: 12%;
  animation: sweep 2.6s var(--ease) infinite;
}
@keyframes sweep {
  0%, 100% { top: 14%; opacity: .25; }
  50% { top: 84%; opacity: 1; }
}
.is-bad .scan-line { opacity: 0; animation: none; }

.verdict { min-width: 0; }
.verdict-mark {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(19px, 4.4vw, 24px); letter-spacing: -.03em; line-height: 1.15;
  color: var(--brand2);
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 6px;
}
.is-bad .verdict-mark { color: var(--red); }
.verdict-mark .ic { width: 20px; height: 20px; flex: none; }
.verdict-note { font-size: 13.5px; color: var(--c-mut); line-height: 1.5; }

.scn-foot {
  padding: 11px 16px;
  border-top: 1px solid var(--line);
  font-size: 12px; color: var(--c-dim);
}

/* ---------- verdict rows ---------- */
.vlist { display: grid; gap: 12px; margin-top: 26px; }
.vrow {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .022);
  min-width: 0;
}
/* The verdict colour rides the glyph, not a coloured rail down the edge. */
.vrow .ic {
  width: 30px; height: 30px; padding: 6px; flex: none;
  border-radius: 50%;
  background: rgba(37, 211, 102, .12);
  color: var(--brand2);
}
.vrow.no .ic { background: var(--red-dim); color: var(--red); }
.vrow b { display: block; color: var(--c-head); font-family: var(--display); font-weight: 700; font-size: 15.5px; letter-spacing: -.02em; margin-bottom: 3px; }
.vrow p { font-size: 14.5px; color: var(--c-text); line-height: 1.5; }
.vnote { margin-top: 18px; font-size: 15.5px; color: var(--c-head); font-weight: 500; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 2px; margin-top: 26px; }
.step {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  min-width: 0;
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step-n {
  flex: none; width: 26px; height: 26px; border-radius: 5px;
  border: 2px solid var(--brand);
  box-shadow: inset 0 0 0 1px var(--bg), inset 0 0 0 4px rgba(37, 211, 102, .55);
  display: grid; place-items: center;
  font-family: var(--display); font-size: 0; margin-top: 2px;
}
.step b { display: block; color: var(--c-head); font-family: var(--display); font-weight: 700; font-size: 16.5px; letter-spacing: -.022em; margin-bottom: 3px; }
.step p { font-size: 14.5px; color: var(--c-mut); }
.step-tag { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--c-dim); margin-left: auto; padding-left: 12px; flex: none; }
.step-tag.you { color: var(--brand2); }

/* ---------- guest phone ---------- */
.phone-grid { display: grid; gap: clamp(24px, 4vw, 40px); align-items: center; margin-top: 8px; }
.phone {
  max-width: 400px; width: 100%; margin-inline: auto;
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  box-shadow: var(--glass-inset), var(--glass-lift);
}
.ph-top {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 15px; border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, .22);
}
.ph-av {
  width: 30px; height: 30px; border-radius: 50%; flex: none;
  background: linear-gradient(150deg, var(--brand2), var(--teal));
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 13px; color: var(--ink);
}
.ph-name { display: block; font-size: 14px; font-weight: 600; color: var(--c-head); line-height: 1.25; }
.ph-sub { display: block; font-size: 11.5px; color: var(--c-dim); line-height: 1.3; }
.thread .day {
  align-self: center; font-size: 11px; color: var(--c-dim);
  background: rgba(255, 255, 255, .05); padding: 3px 11px;
  border-radius: var(--radius-pill); letter-spacing: .06em;
}
.thread {
  display: flex; flex-direction: column; gap: 10px;
  padding: 20px 15px 24px;
  background: radial-gradient(300px 200px at 82% 8%, rgba(37, 211, 102, .06), transparent 70%);
}
.msg { max-width: 88%; padding: 10px 13px; font-size: 14px; line-height: 1.5; }
.msg.out {
  align-self: flex-end;
  background: linear-gradient(180deg, var(--brand2), var(--brand));
  color: var(--ink); font-weight: 500;
  border-radius: var(--radius-bubble-out);
  box-shadow: 0 8px 20px -8px rgba(37, 211, 102, .5);
}
.msg.in {
  align-self: flex-start;
  background: var(--panel2); color: var(--c-text);
  border: 1px solid var(--line);
  border-radius: var(--radius-bubble-in);
}
.msg .ticks { display: block; text-align: right; font-size: 11px; opacity: .7; margin-top: 5px; letter-spacing: -.12em; }
.qr-chip {
  margin-top: 9px; padding: 10px; border-radius: 9px;
  background: rgba(4, 35, 29, .22);
  display: flex; align-items: center; gap: 10px;
}
.qr-chip svg { width: 40px; height: 40px; flex: none; }
.qr-chip .qr-mod { fill: var(--ink); }
.qr-chip span { font-size: 11.5px; font-weight: 600; letter-spacing: .04em; line-height: 1.35; }

/* ---------- the two numbers ---------- */
.numpair { display: grid; gap: 14px; margin-top: 26px; }
.np {
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  min-width: 0;
}
.np.live {
  background: var(--glass-bg);
  border-color: var(--glass-line);
  box-shadow: var(--glass-inset);
  border-top: 1px solid rgba(37, 211, 102, .4);
}
.np-label { font-size: 11.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--c-dim); margin-bottom: 9px; }
.np.live .np-label { color: var(--brand2); }
.np h3 { margin-bottom: 7px; font-size: 17px; }
.np p { font-size: 14.5px; color: var(--c-text); }
.np-after { margin-top: 18px; font-size: 14.5px; color: var(--c-mut); }

/* ---------- rate sheet ---------- */
.ebbar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px;
  padding: 13px 18px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--gold-dim);
  border: 1px solid rgba(244, 201, 93, .26);
  border-bottom: 0;
}
.ebbar-l { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); }
.ebbar-r { font-size: 13px; color: var(--c-mut); }

.sheet {
  border: 1px solid var(--glass-line);
  border-radius: 0 0 var(--radius) var(--radius);
  background: var(--glass-bg);
  box-shadow: var(--glass-inset), var(--glass-lift);
  overflow: hidden;
}
.srow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px 16px;
  padding: 18px;
  text-decoration: none;
  border-top: 1px solid var(--line);
  position: relative;
  transition: background-color .15s var(--ease);
  min-width: 0;
}
.srow:first-of-type { border-top: 0; }
.srow:hover { background-color: rgba(255, 255, 255, .03); }
.srow.pick {
  background: linear-gradient(90deg, rgba(37, 211, 102, .07), transparent 62%);
  box-shadow: inset 2px 0 0 var(--brand);
}
.srow.pick:hover { background-color: transparent; background-image: linear-gradient(90deg, rgba(37,211,102,.1), transparent 62%); }

.sr-pick {
  grid-column: 1 / -1;
  font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand2);
  margin-bottom: -4px;
}
.sr-name { display: block; font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -.026em; color: var(--c-head); line-height: 1.2; }
.sr-events { display: block; font-size: 13.5px; color: var(--c-mut); margin-top: 2px; }
.sr-prices { text-align: right; min-width: 0; }
.sr-was { font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--red); opacity: .9; font-variant-numeric: tabular-nums; position: relative; display: inline-block; }
.sr-was::after {
  content: ""; position: absolute; left: -2px; right: -2px; top: 52%;
  height: 1.5px; background: var(--red); border-radius: 2px;
  transform: rotate(-3deg); transform-origin: left center;
}
.sr-now {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(25px, 5.4vw, 30px); letter-spacing: -.04em; line-height: 1.18;
  color: var(--brand2); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.sr-now .per { font-family: var(--font); font-size: 13px; font-weight: 500; color: var(--c-mut); letter-spacing: -.01em; }
.sr-each {
  font-size: 12px; font-weight: 600; color: var(--c-text);
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 4px 10px; margin-top: 7px; display: inline-block;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
/* Hidden on phones: it costs 32px of the name column, which is what
   makes "3 weddings a month" wrap. The whole row is the link anyway. */
.sr-go { display: none; color: var(--c-dim); width: 16px; height: 16px; flex: none; transition: color .15s var(--ease), transform .15s var(--ease); }
@media (min-width: 900px) { .sr-go { display: block; } }
.srow:hover .sr-go { color: var(--brand2); transform: translateX(2px); }

/* ladder */
.ladder { margin-top: 16px; display: grid; gap: 8px; }
.lrow {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font-size: 14px;
  min-width: 0;
}
.lrow::before {
  content: ""; position: absolute; inset: 0 auto 0 0;
  width: var(--w, 100%);
  background: rgba(37, 211, 102, .09);
  pointer-events: none;
}
.lrow > * { position: relative; }
.lrow .lk { color: var(--c-text); }
.lrow .lv { font-family: var(--display); font-weight: 700; color: var(--c-head); font-variant-numeric: tabular-nums; white-space: nowrap; }
.ladder-note { margin-top: 12px; font-size: 14px; color: var(--c-mut); }

.terms {
  margin-top: 20px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
  gap: 10px;
}
.term {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13.8px; color: var(--c-text); line-height: 1.45;
}
.term .ic { width: 15px; height: 15px; flex: none; color: var(--brand2); margin-top: 4px; }

.pricing-cta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 11px; }
.pricing-cta .btn { flex: 1 1 220px; }

/* add-ons: 64px of air so no screenshot can crop them next to the gold bar */
.addons { margin-top: 64px; }
.addon-label { font-size: 11.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--c-mut); margin-bottom: 14px; }
.addon-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 18px; }
.addon {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 16px;
  padding: 18px 0; align-items: start;
  border-top: 1px solid var(--line);
  min-width: 0;
}
.addon:first-child { border-top: 0; }
.addon.child { padding-left: 18px; position: relative; }
.addon.child::before {
  content: ""; position: absolute; left: 5px; top: 0; bottom: 22px;
  width: 1px; background: var(--line);
}
.addon.child::after {
  content: ""; position: absolute; left: 5px; bottom: 22px;
  width: 9px; height: 1px; background: var(--line);
}
.addon b { font-family: var(--display); font-weight: 700; font-size: 16.5px; letter-spacing: -.022em; color: var(--c-head); }
.addon p { font-size: 14.5px; color: var(--c-mut); margin-top: 4px; }
.addon-price {
  font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: -.03em;
  color: var(--c-head); /* full price. never green, green means discounted. */
  font-variant-numeric: tabular-nums; white-space: nowrap; text-align: right;
}
.addon-price .per { font-family: var(--font); font-size: 12.5px; font-weight: 500; color: var(--c-mut); display: block; letter-spacing: 0; }

details.fine { margin-top: 26px; border-top: 1px solid var(--line); }
details.fine > summary {
  list-style: none; cursor: pointer;
  padding: 16px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 14px; font-weight: 600; color: var(--c-mut);
}
details.fine > summary::-webkit-details-marker { display: none; }
details.fine > summary .ic { width: 15px; height: 15px; transition: transform .18s var(--ease); flex: none; }
details.fine[open] > summary .ic { transform: rotate(180deg); }
details.fine ul { display: grid; gap: 10px; padding-bottom: 22px; }
details.fine li { font-size: 13.6px; color: var(--c-mut); line-height: 1.55; padding-left: 14px; position: relative; }
details.fine li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 1px; background: var(--c-dim); }

/* ---------- meta cost, the plainest block on the page ---------- */
.plain { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plain .prow {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
  min-width: 0;
}
.plain .prow:first-child { border-top: 0; }
.plain .pk { color: var(--c-text); }
.plain .pv { font-family: var(--display); font-weight: 700; color: var(--c-head); font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- door log ---------- */
.log { margin-top: 26px; padding-left: 18px; border-left: 1px solid var(--line); display: grid; gap: 22px; }
.log-item { position: relative; min-width: 0; }
.log-item::before {
  content: ""; position: absolute; left: -22px; top: 9px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--brand); box-shadow: 0 0 0 3px var(--bg);
}
.log-item b { display: block; font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: -.022em; color: var(--c-head); margin-bottom: 4px; }
.log-item p { font-size: 14.8px; color: var(--c-mut); }

/* ---------- gulf notes ---------- */
.notes { display: grid; gap: 14px; margin-top: 26px; }
.note {
  padding: 20px; border-radius: var(--radius);
  border: 1px solid var(--line); background: rgba(255, 255, 255, .02);
  min-width: 0;
}
.note b { display: block; font-family: var(--display); font-weight: 700; font-size: 16.5px; letter-spacing: -.022em; color: var(--c-head); margin-bottom: 6px; }
.note p { font-size: 14.8px; color: var(--c-mut); }

/* ---------- who ---------- */
.who { display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; margin-top: 24px; }
.who img {
  width: 74px; height: 74px; border-radius: 50%; flex: none; object-fit: cover;
  border: 1px solid rgba(37, 211, 102, .38);
}
.who-body { flex: 1 1 260px; min-width: 0; }
.who-body p + p { margin-top: 11px; }

/* ---------- faq ---------- */
.faq { margin-top: 26px; display: grid; gap: 9px; }
.faq details {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .02);
  overflow: hidden;
}
.faq summary {
  list-style: none; cursor: pointer;
  padding: 15px 17px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  font-size: 15.2px; font-weight: 600; color: var(--c-head);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { width: 15px; height: 15px; flex: none; color: var(--brand2); transition: transform .18s var(--ease); }
.faq details[open] summary .ic { transform: rotate(180deg); }
.faq .ans { padding: 0 17px 16px; font-size: 14.8px; color: var(--c-mut); }

/* ---------- close ---------- */
.close-card {
  padding: clamp(26px, 5vw, 40px);
  border-radius: var(--radius-lg);
  position: relative; overflow: hidden;
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  box-shadow: var(--glass-inset), var(--glass-lift);
}
.close-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: radial-gradient(520px 300px at 78% 10%, rgba(37, 211, 102, .12), transparent 66%);
}
.close-card > * { position: relative; }
.close-cta { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.close-cta .btn { flex: 1 1 210px; }

footer { padding: 34px 0 calc(40px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); }
.foot {
  display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: space-between;
  font-size: 13px; color: var(--c-dim);
}
.foot .brand-mark { font-size: 1rem; }

/* ---------- sticky bar ---------- */
.stick {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  padding: 10px clamp(14px, 4vw, 22px) calc(10px + env(safe-area-inset-bottom));
  background-color: rgba(8, 9, 10, .9);
  -webkit-backdrop-filter: var(--glass-blur);
          backdrop-filter: var(--glass-blur);
  border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 14px;
  transform: translateY(110%);
  transition: transform .26s var(--ease);
}
.stick.on { transform: none; }
.stick-l { min-width: 0; line-height: 1.25; }
.stick-p { font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: -.03em; color: var(--brand2); font-variant-numeric: tabular-nums; }
.stick-s { font-size: 11.5px; color: var(--c-dim); }
.stick .btn { flex: none; padding: 12px 18px; }
@media (max-width: 400px) { .stick .btn { padding: 12px 15px; font-size: 14.5px; } }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 88px; z-index: 60;
  transform: translate(-50%, 14px);
  background: var(--btn-bg); color: var(--ink);
  font-size: 14px; font-weight: 700;
  padding: 10px 18px; border-radius: var(--radius-pill);
  border: var(--btn-border); box-shadow: var(--btn-shadow);
  opacity: 0; pointer-events: none;
  max-width: calc(100vw - 32px);
  transition: opacity .2s var(--ease), transform .24s var(--ease);
}
.toast.on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- scroll reveal ---------- */
.js .rv { opacity: 0; transform: translateY(14px); }
.js .rv.in { opacity: 1; transform: none; transition: opacity .6s var(--ease), transform .6s var(--ease); }

/* ---------- desktop ---------- */
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.02fr .98fr; }
  .hero-cta { flex-direction: row; align-items: center; }
  .hero-cta .btn-primary { width: auto; }
  .numpair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phone-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 400px); }
  .notes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ladder { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .srow { grid-template-columns: minmax(0, 1.35fr) minmax(0, auto) auto; padding: 20px 22px; }
  .vlist { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vrow { flex-direction: column; gap: 10px; }

  /* the door carries the right column on its own, so give it presence */
  .scn-body { padding: 30px 24px; gap: 22px; }
  .finder { width: 124px; height: 124px; }
  .finder svg { width: 70px; height: 70px; }
  .finder .br { width: 19px; height: 19px; }
  .verdict-note { font-size: 14.5px; }
  .scn-top, .scn-foot { padding-inline: 24px; }
}

@media (min-width: 640px) {
  .numpair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---------- reduced motion: a second design, not an afterthought ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto; }
  .js .rv, .js .rv.in { opacity: 1; transform: none; transition: none; }
  .scan-line { animation: none; opacity: .6; top: 48%; }
  /* Kill the slide, keep the hide. `transform: none` here would pin the
     bar open over the hero, which is exactly what it must never do. */
  .stick { transition: none; }
}
