/* Consistent Funding Group — design system + site styles.
   Single stylesheet, no build step, no framework. Tokens first, then primitives,
   then components, then the handful of page-specific rules.

   Fonts are self-hosted in assets/fonts/, so the page makes zero third-party
   requests. Nothing here is shared with any other site. */

/* ---------- Fonts ---------- */
@font-face{font-family:'Figtree';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/figtree-400.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Figtree';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/figtree-500.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Figtree';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/figtree-600.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Figtree';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/figtree-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/bricolage-600.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/bricolage-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/* ---------- Tokens ---------- */
:root {
  /* ---------- Colour ---------- */

  /* Ground — warm neutral graphite (H30° S8%). The three sibling lender
     sites all sit on a chromatic dark (petrol navy, forest, true navy);
     a warm *neutral* ground is the one register none of them occupies. */
  --ink:          #1C1A18;   /* primary dark surface; also theme-color + manifest */
  --ink-deep:     #121110;   /* deepest — footer, scrims */
  --ink-raised:   #24211F;   /* cards on dark */
  --ink-line:     #3A342F;   /* borders on dark */

  /* Light surfaces — warm stone, greyer and less yellow than cream or bone */
  --paper:        #F1EFEB;   /* page base */
  --paper-2:      #E6E2DC;   /* alternating band */
  --line:         #D4CEC6;   /* border on light */
  --white:        #FFFFFF;

  /* Iron oxide ramp — one hue family (H13–16°) at five luminances.
     --accent / --accent-bright are the on-dark pair; --accent-deep /
     --accent-press are the on-light pair. Both pairs pass AA as text.
     Label colours: --ink-deep on an --accent fill, --white on an
     --accent-deep fill. */
  --accent:        #DE7B5B;  /* text + solid fill on --ink / --ink-deep / --ink-raised */
  --accent-bright: #EE9878;  /* hover for --accent */
  --accent-deep:   #8E3319;  /* text + solid fill on --paper / --paper-2 / --white */
  --accent-press:  #752810;  /* hover for --accent-deep */

  /* Text */
  --on-dark:      #EBE7E1;
  --on-dark-dim:  #B0A79D;
  --on-light:     #211E1B;
  --on-light-dim: #5B544C;

  /* Photo tiles — type sits on --ink at 85% over imagery */
  --tile-text:    #FFFFFF;
  --tile-sub:     #D9D3CC;

  --focus:        #C25230;   /* only ramp step clearing 3:1 on BOTH grounds */
  --danger:       #8F2434;
  --success:      #2A6247;

  /* ---------- Type ---------- */
  --ff-display: 'Bricolage Grotesque', ui-sans-serif, system-ui, sans-serif;
  --ff-ui:      'Figtree', ui-sans-serif, system-ui, sans-serif;

  /* Scale — 1.22, clamped fluid */
  --fs-xs:   0.75rem;                                    /* 12 */
  --fs-sm:   0.875rem;                                   /* 14 */
  --fs-base: 1rem;                                       /* 16 */
  --fs-md:   1.0625rem;                                  /* 17 */
  --fs-lg:   clamp(1.2rem,  0.55vw + 1.08rem, 1.4rem);
  --fs-xl:   clamp(1.5rem,  1.15vw + 1.2rem,  2rem);
  --fs-2xl:  clamp(1.9rem,  2.15vw + 1.3rem,  2.8rem);
  --fs-3xl:  clamp(2.25rem, 3.5vw + 1.2rem,   3.6rem);
  --fs-4xl:  clamp(2.65rem, 5.3vw + 1.05rem,  5.1rem);

  /* ---------- Space — 4/8 rhythm ---------- */
  --s-1: 0.25rem; --s-2: 0.5rem;  --s-3: 0.75rem; --s-4: 1rem;
  --s-5: 1.5rem;  --s-6: 2rem;    --s-7: 3rem;    --s-8: 4rem;
  --s-9: 6rem;    --s-10: 8rem;

  /* ---------- Layout ---------- */
  --shell:        1280px;
  --shell-narrow: 800px;
  --gutter:       clamp(1.25rem, 4vw, 3.25rem);

  /* ---------- Radii ---------- */
  --r-sm: 4px;
  --r:    9px;
  --r-lg: 20px;

  /* ---------- Elevation — tinted with --ink (28,26,24) ---------- */
  --shadow-sm: 0 1px 2px rgba(28,26,24,.05),  0 4px 12px rgba(28,26,24,.06);
  --shadow:    0 2px 6px rgba(28,26,24,.07),  0 14px 34px rgba(28,26,24,.10);
  --shadow-lg: 0 10px 26px rgba(28,26,24,.12), 0 40px 76px rgba(28,26,24,.16);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--on-light);
  font-family: var(--ff-ui);
  font-size: var(--fs-base);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 var(--s-4);
  text-wrap: balance;
}
h1 { font-size: var(--fs-4xl); letter-spacing: -0.03em; }
h2 { font-size: var(--fs-3xl); }
h3 { font-size: var(--fs-lg); letter-spacing: -0.01em; }
p  { margin: 0 0 var(--s-4); }
p:last-child { margin-bottom: 0; }

a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent);
    text-underline-offset: 3px; }
a:hover { text-decoration-color: currentColor; }

img, svg { max-width: 100%; }
img { height: auto; display: block; }

:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 2px; }

