/* Sunday Consulting — design system
   Warm & premium light theme. Ink + sun gold from the logo; gold reserved for CTAs and small highlights. */
:root {
  --bg: #FBF8F2;
  --bg-alt: #F3EEE4;
  --card: #FFFFFF;
  --line: #E6DFD2;
  --line-strong: #D6CCBA;
  --ink: #181A1B;
  --muted: #6B665D;
  --gold: #FCA82A;
  --gold-1: #FEC32C;
  --gold-2: #FC9F27;
  --gold-text: #9E5B06;
  --gold-soft: #FFF1D6;
  --dark: #181A1B;
  --dark-2: #232526;
  --dark-muted: #A8A39A;
  --ok: #1F7A4D;
  --err: #B83227;

  --font-display: "Urbanist", "Avenir Next", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --wrap: 1280px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(88px, 12vw, 168px);
  --radius: 20px;
  --radius-sm: 14px;
  --ease: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 17px/1.65 var(--font-body);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 400; color: var(--ink); text-wrap: balance; }
.lede { text-wrap: pretty; }
.h2 + .lede, .display + .lede { margin-top: 24px; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--gold-soft); }

.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 6px; }

/* ---------- Type ---------- */
.display { font-size: clamp(52px, 7.6vw, 104px); line-height: 0.98; letter-spacing: -0.035em; font-weight: 300; }
.h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 300; }
.h3 { font-size: clamp(26px, 2.6vw, 36px); line-height: 1.1; letter-spacing: -0.02em; font-weight: 400; }
.h4 { font-size: 22px; line-height: 1.2; letter-spacing: -0.01em; font-weight: 500; }
.lede { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.6; color: var(--muted); max-width: 56ch; }
.muted { color: var(--muted); }
.hl { color: var(--gold-text); }
.eyebrow {
  font: 500 12px/1 var(--font-display); letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 22px; display: flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; }
.eyebrow--center { justify-content: center; }
.eyebrow--light { color: var(--dark-muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--gold); color: var(--ink); border: 0; border-radius: 999px;
  font: 600 16px/1 var(--font-body); text-decoration: none; padding: 17px 28px; cursor: pointer;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.08);
  transition: background-color .4s var(--ease), transform .4s var(--ease);
}
.btn:hover { background: var(--gold-1); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: 12px 20px; font-size: 15px; }
.btn--lg { padding: 21px 34px; font-size: 17px; }
.btn--ghost { background: transparent; box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--bg); }
.btn[disabled] { opacity: .6; cursor: progress; }
.link-arrow { font-weight: 600; text-decoration: none; border-bottom: 1.5px solid var(--gold); padding-bottom: 2px; }
.link-arrow:hover { border-color: var(--ink); }

