/* Fill the mobile hero with the portrait giant; desktop keeps its layout. */
@media(max-width:900px){
 .hero{min-height:calc(100svh - 76px);padding:48px 20px 104px;justify-content:flex-end;isolation:isolate}
 .hero .giant-visual{inset:0;width:100%;height:100%;mask-image:none;-webkit-mask-image:none;background:#000}
 .hero .giant-visual video{width:100%;height:100%;object-fit:cover;object-position:50% 36%;background:#000;filter:none}
 .hero .giant-visual::after{background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.12) 28%,rgba(0,0,0,.4) 57%,rgba(0,0,0,.72) 80%,#000 100%)}
 .hero .eyebrow{margin:0 0 12px;font-size:13px;line-height:1.45;letter-spacing:.15em;text-shadow:0 2px 10px #000}
 .hero h1{margin:12px 0 18px;font-size:clamp(3.2rem,14vw,4.8rem);line-height:.98;text-shadow:0 3px 20px #000b}
 .hero h1 em{display:inline-block;margin-top:12px;font-size:clamp(1.5rem,6.7vw,2.4rem);line-height:1.2;letter-spacing:-.055em;word-break:keep-all}
 .hero>p:not(.eyebrow){font-size:15px;line-height:1.65;margin:0;max-width:540px;color:#eee8f4;text-shadow:0 2px 8px #000}
 .hero-actions{display:grid;gap:10px;margin-top:24px;width:100%}
 .hero-actions a{padding:14px 18px;font-size:15px;min-height:48px}
}
@media(max-width:600px){.hero{min-height:calc(100svh - 70px)}}
@media(max-width:900px) and (max-height:650px){.hero{padding-top:28px;padding-bottom:96px}.hero h1{font-size:clamp(2.8rem,12vw,4rem)}.hero-actions{margin-top:18px}}