.skip {
  position: absolute; left: var(--s-4); top: -100px; z-index: 200;
  background: var(--ink); color: var(--on-dark);
  padding: var(--s-3) var(--s-5); border-radius: var(--r);
  text-decoration: none; font-weight: 600; transition: top .18s ease;
}
.skip:focus { top: var(--s-4); }

/* <main> carries tabindex="-1" so the skip link moves focus explicitly rather
   than relying on the browser's focus-navigation start point. It is a landmark,
   not a control, so it must not draw a focus ring when it receives focus. */
main:focus { outline: none; }

/* ---------- Layout primitives ---------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.shell--narrow { max-width: var(--shell-narrow); }
.center { text-align: center; }

.band { padding-block: var(--s-9); }
.band--alt  { background: var(--paper-2); }
.band--dark { background: var(--ink); color: var(--on-dark); }
.band--dark h1, .band--dark h2, .band--dark h3 { color: var(--on-dark); }

.grid { display: grid; gap: var(--s-5); }
.grid > * { min-width: 0; }          /* grid children default to min-width:auto and overflow */
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1040px) { .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px)  { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
}

.split {
  display: grid; gap: clamp(var(--s-6), 5vw, var(--s-9));
  grid-template-columns: 1fr 1fr; align-items: center;
}
.split > * { min-width: 0; }
.split--rev .split__art { order: 2; }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split--rev .split__art { order: 0; }
}
.split__art img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow); }

.sechead { max-width: 66ch; margin-bottom: var(--s-7); }
.sechead.center { margin-inline: auto; }

.kicker {
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-deep);
  display: flex; align-items: center; gap: var(--s-2);
  margin: 0 0 var(--s-3);
}
.center .kicker { justify-content: center; }
.band--dark .kicker, .hero .kicker, .page-head .kicker, .phero .kicker, .cta .kicker {
  color: var(--accent);
}

.lede { font-size: var(--fs-md); color: var(--on-light-dim); max-width: 62ch; }
.center .lede { margin-inline: auto; }
.band--dark .lede, .hero .lede, .page-head .lede, .phero .lede { color: var(--on-dark-dim); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: transparent; --btn-fg: currentColor; --btn-bd: currentColor;
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--s-2); flex-wrap: wrap;
  padding: .78rem 1.4rem;
  border: 1.5px solid var(--btn-bd); border-radius: var(--r);
  background: var(--btn-bg); color: var(--btn-fg);
  font: inherit; font-weight: 650; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease, color .16s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--lg { padding: .95rem 1.7rem; font-size: var(--fs-md); }
.btn--block { display: flex; width: 100%; }

.btn--solid  { --btn-bg: var(--accent-deep); --btn-fg: var(--white); --btn-bd: var(--accent-deep); }
.btn--solid:hover { --btn-bg: var(--accent-press); --btn-bd: var(--accent-press); }
.btn--outline { --btn-bd: var(--line); --btn-fg: var(--on-light); }
.btn--outline:hover { --btn-bg: var(--paper-2); --btn-bd: var(--on-light); }
.btn--ghost  { --btn-bd: var(--line); --btn-fg: var(--on-light); }
.btn--ghost:hover { --btn-bg: var(--paper-2); }

/* Ghost and outline buttons sit on dark surfaces in six places. Listing every
   dark context here is what stops them rendering invisibly — that bug shipped
   three times on sibling sites because the selector only covered .band--dark. */
.band--dark .btn--ghost, .hero .btn--ghost, .page-head .btn--ghost,
.phero .btn--ghost, .cta .btn--ghost, .foot .btn--ghost,
.band--dark .btn--outline, .hero .btn--outline, .page-head .btn--outline,
.phero .btn--outline, .cta .btn--outline, .foot .btn--outline {
  --btn-bd: var(--ink-line); --btn-fg: var(--on-dark);
}
.band--dark .btn--ghost:hover, .hero .btn--ghost:hover, .page-head .btn--ghost:hover,
.phero .btn--ghost:hover, .cta .btn--ghost:hover, .foot .btn--ghost:hover,
.band--dark .btn--outline:hover, .hero .btn--outline:hover, .page-head .btn--outline:hover,
.phero .btn--outline:hover, .cta .btn--outline:hover, .foot .btn--outline:hover {
  --btn-bg: var(--ink-raised); --btn-bd: var(--on-dark);
}
.band--dark .btn--solid, .hero .btn--solid, .page-head .btn--solid,
.phero .btn--solid, .cta .btn--solid {
  --btn-bg: var(--accent); --btn-fg: var(--ink); --btn-bd: var(--accent);
}
.band--dark .btn--solid:hover, .hero .btn--solid:hover, .page-head .btn--solid:hover,
.phero .btn--solid:hover, .cta .btn--solid:hover {
  --btn-bg: var(--accent-bright); --btn-bd: var(--accent-bright);
}

.btnrow { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-5); }
.center .btnrow { justify-content: center; }

/* ---------- Wordmark ---------- */
.wm { display: inline-flex; align-items: center; gap: .6rem; }
.wm__mark { display: block; flex: 0 0 auto; }
.wm__tile { fill: var(--accent-deep); }
.wm__bar { stroke: var(--white); stroke-width: 2.6; stroke-linecap: round; }
.wm--light .wm__tile { fill: var(--accent); }
.wm--light .wm__bar  { stroke: var(--ink); }
.wm__type {
  display: flex; flex-direction: column; line-height: 1.04;
  font-family: var(--ff-display); letter-spacing: -0.025em;
}
.wm__type b { font-weight: 700; font-size: 1.06rem; }
.wm__type span {
  font-family: var(--ff-ui); font-weight: 600; font-size: .66rem;
  letter-spacing: .13em; text-transform: uppercase; opacity: .78;
}
.wm--lg .wm__type b { font-size: 1.32rem; }
.wm--lg .wm__type span { font-size: .72rem; }
.wm--lg .wm__mark svg { width: 40px; height: 40px; }

