:root {
  --navy: #0b1d2a;
  --navy-soft: #123247;
  --ivory: #f5f0e6;
  --paper: #fbf8f1;
  --sand: #ddd0bd;
  --gold: #d89b43;
  --ink: #102431;
  --white: #fffdf8;
  --muted: #6d756f;
  --line: rgba(16, 36, 49, .18);
  --header-height: 76px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--navy); font-family: var(--body); line-height: 1.55; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--navy); background: var(--gold); }

.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; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem;
  color: var(--navy); background: var(--white); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height);
  display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter);
  color: var(--white); background: rgba(11, 29, 42, .82);
  border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px);
}
.wordmark { font: 800 1.15rem/1 var(--display); letter-spacing: .08em; text-decoration: none; }
.wordmark span { color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); }
.site-nav a { color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 650; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="true"] { color: var(--white); }
.site-nav .nav-contact { padding: .65rem 1rem; color: var(--white); border: 1px solid rgba(255,255,255,.45); }
.menu-toggle { display: none; color: var(--white); background: none; border: 0; }

.panel { position: relative; min-height: 100svh; overflow: clip; scroll-snap-align: start; }
.section-inner { width: min(1440px, 100%); min-height: inherit; margin: 0 auto; padding: clamp(7rem, 11vh, 9rem) var(--gutter) clamp(4rem, 8vh, 7rem); }
.eyebrow { margin: 0 0 1.5rem; color: var(--gold); font-size: .76rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #8a5a20; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 780; letter-spacing: -.045em; line-height: .92; }
h2 { max-width: 14ch; margin-bottom: 2.5rem; font-size: clamp(3rem, 7vw, 7rem); }

.hero { color: var(--white); background: var(--navy); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 55%, rgba(216,155,67,.07)),
              repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(255,255,255,.035) calc(25% - 1px) 25%);
}
.hero-orbit {
  position: absolute; width: min(52vw, 760px); aspect-ratio: 1; right: -8vw; top: 50%;
  border: 1px solid rgba(216,155,67,.3); border-radius: 50%; transform: translateY(-50%);
}
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.hero-orbit::before { inset: 12%; }
.hero-orbit::after { inset: 27%; background: rgba(216,155,67,.04); }
.hero-grid { position: relative; display: grid; grid-template-rows: auto 1fr auto; }
.hero-copy { align-self: center; padding: 3rem 0; }
.hero-kicker { margin-bottom: 1rem; color: rgba(255,255,255,.58); font-size: clamp(.85rem, 1.5vw, 1rem); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 10ch; margin: 0; font-size: clamp(5.5rem, 15vw, 13rem); text-transform: uppercase; }
.hero h1 span { color: var(--gold); }
.hero-statement { margin: clamp(1.5rem, 4vh, 3rem) 0 0; font: 500 clamp(1.4rem, 3vw, 2.5rem)/1.15 var(--display); }
.hero-footer { display: flex; align-items: end; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.18); padding-top: 1.25rem; }
.hero-footer p { max-width: 34rem; margin: 0; color: rgba(255,255,255,.65); }
.scroll-cue { flex: none; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { display: inline-block; margin-left: .8rem; color: var(--gold); animation: float 1.8s ease-in-out infinite; }

.light-panel { background: var(--paper); }
.split-layout { display: grid; grid-template-columns: minmax(10rem, .6fr) minmax(0, 2.2fr); gap: clamp(2rem, 8vw, 10rem); align-items: center; }
.section-marker { align-self: start; padding-top: .6rem; border-top: 1px solid var(--line); }
.section-marker span { color: #9a6a2c; font-size: .72rem; font-weight: 750; letter-spacing: .18em; }
.section-marker p { margin-top: 1rem; color: var(--muted); font-size: .8rem; text-transform: uppercase; }
.content-column { max-width: 960px; }
.statement-block { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 2.5rem; max-width: 62rem; font-size: clamp(1.08rem, 1.7vw, 1.45rem); }
.statement-block p:first-child { grid-column: 1 / -1; font-size: clamp(1.35rem, 2.4vw, 2.1rem); line-height: 1.35; }
.statement-block p { margin: 0; }

.impact-panel { color: var(--white); background: var(--navy-soft); }
.impact-panel::after { content: ""; position: absolute; width: 40vw; height: 40vw; right: -15vw; bottom: -20vw; border: 1px solid rgba(216,155,67,.25); border-radius: 50%; }
.section-heading { display: flex; justify-content: space-between; gap: 3rem; margin-bottom: clamp(2rem, 5vh, 4rem); }
.section-heading > p { max-width: 30rem; align-self: end; color: rgba(255,255,255,.63); font-size: clamp(1rem, 1.6vw, 1.3rem); }
.metrics-grid { position: relative; z-index: 1; 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); }
.metric { min-height: 11rem; padding: clamp(1.25rem, 2.5vw, 2.2rem); border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.metric strong { display: block; margin-bottom: .6rem; color: var(--gold); font: 780 clamp(2.1rem, 5vw, 4.8rem)/.95 var(--display); letter-spacing: -.04em; }
.metric span { color: rgba(255,255,255,.73); font-size: clamp(.85rem, 1.2vw, 1.05rem); }

.experience-intro { padding: 1.3rem var(--gutter); color: var(--white); background: #07151f; font-size: .74rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.experience-panel .section-inner { display: grid; grid-template-columns: 4rem 1fr; gap: 0 clamp(2rem, 5vw, 6rem); align-content: center; }
.experience-number { grid-row: 1 / 4; color: currentColor; font-size: .72rem; font-weight: 750; letter-spacing: .15em; writing-mode: vertical-rl; }
.experience-header h2 { max-width: 16ch; font-size: clamp(3.1rem, 6.8vw, 6.8rem); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid currentColor; }
.experience-card { padding: 1.7rem 2rem 1.5rem 0; }
.experience-card + .experience-card { padding-left: 2rem; border-left: 1px solid currentColor; }
.experience-card h3, .practice h3 { margin-bottom: .8rem; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.experience-card p { margin: 0; font-size: clamp(.95rem, 1.18vw, 1.1rem); }
.practice { display: grid; grid-template-columns: 8rem 1fr; gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid currentColor; }
.practice ul { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 2.5rem; margin: 0; padding: 0; list-style: none; }
.practice li { position: relative; padding-left: 1.2rem; font-size: clamp(.85rem, 1.05vw, .98rem); }
.practice li::before { content: ""; position: absolute; width: .42rem; height: .42rem; left: 0; top: .5em; border-radius: 50%; background: currentColor; opacity: .55; }
.tone-sand { color: var(--ink); background: var(--sand); }
.tone-blue { color: var(--white); background: #164461; }
.tone-blue .eyebrow { color: #efbb70; }
.tone-ivory { color: var(--ink); background: var(--ivory); }
.tone-gold { color: #172531; background: #d9a04f; }
.tone-gold .eyebrow.dark { color: #493014; }

.education-panel { color: var(--white); background: #102c3d; }
.education-grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 5rem; }
.education-grid h2 { max-width: 13ch; }
.degree { padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgba(255,255,255,.25); border-top: 5px solid var(--gold); }
.degree span { display: block; margin-bottom: 2rem; color: rgba(255,255,255,.65); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.degree strong { font: 760 clamp(2.2rem, 4vw, 4.3rem)/1.02 var(--display); letter-spacing: -.04em; }

.contact-panel { color: var(--white); background: #07151f; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); min-height: calc(100svh - 6rem); }
.contact-grid h2 { font-size: clamp(3.2rem, 7vw, 6.8rem); }
.contact-intro { max-width: 34rem; color: rgba(255,255,255,.62); font-size: 1.05rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; padding: clamp(1.5rem, 3vw, 3rem); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); }
.form-row { display: flex; flex-direction: column; gap: .4rem; }
.form-row:nth-child(4) { grid-column: 1 / -1; }
.form-row label { color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-row label span { font-weight: 400; letter-spacing: 0; text-transform: none; }
.form-row input, .form-row textarea { width: 100%; padding: .75rem 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--gold); box-shadow: 0 2px 0 var(--gold); }
.turnstile-placeholder { grid-column: 1 / -1; display: flex; align-items: center; gap: 1rem; padding: 1rem; color: rgba(255,255,255,.72); border: 1px dashed rgba(255,255,255,.25); }
.turnstile-placeholder > span { display: grid; width: 2.2rem; height: 2.2rem; place-items: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; }
.turnstile-placeholder p { margin: 0; font-size: .8rem; }
.contact-form button { display: flex; justify-content: space-between; padding: 1rem 1.2rem; color: var(--navy); background: var(--gold); border: 0; font-weight: 750; }
.contact-form button:hover, .contact-form button:focus-visible { background: #e9b66e; }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.form-note { align-self: center; margin: 0; color: rgba(255,255,255,.45); font-size: .72rem; }
.form-note.is-success { color: #9bd4b1; }
.form-note.is-error { color: #f0ad9d; }
.honey { position: absolute; left: -9999px; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem var(--gutter); color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.site-footer a { color: rgba(255,255,255,.75); text-decoration: none; }

.js .reveal { opacity: 0; transform: translateY(2rem); transition: opacity .8s cubic-bezier(.2,.65,.25,1), transform .8s cubic-bezier(.2,.65,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.metrics-grid .reveal:nth-child(2), .experience-grid .reveal:nth-child(2) { transition-delay: .08s; }
.metrics-grid .reveal:nth-child(3), .experience-grid .reveal:nth-child(3) { transition-delay: .16s; }
.metrics-grid .reveal:nth-child(4) { transition-delay: .04s; }
.metrics-grid .reveal:nth-child(5) { transition-delay: .12s; }
.metrics-grid .reveal:nth-child(6) { transition-delay: .2s; }

@keyframes float { 0%, 100% { transform: translateY(-.15rem); } 50% { transform: translateY(.25rem); } }

@media (min-width: 900px) {
  html { scroll-snap-type: y proximity; }
}

@media (max-width: 899px) {
  :root { --header-height: 68px; }
  .menu-toggle { display: grid; gap: .38rem; padding: .7rem; }
  .menu-toggle span:not(.sr-only) { display: block; width: 1.45rem; height: 1px; background: currentColor; transition: transform .25s; }
  .site-nav { position: absolute; inset: var(--header-height) 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem var(--gutter) 1.5rem; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .8rem 0; }
  .site-nav .nav-contact { margin-top: .5rem; padding: .75rem 1rem; text-align: center; }
  .hero h1 { font-size: clamp(4.4rem, 21vw, 8rem); }
  .hero-orbit { width: 88vw; right: -40vw; }
  .hero-footer { align-items: start; flex-direction: column; }
  .split-layout, .education-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-marker { display: none; }
  .statement-block { grid-template-columns: 1fr; }
  .statement-block p:first-child { grid-column: auto; }
  .section-heading { flex-direction: column; }
  .section-heading > p { align-self: start; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .experience-panel .section-inner { grid-template-columns: 1fr; }
  .experience-number { grid-row: auto; margin-bottom: 1rem; writing-mode: initial; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card + .experience-card { padding: 1.4rem 0; border-left: 0; border-bottom: 1px solid currentColor; }
  .practice { grid-template-columns: 1fr; }
  .practice ul { grid-template-columns: 1fr; }
  .education-grid, .contact-grid { align-content: center; }
}

@media (max-width: 560px) {
  .panel { min-height: auto; }
  .hero { min-height: 100svh; }
  .section-inner { padding-top: 6.5rem; padding-bottom: 4rem; }
  h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric { min-height: 8.5rem; }
  .contact-form { grid-template-columns: 1fr; }
  .form-row, .form-row:nth-child(4), .turnstile-placeholder { grid-column: 1; }
  .site-footer { flex-direction: column; }
}

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

@media print {
  .site-header, .scroll-cue, .contact-form { display: none; }
  .panel { min-height: auto; break-inside: avoid; }
  .section-inner { padding: 2rem; }
  .js .reveal { opacity: 1; transform: none; }
}
