/* Licensed cinematic background; isolated from shared page styles. */
main > section.home-film {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    background: #102438;
}
.home-film-media, .home-film-media picture, .home-film-poster,
.home-film-video, .home-film-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
}
.home-film-media { overflow: hidden; }
.home-film-poster, .home-film-video { object-fit: cover; object-position: 50% 50%; }
.home-film-video { display: block; }
.home-film-shade {
    background: linear-gradient(90deg, rgba(9,23,37,.76) 0%, rgba(9,23,37,.64) 40%, rgba(9,23,37,.2) 78%, rgba(9,23,37,.08) 100%),
                linear-gradient(0deg, rgba(8,22,37,.86) 0%, transparent 45%, rgba(8,22,37,.12) 100%);
}
.home-film-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(690px, calc(100svh - 125px), 950px);
    padding-top: 32px;
}
.home-film-topline { display: flex; align-items: center; min-height: 38px; gap: 24px; }
.home-film-topline > p { font-size: 12px; font-weight: 650; letter-spacing: .17em; color: #fff; }
.home-film-topline > p span { margin-left: 10px; font-weight: 450; color: #cbd5df; }
.home-film-copy { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 60px 0 68px; }
.home-film-eyebrow { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 500; letter-spacing: -.01em; color: #e4eaf2; }
.home-film-eyebrow::before { content: ''; width: 28px; height: 1px; background: #a6c9ef; }
.home-film-copy h1 {
    margin-top: 24px; color: #fff; font-size: clamp(48px, 4.4vw, 76px);
    font-weight: 650; line-height: 1.19; letter-spacing: -.055em;
    text-shadow: 0 2px 22px rgba(6,18,30,.1);
}
.home-film-copy h1 > span { display: block; }
.home-film-copy h1 > .home-film-accent { color: #c5dfff; }
.home-film-description { margin-top: 25px; color: #f0f3f7; font-size: 17px; line-height: 1.8; font-weight: 400; letter-spacing: -.015em; }
.home-film-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.home-film-primary {
    display: inline-flex; align-items: center; justify-content: space-between; gap: 30px;
    min-height: 58px; padding: 16px 24px; color: #142d4c; background: #fff;
    border: 1px solid #fff; border-radius: 4px; font-size: 17px; font-weight: 700;
    transition: background .2s, transform .2s;
}
.home-film-primary:hover { background: #e4efff; transform: translateY(-2px); }
.home-film-secondary { display: inline-flex; align-items: center; min-height: 48px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.6); color: #fff; font-size: 16px; font-weight: 550; }
.home-film-secondary:hover { border-color: #fff; color: #c5dfff; }
.home-film :is(a,button):focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.home-film-bottom { border-top: 1px solid rgba(255,255,255,.3); padding: 24px 0 27px; display: flex; align-items: center; gap: 42px; }
.home-film-bottom-label { flex: 0 0 auto; color: #fff; font-size: 16px; font-weight: 700; }
.home-film-services { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); flex: 1; min-width: 0; gap: 28px; }
.home-film-services button { display: flex; align-items: center; width: 100%; gap: 12px; color: #fff; font-size: 20px; font-weight: 700; text-align: left; padding: 10px 0; }
.home-film-service-num { flex-shrink: 0; color: #c5dfff; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.home-film-services svg { width: 26px; height: 26px; flex-shrink: 0; margin-left: auto; stroke-width: 2; opacity: 1; transition: transform .2s; }
.home-film-services button:hover svg { transform: translateX(4px); opacity: 1; }
@media (min-width: 1440px) {
    .home-film-inner { width: min(1360px, calc(100% - 160px)); }
}
@media (max-width: 1023px) {
    .home-film-inner { width: calc(100% - 64px); min-height: 760px; }
    .home-film-copy h1 { font-size: clamp(48px, 6.3vw, 68px); }
    .home-film-bottom { display: block; }
    .home-film-bottom-label { margin-bottom: 13px; }
    .home-film-services { gap: 20px; }
    .home-film-services button { font-size: 18px; gap: 8px; }
}
@media (max-width: 767px) {
    .home-film-services { grid-template-columns: 1fr; gap: 2px; }
}
@media (max-width: 640px) {
    .home-page .site-brand-eyebrow { font-size: 12px; }
    .home-page .site-brand-name { max-width: none; font-size: 16px; letter-spacing: -.035em; }
    .home-film-inner { width: calc(100% - 44px); min-height: min(810px, calc(100svh - 72px)); padding-top: 21px; }
    .home-film-topline { gap: 10px; min-height: 32px; }
    .home-film-topline > p { font-size: 10px; letter-spacing: .15em; }
    .home-film-topline > p span { display: none; }
    .home-film-shade { background: linear-gradient(90deg, rgba(8,24,42,.69), rgba(8,24,42,.3)), linear-gradient(0deg, rgba(8,24,42,.91), transparent 75%); }
    .home-film-copy { padding: 66px 0 54px; }
    .home-film-eyebrow { gap: 8px; font-size: 13px; }
    .home-film-eyebrow::before { width: 20px; }
    .home-film-copy h1 { font-size: clamp(28px, 8.5vw, 48px); line-height: 1.23; letter-spacing: -.055em; margin-top: 22px; }
    .home-film-description { max-width: 330px; font-size: 15px; line-height: 1.8; margin-top: 24px; }
    .home-film-actions { width: 100%; gap: 19px; margin-top: 27px; flex-wrap: wrap; }
    .home-film-primary { min-height: 52px; font-size: 15px; padding: 13px 18px; gap: 20px; }
    .home-film-secondary { font-size: 13px; min-height: 40px; }
    .home-film-bottom { padding: 20px 0 24px; }
    .home-film-bottom-label { font-size: 15px; margin-bottom: 12px; }
    .home-film-services button { font-size: 17px; gap: 12px; padding: 11px 0; }
    .home-film-service-num { font-size: 12px; }
    .home-film-services svg { width: 24px; height: 24px; }
}
@media (max-width: 359px) {
    .home-film-inner { width: calc(100% - 36px); }
    .home-film-copy h1 { font-size: 28px; }
    .home-film-copy { padding-top: 50px; }
    .home-film-actions { gap: 10px 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-film * { transition: none !important; }
}
