:root {
  --bg: #333333;
  --deep: #292929;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.62);
  --line: rgba(255, 255, 255, 0.18);
  --header: 92px;
  --gutter: clamp(22px, 4vw, 68px);
  --font-gotham: "Gotham", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--white); background: var(--bg); font: 300 1rem/1.5 var(--font-gotham); }
body.menu-open, body.modal-open { overflow: hidden; }
::selection { color: var(--bg); background: var(--white); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.page-loader { position: fixed; z-index: 9999; inset: 0; display: grid; place-content: center; gap: 22px; background: #2b2b2b; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; transition: opacity .7s, visibility .7s; }
.page-loader.is-hidden { visibility: hidden; opacity: 0; }
.page-loader__line { position: relative; width: 220px; height: 1px; overflow: hidden; background: #ffffff33; }
.page-loader__line::after { position: absolute; inset: 0; content: ""; background: white; transform: translateX(-100%); animation: load 1.4s cubic-bezier(.76,0,.24,1) forwards; }
@keyframes load { to { transform: translateX(0); } }
.scroll-progress { position: fixed; z-index: 1001; top: 0; left: 0; width: 0; height: 2px; background: white; }

.site-header { position: absolute; z-index: 1000; top: 0; left: 0; display: grid; grid-template-columns: minmax(240px,1fr) auto minmax(240px,1fr); align-items: center; width: 100%; height: var(--header); padding: 0 var(--gutter); border-bottom: 1px solid #ffffff33; }
.site-header.is-fixed { position: fixed; height: 74px; background: #333333eb; backdrop-filter: blur(16px); animation: header-in .4s; }
@keyframes header-in { from { transform: translateY(-100%); } }
.brand { width: clamp(200px,20vw,330px); }
.desktop-nav { display: flex; gap: clamp(16px,1.8vw,34px); }
.desktop-nav a { position: relative; padding: 8px 0; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; justify-self: end; align-items: center; gap: 12px; padding: 8px; border: 0; background: none; cursor: pointer; }
.menu-toggle__label { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.menu-toggle__icon { position: relative; width: 28px; height: 16px; }
.menu-toggle__icon i { position: absolute; right: 0; width: 28px; height: 1px; background: white; transition: .3s; }
.menu-toggle__icon i:first-child { top: 3px; } .menu-toggle__icon i:last-child { top: 12px; }
.menu-open .menu-toggle__icon i:first-child { top: 8px; transform: rotate(45deg); }
.menu-open .menu-toggle__icon i:last-child { top: 8px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 999; inset: 0; display: flex; visibility: hidden; flex-direction: column; justify-content: flex-start; overflow-y: auto; padding: calc(var(--header) + 30px) var(--gutter) 40px; opacity: 0; background: var(--deep); transform: translateY(-20px); transition: .45s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; gap: 24px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line); font: 300 clamp(36px,9vw,64px)/1 var(--font-gotham); letter-spacing: -.05em; }
.mobile-menu nav span { color: var(--muted); font: 400 10px var(--font-gotham); letter-spacing: .1em; }
.mobile-menu > p { margin: 32px 0 0; color: var(--muted); font-size: 13px; }

.hero { position: relative; display: flex; min-height: 100svh; overflow: hidden; padding: calc(var(--header) + 40px) var(--gutter) 44px; }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; animation: hero-zoom 13s ease-out both; }
@keyframes hero-zoom { from { transform: scale(1.08); } }
.hero__shade { background: linear-gradient(180deg,#1414147a 0%,#14141414 45%,#141414ad 100%),linear-gradient(90deg,#1414144d,transparent 60%); }
.hero__eyebrow { position: absolute; z-index: 1; top: calc(var(--header) + 42px); right: var(--gutter); display: flex; gap: 12px; align-items: center; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.hero__eyebrow span:first-child { padding: 8px 12px; border: 1px solid #ffffff73; border-radius: 99px; }
.hero__content { position: relative; z-index: 1; align-self: flex-end; width: 100%; padding-bottom: clamp(60px,7vh,100px); }
.hero h1 { max-width: 1120px; margin: 0; font: 300 clamp(58px,9vw,154px)/.86 var(--font-gotham); letter-spacing: -.075em; }
.hero h1 em { display: inline-block; margin-left: clamp(0px,8vw,140px); font-family: var(--font-gotham); font-weight: 300; }
.hero__footer { display: flex; justify-content: space-between; align-items: flex-end; max-width: 980px; margin-top: clamp(35px,5vh,70px); }
.hero__footer p { max-width: 470px; margin: 0; color: #ffffffd1; font-size: clamp(15px,1.2vw,19px); }
.round-button { display: flex; flex-shrink: 0; flex-direction: column; justify-content: center; align-items: center; gap: 9px; width: 112px; height: 112px; border: 1px solid #ffffffa6; border-radius: 50%; background: #33333333; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(5px); cursor: pointer; transition: .35s; }
.round-button:hover { color: var(--bg); background: white; transform: scale(1.05); }
.play-icon { display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid currentColor; }
.scroll-cue { position: absolute; z-index: 1; right: var(--gutter); bottom: 44px; display: flex; gap: 15px; align-items: center; font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue svg { width: 14px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.3; animation: arrow 1.8s ease-in-out infinite; }
@keyframes arrow { 50% { transform: translateY(6px); } }
.hero__index { position: absolute; z-index: 1; bottom: 46px; left: var(--gutter); color: #ffffff8c; font-size: 9px; letter-spacing: .15em; }

.section { padding: clamp(100px,11vw,180px) var(--gutter); }
.section-label { display: flex; gap: 18px; align-items: center; margin-bottom: clamp(60px,8vw,120px); font-size: 10px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.section-label::after { width: min(220px,22vw); height: 1px; content: ""; background: var(--line); }
.section-label span { color: var(--muted); } .section-label p { margin: 0; }
.display-title { margin: 0; font: 300 clamp(48px,7.5vw,122px)/.95 var(--font-gotham); letter-spacing: -.065em; }
.display-title span { font-family: var(--font-gotham); font-weight: 300; }
.history-title__mobile-break { display: none; }
.film__intro { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(280px,.72fr); gap: clamp(50px,10vw,170px); align-items: end; }
.film__copy p { margin: 0; color: var(--muted); font-size: 15px; }
.film__copy .lead { margin-bottom: 28px; color: white; font-size: clamp(19px,1.5vw,24px); line-height: 1.45; }
.trailer-panel { margin-top: clamp(80px,11vw,160px); }
.trailer-panel__button { position: relative; display: block; width: 100%; aspect-ratio: 16/7.5; overflow: hidden; padding: 0; border: 0; background: #222; cursor: pointer; }
.trailer-panel__button img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.trailer-panel__button:hover img { transform: scale(1.04); }
.trailer-panel__overlay { position: absolute; inset: 0; background: #14141447; transition: .4s; }
.trailer-panel__button:hover .trailer-panel__overlay { background: #1414141f; }
.trailer-panel__play { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; gap: 14px; align-items: center; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; transform: translate(-50%,-50%); }
.trailer-panel__play i { display: grid; place-items: center; width: 96px; height: 96px; border: 1px solid white; border-radius: 50%; }
.trailer-panel__meta { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.trailer-panel__meta a { color: white; }
.film__facts { display: grid; grid-template-columns: repeat(3,1fr); margin-top: clamp(90px,12vw,180px); border-top: 1px solid var(--line); }
.fact { min-height: 280px; padding: 38px 35px; border-right: 1px solid var(--line); }
.fact:last-child { border: 0; }
.fact__number { font: 300 clamp(72px,8vw,128px)/1 var(--font-gotham); letter-spacing: -.07em; }
.fact p { max-width: 220px; margin: 55px 0 0; color: var(--muted); font-size: 13px; }
.municipalities { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: clamp(80px,10vw,150px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.municipality { min-width: 0; padding: clamp(30px,3vw,52px) clamp(16px,2vw,32px) 28px; border-right: 1px solid var(--line); }
.municipality:last-child { border-right: 0; }
.municipality__link { display: block; }
.municipality__link:focus-visible { outline: 1px solid var(--white); outline-offset: 8px; }
.municipality__map { position: relative; display: grid; place-items: center; aspect-ratio: 1/1.05; }
.municipality__outline { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .92; }
.municipality__logo { position: relative; z-index: 1; width: clamp(68px,6.2vw,104px); height: clamp(68px,6.2vw,104px); padding: clamp(9px,1vw,15px); border: 1px solid var(--white); border-radius: 50%; background: rgba(51,51,51,.72); object-fit: contain; filter: drop-shadow(0 5px 12px rgba(0,0,0,.25)); transition: transform .4s ease,background .4s ease; }
.municipality:hover .municipality__logo { transform: scale(1.08); }
.municipality__label { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.municipality__label span { color: var(--muted); font-size: 8px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.municipality__label h3 { display: flex; justify-content: space-between; gap: 10px; margin: 8px 0 0; overflow-wrap: anywhere; font: 400 clamp(17px,1.5vw,24px)/1.1 var(--font-gotham); letter-spacing: -.035em; }
.municipality__label h3::after { content: "↗"; flex-shrink: 0; color: var(--muted); font-size: .7em; transition: transform .3s ease; }
.municipality:hover .municipality__label h3::after { transform: translate(3px,-3px); }
.municipalities__source { margin: 14px 0 0; color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .06em; text-align: right; }

.history,.screening-dates { background: var(--deep); }
.person { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.person i { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: white; font: 500 9px/1 var(--font-gotham); letter-spacing: .04em; box-shadow: 0 0 0 1px rgba(255,255,255,.15); }
.person--marco i { background: #4b98c0; }
.person--werner i { background: #ad8b60; }
.person--heinz i { background: #bd0926; }
.person--helmuth i { background: #6b8e24; }
.timeline { margin-top: clamp(75px,9vw,135px); }
.timeline-group { display: grid; grid-template-columns: minmax(230px,.58fr) minmax(0,1.42fr); gap: clamp(45px,8vw,130px); padding-bottom: clamp(100px,12vw,175px); }
.timeline-group:last-child { padding-bottom: 0; }
.timeline-group__heading { position: sticky; top: 120px; align-self: start; }
.timeline-group__index { display: block; margin-bottom: 20px; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .15em; }
.timeline-group__heading h3 { margin: 0; font: 300 clamp(38px,4.2vw,68px)/1 var(--font-gotham); letter-spacing: -.055em; }
.timeline-group__items { position: relative; }
.timeline-group__items::before { position: absolute; top: 12px; bottom: 0; left: 8px; width: 1px; content: ""; background: var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 17px minmax(0,1fr); gap: clamp(28px,3vw,48px); padding-bottom: clamp(70px,8vw,115px); }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item__marker { position: relative; z-index: 1; width: 17px; height: 17px; margin-top: 5px; border: 4px solid var(--deep); border-radius: 50%; background: white; box-shadow: 0 0 0 1px rgba(255,255,255,.45); }
.timeline-item__content time,.timeline-item__type { display: block; margin: 0 0 14px; color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.timeline-item__content h4 { max-width: 850px; margin: 0; font: 300 clamp(31px,4vw,62px)/1.06 var(--font-gotham); letter-spacing: -.05em; }
.timeline-item__people { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 26px; }
.timeline-item__people .person i { width: 40px; height: 40px; }
.timeline-details { display: grid; margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.timeline-details li { display: grid; grid-template-columns: minmax(180px,.65fr) minmax(0,1.35fr); gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.timeline-details strong { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.timeline-details span { color: var(--muted); font-size: 14px; line-height: 1.6; }
.activity-markers { display: inline-flex; gap: 5px; align-items: center; margin-left: 9px; vertical-align: middle; }
.activity-marker { width: 9px; height: 9px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255,255,255,.16); }
.activity-marker--marco { background: #4b98c0; }
.activity-marker--werner { background: #ad8b60; }
.activity-marker--heinz { background: #bd0926; }
.activity-marker--helmuth { background: #6b8e24; }
.timeline-details__highlight { margin-top: 12px; padding: 25px!important; border: 1px solid var(--line)!important; background: rgba(255,255,255,.035); }
.timeline-details--tasks li { position: relative; display: block; padding-left: 24px; }
.timeline-details--tasks li::before { position: absolute; top: 27px; left: 2px; width: 6px; height: 6px; content: ""; border-radius: 50%; background: white; }
.document-links { display: grid; margin-top: 38px; border-top: 1px solid var(--line); }
.document-link { display: grid; grid-template-columns: minmax(125px,.38fr) minmax(0,1fr) auto auto; gap: clamp(18px,3vw,42px); align-items: center; min-height: 86px; padding: 18px 0; border-bottom: 1px solid var(--line); transition: padding .3s ease,background .3s ease; }
.document-link:hover { padding-inline: 16px; background: rgba(255,255,255,.04); }
.timeline-item__content .document-link time { margin: 0; color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.document-link__title { font-size: clamp(16px,1.5vw,22px); line-height: 1.3; letter-spacing: -.02em; }
.document-link__type { color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .15em; }
.document-link__arrow { font-size: 18px; transition: transform .3s ease; }
.document-link:hover .document-link__arrow { transform: translate(3px,-3px); }
.history-gallery { display: block; width: 100%; margin-top: 38px; padding: 0; overflow: hidden; border: 1px solid var(--line); color: white; background: rgba(255,255,255,.025); text-align: left; cursor: pointer; transition: background .35s ease; }
.history-gallery:hover { background: rgba(255,255,255,.065); }
.history-gallery__preview { display: grid; grid-template-columns: repeat(3,1fr); height: clamp(130px,14vw,220px); overflow: hidden; }
.history-gallery__preview img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.55); transition: filter .45s ease,transform .65s cubic-bezier(.16,1,.3,1); }
.history-gallery:hover .history-gallery__preview img { filter: grayscale(0); transform: scale(1.025); }
.history-gallery__meta { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; }
.history-gallery__meta > span { display: grid; gap: 5px; }
.history-gallery__meta strong { font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.history-gallery__meta small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.history-gallery__meta i { font-size: 19px; font-style: normal; transition: transform .3s ease; }
.history-gallery:hover .history-gallery__meta i { transform: translate(3px,-3px); }
.history-gallery--screening { margin-top: 24px; }
.history-gallery--screening .history-gallery__preview { height: clamp(90px,9vw,135px); }
.history-gallery--screening .history-gallery__preview:has(img:only-child) { grid-template-columns: 1fr; }
.history-gallery--screening .history-gallery__preview:has(img:first-child:nth-last-child(2)) { grid-template-columns: repeat(2,1fr); }
.history-gallery--screening .history-gallery__meta { padding: 14px 16px; }
.history-gallery--poster .history-gallery__preview { height: clamp(160px,18vw,260px); background: rgba(0,0,0,.18); }
.history-gallery--poster .history-gallery__preview img { padding: 12px; object-fit: contain; }
.screening-links { display: grid; margin-top: 20px; border-top: 1px solid var(--line); }
.screening-links > p { margin: 0; padding: 16px 0 10px; color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.screening-links a { display: flex; justify-content: space-between; gap: 18px; align-items: center; min-height: 48px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.45; transition: padding .3s ease,background .3s ease; }
.screening-links a:hover { padding-inline: 10px; background: rgba(255,255,255,.04); }
.screening-links a span { overflow-wrap: anywhere; }
.screening-links a i { flex: 0 0 auto; font-size: 15px; font-style: normal; transition: transform .3s ease; }
.screening-links a:hover i { transform: translate(3px,-3px); }
.screenings { margin-top: clamp(55px,7vw,90px); padding-left: clamp(22px,3vw,46px); border-left: 1px solid var(--line); }
.screenings__heading { margin-bottom: 32px; }
.screenings__heading h5 { margin: 0; font: 300 clamp(27px,3vw,46px)/1 var(--font-gotham); letter-spacing: -.045em; }
.screenings__list { display: grid; gap: 18px; }
.screening { display: grid; grid-template-columns: clamp(112px,11vw,148px) minmax(0,1fr) clamp(72px,7vw,98px); gap: clamp(24px,3vw,42px); align-items: center; padding: clamp(22px,2.5vw,34px); border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.screening-month--preview .screening { grid-template-columns: clamp(112px,11vw,148px) minmax(0,1fr) minmax(156px,208px); }
.screenings--pause .screening { grid-template-columns: clamp(112px,11vw,148px) minmax(0,1fr); }
.screening-dates__content { margin-top: clamp(75px,9vw,135px); }
.screening-month { display: grid; grid-template-columns: minmax(230px,.58fr) minmax(0,1.42fr); gap: clamp(45px,8vw,130px); padding-bottom: clamp(70px,9vw,120px); }
.screening-month:last-child { padding-bottom: 0; }
.screening-month__heading { position: sticky; top: 120px; align-self: start; }
.screening-month__heading h3 { margin: 0; font: 300 clamp(38px,4.2vw,68px)/1 var(--font-gotham); letter-spacing: -.055em; }
.screening-month__items { position: relative; display: grid; gap: 18px; padding-left: clamp(22px,3vw,46px); }
.screening-month__items::before { position: absolute; top: 12px; bottom: 0; left: 8px; width: 1px; content: ""; background: var(--line); }
.screening__date { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; aspect-ratio: 1; margin: 0; border-radius: 14px; color: #000; background: white; text-align: center; text-transform: uppercase; }
.screening__date strong,.screening__date span,.screening__date small { display: block; color: #000; text-align: center; }
.screening__date strong { font: 300 clamp(34px,4vw,54px)/.9 var(--font-gotham); letter-spacing: -.06em; }
.screening__date span { margin-top: 8px; font-size: 11px; font-weight: 500; letter-spacing: .12em; }
.screening__date small { margin-top: 3px; font-size: 9px; font-weight: 500; letter-spacing: .15em; }
.screening h6 { margin: 0; font: 400 clamp(20px,2.2vw,31px)/1.15 var(--font-gotham); letter-spacing: -.035em; }
.screening__content > p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.screening .timeline-item__people { margin-top: 22px; }
.screening__logos { display: grid; grid-auto-flow: column; gap: 12px; justify-content: end; }
.screening__municipality { display: grid; place-items: center; justify-self: end; width: clamp(72px,7vw,98px); height: clamp(72px,7vw,98px); overflow: hidden; padding: clamp(9px,1vw,14px); border: 2px solid white; border-radius: 50%; background: white; }
.screening__municipality a { display: grid; width: 100%; height: 100%; place-items: center; }
.screening__municipality img { width: 100%; height: 100%; object-fit: contain; }
.screening__municipality--niederkruechten { background: #078dca; }
.screening__municipality--historical { padding: 5px; background: #dedede; }
.screening__municipality--luettelforst { padding: 3px; border-color: #b8ab69; }

.companion { color: var(--bg); background: #f1f0ed; }
.companion .section-label::after { background: rgba(51,51,51,.2); }
.companion .section-label span,.companion .section-heading > p { color: rgba(51,51,51,.62); }
.companion-note { display: grid; grid-template-columns: minmax(150px,.32fr) minmax(0,1fr); gap: clamp(20px,4vw,60px); margin-top: clamp(42px,6vw,80px); padding: 22px 0; border-top: 1px solid rgba(51,51,51,.22); border-bottom: 1px solid rgba(51,51,51,.22); }
.companion-note span { color: rgba(51,51,51,.58); font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.companion-note p { max-width: 760px; margin: 0; color: rgba(51,51,51,.72); font-size: 15px; line-height: 1.65; }
.companion__grid { display: grid; gap: clamp(80px,10vw,150px); margin-top: clamp(75px,9vw,135px); }
.companion-card { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: clamp(45px,7vw,115px); align-items: center; }
.companion-card--reverse { grid-template-columns: minmax(320px,.75fr) minmax(0,1.25fr); }
.companion-card--reverse .companion-card__image { grid-column: 2; }
.companion-card--reverse .companion-card__content { grid-row: 1; grid-column: 1; }
.companion-card__image { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #d6d6d4; }
.companion-card__image::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(51,51,51,.12); pointer-events: none; }
.companion-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.companion-card:hover .companion-card__image img { transform: scale(1.025); }
.companion-card__meta { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid rgba(51,51,51,.25); color: rgba(51,51,51,.58); font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.companion-card__content h3 { margin: 30px 0 17px; font: 300 clamp(35px,4vw,66px)/1 var(--font-gotham); letter-spacing: -.055em; }
.companion-card__subtitle { margin: -4px 0 25px!important; color: var(--bg)!important; font-size: clamp(17px,1.35vw,21px)!important; font-style: italic; }
.companion-card__content > p { margin: 0; color: rgba(51,51,51,.72); font-size: 15px; line-height: 1.7; }
.companion-card__facts { display: grid; gap: 0; margin: 35px 0 0; padding: 0; border-top: 1px solid rgba(51,51,51,.22); list-style: none; }
.companion-card__facts li { display: flex; gap: 15px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(51,51,51,.22); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.companion-card__facts li::before { width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--bg); }
.companion-sponsors { margin-top: clamp(90px,11vw,160px); padding-top: clamp(42px,6vw,78px); border-top: 1px solid rgba(51,51,51,.24); }
.companion-sponsors__heading { display: grid; grid-template-columns: minmax(180px,.4fr) minmax(0,1fr); gap: clamp(28px,6vw,95px); align-items: start; }
.companion-sponsors__heading > span,.companion-sponsors__featured span,.companion-sponsors__subheading span { color: rgba(51,51,51,.58); font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.companion-sponsors__heading h3 { max-width: 900px; margin: 0; font: 300 clamp(31px,4vw,62px)/1.06 var(--font-gotham); letter-spacing: -.05em; }
.companion-sponsors__heading p { max-width: 780px; margin: 24px 0 0; color: rgba(51,51,51,.72); font-size: clamp(17px,1.5vw,22px); line-height: 1.55; }
.companion-sponsors__featured { display: grid; grid-template-columns: minmax(180px,.4fr) minmax(0,1fr); gap: clamp(28px,6vw,95px); align-items: center; padding: clamp(30px,5vw,70px) 0; border-bottom: 1px solid rgba(51,51,51,.22); }
.companion-sponsors__featured img { width: min(100%,620px); max-height: 150px; object-fit: contain; object-position: left center; }
.companion-sponsors__subheading { display: grid; grid-template-columns: minmax(180px,.4fr) minmax(0,1fr); gap: clamp(28px,6vw,95px); align-items: start; padding: clamp(26px,4vw,48px) 0; border-bottom: 1px solid rgba(51,51,51,.22); }
.companion-sponsors__subheading h4 { max-width: 780px; margin: 0; font: 400 clamp(19px,2vw,29px)/1.25 var(--font-gotham); letter-spacing: -.03em; }
.companion-sponsors__logos { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid rgba(51,51,51,.22); }
.companion-sponsors__logos img { width: 100%; height: clamp(94px,10vw,150px); padding: clamp(24px,4vw,46px); border-right: 1px solid rgba(51,51,51,.18); border-bottom: 1px solid rgba(51,51,51,.18); object-fit: contain; opacity: .88; transition: opacity .3s ease,transform .3s ease; }
.companion-sponsors__logos img:nth-child(3n) { border-right: 0; }
.companion-sponsors__logos img:nth-last-child(-n+3) { border-bottom: 0; }
.companion-sponsors__logos img:hover { opacity: 1; transform: translateY(-2px); }

.quote-section { position: relative; display: grid; place-items: center; min-height: 78svh; overflow: hidden; padding: 100px var(--gutter); }
.quote-section__image { position: absolute; inset: 0; background: linear-gradient(#19191985,#191919ad),url("graphics/reise_venekotensee.jpg") center 60%/cover; background-attachment: fixed; }
.quote-section blockquote { position: relative; z-index: 1; max-width: 1050px; margin: 0; text-align: center; }
.quote-section blockquote p { margin: 0; font: 300 clamp(42px,6vw,94px)/1.05 var(--font-gotham); letter-spacing: -.045em; }
.quote-section cite { display: block; margin-top: 34px; color: var(--muted); font: 500 9px var(--font-gotham); letter-spacing: .18em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 60px; align-items: end; }
.section-heading > p { margin: 0 0 10px; color: var(--muted); font-size: 15px; }

.press { color: var(--bg); background: white; }
.press .section-label::after { background: #33333333; }
.press .section-label span,.press .section-heading > p { color: #333333a6; }
.press-list { margin-top: clamp(70px,9vw,130px); border-top: 1px solid #33333340; }
.press-row { display: grid; grid-template-columns: 60px 1fr 1.4fr 30px; gap: 24px; align-items: center; min-height: 110px; border-bottom: 1px solid #33333340; transition: .35s; }
.press-row:hover { padding-inline: 20px; background: #3333330d; }
.press-row__index { color: #33333380; font-size: 9px; }
.press-row__source { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.press-row__title { font: 400 clamp(19px,2vw,29px) var(--font-gotham); letter-spacing: -.03em; }
.press-row__arrow { font-size: 20px; }

.interview-guests { background: var(--deep); }
.interview-guests__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(45px,5vw,82px) clamp(20px,2.5vw,42px); margin-top: clamp(75px,9vw,135px); }
.interview-guest { min-width: 0; }
.interview-guest__portrait { aspect-ratio: 1; overflow: hidden; border: 1px solid var(--white); border-radius: 50%; background: var(--bg); }
.interview-guest__portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .5s ease,transform .7s cubic-bezier(.16,1,.3,1); }
.interview-guest:hover .interview-guest__portrait img { filter: grayscale(0); transform: scale(1.04); }
.interview-guest h3 { margin: 25px 0 13px; font: 400 clamp(18px,1.45vw,24px)/1.15 var(--font-gotham); letter-spacing: -.035em; }
.interview-guest p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.team__heading { max-width: 760px; }
.team__members { margin-top: clamp(75px,9vw,140px); }
.team-member { min-width: 0; }
.team-member--lead { display: grid; grid-template-columns: minmax(300px,560px) minmax(260px,500px); gap: clamp(45px,8vw,130px); align-items: center; }
.team-member__portrait { display: grid; place-items: center; width: min(100%,300px); aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: linear-gradient(145deg,#ffffff08,#ffffff1f),var(--deep); }
.team-member--lead .team-member__portrait { width: min(100%,560px); }
.team-member__portrait img { width: 100%; height: 100%; object-fit: cover; }
.team-member__portrait span { font: 300 clamp(48px,6vw,88px)/1 var(--font-gotham); letter-spacing: -.07em; }
.team-member__copy .eyebrow { margin: 0 0 22px; color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.team-member__copy h3 { margin: 0 0 22px; font: 300 clamp(29px,3.3vw,56px)/1.05 var(--font-gotham); letter-spacing: -.055em; }
.team-member__copy > p:last-child { max-width: 470px; margin: 0; color: var(--muted); font-size: 15px; }
.team-member__description { max-width: 540px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: clamp(15px,1.2vw,18px); line-height: 1.65; }
.team-member__roles { padding-top: 22px; border-top: 1px solid var(--line); line-height: 1.7; }
.team__support { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(28px,4vw,70px); margin-top: clamp(90px,11vw,170px); padding-top: clamp(50px,6vw,90px); border-top: 1px solid var(--line); }
.team__support .team-member__portrait { margin-bottom: 34px; }
.team__support .team-member__copy h3 { font-size: clamp(24px,2.3vw,36px); }
.team__support .team-member__description { margin-bottom: 26px; font-size: 14px; line-height: 1.6; }
.team__support .team-member__roles { padding-top: 17px; font-size: 13px; }

.distribution { color: var(--bg); background: var(--white); }
.distribution .section-label::after { background: rgba(51,51,51,.2); }
.distribution .section-label span { color: rgba(51,51,51,.55); }
.distribution__layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: clamp(60px,10vw,160px); align-items: start; }
.distribution__copy { padding-top: 10px; }
.distribution__copy > p { margin: 0 0 24px; color: rgba(51,51,51,.72); font-size: 16px; line-height: 1.7; }
.distribution__copy .distribution__lead { color: var(--bg); font-size: clamp(21px,1.8vw,29px); line-height: 1.45; letter-spacing: -.02em; }
.distribution__copy strong { font-weight: 500; }
.distribution__note { margin-top: 50px; padding: 28px 0; border-block: 1px solid rgba(51,51,51,.22); }
.distribution__note span { display: block; margin-bottom: 14px; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.distribution__note p { margin: 0; font-size: 15px; }
.distribution__mail { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 24px; padding: 15px 0; border-top: 1px solid rgba(51,51,51,.22); font-size: clamp(15px,1.3vw,19px); font-weight: 500; }
.distribution__mail span { margin: 0; font-size: 17px; letter-spacing: 0; transition: transform .3s ease; }
.distribution__mail:hover span { transform: translate(4px,-4px); }

.closing { position: relative; display: flex; min-height: 88svh; overflow: hidden; padding: clamp(90px,10vw,160px) var(--gutter); background: linear-gradient(#1e1e1e66,#1e1e1ed1),url("graphics/reise_venekotensee.jpg") center/cover; }
.closing__content { position: relative; z-index: 1; align-self: center; }
.closing__content p { margin: 0 0 50px; font: 300 clamp(43px,6.4vw,105px)/1.02 var(--font-gotham); letter-spacing: -.05em; }
.outline-button { display: inline-flex; gap: 70px; align-items: center; padding: 16px 20px; border: 1px solid #ffffff80; background: none; font-size: 10px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: .3s; }
.outline-button:hover { color: var(--bg); background: white; }
.closing > img { position: absolute; right: var(--gutter); bottom: 45px; width: min(58vw,850px); }
.legal { background: var(--deep); }
.legal__layout { display: grid; grid-template-columns: 1fr minmax(300px,.75fr); gap: clamp(60px,10vw,160px); align-items: start; }
.legal__copy { padding-top: 10px; }
.legal__copy .eyebrow { margin: 0 0 22px; color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.legal__copy h3 { margin: 0 0 24px; font: 300 clamp(30px,3.2vw,52px)/1 var(--font-gotham); letter-spacing: -.05em; }
.legal__copy > p { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.legal__copy a { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.45); }
.legal__copy .legal__notice { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: end; padding: 45px var(--gutter); background: var(--deep); font-size: 11px; }
.site-footer p { margin: 0; font-weight: 500; letter-spacing: .05em; }
.site-footer span { display: block; margin-top: 6px; color: var(--muted); }
.site-footer__links { display: flex; gap: 25px; font-size: 9px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.site-footer__copyright { justify-self: end; color: var(--muted); font-size: 9px; text-transform: uppercase; }

.trailer-modal { width: min(1200px,calc(100vw - 40px)); max-width: none; padding: 0; border: 1px solid #ffffff40; color: white; opacity: 0; background: #1e1e1e; transform: translateY(30px); transition: opacity .35s,transform .35s,overlay .35s allow-discrete,display .35s allow-discrete; }
.trailer-modal[open] { opacity: 1; transform: none; }
@starting-style { .trailer-modal[open] { opacity: 0; transform: translateY(30px); } }
.trailer-modal::backdrop { background: #0f0f0fe0; backdrop-filter: blur(8px); }
.trailer-modal__bar { display: flex; justify-content: space-between; align-items: center; min-height: 62px; padding: 0 22px; border-bottom: 1px solid var(--line); }
.trailer-modal__bar p,.trailer-modal__close { margin: 0; font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.trailer-modal__close { display: flex; gap: 13px; align-items: center; padding: 8px; border: 0; background: none; cursor: pointer; }
.trailer-modal__close i { position: relative; width: 16px; height: 16px; }
.trailer-modal__close i::before,.trailer-modal__close i::after { position: absolute; top: 8px; left: 0; width: 17px; height: 1px; content: ""; background: currentColor; transform: rotate(45deg); }
.trailer-modal__close i::after { transform: rotate(-45deg); }
.trailer-modal__video { aspect-ratio: 16/9; }
.trailer-modal iframe { width: 100%; height: 100%; border: 0; }
.trailer-modal__fallback { display: flex; justify-content: space-between; gap: 24px; align-items: center; min-height: 56px; padding: 12px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .07em; }
.trailer-modal__fallback a { flex-shrink: 0; color: var(--white); font-weight: 500; text-transform: uppercase; }
.gallery-modal { width: min(1400px,calc(100vw - 40px)); max-width: none; height: min(900px,calc(100svh - 40px)); max-height: none; padding: 0; overflow: hidden; border: 1px solid #ffffff40; color: white; opacity: 0; background: #1b1b1b; transform: translateY(30px); transition: opacity .35s,transform .35s,overlay .35s allow-discrete,display .35s allow-discrete; }
.gallery-modal[open] { display: grid; grid-template-rows: auto minmax(0,1fr); opacity: 1; transform: none; }
@starting-style { .gallery-modal[open] { opacity: 0; transform: translateY(30px); } }
.gallery-modal::backdrop { background: #0f0f0ff0; backdrop-filter: blur(8px); }
.gallery-modal__bar { display: flex; justify-content: space-between; align-items: center; min-height: 74px; padding: 12px 22px; border-bottom: 1px solid var(--line); }
.gallery-modal__bar p { margin: 0 0 3px; color: var(--muted); font-size: 8px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.gallery-modal__bar h2 { margin: 0; font: 400 18px/1.2 var(--font-gotham); }
.gallery-modal__close { display: flex; gap: 13px; align-items: center; padding: 8px; border: 0; background: none; font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.gallery-modal__close i { position: relative; width: 16px; height: 16px; }
.gallery-modal__close i::before,.gallery-modal__close i::after { position: absolute; top: 8px; left: 0; width: 17px; height: 1px; content: ""; background: currentColor; transform: rotate(45deg); }
.gallery-modal__close i::after { transform: rotate(-45deg); }
.gallery-modal__stage { display: grid; grid-template-columns: 70px minmax(0,1fr) 70px; min-height: 0; }
.gallery-modal__stage figure { display: grid; grid-template-rows: minmax(0,1fr) auto; min-width: 0; min-height: 0; margin: 0; }
.gallery-modal__image-link { display: grid; min-width: 0; min-height: 0; cursor: default; }
.gallery-modal__image-link[href] { cursor: zoom-in; }
.gallery-modal__image { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-modal__stage figcaption { display: flex; justify-content: space-between; gap: 24px; min-height: 52px; padding: 16px 0; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.gallery-modal__document { flex: 0 0 auto; color: white; font-weight: 500; }
.gallery-modal__document[hidden] { display: none; }
.gallery-modal__nav { border: 0; background: transparent; font-size: 24px; cursor: pointer; transition: background .3s ease; }
.gallery-modal__nav:hover { background: rgba(255,255,255,.06); }
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s,transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.noscript { position: fixed; z-index: 10000; right: 20px; bottom: 20px; max-width: 360px; margin: 0; padding: 16px; color: var(--bg); background: white; font-size: 13px; }
.noscript a { text-decoration: underline; }

@media (max-width:1450px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
}

@media (max-width:1050px) {
  .film__intro { grid-template-columns: 1fr; }
  .film__copy { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; max-width: 820px; }
  .film__copy .lead { margin: 0; }
  .team-member--lead { grid-template-columns: minmax(280px,440px) 1fr; }
  .team__support { gap: 28px; }
  .municipalities { grid-template-columns: repeat(3,1fr); }
  .municipality:nth-child(3) { border-right: 0; }
  .municipality:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .municipality__logo { width: clamp(76px,9vw,100px); height: clamp(76px,9vw,100px); }
  .interview-guests__grid { grid-template-columns: repeat(3,1fr); }
  .timeline-group { grid-template-columns: 1fr; gap: 48px; }
  .timeline-group__heading { position: static; }
  .screening-month { grid-template-columns: 1fr; gap: 48px; }
  .screening-month__heading { position: static; }
  .companion-card,.companion-card--reverse { grid-template-columns: 1fr; gap: 42px; }
  .companion-card--reverse .companion-card__image,.companion-card--reverse .companion-card__content { grid-row: auto; grid-column: auto; }
  .companion-sponsors__logos { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .companion-sponsors__logos img:nth-child(3n) { border-right: 1px solid rgba(51,51,51,.18); }
  .companion-sponsors__logos img:nth-child(even) { border-right: 0; }
  .companion-sponsors__logos img:nth-last-child(-n+3) { border-bottom: 1px solid rgba(51,51,51,.18); }
  .companion-sponsors__logos img:nth-last-child(-n+2) { border-bottom: 0; }
  .distribution__layout,.legal__layout { grid-template-columns: 1fr; }
}

@media (max-width:720px) {
  :root { --header: 74px; }
  .brand { width: min(58vw,260px); }
  .hero { min-height: 820px; }
  .hero__eyebrow { right: auto; left: var(--gutter); }
  .hero__eyebrow span:last-child { display: none; }
  .hero__content { padding-bottom: 90px; }
  .hero h1 { font-size: clamp(52px,17vw,92px); line-height: .91; }
  .hero h1 em { margin-left: 0; }
  .hero__footer { align-items: center; gap: 25px; }
  .hero__footer p { max-width: 280px; font-size: 14px; }
  .round-button { width: 88px; height: 88px; }
  .scroll-cue { display: none; }
  .display-title { font-size: clamp(45px,15vw,78px); }
  #history-title { font-size: clamp(30px,9.5vw,44px); line-height: 1; }
  .history-title__mobile-break { display: initial; }
  .film__copy,.section-heading { grid-template-columns: 1fr; }
  .trailer-panel__button { aspect-ratio: 16/10; }
  .trailer-panel__play i { width: 70px; height: 70px; }
  .trailer-panel__meta { grid-template-columns: 1fr auto; }
  .trailer-panel__meta span:nth-child(2) { display: none; }
  .film__facts { grid-template-columns: 1fr; }
  .fact { display: grid; grid-template-columns: 130px 1fr; align-items: center; min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact p { margin: 0; }
  .municipalities { grid-template-columns: 1fr 1fr; }
  .municipality:nth-child(3) { border-right: 1px solid var(--line); }
  .municipality:nth-child(even) { border-right: 0; }
  .municipality:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .municipality:last-child { grid-column: 1/-1; }
  .municipality:last-child .municipality__map { width: min(100%,260px); margin-inline: auto; }
  .municipality__map { aspect-ratio: 1; }
  .municipality__logo { width: clamp(72px,19vw,96px); height: clamp(72px,19vw,96px); }
  .municipality__label h3 { font-size: 17px; }
  .municipalities__source { text-align: left; }
  .interview-guests__grid { grid-template-columns: repeat(2,1fr); gap: 48px 22px; }
  .interview-guest h3 { font-size: 18px; }
  .history { overflow: hidden; }
  .timeline-group.reveal { opacity: 1; transform: none; }
  .timeline-group { padding-bottom: 100px; }
  .timeline-group__heading h3 { overflow-wrap: anywhere; font-size: clamp(32px,10vw,48px); }
  .timeline-group__items::before { left: 6px; }
  .timeline-item { grid-template-columns: 13px minmax(0,1fr); gap: 16px; }
  .timeline-item__marker { width: 13px; height: 13px; border-width: 3px; }
  .timeline-item__content { min-width: 0; }
  .timeline-item__content h4 { overflow-wrap: anywhere; font-size: clamp(29px,9vw,44px); }
  .timeline-item__content time,.timeline-item__type { line-height: 1.5; }
  .timeline-item__people { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .person { min-width: 0; overflow-wrap: anywhere; }
  .timeline-details li { grid-template-columns: 1fr; gap: 7px; }
  .timeline-details strong,.timeline-details span { overflow-wrap: anywhere; }
  .timeline-details__highlight { padding: 20px!important; }
  .document-link { grid-template-columns: minmax(0,1fr) auto auto; gap: 8px 14px; padding: 18px 0; }
  .timeline-item__content .document-link time { grid-column: 1/-1; }
  .document-link__title { overflow-wrap: anywhere; }
  .document-link:hover { padding-inline: 10px; }
  .history-gallery__preview { height: 120px; }
  .history-gallery__meta { padding: 17px 18px; }
  .screenings { padding-left: 0; border-left: 0; }
  .screenings__heading h5 { overflow-wrap: anywhere; }
  .screening-month { padding-bottom: 80px; }
  .screening-month__heading h3 { overflow-wrap: anywhere; font-size: clamp(32px,10vw,48px); }
  .screening-month__items { padding-left: 0; }
  .screening-month__items::before { content: none; }
  .screening,.screening-month--preview .screening,.screenings--pause .screening { grid-template-areas: "date marks" "content content"; grid-template-columns: 92px minmax(0,1fr); gap: 18px 16px; padding: 18px; border-radius: 14px; }
  .screening__date { grid-area: date; }
  .screening__content { grid-area: content; min-width: 0; }
  .screening__content h6,.screening__content p { overflow-wrap: anywhere; }
  .screening__date { border-radius: 11px; }
  .screening .timeline-item__people { grid-template-columns: 1fr; }
  .screening__logos { grid-area: marks; align-self: start; justify-content: end; }
  .screening > .screening__municipality { grid-area: marks; align-self: start; }
  .screening__municipality { width: 58px; height: 58px; padding: 7px; }
  .companion-note { grid-template-columns: 1fr; gap: 10px; }
  .companion-sponsors__heading,.companion-sponsors__featured,.companion-sponsors__subheading { grid-template-columns: 1fr; gap: 16px; }
  .companion-sponsors__featured img { width: 100%; max-height: 115px; object-position: center; }
  .companion-sponsors__logos img { height: 120px; padding: 26px; }
  .companion-card { gap: 30px; }
  .companion-card__content h3 { margin-top: 24px; }
  .companion-card__facts { margin-top: 28px; }
  .quote-section__image { background-attachment: scroll; }
  .press-row { grid-template-columns: 34px 1fr 24px; gap: 14px; padding: 20px 0; }
  .press-row__title { grid-column: 2/3; font-size: 20px; }
  .press-row__arrow { grid-row: 1/3; grid-column: 3; }
  .team-member--lead { grid-template-columns: 1fr; }
  .team-member--lead .team-member__portrait { width: min(100%,440px); }
  .team__support { grid-template-columns: 1fr; gap: 55px; }
  .team__support .team-member { display: grid; grid-template-columns: minmax(130px,190px) 1fr; gap: 25px; align-items: center; }
  .team__support .team-member__portrait { width: 100%; margin: 0; }
  .distribution__copy { padding-top: 0; }
  .closing { min-height: 700px; }
  .closing > img { right: var(--gutter); bottom: 38px; left: var(--gutter); width: calc(100% - var(--gutter)*2); }
  .site-footer { grid-template-columns: 1fr auto; align-items: start; }
  .site-footer__links { flex-direction: column; gap: 12px; align-items: flex-end; }
  .site-footer__copyright { grid-column: 1/-1; justify-self: start; margin-top: 22px!important; }
  .trailer-modal { width: calc(100vw - 20px); }
  .trailer-modal__fallback { align-items: flex-start; flex-direction: column; gap: 8px; }
  .gallery-modal { width: calc(100vw - 12px); height: calc(100svh - 12px); }
  .gallery-modal__stage { grid-template-columns: 48px minmax(0,1fr) 48px; }
  .gallery-modal__stage figcaption { padding-inline: 5px; }
  .gallery-modal__close span { display: none; }
}

@media (max-width:480px) {
  .timeline { margin-top: 60px; }
  .timeline-group { gap: 34px; }
  .screening-month { gap: 34px; }
  .timeline-item__people { grid-template-columns: 1fr; }
  .screening,.screening-month--preview .screening { grid-template-columns: 84px minmax(0,1fr); padding: 15px; }
  .screening__municipality { width: 52px; height: 52px; padding: 6px; }
  .screening__logos { gap: 7px; }
}

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