:root {
  --navy: #071a32;
  --navy-2: #0d2848;
  --ink: #172334;
  --ivory: #f5f1e8;
  --paper: #fbfaf7;
  --gold: #bb9252;
  --gold-light: #d7ba82;
  --line: #d9d2c5;
  --muted: #606b77;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { 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; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; background: white; color: var(--navy); }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; font-family: var(--serif); font-size: 21px; letter-spacing: .14em; }
.brand img { border: 1px solid rgba(215,186,130,.6); }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; letter-spacing: .04em; }
nav a { text-decoration: none; }
nav a:not(.nav-cta) { color: rgba(255,255,255,.8); }
nav a:hover { color: white; }
.nav-cta { padding: 10px 17px; border: 1px solid var(--gold); }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--navy); background: var(--gold-light); }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 176px 0 0; color: white; background: radial-gradient(circle at 80% 20%, #153861 0, transparent 34%), linear-gradient(128deg, #06162c, #0b2544 68%, #071a32); }
.hero::after { content: "H"; position: absolute; right: 2vw; bottom: -23vw; color: rgba(255,255,255,.025); font: 700 62vw/1 var(--serif); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.65fr .75fr; gap: 110px; align-items: center; }
.hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.dark { color: #8b692f; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: var(--serif); font-weight: 400; }
h1 { margin-bottom: 28px; font-size: clamp(54px, 7vw, 96px); line-height: .99; letter-spacing: -.045em; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero h1 { font-size: clamp(48px, 5.5vw, 76px); line-height: 1.03; }
.hero-lead { max-width: 700px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.hero-actions .button, .contact-actions .button { min-width: 210px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.button-gold { background: var(--gold); color: #071a32; }
.button-gold:hover { background: var(--gold-light); }
.text-link { padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.45); text-decoration: none; font-size: 13px; }
.text-link span { color: var(--gold-light); }
.hero-panel { padding: 32px; border: 1px solid rgba(215,186,130,.48); background: rgba(3,18,35,.42); backdrop-filter: blur(8px); }
.hero-panel img { margin-bottom: 24px; border: 1px solid var(--gold); }
.hero-panel > p { color: rgba(255,255,255,.65); font-family: var(--serif); font-size: 18px; line-height: 1.45; }
.hero-panel ul { margin: 28px 0 0; padding: 0; list-style: none; }
.hero-panel li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.15); color: white; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-lines { position: absolute; top: 90px; right: -80px; width: 520px; height: 370px; opacity: .65; }
.hero-lines i { position: absolute; right: 0; width: 420px; height: 160px; border-top: 1px solid var(--gold); border-radius: 50%; transform: rotate(-12deg); }
.hero-lines i:nth-child(2) { top: 65px; width: 500px; transform: rotate(8deg); }
.hero-lines i:nth-child(3) { top: 138px; width: 350px; transform: rotate(-22deg); }
.hero-lines i:nth-child(4) { top: 205px; width: 470px; transform: rotate(16deg); }
.trust-line { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 38px; border-top: 1px solid rgba(255,255,255,.15); }
.trust-line span { padding: 22px 0; color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.trust-line span + span { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.15); }

.section { padding: 110px 0; }
.intro { background: var(--ivory); }
.section-heading.two-col { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; margin-bottom: 56px; }
h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(40px, 5vw, 66px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading h2 em { color: #8b692f; font-weight: 400; }
.section-heading.two-col > p { margin-bottom: 4px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-card { min-height: 480px; padding: 34px 34px 30px; }
.capability-card + .capability-card { border-left: 1px solid var(--line); }
.capability-card.featured-card { background: #fffdf9; }
.card-number { display: block; margin-bottom: 80px; color: #9a7a43; font-family: var(--serif); font-size: 14px; }
.capability-card h3 { min-height: 64px; margin-bottom: 24px; color: var(--navy); font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.15; }
.capability-card > p { min-height: 92px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.capability-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.capability-card li { position: relative; padding: 9px 0 9px 17px; border-top: 1px solid #e8e2d8; font-size: 12px; }
.capability-card li::before { content: ""; position: absolute; top: 17px; left: 0; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }

.lifecycle { color: white; background: var(--navy); }
.lifecycle h2 { color: white; }
.lifecycle-heading { display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 56px; align-items: end; margin-bottom: 68px; }
.lifecycle-heading .eyebrow { align-self: start; margin-top: 13px; }
.lifecycle-heading > p:last-child { margin-bottom: 4px; color: rgba(255,255,255,.6); }
.lifecycle-rail { display: grid; grid-template-columns: repeat(6,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(215,186,130,.55); }
.lifecycle-rail li { position: relative; min-height: 210px; padding: 27px 20px 10px 0; }
.lifecycle-rail li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(187,146,82,.14); }
.lifecycle-rail span { display: block; margin-bottom: 44px; color: rgba(255,255,255,.35); font-family: var(--serif); }
.lifecycle-rail strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.lifecycle-rail p { color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.5; }

.experience { background: var(--paper); }
.experience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: start; }
.experience h2 { margin-bottom: 34px; }
.experience-grid > div:first-child > p:not(.eyebrow) { max-width: 670px; color: var(--muted); }
.large-copy { color: var(--ink) !important; font-size: 18px; line-height: 1.75; }
.dark-link { display: inline-block; margin-top: 18px; border-color: var(--line); color: var(--navy); font-weight: 700; }
.experience-side { display: flex; flex-direction: column; gap: 24px; }
.jurisdiction-panel { margin-top: 30px; padding: 38px; color: white; background: var(--navy-2); }
.panel-label { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.project-list { margin: 27px 0 42px; border-top: 1px solid rgba(255,255,255,.18); }
.project-list > div { display: grid; grid-template-columns: 125px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.project-list strong { color: white; font-family: var(--serif); font-size: 14px; font-weight: 400; line-height: 1.35; }
.project-list span { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.credentials { border-top: 1px solid rgba(255,255,255,.18); }
.credentials div { display: grid; grid-template-columns: 116px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.credentials strong { color: white; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.credentials span { color: rgba(255,255,255,.52); font-size: 12px; }
.perspective-panel { position: relative; min-height: 330px; overflow: hidden; padding: 38px 34px 34px; color: white; background: var(--navy-2); }
.perspective-panel::after { content: ""; position: absolute; right: -72px; bottom: -84px; width: 330px; height: 330px; border: 2px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.05), inset 52px 0 0 -50px rgba(255,255,255,.08), inset -52px 0 0 -50px rgba(255,255,255,.08); transform: perspective(300px) rotateY(-16deg); }
.perspective-quote { position: relative; z-index: 1; height: 54px; color: rgba(255,255,255,.42); font-family: Georgia, serif; font-size: 104px; line-height: .9; }
.perspective-panel h3 { position: relative; z-index: 1; margin: 4px 0 26px; color: white; font-family: var(--serif); font-size: clamp(28px, 2.4vw, 38px); font-style: italic; font-weight: 400; line-height: 1.1; }
.perspective-rule { position: relative; z-index: 1; width: 72px; margin-bottom: 25px; border-top: 2px solid var(--gold-light); }
.perspective-panel p { position: relative; z-index: 1; max-width: 430px; margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.65; }

.life-path { display: grid; grid-template-columns: repeat(7, 1fr); margin-top: 76px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.life-path span { position: relative; padding: 27px 18px 25px 0; color: var(--navy); font-family: var(--serif); font-size: 16px; line-height: 1.3; }
.life-path span + span { padding-left: 18px; border-left: 1px solid var(--line); }
.life-path span::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.life-path span + span::before { left: 18px; }
.life-path small { display: block; margin-bottom: 8px; color: #8b692f; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.thinking-feature { padding: 31px 34px 33px; border: 1px solid var(--line); border-top: 3px solid var(--gold); background: white; }
.thinking-feature h3 { margin: 0 0 16px; color: var(--navy); font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.15; }
.thinking-feature > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.thinking-feature .dark-link { margin-top: 20px; }
.about-notes { display: grid; grid-template-columns: 1.15fr .85fr; margin-top: 56px; border: 1px solid var(--line); }
.personal-note { padding: 38px; }
.personal-note + .personal-note { border-left: 1px solid var(--line); }
.personal-note h3 { margin-bottom: 16px; color: var(--navy); font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.2; }
.personal-note > p:last-child, .personal-note div > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.roots-note { display: grid; grid-template-columns: 92px 1fr; gap: 28px; color: white; background: var(--navy-2); }
.roots-note img { border: 1px solid var(--gold); }
.roots-note h3 { color: white; }
.roots-note div > p:last-child { color: rgba(255,255,255,.65); }
.contact { padding: 90px 0; color: white; background: linear-gradient(110deg, #0c2b4e, #071a32); }
.contact-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.contact-copy { max-width: 760px; }
.contact h2 { color: white; font-size: clamp(40px, 5vw, 62px); }
.contact-note { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }
.contact-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; align-items: center; justify-content: flex-end; column-gap: 38px; row-gap: 22px; }
.button-light { flex: 0 0 auto; min-width: 210px; border-color: var(--gold); color: white; }
.button-light:hover { color: var(--navy); background: var(--gold-light); }

footer { padding: 52px 0 34px; color: rgba(255,255,255,.65); background: #041225; }
.footer-main { display: grid; grid-template-columns: .8fr 1.4fr .8fr; gap: 40px; align-items: center; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { display: flex; align-items: center; gap: 13px; color: white; font-family: var(--serif); letter-spacing: .12em; }
.footer-main > p { margin: 0; text-align: center; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; font-size: 12px; }
.footer-links a { text-decoration: none; }
.legal { display: flex; justify-content: space-between; gap: 40px; padding-top: 28px; font-size: 10px; line-height: 1.6; }
.legal p:first-child { max-width: 760px; }

.legal-hero { position: relative; overflow: hidden; padding: 154px 0 72px; color: white; background: radial-gradient(circle at 82% 12%, #153861 0, transparent 34%), linear-gradient(128deg, #06162c, #0b2544 68%, #071a32); }
.legal-hero::after { content: "H"; position: absolute; right: 3vw; bottom: -17vw; color: rgba(255,255,255,.025); font: 700 38vw/1 var(--serif); pointer-events: none; }
.legal-hero .shell { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(48px, 6vw, 78px); }
.legal-hero .effective-date { margin: 0; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.legal-document { background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 90px; align-items: start; }
.legal-summary { position: sticky; top: 30px; padding: 24px 0; border-top: 3px solid var(--gold); border-bottom: 1px solid var(--line); }
.legal-summary p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 16px; line-height: 1.55; }
.legal-content > p:first-child { color: var(--navy); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.legal-content section { padding-top: 30px; }
.legal-content section:first-of-type { padding-top: 14px; }
.legal-content h2 { margin-bottom: 14px; font-size: clamp(28px, 3vw, 38px); line-height: 1.18; }
.legal-content p { margin-bottom: 16px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-content a { color: var(--navy); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.legal-content a:hover { color: #8b692f; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding: 148px 0 110px; }
  .hero-grid, .section-heading.two-col, .experience-grid, .legal-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-panel { max-width: 430px; }
  .trust-line { position: relative; left: auto; bottom: auto; transform: none; margin-top: 76px; }
  .section-heading.two-col, .experience-grid { gap: 35px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; }
  .capability-card h3, .capability-card > p { min-height: 0; }
  .capability-card + .capability-card { border-top: 1px solid var(--line); border-left: 0; }
  .card-number { margin-bottom: 35px; }
  .lifecycle-heading { grid-template-columns: 1fr; gap: 15px; }
  .lifecycle-rail { grid-template-columns: repeat(3,1fr); }
  .life-path { grid-template-columns: repeat(3, 1fr); }
  .life-path span:nth-child(3n+1) { padding-left: 0; border-left: 0; }
  .life-path span:nth-child(3n+1)::before { left: 0; }
  .about-notes { grid-template-columns: 1fr; }
  .personal-note + .personal-note { border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { height: 74px; }
  .brand img { width: 42px; height: 42px; }
  .brand span { font-size: 17px; }
  .nav-cta { padding: 8px 10px; font-size: 11px; }
  h1 { font-size: 51px; }
  .hero h1 { font-size: 46px; line-height: 1.06; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-line { grid-template-columns: 1fr; }
  .trust-line span, .trust-line span + span { padding: 12px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .section { padding: 78px 0; }
  .capability-card { padding: 30px 20px; }
  .lifecycle-rail { grid-template-columns: repeat(2,1fr); }
  .lifecycle-rail li { min-height: 180px; }
  .jurisdiction-panel { padding: 26px 22px; }
  .perspective-panel { min-height: 0; padding: 30px 22px 32px; }
  .perspective-panel h3 { font-size: 31px; }
  .project-list > div { grid-template-columns: 1fr; gap: 5px; }
  .life-path { grid-template-columns: repeat(2, 1fr); }
  .life-path span:nth-child(3n+1) { padding-left: 18px; border-left: 1px solid var(--line); }
  .life-path span:nth-child(3n+1)::before { left: 18px; }
  .life-path span:nth-child(odd) { padding-left: 0; border-left: 0; }
  .life-path span:nth-child(odd)::before { left: 0; }
  .roots-note { grid-template-columns: 1fr; }
  .roots-note img { width: 76px; }
  .contact-inner, .legal { align-items: flex-start; flex-direction: column; }
  .contact-actions { justify-content: flex-start; }
  .contact h2 { font-size: 42px; }
  .footer-main { grid-template-columns: 1fr; text-align: left; }
  .footer-main > p { text-align: left; }
  .footer-links { justify-content: flex-start; }
  .legal-hero { padding: 128px 0 58px; }
  .legal-summary { position: static; }
  .legal-content > p:first-child { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
