
:root {
  --ink: #102033;
  --navy: #0c1b2a;
  --navy-2: #14283b;
  --slate: #3e5060;
  --muted: #6d7a86;
  --stone: #f3f1ec;
  --stone-2: #e7e2d8;
  --white: #ffffff;
  --gold: #b78a4e;
  --gold-deep: #8f6736;
  --teal: #2f6f72;
  --line: rgba(16, 32, 51, 0.14);
  --shadow: 0 24px 60px rgba(12, 27, 42, 0.12);
  --shadow-soft: 0 14px 36px rgba(12, 27, 42, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100% - 40px));
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  background: var(--gold);
  color: var(--navy);
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.82);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.topbar-inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 0;
}
.topbar a { color: var(--white); font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(16,32,51,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  width: var(--container);
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 250px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy), #213d56);
  border: 1px solid rgba(183,138,78,.7);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.03);
}
.brand-copy strong { display: block; font-size: .94rem; letter-spacing: .01em; }
.brand-copy span { display: block; color: var(--muted); font-size: .72rem; margin-top: -2px; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  position: relative;
  font-size: .88rem;
  color: #314555;
  font-weight: 720;
}
.site-nav a::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 100%;
  bottom: -8px;
  background: var(--gold);
  transition: right .25s ease;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { right: 0; }
.site-nav a[aria-current="page"] { color: var(--navy); }
.nav-cta { padding: 11px 16px; border: 1px solid var(--gold) !important; border-radius: 999px; color: var(--navy) !important; }
.nav-cta::after { display:none; }
.nav-cta:hover { background: var(--gold); }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  place-items: center;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display:block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  content:"";
  transition: .2s ease;
}
.nav-toggle span::before { transform: translateY(-6px); }
.nav-toggle span::after { transform: translateY(4px); }

.container { width: var(--container); margin: 0 auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-stone { background: var(--stone); }
.section-navy { background: var(--navy); color: var(--white); }
.section-grid {
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 38px 38px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-deep);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 850;
}
.eyebrow::before { content:""; width: 34px; height: 1px; background: currentColor; }
.section-navy .eyebrow { color: #d9b47a; }
h1,h2,h3,h4 { margin: 0; line-height: 1.12; color: var(--navy); }
h1,h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 6.1rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.2rem); }
h3 { font-size: 1.35rem; font-weight: 760; letter-spacing: -.01em; }
.section-navy h1,.section-navy h2,.section-navy h3 { color: var(--white); }
.lede { color: #4a5d6b; font-size: clamp(1.08rem, 2vw, 1.32rem); max-width: 720px; }
.section-navy .lede { color: rgba(255,255,255,.72); }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:48px; }
.section-heading > div:first-child { max-width: 790px; }
.section-heading p { max-width: 470px; color: var(--muted); margin: 0 0 4px; }

