@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --navy:#071a35;
  --navy2:#0e2c52;
  --orange:#f8aa15;
  --orange2:#ffc144;
  --white:#fff;
  --off:#f4f6f8;
  --text:#172238;
  --muted:#647085;
  --border:#dce2e8;
  --radius:22px;
  --shadow:0 22px 60px rgba(7,26,53,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

.topbar{position:absolute;z-index:50;width:100%;top:0;padding:17px 0}
.topbar__inner{display:flex;align-items:center;gap:24px}
.brand img{width:142px;height:auto}
.desktop-nav{display:flex;gap:20px;margin-left:auto}
.desktop-nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:700;opacity:.88}
.desktop-nav a:hover{color:var(--orange);opacity:1}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:14px 24px;border-radius:999px;background:var(--orange);color:var(--navy);text-decoration:none;font-weight:800;box-shadow:0 12px 30px rgba(248,170,21,.25);transition:.2s ease}
.btn:hover{transform:translateY(-2px);background:var(--orange2)}
.btn--small{min-height:44px;padding:10px 18px;font-size:14px}
.btn--dark{background:var(--navy);color:#fff;box-shadow:none}
.btn--dark:hover{background:var(--navy2)}

.hero{position:relative;min-height:800px;display:flex;align-items:center;color:#fff;overflow:hidden}
.hero__media{position:absolute;inset:0;background:url('../img/hero-leonardo.webp') center/cover no-repeat}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,28,.97) 0%,rgba(3,13,28,.9) 48%,rgba(3,13,28,.24) 100%)}
.hero__content{position:relative;z-index:2;padding-top:110px}
.eyebrow{margin:0 0 14px;color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:800}
.hero h1{margin:0;max-width:880px;font-size:clamp(42px,5.4vw,72px);line-height:1.01;letter-spacing:-.05em}
.hero__lead{font-size:clamp(18px,1.9vw,22px);color:#dce5ef;max-width:760px;margin:26px 0 0}
.hero__actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:34px}
.text-link{font-weight:700;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.55)}
.hero__proof{display:flex;gap:20px;flex-wrap:wrap;margin-top:36px;color:#c9d3df;font-size:13px}
.hero__proof span{position:relative;padding-left:17px}
.hero__proof span:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--orange)}

