:root {
  --navy: #0b1429;
  --navy-soft: #121f3c;
  --burgundy: #671f2f;
  --burgundy-dark: #46131f;
  --gold: #d7b45f;
  --gold-pale: #f1dda2;
  --paper: #faf6ec;
  --paper-deep: #f0e4c9;
  --ink: #171a22;
  --muted: #66625b;
  --line: #ded3bd;
  --white: #fff;
  --shadow: 0 22px 55px rgba(11, 20, 41, .12);
}

* { 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;
  font-size: 16px;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: min(1120px, calc(100% - 2.5rem)); margin-inline: auto; }
.reading-width { width: min(760px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: .72rem 1rem;
  color: var(--navy);
  background: var(--white);
  font-weight: 850;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.site-header { color: var(--white); background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.14); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.06rem; font-weight: 500; }
.brand-copy span { margin-top: .25rem; color: var(--gold-pale); font-size: .64rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav-links a { color: rgba(255,255,255,.82); font-size: .88rem; font-weight: 750; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-pale); }
.nav-links .nav-cta { padding: .65rem .9rem; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-pale); }

h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.1; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(2.8rem, 7vw, 5.7rem); letter-spacing: -.05em; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: -.035em; }
h3 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.1rem); }
p { text-wrap: pretty; }
.eyebrow { margin: 0 0 .75rem; color: var(--burgundy); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .72rem 1.1rem;
  border: 1px solid transparent;
  border-radius: .35rem;
  color: var(--navy);
  background: var(--gold);
  font-size: .91rem;
  font-weight: 850;
  text-decoration: none;
}
.button:hover { background: var(--gold-pale); }
.button-outline { color: var(--burgundy-dark); border-color: var(--burgundy); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--burgundy); }
.text-link { color: var(--burgundy); font-weight: 850; text-underline-offset: .28rem; }
.text-link:hover { color: var(--burgundy-dark); }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.4rem, 8vw, 6.6rem) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 16%, rgba(215,180,95,.16), transparent 22rem),
    linear-gradient(120deg, var(--navy) 0 70%, var(--burgundy-dark) 70% 100%);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}
.page-hero .shell { position: relative; z-index: 1; }
.page-hero .eyebrow { color: var(--gold-pale); }
.page-hero h1 { max-width: 900px; }
.page-hero h1 span { color: var(--gold); }
.page-dek { max-width: 760px; margin: 1.15rem 0 0; color: rgba(255,255,255,.77); font-size: clamp(1.05rem, 2vw, 1.2rem); }
.breadcrumb { margin: 0 0 1.1rem; color: rgba(255,255,255,.64); font-size: .79rem; }
.breadcrumb a { color: var(--gold-pale); text-underline-offset: .2rem; }

.profile-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(220px, .5fr); align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.profile-photo { position: relative; width: min(100%, 315px); aspect-ratio: 4 / 5; justify-self: end; overflow: hidden; border: 1px solid rgba(215,180,95,.62); box-shadow: 0 24px 60px rgba(3,8,20,.34); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transform: scale(1.2); transform-origin: center 24%; }
.profile-photo img.profile-headshot { object-position: center 34%; transform: scale(1.05); transform-origin: center center; }
.profile-facts { margin: 1.2rem 0 0; display: flex; flex-wrap: wrap; gap: .55rem; }
.profile-facts span { padding: .4rem .68rem; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.8); font-size: .79rem; font-weight: 750; }

.content-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.content-section.alt { background: var(--paper-deep); }
.two-column { display: grid; grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr); gap: clamp(2.5rem, 7vw, 6.5rem); align-items: start; }
.section-intro { position: sticky; top: 2rem; }
.section-intro p:last-child { color: var(--muted); }
.prose { max-width: 760px; }
.prose p, .prose li { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.7vw, 1.17rem); line-height: 1.82; }
.prose p { margin: 0 0 1.35rem; }
.prose h2 { margin: 3rem 0 1rem; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .8rem; font-size: 1.5rem; }
.prose ul, .prose ol { margin: 0 0 1.6rem; padding-left: 1.3rem; }
.prose li { margin: .55rem 0; padding-left: .25rem; }
.pull-quote { margin: 2.2rem 0; padding: clamp(1.5rem, 4vw, 2.35rem); border-left: 5px solid var(--gold); color: var(--burgundy-dark); background: rgba(255,255,255,.6); }
.pull-quote blockquote { margin: 0; font-size: clamp(1.55rem, 3.2vw, 2.25rem); }
.pull-quote cite { display: block; margin-top: .85rem; color: var(--muted); font-size: .78rem; font-style: normal; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.transparency-note { margin-top: 2.2rem; padding: 1.25rem 1.35rem; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.58); font-size: .91rem; }

