:root {
  --paper: #eef7ec;
  --paper-2: #f8fcf4;
  --ink: #173d17;
  --ink-muted: #587052;
  --line: rgba(23, 61, 23, 0.14);
  --field: #c9d8bd;
  --accent: #f16b3f;
  --max: 1320px;
  --a11y-text-scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  font-size: 100%;
}

html.a11y-text-large {
  font-size: 100%;
  --a11y-text-scale: 1.14;
}

html.a11y-high-contrast {
  --paper: #000000;
  --paper-2: #000000;
  --ink: #ffe95a;
  --ink-muted: #ffe95a;
  --line: rgba(255, 233, 90, 0.34);
  --field: #111111;
  --accent: #ffe95a;
}

html.a11y-text-small {
  font-size: 100%;
  --a11y-text-scale: 0.92;
}

html.a11y-reduced-motion {
  scroll-behavior: auto;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  font-family: "Prompt", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  overflow-x: clip;
}

.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;
}

main,
.footer {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.topo-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.topo-ring {
  position: absolute;
  display: block;
  width: clamp(300px, 38vw, 720px);
  height: auto;
  opacity: 0.18;
  object-fit: contain;
  transform: translate3d(var(--mx, 0), var(--my, 0), 0) rotate(var(--ring-rotate, 0deg));
  will-change: transform;
}

.topo-ring-a {
  left: -8vw;
  top: 18vh;
  transform: translate3d(calc(var(--mx, 0) * 1.2), var(--my, 0), 0)
    rotate(var(--ring-rotate, 0deg));
  --ring-rotate: -12deg;
}

.topo-ring-b {
  right: -12vw;
  top: 58vh;
  width: clamp(330px, 46vw, 820px);
  opacity: 0.14;
  transform: translate3d(calc(var(--mx, 0) * -0.8), var(--my, 0), 0)
    rotate(var(--ring-rotate, 0deg));
  --ring-rotate: 18deg;
}

.topo-ring-c {
  left: 32vw;
  top: 34vh;
  width: clamp(250px, 32vw, 600px);
  opacity: 0.11;
  transform: translate3d(calc(var(--mx, 0) * 0.55), var(--my, 0), 0)
    rotate(var(--ring-rotate, 0deg));
  --ring-rotate: 34deg;
}

.topo-ring-d {
  right: 18vw;
  top: 76vh;
  width: clamp(280px, 38vw, 720px);
  opacity: 0.12;
  transform: translate3d(calc(var(--mx, 0) * -1), var(--my, 0), 0)
    rotate(var(--ring-rotate, 0deg));
  --ring-rotate: -24deg;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  min-height: 43px;
  padding: 0;
  border-bottom: 1px solid rgba(23, 61, 23, 0.42);
  background: rgba(238, 247, 236, 0.66);
  backdrop-filter: blur(18px) saturate(1.08);
  color: var(--ink);
  pointer-events: none;
}

.brand,
.nav {
  pointer-events: auto;
}

.brand {
  display: flex;
  align-items: center;
  min-width: clamp(106px, 13.3vw, 190px);
  padding: 7px clamp(12px, 1.7vw, 25px);
  border-right: 1px solid rgba(23, 61, 23, 0.28);
}

.brand img {
  display: block;
  width: clamp(78px, 8.8vw, 133px);
  height: auto;
}

.nav {
  display: flex;
  gap: 0;
  min-height: 43px;
  margin-left: auto;
  border: 0;
  background: var(--ink);
  box-shadow: none;
  color: var(--paper-2);
}

.nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 7px clamp(14px, 2.25vw, 34px);
  border-right: 1px solid rgba(237, 245, 232, 0.34);
  font-size: clamp(10px, 0.76vw, 13px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.nav a:last-child {
  border-right: 0;
}

.nav a:hover,
.nav a:focus-visible {
  background: var(--paper-2);
  color: var(--ink);
  outline: none;
}

.a11y-tools {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  pointer-events: auto;
}

.a11y-trigger {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.a11y-trigger svg {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(23, 61, 23, 0.22);
}

.a11y-trigger:hover,
.a11y-trigger:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.a11y-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(320px, calc(100vw - 28px));
  padding: 14px;
  border: 1px solid rgba(23, 61, 23, 0.24);
  background: rgba(248, 252, 244, 0.98);
  box-shadow: 0 20px 55px rgba(23, 61, 23, 0.14);
  backdrop-filter: blur(18px);
}

.a11y-panel[hidden] {
  display: none;
}

.a11y-panel-title {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.a11y-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.a11y-action {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(23, 61, 23, 0.2);
  background: var(--paper-2);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.a11y-action:hover,
.a11y-action:focus-visible,
.a11y-action.is-active {
  background: var(--ink);
  color: var(--paper-2);
  outline: none;
}

.nav a {
  font-size: calc(clamp(10px, 0.76vw, 13px) * var(--a11y-text-scale));
}

.kicker,
.section-label {
  font-size: calc(clamp(12px, 0.95vw, 14px) * var(--a11y-text-scale));
}

.hero-copy h1,
.hero-copy h2,
.intro h2,
.artist-group-header h2,
.modal-copy h2 {
  transform-origin: left top;
}

.lead {
  font-size: calc(clamp(16px, 1.34vw, 20px) * var(--a11y-text-scale));
}

.intro-lead,
.intro-body p,
.intro-note-value,
.intro-note summary,
.timeline p,
.program-meta,
.team-intro p,
.arrival-copy p,
.modal-role,
.modal-bio,
.a11y-action,
.footer {
  font-size: calc(1rem * var(--a11y-text-scale));
}

.artist-card-name {
  font-size: calc(clamp(17px, 1.6vw, 25px) * var(--a11y-text-scale));
}

.team-card-name {
  font-size: calc(clamp(17px, 1.6vw, 25px) * var(--a11y-text-scale));
}

.program-title {
  font-size: calc(clamp(30px, 4.2vw, 62px) * var(--a11y-text-scale));
}

.artist-group-header h2 {
  font-size: calc(clamp(28px, 3.2vw, 44px) * var(--a11y-text-scale));
}

.modal-copy h2 {
  font-size: calc(clamp(48px, 6.4vw, 96px) * var(--a11y-text-scale));
}

html.a11y-high-contrast .site-header {
  border-bottom-color: rgba(255, 233, 90, 0.5);
  background: rgba(0, 0, 0, 0.94);
}

html.a11y-high-contrast body,
html.a11y-high-contrast main,
html.a11y-high-contrast .footer,
html.a11y-high-contrast .hero-visual,
html.a11y-high-contrast .section-grid,
html.a11y-high-contrast .artist-group,
html.a11y-high-contrast .artist-group-grid,
html.a11y-high-contrast .artist-card,
html.a11y-high-contrast .team-card-button,
html.a11y-high-contrast .artist-modal,
html.a11y-high-contrast .modal-copy,
html.a11y-high-contrast .modal-poster,
html.a11y-high-contrast .map-card,
html.a11y-high-contrast .a11y-panel,
html.a11y-high-contrast .intro-note,
html.a11y-high-contrast .hero-copy,
html.a11y-high-contrast .program-item,
html.a11y-high-contrast .program-details,
html.a11y-high-contrast .arrival-copy {
  background: #000000;
  color: #ffe95a;
}

html.a11y-high-contrast .hero-copy,
html.a11y-high-contrast .intro-note,
html.a11y-high-contrast .map-card,
html.a11y-high-contrast .program-item,
html.a11y-high-contrast .team-card-button,
html.a11y-high-contrast .artist-card,
html.a11y-high-contrast .artist-modal,
html.a11y-high-contrast .a11y-panel {
  border-color: rgba(255, 233, 90, 0.34);
}

html.a11y-high-contrast .kicker,
html.a11y-high-contrast .section-label,
html.a11y-high-contrast .lead,
html.a11y-high-contrast .section-main p,
html.a11y-high-contrast .intro-kicker,
html.a11y-high-contrast .intro-lead,
html.a11y-high-contrast .intro-body p,
html.a11y-high-contrast .intro-closing,
html.a11y-high-contrast .intro-note-label,
html.a11y-high-contrast .intro-note summary,
html.a11y-high-contrast .intro-note-value,
html.a11y-high-contrast .intro-note p,
html.a11y-high-contrast .timeline p,
html.a11y-high-contrast .program-meta,
html.a11y-high-contrast .team-intro p,
html.a11y-high-contrast .artist-card-name,
html.a11y-high-contrast .team-card-name,
html.a11y-high-contrast .modal-role,
html.a11y-high-contrast .modal-bio,
html.a11y-high-contrast .map-card-kicker,
html.a11y-high-contrast .map-card-link,
html.a11y-high-contrast .footer,
html.a11y-high-contrast .footer a {
  color: #ffe95a;
  -webkit-text-stroke: 0;
}

html.a11y-high-contrast h1,
html.a11y-high-contrast h2,
html.a11y-high-contrast h3,
html.a11y-high-contrast .program-title,
html.a11y-high-contrast .artist-group-header h2,
html.a11y-high-contrast .modal-copy h2 {
  color: #ffe95a;
  -webkit-text-stroke: 0;
}

html.a11y-high-contrast .artist-card-name,
html.a11y-high-contrast .team-card-name,
html.a11y-high-contrast .program-item,
html.a11y-high-contrast .map-card,
html.a11y-high-contrast .intro-note,
html.a11y-high-contrast .a11y-panel {
  border-color: rgba(16, 43, 16, 0.36);
}

html.a11y-high-contrast .artist-card-name,
html.a11y-high-contrast .team-card-name {
  background: rgba(0, 0, 0, 0.86);
}

html.a11y-high-contrast .nav,
html.a11y-high-contrast .a11y-panel {
  background: #000000;
  color: #ffe95a;
}

html.a11y-high-contrast .brand img,
html.a11y-high-contrast .partner-strip img,
html.a11y-high-contrast .map-card-link img,
html.a11y-high-contrast .a11y-trigger svg {
  filter: brightness(0) saturate(100%) invert(87%) sepia(98%) saturate(779%)
    hue-rotate(330deg) brightness(104%) contrast(108%);
}

html.a11y-high-contrast .button.primary {
  background: #ffe95a;
  color: #000000;
  border-color: #ffe95a;
}

html.a11y-high-contrast .button.ghost {
  background: #000000;
  color: #ffe95a;
  border-color: #ffe95a;
}

html.a11y-high-contrast .nav a {
  border-right-color: rgba(255, 233, 90, 0.28);
}

html.a11y-high-contrast .a11y-action {
  border-color: rgba(255, 233, 90, 0.34);
  background: #000000;
  color: #ffe95a;
}

html.a11y-high-contrast .a11y-action:hover,
html.a11y-high-contrast .a11y-action:focus-visible,
html.a11y-high-contrast .a11y-action.is-active,
html.a11y-high-contrast .nav a:hover,
html.a11y-high-contrast .nav a:focus-visible {
  background: #ffe95a;
  color: #000000;
}

html.a11y-high-contrast .topo-background,
html.a11y-high-contrast .hero-visual::after {
  opacity: 0.45;
}

html.a11y-high-contrast .hero-map,
html.a11y-high-contrast .hero-pdf-base,
html.a11y-high-contrast .hero-etching,
html.a11y-high-contrast .topo-ring,
html.a11y-high-contrast .contours {
  opacity: 0.12;
  filter: grayscale(1) contrast(0.9) brightness(0.65);
}

html.a11y-reduced-motion *,
html.a11y-reduced-motion *::before,
html.a11y-reduced-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

html.a11y-reduced-motion .motion-layer,
html.a11y-reduced-motion .topo-ring {
  transform: none !important;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 70px clamp(18px, 3.4vw, 52px) 5.2vh;
  overflow: clip;
  isolation: isolate;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(223, 238, 221, 0.66), rgba(223, 238, 221, 0.4) 72%),
    var(--paper);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(238, 247, 236, 0.1) 0 34%, rgba(238, 247, 236, 0) 70%),
    linear-gradient(0deg, rgba(238, 247, 236, 0.72) 0 9%, transparent 28%);
  pointer-events: none;
}

.hero-pdf-base {
  position: absolute;
  z-index: 1;
  width: min(112vw, 2300px);
  max-width: none;
  height: auto;
  left: 50%;
  top: 48%;
  opacity: 0.86;
  filter: saturate(0.96) contrast(1.02);
  transform: translate3d(calc(-50% + var(--mx, 0px)), calc(-50% + var(--my, 0px)), 0)
    rotate(var(--mr, 0deg)) scale(calc(1.02 + var(--scroll-scale, 0) * 0.45));
  transform-origin: center;
  will-change: transform;
}

.hero-map {
  position: absolute;
  z-index: 2;
  width: min(92vw, 3500px);
  max-width: none;
  height: auto;
  left: 55%;
  top: 53%;
  transform: translate3d(calc(-50% + var(--mx, 0px)), calc(-50% + var(--my, 0px)), 0)
    rotate(var(--mr, 0deg)) scale(calc(0.88 + var(--scroll-scale, 0) * 0.6));
  opacity: 1;
  filter: saturate(0.82) contrast(1.08);
  mix-blend-mode: multiply;
  transform-origin: center;
  will-change: transform;
}

.hero-etching {
  position: absolute;
  z-index: 4;
  display: block;
  width: min(34vw, 430px);
  height: auto;
  opacity: 0.28;
  filter: grayscale(1) sepia(0.16) saturate(0.72) contrast(1.08);
  mix-blend-mode: multiply;
  transform: translate3d(var(--mx, 0), var(--my, 0), 0) rotate(var(--mr, 0deg));
  will-change: transform;
}

.hero-etching-map {
  right: -8vw;
  bottom: -1vh;
  width: min(42vw, 600px);
  clip-path: polygon(7% 12%, 88% 0, 100% 72%, 19% 100%, 0 58%);
}

.hero-etching-ear {
  right: 13vw;
  top: 19vh;
  width: min(25vw, 360px);
  border-radius: 48% 52% 62% 38% / 42% 58% 36% 64%;
}

.hero-etching-field {
  left: -9vw;
  bottom: 2vh;
  width: min(32vw, 470px);
  border-radius: 31% 69% 44% 56% / 52% 42% 58% 48%;
}

.contours {
  position: absolute;
  width: clamp(320px, 42vw, 720px);
  height: auto;
  z-index: 3;
  opacity: 0.34;
  object-fit: contain;
  transform: translate3d(var(--mx, 0), var(--my, 0), 0) rotate(var(--mr, 0deg));
  will-change: transform;
}
.contours-a {
  left: -4vw;
  top: -7vh;
  rotate: -18deg;
}

.contours-b {
  right: -7vw;
  bottom: -22vh;
  rotate: 18deg;
}

.date-mark {
  position: absolute;
  z-index: 6;
  right: clamp(24px, 6vw, 108px);
  top: 38vh;
  display: grid;
  gap: 0;
  font-size: clamp(28px, 4.6vw, 66px);
  font-weight: 900;
  line-height: 0.72;
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
  transform: translate3d(var(--mx, 0), var(--my, 0), 0);
  will-change: transform;
}

.hero-copy {
  position: relative;
  z-index: 8;
  width: min(520px, 100%);
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(23, 61, 23, 0.22);
  background: rgba(238, 247, 236, 0.66);
  backdrop-filter: blur(14px) saturate(1.04);
  transform: translate3d(var(--mx, 0), var(--my, 0), 0);
  will-change: transform;
}

.hero-poster-logo {
  display: none;
  width: min(100%, 920px);
  margin: 0 auto clamp(12px, 1.8vw, 24px);
  filter: drop-shadow(0 24px 50px rgba(23, 61, 23, 0.08));
}

.kicker,
.section-label {
  margin: 0;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(54px, 8.5vw, 118px);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 480px;
  margin-bottom: 18px;
  color: #264c25;
  font-size: clamp(15px, 1.24vw, 18px);
  line-height: 1.22;
  font-weight: 620;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.button.primary {
  background: var(--ink);
  color: var(--paper-2);
}

.button.ghost {
  background: rgba(248, 252, 244, 0.72);
}

.section-grid {
  scroll-margin-top: 86px;
  display: grid;
  grid-template-columns: minmax(120px, 0.24fr) minmax(0, 1fr);
  gap: clamp(22px, 4.6vw, 78px);
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 128px) 0;
  border-top: 1px solid var(--line);
}

.section-main h2 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(30px, 4.2vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-main p {
  max-width: 700px;
  color: #456344;
  font-size: clamp(16px, 1.42vw, 21px);
  line-height: 1.38;
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.72fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.intro-kicker {
  margin-bottom: 12px;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-lead {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.14;
  font-weight: 700;
}

.intro-body {
  display: grid;
  gap: 18px;
}

.intro-body p {
  margin-bottom: 0;
}

.intro-closing {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  color: var(--ink);
  font-size: clamp(18px, 1.55vw, 31px);
  font-weight: 500;
  line-height: 1.28;
  text-transform: none;
}

.intro-closing p {
  margin: 0;
}

.intro-closing-emphasis {
  margin-top: 10px !important;
}

.intro-closing p:last-child {
  margin-top: 6px;
}

.intro-meta {
  display: grid;
  gap: 14px;
  align-self: start;
}

.intro-note {
  padding: 18px 18px 16px;
  border: 1px solid rgba(23, 61, 23, 0.18);
  background: rgba(248, 252, 244, 0.72);
}

.intro-note-label,
.intro-note summary {
  margin: 0 0 8px;
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.intro-note-value,
.intro-note p {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.35;
  font-weight: 650;
}

.intro-note-expand summary {
  cursor: pointer;
  list-style: none;
}

.intro-note-expand summary::-webkit-details-marker {
  display: none;
}

.intro-note-expand[open] summary {
  margin-bottom: 10px;
}

.etching-collage {
  width: min(1440px, calc(100% - 28px));
  padding-top: clamp(56px, 7.6vw, 104px);
  padding-bottom: clamp(66px, 8.8vw, 120px);
}

.collage-stage {
  position: relative;
  min-height: clamp(600px, 62vw, 860px);
  overflow: hidden;
  border: 1px solid rgba(23, 61, 23, 0.32);
  background:
    linear-gradient(90deg, rgba(248, 252, 244, 0.92), rgba(238, 247, 236, 0.76)),
    var(--paper-2);
  isolation: isolate;
}

.collage-stage::before,
.collage-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 14px solid var(--ink);
  opacity: 0.92;
  pointer-events: none;
}

.collage-stage::before {
  right: -8%;
  bottom: 14%;
  width: 42%;
  aspect-ratio: 1.35;
  border-left-width: 0;
  border-radius: 0 130px 130px 0;
}

.collage-stage::after {
  left: 8%;
  bottom: 5%;
  width: 30%;
  aspect-ratio: 1.15;
  border-top-width: 0;
  border-right-width: 0;
}

.etching-blob {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: 0 18px 54px rgba(23, 61, 23, 0.08);
  transform: translate3d(var(--mx, 0), var(--my, 0), 0);
  will-change: transform;
}

.etching-blob img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(0.17) saturate(0.8) contrast(1.06);
  mix-blend-mode: multiply;
}

.blob-building {
  left: 8%;
  top: 6%;
  width: min(50%, 620px);
  aspect-ratio: 1.72;
  border-radius: 31% 69% 52% 48% / 55% 43% 57% 45%;
}

.blob-field {
  left: 5%;
  top: 44%;
  width: min(52%, 650px);
  aspect-ratio: 2.05;
  border-radius: 18% 82% 28% 72% / 48% 42% 58% 52%;
}

.blob-ear {
  right: 5%;
  top: 8%;
  width: min(38%, 480px);
  aspect-ratio: 1.08;
  border-radius: 46% 54% 62% 38% / 36% 66% 34% 64%;
}

.blob-road {
  right: 18%;
  bottom: 4%;
  width: min(29%, 360px);
  aspect-ratio: 0.82;
  border-radius: 56% 44% 40% 60% / 42% 58% 42% 58%;
}

.collage-panel {
  position: absolute;
  right: 5%;
  top: 39%;
  z-index: 4;
  width: min(33%, 380px);
  padding: clamp(18px, 2.3vw, 30px);
  background: var(--ink);
  color: var(--paper-2);
}

.collage-panel h2 {
  margin-bottom: 14px;
  color: var(--paper-2);
  font-size: clamp(24px, 2.7vw, 46px);
  line-height: 0.96;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.collage-panel p {
  margin-bottom: 0;
  color: rgba(248, 252, 244, 0.88);
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.32;
}

.collage-letter {
  position: absolute;
  z-index: 3;
  color: var(--ink);
  font-size: clamp(78px, 12.5vw, 180px);
  font-weight: 900;
  line-height: 0.72;
  pointer-events: none;
}

.letter-p {
  left: 2%;
  bottom: 21%;
}

.letter-o {
  right: 35%;
  top: 5%;
  font-size: clamp(68px, 9.5vw, 140px);
}

.letter-l {
  right: 27%;
  bottom: 11%;
}

.letter-a2 {
  left: 11%;
  bottom: 8%;
  font-size: clamp(58px, 9.5vw, 132px);
}

.program {
  background: linear-gradient(180deg, transparent, rgba(248, 252, 244, 0.62));
}

.timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.timeline li {
  border-bottom: 1px solid var(--line);
}

.program-item {
  background: rgba(248, 252, 244, 0.38);
}

.program-item summary {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 38px;
  gap: clamp(16px, 3.2vw, 46px);
  align-items: center;
  padding: clamp(26px, 3.7vw, 46px) 0;
  cursor: pointer;
  list-style: none;
}

.program-item summary::-webkit-details-marker {
  display: none;
}

.program-item summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
}

.program-item[open] {
  background: rgba(248, 252, 244, 0.7);
}

.timeline time {
  font-size: clamp(24px, 3vw, 43px);
  font-weight: 900;
  line-height: 0.95;
}

.program-title {
  font-size: clamp(21px, 2.15vw, 32px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.program-toggle {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  background: var(--ink);
}

.program-toggle::before,
.program-toggle::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  background: var(--paper-2);
  transform: translateY(-50%);
}

.program-toggle::after {
  transform: translateY(-50%) rotate(90deg);
}

.program-item[open] .program-toggle::after {
  transform: translateY(-50%) rotate(0deg);
}

.program-details {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 38px;
  gap: clamp(16px, 3.2vw, 46px);
  padding: 0 0 clamp(28px, 3.2vw, 42px);
}

.program-details > * {
  grid-column: 2;
}

.timeline p {
  margin-bottom: 0;
  color: #456344;
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.34;
}

.program-meta {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 850;
  line-height: 1.18;
  text-transform: uppercase;
}

.artists {
  width: 100%;
  max-width: none;
}

.artists .section-main {
  min-width: 0;
  grid-column: 1 / -1;
}

.team .section-main {
  grid-column: 1 / -1;
}

.team-intro {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto clamp(22px, 3vw, 34px);
  display: grid;
  gap: 14px;
}

.team-intro p {
  margin: 0;
  color: #456344;
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.38;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.55vw, 20px);
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.team-card-button {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72;
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--paper-2);
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  color: var(--ink);
  font: inherit;
}

.team-card-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.team-card-button:hover img,
.team-card-button:focus-visible img {
  transform: scale(1.04);
}

.team-card-button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.team-card-name {
  position: absolute;
  inset: auto 15px 15px 17px;
  z-index: 5;
  display: block;
  max-width: calc(100% - 32px);
  padding: 6px 7px;
  background: rgba(248, 252, 244, 0.82);
  color: var(--ink);
  font-size: clamp(16px, 1.45vw, 23px);
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-wrap: balance;
  -webkit-text-stroke: 1px var(--ink);
}

.artist-groups {
  display: grid;
  gap: clamp(34px, 5vw, 56px);
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.artist-group {
  display: grid;
  gap: clamp(18px, 2.6vw, 28px);
}

.artist-group-header {
  display: grid;
  gap: 8px;
}

.artist-group-header h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 0.95;
}

.artist-group-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.55vw, 20px);
}

.artist-group-grid .artist-card {
  width: 100%;
  min-width: 0;
  flex: none;
}

.artist-view-toggle {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  width: min(var(--max), calc(100% - 36px));
  margin-bottom: clamp(16px, 2vw, 28px);
  margin-left: auto;
  margin-right: auto;
}

.view-toggle {
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid var(--ink);
  border-right-width: 0;
  background: rgba(238, 247, 236, 0.66);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.view-toggle:last-child {
  border-right-width: 1px;
}

.view-toggle.is-active,
.view-toggle:hover,
.view-toggle:focus-visible {
  background: var(--ink);
  color: var(--paper-2);
  outline: none;
}

.artist-carousel {
  display: grid;
  gap: clamp(14px, 1.7vw, 22px);
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 4px 0;
  mask-image: linear-gradient(90deg, #000 0, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 94%, transparent);
}

.artist-marquee {
  overflow: hidden;
}

.artist-track {
  display: flex;
  width: max-content;
  gap: clamp(12px, 1.55vw, 20px);
  animation: artist-marquee var(--marquee-duration, 48s) linear infinite;
  will-change: transform;
}

.artist-marquee-slow .artist-track {
  --marquee-duration: 68s;
  animation-direction: reverse;
}

.artist-carousel:hover .artist-track,
.artist-carousel:focus-within .artist-track {
  animation-play-state: paused;
}

.artist-carousel.show-all {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.55vw, 20px);
  width: min(var(--max), calc(100% - 36px));
  margin-left: auto;
  margin-right: auto;
  transform: none;
  overflow: visible;
  mask-image: none;
  -webkit-mask-image: none;
}

.artist-carousel.show-all .artist-marquee {
  display: contents;
  overflow: visible;
}

.artist-carousel.show-all .artist-track {
  display: contents;
  width: auto;
  animation: none;
  will-change: auto;
}

.artist-carousel.show-all .artist-card {
  width: 100%;
  min-width: 0;
}

.artist-carousel.show-all .artist-card[data-carousel-clone="true"] {
  display: none;
}

@keyframes artist-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - clamp(6px, 0.775vw, 10px)), 0, 0);
  }
}

