:root {
  --blue: #2498ed;
  --blue-bright: #42b5ff;
  --ink: #07101d;
  --midnight: #071628;
  --paper: #eeeae2;
  --white: #f8f9fb;
  --muted: rgba(248, 249, 251, .68);
  --line: rgba(248, 249, 251, .24);
  --header-h: 82px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-snap-type: y proximity; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 999; padding: 12px 16px; background: #fff; color: #111; transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: fixed; inset: 0 0 auto 0; height: var(--header-h); z-index: 60; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 34px; border-bottom: 1px solid rgba(255,255,255,.16); background: linear-gradient(180deg, rgba(3,12,24,.7), rgba(3,12,24,0)); transition: background .4s, backdrop-filter .4s; }
.site-header.is-solid { background: rgba(5,16,31,.78); backdrop-filter: blur(20px); }
.menu-button { justify-self: start; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); display: grid; place-content: center; gap: 6px; cursor: pointer; transition: transform .35s var(--ease), background .25s; }
.menu-button:hover { transform: rotate(6deg); background: var(--blue); }
.menu-button span { width: 18px; height: 1px; background: white; display: block; transition: transform .35s var(--ease); }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.brand img { width: 178px; height: auto; display: block; }
.brand span { font-size: 9px; letter-spacing: .26em; border-left: 1px solid rgba(255,255,255,.35); padding-left: 12px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.concept-label { font-size: 9px; letter-spacing: .18em; opacity: .65; }
.text-button, .rsvp-button { border: 0; cursor: pointer; }
.text-button { background: none; padding: 10px 2px; border-bottom: 1px solid rgba(255,255,255,.5); }
.rsvp-button { border-radius: 999px; padding: 12px 22px; background: var(--blue); color: white; font-weight: 700; transition: transform .25s var(--ease), background .25s; }
.rsvp-button:hover { transform: translateY(-2px); background: var(--blue-bright); }

.story-shell { position: relative; }
.chapter { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; scroll-snap-align: start; }
.chapter-media, .soft-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; transform: scale(1.055); transition: transform 1.4s var(--ease), filter 1.4s var(--ease); }
.chapter.is-active .chapter-media { transform: scale(1); }
.chapter-inner { width: min(100%, 1600px); min-height: 100svh; margin: 0 auto; padding: calc(var(--header-h) + 54px) clamp(28px, 6vw, 112px) 72px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 700; display: flex; gap: 14px; align-items: center; }
.eyebrow > span { width: 38px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow.dark { color: rgba(7,16,29,.7); }
.eyebrow.centered { justify-content: center; }
h1, h2 { font-weight: 400; letter-spacing: -.055em; line-height: .84; margin: 0; }
h1 { font-size: clamp(72px, 11vw, 178px); text-transform: uppercase; }
h2 { font-size: clamp(70px, 10vw, 160px); }
h1 em, h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; letter-spacing: -.075em; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal-delay { transition-delay: .14s; }
.chapter.is-active .reveal { opacity: 1; transform: none; }

.chapter-cover { background: var(--midnight); }
.chapter-cover .chapter-media { object-position: center; }
.cover-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(2,9,18,.82) 0%, rgba(2,9,18,.36) 45%, rgba(2,9,18,.08) 75%), linear-gradient(0deg, rgba(2,9,18,.7), transparent 46%); }
.cover-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 380px); align-items: end; gap: 50px; }
.cover-copy { align-self: center; margin-top: 5vh; }
.cover-copy h1 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.92); }
.cover-meta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px 26px; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.cover-meta span { display: flex; align-items: center; gap: 22px; }
.cover-meta span:not(:last-child)::after { content: ''; width: 3px; height: 3px; border-radius: 50%; background: var(--blue-bright); }
.cover-note { align-self: end; padding: 30px 0 12px 34px; border-left: 1px solid var(--line); }
.cover-note > p { max-width: 310px; margin: 0 0 28px; font-family: Georgia, serif; font-size: 22px; line-height: 1.45; }
.circle-link { width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); display: grid; place-items: center; cursor: pointer; position: relative; transition: background .3s, transform .3s var(--ease); }
.circle-link:hover { background: var(--blue); transform: rotate(-8deg); border-color: var(--blue); }
.circle-link span { font-size: 12px; font-weight: 700; }
.circle-link svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.scroll-cue { position: absolute; left: 34px; bottom: 28px; z-index: 5; border: 0; background: none; display: flex; gap: 12px; align-items: center; cursor: pointer; text-transform: uppercase; font-size: 9px; letter-spacing: .18em; }
.scroll-cue svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; animation: nudge 1.8s ease-in-out infinite; }
@keyframes nudge { 0%,100% { transform: translateY(-2px); } 50% { transform: translateY(5px); } }

