/* ==========================================================================
   rung1 by elan1 : site stylesheet (v2)
   elan1 palette and type. Soft, rounded surfaces: no square boxes anywhere.
   ========================================================================== */

:root {
  --ink: #0A1320;
  --clay: #00AE81;          /* rung1 primary: green #00AE81 */
  --paper: #FBFAF7;
  --ember: #00AE81;
  --kiln: #006B50;          /* deep green: accent text on paper (6.3:1) */
  --slate: #1E3048;
  --bone: #F2EDE6;
  --graphite: #4A5561;
  --verdigris: #2E7D6B;
  --amber: #C99A2E;
  --crimson: #9B2C3B;
  --cobalt: #2F6FB3;
  --clay-100: #D6F3EA; --clay-200: #A6E4D1; --clay-300: #33C29B; --clay-600: #009670; --clay-700: #006B50;
  --ink-100: #E7ECF1; --ink-200: #CDD6E0; --ink-300: #A3B1C2; --ink-400: #6E8199;
  --ink-500: #3B506A; --ink-600: #24374F; --ink-700: #16243A; --ink-900: #060B12;

  --r-xl: 32px;
  --r-lg: 24px;
  --r-md: 16px;
  --r-sm: 12px;
  --pill: 999px;
  --shadow-sm: 0 1px 2px rgba(10, 19, 32, .05), 0 4px 12px -4px rgba(10, 19, 32, .08);
  --shadow: 0 1px 2px rgba(10, 19, 32, .04), 0 18px 40px -18px rgba(10, 19, 32, .22);
  --shadow-lg: 0 2px 4px rgba(10, 19, 32, .06), 0 40px 80px -28px rgba(10, 19, 32, .45);
  --glass: rgba(255, 255, 255, .06);
  --glass-line: rgba(255, 255, 255, .10);

  --font-display: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-body: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  --max: 1280px;
  --gutter: 24px;
  --section: 128px;
  --header-h: 72px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}
