/* =========================================================
   About page — cinematic editorial system
   Brand: blue #0066ff / teal #00b8a9
   ========================================================= */

.hospital-about-page {
    --ab-ink: #071525;
    --ab-ink-soft: #1a334d;
    --ab-muted: #5c7086;
    --ab-line: rgba(7, 21, 37, 0.1);
    --ab-blue: var(--primary-blue, #0066ff);
    --ab-teal: var(--secondary-teal, #00b8a9);
    --ab-paper: #f4f8fc;
    --ab-white: #ffffff;
    color: var(--ab-ink);
    font-family: 'Plus Jakarta Sans', 'Source Sans Pro', system-ui, sans-serif;
    background: var(--ab-white);
    overflow-x: clip;
}

.hospital-about-page *,
.hospital-about-page *::before,
.hospital-about-page *::after { box-sizing: border-box; }

.ab-shell {
    width: min(1180px, calc(100% - 2.5rem));
    margin-inline: auto;
}

@media (max-width: 640px) {
    .ab-shell { width: min(1180px, calc(100% - 1.5rem)); }
}

/* Shared section chrome */
.ab-band {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    position: relative;
}

.ab-band-head {
    max-width: 36rem;
    margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

.ab-band-head.is-center {
    margin-inline: auto;
    text-align: center;
}

.ab-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.65rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ab-blue);
}

.ab-eyebrow::before {
    content: '';
    width: 1.5rem;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--ab-blue), var(--ab-teal));
}

.ab-band-head.is-center .ab-eyebrow { justify-content: center; }

.ab-band-title {
    margin: 0 0 0.4rem;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.25rem, 2.1vw, 1.55rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--ab-ink);
}

.ab-band-lead {
    margin: 0;
    max-width: 32rem;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--ab-muted);
    font-weight: 500;
}

.ab-band-head.is-center .ab-band-lead {
    margin-inline: auto;
}

.ab-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.25rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--ab-blue);
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.ab-link:hover {
    gap: 0.7rem;
    color: var(--ab-teal);
}

/* Buttons */
.ab-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.75rem;
}

.ab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.ab-btn-primary {
    color: #fff;
    background: linear-gradient(120deg, var(--ab-blue), #1a7cff 45%, var(--ab-teal));
    box-shadow: 0 14px 30px rgba(0, 102, 255, 0.28);
}

.ab-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 102, 255, 0.36);
    color: #fff;
}

.ab-btn-ghost {
    color: #e8f1ff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
}

.ab-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: translateY(-2px);
}

.ab-btn-dark {
    color: var(--ab-ink);
    background: #fff;
    border: 1px solid var(--ab-line);
}

.ab-btn-dark:hover {
    border-color: rgba(0, 102, 255, 0.35);
    color: var(--ab-blue);
    transform: translateY(-2px);
}

/* ========== HERO ========== */
.ab-hero {
    position: relative;
    isolation: isolate;
    min-height: min(78vh, 720px);
    display: flex;
    align-items: flex-end;
    padding: clamp(5.5rem, 10vw, 8rem) 0 clamp(5.5rem, 9vw, 7rem);
    color: #eef5ff;
    background:
        radial-gradient(ellipse 70% 55% at 85% 15%, rgba(0, 102, 255, 0.45), transparent 55%),
        radial-gradient(ellipse 55% 50% at 10% 85%, rgba(0, 184, 169, 0.32), transparent 50%),
        linear-gradient(155deg, #04101f 0%, #0a2440 42%, #08353a 100%);
    overflow: hidden;
}

.ab-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
    pointer-events: none;
    opacity: 0.7;
}

.ab-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
    animation: ab-drift 14s ease-in-out infinite;
}

.ab-hero-orb-a {
    width: 28rem;
    height: 28rem;
    top: -8rem;
    right: -6rem;
    background: rgba(0, 102, 255, 0.28);
}

.ab-hero-orb-b {
    width: 20rem;
    height: 20rem;
    bottom: -6rem;
    left: -4rem;
    background: rgba(0, 184, 169, 0.22);
    animation-delay: -5s;
}

