:root {
  --green: #073f2c;
  --green-2: #0b563b;
  --gold: #b98227;
  --gold-light: #d6b56f;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --ink: #173029;
  --muted: #5d6b65;
  --line: rgba(7, 63, 44, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 700; color: var(--green); letter-spacing: -.02em; }
.brand img { width: 54px; height: 54px; object-fit: cover; object-position: top; border-radius: 50%; }
nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); }
nav a { text-decoration: none; font-size: .86rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: .55rem .8rem; font: inherit; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: linear-gradient(115deg, var(--paper) 0 53%, var(--cream) 53%); }
.hero-copy { padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 7vw, 8rem); align-self: center; }
.eyebrow, .section-kicker { font-size: .72rem; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; color: var(--gold); margin: 0 0 1rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; }
.eyebrow span { width: 36px; height: 1px; background: var(--gold); }
h1, h2, blockquote { font-family: "Playfair Display", serif; color: var(--green); line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 6.5vw, 7.2rem); margin: 0 0 1.5rem; }
h1 em { font-weight: 600; color: var(--gold); }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); margin: 0 0 1.4rem; }
.hero-intro { max-width: 620px; font-size: clamp(1rem, 1.35vw, 1.25rem); color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin: 2.2rem 0 3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.4rem; border-radius: 2px; text-decoration: none; font-weight: 700; font-size: .9rem; }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--green-2); }
.text-link { color: var(--green); font-weight: 700; text-underline-offset: 5px; }
.opening-note { display: flex; align-items: center; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); max-width: 410px; }
.opening-note > span:last-child { display: flex; flex-direction: column; }
.opening-note small { text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-size: .67rem; }
.date-tile { width: 64px; height: 64px; background: var(--gold); color: white; display: grid; place-content: center; text-align: center; line-height: 1; }
.date-tile strong { font-family: "Playfair Display"; font-size: 1.8rem; }
.date-tile small { color: white; font-size: .52rem; }
.hero-visual { position: relative; display: grid; place-items: center; padding: 5vw; }
.hero-visual img { width: min(570px, 90%); position: relative; z-index: 2; mix-blend-mode: multiply; }
.gold-disc { position: absolute; width: 65%; aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--gold-light); background: rgba(214,181,111,.13); }
.hero-visual p { position: absolute; right: 5%; bottom: 7%; font-family: "Playfair Display"; font-style: italic; color: var(--green); border-left: 2px solid var(--gold); padding-left: 1rem; }

.statement { padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 15vw, 15rem); text-align: center; background: white; }
.statement blockquote { max-width: 1000px; margin: .6rem auto 1.8rem; font-size: clamp(2.5rem, 5vw, 5.4rem); }
.statement > p:last-child { max-width: 720px; margin: auto; color: var(--muted); font-size: 1.1rem; }

.legacy { display: grid; grid-template-columns: minmax(320px, .9fr) 1.1fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(4rem, 8vw, 8rem); background: var(--cream); align-items: center; }
.photo-frame { position: relative; max-width: 720px; }
.photo-frame::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); }
.photo-frame img { aspect-ratio: 4/3; object-fit: cover; object-position: center; position: relative; filter: saturate(.78) contrast(1.03); }
.photo-caption { position: absolute; right: -24px; bottom: 32px; background: var(--green); color: white; padding: 1rem 1.3rem; display: flex; flex-direction: column; }
.photo-caption span { color: var(--gold-light); text-transform: uppercase; font-size: .62rem; letter-spacing: .2em; }
.photo-caption strong { font-family: "Playfair Display"; }
.legacy-copy { max-width: 680px; }
.legacy-copy .lead { font-family: "Playfair Display"; font-size: 1.45rem; color: var(--green); }
.legacy-copy p:not(.section-kicker) { color: var(--muted); }
.values { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 2rem; }
.values span { border: 1px solid var(--gold-light); color: var(--green); padding: .55rem .9rem; text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 700; }

