.block-hero{position:relative;background:var(--ink);color:var(--fg-on-dark-1)}.has-transparent-header .block-hero{padding-top:calc(88px + 36px)}.block-hero h1{color:var(--paper)}.block-hero .lead{color:var(--steel-300);margin-bottom:0}.block-hero__grid{display:grid;grid-template-columns:5fr 7fr;min-height:calc(100vh - 121px - 56px)}@media(max-width: 900px){.block-hero__grid{grid-template-columns:1fr;min-height:0}}.block-hero__text{padding:3rem 4rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem}@media(max-width: 900px){.block-hero__text{padding:3rem 1.25rem}}.block-hero__text h1{font-size:clamp(3.5rem,6vw,88px);line-height:.95}.block-hero__media{position:relative;overflow:hidden;background:var(--ink);min-height:360px}.block-hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.95) contrast(1.04)}.block-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.95) contrast(1.04)}.block-hero__bleed>.block-hero__video{opacity:.45;z-index:0}.block-hero__media:has(.block-hero__video) img.block-hero__media-fallback,.block-hero__bleed:has(.block-hero__video)>img.block-hero__media-fallback{display:none}@media(prefers-reduced-motion: reduce){.block-hero__video{display:none}.block-hero__media:has(.block-hero__video) img.block-hero__media-fallback,.block-hero__bleed:has(.block-hero__video)>img.block-hero__media-fallback{display:block}}@media(max-width: 900px){.block-hero__media{order:-1}}.block-hero__accent{position:absolute;left:0;bottom:0;width:140px;height:4px;background:var(--red)}.block-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.block-hero__caption{position:absolute;left:24px;bottom:24px;display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--paper);background:rgba(14,14,15,.55);padding:8px 12px;border:1px solid rgba(245,245,242,.15)}.block-hero__caption .dot{width:6px;height:6px;background:var(--red);border-radius:50%}.block-hero--fullbleed{padding-top:0}.block-hero__bleed{position:relative;min-height:60vh;display:flex;align-items:center;padding-block:calc(88px + 64px) 64px}.block-hero__bleed>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.45}.block-hero__bleed-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg, rgba(14, 14, 15, 0.95) 0%, rgba(14, 14, 15, 0.5) 100%)}.block-hero__bleed-inner{position:relative;z-index:2;max-width:640px;display:flex;flex-direction:column;gap:1.5rem}