.milestone-grid, .source-grid, .trust-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.venue-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.milestone, .source-card, .trust-card, .venue-card { padding: 1.5rem; border-top: 5px solid var(--gold); background: var(--white); box-shadow: var(--shadow); }
.milestone .number, .source-card .source-label, .trust-card .source-label, .venue-card .source-label { color: var(--burgundy); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.milestone h3, .source-card h3, .trust-card h3, .venue-card h3 { margin-top: .55rem; }
.milestone p, .source-card p, .trust-card p, .venue-card p { color: var(--muted); }
.source-card { display: flex; flex-direction: column; }
.source-card p { flex: 1; }
.source-card .text-link { align-self: flex-start; }

.media-kit {
  display: grid;
  grid-template-columns: minmax(220px, .54fr) minmax(0, 1.46fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(1.8rem, 5vw, 3.5rem);
  color: var(--white);
  background: var(--navy);
  border-top: 5px solid var(--gold);
  box-shadow: var(--shadow);
}
.media-kit img { width: min(100%, 280px); aspect-ratio: 4 / 5; object-fit: cover; object-position: center 18%; justify-self: center; }
.media-kit .eyebrow { color: var(--gold-pale); }
.media-kit h2 { color: var(--gold-pale); }
.media-kit p { color: rgba(255,255,255,.74); }
.media-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }
.media-actions .button-outline { color: var(--gold-pale); border-color: var(--gold); }
.media-actions .button-outline:hover { color: var(--navy); background: var(--gold); }

.book-callout { padding: clamp(1.7rem, 4vw, 2.6rem); color: var(--white); background: var(--burgundy-dark); border-top: 5px solid var(--gold); }
.book-callout .eyebrow { color: var(--gold-pale); }
.book-callout h2 { color: var(--white); }
.book-callout p { max-width: 680px; color: rgba(255,255,255,.76); }
.book-callout .button { margin-top: .65rem; }

.policy { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.policy .reading-width > p, .policy li { font-size: 1.03rem; }
.policy h2 { margin: 2.6rem 0 .8rem; font-size: 1.9rem; }
.policy h2:first-of-type { margin-top: 0; }
.policy ul { padding-left: 1.25rem; }
.policy .updated { color: var(--muted); font-size: .9rem; }

footer { padding: 2.4rem 0; color: rgba(255,255,255,.68); background: #080f20; font-size: .82rem; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.footer-grid strong { color: var(--gold-pale); font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .85rem 1.15rem; max-width: 690px; }
.footer-links a { color: inherit; text-decoration: none; }
.footer-links a:hover { color: var(--gold-pale); }

@media (max-width: 880px) {
  .profile-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(160px, .42fr); gap: 2rem; }
  .profile-photo { width: min(28vw, 250px); }
  .two-column { grid-template-columns: 1fr; }
  .section-intro { position: static; }
  .milestone-grid, .source-grid, .trust-card-grid, .venue-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .shell, .reading-width { width: min(100% - 1.5rem, 1120px); }
  .nav { min-height: 68px; }
  .brand-copy span { display: none; }
  .nav-links a:not(.nav-cta) { display: none; }
  .page-hero { padding: 2.8rem 0 3.2rem; }
  .profile-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(95px, 27vw); gap: .9rem; }
  .profile-photo { width: 100%; }
  .profile-facts { display: none; }
  .milestone-grid, .source-grid, .trust-card-grid, .venue-grid, .media-kit { grid-template-columns: 1fr; }
  .media-kit img { width: min(72vw, 280px); }
  .media-actions { display: grid; }
  .media-actions .button { width: 100%; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

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