@media (max-width: 767px) { :root { --gutter: 16px; --section: 80px; --header-h: 64px; } }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font-body); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
@media (max-width: 767px) { body { font-size: 16px; padding-bottom: 76px; } }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); text-wrap: balance; }
p { margin: 0 0 1em; } p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
a { color: var(--kiln); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; color: inherit; }
table { border-collapse: collapse; width: 100%; }
code { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .9em; background: var(--ink-100); padding: 1px 6px; border-radius: 6px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 2px solid var(--kiln); outline-offset: 3px; border-radius: 6px; }
.on-ink :focus-visible, .site-header:not(.is-light) :focus-visible, .site-footer :focus-visible, .nav-sheet :focus-visible, .page-hero :focus-visible { outline-color: var(--ember); }
.skip-link { position: absolute; left: 16px; top: -64px; z-index: 200; background: var(--clay); color: var(--paper); padding: 12px 18px; border-radius: var(--pill); font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 10px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: calc(var(--max) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); position: relative; }
.section { padding: var(--section) 0; position: relative; }
.grid { display: grid; gap: calc(var(--gutter) * 1.5); grid-template-columns: repeat(12, 1fr); }
.col-6 { grid-column: span 6; } .col-8 { grid-column: span 8; } .col-4 { grid-column: span 4; }
.col-5 { grid-column: span 5; } .col-7 { grid-column: span 7; } .col-3 { grid-column: span 3; }
@media (min-width: 960px) { .grid > .col-aside { grid-column: 9 / span 4; } }
@media (max-width: 959px) { .grid > [class*="col-"] { grid-column: 1 / -1; } }
.measure { max-width: 68ch; }
.center { text-align: center; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split--top { align-items: start; }
@media (max-width: 959px) { .split { grid-template-columns: 1fr; gap: 40px; } }
.section-head { display: grid; grid-template-columns: 7fr 5fr; gap: 48px; align-items: end; margin-bottom: 8px; }
.section-head p { color: var(--graphite); font-size: 18px; }
.on-ink .section-head p { color: var(--ink-300); }
@media (max-width: 959px) { .section-head { grid-template-columns: 1fr; gap: 16px; } }

/* Grounds */
.on-paper { background: var(--paper); color: var(--ink); }
.on-bone { background: var(--bone); color: var(--ink); }
.on-ink {
  color: var(--paper);
  background:
    radial-gradient(60% 80% at 100% 0%, rgba(47, 111, 179, .16) 0%, transparent 60%),
    radial-gradient(50% 70% at 0% 100%, rgba(0, 174, 129, .14) 0%, transparent 60%),
    var(--ink);
}
.on-ink a:not(.btn) { color: var(--ember); }
.grad-ember {
  background:
    radial-gradient(55% 90% at 92% 100%, rgba(0, 174, 129, .38) 0%, rgba(0, 174, 129, .16) 35%, transparent 70%),
    radial-gradient(45% 60% at 0% 0%, rgba(47, 111, 179, .18) 0%, transparent 60%),
    var(--ink);
}
.grad-nightfall { background: radial-gradient(70% 90% at 50% 0%, #1b2d47 0%, var(--ink) 70%); }
.rule-top { border-top: 1px solid var(--ink-100); }
.on-ink.rule-top { border-top-color: var(--glass-line); }

/* ---------- Typography ---------- */
.display { font-size: 84px; line-height: .98; font-weight: 700; letter-spacing: -.035em; }
.h1, h1 { font-size: 58px; line-height: 1.04; font-weight: 700; letter-spacing: -.025em; }
.h2, h2 { font-size: 42px; line-height: 1.1; font-weight: 600; letter-spacing: -.025em; }
.h3, h3 { font-size: 22px; line-height: 1.3; font-weight: 600; letter-spacing: -.01em; }
.lead { font-size: 21px; line-height: 1.5; font-weight: 300; }
.caption { font-size: 14px; line-height: 1.5; color: var(--graphite); }
.on-ink .caption { color: var(--ink-300); }
.muted { color: var(--graphite); }
.on-ink .muted { color: var(--ink-300); }
.kicker {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--kiln); margin-bottom: 20px;
}
.kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.on-ink .kicker, .page-hero .kicker { color: var(--ember); }
.grad-text { background: linear-gradient(100deg, #5FD2B1, var(--ember) 40%, var(--clay)); -webkit-background-clip: text; background-clip: text; color: transparent; }
@media (max-width: 767px) {
  .display { font-size: 44px; } .h1, h1 { font-size: 36px; } .h2, h2 { font-size: 30px; } .h3, h3 { font-size: 20px; } .lead { font-size: 18px; }
}
@media (min-width: 768px) and (max-width: 1099px) { .display { font-size: 62px; } .h1, h1 { font-size: 48px; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 12px 28px;
  border: 1px solid transparent; border-radius: var(--pill); font-size: 17px; font-weight: 600; line-height: 1.2;
  text-decoration: none; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease);
}
.btn-primary { background: linear-gradient(135deg, #1FBB91 0%, var(--clay) 50%, var(--clay-600) 100%); color: #fff; box-shadow: 0 10px 24px -10px rgba(0, 174, 129, .7); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(0, 174, 129, .8); }
.btn-primary:active { transform: none; background: var(--kiln); }
.btn-primary::after { content: "→"; transition: transform .2s var(--ease); }
.btn-primary:hover::after { transform: translateX(3px); }
.btn-secondary { background: #fff; color: var(--ink); border-color: var(--ink-200); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { border-color: var(--ink); transform: translateY(-2px); }
.on-ink .btn-secondary, .nav-sheet .btn-secondary, .mobile-bar .btn-secondary { background: var(--glass); color: var(--paper); border-color: var(--glass-line); box-shadow: none; }
.on-ink .btn-secondary:hover, .nav-sheet .btn-secondary:hover { background: rgba(255, 255, 255, .12); }
.link-arrow { font-weight: 600; text-decoration: none; display: inline-flex; gap: 8px; align-items: center; min-height: 44px; }
.link-arrow::after { content: "→"; transition: transform .2s var(--ease); }
.link-arrow:hover::after { transform: translateX(4px); }
.actions { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(10, 19, 32, .82); color: var(--paper);
  -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--glass-line); transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.site-header.is-light { background: rgba(251, 250, 247, .86); color: var(--ink); border-bottom-color: var(--ink-100); }
.site-header > .container { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; flex-shrink: 0; }
.brand::before { content: ""; width: 22px; height: 22px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 4px rgba(0, 174, 129, .18); }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -.03em; line-height: 1; }
.brand__by { font-size: 13px; opacity: .7; align-self: flex-end; margin-bottom: 2px; }
.primary-nav { display: flex; align-items: center; height: 100%; gap: 2px; margin-left: 12px; }
.primary-nav > .nav-item { position: static; display: flex; align-items: center; height: 100%; }
.nav-link {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 14px; border-radius: var(--pill);
  color: inherit; text-decoration: none; font-size: 15px; transition: background-color .15s var(--ease);
}
.nav-link:hover, .nav-item:focus-within > .nav-link { background: rgba(255, 255, 255, .08); }
.site-header.is-light .nav-link:hover, .site-header.is-light .nav-item:focus-within > .nav-link { background: var(--ink-100); }
.nav-link[aria-current="page"] { background: rgba(255, 255, 255, .1); }
.site-header.is-light .nav-link[aria-current="page"] { background: var(--bone); }
.nav-link .chev { width: 10px; height: 10px; transition: transform .2s var(--ease); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.site-header .btn-primary { min-height: 44px; padding: 8px 20px; font-size: 15px; }

/* Mega-menus: floating rounded panels (hover + focus-within) */
.mega {
  position: absolute; left: 50%; top: calc(var(--header-h) - 6px); width: min(1040px, calc(100vw - 48px));
  background: #fff; color: var(--ink); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--ink-100);
  visibility: hidden; opacity: 0; transform: translate(-50%, 8px);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s linear .18s;
}
.nav-item:hover > .mega, .nav-item:focus-within > .mega { visibility: visible; opacity: 1; transform: translate(-50%, 0); transition-delay: 0s; }
.nav-item:hover > .nav-link .chev, .nav-item:focus-within > .nav-link .chev { transform: rotate(180deg); }
.mega__inner { display: grid; gap: 8px 32px; padding: 28px 28px 20px; }
.mega__inner.cols-2 { grid-template-columns: repeat(2, 1fr); }
.mega__inner.cols-3 { grid-template-columns: repeat(3, 1fr); }
.mega h2 { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--graphite); margin: 0 0 8px 12px; }
.mega ul { list-style: none; }
.mega .mega-item { display: block; padding: 12px; border-radius: var(--r-md); color: var(--ink); text-decoration: none; transition: background-color .15s var(--ease); }
.mega a.mega-item:hover { background: var(--bone); }
.mega-item__title { font-weight: 600; font-size: 16px; display: flex; gap: 10px; align-items: center; }
.mega-item__line { font-size: 14px; color: var(--graphite); line-height: 1.5; margin-top: 2px; display: block; }
.mega span.mega-item { color: var(--ink-400); }
.mega__foot { grid-column: 1 / -1; margin-top: 8px; padding: 12px; border-radius: var(--r-md); background: var(--paper); display: flex; gap: 32px; flex-wrap: wrap; }
.mega__foot a { color: var(--kiln); min-height: 32px; }

/* Chips: pills */
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: var(--pill); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; line-height: 1.6; white-space: nowrap; background: var(--ink-100); color: var(--ink-600); }
.chip--live { background: rgba(46, 125, 107, .12); color: #1f6152; }
.chip--live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px rgba(46, 125, 107, .18); }
.chip--soon { background: var(--clay-100); color: var(--kiln); }
.chip--phase { background: var(--bone); color: var(--graphite); }
.on-ink .chip, .page-hero .chip { background: var(--glass); color: var(--ink-200); }
.on-ink .chip--live, .page-hero .chip--live, .nav-sheet .chip--live { background: rgba(46, 125, 107, .22); color: #8fd6c3; }
.on-ink .chip--soon, .page-hero .chip--soon, .nav-sheet .chip--soon { background: rgba(0, 174, 129, .16); color: var(--ember); }

/* Mobile nav */
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-burger, .nav-sheet, .mobile-bar { display: none; }
@media (max-width: 1099px) {
  .primary-nav, .header-actions .btn-primary { display: none; }
  .nav-burger { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-left: auto; cursor: pointer; border-radius: 50%; background: rgba(255, 255, 255, .08); }
  .site-header.is-light .nav-burger { background: var(--ink-100); }
  .header-actions { margin-left: 0; }
  .nav-burger span, .nav-burger span::before, .nav-burger span::after { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; position: relative; transition: transform .2s var(--ease); }
  .nav-burger span::before, .nav-burger span::after { content: ""; position: absolute; left: 0; }
  .nav-burger span::before { top: -6px; } .nav-burger span::after { top: 6px; }
  .nav-toggle:checked ~ .nav-burger span { background: transparent; }
  .nav-toggle:checked ~ .nav-burger span::before { top: 0; transform: rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span::after { top: 0; transform: rotate(-45deg); }
  .nav-sheet { position: fixed; inset: var(--header-h) 0 0 0; background: var(--ink); color: var(--paper); overflow-y: auto; padding: 16px var(--gutter) 120px; z-index: 99; }
  .nav-toggle:checked ~ .nav-sheet { display: block; }
  .nav-sheet > a, .nav-sheet summary { display: flex; justify-content: space-between; align-items: center; min-height: 58px; border-bottom: 1px solid var(--glass-line); color: var(--paper); text-decoration: none; font-family: var(--font-display); font-weight: 600; font-size: 22px; cursor: pointer; list-style: none; }
  .nav-sheet summary::-webkit-details-marker { display: none; }
  .nav-sheet summary::after { content: "+"; font-family: var(--font-body); font-weight: 300; font-size: 26px; }
  .nav-sheet details[open] summary::after { content: "–"; }
  .nav-sheet details ul { list-style: none; padding: 8px 0 16px; border-bottom: 1px solid var(--glass-line); }
  .nav-sheet details a, .nav-sheet details span.soon-item { display: flex; align-items: center; gap: 10px; min-height: 44px; color: var(--ink-200); text-decoration: none; font-size: 17px; }
  .nav-sheet details span.soon-item { color: var(--ink-400); }
  .nav-sheet .sheet-actions { margin-top: 32px; display: grid; gap: 12px; }
  .mobile-bar { display: grid; grid-template-columns: 1.55fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 101; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(10, 19, 32, .92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--glass-line); }
  .mobile-bar .btn { min-height: 50px; font-size: 16px; padding: 6px 10px; white-space: nowrap; }
  .mobile-bar .btn-primary::after { content: none; }
}
@media (min-width: 768px) and (max-width: 1099px) { .mobile-bar { display: none; } }

/* ---------- Disc system ---------- */
.disc { position: absolute; border-radius: 50%; background: var(--clay); pointer-events: none; }
.field-crop { width: min(62vw, 880px); aspect-ratio: 1; right: calc(min(62vw, 880px) * -.34); top: calc(min(62vw, 880px) * -.30); background: radial-gradient(circle at 35% 35%, #33C29B, var(--clay) 55%, var(--clay-600)); }
@media (max-width: 767px) { .field-crop { width: 72vw; right: -26vw; top: -30vw; } }
.footer-crop { width: 520px; aspect-ratio: 1; right: -220px; bottom: -300px; background: radial-gradient(circle at 35% 35%, #33C29B, var(--clay) 55%, var(--clay-600)); }
@media (max-width: 767px) { .footer-crop { width: 320px; right: -170px; bottom: -200px; } }
.dot { display: inline-block; width: 16px; height: 16px; border-radius: 50%; background: var(--clay); flex-shrink: 0; }

.gate-disc { position: relative; width: 300px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; margin-inline: auto; filter: drop-shadow(0 30px 60px rgba(0, 174, 129, .35)); }
.gate-disc::before, .gate-disc::after { content: ""; position: absolute; top: 0; bottom: 0; width: calc(50% - 7px); background: linear-gradient(160deg, #33C29B, var(--clay) 60%, var(--clay-600)); }
.gate-disc::before { left: 0; } .gate-disc::after { right: 0; }
@media (prefers-reduced-motion: no-preference) {
  .gate-disc--anim::before { animation: gate-l 1.4s var(--ease) both; }
  .gate-disc--anim::after { animation: gate-r 1.4s var(--ease) both; }
}
@keyframes gate-l { from { transform: translateX(-28px); } to { transform: none; } }
@keyframes gate-r { from { transform: translateX(28px); } to { transform: none; } }
@media (max-width: 767px) { .gate-disc { width: 190px; } }

.aperture { position: relative; width: 240px; aspect-ratio: 1; margin-inline: auto; }
.aperture span { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid var(--ink-300); }
.aperture span:nth-child(2) { inset: 18%; } .aperture span:nth-child(3) { inset: 34%; }
.aperture span:nth-child(4) { inset: 44%; background: var(--clay); border-color: var(--clay); box-shadow: 0 0 40px rgba(0, 174, 129, .5); }

.plane { display: flex; align-items: center; position: relative; padding: 24px 0; }
.plane::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: linear-gradient(90deg, var(--clay), var(--ink-200) 30%, var(--ink-200)); }
.plane i { position: relative; width: 30px; height: 30px; border-radius: 50%; background: var(--paper); border: 2px solid var(--ink-300); margin-right: auto; }
.plane i:last-child { margin-right: 0; }
.plane i.is-on { background: var(--clay); border-color: var(--clay); box-shadow: 0 0 0 8px rgba(0, 174, 129, .15); }

.halo { position: absolute; width: 360px; aspect-ratio: 1; border-radius: 50%; background: var(--clay); right: 6%; top: 50%; transform: translateY(-50%); }
.halo::before { content: ""; position: absolute; inset: -60%; border-radius: 50%; background: radial-gradient(circle, rgba(0, 174, 129, .45) 0%, rgba(0, 174, 129, .12) 38%, transparent 68%); z-index: -1; }
@media (max-width: 959px) { .halo { width: 200px; right: -60px; top: 0; transform: none; } }

.trail { position: relative; width: 100%; aspect-ratio: 1; max-width: 420px; margin-inline: auto; }
.trail i { position: absolute; width: 18%; aspect-ratio: 1; border-radius: 50%; background: var(--clay); }
.trail-wrap { position: relative; min-height: 420px; }
.trail-wrap .trail { position: absolute; inset: 0; margin: auto; }

/* ---------- Photos ---------- */
.media { position: relative; margin: 0; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); background: var(--ink-100); isolation: isolate; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--4x3 { aspect-ratio: 4 / 3; } .media--3x2 { aspect-ratio: 3 / 2; } .media--1x1 { aspect-ratio: 1; } .media--4x5 { aspect-ratio: 4 / 5; } .media--16x9 { aspect-ratio: 16 / 9; }
.media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10, 19, 32, .55)); z-index: 1; pointer-events: none; }
.media--clean::after { content: none; }
.media__label { position: absolute; left: 22px; bottom: 20px; z-index: 2; color: #fff; font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.media__label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ember); }

/* Glass floating cards over photos */
.float-card {
  position: absolute; z-index: 3; border-radius: var(--r-lg); padding: 18px 20px;
  background: rgba(10, 19, 32, .74); color: var(--paper); border: 1px solid rgba(255, 255, 255, .14);
  -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%); box-shadow: var(--shadow-lg);
}
.float-pill { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px 10px 10px; border-radius: var(--pill); background: #fff; color: var(--ink); font-size: 14px; font-weight: 600; line-height: 1.3; box-shadow: var(--shadow-lg); white-space: nowrap; }
.float-pill .ok, .float-pill .who { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 13px; }
.float-pill .ok { background: var(--verdigris); }
.float-pill .who { background: var(--clay); font-size: 12px; }
.float-pill small { display: block; font-weight: 400; color: var(--graphite); font-size: 12px; }
@media (prefers-reduced-motion: no-preference) {
  .float-bob { animation: bob 6s ease-in-out infinite; }
  .float-bob--2 { animation-delay: -3s; }
}
@keyframes bob { 50% { transform: translateY(-8px); } }

/* ---------- Home hero ---------- */
.hero { position: relative; overflow: hidden; padding: 88px 0 112px; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.hero__copy .lead { margin: 28px 0 36px; color: var(--ink-200); max-width: 34em; }
.hero__copy .lead strong { color: var(--paper); font-weight: 600; }
.hero .display { max-width: 13ch; }
.trustline { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; font-size: 14px; color: var(--ink-200); }
.trustline li { display: inline-flex; gap: 8px; align-items: center; padding: 7px 14px; border-radius: var(--pill); background: var(--glass); border: 1px solid var(--glass-line); }
.trustline li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ember); }
.hero__visual { position: relative; min-height: 580px; }
.hero__visual .hero-disc { width: 420px; aspect-ratio: 1; right: -140px; top: -100px; background: radial-gradient(circle at 35% 35%, #33C29B, var(--clay) 55%, var(--clay-600)); }
.hero__visual .media { position: absolute; inset: 40px 0 70px 40px; border-radius: 36px; box-shadow: var(--shadow-lg); }
.hero__visual .media::after { background: linear-gradient(200deg, transparent 40%, rgba(10, 19, 32, .6)); }
.hero__visual .float-card { left: 0; bottom: 0; width: min(440px, 92%); }
.hero__visual .pill-a { right: -12px; top: 100px; }
.hero__visual .pill-b { right: 28px; top: 178px; }
@media (max-width: 1099px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { min-height: 500px; }
  .hero__visual .media { inset: 0 0 80px 0; }
  .hero__visual .hero-disc { width: 260px; right: -80px; top: -60px; }
  .hero__visual .float-card { left: 12px; }
}
@media (max-width: 599px) {
  .hero { padding: 48px 0 72px; }
  .hero__visual { min-height: 440px; }
  .hero__visual .pill-a { right: 8px; top: 16px; } .hero__visual .pill-b { display: none; }
}
.hero-demo__label { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-300); }
.typer { font-size: 17px; margin: 8px 0 14px; white-space: nowrap; overflow: hidden; border-right: 2px solid var(--ember); width: 100%; }
.rungs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.rungs span { display: block; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-300); padding-top: 8px; border-top: 4px solid var(--ink-500); border-radius: 2px; }
.rungs span.fill { border-top-color: var(--ember); color: var(--paper); }
@media (prefers-reduced-motion: no-preference) {
  .typer { width: 0; animation: type 1s steps(48, end) .2s forwards, caret .8s step-end 1.4s 2 forwards; }
  .rungs span { animation: rung .2s var(--ease) both; }
  .rungs span:nth-child(1) { animation-delay: 1.25s; } .rungs span:nth-child(2) { animation-delay: 1.43s; }
  .rungs span:nth-child(3) { animation-delay: 1.61s; } .rungs span:nth-child(4) { animation-delay: 1.79s; }
  .rungs span:nth-child(5) { animation-delay: 1.97s; } .rungs span:nth-child(6) { animation-delay: 2.15s; }
}
@keyframes type { to { width: 100%; } }
@keyframes caret { 50%, to { border-color: transparent; } }
@keyframes rung { from { border-top-color: var(--ink-500); color: var(--ink-300); } to { border-top-color: var(--ember); color: var(--paper); } }
@media (prefers-reduced-motion: reduce) { .typer { border-right-color: transparent; white-space: normal; } }
@media (max-width: 599px) { .typer { font-size: 15px; white-space: normal; border-right: 0; width: auto !important; animation: none !important; } .rungs span { font-size: 8px; letter-spacing: 0; } }

/* ---------- Page heroes ---------- */
.page-hero { padding: 96px 0; position: relative; overflow: hidden; color: var(--paper); background: var(--ink); }
.page-hero:not(.page-hero--photo) { background: radial-gradient(50% 90% at 100% 0%, rgba(0, 174, 129, .28) 0%, transparent 65%), radial-gradient(50% 80% at 0% 100%, rgba(47, 111, 179, .18) 0%, transparent 60%), var(--ink); }
.page-hero h1 { max-width: 18ch; }
.page-hero .lead { margin-top: 24px; max-width: 40em; color: var(--ink-200); }
.page-hero .actions { margin-top: 36px; }
.page-hero .container > .chip { margin-bottom: 20px; }
.page-hero--photo { padding: 136px 0 112px; min-height: 640px; display: flex; align-items: flex-end; }
.page-hero--photo > .container { z-index: 2; }
.page-hero__bg { position: absolute; inset: 0; z-index: 0; margin: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 19, 32, .96) 0%, rgba(10, 19, 32, .84) 40%, rgba(10, 19, 32, .3) 78%, rgba(10, 19, 32, .15) 100%), linear-gradient(0deg, rgba(10, 19, 32, .8) 0%, transparent 40%); }
@media (max-width: 767px) {
  .page-hero { padding: 64px 0; }
  .page-hero--photo { padding: 220px 0 56px; min-height: 0; }
  .page-hero__bg::after { background: linear-gradient(0deg, rgba(10, 19, 32, .98) 0%, rgba(10, 19, 32, .9) 55%, rgba(10, 19, 32, .3) 100%); }
}
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--ink-300); margin-bottom: 28px; }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; opacity: .5; }
.breadcrumb a { color: var(--ink-200) !important; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; font-size: 14px; margin-top: 40px; }
.anchor-nav a { display: inline-flex; align-items: center; min-height: 38px; padding: 6px 16px; border-radius: var(--pill); background: var(--glass); border: 1px solid var(--glass-line); color: var(--paper) !important; text-decoration: none; transition: background-color .15s var(--ease); }
.anchor-nav a:hover { background: rgba(255, 255, 255, .14); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; display: grid; gap: 14px; margin: 56px 0 32px; padding: 12px 0; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee__row, .marquee__row ul { display: flex; gap: 14px; list-style: none; }
.marquee__row { width: max-content; }
.req-chip { display: inline-flex; align-items: center; gap: 12px; padding: 12px 22px 12px 12px; background: #fff; border-radius: var(--pill); box-shadow: var(--shadow-sm); font-size: 16px; white-space: nowrap; }
.req-chip::before { content: "“"; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--clay-100); color: var(--kiln); font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 1; padding-top: 8px; }
@media (prefers-reduced-motion: no-preference) {
  .marquee__row { animation: marq 60s linear infinite; }
  .marquee__row--rev { animation-direction: reverse; }
  .marquee:hover .marquee__row { animation-play-state: paused; }
}
@keyframes marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee { mask-image: none; } .marquee__row, .marquee__row ul { width: auto; flex-wrap: wrap; }
  .marquee__row ul[aria-hidden="true"] { display: none; } .req-chip { white-space: normal; }
}

/* ---------- Path strip ---------- */
.path { list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-top: 64px; position: relative; }
.path::before { content: ""; position: absolute; left: 28px; right: 28px; top: 28px; height: 2px; background: linear-gradient(90deg, var(--ink-200), var(--ink-200) 70%, var(--clay)); }
.path li { position: relative; }
.path__num { position: relative; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm), 0 0 0 1px var(--ink-100); font-variant-numeric: tabular-nums; font-size: 15px; font-weight: 600; color: var(--ink); }
.path li:last-child .path__num { background: linear-gradient(135deg, #33C29B, var(--clay)); color: #fff; box-shadow: 0 0 0 8px rgba(0, 174, 129, .14); }
.path h3 { margin: 20px 0 8px; }
.path p { font-size: 15px; color: var(--graphite); line-height: 1.55; }
@media (max-width: 959px) {
  .path { grid-template-columns: 1fr; gap: 0; }
  .path::before { left: 27px; right: auto; top: 28px; bottom: 28px; width: 2px; height: auto; background: linear-gradient(180deg, var(--ink-200) 70%, var(--clay)); }
  .path li { display: grid; grid-template-columns: 56px 1fr; column-gap: 20px; padding-bottom: 28px; }
  .path__num { grid-row: span 2; }
  .path h3 { margin: 12px 0 4px; }
}

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.stats--4 { grid-template-columns: repeat(4, 1fr); }
.stat { padding: 32px; border-radius: var(--r-lg); background: var(--glass); border: 1px solid var(--glass-line); }
.stat__num { font-variant-numeric: tabular-nums; font-weight: 300; font-size: 88px; line-height: 1; letter-spacing: -.04em; display: block; }
.stat__num.is-accent { background: linear-gradient(100deg, #5FD2B1, var(--ember) 40%, var(--clay)); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 400; }
.stat__label { display: block; margin-top: 14px; font-size: 16px; line-height: 1.45; color: var(--ink-200); max-width: 26ch; }
@media (max-width: 767px) { .stats, .stats--4 { grid-template-columns: 1fr; } .stat__num { font-size: 64px; } .stat { padding: 24px; } }
@media (min-width: 768px) and (max-width: 959px) { .stats--4 { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Tiles & cards (rounded, no boxed grid) ---------- */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.tiles--2 { grid-template-columns: repeat(2, 1fr); }
.tiles--4 { grid-template-columns: repeat(4, 1fr); }
.tiles--5 { grid-template-columns: repeat(5, 1fr); }
.tile {
  padding: 32px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.tile h3 { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.tile p { color: var(--graphite); }
.tile .link-arrow { margin-top: auto; }
.tile .chip { align-self: flex-start; }
.tile__num { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--clay-100); color: var(--kiln); font-variant-numeric: tabular-nums; font-size: 14px; font-weight: 700; flex-shrink: 0; }
a.tile { text-decoration: none; color: inherit; }
a.tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.on-ink .tile { background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03)); border: 1px solid var(--glass-line); box-shadow: none; }
.on-ink .tile p { color: var(--ink-300); }
.on-ink .tile__num { background: rgba(0, 174, 129, .16); color: var(--ember); }
.tile--photo { padding: 0; gap: 0; }
.tile__img { aspect-ratio: 16 / 10; overflow: hidden; }
.tile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
a.tile--photo:hover .tile__img img { transform: scale(1.05); }
.tile__body { padding: 26px 30px 30px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tile__body .link-arrow { margin-top: auto; }
@media (max-width: 959px) { .tiles, .tiles--4, .tiles--2, .tiles--5 { grid-template-columns: 1fr; } }
@media (min-width: 600px) and (max-width: 959px) { .tiles--4, .tiles, .tiles--5 { grid-template-columns: repeat(2, 1fr); } }

.card { border-radius: var(--r-lg); background: #fff; padding: 28px; box-shadow: var(--shadow); }
.card--soft { background: var(--bone); box-shadow: none; }
.on-ink .card, .page-hero .card { background: var(--glass); border: 1px solid var(--glass-line); box-shadow: none; }

/* Industry mosaic */
.mosaic { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 1fr; gap: 20px; margin-top: 48px; height: 640px; }
.mosaic a { position: relative; border-radius: var(--r-xl); overflow: hidden; color: #fff; text-decoration: none; box-shadow: var(--shadow); isolation: isolate; }
.mosaic a:first-child { grid-row: span 2; }
.mosaic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .7s var(--ease); }
.mosaic a::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 19, 32, 0) 35%, rgba(10, 19, 32, .9)); }
.mosaic a:hover img { transform: scale(1.05); }
.mosaic__body { position: absolute; left: 28px; right: 28px; bottom: 24px; }
.mosaic__body h3 { font-size: 28px; }
.mosaic__body p { color: rgba(255, 255, 255, .84); font-size: 15px; margin: 6px 0 0; }
.mosaic__body .link-arrow { color: #fff; min-height: 36px; margin-top: 6px; }
@media (max-width: 959px) { .mosaic { grid-template-columns: 1fr; grid-template-rows: none; height: auto; } .mosaic a { aspect-ratio: 4 / 3; } .mosaic a:first-child { grid-row: auto; } }

/* Lists */
.ticks { list-style: none; display: grid; gap: 14px; }
.ticks li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
.ticks li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--clay-100); color: var(--kiln); font-size: 13px; font-weight: 700; margin-top: 1px; }
.on-ink .ticks li::before { background: rgba(0, 174, 129, .18); color: var(--ember); }
.numbered { list-style: none; counter-reset: n; display: grid; gap: 12px; }
.numbered li { counter-increment: n; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; padding: 14px 18px 14px 14px; border-radius: var(--r-md); background: #fff; box-shadow: var(--shadow-sm); }
.numbered li::before { content: counter(n, decimal-leading-zero); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--clay-100); color: var(--kiln); font-variant-numeric: tabular-nums; font-weight: 700; font-size: 14px; }
.on-ink .numbered li, .page-hero .numbered li { background: var(--glass); border: 1px solid var(--glass-line); box-shadow: none; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.on-ink .numbered li::before, .page-hero .numbered li::before { background: rgba(0, 174, 129, .18); color: var(--ember); }
.never { list-style: none; display: grid; gap: 10px; }
.never li { padding: 14px 18px 14px 54px; border-radius: var(--r-md); background: #fff; box-shadow: var(--shadow-sm); position: relative; }
.never li::before { content: "✕"; position: absolute; left: 14px; top: 13px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: rgba(155, 44, 59, .1); color: var(--crimson); font-size: 12px; font-weight: 700; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 28px 0; }
.chips li { padding: 10px 18px; border-radius: var(--pill); background: #fff; box-shadow: var(--shadow-sm); font-size: 15px; font-weight: 600; }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; margin-top: 40px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow); padding: 8px 28px; }
.data-table { font-size: 16px; min-width: 560px; }
.data-table th, .data-table td { text-align: left; vertical-align: top; padding: 18px 20px 18px 0; border-bottom: 1px solid var(--ink-100); }
.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: 0; }
.data-table thead th { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--graphite); }
.data-table tbody th { font-weight: 600; }
.data-table td { font-variant-numeric: tabular-nums; }
.data-table .hl th { color: var(--kiln); }
.compare td:nth-child(3) { font-weight: 600; color: var(--ink); }
.compare td:nth-child(3)::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--clay-100); color: var(--kiln); font-size: 11px; margin-right: 10px; vertical-align: 1px; }
.compare thead th:nth-child(3) { color: var(--kiln); }

/* ---------- Framed product UI ---------- */
.ui-frame { border-radius: var(--r-lg); overflow: hidden; background: #fff; color: var(--ink); font-size: 15px; box-shadow: var(--shadow-lg); border: 1px solid var(--ink-100); }
.on-ink .ui-frame { border-color: rgba(255, 255, 255, .12); }
.ui-frame__bar { display: flex; align-items: center; gap: 12px; padding: 12px 18px; background: var(--ink); color: var(--paper); font-size: 13px; }
.ui-frame__bar .dot { width: 9px; height: 9px; box-shadow: 14px 0 0 var(--ink-500), 28px 0 0 var(--ink-500); margin-right: 28px; }
.ui-frame__bar span:last-child { margin-left: auto; color: var(--ink-300); font-variant-numeric: tabular-nums; }
.ui-frame__body { padding: 22px; }
figure { margin: 0; }
figure > figcaption { margin-top: 16px; }
.request-card { display: grid; gap: 14px; }
.request-card blockquote { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 24px; line-height: 1.3; letter-spacing: -.01em; }
.request-card blockquote::before { content: "“"; color: var(--clay); }
.request-card blockquote::after { content: "”"; color: var(--clay); }
.meta-row { display: flex; flex-wrap: wrap; gap: 6px 20px; font-size: 13px; color: var(--graphite); }
.meta-row b { color: var(--ink); font-weight: 600; }
.plan-list { list-style: none; display: grid; }
.plan-list li { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--ink-100); }
.plan-list li:last-child { border-bottom: 0; }
.plan-list li span:last-child { color: var(--graphite); text-align: right; }
.tool-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; list-style: none; }
.tool-tags li { font-family: ui-monospace, Consolas, monospace; font-size: 13px; padding: 4px 12px; border-radius: var(--pill); background: var(--ink-100); }
.ui-note { margin-top: 16px; padding: 12px 16px; border-radius: var(--r-sm); background: var(--clay-100); font-size: 14px; color: var(--kiln); }
.st { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px; white-space: nowrap; }
.st i { font-style: normal; display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; font-size: 11px; }
.st--pass { color: var(--verdigris); } .st--pass i { background: var(--verdigris); }
.st--warn { color: #8a6710; } .st--warn i { background: var(--amber); }
.st--fail { color: var(--crimson); } .st--fail i { background: var(--crimson); }
.st--info { color: var(--cobalt); } .st--info i { background: var(--cobalt); }
.gate-table { font-size: 15px; min-width: 620px; }
.gate-table th, .gate-table td { text-align: left; padding: 13px 18px; border-bottom: 1px solid var(--ink-100); vertical-align: top; }
.gate-table tr:last-child th, .gate-table tr:last-child td { border-bottom: 0; }
.gate-table thead th { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--graphite); background: var(--paper); }
.gate-table tbody th { font-weight: 600; white-space: nowrap; }
.gate-table .mode { font-size: 13px; color: var(--graphite); display: block; margin-top: 2px; font-weight: 400; }
.diff-summary { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-bottom: 16px; border-bottom: 1px solid var(--ink-100); font-variant-numeric: tabular-nums; font-size: 14px; }
.diff-summary b { font-size: 18px; margin-right: 4px; }
.diff-obj { margin-top: 18px; }
.diff-obj__head { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-weight: 600; margin-bottom: 8px; }
.diff-obj__head .caption { font-weight: 400; }
.diff-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.diff-cols > div { padding: 12px 14px; border-radius: var(--r-sm); font-size: 14px; line-height: 1.55; }
.diff-cols > div:first-child { background: #FBF1F1; }
.diff-cols > div:last-child { background: #EEF7F3; }
.diff-cols .col-h { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--graphite); display: block; margin-bottom: 6px; }
.diff-cols del { text-decoration: none; color: var(--crimson); }
.diff-cols ins { text-decoration: none; color: var(--verdigris); }
@media (max-width: 599px) { .diff-cols { grid-template-columns: 1fr; } }

/* Console mock (product visual) */
.console-list { list-style: none; display: grid; gap: 8px; }
.console-list li { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: center; padding: 12px 14px; border-radius: var(--r-sm); background: var(--paper); }
.console-list li b { font-weight: 600; font-size: 14px; }
.console-list li small { grid-column: 1; color: var(--graphite); font-size: 12px; }
.console-list li .st { grid-row: span 2; grid-column: 2; font-size: 13px; }

/* ---------- Story (How it works) ---------- */
.story-step { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; padding: 104px 0; border-top: 1px solid var(--ink-100); }
.story-step:first-child { border-top: 0; }
.story-step__copy { position: sticky; top: calc(var(--header-h) + 40px); }
.story-step__copy h2 { margin-bottom: 20px; }
.story-step__copy p { color: var(--graphite); }
@media (max-width: 959px) { .story-step { grid-template-columns: 1fr; gap: 32px; padding: 64px 0; } .story-step__copy { position: static; } }
.illustrative { display: inline-flex; gap: 8px; align-items: center; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--pill); background: var(--bone); color: var(--graphite); }
.on-ink .illustrative, .page-hero .illustrative { background: rgba(255, 255, 255, .12); color: var(--ink-100); }

/* ---------- Autonomy ladder ---------- */
.ladder { list-style: none; display: flex; flex-direction: column-reverse; gap: 10px; }
.ladder li { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: center; padding: 14px 20px 14px 14px; border-radius: var(--r-md); background: #fff; box-shadow: var(--shadow-sm); }
.ladder__n { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ink-100); font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 700; color: var(--graphite); }
.ladder__name { font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -.01em; }
.ladder__name small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 14px; color: var(--graphite); letter-spacing: 0; }
.ladder__rung { height: 6px; border-radius: 6px; background: var(--ink-100); }
.ladder li:nth-child(1) .ladder__rung { width: 20px; } .ladder li:nth-child(2) .ladder__rung { width: 36px; }
.ladder li:nth-child(3) .ladder__rung { width: 52px; } .ladder li:nth-child(4) .ladder__rung { width: 68px; }
.ladder li:nth-child(5) .ladder__rung { width: 84px; } .ladder li:nth-child(6) .ladder__rung { width: 100px; }
.ladder li.is-current { box-shadow: 0 0 0 2px var(--clay), var(--shadow); }
.ladder li.is-current .ladder__n { background: var(--clay); color: #fff; }
.ladder li.is-current .ladder__rung { background: var(--clay); }
.ladder li.is-locked .ladder__n { background: var(--ink); color: #fff; }
.ladder li.is-locked .ladder__rung { background: var(--ink); }

/* ---------- Apps ---------- */
.apps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.app-card { border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow); padding: 30px; display: flex; flex-direction: column; gap: 12px; min-height: 250px; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.app-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.app-card--soon { background: linear-gradient(180deg, #fff, var(--paper)); box-shadow: var(--shadow-sm); }
.app-card--feature { background: linear-gradient(145deg, var(--ink), var(--slate)); color: var(--paper); }
.app-card--feature p { color: var(--ink-200) !important; }
.app-card--feature .app-card__cat { color: var(--ink-300); }
.app-card--feature .link-arrow { color: var(--ember); }
.app-card__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.app-card__icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--clay-100); color: var(--kiln); }
.app-card__icon svg { width: 26px; height: 26px; }
.app-card--feature .app-card__icon { background: rgba(0, 174, 129, .18); color: var(--ember); }
.app-card__cat { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--graphite); }
.app-card h3 small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 15px; color: var(--graphite); margin-top: 4px; letter-spacing: 0; }
.app-card p { color: var(--graphite); font-size: 16px; }
.app-card__meta { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--ink-100); font-size: 13px; color: var(--graphite); display: flex; justify-content: space-between; gap: 8px; }
@media (max-width: 959px) { .apps-grid { grid-template-columns: 1fr; } }
@media (min-width: 600px) and (max-width: 959px) { .apps-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Timeline ---------- */
.timeline { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 48px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 22px; right: 22px; top: 22px; height: 2px; background: linear-gradient(90deg, var(--ink-200) 70%, var(--clay)); }
.timeline li { position: relative; }
.timeline .tile__num { position: relative; background: #fff; box-shadow: var(--shadow-sm), 0 0 0 1px var(--ink-100); color: var(--ink); }
.timeline li:last-child .tile__num { background: var(--clay); color: #fff; }
.timeline b { display: block; font-family: var(--font-display); font-size: 20px; margin: 16px 0 6px; }
.timeline p { font-size: 15px; color: var(--graphite); }
@media (max-width: 959px) { .timeline { grid-template-columns: 1fr; } .timeline::before { left: 21px; right: auto; bottom: 22px; width: 2px; height: auto; } .timeline li { padding-left: 64px; } .timeline .tile__num { position: absolute; left: 0; top: 0; } .timeline b { margin-top: 8px; } }

/* ---------- Pricing ---------- */
.p2-banner { background: var(--clay-100); color: var(--kiln); padding: 14px 0; font-size: 15px; }
.tiers { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 56px; align-items: stretch; }
.tier { padding: 30px 24px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px; }
.tier--featured { background: linear-gradient(160deg, var(--ink), var(--slate)); color: var(--paper); box-shadow: var(--shadow-lg); transform: translateY(-12px); }
.tier--featured ul, .tier--featured .tier__price small { color: var(--ink-300) !important; }
.tier--featured ul li { border-top-color: var(--glass-line) !important; }
.tier__flag { align-self: flex-start; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ember); background: rgba(0, 174, 129, .16); padding: 4px 10px; border-radius: var(--pill); }
.tier__price { font-variant-numeric: tabular-nums; font-size: 38px; font-weight: 300; letter-spacing: -.02em; line-height: 1; }
.tier__price small { font-size: 14px; color: var(--graphite); font-weight: 400; letter-spacing: 0; }
.tier ul { list-style: none; display: grid; gap: 8px; font-size: 15px; color: var(--graphite); }
.tier ul li { padding-top: 8px; border-top: 1px solid var(--ink-100); }
.tier .btn { margin-top: auto; width: 100%; }
@media (max-width: 1099px) { .tiers { grid-template-columns: repeat(2, 1fr); } .tier--featured { transform: none; } }
@media (max-width: 599px) { .tiers { grid-template-columns: 1fr; } }

/* FAQ */
.faq details { border-radius: var(--r-md); background: #fff; box-shadow: var(--shadow-sm); margin-bottom: 12px; padding: 0 24px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 40px 20px 0; font-family: var(--font-display); font-weight: 600; font-size: 19px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-family: var(--font-body); font-weight: 300; font-size: 28px; color: var(--kiln); }
.faq details[open] summary::after { content: "–"; }
.faq .faq__a { padding: 0 0 22px; color: var(--graphite); max-width: 68ch; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 22px; padding: 36px; border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow); }
@media (max-width: 599px) { .form { padding: 22px; } }
.form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 599px) { .form .row-2 { grid-template-columns: 1fr; } }
.field { display: grid; gap: 8px; }
.field label, .field legend { font-size: 15px; font-weight: 600; padding: 0; }
.field .hint { font-size: 14px; color: var(--graphite); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 16px; border: 1px solid var(--ink-200); border-radius: var(--r-sm); background: var(--paper); font-size: 16px; appearance: none; transition: border-color .15s var(--ease), box-shadow .15s var(--ease), background-color .15s var(--ease);
}
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 44px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--clay); background: #fff; box-shadow: 0 0 0 4px rgba(0, 174, 129, .15); }
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: var(--crimson); }
.field .error { display: none; font-size: 14px; color: var(--crimson); font-weight: 600; }
.field input:user-invalid ~ .error, .field select:user-invalid ~ .error, .field textarea:user-invalid ~ .error { display: block; }
fieldset.field { border: 0; margin: 0; padding: 0; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice span { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 18px; border-radius: var(--pill); border: 1px solid var(--ink-200); background: #fff; font-size: 15px; cursor: pointer; transition: all .15s var(--ease); }
.choice span:hover { border-color: var(--ink-400); }
.choice input:checked + span { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.choice input:focus-visible + span { outline: 2px solid var(--kiln); outline-offset: 2px; }
.consent { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; font-size: 15px; color: var(--graphite); }
.consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--clay); }
.hp { position: absolute; left: -9999px; }
.form-done { display: none; padding: 36px; border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow); }
.form-done.is-shown { display: block; }

/* ---------- Examples library ---------- */
.filters { display: grid; gap: 14px; margin-top: 8px; padding: 24px 28px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-sm); }
.filters fieldset { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.filters legend { float: left; width: 110px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--graphite); padding-top: 12px; }
.ex-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 32px; }
@media (max-width: 959px) { .ex-grid { grid-template-columns: 1fr; } }
.ex { border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow); padding: 30px; display: flex; flex-direction: column; gap: 14px; }
.ex__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ex__tags span { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--graphite); background: var(--bone); padding: 4px 10px; border-radius: var(--pill); }
.ex blockquote { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 22px; line-height: 1.3; }
.ex blockquote::before { content: "“"; color: var(--clay); } .ex blockquote::after { content: "”"; color: var(--clay); }
.ex details { margin-top: auto; border-top: 1px solid var(--ink-100); }
.ex summary { cursor: pointer; min-height: 48px; display: flex; align-items: center; font-weight: 600; color: var(--kiln); list-style: none; }
.ex summary::-webkit-details-marker { display: none; }
.ex summary::after { content: "+"; margin-left: 8px; } .ex details[open] summary::after { content: "–"; }
.ex dl { display: grid; grid-template-columns: 80px 1fr; gap: 10px 16px; margin: 4px 0 0; font-size: 15px; }
.ex dt { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--graphite); padding-top: 3px; }
.ex dd { margin: 0; }
.examples:has(#ind-mfg:checked) .ex:not([data-ind~="mfg"]),
.examples:has(#ind-dist:checked) .ex:not([data-ind~="dist"]),
.examples:has(#ind-retail:checked) .ex:not([data-ind~="retail"]),
.examples:has(#type-field:checked) .ex:not([data-type~="field"]),
.examples:has(#type-workflow:checked) .ex:not([data-type~="workflow"]),
.examples:has(#type-approval:checked) .ex:not([data-type~="approval"]),
.examples:has(#type-report:checked) .ex:not([data-type~="report"]),
.examples:has(#type-view:checked) .ex:not([data-type~="view"]),
.examples:has(#type-integration:checked) .ex:not([data-type~="integration"]),
.examples:has(#comp-yes:checked) .ex:not([data-comp="yes"]) { display: none; }

/* ---------- Footer ---------- */
.site-footer { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); padding: 96px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 40px; }
.footer-brand p { color: var(--ink-300); margin: 18px 0 28px; max-width: 30ch; }
.footer-col h2 { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-400); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: grid; gap: 2px; }
.footer-col a { color: var(--ink-200); text-decoration: none; display: inline-flex; min-height: 36px; align-items: center; font-size: 15px; }
.footer-col a:hover { color: var(--ember); }
.footer-bottom { margin-top: 80px; padding-top: 24px; border-top: 1px solid var(--glass-line); display: grid; grid-template-columns: 1fr auto; gap: 12px 32px; font-size: 14px; color: var(--ink-400); }
.footer-bottom a { color: var(--ink-300); }
.footer-bottom a:hover { color: var(--ember); }
.footer-bottom .links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-bottom .right { text-align: right; }
@media (max-width: 959px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } .footer-bottom { grid-template-columns: 1fr; } .footer-bottom .right { text-align: left; } }

/* ---------- CTA band ---------- */
.cta-band { border-radius: var(--r-xl); padding: 72px 64px; position: relative; overflow: hidden; isolation: isolate; color: var(--paper); background: radial-gradient(60% 120% at 100% 100%, rgba(0, 174, 129, .5), rgba(0, 174, 129, .2) 40%, transparent 70%), var(--ink); box-shadow: var(--shadow-lg); }
.cta-band .lead { color: var(--ink-200); }
.cta-band a:not(.btn) { color: var(--ember); }
@media (max-width: 767px) { .cta-band { padding: 44px 26px; } }

/* ---------- Photo compositions ---------- */
.photo-stack { position: relative; }
.photo-stack .float-pill { left: -20px; bottom: 32px; }
.photo-stack .float-card { right: -16px; top: 28px; max-width: 290px; }
@media (max-width: 767px) { .photo-stack .float-pill { left: 12px; bottom: 16px; white-space: normal; } .photo-stack .float-card { right: 12px; top: 12px; max-width: 240px; } }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0 !important; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; } .mt-6 { margin-top: 48px; } .mt-8 { margin-top: 64px; }
.mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; }
.note { font-size: 14px; color: var(--graphite); font-style: italic; }
.on-ink .note { color: var(--ink-300); }
hr.rule { border: 0; border-top: 1px solid var(--ink-100); margin: 0; }
/* Let wide tables scroll inside grid columns instead of stretching the page */
.split > *, .story-step > *, .grid > *, .hero__grid > * { min-width: 0; }

/* ---------- Brand photo grade ----------
   One treatment for every photo so the set reads as one shoot:
   muted colour, a warm clay wash and ink-deep shadows. */
.media img, .tile__img img, .mosaic img, .page-hero__bg img {
  filter: saturate(.78) contrast(1.06) brightness(.98) sepia(.08);
}
.media::before, .tile__img::after, .page-hero__bg::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(160deg, rgba(0, 174, 129, .14) 0%, rgba(0, 174, 129, 0) 45%, rgba(10, 19, 32, .18) 100%);
  mix-blend-mode: multiply;
}
.tile__img { position: relative; }
.mosaic a::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(160deg, rgba(0, 174, 129, .16), transparent 50%); mix-blend-mode: multiply; }
/* Keep faces in frame: bias crops towards the upper third */
.page-hero__bg img, .tile__img img { object-position: center 28%; }
.hero__visual--how .media img { object-position: 60% 35%; }
/* Approval card (How it works hero) */
.approve-card__title { font-weight: 600; margin: 6px 0 12px; }
.gate-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.gate-chips li { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: var(--pill); background: rgba(46, 125, 107, .25); color: #9fe0cc; }
.approve-card__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 13px; color: var(--ink-300); }
.approve-card__btn { background: var(--verdigris); color: #fff; font-weight: 600; font-size: 14px; padding: 8px 20px; border-radius: var(--pill); }

/* Photo headers (desktop): text on solid ink at left, photo on the right 60% so faces stay clear */
@media (min-width: 960px) {
  .page-hero__bg { left: 40%; }
  .page-hero__bg::after { background: linear-gradient(90deg, var(--ink) 0%, rgba(10, 19, 32, .75) 18%, rgba(10, 19, 32, .15) 55%, rgba(10, 19, 32, .05) 100%), linear-gradient(0deg, rgba(10, 19, 32, .55) 0%, transparent 35%); }
  .page-hero--photo h1, .page-hero--photo .lead, .page-hero--photo .numbered, .page-hero--photo .card { max-width: min(640px, 48vw); }
  .page-hero__bg img { object-position: center 25%; }
}
.mosaic img { object-position: center 22%; }

/* ---------- Mobile audit fixes ---------- */
.brand { min-height: 44px; }
@media (max-width: 767px) {
  .anchor-nav a { min-height: 44px; }
  /* Hero step labels: readable size, no forced caps */
  .rungs { gap: 4px; }
  .rungs span { font-size: 10px !important; letter-spacing: 0 !important; text-transform: none; }
}
@media (max-width: 420px) {
  /* Ladder: shorter rung bars so every row fits small phones */
  .ladder li { grid-template-columns: 40px 1fr auto; gap: 12px; padding: 12px 14px 12px 10px; }
  .ladder li:nth-child(1) .ladder__rung { width: 10px; } .ladder li:nth-child(2) .ladder__rung { width: 18px; }
  .ladder li:nth-child(3) .ladder__rung { width: 26px; } .ladder li:nth-child(4) .ladder__rung { width: 34px; }
  .ladder li:nth-child(5) .ladder__rung { width: 42px; } .ladder li:nth-child(6) .ladder__rung { width: 50px; }
  .ladder__name { font-size: 18px; }
  .display { font-size: 38px; }
}

/* Phones: photo headers become a photo banner on top, text below on ink (faces never under text) */
@media (max-width: 767px) {
  .page-hero--photo { display: block; padding: 0 0 56px; min-height: 0; }
  .page-hero--photo .page-hero__bg { position: relative; inset: auto; height: 300px; margin-bottom: 8px; }
  .page-hero--photo .page-hero__bg img { object-position: center 22%; }
  .page-hero--photo .page-hero__bg::after { background: linear-gradient(180deg, rgba(10, 19, 32, .05) 0%, rgba(10, 19, 32, .15) 55%, var(--ink) 100%); }
}

/* Phones: tables become stacked cards; each value shows its column name (labels set by main.js) */
@media (max-width: 599px) {
  .table-wrap { padding: 4px 18px; }
  .table-wrap .data-table, .ui-frame .gate-table { min-width: 0; }
  .data-table thead, .gate-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .data-table tr, .gate-table tr { display: block; padding: 14px 0; border-bottom: 1px solid var(--ink-100); }
  .data-table tr:last-child, .gate-table tr:last-child { border-bottom: 0; }
  .data-table th, .data-table td, .gate-table th, .gate-table td { display: block; padding: 3px 0 !important; border: 0 !important; }
  .gate-table th, .gate-table td { padding-left: 16px !important; padding-right: 16px !important; }
  .data-table tbody th, .gate-table tbody th { font-size: 17px; margin-bottom: 4px; }
  .data-table td[data-label]::before, .gate-table td[data-label]::before { content: attr(data-label); display: block; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--graphite); margin-top: 6px; }
  .compare td:nth-child(3)::before { content: attr(data-label); display: block; width: auto; height: auto; background: none; border-radius: 0; margin: 6px 0 0; font-size: 11px; color: var(--kiln); }
}
.form-error { margin: 0; padding: 12px 16px; border-radius: var(--r-sm); background: rgba(155, 44, 59, .08); color: var(--crimson); font-weight: 600; font-size: 15px; }

/* ---------- Audit 3 fixes ---------- */
/* Tick lists: keep mixed bold + text on one flowing line */
.ticks li { display: block; position: relative; padding-left: 38px; }
.ticks li::before { position: absolute; left: 0; top: 1px; margin-top: 0; }
/* Contrast: white on clay needs the deeper clay for small text */
.skip-link { background: var(--kiln); }
.path li:last-child .path__num, .timeline li:last-child .tile__num, .ladder li.is-current .ladder__n { background: var(--clay-600); }
/* Architecture diagram: scroll sideways on phones instead of shrinking to unreadable */
.diagram-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 767px) { .diagram-scroll svg { min-width: 760px; } .diagram-hint { display: block; } }
.diagram-hint { display: none; font-size: 13px; color: var(--graphite); margin-bottom: 8px; }
@media (max-width: 767px) {
  .footer-col a { min-height: 44px; }
  .footer-bottom .links a { display: inline-flex; align-items: center; min-height: 44px; }
  .rungs span { font-size: 11px !important; }
}

/* Brand dot: slightly smaller */
.brand::before { width: 16px; height: 16px; box-shadow: 0 0 0 3px rgba(0, 174, 129, .18); }

/* Home hero: smaller type, photo framing */
.hero .display { font-size: clamp(38px, 4.9vw, 66px); line-height: 1.02; }
.hero__copy .lead { font-size: 19px; }
.hero__visual .media img { object-position: center center; }
@media (max-width: 599px) { .hero .display { font-size: 36px; } .hero__copy .lead { font-size: 17px; } }


/* =====================================================================
   elan1 DESIGN SYSTEM LAYER (matches elan1.ai, the parent company)
   Square corners, 1px rules instead of shadows, paper header,
   uppercase tracked buttons, Plex Mono for technical labels.
   rung1 primary accent: Ember (#00AE81), with Kiln (#006B50) for
   accent text on paper and Ink text on Ember fills (7.2:1).
   ===================================================================== */
:root {
  --r-xl: 0; --r-lg: 0; --r-md: 0; --r-sm: 0; --pill: 0;
  --shadow-sm: none; --shadow: none;
  --shadow-lg: 0 28px 56px -28px rgba(10, 19, 32, .55);
  --rule: var(--ink-200);
  --font-mono: "IBM Plex Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
  --header-h: 64px;
}

/* 1. Square everything; only the disc family stays round */
*, *::before, *::after { border-radius: 0 !important; }
.disc, .dot, .dot--live, .brand::before, .halo, .halo::before, .gate-disc, .aperture span, .plane i, .trail i,
.st i, .float-pill .ok, .float-pill .who, .chip--live::before, .trustline li::before, .hero-e1__meta li::before,
.flow-dot { border-radius: 50% !important; }

/* 2. Type: elan1 weights and labels */
h2, .h2 { font-weight: 700; letter-spacing: -.02em; }
.h1, h1 { letter-spacing: -.03em; }
.kicker { font-size: 12px; letter-spacing: .18em; color: var(--kiln); margin-bottom: 14px; }
.kicker::before { content: none; }
.on-ink .kicker, .page-hero .kicker { color: var(--ember); }
code, .tool-tags li, .ui-frame__bar, .meta-row, .tile__num, .path__num, .ladder__n, .chip, .illustrative,
.flow-card__step, .hero-demo__label, .ex__tags span, .app-card__cat, .breadcrumb { font-family: var(--font-mono); }
.chip, .illustrative, .ex__tags span { letter-spacing: .08em; font-weight: 500; }

/* 3. Header: paper, hairline, plain nav (as elan1.ai) */
.site-header, .site-header.is-light {
  background: rgba(251, 250, 247, .92); color: var(--ink);
  border-bottom: 1px solid var(--ink-100);
  -webkit-backdrop-filter: saturate(160%) blur(12px); backdrop-filter: saturate(160%) blur(12px);
}
.nav-link { border-radius: 0; padding: 8px 12px; background: none !important; }
.nav-link:hover, .nav-item:focus-within > .nav-link, .nav-link[aria-current="page"] { color: var(--kiln); background: none !important; }
.nav-link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--clay); }
.site-header :focus-visible { outline-color: var(--kiln); }
.brand__by { opacity: .6; }
.nav-burger, .site-header.is-light .nav-burger { background: transparent; border: 1px solid var(--ink-200); }
.mega { border: 1px solid var(--ink-200); box-shadow: var(--shadow-lg); top: calc(var(--header-h) - 1px); }
.mega a.mega-item:hover { background: var(--paper); }
.mega__foot { background: var(--bone); }