@keyframes ab-drift {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(18px, -22px, 0) scale(1.06); }
}

.ab-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: end;
}

.ab-hero-brand {
    margin: 0 0 1rem;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(0.95rem, 1.6vw, 1.1rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7dd3c7;
}

.ab-hero-title {
    margin: 0 0 1.1rem;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(2.4rem, 6vw, 4.4rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.98;
    color: #fff;
    max-width: 11ch;
}

.ab-hero-title em {
    font-style: normal;
    background: linear-gradient(120deg, #fff 10%, #93c5fd 45%, #5eead4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab-hero-text {
    margin: 0;
    max-width: 34rem;
    font-size: clamp(0.98rem, 1.5vw, 1.08rem);
    line-height: 1.7;
    color: rgba(226, 236, 250, 0.82);
}

.ab-hero-mark {
    justify-self: end;
    width: min(100%, 280px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 2rem;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    animation: ab-rise 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ab-rise {
    from { opacity: 0; transform: translateY(24px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.ab-hero-mark img {
    width: 72%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}

.ab-hero-mark-fallback {
    font-size: 4.5rem;
    color: rgba(255, 255, 255, 0.88);
}

/* Metrics over hero edge */
.ab-metrics {
    position: relative;
    z-index: 3;
    margin-top: -2.75rem;
    margin-bottom: 0.5rem;
}

.ab-metrics-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-radius: 1.35rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(7, 21, 37, 0.08);
    box-shadow: 0 24px 50px rgba(7, 21, 37, 0.12);
    backdrop-filter: blur(16px);
}

.ab-metric {
    padding: 1.35rem 1.25rem 1.4rem;
    border-right: 1px solid var(--ab-line);
    text-align: left;
}

.ab-metric:last-child { border-right: none; }

.ab-metric-num {
    display: block;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--ab-ink);
    background: linear-gradient(120deg, var(--ab-ink), var(--ab-blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab-metric-label {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ab-muted);
}

/* ========== PURPOSE (Mission / Vision) ========== */
.ab-purpose {
    background: #fff;
    padding-top: clamp(3.25rem, 6vw, 5rem);
    padding-bottom: clamp(3.25rem, 6vw, 5rem);
}

.ab-purpose-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.ab-purpose-pane {
    position: relative;
    padding: 1.25rem 1.3rem 1.3rem 1.45rem;
    border-radius: 0.9rem;
    background: #f8fafc;
    border: 1px solid rgba(15, 39, 66, 0.08);
    overflow: hidden;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.ab-purpose-pane:hover {
    border-color: rgba(0, 102, 255, 0.18);
}

.ab-purpose-pane::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.1rem;
    bottom: 1.1rem;
    width: 3px;
    border-radius: 99px;
}

.ab-purpose-pane.is-mission {
    background: linear-gradient(180deg, #f5f9ff 0%, #f8fafc 100%);
}

.ab-purpose-pane.is-mission::before {
    background: linear-gradient(180deg, var(--ab-blue), #60a5fa);
}

.ab-purpose-pane.is-vision {
    background: linear-gradient(180deg, #f3fffc 0%, #f8fafc 100%);
}

.ab-purpose-pane.is-vision::before {
    background: linear-gradient(180deg, var(--ab-teal), #5eead4);
}

.ab-purpose-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ab-muted);
}

.ab-purpose-label i {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: #fff;
}

.ab-purpose-pane.is-mission .ab-purpose-label i {
    background: var(--ab-blue);
}

.ab-purpose-pane.is-vision .ab-purpose-label i {
    background: var(--ab-teal);
}

.ab-purpose-heading {
    margin: 0 0 0.45rem;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--ab-ink);
}

.ab-purpose-copy {
    margin: 0;
    max-width: 44ch;
    font-size: 0.84rem;
    line-height: 1.6;
    font-weight: 500;
    color: #4b6078;
}

.ab-purpose-quote { display: none; }

/* ========== STORY / VALUES / AWARDS content ========== */
.ab-prose {
    max-width: 48rem;
    font-size: 0.84rem;
    line-height: 1.65;
    color: #4b6078;
    font-weight: 500;
}

.ab-prose h2,
.ab-prose h3 {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ab-ink);
    margin: 1rem 0 0.35rem;
}

.ab-prose h2:first-child,
.ab-prose h3:first-child { margin-top: 0; }

.ab-prose p { margin: 0 0 0.75rem; }
.ab-prose ul,
.ab-prose ol {
    padding-left: 1.1rem;
    margin: 0 0 0.75rem;
}

.ab-prose li {
    margin: 0 0 0.35rem;
    font-size: 0.875rem;
    line-height: 1.6;
}

.ab-story {
    background: var(--ab-paper);
    padding-top: clamp(3.25rem, 6vw, 5rem);
    padding-bottom: clamp(3.25rem, 6vw, 5rem);
}

.ab-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(1.25rem, 3vw, 2.25rem);
    align-items: start;
}

.ab-story-aside {
    position: sticky;
    top: 6.5rem;
    padding-right: 0.35rem;
}

.ab-story-aside .ab-band-title {
    margin-bottom: 0.35rem;
}

.ab-story-year {
    display: block;
    margin: 0 0 0.1rem;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--ab-blue);
}

.ab-story-year-label {
    margin: 0 0 0.7rem;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ab-muted);
}

.ab-story-body {
    padding: 1.15rem 1.25rem;
    border-radius: 0.9rem;
    background: #fff;
    border: 1px solid rgba(15, 39, 66, 0.08);
}

.ab-story-body > h2:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.ab-values {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 45% at 0% 0%, rgba(0, 102, 255, 0.07), transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 100%, rgba(0, 184, 169, 0.08), transparent 50%),
        linear-gradient(180deg, #f7fafc 0%, #ffffff 55%, #f4f8fc 100%);
    padding-top: clamp(3.25rem, 6vw, 5rem);
    padding-bottom: clamp(3.25rem, 6vw, 5rem);
}

.ab-value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 900px) {
    .ab-value-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.1rem;
    }
}

.ab-value-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.35rem 1.3rem 1.4rem;
    border-radius: 1.25rem;
    background:
        linear-gradient(165deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(15, 39, 66, 0.08);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 14px 34px rgba(7, 21, 37, 0.06);
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.ab-value-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 102, 255, 0.08), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(0, 184, 169, 0.08), transparent 40%);
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

.ab-value-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ab-blue), var(--ab-teal));
    z-index: 1;
}

