:root {
    --public-ink: #15382d;
    --public-copy: #5d746c;
    --public-green: #167445;
    --public-green-dark: #0c4f30;
    --public-green-soft: #edf8f2;
    --public-orange: #ef7622;
    --public-orange-dark: #bd4f0b;
    --public-cream: #fff9f3;
    --public-line: #dce9e2;
    --public-shadow: 0 22px 60px rgba(24, 73, 55, .1);
}

.public-site {
    color: var(--public-ink);
    background: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.clinic-topbar {
    padding: .55rem 0;
    color: #d9ebe3;
    background: var(--public-green-dark);
    font-size: .76rem;
    font-weight: 650;
    letter-spacing: .02em;
}

.clinic-topbar a { color: #fff; }
.clinic-topbar a:hover { color: #ffc195; }

.clinic-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    min-height: 82px;
    border-bottom: 1px solid rgba(220, 233, 226, .9);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
}

.navbar-brand strong,
.navbar-brand small {
    display: block;
    line-height: 1.05;
}

.navbar-brand strong {
    color: var(--public-green-dark);
    font-size: 1.05rem;
    letter-spacing: -.02em;
}

.navbar-brand small {
    margin-top: .3rem;
    color: #7b9088;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.public-logo {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 15px 15px 15px 5px;
    color: #fff;
    background: linear-gradient(145deg, #23955e, var(--public-green-dark));
    box-shadow: 0 10px 24px rgba(15, 95, 56, .2);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.clinic-navbar .nav-link {
    padding: .7rem .68rem !important;
    color: #3c5d51;
    font-size: .9rem;
    font-weight: 750;
}

.clinic-navbar .nav-link:hover { color: var(--public-orange-dark); }

.btn-clinic-orange {
    border-color: var(--public-orange);
    color: #fff;
    background: var(--public-orange);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(239, 118, 34, .18);
}

.btn-clinic-orange:hover,
.btn-clinic-orange:focus {
    border-color: var(--public-orange-dark);
    color: #fff;
    background: var(--public-orange-dark);
}

.nav-appointment {
    padding: .72rem 1.05rem;
    border-radius: 10px;
}

.nav-appointment span,
.hero-button span { margin-left: .4rem; }

.btn-outline-clinic {
    border: 1px solid #a9c7ba;
    color: var(--public-green-dark);
    background: rgba(255, 255, 255, .55);
    font-weight: 800;
}

.btn-outline-clinic:hover {
    border-color: var(--public-green);
    color: #fff;
    background: var(--public-green);
}

.clinic-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(235, 248, 241, .96), rgba(255, 249, 243, .95)),
        repeating-linear-gradient(90deg, transparent 0 79px, rgba(23, 116, 69, .025) 80px);
}

.hero-row { min-height: 650px; padding: 5.5rem 0 7.5rem; }

.hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(1px);
}

.hero-orb-one {
    top: -140px;
    right: -90px;
    width: 430px;
    height: 430px;
    border: 80px solid rgba(239, 118, 34, .07);
}

.hero-orb-two {
    bottom: -180px;
    left: 35%;
    width: 370px;
    height: 370px;
    background: rgba(30, 145, 86, .055);
}

.hero-trust {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1.35rem;
    color: var(--public-green);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.hero-trust span {
    width: 25px;
    height: 2px;
    background: var(--public-orange);
}

.clinic-hero h1 {
    max-width: 760px;
    margin-bottom: 1.4rem;
    color: #103b2b;
    font-size: clamp(2.75rem, 5.5vw, 5rem);
    font-weight: 780;
    line-height: 1.02;
    letter-spacing: -.065em;
}

.clinic-hero h1 em {
    position: relative;
    color: var(--public-orange);
    font-style: normal;
}

.clinic-hero h1 em::after {
    position: absolute;
    right: 0;
    bottom: -.13em;
    left: 0;
    height: 8px;
    border-radius: 50%;
    background: rgba(239, 118, 34, .18);
    content: "";
}

.hero-lead {
    max-width: 650px;
    color: var(--public-copy);
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
    line-height: 1.75;
}

.hero-button {
    /* min-height: 54px; */
    padding-inline: 1.35rem;
    border-radius: 12px;
    font-size: .95rem;
}

.hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 2rem;
    color: #587168;
    font-size: .82rem;
    font-weight: 700;
}

.hero-assurances b {
    display: inline-grid;
    width: 20px;
    height: 20px;
    margin-right: .35rem;
    place-items: center;
    border-radius: 50%;
    color: var(--public-green);
    background: #dff1e7;
    font-size: .68rem;
}

.hero-visual {
    position: relative;
    padding: 1.1rem;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 34px 34px 34px 12px;
    background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(239,248,243,.94));
    box-shadow: 0 35px 80px rgba(24, 73, 55, .15);
}

.hero-visual::before {
    position: absolute;
    inset: -14px 22px 22px -14px;
    z-index: -1;
    border: 1px solid rgba(22, 116, 69, .12);
    border-radius: inherit;
    content: "";
}

.hero-visual-content {
    padding: 2.4rem 2rem 2.2rem;
    border-radius: 25px 25px 25px 8px;
    background: #fff;
}

