/*
Theme Name: VAROR
Theme URI: https://varor.jp/
Author: VAROR
Description: Original theme for NPO VAROR.
Version: 1.0.11
Text Domain: varor
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");

:root {
  --ink: #2b2824;
  --ivory: #fbf8f1;
  --paper: #fffefa;
  --coral: #f06e4f;
  --coral-dark: #d95638;
  --teal: #0b8782;
  --green: #82a84d;
  --mustard: #f0b43c;
  --purple: #8c5a91;
  --line: rgba(43, 40, 36, 0.16);
  --text: #3f3a35;
  --text-subtle: #615b54;
  --text-muted: #746d65;
  --paper-strong: rgba(255, 254, 250, 0.96);
  --serif: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --latin: var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--ivory); font-family: var(--sans); font-size: 16px; font-weight: 400; -webkit-font-smoothing: auto; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { color: white; background: var(--coral); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.page-shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.eyebrow::before { content: ""; width: 20px; height: 2px; flex: 0 0 auto; background: currentColor; border-radius: 99px; opacity: .72; }
.ink-teal { color: var(--teal); }
.ink-coral { color: var(--coral-dark); }
.ink-purple { color: var(--purple); }
.desktop-only { display: block; }

html.intro-is-playing,
html.intro-is-playing body { overflow: hidden; }

.loading-intro { position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; overflow: hidden; color: #315f5b; background-color: #fffefa; background-image: repeating-linear-gradient(90deg, rgba(67,57,46,.018) 0, rgba(67,57,46,.018) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(0deg, rgba(67,57,46,.014) 0, rgba(67,57,46,.014) 1px, transparent 1px, transparent 5px); opacity: 1; transform: scale(1); transition: opacity .58s ease, transform .58s cubic-bezier(.2,.72,.28,1); isolation: isolate; }
html[data-varor-intro="play"] .loading-intro { display: grid; }
.loading-intro.is-leaving { opacity: 0; transform: scale(1.018); pointer-events: none; }
.loading-intro::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 46%, rgba(255,255,255,.92), rgba(255,254,249,.7) 38%, transparent 67%); }
.loading-intro__wash { position: absolute; z-index: -1; inset: -32%; background: radial-gradient(ellipse at 18% 64%, rgba(240,180,60,.34), transparent 31%), radial-gradient(ellipse at 78% 18%, rgba(240,110,79,.28), transparent 29%), radial-gradient(ellipse at 88% 72%, rgba(140,90,145,.27), transparent 30%), radial-gradient(ellipse at 30% 18%, rgba(130,168,77,.22), transparent 28%), radial-gradient(ellipse at 55% 68%, rgba(72,176,191,.27), transparent 34%); filter: blur(22px); opacity: 0; transform: scale(.74) rotate(-4deg); animation: loading-wash 2.25s .12s cubic-bezier(.2,.68,.2,1) both; }
.loading-intro__ring { position: absolute; left: 50%; top: 50%; width: clamp(174px, 17vw, 238px); aspect-ratio: 1; transform: translate(-50%, -50%); animation: loading-ring-breathe .48s 2.05s ease-in-out both; }
.loading-intro__ring span { --angle: 0deg; position: absolute; left: 50%; top: 50%; width: 43%; height: 61%; border-radius: 55% 45% 58% 42% / 64% 53% 47% 36%; opacity: 0; mix-blend-mode: multiply; transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-48%) scale(1); transform-origin: 50% 50%; animation: loading-petal 1.75s cubic-bezier(.19,.72,.24,1) both; }
.loading-intro__ring span:nth-child(1) { --angle: 0deg; background: linear-gradient(155deg, rgba(240,180,60,.78), rgba(240,110,79,.38)); animation-delay: .2s; }
.loading-intro__ring span:nth-child(2) { --angle: 60deg; background: linear-gradient(155deg, rgba(240,110,79,.72), rgba(216,99,132,.38)); animation-delay: .28s; }
.loading-intro__ring span:nth-child(3) { --angle: 120deg; background: linear-gradient(155deg, rgba(140,90,145,.68), rgba(99,124,202,.36)); animation-delay: .36s; }
.loading-intro__ring span:nth-child(4) { --angle: 180deg; background: linear-gradient(155deg, rgba(73,161,196,.65), rgba(11,135,130,.34)); animation-delay: .44s; }
.loading-intro__ring span:nth-child(5) { --angle: 240deg; background: linear-gradient(155deg, rgba(11,135,130,.62), rgba(130,168,77,.38)); animation-delay: .52s; }
.loading-intro__ring span:nth-child(6) { --angle: 300deg; background: linear-gradient(155deg, rgba(130,168,77,.64), rgba(240,180,60,.4)); animation-delay: .6s; }
.loading-intro__mark { position: absolute; z-index: 2; inset: 22%; overflow: hidden; border: 3px solid rgba(255,254,250,.95); border-radius: 50%; background: #303034; box-shadow: 0 10px 30px rgba(68,84,76,.14), 0 0 0 1px rgba(49,95,91,.08); opacity: 0; transform: scale(.48) rotate(-5deg); animation: loading-mark 1s 1.34s cubic-bezier(.2,.78,.22,1) both; }
.loading-intro__mark img { position: absolute; left: 50%; top: 50%; width: 170%; max-width: none; transform: translate(-50%, -50%); }
.loading-intro__wordmark { position: absolute; left: 50%; top: 50%; transform: translate(-50%, clamp(120px, 12vw, 164px)); font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: .32em; opacity: 0; animation: loading-wordmark .72s 1.9s ease both; }

@keyframes loading-wash {
  0% { opacity: 0; transform: scale(.74) rotate(-4deg); }
  38% { opacity: .62; }
  72% { opacity: .82; transform: scale(1.02) rotate(1deg); }
  100% { opacity: .34; transform: scale(.88) rotate(0); }
}
@keyframes loading-petal {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(calc(var(--angle) - 20deg)) translateY(-42vh) scale(3.8); }
  30% { opacity: .34; }
  76% { opacity: .52; transform: translate(-50%, -50%) rotate(calc(var(--angle) + 3deg)) translateY(-54%) scale(1.12); }
  100% { opacity: .66; transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-48%) scale(1); }
}
@keyframes loading-mark {
  0% { opacity: 0; transform: scale(.48) rotate(-5deg); }
  68% { opacity: 1; transform: scale(1.06) rotate(1deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes loading-ring-breathe {
  0% { transform: translate(-50%, -50%) scale(.97); }
  55% { transform: translate(-50%, -50%) scale(1.035); }
  100% { transform: translate(-50%, -50%) scale(1); }
}
@keyframes loading-wordmark {
  from { opacity: 0; transform: translate(-50%, clamp(128px, 13vw, 174px)); letter-spacing: .45em; }
  to { opacity: .78; transform: translate(-50%, clamp(120px, 12vw, 164px)); letter-spacing: .32em; }
}

.hero { position: relative; min-height: 100svh; overflow: hidden; padding-bottom: 52px; color: var(--ink); background-color: #fbf8f1; background-image: repeating-linear-gradient(90deg, rgba(67,57,46,.018) 0, rgba(67,57,46,.018) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(0deg, rgba(67,57,46,.014) 0, rgba(67,57,46,.014) 1px, transparent 1px, transparent 5px), radial-gradient(circle at 5% 22%, rgba(240,180,60,.13), transparent 24%), radial-gradient(circle at 94% 17%, rgba(11,135,130,.1), transparent 26%); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; right: -8%; bottom: 7%; width: 30vw; height: 30vw; border-radius: 50%; background: radial-gradient(circle, rgba(140,90,145,.12), transparent 66%); filter: blur(28px); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 32px; background: var(--ivory); clip-path: polygon(0 66%, 8% 48%, 20% 74%, 32% 37%, 45% 62%, 56% 29%, 72% 64%, 85% 38%, 100% 70%, 100% 100%, 0 100%); }

.site-header { position: relative; z-index: 5; height: 98px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(43,40,36,.18); }
.logo { display: inline-flex; align-items: center; color: var(--ink); }
.official-logo { position: relative; width: 60px; height: 60px; flex: 0 0 auto; overflow: hidden; border-radius: 50%; background: #303034; box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.official-logo img { position: absolute; left: 50%; top: 50%; width: 102px; max-width: none; height: 102px; transform: translate(-50%, -50%); }
.logo-copy { display: flex; flex-direction: column; margin-left: 12px; }
.logo-copy small { margin-bottom: 2px; font-size: 8px; font-weight: 600; letter-spacing: .16em; opacity: .72; }
.logo-copy strong { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1; letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--teal); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav .nav-contact { padding: 13px 18px; color: var(--teal); border: 1px solid rgba(11,135,130,.55); border-radius: 99px; background: rgba(255,255,255,.62); }
.desktop-nav .nav-contact::after { display: none; }
.mobile-menu { display: none; }

.hero-stage { position: relative; width: min(90vw, 1840px); min-height: clamp(620px, 76svh, 900px); margin: 24px auto 0; }
.hero-gallery-frame { position: absolute; inset: 0; overflow: hidden; border: 8px solid rgba(255,254,250,.96); border-radius: 30px 16px 46px 22px / 24px 38px 20px 44px; background: #d8d6cc; box-shadow: 0 24px 70px rgba(73,62,47,.16), 0 0 0 1px rgba(43,40,36,.08); isolation: isolate; }
.hero-gallery-frame::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(22,31,28,.16) 0%, transparent 34%), linear-gradient(180deg, rgba(255,255,255,.06), transparent 34%, rgba(20,27,24,.13)); }
.hero-gallery { position: absolute; inset: 0; }
.hero-gallery-photo { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: 0; transform: scale(1.015); filter: saturate(1.08) contrast(1.03); will-change: opacity, transform; }
.hero-gallery-photo-primary { opacity: 1; object-position: 50% 54%; animation: hero-photo-primary 18s linear infinite; }
.hero-gallery-photo-indoor { object-position: 50% 62%; animation: hero-photo-cycle 18s 5.4s linear infinite; }
.hero-gallery-photo-sports { object-position: 50% 58%; animation: hero-photo-cycle 18s 10.8s linear infinite; }
.hero-gallery-label { position: absolute; z-index: 3; right: 24px; bottom: 20px; margin: 0; padding: 9px 13px; color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.3); border-radius: 99px; background: rgba(24,37,34,.42); backdrop-filter: blur(9px); font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.hero-gallery-label span { margin-left: 10px; opacity: .7; }
.hero-copy { position: absolute; z-index: 3; isolation: isolate; left: clamp(28px, 4vw, 72px); top: clamp(34px, 4.8vh, 62px); width: min(690px, 48vw); max-width: none; padding: 30px 32px 32px; border: 0; background: transparent; box-shadow: none; }
.hero-copy::before { content: ""; position: absolute; z-index: -1; inset: -24px -96px -26px -32px; pointer-events: none; border-radius: 32% 18% 38% 20% / 26% 34% 22% 40%; background: radial-gradient(ellipse at 24% 48%, rgba(255,254,250,.95) 0%, rgba(255,254,250,.82) 44%, rgba(255,254,250,.4) 68%, rgba(255,254,250,0) 88%); backdrop-filter: blur(3px); }
.hero-eyebrow { margin-bottom: 18px; color: var(--teal); }
.hero h1 { max-width: 680px; margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(40px, 3.15vw, 52px); font-weight: 600; line-height: 1.42; letter-spacing: .02em; text-wrap: balance; }
.hero-lead { margin: 22px 0 0; color: var(--text); font-size: 16px; font-weight: 450; line-height: 1.85; letter-spacing: .025em; }
.button { min-height: 58px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 700; letter-spacing: .03em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { min-width: 228px; color: white; background: var(--coral); box-shadow: 0 12px 30px rgba(159,58,36,.25); }
.button-primary:hover { background: var(--coral-dark); }
.button-secondary { min-width: 215px; color: var(--teal); border-color: rgba(11,135,130,.55); background: rgba(255,255,255,.76); backdrop-filter: blur(10px); box-shadow: 0 10px 28px rgba(38,90,84,.1); }
.button-secondary:hover { color: white; background: var(--teal); }

@keyframes hero-photo-primary {
  0%, 30% { opacity: 1; transform: scale(1.015); }
  36%, 94% { opacity: 0; transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1.015); }
}
@keyframes hero-photo-cycle {
  0% { opacity: 0; transform: scale(1.05); }
  6%, 30% { opacity: 1; transform: scale(1.015); }
  36%, 100% { opacity: 0; transform: scale(1.05); }
}

.canvas { position: relative; overflow: hidden; background-color: var(--ivory); background-image: radial-gradient(circle at 18% 20%, rgba(255,255,255,.95), transparent 42%), radial-gradient(ellipse at 84% 78%, rgba(255,247,231,.36), transparent 45%); }
.intro { padding: 150px 0 140px; }
.intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 90px; align-items: start; }
.intro-copy h2, .section-heading h2, .news-heading h2, .support h2, .closing h2 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(38px, 4.4vw, 60px); font-weight: 600; line-height: 1.5; letter-spacing: .02em; }
.intro-copy > p:not(.eyebrow) { max-width: 630px; margin: 28px 0 0; color: var(--text); font-size: 16px; font-weight: 450; line-height: 1.9; }
.text-link { display: inline-flex; gap: 44px; align-items: center; margin-top: 32px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.value-list { border-top: 1px solid var(--line); }
.value-list article { position: relative; min-height: 126px; padding: 28px 0 25px 65px; border-bottom: 1px solid var(--line); }
.value-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.value-list p { margin: 0; color: var(--text-subtle); font-size: 14px; line-height: 1.8; }
.value-dot { position: absolute; left: 0; top: 31px; width: 39px; height: 39px; display: grid; place-items: center; color: white; border-radius: 49% 38% 52% 41%; font-size: 9px; }
.value-dot.coral { background: var(--coral); transform: rotate(-12deg); }
.value-dot.green { background: var(--green); transform: rotate(9deg); }
.value-dot.purple { background: var(--purple); transform: rotate(-4deg); }
.watercolor { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .26; }
.watercolor-coral { width: 370px; height: 260px; top: -115px; right: 10%; transform: rotate(-13deg); background: radial-gradient(ellipse, rgba(237,103,71,.65), rgba(231,170,46,.35) 48%, transparent 72%); }
.watercolor-teal { width: 310px; height: 190px; left: -140px; bottom: -50px; background: radial-gradient(ellipse, rgba(64,165,158,.65), rgba(126,156,66,.25) 50%, transparent 75%); }

.events-section { padding: 130px 0 145px; color: var(--ink); background: radial-gradient(circle at 8% 12%, rgba(240,110,79,.2), transparent 24%), radial-gradient(circle at 92% 84%, rgba(240,180,60,.22), transparent 27%), linear-gradient(135deg, #f1faf7 0%, #dff4ef 100%); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 64px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2 { line-height: 1.35; }
.section-heading > p { margin: 0 0 8px; color: var(--text-subtle); font-size: 15px; font-weight: 450; line-height: 1.8; }
.light-heading { color: var(--ink); }
.light-heading .eyebrow { color: var(--teal); }
.light-heading > p { color: var(--text-subtle); }
.event-overview { display: grid; grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr); gap: 22px; }
.event-summary-card {
  --event-accent: var(--coral);
  position: relative;
  min-height: 390px;
  padding: 42px 44px 38px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--text);
  border: 1px solid rgba(43,40,36,.11);
  border-radius: 28px 16px 36px 20px / 20px 34px 18px 38px;
  background: var(--paper-strong);
  box-shadow: 0 22px 60px rgba(48,105,96,.12);
  isolation: isolate;
}
.event-summary-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -110px;
  width: 300px;
  height: 260px;
  border-radius: 45% 55% 48% 52%;
  background: radial-gradient(circle at 46% 42%, color-mix(in srgb, var(--event-accent) 31%, transparent), transparent 67%);
  transform: rotate(-13deg);
}
.event-summary-current { --event-accent: var(--coral); }
.event-summary-record { --event-accent: var(--teal); }
.event-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; }
.event-summary-kind { color: var(--text-muted); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.event-summary-card h3 { max-width: 620px; margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(28px,3vw,42px); font-weight: 600; line-height: 1.45; }
.event-summary-card > p { max-width: 570px; margin: 22px 0 0; color: var(--text-subtle); font-size: 15px; line-height: 1.85; }
.event-summary-card .text-link { align-self: flex-start; margin-top: auto; padding-top: 34px; }
.event-summary-facts { margin: 24px 0 0; }
.event-summary-facts div { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.event-summary-facts dt { color: var(--text-muted); font-size: 12px; font-weight: 600; }
.event-summary-facts dd { margin: 0; font-family: var(--serif); font-size: 16px; font-weight: 600; line-height: 1.6; }

.journal { padding: 150px 0 145px; }
.activity-timeline { position: relative; margin-bottom: 96px; }
.activity-timeline::before { content: ""; position: absolute; left: 84px; top: 42px; bottom: -54px; width: 1px; background: linear-gradient(var(--coral), var(--mustard), transparent); opacity: .55; }
.activity-record {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0,1fr) minmax(230px,.56fr);
  gap: 36px;
  align-items: center;
  min-height: 250px;
  padding: 36px 42px 36px 28px;
  border: 1px solid rgba(43,40,36,.11);
  border-radius: 18px 34px 22px 40px / 30px 20px 42px 24px;
  background: var(--paper-strong);
  box-shadow: 0 20px 58px rgba(65,54,43,.1);
}
.activity-record-date { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; color: var(--coral-dark); font-family: var(--serif); }
.activity-record-date::before { content: ""; position: absolute; z-index: -1; inset: -18px -8px; border-radius: 50% 46% 52% 43%; background: rgba(240,180,60,.16); transform: rotate(-8deg); }
.activity-record-date span { font-family: var(--latin); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.activity-record-date time { font-size: 31px; font-weight: 600; line-height: 1.4; }
.activity-record-copy > p:first-child { margin: 0 0 10px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.activity-record-copy h3 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(28px,3vw,40px); font-weight: 600; line-height: 1.45; }
.activity-record-copy > p:last-child { max-width: 600px; margin: 18px 0 0; color: var(--text-subtle); font-size: 14px; line-height: 1.85; }
.activity-record-facts { margin: 0; }
.activity-record-facts div { padding: 14px 0; border-top: 1px solid var(--line); }
.activity-record-facts dt { margin-bottom: 6px; color: var(--text-muted); font-size: 11px; font-weight: 600; }
.activity-record-facts dd { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.65; }
.activity-record .text-link { grid-column: 3; align-self: end; justify-self: start; margin-top: 0; }
.activity-scenes-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 44px; padding-top: 4px; }
.activity-scenes-heading .eyebrow { margin-bottom: 14px; }
.activity-scenes-heading h3 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(28px,3vw,40px); font-weight: 600; line-height: 1.45; }
.activity-scenes-heading > p { margin: 0 0 4px; color: var(--text-subtle); font-size: 14px; line-height: 1.8; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: start; padding: 25px 8px 10px; }
.journal-card { position: relative; padding: 14px 14px 23px; background: var(--paper-strong); border: 1px solid rgba(43,40,36,.11); box-shadow: 0 18px 50px rgba(65,54,43,.11); transition: transform .3s ease; }
.journal-card:hover { transform: translateY(-7px) rotate(0); }
.rotate-left { transform: rotate(-1.25deg); }
.rotate-right { transform: rotate(1.15deg); margin-top: 20px; }
.middle-card { margin-top: -8px; }
.journal-photo { position: relative; height: 280px; overflow: hidden; border-radius: 10px 22px 13px 20px; }
.journal-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.04) saturate(1.08); transition: transform .6s ease; }
.journal-card:hover .journal-photo img { transform: scale(1.035); }
.tape { position: absolute; z-index: 2; top: -14px; left: 50%; transform: translateX(-50%) rotate(-2deg); min-width: 112px; padding: 8px 15px; text-align: center; color: white; font-size: 10px; font-weight: 800; letter-spacing: .08em; clip-path: polygon(4% 4%, 97% 0, 100% 92%, 5% 100%, 0 54%); }
.tape-coral { background: rgba(237,103,71,.88); }
.tape-green { background: rgba(123,156,66,.9); transform: translateX(-50%) rotate(2deg); }
.tape-purple { background: rgba(128,81,132,.9); }
.journal-card-copy { position: relative; padding: 23px 8px 0; }
.journal-card-copy p { margin: 0 0 8px; color: var(--text-muted); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.journal-card-copy h3 { margin: 0; color: #203c39; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.55; }
.journal-card-copy a { position: absolute; right: 4px; top: 27px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.journal-more { display: flex; justify-content: center; margin-top: 58px; }
.button-outline { min-width: 245px; border-color: var(--ink); }
.button-outline:hover { color: white; background: var(--ink); }

.vision { position: relative; overflow: hidden; min-height: 650px; color: #174f50; background: linear-gradient(125deg, #e3f7f3 0%, #c9eee8 64%, #fff0c8 100%); isolation: isolate; }
.vision::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .48; background: radial-gradient(circle at 78% 18%, white, transparent 31%), linear-gradient(104deg, transparent 45%, rgba(255,255,255,.5) 46%, transparent 48%); }
.vision-grid { position: relative; z-index: 3; min-height: 650px; display: grid; grid-template-columns: 1.28fr .72fr; align-items: center; }
.vision-year-area { position: relative; align-self: center; min-width: 0; }
.vision-number { min-height: .9em; overflow: hidden; font-family: var(--serif); font-size: clamp(150px, 21vw, 310px); line-height: .88; letter-spacing: -.07em; color: rgba(255,255,255,.84); text-shadow: 0 1px 0 rgba(23,79,80,.1), 0 12px 35px rgba(54,130,123,.08); transform: translateX(-18px); }
.vision-number span { display: block; animation: year-tick .26s cubic-bezier(.2,.7,.25,1); }
.vision-year-progress { width: min(440px, 75%); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-top: 25px; color: rgba(23,79,80,.64); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.vision-year-progress > i { height: 2px; overflow: hidden; background: rgba(255,255,255,.72); }
.vision-year-progress b { display: block; height: 100%; background: linear-gradient(90deg, var(--coral), var(--mustard)); transition: width .24s ease; }
.vision-year-area > p { margin: 12px 0 0; color: rgba(23,79,80,.68); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.vision-copy { position: relative; z-index: 4; max-width: 440px; padding: 74px 0; }
.vision-copy::before { content: ""; position: absolute; z-index: -1; inset: 28px -46px 28px -54px; border-radius: 50%; background: radial-gradient(ellipse, rgba(226,246,241,.92) 0%, rgba(229,247,242,.65) 56%, transparent 76%); }
.vision-copy h2 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(48px, 5vw, 70px); font-weight: 600; line-height: 1.35; }
.vision-copy > p:not(.eyebrow) { margin: 0; color: #315f5f; font-size: 15px; font-weight: 450; line-height: 1.9; }
.vision-copy strong { margin: 0 4px; color: var(--coral-dark); font-family: var(--serif); font-size: 26px; }
.vision-note { display: inline-block; margin-top: 30px; padding-top: 12px; border-top: 1px solid rgba(23,79,80,.35); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.vision-build-scene { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.dome-stage { position: absolute; left: -1%; bottom: -2%; width: 82%; height: 101%; max-width: none; object-fit: cover; object-position: left center; mix-blend-mode: multiply; opacity: 0; -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 76%, rgba(0,0,0,.72) 88%, transparent 100%); mask-image: linear-gradient(90deg, #000 0%, #000 76%, rgba(0,0,0,.72) 88%, transparent 100%); }
.dome-stage-skeleton { filter: grayscale(1) contrast(.88) brightness(1.06); }
.dome-stage-complete { filter: saturate(.78) contrast(.92) brightness(1.04); }
.vision-blueprint-grid { position: absolute; left: 0; bottom: 0; width: 67%; height: 86%; opacity: 0; background-image: linear-gradient(rgba(20,112,108,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(20,112,108,.13) 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(ellipse at 40% 60%, black 0%, transparent 72%); }
.construction-lines { position: absolute; left: 5%; bottom: 7%; width: 65%; height: 82%; opacity: 0; }
.construction-lines i { position: absolute; display: block; border: 1px solid rgba(23,79,80,.27); }
.construction-lines i:nth-child(1) { left: 7%; bottom: 20%; width: 72%; height: 42%; border-radius: 52% 52% 12% 12% / 80% 80% 12% 12%; }
.construction-lines i:nth-child(2) { left: 18%; bottom: 20%; width: 49%; height: 55%; border-radius: 50% 50% 8% 8%; }
.construction-lines i:nth-child(3) { left: 42%; bottom: 18%; width: 1px; height: 62%; transform: rotate(-18deg); }
.construction-lines i:nth-child(4) { left: 8%; right: 8%; bottom: 19%; height: 1px; }
.is-building .vision-blueprint-grid { animation: blueprint-in .8s .08s both; }
.is-building .dome-stage-skeleton { animation: skeleton-build 1.25s .28s both; }
.is-building .construction-lines { animation: construction-guide 2.25s .36s both; }
.is-building .dome-stage-complete { animation: dome-complete 1.45s 1.2s both; }
.vision-rings { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.vision-rings i { position: absolute; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; }
.vision-rings i:nth-child(1) { width: 520px; height: 520px; left: -140px; top: 30px; }
.vision-rings i:nth-child(2) { width: 390px; height: 390px; left: 120px; top: 130px; }
.vision-rings i:nth-child(3) { width: 650px; height: 650px; right: -340px; top: -280px; }

@keyframes year-tick {
  from { opacity: .18; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes blueprint-in {
  from { opacity: 0; transform: scale(.97); }
  to { opacity: .22; transform: scale(1); }
}
@keyframes skeleton-build {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(9px); }
  18% { opacity: .16; }
  100% { opacity: .24; clip-path: inset(0 0 0 0); transform: translateY(0); }
}
@keyframes construction-guide {
  0% { opacity: 0; transform: scale(.96); }
  28% { opacity: .62; }
  78% { opacity: .28; }
  100% { opacity: .09; transform: scale(1); }
}
@keyframes dome-complete {
  0% { opacity: 0; clip-path: circle(5% at 42% 60%); transform: translateY(10px); }
  100% { opacity: .58; clip-path: circle(82% at 42% 60%); transform: translateY(0); }
}

.support { padding: 145px 0; background-color: #fffaf1; background-image: radial-gradient(circle at 8% 88%, rgba(240,180,60,.17), transparent 27%), radial-gradient(circle at 92% 12%, rgba(140,90,145,.12), transparent 27%); }
.support-heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 90px; align-items: end; margin-bottom: 62px; }
.support-copy h2 { line-height: 1.45; }
.support-heading > p { max-width: 440px; margin: 0 0 8px; color: var(--text-subtle); font-size: 15px; font-weight: 450; line-height: 1.85; }
.support-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.support-option {
  --support-accent: var(--coral);
  position: relative;
  min-height: 320px;
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(43,40,36,.11);
  border-radius: 24px 13px 30px 17px / 17px 29px 14px 31px;
  background: var(--paper-strong);
  box-shadow: 0 18px 48px rgba(73,62,47,.09);
  isolation: isolate;
}
.support-option::before { content: ""; position: absolute; left: 28px; right: 28px; top: 0; height: 4px; border-radius: 0 0 99px 99px; background: var(--support-accent); }
.support-option::after { content: ""; position: absolute; z-index: -1; right: -70px; bottom: -88px; width: 210px; height: 190px; border-radius: 42% 58% 48% 52%; background: radial-gradient(circle, color-mix(in srgb, var(--support-accent) 24%, transparent), transparent 68%); transform: rotate(-11deg); }
.support-option-teal { --support-accent: var(--teal); }
.support-option-purple { --support-accent: var(--purple); }
.support-option-number { color: var(--support-accent); font-family: var(--latin); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.support-option h3 { margin: 54px 0 18px; color: #203c39; font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.5; }
.support-option p { margin: 0; color: var(--text-subtle); font-size: 14px; line-height: 1.85; }
.support-option-status { align-self: flex-start; margin-top: auto; padding: 8px 11px; color: var(--support-accent); border: 1px solid color-mix(in srgb, var(--support-accent) 38%, transparent); border-radius: 99px; background: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.support-other { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 34px; padding: 24px 28px; border-block: 1px solid var(--line); }
.support-other p { margin: 0 0 6px; font-family: var(--serif); font-size: 17px; font-weight: 600; }
.support-other div > span { color: var(--text-subtle); font-size: 13px; line-height: 1.7; }
.support-other nav { display: flex; flex-wrap: wrap; gap: 12px 30px; }
.support-other nav a { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; color: var(--teal); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.news { padding: 145px 0; background: radial-gradient(circle at 96% 5%, rgba(240,110,79,.11), transparent 24%), #fffefa; }
.news-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 100px; }
.news-heading h2 { font-size: clamp(38px, 4vw, 56px); }
.news-heading > p:not(.eyebrow) { margin: 24px 0 0; color: var(--text-subtle); font-size: 15px; line-height: 1.85; }
.news-list { border-top: 1px solid var(--ink); }
.news-list > a { display: grid; grid-template-columns: 100px 1fr auto 28px; gap: 25px; align-items: center; min-height: 104px; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.news-list > a:hover { padding-left: 10px; color: var(--teal); }
.news-list strong { font-family: var(--serif); font-size: 16px; font-weight: 600; }
.news-list time { color: #8a847d; font-size: 10px; }
.news-type { width: 80px; padding: 7px 8px; text-align: center; color: white; font-size: 9px; }
.type-coral { background: var(--coral); }
.type-green { background: var(--green); }
.type-purple { background: var(--purple); }
.news-empty { min-height: 190px; padding: 38px 44px; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); background: linear-gradient(120deg, rgba(11,135,130,.055), rgba(240,180,60,.06)); }
.news-empty > span { align-self: flex-start; margin-bottom: 18px; padding: 7px 12px; color: white; background: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.news-empty strong { font-family: var(--serif); font-size: 24px; font-weight: 600; }
.news-empty p { margin: 14px 0 0; color: var(--text-subtle); font-size: 14px; line-height: 1.8; }

.organization { padding: 145px 0; background-color: #f7fbf5; }
.gateway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gateway { position: relative; min-height: 220px; padding: 30px; overflow: hidden; color: white; }
.gateway::after { content: ""; position: absolute; right: -55px; bottom: -80px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.06), 0 0 0 58px rgba(255,255,255,.04); }
.gateway-coral { background: var(--coral); }
.gateway-green { background: var(--green); }
.gateway-purple { background: var(--purple); }
.gateway > span { font-size: 10px; opacity: .7; }
.gateway p { margin: 48px 0 10px; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.gateway h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.gateway > span:last-child { position: absolute; right: 28px; top: 29px; opacity: 1; font-size: 16px; }

.partners { padding: 115px 0 105px; overflow: hidden; background: radial-gradient(circle at 12% 18%, rgba(240,110,79,.12), transparent 24%), radial-gradient(circle at 88% 82%, rgba(11,135,130,.12), transparent 28%), #fff5d9; border-top: 1px solid rgba(231,170,46,.25); border-bottom: 1px solid rgba(231,170,46,.25); }
.partner-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 52px; }
.partner-head h2 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(34px, 3.8vw, 52px); font-weight: 600; line-height: 1.4; }
.partner-intro { max-width: 390px; }
.partner-intro > p { margin: 0; color: var(--text-subtle); font-size: 14px; line-height: 1.8; }
.partner-intro .text-link { margin-top: 20px; }
.logo-marquee { position: relative; width: 100%; margin-block: -10px; padding-block: 10px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 clamp(24px, 2.5vw, 48px), #000 calc(100% - clamp(24px, 2.5vw, 48px)), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 clamp(24px, 2.5vw, 48px), #000 calc(100% - clamp(24px, 2.5vw, 48px)), transparent 100%); }
.logo-marquee-track { width: max-content; display: flex; align-items: center; animation: sponsor-flow-left 48s linear infinite; will-change: transform; }
.sponsor-logo-set { display: flex; align-items: center; gap: 18px; padding-right: 18px; }
.sponsor-logo-card { --logo-safe-x: 24px; --logo-safe-y: 20px; position: relative; width: 244px; height: 126px; flex: 0 0 auto; margin: 0; padding: 0; overflow: hidden; background: rgba(255,255,255,.94); border: 1px solid rgba(43,40,36,.08); border-radius: 7px; box-shadow: 0 10px 28px rgba(106,87,56,.08); }
.sponsor-logo-fit { position: absolute; inset: var(--logo-safe-y) var(--logo-safe-x); display: block; }
.sponsor-logo-fit img { display: block; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; object-position: center; }
.sponsor-logo-card--portrait { --logo-safe-x: 36px; --logo-safe-y: 22px; }

@keyframes sponsor-flow-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.closing { position: relative; min-height: 610px; overflow: hidden; color: var(--ink); background: #f5efe4; }
.closing > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.closing-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,246,.94) 0%, rgba(255,249,236,.78) 43%, rgba(255,255,255,.12) 76%), linear-gradient(0deg, rgba(255,246,226,.22), transparent 55%); }
.closing-inner { position: relative; min-height: 610px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.closing h2 { color: #203c39; font-size: clamp(48px, 6vw, 76px); line-height: 1.35; text-shadow: 0 2px 20px rgba(255,255,255,.65); }
.closing-copy { max-width: 580px; margin: 26px 0 0; color: var(--text); font-size: 15px; line-height: 1.85; }
.closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button-light { min-width: 190px; color: var(--teal); background: white; }
.mail-note { margin: 14px 0 0; color: rgba(43,40,36,.58); font-size: 9px; }
.contact-status { margin: 15px 0 0; color: var(--text-subtle); font-size: 13px; line-height: 1.7; }

footer { padding: 80px 0 24px; color: #4f4b45; background: #f8f3e9; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; gap: 90px; padding-bottom: 68px; }
.footer-logo { align-self: flex-start; }
.footer-logo .official-logo { width: 72px; height: 72px; }
.footer-logo .official-logo img { width: 122px; height: 122px; }
.footer-logo .logo-copy strong { font-size: 25px; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); gap: 90px; }
.footer-nav div { display: flex; flex-direction: column; gap: 13px; }
.footer-nav p { margin: 0 0 8px; color: var(--text-muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.footer-nav a { font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: var(--text-muted); border-top: 1px solid rgba(43,40,36,.13); font-size: 11px; letter-spacing: .06em; }
.mobile-fixed-actions { display: none; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--mustard); outline-offset: 4px; }

@media (max-width: 980px) {
  .page-shell { width: min(100% - 48px, 800px); }
  .hero-stage { width: calc(100% - 32px); min-height: clamp(620px, 78svh, 760px); }
  .hero-copy { left: 24px; top: 30px; width: min(610px, 72vw); padding: 28px 30px 30px; }
  .hero h1 { font-size: clamp(40px, 5.7vw, 50px); }
  .desktop-nav { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; list-style: none; border: 1px solid rgba(43,40,36,.38); border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 1px; display: block; background: var(--ink); }
  .mobile-menu nav { position: absolute; right: 0; top: 55px; min-width: 230px; padding: 18px; display: flex; flex-direction: column; color: var(--ink); background: rgba(255,253,247,.98); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(62,54,45,.16); }
  .mobile-menu nav a { padding: 13px 8px; border-bottom: 1px solid rgba(43,40,36,.12); font-size: 13px; }
  .intro-grid { grid-template-columns: 1fr; }
  .value-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 0; gap: 12px; }
  .value-list article { padding: 66px 15px 20px; border: 1px solid var(--line); }
  .value-dot { left: 15px; top: 15px; }
  .event-overview { grid-template-columns: 1fr; }
  .event-summary-card { min-height: 330px; }
  .activity-record { grid-template-columns: 100px minmax(0,1fr); }
  .activity-record-facts { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .activity-record .text-link { grid-column: 2; }
  .activity-scenes-heading { align-items: flex-start; }
  .journal-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .journal-card:last-child { grid-column: span 2; width: calc(50% - 12px); justify-self: center; }
  .vision-grid { grid-template-columns: 1fr; min-height: 720px; align-content: center; }
  .vision-year-area { position: absolute; left: 0; top: 58px; width: 100%; }
  .vision-number { font-size: 29vw; }
  .vision-copy { margin-left: auto; margin-top: 190px; }
  .dome-stage { width: 100%; height: 78%; opacity: 0; object-position: 34% center; }
  .vision-blueprint-grid, .construction-lines { width: 86%; height: 68%; }
  .support-heading { grid-template-columns: 1fr; gap: 28px; }
  .support-options { grid-template-columns: 1fr; }
  .support-option { min-height: 230px; }
  .news-grid { grid-template-columns: 1fr; gap: 65px; }
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway { min-height: 200px; }
  .gateway p { margin-top: 36px; }
  .partner-head { display: block; }
  .partner-intro { max-width: 520px; margin-top: 28px; }
}

@media (max-width: 640px) {
  html { scroll-padding-bottom: 64px; }
  body { padding-bottom: 60px; }
  .page-shell { width: calc(100% - 36px); }
  .site-header { height: 78px; }
  .official-logo { width: 50px; height: 50px; }
  .official-logo img { width: 85px; height: 85px; }
  .logo-copy { margin-left: 8px; }
  .logo-copy small { display: none; }
  .logo-copy strong { font-size: 19px; }
  .hero { min-height: auto; padding-bottom: 54px; }
  .hero-stage { width: calc(100% - 20px); min-height: 0; margin-top: 12px; display: flex; flex-direction: column; }
  .hero-gallery-frame { position: relative; inset: auto; height: clamp(450px, 62svh, 560px); border-width: 5px; border-radius: 20px 10px 30px 14px / 16px 24px 13px 28px; }
  .hero-gallery-photo-primary { object-position: 58% 52%; }
  .hero-gallery-photo-indoor { object-position: 50% 62%; }
  .hero-gallery-photo-sports { object-position: 50% 58%; }
  .hero-gallery-label { right: 12px; bottom: 12px; padding: 7px 10px; font-size: 8px; }
  .hero-copy { position: relative; left: auto; top: auto; width: calc(100% - 32px); max-width: none; margin: -22px auto 0; padding: 24px 18px 22px; }
  .hero-copy::before { inset: -14px -18px -16px -18px; border-radius: 28% 16% 30% 18% / 22% 30% 18% 34%; background: radial-gradient(ellipse at 34% 48%, rgba(255,254,250,.94) 0%, rgba(255,254,250,.78) 52%, rgba(255,254,250,.3) 78%, rgba(255,254,250,0) 100%); backdrop-filter: blur(2px); }
  .hero-eyebrow { margin-bottom: 14px; font-size: 10px; }
  .hero h1 { font-size: clamp(32px, 9.7vw, 42px); line-height: 1.5; }
  .hero-lead { margin-top: 17px; font-size: 15px; line-height: 1.85; }
  .desktop-only { display: none; }
  .eyebrow { margin-bottom: 16px; font-size: 11px; letter-spacing: .08em; }
  .intro, .journal, .support, .news, .organization { padding: 92px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 46px; }
  .intro-copy h2, .section-heading h2, .news-heading h2, .support h2 { font-size: 34px; line-height: 1.55; }
  .intro-copy > p:not(.eyebrow) { margin-top: 23px; font-size: 15px; line-height: 1.85; }
  .value-list { grid-column: auto; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
  .value-list article { min-height: 112px; padding: 25px 0 22px 60px; border: 0; border-bottom: 1px solid var(--line); }
  .value-dot { left: 0; top: 28px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading > p { margin-top: 20px; font-size: 14px; line-height: 1.8; }
  .events-section { padding: 92px 0 96px; }
  .event-overview { gap: 14px; }
  .event-summary-card { min-height: 0; padding: 30px 24px 28px; border-radius: 20px 12px 28px 15px / 15px 26px 13px 29px; }
  .event-summary-head { align-items: flex-start; margin-bottom: 24px; }
  .event-summary-kind { font-size: 11px; text-align: right; }
  .event-summary-card h3 { font-size: 26px; }
  .event-summary-card > p { font-size: 14px; }
  .event-summary-card .text-link { margin-top: 28px; padding-top: 0; }
  .event-summary-facts div { grid-template-columns: 58px 1fr; gap: 12px; }
  .event-summary-facts dd { font-size: 14px; }
  .activity-timeline { margin-bottom: 72px; }
  .activity-timeline::before { left: 32px; top: 32px; }
  .activity-record { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px 30px; }
  .activity-record-date { align-items: flex-start; }
  .activity-record-date::before { inset: -10px auto -10px -8px; width: 100px; }
  .activity-record-date time { font-size: 27px; }
  .activity-record-copy h3 { font-size: 27px; }
  .activity-record-copy > p:last-child { font-size: 14px; }
  .activity-record-facts { grid-column: 1; grid-template-columns: 1fr; gap: 0; }
  .activity-record .text-link { grid-column: 1; }
  .activity-scenes-heading { display: block; margin-bottom: 34px; }
  .activity-scenes-heading > p { margin-top: 18px; font-size: 14px; }
  .journal-grid { display: flex; overflow-x: auto; gap: 18px; padding: 25px 18px 30px; margin-inline: -18px; scroll-snap-type: x mandatory; }
  .journal-card, .journal-card:last-child { flex: 0 0 82vw; width: auto; margin-top: 0; transform: none; scroll-snap-align: center; }
  .journal-photo { height: 245px; }
  .journal-more { margin-top: 30px; }
  .vision, .vision-grid { min-height: 720px; }
  .vision-year-area { top: 54px; }
  .vision-number { font-size: 31vw; transform: none; }
  .vision-year-progress { width: 78%; margin-top: 18px; }
  .vision-year-area > p { font-size: 7px; }
  .vision-copy { margin-top: 170px; padding: 70px 0 50px; }
  .vision-copy::before { inset: 20px -25px 12px -30px; }
  .vision-copy h2 { font-size: 48px; }
  .dome-stage { left: -15%; bottom: -2%; width: 130%; height: 61%; object-position: 27% center; }
  .vision-blueprint-grid, .construction-lines { left: -8%; bottom: 0; width: 108%; height: 54%; }
  .support-heading { margin-bottom: 42px; }
  .support-heading > p { font-size: 14px; }
  .support-options { gap: 12px; }
  .support-option { min-height: 250px; padding: 28px 24px 25px; }
  .support-option h3 { margin-top: 42px; font-size: 22px; }
  .support-other { display: block; padding: 22px 0; }
  .support-other nav { margin-top: 20px; }
  .news-grid { gap: 50px; }
  .news-list > a { grid-template-columns: 75px 1fr 22px; gap: 14px; min-height: 112px; }
  .news-list time { display: none; }
  .news-type { width: 70px; }
  .news-list strong { font-size: 14px; line-height: 1.6; }
  .news-empty { min-height: 230px; padding: 38px 28px; }
  .news-empty strong { font-size: 20px; line-height: 1.6; }
  .gateway { min-height: 185px; }
  .gateway-grid { gap: 10px; }
  .closing, .closing-inner { min-height: 590px; }
  .closing > img { object-position: 57% center; }
  .closing-overlay { background: linear-gradient(180deg, rgba(255,253,247,.22), rgba(255,249,237,.9)); }
  .closing-inner { justify-content: flex-end; padding-bottom: 70px; }
  .closing h2 { font-size: 47px; }
  .closing-copy { font-size: 13px; }
  .closing-actions { width: 100%; }
  .closing-actions .button { width: 100%; }
  footer { padding-top: 60px; }
  .footer-top { display: block; padding-bottom: 48px; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 45px; }
  .footer-nav a { font-size: 10px; line-height: 1.5; }
  .footer-bottom { font-size: 8px; }
  .partners { padding: 88px 0 82px; }
  .partner-head { margin-bottom: 38px; }
  .partner-head h2 { font-size: 34px; }
  .sponsor-logo-card { --logo-safe-x: 18px; --logo-safe-y: 14px; width: 194px; height: 108px; }
  .sponsor-logo-card--portrait { --logo-safe-x: 28px; --logo-safe-y: 16px; }
  .sponsor-logo-set { gap: 12px; padding-right: 12px; }
  .mobile-fixed-actions { position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; height: 60px; display: grid; grid-template-columns: 1.28fr .72fr; color: white; box-shadow: 0 -6px 25px rgba(30,31,28,.18); }
  .mobile-fixed-actions a { display: grid; place-items: center; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
  .mobile-fixed-actions a:first-child { background: var(--coral); }
  .mobile-fixed-actions a:last-child { background: var(--teal); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-gallery-photo { animation: none !important; opacity: 0; transform: none; }
  .hero-gallery-photo-primary { opacity: 1; }
  .vision-blueprint-grid { opacity: .16; }
  .dome-stage-skeleton, .construction-lines { display: none; }
  .dome-stage-complete { opacity: .5; clip-path: none; transform: none; }
  .logo-marquee { overflow: visible; -webkit-mask-image: none; mask-image: none; }
  .logo-marquee-track { width: 100%; animation: none !important; transform: none !important; }
  .sponsor-logo-set { width: 100%; flex-wrap: wrap; justify-content: center; }
  .sponsor-logo-set[aria-hidden="true"] { display: none; }
  .loading-intro__wash { opacity: .28; transform: none; }
  .loading-intro__ring { transform: translate(-50%, -50%); }
  .loading-intro__mark { opacity: 1; transform: scale(1); }
  .loading-intro__ring span { opacity: .62; transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-48%) scale(1); }
  .loading-intro__wordmark { opacity: .78; transform: translate(-50%, clamp(120px, 12vw, 164px)); }
}
/* Unified story: one canvas gathering color as the visitor moves forward. */
#site-content { position: relative; z-index: 1; isolation: isolate; background: #fbf8f1; }
.living-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .96;
}
.site-main { position: relative; z-index: 1; overflow: clip; }
.site-main > section,
.site-main > footer { position: relative; z-index: 2; }
.hero {
  background-color: rgba(251,248,241,.68);
  background-image:
    repeating-linear-gradient(90deg, rgba(67,57,46,.018) 0, rgba(67,57,46,.018) 1px, transparent 1px, transparent 4px),
    repeating-linear-gradient(0deg, rgba(67,57,46,.014) 0, rgba(67,57,46,.014) 1px, transparent 1px, transparent 5px);
}
.canvas { background-color: rgba(251,248,241,.78); }
.events-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(240,110,79,.17), transparent 24%),
    radial-gradient(circle at 92% 84%, rgba(240,180,60,.18), transparent 27%),
    linear-gradient(135deg, rgba(241,250,247,.88), rgba(223,244,239,.86));
}
.support.canvas { background-color: rgba(255,250,241,.82); }
.news { background-color: rgba(255,254,250,.83); }
.organization.canvas { background-color: rgba(247,251,245,.84); }
.partners { background-color: rgba(255,245,217,.88); }

