:root{--bg:#050505;--panel:#0a0d14;--navy:#0b1220;--blue:#2563ff;--gold:#d4a857;--gold2:#ffdd91;--text:#fff;--muted:#a8b0c2;--line:rgba(255,255,255,.12);--glass:rgba(255,255,255,.06);--shadow:0 28px 90px rgba(0,0,0,.55);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}::selection{background:var(--gold);color:#070707}.container{width:min(1180px,calc(100% - 40px));margin:auto}.section-pad{padding:110px 0}.small-pad{padding:80px 0}.cursor-glow{position:fixed;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,255,.18),transparent 60%);pointer-events:none;z-index:999;transform:translate(-50%,-50%);mix-blend-mode:screen}#preloader{position:fixed;inset:0;background:#030303;z-index:1000;display:grid;place-items:center;gap:16px;transition:.7s ease}#preloader img{width:210px;border-radius:18px;filter:drop-shadow(0 0 36px rgba(212,168,87,.35))}#preloader span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.22em}.loaded #preloader{opacity:0;visibility:hidden}.site-header{position:fixed;z-index:100;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 28px));height:78px;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:rgba(5,7,12,.72);backdrop-filter:blur(22px);box-shadow:0 18px 60px rgba(0,0,0,.35)}.brand{display:flex;align-items:center;gap:13px}.brand img{width:66px;height:50px;object-fit:contain;border-radius:12px}.brand strong{font-size:19px;letter-spacing:-.03em}.brand small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.14em}.nav{display:flex;gap:28px;font-weight:700;font-size:14px;color:#d7dcea}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--blue));transition:.3s}.nav a:hover:after{width:100%}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:900;letter-spacing:-.01em;transition:.3s}.nav-cta,.btn.primary{background:linear-gradient(135deg,var(--gold),#fff0b7);color:#080808;box-shadow:0 12px 36px rgba(212,168,87,.25)}.btn.secondary{border:1px solid var(--line);background:rgba(255,255,255,.05);color:#fff}.btn:hover,.nav-cta:hover{transform:translateY(-3px)}.menu-btn{display:none;background:transparent;border:0;width:44px}.menu-btn span{display:block;height:2px;background:#fff;margin:7px;border-radius:3px}.hero{position:relative;min-height:100vh;display:grid;align-items:center;padding-top:170px;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 15% 10%,rgba(212,168,87,.14),transparent 28%),radial-gradient(circle at 80% 30%,rgba(37,99,255,.22),transparent 34%),linear-gradient(135deg,#040405,#07101d 45%,#020202);z-index:-3}#hero3d{position:absolute;inset:0;z-index:-2;opacity:.55}.hero:after{content:"";position:absolute;inset:0;background:url('assets/media/abstract-bg.webp') center/cover no-repeat;opacity:.25;z-index:-1}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;text-transform:uppercase;letter-spacing:.22em;color:#9bb8ff;font-weight:900}.eyebrow span{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--blue));box-shadow:0 0 22px var(--gold)}h1,h2,h3,p{margin:0}h1{font-size:clamp(48px,7vw,92px);line-height:.92;letter-spacing:-.08em;max-width:820px}h2{font-size:clamp(34px,5vw,66px);line-height:.96;letter-spacing:-.065em}h3{font-size:clamp(24px,3vw,38px);letter-spacing:-.045em}.hero-copy p,.section-head p,.project-info p,.contact-card p{color:var(--muted);font-size:18px;line-height:1.75;margin-top:22px;max-width:650px}.hero-actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px}.hero-metrics div{padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.045);backdrop-filter:blur(18px)}.hero-metrics strong{font-size:28px;color:var(--gold);display:block}.hero-metrics span{font-size:13px;color:var(--muted)}.hero-visual{position:relative;min-height:560px;display:grid;place-items:center;perspective:1200px}.logo-orbit{position:relative;width:min(500px,86vw);aspect-ratio:1;border-radius:40px;display:grid;place-items:center;transform-style:preserve-3d;animation:float 6s ease-in-out infinite}.big-logo{width:72%;border-radius:26px;filter:drop-shadow(0 28px 70px rgba(212,168,87,.3));transform:translateZ(70px)}.ring{position:absolute;inset:8%;border:1px solid rgba(255,255,255,.12);border-radius:50%;animation:spin 18s linear infinite}.ring-b{inset:18%;transform:rotateX(70deg);border-color:rgba(212,168,87,.35);animation-duration:12s}.ring-c{inset:2%;transform:rotateY(70deg);border-color:rgba(37,99,255,.3);animation-duration:24s}.floating-card{position:absolute;background:rgba(9,13,22,.72);border:1px solid var(--line);backdrop-filter:blur(24px);border-radius:24px;padding:18px 20px;box-shadow:var(--shadow);min-width:220px}.floating-card small{display:block;color:var(--muted);margin-top:6px}.card-top{right:0;top:60px}.card-bottom{left:0;bottom:80px}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#2ce66b;margin-right:8px}.ticker{overflow:hidden;border-block:1px solid var(--line);background:#080a0f}.ticker-track{display:flex;gap:28px;white-space:nowrap;padding:22px 0;animation:ticker 28s linear infinite;color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.ticker i{width:7px;height:7px;background:var(--gold);border-radius:50%;margin:auto 0}.section-head{margin-bottom:42px}.section-head.wide{max-width:900px}.brand-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.brand-chip{min-height:150px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border-radius:28px;display:grid;place-items:center;text-align:center;padding:20px;transition:.35s}.brand-chip:hover{transform:translateY(-8px);border-color:rgba(212,168,87,.55)}.brand-chip img{width:70px;height:70px;object-fit:contain;border-radius:18px;margin-bottom:12px}.text-chip{background:linear-gradient(135deg,#f97819,#ffb347);color:#fff;font-size:26px}.text-chip.red{background:linear-gradient(135deg,#e50920,#86101d)}.text-chip.blue{background:linear-gradient(135deg,#153b73,#3285ff)}.services{background:linear-gradient(180deg,#050505,#08111f 55%,#050505)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{padding:34px;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));min-height:260px;position:relative;overflow:hidden;transition:.35s;transform-style:preserve-3d}.service-card:after{content:"";position:absolute;inset:auto -20% -40% -20%;height:180px;background:radial-gradient(circle,rgba(37,99,255,.18),transparent 65%)}.service-card:hover{transform:translateY(-10px) rotateX(3deg);border-color:rgba(212,168,87,.4)}.icon{width:56px;height:56px;border:1px solid rgba(212,168,87,.45);border-radius:18px;display:grid;place-items:center;color:var(--gold);font-size:26px;margin-bottom:28px;background:rgba(212,168,87,.08)}.service-card p{color:var(--muted);line-height:1.7;margin-top:14px}.portfolio{background:#f6f7fb;color:#08111f}.portfolio .eyebrow{color:#1d56d9}.portfolio .section-head p{color:#596275}.project{border-radius:42px;padding:34px;margin-top:26px;display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center;overflow:hidden;box-shadow:0 30px 80px rgba(8,17,31,.12)}.project-dark{background:linear-gradient(135deg,#050915,#111b2b);color:#fff}.project-light{background:#fff;color:#09111f}.project-logo img{width:86px;height:86px;object-fit:contain;border-radius:22px;background:#fff;padding:8px;margin-bottom:24px}.project-info p{color:inherit;opacity:.72}.tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.tags span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);padding:10px 14px;border-radius:999px;font-size:12px;font-weight:900}.project-light .tags span{border-color:#d7dce8;background:#f4f6fb}.browser-stack{position:relative;min-height:530px}.browser{overflow:hidden;border-radius:26px;background:#fff;box-shadow:0 30px 70px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.15)}.browser.main{position:absolute;right:20px;top:40px;width:82%;transform:rotate(-2deg)}.browser-bar{height:38px;background:#0d1320;display:flex;align-items:center;gap:7px;padding:0 13px;color:#8792a8;font-size:12px}.browser-bar i{width:10px;height:10px;border-radius:50%;background:#ff5f57}.browser-bar i:nth-child(2){background:#febc2e}.browser-bar i:nth-child(3){background:#28c840}.mini-img{position:absolute;left:0;bottom:34px;width:46%;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);border:6px solid #fff}.mini-img.second{left:auto;right:0;bottom:0}.momo-board{display:grid;grid-template-columns:1fr 1fr;gap:16px}.momo-board img{border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.15);width:100%;height:250px;object-fit:cover}.momo-board img:first-child{grid-column:span 2;height:320px}.video-section{background:linear-gradient(135deg,#050505,#0b1220)}.showcase-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:40px;align-items:center}.video-frame{border-radius:36px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 100px rgba(37,99,255,.18),var(--shadow);position:relative}.video-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.2),transparent)}.video-frame video{width:100%;height:520px;object-fit:cover}.process{background:#070707}.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.step{border:1px solid var(--line);background:var(--glass);border-radius:28px;padding:28px;min-height:230px;position:relative}.step b{color:var(--gold);font-size:13px;letter-spacing:.2em}.step p{color:var(--muted);line-height:1.65}.contact{background:linear-gradient(180deg,#050505,#08111f)}.contact-card{border:1px solid rgba(255,255,255,.14);border-radius:42px;background:radial-gradient(circle at top right,rgba(212,168,87,.16),transparent 38%),rgba(255,255,255,.06);padding:48px;display:grid;grid-template-columns:1fr 420px;gap:30px;box-shadow:var(--shadow)}.contact-box{display:grid;gap:12px}.contact-box>a:not(.btn){padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.05);font-weight:800}.full{width:100%}.footer{padding:60px 0 100px;background:#030303;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px}.footer img{width:160px;border-radius:18px}.footer p,.footer a{color:var(--muted);display:block;margin-top:12px}.float-cta{position:fixed;right:22px;bottom:22px;z-index:90;display:grid;gap:10px}.float-cta a{padding:15px 20px;border-radius:999px;color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(0,0,0,.24);text-align:center}.float-cta a:first-child{background:#0b1220}.float-cta a:last-child{background:#16c65b}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:none}.delay-1{transition-delay:.14s}@keyframes float{0%,100%{transform:translateY(0) rotateX(4deg) rotateY(-8deg)}50%{transform:translateY(-18px) rotateX(-4deg) rotateY(8deg)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ticker{to{transform:translateX(-50%)}}
@media(max-width:920px){.container{width:min(100% - 28px,700px)}.site-header{height:auto;min-height:70px;border-radius:22px}.brand img{width:56px}.nav,.nav-cta{display:none}.menu-btn{display:block}.nav.open{display:grid;position:absolute;top:84px;left:0;right:0;padding:20px;background:rgba(5,7,12,.96);border:1px solid var(--line);border-radius:24px}.hero{padding-top:120px}.hero-grid,.project,.showcase-grid,.contact-card,.footer-grid{grid-template-columns:1fr}.hero-visual{min-height:420px;order:-1}.big-logo{width:76%}.card-top{right:8px;top:28px}.card-bottom{left:8px;bottom:28px}.hero-metrics{grid-template-columns:1fr 1fr 1fr}.brand-row,.service-grid{grid-template-columns:1fr 1fr}.project{padding:22px;border-radius:30px}.browser-stack{min-height:auto;display:grid;gap:14px}.browser.main,.mini-img,.mini-img.second{position:static;width:100%;transform:none}.momo-board img,.momo-board img:first-child{grid-column:auto;height:auto}.momo-board{grid-template-columns:1fr}.process-line{grid-template-columns:1fr 1fr}.video-frame video{height:360px}.float-cta{right:14px;bottom:14px;display:flex}.float-cta a{padding:13px 15px}.section-pad{padding:78px 0}h1{font-size:48px}.cursor-glow{display:none}}
@media(max-width:560px){.brand div{display:none}.hero-copy{text-align:left}.hero-actions .btn{width:100%}.hero-metrics,.brand-row,.service-grid,.process-line{grid-template-columns:1fr}.hero-visual{min-height:360px}.floating-card{display:none}.section-head{text-align:left}.project-logo img{width:70px;height:70px}.contact-card{padding:28px}.footer{padding-bottom:110px}.video-frame video{height:280px}h1{font-size:42px}h2{font-size:36px}.ticker-track{font-size:13px}.site-header{top:10px}.hero{min-height:auto}}


/* ===== MOBILE PREMIUM FIXES — v4 ===== */
.brand{gap:14px;min-width:0}.brand strong{font-size:20px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.brand small{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.62)}
.brand-chip.text-chip{display:none!important}.brand-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:900px;margin:0 auto}.brand-chip{min-height:180px}.brand-chip img{width:92px;height:92px}.brand-chip b{font-size:18px;line-height:1.25}
@media(max-width:920px){
  body{overflow-x:hidden}.container{width:min(100% - 32px,760px)}
  .site-header{left:12px;right:12px;top:12px;width:auto;min-height:74px;padding:10px 14px;border-radius:22px;background:rgba(5,7,12,.92)}
  .brand{display:flex;align-items:center;max-width:calc(100% - 62px)}.brand img{width:54px;height:54px;object-fit:contain;border-radius:12px}.brand div{display:block!important;min-width:0}.brand strong{font-size:18px;letter-spacing:.06em}.brand small{font-size:9px;letter-spacing:.14em}
  .menu-btn{display:flex;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:6px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.06)}
  .menu-btn span{display:block;width:22px;height:2px;background:#fff;border-radius:999px}.nav.open{top:82px;left:0;right:0;z-index:95;display:grid;gap:6px;padding:18px;background:rgba(5,7,12,.98);backdrop-filter:blur(24px);border-radius:22px}.nav.open a{padding:14px;border-radius:14px;background:rgba(255,255,255,.04)}
  .section-pad{padding:84px 0}.hero{padding-top:118px;min-height:auto;overflow:hidden}.hero-grid{grid-template-columns:1fr;gap:26px}.hero-copy{order:1;text-align:left}.hero-visual{order:2;min-height:420px;width:100%;overflow:visible}.hero-copy p{font-size:16px;line-height:1.65}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-actions .btn{width:100%;justify-content:center;padding:15px 16px}.hero-metrics{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}.hero-metrics div{padding:14px 10px;border-radius:16px}.hero-metrics strong{font-size:22px}.hero-metrics span{font-size:11px}
  h1{font-size:clamp(42px,11vw,76px);line-height:.94;letter-spacing:-.07em}h2{font-size:clamp(32px,9vw,54px);line-height:1;letter-spacing:-.055em}h3{font-size:clamp(24px,7vw,36px)}
  .logo-orbit{width:min(430px,92vw)}.big-logo{width:78%}.floating-card{display:block;min-width:180px;padding:14px 15px;border-radius:18px}.floating-card small{font-size:11px}.card-top{right:0;top:24px}.card-bottom{left:0;bottom:28px}
  .brand-row{grid-template-columns:1fr 1fr!important;gap:12px}.brand-chip{min-height:150px;border-radius:24px}.brand-chip img{width:82px;height:82px}.brand-chip b{font-size:15px;word-break:break-word}
  .service-grid{grid-template-columns:1fr 1fr;gap:14px}.service-card{min-height:230px;padding:24px;border-radius:24px}.service-card p{font-size:14px}.icon{width:48px;height:48px;margin-bottom:18px}
  .project{grid-template-columns:1fr;gap:22px;padding:24px;border-radius:30px;margin-top:22px}.project-info{display:block}.project-logo img{width:76px;height:76px}.browser-stack{min-height:auto;display:grid;grid-template-columns:1fr;gap:14px}.browser.main,.mini-img,.mini-img.second{position:static;width:100%;transform:none;border-width:4px}.browser img,.mini-img img{width:100%;height:auto;display:block}.momo-board{grid-template-columns:1fr;gap:14px}.momo-board img,.momo-board img:first-child{grid-column:auto;height:auto;max-height:none;object-fit:contain;background:#070707}.showcase-grid{grid-template-columns:1fr;gap:26px}.video-frame{border-radius:28px}.video-frame video{height:auto;min-height:260px;max-height:520px;object-fit:cover}.process-line{grid-template-columns:1fr 1fr}.contact-card{grid-template-columns:1fr;padding:30px;border-radius:30px}.footer-grid{grid-template-columns:1fr}.float-cta{right:12px;left:12px;bottom:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.float-cta a{padding:14px 12px;border-radius:16px}.ticker-track{font-size:13px;padding:16px 0}.cursor-glow{display:none}
}
@media(max-width:560px){
  .container{width:min(100% - 24px,520px)}.site-header{left:10px;right:10px;top:8px;min-height:68px;padding:8px 10px;border-radius:20px}.brand img{width:46px;height:46px}.brand strong{font-size:15px;letter-spacing:.045em}.brand small{font-size:8px;letter-spacing:.1em}.menu-btn{width:42px;height:42px}.hero{padding-top:104px}.section-pad{padding:68px 0}.hero-actions{grid-template-columns:1fr}.hero-metrics{grid-template-columns:1fr 1fr 1fr}.hero-metrics div{text-align:center;padding:12px 6px}.hero-metrics strong{font-size:19px}.hero-metrics span{font-size:10px}.hero-visual{min-height:330px}.logo-orbit{width:min(330px,88vw)}.floating-card{display:none}h1{font-size:41px}h2{font-size:33px}.brand-row,.service-grid,.process-line{grid-template-columns:1fr!important}.brand-chip{min-height:135px}.service-card{min-height:auto}.project{padding:18px;border-radius:24px}.browser-bar span{font-size:10px}.tags span{font-size:11px;padding:8px 10px}.video-frame video{min-height:220px}.contact-card{padding:22px}.section-head{margin-bottom:28px}.hero-copy p,.section-head p,.project-info p,.contact-card p{font-size:15px;line-height:1.65}.footer{padding-bottom:96px}
}

/* ===== CRITICAL MOBILE HEADER FIX — v5 ===== */
@media (max-width: 920px){
  .site-header{
    left:12px !important;
    right:12px !important;
    top:12px !important;
    width:auto !important;
    transform:none !important;
    z-index:9999 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    background:rgba(5,7,12,.96) !important;
    border:1px solid rgba(255,255,255,.16) !important;
    box-shadow:0 18px 50px rgba(0,0,0,.45) !important;
  }
  .brand{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    align-items:center !important;
    gap:12px !important;
    overflow:hidden !important;
  }
  .brand img{
    flex:0 0 auto !important;
    width:48px !important;
    height:48px !important;
    object-fit:contain !important;
    border-radius:12px !important;
  }
  .brand div{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    min-width:0 !important;
  }
  .brand strong{
    display:block !important;
    color:#fff !important;
    font-size:18px !important;
    line-height:1 !important;
    letter-spacing:.04em !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
  }
  .brand small{
    display:block !important;
    margin-top:5px !important;
    color:rgba(255,255,255,.66) !important;
    font-size:8px !important;
    line-height:1 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
  }
  .menu-btn{flex:0 0 auto !important;display:flex !important;}
  .nav.open{position:absolute !important;left:0 !important;right:0 !important;top:82px !important;transform:none !important;}
  .hero{padding-top:132px !important;}
}
@media (max-width: 560px){
  .site-header{
    left:10px !important;
    right:10px !important;
    top:10px !important;
    min-height:68px !important;
    padding:9px 10px !important;
    border-radius:19px !important;
    transform:none !important;
  }
  .brand{max-width:calc(100vw - 95px) !important;}
  .brand img{width:44px !important;height:44px !important;}
  .brand strong{font-size:15px !important;letter-spacing:.035em !important;}
  .brand small{font-size:7px !important;letter-spacing:.09em !important;}
  .menu-btn{width:40px !important;height:40px !important;}
  .hero{padding-top:118px !important;}
}

/* ===== FINAL MOBILE PERFECT FIX — v7 ===== */
.about{background:linear-gradient(180deg,#050505,#07101d 55%,#050505);position:relative;overflow:hidden}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(212,168,87,.14),transparent 30%),radial-gradient(circle at 80% 50%,rgba(37,99,255,.16),transparent 35%);pointer-events:none}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center;position:relative}.about-logo-card{border:1px solid rgba(255,255,255,.14);border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));padding:34px;box-shadow:0 30px 90px rgba(0,0,0,.45)}.about-logo-card img{width:100%;border-radius:26px;filter:drop-shadow(0 20px 45px rgba(212,168,87,.25))}.about-copy p{color:var(--muted);font-size:18px;line-height:1.75;margin-top:22px}.about-points{display:grid;gap:12px;margin-top:26px}.about-points div{display:flex;gap:14px;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045)}.about-points b{color:var(--gold)}.footer{border-top:1px solid var(--line);background:#030303}.footer-brand h3{margin:10px 0 6px;font-size:26px;color:#fff;letter-spacing:.04em}.footer-bottom{border-top:1px solid var(--line);margin-top:34px;padding:20px 0;color:rgba(255,255,255,.62);font-size:13px;display:flex;justify-content:space-between;gap:15px}.footer-bottom span{color:var(--gold)}

@media(max-width:920px){
  #hero3d{opacity:.26!important;left:0!important;right:0!important;width:100%!important;transform:none!important;filter:blur(.1px)}
  .hero{padding-top:112px!important;overflow:hidden!important}.hero-grid{gap:18px!important}.hero-copy{position:relative;z-index:2}.hero-copy .eyebrow{font-size:10px!important;letter-spacing:.13em!important;line-height:1.6!important;max-width:100%;white-space:normal}.hero-copy h1{font-size:clamp(34px,8.4vw,54px)!important;line-height:1.02!important;letter-spacing:-.052em!important;max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important}.hero-copy p{font-size:15.5px!important;line-height:1.62!important;max-width:100%!important;margin-top:18px!important}.hero-actions{margin-top:24px!important}.hero-metrics{margin-top:20px!important}.hero-visual{min-height:280px!important;order:2!important;display:grid!important;place-items:center!important;overflow:visible!important}.logo-orbit{width:min(340px,86vw)!important;margin:0 auto!important;transform-origin:center!important}.big-logo{width:74%!important;margin:auto!important}.ring{inset:10%!important}.card-top,.card-bottom{display:none!important}.about-grid{grid-template-columns:1fr!important;gap:24px}.about-logo-card{padding:20px;border-radius:28px}.footer-grid{grid-template-columns:1fr!important}.footer-bottom{display:block;text-align:center;padding-bottom:105px}.footer-bottom span{display:block;margin-top:7px}.menu-btn{background:rgba(212,168,87,.10)!important;border-color:rgba(212,168,87,.42)!important}.menu-btn span{background:linear-gradient(90deg,#fff,var(--gold))!important;box-shadow:0 0 12px rgba(212,168,87,.25)!important}.float-cta{z-index:9998!important}.nav.open{z-index:99999!important}
}
@media(max-width:560px){
  .site-header{min-height:66px!important;padding:8px 10px!important}.brand{gap:9px!important;max-width:calc(100vw - 86px)!important}.brand img{width:42px!important;height:42px!important}.brand strong{font-size:14px!important;letter-spacing:.045em!important}.brand small{font-size:7px!important;margin-top:4px!important;letter-spacing:.08em!important}.menu-btn{width:38px!important;height:38px!important;border-radius:13px!important}.menu-btn span{width:20px!important;height:2px!important;margin:0!important}
  .hero{padding-top:104px!important}.container{width:min(100% - 26px,520px)!important}.hero-copy h1{font-size:clamp(31px,8.25vw,36px)!important;line-height:1.04!important;letter-spacing:-.045em!important}.hero-copy p{font-size:14.5px!important;line-height:1.62!important}.eyebrow{font-size:9px!important;letter-spacing:.12em!important}.hero-actions{grid-template-columns:1fr!important;gap:10px!important}.btn{padding:14px 16px!important}.hero-metrics{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.hero-metrics div{padding:10px 4px!important;border-radius:15px!important}.hero-metrics strong{font-size:18px!important}.hero-metrics span{font-size:9px!important;line-height:1.2!important}.hero-visual{min-height:255px!important;margin-top:12px!important}.logo-orbit{width:min(285px,82vw)!important}.big-logo{width:72%!important}h2{font-size:clamp(28px,8vw,34px)!important;line-height:1.04!important}.about-copy p,.section-head p,.project-info p,.contact-card p{font-size:14.5px!important;line-height:1.62!important}.about-points div{padding:12px;border-radius:16px;font-size:14px}.footer-brand h3{font-size:22px}.footer img{max-width:160px}.section-pad{padding:62px 0!important}.float-cta{left:10px!important;right:10px!important;bottom:10px!important;grid-template-columns:1fr 1.2fr!important}.float-cta a{font-size:14px!important;padding:13px 10px!important}.services .section-head,.portfolio .section-head,.brands .section-head{text-align:left!important}
}
