/* A landscape preview between the gallery and trip options. */
.home-film{padding:58px 0 64px;background:var(--home-forest-deep);scroll-margin-top:80px}
.home-film h2{color:#fff;font:400 clamp(38px,4.2vw,60px)/1.04 "Bebas Neue",sans-serif;text-align:center;margin:0 0 30px;text-wrap:balance}.home-film .home-eyebrow{text-align:center;margin-bottom:12px}
.home-film-frame{position:relative;max-width:1020px;margin:auto;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:var(--home-forest-deep);box-shadow:0 24px 60px rgba(20,40,33,.18)}
.home-film-poster,.home-film-poster img{display:block;width:100%;height:100%}
.home-film-poster img{object-fit:contain}
.home-film-teaser{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease;z-index:1}
.home-film-frame.is-teaser-playing .home-film-teaser{opacity:1}
.home-film-shade{position:absolute;inset:0;pointer-events:none;z-index:2;background:linear-gradient(0deg,rgba(5,18,15,.7),transparent 35%)}
.home-film-link{position:absolute;inset:0;display:flex;align-items:flex-end;padding:32px;color:#fff;z-index:3;text-decoration:none}
.home-film-link:hover,.home-film-link:focus{color:#fff;text-decoration:none}
.home-film-link:focus-visible{outline:3px solid #fff;outline-offset:-6px}
.home-film-action{display:flex;gap:16px;align-items:center}
.home-film-play{display:flex;align-items:center;justify-content:center;flex:0 0 60px;width:60px;height:60px;border-radius:50%;background:var(--home-gold);color:var(--home-forest-deep);font-size:22px;padding-left:3px;transition:transform .2s ease}
.home-film-link:hover .home-film-play{transform:scale(1.06)}
.home-film-action strong,.home-film-action small{display:block;font-family:"Bebas Neue",sans-serif;font-weight:400;letter-spacing:.04em;line-height:1.15;text-transform:uppercase}
.home-film-action strong{font-size:27px}
.home-film-action small{font-size:16px;margin-top:5px;color:#fff}
.home-film-pause{position:absolute;top:14px;right:14px;z-index:4;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(5,18,15,.7);color:#fff;font:22px/1 sans-serif;cursor:pointer}
.home-film-pause[hidden]{display:none}
.home-film-pause:focus-visible{outline:3px solid #fff;outline-offset:3px}
html.home-full-open{overflow:hidden}
.home-full-dialog{padding:0;border:1px solid rgba(255,255,255,.22);border-radius:8px;margin:auto;width:min(1120px,calc(100vw - 24px));width:min(1120px,calc(100vw - 24px),calc((100dvh - 120px)*16/9 + 32px));max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);background:#0b211a;color:#fff;box-shadow:0 24px 80px rgba(0,0,0,.5);overflow:auto}
.home-full-dialog::backdrop{background:rgba(0,0,0,.82)}
.home-full-shell{padding:12px 16px 16px}
.home-full-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
.home-full-dialog .home-full-header p{margin:0;color:#fff;font:400 22px/1.15 "Bebas Neue",sans-serif;letter-spacing:.025em}
.home-full-close{flex:0 0 44px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;padding:0;background:transparent;color:#fff;font:30px/1 sans-serif;cursor:pointer}
.home-full-close:hover{background:rgba(255,255,255,.12)}
.home-full-close:focus-visible{outline:3px solid #efc331;outline-offset:3px}
.home-full-player{display:block;width:100%;height:auto;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);margin:0 auto;aspect-ratio:16/9;object-fit:contain;background:#000;border-radius:3px}
.home-full-dialog .home-full-error{margin:14px 0 0;color:#fff;font:16px/1.5 Georgia,serif}
.home-full-error[hidden]{display:none}
.home-full-error a{color:#f4d77d;text-decoration:underline}
@media(max-width:767px){
 .home-film{padding:40px 0;scroll-margin-top:85px}
 .home-film h2{margin-bottom:24px}
 .home-film-link{padding:16px}
 .home-film-action{gap:12px}
 .home-film-play{flex-basis:44px;width:44px;height:44px;font-size:17px}
 .home-film-action strong{font-size:21px}
 .home-film-action small{font-size:13px}
 .home-film-pause{top:10px;right:10px}
 .home-full-shell{padding:10px 10px 12px}
 .home-full-header{gap:10px}
 .home-full-dialog .home-full-header p{font-size:20px}
}
@media(prefers-reduced-motion:reduce){.home-film-teaser,.home-film-play{transition:none}.home-film-link:hover .home-film-play{transform:none}}

/* Preserve the natural video colors; only the lettering receives contrast. */
.home-film-frame video,.home-film-poster img{filter:none;opacity:1}
.home-film-frame .home-film-teaser{opacity:0}
.home-film-frame.is-teaser-playing .home-film-teaser{opacity:1}
.home-film-link strong,.home-film-link small{text-shadow:0 1px 2px #000,0 0 5px #000,0 2px 12px rgba(0,0,0,.85)}
.home-full-dialog:not([open]){display:none}
@media(max-width:767px){.home-film .home-container{padding-left:20px;padding-right:20px}.home-film h2{font-size:39px}.home-film .home-eyebrow{font-size:15px}}