.pathway-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: end;
  gap: 90px;
}
.pathway-heading h2 {
  grid-column: 1;
  margin: 0;
  color: #203c39;
  font-family: var(--serif);
  font-size: clamp(40px, 4.7vw, 64px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: .02em;
}
.pathway-heading > .eyebrow { grid-column: 1 / -1; margin-bottom: -56px; }
.pathway-heading > p:last-child {
  grid-column: 2;
  margin: 0 0 8px;
  color: var(--text-subtle);
  font-size: 15px;
  line-height: 1.85;
}
.pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}
.pathway-card {
  --path-color: var(--coral);
  position: relative;
  min-height: 220px;
  padding: 28px 30px 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgba(43,40,36,.1);
  border-radius: 26px 14px 34px 18px / 18px 31px 16px 30px;
  background: var(--paper-strong);
  box-shadow: 0 18px 52px rgba(73,62,47,.09);
  isolation: isolate;
  transition: transform .34s cubic-bezier(.2,.72,.2,1), box-shadow .34s ease;
}
.pathway-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 190px;
  border-radius: 44% 56% 50% 42%;
  background: radial-gradient(circle at 45% 42%, color-mix(in srgb, var(--path-color) 38%, transparent), transparent 68%);
  transform: rotate(-13deg);
  transition: transform .45s ease, opacity .45s ease;
}
.pathway-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: var(--path-color);
  opacity: .72;
}
.pathway-card:hover {
  transform: translateY(-8px) rotate(-.35deg);
  box-shadow: 0 25px 64px rgba(73,62,47,.14);
}
.pathway-card:hover::before { transform: rotate(2deg) scale(1.12); }
.pathway-coral { --path-color: var(--coral); }
.pathway-green { --path-color: var(--green); }
.pathway-teal { --path-color: var(--teal); }
.pathway-number {
  color: var(--path-color);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}
