:root {
  --navy: #082b4b;
  --red: #d84832;
  --cream: #f5f0e8;
  --paper: #fffdf9;
  --pink: #e9c5c1;
  --ink: #13202b;
  --line: rgba(8, 43, 75, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; }
body.home { height: 100svh; overflow: hidden; background: var(--navy); }
img, video { display: block; width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1rem; border: 1px solid currentColor; text-decoration: none; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.button:hover { color: white; border-color: var(--red); background: var(--red); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; height: 76px; border-bottom: 1px solid var(--line); background: rgba(245, 240, 232, .94); backdrop-filter: blur(14px); }
.header-on-hero { color: white; border-color: rgba(255,255,255,.22); background: linear-gradient(rgba(3,17,29,.64), transparent); backdrop-filter: none; }
.site-header nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: var(--serif); font-size: 1.15rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 32px; aspect-ratio: 1; border-radius: 50%; color: white; background: var(--red); font-family: var(--sans); font-size: .7rem; font-weight: 900; }
.gnb { display: flex; align-items: center; gap: 1.15rem; }
.gnb, .subnav .wrap, .lnb { scrollbar-width: none; }
.gnb::-webkit-scrollbar, .subnav .wrap::-webkit-scrollbar, .lnb::-webkit-scrollbar { display: none; }
.gnb a { position: relative; text-decoration: none; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gnb a:not(.join-link)::after { content: ""; position: absolute; right: 0; bottom: -.7rem; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.gnb a:hover::after, .gnb a[aria-current="page"]::after { transform: scaleX(1); }
.join-link { padding: .65rem .9rem; color: white; background: var(--red); }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; color: white; background: var(--navy) url("assets/hero-poster.webp") center / cover; }
.hero-video { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(2,17,30,.9) 0%, rgba(2,17,30,.52) 54%, rgba(2,17,30,.18) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(2,17,30,.76)); }
.hero-content { position: relative; z-index: 2; padding: 140px 0 60px; }
.hero h1 { max-width: 880px; margin: 0 0 1.2rem; font: 400 clamp(3.6rem, 8.5vw, 8.5rem)/.86 var(--serif); letter-spacing: -.065em; }
.hero h1 em { color: var(--pink); }
.hero-copy { max-width: 620px; margin: 0 0 1.8rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero .eyebrow { color: var(--pink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero .button:first-child { color: white; border-color: var(--red); background: var(--red); }
.hero .button:last-child { color: white; }
.hero-facts { display: flex; gap: clamp(1.5rem, 6vw, 5rem); margin: 3.3rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid rgba(255,255,255,.3); }
.hero-fact b { display: block; font: 400 1.4rem/1 var(--serif); }
.hero-fact span { color: rgba(255,255,255,.58); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.page-hero { padding: 165px 0 90px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 960px; margin: 0; font: 400 clamp(3.5rem, 8vw, 7.8rem)/.9 var(--serif); letter-spacing: -.06em; }
.page-hero h1 em { color: var(--red); }
.page-hero-copy { max-width: 650px; margin: 2rem 0 0 auto; color: #4f5c66; font-size: 1.08rem; }
.subnav { position: sticky; top: 76px; z-index: 18; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(12px); }
.subnav .wrap { display: flex; align-items: stretch; overflow-x: auto; }
.subnav a { flex: 0 0 auto; padding: 1rem 1.15rem; border-right: 1px solid var(--line); text-decoration: none; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.subnav a:first-child { border-left: 1px solid var(--line); }
.subnav a:hover { color: white; background: var(--red); }
.section { padding: 100px 0; border-bottom: 1px solid var(--line); }
.section[id] { scroll-margin-top: 130px; }
.section-title { max-width: 850px; margin: 0 0 3rem; font: 400 clamp(2.6rem, 5.5vw, 5rem)/.95 var(--serif); letter-spacing: -.045em; }
.section-title em { color: var(--red); }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.identity-card { padding: 2rem; background: var(--paper); border: 1px solid var(--line); }
.identity-card img { max-width: 300px; margin: 0 auto; }
.lead { margin: 0 0 1.5rem; font: 400 clamp(1.8rem, 3.3vw, 3rem)/1.15 var(--serif); }
.body-copy { color: #52606a; }
.body-copy p:last-child { margin-bottom: 0; }

.promise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.promise { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; border: 1px solid var(--navy); background: var(--paper); }
.promise:nth-child(2) { background: var(--pink); }
.promise-number { color: var(--red); font-family: var(--serif); font-size: 2rem; }
.promise h3 { margin: 0 0 .8rem; font: 400 clamp(2rem, 4vw, 3.5rem)/.95 var(--serif); }
.promise p { max-width: 520px; margin: 0; }
.membership-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.detail-panel { padding: 2rem; border: 1px solid var(--line); background: var(--paper); }
.detail-panel h3 { margin: 0 0 1.4rem; font: 400 2rem/1 var(--serif); }
.check-list { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: .7rem; align-items: start; color: #53616a; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; color: white; border-radius: 50%; background: var(--red); font-size: .68rem; font-weight: 900; }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--navy); }
.program-card { min-height: 290px; padding: 1.6rem; border-right: 1px solid var(--navy); border-bottom: 1px solid var(--navy); background: var(--paper); }
.program-card:nth-child(3n) { border-right: 0; }
.program-card:nth-child(n+4) { border-bottom: 0; }
.program-card span { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.program-card h3 { margin: 4rem 0 .7rem; font: 400 2rem/1 var(--serif); }
.program-card p { margin: 0; color: #58656d; font-size: .9rem; }
.program-card:last-child { color: white; background: var(--navy); }
.program-card:last-child p { color: rgba(255,255,255,.68); }

.operators { color: white; background: var(--navy); }
.operators .eyebrow { color: var(--pink); }
.operator-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.25); }
.operator { min-height: 390px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.25); }
.operator:last-child { border-right: 0; }
.operator-role { color: var(--pink); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.operator h3 { margin: 4.5rem 0 1rem; font: 400 clamp(2.1rem, 4vw, 3.6rem)/1 var(--serif); }
.operator p { max-width: 500px; color: rgba(255,255,255,.68); }
.operator strong { color: white; }
.operator ul { display: grid; gap: .55rem; margin: 1.4rem 0 0; padding-left: 1.1rem; color: rgba(255,255,255,.68); font-size: .88rem; }

.model { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--navy); }
.model-step { min-height: 220px; padding: 1.4rem; border-right: 1px solid var(--navy); }
.model-step:last-child { border-right: 0; }
.model-step span { color: var(--red); font-size: .7rem; font-weight: 900; }
.model-step h3 { margin: 4rem 0 .5rem; font: 400 1.6rem/1 var(--serif); }
.model-step p { margin: 0; color: #5d6870; font-size: .88rem; }

.partner-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.partner-copy { color: #53616a; font-size: 1.02rem; }
.partner-options { border-top: 1px solid var(--navy); }
.partner-option { display: grid; grid-template-columns: 40px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--navy); }
.partner-option span { color: var(--red); font-size: .7rem; font-weight: 900; }
.partner-option h3 { margin: 0 0 .3rem; font: 400 1.55rem/1 var(--serif); }
.partner-option p { margin: 0; color: #5b6870; font-size: .88rem; }

.archive-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3rem; border: 1px solid var(--navy); }
.archive-stat { padding: 1.1rem; border-right: 1px solid var(--navy); }
.archive-stat:last-child { border-right: 0; }
.archive-stat b { display: block; font: 400 1.6rem/1 var(--serif); }
.archive-stat span { color: #5a6770; font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.archive-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); padding: 70px 0 110px; }
.lnb { position: sticky; top: 105px; align-self: start; }
.lnb-title { margin: 0 0 1.3rem; font-size: .65rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.lnb-group { margin-bottom: 1.3rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.lnb-year { display: block; margin-bottom: .45rem; color: var(--red); font-family: var(--serif); font-size: 1.2rem; }
.lnb a { display: grid; gap: .08rem; padding: .6rem 0; color: #58636b; text-decoration: none; }
.lnb a small { color: var(--red); font-size: .59rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lnb a b { color: var(--navy); font: 400 1rem/1.15 var(--serif); }
.lnb a:hover, .lnb a:focus { color: var(--navy); font-weight: 800; }
.event { scroll-margin-top: 100px; padding: 0 0 90px; }
.event + .event { padding-top: 90px; border-top: 1px solid var(--line); }
.event-media { aspect-ratio: 16 / 9; overflow: hidden; margin: 0; background: #d9d2c8; }
.event-media img { height: 100%; object-fit: cover; }
.event:nth-child(3) .event-media img { object-position: center 40%; }
.event-meta { display: flex; justify-content: space-between; gap: 1rem; margin: 1.3rem 0 .6rem; color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.event h2 { margin: 0 0 1rem; font: 400 clamp(2.3rem, 5vw, 4.4rem)/.95 var(--serif); letter-spacing: -.04em; }
.event p { max-width: 720px; margin: 0; color: #56636c; }
.event-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 1.8rem 0; border: 1px solid var(--line); }
.event-fact { padding: 1rem; border-right: 1px solid var(--line); }
.event-fact:last-child { border-right: 0; }
.event-fact span { display: block; margin-bottom: .25rem; color: var(--red); font-size: .57rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.event-fact b { font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.event-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5rem); margin: 2rem 0 3rem; }
.event-story h3, .media-heading { margin: 0 0 1rem; font: 400 clamp(1.8rem, 3vw, 2.6rem)/1 var(--serif); }
.event-story p + p { margin-top: 1rem; }
.event-highlights { margin: 0; padding: 1.4rem 1.4rem 1.4rem 2.5rem; color: #53616a; border-left: 3px solid var(--red); background: var(--paper); }
.event-highlights li + li { margin-top: .55rem; }
.event-gallery { columns: 3; column-gap: 10px; margin: 1.5rem 0 3rem; }
.event-gallery figure { break-inside: avoid; margin: 0 0 10px; background: var(--paper); }
.event-gallery img { width: 100%; height: auto; }
.event-gallery figcaption { padding: .55rem .65rem .7rem; color: #65717a; font-size: .66rem; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.3rem; }
.video-grid.single { grid-template-columns: minmax(0, 760px); }
.video-card { overflow: hidden; color: white; background: var(--navy); }
.video-card video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #031525; }
.video-card.portrait { max-width: 430px; }
.video-card.portrait video { aspect-ratio: 9 / 16; object-fit: contain; }
.video-caption { padding: .9rem 1rem 1.1rem; }
.video-caption b { display: block; font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.video-caption span { color: rgba(255,255,255,.58); font-size: .63rem; }
.event-latest { position: relative; }
.event-latest::before { content: "Latest"; position: absolute; z-index: 2; top: 14px; left: 14px; padding: .45rem .65rem; color: white; background: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.cta { padding: 85px 0; text-align: center; color: white; background: var(--red); }
.cta h2 { max-width: 850px; margin: 0 auto 2rem; font: 400 clamp(2.8rem, 6vw, 5.5rem)/.92 var(--serif); letter-spacing: -.05em; }
.cta .button { color: white; background: var(--navy); border-color: var(--navy); }
footer { padding: 35px 0 100px; color: white; background: #061e33; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; gap: 1rem; }
.footer-links a { font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
footer small { color: rgba(255,255,255,.52); }

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .site-header { height: 68px; backdrop-filter: none; }
  .site-header .gnb { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 40; justify-content: flex-start; gap: .15rem; overflow-x: auto; padding: .75rem .4rem; color: white; border: 1px solid rgba(255,255,255,.2); background: rgba(6,30,51,.96); box-shadow: 0 8px 30px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
  .gnb a { flex: 0 0 auto; padding: .35rem .5rem; font-size: .57rem; }
  .gnb .join-link { padding: .45rem .55rem; }
  .hero::before { background: linear-gradient(0deg, rgba(2,17,30,.9) 0%, rgba(2,17,30,.4) 75%, rgba(2,17,30,.2) 100%); }
  .hero-content { padding: 110px 0 105px; }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-copy { max-width: 360px; font-size: .95rem; }
  .hero-facts { margin-top: 2rem; gap: 1.2rem; }
  .hero-fact b { font-size: 1.1rem; }
  .hero-fact span { font-size: .52rem; }
  .page-hero { padding: 125px 0 65px; }
  .subnav { top: 68px; }
  .subnav .wrap { width: 100%; padding-inline: 14px; }
  .subnav a { padding: .8rem .75rem; font-size: .58rem; }
  .section { padding: 75px 0; }
  .intro-grid, .promise-grid, .membership-detail, .operator-grid, .model, .partner-grid { grid-template-columns: 1fr; }
  .identity-card { padding: 1rem; }
  .promise { min-height: 260px; }
  .operator { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .operator:last-child { border-bottom: 0; }
  .operator h3 { margin-top: 3rem; }
  .model-step { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--navy); }
  .model-step:last-child { border-bottom: 0; }
  .model-step h3 { margin-top: 2.5rem; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card, .program-card:nth-child(3n), .program-card:nth-child(n+4) { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--navy); }
  .program-card:last-child { border-bottom: 0; }
  .program-card h3 { margin-top: 2.6rem; }
  .archive-layout { grid-template-columns: 1fr; padding-top: 0; }
  .lnb { top: 68px; z-index: 20; display: flex; gap: .4rem; overflow-x: auto; margin-inline: -14px; padding: .7rem 14px; border-block: 1px solid var(--line); background: rgba(245,240,232,.96); backdrop-filter: blur(10px); }
  .lnb-title, .lnb-year { display: none; }
  .lnb-group { display: contents; }
  .lnb a { flex: 0 0 145px; padding: .6rem .7rem; color: var(--navy); border: 1px solid var(--line); background: var(--paper); }
  .lnb a b { font-size: .88rem; }
  .archive-stats { grid-template-columns: repeat(2, 1fr); }
  .archive-stat:nth-child(2) { border-right: 0; }
  .archive-stat:nth-child(-n+2) { border-bottom: 1px solid var(--navy); }
  .event { padding-bottom: 65px; }
  .event + .event { padding-top: 65px; }
  .event-media { aspect-ratio: 4 / 3; }
  .event-facts, .event-story { grid-template-columns: 1fr; }
  .event-fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .event-fact:last-child { border-bottom: 0; }
  .event-gallery { columns: 2; }
  .video-grid { grid-template-columns: 1fr; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
