﻿/* ------------------------------------------------------------------------
               BIORGA BEAUTY CENTER — Rose Quartz Atelier
               Self-contained website styles. Brand color: Biorga Rose #B82E61.
               ------------------------------------------------------------------------ */
:root {
    --rose: #b82e61;
    --rose-deep: #8e1f47;
    --rose-soft: #f5dce5;
    --petal: #fff8f8;
    --porcelain: #fffdfb;
    --ink: #361621;
    --ink-soft: #6f5660;
    --line: rgba(54, 22, 33, 0.13);
    --brass: #b58b5d;
    --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 84px;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--porcelain);
    color: var(--ink);
    font-family: "Manrope", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

button, input, select, textarea {
    font: inherit;
}

    button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
        outline: 2px solid var(--rose);
        outline-offset: 3px;
    }

.site-shell {
    overflow: hidden;
}

.section-space {
    padding: 8.25rem 0;
}

.eyebrow, .section-mark {
    align-items: center;
    color: var(--rose);
    display: flex;
    font-size: .62rem;
    font-weight: 800;
    gap: .65rem;
    letter-spacing: .17em;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
}

    .eyebrow::before, .section-mark i {
        background: currentColor;
        content: "";
        display: inline-block;
        height: 1px;
        width: 2.1rem;
    }

    .section-mark i {
        flex: 0 0 auto;
    }

h1, h2, h3, .display-serif {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    letter-spacing: -.048em;
}

h1 {
    font-size: clamp(4rem, 8vw, 7.5rem);
    line-height: .8;
    margin: 0;
}

h2 {
    font-size: clamp(3.3rem, 5vw, 5.8rem);
    line-height: .87;
    margin: 0 0 1.65rem;
}

h3 {
    line-height: .9;
}

    h1 i, h2 i, h3 i {
        color: var(--rose);
        font-weight: 500;
    }

.section-intro {
    color: var(--ink-soft);
    font-size: .88rem;
    line-height: 1.9;
    margin: 0;
}

.glass-panel {
    backdrop-filter: blur(18px);
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 20px 55px rgba(93,36,58,.13);
}

/* Header */
.site-header {
    color: #fff;
    height: 5.5rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background .25s var(--ease-out), box-shadow .25s var(--ease-out), color .25s var(--ease-out);
    z-index: 1000;
}

    .site-header.scrolled {
        background: rgba(255,253,251,.93);
        box-shadow: 0 .45rem 1.5rem rgba(54,22,33,.07);
        color: var(--ink);
        backdrop-filter: blur(18px);
    }

.header-row {
    align-items: center;
    display: flex;
    height: 5.5rem;
    justify-content: space-between;
}

.brand-lockup {
    align-items: center;
    display: inline-flex;
    gap: .68rem;
}

.brand-orb {
    background: url("https://files.manuscdn.com/user_upload_by_module/session_file/110269552/BkKfGIEixWUUFYzT.png") center / contain no-repeat;
    border: 1px solid rgba(184,46,97,.48);
    border-radius: 50%;
    display: grid;
    height: 2.55rem;
    place-items: center;
    position: relative;
    width: 2.55rem;
}

    .brand-orb::before, .brand-orb::after {
        display: none;
    }

    .brand-orb::before {
        border-left-color: transparent;
        border-bottom-color: transparent;
        height: 1.45rem;
        width: 1.45rem;
    }

    .brand-orb::after {
        border-right-color: transparent;
        border-top-color: transparent;
        height: .88rem;
        width: .88rem;
    }

.brand-type {
    display: grid;
    gap: .22rem;
    line-height: 1;
}

    .brand-type strong {
        color: var(--rose);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 1.48rem;
        letter-spacing: .075em;
    }

    .brand-type span {
        color: currentColor;
        font-size: .42rem;
        font-weight: 800;
        letter-spacing: .23em;
    }

.desktop-nav {
    align-items: center;
    display: flex;
    gap: 1.8rem;
    margin-left: auto;
}

    .desktop-nav a {
        font-size: .68rem;
        font-weight: 800;
        letter-spacing: .05em;
        padding: .5rem 0;
        position: relative;
    }

        .desktop-nav a::after {
            background: currentColor;
            bottom: .12rem;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            transition: width .2s var(--ease-out);
            width: 0;
        }

        .desktop-nav a:hover::after {
            width: 100%;
        }
