.appointment-page { --appointment-lime: #c6f04a; --appointment-ink: #101410; --appointment-muted: #5d655d; --appointment-line: #d9ddd1; background: #fff; color: var(--appointment-ink); }
.marketing-site .appointment-header { position: sticky; top: 0; z-index: 50; min-height: 0; padding-block: 0; border-bottom: 1px solid #e8ebe3; background: rgba(255, 255, 255, .94); backdrop-filter: saturate(180%) blur(12px); }
.appointment-header__in { display: flex; width: min(1180px, calc(100% - 2.5rem)); min-height: 4.6rem; margin: 0 auto; align-items: center; gap: 1.6rem; }
.appointment-header .brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.appointment-header__logo { display: block; width: 7.1rem; height: auto; }
.appointment-header .primary-nav { display: flex; flex: 1 1 auto; justify-content: center; gap: clamp(.8rem, 1.8vw, 1.75rem); }
.appointment-header .primary-nav a { color: #343a33; font-size: .9rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.appointment-header .primary-nav a:hover, .appointment-header .primary-nav a[aria-current="page"] { color: var(--appointment-ink); }
.appointment-header .header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: .65rem; }
.appointment-header .header-actions .button { min-height: 2.8rem; padding: 0 1.05rem; border: 1px solid var(--appointment-lime); border-radius: .55rem; background: var(--appointment-lime); color: var(--appointment-ink); font-size: .9rem; font-weight: 800; text-decoration: none; }
.appointment-header .nav-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: 0; place-items: center; border: 1px solid var(--appointment-line); border-radius: .55rem; background: #fff; color: var(--appointment-ink); cursor: pointer; }
.appointment-main { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(3.5rem, 8vw, 6.5rem) 0 5rem; }
.appointment-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; margin-bottom: clamp(3rem, 7vw, 6rem); }
.appointment-hero .eyebrow, .booking-aside .eyebrow { margin: 0 0 .7rem; color: #536a13; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.appointment-hero h1 { max-width: 11ch; margin: 0; font-size: clamp(3rem, 6.6vw, 5.65rem); line-height: .92; letter-spacing: -.065em; }
.appointment-hero .lede { max-width: 58ch; margin: 1.5rem 0 0; color: var(--appointment-muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.65; }
.appointment-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.appointment-meta span, .privacy-badge { display: inline-flex; align-items: center; min-height: 2rem; padding: 0 .7rem; border: 1px solid var(--appointment-line); border-radius: 999px; color: #4b5647; font-size: .78rem; font-weight: 760; white-space: nowrap; }
.policy-card { padding: clamp(1.75rem, 4vw, 2.6rem); border-radius: 1.6rem; background: var(--appointment-ink); color: #fff; box-shadow: 0 24px 55px rgba(16, 20, 16, .18); }
.policy-card__label { margin: 0 0 .45rem; color: var(--appointment-lime); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.policy-card strong { display: block; margin-bottom: .8rem; font-size: 1.55rem; }
.policy-card p { margin: 1rem 0 0; color: #dce1d8; line-height: 1.6; }
.appointment-phone { display: inline-block; color: #fff; font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 850; letter-spacing: -.05em; line-height: 1; text-decoration: none; }
.appointment-phone:hover, .appointment-phone:focus-visible { color: var(--appointment-lime); }
.call-button { display: inline-flex; margin-top: 1.25rem; padding: .75rem 1rem; border-radius: .55rem; background: var(--appointment-lime); color: var(--appointment-ink); font-weight: 800; text-decoration: none; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(265px, .85fr); gap: 1.25rem; align-items: start; }
.booking-card { padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid var(--appointment-line); border-radius: 1.35rem; background: #fff; box-shadow: 0 18px 48px rgba(24, 35, 21, .08); }
.booking-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.booking-heading h2, .booking-aside h2 { margin: .2rem 0; font-size: clamp(1.75rem, 3vw, 2.4rem); line-height: 1; letter-spacing: -.04em; }
.booking-card > p:not(.state-panel):not(.booking-fallback) { color: var(--appointment-muted); line-height: 1.6; }
.booking-direct { margin: 1.1rem 0 0; }
.booking-direct a { display: inline-flex; align-items: center; gap: .5rem; min-height: 2.75rem; padding: 0 .95rem; border: 1px solid var(--appointment-ink); border-radius: .55rem; background: var(--appointment-lime); color: var(--appointment-ink); font-weight: 800; text-decoration: none; }
.booking-direct a:hover, .booking-direct a:focus-visible { background: #b5e22f; color: var(--appointment-ink); }
.booking-frame { margin-top: 1.25rem; min-height: 720px; overflow: hidden; border: 1px solid var(--appointment-line); border-radius: 1rem; background: repeating-linear-gradient(-45deg, #f3f5ef 0, #f3f5ef 12px, #edf0e8 12px, #edf0e8 24px); }
.booking-frame iframe { display: block; width: 100%; min-height: 720px; border: 0; background: #fff; }
.booking-fallback { margin: 1rem 0 0; color: var(--appointment-muted); font-size: .92rem; line-height: 1.55; }
.booking-fallback a { color: #40590c; font-weight: 800; }
.state-panel { margin: 1rem 0 0; padding: .85rem 1rem; border-left: 4px solid #86a928; background: #f2f8dd; color: #334509; font-size: .92rem; line-height: 1.5; }
.booking-aside { display: grid; gap: 1rem; }
.booking-aside section { padding: 1.5rem; border: 1px solid var(--appointment-line); border-radius: 1.25rem; background: #f5f7f1; }
.booking-aside section p:not(.eyebrow) { margin: .75rem 0 0; color: var(--appointment-muted); line-height: 1.6; }
.booking-aside .booking-aside--lime { border-color: #cde882; background: #dff690; }
.booking-aside--lime a { display: inline-block; margin-top: 1rem; color: var(--appointment-ink); font-weight: 800; }
.appointment-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.appointment-details article { padding: 1.4rem; border: 1px solid var(--appointment-line); border-radius: 1.1rem; background: #fff; }
.appointment-details article > span { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--appointment-ink); color: #fff; font-weight: 800; }
.appointment-details h2 { margin: 1rem 0 .5rem; font-size: 1.15rem; }
.appointment-details p { margin: 0; color: var(--appointment-muted); line-height: 1.55; }
@media (max-width: 820px) { .appointment-hero, .booking-layout, .appointment-details { grid-template-columns: 1fr; } .appointment-hero { margin-bottom: 2.5rem; } }
@media (max-width: 900px) { .appointment-header .primary-nav { gap: .75rem; } .appointment-header .primary-nav a { font-size: .82rem; } }
@media (max-width: 560px) { .appointment-main { width: min(100% - 1.5rem, 1180px); padding-top: 2.75rem; } .booking-heading { display: block; } .privacy-badge { margin-top: .65rem; } .booking-frame, .booking-frame iframe { min-height: 780px; } }
@media (max-width: 760px) { .appointment-header__in { width: min(100% - 2rem, 1180px); min-height: 4.2rem; justify-content: space-between; } .appointment-header__logo { width: 6.7rem; } .appointment-header .primary-nav { display: none; position: absolute; top: calc(100% + 1px); right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .75rem 1.5rem 1rem; border-bottom: 1px solid var(--appointment-line); background: #fff; box-shadow: 0 18px 34px rgba(16, 20, 16, .1); } .appointment-header.nav-open .primary-nav { display: flex; } .appointment-header .primary-nav a { padding: .82rem 0; font-size: 1rem; } .appointment-header .header-actions .button { display: none; } .appointment-header .nav-toggle { display: inline-grid; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