/* 4. Buttons: square, uppercase, tracked (primary); outlined sentence case (secondary) */
.btn { min-height: 48px; padding: 12px 24px; border-radius: 0; box-shadow: none !important; transform: none !important; }
.btn-primary { background: var(--clay); color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.btn-primary:hover { background: #1FBB91; }
.btn-primary:active { background: var(--clay-600); }
.btn-primary::after { content: none; }
.btn-secondary { background: transparent; color: var(--ink); border: 1px solid var(--ink); font-size: 15px; letter-spacing: 0; text-transform: none; }
.btn-secondary:hover { background: var(--ink); color: var(--paper); }
.on-ink .btn-secondary, .page-hero .btn-secondary, .hero-e1 .btn-secondary, .nav-sheet .btn-secondary, .mobile-bar .btn-secondary,
.cta-band .btn-secondary { background: transparent; color: var(--paper); border-color: var(--paper); }
.on-ink .btn-secondary:hover, .hero-e1 .btn-secondary:hover { background: var(--paper); color: var(--ink); }
.site-header .btn-primary { min-height: 40px; padding: 8px 16px; font-size: 12px; }
.link-arrow { color: var(--kiln); }
.on-ink .link-arrow, .page-hero .link-arrow, .cta-band .link-arrow, .hero-e1 .link-arrow { color: var(--ember); }
.skip-link { background: var(--ink); color: var(--paper); }

/* 5. Surfaces: flat panels with 1px rules instead of floating shadows */
.tile, .card, .app-card, .ex, .form, .form-done, .table-wrap, .numbered li, .never li, .ladder li, .faq details,
.filters, .chips li, .req-chip, .tier, .ui-frame, .console-list li { box-shadow: none; border: 1px solid var(--rule); }
.tile, .app-card, .ex, .form, .card { background: #fff; }
.card--soft { background: var(--bone); border-color: var(--bone); }
a.tile:hover, .app-card:hover { transform: none; box-shadow: none; border-color: var(--ink); }
.on-ink .tile, .on-ink .card, .page-hero .card, .on-ink .numbered li, .page-hero .numbered li, .stat {
  background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .14); }
.tier--featured { transform: none; border-color: var(--ink); }
.ui-frame { border-color: var(--ink-200); }
.on-ink .ui-frame { border-color: rgba(255, 255, 255, .16); }
.ui-frame__bar { background: var(--ink); font-size: 12px; letter-spacing: .04em; }
.ui-frame__bar .dot { box-shadow: none; margin-right: 0; width: 8px; height: 8px; }
.media, .tile--photo .tile__img, .mosaic a { box-shadow: none; }
.table-wrap { padding: 4px 24px; }

/* Numbers and chips become boxed squares, as on elan1.ai */
.tile__num, .path__num, .ladder__n, .numbered li::before { width: 40px; height: 40px; background: transparent; border: 1px solid var(--ink-300); color: var(--ink); font-weight: 500; font-size: 13px; box-shadow: none; }
.on-ink .tile__num, .on-ink .numbered li::before, .page-hero .numbered li::before { border-color: rgba(255, 255, 255, .3); color: var(--paper); background: transparent; }
.path li:last-child .path__num, .timeline li:last-child .tile__num, .ladder li.is-current .ladder__n { background: var(--clay); border-color: var(--clay); color: var(--ink); box-shadow: none; }
.ladder li.is-locked .ladder__n { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.path__num { width: 48px; height: 48px; background: var(--paper); }
.path::before { top: 24px; left: 24px; right: 24px; background: var(--ink-200); }
.timeline .tile__num { background: var(--paper); }
.ladder li.is-current { box-shadow: inset 3px 0 0 var(--clay); border-color: var(--ink-200); }
.chip { background: transparent; border: 1px solid currentColor; padding: 2px 8px; }
.chip--live { color: #1f6152; background: transparent; }
.chip--soon { color: var(--kiln); background: transparent; }
.chip--phase { color: var(--graphite); background: transparent; }
.on-ink .chip, .page-hero .chip { background: transparent; color: var(--ink-200); }
.on-ink .chip--live, .page-hero .chip--live, .nav-sheet .chip--live { color: #8fd6c3; }
.on-ink .chip--soon, .page-hero .chip--soon, .nav-sheet .chip--soon { color: var(--ember); }
.ticks li::before { background: transparent; border: 1px solid var(--clay); color: var(--kiln); }
.on-ink .ticks li::before { color: var(--ember); }
.req-chip { background: #fff; }
.req-chip::before { background: transparent; border: 1px solid var(--clay); color: var(--kiln); }
.chips li { background: transparent; border-color: var(--ink); font-family: var(--font-mono); font-weight: 500; font-size: 14px; }
.float-pill .who { color: var(--ink); }
.float-pill, .float-card { box-shadow: var(--shadow-lg); }
.float-pill { border: 1px solid var(--ink-100); }
.gate-chips li, .flow-card__gates li { font-family: var(--font-mono); font-weight: 500; }
.illustrative { background: transparent; border: 1px solid currentColor; }
.approve-card__btn, .ui-btn--go { font-family: var(--font-body); }
.anchor-nav a { background: transparent; border: 1px solid rgba(255, 255, 255, .22); }
.anchor-nav a:hover { border-color: var(--ember); background: transparent; }
.choice span { border-color: var(--ink-300); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea { background: #fff; border-color: var(--ink-300); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(0, 174, 129, .35); }
.p2-banner { background: var(--bone); color: var(--kiln); border-bottom: 1px solid var(--ink-200); }

/* 6. Grounds: calm ink, paper and bone, no coloured glows (elan1 restraint) */
.on-ink, .grad-nightfall, .grad-ember, .page-hero:not(.page-hero--photo) { background: var(--ink); }
.grad-ember { background: linear-gradient(180deg, var(--ink) 0%, #0d1828 100%); }
.stat__num.is-accent { background: none; -webkit-background-clip: border-box; background-clip: border-box; color: var(--ember); }
.cta-band { background: var(--ink); }

/* 7. Section heads centred, as on elan1.ai */
.section-head { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 12px; max-width: 820px; margin: 0 auto 8px; }
.section-head h2 { max-width: 22ch; }
.section-head p { max-width: 60ch; margin: 0 auto; }

/* 8. Photo headers on inner pages: navy duotone, like the elan1 hero */
.page-hero__bg img { filter: grayscale(.35) contrast(1.05) brightness(.9); }
.page-hero__bg::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(10, 19, 32, .28); mix-blend-mode: multiply; pointer-events: none; }
.media img, .tile__img img, .mosaic img { filter: saturate(.85) contrast(1.04); }

/* 9. Home hero, elan1.ai pattern: full-bleed duotone photo, centred story, product panel */
.hero-e1 { position: relative; overflow: hidden; isolation: isolate; color: var(--paper); background: var(--ink); padding: 104px 0 0; text-align: center; }
.hero-e1__bg { position: absolute; inset: 0; margin: 0; z-index: -2; }
.hero-e1__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: grayscale(.55) contrast(1.05) brightness(.85); }
.hero-e1__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 19, 32, .84) 0%, rgba(10, 19, 32, .78) 55%, rgba(10, 19, 32, .96) 100%); }
.hero-e1__eyebrow { display: block; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-300); }
.hero-e1__title { font-size: clamp(38px, 5.2vw, 72px); line-height: 1.02; font-weight: 700; letter-spacing: -.035em; max-width: 15ch; margin: 22px auto 0; }
.hero-e1__lead { font-size: 18px; line-height: 1.6; font-weight: 400; color: var(--ink-200); max-width: 40em; margin: 24px auto 0; }
.hero-e1__lead strong { color: var(--paper); }
.hero-e1 .actions { justify-content: center; margin-top: 36px; }
.hero-e1__meta { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 26px; font-size: 14px; color: var(--ink-300); }
.hero-e1__meta li { display: inline-flex; align-items: center; gap: 10px; }
.hero-e1__meta li + li::before { content: ""; width: 4px; height: 4px; background: var(--ink-400); margin-right: 12px; }
.hero-e1__disc { width: 520px; aspect-ratio: 1; right: -170px; bottom: -300px; z-index: -1; background: var(--clay); }
.hero-e1__panel { position: relative; max-width: 880px; margin: 56px auto 0; text-align: left; background: rgba(10, 19, 32, .88);
  border: 1px solid rgba(255, 255, 255, .16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.hero-e1__panel-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: 13px; color: var(--ink-200); }
.hero-e1__tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; padding: 2px 8px; border: 1px solid rgba(255, 255, 255, .35); color: var(--ink-100); }
.hero-e1__rows { list-style: none; }
.hero-e1__rows li { display: grid; grid-template-columns: 36px 1fr auto; gap: 16px; align-items: center; padding: 14px 18px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.hero-e1__n { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255, 255, 255, .3); font-family: var(--font-mono); font-size: 12px; color: var(--ink-200); }
.hero-e1__rows b { display: block; font-weight: 600; color: var(--paper); font-size: 15px; }
.hero-e1__rows small { display: block; font-family: var(--font-mono); font-size: 12px; color: var(--ink-300); margin-top: 2px; }
.hero-e1__status { font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border: 1px solid currentColor; }
.hero-e1__status--pass { color: #8fd6c3; }
.hero-e1__status--ok { color: var(--ink); background: var(--clay); border-color: var(--clay); }
.hero-e1__rows li.is-done { background: rgba(255, 255, 255, .04); }
.hero-e1__panel .typer { font-size: 15px; margin: 0; color: var(--paper); font-weight: 600; border-right-color: var(--ember); }
.hero-e1__foot { padding: 14px 18px 16px; }
.hero-e1__foot .rungs span { border-top-width: 3px; }
.hero-e1__spacer { height: 88px; }
@media (max-width: 767px) {
  .hero-e1 { padding-top: 64px; text-align: left; }
  .hero-e1__title, .hero-e1__lead { margin-left: 0; }
  .hero-e1 .actions, .hero-e1__meta { justify-content: flex-start; }
  .hero-e1__meta { flex-direction: column; gap: 8px; }
  .hero-e1__meta li + li::before { content: none; }
  .hero-e1 .actions .btn { width: 100%; }
  .hero-e1__rows li { grid-template-columns: 28px 1fr; }
  .hero-e1__status { grid-column: 2; justify-self: start; }
  .hero-e1__disc { width: 300px; right: -150px; bottom: -180px; }
  .hero-e1__spacer { height: 56px; }
}

/* 10. Footer and mobile chrome */
.site-footer { border-top: 1px solid var(--ink-600); }
.footer-crop { background: var(--clay); }
.mobile-bar .btn { font-size: 12px; letter-spacing: .1em; }
.mobile-bar .btn-secondary { font-size: 14px; letter-spacing: 0; }
/* Disc is always a flat circle (brand book 04) */
.gate-disc { filter: none; }
.gate-disc::before, .gate-disc::after { background: var(--clay); }
.hero-disc, .field-crop, .footer-crop, .aperture span:nth-child(4) { background: var(--clay); box-shadow: none; }
.plane i.is-on { box-shadow: none; }
/* Ember is decoration-only on paper: quote marks and focus use Kiln */
.request-card blockquote::before, .request-card blockquote::after, .ex blockquote::before, .ex blockquote::after { color: var(--kiln); }
.tier__flag { color: var(--kiln); background: transparent; border: 1px solid currentColor; }
.tier--featured .tier__flag { color: var(--ember); }

/* Mobile menu fix: a backdrop-filter on the header traps the fixed menu sheet inside the 64px header.
   Below the desktop breakpoint the header is solid paper instead, so the sheet fills the screen. */
@media (max-width: 1099px) {
  .site-header, .site-header.is-light { -webkit-backdrop-filter: none; backdrop-filter: none; background: var(--paper); }
  .nav-sheet { height: calc(100dvh - var(--header-h)); }
}


/* =====================================================================
   INTERACTIONS (green #00AE81). All motion is off for prefers-reduced-motion.
   ===================================================================== */
.scroll-progress { position: absolute; bottom: -1px; left: 0; width: 0; height: 2px; z-index: 2; background: var(--clay); pointer-events: none; }
.to-top { position: fixed; right: 20px; bottom: 24px; z-index: 102; width: 48px; height: 48px; display: grid; place-items: center; background: var(--ink); color: var(--paper); border: 1px solid rgba(255, 255, 255, .2); text-decoration: none; font-size: 20px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s var(--ease), transform .25s var(--ease), background-color .2s; }
.to-top.is-on { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--clay); color: var(--ink); }
@media (max-width: 767px) { .to-top { bottom: 88px; right: 12px; width: 44px; height: 44px; } }

/* Reveal on scroll */
.js-reveal .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease) var(--d, 0ms), transform .7s var(--ease) var(--d, 0ms); }
.js-reveal .reveal.is-in { opacity: 1; transform: none; }

/* Buttons: sweep and arrow */
.btn { position: relative; overflow: hidden; isolation: isolate; transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), letter-spacing .25s var(--ease); }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255, 255, 255, .28); transform: translateX(-101%); transition: transform .45s var(--ease); }
.btn:hover::before { transform: translateX(0); }
.btn-primary:hover { background: var(--clay); letter-spacing: .21em; }
.btn-secondary::before { background: rgba(0, 174, 129, .12); }
.link-arrow::after { transition: transform .25s var(--ease); }
.link-arrow:hover::after { transform: translateX(6px); }
.link-arrow { background-image: linear-gradient(currentColor, currentColor); background-size: 0 1px; background-repeat: no-repeat; background-position: 0 85%; transition: background-size .3s var(--ease); text-decoration: none !important; }
.link-arrow:hover { background-size: calc(100% - 22px) 1px; }

