.contact-page { background: var(--white); }
.contact-site-header, .contact-site-header.scrolled { height: 78px; color: var(--brand-gray); background: rgba(248,249,251,.98); border-bottom: 1px solid rgba(85,89,104,.14); box-shadow: 0 10px 35px rgba(19,18,45,.07); }
.contact-page .brand-logo-color { display: block; }
.contact-page .brand { overflow: visible; }
.contact-page-main { padding-top: 78px; }
.contact-page-hero { position: relative; overflow: hidden; padding: 110px 0 90px; background: radial-gradient(circle at 84% 18%, rgba(91,196,241,.16), transparent 31%), linear-gradient(125deg, #fafafb, #eceef2); }
.contact-page-hero::after { content: ""; position: absolute; width: 560px; height: 525px; right: -130px; bottom: -310px; background: var(--navy); opacity: .026; -webkit-mask: url("assets/northbridge/tile.svg") center / contain no-repeat; mask: url("assets/northbridge/tile.svg") center / contain no-repeat; }
.contact-page-heading { position: relative; z-index: 1; }
.contact-hero-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 68px; align-items: center; }
.contact-page-heading h1 { max-width: 760px; color: var(--navy); font-size: clamp(3rem, 5vw, 5rem); }
.contact-hero-copy > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.12rem; }
.contact-hero-photo { height: 350px; margin: 0; overflow: hidden; border-radius: 20px; box-shadow: 0 18px 45px rgba(19,18,45,.14); }
.contact-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.contact-options { padding-bottom: 35px; }
.contact-options-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.person-contact { padding: 38px; display: grid; grid-template-columns: 58px 1fr; gap: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--off-white); box-shadow: 0 14px 36px rgba(19,18,45,.06); }
.person-initial { width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--blue-bright), #246fab); border-radius: 16px; font-size: 1.3rem; font-weight: 850; }
.person-initial-alt { background: linear-gradient(145deg, #377eae, var(--navy)); }
.contact-role { margin: 0 0 8px; color: #287db7; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.person-contact h2 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 2.8rem); }
.person-contact p:not(.contact-role) { color: var(--muted); }
.person-contact a { display: block; width: fit-content; margin-top: 7px; color: #315878; font-weight: 750; text-underline-offset: 4px; }
.location-section { padding-top: 45px; }
.location-card { min-height: 470px; overflow: hidden; display: grid; grid-template-columns: .78fr 1.22fr; border: 1px solid var(--line); border-radius: 28px; background: #eff0f3; box-shadow: var(--shadow); }
.location-copy { padding: 58px; align-self: center; }
.location-copy h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4vw, 3.7rem); }
.location-copy address { margin-bottom: 20px; color: var(--navy); font-size: 1.18rem; font-style: normal; font-weight: 700; }
.location-copy > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }
.location-card iframe { width: 100%; height: 100%; min-height: 470px; border: 0; }
.contact-page-footer { margin-top: 100px; color: var(--brand-gray); background: #f8f9fb; border-top: 1px solid rgba(85,89,104,.12); }
.contact-page-footer a { color: var(--navy); text-decoration: none; }

@media (max-width: 900px) {
  .contact-options-grid, .location-card, .contact-hero-layout { grid-template-columns: 1fr; }
  .contact-hero-layout { gap: 38px; }
  .contact-hero-photo { height: 390px; }
  .location-card iframe { min-height: 360px; }
}
@media (max-width: 760px) {
  .contact-site-header, .contact-site-header.scrolled { height: 68px; }
  .contact-page-main { padding-top: 68px; }
  .contact-page-hero { padding: 82px 0 70px; }
  .person-contact { padding: 28px 22px; grid-template-columns: 46px 1fr; gap: 15px; }
  .person-initial { width: 46px; height: 46px; border-radius: 13px; }
  .location-section { padding: 15px 0 0; }
  .contact-hero-photo { height: 280px; border-radius: 14px; }
  .location-card { width: 100%; border-radius: 0; }
  .location-copy { padding: 45px 24px; }
  .contact-page-footer { margin-top: 0; }
}
