:root {
  color-scheme: light;
  --ink: #102823;
  --ink-soft: #4f625d;
  --green: #173c35;
  --green-2: #24574d;
  --mist: #edf2ef;
  --paper: #f8f9f7;
  --white: #ffffff;
  --line: rgba(16, 40, 35, 0.13);
  --radius: 14px;
  --shell: min(1320px, calc(100% - 48px));
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: "Segoe UI Variable Text", "Aptos", "Helvetica Neue", system-ui, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #85b8a8; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(5.5rem, 10vw, 9.5rem); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .8rem 1rem; border-radius: 6px; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 1rem; color: var(--green-2); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Segoe UI Variable Display", "Aptos Display", "Helvetica Neue", system-ui, sans-serif; font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 1.2rem; font-size: clamp(3.4rem, 8vw, 7.8rem); line-height: .92; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; }
h3 { font-size: 1.15rem; line-height: 1.2; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 40; color: var(--white); }
.nav-wrap { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { display: inline-flex; align-items: center; gap: .7rem; width: max-content; font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: 1rem; font-weight: 600; line-height: 1.1; }
.brand small { display: block; margin-top: .24rem; font-family: "Segoe UI Variable Text", "Aptos", system-ui, sans-serif; font-size: .61rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.brand-mark { width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.05rem; }
.desktop-nav { display: flex; gap: 2rem; align-items: center; font-size: .9rem; }
.desktop-nav a { transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: .65; }
.nav-cta { justify-self: end; min-width: 106px; padding: .68rem 1.1rem; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; text-align: center; transition: background .25s ease, color .25s ease, transform .1s ease; }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.nav-cta:active, .button:active { transform: scale(.98); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100dvh; overflow: hidden; background: var(--green); color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 43%; }
.hero-shade { background: linear-gradient(90deg, rgba(7,28,25,.82) 0%, rgba(9,35,31,.54) 44%, rgba(7,24,22,.12) 80%), linear-gradient(0deg, rgba(6,25,22,.62) 0%, transparent 45%); }
.hero-content { position: relative; min-height: 100dvh; padding-top: clamp(8.8rem, 18vh, 12rem); padding-bottom: 2.6rem; display: flex; flex-direction: column; justify-content: space-between; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.55; }
.hero .eyebrow { color: #dbe9e4; }
.hero-actions { width: min(100%, 660px); display: grid; grid-template-columns: 1.08fr .92fr; gap: .75rem; }
.hero-booking-action, .hero-phone-action { min-height: 68px; display: flex; align-items: center; border-radius: 6px; text-decoration: none; transition: background .25s ease, border-color .25s ease, transform .12s ease; }
.hero-booking-action { justify-content: space-between; gap: 1rem; padding: .75rem .75rem .75rem 1.3rem; background: var(--white); color: var(--ink); font-weight: 650; box-shadow: 0 12px 34px rgba(4,19,16,.16); }
.hero-booking-action b, .hero-phone-action b { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; font-size: .92rem; font-weight: 500; transition: transform .25s var(--ease), background .25s ease; }
.hero-booking-action b { background: var(--green); color: var(--white); }
.hero-phone-action { justify-content: space-between; gap: .9rem; padding: .7rem .75rem .7rem 1.1rem; border: 1px solid rgba(255,255,255,.42); background: rgba(9,35,30,.34); color: var(--white); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.hero-phone-action span { display: grid; gap: .18rem; }
.hero-phone-action small { color: rgba(255,255,255,.7); font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-phone-action strong { font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: 1.2rem; font-weight: 600; letter-spacing: -.025em; white-space: nowrap; }
.hero-phone-action b { border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.08); }
.hero-booking-action:hover { background: #e4ece8; }
.hero-phone-action:hover { border-color: rgba(255,255,255,.68); background: rgba(255,255,255,.12); }
.hero-booking-action:hover b, .hero-phone-action:hover b { transform: translate(2px, -2px); }
.hero-booking-action:active, .hero-phone-action:active { transform: scale(.985); }
.hero-booking-action:focus-visible, .hero-phone-action:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.2rem; border: 1px solid transparent; border-radius: 6px; font-weight: 600; cursor: pointer; transition: transform .12s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: #e4ece8; }
.button-dark { background: var(--green); color: var(--white); }
.button-dark:hover { background: var(--green-2); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; padding-bottom: .18rem; border-bottom: 1px solid currentColor; font-weight: 600; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.light { color: var(--white); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(760px, 100%); margin-left: auto; border-top: 1px solid rgba(255,255,255,.38); }
.hero-facts div { padding: 1.4rem 1.6rem 0; border-left: 1px solid rgba(255,255,255,.25); }
.hero-facts div:first-child { border-left: 0; padding-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { margin-bottom: .2rem; font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: 1.5rem; }
.hero-facts span { font-size: .78rem; opacity: .74; }

.booking-strip { position: relative; z-index: 5; background: var(--white); border-bottom: 1px solid var(--line); }
.booking-grid { min-height: 188px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: center; }
.booking-grid h2 { margin-bottom: 0; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.booking-grid .eyebrow { margin-bottom: .45rem; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: end; gap: .8rem; position: relative; }
.booking-form label { color: var(--ink-soft); font-size: .72rem; font-weight: 600; letter-spacing: .04em; }
.booking-form input, .booking-form select { width: 100%; min-width: 0; min-height: 50px; margin-top: .35rem; padding: .7rem .75rem; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); }
.form-note { position: absolute; top: calc(100% + .5rem); right: 0; margin: 0; color: #9f2f2d; font-size: .78rem; }

.intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 10vw, 10rem); align-items: end; }
.intro-title h2 { max-width: 820px; margin-bottom: 0; }
.intro-copy > p { margin-bottom: 2rem; color: var(--ink-soft); font-size: 1.1rem; }
.price-line { display: flex; align-items: flex-end; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.price-line strong { font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.price-line span { color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.intro-copy small { display: block; margin-top: .9rem; color: var(--ink-soft); }

.rooms { background: var(--mist); }
.section-heading { max-width: 760px; margin-bottom: clamp(2.8rem, 6vw, 5rem); }
.section-heading > p:last-child { max-width: 580px; margin-bottom: 0; color: var(--ink-soft); font-size: 1.08rem; }
.room-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 1.2rem; }
.room-card { position: relative; min-height: 370px; overflow: hidden; border-radius: var(--radius); background: var(--green); color: var(--white); }
.room-card-large { grid-row: span 2; min-height: 760px; }
.room-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.room-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(5,25,22,.82)); }
.room-card:hover img { transform: scale(1.035); }
.room-info { position: absolute; z-index: 2; inset: auto 0 0; padding: 1.6rem; display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.room-info h3 { margin-bottom: .25rem; font-size: 1.5rem; }
.room-info p { margin: 0; font-size: .82rem; opacity: .78; }
.room-info a { padding-bottom: .16rem; border-bottom: 1px solid rgba(255,255,255,.6); font-size: .82rem; white-space: nowrap; }

.spa-section { background: var(--paper); }
.spa-heading { margin-left: 20%; }
.spa-experience { min-height: 650px; display: grid; grid-template-columns: 1fr .78fr 1.2fr; overflow: hidden; border-radius: var(--radius); background: var(--green); color: var(--white); }
.wheel-column { position: relative; min-width: 0; padding: 2.2rem 1.5rem 1.5rem; border-right: 1px solid rgba(255,255,255,.14); }
.wheel-label { position: absolute; z-index: 3; left: 1.6rem; bottom: 1.35rem; margin: 0; color: #aec5bd; font-size: .72rem; letter-spacing: .05em; }
.infinity-wheel { position: relative; height: 100%; min-height: 500px; overflow: hidden; touch-action: none; cursor: ns-resize; user-select: none; }
.infinity-wheel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(var(--green), transparent 25%, transparent 75%, var(--green)); }
.wheel-arrow { position: absolute; z-index: 4; left: .1rem; top: 50%; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 11px solid #e4eee9; transform: translateY(-50%); }
.wheel-item { position: absolute; z-index: 2; top: 50%; left: 2.4rem; width: max-content; max-width: calc(100% - 3.4rem); overflow: hidden; padding: .15rem .35rem; border: 0; background: transparent; color: #aec5bd; font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: clamp(1.55rem, 2.25vw, 2.8rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; text-align: left; text-overflow: ellipsis; white-space: nowrap; transform-origin: left center; transition: transform .46s cubic-bezier(.2,.8,.2,1), opacity .32s ease, color .32s ease; cursor: pointer; }
.wheel-item[aria-selected="true"] { color: var(--white); font-weight: 500; }
.service-detail { padding: clamp(2rem, 4vw, 4.2rem) clamp(1.6rem, 3.5vw, 3.5rem); display: flex; flex-direction: column; justify-content: center; }
.service-count { margin-bottom: auto; color: #a8c0b7; font-size: .72rem; letter-spacing: .12em; }
.service-detail h3 { margin-bottom: 1.4rem; font-size: clamp(2.2rem, 3.3vw, 4rem); line-height: .98; }
.service-detail > p:not(.service-count) { margin-bottom: 1.6rem; color: #c8d8d2; }
.service-status { width: max-content; margin-bottom: 2.5rem; padding: .34rem .55rem; border: 1px solid rgba(255,255,255,.3); border-radius: 5px; color: #dce8e4; font-size: .72rem; }
.service-detail .text-link { margin-top: auto; align-self: flex-start; }
.spa-image { min-height: 650px; overflow: hidden; }
.spa-image img { height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.spa-experience:hover .spa-image img { transform: scale(1.025); }

.ratings { background: #dfe9e4; }
.rating-lead { display: grid; grid-template-columns: 230px 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: 5rem; }
.rating-number { font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: clamp(6rem, 13vw, 11rem); font-weight: 500; line-height: .72; letter-spacing: -.09em; }
.rating-lead h2 { max-width: 900px; margin-bottom: 0; }
.review-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.2rem; }
figure { margin: 0; }
.review-featured, .review-side figure { border: 1px solid rgba(16,40,35,.18); border-radius: var(--radius); }
.review-featured { min-height: 420px; padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: space-between; }
.review-featured blockquote { max-width: 830px; margin: 0; font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: clamp(2rem, 4vw, 4.3rem); line-height: 1.12; letter-spacing: -.045em; }
.review-side { display: grid; gap: 1.2rem; }
.review-side figure { padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.review-side blockquote { margin: 0 0 2rem; font-size: 1.1rem; }
figcaption { font-weight: 600; }
figcaption span { display: block; color: var(--ink-soft); font-size: .75rem; font-weight: 400; }
.scores { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid rgba(16,40,35,.2); }
.scores > * { display: flex; align-items: center; gap: 1rem; padding: 1.5rem 1rem; border-right: 1px solid rgba(16,40,35,.2); }
.scores > *:first-child { padding-left: 0; }
.scores > *:last-child { border-right: 0; }
.scores strong { font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: 1.8rem; font-weight: 500; }
.scores span { color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }

.location { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.location-copy > p:not(.eyebrow) { max-width: 560px; color: var(--ink-soft); font-size: 1.08rem; }
.distance-list { margin: 2.5rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.distance-list li { padding-block: 1.15rem; display: grid; grid-template-columns: 130px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.distance-list strong { font-size: .84rem; }
.distance-list span { color: var(--ink-soft); font-size: .9rem; }
.location-image { position: relative; height: min(740px, 68vw); min-height: 520px; overflow: hidden; border-radius: var(--radius); }
.location-image::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(5,25,22,.72)); }
.location-image img { height: 100%; object-fit: cover; }
.location-image > span { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; display: flex; justify-content: space-between; padding: 1rem 1.1rem; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); border-radius: 8px; color: var(--ink); font-weight: 600; }
.location-image i { font-style: normal; }

.final-cta { background: var(--green); color: var(--white); }
.final-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; }
.final-grid .eyebrow { color: #bcd6cd; }
.final-grid h2 { max-width: 760px; margin-bottom: 0; }
.final-grid > div:last-child > p { max-width: 450px; margin-bottom: 1.8rem; color: #d5e2de; }
.cards-note { display: block; margin-top: 1rem; font-size: .78rem; opacity: .72; }

.site-footer { padding: 5rem 0 1.5rem; background: #0e2924; color: #d9e6e1; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .95fr; gap: 4rem; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child p { max-width: 340px; margin-top: 1.5rem; color: #9db3ac; }
.footer-grid h2 { margin-bottom: 1.1rem; color: #93aaa3; font-family: "Segoe UI Variable Text", "Aptos", system-ui, sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { display: block; width: max-content; max-width: 100%; margin-bottom: .5rem; overflow-wrap: anywhere; }
.footer-grid p { color: #bdcec8; }
.footer-bottom { margin-top: 4.5rem; padding-top: 1.2rem; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #8fa59e; font-size: .75rem; }
.floating-whatsapp { position: fixed; z-index: 30; right: max(1.2rem, env(safe-area-inset-right)); bottom: max(1.2rem, env(safe-area-inset-bottom)); min-height: 48px; display: flex; align-items: center; gap: 1rem; padding: .7rem .85rem .7rem 1rem; border-radius: 8px; background: var(--white); color: var(--green); box-shadow: 0 10px 34px rgba(7,30,26,.18); font-size: .84rem; font-weight: 600; }
.floating-whatsapp b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 6px; background: var(--green); color: var(--white); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .75s var(--ease) var(--delay, 0ms), transform .75s var(--ease) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 1320px); }
  .desktop-nav, .nav-cta { display: none; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .brand, .menu-toggle { position: relative; z-index: 2; }
  .menu-toggle { justify-self: end; width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.45); border-radius: 6px; background: transparent; color: white; }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .25s var(--ease); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; padding: max(8rem, calc(env(safe-area-inset-top) + 6rem)) max(24px, env(safe-area-inset-right)) max(2rem, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); background: rgba(14,41,36,.98); color: white; }
  .mobile-menu:not([hidden]) { display: flex; flex-direction: column; gap: .4rem; }
  .mobile-menu a { padding: .8rem 0; font-family: "Segoe UI Variable Display", "Aptos Display", system-ui, sans-serif; font-size: clamp(1.8rem, 8vw, 3rem); line-height: 1.2; letter-spacing: -.04em; border-bottom: 1px solid rgba(255,255,255,.15); }
  .booking-grid { padding-block: 2.5rem; grid-template-columns: 1fr; gap: 2rem; }
  .booking-form { grid-template-columns: repeat(3, 1fr); }
  .booking-form .button { grid-column: 1 / -1; }
  .intro, .location, .final-grid { grid-template-columns: 1fr; }
  .intro { gap: 3rem; }
  .spa-heading { margin-left: 0; }
  .spa-experience { grid-template-columns: 1fr 1fr; }
  .spa-image { grid-column: 1 / -1; min-height: 480px; height: 58vw; }
  .rating-lead { grid-template-columns: 160px 1fr; }
  .review-layout { grid-template-columns: 1fr; }
  .review-side { grid-template-columns: 1fr 1fr; }
  .scores { grid-template-columns: 1fr 1fr; }
  .scores > *:nth-child(2) { border-right: 0; }
  .scores > *:nth-child(-n+2) { border-bottom: 1px solid rgba(16,40,35,.2); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); --radius: 12px; }
  .section { padding-block: 5rem; }
  .nav-wrap { height: 72px; }
  .brand small { display: none; }
  .hero-content { padding-top: max(8.5rem, calc(env(safe-area-inset-top) + 7rem)); padding-bottom: 3.5rem; }
  .hero-image { object-position: 47% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,25,22,.86) 0%, rgba(7,28,25,.5) 64%, rgba(7,24,22,.18) 100%); }
  h1 { max-width: 520px; font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-copy > p:not(.eyebrow) { max-width: 390px; font-size: 1rem; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-booking-action, .hero-phone-action { min-height: 68px; }
  .hero-facts { margin-top: 4rem; margin-left: 0; grid-template-columns: 1fr; }
  .hero-facts div { padding: .8rem 0; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .hero-facts div:first-child { padding-top: .8rem; }
  .hero-facts strong { margin: 0; font-size: 1.2rem; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-form label:last-of-type { grid-column: 1 / -1; }
  .form-note { position: static; grid-column: 1 / -1; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card, .room-card-large { grid-row: auto; min-height: 460px; }
  .spa-experience { min-height: 0; grid-template-columns: 1fr; }
  .wheel-column { min-height: 420px; padding: 1.4rem 1rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .infinity-wheel { min-height: 380px; }
  .wheel-item { left: 2rem; max-width: calc(100% - 2.8rem); font-size: clamp(1.65rem, 9vw, 2.45rem); }
  .wheel-arrow { left: 0; }
  .wheel-label { left: 1rem; }
  .service-detail { min-height: 380px; }
  .spa-image, .location-image { height: 110vw; min-height: 430px; max-height: 600px; }
  .distance-list li { grid-template-columns: 1fr; gap: .35rem; }
  .rating-lead { grid-template-columns: 1fr; gap: 2.5rem; margin-bottom: 3rem; }
  .rating-number { font-size: 7rem; }
  .review-featured { min-height: 360px; padding: 1.5rem; }
  .review-side { grid-template-columns: 1fr; }
  .scores { margin-top: 3rem; }
  .scores > * { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .scores strong { font-size: 1.45rem; }
  .location { gap: 3rem; }
  .final-grid { gap: 3rem; }
  .final-grid .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; border-radius: 8px; }
  .floating-whatsapp b { width: 100%; height: 100%; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100% - 24px); --radius: 10px; }
  .section { padding-block: 4rem; }
  .nav-wrap { height: 68px; }
  .brand { gap: .55rem; font-size: .92rem; }
  .brand-mark { width: 1.95rem; height: 1.95rem; font-size: .92rem; }
  .menu-toggle { width: 42px; height: 42px; }
  .mobile-menu { padding-inline: 18px; }
  .hero-content { padding-top: max(7.4rem, calc(env(safe-area-inset-top) + 6.5rem)); padding-bottom: 2.4rem; }
  h1 { max-width: 360px; margin-bottom: 1rem; font-size: clamp(2.8rem, 14vw, 3.6rem); line-height: .95; }
  h2 { font-size: clamp(2.15rem, 11vw, 3.15rem); }
  .hero-copy > p:not(.eyebrow) { margin-bottom: 1.5rem; font-size: .95rem; line-height: 1.5; }
  .hero-actions { gap: .6rem; }
  .hero-booking-action, .hero-phone-action { min-height: 62px; }
  .hero-booking-action { padding-left: 1rem; font-size: .92rem; }
  .hero-phone-action { padding-left: 1rem; }
  .hero-phone-action strong { font-size: 1.08rem; }
  .hero-booking-action b, .hero-phone-action b { width: 34px; height: 34px; }
  .hero-facts { margin-top: 3.25rem; }
  .hero-facts div { grid-template-columns: 78px 1fr; }
  .hero-facts span { font-size: .73rem; }
  .booking-grid { padding-block: 2.25rem; gap: 1.5rem; }
  .booking-form { grid-template-columns: 1fr; gap: .7rem; }
  .booking-form label, .booking-form label:last-of-type, .booking-form .button, .form-note { grid-column: auto; }
  .intro { gap: 2.25rem; }
  .intro-copy > p, .section-heading > p:last-child, .location-copy > p:not(.eyebrow) { font-size: 1rem; }
  .price-line { align-items: flex-start; flex-direction: column; gap: .55rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .room-card, .room-card-large { min-height: 390px; }
  .room-info { align-items: flex-start; flex-direction: column; padding: 1.25rem; }
  .wheel-column { min-height: 370px; }
  .infinity-wheel { min-height: 330px; }
  .wheel-item { left: 1.55rem; max-width: calc(100% - 2rem); font-size: clamp(1.5rem, 8.4vw, 2.1rem); }
  .wheel-label { bottom: .85rem; font-size: .66rem; }
  .service-detail { min-height: 340px; padding: 1.75rem 1.25rem; }
  .service-detail h3 { font-size: 2.35rem; }
  .spa-image, .location-image { height: 112vw; min-height: 360px; max-height: 500px; }
  .rating-lead { gap: 1.8rem; }
  .rating-number { font-size: 5.75rem; }
  .review-featured { min-height: 330px; }
  .review-featured blockquote { font-size: 1.75rem; }
  .review-side figure { padding: 1.5rem; }
  .scores > * { padding: 1.15rem .7rem; }
  .scores strong { font-size: 1.28rem; }
  .location-image > span { left: .8rem; right: .8rem; bottom: .8rem; padding: .85rem .9rem; font-size: .88rem; }
  .final-grid { gap: 2rem; }
  .site-footer { padding-top: 4rem; }
  .footer-grid { gap: 2rem; }
  .footer-bottom { margin-top: 3rem; padding-right: 4rem; }
  .floating-whatsapp { right: max(.8rem, env(safe-area-inset-right)); bottom: max(.8rem, env(safe-area-inset-bottom)); }
}

@media (max-width: 360px) {
  .hero-booking-action { font-size: .86rem; }
  .hero-phone-action small { font-size: .6rem; }
  .hero-phone-action strong { font-size: 1rem; }
  .scores { grid-template-columns: 1fr; }
  .scores > * { border-right: 0; border-bottom: 1px solid rgba(16,40,35,.2); }
  .scores > *:last-child { border-bottom: 0; }
}

@media (max-height: 700px) and (min-width: 701px) {
  .hero-content { padding-top: 7.4rem; padding-bottom: 1.5rem; }
  h1 { max-width: 650px; font-size: clamp(3.4rem, 7vw, 5.4rem); }
  .hero-copy > p:not(.eyebrow) { margin-bottom: 1.25rem; }
  .hero-booking-action, .hero-phone-action { min-height: 58px; }
  .hero-facts div { padding-top: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .location-image > span { background: white; backdrop-filter: none; }
}
