:root {
  --bone: #f3efe5;
  --paper: #fbf8f0;
  --ink: #11110e;
  --muted: #726f66;
  --blue: #97cbff;
  --acid: #e9ff8d;
  --line: rgba(17, 17, 14, .28);
  --serif: "Iowan Old Style", "Songti SC", "Noto Serif SC", Georgia, serif;
  --sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  color: var(--ink);
  background: var(--bone);
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--bone); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.skip { position: fixed; top: 1rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: var(--acid); color: var(--ink); transform: translateY(-200%); font: 600 12px/1 var(--mono); text-transform: uppercase; }
.skip:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  min-height: 72px;
  padding: 0 clamp(20px, 3.2vw, 54px);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(0, 3.6fr);
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--ink);
  background: rgba(243,239,229,.97);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font: 600 12px/1 var(--mono); letter-spacing: -.02em; text-transform: uppercase; white-space: nowrap; }
.brand img { width: 24px; height: 32px; object-fit: contain; }
.header-edition { margin: 0; color: var(--muted); font: 500 9px/1.35 var(--mono); text-transform: uppercase; white-space: nowrap; }
.site-header nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(10px, 1.15vw, 21px); }
.site-header nav a { position: relative; padding: 27px 0 25px; font: 500 clamp(8px, .68vw, 11px)/1 var(--mono); text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; border-bottom: 1px solid; transition: right .25s ease; }
.site-header nav a:hover::after, .site-header nav a[aria-current]::after { right: 0; }
.site-header nav .language { padding: 8px 9px; border: 1px solid var(--ink); }
.site-header nav .language::after, .site-header nav .nav-ticket::after { display: none; }
.site-header nav .nav-ticket { padding: 9px 11px; background: var(--ink); color: var(--bone); }
.menu { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: var(--ink); }
.menu span:not(.sr-only) { display: block; margin: 7px 0; border-top: 1.5px solid; }

.section-kicker, .photo-credit, figcaption, .schedule-index, .ticket-note, .participant-status, .page-code, .eyebrow, .section-no {
  font: 500 10px/1.4 var(--mono);
  letter-spacing: .045em;
  text-transform: uppercase;
}

.v2-hero { min-height: calc(100svh - 72px); position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto 1fr auto; isolation: isolate; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero-image { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; animation: hero-breathe 34s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: rgba(0,0,0,.42); }
.hero-kicker { grid-column: 1 / 8; align-self: start; margin: 0; padding: 24px clamp(20px,3.2vw,54px); font: 500 11px/1.2 var(--mono); text-transform: uppercase; }
.hero-center { grid-column: 1 / -1; align-self: end; padding: 4vh clamp(20px,3.2vw,54px) 5vh; }
.hero-center h1 { max-width: 1320px; margin: 0; font: 400 clamp(68px, 10.6vw, 168px)/.8 var(--serif); letter-spacing: -.068em; text-wrap: balance; }
.hero-translation { margin: 28px 0 0; font: 500 clamp(20px,2vw,31px)/1.2 var(--sans); letter-spacing: .02em; }
.hero-definition { margin: clamp(30px,4vw,55px) 0 0; font: 500 clamp(10px,.9vw,13px)/1.4 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.hero-facts { grid-column: 1 / 7; padding: 22px clamp(20px,3.2vw,54px) 30px; display: flex; gap: clamp(32px,5vw,80px); border-top: 1px solid rgba(255,255,255,.54); font: 500 clamp(13px,1.1vw,17px)/1.2 var(--mono); text-transform: uppercase; }
.hero-facts p { margin: 0; }
.hero-links { grid-column: 7 / -1; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.54); border-left: 1px solid rgba(255,255,255,.54); }
.hero-links a { padding: 22px clamp(18px,2.4vw,36px) 30px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; text-decoration: none; font: 600 clamp(11px,.9vw,14px)/1.2 var(--mono); text-transform: uppercase; transition: color .25s ease, background .25s ease; }
.hero-links a + a { border-left: 1px solid rgba(255,255,255,.54); }
.hero-links a:hover { background: var(--acid); color: var(--ink); }
.photo-credit { position: absolute; right: 8px; top: 42%; margin: 0; opacity: .7; writing-mode: vertical-rl; font-size: 8px; }

.editorial-section { padding: clamp(88px,10vw,154px) clamp(20px,3.2vw,54px); border-bottom: 1px solid var(--ink); }
.section-heading { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px,2vw,34px); }
.section-heading > .section-kicker { grid-column: 1 / 4; margin: 0; }
.section-heading > h2 { grid-column: 4 / -1; max-width: 1100px; margin: -.12em 0 0; font: 400 clamp(56px,7.4vw,114px)/.92 var(--serif); letter-spacing: -.052em; text-wrap: balance; }
.split-heading > p:last-child, .split-heading > div:last-child { grid-column: 8 / -1; margin: clamp(50px,6vw,90px) 0 0; font-size: clamp(17px,1.4vw,22px); line-height: 1.6; }
.split-heading > div:last-child p { margin: 0 0 1em; }

