:root {
  --ink: #101722;
  --navy: #10243d;
  --navy-2: #173657;
  --gold: #c99a4a;
  --gold-light: #ead4a8;
  --cream: #f7f3eb;
  --paper: #fffdf9;
  --muted: #67717e;
  --line: rgba(16, 36, 61, 0.14);
  --shadow: 0 24px 70px rgba(16, 36, 61, 0.12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold-light); color: var(--navy); }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; padding: 10px 14px; background: #fff; color: var(--navy); border-radius: 10px; box-shadow: var(--shadow); transition: top .2s ease; }
.skip-link:focus { top: 12px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.display,.section-title,.card h3,.event-copy h3,.quote { font-family: Georgia, "Times New Roman", serif; }
.display { margin: 0; color: var(--navy); font-size: clamp(2.8rem, 6vw, 5.9rem); line-height: .98; letter-spacing: -.035em; }
.section-title { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.025em; }
.lede { max-width: 780px; font-size: clamp(1.05rem, 1.6vw, 1.24rem); color: #455260; }
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto 0; height: 76px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(255,253,249,.94); border-color: var(--line); backdrop-filter: blur(14px); box-shadow: 0 6px 24px rgba(16,36,61,.06); }
.navbar { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; color: var(--navy); }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { letter-spacing: .01em; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { text-decoration: none; font-size: .92rem; font-weight: 650; color: #27384a; padding: 10px 11px; border-radius: 999px; }
.nav-links a:hover { background: rgba(201,154,74,.11); }
.nav-links .nav-cta { background: var(--navy); color: white; padding-inline: 17px; }
.nav-links .nav-cta:hover { background: var(--navy-2); }
.menu-btn { display: none; border: 1px solid var(--line); background: rgba(255,255,255,.86); color: var(--navy); border-radius: 12px; padding: 10px; cursor: pointer; }
.menu-btn svg { width: 22px; height: 22px; display: block; }
.hero { min-height: 100svh; padding: 128px 0 78px; display: grid; align-items: center; overflow: hidden; position: relative; background: radial-gradient(circle at 78% 28%, rgba(201,154,74,.20), transparent 31%), linear-gradient(125deg, #fdfbf7 0%, #f7f3eb 58%, #eef1f2 100%); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -260px; bottom: -180px; border: 1px solid rgba(16,36,61,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(16,36,61,.025), 0 0 0 180px rgba(16,36,61,.018); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(42px, 7vw, 96px); align-items: center; position: relative; z-index: 2; }
.hero-copy { max-width: 720px; }
.statement { margin: 26px 0 0; max-width: 670px; color: #3f4d5a; font-size: clamp(1.08rem, 1.6vw, 1.32rem); }
.hero-quote { margin: 26px 0 0; padding-left: 20px; border-left: 2px solid var(--gold); color: #56616c; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-style: italic; }
.hero-visual { position: relative; min-height: 580px; }
.portrait-frame { position: absolute; inset: 0; border-radius: 240px 240px 30px 30px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 19px; border-radius: 999px; text-decoration: none; font-weight: 760; font-size: .94rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 30px rgba(16,36,61,.18); }
.btn-primary:hover { background: var(--navy-2); }
.btn-secondary { background: rgba(255,255,255,.76); color: var(--navy); border: 1px solid rgba(16,36,61,.16); }
.btn-gold { background: var(--gold); color: #181818; }
.cred-strip { background: var(--navy); color: #fff; }
.cred-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.cred-item { padding: 25px 22px; border-right: 1px solid rgba(255,255,255,.12); }
.cred-item:last-child { border-right: 0; }
.cred-item strong { display: block; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; line-height: 1.2; margin-bottom: 5px; }
.cred-item span { color: rgba(255,255,255,.73); font-size: .88rem; }
.section { padding: 100px 0; }
.section-cream { background: var(--cream); }
.section-head { display: grid; grid-template-columns: .86fr 1.14fr; gap: 42px; align-items: end; margin-bottom: 46px; }
.about-layout { display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(40px, 6vw, 76px); align-items: start; }
.about-photo { margin: 28px 0 0; border-radius: 24px; overflow: hidden; background: #d9d6cf; box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: min(500px, 48vw); object-fit: cover; object-position: center 18%; }
.about-copy { max-width: 780px; }
.boundary-note { margin-top: 26px; padding: 16px 18px; border-left: 3px solid rgba(16,36,61,.25); background: rgba(255,255,255,.62); font-size: .94rem; color: #64717c; }
.pull { max-width: 760px; margin: 38px 0 0; padding: 22px 24px; border-left: 3px solid var(--gold); background: rgba(201,154,74,.08); color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 10px 35px rgba(16,36,61,.05); }
.card-number { color: var(--gold); font-weight: 800; font-size: .78rem; letter-spacing: .15em; }
.card h3 { margin: 14px 0 9px; color: var(--navy); font-size: 1.55rem; line-height: 1.18; }
.card p { margin: 0; color: #5b6671; }
.event-feature { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: stretch; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.event-copy { padding: clamp(8px, 2vw, 18px); align-self: center; }
.event-copy h3 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.06; letter-spacing: -.02em; }
.event-copy p { color: #586571; }
.review-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.review-chip { margin: 0; padding: 11px 14px; border-radius: 999px; background: #f4efe5; border: 1px solid rgba(201,154,74,.26); color: #57482f; font-family: Georgia, "Times New Roman", serif; font-size: .98rem; }
.event-gallery { display: grid; gap: 14px; }
.event-gallery figure { margin: 0; overflow: hidden; border-radius: 22px; background: #d9dce0; }
.event-gallery img { width: 100%; height: 100%; object-fit: cover; }
.event-gallery-portrait { grid-template-columns: 1fr 1fr; }
.event-gallery-portrait figure { min-height: 560px; }
.event-gallery-portrait img { object-position: center 30%; }
.event-gallery-landscape { grid-template-columns: 1fr 1fr; }
.event-gallery-landscape figure { aspect-ratio: 4 / 3; }
.event-gallery-landscape img { object-position: center; }
.research-panel { padding: 46px; border-radius: 30px; background: linear-gradient(135deg, #132d4a 0%, #0d2037 100%); color: white; position: relative; overflow: hidden; }
.research-panel::after { content: ""; position: absolute; width: 300px; height: 300px; right: -90px; top: -120px; border-radius: 50%; background: rgba(201,154,74,.10); }
.research-panel .section-title { color: white; max-width: 820px; }
.research-panel p { color: rgba(255,255,255,.76); max-width: 820px; }
.research-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 34px; }
.research-stat { position: relative; z-index: 2; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.06); }
.research-stat strong { display: block; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 2.25rem; line-height: 1; }
.research-stat span { display: block; margin-top: 8px; color: rgba(255,255,255,.75); font-size: .86rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 76px); align-items: center; }
.copy h2 { margin-bottom: 20px; }
.copy p { color: #53606d; }
.video-shell { aspect-ratio: 16 / 9; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); background: #0c1724; }
.video-shell iframe { width: 100%; height: 100%; border: 0; }
.photo-shell { position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); background: #0c1724; }
.photo-shell img { width: 100%; height: 100%; max-height: 560px; object-fit: cover; }
.photo-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 18px; color: white; background: linear-gradient(to top, rgba(7,17,29,.88), rgba(7,17,29,.08)); font-size: .86rem; }
.quote-band { padding: 78px 0; background: #ede5d7; }
.quote { max-width: 930px; margin: 0 auto; text-align: center; color: var(--navy); font-size: clamp(1.75rem, 3.5vw, 3.2rem); line-height: 1.22; }
.quote cite { display: block; margin-top: 18px; color: #7c6c53; font-family: Inter, ui-sans-serif, sans-serif; font-size: .86rem; font-style: normal; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.cta-band { background: var(--navy); color: white; padding: 68px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-inner h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.cta-inner p { max-width: 720px; margin: 12px 0 0; color: rgba(255,255,255,.72); }
.site-footer { padding: 52px 0 24px; background: #091729; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: start; }
.footer-brand h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; }
.footer-brand p { color: rgba(255,255,255,.60); }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; }
.footer-links a { color: rgba(255,255,255,.76); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.50); font-size: .84rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 980px) { .nav-links { position: fixed; top: 70px; left: 18px; right: 18px; display: none; padding: 14px; flex-direction: column; align-items: stretch; background: rgba(255,253,249,.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); } .nav-links.open { display: flex; } .menu-btn { display: block; } .hero-grid,.about-layout,.section-head,.split,.event-feature { grid-template-columns: 1fr; } .hero { min-height: auto; padding-top: 118px; } .hero-visual { min-height: 520px; } .cred-grid { grid-template-columns: repeat(2, 1fr); } .cred-item:nth-child(2) { border-right: 0; } .card-grid { grid-template-columns: 1fr; } .event-gallery-portrait figure { min-height: 460px; } .cta-inner { flex-direction: column; align-items: flex-start; } }
@media (max-width: 640px) { .wrap { width: min(calc(100% - 28px), var(--max)); } .brand span { font-size: .9rem; } .brand img { width: 38px; height: 38px; } .hero { padding: 110px 0 56px; } .hero-visual { min-height: 430px; } .portrait-frame { border-radius: 170px 170px 24px 24px; } .cred-grid { grid-template-columns: 1fr; } .cred-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); } .section { padding: 72px 0; } .about-photo img { height: 500px; } .event-feature { padding: 18px; } .event-gallery-portrait,.event-gallery-landscape { grid-template-columns: 1fr; } .event-gallery-portrait figure { min-height: 520px; } .research-panel { padding: 30px 22px; } .research-stats { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } .footer-links { justify-content: flex-start; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .btn { transition: none; } }
