:root {
  --text: #330100;
  --text-muted: #704743;
  --background: #fafafa;
  --background-subtle: #fff7f0;
  --primary: #fb923c;
  --primary-hover: #f5822b;
  --primary-pressed: #df6f1c;
  --accent: #6c2800;
  --accent-hover: #551e00;
  --surface: #fff;
  --border: #ffbf86;
  --focus: #2563eb;
  --success: #287a4d;
  --success-surface: #eaf7ef;
  --font-heading: "Montserrat", Arial, sans-serif;
  --font-alt: "Lora", Georgia, serif;
  --font-body: "Hind Madurai", Arial, sans-serif;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow: 0 20px 60px rgb(51 1 0 / 9%);
  --gutter: 20px;
  --gap: 16px;
  --section-space: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--background);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
button, input { font: inherit; }
a { color: inherit; }
svg { display: block; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; color: white; background: var(--accent); }
.skip-link:focus { top: 16px; }
.container { width: calc(100% - 40px); max-width: 1320px; margin-inline: auto; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.col-1, .col-2, .col-3 { grid-column: span 4; }
.section { padding-block: var(--section-space); scroll-margin-top: 88px; }
.section-warm { background: var(--background-subtle); }
.section-dark { color: white; background: var(--accent); }
.highlight { color: var(--primary-pressed); }
.alt { display: block; margin-top: 8px; font-family: var(--font-alt); font-style: italic; font-weight: 400; letter-spacing: -.025em; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-sm { width: 16px; height: 16px; }
.icon-large { width: 30px; height: 30px; }
h1, h2, h3 { margin: 0; font-family: var(--font-heading); font-weight: 700; letter-spacing: -.045em; }
h1 { font-size: clamp(52.8px, 9.84vw, 91.2px); line-height: 1.02; }
h2 { font-size: clamp(36px, 6vw, 60px); line-height: 1.08; }
h3 { font-size: clamp(25px, 3vw, 34px); line-height: 1.16; }
p { margin: 0; }
.lead { max-width: 64ch; font-size: clamp(21px, 2.4vw, 25px); line-height: 1.5; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--accent); font-size: 14px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--primary); }
.section-dark .eyebrow, .offer-card .eyebrow { color: var(--border); }
.section-heading { max-width: 900px; margin-bottom: 48px; }
.section-heading .lead { margin-top: 24px; }
.heading-light { color: white; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--border); background: rgb(250 250 250 / 94%); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { font-family: var(--font-heading); font-size: 18px; line-height: 1; letter-spacing: -.04em; text-decoration: none; white-space: nowrap; }
.nav-links { display: none; align-items: center; gap: 28px; }
.nav-links a, .site-footer a { text-decoration: none; }
.nav-links a:hover, .site-footer a:hover { text-decoration: underline; text-decoration-color: var(--primary); text-underline-offset: 7px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 2px solid transparent; border-radius: 999px; font-weight: 600; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform 160ms ease, background-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { color: var(--text); background: var(--primary); }
.button-primary:hover { background: var(--primary-hover); }
.button-primary:active { background: var(--primary-pressed); }
.nav .nav-cta { display: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 600; text-underline-offset: 5px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 32px; }

.hero { overflow: hidden; }
.hero-copy { align-self: center; }
.hero-tagline { margin-top: 14px; color: var(--primary-pressed); font-family: var(--font-alt); font-size: clamp(34px, 4.5vw, 58px); font-style: italic; line-height: 1.14; letter-spacing: -.03em; }
.hero-copy .lead { margin-top: 24px; color: var(--text-muted); }
.facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; color: var(--text-muted); list-style: none; font-size: 15px; }
.facts li { display: flex; align-items: center; gap: 7px; }
.facts .icon { color: var(--success); }
.system-map { position: relative; min-height: 480px; margin-top: 48px; padding: 28px 20px 24px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--background-subtle); box-shadow: var(--shadow); }
.system-status { position: absolute; top: 18px; right: 20px; display: flex; align-items: center; gap: 8px; color: var(--text-muted); font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.system-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgb(40 122 77 / 12%); }
.system-flow { display: grid; gap: 18px; }
.system-node { position: relative; padding: 18px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.system-node + .system-node::before { content: ""; position: absolute; left: 30px; bottom: 100%; height: 19px; border-left: 2px dashed var(--primary); }
.system-node small, .system-node span { display: block; color: var(--text-muted); }
.system-node small { margin-bottom: 6px; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.system-node strong { display: block; font-family: var(--font-heading); font-size: 19px; }
.system-node span { margin-top: 2px; }
.system-node-active { border-color: var(--primary); background: var(--primary); }
.system-node-active small, .system-node-active span { color: var(--text); }
.system-caption { margin-top: 22px; color: var(--text-muted); font-family: var(--font-alt); font-style: italic; text-align: center; }

.role-expansion {
  position: relative;
  overflow: hidden;
  background-color: var(--background-subtle);
  background-image:
    linear-gradient(rgb(255 191 134 / 14%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 191 134 / 14%) 1px, transparent 1px);
  background-size: 32px 32px;
}
.role-expansion::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgb(255 247 240 / 35%), rgb(255 247 240 / 92%) 50%, rgb(255 247 240 / 35%)); }
.role-expansion .container { position: relative; z-index: 1; }
.statement-highlight { position: relative; z-index: 0; width: fit-content; margin-top: 16px; padding: 2px 12px 7px; color: var(--text); }
.statement-highlight::before { content: ""; position: absolute; inset: 8% -3% 0; z-index: -1; background: var(--primary); transform: rotate(-1deg); }
.scope-shift { width: fit-content; margin-top: 34px; padding: 11px 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: rgb(255 255 255 / 82%); box-shadow: 0 8px 24px rgb(51 1 0 / 5%); font-size: 14px; }
.scope-shift span { color: var(--text-muted); }
.scope-shift .icon { width: 17px; height: 17px; color: var(--primary-pressed); }
.scope-shift strong { font-weight: 500; }
.statement-copy { position: relative; align-self: end; }
.statement-copy .lead strong { color: var(--accent); font-weight: 500; text-decoration: underline; text-decoration-color: var(--primary); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.statement-copy p + p { max-width: 65ch; margin-top: 24px; color: var(--text-muted); }
.transformation { overflow: hidden; }
.pipeline { position: relative; display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pipeline::before { content: ""; position: absolute; left: 27px; top: 34px; bottom: 34px; width: 2px; background: linear-gradient(var(--border), var(--primary)); }
.pipeline li { position: relative; display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 16px; min-width: 0; padding: 12px 0; }
.pipeline-icon { position: relative; z-index: 1; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--primary-pressed); background: var(--surface); box-shadow: 0 0 0 7px var(--background); }
.pipeline-copy { min-width: 0; }
.pipeline-copy span, .pipeline-copy strong, .pipeline-copy small { display: block; }
.pipeline-copy span { margin-bottom: 2px; color: var(--primary-pressed); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.pipeline-copy strong { font-family: var(--font-heading); font-size: 19px; line-height: 1.2; }
.pipeline-copy small { margin-top: 3px; color: var(--text-muted); font-size: 14px; line-height: 1.35; }
.pipeline li:nth-child(4) .pipeline-icon { background: #fff1e5; }
.pipeline li:nth-child(5) .pipeline-icon { background: #ffd5b0; }
.pipeline li:last-child .pipeline-icon { width: 62px; height: 62px; margin-left: -3px; color: var(--text); border-color: var(--primary); background: var(--primary); box-shadow: 0 0 0 7px var(--background), 0 0 0 13px rgb(251 146 60 / 13%); }
.pipeline li:last-child .pipeline-copy strong { color: var(--primary-pressed); }

.project-layout { display: grid; gap: 56px; }
.project-brief .lead { margin-top: 24px; color: rgb(255 255 255 / 76%); }
.project-signal { width: fit-content; margin-top: 28px; padding: 8px 12px; display: flex; align-items: center; gap: 9px; border: 1px solid rgb(255 191 134 / 38%); border-radius: 999px; color: var(--border); font-size: 12px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.project-signal span { width: 8px; height: 8px; border-radius: 50%; background: #6ee7a0; box-shadow: 0 0 0 5px rgb(110 231 160 / 12%); }
.request-board { position: relative; display: grid; gap: 18px; }
.request { position: relative; padding: 22px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; border: 1px solid rgb(255 191 134 / 42%); border-radius: var(--radius-md); background: rgb(255 255 255 / 6%); box-shadow: 0 16px 36px rgb(35 0 0 / 12%); }
.request-icon { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgb(255 191 134 / 50%); border-radius: 12px; color: var(--border); background: var(--accent); }
.request-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.request-meta span, .request-meta small { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.request-meta span { color: var(--border); }
.request-meta small { padding: 3px 7px; border: 1px solid rgb(255 191 134 / 28%); border-radius: 999px; color: rgb(255 255 255 / 58%); }
.request h3 { margin-top: 18px; font-size: clamp(21px, 2.4vw, 28px); }
.request p { margin-top: 12px; color: rgb(255 255 255 / 70%); }
.request p strong { margin-right: 6px; color: var(--border); font-size: 12px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.request.active { border-color: var(--primary); color: var(--text); background: var(--primary); }
.request.active .request-icon { color: var(--text); border-color: rgb(51 1 0 / 18%); background: rgb(255 255 255 / 28%); }
.request.active .request-meta span, .request.active p, .request.active p strong { color: var(--text); }
.request.active .request-meta small { color: var(--text); border-color: rgb(51 1 0 / 22%); background: rgb(255 255 255 / 20%); }
.project-outcome { margin-top: 8px; padding: 20px 22px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--primary); border-radius: var(--radius-md); color: var(--text); background: var(--primary); }
.project-outcome .icon { flex: 0 0 auto; }
.project-outcome strong { font-family: var(--font-heading); }

.architecture-intro p:last-child { margin-top: 24px; color: var(--text-muted); }
.architecture { margin-top: 42px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.stack-header { min-height: 52px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--border); background: var(--background-subtle); color: var(--accent); font-size: 12px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.stack-live { display: flex; align-items: center; gap: 7px; color: var(--success); }
.stack-live i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgb(40 122 77 / 10%); }
.stack-flow { padding: 22px; display: grid; gap: 22px; }
.stack-step { position: relative; min-height: 78px; padding: 14px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 13px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.stack-step:not(:first-child)::before { content: ""; position: absolute; left: 37px; bottom: 100%; height: 23px; border-left: 2px dashed var(--primary); }
.stack-role { position: absolute; right: 10px; top: 7px; color: var(--text-muted); font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.tool-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--accent); font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: -.03em; }
.tool-mark.postgres { background: #336791; }
.tool-mark.fivetran { background: #1f66ff; }
.tool-mark.snowflake { color: #173b57; background: #a9e5ff; font-size: 24px; }
.tool-mark.dbt { color: white; background: #ff694a; font-size: 12px; }
.tool-mark.metabase { background: #509ee3; }
.tool-mark.ai { color: var(--text); background: var(--primary); }
.stack-step strong, .stack-step small { display: block; }
.stack-step strong { font-family: var(--font-heading); font-size: 17px; line-height: 1.2; }
.stack-step small { margin-top: 3px; color: var(--text-muted); font-size: 13px; line-height: 1.3; }
.stack-core { border-color: var(--primary); background: #fff7f0; box-shadow: 0 0 0 4px rgb(251 146 60 / 10%); }
.stack-outputs { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stack-outputs::before { content: ""; position: absolute; left: 25%; right: 25%; bottom: 100%; height: 12px; border-top: 2px dashed var(--primary); border-left: 2px dashed var(--primary); border-right: 2px dashed var(--primary); }
.stack-outputs .stack-step { grid-template-columns: 42px 1fr; padding: 12px; }
.stack-outputs .stack-step::before { display: none; }
.stack-outputs .tool-mark { width: 38px; height: 38px; }
.stack-ai { border-color: var(--primary); background: rgb(251 146 60 / 10%); }
.engineering-layer { padding: 18px 20px 20px; border-top: 1px solid var(--border); background: var(--accent); }
.engineering-layer > span { color: var(--border); font-size: 10px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.engineering-layer ul { margin: 10px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.engineering-layer li { padding: 5px 9px; border: 1px solid rgb(255 191 134 / 35%); border-radius: 999px; color: rgb(255 255 255 / 78%); font-size: 11px; }

.release-timeline { position: relative; display: grid; gap: 28px; }
.release-timeline::before { content: ""; position: absolute; left: 11px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--border), var(--primary)); }
.release { position: relative; margin-left: 34px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgb(255 255 255 / 76%); }
.release-marker { position: absolute; left: -33px; top: 29px; z-index: 2; width: 20px; height: 20px; display: grid; place-items: center; border: 2px solid var(--primary); border-radius: 50%; background: var(--background-subtle); }
.release-marker span { width: 6px; height: 6px; border-radius: 50%; background: var(--primary-pressed); }
.release-meta { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: var(--accent); font-size: 11px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.release-meta small { padding: 3px 7px; border-radius: 999px; color: var(--success); background: var(--success-surface); font-size: 10px; }
.release h3 { position: relative; margin-top: 36px; }
.release > p { position: relative; margin-top: 14px; color: var(--text-muted); }
.release-tags { position: relative; margin: 20px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.release-tags li { padding: 5px 9px; border: 1px solid var(--border); border-radius: 999px; color: var(--accent); background: var(--surface); font-size: 11px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.release-artifact { position: relative; margin-top: 24px; margin-bottom: 22px; padding: 13px; display: flex; align-items: center; gap: 11px; border: 1px solid rgb(40 122 77 / 18%); border-radius: var(--radius-sm); color: var(--success); background: var(--success-surface); }
.release-artifact small, .release-artifact strong { display: block; }
.release-artifact small { font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.release-artifact strong { color: var(--text); font-size: 14px; font-weight: 500; }
.release-outcome { position: relative; display: block; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); color: var(--accent); font-weight: 500; }
.release:nth-child(2) { background: #fff4e9; }
.release-final { border-color: var(--primary); background: #ffe1c6; box-shadow: var(--shadow); }
.release-final .release-marker { color: var(--text); background: var(--primary); box-shadow: 0 0 0 7px rgb(251 146 60 / 13%); }
.release-final .release-marker span { background: var(--text); }

.experience-copy .lead { margin-top: 24px; color: var(--text-muted); }
.check-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list .icon { margin-top: 3px; color: var(--success); }
.platform-preview { margin-top: 48px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.preview-bar { min-height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--border); background: var(--background-subtle); }
.preview-bar > span { width: 8px; height: 8px; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); }
.preview-bar small { margin-left: auto; color: var(--text-muted); }
.preview-layout { display: grid; }
.preview-layout aside { display: none; }
.preview-content { padding: 28px; }
.preview-label { color: var(--accent); font-size: 12px; font-weight: 500; letter-spacing: .07em; }
.preview-content h3 { margin-top: 16px; }
.preview-content > p:not(.preview-label) { margin-top: 14px; color: var(--text-muted); }
.test-result { margin: 26px 0 18px; padding: 14px; display: flex; align-items: center; gap: 12px; border-radius: var(--radius-sm); }
.test-result.success { color: var(--success); background: var(--success-surface); }
.test-result span, .test-result small { display: block; }

.live-format .section-heading .lead { color: rgb(255 255 255 / 74%); }
.cohort-weeks { position: relative; margin-bottom: 42px; display: grid; grid-template-columns: repeat(6, 1fr); }
.cohort-weeks::before { content: ""; position: absolute; left: 8.33%; right: 8.33%; top: 8px; height: 2px; background: rgb(255 191 134 / 34%); }
.cohort-weeks span { position: relative; padding-top: 24px; color: rgb(255 255 255 / 45%); font-size: 10px; text-align: center; }
.cohort-weeks span::before { content: ""; position: absolute; left: calc(50% - 7px); top: 1px; z-index: 1; width: 14px; height: 14px; border: 2px solid rgb(255 191 134 / 55%); border-radius: 50%; background: var(--accent); }
.cohort-weeks .complete { color: var(--border); }
.cohort-weeks .complete::before { border-color: var(--success); background: var(--success); }
.cohort-weeks .current { color: white; font-weight: 500; }
.cohort-weeks .current::before { border-color: var(--primary); background: var(--primary); box-shadow: 0 0 0 7px rgb(251 146 60 / 14%); }
.cohort-weeks .milestone::after { content: ""; position: absolute; left: calc(50% - 2px); top: -5px; width: 4px; height: 4px; border-radius: 50%; background: var(--border); }
.accountability-layout { display: grid; gap: 24px; }
.weekly-rhythm, .accountability-panel { border: 1px solid rgb(255 191 134 / 36%); border-radius: var(--radius-lg); background: rgb(255 255 255 / 5%); }
.panel-label { padding: 18px 22px; border-bottom: 1px solid rgb(255 191 134 / 30%); color: var(--border); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.weekly-rhythm ol { margin: 0; padding: 22px; display: grid; gap: 22px; list-style: none; }
.weekly-rhythm li { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 15px; }
.weekly-rhythm li + li::before { content: ""; position: absolute; left: 22px; bottom: 100%; height: 23px; border-left: 2px dashed rgb(255 191 134 / 42%); }
.rhythm-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgb(255 191 134 / 48%); border-radius: 12px; color: var(--primary); background: var(--accent); }
.weekly-rhythm li span { display: block; color: var(--border); font-size: 10px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.weekly-rhythm li strong { display: block; margin-top: 2px; font-family: var(--font-heading); font-size: 18px; }
.weekly-rhythm li p { margin-top: 3px; color: rgb(255 255 255 / 62%); font-size: 14px; line-height: 1.4; }
.discord-rail { padding: 18px 22px; display: flex; align-items: center; gap: 13px; border-top: 1px solid rgb(255 191 134 / 30%); color: var(--border); background: rgb(251 146 60 / 8%); }
.discord-rail .icon { flex: 0 0 auto; }
.discord-rail strong, .discord-rail span { display: block; }
.discord-rail strong { color: white; font-size: 14px; }
.discord-rail span { margin-top: 2px; color: rgb(255 255 255 / 58%); font-size: 12px; }
.accountability-panel { overflow: hidden; background: #fffaf6; color: var(--text); box-shadow: 0 24px 60px rgb(25 0 0 / 22%); }
.panel-top { padding: 22px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--border); }
.panel-top span, .panel-top strong { display: block; }
.panel-top span { color: var(--text-muted); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.panel-top strong { margin-top: 4px; font-family: var(--font-heading); font-size: 24px; }
.panel-top strong small { color: var(--text-muted); font-size: 14px; }
.panel-top i { padding: 5px 9px; border-radius: 999px; color: var(--success); background: var(--success-surface); font-size: 10px; font-style: normal; font-weight: 500; text-transform: uppercase; }
.progress-track { height: 6px; background: #f5dfcf; }
.progress-track span { width: 50%; height: 100%; display: block; background: var(--primary); }
.status-list { padding: 8px 22px; }
.status-list > div { padding: 15px 0; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 11px; border-bottom: 1px solid #f0d4be; }
.status-list > div:last-child { border: 0; }
.status-list .icon { width: 18px; height: 18px; color: var(--primary-pressed); }
.status-list span small, .status-list span strong { display: block; }
.status-list span small { color: var(--text-muted); font-size: 10px; text-transform: uppercase; }
.status-list span strong { font-size: 13px; font-weight: 500; }
.status-list b { color: var(--success); font-size: 10px; font-weight: 500; text-transform: uppercase; }
.status-list .status-warm { color: var(--primary-pressed); }
.guest-note { padding: 16px 22px; display: flex; gap: 10px; align-items: center; color: var(--accent); background: #fff0e3; font-size: 12px; }
.guest-note .icon { width: 16px; height: 16px; flex: 0 0 auto; }

.audience-section { background: linear-gradient(180deg, var(--background), #fff8f2); }
.audience-cards { display: grid; align-items: stretch; gap: 16px; }
.audience-card { position: relative; height: 100%; min-height: 390px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 14px 36px rgb(51 1 0 / 6%); }
.audience-heading { min-height: 58px; display: flex; align-items: center; gap: 15px; }
.audience-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--primary-pressed); background: var(--background-subtle); }
.audience-card h3 { font-size: 25px; }
.audience-known { margin-top: 24px; }
.audience-card small { color: var(--text-muted); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.audience-card p { margin-top: 5px; color: var(--text-muted); line-height: 1.48; }
.audience-next { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); }
.audience-next small { color: var(--primary-pressed); }
.audience-next p { color: var(--accent); font-weight: 400; }
.audience-card.featured { background: #fffaf6; box-shadow: var(--shadow); }
.prerequisite-line { margin-top: 24px; padding: 18px 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: rgb(255 255 255 / 78%); }
.prerequisite-line > strong { font-family: var(--font-heading); font-size: 14px; }
.prerequisite-line span { display: flex; align-items: center; gap: 6px; color: var(--accent); font-size: 14px; }
.prerequisite-line span .icon { width: 16px; height: 16px; color: var(--success); }
.prerequisite-line small { color: var(--text-muted); font-size: 12px; }

.practitioners-section { overflow: hidden; }
.people-grid > .col-2 > .lead { margin-top: 24px; color: var(--text-muted); }
.people-note { max-width: 60ch; margin-top: 24px; padding-left: 18px; color: var(--text-muted); border-left: 3px solid var(--primary); }
.people-panels { display: grid; gap: 14px; margin-top: 42px; }
.person-card { padding: 22px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); }
.person-card.featured { border-color: var(--primary); box-shadow: var(--shadow); }
.avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--accent); font-family: var(--font-heading); }
.avatar-open { color: var(--text); background: var(--primary); }
.person-card span { color: var(--accent); font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.person-card h3 { margin-top: 4px; font-size: 22px; }
.person-card p { margin-top: 8px; color: var(--text-muted); }
.person-copy { min-width: 0; }
.credibility-list, .session-topics { margin: 18px 0 0; padding: 0; list-style: none; }
.credibility-list { display: flex; flex-wrap: wrap; gap: 8px; }
.credibility-list li { padding: 6px 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--accent); background: var(--background-subtle); font-size: 12px; font-weight: 500; line-height: 1.3; }
.guest-card h3 { max-width: 24ch; }
.session-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.session-topics li { padding: 11px; border-radius: var(--radius-sm); background: var(--background-subtle); }
.session-topics strong, .session-topics small { display: block; }
.session-topics strong { color: var(--text); font-size: 13px; font-weight: 600; line-height: 1.3; }
.session-topics small { margin-top: 3px; color: var(--text-muted); font-size: 11px; line-height: 1.3; }
.person-card .lineup-note { margin-top: 14px; color: var(--accent); font-size: 12px; font-weight: 500; }

.roadmap-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.roadmap-grid > .col-2 > .lead { margin-top: 24px; color: var(--text-muted); }
.roadmap-preview { position: relative; margin-top: 34px; padding: 24px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); color: white; background: var(--accent); box-shadow: var(--shadow); }
.roadmap-preview::after { content: ""; position: absolute; width: 180px; height: 180px; right: -72px; top: -72px; border: 30px solid rgb(251 146 60 / 22%); border-radius: 50%; }
.roadmap-preview-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.roadmap-preview-top span { max-width: 16ch; color: var(--border); font-size: 11px; font-weight: 500; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.roadmap-preview-top strong { font-family: var(--font-heading); font-size: clamp(28px, 4vw, 42px); letter-spacing: -.04em; line-height: .95; text-align: right; text-transform: uppercase; }
.roadmap-preview ol { position: relative; z-index: 1; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; list-style: none; }
.roadmap-preview li { padding: 12px; border: 1px solid rgb(255 191 134 / 38%); border-radius: var(--radius-sm); background: rgb(255 255 255 / 7%); }
.roadmap-preview li small, .roadmap-preview li strong { display: block; }
.roadmap-preview li small { color: var(--border); font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.roadmap-preview li strong { margin-top: 3px; font-size: 12px; font-weight: 500; line-height: 1.35; }
.roadmap-conversion { margin-top: 42px; align-self: center; }
.roadmap-label { color: var(--accent); font-family: var(--font-heading); font-size: 15px; font-weight: 700; text-transform: uppercase; }
.roadmap-includes ul { margin: 16px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.roadmap-includes li { display: flex; align-items: flex-start; gap: 10px; color: var(--text-muted); }
.roadmap-includes .icon { width: 18px; height: 18px; margin-top: 4px; color: var(--success); }
.roadmap-form { margin-top: 28px; padding: 28px; display: grid; gap: 18px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.roadmap-form h3 { font-size: 24px; }
.roadmap-form h3 + p { margin-top: 5px; color: var(--text-muted); }
.field { display: grid; gap: 7px; }
.field label { font-weight: 500; }
.field input { min-height: 54px; width: 100%; padding: 12px 15px; color: var(--text); border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.field input:hover { border-color: var(--primary); }
.roadmap-form small, .offer-details small { color: var(--text-muted); }

.offer-section { background: var(--background-subtle); }
.offer-card { padding: 34px; display: grid; gap: 40px; border-radius: var(--radius-lg); color: white; background: var(--accent); box-shadow: var(--shadow); }
.offer-card .lead { margin-top: 22px; color: rgb(255 255 255 / 76%); }
.offer-label { margin-top: 34px; color: var(--border); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.offer-includes { margin: 16px 0 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.offer-includes li { display: flex; align-items: flex-start; gap: 11px; }
.offer-includes .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--primary); }
.offer-includes strong, .offer-includes small { display: block; }
.offer-includes strong { font-size: 15px; font-weight: 600; }
.offer-includes small { margin-top: 2px; color: rgb(255 255 255 / 62%); font-size: 13px; line-height: 1.4; }
.offer-details { align-self: end; padding: 26px; border: 1px solid rgb(255 191 134 / 38%); border-radius: var(--radius-md); background: rgb(255 255 255 / 7%); }
.offer-kicker { color: var(--border); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 16px; }
.price span { font-family: var(--font-heading); font-size: clamp(58px, 8vw, 84px); line-height: 1; }
.price del { color: var(--border); font-size: 24px; }
.price-note { color: var(--primary); font-weight: 500; }
.founding-note { margin-top: 22px; color: rgb(255 255 255 / 72%); line-height: 1.5; }
.offer-details .button { margin-top: 28px; }
.offer-status { margin-top: 18px; display: flex; align-items: flex-start; gap: 10px; }
.offer-status > span { width: 9px; height: 9px; flex: 0 0 auto; margin-top: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgb(251 146 60 / 14%); }
.offer-status strong, .offer-status small { display: block; }
.offer-status strong { font-size: 13px; font-weight: 600; }
.offer-status small { margin-top: 2px; color: rgb(255 255 255 / 60%); font-size: 12px; line-height: 1.4; }

.faq-layout { display: grid; gap: 42px; }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { padding: 22px 0; display: flex; justify-content: space-between; gap: 18px; cursor: pointer; font-family: var(--font-heading); font-size: 18px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary .icon { color: var(--primary-pressed); transition: transform 160ms ease; }
details[open] summary .icon { transform: rotate(45deg); }
details p { max-width: 65ch; padding: 0 44px 24px 0; color: var(--text-muted); }

.site-footer { padding-block: 64px 28px; color: white; background: var(--text); }
.footer-grid { display: grid; gap: 44px; }
.footer-brand .wordmark { color: white; }
.footer-brand > p { max-width: 32ch; margin-top: 18px; color: rgb(255 255 255 / 64%); }
.back-to-top { width: fit-content; margin-top: 28px; display: inline-flex; align-items: center; gap: 8px; color: var(--border); font-size: 13px; font-weight: 500; text-underline-offset: 5px; }
.back-to-top .icon { width: 16px; height: 16px; }
.footer-label { margin-bottom: 16px; color: var(--primary); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.footer-nav { display: grid; align-content: start; gap: 10px; }
.footer-nav a { width: fit-content; color: rgb(255 255 255 / 72%); text-decoration: none; }
.footer-nav a:hover { color: white; text-decoration: underline; text-decoration-color: var(--primary); text-underline-offset: 5px; }
.footer-action { padding: 26px; border: 1px solid rgb(255 191 134 / 28%); border-radius: var(--radius-md); background: rgb(255 255 255 / 6%); }
.footer-action h2 { max-width: 14ch; font-size: clamp(27px, 3vw, 36px); }
.footer-action h2 + p { max-width: 38ch; margin-top: 14px; color: rgb(255 255 255 / 64%); }
.footer-action .button { margin-top: 22px; color: var(--text); }
.footer-bottom { margin-top: 52px; padding-top: 22px; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid rgb(255 191 134 / 20%); color: rgb(255 255 255 / 48%); font-size: 12px; }

@media (min-width: 768px) {
  :root { --gutter: 32px; --gap: 24px; --section-space: 100px; }
  body { font-size: 18px; }
  .container { width: calc(100% - 64px); }
  .nav .nav-cta { display: inline-flex; }
  .col-1 { grid-column: span 1; }
  .col-2 { grid-column: span 2; }
  .col-3 { grid-column: span 3; }
  .hero-copy { padding-right: 18px; }
  .architecture-grid { grid-template-columns: 1fr; }
  .architecture-grid .col-2 { grid-column: auto; }
  .statement-copy { padding-left: 28px; }
  .statement-copy::before { content: ""; position: absolute; left: -12px; top: 0; bottom: 0; width: 1px; background: var(--border); }
  .statement-copy::after { content: ""; position: absolute; left: -17px; top: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 6px rgb(251 146 60 / 16%); }
  .system-map { margin-top: 0; }
  .project-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 64px; }
  .project-brief { position: sticky; top: 132px; }
  .architecture { margin-top: 0; }
  .release-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
  .release-timeline::before { left: calc(100% / 6); right: calc(100% / 6); top: 11px; bottom: auto; width: auto; height: 2px; background: linear-gradient(90deg, var(--border), var(--primary)); }
  .release { margin: 36px 0 0; }
  .release-marker { left: calc(50% - 10px); right: auto; top: -36px; }
  .platform-preview { margin-top: 0; }
  .preview-layout { grid-template-columns: 150px 1fr; }
  .preview-layout aside { padding: 24px 14px; display: flex; flex-direction: column; gap: 10px; border-right: 1px solid var(--border); background: var(--background-subtle); font-size: 14px; }
  .preview-layout aside strong { margin-bottom: 12px; }
  .preview-layout aside span { padding: 7px 9px; border-radius: 7px; }
  .preview-layout aside .selected { background: var(--primary); }
  .accountability-layout { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: stretch; gap: 28px; }
  .audience-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
  .prerequisite-line small { margin-left: auto; }
  .people-panels, .roadmap-conversion { margin-top: 0; }
  .offer-card { padding: 54px; grid-template-columns: 1.35fr .85fr; align-items: end; }
  .faq-layout { grid-template-columns: 1fr 1.5fr; gap: 64px; }
  .footer-grid { grid-template-columns: 1fr .55fr 1.25fr; align-items: start; gap: 48px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 1024px) {
  :root { --gutter: 48px; --gap: 32px; --section-space: 136px; }
  .nav { min-height: 88px; }
  .container { width: calc(100% - 96px); }
  .wordmark { font-size: 21px; }
  .nav-links { display: flex; }
  .hero { min-height: calc(100vh - 88px); display: grid; align-items: center; }
  .system-map { min-height: 580px; padding: 44px; }
  .section-heading { margin-bottom: 64px; }
  .architecture-grid { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); }
  .pipeline { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; padding-top: 12px; }
  .pipeline::before { left: calc(100% / 12); right: calc(100% / 12); top: 40px; bottom: auto; width: auto; height: 3px; background: linear-gradient(90deg, var(--border), var(--primary)); }
  .pipeline li { padding: 0 8px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
  .pipeline-icon { flex: 0 0 auto; box-shadow: 0 0 0 8px var(--background); }
  .pipeline li:last-child .pipeline-icon { margin: -3px 0 -3px; box-shadow: 0 0 0 8px var(--background), 0 0 0 14px rgb(251 146 60 / 13%); }
  .pipeline-copy strong { min-height: 46px; display: flex; align-items: flex-start; justify-content: center; }
  .project-layout { gap: 96px; }
  .request { padding: 26px; }
  .release { padding: 30px; }
  .preview-content { padding: 42px; }
  .weekly-rhythm ol { grid-template-columns: repeat(2, 1fr); gap: 28px 24px; }
  .weekly-rhythm li + li::before { display: none; }
  .person-card { padding: 26px; }
  .roadmap-form { padding: 36px; }
  .offer-includes { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
}

@media (max-width: 520px) {
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .offer-card { padding: 28px 22px; }
  .stack-header { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  .stack-outputs { grid-template-columns: 1fr; gap: 22px; }
  .stack-outputs::before { left: 33px; right: auto; width: 0; height: 23px; border: 0; border-left: 2px dashed var(--primary); }
  .stack-outputs .stack-step:nth-child(2)::before { content: ""; display: block; position: absolute; left: 31px; bottom: 100%; height: 23px; border-left: 2px dashed var(--primary); }
  .person-card { grid-template-columns: 1fr; }
  .session-topics { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
