/* ContractorBrand · page styles. Engine tokens first, everything else derives. */
:root {
  --sc-canvas:     #F6F4EF;
  --sc-surface:    #FFFDF8;
  --sc-ink:        #141613;
  --sc-ink-soft:   #5B6259;
  --sc-accent:     #1E5540;
  --sc-accent-ink: #F6F4EF;
  --sc-font-display: "Instrument Serif", Georgia, serif;
  --sc-font-text:    "Geist", ui-sans-serif, system-ui, sans-serif;
  --mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --edge: color-mix(in srgb, var(--sc-ink) 11%, transparent);
  --r-lg: 22px; --r-md: 16px; --r-sm: 12px;
  --shadow: 0 18px 50px -24px rgba(20,22,19,.35), 0 2px 6px -2px rgba(20,22,19,.12);
  --ease: cubic-bezier(.23,1,.32,1);
}
html, body { background: var(--sc-canvas); }
body { color: var(--sc-ink); font-family: var(--sc-font-text); -webkit-font-smoothing: antialiased; }
img, svg { display: block; }
.mono { font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- painted plates: sky, distant hills, meadow -------------------- */
.plate { position: relative; border-radius: var(--r-lg); overflow: hidden; }
.plate .ground { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.plate .ground::before, .plate .ground::after { content: ""; position: absolute; inset: -18%; }
.plate .ground::after {
  background-image: radial-gradient(circle at 1px 1px, rgba(20,22,19,.14) 1px, transparent 0);
  background-size: 3px 3px; opacity: .3; mix-blend-mode: multiply;
}
.plate--overcast .ground::before {
  background:
    radial-gradient(120% 68% at 50% -12%, #C3D2DE 0%, #D9E1E5 45%, transparent 72%),
    radial-gradient(70% 22% at 28% 56%, #97AC9E 0%, transparent 62%),
    radial-gradient(70% 22% at 74% 60%, #AFC0AC 0%, transparent 62%),
    radial-gradient(130% 62% at 50% 112%, #B4C79A 0%, #A2B98F 38%, transparent 70%),
    radial-gradient(55% 40% at 88% 96%, #DCD19A 0%, transparent 62%),
    linear-gradient(180deg, #D4DDE3 0%, #E4E7E2 52%, #B7C7A4 100%);
  filter: blur(22px) saturate(110%);
}
.plate--dusk .ground::before {
  background:
    radial-gradient(120% 66% at 50% -10%, #58697A 0%, #7C8B95 45%, transparent 72%),
    radial-gradient(75% 22% at 24% 58%, #6F8878 0%, transparent 62%),
    radial-gradient(75% 22% at 76% 62%, #8A9C84 0%, transparent 62%),
    radial-gradient(130% 60% at 50% 112%, #E1C784 0%, #C9B582 38%, transparent 72%),
    linear-gradient(180deg, #62717E 0%, #9AA59A 55%, #D9C58F 100%);
  filter: blur(24px) saturate(112%);
}
.plate--fog .ground::before {
  background:
    radial-gradient(120% 70% at 50% -10%, #D5DCDF 0%, #E2E6E6 45%, transparent 72%),
    radial-gradient(80% 24% at 30% 60%, #B9C6BC 0%, transparent 64%),
    radial-gradient(130% 60% at 50% 112%, #C2CFC0 0%, transparent 70%),
    linear-gradient(180deg, #E0E5E6 0%, #E8EAE5 55%, #CDD6CA 100%);
  filter: blur(26px) saturate(96%);
}
.plate--moss .ground::before {
  background:
    radial-gradient(120% 70% at 50% -10%, #C9D6CE 0%, transparent 70%),
    radial-gradient(130% 60% at 50% 112%, #9DB894 0%, #B3C8A6 40%, transparent 72%),
    linear-gradient(180deg, #D7E0D8 0%, #B7CBAE 100%);
  filter: blur(20px) saturate(106%);
}
.plate--sky .ground::before {
  background:
    radial-gradient(120% 70% at 50% -10%, #B9CCDD 0%, transparent 70%),
    radial-gradient(130% 60% at 50% 112%, #D9DFD6 0%, transparent 72%),
    linear-gradient(180deg, #C6D5E0 0%, #E0E5E3 100%);
  filter: blur(20px) saturate(106%);
}
.plate--sand .ground::before {
  background:
    radial-gradient(120% 70% at 50% -10%, #E4E1D2 0%, transparent 70%),
    radial-gradient(130% 60% at 50% 112%, #D9C994 0%, #E3D7A9 40%, transparent 72%),
    linear-gradient(180deg, #E8E4D6 0%, #D8CBA0 100%);
  filter: blur(20px) saturate(108%);
}
.plate > :not(.ground) { position: relative; z-index: 1; }

/* ---------- shell ------------------------------------------------------- */
.wrap { width: min(1160px, 100% - 2.5rem); margin-inline: auto; }
.center { display: flex; justify-content: center; margin-top: clamp(2rem, 4vw, 3rem); }
.sect { padding-block: clamp(4.5rem, 10vw, 8.5rem); }
.sect--tight { padding: clamp(.75rem, 2vw, 1.4rem); }

.bar {
  position: sticky; top: 0; z-index: 40; display: flex;
  padding: 1.1rem clamp(1rem, 4vw, 2.5rem);
  background: color-mix(in srgb, var(--sc-canvas) 86%, transparent); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color 200ms ease;
}
.bar.is-stuck { border-bottom-color: var(--edge); }
.bar__in { flex: 1; max-width: 1220px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-inline: auto; }
.mark { display: inline-flex; align-items: center; gap: .8rem; font-weight: 600; letter-spacing: -.02em; color: inherit; text-decoration: none; font-size: 1.65rem; line-height: 1; }
.mark__glyph { flex: none; width: 50px; height: 50px; }
.bar nav { display: none; gap: 2.3rem; }
.bar nav a { color: var(--sc-ink); text-decoration: none; font-size: 1.12rem; font-weight: 600; transition: color 160ms; }
.bar .pill { padding: 1rem 1.9rem; font-size: 1.1rem; }
.bar nav a:hover { color: var(--sc-accent); }
@media (min-width: 980px) { .bar nav { display: flex; } }
.nav__extra { display: none; }
.menu-btn { display: none; flex: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--edge); background: var(--sc-surface); padding: 0; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.menu-btn span { display: block; width: 20px; height: 2px; background: var(--sc-ink); border-radius: 2px; transition: transform 220ms var(--ease), opacity 160ms; }
.bar.is-open .menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bar.is-open .menu-btn span:nth-child(2) { opacity: 0; }
.bar.is-open .menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 979px) {
  .menu-btn { display: flex; }
  .bar nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 0; padding: .5rem clamp(1rem, 4vw, 2.5rem) 1rem; background: var(--sc-canvas); border-bottom: 1px solid var(--edge); box-shadow: 0 18px 30px -20px rgba(20,22,19,.35); }
  .bar.is-open nav { display: flex; }
  .bar nav a { display: flex; align-items: center; min-height: 48px; padding: .3rem 0; font-size: 1.15rem; border-bottom: 1px solid var(--edge); }
  .bar nav a:last-child { border-bottom: 0; }
  .nav__extra { display: flex; }
}
@media (max-width: 560px) {
  .bar { padding: .55rem .9rem; }
  .mark span { display: none; }
  .mark__glyph { width: 40px; height: 40px; }
  .mark { min-height: 44px; min-width: 44px; padding: 2px 0; }
  .bar .pill { padding: .7rem 1.05rem; font-size: .92rem; }
  .bar__in { gap: .6rem; }
}

.pill {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem; white-space: nowrap;
  background: var(--sc-ink); color: #F6F4EF; padding: .72rem 1.3rem; border-radius: 999px; border: 0; cursor: pointer;
  font: inherit; font-weight: 500; font-size: .94rem; text-decoration: none;
  box-shadow: 0 0 0 0 rgba(20,22,19,0);
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms cubic-bezier(.2,.7,.2,1), background-color 200ms;
}
@media (hover: hover) and (pointer: fine) {
  .pill:hover { transform: translateY(-3px); box-shadow: 0 12px 22px -10px rgba(20,22,19,.55), 0 3px 6px -3px rgba(20,22,19,.25); }
}
.pill:active { transform: translateY(0); box-shadow: 0 3px 8px -4px rgba(20,22,19,.4); transition-duration: 90ms; }
.pill--lg { padding: .95rem 1.85rem; font-size: 1.02rem; }
.pill--wide { width: 100%; }
.pill--light { background: #F6F4EF; color: #141613; }
@media (hover: hover) and (pointer: fine) { .pill--light:hover { background: #fff; box-shadow: 0 12px 22px -10px rgba(0,0,0,.6), 0 3px 6px -3px rgba(0,0,0,.3); } }

/* ---------- type ------------------------------------------------------- */
.eyebrow { font-family: var(--mono); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--sc-accent); font-weight: 500; }
.eyebrow--dots::before, .eyebrow--dots::after { content: "•"; margin: 0 .55em; opacity: .6; }
.display { font-family: var(--sc-font-display); font-weight: 400; line-height: 1.0; letter-spacing: -.02em; text-wrap: balance; margin: 0; }
.display i { font-style: italic; }
.d-xl { font-size: clamp(2.9rem, 7.2vw, 5.6rem); }
.d-lg { font-size: clamp(2.15rem, 4.8vw, 3.6rem); }
.d-md { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.lede { font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.62; color: var(--sc-ink-soft); max-width: 58ch; text-wrap: pretty; }
.micro { font-family: var(--mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sc-ink-soft); }
.micro a { color: inherit; }
.head { margin-bottom: clamp(2.2rem, 5vw, 3.4rem); }
.head--center { text-align: center; }
.head--center .lede { margin-inline: auto; }
.head .eyebrow { display: block; margin-bottom: 1.05rem; }
.head .lede { margin-top: 1.2rem; }
@media (max-width: 700px) { .d-xl { font-size: clamp(2.35rem, 11vw, 3rem); } }

/* ---------- hero ------------------------------------------------------- */
.hero { padding: 0 clamp(.75rem, 2vw, 1.4rem) clamp(.75rem, 2vw, 1.4rem); }
.hero__plate { min-height: min(100svh, 1060px); display: flex; flex-direction: column; padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 5vw, 4rem) clamp(2rem, 4vw, 3rem); }
.hero__plate .glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0; transition: opacity 1.1s ease;
  background: radial-gradient(55% 42% at 50% 84%, rgba(214,224,150,.85) 0%, rgba(170,200,140,.45) 45%, transparent 75%); }
.hero.is-live .glow { opacity: 1; }
.hero .hills { transition: filter 1.1s ease; }
.hero.is-live .hills { filter: saturate(1.3) brightness(1.08); }
.hero__inner { text-align: center; max-width: 780px; margin-inline: auto; }
.hero__inner .eyebrow { display: block; margin-bottom: 1.5rem; }
.hero__inner .lede { margin: 1.45rem auto 0; max-width: 46ch; color: #383E36; }
.cta-stack { margin-top: 2.1rem; display: flex; flex-direction: column; align-items: center; gap: .85rem; }

/* floating board */
/* in flow at the foot of the plate, so the gradient runs under and past it */
.plate > .board-wrap { position: relative; margin-top: auto; padding-top: clamp(3rem, 6vw, 4.5rem); display: flex; justify-content: center; z-index: 3; }
.board { width: min(680px, 100%); }
.seats li { transition: background-color 320ms, border-color 320ms, transform 420ms cubic-bezier(.2,.9,.3,1.4); }
.seats li.is-signed { background: var(--sc-accent); border-style: solid; border-color: var(--sc-accent); transform: scale(1.06); }
.board__conv { display: block; width: 100%; height: auto; margin-top: .9rem; }
.board__conv path { stroke-dasharray: 720; stroke-dashoffset: 720; stroke-opacity: 0; transition: stroke-dashoffset 1.2s cubic-bezier(.2,.7,.2,1), stroke-opacity 300ms; }
.board__conv .board__point { transform-box: fill-box; transform-origin: center; transform: scale(0); transition: transform 600ms cubic-bezier(.2,.9,.3,1.5); }
.board__conv .board__live { font-family: var(--mono); font-size: 18px; letter-spacing: 3px; text-transform: uppercase; fill: #1E5540; opacity: 0; transition: opacity 500ms; }
.board.is-live .board__conv path { stroke-dashoffset: 0; stroke-opacity: .85; }
.board.is-live .board__conv path:nth-child(2) { transition-delay: 60ms; } .board.is-live .board__conv path:nth-child(3) { transition-delay: 120ms; } .board.is-live .board__conv path:nth-child(4) { transition-delay: 180ms; } .board.is-live .board__conv path:nth-child(5) { transition-delay: 240ms; }
.board.is-live .board__conv path:nth-child(6) { transition-delay: 300ms; } .board.is-live .board__conv path:nth-child(7) { transition-delay: 360ms; } .board.is-live .board__conv path:nth-child(8) { transition-delay: 420ms; } .board.is-live .board__conv path:nth-child(9) { transition-delay: 480ms; } .board.is-live .board__conv path:nth-child(10) { transition-delay: 540ms; }
.board.is-live .board__conv .board__point { transform: scale(1); transition-delay: 900ms; }
.board.is-live .board__conv .board__live { opacity: 1; transition-delay: 1.3s; }
.board__cap { margin: .9rem 0 0; padding-top: .8rem; border-top: 1px solid var(--edge); color: var(--sc-ink-soft); text-align: center; font-size: .62rem; }
.board.is-live .board__chip { background: var(--sc-accent); }
.board__chip { transition: background-color 500ms; }
.board__chip {
  display: inline-flex; align-items: center; gap: .55rem; background: #141613; color: #F6F4EF;
  padding: .55rem .9rem; border-radius: 999px; position: relative; left: 50%; transform: translateX(-50%); margin-bottom: -.9rem; z-index: 2;
}
.board__dot { width: 7px; height: 7px; border-radius: 50%; background: #A8C6A0; box-shadow: 0 0 0 3px rgba(168,198,160,.25); }
.board__body { background: var(--sc-surface); border: 1px solid var(--edge); border-radius: var(--r-md); padding: 1.6rem 1.4rem 1.2rem; box-shadow: var(--shadow); }
.board__head { display: flex; justify-content: space-between; color: var(--sc-ink-soft); margin-bottom: .9rem; }
.seats { display: grid; grid-template-columns: repeat(10, 1fr); gap: .45rem; margin: 0; padding: 0; list-style: none; }
.seats li { aspect-ratio: 1; border-radius: 7px; border: 1.5px dashed color-mix(in srgb, var(--sc-accent) 55%, transparent); background: color-mix(in srgb, var(--sc-accent) 6%, transparent); }
.board__rule { display: flex; align-items: center; gap: .6rem; margin-top: 1.1rem; padding-top: .9rem; border-top: 1px solid var(--edge); color: var(--sc-ink-soft); }
.board__arrow { color: var(--sc-ink); }
.board__ok { margin-left: auto; color: var(--sc-accent); }
@media (max-width: 560px) { .hero__plate { padding-bottom: 12rem; } .board__body { padding: 1.2rem 1rem 1rem; } }

/* ---------- strip ------------------------------------------------------ */
.strip { text-align: center; padding: clamp(2.4rem, 4vw, 3.4rem) 0 2.2rem; border-bottom: 1px solid var(--edge); overflow: hidden; }
#how.sect { padding-top: clamp(3.2rem, 6vw, 5rem); }
.strip .micro { color: var(--sc-accent); font-size: .74rem; }
.marquee { margin-top: .7rem; display: flex; width: max-content; animation: sc-marquee 34s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.strip__list { display: flex; flex: none; gap: 0; margin: 0; padding: 0; list-style: none; font-family: var(--sc-font-display); font-size: clamp(2.6rem, 4.6vw, 4rem); line-height: 1.1; color: var(--sc-ink); letter-spacing: -.02em; white-space: nowrap; }
.strip__list li { padding: 0 1.2rem; display: flex; align-items: center; gap: 2.4rem; }
.strip__list li::after { content: ""; width: .32em; height: .32em; border-radius: 50%; background: var(--sc-accent); }
@keyframes sc-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee { animation: none; width: auto; flex-wrap: wrap; justify-content: center; } .marquee .strip__list:last-child { display: none; } }

/* ---------- steps ------------------------------------------------------ */
.steps { display: grid; gap: 1.25rem; margin: 0; padding: 0; list-style: none; counter-reset: s; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 2.4rem; } }
.step { position: relative; background: var(--sc-surface); border: 1px solid var(--edge); border-radius: var(--r-lg); padding: 1rem 1rem 1.6rem; display: flex; flex-direction: column; gap: .55rem; box-shadow: var(--shadow); }
.step__panel { height: 180px; border-radius: var(--r-md); display: grid; place-items: center; margin-bottom: .8rem; }
.step__panel .diagram { width: 78%; height: auto; }
.step__n { color: var(--sc-accent); padding: 0 .5rem; }
.step h3 { font-family: var(--sc-font-display); font-weight: 400; font-size: 1.55rem; margin: 0; letter-spacing: -.01em; padding: 0 .5rem; }
.step p { margin: 0; color: var(--sc-ink-soft); font-size: .94rem; line-height: 1.6; padding: 0 .5rem; }
@media (min-width: 860px) {
  .step:not(:last-child)::after {
    content: "→"; position: absolute; right: -1.2rem; top: 90px; transform: translate(50%, -50%);
    width: 2rem; height: 2rem; border-radius: 50%; background: var(--sc-surface); border: 1px solid var(--edge);
    display: grid; place-items: center; font-size: .9rem; color: var(--sc-ink); z-index: 2;
  }
}

/* ---------- tabs + panel ------------------------------------------------ */
.tabs { display: flex; justify-content: center; gap: .5rem; margin-bottom: 1.5rem; }
.tab { font: inherit; font-size: .9rem; font-weight: 500; padding: .6rem 1.1rem; border-radius: 999px; border: 1px solid var(--edge); background: var(--sc-surface); color: var(--sc-ink); cursor: pointer; transition: background-color 150ms, color 150ms, transform 150ms var(--ease); }
.tab.is-active { background: var(--sc-ink); color: #F6F4EF; border-color: var(--sc-ink); }
.tab:active { transform: translateY(1px); }
.panel { padding: clamp(1.5rem, 4vw, 3rem); }
.panel__head { text-align: center; max-width: 60ch; margin: 0 auto clamp(1.5rem, 3vw, 2.4rem); }
.panel__sub { margin: .8rem auto 0; color: #383E36; font-size: .98rem; line-height: 1.6; }
.panel__foot { text-align: center; margin: 1.6rem 0 0; color: #3A4038; }

.conv { display: grid; gap: 1.25rem; align-items: center; }
@media (min-width: 900px) { .conv { grid-template-columns: 1fr 2.2fr 1fr; } }
.conv svg { width: 100%; height: auto; }
.conv__side { background: rgba(255,253,248,.82); border: 1px solid rgba(20,22,19,.08); border-radius: var(--r-md); padding: 1.1rem 1.2rem; text-align: center; color: var(--sc-ink-soft); display: grid; gap: .3rem; box-shadow: var(--shadow); }
.figure-num { font-family: var(--sc-font-display); font-size: clamp(2.4rem, 4.6vw, 3.4rem); line-height: 1; font-variant-numeric: tabular-nums; margin: 0; color: var(--sc-ink); }
.conv__legend { display: flex; justify-content: center; gap: 1.2rem; margin-top: 1.2rem; color: #3A4038; }

/* ---------- compare ---------------------------------------------------- */
.compare { display: grid; gap: 1rem; align-items: stretch; }
@media (min-width: 860px) { .compare { grid-template-columns: 1fr auto 1fr; } }
.compare__vs { align-self: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; display: grid; place-items: center; background: #141613; color: #F6F4EF; justify-self: center; }
.card { background: rgba(255,253,248,.9); border: 1px solid rgba(20,22,19,.08); border-radius: var(--r-md); padding: 1.4rem 1.4rem 1.5rem; box-shadow: var(--shadow); }
.card--dark { background: #141613; color: #F2F1EC; border-color: transparent; }
.card__top { display: flex; justify-content: space-between; align-items: center; color: var(--sc-ink-soft); margin-bottom: 1rem; }
.card--dark .card__top { color: #9AA096; }
.badge { padding: .28rem .6rem; border-radius: 999px; border: 1px solid currentColor; }
.badge--ok { color: var(--sc-accent); }
.card--list ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .55rem; font-size: .96rem; }
.card--list li { padding-left: 1.4rem; position: relative; line-height: 1.5; }
.card--list li::before { content: ""; position: absolute; left: 0; top: .55em; width: .55rem; height: .55rem; border-radius: 50%; background: var(--sc-accent); }
.card--dark.card--list li::before { background: #A8C6A0; }
.card__note { margin: 1rem 0 0; font-size: .9rem; line-height: 1.55; color: #B8BDB3; }

/* ---------- included ---------------------------------------------------- */
.incl { display: grid; gap: 1px; background: var(--edge); border: 1px solid var(--edge); border-radius: var(--r-lg); overflow: hidden; list-style: none; padding: 0; margin: 0; }
@media (min-width: 760px) { .incl { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .incl { grid-template-columns: repeat(3, 1fr); } }
.incl li { background: var(--sc-surface); padding: 1.5rem 1.5rem 1.6rem; display: flex; gap: 1rem; align-items: flex-start; }
.incl b { display: block; font-weight: 600; font-size: 1rem; margin-bottom: .2rem; }
.incl span:not(.ico) { color: var(--sc-ink-soft); font-size: .92rem; line-height: 1.55; }
.ico { flex: none; width: 2.4rem; height: 2.4rem; border-radius: 10px; background: color-mix(in srgb, var(--sc-accent) 10%, transparent); color: var(--sc-accent); display: grid; place-items: center; }
.ico svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- map -------------------------------------------------------- */
.mapwrap { padding: clamp(1.25rem, 3vw, 2.4rem); }
.map { width: 100%; height: auto; }
.map .city circle { fill: #141613; }
.map .city .city__halo { fill: none; stroke: #1E5540; stroke-width: 1.4; opacity: .5; }
.map .city text { font-family: var(--sc-font-text); font-size: 15px; font-weight: 500; fill: #141613; }
.map__label { font-family: var(--mono); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; fill: #1E5540; }
.map__label--soft { fill: #5B6259; }
.pills { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.pills li { background: rgba(255,253,248,.9); border: 1px solid rgba(20,22,19,.1); border-radius: 999px; padding: .5rem .95rem; font-size: .88rem; font-weight: 500; }

/* ---------- dark ------------------------------------------------------- */
.dark { --sc-ink: #F2F1EC; --sc-ink-soft: #A3A99F; --sc-accent: #A8C6A0; color: var(--sc-ink); background: #14170F; border-radius: var(--r-lg); padding: clamp(3.5rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem); }
.dark .lede { color: var(--sc-ink-soft); }
.facts { display: grid; gap: 1rem; margin: clamp(2.5rem, 5vw, 3.5rem) 0 0; padding: 0; list-style: none; }
@media (min-width: 780px) { .facts { grid-template-columns: repeat(3, 1fr); } }
.fact { border-radius: var(--r-md); padding: 1.7rem 1.5rem; color: #141613; text-align: left; }
.fact--sage { background: #D9E5CF; } .fact--sky { background: #D2DEE7; } .fact--sand { background: #EFE1BC; }
.fact b { display: block; font-family: var(--sc-font-display); font-weight: 400; font-size: clamp(2.8rem, 6vw, 3.8rem); line-height: 1; font-variant-numeric: tabular-nums; }
.fact span { display: block; margin-top: .6rem; font-size: .92rem; color: #3A4038; line-height: 1.5; }
.source { margin-top: 1.6rem; color: #7C8378; }
.dark .center { margin-top: 1.6rem; }

/* ---------- founder wall ----------------------------------------------- */
.wall { display: grid; gap: 1.1rem; }
@media (min-width: 860px) { .wall { grid-template-columns: repeat(3, 1fr); } .card--wide { grid-column: span 2; } }
.card--quote { margin: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 1.4rem; }
.card--quote p { margin: 0; font-family: var(--sc-font-display); font-size: clamp(1.25rem, 1.9vw, 1.55rem); line-height: 1.3; letter-spacing: -.01em; }
.card--wide p { font-size: clamp(1.5rem, 2.6vw, 2.15rem); }
.card--quote mark { background: linear-gradient(transparent 55%, #EFE1BC 55%); color: inherit; padding: 0 .1em; }
.card--quote footer { display: flex; align-items: center; gap: .75rem; font-size: .88rem; line-height: 1.25; }
.card--quote small { color: var(--sc-ink-soft); }
.avatar { width: 2.4rem; height: 2.4rem; border-radius: 50%; background: #141613; color: #F6F4EF; display: grid; place-items: center; font-family: var(--mono); font-size: .72rem; letter-spacing: .05em; }
.card--cta { display: flex; flex-direction: column; justify-content: space-between; gap: 1.2rem; }
.card--cta p { margin: 0; font-family: var(--sc-font-display); font-size: 1.5rem; line-height: 1.25; }
.link-arrow { color: #A8C6A0; text-decoration: none; }
.link-arrow:hover { color: #F2F1EC; }

/* ---------- terms ------------------------------------------------------ */
.terms { display: grid; gap: 1.5rem; margin: 0; }
@media (min-width: 720px) { .terms { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .terms { grid-template-columns: repeat(4, 1fr); } }
.term { border-top: 2px solid var(--sc-ink); padding-top: 1.05rem; }
.term dt { font-family: var(--sc-font-display); font-size: 1.65rem; line-height: 1.12; }
.term dd { margin: .5rem 0 0; color: var(--sc-ink-soft); font-size: .93rem; line-height: 1.6; }

/* ---------- close + form ------------------------------------------------ */
.close { display: grid; place-items: center; padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 3rem); }
.glass { text-align: center; background: color-mix(in srgb, #FFFDF8 78%, transparent); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.55); border-radius: var(--r-lg); padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem); box-shadow: var(--shadow); width: min(720px, 100%); }
.glass .eyebrow { display: block; margin-bottom: 1.1rem; }
.glass .lede { margin: 1.2rem auto 0; color: #2C3129; }
.form { margin-top: 2rem; text-align: left; display: grid; gap: 1rem; }
.form__row { display: grid; gap: 1rem; }
@media (min-width: 620px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .4rem; }
.field label, .cities legend { font-size: .82rem; font-weight: 500; color: #2C3129; }
.field label small { font-weight: 400; color: var(--sc-ink-soft); margin-left: .3rem; }
.field input, .field select { font: inherit; font-size: .98rem; padding: .78rem .9rem; border-radius: var(--r-sm); border: 1px solid rgba(20,22,19,.18); background: #FFFDF8; color: var(--sc-ink); width: 100%; }
.field input:focus-visible, .field select:focus-visible { outline: 2px solid var(--sc-accent); outline-offset: 1px; border-color: transparent; }
.field :invalid[data-touched] { border-color: #A8462E; }
.cities { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.cities legend { margin-bottom: .5rem; padding: 0; }
.cities label { display: inline-flex; align-items: center; gap: .45rem; padding: .5rem .85rem; border-radius: 999px; border: 1px solid rgba(20,22,19,.16); background: #FFFDF8; font-size: .9rem; cursor: pointer; }
.cities label:has(:checked) { background: var(--sc-ink); color: #F6F4EF; border-color: var(--sc-ink); }
.cities input { accent-color: var(--sc-accent); margin: 0; }
.honeypot { position: absolute; left: -9999px; }
.form__status { text-align: center; min-height: 1.2em; margin: 0; color: var(--sc-ink-soft); }
.form__status[data-state="error"] { color: #A8462E; }
.form .micro { text-align: center; }
.form__done { margin-top: 2rem; text-align: left; display: grid; gap: .9rem; color: #2C3129; }
.form__done[hidden], .form[hidden] { display: none; }
.form__done p { margin: 0; line-height: 1.6; }

/* ---------- footer ----------------------------------------------------- */
.foot { background: #14170F; color: #C9CEC4; margin-top: clamp(2rem, 5vw, 4rem); padding: clamp(3rem, 6vw, 4.5rem) 0 1.75rem; }
.foot__grid { display: grid; gap: 2rem; }
@media (min-width: 860px) { .foot__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; } }
.foot .mark { color: #F2F1EC; }
.foot__brand p { margin: 1.1rem 0 0; font-size: .93rem; line-height: 1.6; max-width: 40ch; color: #A3A99F; }
.foot h4 { margin: 0 0 1rem; color: #7C8378; font-weight: 500; }
.foot__grid div > a, .foot__grid div > span { display: block; color: #C9CEC4; text-decoration: none; font-size: .93rem; padding: .3rem 0; }
.foot__grid div > a:hover { color: #F2F1EC; }
.foot__base { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(242,241,236,.1); display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; color: #7C8378; }

/* ---------- states ------------------------------------------------------ */
a:focus-visible, button:focus-visible { outline: 2px solid var(--sc-accent); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--sc-accent); color: #F6F4EF; }
@media (prefers-reduced-motion: reduce) { .pill, .tab { transition: none; } }

/* ---------- painted hills on the big plates ------------------------------ */
.plate .hills { position: absolute; left: 0; right: 0; bottom: -4%; width: 100%; height: 64%; z-index: 0; pointer-events: none; }

/* ---------- ambient motion: step diagrams and the map -------------------- */
@keyframes sc-draw { from { stroke-dashoffset: 220; } to { stroke-dashoffset: 0; } }
@keyframes sc-flow { to { stroke-dashoffset: -24; } }
@keyframes sc-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.35); opacity: .55; } }
/* outline only: never paint a seat as taken, that would be a fake scarcity counter */
@keyframes sc-ring { 0%, 100% { stroke-width: 1.4; stroke-opacity: .55; } 50% { stroke-width: 2.6; stroke-opacity: 1; } }
@keyframes sc-halo { 0% { transform: scale(.6); opacity: .7; } 100% { transform: scale(2.4); opacity: 0; } }

.steps li:nth-child(1) .diagram path { stroke-dasharray: 220; stroke-dashoffset: 220; animation: sc-draw 2.6s var(--ease) infinite alternate; }
.steps li:nth-child(1) .diagram path:nth-child(2) { animation-delay: .15s; }
.steps li:nth-child(1) .diagram path:nth-child(3) { animation-delay: .3s; }
.steps li:nth-child(1) .diagram path:nth-child(4) { animation-delay: .45s; }
.steps li:nth-child(1) .diagram path:nth-child(5) { animation-delay: .6s; }
.steps li:nth-child(1) .diagram path:nth-child(6) { animation-delay: .75s; }
.steps li:nth-child(1) .diagram circle[fill="#1E5540"] { transform-box: fill-box; transform-origin: center; animation: sc-pulse 2.6s ease-in-out infinite; }
.steps li:nth-child(2) .diagram path[d^="M70"] { stroke-dasharray: 6 6; animation: sc-flow 1.1s linear infinite; }
.steps li:nth-child(3) .diagram rect { fill: transparent; animation: sc-ring 4s ease-in-out infinite; }
.steps li:nth-child(3) .diagram rect:nth-of-type(2)  { animation-delay: .4s; }
.steps li:nth-child(3) .diagram rect:nth-of-type(3)  { animation-delay: .8s; }
.steps li:nth-child(3) .diagram rect:nth-of-type(4)  { animation-delay: 1.2s; }
.steps li:nth-child(3) .diagram rect:nth-of-type(5)  { animation-delay: 1.6s; }
.steps li:nth-child(3) .diagram rect:nth-of-type(6)  { animation-delay: 2s; }
.steps li:nth-child(3) .diagram rect:nth-of-type(7)  { animation-delay: 2.4s; }
.steps li:nth-child(3) .diagram rect:nth-of-type(8)  { animation-delay: 2.8s; }
.steps li:nth-child(3) .diagram rect:nth-of-type(9)  { animation-delay: 3.2s; }
.steps li:nth-child(3) .diagram rect:nth-of-type(10) { animation-delay: 3.6s; }

.map .city .city__halo { transform-box: fill-box; transform-origin: center; animation: sc-halo 2.8s ease-out infinite; }
.map .city circle:first-child { transform-box: fill-box; transform-origin: center; animation: sc-pulse 4s ease-in-out infinite; }
.map .city:nth-of-type(2) circle:first-child { animation-delay: .5s; }
.map .city:nth-of-type(3) circle:first-child { animation-delay: 1s; }
.map .city:nth-of-type(4) circle:first-child { animation-delay: 1.5s; }
.map .city:nth-of-type(5) circle:first-child { animation-delay: 2s; }
.map .city:nth-of-type(6) circle:first-child { animation-delay: 2.5s; }
.map .city:nth-of-type(7) circle:first-child { animation-delay: 3s; }

@media (prefers-reduced-motion: reduce) {
  .steps .diagram *, .map .city * { animation: none !important; }
  .steps li:nth-child(1) .diagram path { stroke-dashoffset: 0; }
}

/* ---------- tap targets: nothing interactive under 44px ------------------ */
.foot__grid div > a { min-height: 44px; display: flex; align-items: center; padding: .25rem 0; }
.link-arrow { display: inline-flex; align-items: center; min-height: 44px; }
.micro a, .form__done a { display: inline-block; padding: .8rem .2rem; margin: -.3rem 0; }
.cities label { min-height: 44px; }

/* ---------- phones: label sizes, map text, board copy --------------------- */
@media (max-width: 700px) {
  .eyebrow { font-size: .76rem; letter-spacing: .16em; }
  .micro { font-size: .74rem; letter-spacing: .12em; }
  .mono { font-size: .74rem; }
  small { font-size: .84rem; }
  .board__cap { font-size: .72rem; }
  .board__sub { display: none; }
  .map .city text { font-size: 30px; font-weight: 600; }
  .map .city circle:first-child { r: 11; }
  .map .city .city__halo { r: 22; }
  .map__label { display: none; }
  .source { font-size: .7rem; }
}
