/* CHOREA 2027 — shared stylesheet */
:root {
  --ink: #0b0a0c;
  --ink-2: #131115;
  --ink-3: #1c191f;
  --paper: #f4efe4;
  --paper-2: #e9e2d2;
  --yellow: #fdd202;
  --yellow-2: #ffe55c;
  --yellow-deep: #d9ab00;
  --text: #f1ebdf;
  --muted: rgba(241, 235, 223, .66);
  --faint: rgba(241, 235, 223, .38);
  --line: rgba(241, 235, 223, .14);
  --dark-text: #16130f;
  --display: 'Oswald', 'Arial Narrow', Impact, sans-serif;
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1240px;
  --gut: clamp(16px, 4vw, 40px);
  --r: 14px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --header-h: 76px;
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body { margin: 0; background: var(--ink); color: var(--text); font: 400 17px/1.65 var(--sans); overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p { margin: 0; }
address { font-style: normal; }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--yellow); color: var(--ink); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 200; background: var(--yellow); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
svg { width: 1.2em; height: 1.2em; flex: none; }

/* ---------- type ---------- */
.eyebrow { font: 600 13px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--yellow); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--dark-text); }
.display { font: 600 clamp(34px, 5.2vw, 64px)/1.02 var(--display); text-transform: uppercase; letter-spacing: .01em; }
.display-xl { font-size: clamp(44px, 8.4vw, 118px); line-height: .95; }
.display-serif { font: 500 clamp(34px, 4.6vw, 62px)/1.06 var(--serif); letter-spacing: -.01em; }
.display-serif em, .display-serif i { color: var(--yellow); }
.lead { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.6; color: var(--text); }
.muted { color: var(--muted); }
.fine { color: var(--faint); font-size: 13px; margin-top: 18px; }
.max60 { max-width: 60ch; }
.section-head { margin-bottom: clamp(32px, 5vw, 56px); }
.section-head .muted { margin-top: 16px; }
.section-head.center { text-align: center; }
.section-head.center .eyebrow::after { content: ''; width: 34px; height: 1px; background: currentColor; }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 40px; flex-wrap: wrap; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border-radius: 999px; font: 600 15px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; transition: transform .35s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .35s; white-space: nowrap; }
.btn svg { width: 20px; height: 20px; }
.btn:hover { transform: translateY(-2px); }
.btn-yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 10px 30px -12px rgba(253, 210, 2, .7); }
.btn-yellow:hover { background: var(--yellow-2); box-shadow: 0 16px 40px -14px rgba(253, 210, 2, .85); }
.btn-ghost { border: 1px solid rgba(255, 255, 255, .45); color: #fff; backdrop-filter: blur(6px); background: rgba(0, 0, 0, .18); }
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-line { border: 1px solid var(--line); color: var(--text); }
.btn-line:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-sm { min-height: 42px; padding: 0 18px; font-size: 13px; }

/* ---------- header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .35s, backdrop-filter .35s, box-shadow .35s, transform .4s var(--ease); }
.site-header .bar { height: var(--header-h); display: flex; align-items: center; gap: 28px; padding: 0 var(--gut); max-width: 1480px; margin: 0 auto; }
.site-header.is-solid, .page-inner .site-header { background: rgba(11, 10, 12, .82); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); box-shadow: 0 1px 0 var(--line); }
.site-header.is-hidden { transform: translateY(-100%); }
.brand img { height: 44px; width: auto; transition: opacity .3s; }
.is-home:not(.is-solid) .brand { opacity: 0; pointer-events: none; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: clamp(14px, 1.8vw, 28px); }
.main-nav a { font: 500 14px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .82); padding: 8px 0; position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.main-nav a:hover, .main-nav a[aria-current] { color: #fff; }
.main-nav a:hover::after, .main-nav a[aria-current]::after { transform: scaleX(1); }
.bar-end { display: flex; align-items: center; gap: 18px; }
.lang { display: flex; align-items: center; gap: 6px; font: 600 13px/1 var(--sans); letter-spacing: .1em; }
.lang a { color: var(--faint); padding: 6px 2px; }
.lang a:hover { color: var(--yellow); }
.lang span { color: var(--yellow); }
.lang i { color: var(--faint); font-style: normal; }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); align-items: center; justify-content: center; }
.menu-btn svg { width: 22px; height: 22px; }
.mobile-menu { position: fixed; inset: 0; background: var(--ink); z-index: 120; padding: 90px var(--gut) 32px; display: flex; flex-direction: column; overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu ul { display: grid; gap: 4px; }
.mobile-menu ul a { display: block; font: 600 clamp(30px, 9vw, 44px)/1.2 var(--display); text-transform: uppercase; padding: 6px 0; border-bottom: 1px solid var(--line); }
.mobile-menu ul a:hover { color: var(--yellow); }
.menu-close { position: absolute; right: var(--gut); top: 16px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.mm-foot { margin-top: auto; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; }

/* ---------- socials ---------- */
.socials { display: flex; gap: 10px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; transition: .25s; }
.socials a:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.socials svg { width: 20px; height: 20px; }
.socials-dark a { border-color: rgba(22, 19, 15, .35); color: var(--dark-text); }
.socials-dark a:hover { background: var(--ink); color: var(--yellow); border-color: var(--ink); }
.socials-lg a { width: 52px; height: 52px; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; isolation: isolate; padding: calc(var(--header-h) + 20px) var(--gut) 90px; }
.hero-media { position: absolute; inset: 0; z-index: -3; background: #000; }
.hero-video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.hero-veil { position: absolute; inset: 0; z-index: -2; background:
  radial-gradient(120% 80% at 50% 45%, rgba(11, 10, 12, .25) 0%, rgba(11, 10, 12, .62) 60%, rgba(11, 10, 12, .92) 100%),
  linear-gradient(180deg, rgba(11, 10, 12, .55) 0%, rgba(11, 10, 12, 0) 26%, rgba(11, 10, 12, 0) 62%, var(--ink) 100%); }
.grain { position: absolute; inset: -50%; z-index: -1; opacity: .09; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); animation: grain 1.2s steps(6) infinite; }
@keyframes grain { 0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); } 60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); } }
.hero-inner { text-align: center; display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 1100px; }
.kicker { font: 600 13px/1 var(--sans); letter-spacing: .34em; text-transform: uppercase; color: rgba(255, 255, 255, .86); margin-bottom: clamp(18px, 3vh, 30px); display: flex; align-items: center; gap: 14px; }
.kicker::before, .kicker::after { content: ''; width: 40px; height: 1px; background: var(--yellow); }
.hero-logo { width: min(94vw, 980px); margin: 0; }
.hero-logo img { width: 100%; max-height: 56svh; object-fit: contain; filter: drop-shadow(0 10px 50px rgba(0, 0, 0, .55)); }
.hero-tagline { font: italic 500 clamp(24px, 3.2vw, 42px)/1.15 var(--serif); margin-top: clamp(16px, 3vh, 28px); color: #fff; text-wrap: balance; }
.hero-place { font: 500 13px/1.5 var(--sans); letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: clamp(22px, 4vh, 36px); }
.hero-date { margin-top: 22px; display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); letter-spacing: .04em; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(253, 210, 2, .6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(253, 210, 2, .55); } 70% { box-shadow: 0 0 0 12px rgba(253, 210, 2, 0); } 100% { box-shadow: 0 0 0 0 rgba(253, 210, 2, 0); } }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 2px; height: 8px; margin-left: -1px; background: var(--yellow); border-radius: 2px; animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 80% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); animation: rise 1.1s var(--ease) forwards; }
.hero-inner > .reveal:nth-child(2) { animation-delay: .12s; transform: translateY(26px) scale(.985); }
.hero-inner > .reveal:nth-child(3) { animation-delay: .32s; }
.hero-inner > .reveal:nth-child(4) { animation-delay: .42s; }
.hero-inner > .reveal:nth-child(5) { animation-delay: .54s; }
.hero-inner > .reveal:nth-child(6) { animation-delay: .66s; }
@keyframes rise { to { opacity: 1; transform: none; } }
[data-inview] { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
[data-inview].in { opacity: 1; transform: none; }

/* swooshes */
.swoosh { position: absolute; pointer-events: none; fill: none; stroke: var(--yellow); stroke-linecap: round; opacity: .55; }
.swoosh path { stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.swoosh path:nth-child(2) { opacity: .6; }
.swoosh path:nth-child(3) { opacity: .3; }
.swoosh-about { left: 0; right: 0; top: -40px; width: 100%; height: 240px; }
.swoosh-contact { right: 0; bottom: 0; width: 70%; height: 220px; transform: scaleX(-1); opacity: .35; }
.swoosh-hero { left: 0; bottom: 10px; width: 100%; height: 200px; opacity: .45; }

/* ---------- about ---------- */
.about { position: relative; padding: clamp(90px, 12vw, 160px) 0 clamp(70px, 9vw, 120px); }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.about-body { display: grid; gap: 18px; color: var(--muted); padding-top: 34px; }
.about-body .lead { color: var(--text); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(56px, 8vw, 96px); border-top: 1px solid var(--line); }
.stats li { padding: 28px 24px 0 0; display: grid; gap: 6px; }
.stats li + li { padding-left: 24px; border-left: 1px solid var(--line); }
.stats b { font: 600 clamp(48px, 6vw, 84px)/1 var(--display); color: var(--yellow); }
.stats span { color: var(--muted); font-size: 15px; }

/* ---------- features ---------- */
.features { padding: clamp(40px, 6vw, 80px) 0 clamp(90px, 12vw, 150px); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature { position: relative; border-radius: var(--r); overflow: hidden; min-height: 520px; display: flex; align-items: flex-end; isolation: isolate; background: var(--ink-2); }
.feature:nth-child(even) { transform: translateY(48px); }
.feature-img { position: absolute; inset: 0; z-index: -2; }
.feature-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); filter: saturate(.9); }
.feature::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11, 10, 12, 0) 30%, rgba(11, 10, 12, .92) 88%); }
.feature:hover .feature-img img { transform: scale(1.06); }
.feature-txt { padding: 26px 24px; }
.num { font: 500 14px/1 var(--display); color: var(--yellow); letter-spacing: .1em; }
.feature h3 { font: 600 28px/1.05 var(--display); text-transform: uppercase; margin: 10px 0 10px; }
.feature p { color: var(--muted); font-size: 15px; line-height: 1.55; }

