:root {
    --navy: #071526;
    --navy-soft: #0d2139;
    --ink: #090b0f;
    --gold: #bd925d;
    --gold-light: #d6b37f;
    --stone: #eae6df;
    --paper: #f7f5f1;
    --white: #ffffff;
    --muted: #9299a3;
    --line-dark: rgba(255, 255, 255, 0.16);
    --line-light: rgba(7, 21, 38, 0.16);
    --shell: min(1240px, calc(100vw - 64px));
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, 'Helvetica Neue', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--navy);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.shell { width: var(--shell); margin-inline: 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: 999; transform: translateY(-160%); background: var(--gold); color: var(--ink); padding: 10px 16px; text-decoration: none; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 50;
    color: var(--white);
    transition: background-color .3s ease, box-shadow .3s ease;
}

.page-inner .site-header { position: fixed; background: var(--navy); }
.site-header.is-scrolled { position: fixed; background: rgba(7, 21, 38, .96); box-shadow: 0 1px rgba(255, 255, 255, .1); backdrop-filter: blur(16px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; width: 174px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 36px; }
.primary-nav a { position: relative; color: rgba(255, 255, 255, .78); text-decoration: none; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a[aria-current="page"] { color: var(--white); }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 820px; height: 100svh; color: var(--white); overflow: hidden; background: var(--navy); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(2, 9, 18, .9) 0%, rgba(2, 9, 18, .72) 39%, rgba(2, 9, 18, .14) 72%, rgba(2, 9, 18, .25) 100%), linear-gradient(0deg, rgba(2, 9, 18, .32), transparent 48%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 76px; }
.eyebrow { margin: 0 0 26px; color: var(--gold-light); font-size: .72rem; line-height: 1.2; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-dark { color: #836038; }
.hero h1, .inner-hero h1, .contact-hero h1, .error-page h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.05em; line-height: .89; }
.hero h1 { max-width: 760px; font-size: clamp(5rem, 10vw, 9.5rem); }
.hero h1 span { color: var(--gold-light); font-style: italic; }
.hero-lede { max-width: 610px; margin: 38px 0 0; color: rgba(255, 255, 255, .82); font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.hero-index { position: absolute; z-index: 2; right: 44px; bottom: 42px; display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .58); font-size: .66rem; letter-spacing: .14em; }
.hero-index i { width: 72px; height: 1px; background: linear-gradient(to right, var(--gold) 24%, rgba(255, 255, 255, .3) 24%); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid rgba(7, 21, 38, .3); padding-bottom: 5px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(3px, -3px); }
.text-link-light { color: var(--white); border-color: rgba(255, 255, 255, .35); }

.section-light { background: var(--paper); }
.section-stone { background: var(--stone); }
.section-ink { background: var(--ink); color: var(--white); }
.intro-section { padding: 140px 0; }
.intro-grid, .split-copy, .manifesto-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: 10%; align-items: start; }
.intro-grid h2, .section-heading h2, .selective-grid h2, .split-copy h2, .sticky-copy h2, .cta-inner h2, .manifesto .statement, .section-heading-dark h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.intro-copy { padding-top: 53px; }
.intro-copy p, .split-copy > div > p, .manifesto-grid > div > p:not(.statement) { max-width: 650px; margin: 0 0 24px; color: #3a4654; font-size: 1.08rem; }
.intro-copy .text-link { margin-top: 14px; }

.thesis-section, .stage-section, .offer-section { padding: 140px 0; }
.section-heading { max-width: 850px; margin-bottom: 78px; }
.section-heading h2 { color: var(--white); }
.section-heading-dark h2 { color: var(--navy); }
.thesis-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.thesis-card { min-height: 330px; padding: 38px 40px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.thesis-card > span, .value-row > span, .stage-index, .offer-card > span, .criterion > span, .office-card > span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.thesis-card h3, .value-row h3, .stage-card h3, .offer-card h3, .priority-item h3, .office-card h3 { margin: 74px 0 14px; font-family: var(--serif); font-size: 2rem; line-height: 1.1; font-weight: 400; }
.thesis-card p { max-width: 500px; margin: 0; color: rgba(255, 255, 255, .6); }

.selective-section { padding: 130px 0; }
.selective-grid { display: grid; grid-template-columns: .72fr 1.2fr; gap: 10%; align-items: center; }
.selective-number { color: var(--gold); font-family: var(--serif); font-size: clamp(7rem, 18vw, 15rem); line-height: .7; letter-spacing: -.08em; }
.selective-grid > div:last-child > p:not(.eyebrow) { max-width: 660px; margin: 28px 0 34px; color: #3d4854; font-size: 1.06rem; }

.cta-section { padding: 130px 0; color: var(--white); background: var(--navy); }
.cta-inner { text-align: center; }
.cta-inner .eyebrow { margin-bottom: 22px; }
.cta-inner h2 { max-width: 820px; margin-inline: auto; }
.cta-inner .button { margin-top: 38px; text-transform: none; letter-spacing: .04em; }

.site-footer { padding: 90px 0 28px; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 8%; padding-bottom: 70px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-brand img { width: 170px; }
.footer-brand p { max-width: 480px; margin: 25px 0 0; color: rgba(255, 255, 255, .56); }
.footer-label { margin: 0 0 9px; color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--gold-light); }
.footer-grid p { margin-top: 0; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line-dark); color: rgba(255, 255, 255, .4); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.inner-hero, .contact-hero { padding: 230px 0 130px; color: var(--white); background: radial-gradient(circle at 80% 25%, #17334f 0, transparent 34%), var(--navy); }
.inner-hero-grid { display: grid; grid-template-columns: 1.5fr .6fr; gap: 10%; align-items: end; }
.inner-hero h1, .contact-hero h1 { max-width: 940px; font-size: clamp(3.6rem, 7vw, 7.3rem); }
.inner-hero-grid > p { margin: 0 0 8px; color: rgba(255, 255, 255, .64); font-size: 1.1rem; }
.inner-hero-focus { background: radial-gradient(circle at 80% 20%, #20354a 0, transparent 33%), linear-gradient(120deg, #071526 35%, #0a1118); }
.inner-hero-acceleration { background: radial-gradient(circle at 80% 20%, #4b321f 0, transparent 32%), var(--navy); }

.manifesto, .focus-intro, .acceleration-lead, .contact-note { padding: 130px 0; }
.manifesto .statement { margin-bottom: 42px; color: var(--navy); font-size: clamp(2.4rem, 4.4vw, 4.3rem); }

.values-section, .criteria-section, .priority-section { padding: 130px 0; }
.value-list { margin-top: 70px; border-top: 1px solid var(--line-light); }
.value-row { display: grid; grid-template-columns: 80px .8fr 1.2fr; gap: 5%; align-items: start; padding: 42px 0; border-bottom: 1px solid var(--line-light); }
.value-row h3 { margin: 0; }
.value-row p { max-width: 540px; margin: 0; color: #3d4854; }

.process-section { padding: 130px 0; }
.process-grid, .criteria-grid, .priority-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; align-items: start; }
.sticky-copy { position: sticky; top: 140px; }
.sticky-copy > p:not(.eyebrow) { max-width: 500px; margin-top: 28px; color: #3d4854; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-light); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line-light); }
.process-list li > span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.process-list h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.process-list p { margin: 0; color: #3d4854; }

.split-copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.stage-card { display: flex; min-height: 430px; flex-direction: column; padding: 36px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.stage-card h3 { margin-top: 75px; font-size: 2.15rem; }
.stage-card p:not(.stage-index) { color: rgba(255, 255, 255, .6); }
.stage-card strong { margin-top: auto; color: var(--gold-light); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.criteria-list { border-top: 1px solid var(--line-light); }
.criterion { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line-light); }
.criterion h3 { margin: 0; font-family: var(--serif); font-size: 1.7rem; line-height: 1.25; font-weight: 400; }

.funding-callout { display: grid; grid-template-columns: auto 1fr; gap: 8px 36px; align-items: baseline; margin-top: 42px; padding: 28px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.funding-callout span { color: #785733; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.funding-callout strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.funding-callout p { grid-column: 2; margin: 0 !important; font-size: .84rem !important; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.offer-card { min-height: 390px; padding: 34px 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.offer-card h3 { margin-top: 70px; font-size: 1.85rem; }
.offer-card p { color: rgba(255, 255, 255, .58); }
.priority-item { padding: 0 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line-light); }
.priority-item h3 { margin: 0 0 12px; }
.priority-item p { max-width: 650px; margin: 0; color: #3d4854; }

.contact-hero { min-height: 720px; display: flex; align-items: center; }
.contact-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10%; align-items: end; }
.contact-lede { max-width: 670px; margin: 34px 0 0; color: rgba(255, 255, 255, .65); font-size: 1.2rem; }
.email-panel { padding: 42px; border: 1px solid var(--line-dark); background: rgba(255, 255, 255, .04); }
.email-panel p { margin: 0 0 24px; color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.email-panel a { display: inline-block; color: var(--white); font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 2.1rem); line-height: 1.2; text-decoration: none; border-bottom: 1px solid var(--gold); }
.email-panel span { display: block; margin-top: 24px; color: rgba(255, 255, 255, .45); font-size: .82rem; }
.offices-section { padding: 130px 0; }
.office-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.office-card { min-height: 340px; padding: 38px 42px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.office-card h3 { margin-top: 62px; font-size: 2.5rem; }
.office-card address { margin-bottom: 30px; color: #3d4854; font-style: normal; }

.error-page { min-height: 760px; display: flex; align-items: center; padding-top: 88px; color: var(--white); background: var(--navy); }
.error-page h1 { max-width: 850px; font-size: clamp(3.4rem, 7vw, 7rem); }
.error-page > .shell > p:not(.eyebrow) { margin: 30px 0; color: rgba(255, 255, 255, .6); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
    :root { --shell: min(100% - 48px, 920px); }
    .primary-nav { gap: 22px; }
    .inner-hero-grid, .contact-hero-grid { grid-template-columns: 1fr; }
    .inner-hero-grid > p { max-width: 640px; margin-top: 36px; }
    .offer-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-hero-grid { gap: 56px; }
    .email-panel { max-width: 650px; }
}

@media (max-width: 780px) {
    :root { --shell: calc(100% - 36px); }
    .header-inner { height: 74px; }
    .brand { width: 145px; }
    .menu-toggle { position: relative; z-index: 52; display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border: 0; border-radius: 0; color: var(--white); background: transparent; cursor: pointer; }
    .menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
    .menu-toggle-lines { position: relative; }
    .menu-toggle-lines::before, .menu-toggle-lines::after { content: ''; position: absolute; left: 0; }
    .menu-toggle-lines::before { top: -7px; }
    .menu-toggle-lines::after { top: 7px; }
    .menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
    .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
    .menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }
    .primary-nav { position: fixed; inset: 0; z-index: 51; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 90px 10vw; background: var(--navy); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
    .primary-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
    .primary-nav a { font-family: var(--serif); font-size: clamp(2.2rem, 9vw, 4rem); font-weight: 400; letter-spacing: -.03em; text-transform: none; }
    .primary-nav a::after { bottom: 0; }
    .hero { min-height: 680px; }
    .hero-image { object-position: 63% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(2, 9, 18, .94), rgba(2, 9, 18, .62) 72%, rgba(2, 9, 18, .38)); }
    .hero h1 { font-size: clamp(4.2rem, 20vw, 7rem); }
    .hero-lede { max-width: 520px; margin-top: 28px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 34px; }
    .hero-index { right: 20px; bottom: 22px; }
    .intro-section, .thesis-section, .selective-section, .cta-section, .manifesto, .values-section, .process-section, .focus-intro, .stage-section, .criteria-section, .acceleration-lead, .offer-section, .priority-section, .offices-section, .contact-note { padding: 90px 0; }
    .intro-grid, .split-copy, .manifesto-grid, .selective-grid, .process-grid, .criteria-grid, .priority-grid { grid-template-columns: 1fr; gap: 48px; }
    .intro-copy { padding-top: 0; }
    .thesis-grid, .stage-grid, .office-grid { grid-template-columns: 1fr; }
    .thesis-card { min-height: 280px; }
    .selective-number { font-size: 9rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .inner-hero, .contact-hero { padding: 170px 0 90px; }
    .inner-hero h1, .contact-hero h1 { font-size: clamp(3.4rem, 13vw, 6rem); }
    .value-row { grid-template-columns: 52px 1fr; }
    .value-row p { grid-column: 2; }
    .sticky-copy { position: static; }
    .office-grid { border-left: 0; }
    .office-card { border-left: 1px solid var(--line-light); }
}

@media (max-width: 520px) {
    :root { --shell: calc(100% - 28px); }
    .hero { min-height: 700px; }
    .hero-content { padding-top: 70px; }
    .hero h1 { font-size: clamp(3.8rem, 19vw, 5.8rem); }
    .hero-index { display: none; }
    .intro-grid h2, .section-heading h2, .selective-grid h2, .split-copy h2, .sticky-copy h2, .cta-inner h2, .manifesto .statement { font-size: clamp(2.25rem, 11vw, 3.5rem); }
    .thesis-grid, .stage-grid, .offer-grid { grid-template-columns: 1fr; }
    .thesis-card, .stage-card, .offer-card { min-height: 0; padding: 30px 26px; }
    .thesis-card h3, .stage-card h3, .offer-card h3 { margin-top: 48px; }
    .stage-card strong { margin-top: 38px; }
    .value-row { grid-template-columns: 40px 1fr; gap: 16px; }
    .process-list li, .criterion { grid-template-columns: 42px 1fr; gap: 14px; }
    .funding-callout { grid-template-columns: 1fr; }
    .funding-callout p { grid-column: 1; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .email-panel { padding: 28px 22px; }
    .email-panel a { font-size: 1.1rem; word-break: break-word; }
    .office-card { padding: 30px 26px; }
}

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