:root {
  --ink: #090c36;
  --blue: #101858;
  --pink: #ff2f91;
  --coral: #ff6b56;
  --cyan: #20d5e7;
  --gold: #ffcf66;
  --cream: #fff4dc;
  --paper: #f7e8cd;
  --green: #18362f;
  --border: 2px solid var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 2000; padding: .8rem 1rem; background: var(--gold); color: var(--ink); font-weight: 900; }
.skip-link:focus { top: 1rem; }

.review-ribbon { min-height: 34px; padding: .45rem 4vw; display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: var(--gold); color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.beta-banner { background: #f4e6da; border-bottom: 1px solid #dfc8b6; color: #224b43; }
.beta-banner p { max-width: 1280px; margin: 0 auto; padding: .5rem 2.5rem; font-size: .85rem; line-height: 1.45; text-align: center; }
.beta-banner strong { font-weight: 700; }
.beta-banner a { display: inline-flex; min-height: 28px; align-items: center; padding: 2px 4px; color: #743a1e; font-weight: 700; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid #f0f0ee; color: #224b43; }
.site-header-inner { width: min(1280px, 100%); min-height: 82px; margin: 0 auto; padding: .875rem 2.5rem; display: flex; align-items: center; gap: 1.5rem; }
.site-brand-section, .site-discovery-actions { display: flex; align-items: center; gap: .6rem; }
.site-brand-section { flex: 0 0 auto; gap: .875rem; }
.site-brand { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 12px; }
.site-brand img { width: auto; height: 52px; object-fit: contain; }
.site-discovery-actions { justify-content: flex-end; margin-left: auto; }
.shell-menu { position: relative; }
.shell-menu summary { list-style: none; }
.shell-menu summary::-webkit-details-marker { display: none; }
.shell-pill { min-height: 44px; padding: .65rem 1rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border: 1px solid #224b43; border-radius: 999px; background: #224b43; color: #fff; font: 700 .8rem/1.2 Arial, sans-serif; text-decoration: none; white-space: nowrap; cursor: pointer; }
.shell-pill:hover, .shell-menu[open] > .shell-pill { background: #17372f; color: #fff; }
.shell-selector { min-height: 42px; border-color: #cad4d0; background: transparent; color: #224b43; font-weight: 500; }
.shell-selector:hover, .shell-menu[open] > .shell-selector { border-color: #224b43; background: #f7f9f8; color: #224b43; }
.shell-primary { min-height: 50px; padding-inline: 1.3rem; font-size: .88rem; }
.shell-secondary { min-height: 48px; padding-inline: 1.2rem; background: #3d5c54; border-color: #3d5c54; }
.shell-utility { font-size: .75rem; }
.shell-chevron { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.shell-menu[open] .shell-chevron { transform: translateY(2px) rotate(225deg); }
.shell-popover { position: absolute; z-index: 1002; top: calc(100% + 10px); left: 0; width: max-content; min-width: 260px; max-width: min(390px, calc(100vw - 32px)); padding: .5rem; display: grid; gap: 2px; border: 1px solid #d8e0dd; border-radius: 16px; background: #fff; box-shadow: 0 18px 44px rgba(23,55,47,.2); }
.shell-popover-right { right: 0; left: auto; min-width: 230px; }
.shell-popover a, .shell-popover > span, .shell-popover > strong { min-height: 44px; padding: .7rem .8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-radius: 10px; color: #224b43; font-size: .86rem; font-weight: 650; text-decoration: none; }
.shell-popover a:hover, .shell-popover a[aria-current="page"] { background: #eef3f1; }
.shell-popover > span { color: #777f7c; }
.shell-popover small { display: block; color: #777f7c; font-size: .68rem; font-weight: 500; }
.whats-new-menu .shell-popover a { min-height: 62px; display: grid; justify-content: stretch; gap: .15rem; }
.shell-popover .indented { width: calc(100% - 14px); margin-left: 14px; padding-left: 1.1rem; border-left: 2px solid #d8e0dd; border-radius: 0 10px 10px 0; }
.mobile-shell-menu { display: none; margin-left: auto; }
.mobile-shell-menu > summary { min-width: 72px; min-height: 44px; padding: .6rem 1rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #224b43; border-radius: 999px; background: #fff; color: #224b43; font-weight: 700; list-style: none; cursor: pointer; }
.mobile-shell-menu > summary::-webkit-details-marker { display: none; }
.mobile-shell-menu nav { position: absolute; top: 100%; right: 0; left: 0; padding: .75rem 1.25rem 1.25rem; display: grid; background: #fff; border-top: 1px solid #d8e0dd; box-shadow: 0 18px 44px rgba(23,55,47,.22); }
.mobile-shell-menu nav a { min-height: 48px; padding: .7rem .8rem; display: flex; align-items: center; border-radius: 10px; color: #224b43; font-weight: 650; text-decoration: none; }
.mobile-shell-menu nav a:hover, .mobile-shell-menu nav a[aria-current="page"] { background: #eef3f1; }

.hero { position: relative; min-height: calc(100svh - 116px); overflow: hidden; background: var(--ink); isolation: isolate; }
.hero-art, .section-art { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.hero-art { object-position: right center; }
.hero-grain { position: absolute; inset: 0; z-index: -1; opacity: .18; pointer-events: none; background-image: radial-gradient(circle at 20% 30%, var(--cream) 0 1px, transparent 1.3px), radial-gradient(circle at 70% 60%, var(--cyan) 0 1px, transparent 1.5px); background-size: 17px 19px, 23px 27px; mix-blend-mode: overlay; }
.hero-copy { min-height: calc(100svh - 116px); display: flex; align-items: flex-start; padding: 0 4vw 5rem; }
.hero-title-lockup { width: clamp(20rem, 34vw, 30rem); margin: 0; line-height: 0; }
.hero-title-art { width: 100%; height: auto; filter: drop-shadow(.55rem .7rem .35rem rgba(7,10,47,.38)); }
.hero-side-note { position: absolute; right: 1.2rem; top: 64%; margin: 0; writing-mode: vertical-rl; transform: rotate(180deg) translateY(50%); color: var(--gold); font-size: .62rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }

.ticker { overflow: hidden; border-block: var(--border); background: var(--coral); color: var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 1.4rem; padding: .6rem 0; animation: ticker 22s linear infinite; font-size: clamp(1.7rem, 4vw, 4rem); font-weight: 1000; letter-spacing: -.06em; text-transform: uppercase; }
.ticker-track i { color: var(--cream); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-kicker { margin: 0; color: var(--pink); font-size: .72rem; font-weight: 1000; letter-spacing: .2em; text-transform: uppercase; }

.fundraiser { display: grid; grid-template-columns: minmax(0, .95fr) minmax(28rem, 1.05fr); min-height: 52rem; overflow: hidden; border-bottom: var(--border); background: var(--ink); }
.fundraiser-visual { position: relative; min-height: 52rem; overflow: hidden; isolation: isolate; }
.fundraiser-art { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 42% 70%; }
.fundraiser-seal { position: absolute; top: 1.5rem; right: 1.5rem; z-index: 1; width: clamp(12rem, 18vw, 16.5rem); height: auto; filter: drop-shadow(.35rem .45rem .25rem rgba(7,10,47,.38)); }
.fundraiser-visual-note { position: absolute; bottom: 1.5rem; left: 1.5rem; padding: .6rem .8rem; border: 2px solid var(--cream); background: var(--pink); color: var(--cream); font-size: .7rem; font-weight: 1000; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-2deg); }
.fundraiser-copy { align-self: center; padding: clamp(3.5rem, 6vw, 6rem) clamp(2rem, 5vw, 6rem); }
.fundraiser-copy > .section-kicker { color: var(--cyan); line-height: 1.6; }
.fundraiser-lockup { width: min(50rem, 100%); height: auto; margin: 1.6rem 0 2.25rem; }
.fundraiser-details { max-width: 42rem; border-block: 1px solid rgba(255,244,220,.35); }
.fundraiser-details h3 { margin: 0; padding: 1rem 0 .8rem; color: var(--pink); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.fundraiser-details ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0 0 1.1rem; list-style: none; }
.fundraiser-details li { min-height: 3.8rem; padding: .3rem 1rem .3rem .8rem; display: flex; align-items: center; border-left: 3px solid var(--cyan); color: var(--cream); font-size: .82rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.fundraiser-details li:nth-child(2) { border-color: var(--pink); }
.fundraiser-details li:nth-child(3) { border-color: var(--gold); }
.fundraiser-broadcast { margin: 0; padding: .9rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(32,213,231,.12); color: var(--cream); text-transform: uppercase; }
.fundraiser-broadcast span { color: var(--cyan); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.fundraiser-broadcast strong { font-size: .9rem; letter-spacing: .03em; }
.fundraiser-donation { max-width: 42rem; margin: 2.25rem 0 1.5rem; padding: 1.2rem 1.35rem 1.35rem; border: 0; border-left: .5rem solid var(--pink); background: var(--gold); color: var(--ink); }
.fundraiser-donation strong, .fundraiser-donation span { display: block; }
.fundraiser-donation strong { font-size: clamp(1.3rem, 2vw, 2rem); line-height: 1; text-transform: uppercase; }
.fundraiser-donation span { margin-top: .55rem; font-size: 1rem; font-weight: 800; line-height: 1.35; }
.poster-trigger { width: min(18rem, 100%); min-height: 6.5rem; padding: .65rem; display: grid; grid-template-columns: 3.8rem 1fr; align-items: center; gap: 1rem; border: 2px solid var(--cream); background: var(--cream); color: var(--ink); cursor: pointer; text-align: left; box-shadow: .3rem .3rem 0 var(--cyan); }
.poster-trigger:hover { transform: translateY(-2px); box-shadow: .45rem .55rem 0 var(--cyan); }
.poster-trigger:focus-visible, .poster-dialog-close:focus-visible { outline: 4px solid var(--gold); outline-offset: 4px; }
.poster-trigger-image { aspect-ratio: 1600 / 2250; overflow: hidden; border: 2px solid var(--ink); background: var(--ink); }
.poster-trigger-image img { width: 100%; height: 100%; object-fit: cover; }
.poster-trigger-copy, .poster-trigger-copy strong { display: block; }
.poster-trigger-copy strong { font-size: 1rem; line-height: 1.08; text-transform: uppercase; }
.poster-dialog { width: min(52rem, calc(100vw - 2rem)); max-width: none; height: min(94vh, 68rem); max-height: none; padding: 0; overflow: hidden; border: 3px solid var(--cream); background: var(--ink); color: var(--cream); box-shadow: 0 2rem 7rem rgba(0,0,0,.72); }
.poster-dialog::backdrop { background: rgba(3,4,25,.88); backdrop-filter: blur(6px); }
.poster-dialog-panel { height: 100%; overflow: auto; overscroll-behavior: contain; }
.poster-dialog-header { position: sticky; top: 0; z-index: 2; padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 2px solid var(--cream); background: rgba(9,12,54,.97); }
.poster-dialog-header h2, .poster-dialog-header p { margin: 0; }
.poster-dialog-header h2 { font-size: 1rem; text-transform: uppercase; }
.poster-dialog-header p { margin-top: .25rem; color: rgba(255,244,220,.72); font-size: .75rem; }
.poster-dialog-close { min-height: 44px; padding: .65rem .85rem; flex: 0 0 auto; border: 2px solid var(--ink); background: var(--gold); color: var(--ink); font-weight: 900; cursor: pointer; text-transform: uppercase; }
.poster-dialog-image { width: min(100%, 46rem); height: auto; margin: 0 auto; }

.ticket-callout { position: relative; display: grid; grid-template-columns: minmax(16rem, .65fr) 1.35fr; min-height: 38rem; padding: clamp(3rem, 6vw, 7rem) 4vw; overflow: hidden; background: var(--cyan); color: var(--ink); }
.ticket-callout > .section-kicker { position: absolute; top: 2rem; left: 4vw; color: var(--ink); }
.ticket-date { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-right: 2px solid var(--ink); }
.ticket-date span { font-size: clamp(8rem, 20vw, 20rem); font-weight: 1000; line-height: .62; letter-spacing: -.12em; }
.ticket-date strong { margin-left: .3rem; color: var(--pink); font-size: clamp(3rem, 7vw, 7rem); line-height: .8; letter-spacing: -.08em; }
.ticket-message { align-self: center; padding-left: clamp(2rem, 6vw, 7rem); }
.ticket-message h2 { max-width: 12ch; margin: 0; font-size: clamp(3rem, 6.5vw, 7rem); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.ticket-message p { display: inline-block; margin: 2rem 0 0; padding: .65rem .8rem; background: var(--gold); box-shadow: .5rem .5rem 0 var(--pink); font-size: clamp(1.1rem, 2vw, 1.7rem); font-weight: 900; }

.circus { position: relative; isolation: isolate; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 100vh; padding: clamp(4rem, 8vw, 9rem) 4vw; gap: clamp(3rem, 6vw, 7rem); overflow: hidden; }
.circus .section-art { object-position: center; }
.circus-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(9,12,54,.88), rgba(9,12,54,.22) 60%, rgba(9,12,54,.72)), linear-gradient(0deg, rgba(9,12,54,.78), transparent 55%); }
.circus-heading { align-self: center; }
.circus-heading h2 { margin: 1.2rem 0 1rem; font-size: clamp(4.5rem, 10vw, 10rem); line-height: .72; letter-spacing: -.095em; text-transform: uppercase; }
.circus-heading h2 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.circus-run { margin: 2rem 0 0; font-size: clamp(1.1rem, 2vw, 1.7rem); font-weight: 900; }
.circus-weeks { align-self: center; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 1rem; }
.circus-week { padding: clamp(1.5rem, 3vw, 2.5rem); border: 2px solid var(--cream); background: rgba(9,12,54,.78); backdrop-filter: blur(10px); }
.circus-week h3 { margin: 0 0 2rem; color: var(--cyan); font-size: 1rem; letter-spacing: .16em; text-transform: uppercase; }
.circus-week ul { margin: 0; padding: 0; list-style: none; }
.circus-week li { border-top: 1px solid rgba(255,244,220,.45); }
.circus-session { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; font-size: .9rem; }
.circus-week strong { color: var(--gold); font-size: 1.05rem; }
.circus-session strong { display: flex; white-space: nowrap; }
.circus-time { display: flex; align-items: baseline; gap: .4em; }
.circus-time + .circus-time { margin-left: .4em; }
.circus-session strong i { font-style: normal; }

.saturday { position: relative; min-height: 90vh; padding: clamp(5rem, 10vw, 11rem) 4vw; overflow: hidden; background: var(--coral); color: var(--ink); }
.saturday > * { position: relative; z-index: 1; }
.saturday-star { position: absolute; z-index: 0; top: 50%; right: -6vw; color: var(--pink); font-size: min(78vw, 65rem); line-height: .55; transform: translateY(-50%) rotate(12deg); }
.saturday .section-kicker { color: var(--ink); }
.saturday h2 { max-width: 10ch; margin: 1.5rem 0 3rem; font-size: clamp(5rem, 14vw, 14rem); line-height: .72; letter-spacing: -.1em; text-transform: uppercase; }
.saturday-facts { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 1rem; }
.saturday-facts p, .saturday-facts strong { width: max-content; margin: 0; padding: .75rem 1rem; border: 2px solid var(--ink); background: var(--cream); font-weight: 900; text-transform: uppercase; }
.saturday-facts strong { background: var(--gold); box-shadow: .45rem .45rem 0 var(--ink); }
.attractions { width: min(40rem, 42vw); margin-top: clamp(3rem, 6vw, 6rem); }
.attractions h3 { margin: 0 0 1rem; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; }
.attraction-bubbles { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: stretch; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.attraction-bubbles li { display: grid; place-items: center; min-height: 3rem; padding: .7rem 1.15rem; border: 2px solid var(--ink); border-radius: 999px; background: var(--cream); font-size: clamp(.8rem, 1.25vw, 1.05rem); font-weight: 1000; letter-spacing: .02em; text-align: center; text-transform: uppercase; box-shadow: .28rem .28rem 0 var(--ink); transform: rotate(-1deg); }
.attraction-bubbles li:nth-child(1) { grid-column: 1 / span 4; background: var(--cream); }
.attraction-bubbles li:nth-child(2) { grid-column: 5 / span 4; background: var(--cyan); transform: rotate(1.5deg); }
.attraction-bubbles li:nth-child(3) { grid-column: 1 / span 3; background: var(--gold); transform: rotate(-2deg); }
.attraction-bubbles li:nth-child(4) { grid-column: 4 / span 3; background: var(--cream); transform: rotate(1deg); }
.attraction-bubbles li:nth-child(5) { grid-column: 7 / span 3; background: var(--cyan); transform: rotate(-1.5deg); }
.attraction-bubbles li:nth-child(6) { grid-column: 1 / span 3; background: var(--pink); color: var(--cream); transform: rotate(1.5deg); }
.attraction-bubbles li:nth-child(7) { grid-column: 4 / span 3; background: var(--gold); transform: rotate(-1deg); }
.attraction-bubbles li:nth-child(8) { grid-column: 7 / span 4; background: var(--cream); transform: rotate(1.5deg); }
.attraction-note { margin: 1.4rem 0 0; font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.timeline { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 10vw, 11rem) 4vw; background: var(--cream); color: var(--ink); }
.timeline-heading h2 { margin: 1.2rem 0 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .8; letter-spacing: -.08em; text-transform: uppercase; }
.timeline-list { margin: 0; padding: 0; list-style: none; counter-reset: event; }
.timeline-list li { position: relative; display: grid; grid-template-columns: 7rem 1fr; align-items: baseline; gap: 1.5rem; padding: 1.7rem 0; border-bottom: 2px solid var(--ink); counter-increment: event; }
.timeline-list li::before { content: "0" counter(event); position: absolute; top: .5rem; right: 0; color: var(--pink); font-size: 1rem; font-weight: 1000; }
.timeline-list time { color: var(--pink); font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 1000; letter-spacing: -.06em; }
.timeline-list span { padding-right: 2.5rem; font-size: clamp(1.2rem, 2.4vw, 2.2rem); font-weight: 900; line-height: 1.1; }
.timeline-list span strong { display: block; width: max-content; margin-top: .6rem; padding: .3rem .45rem; background: var(--cyan); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.carols { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 90vh; padding: clamp(5rem, 10vw, 11rem) 4vw; overflow: hidden; background: var(--blue); color: var(--cream); }
.carols-art { object-position: center 46%; }
.carols-wash { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,12,54,.92) 0%, rgba(9,12,54,.78) 34%, rgba(9,12,54,.32) 55%, rgba(9,12,54,0) 74%); }
.carols-content { position: relative; z-index: 1; width: min(47vw, 44rem); }
.carols-copy h2 { margin: 1.2rem 0 2rem; font-size: clamp(4.5rem, 7.8vw, 8rem); line-height: .7; letter-spacing: -.09em; text-transform: uppercase; }
.featured { max-width: none; margin: 0; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 3rem); font-style: italic; line-height: 1.05; }
.featured strong { display: inline-block; color: var(--pink); white-space: nowrap; }
.carols-details { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; margin-top: 2.5rem; }
.free-stamp { display: inline-block; padding: .45rem .7rem; background: var(--pink); color: var(--cream); font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: .8; letter-spacing: -.07em; text-transform: uppercase; }
.carols-details p { margin: 0; color: var(--cream); font-weight: 900; line-height: 1.35; }
.carols-details .broadcast { color: var(--cyan); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.carols-details .broadcast strong { display: block; margin-top: .25rem; color: var(--cream); font-size: clamp(1.15rem, 2vw, 1.75rem); letter-spacing: -.03em; }

.poster-gallery { padding: clamp(4rem, 7vw, 7rem) 4vw clamp(5rem, 8vw, 8rem); overflow: hidden; background: var(--coral); color: var(--ink); }
.poster-gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.poster-gallery-heading .section-kicker { color: var(--ink); }
.poster-gallery-heading h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .78; letter-spacing: -.075em; text-align: right; text-transform: uppercase; }
.poster-gallery-heading h2 em { color: var(--cream); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.poster-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: clamp(1rem, 2.2vw, 2.5rem); padding: 1.2rem 1rem; }
.poster-frame { position: relative; aspect-ratio: 1718 / 2416; margin: 0; border: 3px solid var(--ink); background: var(--cream); box-shadow: .7rem .8rem 0 var(--ink); overflow: hidden; }
.poster-frame:nth-child(1) { transform: rotate(-2deg); }
.poster-frame:nth-child(2) { transform: rotate(1.5deg) translateY(-.6rem); }
.poster-frame:nth-child(3) { transform: rotate(-1deg) translateY(.45rem); }
.poster-frame:nth-child(4) { transform: rotate(2deg) translateY(-.2rem); }
.poster-ready img { width: 100%; height: 100%; object-fit: cover; }

.fireworks { position: relative; isolation: isolate; min-height: 100vh; padding: clamp(5rem, 11vw, 12rem) 4vw; overflow: hidden; display: flex; align-items: center; }
.fireworks .section-art { object-position: center 58%; }
.fireworks-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(9,12,54,.9), rgba(9,12,54,.25) 70%), linear-gradient(0deg, rgba(9,12,54,.76), transparent 62%); }
.fireworks-copy { width: min(70rem, 92vw); }
.fireworks-copy h2 { margin: 1.2rem 0 3rem; font-size: clamp(4rem, 9vw, 9rem); line-height: .82; letter-spacing: -.085em; text-transform: uppercase; }
.fireworks-copy h2 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.fireworks-meta { display: flex; align-items: center; gap: 1rem; }
.fireworks-meta strong, .fireworks-meta time { padding: .7rem 1rem; border: 2px solid var(--cream); background: var(--pink); font-size: clamp(1rem, 2vw, 1.5rem); text-transform: uppercase; }
.fireworks-meta time { background: var(--cyan); color: var(--ink); font-weight: 1000; }
.fireworks-credit { margin: 1.4rem 0 0; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.family { position: relative; isolation: isolate; min-height: 100vh; padding: clamp(5rem, 10vw, 11rem) 4vw; overflow: hidden; display: flex; align-items: center; }
.family .section-art { object-position: center; }
.family-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(9,12,54,.9), rgba(9,12,54,.08) 72%), linear-gradient(0deg, rgba(9,12,54,.76), transparent 58%); }
.family-copy { width: min(58rem, 86vw); }
.family-copy h2 { margin: 1.2rem 0 2rem; font-size: clamp(4.3rem, 10vw, 10rem); line-height: .7; letter-spacing: -.095em; text-transform: uppercase; }
.family-copy h2 em { color: var(--cyan); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.family-copy > p:last-child { max-width: 28ch; margin: 0; font-size: clamp(1.25rem, 2.4vw, 2.3rem); font-weight: 900; line-height: 1.15; }

.footer { background: #224b43; color: #fff; }
.footer-content { width: min(1280px, 100%); margin: 0 auto; padding: 3.75rem 2.5rem; display: flex; align-items: flex-start; gap: 5rem; }
.footer-section { flex: 1; min-width: 200px; }
.footer-section-logo { flex: 1.5; min-width: 0; display: flex; align-items: flex-start; gap: 5rem; }
.footer-logo-box { width: 120px; height: 120px; padding: .75rem; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 1rem; background: #fff; }
.footer-logo { width: auto; max-height: 100px; }
.footer-section-content { flex: 1; min-width: 200px; }
.footer-section h2 { margin: 0 0 1.25rem; color: #fff; font-size: .875rem; text-transform: capitalize; }
.footer-section ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: .75rem; list-style: none; }
.footer-section a { color: rgba(255,255,255,.8); font-size: .875rem; text-decoration: none; }
.footer-section a:hover, .footer-section a:focus-visible { color: #fff; text-decoration: underline; }
.footer-social-links { flex-direction: row !important; align-items: center; gap: .5rem !important; }
.footer-social-link { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; }
.footer-social-link img { width: 24px; height: 24px; object-fit: contain; }
.footer-bottom { width: min(1280px, 100%); margin: 0 auto; padding: 1.5rem 2.5rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.6); font-size: .75rem; text-align: center; }
.footer-bottom p { margin: 0; }
.disclosure { margin: 0; padding: 1rem 4vw; background: #102921; color: rgba(255,255,255,.72); font-size: .7rem; line-height: 1.5; text-align: center; }

@media (max-width: 900px) {
  .site-header-inner { flex-wrap: wrap; gap: .6rem 1.25rem; }
  .site-brand-section { width: 100%; }
  .site-discovery-actions { width: 100%; justify-content: flex-start; margin-left: 72px; }
  .fundraiser, .ticket-callout, .circus, .timeline { grid-template-columns: 1fr; }
  .fundraiser-visual { min-height: min(72vw, 38rem); }
  .fundraiser-art { object-position: 38% 67%; }
  .fundraiser-copy { padding-block: clamp(3.5rem, 8vw, 6rem); }
  .ticket-date { padding: 5rem 0 3rem; border-right: 0; border-bottom: 2px solid var(--ink); }
  .ticket-message { padding: 3rem 0 0; }
  .circus-weeks { width: 100%; }
  .saturday-facts { grid-template-columns: 1fr; justify-items: start; }
  .attractions { width: min(40rem, 62vw); }
  .carols-content { width: min(68vw, 38rem); }
  .footer-content { flex-wrap: wrap; }
  .footer-section-logo { flex: 1 1 100%; }
}

@media (max-width: 620px) {
  .review-ribbon { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .beta-banner p { padding-inline: 1.25rem; font-size: .8rem; }
  .site-header-inner { position: relative; min-height: 62px; padding: .4rem 1.25rem; flex-wrap: nowrap; }
  .site-brand-section { width: auto; }
  .site-brand { width: 49px; height: 49px; }
  .site-brand img { height: 44px; }
  .site-brand-section .shell-menu, .site-discovery-actions { display: none; }
  .mobile-shell-menu { display: block; }
  .hero { min-height: calc(100svh - 138px); }
  .hero-copy { min-height: calc(100svh - 138px); padding-bottom: 7vh; }
  .hero-title-lockup { width: min(78vw, 25rem); }
  .hero-side-note { display: none; }
  .fundraiser { min-height: 0; }
  .fundraiser-visual { min-height: 78vw; }
  .fundraiser-art { object-position: 36% 72%; }
  .fundraiser-seal { top: .8rem; right: .8rem; width: 42vw; }
  .fundraiser-visual-note { bottom: 1rem; left: 1rem; }
  .fundraiser-copy { padding: 3.5rem 1.25rem 4rem; }
  .fundraiser-lockup { margin-block: 1.35rem 1.6rem; }
  .fundraiser-details ul { grid-template-columns: 1fr; gap: .75rem; }
  .fundraiser-details li { min-height: 2.7rem; }
  .fundraiser-broadcast { align-items: flex-start; flex-direction: column; gap: .3rem; }
  .fundraiser-donation { margin-block: 2rem 1.5rem; }
  .poster-dialog { width: calc(100vw - .75rem); height: calc(100dvh - .75rem); }
  .poster-dialog-header { align-items: flex-start; }
  .poster-dialog-header p { display: none; }
  .poster-dialog-image { width: 100%; }
  .circus-weeks { grid-template-columns: 1fr; }
  .carols { min-height: 86vh; align-items: flex-end; }
  .carols-art { object-position: 58% center; }
  .carols-wash { background: linear-gradient(90deg, rgba(9,12,54,.9), rgba(9,12,54,.48) 68%, rgba(9,12,54,.12)), linear-gradient(0deg, rgba(9,12,54,.88), rgba(9,12,54,0) 70%); }
  .carols-content { width: 100%; }
  .carols-copy h2 { font-size: clamp(4rem, 17vw, 6.25rem); }
  .featured strong { white-space: normal; }
  .poster-gallery { padding-inline: 0; }
  .poster-gallery-heading { align-items: flex-start; flex-direction: column; padding-inline: 1.25rem; }
  .poster-gallery-heading h2 { text-align: left; }
  .poster-strip { grid-template-columns: repeat(4, 66vw); gap: 1.25rem; padding: 1rem 1.25rem 2rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .poster-frame { scroll-snap-align: center; }
  .timeline-list li { grid-template-columns: 5.5rem 1fr; gap: .75rem; }
  .saturday-facts p, .saturday-facts strong { width: auto; }
  .attraction-bubbles { gap: .55rem; }
  .attractions { width: 100%; }
  .attraction-bubbles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .attraction-bubbles li { grid-column: auto !important; }
  .attraction-bubbles li { min-height: 2.7rem; padding: .6rem .85rem; }
  .fireworks-meta { align-items: flex-start; flex-direction: column; }
  .family .section-art { object-position: 58% center; }
  .footer-content { padding-inline: 1.25rem; flex-direction: column; gap: 2.5rem; }
  .footer-section-logo { flex-direction: column; gap: 1.5rem; }
  .footer-section-content { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
