:root {
  --forest: #173b33;
  --forest-deep: #0d2923;
  --forest-soft: #2f574c;
  --cream: #f6f1e8;
  --cream-light: #fbf9f4;
  --ink: #17211e;
  --muted: #65706b;
  --bronze: #b18a5c;
  --mint: #45bd94;
  --line: rgba(23, 59, 51, .17);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-light);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100;
  background: white; padding: .7rem 1rem; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  min-height: 92px; padding: 14px clamp(22px, 5vw, 76px);
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(28px, 5vw, 72px);
  background: rgba(251, 249, 244, .92); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23, 59, 51, .09);
}
.brand { display: inline-flex; flex-direction: column; width: 188px; line-height: 1; }
.brand img { width: 188px; height: auto; }
.brand span {
  margin-top: 4px; padding-left: 67px; color: var(--forest);
  text-transform: uppercase; letter-spacing: .16em; font-size: .58rem; white-space: nowrap;
}
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(20px, 2.5vw, 38px); }
.main-nav a { font-size: .79rem; font-weight: 500; letter-spacing: .05em; }
.main-nav a:not(.nav-book):hover { color: var(--bronze); }
.nav-book { padding: .76rem 1.15rem; border: 1px solid var(--forest); transition: .25s ease; }
.nav-book:hover { color: white; background: var(--forest); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--forest); }

.hero {
  min-height: calc(100vh - 92px); padding: clamp(48px, 7vw, 108px) clamp(22px, 7vw, 110px);
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
  align-items: center; gap: clamp(42px, 8vw, 120px); overflow: hidden;
}
.hero-copy { max-width: 610px; }
.eyebrow {
  margin: 0 0 1.25rem; color: var(--bronze); font-size: .71rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { margin: 0; font-size: clamp(3.5rem, 6.9vw, 7.25rem); letter-spacing: -.045em; }
h1 em { color: var(--forest-soft); font-weight: 500; }
.hero-intro { max-width: 570px; margin: 2rem 0 2.2rem; color: #4f5b56; font-size: clamp(1rem, 1.3vw, 1.16rem); }
.hero-actions, .booking-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 50px; padding: .82rem 1.45rem; display: inline-flex; align-items: center; justify-content: center;
  font-size: .77rem; font-weight: 600; letter-spacing: .06em; transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); border: 1px solid var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.button-quiet { border: 1px solid var(--line); }
.button-quiet:hover { border-color: var(--bronze); }
.location { margin-top: 1.5rem; color: var(--muted); font-size: .77rem; letter-spacing: .03em; }
.hero-visual { position: relative; padding: 0 0 34px 34px; }
.hero-visual::before {
  content: ""; position: absolute; left: 0; bottom: 0; width: 58%; height: 70%;
  border-left: 1px solid var(--bronze); border-bottom: 1px solid var(--bronze);
}
.hero-visual img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 54% center; filter: saturate(.78) contrast(1.02); }
.hero-mark {
  position: absolute; right: -26px; bottom: 0; min-width: 186px; padding: 1.2rem 1.4rem;
  color: white; background: var(--forest); font-family: var(--serif); font-size: 1.8rem; line-height: 1.05;
}
.hero-mark span { display: block; margin-bottom: .35rem; font-family: var(--sans); font-size: .6rem; letter-spacing: .17em; text-transform: uppercase; }

