@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap');
:root{--bg:#05070a;--panel:#0c1118;--line:#273443;--text:#f4f7fb;--muted:#9aa8b7;--blue:#18a8ff;--cyan:#62ddff;--fire:#ff6a1a;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.6}body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 80% 15%,rgba(13,133,216,.14),transparent 26%),radial-gradient(circle at 12% 85%,rgba(255,79,0,.08),transparent 25%),linear-gradient(#05070a,#080b10)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{position:fixed;z-index:20;inset:0 0 auto;background:linear-gradient(#05070aed,transparent);backdrop-filter:blur(10px)}nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand img{width:86px;height:58px;object-fit:contain;filter:drop-shadow(0 0 15px #199ee966)}.navlinks{display:flex;gap:1.6rem;color:#c6d0da;font:600 .78rem Rajdhani;letter-spacing:.11em;text-transform:uppercase}.navlinks a:hover,.navlinks a.active{color:var(--cyan)}.menu{display:none;background:none;border:0;color:white;font-size:1.5rem}.hero{min-height:100svh;display:grid;align-items:center;position:relative;isolation:isolate;background:linear-gradient(90deg,rgba(2,5,8,.96) 0%,rgba(2,5,8,.72) 43%,rgba(2,5,8,.15) 76%),linear-gradient(0deg,var(--bg),transparent 25%),url('images/1.webp') center/cover}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(110deg,transparent 45%,rgba(43,179,255,.18) 45.2%,transparent 45.6%);animation:pulse 5s ease-in-out infinite}.hero-content{padding:120px 0 70px;max-width:720px}.eagle{width:min(360px,65vw);max-height:260px;object-fit:contain;object-position:left;filter:drop-shadow(0 0 26px #178fd670)}.eyebrow{color:var(--cyan);font:700 .78rem Rajdhani;letter-spacing:.27em}.hero h1,.page-hero h1{font:700 clamp(3.1rem,8vw,7rem)/.83 Rajdhani;margin:.7rem 0 1.4rem;letter-spacing:-.04em;text-transform:uppercase}.hero p{max-width:600px;color:#bec9d4;font-size:clamp(1rem,2vw,1.2rem)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:2rem}.button{display:inline-flex;align-items:center;gap:.65rem;border:1px solid #289ddb;padding:.83rem 1.2rem;background:linear-gradient(135deg,#0876bd,#15a6ee);font-weight:800;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;clip-path:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px)}.button.ghost{background:#09101bbd;border-color:#455260}.section{padding:clamp(70px,10vw,130px) 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem}.section h2{font:700 clamp(2.3rem,5vw,4.6rem)/.95 Rajdhani;margin:.3rem 0}.section-head p{max-width:550px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service{min-height:430px;position:relative;overflow:hidden;padding:2rem;display:flex;flex-direction:column;justify-content:end;border:1px solid var(--line);background:linear-gradient(0deg,#070b0ff7 5%,rgba(8,14,20,.15) 75%),radial-gradient(circle at 80% 10%,var(--accent,#168dda44),transparent 45%),#101722;transition:.35s}.service:before{content:"";position:absolute;inset:0;border-top:2px solid var(--accent,var(--blue));transform:scaleX(.15);transform-origin:left;transition:.35s}.service:hover{transform:translateY(-8px);border-color:#55819c;box-shadow:0 20px 50px #0008}.service:hover:before{transform:scaleX(1)}.service .num{font:700 5rem Rajdhani;color:#ffffff0c;position:absolute;right:1rem;top:.5rem}.service h3{font:700 2rem/1 Rajdhani;margin:.5rem 0;text-transform:uppercase}.service p{color:var(--muted)}.film-placeholder{aspect-ratio:16/7;border:1px solid #26384a;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#0b1119,#05070a);position:relative;overflow:hidden}.film-placeholder:after{content:"";position:absolute;inset:-70%;background:conic-gradient(transparent,#1aaaff18,transparent 30%);animation:spin 12s linear infinite}.film-placeholder span{z-index:1}.film-placeholder strong{display:block;font:700 1.5rem Rajdhani}.film-placeholder small{color:var(--muted)}.filmstrip{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.filmtrack{display:flex;width:max-content;gap:18px;animation:travel 45s linear infinite;padding:20px}.filmstrip:hover .filmtrack{animation-play-state:paused}.filmcard{width:320px;flex:none;border:1px solid #253646;background:#0c1219;padding:10px;transition:.25s}.filmcard:hover{transform:translateY(-7px);border-color:var(--blue)}.filmcard img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.filmcard strong{display:block;padding:.8rem .2rem .3rem}.empty{text-align:center;padding:4rem;border:1px dashed #2b3b4c;color:var(--muted)}.page-hero{padding:160px 0 80px;border-bottom:1px solid #24303c;background:radial-gradient(circle at 80% 50%,var(--accent,#168dda33),transparent 32%)}.page-hero p{max-width:720px;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.gallery-item{grid-column:span 4;min-height:320px;border:1px solid #253443;background:#0b1017;cursor:pointer;overflow:hidden;position:relative}.gallery-item img,.gallery-item video,.gallery-item iframe{width:100%;height:230px;object-fit:cover;border:0}.gallery-copy{padding:1.1rem}.gallery-copy h3{margin:0;font:700 1.3rem Rajdhani}.gallery-copy p{margin:.3rem 0 0;color:var(--muted);font-size:.88rem}.links{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.linkcard{padding:1.5rem;border:1px solid #26384a;background:#0b1118}.linkcard span{display:block;color:var(--cyan);font:700 .75rem Rajdhani;letter-spacing:.15em;text-transform:uppercase}.linkcard strong{font:700 1.5rem Rajdhani}.modal{position:fixed;z-index:99;inset:0;background:#020407eb;display:grid;place-items:center;padding:24px}.modal[hidden]{display:none}.modal-box{width:min(1100px,100%);position:relative}.modal-box img,.modal-box video,.modal-box iframe{display:block;width:100%;max-height:80vh;aspect-ratio:16/9;object-fit:contain;border:0;background:#000}.modal-close{position:absolute;right:0;bottom:100%;border:0;background:#fff;color:#000;padding:.5rem .8rem;font-weight:800}.footer{border-top:1px solid #202c38;padding:30px 0;color:#758493;font-size:.8rem}.footer .shell{display:flex;justify-content:space-between}@keyframes travel{to{transform:translateX(calc(-50% - 9px))}}@keyframes pulse{50%{opacity:.25}}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:850px){.menu{display:block}.navlinks{display:none;position:absolute;top:70px;left:20px;right:20px;flex-direction:column;background:#080d13f5;padding:1.4rem;border:1px solid #263442}.navlinks.open{display:flex}.cards,.links{grid-template-columns:1fr}.service{min-height:340px}.gallery-item{grid-column:span 6}.section-head{display:block}}@media(max-width:560px){.shell{width:min(100% - 26px,var(--max))}.hero{background-position:62% center}.gallery-item{grid-column:1/-1}.filmcard{width:78vw}.footer .shell{display:block}.page-hero{padding-top:125px}.eagle{width:220px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.filmtrack,.hero:after,.film-placeholder:after{animation:none!important}}
.film-placeholder>iframe,.film-placeholder>video{width:100%;height:100%;border:0;object-fit:cover;position:relative;z-index:1}
html,body{max-width:100%;overflow-x:hidden}button,a{touch-action:manipulation}.menu{min-width:48px;min-height:48px}.gallery-media{aspect-ratio:4/3;overflow:hidden;background:#05080b}.gallery-item .gallery-media img,.gallery-item .gallery-media video,.gallery-item .gallery-media iframe{width:100%;height:100%;object-fit:cover}.video-poster{height:100%;display:grid;place-items:center;background:radial-gradient(circle,#16486a,#090f15)}.video-poster span{display:grid;place-items:center;width:64px;height:64px;border:1px solid #76d8ff;border-radius:50%;background:#0b99e4;color:white;font-size:1.5rem;padding-left:4px}.gallery-empty,.links-empty{grid-column:1/-1}.film-empty{width:min(80vw,900px)}body.modal-open{overflow:hidden}.modal-box{display:grid;place-items:center}.modal-nav{position:absolute;z-index:3;top:50%;width:54px;height:54px;border:1px solid #7edcff;background:#06111dcc;color:white;border-radius:50%;font-size:2rem;cursor:pointer;transform:translateY(-50%)}.modal-prev{left:16px}.modal-next{right:16px}.modal-count{position:absolute;top:12px;left:50%;transform:translateX(-50%);padding:.3rem .7rem;background:#020508cc;border-radius:99px;font-size:.8rem}.modal-close{z-index:4;min-height:44px}.modal-box [data-modal-media]{width:100%;display:grid;place-items:center}.modal-box [data-modal-media] img{max-height:calc(100svh - 70px)}
@media(min-width:721px) and (max-width:1050px){.cards{grid-template-columns:repeat(2,1fr)}.service:last-child{grid-column:1/-1;min-height:320px}.gallery-item{grid-column:span 6}}
@media(max-width:850px){.navlinks a{display:flex;align-items:center;min-height:48px;padding:.25rem .5rem}.hero-content{padding-top:105px}.eagle{max-width:55vw}.button{min-height:48px}.filmstrip{width:100%}.filmtrack{gap:12px;padding-inline:13px}}
@media(max-width:560px){.hero{min-height:92svh;background-position:62% center}.hero-content{padding-bottom:45px}.hero h1{font-size:clamp(2.7rem,14vw,4rem)}.eagle{width:190px;max-width:55vw;max-height:150px}.section{padding:60px 0}.service{padding:1.4rem;min-height:300px}.page-hero h1{font-size:clamp(2.7rem,14vw,4rem)}.gallery{gap:11px}.gallery-item{min-height:0}.gallery-media{aspect-ratio:1/1}.gallery-copy{padding:.85rem}.gallery-copy p{font-size:.82rem}.modal{padding:6px}.modal-box{width:100%}.modal-nav{top:auto;bottom:12px;transform:none;width:48px;height:48px}.modal-prev{left:12px}.modal-next{right:12px}.modal-count{top:10px}.modal-close{right:6px;bottom:auto;top:6px}.modal-box [data-modal-media] img,.modal-box [data-modal-media] video,.modal-box [data-modal-media] iframe{max-height:100svh;width:100%;object-fit:contain}.film-placeholder{aspect-ratio:16/9}.filmcard{width:min(82vw,320px)}}
@media(max-width:390px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-item{grid-column:span 1}.gallery-copy h3{font-size:1.05rem}.gallery-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}
@media(max-width:340px){.gallery{grid-template-columns:1fr}.gallery-item{grid-column:1/-1}}
.brand{position:relative;display:grid;place-items:center;width:76px;height:76px;isolation:isolate}.brand::before{content:"";position:absolute;inset:1px;z-index:-1;clip-path:polygon(24% 0,76% 0,100% 24%,100% 76%,76% 100%,24% 100%,0 76%,0 24%);background:linear-gradient(135deg,#f2f5f7 0%,#5f6973 32%,#151b21 55%,#ff751f 82%,#ffd09b 100%);box-shadow:0 0 22px rgba(255,102,20,.3)}.brand img{width:70px;height:70px;object-fit:cover;object-position:center;clip-path:polygon(24% 0,76% 0,100% 24%,100% 76%,76% 100%,24% 100%,0 76%,0 24%);filter:saturate(1.08) contrast(1.07);transition:transform .3s ease,filter .3s ease}.brand:hover img{transform:scale(1.045);filter:saturate(1.14) contrast(1.1) drop-shadow(0 0 8px rgba(255,112,28,.45))}.topbar nav{min-height:84px;height:84px}
@media(max-width:560px){.brand{width:66px;height:66px}.brand img{width:60px;height:60px}.topbar nav{height:74px;min-height:74px}}
