/* ============================================================
   POBoard — marketing site
   Design system: "Porcelain & Iris"
   Near-white gallery luxury · indigo ink · iris violet
   (previous "Ivory & Brass" palette preserved below for revert)
   ============================================================ */

/* ---------- Fonts (self-hosted, variable) ---------- */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta-italic.woff2') format('woff2');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('../fonts/hanken.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spline Sans Mono';
  src: url('../fonts/spline-mono.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
/* PREVIOUS PALETTE — "Ivory & Brass" (kept for a possible colour-only revert):
   --ivory:#F7F5F0; --porcelain:#FFFFFF; --wash:#EFEAE1; --wash-2:#F2EFE7;
   --ink:#0B1622; --ink-2:#223140; --muted:#5D6875; --faint:#8B93A0;
   --hairline:#E4DFD3; --hairline-dark:rgba(247,245,240,.14);
   --brass:#B08A4F; --brass-deep:#8F6D38; --brass-soft:#E4D5B8;
   --brass-ghost:rgba(176,138,79,.09); --navy:#0A1420; --navy-2:#0F1D2E;
   To revert the literals below, replace CURRENT value -> IVORY&BRASS value:
   rgba(19, 18, 38,  -> rgba(11, 22, 34,   | rgba(85, 70, 175,  -> rgba(143, 109, 56,
   rgba(109, 91, 208, -> rgba(176, 138, 79, | rgba(247,247,251   -> rgba(247,245,240
   #8F7FE8 -> old C9A468 | #8471E0 -> old C29B5C | #B4A8F0 -> old CBA96C
   #C3B7F5 -> old E2C08A | #221E4A -> old 12233a | #A9A6C4 -> old A7B2BF
   #918FA8 -> old 8794A3 | #F5F4FA -> old F6F3EC | #EBE9F4 -> old ECE8DE
   #DBD7E9 -> old DDD6C6 | #D9D5E9 -> old D8D2C4 | #D6D1E7 -> old D5CFC0
   #FBFAFE -> old FBF9F4 | #EFECF8 -> old F1EDE3 | #A3A0BC -> old 97A3B1
   #DDDBEB -> old D6DDE5 | #6C6987 -> old 5D6B7B | #CFCCE2 -> old C9D2DC
   #FCFBFE (btn text) -> old FDFBF6 | #F4F3F8 (rebadge) -> old F4F1E9
   window bar gradient 2nd stop #EBE9F4 -> old #EEEAE0
   (og.png / favicon.svg / apple-touch-icon.png also need regenerating) */
:root {
  --ivory: #F7F7FB;
  --porcelain: #FFFFFF;
  --wash: #EFEDF6;
  --wash-2: #F1EFF8;
  --ink: #131226;
  --ink-2: #2B2A45;
  --muted: #5E5C78;
  --faint: #918FA8;
  --hairline: #E4E1EF;
  --hairline-dark: rgba(247, 247, 251, .14);
  --brass: #6D5BD0;
  --brass-deep: #5546AF;
  --brass-soft: #D8D2F2;
  --brass-ghost: rgba(109, 91, 208, .09);
  --navy: #14122B;
  --navy-2: #1B1838;
  --sidebar-navy: #0F1B2B; /* sampled from the console screenshots — do not theme */
  --good: #4a9c63;
  --sea: #33608f;
  --amber: #c07e2a;

  --font-display: 'Plus Jakarta Sans', -apple-system, 'Segoe UI', sans-serif;
  --font-sans: 'Hanken Grotesk', -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'Spline Sans Mono', 'SF Mono', Menlo, monospace;

  --ease: cubic-bezier(.22, 1, .36, 1);

  --shadow-device:
    0 1px 2px rgba(19, 18, 38, .10),
    0 12px 28px -6px rgba(19, 18, 38, .12),
    0 48px 100px -18px rgba(19, 18, 38, .30);
  --shadow-device-dark:
    0 2px 4px rgba(0, 0, 0, .45),
    0 18px 42px -8px rgba(0, 0, 0, .55),
    0 64px 130px -20px rgba(0, 0, 0, .65);
  --shadow-card:
    0 1px 2px rgba(19, 18, 38, .05),
    0 14px 38px -10px rgba(19, 18, 38, .13);
  --shadow-chip:
    0 1px 2px rgba(19, 18, 38, .08),
    0 10px 24px -6px rgba(19, 18, 38, .18);
  --shadow-btn: 0 12px 30px -10px rgba(85, 70, 175, .6);

  --wrap: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
ul, ol { list-style: none; }
::selection { background: var(--brass-soft); color: var(--ink); }

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

section { position: relative; }
section[id] { scroll-margin-top: 84px; }

/* ---------- Type ---------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass);
  display: flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: '';
  width: 26px; height: 1px;
  background: var(--brass);
  flex: none;
}
.eyebrow--center { justify-content: center; }
.eyebrow--center::after {
  content: '';
  width: 26px; height: 1px;
  background: var(--brass);
  flex: none;
}

h1, h2, h3 { font-family: var(--font-display); font-weight: 650; line-height: 1.12; letter-spacing: -0.022em; }
.h-display {
  font-size: clamp(36px, 4.9vw, 58px);
}
.h-section {
  font-size: clamp(29px, 3.8vw, 46px);
  max-width: 17em;
}
.h-sub {
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.3;
}
.serif-i { font-family: var(--font-display); font-style: italic; font-weight: 520; }
.lead { font-size: clamp(17px, 1.6vw, 19.5px); color: var(--ink-2); max-width: 34em; }
.small { font-size: 14.5px; color: var(--muted); }
.mono { font-family: var(--font-mono); }

.accent { color: var(--brass); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: .01em;
  border-radius: 999px;
  padding: 15px 30px;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), background .3s;
  will-change: transform;
}
.btn--brass {
  background: linear-gradient(160deg, #8471E0, var(--brass) 55%, var(--brass-deep));
  color: #FCFBFE;
  box-shadow: var(--shadow-btn);
}
.btn--brass:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(85, 70, 175, .75); }
.btn--ghost {
  border: 1px solid var(--hairline-dark);
  color: var(--ivory);
}
.btn--outline {
  border: 1px solid rgba(19, 18, 38, .22);
  color: var(--ink);
  background: transparent;
}
.btn--outline:hover, .btn--ghost:hover { transform: translateY(-2px); border-color: var(--brass); color: var(--brass-deep); }
.btn--ghost:hover { color: var(--brass-soft); }
.btn .arr { transition: transform .45s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: box-shadow .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
/* The glass layer lives on a pseudo, NOT on .nav itself: a backdrop-filter
   on .nav would make it the containing block for the fixed-position mobile
   menu panel, collapsing the panel to the height of the bar. */
.nav::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(247, 247, 251, 0);
  transition: background .4s;
}
.nav.scrolled {
  border-bottom-color: var(--hairline);
  box-shadow: 0 12px 40px -18px rgba(19, 18, 38, .18);
}
.nav.scrolled::before {
  background: rgba(247, 247, 251, .82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.nav__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.nav.scrolled .nav__in { height: 64px; }
.nav__in { transition: height .4s var(--ease); }

.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo__badge {
  width: 27px; height: 27px;
  flex: none;
  color: var(--ink);
}
.footer .logo__badge { color: var(--ivory); }
.logo__word {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.logo__word b { font-weight: 700; color: var(--brass-deep); }
.nav--dark .logo__word, .footer .logo__word { color: var(--ivory); }

.nav__links { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 36px); }
.nav__links a:not(.btn) {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-2);
  letter-spacing: .01em;
  position: relative;
  padding: 4px 0;
}
.nav__links a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease);
}
.nav__links a:not(.btn):hover::after { transform: scaleX(1); transform-origin: left; }
.nav .btn { padding: 11px 22px; font-size: 14px; }

