.hero-photo{margin:0;overflow:hidden;border:8px solid #fff;border-radius:26px;background:#fff;box-shadow:0 20px 55px #00324766;color:var(--navy)}
.hero-photo img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.hero-photo figcaption{padding:12px 16px;text-align:center;font-size:.9rem;font-weight:900}
.video-section{display:grid;grid-template-columns:1fr minmax(250px,360px);align-items:center;gap:48px;padding:58px clamp(22px,7vw,110px);background:var(--sand)}
.video-section video{display:block;width:100%;max-height:520px;border:7px solid #fff;border-radius:22px;background:var(--navy);box-shadow:0 18px 45px #06334832}
@media(max-width:900px){.video-section{grid-template-columns:1fr}.video-section video{max-width:390px;margin:auto}}
.contact-links{display:flex;flex-direction:column;gap:10px;margin:28px 0}
.contact-links a{color:white;font-weight:900;text-decoration-thickness:2px;text-underline-offset:4px}
.send-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.email-button{background:white;color:var(--navy);border:2px solid var(--navy)}
.send-note{font-size:.9rem;line-height:1.45;color:#49606f;margin:14px 0 0}
@media(max-width:600px){.send-options{grid-template-columns:1fr}}
.brand-logo{display:block;width:76px;height:76px;object-fit:contain;flex:0 0 auto}
@media(max-width:600px){.brand-logo{width:64px;height:64px}.brand{font-size:1.15rem}.top{padding-top:8px;padding-bottom:8px}}
.promo-banner{margin:0;background:#061f3c}
.promo-banner img{display:block;width:100%;height:auto}
.veteran{display:grid;grid-template-columns:minmax(280px,460px) 1fr;align-items:center;gap:clamp(32px,7vw,90px);padding:72px clamp(22px,7vw,110px);background:#eef6fb}
.veteran figure{margin:0;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px #082f4930}
.veteran img{display:block;width:100%;max-height:560px;object-fit:cover;object-position:center 30%}
.veteran-button{background:var(--navy);color:white}
@media(max-width:760px){.veteran{grid-template-columns:1fr}.veteran figure{max-width:430px;margin:auto}.veteran img{max-height:480px}}
.hum-notice{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:28px;padding:48px clamp(22px,7vw,110px);background:white;border-top:8px solid var(--teal)}
.hum-notice h2{font-size:clamp(1.7rem,3vw,2.6rem);margin-bottom:.35em}
.hum-notice p:last-child{margin:0;max-width:900px}
.hum-badge{display:grid;place-items:center;width:92px;height:92px;border-radius:24px;background:var(--navy);color:white;font-size:1.5rem;font-weight:900;letter-spacing:.08em;box-shadow:inset 0 0 0 5px var(--gold)}
@media(max-width:600px){.hum-notice{grid-template-columns:1fr}.hum-badge{width:78px;height:78px}}
