:root {
  --paper: #f1f0ea;
  --white: #fff;
  --ink: #11110f;
  --muted: #625f59;
  --line: #bdb8af;
  --beige: #d8c08b;
  --gray: #898781;
  --dark: #10100f;
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; }
body { overflow: hidden; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
.sr-only { width: 1px; height: 1px; margin: -1px; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.waste-film { width: 100%; height: 100dvh; min-height: 620px; position: relative; overflow: hidden; isolation: isolate; background: var(--paper); }
.map-stage { position: absolute; z-index: 0; inset: 0; background: #d6d3cb; }
.waste-map { position: absolute; inset: 0; background: #d6d3cb; }
.waste-map .leaflet-tile-pane { filter: grayscale(1) contrast(.92) brightness(1.03); opacity: .38; }
.waste-map .leaflet-control-container { display: block; }
.waste-map .leaflet-control-attribution {
  margin: 0 3px 2px 0;
  padding: 1px 3px;
  color: rgba(17,17,15,.48);
  background: rgba(241,240,234,.72);
  box-shadow: none;
  font-size: 6px;
  line-height: 1.25;
}
.waste-map .leaflet-control-attribution a { color: inherit; }
.waste-map.leaflet-container { background: #d6d3cb; font-family: Arial, Helvetica, sans-serif; }
.map-wash { position: absolute; z-index: 300; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(241,240,234,.995) 0%,rgba(241,240,234,.985) 38%,rgba(241,240,234,.90) 70%,rgba(241,240,234,.80) 100%); }

.film-header { position: absolute; z-index: 900; top: 0; left: 0; right: 0; padding: 22px clamp(24px,3.8vw,64px); display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(17,17,15,.22); color: rgba(17,17,15,.62); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.scene-stage { width: min(610px,42vw); position: absolute; z-index: 800; left: clamp(24px,3.8vw,64px); top: 50%; transform: translateY(-50%); }
.scene { position: absolute; left: 0; top: 50%; opacity: 0; pointer-events: none; transform: translate3d(0,calc(-50% + 24px),0); transition: opacity 1.15s ease,transform 1.45s cubic-bezier(.22,1,.36,1); }
.scene.is-active { position: relative; top: auto; opacity: 1; transform: translate3d(0,0,0); }
.scene-kicker { margin: 0 0 19px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.scene h1,.scene h2 { max-width: 600px; margin: 0; font: 400 clamp(48px,5vw,82px)/.93 Georgia,"Times New Roman",serif; letter-spacing: -.055em; }
.scene h2 { font-size: clamp(40px,4.2vw,68px); }
.waste-film[data-embedded-slide="1"] .scene-stage { left: clamp(34px,4.2vw,72px); }
.waste-film[data-embedded-slide="1"] .scene h1 { font-size: clamp(44px,4.45vw,74px); }
.scene-copy { max-width: 555px; margin: 29px 0 0; padding-top: 22px; border-top: 1px solid rgba(17,17,15,.28); color: rgba(17,17,15,.76); font: 400 clamp(16px,1.25vw,20px)/1.5 Georgia,"Times New Roman",serif; }
.scene--final h2 { font-style: italic; }

.film-footer { position: absolute; z-index: 900; left: clamp(24px,3.8vw,64px); right: clamp(24px,3.8vw,64px); bottom: 22px; display: grid; grid-template-columns:minmax(140px,280px) auto auto 1fr; gap: 18px; align-items: center; color: rgba(17,17,15,.56); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.film-footer p { margin: 0; }
.film-progress { height: 1px; position: relative; overflow: hidden; background: rgba(17,17,15,.22); }
.film-progress i { width: 0; height: 100%; display: block; background: var(--ink); }
.film-controls { display: flex; align-items: stretch; }
.film-controls button { height: 29px; border: 1px solid rgba(17,17,15,.5); border-radius: 0; color: var(--ink); background: rgba(241,240,234,.94); cursor: pointer; }
.film-controls button + button { border-left: 0; }
.film-controls button:hover:not(:disabled) { color: var(--paper); background: var(--ink); }
.film-controls button:disabled { cursor: default; opacity: .35; }
.film-arrow { width: 34px; padding: 3px 6px 5px; font: 400 16px/1 Arial,Helvetica,sans-serif; }
.film-pause { min-width: 66px; padding: 7px 10px 6px; font: inherit; letter-spacing: .12em; text-transform: uppercase; }
.film-source { text-align: right; }
.waste-film[data-embedded-slide] .film-footer { grid-template-columns:minmax(140px,280px) auto 1fr; }
.waste-film[data-embedded-slide] #scene-counter,
.waste-film[data-embedded-slide] .film-arrow { display:none; }
.waste-film[data-navigation="hidden"] .film-footer { grid-template-columns:minmax(140px,280px) 1fr; }
.waste-film[data-navigation="hidden"] .film-controls { display:none; }
.waste-film[data-embedded-slide="2"] .waste-site,
.waste-film[data-embedded-slide="2"] .waste-site-label,
.waste-film[data-embedded-slide="2"] .industrial-district { opacity:0 !important; visibility:hidden; }

.waste-site-wrap { overflow: visible !important; border: 0 !important; background: transparent !important; }
.waste-site { position: relative; display: block; opacity: 0; transform: scale(.2); transition: opacity 1s ease,transform 1.25s cubic-bezier(.22,1,.36,1); }
.waste-site i { width: 15px; height: 15px; display: block; position: relative; z-index: 2; border: 2px solid var(--ink); border-radius: 50%; background: var(--site-color,var(--white)); box-shadow: 0 2px 8px rgba(0,0,0,.28); }
.waste-site-label { width:max-content; max-width:190px; position:absolute; z-index:4; display:block; padding:6px 8px 5px; border-bottom:1px solid var(--ink); opacity:0; color:var(--ink); background:rgba(241,240,234,.94); white-space:normal; pointer-events:none; }
.waste-site-label strong,.waste-site-label small { display:block; }
.waste-site-label strong { font:700 8px/1.2 Arial,Helvetica,sans-serif; letter-spacing:.09em; text-transform:uppercase; }
.waste-site-label small { margin-top:3px; color:var(--muted); font:7px/1.2 Arial,Helvetica,sans-serif; letter-spacing:.05em; text-transform:uppercase; }
.waste-site-label--top-left { right:14px; bottom:15px; text-align:right; }
.waste-site-label--top-right { left:14px; bottom:15px; }
.waste-site-label--bottom-left { right:14px; top:15px; text-align:right; }
.waste-site-label--bottom-right { left:14px; top:15px; }
.waste-site[data-order="1"] { --site-color: #3f7f91; }
.waste-site[data-order="2"] { --site-color: #d27662; }
.waste-site[data-order="3"] { --site-color: #7467a0; }
.waste-site[data-order="4"] { --site-color: #c49a45; }
.waste-site[data-order="5"] { --site-color: #5d8c61; }
.waste-site[data-order="6"] { --site-color: #a64c4c; }
.waste-site[data-order="7"] { --site-color: var(--beige); }
.waste-site[data-order="8"] { --site-color: #55709e; }
.waste-site[data-order="9"] { --site-color: #cc712e; }
.waste-site[data-order="10"] { --site-color: #47867f; }
.waste-site[data-order="11"] { --site-color: #ad5e85; }
.waste-site[data-order="12"] { --site-color: #85894d; }
.waste-site[data-order="13"] { --site-color: #8d5e48; }
.waste-site[data-order="14"] { --site-color: #426f8a; }
.waste-site[data-order="15"] { --site-color: #7b5945; }
.waste-site--loow i { border-radius: 2px; }
.waste-film[data-scene="sources"] .waste-site { opacity: 1; transform: translate3d(0,0,0); transition-delay:var(--site-delay,0s); }
.waste-film[data-scene="sources"] .waste-site-label { animation:site-label-pop 2.35s calc(var(--site-delay,0s) + .2s) ease both; }
.waste-film[data-scene="water"] .waste-site,
.waste-film[data-scene="screening"] .waste-site,
.waste-film[data-scene="final"] .waste-site { opacity: .16; transform: translate3d(0,0,0); }
.waste-film[data-scene="sources"] .waste-site[data-order="1"] { transition-delay: .7s; }
.waste-film[data-scene="sources"] .waste-site[data-order="2"] { transition-delay: 2s; }
.waste-film[data-scene="sources"] .waste-site[data-order="3"] { transition-delay: 3.3s; }
.waste-film[data-scene="sources"] .waste-site[data-order="4"] { transition-delay: 4.6s; }
.waste-film[data-scene="sources"] .waste-site[data-order="5"] { transition-delay: 5.9s; }
.waste-film[data-scene="sources"] .waste-site[data-order="6"] { transition-delay: 7.2s; }
.waste-film[data-scene="sources"] .waste-site[data-order="7"] { transition-delay: 8.5s; }
.waste-film[data-scene="sources"] .waste-site[data-order="8"] { transition-delay: 9.8s; }
.waste-film[data-scene="sources"] .waste-site[data-order="9"] { transition-delay: 11.6s; }
.waste-film[data-scene="sources"] .waste-site[data-order="10"] { transition-delay: 13.4s; }
.waste-film[data-scene="sources"] .waste-site[data-order="11"] { transition-delay: 15.2s; }
.waste-film[data-scene="sources"] .waste-site[data-order="12"] { transition-delay: 17s; }
.waste-film[data-scene="sources"] .waste-site[data-order="13"] { transition-delay: 18.8s; }
.waste-film[data-scene="sources"] .waste-site[data-order="14"] { transition-delay: 20.6s; }
.waste-film[data-scene="sources"] .waste-site[data-order="15"] { transition-delay: 22.4s; }

.industrial-district-wrap { overflow: visible !important; border: 0 !important; background: transparent !important; }
.industrial-district { width: 220px; height: 54px; position: relative; display: block; opacity: 0; transform: scale(.86); transform-origin: 8px center; transition: opacity .7s ease,transform .9s cubic-bezier(.22,1,.36,1); }
.industrial-district i { width: 34px; height: 34px; position: absolute; left: -9px; top: 10px; border: 1px solid var(--ink); border-radius: 50%; background: rgba(216,192,139,.2); box-shadow: 0 0 0 5px rgba(241,240,234,.56); }
.industrial-district i::after { width: 5px; height: 5px; position: absolute; left: 50%; top: 50%; border-radius: 50%; background: var(--ink); content: ""; transform: translate(-50%,-50%); }
.industrial-district b { width: 174px; position: absolute; left: 56px; padding: 6px 8px 5px 15px; border-bottom: 1px solid var(--ink); color: var(--ink); background: rgba(241,240,234,.9); font: 700 8px/1.25 Arial,Helvetica,sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.industrial-district b::before { width: 35px; height: 1px; position: absolute; left: -35px; top: 50%; background: var(--ink); content: ""; }
.industrial-district--top-right b { bottom: 27px; }
.industrial-district--bottom-right b { width:260px; top:27px; }
.waste-film[data-scene="sources"] .industrial-district { animation:industrial-district-pop 4.3s var(--district-delay,20s) ease both; }
.waste-film[data-scene="sources"] .industrial-district[data-district-order="1"] { --district-delay:24.4s; }
.waste-film[data-scene="sources"] .industrial-district[data-district-order="2"] { --district-delay:25.2s; }

.regional-field { width: 42%; height: 71%; position: absolute; z-index: 520; right: 7%; top: 14%; opacity: 0; pointer-events: none; transform: scale(.94); transition: opacity .85s ease,transform 1.1s cubic-bezier(.22,1,.36,1); }
.regional-field::before { position: absolute; inset: 0; border: 1px solid rgba(17,17,15,.24); border-radius: 49% 43% 51% 47%; background-color: rgba(216,192,139,.1); background-image: radial-gradient(circle,rgba(68,8,6,.78) 0 1.5px,transparent 1.7px); background-size: 22px 22px; mask-image: radial-gradient(ellipse at center,#000 22%,rgba(0,0,0,.86) 52%,transparent 76%); content: ""; transform: rotate(-9deg); }
.regional-field span,.regional-field small { position: absolute; right: 8%; display: block; padding: 4px 6px; background: rgba(241,240,234,.9); text-transform: uppercase; }
.regional-field span { bottom: 12%; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.regional-field small { bottom: 7%; color: var(--muted); font-size: 7px; letter-spacing: .08em; }
.waste-film[data-scene="water"] .regional-field { opacity: .18; transform: scale(1); }
.waste-film[data-scene="final"] .regional-field { opacity: .08; transform: scale(1); }

.water-pathways { width: min(40vw,560px); position: absolute; z-index: 540; right: 6%; top: 50%; opacity: 0; pointer-events: none; transform: translateY(-50%); transition: opacity .8s ease; }
.water-heading { margin: 0 0 30px; padding: 0 0 17px 18px; border-left: 2px solid var(--ink); }
.water-heading span,.water-heading strong { display: block; }
.water-heading span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.water-heading strong { margin-top: 7px; font: 400 27px/1.08 Georgia,"Times New Roman",serif; }
.water-kind { min-height: 72px; display: grid; grid-template-columns:78px minmax(0,1fr); gap: 20px; align-items: center; border-top: 1px solid rgba(17,17,15,.25); opacity: 0; transform: translateX(22px); transition: opacity .65s ease,transform .8s cubic-bezier(.22,1,.36,1); }
.water-kind > i { width: 70px; height: 40px; position: relative; display: block; }
.water-kind p { margin: 0; }
.water-kind strong,.water-kind span { display: block; }
.water-kind strong { font: 400 20px/1.12 Georgia,"Times New Roman",serif; }
.water-kind span { margin-top: 5px; color: var(--muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.water-kind--well > i::before,.water-kind--well > i::after { position: absolute; left: 50%; top: 50%; border: 1px solid var(--ink); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.water-kind--well > i::before { width: 18px; height: 18px; box-shadow: 0 0 0 7px rgba(216,192,139,.44); }
.water-kind--well > i::after { width: 42px; height: 42px; opacity: .34; }
.water-kind--sewer > i::before { width: 62px; height: 15px; position: absolute; left: 4px; top: 12px; border: 2px solid var(--ink); background: repeating-linear-gradient(90deg,transparent 0 8px,rgba(17,17,15,.18) 8px 10px); content: ""; }
.water-kind--sewer > i::after { width: 9px; height: 9px; position: absolute; right: 0; top: 17px; border-top: 2px solid var(--ink); border-right: 2px solid var(--ink); content: ""; transform: rotate(45deg); }
.water-kind--surface > i::before { width: 66px; height: 22px; position: absolute; left: 2px; top: 6px; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); border-radius: 50%; content: ""; transform: skewX(-20deg) rotate(-7deg); }
.water-kind--surface > i::after { width: 9px; height: 9px; position: absolute; right: 0; top: 18px; border-radius: 50%; background: var(--beige); content: ""; }
.water-note { display: block; margin-top: 14px; color: var(--muted); font-size: 7px; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.waste-film[data-scene="water"] .water-pathways { opacity: 1; }
.waste-film[data-scene="water"] .water-kind { opacity: 1; transform: translateX(0); }
.waste-film[data-scene="water"] .water-kind:nth-of-type(2) { transition-delay: .18s; }
.waste-film[data-scene="water"] .water-kind:nth-of-type(3) { transition-delay: .36s; }

.screening-vignette { width: min(42vw,610px); height: 230px; position: absolute; z-index: 600; right: 5%; top: 50%; opacity: 0; pointer-events: none; transform: translateY(calc(-50% + 20px)); transition: opacity .7s ease,transform .9s cubic-bezier(.22,1,.36,1); }
.screening-title { position: absolute; left: 0; top: 0; }
.screening-title span,.screening-title strong { display: block; }
.screening-title span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.screening-title strong { margin-top: 6px; font: 400 22px/1.1 Georgia,"Times New Roman",serif; }
.screening-road { height: 2px; position: absolute; left: 0; right: 0; bottom: 44px; background: var(--ink); }
.portal-gate { width: 76px; height: 104px; position: absolute; right: 22%; bottom: 44px; border-top: 5px solid var(--ink); }
.portal-gate i,.portal-gate b { width: 5px; height: 100%; position: absolute; top: 0; background: var(--ink); }
.portal-gate i { left: 0; }.portal-gate b { right: 0; }
.portal-gate em { position: absolute; left: 14px; right: 14px; top: 13px; color: var(--ink); font-size: 7px; font-style: normal; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.portal-gate em::after { content: "Radiation screen"; }
.waste-truck { width: 104px; height: 48px; position: absolute; left: 2%; bottom: 46px; background: var(--beige); transform: translateX(0); }
.waste-truck::before { width: 34px; height: 31px; position: absolute; right: -28px; bottom: 0; border-left: 6px solid var(--paper); background: var(--ink); content: ""; }
.waste-truck i { position: absolute; left: 11px; top: 11px; width: 68px; height: 4px; background: rgba(17,17,15,.5); transform: skewX(-23deg); }
.waste-truck span { width: 18px; height: 18px; position: absolute; bottom: -11px; border: 4px solid var(--paper); border-radius: 50%; background: var(--ink); }
.waste-truck span:nth-of-type(1) { left: 16px; }.waste-truck span:nth-of-type(2) { right: -16px; }
.detector-signal { position: absolute; right: calc(22% + 38px); bottom: 142px; }
.detector-signal i { width: 18px; height: 18px; position: absolute; left: 50%; top: 50%; border: 1px solid var(--ink); border-radius: 50%; opacity: 0; transform: translate(-50%,-50%) scale(.2); }
.waste-film[data-scene="screening"] .screening-vignette { opacity: 1; transform: translateY(-50%); }
.waste-film[data-scene="screening"] .waste-truck { animation: screened-truck 7s .5s cubic-bezier(.24,.68,.25,1) both; }
.waste-film[data-scene="screening"] .detector-signal i { animation: detector-pulse 1.8s 3.7s ease-out 2; }
.waste-film[data-scene="screening"] .detector-signal i:nth-child(2) { animation-delay: 4s; }.waste-film[data-scene="screening"] .detector-signal i:nth-child(3) { animation-delay: 4.3s; }

.reuse-vignette { width: min(46vw,760px); min-height: 246px; position: absolute; z-index: 650; right: 4%; top: 50%; padding: 22px 26px 24px; border-top: 2px solid var(--ink); opacity: 0; pointer-events: none; background: rgba(241,240,234,.96); transform: translateY(calc(-50% + 24px)); transition: opacity .8s ease,transform 1s cubic-bezier(.22,1,.36,1); }
.reuse-heading { margin: 0 0 24px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.reuse-flow { display: grid; grid-template-columns:minmax(145px,1fr) minmax(190px,1.4fr) minmax(165px,1fr); gap: 24px; align-items: center; }
.reuse-stop { min-width: 0; text-align: left; }
.reuse-stop > i { display: block; }
.reuse-origin > i { width: 132px; height: 48px; background: var(--beige); clip-path: polygon(0 100%,13% 58%,26% 68%,45% 20%,59% 60%,72% 42%,100% 100%); }
.reuse-destination > i { width: 124px; height: 64px; border: 3px solid var(--ink); border-top: 0; background: linear-gradient(0deg,var(--beige) 0 22px,rgba(241,240,234,.7) 22px); }
.reuse-stop span { display: grid; grid-template-columns:24px minmax(0,1fr); gap: 8px; align-items: start; margin-top: 13px; }
.reuse-stop b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 10px; }
.reuse-stop strong { font-size: 10px; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.reuse-transfer { min-width: 0; text-align: center; }
.reuse-transfer > span,.reuse-transfer > small { display: block; font-weight: 700; text-transform: uppercase; }
.reuse-transfer > span { margin-bottom: 13px; color: var(--ink); font-size: 10px; letter-spacing: .11em; }
.reuse-transfer > small { margin-top: 14px; padding: 7px 6px 6px; color: var(--ink); background: rgba(216,192,139,.58); font-size: 8px; letter-spacing: .08em; }
.reuse-route { height: 3px; position: relative; background: var(--ink); transform: scaleX(0); transform-origin: left center; }
.reuse-route i { width: 13px; height: 13px; position: absolute; right: -1px; top: -5px; border-top: 3px solid var(--ink); border-right: 3px solid var(--ink); transform: rotate(45deg); }
.waste-film[data-scene="final"] .reuse-vignette { opacity: 1; transform: translateY(-50%); }
.waste-film[data-scene="final"] .reuse-route { animation: reveal-reuse-route 4.2s .8s cubic-bezier(.22,1,.36,1) both; }
.waste-film.is-paused .waste-truck,.waste-film.is-paused .detector-signal i,.waste-film.is-paused .reuse-route { animation-play-state: paused !important; }

@keyframes screened-truck { 0% { transform:translateX(0); } 65%,100% { transform:translateX(clamp(280px,26vw,395px)); } }
@keyframes detector-pulse { 0% { opacity:.7; transform:translate(-50%,-50%) scale(.2); } 100% { opacity:0; transform:translate(-50%,-50%) scale(3.4); } }
@keyframes reveal-reuse-route { from { transform:scaleX(0); } to { transform:scaleX(1); } }
@keyframes site-label-pop { 0% { opacity:0; transform:translateY(5px); } 14%,72% { opacity:1; transform:translateY(0); } 100% { opacity:0; transform:translateY(-3px); } }
@keyframes industrial-district-pop { 0% { opacity:0; transform:scale(.86); } 16%,72% { opacity:1; transform:scale(1); } 100% { opacity:0; transform:scale(.96); } }

@media (max-width: 900px) {
  .waste-film { min-height: 690px; }
  .map-wash { background: linear-gradient(180deg,rgba(241,240,234,.995) 0%,rgba(241,240,234,.985) 58%,rgba(241,240,234,.93) 82%,rgba(241,240,234,.84) 100%); }
  .scene-stage { width: calc(100% - 48px); left: 24px; top: 35%; }
  .scene h1,.scene h2 { max-width: 690px; font-size: clamp(41px,9.5vw,68px); }
  .waste-film[data-embedded-slide="1"] .scene-stage { width:calc(100% - 64px); left:32px; }
  .waste-film[data-embedded-slide="1"] .scene h1 { font-size:clamp(38px,8.8vw,60px); }
  .scene-copy { max-width: 650px; font-size: 16px; }
  .regional-field { width: 82%; height: 43%; right: 5%; top: 52%; }
  .industrial-district { transform-origin: 8px center; }
  .industrial-district b { width:150px; left:48px; font-size:7px; }
  .industrial-district b::before { width:27px; left:-27px; }
  .industrial-district--bottom-right b { width:210px; }
  .waste-site-label { max-width:150px; }
  .water-pathways { width: 78vw; right: 5%; top: 58%; transform: scale(.82); transform-origin: right top; }
  .screening-vignette { width: 78vw; right: 5%; top: auto; bottom: 6%; transform: scale(.84); transform-origin: right bottom; }
  .waste-film[data-scene="screening"] .screening-vignette { transform: scale(.84); }
  .reuse-vignette { width: 88vw; right: 5%; top: auto; bottom: 8%; transform: translateY(24px); }
  .waste-film[data-scene="final"] .reuse-vignette { transform: translateY(0); }
  .reuse-flow { grid-template-columns:minmax(125px,1fr) minmax(170px,1.2fr) minmax(145px,1fr); gap: 18px; }
  .film-footer { left: 24px; right: 24px; grid-template-columns:minmax(100px,1fr) auto auto; }
  .waste-film[data-embedded-slide] .film-footer { grid-template-columns:minmax(100px,1fr) auto; }
  .film-source { display: none; }
}

@media (max-width: 560px) {
  .waste-film { min-height: 650px; }
  .film-header { padding: 17px 16px; font-size: 7px; }
  .film-header span:last-child { text-align: right; }
  .scene-stage { width: calc(100% - 32px); left: 16px; top: 38%; }
  .scene-kicker { margin-bottom: 12px; font-size: 7px; }
  .scene h1,.scene h2 { font-size: clamp(36px,10.8vw,52px); }
  .waste-film[data-embedded-slide="1"] .scene-stage { width:calc(100% - 40px); left:20px; }
  .waste-film[data-embedded-slide="1"] .scene h1 { font-size:clamp(34px,10vw,46px); }
  .scene-copy { margin-top: 18px; padding-top: 15px; font-size: 14px; line-height: 1.42; }
  .film-footer { left: 16px; right: 16px; bottom: 14px; }
  .regional-field { width: 94%; right: 1%; }
  .regional-field span { font-size: 7px; }
  .industrial-district b { left:42px; }
  .industrial-district b::before { width:21px; left:-21px; }
  .water-pathways { width: 94vw; right: 3%; top: 60%; transform: scale(.68); }
  .screening-vignette { right: 4%; transform: scale(.66); }
  .waste-film[data-scene="screening"] .screening-vignette { transform: scale(.66); }
  .reuse-vignette { width: 94vw; min-height: 200px; right: 3%; bottom: 7%; padding: 14px 12px 16px; }
  .reuse-heading { margin-bottom: 18px; font-size: 8px; }
  .reuse-flow { grid-template-columns:minmax(82px,1fr) minmax(105px,1.15fr) minmax(90px,1fr); gap: 10px; }
  .reuse-origin > i { width: 82px; height: 34px; }
  .reuse-destination > i { width: 80px; height: 46px; }
  .reuse-stop span { grid-template-columns:19px minmax(0,1fr); gap: 5px; margin-top: 9px; }
  .reuse-stop b { width: 19px; height: 19px; font-size: 8px; }
  .reuse-stop strong,.reuse-transfer > span { font-size: 8px; }
  .reuse-transfer > small { margin-top: 10px; padding: 5px 3px 4px; font-size: 8px; }
  .reuse-route { height: 2px; }
  .reuse-route i { width: 10px; height: 10px; top: -4px; border-width: 2px; }
  .film-footer { gap: 10px; grid-template-columns:minmax(70px,1fr) auto auto; }
  .waste-film[data-embedded-slide] .film-footer { grid-template-columns:minmax(70px,1fr) auto; }
  .film-pause { min-width: 54px; padding: 6px 6px 5px; font-size: 7px; }
  .film-arrow { width: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .scene,.waste-site,.waste-site-label,.industrial-district,.regional-field,.water-pathways,.water-kind,.screening-vignette,.reuse-vignette,.reuse-route { transition: none !important; }
  .waste-film[data-scene="sources"] .industrial-district { opacity:1; transform:scale(1); animation:none !important; }
  .waste-truck,.detector-signal i { animation: none !important; }
}