.artist-card {
  position: relative;
  flex: 0 0 clamp(190px, 18vw, 260px);
  width: clamp(190px, 18vw, 260px);
  min-width: 190px;
  aspect-ratio: 0.72;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--paper-2);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  isolation: isolate;
}

.artist-card img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 300ms ease;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.artist-card:hover img,
.artist-card:focus-visible img {
  transform: scale(1.04);
}

.artist-card:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.artist-card-name {
  position: absolute;
  inset: auto 15px 15px 17px;
  z-index: 5;
  display: block;
  max-width: calc(100% - 32px);
  padding: 6px 7px;
  background: rgba(248, 252, 244, 0.82);
  color: var(--ink);
  font-size: clamp(16px, 1.55vw, 25px);
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-wrap: balance;
  -webkit-text-stroke: 1px var(--ink);
}

.generated-card {
  background:
    linear-gradient(rgba(248, 252, 244, 0.42), rgba(248, 252, 244, 0.82)),
    var(--paper-2);
}

.poster-word,
.poster-letter,
.poster-portrait {
  position: absolute;
  z-index: 2;
  color: var(--ink);
  pointer-events: none;
}

.poster-word {
  left: 18px;
  top: 18px;
  font-size: clamp(24px, 3.1vw, 50px);
  font-weight: 900;
  line-height: 0.78;
  text-transform: uppercase;
}