.nav__burger { display: none; }

/* Mobile menu */
@media (max-width: 900px) {
  .nav__links {
    position: fixed;
    inset: 0;
    background: var(--navy);
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s var(--ease);
  }
  .nav__links a:not(.btn) { color: var(--ivory); font-size: 19px; }
  .nav__links.open { opacity: 1; pointer-events: auto; }
  .nav__links.open a { animation: menuIn .6s var(--ease) backwards; }
  .nav__links.open a:nth-child(1) { animation-delay: .08s }
  .nav__links.open a:nth-child(2) { animation-delay: .16s }
  .nav__links.open a:nth-child(3) { animation-delay: .24s }
  .nav__links.open a:nth-child(4) { animation-delay: .32s }
  .nav__links.open a:nth-child(5) { animation-delay: .40s }
  .nav__links.open a:nth-child(6) { animation-delay: .48s }
  @keyframes menuIn { from { opacity: 0; transform: translateY(22px); } }
  .nav__burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 110;
    padding: 10px;
  }
  .nav__burger span {
    width: 24px; height: 1.8px;
    background: var(--ink);
    transition: transform .4s var(--ease), opacity .3s, background .3s;
  }
  .nav__burger.open span { background: var(--ivory); }
  .nav__burger.open span:nth-child(1) { transform: translateY(6.8px) rotate(45deg); }
  .nav__burger.open span:nth-child(2) { opacity: 0; }
  .nav__burger.open span:nth-child(3) { transform: translateY(-6.8px) rotate(-45deg); }
}

/* ---------- Reveal animations (the puzzle) ---------- */
[data-r] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .9s var(--ease),
    transform .9s var(--ease);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
[data-r="fade"] { transform: none; }
[data-r="left"] { transform: translateX(-40px); }
[data-r="right"] { transform: translateX(40px); }
[data-r="pop"] { transform: translateY(20px) scale(.955); }
[data-r="tilt-l"] { transform: translateY(46px) rotate(-1.5deg) scale(.97); }
[data-r="tilt-r"] { transform: translateY(46px) rotate(1.5deg) scale(.97); }
.is-in[data-r], .is-in [data-r] {
  opacity: 1;
  transform: none;
}
/* devices keep their resting tilt */
.is-in[data-r].keep-tilt-l, .is-in [data-r].keep-tilt-l { transform: rotate(var(--tilt, -5deg)); }
.is-in[data-r].keep-tilt-r, .is-in [data-r].keep-tilt-r { transform: rotate(var(--tilt, 5deg)); }
.keep-tilt-l:not([data-r]) { transform: rotate(var(--tilt, -5deg)); }
.keep-tilt-r:not([data-r]) { transform: rotate(var(--tilt, 5deg)); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-r] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .keep-tilt-l { transform: rotate(var(--tilt, -5deg)) !important; }
  .keep-tilt-r { transform: rotate(var(--tilt, 5deg)) !important; }
  .scanline { animation: none !important; }
}

