:root {
    --hospital-bg: #f3f5f7;
    --hospital-surface: #ffffff;
    --hospital-surface-alt: #eef2f5;
    --hospital-ink: #15222d;
    --hospital-muted: #5e6c77;
    --hospital-line: #d7dee4;
    --hospital-primary: #028090;
    --hospital-primary-rgb: 2, 128, 144;
    --hospital-primary-deep: #015965;
    --hospital-primary-deep-rgb: 1, 89, 101;
    --hospital-accent: #b98a49;
    --hospital-shadow: 0 18px 40px rgba(21, 34, 45, 0.08);
    --hospital-button-primary-bg: linear-gradient(135deg, #11a0b1 0%, #028090 100%);
    --hospital-button-primary-text: #ffffff;
    --hospital-button-primary-shadow: 0 14px 32px rgba(var(--hospital-primary-rgb), 0.22);
}

body.hospital-page {
    --landing-primary: var(--hospital-primary);
    --landing-primary-rgb: var(--hospital-primary-rgb);
    --landing-primary-deep: var(--hospital-primary-deep);
    --landing-accent: var(--hospital-accent);
    --landing-button-primary-bg: var(--hospital-button-primary-bg);
    --landing-button-primary-text: var(--hospital-button-primary-text);
    --landing-button-primary-shadow: var(--hospital-button-primary-shadow);
    color: var(--hospital-ink);
    background:
        linear-gradient(180deg, #f7f9fb 0%, #f0f3f6 100%);
}

.hospital-shell {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(240, 243, 246, 0) 18%);
}

.hospital-site-header {
    padding-bottom: 12px;
}

.hospital-main {
    padding-bottom: 72px;
}

@media (min-width: 1101px) {
    .hospital-page .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 40;
    }

    .hospital-page .hospital-main {
        padding-top: 112px;
    }
}

.hospital-container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.hospital-breadcrumb-wrap {
    padding: 8px 0 18px;
}

.hospital-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--hospital-muted);
    font-size: 13px;
}

.hospital-breadcrumbs a {
    color: var(--hospital-muted);
}

.hospital-breadcrumbs a:hover,
.hospital-breadcrumbs a:focus-visible {
    color: var(--hospital-primary-deep);
}

.hospital-overview {
    padding: 12px 0 26px;
}

.hospital-overview__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
}

.hospital-overview__copy,
.hospital-overview__panel-card,
.hospital-product-group,
.hospital-side-card,
.hospital-info-card,
.hospital-support-panel__card,
.hospital-contact-card {
    border: 1px solid var(--hospital-line);
    background: var(--hospital-surface);
    box-shadow: var(--hospital-shadow);
}

.hospital-overview__copy {
    padding: 34px;
}

.hospital-hero {
    position: relative;
    overflow: hidden;
    padding: 18px 24px 44px;
    background:
        linear-gradient(90deg, rgba(12, 25, 34, 0.84) 0%, rgba(12, 25, 34, 0.76) 34%, rgba(12, 25, 34, 0.38) 62%, rgba(12, 25, 34, 0.22) 100%),
        linear-gradient(180deg, rgba(12, 25, 34, 0.14) 0%, rgba(12, 25, 34, 0.72) 100%);
}

.hospital-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 132px;
    background: linear-gradient(180deg, rgba(12, 25, 34, 0) 0%, rgba(243, 245, 247, 0.96) 100%);
    pointer-events: none;
}

.hospital-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.hospital-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: end;
    min-height: 620px;
}

.hospital-hero__copy {
    min-width: 0;
    align-self: end;
    padding-bottom: 14px;
}

.hospital-hero__copy .hospital-kicker,
.hospital-hero__copy h1,
.hospital-hero__copy .hospital-intro {
    max-width: 62rem;
}

.hospital-hero__copy h1 {
    color: #ffffff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.hospital-hero__copy .hospital-kicker {
    color: rgba(255, 255, 255, 0.86);
}

.hospital-hero__copy .hospital-intro {
    color: rgba(255, 255, 255, 0.86);
}