/* Cards: lift, green edge, pointer spotlight */
.tile, .app-card, .ex, .card, .console-list li, .numbered li, .never li, .faq details { transition: transform .3s var(--ease), border-color .25s var(--ease), box-shadow .3s var(--ease), background-color .25s; }
a.tile:hover, .app-card:hover, .ex:hover { transform: translateY(-4px) !important; border-color: var(--clay) !important; box-shadow: 0 20px 40px -24px rgba(10, 19, 32, .35) !important; }
.tile:hover .tile__num { background: var(--clay); border-color: var(--clay); color: var(--ink); }
.tile__num { transition: background-color .25s, border-color .25s, color .25s; }
.numbered li:hover, .never li:hover { border-color: var(--clay); transform: translateX(4px); }
.spot { position: relative; }
.spot::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .3s; background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(0, 174, 129, .10), transparent 60%); }
.spot:hover::after { opacity: 1; }
.tile--photo .tile__img img, .mosaic img { transition: transform .8s var(--ease), filter .5s; }
a.tile--photo:hover .tile__img img, .mosaic a:hover img { transform: scale(1.06); filter: saturate(1) contrast(1.05); }
.mosaic a .link-arrow::after { display: inline-block; }

/* FAQ: smooth open, rotating plus */
.faq summary::after { transition: transform .25s var(--ease); }
.faq details[open] summary::after { content: "+"; transform: rotate(45deg); }
.faq details[open] { border-color: var(--clay); }
.faq details[open] .faq__a { animation: faqin .35s var(--ease); }
@keyframes faqin { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.faq summary:hover { color: var(--kiln); }

/* Gate ticks pop in */
.st-wait i { transform: scale(0); } .st-wait { opacity: .35; }
.st-pop i { animation: pop .45s var(--ease) both; } .st-pop { transition: opacity .3s; opacity: 1; }
@keyframes pop { 0% { transform: scale(0); } 60% { transform: scale(1.25); } 100% { transform: scale(1); } }

/* Path and timeline: connector draws in */
.js-reveal .path li .path__num, .js-reveal .timeline .tile__num { transition: background-color .4s var(--ease) var(--d), color .4s var(--ease) var(--d), border-color .4s var(--ease) var(--d); }
.js-reveal .path li.is-in .path__num { border-color: var(--clay); }
.path li:hover .path__num { background: var(--clay); border-color: var(--clay); color: var(--ink); }

/* Ladder: pick a rung */
.ladder li { cursor: pointer; transition: transform .25s var(--ease), border-color .25s, box-shadow .25s; }
.ladder li.is-picked { border-color: var(--clay); transform: translateX(6px); box-shadow: inset 3px 0 0 var(--clay); }
.ladder li .ladder__rung { transition: width .4s var(--ease), background-color .3s; }
.ladder li.is-picked .ladder__rung { background: var(--clay); }
.ladder li:focus-visible { outline: 2px solid var(--kiln); outline-offset: 2px; }

/* Hero request cycling */
.typer { transition: opacity .3s var(--ease), transform .3s var(--ease); }
.typer.is-swap { opacity: 0; transform: translateY(-6px); }
.rungs span { transition: border-color .3s var(--ease), color .3s var(--ease); }

/* Hero panel and floating cards: gentle float */
@media (prefers-reduced-motion: no-preference) {
  .hero-e1__panel { animation: floaty 7s ease-in-out infinite; }
  .hero-e1__disc { animation: breathe 9s ease-in-out infinite; }
}
@keyframes floaty { 50% { transform: translateY(-6px); } }
@keyframes breathe { 50% { transform: scale(1.04); } }

/* How it works step tracker */
.step-tracker { position: fixed; left: 20px; top: 50%; z-index: 90; display: grid; gap: 4px; transform: translate(-16px, -50%); opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s var(--ease); }
.step-tracker.is-on { opacity: 1; transform: translate(0, -50%); pointer-events: auto; }
.step-tracker a { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--graphite); font-size: 12px; min-height: 30px; }
.step-tracker span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--ink-300); background: var(--paper); font-family: var(--font-mono); font-size: 11px; color: var(--ink); transition: all .25s var(--ease); }
.step-tracker em { font-style: normal; opacity: 0; transform: translateX(-6px); transition: all .25s var(--ease); white-space: nowrap; background: var(--paper); padding: 2px 6px; }
.step-tracker a:hover em, .step-tracker a.is-active em { opacity: 1; transform: none; }
.step-tracker a.is-active span { background: var(--clay); border-color: var(--clay); color: var(--ink); }
.step-tracker a.is-active { color: var(--ink); font-weight: 600; }
@media (max-width: 1399px) { .step-tracker { display: none; } }

