:root {
    --asm-ink: #17313b;
    --asm-muted: #5b6971;
    --asm-paper: #ffffff;
    --asm-soft: #eef6f4;
    --asm-line: #d7e4e1;
    --asm-teal: #0c7c74;
    --asm-green: #2f9e59;
    --asm-amber: #d18b29;
    --asm-navy: #21425b;
    --asm-shadow: 0 18px 45px rgba(21, 49, 59, 0.13);
}

body {
    color: var(--asm-ink);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.wrap {
    padding: 20px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--asm-line);
}

.wrap .navbar-brand {
    color: var(--asm-ink) !important;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
}

.wrap .top-wrap .icon {
    width: 46px;
    height: 46px;
    color: var(--asm-teal);
    background: #e9faf4;
}

.wrap .top-wrap .text span:first-child {
    color: var(--asm-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.wrap .top-wrap .text span:last-child {
    color: var(--asm-ink);
    font-size: 15px;
    font-weight: 500;
}

.ftco-navbar-light {
    background: var(--asm-navy) !important;
    box-shadow: none;
}

.navbar-dark .navbar-toggler {
    border: 0;
    color: #ffffff;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.navbar-dark .navbar-nav > .nav-item > .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.navbar-dark .navbar-nav > .nav-item.active > .nav-link,
.navbar-dark .navbar-nav > .nav-item > .nav-link:hover,
.navbar-dark .navbar-nav > .nav-item > .nav-link:focus {
    color: #ffffff;
}

.ftco-navbar-light .btn.btn-primary,
.navbar .btn.btn-primary {
    border-color: var(--asm-teal) !important;
    border-radius: 8px;
    background: var(--asm-teal) !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.dropdown-menu {
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    box-shadow: var(--asm-shadow);
}

.dropdown-item.ftco_navbar.bg-primary {
    background: #ffffff !important;
    color: var(--asm-ink) !important;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.dropdown-item.ftco_navbar.bg-primary:hover,
.dropdown-item.ftco_navbar.bg-primary:focus {
    background: var(--asm-soft) !important;
    color: var(--asm-teal) !important;
}

.staff .img-wrap {
    background: linear-gradient(180deg, #f7fbfa, #eef6f4);
}

.staff .img.asm-staff-icon {
    background-color: #eef6f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: min(78%, 260px) auto;
}

.asm-home {
    color: var(--asm-ink);
    background: var(--asm-paper);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.asm-home *,
.asm-home *::before,
.asm-home *::after {
    box-sizing: border-box;
}

.asm-home a {
    color: inherit;
    text-decoration: none;
}

.asm-shell {
    width: min(1180px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.asm-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
}

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

.asm-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74) 43%, rgba(255, 255, 255, 0.12)),
        linear-gradient(0deg, rgba(12, 124, 116, 0.16), rgba(12, 124, 116, 0));
}

.asm-hero-content {
    padding: 126px 0 128px;
}

.asm-eyebrow {
    margin: 0 0 12px;
    color: var(--asm-teal);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.asm-home h1,
.asm-home h2,
.asm-home h3,
.asm-home p {
    overflow-wrap: anywhere;
}

.asm-home h1 {
    max-width: 720px;
    margin: 0;
    color: var(--asm-ink);
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.04;
}

.asm-hero-content > p:not(.asm-eyebrow) {
    max-width: 620px;
    margin: 22px 0 0;
    color: #40535b;
    font-size: 20px;
}

.asm-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.asm-status-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    margin-top: 24px;
    padding: 14px 16px;
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 28px rgba(21, 49, 59, 0.1);
}

.asm-status-card strong,
.asm-status-card small {
    display: block;
}

.asm-status-card strong {
    color: var(--asm-ink);
    font-weight: 800;
}

.asm-status-card small {
    color: var(--asm-muted);
}

.asm-status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--asm-amber);
    box-shadow: 0 0 0 5px rgba(209, 139, 41, 0.16);
}

.asm-status-dot.is-open {
    background: var(--asm-green);
    box-shadow: 0 0 0 5px rgba(47, 158, 89, 0.16);
}

.asm-status-dot.is-closed {
    background: #b54b4b;
    box-shadow: 0 0 0 5px rgba(181, 75, 75, 0.14);
}

.asm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 18px;
    font-weight: 800;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.asm-button:hover,
.asm-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(21, 49, 59, 0.14);
}

.asm-button-primary {
    color: #ffffff;
    background: var(--asm-teal);
}

.asm-button-primary:hover,
.asm-button-primary:focus {
    color: #ffffff;
    background: #096d66;
}

.asm-button-secondary {
    color: var(--asm-ink);
    background: rgba(255, 255, 255, 0.9);
    border-color: var(--asm-line);
}

.asm-quick-panel {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    margin-top: -58px;
    overflow: hidden;
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    background: var(--asm-line);
    box-shadow: var(--asm-shadow);
}

.asm-quick-item {
    display: grid;
    gap: 4px;
    min-height: 116px;
    padding: 18px;
    background: #ffffff;
}

.asm-quick-item span {
    color: var(--asm-muted);
    font-size: 14px;
}

.asm-quick-item strong {
    color: var(--asm-ink);
    font-size: 17px;
}

.asm-quick-item:hover strong,
.asm-quick-item:focus strong {
    color: var(--asm-teal);
}

.asm-section {
    padding-top: 92px;
    padding-bottom: 92px;
}

.asm-band {
    padding: 92px 0;
    background: var(--asm-soft);
}

.asm-two-column,
.asm-contact-section {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 54px;
    align-items: start;
}

.asm-contact-section {
    grid-template-columns: minmax(0, 1fr) 420px;
}

.asm-home h2 {
    margin: 0;
    color: var(--asm-ink);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.12;
}

.asm-section-lead {
    max-width: 540px;
    margin-top: 18px;
    color: var(--asm-muted);
    font-size: 18px;
}

.asm-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.asm-section-heading.asm-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.asm-section-heading.asm-center p:not(.asm-eyebrow) {
    margin: 14px auto 0;
    max-width: 620px;
    color: var(--asm-muted);
    font-size: 18px;
}

.asm-notice-list {
    display: grid;
    gap: 16px;
}

.asm-notice,
.asm-service-card,
.asm-doctor-card,
.asm-hours-box {
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(21, 49, 59, 0.07);
}

.asm-notice {
    padding: 24px;
}

.asm-notice time {
    color: var(--asm-amber);
    font-size: 14px;
    font-weight: 800;
}

.asm-notice h3,
.asm-service-card h3,
.asm-doctor-card h3,
.asm-hours-box h3 {
    margin: 8px 0;
    color: var(--asm-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.asm-notice p,
.asm-service-card p,
.asm-doctor-card p,
.asm-contact-copy p {
    margin: 0;
    color: var(--asm-muted);
}

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

.asm-service-card,
.asm-doctor-card {
    padding: 24px;
}

.asm-service-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--asm-navy);
    font-weight: 900;
}

.asm-avatar {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, var(--asm-teal), var(--asm-amber));
    font-weight: 900;
}

.asm-doctor-card a {
    display: inline-flex;
    margin-top: 16px;
    color: var(--asm-teal);
    font-weight: 800;
}

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

.asm-person-card {
    min-height: 250px;
    padding: 28px 24px;
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(21, 49, 59, 0.08);
    text-align: center;
}

.asm-person-icon {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--asm-soft);
    color: var(--asm-teal);
    font-size: 34px;
    background-position: center;
    background-repeat: no-repeat;
}