.pathway-copy {
  grid-column: 1 / -1;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.pathway-copy small { color: var(--text-subtle); font-size: 12px; font-weight: 500; letter-spacing: .06em; }
.pathway-copy strong { font-family: var(--serif); font-size: clamp(20px, 2vw, 26px); font-weight: 600; }
.pathway-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--path-color);
  font-size: 14px;
}
.intro-story {
  margin-top: 138px;
  padding-top: 118px;
}
.event-sub-link {
  align-self: center;
  margin-top: 18px;
  padding-bottom: 4px;
  color: var(--teal);
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}
.journal-caption {
  max-width: 620px;
  margin: 48px auto 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.gateway small {
  position: absolute;
  left: 30px;
  bottom: 27px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  opacity: .9;
}
.closing-symbol {
  position: relative;
  width: 88px;
  height: 88px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
}
.closing-symbol::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: conic-gradient(from 25deg, rgba(240,180,60,.72), rgba(240,110,79,.72), rgba(140,90,145,.65), rgba(73,161,196,.66), rgba(130,168,77,.68), rgba(240,180,60,.72));
  opacity: .72;
  filter: blur(1px);
  mask-image: radial-gradient(circle, transparent 48%, #000 50% 68%, transparent 70%);
}
.closing-symbol .official-logo { width: 78px; height: 78px; }
.closing-symbol .official-logo img { width: 132px; height: 132px; }
.closing-symbol .logo-copy { display: none; }
.closing .button-secondary { background: rgba(255,255,255,.9); }
.contact-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.contact-paths span {
  padding: 8px 12px;
  color: var(--text-subtle);
  border: 1px solid rgba(43,40,36,.16);
  border-radius: 99px;
  background: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .pathway-heading { grid-template-columns: 1fr; gap: 28px; }
  .pathway-heading > .eyebrow { grid-column: 1; margin-bottom: -8px; }
  .pathway-heading > p:last-child { grid-column: 1; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 164px; }
  .intro-story { margin-top: 105px; padding-top: 92px; }
}

@media (max-width: 640px) {
  .living-canvas { opacity: .9; }
  .pathway-heading h2 { font-size: 34px; line-height: 1.55; }
  .pathway-heading > p:last-child { font-size: 12px; }
  .pathway-grid { gap: 12px; margin-top: 42px; }
  .pathway-card {
    min-height: 146px;
    padding: 22px 22px 23px;
    border-radius: 20px 11px 26px 14px / 14px 24px 12px 23px;
  }
  .pathway-copy { gap: 7px; }
  .pathway-copy strong { font-size: 20px; }
  .pathway-card::after { left: 21px; right: 21px; }
  .intro-story { margin-top: 82px; padding-top: 78px; }
  .journal-caption { margin-top: 28px; text-align: left; }
  .closing-symbol { width: 72px; height: 72px; margin-bottom: 22px; }
  .closing-symbol .official-logo { width: 64px; height: 64px; }
  .closing-symbol .official-logo img { width: 109px; height: 109px; }
  .contact-paths { gap: 6px; }
  .contact-paths span { padding: 7px 9px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .pathway-card:hover { transform: none; }
}
/* Loading becomes the hero frame instead of cutting to a separate scene. */
.loading-intro.is-leaving {
  opacity: 0;
  transform: scale(1);
  transition: opacity .38s .2s ease;
}
.loading-intro.is-leaving .loading-intro__ring,
.loading-intro.is-leaving .loading-intro__wordmark {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.78);
  transition: opacity .18s ease, transform .38s ease;
}
.loading-intro__unfurl {
  position: absolute;
  z-index: 6;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.loading-intro.is-leaving .loading-intro__unfurl {
  opacity: 1;
}
.loading-intro__unfurl-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(190px, 18vw, 246px);
  aspect-ratio: 1;
  border: 2px solid rgba(255,255,255,.94);
  border-radius: 50%;
  box-shadow:
    0 0 0 3px rgba(240,180,60,.24),
    0 0 0 7px rgba(240,110,79,.16),
    0 0 0 11px rgba(11,135,130,.12);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.82);
}
.loading-intro.is-leaving .loading-intro__unfurl-circle {
  animation: intro-circle-unfurl .6s cubic-bezier(.2,.68,.2,1) both;
}
.loading-intro__frame-line {
  position: absolute;
  display: block;
  opacity: 0;
  border-radius: 99px;
  filter: saturate(.88);
}
.loading-intro__frame-line--top,
.loading-intro__frame-line--bottom {
  left: 5vw;
  right: 5vw;
  height: 3px;
  background: linear-gradient(90deg, var(--mustard), var(--coral), var(--purple), var(--teal));
  transform: scaleX(0);
}
.loading-intro__frame-line--top { top: clamp(92px, 12vh, 124px); transform-origin: left center; }
.loading-intro__frame-line--bottom { bottom: clamp(46px, 8vh, 86px); transform-origin: right center; }
.loading-intro__frame-line--left,
.loading-intro__frame-line--right {
  top: clamp(92px, 12vh, 124px);
  bottom: clamp(46px, 8vh, 86px);
  width: 3px;
  background: linear-gradient(180deg, var(--mustard), var(--coral), var(--purple), var(--teal));
  transform: scaleY(0);
}
.loading-intro__frame-line--left { left: 5vw; transform-origin: top center; }
.loading-intro__frame-line--right { right: 5vw; transform-origin: bottom center; }
.loading-intro.is-leaving .loading-intro__frame-line--top { animation: intro-frame-x .48s .05s cubic-bezier(.2,.72,.2,1) both; }
.loading-intro.is-leaving .loading-intro__frame-line--right { animation: intro-frame-y .45s .09s cubic-bezier(.2,.72,.2,1) both; }
.loading-intro.is-leaving .loading-intro__frame-line--bottom { animation: intro-frame-x .48s .13s cubic-bezier(.2,.72,.2,1) both; }
.loading-intro.is-leaving .loading-intro__frame-line--left { animation: intro-frame-y .45s .17s cubic-bezier(.2,.72,.2,1) both; }
.loading-intro__color-thread {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0;
  filter: blur(5px);
}
.loading-intro__color-thread--coral { color: var(--coral); transform: translate(-50%,-50%) rotate(18deg); }
.loading-intro__color-thread--mustard { color: var(--mustard); transform: translate(-50%,-50%) rotate(104deg); }
.loading-intro__color-thread--teal { color: var(--teal); transform: translate(-50%,-50%) rotate(198deg); }
.loading-intro__color-thread--purple { color: var(--purple); transform: translate(-50%,-50%) rotate(282deg); }
.loading-intro.is-leaving .loading-intro__color-thread {
  animation: intro-color-thread .58s ease-out both;
}
.loading-intro.is-leaving .loading-intro__color-thread--mustard { animation-delay: .03s; }
.loading-intro.is-leaving .loading-intro__color-thread--teal { animation-delay: .06s; }
.loading-intro.is-leaving .loading-intro__color-thread--purple { animation-delay: .09s; }

