:root {
  --navy: #264c79;
  --navy-dark: #1f3e61;
  --gray: #626a72;
  --muted: #66717c;
  --light: #f4f6f8;
  --line: #d8dee5;
  --white: #ffffff;
  --text: #203044;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 9px 13px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.logo { width: 218px; height: 58px; overflow: hidden; position: relative; text-decoration: none; }
.logo img { position: absolute; top: -24px; left: -50px; width: 320px; max-width: none; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.main-nav > a { color: var(--gray); font-size: .79rem; font-weight: 650; text-decoration: none; }
.main-nav > a:hover, .main-nav > a.active { color: var(--navy); }
.languages { display: flex; padding-left: 15px; border-left: 1px solid var(--line); }
.languages button { padding: 4px 6px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: .67rem; font-weight: 700; }
.languages button:hover, .languages button.active { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.menu-button { display: none; width: 42px; height: 42px; margin-left: auto; padding: 11px; border: 1px solid var(--line); color: var(--navy); background: white; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }

.hero { padding: 110px 0 104px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; gap: 105px; }
.label, .section-label, .small-label { margin: 0; color: var(--navy); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.label { margin-bottom: 26px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 28px; color: var(--navy); font-family: var(--serif); font-size: clamp(3rem, 5.8vw, 5.55rem); font-weight: 400; line-height: 1.04; letter-spacing: -.045em; }
.lead { max-width: 680px; margin-bottom: 34px; color: var(--gray); font-size: 1.04rem; }
.actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; min-height: 48px; align-items: center; padding: 10px 19px; color: white; background: var(--navy); border: 1px solid var(--navy); text-decoration: none; font-size: .8rem; font-weight: 700; }
.button:hover { background: var(--navy-dark); }
.quiet-link { color: var(--navy); font-size: .8rem; font-weight: 700; text-underline-offset: 4px; }
.facts { margin: 0; border-top: 2px solid var(--navy); }
.facts div { padding: 19px 0; border-bottom: 1px solid var(--line); }
.facts dt { margin-bottom: 4px; color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.facts dd { margin: 0; color: var(--navy-dark); font-size: .94rem; font-weight: 650; }

.statement { padding: 110px 0; }
.statement-grid > div { max-width: 820px; }
.statement h2, .section-head h2, .contact h2 { margin-bottom: 24px; color: var(--navy); font-family: var(--serif); font-size: clamp(2.5rem, 4.4vw, 4.5rem); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.statement-grid > div > p { max-width: 760px; margin: 0; color: var(--gray); font-size: 1.08rem; }
.statement-grid > div > p + p { margin-top: 18px; }
.inline-link { color: var(--navy); font-weight: 650; text-underline-offset: 3px; }
.leader-name { text-decoration: underline; }

.section { padding: 110px 0; }
.how { background: var(--light); border-block: 1px solid var(--line); }
.section-head { max-width: 820px; margin-bottom: 58px; }
.section-head h2 { margin: 0 0 24px; }
.how-head { margin-bottom: 42px; }
.how-head h2 { max-width: 880px; font-size: clamp(2.9rem,4.35vw,4.55rem); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 34px; align-items: center; padding: 32px 18px; border-bottom: 1px solid var(--line); transition: background .18s ease; }
.steps li:hover { background: rgba(255,255,255,.62); }
.steps li > span { color: var(--navy); font-family: var(--serif); font-size: 5rem; font-weight: 400; line-height: .8; letter-spacing: -.08em; }
.steps li > div { padding-top: 0; }
.steps h3 { margin-bottom: 8px; color: var(--navy-dark); font-size: 1.04rem; line-height: 1.35; }
.steps p { margin: 0; color: var(--gray); font-size: .9rem; line-height: 1.55; }
.availability { max-width: 580px; margin: 22px 0 0 202px; padding-left: 13px; color: var(--muted); border-left: 2px solid #b9c8d5; font-size: .73rem; font-style: italic; }

.schedule { border-bottom: 1px solid var(--line); }
.section-copy { max-width: 650px; margin: 0; color: var(--gray); }
.location-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; }
.location-details { padding: 32px; background: var(--light); border: 1px solid var(--line); }
.location-details dl { margin: 0 0 30px; }
.location-details dl div { padding: 0 0 17px; margin-bottom: 17px; border-bottom: 1px solid var(--line); }
.location-details dt { margin-bottom: 4px; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.location-details dd { margin: 0; color: var(--navy-dark); font-size: .9rem; font-weight: 650; }
.location-details dd a { color: var(--navy); }
.map-link { color: var(--navy); font-size: .8rem; font-weight: 700; text-underline-offset: 4px; }
.map-wrap { min-height: 470px; border: 1px solid var(--line); background: var(--light); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 470px; display: block; border: 0; }

.join { background: #f7f8fa; }
.join.section { padding: 82px 0; }
.enrollment-box { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 56px; padding: 40px 0; border-block: 1px solid var(--line); }
.enrollment-copy { padding: 0; }
.enrollment-box .small-label { margin-bottom: 16px; color: var(--navy); }
.enrollment-box h2 { max-width: 620px; margin-bottom: 14px; color: var(--navy); font-family: var(--serif); font-size: clamp(2.45rem,3.7vw,3.75rem); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.enrollment-box p:not(.small-label) { max-width: 590px; margin: 0; color: var(--gray); font-size: .94rem; }
.enrollment-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; padding: 0; }
.enrollment-links a { min-width: 190px; min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 16px; color: var(--navy); background: white; border: 1px solid var(--navy); font-size: .8rem; font-weight: 700; text-decoration: none; transition: color .15s ease, background .15s ease; }
.enrollment-links a::after { content: "↗"; font-size: .9rem; font-weight: 400; }
.enrollment-links a:hover { color: white; background: var(--navy); }
.enrollment-links a:focus-visible, .contact-links a:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.small-label { margin-bottom: 46px; }

.gallery-hero { padding: 105px 0 90px; border-bottom: 1px solid var(--line); }
.gallery-hero-grid > div { max-width: 820px; }
.gallery-hero h1 { max-width: none; margin: 0 0 22px; font-size: clamp(3rem, 5.5vw, 5.4rem); }
.gallery-hero p:not(.section-label) { max-width: 650px; margin: 0; color: var(--gray); font-size: 1.04rem; }
.gallery-content { padding: 90px 0 120px; }
.gallery-date-group + .gallery-date-group { margin-top: 62px; }
.gallery-date { margin: 0 0 18px; padding-top: 16px; color: var(--navy); border-top: 1px solid var(--line); font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gallery-item { display: block; aspect-ratio: 4/3; overflow: hidden; padding: 0; border: 0; background: var(--light); cursor: zoom-in; content-visibility: auto; contain-intrinsic-size: 300px 225px; }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.gallery-source, .gallery-noscript { margin: 22px 0 0; color: var(--muted); font-size: .72rem; }
.gallery-source a { color: var(--navy); text-underline-offset: 3px; }
.gallery-noscript a { color: var(--navy); font-weight: 650; text-underline-offset: 3px; }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; font-family: var(--sans); }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.92); }
.lightbox-dialog { position: relative; z-index: 1; width: min(1100px,calc(100vw - 40px)); height: min(88dvh,860px); max-height: calc(100dvh - 40px); color: white; }
.lightbox-figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0,1fr) auto; gap: 8px; margin: 0; }
.lightbox-stage { position: relative; min-height: 0; }
.lightbox-preview { width: 100%; height: 100%; overflow: hidden; background: #080808; }
.lightbox-preview img { width: 100%; height: 100%; display: block; object-fit: contain; }
.lightbox-close, .lightbox-arrow { z-index: 2; display: grid; place-items: center; padding: 0; color: white; background: rgba(0,0,0,.48); border: 0; border-radius: 2px; cursor: pointer; transition: background .15s ease; }
.lightbox-close:hover, .lightbox-arrow:hover { background: rgba(0,0,0,.78); }
.lightbox-close:focus-visible, .lightbox-arrow:focus-visible { outline: 2px solid white; outline-offset: 2px; }
.lightbox-close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; font-size: 1.65rem; line-height: 1; }
.lightbox-arrow { position: absolute; top: 50%; width: 44px; height: 64px; font-size: 2.15rem; line-height: 1; transform: translateY(-50%); }
.lightbox-previous { left: 8px; }
.lightbox-next { right: 8px; }
.lightbox-meta { min-height: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.68); font-size: .76rem; font-weight: 400; }
.lightbox-date, .lightbox-counter { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.lightbox-open { overflow: hidden; }

.contact { padding: 82px 0; color: var(--text); background: white; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(380px,1.15fr); align-items: start; gap: 96px; }
.contact-copy { max-width: 520px; }
.contact h2 { max-width: 720px; margin-bottom: 16px; color: var(--navy); font-size: clamp(2.4rem,3.7vw,3.75rem); }
.contact p:not(.section-label) { max-width: 520px; margin: 0; color: var(--gray); font-size: .94rem; }
.contact-links { border-top: 1px solid var(--line); }
.contact-links a { min-height: 62px; display: flex; align-items: center; gap: 14px; padding: 12px 4px; color: var(--navy); border-bottom: 1px solid var(--line); font-size: .92rem; font-weight: 650; text-decoration: none; transition: color .15s ease, background .15s ease; }
.contact-links a::after { content: "↗"; margin-left: auto; color: var(--muted); font-size: .85rem; font-weight: 400; }
.contact-links a:hover { color: var(--navy-dark); background: var(--light); }
.contact-icon { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; color: var(--navy); font-family: var(--sans); font-size: 1.12rem; line-height: 1; }
.contact-icon img { width: 20px; height: 20px; display: block; }

footer { padding: 42px 0 24px; background: white; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.footer-logo { width: 185px; height: 50px; overflow: hidden; position: relative; }
.footer-logo img { position: absolute; top: -21px; left: -43px; width: 275px; max-width: none; }
.footer-wrap > div { display: flex; flex-wrap: wrap; gap: 10px 28px; color: var(--muted); font-size: .68rem; }

@media (max-width: 900px) {
  .container { width: min(720px, calc(100% - 40px)); }
  .js .menu-button { display: block; }
  .js .main-nav { position: fixed; inset: 82px 0 0; padding: 50px 24px max(32px,env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: flex-start; gap: 24px; overflow-y: auto; background: white; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .js .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  html:not(.js) .nav-wrap { flex-wrap: wrap; padding-block: 12px; }
  html:not(.js) .main-nav { width: 100%; margin-left: 0; flex-wrap: wrap; gap: 14px 22px; }
  .main-nav > a { font-family: var(--serif); font-size: 1.7rem; }
  .languages { margin-top: 12px; padding: 12px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .js .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .js .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .facts { max-width: 520px; }
  .statement-grid, .section-head { grid-template-columns: 1fr; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .steps li { grid-template-columns: 118px minmax(0,1fr); gap: 24px; }
  .steps li > span { font-size: 4.4rem; }
  .availability { margin-left: 160px; }
  .location-grid, .gallery-hero-grid { grid-template-columns: 1fr; }
  .enrollment-box { grid-template-columns: 1fr; align-items: start; gap: 30px; }
  .enrollment-links { justify-content: flex-start; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 32px); }
  html { scroll-padding-top: 72px; }
  body { font-size: .96rem; }
  .nav-wrap { min-height: 72px; }
  .logo { width: 178px; height: 48px; }
  .logo img { top: -20px; left: -42px; width: 266px; }
  .js .main-nav { inset: 72px 0 0; padding: 18px 16px max(24px,env(safe-area-inset-bottom)); gap: 0; background: var(--white); }
  .main-nav > a { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: 1rem; font-weight: 700; }
  .main-nav > a::after { content: "→"; color: #9ca3aa; font-size: 1rem; font-weight: 400; }
  .main-nav > a.active { padding-left: 16px; color: var(--navy); background: var(--light); }
  .main-nav > a.active::after { color: var(--navy); }
  .languages { width: 100%; justify-content: stretch; gap: 0; margin-top: 14px; padding: 6px; background: var(--light); border: 0; }
  .languages button { flex: 1; min-width: 48px; min-height: 44px; padding: 10px 12px; }
  .languages button.active { color: white; background: var(--navy); text-decoration: none; }
  .hero { padding: 64px 0 68px; }
  .statement, .section { padding: 68px 0; }
  .hero-grid { gap: 48px; }
  h1 { margin-bottom: 22px; font-size: clamp(2.65rem,13vw,4rem); line-height: 1.02; }
  .lead { margin-bottom: 28px; font-size: 1rem; }
  .actions { width: 100%; align-items: stretch; flex-direction: column; gap: 12px; }
  .actions .button { width: 100%; min-height: 52px; justify-content: center; }
  .actions .quiet-link { min-height: 48px; display: flex; align-items: center; justify-content: center; }
  .facts div { padding: 16px 0; }
  .statement h2, .section-head h2, .contact h2 { font-size: clamp(2.25rem,11vw,3.3rem); }
  .statement-grid > div > p { font-size: 1rem; }
  .section-head { margin-bottom: 40px; }
  .steps li { grid-template-columns: 82px minmax(0,1fr); gap: 14px; padding: 24px 4px; }
  .steps li > span { font-size: 3.5rem; }
  .availability { margin: 18px 0 0 96px; line-height: 1.45; }
  .location-details { padding: 25px; }
  .map-wrap, .map-wrap iframe { min-height: 320px; }
  .map-link { min-height: 48px; display: inline-flex; align-items: center; }
  .gallery-hero { padding: 62px 0 54px; }
  .gallery-hero h1 { margin-top: 0; }
  .gallery-content { padding: 46px 0 72px; }
  .gallery-date-group + .gallery-date-group { margin-top: 42px; }
  .gallery-date { position: sticky; z-index: 3; top: 72px; margin-bottom: 10px; padding: 10px 0; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .gallery-item { contain-intrinsic-size: 180px 135px; }
  .gallery-source { font-size: .76rem; line-height: 1.5; }
  .lightbox { padding: max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom)); }
  .lightbox-dialog { width: 100%; height: 100%; max-height: 100%; }
  .lightbox-meta { min-height: 22px; font-size: .72rem; }
  .lightbox-arrow { width: 44px; height: 58px; }
  .lightbox-previous { left: 4px; }
  .lightbox-next { right: 4px; }
  .join.section { padding: 62px 0; }
  .enrollment-copy { padding: 0; }
  .enrollment-box { padding: 30px 0; gap: 24px; }
  .enrollment-box .small-label { margin-bottom: 14px; }
  .enrollment-box h2 { font-size: clamp(2.35rem,11vw,3.15rem); }
  .enrollment-links { width: 100%; padding: 0; }
  .enrollment-links a { width: 100%; min-height: 52px; }
  .small-label { margin-bottom: 36px; }
  .contact { padding: 62px 0; }
  .contact-grid { gap: 30px; }
  .contact-links { margin: 0; }
  .contact-links a { min-height: 58px; max-width: 100%; overflow-wrap: anywhere; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
  .footer-wrap > div { flex-direction: column; gap: 4px; }
}

@media (max-height: 520px) {
  .lightbox { padding: max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left)); }
  .lightbox-dialog { width: 100%; height: 100%; max-height: 100%; }
  .lightbox-figure { gap: 4px; }
  .lightbox-meta { min-height: 20px; }
  .lightbox-close { top: 4px; right: 4px; width: 40px; height: 40px; }
  .lightbox-arrow { height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-item img, .lightbox-close, .lightbox-arrow { transition: none; }
}