.btn-row { display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.btn {
  min-height: 50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 21px;
  border-radius: 999px;
  border:1px solid transparent;
  font-size:.9rem;
  font-weight:820;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color:var(--navy); background:var(--gold); }
.btn-primary:hover { background:#c79b5d; }
.btn-secondary { color:var(--navy); border-color:rgba(16,32,51,.25); background:rgba(255,255,255,.5); }
.btn-secondary:hover { border-color:var(--gold); }
.section-navy .btn-secondary { color:var(--white); border-color:rgba(255,255,255,.35); background:transparent; }
.text-link { display:inline-flex; align-items:center; gap:8px; font-weight:800; color:var(--teal); }
.text-link:hover { color:var(--gold-deep); }
.text-link::after { content:"→"; transition:transform .2s ease; }
.text-link:hover::after { transform:translateX(4px); }

.hero {
  position:relative;
  overflow:hidden;
  min-height: 760px;
  display:grid;
  align-items:center;
  color:var(--white);
  background:
    radial-gradient(circle at 10% 18%, rgba(47,111,114,.22), transparent 36%),
    linear-gradient(112deg, rgba(12,27,42,.98) 0%, rgba(12,27,42,.94) 45%, rgba(12,27,42,.72) 70%, rgba(12,27,42,.35) 100%);
}
.hero::before {
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
  pointer-events:none;
}
.hero-grid { position:relative; z-index:2; width:var(--container); margin:0 auto; display:grid; grid-template-columns:1.18fr .82fr; gap:72px; align-items:center; padding:76px 0 82px; }
.hero-copy { max-width:760px; }
.hero h1 { color:var(--white); max-width:820px; }
.hero h1 em { color:#ddb77e; font-style:normal; }
.hero-subtitle { max-width:730px; color:rgba(255,255,255,.76); font-size:clamp(1.05rem,2vw,1.26rem); margin:24px 0 31px; }
.hero-meta { margin-top:32px; display:flex; flex-wrap:wrap; gap:10px 18px; color:rgba(255,255,255,.7); font-size:.82rem; }
.hero-meta span { display:flex; align-items:center; gap:8px; }
.hero-meta span::before { content:""; width:5px; height:5px; border-radius:50%; background:var(--gold); }
.portrait-frame {
  position:relative;
  isolation:isolate;
  max-width:512px;
  margin-left:auto;
}
.portrait-frame::before {
  content:"";
  position:absolute;
  z-index:-2;
  inset:-20px -18px -18px -18px;
  border-radius:34px;
  border:1px solid rgba(221,183,126,.34);
  background:
    radial-gradient(circle at 16% 18%, rgba(221,183,126,.22), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.01) 46%, rgba(14,34,52,.2) 100%),
    linear-gradient(160deg, #102639 0%, #112b41 58%, #0b1b2a 100%);
  box-shadow:
    0 28px 72px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.04);
}
.portrait-frame::after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:26px -24px -14px 58px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0) 34%),
    linear-gradient(160deg, rgba(221,183,126,.16), rgba(221,183,126,0) 30%),
    linear-gradient(160deg, #173550 0%, #11273b 68%, #0a1724 100%);
  box-shadow:0 24px 60px rgba(0,0,0,.26);
}
.portrait-frame img {
  position:relative;
  z-index:2;
  width:100%;
  aspect-ratio: 1 / 1.08;
  object-fit:cover;
  object-position:center 16%;
  border:5px solid rgba(255,255,255,.94);
  border-radius:28px;
  background:#e9e7e2;
  filter:saturate(.9) contrast(1.03);
  box-shadow:
    0 28px 60px rgba(0,0,0,.3),
    0 0 0 1px rgba(221,183,126,.28);
}
.portrait-caption { position:absolute; z-index:3; left:-20px; bottom:22px; background:rgba(255,255,255,.95); color:var(--navy); padding:15px 18px; border-radius:12px; box-shadow:var(--shadow); min-width:210px; }
.portrait-caption strong { display:block; font-size:.92rem; }
.portrait-caption span { display:block; font-size:.75rem; color:var(--muted); }