.asm-person-icon-nurse {
    color: var(--asm-teal);
    background: #e8f7f4;
    background-image: url("../images/asm-nurse-badge.svg");
    background-size: 92px 92px;
}


.asm-person-icon-support {
    color: var(--asm-navy);
    background: #edf3f7;
}

.asm-person-card h3 {
    margin: 0 0 8px;
    color: var(--asm-ink);
    font-size: 22px;
    font-weight: 800;
}

.asm-person-card p {
    margin: 0 0 12px;
    color: var(--asm-muted);
}

.asm-person-card strong {
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 8px;
    color: var(--asm-teal);
    background: var(--asm-soft);
    font-size: 13px;
    font-weight: 800;
}

.asm-doctor-profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
    justify-content: center;
    gap: 22px;
}

.asm-doctor-profile-card {
    overflow: hidden;
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(21, 49, 59, 0.08);
}

.asm-doctor-photo {
    height: 320px;
    background-color: var(--asm-soft);
    background-position: top center;
    background-size: cover;
}

.asm-doctor-profile-body {
    padding: 24px;
    text-align: center;
}

.asm-doctor-profile-body h3 {
    margin: 0 0 8px;
    color: var(--asm-ink);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.asm-doctor-profile-body p {
    margin: 0 0 12px;
    color: var(--asm-muted);
}

.asm-doctor-profile-body strong {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 8px;
    color: var(--asm-teal);
    background: var(--asm-soft);
    font-size: 13px;
    font-weight: 800;
}

.asm-guide-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.asm-guide-list a {
    display: grid;
    gap: 6px;
    min-height: 118px;
    padding: 20px;
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    background: #ffffff;
}

.asm-guide-list strong {
    color: var(--asm-ink);
    font-size: 18px;
}

.asm-guide-list span {
    color: var(--asm-muted);
}

.asm-faq-list {
    display: grid;
    gap: 12px;
}

.asm-faq-list details {
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(21, 49, 59, 0.06);
}

.asm-faq-list summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--asm-ink);
    font-weight: 800;
}

