/* SilverLion Technologies, site v4 (third pass: a serious software company, dark-first).
   Canvas: deep navy sampled from the logo (#101920 family). Type: silver. Accent: the ice-blue of the
   lion's eyes (#5BC8FF), used as light only: edge glows, active states, data highlights.
   Light surfaces only where they help reading (article bodies, quotes, customer-site previews).
   Type: Archivo, wide for headings; JetBrains Mono ONLY for real data, numbers, prices, code and status.
   Shape rule: panels 12px, controls 8px, tags 5px, chips full pill.
   Z-index: 1 lifts, 10 sticky nav, 20 sheets, 40 command palette, 50 skip link. */

@property --sweep { syntax: '<angle>'; inherits: false; initial-value: 0deg; }

:root {
  --bg: #0A1015;
  --bg-2: #0D151C;
  --surface: #111B23;
  --surface-2: #16222C;
  --ink: #E6ECF1;
  --ink-2: #B7C3CD;
  --muted: #7E8F9E;
  --line: #1C2833;
  --line-2: #2A3A47;
  --accent: #5BC8FF;
  --accent-ink: #7DD4F9;
  --on-accent: #06121A;
  --glow: rgb(91 200 255 / .32);
  --grid: rgb(125 212 249 / .055);
  --font: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --gut: clamp(16px, 2.6vw, 48px);
  --sec: clamp(44px, 5vw, 80px);
  --r: 12px;
  --r-s: 8px;
  --measure: 68ch;
  color-scheme: dark;
}
.paper { --bg: #EEF1F4; --bg-2: #E4E9EE; --surface: #FFFFFF; --surface-2: #F4F6F8; --ink: #101920; --ink-2: #2C3945; --muted: #55636F; --line: #D6DDE3; --line-2: #B9C4CD; --accent-ink: #0B6C9C; color-scheme: light; background: var(--bg); color: var(--ink); }

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; background: var(--bg); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 1rem/1.58 var(--font); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; color: var(--ink); }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--accent); color: var(--on-accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 50; background: var(--accent); color: var(--on-accent); padding: 10px 16px; border-radius: var(--r-s); text-decoration: none; font-weight: 650; }
.skip:focus { top: 12px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: 100%; max-width: 2160px; margin-inline: auto; padding-inline: var(--gut); }
.sec { padding-block: var(--sec); border-top: 1px solid var(--line); }
.sec-alt { background: var(--bg-2); }
.mono, code, kbd { font-family: var(--mono); font-size: .8125rem; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
kbd { display: inline-flex; align-items: center; gap: 2px; padding: 1px 6px; border: 1px solid var(--line-2); border-bottom-width: 2px; border-radius: 5px; font-size: .75rem; color: var(--ink-2); background: var(--surface); line-height: 1.5; }

/* ---------- type ---------- */
h1, .h1 { font-stretch: 112%; font-weight: 680; letter-spacing: -0.032em; line-height: 1.04; font-size: clamp(2.1rem, 1.3rem + 3vw, 3.9rem); }
h2, .h2 { font-stretch: 110%; font-weight: 660; letter-spacing: -0.026em; line-height: 1.1; font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.4rem); }
h3, .h3 { font-stretch: 104%; font-weight: 640; letter-spacing: -0.012em; line-height: 1.25; font-size: 1.125rem; }
.lede { font-size: clamp(1.03rem, .98rem + .3vw, 1.2rem); line-height: 1.55; color: var(--ink-2); max-width: 60ch; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.accent { color: var(--accent-ink); }
.measure { max-width: var(--measure); }
.prose { max-width: var(--measure); font-size: 1.0625rem; line-height: 1.7; color: var(--ink-2); }
.prose p + p, .prose ul + p, .prose p + ul, .prose ol + p, .prose p + ol { margin-top: 1em; }
.prose h2 { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); margin: 1.8em 0 .5em; }
.prose h3 { margin: 1.4em 0 .4em; }
.prose ul { list-style: disc; padding-left: 1.2em; }
.prose ol { list-style: decimal; padding-left: 1.3em; }
.prose li + li { margin-top: .4em; }
.prose a { color: var(--accent-ink); text-underline-offset: 3px; }
.prose strong { font-weight: 650; color: var(--ink); }
.prose .note { margin-top: 1.4em; padding: 14px 16px; background: var(--bg-2); border-left: 3px solid var(--accent-ink); border-radius: 0 var(--r-s) var(--r-s) 0; font-size: .9375rem; }

/* ---------- buttons, tags, chips ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 18px; border-radius: var(--r-s); border: 1px solid transparent; font-weight: 650; font-size: .9375rem; font-stretch: 104%; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform 140ms var(--ease-out), background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.btn:active { transform: scale(.97); }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform 180ms var(--ease-out); }
.btn-accent { background: var(--accent); color: var(--on-accent); box-shadow: 0 0 0 1px rgb(91 200 255 / .4), 0 8px 30px -10px var(--glow); }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-line { border-color: var(--line-2); color: var(--ink); background: rgb(255 255 255 / .02); }
.btn-sm { min-height: 36px; padding: 0 13px; font-size: .875rem; }
@media (hover: hover) and (pointer: fine) {
  .btn-accent:hover { background: #8AD8FF; box-shadow: 0 0 0 1px rgb(91 200 255 / .6), 0 10px 40px -8px var(--glow); }
  .btn-primary:hover { background: #fff; }
  .btn-line:hover { border-color: var(--accent-ink); color: #fff; }
  .btn:hover svg { transform: translateX(3px); }
}
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.link { font-weight: 650; color: var(--accent-ink); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.link svg { width: 16px; height: 16px; transition: transform 180ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .link:hover { text-decoration: underline; text-underline-offset: 4px; } .link:hover svg { transform: translateX(3px); } }
.st { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: .6875rem; font-weight: 500; letter-spacing: 0; line-height: 1; padding: 5px 7px; border-radius: 5px; white-space: nowrap; border: 1px solid var(--line-2); color: var(--ink-2); background: var(--surface); }
.st::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--muted); }
.st-live { color: var(--accent-ink); border-color: rgb(91 200 255 / .45); background: rgb(91 200 255 / .08); }
.st-live::before { background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.st-soon::before { background: #CFD3D8; }
.st-dev::before { background: transparent; box-shadow: inset 0 0 0 1px var(--muted); }
.st-invite { color: #E6ECF1; }
.st-invite::before { background: #A4B2BE; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line-2); font-size: .875rem; font-weight: 550; text-decoration: none; color: var(--ink-2); }
a.chip { transition: color 180ms ease, border-color 180ms ease; }
@media (hover: hover) and (pointer: fine) { a.chip:hover { border-color: var(--accent-ink); color: #fff; } }
.chip-s { min-height: 26px; padding: 0 10px; font-size: .8125rem; }
.price { font-family: var(--mono); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; white-space: nowrap; }

/* ---------- section head ---------- */
.row-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 10px 24px; margin-bottom: clamp(20px, 2.4vw, 32px); }
.row-head > div { display: grid; gap: 8px; max-width: 76ch; }
.row-head p { color: var(--muted); }
.row-head .acts { display: flex; align-items: center; gap: 12px; }

