:root { --ink:#082967; --blue:#1e62ae; --sky:#9cc3e8; --pale:#edf6ff; --line:#cddfed; }
* { box-sizing:border-box; }
html,body { margin:0; min-width:320px; background:#f8fbff; } body{color:var(--ink);font-family:Manrope,Tajawal,sans-serif} a{color:inherit;text-decoration:none}button{font:inherit}
.option-two { --video-bg:#fff; --video-bg-soft:#edf6ff; --video-bg-deep:#dceafa; position:relative; isolation:isolate; display:flex; flex-direction:column; min-height:100vh; min-height:100svh; overflow:hidden; background:radial-gradient(circle at 88% 17%,var(--video-bg-soft),transparent 34%),linear-gradient(130deg,var(--video-bg) 0%,var(--video-bg) 48%,var(--video-bg-deep) 100%); transition:background 700ms ease; }.option-two::before{content:"";position:absolute;z-index:-3;inset:0;opacity:.35;background-image:linear-gradient(rgba(30,98,174,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(30,98,174,.07) 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent)}
.blue-sphere{position:absolute;z-index:-2;border-radius:50%;pointer-events:none}.sphere-one{width:38vw;min-width:520px;aspect-ratio:1;right:-18vw;top:-24vw;background:radial-gradient(circle at 36% 66%,rgba(42,117,191,.52),rgba(92,166,231,.13) 40%,transparent 70%);filter:blur(8px);animation:float 13s ease-in-out infinite alternate}.sphere-two{width:14vw;min-width:180px;aspect-ratio:1;left:5vw;bottom:-8vw;border:1px solid rgba(30,98,174,.26);box-shadow:0 0 0 23px rgba(30,98,174,.04),0 0 0 55px rgba(30,98,174,.025);animation:spin 26s linear infinite}
.shell{position:relative;z-index:1;width:min(1450px,calc(100% - 96px));margin-inline:auto}.topbar{display:flex;align-items:center;justify-content:flex-end;direction:ltr;min-height:62px;padding-top:15px}.identity{display:block;width:178px;height:102px;overflow:hidden}.identity-crop{position:relative;display:block;width:100%;height:100%;overflow:hidden}.identity img{position:absolute;width:288px;max-width:none;left:-55px;top:-87px;mix-blend-mode:multiply}.topbar-meta{display:flex;align-items:center;gap:8px;color:#6c87aa;font:500 9px/1 'DM Mono',monospace;letter-spacing:.14em}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 14px rgba(30,98,174,.7);animation:blink 2.1s ease-in-out infinite}
.stage{flex:1;display:flex;flex-direction:column;min-height:0;padding:0 0 24px}.stage-topline{display:flex;justify-content:space-between;align-items:center;min-height:35px;color:#6d89ad;font:500 8px/1 'DM Mono',monospace;letter-spacing:.15em;direction:ltr}.film-world{position:relative;flex:1;min-height:490px;overflow:visible}.eye-lines{position:absolute;z-index:0;inset:-9% -6%;width:112%;height:118%;overflow:visible}.line{fill:none;stroke-linecap:round;stroke-dasharray:2100;stroke-dashoffset:2100}.line-one{stroke:#092b66;stroke-width:16;animation:draw 2s cubic-bezier(.23,.78,.29,1) .2s forwards}.line-two{stroke:#7fa8d0;stroke-width:9;animation:draw 1.9s cubic-bezier(.23,.78,.29,1) .6s forwards}.line-three{stroke:#c1dbf3;stroke-width:2;animation:draw 1.8s cubic-bezier(.23,.78,.29,1) 1s forwards}.coordinates{position:absolute;z-index:4;color:#6684ab;font:500 8px/1 'DM Mono',monospace;letter-spacing:.14em}.coordinate-a{left:2%;top:12%}.coordinate-b{right:2%;bottom:11%}.film-card{position:absolute;z-index:2;inset:5% 11% 6%;display:grid;place-items:center;overflow:hidden;background:var(--video-bg);border:1px solid rgba(8,41,103,.26);box-shadow:0 35px 78px rgba(8,41,103,.16);animation:card-in 1s cubic-bezier(.2,.8,.2,1) both}.film-card::before{content:"";position:absolute;z-index:4;inset:10px;border:1px solid rgba(8,41,103,.13);pointer-events:none}.film-card .video-backdrop{position:absolute;z-index:0;inset:-22%;width:144%;height:144%;display:block;object-fit:cover;filter:blur(34px) saturate(1.15) brightness(1.03);opacity:.82;transform:scale(1.08);background:var(--video-bg)}.film-card #reel{position:relative;z-index:2;display:block;width:100%;height:100%;object-fit:contain;background:transparent}.film-shine{position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(105deg,rgba(255,255,255,.15),transparent 27%,transparent 72%,rgba(31,98,174,.07))}.film-number{position:absolute;z-index:5;top:23px;right:25px;color:var(--ink);font:500 10px/1 'DM Mono',monospace;letter-spacing:.14em}.orbit-dot{position:absolute;z-index:4;border-radius:50%;background:#fff;border:1px solid #9bbfe2;box-shadow:0 7px 20px rgba(8,41,103,.16)}.dot-a{width:23px;height:23px;left:13%;bottom:15%;animation:float-dot 5.4s ease-in-out infinite}.dot-b{width:11px;height:11px;right:14%;top:17%;background:#2b70b8;box-shadow:0 0 0 7px rgba(43,112,184,.1);animation:float-dot 4.3s ease-in-out .7s infinite}
.stage-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:115px;padding-top:19px;direction:ltr}.title-block p{margin:0 0 8px;color:#6481a7;font:500 9px/1 'DM Mono',monospace;letter-spacing:.15em}.title-block h1{margin:0;color:var(--ink);font:300 clamp(31px,3.2vw,52px)/.85 Manrope,sans-serif;letter-spacing:-.075em}.title-block strong{font-weight:600}.sound-control{display:flex;align-items:center;justify-content:center;gap:9px;min-width:144px;min-height:43px;padding:0 16px;border:1px solid #abc7e2;color:var(--ink);background:rgba(255,255,255,.75);cursor:pointer;font:500 9px/1 'DM Mono',monospace;letter-spacing:.12em;transition:transform .2s,background .2s,color .2s}.sound-control:hover,.sound-control:focus-visible,.sound-control[aria-pressed='true']{color:#fff;background:var(--ink);transform:translateY(-2px)}.sound-control:focus-visible{outline:3px solid rgba(30,98,174,.22);outline-offset:3px}.sound-icon{position:relative;display:block;width:15px;height:14px}.sound-icon::before{content:"";position:absolute;left:0;top:4px;width:4px;height:6px;background:currentColor}.sound-icon::after{content:"";position:absolute;left:4px;top:2px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:6px solid currentColor}.sound-icon i{position:absolute;right:0;top:3px;width:5px;height:8px;border-right:1px solid currentColor;border-radius:0 9px 9px 0}.sound-icon i:last-child{right:-4px;top:1px;width:7px;height:12px}.sound-control[aria-pressed='false'] .sound-icon i{display:none}.arabic-copy{justify-self:end;max-width:270px;margin:0;color:#5e7fa7;font:500 14px/1.7 Tajawal,sans-serif;text-align:right}.footer{display:flex;align-items:center;justify-content:space-between;min-height:54px;border-top:1px solid var(--line);direction:ltr;color:#7993b1;font:400 8px/1 'DM Mono',monospace;letter-spacing:.12em}.footer p{margin:0}.footer a{color:var(--ink);transition:color .2s}.footer a:hover{color:var(--blue)}
.mobile-stories{display:none}
@keyframes draw{to{stroke-dashoffset:0}}@keyframes card-in{from{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:none}}@keyframes float{to{transform:translate3d(-24px,22px,0) scale(1.06)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes blink{50%{opacity:.3;box-shadow:0 0 4px rgba(30,98,174,.3)}}@keyframes float-dot{50%{transform:translateY(-15px)}}
@media(max-width:820px){.shell{width:min(100% - 42px,650px)}.topbar{min-height:56px;padding-top:11px}.topbar-meta{font-size:8px}.stage{padding-bottom:18px}.film-world{min-height:430px}.film-card{inset:7% 7% 7%}.stage-bottom{min-height:99px}.sphere-one{right:-52vw}.coordinates{font-size:7px}}
@media(max-width:500px){html,body{background:var(--video-bg,#fff)}.shell{width:calc(100% - 28px)}.option-two{min-height:100dvh;padding-bottom:env(safe-area-inset-bottom);background:var(--video-bg);transition:background 700ms ease}.option-two::before{opacity:.18}.topbar{min-height:38px;padding-top:12px}.topbar-meta{display:none}.stage-topline{min-height:29px;font-size:7px}.stage-topline span:first-child{display:none}.film-world{min-height:350px}.eye-lines{inset:-12% -20%;width:140%;height:124%}.line-one{stroke-width:11}.line-two{stroke-width:6}.film-card{inset:6% 0 8%}.film-card::before{inset:5px}.film-number{top:15px;right:16px;font-size:8px}.coordinate-a{left:-1%;top:6%}.coordinate-b{right:-1%;bottom:5%}.mobile-stories{display:block;position:absolute;z-index:5;inset:0;pointer-events:none}.story-card{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;width:92px;height:92px;border:1px solid rgba(30,98,174,.26);background:rgba(255,255,255,.78);box-shadow:0 10px 27px rgba(8,41,103,.12);backdrop-filter:blur(7px);color:var(--ink);font-family:'DM Mono',monospace;text-align:center;animation:story-float 5.2s ease-in-out infinite}.story-card svg{width:34px;height:34px;margin-bottom:6px;fill:none;stroke:#1e62ae;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.story-card span{color:#7a9bc0;font-size:6px;letter-spacing:.13em}.story-card b{margin-top:3px;font-size:7px;font-weight:500;letter-spacing:.08em}.podcast-card{top:16%;left:9%;transform:rotate(-5deg);animation-delay:.2s}.broadcast-card{right:8%;bottom:12%;transform:rotate(4deg);animation-delay:1.1s}.sound-wave{position:absolute;top:15%;right:16%;display:flex;align-items:center;gap:2px;height:25px}.sound-wave i{width:2px;height:6px;background:#276aae;animation:wave .65s ease-in-out infinite alternate}.sound-wave i:nth-child(2){height:14px;animation-delay:.13s}.sound-wave i:nth-child(3){height:20px;animation-delay:.27s}.sound-wave i:nth-child(4){height:10px;animation-delay:.1s}.sound-wave i:nth-child(5){height:17px;animation-delay:.32s}.sound-wave i:nth-child(6){height:8px;animation-delay:.2s}.sound-wave i:nth-child(7){height:13px;animation-delay:.4s}.stage-bottom{grid-template-columns:minmax(0,1fr) auto;min-height:89px;padding-top:13px;gap:14px}.title-block p{font-size:7px;margin-bottom:6px}.title-block h1{font-size:clamp(28px,9vw,42px)}.arabic-copy{display:none}.sound-control{min-width:132px;min-height:42px;padding:0 11px;font-size:8px}.footer{min-height:46px}.footer p:last-child{display:none}.sphere-one,.sphere-two{display:none}}
@keyframes story-float{50%{margin-top:-8px;box-shadow:0 15px 30px rgba(8,41,103,.18)}}@keyframes wave{to{height:24px}}
@media(max-width:500px){html,body{background:#f8fbff}.option-two{background:radial-gradient(circle at 88% 17%,var(--video-bg-soft),transparent 34%),linear-gradient(130deg,var(--video-bg) 0%,var(--video-bg) 48%,var(--video-bg-deep) 100%)}.option-two::before{opacity:.35}.sphere-one{display:block;width:120vw;right:-66vw;top:-37vw}.sphere-two{display:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}}
