:root{
  --black:#08070a;
  --black-2:#111013;
  --black-3:#19171b;
  --cream:#f4efe6;
  --gold:#e8a33d;
  --gold-bright:#ffc668;
  --gold-dim:#b97b2a;
  --line:rgba(244,239,230,0.12);
  --font-display:'Anton', sans-serif;
  --font-body:'Inter', sans-serif;
  --font-mono:'Space Grotesk', sans-serif;
}

*{margin:0;padding:0;box-sizing:border-box;}

html{scroll-behavior:smooth;overflow-x:hidden;}

body{
  background:var(--black);
  color:var(--cream);
  font-family:var(--font-body);
}

@media (hover:hover) and (pointer:fine){
  body{cursor:none;}
  a,button,summary{cursor:none;}
}
.cursor-dot{
  position:fixed;top:0;left:0;
  width:10px;height:10px;
  background:var(--gold);
  border-radius:50%;
  box-shadow:0 0 10px 3px rgba(232,163,61,0.65), 0 0 26px 10px rgba(232,163,61,0.3);
  pointer-events:none;
  z-index:9999;
  transform:translate(-50%,-50%);
  transition:width .2s ease, height .2s ease, background .2s ease, opacity .2s ease;
  opacity:0;
}
.cursor-dot.active{opacity:1;}
.cursor-dot.hover{width:22px;height:22px;background:var(--gold-bright);}
@media (hover:none), (pointer:coarse){
  .cursor-dot{display:none;}
}

/* language toggling */
[lang="es"] [data-lang="en"]{display:none;}
[lang="en"] [data-lang="es"]{display:none;}
.lang-opt{opacity:0.35;transition:opacity .2s;}
[lang="es"] .lang-opt[data-lang-btn="es"]{opacity:1;color:var(--gold-bright);}
[lang="en"] .lang-opt[data-lang-btn="en"]{opacity:1;color:var(--gold-bright);}

/* film grain overlay */
.grain{
  position:fixed;inset:0;pointer-events:none;z-index:999;opacity:0.05;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

a{color:inherit;text-decoration:none;}
ul{list-style:none;}

.eyebrow{
  font-family:var(--font-mono);
  font-weight:700;
  letter-spacing:0.2em;
  font-size:0.75rem;
  color:var(--gold);
  margin-bottom:1rem;
}
.eyebrow.center{text-align:center;}

h2{
  font-size:clamp(1.8rem,4vw,3rem);
  line-height:1.15;
  font-weight:800;
  letter-spacing:-0.01em;
  max-width:18ch;
}
h2.center{max-width:none;margin:0 auto 3.5rem;text-align:center;}

.section{
  padding:7rem 6vw;
  border-top:1px solid var(--line);
  position:sticky;
  top:0;
  background:var(--black);
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* ---------- NAV ---------- */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.4rem 4vw;
  backdrop-filter:blur(10px);
  background:linear-gradient(to bottom, rgba(8,7,10,0.75), transparent);
}
.nav-logo{display:flex;align-items:center;}
.nav-logo img{height:clamp(22px,3vw,32px);width:auto;display:block;}

.nav-links{display:flex;gap:2.2rem;font-size:0.85rem;font-weight:500;}
.nav-links a{opacity:0.75;transition:opacity .2s;}
.nav-links a:hover{opacity:1;color:var(--gold-bright);}

.nav-right{display:flex;align-items:center;gap:1.4rem;}
.lang-toggle{
  background:none;border:none;color:var(--cream);cursor:pointer;
  font-family:var(--font-mono);font-size:0.75rem;font-weight:700;letter-spacing:0.05em;
  display:flex;gap:0.35rem;align-items:center;
}
.lang-sep{opacity:0.3;}

.nav-cta{padding:0.55rem 1.2rem;font-size:0.8rem;}
.nav-burger{display:none;}

/* buttons */
.btn{
  display:inline-flex;align-items:center;gap:0.5rem;
  padding:0.9rem 1.8rem;border-radius:999px;
  font-weight:600;font-size:0.95rem;
  border:1px solid transparent;
  transition:transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);}
.btn-solid{background:var(--gold);color:var(--black);}
.btn-solid:hover{background:var(--gold-bright);}
.btn-outline{border-color:var(--line);color:var(--cream);}
.btn-outline:hover{border-color:var(--gold);color:var(--gold-bright);}
.btn-ghost{color:var(--cream);opacity:0.8;}
.btn-ghost:hover{opacity:1;color:var(--gold-bright);}