/* ---------- Top bar + header ---------- */
.topbar {
  background: var(--ink-deep); color: var(--on-dark-dim);
  font-size: var(--fs-xs); letter-spacing: .01em;
}
.topbar__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-4); min-height: 38px; flex-wrap: wrap;
}
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: .4rem; }
.topbar a { color: var(--on-dark); text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
@media (max-width: 720px) { .topbar span { display: none; } .topbar__in { justify-content: center; } }

.site {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.site__in { display: flex; align-items: center; gap: var(--s-5); min-height: 74px; }
.site__brand { text-decoration: none; color: var(--on-light); flex: 0 0 auto; }
.site__act { margin-left: auto; display: flex; align-items: center; gap: var(--s-3); }
.site__act .btn { padding: .6rem 1.05rem; font-size: var(--fs-sm); }

.nav > ul { display: flex; gap: var(--s-2); list-style: none; margin: 0; padding: 0; }
.nav a, .nav__toggle {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .55rem .7rem; border-radius: var(--r-sm);
  font: inherit; font-size: var(--fs-sm); font-weight: 600;
  color: var(--on-light); background: none; border: 0; cursor: pointer;
  text-decoration: none; white-space: nowrap;
}
.nav a:hover, .nav__toggle:hover { background: var(--paper-2); }
.nav__has-menu { position: relative; }
.nav__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav__toggle svg { transition: transform .18s ease; }

.nav__menu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%);
  width: min(680px, 78vw);
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: var(--s-4); z-index: 110;
}
.mega { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; list-style: none; margin: 0; padding: 0; }
.mega a {
  display: flex; gap: var(--s-3); align-items: flex-start;
  padding: var(--s-3); border-radius: var(--r); white-space: normal;
}
.mega a:hover { background: var(--paper-2); }
.mega .mi { color: var(--accent-deep); flex: 0 0 auto; margin-top: 2px; }
.mega .mt { display: flex; flex-direction: column; }
.mega .mt b { font-size: var(--fs-sm); }
.mega .mt i { font-style: normal; font-size: var(--fs-xs); color: var(--on-light-dim); line-height: 1.4; }
.mega__all {
  display: inline-flex; align-items: center; gap: .4rem;
  margin-top: var(--s-3); padding: var(--s-3);
  font-size: var(--fs-sm); font-weight: 650; color: var(--accent-deep);
  border-top: 1px solid var(--line); width: 100%; text-decoration: none;
}

.burger {
  display: none; padding: .5rem; border: 1px solid var(--line);
  border-radius: var(--r-sm); background: none; color: inherit; cursor: pointer;
}
.mobile { border-top: 1px solid var(--line); background: var(--white); }
.mobile__in { padding-block: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); }
.mobile__lbl {
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--on-light-dim); margin: var(--s-2) 0 0;
}
.mobile__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.mobile__list a {
  display: block; padding: .68rem 0; font-weight: 600;
  border-bottom: 1px solid var(--line); text-decoration: none;
}
.mobile__mail {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: var(--fs-sm); color: var(--on-light-dim); text-decoration: none;
}

@media (max-width: 1080px) {
  .nav, .site__mail { display: none; }
  .burger { display: inline-flex; }
}

/* ---------- Hero ---------- */
.hero {
  background: var(--ink); color: var(--on-dark);
  padding-block: clamp(var(--s-8), 7vw, var(--s-10));
  position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: auto -10% -40% 45%;
  height: 70%; border-radius: 50%;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--accent) 22%, transparent), transparent);
  pointer-events: none;
}
.hero__in {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(var(--s-6), 5vw, var(--s-9)); align-items: center;
  position: relative; z-index: 1;
}
.hero__in > * { min-width: 0; }
.hero h1 { color: var(--on-dark); }
.hero__art { position: relative; }
.hero__art img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
}
.hero__badge {
  position: absolute; left: -14px; bottom: 26px;
  display: flex; flex-direction: column;
  background: var(--white); color: var(--on-light);
  border-radius: var(--r); box-shadow: var(--shadow-lg);
  padding: var(--s-4) var(--s-5); max-width: 15rem;
}
.hero__badge span { color: var(--accent-deep); margin-bottom: .3rem; }
.hero__badge b { font-family: var(--ff-display); font-size: var(--fs-md); }
.hero__badge i { font-style: normal; font-size: var(--fs-xs); color: var(--on-light-dim); }
@media (max-width: 900px) {
  .hero__in { grid-template-columns: 1fr; }
  .hero__art { order: -1; }
  .hero__art img { aspect-ratio: 16 / 10; }
  .hero__badge { left: auto; right: 12px; bottom: -18px; }
}
@media (max-width: 520px) { .hero__badge { display: none; } }

/* Three stats side by side. A grid rather than flex-wrap, because the values
   are real sentences on the product pages ("Funded the same business day in
   many cases") and flex-wrap dropped a long one onto its own full-width row. */
.rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--s-5) var(--s-6); list-style: none;
        margin: var(--s-6) 0 0; padding: var(--s-5) 0 0; border-top: 1px solid var(--ink-line); }
@media (max-width: 560px) { .rail { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.rail li { display: flex; flex-direction: column; min-width: 0; }
.rail b { font-family: var(--ff-display); font-size: var(--fs-md); line-height: 1.2;
          text-wrap: balance; }
.rail span { font-size: var(--fs-xs); color: var(--on-dark-dim); letter-spacing: .04em; }
.band:not(.band--dark) .rail { border-top-color: var(--line); }
.band:not(.band--dark) .rail span { color: var(--on-light-dim); }

.strip { background: var(--ink-deep); color: var(--on-dark); }
.strip__in {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--s-5); padding-block: var(--s-6);
}
.strip__in > * { min-width: 0; display: flex; flex-direction: column; gap: .15rem; }
.strip b { font-family: var(--ff-display); font-size: var(--fs-lg); }
.strip span { font-size: var(--fs-xs); color: var(--on-dark-dim); }
@media (max-width: 860px) { .strip__in { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .strip__in { grid-template-columns: 1fr; } }

/* ---------- Page heads ---------- */
.page-head { padding-block: clamp(var(--s-7), 6vw, var(--s-9)); }
.page-head--dark { background: var(--ink); color: var(--on-dark); }
.page-head--dark h1 { color: var(--on-dark); }
.crumb {
  display: flex; align-items: center; gap: .4rem; flex-wrap: wrap;
  font-size: var(--fs-xs); margin-bottom: var(--s-4); opacity: .82;
}
.crumb a { text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
.crumb b { font-weight: 600; }

.phero {
  background: var(--ink); color: var(--on-dark);
  padding-block: clamp(var(--s-7), 6vw, var(--s-9));
}
.phero h1 { color: var(--on-dark); }
.phero__in {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: clamp(var(--s-6), 5vw, var(--s-8)); align-items: center;
}
.phero__in > * { min-width: 0; }
.phero__art img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
}
@media (max-width: 900px) { .phero__in { grid-template-columns: 1fr; } .phero__art { order: -1; } }

/* ---------- Cards ---------- */
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--s-6);
  box-shadow: var(--shadow-sm);
}
.card__ico { display: inline-flex; color: var(--accent-deep); margin-bottom: var(--s-3); }
.card h2, .card h3 { font-size: var(--fs-lg); }
/* The contact card's lead line is an email address — one unbreakable 33-character
   token that pushed the page 34px wide at 320px. Let long addresses break. */
.card__lead { font-size: var(--fs-md); font-weight: 600; overflow-wrap: anywhere; }
.foot__mail, .mobile__mail, .topbar a { overflow-wrap: anywhere; }
.card__sub  { font-size: var(--fs-sm); color: var(--on-light-dim); }
.card__big  { font-family: var(--ff-display); font-size: var(--fs-2xl); margin: 0 0 var(--s-4); }
.card--quiet { background: var(--paper-2); box-shadow: none; }
.band--dark .card { background: var(--ink-raised); border-color: var(--ink-line); color: var(--on-dark); }
.band--dark .card__ico { color: var(--accent); }
.band--dark .card__sub { color: var(--on-dark-dim); }

/* Five products into a three-column grid leaves a hole in the second row, so
   the product cards use flex and centre the trailing row instead. The basis is
   the same width a three-column grid would give, so nothing else shifts. */
.pcards {
  display: flex; flex-wrap: wrap; justify-content: center;
}
.pcards .pcard {
  flex: 0 1 calc((100% - var(--s-5) * 2) / 3);
  min-width: 15rem;
  display: flex; flex-direction: column; gap: var(--s-2);
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--s-6);
  text-decoration: none; color: inherit;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--accent); }
.pcard__ico { color: var(--accent-deep); }
.pcard h3 { margin: var(--s-2) 0 0; }
.pcard p { font-size: var(--fs-sm); color: var(--on-light-dim); }
.pcard__meta {
  display: grid; grid-template-columns: auto 1fr; gap: .2rem var(--s-4);
  margin: var(--s-3) 0 0; padding-top: var(--s-3);
  border-top: 1px solid var(--line); font-size: var(--fs-xs);
}
.pcard__meta dt { color: var(--on-light-dim); }
.pcard__meta dd { margin: 0; font-weight: 600; }
.pcard__go {
  display: inline-flex; align-items: center; gap: .35rem;
  margin-top: auto; padding-top: var(--s-4);
  font-size: var(--fs-sm); font-weight: 650; color: var(--accent-deep);
}
.pcards.is-dark .pcard { background: var(--ink-raised); border-color: var(--ink-line); color: var(--on-dark); }
.pcards.is-dark .pcard p { color: var(--on-dark-dim); }
.pcards.is-dark .pcard__ico, .pcards.is-dark .pcard__go { color: var(--accent); }
.pcards.is-dark .pcard__meta { border-top-color: var(--ink-line); }
.pcards.is-dark .pcard__meta dt { color: var(--on-dark-dim); }

/* ---------- Specs ---------- */
.specs {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; margin: 0; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
}
.spec { background: var(--paper); padding: var(--s-5) var(--s-6); min-width: 0; }
.spec dt { font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: .1em;
           color: var(--on-light-dim); margin-bottom: .3rem; }
