﻿:root {
    --cream: #faf7f2;
    --beige: #f0e8dc;
    --gold: #b8956b;
    --gold-dark: #9a7a52;
    --text: #3d3429;
    --text-muted: #6b5f52;
    --white: #ffffff;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'Lato', system-ui, sans-serif;
    --container: 1180px;
    --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-sans);
    color: var(--text);
    background: var(--cream);
    line-height: 1.6;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5c-8 0-12 6-12 12 0 6 4 10 12 10' fill='none' stroke='%23b8956b' stroke-opacity='0.06'/%3E%3C/svg%3E");
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select { font: inherit; }

.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 100;
    background: rgba(250, 247, 242, 0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(184, 149, 107, 0.2);
}
.header-inner {
    display: grid; grid-template-columns: auto 1fr auto; align-items: center;
    gap: 2rem; min-height: 72px;
}
.logo {
    font-family: var(--font-serif);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--text);
}
.main-nav ul { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.main-nav a {
    font-size: 0.75rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.1em; color: var(--text-muted);
}
.main-nav a:hover, .main-nav a.active { color: var(--gold-dark); }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.menu-toggle span { width: 22px; height: 2px; background: var(--text); }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
    padding: 0.75rem 1.5rem; border-radius: 4px; font-weight: 600;
    font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em;
    border: none; cursor: pointer; transition: opacity 0.2s, background 0.2s;
}
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-dark); }
.btn-outline { background: transparent; border: 1px solid var(--gold); color: var(--gold-dark); }
.btn-outline:hover { background: rgba(184, 149, 107, 0.1); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.72rem; }
.btn-lg { padding: 1rem 2rem; }
.btn-block { width: 100%; }

.section-kicker { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 0.5rem; }
.section-title {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
    color: var(--text);
}
.section-title.left { text-align: left; }
.section-desc { text-align: center; color: var(--text-muted); margin-bottom: 2.5rem; }
.section-head.decor { text-align: center; }
.section-head.decor .icon { color: var(--gold); margin: 0 auto 0.75rem; display: block; }
.section { padding: 5rem 0; }

.hero {
    position: relative; margin-top: 72px; min-height: 85vh;
    display: flex; align-items: center;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(250, 247, 242, 0.92) 0%, rgba(250, 247, 242, 0.5) 55%, transparent 100%);
}
.hero-split {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem;
    align-items: center; padding: 4rem 0;
}
.hero-copy { max-width: 520px; }
.hero-eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 1rem; }
.hero-copy h1 {
    font-family: var(--font-serif);
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 1rem;
}
.hero-lead { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 1.25rem; }
.hero-perks { margin-bottom: 1.5rem; }
.hero-perks li {
    display: flex; align-items: center; gap: 0.45rem;
    font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0.4rem;
}
.hero-perks .icon { color: var(--gold); flex-shrink: 0; }
.hero-booking h2 { font-family: var(--font-serif); font-size: 1.35rem; text-transform: uppercase; margin-bottom: 0.35rem; }
.hero-booking > p { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 1rem; }

.seasonal-strip { background: var(--text); color: var(--white); padding: 0.85rem 0; }
.seasonal-inner {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    gap: 0.75rem 1.25rem; font-size: 0.85rem;
}
.seasonal-label {
    font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--gold); border: 1px solid rgba(184, 149, 107, 0.5); padding: 0.2rem 0.5rem;
}
.seasonal-price s { opacity: 0.5; margin-left: 0.35rem; font-weight: 400; }

.mood-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
.mood-card {
    background: var(--white); border: 2px solid transparent; border-radius: var(--radius);
    padding: 1.25rem; text-align: center; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s;
}
.mood-card:hover, .mood-card.active { border-color: var(--gold); box-shadow: 0 8px 24px rgba(184, 149, 107, 0.15); }
.mood-icon { display: block; color: var(--gold); margin: 0 auto 0.6rem; }
.mood-card h3 { font-family: var(--font-serif); font-size: 1.05rem; margin-bottom: 0.35rem; }
.mood-card p { font-size: 0.82rem; color: var(--text-muted); }
.mood-result {
    display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
}
.mood-result small { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); }
.mood-result h3 { font-family: var(--font-serif); font-size: 1.25rem; }
.mood-result p { color: var(--text-muted); font-size: 0.88rem; }