/* ---------- HERO ---------- */
.hero{
  min-height:100vh;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;
  padding:6.5rem 5vw 2.5rem;
  position:sticky;
  top:0;
  background:var(--black);
  overflow:hidden;
}
.hero-bg-video{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  z-index:0;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(8,7,10,0.55) 0%, rgba(8,7,10,0.75) 55%, rgba(8,7,10,0.92) 100%);
  z-index:0;
}
.hero-glow{
  position:absolute;top:8%;left:50%;translate:-50% 0;
  width:60vw;height:60vw;max-width:900px;max-height:900px;
  background:radial-gradient(circle, rgba(232,163,61,0.28) 0%, rgba(232,163,61,0.08) 45%, transparent 70%);
  filter:blur(10px);
  pointer-events:none;
  z-index:0;
}
.hero-kicker{
  font-family:var(--font-mono);font-size:0.75rem;letter-spacing:0.35em;
  color:var(--gold);margin-bottom:0.8rem;position:relative;z-index:1;
}

.wordmark{
  position:relative;z-index:1;
  display:flex;flex-direction:column;align-items:center;
  line-height:0.86;
}
.wordmark-logo{
  width:clamp(200px,22vw,320px);
  filter:drop-shadow(0 20px 50px rgba(0,0,0,0.6)) drop-shadow(0 0 60px rgba(0,0,0,0.4));
}

.hero-headline{
  position:relative;z-index:1;
  font-size:clamp(1.2rem,2.2vw,1.8rem);
  font-weight:800;
  letter-spacing:-0.01em;
  max-width:20ch;
  margin:1.6rem auto 0.9rem;
}
.hero-sub{
  position:relative;z-index:1;
  max-width:46ch;margin:0 auto 1.6rem;
  color:var(--cream);opacity:0.7;
  font-size:0.95rem;line-height:1.5;
}
.hero-actions{position:relative;z-index:1;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;}

.scroll-cue{
  position:absolute;bottom:2.4rem;left:50%;translate:-50% 0;
  width:1px;height:56px;background:var(--line);
  overflow:hidden;
}
.scroll-cue span{
  display:block;width:100%;height:30%;background:var(--gold);
  animation:scrollcue 1.8s ease-in-out infinite;
}
@keyframes scrollcue{
  0%{transform:translateY(-100%);}
  100%{transform:translateY(400%);}
}

/* ---------- SHOWREEL ---------- */
.showreel{
  align-items:center;border-top:none;padding-top:2rem;
}
.showreel-head{
  width:100%;max-width:1400px;margin:0 auto;
  display:flex;align-items:baseline;justify-content:space-between;gap:2rem;
  margin-bottom:2rem;flex-wrap:wrap;
}
.showreel-head h2{max-width:none;font-size:clamp(1.6rem,3vw,2.4rem);}
.showreel-frame{
  position:relative;
  height:min(72vh,760px);
  width:auto;
  aspect-ratio:9/16;
  margin:0 auto;
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--black-2);
  cursor:pointer;
}
.showreel-video{
  width:100%;height:100%;object-fit:cover;display:block;
}
@media (max-width:560px){
  .showreel-frame{height:min(62vh,620px);}
}
.showreel-play{
  position:absolute;top:50%;left:50%;translate:-50% -50%;
  width:88px;height:88px;border-radius:50%;
  background:var(--gold);color:var(--black);
  border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 0 0 14px rgba(232,163,61,0.12), 0 10px 40px rgba(0,0,0,0.5);
  transition:transform .25s ease, background .25s ease;
}
.showreel-play svg{margin-left:4px;}
.showreel-frame:hover .showreel-play{transform:translate(-50%,-50%) scale(1.08);background:var(--gold-bright);}
.showreel-frame.playing .showreel-play{opacity:0;pointer-events:none;}
.showreel-tag{
  position:absolute;bottom:1.4rem;left:1.6rem;
  font-family:var(--font-mono);font-weight:700;letter-spacing:0.12em;font-size:0.72rem;
  color:var(--cream);background:rgba(8,7,10,0.6);
  border:1px solid var(--line);border-radius:999px;padding:0.4rem 0.9rem;
  backdrop-filter:blur(6px);
}
.showreel-frame.playing .showreel-tag{opacity:0;}