.spec dd { margin: 0; font-family: var(--ff-display); font-size: var(--fs-md); }
@media (max-width: 860px) { .specs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .specs { grid-template-columns: 1fr; } }

.minidl { display: grid; grid-template-columns: auto 1fr; gap: .35rem var(--s-4);
          margin: 0 0 var(--s-4); font-size: var(--fs-sm); }
.minidl dt { color: var(--on-light-dim); }
.minidl dd { margin: 0; font-weight: 600; text-align: right; }
.band--dark .minidl dt { color: var(--on-dark-dim); }

/* ---------- Lists ---------- */
.tick { list-style: none; margin: 0 0 var(--s-5); padding: 0; display: grid; gap: var(--s-3); }
.tick li { position: relative; padding-left: 1.85rem; }
.tick li::before {
  content: ""; position: absolute; left: 0; top: .48em;
  width: 1.15rem; height: 1.15rem; border-radius: 50%;
  background: var(--accent-deep);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 78% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 78% no-repeat;
}
.tick--dark li::before, .band--dark .tick li::before { background: var(--accent); }
ol.tick { counter-reset: t; }
ol.tick li::before { background: var(--accent-deep); }

.req__list { list-style: none; margin: 0 0 var(--s-5); padding: 0; display: grid; gap: var(--s-4); }
.req__list li { display: flex; gap: var(--s-4); align-items: flex-start; }
.req__ico {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 20%, transparent);
  color: var(--accent-deep);
}
.band--dark .req__ico { color: var(--accent); }
.req__list b { display: block; font-family: var(--ff-display); font-size: var(--fs-md); }
.req__list p { font-size: var(--fs-sm); color: var(--on-light-dim); margin: 0; }
.band--dark .req__list p { color: var(--on-dark-dim); }
.req__note { font-size: var(--fs-sm); color: var(--on-light-dim); }
.band--dark .req__note { color: var(--on-dark-dim); }

/* ---------- Steps ---------- */
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5);
  counter-reset: step;
}
.steps > li {
  min-width: 0; position: relative;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--s-6);
  box-shadow: var(--shadow-sm);
}
.steps__n {
  position: absolute; top: var(--s-5); right: var(--s-5);
  font-family: var(--ff-display); font-size: var(--fs-2xl); line-height: 1;
  color: color-mix(in srgb, var(--accent) 42%, transparent);
}
.steps__ico { display: inline-flex; color: var(--accent-deep); margin-bottom: var(--s-3); }
.steps h3 { font-size: var(--fs-md); }
.steps p { font-size: var(--fs-sm); color: var(--on-light-dim); margin: 0; }
.band--dark .steps > li { background: var(--ink-raised); border-color: var(--ink-line); }
.band--dark .steps p { color: var(--on-dark-dim); }
.band--dark .steps__ico { color: var(--accent); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Industry tiles ---------- */
.tile {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  min-height: 20rem; display: flex; align-items: flex-end;
  box-shadow: var(--shadow);
}
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tile__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    color-mix(in srgb, var(--ink) 94%, transparent) 0%,
    color-mix(in srgb, var(--ink) 78%, transparent) 38%,
    color-mix(in srgb, var(--ink) 26%, transparent) 72%,
    transparent 100%);
}
.tile__txt { position: relative; padding: var(--s-5); color: var(--tile-text); }
.tile__txt h3 { color: var(--tile-text); font-size: var(--fs-md); margin-bottom: .25rem; }
.tile__txt p { font-size: var(--fs-xs); color: var(--tile-sub); margin: 0; }

/* ---------- Reviews ---------- */
.rev {
  margin: 0; display: flex; flex-direction: column; gap: var(--s-4);
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--s-6); box-shadow: var(--shadow-sm);
}
.rev__stars { color: var(--accent-deep); letter-spacing: .12em; font-size: var(--fs-sm); }
.rev blockquote { margin: 0; }
.rev blockquote p { font-size: var(--fs-md); line-height: 1.55; }
.rev figcaption { display: flex; gap: var(--s-3); align-items: center; margin-top: auto;
                  padding-top: var(--s-4); border-top: 1px solid var(--line); }
.rev figcaption img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.rev figcaption span { display: flex; flex-direction: column; min-width: 0; }
.rev figcaption b { font-size: var(--fs-sm); }
.rev figcaption i, .rev figcaption em {
  font-style: normal; font-size: var(--fs-xs); color: var(--on-light-dim);
}
.revs.is-dark .rev { background: var(--ink-raised); border-color: var(--ink-line); color: var(--on-dark); }

/* ---------- Accordion ---------- */
.acc { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--white); }
.acc__row + .acc__row { border-top: 1px solid var(--line); }
.acc__row summary {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  padding: var(--s-5) var(--s-6); cursor: pointer; list-style: none;
  font-family: var(--ff-display); font-size: var(--fs-md); font-weight: 600;
}
.acc__row summary::-webkit-details-marker { display: none; }
.acc__row summary:hover { background: var(--paper-2); }
.acc__ico { flex: 0 0 auto; color: var(--accent-deep); transition: transform .2s ease; }
.acc__row[open] .acc__ico { transform: rotate(180deg); }
.acc__body { padding: 0 var(--s-6) var(--s-5); }
.acc__body p { color: var(--on-light-dim); margin: 0; }
.band--dark .acc { background: var(--ink-raised); border-color: var(--ink-line); }
.band--dark .acc__row + .acc__row { border-top-color: var(--ink-line); }
.band--dark .acc__row summary:hover { background: var(--ink-line); }
.band--dark .acc__ico { color: var(--accent); }
.band--dark .acc__body p { color: var(--on-dark-dim); }