.rituals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.ritual-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 28px rgba(61, 52, 41, 0.08); }
.ritual-visual { position: relative; }
.ritual-visual img { width: 100%; aspect-ratio: 5/3; object-fit: cover; }
.ritual-duration {
    position: absolute; bottom: 0.75rem; left: 0.75rem;
    display: inline-flex; align-items: center; gap: 0.3rem;
    font-size: 0.75rem; font-weight: 600; padding: 0.3rem 0.6rem;
    background: rgba(250, 247, 242, 0.92); border-radius: 999px;
}
.ritual-body { padding: 1.25rem; }
.ritual-tagline { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 0.35rem; }
.ritual-body h3 { font-family: var(--font-serif); font-size: 1.2rem; margin-bottom: 0.35rem; }
.ritual-for { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.ritual-steps { margin-bottom: 1rem; padding-left: 1.1rem; }
.ritual-steps li { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 0.25rem; list-style: decimal; }
.ritual-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--beige); padding-top: 0.85rem; }
.ritual-footer strong { font-size: 1.1rem; color: var(--gold-dark); }

.spa-day-section { background: var(--beige); }
.spa-day-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.5rem; align-items: start; }
.spa-day-copy p { color: var(--text-muted); margin-bottom: 1.5rem; max-width: 420px; }
.spa-day-stats { display: flex; gap: 2rem; }
.spa-day-stats strong { display: block; font-family: var(--font-serif); font-size: 1.75rem; color: var(--gold-dark); }
.spa-day-stats span { font-size: 0.78rem; color: var(--text-muted); }
.spa-day-timeline { display: grid; gap: 0; }
.spa-day-step {
    display: grid; grid-template-columns: 4.5rem 1fr; gap: 1rem;
    padding: 1.1rem 0; border-left: 2px solid var(--gold); margin-left: 2rem; padding-left: 1.5rem; position: relative;
}
.spa-day-step::before {
    content: ''; position: absolute; left: -7px; top: 1.35rem;
    width: 12px; height: 12px; border-radius: 50%; background: var(--gold);
}
.spa-day-step time { font-weight: 700; font-size: 0.88rem; color: var(--gold-dark); }
.spa-day-step h3 { font-family: var(--font-serif); font-size: 1rem; margin-bottom: 0.2rem; }
.spa-day-step p { font-size: 0.85rem; color: var(--text-muted); }

.brands-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
.brand-card { text-align: center; padding: 1.25rem !important; }
.brand-card h3 { font-family: var(--font-serif); font-size: 1.1rem; margin-bottom: 0.25rem; }
.brand-origin { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); }
.brand-card p { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.5rem; }
.hygiene-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 1.5rem; }
.hygiene-list li { display: flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; color: var(--text-muted); }
.hygiene-list .icon { color: var(--gold); }

