:root {
    --ink: #0a1f33; --ink-soft: #2a3f56; --muted: #6b7a8f;
    --line: #e3ebf3; --bg: #ffffff; --bg-alt: #f4f8fc; --bg-tint: #eaf2fb;
    --brand: #0b5cab; --brand-dark: #084380; --brand-soft: #d6e6f7;
    --accent: #2eb09a; --accent-soft: #d6f0e9; --gold: #c9a961;
    --shadow-sm: 0 1px 2px rgba(11,31,51,.06);
    --shadow: 0 10px 30px -12px rgba(11,31,51,.18), 0 4px 10px -4px rgba(11,31,51,.08);
    --shadow-lg: 0 30px 60px -20px rgba(11,31,51,.22), 0 10px 24px -10px rgba(11,31,51,.10);
    --shadow-xl: 0 50px 100px -30px rgba(11,31,51,.3);
    --radius: 14px; --radius-lg: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', system-ui, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; transition: color .2s; }
a:hover { color: var(--brand-dark); }



/* Typography */
.display { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -0.025em; margin: 0 0 1.5rem; }
.display em { font-style: italic; font-weight: 500; color: var(--brand); position: relative; display: inline-block; }
.display em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0.05em; height: 0.14em; background: linear-gradient(90deg, transparent, var(--accent) 20%, var(--accent) 80%, transparent); opacity: 0.5; transform: scaleX(0); transform-origin: left; animation: drawline 1.2s cubic-bezier(.7,0,.3,1) .8s forwards; }
@keyframes drawline { to { transform: scaleX(1); } }
.h2 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 1rem; }
.h2 em { font-style: italic; color: var(--brand); }
.kicker, .eyebrow { display: inline-flex; align-items: center; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 1.25rem; }
.eyebrow::before { content: ''; display: inline-block; width: 36px; height: 1px; background: var(--brand); margin-right: 14px; }
.lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 36rem; margin: 0 0 2.25rem; line-height: 1.65; }
.muted { color: var(--muted); }
.micro { font-size: 0.82rem; color: var(--muted); margin-top: .75rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .6rem; padding: .95rem 1.6rem; font-family: 'Inter', sans-serif; font-size: .96rem; font-weight: 500; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: all .3s cubic-bezier(.4,0,.2,1); white-space: nowrap; position: relative; overflow: hidden; }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 10px 30px -10px rgba(11,92,171,.5); }
.btn--primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.2), transparent); opacity: 0; transition: opacity .3s; }
.btn--primary:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 40px -12px rgba(11,92,171,.6); }
.btn--primary:hover::before { opacity: 1; }
.btn--ghost { background: rgba(255,255,255,.6); color: var(--ink); border-color: var(--line); backdrop-filter: blur(8px); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-1px); background: #fff; }
.btn--pill { background: var(--ink); color: #fff; padding: .65rem 1.3rem; font-size: .9rem; }
.btn--pill:hover { background: var(--brand); color: #fff; transform: translateY(-1px); }
.btn--sm { padding: .65rem 1.15rem; font-size: .88rem; }
.btn .arrow { transition: transform .3s; display: inline-block; }
.btn:hover .arrow { transform: translateX(3px); }

/* Topbar */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(255,255,255,.7); backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(227,235,243,.5); transition: all .3s; }
.topbar.scrolled { background: rgba(255,255,255,.92); box-shadow: 0 1px 20px rgba(11,31,51,.08); }
.topbar__inner { max-width: 1280px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; color: var(--ink); }
.brand__mark { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; border-radius: 12px; box-shadow: 0 6px 16px -6px rgba(11,92,171,.5); position: relative; overflow: hidden; }
.brand__mark::after { content: ''; position: absolute; top: -50%; left: -50%; width: 60%; height: 200%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); transform: rotate(35deg); animation: shine 4s infinite; }
@keyframes shine { 0% { left: -50%; } 60%, 100% { left: 150%; } }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.05rem; }
.brand__sub { font-size: .78rem; color: var(--muted); }
.topbar__nav { display: flex; align-items: center; gap: 2rem; }
.topbar__nav a { color: var(--ink-soft); font-size: .94rem; font-weight: 500; position: relative; }
.topbar__nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--brand); transform: scaleX(0); transition: transform .3s; }
.topbar__nav a:hover { color: var(--brand); }
.topbar__nav a:hover::after { transform: scaleX(1); }
@media (max-width: 900px) { .topbar__nav a:not(.btn) { display: none; } }