.poster-letter {
  font-size: clamp(48px, 6.4vw, 96px);
  font-weight: 900;
  line-height: 0.78;
}

.letter-a {
  left: 22px;
  top: 28%;
}

.letter-b {
  right: 24px;
  top: 38%;
}

.letter-c {
  left: 22px;
  bottom: 23%;
}

.poster-portrait {
  inset: 22% 9% 20% 20%;
  z-index: 1;
  border-radius: 48% 52% 44% 56% / 58% 42% 58% 42%;
  background:
    repeating-radial-gradient(
      closest-side at 52% 42%,
      rgba(23, 61, 23, 0.28) 0 1px,
      transparent 2px 5px
    ),
    linear-gradient(135deg, rgba(23, 61, 23, 0.18), rgba(237, 245, 232, 0.8));
  opacity: 0.68;
  filter: contrast(1.25);
  overflow: hidden;
}

.poster-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(0.18) saturate(0.82) contrast(1.06);
  mix-blend-mode: multiply;
}

.portrait-alt {
  border-radius: 38% 62% 54% 46% / 42% 62% 38% 58%;
  background:
    repeating-linear-gradient(28deg, rgba(23, 61, 23, 0.24) 0 1px, transparent 2px 7px),
    linear-gradient(140deg, rgba(237, 245, 232, 0.88), rgba(23, 61, 23, 0.18));
}

