:root {
  --navy: #061827;
  --navy2: #0a2638;
  --ink: #091b2c;
  --blue: #53b8dd;
  --blue2: #93d9ee;
  --gold: #b99650;
  --goldLight: #dcc58f;
  --sage: #c5d0bd;
  --ice: #edf5f8;
  --paper: #faf9f6;
  --line: #dddcd6;
  --muted: #5d6872;
  --serif: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(960px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.section { padding: 42px 0; }
.skip { position: absolute; left: 16px; top: -80px; z-index: 99; background: white; color: var(--navy); padding: 10px 14px; }
.skip:focus { top: 12px; }
.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; }

.hero { position: relative; color: white; min-height: 448px; background: linear-gradient(90deg, rgba(6,24,39,.99) 0%, rgba(6,24,39,.94) 57%, rgba(6,24,39,.72) 100%), url("assets/strategy-background.jpg") center/cover; overflow: hidden; }
.nav { height: 52px; display: flex; align-items: center; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { width: 92px; height: 52px; display: flex; align-items: center; justify-content: flex-start; flex: 0 0 auto; }
.brand img { display: block; width: 84px; max-height: 48px; height: auto; object-fit: contain; }
.nav .brand { width: 80px; height: 50px; }
.nav .brand img { width: 74px; max-height: 42px; }
.navlinks { display: flex; gap: 42px; margin-left: auto; }
.navlinks a, .footerNav a, .footerMeta { font-family: var(--serif); font-size: 12px; }
.navlinks a { opacity: .88; }
.navlinks a:hover, .navlinks a:focus-visible { opacity: 1; color: var(--blue2); }
.navCta { margin-left: 12px; min-height: 36px; }
.menu { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); background: transparent; padding: 11px; }
.menu span:not(.sr-only) { display: block; height: 1px; background: white; margin: 5px 0; }

.heroInner { display: grid; grid-template-columns: minmax(0,430px) 420px; gap: 40px; align-items: center; padding: 31px 0 22px; }
.eyebrow { margin: 0 0 8px; color: #536273; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--goldLight); }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 430px; margin: 0; font-size: clamp(44px, 4.7vw, 52px); line-height: .96; }
.heroLead { max-width: 430px; margin: 17px 0 18px; color: #dbe5ef; font-size: 15px; line-height: 1.45; }
.actions, .finalActions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 8px 19px; border: 1px solid transparent; border-radius: 2px; font-family: var(--serif); font-size: 14px; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, button:focus-visible { outline: 3px solid var(--blue2); outline-offset: 3px; }
.buttonLight { color: white; background: linear-gradient(180deg,#c4a462,#9f7d3b); border-color: #d6bd82; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.buttonLight:hover { background: linear-gradient(180deg,#ceb273,#a98945); }
.buttonGhost { border-color: rgba(255,255,255,.65); color: white; }
.buttonGhost:hover { background: rgba(255,255,255,.08); }
.buttonNavy { color: white; background: linear-gradient(180deg,#c4a462,#9f7d3b); border-color: #d6bd82; }
.micro { margin-top: 10px; color: #b8c6d3; font-size: 11px; }

.dashboard { border: 1px solid rgba(143,197,233,.3); border-radius: 7px; padding: 12px; background: rgba(3,16,31,.8); box-shadow: 0 24px 70px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.dashTop { display: flex; justify-content: space-between; gap: 20px; }
.dashTop span { display: block; font-family: var(--serif); font-size: 15px; }
.dashTop small, .metrics small, .ready small { display: block; color: #aabbd0; }
.cash { text-align: right; }
.cash strong { font-family: var(--serif); font-size: 19px; }
.cash em { color: #82d291; font-style: normal; margin-left: 8px; font-size: 13px; }
.chart { width: 100%; height: 125px; margin: 4px 0 3px; }
.grid path { stroke: rgba(255,255,255,.09); fill: none; }
.area { fill: rgba(72,184,239,.08); }
.line { stroke: var(--blue); stroke-width: 3; fill: none; }
.downside { stroke: #91a6bd; stroke-width: 2; stroke-dasharray: 7 7; fill: none; }
.axis { fill: #8da0b5; font: 12px var(--sans); }
.metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.metrics article { min-height: 91px; padding: 8px; border: 1px solid rgba(143,197,233,.22); border-radius: 4px; background: rgba(255,255,255,.025); }
.metrics strong { display: block; font-family: var(--serif); font-size: 20px; line-height: 1.1; }
.metrics span { color: #92a7bc; font-size: 11px; }
.bars { height: 19px; display: flex; align-items: flex-end; gap: 3px; margin: 3px 0 4px; }
.bars i { width: 10px; background: #7d9ab6; }
.bars i:nth-child(1) { height: 25%; }.bars i:nth-child(2) { height: 38%; }.bars i:nth-child(3) { height: 52%; }.bars i:nth-child(4) { height: 60%; }.bars i:nth-child(5) { height: 74%; }.bars i:nth-child(6) { height: 92%; background: var(--blue); }
.capacity { height: 21px; color: #c4d2df; font-size: 10px; }
.runway { display: flex; gap: 3px; height: 21px; align-items: center; }
.runway i { width: 14%; height: 12px; background: #aeb6cc; }
.runway i:nth-child(n+5) { background: #363c65; }
.ready { margin-top: 5px; padding: 7px 9px; display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; border: 1px solid rgba(72,184,239,.35); border-radius: 4px; }
.ready strong { display: block; font-family: var(--serif); font-size: 15px; }
.check { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #80cf8c; border-radius: 50%; color: #80cf8c; }
.ready ul { list-style: none; margin: 0; padding: 0; color: #a9c1d5; font-size: 10px; }
.ready li::before { content: "•"; color: var(--blue); margin-right: 5px; }
.heroSideWords { position: absolute; top: 190px; right: 16px; color: var(--goldLight); font-size: 9px; line-height: 1.9; letter-spacing: .18em; text-transform: uppercase; }
.heroSideWords span, .finalWords span { display: block; width: 27px; height: 1px; margin-top: 12px; background: var(--gold); }

.split { display: grid; grid-template-columns: 2.12fr .88fr; gap: 62px; align-items: end; }
.sectionIntro h2, .caseHead h2, .process h2 { margin: 0; font-size: clamp(34px,3.75vw,42px); line-height: 1.02; }
.sectionIntro > p { margin: 0 0 7px; color: var(--muted); }
.questions.section { padding: 30px 0 23px; }
.questionGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 22px; }
.questionGrid a { min-height: 88px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; padding: 17px; border: 1px solid var(--line); background: white; transition: transform .2s, border-color .2s, box-shadow .2s; }
.questionGrid a:hover { transform: translateY(-4px); border-color: #8db8d8; box-shadow: 0 14px 34px rgba(6,21,42,.08); }
.questionGrid strong { font-family: var(--serif); font-size: 19px; font-weight: 400; line-height: 1.05; }
.questionGrid b { font-weight: 400; }
.financialQuestionSymbol { width: auto; height: auto; max-width: none; display: block; justify-self: center; object-fit: contain; image-rendering: auto; }

.dark { color: white; background: linear-gradient(90deg, rgba(6,24,39,.99), rgba(8,35,53,.91)), url("assets/strategy-background.jpg") center/cover; }
.system.section { position: relative; padding: 27px 0 21px; overflow: hidden; }
.system .shell { position: relative; }
.dark .sectionIntro > p { color: #b8c8d8; }
.serviceGrid { width: 680px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 23px 0 18px; }
.serviceGrid article { min-height: 119px; padding: 14px; border: 1px solid rgba(255,255,255,.24); background: rgba(4,19,36,.55); }
.serviceGrid span { color: var(--goldLight); font-family: var(--serif); font-size: 18px; }
.serviceGrid h3 { margin: 8px 0 4px; font-size: 18px; }
.serviceGrid p { margin: 0; color: #bfccd8; font-size: 12px; line-height: 1.45; }
.systemCards { position: absolute; z-index: 0; right: -24px; top: 76px; width: 282px; height: 205px; pointer-events: none; }
.systemCard { position: absolute; width: 172px; padding: 13px; border: 1px solid rgba(83,184,221,.34); border-radius: 5px; color: #dce9f2; background: rgba(4,21,38,.94); box-shadow: 0 18px 32px rgba(0,0,0,.3); }
.systemCard small { display: block; color: #b7c7d4; font-size: 9px; }
.systemCard strong { display: block; font-family: var(--serif); font-size: 25px; }
.systemCard em { color: #7fd28b; font: 10px var(--sans); }
.marginCard { top: 0; right: 0; transform: rotate(8deg); }
.scenarioCard { top: 64px; left: 12px; transform: rotate(11deg); }
.optionsCard { top: 116px; right: -4px; transform: rotate(5deg); }
.systemCard span { display: block; margin-top: 8px; color: #a9bbc9; font-size: 8px; }
.scenarioCard svg { width: 100%; margin-top: 5px; }
.scenarioCard path { fill: none; stroke: #7dd4ef; stroke-width: 2; }
.scenarioCard path + path { stroke: #91a6bd; }
.miniBars { height: 34px; display: flex; gap: 4px; align-items: end; }
.miniBars i { width: 16px; background: #7797ad; }
.miniBars i:nth-child(1){height:22%}.miniBars i:nth-child(2){height:42%}.miniBars i:nth-child(3){height:55%}.miniBars i:nth-child(4){height:73%}.miniBars i:nth-child(5){height:95%;background:var(--blue)}

.industries { background: #fff; }
.industries.section { padding: 23px 0 25px; }
.industryGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.industryGrid article { border: 1px solid var(--line); background: var(--paper); }
.industryGrid img { width: 100%; aspect-ratio: 2.2/1; object-fit: cover; filter: grayscale(100%) contrast(1.06); }
.industryGrid article > div { display: grid; grid-template-columns: 1fr auto; padding: 14px 16px 15px; }
.industryGrid h3 { grid-column: 1/3; margin: 0 0 5px; font-size: 19px; }
.industryGrid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.industryGrid a { align-self: end; font-size: 22px; }

.founder { background: linear-gradient(90deg,#f4f3ef,#fff); }
.founder.section { padding: 0; }
.founderGrid { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 370px; }
.authorityVisual { position: relative; min-height: 370px; padding: 0; overflow: hidden; background: #292928; }
.authorityVisual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founderCopy { padding: 26px 0 20px 38px; }
.founderCopy h2 { margin: 0; font-size: clamp(37px,3.9vw,43px); line-height: 1; }
.founderCopy h3 { margin: 1px 0 14px; font-size: 20px; }
.founderCopy > p:not(.eyebrow) { max-width: 600px; color: #445164; font-size: 13px; line-height: 1.42; }
.experienceProof { margin: 17px 0 2px; }
.experienceLogos { display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 20px; }
.experienceLogo { min-height: 46px; display: flex; align-items: center; justify-content: center; }
.experienceLogo img { width: 42px; height: 42px; object-fit: contain; }
.experienceLogo:nth-child(2) img { width: 46px; height: 46px; }
.experienceLogo:nth-child(4) img { width: 40px; height: 40px; }
blockquote { margin: 14px 0 0; padding-left: 16px; border-left: 2px solid var(--gold); color: var(--navy); font-size: clamp(22px,2.35vw,27px); font-style: italic; line-height: 1.05; }

.case { background: white; }
.case.section { padding: 19px 0 20px; }
.caseHead { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.caseHead small { color: #758294; }
.caseGrid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); border: 1px solid var(--line); margin-top: 11px; }
.caseGrid > * { padding: 13px; border-right: 1px solid var(--line); }
.caseGrid > *:last-child { border-right: 0; }
.caseTitle { display: grid; grid-template-columns: 92px 1fr; padding: 0 !important; color: var(--ink); background: white; }
.caseTitle img { width: 100%; height: 100%; min-height: 112px; object-fit: cover; filter: grayscale(100%) contrast(1.05); }
.caseTitle > div { padding: 13px; }
.caseTitle strong { font-family: var(--serif); font-size: 16px; line-height: 1.14; }
.caseGrid article span { color: #4f5675; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.caseGrid p { margin: 7px 0 0; color: #536071; font-size: 11px; line-height: 1.42; }
.caseTitle p { color: #536071; }

.resource { background: linear-gradient(90deg,#bac8b2,#d9dfd3); overflow: hidden; }
.resource.section { padding: 16px 0 14px; }
.resourceGrid { display: grid; grid-template-columns: 250px 1fr 105px; gap: 27px; align-items: center; }
.bookMockup { width: min(100%,205px); position: relative; isolation: isolate; justify-self: center; margin-top: -25px; margin-bottom: -12px; }
.bookPhoto { width: 100%; height: auto; display: block; }
.resourceCopy h2 { margin: 0; font-size: clamp(33px,3.6vw,40px); line-height: .98; }
.resourceCopy > p:not(.eyebrow) { margin: 8px 0; color: #536071; font-size: 13px; }
.resource form { display: grid; grid-template-columns: 1fr auto; gap: 12px; max-width: 690px; }
.resource input { min-height: 39px; border: 1px solid #c6d5e1; padding: 0 14px; color: var(--ink); background: white; }
.formNote { min-height: 22px; margin: 7px 0 0 !important; font-size: 12px; }
.formNote.success { color: var(--navy); font-weight: 650; }
.resourceWords { padding-left: 28px; border-left: 1px solid rgba(6,24,39,.24); color: #3c5142; font-size: 9px; line-height: 2; letter-spacing: .2em; text-transform: uppercase; }

.process { background: white; }
.process.section { padding: 20px 0 21px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 15px; }
.steps article { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 13px; padding-right: 23px; }
.steps article::before { content: ""; position: absolute; left: 39px; right: 0; top: 18px; height: 1px; background: #9d8353; }
.steps span { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--gold); border-radius: 50%; background: white; font-family: var(--serif); font-size: 15px; }
.steps h3 { position: relative; margin: 4px 0 3px; background: white; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }

.finalCta { padding: 23px 0 16px; color: white; background: linear-gradient(90deg,rgba(6,24,39,.99),rgba(7,35,53,.91)), url("assets/strategy-background.jpg") center/cover; }
.finalInner { display: grid; grid-template-columns: 1fr 90px; gap: 44px; align-items: center; }
.finalCta h2 { max-width: 760px; margin: 0; font-size: clamp(34px,3.8vw,42px); line-height: 1; }
.finalCta p:last-child { margin: 8px 0 0; color: #adc0d1; font-size: 11px; }
.finalActions { justify-content: flex-start; margin-top: 14px; }
.finalWords { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.5); color: #c6d3dd; font-size: 9px; line-height: 1.9; letter-spacing: .18em; text-transform: uppercase; }
footer { color: white; background: #041522; border-top: 1px solid rgba(255,255,255,.15); }
.footerInner { min-height: 75px; display: grid; grid-template-columns: 100px 1fr auto 92px; gap: 28px; align-items: center; }
.footerBrand { width: 92px; height: 58px; }
.footerBrand img { width: 84px; max-height: 48px; }
.footerNav, .footerMeta { display: flex; justify-content: center; gap: 25px; }
.footerMeta { color: #b5c4d2; }
.footerTagline { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.35); color: #9fb1bf; font-size: 8px; line-height: 1.6; letter-spacing: .16em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .nav { gap: 18px; }
  .navlinks { position: absolute; z-index: 10; left: 18px; right: 18px; top: 52px; display: none; flex-direction: column; gap: 0; padding: 12px; background: #071a31; border: 1px solid rgba(255,255,255,.2); }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 14px; }
  .menu { display: block; margin-left: auto; }
  .navCta { display: none; }
  .heroInner { grid-template-columns: 1fr; gap: 36px; padding: 38px 0; }
  .dashboard { max-width: 680px; }
  .heroSideWords, .systemCards { display: none; }
  .split { grid-template-columns: 1fr; gap: 24px; }
  .questionGrid, .serviceGrid, .industryGrid { width: 100%; grid-template-columns: 1fr; }
  .founderGrid { grid-template-columns: 1fr; }
  .founderCopy { padding-left: 0; }
  .caseGrid { grid-template-columns: 1fr 1fr; }
  .caseGrid > *:nth-child(2) { border-right: 0; }
  .caseGrid > * { border-bottom: 1px solid var(--line); }
  .resourceGrid { grid-template-columns: 220px 1fr; gap: 35px; }
  .resourceWords { display: none; }
  .steps { gap: 28px; }
  .steps article { grid-template-columns: 48px 1fr; }
  .steps article::before { display: none; }
  .finalInner { grid-template-columns: 1fr; }
  .finalWords { display: none; }
  .finalActions { justify-content: flex-start; }
  .footerInner { grid-template-columns: 1fr; padding: 24px 0 34px; text-align: center; }
  .footerBrand { margin: 0 auto; }
  .footerNav, .footerMeta { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 44px 0; }
  .brand { width: 88px; height: 52px; }
  .brand img { width: 80px; max-height: 46px; }
  .nav .brand { width: 80px; height: 50px; }
  .nav .brand img { width: 74px; max-height: 42px; }
  .hero { min-height: auto; }
  .heroInner { padding-top: 31px; }
  h1 { font-size: 42px; }
  .heroLead { font-size: 17px; }
  .actions .button { width: 100%; }
  .dashboard { padding: 16px; }
  .dashTop span { font-size: 18px; }
  .metrics { grid-template-columns: 1fr; }
  .ready { grid-template-columns: auto 1fr; }
  .ready ul { display: none; }
  .experienceLogos { gap: 12px; }
  .questionGrid a { padding: 19px; }
  .caseHead { align-items: flex-start; flex-direction: column; }
  .caseGrid { grid-template-columns: 1fr; }
  .caseGrid > * { border-right: 0; }
  .resourceGrid { grid-template-columns: 1fr; }
  .bookMockup { margin: -18px auto -8px; }
  .resource form { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .authorityVisual { min-height: 320px; padding: 0; }
  .authorityVisual img { object-position: center top; }
  .founderCopy { padding: 26px 0 30px; }
  .footerTagline { display: none; }
  .footerNav, .footerMeta { flex-direction: column; gap: 10px; }
}

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