.hero{position:relative;width:100%;min-height:clamp(520px,calc(100svh - 128px),880px);overflow:hidden;background:#0a0a0a}.hero-video{display:block;width:100%;height:clamp(520px,calc(100svh - 128px),880px);object-fit:cover;object-position:center center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.3) 48%,transparent 76%),linear-gradient(0deg,rgba(0,0,0,.34),transparent 45%)}.hero-content{position:absolute;z-index:1;left:max(1.5rem,calc((100vw - 1400px) / 2));bottom:clamp(2.5rem,8vw,6.5rem);width:min(42rem,calc(100% - 3rem));color:#fff}.hero-eyebrow{margin-bottom:1rem;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.hero-content h1{max-width:10ch;font-size:clamp(3.25rem,7vw,6.75rem);font-weight:800;line-height:.92;letter-spacing:-.045em;text-transform:uppercase}.hero-copy{max-width:34rem;margin-top:1.25rem;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero-primary-action,.hero-secondary-action{display:inline-flex;min-height:3.25rem;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.4rem;border:1px solid #fff;border-radius:.25rem;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-primary-action{background:#fff;color:#111}.hero-secondary-action{background:rgba(0,0,0,.28);color:#fff;backdrop-filter:blur(10px)}.hero-primary-action:hover,.hero-secondary-action:hover{transform:translateY(-2px)}.hero-primary-action svg{width:1rem;height:1rem}@media (max-width:768px){.hero-video{height:min(76svh,720px)}.hero,.hero-video{min-height:560px}.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.16) 70%)}.hero-content{bottom:2rem}.hero-actions{display:grid;grid-template-columns:1fr}.hero-primary-action,.hero-secondary-action{width:100%}}