.hospital-overview__copy--hero {
    position: relative;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 44px;
    border-color: rgba(255, 255, 255, 0.18);
    background: url("/static/images/hospital/headline-background.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.hospital-overview__copy--hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 25, 34, 0.08) 0%, rgba(12, 25, 34, 0.54) 52%, rgba(12, 25, 34, 0.82) 100%),
        linear-gradient(120deg, rgba(var(--hospital-primary-deep-rgb), 0.44) 0%, rgba(var(--hospital-primary-deep-rgb), 0.08) 34%, rgba(var(--hospital-primary-deep-rgb), 0) 60%);
    z-index: 1;
    pointer-events: none;
}

.hospital-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hospital-overview__copy--hero > :not(.hospital-hero-video) {
    position: relative;
    z-index: 2;
}

.hospital-kicker {
    margin: 0 0 14px;
    color: var(--hospital-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hospital-overview__copy--hero .hospital-kicker {
    color: rgba(255, 255, 255, 0.86);
}

.hospital-overview__copy h1,
.hospital-section-heading h2,
.hospital-contact-card h2,
.hospital-product-group h3,
.hospital-product-card h4,
.hospital-support-points h3 {
    margin: 0;
    color: var(--hospital-ink);
    font-family: "Cormorant Garamond", serif;
}

.hospital-overview__copy h1 {
    font-size: clamp(2.5rem, 4.6vw, 4.4rem);
    line-height: 0.94;
    letter-spacing: -0.04em;
}

.hospital-overview__copy--hero h1 {
    color: #ffffff;
    text-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

.hospital-highlight {
    color: #81dbe1;
}

.hospital-intro {
    max-width: 70ch;
    margin: 22px 0 0;
    color: var(--hospital-muted);
    line-height: 1.8;
    font-size: 16px;
}

.hospital-overview__copy--hero .hospital-intro {
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.86);
}

.hospital-overview__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hospital-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.hospital-summary-grid article {
    padding: 18px;
    border: 1px solid var(--hospital-line);
    background: var(--hospital-surface-alt);
}

.hospital-overview__copy--hero .hospital-summary-grid article {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.hospital-summary-grid span,
.hospital-panel-label,
.hospital-product-group__index,
.hospital-product-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    background: rgba(var(--hospital-primary-rgb), 0.08);
    color: var(--hospital-primary-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hospital-summary-grid span {
    margin-bottom: 12px;
}

.hospital-summary-grid strong {
    display: block;
    font-size: 20px;
    line-height: 1.25;
}

.hospital-overview__copy--hero .hospital-summary-grid strong {
    color: #ffffff;
}

.hospital-overview__copy--hero .hospital-summary-grid span {
    background: rgba(129, 219, 225, 0.16);
    color: #dcfbfd;
}

.hospital-overview__panel {
    display: grid;
    gap: 16px;
}

.hospital-overview__panel-card,
.hospital-side-card,
.hospital-support-panel__card {
    padding: 22px;
}

.hospital-overview__panel-card p,
.hospital-overview__panel-card li,
.hospital-side-card p,
.hospital-support-panel__card li,
.hospital-info-card p,
.hospital-product-group__header p,
.hospital-product-card p,
.hospital-product-card li,
.hospital-support-points p,
.hospital-contact-card p,
.hospital-section-heading > p:last-child {
    color: var(--hospital-muted);
    line-height: 1.75;
}

.hospital-overview__panel-card ul,
.hospital-product-card ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.hospital-overview__panel-card li,
.hospital-product-card li {
    display: flex;
    gap: 10px;
}

.hospital-overview__panel-card li::before,
.hospital-product-card li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hospital-primary) 0%, var(--hospital-accent) 100%);
    flex: 0 0 auto;
}

.hospital-anchor-nav {
    position: sticky;
    top: 88px;
    z-index: 8;
    padding: 0 0 22px;
}

.hospital-anchor-nav__inner {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 14px;
    border: 1px solid var(--hospital-line);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(21, 34, 45, 0.06);
}

.hospital-anchor-nav__inner a {
    padding: 10px 14px;
    background: var(--hospital-surface-alt);
    color: var(--hospital-primary-deep);
    font-size: 13px;
    font-weight: 700;
}

.hospital-content-section {
    padding: 18px 0 0;
}

.hospital-content-section[id] {
    scroll-margin-top: 112px;
}

.hospital-content-section--product-cad {
    position: relative;
    overflow: hidden;
    padding-bottom: 28px;
}

.hospital-content-section--product-cad::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        url("/static/images/hospital/medical-pendant-cad-bg.png") center center / cover no-repeat;
    opacity: 0.25;
    pointer-events: none;
}

.hospital-content-section--product-cad > .hospital-container {
    position: relative;
    z-index: 1;
}

.hospital-content-section--alt {
    padding-top: 28px;
}

.hospital-two-column,
.hospital-support-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.65fr);
    gap: 24px;
    align-items: start;
}

