:root {
  --navy: #101b2a;
  --navy-2: #1e3147;
  --navy-3: #29445f;
  --copper: #c28d55;
  --copper-soft: #e5c8a9;
  --paper: #f3efe6;
  --surface: #fffaf3;
  --ink: #18202a;
  --muted: #626a73;
  --line: #d9d0c3;
  --white: #fffdf8;
  --shadow: 0 18px 48px rgba(16, 27, 42, .11);
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--navy-3); text-underline-offset: .18em; }
a:hover { color: #7c4f29; }
img { max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 36px), var(--shell)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(16, 27, 42, .12); background: rgba(243, 239, 230, .94); backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.site-brand { flex: 0 0 auto; color: var(--navy); text-decoration: none; font-family: Georgia, "Times New Roman", serif; line-height: 1.05; }
.site-brand span { display: block; font-size: 1.18rem; font-weight: 700; }
.site-brand small { display: block; margin-top: 5px; color: var(--muted); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .67rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 6px 18px; flex-wrap: wrap; }
.site-nav a { color: #35404c; text-decoration: none; font-size: .81rem; font-weight: 750; }
.site-nav a:hover { color: #8a5b2e; }
.site-main { min-height: 70vh; }
.hero { color: var(--white); background: radial-gradient(circle at 84% 15%, rgba(194, 141, 85, .3), transparent 29%), linear-gradient(135deg, #0d1623, #14263a 58%, #263b50); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(300px, .66fr); align-items: center; gap: 48px; padding: 82px 0 70px; }
.eyebrow, .section-kicker, .card-label { display: inline-block; color: var(--copper-soft); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-name { max-width: 820px; margin: .55rem 0 .35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 9vw, 7.4rem); line-height: .86; letter-spacing: -.065em; }
.hero-role { max-width: 720px; margin: 22px 0 0; color: #f7f1e8; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.7vw, 2rem); line-height: 1.18; letter-spacing: -.025em; }
.hero-summary { max-width: 700px; margin: 18px 0 0; color: #dce4ea; font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 11px 16px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 850; }
.button.primary { color: var(--navy); background: var(--copper-soft); }
.button.primary:hover { color: var(--navy); background: #f0d7bb; }
.button.secondary { color: var(--white); border-color: rgba(255, 255, 255, .38); background: rgba(255, 255, 255, .045); }
.button.secondary:hover { color: var(--white); border-color: var(--copper-soft); }
.hero-panel { padding: 22px; border: 1px solid rgba(255, 255, 255, .15); border-radius: var(--radius); background: rgba(255, 255, 255, .065); box-shadow: 0 22px 68px rgba(0, 0, 0, .14); }
.identity-strip { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #f0d6b7; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.identity-strip::before { width: 28px; height: 1px; content: ""; background: var(--copper); }
.hero-panel h2 { margin: 0 0 8px; color: var(--white); font: 700 1.08rem/1.25 Georgia, "Times New Roman", serif; }
.hero-panel > p { margin: 0 0 16px; color: #cfd9e2; font-size: .86rem; }
.mini-node { padding: 12px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.045); color: #dbe3e9; font-size: .84rem; }
.mini-node + .mini-node { margin-top: 9px; }
.mini-node b { display: block; margin-bottom: 3px; color: var(--white); }
.section { padding: 70px 0; }
.section.alt { background: var(--surface); }
.section-kicker { color: #8a5b2e; }
.section-title { max-width: 820px; margin: 8px 0 14px; color: var(--navy); font: 700 clamp(2rem, 4vw, 3.4rem)/1.03 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.section-lede { max-width: 760px; margin: 0 0 28px; color: var(--muted); font-size: 1.02rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.card h3 { margin: 8px 0 8px; color: var(--navy); font: 700 1.25rem/1.2 Georgia, "Times New Roman", serif; }
.card p { margin: 0; color: var(--muted); }
.card a.card-link { display: inline-block; margin-top: 16px; font-weight: 800; text-decoration: none; }
.route-card { display: block; color: inherit; text-decoration: none; transition: transform .14s ease, border-color .14s ease; }
.route-card:hover { color: inherit; border-color: var(--copper); transform: translateY(-2px); }
.feature-list { display: grid; gap: 16px; }
.feature { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 22px; padding: 22px 0; border-top: 1px solid var(--line); }
.feature:last-child { border-bottom: 1px solid var(--line); }
.feature-meta { color: #8a5b2e; font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.feature h3 { margin: 0 0 7px; color: var(--navy); font: 700 1.35rem/1.18 Georgia, "Times New Roman", serif; }
.feature p { margin: 0; color: var(--muted); }
.feature a { font-weight: 800; text-decoration: none; }
.record-band { padding: 34px; color: var(--white); background: var(--navy); border-radius: var(--radius); }
.record-band h2 { margin: 0 0 8px; font: 700 1.7rem/1.15 Georgia, "Times New Roman", serif; }
.record-band p { max-width: 760px; color: #d6dfe7; }
.record-band a { color: var(--copper-soft); font-weight: 850; }
.prose { max-width: 860px; padding-top: 58px; padding-bottom: 80px; }
.prose h1 { margin: 0 0 18px; color: var(--navy); font: 700 clamp(2.8rem, 7vw, 5.2rem)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.prose h2 { margin: 2.4rem 0 .8rem; color: var(--navy); font: 700 1.65rem/1.18 Georgia, "Times New Roman", serif; }
.prose h3 { margin: 1.8rem 0 .55rem; color: var(--navy); font: 700 1.22rem/1.22 Georgia, "Times New Roman", serif; }
.prose > p:first-of-type { color: var(--muted); font-size: 1.08rem; }
.prose blockquote { margin: 1.6rem 0; padding: 16px 20px; border-left: 4px solid var(--copper); background: var(--surface); }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose code { padding: .1em .35em; background: #ebe5d9; border-radius: 5px; }
.site-footer { padding: 38px 0; border-top: 1px solid var(--line); background: #e9e4da; }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; }
.site-footer p { max-width: 540px; margin: 5px 0 0; color: var(--muted); }
.footer-links { display: flex; align-items: flex-start; justify-content: flex-end; gap: 10px 18px; flex-wrap: wrap; }
.footer-links a { font-size: .82rem; font-weight: 800; text-decoration: none; }
@media (max-width: 900px) {
  .header-inner { align-items: flex-start; padding: 15px 0; }
  .site-nav { max-width: 650px; }
  .hero-grid { grid-template-columns: 1fr; }
  .card-grid, .card-grid.two { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header {
    position: static;
    border-bottom: 2px solid var(--copper);
    background: var(--paper);
    backdrop-filter: none;
  }
  .header-inner {
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .site-brand {
    width: min(calc(100% - 28px), var(--shell));
    margin-inline: auto;
    padding: 16px 0 14px;
  }
  .site-nav {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    gap: 8px 14px;
    padding: 14px;
    border-top: 1px solid rgba(16, 27, 42, .12);
    background: #ece6db;
  }
  .hero-grid { padding: 58px 0 52px; gap: 32px; }
  .hero-name { font-size: clamp(3.8rem, 18vw, 5.5rem); line-height: .9; }
  .hero-role { margin-top: 18px; font-size: clamp(1.3rem, 6vw, 1.7rem); }
  .hero-summary { margin-top: 14px; }
  .section { padding: 54px 0; }
  .feature { grid-template-columns: 1fr; gap: 5px; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