.asm-faq-list p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--asm-muted);
}

.asm-contact-copy p {
    max-width: 650px;
    margin-top: 18px;
    font-size: 18px;
}

.asm-hours-box {
    padding: 26px;
}

.asm-hours-box dl {
    display: grid;
    gap: 14px;
    margin: 16px 0 0;
}

.asm-hours-box div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--asm-line);
}

.asm-hours-box dt {
    color: var(--asm-muted);
    font-weight: 400;
}

.asm-hours-box dd {
    margin: 0;
    color: var(--asm-ink);
    font-weight: 800;
    text-align: right;
}

.asm-map-box {
    grid-column: 1 / -1;
    overflow: hidden;
    min-height: 360px;
    border: 1px solid var(--asm-line);
    border-radius: 8px;
    box-shadow: var(--asm-shadow);
}

.asm-map-box iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}

@media (max-width: 920px) {
    .asm-hero {
        min-height: 620px;
    }

    .asm-hero-overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72));
    }

    .asm-quick-panel,
    .asm-service-grid,
    .asm-doctor-grid,
    .asm-doctor-profile-grid,
    .asm-people-grid,
    .asm-guide-list,
    .asm-two-column,
    .asm-contact-section {
        grid-template-columns: 1fr;
    }

    .asm-quick-panel {
        margin-top: -38px;
    }

    .asm-section,
    .asm-band {
        padding-top: 66px;
        padding-bottom: 66px;
    }
}

@media (max-width: 560px) {
    .asm-shell {
        width: min(100% - 28px, 1180px);
    }

    .asm-hero {
        min-height: 590px;
    }

    .asm-hero-content {
        padding: 84px 0 92px;
    }

    .asm-home h1 {
        font-size: clamp(36px, 12vw, 46px);
    }

    .asm-hero-content > p:not(.asm-eyebrow) {
        font-size: 17px;
    }

    .asm-button,
    .asm-actions a {
        width: 100%;
    }

    .asm-hours-box div {
        display: grid;
        gap: 2px;
    }

    .asm-hours-box dd {
        text-align: left;
    }
}