/* ============================================================
   DEVICE FRAMES
   ============================================================ */

/* Sizing wrapper: cq units inside a frame resolve against this,
   so bezels/radii stay proportional to the device, not the viewport. */
.devbox { container-type: inline-size; }

/* --- iPad (portrait) --- */
.ipad {
  container-type: inline-size;
  position: relative;
  border-radius: 5.4cqw;
  border-radius: max(26px, 5.4cqw);
  background: linear-gradient(155deg, #2a2e36, #101318 40%, #05070a);
  padding: 3.1cqw;
  box-shadow: var(--shadow-device);
}
.ipad::before { /* metallic edge light */
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(155deg, rgba(255,255,255,.32), rgba(255,255,255,.04) 30%, rgba(0,0,0,.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.ipad::after { /* front camera */
  content: '';
  position: absolute;
  top: 1.45cqw; left: 50%;
  width: 1.1cqw; height: 1.1cqw;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #3c4552, #05070a 70%);
}
.ipad__screen {
  position: relative;
  border-radius: 2.6cqw;
  overflow: hidden;
  background: #0d1520;
}
.ipad__screen img { width: 100%; }

/* --- Browser / app window --- */
.window {
  container-type: inline-size;
  border-radius: max(10px, 1.1cqw);
  background: var(--porcelain);
  box-shadow: var(--shadow-device);
  overflow: hidden;
  border: 1px solid rgba(19, 18, 38, .08);
}
.window__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: max(30px, 2.6cqw);
  padding-inline: max(12px, 1.2cqw);
  background: linear-gradient(#F5F4FA, #EBE9F4);
  border-bottom: 1px solid var(--hairline);
}
.window__dots { display: flex; gap: max(5px, .5cqw); }
.window__dots i {
  width: max(8px, .8cqw); height: max(8px, .8cqw);
  border-radius: 50%;
  background: #DBD7E9;
  border: 1px solid rgba(19, 18, 38, .06);
}
.window__title {
  flex: 1;
  text-align: center;
  font-family: var(--font-mono);
  font-size: max(9px, .82cqw);
  letter-spacing: .18em;
  color: var(--faint);
  text-transform: uppercase;
  /* balance the dots' width so the title truly centres */
  margin-right: max(39px, 3.9cqw);
}
.window__body { position: relative; }
.window__body img { width: 100%; }

/* --- POBoard rebadge patch over the console sidebar --- */
.rebadge {
  position: absolute;
  top: 0; left: 0;
  width: 12.9%;   /* console sidebar is 13.4% wide — stay just inside it */
  height: 13.2%;  /* covers logo + caption; the nav items start at ~15% */
  background: var(--sidebar-navy);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.3cqw;
  gap: .34cqw;
}
.rebadge__word {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.58cqw;
  letter-spacing: -.005em;
  color: #F4F3F8;
  line-height: 1;
}
.rebadge__word b { color: #B4A8F0; font-weight: 700; }
.rebadge__cap {
  font-family: var(--font-mono);
  font-size: .68cqw;
  letter-spacing: .28em;
  color: #8FA0B2;
  text-transform: uppercase;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding-top: clamp(120px, 16vh, 170px);
  padding-bottom: clamp(40px, 6vw, 90px);
  overflow: hidden;
}
.hero__chart { /* compass + graticule watermark */
  position: absolute;
  top: -140px; right: -180px;
  width: 760px;
  color: var(--brass);
  opacity: .07;
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 5.1fr) minmax(0, 6.9fr);
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
}
.hero__copy .eyebrow { margin-bottom: 26px; }
.hero__copy h1 { margin-bottom: 24px; }
.hero__copy .lead { margin-bottom: 38px; }
.hero__ctas { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

.hero__stage {
  position: relative;
  min-height: 480px;
}
.hero__window {
  width: 88%;
  margin-left: 12%;
}
.hero__ipad {
  position: absolute;
  width: 34%;
  left: 0;
  bottom: -6%;
  z-index: 3;
  --tilt: -4deg;
}
.hero__chip {
  position: absolute;
  right: 4%;
  bottom: 10%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--porcelain);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 11px 20px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--ink-2);
  box-shadow: var(--shadow-chip);
  white-space: nowrap;
}
.hero__chip .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 0 4px rgba(74, 156, 99, .18);
}

/* microstats strip */
.microstats {
  margin-top: clamp(56px, 8vw, 110px);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.microstats li {
  padding: 22px 10px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .2em;
  color: var(--muted);
}
.microstats li + li { border-left: 1px solid var(--hairline); }
.microstats b { color: var(--brass-deep); font-weight: 500; }

/* ============================================================
   CAMERA VIEW COMPOSITE (inside the scanner iPad)
   Black camera region of ipad-scanner.png:
   x 180–730 / 894 · y 378–925 / 1130
   ============================================================ */
.camview {
  position: absolute;
  left: 20.5%;
  top: 33.85%;
  width: 60.35%;
  height: 48.25%;
  border-radius: 1.8cqw;
  overflow: hidden;
  background:
    radial-gradient(130% 105% at 50% 22%, #262b33 0%, #14181f 45%, #090b0f 100%);
}
.camview::before { /* soft light falloff */
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(255,255,255,.05), transparent 45%);
}
.camview__brackets { position: absolute; inset: 7% 8%; opacity: .5; }
.camview__brackets i {
  position: absolute;
  width: 9%; aspect-ratio: 1;
  border: solid rgba(255, 255, 255, .8);
  border-width: 0;
}
.camview__brackets i:nth-child(1) { top: 0; left: 0; border-top-width: 1.5px; border-left-width: 1.5px; }
.camview__brackets i:nth-child(2) { top: 0; right: 0; border-top-width: 1.5px; border-right-width: 1.5px; }
.camview__brackets i:nth-child(3) { bottom: 0; left: 0; border-bottom-width: 1.5px; border-left-width: 1.5px; }
.camview__brackets i:nth-child(4) { bottom: 0; right: 0; border-bottom-width: 1.5px; border-right-width: 1.5px; }

.camcard {
  position: absolute;
  left: 50%; top: 50%;
  width: 68%;
  transform: translate(-50%, -50%) rotate(-4.5deg);
  background: #FDFCF9;
  border-radius: 5.5%/8.7%;
  border-radius: 1.1cqw;
  padding: 5.5% 6.5%;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, .5),
    0 14px 30px -6px rgba(0, 0, 0, .6);
}
.camcard::after { /* glossy sheen like a laminated card under light */
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.35) 46%, rgba(255,255,255,0) 58%);
  pointer-events: none;
}
.camcard__top {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 4.5%;
}
.camcard__top i {
  width: 5.5%; aspect-ratio: 1;
  background: var(--brass);
  flex: none;
}
.camcard__top span {
  font-family: var(--font-mono);
  font-size: max(4px, .62cqw);
  letter-spacing: .22em;
  color: #7B8494;
  white-space: nowrap;
}
.camcard__name {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: max(7px, 1.15cqw);
  letter-spacing: .01em;
  color: #101820;
  line-height: 1.15;
}
.camcard__role {
  font-family: var(--font-mono);
  font-size: max(4px, .6cqw);
  letter-spacing: .16em;
  color: #98A0AC;
  margin-bottom: 6%;
}
.camcard__bars { width: 88%; height: auto; color: #101418; }
.camcard__id {
  font-family: var(--font-mono);
  font-size: max(4.5px, .68cqw);
  letter-spacing: .42em;
  color: #101418;
  margin-top: 2.5%;
}
.scanline {
  position: absolute;
  left: 6%; right: 6%;
  top: 18%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(94, 210, 130, .85), transparent);
  filter: drop-shadow(0 0 6px rgba(94, 210, 130, .8));
  animation: scan 3.8s ease-in-out infinite alternate;
}
@keyframes scan {
  from { top: 16%; }
  to   { top: 82%; }
}