/* ---------- lineup ---------- */
.lineup { position: relative; }
.lineup-band { position: relative; background: var(--yellow); color: var(--dark-text); padding: clamp(80px, 10vw, 130px) 0 clamp(90px, 10vw, 140px); overflow: hidden; }
.lineup-band::before { content: 'CHOREA'; position: absolute; right: -2vw; bottom: -4vw; font: 700 clamp(140px, 26vw, 380px)/.8 var(--display); color: transparent; -webkit-text-stroke: 1.5px rgba(22, 19, 15, .16); pointer-events: none; }
.lineup-band .display { max-width: 14ch; }
.lineup-row { display: flex; gap: 32px 60px; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; margin-top: 32px; position: relative; }
.lineup-row p { max-width: 58ch; font-size: 19px; line-height: 1.6; }
.lineup-actions { display: flex; align-items: center; gap: 16px; }
.badge { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: var(--yellow); padding: 13px 20px; border-radius: 999px; font: 600 13px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); animation: pulse 2.2s infinite; }
.band-edge { position: absolute; left: 0; bottom: -1px; width: 100%; height: 60px; fill: var(--ink); }

/* marquee */
.marquee { padding: clamp(40px, 6vw, 70px) 0 clamp(40px, 6vw, 70px); overflow: hidden; }
.mq-title { text-align: center; margin-bottom: clamp(28px, 4vw, 44px); padding: 0 var(--gut); }
.mq-title span { font: italic 500 clamp(24px, 3vw, 36px)/1.2 var(--serif); color: var(--text); }
.mq-row { display: flex; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mq-row + .mq-row { margin-top: 18px; }
.mq-track { display: flex; flex: none; gap: 0; animation: mq 90s linear infinite; }
.mq-right .mq-track { animation-direction: reverse; animation-duration: 100s; }
.mq-row:hover .mq-track { animation-play-state: paused; }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.mq-item { flex: none; width: 230px; padding: 18px 26px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 16px; border-right: 1px solid var(--line); }
.mq-item img { height: 86px; width: auto; max-width: 170px; object-fit: contain; opacity: .9; transition: opacity .3s, transform .3s; }
.mq-item:hover img { opacity: 1; transform: scale(1.04); }
.mq-word { height: 86px; display: flex; align-items: center; text-align: center; font: 500 17px/1.2 var(--display); text-transform: uppercase; letter-spacing: .06em; color: #fff; }
.wordmark { height: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; line-height: 1; gap: 5px; }
.wordmark small { font: 500 10.5px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; }
.wordmark b { font: 600 34px/.9 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.mq-city { font: 600 12px/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--yellow); text-align: center; display: grid; gap: 3px; }
.mq-city small { font-size: 10.5px; color: var(--faint); letter-spacing: .16em; font-weight: 500; }

/* ---------- venue ---------- */
.venue { padding: clamp(90px, 12vw, 150px) 0 clamp(40px, 6vw, 70px); }
.venue-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: end; margin-bottom: clamp(32px, 5vw, 56px); }
.venue-info { display: grid; gap: 18px; justify-items: start; }
.venue-info address { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; }
.venue-info address svg { color: var(--yellow); margin-top: 2px; width: 22px; height: 22px; }
.venue figure { margin: 0; border-radius: var(--r); overflow: hidden; background: var(--ink-2); }
.venue figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.venue figure:hover img { transform: scale(1.03); }
.venue-pano { aspect-ratio: 1919 / 691; }
.venue-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; margin-top: 14px; height: clamp(420px, 52vw, 680px); }
.vg-1 { grid-row: span 2; }

