.cinematic-hero{
  min-height:700px;
  isolation:isolate;
  background:#020506;
}
.cinematic-hero .hero-slides,
.cinematic-hero > .hero-overlay,
.cinematic-hero > .hero-scanlines{display:none}
.cinematic-hero-stage{position:absolute;inset:0;z-index:0;overflow:hidden;background:#020506}
.cinematic-hero-video{
  position:absolute;inset:-3%;width:106%;height:106%;object-fit:cover;
  opacity:0;transform:scale(1.018);filter:saturate(.82) contrast(1.08) brightness(.7);
  transition:opacity 1.05s cubic-bezier(.2,.7,.2,1),transform 7s cubic-bezier(.2,.55,.25,1);
  will-change:opacity,transform;
}
.cinematic-hero-video.is-active{opacity:1;transform:scale(1.055)}
.cinematic-hero-atmosphere{
  position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    radial-gradient(65% 58% at calc(72% + var(--hero-shift-x,0px)) calc(38% + var(--hero-shift-y,0px)),rgba(0,196,238,.18),transparent 66%),
    radial-gradient(44% 38% at 84% 76%,rgba(255,122,26,.09),transparent 72%),
    linear-gradient(90deg,rgba(1,3,4,.94) 0%,rgba(1,3,4,.73) 38%,rgba(1,4,6,.34) 67%,rgba(1,3,4,.64) 100%),
    linear-gradient(180deg,rgba(0,0,0,.47),transparent 34%,rgba(0,0,0,.73));
}
.cinematic-hero-vignette{
  position:absolute;inset:0;z-index:3;pointer-events:none;
  background:radial-gradient(ellipse at center,transparent 34%,rgba(0,0,0,.78) 112%);
  box-shadow:inset 0 -20vh 20vh rgba(0,0,0,.32);
}
.cinematic-hero .hero-content{z-index:5;width:min(670px,calc(100% - 48px));max-width:670px;padding-top:60px}
.cinematic-hero-logo{
  width:clamp(150px,19vw,250px);height:auto;margin:0 0 12px -8px;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.58)) drop-shadow(0 0 22px rgba(0,212,255,.12));
}
.cinematic-hero .hero-live{margin-bottom:12px;text-shadow:0 2px 18px rgba(0,0,0,.9)}
.cinematic-hero .hero-h1{font-size:clamp(54px,8.6vw,94px);text-shadow:0 9px 36px rgba(0,0,0,.72);margin-bottom:14px}
.cinematic-hero .hero-sub{max-width:570px;min-height:auto;margin-bottom:18px;color:rgba(232,231,224,.82);text-shadow:0 3px 22px rgba(0,0,0,.92)}
.cinematic-hero-controls{margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;max-width:660px}
.cinematic-hero-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.cinematic-hero-choice{
  position:relative;min-width:0;padding:9px 0;text-align:left;color:rgba(242,240,232,.56);
  transition:color .25s ease,transform .25s ease;
}
.cinematic-hero-choice::after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:2px;
  background:linear-gradient(90deg,rgba(0,212,255,.96),rgba(178,196,199,.76) 68%,rgba(255,122,26,.65));
  transform:scaleX(0);transform-origin:left;transition:transform .32s ease;box-shadow:0 0 16px rgba(0,212,255,.2);
}
.cinematic-hero-choice:hover,.cinematic-hero-choice:focus-visible,.cinematic-hero-choice.is-selected{color:var(--w);transform:translateY(-1px)}
.cinematic-hero-choice.is-selected::after,.cinematic-hero-choice:focus-visible::after{transform:scaleX(1)}
.cinematic-hero-choice span{display:block;font-family:'DM Mono',monospace;font-size:7px;letter-spacing:.18em;color:var(--c);margin-bottom:5px}
.cinematic-hero-choice strong{display:block;font-family:'DM Sans',sans-serif;font-size:9px;font-weight:500;line-height:1.32;letter-spacing:.035em}
.cinematic-hero-pause{
  display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:7px 10px;border-radius:999px;
  background:rgba(4,9,11,.54);box-shadow:0 8px 26px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.12);
  backdrop-filter:blur(9px);transition:background .2s ease,color .2s ease;
}
.cinematic-hero-pause:hover,.cinematic-hero-pause:focus-visible{background:rgba(4,12,15,.78);color:var(--c)}
.cinematic-hero-pause span{width:10px;height:12px;background:linear-gradient(90deg,currentColor 0 31%,transparent 31% 69%,currentColor 69%)}
.cinematic-hero-pause.is-paused span{width:0;height:0;background:none;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid currentColor}
.cinematic-hero-pause b{font-family:'DM Mono',monospace;font-size:7px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.cinematic-hero-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.cinematic-hero .hero-scroll{z-index:5}
@media (max-width:900px){
  .cinematic-hero .hero-content{padding-top:72px}
  .cinematic-hero-controls{grid-template-columns:1fr;gap:10px}
  .cinematic-hero-pause{justify-self:start}
}
@media (max-width:620px){
  .cinematic-hero{height:auto;min-height:100svh;align-items:flex-start}
  .cinematic-hero-stage{position:absolute;min-height:100%}
  .cinematic-hero-video{inset:0;width:100%;height:100%;object-position:62% center;transform:scale(1.01)}
  .cinematic-hero-video.is-active{transform:scale(1.035)}
  .cinematic-hero-atmosphere{background:linear-gradient(180deg,rgba(1,3,4,.56) 0%,rgba(1,3,4,.64) 34%,rgba(1,3,4,.91) 73%,#020506 100%),radial-gradient(90% 50% at 66% 20%,rgba(0,196,238,.17),transparent 68%)}
  .cinematic-hero .hero-content{width:calc(100% - 36px);margin:0 18px;padding:104px 0 92px}
  .cinematic-hero-logo{width:165px;margin-bottom:8px}
  .cinematic-hero .hero-live{margin-bottom:10px}
  .cinematic-hero .hero-h1{font-size:clamp(48px,15.7vw,66px);line-height:.88;margin-bottom:15px}
  .cinematic-hero .hero-sub{font-size:13px;line-height:1.55;margin-bottom:15px}
  .cinematic-hero .type-lock{min-height:3.1em}
  .cinematic-hero .hero-btns{gap:7px}
  .cinematic-hero .btn-p,.cinematic-hero .btn-g{padding:10px 16px;font-size:12px}
  .cinematic-hero-controls{margin-top:18px;gap:12px}
  .cinematic-hero-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px}
  .cinematic-hero-choice{padding:8px 0}
  .cinematic-hero-choice strong{font-size:8px}
  .cinematic-hero-pause{min-height:34px;padding:6px 9px}
  .cinematic-hero .hero-scroll{display:none}
}
@media (prefers-reduced-motion:reduce){
  .cinematic-hero-video,.cinematic-hero-choice{transition:none!important;transform:none!important}
  .cinematic-hero-atmosphere{--hero-shift-x:0px!important;--hero-shift-y:0px!important}
}