.brand-logo {
    height: 75px;
    width: auto;
    display: block;
    object-fit: contain;
}
.header-tools {
    align-items: center;
    display: flex;
    gap: 1.1rem;
    margin-left: 1.8rem;
}

.header-phone {
    align-items: center;
    display: flex;
    font-size: .67rem;
    font-weight: 800;
    gap: .45rem;
    white-space: nowrap;
}

.btn-biorga {
    align-items: center;
    background: var(--rose);
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    font-size: .66rem;
    font-weight: 800;
    gap: .55rem;
    justify-content: center;
    letter-spacing: .075em;
    padding: .93rem 1.2rem;
    transition: background .18s var(--ease-out), box-shadow .18s var(--ease-out), transform .18s var(--ease-out);
}

    .btn-biorga:hover {
        background: var(--rose-deep);
        color: #fff;
        box-shadow: 0 .55rem 1.4rem rgba(184,46,97,.25);
        transform: translateY(-2px);
    }

    .btn-biorga:active {
        transform: scale(.97);
    }

.btn-biorga-dark {
    background: var(--ink);
}

    .btn-biorga-dark:hover {
        background: var(--rose-deep);
    }

.mobile-toggle {
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
    display: none;
    height: 2.55rem;
    width: 2.55rem;
}

/* Hero */
.hero {
    background: #f4e3e6;
    color: var(--ink);
    display: grid;
    min-height: 47.5rem;
    overflow: hidden;
    place-items: center;
    position: relative;
}

.hero-photo, .hero-wash {
    inset: 0;
    position: absolute;
}

.hero-photo {
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    transform: scale(1.02);
    animation: hero-drift 10s ease-in-out infinite alternate;
}

.hero-wash {
    background: linear-gradient(90deg, rgba(255,246,246,.98) 0%, rgba(255,247,247,.93) 28%, rgba(255,248,248,.45) 55%, rgba(95,27,48,.04) 100%);
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-copy {
    margin-top: 2.8rem;
    max-width: 43rem;
}

    .hero-copy .intro {
        color: #684552;
        font-size: 1rem;
        line-height: 1.72;
        margin: 1.85rem 0;
        max-width: 27rem;
    }

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.text-link {
    align-items: center;
    display: inline-flex;
    font-size: .67rem;
    font-weight: 800;
    gap: .62rem;
    letter-spacing: .06em;
}

    .text-link .round-arrow {
        align-items: center;
        border: 1px solid rgba(54,22,33,.26);
        border-radius: 50%;
        display: inline-flex;
        height: 2rem;
        justify-content: center;
        transition: transform .2s var(--ease-out);
        width: 2rem;
    }

    .text-link:hover .round-arrow {
        transform: translateY(.23rem);
    }

.hero-badge {
    align-items: center;
    bottom: 2.25rem;
    color: var(--ink);
    display: flex;
    gap: .7rem;
    left: 4%;
    padding: .82rem 1rem;
    position: absolute;
    z-index: 2;
}

    .hero-badge .badge-icon {
        align-items: center;
        background: #fff;
        border-radius: 50%;
        color: var(--rose);
        display: flex;
        height: 2.15rem;
        justify-content: center;
        width: 2.15rem;
    }

    .hero-badge b, .hero-badge span {
        display: block;
    }

    .hero-badge b {
        font-size: .63rem;
        letter-spacing: .05em;
    }

    .hero-badge span {
        color: var(--ink-soft);
        font-size: .54rem;
        margin-top: .17rem;
    }

.hero-scroll {
    align-items: center;
    bottom: 2.65rem;
    color: #fff;
    display: flex;
    font-size: .59rem;
    font-weight: 800;
    gap: .62rem;
    letter-spacing: .12em;
    position: absolute;
    right: 4%;
    text-transform: uppercase;
    z-index: 2;
}

    .hero-scroll::after {
        background: #fff;
        content: "";
        height: 1px;
        width: 2.7rem;
    }

.hero-orb {
    border: 1px solid rgba(184,46,97,.2);
    border-radius: 50%;
    height: 32rem;
    left: -14rem;
    position: absolute;
    top: 60%;
    width: 32rem;
    z-index: 1;
}

/* About and credentials */
.about-copy .lead-copy {
    font-size: 1.12rem;
    line-height: 1.65;
}

.about-copy > p:not(.lead-copy) {
    color: var(--ink-soft);
    font-size: .86rem;
    line-height: 1.9;
}

.arrow-link {
    align-items: center;
    color: var(--rose);
    display: inline-flex;
    font-size: .67rem;
    font-weight: 800;
    gap: .45rem;
    letter-spacing: .05em;
}

.about-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    margin-top: 2rem;
}