/* ---------- top bar + nav ---------- */
.topbar { background: #060B0F; border-bottom: 1px solid var(--line); font-size: .8125rem; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 34px; }
.topbar-r { display: flex; align-items: center; gap: 16px; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; color: var(--ink-2); white-space: nowrap; }
.topbar svg { width: 16px; height: 16px; }
.topbar .t-cta { color: var(--accent-ink); font-weight: 600; }
@media (hover: hover) and (pointer: fine) { .topbar a:hover { color: #fff; } }
.cur { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); }
.cur svg { width: 15px; height: 15px; }
.cur select { appearance: none; -webkit-appearance: none; background: var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%237E8F9E' stroke-width='1.4'/%3E%3C/svg%3E") no-repeat right 7px center; border: 1px solid var(--line-2); border-radius: 5px; font-family: var(--mono); font-size: .75rem; padding: 3px 22px 3px 7px; color: var(--ink); cursor: pointer; }
.cur select option { background: #111B23; }
.nav { position: sticky; top: 0; z-index: 10; background: rgb(10 16 21 / .84); backdrop-filter: saturate(140%) blur(14px); -webkit-backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; gap: 8px; min-height: 60px; }
.nav .home { text-decoration: none; display: inline-flex; margin-right: 12px; }
.logo { display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
.logo-mark { width: 34px; height: 34px; border-radius: 8px; flex: none; box-shadow: 0 0 0 1px var(--line-2); }
.logo-word { font-weight: 600; font-stretch: 125%; letter-spacing: .1em; font-size: .875rem; color: #A9B8C6; }
.nav-links { display: none; gap: 2px; }
.nav-links a { text-decoration: none; font-weight: 550; font-size: .9063rem; padding: 7px 10px; border-radius: var(--r-s); color: var(--ink-2); }
.nav-links a[aria-current="page"] { color: #fff; background: var(--surface-2); }
@media (hover: hover) and (pointer: fine) { .nav-links a:hover { color: #fff; } }
.nav-r { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.kbtn { display: inline-flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 8px 0 11px; border-radius: var(--r-s); border: 1px solid var(--line-2); background: var(--surface); color: var(--muted); font-size: .875rem; text-decoration: none; cursor: pointer; transition: border-color 180ms ease, color 180ms ease; white-space: nowrap; }
.kbtn svg { width: 17px; height: 17px; }
.kbtn .kl, .kbtn kbd { display: none; }
@media (hover: hover) and (pointer: fine) { .kbtn:hover { border-color: var(--accent-ink); color: var(--ink); } }
.nav .btn { min-height: 38px; padding: 0 14px; font-size: .875rem; display: none; }
@media (min-width: 560px) { .kbtn .kl { display: inline; } }
@media (min-width: 900px) { .kbtn kbd { display: inline-flex; } }
@media (min-width: 1180px) { .nav-links { display: flex; } .nav .btn { display: inline-flex; } .menu { display: none; } }
.menu summary { list-style: none; display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 12px; border: 1px solid var(--line-2); border-radius: var(--r-s); font-weight: 600; font-size: .875rem; cursor: pointer; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary svg { width: 18px; height: 18px; }
.menu .i-close { display: none; }
.menu[open] .i-open { display: none; }
.menu[open] .i-close { display: block; }
.sheet { position: fixed; left: 0; right: 0; bottom: 0; top: var(--sheet-top, 96px); z-index: 20; background: var(--bg); padding: 8px var(--gut) 40px; overflow-y: auto; border-top: 1px solid var(--line); overscroll-behavior: contain; display: grid; align-content: start; }
.menu[open] .sheet { animation: sheet-in 220ms var(--ease-out); }
@keyframes sheet-in { from { opacity: 0; transform: translateY(-6px); } }
.sheet > a { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 600; font-size: 1.125rem; }
.sheet > a svg { width: 18px; height: 18px; color: var(--muted); }
.sheet > a[aria-current="page"] { color: var(--accent-ink); }
.sheet .sheet-foot { margin-top: 24px; display: grid; gap: 10px; }

/* ---------- command palette ---------- */
.cmdk { position: fixed; inset: 0; z-index: 40; display: grid; place-items: start center; padding: min(12vh, 110px) 14px 14px; background: rgb(3 7 10 / .66); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.cmdk[hidden] { display: none; }
.cmdk-box { width: min(680px, 100%); max-height: min(72vh, 620px); display: grid; grid-template-rows: auto 1fr auto; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r); box-shadow: 0 0 0 1px rgb(91 200 255 / .18), 0 40px 100px -30px rgb(0 0 0 / .9), 0 0 60px -20px var(--glow); overflow: hidden; }
.cmdk.on .cmdk-box { animation: cmdk-in 180ms var(--ease-out); }
@keyframes cmdk-in { from { opacity: 0; transform: translateY(-8px) scale(.985); } }
@media (prefers-reduced-motion: reduce) { .cmdk.on .cmdk-box, .menu[open] .sheet { animation: none; } }
.cmdk-in { display: flex; align-items: center; gap: 10px; padding: 0 14px; border-bottom: 1px solid var(--line); }
.cmdk-in svg { width: 20px; height: 20px; color: var(--accent-ink); flex: none; }
.cmdk-in input { flex: 1; min-width: 0; min-height: 56px; background: transparent; border: 0; outline: none; font-size: 1.0625rem; color: var(--ink); }
.cmdk-in input::placeholder { color: var(--muted); }
.cmdk-in input::-webkit-search-cancel-button { display: none; }
.cmdk-in button { border: 0; background: none; padding: 0; cursor: pointer; }
.cmdk-list { overflow-y: auto; padding: 6px; overscroll-behavior: contain; }
.cmdk-list .grp { padding: 10px 10px 4px; font-size: .75rem; font-weight: 600; color: var(--muted); }
.cmdk-list li[role="option"] { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 9px 10px; border-radius: var(--r-s); cursor: pointer; color: var(--ink-2); }
.cmdk-list li[role="option"] svg { width: 18px; height: 18px; color: var(--muted); }
.cmdk-list li[role="option"] span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cmdk-list li[role="option"] small { font-family: var(--mono); font-size: .6875rem; color: var(--muted); }
.cmdk-list li[aria-selected="true"] { background: var(--surface-2); color: #fff; box-shadow: inset 2px 0 0 var(--accent); }
.cmdk-list li[aria-selected="true"] svg { color: var(--accent-ink); }
.cmdk-list .none { padding: 18px 12px; color: var(--muted); }
.cmdk-list .none a { color: var(--accent-ink); }
.cmdk-foot { display: flex; flex-wrap: wrap; gap: 6px 16px; padding: 9px 14px; border-top: 1px solid var(--line); font-size: .75rem; color: var(--muted); }
.cmdk-foot span { display: inline-flex; align-items: center; gap: 5px; }

/* ---------- hero: the product as a system ---------- */
.hero { position: relative; overflow: clip; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(120% 90% at 70% 40%, #000 30%, transparent 78%); mask-image: radial-gradient(120% 90% at 70% 40%, #000 30%, transparent 78%); }
.hero::after { content: ""; position: absolute; right: -10%; top: -20%; width: 70%; height: 90%; pointer-events: none; background: radial-gradient(closest-side, rgb(91 200 255 / .10), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 40px; padding-block: clamp(36px, 5vw, 76px) clamp(40px, 4vw, 60px); align-items: center; }
.hero-copy { display: grid; gap: 18px; align-content: center; }
.hero-copy h1 { max-width: 15ch; }
.hero-copy .lede { max-width: 52ch; }
.hero-copy .btn-row { margin-top: 6px; }
.hero-note { font-size: .875rem; color: var(--muted); }
.hero-shot { position: relative; }
.edge { position: relative; border-radius: var(--r); padding: 1px; background: var(--line-2); box-shadow: 0 0 0 1px rgb(91 200 255 / .08), 0 40px 90px -40px rgb(0 0 0 / .95), 0 0 90px -30px var(--glow); isolation: isolate; }
.edge::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; z-index: 2; pointer-events: none; background: conic-gradient(from var(--sweep), transparent 0deg 250deg, rgb(125 212 249 / .15) 290deg, #9BE1FF 330deg, rgb(125 212 249 / .15) 350deg, transparent 360deg); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0); }
@media (prefers-reduced-motion: no-preference) { .edge::before { animation: sweep 7s linear infinite; } }
@media (prefers-reduced-motion: reduce) { .edge::before { background: linear-gradient(90deg, transparent, #9BE1FF 50%, transparent) top / 100% 1px no-repeat; -webkit-mask: none; mask: none; padding: 0; } }
@keyframes sweep { to { --sweep: 360deg; } }
.win { border-radius: calc(var(--r) - 1px); overflow: hidden; background: #0E161D; }
.win-bar { display: flex; align-items: center; gap: 7px; height: 32px; padding: 0 12px; border-bottom: 1px solid var(--line); background: #0B1318; }
.win-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
.win-bar .url { margin-left: 8px; font-family: var(--mono); font-size: .6875rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.win img { width: 100%; }
.hero-shot .phone { position: absolute; left: -4%; bottom: -8%; width: 20%; max-width: 180px; z-index: 3; }
.hero-cap { margin-top: 22px; font-size: .8125rem; color: var(--muted); padding-left: 18%; }
@media (min-width: 1000px) { .hero-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; } }
@media (max-width: 999px) { .hero-shot .phone { left: auto; right: 4%; bottom: -10%; width: 24%; } .hero-cap { padding-left: 0; padding-right: 30%; } }
.strip { position: relative; z-index: 1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgb(6 11 15 / .7); }
.strip ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.strip li { display: grid; gap: 2px; align-content: start; padding: 13px 12px 13px 0; border-bottom: 1px solid var(--line); }
.strip b { font-family: var(--mono); font-size: .875rem; font-weight: 500; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; }
.strip b .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); flex: none; }
@media (prefers-reduced-motion: no-preference) { .strip b .dot { animation: pulse 2.4s ease-in-out infinite; } }
@keyframes pulse { 50% { opacity: .45; } }
.strip span { font-size: .8125rem; color: var(--muted); }
@media (min-width: 760px) { .strip ul { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1200px) { .strip ul { grid-template-columns: repeat(6, minmax(0, 1fr)); } .strip li { border-bottom: 0; border-right: 1px solid var(--line); padding: 16px 18px; } .strip li:first-child { padding-left: 0; } .strip li:last-child { border-right: 0; } }

/* ---------- principles ---------- */
.prin { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.prin li { display: grid; gap: 8px; align-content: start; padding: 20px 0 22px; border-bottom: 1px solid var(--line); }
.prin svg { width: 24px; height: 24px; color: var(--accent-ink); }
.prin h3 { font-size: 1.1875rem; font-stretch: 106%; }
.prin p { color: var(--muted); }
@media (min-width: 760px) { .prin { grid-template-columns: repeat(2, 1fr); } .prin li { padding-right: 24px; } }
@media (min-width: 1200px) { .prin { grid-template-columns: repeat(4, 1fr); } .prin li { border-bottom: 0; border-right: 1px solid var(--line); padding: 22px 28px 8px 0; } .prin li + li { padding-left: 28px; } .prin li:last-child { border-right: 0; } }

/* ---------- product tour (tabs) ---------- */
.tabs { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.tabs::-webkit-scrollbar { display: none; }
.tabs button { flex: none; display: grid; gap: 4px; text-align: left; padding: 12px 18px 14px; border: 0; background: none; cursor: pointer; color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color 180ms ease, border-color 180ms ease; }
.tabs button b { font-weight: 650; font-size: 1rem; font-stretch: 106%; }
.tabs button small { font-family: var(--mono); font-size: .6875rem; }
.tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--accent); }
.tabs button[aria-selected="true"] small { color: var(--accent-ink); }
@media (hover: hover) and (pointer: fine) { .tabs button:hover { color: var(--ink); } }
.pan { display: grid; gap: 28px; align-items: start; }
.pan[hidden] { display: none; }
.pan-copy { display: grid; gap: 14px; align-content: start; }
.pan-copy h3 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2.1rem); font-stretch: 110%; letter-spacing: -0.024em; }
.pan-copy .who { color: var(--ink-2); font-weight: 600; }
.pan-copy > p { color: var(--muted); max-width: 56ch; }
.pan-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 14px; }
.pan-price .price { color: var(--accent-ink); font-size: 1rem; }
.feat { display: grid; gap: 0; border-top: 1px solid var(--line); }
.feat li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: .9375rem; }
.feat svg { width: 18px; height: 18px; color: var(--accent-ink); margin-top: 3px; }
.pan-mods { display: flex; flex-wrap: wrap; gap: 6px; }
.pan-mods li { font-family: var(--mono); font-size: .75rem; padding: 3px 8px; border-radius: 5px; border: 1px solid var(--line-2); color: var(--ink-2); }
@media (min-width: 1000px) { .pan { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 48px; } }

/* ---------- module map ---------- */
.mmap { position: relative; display: grid; gap: 14px; }
.mmap svg.wires { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: visible; display: none; }
.wires path { fill: none; stroke: var(--line-2); stroke-width: 1; stroke-dasharray: 3 5; transition: stroke 200ms ease; }
.wires path.hot { stroke: var(--accent); stroke-dasharray: none; }
.wires circle { fill: var(--line-2); transition: fill 200ms ease; }
.wires circle.hot { fill: var(--accent); }
.mg-core, .mgroup { position: relative; z-index: 1; }
.mg-core { border-radius: var(--r); padding: clamp(18px, 2vw, 26px); background: radial-gradient(120% 120% at 50% 0%, rgb(91 200 255 / .09), transparent 60%), var(--surface); border: 1px solid rgb(91 200 255 / .35); box-shadow: 0 0 60px -24px var(--glow); display: grid; gap: 12px; align-content: start; }
.mg-core h3 { font-size: 1.25rem; font-stretch: 108%; display: flex; align-items: center; gap: 10px; }
.mg-core h3 img { width: 30px; height: 30px; border-radius: 7px; }
.mg-core > p { color: var(--ink-2); font-size: .9375rem; }
.core-list { display: flex; flex-wrap: wrap; gap: 6px; }
.core-list li { font-family: var(--mono); font-size: .6875rem; color: var(--ink-2); padding: 3px 7px; border: 1px solid var(--line-2); border-radius: 5px; }
.detail { border-top: 1px solid var(--line); padding-top: 14px; display: grid; gap: 8px; min-height: 140px; align-content: start; }
.detail .dk { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.detail b { font-size: 1.125rem; font-stretch: 106%; }
.detail p { color: var(--ink-2); }
.detail small { font-family: var(--mono); font-size: .75rem; color: var(--muted); }
.mgroup { border-radius: var(--r); border: 1px solid var(--line); background: var(--surface); padding: 12px; display: grid; gap: 6px; align-content: start; transition: border-color 200ms ease; }
.mgroup h3 { display: flex; justify-content: space-between; align-items: baseline; font-size: .9375rem; padding: 2px 4px 6px; }
.mgroup h3 small { font-family: var(--mono); font-size: .6875rem; color: var(--muted); font-weight: 400; }
.node { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 10px; width: 100%; text-align: left; padding: 6px 8px; border-radius: var(--r-s); border: 1px solid transparent; background: var(--bg-2); color: var(--ink-2); cursor: pointer; font-size: .9063rem; font-weight: 550; scroll-margin-top: 100px; transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease; }
.node .ni { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: var(--surface-2); color: var(--muted); transition: color 160ms ease, background-color 160ms ease; }
.node .ni svg { width: 17px; height: 17px; }
.sd { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex: none; }
.sd.ready { background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.sd.studio { background: #CFD3D8; }
.sd.soon { box-shadow: inset 0 0 0 1.5px var(--muted); }
.node .nd { grid-column: 1 / -1; display: none; font-size: .8125rem; font-weight: 400; color: var(--muted); padding: 2px 2px 4px 40px; }
.node[aria-expanded="true"] .nd { display: block; }
.node.on { border-color: rgb(91 200 255 / .5); color: #fff; background: rgb(91 200 255 / .07); }
.node.on .ni { color: var(--accent-ink); background: rgb(91 200 255 / .12); }
@media (hover: hover) and (pointer: fine) { .node:hover { border-color: rgb(91 200 255 / .35); color: #fff; } }
.mgroup.hot { border-color: rgb(91 200 255 / .35); }
.mmap-key { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 16px; font-size: .8125rem; color: var(--muted); }
.mmap-key span { display: inline-flex; align-items: center; gap: 8px; }
@media (min-width: 700px) { .mmap { grid-template-columns: 1fr 1fr; } .mg-core { grid-column: 1 / -1; } }
@media (min-width: 1100px) {
  .mmap { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-areas: "work sell money" "grow core stock" "people core stock"; gap: 26px 34px; }
  .mmap svg.wires { display: block; }
  .mg-core { grid-area: core; grid-column: auto; align-self: center; }
  .mgroup[data-g="Work"] { grid-area: work; } .mgroup[data-g="Sell"] { grid-area: sell; } .mgroup[data-g="Money"] { grid-area: money; }
  .mgroup[data-g="Grow"] { grid-area: grow; } .mgroup[data-g="People"] { grid-area: people; } .mgroup[data-g="Stock & supply"] { grid-area: stock; }
  .node .nd { display: none !important; }
}

/* ---------- framework, specs and status ---------- */
.spec { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.spec div { display: grid; grid-template-columns: minmax(96px, 9rem) 1fr; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.spec dt { font-size: .875rem; color: var(--muted); }
.spec dd { margin: 0; font-family: var(--mono); font-size: .8125rem; color: var(--ink); line-height: 1.6; }
.fw { display: grid; gap: 32px; }
@media (min-width: 1100px) { .fw { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 56px; } }
.fw-copy { display: grid; gap: 16px; align-content: start; }
.fw-copy > p { color: var(--ink-2); max-width: 58ch; }
.sys { display: grid; gap: 32px; }
@media (min-width: 1100px) { .sys { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 56px; } }
.stat-t { width: 100%; border-collapse: collapse; }
.stat-t th { text-align: left; font-weight: 500; font-size: .75rem; color: var(--muted); padding: 0 12px 10px 0; border-bottom: 1px solid var(--line-2); }
.stat-t td { padding: 12px 12px 12px 0; border-bottom: 1px solid var(--line); vertical-align: middle; font-size: .9375rem; }
.stat-t td:first-child a { text-decoration: none; font-weight: 600; }
@media (hover: hover) and (pointer: fine) { .stat-t td:first-child a:hover { color: var(--accent-ink); } }
.stat-t td.m { font-family: var(--mono); font-size: .75rem; color: var(--ink-2); }
.stat-t .hide-s { display: none; }
@media (min-width: 640px) { .stat-t .hide-s { display: table-cell; } }
.log { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.log li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.log li svg { width: 18px; height: 18px; color: var(--accent-ink); margin-top: 3px; }
.log b { display: block; font-weight: 650; }
.log span { color: var(--muted); font-size: .9375rem; }
.log-h { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.log-h time { font-family: var(--mono); font-size: .75rem; color: var(--accent-ink); }

/* ---------- industries index (docs style) ---------- */
.idx-top { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 22px; }
.idx-top .fin { position: relative; flex: 1 1 280px; max-width: 520px; }
.idx-top .fin svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); }
.idx-top input { width: 100%; min-height: 44px; padding: 0 12px 0 40px; border-radius: var(--r-s); border: 1px solid var(--line-2); background: var(--surface); color: var(--ink); font-size: 1rem; }
.idx-top input::placeholder { color: var(--muted); }
.idx-top input:focus-visible { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgb(91 200 255 / .2); }
.idx-top .mono { color: var(--muted); }
.idx-cols { columns: 1; column-gap: 36px; }
.idx-g { break-inside: avoid; margin-bottom: 24px; scroll-margin-top: 90px; }
.idx-g h3 { display: flex; align-items: center; gap: 8px; font-size: .9375rem; padding-bottom: 8px; margin-bottom: 4px; border-bottom: 1px solid var(--line-2); }
.idx-g h3 svg { width: 18px; height: 18px; color: var(--accent-ink); }
.idx-g h3 small { margin-left: auto; font-family: var(--mono); font-size: .6875rem; color: var(--muted); font-weight: 400; }
.idx-g li a { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 5px 0; text-decoration: none; color: var(--ink-2); font-size: .9375rem; }
.idx-g li a small { font-family: var(--mono); font-size: .6875rem; color: var(--muted); white-space: nowrap; }
@media (hover: hover) and (pointer: fine) { .idx-g li a:hover { color: var(--accent-ink); } }
.idx-g[hidden], .idx-g li[hidden] { display: none; }
.idx-none { color: var(--muted); }
@media (min-width: 620px) { .idx-cols { columns: 2; } }
@media (min-width: 1000px) { .idx-cols { columns: 3; } }
@media (min-width: 1500px) { .idx-cols { columns: 4; } }

/* ---------- ready-made styles ---------- */
.styles { display: grid; grid-auto-flow: column; grid-auto-columns: 80vw; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(-1 * var(--gut)); padding: 2px var(--gut) 12px; scrollbar-width: none; }
.styles::-webkit-scrollbar { display: none; }
.styles li { scroll-snap-align: start; }
.styles a { display: grid; gap: 10px; text-decoration: none; }
.styles .shot { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line-2); aspect-ratio: 16 / 10; background: var(--surface); transition: border-color 200ms ease, box-shadow 200ms ease; }
.styles img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.styles .meta { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.styles b { font-size: 1rem; }
.styles small { display: block; color: var(--muted); font-size: .875rem; }
.styles em { font-style: normal; font-family: var(--mono); font-size: .6875rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (hover: hover) and (pointer: fine) { .styles a:hover .shot { border-color: rgb(91 200 255 / .5); box-shadow: 0 0 40px -16px var(--glow); } }
@media (min-width: 700px) { .styles { grid-auto-flow: row; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: 0; padding: 0; overflow: visible; } }
@media (min-width: 1100px) { .styles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1800px) { .styles { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/* ---------- case study ---------- */
.case { display: grid; gap: 32px; align-items: center; }
.case-body { display: grid; gap: 14px; align-content: start; }
.case-body > p { color: var(--ink-2); max-width: 58ch; }
.case-shot { position: relative; padding-bottom: 6%; }
.case-shot .phone { position: absolute; right: 4%; bottom: 0; width: 19%; max-width: 170px; z-index: 3; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: .8125rem; font-weight: 600; color: var(--accent-ink); }
.kicker svg { width: 16px; height: 16px; }
@media (min-width: 1100px) { .case { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; } }
.gstrip { display: grid; grid-auto-flow: column; grid-auto-columns: 40vw; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 16px calc(-1 * var(--gut)) 0; padding: 0 var(--gut) 6px; scrollbar-width: none; }
.gstrip::-webkit-scrollbar { display: none; }
.gstrip a { display: block; border-radius: var(--r-s); overflow: hidden; aspect-ratio: 1; scroll-snap-align: start; border: 1px solid var(--line); }
.gstrip img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .gstrip a:hover img { transform: scale(1.04); } }
@media (min-width: 900px) { .gstrip { grid-auto-flow: row; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-inline: 0; padding: 0; overflow: visible; } }
.gstrip-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 6px 20px; margin-top: 44px; }
.gstrip-head p { font-weight: 600; }
.gstrip-head small { color: var(--muted); font-size: .8125rem; }

/* ---------- promise row ---------- */
.promise { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.pr { display: grid; gap: 10px; align-content: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.pr > svg { width: 24px; height: 24px; color: var(--accent-ink); }
.pr h3 { font-size: 1.1875rem; font-stretch: 106%; }
.pr p { color: var(--ink-2); }
.pr .btn-row { margin-top: 4px; }
@media (min-width: 900px) { .promise { grid-template-columns: repeat(3, 1fr); } .pr { border-bottom: 0; border-right: 1px solid var(--line); padding: 24px 28px 8px 0; } .pr + .pr { padding-left: 28px; } .pr:last-child { border-right: 0; } }

/* ---------- pricing band + pricing page ---------- */
.pb-grid { display: grid; gap: 32px; }
.pb-col { display: grid; gap: 12px; align-content: start; }
.pb-col > p { color: var(--ink-2); max-width: 50ch; }
.plan-l { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.plan-l li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 16px; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--line); }
.plan-l b { font-weight: 650; }
.plan-l small { grid-column: 1; color: var(--muted); font-size: .8125rem; }
.plan-l .price { grid-row: 1 / span 2; grid-column: 2; align-self: center; color: var(--accent-ink); font-size: .9375rem; text-align: right; }
.cmp { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.cmp li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.cmp li .price { color: var(--ink-2); }
.cmp li.tot { color: var(--ink-2); font-weight: 600; }
.cmp li.us { color: var(--ink); font-weight: 650; border-bottom-color: rgb(91 200 255 / .45); }
.cmp li.us .price { color: var(--accent-ink); text-shadow: 0 0 20px var(--glow); }
.cmp-line { font-size: .875rem; color: var(--muted); }
.seg { display: inline-flex; padding: 3px; gap: 2px; border: 1px solid var(--line-2); border-radius: var(--r-s); background: var(--surface); }
.seg button { border: 0; background: none; padding: 6px 12px; border-radius: 5px; font-family: var(--mono); font-size: .8125rem; color: var(--muted); cursor: pointer; transition: background-color 160ms ease, color 160ms ease; }
.seg button[aria-pressed="true"] { background: var(--surface-2); color: var(--accent-ink); box-shadow: inset 0 0 0 1px rgb(91 200 255 / .35); }
.plans-t .price { color: var(--accent-ink); font-size: .9375rem; }
.plans-t td b { display: block; }
.plans-t td small { display: block; color: var(--muted); font-size: .8125rem; margin-top: 2px; }
@media (min-width: 1000px) { .pb-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr); gap: 48px; } }

/* ---------- insights (index rows) ---------- */
.ins { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.ins a { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 16px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.ins .im { aspect-ratio: 16 / 10; border-radius: var(--r-s); overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.ins .im img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.ins .tx { display: grid; gap: 5px; align-content: start; }
.ins h3 { font-size: 1.0625rem; transition: color 160ms ease; }
.ins p { color: var(--muted); font-size: .9063rem; }
.ins small { font-family: var(--mono); font-size: .6875rem; color: var(--muted); }
@media (hover: hover) and (pointer: fine) { .ins a:hover h3 { color: var(--accent-ink); } }
@media (min-width: 640px) { .ins a { grid-template-columns: 170px minmax(0, 1fr); gap: 22px; } }
@media (min-width: 1100px) { .ins.two { grid-template-columns: 1fr 1fr; column-gap: 40px; } }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0 32px; }
.faq div { padding: 16px 0 18px; border-top: 1px solid var(--line); }
.faq dt { font-weight: 650; margin-bottom: 6px; }
.faq dd { margin: 0; color: var(--muted); max-width: 62ch; }
@media (min-width: 800px) { .faq { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1300px) { .faq.three { grid-template-columns: repeat(3, 1fr); } }

/* ---------- call to action band ---------- */
.cta-band { position: relative; padding-block: clamp(44px, 5vw, 72px); border-top: 1px solid var(--line); overflow: clip; }
.cta-band::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 70%); mask-image: linear-gradient(90deg, transparent, #000 70%); }
.cta-grid { position: relative; display: grid; gap: 22px; align-items: center; }
.cta-grid h2 { max-width: 26ch; }
.cta-grid .lede { margin-top: 10px; }
.cta-reach { display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: .875rem; color: var(--ink-2); }
.cta-reach a, .cta-reach span { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; min-height: 40px; }
.cta-reach svg { width: 17px; height: 17px; color: var(--accent-ink); }
@media (hover: hover) and (pointer: fine) { .cta-reach a:hover { color: #fff; } }
@media (min-width: 1000px) { .cta-grid { grid-template-columns: minmax(0, 1fr) auto; } .cta-reach { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 12px; } }

/* ---------- footer ---------- */
.foot { background: #060B0F; border-top: 1px solid var(--line); color: var(--ink-2); padding-top: clamp(36px, 4vw, 56px); font-size: .9063rem; }
.foot a:not(.btn) { text-decoration: none; color: var(--ink-2); }
@media (hover: hover) and (pointer: fine) { .foot a:not(.btn):hover { color: #fff; } }
.foot-top { display: grid; gap: 22px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.foot-top p { max-width: 52ch; color: var(--muted); }
.foot-contact { display: grid; gap: 8px; }
.foot-contact a, .foot-contact span { display: inline-flex; align-items: center; gap: 10px; }
.foot-contact svg { width: 17px; height: 17px; color: var(--accent-ink); flex: none; }
.foot-grid { display: grid; gap: 26px 28px; padding-block: 28px; grid-template-columns: 1fr 1fr; }
.foot-grid h2 { font-size: .875rem; font-weight: 650; color: #fff; margin-bottom: 10px; letter-spacing: 0; font-stretch: 100%; }
.foot-grid h3 { font-size: .8125rem; font-weight: 600; color: var(--muted); margin: 12px 0 4px; }
.foot-grid h3:first-of-type { margin-top: 0; }
.foot-grid li a { display: inline-block; padding: 3px 0; }
.foot-inds { grid-column: 1 / -1; }
.foot-inds .cols { columns: 2 170px; column-gap: 28px; }
.foot-inds .grp { break-inside: avoid; margin-bottom: 12px; }
.legal { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; padding-block: 18px 28px; border-top: 1px solid var(--line); font-size: .8125rem; color: var(--muted); }
.legal nav { display: flex; flex-wrap: wrap; gap: 6px 18px; }
@media (min-width: 900px) {
  .foot-top { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto; align-items: start; gap: 40px; }
  .foot-grid { grid-template-columns: minmax(0, 3fr) repeat(3, minmax(0, 1fr)); }
  .foot-inds { grid-column: auto; }
  .foot-inds .cols { columns: 3 160px; }
}

/* ---------- frames (real screenshots only) ---------- */
.browser { background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-s); overflow: hidden; box-shadow: 0 30px 70px -40px rgb(0 0 0 / .9); }
.browser .bar-b { display: flex; align-items: center; gap: 10px; height: 30px; padding: 0 12px; border-bottom: 1px solid var(--line); background: #0B1318; }
.browser .url { font-family: var(--mono); font-size: .6875rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.browser img { width: 100%; }
.phone { background: #05080B; padding: 5px; border-radius: 28px; box-shadow: 0 30px 60px -20px rgb(0 0 0 / .9), inset 0 0 0 1px #2A3440, 0 0 0 1px #0E151B; }
.phone img { border-radius: 23px; width: 100%; }
.cap { font-size: .8125rem; color: var(--muted); margin-top: 10px; }

/* ---------- inner pages ---------- */
.crumbs { font-family: var(--mono); font-size: .75rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.page-hero { position: relative; padding-block: clamp(28px, 3.4vw, 52px) clamp(32px, 3.8vw, 56px); overflow: clip; }
.page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(90% 100% at 80% 0%, #000 20%, transparent 70%); mask-image: radial-gradient(90% 100% at 80% 0%, #000 20%, transparent 70%); }
.page-hero > .wrap { position: relative; }
.page-hero h1 { max-width: 22ch; font-size: clamp(2rem, 1.3rem + 2.4vw, 3.3rem); }
.page-hero .lede { margin-top: 14px; }
.page-hero .btn-row { margin-top: 22px; }
.split { display: grid; gap: 28px; align-items: center; }
@media (min-width: 1024px) { .split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; } }
.status-line { font-size: .875rem; color: var(--ink-2); margin-top: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.pair-visual { position: relative; padding-bottom: 8%; }
.tour { display: grid; gap: 44px; }
.tour-item { display: grid; gap: 18px; }
.tour-item h3 { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.75rem); font-stretch: 108%; letter-spacing: -0.02em; }
.tour-item p { color: var(--muted); max-width: 48ch; margin-top: 8px; }
.tour-item .shots { position: relative; }
.tour-item .shots .phone { position: absolute; right: 3%; bottom: -6%; width: 20%; max-width: 180px; }
@media (min-width: 1024px) {
  .tour { gap: 72px; }
  .tour-item { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 48px; align-items: center; }
  .tour-item:nth-child(even) { grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); }
  .tour-item:nth-child(even) .txt { order: 2; }
  .tour-item.wide, .tour-item.wide:nth-child(even) { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .tour-item.wide .txt { order: 0; max-width: 64ch; }
}
.sections-list { display: grid; gap: 0 28px; }
.sections-list li { padding: 12px 0; border-top: 1px solid var(--line); display: grid; gap: 3px; }
.sections-list b { font-weight: 650; }
.sections-list span { color: var(--muted); font-size: .9375rem; }
@media (min-width: 760px) { .sections-list { grid-template-columns: 1fr 1fr; } }
.two-col { display: grid; gap: 28px; }
@media (min-width: 900px) { .two-col { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; } }
.card-row { display: grid; gap: 16px; }
.panel { border-radius: var(--r); border: 1px solid var(--line); background: var(--surface); padding: clamp(20px, 2.4vw, 30px); display: grid; gap: 12px; align-content: start; }
.panel h2, .panel h3 { font-size: clamp(1.25rem, 1.1rem + .7vw, 1.65rem); font-stretch: 108%; letter-spacing: -0.02em; }
.panel p { color: var(--muted); }
.panel img { border-radius: var(--r-s); width: 100%; }
.facts { display: grid; gap: 0; }
.facts div { display: grid; grid-template-columns: 8.5rem 1fr; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); font-size: .9375rem; }
.facts dt { color: var(--muted); font-size: .875rem; }
.facts dd { margin: 0; }
@media (min-width: 700px) { .facts.two { grid-template-columns: 1fr 1fr; column-gap: 24px; } }
.contact-grid { display: grid; gap: 28px; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; } }
.direct { display: grid; gap: 0; align-content: start; }
.direct a { display: grid; gap: 2px; padding: 16px 0; border-top: 1px solid var(--line); text-decoration: none; }
.direct a small { font-size: .8125rem; color: var(--muted); }
.direct a span { font-size: clamp(1.15rem, 1rem + .7vw, 1.5rem); font-weight: 600; font-stretch: 106%; overflow-wrap: anywhere; }
@media (hover: hover) and (pointer: fine) { .direct a:hover span { color: var(--accent-ink); } }
.form { display: grid; gap: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(18px, 2.6vw, 30px); }
.form .row { display: grid; gap: 16px; }
@media (min-width: 640px) { .form .row { grid-template-columns: 1fr 1fr; } }
.fld { display: grid; gap: 6px; align-content: start; }
.fld label, .fld legend { font-weight: 600; font-size: .9063rem; padding: 0; }
.fld .help { font-size: .8125rem; color: var(--muted); }
.fld input, .fld textarea, .fld select { width: 100%; min-height: 44px; padding: 10px 12px; border-radius: var(--r-s); border: 1px solid var(--line-2); background: var(--bg-2); color: var(--ink); font-size: 1rem; }
.fld select option { background: #111B23; color: #E6ECF1; }
.fld textarea { min-height: 120px; resize: vertical; }
.fld input::placeholder, .fld textarea::placeholder { color: var(--muted); }
.fld input:focus-visible, .fld textarea:focus-visible, .fld select:focus-visible { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgb(91 200 255 / .2); }
.fld .err { font-size: .8125rem; color: #FDA29B; min-height: 1em; }
fieldset.fld { border: 0; margin: 0; padding: 0; }
.checks { display: flex; flex-wrap: wrap; gap: 8px; }
.checks label { position: relative; font-weight: 550; }
.checks input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.checks span { display: inline-flex; min-height: 36px; align-items: center; padding: 0 13px; border-radius: 999px; border: 1px solid var(--line-2); cursor: pointer; font-size: .9063rem; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.checks input:checked + span { background: rgb(91 200 255 / .12); color: #fff; border-color: var(--accent); }
.checks input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.form-note { font-size: .8125rem; color: var(--muted); }
.form-msg { font-size: .875rem; font-weight: 600; min-height: 1.2em; }
.not-found { min-height: 50vh; display: grid; align-content: center; }
.about-logo { width: min(70vw, 360px); justify-self: center; }
.full-logo { width: 100%; height: auto; border-radius: var(--r); box-shadow: 0 0 0 1px var(--line-2), 0 0 80px -30px var(--glow); }

/* blocks list (products and industry pages) */
.blocks { columns: 1; column-gap: 16px; }
.bgp { break-inside: avoid; margin-bottom: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.bgp h3 { display: flex; justify-content: space-between; align-items: center; padding: 11px 16px; border-bottom: 1px solid var(--line); background: var(--surface-2); font-size: .9375rem; }
.bgp h3 small { font-family: var(--mono); font-weight: 400; font-size: .6875rem; color: var(--muted); }
.blk { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; gap: 12px; align-items: start; padding: 11px 16px; border-top: 1px solid var(--line); }
.bgp h3 + .blk { border-top: 0; }
.blk .bi { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 7px; background: var(--bg-2); color: var(--accent-ink); }
.blk .bi svg { width: 18px; height: 18px; }
.blk b { display: block; font-size: .9375rem; }
.blk small { display: block; font-size: .8125rem; color: var(--muted); line-height: 1.4; margin-top: 1px; }
.bgp.wide { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); }
.bgp.wide h3 { grid-column: 1 / -1; }
.bgp.wide .blk { border-top: 1px solid var(--line); }
@media (min-width: 680px) { .blocks { columns: 2; } }
@media (min-width: 1080px) { .blocks { columns: 3; } }

/* a quote is a document, so it sits on paper */
.quote { background: #FFFFFF; color: #101920; border-radius: var(--r); padding: clamp(18px, 2.6vw, 32px); font-size: .9688rem; box-shadow: 0 0 0 1px var(--line-2), 0 30px 70px -40px rgb(0 0 0 / .9); }

/* article pages: dark header, paper for reading */
.article-hero { display: grid; gap: 22px; align-items: center; }
.article-hero .meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-family: var(--mono); font-size: .75rem; color: var(--muted); margin-top: 16px; }
.article-hero figure img { border-radius: var(--r); width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; border: 1px solid var(--line-2); }
@media (min-width: 1024px) { .article-hero { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 48px; } }
.article-body { padding-block: clamp(32px, 4vw, 60px); }
.article-grid { display: grid; gap: 32px; }
.article-aside { display: grid; gap: 14px; align-content: start; }
.article-aside .ins a { grid-template-columns: 1fr; padding: 12px 0; }
.article-aside .ins .im { display: none; }
.article-aside .panel.dark { background: #101920; border-color: #101920; }
.article-aside .panel.dark h2, .article-aside .panel.dark p { color: #E6ECF1; }
.article-aside .panel.dark p { color: #B7C3CD; }
@media (min-width: 1100px) { .article-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; } .article-aside { position: sticky; top: 80px; } }

/* industry page: suggested look */
.look { display: grid; gap: 10px; }
.look .shot { display: block; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line-2); }
.look figcaption { font-size: .875rem; color: var(--muted); }
.look figcaption b { color: var(--ink); }

/* live preview on industry pages (the customer's own site stays light, as it would be) */
.mp-form { display: grid; gap: 12px; align-items: end; margin-top: 22px; }
@media (min-width: 760px) { .mp-form { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; max-width: 980px; } }
.live-frame { margin-top: 18px; }
.live-foot { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; margin-top: 16px; }
.live-foot p { color: var(--muted); max-width: 60ch; font-size: .9375rem; }
.ms { --p-bg: #FFFFFF; --p-ink: #121820; --p-mut: #5A6472; --p-acc: #1F5FBF; --p-on: #fff; --p-tint: #EEF2F8; position: relative; display: grid; background: var(--p-bg); color: var(--p-ink); font-size: 14px; line-height: 1.45; isolation: isolate; }
.ms[data-g="creative"] { --p-bg: #141414; --p-ink: #F2F0EC; --p-mut: #A9A5A0; --p-acc: #E0B35A; --p-on: #141414; --p-tint: #1F1F1F; }
.ms[data-g="beauty"] { --p-bg: #FBF3F3; --p-ink: #2A1A1E; --p-mut: #7A6166; --p-acc: #B4476A; --p-on: #fff; --p-tint: #F3E3E5; }
.ms[data-g="pro"] { --p-bg: #F6F8F9; --p-ink: #102027; --p-mut: #56656C; --p-acc: #0F6E5C; --p-on: #fff; --p-tint: #E5EEEC; }
.ms[data-g="food"] { --p-bg: #FFFCF8; --p-ink: #2B1D16; --p-mut: #74645A; --p-acc: #9C3D20; --p-on: #fff; --p-tint: #F4EBE3; }
.ms[data-g="motor"] { --p-bg: #17181A; --p-ink: #F3F3F1; --p-mut: #A3A5A8; --p-acc: #F2B705; --p-on: #17181A; --p-tint: #222326; }
.ms[data-g="dist"] { --p-bg: #FFFFFF; --p-ink: #14211A; --p-mut: #5C6961; --p-acc: #2F5B43; --p-on: #fff; --p-tint: #E8EFEA; }
.ms-site { padding: 16px 18px 22px; min-width: 0; }
.ms-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid color-mix(in srgb, var(--p-ink) 12%, transparent); }
.ms-brand { font-weight: 800; font-stretch: 90%; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ms-menu { font-size: 12px; color: var(--p-mut); display: flex; gap: 14px; white-space: nowrap; }
.ms-menu span:not(:last-child) { display: none; }
.ms-hero { display: grid; gap: 14px; padding: 26px 0 22px; }
.ms-photo { border-radius: 8px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--p-tint); }
.ms-photo img { width: 100%; height: 100%; object-fit: cover; }
.ms-kicker { font-size: 12px; color: var(--p-mut); }
.ms-name { font-size: 26px; line-height: 1.05; font-weight: 750; font-stretch: 105%; letter-spacing: -0.025em; overflow-wrap: anywhere; }
.ms-tag { color: var(--p-mut); max-width: 38ch; }
.ms-cta { justify-self: start; background: var(--p-acc); color: var(--p-on); border-radius: 6px; padding: 9px 14px; font-weight: 650; font-size: 13px; }
.ms-svc-title { font-size: 12px; color: var(--p-mut); margin-bottom: 8px; }
.ms-svc { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ms-svc li { background: var(--p-tint); border-radius: 6px; padding: 9px 10px; font-weight: 600; font-size: 12.5px; }
.ms-app { border-top: 1px solid color-mix(in srgb, var(--p-ink) 12%, transparent); background: color-mix(in srgb, var(--p-tint) 70%, var(--p-bg)); padding: 16px 18px 20px; }
.ms-app-title { display: flex; justify-content: space-between; align-items: baseline; font-weight: 700; font-size: 13px; margin-bottom: 10px; }
.ms-app-title span { font-weight: 500; color: var(--p-mut); font-size: 11.5px; }
.ms-app li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid color-mix(in srgb, var(--p-ink) 9%, transparent); font-size: 12.5px; }
.ms-app li:last-child { border-bottom: 0; }
.ms-app .tog { width: 28px; height: 16px; border-radius: 999px; background: var(--p-acc); position: relative; flex: none; }
.ms-app .tog::after { content: ""; position: absolute; right: 2px; top: 2px; width: 12px; height: 12px; border-radius: 50%; background: var(--p-on); }
.ms-wm { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .5; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='130'%3E%3Ctext x='10' y='80' transform='rotate(-18 110 65)' font-family='Arial,Helvetica,sans-serif' font-size='17' font-weight='700' letter-spacing='3' fill='%23888' fill-opacity='.45'%3EPREVIEW%3C/text%3E%3C/svg%3E"); }
@media (min-width: 640px) {
  .ms-svc { grid-template-columns: repeat(3, 1fr); }
  .ms-menu span:not(:last-child) { display: inline; }
  .ms-menu span:last-child { display: none; }
  .ms-name { font-size: 38px; }
  .ms-site { padding: 18px 26px 28px; }
  .ms-hero { padding: 40px 0 30px; }
  .ms-hero.has-photo { grid-template-columns: 1.1fr 1fr; align-items: center; }
}
@media (min-width: 900px) {
  .ms { grid-template-columns: minmax(0, 1fr) 300px; font-size: 15px; }
  .ms-app { border-top: 0; border-left: 1px solid color-mix(in srgb, var(--p-ink) 12%, transparent); padding: 20px; }
  .ms-name { font-size: 46px; }
}

/* ---------- motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  [data-hero] { animation: rise 560ms var(--ease-out) both; animation-delay: calc(var(--i, 0) * 60ms + 30ms); }
  html.js:not(.motion-off) [data-reveal],
  html.js:not(.motion-off) [data-stagger] > * { opacity: 0; }
}
@keyframes rise { from { opacity: 0; transform: translateY(12px); } }

.quote-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding-bottom: 16px; border-bottom: 2px solid #101920; }
.quote-top .who { font-weight: 700; font-size: 1.125rem; }
.quote-top p { color: #55636F; font-size: .875rem; }
.quote table { width: 100%; border-collapse: collapse; margin-top: 6px; }
.quote th { text-align: left; font-weight: 600; font-size: .8125rem; color: #55636F; padding: 12px 0 8px; }
.quote th:last-child, .quote td:last-child { text-align: right; }
.quote td { padding: 12px 0; vertical-align: top; border-top: 1px solid #D6DDE3; }
.quote td b { display: block; font-weight: 650; }
.quote td span.d { display: block; color: #55636F; font-size: .875rem; margin-top: 2px; max-width: 52ch; }
.quote td.when { font-size: .8125rem; color: #55636F; padding-right: 12px; white-space: nowrap; }
.quote td.amt { white-space: nowrap; padding-left: 12px; font-family: var(--mono); font-size: .875rem; color: #0B6C9C; }
.quote .pay { margin-top: 16px; padding-top: 14px; border-top: 1px dashed #B9C4CD; display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; font-size: .875rem; color: #55636F; }
.quote .when-col { display: none; }
@media (min-width: 560px) { .quote .when-col { display: table-cell; } }
.quote .seg { background: #F4F6F8; border-color: #D6DDE3; }
.quote .seg button { color: #55636F; }
.quote .seg button[aria-pressed="true"] { background: #101920; color: #7DD4F9; box-shadow: none; }
.article-aside .ins h3 { font-size: 1rem; letter-spacing: -0.005em; font-stretch: 102%; }