.hero-visual h2 {
    margin: .7rem 0 1.6rem;
    color: var(--public-green-dark);
    font-size: clamp(1.55rem, 2.6vw, 2.1rem);
    line-height: 1.18;
}

.hero-cross {
    position: absolute;
    top: -22px;
    right: 35px;
    z-index: 2;
    display: grid;
    width: 56px;
    height: 65px;
    place-items: center;
    border: 6px solid #f8eee5;
    border-radius: 17px;
    color: #fff;
    background: var(--public-orange);
    font-size: 2rem;
    font-weight: 300;
    box-shadow: 0 12px 30px rgba(239, 118, 34, .25);
}

.journey-list { display: grid; gap: .6rem; }

.journey-list a {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: .8rem;
    padding: .85rem;
    border: 1px solid transparent;
    border-radius: 13px;
    transition: .2s ease;
}

.journey-list a:hover {
    border-color: var(--public-line);
    background: var(--public-green-soft);
    transform: translateX(4px);
}

.journey-list > a > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: var(--public-orange-dark);
    background: #fff0e5;
    font-size: .72rem;
    font-weight: 900;
}

.journey-list strong,
.journey-list small { display: block; }
.journey-list strong { color: var(--public-green-dark); }
.journey-list small { margin-top: .15rem; color: #80928b; }
.journey-list b { color: var(--public-orange); }

.floating-note {
    position: absolute;
    right: -24px;
    bottom: -28px;
    display: grid;
    min-width: 210px;
    padding: .95rem 1.1rem;
    border-radius: 13px 13px 13px 4px;
    color: #fff;
    background: var(--public-green-dark);
    box-shadow: var(--public-shadow);
}

.floating-note span {
    margin-top: .15rem;
    color: #b8d4c7;
    font-size: .75rem;
}

.quick-access-wrap {
    position: relative;
    z-index: 4;
    margin-top: -50px;
}

.quick-access-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--public-shadow);
}

.quick-access-grid > a {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: .8rem;
    min-height: 115px;
    padding: 1.2rem;
    border-right: 1px solid var(--public-line);
    transition: .2s ease;
}

.quick-access-grid > a:last-child { border: 0; }
.quick-access-grid > a:hover { background: var(--public-green-soft); }
.quick-access-grid strong,
.quick-access-grid small { display: block; }
.quick-access-grid strong { color: var(--public-green-dark); font-size: .94rem; }
.quick-access-grid small { margin-top: .2rem; color: #7b8d87; font-size: .75rem; }
.quick-access-grid b { color: var(--public-orange); }

.quick-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--public-orange-dark);
    background: #fff0e5;
    font-size: 1.1rem;
    font-weight: 900;
}

.section-space { padding: 6.5rem 0; }

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--public-orange-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.section-kicker::before {
    width: 18px;
    height: 2px;
    background: var(--public-orange);
    content: "";
}

.section-heading-public {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 2.4rem;
}

.section-heading-public > div { max-width: 690px; }

.section-heading-public h2,
.care-intro h2 {
    margin: .65rem 0 .6rem;
    color: var(--public-green-dark);
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 760;
    line-height: 1.1;
    letter-spacing: -.045em;
}

.section-heading-public p,
.care-intro p {
    margin-bottom: 0;
    color: var(--public-copy);
    line-height: 1.7;
}

.section-heading-public > a,
.disease-card a,
.blog-card a,
.doctor-card a {
    flex: 0 0 auto;
    color: var(--public-orange-dark);
    font-weight: 850;
}

.disease-card,
.testimonial-card,
.blog-card,
.doctor-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.6rem;
    border: 1px solid var(--public-line);
    border-radius: 18px 18px 18px 6px;
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.disease-card::after {
    position: absolute;
    top: 0;
    right: 20px;
    width: 42px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: var(--public-orange);
    content: "";
}

.disease-card:hover,
.blog-card:hover,
.doctor-card:hover {
    transform: translateY(-6px);
    border-color: #b8d7c8;
    box-shadow: 0 20px 42px rgba(24, 73, 55, .09);
}