.portrait-map {
  background:
    repeating-radial-gradient(
      closest-side at 42% 48%,
      transparent 0 12px,
      rgba(23, 61, 23, 0.26) 13px 14px,
      transparent 15px 22px
    );
}

.portrait-lines {
  background:
    repeating-linear-gradient(95deg, rgba(23, 61, 23, 0.24) 0 1px, transparent 2px 8px),
    repeating-linear-gradient(8deg, transparent 0 10px, rgba(23, 61, 23, 0.16) 11px 12px);
}

.portrait-light {
  background:
    radial-gradient(circle at 34% 30%, rgba(241, 107, 63, 0.34), transparent 24%),
    radial-gradient(circle at 62% 58%, rgba(23, 61, 23, 0.26), transparent 32%),
    repeating-radial-gradient(closest-side, transparent 0 12px, rgba(23, 61, 23, 0.2) 13px 14px);
}

.artist-modal {
  width: min(1175px, calc(100% - 32px));
  height: min(950px, calc(100dvh - 32px));
  padding: 50px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}

.artist-modal::backdrop {
  background: rgba(16, 36, 16, 0.58);
  backdrop-filter: blur(8px);
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 10;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.modal-close:hover,
.modal-close:focus-visible {
  background: var(--ink);
  color: var(--paper);
  outline: none;
}

.modal-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: clamp(42px, 4vw, 56px);
  height: clamp(58px, 6vw, 82px);
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper-2);
  cursor: pointer;
  font: inherit;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  line-height: 0.8;
  transform: translateY(-50%);
}

