@font-face { font-family: "Material Symbols Rounded"; font-style: normal; font-weight: 400; font-display: block; src: url("./material-symbols-rounded.woff2?v=2026091501") format("woff2"); }
:root {
  color-scheme: light dark;
  --background: #fff;
  --surface: #f6f7f8;
  --text: #202325;
  --muted: #60676c;
  --line: #e7e9eb;
  --red: #cf2018;
  --red-soft: #fff1ef;
  --teal: #087564;
  --teal-soft: #eaf6f2;
  --blue: #245cad;
  --blue-soft: #eef3fc;
  --telegram-top: 0px;
  --telegram-bottom: 0px;
  --platform-top: 0px;
  --platform-bottom: 0px;
  --bottom-inset: calc(max(env(safe-area-inset-bottom, 0px), var(--platform-bottom)) + var(--telegram-bottom));
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}
:root:lang(km) { font-family: "Noto Sans Khmer", "Noto Sans SC", sans-serif; line-height: 1.8; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) { --background: #161819; --surface: #202426; --text: #f1f3f4; --muted: #acb5ba; --line: #353b3e; --red: #ff786f; --red-soft: #34201f; --teal: #73cdb7; --teal-soft: #1c302b; --blue: #8fbaff; --blue-soft: #202c3d; }
}
:root[data-theme="dark"] { --background: #161819; --surface: #202426; --text: #f1f3f4; --muted: #acb5ba; --line: #353b3e; --red: #ff786f; --red-soft: #34201f; --teal: #73cdb7; --teal-soft: #1c302b; --blue: #8fbaff; --blue-soft: #202c3d; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--background); color: var(--text); }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button, select { font: inherit; color: inherit; }
input { font: inherit; color: inherit; min-width: 0; }
[hidden] { display: none !important; }
button, a, select { touch-action: manipulation; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, select:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
h1, h2, p, figure { margin: 0; }
h1 { font-size: 26px; line-height: 1.4; font-weight: 700; overflow-wrap: anywhere; }
h2 { font-size: 17px; line-height: 1.6; font-weight: 600; }
:lang(km) h1 { font-size: 23px; line-height: 1.65; }
:lang(km) h2 { font-size: 16px; }
.material-symbols-rounded { font-family: "Material Symbols Rounded"; display: inline-block; text-transform: none; direction: ltr; font-size: 24px; width: 24px; height: 24px; line-height: 1; flex: 0 0 24px; overflow: hidden; font-weight: normal; font-style: normal; white-space: nowrap; letter-spacing: normal; }
.health-shell { max-width: 880px; margin: 0 auto; }
.health-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; gap: 8px; min-height: 64px; padding: calc(8px + max(env(safe-area-inset-top, 0px), var(--platform-top)) + var(--telegram-top)) 20px 8px; background: var(--background); border-bottom: 1px solid var(--line); }
.header-title { font-size: 14px; font-weight: 500; flex: 1; min-width: 0; }
.icon-button { min-width: 44px; width: 44px; height: 44px; border: 0; background: none; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; }
.icon-button:hover { background: var(--surface); }
.header-phone { color: var(--red); flex-shrink: 0; }
.language-control { display: flex; align-items: center; gap: 3px; flex-shrink: 0; }
.language-control .material-symbols-rounded { font-size: 20px; width: 20px; height: 20px; flex-basis: 20px; }
.language-control select { min-height: 44px; max-width: 82px; border: 0; background: var(--background); font-size: 13px; cursor: pointer; }
#health-content { padding: 0 24px; outline: none; }
.page-intro { padding: 28px 0 24px; }
.page-intro .eyebrow { margin-bottom: 8px; }
.page-intro > p:last-child:not(.eyebrow) { color: var(--muted); margin-top: 12px; }
.eyebrow { color: var(--teal); font-size: 12px; font-weight: 600; }
.hospital-english { font-size: 13px; }
.home-intro { border-bottom: 1px solid var(--line); }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.section-title h2 { min-width: 0; }
.service-section, .hospital-preview, .address-section, .process-section, .contact-section, .privacy-section { padding: 24px 0; }
.channel-label { color: var(--muted); font-size: 12px; white-space: nowrap; }
.service-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) 24px; align-items: center; column-gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.service-row:hover .service-copy strong { color: var(--red); }
.service-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; background: var(--red-soft); color: var(--red); border-radius: 8px; }
.medicine .service-icon { background: var(--teal-soft); color: var(--teal); }
.payment .service-icon { background: var(--blue-soft); color: var(--blue); }
.service-copy { display: grid; gap: 4px; min-width: 0; }
.service-copy strong { font-size: 17px; font-weight: 600; }
.service-copy > span { color: var(--muted); font-size: 13px; }
.service-row > .material-symbols-rounded { color: var(--muted); }
.section-note { color: var(--muted); font-size: 13px; margin-top: 14px; }
.hospital-preview { border-top: 1px solid var(--line); }
.text-link { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; color: var(--red); font-size: 13px; flex-shrink: 0; }
.text-link .material-symbols-rounded { font-size: 20px; }
.command-label { white-space: nowrap; }
.hospital-preview-body { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 16px; }
.photo-preview { width: 80px; aspect-ratio: 3 / 4; display: flex; align-items: center; background: var(--surface); border-radius: 4px; overflow: hidden; }
.photo-preview img { width: 100%; height: auto; object-fit: contain; }
.hospital-preview-body strong { display: block; font-weight: 500; font-size: 15px; }
.address-preview, .subtle { display: block; color: var(--muted); font-size: 13px; margin-top: 6px; overflow-wrap: anywhere; }
.emergency-section { padding: 24px 0; border-top: 1px solid var(--line); }
.emergency-section .section-title { justify-content: flex-start; }
.emergency-section .eyebrow { color: var(--red); font-size: 13px; }
.emergency-section h2 { font-size: 15px; }
.emergency-section p { color: var(--muted); font-size: 13px; margin-top: 8px; }
.phone-number { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--red); font-size: 24px; font-weight: 600; font-variant-numeric: tabular-nums; }
.service-intro { border-bottom: 1px solid var(--line); }
.service-intro > .service-icon { margin-bottom: 18px; }
.service-intro .eyebrow { color: var(--muted); }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 20px; }
.process-list li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 14px; align-items: start; }
.step-number { color: var(--muted); font-size: 13px; line-height: 26px; font-variant-numeric: tabular-nums; }
.process-list p { font-size: 15px; }
.service-notice { display: flex; align-items: flex-start; gap: 10px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.service-notice .material-symbols-rounded { color: var(--teal); font-size: 20px; }
.contact-section { border-top: 1px solid var(--line); }
.contact-heading { display: flex; gap: 12px; align-items: center; }
.contact-heading > div { flex: 1; min-width: 0; }
.contact-avatar { background: var(--blue-soft); color: var(--blue); width: 44px; height: 44px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.account { color: var(--muted); font-size: 14px; }
.primary-action { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 12px 16px; min-height: 50px; border-radius: 6px; background: #e1251b; color: #fff; font-weight: 600; font-size: 15px; margin-top: 20px; }
.primary-action:hover { background: #c81c14; }
.primary-action .material-symbols-rounded:last-child { font-size: 18px; }
.contact-status { color: var(--muted); font-size: 12px; margin-top: 12px; text-align: center; }
.hospital-photo { text-align: center; background: var(--surface); }
.hospital-photo img { display: block; width: 100%; max-width: 420px; height: auto; aspect-ratio: auto; object-fit: contain; margin: 0 auto; }
.hospital-photo figcaption { font-size: 12px; color: var(--muted); padding: 10px 12px; }
.photo-error { display: grid; place-items: center; padding: 16px; color: var(--muted); font-size: 12px; min-height: 100px; }
.street-address { font-size: 16px; overflow-wrap: anywhere; }
.privacy-section { padding-top: 0; }
.privacy-section > p { margin-bottom: 20px; color: var(--muted); }
#health-footer { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; color: var(--muted); font-size: 12px; padding: 16px 20px calc(88px + var(--bottom-inset)); border-top: 1px solid var(--line); }
#health-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.health-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 880px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 8px 8px calc(8px + var(--bottom-inset)); background: var(--background); border-top: 1px solid var(--line); z-index: 5; }
.health-nav:empty { display: none; }
.health-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-width: 0; min-height: 48px; font-size: 12px; color: var(--muted); }
.health-nav a[aria-current="page"] { color: var(--red); font-weight: 600; }
.toast { position: fixed; bottom: calc(88px + var(--bottom-inset)); left: 50%; transform: translateX(-50%); z-index: 10; padding: 12px 18px; max-width: min(420px, calc(100% - 32px)); width: max-content; background: var(--text); color: var(--background); box-shadow: 0 4px 20px #0002; border-radius: 6px; font-size: 13px; overflow-wrap: anywhere; }
.toast[hidden] { display: none; }
body[data-page="home"] { --background: #f4f5f7; --surface: #fff; }
:root[data-theme="dark"] body[data-page="home"] { --background: #161819; --surface: #24282b; }
body[data-page="home"] .health-header { border-bottom: 0; }
body[data-page="home"] .health-nav { background: var(--surface); }
.home-intro { padding: 16px 0 18px; border: 0; }
.home-intro > p:last-child { display: flex; align-items: center; gap: 2px; margin-top: 3px !important; font-size: 14px; }
.home-intro > p .material-symbols-rounded { font-size: 18px; }
.search-field { display: flex; align-items: center; gap: 6px; padding: 2px 6px 2px 14px; min-height: 50px; background: var(--surface); border: 1px solid var(--line); border-radius: 28px; }
.search-field > .material-symbols-rounded { color: var(--muted); font-size: 22px; }
.search-field:focus-within { border-color: var(--red); box-shadow: 0 0 0 2px var(--red-soft); }
.search-field input { width: 100%; flex: 1; height: 44px; outline: 0; border: 0; background: transparent; font-size: 16px; }
.search-field input::placeholder { color: var(--muted); opacity: 1; }
.search-field input::-webkit-search-cancel-button { display: none; }
.search-field .icon-button { flex-shrink: 0; }
#health-search-submit { color: var(--red); border-left: 1px solid var(--line); border-radius: 0; }
.search-shortcuts { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 6px 0 2px; }
.search-shortcuts button { min-width: 44px; min-height: 44px; padding: 0 7px; border: 0; background: transparent; color: var(--muted); font-size: 12px; white-space: nowrap; }
.search-shortcuts button:hover { color: var(--red); }
#health-search-results { padding: 16px 0; border-bottom: 1px solid var(--line); }
#health-search-results h2 { font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.search-result { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 4px; width: 100%; min-height: 56px; background: none; border: 0; border-bottom: 1px solid var(--line); text-align: start; font-size: 15px; }
.search-result span { min-width: 0; }
.search-result small { display: block; font-size: 12px; color: var(--muted); }
.search-empty { font-size: 14px; }
.search-empty p { color: var(--muted); margin-top: 4px; }
body[data-page="home"] .service-section { padding: 12px 0 24px; }
.portal-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.portal-service { display: flex; align-items: center; flex-direction: column; gap: 3px; min-width: 0; text-align: center; }
.portal-service-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #009b76; color: #fff; margin-bottom: 6px; }
.portal-service-icon .material-symbols-rounded { width: 30px; height: 30px; font-size: 30px; }
.portal-service.medicine .portal-service-icon { background: #e14d42; }
.portal-service.payment .portal-service-icon { background: #249cdc; }
.portal-service strong { font-size: 17px; line-height: 1.5; white-space: nowrap; max-width: 100%; }
.portal-service > span:last-child { color: var(--muted); font-size: 12px; }
.care-recommendations { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "primary consult" "primary medicine"; gap: 12px; padding-bottom: 24px; }
.care-item { background: var(--surface); border-radius: 8px; padding: 16px; min-width: 0; }
.care-item h2 { font-size: 18px; font-weight: 700; line-height: 1.5; margin-bottom: 5px; }
.care-item p { font-size: 12px; line-height: 1.65; color: var(--muted); }
.care-primary { grid-area: primary; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.care-eyebrow { display: block; color: var(--teal); font-size: 10px; margin-bottom: 6px; }
.care-bottom { display: flex; align-items: end; justify-content: space-between; gap: 6px; }
.care-bottom img { display: block; width: 72px; max-width: 50%; flex-shrink: 0; height: auto; aspect-ratio: 3 / 4; object-fit: contain; border-radius: 4px; }
.care-link { display: inline-flex; flex-direction: column; font-size: 12px; color: var(--red); align-items: start; gap: 4px; }
.care-link .material-symbols-rounded { font-size: 20px; }
.care-consult { grid-area: consult; }
.care-medicine { grid-area: medicine; }
.care-small-icon { display: flex; justify-content: end; color: var(--teal); margin-top: 12px; }
.care-medicine .care-small-icon { color: var(--blue); }
.care-small-icon .material-symbols-rounded { font-size: 28px; width: 28px; height: 28px; }
.pickup-banner { display: flex; gap: 14px; align-items: start; background: var(--red-soft); margin: 0 -24px; padding: 20px 24px; }
.pickup-icon { display: grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; color: var(--red); border: 1px solid currentColor; border-radius: 50%; }
.pickup-banner h2 { font-size: 16px; font-weight: 700; }
.pickup-banner p { font-size: 12px; color: var(--muted); margin-top: 4px; }
.pickup-banner .phone-number { margin-top: 6px; font-size: 24px; }
.pickup-banner .phone-number .material-symbols-rounded { display: none; }
.departments-section { padding: 24px 0; }
.departments-section > .section-title h2 { font-size: 20px; font-weight: 700; }
.department-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px 8px; }
.department-grid button { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 12px 0; min-width: 0; min-height: 88px; border: 0; background: none; }
.department-grid .material-symbols-rounded { color: var(--teal); width: 30px; height: 30px; font-size: 30px; }
.department-grid button:nth-child(3n) .material-symbols-rounded { color: var(--blue); }
.department-grid button:nth-child(3n + 2) .material-symbols-rounded { color: var(--red); }
.department-name { display: block; font-size: 12px; font-weight: 500; white-space: nowrap; max-width: 100%; }
.department-grid button:hover { background: var(--surface); border-radius: 8px; }
body[data-page="home"] .hospital-preview { padding: 20px 0; }
.hospital-preview-body { grid-template-columns: 36px minmax(0,1fr); gap: 10px; }
.location-preview { padding-top: 2px; color: var(--blue); }
.home-safety { display: flex; gap: 8px; color: var(--muted); padding: 4px 0 24px; font-size: 12px; }
.home-safety .material-symbols-rounded { color: var(--teal); font-size: 20px; }
#department-dialog { width: min(420px,calc(100% - 32px)); border: 1px solid var(--line); border-radius: 8px; padding: 20px; background: var(--surface); color: var(--text); max-height: calc(100dvh - 48px); overflow: auto; }
#department-dialog::backdrop { background: #0006; }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 13px; }
#department-title { font-size: 24px; margin: 8px 0; }
#department-dialog > p { color: var(--muted); font-size: 14px; }
:lang(km) .portal-service strong { font-size: 14px; line-height: 1.8; }
:lang(km) .portal-service > span:last-child { font-size: 11px; }
:lang(km) .care-item h2 { font-size: 16px; line-height: 1.8; }
:lang(km) .care-item p { font-size: 12px; }
:lang(km) .department-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
:lang(km) .care-bottom { flex-wrap: wrap; }
:lang(km) .care-bottom img { margin-left: auto; }
@media (max-width: 359px) { .pickup-banner { margin-inline: -16px; padding-inline: 16px; } .care-item { padding: 12px; } .care-item h2 { font-size: 16px; } .portal-service strong { font-size: 15px; } :lang(km) .portal-service strong { font-size: 12px; } :lang(km) .home-intro h1 { font-size: 21px; } }
@media (min-width: 700px) { .portal-services { max-width: 570px; margin: 0 auto; } .portal-service-icon { width: 64px; height: 64px; } .care-recommendations { grid-template-columns: 1.2fr 1fr 1fr; grid-template-areas: "primary consult medicine"; } .care-primary { min-height: 240px; } .care-item { padding: 22px; } .care-small-icon { margin-top: 24px; } .pickup-banner { margin-inline: -64px; padding-inline: 64px; } .department-grid, :lang(km) .department-grid { grid-template-columns: repeat(4,minmax(0,1fr)); } }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 359px) { #health-content { padding: 0 16px; } .health-header { padding-inline: 12px; } h1 { font-size: 24px; } .service-row { column-gap: 12px; } :lang(km) .health-nav a { font-size: 11px; } }
@media (min-width: 700px) { #health-content { padding: 0 64px; } .health-header { padding-inline: 48px; } .page-intro { padding-top: 40px; } .home-intro h1 { font-size: 30px; } .health-nav { padding-inline: 64px; } .primary-action { max-width: 440px; } .contact-status { text-align: left; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

/* Personnel cards share the portal's colors and spacing without global styles. */
.team-section { padding: 28px 0 8px; border-top: 1px solid var(--line); }
.team-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.team-heading h2 { font-size: 20px; font-weight: 700; }
.team-heading p { color: var(--muted); font-size: 12px; margin-top: 3px; }
.team-kicker { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; color: var(--red); background: var(--red-soft); flex-shrink: 0; }
.team-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.team-card { display: flex; align-items: stretch; gap: 16px; padding: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; min-width: 0; scroll-margin-block: 100px; transition: border-color .18s, background-color .18s; }
.team-card:hover { border-color: var(--red); background: var(--red-soft); }
.team-photo { flex: 0 0 96px; align-self: flex-start; width: 96px; aspect-ratio: 3 / 4; background: var(--line); border-radius: 6px; overflow: hidden; }
.team-photo img, .team-profile-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-card-content { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; flex: 1; }
.team-category { font-size: 11px; color: var(--teal); font-weight: 600; line-height: 1.7; }
.team-name { display: block; font-size: 22px; font-weight: 650; line-height: 1.45; margin: 3px 0 4px; letter-spacing: .035em; }
.team-role { color: var(--text); font-size: 13px; line-height: 1.65; }
.team-field { color: var(--muted); font-size: 12px; line-height: 1.7; margin-top: 5px; overflow-wrap: anywhere; }
.team-more { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 12px; font-size: 12px; color: var(--red); font-weight: 600; }
.team-more .material-symbols-rounded { font-size: 18px; width: 18px; height: 18px; line-height: 18px; flex-basis: 18px; }
.team-availability { margin-top: 14px; }
.team-profile { padding: 20px 0 8px; }
.team-back { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 13px; margin-bottom: 16px; }
.team-profile-header { display: flex; gap: 22px; align-items: center; }
.team-profile-photo { width: 144px; aspect-ratio: 3 / 4; flex-shrink: 0; border-radius: 8px; background: var(--surface); overflow: hidden; }
.team-identity { min-width: 0; }
.team-identity h1 { margin: 6px 0 8px; font-size: 30px; letter-spacing: .04em; }
.team-identity .team-role { font-size: 15px; }
.team-identity .team-field { margin-top: 9px; font-size: 13px; }
.team-portrait-note { color: var(--muted); font-size: 11px; margin: 8px 0 20px; }
.team-contact { padding-bottom: 20px; }
.team-contact .primary-action { margin-top: 0; }
.team-contact .section-note { margin-top: 10px; }
.team-detail-section { border-top: 1px solid var(--line); padding: 22px 0; }
.team-detail-section h2 { display: flex; align-items: center; gap: 9px; font-weight: 650; margin-bottom: 14px; }
.team-detail-section h2::before { content: ""; width: 3px; height: 15px; border-radius: 2px; background: var(--red); flex-shrink: 0; }
.team-detail-section p, .team-history { font-size: 14px; color: var(--muted); line-height: 1.95; }
.team-expertise { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.team-expertise li { background: var(--surface); border: 1px solid var(--line); padding: 7px 11px; border-radius: 6px; font-size: 13px; max-width: 100%; }
.team-history { padding-left: 20px; margin: 0; }
.team-history li { padding-left: 3px; margin-bottom: 12px; }
.team-history li:last-child { margin-bottom: 0; }
.team-photo-error { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 128px; padding: 10px; text-align: center; font-size: 12px; color: var(--muted); }
:lang(km) .team-card { gap: 12px; }
:lang(km) .team-role { line-height: 1.85; }
:lang(km) .team-field, :lang(km) .team-more { line-height: 1.9; }
:lang(km) .team-contact .primary-action { gap: 7px; font-size: 13px; }
:lang(km) .team-contact .command-label { white-space: normal; text-align: center; }
@media (min-width: 640px) {
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 6px); }
  .team-profile { max-width: 640px; margin: auto; }
  .team-profile-photo { width: 180px; }
  .team-profile-header { gap: 32px; }
}
@media (max-width: 359px) {
  .team-card { padding: 12px; gap: 12px; }
  .team-photo { width: 80px; flex-basis: 80px; }
  .team-name { font-size: 21px; }
  .team-profile-photo { width: 104px; }
  .team-profile-header { gap: 16px; }
  .team-identity h1 { font-size: 27px; }
  .team-heading h2 { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { .team-card { transition: none; } }

.hospital-photo-interior img { max-width: 760px; }