/* Construction notice — proper stacking */
.notice-bar {
    position: relative;
    z-index: 49;
    margin-top: 76px;
    background: linear-gradient(135deg, #fff8e6 0%, #fff3d3 100%);
    border-bottom: 1px solid #f0d781;
    padding: .85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    font-size: .92rem;
    color: #6b5300;
    text-align: left;
    line-height: 1.45;
    animation: fadeUp .6s .3s both;
}
.notice-bar__icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: #f0d781;
    color: #6b5300;
    display: inline-flex; align-items: center; justify-content: center;
}
.notice-bar__text { flex: 1; }
.notice-bar strong { color: #4a3a00; }
.notice-bar__close {
    flex-shrink: 0;
    background: transparent; border: 0; cursor: pointer;
    color: #6b5300; opacity: .6; font-size: 1.4rem; line-height: 1;
    padding: 0 .25rem;
    transition: opacity .2s;
}
.notice-bar__close:hover { opacity: 1; }

/* Hero padding - account for fixed topbar + notice on small screens */

/* Tablet */
@media (max-width: 900px) {
    .topbar { padding: 0; }
    .topbar__inner { padding: .8rem 1rem; gap: 1rem; }
    .brand__mark { width: 38px; height: 38px; }
    .brand__name { font-size: .95rem; }
    .brand__sub { font-size: .72rem; }
    .topbar__nav { gap: .75rem; }
    .topbar__nav .btn { padding: .5rem .9rem; font-size: .8rem; }
}

/* Mobile — fix overlap with view-switch + topbar + banner */
@media (max-width: 700px) {
    /* View switcher: move below topbar so it doesn't sit on top of nav */
    
    /* Notice bar: stack vertically on mobile, smaller text */
    .notice-bar {
        font-size: .82rem;
        padding: .65rem .9rem;
        gap: .6rem;
        align-items: flex-start;
    }
    .notice-bar__icon { width: 26px; height: 26px; }
    .notice-bar__icon svg { width: 14px; height: 14px; }
    /* Hero: less top padding so content shows up sooner */
    .hero { padding-top: 1rem; padding-bottom: 2rem; }
    .hero__inner { gap: 2rem; }
    .display { font-size: 2.4rem; line-height: 1.08; }
    .lede { font-size: 1rem; }
    /* Trust list: stack vertically on phone */
    .hero__trust { gap: 1.25rem; flex-direction: column; }
    .hero__trust li { width: 100%; }
    /* Buttons full-width on phone */
    .hero__cta { flex-direction: column; align-items: stretch; }
    .hero__cta .btn { justify-content: center; width: 100%; }
    /* Sections: more compact */
    .section { padding: 3.5rem 1.25rem; }
    .h2 { font-size: 1.8rem; }
    /* About: stack and shrink */
    .about-grid { gap: 2rem; }
    /* Gallery: simplify to 2-col on mobile */
    .gallery { grid-template-columns: 1fr; gap: .75rem; padding: 0 1.25rem; }
    .gallery-tile--lg { grid-row: auto; }
    /* Visit grid */
    .visit-grid { gap: 1.5rem; }
    .visit-map { min-height: 240px; }
    /* Footer: stack */
    .footer { padding: 3rem 1.25rem 1.5rem; }
    .footer__top { margin-bottom: 2rem; }
    .footer__bottom { flex-direction: column; gap: .5rem; text-align: center; }
    /* Booking page on mobile */
    .booking-wrap { padding: 5rem 1rem 2rem; }
    .booking { border-radius: 18px; }
    .booking__aside { padding: 1.75rem 1.25rem; }
    .booking__main { padding: 1.75rem 1.25rem; }
    .booking__main h2 { font-size: 1.4rem; margin-bottom: 1.25rem; }
    .booking__doc h3 { font-size: 1.35rem; }
    .cal__day { font-size: .82rem; }
    .slots { grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: .4rem; }
    .slot { padding: .55rem .3rem; font-size: .8rem; }
    /* Topbar on phone: hide subtitle to save space */
    .brand__sub { display: none; }
}


/* ====== HERO — restructured to prevent overlaps ====== */
.hero { position: relative; overflow: hidden; padding: 7rem 1.5rem 3rem; }
.hero__bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(1200px 700px at 88% 8%, rgba(11,92,171,.13), transparent 60%), radial-gradient(900px 600px at 5% 95%, rgba(46,176,154,.10), transparent 55%), linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%); }
.hero__bg::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(11,92,171,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(11,92,171,.05) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 30%, transparent 80%); mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 30%, transparent 80%); }
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .35; z-index: 0; pointer-events: none; transition: transform .3s ease-out; }
.blob--1 { width: 380px; height: 380px; background: var(--brand-soft); top: 10%; right: -100px; animation: float 18s ease-in-out infinite; }
.blob--2 { width: 280px; height: 280px; background: rgba(46,176,154,.3); bottom: 5%; left: -80px; animation: float 22s ease-in-out infinite reverse; }
@keyframes float { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(40px,-30px) scale(1.05); } 66% { transform: translate(-30px,40px) scale(0.95); } }

