/* Contact page hero: the illustration is decorative; all copy remains in Blade. */
.contact-hero{position:relative;isolation:isolate;overflow:hidden;min-height:550px;display:flex;align-items:center;background:#09264d;padding:52px 0 66px;color:#fff}
.contact-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}
.contact-hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,26,58,.96) 0%,rgba(5,26,58,.93) 30%,rgba(5,26,58,.76) 43%,rgba(5,26,58,.16) 65%,rgba(5,26,58,.04) 100%)}
.contact-hero-content{position:relative}
.contact-hero .breadcrumbs{color:#dae4f2;font-size:.82rem;margin-bottom:30px}
.contact-hero .breadcrumbs a{color:#fff;text-underline-offset:4px}
.contact-hero .eyebrow{color:#edcf96;font:700 .76rem/1.5 Arial,sans-serif;letter-spacing:.15em}
.contact-hero h1{color:#fff;font-size:clamp(2.5rem,4.25vw,3.8rem);line-height:1.12;letter-spacing:-.045em;max-width:580px;width:48%;text-wrap:balance;margin:16px 0 22px}
.contact-hero .lead{color:#e2eaf5;font-size:1.05rem;line-height:1.85;max-width:510px;width:44%;margin:0}
.contact-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:29px;max-width:540px}
.contact-hero-actions .btn{font-size:.87rem;border-radius:9px;padding:14px 20px;min-height:48px}
.contact-hero-actions .btn-primary{background:#fff;color:#0b3470;box-shadow:0 6px 18px #00000015}
.contact-hero-actions .btn-secondary{background:#0a2b59b3;border:1px solid #ffffff70;color:#fff}
.contact-hero-actions .btn:hover{transform:translateY(-2px)}
@media(max-width:1050px){.contact-hero{min-height:570px}.contact-hero::before{background:linear-gradient(90deg,#051a3af5 0%,#051a3aeb 34%,#051a3ab8 51%,#051a3a20 78%)}.contact-hero h1{width:55%;font-size:2.9rem}.contact-hero .lead{width:52%}.contact-hero-actions{max-width:52%}.contact-hero-image{object-position:65% center}}
@media(max-width:700px){.contact-hero{display:block;min-height:0;padding:290px 0 44px}.contact-hero-image{height:340px;object-position:78% center}.contact-hero::before{background:linear-gradient(180deg,transparent 0,#09264d08 150px,#09264dc9 280px,#09264d 340px)}.contact-hero .breadcrumbs{font-size:.76rem;margin-bottom:22px}.contact-hero h1{width:100%;font-size:clamp(2.2rem,8vw,3rem);max-width:540px}.contact-hero .lead{width:100%;max-width:540px;font-size:1rem}.contact-hero-actions{max-width:none}.contact-hero-actions .btn{padding:13px 16px;font-size:.82rem}}
@media(max-width:380px){.contact-hero-actions{flex-direction:column;align-items:stretch}.contact-hero{padding-top:265px}.contact-hero-image{height:315px}}
@media(prefers-reduced-motion:reduce){.contact-hero-actions .btn{transition:none}.contact-hero-actions .btn:hover{transform:none}}

#contact-enquiry{scroll-margin-top:130px}