/* ---------- CTA ---------- */
.cta { background: var(--ink-deep); color: var(--on-dark); padding-block: var(--s-8); }
.cta h2 { color: var(--on-dark); margin-bottom: var(--s-2); }
.cta p { color: var(--on-dark-dim); margin: 0; }
.cta__in { display: flex; align-items: center; justify-content: space-between;
           gap: var(--s-6); flex-wrap: wrap; }
.cta__act { display: flex; gap: var(--s-3); flex-wrap: wrap; }

/* ---------- Apply / forms ---------- */
.apply { display: grid; grid-template-columns: 1.55fr .95fr; gap: clamp(var(--s-6), 4vw, var(--s-8));
         align-items: start; }
.apply > * { min-width: 0; }
@media (max-width: 980px) { .apply { grid-template-columns: 1fr; } }
.apply__side { display: grid; gap: var(--s-5); position: sticky; top: 96px; }
@media (max-width: 980px) { .apply__side { position: static; } }

.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
        padding: clamp(var(--s-5), 3vw, var(--s-7)); box-shadow: var(--shadow-sm); }
.form__step {
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-deep); margin: var(--s-6) 0 var(--s-4);
  padding-bottom: var(--s-3); border-bottom: 1px solid var(--line);
}
.form__step:first-child { margin-top: 0; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
.form__row > * { min-width: 0; }
@media (max-width: 640px) { .form__row { grid-template-columns: 1fr; } }

.field { margin-bottom: var(--s-4); display: flex; flex-direction: column; }
.field label { font-size: var(--fs-sm); font-weight: 650; margin-bottom: .35rem; }
.field label span { color: var(--danger); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; color: inherit;
  padding: .72rem .85rem; border: 1.5px solid var(--line); border-radius: var(--r);
  background: var(--paper); transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; min-height: 6.5rem; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--accent-deep); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 30%, transparent);
  outline: none;
}
.field[data-invalid] input, .field[data-invalid] select, .field[data-invalid] textarea {
  border-color: var(--danger);
}
.field__hint { font-size: var(--fs-xs); color: var(--on-light-dim); margin: .3rem 0 0; }
.field__err  { font-size: var(--fs-xs); color: var(--danger); font-weight: 600; margin: .3rem 0 0; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__consent { font-size: var(--fs-xs); color: var(--on-light-dim); }
.form__submit { display: flex; align-items: center; gap: var(--s-4); flex-wrap: wrap; margin-top: var(--s-5); }
.form__note { font-size: var(--fs-xs); color: var(--on-light-dim); margin: 0; }
.form__status {
  margin: var(--s-5) 0 0; padding: var(--s-4) var(--s-5);
  border-radius: var(--r); font-size: var(--fs-sm); font-weight: 600;
  border: 1.5px solid var(--line);
}
.form__status[data-state="ok"]   { border-color: var(--success); color: var(--success);
                                   background: color-mix(in srgb, var(--success) 10%, transparent); }
.form__status[data-state="fail"] { border-color: var(--danger); color: var(--danger);
                                   background: color-mix(in srgb, var(--danger) 10%, transparent); }

/* ---------- Legal ---------- */
.legal { display: grid; grid-template-columns: 15rem 1fr; gap: clamp(var(--s-6), 4vw, var(--s-8));
         align-items: start; }
.legal > * { min-width: 0; }
@media (max-width: 900px) { .legal { grid-template-columns: 1fr; } }
.legal__toc { position: sticky; top: 96px; font-size: var(--fs-sm); }
@media (max-width: 900px) { .legal__toc { position: static; } }
.legal__toc h2 { font-size: var(--fs-sm); text-transform: uppercase; letter-spacing: .1em;
                 color: var(--on-light-dim); }
.legal__toc ol { margin: 0; padding-left: 1.15rem; display: grid; gap: .4rem; }
.legal__upd { margin-top: var(--s-5); font-size: var(--fs-xs); color: var(--on-light-dim); }
.legal__s { margin-bottom: var(--s-7); scroll-margin-top: 100px; }
.legal__s h2 { font-size: var(--fs-xl); }
.legal__body p { max-width: 72ch; }

/* ---------- Footer ---------- */
.foot { background: var(--ink); color: var(--on-dark); padding-block: var(--s-8) var(--s-6); }
.foot__top { display: grid; grid-template-columns: 1.05fr 1.6fr; gap: var(--s-7);
             padding-bottom: var(--s-7); border-bottom: 1px solid var(--ink-line); }
.foot__top > * { min-width: 0; }
@media (max-width: 900px) { .foot__top { grid-template-columns: 1fr; } }
.foot__pitch { color: var(--on-dark-dim); font-size: var(--fs-sm); margin: var(--s-4) 0; max-width: 40ch; }
.foot__mail { display: inline-flex; align-items: center; gap: .45rem; font-size: var(--fs-sm);
              font-weight: 600; text-decoration: none; }
.foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6); }
.foot__cols > * { min-width: 0; }
@media (max-width: 620px) { .foot__cols { grid-template-columns: 1fr; } }
.foot__cols h3 { font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: .13em;
                 color: var(--on-dark-dim); margin-bottom: var(--s-4); }