.chapter-schedule { background: radial-gradient(circle at 78% 25%, #143763 0, #081a31 33%, #050f1f 75%); }
.schedule-layout { display: grid; grid-template-columns: .8fr 1.15fr; align-items: center; gap: 9vw; }
.schedule-heading h2 em { color: var(--blue-bright); }
.section-copy { margin: 34px 0 0; max-width: 390px; color: var(--muted); line-height: 1.65; font-family: Georgia, serif; font-size: 19px; }
.timeline { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.timeline-item { min-height: 108px; display: grid; grid-template-columns: 74px 1fr auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); position: relative; cursor: pointer; transition: padding .35s var(--ease), background .3s; outline: none; }
.timeline-item::before { content: ''; position: absolute; left: -20px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-bright); transform: translateY(-50%) scale(0); transition: transform .3s; }
.timeline-item:hover, .timeline-item:focus, .timeline-item.is-current { padding-left: 18px; background: linear-gradient(90deg, rgba(36,152,237,.18), transparent); }
.timeline-item:hover::before, .timeline-item:focus::before, .timeline-item.is-current::before { transform: translateY(-50%) scale(1); }
.timeline-item time { font-family: Georgia, serif; font-size: 25px; }
.timeline-item div { display: grid; gap: 8px; }
.timeline-item strong { font-size: 17px; }
.timeline-item div span { color: var(--muted); font-size: 13px; }
.timeline-status { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-bright); }
.chapter-index { position: absolute; right: -20px; bottom: -75px; margin: 0; z-index: 0; font-size: clamp(220px, 28vw, 430px); font-weight: 700; line-height: 1; color: rgba(255,255,255,.025); letter-spacing: -.1em; }
.ambient-orb { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .2; background: var(--blue); animation: drift 12s ease-in-out infinite alternate; }
.orb-one { width: 280px; height: 280px; right: 12%; top: 6%; }
.orb-two { width: 160px; height: 160px; left: 30%; bottom: 4%; animation-delay: -5s; }
@keyframes drift { to { transform: translate3d(40px, 30px, 0) scale(1.18); opacity: .32; } }

.chapter-table { background: var(--paper); color: var(--ink); }
.table-figure { position: absolute; inset: 0 auto 0 0; width: 55%; margin: 0; overflow: hidden; }
.table-figure img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.045); transition: transform 1.4s var(--ease); }
.chapter-table.is-active .table-figure img { transform: scale(1); }
.table-layout { display: grid; grid-template-columns: 55% 45%; padding-right: clamp(28px, 6vw, 112px); }
.table-copy { grid-column: 2; align-self: center; padding-left: clamp(34px, 6vw, 100px); }
.table-copy h2 { font-size: clamp(70px, 8.2vw, 136px); }
.table-copy h2 em { color: var(--blue); }
.table-copy > p { font-family: Georgia, serif; font-size: 20px; line-height: 1.55; max-width: 480px; }
.event-facts { margin: 34px 0; border-top: 1px solid rgba(7,16,29,.18); }
.event-facts div { display: grid; grid-template-columns: 92px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(7,16,29,.18); }
.event-facts dt { text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .14em; color: rgba(7,16,29,.5); }
.event-facts dd { margin: 0; font-size: 13px; }
.underlined-button { color: var(--ink); border: 0; border-bottom: 1px solid var(--ink); background: none; padding: 8px 0; cursor: pointer; font-weight: 700; }
.underlined-button span { margin-left: 20px; color: var(--blue); }
.vertical-caption { position: absolute; right: 18px; bottom: 28px; margin: 0; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .18em; color: rgba(7,16,29,.45); }