.atmosphere-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.atmosphere-visual img { border-radius: var(--radius); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.atmosphere-items { display: grid; gap: 1rem; margin-top: 1.25rem; }
.atmosphere-item { display: flex; gap: 0.85rem; }
.atmosphere-item span { color: var(--gold); flex-shrink: 0; }
.atmosphere-item h3 { font-size: 0.95rem; margin-bottom: 0.15rem; }
.atmosphere-item p { font-size: 0.85rem; color: var(--text-muted); }

.transform-tabs { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.transform-tab {
    padding: 0.55rem 1.25rem; border: 1px solid rgba(184, 149, 107, 0.35);
    background: var(--white); border-radius: 999px; font-size: 0.78rem;
    font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; cursor: pointer;
}
.transform-tab.active { background: var(--gold); color: var(--white); border-color: var(--gold); }
.transform-panel { display: none; }
.transform-panel.active { display: block; }
.transform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.transform-card { background: var(--white); border-radius: var(--radius); overflow: hidden; }
.transform-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.transform-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 1rem; }
.transform-compare small { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.transform-compare p { font-size: 0.82rem; margin-top: 0.2rem; }
.transform-after { border-left: 2px solid var(--gold); padding-left: 0.75rem; }
.transform-procedure {
    display: block; text-align: center; padding: 0.5rem;
    font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
    background: var(--beige); color: var(--gold-dark);
}

.master-slot { font-size: 0.82rem; color: var(--gold-dark); font-weight: 600; margin-bottom: 0.5rem; }
.master-book { margin-top: 0.75rem; }

.certificates-section { background: var(--beige); }
.certificates-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; align-items: start; }
.cert-perks { margin: 1rem 0 1.25rem; }
.cert-perks li { display: flex; gap: 0.4rem; font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0.35rem; }
.cert-options { display: grid; gap: 0.75rem; }
.cert-option { padding: 0.75rem; background: var(--cream); border-radius: 8px; }
.cert-option strong { display: block; font-family: var(--font-serif); }
.cert-option span { color: var(--gold-dark); font-weight: 700; font-size: 0.9rem; }
.cert-option p { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.2rem; }
.cert-form h3 { font-family: var(--font-serif); margin-bottom: 1rem; text-transform: uppercase; }
.cert-form textarea {
    width: 100%; padding: 0.8rem; border: 1px solid rgba(184, 149, 107, 0.3);
    border-radius: 6px; background: var(--cream); resize: vertical;
}

.club-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.club-card { position: relative; text-align: center; }
.club-card.featured { border-color: var(--gold); box-shadow: 0 12px 32px rgba(184, 149, 107, 0.15); }
.club-badge {
    position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
    background: var(--gold); color: var(--white); font-size: 0.65rem;
    font-weight: 700; text-transform: uppercase; padding: 0.25rem 0.65rem; border-radius: 999px;
}
.club-card h3 { font-family: var(--font-serif); font-size: 1.25rem; margin-bottom: 0.25rem; }
.club-visits { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.club-price { font-size: 1.5rem; font-weight: 700; color: var(--gold-dark); margin-bottom: 1rem; }
.club-card ul { text-align: left; margin-bottom: 1.25rem; }
.club-card li { display: flex; gap: 0.4rem; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.4rem; }

.review-platform {
    font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.08em; color: var(--gold); margin-bottom: 0.35rem;
}
.faq-lead { color: var(--text-muted); margin-bottom: 1rem; font-size: 0.92rem; }

.slots-widget { margin-top: 0.5rem; }
.slots-title { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 0.75rem; }
.slots-grid { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.75rem; }
.slot-btn {
    padding: 0.5rem 0.85rem; border: 1px solid rgba(184, 149, 107, 0.35);
    border-radius: 6px; background: var(--cream); font-size: 0.82rem; font-weight: 600; cursor: pointer;
}
.slot-btn.active, .slot-btn:hover:not(.slot-busy) { background: var(--gold); color: var(--white); border-color: var(--gold); }
.slot-btn.slot-busy { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }
.slots-note { font-size: 0.82rem; color: var(--text-muted); }

.location-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 1.5rem; }
.location-list { margin: 1rem 0; }
.location-list li { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.6rem; color: var(--text-muted); }
.location-list .icon { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.location-note { font-size: 0.82rem; color: var(--text-muted); }
.location-map { overflow: hidden; padding: 0 !important; min-height: 260px; }
.location-map iframe { width: 100%; height: 100%; min-height: 260px; border: 0; }

.footer-discount { margin-top: 0.75rem; font-size: 0.82rem; opacity: 0.7; }

.slots-toast {
    position: fixed; bottom: 5.5rem; left: 1rem; z-index: 85;
    display: flex; align-items: center; gap: 0.4rem;
    padding: 0.75rem 1rem; border-radius: 10px;
    background: var(--text); color: var(--white); font-size: 0.82rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2); animation: fadeUp 0.4s ease;
}
.slots-toast[hidden] { display: none; }
.slots-toast strong { color: var(--gold); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.wa-widget {
    position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 90;
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 1.15rem; border-radius: 999px;
    background: #25d366; color: var(--white); font-weight: 700; font-size: 0.82rem;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}
.callback-widget {
    position: fixed; right: 1.25rem; bottom: 4.5rem; z-index: 90;
    width: 48px; height: 48px; border-radius: 50%; border: none;
    background: var(--gold); color: var(--white); cursor: pointer;
    display: grid; place-items: center; box-shadow: 0 6px 20px rgba(184, 149, 107, 0.4);
}

.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 1rem; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(61, 52, 41, 0.55); }
.modal-dialog {
    position: relative; width: min(420px, 100%); padding: 2rem 1.75rem;
    border-radius: var(--radius); background: var(--cream);
    border: 1px solid rgba(184, 149, 107, 0.25); box-shadow: 0 20px 50px rgba(61, 52, 41, 0.2);
}
.modal-wide { width: min(520px, 100%); }
.modal-close { position: absolute; top: 0.75rem; right: 0.75rem; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-muted); }
.modal-tag { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 0.5rem; }
.modal-dialog h2 { font-family: var(--font-serif); font-size: 1.35rem; margin-bottom: 0.5rem; }
.modal-dialog p, .modal-sub { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1rem; }
body.modal-open { overflow: hidden; }

.ritual-quiz .quiz-progress { height: 5px; background: var(--beige); border-radius: 999px; margin-bottom: 0.35rem; overflow: hidden; }
.ritual-quiz .quiz-progress-bar { height: 100%; background: var(--gold); transition: width 0.3s; }
.ritual-quiz .quiz-progress span { font-size: 0.72rem; color: var(--text-muted); }
.ritual-quiz .quiz-step { display: none; }
.ritual-quiz .quiz-step.active { display: block; }
.ritual-quiz .quiz-step h3 { font-size: 1rem; margin-bottom: 0.85rem; }
.ritual-quiz .quiz-options { display: grid; gap: 0.45rem; }
.ritual-quiz .quiz-options label {
    display: flex; align-items: center; gap: 0.5rem; padding: 0.7rem 0.9rem;
    border: 1px solid rgba(184, 149, 107, 0.25); border-radius: 8px; cursor: pointer; font-size: 0.88rem;
}
.ritual-quiz .quiz-options label:has(input:checked) { border-color: var(--gold); background: rgba(184, 149, 107, 0.08); }
.quiz-result-ritual { font-family: var(--font-serif); font-size: 1.35rem; color: var(--gold-dark); margin-bottom: 0.35rem; }
.ritual-quiz .quiz-nav { display: flex; justify-content: space-between; margin-top: 1rem; gap: 0.75rem; }

.trust-bar { background: var(--beige); padding: 2rem 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.trust-item { display: flex; gap: 0.75rem; }
.trust-icon { color: var(--gold); flex-shrink: 0; }
.trust-item h3 { font-size: 0.88rem; font-weight: 700; }
.trust-item p { font-size: 0.8rem; color: var(--text-muted); }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.service-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(61, 52, 41, 0.06);
    transition: transform 0.25s;
}
.service-card:hover { transform: translateY(-4px); }
.service-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.service-body { padding: 1.25rem; text-align: center; }
.service-body h3 { font-family: var(--font-serif); font-size: 1.05rem; margin-bottom: 0.5rem; text-transform: uppercase; }
.service-body p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.75rem; min-height: 3.2em; }
.service-price { display: block; font-weight: 700; color: var(--gold-dark); margin-bottom: 1rem; font-size: 0.9rem; }