.foot__cols ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; font-size: var(--fs-sm); }
.foot__cols a { text-decoration: none; color: var(--on-dark); }
.foot__cols a:hover { text-decoration: underline; }
.foot address { font-style: normal; font-size: var(--fs-sm); color: var(--on-dark); margin-bottom: var(--s-4); }
.foot__hrs { color: var(--on-dark-dim); }
.foot__legal { padding-top: var(--s-6); }
.foot__legal p { font-size: var(--fs-xs); color: var(--on-dark-dim); max-width: 92ch; }
.foot__bar { display: flex; justify-content: space-between; gap: var(--s-4); flex-wrap: wrap;
             margin-top: var(--s-5); font-size: var(--fs-xs); color: var(--on-dark-dim); }
.foot__bar ul { list-style: none; display: flex; gap: var(--s-4); margin: 0; padding: 0; }
.foot__bar a { color: var(--on-dark-dim); text-decoration: none; }
.foot__bar a:hover { color: var(--on-dark); text-decoration: underline; }

/* ---------- Reveal on scroll (progressive; content is visible without JS) ---------- */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* ---------- What it is ---------- */
.whatis__c {
  background: var(--ink-raised); border: 1px solid var(--ink-line);
  border-radius: var(--r-lg); padding: var(--s-6);
}
.whatis__c h3 { font-size: var(--fs-md); }
.whatis__c p { color: var(--on-dark-dim); font-size: var(--fs-sm); margin: 0; }
.band:not(.band--dark) .whatis__c {
  background: var(--white); border-color: var(--line);
}
.band:not(.band--dark) .whatis__c p { color: var(--on-light-dim); }

/* ---------- Cost ---------- */
.cost { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(var(--s-6), 4vw, var(--s-8));
        align-items: start; }
.cost > * { min-width: 0; }
@media (max-width: 900px) { .cost { grid-template-columns: 1fr; } }
.cost__intro p { font-size: var(--fs-md); }
.cost__card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--s-6); box-shadow: var(--shadow);
}
.band--dark .cost__card { background: var(--ink-raised); border-color: var(--ink-line); }
.cost__lbl {
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-deep); margin: 0 0 var(--s-4);
}
.band--dark .cost__lbl { color: var(--accent); }
.cost__table { margin: 0 0 var(--s-4); display: grid; gap: 0; }
.cost__row {
  display: flex; justify-content: space-between; align-items: baseline; gap: var(--s-4);
  padding: var(--s-3) 0; border-bottom: 1px solid var(--line);
}
.band--dark .cost__row { border-bottom-color: var(--ink-line); }
.cost__row:last-child { border-bottom: 0; }
.cost__row dt { color: var(--on-light-dim); font-size: var(--fs-sm); }
.band--dark .cost__row dt { color: var(--on-dark-dim); }
.cost__row dd { margin: 0; font-family: var(--ff-display); font-size: var(--fs-md); text-align: right; }
.cost__note { font-size: var(--fs-xs); color: var(--on-light-dim); margin: 0; }
.band--dark .cost__note { color: var(--on-dark-dim); }

/* ---------- Eligibility ---------- */
.elig__list { margin: 0 0 var(--s-5); display: grid; gap: 1px;
              background: var(--line); border: 1px solid var(--line);
              border-radius: var(--r-lg); overflow: hidden; }
.elig.is-dark .elig__list, .band--dark .elig__list { background: var(--ink-line); border-color: var(--ink-line); }
.elig__row { background: var(--paper); display: grid; grid-template-columns: 14rem 1fr;
             gap: var(--s-4); padding: var(--s-5) var(--s-6); align-items: baseline; }
.band--alt .elig__row { background: var(--paper-2); }
.band--dark .elig__row { background: var(--ink); }
@media (max-width: 640px) { .elig__row { grid-template-columns: 1fr; gap: var(--s-1); } }
.elig__row dt { font-size: var(--fs-sm); color: var(--on-light-dim); text-transform: uppercase;
                letter-spacing: .09em; font-weight: 700; }
.band--dark .elig__row dt { color: var(--on-dark-dim); }
.elig__row dd { margin: 0; display: flex; flex-direction: column; gap: .2rem; min-width: 0; }
.elig__row dd b { font-family: var(--ff-display); font-size: var(--fs-lg); }
.elig__row dd span { font-size: var(--fs-sm); color: var(--on-light-dim); }
.band--dark .elig__row dd span { color: var(--on-dark-dim); }
.elig__note { font-size: var(--fs-sm); color: var(--on-light-dim); max-width: 80ch; }
.band--dark .elig__note { color: var(--on-dark-dim); }

/* ---------- Documents ---------- */
.docs { display: grid; grid-template-columns: 1.25fr 1fr; gap: var(--s-6); }
.docs > * { min-width: 0; }
@media (max-width: 800px) { .docs { grid-template-columns: 1fr; } }
.docs__col { background: var(--white); border: 1px solid var(--line);
             border-radius: var(--r-lg); padding: var(--s-6); box-shadow: var(--shadow-sm); }