.verified-note {
    align-items: center;
    color: var(--ink-soft);
    display: flex;
    font-size: .55rem;
    gap: .52rem;
    letter-spacing: .035em;
    line-height: 1.45;
}

    .verified-note i {
        color: var(--rose);
        font-size: 1.35rem;
    }

.about-visual {
    margin: 0 auto;
    max-width: 31rem;
    padding: 0 2.2rem 2.2rem 0;
    position: relative;
}

    .about-visual > img {
        aspect-ratio: .84;
        display: block;
        filter: sepia(.09) saturate(.8);
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

.about-letter {
    color: var(--rose-soft);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 8.5rem;
    font-weight: 600;
    line-height: .7;
    position: absolute;
    right: -.55rem;
    top: -2rem;
    z-index: -1;
}

.doctor-card {
    bottom: 0;
    color: var(--ink);
    left: -1.2rem;
    padding: 1.15rem 1.25rem;
    position: absolute;
    width: 15rem;
}

    .doctor-card small {
        color: var(--rose);
        display: block;
        font-size: .48rem;
        font-weight: 800;
        letter-spacing: .15em;
        margin-bottom: .45rem;
    }

    .doctor-card strong {
        display: block;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 1.85rem;
        line-height: .78;
    }

    .doctor-card span {
        color: var(--ink-soft);
        display: block;
        font-size: .52rem;
        line-height: 1.4;
        margin-top: .58rem;
    }

.orb-stamp {
    align-items: center;
    background: var(--rose);
    border-radius: 50%;
    bottom: 2.4rem;
    box-shadow: 0 .8rem 2rem rgba(184,46,97,.25);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 5.8rem;
    justify-content: center;
    position: absolute;
    right: .65rem;
    transform: rotate(-14deg);
    width: 5.8rem;
}

    .orb-stamp .brand-orb {
        border-color: rgba(255,255,255,.45);
        transform: scale(.8);
    }

        .orb-stamp .brand-orb::before, .orb-stamp .brand-orb::after {
            border-color: #fff;
        }

        .orb-stamp .brand-orb::before {
            border-left-color: transparent;
            border-bottom-color: transparent;
        }

        .orb-stamp .brand-orb::after {
            border-right-color: transparent;
            border-top-color: transparent;
        }

    .orb-stamp small {
        font-size: .35rem;
        font-weight: 800;
        letter-spacing: .1em;
        margin-top: -.28rem;
        text-align: center;
    }

.credentials {
    background: #fff;
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
}

.credentials-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.credential {
    align-items: center;
    border-left: 1px solid var(--line);
    color: var(--rose);
    display: flex;
    gap: .8rem;
    min-height: 7.8rem;
    padding: 1.65rem;
}

    .credential:last-child {
        border-right: 1px solid var(--line);
    }

    .credential i {
        font-size: 1.3rem;
    }

    .credential b, .credential span {
        display: block;
    }

    .credential b {
        color: var(--ink);
        font-size: .62rem;
        letter-spacing: .03em;
    }

    .credential span {
        color: var(--ink-soft);
        font-size: .58rem;
        line-height: 1.45;
        margin-top: .2rem;
    }

/* Treatments */
.treatments {
    background: var(--petal);
}

.treatments-layout {
    align-items: stretch;
    display: grid;
    gap: 3.3rem;
    grid-template-columns: minmax(17rem,.92fr) 1.55fr;
}

.treatment-feature {
    color: #fff;
    min-height: 34rem;
    overflow: hidden;
    position: relative;
}

    .treatment-feature img {
        height: 100%;
        inset: 0;
        object-fit: cover;
        position: absolute;
        transition: transform .8s var(--ease-out);
        width: 100%;
    }

    .treatment-feature:hover img {
        transform: scale(1.055);
    }

    .treatment-feature::after {
        background: linear-gradient(180deg, rgba(35,7,16,.03), rgba(35,7,16,.79));
        content: "";
        inset: 0;
        position: absolute;
    }

.feature-copy {
    bottom: 1.75rem;
    left: 1.75rem;
    position: absolute;
    right: 1.75rem;
    z-index: 1;
}

    .feature-copy small {
        font-size: .54rem;
        font-weight: 800;
        letter-spacing: .16em;
    }

    .feature-copy h3 {
        font-size: 3rem;
        margin: .6rem 0 1rem;
    }

        .feature-copy h3 i {
            color: #fff;
        }

    .feature-copy a {
        font-size: .62rem;
        font-weight: 800;
        letter-spacing: .075em;
    }

.treatment-list {
    background: #fff;
}

.treatment-row {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: grid;
    gap: .7rem;
    grid-template-columns: 2rem 2.2rem 1fr 1.1rem;
    padding: 1.03rem 1.1rem;
    text-align: left;
    transition: background .2s var(--ease-out), padding .2s var(--ease-out);
    width: 100%;
}

    .treatment-row:hover {
        background: rgba(245,220,229,.46);
        padding-left: 1.45rem;
    }

.treatment-no {
    align-self: start;
    color: var(--rose);
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .1em;
    margin-top: .18rem;
}

.treatment-icon {
    align-items: center;
    border: 1px solid rgba(184,46,97,.23);
    border-radius: 50%;
    color: var(--rose);
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.treatment-info b {
    display: block;
    font-size: .78rem;
    letter-spacing: -.02em;
}

.treatment-info small {
    color: var(--ink-soft);
    display: block;
    font-size: .62rem;
    line-height: 1.42;
    margin-top: .2rem;
}

.treatment-row > i {
    color: var(--rose);
    transition: transform .2s var(--ease-out);
}

.treatment-row:hover > i {
    transform: translate(.16rem,-.16rem);
}

/* Why Biorga */
.why-biorga {
    color: var(--ink);
    min-height: 44rem;
    overflow: hidden;
    padding: 5.5rem 0;
    position: relative;
}

    .why-biorga::before {
        background: linear-gradient(90deg, rgba(248,229,234,.22) 0%, rgba(255,249,250,.06) 41%, rgba(255,249,250,.77) 73%, rgba(255,249,250,.97) 100%), url("../img/biorgaBeautyCenter.jpg") center / cover;
        content: "";
        filter: saturate(.82);
        inset: 0;
        position: absolute;
    }

    .why-biorga .container {
        position: relative;
    }

.why-card {
    background: rgba(255,251,251,.89);
    box-shadow: 0 1.6rem 4.4rem rgba(64,15,32,.18);
    padding: 3.5rem;
}

.benefits {
    border-top: 1px solid var(--line);
    margin: 2.1rem 0;
}

.benefit {
    align-items: start;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: .7rem;
    grid-template-columns: 1.5rem 1fr 1.2rem;
    padding: 1.05rem 0;
}

    .benefit > span {
        color: var(--rose);
        font-size: .56rem;
        font-weight: 800;
        letter-spacing: .1em;
    }

    .benefit p {
        color: var(--ink-soft);
        font-size: .64rem;
        line-height: 1.55;
        margin: 0;
    }

    .benefit b {
        color: var(--ink);
        display: block;
        font-size: .7rem;
        margin-bottom: .18rem;
    }

    .benefit i {
        color: var(--rose);
        font-size: 1.05rem;
    }

/* Interactive treatment outcome */
.comparison {
    background: #fff;
}

.comparison-frame {
    --compare: 52%;
    background: #ead5dc;
    height: 35rem;
    overflow: hidden;
    position: relative;
}

    .comparison-frame img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

.comparison-before {
    filter: sepia(.1) saturate(.62) brightness(1.09);
}

.comparison-after {
    inset: 0 auto 0 0;
    overflow: hidden;
    position: absolute;
    width: var(--compare);
}

    .comparison-after img {
        filter: sepia(.08) saturate(1.12) brightness(1.07);
        max-width: none;
        width: 100vw;
    }

.comparison-line {
    background: #fff;
    bottom: 0;
    left: var(--compare);
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
}

.comparison-knob {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 .5rem 1.4rem rgba(54,22,33,.16);
    color: var(--rose);
    display: flex;
    gap: .1rem;
    height: 3rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 3rem;
}

.comparison-label {
    color: #fff;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .13em;
    position: absolute;
    text-shadow: 0 1px .3rem rgba(0,0,0,.27);
    top: 1.4rem;
}

    .comparison-label span {
        display: block;
        font-size: .46rem;
        font-weight: 600;
        letter-spacing: .06em;
        margin-top: .25rem;
    }

    .comparison-label.before {
        left: 1.5rem;
    }

    .comparison-label.after {
        right: 1.5rem;
        text-align: right;
    }

.comparison-range {
    cursor: ew-resize;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

/* Gallery */
.gallery {
    background: var(--petal);
}

.gallery-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.6rem;
}

    .gallery-heading h2 {
        margin-bottom: 0;
    }

.gallery-grid {
    display: grid;
    gap: .88rem;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 14.4rem 14.4rem;
}

.gallery-tile {
    background: #eee;
    border: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
}

    .gallery-tile img {
        filter: sepia(.12) saturate(.72) hue-rotate(320deg) brightness(1.05);
        height: 100%;
        object-fit: cover;
        transition: filter .35s var(--ease-out), transform .7s var(--ease-out);
        width: 100%;
    }

    .gallery-tile:hover img {
        filter: sepia(.06) saturate(.94) hue-rotate(320deg) brightness(1.04);
        transform: scale(1.07);
    }

    .gallery-tile:first-child {
        grid-row: span 2;
    }

    .gallery-tile:nth-child(2), .gallery-tile:nth-child(6) {
        grid-column: span 2;
    }

    .gallery-tile .gallery-overlay {
        background: linear-gradient(180deg, transparent 38%, rgba(34,6,16,.62));
        color: #fff;
        display: flex;
        flex-direction: column;
        inset: 0;
        justify-content: end;
        opacity: 0;
        padding: 1.15rem;
        position: absolute;
        transition: opacity .2s var(--ease-out);
    }

    .gallery-tile:hover .gallery-overlay, .gallery-tile:focus-visible .gallery-overlay {
        opacity: 1;
    }

.gallery-overlay > i {
    font-size: 1.1rem;
    left: 1rem;
    position: absolute;
    top: 1rem;
}

.gallery-overlay b {
    font-size: .65rem;
    letter-spacing: .04em;
    max-width: 12rem;
}

.gallery-overlay span {
    align-items: center;
    background: rgba(255,255,255,.95);
    border-radius: 50%;
    bottom: 1rem;
    color: var(--rose);
    display: flex;
    height: 1.85rem;
    justify-content: center;
    position: absolute;
    right: 1rem;
    width: 1.85rem;
}

/* Testimonials and facts */
.feedback {
    background: var(--ink);
    color: #fff;
    overflow: hidden;
    padding: 7.5rem 1.5rem 5rem;
    position: relative;
}

    .feedback::before {
        background-image: radial-gradient(rgba(255,255,255,.7) .7px, transparent .7px);
        background-size: 1rem 1rem;
        content: "";
        inset: 0;
        opacity: .07;
        position: absolute;
    }

.feedback-orb {
    align-items: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    display: flex;
    height: 23rem;
    justify-content: center;
    position: absolute;
    right: 10%;
    top: -8rem;
    width: 23rem;
}

    .feedback-orb .brand-orb {
        opacity: .23;
        transform: scale(4.5);
    }

.feedback-content {
    margin: 0 auto;
    max-width: 50rem;
    position: relative;
    text-align: center;
}

    .feedback-content > i {
        color: #edb5c7;
        font-size: 2.3rem;
    }

.feedback blockquote {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem,4.2vw,4.2rem);
    letter-spacing: -.045em;
    line-height: .95;
    margin: 1.35rem 0 1.8rem;
}

.feedback cite {
    font-size: .58rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .13em;
}

    .feedback cite span {
        color: #d5b3be;
        font-weight: 600;
        letter-spacing: .03em;
    }

.feedback-controls {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 3.4rem;
    position: relative;
}

    .feedback-controls button {
        align-items: center;
        background: transparent;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 50%;
        color: #fff;
        display: flex;
        height: 2.45rem;
        justify-content: center;
        transition: background .2s var(--ease-out), color .2s var(--ease-out);
        width: 2.45rem;
    }

        .feedback-controls button:hover {
            background: #fff;
            color: var(--rose);
        }

    .feedback-controls span {
        font-size: .52rem;
        font-weight: 800;
        letter-spacing: .15em;
    }

.facts {
    background: var(--ink);
    color: #fff;
    padding: 2.7rem 0 0;
    position: relative;
}

.facts-head {
    align-items: center;
    color: #f0c7d4;
    display: flex;
    gap: .75rem;
    padding-bottom: 1.25rem;
}

    .facts-head b {
        font-size: .55rem;
        letter-spacing: .16em;
    }

    .facts-head i {
        background: var(--rose);
        height: 1px;
        width: 2.7rem;
    }

    .facts-head span {
        color: #d4b6be;
        font-size: .55rem;
    }

.facts-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.fact {
    border-left: 1px solid rgba(255,255,255,.18);
    border-top: 1px solid rgba(255,255,255,.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 11.7rem;
    padding: 2rem 1.4rem;
}

    .fact:last-child {
        border-right: 1px solid rgba(255,255,255,.18);
    }

    .fact strong {
        color: #fff5f7;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 3.75rem;
        font-weight: 600;
        letter-spacing: -.05em;
        line-height: .85;
    }

    .fact span {
        color: #edb5c7;
        font-size: .55rem;
        font-weight: 800;
        letter-spacing: .1em;
        line-height: 1.4;
        margin-top: .8rem;
        text-transform: uppercase;
    }

/* Booking */
.booking {
    background: #f8eff1;
    overflow: hidden;
    position: relative;
}

    .booking::before {
        background: #edc6d3;
        border-radius: 50%;
        bottom: -17rem;
        content: "";
        height: 39rem;
        left: -17.5rem;
        opacity: .45;
        position: absolute;
        width: 39rem;
    }

    .booking .container {
        position: relative;
    }

.booking-intro > p {
    color: var(--ink-soft);
    font-size: .88rem;
    line-height: 1.85;
    max-width: 24rem;
}

.whatsapp-note {
    align-items: center;
    display: flex;
    gap: .7rem;
    margin-top: 2rem;
}

    .whatsapp-note > i {
        color: var(--rose);
        font-size: 1.45rem;
    }

    .whatsapp-note span, .whatsapp-note a {
        display: block;
    }

    .whatsapp-note span {
        color: var(--ink-soft);
        font-size: .55rem;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .whatsapp-note a {
        color: var(--rose);
        font-size: .7rem;
        font-weight: 800;
        margin-top: .2rem;
    }

.booking-form {
    background: rgba(255,255,255,.77);
    color: var(--ink);
    padding: 2rem;
}

.booking-form-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

    .booking-form-top b {
        color: var(--rose);
        font-size: .55rem;
        letter-spacing: .14em;
    }

    .booking-form-top span {
        color: var(--ink-soft);
        font-size: .52rem;
    }

.booking-form label {
    display: block;
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: .46rem;
}

.booking-form input, .booking-form select, .booking-form textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(54,22,33,.24);
    border-radius: 0;
    color: var(--ink);
    font-size: .72rem;
    outline: 0;
    padding: .58rem 0;
    transition: border .2s var(--ease-out);
    width: 100%;
}

    .booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus {
        border-color: var(--rose);
    }

.booking-form textarea {
    resize: vertical;
}

.booking-form-bottom {
    align-items: end;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    margin-top: 1.8rem;
}

    .booking-form-bottom p {
        color: var(--ink-soft);
        font-size: .51rem;
        line-height: 1.5;
        margin: 0;
        max-width: 14.7rem;
    }

.form-notice {
    color: var(--rose-deep);
    display: none;
    font-size: .71rem;
    font-weight: 700;
    margin: 1rem 0 0;
}

    .form-notice.show {
        display: block;
    }

/* Contact and footer */
.contact-shell {
    min-height: 42rem;
}

.map-box {
    background: #ead7dc;
    height: 100%;
    min-height: 42rem;
    overflow: hidden;
    position: relative;
}

    .map-box iframe {
        border: 0;
        filter: saturate(.56) hue-rotate(320deg) contrast(.93);
        height: 100%;
        min-height: 42rem;
        width: 100%;
    }

.map-badge {
    align-items: center;
    bottom: 1.9rem;
    color: var(--ink);
    display: flex;
    gap: .62rem;
    left: 1.9rem;
    padding: .78rem .95rem;
    position: absolute;
}

    .map-badge i {
        color: var(--rose);
        font-size: 1.1rem;
    }

    .map-badge b, .map-badge span {
        display: block;
    }

    .map-badge b {
        font-size: .64rem;
    }

    .map-badge span {
        color: var(--ink-soft);
        font-size: .58rem;
        margin-top: .12rem;
    }

.contact-copy {
    margin: 0 auto;
    max-width: 32.5rem;
    padding: 5.6rem 2.8rem;
}

    .contact-copy > p {
        color: var(--ink-soft);
        font-size: .87rem;
        line-height: 1.85;
    }

.contact-list {
    border-top: 1px solid var(--line);
    margin: 2.1rem 0 1.7rem;
}

    .contact-list > * {
        align-items: center;
        border-bottom: 1px solid var(--line);
        display: grid;
        gap: .7rem;
        grid-template-columns: 1.55rem 1fr 1rem;
        padding: .93rem 0;
    }

    .contact-list i {
        color: var(--rose);
        font-size: 1.1rem;
    }

    .contact-list b, .contact-list small {
        display: block;
    }

    .contact-list b {
        font-size: .71rem;
    }

    .contact-list small {
        color: var(--ink-soft);
        font-size: .48rem;
        font-weight: 800;
        letter-spacing: .11em;
        margin-bottom: .2rem;
    }

    .contact-list a {
        transition: color .2s var(--ease-out);
    }

        .contact-list a:hover {
            color: var(--rose);
        }

.site-footer {
    background: #281017;
    color: #fff;
    padding: 3rem 0 1.55rem;
}

.footer-top {
    align-items: center;
    display: grid;
    gap: 1.8rem;
    grid-template-columns: 1.1fr 1fr auto;
    padding-bottom: 2.5rem;
}

.site-footer .brand-orb {
    border-color: rgba(237,181,199,.65);
}

.site-footer .brand-type strong {
    color: #edb5c7;
}

.site-footer .brand-type span {
    color: #fff;
}

.footer-tagline {
    color: #e6cbd3;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.45rem;
    line-height: .95;
    margin: 0;
    max-width: 18rem;
}

.social-links {
    display: flex;
    gap: .55rem;
}

    .social-links a {
        align-items: center;
        border: 1px solid rgba(255,255,255,.28);
        border-radius: 50%;
        display: flex;
        height: 2.25rem;
        justify-content: center;
        transition: background .2s var(--ease-out), color .2s var(--ease-out);
        width: 2.25rem;
    }

        .social-links a:hover {
            background: #fff;
            color: var(--rose);
        }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.18);
    color: #cdb7bd;
    display: flex;
    font-size: .52rem;
    justify-content: space-between;
    letter-spacing: .06em;
    padding-top: 1.2rem;
}

    .footer-bottom a {
        align-items: center;
        color: #fff;
        display: inline-flex;
        font-weight: 800;
        gap: .3rem;
    }

