:root {
    --sage: #5a7a6a;
    --sage-dark: #3d5649;
    --sage-deep: #2a3d34;
    --cream: #f7f3ed;
    --rose: #c9a89a;
    --ink: #2a2f2c;
    --muted: #6b756f;
    --line: #e4ddd4;
    --white: #fff;
    --shadow: 0 18px 44px rgba(42, 61, 52, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Outfit', sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1100px, 92%); margin: 0 auto; }

.top {
    background: var(--sage-deep);
    color: #e8ebe9;
    font-size: .88rem;
    padding: .5rem 0;
}
.top-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    font-weight: 600;
}
.top i { color: var(--rose); margin-right: .35rem; }

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 243, 237, .95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 76px;
}
.logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .02em;
}
.logo em { color: var(--sage); font-style: italic; }
nav { margin-left: auto; display: flex; gap: 1.2rem; }
nav a { font-weight: 600; color: var(--muted); font-size: .95rem; }
nav a:hover { color: var(--sage-dark); }
.cta {
    background: var(--sage);
    color: #fff !important;
    padding: .55rem 1.1rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .9rem;
}
.burger {
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.3rem;
    cursor: pointer;
}

.hero {
    position: relative;
    min-height: 82vh;
    display: grid;
    align-items: end;
    padding: 5rem 0 4rem;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(42, 61, 52, .82) 0%, rgba(90, 122, 106, .55) 55%, rgba(201, 168, 154, .25) 100%),
        url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=1600&q=80') center/cover;
}
.hero-content { position: relative; z-index: 1; color: #fff; max-width: 580px; }
.eyebrow {
    color: #e8d5cf;
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .14em;
    margin-bottom: 1rem;
}
.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.6rem, 5.8vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}
.lead { opacity: .92; font-size: 1.08rem; margin-bottom: 1.5rem; max-width: 34rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .85rem 1.3rem;
    border-radius: 999px;
    font-weight: 700;
    border: 2px solid transparent;
    cursor: pointer;
    font-family: inherit;
    transition: .2s;
}
.btn-sage { background: var(--sage); color: #fff; }
.btn-sage:hover { background: var(--sage-dark); }
.btn-ghost { border-color: rgba(255,255,255,.65); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--sage-dark); }
.btn-full { width: 100%; }

.section { padding: 4.5rem 0; }
.section-sage { background: var(--sage); color: #eef3f0; }
.section-cream { background: #fff; }
.head { text-align: center; max-width: 560px; margin: 0 auto 2rem; }
.head span, .why-grid > div > span, .book-grid > div > span {
    color: var(--sage);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .12em;
}
.head.light span { color: #e8d5cf; }
.head h2, .why-grid h2, .book-grid h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.6vw, 2.8rem);
    margin: .35rem 0 .5rem;
    color: var(--sage-dark);
}
.head.light h2 { color: #fff; }
.head p { color: var(--muted); }

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .55rem;
    margin-bottom: 1.75rem;
}
.filters button {
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--muted);
    padding: .5rem 1.1rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}
.filters button.active,
.filters button:hover {
    background: var(--sage);
    border-color: var(--sage);
    color: #fff;
}

.treatments {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.treat {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1.2rem;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1rem;
    transition: .2s;
}
.treat:hover { box-shadow: var(--shadow); border-color: var(--rose); }
.treat img {
    width: 140px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
}
.treat h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.45rem;
    margin-bottom: .2rem;
    color: var(--sage-dark);
}
.treat p { color: var(--muted); font-size: .92rem; margin-bottom: .5rem; }
.treat-meta {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
}
.treat .dur { font-size: .85rem; font-weight: 600; color: var(--muted); }
.treat .price { font-weight: 800; color: var(--sage); }

.packages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}
.packages article {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(232, 213, 207, .3);
    border-radius: 20px;
    padding: 1.6rem;
    position: relative;
}
.packages article.hot {
    background: rgba(255,255,255,.14);
    border-color: #e8d5cf;
}
.ribbon {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--rose);
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
    padding: .3rem .55rem;
    border-radius: 6px;
}
.packages h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    margin-bottom: .4rem;
}
.price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #e8d5cf;
    margin-bottom: .5rem;
}
.packages p { opacity: .9; margin-bottom: .6rem; }
.packages small { font-weight: 600; opacity: .75; }

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}
.why-photo img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow);
}
.why-grid > div > p { color: var(--muted); margin: .7rem 0 1.2rem; }
.checks { list-style: none; display: grid; gap: .55rem; }
.checks li { display: flex; gap: .6rem; align-items: center; font-weight: 600; }
.checks i { color: var(--sage); }

.reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.reviews article {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.4rem;
}
.stars { color: var(--rose); font-size: 1rem; margin-bottom: .7rem; letter-spacing: .1em; }
.reviews p { color: var(--muted); font-style: italic; margin-bottom: 1rem; }
.reviews strong { font-size: .9rem; color: var(--sage-dark); }

.book-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}
.book-grid > div > p { color: var(--muted); margin: .7rem 0 1.2rem; }
.info { display: grid; gap: .55rem; }
.info p {
    display: flex;
    gap: .6rem;
    align-items: center;
    font-weight: 600;
    margin: 0 !important;
    color: var(--ink) !important;
}
.info i { color: var(--sage); width: 1.2rem; }
form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.4rem;
    display: grid;
    gap: .75rem;
    box-shadow: var(--shadow);
}
input, select, textarea {
    width: 100%;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: .8rem 1rem;
    font: inherit;
    background: var(--cream);
    color: var(--ink);
}
input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--sage);
}

.footer {
    background: var(--sage-deep);
    color: #c5d0ca;
    padding: 1.5rem 0;
}
.foot {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}
.foot strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    color: #fff;
    display: block;
}
.foot a { color: var(--rose); }

.wa {
    position: fixed;
    right: 1.1rem;
    bottom: 1.1rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    z-index: 60;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
}

@media (max-width: 900px) {
    .treatments, .packages, .why-grid, .reviews, .book-grid { grid-template-columns: 1fr; }
    .treat { grid-template-columns: 1fr; }
    .treat img { width: 100%; height: 160px; }
    .packages, .reviews { grid-template-columns: 1fr; }
    .cta { display: none; }
    .burger { display: block; margin-left: auto; }
    nav {
        display: none;
        position: absolute;
        left: 0; right: 0; top: 100%;
        background: var(--cream);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        padding: 1rem 4%;
        gap: .8rem;
    }
    nav.open { display: flex; }
}