/* ---------- showcase ---------- */
.trio { display: grid; grid-template-columns: 1.25fr 1fr .8fr; gap: 14px; margin-top: clamp(56px, 8vw, 96px); align-items: start; }
.trio figure { margin: 0; border-radius: var(--r); overflow: hidden; aspect-ratio: 3 / 2; background: var(--ink-2); }
.trio figure:nth-child(2) { margin-top: 48px; }
.trio figure:nth-child(3) { aspect-ratio: 5 / 4; margin-top: 18px; }
.trio img { width: 100%; height: 100%; object-fit: cover; }
.showcase { position: relative; }
.sc-band { position: relative; margin: 0; min-height: min(86svh, 820px); display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.sc-band > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.sc-band::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--ink) 0%, rgba(11, 10, 12, 0) 18%, rgba(11, 10, 12, 0) 45%, rgba(11, 10, 12, .88) 100%); }
.sc-band figcaption { padding-bottom: clamp(40px, 6vw, 80px); }
.sc-quote { font: italic 500 clamp(30px, 4.4vw, 60px)/1.1 var(--serif); max-width: 20ch; color: #fff; text-wrap: balance; }
.sc-cap { display: block; margin-top: 18px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

/* ---------- videos ---------- */
.videos { padding: clamp(90px, 12vw, 150px) 0; }
.video-grid { display: grid; grid-template-columns: 1.6fr 1fr; grid-template-rows: auto auto; gap: 18px; }
.video-big { grid-row: span 2; }
.video-btn { position: relative; display: block; width: 100%; height: 100%; min-height: 220px; border-radius: var(--r); overflow: hidden; background: var(--ink-2); text-align: left; isolation: isolate; }
.video-btn img, .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.video-btn img { transition: transform 1.2s var(--ease), filter .4s; filter: brightness(.72) saturate(.9); }
.video-btn:hover img { transform: scale(1.05); filter: brightness(.9); }
.video { position: relative; aspect-ratio: 16 / 9; border-radius: var(--r); overflow: hidden; }
.video-big { aspect-ratio: auto; min-height: 100%; }
.video-play { position: absolute; left: 50%; top: 50%; width: 76px; height: 76px; margin: -38px 0 0 -38px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: flex; align-items: center; justify-content: center; transition: transform .4s var(--ease); box-shadow: 0 0 0 10px rgba(253, 210, 2, .18); }
.video-play svg { width: 28px; height: 28px; margin-left: 4px; }
.video-btn:hover .video-play { transform: scale(1.08); }
.video:not(.video-big) .video-play { width: 58px; height: 58px; margin: -29px 0 0 -29px; }
.video-cap { position: absolute; left: 22px; bottom: 18px; display: grid; font: 600 13px/1.2 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: #fff; }
.video-cap b { font: 600 clamp(38px, 4vw, 58px)/1 var(--display); letter-spacing: .02em; color: var(--yellow); }

/* ---------- archive teaser ---------- */
.archive-teaser { padding: 0 0 clamp(90px, 12vw, 150px); }
.year-rail { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 0 var(--gut) 8px; cursor: grab; }
.year-rail::-webkit-scrollbar { display: none; }
.year-rail ul { display: flex; gap: 18px; width: max-content; margin: 0 auto; }
.year-rail li { scroll-snap-align: start; }
.year-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; width: clamp(260px, 26vw, 330px); height: 440px; border-radius: var(--r); overflow: hidden; isolation: isolate; padding: 24px; border: 1px solid var(--line); }
.yc-img { position: absolute; inset: 0; z-index: -2; }
.yc-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.65) brightness(.62); transition: filter .6s, transform 1.2s var(--ease); }
.year-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11, 10, 12, 0) 20%, rgba(11, 10, 12, .9) 100%); }
.year-card:hover .yc-img img { filter: grayscale(0) brightness(.75); transform: scale(1.05); }
.yc-year { font: 700 clamp(84px, 9vw, 120px)/.85 var(--display); color: transparent; -webkit-text-stroke: 1.5px var(--yellow); transition: color .4s; letter-spacing: -.01em; }
.year-card:hover .yc-year { color: var(--yellow); }
.yc-meta { display: flex; flex-wrap: wrap; gap: 4px 12px; margin-top: 14px; font-size: 13px; color: var(--muted); letter-spacing: .04em; }
.yc-meta b { color: #fff; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; width: 100%; }
.yc-go { position: absolute; right: 22px; top: 22px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35); display: flex; align-items: center; justify-content: center; transition: .3s; }
.year-card:hover .yc-go { background: var(--yellow); border-color: var(--yellow); color: var(--ink); transform: rotate(-45deg); }