.modal-prev {
  left: 18px;
}

.modal-next {
  right: 18px;
}

.modal-nav:hover,
.modal-nav:focus-visible {
  background: var(--paper);
  color: var(--ink);
  outline: none;
}

.modal-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  height: 100%;
  overflow: hidden;
}

.modal-poster {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
}

.modal-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.artist-modal.no-poster .modal-layout {
  grid-template-columns: 1fr;
  min-height: 430px;
}

.artist-modal.no-poster .modal-poster {
  display: none;
}

.modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  min-height: 0;
  padding: clamp(24px, 4vw, 54px);
  padding-right: clamp(56px, 6vw, 92px);
  overflow-y: auto;
}

.modal-copy h2 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(36px, 4.8vw, 72px);
  line-height: 0.88;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.modal-role {
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 1.75vw, 23px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.modal-bio {
  margin: 0;
  padding-right: 12px;
  color: #365635;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.3;
}

.partner-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 40px);
}

.partner-strip a {
  flex: 0 0 100%;
  min-height: 150px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  text-decoration: none;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.partner-strip .partner-line-full {
  flex-basis: 100%;
  max-width: 100%;
}

.partner-strip .partner-line-marszalek-sub {
  min-height: 110px;
  justify-content: flex-start;
}

.partner-strip .partner-line-third {
  flex: 0 0 calc((100% - (2 * clamp(24px, 3vw, 40px))) / 3);
  width: calc((100% - (2 * clamp(24px, 3vw, 40px))) / 3);
  max-width: calc((100% - (2 * clamp(24px, 3vw, 40px))) / 3);
  min-height: 110px;
  justify-content: center;
}

.partner-strip .partner-line-third-small {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  justify-content: flex-start;
  min-height: 56px;
  align-items: flex-end;
}

.partner-strip .partner-line-third-small img {
  height: 54px;
  max-width: none;
}

.partner-strip .partner-line-third-small-first {
  margin-left: 15px;
}

.partner-strip .partner-line-zaiks-solo {
  min-height: 110px;
  justify-content: flex-start;
}

.partner-strip .partner-line-zaiks-solo img {
  height: 105px;
  max-width: min(100%, 176px);
}

.partner-strip a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 6px;
}