.chapter-live { background: #050a11; }
.live-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,7,13,.72), transparent 58%), linear-gradient(0deg, rgba(3,7,13,.78), transparent 55%); }
.live-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.live-copy h2 { font-size: clamp(90px, 14vw, 220px); }
.live-copy h2 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.9); }
.artist-note { justify-self: end; width: min(100%, 470px); display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: start; padding-top: 22px; border-top: 1px solid var(--line); }
.artist-number { font-family: Georgia, serif; font-size: 34px; color: var(--blue-bright); }
.artist-note strong { font-size: 17px; }
.artist-note p { color: var(--muted); font-family: Georgia, serif; line-height: 1.5; }
.sound-toggle { position: absolute; right: 34px; top: 50%; z-index: 3; display: flex; align-items: end; height: 32px; gap: 3px; }
.sound-toggle > span { width: 2px; height: 12px; background: white; animation: audio 1s ease-in-out infinite alternate; }
.sound-toggle > span:nth-child(2) { animation-delay: -.4s; }
.sound-toggle > span:nth-child(3) { animation-delay: -.7s; }
.sound-toggle > span:nth-child(4) { animation-delay: -.2s; }
.sound-toggle small { margin-left: 8px; font-size: 8px; letter-spacing: .16em; }
@keyframes audio { to { height: 28px; } }