.band--dark .docs__col { background: var(--ink-raised); border-color: var(--ink-line); }
.band--alt .docs__col { box-shadow: var(--shadow); }
.docs__col h3 { font-size: var(--fs-md); }
.docs__have, .docs__not { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-4); }
.docs__have li { display: flex; flex-direction: column; gap: .15rem; padding-left: 1.85rem; position: relative; }
.docs__have li::before {
  content: ""; position: absolute; left: 0; top: .38em; width: 1.15rem; height: 1.15rem;
  border-radius: 50%; background: var(--accent-deep);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 78% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 78% no-repeat;
}
.band--dark .docs__have li::before { background: var(--accent); }
.docs__have b { font-size: var(--fs-sm); }
.docs__have span { font-size: var(--fs-xs); color: var(--on-light-dim); }
.band--dark .docs__have span { color: var(--on-dark-dim); }
.docs__not li { padding-left: 1.85rem; position: relative; font-size: var(--fs-sm);
                color: var(--on-light-dim); text-decoration: line-through;
                text-decoration-color: color-mix(in srgb, currentColor 45%, transparent); }
.band--dark .docs__not li { color: var(--on-dark-dim); }
.docs__not li::before {
  content: ""; position: absolute; left: 0; top: .34em; width: 1.15rem; height: 1.15rem;
  border-radius: 50%; background: var(--on-light-dim); opacity: .5;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center / 70% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center / 70% no-repeat;
}
.docs__col--not { background: var(--paper-2); box-shadow: none; }
.band--dark .docs__col--not { background: var(--ink); }

/* ---------- Comparison table ---------- */
.tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch;
             border: 1px solid var(--ink-line); border-radius: var(--r-lg); }
.band:not(.band--dark) .tablewrap { border-color: var(--line); }
.cmp { width: 100%; border-collapse: collapse; min-width: 46rem; font-size: var(--fs-sm); }
.cmp th, .cmp td { padding: var(--s-4) var(--s-5); text-align: left; vertical-align: top;
                   border-bottom: 1px solid var(--ink-line); }
.band:not(.band--dark) .cmp th, .band:not(.band--dark) .cmp td { border-bottom-color: var(--line); }
.cmp tbody tr:last-child th, .cmp tbody tr:last-child td { border-bottom: 0; }
.cmp thead th { font-family: var(--ff-display); font-size: var(--fs-sm);
                text-transform: uppercase; letter-spacing: .09em;
                color: var(--on-dark-dim); background: var(--ink-deep); }
.band:not(.band--dark) .cmp thead th { color: var(--on-light-dim); background: var(--paper-2); }
.cmp tbody th { font-family: var(--ff-display); font-weight: 600; width: 12rem; }
.cmp .is-ours { background: color-mix(in srgb, var(--accent) 13%, transparent); }
.cmp thead .is-ours { color: var(--accent); }
.band:not(.band--dark) .cmp thead .is-ours { color: var(--accent-deep); }
.cmp__note { font-size: var(--fs-sm); color: var(--on-dark-dim); margin: var(--s-4) 0 0; max-width: 80ch; }
.band:not(.band--dark) .cmp__note { color: var(--on-light-dim); }

/* ---------- Fit / not fit ---------- */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5); }
.fit > * { min-width: 0; }
@media (max-width: 800px) { .fit { grid-template-columns: 1fr; } }
.fit__col { border: 1px solid var(--line); border-radius: var(--r-lg);
            padding: var(--s-6); background: var(--white); box-shadow: var(--shadow-sm); }
.band--dark .fit__col { background: var(--ink-raised); border-color: var(--ink-line); }
.fit__col h3 { display: flex; align-items: center; gap: var(--s-3); font-size: var(--fs-md);
               margin-bottom: var(--s-5); }
.fit__col h3 span { display: inline-flex; align-items: center; justify-content: center;
                    width: 2rem; height: 2rem; border-radius: 50%; flex: 0 0 auto; }
.fit__col--good h3 span { background: color-mix(in srgb, var(--success) 18%, transparent);
                          color: var(--success); }
.fit__col--bad h3 span  { background: color-mix(in srgb, var(--danger) 15%, transparent);
                          color: var(--danger); }
.fit__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-3);
               font-size: var(--fs-sm); color: var(--on-light-dim); }
.band--dark .fit__col ul { color: var(--on-dark-dim); }
.fit__col--good { border-top: 3px solid var(--success); }
.fit__col--bad  { border-top: 3px solid var(--danger); }

/* ---------- Steps: clock time per step ---------- */
.steps__clock {
  display: inline-block; margin-bottom: var(--s-3);
  padding: .22rem .6rem; border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: var(--accent-deep);
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .04em;
}
.band--dark .steps__clock { color: var(--accent); }

/* ---------- ISO teaser ---------- */
.isoteaser { display: grid; grid-template-columns: 1.1fr .9fr;
             gap: clamp(var(--s-6), 4vw, var(--s-8)); align-items: center; }
.isoteaser > * { min-width: 0; }
@media (max-width: 860px) { .isoteaser { grid-template-columns: 1fr; } }
.isoteaser__pts { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-3); }
.isoteaser__pts li {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  padding: var(--s-4) var(--s-5); font-size: var(--fs-sm); box-shadow: var(--shadow-sm);
}
.band--dark .isoteaser__pts li { background: var(--ink-raised); border-color: var(--ink-line); }

/* ---------- 404 destination cards ---------- */
.card--go { display: flex; flex-direction: column; text-decoration: none; color: inherit;
            transition: transform .18s ease, border-color .18s ease; }
.card--go:hover { transform: translateY(-3px); border-color: var(--accent); }
.card--go p { font-size: var(--fs-sm); color: var(--on-light-dim); margin: 0; }