.partner-strip img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 150px;
  object-fit: contain;
}

.partner-logo-zaiks {
  max-width: min(100%, 252px);
}

.arrival-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3vw, 32px);
}

.arrival-copy {
  display: grid;
  gap: clamp(22px, 3vw, 32px);
}

.map-card {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(23, 61, 23, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(248, 252, 244, 0.94), rgba(237, 245, 232, 0.86));
  overflow: hidden;
}

.map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(
      circle at 82% 80%,
      transparent 0 10px,
      rgba(23, 61, 23, 0.05) 11px 12px
    );
  pointer-events: none;
  opacity: 0.7;
}

.map-card-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.map-card-kicker {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.map-card-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper-2);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.map-card-link:hover,
.map-card-link:focus-visible {
  background: var(--paper-2);
  color: var(--ink);
  outline: none;
}

.map-embed-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2.2 / 1;
  border: 1px solid var(--ink);
  background: var(--paper-2);
  overflow: hidden;
}

.map-embed-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.7) hue-rotate(-12deg) contrast(0.96);
}

address {
  min-height: 210px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper-2);
  font-style: normal;
  font-size: clamp(17px, 1.62vw, 23px);
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-wrap: balance;
  hyphens: auto;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 3.4vw, 50px);
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  html,
  body {
    min-width: 0;
    overflow-x: hidden;
  }

  .artist-modal {
    width: calc(100% - 12px);
    height: calc(100dvh - 12px);
    padding: 12px;
  }

  .site-header {
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 0;
  }

  .brand {
    min-width: 42%;
    min-height: 40px;
    padding: 7px 13px;
  }

  .brand img {
    width: min(90px, 24vw);
  }

  .nav {
    flex: 1 1 58%;
    max-width: none;
    flex-wrap: wrap;
    justify-content: stretch;
    min-height: 0;
  }

  .nav a {
    flex: 1 1 50%;
    min-height: 22px;
    padding: 5px 7px;
    border-right: 1px solid rgba(237, 245, 232, 0.28);
    border-bottom: 1px solid rgba(237, 245, 232, 0.28);
    font-size: 10px;
  }

  .a11y-trigger {
    width: 54px;
    height: 54px;
  }

  .a11y-trigger svg {
    width: 54px;
    height: 54px;
  }

  .a11y-tools {
    right: 10px;
    bottom: 10px;
  }

  .a11y-panel {
    right: 0;
    left: auto;
    bottom: calc(100% + 8px);
    width: min(280px, calc(100vw - 20px));
  }

  .hero {
    min-height: 88vh;
    padding-top: 84px;
    align-items: end;
  }

  .hero-pdf-base {
    width: 220vw;
    left: 52%;
    top: 43%;
    opacity: 0.78;
  }

  .hero-map {
    width: 190vw;
    left: 50%;
    top: 46%;
    opacity: 0.24;
  }

  .hero-copy {
    width: min(100%, 420px);
    padding: 13px 14px;
  }

  .hero-etching {
    opacity: 0.22;
  }

  .hero-etching-ear {
    right: -22vw;
    top: 24vh;
    width: 72vw;
  }

  .hero-etching-map {
    right: -48vw;
    bottom: 5vh;
    width: 110vw;
  }

  .hero-etching-field {
    left: -42vw;
    bottom: 7vh;
    width: 98vw;
  }

  .date-mark {
    right: 20px;
    top: 31vh;
    font-size: clamp(26px, 9vw, 48px);
    opacity: 0.72;
  }

  .section-grid,
  .arrival-grid {
    grid-template-columns: 1fr;
  }

  .section-grid {
    scroll-margin-top: 118px;
    gap: 18px;
    padding: 72px 0;
  }

  .intro-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .intro-lead {
    margin-bottom: 18px;
    font-size: clamp(20px, 6vw, 28px);
  }

  .intro-body {
    gap: 14px;
  }

  .intro-closing {
    margin-top: 22px;
    font-size: clamp(16px, 4.8vw, 22px);
  }

  .etching-collage {
    width: min(100% - 24px, 680px);
    padding-block: 64px;
  }

  .collage-stage {
    display: grid;
    gap: 12px;
    min-height: 0;
    padding: 12px;
    overflow: visible;
  }

  .collage-stage::before,
  .collage-stage::after {
    display: none;
  }

  .etching-blob,
  .collage-panel {
    position: relative;
    inset: auto;
    width: 100%;
    transform: translate3d(var(--mx, 0), var(--my, 0), 0);
  }

  .blob-building,
  .blob-field,
  .blob-ear,
  .blob-road {
    width: 100%;
  }

  .blob-building {
    aspect-ratio: 1.35;
  }

  .blob-field {
    aspect-ratio: 1.45;
  }

  .blob-ear {
    aspect-ratio: 1.2;
  }

  .blob-road {
    aspect-ratio: 1;
  }

  .collage-panel {
    order: -1;
    padding: 22px;
  }

  .collage-panel h2 {
    font-size: clamp(30px, 10vw, 54px);
  }

  .collage-letter {
    z-index: 5;
    opacity: 0.96;
  }

  .letter-p {
    left: 4px;
    bottom: 43%;
  }

  .letter-o {
    right: 10px;
    top: 25%;
  }

  .letter-l {
    right: 14px;
    bottom: 19%;
  }

  .letter-a2 {
    left: 9px;
    bottom: 2%;
  }

