/* ============================================================
   CONTACT INFORMATION — PAGE STYLES
   Shared colours/typography: css/style.css
   Shared About layout/navigation: css/executive-summary.css
   ============================================================ */
.contact-page {
    --co-card-radius: 12px;      /* Office, phone and email card corners */
    --co-card-padding: 27px;    /* Space inside office cards */
    --co-card-gap: 20px;        /* Space between office cards */
    --co-section-space: 48px;  /* Space between contact sections */
}
.co-hero { background: var(--navy-950); color: white; padding: 25px 0 52px; }
.co-hero .summary-breadcrumb { margin-bottom: 40px; }
.co-hero-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 65px; align-items: center; }
.co-hero .summary-eyebrow { color: #91c5e3; margin-bottom: 17px; }
.co-hero h1 { font-size: clamp(40px,4.8vw,66px); font-weight: 550; line-height: 1.08; letter-spacing: -.045em; margin: 0 0 22px; }
.co-hero h1 > span { color: #65b5e1; }
.co-hero-lead { font-size: clamp(20px,2vw,25px); color: #c2d2de; line-height: 1.45; letter-spacing: -.025em; margin: 0; }
.co-hero-button { display: inline-flex; align-items: center; gap: 18px; background: white; color: var(--navy-950); padding: 13px 20px; border-radius: 6px; font-size: 12px; font-weight: 650; margin-top: 28px; }
.co-hero-button:hover { background: var(--blue-light); }
.co-hero-note { border-left: 1px solid #355066; padding-left: 32px; }
.co-note-mark { display: block; color: #80bedf; font-size: 34px; line-height: 1; margin-bottom: 17px; }
.co-hero-note p { color: #d0dfe9; font-size: 22px; line-height: 1.55; letter-spacing: -.02em; margin: 0 0 23px; }
.co-hero-link { display: inline-flex; align-items: center; gap: 30px; padding-bottom: 7px; border-bottom: 1px solid #5a7487; font-size: 12px; font-weight: 600; }
.co-hero-link:hover { color: #a5d7f4; }
.co-layout { padding-top: 64px; }
.co-emails, .co-offices { scroll-margin-top: calc(var(--summary-header-height) + 24px); }
.co-emails > h2, .co-offices > h2, .co-bankers > h2, .co-section-heading > h2 { font-size: clamp(27px,2.8vw,37px); font-weight: 550; line-height: 1.2; letter-spacing: -.035em; margin: 0 0 20px; }
.co-introduction { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 0; }
.co-email-list { margin-top: 27px; display: grid; gap: 12px; }
.co-email-card { display: grid; grid-template-columns: 32px minmax(0,1fr) 18px; gap: 19px; align-items: center; padding: 23px 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--co-card-radius); transition: background 180ms; }
.co-email-card:hover { background: var(--blue-light); }
.co-email-number { font-size: 11px; color: var(--blue); font-weight: 650; }
.co-email-copy { display: grid; gap: 6px; min-width: 0; }
.co-email-copy strong { font-size: 19px; line-height: 1.35; font-weight: 550; letter-spacing: -.02em; }
.co-email-copy > span { color: var(--blue); font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.co-email-card > svg { color: var(--blue); }
.co-phone-section, .co-offices, .co-bankers { margin-top: var(--co-section-space); }
.co-phone-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.co-phone-card { display: flex; flex-direction: column; padding: 22px 18px; background: var(--blue-light); border: 1px solid #d2e4ef; border-radius: var(--co-card-radius); }
.co-phone-card:hover { border-color: var(--blue); }
.co-phone-card > span:first-child { font-size: 9px; color: var(--blue); font-weight: 650; letter-spacing: .08em; }
.co-phone-card strong { font-size: 17px; font-weight: 550; line-height: 1.5; color: var(--navy-800); margin: 13px 0 20px; overflow-wrap: anywhere; }
.co-call-label { display: flex; justify-content: space-between; gap: 12px; color: var(--blue); font-size: 10px; margin-top: auto; }
.co-offices { padding-top: var(--co-section-space); border-top: 1px solid var(--line); }
.co-office-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--co-card-gap); }
.co-office-card { display: flex; flex-direction: column; padding: var(--co-card-padding); border: 1px solid var(--line); border-radius: var(--co-card-radius); }
.co-office-top { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.co-country-code { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--blue-light); border: 1px solid #c4dce9; color: var(--blue); font-size: 10px; font-weight: 650; }
.co-office-top > span:last-child { font-size: 9px; font-weight: 650; letter-spacing: .08em; color: var(--blue); }
.co-office-card h3 { font-size: 28px; font-weight: 550; line-height: 1.2; letter-spacing: -.03em; margin: 0 0 25px; }
.co-address-block + .co-address-block { border-top: 1px solid var(--line); margin-top: 25px; padding-top: 24px; }
.co-address-block h4 { font-size: 12px; font-weight: 650; line-height: 1.5; margin: 0 0 10px; }
.co-address-block address { font-style: normal; color: var(--muted); font-size: 14px; line-height: 1.85; }
.co-map-link { display: inline-flex; gap: 12px; align-items: center; font-size: 10px; font-weight: 650; line-height: 1.6; color: var(--blue); margin-top: 17px; }
.co-map-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.co-office-email { margin-top: auto; padding-top: 28px; }
.co-office-email > span { display: block; font-size: 9px; font-weight: 650; letter-spacing: .07em; color: var(--muted); margin-bottom: 9px; }
.co-office-email a { display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
.co-bankers { padding-top: 35px; border-top: 1px solid var(--line); }
.co-bankers > h2 { font-size: 28px; }
.co-bank-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.co-bank-grid > div { padding: 22px 25px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--co-card-radius); }
.co-bank-grid span { color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .07em; }
.co-bank-grid h3 { margin: 12px 0 0; font-size: 21px; line-height: 1.3; font-weight: 550; letter-spacing: -.025em; }
.co-bank-grid p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.co-page-navigation { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--co-card-radius); overflow: hidden; }
.co-page-navigation a { display: flex; align-items: center; gap: 16px; padding: 23px 25px; font-size: 14px; font-weight: 600; transition: background 180ms; }
.co-page-navigation a:hover { background: var(--paper); }
.co-page-navigation small { display: block; font-size: 9px; font-weight: 650; letter-spacing: .1em; color: var(--muted); margin-bottom: 6px; }
.co-next { border-left: 1px solid var(--line); justify-content: space-between; color: var(--blue); }
@media (max-width: 1100px) {
    .contact-page { --co-card-padding: 23px; --co-card-gap: 18px; }
    .co-hero-grid { gap: 36px; }
    .co-phone-grid { grid-template-columns: 1fr; }
    .co-phone-card { display: grid; grid-template-columns: 125px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 20px; }
    .co-phone-card strong { margin: 0; }
    .co-call-label { margin-top: 0; }
}
@media (max-width: 900px) {
    .co-layout { padding-top: 32px; }
    .co-hero-note { padding-left: 25px; }
    .co-hero-note p { font-size: 19px; }
    .co-hero-grid { gap: 26px; }
}
@media (max-width: 600px) {
    .contact-page { --co-section-space: 36px; }
    .co-hero { padding-bottom: 36px; }
    .co-hero .summary-breadcrumb { margin-bottom: 28px; }
    .co-hero-grid { grid-template-columns: 1fr; gap: 29px; }
    .co-hero h1 { font-size: 44px; }
    .co-hero-note { border-left: 0; border-top: 1px solid #355066; padding: 22px 0 0; }
    .co-note-mark { display: none; }
    .co-email-card { grid-template-columns: 20px minmax(0,1fr) 18px; gap: 12px; padding: 22px 18px; }
    .co-email-copy strong { font-size: 18px; }
    .co-email-copy > span { font-size: 12px; }
    .co-phone-card { grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
    .co-phone-card > span:first-child { grid-column: 1 / -1; }
    .co-phone-card strong { font-size: 17px; }
    .co-office-grid { grid-template-columns: 1fr; gap: 20px; }
    .co-office-email { padding-top: 25px; }
    .co-bank-grid { grid-template-columns: 1fr; }
    .co-page-navigation { grid-template-columns: 1fr; margin-top: 30px; }
    .co-next { border-left: 0; border-top: 1px solid var(--line); }
    .co-page-navigation a { padding: 20px 23px; }
}
