:root {
  --navy: #0b1f3a;
  --navy-2: #132d50;
  --ink: #102036;
  --muted: #667085;
  --cream: #fbf8f2;
  --white: #ffffff;
  --line: #e7e1d6;
  --saffron: #f57c1f;
  --green: #118b4f;
  --gold: #c9a35a;
  --shadow: 0 20px 60px rgba(11, 31, 58, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 10px 14px; background: var(--navy); color: #fff; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(251,248,242,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(11,31,58,.07); transition: box-shadow .2s, background .2s; }
.site-header.is-scrolled { box-shadow: 0 10px 40px rgba(11,31,58,.08); background: rgba(255,255,255,.96); }
.header-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 250px; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; letter-spacing: .01em; }
.brand-copy small { color: var(--muted); margin-top: 5px; font-size: .78rem; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { text-decoration: none; padding: 10px 11px; border-radius: 999px; font-size: .91rem; font-weight: 650; color: #3f4c5d; transition: .2s; }
.site-nav a:hover, .site-nav a.is-active { background: #fff; color: var(--navy); box-shadow: 0 6px 18px rgba(11,31,58,.07); }
.site-nav .nav-cta { background: var(--navy); color: #fff; padding-inline: 18px; margin-left: 4px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta.is-active { background: var(--navy-2); color: #fff; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 11px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #fdfaf5 0%, #f4efe5 54%, #eef5f1 100%); }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; border: 70px solid rgba(245,124,31,.09); right: -120px; top: -150px; }
.hero::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; border: 54px solid rgba(17,139,79,.08); left: -140px; bottom: -170px; }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-block: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; color: var(--navy); }
.eyebrow::before { content: ""; width: 36px; height: 2px; background: linear-gradient(90deg, var(--saffron), var(--green)); }
.hero h1, .page-hero h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.035em; color: var(--navy); margin: 18px 0 20px; line-height: 1.03; }
.hero h1 { font-size: clamp(3.2rem, 6.2vw, 6.2rem); max-width: 760px; }
.hero .role { font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; color: var(--navy-2); max-width: 700px; margin: 0 0 16px; }
.lead { font-size: 1.08rem; color: #536174; max-width: 670px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 750; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 14px 32px rgba(11,31,58,.18); }
.btn-light { background: rgba(255,255,255,.8); border-color: rgba(11,31,58,.12); color: var(--navy); }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: end center; }
.portrait-card { position: relative; width: min(100%, 480px); height: 525px; border-radius: 40px 40px 16px 16px; background: linear-gradient(180deg, #fff 0%, #e8e3d7 100%); box-shadow: var(--shadow); overflow: hidden; display: flex; align-items: flex-end; justify-content: center; border: 1px solid rgba(255,255,255,.8); }
.portrait-card::before { content: ""; position: absolute; inset: 22px 22px auto; height: 6px; background: linear-gradient(90deg, var(--saffron) 0 33%, #fff 33% 66%, var(--green) 66%); border-radius: 99px; z-index: 2; }
.portrait-card img { width: 95%; max-height: 92%; object-fit: contain; object-position: bottom center; position: relative; z-index: 1; filter: drop-shadow(0 24px 28px rgba(11,31,58,.18)); }
.hero-quote { position: absolute; left: -30px; bottom: 56px; z-index: 3; width: 250px; background: rgba(11,31,58,.96); color: white; padding: 20px 22px; border-radius: 18px; box-shadow: 0 18px 40px rgba(11,31,58,.22); }
.hero-quote strong { display: block; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.25; }
.hero-quote span { display: block; margin-top: 6px; font-size: .8rem; color: rgba(255,255,255,.7); }

.section { padding-block: 96px; }
.section-white { background: #fff; }
.section-dark { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.section-dark::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; border: 50px solid rgba(245,124,31,.08); right: -80px; bottom: -120px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-head h2, .content-title { font-family: Georgia, serif; color: var(--navy); font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.025em; margin: 9px 0 0; }
.section-dark .section-head h2 { color: #fff; }
.section-head p { max-width: 600px; color: var(--muted); margin: 0; }
.section-dark .section-head p { color: rgba(255,255,255,.68); }

.stats { margin-top: -38px; position: relative; z-index: 5; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid rgba(11,31,58,.07); overflow: hidden; }
.stat { padding: 28px 30px; min-height: 145px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { font-family: Georgia, serif; font-size: 2.25rem; line-height: 1; color: var(--navy); }
.stat span { margin-top: 10px; color: var(--muted); font-size: .9rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.image-frame { background: linear-gradient(150deg, #ece6da, #fff); border-radius: 30px; min-height: 500px; position: relative; display: grid; place-items: end center; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 90%; max-height: 500px; object-fit: contain; }
.kicker { color: var(--saffron); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .76rem; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; color: #4e5d70; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: #e8f5ee; color: var(--green); display: grid; place-items: center; font-size: .74rem; font-weight: 900; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: #fff; border-radius: 20px; border: 1px solid rgba(11,31,58,.08); padding: 28px; box-shadow: 0 10px 30px rgba(11,31,58,.05); }
.card .num { font-family: Georgia, serif; color: var(--gold); font-size: 2rem; }
.card h3 { margin: 12px 0 8px; color: var(--navy); font-size: 1.18rem; }
.card p { color: var(--muted); margin: 0; font-size: .95rem; }
.program-card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; }
.program-card .tag { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; background: #f3f5f8; color: var(--muted); font-size: .74rem; font-weight: 700; }

.timeline { position: relative; margin-top: 12px; }
.timeline::before { content: ""; position: absolute; left: 17px; top: 8px; bottom: 8px; width: 2px; background: rgba(255,255,255,.16); }
.timeline-item { position: relative; padding-left: 58px; padding-bottom: 34px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ""; position: absolute; left: 8px; top: 5px; width: 18px; height: 18px; border-radius: 50%; background: var(--saffron); box-shadow: 0 0 0 8px rgba(245,124,31,.12); }
.timeline-item small { color: #f6b279; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.timeline-item h3 { margin: 5px 0 5px; color: #fff; font-size: 1.23rem; }
.timeline-item p { margin: 0; color: rgba(255,255,255,.68); max-width: 760px; }

.page-hero { background: linear-gradient(145deg, #faf7f1, #f0eee8); border-bottom: 1px solid var(--line); }
.page-hero .container { padding-block: 78px 64px; }
.page-hero h1 { font-size: clamp(3rem, 5vw, 5.3rem); max-width: 850px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.breadcrumb { display: flex; align-items: center; gap: 8px; color: #7a8594; font-size: .86rem; }
.breadcrumb a { text-decoration: none; color: var(--navy); font-weight: 700; }

.profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 34px; }
.profile-panel { background: var(--navy); color: #fff; border-radius: 26px; padding: 34px; position: sticky; top: 110px; align-self: start; }
.profile-panel .portrait-mini { background: linear-gradient(#fff, #eee8dc); border-radius: 18px; overflow: hidden; height: 330px; display: grid; place-items: end center; margin-bottom: 24px; }
.profile-panel .portrait-mini img { max-height: 320px; width: 96%; object-fit: contain; }
.profile-panel h2 { font-family: Georgia, serif; font-size: 1.9rem; line-height: 1.08; margin: 0; }
.profile-panel p { color: rgba(255,255,255,.7); }
.fact-row { border-top: 1px solid rgba(255,255,255,.13); padding: 14px 0; display: grid; gap: 2px; }
.fact-row span { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.48); }
.fact-row strong { font-size: .92rem; font-weight: 700; }
.content-stack { display: grid; gap: 22px; }
.info-box { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px; }
.info-box h2, .info-box h3 { color: var(--navy); margin-top: 0; }
.info-box h2 { font-family: Georgia, serif; font-size: 2rem; }
.info-box p:last-child { margin-bottom: 0; }
.pill-list { display: flex; gap: 10px; flex-wrap: wrap; padding: 0; list-style: none; }
.pill-list li { background: #f1f4f7; border: 1px solid #e7ebef; color: #425168; padding: 8px 12px; border-radius: 999px; font-weight: 650; font-size: .86rem; }

.legacy-list { display: grid; gap: 18px; }
.legacy-item { display: grid; grid-template-columns: 88px 1fr; gap: 24px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px; }
.legacy-item .year { width: 70px; height: 70px; border-radius: 18px; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: Georgia, serif; text-align: center; line-height: 1.05; }
.legacy-item h3 { margin: 0 0 7px; color: var(--navy); }
.legacy-item p { margin: 0; color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.gallery-item { background: #fff; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(11,31,58,.07); }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-item.profile { min-height: 550px; background: linear-gradient(#f5f1e8, #fff); display: grid; place-items: end center; }
.gallery-item.profile img { object-fit: contain; max-height: 540px; width: 95%; }
.gallery-item.doc { aspect-ratio: 3/4; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.contact-card { background: var(--navy); color: #fff; border-radius: 26px; padding: 34px; }
.contact-card h2 { font-family: Georgia, serif; margin-top: 0; font-size: 2rem; }
.contact-card p, .contact-card span { color: rgba(255,255,255,.72); }
.contact-line { display: grid; gap: 4px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact-line a { text-decoration: none; font-weight: 700; color: #fff; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 750; color: var(--navy); }
.field input, .field textarea { width: 100%; border: 1px solid #d9dee6; border-radius: 12px; padding: 12px 14px; background: #fff; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { border-color: #8394aa; box-shadow: 0 0 0 4px rgba(11,31,58,.07); }
.field textarea { min-height: 150px; resize: vertical; }
.alert { padding: 13px 15px; border-radius: 12px; margin-bottom: 18px; font-size: .92rem; }
.alert-success { background: #eaf7ef; color: #196a3e; border: 1px solid #caead7; }
.alert-error { background: #fff0ef; color: #982a20; border: 1px solid #f2d3d0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.cta-band { padding-block: 70px; background: linear-gradient(115deg, var(--navy) 0%, #173a63 100%); color: white; }
.cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-wrap h2 { font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.07; margin: 0 0 8px; }
.cta-wrap p { margin: 0; color: rgba(255,255,255,.68); max-width: 620px; }
.cta-wrap .btn { background: #fff; color: var(--navy); flex: 0 0 auto; }

.prose { max-width: 900px; margin: 0 auto; }
.prose h2 { font-family: Georgia, serif; color: var(--navy); font-size: 2rem; margin-top: 42px; }
.prose p, .prose li { color: #536174; }
.prose a { color: var(--navy); }

.site-footer { background: #07182d; color: #fff; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr 1fr .75fr; gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 52px; height: 52px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.2rem; }
.footer-brand span { color: rgba(255,255,255,.55); font-size: .8rem; margin-top: 4px; }
.footer-note { max-width: 420px; color: rgba(255,255,255,.58); font-size: .9rem; }
.footer-grid h2 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: #f0c184; margin: 0 0 16px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.7); text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .78rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-nav { position: fixed; inset: 82px 16px auto; display: none; padding: 14px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); border: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-radius: 12px; padding: 12px 14px; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-quote { left: 0; }
  .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); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.profile { grid-column: 1 / -1; min-height: 500px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-wrap { min-height: 74px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy small { font-size: .7rem; }
  .site-nav { inset: 74px 14px auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 54px 68px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .hero-visual { min-height: 480px; }
  .portrait-card { height: 455px; border-radius: 32px 32px 14px 14px; }
  .hero-quote { left: 12px; bottom: 22px; width: 225px; }
  .stats { margin-top: -26px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 125px; padding: 22px; }
  .stat strong { font-size: 1.9rem; }
  .section { padding-block: 70px; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .two-col, .profile-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .image-frame { min-height: 410px; }
  .profile-panel { position: static; }
  .cards { grid-template-columns: 1fr; }
  .page-hero .container { padding-block: 54px 48px; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .legacy-item { grid-template-columns: 64px 1fr; gap: 16px; padding: 20px; }
  .legacy-item .year { width: 58px; height: 58px; font-size: .88rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.profile { grid-column: auto; min-height: 440px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cta-wrap { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 3.1rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .hero-visual { min-height: 420px; }
  .portrait-card { height: 400px; }
  .hero-quote { position: relative; left: auto; bottom: auto; margin-top: -50px; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto !important; }
}

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

/* ===== 2026 premium family-history refresh ===== */
.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(11,31,58,.09);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11,31,58,.08);
  flex: 0 0 auto;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; padding: 3px; }

.home-legacy-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  align-items: center;
}
.home-legacy-emblem { display: grid; place-items: center; }
.home-crest-card {
  width: min(100%, 430px);
  aspect-ratio: 1;
  position: relative;
  border-radius: 36px;
  padding: 32px;
  background: linear-gradient(145deg,#f6f0e5,#fff 58%,#f1ede4);
  border: 1px solid #e7ddcb;
  box-shadow: 0 30px 80px rgba(8,26,46,.12);
  display: grid;
  place-items: center;
}
.home-crest-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(201,163,90,.42);
  border-radius: 28px;
  pointer-events: none;
}
.home-crest-card img { width: 88%; height: 88%; object-fit: contain; mix-blend-mode: multiply; }
.home-crest-card span {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 800;
  color: #79633c;
}
.mini-heritage-strip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-top: 28px;
}
.mini-heritage-strip > div {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: #fbfaf7;
}
.mini-heritage-strip strong { display:block; color:var(--navy); font-family:Georgia,serif; font-size:1.28rem; }
.mini-heritage-strip span { display:block; color:var(--muted); font-size:.78rem; line-height:1.35; margin-top:4px; }

/* Legacy hero */
.legacy-page { background: #f6f3ec; }
.legacy-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(201,163,90,.18), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(255,255,255,.08), transparent 25%),
    linear-gradient(135deg,#061627 0%,#0c2745 55%,#123652 100%);
  color:#fff;
}
.legacy-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:36px 36px;
  mask-image:linear-gradient(to right,#000,transparent 82%);
}
.legacy-hero-grid {
  position:relative;
  z-index:1;
  min-height:660px;
  padding-block:82px;
  display:grid;
  grid-template-columns:1.13fr .87fr;
  gap:72px;
  align-items:center;
}
.breadcrumb-on-dark { color:rgba(255,255,255,.58); margin-bottom:24px; }
.breadcrumb-on-dark a { color:#fff; }
.legacy-overline {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#e5c684;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:800;
}
.legacy-overline::before { content:""; width:34px; height:1px; background:#d3aa5f; }
.legacy-hero h1 {
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3rem,5.5vw,5.7rem);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:500;
  max-width:820px;
  margin:18px 0 22px;
}
.legacy-lead { max-width:760px; color:rgba(255,255,255,.72); font-size:1.08rem; }
.legacy-hero-actions { display:flex; gap:20px; align-items:center; flex-wrap:wrap; margin-top:32px; }
.btn-gold { background:linear-gradient(135deg,#e2c384,#bc914a); color:#0a2037; box-shadow:0 16px 34px rgba(0,0,0,.22); }
.text-link-light { color:#fff; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.35); padding-bottom:3px; font-weight:650; font-size:.9rem; }
.crest-showcase { display:grid; place-items:center; position:relative; }
.crest-ring {
  width:min(100%,480px);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  border-radius:50%;
  padding:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,233,219,.96));
  border:1px solid rgba(255,255,255,.5);
  box-shadow:0 40px 90px rgba(0,0,0,.34), inset 0 0 0 10px rgba(201,163,90,.14);
  position:relative;
}
.crest-ring::before,.crest-ring::after { content:""; position:absolute; border-radius:50%; inset:-13px; border:1px solid rgba(218,182,111,.38); }
.crest-ring::after { inset:-28px; border-color:rgba(255,255,255,.10); }
.crest-ring img { width:92%; height:92%; object-fit:contain; mix-blend-mode:multiply; }
.crest-caption {
  position:absolute;
  right:-10px;
  bottom:54px;
  min-width:180px;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(7,24,43,.86);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 38px rgba(0,0,0,.24);
}
.crest-caption span { display:block; color:#d8bb7b; text-transform:uppercase; letter-spacing:.14em; font-size:.68rem; font-weight:800; }
.crest-caption strong { display:block; margin-top:4px; font-family:Georgia,serif; font-size:1.14rem; }

.legacy-brief { padding-block:82px; }
.legacy-brief-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:start; }
.legacy-brief-copy { columns:2; column-gap:34px; }
.legacy-brief-copy p { margin-top:0; color:#536174; break-inside:avoid; }

.legacy-timeline-section { padding-block:100px; background:linear-gradient(180deg,#f6f3ec 0%,#f1ede5 100%); }
.legacy-section-head { align-items:center; }
.heritage-timeline { position:relative; max-width:1020px; margin:0 auto; }
.heritage-timeline::before { content:""; position:absolute; top:20px; bottom:20px; left:140px; width:1px; background:linear-gradient(#caa75f,#ddd2c0); }
.heritage-row { display:grid; grid-template-columns:120px 1fr; gap:54px; position:relative; padding:15px 0 26px; }
.heritage-row::before { content:""; position:absolute; left:134px; top:41px; width:13px; height:13px; border-radius:50%; background:#c49a52; box-shadow:0 0 0 8px #f4efe5; z-index:2; }
.heritage-year { padding-top:23px; text-align:right; }
.heritage-year span { font-family:Georgia,serif; color:#8a6b36; font-size:1.15rem; font-weight:700; white-space:nowrap; }
.heritage-card { background:#fff; border:1px solid #e4dccf; border-radius:24px; padding:27px 30px; box-shadow:0 12px 34px rgba(8,26,46,.055); transition:transform .22s ease,box-shadow .22s ease; }
.heritage-card:hover { transform:translateY(-3px); box-shadow:0 20px 45px rgba(8,26,46,.09); }
.heritage-label { color:#a77d37; font-size:.7rem; text-transform:uppercase; letter-spacing:.14em; font-weight:850; }
.heritage-card h3 { margin:7px 0 7px; font-family:Georgia,serif; color:var(--navy); font-size:1.5rem; font-weight:600; }
.heritage-card p { margin:0; color:var(--muted); }
.heritage-row-featured .heritage-card { background:linear-gradient(135deg,#0a2038,#113552); border-color:#173e60; color:#fff; }
.heritage-row-featured .heritage-card h3 { color:#fff; }
.heritage-row-featured .heritage-card p { color:rgba(255,255,255,.72); }
.heritage-row-featured .heritage-label { color:#e2c27f; }

.generation-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.generation-card { min-height:280px; border:1px solid #e7e0d5; border-radius:24px; padding:28px; background:linear-gradient(180deg,#fff,#fbfaf7); position:relative; overflow:hidden; }
.generation-card::after { content:""; position:absolute; right:-45px; bottom:-55px; width:150px; height:150px; border:28px solid rgba(201,163,90,.08); border-radius:50%; }
.generation-number { display:grid; place-items:center; width:44px; height:44px; border-radius:14px; background:#0b223b; color:#e0c17d; font-family:Georgia,serif; }
.generation-card h3 { font-family:Georgia,serif; color:var(--navy); font-size:1.32rem; line-height:1.2; margin:24px 0 10px; }
.generation-card p { color:var(--muted); font-size:.92rem; margin:0; }

.legacy-source-note { background:#ede7dc; border-top:1px solid #dfd5c5; padding-block:64px; }
.legacy-source-wrap { display:grid; grid-template-columns:.8fr 1.2fr; gap:22px 54px; align-items:start; }
.legacy-source-wrap h2 { font-family:Georgia,serif; color:var(--navy); font-size:2.1rem; line-height:1.1; margin:7px 0 0; }
.legacy-source-wrap p { color:#5d6877; margin:0; }
.source-link { grid-column:2; color:var(--navy); text-decoration:none; font-weight:800; width:max-content; border-bottom:1px solid rgba(11,31,58,.26); }

/* Facebook block above footer */
.facebook-band { padding-block:76px; background:linear-gradient(135deg,#0b2340,#0d3158); color:#fff; border-top:1px solid rgba(255,255,255,.08); }
.facebook-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:60px; align-items:center; }
.kicker-light { color:#a9c5e9; }
.facebook-copy h2 { font-family:Georgia,serif; font-size:clamp(2.2rem,4vw,3.8rem); line-height:1.08; margin:10px 0 16px; }
.facebook-copy p { color:rgba(255,255,255,.7); max-width:510px; }
.facebook-btn { margin-top:14px; background:#fff; color:#12345b; }
.facebook-embed { width:100%; min-width:0; background:#fff; border-radius:24px; padding:14px; box-shadow:0 22px 60px rgba(0,0,0,.2); }
.facebook-embed iframe { display:block; width:100%; max-width:100%; border-radius:14px; background:#fff; }
.facebook-fallback { display:block; margin:10px 8px 0; color:#5e6875; font-size:.78rem; }
.facebook-fallback a { color:#12345b; font-weight:700; }

.site-footer { padding-top:58px; }
.footer-brand img { background:#f7f4ed; border-radius:13px; padding:3px; object-fit:contain; }

@media (max-width: 1040px) {
  .home-legacy-grid { gap:42px; }
  .legacy-hero-grid { grid-template-columns:1fr 1fr; gap:42px; }
  .legacy-hero h1 { font-size:clamp(3rem,6vw,4.8rem); }
  .generation-grid { grid-template-columns:repeat(2,1fr); }
  .facebook-grid { grid-template-columns:1fr 1fr; gap:36px; }
}

@media (max-width: 760px) {
  .brand-mark { width:46px; height:46px; border-radius:13px; }
  .brand > img { display:none; }
  .home-legacy-grid { grid-template-columns:1fr; gap:36px; }
  .home-crest-card { width:min(100%,360px); }
  .mini-heritage-strip { grid-template-columns:1fr; }
  .legacy-hero-grid { grid-template-columns:1fr; min-height:auto; padding-block:58px 72px; gap:46px; }
  .legacy-hero h1 { font-size:clamp(2.8rem,12vw,4.3rem); }
  .legacy-lead { font-size:1rem; }
  .crest-ring { width:min(88vw,400px); }
  .crest-caption { right:0; bottom:24px; }
  .legacy-brief { padding-block:66px; }
  .legacy-brief-grid { grid-template-columns:1fr; gap:28px; }
  .legacy-brief-copy { columns:1; }
  .legacy-timeline-section { padding-block:72px; }
  .heritage-timeline::before { left:22px; }
  .heritage-row { grid-template-columns:1fr; gap:10px; padding-left:56px; }
  .heritage-row::before { left:16px; top:31px; }
  .heritage-year { text-align:left; padding-top:0; }
  .heritage-year span { font-size:.95rem; }
  .heritage-card { padding:22px; border-radius:20px; }
  .heritage-card h3 { font-size:1.3rem; }
  .generation-grid { grid-template-columns:1fr; }
  .generation-card { min-height:0; }
  .legacy-source-wrap { grid-template-columns:1fr; gap:20px; }
  .source-link { grid-column:auto; }
  .facebook-band { padding-block:60px; }
  .facebook-grid { grid-template-columns:1fr; gap:30px; }
  .facebook-embed { padding:10px; border-radius:18px; }
  .facebook-embed iframe { height:500px; }
}

@media (max-width: 460px) {
  .legacy-hero-actions { align-items:flex-start; flex-direction:column; }
  .crest-caption { position:relative; right:auto; bottom:auto; margin-top:-24px; justify-self:end; }
  .facebook-embed iframe { height:470px; }
}