.disease-card > span,
.blog-card > span {
    color: var(--public-green);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.disease-card h2,
.disease-card h3,
.blog-card h2,
.blog-card h3,
.doctor-card h2,
.doctor-card h3 {
    margin: .8rem 0 .55rem;
    color: var(--public-green-dark);
}

.disease-card p,
.blog-card p,
.doctor-card p {
    flex: 1;
    color: #687d75;
    line-height: 1.65;
}

.care-strip {
    position: relative;
    overflow: hidden;
    color: #e8f4ee;
    background:
        radial-gradient(circle at 10% 15%, rgba(255,255,255,.06), transparent 22%),
        linear-gradient(135deg, #0c4f30, #123e2b);
}

.care-strip::after {
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 500px;
    height: 500px;
    border: 80px solid rgba(239, 118, 34, .08);
    border-radius: 50%;
    content: "";
}

.care-intro { position: relative; z-index: 1; max-width: 760px; margin-bottom: 3rem; }
.care-intro .section-kicker { color: #ffb47d; }
.care-intro h2 { color: #fff; }
.care-intro p { color: #b9d3c7; }
.care-steps { position: relative; z-index: 1; }

.care-steps article {
    height: 100%;
    padding: 1.7rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px 18px 18px 6px;
    background: rgba(255,255,255,.045);
}

.care-steps strong {
    display: block;
    margin-bottom: 1.2rem;
    color: #ffb47d;
    font-size: 2rem;
}

.care-steps span {
    color: #99baaa;
    font-size: .69rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.care-steps h3 { margin: .45rem 0 .55rem; color: #fff; font-size: 1.2rem; }
.care-steps p { margin: 0; color: #adc9bc; line-height: 1.65; }

.soft-section { background: #f4f9f6; }

.testimonial-stars {
    margin-bottom: 1rem;
    color: var(--public-orange);
    letter-spacing: .15em;
}

.testimonial-card blockquote {
    flex: 1;
    color: #496158;
    font-size: 1.02rem;
    line-height: 1.75;
}

.testimonial-card > span { color: #71857d; font-size: .85rem; }

.doctor-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 1.15rem;
    overflow: hidden;
    border-radius: 14px 14px 14px 5px;
    background: linear-gradient(145deg, #e5f5eb, #fff0e4);
}

.doctor-photo img,
.doctor-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-photo span,
.doctor-profile-photo span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--public-green);
    font-size: 3rem;
    font-weight: 900;
}

.doctor-card > strong,
.doctor-specialization {
    color: var(--public-orange-dark);
    font-size: .84rem;
}

.public-page-hero {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 0;
    background:
        radial-gradient(circle at 90% 20%, rgba(239,118,34,.12), transparent 20%),
        linear-gradient(135deg, var(--public-green-soft), var(--public-cream));
}

.public-page-hero::after {
    position: absolute;
    right: 8%;
    bottom: -75px;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(22,116,69,.055);
    border-radius: 50%;
    content: "";
}

.public-page-hero h1 {
    max-width: 850px;
    margin: .7rem 0 .8rem;
    color: var(--public-green-dark);
    font-size: clamp(2.5rem, 6vw, 4.4rem);
    font-weight: 770;
    line-height: 1.04;
    letter-spacing: -.055em;
}

.public-page-hero p {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--public-copy);
    font-size: 1.06rem;
    line-height: 1.7;
}

.directory-search {
    position: relative;
    z-index: 2;
    max-width: 960px;
    padding: 1rem;
    border: 1px solid var(--public-line);
    border-radius: 16px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 15px 35px rgba(24,73,55,.07);
}

.directory-result-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--public-line);
}

.directory-result-bar > div { display: flex; align-items: baseline; gap: .45rem; }
.directory-result-bar strong { color: var(--public-green-dark); font-size: 1.4rem; }
.directory-result-bar span,
.directory-result-bar p { color: #748981; font-size: .84rem; }
.directory-result-bar p { margin: 0; }

.public-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: 3rem;
}

.public-pagination a,
.public-pagination span {
    display: grid;
    min-width: 42px;
    height: 42px;
    padding: 0 .75rem;
    place-items: center;
    border: 1px solid var(--public-line);
    border-radius: 11px;
    color: var(--public-green-dark);
    background: #fff;
    font-size: .88rem;
    font-weight: 800;
    transition: .2s ease;
}

.public-pagination a:hover { border-color: var(--public-orange); color: var(--public-orange-dark); transform: translateY(-2px); }
.public-pagination a.active { border-color: var(--public-green); color: #fff; background: var(--public-green); box-shadow: 0 9px 20px rgba(22,116,69,.17); }
.public-pagination a.disabled { opacity: .35; pointer-events: none; }
.public-pagination span { border-color: transparent; background: transparent; }

.empty-public-state {
    padding: clamp(2.5rem, 7vw, 5rem);
    border: 1px dashed #b8d0c4;
    border-radius: 20px 20px 20px 7px;
    background: #f8fbf9;
    text-align: center;
}

.empty-public-state p { color: #687e76; }

.disease-content section {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e3ebe7;
}

.disease-content h2 { color: var(--public-green-dark); }
.disease-content div { color: #4f665e; font-size: 1.05rem; line-height: 1.8; }

.appointment-card {
    position: sticky;
    top: 110px;
    padding: 2rem;
    border: 1px solid var(--public-line);
    border-radius: 20px 20px 20px 7px;
    background: linear-gradient(145deg, #fff, var(--public-green-soft));
    box-shadow: var(--public-shadow);
}

.appointment-card p,
.appointment-card li { color: #5f756d; }
.appointment-card li { margin-bottom: .65rem; }

.clinic-accordion .accordion-item {
    margin-bottom: .75rem;
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 12px;
}

.clinic-accordion .accordion-button {
    color: #24483b;
    background: #fff;
    font-weight: 800;
    box-shadow: none;
}

.clinic-accordion .accordion-button:not(.collapsed) {
    color: var(--public-green-dark);
    background: var(--public-green-soft);
}

.clinic-accordion .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(21,128,61,.11);
}

.faq-group { max-width: 900px; margin: 0 auto 3rem; }
.faq-group > h2 { margin-bottom: 1.25rem; color: var(--public-green-dark); }
.article-meta { color: #6e817a; font-weight: 700; }

.article-content {
    max-width: 820px;
    color: #3f584f;
    font-size: 1.08rem;
    line-height: 1.9;
}

.doctor-profile-photo {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border: 5px solid rgba(255,255,255,.85);
    border-radius: 30px 30px 30px 10px;
    background: #e8f5ed;
    box-shadow: var(--public-shadow);
}

.doctor-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.doctor-details span {
    padding: 1rem;
    border-radius: 13px;
    background: #f3f8f5;
    color: #6b7e77;
    font-size: .82rem;
}

.doctor-details strong {
    display: block;
    margin-bottom: .2rem;
    color: var(--public-green-dark);
    font-size: .95rem;
}

.contact-hero { padding-bottom: 5rem; }

.contact-shortcuts {
    position: relative;
    z-index: 3;
    margin-top: -48px;
}

.contact-shortcut-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 20px 20px 20px 7px;
    background: #fff;
    box-shadow: var(--public-shadow);
}

.contact-shortcut-grid a {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: .9rem;
    min-height: 125px;
    padding: 1.3rem;
    border-right: 1px solid var(--public-line);
    transition: .2s ease;
}

.contact-shortcut-grid a:last-child { border-right: 0; }
.contact-shortcut-grid a:hover { background: var(--public-green-soft); }

.contact-shortcut-grid > a > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--public-orange-dark);
    background: #fff0e5;
    font-size: .72rem;
    font-weight: 900;
}

.contact-shortcut-grid strong,
.contact-shortcut-grid small { display: block; }
.contact-shortcut-grid strong { color: var(--public-green-dark); }
.contact-shortcut-grid small { margin-top: .25rem; color: #748981; line-height: 1.45; }
.contact-shortcut-grid b { color: var(--public-orange); }

.contact-intro h2,
.contact-hours-section h2 {
    margin: .7rem 0 1rem;
    color: var(--public-green-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 760;
    line-height: 1.1;
    letter-spacing: -.045em;
}

.contact-intro > p,
.contact-hours-section p {
    color: var(--public-copy);
    line-height: 1.75;
}

.contact-detail-list {
    display: grid;
    gap: 1rem;
    margin: 2rem 0;
}

.contact-detail-list article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 1rem;
    align-items: start;
}

.contact-detail-list article > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px 13px 13px 5px;
    color: var(--public-orange-dark);
    background: #fff0e5;
    font-weight: 900;
}

.contact-detail-list strong { color: var(--public-green-dark); }
.contact-detail-list p { margin: .2rem 0 0; color: #6c8079; font-size: .9rem; line-height: 1.55; }

.emergency-notice {
    padding: 1.2rem;
    border-left: 4px solid #c2410c;
    border-radius: 0 12px 12px 0;
    background: #fff4ed;
}

.emergency-notice strong { color: #8c3408; }
.emergency-notice p { margin: .35rem 0 0; color: #7d5140; font-size: .88rem; line-height: 1.55; }

.contact-form-card {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid var(--public-line);
    border-radius: 24px 24px 24px 8px;
    background: #fff;
    box-shadow: var(--public-shadow);
}

.contact-form-heading > span {
    color: var(--public-orange-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-form-heading h2 { margin: .5rem 0 .25rem; color: var(--public-green-dark); }
.contact-form-heading p { color: #778a83; font-size: .88rem; }
.contact-form { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.contact-form label {
    display: grid;
    gap: .45rem;
    color: #315447;
    font-size: .84rem;
    font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    min-height: 48px;
    padding: .78rem .9rem;
    border: 1px solid #cbdcd3;
    border-radius: 10px;
    color: var(--public-ink);
    background: #fbfdfc;
    font: inherit;
}

.contact-form textarea { min-height: 160px; resize: vertical; }

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--public-green);
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(22, 116, 69, .1);
}

.contact-consent {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: flex-start;
    gap: .7rem !important;
    color: #62776f !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

.contact-consent input { width: auto; min-height: auto; margin-top: .25rem; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-submit { min-height: 52px; justify-self: start; padding-inline: 1.4rem; border-radius: 11px; }

.contact-success,
.contact-errors {
    display: flex;
    gap: .9rem;
    margin-bottom: 1.4rem;
    padding: 1rem;
    border-radius: 12px;
}

.contact-success { color: #145a39; background: #e3f6ea; }
.contact-success > span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--public-green); font-weight: 900; }
.contact-success p { margin: .2rem 0 0; color: #4d7462; }
.contact-errors { display: block; color: #852b21; background: #feecea; }
.contact-errors ul { margin: .5rem 0 0; padding-left: 1.2rem; }

.contact-hours-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--public-green-soft), var(--public-cream));
}

.hours-card {
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 18px 18px 18px 6px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 73, 55, .08);
}

.hours-card > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.3rem;
    border-bottom: 1px solid var(--public-line);
}

.hours-card span { color: #6c8079; }
.hours-card strong { color: var(--public-green-dark); }
.hours-card a { display: block; padding: 1.1rem 1.3rem; color: var(--public-orange-dark); font-weight: 850; }

.appointment-hero { padding-bottom: 5.5rem; }

.appointment-steps-wrap {
    position: relative;
    z-index: 3;
    margin-top: -50px;
}

.appointment-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 20px 20px 20px 7px;
    background: #fff;
    box-shadow: var(--public-shadow);
}

.appointment-steps > div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: .85rem;
    align-items: center;
    min-height: 120px;
    padding: 1.35rem;
    border-right: 1px solid var(--public-line);
}

.appointment-steps > div:last-child { border-right: 0; }

.appointment-steps > div > span {
    display: grid;
    width: 44px;
    height: 44px;
    grid-row: 1 / 3;
    place-items: center;
    border-radius: 13px 13px 13px 5px;
    color: var(--public-orange-dark);
    background: #fff0e5;
    font-weight: 900;
}

.appointment-steps strong { align-self: end; color: var(--public-green-dark); }
.appointment-steps small { align-self: start; color: #748981; line-height: 1.4; }

.appointment-help-card {
    position: sticky;
    top: 110px;
    padding: 2rem;
    border-radius: 22px 22px 22px 8px;
    color: #d9ebe3;
    background: linear-gradient(145deg, var(--public-green-dark), #123e2b);
    box-shadow: var(--public-shadow);
}

.appointment-help-card .section-kicker { color: #ffb47d; }
.appointment-help-card h2 { margin: .75rem 0 1.4rem; color: #fff; font-size: 1.8rem; }
.appointment-help-card ul { display: grid; gap: .85rem; margin: 0; padding: 0; list-style: none; }
.appointment-help-card li { display: flex; gap: .65rem; color: #c1d8cd; }
.appointment-help-card li span { color: #ffb47d; font-weight: 900; }

.appointment-note {
    margin-top: 1.7rem;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.055);
}

.appointment-note strong { color: #ffc39a; }
.appointment-note p { margin: .35rem 0 0; color: #b6cec2; font-size: .84rem; line-height: 1.55; }

.appointment-form-card {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid var(--public-line);
    border-radius: 24px 24px 24px 8px;
    background: #fff;
    box-shadow: var(--public-shadow);
}

.appointment-form { display: grid; gap: 2rem; margin-top: 1.7rem; }
.appointment-form > section { display: grid; gap: 1.1rem; padding-bottom: 2rem; border-bottom: 1px solid var(--public-line); }
.appointment-form > section:last-of-type { padding-bottom: 0; border-bottom: 0; }

.form-section-heading {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: .2rem;
}

.form-section-heading > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 11px;
    color: var(--public-orange-dark);
    background: #fff0e5;
    font-size: .72rem;
    font-weight: 900;
}

.form-section-heading strong,
.form-section-heading small { display: block; }
.form-section-heading strong { color: var(--public-green-dark); }
.form-section-heading small { margin-top: .1rem; color: #7d9089; }

.appointment-form label {
    display: grid;
    gap: .45rem;
    color: #315447;
    font-size: .84rem;
    font-weight: 800;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
    /* min-height: 48px; */
    padding: .78rem .9rem;
    border: 1px solid #cbdcd3;
    border-radius: 10px;
    color: var(--public-ink);
    background: #fbfdfc;
    font: inherit;
}

.appointment-form textarea { min-height: 150px; resize: vertical; }
.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
    border-color: var(--public-green);
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(22, 116, 69, .1);
}

.appointment-submit { min-height: 54px; justify-self: start; padding-inline: 1.5rem; border-radius: 11px; }

.appointment-confirmation {
    max-width: 780px;
    margin: 0 auto;
    padding: clamp(2rem, 6vw, 4rem);
    border: 1px solid var(--public-line);
    border-radius: 26px 26px 26px 9px;
    background: linear-gradient(145deg, #fff, var(--public-green-soft));
    box-shadow: var(--public-shadow);
    text-align: center;
}

.confirmation-check {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 1.2rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--public-green);
    font-size: 2rem;
    font-weight: 900;
    box-shadow: 0 15px 35px rgba(22,116,69,.22);
}

.appointment-confirmation h2 { margin: .8rem 0 1rem; color: var(--public-green-dark); font-size: clamp(1.8rem, 4vw, 2.7rem); }
.appointment-confirmation > p { color: var(--public-copy); line-height: 1.7; }

.reference-number {
    display: inline-grid;
    gap: .2rem;
    margin: .8rem auto 1.2rem;
    padding: .8rem 1.5rem;
    border: 1px dashed #a8c7b8;
    border-radius: 12px;
    background: #fff;
}

.reference-number span { color: #778b83; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reference-number strong { color: var(--public-green-dark); font-size: 1.2rem; letter-spacing: .05em; }

.about-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,.018), rgba(255,255,255,.018)),
        repeating-linear-gradient(90deg, transparent 0 99px, rgba(255,255,255,.025) 100px),
        #0a422d;
}

.about-hero::after {
    position: absolute;
    right: 42%;
    bottom: -250px;
    width: 520px;
    height: 520px;
    border: 90px solid rgba(255,255,255,.025);
    border-radius: 50%;
    content: "";
}

.about-hero-row { position: relative; z-index: 1; min-height: 680px; padding: 5.5rem 0 8rem; }

.about-hero h1 {
    max-width: 800px;
    margin: .8rem 0 1.35rem;
    color: #fff;
    font-size: clamp(2.75rem, 5.5vw, 4.8rem);
    font-weight: 770;
    line-height: 1.03;
    letter-spacing: -.062em;
}

.about-hero h1 em { color: #ffad72; font-style: normal; }
.about-hero .col-lg-7 > p { max-width: 680px; color: #bad2c7; font-size: 1.12rem; line-height: 1.75; }
.about-hero .btn-outline-clinic { border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.about-hero .btn-outline-clinic:hover { border-color: #fff; color: var(--public-green-dark); background: #fff; }

.about-page-label {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .8rem;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-page-label span { color: #ffad72; font-weight: 900; }
.about-page-label b { padding-left: .75rem; border-left: 1px solid rgba(255,255,255,.25); font-weight: 750; }

.about-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.about-orb-one { top: -190px; right: -120px; width: 480px; height: 480px; border: 80px solid rgba(239,118,34,.1); }
.about-orb-two { bottom: 50px; left: -170px; width: 310px; height: 310px; border: 55px solid rgba(255,255,255,.035); }

.about-principle-card {
    position: relative;
    padding: 2.5rem 2rem 2rem;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px 30px 30px 10px;
    background: #fff8f0;
    box-shadow: 0 35px 80px rgba(2,25,16,.28);
}

.about-mark {
    position: absolute;
    top: -26px;
    right: 34px;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 6px solid #f8eee5;
    border-radius: 19px 19px 19px 7px;
    color: #fff;
    background: linear-gradient(145deg, var(--public-green), var(--public-green-dark));
    font-size: .88rem;
    font-weight: 900;
}

.about-principle-card h2 { margin: .8rem 0 .8rem; color: var(--public-green-dark); font-size: 2rem; line-height: 1.15; }
.about-principle-card > p { color: var(--public-copy); line-height: 1.7; }
.about-card-number { color: var(--public-orange-dark); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.about-principle-list { display: grid; gap: .6rem; margin-top: 1.4rem; }
.about-principle-list span { padding: .8rem .9rem; border-radius: 11px; color: #446158; background: var(--public-green-soft); font-weight: 750; }
.about-principle-list b { margin-right: .6rem; color: var(--public-orange-dark); }

.about-snapshot-wrap { position: relative; z-index: 3; margin-top: -58px; }

.about-snapshot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 6px 20px 20px 20px;
    background: #fff;
    box-shadow: var(--public-shadow);
}

.about-snapshot > div { min-height: 125px; padding: 1.5rem; border-right: 1px solid var(--public-line); }
.about-snapshot > div:last-child { border-right: 0; }
.about-snapshot strong { display: block; color: var(--public-orange-dark); font-size: 2rem; line-height: 1; }
.about-snapshot span { display: block; margin-top: .55rem; color: #70847c; font-size: .82rem; line-height: 1.45; }

.about-story-visual {
    position: relative;
    min-height: 510px;
    border-radius: 32px 32px 32px 12px;
    background:
        radial-gradient(circle at 22% 18%, rgba(255,255,255,.28), transparent 22%),
        linear-gradient(145deg, #1b7e4d, var(--public-green-dark));
    box-shadow: var(--public-shadow);
}

.story-core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 230px;
    height: 230px;
    padding: 2rem;
    place-content: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.07);
    text-align: center;
    transform: translate(-50%, -50%);
}

.story-core span { color: #ffc39a; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.story-core strong { margin-top: .4rem; font-size: 1.65rem; line-height: 1.05; }
.story-core small { margin-top: .35rem; color: #bad5c8; }

.story-note {
    position: absolute;
    display: grid;
    min-width: 190px;
    padding: 1rem;
    border-radius: 13px 13px 13px 5px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(6,39,25,.18);
}

.story-note b { color: var(--public-green-dark); }
.story-note span { margin-top: .15rem; color: #788c84; font-size: .76rem; }
.story-note-one { top: 12%; left: 7%; }
.story-note-two { top: 18%; right: 4%; }
.story-note-three { right: 10%; bottom: 10%; }

.about-copy h2,
.about-journey-intro h2,
.about-trust-section h2 {
    margin: .7rem 0 1rem;
    color: var(--public-green-dark);
    font-size: clamp(2.1rem, 4.5vw, 3.35rem);
    font-weight: 760;
    line-height: 1.08;
    letter-spacing: -.05em;
}

.about-copy p,
.about-journey-intro p,
.about-trust-section p { color: var(--public-copy); line-height: 1.8; }
.about-lead { color: #3b5b50 !important; font-size: 1.13rem; font-weight: 650; }
.about-text-link { display: inline-block; margin-top: .4rem; color: var(--public-orange-dark); font-weight: 850; }

.about-values-section { background: #f4f9f6; }

.about-value-card {
    position: relative;
    height: 100%;
    padding: 1.7rem;
    border: 1px solid var(--public-line);
    border-radius: 18px 18px 18px 6px;
    background: #fff;
    transition: .2s ease;
}

.about-value-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(24,73,55,.08); }
.about-value-card > span { display: grid; width: 42px; height: 42px; margin-bottom: 1.3rem; place-items: center; border-radius: 12px; color: var(--public-orange-dark); background: #fff0e5; font-size: .72rem; font-weight: 900; }
.about-value-card h3 { color: var(--public-green-dark); font-size: 1.2rem; }
.about-value-card p { margin: .65rem 0 0; color: #687d75; line-height: 1.7; }

.about-journey-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr); gap: 5rem; align-items: start; }
.about-journey-intro { position: sticky; top: 115px; }
.about-journey-list { display: grid; gap: .8rem; }

.about-journey-list a {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid var(--public-line);
    border-radius: 15px 15px 15px 5px;
    background: #fff;
    transition: .2s ease;
}

.about-journey-list a:hover { border-color: #b8d7c8; background: var(--public-green-soft); transform: translateX(5px); }
.about-journey-list > a > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: var(--public-orange-dark); background: #fff0e5; font-size: .75rem; font-weight: 900; }
.about-journey-list strong { color: var(--public-green-dark); }
.about-journey-list p { margin: .25rem 0 0; color: #6d8179; font-size: .88rem; line-height: 1.55; }
.about-journey-list b { color: var(--public-orange); }

.about-trust-section {
    position: relative;
    overflow: hidden;
    color: #d7e9e0;
    background: linear-gradient(135deg, var(--public-green-dark), #123e2b);
}

.about-trust-section::after { position: absolute; right: -140px; bottom: -230px; width: 500px; height: 500px; border: 80px solid rgba(239,118,34,.07); border-radius: 50%; content: ""; }
.about-trust-section .row { position: relative; z-index: 1; }
.about-trust-section .section-kicker { color: #ffb47d; }
.about-trust-section h2 { color: #fff; }
.about-trust-section p { color: #b8d0c5; }
.trust-checklist { display: grid; gap: .7rem; }
.trust-checklist div { display: flex; align-items: center; gap: .8rem; padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.05); }
.trust-checklist span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: var(--public-green-dark); background: #bfe7cf; font-weight: 900; }
.trust-checklist strong { color: #fff; }

.about-cta-section { padding: 5rem 0; background: var(--public-cream); }

.about-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: clamp(2rem, 5vw, 3.5rem);
    border-radius: 26px 26px 26px 9px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,255,255,.12), transparent 25%),
        linear-gradient(135deg, #167445, #0c4f30);
    box-shadow: var(--public-shadow);
}

.about-cta > div:first-child { max-width: 690px; }
.about-cta .section-kicker { color: #ffba89; }
.about-cta h2 { margin: .7rem 0 .6rem; color: #fff; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.045em; }
.about-cta p { margin: 0; color: #c1d8cd; }
.btn-about-light { border-color: rgba(255,255,255,.5); color: #fff; background: transparent; font-weight: 800; }
.btn-about-light:hover { border-color: #fff; color: var(--public-green-dark); background: #fff; }

.public-footer {
    color: #b9d0c5;
    background:
        linear-gradient(rgba(255,255,255,.015), rgba(255,255,255,.015)),
        #0a3826;
}

.footer-brand .public-logo { box-shadow: none; }
.footer-brand > div > span { color: #92b2a3; font-size: .78rem; }
.footer-intro { max-width: 440px; line-height: 1.75; }
.public-footer h3 { margin-bottom: 1.1rem; color: #ffb47d; letter-spacing: .1em; }
.public-footer a { display: block; margin-bottom: .6rem; color: #d5e5dd; font-size: .9rem; }
.public-footer a:hover { color: #fff; transform: translateX(2px); }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    color: #84a496;
    font-size: .82rem;
}

@media (max-width: 1199px) {
    .quick-access-grid { grid-template-columns: 1fr 1fr; }
    .quick-access-grid > a:nth-child(2) { border-right: 0; }
    .quick-access-grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--public-line); }
}

@media (max-width: 991px) {
    .clinic-topbar { display: none; }
    .clinic-navbar { min-height: 72px; }
    .clinic-navbar .navbar-collapse { padding: 1rem 0 1.3rem; }
    .clinic-navbar .nav-link { padding-block: .55rem !important; }
    .nav-appointment { margin-top: .5rem; text-align: center; }
    .hero-row { min-height: auto; padding: 4.5rem 0 7rem; }
    .hero-visual { max-width: 600px; margin: 1rem auto 0; }
    .quick-access-wrap { margin-top: -38px; }
    .section-space { padding: 5rem 0; }
    .contact-shortcut-grid { grid-template-columns: 1fr; }
    .contact-shortcut-grid a { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--public-line); }
    .contact-shortcut-grid a:last-child { border-bottom: 0; }
    .appointment-steps { grid-template-columns: 1fr; }
    .appointment-steps > div { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--public-line); }
    .appointment-steps > div:last-child { border-bottom: 0; }
    .appointment-help-card { position: static; }
    .about-hero-row { min-height: auto; padding: 4.5rem 0 7rem; }
    .about-principle-card { max-width: 640px; margin: 1rem auto 0; }
    .about-snapshot { grid-template-columns: 1fr 1fr; }
    .about-snapshot > div:nth-child(2) { border-right: 0; }
    .about-snapshot > div:nth-child(-n+2) { border-bottom: 1px solid var(--public-line); }
    .about-story-visual { max-width: 680px; margin: 0 auto; }
    .about-journey-layout { grid-template-columns: 1fr; gap: 2.5rem; }
    .about-journey-intro { position: static; }
    .about-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
    .clinic-hero h1 { font-size: clamp(2.55rem, 13vw, 3.65rem); }
    .hero-assurances { gap: .8rem 1.2rem; }
    .hero-visual-content { padding: 2rem 1.2rem 1.4rem; }
    .floating-note { position: static; margin: 1rem .5rem 0; }
    .quick-access-grid { grid-template-columns: 1fr; }
    .quick-access-grid > a {
        min-height: 95px;
        border-right: 0;
        border-bottom: 1px solid var(--public-line);
    }
    .quick-access-grid > a:nth-child(3) { border-bottom: 1px solid var(--public-line); }
    .section-heading-public { align-items: start; flex-direction: column; }
    .section-space { padding: 4.25rem 0; }
    .appointment-card { position: static; }
    .doctor-details { grid-template-columns: 1fr; }
    .doctor-profile-photo { width: 130px; height: 130px; border-radius: 22px 22px 22px 8px; }
    .contact-form-grid { grid-template-columns: 1fr; }
    .hours-card > div { flex-direction: column; gap: .25rem; }
    .directory-result-bar { align-items: flex-start; flex-direction: column; }
    .about-hero h1 { font-size: clamp(2.55rem, 12vw, 3.75rem); }
    .about-story-visual { min-height: 450px; }
    .story-note { min-width: 165px; }
    .about-journey-list a { grid-template-columns: 42px 1fr; }
    .about-journey-list a > b { display: none; }
}

@media (max-width: 480px) {
    .hero-row { padding-top: 3.6rem; }
    .hero-button { width: 100%; }
    .hero-assurances { display: grid; }
    .journey-list a { grid-template-columns: 34px 1fr; }
    .journey-list a > b { display: none; }
    .public-page-hero { padding: 1.5rem 0; }
    .about-snapshot { grid-template-columns: 1fr; }
    .about-snapshot > div { border-right: 0; border-bottom: 1px solid var(--public-line); }
    .about-snapshot > div:last-child { border-bottom: 0; }
    .about-story-visual { min-height: 500px; }
    .story-core { width: 190px; height: 190px; }
    .story-note-one { top: 5%; left: 5%; }
    .story-note-two { top: auto; right: 5%; bottom: 6%; }
    .story-note-three { display: none; }
}

/* Subtle motion system */
html { scroll-behavior: smooth; }

.motion-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .65s cubic-bezier(.22, 1, .36, 1) var(--motion-delay, 0ms),
        transform .65s cubic-bezier(.22, 1, .36, 1) var(--motion-delay, 0ms);
}

.motion-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.public-logo {
    transition: transform .3s ease, box-shadow .3s ease;
}

.navbar-brand:hover .public-logo {
    transform: rotate(-4deg) scale(1.04);
    box-shadow: 0 14px 30px rgba(15,95,56,.28);
}

.clinic-navbar .nav-link {
    position: relative;
}

.clinic-navbar .nav-link::after {
    position: absolute;
    right: .7rem;
    bottom: .35rem;
    left: .7rem;
    height: 2px;
    border-radius: 99px;
    background: var(--public-orange);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.clinic-navbar .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.btn-clinic-orange {
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn-clinic-orange:hover,
.btn-clinic-orange:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(189,79,11,.22);
}

.hero-orb {
    animation: premium-float 8s ease-in-out infinite alternate;
}

.hero-orb-two {
    animation-delay: -3s;
}

.hero-cross {
    animation: cross-float 4.5s ease-in-out infinite;
}

.floating-note {
    animation: note-float 5.5s ease-in-out infinite;
}

.quick-icon {
    transition: transform .25s ease;
}

.quick-access-grid > a:hover .quick-icon {
    transform: translateY(-3px) rotate(-3deg);
}

.disease-card::after {
    transition: width .3s ease;
}

.disease-card:hover::after {
    width: 68px;
}

.doctor-photo img {
    transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.doctor-card:hover .doctor-photo img {
    transform: scale(1.045);
}

.about-journey-list a b,
.journey-list a b,
.contact-shortcut-grid a b {
    transition: transform .25s ease;
}

.about-journey-list a:hover b,
.journey-list a:hover b,
.contact-shortcut-grid a:hover b {
    transform: translateX(4px);
}

@keyframes premium-float {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(16px, -12px, 0) scale(1.025); }
}

@keyframes cross-float {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-8px) rotate(3deg); }
}

@keyframes note-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .motion-reveal {
        opacity: 1;
        transform: none;
    }
}