.hospital-section-heading {
    max-width: 820px;
    margin-bottom: 22px;
}

.hospital-section-heading h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 0.96;
    letter-spacing: -0.035em;
}

.hospital-section-heading > p:last-child {
    margin: 16px 0 0;
}

.hospital-category-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.hospital-category-strip span {
    padding: 12px 16px;
    border: 1px solid var(--hospital-line);
    background: var(--hospital-surface-alt);
    color: var(--hospital-primary-deep);
    font-size: 13px;
    font-weight: 700;
}

.hospital-content-main {
    display: grid;
    gap: 22px;
}

.hospital-brand-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hospital-brand-nav__card {
    display: grid;
    gap: 14px;
    align-items: center;
    padding: 22px;
    width: 100%;
    border: 1px solid var(--hospital-line);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
    box-shadow: var(--hospital-shadow);
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hospital-brand-nav__card--link {
    color: inherit;
    text-decoration: none;
}

.hospital-brand-nav__card:hover,
.hospital-brand-nav__card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(21, 34, 45, 0.12);
    border-color: rgba(12, 107, 102, 0.24);
}

.hospital-brand-nav__card.is-active {
    border-color: rgba(12, 107, 102, 0.34);
    background: linear-gradient(180deg, #ffffff 0%, #eef7f6 100%);
    box-shadow: 0 20px 40px rgba(12, 107, 102, 0.12);
}

.hospital-brand-nav__card img {
    width: 100%;
    max-width: 320px;
    height: 76px;
    object-fit: contain;
    object-position: left center;
}

.hospital-brand-nav__card span {
    display: block;
    color: var(--hospital-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hospital-brand-nav__card h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.05;
}

.hospital-brand-nav__card p {
    margin: 0;
    color: var(--hospital-muted);
    line-height: 1.75;
}

.hospital-brand-nav__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hospital-primary-deep);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hospital-brand-nav__cta::after {
    content: "\ea6e";
    font-family: "remixicon";
    font-size: 16px;
}

.hospital-brand-panels {
    display: grid;
}

.hospital-brand-panel.is-active {
    animation: hospitalBrandPanelFade 0.2s ease;
}

.hospital-product-group {
    padding: 28px;
}

.hospital-product-group__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
    gap: 18px;
    align-items: end;
    margin-bottom: 20px;
}

.hospital-product-group__header div:first-child {
    display: grid;
    gap: 10px;
}

.hospital-product-group h3 {
    font-size: 38px;
    line-height: 0.95;
}

.hospital-product-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.hospital-product-card-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hospital-series-stack {
    display: grid;
    gap: 28px;
}

.hospital-series-block {
    display: grid;
    gap: 18px;
}

.hospital-series-block + .hospital-series-block {
    padding-top: 28px;
    border-top: 1px solid rgba(21, 34, 45, 0.1);
}

.hospital-series-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    gap: 18px;
    align-items: end;
}

.hospital-series-heading > div {
    display: grid;
    gap: 12px;
}

.hospital-series-heading h4 {
    font-size: 30px;
    line-height: 0.98;
}

.hospital-series-heading p {
    margin: 0;
    color: var(--hospital-muted);
    line-height: 1.75;
}

.hospital-brand-page-mark {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 22px 24px;
    border: 1px solid var(--hospital-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 249, 251, 0.96) 100%);
    box-shadow: var(--hospital-shadow);
}

.hospital-brand-page-mark img {
    max-width: min(100%, 360px);
    height: 86px;
    object-fit: contain;
    object-position: left center;
}

.hospital-brand-page-mark--vg img {
    max-width: min(100%, 420px);
}

.hospital-product-card {
    padding: 24px;
    border: 1px solid var(--hospital-line);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

.hospital-product-card__media {
    margin: -24px -24px 20px;
    padding: 18px 0 0;
    min-height: 260px;
    background:
        radial-gradient(circle at top right, rgba(12, 107, 102, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 243, 246, 0.9) 100%);
    border-bottom: 1px solid rgba(21, 34, 45, 0.08);
    overflow: hidden;
}

.hospital-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
    object-position: center center;
}