/* ---------- partners ---------- */
.partners { background: var(--paper); color: var(--dark-text); padding: clamp(80px, 10vw, 130px) 0; }
.partners .display { color: var(--dark-text); }
.pgroup { text-align: center; padding: 34px 0; border-top: 1px solid rgba(22, 19, 15, .12); }
.pgroup h3 { font: 600 12px/1 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: rgba(22, 19, 15, .6); margin-bottom: 30px; }
.pgroup ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 28px clamp(36px, 6vw, 90px); }
.pgroup a { display: block; transition: transform .35s var(--ease), opacity .3s; opacity: .92; }
.pgroup a:hover { transform: translateY(-3px) scale(1.03); opacity: 1; }
.pgroup img { width: auto; object-fit: contain; }
.pgroup-xl img { height: clamp(44px, 6vw, 72px); max-width: min(80vw, 480px); }
.pgroup-l img { height: clamp(64px, 8vw, 96px); max-width: 240px; }
.pgroup-l li:last-child img { height: clamp(86px, 10vw, 124px); }
.pgroup-m img { height: clamp(34px, 4.4vw, 52px); max-width: 220px; }

/* ---------- contact ---------- */
.contact { position: relative; padding: clamp(90px, 12vw, 150px) 0; overflow: hidden; }
.contact-grid > * { min-width: 0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.contact .muted { margin-top: 14px; max-width: 46ch; }
.person { margin: 38px 0 30px; display: grid; gap: 10px; justify-items: start; }
.person-name { font: 500 clamp(30px, 3.4vw, 44px)/1.1 var(--serif); }
.person-role { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--yellow); margin-bottom: 10px; }
.big-link { display: inline-flex; align-items: center; gap: 14px; font: 500 clamp(20px, 2.4vw, 30px)/1.3 var(--display); letter-spacing: .02em; padding: 6px 0; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; word-break: break-all; }
.big-link svg { width: 26px; height: 26px; color: var(--yellow); }
.big-link:hover { color: var(--yellow); border-color: var(--yellow); }
.ticket-card { position: relative; background: linear-gradient(160deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--line); border-radius: calc(var(--r) + 6px); padding: clamp(30px, 4vw, 48px); display: grid; gap: 16px; justify-items: start; overflow: hidden; }
.ticket-card::before, .ticket-card::after { content: ''; position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; border-radius: 50%; background: var(--ink); border: 1px solid var(--line); }
.ticket-card::before { left: -19px; }
.ticket-card::after { right: -19px; }
.ticket-logo { width: 150px; margin-bottom: 8px; }
.ticket-card h3 { font: 600 clamp(26px, 2.8vw, 36px)/1.05 var(--display); text-transform: uppercase; }
.ticket-card p { color: var(--muted); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 64px 0 28px; background: #070608; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand img { width: 150px; }
.foot-brand p { margin-top: 16px; font: italic 500 22px/1.3 var(--serif); color: var(--muted); max-width: 22ch; }
.foot-h { font: 600 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--yellow); margin-bottom: 16px; }
.foot-col { color: var(--muted); font-size: 15px; }
.foot-col a:hover { color: var(--yellow); }
.foot-tickets { display: flex; gap: 10px; align-items: center; margin-top: 18px; color: var(--text); font-weight: 600; }
.foot-tickets a { text-decoration: underline; text-decoration-color: rgba(253, 210, 2, .5); text-underline-offset: 3px; }
.foot-links { display: grid; gap: 10px; }
.foot-links a { display: inline-flex; align-items: center; gap: 8px; color: var(--text); }
.foot-links svg { width: 16px; height: 16px; color: var(--yellow); transition: transform .3s var(--ease); }
.foot-links a:hover svg { transform: translateX(4px); }