/* Nav: underline slides in */
.nav-link { position: relative; }
.nav-link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--clay); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav-link:hover::after { transform: scaleX(1); }
.mega a.mega-item { transition: background-color .15s, padding-left .2s var(--ease); }
.mega a.mega-item:hover { padding-left: 18px; box-shadow: inset 2px 0 0 var(--clay); }

/* Form fields and choices */
.field input, .field select, .field textarea { transition: border-color .2s, box-shadow .2s; }
.choice span { transition: background-color .2s, color .2s, border-color .2s, transform .15s; }
.choice span:hover { border-color: var(--clay); }
.choice input:checked + span { background: var(--ink); border-color: var(--ink); }
.choice:active span { transform: scale(.97); }

@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { opacity: 1 !important; transform: none !important; }
  .btn::before, .spot::after { display: none; }
  a.tile:hover, .app-card:hover, .ex:hover, .numbered li:hover, .never li:hover, .ladder li.is-picked { transform: none !important; }
  .scroll-progress { transition: none; }
}
.tile__img img[src*="1653503425441"] { object-position: center 35% !important; }
.media img[src*="1742485244548"] { object-position: 70% center !important; }
.media img[src*="1774850236254"] { object-position: center 20% !important; }

.page-hero__bg img[src*="1741454851818"] { object-position: 40% 15% !important; }