/* ---------- Horizon divider (from the logo's two bars) ---------- */
.horizon { display: grid; justify-items: center; gap: 7px; padding-top: 0; padding-bottom: 0; }
.horizon span { display: block; height: 2px; border-radius: 2px; background: var(--line-strong); }
.horizon span:first-child { width: 100%; }
.horizon span:last-child { width: 62%; }
.horizon--short { width: 120px; margin: 0 auto; padding: 0; }
.horizon--light span { background: #3A3C3D; }

/* ---------- Header ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background-color .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s var(--ease);
}
.nav.is-scrolled { background: rgba(251, 248, 242, .82); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; flex-shrink: 0; }
.brand__mark { height: 32px; width: auto; }
.brand__word { height: 28px; width: auto; }
.nav__menu { display: flex; align-items: center; gap: 6px; }
.nav__link {
  background: none; border: 0; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
  font: 500 15px/1 var(--font-body); color: var(--muted); padding: 12px 14px; border-radius: 999px;
  transition: color .3s var(--ease), background-color .3s var(--ease);
}
.nav__link:hover, .nav__link[aria-expanded="true"] { color: var(--ink); background: rgba(24,26,27,.04); }
.nav__link[aria-current="page"] { color: var(--ink); }
.nav__link svg { width: 12px; height: 12px; transition: transform .3s var(--ease); }
.nav__link[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav__cta { margin-left: 10px; }
.nav__group { position: relative; }
.nav__panel {
  position: absolute; top: calc(100% + 10px); left: -8px; width: 320px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 8px;
  box-shadow: 0 24px 48px -24px rgba(24,26,27,.18);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s .3s;
}
.nav__panel.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.nav__panel a { display: grid; gap: 2px; padding: 12px 14px; border-radius: 10px; text-decoration: none; }
.nav__panel a:hover { background: var(--bg); }
.nav__panel strong { font-weight: 600; font-size: 15px; }
.nav__panel span { font-size: 13.5px; color: var(--muted); }
.nav__toggle { display: none; background: none; border: 0; padding: 12px; margin-right: -12px; cursor: pointer; }
.nav__toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 6px 0; transition: transform .3s var(--ease); }

/* ---------- Sections ---------- */
.section { padding: var(--section) 0; }
.section--alt { background: var(--bg-alt); }
.section--tight { padding: clamp(64px, 8vw, 104px) 0; }
.section__head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: clamp(48px, 6vw, 80px); }
.section__head .lede { justify-self: end; }
.section__head--stack { grid-template-columns: 1fr; max-width: 820px; }
.section__head--center { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.section__head--center .lede { justify-self: center; }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 6vw, 80px) 0 clamp(72px, 9vw, 128px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__copy .lede { margin-top: 32px; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 44px; }
.trust { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 22px; font-size: 14px; color: var(--muted); }
.trust li { display: flex; align-items: center; gap: 8px; }
.trust li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* Animated sunrise */
.sunrise { position: relative; aspect-ratio: 1 / 1; max-width: 560px; justify-self: end; width: 100%; }
.sunrise__glow {
  position: absolute; inset: 8% 0 30%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(254,195,44,.38), rgba(252,159,39,.12) 60%, transparent);
  filter: blur(8px); opacity: 0; animation: glow 2.6s var(--ease) .4s forwards;
}
.sunrise svg { position: relative; width: 100%; height: 100%; overflow: visible; }
.sunrise svg *, .process__sky svg * { transform-box: fill-box; }
.sunrise__sun { transform: translateY(105%); animation: rise 2.4s var(--ease) .5s forwards; }
.sunrise__bar { transform-origin: 50% 50%; transform: scaleX(0); animation: draw 1.2s var(--ease) forwards; }
.sunrise__bar--2 { animation-delay: .15s; }
.sunrise__ray { stroke: var(--gold); stroke-width: 3; stroke-linecap: round; opacity: 0; animation: ray 1.2s var(--ease) forwards; }
@keyframes rise { to { transform: translateY(0); } }
@keyframes draw { to { transform: scaleX(1); } }
@keyframes glow { to { opacity: 1; } }
@keyframes ray { from { opacity: 0; transform: translateY(8px); } to { opacity: .9; transform: none; } }

/* ---------- Industries strip ---------- */
.industries { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industries__inner { display: flex; align-items: center; gap: 40px; padding: 28px 0; overflow-x: auto; scrollbar-width: none; }
.industries__label { font: 500 12px var(--font-display); letter-spacing: .28em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.industries ul { display: flex; gap: 12px; }
.industries li { display: flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 15px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); }
.industries li svg { width: 18px; height: 18px; }

/* ---------- Icons ---------- */
.ic { width: 44px; height: 44px; fill: none; stroke: var(--ink); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.ic .a { stroke: var(--gold-2); }
.ic .af { fill: var(--gold); stroke: none; }

/* ---------- Cards ---------- */
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3vw, 40px); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.service-card { display: flex; flex-direction: column; gap: 18px; text-decoration: none; transition: border-color .4s var(--ease), transform .4s var(--ease); }
.service-card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.service-card .h3 { margin-top: 18px; }
.service-card p { color: var(--muted); }
.service-card ul { display: grid; gap: 8px; font-size: 15px; margin-top: 4px; }
.service-card li { display: flex; gap: 10px; }
.service-card li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 10px; border-radius: 50%; background: var(--gold); }
.service-card__foot { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-size: 15px; }
.service-card__foot strong { font-weight: 600; }
.service-card__go { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background-color .4s var(--ease), border-color .4s var(--ease); }
.service-card:hover .service-card__go { background: var(--gold); border-color: var(--gold); }