/* ticket chooser */
.tix { position: fixed; inset: 0; z-index: 250; background: rgba(6, 5, 7, .78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 20px 16px; }
.tix[hidden] { display: none; }
.tix-panel { position: relative; width: min(100%, 520px); background: var(--ink-2); border: 1px solid var(--line); border-radius: calc(var(--r) + 6px); padding: clamp(28px, 5vw, 44px); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9); animation: tix-in .45s var(--ease); }
@keyframes tix-in { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.tix-title { font: 600 clamp(26px, 4vw, 36px)/1.05 var(--display); text-transform: uppercase; margin-bottom: 24px; padding-right: 40px; }
.tix-close { position: absolute; right: 16px; top: 16px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.tix-close:hover { border-color: var(--yellow); color: var(--yellow); }
.tix-options { display: grid; gap: 12px; }
.tix-opt { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; border-radius: var(--r); border: 1px solid var(--line); background: var(--ink-3); transition: .25s; }
.tix-opt b { display: block; font: 600 24px/1.1 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.tix-opt small { display: block; margin-top: 4px; font-size: 13.5px; color: var(--muted); }
.tix-opt svg { width: 24px; height: 24px; color: var(--yellow); transition: transform .3s var(--ease); }
.tix-opt:hover { border-color: var(--yellow); background: rgba(253, 210, 2, .08); }
.tix-opt:hover svg { transform: translateX(4px); }
.tix-opt:first-child { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.tix-opt:first-child small, .tix-opt:first-child svg { color: rgba(11, 10, 12, .7); }
.tix-opt:first-child:hover { background: var(--yellow-2); }
.foot-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--faint); }
.credit { display: inline-flex; align-items: center; gap: 8px; color: var(--faint); transition: color .25s; }
.credit img { width: 22px; height: auto; opacity: .85; transition: opacity .25s, transform .35s var(--ease); }
.credit b { font-weight: 600; color: var(--muted); letter-spacing: .02em; }
.credit:hover, .credit:hover b { color: var(--text); }
.credit:hover img { opacity: 1; transform: rotate(-8deg) scale(1.08); }

/* floating ticket button (mobile) */
.fab { position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 90; display: none; align-items: center; gap: 8px; height: 54px; padding: 0 20px; border-radius: 999px; background: var(--yellow); color: var(--ink); font: 700 14px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .6), 0 0 0 6px rgba(253, 210, 2, .16); transition: transform .4s var(--ease), opacity .3s; }
.fab svg { width: 22px; height: 22px; }
.fab.is-off { transform: translateY(120px); opacity: 0; }

/* ---------- inner pages ---------- */
.page-hero { position: relative; padding: calc(var(--header-h) + clamp(60px, 9vw, 120px)) 0 clamp(60px, 8vw, 100px); overflow: hidden; }
.page-hero .lead { margin-top: 26px; color: var(--muted); }
.page-hero.nf .btn { margin-top: 32px; }
.archive-list { padding: 0 0 clamp(80px, 10vw, 130px); }
.archive-list ul { border-top: 1px solid var(--line); }
.arch-row { display: grid; grid-template-columns: 240px 1fr 220px 56px; gap: 32px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); transition: background .3s; position: relative; }
.arch-row:hover { background: linear-gradient(90deg, rgba(253, 210, 2, .06), transparent 70%); }
.ar-year { font: 700 clamp(64px, 8vw, 110px)/.9 var(--display); color: transparent; -webkit-text-stroke: 1.5px var(--yellow); transition: color .35s; }
.arch-row:hover .ar-year { color: var(--yellow); }
.ar-body { display: grid; gap: 10px; }
.ar-meta { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.ar-meta b { color: var(--text); font-weight: 600; }
.ar-names { font: 500 clamp(18px, 1.8vw, 22px)/1.4 var(--serif); color: var(--text); }
.ar-img { aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; }
.ar-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.6) brightness(.8); transition: filter .5s, transform 1s var(--ease); }
.arch-row:hover .ar-img img { filter: none; transform: scale(1.05); }
.ar-go { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; transition: .3s; }
.arch-row:hover .ar-go { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }

/* year page */
.year-hero { position: relative; min-height: 78svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; padding: calc(var(--header-h) + 60px) 0 clamp(50px, 7vw, 80px); }
.yh-media { position: absolute; inset: 0; z-index: -2; }
.yh-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35); }
.yh-veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(11, 10, 12, .92) 0%, rgba(11, 10, 12, .55) 55%, rgba(11, 10, 12, .35) 100%), linear-gradient(0deg, var(--ink) 0%, rgba(11, 10, 12, 0) 40%); }
.crumbs { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.crumbs a:hover { color: var(--yellow); }
.crumbs span { color: var(--yellow); }
.year-hero h1 { display: grid; line-height: .82; }
.yh-chorea { font: 600 clamp(28px, 4vw, 52px)/1 var(--display); letter-spacing: .32em; color: #fff; margin-bottom: 8px; }
.yh-year { font: 700 clamp(120px, 22vw, 300px)/.8 var(--display); color: var(--yellow); letter-spacing: -.02em; }
.yh-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; font-size: 14px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.yh-meta b { color: #fff; font-weight: 600; }
.year-hero .lead { margin-top: 16px; max-width: 46ch; }
.chips-wrap { position: sticky; top: var(--header-h); z-index: 40; background: rgba(11, 10, 12, .9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.chips-wrap .wrap { display: flex; align-items: center; gap: 18px; padding-top: 12px; padding-bottom: 12px; }
.chips-h { font: 600 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--yellow); white-space: nowrap; }
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent); mask-image: linear-gradient(90deg, #000 90%, transparent); padding-right: 40px; }
.chips::-webkit-scrollbar { display: none; }
.chips a { display: block; white-space: nowrap; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 500; transition: .25s; }
.chips a:hover, .chips a.is-active { border-color: var(--yellow); color: var(--yellow); }
.ensembles { padding: clamp(40px, 6vw, 80px) 0 clamp(40px, 6vw, 60px); }
.ensemble { display: grid; grid-template-columns: 300px 1fr; gap: clamp(28px, 5vw, 72px); padding: clamp(44px, 6vw, 80px) 0; border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 70px); }
.ensemble > * { min-width: 0; }
.ens-side { position: relative; }
.ens-logo { position: sticky; top: calc(var(--header-h) + 90px); background: #fff; border-radius: var(--r); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8); }
.ens-logo img { width: 100%; height: 100%; object-fit: contain; }
.ens-num { position: absolute; left: -6px; top: -34px; font: 600 14px/1 var(--display); letter-spacing: .2em; color: var(--yellow); }
.ens-name { overflow-wrap: break-word; hyphens: auto; font: 600 clamp(30px, 3.6vw, 48px)/1.04 var(--display); text-transform: uppercase; letter-spacing: .005em; }
.ens-city { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--yellow); }
.ens-city svg { width: 18px; height: 18px; }
.ens-text { margin-top: 26px; color: var(--muted); display: grid; gap: 14px; max-width: 72ch; position: relative; }
.ens-text p strong, .ens-text h4 { color: var(--text); }
.ens-text h4 { font: 600 20px/1.2 var(--display); text-transform: uppercase; letter-spacing: .03em; margin-top: 12px; }
.ens-text.is-clamped { max-height: 21em; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent); mask-image: linear-gradient(180deg, #000 60%, transparent); }
.more-btn { margin-top: 14px; font: 600 13px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--yellow); padding: 10px 0; border-bottom: 1px solid currentColor; }
.gallery { margin-top: 40px; }
.gal-h { font: 600 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--text); margin-bottom: 16px; }
.gal-h span { color: var(--faint); margin-left: 8px; }
.gallery ul { columns: 3 200px; column-gap: 10px; }
.gallery li { break-inside: avoid; margin-bottom: 10px; }
.gallery a { display: block; border-radius: 8px; overflow: hidden; background: var(--ink-2); }
.gallery img { width: 100%; transition: transform .8s var(--ease), filter .4s; filter: brightness(.92); }
.gallery a:hover img { transform: scale(1.04); filter: brightness(1.05); }
.year-nav { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; padding-top: 30px; padding-bottom: clamp(60px, 8vw, 100px); }
.yn { display: inline-flex; align-items: center; gap: 14px; }
.yn small { display: block; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.yn b { font: 700 clamp(40px, 5vw, 64px)/1 var(--display); color: transparent; -webkit-text-stroke: 1.2px var(--yellow); transition: color .3s; }
.yn:hover b { color: var(--yellow); }
.yn svg { width: 28px; height: 28px; color: var(--yellow); }
.yn-next { justify-self: end; text-align: right; }
.yn-all { font: 600 13px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; padding: 14px 22px; border: 1px solid var(--line); border-radius: 999px; }
.yn-all:hover { border-color: var(--yellow); color: var(--yellow); }
.cta-strip { border-top: 1px solid var(--line); background: radial-gradient(80% 140% at 0% 50%, rgba(253, 210, 2, .09), transparent 60%); }
.cta-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center; padding-top: 56px; padding-bottom: 56px; }
.cta-inner > img { width: 150px; }
.cta-inner .eyebrow { margin-bottom: 10px; }
.cta-title { font: 600 clamp(26px, 3vw, 40px)/1.05 var(--display); text-transform: uppercase; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(6, 5, 7, .96); display: flex; align-items: center; justify-content: center; padding: 60px 70px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; display: grid; gap: 12px; justify-items: center; max-width: 100%; max-height: 100%; }
.lightbox img { max-width: 100%; max-height: calc(100svh - 150px); width: auto; border-radius: 6px; object-fit: contain; }
.lightbox figcaption { font-size: 13px; color: var(--muted); letter-spacing: .12em; }
.lb-close, .lb-prev, .lb-next { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .4); transition: .25s; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.lb-close { right: 18px; top: 18px; }
.lb-prev { left: 14px; top: 50%; margin-top: -26px; }
.lb-next { right: 14px; top: 50%; margin-top: -26px; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .main-nav { display: none; }
  .menu-btn { display: inline-flex; }
  .bar-end { margin-left: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(even) { transform: none; }
  .feature { min-height: 440px; }
}
@media (max-width: 900px) {
  :root { --header-h: 66px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-body { padding-top: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats li:nth-child(3) { padding-left: 0; border-left: 0; }
  .stats li:nth-child(n+3) { border-top: 1px solid var(--line); margin-top: 28px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-big { grid-row: auto; aspect-ratio: 16/9; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .venue-head { grid-template-columns: 1fr; }
  .venue-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; height: auto; }
  .vg-1 { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 16/10; }
  .vg-2, .vg-3 { aspect-ratio: 4/3; }
  .trio { grid-template-columns: 1fr 1fr; }
  .trio figure:nth-child(3) { display: none; }
  .trio figure:nth-child(2) { margin-top: 28px; }
  .foot-brand { grid-column: 1 / -1; }
  .arch-row { grid-template-columns: 1fr auto; gap: 16px 20px; }
  .ar-year { grid-column: 1; }
  .ar-go { grid-column: 2; grid-row: 1; }
  .ar-body { grid-column: 1 / -1; }
  .ar-img { display: none; }
  .ensemble { grid-template-columns: 1fr; }
  .ens-logo { position: relative; top: 0; width: 180px; }
  .ens-num { position: static; display: block; margin-bottom: 14px; }
  .ens-side { display: flex; flex-direction: column-reverse; align-items: flex-start; }
  .cta-inner { grid-template-columns: 1fr; gap: 20px; justify-items: start; }
  .cta-inner > img { width: 120px; }
  .fab { display: inline-flex; }
  .site-header .btn-sm { display: none; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .brand img { height: 36px; }
  .hero { padding-bottom: 96px; }
  .hero-logo { width: 88vw; }
  .hero-logo img { max-height: 42svh; }
  .btn { white-space: normal; text-align: center; line-height: 1.2; padding: 12px 22px; }
  .ticket-card .btn { width: 100%; }
  .lineup-actions { flex-wrap: wrap; }
  .kicker { letter-spacing: .22em; font-size: 11.5px; }
  .kicker::before, .kicker::after { width: 22px; }
  .hero-place { letter-spacing: .16em; font-size: 11.5px; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { flex: 1 1 100%; }
  .scroll-cue { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .venue-pano { aspect-ratio: 16/9; }
  .venue-pano img { object-position: 62% 50%; }
  .venue-grid { gap: 10px; }
  .sc-band { min-height: 70svh; }
  .feature { min-height: 380px; }
  .mq-item { width: 180px; padding: 14px 18px; }
  .mq-item img, .mq-word { height: 64px; max-width: 130px; }
  .lineup-actions { width: 100%; justify-content: space-between; }
  .year-card { width: 78vw; height: 400px; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
  .year-nav { grid-template-columns: 1fr 1fr; }
  .yn-all { grid-column: 1 / -1; grid-row: 2; justify-self: center; }
  .yn small { font-size: 10.5px; }
  .lightbox { padding: 60px 10px; }
  .lb-prev, .lb-next { top: auto; bottom: 16px; margin: 0; }
  .lb-prev { left: calc(50% - 64px); }
  .lb-next { right: calc(50% - 64px); }
  .chips-h { display: none; }
  .gallery ul { columns: 2 140px; }
  .venue-card { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .mq-track { animation: none !important; }
  .mq-row { overflow-x: auto; }
  [data-inview] { opacity: 1; transform: none; }
}

/* editions without photos */
.no-cover { display: block; width: 100%; height: 100%; background:
  radial-gradient(60% 70% at 78% 30%, rgba(253, 210, 2, .28), transparent 70%),
  radial-gradient(50% 60% at 10% 90%, rgba(253, 210, 2, .12), transparent 70%),
  repeating-linear-gradient(115deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 22px),
  var(--ink-3); }
.swoosh-yh { right: 0; top: 18%; width: 70%; height: 50%; opacity: .5; }