.hero__inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: center; }
.hero__copy > * { animation: fadeUp 1s cubic-bezier(.2,.7,.2,1) both; }
.hero__copy > *:nth-child(1) { animation-delay: .1s; }
.hero__copy > *:nth-child(2) { animation-delay: .2s; }
.hero__copy > *:nth-child(3) { animation-delay: .35s; }
.hero__copy > *:nth-child(4) { animation-delay: .5s; }
.hero__copy > *:nth-child(5) { animation-delay: .65s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 2.5rem; }
.hero__trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 2.5rem; border-top: 1px solid var(--line); padding-top: 1.75rem; }
.hero__trust li { font-size: .9rem; color: var(--muted); }
.hero__trust strong { display: block; color: var(--ink); font-size: 1.05rem; font-weight: 600; font-family: 'Fraunces', serif; }

/* PORTRAIT - cleaned up, no more overlapping cards */
.hero__portrait { position: relative; animation: fadeUp 1.2s cubic-bezier(.2,.7,.2,1) .3s both; }
.portrait-wrap {
    position: relative;
    max-width: 460px;
    margin-left: auto;
    padding: 14px 14px 0 0;
}
.portrait-deco {
    position: absolute;
    top: 0; right: 0;
    width: calc(100% - 18px); height: calc(100% - 18px);
    border: 2px solid var(--brand);
    border-radius: 26px;
    opacity: .25;
    z-index: 0;
}
.portrait-frame {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--brand-soft) 0%, var(--bg-tint) 100%);
    box-shadow: var(--shadow-xl);
    aspect-ratio: 4 / 5;
    transition: transform .6s cubic-bezier(.2,.7,.2,1);
    z-index: 1;
}
.portrait-frame:hover { transform: translateY(-4px); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-frame::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(10,31,51,.2) 100%);
    pointer-events: none;
}

/* Status tag at bottom — INSIDE the photo frame so no overlap */
.portrait-tag {
    position: absolute;
    bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
    z-index: 3;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    padding: .85rem 1.2rem;
    border-radius: 14px;
    box-shadow: var(--shadow);
    font-size: .92rem;
    font-weight: 500;
    color: var(--ink);
    display: flex; align-items: center; justify-content: space-between; gap: .75rem;
    border: 1px solid rgba(255,255,255,.8);
}
.portrait-tag__left { display: inline-flex; align-items: center; gap: .6rem; }
.portrait-tag .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(46,176,154,.25); animation: pulse 2.2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(46,176,154,.25); } 50% { box-shadow: 0 0 0 10px rgba(46,176,154,.05); } }
.portrait-tag__cta { color: var(--brand); font-weight: 600; font-size: .85rem; flex-shrink: 0; }
.portrait-tag__text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 480px) {
    .portrait-tag { padding: .6rem .9rem; font-size: .82rem; gap: .5rem; bottom: 1rem; left: 1rem; right: 1rem; }
    .portrait-tag__cta { font-size: .75rem; }
    .portrait-tag .dot { width: 7px; height: 7px; }
}


