/* The opening is an actual WebGL scene; the UI layers are scroll-scrubbed DOM. */
.site-nav { background: #10101be8; border-bottom-color: #ffffff12; }
.nav-shell { backdrop-filter: none; }
.nav-brand-text strong, .nav-links a, .nav-toggle { color: #f5f3ff; }
.nav-brand-text span { color: #bbb3cc; }
.nav-toggle span { background: #f5f3ff; }
.nav-links a.is-active { color: #d3bcff; }
.hero[data-cinematic] { position: relative; overflow: visible; padding: 0; margin: 0; background: #070710; color: #fff; --cinema-intro: 1; --cinema-phone: 0; --cinema-spread: 0; --cinema-ticket: 0; --cinema-panel: 0; --cinema-delivery: 0; --cinema-progress: 0; }
.cinema-stage { position: relative; min-height: 760px; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 72% 52%, #29144380, transparent 57%), #070710; }
.cinema-ready { height: 440svh; }
.cinema-ready .cinema-stage { position: sticky; top: 66px; height: calc(100svh - 66px); min-height: 600px; }
.cinema-webgl { position: absolute; inset: 0; z-index: -1; opacity: .8; mask-image: linear-gradient(90deg, #00000018, #00000040 48%, #000 80%); }
.cinema-stage .hero-operation-flow.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; padding: 0; margin: -1px; clip: rect(0,0,0,0); }
.cinema-aura { position: absolute; z-index: -2; width: 70vw; height: 70vw; top: 10%; left: 34%; border-radius: 50%; background: radial-gradient(circle, #ad54f322, #5342b511 40%, transparent 65%); }
.cinema-stage .hero-copy { position: absolute; width: 48%; max-width: 650px; left: 7%; top: 50%; transform: translateY(calc(-50% - (1 - var(--cinema-intro)) * 180px)); text-align: left; opacity: var(--cinema-intro); z-index: 4; }
.cinema-ready:not(.cinema-start) .hero-copy { pointer-events: none; visibility: hidden; }
.cinema-stage .hero-eyebrow { font-size: 10px; letter-spacing: .2em; color: #c6b3ea; }
.cinema-stage h1 { color: #fff; font-size: clamp(48px, 5.8vw, 86px); line-height: 1.03; letter-spacing: -.065em; font-weight: 650; margin: 22px 0; }
.cinema-stage h1 span { display: block; color: #c09bff; }
.cinema-stage .hero-lead { color: #c5bfd2; font-size: 18px; max-width: 39ch; margin: 26px 0; }
.cinema-stage .hero-actions { justify-content: flex-start; }
.cinema-stage .hero-link { color: #e3d4ff; font-size: 14px; }
.cinema-stage .btn-primary { background: #e4d5ff; color: #201330; }
.cinema-stage .orders-proof { margin: 30px 0 0; justify-content: start; }
.cinema-stage .orders-proof-label, .cinema-stage .orders-proof-label strong { color: #c3b9d1; }
.cinema-stage .hero-visual { position: absolute; left: 62%; top: 24%; width: 29%; max-width: 420px; margin: 0; padding: 0; min-height: 0; opacity: var(--cinema-intro); transform: translateY(calc((1 - var(--cinema-intro)) * -250px)) scale(calc(.65 + var(--cinema-intro) * .35)); perspective: 1000px; }
.cinema-brand.hero-brand-card { position: relative; inset: auto; width: 100%; aspect-ratio: .92; padding: 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 35%; background: linear-gradient(135deg, #ffffff1f, #3d205d38 40%, #ffffff05); border: 1px solid #d6b4ff4d; box-shadow: inset 0 2px 2px #ffffff66, inset 0 -6px 12px #b584e53b, 25px 30px 80px #0008; backdrop-filter: blur(7px); transform-style: preserve-3d; animation: brandLevitate 6s ease-in-out infinite; }
.cinema-brand.hero-brand-card img { width: 85%; transform: translateZ(40px); }
.cinema-brand.hero-brand-card span { font-size: 8px; color: #e8dbff; letter-spacing: .19em; margin-top: 6px; white-space: nowrap; }
@keyframes brandLevitate { 0%,100% { transform: translateY(12px) rotateY(-18deg) rotateX(8deg) rotateZ(-5deg); } 50% { transform: translateY(-16px) rotateY(12deg) rotateX(-5deg) rotateZ(3deg); } }
.cinema-paused .cinema-brand { animation-play-state: paused; }
.cinema-chapters { position: absolute; top: 16%; left: 7%; z-index: 5; pointer-events: none; }
.cinema-chapters p { margin: 0; color: #d1bedf; font-size: 24px; letter-spacing: -.02em; line-height: 1.22; }
.cinema-chapters p[hidden] { display: none; }
.cinema-chapters p:first-child { font-size: 10px; letter-spacing: .18em; }
.cinema-chapters p:first-child span { display: inline-block; margin-left: 16px; font-size: 18px; }
.cinema-chapters strong { display: block; color: #fff; font-size: clamp(30px, 3.2vw, 48px); font-weight: 600; margin-top: 8px; }
.cinema-chapters b { display: inline-block; margin-right: 16px; color: #a78bd6; font-size: 12px; }
.cinema-controls { position: absolute; bottom: 22px; left: 7%; right: 7%; display: flex; justify-content: space-between; align-items: center; gap: 20px; z-index: 6; }
.cinema-controls button, .cinema-controls a { color: #c8bfd8; background: #0e0c1a99; border: 1px solid #ffffff22; border-radius: 30px; padding: 8px 14px; font: inherit; font-size: 10px; text-decoration: none; cursor: pointer; }
.cinema-progress { position: absolute; height: 3px; background: #ffffff13; bottom: 0; left: 0; right: 0; }
.cinema-progress span { display: block; width: calc(var(--cinema-progress) * 100%); height: 100%; background: linear-gradient(90deg, #73d9ef, #b38bff, #f561ce); }
.cinema-objects { position: absolute; inset: 0; pointer-events: none; perspective: 1400px; }
.cinema-phone { position: absolute; top: 50%; left: 57%; width: clamp(250px, 23vw, 330px); height: 520px; padding: 50px 18px 20px; border: 3px solid #82768c; border-radius: 45px; background: linear-gradient(155deg, #242033, #0d1119); box-shadow: 12px 15px 0 #15121c, 14px 17px 0 #64556e, 30px 45px 60px #0008, inset 0 0 0 5px #060609; transform: translate(-50%, calc(-45% + (1 - var(--cinema-phone)) * 110vh)) translateX(calc(var(--cinema-spread) * -32vw)) rotateY(calc((1 - var(--cinema-phone)) * -45deg + var(--cinema-spread) * 22deg)) rotateZ(calc((1 - var(--cinema-phone)) * -22deg)) scale(calc(.72 + var(--cinema-phone) * .28 - var(--cinema-spread) * .2)); opacity: var(--cinema-phone); }
.cinema-phone { display: flex; flex-direction: column; }
.phone-chat-area { flex: 1; display: flex; flex-direction: column; }
.phone-island { position: absolute; top: 16px; left: 36%; width: 28%; height: 20px; border-radius: 20px; background: #000; }
.phone-app { display: flex; align-items: center; gap: 8px; padding: 12px 10px; background: #075e54; color: #fff; font-size: 16px; border-radius: 12px 12px 0 0; }
.phone-app img { width: 32px; height: 32px; object-fit: contain; padding: 3px; background: #8f48c2; border-radius: 50%; }
.phone-app .phone-wa-mark { width: 23px; height: 23px; padding: 0; background: none; margin-left: auto; }
.phone-app small { display: block; color: #d9eee8; font-size: 9px; }
.phone-chat-area { padding: 10px; border-radius: 0 0 22px 22px; background-color: #efeae2; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' fill='none' stroke='%23c8c0b3' stroke-width='.7' opacity='.45'%3E%3Cpath d='M8 12h14v10H14l-5 4v-4H8zM46 43l5-6 5 6-5 7zM42 8l3 4 5-2-2 5 3 4-5-1-4 3 1-5-4-3 5-1zM12 53c-5-6 3-11 6-5 3-6 11-1 6 5l-6 5z'/%3E%3C/svg%3E"); }
.phone-day { display: table; margin: 0 auto; padding: 4px 7px; border-radius: 5px; font-size: 7px; color: #59676d; background: #ffffffc9; }
.phone-chat { font-size: 11px; color: #182722; max-width: 90%; padding: 9px; margin-top: 10px; border-radius: 9px; line-height: 1.4; box-shadow: 0 1px 1px #0002; }
.phone-chat small { display: block; text-align: right; font-size: 7px; color: #687875; margin-top: 3px; }
.phone-chat i { font-style: normal; color: #249ed1; }
.chat-user { background: #d9fdd3; margin-left: auto; border-top-right-radius: 2px; }
.chat-bot { background: #fff; border-top-left-radius: 2px; }
.phone-composer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; font-size: 9px; color: #667781; background: #fff; padding: 6px 6px 6px 10px; border-radius: 20px; }
.phone-composer { margin-top: auto; }
.phone-composer span { background: #008069; color: #fff; padding: 6px 8px; border-radius: 50%; }
.cinema-ticket { position: absolute; left: 49%; top: 56%; width: 300px; background: #f5f1fa; color: #21192c; padding: 28px; border-radius: 24px; box-shadow: 0 30px 70px #0005; opacity: var(--cinema-ticket); transform: translate(-50%, calc(-50% + (1 - var(--cinema-ticket)) * 100vh)) translateX(calc(var(--cinema-panel) * -3vw)) rotateZ(calc((1 - var(--cinema-ticket)) * 16deg)) scale(calc(.65 + var(--cinema-ticket) * .35 - var(--cinema-panel) * .12)); }
.ticket-check { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #316c4d; background: #d5ebdc; margin-bottom: 20px; }
.cinema-ticket > small { font-size: 9px; letter-spacing: .12em; color: #786984; }
.cinema-ticket > strong { display: block; font-size: 30px; line-height: 1.1; letter-spacing: -.04em; margin: 12px 0 26px; }
.cinema-ticket > div { display: flex; justify-content: space-between; font-size: 11px; padding: 12px 0; border-top: 1px solid #20102a15; }
.cinema-ticket b { font-weight: 500; color: #705389; }
.cinema-ticket .cinema-note { font-size: 10px; color: #796d83; margin-top: 22px; }
.cinema-panel { position: absolute; left: 76%; top: 48%; width: 470px; padding: 22px; color: #2b2235; background: linear-gradient(135deg, #f7f4fd, #e7e0ef); border: 2px solid #ffffff9c; border-radius: 22px; box-shadow: 10px 15px 0 #6f657d, 30px 45px 60px #0007; opacity: var(--cinema-panel); transform: translate(-50%, calc(-35% + (1 - var(--cinema-panel)) * 100vh)) rotateY(calc(-12deg + (1 - var(--cinema-panel)) * -25deg)) rotateX(calc((1 - var(--cinema-panel)) * 20deg)) scale(calc(.6 + var(--cinema-panel) * .4)); }
.cinema-panel header { display: flex; gap: 10px; align-items: center; font-size: 13px; padding-bottom: 20px; }
.cinema-panel header img { width: 28px; }
.cinema-panel header i { width: 6px; height: 6px; border-radius: 50%; background: #4caa77; margin-left: auto; }
.cinema-panel header { padding: 10px; margin-bottom: 10px; background: #ffffffd9; border-radius: 14px; }
.cinema-panel header img { background: linear-gradient(135deg,#ef56cd,#9270ff); padding: 4px; border-radius: 8px; width: 36px; }
.cinema-panel header small { display: block; font-size: 7px; color: #728096; }
.cinema-panel header em { margin-left: auto; background: linear-gradient(90deg,#ef56cd,#9270ff); color: #fff; border-radius: 15px; padding: 6px 12px; font-size: 8px; font-style: normal; }
.panel-filters { padding: 10px; margin-bottom: 10px; background: #fff; color: #7d8799; border-radius: 12px; font-size: 7px; }
.panel-filters > span { display: block; border: 1px solid #eee; padding: 6px; border-radius: 12px; }
.panel-filters div { display: flex; justify-content: space-between; margin-top: 8px; }
.panel-columns { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; }
.panel-columns > div { background: #f1efff; border: 1px solid #ddd6ff; padding: 6px; min-height: 155px; border-radius: 12px; }
.panel-columns > div:nth-child(1) > small { color: #218eb8; }
.panel-columns > div:nth-child(2) > small { color: #8462dc; }
.panel-columns > div:nth-child(3) > small { color: #d840a6; }
.panel-columns > div:nth-child(4) > small { color: #199968; }
.panel-columns > div > small { display: block; min-height: 18px; font-size: 6px; font-weight: 800; }
.panel-columns em { display: block; background: linear-gradient(90deg,#ef56cd,#9270ff); color: #fff; border-radius: 12px; font-style: normal; padding: 5px 2px; font-size: 6px; margin-top: 12px; text-align: center; }
.panel-columns small { font-size: 7px; color: #746081; letter-spacing: .04em; }
.panel-columns article { border-radius: 8px; padding: 12px 8px; background: #fff; margin-top: 10px; }
.panel-columns b, .panel-columns span { display: block; font-size: 9px; }
.panel-columns span { color: #95839c; font-size: 7px; margin-top: 5px; }
.panel-columns article i { display: block; height: 4px; width: 45%; background: #cbb5e2; border-radius: 4px; margin-top: 10px; }
.cinema-panel .cinema-note { font-size: 8px; color: #8a7798; margin-top: 20px; }
.cinema-delivery { position: absolute; left: 68%; top: 78%; display: flex; align-items: center; gap: 16px; border-radius: 22px; border: 1px solid #bcf4d44d; background: #153a30e6; padding: 18px 25px; box-shadow: 0 20px 50px #0003; transform: translate(-50%, calc((1 - var(--cinema-delivery)) * 70vh)); opacity: var(--cinema-delivery); }
.cinema-delivery > span { font-size: 28px; color: #baf8d3; }
.cinema-delivery div { font-size: 10px; color: #a7bfb4; }.cinema-delivery strong { display: block; font-size: 19px; color: #fff; }

/* Each campaign is its own image and its own pinned scroll chapter. */
.story-banner.campaign { display: block; height: 155svh; min-height: 0; padding: 0; overflow: visible; background: #080711; }
.campaign-stage { position: sticky; top: 0; height: 100svh; min-height: 650px; overflow: hidden; isolation: isolate; display: flex; align-items: center; padding: 80px 7%; }
.campaign-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; transform: translateY(calc(100px - var(--campaign-progress, 0) * 200px)) scale(calc(1.24 - var(--campaign-progress, 0) * .1)); }
.campaign-stage::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #070710cc 0%, #07071055 40%, transparent 65%); }
.campaign .story-copy { max-width: 470px; width: 38%; opacity: 1; transform: translateY(calc(100px - var(--campaign-progress, 0) * 220px)); transition: none; }
.campaign .story-copy h3 { color: #f9f7ff; font-size: clamp(36px, 4.8vw, 68px); }
.campaign .story-copy > p:not(.kicker) { color: #ccc2da; font-size: 17px; }
.campaign .story-copy .kicker, .campaign .story-copy .hero-link { color: #cfb5fa; }
.campaign-light .campaign-stage { background: #f7f5fa; }
.campaign-light .campaign-stage::after { background: linear-gradient(90deg, #faf9ffe6 0%, #faf9ff88 38%, transparent 65%); }
.campaign-light .story-copy h3 { color: #24152d; }.campaign-light .story-copy > p:not(.kicker) { color: #65566f; }
.campaign-light .story-copy .kicker, .campaign-light .story-copy .hero-link { color: #6e3da1; }
.campaign-light .story-status span { color: #685373; background: #fff; border-color: #d7c6e3; }
.story-business.campaign::after { display: none; }
.campaign .story-status { z-index: 2; }
@media (max-width: 1020px) {
    .cinema-stage h1 { font-size: 60px; }
    .cinema-panel { width: 360px; left: 74%; }
    .cinema-ticket { width: 240px; }
    .cinema-phone { width: 270px; }
}
@media (max-width: 720px) {
    .cinema-ready { height: 420svh; }
    .cinema-ready .cinema-stage { top: 60px; min-height: 640px; height: calc(100svh - 60px); }
    .cinema-stage .hero-copy { top: 110px; left: 7%; width: 86%; transform: translateY(calc((1 - var(--cinema-intro)) * -150px)); }
    .cinema-stage h1 { font-size: clamp(38px, 10.5vw, 55px); margin: 14px 0; }
    .cinema-stage .hero-eyebrow { font-size: 8px; letter-spacing: .12em; }
    .cinema-stage .hero-lead { font-size: 14px; margin: 14px 0; max-width: 38ch; }
    .cinema-stage .hero-actions { gap: 18px; margin-top: 16px; }
    .cinema-stage .btn-lg { font-size: 13px; min-height: 38px; padding: 9px 18px; }
    .cinema-stage .hero-link { font-size: 12px; }
    .cinema-stage .orders-proof { margin-top: 16px; }
    .cinema-stage .hero-visual { width: 180px; left: calc(50% - 90px); top: auto; bottom: 95px; }
    .cinema-brand.hero-brand-card { padding: 14px; }.cinema-brand.hero-brand-card span { font-size: 5px; }
    .cinema-chapters { left: 7%; top: 24px; }.cinema-chapters p:first-child { font-size: 7px; letter-spacing: .12em; }
    .cinema-chapters p { font-size: 19px; }.cinema-chapters strong { font-size: 29px; }
    .cinema-phone { left: 50%; top: calc(52% + var(--cinema-panel) * 10%); width: 270px; transform: translate(-50%, calc(-42% + (1 - var(--cinema-phone)) * 110vh)) translateX(calc(var(--cinema-spread) * -22vw)) rotateY(calc(var(--cinema-spread) * 25deg)) scale(calc(.8 + var(--cinema-phone) * .12 - var(--cinema-spread) * .5)); }
    .cinema-ticket { left: 66%; top: calc(60% + var(--cinema-panel) * 6%); width: 245px; transform: translate(-50%, calc(-38% + (1 - var(--cinema-ticket)) * 100vh)) scale(calc(.7 - var(--cinema-panel) * .2)); }
    .cinema-panel { width: 360px; top: 28%; left: 50%; transform: translate(-50%, calc(-40% + (1 - var(--cinema-panel)) * 100vh)) scale(.67) rotateY(-8deg); }
    .cinema-delivery { left: 53%; top: 86%; padding: 13px 18px; white-space: nowrap; }
    .cinema-delivery strong { font-size: 15px; }
    .cinema-controls { bottom: 18px; left: 5%; right: 5%; gap: 8px; }
    .cinema-controls button, .cinema-controls a { font-size: 8px; padding: 7px 10px; }
    .story-banner.campaign { height: 145svh; }
    .campaign-stage { min-height: 680px; padding: 100px 24px 40px; align-items: flex-start; }
    .campaign .story-copy { width: 100%; max-width: none; transform: translateY(calc(40px - var(--campaign-progress, 0) * 90px)); }
    .campaign .story-copy h3 { font-size: 40px; max-width: 13ch; }
    .campaign .story-copy > p:not(.kicker) { max-width: 32ch; font-size: 15px; }
    .campaign-image { object-position: 72% center; }
    .campaign-stage::after { background: linear-gradient(180deg, #070710f0, #07071099 42%, transparent 75%); }
    .campaign-light .campaign-stage::after { background: linear-gradient(180deg, #faf9fffa, #faf9ffbb 42%, transparent 75%); }
    .campaign .story-status { bottom: 24px; }
}
@media (max-height: 750px) and (min-width: 721px) {
    .cinema-stage .hero-copy { top: 53%; }.cinema-stage h1 { font-size: 60px; }
    .cinema-stage .hero-lead { font-size: 15px; }
    .cinema-phone { height: 460px; padding-top: 40px; }.phone-chat { margin-top: 12px; padding: 10px; }
    .cinema-chapters { top: 13%; }.cinema-chapters strong { font-size: 34px; }
}
/* Short screens use normal document flow: no controls trapped below a pinned viewport. */
@media (max-height: 700px) {
    .hero.cinema-ready { height: auto; }
    .cinema-ready .cinema-stage { position: relative; top: auto; height: auto; min-height: 0; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 24px; align-items: center; padding: 50px 7% 85px; }
    .cinema-stage .hero-copy { position: relative; left: auto; top: auto; width: 100%; transform: none; opacity: 1; visibility: visible !important; pointer-events: auto !important; }
    .cinema-stage h1 { font-size: clamp(28px, 5vw, 48px); }
    .cinema-stage .hero-lead { font-size: 13px; }
    .cinema-stage .hero-visual { position: relative; left: auto; top: auto; bottom: auto; width: 100%; max-width: 260px; opacity: 1; transform: none; }
    .cinema-objects, .cinema-chapters, .cinema-progress { display: none; }
    .cinema-stage .hero-actions { gap: 12px; }.cinema-stage .hero-link { font-size: 11px; }
    .cinema-stage .orders-proof { grid-template-columns: 1fr; gap: 8px; }.cinema-stage .split-flap { grid-row: auto; width: max-content; }
    .cinema-stage .orders-proof-label { max-width: 170px; }
    .story-banner.campaign { height: auto; }
    .campaign-stage { position: relative; top: auto; height: auto; min-height: 600px; }
    .campaign .story-copy, .campaign-image { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    .hero.cinema-ready { height: auto; }.cinema-ready .cinema-stage { position: relative; top: auto; min-height: 800px; }
    .cinema-stage .hero-copy { opacity: 1; visibility: visible !important; pointer-events: auto !important; }
    .cinema-stage .hero-visual { opacity: 1; transform: none; }
    .cinema-brand { animation: none !important; }.cinema-webgl, .cinema-objects, .cinema-progress, .cinema-chapters { display: none; }
    .cinema-controls button { display: none; }
    .story-banner.campaign { height: auto; }.campaign-stage { position: relative; }
    .campaign .story-copy, .campaign-image { transform: none; }
}