.hospital-product-card__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    background: rgba(12, 107, 102, 0.08);
    color: var(--hospital-primary-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hospital-product-card h4 {
    margin-top: 16px;
    font-size: 30px;
    line-height: 1;
}

.hospital-product-card p {
    margin: 14px 0 0;
}

.hospital-product-card--empty {
    max-width: 760px;
}

.hospital-product-details {
    margin-top: 18px;
    border-top: 1px solid rgba(21, 34, 45, 0.08);
    padding-top: 16px;
}

.hospital-product-details summary {
    list-style: none;
    cursor: pointer;
    color: var(--hospital-primary-deep);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hospital-product-details summary::-webkit-details-marker {
    display: none;
}

.hospital-product-details summary::after {
    content: "+";
    margin-left: 8px;
    color: var(--hospital-accent);
}

.hospital-product-details[open] summary::after {
    content: "−";
}

.hospital-product-details__body {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.hospital-product-details__body h5 {
    margin: 6px 0 0;
    color: var(--hospital-primary-deep);
    font-size: 18px;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
}

.hospital-product-details__body p {
    margin: 0;
}

.hospital-product-details__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.hospital-product-details__body li {
    display: flex;
    gap: 10px;
    color: var(--hospital-muted);
    line-height: 1.7;
}

.hospital-product-details__body li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hospital-primary) 0%, var(--hospital-accent) 100%);
    flex: 0 0 auto;
}

.hospital-product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--hospital-primary-deep);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hospital-product-link::after {
    content: "\ea6e";
    font-family: "remixicon";
    font-size: 16px;
}

.hospital-side-rail {
    position: sticky;
    top: 156px;
    display: grid;
    gap: 16px;
}

.hospital-side-card dl {
    margin: 14px 0 0;
    display: grid;
    gap: 14px;
}