/* Floating credential pill — clean and contained */


@media (max-width: 900px) {
    .hero { padding-top: 7rem; padding-bottom: 4rem; }
    .hero__inner { grid-template-columns: 1fr; gap: 3rem; }
    .portrait-wrap { margin: 0 auto; max-width: 360px; }
}

/* Scroll indicator */
.scroll-hint { display: flex; justify-content: center; margin-top: 1.5rem; }
@media (max-width: 700px) { .scroll-hint { margin-top: 1rem; } .scroll-hint__line { height: 24px; } }
.scroll-hint__btn { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; display: flex; flex-direction: column; align-items: center; gap: .75rem; background: transparent; border: 0; cursor: pointer; font-family: inherit; }
.scroll-hint__btn:hover { color: var(--brand); }
.scroll-hint__line { width: 1px; height: 36px; background: linear-gradient(180deg, var(--muted), transparent); position: relative; overflow: hidden; }
.scroll-hint__line::after { content: ''; position: absolute; top: -18px; left: 0; width: 100%; height: 18px; background: var(--brand); animation: scrolldown 2s infinite; }
@keyframes scrolldown { 0% { top: -18px; } 100% { top: 36px; } }

/* Sections */
.section { padding: clamp(3.5rem, 7vw, 6rem) 1.5rem; position: relative; }
.section--alt { background: var(--bg-alt); }
.container { max-width: 1280px; margin: 0 auto; position: relative; }
.section-head { text-align: center; max-width: 42rem; margin: 0 auto 4rem; }
.section-head__sub { color: var(--muted); margin-top: .75rem; font-size: 1.05rem; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: center; }
.about-visual {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4 / 5;
    transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.about-visual:hover { transform: translateY(-6px); }
.about-visual svg { width: 100%; height: 100%; }
.about-visual__caption {
    position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(10px);
    padding: 1rem 1.25rem;
    border-radius: 14px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.8);
}
.about-visual__caption-title { font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 500; color: var(--ink); }
.about-visual__caption-sub { font-size: .82rem; color: var(--muted); margin-top: 2px; }

.prose p { color: var(--ink-soft); margin: 0 0 1.25rem; font-size: 1.05rem; line-height: 1.75; }
.pull-quote { border-left: 3px solid var(--brand); padding: .25rem 0 .25rem 1.5rem; margin: 2rem 0; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.3rem; color: var(--ink); line-height: 1.5; }
.creds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.creds__item { display: flex; flex-direction: column; gap: .35rem; }
.creds__num { font-family: 'Fraunces', serif; font-size: 2.2rem; font-weight: 500; color: var(--brand); line-height: 1; }
.creds__label { font-size: .85rem; color: var(--muted); line-height: 1.4; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 3rem; } .creds { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .creds { grid-template-columns: 1fr; } }