/* ============================================================
   SECTION 02 — HOW IT WORKS (3 steps, connected · wash band,
   inherited from the removed "problem" section)
   ============================================================ */
.how {
  padding-block: clamp(90px, 12vw, 160px);
  background: var(--wash);
  border-top: 1px solid var(--hairline);
}
.how__head { text-align: center; margin-bottom: clamp(50px, 7vw, 90px); }
.how__head h2 { margin: 24px auto 0; }
.how__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  position: relative;
}
.how__steps::before { /* connecting line */
  content: '';
  position: absolute;
  top: 7px;
  left: calc(16.66% );
  right: calc(16.66%);
  height: 1px;
  background: linear-gradient(90deg, var(--brass) 0%, var(--hairline) 50%, var(--brass) 100%);
  opacity: .55;
}
.step { text-align: center; }
.step__node {
  display: block;
  width: 15px; height: 15px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: var(--ivory);
  border: 1.5px solid var(--brass);
  position: relative;
  z-index: 1;
}
.step__node::after {
  content: '';
  position: absolute; inset: 3.5px;
  border-radius: 50%;
  background: var(--brass);
}
.step__no {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--brass);
  margin-bottom: 10px;
}
.step h3 {
  font-size: clamp(22px, 2.2vw, 27px);
  margin-bottom: 14px;
}
.step p { font-size: 15.5px; color: var(--muted); max-width: 30em; margin: 0 auto; line-height: 1.65; }

/* ============================================================
   SECTION 04 — GANGWAY TRIPTYCH (dark band)
   ============================================================ */
