:root {
  --ink: #05070c;
  --white: #f4f7fb;
  --muted: #9aa6b5;
  --cyan: #66d9f2;
  --cyan-soft: #b9eff9;
  --line: rgba(255, 255, 255, 0.14);
  --display: "Manrope", sans-serif;
  --font: "Inter", sans-serif;
  --ease: cubic-bezier(.2, .75, .2, 1);
  --mx: 50%;
  --my: 45%;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink); }
body { margin: 0; min-width: 320px; color: var(--white); background: var(--ink); font-family: var(--font); overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 20px; padding: 10px 16px; background: #fff; color: #000; }
.skip-link:focus { top: 20px; }

.scene { position: relative; isolation: isolate; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background:
  radial-gradient(circle at var(--mx) var(--my), rgba(102,217,242,.11), transparent 20%),
  linear-gradient(115deg, #030509 0%, #090e16 48%, #030507 100%); }
.scene::before { content: ""; position: absolute; z-index: -3; inset: -10%; opacity: .42; background:
  linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.04) 50%, transparent 50.1%),
  linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 180px 100%, 100% 120px; transform: perspective(800px) rotateX(65deg) translateY(42%); mask-image: linear-gradient(transparent, #000); }
.scene::after { content: ""; position: absolute; z-index: -2; width: 70vw; height: 70vw; border: 1px solid rgba(102,217,242,.07); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 8vw rgba(102,217,242,.018), 0 0 0 18vw rgba(102,217,242,.01); }

.cinema-wall { position: absolute; z-index: -4; inset: -3%; overflow: hidden; opacity: .78; pointer-events: none; }
.cinema-wall::before { content: ""; position: absolute; z-index: 5; inset: 0; background: linear-gradient(90deg, rgba(3,5,9,.58), rgba(5,8,13,.12) 27%, rgba(5,8,13,.18) 72%, rgba(3,5,9,.61)), linear-gradient(180deg, rgba(3,5,9,.46), transparent 30%, rgba(3,5,9,.57)); }
.cinema-wall::after { content: ""; position: absolute; z-index: 6; inset: 0; background: radial-gradient(circle at center, transparent 24%, rgba(8,16,24,.1) 76%); }
.cinema-shot { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(185,239,249,.14); border-radius: clamp(34px, 5vw, 84px); filter: blur(4.5px) saturate(.82) brightness(.76); transform: scale(1.06); opacity: .64; box-shadow: 0 24px 80px rgba(0,0,0,.32), inset 0 0 35px rgba(102,217,242,.05); transition: opacity 2.4s var(--ease), filter 2.4s var(--ease), transform 8s var(--ease), border-radius 2.4s var(--ease); }
.cinema-shot video { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot-main { inset: 3% 15% 2% 16%; border-radius: 12% 28% 15% 24% / 18% 12% 27% 16%; mask-image: radial-gradient(ellipse 96% 94% at center, #000 78%, transparent 100%); }
.shot-left { width: 36%; height: 50%; left: -5%; top: 7%; border-radius: 26% 13% 29% 17% / 18% 31% 14% 28%; transform: rotate(-3deg) scale(1.1); }
.shot-right { width: 34%; height: 57%; right: -5%; bottom: 3%; border-radius: 17% 30% 14% 25% / 27% 16% 31% 13%; transform: rotate(2deg) scale(1.1); }
.shot-echo { width: 44%; height: 31%; left: 3%; bottom: -6%; border-radius: 29% 14% 24% 13% / 23% 31% 16% 27%; transform: rotate(1deg) scale(1.1); opacity: .42; }
.cinema-shot.is-featured { opacity: .96; filter: blur(2px) saturate(.98) brightness(.9) contrast(1.03); transform: scale(1.1); }
.shot-left.is-featured { transform: rotate(-3deg) scale(1.16); }
.shot-right.is-featured { transform: rotate(2deg) scale(1.16); }
.shot-echo.is-featured { transform: rotate(0deg) scale(1.16); }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 104px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font: 800 .82rem/1 var(--display); letter-spacing: .14em; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(102,217,242,.18)); }
.brand b { color: var(--cyan); font-weight: 600; }
.production-status { display: flex; align-items: center; gap: 10px; margin: 0 0 0 auto; color: #b8c0cb; font-size: .68rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.production-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 rgba(102,217,242,.5); animation: pulse 2s infinite; }
.language-picker { position: relative; }
.language-picker > button { height: 38px; min-width: 64px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #dbe3eb; background: rgba(7,12,18,.46); backdrop-filter: blur(14px); cursor: pointer; font-size: .65rem; font-weight: 700; letter-spacing: .12em; }
.language-picker > button:hover, .language-picker > button:focus-visible { border-color: rgba(102,217,242,.58); color: var(--cyan-soft); }
.language-picker > button i { width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .25s; }
.language-picker > button[aria-expanded="true"] i { transform: translateY(1px) rotate(225deg); }
.language-menu { position: absolute; top: calc(100% + 9px); right: 0; width: 168px; padding: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(8,13,21,.96); box-shadow: 0 18px 50px rgba(0,0,0,.48); backdrop-filter: blur(18px); }
.language-menu[hidden] { display: none; }
.language-menu button { width: 100%; padding: 9px 10px; border: 0; border-radius: 11px; display: flex; gap: 12px; color: #fff; background: transparent; cursor: pointer; text-align: left; font-size: .66rem; font-weight: 700; letter-spacing: .1em; }
.language-menu button span { color: var(--muted); font-weight: 500; letter-spacing: 0; }
.language-menu button:hover, .language-menu button[aria-current="true"] { color: var(--cyan); background: rgba(102,217,242,.09); }

.hero { position: relative; z-index: 2; width: min(980px, calc(100% - clamp(48px, 10vw, 160px))); padding: clamp(118px, 14vh, 160px) 0 clamp(92px, 12vh, 130px); text-align: center; }
.eyebrow { margin: 0 0 22px; color: var(--cyan-soft); font-size: .68rem; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; }
h1 { margin: 0; font-family: var(--display); }
h1 > span { display: block; font-size: clamp(3rem, 8.2vw, 7.6rem); font-weight: 750; line-height: .88; letter-spacing: -.055em; text-shadow: 0 10px 50px rgba(0,0,0,.45); }
h1 > small { display: block; margin-top: 24px; color: rgba(244,247,251,.92); font-size: clamp(1rem, 2vw, 1.5rem); font-weight: 500; letter-spacing: .24em; text-transform: uppercase; }
.intro { max-width: 610px; margin: 26px auto 0; color: #a8b2c0; font-size: clamp(.88rem, 1.2vw, 1rem); line-height: 1.75; }

.premiere { width: min(590px, 100%); margin: 27px auto 0; padding: 17px 22px 15px; border-block: 1px solid rgba(255,255,255,.09); background: linear-gradient(90deg, transparent, rgba(102,217,242,.035), transparent); position: relative; }
.premiere::before { content: ""; position: absolute; top: -1px; left: 50%; width: 72px; height: 1px; background: var(--cyan); transform: translateX(-50%); box-shadow: 0 0 14px rgba(102,217,242,.45); }
.launch-date { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0; color: rgba(244,247,251,.78); font: 600 .6rem/1 var(--display); letter-spacing: .22em; text-transform: uppercase; }
.launch-date span { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px rgba(102,217,242,.75); animation: pulse 2s infinite; }

.countdown { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.4vw, 30px); margin-top: 17px; }
.countdown div { min-width: 52px; }
.countdown strong { display: block; font: 500 clamp(1.5rem, 3vw, 2.4rem)/1 var(--display); font-variant-numeric: tabular-nums; }
.countdown span { display: block; margin-top: 8px; color: #7d8998; font-size: .58rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.countdown > i { width: 1px; height: 35px; background: var(--line); }
.actions { display: flex; justify-content: center; gap: 12px; margin-top: 31px; }
.button { min-height: 50px; padding: 0 22px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: #e7ebf1; background: rgba(255,255,255,.025); text-decoration: none; cursor: pointer; font-size: .75rem; font-weight: 600; letter-spacing: .08em; transition: .35s var(--ease); backdrop-filter: blur(10px); }
.button:hover { border-color: rgba(102,217,242,.7); color: #fff; transform: translateY(-3px); background: rgba(102,217,242,.07); }
.button.primary { color: #061015; background: var(--cyan); border-color: var(--cyan); }
.button.primary:hover { background: var(--cyan-soft); box-shadow: 0 10px 34px rgba(102,217,242,.2); }
.sound-button { min-height: 50px; padding: 0 21px 0 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; color: #dce3ea; background: rgba(7,12,18,.42); backdrop-filter: blur(14px); cursor: pointer; font-size: .72rem; font-weight: 600; letter-spacing: .075em; transition: border-color .3s var(--ease), background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
.sound-button:hover { border-color: rgba(102,217,242,.58); color: #fff; background: rgba(102,217,242,.08); transform: translateY(-2px); }
.sound-button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.sound-icon { position: relative; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.06); }
.sound-icon img { width: 17px; height: 17px; object-fit: contain; filter: grayscale(1) brightness(2); opacity: .7; transition: opacity .3s, filter .3s; }
.sound-icon i { position: absolute; inset: 50% auto auto 50%; width: 21px; height: 1px; background: currentColor; transform: translate(-50%,-50%) rotate(-42deg); box-shadow: 0 0 0 2px rgba(7,12,18,.75); transition: transform .3s var(--ease), opacity .3s; }
.sound-button[aria-pressed="true"] { border-color: rgba(102,217,242,.48); background: rgba(102,217,242,.1); color: var(--cyan-soft); }
.sound-button[aria-pressed="true"] .sound-icon img { filter: none; opacity: 1; animation: sound-pulse 1.8s ease-in-out infinite; }
.sound-button[aria-pressed="true"] .sound-icon i { opacity: 0; transform: translate(-50%,-50%) rotate(-42deg) scaleX(0); }
.work-links { display: flex; justify-content: center; gap: 10px; margin-top: 17px; }
.work-links a { min-width: 150px; padding: 9px 15px 9px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; display: flex; align-items: center; gap: 10px; color: #dce3ea; background: rgba(7,12,18,.28); backdrop-filter: blur(12px); text-decoration: none; text-align: left; transition: .3s var(--ease); }
.work-links a:hover, .work-links a:focus-visible { border-color: rgba(102,217,242,.5); color: #fff; background: rgba(102,217,242,.07); transform: translateY(-2px); }
.work-links a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.work-links a > span:last-child { font-size: .67rem; font-weight: 600; letter-spacing: .06em; line-height: 1.2; }
.work-links small { display: block; margin-bottom: 3px; color: #7e8996; font-size: .48rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.link-icon { position: relative; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: var(--cyan-soft); background: rgba(102,217,242,.09); }
.youtube-icon::before { content: ""; width: 15px; height: 11px; border: 1px solid currentColor; border-radius: 4px; }
.youtube-icon i { position: absolute; margin-left: 2px; width: 0; height: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid currentColor; }
.web-icon::before { content: ""; width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; }
.web-icon::after { content: ""; position: absolute; width: 7px; height: 14px; border-inline: 1px solid currentColor; border-radius: 50%; }
.web-icon i { position: absolute; width: 14px; height: 5px; border-block: 1px solid currentColor; border-radius: 50%; }

.projector { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.beam { position: absolute; top: -25%; left: calc(var(--mx) - 18vw); width: 36vw; height: 130%; background: linear-gradient(90deg, transparent, rgba(148,227,245,.035), transparent); transform: rotate(-13deg); filter: blur(8px); }
.beam-two { left: calc(var(--mx) - 10vw); opacity: .65; transform: rotate(16deg); }
.flare { position: absolute; left: var(--mx); top: var(--my); width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px 5px rgba(185,239,249,.4), 0 0 65px 18px rgba(102,217,242,.14); transform: translate(-50%,-50%); opacity: .65; }
.dust { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.dust i { position: absolute; left: var(--x); top: var(--y); width: var(--size); height: var(--size); border-radius: 50%; background: rgba(185,239,249,.5); box-shadow: 0 0 7px rgba(102,217,242,.3); opacity: 0; animation: float-dust var(--duration) var(--delay) linear infinite; }
.grain, .vignette, .film-bars { position: fixed; z-index: 30; inset: 0; pointer-events: none; }
.grain { opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); animation: grain .35s steps(2) infinite; }
.vignette { box-shadow: inset 0 0 16vw 3vw rgba(0,0,0,.68); }
.film-bars::before, .film-bars::after { content: ""; position: absolute; left: 0; right: 0; height: clamp(10px, 2.4vh, 28px); background: #000; }
.film-bars::before { top: 0; } .film-bars::after { bottom: 0; }

.scene-meta { position: absolute; z-index: 3; left: clamp(24px, 5vw, 76px); right: clamp(24px, 5vw, 76px); bottom: 44px; display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: .58rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.discover { position: absolute; z-index: 4; right: clamp(24px, 5vw, 76px); bottom: 76px; display: flex; align-items: center; gap: 12px; border: 0; background: none; cursor: pointer; color: #adb5c1; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.discover i { width: 28px; height: 1px; background: var(--cyan); transition: width .3s; }
.discover:hover i { width: 44px; }

.reveal { opacity: 0; transform: translateY(20px); transition: 1s var(--ease); }
.loaded .reveal { opacity: 1; transform: none; }
.loaded .reveal:nth-child(2) { transition-delay: .12s; }
.loaded .reveal:nth-child(3) { transition-delay: .24s; }
.loaded .reveal:nth-child(4) { transition-delay: .36s; }
.loaded .reveal:nth-child(5) { transition-delay: .48s; }
.reveal-panel { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(3,5,8,.76); backdrop-filter: blur(20px); opacity: 0; visibility: hidden; transition: .55s var(--ease); }
.reveal-panel::before { content: ""; position: absolute; width: min(680px, 82vw); aspect-ratio: 1; border: 1px solid rgba(102,217,242,.14); transform: scale(.8) rotate(20deg); transition: .8s var(--ease); }
.reveal-panel.open { opacity: 1; visibility: visible; }
.reveal-panel.open::before { transform: scale(1) rotate(45deg); }
.reveal-panel > button { position: absolute; top: 40px; right: 48px; border: 0; background: none; font-size: 2rem; cursor: pointer; }
.reveal-panel > div { position: relative; text-align: center; }
.reveal-panel p { color: var(--cyan); font-size: .65rem; letter-spacing: .3em; text-transform: uppercase; }
.reveal-panel h2 { margin: 15px 0 20px; font: 700 clamp(2.2rem, 6vw, 5.5rem)/1 var(--display); letter-spacing: -.05em; }
.reveal-panel span { color: var(--muted); }
.no-script { position: fixed; z-index: 99; bottom: 0; left: 0; right: 0; margin: 0; padding: 12px; text-align: center; background: #111; }
.privacy-control { position: fixed; z-index: 25; left: clamp(24px, 5vw, 76px); bottom: 68px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.48); background: none; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.privacy-control:hover, .privacy-control:focus-visible { color: var(--cyan-soft); border-color: var(--cyan); }
.cookie-banner { position: fixed; z-index: 100; inset: 0; display: grid; align-items: end; padding: clamp(12px, 2vw, 24px); background: rgba(1,3,6,.56); backdrop-filter: blur(10px); }
.cookie-banner[hidden] { display: none; }
.cookie-card { width: min(1040px, 100%); max-height: calc(100svh - 24px); overflow-y: auto; margin: 0 auto; padding: clamp(20px, 3vw, 30px); border: 1px solid rgba(255,255,255,.14); background: rgba(9,14,22,.98); box-shadow: 0 22px 80px rgba(0,0,0,.64); display: grid; grid-template-columns: 1fr auto; gap: 24px; }
.cookie-copy .eyebrow { margin: 0 0 7px; color: var(--cyan); text-align: left; }
.cookie-copy h2 { margin: 0 0 9px; font: 700 clamp(1.35rem, 3vw, 2.1rem)/1.1 var(--display); }
.cookie-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 9px; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.cookie-copy a { color: var(--cyan-soft); font-size: .73rem; }
.cookie-actions { display: flex; align-items: end; gap: 9px; }
.cookie-actions .button { white-space: nowrap; }
.cookie-settings { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid var(--line); }
.cookie-settings fieldset { margin: 0; padding: 0; border: 0; }
.cookie-settings legend { margin-bottom: 8px; font: 600 .76rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.cookie-settings label { display: flex; justify-content: space-between; gap: 24px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.cookie-settings label > span { display: flex; flex-direction: column; }
.cookie-settings small { margin-top: 3px; color: var(--muted); }
.cookie-settings input { width: 21px; height: 21px; flex: 0 0 auto; accent-color: var(--cyan); }
.cookie-settings-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 17px; }
.cookie-open { overflow: hidden; }

@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(102,217,242,0); } 100% { box-shadow: 0 0 0 0 rgba(102,217,242,0); } }
@keyframes equalize { to { height: 14px; } }
@keyframes grain { 0% { transform: translate(0,0) } 25% { transform: translate(-2%,2%) } 50% { transform: translate(2%,-1%) } 75% { transform: translate(1%,2%) } }
@keyframes float-dust { 0% { opacity: 0; transform: translate3d(0, 18px, 0); } 20%, 70% { opacity: .42; } 100% { opacity: 0; transform: translate3d(22px, -55px, 0); } }
@keyframes sound-pulse { 50% { transform: scale(1.08); filter: drop-shadow(0 0 5px rgba(102,217,242,.55)); } }

@media (max-width: 900px) {
  .cinema-wall { inset: 0; opacity: .7; }
  .shot-main { inset: 2% 3% 24%; border-radius: 8% 18% 10% 16% / 12% 8% 20% 10%; mask-image: linear-gradient(#000 78%, transparent); }
  .shot-left { width: 52%; height: 34%; left: -8%; top: auto; bottom: -3%; border-radius: 26% 12% 23% 8%; }
  .shot-right { width: 58%; height: 37%; right: -10%; bottom: -5%; border-radius: 12% 28% 9% 22%; }
  .shot-echo { display: none; }
  .hero { width: min(720px, calc(100% - 64px)); }
  h1 > span { font-size: clamp(3.15rem, 12.2vw, 6.3rem); }
  .scene-meta span:nth-child(2) { display: none; }
}
@media (max-width: 720px) {
  .cinema-wall { opacity: .64; }
  .cinema-shot { filter: blur(4px) saturate(.76) brightness(.68); border-radius: 34px; }
  .cinema-shot.is-featured { filter: blur(2px) saturate(.9) brightness(.8); }
  .site-header { height: 82px; padding-inline: 22px; }
  .production-status { font-size: .56rem; }
  .site-header { gap: 9px; }
  .language-picker > button { min-width: 52px; height: 34px; padding-inline: 10px; }
  .hero { width: calc(100% - 40px); padding: 104px 0 76px; }
  .eyebrow { max-width: 290px; margin: 0 auto 18px; line-height: 1.65; letter-spacing: .22em; }
  h1 > span { font-size: clamp(2.5rem, 13.5vw, 4.8rem); line-height: .93; letter-spacing: -.045em; }
  h1 > small { margin-top: 17px; font-size: clamp(.77rem, 3.5vw, 1rem); line-height: 1.5; letter-spacing: .12em; }
  .intro { max-width: 530px; }
  .premiere { margin-top: 22px; padding-inline: 8px; }
  .launch-date { line-height: 1.4; letter-spacing: .15em; }
  .countdown { width: 100%; gap: clamp(7px, 3vw, 16px); margin-top: 16px; }
  .countdown div { min-width: 48px; }
  .countdown strong { font-size: clamp(1.35rem, 7vw, 1.9rem); }
  .countdown span { font-size: .5rem; letter-spacing: .1em; }
  .countdown > i { height: 29px; }
  .actions { flex-direction: column; max-width: 310px; margin-inline: auto; }
  .sound-button { width: 100%; }
  .work-links { margin-top: 14px; }
  .scene-meta span:nth-child(2), .scene-meta span:nth-child(3), .discover { display: none; }
  .scene-meta { bottom: 28px; }
  .privacy-control { left: auto; right: 22px; bottom: 27px; }
  .cookie-card { grid-template-columns: 1fr; gap: 16px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button { width: 100%; }
  .cookie-actions .button:last-child { grid-column: 1/-1; grid-row: 1; }
  .cookie-settings-actions { display: grid; grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .brand span { font-size: .72rem; }
  .brand img { width: 34px; height: 34px; }
  .production-status { display: none; }
  .hero { width: calc(100% - 32px); padding-top: 94px; }
  .intro { margin-top: 22px; font-size: .83rem; line-height: 1.65; }
  .actions { width: 100%; margin-top: 27px; }
  .button { width: 100%; }
  .sound-button { width: 54px; min-height: 44px; padding: 0; margin-inline: auto; }
  .sound-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .work-links { width: 100%; gap: 8px; }
  .work-links a { min-width: 0; flex: 1; padding: 8px; justify-content: center; }
  .work-links a > span:last-child { display: none; }
}
@media (max-height: 720px) and (min-width: 721px) {
  .hero { transform: scale(.9); padding: 72px 0 58px; }
  .scene-meta { bottom: 28px; }
  .discover { bottom: 52px; }
}
@media (max-height: 680px) and (max-width: 720px) {
  body { overflow-y: auto; }
  .scene { min-height: 720px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Mobile-first safety for short and narrow viewports */
@media (max-width: 600px) {
  html, body { min-width: 0; min-height: 100%; }
  body { overflow-x: hidden; overflow-y: auto; }
  .scene { min-height: max(760px, 100svh); overflow: hidden; align-items: start; }
  .site-header { position: absolute; padding-inline: 16px; }
  .brand { gap: 8px; }
  .hero { width: calc(100% - 32px); padding: 100px 0 72px; }
  .premiere { width: 100%; }
  .countdown { gap: 6px; }
  .countdown div { min-width: 0; flex: 1; }
  .countdown > i { flex: 0 0 1px; }
  .actions { max-width: 290px; }
  .work-links { max-width: 290px; margin-inline: auto; }
  .scene-meta, .privacy-control { position: absolute; }
  .cookie-banner { padding: 8px; overflow-y: auto; align-items: end; overscroll-behavior: contain; }
  .cookie-card { width: 100%; max-height: calc(100dvh - 16px); padding: 17px; gap: 14px; border-radius: 16px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .cookie-copy h2 { font-size: clamp(1.2rem, 6vw, 1.55rem); }
  .cookie-copy > p:not(.eyebrow) { font-size: .8rem; line-height: 1.48; }
  .cookie-actions { grid-template-columns: 1fr; gap: 8px; }
  .cookie-actions .button, .cookie-actions .button:last-child { grid-column: auto; grid-row: auto; min-height: 44px; white-space: normal; }
  .cookie-settings { padding-top: 12px; }
  .cookie-settings label { gap: 12px; padding: 9px 0; }
  .cookie-settings small { font-size: .72rem; line-height: 1.35; }
  .cookie-settings-actions { gap: 8px; }
  .cookie-settings-actions .button { min-height: 44px; }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .hero { width: min(760px, calc(100% - 64px)); }
  .cookie-card { max-height: calc(100dvh - 32px); grid-template-columns: 1fr; overflow-y: auto; }
  .cookie-actions { justify-content: flex-start; flex-wrap: wrap; }
}
@media (min-width: 1025px) {
  .cookie-card { max-height: calc(100dvh - 48px); }
}