.manifesto-copy { width: 50%; margin: clamp(68px,9vw,130px) 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,70px); font-size: clamp(17px,1.35vw,21px); line-height: 1.65; }
.manifesto-copy p { margin: 0; }
.values { margin-top: clamp(90px,12vw,170px); display: grid; grid-template-columns: repeat(12,1fr); border-top: 1px solid var(--ink); }
.values article { min-height: 250px; padding: 20px 18px 26px 0; border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; }
.values article:nth-child(1), .values article:nth-child(4) { grid-column: 1 / 4; }
.values article:nth-child(2), .values article:nth-child(5) { grid-column: 5 / 8; }
.values article:nth-child(3), .values article:nth-child(6) { grid-column: 9 / -1; }
.values article:nth-child(n+4) { margin-top: 42px; }
.values article > p:first-child { margin: 0; font: 500 10px/1 var(--mono); }
.values h3 { margin: auto 0 18px; font: 400 clamp(30px,3vw,48px)/1 var(--serif); letter-spacing: -.035em; }
.values article > p:last-child { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.dark-section { background: var(--ink); color: var(--bone); border-color: var(--bone); }
.programme .section-heading { margin-bottom: clamp(76px,9vw,130px); }
.schedule { border-top: 1px solid rgba(243,239,229,.55); }
.schedule-row { min-height: 155px; display: grid; grid-template-columns: 2fr 1fr 5fr 2fr; align-items: center; gap: 24px; border-bottom: 1px solid rgba(243,239,229,.55); }
.schedule-date { margin: 0; display: flex; align-items: baseline; gap: 10px; }
.schedule-date strong { font: 400 clamp(58px,6.5vw,98px)/.8 var(--serif); letter-spacing: -.05em; }
.schedule-date span, .schedule-row time { font: 500 11px/1 var(--mono); text-transform: uppercase; }
.schedule-index { margin: 0; color: rgba(243,239,229,.5); }
.schedule-row h3 { margin: 0 0 9px; font: 400 clamp(23px,2.2vw,35px)/1 var(--serif); letter-spacing: -.025em; }
.schedule-row div p { margin: 0; color: rgba(243,239,229,.62); font: 500 10px/1.4 var(--mono); text-transform: uppercase; }
.schedule-row time { justify-self: end; }
.text-link { display: inline-flex; justify-content: space-between; gap: 80px; margin-top: 52px; padding: 14px 0; border-bottom: 1px solid; text-decoration: none; font: 600 11px/1 var(--mono); text-transform: uppercase; }

.lambic-media { margin-top: clamp(90px,11vw,160px); display: grid; grid-template-columns: 7fr 5fr; grid-template-rows: repeat(2, minmax(280px, 34vw)); gap: clamp(12px,1.4vw,22px); }
.lambic-media figure { margin: 0; display: grid; grid-template-rows: 1fr auto; overflow: hidden; }
.lambic-media .media-large { grid-row: 1 / 3; }
.lambic-media picture, .lambic-media img { width: 100%; height: 100%; object-fit: cover; }
.lambic-media figcaption { padding: 9px 0 0; color: var(--muted); font-size: 8px; }

.acid-section { background: var(--acid); }
.participant { margin-top: clamp(90px,12vw,180px); padding: 24px 0 30px; border-top: 1px solid; border-bottom: 1px solid; display: grid; grid-template-columns: 2fr 6fr 4fr; gap: 24px; align-items: end; }
.participant-status { margin: 0; }
.participant h3 { margin: 0; font: 400 clamp(58px,7.8vw,120px)/.84 var(--serif); letter-spacing: -.06em; }
.participant div { font: 500 11px/1.45 var(--mono); text-transform: uppercase; }
.participant div p { margin: 3px 0; }
.pending-line { width: 50%; margin: 48px 0 0 auto; font: 500 11px/1.5 var(--mono); text-transform: uppercase; }

.academy-head { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.academy-head > .section-kicker { grid-column: 1 / 4; margin: 0; }
.academy-head h2 { grid-column: 4 / -1; margin: -.1em 0 0; font: 400 clamp(60px,8vw,124px)/.86 var(--serif); letter-spacing: -.06em; }
.academy-facts { grid-column: 1 / 4; margin-top: 90px; font: 500 11px/1.4 var(--mono); text-transform: uppercase; }
.academy-facts p { padding: 10px 0; margin: 0; border-bottom: 1px solid var(--line); }
.academy-intro { grid-column: 6 / 11; margin: 90px 0 0; font-size: clamp(18px,1.55vw,24px); line-height: 1.6; }
.topic-map { margin: clamp(80px,10vw,145px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid; list-style: none; }
.topic-map li { min-height: 105px; padding: 18px 16px 24px 0; display: flex; align-items: flex-end; gap: 26px; border-bottom: 1px solid; font: 400 clamp(20px,2vw,31px)/1.05 var(--serif); }
.topic-map li:nth-child(3n+2), .topic-map li:nth-child(3n+3) { padding-left: 18px; border-left: 1px solid; }
.topic-map span { font: 500 9px/1 var(--mono); }
.academy-instructor { margin-top: 70px; padding-top: 18px; display: grid; grid-template-columns: 4fr 8fr; border-top: 1px solid; font: 500 11px/1.4 var(--mono); text-transform: uppercase; }
.academy-instructor p { margin: 0; }
.section-actions { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-actions > p { margin: 0; color: var(--muted); font: 500 10px/1.4 var(--mono); text-transform: uppercase; }

.exhibition { min-height: 900px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--bone); }
.exhibition-image { min-height: 900px; overflow: hidden; }
.exhibition-image picture, .exhibition-image img { width: 100%; height: 100%; object-fit: cover; }
.exhibition-content { padding: clamp(58px,7vw,110px) clamp(20px,4vw,72px); border-left: 1px solid rgba(243,239,229,.55); display: flex; flex-direction: column; }
.exhibition-content > .section-kicker { margin: 0; }
.exhibition-content h2 { margin: clamp(75px,9vw,130px) 0 32px; font: 400 clamp(55px,6.6vw,100px)/.9 var(--serif); letter-spacing: -.055em; }
.exhibition-content > p:not(.section-kicker) { max-width: 520px; font-size: 17px; line-height: 1.65; }
.exhibition-content ol { margin: auto 0 0; padding: 0; border-top: 1px solid rgba(243,239,229,.55); list-style: none; }
.exhibition-content li { padding: 9px 0; display: flex; gap: 26px; border-bottom: 1px solid rgba(243,239,229,.3); font-size: 13px; }
.exhibition-content li span { min-width: 24px; font: 500 9px/1.5 var(--mono); }

.journal-columns { margin-top: clamp(90px,12vw,170px); display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid; }
.journal-columns article { min-height: 410px; padding: 22px 0 30px; display: flex; flex-direction: column; border-bottom: 1px solid; }
.journal-columns article + article { padding-left: clamp(24px,4vw,68px); border-left: 1px solid; }
.journal-columns article > p:first-child { margin: 0; font: 500 10px/1 var(--mono); }
.journal-columns h3 { margin: auto 0 24px; font: 400 clamp(48px,5vw,78px)/1 var(--serif); }
.journal-columns article > p:last-child { max-width: 450px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

.blue-section { background: var(--blue); }
.visit .split-heading > .visit-facts { grid-column: 8 / -1; margin-top: 66px; }
.visit-facts { font: 500 11px/1.4 var(--mono); text-transform: uppercase; }
.visit-facts div { padding: 10px 0; display: grid; grid-template-columns: 1fr 1.5fr; border-bottom: 1px solid rgba(17,17,14,.38); }
.visit-facts dt, .visit-facts dd { margin: 0; }
.visit-facts dd { color: rgba(17,17,14,.64); }
.tickets { margin-top: clamp(90px,12vw,170px); border-top: 1px solid; }
.ticket-status { margin: 0; padding: 18px 0; border-bottom: 1px solid; font: 600 11px/1.45 var(--mono); text-transform: uppercase; }
.ticket { min-height: 235px; padding: 26px 0; display: grid; grid-template-columns: 4fr 2fr 6fr; gap: 26px; border-bottom: 1px solid; align-items: start; }
.ticket-name { margin: 0 0 14px; font: 400 clamp(34px,3.8vw,58px)/.95 var(--serif); letter-spacing: -.04em; }
.ticket-note { margin: 0; }
.ticket-price { margin: 0; font: 400 clamp(38px,4vw,64px)/1 var(--serif); }
.ticket ul { columns: 2; margin: 0; padding: 0; list-style: none; font-size: 14px; line-height: 1.45; }
.ticket li { padding: 7px 0; border-bottom: 1px solid rgba(17,17,14,.28); break-inside: avoid; }

footer, .v2-footer { min-height: 330px; padding: clamp(48px,6vw,90px) clamp(20px,3.2vw,54px); display: grid; grid-template-columns: 4fr 3fr 4fr 1fr; gap: 30px; background: var(--ink); color: var(--bone); border-top: 1px solid var(--ink); font: 500 10px/1.55 var(--mono); text-transform: uppercase; }
.footer-wordmark, .footer-signal { display: flex; align-items: flex-start; gap: 18px; }
.footer-wordmark img, .footer-signal img { width: 46px; height: 60px; object-fit: contain; filter: invert(1); }
.footer-wordmark a, .footer-brand { font: 400 clamp(33px,4vw,60px)/.83 var(--serif); letter-spacing: -.055em; text-decoration: none; text-transform: none; }
.footer-statement { max-width: 320px; margin: 0; }
.footer-meta p { margin: 0 0 18px; }
.top { align-self: start; text-align: right; }

/* Secondary pages */
.page { min-height: 80vh; }
.page-head { min-height: calc(82svh - 72px); padding: 0 clamp(20px,3.2vw,54px); display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: auto 1fr auto; border-bottom: 1px solid; }
.page-code { grid-column: 1 / -1; padding: 18px 0; display: grid; grid-template-columns: 3fr 9fr; border-bottom: 1px solid; }
.page-code p { margin: 0; }
.page-title { grid-column: 1 / 10; align-self: center; padding: 70px 0; }
.page-title .eyebrow { margin: 0 0 55px; }
.page-title h1 { margin: 0; font: 400 clamp(60px,8.2vw,126px)/.88 var(--serif); letter-spacing: -.06em; }
.page-mark { grid-column: 10 / -1; grid-row: 2; position: relative; overflow: hidden; border-left: 1px solid; background: var(--blue); }
.page-mark img { position: absolute; width: 130%; height: 130%; right: -38%; bottom: -20%; object-fit: contain; }
.page-lead { grid-column: 5 / -1; margin: 0; padding: 38px 0 52px 38px; border-left: 1px solid; border-top: 1px solid; font-size: clamp(18px,1.8vw,27px); line-height: 1.55; }
.notice { grid-column: 1 / 5; margin: 0; padding: 16px 0; align-self: end; font: 600 10px/1 var(--mono); text-transform: uppercase; }
.text-sections article { min-height: 300px; padding: clamp(48px,6vw,90px) clamp(20px,3.2vw,54px); display: grid; grid-template-columns: 2fr 4fr 6fr; gap: 34px; border-bottom: 1px solid; }
.text-sections h2 { margin: 0; font: 400 clamp(34px,3.4vw,52px)/.98 var(--serif); }
.text-sections article > p:last-child { max-width: 680px; margin: 0; font-size: clamp(16px,1.35vw,20px); line-height: 1.65; }

@keyframes hero-breathe { to { transform: scale(1.045); } }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-edition { display: none; }
  .menu { display: block; justify-self: end; }
  .site-header nav { position: fixed; inset: 72px 0 0; padding: 36px clamp(20px,5vw,48px); flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; overflow-y: auto; background: var(--bone); transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility 0s linear .35s; }
  .site-header nav a { padding: 16px 0; border-bottom: 1px solid; font: 400 clamp(24px,4.5vw,42px)/1 var(--serif); text-transform: none; }
  .site-header nav a::after { display: none; }
  .site-header nav .language { margin-top: 36px; padding: 14px; align-self: flex-start; font: 600 11px/1 var(--mono); text-transform: uppercase; }
  .site-header nav .nav-ticket { padding: 18px; margin-top: 14px; font: 600 12px/1 var(--mono); text-transform: uppercase; text-align: center; }
  .nav-open { overflow: hidden; }
  .nav-open .site-header nav { transform: none; visibility: visible; transition-delay: 0s; }
  .hero-center h1 { font-size: clamp(72px,12vw,128px); }
}

@media (max-width: 800px) {
  .section-heading > .section-kicker { grid-column: 1 / 4; }
  .section-heading > h2 { grid-column: 4 / -1; font-size: clamp(48px,9vw,74px); }
  .split-heading > p:last-child, .split-heading > div:last-child { grid-column: 5 / -1; }
  .manifesto-copy { width: 66.66%; }
  .schedule-row { grid-template-columns: 2fr .7fr 5fr 2fr; }
  .schedule-date strong { font-size: 66px; }
  .participant { grid-template-columns: 2fr 6fr 4fr; }
  .participant h3 { font-size: 70px; }
  .academy-head h2 { font-size: 84px; }
  .academy-intro { grid-column: 5 / -1; }
  .ticket { grid-template-columns: 4fr 2fr 6fr; }
  footer, .v2-footer { grid-template-columns: 1.5fr 1fr; }
  .footer-meta { grid-column: 1 / 2; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 64px; }
  .site-header { min-height: 64px; padding: 0 18px; }
  .site-header nav { inset: 64px 0 0; padding: 28px 20px; }
  .v2-hero { min-height: calc(100svh - 64px); grid-template-columns: repeat(4,1fr); }
  .hero-image img { object-position: 58% center; }
  .hero-kicker { grid-column: 1 / -1; padding: 18px 20px; font-size: 9px; }
  .hero-center { grid-column: 1 / -1; padding: 8vh 20px 5vh; }
  .hero-center h1 { font-size: clamp(58px,20vw,80px); line-height: .83; letter-spacing: -.065em; }
  .hero-translation { margin-top: 20px; font-size: 18px; }
  .hero-definition { margin-top: 28px; max-width: 290px; font-size: 8px; line-height: 1.6; }
  .hero-facts { grid-column: 1 / -1; padding: 16px 20px; justify-content: space-between; font-size: 10px; }
  .hero-links { grid-column: 1 / -1; grid-row: 4; border-left: 0; }
  .hero-links a { min-height: 68px; padding: 16px 20px; font-size: 9px; }
  .photo-credit { top: 34%; font-size: 7px; }
  .editorial-section { padding: 78px 20px; }
  .section-heading { grid-template-columns: repeat(4,1fr); }
  .section-heading > .section-kicker { grid-column: 1 / -1; }
  .section-heading > h2 { grid-column: 1 / -1; margin-top: 48px; font-size: clamp(46px,14vw,66px); line-height: .94; }
  .split-heading > p:last-child, .split-heading > div:last-child { grid-column: 1 / -1; margin-top: 38px; font-size: 17px; }
  .manifesto-copy { width: 100%; margin-top: 58px; grid-template-columns: 1fr; gap: 24px; }
  .values { margin-top: 80px; grid-template-columns: repeat(4,1fr); }
  .values article:nth-child(n) { grid-column: 1 / -1; min-height: 180px; margin-top: 0; }
  .values h3 { font-size: 36px; }
  .programme .section-heading { margin-bottom: 64px; }
  .schedule-row { min-height: 140px; padding: 18px 0; grid-template-columns: 1fr 2.7fr; align-items: start; gap: 12px 18px; }
  .schedule-date { grid-row: 1 / 3; }
  .schedule-date strong { font-size: 56px; }
  .schedule-index { display: none; }
  .schedule-row h3 { font-size: 24px; }
  .schedule-row time { grid-column: 2; justify-self: start; }
  .lambic-media { margin-top: 78px; grid-template-columns: 1fr; grid-template-rows: 480px 260px 260px; }
  .lambic-media .media-large { grid-row: auto; }
  .participant { margin-top: 78px; padding: 18px 0 24px; grid-template-columns: 1fr; gap: 30px; }
  .participant h3 { font-size: 64px; }
  .pending-line { width: 100%; }
  .academy-head { grid-template-columns: repeat(4,1fr); }
  .academy-head > .section-kicker, .academy-head h2, .academy-facts, .academy-intro { grid-column: 1 / -1; }
  .academy-head h2 { margin-top: 46px; font-size: 62px; }
  .academy-facts, .academy-intro { margin-top: 45px; }
  .topic-map { grid-template-columns: 1fr; margin-top: 70px; }
  .topic-map li { min-height: 80px; }
  .topic-map li:nth-child(n) { padding-left: 0; border-left: 0; }
  .academy-instructor { grid-template-columns: 1fr; gap: 18px; }
  .section-actions { display: block; }
  .section-actions > p { margin-top: 24px; }
  .exhibition { grid-template-columns: 1fr; min-height: auto; }
  .exhibition-image { min-height: 520px; }
  .exhibition-content { min-height: 780px; padding: 72px 20px; border-left: 0; border-top: 1px solid rgba(243,239,229,.55); }
  .exhibition-content h2 { margin-top: 70px; font-size: 58px; }
  .journal-columns { margin-top: 78px; grid-template-columns: 1fr; }
  .journal-columns article { min-height: 310px; }
  .journal-columns article + article { padding-left: 0; border-left: 0; }
  .visit .split-heading > .visit-facts { grid-column: 1 / -1; margin-top: 52px; }
  .ticket { grid-template-columns: 1fr 1fr; min-height: 330px; }
  .ticket-price { justify-self: end; }
  .ticket ul { grid-column: 1 / -1; columns: 1; }
  footer, .v2-footer { min-height: 520px; padding: 50px 20px; grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
  .top { text-align: left; }
  .page-head { min-height: calc(82svh - 64px); padding: 0 20px; grid-template-columns: repeat(4,1fr); }
  .page-code { grid-template-columns: 1fr 1fr; }
  .page-title { grid-column: 1 / -1; padding: 70px 0 180px; }
  .page-title h1 { font-size: clamp(48px,15vw,68px); }
  .page-mark { grid-column: 3 / -1; grid-row: 2; align-self: end; height: 160px; border-top: 1px solid; }
  .page-lead { grid-column: 1 / -1; padding: 30px 0; border-left: 0; }
  .notice { grid-column: 1 / -1; }
  .text-sections article { min-height: 320px; padding: 48px 20px; grid-template-columns: 1fr; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image img { animation: none; }
  .site-header nav, .site-header nav a::after, .hero-links a { transition: none; }
}