.gangway {
  background:
    radial-gradient(90% 70% at 50% 0%, #221E4A 0%, var(--navy) 55%);
  color: var(--ivory);
  padding-block: clamp(90px, 12vw, 160px);
  overflow: hidden;
}
.gangway__head { text-align: center; max-width: 640px; margin: 0 auto clamp(56px, 7vw, 90px); }
.gangway__head h2 { color: var(--ivory); margin: 24px 0 18px; }
.gangway__head p { color: #A9A6C4; }
.gangway__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
  align-items: end;
  max-width: 960px;
  margin: 0 auto;
}
.gangway__item { text-align: center; }
.gangway__item .ipad { box-shadow: var(--shadow-device-dark); }
.gangway__item--side { transform: translateY(0); }
.gangway__item:nth-child(1) .ipad { --tilt: -5deg; }
.gangway__item:nth-child(3) .ipad { --tilt: 5deg; }
.gangway__item:nth-child(2) { z-index: 2; }
.gangway__item:nth-child(2) .ipad { transform: scale(1.06); transform-origin: bottom center; }
.gangway__cap {
  margin-top: 30px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .24em;
  color: #918FA8;
}
.gangway__cap b { font-weight: 500; }
.gangway__cap .c-blue { color: #7FA6D9; }
.gangway__cap .c-green { color: #7CC494; }
.gangway__cap .c-amber { color: #D9A45B; }
.gangway__note {
  margin: clamp(50px, 6vw, 76px) auto 0;
  max-width: 620px;
  text-align: center;
  color: #A9A6C4;
  font-size: 15.5px;
  border-top: 1px solid var(--hairline-dark);
  padding-top: 34px;
}
.gangway__note b { color: #C3B7F5; font-weight: 600; }

/* ============================================================
   SECTION 06 — SELF-SCAN / PIN (wash, mirrored split)
   ============================================================ */
.selfscan {
  background: var(--wash-2);
  border-bottom: 1px solid var(--hairline);
  padding-block: clamp(90px, 12vw, 160px);
  overflow: hidden;
}
.selfscan__grid {
  display: grid;
  grid-template-columns: minmax(0, 6.5fr) minmax(0, 5.5fr);
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
}
.selfscan__stage {
  position: relative;
  display: flex;
  justify-content: center;
}
.selfscan__stage .devbox { width: 52%; position: relative; }
.selfscan__stage .devbox:first-child {
  --tilt: -6deg;
  margin-right: -8%;
  margin-top: 9%;
  z-index: 1;
}
.selfscan__stage .devbox:last-child {
  --tilt: 3.5deg;
  z-index: 2;
}
.selfscan h2 { margin: 24px 0 20px; }
.selfscan p.body { color: var(--ink-2); margin-bottom: 18px; max-width: 34em; }
.pinchip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  background: var(--porcelain);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 13px 20px;
  box-shadow: var(--shadow-chip);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--ink-2);
}
.pinchip .dots { display: flex; gap: 7px; }
.pinchip .dots i {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--brass);
  opacity: .85;
}

/* ============================================================
   SECTION 07 — CONSOLE (tabs)
   ============================================================ */
.console { padding-block: clamp(90px, 12vw, 160px); background: var(--porcelain); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.console__head { text-align: center; margin-bottom: clamp(40px, 5vw, 64px); }
.console__head h2 { margin: 24px auto 16px; }
.console__head p { color: var(--muted); max-width: 36em; margin-inline: auto; }
.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: clamp(36px, 4vw, 54px);
}
.tab {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--ink-2);
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--hairline);
  background: var(--porcelain);
  box-shadow:
    0 1px 2px rgba(19, 18, 38, .05),
    0 8px 20px -10px rgba(19, 18, 38, .16);
  transition:
    color .3s, border-color .3s, background .3s,
    transform .35s var(--ease), box-shadow .35s var(--ease);
}
.tab:hover {
  color: var(--brass-deep);
  border-color: var(--brass);
  transform: translateY(-2px);
  box-shadow:
    0 2px 4px rgba(19, 18, 38, .06),
    0 14px 28px -12px rgba(19, 18, 38, .24);
}
.tab.active {
  color: var(--brass-deep);
  border-color: var(--brass);
  background: var(--brass-ghost);
  box-shadow: none;
  transform: none;
}
.console__stage { max-width: 1020px; margin: 0 auto; }
.panel { display: none; }
.panel.active { display: block; animation: panelIn .7s var(--ease); }
@keyframes panelIn {
  from { opacity: 0; transform: translateY(18px) scale(.99); }
}
.panel__notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 40px);
  margin-top: clamp(30px, 4vw, 46px);
}
.panel__notes li {
  border-top: 1px solid var(--hairline);
  padding-top: 16px;
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
}
.panel__notes b { display: block; color: var(--ink); font-weight: 700; margin-bottom: 4px; font-size: 15px; }

/* ============================================================
   SECTION 08 — WHAT IF (ship's log)
   ============================================================ */
.whatif { padding-block: clamp(90px, 12vw, 160px); }
.whatif__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.whatif__intro { position: sticky; top: 110px; }
.whatif__intro h2 { margin: 24px 0 20px; }
.whatif__intro p { color: var(--muted); max-width: 26em; }
.log { border-top: 1px solid var(--hairline); }
.log details { border-bottom: 1px solid var(--hairline); }
.log summary {
  display: grid;
  grid-template-columns: 70px 1fr 30px;
  gap: 14px;
  align-items: baseline;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  transition: color .3s;
}
.log summary::-webkit-details-marker { display: none; }
.log summary:hover { color: var(--brass-deep); }
.log .wno {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--brass);
}
.log .q {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 620;
  line-height: 1.3;
}
.log .plus {
  font-family: var(--font-mono);
  color: var(--brass);
  font-size: 18px;
  text-align: right;
  transition: transform .4s var(--ease);
}
.log details[open] .plus { transform: rotate(45deg); }
.log .a {
  grid-column: 2;
  padding: 0 0 26px;
  margin-left: 84px;
  margin-top: -6px;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.65;
  max-width: 42em;
}
.log .a b { font-weight: 700; }

/* ============================================================
   SECTION 10 — BUILT FOR YOU (dossier)
   ============================================================ */