/* SERVICES with image preview */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; padding: 0; border-radius: var(--radius); border: 1px solid var(--line); transition: all .4s cubic-bezier(.2,.7,.2,1); position: relative; overflow: hidden; }
.service-card__art { height: 140px; overflow: hidden; position: relative; }
.service-card__art svg { width: 100%; height: 100%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-card__art svg { transform: scale(1.08); }
.service-card__body { padding: 1.75rem 2rem 2rem; position: relative; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px -15px rgba(11,92,171,.25); border-color: var(--brand-soft); }
.service-card h3 { font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 500; margin: 0 0 .5rem; color: var(--ink); }
.service-card p { color: var(--ink-soft); font-size: .94rem; margin: 0; line-height: 1.6; }
.service-card__more { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 600; color: var(--brand); margin-top: 1rem; transition: gap .25s; }
.service-card:hover .service-card__more { gap: .65rem; }

/* GALLERY — new section showing clinic atmosphere */
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 1rem; max-width: 1280px; margin: 0 auto; }
.gallery-tile { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .4s; position: relative; }
.gallery-tile:hover { transform: translateY(-4px); }
.gallery-tile svg { width: 100%; height: 100%; display: block; }
.gallery-tile--lg { grid-row: span 2; }
.gallery-tile__lbl { position: absolute; bottom: 1rem; left: 1rem; right: 1rem; background: rgba(255,255,255,.95); backdrop-filter: blur(10px); padding: .65rem .9rem; border-radius: 10px; font-size: .85rem; font-weight: 600; color: var(--ink); border: 1px solid rgba(255,255,255,.8); }
@media (max-width: 800px) { .gallery { grid-template-columns: 1fr 1fr; } .gallery-tile--lg { grid-column: span 2; grid-row: auto; } }

/* STATS section */
.stats-section { position: relative; padding: clamp(4rem, 8vw, 6rem) 1.5rem; color: #fff; overflow: hidden; }
.stats-section__bg { position: absolute; inset: 0; z-index: 0; }
.stats-section__bg svg { width: 100%; height: 100%; }
.stats-section .container { position: relative; z-index: 1; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem; text-align: center; }
.stats-item { padding: 1rem; }
.stats-item__num { font-family: 'Fraunces', serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 500; line-height: 1; color: #fff; display: inline-block; }
.stats-item__num em { font-style: normal; color: var(--accent); }
.stats-item__lbl { font-size: .92rem; opacity: .85; margin-top: .75rem; line-height: 1.4; }

/* HOURS */
.hours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: .75rem; }
.hour-day { background: #fff; padding: 1.25rem 1rem; border-radius: var(--radius); border: 1px solid var(--line); text-align: center; transition: all .3s; }
.hour-day:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: var(--shadow); }
.hour-day__dow { font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 500; color: var(--ink); margin-bottom: .5rem; }
.hour-day__time { font-size: .9rem; color: var(--brand); font-weight: 500; }
.hour-day--closed .hour-day__time { color: var(--muted); font-style: italic; }
.hour-day--closed { background: var(--bg-alt); }
.hour-day--today { border-color: var(--accent); background: linear-gradient(135deg, #fff 0%, #f0faf7 100%); }
.hour-day--today::before { content: 'Today'; display: inline-block; background: var(--accent); color: #fff; font-size: .65rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; padding: 2px 8px; border-radius: 999px; margin-bottom: .5rem; }

/* VISIT / contact */
.visit-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: stretch; }
.visit-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); min-height: 420px; position: relative; background: var(--bg-alt); }
.visit-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.visit-info { display: flex; flex-direction: column; justify-content: center; }
.visit-info > div { margin-bottom: 1.75rem; padding-bottom: 1.75rem; border-bottom: 1px solid var(--line); }
.visit-info > div:last-child { border-bottom: 0; }
.visit-info__label { display: flex; align-items: center; gap: .55rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--brand); font-weight: 600; margin-bottom: .5rem; }
.visit-info__value { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 500; color: var(--ink); line-height: 1.3; }
.visit-info__value a { color: var(--ink); }
.visit-info__value a:hover { color: var(--brand); }
.visit-info__sub { color: var(--muted); font-size: .92rem; margin-top: .25rem; }
@media (max-width: 900px) { .visit-grid { grid-template-columns: 1fr; gap: 2rem; } .visit-map { min-height: 280px; } }

