/*
Theme Name: Clovaya Spa & Massage
Theme URI: https://clovaya.example/
Author: Clovaya
Author URI: https://clovaya.example/
Description: A calm, editorial WordPress theme for Clovaya Spa & Massage, shaped around the clover, tulip and infinity brand story.
Version: 1.4.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: clovaya
Tags: custom-logo, custom-menu, featured-images, one-column, accessibility-ready, translation-ready
*/

:root {
  --clv-ink: #17391f;
  --clv-ink-deep: #0d2a17;
  --clv-moss: #62725c;
  --clv-sage: #a9b39a;
  --clv-cream: #f4f0e7;
  --clv-paper: #fbf9f4;
  --clv-gold: #e3ad28;
  --clv-gold-soft: #f0ce72;
  --clv-clay: #aa6f55;
  --clv-blush: #ead9cb;
  --clv-warm: #efe3d3;
  --clv-line: rgba(23, 57, 31, 0.18);
  --clv-serif: "Cormorant Garamond", Georgia, serif;
  --clv-sans: "Manrope", Arial, sans-serif;
  --clv-radius: 2px;
  --clv-shadow: 0 28px 70px rgba(20, 39, 21, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--clv-ink);
  background: var(--clv-paper);
  font-family: var(--clv-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { clip: auto; width: auto; height: auto; padding: 12px; margin: 8px; background: #fff; z-index: 10000; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px;
  color: var(--clv-gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.section-title {
  margin: 0; font-family: var(--clv-serif); font-size: clamp(3rem, 5.2vw, 5.6rem);
  font-weight: 400; letter-spacing: -0.04em; line-height: 0.92;
}
.section-copy { max-width: 590px; margin: 25px 0 0; color: #546457; font-size: 1rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 54px; padding: 0 27px; border: 1px solid var(--clv-ink); border-radius: var(--clv-radius);
  background: var(--clv-ink); color: #fff; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--clv-gold); border-color: var(--clv-gold); color: var(--clv-ink-deep); }
.button--light { background: #fff; color: var(--clv-ink); border-color: #fff; }
.button--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.62); }
.button--outline:hover { background: #fff; border-color: #fff; color: var(--clv-ink); }
.button--gold { background: var(--clv-gold); border-color: var(--clv-gold); color: var(--clv-ink-deep); }
.button--gold:hover { background: #f1c75f; border-color: #f1c75f; }
.button--soft { background: transparent; border-color: rgba(23,57,31,.35); color: var(--clv-ink); }
.button--soft:hover { background: var(--clv-ink); border-color: var(--clv-ink); color: #fff; }
.button--full { width: 100%; }
.icon-arrow-up-right { display: block; flex: 0 0 auto; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.7; }
.text-link .icon-arrow-up-right { width: 16px; height: 16px; transition: transform .2s ease; }
.text-link:hover .icon-arrow-up-right { transform: translate(2px, -2px); }
.service-card__footer .icon-arrow-up-right { width: 19px; height: 19px; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 50; height: 104px; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.2); transition: background .25s ease, height .25s ease;
}
.site-header.is-scrolled { position: fixed; height: 80px; background: rgba(13,42,23,.96); backdrop-filter: blur(12px); }
.site-header__inner { height: 100%; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; column-gap: clamp(24px, 4vw, 58px); align-items: center; }
.site-brand { justify-self: start; display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.site-brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 4px 18px rgba(0,0,0,.14)); }
.site-brand__word { display: grid; line-height: 1; }
.site-brand__word strong { font-family: var(--clv-serif); font-size: 1.55rem; font-weight: 500; letter-spacing: .11em; }
.site-brand__word small { margin-top: 6px; color: var(--clv-gold-soft); font-size: .47rem; font-weight: 800; letter-spacing: .28em; }
.is-scrolled .site-brand img { width: 50px; height: 50px; }
.primary-nav { min-width: 0; justify-self: center; }
.primary-nav ul, .footer-menu { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.primary-nav li, .primary-nav a { white-space: nowrap; }
.primary-nav a { position: relative; font-size: 0.68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--clv-gold); transition: width .25s; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { width: 100%; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.header-book { padding: 13px 18px; background: #fff; color: var(--clv-ink); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.45); background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s; }

.hero {
  position: relative; min-height: 760px; height: 92svh; display: flex; align-items: flex-end; overflow: hidden;
  color: #fff; background: var(--clv-ink-deep);
}
.hero__media { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.01); }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,26,15,.83) 0%, rgba(6,26,15,.56) 38%, rgba(6,26,15,.12) 72%), linear-gradient(0deg, rgba(6,26,15,.42), transparent 45%); }
.hero__content { position: relative; z-index: 2; padding-bottom: clamp(82px, 10vh, 120px); }
.hero__kicker { margin-bottom: 24px; color: var(--clv-gold-soft); }
.hero h1 { max-width: 780px; margin: 0; font-family: var(--clv-serif); font-size: clamp(4rem, 7.5vw, 7.7rem); font-weight: 400; line-height: .86; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--clv-gold-soft); font-weight: 400; }
.hero__lead { max-width: 550px; margin: 28px 0 34px; color: rgba(255,255,255,.86); font-size: 1.02rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__side-note { position: absolute; right: 42px; bottom: 106px; z-index: 2; display: flex; align-items: center; gap: 14px; writing-mode: vertical-rl; font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; }
.hero__side-note::before { content: ""; width: 1px; height: 54px; background: rgba(255,255,255,.6); }
.availability { background: var(--clv-gold); color: var(--clv-ink-deep); }
.availability__inner { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.availability__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clv-ink); box-shadow: 0 0 0 5px rgba(23,57,31,.12); }

.intro { position: relative; padding: 145px 0 130px; overflow: hidden; }
.intro__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: center; }
.intro__mark { position: absolute; width: 460px; right: -130px; top: 10px; opacity: .045; pointer-events: none; }
.intro__statement { padding-left: 36px; border-left: 1px solid var(--clv-gold); }
.intro__statement p { margin: 0; font-family: var(--clv-serif); font-size: clamp(1.65rem, 2.7vw, 2.6rem); line-height: 1.25; color: var(--clv-ink); }
.intro__signature { margin-top: 28px; color: var(--clv-moss); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.symbols { padding: 110px 0; color: #fff; background: var(--clv-ink-deep); }
.symbols__header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.symbols .section-copy { color: rgba(255,255,255,.65); }
.symbols__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.symbol { position: relative; padding: 47px 42px 34px 0; border-right: 1px solid rgba(255,255,255,.17); }
.symbol + .symbol { padding-left: 42px; }
.symbol:last-child { border-right: 0; }
.symbol__number { color: var(--clv-gold); font-family: var(--clv-serif); font-size: 1.15rem; }
.symbol h3 { margin: 22px 0 12px; font-family: var(--clv-serif); font-size: 2.2rem; font-weight: 400; }
.symbol p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.symbol__glyph { position: absolute; top: 36px; right: 32px; color: rgba(227,173,40,.3); font-family: var(--clv-serif); font-size: 3rem; line-height: 1; }

.treatments { padding: 145px 0; background: var(--clv-cream); }
.treatments__top { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 64px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.treatment-list { border-top: 1px solid var(--clv-line); }
.treatment {
  display: grid; grid-template-columns: 52px 1.2fr 1.4fr auto; gap: 32px; align-items: center;
  min-height: 138px; padding: 26px 0; border-bottom: 1px solid var(--clv-line); transition: padding .25s ease, color .25s ease;
}
.treatment:hover { padding-left: 14px; color: #987014; }
.treatment__index { font-family: var(--clv-serif); font-size: 1.05rem; }
.treatment h3 { margin: 0; font-family: var(--clv-serif); font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 400; line-height: 1; }
.treatment p { margin: 0; color: #657067; font-size: .88rem; line-height: 1.55; }
.treatment__meta { display: flex; gap: 25px; white-space: nowrap; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--clv-ink); color: #fff; }
.experience__image { min-height: 550px; background-size: cover; background-position: 67% center; }
.experience__content { display: flex; align-items: center; padding: 80px clamp(48px, 8vw, 125px); }
.experience__content .section-copy { color: rgba(255,255,255,.68); }
.experience__content .button { margin-top: 32px; }
.ritual-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 42px 0 0; }
.ritual-step { padding-top: 19px; border-top: 1px solid rgba(255,255,255,.24); }
.ritual-step span { color: var(--clv-gold); font-family: var(--clv-serif); font-size: 1.25rem; }
.ritual-step strong { display: block; margin-top: 8px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.testimonials { padding: 135px 0; text-align: center; }
.testimonials .eyebrow { justify-content: center; }
.testimonial { max-width: 880px; margin: 0 auto; }
.testimonial blockquote { margin: 0; font-family: var(--clv-serif); font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1.16; letter-spacing: -.02em; }
.testimonial cite { display: block; margin-top: 30px; color: var(--clv-moss); font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.booking { padding: 38px; background: var(--clv-paper); }
.booking__panel { position: relative; min-height: 510px; display: grid; place-items: center; overflow: hidden; background: var(--clv-gold); text-align: center; }
.booking__panel::before, .booking__panel::after { content: "∞"; position: absolute; color: rgba(23,57,31,.07); font-family: var(--clv-serif); font-size: 32rem; line-height: 1; }
.booking__panel::before { left: -120px; top: -170px; transform: rotate(-15deg); }
.booking__panel::after { right: -140px; bottom: -205px; transform: rotate(12deg); }
.booking__content { position: relative; z-index: 1; width: min(770px, calc(100% - 40px)); }
.booking__content h2 { margin: 0; font-family: var(--clv-serif); font-size: clamp(3.3rem, 7vw, 6.8rem); font-weight: 400; letter-spacing: -.05em; line-height: .86; }
.booking__content p { max-width: 550px; margin: 25px auto 31px; }

.site-footer { padding: 85px 0 30px; color: #fff; background: #0a2413; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 90px; padding-bottom: 70px; }
.footer-brand img { width: 175px; height: auto; margin-bottom: 25px; }
.footer-brand p { max-width: 360px; color: rgba(255,255,255,.58); font-size: .88rem; }
.footer-title { margin: 0 0 23px; color: var(--clv-gold); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.footer-nav a, .footer-contact a, .footer-contact span { color: rgba(255,255,255,.73); font-size: .88rem; }
.footer-contact { display: grid; gap: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.43); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #2abf64; color: #fff; box-shadow: 0 14px 35px rgba(15,76,35,.28); font-weight: 900; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.whatsapp-float svg path:last-child { fill: currentColor; stroke: none; }

.editorial-hero {
  position: relative; min-height: 690px; display: flex; align-items: flex-end; overflow: hidden;
  padding: 190px 0 92px; color: #fff; background: var(--clv-ink-deep);
}
.editorial-hero__image { position: absolute; inset: 0; background-size: cover; background-position: 62% center; transform: scale(1.02); }
.editorial-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,31,17,.92) 0%, rgba(8,31,17,.73) 43%, rgba(8,31,17,.24) 80%), linear-gradient(0deg, rgba(8,31,17,.45), transparent 55%); }
.editorial-hero__content { position: relative; z-index: 2; }
.editorial-hero h1 { max-width: 880px; margin: 0; font-family: var(--clv-serif); font-size: clamp(4rem, 7.4vw, 7.2rem); font-weight: 400; line-height: .88; letter-spacing: -.045em; }
.editorial-hero h1 em { color: var(--clv-gold-soft); font-weight: 400; }
.editorial-hero__intro { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: 1rem; }
.page-button-group { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.page-button-group--center { justify-content: center; }
.page-button-group--dark .button--soft { border-color: rgba(23,57,31,.34); }

.page-section { padding: 125px 0; }
.page-section--paper { background: var(--clv-paper); }
.page-section--cream { background: var(--clv-cream); }
.page-section--warm { background: linear-gradient(135deg, #efe3d3 0%, #f5ede4 100%); }
.page-section--green { color: #fff; background: var(--clv-ink-deep); }
.section-title--medium { font-size: clamp(2.8rem, 4.7vw, 4.9rem); line-height: .98; }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.section-heading > p { max-width: 520px; margin: 0; color: #5c685e; }
.section-heading--center { display: block; max-width: 850px; margin: 0 auto 62px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }

.story-split { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(55px, 8vw, 115px); align-items: center; }
.story-split__image { position: relative; min-height: 660px; background-size: cover; background-position: 70% center; box-shadow: var(--clv-shadow); }
.story-split__image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); margin: 16px; pointer-events: none; }
.image-note { position: absolute; z-index: 1; left: -27px; bottom: 38px; max-width: 230px; padding: 20px 24px; background: var(--clv-gold); color: var(--clv-ink-deep); font-family: var(--clv-serif); font-size: 1.35rem; line-height: 1.1; }
.story-split__content > p:not(.eyebrow) { color: #5c685e; }
.story-split__content .text-link { margin-top: 18px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { min-height: 340px; padding: 42px 38px; border: 1px solid rgba(23,57,31,.14); background: rgba(251,249,244,.73); transition: transform .25s ease, box-shadow .25s ease; }
.value-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(75,49,35,.09); }
.value-card__icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--clv-ink); color: var(--clv-gold); font-family: var(--clv-serif); font-size: 2rem; }
.value-card h3 { margin: 50px 0 14px; font-family: var(--clv-serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.value-card p { margin: 0; color: #667066; font-size: .9rem; }
.promise { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: start; }
.promise__copy > p { margin-top: 0; color: rgba(255,255,255,.68); }
.check-list { display: grid; gap: 15px; margin: 32px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 0 0 15px 28px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: .88rem; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--clv-gold); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { display: flex; flex-direction: column; min-height: 520px; padding: 34px; background: var(--clv-ink); color: #fff; }
.service-card--light { background: #e9dccb; color: var(--clv-ink); }
.service-card__top { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--clv-gold-soft); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-card--light .service-card__top { border-color: rgba(23,57,31,.16); color: var(--clv-clay); }
.service-card h3 { margin: 45px 0 18px; font-family: var(--clv-serif); font-size: 2.55rem; font-weight: 400; line-height: .95; }
.service-card > p { margin: 0; color: rgba(255,255,255,.64); font-size: .88rem; }
.service-card--light > p { color: #667066; }
.service-card ul { display: grid; gap: 9px; margin: 30px 0 32px; padding: 0; list-style: none; color: rgba(255,255,255,.72); font-size: .78rem; }
.service-card--light ul { color: #526158; }
.service-card li::before { content: "·"; margin-right: 9px; color: var(--clv-gold); }
.service-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.service-card--light .service-card__footer { border-color: rgba(23,57,31,.16); }
.service-card__footer a { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--clv-gold); color: var(--clv-ink); font-size: 1.2rem; transition: transform .2s, background .2s; }
.service-card__footer a:hover { transform: rotate(12deg); background: #f2c65a; }
.package-band { padding: 85px 0; color: #fff; background: var(--clv-clay); }
.package-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.package-band h2 { margin: 0; font-family: var(--clv-serif); font-size: clamp(2.8rem, 4vw, 4.4rem); font-weight: 400; line-height: 1; }
.package-band p:not(.eyebrow) { max-width: 650px; margin: 18px 0 0; color: rgba(255,255,255,.74); }

.ritual-timeline { position: relative; max-width: 980px; margin: 0 auto; }
.ritual-timeline::before { content: ""; position: absolute; top: 55px; bottom: 55px; left: 56px; width: 1px; background: var(--clv-line); }
.ritual-chapter { position: relative; display: grid; grid-template-columns: 112px 1fr; gap: 45px; padding: 48px 0; border-bottom: 1px solid var(--clv-line); }
.ritual-chapter:last-child { border-bottom: 0; }
.ritual-chapter__number { position: relative; z-index: 1; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; background: var(--clv-gold); color: var(--clv-ink); font-family: var(--clv-serif); font-size: 1.5rem; }
.ritual-chapter__label { margin: 7px 0 11px; color: var(--clv-clay); font-size: .68rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ritual-chapter h3 { margin: 0; font-family: var(--clv-serif); font-size: clamp(2.2rem, 3.4vw, 3.5rem); font-weight: 400; line-height: 1; }
.ritual-chapter div > p:last-child { max-width: 670px; margin: 17px 0 0; color: #647067; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-card { position: relative; min-height: 250px; padding: 38px; border: 1px solid rgba(23,57,31,.14); background: rgba(255,255,255,.45); }
.detail-card > span { color: var(--clv-clay); font-family: var(--clv-serif); font-size: 1.1rem; }
.detail-card h3 { margin: 45px 0 12px; font-family: var(--clv-serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.detail-card p { max-width: 520px; margin: 0; color: #637068; font-size: .88rem; }
.etiquette__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 110px; }
.etiquette__list { display: grid; }
.etiquette__list > div { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.etiquette__list strong { color: var(--clv-gold); font-family: var(--clv-serif); font-size: 1.4rem; font-weight: 500; }
.etiquette__list p { margin: 0; color: rgba(255,255,255,.65); font-size: .88rem; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 6vw, 90px); align-items: start; }
.contact-intro > p:not(.eyebrow) { max-width: 620px; color: #5d695f; }
.contact-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 58px; border-top: 1px solid var(--clv-line); border-bottom: 1px solid var(--clv-line); }
.contact-facts > div { padding: 25px 20px 25px 0; }
.contact-facts span { display: block; margin-bottom: 7px; color: var(--clv-clay); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-facts strong { font-size: .82rem; }
.booking-card { padding: 46px 42px; background: var(--clv-ink); color: #fff; box-shadow: var(--clv-shadow); }
.booking-card__eyebrow { color: var(--clv-gold); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.booking-card h3 { margin: 12px 0 35px; font-family: var(--clv-serif); font-size: 2.6rem; font-weight: 400; line-height: 1; }
.booking-card ol { display: grid; gap: 0; margin: 0 0 32px; padding: 0; list-style: none; }
.booking-card li { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.booking-card li > span { color: var(--clv-gold); font-family: var(--clv-serif); }
.booking-card li strong { font-size: .8rem; }
.booking-card li p { margin: 4px 0 0; color: rgba(255,255,255,.55); font-size: .74rem; line-height: 1.5; }
.booking-form-card { padding: clamp(32px, 4vw, 52px); background: var(--clv-ink); color: #fff; box-shadow: var(--clv-shadow); }
.booking-form-card__eyebrow { margin: 0; color: var(--clv-gold); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.booking-form-card h3 { margin: 12px 0 14px; font-family: var(--clv-serif); font-size: clamp(2.7rem, 4vw, 4rem); font-weight: 400; line-height: .92; }
.booking-form-card__intro { max-width: 580px; margin: 0 0 30px; color: rgba(255,255,255,.66); font-size: .84rem; }
.booking-notice { margin: 0 0 25px; padding: 15px 17px; border-left: 3px solid; font-size: .78rem; line-height: 1.55; }
.booking-notice--success { border-color: #70d89a; background: rgba(112,216,154,.12); color: #d5f6e1; }
.booking-notice--error { border-color: #f1aa8f; background: rgba(241,170,143,.12); color: #ffe0d5; }
.booking-form { position: relative; }
.booking-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.booking-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; }
.form-field { display: grid; gap: 8px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > span { color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-field small { color: rgba(255,255,255,.4); font-weight: 500; letter-spacing: 0; text-transform: none; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 51px; border: 1px solid rgba(255,255,255,.22); border-radius: 0; outline: 0; background: rgba(255,255,255,.055); color: #fff; transition: border-color .2s, background .2s, box-shadow .2s; }
.form-field input, .form-field select { padding: 0 14px; }
.form-field textarea { min-height: 116px; padding: 13px 14px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.34); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--clv-gold); background: rgba(255,255,255,.09); box-shadow: 0 0 0 2px rgba(227,173,40,.13); }
.form-field input[type="date"], .form-field input[type="time"] { color-scheme: dark; }
.form-field select option { color: var(--clv-ink); background: #fff; }
.booking-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 22px 0; color: rgba(255,255,255,.62); font-size: .71rem; line-height: 1.55; }
.booking-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--clv-gold); }
.booking-form .button { border: 0; cursor: pointer; }
.booking-form__note { margin: 13px 0 0; color: rgba(255,255,255,.42); font-size: .66rem; text-align: center; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-grid details { padding: 0 25px; border: 1px solid var(--clv-line); background: #fff; }
.faq-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-family: var(--clv-serif); font-size: 1.3rem; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--clv-gold); font-family: var(--clv-sans); font-size: 1.25rem; transition: transform .2s; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { margin: -4px 0 24px; color: #647067; font-size: .85rem; }

.inner-cta { padding: 36px; background: var(--clv-paper); }
.inner-cta__panel { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; max-width: none; width: 100%; background: var(--clv-gold); text-align: center; }
.inner-cta__panel > img { position: absolute; right: -80px; bottom: -140px; width: 480px; opacity: .075; }
.inner-cta__content { position: relative; z-index: 1; width: min(780px, calc(100% - 40px)); }
.inner-cta__content .eyebrow { justify-content: center; color: var(--clv-ink); }
.inner-cta__content h2 { margin: 0; font-family: var(--clv-serif); font-size: clamp(3.3rem, 6vw, 6.2rem); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.inner-cta__content > p { max-width: 560px; margin: 23px auto 0; }

.page-hero { padding: 175px 0 90px; color: #fff; background: var(--clv-ink); }
.page-hero h1 { margin: 0; font-family: var(--clv-serif); font-size: clamp(3.5rem, 7vw, 6rem); font-weight: 400; line-height: 1; }
.content-area { padding: 90px 0 120px; }
.entry-content { max-width: 760px; margin: 0 auto; }
.entry-content h2, .entry-content h3 { font-family: var(--clv-serif); font-weight: 400; line-height: 1.05; }
.entry-content h2 { font-size: 2.8rem; }
.entry-content h3 { font-size: 2rem; }

@media (max-width: 980px) {
  .container { width: min(100% - 38px, 860px); }
  .site-header { height: 86px; }
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-brand { justify-self: start; }
  .site-brand img { width: 52px; height: 52px; }
  .menu-toggle { display: block; justify-self: end; }
  .header-actions { display: none; }
  .primary-nav {
    position: fixed; inset: 0; display: grid; place-items: center; padding: 110px 28px 50px;
    background: var(--clv-ink-deep); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s;
  }
  .menu-open .primary-nav { opacity: 1; visibility: visible; transform: none; }
  .primary-nav ul { flex-direction: column; gap: 25px; }
  .primary-nav a { font-family: var(--clv-serif); font-size: 2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .menu-open .menu-toggle { position: relative; z-index: 2; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .intro__grid, .symbols__header { grid-template-columns: 1fr; gap: 55px; }
  .symbols__grid { grid-template-columns: 1fr; }
  .symbol, .symbol + .symbol { padding: 35px 20px 35px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .symbol:last-child { border-bottom: 0; }
  .treatment { grid-template-columns: 38px 1fr auto; }
  .treatment p { grid-column: 2 / 4; }
  .experience { grid-template-columns: 1fr; }
  .experience__image { min-height: 580px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .section-heading, .promise, .etiquette__grid { grid-template-columns: 1fr; gap: 45px; }
  .story-split { grid-template-columns: 1fr; }
  .story-split__image { min-height: 580px; }
  .value-grid, .service-grid { grid-template-columns: 1fr 1fr; }
  .value-card:last-child, .service-card:last-child { grid-column: 1 / -1; }
  .package-band__inner { align-items: flex-start; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 30px); }
  .section-title { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero { height: auto; min-height: 760px; }
  .site-brand { gap: 8px; }
  .site-brand img { width: 46px; height: 46px; }
  .site-brand__word strong { font-size: 1.17rem; }
  .site-brand__word small { font-size: .38rem; letter-spacing: .2em; }
  .hero__media { background-position: 63% center; }
  .hero__media::after { background: linear-gradient(90deg, rgba(6,26,15,.84), rgba(6,26,15,.42)), linear-gradient(0deg, rgba(6,26,15,.65), transparent 55%); }
  .hero__content { padding-bottom: 72px; }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 5.5rem); }
  .hero__lead { font-size: .93rem; }
  .hero__actions .button { width: 100%; }
  .hero__side-note { display: none; }
  .availability__inner { padding: 13px 0; font-size: .61rem; line-height: 1.5; }
  .intro, .treatments, .testimonials { padding: 92px 0; }
  .intro__statement { padding-left: 22px; }
  .symbols { padding: 85px 0; }
  .symbols__header { margin-bottom: 45px; }
  .treatments__top { align-items: start; flex-direction: column; margin-bottom: 45px; }
  .treatment { grid-template-columns: 30px 1fr; gap: 18px; padding: 30px 0; }
  .treatment p, .treatment__meta { grid-column: 2; }
  .treatment__meta { justify-content: space-between; gap: 12px; }
  .experience__image { min-height: 460px; background-position: 68% center; }
  .experience__content { padding: 75px 22px; }
  .ritual-steps { grid-template-columns: 1fr; }
  .booking { padding: 15px; }
  .booking__panel { min-height: 480px; }
  .booking__content h2 { font-size: 3.8rem; }
  .site-footer { padding-top: 65px; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .editorial-hero { min-height: 700px; padding: 150px 0 68px; }
  .editorial-hero__image { background-position: 68% center; }
  .editorial-hero h1 { font-size: clamp(3.6rem, 17vw, 5.3rem); }
  .editorial-hero__intro { font-size: .9rem; }
  .page-button-group .button { width: 100%; }
  .page-section { padding: 85px 0; }
  .section-heading { margin-bottom: 42px; }
  .story-split__image { min-height: 450px; }
  .image-note { left: -8px; bottom: 20px; }
  .value-grid, .service-grid, .detail-grid, .faq-grid { grid-template-columns: 1fr; }
  .value-card:last-child, .service-card:last-child { grid-column: auto; }
  .value-card { min-height: 300px; }
  .service-card { min-height: 500px; padding: 30px 26px; }
  .ritual-timeline::before { left: 36px; }
  .ritual-chapter { grid-template-columns: 72px 1fr; gap: 22px; }
  .ritual-chapter__number { width: 72px; height: 72px; }
  .contact-facts { grid-template-columns: 1fr; }
  .contact-facts > div { border-bottom: 1px solid var(--clv-line); }
  .contact-facts > div:last-child { border-bottom: 0; }
  .booking-card { padding: 38px 25px; }
  .booking-form-card { padding: 36px 24px; }
  .booking-form__grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .inner-cta { padding: 15px; }
  .inner-cta__panel { min-height: 470px; }
  .etiquette__list > div { grid-template-columns: 75px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