.ab-value-card:nth-child(even)::after {
    background: linear-gradient(90deg, var(--ab-teal), var(--ab-blue));
}

.ab-value-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.ab-value-card-index {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--ab-muted);
}

.ab-value-card-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #fff;
    background: linear-gradient(145deg, var(--ab-blue), var(--ab-teal));
    box-shadow: 0 10px 22px rgba(0, 102, 255, 0.22);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ab-value-card:nth-child(even) .ab-value-card-icon {
    box-shadow: 0 10px 22px rgba(0, 184, 169, 0.22);
}

.ab-value-card-title {
    position: relative;
    z-index: 1;
    margin: 0 0 0.45rem;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--ab-ink);
}

.ab-value-card-text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.6;
    font-weight: 500;
    color: #4b6078;
}

.ab-value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 102, 255, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 44px rgba(0, 102, 255, 0.14);
}

.ab-value-card:nth-child(even):hover {
    border-color: rgba(0, 184, 169, 0.28);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 44px rgba(0, 184, 169, 0.14);
}

.ab-value-card:hover .ab-value-card-icon {
    transform: scale(1.06) rotate(-4deg);
}

/* Awards CMS headings stay compact */
.ab-awards-showcase h1,
.ab-awards-showcase h2,
.ab-awards-showcase h4 {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ab-blue);
    margin: 0 0 0.75rem;
}

/* ========== LEADERSHIP ========== */
.ab-leaders {
    background: #fff;
}