/* FOOTER */
.footer { background: var(--ink); color: #fff; padding: 5rem 1.5rem 2rem; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--brand), transparent); }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; max-width: 1280px; margin: 0 auto 3rem; }
.footer__brand-block { max-width: 320px; }
.footer__brand-block .brand { color: #fff; margin-bottom: 1rem; }
.footer__brand-block .brand__name { color: #fff; font-size: 1.15rem; }
.footer__brand-block .brand__sub { color: rgba(255,255,255,.6); }
.footer__brand-block p { color: rgba(255,255,255,.7); font-size: .92rem; line-height: 1.6; }
.footer__col h4 { font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 500; margin: 0 0 1rem; color: #fff; }
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin-bottom: .55rem; }
.footer__col a { color: rgba(255,255,255,.75); font-size: .94rem; transition: color .2s; }
.footer__col a:hover { color: #fff; }
.footer__bottom { max-width: 1280px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .85rem; color: rgba(255,255,255,.5); }
@media (max-width: 800px) { .footer__top { grid-template-columns: 1fr; gap: 2rem; } }

/* ===== BOOKING ===== */
.booking-wrap { min-height: 100vh; background: linear-gradient(180deg, var(--bg-alt) 0%, #fff 100%); padding: 6rem 1.5rem 4rem; position: relative; overflow: hidden; }
.booking-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 400px; background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(11,92,171,.08), transparent 70%); pointer-events: none; }
.booking { max-width: 1080px; margin: 0 auto; background: #fff; border-radius: 28px; box-shadow: var(--shadow-xl); overflow: hidden; display: grid; grid-template-columns: 380px 1fr; position: relative; z-index: 1; }
@media (max-width: 860px) { .booking { grid-template-columns: 1fr; } }
.booking__aside { background: linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; padding: 3rem 2.25rem; position: relative; overflow: hidden; }
.booking__aside::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 10%, rgba(255,255,255,.15), transparent 50%), radial-gradient(circle at 10% 90%, rgba(46,176,154,.2), transparent 50%); pointer-events: none; }
.booking__back { color: rgba(255,255,255,.85); font-size: .9rem; display: inline-flex; align-items: center; gap: .4rem; margin-bottom: 2.5rem; position: relative; cursor: pointer; background: transparent; border: none; padding: 0; font-family: inherit; transition: color .2s; }
.booking__back:hover { color: #fff; }
.booking__back svg { transition: transform .25s; }
.booking__back:hover svg { transform: translateX(-3px); }
.booking__doc-photo { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; margin-bottom: 1.25rem; border: 3px solid rgba(255,255,255,.3); box-shadow: 0 8px 24px rgba(0,0,0,.2); position: relative; }
.booking__doc-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.booking__doc { position: relative; }
.booking__doc h3 { font-family: 'Fraunces', serif; font-size: 1.6rem; font-weight: 500; margin: 0; line-height: 1.2; }
.booking__doc-cred { color: rgba(255,255,255,.85); margin: .35rem 0 1.75rem; font-size: .95rem; }
.booking__meta { position: relative; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }
.booking__meta-row { display: flex; align-items: flex-start; gap: .85rem; margin-bottom: 1.1rem; font-size: .93rem; color: rgba(255,255,255,.95); line-height: 1.5; }
.booking__meta-row svg { flex-shrink: 0; opacity: .85; margin-top: 3px; }
.booking__main { padding: 3rem 2.5rem; }
.booking__step-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--brand); font-weight: 600; margin-bottom: .5rem; }
.booking__main h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.9rem; margin: 0 0 2rem; letter-spacing: -.01em; }

.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: .4rem; margin-bottom: 2rem; }
.cal__head { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; margin-bottom: .75rem; font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 500; }
.cal__nav-btn { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink); transition: all .25s; }
.cal__nav-btn:hover:not(:disabled) { border-color: var(--brand); color: var(--brand); transform: scale(1.05); }
.cal__nav-btn:disabled { opacity: .35; cursor: not-allowed; }
.cal__dow { text-align: center; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); padding: .5rem 0; font-weight: 600; }
.cal__day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: transparent; border: 1px solid transparent; font-size: .92rem; color: var(--ink); cursor: pointer; transition: all .2s; font-weight: 500; position: relative; }
.cal__day:hover:not(.cal__day--off):not(.cal__day--past):not(.cal__day--closed) { background: var(--bg-tint); border-color: var(--brand-soft); transform: scale(1.05); }
.cal__day--off { color: var(--line); cursor: default; }
.cal__day--closed { color: var(--line); cursor: not-allowed; text-decoration: line-through; }
.cal__day--past { color: var(--line); cursor: not-allowed; }
.cal__day--today { font-weight: 700; color: var(--brand); }
.cal__day--today::after { content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--brand); }
.cal__day--selected { background: var(--brand) !important; color: #fff !important; border-color: var(--brand) !important; transform: scale(1.05); box-shadow: 0 8px 20px -5px rgba(11,92,171,.5); }
.cal__day--selected::after { background: #fff !important; }

.slots-head { font-size: .9rem; color: var(--muted); margin-bottom: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: .55rem; max-height: 260px; overflow-y: auto; padding-right: .25rem; }
.slot { padding: .75rem .4rem; text-align: center; border-radius: 10px; background: #fff; border: 1px solid var(--line); font-size: .88rem; color: var(--ink); cursor: pointer; font-weight: 500; transition: all .2s; animation: slotAppear .4s cubic-bezier(.2,.7,.2,1) both; }
.slot:hover:not(:disabled):not(.slot--taken) { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.slot--taken { color: var(--muted); background: var(--bg-alt); text-decoration: line-through; cursor: not-allowed; }
.slot--selected { background: var(--brand); color: #fff; border-color: var(--brand); transform: translateY(-2px); box-shadow: 0 8px 20px -5px rgba(11,92,171,.5); }
@keyframes slotAppear { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.slots-empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 2rem 0; font-size: .92rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
.form-grid .form-row--full { grid-column: 1 / -1; }
.form-row label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-soft); margin-bottom: .45rem; text-transform: uppercase; letter-spacing: .04em; }
.form-row input, .form-row textarea { width: 100%; padding: .85rem 1rem; border-radius: 10px; border: 1px solid var(--line); background: #fff; font: inherit; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(11,92,171,.12); }
.form-row textarea { resize: vertical; min-height: 96px; }
.summary-bar { background: linear-gradient(135deg, var(--bg-tint) 0%, #f0f6fc 100%); border-radius: 14px; padding: 1.15rem 1.4rem; margin: 1.5rem 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem; border: 1px solid var(--brand-soft); }
.summary-bar__when { font-family: 'Fraunces', serif; font-size: 1.15rem; color: var(--ink); }
.summary-bar__edit { font-size: .82rem; color: var(--brand); cursor: pointer; border: none; background: transparent; font-weight: 600; }
.summary-bar__edit:hover { text-decoration: underline; }
.submit-bar { margin-top: 1.75rem; display: flex; justify-content: flex-end; }
.alert { padding: 1.25rem 1.4rem; border-radius: 12px; margin-bottom: 1.5rem; font-size: .94rem; animation: fadeUp .5s; }
.alert--ok { background: linear-gradient(135deg, #e8f7f2 0%, #d4f0e7 100%); color: #0d6b58; border: 1px solid #b9e6d8; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } .booking__main { padding: 2rem 1.5rem; } .booking__aside { padding: 2rem 1.5rem; } }

.preview-note { background: linear-gradient(135deg, #fff8e6 0%, #fff3d3 100%); border: 1px solid #f0d781; color: #6b5300; padding: .75rem 1.1rem; border-radius: 10px; margin-bottom: 1.5rem; font-size: .85rem; }

.view-home, .view-book { display: none; }
.view-home.active, .view-book.active { display: block; }

@media (max-width: 480px) {
    .topbar__nav .btn { padding: .45rem .75rem; font-size: .72rem; }
    .brand__name { font-size: .88rem; }
    .brand__mark { width: 34px; height: 34px; }
}

.visit-map { cursor: pointer; transition: transform .4s, box-shadow .4s; }
.visit-map:hover { transform: translateY(-3px); box-shadow: var(--shadow-xl); }


.about-image-block {
    height: 100%;
}

.about-image-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


