:root {
  --navy: #0B1420;
  --navy-2: #15263a;
  --paper: #F4F1E9;
  --paper-2: #EAE5DA;
  --white: #FFFFFF;
  --ink: #121820;
  --slate: #65707C;
  --line: rgba(11,20,32,.14);
  --brass: #B28A56;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --shadow: 0 24px 70px rgba(11,20,32,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link { position: absolute; top: -80px; left: 20px; z-index: 999; background: var(--navy); color: white; padding: 10px 14px; border-radius: 2px; }
.skip-link:focus { top: 16px; }
.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; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-shell { padding: 56px 0 88px; }

.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(11,20,32,.05); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--navy); display: grid; place-items: center; font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.brand-name { font-family: var(--serif); font-size: 20px; letter-spacing: .01em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { opacity: .58; }
.nav-cta { border: 1px solid var(--navy); padding: 10px 14px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 12px 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--navy); margin: 7px 0; transition: .2s ease; }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: 26px; align-items: stretch; }
.hero-copy { background: var(--white); padding: clamp(42px, 6vw, 84px); display: flex; flex-direction: column; justify-content: center; min-height: 690px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; color: var(--brass); }
.eyebrow-small { margin-bottom: 10px; font-size: 10px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.02; margin-top: 0; color: var(--navy); }
h1 { font-size: clamp(56px, 6.6vw, 98px); max-width: 8.4ch; margin-bottom: 34px; letter-spacing: -.035em; }
h2 { font-size: clamp(42px, 5vw, 68px); letter-spacing: -.025em; }
h3 { font-size: 30px; letter-spacing: -.015em; }
.hero-lede { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.68; max-width: 670px; margin: 0 0 36px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 20px; border: 1px solid var(--navy); text-decoration: none; text-transform: uppercase; letter-spacing: .07em; font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--navy-2); }
.button-secondary { background: transparent; color: var(--navy); }
.button-secondary:hover { background: var(--paper); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 20px; padding-top: 40px; margin-top: auto; color: var(--slate); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof span + span::before { content: '•'; margin-right: 20px; color: var(--brass); }

.founder-card { background: #D9D7D1; display: flex; flex-direction: column; }
.portrait-wrap { margin: 0; aspect-ratio: 1 / 1.05; overflow: hidden; background: #ccc; }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: grayscale(100%); }
.founder-card-copy { padding: 28px 30px 34px; }
.founder-card-copy h2 { font-size: clamp(25px, 2.5vw, 36px); margin: 0 0 8px; }
.founder-card-copy p:last-child { margin: 0; font-size: 14px; line-height: 1.65; }

.proof-strip { background: var(--navy); color: white; padding: 28px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 6px 26px; border-left: 1px solid rgba(255,255,255,.17); }
.proof-grid > div:first-child { border-left: 0; padding-left: 0; }
.proof-grid strong { display: block; color: var(--paper); font-family: var(--serif); font-size: 24px; font-weight: 400; margin-bottom: 4px; }
.proof-grid span { font-size: 13px; color: rgba(255,255,255,.72); }

.section-heading { display: grid; grid-template-columns: .55fr 1.25fr .85fr; column-gap: 44px; align-items: start; margin-bottom: 64px; }
.section-heading .eyebrow { grid-column: 1; }
.section-heading h2 { grid-column: 2; margin-bottom: 0; }
.section-heading > p:last-child { grid-column: 3; margin: 4px 0 0; color: var(--slate); }
.section-heading.narrow { grid-template-columns: .45fr 1.55fr; max-width: 960px; }
.section-heading.narrow h2 { grid-column: 2; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { padding: 42px; min-height: 315px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); }
.service-card-wide { grid-column: 1 / -1; min-height: 260px; display: grid; grid-template-columns: 80px .8fr 1.2fr; gap: 28px; align-items: start; }
.service-card-wide h3 { margin-top: 0; }
.service-card-wide p { margin-top: 4px; }
.service-num { font-size: 12px; color: var(--brass); letter-spacing: .1em; }
.service-card h3 { margin: 42px 0 18px; }
.service-card p { color: var(--slate); margin-bottom: 0; }

.approach { background: var(--navy); color: white; }
.approach h2, .approach h3 { color: white; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.approach-intro { position: sticky; top: 120px; align-self: start; }
.approach-lede { font-size: 19px; color: rgba(255,255,255,.72); max-width: 540px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list li > span { color: var(--brass); font-size: 12px; letter-spacing: .1em; padding-top: 5px; }
.process-list h3 { font-size: 34px; margin: 0 0 8px; }
.process-list p { margin: 0; color: rgba(255,255,255,.7); }

.audiences { background: var(--white); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card { padding: 36px; background: var(--paper); min-height: 260px; }
.audience-card h3 { font-size: 30px; margin: 0 0 30px; }
.audience-card p { color: var(--slate); }

.founder { background: var(--paper-2); }
.founder-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.founder-heading h2 { margin-bottom: 0; }
.founder-story { max-width: 720px; }
.founder-story .lead { font-size: 22px; line-height: 1.55; color: var(--navy); margin-top: 0; }
.founder-story p:not(.lead) { color: #39424c; }
.credential-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.credential-row span { border: 1px solid rgba(11,20,32,.2); padding: 8px 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.systems { background: var(--brass); color: var(--navy); padding: 38px 0; }
.systems-inner { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: baseline; }
.systems .eyebrow { color: var(--navy); margin: 0; }
.systems p:last-child { margin: 0; font-family: var(--serif); font-size: 23px; line-height: 1.5; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-copy h2 { margin-bottom: 30px; }
.contact-copy > p:not(.eyebrow) { font-size: 18px; color: var(--slate); }
.contact-note { font-size: 13px !important; border-left: 2px solid var(--brass); padding-left: 16px; margin-top: 32px; }
.contact-form { border: 1px solid var(--line); padding: 34px; background: var(--paper); }
.contact-form label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; font-weight: 700; margin-bottom: 18px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(11,20,32,.28); border-radius: 0; background: transparent; color: var(--ink); padding: 12px 2px 11px; margin-top: 6px; outline: none; text-transform: none; letter-spacing: 0; font-weight: 400; }
.contact-form textarea { border: 1px solid rgba(11,20,32,.2); padding: 12px; resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--navy); }
.form-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-submit { width: 100%; margin-top: 8px; }
.form-submit:disabled { opacity: .6; cursor: wait; transform: none; }
.form-status { margin-top: 16px; padding: 14px 16px; border-left: 3px solid var(--navy); background: rgba(11,20,32,.05); font-size: 14px; line-height: 1.55; }
.form-status.success { border-left-color: var(--brass); }
.form-status.error { border-left-color: #8b2e2e; }
.form-status a { color: var(--navy); font-weight: 700; }
.hidden-field { display: none; }

.site-footer { background: var(--navy); color: rgba(255,255,255,.72); padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; }
.footer-brand { color: white; margin-bottom: 18px; }
.site-footer .brand-mark { border-color: rgba(255,255,255,.6); }
.site-footer p { margin: 0; font-size: 13px; }
.footer-nav { display: grid; gap: 10px; justify-items: end; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { color: white; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); padding-top: 24px; margin-top: 30px !important; }

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

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; }
  .founder-card { display: grid; grid-template-columns: .95fr 1.05fr; }
  .portrait-wrap { aspect-ratio: 4/5; }
  .founder-card-copy { align-self: end; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .proof-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .section-heading, .section-heading.narrow { grid-template-columns: 1fr; gap: 10px; }
  .section-heading .eyebrow, .section-heading h2, .section-heading > p:last-child, .section-heading.narrow h2 { grid-column: 1; }
  .service-card-wide { grid-template-columns: 60px 1fr; }
  .service-card-wide p { grid-column: 2; }
  .approach-grid, .founder-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .approach-intro { position: static; }
  .audience-grid { grid-template-columns: 1fr; }
  .systems-inner { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .section-shell { padding: 24px 0 56px; }
  .header-inner { min-height: 68px; padding-top: env(safe-area-inset-top, 0px); }
  .menu-toggle { display: block; position: relative; z-index: 61; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 60;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 14px 28px 28px;
    gap: 0;
    font-family: var(--serif);
    font-size: 28px;
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(11,20,32,.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .site-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .site-nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta {
    width: fit-content;
    margin-top: 18px;
    padding: 12px 16px;
    border: 1px solid var(--navy);
    font-family: var(--sans);
    font-size: 12px;
    border-bottom: 1px solid var(--navy);
  }
  body.menu-open { overflow: hidden; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero-copy { padding: 38px 28px; }
  h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-proof { display: grid; gap: 7px; }
  .hero-proof span + span::before { display: none; }
  .hero-actions { display: grid; }
  .founder-card { display: block; }
  .portrait-wrap { aspect-ratio: 1/1.08; }
  .founder-card-copy { padding: 40px 24px 34px; }
  .founder-card-copy .eyebrow-small { margin-top: 0; margin-bottom: 12px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:nth-child(3) { border-left: 0; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: auto; display: block; }
  .service-card { min-height: auto; padding: 30px 26px; }
  .service-card h3, .service-card-wide h3 { margin: 28px 0 14px; }
  .service-card-wide p { margin-top: 0; }
  .process-list li { grid-template-columns: 46px 1fr; }
  .founder-story .lead { font-size: 19px; }
  .systems p:last-child { font-size: 20px; }
  .form-row.two-col { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { justify-items: start; }
  .copyright { grid-column: 1; }
}

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