.masters-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.master-card { text-align: center; }
.master-photo {
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 1.25rem;
    box-shadow: 0 12px 32px rgba(61, 52, 41, 0.1);
}
.master-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.master-card h3 { font-family: var(--font-serif); font-size: 1.25rem; margin-bottom: 0.25rem; }
.master-role { color: var(--gold); font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.75rem; }
.master-bio { font-size: 0.88rem; color: var(--text-muted); text-align: left; margin-bottom: 1rem; }
.master-credentials { text-align: left; }
.master-credentials li { font-size: 0.78rem; display: flex; gap: 0.35rem; margin-bottom: 0.3rem; color: var(--text-muted); }
.master-credentials .icon { color: var(--gold); flex-shrink: 0; }
.about-eeat { text-align: center; margin-top: 2rem; padding: 1rem; background: var(--beige); border-radius: var(--radius); font-size: 0.9rem; color: var(--text-muted); }

.gallery-section { background: var(--beige); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; }
.gallery-item img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
    position: absolute; inset: auto 0 0;
    padding: 0.5rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
    color: var(--white);
    font-size: 0.75rem;
    text-align: center;
}

.pricing-table { max-width: 640px; margin: 0 auto 1rem; background: var(--white); border-radius: var(--radius); padding: 1.5rem; }
.pricing-row {
    display: flex; justify-content: space-between; gap: 1rem;
    padding: 0.85rem 0; border-bottom: 1px solid var(--beige);
    font-size: 0.92rem;
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row strong { color: var(--gold-dark); white-space: nowrap; }
.pricing-note { text-align: center; font-size: 0.85rem; color: var(--text-muted); }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review-card { background: var(--white); padding: 1.5rem; border-radius: var(--radius); border: 1px solid rgba(184, 149, 107, 0.2); }
.stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 0.75rem; }
.review-card blockquote p { font-style: italic; color: var(--text-muted); margin-bottom: 1rem; font-size: 0.92rem; }
.review-card footer strong { display: block; font-size: 0.88rem; }
.review-card footer span { font-size: 0.78rem; color: var(--text-muted); }