.trust-strip{background:var(--orange)}
.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-strip__grid div{padding:25px 22px;border-right:1px solid rgba(7,26,53,.16)}
.trust-strip__grid div:last-child{border-right:0}
.trust-strip strong,.trust-strip span{display:block}
.trust-strip strong{font-size:27px;line-height:1;color:var(--navy)}
.trust-strip span{font-size:13px;font-weight:650;color:#253450;margin-top:6px}

.section{padding:105px 0}
.section--light{background:var(--off)}
.section--dark{background:var(--navy);color:#fff}
h2{margin:0;font-size:clamp(34px,4.2vw,55px);line-height:1.09;letter-spacing:-.038em}
.section-heading{max-width:900px;margin-bottom:48px}
.section-heading>p:last-child{font-size:18px;color:var(--muted)}
.section-heading--light>p:last-child{color:#c4d0de}

.intro__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:85px}
.intro__copy{font-size:18px;color:var(--muted)}
.intro__copy p:first-child{margin-top:0}
.intro__highlight{padding-left:20px;border-left:4px solid var(--orange);font-weight:750;color:var(--text)}

.video-section{background:#fff}
.video-section__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
.video-copy>p:not(.eyebrow){font-size:18px;color:var(--muted)}
.video-copy ul{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.video-copy li{padding-left:18px;position:relative;font-weight:700;font-size:14px}
.video-copy li:before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:50%;background:var(--orange)}
.video-frame{padding:12px;border-radius:24px;background:var(--navy);box-shadow:var(--shadow)}
.video-frame video{display:block;width:100%;height:auto;aspect-ratio:16/9;border-radius:16px;background:#000}
.video-frame p{margin:12px 8px 2px;color:#c9d3df;font-size:13px}

.solutions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.solution-card{padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 8px 28px rgba(7,26,53,.05)}
.solution-card span{color:var(--orange);font-weight:800}
.solution-card h3{font-size:22px;line-height:1.2;margin:18px 0 10px}
.solution-card p{margin:0;color:var(--muted)}

.commercial{display:grid;grid-template-columns:1.08fr .92fr;background:var(--navy);color:#fff}
.commercial__image{min-height:690px;background:#000;display:flex;align-items:center}
.commercial__image img{width:100%;height:auto;object-fit:contain}
.commercial__content{padding:90px clamp(35px,6vw,90px);align-self:center}
.commercial__content>p:not(.eyebrow){font-size:18px;color:#c8d3df}
.commercial__items{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}
.commercial__items div{padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.04)}
.commercial__items strong,.commercial__items span{display:block}
.commercial__items span{font-size:14px;color:#b8c5d4;margin-top:4px}

.production-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:290px 290px;gap:14px}
.production-card{position:relative;margin:0;border-radius:20px;overflow:hidden;background:#102846}
.production-card--large{grid-row:span 2}
.production-card img{width:100%;height:100%;object-fit:cover}
.production-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,15,31,.88),transparent 52%)}
.production-card figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}
.production-card strong,.production-card span{display:block}
.production-card strong{font-size:22px}
.production-card span{font-size:14px;color:#c7d1de}
.section-actions{margin-top:34px}

.authority{display:grid;grid-template-columns:.92fr 1.08fr;background:var(--off)}
.authority__content{padding:90px clamp(35px,6vw,85px);align-self:center}
.authority__content>p:not(.eyebrow){font-size:18px;color:var(--muted)}
.authority__image{min-height:680px}
.authority__image img{width:100%;height:100%;object-fit:cover}
.tag-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:26px}
.tag-row span{padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:13px;font-weight:700}

.portfolio-panel{margin:0;border-radius:24px;overflow:hidden;background:#000;box-shadow:var(--shadow)}
.portfolio-panel img{width:100%;height:auto}
.portfolio-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}
.portfolio-tags span{padding:8px 12px;border-radius:999px;background:var(--off);border:1px solid var(--border);font-size:13px;font-weight:700}

.studios{display:grid;grid-template-columns:1.15fr .85fr;background:var(--navy);color:#fff}
.studio-mosaic{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:10px;padding:10px}
.studio-mosaic figure{margin:0;overflow:hidden;border-radius:16px}
.studio-mosaic__main{grid-row:span 2}
.studio-mosaic img{width:100%;height:100%;object-fit:cover}
.studios__content{padding:90px clamp(35px,6vw,85px);align-self:center}
.studios__content>p:not(.eyebrow){font-size:18px;color:#c7d1de}
.studio-list{display:flex;gap:9px;flex-wrap:wrap;margin:28px 0 32px}
.studio-list span{padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);font-size:13px;font-weight:700}

.process{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.steps{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.steps li{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:20px;border:1px solid var(--border);border-radius:16px;background:#fff}
.steps li>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--orange);font-weight:800}
.steps h3{margin:0 0 6px;font-size:19px}
.steps p{margin:0;color:var(--muted)}

.final-cta{padding:85px 0;background:var(--orange)}
.final-cta__inner{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}
.final-cta .eyebrow{color:var(--navy)}
.final-cta p:last-child{font-size:18px;color:#273853;max-width:760px}

.footer{background:#031124;color:#d4deea;padding:70px 0 105px}
.footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:55px}
.footer__logo{width:185px;height:auto;margin-bottom:16px}
.footer p{color:#aeb9c8}
.footer strong{display:block;color:#fff;margin-bottom:12px}
.footer__grid>div:nth-child(2) a{display:block;text-decoration:none;margin:8px 0}
.footer a{text-decoration:none}
.footer__bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:24px;font-size:14px}
.mobile-cta{display:none}

html.js .reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1);transition-delay:var(--delay,0ms);will-change:opacity,transform}
html.js .reveal--left{transform:translate3d(-42px,0,0)}
html.js .reveal--right{transform:translate3d(42px,0,0)}
html.js .reveal--up{transform:translate3d(0,34px,0)}
html.js .reveal.is-visible{opacity:1;transform:none}
html.js .hero__content>*{opacity:0;transform:translate3d(-32px,0,0);animation:hero-in .72s cubic-bezier(.22,.61,.36,1) forwards}
html.js .hero__content h1{animation-delay:.1s}
html.js .hero__lead{animation-delay:.2s}
html.js .hero__actions{animation-delay:.3s}
html.js .hero__proof{animation-delay:.4s}
@keyframes hero-in{to{opacity:1;transform:none}}

@media(hover:hover){
  .solution-card,.production-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
  .solution-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(7,26,53,.1);border-color:rgba(248,170,21,.55)}
  .production-card:hover{transform:translateY(-4px)}
  .production-card img{transition:transform .5s ease}
  .production-card:hover img{transform:scale(1.025)}
}

@media(max-width:1080px){
  .desktop-nav{display:none}
  .video-section__grid,.commercial,.authority,.studios,.process,.final-cta__inner{grid-template-columns:1fr}
  .solutions{grid-template-columns:repeat(2,1fr)}
  .commercial__image,.authority__image{min-height:520px}
  .studio-mosaic{min-height:620px}
}

@media(max-width:760px){
  .container{width:min(100% - 28px,1180px)}
  .topbar .btn{display:none}
  .brand{

  display:flex;

  align-items:center;

  height:100%;

}

.brand img{

  display:block;

  width:auto;

  height:58px;

  max-width:150px;

  object-fit:contain;

}
  .hero{min-height:740px;align-items:flex-end;padding-bottom:70px}
  .hero__media{background-position:64% center}
  .hero__overlay{background:linear-gradient(0deg,rgba(3,13,28,.98) 5%,rgba(3,13,28,.7) 72%,rgba(3,13,28,.52))}
  .hero__content{padding-top:120px}
  .hero h1{font-size:42px}
  .hero__lead{font-size:18px}
  .hero__actions{flex-direction:column;align-items:stretch}
  .hero__actions .btn{text-align:center}
  .text-link{text-align:center}
  .hero__proof{display:grid;gap:8px}
  .trust-strip__grid{grid-template-columns:1fr 1fr}
  .trust-strip__grid div:nth-child(2){border-right:0}
  .trust-strip__grid div:nth-child(-n+2){border-bottom:1px solid rgba(7,26,53,.16)}
  .section{padding:76px 0}
  .intro__grid{grid-template-columns:1fr;gap:28px}
  .video-copy ul{grid-template-columns:1fr}
  .solutions,.commercial__items{grid-template-columns:1fr}
  .commercial__content,.authority__content,.studios__content{padding:65px 24px}
  .commercial__image,.authority__image{min-height:0}
  .commercial__image img,.authority__image img{height:auto;object-fit:contain}
  .production-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .production-card,.production-card--large{height:auto;grid-row:auto}
  .production-card img{height:auto;object-fit:contain}
  .production-card:after{display:none}
  .production-card figcaption{position:relative;left:auto;right:auto;bottom:auto;padding:18px 20px}
  .portfolio-panel{border-radius:16px}
  .studio-mosaic{grid-template-columns:1fr;grid-template-rows:auto;min-height:0;padding:10px}
  .studio-mosaic__main{grid-row:auto}
  .studio-mosaic figure{height:auto}
  .studio-mosaic img{height:auto;object-fit:contain}
  .process{gap:38px}
  .final-cta__inner{gap:28px}
  .final-cta .btn{width:100%;text-align:center}
  .footer__grid{grid-template-columns:1fr;gap:30px}
  .footer__bottom{flex-direction:column}
  .mobile-cta{position:fixed;z-index:60;left:12px;right:12px;bottom:10px;display:flex;justify-content:center;padding:15px 18px;border-radius:999px;background:var(--orange);color:var(--navy);font-weight:850;text-decoration:none;box-shadow:0 12px 36px rgba(0,0,0,.24)}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  html.js .reveal,html.js .hero__content>*{opacity:1!important;transform:none!important}
}
