.editorial-landing .cinematic-landing { display: block; height: 100svh; min-height: 780px; overflow: hidden; }
.editorial-landing .cinematic-landing::after { z-index: 2; background: linear-gradient(90deg,#060a08 0%,rgba(6,10,8,.96) 24%,rgba(6,10,8,.65) 36%,transparent 55%); pointer-events: none; }
.cinematic-landing .cinematic-photo-frame { position: absolute; inset: calc(56px + env(safe-area-inset-top)) 0 0; z-index: 0; }
.editorial-landing .cinematic-landing .hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; height: 100%; width: 44%; max-width: 690px; padding: 110px 0 86px clamp(24px,4.2vw,80px); }
.editorial-landing .cinematic-landing h1 { font-size: clamp(44px,4vw,64px); line-height: 1.02; letter-spacing: -.035em; margin: 24px 0 22px; }
.cinematic-landing .hero-eyebrow { color: #dec181; font-size: 11px; letter-spacing: .1em; }
.cinematic-landing .hero-promise { max-width: 420px; margin: 16px 0 0; color: #dec181; font-size: 15px; line-height: 1.5; }
.editorial-landing .landing-identity { width: min(100%, var(--content)); margin: 0 auto 16px; color: #b9beb6; font-size: 12px; line-height: 1.5; }
.editorial-landing .cinematic-landing .hero-subtitle { font: 600 clamp(22px,1.8vw,29px)/1.17 "Cormorant Garamond",Georgia,serif; color: #dccfac; margin: 0 0 18px; }
.editorial-landing .cinematic-landing .hero-truth { max-width: 420px; color: #c4c7bf; font-size: 16px; line-height: 1.6; margin: 0; }
.cinematic-landing .hero-actions { margin-top: 25px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; width: auto; max-width: none; }
.cinematic-landing .primary-cta { background: #dcbc76; color: #171c15; border-color: #dcbc76; min-height: 52px; width: auto; min-width: 186px; border-radius: 2px; font-size: 13px; font-weight: 600; gap: 25px; }
.cinematic-landing .primary-cta:hover { background: #eed49b; }
.cinematic-landing .hero-actions p { max-width: none; font-size: 12px; line-height: 1.5; color: #a6aca3; margin: 0; text-align: left; }
.cinematic-facts { display: grid; grid-template-columns: 1fr 1.3fr 1.2fr; border-top: 1px solid #dccfac28; border-bottom: 1px solid #dccfac28; padding: 12px 0; margin: 26px 0 0; max-width: 430px; }
.cinematic-facts div { padding-right: 10px; }
.cinematic-facts div+div { padding-left: 12px; border-left: 1px solid #dccfac22; }
.cinematic-facts dt { color: #ebe6d9; font: 600 10px/1.4 Inter,sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.cinematic-facts dd { margin: 4px 0 0; color: #a9afa6; font: 400 10px/1.5 Inter,sans-serif; }
.cinematic-lab-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 9px; color: #d9c69b; font-size: 12px; text-decoration: none; }
.cinematic-lab-link:hover { text-decoration: underline; }
.cinematic-landing .scene-controls { position: absolute; bottom: 22px; right: 24px; }
.cinematic-landing .scroll-cue { bottom: 22px; }
.landing-lab-entry { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding: 68px max(24px,8vw); background: #e9e1cf; color: #172b23; }
.landing-lab-entry .section-kicker { color: #52705b; }
.landing-lab-entry h2 { font: 600 clamp(36px,4vw,58px)/1.05 "Cormorant Garamond",Georgia,serif; margin: 12px 0 0; letter-spacing: -.035em; }
.landing-lab-entry p { max-width: 480px; line-height: 1.7; font-size: 15px; }
.landing-lab-entry .primary-cta { width: fit-content; min-height: 48px; padding: 14px 22px; background: #1d3d30; color: #fff4db; margin-top: 20px; gap: 28px; }
.landing-lab-entry .lab-entry-note { font-size: 12px; color: #536355; margin-top: 12px; }
@media (max-width: 1100px) and (min-width: 961px) {
 .editorial-landing .cinematic-landing .hero-copy { width: 45%; padding-left: 30px; padding-right: 8px; }
 .editorial-landing .cinematic-landing h1 { font-size: 54px; }
 .cinematic-landing .hero-actions { flex-wrap: wrap; gap: 10px; }
 .cinematic-landing .hero-actions p { max-width: none; }
}
@media (max-width: 960px) {
 .editorial-landing .cinematic-landing { height: auto; min-height: 0; display: flex; flex-direction: column; padding-top: calc(56px + env(safe-area-inset-top)); }
 .editorial-landing .cinematic-landing::after { display: none; }
 .cinematic-landing .cinematic-photo-frame { position: relative; inset: auto; width: 100%; aspect-ratio: 8/5; z-index: 0; flex-shrink: 0; }
 .cinematic-landing .scene-spotlight { bottom: auto; height: calc(100vw * .625 + 56px); }
 .cinematic-landing .scene-bridge { background: radial-gradient(ellipse at 60% 35%,rgba(198,162,90,.11),transparent 60%); }
 .editorial-landing .cinematic-landing .hero-copy { width: 100%; max-width: 620px; align-self: center; height: auto; padding: 20px 24px 10px; }
 .editorial-landing .cinematic-landing h1 { font-size: clamp(44px,9.5vw,64px); margin: 18px 0; }
 .editorial-landing .cinematic-landing .hero-subtitle { font-size: 24px; }
 .editorial-landing .cinematic-landing .hero-truth { font-size: 14px; }
 .cinematic-landing .hero-actions { margin-top: 22px; gap: 12px; flex-wrap: wrap; }
 .cinematic-landing .hero-actions .primary-cta { width: 100%; min-height: 52px; justify-content: space-between; padding: 14px 20px; }
 .cinematic-landing .hero-actions p { max-width: none; }
 .cinematic-facts { width: 100%; max-width: none; margin-top: 22px; }
 .cinematic-landing .scene-controls { position: relative; inset: auto; padding: 0 24px 22px; }
 .cinematic-landing .scroll-cue { display: none; }
 .landing-lab-entry { grid-template-columns: 1fr; padding: 40px 24px; gap: 18px; }
 .landing-lab-entry .primary-cta { width: 100%; justify-content: space-between; }
}
@media (max-height: 500px) and (pointer: coarse) {
 .cinematic-landing .cinematic-photo-frame { aspect-ratio: auto; height: 230px; }
 .editorial-landing .cinematic-landing .hero-copy { max-width: 720px; }
 .editorial-landing .cinematic-landing h1 { font-size: 48px; }
}
@media (min-width: 701px) and (max-height: 500px) and (pointer: coarse) {
 .editorial-landing .cinematic-landing { display: block; min-height: max(640px,calc(100vw * .625 + 56px)); padding-top: 56px; }
 .cinematic-landing .cinematic-photo-frame { position: absolute; inset: 56px 0 auto; height: calc(100vw * .625); }
 .editorial-landing .cinematic-landing::after { display: block; }
 .editorial-landing .cinematic-landing .hero-copy { width: 44%; max-width: none; padding: 24px 0 70px 24px; }
 .editorial-landing .cinematic-landing h1 { font-size: 42px; }
 .editorial-landing .cinematic-landing .hero-subtitle { font-size: 22px; }
 .editorial-landing .cinematic-landing .hero-truth { font-size: 13px; }
 .cinematic-landing .scene-controls { position: absolute; inset: auto 18px 18px auto; padding: 0; }
 .cinematic-landing .scene-spotlight { height: 100%; }
}
.editorial-landing .site-header-inner { width: auto; max-width: none; margin: 0; padding: env(safe-area-inset-top) clamp(24px,4.2vw,80px) 0; }
.editorial-landing .site-nav a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; }
@media (max-width: 700px) {
 .editorial-landing .site-header-inner { gap: 12px; min-height: calc(56px + env(safe-area-inset-top)); }
 .editorial-landing .site-nav { gap: 12px; }
 .editorial-landing .site-nav a { font-size: 12px; }
}

/* Mobile: lead with the scene, cropping the unused left side in CSS only. */
@media (max-width: 960px) {
 .editorial-landing .cinematic-landing {
   display: flex; min-height: 0; padding-top: calc(56px + env(safe-area-inset-top));
 }
 .editorial-landing .cinematic-landing::after { display: none; }
 .editorial-landing .cinematic-landing .hero-copy {
   order: 1; width: 100%; height: auto; padding: 24px 24px 32px; max-width: 540px;
 }
 .editorial-landing .cinematic-landing h1 {
   font-size: clamp(34px,8.6vw,48px); line-height: 1.05; margin: 0 0 18px;
 }
 .editorial-landing .cinematic-landing .hero-truth {
   font-size: 16px; line-height: 1.55; max-width: 440px; color: #d0d2cb;
 }
 .cinematic-landing .hero-actions { margin-top: 24px; gap: 10px; }
 .cinematic-landing .hero-actions p { font-size: 12px; line-height: 1.5; }
 .cinematic-landing .cinematic-facts,
 .cinematic-landing .cinematic-lab-link { display: none; }
 .cinematic-landing .cinematic-photo-frame {
   order: 0; position: relative; inset: auto; aspect-ratio: 1.08; height: auto;
   width: 100%; max-width: 480px; align-self: center;
 }
 .cinematic-landing .cinematic-photo-frame [data-scene-image] {
   position: absolute; inset: 0; object-fit: cover; object-position: right center;
 }
 .cinematic-landing .scene-controls { display: none; }
 .cinematic-landing [data-scene-replay] { display: none; }
 .cinematic-landing .scene-bridge,
 .cinematic-landing .scene-spotlight {
   top: calc(56px + env(safe-area-inset-top)); bottom: auto;
   left: max(0px, calc((100% - 480px) / 2)); right: auto;
   width: min(100%, 480px); height: calc(min(100vw, 480px) / 1.08);
 }
 .editorial-landing .quick-start-strip { display: none; }
 .editorial-landing .quick-start-heading { margin-bottom: 12px; }
 .editorial-landing .quick-start-heading span { display: none; }
 .editorial-landing .quick-start-chips {
   display: grid; gap: 0; overflow: visible; margin: 0; padding: 0;
 }
 .editorial-landing .quick-start-chips a {
   min-height: 48px; padding: 12px 0; white-space: normal;
   border: 0; border-bottom: 1px solid #ffffff20; border-radius: 0;
   font-size: 14px; line-height: 1.5; text-align: left;
 }
 /* Last two chips repeat the same behavior/pattern routes as the first three. */
 .editorial-landing .quick-start-chips a:nth-child(n+4) { display: none; }
 .landing-lab-entry { padding: 40px 24px; gap: 16px; }
 .landing-lab-entry p { margin-top: 0; font-size: 16px; line-height: 1.55; }
 .landing-lab-entry .section-kicker,
 .landing-lab-entry .lab-entry-note { display: none; }
 .landing-lab-entry h2 { margin-top: 0; }
 .editorial-landing .screen-shell,
 .editorial-landing .voice-stage { min-height: 0; padding-top: 48px; padding-bottom: 48px; }
 .editorial-landing .message { max-width: 100%; font-size: 16px; }
 .editorial-landing .message-zinaida { gap: 10px; }
 .editorial-landing .message-zinaida img { width: 28px; height: 28px; flex-basis: 28px; }
 .editorial-landing .message-user,
 .editorial-landing .message-zinaida > div { padding: 16px; }
 .editorial-landing .typing-pause,
 .editorial-landing .message-question,
 .editorial-landing .message-zinaida > div > p + p,
 .editorial-landing .voice-foot > p { display: none; }
 .editorial-landing .voice-foot { margin-top: 20px; }
 .editorial-landing .voice-foot a { display: inline-flex; align-items: center; min-height: 44px; }
 .editorial-landing .behavior-screen { display: none; }
 .editorial-landing .recognition-screen .section-heading,
 .editorial-landing .recognition-screen .situation-cards,
 .editorial-landing .season-quote > span { display: none; }
 .editorial-landing .season-quote { margin: 0; font-size: 42px; line-height: 1.08; }
 .editorial-landing .recognition-screen .screen-shell { padding-top: 36px; padding-bottom: 36px; }
 .editorial-landing .how-screen .section-kicker,
 .editorial-landing .how-screen .steps-note { display: none; }
 .editorial-landing .how-screen .section-heading { margin-bottom: 20px; }
 .editorial-landing .steps-list li { padding: 20px 0; grid-template-columns: 24px minmax(0,1fr); }
 .editorial-landing .steps-list p { line-height: 1.55; }
 .editorial-landing .reveal-on-scroll {
   opacity: 1; transform: none; transition: none;
 }
}
