:root {
  --navy: #062c3b;
  --navy-2: #0a3b4c;
  --sand: #edc98c;
  --cream: #f5f1e8;
  --paper: #faf8f2;
  --ink: #102f3a;
  --muted: #65747a;
  --line: rgba(7, 45, 59, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 94px;
  display: flex; align-items: center; padding: 0 5vw; color: white; border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.brand span:last-child { display: flex; flex-direction: column; font-family: Manrope, sans-serif; line-height: 1.02; letter-spacing: .12em; }
.brand strong { font-size: 9px; font-weight: 600; }
.brand b { font-size: 16px; }
.desktop-nav { display: flex; gap: 34px; margin: auto; font-size: 14px; }
.desktop-nav a { position: relative; opacity: .84; }
.desktop-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--sand); transition: .3s; }
.desktop-nav a:hover:after { right: 0; }
.header-cta { font-size: 13px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; }
.header-cta span { color: var(--sand); margin-left: 7px; }
.menu-button { display: none; color: white; background: none; border: 0; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 1px; background: currentColor; margin: 6px; }

.hero { min-height: 780px; height: 100vh; position: relative; color: white; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,29,42,.93) 0%, rgba(4,34,46,.62) 42%, rgba(4,25,34,.1) 78%), linear-gradient(0deg, rgba(0,25,36,.74), transparent 36%); }
.hero-content { position: absolute; top: 50%; left: 10vw; transform: translateY(-45%); width: min(740px, 78vw); }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .2em; font: 600 11px Manrope, sans-serif; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--sand); }
.eyebrow.navy { color: #a27133; }
h1, h2, blockquote { font-family: Manrope, sans-serif; letter-spacing: -.055em; }
h1 { font-size: clamp(64px, 7vw, 112px); line-height: .96; margin: 0; font-weight: 700; }
h1 em, h2 em { color: var(--sand); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 570px; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.78); margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 205px; padding: 17px 20px; border: 0; cursor: pointer; font-weight: 700; font-size: 13px; transition: transform .25s, filter .25s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.button-sand { background: var(--sand); color: var(--navy); }
.text-link { font-weight: 600; font-size: 13px; }
.play { display: inline-grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 9px; margin-right: 9px; }
.hero-foot { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 5vw 24px 10vw; border-top: 1px solid rgba(255,255,255,.18); display: flex; gap: 80px; align-items: end; }
.hero-foot div { display: flex; flex-direction: column; gap: 5px; }
.hero-foot small { color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .15em; }
.hero-foot strong { font-size: 11px; letter-spacing: .04em; }
.hero-foot .scroll { margin-left: auto; flex-direction: row; text-transform: uppercase; color: rgba(255,255,255,.55); letter-spacing: .14em; font-size: 9px; gap: 18px; }

.section { padding: 120px 10vw; }
.section-label { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; color: #a37840; border-top: 1px solid var(--line); padding-top: 18px; }
.intro { display: grid; grid-template-columns: 1fr 2.4fr .85fr; gap: 6vw; align-items: start; }
h2 { font-size: clamp(48px, 5vw, 78px); line-height: 1.02; margin: 0 0 32px; font-weight: 700; }
.intro-copy { max-width: 730px; }
.large-copy { font-size: 18px; line-height: 1.8; color: var(--muted); max-width: 650px; }
.arrow-link { display: inline-flex; align-items: center; gap: 50px; padding: 11px 0; border-bottom: 1px solid var(--ink); margin-top: 20px; font-size: 13px; font-weight: 700; }
.fact-card { border-top: 2px solid var(--sand); padding-top: 22px; }
.fact-number { display: block; font: 700 62px Manrope, sans-serif; letter-spacing: -.06em; }
.fact-number small { font-size: 24px; color: #a4783f; margin-left: 2px; }
.fact-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.fact-source { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: #99a1a3; }

.panorama { display: grid; grid-template-columns: 1.4fr 1fr; min-height: 680px; background: #e7e0d3; }
.photo-frame { position: relative; min-height: 620px; overflow: hidden; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; bottom: 22px; left: 25px; background: rgba(5,39,51,.85); color: white; padding: 10px 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.panorama-copy { padding: 110px 9vw 80px 7vw; }
.panorama-copy p:not(.eyebrow) { color: #5f6a6e; line-height: 1.8; }
.mini-facts { display: flex; gap: 50px; padding-top: 34px; margin-top: 40px; border-top: 1px solid rgba(7,45,59,.18); }
.mini-facts div { display: flex; flex-direction: column; }
.mini-facts strong { font: 700 31px Manrope, sans-serif; }
.mini-facts span { font-size: 11px; color: var(--muted); margin-top: 4px; }

.activities { background: var(--navy); color: white; }
.light-label { color: var(--sand); border-color: rgba(255,255,255,.15); }
.activities-head { display: flex; justify-content: space-between; gap: 80px; align-items: end; margin: 70px 0; }
.activities-head > p { max-width: 460px; color: rgba(255,255,255,.6); line-height: 1.75; }
.activities h2 { margin: 0; }
.activity-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.activity-card { padding: 38px 30px 32px; min-height: 330px; border-right: 1px solid rgba(255,255,255,.16); position: relative; transition: background .3s; }
.activity-card:last-child { border: 0; }
.activity-card:hover, .activity-card.featured { background: var(--sand); color: var(--navy); }
.activity-icon { font-size: 35px; color: var(--sand); }
.activity-card:hover .activity-icon, .activity-card.featured .activity-icon { color: var(--navy); }
.activity-card small { float: right; color: rgba(255,255,255,.36); }
.activity-card h3 { margin: 72px 0 15px; font: 700 21px Manrope, sans-serif; }
.activity-card p { font-size: 13px; line-height: 1.7; opacity: .65; }
.activity-card > a { position: absolute; bottom: 25px; right: 27px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }

.numbers { display: grid; grid-template-columns: .9fr 1.6fr; gap: 8vw; }
.numbers-intro p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.number-grid { display: grid; grid-template-columns: 1fr 1fr; }
.number-grid div { padding: 32px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.number-grid strong, .number-grid b { font: 700 50px Manrope, sans-serif; letter-spacing: -.06em; }
.number-grid b { color: #ad7e42; }
.number-grid span { display: block; color: var(--muted); font-size: 12px; margin-top: 8px; }
.source-note { grid-column: 2; color: #889296; font-size: 10px; line-height: 1.5; }

.story { min-height: 600px; background: linear-gradient(90deg, rgba(3,39,52,.82), rgba(3,39,52,.25)), url('../images/saint-louis-hero.webp') center 54%/cover; display: flex; align-items: center; }
.story-card { color: white; max-width: 650px; }
blockquote { font-size: clamp(38px, 4vw, 64px); line-height: 1.12; margin: 0 0 32px; }
.story-card > p:last-child { max-width: 510px; color: rgba(255,255,255,.66); line-height: 1.7; }

.news-head { display: flex; justify-content: space-between; align-items: end; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 50px; }
.news-card { border-top: 1px solid var(--ink); padding: 22px 5px; }
.news-card > span { color: #a87538; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; }
.news-card time { float: right; color: #9aa2a4; font-size: 10px; }
.news-card h3 { font: 700 22px/1.35 Manrope, sans-serif; margin: 35px 0 13px; }
.news-card p { color: var(--muted); line-height: 1.65; font-size: 13px; }
.news-card a { display: inline-block; margin-top: 18px; font-size: 12px; font-weight: 700; }

.contact-section { background: var(--navy); color: white; padding: 110px 10vw; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.58); line-height: 1.7; max-width: 460px; }
.contact-detail { display: flex; gap: 16px; margin-top: 30px; align-items: center; }
.contact-detail > span { color: var(--sand); font-size: 20px; }
.contact-detail div { display: flex; flex-direction: column; gap: 3px; }
.contact-detail small { color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .15em; }
.contact-detail strong { font-size: 13px; font-weight: 500; }
.contact-form { background: white; color: var(--ink); padding: 38px; }
.contact-form label { display: block; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .13em; margin-bottom: 22px; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #ccd1d1; outline: 0; padding: 12px 0; resize: vertical; color: var(--ink); text-transform: none; letter-spacing: 0; background: transparent; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #a87538; }
.contact-form textarea { min-height: 90px; }
.form-status { min-height: 20px; font-size: 12px; color: #3a7652; }

footer { background: #041f2a; color: white; padding: 70px 10vw 25px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.footer-brand { align-self: start; }
footer > p { color: rgba(255,255,255,.5); margin: 0; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; font-size: 13px; }
.footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.12); margin-top: 35px; padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

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

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .desktop-nav.open { display: flex; position: absolute; top: 94px; left: 0; right: 0; background: var(--navy); padding: 28px 5vw; flex-direction: column; gap: 22px; }
  .intro { grid-template-columns: 1fr; }
  .fact-card { max-width: 260px; }
  .panorama { grid-template-columns: 1fr; }
  .photo-frame { min-height: 460px; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .activity-card:nth-child(2) { border-right: 0; }
  .activity-card { border-bottom: 1px solid rgba(255,255,255,.16); }
  .numbers { grid-template-columns: 1fr; }
  .source-note { grid-column: 1; }
}

@media (max-width: 680px) {
  .site-header { height: 78px; }
  .desktop-nav.open { top: 78px; }
  .hero { min-height: 700px; }
  .hero-content { left: 7vw; width: 86vw; top: 46%; }
  h1 { font-size: 54px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-foot { padding-left: 7vw; gap: 25px; }
  .hero-foot div:nth-child(2), .scroll { display: none !important; }
  .section { padding: 82px 7vw; }
  h2 { font-size: 45px; }
  .section-label { margin-bottom: 45px; }
  .panorama-copy { padding: 75px 7vw; }
  .photo-frame { min-height: 390px; }
  .activities-head { display: block; margin: 45px 0; }
  .activities-head > p { margin-top: 30px; }
  .activity-grid, .number-grid, .news-grid { grid-template-columns: 1fr; }
  .activity-card { border-right: 0; min-height: 270px; }
  .number-grid div { border-left: 0; }
  .news-head { display: block; }
  .contact-section { grid-template-columns: 1fr; padding: 82px 7vw; }
  .contact-form { padding: 28px 22px; }
  footer { grid-template-columns: 1fr; padding: 60px 7vw 25px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