.stats-strip { position:relative; z-index:5; margin-top:-42px; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); background:var(--white); border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); overflow:hidden; }
.stat { padding:28px 28px 26px; border-right:1px solid var(--line); }
.stat:last-child { border-right:0; }
.stat strong { display:block; font-family:var(--display); font-size:2.35rem; line-height:1; color:var(--navy); }
.stat span { display:block; margin-top:8px; color:var(--muted); font-size:.82rem; line-height:1.45; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.split-wide { grid-template-columns:.85fr 1.15fr; }
.quote-panel { padding:42px; border-left:4px solid var(--gold); background:var(--stone); border-radius:0 var(--radius-lg) var(--radius-lg) 0; }
.quote-panel blockquote { margin:0; font-family:var(--display); color:var(--navy); font-size:clamp(1.45rem,2.6vw,2.2rem); line-height:1.34; }
.quote-panel cite { display:block; margin-top:20px; color:var(--muted); font-style:normal; font-size:.83rem; }

.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.card-grid-2 { grid-template-columns:repeat(2,1fr); }
.card {
  position:relative;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  padding:30px;
  box-shadow:0 0 0 rgba(0,0,0,0);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform:translateY(-5px); box-shadow:var(--shadow-soft); border-color:rgba(183,138,78,.45); }
.card-number { font-family:var(--display); color:var(--gold); font-size:2.25rem; line-height:1; margin-bottom:24px; }
.card p { color:var(--muted); margin:12px 0 0; }
.card ul { padding-left:18px; margin:16px 0 0; color:var(--muted); }
.card li + li { margin-top:7px; }
.dark-card { background:var(--navy-2); color:var(--white); border-color:rgba(255,255,255,.1); }
.dark-card h3 { color:var(--white); }
.dark-card p,.dark-card li { color:rgba(255,255,255,.68); }
.icon-disc { width:52px; height:52px; border-radius:50%; display:grid; place-items:center; background:rgba(183,138,78,.12); color:var(--gold-deep); font-weight:900; margin-bottom:24px; }

.timeline { position:relative; margin-top:10px; }
.timeline::before { content:""; position:absolute; left:123px; top:0; bottom:0; width:1px; background:var(--line); }
.timeline-item { display:grid; grid-template-columns:95px 1fr; gap:58px; position:relative; padding:0 0 38px; }
.timeline-item::before { content:""; position:absolute; left:117px; top:8px; width:13px; height:13px; border-radius:50%; background:var(--white); border:3px solid var(--gold); }
.timeline-year { color:var(--gold-deep); font-weight:850; font-size:.83rem; padding-top:4px; }
.timeline-content { padding-bottom:10px; }
.timeline-content p { color:var(--muted); margin:10px 0 0; }
.timeline-content .meta { display:block; color:var(--teal); font-size:.8rem; font-weight:800; margin-bottom:7px; text-transform:uppercase; letter-spacing:.07em; }

.achievement-list { display:grid; gap:18px; }
.achievement { display:grid; grid-template-columns:65px 1fr; gap:20px; align-items:start; padding:24px 0; border-bottom:1px solid var(--line); }
.achievement:last-child { border-bottom:0; }
.achievement .metric { font-family:var(--display); font-size:1.7rem; color:var(--gold-deep); line-height:1.1; }
.achievement p { margin:6px 0 0; color:var(--muted); }

.badge-row { display:flex; flex-wrap:wrap; gap:12px; }
.badge { display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; border:1px solid var(--line); color:#415464; background:rgba(255,255,255,.7); font-size:.82rem; font-weight:760; }
.badge::before { content:"✓"; color:var(--gold-deep); font-weight:900; }

.page-hero { position:relative; overflow:hidden; padding:116px 0 90px; color:var(--white); background:var(--navy); }
.page-hero::after { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(183,138,78,.25); border-radius:50%; right:-180px; top:-250px; }
.page-hero h1 { color:var(--white); max-width:900px; font-size:clamp(3.2rem,6vw,5.6rem); }
.page-hero .lede { color:rgba(255,255,255,.72); margin-top:22px; }
.breadcrumb { display:flex; gap:8px; color:rgba(255,255,255,.55); font-size:.8rem; margin-bottom:26px; }
.breadcrumb a { color:#e5c18a; }

.project-table { border:1px solid var(--line); border-radius:var(--radius-md); overflow:hidden; }
.project-row { display:grid; grid-template-columns:1.1fr .72fr 2fr; gap:18px; padding:23px 26px; border-bottom:1px solid var(--line); background:var(--white); align-items:start; }
.project-row:last-child { border-bottom:0; }
.project-row.header { background:var(--navy); color:var(--white); font-size:.76rem; text-transform:uppercase; letter-spacing:.08em; font-weight:850; }
.project-row strong { color:var(--navy); }
.project-row span { color:var(--muted); font-size:.9rem; }

.principles { counter-reset:principle; display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.principle { position:relative; padding:30px 30px 30px 82px; border:1px solid var(--line); border-radius:var(--radius-md); }
.principle::before { counter-increment:principle; content:"0" counter(principle); position:absolute; left:28px; top:28px; font-family:var(--display); color:var(--gold-deep); font-size:1.65rem; }
.principle p { margin:9px 0 0; color:var(--muted); }

.topic-list { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.topic { display:flex; justify-content:space-between; gap:18px; padding:18px 0; border-bottom:1px solid var(--line); font-weight:760; }
.topic span { color:var(--muted); font-size:.82rem; font-weight:650; text-align:right; }

.cta-panel { position:relative; overflow:hidden; padding:64px; border-radius:var(--radius-lg); background:linear-gradient(125deg, var(--navy), #16344a); color:var(--white); box-shadow:var(--shadow); }
.cta-panel::after { content:""; position:absolute; width:300px; height:300px; right:-110px; bottom:-170px; border:1px solid rgba(221,183,126,.3); border-radius:50%; }
.cta-panel h2 { color:var(--white); max-width:760px; }
.cta-panel p { color:rgba(255,255,255,.72); max-width:680px; }
.cta-panel .btn-row { margin-top:26px; }

.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:46px; }
.contact-card { background:var(--navy); color:var(--white); padding:38px; border-radius:var(--radius-lg); }
.contact-card h2,.contact-card h3 { color:var(--white); }
.contact-card p { color:rgba(255,255,255,.68); }
.contact-list { display:grid; gap:18px; margin-top:28px; }
.contact-item { padding-top:18px; border-top:1px solid rgba(255,255,255,.12); }
.contact-item span { display:block; font-size:.73rem; text-transform:uppercase; letter-spacing:.1em; color:#d4af75; margin-bottom:5px; font-weight:800; }
.contact-item a { font-weight:760; }
.form-card { border:1px solid var(--line); border-radius:var(--radius-lg); padding:38px; box-shadow:var(--shadow-soft); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.field { display:grid; gap:8px; }
.field.full { grid-column:1/-1; }
label { font-size:.83rem; font-weight:800; color:#2d4251; }
input,select,textarea { width:100%; border:1px solid rgba(16,32,51,.22); border-radius:11px; padding:13px 14px; color:var(--ink); background:var(--white); }
textarea { min-height:150px; resize:vertical; }
input:focus,select:focus,textarea:focus { outline:3px solid rgba(183,138,78,.22); border-color:var(--gold); }
.form-note { color:var(--muted); font-size:.78rem; margin-top:14px; }

.site-footer { background:#08131e; color:rgba(255,255,255,.68); padding:70px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .7fr .7fr; gap:70px; padding-bottom:48px; }
.footer-brand { max-width:460px; }
.footer-brand h3 { color:var(--white); font-family:var(--display); font-size:1.6rem; }
.footer-brand p { color:rgba(255,255,255,.58); }
.footer-title { color:var(--white); font-size:.78rem; text-transform:uppercase; letter-spacing:.12em; font-weight:850; margin-bottom:14px; }
.footer-links { display:grid; gap:9px; }
.footer-links a:hover { color:#dcb57b; }
.footer-bottom { display:flex; justify-content:space-between; gap:22px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); font-size:.76rem; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1020px) {
  .site-nav { position:absolute; left:20px; right:20px; top:84px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px; border:1px solid var(--line); border-radius:16px; background:var(--white); box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:13px 14px; }
  .site-nav a::after { display:none; }
  .nav-toggle { display:grid; }
  .hero { min-height:auto; }
  .hero-grid { grid-template-columns:1fr .7fr; gap:38px; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .stat:nth-child(2) { border-right:0; }
  .stat:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .card-grid { grid-template-columns:repeat(2,1fr); }
  .split,.split-wide,.contact-grid { grid-template-columns:1fr; gap:44px; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:18px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}

@media (max-width: 720px) {
  :root { --container:min(100% - 28px, 1180px); }
  .topbar-inner { display:block; text-align:center; }
  .topbar-inner span:last-child { display:none; }
  .brand-copy span { display:none; }
  .brand { min-width:auto; }
  .hero-grid { grid-template-columns:1fr; padding-top:56px; }
  .hero h1 { font-size:clamp(2.8rem,14vw,4.7rem); }
  .portrait-frame { margin:18px auto 0; max-width:390px; }
  .portrait-frame::before { inset:-14px -10px -12px -10px; }
  .portrait-frame::after { inset:20px -10px -12px 34px; }
  .portrait-caption { left:12px; bottom:16px; }
  .stats-strip { margin-top:-12px; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .stat { padding:22px 18px; }
  .stat strong { font-size:1.85rem; }
  .section { padding:78px 0; }
  .section-sm { padding:58px 0; }
  .card-grid,.card-grid-2,.principles,.topic-list { grid-template-columns:1fr; }
  .timeline::before { left:16px; }
  .timeline-item { grid-template-columns:1fr; gap:7px; padding-left:48px; }
  .timeline-item::before { left:10px; }
  .timeline-year { padding-top:0; }
  .project-row { grid-template-columns:1fr; gap:6px; }
  .project-row.header { display:none; }
  .project-row strong::before { content:"Project: "; color:var(--muted); font-weight:650; }
  .cta-panel { padding:42px 26px; }
  .form-card,.contact-card { padding:28px 22px; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr; gap:34px; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}

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