/* Give the closing brand reveal room on desktop; mobile copy stays below the film. */
@media(min-width:761px){.hero-copy{transition:opacity .65s ease}.hero.brand-reveal .hero-copy{opacity:0;pointer-events:none}.hero.brand-reveal .hero-copy:focus-within{opacity:1;pointer-events:auto}.hero.brand-reveal .hero-shade{background:linear-gradient(0deg,#17291f,transparent 16%)}}
@media(prefers-reduced-motion:reduce){.hero-copy{transition:none}}