/* Gallery modal and reveal motion */
.gallery-modal {
    align-items: center;
    backdrop-filter: blur(9px);
    background: rgba(35,7,16,.88);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 1.5rem;
    position: fixed;
    z-index: 2000;
}

    .gallery-modal.show {
        display: flex;
    }

    .gallery-modal figure {
        margin: 0;
        max-height: calc(100vh - 5rem);
        max-width: min(58rem,100%);
        position: relative;
    }

    .gallery-modal img {
        display: block;
        max-height: calc(100vh - 7.3rem);
        max-width: 100%;
        object-fit: contain;
    }

    .gallery-modal figcaption {
        color: #fff;
        font-size: .65rem;
        font-weight: 800;
        letter-spacing: .08em;
        padding-top: .75rem;
    }

.modal-close {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    position: fixed;
    right: 1.5rem;
    top: 1.4rem;
    width: 2.5rem;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s var(--ease-out), transform .6s var(--ease-out);
}

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

@keyframes hero-drift {
    from {
        transform: scale(1.02) translate3d(0,0,0);
    }

    to {
        transform: scale(1.06) translate3d(-.6%,-.2%,0);
    }
}

@media (max-width: 991.98px) {
    .desktop-nav {
        background: rgba(255,253,251,.97);
        box-shadow: 0 1rem 2rem rgba(54,22,33,.12);
        color: var(--ink);
        display: none;
        flex-direction: column;
        gap: .15rem;
        left: 0;
        padding: 1rem 6%;
        position: absolute;
        right: 0;
        top: 5.5rem;
    }

        .desktop-nav.show {
            display: flex;
        }

        .desktop-nav a {
            font-size: .73rem;
            width: 100%;
        }

    .mobile-toggle {
        display: inline-block;
    }

    .header-tools {
        margin-left: auto;
    }

    .treatments-layout {
        grid-template-columns: 1fr;
    }

    .treatment-feature {
        min-height: 28rem;
    }

    .why-biorga {
        min-height: 0;
    }

    .gallery-grid {
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: 13.5rem 13.5rem 13.5rem;
    }

    .gallery-tile:first-child {
        grid-row: span 2;
    }

    .gallery-tile:nth-child(2), .gallery-tile:nth-child(6) {
        grid-column: span 2;
    }

    .footer-top {
        grid-template-columns: 1fr auto;
    }

    .footer-tagline {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .contact-copy {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 767.98px) {
    .section-space {
        padding: 5.25rem 0;
    }

    .site-header, .header-row {
        height: 4.7rem;
    }

    .desktop-nav {
        top: 4.7rem;
    }

    .header-phone, .header-tools .btn-biorga span {
        display: none;
    }

    .header-tools {
        gap: .5rem;
        margin-left: auto;
    }

    .brand-orb {
        height: 2.2rem;
        width: 2.2rem;
    }

    .brand-type strong {
        font-size: 1.22rem;
    }

    .brand-type span {
        font-size: .36rem;
    }

    .hero {
        min-height: 42.5rem;
    }

    .hero-photo {
        background-position: 59% center;
    }

    .hero-wash {
        background: linear-gradient(90deg,rgba(255,246,246,.97),rgba(255,247,247,.76) 53%,rgba(255,248,248,.16));
    }

    .hero-copy {
        margin-top: 3.7rem;
    }

        .hero-copy .intro {
            font-size: .88rem;
            max-width: 20rem;
        }

    .hero-badge {
        bottom: 1.45rem;
        left: 1rem;
    }

    .hero-scroll {
        display: none;
    }

    .about-visual {
        margin-top: 1rem;
        padding-right: 1.25rem;
    }

    .doctor-card {
        left: -.1rem;
    }

    .orb-stamp {
        right: -.1rem;
    }

    .credentials-grid {
        grid-template-columns: 1fr;
    }

    .credential, .credential:last-child {
        border-left: 0;
        border-right: 0;
        min-height: 0;
        padding: 1.15rem 0;
    }

    .why-biorga {
        padding: 2.8rem 0;
    }

    .why-card {
        padding: 2rem 1.5rem;
    }

    .comparison-frame {
        height: 28rem;
    }

    .comparison-after img {
        width: 145vw;
    }

    .gallery-heading {
        display: block;
    }

        .gallery-heading .arrow-link {
            margin-top: 1rem;
        }

    .gallery-grid {
        gap: .5rem;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: 11rem 11rem 11rem 11rem;
    }

    .gallery-tile:nth-child(2) {
        grid-column: span 1;
    }

    .gallery-tile:nth-child(6) {
        grid-column: span 2;
    }

    .gallery-tile .gallery-overlay {
        opacity: 1;
    }

    .feedback {
        padding: 5.2rem 1.1rem 3.8rem;
    }

        .feedback blockquote {
            font-size: 2.5rem;
        }

        .feedback cite span {
            display: block;
            margin-top: .4rem;
        }

    .facts {
        padding-top: 1.7rem;
    }

    .facts-head {
        display: block;
    }

        .facts-head i {
            display: block;
            margin: .55rem 0;
        }

        .facts-head span {
            display: block;
        }

    .facts-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fact {
        min-height: 9.4rem;
        padding: 1.6rem 1rem;
    }

        .fact:nth-child(3) {
            border-left: 0;
        }

        .fact:nth-child(2) {
            border-right: 1px solid rgba(255,255,255,.18);
        }

        .fact strong {
            font-size: 3rem;
        }

    .booking-form {
        padding: 1.4rem;
    }

    .booking-form-bottom {
        align-items: start;
        flex-direction: column;
    }

    .map-box, .map-box iframe {
        min-height: 25rem;
    }

    .map-badge {
        bottom: 1rem;
        left: 1rem;
    }

    .contact-copy {
        padding: 4rem .4rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-tagline {
        grid-column: auto;
        grid-row: auto;
    }

    .footer-bottom {
        flex-direction: column;
        gap: .6rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
