.contact-page { background: white; }
.contact-hero { padding: 72px max(24px, calc((100vw - 1120px) / 2)); color: white; background: linear-gradient(120deg, var(--navy) 0%, #155583 70%, var(--blue-dark) 130%); display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }.contact-hero h1 { margin-bottom: 16px; font-size: clamp(2.8rem, 6vw, 4.7rem); }.contact-hero > div > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #d9e9f5; font-size: 1.08rem; }
.emergency-card { padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(6,8,8,.22); display: flex; gap: 16px; }.emergency-card > svg { width: 34px; flex: 0 0 auto; color: #ffb8b8; }.emergency-card div { display: grid; gap: 4px; }.emergency-card small { color: #ffcece; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.emergency-card strong { font-size: 1rem; }.emergency-card a { color: white; font-size: 1.3rem; font-weight: 800; }.emergency-card span { color: #d9e9f5; font-size: .72rem; }
.contact-options, .team-section { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 78px 0; }.contact-heading { max-width: 700px; margin-bottom: 32px; }.contact-heading h2 { color: var(--navy); }.contact-heading > p:not(.eyebrow) { color: var(--muted); }
.contact-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.contact-option-grid > a { min-height: 108px; padding: 20px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: white; display: flex; align-items: center; gap: 16px; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }.contact-option-grid > a:hover { transform: translateY(-2px); border-color: #91d0fa; box-shadow: 0 12px 28px rgba(15,63,104,.1); }.contact-option-grid > a:focus-visible { outline: 3px solid rgba(54,170,255,.35); outline-offset: 2px; }.contact-option-grid > a > svg:first-child { width: 42px; height: 42px; padding: 10px; flex: 0 0 auto; border-radius: 8px; color: var(--blue-dark); background: #e8f6ff; }.contact-option-grid > a > svg:last-child { width: 19px; margin-left: auto; color: var(--blue-dark); }.contact-option-grid span { display: grid; gap: 5px; }.contact-option-grid strong { font-family: "Poppins", sans-serif; font-size: .95rem; }.contact-option-grid small { color: var(--muted); line-height: 1.4; }
.office-section { padding: 76px max(24px, calc((100vw - 1120px) / 2)); background: var(--soft); display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }.office-map { min-height: 580px; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }.office-map iframe { width: 100%; height: 100%; min-height: 580px; border: 0; display: block; }.office-details { display: grid; grid-template-rows: auto auto; gap: 20px; }.office-card, .hours-card { padding: 34px; border: 1px solid var(--line); border-radius: 10px; background: white; }.office-section h2 { color: var(--navy); }.office-card address { margin: 20px 0 26px; color: var(--navy); font-size: 1.05rem; font-style: normal; font-weight: 700; line-height: 1.65; }.office-actions { display: flex; flex-wrap: wrap; gap: 10px; }.office-card .button svg { width: 18px; }.button-appointment { border: 1px solid var(--blue-dark); color: var(--blue-dark); background: white; cursor: pointer; }.button-appointment:hover { color: white; background: var(--blue-dark); }.hours-card dl { margin: 20px 0; }.hours-card dl div { padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }.hours-card dt { color: var(--navy); font-weight: 700; }.hours-card dd { margin: 0; color: var(--muted); }.hours-card > p { color: var(--muted); font-size: .82rem; }
.team-section { width: min(1280px, calc(100% - 40px)); }.team-directory { border: 1px solid var(--line); border-radius: 12px; background: white; overflow: hidden; }.team-directory > summary { min-height: 84px; padding: 20px 24px; color: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; }.team-directory > summary::-webkit-details-marker { display: none; }.team-directory > summary span { display: grid; gap: 4px; }.team-directory > summary strong { font-size: 1rem; }.team-directory > summary small { color: var(--muted); }.team-directory > summary > svg { width: 20px; color: var(--blue-dark); transition: transform .18s ease; }.team-directory[open] > summary { border-bottom: 1px solid var(--line); }.team-directory[open] > summary > svg { transform: rotate(180deg); }.team-grid { padding: 28px 24px; display: block; }.department-group + .department-group { margin-top: 50px; }.department-title { margin: 0 0 18px; padding-bottom: 12px; border-bottom: 3px solid var(--blue); color: var(--navy); font-size: 1.35rem; }.department-staff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.staff-card { min-height: 240px; border: 1px solid var(--line); border-radius: 10px; background: white; overflow: hidden; display: grid; grid-template-columns: 145px 1fr; }.staff-card > img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; object-position: center top; background: var(--soft); }.staff-card > div { min-width: 0; padding: 20px 18px; display: flex; flex-direction: column; }.staff-card div > span { color: var(--blue-dark); font-size: .65rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.staff-card h3 { margin: 9px 0 4px; color: var(--navy); font-size: 1rem; }.staff-card p { min-height: 36px; margin-bottom: 15px; color: var(--muted); font-size: .72rem; line-height: 1.4; }.staff-card a { margin-top: 8px; color: var(--blue-dark); display: flex; align-items: flex-start; gap: 7px; font-size: .7rem; font-weight: 700; line-height: 1.35; }.staff-card a svg { width: 15px; height: 15px; flex: 0 0 auto; }
.contact-cta { padding: 58px max(24px, calc((100vw - 1120px) / 2)); color: white; background: var(--blue-dark); display: flex; align-items: center; justify-content: space-between; gap: 40px; }.contact-cta h2 { margin-bottom: 8px; }.contact-cta p { margin: 0; color: #dceffc; }.contact-cta > div:last-child { display: flex; gap: 10px; }.button-white { color: var(--navy); background: white; }.contact-cta .button svg { width: 18px; }
.contact-footer { display: block; text-align: center; }.contact-footer .footer-brand { margin: 0 auto 18px; }.license-line { margin: 12px 0 0; color: #9fb4c7; font-size: .7rem; }
.appointment-dialog { width: min(820px, calc(100% - 28px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 12px; color: var(--ink); background: white; box-shadow: 0 28px 80px rgba(4,40,72,.3); }.appointment-dialog::backdrop { background: rgba(4,27,47,.72); backdrop-filter: blur(3px); }.appointment-form { padding: 30px; }.appointment-heading { margin-bottom: 24px; display: flex; justify-content: space-between; gap: 20px; }.appointment-heading h2 { margin-bottom: 8px; color: var(--navy); }.appointment-heading p:not(.eyebrow) { margin: 0; color: var(--muted); }.appointment-heading > button { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: white; display: grid; place-items: center; cursor: pointer; }.appointment-heading > button svg { width: 19px; }.appointment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.appointment-grid > label { display: grid; gap: 7px; }.appointment-grid > label > span, .appointment-grid legend { color: var(--navy); font-size: .76rem; font-weight: 800; }.appointment-grid input, .appointment-grid select, .appointment-grid textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #adbdca; border-radius: 6px; color: var(--ink); background: white; }.appointment-grid textarea { resize: vertical; }.appointment-grid input:focus, .appointment-grid select:focus, .appointment-grid textarea:focus { border-color: var(--blue); outline: 3px solid rgba(54,170,255,.2); }.appointment-grid .wide { grid-column: 1 / -1; }.appointment-grid fieldset { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 6px; display: flex; gap: 24px; }.appointment-grid fieldset label { display: flex; align-items: center; gap: 8px; }.appointment-grid fieldset input { width: auto; min-height: 0; }.appointment-note { margin: 20px 0; padding: 13px 15px; border-radius: 6px; color: var(--navy); background: #eef8ff; display: flex; gap: 9px; font-size: .76rem; }.appointment-note svg { width: 18px; flex: 0 0 auto; }.appointment-actions { display: flex; align-items: center; gap: 14px; }.appointment-actions .button { border: 0; cursor: pointer; }.text-cancel { padding: 10px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; }.appointment-status { margin: 12px 0 0; color: var(--blue-dark); font-size: .76rem; }
@media (max-width: 1100px) { .department-staff-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .contact-hero, .office-section { grid-template-columns: 1fr; gap: 30px; }.office-map, .office-map iframe { min-height: 420px; }.contact-cta { align-items: flex-start; flex-direction: column; } }
@media (max-width: 620px) { .contact-hero { padding-top: 52px; padding-bottom: 52px; }.contact-option-grid, .department-staff-grid, .appointment-grid { grid-template-columns: 1fr; }.contact-options, .team-section { padding: 58px 0; }.team-directory > summary { padding: 18px; }.team-grid { padding: 22px 16px; }.office-section { padding-top: 58px; padding-bottom: 58px; }.office-map, .office-map iframe { min-height: 330px; }.office-card, .hours-card { padding: 26px; }.office-actions .button { width: 100%; justify-content: center; }.hours-card dl div { align-items: flex-start; flex-direction: column; gap: 4px; }.staff-card { grid-template-columns: 118px 1fr; }.staff-card > img { min-height: 225px; }.appointment-form { padding: 22px 18px; }.appointment-grid .wide { grid-column: auto; }.contact-cta > div:last-child { width: 100%; flex-direction: column; }.contact-cta .button { justify-content: center; } }