.ab-leader-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ab-leader {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1rem 1.15rem;
    border-radius: 1.25rem;
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(120deg, rgba(0, 102, 255, 0.2), rgba(0, 184, 169, 0.2)) border-box;
    box-shadow: 0 10px 28px rgba(7, 21, 37, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    text-decoration: none;
    color: inherit;
}

.ab-leader:hover {
    transform: translateX(4px);
    box-shadow: 0 16px 36px rgba(0, 102, 255, 0.1);
}

.ab-leader-photo {
    width: 96px;
    height: 96px;
    border-radius: 1.1rem;
    overflow: hidden;
    background: linear-gradient(135deg, var(--ab-blue), var(--ab-teal));
    flex-shrink: 0;
}

.ab-leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab-leader-initials {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 800;
}

.ab-leader-name {
    margin: 0 0 0.3rem;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ab-ink);
}

.ab-leader-role {
    margin: 0 0 0.45rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--ab-blue);
}

.ab-leader-bio {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--ab-muted);
}

.ab-leader-go {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(0, 102, 255, 0.08);
    color: var(--ab-blue);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ab-leader:hover .ab-leader-go {
    background: var(--ab-blue);
    color: #fff;
    transform: translateX(2px);
}

/* ========== FACILITIES ========== */
.ab-facilities {
    background: var(--ab-paper);
}

.ab-facility-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ab-facility {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    border-radius: 1.15rem;
    overflow: hidden;
    text-decoration: none;
    color: var(--ab-ink);
    background: #fff;
    border: 1px solid rgba(15, 39, 66, 0.08);
    box-shadow: 0 10px 28px rgba(7, 21, 37, 0.06);
    isolation: isolate;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ab-facility:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 102, 255, 0.2);
    box-shadow: 0 18px 40px rgba(0, 102, 255, 0.12);
}

/* Image area — separate from text, no overlay text */
.ab-facility-media,
.ab-facility-fallback {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    flex-shrink: 0;
    overflow: hidden;
    background: linear-gradient(145deg, #0d3570, #0a6a62);
}

.ab-facility-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.ab-facility:hover .ab-facility-media img { transform: scale(1.05); }

.ab-facility-fallback {
    display: grid;
    place-items: center;
    font-size: 2.25rem;
    color: rgba(255, 255, 255, 0.9);
}

.ab-facility::after { content: none; }

/* Text panel sits below the image */
.ab-facility-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
    margin: 0;
    padding: 1.05rem 1.15rem 1.15rem;
    background: #fff;
}

.ab-facility-title {
    margin: 0;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--ab-ink);
}

.ab-facility-desc {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    font-weight: 500;
    color: #4b6078;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ab-facility-more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ab-blue);
}

.ab-facility:hover .ab-facility-more {
    color: var(--ab-teal);
}

/* ========== AWARDS ========== */
.ab-awards {
    background: var(--ab-paper);
    color: var(--ab-ink);
    padding-top: clamp(3.25rem, 6vw, 5rem);
    padding-bottom: clamp(3.25rem, 6vw, 5rem);
}

.ab-awards .ab-eyebrow { color: var(--ab-blue); }
.ab-awards .ab-eyebrow::before { background: linear-gradient(90deg, var(--ab-blue), var(--ab-teal)); }
.ab-awards .ab-band-title { color: var(--ab-ink); }
.ab-awards .ab-band-lead { color: var(--ab-muted); }

.ab-awards-showcase {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 1.35rem 1.4rem 1.45rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(15, 39, 66, 0.08);
    color: #4b6078;
}

.ab-awards-showcase > h2:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ab-awards-showcase > p {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--ab-muted);
}

.ab-awards-showcase > p:last-child {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    font-style: italic;
}

.ab-awards-showcase h3 {
    display: block;
    margin: 1.25rem 0 0.55rem;
    padding: 0 0 0.4rem;
    border-bottom: 1px solid rgba(15, 39, 66, 0.08);
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ab-blue);
    background: none;
}

.ab-awards-showcase h3:first-of-type { margin-top: 0.15rem; }

.ab-awards-showcase h3::before { content: none; }

.ab-awards-showcase ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.ab-awards-showcase li {
    position: relative;
    display: block;
    padding: 0.7rem 0.85rem 0.7rem 1rem;
    border-radius: 0.7rem;
    background: #f8fafc;
    border: 1px solid rgba(15, 39, 66, 0.07);
    font-size: 0.84rem;
    line-height: 1.55;
    font-weight: 500;
    color: #4b6078;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.ab-awards-showcase li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65rem;
    bottom: 0.65rem;
    width: 2px;
    border-radius: 99px;
    background: linear-gradient(180deg, var(--ab-blue), var(--ab-teal));
}