@keyframes intro-circle-unfurl {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.82); }
  20% { opacity: .88; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(6.8); }
}
@keyframes intro-frame-x {
  0% { opacity: 0; transform: scaleX(0); }
  18% { opacity: .82; }
  100% { opacity: .38; transform: scaleX(1); }
}
@keyframes intro-frame-y {
  0% { opacity: 0; transform: scaleY(0); }
  18% { opacity: .8; }
  100% { opacity: .34; transform: scaleY(1); }
}
@keyframes intro-color-thread {
  0% { opacity: .7; box-shadow: 0 0 0 currentColor; }
  100% { opacity: 0; box-shadow: 0 0 0 58vw currentColor; }
}

/* 10,000 colors gather into the 2030 vision over eight deliberate seconds. */
.vision-particle-canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: .92;
}
.dome-stage-structure {
  filter: saturate(.72) contrast(.94) sepia(.08);
}
.vision-sequence.is-building .vision-blueprint-grid,
.vision-sequence.is-building .dome-stage-skeleton,
.vision-sequence.is-building .dome-stage-structure,
.vision-sequence.is-building .dome-stage-complete,
.vision-sequence.is-building .construction-lines {
  animation: none;
}
.vision-sequence.phase-skeleton .vision-blueprint-grid {
  animation: vision-blueprint-phase 2.24s linear both;
}
.vision-sequence.phase-skeleton .dome-stage-skeleton {
  animation: vision-skeleton-phase 2.24s linear both;
}
.vision-sequence.phase-skeleton .construction-lines {
  animation: vision-guide-phase 2.24s linear both;
}
.vision-sequence.phase-structure .vision-blueprint-grid,
.vision-sequence.phase-complete .vision-blueprint-grid {
  opacity: .16;
  transform: scale(1);
}
.vision-sequence.phase-structure .dome-stage-skeleton,
.vision-sequence.phase-complete .dome-stage-skeleton {
  opacity: .13;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.vision-sequence.phase-structure .construction-lines {
  opacity: .2;
}
.vision-sequence.phase-structure .dome-stage-structure {
  animation: vision-structure-phase 3.2s linear both;
}
.vision-sequence.phase-complete .dome-stage-structure {
  opacity: .2;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.vision-sequence.phase-complete .construction-lines { opacity: .06; }
.vision-sequence.phase-complete .dome-stage-complete {
  animation: vision-complete-phase 2.56s cubic-bezier(.2,.68,.2,1) both;
}
.vision-sequence.is-complete .vision-particle-canvas {
  opacity: .78;
  transition: opacity 1.2s ease;
}

@keyframes vision-blueprint-phase {
  0% { opacity: 0; transform: scale(.97); }
  100% { opacity: .22; transform: scale(1); }
}
@keyframes vision-skeleton-phase {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(9px); }
  100% { opacity: .24; clip-path: inset(0 0 0 0); transform: translateY(0); }
}
@keyframes vision-guide-phase {
  0% { opacity: 0; transform: scale(.94); }
  72% { opacity: .62; }
  100% { opacity: .28; transform: scale(1); }
}
@keyframes vision-structure-phase {
  0% { opacity: 0; clip-path: inset(100% 0 0 0); filter: saturate(.4) contrast(.8); }
  100% { opacity: .33; clip-path: inset(0 0 0 0); filter: saturate(.72) contrast(.94); }
}
@keyframes vision-complete-phase {
  0% { opacity: 0; clip-path: circle(4% at 40% 60%); transform: translateY(9px); }
  100% { opacity: .6; clip-path: circle(88% at 40% 60%); transform: translateY(0); }
}

@media (max-width: 640px) {
  .loading-intro__frame-line--top,
  .loading-intro__frame-line--bottom { left: 10px; right: 10px; }
  .loading-intro__frame-line--top,
  .loading-intro__frame-line--left,
  .loading-intro__frame-line--right { top: 90px; }
  .loading-intro__frame-line--bottom,
  .loading-intro__frame-line--left,
  .loading-intro__frame-line--right { bottom: 29svh; }
  .loading-intro__frame-line--left { left: 10px; }
  .loading-intro__frame-line--right { right: 10px; }
  .vision-particle-canvas { opacity: .74; }
}

@media (prefers-reduced-motion: reduce) {
  .loading-intro__unfurl { display: none; }
  .vision-particle-canvas { display: none; }
  .vision-sequence .dome-stage-structure { display: none; }
}
/* The hero behaves like a curated, accessible gallery rather than a decorative slideshow. */
.hero-gallery-frame { margin: 0; animation: hero-frame-breathe 12s ease-in-out infinite alternate; }
.hero-gallery-photo {
  animation: none !important;
  opacity: 0;
  transform: scale(1.055);
  transition: opacity .9s ease, transform 6.4s cubic-bezier(.2,.55,.2,1);
}
.hero-gallery-photo-primary { opacity: 0; }
.hero-gallery-photo-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1.012);
}
.hero-gallery-caption {
  position: absolute;
  z-index: 4;
  left: 26px;
  right: 26px;
  bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  pointer-events: none;
}
.hero-gallery-caption-copy {
  max-width: 390px;
  padding: 15px 18px 14px;
  color: white;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 15px 9px 18px 11px / 11px 17px 10px 18px;
  background: rgba(25,38,34,.72);
  box-shadow: 0 10px 28px rgba(20,27,24,.12);
  backdrop-filter: blur(12px);
}
.hero-gallery-kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}
.hero-gallery-category {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .03em;
}
.hero-gallery-description {
  margin: 6px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 12px;
  line-height: 1.7;
}
.hero-gallery-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 99px;
  background: rgba(25,38,34,.68);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}