/* ---------- MARQUEE ---------- */
.marquee{
  position:sticky;top:0;z-index:2;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  overflow:hidden;padding:1.4rem 0;background:var(--black-2);
}
.marquee-track{
  display:flex;gap:4rem;width:max-content;
  animation:marquee 26s linear infinite;
}
.marquee-track span{
  font-family:var(--font-mono);font-weight:700;font-size:1rem;
  letter-spacing:0.15em;color:var(--cream);opacity:0.45;
}
@keyframes marquee{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

/* ---------- STUDIOS MARQUEE ---------- */
.studios-marquee .marquee-track span{
  font-family:var(--font-display);
  color:var(--gold);
  opacity:1;
  font-size:1.1rem;
  letter-spacing:0.08em;
}

/* ---------- PANELS (image + text, full-bleed) ---------- */
.panel{
  max-width:none;margin:0;padding:0;border-top:none;
}
.panel-grid{
  display:grid;grid-template-columns:2fr 3fr;gap:0;
  max-width:none;margin:0;
  height:100vh;
}
.panel-reverse .panel-grid{grid-template-columns:3fr 2fr;}
.panel-reverse .panel-media{order:2;}
.panel-reverse .panel-text{order:1;}
.panel-media{
  border-radius:0;overflow:hidden;
  aspect-ratio:auto;
  border:none;box-shadow:none;
  height:100%;
  background:var(--black);
  display:flex;align-items:center;justify-content:center;
}
.panel-media img,.panel-media video{width:100%;height:100%;object-fit:contain;display:block;}
.panel-text{
  height:100%;
  background:var(--black-2);
  display:flex;flex-direction:column;justify-content:center;
  padding:5rem 5vw 2rem;
  overflow:hidden;
}
.panel-text h2{max-width:14ch;margin-bottom:1rem;font-size:clamp(1.4rem,2.8vw,2.3rem);}
.panel-text p{
  max-width:36ch;
  color:var(--cream);opacity:0.75;line-height:1.5;margin-bottom:0.8rem;font-size:0.92rem;
}
.tags{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:1.2rem;}
.tag{
  display:flex;align-items:center;gap:0.5rem;
  border:1px solid var(--line);border-radius:999px;
  padding:0.5rem 1rem;font-size:0.85rem;color:var(--cream);opacity:0.85;
}
.tag b{color:var(--gold);font-family:var(--font-mono);}

/* ---------- PROCESS ---------- */
.process{align-items:center;}
.process .eyebrow,.process h2{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;}
.process-grid{
  width:100%;max-width:1320px;margin:0 auto;
  display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;
}
.process-step{
  position:relative;
  border-top:2px solid var(--gold);padding:1.5rem 1rem 1.5rem 0;
  overflow:hidden;
}
.step-glow{
  position:absolute;top:-20%;left:50%;
  width:180%;aspect-ratio:1;
  translate:-50% 0;
  background:radial-gradient(circle, rgba(232,163,61,0.28) 0%, rgba(232,163,61,0.08) 40%, transparent 70%);
  filter:blur(20px);
  opacity:0;
  transform:scale(0.7);
  transition:opacity .4s ease, transform .4s ease;
  pointer-events:none;
  z-index:0;
}
.process-step:hover .step-glow{opacity:1;transform:scale(1);}
.process-step > *:not(.step-glow){position:relative;z-index:1;}
.step-num{
  font-family:var(--font-mono);color:var(--gold);font-weight:700;font-size:0.9rem;
}
.process-step h3{font-size:1.25rem;margin:0.8rem 0 0.6rem;}
.process-step p{color:var(--cream);opacity:0.65;font-size:0.92rem;line-height:1.6;}

/* ---------- SERVICES ---------- */
.services{align-items:center;}
.services > .eyebrow{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;}
.services-grid{
  width:100%;max-width:1200px;margin-top:2rem;margin-left:auto;margin-right:auto;
  display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;
}
.service-card{
  position:relative;
  padding:2.6rem;
  border-top:1px solid var(--line);
  overflow:hidden;
}
.service-glow{
  position:absolute;top:50%;left:50%;
  width:120%;aspect-ratio:1;
  translate:-50% -50%;
  background:radial-gradient(circle, rgba(232,163,61,0.32) 0%, rgba(232,163,61,0.1) 40%, transparent 70%);
  filter:blur(20px);
  opacity:0;
  transform:scale(0.7);
  transition:opacity .4s ease, transform .4s ease;
  pointer-events:none;
  z-index:0;
}
.service-card:hover .service-glow{opacity:1;transform:scale(1);}
.service-card > *:not(.service-glow){position:relative;z-index:1;}
.service-index{
  font-family:var(--font-mono);color:var(--gold);font-weight:700;font-size:0.9rem;
}
.service-card h3{font-size:1.6rem;margin:1rem 0 0.8rem;font-weight:800;}
.service-card p{color:var(--cream);opacity:0.68;line-height:1.65;margin-bottom:1.6rem;}
.card-link{color:var(--gold-bright);font-weight:600;font-size:0.92rem;}

/* ---------- FAQ ---------- */
.faq{align-items:center;}
.faq > *{width:100%;max-width:800px;margin-left:auto;margin-right:auto;}
.faq h2{max-width:800px;margin-bottom:2.5rem;}
.faq-item{
  border-bottom:1px solid var(--line);padding:1.4rem 0;
}
.faq-item summary{
  cursor:pointer;font-weight:700;font-size:1.05rem;
  display:flex;justify-content:space-between;align-items:center;
  list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:'+';color:var(--gold);font-size:1.4rem;font-weight:400;margin-left:1rem;
}
.faq-item[open] summary::after{content:'–';}
.faq-item p{color:var(--cream);opacity:0.68;margin-top:1rem;line-height:1.65;}

/* ---------- CONTACT ---------- */
.contact{
  text-align:center;
  background:var(--gold);
  border-top:none;
}
.contact-inner{max-width:680px;margin:0 auto;}
.contact .eyebrow{color:var(--black);opacity:0.65;}
.contact h2{max-width:none;margin:0 auto 1rem;color:var(--black);}
.contact-sub{color:var(--black);opacity:0.75;margin-bottom:2rem;line-height:1.6;}
.contact-email{
  display:block;font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2.2rem);
  color:var(--black);margin-bottom:2rem;letter-spacing:0.01em;
}
.contact-email:hover{opacity:0.7;}
.contact-cta{background:var(--black);color:var(--cream);}
.contact-cta:hover{background:var(--black-2);}