/* ---------- Pricing page ---------- */
.bill-toggle { display: flex; justify-content: center; gap: 8px; margin: 32px 0 8px; }
.tier__for { font-family: var(--font-mono); font-size: 12px; color: var(--graphite); margin: -6px 0 0; }
.tier--featured .tier__for { color: var(--ink-300); }
.tier__note { font-size: 13px; color: var(--kiln); margin: -6px 0 0; }
.tier--featured .tier__note { color: var(--ember); }
.tier__amt { transition: opacity .2s; }
.tier__amt.is-swap { opacity: 0; }
.finder__result { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--ink-100); display: grid; gap: 6px; }
.finder__label { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--graphite); }
.finder__plan { font-family: var(--font-display); font-size: 32px; line-height: 1.1; }
.finder__price { font-size: 18px; color: var(--kiln); font-weight: 600; }
.finder__why { color: var(--graphite); margin: 4px 0 0; }
.estimator { color: var(--paper); }
.estimator__label { font-weight: 600; }
.estimator__row { display: flex; align-items: center; gap: 16px; margin: 14px 0 20px; }
.estimator__row input { flex: 1; accent-color: var(--clay); height: 44px; }
.estimator__row output { font-family: var(--font-mono); font-size: 28px; min-width: 2.5ch; text-align: right; color: var(--ember); }
.estimator__stats { display: grid; gap: 12px; margin: 0 0 16px; }
.estimator__stats div { border-top: 1px solid rgba(255,255,255,.14); padding-top: 10px; }
.estimator__stats dt { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-300); }
.estimator__stats dd { margin: 4px 0 0; font-size: 20px; font-weight: 600; }
@media (max-width: 599px) { .bill-toggle { justify-content: flex-start; } }
.tier.is-picked { border-color: var(--clay) !important; box-shadow: inset 0 3px 0 var(--clay); }
.tier__price { font-size: clamp(26px, 2.3vw, 34px); white-space: nowrap; }
.tier__price small { white-space: nowrap; }
@media (min-width: 1100px) and (max-width: 1299px) { .tier { padding: 26px 18px; } }