.ab-awards-showcase li:hover {
    background: #f3f8ff;
    border-color: rgba(0, 102, 255, 0.16);
}

.ab-awards-showcase li strong {
    font-family: 'Outfit', system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ab-ink);
}

/* ========== CLOSING CTA ========== */
.ab-close {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 6rem) 0;
    background:
        radial-gradient(ellipse 50% 60% at 50% 100%, rgba(0, 184, 169, 0.12), transparent 55%),
        linear-gradient(180deg, #fff, var(--ab-paper));
    text-align: center;
}

.ab-close-title {
    margin: 0 0 0.75rem;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.8rem, 3.6vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--ab-ink);
}

.ab-close-text {
    margin: 0 auto 1.75rem;
    max-width: 34rem;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--ab-muted);
}

.ab-close .ab-actions { justify-content: center; }

/* ========== Responsive ========== */
@media (max-width: 960px) {
    .ab-hero-inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ab-hero-mark {
        justify-self: start;
        width: min(100%, 200px);
        aspect-ratio: 1.2;
    }

    .ab-hero-title { max-width: 14ch; }

    .ab-metrics-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .ab-metric:nth-child(2) { border-right: none; }
    .ab-metric:nth-child(1),
    .ab-metric:nth-child(2) {
        border-bottom: 1px solid var(--ab-line);
    }

    .ab-purpose-split,
    .ab-story-layout,
    .ab-facility-grid { grid-template-columns: 1fr; }

    .ab-value-grid { grid-template-columns: 1fr; }

    .ab-story-aside { position: static; }

    .ab-leader {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .ab-leader-go { display: none; }

    .ab-leader-photo {
        width: 76px;
        height: 76px;
    }
}

@media (max-width: 640px) {
    .ab-hero {
        min-height: auto;
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .ab-hero-mark { display: none; }

    .ab-metrics { margin-top: -2rem; }

    .ab-metrics-rail { grid-template-columns: 1fr 1fr; }

    .ab-actions { flex-direction: column; }
    .ab-btn { width: 100%; }

    .ab-purpose-copy { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
    .ab-hero-orb,
    .ab-hero-mark,
    .ab-facility-media img {
        animation: none !important;
        transition: none !important;
    }
}

/* ========== Dark mode ========== */
html[data-theme="dark"] .hospital-about-page {
    --ab-ink: #e8eef8;
    --ab-ink-soft: #c2cede;
    --ab-muted: #a8b7cd;
    --ab-line: rgba(148, 163, 184, 0.16);
    --ab-paper: #0b1524;
    --ab-white: #07111f;
    background: var(--ab-white);
    color: var(--ab-ink);
}

html[data-theme="dark"] .ab-band-title,
html[data-theme="dark"] .ab-close-title,
html[data-theme="dark"] .ab-leader-name {
    color: var(--ab-ink);
}

html[data-theme="dark"] .ab-facility {
    background: #121f34;
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .ab-facility-body {
    background: #121f34;
}

html[data-theme="dark"] .ab-facility-title {
    color: #e8eef8;
}

html[data-theme="dark"] .ab-facility-desc {
    color: #a8b7cd;
}

html[data-theme="dark"] .ab-facility-more {
    color: #93c5fd;
}

html[data-theme="dark"] .ab-metrics-rail {
    background: rgba(18, 31, 52, 0.96);
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] .ab-metric {
    border-right-color: rgba(148, 163, 184, 0.14);
}

html[data-theme="dark"] .ab-metric-num {
    background: linear-gradient(120deg, #e8eef8, #93c5fd);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

html[data-theme="dark"] .ab-facilities,
html[data-theme="dark"] .ab-close {
    background:
        radial-gradient(ellipse 50% 40% at 100% 0%, rgba(0, 102, 255, 0.1), transparent 55%),
        #0b1524;
}

html[data-theme="dark"] .ab-purpose,
html[data-theme="dark"] .ab-leaders {
    background: #07111f;
}

html[data-theme="dark"] .ab-values {
    background:
        radial-gradient(ellipse 55% 45% at 0% 0%, rgba(0, 102, 255, 0.14), transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 100%, rgba(0, 184, 169, 0.12), transparent 50%),
        #07111f;
}

html[data-theme="dark"] .ab-story,
html[data-theme="dark"] .ab-awards {
    background: #0b1524;
}

html[data-theme="dark"] .ab-purpose-pane,
html[data-theme="dark"] .ab-purpose-pane.is-mission,
html[data-theme="dark"] .ab-purpose-pane.is-vision,
html[data-theme="dark"] .ab-story-body,
html[data-theme="dark"] .ab-awards-showcase {
    background: #121f34;
    border-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="dark"] .ab-purpose-heading,
html[data-theme="dark"] .ab-story-body h2,
html[data-theme="dark"] .ab-story-body h3,
html[data-theme="dark"] .ab-value-card-title,
html[data-theme="dark"] .ab-awards-showcase li strong {
    color: #e8eef8;
}

html[data-theme="dark"] .ab-purpose-copy,
html[data-theme="dark"] .ab-story-body,
html[data-theme="dark"] .ab-value-card-text,
html[data-theme="dark"] .ab-value-card-index,
html[data-theme="dark"] .ab-awards-showcase {
    color: #a8b7cd;
}

html[data-theme="dark"] .ab-awards-showcase li {
    background: #0f1a2c;
    border-color: rgba(148, 163, 184, 0.14);
}

html[data-theme="dark"] .ab-value-card {
    background: linear-gradient(165deg, #15233a 0%, #121f34 100%);
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.04) inset,
        0 14px 34px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .ab-value-card::before {
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 102, 255, 0.16), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(0, 184, 169, 0.14), transparent 40%);
}

html[data-theme="dark"] .ab-value-card:hover {
    border-color: rgba(96, 165, 250, 0.35);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 22px 44px rgba(0, 102, 255, 0.18);
}

html[data-theme="dark"] .ab-value-card:nth-child(even):hover {
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 22px 44px rgba(0, 184, 169, 0.18);
}

html[data-theme="dark"] .ab-awards-showcase li:hover {
    background: #142033;
    border-color: rgba(96, 165, 250, 0.28);
}

html[data-theme="dark"] .ab-awards-showcase h3,
html[data-theme="dark"] .ab-awards-showcase h1,
html[data-theme="dark"] .ab-awards-showcase h2,
html[data-theme="dark"] .ab-awards-showcase h4 {
    color: #93c5fd;
    border-bottom-color: rgba(148, 163, 184, 0.14);
    background: none;
}

html[data-theme="dark"] .ab-awards-showcase > p {
    color: #a8b7cd;
}

html[data-theme="dark"] .ab-prose,
html[data-theme="dark"] .ab-leader-bio,
html[data-theme="dark"] .ab-close-text,
html[data-theme="dark"] .ab-band-lead {
    color: #a8b7cd;
}

html[data-theme="dark"] .ab-prose h2,
html[data-theme="dark"] .ab-prose h3 {
    color: #e8eef8;
}

html[data-theme="dark"] .ab-leader {
    background: linear-gradient(#121f34, #121f34) padding-box,
        linear-gradient(120deg, rgba(96, 165, 250, 0.35), rgba(45, 212, 191, 0.3)) border-box;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .ab-leader-go {
    background: rgba(96, 165, 250, 0.14);
    color: #93c5fd;
}

html[data-theme="dark"] .ab-leader:hover .ab-leader-go {
    background: var(--ab-blue);
    color: #fff;
}

html[data-theme="dark"] .ab-btn-dark {
    background: #15233a;
    color: #e8eef8;
    border-color: rgba(148, 163, 184, 0.22);
}

html[data-theme="dark"] .ab-btn-dark:hover {
    border-color: rgba(96, 165, 250, 0.45);
    color: #93c5fd;
}

html[data-theme="dark"] .ab-link {
    color: #93c5fd;
}
