:root {
  --paper: #f4f1ea;
  --paper-2: #ebe6dc;
  --ink: #18201d;
  --muted: #68706c;
  --line: #c9c5ba;
  --blue: #315e78;
  --sage: #788775;
  --rust: #a96749;
  --amber: #ad7b35;
  --green: #47714e;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; }
a { color: inherit; }
button { font: inherit; }

.site-header { height: 74px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); position: relative; z-index: 30; background: var(--paper); }
.identity { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 12px; font-weight: 700; line-height: 1.25; }
.identity > span { width: 42px; height: 42px; border: 1px solid var(--ink); display: grid; place-items: center; font: 500 13px var(--mono); }
.identity small { display: block; color: var(--muted); font: 400 9px var(--mono); margin-top: 3px; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { color: var(--muted); text-decoration: none; font: 500 10px var(--mono); text-transform: uppercase; }
.site-header nav a:hover { color: var(--ink); }
.header-note { text-align: right; color: var(--muted); font: 400 9px var(--mono); text-transform: uppercase; }

main, footer { max-width: var(--max); margin-inline: auto; }
.hero { min-height: 710px; padding: 100px 32px 90px; display: grid; grid-template-columns: 1.45fr .55fr; gap: clamp(60px, 9vw, 150px); align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.hero h1 { margin: 0; max-width: 860px; font-size: clamp(68px, 8vw, 118px); line-height: .87; letter-spacing: -.065em; font-weight: 600; }
.hero h1 em { color: var(--blue); font-style: normal; font-weight: 500; }
.hero-lede { max-width: 720px; margin: 44px 0 0; color: #4d5651; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.primary-link { min-height: 48px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; background: var(--ink); color: white; text-decoration: none; font: 500 10px var(--mono); text-transform: uppercase; transition: transform .2s, background .2s; }
.primary-link:hover { transform: translateY(-2px); background: var(--blue); }
.text-link { color: var(--blue); font: 500 10px var(--mono); text-transform: uppercase; }
.win-card { border-top: 3px solid var(--ink); padding-top: 23px; }
.win-card ol { list-style: none; margin: 0; padding: 0; }
.win-card li { border-top: 1px solid var(--line); display: grid; grid-template-columns: 38px 1fr; padding: 16px 0; }
.win-card li span { color: var(--blue); font: 500 9px var(--mono); }
.win-card li p { margin: 0; font-size: 13px; line-height: 1.45; }

.scope-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scope-strip > div { min-height: 180px; padding: 28px 32px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.scope-strip > div:last-child { border-right: 0; }
.scope-strip span { color: var(--blue); font: 500 9px var(--mono); text-transform: uppercase; }
.scope-strip b { font-size: 22px; margin-top: auto; }
.scope-strip p { color: var(--muted); font-size: 12px; line-height: 1.45; max-width: 320px; margin: 8px 0 0; }

.plan { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(430px, .85fr); border-bottom: 1px solid var(--line); }
.story-stage { position: relative; border-right: 1px solid var(--line); }
.scene-shell { height: 100vh; min-height: 620px; position: sticky; top: 0; overflow: hidden; background: #e8eef0; }
.scene-shell::after { content: ""; position: absolute; left: 0; bottom: 0; width: var(--week-turn, 0%); height: 3px; background: var(--blue); transition: width .12s linear; }
.scene-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 90px 36px 70px; opacity: .78; transition: opacity .4s; }
.scene-canvas { position: absolute; inset: 0; opacity: 0; transition: opacity .4s; }
.scene-canvas.is-ready { opacity: 1; }
.scene-canvas.is-ready + * { opacity: 1; }
.scene-shell:has(.scene-canvas.is-ready) .scene-fallback { opacity: 0; }
.scene-canvas canvas { display: block; width: 100%; height: 100%; cursor: crosshair; }
.scene-topline { position: absolute; left: 24px; right: 24px; top: 23px; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; pointer-events: none; }
.scene-topline span:first-child { color: var(--ink); }
.scene-controls { position: absolute; left: 24px; bottom: 25px; display: flex; gap: 6px; }
.scene-controls button { border: 1px solid #b9b6ad; background: #f4f1eadd; color: var(--ink); padding: 9px 11px; cursor: pointer; font: 500 8px var(--mono); text-transform: uppercase; }
.scene-controls button:hover { border-color: var(--ink); }
.scene-key { position: absolute; right: 24px; bottom: 29px; display: flex; gap: 12px; color: var(--muted); font: 400 8px var(--mono); text-transform: uppercase; }
.scene-key span { transition: color .2s; }.scene-key i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #aab5b2; margin-right: 5px; transition: transform .2s, background .2s; }.scene-key span.is-current { color: var(--ink); }.scene-key span.is-current i { background: var(--blue); transform: scale(1.45); }

.story-copy { background: #f8f6f1; }
.story-intro { min-height: 70vh; padding: 100px clamp(26px, 5vw, 74px); display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
.story-intro h2 { margin: 0; font-size: clamp(40px, 4.5vw, 66px); line-height: .98; letter-spacing: -.045em; }
.story-intro > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.55; margin-top: 30px; }
.month-divider { min-height: 62vh; padding: 70px clamp(26px, 5vw, 74px); display: flex; flex-direction: column; justify-content: center; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.month-divider span { color: var(--blue); font: 500 10px var(--mono); text-transform: uppercase; }
.month-divider h2 { font-size: clamp(48px, 5vw, 75px); line-height: .92; letter-spacing: -.05em; margin: 22px 0; }
.month-divider p { color: var(--muted); max-width: 500px; line-height: 1.5; }
.month-divider em { width: max-content; border: 1px solid var(--line); padding: 8px 10px; color: var(--muted); font: 400 9px var(--mono); font-style: normal; text-transform: uppercase; margin-top: 18px; }
.beat { min-height: 82vh; padding: 70px clamp(26px, 5vw, 74px); display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); opacity: .42; transition: opacity .35s, background .35s; }
.beat.is-active { opacity: 1; background: white; }
.beat-meta { display: flex; justify-content: space-between; color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; }
.beat-meta span:first-child { color: var(--blue); }
.beat h3 { margin: 45px 0 24px; font-size: clamp(37px, 4vw, 59px); line-height: .97; letter-spacing: -.045em; font-weight: 600; }
.beat-summary { color: #4c5550; font-size: 15px; line-height: 1.65; margin: 0; }
.beat-proof { margin-top: 45px; border-top: 1px solid var(--line); }
.beat-proof > div { display: grid; grid-template-columns: 86px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); }
.beat-proof span { color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; }
.beat-proof p { margin: 0; font-size: 12px; line-height: 1.5; }
.week-outcome { margin-top: 28px; padding: 15px; border-left: 3px solid var(--blue); background: var(--paper); color: #4f5853; font-size: 11px; line-height: 1.5; }
.week-outcome b { color: var(--ink); }

.outcomes, .experience, .principles, .closing { padding: 115px 32px; border-bottom: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -40px; }
.section-intro h2, .principles h2 { margin: 0; max-width: 820px; font-size: clamp(50px, 6vw, 88px); line-height: .92; letter-spacing: -.055em; }
.section-intro > p:last-child { color: var(--muted); line-height: 1.55; max-width: 450px; margin: 0 0 5px; }
.metric-list { border-top: 2px solid var(--ink); }
.metric-list > div { display: grid; grid-template-columns: 70px .8fr 1.2fr; gap: 20px; align-items: center; min-height: 95px; border-bottom: 1px solid var(--line); }
.metric-list span { color: var(--blue); font: 500 9px var(--mono); }.metric-list b { font-size: 17px; }.metric-list p { color: var(--muted); font-size: 12px; line-height: 1.5; }

.principles { background: var(--ink); color: white; }
.principles .eyebrow { color: #9ebfd1; }
.principles header { max-width: 850px; }
.principle-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #414a46; border-left: 1px solid #414a46; }
.principle-grid article { min-height: 300px; padding: 24px; border-right: 1px solid #414a46; border-bottom: 1px solid #414a46; display: flex; flex-direction: column; }
.principle-grid span { color: #9ebfd1; font: 500 9px var(--mono); }.principle-grid h3 { margin-top: auto; font-size: 23px; }.principle-grid p { color: #aab1ad; font-size: 12px; line-height: 1.5; }

.proof-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; border: 1px solid var(--line); }
.proof-grid article { min-height: 390px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.proof-grid article:last-child { border-right: 0; }.proof-grid article > span { color: var(--blue); font: 500 9px var(--mono); text-transform: uppercase; }.proof-grid h3 { margin-top: auto; font-size: 24px; line-height: 1.1; letter-spacing: -.03em; }.proof-grid p { color: var(--muted); font-size: 12px; line-height: 1.55; }.proof-grid strong { color: var(--blue); font-size: 78px; letter-spacing: -.07em; line-height: 1; margin-top: auto; }.proof-grid article:not(.proof-primary) h3 { margin-top: 5px; }.proof-primary h3 { font-size: clamp(30px, 3vw, 48px); max-width: 720px; }

.closing { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.closing h2 { margin: 0; font-size: clamp(46px, 5.5vw, 80px); line-height: .94; letter-spacing: -.05em; }.closing > p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }.closing .primary-link { grid-column: 2; width: max-content; }
footer { min-height: 180px; padding: 38px 32px 60px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: start; color: var(--muted); font: 400 9px/1.6 var(--mono); text-transform: uppercase; }
footer p { margin: 0; } footer p:last-child { text-align: right; }
.noscript { position: fixed; bottom: 0; left: 0; right: 0; padding: 12px; background: #fff0ca; text-align: center; font: 500 10px var(--mono); z-index: 100; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1.2fr .8fr; gap: 55px; }
  .plan { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-primary { grid-column: 1 / -1; border-right: 0 !important; border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .site-header { height: 65px; padding: 0 18px; }.header-note { display: none; }.identity > span { width: 36px; height: 36px; }
  .hero { display: block; min-height: auto; padding: 75px 20px 70px; }.hero h1 { font-size: clamp(58px, 18vw, 85px); }.hero-lede { margin-top: 30px; }.hero-actions { align-items: flex-start; flex-direction: column; }.win-card { margin-top: 70px; }
  .scope-strip { grid-template-columns: 1fr; }.scope-strip > div { min-height: 155px; border-right: 0; border-bottom: 1px solid var(--line); }.scope-strip > div:last-child { border-bottom: 0; }
  .plan { display: block; }.story-stage { height: 44vh; min-height: 330px; border-right: 0; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }.scene-shell { height: 44vh; min-height: 330px; }.scene-topline { left: 14px; right: 14px; top: 14px; }.scene-topline span:last-child, .scene-key { display: none; }.scene-controls { left: 14px; bottom: 12px; }.scene-controls button { background: #f4f1eaf2; }
  .story-copy { position: relative; z-index: 10; background: transparent; }.story-intro, .month-divider { min-height: auto; padding: 75px 22px; position: relative; z-index: 30; }.story-intro { background: #f8f6f1; }.month-divider { padding-block: 90px; }.beat, .beat.is-active { min-height: 118vh; padding: calc(44vh + 48px) 22px 75px; display: block; background: linear-gradient(to bottom, transparent 0, transparent 44vh, #fff 44vh, #fff 100%); }.beat h3 { margin-top: 36px; font-size: 40px; }
  .outcomes, .experience, .principles, .closing { padding: 80px 20px; }.section-intro { display: block; }.section-intro .eyebrow { margin-bottom: 18px; }.section-intro h2, .principles h2 { font-size: 53px; }.section-intro > p:last-child { margin-top: 25px; }
  .metric-list > div { grid-template-columns: 35px 1fr; padding: 17px 0; }.metric-list p { grid-column: 2; margin: -8px 0 0; }
  .principle-grid { grid-template-columns: 1fr; }.principle-grid article { min-height: 230px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-grid article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 340px; }.proof-grid article:last-child { border-bottom: 0; }.proof-primary { grid-column: auto; }
  .closing { grid-template-columns: 1fr; }.closing > p { margin-top: 0; }.closing .primary-link { grid-column: auto; }
  footer { grid-template-columns: 1fr; padding-inline: 20px; } footer p:last-child { text-align: left; }
}

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