/* ---------- One partner ---------- */
.partner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.partner__diagram { position: relative; aspect-ratio: 1; max-width: 520px; width: 100%; justify-self: center; }
.partner__diagram svg { width: 100%; height: 100%; }
.points { display: grid; gap: 28px; margin-top: 40px; }
.points li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; }
.points .ic { width: 36px; height: 36px; }
.points h3 { font: 600 17px/1.3 var(--font-body); margin-bottom: 4px; }
.points p { color: var(--muted); font-size: 16px; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.stat { padding: 36px 28px 8px 0; border-right: 1px solid var(--line); }
.stat + .stat { padding-left: 28px; }
.stat:last-child { border-right: 0; }
.stat__num { font: 300 clamp(48px, 5.4vw, 76px)/1 var(--font-display); letter-spacing: -0.04em; }
.stat__num small { font-size: .36em; letter-spacing: 0; margin-left: 6px; color: var(--muted); font-weight: 400; }
.stat p { margin-top: 12px; color: var(--muted); font-size: 15px; max-width: 26ch; }

/* ---------- Process (sun rises as you scroll) ---------- */
.process { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 96px); }
.process__visual { position: sticky; top: 120px; align-self: start; }
.process__sky { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; background: linear-gradient(180deg, #F7EFE0 0%, #FBF8F2 100%); border: 1px solid var(--line); --p: 0; }
.process__sky svg { position: absolute; inset: 0; width: 100%; height: 100%; }
/* p = 0: sun just below the horizon; p = 1: full sun risen well above it. */
.process__sun { transform: translateY(calc(50% - var(--p) * 110%)); transition: transform .25s linear; }
.process__time { position: absolute; left: 24px; top: 22px; font: 500 12px var(--font-display); letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.steps { display: grid; gap: 0; counter-reset: step; }
.step { padding: 44px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr; gap: 20px; opacity: .45; transition: opacity .5s var(--ease); }
.step.is-active, .no-js .step { opacity: 1; }
.step:last-child { border-bottom: 1px solid var(--line); }
.step__n { font: 300 44px/1 var(--font-display); color: var(--muted); letter-spacing: -0.03em; }
.step.is-active .step__n { color: var(--gold-text); }
.step__tag { font: 500 11px var(--font-display); letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.step h3 { margin: 8px 0 10px; }
.step p { color: var(--muted); max-width: 48ch; }

/* ---------- Pricing teaser & cards ---------- */
.teaser { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.teaser__prices { display: grid; gap: 12px; }
.teaser__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 20px 24px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.teaser__row span { color: var(--muted); }
.teaser__row strong { font: 400 26px/1 var(--font-display); letter-spacing: -0.02em; }

.toggle { display: inline-flex; padding: 5px; background: var(--card); border: 1px solid var(--line); border-radius: 999px; gap: 4px; }
.toggle button { border: 0; background: none; padding: 11px 20px; border-radius: 999px; font: 500 15px var(--font-body); color: var(--muted); cursor: pointer; transition: background-color .3s var(--ease), color .3s var(--ease); }
.toggle button[aria-pressed="true"] { background: var(--ink); color: var(--bg); }
.toggle small { color: var(--gold-2); font-weight: 600; margin-left: 4px; }
.toggle button[aria-pressed="true"] small { color: var(--gold-1); }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; }
.plan--featured { border: 1.5px solid var(--gold); box-shadow: 0 0 0 6px var(--gold-soft); }
.plan__badge { position: absolute; top: -14px; left: 32px; background: var(--gold); color: var(--ink); font: 600 12px var(--font-body); letter-spacing: .06em; padding: 7px 12px; border-radius: 999px; }
.plan__name { font: 500 13px var(--font-display); letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.plan__for { margin-top: 10px; font-size: 16px; color: var(--muted); min-height: 3.2em; }
.plan__price { margin-top: 26px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.plan__price small { color: var(--muted); font-size: 14px; }
.plan__amt { font: 300 clamp(44px, 4.4vw, 60px)/1 var(--font-display); letter-spacing: -0.04em; }
.plan__note { font-size: 13.5px; color: var(--muted); margin-top: 8px; min-height: 1.5em; }
.plan .btn { margin-top: 28px; width: 100%; }
.plan ul { display: grid; gap: 12px; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); font-size: 15.5px; }
.plan li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; }
.plan li svg { width: 18px; height: 18px; margin-top: 3px; stroke: var(--gold-2); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.plan li.is-muted { color: var(--muted); }
.plan li.is-muted svg { stroke: var(--line-strong); }

.row-list { display: grid; }
.row-item { display: grid; grid-template-columns: 1.2fr 1.6fr auto; gap: 32px; align-items: center; padding: 32px 0; border-top: 1px solid var(--line); }
.row-item:last-child { border-bottom: 1px solid var(--line); }
.row-item p { color: var(--muted); font-size: 16px; }
.row-item__price { text-align: right; white-space: nowrap; }
.row-item__price strong { display: block; font: 300 36px/1 var(--font-display); letter-spacing: -0.03em; }
.row-item__price span { font-size: 13.5px; color: var(--muted); }

.bundle { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; background: var(--ink); color: var(--bg); border-radius: 28px; padding: clamp(36px, 5vw, 64px); }
.bundle .h2, .bundle h3 { color: var(--bg); }
.bundle p { color: var(--dark-muted); }
.bundle ul { display: grid; gap: 14px; }
.bundle li { display: flex; gap: 12px; align-items: flex-start; padding-bottom: 14px; border-bottom: 1px solid #333536; }
.bundle li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: 9px; border-radius: 50%; background: var(--gold); }

/* ---------- Founder strip / portrait ---------- */
.founder { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.portrait { position: relative; aspect-ratio: 1 / 1.02; max-width: 480px; width: 100%; justify-self: center; }
/* Like the logo: the sun (and Daniel) sit on the horizon bars. */
.portrait__sun { position: absolute; left: 9%; right: 9%; bottom: 44px; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(180deg, var(--gold-1), var(--gold-2)); }
.portrait img { position: absolute; left: 0; right: 0; bottom: 44px; width: 100%; height: auto; }
.portrait__bars { position: absolute; left: 0; right: 0; bottom: 0; display: grid; justify-items: center; gap: 12px; }
.portrait__bars span { display: block; height: 10px; border-radius: 2px; background: var(--ink); }
.portrait__bars span:first-child { width: 100%; }
.portrait__bars span:last-child { width: 62%; }
.founder__sig { margin-top: 28px; display: flex; align-items: center; gap: 16px; }
.founder__sig strong { display: block; font: 500 20px var(--font-display); }
.founder__sig span { color: var(--muted); font-size: 15px; }
.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); }
.badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ok); }

/* ---------- Founding program ---------- */
.founding { position: relative; overflow: hidden; background: var(--gold-soft); border: 1px solid #F6DDAA; border-radius: 28px; padding: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.founding__spots { display: flex; gap: 10px; margin-top: 18px; }
.founding__spots span { width: 38px; height: 20px; border-radius: 38px 38px 0 0; background: linear-gradient(180deg, var(--gold-1), var(--gold-2)); }
.founding ul { display: grid; gap: 14px; }
.founding li { padding: 16px 18px; background: rgba(255,255,255,.7); border-radius: var(--radius-sm); }
.founding li:has(.btn) { background: none; padding: 8px 0 0; }
.founding li strong { font-weight: 600; }

/* ---------- Lead magnet ---------- */
.magnet { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.magnet__doc { position: relative; justify-self: center; width: min(320px, 80%); aspect-ratio: 8.5 / 11; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 28px 26px; box-shadow: 18px 18px 0 -1px var(--bg-alt), 18px 18px 0 0 var(--line); transform: rotate(-3deg); }
.magnet__doc img { width: 70px; }
.magnet__doc h3 { font: 500 20px/1.2 var(--font-display); margin: 20px 0 16px; }
.magnet__doc i { display: flex; align-items: center; gap: 8px; height: 22px; font-style: normal; }
.magnet__doc i::before { content: ""; width: 12px; height: 12px; border: 1.5px solid var(--gold-2); border-radius: 3px; flex: none; }
.magnet__doc i::after { content: ""; height: 6px; border-radius: 3px; background: var(--bg-alt); flex: 1; }

/* ---------- Forms ---------- */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 500; }
.field label span { color: var(--muted); font-weight: 400; }
input, textarea, select {
  width: 100%; font: 400 16px/1.4 var(--font-body); color: var(--ink);
  background: var(--card); border: 1px solid var(--line-strong); border-radius: 12px; padding: 15px 16px;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px var(--gold-soft); }
textarea { resize: vertical; min-height: 130px; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%23181A1B' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 12px; padding-right: 40px; }
.inline-form { display: flex; gap: 10px; }
.inline-form input { flex: 1; border-radius: 999px; padding-left: 22px; }
.form__note { font-size: 13.5px; color: var(--muted); }
.form__note a { color: inherit; }
.form__status { font-size: 15px; min-height: 1.5em; }
.form__status.is-ok { color: var(--ok); }
.form__status.is-err { color: var(--err); }

/* ---------- FAQ ---------- */
.faq { max-width: 880px; margin: 0 auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 24px; padding: 28px 0; font: 400 clamp(20px, 1.9vw, 24px)/1.3 var(--font-display); letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-strong); background: linear-gradient(var(--ink), var(--ink)) center / 12px 1.5px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 1.5px 12px no-repeat; transition: transform .4s var(--ease), background-color .4s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--gold); border-color: var(--gold); }
.faq details p { color: var(--muted); padding: 0 56px 30px 0; max-width: 70ch; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: clamp(48px, 7vw, 104px) 0 clamp(56px, 7vw, 96px); }
.page-hero .display { font-size: clamp(46px, 6.4vw, 88px); max-width: 16ch; }
.page-hero .lede { margin-top: 28px; }
.page-hero__actions { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.feature-list { display: grid; gap: 0; }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list .ic { width: 34px; height: 34px; }
.feature-list h3 { font: 600 17px/1.3 var(--font-body); margin-bottom: 4px; }
.feature-list p { color: var(--muted); font-size: 16px; }
.deliverables { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
.deliverables li { display: flex; gap: 10px; font-size: 16px; }
.deliverables li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 10px; border-radius: 50%; background: var(--gold); }

/* ---------- Work / case studies ---------- */
.case { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; padding: clamp(40px, 5vw, 64px) 0; border-top: 1px solid var(--line); }
.case__shot { aspect-ratio: 16 / 10; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); overflow: hidden; display: grid; grid-template-rows: 34px 1fr; }
.case__bar { display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid var(--line); }
.case__bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.case__body { display: grid; place-items: center; color: var(--muted); font-size: 14px; background: repeating-linear-gradient(135deg, var(--bg) 0 12px, var(--bg-alt) 12px 24px); }
.case dl { display: grid; gap: 18px; margin: 24px 0 0; }
.case dt { font: 500 11px var(--font-display); letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.case dd { margin: 4px 0 0; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: start; }
.booking { min-height: 560px; display: flex; flex-direction: column; }
.booking__frame { flex: 1; border: 0; width: 100%; min-height: 620px; border-radius: var(--radius-sm); }
.booking__empty { flex: 1; display: grid; place-items: center; text-align: center; gap: 12px; padding: 32px; border: 1px dashed var(--line-strong); border-radius: var(--radius-sm); margin-top: 24px; }
.booking__empty svg { width: 120px; margin: 0 auto; }
.contact-meta { display: grid; gap: 14px; margin-top: 28px; font-size: 15.5px; }
.contact-meta div { display: flex; justify-content: space-between; gap: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.contact-meta span { color: var(--muted); }

/* ---------- Interactive checklist ---------- */
.gate { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: start; max-width: 1080px; }
.quiz__who { grid-column: 1 / -1; font-size: 15px; color: var(--muted); margin-bottom: -8px; }
.quiz__who strong { color: var(--ink); font-weight: 600; }
.quiz__change { background: none; border: 0; padding: 0; cursor: pointer; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; font-size: 15px; }
.quiz__change:hover { color: var(--ink); }
.quiz { display: grid; grid-template-columns: 1fr 360px; gap: clamp(32px, 5vw, 72px); align-items: start; }
.quiz__list { display: grid; gap: 28px; }
.quiz__section { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); padding: clamp(22px, 3vw, 36px); margin: 0; min-width: 0; }
.quiz__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; width: 100%; padding: 0; float: left; }
.quiz__head + * { clear: both; }
.quiz__title { font: 400 clamp(24px, 2.4vw, 30px)/1.1 var(--font-display); letter-spacing: -0.02em; }
.quiz__count { font: 500 14px var(--font-display); letter-spacing: .12em; color: var(--muted); }
.quiz__blurb { color: var(--muted); font-size: 15px; margin: 6px 0 14px; }
.check { display: grid; grid-template-columns: 30px 32px 1fr; gap: 12px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line); cursor: pointer; }
.check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check__box { width: 26px; height: 26px; border: 1.5px solid var(--line-strong); border-radius: 8px; display: grid; place-items: center; background: var(--card); transition: background-color .3s var(--ease), border-color .3s var(--ease); }
.check__box svg { width: 16px; height: 16px; fill: none; stroke: var(--ink); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 24; stroke-dashoffset: 24; transition: stroke-dashoffset .35s var(--ease); }
.check input:checked + .check__box { background: var(--gold); border-color: var(--gold); }
.check input:checked + .check__box svg { stroke-dashoffset: 0; }
.check input:focus-visible + .check__box { outline: 2px solid var(--ink); outline-offset: 3px; }
.check:hover .check__box { border-color: var(--ink); }
.check__n { font: 400 15px/26px var(--font-display); color: var(--muted); letter-spacing: .04em; }
.check__text strong { display: block; font-weight: 600; font-size: 16.5px; line-height: 1.4; }
.check__text span { display: block; color: var(--muted); font-size: 15px; margin-top: 2px; }
.check:has(input:checked) .check__text strong { color: var(--ink); }

.scorecard { position: sticky; top: 112px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: grid; gap: 14px; }
.scorecard__sky { background: linear-gradient(180deg, #F7EFE0, var(--bg)); border-radius: var(--radius-sm); border: 1px solid var(--line); overflow: hidden; --p: 0; }
.scorecard__sky svg { width: 100%; display: block; }
.scorecard svg * { transform-box: fill-box; }
/* 0/25: a sliver of sun on the horizon; 25/25: fully risen. */
.scorecard__sun { transform: translateY(calc(40% - var(--p) * 72%)); transition: transform .6s var(--ease); }
.scorecard__score { font: 300 72px/1 var(--font-display); letter-spacing: -0.04em; margin-top: 6px; }
.scorecard__score small { font-size: 26px; color: var(--muted); letter-spacing: 0; margin-left: 4px; }
.scorecard__band { font-weight: 600; min-height: 1.6em; }
.scorecard__bars { display: grid; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; }
.scorecard__bars li { display: grid; grid-template-columns: 1fr 110px; align-items: center; gap: 12px; color: var(--muted); }
.scorecard__bars i { height: 6px; border-radius: 6px; background: var(--bg-alt); overflow: hidden; }
.scorecard__bars b { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold-1), var(--gold-2)); border-radius: 6px; transition: width .5s var(--ease); }
.scorecard__go { margin-top: 6px; }

.results { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.results .h2 { margin-bottom: 20px; }
.results__fixes { margin-top: 32px; }
.results__fixes-head { font: 500 12px var(--font-display); letter-spacing: .28em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.results__fixes ol { display: grid; gap: 10px; counter-reset: fix; }
.results__fixes li { counter-increment: fix; display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 16px 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.results__fixes li::before { content: counter(fix); width: 28px; height: 28px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-text); display: grid; place-items: center; font-weight: 600; font-size: 14px; }
.results__fixes strong { display: block; font-weight: 600; }
.results__fixes span { color: var(--muted); font-size: 15px; }
.results__done { text-align: center; display: grid; justify-items: center; gap: 12px; }
.results__done svg { width: 140px; margin-bottom: 12px; }

/* ---------- Prose (privacy) ---------- */
.prose { max-width: 720px; }
.prose h2 { font: 400 28px/1.2 var(--font-display); margin: 48px 0 12px; }
.prose p { color: var(--muted); }
.prose p + p { margin-top: 14px; }

/* ---------- Footer (dark band) ---------- */
.footer { background: var(--dark); color: #EDEAE4; padding-top: clamp(80px, 10vw, 136px); }
.footer a { text-decoration: none; }
.footer__cta { text-align: center; display: grid; justify-items: center; }
.footer__cta .eyebrow::before { background: var(--gold); }
.footer__title { font: 300 clamp(44px, 6.4vw, 92px)/1 var(--font-display); letter-spacing: -0.035em; color: #F4F2EE; }
.footer__lede { margin: 24px 0 40px; color: var(--dark-muted); max-width: 48ch; font-size: 18px; }
.footer .horizon { margin-top: clamp(72px, 9vw, 120px); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-top: 64px; padding-bottom: 56px; }
.footer__brand img { width: 200px; height: auto; }
.footer__col { display: grid; gap: 12px; align-content: start; font-size: 15px; color: var(--dark-muted); }
.footer__col a:hover { color: #fff; }
.footer__head { font: 500 11px var(--font-display); letter-spacing: .3em; text-transform: uppercase; color: #F4F2EE; margin-bottom: 6px; }
.footer__base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 24px; padding-bottom: 32px; border-top: 1px solid #2E3031; font-size: 13.5px; color: #7F7B74; }

/* ---------- Motion ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.reveal.is-in, .no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .sunrise__sun { transform: none; } .sunrise__bar { transform: none; } .sunrise__ray { opacity: .9; } .sunrise__glow { opacity: 1; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .plans { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .plan__for { min-height: 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(3) { padding-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav__toggle { display: block; }
  .nav__menu {
    position: fixed; inset: 80px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 24px;
    max-height: calc(100vh - 80px); overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s .3s;
  }
  .nav.is-open { background: var(--bg); border-bottom-color: var(--line); }
  .nav.is-open .nav__menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
  .nav.is-open .nav__toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .nav.is-open .nav__toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .nav__link { font-size: 18px; color: var(--ink); padding: 18px 0; border-radius: 0; border-bottom: 1px solid var(--line); justify-content: space-between; width: 100%; }
  .nav__link:hover, .nav__link[aria-expanded="true"] { background: none; }
  .nav__panel { position: static; width: auto; border: 0; box-shadow: none; padding: 0 0 8px; display: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
  .nav__panel.is-open { display: block; }
  .nav__cta { margin: 20px 0 0; }
  .hero__grid, .partner, .process, .teaser, .founder, .founding, .magnet, .split, .case, .contact, .bundle, .section__head { grid-template-columns: 1fr; }
  .section__head .lede { justify-self: start; }
  .sunrise { justify-self: center; max-width: 440px; order: -1; margin-bottom: -24px; }
  .process__visual { position: relative; top: 0; }
  .process__sky { aspect-ratio: 16 / 9; }
  .grid-3 { grid-template-columns: 1fr; }
  .row-item { grid-template-columns: 1fr; gap: 12px; }
  .row-item__price { text-align: left; }
  .founder .portrait { max-width: 380px; }
  .quiz, .results, .gate { grid-template-columns: 1fr; }
  /* On small screens the scorecard becomes a slim bar pinned to the bottom. */
  .scorecard {
    position: fixed; top: auto; left: 12px; right: 12px; bottom: 12px; z-index: 40;
    grid-template-columns: 64px auto 1fr auto; align-items: center; gap: 12px; padding: 10px 12px;
    box-shadow: 0 16px 40px -16px rgba(24,26,27,.35); border-radius: 18px;
  }
  .scorecard__sky { width: 64px; border-radius: 10px; }
  .scorecard__score { font-size: 30px; margin: 0; }
  .scorecard__score small { font-size: 14px; }
  .scorecard__band { font-size: 13px; line-height: 1.3; min-height: 0; }
  .scorecard__bars { display: none; }
  .scorecard__go { margin: 0; padding: 11px 16px; font-size: 14px; white-space: nowrap; }
  .page-checklist .footer { padding-bottom: 96px; }
  .scorecard.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
  .scorecard { transition: opacity .3s var(--ease), transform .3s var(--ease); }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .brand__mark { height: 26px; } .brand__word { height: 23px; }
  .nav__inner { height: 68px; }
  .nav__menu { inset: 68px 0 auto 0; max-height: calc(100vh - 68px); }
  .grid-2, .grid-4, .stats, .deliverables, .form, .footer__grid { grid-template-columns: 1fr; }
  .stat, .stat + .stat { padding: 28px 0 8px; border-right: 0; border-top: 1px solid var(--line); }
  .stat:first-child { border-top: 0; }
  .step { grid-template-columns: 1fr; gap: 6px; padding: 32px 0; }
  .inline-form { flex-direction: column; }
  .industries__inner { flex-direction: column; align-items: flex-start; gap: 16px; overflow: visible; }
  .industries ul { flex-wrap: wrap; gap: 8px; }
  .industries li { font-size: 14px; padding: 8px 12px; }
  .inline-form input { border-radius: 12px; }
  .faq details p { padding-right: 0; }
  .hero__actions .btn { width: 100%; }
  .footer__cta .btn { width: 100%; }
  .toggle button { padding: 10px 14px; }
}
@media (max-width: 480px) {
  .scorecard { grid-template-columns: 64px 1fr auto; }
  .scorecard__band { display: none; }
}
