:root {
  --ink: #161715;
  --muted: #6f706b;
  --ivory: #f6f3ec;
  --paper: #fffefa;
  --forest: #153b2d;
  --forest-deep: #071a13;
  --amber: #e3a45f;
  --blue: #0878e5;
  --rail: 48px;
  --controls: 64px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html, body { width: 100%; min-width: 320px; height: 100%; margin: 0; overflow: hidden; overflow-x: hidden; background: #000; }
body { color: var(--ink); }
button, a { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid #0b7de8; outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 999px; background: white; color: #111; }
.skip-link:focus { top: 38px; }
.preview-rail { position: fixed; inset: 0 0 auto; z-index: 40; min-height: var(--rail); display: grid; place-items: center; padding: 10px 18px; overflow: hidden; background: #153b2d; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: .01em; text-align: center; }
.film { position: fixed; inset: var(--rail) 0 0; overflow: hidden; background: #000; isolation: isolate; }
.grain { position: absolute; inset: 0; z-index: 20; pointer-events: none; opacity: .065; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.opening-card { position: absolute; inset: 0; z-index: 35; display: grid; grid-template-columns: minmax(220px, 40%) 1fr; align-items: center; gap: clamp(24px, 6vw, 90px); padding: clamp(28px, 6vw, 90px); border: 0; background: #050706; color: white; cursor: pointer; text-align: left; transition: opacity .9s ease, visibility .9s ease; }
.opening-card.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.opening-card[hidden] { display: none !important; }
.opening-poster { width: min(430px, 35vw); max-height: calc(100vh - var(--rail) - var(--controls) - 50px); justify-self: end; object-fit: contain; border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.42); }
.opening-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.opening-mark { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 13px; font-weight: 700; letter-spacing: -.04em; }
.opening-eyebrow { color: #aaa9a4; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.opening-card strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 7vw, 104px); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.opening-action { display: flex; align-items: center; gap: 9px; margin-top: 26px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: 14px; }
.opening-action small { color: #9d9e99; }
.play-icon { font-size: 11px; }
.film-scene { position: absolute; inset: 0 0 var(--controls); z-index: 1; overflow: hidden; opacity: 0; visibility: hidden; transition: opacity 1.15s ease, visibility 1.15s ease; }
.film-scene:not(.is-active) * { animation-play-state: paused !important; }
.film-scene.is-active * { animation-play-state: running; }
.film-scene.is-active { z-index: 2; opacity: 1; visibility: visible; }
.scene-number { margin: 0 0 22px; color: #7b7c77; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.spoken-caption { position: absolute; left: 50%; bottom: 20px; z-index: 5; transform: translateX(-50%); margin: 0; padding: 8px 13px; border-radius: 999px; background: rgba(0,0,0,.55); color: rgba(255,255,255,.88); font-size: 12px; backdrop-filter: blur(10px); }

/* Scene 1 */
.scene-opening { background: #07120d; color: white; }
.dawn-backdrop, .easier-backdrop { position: absolute; inset: -2%; background: url("assets/restaurant-dawn-v2.webp") center/cover no-repeat; transform: scale(1.04); animation: camera-drift 18s ease-out both; }
.dawn-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,7,5,.88) 0%, rgba(2,7,5,.5) 38%, rgba(2,7,5,.08) 70%), linear-gradient(0deg, rgba(1,4,3,.78) 0%, transparent 48%); }
.time-card { position: absolute; left: clamp(34px, 7vw, 120px); top: 17%; z-index: 2; }
.time-card p { margin: 0 0 8px; color: #d5d1c8; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 46px); opacity: 0; animation: line-arrive 1.1s .3s ease forwards; }
.time-card h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(58px, 8vw, 126px); font-weight: 400; letter-spacing: -.055em; line-height: .92; opacity: 0; animation: line-arrive 1.1s 1.2s ease forwards; }
.morning-signals { position: absolute; right: clamp(28px, 4.5vw, 76px); top: 8%; z-index: 3; display: grid; width: min(365px, 34vw); gap: 8px; }
.simulation-label { justify-self: end; padding: 5px 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.64); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.morning-signals article { padding: 12px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(17,24,20,.62); box-shadow: 0 14px 30px rgba(0,0,0,.12); backdrop-filter: blur(16px); opacity: 0; transform: translateY(10px); animation: signal-in .55s ease forwards; }
.morning-signals article:nth-of-type(1) { animation-delay: 1.5s; }.morning-signals article:nth-of-type(2) { animation-delay: 2.05s; }.morning-signals article:nth-of-type(3) { animation-delay: 2.6s; }.morning-signals article:nth-of-type(4) { animation-delay: 3.15s; }
.morning-signals small { display: block; margin-bottom: 3px; color: #b8b9b4; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.morning-signals strong { font-size: 13px; font-weight: 550; }
.june-notification { position: absolute; left: 50%; bottom: 11%; z-index: 4; display: grid; grid-template-columns: 42px 1fr; gap: 13px; width: min(390px, calc(100% - 40px)); padding: 15px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 17px; background: rgba(248,248,244,.93); color: #1e201e; box-shadow: 0 24px 70px rgba(0,0,0,.36); opacity: 0; transform: translate(-50%, 18px); animation: notification-in .9s 4.8s cubic-bezier(.2,.8,.2,1) forwards; backdrop-filter: blur(18px); }
.notification-orb { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--forest); color: white; font-family: Georgia, serif; font-size: 20px; }
.june-notification small, .quiet-phone small { display: block; color: #72736f; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.june-notification strong { display: block; margin-top: 2px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.june-notification p { margin: 2px 0 0; color: #575853; font-size: 13px; }

/* Scene 2 */
.scene-meet { display: grid; grid-template-columns: minmax(360px, 46%) 1fr; align-items: center; gap: clamp(48px, 8vw, 130px); padding: clamp(28px, 5vw, 76px) clamp(40px, 9vw, 150px); background: var(--paper); }
.portrait-stage { position: relative; justify-self: end; width: min(440px, 38vw); aspect-ratio: 4 / 5; }
.portrait-stage img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; object-position: top center; border-radius: 4px; box-shadow: 0 30px 70px rgba(24,30,24,.15); background: #efe4d4; }
.portrait-halo { position: absolute; inset: -18%; border-radius: 50%; background: #e9e3d4; filter: blur(28px); opacity: .55; }
.identity-chip { display: none; }
.meet-copy { max-width: 610px; }
.hello { margin: 0; color: #6e706b; font-family: Georgia, serif; font-size: clamp(22px, 2vw, 32px); }
.meet-copy h2 { margin: 5px 0 12px; font-family: Georgia, serif; font-size: clamp(55px, 6vw, 96px); font-weight: 400; letter-spacing: -.055em; line-height: .93; }
.role { margin: 0 0 26px; color: #555650; font-size: clamp(16px, 1.5vw, 23px); }
.voice-lines { display: grid; gap: 8px; }
.voice-lines p { margin: 0; color: #5d5e59; font-size: clamp(14px, 1.15vw, 18px); line-height: 1.48; opacity: 0; transform: translateY(8px); animation: line-arrive .8s ease forwards; }
.voice-lines p:nth-child(1) { animation-delay: .8s; }.voice-lines p:nth-child(2) { animation-delay: 3.5s; }.voice-lines p:nth-child(3) { animation-delay: 6s; }
.voice-lines strong { color: var(--ink); font-weight: 650; }
.identity-disclosure { max-width: 570px; margin: 25px 0 0; padding-top: 14px; border-top: 1px solid #deded8; color: #767772; font-size: 11px; line-height: 1.5; }

/* Scene 3 */
.scene-briefing { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.25fr); align-items: center; gap: clamp(40px, 7vw, 110px); padding: 38px clamp(38px, 8vw, 130px); background: #0a0d0b; color: white; }
.briefing-heading { align-self: center; max-width: 480px; }
.briefing-heading .scene-number { color: #8c938d; }
.briefing-heading h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(54px, 6vw, 98px); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.briefing-heading > p:last-child { color: #aaafaa; font-size: clamp(16px, 1.4vw, 22px); }
.briefing-stack { display: grid; gap: 8px; }
.briefing-item { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); opacity: 0; transform: translateY(8px); animation: signal-in .55s var(--reveal) ease forwards; }
.item-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: #1a3b2f; color: #cde7dc; font-size: 9px; font-weight: 700; }
.briefing-item small { display: block; margin-bottom: 3px; color: #8f958f; font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.briefing-item strong { font-size: clamp(12px, 1.1vw, 16px); font-weight: 520; }
.decision-item { grid-template-columns: 38px 1fr auto; border-color: rgba(227,164,95,.42); background: rgba(227,164,95,.08); }
.decision-copy p { margin: 3px 0 0; color: #d4b890; font-size: 10px; }
.decision-actions { display: flex; gap: 7px; }
.decision-actions button { min-height: 34px; padding: 0 12px; border: 0; border-radius: 999px; background: #f1eee7; color: #111; font-size: 10px; cursor: pointer; }
.decision-actions .secondary { border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; }
.briefing-footnote { position: absolute; right: clamp(38px, 8vw, 130px); bottom: 16px; margin: 0; color: #767b77; font-size: 9px; }

/* Scene 4 */
.scene-watch { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; padding: 50px clamp(40px, 8vw, 130px); background: var(--ivory); }
.watch-copy { max-width: 540px; }
.watch-copy h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.watch-copy > p:not(.scene-number) { margin: 0 0 8px; color: #696a65; font-size: clamp(17px, 1.6vw, 25px); }
.watch-copy > strong { display: block; margin-top: 18px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(25px, 2.8vw, 42px); font-weight: 400; }
.signal-orbit { position: relative; width: min(650px, 46vw); aspect-ratio: 1.25; justify-self: center; }
.signal { position: absolute; z-index: 2; width: 210px; padding: 14px; border: 1px solid #dedbd2; background: rgba(255,255,255,.9); box-shadow: 0 20px 45px rgba(31,38,31,.09); opacity: 0; animation: card-orbit-in .75s ease forwards; }
.signal span { display: block; margin-bottom: 9px; color: var(--forest); font-family: Georgia, serif; font-size: 19px; }
.signal small { display: block; color: #83847f; font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.signal strong { display: block; margin-top: 4px; font-size: 12px; font-weight: 570; }
.signal-review { left: 1%; top: 2%; animation-delay: .3s; }.signal-event { right: 0; top: 12%; animation-delay: 1.2s; }.signal-weather { left: 3%; bottom: 5%; animation-delay: 2.1s; }.signal-date { right: 4%; bottom: 0; animation-delay: 3s; }
.recommendation-core { position: absolute; left: 50%; top: 49%; z-index: 1; display: grid; place-items: center; width: 165px; height: 165px; transform: translate(-50%,-50%); border-radius: 50%; background: var(--forest); color: white; box-shadow: 0 30px 70px rgba(21,59,45,.25); }
.recommendation-core > span { font-family: Georgia, serif; font-size: 35px; }
.recommendation-core small { margin-top: -16px; color: #b7d2c7; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.recommendation-core strong { margin-top: -18px; font-size: 15px; }
.source-note { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); width: 80%; margin: 0; color: #8a8b86; font-size: 9px; text-align: center; }

/* Scene 5 */
.scene-easier { background: #07120d; color: white; }
.easier-backdrop { filter: saturate(.82) brightness(.92); animation-duration: 20s; }
.easier-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,12,8,.93) 0%, rgba(4,12,8,.68) 46%, rgba(4,12,8,.08) 78%), linear-gradient(0deg, rgba(3,8,5,.55), transparent 45%); }
.easier-copy { position: absolute; left: clamp(38px, 8vw, 130px); top: 50%; z-index: 2; max-width: 720px; transform: translateY(-50%); }
.easier-copy .scene-number { color: #a8aca7; }
.easier-copy h2 { max-width: 650px; margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.easier-copy > p:not(.scene-number) { margin: 8px 0; color: #d1d2cd; font-size: clamp(16px, 1.55vw, 24px); }
.easier-copy strong { color: white; font-weight: 600; }
.quiet-phone { position: absolute; right: clamp(35px, 7vw, 110px); bottom: 12%; z-index: 3; display: grid; grid-template-columns: 42px 1fr; gap: 12px; width: min(380px, 34vw); padding: 14px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 17px; background: rgba(250,250,247,.93); color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.quiet-phone strong { font-size: 13px; }

/* Scene 6 */
.scene-close { display: grid; grid-template-columns: minmax(270px, 39%) 1fr; align-items: center; gap: clamp(46px, 8vw, 130px); padding: 40px clamp(42px, 9vw, 150px); background: #fff; }
.closing-portrait { position: relative; justify-self: end; width: min(390px, 31vw); }
.closing-portrait img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: contain; object-position: top center; filter: saturate(.92); background: #efe4d4; }
.closing-portrait span { display: none; }
.closing-copy { max-width: 720px; }
.final-line { max-width: 650px; margin: 0 0 28px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(30px, 3.4vw, 54px); line-height: 1.08; }
.closing-rule { width: 42px; height: 1px; margin-bottom: 24px; background: #b7b8b3; }
.closing-brand { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: #6d6e69; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.brand-symbol { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #9d9e99; border-radius: 50%; color: var(--ink); font-size: 9px; font-weight: 700; }
.closing-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(58px, 7vw, 108px); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.tagline { margin: 13px 0 23px; color: #62635f; font-size: clamp(17px, 1.6vw, 25px); }
.closing-actions { display: flex; gap: 10px; }
.closing-actions a, .closing-actions button { min-height: 42px; padding: 0 17px; border: 1px solid var(--forest); border-radius: 999px; text-decoration: none; }
.closing-actions a { display: inline-flex; align-items: center; background: var(--forest); color: white; }
.closing-actions button { background: transparent; color: #8b8c87; opacity: .55; }
.closing-fineprint { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 17px; color: #666762; font-size: 10px; }
.decision-preview { margin: 12px 0 0; color: #999a95; font-size: 9px; }

.film-end-card { position: absolute; inset: 0 0 var(--controls); z-index: 24; display: grid; align-content: center; justify-items: center; gap: 16px; padding: 32px; background: #071a13; color: white; text-align: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 1.1s ease, visibility 1.1s ease; }
.film-end-card.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.film-end-card p { margin: 0; color: #c8d7d0; font-size: clamp(17px,2vw,26px); }
.film-end-card h2 { max-width: 760px; margin: 0; font-family: Georgia,serif; font-size: clamp(42px,6vw,86px); font-weight: 400; line-height: 1; }
.film-end-card div { display: flex; gap: 10px; }
.film-end-card a, .film-end-card button { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: white; color: #10251c; text-decoration: none; cursor: pointer; }
.film-end-card button { background: transparent; color: white; }

/* Controls */
.film-controls { position: absolute; inset: auto 0 0; z-index: 25; display: grid; grid-template-columns: 44px 1fr auto auto auto auto; align-items: center; gap: 13px; height: var(--controls); padding: 0 20px; border-top: 1px solid rgba(128,128,128,.18); background: rgba(249,249,247,.94); color: #222; backdrop-filter: blur(18px); }
.film-controls > button { min-width: 42px; min-height: 36px; border: 0; border-radius: 999px; background: #e8e8e4; color: #222; font-size: 10px; cursor: pointer; }
.progress-track { height: 2px; overflow: hidden; background: #d8d8d4; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--blue); }
.scene-dots { display: flex; gap: 7px; }
.scene-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #c1c2bd; cursor: pointer; }
.scene-dots button[aria-current="true"] { background: var(--blue); transform: scale(1.35); }
#soundFilm { padding-inline: 13px; }
#sceneCounter { color: #777873; font-size: 10px; white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.journey-links { position: fixed; top: calc(var(--rail) + 12px); right: 16px; z-index: 50; display: flex; gap: 8px; }
.journey-links a, .film-transcript summary { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(7,18,13,.82); color: white; text-decoration: none; font-size: 12px; backdrop-filter: blur(12px); }
.film-transcript { position: fixed; top: calc(var(--rail) + 12px); left: 16px; z-index: 51; max-width: min(560px, calc(100vw - 32px)); color: white; }
.film-transcript summary { width: max-content; cursor: pointer; }
.film-transcript[open] { padding: 0 16px 12px; border-radius: 20px; background: rgba(7,18,13,.96); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.film-transcript[open] summary { margin: 0 -16px 10px; }
.film-transcript ol { max-height: 55vh; margin: 0; padding: 0 8px 0 28px; overflow-y: auto; font-size: 13px; line-height: 1.5; }
.film-transcript li + li { margin-top: 8px; }
.no-script-fallback { position: absolute; inset: 50% auto auto 50%; z-index: 60; width: min(560px, calc(100% - 32px)); transform: translate(-50%,-50%); padding: 24px; border-radius: 18px; background: white; color: #111; }

@keyframes camera-drift { from { transform: scale(1.04) translate3d(0,0,0); } to { transform: scale(1.11) translate3d(-1.2%, -.5%, 0); } }
@keyframes line-arrive { to { opacity: 1; transform: none; } }
@keyframes signal-in { to { opacity: 1; transform: none; } }
@keyframes notification-in { to { opacity: 1; transform: translate(-50%,0); } }
@keyframes card-orbit-in { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  :root { --controls: 58px; }
  .scene-meet, .scene-close { grid-template-columns: 38% 1fr; gap: 28px; padding: 26px 32px; }
  .portrait-stage { width: min(330px, 35vw); }
  .scene-briefing { grid-template-columns: .6fr 1.4fr; gap: 30px; padding: 26px 34px; }
  .scene-watch { gap: 26px; padding: 30px 36px; }
  .signal { width: 175px; padding: 10px; }
  .recommendation-core { width: 130px; height: 130px; }
  .morning-signals { width: 310px; }
}
@media (max-width: 720px) {
  :root { --rail: 68px; }
  .opening-card { grid-template-columns: 1fr; align-content: center; gap: 16px; padding: 52px 24px 30px; text-align: center; }
  .opening-poster { width: min(230px, 58vw); max-height: 42vh; justify-self: center; }
  .opening-copy { align-items: center; }
  .journey-links { top: calc(var(--rail) + 8px); right: 8px; gap: 4px; }
  .journey-links a { min-height: 44px; padding-inline: 10px; font-size: 10px; }
  .film-transcript { top: calc(var(--rail) + 8px); left: 8px; }
  .film-transcript summary { min-height: 44px; padding-inline: 10px; font-size: 10px; }
  .preview-rail { min-height: var(--rail); padding-inline: 12px; font-size: 14px; }
  .film-scene { overflow-y: auto; }
  .scene-meet, .scene-close { grid-template-columns: 1fr; align-content: center; gap: 18px; padding: 22px 24px; }
  .portrait-stage, .closing-portrait { justify-self: center; width: min(240px, 58vw); }
  .meet-copy, .closing-copy { text-align: center; }
  .meet-copy .scene-number { margin-bottom: 8px; }
  .voice-lines { display: none; }
  .identity-disclosure { margin-top: 12px; }
  .scene-briefing { display: block; padding: 25px 18px; }
  .briefing-heading h2 { font-size: 42px; }
  .briefing-heading > p:last-child { display: none; }
  .briefing-stack { gap: 6px; }
  .briefing-item { padding: 9px; }
  .decision-item { grid-template-columns: 32px 1fr; }
  .decision-actions { grid-column: 2; }
  .briefing-footnote { position: static; margin-top: 8px; }
  .scene-watch { display: block; padding: 28px 22px; }
  .watch-copy h2 { font-size: 42px; }
  .signal-orbit { width: 100%; margin-top: 20px; }
  .signal { width: 44%; }
  .recommendation-core { width: 110px; height: 110px; }
  .time-card { left: 24px; top: 12%; }
  .time-card h1 { font-size: 58px; }
  .morning-signals { right: 18px; top: auto; bottom: 27%; width: min(300px, calc(100% - 36px)); }
  .morning-signals article { padding: 8px 11px; }
  .june-notification { bottom: 20%; }
  .easier-copy { left: 24px; right: 24px; }
  .easier-copy h2 { font-size: 43px; }
  .quiet-phone { right: 20px; bottom: 8%; width: calc(100% - 40px); }
  .film-controls { grid-template-columns: 44px 1fr auto auto; gap: 6px; padding: 0 8px; }
  .film-controls > button { min-height: 44px; }
  .scene-dots, #sceneCounter { display: none; }
  #soundFilm { display: block; padding-inline: 9px; }
}
@media (max-height: 760px) and (min-width: 681px) {
  .portrait-stage { width: min(330px, 30vw); }
  .scene-meet, .scene-close { padding-block: 24px; }
  .meet-copy h2 { font-size: clamp(50px, 5vw, 72px); }
  .voice-lines { gap: 5px; }
  .identity-disclosure { margin-top: 12px; padding-top: 9px; }
  .briefing-item { padding-block: 8px; }
  .watch-copy h2, .easier-copy h2 { font-size: clamp(48px, 5vw, 72px); }
  .signal-orbit { width: min(560px, 42vw); }
  .closing-portrait { width: min(310px, 27vw); }
  .final-line { margin-bottom: 15px; }
  .closing-copy h2 { font-size: clamp(54px, 6vw, 82px); }
  .tagline { margin-block: 8px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-delay: 0ms !important; transition-duration: .001ms !important; }
  .dawn-backdrop, .easier-backdrop { transform: none; }
}
