:root {
  --navy-950: #07131f;
  --navy-900: #0b1b2b;
  --navy-800: #142a3d;
  --ink: #101820;
  --steel: #5d6974;
  --mist: #e8edf0;
  --paper: #f7f8f7;
  --white: #ffffff;
  --copper: #d89c56;
  --line: rgba(16, 24, 32, .16);
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); color: var(--navy-950); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.5rem, 4vw, 4.5rem); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-size: .83rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.brand-mark { width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border: 1px solid var(--copper); color: var(--copper); font-family: var(--serif); font-size: 1.35rem; line-height: 1; }
.site-header nav { display: flex; align-items: center; gap: 2rem; font-size: .86rem; font-weight: 600; }
.site-header nav a:not(.nav-cta) { opacity: .84; }
.site-header nav a:hover, .site-header nav a:focus-visible { opacity: 1; }
.nav-cta { padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.55); }
.menu-button, .mobile-nav { display: none; }
.hero { position: relative; min-height: 760px; height: 92vh; max-height: 900px; display: grid; align-items: center; overflow: hidden; background: var(--navy-950); color: var(--white); }
.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(3,12,20,.97) 0%, rgba(3,12,20,.85) 34%, rgba(3,12,20,.2) 72%, rgba(3,12,20,.08) 100%), linear-gradient(0deg, rgba(3,12,20,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 5rem; }
.eyebrow { margin: 0 0 1.4rem; color: var(--copper); font-size: .72rem; line-height: 1.2; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: #9a5f27; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 800px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.7rem); line-height: .94; }
.hero-lede { max-width: 670px; margin: 2rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.35rem; font-size: .85rem; font-weight: 700; }
.button-primary { background: var(--copper); color: var(--navy-950); }
.button-primary:hover, .button-primary:focus-visible { background: #e8ae69; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: .2rem; font-size: .85rem; font-weight: 600; }
.hero-fit { position: absolute; left: 0; bottom: -8rem; max-width: 470px; margin: 0; color: rgba(255,255,255,.52); font-size: .78rem; letter-spacing: .03em; }
.hero-index { position: absolute; z-index: 2; right: 3rem; bottom: 2rem; color: rgba(255,255,255,.42); font-size: .66rem; letter-spacing: .16em; }
.diagnostic-intro { padding: clamp(5rem, 9vw, 8rem) 0; }
.diagnostic-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(3rem, 9vw, 8rem); }
h2 { max-width: 570px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1; }
.diagnostic-copy .lead { max-width: 610px; margin: 0; color: var(--steel); font-size: 1.3rem; line-height: 1.55; }
.offer-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.2rem; border-top: 1px solid var(--line); padding-top: 1.25rem; }
.offer-facts span { display: block; margin-bottom: .45rem; color: var(--steel); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-facts strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 7rem; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading > p:last-child { margin: 0; color: var(--steel); font-size: 1.07rem; }
.scope-section { padding: 2rem 0 clamp(6rem, 10vw, 10rem); }
.scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scope-card { min-height: 245px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scope-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 3rem .8fr 1.2fr; align-items: start; gap: 1rem; min-height: auto; }
.scope-card span { color: #9a5f27; font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.scope-card h3 { margin: 2.8rem 0 .8rem; font-size: 1.65rem; }
.scope-card p { max-width: 500px; margin: 0; color: var(--steel); }
.scope-card-wide h3 { margin: 0; }
.proof-section { padding: clamp(6rem, 10vw, 10rem) 0; background: var(--navy-950); color: var(--white); }
.proof-shell { position: relative; }
.proof-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 7rem; margin-bottom: 4rem; }
.proof-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.proof-heading > p:last-child { max-width: 520px; margin: auto 0 0; color: rgba(255,255,255,.6); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.proof-card { min-height: 350px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.proof-number { min-height: 110px; margin: 0 0 3.2rem; color: var(--copper); font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.proof-number span { display: block; }
.proof-number b { display: block; margin: .3rem 0; font-family: var(--sans); font-size: 1rem; font-weight: 400; }
.proof-card h3 { margin: 0 0 .6rem; font-size: 1.55rem; }
.proof-card > p:last-child { margin: 0; color: rgba(255,255,255,.62); }
.proof-note { margin: 1.2rem 0 0; color: rgba(255,255,255,.4); font-size: .76rem; }
.deliverables-section { padding: clamp(6rem, 10vw, 10rem) 0; }
.deliverables-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; align-items: start; }
.deliverables-sticky { position: sticky; top: 2rem; }
.deliverables-sticky > p:last-child { max-width: 500px; color: var(--steel); }
.deliverables-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.deliverables-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.65rem 0; border-bottom: 1px solid var(--line); }
.deliverables-list li > span { color: #9a5f27; font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.deliverables-list h3 { margin: -.35rem 0 .3rem; font-size: 1.45rem; }
.deliverables-list p { margin: 0; color: var(--steel); }
.approach-section { padding: clamp(6rem, 10vw, 10rem) 0; background: var(--navy-900); color: var(--white); }
.section-heading.narrow { display: block; max-width: 780px; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.timeline article { min-height: 300px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.timeline-days { margin: 0 0 4.5rem; color: var(--copper); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.timeline h3 { margin: 0 0 .8rem; font-size: 1.65rem; line-height: 1.15; }
.timeline article > p:last-child { margin: 0; color: rgba(255,255,255,.6); }
.fit-section { padding: clamp(6rem, 10vw, 10rem) 0; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.fit-list { margin: 0; padding: 0; list-style: none; counter-reset: fit; border-top: 1px solid var(--line); }
.fit-list li { position: relative; padding: 1.35rem 0 1.35rem 3rem; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
.fit-list li::before { counter-increment: fit; content: "0" counter(fit); position: absolute; left: 0; color: #9a5f27; font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.contact-section { padding: clamp(6rem, 10vw, 10rem) 0; background: #0e2234; color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; }
.contact-grid h2 { max-width: 620px; }
.contact-grid > div > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.62); }
.contact-email { display: inline-block; margin-top: 1rem; color: var(--copper); border-bottom: 1px solid rgba(216,156,86,.5); font-weight: 600; }
.contact-form { display: grid; gap: 1.2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; color: rgba(255,255,255,.66); font-size: .78rem; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 0; background: rgba(255,255,255,.045); color: var(--white); padding: .82rem .9rem; font: inherit; font-size: 1rem; outline: none; }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 2px rgba(216,156,86,.18); }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-note { margin: -.35rem 0 0; color: rgba(255,255,255,.42); font-size: .72rem; }
.site-footer { padding: 3.5rem 0; background: var(--navy-950); color: var(--white); border-top: 1px solid rgba(255,255,255,.12); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.site-footer .brand { width: fit-content; }
.site-footer .brand + p { max-width: 450px; margin: 1.3rem 0 0; color: rgba(255,255,255,.46); font-size: .83rem; }
.footer-meta { text-align: right; color: rgba(255,255,255,.5); font-size: .78rem; }
.footer-meta a { color: var(--copper); }
.footer-meta p { margin: .35rem 0; }
@media (max-width: 800px) {
  .shell { width: min(100% - 2rem, 680px); }
  .site-header { min-height: 74px; padding: 0 1rem; }
  .brand-name { max-width: 190px; line-height: 1.2; }
  .site-header > nav { display: none; }
  .menu-button { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 0; background: transparent; }
  .menu-button span { display: block; width: 22px; height: 1px; background: var(--white); }
  .mobile-nav { position: absolute; top: 74px; left: 0; right: 0; padding: 1.25rem; background: var(--navy-950); border-bottom: 1px solid rgba(255,255,255,.16); }
  .mobile-nav:not([hidden]) { display: grid; align-items: stretch; gap: 0; }
  .mobile-nav a { padding: .9rem .25rem; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero { min-height: 720px; height: 100svh; max-height: none; }
  .hero-image { object-position: 70% center; opacity: .8; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,12,20,.97), rgba(3,12,20,.65)), linear-gradient(0deg, rgba(3,12,20,.78), transparent 55%); }
  .hero-content { padding-top: 4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-fit { left: 0; right: 1rem; bottom: -6.4rem; }
  .hero-index { display: none; }
  .diagnostic-grid { grid-template-columns: 1fr; gap: 2rem; }
  .offer-facts { grid-template-columns: 1fr; }
  .section-heading, .proof-heading, .deliverables-grid, .fit-grid, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .scope-grid, .proof-grid, .timeline { grid-template-columns: 1fr; }
  .scope-card-wide { grid-column: auto; display: block; min-height: 245px; }
  .scope-card-wide h3 { margin: 2.8rem 0 .8rem; }
  .proof-card { min-height: auto; }
  .proof-number { min-height: 0; margin-bottom: 2.2rem; }
  .deliverables-sticky { position: static; }
  .field-row, .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
