/* Nightfall editorial hero. Keep the original stadium and navy/white/orange palette. */
.hero{
  --hero-camera-x:0px; --hero-camera-y:0px; --hero-scroll-y:0px;
  --hero-ink:#07111c; --hero-paper:#f5f4f0; --hero-accent:#e88a53;
  position:relative; isolation:isolate; overflow:hidden;
  display:flex; flex-direction:column;
  min-height:clamp(720px,calc(100svh - 80px),940px);
  background:var(--hero-ink); color:var(--hero-paper)
}
.hero>.wrap{width:calc(100% - 128px);max-width:1320px}
.hero .hero-scene{
  position:absolute;inset:-36px -24px -64px;z-index:-3;overflow:hidden;
  transform:translate3d(var(--hero-camera-x),calc(var(--hero-camera-y) + var(--hero-scroll-y)),0);
  transition:transform 1.2s cubic-bezier(.16,1,.3,1)
}
.hero .hero-image{
  position:absolute;inset:0;width:100%;max-width:none;height:100%;
  object-fit:cover;object-position:62% 55%;transform:scale(1.04);transform-origin:65% 56%;
  filter:saturate(.62) contrast(1.1) brightness(.9)
}
.hero .hero-shade{
  background:
    linear-gradient(90deg,rgba(4,12,21,.92) 0%,rgba(5,15,25,.8) 27%,rgba(5,15,25,.28) 65%,rgba(5,15,25,.12) 100%),
    linear-gradient(0deg,rgba(4,12,20,.9) 0%,rgba(4,12,20,.1) 38%,rgba(4,12,20,.06) 70%,rgba(4,12,20,.4) 100%);
  pointer-events:none
}
.hero .hero-content{
  position:relative;z-index:2;flex:1;display:flex;flex-direction:column;
  justify-content:center;align-items:flex-start;padding-top:80px;padding-bottom:144px;
  opacity:1;filter:none;transform:none
}
.hero .hero-eyebrow{
  display:flex;align-items:center;gap:18px;font:400 12px/1.8 Arial,sans-serif;
  letter-spacing:.24em;color:#e4e5e3
}
.hero .hero-eyebrow:before{width:38px;height:1px;margin:0;background:var(--hero-accent)}
.hero h1{
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(88px,9.5vw,148px);font-weight:500;line-height:1.22;letter-spacing:.13em;
  margin-top:22px;max-width:100%;overflow-wrap:anywhere;text-shadow:0 3px 36px rgba(0,0,0,.18)
}
.hero .hero-role{
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(18px,1.7vw,24px);font-weight:500;letter-spacing:.16em;line-height:1.8;
  margin-top:16px;color:var(--hero-paper)
}
.hero .hero-description{
  font-size:17px;font-weight:400;line-height:2.15;letter-spacing:.055em;color:#e0e3e4;
  margin-top:30px;max-width:640px;overflow-wrap:anywhere
}
.hero .hero-description br{display:block}
.hero .hero-work-button{
  position:relative;display:inline-flex;justify-content:space-between;gap:56px;
  min-width:228px;min-height:58px;margin-top:34px;padding:17px 23px;
  border:1px solid rgba(229,216,200,.48);border-radius:0;box-shadow:none;
  background:rgba(6,17,27,.3);color:var(--hero-paper);font-size:14px;font-weight:500;letter-spacing:.14em;
  transition:background .4s,border-color .4s,color .4s
}
.hero .hero-work-button:after{
  content:"";position:absolute;left:-1px;bottom:-1px;width:48px;height:1px;
  background:var(--hero-accent);transition:width .6s cubic-bezier(.16,1,.3,1)
}
.hero .hero-work-button:hover{background:rgba(232,138,83,.12);border-color:var(--hero-accent)}
.hero .hero-work-button:hover:after{width:calc(100% + 2px)}
.hero .hero-work-button svg,.hero .hero-work-button>span{color:var(--hero-accent);transition:transform .5s}
.hero .hero-work-button:hover svg,.hero .hero-work-button:hover>span{transform:translate(3px,-3px)}
.hero a:focus-visible,.hero button:focus-visible{outline:2px solid var(--hero-accent);outline-offset:6px}
.hero .hero-motion{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
.hero .hero-frame{position:absolute;inset:28px;border:1px solid rgba(241,239,229,.13)}
.hero .hero-frame:before{
  content:"";position:absolute;top:-1px;left:-1px;width:72px;height:1px;background:rgba(232,138,83,.68)
}
.hero .hero-grain{
  position:absolute;inset:0;opacity:.025;mix-blend-mode:soft-light;
  background-image:radial-gradient(#fff .55px,transparent .85px);background-size:4px 4px
}
.hero .hero-haze{
  position:absolute;inset:-15%;opacity:.45;transform:translate3d(0,0,0);
  background:radial-gradient(ellipse at 84% 40%,rgba(232,138,83,.13),transparent 48%)
}
.hero .hero-light-sweep{
  position:absolute;top:-20%;left:30%;width:35%;height:150%;opacity:0;
  background:linear-gradient(105deg,transparent 10%,rgba(240,229,211,.06) 50%,transparent 90%);
  transform:translate3d(-100%,0,0) skewX(-12deg)
}
.hero .hero-bottom{
  z-index:2;position:absolute;left:0;right:0;bottom:40px;
  display:flex;justify-content:space-between;align-items:center;gap:24px;padding-right:190px;
  color:#d8dddd;font:400 12px/1.6 Arial,sans-serif;letter-spacing:.12em
}
.hero .hero-bottom>span{font:italic 18px/1.6 Georgia,"Times New Roman",serif;letter-spacing:.07em}
.hero .hero-bottom a{display:flex;align-items:center;gap:16px;min-height:44px}
.hero .hero-motion-toggle{
  position:absolute;z-index:3;right:max(64px,calc((100% - 1320px)/2));bottom:40px;
  display:flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:9px 14px;
  border:1px solid rgba(234,234,225,.3);background:rgba(5,15,24,.48);color:#e8eae6;
  font-size:14px;font-weight:400;letter-spacing:.03em
}
.hero .hero-motion-toggle[hidden]{display:none}
.hero .hero-motion-toggle:hover{background:rgba(232,138,83,.12);border-color:var(--hero-accent)}
.hero .hero-motion-icon{width:10px;height:12px;border-left:2px solid currentColor;border-right:2px solid currentColor}
.hero .hero-motion-toggle[data-paused="true"] .hero-motion-icon{border:0;background:currentColor;clip-path:polygon(0 0,100% 50%,0 100%)}
/* Motion is progressive enhancement: no JS means a complete, static hero. */
.hero[data-motion-ready] .hero-scene{animation:hero-aperture 1.8s cubic-bezier(.2,.6,.2,1) both}
.hero[data-motion-ready] .hero-image{animation:hero-camera 26s cubic-bezier(.45,.05,.55,.95) infinite alternate;will-change:transform}
.hero[data-motion-ready] .hero-haze{animation:hero-atmosphere 16s ease-in-out infinite alternate}
.hero[data-motion-ready] .hero-light-sweep{animation:hero-light-sweep 18s ease-in-out infinite}
.hero[data-motion-ready] .hero-reveal{animation:hero-reveal 1.45s cubic-bezier(.16,1,.3,1) both}
.hero[data-motion-ready] .hero-reveal-1{animation-delay:.14s}
.hero[data-motion-ready] .hero-reveal-2{animation-delay:.28s}
.hero[data-motion-ready] .hero-reveal-3{animation-delay:.44s}
.hero[data-motion-ready] .hero-reveal-4{animation-delay:.6s}
.hero[data-motion-ready] .hero-reveal-5{animation-delay:.76s}
.hero[data-motion-ready] .hero-bottom a>svg,.hero[data-motion-ready] .hero-bottom a>span{animation:hero-scroll-cue 3.5s ease-in-out infinite}
.hero[data-motion-state="paused"] .hero-image,
.hero[data-motion-state="paused"] .hero-haze,
.hero[data-motion-state="paused"] .hero-light-sweep,
.hero[data-motion-state="paused"] .hero-bottom a>svg,
.hero[data-motion-state="paused"] .hero-bottom a>span{animation-play-state:paused}
@keyframes hero-camera{
  from{transform:scale(1.03) translate3d(1.1%,.45%,0)}
  to{transform:scale(1.14) translate3d(-1.3%,-.8%,0)}
}
@keyframes hero-aperture{from{clip-path:inset(6% 3%)}to{clip-path:inset(0)}}
@keyframes hero-atmosphere{from{opacity:.3;transform:translate3d(2%,0,0)}to{opacity:.8;transform:translate3d(-3%,1%,0)}}
@keyframes hero-light-sweep{
  0%,12%{opacity:0;transform:translate3d(-100%,0,0) skewX(-12deg)}
  30%,60%{opacity:.7}
  85%,100%{opacity:0;transform:translate3d(220%,0,0) skewX(-12deg)}
}
@keyframes hero-reveal{from{opacity:0;filter:blur(6px);transform:translate3d(0,22px,0)}to{opacity:1;filter:blur(0);transform:translate3d(0,0,0)}}
@keyframes hero-scroll-cue{0%,100%{transform:translateY(-3px)}50%{transform:translateY(4px)}}
@media(max-width:900px){
  .hero{min-height:760px}
  .hero>.wrap{width:calc(100% - 96px)}
  .hero .hero-content{padding-top:76px;padding-bottom:140px}
  .hero h1{font-size:clamp(88px,12vw,118px)}
  .hero .hero-frame{inset:20px}
  .hero .hero-description{font-size:16px;max-width:570px}
  .hero .hero-motion-toggle{right:48px}
  .hero .hero-bottom{gap:16px;padding-right:166px}
  .hero .hero-bottom>span{font-size:14px}
  .hero .hero-bottom a{font-size:11px;letter-spacing:.07em;gap:8px}
}
@media(max-width:580px){
  .hero{min-height:720px}
  .hero>.wrap{width:calc(100% - 56px)}
  .hero .hero-content{padding-top:68px;padding-bottom:152px}
  .hero .hero-scene{inset:-20px -18px -56px}
  .hero .hero-image{object-position:65% 54%}
  .hero .hero-shade{background:linear-gradient(90deg,rgba(4,12,21,.86),rgba(4,12,21,.28)),linear-gradient(0deg,rgba(4,12,21,.93),rgba(4,12,21,.22) 55%,rgba(4,12,21,.22))}
  .hero .hero-frame{inset:12px}
  .hero .hero-eyebrow{font-size:11px;letter-spacing:.16em;gap:12px}
  .hero .hero-eyebrow:before{width:24px}
  .hero h1{font-size:clamp(68px,18vw,100px);line-height:1.25;letter-spacing:.1em;margin-top:25px}
  .hero .hero-role{font-size:18px;letter-spacing:.13em;margin-top:18px}
  .hero .hero-description{font-size:16px;letter-spacing:.025em;line-height:2.1;margin-top:28px}
  .hero .hero-work-button{font-size:14px;min-width:218px;min-height:56px;margin-top:27px;gap:40px;padding:16px 21px}
  .hero .hero-bottom{bottom:30px;flex-direction:column;align-items:flex-start;gap:3px;padding-right:136px}
  .hero .hero-bottom>span{font-size:12px;letter-spacing:.04em}
  .hero .hero-bottom a{font-size:10px;gap:8px;letter-spacing:.04em}
  .hero .hero-motion-toggle{right:28px;bottom:32px;gap:9px;padding-inline:10px}
}
@media(max-width:360px){
  .hero>.wrap{width:calc(100% - 48px)}
  .hero .hero-motion-toggle{right:24px}
  .hero .hero-eyebrow{font-size:10px;letter-spacing:.12em}
  .hero .hero-bottom a{letter-spacing:0;gap:5px}
}
@media(prefers-reduced-motion:reduce){
  .hero .hero-scene,.hero .hero-image{transform:none!important;animation:none!important;transition:none!important;clip-path:none!important}
  .hero .hero-reveal{opacity:1!important;filter:none!important;transform:none!important;animation:none!important}
  .hero .hero-haze,.hero .hero-light-sweep,.hero .hero-bottom a>svg,.hero .hero-bottom a>span{animation:none!important;transition:none!important}
  .hero .hero-motion-toggle{display:none}
}