.bespoke {
  background: var(--wash);
  border-top: 1px solid var(--hairline);
  padding-block: clamp(90px, 12vw, 160px);
}
.bespoke__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(44px, 6vw, 100px);
}
.bespoke h2 { margin: 24px 0 22px; }
.bespoke__copy p { color: var(--ink-2); margin-bottom: 18px; max-width: 30em; }
.bespoke__copy p b { font-weight: 700; }
.manifest { display: grid; gap: 14px; }
.manifest li {
  display: flex;
  gap: 18px;
  background: var(--porcelain);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 1px 2px rgba(11,22,34,.04), 0 10px 26px -14px rgba(11,22,34,.14);
  align-items: baseline;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.manifest li:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.manifest .tick { font-family: var(--font-mono); color: var(--brass); flex: none; font-size: 14px; }
.manifest p { font-size: 15.5px; color: var(--muted); line-height: 1.55; }
.manifest b { color: var(--ink); font-weight: 700; }

.timeline { margin-top: clamp(56px, 7vw, 84px); }
.timeline__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: relative;
  margin-bottom: 18px;
}
.timeline__track::before {
  content: '';
  position: absolute;
  top: 6.5px; left: 8.33%; right: 8.33%;
  height: 1px;
  background: var(--brass);
  opacity: .5;
}
.timeline__track li { text-align: center; position: relative; }
.timeline__track li i {
  display: block;
  width: 13px; height: 13px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--wash);
  border: 1.5px solid var(--brass);
  position: relative; z-index: 1;
}
.timeline__track li:last-child i { background: var(--brass); box-shadow: 0 0 0 5px rgba(176,138,79,.2); }
.timeline__track li span {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  color: var(--ink-2);
  display: block;
  padding-inline: 4px;
}
.beyond {
  margin-top: clamp(56px, 7vw, 84px);
  border-top: 1px solid #D9D5E9;
  padding-top: 40px;
  text-align: center;
}
.beyond p { color: var(--muted); font-size: 15px; max-width: 44em; margin: 0 auto 22px; }
.beyond p b { color: var(--ink); font-weight: 700; }
.beyond ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.beyond li {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--ink-2);
  border: 1px solid #D6D1E7;
  border-radius: 999px;
  padding: 9px 18px;
  background: rgba(255, 255, 255, .55);
}

/* ============================================================
   SECTION 11 — FINAL CTA
   ============================================================ */