.partner-strip {
    justify-content: flex-start;
    gap: 18px;
  }

  .partner-strip a {
    min-height: 0;
    max-width: 100%;
  }

  .partner-strip .partner-line-third {
    flex-basis: calc((100% - 36px) / 3);
    width: calc((100% - 36px) / 3);
    max-width: calc((100% - 36px) / 3);
  }

  .partner-strip img {
    max-width: min(100%, calc(100vw - 48px));
    height: clamp(64px, 16vw, 110px);
  }

  .partner-logo-zaiks {
    max-width: min(calc(100vw - 48px), 196px);
  }

  .program-item summary {
    grid-template-columns: minmax(70px, 0.28fr) minmax(0, 1fr) 32px;
    gap: 12px;
    padding: 24px 0;
  }

  .program-toggle {
    width: 30px;
    height: 30px;
  }

  .program-details {
    grid-template-columns: minmax(70px, 0.28fr) minmax(0, 1fr) 32px;
    gap: 12px;
    padding-bottom: 26px;
  }

  .program-details > * {
    grid-column: 1 / -1;
  }

  .artist-view-toggle {
    justify-content: stretch;
    width: min(var(--max), calc(100% - 36px));
  }

  .artist-groups {
    width: min(var(--max), calc(100% - 36px));
  }

  .artist-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .team-grid {
    width: min(var(--max), calc(100% - 36px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-intro {
    width: min(100%, calc(100% - 12px));
    margin-bottom: 18px;
  }

  .team-card-button {
    aspect-ratio: 0.76;
  }

  .team-card-name {
    inset: auto 12px 12px 14px;
    max-width: calc(100% - 26px);
    padding: 6px 7px;
    font-size: clamp(15px, 4.8vw, 24px);
    line-height: 0.94;
  }

  .map-card-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-card-link {
    width: 100%;
    justify-content: center;
  }

  .map-embed-frame {
    aspect-ratio: 1 / 1;
  }

  .view-toggle {
    flex: 1;
    min-height: 34px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .artist-carousel {
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
    overflow: visible;
    padding-inline: 0;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .artist-marquee {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
  }

  .artist-marquee::-webkit-scrollbar {
    display: none;
  }

  .artist-track {
    display: flex;
    gap: 12px;
    width: max-content;
    max-width: none;
    animation: none;
    will-change: auto;
    padding-inline: 6px;
  }

  .artist-marquee-slow .artist-track {
    animation-direction: normal;
  }

  .artist-carousel.show-all {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .artist-carousel.show-all .artist-marquee {
    display: contents;
    overflow: visible;
  }

  .artist-carousel.show-all .artist-track {
    display: contents;
  }

  .artist-card {
    flex-basis: clamp(170px, 54vw, 230px);
    width: clamp(170px, 54vw, 230px);
    min-width: 170px;
    aspect-ratio: 0.76;
    scroll-snap-align: start;
  }

  .artist-card-name {
    inset: auto 12px 12px 14px;
    max-width: calc(100% - 26px);
    padding: 6px 7px;
    font-size: clamp(15px, 4.8vw, 24px);
    line-height: 0.94;
  }

  .modal-layout {
    grid-template-columns: 1fr;
    height: auto;
    gap: 0;
    overflow: visible;
  }

  .modal-poster {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 auto;
    height: auto;
    max-height: none;
    overflow: visible;
    padding-top: 34px;
  }

  .modal-poster img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center top;
  }

  .modal-copy {
    gap: 10px;
    padding: 16px 10px 10px;
    overflow: visible;
  }

  .modal-copy h2 {
    max-width: none;
    font-size: clamp(28px, 9vw, 44px);
    line-height: 0.9;
  }

  .modal-role {
    font-size: clamp(14px, 4.2vw, 18px);
    line-height: 1;
  }

  .modal-bio {
    padding-right: 6px;
    font-size: clamp(14px, 4.1vw, 18px);
    line-height: 1.24;
  }

  .artist-modal {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .modal-close {
    right: 12px;
    top: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .modal-nav {
    width: 38px;
    height: 52px;
    font-size: 34px;
  }

  .modal-prev {
    left: 12px;
    top: min(24vh, 180px);
    transform: translateY(-50%);
  }

  .modal-next {
    right: 12px;
    top: min(24vh, 180px);
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .motion-layer,
  .hero-map,
  .date-mark,
  .contours {
    transform: none !important;
  }
}

html.a11y-text-large .nav a,
html.a11y-text-small .nav a {
  font-size: calc(clamp(10px, 0.76vw, 13px) * var(--a11y-text-scale));
}

html.a11y-text-large .kicker,
html.a11y-text-large .section-label,
html.a11y-text-large .intro-kicker,
html.a11y-text-large .intro-note-label,
html.a11y-text-large .intro-note summary,
html.a11y-text-large .program-meta,
html.a11y-text-large .map-card-kicker,
html.a11y-text-large .map-card-link,
html.a11y-text-large .footer,
html.a11y-text-small .kicker,
html.a11y-text-small .section-label,
html.a11y-text-small .intro-kicker,
html.a11y-text-small .intro-note-label,
html.a11y-text-small .intro-note summary,
html.a11y-text-small .program-meta,
html.a11y-text-small .map-card-kicker,
html.a11y-text-small .map-card-link,
html.a11y-text-small .footer {
  font-size: calc(clamp(12px, 0.95vw, 14px) * var(--a11y-text-scale));
}

html.a11y-text-large h1,
html.a11y-text-small h1 {
  font-size: calc(clamp(54px, 8.5vw, 118px) * var(--a11y-text-scale));
}

html.a11y-text-large .lead,
html.a11y-text-small .lead {
  font-size: calc(clamp(15px, 1.24vw, 18px) * var(--a11y-text-scale));
}

html.a11y-text-large .section-main h2,
html.a11y-text-large .artist-group-header h2,
html.a11y-text-small .section-main h2,
html.a11y-text-small .artist-group-header h2 {
  font-size: calc(clamp(30px, 4.2vw, 62px) * var(--a11y-text-scale));
}

html.a11y-text-large .section-main p,
html.a11y-text-large .intro-lead,
html.a11y-text-large .intro-closing,
html.a11y-text-large .intro-note-value,
html.a11y-text-large .intro-note p,
html.a11y-text-large .timeline p,
html.a11y-text-large .team-intro p,
html.a11y-text-large .arrival-copy p,
html.a11y-text-small .section-main p,
html.a11y-text-small .intro-lead,
html.a11y-text-small .intro-closing,
html.a11y-text-small .intro-note-value,
html.a11y-text-small .intro-note p,
html.a11y-text-small .timeline p,
html.a11y-text-small .team-intro p,
html.a11y-text-small .arrival-copy p {
  font-size: calc(clamp(16px, 1.42vw, 21px) * var(--a11y-text-scale));
}

html.a11y-text-large .program-time,
html.a11y-text-small .program-time {
  font-size: calc(clamp(24px, 3vw, 43px) * var(--a11y-text-scale));
}

html.a11y-text-large .program-title,
html.a11y-text-small .program-title {
  font-size: calc(clamp(21px, 2.15vw, 32px) * var(--a11y-text-scale));
}

html.a11y-text-large .artist-card-name,
html.a11y-text-large .team-card-name,
html.a11y-text-small .artist-card-name,
html.a11y-text-small .team-card-name {
  font-size: calc(clamp(16px, 1.55vw, 25px) * var(--a11y-text-scale));
}

html.a11y-text-large .modal-copy h2,
html.a11y-text-small .modal-copy h2 {
  font-size: calc(clamp(36px, 4.8vw, 72px) * var(--a11y-text-scale));
}

html.a11y-text-large .modal-role,
html.a11y-text-small .modal-role {
  font-size: calc(clamp(16px, 1.75vw, 23px) * var(--a11y-text-scale));
}

html.a11y-text-large .modal-bio,
html.a11y-text-small .modal-bio {
  font-size: calc(clamp(16px, 1.35vw, 20px) * var(--a11y-text-scale));
}

@media (max-width: 820px) {
  html.a11y-text-large .nav a,
  html.a11y-text-small .nav a {
    font-size: calc(clamp(11px, 3.2vw, 13px) * var(--a11y-text-scale));
  }

  html.a11y-text-large h1,
  html.a11y-text-small h1 {
    font-size: calc(clamp(30px, 10vw, 54px) * var(--a11y-text-scale));
  }

  html.a11y-text-large .lead,
  html.a11y-text-small .lead {
    font-size: calc(clamp(16px, 5vw, 22px) * var(--a11y-text-scale));
  }

  html.a11y-text-large .section-main h2,
  html.a11y-text-large .artist-group-header h2,
  html.a11y-text-small .section-main h2,
  html.a11y-text-small .artist-group-header h2 {
    font-size: calc(clamp(26px, 9vw, 48px) * var(--a11y-text-scale));
  }

  html.a11y-text-large .section-main p,
  html.a11y-text-large .intro-lead,
  html.a11y-text-large .intro-closing,
  html.a11y-text-large .intro-note-value,
  html.a11y-text-large .intro-note p,
  html.a11y-text-large .timeline p,
  html.a11y-text-large .team-intro p,
  html.a11y-text-large .arrival-copy p,
  html.a11y-text-large .modal-bio,
  html.a11y-text-small .section-main p,
  html.a11y-text-small .intro-lead,
  html.a11y-text-small .intro-closing,
  html.a11y-text-small .intro-note-value,
  html.a11y-text-small .intro-note p,
  html.a11y-text-small .timeline p,
  html.a11y-text-small .team-intro p,
  html.a11y-text-small .arrival-copy p,
  html.a11y-text-small .modal-bio {
    font-size: calc(clamp(14px, 4.1vw, 18px) * var(--a11y-text-scale));
  }

  html.a11y-text-large .program-time,
  html.a11y-text-small .program-time {
    font-size: calc(clamp(20px, 6vw, 28px) * var(--a11y-text-scale));
  }

  html.a11y-text-large .program-title,
  html.a11y-text-small .program-title {
    font-size: calc(clamp(17px, 1.62vw, 23px) * var(--a11y-text-scale));
  }

  html.a11y-text-large .artist-card-name,
  html.a11y-text-large .team-card-name,
  html.a11y-text-small .artist-card-name,
  html.a11y-text-small .team-card-name {
    font-size: calc(clamp(15px, 4.8vw, 24px) * var(--a11y-text-scale));
  }

  html.a11y-text-large .modal-copy h2,
  html.a11y-text-small .modal-copy h2 {
    font-size: calc(clamp(28px, 9vw, 44px) * var(--a11y-text-scale));
  }

  html.a11y-text-large .modal-role,
  html.a11y-text-small .modal-role {
    font-size: calc(clamp(14px, 4.2vw, 18px) * var(--a11y-text-scale));
  }
}