/* ---------- FOOTER ---------- */
.footer{padding:3.5rem 6vw 2rem;border-top:1px solid var(--line);}
.footer-top{
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;
  padding-bottom:2rem;
}
.footer-logo{display:block;}
.footer-logo img{height:22px;width:auto;display:block;}
.footer-links{display:flex;gap:1.6rem;font-size:0.85rem;opacity:0.7;flex-wrap:wrap;}
.footer-social{display:flex;gap:1.4rem;font-size:0.85rem;opacity:0.7;}
.footer-bottom{
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:0.6rem;
  padding-top:1.6rem;border-top:1px solid var(--line);
  font-size:0.78rem;opacity:0.45;font-family:var(--font-mono);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width:900px){
  .nav-links{
    display:flex;flex-direction:column;gap:0;
    position:fixed;top:0;right:0;
    width:min(78vw,320px);height:100vh;
    background:var(--black-2);
    border-left:1px solid var(--line);
    padding:6.5rem 2rem 2rem;
    transform:translateX(100%);
    transition:transform .3s ease;
    z-index:90;
  }
  .nav-links.open{transform:translateX(0);}
  .nav-links a{
    padding:1rem 0;border-bottom:1px solid var(--line);font-size:1.05rem;
  }
  .nav-burger{
    display:flex;flex-direction:column;justify-content:center;gap:5px;
    width:32px;height:32px;background:none;border:none;cursor:pointer;
    position:relative;z-index:100;
  }
  .nav-burger span{width:100%;height:2px;background:var(--cream);transition:transform .25s ease, opacity .25s ease;}
  .nav-burger.open span:first-child{transform:translateY(3.5px) rotate(45deg);}
  .nav-burger.open span:last-child{transform:translateY(-3.5px) rotate(-45deg);}
  .panel-grid{grid-template-columns:1fr;gap:0;height:auto;}
  .panel-reverse .panel-grid{grid-template-columns:1fr;}
  .panel-reverse .panel-media{order:1;}
  .panel-reverse .panel-text{order:2;}
  .panel-media{aspect-ratio:4/5;height:auto;}
  .panel-text{height:auto;padding:3rem 6vw;}
  .process-grid{grid-template-columns:1fr 1fr;}
  .services-grid{grid-template-columns:1fr;}
  .section{padding:5rem 6vw;min-height:auto;position:relative;top:auto;}
  .hero{position:relative;top:auto;min-height:auto;padding-top:7rem;}
  .marquee{position:relative;top:auto;}
}
@media (max-width:560px){
  .process-grid{grid-template-columns:1fr;}
  .nav-cta{display:none;}
  .footer-top{flex-direction:column;align-items:flex-start;}
}