.finale {
  padding-block: clamp(110px, 15vw, 200px);
  text-align: center;
  overflow: hidden;
}
.finale__rose {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: min(880px, 120vw);
  color: var(--brass);
  opacity: .055;
  pointer-events: none;
}
.finale h2 {
  font-size: clamp(38px, 5.6vw, 68px);
  max-width: 13em;
  margin: 26px auto 24px;
}
.finale h2 em { font-style: italic; font-weight: 520; color: var(--brass-deep); }
.finale p { color: var(--muted); max-width: 30em; margin: 0 auto 44px; font-size: 17.5px; }
.finale__ctas { display: flex; justify-content: center; align-items: center; gap: 22px; flex-wrap: wrap; }
.finale__ctas p { margin: 0; max-width: none; }
.finale__alt { font-size: 14.5px; color: var(--muted); }
.finale__alt a { color: var(--brass-deep); border-bottom: 1px solid var(--brass); padding-bottom: 1px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--navy);
  color: #A3A0BC;
  padding: clamp(64px, 8vw, 100px) 0 40px;
  font-size: 14.5px;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 4fr);
  gap: clamp(36px, 5vw, 80px);
  padding-bottom: 54px;
  border-bottom: 1px solid var(--hairline-dark);
}
.footer .logo { margin-bottom: 18px; }
.footer .logo__word { font-size: 26px; }
.footer__studio { max-width: 30em; line-height: 1.7; }
.footer__studio b { color: #DDDBEB; font-weight: 600; }
.footer h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--brass);
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer ul { display: grid; gap: 11px; }
.footer a:hover { color: var(--ivory); }
.footer__contact li { display: flex; gap: 12px; align-items: baseline; }
.footer__contact .k { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; color: #6C6987; width: 46px; flex: none; }
.footer__contact a { color: #CFCCE2; }
.footer__base {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 34px;
  font-size: 12.5px;
  color: #6C6987;
}
.footer__base .pb { color: #B4A8F0; font-weight: 600; }

/* ============================================================
   DEMO PAGE
   ============================================================ */
.demo-hero {
  padding-top: clamp(130px, 17vh, 180px);
  padding-bottom: clamp(40px, 5vw, 70px);
  overflow: hidden;
}
.demo-hero .eyebrow { margin-bottom: 24px; }
.demo-hero h1 { max-width: 13em; margin-bottom: 22px; }
.demo-hero .lead { max-width: 38em; }

.demo-body { padding-bottom: clamp(90px, 12vw, 150px); }
.demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4.4fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.formcard {
  background: var(--porcelain);
  border: 1px solid var(--hairline);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  padding: clamp(28px, 4vw, 52px);
}
.formcard h2 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 8px; }
.formcard > p { color: var(--muted); font-size: 15px; margin-bottom: 34px; }
.f-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
.f-field { display: grid; gap: 8px; }
.f-field--full { grid-column: 1 / -1; }
.f-field label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.f-field label .req { color: var(--brass); }
.f-field input, .f-field select, .f-field textarea {
  font: inherit;
  font-size: 15.5px;
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  padding: 13px 16px;
  transition: border-color .3s, box-shadow .3s, background .3s;
  width: 100%;
  appearance: none;
}
.f-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%235D6875' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.f-field input:focus, .f-field select:focus, .f-field textarea:focus {
  outline: none;
  border-color: var(--brass);
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(109, 91, 208, .13);
}
.f-field textarea { min-height: 120px; resize: vertical; }
.hp { position: absolute; left: -6000px; top: -6000px; opacity: 0; height: 0; overflow: hidden; }
.f-actions { margin-top: 30px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.f-actions .small { flex: 1; min-width: 200px; }

.banner {
  border-radius: 12px;
  padding: 16px 22px;
  margin-bottom: 28px;
  font-size: 15px;
  display: none;
}
.banner.show { display: block; animation: panelIn .6s var(--ease); }
.banner--ok { background: #EEF6EF; border: 1px solid #BFDCC6; color: #1F5A32; }
.banner--err { background: #FBEFEA; border: 1px solid #E7C4B4; color: #8A3B1F; }

.demo-aside { display: grid; gap: 26px; position: sticky; top: 110px; }
.aside-card {
  background: var(--porcelain);
  border: 1px solid var(--hairline);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  padding: clamp(24px, 3vw, 36px);
}
.aside-card--wash { background: linear-gradient(170deg, #FBFAFE, #EFECF8); }
.aside-card h3 { font-size: 21px; margin-bottom: 20px; }
.next-steps { display: grid; gap: 0; }
.next-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--hairline);
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.55;
  align-items: baseline;
}
.next-steps .no { font-family: var(--font-mono); font-size: 12px; color: var(--brass); letter-spacing: .1em; }
.next-steps b { font-weight: 700; }
.aside-card .small { line-height: 1.65; }
.aside-card p.body { font-size: 15px; color: var(--ink-2); line-height: 1.65; }
.aside-card p.body + p.body { margin-top: 12px; }
.aside-card p.body b { font-weight: 700; }
.aside-contact { display: grid; gap: 10px; margin-top: 18px; }
.aside-contact a {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--brass-deep);
}
.aside-contact a:hover { color: var(--ink); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr; gap: 70px; }
  .hero__stage { min-height: 0; margin-inline: auto; width: min(640px, 100%); padding-bottom: 40px; }
  .hero__ipad { bottom: -4%; }
  .whatif__grid { grid-template-columns: 1fr; }
  .whatif__intro { position: static; }
  .log .a { margin-left: 84px; }
  .demo-grid { grid-template-columns: 1fr; }
  .demo-aside { position: static; }
}

@media (max-width: 900px) {
  /* Device frames: below desktop sizes the 26px outer-radius floor outgrows
     the bezel and the screenshot's corners poke outside the frame. Drop the
     floor: pure proportional radii keep frame + screen corners concentric at
     any size (screen radius 2.6 > outer 5.4 − padding 3.1, so the screen
     always stays inside). Plain cqw values — no calc/max nesting — for
     maximum iOS Safari compatibility. */
  .ipad { border-radius: 5.4cqw; padding: 3.1cqw; }
  .ipad__screen { border-radius: 2.6cqw; }

  .selfscan__grid, .bespoke__grid { grid-template-columns: 1fr; gap: 54px; }
  .selfscan__grid { display: flex; flex-direction: column-reverse; align-items: stretch; }
  .microstats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .microstats li:nth-child(n+3) { border-top: 1px solid var(--hairline); }
  .microstats li:nth-child(3) { border-left: 0; }
  .footer__grid { grid-template-columns: 1fr; gap: 44px; }
  .timeline__track { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 0; }
  .timeline__track::before { display: none; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .how__steps { grid-template-columns: 1fr; gap: 60px; }
  .how__steps::before { display: none; }
  .gangway__row { grid-template-columns: 1fr; gap: 56px; max-width: 340px; }
  .gangway__item:nth-child(2) .ipad { transform: none; }
  .panel__notes { grid-template-columns: 1fr; gap: 18px; }
  .f-grid { grid-template-columns: 1fr; }
  .log summary { grid-template-columns: 48px 1fr 24px; }
  .log .a { margin-left: 62px; }
  .selfscan__stage .devbox { width: 58%; }
  .hero__chip { display: none; }
}

/* ============================================================
   MOBILE COMPACT (≤760px only — desktop is untouched above)
   Carousels for the long stacks, tighter rhythm, centred footer.
   ============================================================ */
.swipe-hint { display: none; }

@media (max-width: 760px) {

  /* ---- global rhythm: shorter page ---- */
  .how, .gangway, .selfscan, .console, .whatif, .bespoke {
    padding-block: 60px;
  }
  .hero { padding-top: 100px; padding-bottom: 24px; }
  .finale { padding-block: 84px; }
  .h-display { font-size: clamp(30px, 8vw, 40px); }
  .h-section { font-size: clamp(24px, 6.6vw, 32px); }
  .lead { font-size: 16px; }
  .eyebrow { font-size: 10.5px; }
  .microstats { margin-top: 44px; }
  .microstats li { padding: 14px 8px; font-size: 10px; }
  .hero__stage { padding-bottom: 24px; }
  .hero__ipad { width: 42%; bottom: -4%; }
  .camcard { width: 76%; padding: 6.5% 7.5%; }
  .camcard__top, .camcard__role, .camcard__id { display: none; }
  .camcard__name { margin-bottom: 6%; }

  /* ---- swipe hint ---- */
  .swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .3em;
    color: var(--faint);
    margin: 0 0 18px;
  }
  .swipe-hint::before, .swipe-hint::after {
    content: '';
    width: 26px; height: 1px;
    background: currentColor;
    opacity: .5;
  }
  .gangway .swipe-hint { color: #8783A8; margin-top: -26px; }

  /* ---- how it works ---- */
  .how__steps { gap: 36px; }
  .how__head { margin-bottom: 36px; }
  .step__node {
    width: 1.5px; height: 24px;
    border: 0; border-radius: 0;
    background: var(--brass);
    opacity: .55;
    margin: 0 auto 14px;
  }
  .step__node::after { display: none; }
  .step h3 { font-size: 21px; margin-bottom: 8px; }
  .step p { font-size: 14.5px; }

  /* ---- gangway: swipe carousel ---- */
  .gangway__head { margin-bottom: 40px; }
  .gangway__row {
    display: flex;
    max-width: none;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: 13vw;
    padding-bottom: 12px;
    scrollbar-width: none;
  }
  .gangway__row::-webkit-scrollbar { display: none; }
  .gangway__item { flex: 0 0 72%; scroll-snap-align: center; }
  .gangway__row .keep-tilt-l, .gangway__row .keep-tilt-r { --tilt: 0deg; }
  .gangway__cap { margin-top: 18px; font-size: 10px; }
  .gangway__note { margin-top: 34px; padding-top: 22px; font-size: 14px; }

  /* ---- console: one-row swipeable tab bar ---- */
  .console__head { margin-bottom: 26px; }
  .tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    margin-inline: calc(var(--gutter) * -1);
    padding: 6px var(--gutter) 14px;
    scrollbar-width: none;
    margin-bottom: 22px;
  }
  .tabs::-webkit-scrollbar { display: none; }
  .tab { flex: 0 0 auto; white-space: nowrap; padding: 10px 18px; font-size: 11px; }
  .panel__notes { margin-top: 22px; gap: 14px; }
  .panel__notes li { padding-top: 12px; font-size: 13.5px; }
  .panel__notes b { font-size: 14px; }

  /* ---- self-scan ---- */
  .selfscan__grid { gap: 40px; }
  .selfscan p.body { font-size: 15px; margin-bottom: 14px; }
  .pinchip { display: none; }

  /* ---- what-if: tighter log ---- */
  .whatif__grid { gap: 30px; }
  .log summary { padding: 15px 0; gap: 10px; }
  .log .q { font-size: 16px; }
  .log .a { margin-left: 58px; padding-bottom: 18px; font-size: 14.5px; }
  .whatif__intro p { font-size: 15px; }

  /* ---- built for you: calm vertical checklist (mobile rebuild) ---- */
  .bespoke__grid { gap: 30px; }
  .bespoke__copy p { font-size: 15px; }
  .bespoke .swipe-hint { display: none; }
  .manifest {
    display: block;
    border-top: 1px solid #D9D5E9;
  }
  .manifest li {
    display: flex;
    gap: 12px;
    background: none;
    border: 0;
    border-bottom: 1px solid #D9D5E9;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 2px;
  }
  .manifest li:hover { transform: none; box-shadow: none; }
  .manifest .tick { font-size: 12px; }
  .manifest p { font-size: 14px; }
  .timeline { margin-top: 34px; }
  .timeline__track {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    padding-left: 24px;
  }
  .timeline__track::before {
    display: block;
    content: '';
    position: absolute;
    left: 5px; top: 8px; bottom: 8px;
    width: 1.5px; height: auto; right: auto;
    background: var(--brass);
    opacity: .35;
  }
  .timeline__track li { position: relative; text-align: left; }
  .timeline__track li i {
    position: absolute;
    left: -24px; top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .timeline__track li span { padding: 0; font-size: 10.5px; }
  .beyond { margin-top: 36px; padding-top: 26px; }
  .beyond li { padding: 7px 14px; font-size: 10px; }
  .beyond p { font-size: 14px; }

  /* ---- finale ---- */
  .finale h2 { font-size: clamp(28px, 8vw, 38px); }
  .finale p { font-size: 15.5px; margin-bottom: 32px; }

  /* ---- footer: centred, as requested ---- */
  .footer { padding-top: 56px; }
  .footer__grid {
    gap: 36px;
    padding-bottom: 40px;
    text-align: center;
    justify-items: center;
  }
  .footer__studio { margin-inline: auto; font-size: 14px; }
  .footer__contact li { justify-content: center; }
  .footer__contact .k { width: auto; }
  .footer__base { padding-top: 26px; }

  /* ---- demo page ---- */
  .f-field input, .f-field select, .f-field textarea { font-size: 16px; }
  .demo-hero { padding-top: 104px; padding-bottom: 32px; }
  .demo-body { padding-bottom: 64px; }
  .demo-grid { gap: 28px; }
  .formcard { border-radius: 16px; }
  .next-steps li { padding: 12px 0; }
}