.hero-gallery-control {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: white;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.hero-gallery-control:hover { background: rgba(255,255,255,.27); transform: scale(1.04); }
.hero-gallery-control:disabled { cursor: default; opacity: .55; }
.hero-gallery-autoplay { font-size: 9px; }
.hero-gallery-position {
  min-width: 48px;
  text-align: center;
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
@keyframes hero-frame-breathe {
  from { border-radius: 30px 16px 46px 22px / 24px 38px 20px 44px; }
  to { border-radius: 21px 39px 24px 48px / 40px 18px 46px 23px; }
}

@media (max-width: 640px) {
  .hero-gallery-frame { animation-duration: 15s; }
  .hero-gallery-caption { left: 11px; right: 11px; bottom: 11px; align-items: flex-end; flex-wrap: wrap; gap: 8px; }
  .hero-gallery-caption-copy { max-width: min(100%, 260px); padding: 11px 12px 10px; }
  .hero-gallery-kicker { margin-bottom: 4px; font-size: 9px; }
  .hero-gallery-category { font-size: 14px; line-height: 1.4; }
  .hero-gallery-description { display: none; }
  .hero-gallery-controls { gap: 2px; margin-left: auto; padding: 4px; }
  .hero-gallery-control { width: 30px; height: 30px; font-size: 11px; }
  .hero-gallery-position { min-width: 40px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-gallery-frame { animation: none; }
  .hero-gallery-photo { transition: none; transform: none; }
  .hero-gallery-photo-active { opacity: 1; }
}

/* Event lower pages */
.subpage-site { position: relative; min-height: 100vh; overflow: hidden; color: var(--ink); background-color: #fffdf8; background-image: repeating-linear-gradient(90deg, rgba(67,57,46,.018) 0, rgba(67,57,46,.018) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(0deg, rgba(67,57,46,.014) 0, rgba(67,57,46,.014) 1px, transparent 1px, transparent 5px); isolation: isolate; }
.subpage-site .living-canvas-subpage { opacity: .3; }
.subpage-site-header { background: rgba(255,253,248,.74); backdrop-filter: blur(14px); }
.subpage-site-header [aria-current="page"] { color: var(--teal); }
.subpage-site-header [aria-current="page"]::after { right: 0; }
.subpage-main, .subpage-site footer { position: relative; z-index: 1; }
.subpage-hero { position: relative; overflow: hidden; padding: 64px 0 112px; }
.subpage-hero::before { content: ""; position: absolute; z-index: -1; width: 420px; height: 320px; left: -120px; top: 30px; border-radius: 50%; background: radial-gradient(ellipse, rgba(240,180,60,.22), rgba(240,110,79,.08) 52%, transparent 72%); filter: blur(8px); }
.subpage-hero::after { content: ""; position: absolute; z-index: -1; width: 440px; height: 360px; right: -120px; bottom: 0; border-radius: 50%; background: radial-gradient(ellipse, rgba(11,135,130,.16), rgba(140,90,145,.07) 56%, transparent 75%); filter: blur(12px); }
.subpage-hero-grid { display: grid; grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr); gap: 76px; align-items: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 54px; color: rgba(43,40,36,.58); font-size: 11px; line-height: 1.7; }
.breadcrumbs a { border-bottom: 1px solid rgba(43,40,36,.28); }
.subpage-hero-copy h1 { max-width: 610px; margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(46px,4.7vw,68px); font-weight: 600; line-height: 1.48; letter-spacing: .02em; }
.subpage-hero-copy > p:last-child { max-width: 550px; margin: 28px 0 0; color: var(--text); font-size: 16px; line-height: 1.9; }
.subpage-hero-photo { position: relative; margin: 0; border: 6px solid rgba(255,255,255,.94); border-radius: 44px 22px 52px 28px / 30px 48px 24px 54px; background: #f4efe6; box-shadow: 0 28px 72px rgba(65,73,62,.16), 0 0 0 1px rgba(43,40,36,.06); transform: rotate(.55deg); }
.subpage-hero-photo::before { content: ""; position: absolute; z-index: -1; inset: -34px 30px 24px -26px; border-radius: 46% 54% 43% 57%; background: linear-gradient(120deg, rgba(240,180,60,.25), rgba(240,110,79,.18) 35%, rgba(11,135,130,.17) 68%, rgba(140,90,145,.13)); filter: blur(18px); }
.subpage-hero-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: inherit; }
.subpage-hero-photo figcaption { position: absolute; right: 16px; bottom: 14px; padding: 8px 12px; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; background: rgba(32,60,57,.74); backdrop-filter: blur(8px); font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.event-index-photo img { object-position: center 54%; }

.event-now, .past-events, .first-visit-guide { padding: 110px 0; }
.event-now { border-block: 1px solid rgba(43,40,36,.08); background: rgba(255,254,250,.62); }
.subpage-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 56px; margin-bottom: 58px; }
.subpage-section-heading h2 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(38px,4vw,56px); font-weight: 600; line-height: 1.4; }
.subpage-section-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--text-subtle); font-size: 15px; line-height: 1.85; }
.planning-letter { position: relative; display: grid; grid-template-columns: 1fr minmax(250px,.42fr); gap: 70px; align-items: end; overflow: hidden; padding: 52px 56px; border: 1px solid rgba(43,40,36,.11); border-radius: 16px 32px 18px 42px / 26px 18px 38px 24px; background: var(--paper-strong); box-shadow: 0 22px 60px rgba(83,74,59,.1); }
.planning-letter-mark { position: absolute; right: 11%; top: -72px; width: 240px; height: 190px; pointer-events: none; opacity: .33; }
.planning-letter-mark span { position: absolute; width: 150px; height: 120px; border-radius: 50%; mix-blend-mode: multiply; }
.planning-letter-mark span:nth-child(1) { left: 0; top: 0; background: rgba(240,180,60,.45); transform: rotate(-20deg); }
.planning-letter-mark span:nth-child(2) { left: 58px; top: 25px; background: rgba(240,110,79,.36); transform: rotate(18deg); }
.planning-letter-mark span:nth-child(3) { left: 104px; top: 4px; background: rgba(11,135,130,.3); transform: rotate(-3deg); }
.planning-letter-copy { position: relative; z-index: 1; }
.planning-letter-copy h3 { margin: 24px 0 18px; color: #203c39; font-family: var(--serif); font-size: clamp(34px,3.5vw,48px); font-weight: 600; line-height: 1.45; }
.planning-letter-copy > p { max-width: 670px; margin: 0; color: var(--text-subtle); font-size: 15px; line-height: 1.85; }
.planning-letter-actions { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; }
.planning-letter-actions .button { width: 100%; }
.event-status-badge { display: inline-flex; align-items: center; min-height: 31px; padding: 0 13px; color: white; border-radius: 99px; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.status-planning { background: var(--coral); }
.status-open { background: var(--green); }
.status-closed { background: var(--purple); }
.status-ended { background: #315f5b; }

.past-events { background: rgba(248,245,237,.7); }
.event-card-grid { display: grid; gap: 34px; }
.event-archive-card { display: grid; grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); overflow: hidden; border: 1px solid rgba(43,40,36,.11); border-radius: 26px 14px 34px 18px / 18px 32px 20px 38px; background: var(--paper-strong); box-shadow: 0 22px 56px rgba(63,60,52,.1); }
.event-archive-photo { position: relative; min-height: 380px; overflow: hidden; background: #e9e5dc; }
.event-archive-photo img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; object-position: center 45%; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.event-archive-photo:hover img { transform: scale(1.018); }
.event-archive-photo .event-status-badge { position: absolute; left: 22px; top: 22px; }
.event-archive-copy { display: flex; flex-direction: column; justify-content: center; padding: 46px 50px; }
.event-date { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 18px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.event-date span { padding-left: 14px; border-left: 1px solid rgba(11,135,130,.35); }
.event-archive-copy h3 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(30px,3.2vw,44px); font-weight: 600; line-height: 1.45; }
.event-archive-copy > p:not(.event-date) { margin: 20px 0 24px; color: var(--text-subtle); font-size: 15px; line-height: 1.85; }
.event-archive-copy dl { margin: 0; }
.event-archive-copy dl div { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(43,40,36,.1); font-size: 12px; }
.event-archive-copy dt { color: rgba(43,40,36,.5); }
.event-archive-copy dd { margin: 0; }
.event-archive-copy .text-link { align-self: flex-start; }

.first-visit-guide { background: linear-gradient(130deg, rgba(255,241,221,.72), rgba(238,248,244,.86) 56%, rgba(244,238,249,.72)); }
.first-visit-inner { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 76px; align-items: start; }
.first-visit-inner h2 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(36px,3.6vw,52px); font-weight: 600; line-height: 1.5; }
.first-visit-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.first-visit-steps li { min-height: 260px; padding: 28px 24px; border: 1px solid rgba(43,40,36,.1); border-radius: 24px 14px 28px 18px; background: rgba(255,255,255,.92); }
.first-visit-steps li > span { display: block; margin-bottom: 44px; color: var(--coral-dark); font-family: var(--serif); font-size: 28px; }
.first-visit-steps li:nth-child(2) > span { color: var(--teal); }
.first-visit-steps li:nth-child(3) > span { color: var(--purple); }
.first-visit-steps strong { display: block; font-family: var(--serif); font-size: 19px; line-height: 1.6; }
.first-visit-steps p { margin: 14px 0 0; color: var(--text-subtle); font-size: 14px; line-height: 1.8; }

.event-detail-hero { position: relative; overflow: hidden; padding: 42px 0 100px; background: radial-gradient(circle at 7% 28%, rgba(240,180,60,.16), transparent 25%), radial-gradient(circle at 94% 75%, rgba(11,135,130,.13), transparent 26%); }
.event-detail-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 72px; align-items: center; margin-top: 46px; }
.event-detail-title h1 { margin: 24px 0 24px; color: #203c39; font-family: var(--serif); font-size: clamp(48px,5.4vw,74px); font-weight: 600; line-height: 1.35; }
.event-detail-title > p { max-width: 600px; margin: 0; color: var(--text); font-size: 16px; line-height: 1.9; }
.event-detail-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 34px 0 0; }
.event-detail-facts div { min-height: 112px; padding: 18px 20px; border: 1px solid rgba(43,40,36,.11); border-radius: 12px 22px 14px 18px; background: rgba(255,255,255,.92); }
.event-detail-facts dt { margin-bottom: 8px; color: var(--text-muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.event-detail-facts dd { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.event-detail-facts small { display: block; margin-top: 4px; color: var(--text-subtle); font-family: var(--sans); font-size: 12px; }
.event-detail-photo { position: relative; margin: 0; border: 6px solid rgba(255,255,255,.94); border-radius: 30px 54px 22px 44px / 42px 26px 52px 24px; background: #f0ece3; box-shadow: 0 28px 70px rgba(65,73,62,.16); transform: rotate(-.45deg); }
.event-detail-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 44%; border-radius: inherit; }
.event-detail-photo figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; padding: 9px 12px; color: white; border-radius: 9px; background: rgba(32,60,57,.74); backdrop-filter: blur(8px); font-size: 12px; font-weight: 500; line-height: 1.6; }
.event-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 80px; padding-top: 100px; padding-bottom: 120px; }
.event-detail-content { max-width: 760px; }
.event-detail-content section + section { margin-top: 90px; padding-top: 90px; border-top: 1px solid rgba(43,40,36,.12); }
.event-detail-content h2 { margin: 0 0 30px; color: #203c39; font-family: var(--serif); font-size: clamp(34px,3.3vw,46px); font-weight: 600; line-height: 1.5; }
.event-detail-content section > p:not(.eyebrow) { margin: 0 0 22px; color: var(--text); font-size: 16px; line-height: 1.9; }
.event-concept-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.event-concept { min-height: 210px; padding: 28px 24px; border-top: 4px solid var(--coral); border-radius: 12px 12px 24px 18px; background: rgba(255,255,255,.94); box-shadow: 0 14px 38px rgba(63,60,52,.07); }
.event-concept-green { border-top-color: var(--green); }
.event-concept-teal { border-top-color: var(--teal); }
.event-concept strong { display: block; font-family: var(--serif); font-size: 20px; }
.event-concept p { margin: 18px 0 0; color: var(--text-subtle); font-size: 14px; line-height: 1.8; }
.event-program-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.event-program-list li { position: relative; padding: 20px 24px 20px 54px; border: 1px solid rgba(43,40,36,.1); border-radius: 10px; background: rgba(255,255,255,.92); font-size: 15px; line-height: 1.8; }
.event-program-list li::before { content: ""; position: absolute; left: 24px; top: 27px; width: 10px; height: 10px; border-radius: 50% 44% 55% 42%; background: var(--mustard); transform: rotate(12deg); }
.event-detail-aside { position: sticky; top: 24px; align-self: start; padding: 32px 28px; border: 1px solid rgba(43,40,36,.11); border-radius: 18px 30px 16px 28px; background: rgba(255,255,255,.95); box-shadow: 0 18px 54px rgba(63,60,52,.1); }
.event-detail-aside > p { margin: 0 0 20px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.event-detail-aside dl { margin: 0; }
.event-detail-aside dl div { padding: 15px 0; border-top: 1px solid rgba(43,40,36,.09); }
.event-detail-aside dt { margin-bottom: 6px; color: var(--text-muted); font-size: 12px; }
.event-detail-aside dd { margin: 0; font-size: 14px; line-height: 1.7; }
.event-detail-aside .button { width: 100%; min-width: 0; margin-top: 24px; }
.event-detail-aside .text-link { gap: 22px; margin-top: 26px; }
.source-link { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; padding-top: 18px; color: var(--text-subtle); border-top: 1px solid rgba(43,40,36,.09); font-size: 12px; line-height: 1.6; }
.event-next-note { padding: 100px 0; background: linear-gradient(135deg, rgba(225,245,238,.9), rgba(255,249,224,.8)); }
.event-next-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.event-next-inner h2 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(38px,4vw,56px); font-weight: 600; line-height: 1.45; }
.event-next-inner > div:last-child p { max-width: 520px; margin: 0 0 28px; color: var(--text-subtle); font-size: 15px; line-height: 1.85; }

@media (max-width: 980px) {
  .subpage-hero-grid, .event-detail-hero-grid, .event-detail-layout { grid-template-columns: 1fr; }
  .subpage-hero-grid { gap: 48px; }
  .planning-letter { grid-template-columns: 1fr; gap: 30px; }
  .planning-letter-actions { align-items: flex-start; }
  .event-detail-layout { gap: 50px; }
  .event-detail-aside { position: relative; top: auto; }
  .first-visit-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .subpage-site-header { width: calc(100% - 36px); }
  .subpage-hero { padding: 28px 0 72px; }
  .subpage-hero-grid { display: flex; flex-direction: column; gap: 34px; }
  .breadcrumbs { margin-bottom: 34px; }
  .subpage-hero-copy h1 { font-size: clamp(34px,10vw,44px); line-height: 1.5; }
  .subpage-hero-copy > p:last-child { margin-top: 24px; }
  .subpage-hero-photo { border-width: 4px; transform: none; }
  .event-now, .past-events, .first-visit-guide { padding: 80px 0; }
  .subpage-section-heading { display: block; margin-bottom: 38px; }
  .subpage-section-heading > p { margin-top: 20px; }
  .planning-letter { padding: 34px 24px; }
  .planning-letter-copy h3 { font-size: 30px; }
  .planning-letter-actions .button { width: 100%; min-width: 0; }
  .event-archive-card { grid-template-columns: 1fr; }
  .event-archive-photo, .event-archive-photo img { min-height: 250px; }
  .event-archive-copy { padding: 28px 24px 30px; }
  .first-visit-steps { grid-template-columns: 1fr; }
  .first-visit-steps li { min-height: 0; }
  .first-visit-steps li > span { margin-bottom: 24px; }
  .event-detail-hero { padding: 24px 0 76px; }
  .event-detail-hero-grid { margin-top: 30px; gap: 36px; }
  .event-detail-title h1 { font-size: clamp(38px,12vw,52px); }
  .event-detail-facts { grid-template-columns: 1fr; }
  .event-detail-photo { border-width: 4px; transform: none; }
  .event-detail-layout { padding-top: 72px; padding-bottom: 88px; }
  .event-detail-content section + section { margin-top: 68px; padding-top: 68px; }
  .event-detail-content h2 { font-size: 31px; }
  .event-concept-grid { grid-template-columns: 1fr; }
  .event-detail-aside { padding: 28px 24px; }
  .event-next-inner { grid-template-columns: 1fr; gap: 32px; }
  .event-next-note { padding: 80px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .event-archive-photo img { transition: none; }
}
/* Two-line editorial headings */
.two-line-heading > span { display: block; white-space: nowrap; }
.intro-copy h2.two-line-heading { font-size: clamp(38px, 4vw, 54px); }
.news-heading h2.two-line-heading { font-size: clamp(34px, 3.2vw, 46px); }
.subpage-hero-copy h1.two-line-heading { font-size: clamp(38px, 3.4vw, 50px); }
.event-detail-title h1.two-line-heading { font-size: clamp(40px, 4.1vw, 54px); }

@media (max-width: 640px) {
  .two-line-heading { letter-spacing: .01em; }
  .hero h1.two-line-heading { font-size: clamp(24px, 7.2vw, 29px); }
  .pathway-heading h2.two-line-heading,
  .intro-copy h2.two-line-heading,
  .section-heading h2.two-line-heading,
  .news-heading h2.two-line-heading,
  .partner-head h2.two-line-heading,
  .support h2.two-line-heading { font-size: clamp(24px, 7.2vw, 29px); line-height: 1.55; }
  .vision-copy h2.two-line-heading { font-size: clamp(31px, 9vw, 36px); }
  .closing h2.two-line-heading { font-size: clamp(34px, 10vw, 42px); }
  .subpage-hero-copy h1.two-line-heading { font-size: clamp(25px, 7.7vw, 31px); }
  .subpage-section-heading h2.two-line-heading,
  .first-visit-inner h2.two-line-heading,
  .event-detail-content h2.two-line-heading,
  .event-next-inner h2.two-line-heading { font-size: clamp(24px, 7.4vw, 30px); line-height: 1.55; }
  .event-detail-title h1.two-line-heading { font-size: clamp(27px, 8.4vw, 34px); }
  .planning-letter-copy h3.two-line-heading,
  .event-summary-card h3.two-line-heading { font-size: clamp(24px, 7.2vw, 28px); }
}

/* VAROR interaction and lower-page extensions */
.event-single-line-heading > span { white-space: normal; }

.intro-story { grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); gap: clamp(48px, 5.6vw, 86px); align-items: center; }
.activity-category-switcher { display: block; }
.activity-category-photo { position: relative; min-height: clamp(460px, 38vw, 560px); overflow: hidden; border: 6px solid rgba(255,255,255,.9); border-radius: 42px 17px 48px 23px / 27px 50px 22px 47px; background: #e8eee8; box-shadow: 0 24px 64px rgba(65,73,62,.14), 0 0 0 1px rgba(43,40,36,.07); transform: rotate(-.35deg); }
.activity-category-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32,60,57,.02), rgba(32,60,57,.23)); pointer-events: none; }
.activity-category-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.055); transition: opacity .75s ease, transform 1.4s cubic-bezier(.2,.7,.2,1); }
.activity-category-photo img.is-active { opacity: 1; transform: scale(1); }
.activity-category-photo-label { position: absolute; z-index: 1; left: 22px; bottom: 20px; padding: 9px 14px; color: white; border-radius: 99px; box-shadow: 0 8px 22px rgba(32,60,57,.2); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.activity-category-photo-label-coral { background: var(--coral); }
.activity-category-photo-label-purple { background: var(--purple); }
.activity-category-photo-label-green { background: var(--green); }
.activity-category-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.activity-category-tab { position: relative; display: grid; grid-template-columns: 1fr; align-content: start; min-height: 144px; gap: 8px; padding: 19px 15px 17px; color: var(--ink); text-align: left; border: 1px solid rgba(43,40,36,.12); border-radius: 13px 23px 15px 19px; background: rgba(255,255,255,.54); cursor: pointer; transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.activity-category-tab::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; border-radius: inherit; background: var(--category-color, var(--teal)); opacity: .7; transition: opacity .28s ease; }
.activity-category-tab:hover, .activity-category-tab.is-active { transform: translateY(-4px); border-color: color-mix(in srgb, var(--category-color, var(--teal)) 36%, rgba(43,40,36,.12)); background: linear-gradient(150deg, color-mix(in srgb, var(--category-color, var(--teal)) 12%, rgba(255,255,255,.84)), rgba(255,255,255,.7)); box-shadow: 0 15px 28px color-mix(in srgb, var(--category-color, var(--teal)) 12%, transparent); }
.activity-category-tab.is-active::before { opacity: 1; }
.activity-category-tab-coral { --category-color: var(--coral); }
.activity-category-tab-purple { --category-color: var(--purple); }
.activity-category-tab-green { --category-color: var(--green); }
.activity-category-tab > span { display: grid; place-items: center; width: 30px; height: 30px; margin: 0; color: white; border-radius: 48% 42% 52% 45%; background: var(--category-color, var(--teal)); font-size: 9px; font-weight: 800; }
.activity-category-tab strong { font-family: var(--serif); font-size: clamp(18px, 1.65vw, 22px); font-weight: 600; line-height: 1.35; }
.activity-category-tab small { margin-top: 0; color: var(--text-subtle); font-family: var(--sans); font-size: 12px; line-height: 1.65; }

.activity-card-carousel { position: relative; overflow: hidden; border: 1px solid rgba(43,40,36,.1); border-radius: 28px 48px 25px 55px / 38px 26px 48px 28px; background: rgba(255,255,255,.8); box-shadow: 0 24px 62px rgba(65,54,43,.1); }
.activity-carousel-stage { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr); min-height: 430px; }
.activity-carousel-image { position: relative; margin: 0; overflow: hidden; background: #e7ece8; }
.activity-carousel-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(255,253,248,.24)); pointer-events: none; }
.activity-carousel-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.06) contrast(1.02); }
.activity-carousel-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 58px 50px 58px 46px; background: rgba(255,253,248,.9); }
.activity-carousel-copy::after { content: ""; position: absolute; right: -78px; bottom: -94px; width: 230px; height: 210px; border-radius: 49% 51% 44% 56%; background: radial-gradient(circle, color-mix(in srgb, var(--carousel-tone, var(--teal)) 26%, transparent), transparent 69%); pointer-events: none; }
.activity-carousel-copy-coral { --carousel-tone: var(--coral); }
.activity-carousel-copy-green { --carousel-tone: var(--green); }
.activity-carousel-copy-purple { --carousel-tone: var(--purple); }
.activity-carousel-copy > p:first-child { margin: 0 0 16px; color: var(--carousel-tone, var(--teal)); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.activity-carousel-copy h3 { position: relative; z-index: 1; margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(28px,2.8vw,38px); font-weight: 600; line-height: 1.47; }
.activity-carousel-copy > p:nth-of-type(2) { position: relative; z-index: 1; margin: 24px 0 0; color: var(--text-subtle); font-size: 14px; line-height: 1.9; }
.activity-carousel-copy a { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: space-between; width: fit-content; gap: 42px; margin-top: 30px; padding-bottom: 7px; color: var(--ink); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.activity-carousel-controls { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px 16px 34px; border-top: 1px solid rgba(43,40,36,.09); background: rgba(255,253,248,.88); }
.activity-carousel-controls p { margin: 0; color: var(--text-muted); font-size: 12px; letter-spacing: .08em; }
.activity-carousel-controls p strong { color: var(--ink); font-size: 14px; }
.activity-carousel-controls > div { display: flex; gap: 8px; }
.activity-carousel-controls button { width: 38px; height: 38px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 18px; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.activity-carousel-controls button:hover { color: white; background: var(--teal); transform: translateY(-2px); }

.support-option { display: flex; flex-direction: column; }
.support-option-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; align-self: flex-start; margin-top: auto; padding: 9px 12px; color: var(--support-accent); border: 1px solid color-mix(in srgb, var(--support-accent) 42%, transparent); border-radius: 99px; background: rgba(255,255,255,.78); font-size: 11px; font-weight: 800; letter-spacing: .03em; transition: color .2s ease, background .2s ease; }
.support-option-cta:hover { color: white; background: var(--support-accent); }

.gateway { display: block; text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
.gateway:hover { transform: translateY(-7px) rotate(-.25deg); box-shadow: 0 22px 46px rgba(65,54,43,.16); }
.gateway small { display: inline-flex; align-items: center; gap: 16px; font-size: 11px; font-weight: 800; letter-spacing: .06em; }

.event-flyer-trigger { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 18px; padding: 11px 14px; color: var(--teal); border: 1px solid color-mix(in srgb, var(--teal) 45%, transparent); border-radius: 99px; background: rgba(255,255,255,.76); font-size: 12px; font-weight: 800; cursor: pointer; }
.event-flyer-dialog { width: min(920px, calc(100% - 32px)); max-width: none; max-height: min(860px, calc(100% - 32px)); margin: auto; padding: 0; overflow: hidden; color: var(--ink); border: 0; border-radius: 22px 40px 24px 44px; background: #fffdf8; box-shadow: 0 32px 100px rgba(32,30,25,.3); }
.event-flyer-dialog::backdrop { background: rgba(27,47,44,.55); backdrop-filter: blur(7px); }
.event-flyer-dialog-inner { display: grid; grid-template-rows: auto minmax(400px, 68vh) auto; }
.event-flyer-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px 16px 24px; border-bottom: 1px solid var(--line); }
.event-flyer-dialog-head p { margin: 0; font-size: 14px; font-weight: 800; }
.event-flyer-dialog-head button { width: 34px; height: 34px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 22px; cursor: pointer; }
.event-flyer-dialog iframe { width: 100%; height: 100%; border: 0; background: #f3f1eb; }
.event-flyer-dialog-inner > a { display: inline-flex; justify-content: space-between; gap: 16px; padding: 16px 24px; color: var(--teal); border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; }

.about-statement, .about-activities, .organization-officers, .documents-list-section { padding: 120px 0; }
.about-statement { background: linear-gradient(135deg, rgba(255,250,241,.96), rgba(242,250,245,.92)); }
.about-statement-grid, .organization-details-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.9fr); gap: 110px; align-items: start; }
.about-statement-grid h2, .organization-details-grid h2 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(38px,4vw,56px); font-weight: 600; line-height: 1.48; }
.about-statement-title { white-space: nowrap; letter-spacing: 0; }
.about-statement-copy { padding-top: 10px; }
.about-statement-copy p { margin: 0; color: var(--text); font-size: 16px; line-height: 2; }
.about-statement-copy p + p { margin-top: 22px; }
.about-activities { background: rgba(255,254,250,.67); }
.about-activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-activity-card { position: relative; min-height: 270px; padding: 34px 31px; overflow: hidden; border: 1px solid rgba(43,40,36,.1); border-radius: 22px 42px 24px 35px / 28px 20px 42px 25px; background: rgba(255,255,255,.86); box-shadow: 0 18px 46px rgba(65,54,43,.08); }
.about-activity-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -45px; bottom: -55px; border: 1px solid color-mix(in srgb, var(--about-tone, var(--teal)) 50%, transparent); border-radius: 50%; box-shadow: 0 0 0 22px color-mix(in srgb, var(--about-tone, var(--teal)) 8%, transparent), 0 0 0 45px color-mix(in srgb, var(--about-tone, var(--teal)) 5%, transparent); }
.about-activity-card-coral { --about-tone: var(--coral); }
.about-activity-card-purple { --about-tone: var(--purple); }
.about-activity-card-green { --about-tone: var(--green); }
.about-activity-card > span { color: var(--about-tone, var(--teal)); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.about-activity-card h3 { margin: 51px 0 16px; color: #203c39; font-family: var(--serif); font-size: 26px; font-weight: 600; }
.about-activity-card p { max-width: 270px; margin: 0; color: var(--text-subtle); font-size: 14px; line-height: 1.85; }
.about-vision { padding: 120px 0; color: #fffdf8; background: linear-gradient(120deg, #1d4c49, #27766d); }
.about-vision-grid { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(300px,.94fr); gap: 90px; align-items: end; }
.about-vision .eyebrow { color: #ffdc8a; }
.about-vision h2 { margin: 0; color: white; font-family: var(--serif); font-size: clamp(40px,4.5vw,60px); font-weight: 600; line-height: 1.45; }
.about-vision-grid > div:last-child > p { margin: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.95; }
.about-vision .text-link { color: #fffdf8; border-color: rgba(255,255,255,.7); }
.about-links { padding: 74px 0; background: #fffdf8; }
.about-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-links-grid a { position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 155px; padding: 27px 64px 25px 28px; color: var(--ink); border: 1px solid rgba(43,40,36,.12); border-radius: 16px 30px 18px 28px; background: rgba(255,255,255,.76); transition: transform .25s ease, box-shadow .25s ease; }
.about-links-grid a:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(65,54,43,.1); }
.about-links-grid a > span { color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.about-links-grid a > strong { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.about-links-grid a > svg { position: absolute; right: 25px; bottom: 26px; }

.organization-officers { background: rgba(255,254,250,.7); }
.officers-section-heading { margin-bottom: 48px; }
.officer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.officer-card { overflow: hidden; border: 1px solid rgba(43,40,36,.1); border-radius: 18px 32px 20px 28px; background: rgba(255,255,255,.88); box-shadow: 0 16px 42px rgba(65,54,43,.08); }
.officer-card figure { display: grid; height: auto; aspect-ratio: 4 / 3; place-items: center; margin: 0; overflow: hidden; background: linear-gradient(135deg, #e6e8e6, #f3efe7); }
.officer-card figure img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .5s ease; }
.officer-card:hover figure img { transform: scale(1.04); }
.officer-company { margin: 20px 21px 5px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.officer-card h3 { margin: 0 21px 7px; color: #203c39; font-family: var(--serif); font-size: 23px; font-weight: 600; }
.officer-role { margin: 0 21px 24px; color: var(--text-subtle); font-size: 12px; line-height: 1.7; }
.organization-details { padding: 120px 0; background: linear-gradient(135deg, rgba(237,250,247,.85), rgba(255,250,240,.78)); }
.organization-details-grid dl { margin: 0; border-top: 1px solid var(--line); }
.organization-details-grid dl div { display: grid; grid-template-columns: 140px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.organization-details-grid dt { color: var(--teal); font-size: 13px; font-weight: 800; }
.organization-details-grid dd { margin: 0; color: var(--text); font-size: 15px; line-height: 1.8; }
.organization-bottom-link { padding: 70px 0; background: #fffdf8; }
.organization-bottom-link > .page-shell { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 32px 36px; border: 1px solid rgba(43,40,36,.1); border-radius: 18px 38px 20px 30px; background: rgba(255,255,255,.86); }
.organization-bottom-link p { max-width: 620px; margin: 0; color: var(--text); font-size: 15px; line-height: 1.8; }

.documents-list-section { background: rgba(255,254,250,.7); }
.document-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.document-card { position: relative; display: flex; flex-direction: column; min-height: 230px; padding: 30px; overflow: hidden; color: var(--ink); border: 1px solid rgba(43,40,36,.1); border-radius: 18px 36px 21px 33px; background: rgba(255,255,255,.9); box-shadow: 0 16px 42px rgba(65,54,43,.07); transition: transform .25s ease, box-shadow .25s ease; }
.document-card::after { content: ""; position: absolute; right: -32px; top: -38px; width: 116px; height: 116px; border-radius: 50%; background: radial-gradient(circle, rgba(140,90,145,.18), transparent 70%); }
.document-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(65,54,43,.12); }
.document-card > span { color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.document-card h3 { margin: 45px 0 10px; color: #203c39; font-family: var(--serif); font-size: 26px; font-weight: 600; }
.document-card p { margin: 0; color: var(--text-subtle); font-size: 14px; line-height: 1.8; }
.document-card strong { display: inline-flex; justify-content: space-between; gap: 20px; width: fit-content; margin-top: auto; padding-top: 20px; color: var(--teal); border-bottom: 1px solid currentColor; font-size: 13px; }
.document-card i { font-style: normal; }
.documents-contact { padding: 76px 0; background: linear-gradient(120deg, rgba(239,248,242,.9), rgba(255,247,231,.8)); }
.documents-contact > .page-shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.documents-contact p { margin: 0; color: var(--text); font-size: 15px; line-height: 1.8; }
.documents-contact .text-link { margin-top: 0; flex: 0 0 auto; }

@media (max-width: 980px) {
  .activity-category-switcher, .activity-carousel-stage, .about-statement-grid, .about-vision-grid, .organization-details-grid { grid-template-columns: 1fr; }
  .intro-story { grid-template-columns: 1fr; }
  .activity-category-photo { min-height: 385px; }
  .activity-category-tabs { grid-template-columns: repeat(3, 1fr); border-top: 0; gap: 10px; }
  .activity-category-tab { min-height: 155px; grid-template-columns: 1fr; align-content: start; gap: 8px; padding: 18px 15px; border: 1px solid var(--line); border-radius: 12px 22px 13px 18px; }
  .activity-category-tab::before { top: 0; right: 0; bottom: auto; width: auto; height: 3px; }
  .activity-category-tab:hover, .activity-category-tab.is-active { padding-left: 15px; transform: none; }
  .activity-category-tab > span { grid-row: auto; margin: 0; }
  .activity-carousel-stage { min-height: 0; }
  .activity-carousel-image { min-height: 390px; }
  .about-statement-grid, .about-vision-grid { gap: 42px; }
  .officer-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

@media (max-width: 640px) {
  .activity-category-photo { min-height: 300px; border-width: 4px; }
  .activity-category-tabs { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
  .activity-category-tab { grid-template-columns: 45px 1fr; min-height: 108px; gap: 0; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
  .activity-category-tab::before { top: 0; bottom: 0; right: auto; width: 3px; height: auto; }
  .activity-category-tab:hover, .activity-category-tab.is-active { padding-left: 12px; transform: none; }
  .activity-category-tab > span { grid-row: span 2; margin-top: 2px; }
  .activity-category-tab strong { font-size: 20px; }
  .activity-category-tab small { margin-top: 4px; font-size: 12px; }
  .activity-carousel-image { min-height: 266px; }
  .activity-carousel-copy { padding: 34px 27px 36px; }
  .activity-carousel-copy h3 { font-size: 30px; }
  .activity-carousel-controls { padding: 13px 18px; }
  .event-flyer-dialog-inner { grid-template-rows: auto minmax(360px, 61vh) auto; }
  .event-flyer-dialog-head { padding-left: 18px; }
  .event-flyer-dialog-inner > a { padding: 14px 18px; }
  .about-statement, .about-activities, .organization-officers, .documents-list-section, .organization-details { padding: 82px 0; }
  .about-statement-grid h2, .organization-details-grid h2 { font-size: 30px; }
  .about-statement-copy p { font-size: 15px; line-height: 1.9; }
  .about-activity-grid, .about-links-grid, .document-grid { grid-template-columns: 1fr; }
  .about-activity-card { min-height: 205px; padding: 26px 24px; }
  .about-activity-card h3 { margin-top: 35px; }
  .about-vision { padding: 84px 0; }
  .about-vision h2 { font-size: 35px; }
  .about-links { padding: 48px 0; }
  .about-links-grid a { min-height: 130px; }
  .officer-card figure { height: auto; aspect-ratio: 4 / 3; }
  .officer-card h3 { font-size: 20px; }
  .organization-details-grid dl div { grid-template-columns: 1fr; gap: 7px; padding: 17px 0; }
  .organization-bottom-link { padding: 48px 0; }
  .organization-bottom-link > .page-shell, .documents-contact > .page-shell { display: block; padding: 26px 24px; }
  .organization-bottom-link .button { width: 100%; min-width: 0; margin-top: 22px; }
  .document-card { min-height: 200px; padding: 26px 24px; }
  .document-card h3 { margin-top: 34px; }
  .documents-contact { padding: 50px 0; }
  .documents-contact .text-link { margin-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .activity-category-photo img, .officer-card figure img, .gateway, .document-card, .about-links-grid a { transition: none; }
}
/* Interaction and responsive refinement: preserve the canvas texture without visible guide lines. */
.intro-story {
  grid-template-columns: minmax(0, 1.18fr) minmax(500px, .88fr);
  gap: clamp(36px, 3vw, 48px);
  align-items: center;
}
.intro-story .intro-copy { min-width: 0; max-width: 680px; }
.intro-copy h2.two-line-heading { font-size: clamp(36px, 2.8vw, 44px); line-height: 1.42; }
.event-summary-current h3 { font-size: clamp(26px, 2.65vw, 38px); }

.event-summary-card-link,
.event-summary-card-main-link,
.event-archive-card-link,
.organization-bottom-link-card {
  color: inherit;
  text-decoration: none;
}
.event-summary-card-link {
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.event-summary-card-link:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--event-accent) 42%, rgba(43,40,36,.11));
  box-shadow: 0 28px 68px rgba(48,105,96,.16);
}
.event-summary-card-main-link {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  cursor: pointer;
}
.event-summary-card-main-link .text-link { align-self: flex-start; margin-top: auto; padding-top: 34px; }
.event-summary-card-main-link:hover h3 { color: var(--teal); }
.event-summary-card-main-link:focus-visible { outline: 3px solid var(--mustard); outline-offset: -6px; }

.event-archive-card-link {
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.event-archive-card-link:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--teal) 38%, rgba(43,40,36,.11));
  box-shadow: 0 28px 64px rgba(63,60,52,.15);
}
.event-archive-card-link:hover .event-archive-photo img { transform: scale(1.025); }

.activity-carousel-stage-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background .25s ease;
}
.activity-carousel-stage-link:hover .activity-carousel-image img { transform: scale(1.025); }
.activity-carousel-stage-link:focus-visible { outline: 3px solid var(--mustard); outline-offset: -6px; }
.activity-carousel-image img { transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.activity-carousel-card-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 42px;
  margin-top: 30px;
  padding-bottom: 7px;
  color: var(--ink);
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}
.activity-carousel-controls button { width: 44px; height: 44px; }

.support-option-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.support-option-link:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--support-accent) 46%, rgba(43,40,36,.11));
  box-shadow: 0 24px 52px rgba(73,62,47,.14);
}

.organization-bottom-link-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.organization-bottom-link-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--teal) 34%, rgba(43,40,36,.1));
  box-shadow: 0 20px 46px rgba(65,54,43,.12);
}
.organization-bottom-link-card:hover .button-secondary { color: white; background: var(--teal); }

.event-flyer-trigger { min-height: 44px; }
.event-flyer-dialog-head button { width: 44px; height: 44px; }

@media (max-width: 1120px) {
  .intro-story { grid-template-columns: 1fr; gap: 48px; }
  .intro-story .intro-copy { max-width: 700px; }
  .event-overview,
  .about-statement-grid,
  .about-vision-grid,
  .organization-details-grid { grid-template-columns: 1fr; gap: 42px; }
  .subpage-hero-grid,
  .event-detail-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .subpage-hero-photo { width: min(100%, 760px); justify-self: end; }
  .planning-letter { grid-template-columns: 1fr; gap: 38px; }
  .first-visit-inner { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  html { scroll-padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
  .two-line-heading > span { white-space: normal; }
  .mobile-fixed-actions {
    height: calc(60px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }
  .footer-bottom { flex-wrap: wrap; gap: 6px 16px; }
  .hero-gallery-control { width: 44px; height: 44px; }
  .intro-story .intro-copy h2.two-line-heading { font-size: clamp(21px, 6vw, 24px); line-height: 1.58; }
  .intro-story .intro-copy h2.two-line-heading > span { white-space: nowrap; }
  .about-statement-title { font-size: clamp(23px, 7vw, 30px); }
  .event-summary-card-main-link .text-link { padding-top: 0; }
}


/* Meeting implementation: content hierarchy, video showcase, and responsive polish. */
.hero,
.subpage-site {
  background-image:
    radial-gradient(circle at 5% 22%, rgba(240,180,60,.13), transparent 24%),
    radial-gradient(circle at 94% 17%, rgba(11,135,130,.1), transparent 26%);
}

.activity-video-switcher {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
.activity-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 6px solid rgba(255,255,255,.94);
  border-radius: 42px 17px 48px 23px / 27px 50px 22px 47px;
  background: #e8eee8;
  box-shadow: 0 24px 64px rgba(65,73,62,.14), 0 0 0 1px rgba(43,40,36,.07);
  transform: rotate(-.35deg);
}
.activity-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.activity-video-detail {
  position: relative;
  padding: 22px 26px 23px;
  overflow: hidden;
  border: 1px solid rgba(43,40,36,.1);
  border-radius: 16px 28px 18px 24px;
  background: rgba(255,255,255,.74);
}
.activity-video-detail::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -66px;
  width: 170px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11,135,130,.12), transparent 70%);
}
.activity-video-detail > * { position: relative; z-index: 1; }
.activity-video-category {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 10px;
  color: white;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.activity-video-category-coral { background: var(--coral); }
.activity-video-category-purple { background: var(--purple); }
.activity-video-category-green { background: var(--green); }
.activity-video-detail h3 {
  margin: 0;
  color: #203c39;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 600;
  line-height: 1.42;
}
.activity-video-detail > p:not(.activity-video-category) {
  margin: 12px 0 0;
  color: var(--text-subtle);
  font-size: 13px;
  line-height: 1.75;
}
.activity-video-detail a,
.news-event-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 17px;
  padding-bottom: 5px;
  color: var(--teal);
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.activity-video-switcher .activity-category-tabs { margin-top: 0; }
.activity-video-switcher .activity-category-tab { min-height: 118px; }
.activity-video-switcher .activity-category-tab small { color: var(--text-subtle); font-size: 11px; }

.news {
  padding: clamp(84px, 9vw, 126px) 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(240,110,79,.14), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(11,135,130,.09), transparent 24%),
    rgba(255,254,250,.88);
}
.news-empty {
  min-height: 238px;
  border: 1px solid rgba(43,40,36,.11);
  border-radius: 22px 42px 24px 34px / 30px 22px 42px 25px;
  box-shadow: 0 18px 48px rgba(65,54,43,.07);
}

.support-option-single {
  min-height: 256px;
  display: grid;
  grid-template-columns: minmax(76px, .18fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  width: min(100%, 1110px);
  margin: 0 auto;
  padding: 40px 42px;
}
.support-option-single > div { min-width: 0; }
.support-option-single .support-option-number { align-self: start; }
.support-option-kicker {
  margin: 0 0 12px !important;
  color: var(--support-accent) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
}
.support-option-single h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 42px);
}
.support-option-single .support-option-cta {
  min-height: 48px;
  align-self: center;
  margin: 0;
  white-space: nowrap;
}

a.sponsor-logo-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
a.sponsor-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11,135,130,.45);
  box-shadow: 0 16px 34px rgba(65,54,43,.14);
}

.contact {
  padding: clamp(88px, 10vw, 136px) 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(240,180,60,.17), transparent 25%),
    radial-gradient(circle at 93% 83%, rgba(11,135,130,.13), transparent 28%),
    rgba(255,251,244,.82);
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
}
.contact-copy h2 {
  margin: 0;
  color: #203c39;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.48;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 420px;
  margin: 25px 0 0;
  color: var(--text-subtle);
  font-size: 15px;
  line-height: 1.85;
}
.contact-form {
  display: grid;
  gap: 22px;
  padding: clamp(26px, 3.2vw, 42px);
  border: 1px solid rgba(43,40,36,.11);
  border-radius: 24px 42px 20px 34px / 32px 24px 40px 26px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 20px 54px rgba(65,54,43,.09);
}
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span {
  color: #203c39;
  font-size: 13px;
  font-weight: 800;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  appearance: none;
  padding: 14px 16px;
  color: var(--text);
  border: 1px solid rgba(43,40,36,.18);
  border-radius: 8px 16px 10px 14px;
  outline: none;
  background: rgba(255,254,250,.92);
  font: inherit;
  font-size: 16px;
  line-height: 1.7;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(11,135,130,.15);
}
.contact-form .button { width: 100%; margin-top: 2px; }
.contact-form .contact-status { margin: 0; }
.contact-form form { display: grid; gap: 18px; }
.contact-form form > p { margin: 0; }
.contact-form .varor-contact-form__privacy {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(43,40,36,.12);
  border-radius: 14px 20px 12px 18px;
  background: rgba(248,243,233,.56);
}
.contact-form .varor-contact-form__privacy legend {
  padding: 0 4px;
  color: #203c39;
  font-size: 14px;
  font-weight: 800;
}
.contact-form .varor-contact-form__privacy p {
  margin: 9px 0 14px;
  color: var(--text-subtle);
  font-size: 13px;
  line-height: 1.75;
}
.contact-form .varor-contact-form__consent {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
  cursor: pointer;
}
.contact-form .varor-contact-form__consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--teal);
  cursor: pointer;
}
.contact-form .varor-contact-form__consent span {
  color: #203c39;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
.contact-form .button:disabled {
  cursor: not-allowed;
  opacity: .5;
  box-shadow: none;
  transform: none;
}
.contact-form .contact-status.is-success {
  padding: 12px 14px;
  color: #125e56;
  border-radius: 10px;
  background: rgba(197,235,224,.7);
}
.contact-form .contact-status.is-error {
  padding: 12px 14px;
  color: #942f24;
  border-radius: 10px;
  background: rgba(252,220,214,.75);
}

.officer-card { display: flex; flex-direction: column; }
.officer-card h3 { margin-bottom: 2px; }
.officer-reading {
  margin: 0 21px 17px;
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: .04em;
}
.officer-role {
  display: grid;
  gap: 13px;
  margin: 0 21px 25px;
  color: var(--text-subtle);
  font-size: 12px;
  line-height: 1.75;
}
.officer-role div {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 12px;
  padding-top: 13px;
  border-top: 1px solid rgba(43,40,36,.09);
}
.officer-role dt {
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
}
.officer-role dd {
  margin: 0;
  color: var(--text);
}

@media (max-width: 1120px) {
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 640px) {
  .intro-story .intro-copy h2.two-line-heading,
  .intro-story .intro-copy h2.two-line-heading > span {
    font-size: clamp(20px, 5.4vw, 23px);
    white-space: normal;
  }
  .activity-video-frame { border-width: 4px; border-radius: 28px 12px 32px 17px / 19px 33px 16px 30px; }
  .activity-video-detail { padding: 20px 21px; }
  .activity-video-switcher .activity-category-tabs { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
  .activity-video-switcher .activity-category-tab { min-height: 96px; }
  .news { padding: 78px 0; }
  .news-empty { min-height: 0; padding: 29px 24px; }
  .support-option-single {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 29px 24px 26px;
  }
  .support-option-single .support-option-number { align-self: auto; }
  .support-option-single h3 { font-size: 28px; }
  .support-option-single .support-option-cta { align-self: start; white-space: normal; }
  .contact { padding: 80px 0; }
  .contact-copy h2 { font-size: 30px; }
  .contact-form { padding: 24px 20px; }
  .officer-grid { grid-template-columns: 1fr; }
  .officer-card figure { height: auto; aspect-ratio: 4 / 3; }
  .officer-role div { grid-template-columns: 1fr; gap: 5px; }
}



/* WordPress template additions */
.activity-carousel-stage.is-hidden { display: none; }
.news-list .news-item > div > p { margin: 0 0 6px; color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.news-list .news-item > span { font-size: 20px; color: var(--teal); }
.event-summary-card-link { text-decoration: none; }
.event-summary-card-link:focus-visible,
.pathway-card:focus-visible,
.gateway:focus-visible,
.support-option-link:focus-visible,
.news-item:focus-visible { outline: 3px solid var(--mustard); outline-offset: 4px; }
.event-summary-card-link:hover { transform: translateY(-4px); box-shadow: 0 28px 68px rgba(48,105,96,.16); }
.entry-content { max-width: 820px; margin: 0 auto; padding: 100px 0; font-size: 16px; line-height: 1.9; }
.entry-content h1, .entry-content h2, .entry-content h3 { color: #203c39; font-family: var(--serif); }
.archive-page, .single-content-page { padding: 64px 0 120px; background: rgba(255,254,250,.74); }
.archive-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 52px; }
.archive-heading h1, .single-content-page h1 { margin: 0; color: #203c39; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); line-height: 1.45; }
.archive-heading > p { max-width: 420px; margin: 0; color: var(--text-subtle); line-height: 1.85; }
.content-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.content-card { min-height: 100%; overflow: hidden; border: 1px solid rgba(43,40,36,.1); border-radius: 24px 14px 30px 18px; background: rgba(255,254,250,.94); box-shadow: 0 18px 50px rgba(65,54,43,.1); transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover { transform: translateY(-5px); box-shadow: 0 26px 64px rgba(65,54,43,.15); }
.content-card__image { height: 220px; background: #e7ece8; }
.content-card__image img { width: 100%; height: 100%; object-fit: cover; }
.content-card__copy { padding: 24px; }
.content-card__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 0 0 16px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .07em; }
.content-card h2 { margin: 0; color: #203c39; font-family: var(--serif); font-size: 25px; line-height: 1.45; }
.content-card p { margin: 16px 0 0; color: var(--text-subtle); font-size: 14px; line-height: 1.8; }
.content-card .text-link { margin-top: 22px; gap: 18px; }
.single-content { display: grid; grid-template-columns: minmax(0, .78fr) minmax(300px, .22fr); gap: 72px; align-items: start; }
.single-content__meta { padding: 28px; border-radius: 18px; background: rgba(236,249,245,.78); }
.single-content__meta dl { margin: 0; }
.single-content__meta div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.single-content__meta dt { margin-bottom: 6px; color: var(--text-muted); font-size: 11px; font-weight: 700; }
.single-content__meta dd { margin: 0; color: #203c39; font-weight: 600; line-height: 1.7; }
.varor-contact-form .varor-contact-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.varor-contact-notice { padding: 14px 16px; border-radius: 10px; font-size: 14px; line-height: 1.7; }
.varor-contact-notice--success { color: #125e56; background: rgba(197,235,224,.7); }
.varor-contact-notice--error { color: #942f24; background: rgba(252,220,214,.75); }
@media (max-width: 820px) {
  .content-card-grid { grid-template-columns: 1fr; }
  .archive-heading, .single-content { display: block; }
  .archive-heading > p { margin-top: 20px; }
  .single-content__meta { margin-top: 38px; }
  .archive-page, .single-content-page { padding: 38px 0 94px; }
}


/* Keep the first-view message calm and intentional on narrow screens. */
@media (max-width: 640px) {
  .hero-copy {
    width: calc(100% - 24px);
    padding: 22px 16px 20px;
  }

  .hero h1.two-line-heading {
    font-size: clamp(22px, 6.55vw, 26px);
    line-height: 1.5;
    letter-spacing: 0;
  }

  .hero h1.two-line-heading > span {
    white-space: nowrap;
  }
}

@media (max-width: 359px) {
  .intro-story .intro-copy h2.two-line-heading > span { white-space: normal; }
}

/* Public release safeguards: protect readable headings and keep content unobscured on narrow screens. */
@media (max-width: 640px) {
  .archive-heading h1.two-line-heading { font-size: clamp(23px, 6.8vw, 28px); line-height: 1.55; }
  .archive-heading h1.two-line-heading > span,
  #organization-title.two-line-heading > span,
  .event-summary-card h3.two-line-heading > span { white-space: nowrap; }
  #organization-title.two-line-heading { font-size: clamp(23px, 6.4vw, 27px); line-height: 1.55; }
  .event-summary-card h3.two-line-heading { font-size: clamp(22px, 6vw, 25px); line-height: 1.58; }
  html { scroll-padding-bottom: 0; }
  body { padding-bottom: 0; }
}
/* Final public release typography guard: preserve intentional reading units at every viewport. */
.activity-display-title > span {
  display: block;
  white-space: nowrap;
}
.single-content-page #activity-title.activity-display-title {
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1.46;
}
@media (max-width: 640px) {
  .intro-story .intro-copy h2.two-line-heading > span,
  .archive-heading h1.two-line-heading > span,
  #organization-title.two-line-heading > span,
  .event-summary-card h3.two-line-heading > span,
  .single-content-page #activity-title.activity-display-title > span {
    white-space: nowrap;
  }
  .single-content-page #activity-title.activity-display-title {
    font-size: clamp(22px, 6vw, 25px);
    line-height: 1.58;
  }
}
/* Officer portrait containment guard: keep every supplied photograph fully inside its frame. */
.officer-card figure img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center;
}

/* Officer portrait containment guard. */
.officer-card:hover figure img,
.officer-card:focus-within figure img {
  transform: none;
}
