:root {
  --paper: #f3f0e8;
  --paper-deep: #e7e4db;
  --white: #fcfbf7;
  --ink: #122229;
  --ink-soft: #40545a;
  --muted: #65757a;
  --line: #ced3d0;
  --line-deep: #aab8b7;
  --teal: #0a646a;
  --teal-dark: #06474e;
  --teal-pale: #e2efed;
  --gold: #a2772a;
  --gold-pale: #f2e5c9;
  --wine: #7b363e;
  --night: #0b2025;
  --shadow: 0 22px 55px rgba(22, 40, 42, .11);
  --soft-shadow: 0 10px 26px rgba(22, 40, 42, .07);
  --serif: Iowan Old Style, Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.58; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
p, h1, h2, h3, figure { margin-top: 0; }
h1, h2, h3 { margin-bottom: .42em; color: var(--ink); font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(3.85rem, 7.3vw, 7.1rem); }
h2 { font-size: clamp(2.3rem, 4.4vw, 4.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
p { margin-bottom: 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.shell { width: min(1340px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 9px 13px; color: #fff; background: var(--teal-dark); text-decoration: none; transform: translateY(-150%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #bd7d27; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(170,184,183,.65); background: rgba(243,240,232,.92); backdrop-filter: blur(15px); }
.nav-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 70px; gap: 24px; }
.brand { display: grid; min-width: 108px; color: var(--ink); text-decoration: none; line-height: 1; }
.brand span { font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.05em; }
.brand small { margin-top: 5px; color: var(--teal-dark); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; justify-content: center; gap: 15px; font-size: .7rem; font-weight: 760; letter-spacing: .01em; }
.site-nav a { position: relative; padding: 8px 0; color: #37484c; text-decoration: none; white-space: nowrap; }
.site-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--teal); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .18s ease, transform .18s ease; }
.site-nav a:hover, .site-nav a.is-current { color: var(--teal-dark); }
.site-nav a.is-current::after { opacity: 1; transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 11px; }
.menu-button { display: none; border: 0; color: var(--teal-dark); background: transparent; font-size: .71rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 11px 17px; border: 1px solid var(--teal-dark); border-radius: 5px; color: #fff; background: var(--teal-dark); box-shadow: 0 4px 0 rgba(3,50,54,.1); font-size: .82rem; font-weight: 780; text-align: center; text-decoration: none; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { background: var(--teal); box-shadow: 0 9px 18px rgba(3,50,54,.15); transform: translateY(-1px); }
.button--small { min-height: 35px; padding: 8px 12px; font-size: .71rem; }
.button--quiet { color: var(--teal-dark); background: rgba(255,255,255,.35); border-color: rgba(6,71,78,.38); box-shadow: none; }
.button--quiet:hover { color: #fff; background: var(--teal-dark); }
.button--full { width: 100%; margin-top: auto; }
.text-button { padding: 0; border: 0; color: var(--teal-dark); background: transparent; font-size: .75rem; font-weight: 780; text-decoration: none; }
.text-button:hover { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

.hero { position: relative; overflow: hidden; padding: clamp(78px, 11vw, 157px) 0 88px; background: linear-gradient(123deg, #f8f6f0 0%, #f3f0e8 49%, #e8efed 100%); }
.hero::after { position: absolute; right: -8vw; bottom: -15vw; width: min(50vw, 730px); height: min(50vw, 730px); border: 1px solid rgba(10,100,106,.14); border-radius: 50%; box-shadow: 0 0 0 44px rgba(10,100,106,.04), 0 0 0 88px rgba(162,119,42,.025); content: ""; }
.hero-gridline { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 0 15%, rgba(18,34,41,.045) 15.05%, transparent 15.12% 84.88%, rgba(18,34,41,.045) 84.95%, transparent 85%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr); align-items: center; gap: clamp(40px, 8vw, 130px); }
.hero-copy { max-width: 720px; }
.eyebrow { margin-bottom: 13px; color: var(--teal-dark); font-size: .7rem; font-weight: 840; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.hero-deck { max-width: 705px; margin-top: 25px; color: #1b373f; font-family: var(--serif); font-size: clamp(1.35rem, 2.05vw, 1.9rem); line-height: 1.3; }
.hero-text { max-width: 650px; color: var(--ink-soft); font-size: 1.03rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 25px; }
.price-strip { display: flex; flex-wrap: wrap; gap: 8px 17px; align-items: center; margin: 21px 0 0; color: var(--muted); font-size: .76rem; }
.price-strip strong { color: var(--wine); font-family: var(--serif); font-size: 1.3rem; font-weight: 600; }
.price-strip span { position: relative; }
.price-strip span + span::before { position: absolute; left: -10px; color: var(--gold); content: "·"; }
.decision-map { margin: 0; padding: clamp(25px, 3.3vw, 41px); border: 1px solid rgba(170,184,183,.83); border-top: 4px solid var(--teal); background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,250,247,.81)); box-shadow: var(--shadow); }
.decision-map figcaption { margin-bottom: 21px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.decision-map ol { display: grid; gap: 0; }
.decision-map li { position: relative; display: grid; grid-template-columns: 28px 1fr; gap: 12px; min-height: 68px; padding: 13px 0; border-top: 1px solid var(--line); }
.decision-map li:first-child { border-top: 0; }
.decision-map li::before { position: absolute; top: 100%; left: 13px; height: 12px; border-left: 1px solid var(--line-deep); content: ""; }
.decision-map li:last-child::before { display: none; }
.decision-map li > span { color: var(--teal); font-size: .67rem; font-weight: 850; letter-spacing: .08em; }
.decision-map strong { display: block; color: var(--ink); font-size: .95rem; line-height: 1.15; }
.decision-map small { display: block; margin-top: 3px; color: var(--muted); font-size: .71rem; line-height: 1.35; }
.decision-map .map-result { margin: 4px -13px -4px; padding: 14px 13px; border: 1px solid rgba(162,119,42,.35); background: #fff9eb; }
.decision-map > p { margin: 19px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }

.overview-band { border-bottom: 1px solid var(--line); background: #fbfaf5; }
.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.overview-grid article { min-height: 195px; padding: 33px 35px; border-left: 1px solid var(--line); }
.overview-grid article:last-child { border-right: 1px solid var(--line); }
.overview-grid span { color: var(--gold); font-size: .69rem; font-weight: 850; letter-spacing: .1em; }
.overview-grid h2 { margin-top: 30px; margin-bottom: 10px; font-size: 1.6rem; }
.overview-grid p { color: var(--muted); font-size: .87rem; line-height: 1.5; }

.section { padding: clamp(75px, 10vw, 132px) 0; }
.section-lead { max-width: 850px; margin-bottom: clamp(34px, 5vw, 58px); }
.section-lead > p:not(.eyebrow) { max-width: 710px; margin-bottom: 0; color: var(--ink-soft); font-size: 1.02rem; }
.split-lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .6fr); max-width: none; align-items: end; gap: 42px; }
.split-lead > p { margin-bottom: 10px !important; padding-left: 20px; border-left: 1px solid var(--line-deep); }
.pilot-section { background: linear-gradient(180deg, #eeeae1, #f4f1e9); border-bottom: 1px solid var(--line); }
.pilot-layout { display: grid; grid-template-columns: minmax(300px, .63fr) minmax(0, 1.37fr); align-items: stretch; gap: clamp(22px, 4vw, 46px); }
.pilot-offer { display: flex; flex-direction: column; padding: 31px; border: 1px solid rgba(123,54,62,.35); border-top: 5px solid var(--wine); background: #fffdf8; box-shadow: var(--soft-shadow); }
.badge, .plan-badge { display: inline-flex; width: max-content; margin: 0 0 16px; padding: 4px 8px; border: 1px solid rgba(162,119,42,.35); color: #704f17; background: var(--gold-pale); font-size: .61rem; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.pilot-offer h3 { font-size: 1.72rem; }
.pilot-price, .plan-price { margin: 24px 0 0; color: var(--ink); font-variant-numeric: tabular-nums; font-size: clamp(2.15rem, 3.8vw, 3.4rem); font-weight: 760; letter-spacing: -.075em; line-height: .95; }
.pilot-price small, .plan-price small { font-size: .39em; letter-spacing: -.02em; }
.price-meta { margin-top: 5px; color: var(--muted); font-size: .75rem; }
.adc-display { margin: 21px 0 11px; color: var(--teal-dark); font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.adc-display span { color: var(--teal); font-family: var(--sans); font-size: .42em; font-weight: 830; letter-spacing: .04em; }
.pilot-offer > p:not(.pilot-price):not(.price-meta):not(.adc-display):not(.signal-note) { color: var(--ink-soft); font-size: .87rem; }
.check-list { margin: 12px 0 22px; }
.check-list li { position: relative; padding: 8px 0 8px 17px; border-top: 1px solid var(--line); color: #3b5053; font-size: .8rem; }
.check-list li::before { position: absolute; top: .95em; left: 0; width: 6px; height: 6px; border: 1px solid var(--teal); border-radius: 50%; content: ""; }
.button-stack { display: grid; gap: 9px; margin-top: auto; }
.signal-note { margin: 17px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.pilot-detail { padding: clamp(24px, 4vw, 46px); border-top: 1px solid var(--line-deep); border-bottom: 1px solid var(--line-deep); }
.mini-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.mini-heading span { color: var(--ink); font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.035em; }
.mini-heading p { max-width: 300px; margin: 5px 0 0; color: var(--muted); font-size: .76rem; text-align: right; }
.pilot-weeks { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pilot-weeks li { min-height: 180px; padding: 20px 18px; border-left: 1px solid var(--line); }
.pilot-weeks li:last-child { border-right: 1px solid var(--line); }
.pilot-weeks span { display: block; margin-bottom: 31px; color: var(--gold); font-size: .67rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.pilot-weeks strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.pilot-weeks p { margin: 6px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.45; }
.pilot-decision { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 29px; }
.pilot-decision div { padding-left: 15px; border-left: 3px solid var(--teal); }
.pilot-decision strong, .pilot-decision span { display: block; }
.pilot-decision strong { color: var(--ink); font-family: var(--serif); font-size: 1.12rem; font-weight: 500; }
.pilot-decision span { margin-top: 4px; color: var(--muted); font-size: .76rem; line-height: 1.4; }

.architecture-section { background: var(--white); }
.architecture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.architecture-card { min-height: 385px; padding: 29px; border: 1px solid var(--line); border-top: 4px solid var(--teal); background: #fffefa; }
.architecture-card--strong { border-color: rgba(10,100,106,.45); background: linear-gradient(140deg, #eff8f6, #fbfdf9); }
.architecture-card--dark { color: #d9e5e3; border-color: var(--night); border-top-color: var(--gold); background: var(--night); }
.architecture-index { color: var(--teal); font-size: .67rem; font-weight: 850; letter-spacing: .1em; }
.architecture-card--dark .architecture-index { color: #e2be75; }
.card-label { margin: 35px 0 9px; color: var(--muted); font-size: .68rem; font-weight: 790; letter-spacing: .1em; text-transform: uppercase; }
.architecture-card h3 { font-size: 1.8rem; }
.architecture-card p:not(.card-label) { color: var(--ink-soft); font-size: .86rem; }
.architecture-card--dark h3 { color: #fffdf7; }
.architecture-card--dark p:not(.card-label) { color: #bfd0ce; }
.architecture-card ul { margin-top: 24px; }
.architecture-card li { position: relative; padding: 8px 0 8px 16px; border-top: 1px solid var(--line); color: #40575a; font-size: .78rem; }
.architecture-card li::before { position: absolute; top: 1em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); content: ""; }
.architecture-card--dark li { border-color: rgba(218,230,227,.18); color: #d6e1df; }
.architecture-card--dark li::before { background: var(--gold); }
.architecture-note { max-width: 850px; margin: 30px 0 0 auto; padding-left: 18px; border-left: 3px solid var(--gold); color: var(--ink-soft); font-family: var(--serif); font-size: 1.24rem; line-height: 1.35; }

.intensity-section { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intensity-ladder { display: grid; gap: 0; border-top: 1px solid var(--line-deep); }
.intensity-ladder li { display: grid; grid-template-columns: 54px minmax(170px, .95fr) minmax(210px, 1.25fr) 92px 135px minmax(170px, 1fr); align-items: center; gap: 18px; min-height: 108px; padding: 20px 15px; border-bottom: 1px solid var(--line-deep); }
.ladder-step { color: var(--teal); font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.intensity-ladder strong, .intensity-ladder small { display: block; }
.intensity-ladder strong { color: var(--ink); font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.intensity-ladder small { margin-top: 2px; color: var(--teal-dark); font-size: .68rem; font-weight: 760; }
.intensity-ladder p { margin: 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.38; }
.intensity-ladder b { color: var(--teal-dark); font-size: .79rem; }
.intensity-ladder em { color: var(--wine); font-size: .83rem; font-style: normal; font-weight: 810; font-variant-numeric: tabular-nums; }
.intensity-ladder i { color: var(--muted); font-size: .73rem; font-style: normal; line-height: 1.35; }
.intensity-ladder .ladder-featured { position: relative; margin: 0 -8px; padding-right: 23px; padding-left: 23px; border: 2px solid var(--gold); background: #fff8e8; box-shadow: var(--soft-shadow); }
.ladder-featured .ladder-step { color: #86601d; }

.advisor-section { background: var(--night); color: #e9f0ee; }
.advisor-section h2 { color: #fffdf8; }
.advisor-section .eyebrow { color: #e7c37e; }
.advisor-section .section-lead > p:not(.eyebrow) { color: #c4d2d0; }
.advisor { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.advisor-questions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.advisor fieldset { min-width: 0; margin: 0; padding: 19px; border: 1px solid rgba(227,239,236,.21); background: rgba(255,255,255,.045); }
.advisor legend { float: left; width: 100%; margin: 0 0 14px; color: #fffdf8; font-family: var(--serif); font-size: 1.05rem; line-height: 1.2; }
.advisor label { display: block; margin: 9px 0; color: #cbd8d6; font-size: .75rem; line-height: 1.35; cursor: pointer; }
.advisor input { accent-color: #d3aa58; }
.advisor-result { display: flex; flex-direction: column; min-height: 246px; padding: 27px; border: 1px solid rgba(227,239,236,.28); border-top: 4px solid #d3aa58; background: linear-gradient(140deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); }
.result-label { margin-bottom: 8px; color: #d8b66f; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.advisor-result h3 { color: #fffdf8; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.result-price { margin: 1px 0 17px; color: #e9c77e; font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.result-price span { color: #b9cfcb; font-size: .79rem; }
.advisor-result > p:last-child { margin-bottom: 0; color: #cbd8d6; font-size: .84rem; }
.advisor-comparison { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.recommendation-card { min-height: 148px; padding: 18px; border: 1px solid rgba(227,239,236,.2); background: rgba(255,255,255,.04); }
.recommendation-card.is-primary { border-color: rgba(211,170,88,.6); background: rgba(162,119,42,.12); }
.recommendation-card span { display: block; margin-bottom: 6px; color: #abc3bf; font-size: .64rem; font-weight: 830; letter-spacing: .09em; text-transform: uppercase; }
.recommendation-card strong { display: block; color: #fffdf8; font-family: var(--serif); font-size: 1.18rem; font-weight: 500; line-height: 1.05; }
.recommendation-card p { margin: 8px 0 0; color: #bdcdca; font-size: .73rem; line-height: 1.4; }
.advisor-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 5px; }
.advisor-actions .text-button { color: #d3b16d; }

.pricing-section { background: #faf9f4; }
.plan-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 578px; padding: 21px; border: 1px solid var(--line); border-top: 4px solid var(--teal); background: var(--white); box-shadow: var(--soft-shadow); scroll-margin-top: 95px; }
.plan-card--standard { border-color: rgba(10,100,106,.42); }
.plan-card--active { border: 2px solid var(--gold); border-top-width: 5px; background: linear-gradient(145deg, #fffdf6, #fff6df); box-shadow: 0 18px 46px rgba(125,91,29,.17); transform: translateY(-12px); }
.plan-card--priority { border-top-color: var(--wine); }
.plan-card.is-recommended { outline: 3px solid rgba(10,100,106,.58); outline-offset: 3px; }
.plan-card--active.is-recommended { outline-color: rgba(162,119,42,.74); }
.plan-head { min-height: 50px; }
.plan-head p { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 1.24rem; font-weight: 600; line-height: 1.04; }
.plan-head span { display: block; margin-top: 7px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.plan-card .plan-badge { position: absolute; top: -13px; left: 15px; margin: 0; max-width: calc(100% - 30px); }
.plan-badge--gold { border-color: rgba(162,119,42,.42); color: #6c4d16; background: #fff0c8; }
.plan-badge--dark { border-color: #31454a; color: #e9f1ef; background: var(--night); }
.plan-price { margin-top: 25px; font-size: clamp(1.75rem, 2.3vw, 2.5rem); }
.plan-adc { margin: 5px 0 19px; color: var(--teal-dark); font-size: .77rem; font-weight: 840; letter-spacing: .04em; }
.plan-card > p:not(.plan-price):not(.plan-adc) { color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.plan-card dl { margin: 16px 0 22px; }
.plan-card dl div { padding: 8px 0; border-top: 1px solid var(--line); }
.plan-card dt { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.plan-card dd { margin: 2px 0 0; color: #32494d; font-size: .73rem; line-height: 1.36; }
.price-note { max-width: 740px; margin: 39px auto 0; color: var(--muted); font-size: .84rem; text-align: center; }

.comparison-section { border-top: 1px solid var(--line); background: var(--paper-deep); }
.comparison-controls { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 10px; }
.comparison-controls .is-selected { color: var(--wine); text-decoration: underline; text-underline-offset: 4px; }
.table-wrap { border-top: 2px solid var(--teal); background: var(--white); box-shadow: var(--soft-shadow); }
.comparison-table { width: 100%; border-collapse: collapse; color: #384e52; font-size: .77rem; }
.comparison-table caption { padding: 17px 19px; color: var(--ink); font-family: var(--serif); font-size: 1.38rem; text-align: left; }
.comparison-table th, .comparison-table td { padding: 13px 12px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.34; }
.comparison-table thead th { color: var(--teal-dark); background: #eff6f4; font-size: .67rem; letter-spacing: .07em; text-transform: uppercase; }
.comparison-table tbody th { width: 18%; color: var(--ink); font-family: var(--serif); font-size: .93rem; font-weight: 600; }
.comparison-table td { width: 16.4%; }
.comparison-table.is-differences tr[data-detail="true"] { display: none; }

.adc-section { color: #dbe6e3; background: radial-gradient(circle at 91% 10%, rgba(162,119,42,.26), transparent 22%), linear-gradient(132deg, #0a2429, #103a3d); }
.adc-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 30px 75px; }
.adc-copy h2 { color: #fffdf8; }
.adc-copy .eyebrow { color: #e6c47d; }
.adc-copy p:not(.eyebrow) { max-width: 680px; color: #c5d4d1; font-size: 1.02rem; }
.adc-visual { padding: 28px; border: 1px solid rgba(226,240,236,.24); background: rgba(255,255,255,.055); }
.adc-visual > p { margin-bottom: 20px; color: #e1bd76; font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.adc-visual div { display: grid; grid-template-columns: 128px 1fr 90px; align-items: center; gap: 12px; margin: 14px 0; color: #d7e2df; font-size: .76rem; }
.adc-visual i { display: block; width: var(--level); min-width: 18%; height: 9px; border-radius: 99px; background: linear-gradient(90deg, #56aaa4, #e1bd76); }
.adc-visual small { color: #a9c0bc; text-align: right; }
.adc-visual em { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(226,240,236,.18); color: #aec1bd; font-size: .69rem; font-style: normal; line-height: 1.4; }
.drivers { grid-column: 1 / -1; padding-top: 13px; border-top: 1px solid rgba(226,240,236,.23); }
.drivers h3, .adc-facts h3 { color: #fffdf8; }
.drivers ol { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(226,240,236,.2); }
.drivers li { min-height: 157px; padding: 21px; border-left: 1px solid rgba(226,240,236,.2); }
.drivers li:last-child { border-right: 1px solid rgba(226,240,236,.2); }
.drivers span { color: #e1bd76; font-size: .66rem; font-weight: 850; letter-spacing: .09em; }
.drivers strong { display: block; margin-top: 26px; color: #fffdf8; font-family: var(--serif); font-size: 1.15rem; font-weight: 500; line-height: 1.1; }
.drivers p { margin: 7px 0 0; color: #b8cbc7; font-size: .73rem; line-height: 1.42; }
.adc-facts { padding: 28px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.055); }
.adc-facts ul { margin: 10px 0 21px; }
.adc-facts li { position: relative; padding: 7px 0 7px 15px; border-top: 1px solid rgba(226,240,236,.15); color: #d1dedb; font-size: .76rem; line-height: 1.38; }
.adc-facts li::before { position: absolute; top: 1em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); content: ""; }

.scenarios-section { background: var(--white); }
.scenario-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--line-deep); border-bottom: 1px solid var(--line-deep); }
.scenario-grid article { min-height: 200px; padding: 22px; border-left: 1px solid var(--line-deep); }
.scenario-grid article:last-child { border-right: 1px solid var(--line-deep); }
.scenario-grid p { margin-bottom: 32px; color: var(--teal); font-size: .65rem; font-weight: 840; letter-spacing: .08em; text-transform: uppercase; }
.scenario-grid h3 { font-size: 1.2rem; }
.scenario-grid span { color: var(--muted); font-size: .74rem; line-height: 1.4; }
.value-section { background: #f0ede5; }
.value-grid, .growth-layout, .finance-layout, .partner-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .78fr); align-items: start; gap: clamp(40px, 8vw, 135px); }
.value-copy, .growth-copy { max-width: 720px; }
.value-copy p:not(.eyebrow), .growth-copy p:not(.eyebrow), .finance-layout p:not(.eyebrow), .partner-layout p:not(.eyebrow) { color: var(--ink-soft); font-size: 1rem; }
.value-list { padding: 28px; border-top: 4px solid var(--gold); background: #fffdf8; box-shadow: var(--soft-shadow); }
.value-list ul { margin-top: 17px; }
.value-list li { position: relative; padding: 10px 0 10px 16px; border-top: 1px solid var(--line); color: #405459; font-size: .81rem; }
.value-list li::before { position: absolute; top: 1.05em; left: 0; width: 6px; height: 6px; border: 1px solid var(--gold); border-radius: 50%; content: ""; }
.growth-layout { margin-top: clamp(70px, 10vw, 135px); }
.topic-map { margin: 0; padding: 25px; border: 1px solid var(--line-deep); background: #faf9f4; box-shadow: var(--soft-shadow); }
.topic-map figcaption { margin-bottom: 20px; color: var(--muted); font-size: .65rem; font-weight: 830; letter-spacing: .1em; text-transform: uppercase; }
.front-node { display: grid; gap: 4px; width: min(340px, 100%); margin: 0 auto 30px; padding: 19px; border-top: 4px solid var(--wine); background: #fffdf8; text-align: center; }
.front-node strong { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.front-node span { color: var(--muted); font-size: .7rem; }
.topic-nodes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.topic-nodes span { display: grid; min-height: 47px; place-items: center; padding: 8px; border: 1px solid var(--line); color: #395156; background: #fff; font-size: .67rem; font-weight: 760; line-height: 1.2; text-align: center; }

.scorecard-section { background: var(--white); }
.scorecard { display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid var(--line-deep); box-shadow: var(--soft-shadow); }
.scorecard-main { padding: clamp(28px, 4vw, 49px); color: #e4eeee; background: linear-gradient(145deg, #0b565c, #093038); }
.scorecard-main span { display: block; margin-bottom: 23px; color: #a7d1cc; font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.scorecard-main strong { color: #fffdf8; font-family: var(--serif); font-size: clamp(1.55rem, 2.7vw, 2.5rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.scorecard ul { display: grid; grid-template-columns: repeat(3, 1fr); }
.scorecard li { display: flex; align-items: center; min-height: 81px; padding: 13px 16px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); color: #405459; font-size: .77rem; font-weight: 700; line-height: 1.33; }
.scorecard li:nth-last-child(-n + 3) { border-bottom: 0; }

.finance-section { border-top: 1px solid var(--line); background: var(--paper-deep); }
.finance-card { padding: 29px; border-top: 4px solid var(--teal); background: #fffdf8; box-shadow: var(--soft-shadow); }
.finance-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.finance-card li { position: relative; padding: 9px 0 9px 16px; border-top: 1px solid var(--line); color: #40555a; font-size: .78rem; }
.finance-card li::before { position: absolute; top: 1.05em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); content: ""; }
.finance-card p { margin: 20px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.partner-section { background: var(--white); }
.partner-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-deep); }
.partner-list li { position: relative; padding: 13px 0 13px 17px; border-bottom: 1px solid var(--line); color: #40555a; font-size: .81rem; }
.partner-list li::before { position: absolute; top: 1.55em; left: 0; width: 7px; height: 7px; border: 1px solid var(--gold); border-radius: 50%; content: ""; }

.faq-section { background: #f0ede5; }
.faq-shell { max-width: 940px; }
.faq-groups { display: grid; gap: 37px; }
.faq-group h3 { margin-bottom: 12px; font-size: 1.6rem; }
.faq-group { border-top: 1px solid var(--line-deep); }
.faq-group details { border-bottom: 1px solid var(--line); }
.faq-group summary { position: relative; padding: 17px 35px 17px 0; color: var(--ink); cursor: pointer; font-family: var(--serif); font-size: 1.12rem; line-height: 1.25; list-style: none; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary::after { position: absolute; top: 13px; right: 2px; color: var(--teal); font-family: var(--sans); font-size: 1.5rem; font-weight: 350; content: "+"; }
.faq-group details[open] summary::after { content: "–"; }
.faq-group details p { max-width: 760px; margin: 0 0 19px; color: var(--ink-soft); font-size: .88rem; }

.decision-section { padding: clamp(70px, 9vw, 120px) 0; color: #d7e4e1; background: linear-gradient(135deg, #0c383f, #08252b); }
.decision-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 130px); }
.decision-section .eyebrow { color: #e2bd77; }
.decision-section h2 { color: #fffdf8; }
.decision-figure { color: #fffdf8; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1; }
.decision-figure span { color: #b9d1cd; font-family: var(--sans); font-size: .32em; font-weight: 770; letter-spacing: .01em; }
.decision-layout > div:last-child { max-width: 700px; color: #c4d4d1; font-size: 1.01rem; }
.button--light { color: #083a40; border-color: #fff6e5; background: #fff6e5; }
.button--light:hover { color: #083a40; background: #fffdf8; }
.button--outline { color: #fffdf8; border-color: rgba(246,252,250,.55); background: transparent; box-shadow: none; }
.button--outline:hover { color: #083a40; background: #fff6e5; }
.text-button--light { color: #e5c37d; }

.site-footer { padding: 26px 0; border-top: 1px solid var(--line); background: #e8e5dc; }
.footer-layout { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; color: var(--muted); font-size: .73rem; }
.footer-layout > div { display: grid; gap: 3px; }
.footer-layout strong { color: var(--ink); font-family: var(--serif); font-size: 1rem; font-weight: 600; }
.footer-actions { display: flex !important; align-items: center; gap: 14px; }
.footer-actions a { color: var(--teal-dark); font-weight: 780; text-decoration: none; }
.footer-actions a:hover { color: var(--teal); }

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } .reveal { opacity: 1 !important; transform: none !important; } }

@media (max-width: 1260px) {
  .site-nav { gap: 10px; font-size: .65rem; }
  .nav-cta .print-trigger { display: none; }
  .plan-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .plan-card { min-height: 510px; }
  .plan-card--active { transform: none; }
  .scenario-grid { grid-template-columns: repeat(3, 1fr); }
  .scenario-grid article:nth-child(3) { border-right: 1px solid var(--line-deep); }
}
@media (max-width: 980px) {
  .shell { width: min(100% - 38px, 780px); }
  .nav-shell { grid-template-columns: auto 1fr auto; min-height: 65px; }
  .menu-button { display: block; justify-self: end; }
  .site-nav { display: none; position: absolute; top: 65px; right: 19px; left: 19px; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 9px; border: 1px solid var(--line-deep); background: #f9f7f0; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 10px; border-bottom: 1px solid var(--line); font-size: .76rem; }
  .hero-layout, .pilot-layout, .value-grid, .growth-layout, .finance-layout, .partner-layout, .decision-layout { grid-template-columns: 1fr; gap: 42px; }
  .decision-map { max-width: 570px; }
  .overview-grid { grid-template-columns: 1fr; }
  .overview-grid article, .overview-grid article:last-child { min-height: 0; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .overview-grid h2 { margin-top: 14px; }
  .pilot-detail { padding: 0 0 25px; }
  .architecture-grid { grid-template-columns: 1fr; }
  .architecture-card { min-height: 0; }
  .intensity-ladder li { grid-template-columns: 42px 1fr 1fr; gap: 8px 15px; }
  .intensity-ladder p { grid-column: 2 / -1; }
  .intensity-ladder b, .intensity-ladder em, .intensity-ladder i { grid-column: auto; }
  .intensity-ladder i { grid-column: 2 / -1; }
  .advisor { grid-template-columns: 1fr; }
  .advisor-questions { grid-template-columns: repeat(2, 1fr); }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-table { font-size: .71rem; }
  .comparison-table th, .comparison-table td { padding: 10px 7px; }
  .drivers ol { grid-template-columns: repeat(2, 1fr); }
  .drivers li:nth-child(2) { border-right: 1px solid rgba(226,240,236,.2); }
  .scorecard { grid-template-columns: 1fr; }
  .scorecard li:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .scorecard li:nth-last-child(-n + 3) { border-bottom: 0; }
  .finance-card { max-width: 670px; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 780px); }
  h1 { font-size: clamp(3.1rem, 15.3vw, 4.55rem); }
  h2 { font-size: clamp(2rem, 10.5vw, 3rem); }
  .nav-cta .button { display: none; }
  .site-nav.is-open { grid-template-columns: 1fr; }
  .hero { padding-top: 76px; padding-bottom: 66px; }
  .price-strip { display: grid; gap: 4px; }
  .price-strip span + span::before { display: none; }
  .split-lead { grid-template-columns: 1fr; gap: 0; }
  .split-lead > p { margin-top: 6px; margin-bottom: 0 !important; padding: 0; border: 0; }
  .pilot-weeks { grid-template-columns: 1fr 1fr; }
  .pilot-weeks li:nth-child(2) { border-right: 1px solid var(--line); }
  .pilot-weeks li { min-height: 145px; }
  .pilot-weeks span { margin-bottom: 15px; }
  .pilot-decision { grid-template-columns: 1fr; gap: 14px; }
  .intensity-ladder li { grid-template-columns: 34px 1fr; padding: 18px 3px; }
  .intensity-ladder p, .intensity-ladder b, .intensity-ladder em, .intensity-ladder i { grid-column: 2; }
  .intensity-ladder .ladder-featured { margin-right: -7px; margin-left: -7px; padding-right: 10px; padding-left: 10px; }
  .advisor-questions, .advisor-comparison, .plan-grid, .scenario-grid { grid-template-columns: 1fr; }
  .advisor fieldset { padding: 17px; }
  .plan-card { min-height: 0; }
  .plan-card--active { order: -1; }
  .scenario-grid article, .scenario-grid article:nth-child(3) { min-height: 0; border-right: 1px solid var(--line-deep); }
  .scenario-grid p { margin-bottom: 12px; }
  .comparison-table, .comparison-table caption, .comparison-table tbody, .comparison-table tr, .comparison-table th, .comparison-table td { display: block; width: 100%; }
  .comparison-table thead { display: none; }
  .comparison-table caption { padding: 18px; border-bottom: 1px solid var(--line); }
  .comparison-table tbody { display: grid; gap: 13px; padding: 13px; background: #f4f2eb; }
  .comparison-table tr { overflow: hidden; border: 1px solid var(--line-deep); background: #fff; }
  .comparison-table tbody th { padding: 13px; background: #eef6f4; font-size: 1rem; }
  .comparison-table td { display: grid; grid-template-columns: 122px 1fr; gap: 12px; padding: 10px 13px; border-top: 1px solid var(--line); font-size: .76rem; }
  .comparison-table td::before { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; content: attr(data-label); }
  .adc-layout { grid-template-columns: 1fr; gap: 26px; }
  .adc-visual div { grid-template-columns: 105px 1fr 72px; gap: 8px; font-size: .69rem; }
  .drivers ol, .scorecard ul, .finance-card ul, .partner-list, .topic-nodes { grid-template-columns: 1fr; }
  .drivers li, .drivers li:nth-child(2) { min-height: 0; border-right: 1px solid rgba(226,240,236,.2); }
  .drivers strong { margin-top: 14px; }
  .scorecard li { min-height: 0; border-bottom: 1px solid var(--line) !important; }
  .scorecard li:last-child { border-bottom: 0 !important; }
  .footer-layout { grid-template-columns: 1fr; gap: 15px; }
  .footer-actions { flex-wrap: wrap; }
}

@media print {
  @page { size: A4; margin: 12mm; }
  body { color: #111; background: #fff; font-size: 9.8pt; }
  .site-header, .skip-link, .menu-button, .hero-actions, .nav-cta, .advisor, .comparison-controls, .button, .text-button, .footer-actions { display: none !important; }
  .shell { width: 100%; max-width: none; }
  .hero, .overview-band, .section, .decision-section, .site-footer { padding: 9mm 0; color: #111 !important; background: #fff !important; border-color: #bbb !important; }
  .hero::after, .hero-gridline { display: none; }
  h1, h2, h3, .adc-copy h2, .decision-section h2, .architecture-card--dark h3 { color: #111 !important; }
  h1 { font-size: 34pt; }
  h2 { font-size: 24pt; }
  .hero-layout, .pilot-layout, .value-grid, .growth-layout, .finance-layout, .partner-layout, .decision-layout, .adc-layout { grid-template-columns: 1fr; gap: 7mm; }
  .decision-map, .pilot-offer, .architecture-card, .plan-card, .value-list, .topic-map, .scorecard, .finance-card, .adc-visual, .adc-facts { color: #111 !important; border: 1px solid #aaa !important; background: #fff !important; box-shadow: none !important; break-inside: avoid; }
  .pilot-offer *, .architecture-card--dark *, .adc-section *, .decision-section *, .advisor-section * { color: #111 !important; background: transparent !important; }
  .overview-grid, .architecture-grid, .scenario-grid { grid-template-columns: repeat(2, 1fr); }
  .intensity-ladder li { grid-template-columns: 36px 1fr 1.25fr 80px 110px; gap: 8px; break-inside: avoid; }
  .intensity-ladder i { display: none; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); gap: 6mm; }
  .plan-card--active { transform: none; }
  .comparison-table { font-size: 7.4pt; }
  .comparison-table th, .comparison-table td { padding: 7px 5px; }
  .comparison-table tr { break-inside: avoid; }
  .faq-group details { break-inside: avoid; }
  .faq-group details p { display: block !important; }
  .site-footer { margin-top: 0; }
}