.details { background: var(--green); color: white; padding: clamp(5rem, 8vw, 8rem); }
.section-kicker.light { color: var(--gold-light); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.section-heading h2 { color: white; max-width: 780px; }
.section-heading > p { max-width: 400px; color: rgba(255,255,255,.72); }
.award-callout { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.18); margin: 3.5rem 0; }
.award-callout div { padding: 2rem clamp(1rem, 3vw, 3rem); display: flex; align-items: center; gap: 1rem; border-right: 1px solid rgba(255,255,255,.18); }
.award-callout div:last-child { border-right: 0; }
.award-callout strong { color: var(--gold-light); font-family: "Playfair Display"; font-size: clamp(2.1rem, 3vw, 3.8rem); }
.award-callout span { font-size: .78rem; max-width: 120px; color: rgba(255,255,255,.74); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.detail-grid article { background: var(--green); padding: clamp(1.5rem, 3.5vw, 3.5rem); min-height: 370px; }
.card-number { font-family: "Playfair Display"; color: var(--gold-light); font-size: .9rem; }
.detail-grid h3 { font-family: "Playfair Display"; font-size: 1.7rem; margin-top: 4rem; }
.detail-grid p, .detail-grid li { color: rgba(255,255,255,.72); }
.detail-grid ul { padding-left: 1.2rem; }

.application-preview { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 8vw, 8rem); align-items: center; }
.application-preview > div { max-width: 720px; }
.application-preview > div > p:not(.section-kicker) { color: var(--muted); font-size: 1.05rem; }
.fine-print { font-size: .82rem !important; border-left: 2px solid var(--gold); padding-left: 1rem; }
.status-card { background: var(--cream); border: 1px solid var(--line); padding: clamp(2rem, 4vw, 4rem); }
.status-pill { display: inline-block; background: #e7ded0; color: #6c5130; padding: .45rem .7rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.status-card > p { margin-top: 2rem; color: var(--muted); }
.countdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.2rem 0 2rem; }
.countdown span { background: white; text-align: center; padding: 1rem .5rem; border: 1px solid var(--line); }
.countdown strong { display: block; color: var(--green); font-family: "Playfair Display"; font-size: 2rem; }
.countdown small { color: var(--muted); text-transform: uppercase; font-size: .57rem; letter-spacing: .15em; }
.date-line { border-top: 1px solid var(--line); padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.date-line span { color: var(--muted); font-size: .8rem; }

.timeline { background: #edf0e9; padding: clamp(5rem, 8vw, 8rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 9rem); }
.timeline-intro p:last-child { color: var(--muted); max-width: 440px; }
.timeline ol { list-style: none; margin: 0; padding: 0; }
.timeline li { display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; align-items: center; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.timeline li > span { width: 48px; height: 48px; border: 1px solid var(--gold); color: var(--gold); border-radius: 50%; display: grid; place-items: center; font-family: "Playfair Display"; }
.timeline li div { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.timeline small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.timeline strong { font-family: "Playfair Display"; font-size: 1.3rem; color: var(--green); }

.book-connection { display: grid; grid-template-columns: minmax(180px, 260px) 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; max-width: 1120px; margin: auto; padding: clamp(5rem, 9vw, 9rem) 2rem; }
.book-cover { width: 100%; border: 1px solid rgba(7,63,44,.12); box-shadow: 16px 18px 0 var(--gold-light), 0 18px 45px rgba(23,48,41,.14); }
.book-connection h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.book-connection p:last-child { color: var(--muted); }
.book-connection .purchase-note { color: var(--green); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.closing { background: var(--green); display: grid; grid-template-columns: minmax(240px, 440px) 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; padding: clamp(4rem, 8vw, 8rem); }
.closing img { mix-blend-mode: screen; background: white; }
.closing h2 { color: white; }
.button-light { background: var(--gold-light); color: var(--green); }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.4rem clamp(1.25rem, 5vw, 5rem); background: #052c20; color: rgba(255,255,255,.62); font-size: .72rem; }

@media (max-width: 900px) {
  .brand span { display: none; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 88px; left: 0; right: 0; background: var(--paper); padding: 1.2rem 2rem; flex-direction: column; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; background: var(--paper); }
  .hero-copy { padding-bottom: 2rem; }
  .hero-visual { min-height: 540px; background: var(--cream); }
  .legacy, .application-preview, .timeline, .closing { grid-template-columns: 1fr; }
  .photo-frame { margin: 0 18px; }
  .section-heading { align-items: start; flex-direction: column; }
  .award-callout, .detail-grid { grid-template-columns: 1fr; }
  .award-callout div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .detail-grid article { min-height: auto; }
  .detail-grid h3 { margin-top: 2rem; }
  .closing img { max-width: 420px; margin: auto; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; }
  nav { top: 72px; }
  .brand img { width: 44px; height: 44px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-visual { min-height: 420px; }
  .hero-visual p { display: none; }
  .photo-caption { right: -12px; bottom: 18px; }
  .timeline li div { flex-direction: column; align-items: flex-start; gap: .2rem; }
  .book-connection { grid-template-columns: 1fr; }
  .book-cover { width: min(230px, 70vw); }
  footer { flex-direction: column; gap: 0; }
}

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