.eg-contact {
    --contact-navy: #102f49;
    --contact-navy-deep: #0a2439;
    --contact-blue: #1260ad;
    --contact-orange: #f4a12d;
    --contact-ink: #17354f;
    --contact-muted: #657d90;
    --contact-line: #d3dee6;
    --contact-paper: #f2f6f9;
    color: var(--contact-ink);
    font-family: EGText, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
}

.eg-contact *, .eg-contact *::before, .eg-contact *::after { box-sizing: border-box; }
.eg-contact h1, .eg-contact h2, .eg-contact h3, .eg-contact p, .eg-contact dl, .eg-contact dd, .eg-contact ol { margin: 0; }
.eg-contact a { color: inherit; text-decoration: none; }
.eg-contact button, .eg-contact input { font: inherit; }
.eg-contact button { cursor: pointer; }
.eg-contact :focus-visible { outline: 3px solid #75b8f2; outline-offset: 4px; }
.eg-contact .egh-icon { display: block; flex: 0 0 auto; height: 28px; max-height: none; width: 28px; }

.eg-contact-wrap { margin: 0 auto; max-width: 1392px; padding: 0 32px; width: 100%; }
.eg-contact-kicker { color: #72899b; font-size: 12px; font-weight: 600; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }

.eg-contact-hero {
    background-color: var(--contact-navy-deep);
    background-image: linear-gradient(rgba(143, 184, 212, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(143, 184, 212, .08) 1px, transparent 1px);
    background-size: 120px 120px;
    color: #fff;
    padding: 54px 0 58px;
}
.eg-contact-hero__grid { align-items: stretch; display: grid; gap: 60px; grid-template-columns: minmax(0, 1.35fr) minmax(370px, .65fr); }
.eg-contact-hero__copy { padding: 12px 0 4px; }
.eg-contact-hero .eg-contact-kicker { color: #90b0c7; }
.eg-contact-hero h1 { font-size: clamp(46px, 5vw, 68px); font-weight: 650; letter-spacing: -.048em; line-height: 1; margin: 17px 0 22px; }
.eg-contact-lead { color: #c3d3df; font-size: 19px; line-height: 1.62; max-width: 730px; }
.eg-contact-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.eg-contact-button { align-items: center; border: 1px solid transparent; border-radius: 3px; display: inline-flex; font-size: 15px; font-weight: 650; gap: 14px; justify-content: center; min-height: 52px; padding: 13px 20px; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.eg-contact-button .egh-icon { height: 20px; width: 20px; }
.eg-contact-button--accent { background: var(--contact-orange); border-color: var(--contact-orange); color: #102f49; }
.eg-contact-button--accent:hover { background: #ffb64f; border-color: #ffb64f; }
.eg-contact-button--ghost { border-color: #66859b; color: #fff !important; }
.eg-contact-button--ghost:hover { background: rgba(255, 255, 255, .08); border-color: #a9c1d2; }
.eg-contact-hero__facts { border-top: 1px solid rgba(176, 207, 228, .18); display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 38px; padding-top: 20px; }
.eg-contact-hero__facts > span { align-items: center; color: #a8bfce; display: flex; gap: 11px; min-width: 0; padding-right: 18px; }
.eg-contact-hero__facts > span + span { border-left: 1px solid rgba(176, 207, 228, .14); padding-left: 18px; }
.eg-contact-hero__facts .egh-icon { color: #f4a12d; height: 23px; width: 23px; }
.eg-contact-hero__facts b { font-size: 12px; font-weight: 500; line-height: 1.45; }

.eg-contact-direct { align-self: stretch; background: #fff; border-top: 5px solid var(--contact-orange); box-shadow: 18px 18px 0 rgba(3, 18, 30, .28); color: var(--contact-ink); padding: 25px 28px 27px; }
.eg-contact-direct__head { align-items: center; border-bottom: 1px solid var(--contact-line); display: flex; justify-content: space-between; margin-bottom: 25px; padding-bottom: 13px; }
.eg-contact-direct__head span { color: var(--contact-muted); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.eg-contact-direct__head b { color: #879aaa; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .12em; }
.eg-contact-direct__phone { color: var(--contact-ink) !important; display: inline-block; font-size: clamp(31px, 3vw, 42px); font-weight: 650; letter-spacing: -.045em; line-height: 1; }
.eg-contact-direct > p { color: var(--contact-muted); font-size: 12px; margin: 9px 0 24px; }
.eg-contact-direct__row { align-items: center; border-top: 1px solid var(--contact-line); display: grid; gap: 13px; grid-template-columns: 32px 1fr auto; padding: 15px 2px; }
.eg-contact-direct__row:hover strong { color: var(--contact-blue); }
.eg-contact-direct__row .egh-icon { color: var(--contact-blue); height: 25px; width: 25px; }
.eg-contact-direct__row span { display: grid; gap: 1px; min-width: 0; }
.eg-contact-direct__row small { color: var(--contact-muted); font-size: 10px; }
.eg-contact-direct__row strong { font-size: 14px; font-weight: 650; overflow-wrap: anywhere; }
.eg-contact-direct__row > b { color: var(--contact-blue); font-size: 18px; font-weight: 400; }
.eg-contact-direct__note { background: var(--contact-paper); color: var(--contact-muted); font-size: 11px; line-height: 1.55; margin-top: 9px; padding: 12px 14px; }

.eg-contact-routes { background: #fff; border-bottom: 1px solid var(--contact-line); }
.eg-contact-routes > div { display: grid; grid-template-columns: repeat(3, 1fr); }
.eg-contact-routes a { align-items: center; display: grid; gap: 14px; grid-template-columns: 42px 1fr auto; min-height: 102px; padding: 19px 24px; }
.eg-contact-routes a + a { border-left: 1px solid var(--contact-line); }
.eg-contact-routes a:hover { background: #f7fafc; }
.eg-contact-route__icon { align-items: center; background: #edf4f9; color: var(--contact-blue); display: flex; height: 42px; justify-content: center; width: 42px; }
.eg-contact-route__icon .egh-icon { height: 23px; width: 23px; }
.eg-contact-routes a > span:nth-child(2) { display: grid; gap: 2px; }
.eg-contact-routes small { color: var(--contact-muted); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.eg-contact-routes strong { color: var(--contact-ink); font-size: 14px; font-weight: 650; line-height: 1.4; }
.eg-contact-routes a > b { color: var(--contact-blue); font-size: 18px; font-weight: 400; }

.eg-contact-location { background: #fff; padding: 72px 0; }
.eg-contact-location__grid { display: grid; gap: 0; grid-template-columns: minmax(330px, .82fr) minmax(520px, 1.18fr); }
.eg-contact-location__info { background: var(--contact-paper); border: 1px solid var(--contact-line); padding: 38px 38px 34px; }
.eg-contact-location h2, .eg-contact-heading h2, .eg-contact-request h2 { font-size: clamp(31px, 3.4vw, 46px); font-weight: 550; letter-spacing: -.04em; line-height: 1.12; }
.eg-contact-location h2 { margin: 11px 0 28px; }
.eg-contact-address { align-items: flex-start; background: #fff; border-left: 3px solid var(--contact-orange); display: flex; gap: 16px; padding: 18px 19px; }
.eg-contact-address > span { color: var(--contact-blue); padding-top: 2px; }
.eg-contact-address div { display: grid; gap: 4px; }
.eg-contact-address small { color: var(--contact-muted); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.eg-contact-address strong { font-size: 15px; font-weight: 600; line-height: 1.5; }
.eg-contact-details { margin-top: 22px; }
.eg-contact-details > div { border-top: 1px solid var(--contact-line); display: grid; gap: 16px; grid-template-columns: 86px 1fr; padding: 12px 0; }
.eg-contact-details dt { color: var(--contact-muted); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.eg-contact-details dd { color: var(--contact-ink); font-size: 14px; font-weight: 550; }
.eg-contact-details a:hover { color: var(--contact-blue); text-decoration: underline; text-underline-offset: 3px; }
.eg-contact-location__note { color: var(--contact-muted); font-size: 12px; line-height: 1.65; margin-top: 22px !important; }
.eg-contact-map-shell { background: var(--contact-navy); border: 1px solid var(--contact-navy); display: flex; flex-direction: column; min-height: 560px; padding: 15px; }
.eg-contact-map__caption { align-items: center; color: #a9c0d0; display: flex; flex: 0 0 auto; font-size: 10px; justify-content: space-between; letter-spacing: .06em; min-height: 39px; padding: 0 4px 12px; text-transform: uppercase; }
.eg-contact-map__caption b { color: #d0dde6; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; font-weight: 500; }
.eg-contact .eg-contact-map { background: #e5edf2; border: 0; flex: 1 1 auto; min-height: 490px; width: 100%; }

.eg-contact-offices { background: var(--contact-paper); border-bottom: 1px solid var(--contact-line); border-top: 1px solid var(--contact-line); padding: 70px 0; }
.eg-contact-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 30px; }
.eg-contact-heading > div:first-child { max-width: 760px; }
.eg-contact-heading h2 { margin-top: 10px; }
.eg-contact-heading > div:first-child > p:last-child { color: var(--contact-muted); font-size: 14px; line-height: 1.65; margin-top: 13px; max-width: 690px; }
.eg-contact-count { align-items: center; border-left: 1px solid #bdcbd6; display: flex; flex: 0 0 auto; gap: 14px; padding: 4px 0 4px 25px; }
.eg-contact-count strong { color: var(--contact-blue); font-size: 42px; font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.eg-contact-count span { color: var(--contact-muted); font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.eg-contact-office-list { background: #fff; border: 1px solid var(--contact-line); }
.eg-contact-office-list > summary { align-items: center; cursor: pointer; display: flex; justify-content: space-between; list-style: none; min-height: 78px; padding: 20px 25px; }
.eg-contact-office-list > summary::-webkit-details-marker { display: none; }
.eg-contact-office-list > summary > span { font-size: 18px; font-weight: 600; }
.eg-contact-office-list > summary b { align-items: center; color: var(--contact-blue); display: flex; font-size: 12px; font-weight: 600; gap: 12px; }
.eg-contact-office-list > summary i { align-items: center; background: #edf4f9; display: flex; font-size: 19px; font-style: normal; height: 32px; justify-content: center; width: 32px; }
.eg-contact-office-list[open] > summary i { transform: rotate(45deg); }
.eg-contact-office-list__body { border-top: 1px solid var(--contact-line); padding: 24px; }
.eg-contact-office-search { display: block; max-width: 520px; }
.eg-contact-office-search span { color: var(--contact-muted); display: block; font-size: 11px; font-weight: 600; margin-bottom: 7px; text-transform: uppercase; }
.eg-contact-office-search input { background: #fff; border: 1px solid #aebdca; border-radius: 2px; color: var(--contact-ink); min-height: 48px; padding: 11px 14px; width: 100%; }
.eg-contact-office-search input:focus { border-color: var(--contact-blue); }
.eg-contact-office-status { color: var(--contact-muted); font-size: 11px; margin: 12px 0 18px !important; }
.eg-contact-office-grid { border-left: 1px solid var(--contact-line); border-top: 1px solid var(--contact-line); display: grid; grid-template-columns: repeat(3, 1fr); max-height: 520px; overflow: auto; }
.eg-contact-office-grid a { align-items: flex-start; border-bottom: 1px solid var(--contact-line); border-right: 1px solid var(--contact-line); display: grid; gap: 10px; grid-template-columns: 26px 1fr auto; min-height: 122px; padding: 17px; }
.eg-contact-office-grid a:hover { background: #f7fafc; }
.eg-contact-office-grid a > small { color: #9aacba; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; padding-top: 3px; }
.eg-contact-office-grid a > span { display: grid; gap: 6px; min-width: 0; }
.eg-contact-office-grid strong { font-size: 14px; font-weight: 650; }
.eg-contact-office-grid em { color: var(--contact-muted); font-size: 11px; font-style: normal; line-height: 1.5; }
.eg-contact-office-grid a > b { color: var(--contact-blue); font-size: 16px; font-weight: 400; }
.eg-contact-office-empty { background: #fff4e2; color: #77521f; font-size: 13px; margin-top: 18px !important; padding: 14px 16px; }

.eg-contact-request { background: var(--contact-navy-deep); color: #fff; padding: 72px 0; }
.eg-contact-request__grid { align-items: stretch; display: grid; gap: 68px; grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr); }
.eg-contact-request .eg-contact-kicker { color: #92afc4; }
.eg-contact-request h2 { margin: 12px 0 18px; max-width: 700px; }
.eg-contact-request__copy > p:not(.eg-contact-kicker) { color: #b6cad8; font-size: 15px; line-height: 1.7; max-width: 700px; }
.eg-contact-request ol { display: grid; gap: 0; list-style: none; margin-top: 30px; padding: 0; }
.eg-contact-request li { align-items: flex-start; border-top: 1px solid rgba(179, 209, 229, .17); display: grid; gap: 17px; grid-template-columns: 36px 1fr; padding: 14px 0; }
.eg-contact-request li > span { color: var(--contact-orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; padding-top: 4px; }
.eg-contact-request li div { display: grid; gap: 2px; }
.eg-contact-request li strong { font-size: 14px; font-weight: 600; }
.eg-contact-request li small { color: #9fb8c9; font-size: 12px; }
.eg-contact-text-button { background: none; border: 0; color: #ffb044; font-size: 13px; font-weight: 600; margin-top: 18px; padding: 4px 0; }
.eg-contact-text-button:hover { color: #ffd08b; }
.eg-contact-form-card { background: #fff; border-top: 5px solid var(--contact-orange); color: var(--contact-ink); padding: 28px 30px 25px; }
.eg-contact-form-card__head { align-items: center; border-bottom: 1px solid var(--contact-line); display: flex; gap: 14px; padding-bottom: 18px; }
.eg-contact-form-card__head > span { align-items: center; background: #edf4f9; color: var(--contact-blue); display: flex; height: 46px; justify-content: center; width: 46px; }
.eg-contact-form-card__head > span .egh-icon { height: 25px; width: 25px; }
.eg-contact-form-card__head div { display: grid; gap: 2px; }
.eg-contact-form-card__head small { color: var(--contact-muted); font-size: 10px; text-transform: uppercase; }
.eg-contact-form-card__head strong { font-size: 17px; font-weight: 650; }
.eg-contact-form-card .form { background: transparent; border: 0; box-shadow: none; margin: 0; padding: 23px 0 0; }
.eg-contact-form-card .form > label { display: block; margin-bottom: 14px; }
.eg-contact-form-card .form > label > span { color: var(--contact-muted); display: block; font-size: 11px; font-weight: 600; margin-bottom: 6px; }
.eg-contact-form-card .form > label > span b { color: #c36d00; }
.eg-contact-form-card .form input { background: #fff; border: 1px solid #aebdca; border-radius: 2px; color: var(--contact-ink); min-height: 48px; padding: 11px 13px; width: 100%; }
.eg-contact-form-card .form input:focus { border-color: var(--contact-blue); }
.eg-contact-form-card .eg-contact-button { border: 0; margin-top: 4px; width: 100%; }
.eg-contact-form-card .policy { color: var(--contact-muted); font-size: 10px; line-height: 1.5; margin-top: 12px; }
.eg-contact-form-card .policy a { color: var(--contact-blue); text-decoration: underline; text-underline-offset: 2px; }
.eg-contact-form-card .eg-form-status { color: #9a3412; font-size: 12px; margin-top: 12px; }

.eg-contact-next { background: #fff; padding: 66px 0 70px; }
.eg-contact-next__grid { border-left: 1px solid var(--contact-line); border-top: 1px solid var(--contact-line); display: grid; grid-template-columns: repeat(4, 1fr); }
.eg-contact-next__grid a { border-bottom: 1px solid var(--contact-line); border-right: 1px solid var(--contact-line); display: grid; gap: 14px; grid-template-columns: 34px 1fr; min-height: 170px; padding: 24px; position: relative; }
.eg-contact-next__grid a:hover { background: var(--contact-paper); }
.eg-contact-next__grid .egh-icon { color: var(--contact-blue); height: 27px; width: 27px; }
.eg-contact-next__grid a > span { display: grid; gap: 8px; }
.eg-contact-next__grid small { color: var(--contact-muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.eg-contact-next__grid strong { font-size: 15px; font-weight: 600; line-height: 1.45; }
.eg-contact-next__grid a > b { bottom: 20px; color: var(--contact-blue); font-size: 18px; font-weight: 400; position: absolute; right: 22px; }

.eg-contact-legal { background: #e8f0f6; border-top: 1px solid var(--contact-line); padding: 24px 0; }
.eg-contact-legal > div { align-items: center; display: grid; gap: 24px; grid-template-columns: 150px 1fr auto; }
.eg-contact-legal span { color: var(--contact-muted); font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.eg-contact-legal p { color: var(--contact-muted); font-size: 11px; line-height: 1.55; }
.eg-contact-legal p strong { color: var(--contact-ink); font-size: 12px; }
.eg-contact-legal a { color: var(--contact-blue); font-size: 13px; font-weight: 600; }

@media (max-width: 1100px) {
    .eg-contact-hero__grid { gap: 32px; grid-template-columns: minmax(0, 1fr) 360px; }
    .eg-contact-hero__facts { grid-template-columns: 1fr; }
    .eg-contact-hero__facts > span { border: 0 !important; padding: 7px 0 !important; }
    .eg-contact-location__grid { grid-template-columns: minmax(300px, .85fr) minmax(430px, 1.15fr); }
    .eg-contact-request__grid { gap: 42px; }
    .eg-contact-next__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    .eg-contact-wrap { padding-left: 24px; padding-right: 24px; }
    .eg-contact-hero { padding: 42px 0 46px; }
    .eg-contact-hero__grid, .eg-contact-location__grid, .eg-contact-request__grid { grid-template-columns: 1fr; }
    .eg-contact-direct { box-shadow: 10px 10px 0 rgba(3, 18, 30, .28); max-width: 620px; }
    .eg-contact-routes > div { grid-template-columns: 1fr; }
    .eg-contact-routes a + a { border-left: 0; border-top: 1px solid var(--contact-line); }
    .eg-contact-location, .eg-contact-offices, .eg-contact-request, .eg-contact-next { padding-bottom: 54px; padding-top: 54px; }
    .eg-contact-map-shell { min-height: 450px; }
    .eg-contact .eg-contact-map { min-height: 385px; }
    .eg-contact-office-grid { grid-template-columns: repeat(2, 1fr); }
    .eg-contact-request__copy { max-width: 700px; }
    .eg-contact-form-card { max-width: 620px; }
}

@media (max-width: 580px) {
    .eg-contact-wrap { padding-left: 18px; padding-right: 18px; }
    .eg-contact-hero { background-size: 80px 80px; padding: 34px 0 40px; }
    .eg-contact-hero h1 { font-size: 39px; margin: 13px 0 17px; }
    .eg-contact-lead { font-size: 16px; }
    .eg-contact-hero__actions { align-items: stretch; flex-direction: column; margin-top: 24px; }
    .eg-contact-button { width: 100%; }
    .eg-contact-hero__facts { margin-top: 26px; }
    .eg-contact-direct { padding: 22px 20px; }
    .eg-contact-direct__phone { font-size: 32px; }
    .eg-contact-routes a { min-height: 88px; padding: 16px 18px; }
    .eg-contact-location, .eg-contact-offices, .eg-contact-request, .eg-contact-next { padding-bottom: 42px; padding-top: 42px; }
    .eg-contact-location__info { padding: 27px 21px; }
    .eg-contact-location h2, .eg-contact-heading h2, .eg-contact-request h2 { font-size: 31px; }
    .eg-contact-map-shell { min-height: 375px; padding: 9px; }
    .eg-contact .eg-contact-map { min-height: 325px; }
    .eg-contact-map__caption b { display: none; }
    .eg-contact-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
    .eg-contact-count { border-left: 0; border-top: 1px solid #bdcbd6; padding: 15px 0 0; }
    .eg-contact-office-list > summary { align-items: flex-start; gap: 12px; min-height: 70px; padding: 18px; }
    .eg-contact-office-list > summary > span { font-size: 16px; }
    .eg-contact-office-list > summary b { font-size: 0; }
    .eg-contact-office-list > summary i { font-size: 19px; }
    .eg-contact-office-list__body { padding: 16px; }
    .eg-contact-office-grid { grid-template-columns: 1fr; max-height: 500px; }
    .eg-contact-office-grid a { min-height: 105px; }
    .eg-contact-form-card { padding: 24px 19px 21px; }
    .eg-contact-next__grid { grid-template-columns: 1fr; }
    .eg-contact-next__grid a { min-height: 132px; }
    .eg-contact-legal > div { align-items: start; grid-template-columns: 1fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .eg-contact * { scroll-behavior: auto !important; transition: none !important; }
}