.faq-grid { display: grid; grid-template-columns: 0.35fr 1fr; gap: 2rem; }
.faq-item { background: var(--white); border-radius: 10px; margin-bottom: 0.75rem; border: 1px solid rgba(184, 149, 107, 0.15); }
.faq-item summary { padding: 1rem 1.25rem; cursor: pointer; font-weight: 600; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding: 0 1.25rem 1rem; color: var(--text-muted); font-size: 0.92rem; }

.booking-section { padding: 5rem 0; background: var(--beige); }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.decor-box {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    border: 1px solid rgba(184, 149, 107, 0.2);
    box-shadow: 0 8px 24px rgba(61, 52, 41, 0.06);
}
.decor-box h2 { font-family: var(--font-serif); font-size: 1.5rem; text-transform: uppercase; margin-bottom: 0.5rem; }
.decor-box > p { color: var(--text-muted); margin-bottom: 1.5rem; font-size: 0.9rem; }
.calendar-mock { background: var(--cream); border-radius: 10px; padding: 1rem; }
.calendar-header { font-weight: 700; text-align: center; margin-bottom: 0.75rem; color: var(--gold-dark); }
.calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.35rem; }
.calendar-days span {
    display: grid; place-items: center;
    aspect-ratio: 1; font-size: 0.82rem;
    border-radius: 50%; cursor: default;
}
.calendar-days span.active { background: var(--gold); color: var(--white); font-weight: 700; }
.booking-form { display: grid; gap: 1rem; }
.booking-form label span { display: block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 0.35rem; }
.booking-form input, .booking-form select {
    width: 100%; padding: 0.8rem; border: 1px solid rgba(184, 149, 107, 0.3); border-radius: 6px; background: var(--cream);
}
.checkbox-label { display: flex; gap: 0.5rem; font-size: 0.82rem; color: var(--text-muted); align-items: flex-start; }
.checkbox-label input { width: auto; margin-top: 4px; }

.site-footer { background: var(--text); color: rgba(255,255,255,0.85); padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 0.8fr; gap: 2rem; padding-bottom: 2rem; }
.logo-footer { font-family: var(--font-serif); font-size: 1.1rem; display: block; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.88rem; opacity: 0.7; margin-bottom: 1rem; }
.footer-brand .icon { opacity: 0.4; color: var(--gold); }
.site-footer h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 1rem; }
.footer-contacts p { margin-bottom: 0.5rem; font-size: 0.88rem; opacity: 0.8; }
.footer-contacts .icon { vertical-align: middle; margin-right: 0.25rem; }
.social-links { display: flex; gap: 0.75rem; }
.social-links a {
    width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.3);
    display: grid; place-items: center; font-size: 0.75rem; font-weight: 700;
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 1rem; text-align: center; font-size: 0.8rem; opacity: 0.5; }

.toast {
    position: fixed; bottom: 2rem; right: 2rem;
    background: var(--text); color: var(--white);
    border: 1px solid var(--gold); padding: 1rem 1.25rem;
    border-radius: 8px; z-index: 200;
    transform: translateY(120%); opacity: 0; transition: 0.3s;
}
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 1024px) {
    .hero-split, .spa-day-grid, .atmosphere-grid, .certificates-grid, .location-grid { grid-template-columns: 1fr; }
    .services-grid, .mood-grid, .brands-grid, .club-grid { grid-template-columns: repeat(2, 1fr); }
    .rituals-grid { grid-template-columns: 1fr; }
    .masters-grid, .reviews-grid { grid-template-columns: 1fr; }
    .transform-grid { grid-template-columns: 1fr; }
    .booking-grid, .faq-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .main-nav { display: none; position: fixed; inset: 72px 0 auto; background: var(--cream); padding: 1rem; border-bottom: 1px solid rgba(184,149,107,0.2); }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; text-align: center; }
    .menu-toggle { display: flex; }
    .header-cta { display: none; }
    .services-grid, .mood-grid, .brands-grid, .club-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-overlay { background: rgba(250, 247, 242, 0.92); }
    .seasonal-inner { font-size: 0.78rem; }
    .wa-widget span { display: none; }
    .slots-toast { left: 0.5rem; right: 0.5rem; bottom: 4.5rem; font-size: 0.75rem; }
}