.chapter-rsvp { background: var(--midnight); text-align: center; }
.soft-media { filter: blur(18px) saturate(.65); transform: scale(1.12); opacity: .55; }
.rsvp-wash { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at center, rgba(20,84,145,.35), rgba(3,10,19,.92) 72%); }
.finale-layout { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.finale-layout h2 em { color: var(--blue-bright); }
.finale-date { margin: 34px 0; font-size: 10px; letter-spacing: .25em; text-transform: uppercase; }
.finale-button { min-width: 220px; height: 64px; padding: 0 25px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: space-between; cursor: pointer; transition: background .3s, transform .3s var(--ease); }
.finale-button:hover { background: var(--blue); border-color: var(--blue); transform: scale(1.03); }
.finale-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.demo-note { position: absolute; bottom: 26px; margin: 0; font-size: 9px; letter-spacing: .1em; color: rgba(255,255,255,.5); }

.story-progress { position: fixed; z-index: 45; left: 34px; top: 50%; transform: translateY(-50%); display: flex; gap: 12px; height: 220px; }
.progress-line { width: 1px; height: 100%; background: rgba(255,255,255,.25); overflow: hidden; }
.progress-line span { display: block; width: 100%; height: 0; background: var(--blue-bright); transition: height .6s var(--ease); }
.story-progress ol { list-style: none; margin: 0; padding: 0; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.story-progress a { color: white; text-decoration: none; font-size: 8px; letter-spacing: .15em; opacity: .45; transition: opacity .25s, color .25s; }
.story-progress a.is-active { opacity: 1; color: var(--blue-bright); }
.chapter-controls { position: fixed; z-index: 45; right: 34px; bottom: 28px; display: flex; align-items: center; gap: 13px; }
.chapter-controls button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(5,15,29,.3); backdrop-filter: blur(8px); display: grid; place-items: center; cursor: pointer; transition: background .25s; }
.chapter-controls button:hover { background: var(--blue); }
.chapter-controls svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.chapter-controls span { font-size: 9px; letter-spacing: .14em; min-width: 48px; text-align: center; }

.menu-overlay { position: fixed; inset: 0; z-index: 50; visibility: hidden; pointer-events: none; }
.menu-overlay.is-open { visibility: visible; pointer-events: auto; }
.menu-backdrop { position: absolute; inset: 0; background: rgba(3,11,23,.72); backdrop-filter: blur(24px); opacity: 0; transition: opacity .45s; }
.menu-overlay.is-open .menu-backdrop { opacity: 1; }
.menu-content { position: relative; width: min(100%, 1320px); height: 100%; margin: auto; padding: calc(var(--header-h) + 58px) clamp(28px, 9vw, 140px) 44px; display: flex; flex-direction: column; transform: translateY(28px); opacity: 0; transition: .5s var(--ease); }
.menu-overlay.is-open .menu-content { transform: none; opacity: 1; }
.menu-kicker { margin: 0 0 28px; color: var(--blue-bright); text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }
.menu-content ol { list-style: none; margin: 0; padding: 0; counter-reset: menu; }
.menu-content li { counter-increment: menu; border-top: 1px solid var(--line); }
.menu-content li:last-child { border-bottom: 1px solid var(--line); }
.menu-content a { display: flex; align-items: baseline; gap: 22px; padding: 12px 0; color: white; text-decoration: none; font-family: Georgia, serif; font-size: clamp(34px, 5.2vw, 74px); transition: color .2s, padding .3s var(--ease); }
.menu-content a::before { content: '0' counter(menu); font: 9px Arial, sans-serif; letter-spacing: .16em; color: var(--blue-bright); }
.menu-content a:hover { color: var(--blue-bright); padding-left: 18px; }
.menu-footer { margin-top: auto; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.menu-footer a { color: white; font: inherit; padding: 0; border: 0; }
.menu-footer a::before { display: none; }

.organizer-panel { position: fixed; z-index: 90; top: 0; right: 0; width: min(440px, 100%); height: 100%; padding: 30px; background: rgba(244,246,249,.96); color: var(--ink); box-shadow: -28px 0 80px rgba(0,0,0,.26); backdrop-filter: blur(30px); transform: translateX(110%); transition: transform .55s var(--ease); overflow-y: auto; }
.organizer-panel.is-open { transform: none; }
.organizer-header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 1px solid rgba(7,16,29,.14); }
.organizer-header span { font-size: 8px; letter-spacing: .18em; color: var(--blue); font-weight: 700; }
.organizer-header h2 { margin-top: 7px; font: 34px/1 Georgia, serif; letter-spacing: -.03em; }
.organizer-header button, .sheet-close { width: 40px; height: 40px; border: 1px solid rgba(7,16,29,.18); border-radius: 50%; background: transparent; color: var(--ink); font-size: 22px; cursor: pointer; }
.organizer-copy { font-family: Georgia, serif; line-height: 1.55; color: rgba(7,16,29,.68); }
.publish-state { margin: 24px 0; padding: 15px 0; display: grid; grid-template-columns: 10px 1fr auto; gap: 10px; align-items: center; border-top: 1px solid rgba(7,16,29,.1); border-bottom: 1px solid rgba(7,16,29,.1); }
.publish-state > span { width: 8px; height: 8px; background: #41a86a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(65,168,106,.13); }
.publish-state strong { font-size: 12px; }
.publish-state small { color: rgba(7,16,29,.45); }
.module-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.module-item { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 12px; padding: 14px; background: white; border: 1px solid rgba(7,16,29,.08); transition: transform .25s var(--ease), box-shadow .25s; }
.module-item:hover { transform: translateX(-3px); box-shadow: 0 12px 35px rgba(7,16,29,.08); }
.module-handle { color: rgba(7,16,29,.32); letter-spacing: -2px; }
.module-name { display: grid; gap: 3px; }
.module-name strong { font-size: 13px; }
.module-name small { color: rgba(7,16,29,.48); }
.module-actions { display: flex; gap: 4px; }
.module-actions button { width: 28px; height: 28px; border: 0; background: #edf2f6; color: var(--ink); cursor: pointer; }
.module-actions button:disabled { opacity: .28; cursor: default; }
.add-module { margin-top: 12px; width: 100%; padding: 15px; border: 1px dashed rgba(7,16,29,.25); background: transparent; color: var(--ink); cursor: pointer; text-align: left; }
.add-module span { margin-right: 10px; color: var(--blue); }
.organizer-footnote { margin-top: 20px; font-size: 10px; line-height: 1.5; color: rgba(7,16,29,.45); }

.modal-shell { position: fixed; inset: 0; z-index: 100; visibility: hidden; pointer-events: none; }
.modal-shell.is-open { visibility: visible; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(1,7,14,.72); opacity: 0; backdrop-filter: blur(13px); transition: opacity .4s; }
.modal-shell.is-open .modal-backdrop { opacity: 1; }
.rsvp-sheet { position: absolute; right: 0; top: 0; height: 100%; width: min(560px, 100%); padding: clamp(36px, 6vw, 80px); background: var(--paper); color: var(--ink); transform: translateX(105%); transition: transform .55s var(--ease); overflow-y: auto; }
.modal-shell.is-open .rsvp-sheet { transform: none; }
.sheet-close { position: absolute; top: 24px; right: 24px; }
.rsvp-sheet h2 { margin: 0; font: clamp(48px, 6vw, 78px)/.9 Georgia, serif; letter-spacing: -.05em; }
.sheet-intro { max-width: 430px; font-family: Georgia, serif; color: rgba(7,16,29,.62); line-height: 1.5; }
.rsvp-sheet form { margin-top: 38px; }
.rsvp-sheet form > label { display: grid; gap: 9px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.rsvp-sheet input[type="text"] { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(7,16,29,.3); background: transparent; color: var(--ink); outline: none; font: 20px Georgia, serif; }
.rsvp-sheet input[type="text"]:focus { border-color: var(--blue); }
.rsvp-sheet fieldset { margin: 28px 0; padding: 0; border: 0; display: grid; gap: 10px; }
.rsvp-sheet legend { margin-bottom: 12px; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice span { display: block; padding: 15px; border: 1px solid rgba(7,16,29,.18); cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.choice input:checked + span { background: var(--ink); border-color: var(--ink); color: white; }
.submit-rsvp { width: 100%; padding: 17px 20px; border: 0; background: var(--blue); color: white; display: flex; justify-content: space-between; font-weight: 700; cursor: pointer; }
.success-state { display: none; padding-top: 45px; }
.success-state.is-visible { display: block; }
.success-state > span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--blue); color: white; font-size: 25px; }
.success-state h3 { font: 36px/1.05 Georgia, serif; margin-bottom: 12px; }
.success-state p { color: rgba(7,16,29,.6); }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 25px; transform: translate(-50%, 25px); background: #fff; color: var(--ink); padding: 12px 18px; box-shadow: 0 10px 45px rgba(0,0,0,.24); font-size: 12px; opacity: 0; visibility: hidden; transition: .3s var(--ease); }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.announcement { background: var(--blue); color: white; }
.announcement .chapter-inner { display: grid; place-items: center; text-align: center; }
.announcement h2 { max-width: 1100px; }
.announcement p { font-family: Georgia, serif; font-size: 20px; }

@media (max-width: 900px) {
  :root { --header-h: 68px; }
  .site-header { padding: 0 16px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .brand { justify-self: center; }
  .brand img { width: 142px; }
  .brand span, .concept-label, .text-button { display: none; }
  .rsvp-button { padding: 10px 15px; font-size: 12px; }
  .story-progress { display: none; }
  .chapter-controls { right: 16px; bottom: 17px; }
  .chapter-inner { padding: calc(var(--header-h) + 42px) 22px 78px; }
  .cover-layout, .schedule-layout, .live-layout { grid-template-columns: 1fr; }
  .cover-layout { align-items: end; }
  .cover-copy { align-self: end; margin: 0; }
  .cover-note { padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
  .cover-note > p { font-size: 16px; margin: 0; }
  .circle-link { width: 78px; height: 78px; }
  .cover-meta { margin-top: 22px; gap: 8px 12px; }
  .cover-meta span { gap: 12px; }
  .scroll-cue { left: 22px; bottom: 24px; }
  .schedule-layout { align-content: center; gap: 36px; }
  .section-copy { font-size: 16px; margin-top: 20px; }
  .timeline-item { min-height: 82px; grid-template-columns: 55px 1fr; gap: 12px; }
  .timeline-status { display: none; }
  .timeline-item time { font-size: 19px; }
  .timeline-item strong { font-size: 14px; }
  .table-figure { width: 100%; height: 48%; }
  .table-figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, var(--paper), transparent 55%); }
  .table-layout { grid-template-columns: 1fr; padding: calc(var(--header-h) + 40vh) 22px 70px; }
  .table-copy { grid-column: 1; padding: 0; align-self: end; }
  .table-copy h2 { font-size: clamp(62px, 19vw, 92px); }
  .table-copy > p { font-size: 15px; }
  .event-facts { margin: 18px 0; }
  .event-facts div { padding: 10px 0; }
  .vertical-caption { display: none; }
  .live-layout { align-content: end; gap: 30px; }
  .live-copy h2 { font-size: clamp(86px, 28vw, 135px); }
  .artist-note { justify-self: start; }
  .sound-toggle { right: 18px; top: 100px; }
  .menu-content { padding: calc(var(--header-h) + 45px) 24px 32px; }
  .menu-content a { font-size: clamp(31px, 10vw, 48px); }
  .menu-footer { display: grid; }
  .chapter-cover .chapter-media { object-position: 66% center; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(64px, 21vw, 96px); }
  h2 { font-size: clamp(64px, 19vw, 90px); }
  .cover-note { display: none; }
  .cover-meta span { width: max-content; }
  .menu-button { width: 38px; height: 38px; }
  .rsvp-button { padding: 9px 12px; }
  .timeline-item div span { font-size: 11px; }
  .artist-note { grid-template-columns: 52px 1fr; }
  .finale-button { min-width: 200px; }
}

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