:root {
  --ink: #171513;
  --ink-soft: #312e2a;
  --paper: #f2eee6;
  --paper-deep: #e5ddd0;
  --wine: #6e2029;
  --wine-dark: #43141a;
  --gold: #c69b5e;
  --muted: #746e65;
  --line: rgba(23, 21, 19, .17);
  --light-line: rgba(255, 255, 255, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --copy-size: clamp(1.05rem, 1rem + .18vw, 1.18rem);
  --pad: clamp(1.2rem, 6vw, 7rem);
  --section: clamp(5.5rem, 10vw, 9rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 200; background: white; color: black; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; height: 82px; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: white; transition: height .3s, background .3s, color .3s; }
.site-header.is-scrolled, body.light-header .site-header { height: 68px; color: var(--ink); background: rgba(242, 238, 230, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: italic .95rem var(--serif); }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font: 600 1rem var(--serif); letter-spacing: .01em; }
.brand small { margin-top: .18rem; font-size: .5rem; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(.7rem, 1.6vw, 1.7rem); }
.site-nav a { padding: .55rem 0; position: relative; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .59rem; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: .15rem; height: 1px; width: 0; background: currentColor; transition: width .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; color: inherit; padding: 11px 8px; z-index: 2; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: currentColor; transition: transform .25s; }

.eyebrow { margin: 0 0 1.1rem; text-transform: uppercase; letter-spacing: .22em; line-height: 1.5; font-size: .62rem; color: var(--gold); }
.eyebrow.wine { color: var(--wine); }
.display { margin: 0; font: 400 clamp(3.4rem, 8vw, 8.2rem)/.84 var(--serif); letter-spacing: -.055em; }
.display em, .section-title em { color: var(--wine); font-weight: 400; }
.section-title { margin: 0; max-width: 1000px; font: 400 clamp(2.7rem, 5.7vw, 5.6rem)/.98 var(--serif); letter-spacing: -.045em; }
.section-lead { max-width: 690px; margin: 1.7rem 0 0; font: 400 clamp(1.2rem, 2.1vw, 1.7rem)/1.5 var(--serif); }
.body-copy { color: #4f4942; font-size: var(--copy-size); line-height: 1.78; }
.body-copy strong { color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { min-height: 50px; padding: 0 1.3rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border: 1px solid currentColor; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; transition: background .2s, color .2s, border-color .2s; }
.button.solid { background: var(--wine); border-color: var(--wine); color: white; }
.button.solid:hover { background: var(--wine-dark); border-color: var(--wine-dark); }
.button.light { background: white; border-color: white; color: var(--ink); }
.button.light:hover { background: #eadbc4; border-color: #eadbc4; }
.button.ghost-light { color: white; border-color: rgba(255,255,255,.55); }
.button.ghost-light:hover { background: rgba(255,255,255,.1); }
.text-link { display: inline-flex; gap: .55rem; align-items: center; text-decoration: none; padding-bottom: .35rem; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .11em; font-size: .62rem; }

.home-hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; align-items: flex-end; color: white; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: url("assets/paolo-live.jpg") 60% 28% / cover no-repeat; transform: scale(1.02); animation: hero-in 1.2s ease-out both; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,6,.79), rgba(8,7,6,.37) 48%, rgba(8,7,6,.05) 75%), linear-gradient(0deg, rgba(8,7,6,.6), transparent 52%); }
.home-hero-content { position: relative; z-index: 1; margin: 0 0 clamp(5rem, 10vh, 8rem) var(--pad); max-width: 850px; width: calc(100% - 2 * var(--pad)); }
.home-hero .display { font-size: clamp(4.3rem, 11vw, 10rem); }
.hero-intro { max-width: 540px; margin: 1.8rem 0 0; font: italic clamp(1.18rem, 2vw, 1.5rem)/1.5 var(--serif); }
.scroll-cue { position: absolute; z-index: 2; right: var(--pad); bottom: 2rem; display: flex; gap: .6rem; align-items: center; font-size: .55rem; text-transform: uppercase; letter-spacing: .17em; }
.scroll-cue::before { content: ""; width: 42px; height: 1px; background: rgba(255,255,255,.7); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats > div { padding: 2rem 1.5rem; border-right: 1px solid var(--line); }
.stats > div:last-child { border-right: 0; }
.stats strong { display: block; font: 400 clamp(2.2rem, 4.5vw, 4.5rem)/1 var(--serif); color: var(--wine); }
.stats span { display: block; margin-top: .7rem; text-transform: uppercase; letter-spacing: .12em; font-size: .55rem; }

.section { padding: var(--section) var(--pad); }
.section.paper-deep { background: var(--paper-deep); }
.section.dark { background: var(--ink); color: var(--paper); }
.section.wine { background: var(--wine-dark); color: white; }
.section-head { display: flex; gap: 3rem; justify-content: space-between; align-items: end; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-head > p { max-width: 520px; margin: 0; color: var(--muted); font-size: var(--copy-size); line-height: 1.72; }
.section.dark .section-head > p { color: #aaa197; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split.media-wide { grid-template-columns: 1.15fr .85fr; }
.portrait-large { width: 100%; aspect-ratio: .86; object-fit: cover; object-position: center 24%; filter: saturate(.78); }
.image-caption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .75rem; margin-top: .75rem; border-top: 1px solid var(--line); text-transform: uppercase; letter-spacing: .12em; font-size: .52rem; }
.quote-large { margin: 0; font: 400 clamp(2rem, 4.2vw, 4.2rem)/1.12 var(--serif); letter-spacing: -.03em; }
.quote-large em { color: var(--wine); }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.project-card { min-height: 520px; position: relative; overflow: hidden; color: white; text-decoration: none; background: #25211e; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.68); transition: transform .6s, filter .4s; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,8,7,.9), rgba(10,8,7,.08) 66%); }
.project-card:hover img { transform: scale(1.035); filter: saturate(.9); }
.project-card-content { position: absolute; z-index: 1; inset: auto 1.5rem 1.5rem; }
.project-card-content p { margin: 0 0 .7rem; color: #dfc398; text-transform: uppercase; letter-spacing: .15em; font-size: .56rem; }
.project-card-content h3 { margin: 0; font: 400 clamp(2rem, 3vw, 3.2rem)/1 var(--serif); }
.project-card-content span { display: block; margin-top: 1rem; color: rgba(255,255,255,.78); font-size: .9rem; line-height: 1.55; }

.upcoming-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.preview-list { border-top: 1px solid var(--line); }
.preview-item { display: grid; grid-template-columns: 130px 1fr; gap: 1.5rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.preview-item > span { color: var(--wine); font: italic 1rem var(--serif); }
.preview-item p, .preview-item h3 { margin: 0; }
.preview-item p { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: .54rem; }
.preview-item h3 { margin-top: .25rem; font: 400 1.18rem var(--serif); }

.page-hero { min-height: 74svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #171513; }
.page-hero-bg { position: absolute; inset: 0; background-position: center; background-size: cover; filter: saturate(.7); }
.page-hero-bg.duo-hero-bg { background-color: #171513; background-position: right center !important; background-repeat: no-repeat; background-size: auto 100%; filter: saturate(.82); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,6,.82), rgba(8,7,6,.25) 68%), linear-gradient(0deg, rgba(8,7,6,.68), transparent 55%); }
.page-hero-content { position: relative; z-index: 1; padding: 10rem var(--pad) clamp(4rem, 8vw, 7rem); max-width: 1100px; }
.page-hero-content .display { max-width: 1000px; }
.page-hero-content > p:last-child { max-width: 670px; margin: 1.8rem 0 0; color: rgba(255,255,255,.8); font: italic clamp(1.08rem, 2vw, 1.45rem)/1.55 var(--serif); }
.page-intro { padding: clamp(4rem, 8vw, 7rem) var(--pad); display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; }
.page-intro .kicker { color: var(--wine); text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; }
.page-intro .lead { margin: 0; font: 400 clamp(1.65rem, 3vw, 2.6rem)/1.35 var(--serif); }

.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.fact-card { padding: 2rem; min-height: 220px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.fact-card span { color: var(--wine); text-transform: uppercase; letter-spacing: .14em; font-size: .57rem; }
.fact-card h3 { margin: 1.5rem 0 .4rem; font: 400 1.6rem/1.2 var(--serif); }
.fact-card p { margin: 0; color: var(--muted); line-height: 1.68; font-size: 1rem; }

.bio-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.sticky-title { align-self: start; position: sticky; top: 100px; }
.bio-block { padding: 0 0 3rem; margin-bottom: 3rem; border-bottom: 1px solid var(--line); }
.bio-block:last-child { border-bottom: 0; }
.bio-block h3 { margin: 0 0 1.3rem; font: 400 clamp(1.8rem, 3vw, 2.8rem)/1.1 var(--serif); }
.bio-block p { color: #4f4942; font-size: var(--copy-size); line-height: 1.78; }
.chip-list { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.chip-list li { padding: .65rem .8rem; border: 1px solid var(--line); font-size: .82rem; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 1.15rem 2rem 1.15rem 0; position: relative; font: 400 1.1rem var(--serif); }
summary::after { content: "+"; position: absolute; right: 0; }
details[open] summary::after { content: "−"; }
details p { margin-top: 0; font-size: var(--copy-size); line-height: 1.75; }

.program-list { counter-reset: program; border-top: 1px solid var(--line); }
.program-row { counter-increment: program; display: grid; grid-template-columns: 65px 1fr 1fr; gap: 1.2rem; align-items: center; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.program-row::before { content: counter(program, decimal-leading-zero); color: var(--wine); font: italic 1rem var(--serif); }
.program-row strong { font: 400 1.12rem var(--serif); }
.program-row span { color: var(--muted); font-size: .94rem; line-height: 1.55; }
.dark .program-list, .dark .program-row { border-color: var(--light-line); }
.dark .program-row::before { color: var(--gold); }
.dark .program-row span { color: #aaa197; }

.artist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.artist-card { padding: clamp(2rem, 4vw, 4rem); background: var(--paper-deep); }
.artist-card.dark-card { background: #25221f; color: var(--paper); }
.artist-card h3 { margin: 0; font: 400 clamp(2rem, 4vw, 3.8rem)/1 var(--serif); }
.artist-card .role { margin: .7rem 0 1.8rem; color: var(--wine); text-transform: uppercase; letter-spacing: .15em; font-size: .58rem; }
.artist-card.dark-card .role { color: var(--gold); }
.artist-card p:last-child { margin-bottom: 0; color: #5b554d; font-size: var(--copy-size); line-height: 1.75; }
.artist-card.dark-card p:last-child { color: #bbb3aa; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { min-height: 330px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: #24211f; border-top: 2px solid var(--gold); }
.review-card blockquote { margin: 0; font: italic clamp(1.25rem, 2vw, 1.65rem)/1.45 var(--serif); }
.review-card a { color: var(--gold); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .55rem; line-height: 1.5; }
.review-card > span { color: var(--gold); text-transform: uppercase; letter-spacing: .09em; font-size: .55rem; line-height: 1.5; }

.photo-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 310px 310px; gap: 1rem; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.photo-grid img:first-child { grid-row: 1 / 3; }

.disc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.disc { padding: 1.7rem; min-height: 230px; background: var(--paper-deep); display: flex; flex-direction: column; justify-content: space-between; }
.disc .year { color: var(--wine); font: italic 1rem var(--serif); }
.disc h3 { margin: 1rem 0 .4rem; font: 400 1.45rem/1.15 var(--serif); }
.disc p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }

.filter-bar { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.filter-bar button { padding: .7rem 1rem; border: 1px solid var(--line); background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .57rem; }
.filter-bar button.is-active, .filter-bar button:hover { background: var(--ink); color: white; border-color: var(--ink); }
.event-list { border-top: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: 210px 1fr 160px; gap: 2rem; align-items: center; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.event-period { color: var(--wine); font: italic 1.02rem var(--serif); }
.event-main p, .event-main h3, .event-main span { margin: 0; }
.event-main p { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: .54rem; }
.event-main h3 { margin: .3rem 0; font: 400 1.4rem var(--serif); }
.event-main span { color: var(--muted); font-size: .94rem; line-height: 1.55; }
.status-pill { justify-self: end; border: 1px solid var(--line); padding: .55rem .7rem; text-transform: uppercase; letter-spacing: .08em; font-size: .52rem; }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.news-card { padding: 2rem; min-height: 310px; background: var(--paper-deep); }
.news-meta { display: flex; justify-content: space-between; color: var(--wine); text-transform: uppercase; letter-spacing: .12em; font-size: .54rem; }
.news-card h3 { margin: 3rem 0 1rem; max-width: 500px; font: 400 clamp(1.7rem, 3vw, 2.7rem)/1.1 var(--serif); }
.news-card p { color: var(--muted); font-size: var(--copy-size); line-height: 1.72; }

.channel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 3rem; }
.channel-card { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 2rem; background: var(--wine); color: white; text-decoration: none; }
.channel-card:nth-child(2) { background: var(--ink); }
.channel-card h3 { margin: 0; font: 400 clamp(1.8rem, 3vw, 2.8rem)/1 var(--serif); }
.channel-card p { margin: .6rem 0 0; color: rgba(255,255,255,.76); font-size: .92rem; line-height: 1.5; }
.channel-card > span { font-size: 1.4rem; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.video-card { text-decoration: none; }
.video-thumb { aspect-ratio: 16/9; position: relative; overflow: hidden; background: #222; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .4s, filter .3s; }
.video-card:hover img { transform: scale(1.03); filter: saturate(1); }
.play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--wine); padding-left: 3px; }
.video-card > p { margin: 1rem 0 .35rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .54rem; }
.video-card h3 { margin: 0; font: 400 1.45rem var(--serif); }
.watch { display: inline-block; margin-top: .8rem; color: var(--wine); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }

.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.archive-card { min-height: 300px; padding: clamp(2rem, 4vw, 3.5rem); background: var(--paper-deep); display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; transition: background .25s, color .25s; }
.archive-card:hover { background: var(--ink); color: white; }
.archive-card .number { color: var(--wine); font: italic 1rem var(--serif); }
.archive-card:hover .number { color: var(--gold); }
.archive-card h3 { margin: 2rem 0 .7rem; font: 400 clamp(1.8rem, 3.3vw, 3rem)/1.05 var(--serif); }
.archive-card p { margin: 0; color: var(--muted); font-size: var(--copy-size); line-height: 1.68; }
.archive-card:hover p { color: #bbb3aa; }
.archive-card .download { margin-top: 2rem; text-transform: uppercase; letter-spacing: .11em; font-size: .58rem; }

.cta { position: relative; min-height: 580px; overflow: hidden; display: flex; align-items: center; padding: var(--section) var(--pad); color: white; background: var(--wine-dark); }
.cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(60,14,20,.96), rgba(60,14,20,.52)), url("assets/paolo-live.jpg") 65% 25% / cover no-repeat; filter: saturate(.5); }
.cta-content { position: relative; z-index: 1; max-width: 900px; }
.cta .section-title em { color: #ead2ac; }
.cta p { max-width: 650px; color: rgba(255,255,255,.78); font-size: var(--copy-size); line-height: 1.72; }

.site-footer { padding: 3.5rem var(--pad) 2rem; background: #11100f; color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand strong { font: 400 1.4rem var(--serif); }
.footer-brand p { margin: .3rem 0 0; color: #8f8880; text-transform: uppercase; letter-spacing: .12em; font-size: .52rem; }
.footer-links { justify-self: end; display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; }
.footer-links a { text-decoration: none; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-meta { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr 1fr; padding-top: 1.4rem; border-top: 1px solid var(--light-line); color: #817b74; font-size: .52rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-meta span:nth-child(2) { text-align: center; }
.footer-meta span:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: .55; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }

@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; padding: 7rem 1.5rem 3rem; flex-direction: column; justify-content: center; background: var(--paper); color: var(--ink); visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { font: 400 2rem var(--serif); text-transform: none; letter-spacing: 0; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:last-child { grid-column: 1 / -1; min-height: 430px; }
  .event-card { grid-template-columns: 175px 1fr; }
  .status-pill { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .brand > span:last-child { display: none; }
  .home-hero { min-height: 760px; }
  .home-hero::before { background-position: 58% center; }
  .home-hero::after { background: linear-gradient(0deg, rgba(8,7,6,.87), rgba(8,7,6,.12) 72%); }
  .home-hero-content { width: calc(100% - 2.4rem); margin-left: 1.2rem; margin-bottom: 4.5rem; }
  .home-hero .display { font-size: clamp(4rem, 20vw, 6.3rem); }
  .scroll-cue { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats > div:nth-child(2) { border-right: 0; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stats > div { padding: 1.4rem .8rem; }
  .stats strong { font-size: 2.4rem; }
  .section-head, .split, .split.media-wide, .page-intro, .bio-layout, .upcoming-preview { grid-template-columns: 1fr; display: grid; }
  .section-head { align-items: start; gap: 1.4rem; }
  .page-hero { min-height: 650px; }
  .page-hero-content { padding-inline: 1.2rem; }
  .page-intro { gap: 1rem; padding-inline: 1.2rem; }
  .section { padding-inline: 1.2rem; }
  .sticky-title { position: static; }
  .project-grid, .fact-grid, .artist-grid, .review-grid, .disc-grid, .news-grid, .channel-grid, .video-grid, .archive-grid { grid-template-columns: 1fr; }
  .project-card, .project-card:last-child { grid-column: auto; min-height: 440px; }
  .artist-card { padding: 2rem 1.25rem; }
  .review-card { min-height: 260px; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 280px); }
  .photo-grid img:first-child { grid-row: auto; }
  .program-row { grid-template-columns: 45px 1fr; }
  .program-row span { grid-column: 2; }
  .event-card { grid-template-columns: 1fr; gap: .7rem; }
  .status-pill { grid-column: auto; justify-self: start; }
  .preview-item { grid-template-columns: 1fr; gap: .5rem; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 1.2rem; }
  .footer-links { justify-self: start; }
  .footer-meta { grid-template-columns: 1fr; gap: .6rem; }
  .footer-meta span:nth-child(2), .footer-meta span:last-child { text-align: left; }
}

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