.intro-band {
  padding: 1.5rem clamp(22px, 7vw, 110px); display: flex; justify-content: space-between; align-items: center; gap: 24px;
  background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.intro-band p { margin: 0; font-family: var(--serif); font-size: 1.45rem; }
.intro-links { display: flex; gap: 26px; }
.intro-links a { padding-bottom: 2px; border-bottom: 1px solid var(--bronze); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.universe { padding: clamp(86px, 10vw, 150px) clamp(22px, 7vw, 110px); }
.universe-wellness { color: white; background: var(--forest); }
.section-heading { max-width: 800px; margin-bottom: clamp(48px, 6vw, 84px); }
.section-heading h2, .essence h2, .booking h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 5.8rem); letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 660px; margin-top: 1.6rem; color: rgba(255,255,255,.7); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.feature-card { min-height: 360px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.24); }
.feature-card:last-child { border-right: 0; }
.feature-card-featured {
  min-height: 0; padding: 0; grid-column: 1 / -1; display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24);
}
.feature-media { min-height: 580px; margin: 0; overflow: hidden; background: var(--forest-deep); }
.feature-media video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.02); }
.feature-content { padding: clamp(32px, 4vw, 64px); display: flex; flex-direction: column; justify-content: space-between; }
.card-number { color: var(--bronze); font-size: .72rem; letter-spacing: .12em; }
.card-kicker { color: rgba(255,255,255,.55); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.feature-card h3 { margin: .4rem 0 1.1rem; font-size: 2.7rem; }
.feature-card p { color: rgba(255,255,255,.72); }
.service-details { margin-top: 1.7rem; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.service-details summary {
  min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  color: white; cursor: pointer; list-style: none; font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
}
.service-details summary::-webkit-details-marker { display: none; }
.service-details summary span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.service-details summary span::before,
.service-details summary span::after {
  content: ""; position: absolute; top: 50%; left: 2px; width: 14px; height: 1px;
  background: var(--bronze); transition: transform .25s ease;
}
.service-details summary span::after { transform: rotate(90deg); }
.service-details[open] summary span::after { transform: rotate(0); }
.service-options { padding: .25rem 0 1.1rem; }
.service-options p { margin: 0; padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.service-options strong { display: block; margin-bottom: .2rem; color: white; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; line-height: 1.15; }
.service-options p span { display: block; color: rgba(255,255,255,.67); font-size: .79rem; line-height: 1.55; }
.text-link { display: inline-block; margin-top: 2.7rem; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: .5rem; }

.universe-beauty { background: var(--cream); }
.universe-beauty .section-heading > p:last-child { color: var(--muted); }
.beauty-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.beauty-card { min-height: 300px; padding: 2rem 1.8rem; border-right: 1px solid var(--line); }
.beauty-card:last-child { border-right: 0; }
.beauty-card > span { color: var(--bronze); font-size: .7rem; }
.beauty-media { margin: 1.3rem 0 0; overflow: hidden; background: var(--cream-light); }
.beauty-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 42%; filter: saturate(.82) contrast(1.02); }
.beauty-card h3 { margin: 4.5rem 0 1rem; font-size: 2.3rem; }
.beauty-card-with-media h3 { margin-top: 1.55rem; }
.beauty-card p { color: var(--muted); font-size: .9rem; }
.service-details-light { border-color: var(--line); }
.service-details-light summary { color: var(--forest); }
.service-details-light .service-options p { border-color: var(--line); }
.service-details-light .service-options strong { color: var(--forest); }
.service-details-light .service-options p span { color: var(--muted); }
.technology-block { margin-top: clamp(66px, 8vw, 110px); padding-top: clamp(48px, 6vw, 76px); border-top: 1px solid var(--line); }
.technology-heading { max-width: 760px; margin-bottom: 2.2rem; }
.technology-heading .eyebrow { margin-bottom: .8rem; }
.technology-heading h3 { margin: 0; color: var(--forest); font-size: clamp(2.3rem, 4vw, 4.15rem); letter-spacing: -.025em; }
.technology-heading > p:last-child { max-width: 650px; margin: 1.1rem 0 0; color: var(--muted); }
.technology-content { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(18px, 2.4vw, 34px); align-items: stretch; }
.technology-media { min-height: 580px; margin: 0; overflow: hidden; background: var(--cream-light); }
.technology-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.02); }
.technology-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.technology-item { min-height: 190px; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.technology-item > span { color: var(--bronze); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.technology-item h4 { margin: 1.7rem 0 .65rem; color: var(--forest); font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: 1.05; }
.technology-item p { max-width: 620px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.technology-item-main { grid-column: 1 / -1; min-height: auto; color: white; background: var(--forest); }
.technology-item-main > span { color: #d4b68c; }
.technology-item-main h4 { margin-top: 1.4rem; color: white; font-size: clamp(1.85rem, 3vw, 2.65rem); }
.technology-item-main p { color: rgba(255,255,255,.74); font-size: .94rem; }
.text-link-dark { color: var(--forest); border-color: var(--bronze); }

.essence {
  position: relative; padding: clamp(88px, 11vw, 170px) clamp(22px, 7vw, 110px);
  display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(50px, 10vw, 150px); background: var(--cream-light);
}
.essence-line { position: absolute; top: 0; left: 50%; width: 1px; height: 70px; background: var(--bronze); }
.essence h2 { max-width: 780px; }
.essence-text { padding-top: 2.5rem; }
.essence-text p { color: var(--muted); }

.reviews { padding: clamp(86px, 10vw, 145px) clamp(22px, 7vw, 110px); background: var(--cream); }
.reviews-heading { max-width: 850px; margin: 0 auto clamp(42px, 5vw, 66px); text-align: center; }
.reviews-heading h2 { margin: 0; color: var(--forest-deep); font-size: clamp(3rem, 5.2vw, 5.4rem); letter-spacing: -.035em; }
.reviews-rating { margin: 1.5rem 0 0; color: var(--muted); font-size: .78rem; font-weight: 500; letter-spacing: .04em; }
.reviews-rating span { margin-right: .55rem; color: var(--bronze); letter-spacing: .16em; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-card { min-height: 245px; margin: 0; padding: clamp(28px, 3.2vw, 48px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.review-card:last-child { border-right: 0; }
.review-card blockquote { margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.05rem); line-height: 1.18; }
.review-card figcaption { margin-top: 2rem; color: var(--muted); font-size: .7rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.reviews-link { display: table; margin: 2.5rem auto 0; }

.booking { padding: 0; display: grid; grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr); color: white; background: var(--forest-deep); }
.booking-media { min-height: 680px; overflow: hidden; }
.booking-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.booking-inner { max-width: 790px; margin: auto; padding: clamp(74px, 9vw, 130px) clamp(32px, 7vw, 110px); text-align: left; }
.booking h2 { margin-bottom: 1.4rem; }
.booking-inner > p:not(.eyebrow):not(.booking-address) { max-width: 600px; margin: 0 0 2.2rem; color: rgba(255,255,255,.7); }
.booking-actions { justify-content: flex-start; }
.booking-address { margin: 1.65rem 0 0; color: rgba(255,255,255,.56); font-size: .72rem; letter-spacing: .04em; }
.button-light { color: var(--forest-deep); background: white; border: 1px solid white; }
.button-outline-light { color: white; border: 1px solid rgba(255,255,255,.5); }

.site-footer {
  padding: 48px clamp(22px, 7vw, 110px) 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px;
  color: #42504b; background: var(--cream); border-top: 1px solid var(--line); font-size: .82rem;
}
.site-footer p { margin: 0; }
.footer-brand { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; justify-self: center; margin-bottom: 12px; }
.footer-brand img { width: 230px; height: auto; }
.footer-brand span { margin-top: 5px; color: var(--forest); letter-spacing: .16em; text-transform: uppercase; font-size: .62rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links a { border-bottom: 1px solid transparent; }
.footer-links a:hover { border-color: var(--bronze); }
.copyright { grid-column: 1 / -1; margin-top: 24px !important; padding-top: 22px; border-top: 1px solid var(--line); font-size: .68rem; }
.floating-whatsapp {
  position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center;
  color: white; background: #246b58; border-radius: 50%; box-shadow: 0 8px 24px rgba(13,41,35,.24); transition: transform .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 29px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto 1fr; }
  .brand { grid-column: 2; justify-self: center; }
  .menu-button { display: block; grid-column: 3; justify-self: end; z-index: 2; }
  .main-nav {
    position: fixed; inset: 0; padding: 120px 28px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    overflow-y: auto; background: var(--cream-light); opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .main-nav a { padding: 1rem 0; font-family: var(--serif); font-size: 1.7rem; border-bottom: 1px solid var(--line); }
  .main-nav .nav-book { margin-top: 1rem; padding: 1rem; color: white; background: var(--forest); text-align: center; font-family: var(--sans); font-size: .8rem; }
  .hero { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero-mark { right: -12px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card-featured { grid-column: 1 / -1; }
  .beauty-grid { grid-template-columns: 1fr 1fr; }
  .beauty-card:nth-child(2) { border-right: 0; }
  .beauty-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-card:last-child { border-bottom: 0; }
  .booking { grid-template-columns: .85fr 1.15fr; }
  .booking-media { min-height: 600px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 78px; padding: 11px 20px; }
  .brand, .brand img { width: 160px; }
  .brand span { padding-left: 57px; font-size: .5rem; }
  .hero { min-height: auto; padding: 46px 20px 68px; grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { text-align: center; }
  h1 { font-size: clamp(3.55rem, 17vw, 5rem); }
  .hero-intro { margin: 1.5rem auto 1.8rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .location { text-align: center; }
  .hero-visual { padding: 0 0 22px 14px; }
  .hero-visual::before { width: 46%; height: 62%; }
  .hero-visual img { aspect-ratio: 16 / 10; object-position: center; }
  .hero-mark { right: 0; min-width: 156px; padding: .9rem 1.05rem; font-size: 1.35rem; }
  .intro-band { padding: 1.7rem 20px; align-items: flex-start; flex-direction: column; }
  .intro-links { flex-wrap: wrap; gap: 14px 22px; }
  .universe { padding: 86px 20px; }
  .section-heading h2, .essence h2, .reviews-heading h2, .booking h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .feature-grid, .beauty-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 290px; padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .feature-card-featured { grid-template-columns: 1fr; padding: 0; }
  .feature-media { min-height: 0; aspect-ratio: 4 / 5; }
  .feature-content { padding: 2rem 0; }
  .feature-card:last-child { grid-column: auto; border-bottom: 0; }
  .beauty-card { min-height: 250px; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .beauty-card:last-child { border-bottom: 0; }
  .beauty-card h3 { margin-top: 3rem; }
  .beauty-card-with-media h3 { margin-top: 1.55rem; }
  .technology-content { grid-template-columns: 1fr; }
  .technology-media { min-height: 0; aspect-ratio: 4 / 5; }
  .technology-grid { grid-template-columns: 1fr; }
  .technology-item-main { grid-column: auto; }
  .technology-item { min-height: auto; padding: 1.55rem 1.35rem; }
  .technology-item h4 { margin-top: 1.25rem; }
  .essence { padding: 100px 20px; grid-template-columns: 1fr; gap: 25px; }
  .essence-line { left: 20px; height: 55px; }
  .essence-text { padding-top: 0; }
  .booking { grid-template-columns: 1fr; }
  .booking-media { min-height: 0; aspect-ratio: 5 / 4; }
  .booking-media img { object-position: center 65%; }
  .booking-inner { width: 100%; padding: 84px 20px 90px; }
  .booking-actions { flex-direction: column; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 42px 20px 26px; }
  .footer-brand { grid-column: 1 / -1; }
}

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