.hospital-side-card dt {
    margin: 0 0 4px;
    color: var(--hospital-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hospital-side-card dd {
    margin: 0;
    color: var(--hospital-ink);
    font-size: 18px;
    font-weight: 700;
}

.hospital-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hospital-info-card {
    padding: 26px;
}

.hospital-info-card h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.05;
    font-family: "Cormorant Garamond", serif;
}

.hospital-info-card p {
    margin: 16px 0 0;
}

.hospital-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hospital-workflow-card {
    padding: 26px;
    border: 1px solid var(--hospital-line);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
    box-shadow: var(--hospital-shadow);
}

.hospital-workflow-card__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    padding: 8px 12px;
    background: rgba(12, 107, 102, 0.08);
    color: var(--hospital-primary-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hospital-workflow-card h3 {
    margin: 18px 0 0;
    font-size: 28px;
    line-height: 1.05;
    font-family: "Cormorant Garamond", serif;
}

.hospital-workflow-card p {
    margin: 14px 0 0;
    color: var(--hospital-muted);
    line-height: 1.75;
}

.hospital-workflow-experience {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

.hospital-workflow-map {
    padding: 24px;
    border: 1px solid var(--hospital-line);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
    box-shadow: var(--hospital-shadow);
}

.hospital-workflow-map--full {
    display: grid;
    gap: 18px;
}

.hospital-workflow-stage-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.hospital-workflow-stage {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid rgba(18, 61, 82, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--hospital-ink);
    text-align: left;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hospital-workflow-stage:hover,
.hospital-workflow-stage:focus-visible {
    border-color: rgba(12, 107, 102, 0.4);
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.hospital-workflow-stage:focus-visible {
    outline: 3px solid rgba(12, 107, 102, 0.2);
    outline-offset: 3px;
}

.hospital-workflow-stage.is-active {
    border-color: rgba(12, 107, 102, 0.35);
    background: linear-gradient(180deg, rgba(12, 107, 102, 0.08) 0%, rgba(255, 255, 255, 0.96) 100%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.hospital-workflow-stage__eyebrow,
.hospital-workflow-stage__meta,
.hospital-workflow-frame__kicker,
.hospital-workflow-summary-card__eyebrow span,
.hospital-workflow-summary-card__facts dt {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hospital-workflow-stage strong {
    font-size: 17px;
    line-height: 1.2;
}

.hospital-workflow-stage__eyebrow {
    color: var(--hospital-primary-deep);
}

.hospital-workflow-stage__meta {
    color: var(--hospital-muted);
}

.hospital-workflow-frame {
    position: relative;
    padding: 18px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(240, 170, 50, 0.16), transparent 32%),
        linear-gradient(180deg, #fdfefe 0%, #edf3f7 100%);
    border: 1px solid rgba(18, 61, 82, 0.12);
    overflow: hidden;
}

.hospital-workflow-frame[data-active-stage="execution"] {
    --workflow-accent: #2f8cd1;
}

.hospital-workflow-frame[data-active-stage="commissioning"] {
    --workflow-accent: #56a95f;
}

.hospital-workflow-stage-showcase {
    display: grid;
    gap: 20px;
}

.hospital-workflow-figure-stack {
    display: grid;
    gap: 0;
}

.hospital-workflow-frame__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.hospital-workflow-frame__header h3 {
    margin: 8px 0 0;
    font-size: 30px;
    line-height: 1.05;
}

.hospital-workflow-frame__kicker {
    margin: 0;
    color: var(--hospital-primary-deep);
}

.hospital-workflow-frame__hint {
    max-width: 360px;
    margin: 0;
    color: var(--hospital-muted);
    line-height: 1.65;
}

.hospital-workflow-figure {
    position: relative;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(18, 61, 82, 0.12);
    box-shadow: 0 28px 40px rgba(15, 23, 42, 0.12);
}

.hospital-workflow-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.hospital-workflow-figure--stage {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 28%),
        linear-gradient(180deg, #fefefe 0%, #edf3f7 100%);
}

.hospital-workflow-hotspot {
    position: absolute;
    left: var(--x);
    top: var(--y);
    z-index: 2;
    width: var(--w, 46px);
    height: var(--h, 46px);
    padding: 0;
    border: 0;
    border-radius: 22px;
    background: transparent;
    transform: none;
    box-shadow: none;
    transition: background 0.18s ease, box-shadow 0.18s ease;
    --workflow-panel-fill: rgba(240, 166, 50, 0.08);
    --workflow-panel-glow: rgba(240, 166, 50, 0.18);
}

.hospital-workflow-hotspot[data-workflow-stage="execution"] {
    --workflow-panel-fill: rgba(47, 140, 209, 0.08);
    --workflow-panel-glow: rgba(47, 140, 209, 0.2);
}

.hospital-workflow-hotspot[data-workflow-stage="commissioning"] {
    --workflow-panel-fill: rgba(86, 169, 95, 0.08);
    --workflow-panel-glow: rgba(86, 169, 95, 0.2);
}

.hospital-workflow-hotspot:hover,
.hospital-workflow-hotspot:focus-visible {
    background: linear-gradient(180deg, var(--workflow-panel-fill) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: 0 18px 28px var(--workflow-panel-glow);
}

.hospital-workflow-hotspot:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.58);
    outline-offset: 2px;
}

.hospital-workflow-hotspot.is-active {
    background: linear-gradient(180deg, var(--workflow-panel-fill) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 20px 30px var(--workflow-panel-glow);
}

.hospital-workflow-summary-card {
    padding: 20px 22px;
    border-radius: 22px;
    border: 1px solid rgba(18, 61, 82, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 247, 250, 0.96) 100%);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.1);
}

.hospital-workflow-summary-card__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hospital-workflow-summary-card__eyebrow span:last-child {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(12, 107, 102, 0.08);
    color: var(--hospital-primary-deep);
}

.hospital-workflow-summary-card h3 {
    margin: 12px 0 0;
    font-size: clamp(1.85rem, 2.4vw, 2.35rem);
    line-height: 0.95;
}

.hospital-workflow-summary-card > p {
    margin: 12px 0 0;
    color: var(--hospital-muted);
    line-height: 1.72;
}

.hospital-workflow-summary-card__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 16px 0 0;
}

.hospital-workflow-summary-card__facts div {
    padding: 14px 15px;
    border-radius: 16px;
    background: rgba(246, 249, 251, 0.92);
    border: 1px solid rgba(18, 61, 82, 0.08);
}

.hospital-workflow-summary-card__facts dt {
    color: var(--hospital-primary-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hospital-workflow-summary-card__facts dd {
    margin: 8px 0 0;
    font-size: 15px;
    color: var(--hospital-ink);
    line-height: 1.55;
}

.hospital-workflow-summary-card__footer {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.hospital-workflow-progress {
    display: grid;
    gap: 8px;
}

.hospital-workflow-progress__labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--hospital-primary-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hospital-workflow-progress__track {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(18, 61, 82, 0.09);
    overflow: hidden;
}

.hospital-workflow-progress__fill {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--hospital-primary) 0%, #4aa3d1 100%);
    transition: width 0.24s ease;
}

.hospital-workflow-summary-card__controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hospital-workflow-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(18, 61, 82, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--hospital-primary-deep);
    font-weight: 700;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hospital-workflow-nav-button:hover,
.hospital-workflow-nav-button:focus-visible {
    border-color: rgba(12, 107, 102, 0.34);
    transform: translateY(-1px);
}

.hospital-workflow-nav-button--primary {
    background: linear-gradient(135deg, var(--hospital-primary) 0%, #1b8fb5 100%);
    border-color: transparent;
    color: #ffffff;
}

.hospital-workflow-nav-button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.hospital-workflow-support-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    padding: 4px 2px 2px;
}

.hospital-workflow-support-copy {
    display: grid;
    gap: 10px;
    max-width: 780px;
}

.hospital-workflow-stage-copy,
.hospital-workflow-support-note {
    margin: 0;
    color: var(--hospital-muted);
    line-height: 1.75;
}

.hospital-workflow-stage-copy {
    font-weight: 600;
    color: var(--hospital-ink);
}

.hospital-workflow-panel__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.hospital-support-copy {
    display: grid;
    gap: 20px;
}

.hospital-support-points {
    display: grid;
    gap: 16px;
}

.hospital-support-points article {
    padding: 22px;
    border: 1px solid var(--hospital-line);
    background: var(--hospital-surface);
}

.hospital-support-points h3 {
    font-size: 28px;
    line-height: 1.05;
}

.hospital-support-points p {
    margin: 10px 0 0;
}

.hospital-support-panel__card ol {
    margin: 16px 0 0;
    padding-left: 18px;
    color: var(--hospital-muted);
    display: grid;
    gap: 12px;
    line-height: 1.7;
}

.hospital-contact-section {
    padding-top: 28px;
}

.hospital-contact-card {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding: 32px;
}

.hospital-contact-card h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 0.98;
}

.hospital-contact-card p {
    max-width: 70ch;
    margin: 16px 0 0;
}

.hospital-contact-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hospital-dialog {
    width: min(720px, calc(100% - 32px));
    padding: 0;
    border: 1px solid rgba(21, 34, 45, 0.1);
    background: transparent;
}

.hospital-dialog::backdrop {
    background: rgba(12, 25, 34, 0.62);
    backdrop-filter: blur(6px);
}

.hospital-dialog__form {
    display: grid;
    gap: 22px;
    padding: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fb 100%);
    box-shadow: 0 28px 64px rgba(12, 25, 34, 0.28);
}

.hospital-dialog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.hospital-dialog__header h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.98;
}

.hospital-dialog__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(21, 34, 45, 0.1);
    background: rgba(255, 255, 255, 0.78);
    color: var(--hospital-primary-deep);
    font-size: 22px;
    cursor: pointer;
}

.hospital-dialog__intro {
    margin: 0;
    color: var(--hospital-muted);
    line-height: 1.75;
}

.hospital-dialog__status {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(21, 34, 45, 0.1);
    font-weight: 700;
    line-height: 1.6;
}

.hospital-dialog__status[data-state="success"] {
    border-color: rgba(21, 128, 61, 0.18);
    background: rgba(22, 163, 74, 0.08);
    color: #166534;
}

.hospital-dialog__status[data-state="error"] {
    border-color: rgba(185, 28, 28, 0.18);
    background: rgba(220, 38, 38, 0.08);
    color: #991b1b;
}

.hospital-dialog__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hospital-dialog__field {
    display: grid;
    gap: 8px;
}

.hospital-dialog__field span,
.hospital-dialog__fieldset legend {
    color: var(--hospital-primary-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hospital-dialog__field input {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid rgba(21, 34, 45, 0.14);
    background: #ffffff;
    color: var(--hospital-ink);
    font: inherit;
}

.hospital-dialog__field input::placeholder {
    color: rgba(93, 106, 117, 0.78);
}

.hospital-dialog__fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    gap: 14px;
}

.hospital-dialog__checkboxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hospital-dialog__check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(21, 34, 45, 0.1);
    background: rgba(255, 255, 255, 0.82);
    color: var(--hospital-muted);
    line-height: 1.5;
}

.hospital-dialog__check input {
    width: 18px;
    height: 18px;
    accent-color: var(--hospital-primary);
    flex: 0 0 auto;
}

.hospital-dialog__actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.hospital-footer {
    padding-top: 30px;
}

@keyframes hospitalBrandPanelFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .hospital-container {
        width: min(100% - 32px, 1280px);
    }

    .hospital-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hospital-overview__grid,
    .hospital-two-column,
    .hospital-support-layout,
    .hospital-info-grid,
    .hospital-workflow-grid,
    .hospital-workflow-experience,
    .hospital-dialog__grid,
    .hospital-dialog__checkboxes,
    .hospital-product-card-grid--two,
    .hospital-brand-nav {
        grid-template-columns: 1fr;
    }

    .hospital-anchor-nav {
        top: 76px;
    }

    .hospital-side-rail {
        position: static;
    }

    .hospital-product-group__header {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .hospital-workflow-stage-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hospital-workflow-summary-card__facts {
        grid-template-columns: 1fr;
    }

    .hospital-workflow-frame__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .hospital-workflow-frame__hint {
        max-width: none;
    }

    .hospital-workflow-stage-showcase {
        gap: 18px;
    }

    .hospital-workflow-figure-stack {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .hospital-workflow-figure {
        width: max-content;
        min-width: max-content;
        max-width: none;
    }

    .hospital-workflow-figure img {
        width: auto;
        max-width: none;
    }

    .hospital-workflow-support-row {
        flex-direction: column;
    }

    .hospital-workflow-panel__actions {
        justify-content: flex-start;
    }

    .hospital-series-heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .hospital-contact-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .hospital-container {
        width: min(100% - 24px, 1280px);
    }

    .hospital-hero {
        padding: 10px 16px 34px;
    }

    .hospital-hero__grid {
        min-height: 520px;
    }

    .hospital-hero__copy {
        padding-bottom: 8px;
    }

    .hospital-overview__copy,
    .hospital-overview__panel-card,
    .hospital-product-group,
    .hospital-info-card,
    .hospital-workflow-card,
    .hospital-workflow-map,
    .hospital-dialog__form,
    .hospital-support-panel__card,
    .hospital-support-points article,
    .hospital-contact-card {
        padding: 22px;
    }

    .hospital-overview__copy--hero {
        min-height: 520px;
        padding: 28px 22px;
    }

    .hospital-overview__copy h1 {
        max-width: none;
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .hospital-summary-grid {
        grid-template-columns: 1fr;
    }

    .hospital-anchor-nav {
        position: static;
    }

    .hospital-anchor-nav__inner {
        padding: 12px;
    }

    .hospital-dialog {
        width: min(100% - 24px, 720px);
    }

    .hospital-dialog__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .hospital-product-card h4,
    .hospital-product-group h3,
    .hospital-info-card h3,
    .hospital-workflow-card h3,
    .hospital-workflow-frame__header h3,
    .hospital-support-points h3 {
        font-size: 26px;
    }

    .hospital-workflow-frame {
        padding: 14px;
    }

    .hospital-workflow-stage-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .hospital-workflow-stage {
        padding: 12px 10px;
        gap: 4px;
        border-radius: 18px;
    }

    .hospital-workflow-stage strong {
        font-size: 14px;
    }

    .hospital-workflow-stage__eyebrow,
    .hospital-workflow-stage__meta {
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .hospital-workflow-summary-card {
        padding: 18px;
    }

    .hospital-workflow-figure-stack {
        padding-bottom: 6px;
    }

    .hospital-workflow-hotspot {
        border-radius: 18px;
    }

    .hospital-workflow-summary-card__controls {
        display: grid;
    }

    .hospital-workflow-progress__labels {
        flex-direction: column;
        align-items: flex-start;
    }

    .hospital-workflow-panel__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hospital-workflow-panel__actions .button {
        width: 100%;
        justify-content: center;
    }

    .hospital-product-card__media {
        min-height: 220px;
    }

    .hospital-product-card__media img {
        max-height: 240px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .hospital-hero-video {
        display: none;
    }
}
