/* Shared visual and accessibility improvements; original brand palette retained. */
html { scroll-behavior:smooth; }
body::before { display:none; }
a,button { -webkit-tap-highlight-color:transparent; }
:focus-visible { outline:3px solid #f0d080; outline-offset:6px; }
.video-wrap { display:block; text-decoration:none; aspect-ratio:16/9; isolation:isolate; }
.video-thumb { width:100%; height:100%; object-fit:cover; border-radius:14px; }
.video-overlay { border-radius:14px; background:linear-gradient(0deg,rgba(0,0,0,.94),transparent 48%); }
.play-btn { top:53%; width:72px; height:72px; background:#a93728; border:1px solid #ffcfa6; }
.video-caption-top { font-size:clamp(10px,1.7vw,14px); }
.video-caption-bottom { background:none; color:#f0d080; text-decoration:none; padding-top:3px; font-size:clamp(12px,2vw,17px); }
.hero-headline { text-wrap:balance; font-size:clamp(25px,3.6vw,42px); max-width:900px; }
.hero-sub { text-wrap:pretty; margin-bottom:24px; font-size:clamp(15px,1.8vw,18px); }
.hero-eyebrow { margin-bottom:16px; }
.hero .video-wrap,.hero .cta-wrap,.hero-eyebrow,.hero-headline,.hero-sub { opacity:1; animation:none; }
.hero { padding-top:36px; }
.cta-btn { border-radius:8px; }
.reveal,.comment-card { opacity:1; transform:none; }
.footer p { color:#b9ab96; }
.footer { padding-bottom:36px; }
.vturb-wrap { min-height:400px; }
.skip-link { position:absolute; left:16px; top:-80px; z-index:1001; background:#f0d080; color:#17120c; padding:12px; }
.skip-link:focus { top:12px; }
@media(max-width:600px) { .hero { padding-top:22px; } .urgency-bar { font-size:10px; letter-spacing:1px; } .hero-eyebrow { font-size:9px; letter-spacing:2px; } .video-caption { padding:8px 8px 12px; } .play-btn { width:54px; height:54px; top:45%; } .video-wrap { margin-top:20px; } }
@media(prefers-reduced-motion:reduce) { html {scroll-behavior:auto} *,*::before,*::after { animation:none!important; transition:none!important; } }
