/* Aadya Spa Varanasi — homepage styles */
/* This file consolidates all homepage styles. Keep sections in this order so later refinements remain effective. */
/* ===== style.css ===== */
:root {
  --ink: #33281e;
  --gold: #aa812e;
  --pale: #f7f4ed;
  --line: #dacdb7;
  --cream: #eee8dc
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  color:var(--ink);
  background:var(--pale);
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.7
}
/* ===== Shared styles for internal pages ===== */
.sub-nav { height:118px; padding:0 clamp(22px,5vw,80px); display:flex; align-items:center; justify-content:space-between; gap:28px; background:#fffdf9; border-bottom:1px solid rgba(185,137,39,.25); color:#3d2412; }
.sub-nav img { width:156px; height:94px; object-fit:contain; }
.sub-nav nav { display:flex; align-items:center; gap:clamp(16px,2.2vw,36px); }
.sub-nav nav a { color:#3d2412; text-decoration:none; font:600 clamp(13px,1.2vw,18px) 'Cormorant Garamond',serif; }
.sub-nav nav a:hover,.sub-nav nav a.active { color:#bd8c29; }
.sub-book { padding:13px 20px; border-radius:999px; background:#dcae3d; color:#2f1a0d!important; font:700 11px 'DM Sans',sans-serif!important; letter-spacing:1px; text-decoration:none; }
.page-hero { min-height:348px; padding:70px 8vw; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:linear-gradient(rgba(47,26,13,.76),rgba(47,26,13,.82)),url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=2000&q=90') center/cover fixed; color:#fff8ec; }
.page-hero p { margin:0 0 15px; color:#f0c65c; font-size:11px; font-weight:700; letter-spacing:2px; }
.page-hero h1 { margin:0; font:500 clamp(54px,7vw,92px)/.95 'Cormorant Garamond',serif; }
.about-page .page-hero { background-image:linear-gradient(rgba(47,26,13,.72),rgba(47,26,13,.78)),url('assets/breadcrumbs/breed-camp-1.png'); }
.services-page .page-hero { background-image:linear-gradient(rgba(47,26,13,.72),rgba(47,26,13,.78)),url('assets/breadcrumbs/breed-camp-2.png'); }
.gallery-breadcrumb-page .page-hero { background-image:linear-gradient(rgba(47,26,13,.72),rgba(47,26,13,.78)),url('assets/breadcrumbs/breed-camp-3.png'); }
.why-page .page-hero { background-image:linear-gradient(rgba(47,26,13,.72),rgba(47,26,13,.78)),url('assets/breadcrumbs/breed-camp-4.png'); }
.contact-page .page-hero { background-image:linear-gradient(rgba(47,26,13,.72),rgba(47,26,13,.78)),url('assets/breadcrumbs/breed-camp-5.png'); }
.about-page .page-hero {
  padding-top:134px;
  padding-bottom:122px;
}
.about-purpose { display:grid; grid-template-columns:1fr; background:#f8f1e8; }
.about-purpose article { padding:102px clamp(34px,8vw,150px); }
.about-purpose article:nth-child(2) { display:grid; grid-template-columns:1fr minmax(280px,42%); gap:8%; align-items:center; text-align:left; }
.about-page .about-why { background:#3d2412!important; }
.about-page .about-why h2 { color:#fff8ec; }
.about-page .about-why .reasons strong { color:#fff8ec; }
.about-page .about-why .reasons small,
.about-page .about-why .reason-content p { color:#e4d8cc; }
.services-luxury { background:#fff!important; }
.services-intro { max-width:470px; margin:20px auto 0; color:#e4d8cc; font:400 16px/1.7 'DM Sans',sans-serif; }
.about-purpose article:first-child { background:#3d2412; }
.about-purpose article:first-child { text-align:right; }
.about-purpose article:first-child { display:grid; grid-template-columns:minmax(280px,42%) 1fr; gap:8%; align-items:center; }
.mission-image {
  min-height:360px;
  border:3px solid rgba(224,177,79,.9);
  border-radius:0 42px 0 42px;
  background:linear-gradient(rgba(50,24,7,.12),rgba(50,24,7,.2)),url('images/about-us-spa-image.png') center/cover;
  box-shadow:0 0 16px rgba(211,158,45,.28),0 18px 34px rgba(0,0,0,.32);
}
.vision-image {
  min-height:360px;
  border:3px solid rgba(224,177,79,.9);
  border-radius:0 42px 0 42px;
  background:linear-gradient(rgba(50,24,7,.12),rgba(50,24,7,.2)),url('about-us-spa-image.png') center/cover;
  box-shadow:0 0 16px rgba(211,158,45,.28),0 18px 34px rgba(0,0,0,.32);
}
.mission-copy { width:100%; }
.vision-copy>p:last-child { max-width:460px; margin:0; color:#604935; font:400 16px/1.8 'DM Sans',sans-serif; }
.about-purpose article:first-child .eyebrow,
.about-purpose article:first-child h2 {
  width:min(620px,100%);
  margin-left:0;
  text-align:left;
}
.about-purpose article:first-child h2 { color:#fff8ec; }
.purpose-reasons { margin-top:32px; border-top:1px solid rgba(224,177,79,.65); }
.purpose-intro { max-width:520px; margin:0; color:#604935; font:400 15px/1.7 'DM Sans',sans-serif; text-align:left; }
.purpose-intro + .purpose-intro { margin-top:12px; }
.purpose-closing { margin:24px 0 0; color:#604935; font:500 15px/1.7 'DM Sans',sans-serif; text-align:left; }
.about-purpose article:first-child .purpose-closing { color:#f4e9dc; }
/* Gallery mosaic layout */
@media (min-width:721px) {
  .gallery-grid {
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    grid-template-rows:repeat(6,200px)!important;
    height:auto!important;
    gap:14px!important;
  }
  .gallery-grid .g1 { grid-column:span 2; grid-row:span 1; }
  .gallery-grid .g6 { grid-column:3; grid-row:1; }
  .gallery-grid .g2 { grid-column:4; grid-row:1; }
  .gallery-grid .g3 { grid-column:5; grid-row:1 / span 2; }
  .gallery-grid .g5 { grid-column:1; grid-row:2 / span 2; }
  .gallery-grid .g4 { grid-column:2; grid-row:2 / span 2; }
  .gallery-grid .g7 { grid-column:3 / span 2; grid-row:2; }
  .gallery-grid .g8 { grid-column:3; grid-row:3; }
  .gallery-grid .g9 { grid-column:4; grid-row:3; }
  .gallery-grid .g10 { grid-column:5; grid-row:3; }
  .gallery-grid .g11 { grid-column:1 / span 2; grid-row:4; }
  .gallery-grid .g19 { grid-column:3; grid-row:4; }
  .gallery-grid .g20 { grid-column:4 / span 2; grid-row:4; }
  .gallery-grid .g12 { grid-column:1; grid-row:5 / span 2; }
  .gallery-grid .g13 { grid-column:2; grid-row:5; }
  .gallery-grid .g14 { grid-column:3; grid-row:5 / span 2; }
  .gallery-grid .g15 { grid-column:4; grid-row:5 / span 2; }
  .gallery-grid .g16 { grid-column:5; grid-row:5; }
  .gallery-grid .g17 { grid-column:2; grid-row:6; }
  .gallery-grid .g18 { grid-column:5; grid-row:6; }
}
.gallery-grid .g7 { background:url('https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g8 { background:url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g9 { background:url('https://images.unsplash.com/photo-1600334089648-b0d9d3028eb2?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g10 { background:url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g11 { background:url('spa-slider-image.png') center/cover; }
.gallery-grid .g12 { background:url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g13 { background:url('https://images.unsplash.com/photo-1519415510236-718bdfcd89c8?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g14 { background:url('https://images.unsplash.com/photo-1600334129128-685c5582fd35?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g15 { background:url('https://images.unsplash.com/photo-1556760544-74068565f05c?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g16 { background:url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=900&q=85') right center/cover; }
.gallery-grid .g17 { background:url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g18 { background:url('https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g19 { background:url('https://images.unsplash.com/photo-1507652313519-d4e9174996dd?auto=format&fit=crop&w=900&q=85') center/cover; }
.gallery-grid .g20 { background:url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=1200&q=85') center/cover; }
@media (max-width:720px) {
  .gallery-grid { grid-template-columns:repeat(2,1fr)!important; grid-template-rows:none!important; }
  .gallery-grid>div { min-height:190px; }
}
@media (max-width:440px) {
  .gallery-grid { grid-template-columns:1fr!important; }
  .gallery-grid>div { min-height:230px; }
}
@media (max-width:560px) {
  .page-hero { min-height:320px; padding:50px 7vw; background-attachment:scroll; }
  .about-page .page-hero { padding:50px 7vw; }
}
.about-purpose article:first-child .purpose-intro { color:#f4e9dc; }
.purpose-reasons>div { display:grid; grid-template-columns:38px 1fr; gap:12px; padding:16px 0; border-bottom:1px solid rgba(224,177,79,.65); text-align:left; }
.purpose-reasons b { color:#d7a33d; font:700 12px/1.4 'DM Sans',sans-serif; }
.purpose-reasons strong { display:block; color:#3d2412; font:600 16px/1.3 'DM Sans',sans-serif; }
.purpose-reasons p { margin:7px 0 0; color:#604935; font:400 13px/1.6 'DM Sans',sans-serif; }
.about-purpose article:first-child .purpose-reasons strong { color:#fff8ec; }
.about-purpose article:first-child .purpose-reasons p { color:#f4e9dc; }
.about-purpose article + article { border-top:1px solid #dccaa9; }
.about-purpose h2 { margin:0 0 20px; color:#3d2412; font:500 clamp(37px,4vw,55px)/.98 'Cormorant Garamond',serif; }
.about-purpose h2 em { color:#c99537; }
.about-purpose article>p:last-child { max-width:460px; margin:0; color:#604935; font:400 16px/1.8 'DM Sans',sans-serif; }
@media (max-width:760px) { .about-purpose article { padding:70px 8vw; } .about-purpose article:first-child,.about-purpose article:nth-child(2) { display:block; } .mission-image,.vision-image { min-height:280px; margin-bottom:42px; } .vision-image { margin-top:42px; margin-bottom:0; } }
.page-content { width:min(1180px,84vw); margin:0 auto; padding:76px 0; }
.lead { max-width:760px; margin:0 auto 54px; text-align:center; font-size:18px; line-height:1.7; color:#604935; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.split-image { min-height:430px; border:1px solid #e0ad37; border-radius:28px; background:center/cover; }
.split h2,.page-content h2 { font:500 clamp(38px,4vw,58px)/1 'Cormorant Garamond',serif; margin:0 0 22px; }
.split p { line-height:1.8; color:#604935; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.service-card,.membership-card { padding:28px; border:1px solid #d8aa43; border-radius:24px; }
.service-card { min-height:300px; color:#fff8ec; background:linear-gradient(180deg,rgba(61,36,18,.2),#3d2412),var(--card-image) center/cover; }
.service-card h2 { margin-top:110px; font-size:33px; }.service-card p,.membership-card p { line-height:1.65; }.service-card p { color:#f4e9dc; }
.service-card a,.membership-card a { display:inline-block; margin-top:12px; padding:11px 18px; border-radius:999px; background:#f0c65c; color:#2f1a0d; text-decoration:none; font-size:12px; font-weight:700; }
.gallery-page { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.gallery-page div { height:300px; border:1px solid #d8aa43; border-radius:22px; background:center/cover; }
.why-list { display:grid; gap:0; border-top:1px solid #d8aa43; }.why-list>div { display:grid; grid-template-columns:80px 1fr; gap:18px; padding:25px 0; border-bottom:1px solid #d8aa43; }.why-list b { color:#bf8d29; font-size:14px; }.why-list h2 { margin:0 0 8px; font-size:31px; }.why-list p { margin:0; line-height:1.6; color:#604935; }
.membership-card { background:#fffaf2; color:#3d2412; }.membership-card p { color:#604935; }.membership-card.featured { background:#3d2412; color:#fff8ec; }.membership-card.featured p { color:#f4e9dc; }
.sub-footer { padding:35px 8vw; background:#3d2412; color:#f0c65c; text-align:center; font-size:12px; letter-spacing:1px; }
@media (max-width:850px) { .sub-nav { height:auto; padding:14px 6vw; flex-wrap:wrap; }.sub-nav nav { order:3; width:100%; justify-content:space-between; gap:10px; overflow:auto; }.sub-nav img { width:115px; height:66px; }.cards,.gallery-page { grid-template-columns:1fr 1fr; }.split { grid-template-columns:1fr; gap:28px; } }
@media (max-width:560px) { .page-hero { padding:145px 7vw 129px; background-attachment:scroll; }.page-content { width:min(100% - 36px,1180px); padding:54px 0; }.cards,.gallery-page { grid-template-columns:1fr; }.sub-nav nav a { font-size:15px; }.sub-book { display:none; }.split-image { min-height:290px; } }
.navbar {
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 5.5vw;
  position:absolute;
  z-index:3;
  width:100%;
  color:#fff
}
.brand {
  color:inherit;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  line-height:1
}
.brand span {
  font:600 27px 'Cormorant Garamond',serif;
  letter-spacing:4px
}
.brand small {
  font-size:7px;
  letter-spacing:3px;
  margin-top:7px
}
.navbar nav {
  display:flex;
  gap:30px
}
.navbar nav a,.nav-book {
  color:inherit;
  text-decoration:none;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:1.2px
}
.nav-book {
  border-bottom:1px solid rgba(255,255,255,.65);
  padding-bottom:4px
}
.nav-book span {
  font-size:22px;
  margin-left:6px
}
.hero {
  min-height:740px;
  height:100vh;
  max-height:920px;
  background:#675946;
  position:relative;
  color:#fff;
  display:grid;
  grid-template-columns:52% 48%;
  overflow:hidden
}
.hero-copy {
  padding:185px 5.5vw 0;
  position:relative;
  z-index:1
}
.eyebrow {
  font-size:10px;
  letter-spacing:2.4px;
  color:var(--gold);
  font-weight:600;
  margin:0 0 21px
}
.hero .eyebrow {
  color:#e3c784
}
h1,h2,h3 {
  font-family:'Cormorant Garamond',serif;
  font-weight:500;
  line-height:.92;
  margin:0
}
h1 {
  font-size:clamp(65px,7.2vw,112px);
  letter-spacing:-2px
}
h1 em,h2 em {
  font-weight:400
}
.intro {
  max-width:330px;
  margin:34px 0 30px;
  color:#f1ece3;
  font-size:14px
}
.button {
  display:inline-flex;
  gap:30px;
  align-items:center;
  padding:14px 18px 14px 22px;
  background:var(--gold);
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-size:10px
}
.button span {
  font-size:20px;
  line-height:10px
}
.hero-image {
  background:linear-gradient(90deg,rgba(54,39,26,.08),rgba(54,39,26,.18)),url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=1200&q=85') center/cover
}
.hero-tag {
  position:absolute;
  right:5.5vw;
  bottom:60px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
  width:100px;
  height:100px;
  text-align:center;
  padding-top:25px;
  font:11px/1.55 'Cormorant Garamond';
  letter-spacing:1px
}
.hero-tag i {
  display:block;
  width:4px;
  height:4px;
  background:#e4c576;
  border-radius:50%;
  margin:5px auto
}
.scroll-note {
  position:absolute;
  bottom:52px;
  left:5.5vw;
  font-size:9px;
  letter-spacing:2px
}
.scroll-note span {
  display:inline-block;
  height:1px;
  width:50px;
  background:#e1c88a;
  margin:0 0 3px 13px
}
.section-pad {
  padding:125px 9vw
}
.about {
  display:grid;
  grid-template-columns:48% 1fr;
  gap:11%;
  align-items:center
}
.about-image {
  height:535px;
  background:url('https://images.unsplash.com/photo-1600334089648-b0d9d3028eb2?auto=format&fit=crop&w=900&q=85') center/cover;
  position:relative
}
.stamp {
  width:108px;
  height:108px;
  background:#aa812e;
  border-radius:50%;
  position:absolute;
  right:-53px;
  bottom:45px;
  color:white;
  text-align:center;
  padding-top:24px;
  font:11px/1.35 'Cormorant Garamond';
  letter-spacing:1.5px
}
.stamp b {
  font-size:14px
}
.about-copy h2,.section-heading h2,.gallery h2,.why h2,.appointment h2,.location h2 {
  font-size:clamp(47px,5vw,73px);
  letter-spacing:-1.5px
}
.about-copy>p:not(.eyebrow) {
  max-width:430px;
  margin:29px 0 12px;
  color:#665f56
}
.text-link {
  color:var(--ink);
  text-decoration:none;
  border-bottom:1px solid var(--gold);
  display:inline-block;
  margin-top:20px;
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:1.5px;
  padding-bottom:5px
}
.text-link span {
  font-size:17px;
  margin-left:10px
}
.services {
  background:var(--cream)
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:58px
}
.section-heading>p {
  width:260px;
  margin:0 0 5px;
  color:#665f56
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line)
}
.service-grid article {
  min-height:284px;
  border-right:1px solid var(--line);
  padding:24px 30px 20px 0;
  margin-right:30px;
  display:flex;
  flex-direction:column
}
.service-grid article:last-child {
  border:0;
  margin:0
}
.service-no {
  font-size:10px;
  color:var(--gold);
  letter-spacing:1px
}
.service-grid h3 {
  font-size:39px;
  margin:45px 0 13px
}
.service-grid p {
  color:#655e55;
  margin:0;
  max-width:255px;
  line-height:1.55
}
.service-grid span {
  margin-top:auto;
  color:var(--gold);
  font-size:10px;
  letter-spacing:1px;
  text-transform:uppercase
}
.service-grid a {
  color:var(--ink);
  font-size:10px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-top:13px
}
.service-grid b {
  font-size:16px;
  margin-left:8px
}
.gallery {
  padding:125px 5.5vw
}
.gallery-intro {
  text-align:center;
  margin-bottom:54px
}
.gallery-grid {
  display:grid;
  grid-template-columns:1.1fr .8fr 1.25fr .85fr;
  gap:14px;
  height:390px
}
.gallery-grid>div {
  background-size:cover;
  background-position:center
}
.g1 {
  background-image:url('https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=700&q=80')
}
.g2 {
  background-image:url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=700&q=80')
}
.g3 {
  background-image:url('https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=700&q=80')
}
.g4 {
  background-image:url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=700&q=80')
}
.why {
  background:#fff;
  display:grid;
  grid-template-columns:1fr 1fr;
  padding:0
}
.why-image {
  min-height:650px;
  background:url('spa-why.png') right center/cover
}
.why-copy {
  padding:118px 9vw 90px
}
.reasons {
  margin-top:50px;
  border-top:1px solid var(--line)
}
.reasons>div {
  display:flex;
  gap:25px;
  padding:22px 0;
  border-bottom:1px solid var(--line)
}
.reasons b {
  color:var(--gold);
  font-size:11px;
  font-weight:500
}
.reasons strong,.reasons small {
  display:block
}
.reasons strong {
  font:500 21px 'Cormorant Garamond';
  letter-spacing:.2px
}
.reasons small {
  color:#756e64;
  line-height:1.4;
  margin-top:3px
}
.reviews {
  text-align:center;
  background:#6c5b45;
  color:#fff;
  padding-left:15%;
  padding-right:15%
}
.reviews .eyebrow {
  color:#e4c576
}
.quote-mark {
  font:90px/.65 'Cormorant Garamond';
  color:#dfc57f;
  margin-top:30px
}
blockquote {
  font:400 clamp(29px,3.7vw,54px)/1.06 'Cormorant Garamond';
  margin:22px auto 25px;
  max-width:850px
}
.guest {
  font-size:10px;
  letter-spacing:1.5px
}
.guest span {
  color:#d8c5a2
}
.review-dots {
  margin-top:35px
}
.review-dots>* {
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  border:1px solid #e5d3ae;
  margin:0 4px
}
.review-dots b {
  background:#e5d3ae
}
.appointment {
  min-height:560px;
  background:#b08a40;
  color:#fff;
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden
}
.appointment-copy {
  padding:105px 9vw
}
.appointment .eyebrow {
  color:#fff0c6
}
.appointment-copy>p:not(.eyebrow) {
  max-width:400px;
  margin:28px 0
}
.button.light {
  background:#fff;
  color:#745c31
}
.appointment-art {
  background:url('book-spa-image.png') center/cover;
  position:relative
}
.circle-text {
  position:absolute;
  right:7%;
  bottom:9%;
  border:1px solid #f8e8c2;
  border-radius:50%;
  height:150px;
  width:150px;
  padding:52px 20px;
  text-align:center;
  font:11px/1.6 'Cormorant Garamond';
  letter-spacing:1px;
  transform:rotate(-18deg)
}
.location {
  display:grid;
  grid-template-columns:42% 58%;
  background:#f1ede4
}
.location>div:first-child {
  padding:100px 11vw
}
.location>div:first-child>p:not(.eyebrow) {
  margin:28px 0 0;
  color:#696158
}
.map {
  min-height:490px;
  filter:grayscale(1) sepia(.25)
}
.map iframe {
  border:0;
  width:100%;
  height:100%
}
footer {
  background:#2e261e;
  color:#fff;
  padding:55px 5.5vw 30px;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items:center
}
footer>div {
  text-align:center
}
footer>div a {
  font-size:10px;
  color:#e9dfcc;
  text-transform:uppercase;
  letter-spacing:1.2px;
  text-decoration:none;
  margin:0 12px
}
footer p {
  text-align:right;
  font-size:9px;
  letter-spacing:1.3px;
  color:#a59b8e;
  margin:0
}
@media (max-width:720px) {
  .navbar {
    height:72px;
    padding:0 6vw
  }
  .navbar nav {
    display:none
  }
  .nav-book {
    font-size:14px
  }
  .brand span {
    font-size:23px
  }
  .hero {
    height:auto;
    min-height:760px;
    display:block
  }
  .hero-copy {
    padding:155px 8vw 50px
  }
  .hero-image {
    height:330px
  }
  .hero-tag {
    right:8vw;
    bottom:35px
  }
  .scroll-note {
    display:none
  }
  .section-pad {
    padding:80px 8vw
  }
  .about {
    grid-template-columns:1fr;
    gap:40px
  }
  .about-image {
    height:410px
  }
  .stamp {
    right:15px;
    bottom:-30px
  }
  .section-heading {
    display:block
  }
  .section-heading>p {
    margin-top:26px
  }
  .service-grid {
    display:block
  }
  .service-grid article {
    border-right:0;
    border-bottom:1px solid var(--line);
    margin:0;
    padding:25px 0;
    min-height:220px
  }
  .gallery {
    padding:80px 4vw
  }
  .gallery-grid {
    height:500px;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr
  }
  .why {
    grid-template-columns:1fr
  }
  .why-image {
    min-height:360px
  }
  .why-copy {
    padding:80px 8vw
  }
  .reviews {
    padding-left:8%;
    padding-right:8%
  }
  .appointment {
    grid-template-columns:1fr
  }
  .appointment-copy {
    padding:80px 8vw
  }
  .appointment-art {
    min-height:290px
  }
  .location {
    grid-template-columns:1fr
  }
  .location>div:first-child {
    padding:80px 8vw
  }
  .map {
    min-height:350px
  }
  footer {
    grid-template-columns:1fr;
    gap:28px;
    text-align:center
  }
  footer>div,footer p {
    text-align:center
  }
}
.navbar {
  width:calc(100% - 120px)!important;
  margin:18px 60px 0!important;
  border-radius:0 0 18px 18px
}
@media (max-width:720px) {
  .navbar {
    width:calc(100% - 40px)!important;
    margin:12px 20px 0!important;
    border-radius:0 0 14px 14px
  }
}
.navbar {
  position:relative!important;
  height:98px!important;
  padding:0 2.5vw!important;
  background:#fbfaf7!important;
  color:var(--ink)!important;
  box-shadow:0 7px 24px rgba(70,49,20,.08)!important
}
.navbar .brand {
  color:var(--gold)!important
}
.navbar nav {
  gap:34px!important;
  margin-left:auto!important
}
.navbar nav a {
  color:var(--ink)!important;
  font-size:15px!important;
  font-weight:500!important;
  text-transform:none!important;
  letter-spacing:0!important;
  padding:35px 0 13px!important;
  position:relative
}
.navbar nav a.active::after {
  content:"";
  position:absolute;
  left:3px;
  right:3px;
  bottom:0;
  height:2px;
  background:var(--gold)
}
.header-actions {
  display:flex;
  align-items:center;
  margin-left:34px
}
.header-actions .nav-book {
  display:inline-flex!important;
  align-items:center;
  gap:13px;
  padding:13px 22px!important;
  border:0!important;
  border-radius:26px;
  background:var(--gold);
  color:#fff!important;
  font: size 18px;px!important;
  font-weight:600;
  text-transform:none!important;
  letter-spacing:0!important;
  box-shadow:0 5px 13px rgba(112,78,16,.25);
  white-space:nowrap
}
.header-actions .nav-book span {
  font-size:19px;
  margin:0
}
.navbar > .nav-book {
  display:none!important
}
@media (max-width:920px) {
  .navbar {
    padding:0 4vw!important
  }
  .navbar nav {
    gap:18px!important
  }
  .header-actions {
    margin-left:18px
  }
  .header-actions .nav-book {
    padding:13px 16px!important
  }
}
@media (max-width:720px) {
  .navbar {
    height:78px!important
  }
  .navbar nav {
    display:none!important
  }
  .header-actions {
    margin-left:auto
  }
  .header-actions .nav-book {
    font-size:10px!important;
    padding:12px 15px!important
  }
  .brand span {
    font-size:23px!important
  }
}
main > .hero {
  display:none!important
}
.hero-luxury {
  min-height:675px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(90deg,rgba(18,11,7,.92) 0%,rgba(27,16,9,.78) 45%,rgba(26,14,7,.50) 100%),url('spa-slider-image.png') center/cover
}
.hero-luxury::after {
  content:"";
  position:absolute;
  inset:0;
  background:transparent;
  pointer-events:none
}
.luxury-copy {
  position:relative;
  z-index:1;
  width:58%;
  padding:62px 6.8vw
}
.luxury-kicker {
  margin:0 0 11px;
  color:#e2bd61;
  font-size:10px;
  font-weight:600;
  letter-spacing:3px
}
.luxury-script {
  margin:0 0 -5px;
  color:#f0d184;
  font:42px/1 'Great Vibes',cursive
}
.luxury-copy h1 {
  margin:0;
  color:#e1b34a;
  font:600 clamp(47px,4.6vw,74px)/.98 'Cormorant Garamond',serif;
  letter-spacing:-0.7px;
  text-shadow:0 2px 15px rgba(0,0,0,.28)
}
.luxury-copy h1 em {
  font-family:'Great Vibes',cursive;
  font-size:1.20em;
  font-weight:400;
  letter-spacing:1px
}
.luxury-intro {
  max-width:520px;
  margin:25px 0 27px;
  color:#f4eee2;
  font-size:16px;
  line-height:1.2
}
.luxury-button {
  display:inline-flex;
  gap:22px;
  align-items:center;
  padding:13px 23px;
  border-radius:28px;
  background:linear-gradient(90deg,#c69a36,#f0ca67);
  color:#2a1a08;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  box-shadow:0 6px 18px rgba(0,0,0,.3)
}
.luxury-button span {
  font-size:18px
}
.luxury-portrait {
  position:absolute;
  z-index:1;
  right:8.5%;
  top:50%;
  transform:translateY(-50%);
  width:min(25vw,360px);
  height:min(29vw,465px);
  border:2px solid #d9ae42;
  border-radius:130px 0 130px 0;
  background:linear-gradient(rgba(39,19,5,.04),rgba(39,19,5,.13)),url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=850&q=90') center/cover;
  box-shadow:0 0 0 5px rgba(216,172,61,.12),0 15px 35px rgba(0,0,0,.45)
}
@media (max-width:720px) {
  .hero-luxury {
    min-height:650px;
    align-items:end;
    background-position:57% center
  }
  .luxury-copy {
    width:100%;
    padding:55px 8vw;
    z-index:2
  }
  .luxury-script {
    font-size:35px
  }
  .luxury-copy h1 {
    font-size:50px
  }
  .luxury-intro {
    font-size:13px;
    max-width:355px
  }
  .luxury-portrait {
    opacity:.35;
    right:-26px;
    top:26%;
    width:255px;
    height:335px
  }
  .hero-luxury::after {
    background:transparent
  }
}
/* ===== services-luxury.css ===== */
.services {
  display:none!important
}
.services-luxury {
  padding:92px 6vw 74px;
  background:#ffff;
  color:#24211e
}
.services-top {
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin-bottom:54px
}
.services-kicker {
  margin:0 0 24px;
  color:#b07b38;
  font-size:11px;
  font-weight:700;
  letter-spacing:2.5px
}
.services-top h2 {
  margin:0;
  color:#3d2412;
  font:500 clamp(45px,4.4vw,67px)/.98 'Cormorant Garamond',serif;
  letter-spacing:-1px
}
.services-top h2 em {
  color:#bb8b36;
  font-style:italic
}
.view-services {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:15px 28px;
  border-radius:15px;
  background:linear-gradient(90deg,#c9962d,#edc356);
  color:#2b1b09;
  text-decoration:none;
  font:700 13px 'DM Sans',sans-serif;
  transition:transform .2s ease,filter .2s ease
}
.view-services:hover {
  transform:translateY(-3px);
  filter:brightness(1.06)
}
.services-showcase {
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:50px;
  max-width:1280px;
  margin:auto
}
.luxury-service-card {
  min-height:435px;
  padding:27px 28px 25px;
  border:2px solid #c99537;
  border-radius:10px;
  background:#fff;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  transition:transform .25s ease,box-shadow .25s ease
}
.luxury-service-card:hover {
  transform:translateY(-7px);
  box-shadow:0 15px 30px rgba(122,81,19,.14)
}
.service-photo {
  width:138px;
  height:138px;
  margin-bottom:23px;
  border-radius:50%;
  background-size:cover;
  background-position:center
}
.body-treatment {
  background-image:url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=450&q=85')
}
.beauty-treatment {
  background-image:url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=450&q=85')
}
.healing-treatment {
  background-image:url('https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=450&q=85')
}
.luxury-service-card h3 {
  margin:0 0 15px;
  font:500 37px/1.06 'Cormorant Garamond',serif
}
.luxury-service-card p {
  max-width:300px;
  margin:0;
  color:#5c554c;
  font-size:14px;
  line-height:1.65
}
.service-arrow {
  position:absolute;
  z-index:1;
  top:48%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border:0;
  border-radius:50%;
  background:#e7bd57;
  color:#3d2412;
  font-size:0;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease
}
.service-arrow:hover {
  background:#f2ca67;
  transform:translateY(-3px) scale(1.06);
  box-shadow:0 8px 16px rgba(61,36,18,.22)
}
.service-arrow::after {
  display:block;
  color:#3d2412;
  font:42px/1 Arial,sans-serif;
  transform:translateY(-1px);
}
.service-arrow.previous::after {
  content:'‹';
}
.service-arrow.next::after {
  content:'›';
}
.previous {
  left:-78px
}
.next {
  right:-78px
}
.service-dots {
  text-align:center;
  margin:23px 0
}
.service-dots>* {
  display:inline-block;
  width:9px;
  height:9px;
  margin:0 5px;
  border-radius:50%;
  background:#d7d3ce
}
.service-dots b {
  background:#7d776e
}
.view-services.bottom {
  display:flex;
  width:max-content;
  margin:0 auto
}
@media (max-width:900px) {
  .services-showcase {
    gap:18px
  }
  .luxury-service-card {
    padding:22px 16px;
    min-height:410px
  }
  .luxury-service-card h3 {
    font-size:31px
  }
  .service-arrow {
    display:none
  }
}
@media (max-width:680px) {
  .services-luxury {
    padding:70px 7vw
  }
  .services-top {
    display:block;
    margin-bottom:35px
  }
  .services-top .view-services {
    display:none
  }
  .services-showcase {
    grid-template-columns:1fr;
    gap:20px
  }
  .luxury-service-card {
    min-height:385px
  }
  .services-top h2 {
    font-size:47px
  }
}
/* ===== services-carousel.css ===== */
.services-showcase {
  align-items:center;
  overflow:visible
}
.luxury-service-card {
  cursor:pointer;
  transform:scale(.85);
  opacity:.78;
  min-height:400px
}
.luxury-service-card.is-center {
  position:relative;
  z-index:2;
  min-height:380px;
  transform:scale(.9);
  opacity:1;
  box-shadow:0 18px 38px rgba(137,91,18,.2)
}
.luxury-service-card.is-center .service-photo {
  width:152px;
  height:152px
}
.luxury-service-card:hover {
  transform:scale(.88) translateY(-5px)
}
.luxury-service-card.is-center:hover {
  transform:scale(.9) translateY(-5px)
}
.service-dots button {
  width:9px;
  height:9px;
  margin:0 5px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#d7d3ce
}
.service-dots button.is-active {
  background:#7d776e
}
.service-arrow {
  cursor:pointer;
  transition:color .2s ease,transform .2s ease
}
.service-arrow:hover {
  color:#8d5d1f;
  transform:scale(1.15)
}
@media (max-width:900px) {
  .luxury-service-card.is-center {
    min-height:430px;
    transform:scale(1.03)
  }
  .luxury-service-card.is-center:hover {
    transform:scale(1.03) translateY(-4px)
  }
}
@media (max-width:680px) {
  .luxury-service-card {
    transform:none!important;
    opacity:1
  }
  .luxury-service-card:not(.is-center) {
    display:none
  }
  .luxury-service-card.is-center {
    min-height:385px
  }
  .service-dots {
    margin-top:30px
  }
}
/* ===== services-motion.css ===== */
.luxury-service-card {
  transition:transform .42s cubic-bezier(.22,.8,.24,1),opacity .32s ease,filter .32s ease,box-shadow .42s cubic-bezier(.22,.8,.24,1),min-height .42s cubic-bezier(.22,.8,.24,1)!important;
  will-change:transform,opacity,filter
}
.luxury-service-card:not(.is-center) {
  filter:blur(.7px)
}
.luxury-service-card.is-center {
  filter:none
}
.luxury-service-card.is-shuffling {
  animation:service-card-shuffle .62s cubic-bezier(.16,1,.3,1)
}
.service-photo {
  transition:width .42s cubic-bezier(.22,.8,.24,1),height .42s cubic-bezier(.22,.8,.24,1),filter .32s ease
}
.luxury-service-card.is-center .service-photo {
  filter:saturate(1.08) brightness(1.03)
}
.service-dots button {
  transition:transform .3s ease,background .3s ease
}
.service-dots button.is-active {
  transform:scale(1.35)
}
@keyframes service-card-shuffle {
  from {
    translate:72px 0;
    opacity:.35
  }
  to {
    translate:0 0;
    opacity:1
  }
}
@media (prefers-reduced-motion:reduce) {
  .luxury-service-card.is-shuffling {
    animation:none
  }
}
/* ===== services-image-motion.css ===== */
.luxury-service-card.is-switching .service-photo {
  animation:service-image-reveal .62s cubic-bezier(.16,1,.3,1) both
}
@keyframes service-image-reveal {
  0% {
    opacity:.15;
    transform:scale(.82);
    filter:blur(4px) saturate(.8)
  }
  55% {
    opacity:1;
    filter:blur(0) saturate(1.04)
  }
  100% {
    opacity:1;
    transform:scale(1);
    filter:blur(0) saturate(1)
  }
}
/* ===== services-card-design.css ===== */
.luxury-service-card {
  border:2px solid #dcb24e!important;
  border-radius:42px!important;
  background:linear-gradient(135deg,#412610,#2d190c)!important;
  color:#f7eee3!important;
  box-shadow:0 0 14px rgba(221,171,56,.18),0 20px 38px rgba(20,11,4,.46)!important
}
.luxury-service-card h3 {
  color:#f7eee3!important
}
.luxury-service-card p {
  color:#ddcfc1!important
}
.luxury-service-card.is-center {
  border-color:#f0c65d!important;
  background:linear-gradient(135deg,#4b2b12,#331c0d)!important;
  box-shadow:0 0 22px rgba(233,182,61,.3),0 24px 46px rgba(20,11,4,.48)!important
}
.luxury-service-card .service-photo {
  border:2px solid rgba(232,187,76,.75);
  box-shadow:0 6px 18px rgba(0,0,0,.28)
}
/* ===== services-type.css ===== */
.luxury-service-card h3 {
  font-size:26px!important;
  white-space:nowrap
}
@media (max-width:900px) {
  .luxury-service-card h3 {
    font-size:23px!important;
    white-space:normal
  }
}
/* ===== services-card-layout.css ===== */
.luxury-service-card {
  position:relative!important;
  overflow:hidden!important;
  align-items:stretch!important;
  min-height:510px!important;
  padding:0 0 92px!important;
  border-radius:28px!important;
  text-align:left!important;
  background:linear-gradient(135deg,#24140b,#1a100c)!important
}
.luxury-service-card.is-center {
  min-height:510px!important;
  background:linear-gradient(135deg,#3d2412,#2f1a0d)!important
}
.luxury-service-card .service-photo,.luxury-service-card.is-center .service-photo {
  width:100%!important;
  height:205px!important;
  margin:0!important;
  border:0!important;
  border-radius:26px 26px 0 0!important;
  box-shadow:none!important
}
.luxury-service-card::before {
  position:absolute;
  z-index:2;
  top:16px;
  right:16px;
  padding:8px 14px;
  border-radius:999px;
  background:#f0c65c;
  color:#2f1a0d;
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  content:"THERAPY"
}
.luxury-service-card:nth-of-type(2)::before {
  content:"BEAUTY"
}
.luxury-service-card:nth-of-type(3)::before {
  content:"HOLISTIC"
}
.luxury-service-card::after {
  position:absolute;
  bottom:31px;
  left:26px;
  color:#f0c65c;
  font-size:12px;
  font-weight:700;
  content:"Duration: 60–90 min"
}
.luxury-service-card:nth-of-type(2)::after {
  content:"Duration: 45–75 min"
}
.luxury-service-card:nth-of-type(3)::after {
  content:"Duration: 60 min"
}
.luxury-service-card h3 {
  margin:28px 26px 14px!important;
  color:#fff8ec!important;
  font-size:31px!important;
  line-height:1.08!important;
  white-space:normal!important
}
.luxury-service-card p {
  margin:0 26px!important;
  color:#dfcdbb!important;
  font-size:15px!important;
  line-height:1.65!important
}
.service-get-button {
  position:absolute;
  right:24px;
  bottom:19px;
  margin:0!important;
  padding:14px 20px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#c99537,#f0c65c)!important;
  color:#2f1a0d!important;
  font-size:0!important
}
.service-get-button::before {
  content:"BOOK NOW";
  font-size:12px
}
.luxury-service-card:hover .service-photo {
  filter:brightness(1.08) saturate(1.05)
}
@media (max-width:900px) {
  .luxury-service-card,.luxury-service-card.is-center {
    min-height:490px!important
  }
  .luxury-service-card h3 {
    font-size:27px!important
  }
  .luxury-service-card .service-photo,.luxury-service-card.is-center .service-photo {
    height:185px!important
  }
}
@media (max-width:680px) {
  .luxury-service-card,.luxury-service-card.is-center {
    min-height:480px!important
  }
  .luxury-service-card h3 {
    font-size:26px!important
  }
}
.luxury-service-card {
  position:relative!important;
  overflow:hidden!important;
  align-items:stretch!important;
  min-height:510px!important;
  padding:0 0 92px!important;
  border-radius:28px!important;
  text-align:left!important;
  background:linear-gradient(135deg,#24140b,#1a100c)!important
}
.luxury-service-card.is-center {
  min-height:510px!important;
  background:linear-gradient(135deg,#3d2412,#2f1a0d)!important
}
.luxury-service-card .service-photo,.luxury-service-card.is-center .service-photo {
  width:100%!important;
  height:205px!important;
  margin:0!important;
  border:0!important;
  border-radius:26px 26px 0 0!important;
  box-shadow:none!important
}
.luxury-service-card::before {
  position:absolute;
  z-index:2;
  top:16px;
  right:16px;
  padding:8px 14px;
  border-radius:999px;
  background:#f0c65c;
  color:#2f1a0d;
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  content:"THERAPY"
}
.luxury-service-card:nth-of-type(2)::before {
  content:"BEAUTY"
}
.luxury-service-card:nth-of-type(3)::before {
  content:"HOLISTIC"
}
.luxury-service-card::after {
  position:absolute;
  bottom:31px;
  left:26px;
  color:#f0c65c;
  font-size:12px;
  font-weight:700;
  content:"Duration: 60–90 min"
}
.luxury-service-card:nth-of-type(2)::after {
  content:"Duration: 45–75 min"
}
.luxury-service-card:nth-of-type(3)::after {
  content:"Duration: 60 min"
}
.luxury-service-card h3 {
  margin:28px 26px 14px!important;
  color:#fff8ec!important;
  font-size:31px!important;
  line-height:1.08!important;
  white-space:normal!important
}
.luxury-service-card p {
  margin:0 26px!important;
  color:#dfcdbb!important;
  font-size:15px!important;
  line-height:1.65!important
}
.service-get-button {
  position:absolute;
  right:24px;
  bottom:19px;
  margin:0!important;
  padding:14px 20px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#c99537,#f0c65c)!important;
  color:#2f1a0d!important;
  font-size:0!important
}
.service-get-button::before {
  content:"BOOK NOW";
  font-size:12px
}
.luxury-service-card:hover .service-photo {
  filter:brightness(1.08) saturate(1.05)
}
.luxury-service-card::before {
  content:attr(data-tag)
}
.luxury-service-card::after {
  content:attr(data-duration)
}
.luxury-service-card:not(.is-visible) {
  display:none
}
@media (max-width:900px) {
  .luxury-service-card,.luxury-service-card.is-center {
    min-height:490px!important
  }
  .luxury-service-card h3 {
    font-size:27px!important
  }
  .luxury-service-card .service-photo,.luxury-service-card.is-center .service-photo {
    height:185px!important
  }
}
@media (max-width:680px) {
  .luxury-service-card,.luxury-service-card.is-center {
    min-height:480px!important
  }
  .luxury-service-card h3 {
    font-size:26px!important
  }
}
.dry-massage {
  background-image:url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=900&q=85')
}
.aroma-massage {
  background-image:url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=900&q=85')
}
.cream-massage {
  background-image:url('https://images.unsplash.com/photo-1600334089648-b0d9d3028eb2?auto=format&fit=crop&w=900&q=85')
}
.swedish-massage {
  background-image:url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=900&q=85')
}
.deep-tissue-massage {
  background-image:url('https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=900&q=85')
}
.four-hands-massage {
  background-image:url('https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=900&q=85')
}
.luxury-service-card::after {
  content:"◷  " attr(data-duration);
  font-size:13px
}
/* ===== services-buttons.css ===== */
.service-get-button {
  display:inline-flex;
  align-items:center;
  gap:15px;
  margin-top:24px;
  padding:11px 21px;
  border-radius:13px;
  background:linear-gradient(90deg,#d5a52c,#edc356);
  color:#2b1b08;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  transition:transform .2s ease,filter .2s ease
}
.luxury-service-card {
  min-height:390px!important
}
.luxury-service-card.is-center {
  min-height:435px!important
}
.service-get-button:hover {
  transform:translateY(-3px);
  filter:brightness(1.08)
}
.service-get-button span {
  font-size:17px
}
/* ===== services-align.css ===== */
.services-top {
  position:relative;
  justify-content:center!important
}
.services-top>div {
  text-align:center
}
.services-top>.view-services {
  position:absolute;
  right:0;
  bottom:0
}
@media (max-width:680px) {
  .services-top>.view-services {
    position:static;
    margin-top:24px
  }
}
/* ===== gallery-grid.css ===== */
.gallery-grid {
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:repeat(2,260px);
  height:auto;
  gap:18px
}
.gallery-grid>div {
  border-radius:18px;
  box-shadow:0 8px 20px rgba(55,35,14,.13);
  transition:transform .3s ease,box-shadow .3s ease
}
.gallery-grid>div:hover {
  transform:translateY(-6px);
  box-shadow:0 15px 28px rgba(150,103,26,.22)
}
.g5 {
  background:url('https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=800&q=85') center/cover
}
.g6 {
  background:url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=800&q=85') center/cover
}
.g7 {
  background:url('https://images.unsplash.com/photo-1600334089648-b0d9d3028eb2?auto=format&fit=crop&w=800&q=85') center/cover
}
.g8 {
  background:url('https://images.unsplash.com/photo-1519824145371-296894a0daa9?auto=format&fit=crop&w=800&q=85') center/cover
}
.g9 {
  background:url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=800&q=85') center/cover
}
.g10 {
  background:url('https://images.unsplash.com/photo-1519415943484-9fa1873496d4?auto=format&fit=crop&w=800&q=85') center/cover
}
.g11 {
  background:url('https://images.unsplash.com/photo-1600334129128-685c5582fd35?auto=format&fit=crop&w=800&q=85') center/cover
}
.g12 {
  background:url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=800&q=85') center/cover
}
@media (max-width:720px) {
  .gallery-grid {
    grid-template-columns:repeat(2,1fr)!important;
    grid-template-rows:repeat(3,190px)!important;
    gap:12px!important
  }
}
@media (max-width:440px) {
  .gallery-grid {
    grid-template-columns:1fr!important;
    grid-template-rows:repeat(6,230px)!important
  }
}
/* ===== gallery-four-column-layout.css ===== */
@media (min-width:721px) {
  .gallery-grid {
    grid-template-columns:repeat(4,1fr)!important;
    grid-template-rows:repeat(2,260px)!important
  }
  .gallery-grid .g1,.gallery-grid .g3,.gallery-grid .g5 {
    grid-column:auto
  }
}
/* ===== gallery-background.css ===== */
.gallery {
  background:linear-gradient(135deg,#3d2412 0%,#2f1a0d 100%)
}
.gallery h2 {
  color:#fff8ec;
  white-space:nowrap
}
.gallery h2 em {
  color:#f0c65c
}
.gallery-description {
  margin:18px auto 0;
  color:#eadac9;
  font-size:15px;
  line-height:1.65;
}
@media (max-width:720px) {
  .gallery h2 {
    white-space:normal
  }
}
/* ===== gallery-image-effect.css ===== */
.gallery-grid>div {
  border:2px solid rgba(224,177,79,.88);
  box-shadow:0 0 14px rgba(211,158,45,.22),0 15px 30px rgba(45,28,10,.22)!important
}
.gallery.is-revealed .gallery-grid .g1,.gallery.is-revealed .gallery-grid .g6 {
  animation:gallery-slide-from-right .8s cubic-bezier(.22,.8,.28,1) both
}
.gallery.is-revealed .gallery-grid .g6 {
  animation-delay:.12s
}
.gallery-grid>div:hover {
  border-color:#f3cb64;
  box-shadow:0 0 30px rgba(237,185,63,.68),0 22px 38px rgba(38,20,5,.34)!important;
  transform:translateY(-6px) scale(1.01)
}
@keyframes gallery-slide-from-right {
  from {
    opacity:0;
    translate:85px 0
  }
  to {
    opacity:1;
    translate:0 0
  }
}
@media (prefers-reduced-motion:reduce) {
  .gallery.is-revealed .gallery-grid .g1,.gallery.is-revealed .gallery-grid .g6 {
    animation:none
  }
}
.gallery-grid>div {
  border:2px solid rgba(224,177,79,.88);
  box-shadow:0 0 14px rgba(211,158,45,.22),0 15px 30px rgba(45,28,10,.22)!important
}
.gallery.is-revealed .gallery-grid .g1,.gallery.is-revealed .gallery-grid .g6 {
  animation:gallery-slide-from-right .8s cubic-bezier(.22,.8,.28,1) both
}
.gallery.is-revealed .gallery-grid .g6 {
  animation-delay:.12s
}
.gallery-grid>div:hover {
  border-color:#f3cb64;
  box-shadow:0 0 30px rgba(237,185,63,.68),0 22px 38px rgba(38,20,5,.34)!important;
  transform:translateY(-6px) scale(1.01)
}
@keyframes gallery-slide-from-right {
  from {
    opacity:0;
    translate:85px 0
  }
  to {
    opacity:1;
    translate:0 0
  }
}
@media (prefers-reduced-motion:reduce) {
  .gallery.is-revealed .gallery-grid .g1,.gallery.is-revealed .gallery-grid .g6 {
    animation:none
  }
}
.gallery.is-revealed .gallery-grid>div {
  animation:gallery-welcome-from-left .82s cubic-bezier(.22,.8,.28,1) both!important
}
.gallery.is-revealed .gallery-grid>div:nth-child(2) {
  animation-delay:.08s!important
}
.gallery.is-revealed .gallery-grid>div:nth-child(3) {
  animation-delay:.16s!important
}
.gallery.is-revealed .gallery-grid>div:nth-child(4) {
  animation-delay:.24s!important
}
.gallery.is-revealed .gallery-grid>div:nth-child(5) {
  animation-delay:.32s!important
}
.gallery.is-revealed .gallery-grid>div:nth-child(6) {
  animation-delay:.4s!important
}
@keyframes gallery-welcome-from-left {
  from {
    opacity:0;
    translate:-80px 0
  }
  to {
    opacity:1;
    translate:0 0
  }
}
@media (prefers-reduced-motion:reduce) {
  .gallery.is-revealed .gallery-grid>div {
    animation:none!important
  }
}
.gallery.is-revealed .gallery-grid>div {
  animation:none!important
}
.gallery.is-revealed .gallery-grid .g2 {
  animation:gallery-welcome-from-left .82s cubic-bezier(.22,.8,.28,1) both!important
}
.gallery.is-revealed .gallery-grid .g3 {
  animation:gallery-welcome-from-left .82s .12s cubic-bezier(.22,.8,.28,1) both!important
}
.gallery.is-revealed .gallery-grid .g1,.gallery.is-revealed .gallery-grid .g6,.gallery.is-revealed .gallery-grid .g5,.gallery.is-revealed .gallery-grid .g4 {
  animation:gallery-slide-from-right .82s cubic-bezier(.22,.8,.28,1) both!important
}
.gallery.is-revealed .gallery-grid .g6 {
  animation-delay:.1s!important
}
.gallery.is-revealed .gallery-grid .g5 {
  animation-delay:.2s!important
}
.gallery.is-revealed .gallery-grid .g4 {
  animation-delay:.3s!important
}
/* ===== why-background.css ===== */
.why {
  background:#f8f1e8!important
}
/* ===== why-heading-details.css ===== */
.why h2 em {
  color:#c99537
}
.why h2 {
  font-size:clamp(37px,calc(5vw - 15px),58px)
}
.why .reasons {
  margin-top:26px
}
.reasons strong {
  font-weight:700
}
.reasons small::before {
  content:"";
  display:block;
  width:54px;
  height:1px;
  margin:9px 0 8px;
  background:#c99537
}
.reason-content p {
  margin:8px 0 0;
  color:#756e64;
  font-size:13px;
  line-height:1.5
}
/* ===== why-section-compact.css ===== */
.why-image {
  min-height:560px
}
.why-copy {
  padding:56px 7vw 44px
}
.why .reasons {
  margin-top:18px
}
.reasons>div {
  gap:18px;
  padding:14px 0
}
.reason-content p {
  margin-top:5px;
  font-size:12px;
  line-height:1.4
}
.reasons small::before {
  margin:6px 0
}
/* ===== feedback-cards.css ===== */
.reviews {
  padding:88px 6vw!important;
  background:linear-gradient(135deg,#3d2412,#2f1a0d)!important
}
.reviews>.eyebrow,.reviews>.quote-mark,.reviews>blockquote,.reviews>.guest,.reviews>.review-dots {
  display:none
}
.reviews-heading {
  text-align:center;
  margin-bottom:38px
}
.reviews-heading .eyebrow {
  margin-bottom:12px;
  color:#f0c65c
}
.reviews-heading h2 {
  color:#fff8ec;
  font:500 clamp(38px,4vw,58px)/1 'Cormorant Garamond',serif
}
.reviews-heading h2 em {
  color:#f0c65c
}
.feedback-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  max-width:1220px;
  margin:0 auto
}
.feedback-card {
  min-height:238px;
  padding:25px;
  border:1px solid rgba(240,198,92,.52);
  border-radius:20px;
  background:rgba(255,248,236,.96);
  color:#3d2412;
  text-align:left;
  box-shadow:0 0 28px rgba(240,198,92,.82),0 20px 34px rgba(10,5,1,.35);
  transition:transform .25s ease,box-shadow .25s ease
}
.feedback-card:hover {
  transform:translateY(-6px);
  box-shadow:0 20px 34px rgba(10,5,1,.35)
}
.feedback-card-top {
  display:flex;
  align-items:center;
  gap:13px
}
.feedback-card img {
  width:50px;
  height:50px;
  border:2px solid #c99537;
  border-radius:50%;
  object-fit:cover
}
.feedback-card h3 {
  margin:0;
  font:700 21px/1.1 'Cormorant Garamond',serif
}
.feedback-card h3::after {
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:14px;
  height:14px;
  margin-left:6px;
  border-radius:50%;
  background:#2f80ed;
  color:#fff;
  font:700 10px/1 Arial,sans-serif;
  vertical-align:2px
}
.feedback-card .stars {
  margin:4px 0 0;
  color:#c99537;
  font-size:14px;
  letter-spacing:2px
}
.feedback-card p {
  margin:19px 0 0;
  color:#665345;
  font-size:14px;
  line-height:1.65
}
.feedback-card p::after {
  content:"View Review on Google";
  display:block;
  margin-top:18px;
  padding-top:12px;
  border-top:1px solid rgba(201,149,55,.42);
  color:#a77727;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.1px;
  text-transform:uppercase
}
.feedback-card::after {
  content:"Real Experience  /  Genuine Care";
  display:block;
  margin-top:12px;
  color:#8d6a39;
  font-size:9px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase
}
@media (max-width:850px) {
  .feedback-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .reviews {
    padding:72px 7vw!important
  }
}
@media (max-width:560px) {
  .feedback-grid {
    grid-template-columns:1fr
  }
  .feedback-card {
    min-height:0
  }
  .reviews {
    padding:62px 7vw!important
  }
}
.reviews {
  padding:88px 6vw!important;
  background:linear-gradient(135deg,#3d2412,#2f1a0d)!important
}
.reviews>.eyebrow,.reviews>.quote-mark,.reviews>blockquote,.reviews>.guest,.reviews>.review-dots {
  display:none
}
.reviews-heading {
  text-align:center;
  margin-bottom:38px
}
.reviews-heading .eyebrow {
  margin-bottom:12px;
  color:#f0c65c
}
.reviews-heading h2 {
  color:#fff8ec;
  font:500 clamp(38px,4vw,58px)/1 'Cormorant Garamond',serif
}
.reviews-heading h2 em {
  color:#f0c65c
}
.feedback-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  max-width:1220px;
  margin:0 auto
}
.feedback-card {
  min-height:238px;
  padding:25px;
  border:1px solid rgba(240,198,92,.52);
  border-radius:20px;
  background:rgba(255,248,236,.96);
  color:#3d2412;
  text-align:left;
  box-shadow:0 0 28px rgba(240,198,92,.82),0 20px 34px rgba(10,5,1,.35);
  transition:transform .25s ease,box-shadow .25s ease
}
.feedback-card:hover {
  transform:translateY(-6px);
  box-shadow:0 0 28px rgba(240,198,92,.82),0 20px 34px rgba(10,5,1,.35)
}
.feedback-card-top {
  display:flex;
  align-items:center;
  gap:13px
}
.feedback-card img {
  width:50px;
  height:50px;
  border:2px solid #c99537;
  border-radius:50%;
  object-fit:cover
}
.feedback-card h3 {
  margin:0;
  font:700 21px/1.1 'Cormorant Garamond',serif
}
.feedback-card h3::after {
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:14px;
  height:14px;
  margin-left:6px;
  border-radius:50%;
  background:#2f80ed;
  color:#fff;
  font:700 10px/1 Arial,sans-serif;
  vertical-align:2px
}
.feedback-card .stars {
  margin:4px 0 0;
  color:#c99537;
  font-size:14px;
  letter-spacing:2px
}
.feedback-card p {
  margin:19px 0 0;
  color:#665345;
  font-size:14px;
  line-height:1.65
}
.feedback-card p::after {
  content:"View Review on Google";
  display:block;
  margin-top:18px;
  padding-top:12px;
  border-top:1px solid rgba(201,149,55,.42);
  color:#a77727;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.1px;
  text-transform:uppercase
}
.feedback-card::after {
  content:"Real Experience  /  Genuine Care";
  display:block;
  margin-top:12px;
  color:#8d6a39;
  font-size:9px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase
}
.feedback-marquee {
  overflow:hidden;
  margin:0 -6vw;
  padding:42px 6vw
}
.feedback-track {
  display:flex;
  width:max-content;
  animation:feedback-scroll 42s linear infinite
}
.feedback-track:hover {
  animation-play-state:paused
}
.feedback-track-reverse {
  animation-direction:reverse;
}
.feedback-track .feedback-grid {
  display:flex;
  grid-template-columns:none;
  gap:20px;
  max-width:none;
  margin:0;
  padding-right:20px
}
.feedback-track .feedback-card {
  flex:0 0 330px;
  width:330px
}
@keyframes feedback-scroll {
  to {
    transform:translateX(-50%)
  }
}
@media (max-width:850px) {
  .feedback-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .reviews {
    padding:72px 7vw!important
  }
  .feedback-marquee {
    margin:0 -7vw;
    padding-left:7vw;
    padding-right:7vw
  }
  .feedback-track .feedback-card {
    flex-basis:300px;
    width:300px
  }
}
@media (max-width:560px) {
  .feedback-grid {
    grid-template-columns:1fr
  }
  .feedback-card {
    min-height:0
  }
  .reviews {
    padding:62px 7vw!important
  }
  .feedback-track .feedback-card {
    flex-basis:min(82vw,320px);
    width:min(82vw,320px)
  }
}
@media (prefers-reduced-motion:reduce) {
  .feedback-track {
    animation:none
  }
}
/* ===== feedback-card-color.css ===== */
.feedback-card {
  background:#f8f1e8!important
}
/* ===== appointment-theme.css ===== */
.appointment {
  min-height:540px;
  background:linear-gradient(135deg,#3d2412 0%,#2f1a0d 100%);
  color:#fff8ec
}
.appointment-copy {
  padding:94px 8vw
}
.appointment .eyebrow {
  color:#f0c65c;
  letter-spacing:2.5px
}
.appointment h2 {
  color:#fff8ec
}
.appointment h2 em {
  color:#f0c65c
}
.appointment-copy>p:not(.eyebrow) {
  max-width:430px;
  color:#eadbca;
  line-height:1.75
}
.appointment-copy>p:not(.eyebrow)::after {
  content:"Our team will be delighted to guide you towards the ritual that feels right for you.";
  display:block;
  margin-top:16px;
  color:#d8c5ad;
  font-size:.9em;
  line-height:1.75
}
.appointment-art {
  border-left:1px solid rgba(240,198,92,.58);
  background:linear-gradient(90deg,rgba(47,26,13,.3),rgba(47,26,13,.06)),url('book-spa-image.png') center/cover
}
.button.light {
  border:1px solid #f0c65c;
  border-radius:999px;
  background:linear-gradient(135deg,#c99537,#f0c65c);
  color:#2f1a0d;
  box-shadow:0 10px 24px rgba(0,0,0,.32);
  transition:transform .25s ease,box-shadow .25s ease
}
.button.light:hover {
  transform:translateY(-4px);
  box-shadow:0 0 24px rgba(240,198,92,.6),0 13px 25px rgba(0,0,0,.36)
}
.circle-text {
  border-color:#f0c65c;
  color:#fff8ec;
  background:rgba(47,26,13,.36);
  box-shadow:0 0 24px rgba(240,198,92,.18)
}
@media (max-width:720px) {
  .appointment-copy {
    padding:70px 8vw
  }
  .appointment-art {
    border-left:0;
    border-top:1px solid rgba(240,198,92,.58)
  }
}
.appointment {
  min-height:540px;
  background:#f8f1e8;
  color:#3d2412
}
.appointment-copy {
  padding:94px 8vw
}
.appointment .eyebrow {
  color:#c99537;
  letter-spacing:2.5px
}
.appointment h2 {
  color:#3d2412
}
.appointment h2 em {
  color:#c99537
}
.appointment-copy>p:not(.eyebrow) {
  max-width:430px;
  color:#6b5140;
  line-height:1.75
}
.appointment-copy>p:not(.eyebrow)::after {
  content:"Our team will be delighted to guide you towards the ritual that feels right for you.";
  display:block;
  margin-top:16px;
  color:#80634f;
  font-size:.9em;
  line-height:1.75
}
.appointment-art {
  border-left:1px solid rgba(201,149,55,.58);
  background:linear-gradient(90deg,rgba(47,26,13,.3),rgba(47,26,13,.06)),url('book-spa-image.png') center/cover
}
.button.light {
  border:1px solid #f0c65c;
  border-radius:999px;
  background:linear-gradient(135deg,#c99537,#f0c65c);
  color:#2f1a0d;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  transition:transform .25s ease,box-shadow .25s ease
}
.button.light:hover {
  transform:translateY(-4px);
  box-shadow:0 0 24px rgba(240,198,92,.6),0 13px 25px rgba(0,0,0,.22)
}
.circle-text {
  border-color:#f0c65c;
  color:#fff8ec;
  background:rgba(47,26,13,.36);
  box-shadow:0 0 24px rgba(240,198,92,.18)
}
@media (max-width:720px) {
  .appointment-copy {
    padding:70px 8vw
  }
  .appointment-art {
    border-left:0;
    border-top:1px solid rgba(240,198,92,.58)
  }
}
/* ===== booking-modal.css ===== */
.booking-modal {
  position:fixed;
  z-index:5000;
  inset:0;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(49,27,10,.72);
  backdrop-filter:blur(9px);
  opacity:0;
  visibility:hidden;
  transition:opacity .28s ease,visibility .28s ease
}
.booking-modal.is-open {
  opacity:1;
  visibility:visible
}
.booking-modal-panel {
  position:relative;
  width:min(640px,100%);
  padding:42px;
  border:1px solid #f0c65c;
  border-radius:28px;
  background:linear-gradient(135deg,#3d2412,#2f1a0d);
  box-shadow:0 0 42px rgba(240,198,92,.4),0 24px 60px rgba(0,0,0,.48);
  color:#fff8ec;
  transform:translateY(18px) scale(.97);
  transition:transform .28s cubic-bezier(.22,.8,.28,1)
}
.booking-modal.is-open .booking-modal-panel {
  transform:translateY(0) scale(1)
}
.booking-modal-close {
  position:absolute;
  top:16px;
  right:18px;
  border:0;
  background:transparent;
  color:#f0c65c;
  font-size:29px;
  line-height:1;
  cursor:pointer
}
.booking-modal-kicker {
  margin:0 0 9px;
  color:#f0c65c;
  font-size:11px;
  font-weight:700;
  letter-spacing:2.3px
}
.booking-modal h2 {
  margin:0 0 28px;
  font:500 clamp(36px,5vw,52px)/1 'Cormorant Garamond',serif
}
.booking-modal h2 em {
  color:#f0c65c
}
.booking-modal-form {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:17px
}
.booking-modal-form label {
  display:grid;
  gap:7px;
  color:#eadbca;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px
}
.booking-modal-form input,.booking-modal-form select,.booking-modal-form textarea {
  width:100%;
  border:0;
  border-bottom:1px solid rgba(240,198,92,.54);
  outline:0;
  background:transparent;
  padding:9px 0;
  color:#fff8ec;
  font:15px 'DM Sans',sans-serif
}
.booking-modal-form select {
  cursor:pointer;
}
.booking-modal-form textarea {
  min-height:70px;
  resize:vertical
}
.booking-modal-form .full {
  grid-column:1/-1
}
.booking-modal-submit {
  grid-column:1/-1;
  border:0;
  border-radius:999px;
  padding:16px;
  background:linear-gradient(135deg,#c99537,#f0c65c);
  color:#2f1a0d;
  font:700 13px 'DM Sans',sans-serif;
  letter-spacing:.7px;
  cursor:pointer
}
.booking-modal-submit:hover {
  filter:brightness(1.08)
}
@media (max-width:560px) {
  .booking-modal-panel {
    padding:34px 24px
  }
  .booking-modal-form {
    grid-template-columns:1fr
  }
}
/* ===== location-full-map.css ===== */
.location {
  grid-template-columns:1fr;
  padding:0!important;
  position:relative;
  z-index:1
}
.location>div:first-child {
  padding:78px 11vw 58px
}
.location .map {
  grid-column:1/-1;
  width:100%!important;
  max-width:none!important;
  height:700px;
  min-height:700px;
  margin:0!important;
  padding:0!important
}
.location .map iframe {
  display:block;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important
}
.luxury-footer {
  position:relative;
  z-index:2;
  margin-top:-160px!important
}
@media (max-width:720px) {
  .location>div:first-child {
    padding:64px 8vw 46px
  }
  .location .map {
    height:480px;
    min-height:480px
  }
  .luxury-footer {
    margin-top:-95px!important
  }
}
/* ===== footer-layout.css ===== */
.luxury-footer {
  position:relative;
  margin-top:105px;
  padding:118px 9vw 28px!important;
  border-radius:30px 30px 0 0;
  background:linear-gradient(135deg,#3d2412,#2f1a0d)!important;
  color:#fff8ec!important;
  display:block!important
}
.footer-info {
  position:absolute;
  top:-76px;
  left:50%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  width:min(570px,72vw);
  padding:29px 44px;
  transform:translateX(-50%);
  border:1px solid rgba(240,198,92,.42);
  border-radius:72px 72px 0 0;
  background:linear-gradient(135deg,#4a2b12,#2f1a0d)
}
.footer-label,.footer-links h3 {
  margin:0 0 9px;
  color:#f0c65c;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.8px
}
.footer-info p {
  margin:0;
  color:#e4d8cc;
  font-size:13px;
  line-height:1.55
}
.footer-brand-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-bottom:45px
}
.footer-brand {
  color:#fff8ec;
  text-decoration:none;
  font:600 49px/1 'Cormorant Garamond',serif
}
.footer-brand small {
  display:block;
  margin-top:8px;
  color:#f0c65c;
  font:700 9px 'DM Sans',sans-serif;
  letter-spacing:4px
}
.footer-contact {
  display:flex;
  align-items:center;
  gap:28px;
  color:#fff8ec;
  font-size:15px
}
.footer-contact a {
  color:inherit;
  text-decoration:none
}
.footer-book {
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:14px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#c99537,#f0c65c);
  color:#2f1a0d!important;
  text-decoration:none;
  font-size:12px;
  font-weight:700
}
.footer-links {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:35px;
  padding:36px 0 48px;
  border-top:1px solid rgba(240,198,92,.3)
}
.footer-links a {
  display:block;
  margin:8px 0;
  color:#e4d8cc!important;
  text-align:left!important;
  font-size:15px!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  text-transform:none!important
}
.footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:24px;
  border-top:1px solid rgba(240,198,92,.3);
  color:#b9a999;
  font-size:11px
}
.footer-bottom p {
  margin:0
}
.footer-legal,.footer-socials {
  display:flex;
  gap:18px
}
.footer-legal a {
  color:#b9a999;
  text-decoration:none
}
.footer-socials a {
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#fff8ec;
  color:#3d2412!important;
  text-decoration:none
}
@media (max-width:760px) {
  .luxury-footer {
    margin-top:82px;
    padding:112px 8vw 26px!important
  }
  .footer-info {
    gap:18px;
    padding:24px;
    width:86vw
  }
  .footer-brand-row,.footer-bottom {
    align-items:flex-start;
    flex-direction:column
  }
  .footer-contact {
    flex-wrap:wrap
  }
  .footer-links {
    grid-template-columns:repeat(2,1fr);
    gap:25px
  }
}
@media (max-width:430px) {
  .footer-info {
    grid-template-columns:1fr;
    border-radius:40px 40px 0 0
  }
  .luxury-footer {
    margin-top:145px
  }
  .footer-links {
    grid-template-columns:1fr
  }
}
.luxury-footer {
  position:relative;
  margin-top:105px;
  padding:118px 9vw 28px!important;
  border-radius:30px 30px 0 0;
  background:linear-gradient(135deg,#3d2412,#2f1a0d)!important;
  color:#fff8ec!important;
  display:block!important
}
.footer-info {
  position:absolute;
  top:-76px;
  left:50%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  width:min(570px,72vw);
  padding:29px 44px;
  transform:translateX(-50%);
  border:0;
  border-top:2px solid #f0c65c;
  border-radius:72px 72px 0 0;
  background:linear-gradient(135deg,#4a2b12,#2f1a0d);
  box-shadow:0 -8px 24px rgba(240,198,92,.28)
}
.footer-label,.footer-links h3 {
  margin:0 0 9px;
  color:#f0c65c;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.8px
}
.footer-info p {
  margin:0;
  color:#e4d8cc;
  font-size:13px;
  line-height:1.55
}
.footer-brand-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-bottom:45px
}
.footer-brand {
  color:#fff8ec;
  text-decoration:none;
  font:600 49px/1 'Cormorant Garamond',serif
}
.footer-brand small {
  display:block;
  margin-top:8px;
  color:#f0c65c;
  font:700 9px 'DM Sans',sans-serif;
  letter-spacing:4px
}
.footer-contact {
  display:flex;
  align-items:center;
  gap:28px;
  color:#fff8ec;
  font-size:15px
}
.footer-contact a {
  color:inherit;
  text-decoration:none
}
.footer-book {
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:14px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#c99537,#f0c65c);
  color:#2f1a0d!important;
  text-decoration:none;
  font-size:12px;
  font-weight:700
}
.footer-links {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:35px;
  padding:36px 0 48px;
  border-top:1px solid rgba(240,198,92,.3)
}
.footer-links a {
  display:block;
  margin:8px 0;
  color:#e4d8cc!important;
  text-align:left!important;
  font-size:15px!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  text-transform:none!important
}
.footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:24px;
  border-top:1px solid rgba(240,198,92,.3);
  color:#b9a999;
  font-size:11px
}
.footer-bottom p {
  margin:0
}
.footer-legal,.footer-socials {
  display:flex;
  gap:18px
}
.footer-legal a {
  color:#b9a999;
  text-decoration:none
}
.footer-socials a {
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#fff8ec;
  color:#3d2412!important;
  text-decoration:none
}
@media (max-width:760px) {
  .luxury-footer {
    margin-top:82px;
    padding:112px 8vw 26px!important
  }
  .footer-info {
    gap:18px;
    padding:24px;
    width:86vw
  }
  .footer-brand-row,.footer-bottom {
    align-items:flex-start;
    flex-direction:column
  }
  .footer-contact {
    flex-wrap:wrap
  }
  .footer-links {
    grid-template-columns:repeat(2,1fr);
    gap:25px
  }
}
@media (max-width:430px) {
  .footer-info {
    grid-template-columns:1fr;
    border-radius:40px 40px 0 0
  }
  .luxury-footer {
    margin-top:145px
  }
  .footer-links {
    grid-template-columns:1fr
  }
}
/* ===== footer-clean.css ===== */
.luxury-footer {
  border:1px solid rgba(240,198,92,.72)!important;
  border-bottom:0!important;
  background:#3d2412!important
}
.footer-info {
  background:#3d2412!important;
  box-shadow:none!important
}
.footer-links>div {
  text-align:left
}
.footer-links a {
  text-align:left!important
}
.luxury-footer {
  padding-left:calc(60px + 2.5vw)!important;
  padding-right:calc(60px + 2.5vw)!important
}
@media (max-width:920px) {
  .luxury-footer {
    padding-left:calc(60px + 4vw)!important;
    padding-right:calc(60px + 4vw)!important
  }
}
@media (max-width:720px) {
  .luxury-footer {
    padding-left:calc(20px + 6vw)!important;
    padding-right:calc(20px + 6vw)!important
  }
}
.footer-links {
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0
}
.footer-links>div {
  padding-top:0
}
.footer-links {
  padding-top:16px!important
}
@media (max-width:430px) {
  .footer-links {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:25px!important
  }
}
@media (max-width:760px) {
  .footer-links>div:last-child {
    grid-column:2!important;
    justify-self:start
  }
}
@media (min-width:761px) {
  .footer-links {
    display:flex;
    justify-content:space-around
  }
  .footer-links>div {
    flex:0 0 auto
  }
}
.footer-info>div,.footer-info p {
  text-align:left!important
}
.footer-brand-row {
  position:relative
}
.footer-brand-row::after {
  content:"A sanctuary for mindful rituals, restorative care, and quiet renewal.\A Rooted in timeless Ayurvedic wisdom.\A Created for your complete wellbeing.";
  position:absolute;
  left:50%;
  top:50%;
  width:min(320px,24vw);
  transform:translate(-50%,-50%);
  color:#f0c65c;
  font:700 10px/1.8 'DM Sans',sans-serif;
  letter-spacing:1.8px;
  text-align:center;
  text-transform:uppercase;
  white-space:pre-line
}
@media (max-width:980px) {
  .footer-brand-row::after {
    display:none
  }
}
.luxury-footer {
  padding-top:14px!important;
  padding-bottom:18px!important
}
.footer-brand-row {
  padding-bottom:14px
}
.footer-links {
  padding-bottom:24px!important
}
.footer-bottom {
  padding-top:16px
}
@media (max-width:760px) {
  .luxury-footer {
    padding-top:92px!important
  }
  .footer-brand-row {
    padding-bottom:24px
  }
  .footer-links {
    padding-bottom:22px!important
  }
}
.footer-links a {
  width:max-content;
  transition:color .22s ease,transform .22s ease
}
.footer-links a:hover {
  color:#f0c65c!important;
  transform:translateX(7px);
  text-decoration:underline!important;
  text-decoration-color:#f0c65c!important;
  text-underline-offset:5px
}
.footer-info>div:first-child .footer-label {
  color:#f0c65c
}
.footer-info>div:first-child .footer-label::before {
  content:none
}
.footer-location-icon {
  display:inline-flex;
  width:21px;
  height:21px;
  margin-right:8px;
  color:#f0c65c;
  vertical-align:middle
}
.footer-location-icon svg {
  width:100%;
  height:100%;
  fill:currentColor
}
.footer-location-icon:hover {
  color:#fff8ec
}
.footer-info>div:nth-child(2) .footer-label {
  color:#f0c65c
}
.footer-info>div:nth-child(2) .footer-label::before {
  content:"◷";
  display:inline-block;
  margin-right:8px;
  color:#f0c65c;
  font-size:21px;
  vertical-align:-3px
}
/* ===== footer-brand-logo.css ===== */
.footer-brand {
  width:369px;
  height:141px;
  padding:0;
  border:1px solid #f0c65c;
  border-radius:18px;
  background:url('aadya-spa-logo.png') center/100% 100% no-repeat;
  font-size:0!important;
  line-height:0;
  box-shadow:0 0 18px rgba(240,198,92,.16)
}
.footer-brand small {
  display:none
}
@media (max-width:760px) {
  .footer-brand {
    width:270px;
    height:103px
  }
}
/* ===== review-summary.css ===== */
.review-summary {
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:220px minmax(320px,1fr) 310px;
  gap:40px;
  align-items:center;
  width:min(1450px,calc(100% - 10vw));
  margin:-105px auto -105px;
  padding:34px 38px;
  border:1px solid #f0c65c;
  border-radius:34px;
  background:linear-gradient(135deg,#3d2412,#2f1a0d);
  box-shadow:0 0 32px rgba(240,198,92,.25),0 20px 35px rgba(0,0,0,.25);
  color:#fff8ec
}
.summary-score {
  font-size:58px;
  font-weight:700;
  line-height:1;
  color:#f0c65c
}
.summary-score small {
  display:block;
  margin-top:9px;
  color:#f4e9dc;
  font-size:14px;
  font-weight:500;
  letter-spacing:.5px
}
.summary-stars {
  margin:11px 0 5px;
  color:#f0c65c;
  font-size:23px;
  letter-spacing:2px
}
.summary-count {
  margin:0;
  color:#dfcdbb;
  font-size:13px
}
.rating-row {
  display:grid;
  grid-template-columns:26px 1fr 26px;
  gap:10px;
  align-items:center;
  margin:8px 0;
  color:#f0c65c;
  font-size:13px;
  font-weight:700
}
.rating-bar {
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(244,233,220,.18)
}
.rating-bar i {
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#c99537,#f0c65c)
}
.rating-row em {
  color:#dfcdbb;
  font-style:normal
}
.summary-cta p {
  margin:0 0 16px;
  color:#f4e9dc;
  font-size:18px;
  line-height:1.45
}
.summary-cta {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.summary-book {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#c99537,#f0c65c);
  color:#2f1a0d;
  text-decoration:none;
  font-size:13px;
  font-weight:700
}
.summary-cta .summary-book {
  margin-left:36px;
}
.summary-book svg {
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}
.summary-book svg circle {
  fill:currentColor;
  stroke:none;
}
.summary-cta>p {
  display:flex;
  align-items:flex-start;
  gap:9px;
}
.verified-icon {
  flex:0 0 auto;
  width:27px;
  height:27px;
  margin-top:2px;
  fill:#e7bd57;
  stroke:#3d2412;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.summary-cta>p.summary-verified-note {
  display:block;
  margin:8px 0 14px;
  color:#e7bd57;
  font-size:12px;
  font-weight:700;
  letter-spacing:.8px;
  text-align:center;
}
.summary-book:hover {
  box-shadow:0 0 20px rgba(240,198,92,.58)
}
@media (max-width:950px) {
  .review-summary {
    grid-template-columns:180px 1fr;
    gap:28px
  }
  .summary-cta {
    grid-column:1/-1
  }
}
@media (max-width:600px) {
  .review-summary {
    grid-template-columns:1fr;
    width:calc(100% - 32px);
    margin:-70px auto -70px;
    padding:28px
  }
  .summary-cta {
    grid-column:auto
  }
  .summary-score {
    font-size:50px
  }
}
/* ===== review-summary-logo.css ===== */
.summary-score {
  font-size:0!important
}
.summary-brand-logo {
  display:block!important;
  margin:0!important
}
.summary-brand-logo img {
  display:block;
  width:220px;
  height:105px;
  object-fit:contain;
  object-position:left center
}
.summary-stars,.summary-count {
  display:none!important
}
.summary-breakdown>* {
  display:none
}
.summary-breakdown::before {
  content:"A sanctuary of calm where every ritual is thoughtfully designed to restore balance, beauty, and wellbeing.";
  display:block;
  max-width:430px;
  margin:0 auto;
  color:#e7bd57;
  font-size:17px;
  line-height:1.65;
  text-align:center;
}
.summary-breakdown>.summary-sanctuary-note {
  display:block;
  width:100%;
  max-width:430px;
  margin:-18px auto 0;
  color:#e7bd57;
  font-size:13px;
  font-weight:700;
  letter-spacing:.7px;
  text-align:center;
}
.summary-breakdown>.summary-divider {
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  max-width:430px;
  margin:-14px auto 0;
}
.summary-divider::before,
.summary-divider::after {
  content:"";
  flex:1;
  height:1px;
  background:#e7bd57;
}
.summary-divider span {
  display:grid;
  place-items:center;
  width:30px;
  height:22px;
}
.summary-divider svg {
  width:30px;
  height:19px;
  fill:#e7bd57;
}
.review-summary {
  margin:-28px auto -55px;
  padding:12px 34px
}
.summary-brand-logo img {
  width:210px;
  height:80px;
  padding:0;
  border:2px solid #e7bd57;
  border-radius:12px;
  background:#160a04;
  box-sizing:border-box;
  box-shadow:0 0 12px rgba(231,189,87,.34);
  object-fit:contain;
  object-position:center;
  transform:scale(1.1)
}
.summary-brand-logo {
  width:210px;
  height:80px;
  overflow:hidden;
  border-radius:12px;
}
.review-summary {
  align-items:start;
}
.review-summary>div:first-child {
  align-self:center;
}
@media (min-width:1200px) {
  .review-summary {
    width:min(1350px,calc(100% - 20vw));
  }
}
.summary-breakdown {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  align-self:center;
}
.summary-breakdown::before {
  margin:0 auto;
  font-size:15px;
  line-height:1.35;
}
.summary-breakdown>.summary-divider {
  margin:0 auto;
}
.summary-breakdown>.summary-sanctuary-note {
  margin:0 auto;
  font-size:11px;
  line-height:1.2;
}
.footer-links .footer-service-link {
  display:flex;
  align-items:center;
  gap:7px;
}
.footer-service-link .massage-icon {
  display:inline-grid;
  place-items:center;
  width:15px;
  height:15px;
  border:1px solid #e7bd57;
  border-radius:50%;
  color:#e7bd57;
  font-size:10px;
  line-height:1;
}
.footer-links>div:nth-child(3)>a {
  display:flex;
  align-items:center;
  gap:7px;
}
.footer-links>div:nth-child(3)>a::before {
  content:"✦";
  color:#e7bd57;
  font-size:11px;
  line-height:1;
}
.footer-links .footer-connect-links a {
  display:flex;
  align-items:center;
  gap:8px;
}
.footer-connect-links p {
  margin:8px 0;
  color:#e4d8cc;
  font-size:14px;
}
.footer-links .footer-connect-links {
  text-align:left!important;
}
.footer-links .footer-connect-links p,
.footer-links .footer-connect-links a {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  margin-left:0!important;
}
.connect-info-icon {
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  width:22px;
  height:22px;
  border:1px solid #e7bd57;
  border-radius:50%;
  color:#e7bd57;
  font:700 11px/1 Arial,sans-serif;
}
.connect-info-icon.phone-info {
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e7bd57' d='M6.62 10.79a15.1 15.1 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.24c1.1.37 2.28.56 3.49.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.57 21 3 13.43 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.21.19 2.39.56 3.49a1 1 0 0 1-.25 1.03l-2.19 2.27Z'/%3E%3C/svg%3E") center/13px 13px no-repeat;
}
.connect-info-icon.gmail-info {
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e7bd57' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 6.5 12 13l8.5-6.5'/%3E%3Cpath d='M4 6h16v12H4z'/%3E%3Cpath d='M4 18l5.5-5M20 18l-5.5-5'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}
.connect-info-icon.location-info {
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e7bd57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.1 7-12a7 7 0 1 0-14 0c0 5.9 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.25'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}
.footer-links .footer-connect-links p,
.footer-links .footer-connect-links a {
  color:#fff8ec!important;
  font-size:12px!important;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.connect-icon {
  display:inline-grid;
  place-items:center;
  position:relative;
  flex:0 0 auto;
  width:25px;
  height:25px;
  border:1px solid #e7bd57;
  border-radius:50%;
  color:#e7bd57;
  font:700 12px/1 Arial,sans-serif;
}
.connect-icon.phone {
  font-size:0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e7bd57' d='M6.62 10.79a15.1 15.1 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.24c1.1.37 2.28.56 3.49.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.57 21 3 13.43 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.21.19 2.39.56 3.49a1 1 0 0 1-.25 1.03l-2.19 2.27Z'/%3E%3C/svg%3E") center/15px 15px no-repeat;
}
.connect-icon.facebook {
  font-size:17px;
}
.connect-icon.instagram {
  font-size:0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e7bd57' stroke-width='2.2'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.2' cy='6.9' r='.8' fill='%23e7bd57' stroke='none'/%3E%3C/svg%3E") center/16px 16px no-repeat;
}
.connect-icon.instagram::before {
  display:none;
}
.connect-icon.instagram::after {
  display:none;
}
.footer-links .footer-about-links a {
  display:flex;
  align-items:center;
  gap:7px;
}
.footer-about-links a::before {
  content:"✦";
  color:#e7bd57;
  font-size:11px;
  line-height:1;
}
.footer-about-text p {
  margin:0;
  color:#fff8ec;
  font:700 12px/1.8 'DM Sans',sans-serif;
  letter-spacing:1.2px;
  text-transform:uppercase;
  text-align:left!important;
}
.footer-links .footer-about-text {
  order:1;
  min-width:290px;
}
.footer-about-socials {
  display:flex;
  align-items:center;
  gap:10px;
  /* Align the icon bottoms with the final Membership row. */
  margin-top:30px;
}
.footer-logo-flower {
  display:grid;
  place-items:center;
  width:88px;
  height:55px;
  margin:4px 0 10px;
}
.footer-logo-flower svg {
  width:70px;
  height:44px;
  fill:#e7bd57;
}
.footer-brand-row::after {
  content:"";
  width:190px;
  height:145px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100'%3E%3Cg fill='none' stroke='%23e7bd57' stroke-width='3.2' stroke-linejoin='round'%3E%3Cpath d='M59 84C38 71 29 50 32 19c19 12 29 34 27 65Z'/%3E%3Cpath d='M61 84c21-13 30-34 27-65-19 12-29 34-27 65Z'/%3E%3Cpath d='M57 85C29 86 10 73 3 53c26-3 44 9 54 32Z'/%3E%3Cpath d='M63 85c28 1 47-12 54-32-26-3-44 9-54 32Z'/%3E%3Cpath d='M43 75C28 59 26 40 34 27c17 13 19 31 9 48Z'/%3E%3Cpath d='M77 75c15-16 17-35 9-48-17 13-19 31-9 48Z'/%3E%3Cpath d='M60 72c-10-22-8-44 0-62 8 18 10 40 0 62Z'/%3E%3C/g%3E%3Cg fill='%23eee8dc' stroke='%23e7bd57' stroke-width='2'%3E%3Cellipse cx='60' cy='75' rx='17' ry='7'/%3E%3Cellipse cx='60' cy='61' rx='12' ry='5.5'/%3E%3Cellipse cx='60' cy='49' rx='7' ry='4'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  transform:translate(-50%,-50%);
}
.footer-about-socials a {
  display:block!important;
  width:auto!important;
  margin:0!important;
}
.footer-social-icon {
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid #e7bd57;
  border-radius:50%;
  color:#e7bd57;
  font:700 16px/1 Arial,sans-serif;
}
.footer-social-icon.facebook {
  font-size:20px;
}
.footer-social-icon.instagram {
  position:relative;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e7bd57' stroke-width='1.8'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.3' cy='6.8' r='1' fill='%23e7bd57' stroke='none'/%3E%3C/svg%3E") center/16px 16px no-repeat;
}
.footer-social-icon.instagram::before {
  display:none;
}
.footer-social-icon.instagram::after {
  display:none;
}
.footer-policy-links {
  display:flex;
  align-items:center;
  gap:28px;
}
.footer-policy-links a {
  display:block;
  width:auto;
  height:auto;
  border-radius:0;
  background:transparent;
  color:#cbbdaf!important;
  font:500 10px/1 'DM Sans',sans-serif;
  letter-spacing:1.2px;
  text-transform:uppercase;
  white-space:nowrap;
}
.floating-actions {
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:90;
  display:grid;
  gap:12px;
}
.floating-action {
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  padding:0;
  border:1px solid #f0c65c;
  border-radius:50%;
  background:#e7bd57;
  color:#3d2412;
  box-shadow:0 8px 20px rgba(38,20,8,.24);
  cursor:pointer;
  text-decoration:none;
  transition:transform .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.floating-action svg {
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.floating-action:nth-child(2) svg { fill:currentColor; stroke:none; }
.floating-action:hover,
.floating-action:focus-visible {
  transform:translateY(-5px) scale(1.06);
  background:#3d2412;
  color:#f0c65c;
  box-shadow:0 12px 24px rgba(38,20,8,.36);
  outline:none;
}
@media (max-width:760px) {
  .floating-actions { right:15px; bottom:15px; gap:8px; }
  .floating-action { width:47px; height:47px; }
}
.footer-social-icon.youtube {
  position:relative;
}
.footer-social-icon.youtube::before {
  content:"";
  width:13px;
  height:9px;
  border:1.5px solid currentColor;
  border-radius:3px;
}
.footer-social-icon.youtube::after {
  content:"";
  position:absolute;
  left:11px;
  border-left:5px solid currentColor;
  border-top:3px solid transparent;
  border-bottom:3px solid transparent;
}
.footer-links .footer-services {
  order:3;
}
.footer-links .footer-connect-links {
  order:4;
}
.footer-links>div:nth-child(3) {
  order:2;
}
.footer-contact>a:first-child {
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.footer-contact>a:first-child::before {
  content:"";
  flex:0 0 auto;
  width:25px;
  height:25px;
  border:1px solid #e7bd57;
  border-radius:50%;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e7bd57' d='M6.62 10.79a15.1 15.1 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.24c1.1.37 2.28.56 3.49.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.57 21 3 13.43 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.21.19 2.39.56 3.49a1 1 0 0 1-.25 1.03l-2.19 2.27Z'/%3E%3C/svg%3E") center/15px 15px no-repeat;
}
.footer-location-icon {
  display:inline-grid;
  place-items:center;
  width:25px;
  height:25px;
  border:1px solid #e7bd57;
  border-radius:50%;
  box-sizing:border-box;
}
.footer-location-icon svg {
  width:15px;
  height:15px;
}
.footer-info>div:nth-child(2) .footer-label::before {
  display:inline-grid;
  place-items:center;
  width:25px;
  height:25px;
  margin-right:8px;
  border:1px solid #e7bd57;
  border-radius:50%;
  box-sizing:border-box;
  font-size:14px;
  line-height:1;
  vertical-align:middle;
}
.footer-links>div:nth-child(3)>a::before,
.footer-about-links a::before {
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  border:1px solid #e7bd57;
  border-radius:50%;
  box-sizing:border-box;
  font-size:9px;
}
.footer-links>div:nth-child(3)>a {
  color:#fff8ec!important;
  font-size:12px!important;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.footer-info {
  background:#f8f1e8!important;
  border-radius:72px!important;
}
.footer-info .footer-label,
.footer-info p {
  color:#3d2412!important;
}
.footer-location-icon,
.footer-info>div:nth-child(2) .footer-label::before {
  color:#3d2412;
  border-color:#3d2412;
}
.footer-info>div:first-child>p:not(.footer-label) {
  margin-left:33px!important;
}
@media (min-width:761px) {
  .footer-info {
    padding-top:4px!important;
    padding-bottom:4px!important;
  }
}
.summary-breakdown::after {
  font-size:15px;
  line-height:1.4
}
.summary-cta p {
  margin-bottom:8px;
  font-size:16px;
  line-height:1.3
}
.summary-book {
  padding:9px 18px
}
/* ===== about-luxury.css ===== */
.about {
  display:none!important
}
.about-luxury {
  min-height:700px;
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(300px,40%) 1fr;
  gap:8%;
  align-items:center;
  overflow:hidden;
  padding:82px 7vw;
  background:#1e1c1a;
  color:#f6eee1
}
.about-luxury-image {
  z-index:1;
  height:590px;
  border-radius:0 42px 0 42px;
  background:linear-gradient(rgba(50,24,7,.12),rgba(50,24,7,.2)),url('about-us-spa-image.png') center/cover;
  box-shadow:0 17px 35px rgba(0,0,0,.28)
}
.about-luxury-copy {
  z-index:1;
  max-width:760px
}
.about-kicker {
  margin:0 0 31px;
  background: #3d2412;
  color:#c9904a;
  font:600 14px 'Cormorant Garamond',serif;
  letter-spacing:1.8px;
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:6px 10px;
  border-radius:30px
}
.about-luxury-copy h2 {
  margin:0;
  color:#f4ebe0;
  font:500 clamp(46px,4.5vw,72px)/1.04 'Cormorant Garamond',serif;
  letter-spacing:-1px
}
.about-luxury-copy h2 em {
  font-style:normal;
  color:#e0b14f
}
.about-luxury-copy>p:not(.about-kicker) {
  max-width:720px;
  margin:38px 0;
  color:#e2d9ce;
  font-size:18px;
  line-height:1.8
}
.about-button {
  display:inline-flex;
  align-items:center;
  gap:20px;
  padding:15px 27px;
  border-radius:14px;
  background:linear-gradient(90deg,#c78f31,#e8bd54);
  color:#291906;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  transition:transform .2s ease,filter .2s ease
}
.about-button:hover {
  transform:translateY(-3px);
  filter:brightness(1.08)
}
.about-flower {
  position:absolute;
  z-index:0;
  right:3%;
  top:50%;
  width:600px;
  height:600px;
  transform:translateY(-50%);
  color:rgba(170,119,67,.09);
  font:620px/.92 'Cormorant Garamond',serif;
  animation:about-flower-spin 28s linear infinite;
  pointer-events:none;
  user-select:none
}
@keyframes about-flower-spin {
  from {
    transform:translateY(-50%) rotate(0deg)
  }
  to {
    transform:translateY(-50%) rotate(360deg)
  }
}
@media (max-width:800px) {
  .about-luxury {
    grid-template-columns:1fr;
    gap:45px;
    padding:70px 8vw
  }
  .about-luxury-image {
    height:410px;
    max-width:520px
  }
  .about-luxury-copy h2 {
    font-size:49px
  }
  .about-luxury-copy>p:not(.about-kicker) {
    font-size:16px;
    margin:27px 0
  }
  .about-flower {
    right:-180px;
    top:70%;
    font-size:520px
  }
  .about-kicker {
    margin-bottom:18px
  }
}
/* ===== about-type.css ===== */
.about-luxury-copy h2 {
  font-size:clamp(38px,3.6vw,58px)!important;
  white-space:nowrap
}
.about-luxury-copy {
  order:1
}
.about-luxury-image {
  order:2
}
.about-flower {
  left:3%;
  right:auto
}
@media (max-width:800px) {
  .about-luxury-copy h2 {
    font-size:31px!important
  }
  .about-flower {
    left:auto;
    right:-180px
  }
}
/* ===== about-image-effect.css ===== */
.about-luxury-image {
  border:3px solid rgba(224,177,79,.9);
  box-shadow:0 0 16px rgba(211,158,45,.28),0 18px 34px rgba(0,0,0,.32);
  transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease
}
.about-luxury-image:hover {
  border-color:#f2ca63;
  box-shadow:0 0 32px rgba(237,185,63,.75),0 22px 40px rgba(0,0,0,.4);
  transform:translateY(-4px)
}
/* ===== about-image-height.css ===== */
.about-luxury-image {
  height:480px!important
}
@media (max-width:800px) {
  .about-luxury-image {
    height:330px!important
  }
}
/* ===== about-mandala.css ===== */
.about-flower {
  font-size:0!important;
  background:url('mandala-flower.png') center/contain no-repeat;
  filter:invert(72%) sepia(42%) saturate(550%) hue-rotate(358deg) brightness(84%) contrast(88%);
  opacity:.13!important
}
/* ===== about-brown-theme.css ===== */
.about-luxury {
  background:#f8f1e8!important
}
.about-luxury-copy h2 {
  color:#3d2412!important
}
.about-luxury-copy h2 em {
  color:#f0c65c!important
}
.about-kicker {
  color:#f0c65c!important
}
.about-luxury-copy>p:not(.about-kicker) {
  margin:14px 0!important;
  color:#604935!important;
  text-shadow:none
}
.about-flower {
  opacity:.19!important;
  filter:invert(63%) sepia(55%) saturate(710%) hue-rotate(358deg) brightness(91%) contrast(90%);
}
.about-button {
  color:#2b1a08!important
}
/* ===== about-entrance.css ===== */
/* Triggered when the About section enters the viewport. */
.about-luxury.is-revealed .about-luxury-image  {
  animation: about-frame-arrive .9s cubic-bezier(.22, .8, .28, 1) both;
}
.about-luxury.is-revealed .about-luxury-copy  {
  animation: about-copy-arrive .85s .12s cubic-bezier(.22, .8, .28, 1) both;
}
@keyframes about-frame-arrive  {
  from  {
    opacity: 0;
    transform: translateX(80px);
  }
  to  {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes about-copy-arrive  {
  from  {
    opacity: 0;
    transform: translateX(-70px);
  }
  to  {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce)  {
  .about-luxury-image,  .about-luxury-copy  {
    animation: none!important;
  }
}
/* ===== navigation.css ===== */
.navbar nav a {
  font-family:'Cormorant Garamond',serif!important;
  font-size:24px!important;
  font-weight:700!important;
  letter-spacing:.1px!important
}
.luxury-script {
  font-size:30px!important;
  letter-spacing:1px;
}
.luxury-copy h1 {
  font-size:clamp(36px,3.2vw,50px)!important;
  line-height:1.1.12!important
}
.luxury-copy h1 em {
  font-size:1.55em!important
}
.luxury-intro {
  max-width:405px!important
}
.luxury-portrait {
  display:none!important
}
.luxury-copy > .luxury-button {
  display:none
}
.experience-label {
  margin:23px 0 12px;
  color:#eac15b;
  font-size:13px;
  font-weight:700
}
.luxury-actions {
  display:flex;
  gap:14px;
  align-items:center
}
.luxury-actions a {
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:13px 20px;
  border-radius:9px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  white-space:nowrap
}
.call-button {
  background:linear-gradient(90deg,#d4a300,#efbf27);
  color:#241805;
  box-shadow:0 7px 17px rgba(0,0,0,.25)
}
.whatsapp-button {
  border:2px solid rgba(255,255,255,.55);
  color:#fff;
  background:rgba(65,42,25,.2)
}
.luxury-actions a span {
  font-size:20px
}
@media (max-width:900px) {
  .luxury-actions {
    flex-wrap:wrap
  }
  .luxury-actions a {
    font-size:12px
  }
}
@media (max-width:520px) {
  .luxury-actions {
    display:block
  }
  .luxury-actions a {
    width:100%;
    margin-bottom:10px
  }
  .experience-label {
    margin-top:18px
  }
}
@media (max-width:720px) {
  .navbar nav a {
    font-size:19px!important
  }
  .luxury-script {
    font-size:27px!important
  }
  .luxury-copy h1 {
    font-size:40px!important
  }
}
/* ===== booking-form.css ===== */
.hero-booking-form {
  position:absolute;
  z-index:3;
  right:7vw;
  top:50%;
  transform:translateY(-50%);
  width:min(29vw,390px);
  padding:31px;
  background:rgba(45,27,14,.88);
  border:1px solid rgba(230,186,88,.7);
  box-shadow:0 15px 42px rgba(0,0,0,.32);
  backdrop-filter:blur(8px);
  color:#fff
}
.form-kicker {
  margin:0 0 7px;
  color:#edc55d;
  font-size:10px;
  font-weight:700;
  letter-spacing:2px
}
.hero-booking-form h2 {
  margin:0 0 22px;
  font:500 34px/1 'Cormorant Garamond',serif;
  color:#fff
}
.hero-booking-form h2 em {
  color:#e8bd4f;
  font-family:'Great Vibes',cursive;
  font-weight:400
}
.form-fields {
  display:grid;
  gap:12px
}
.form-fields label {
  color:#eadfca;
  font-size:10px;
  letter-spacing:1px;
  text-transform:uppercase
}
.form-fields input,.form-fields select {
  display:block;
  width:100%;
  margin-top:5px;
  padding:10px 0;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.35);
  border-radius:0;
  background:transparent;
  color:#fff;
  font:13px 'DM Sans',sans-serif;
  outline:none
}
.form-fields input::placeholder {
  color:#c7b9a6
}
.form-fields select option {
  color:#302015;
  background:#fff
}
.hero-booking-form button {
  width:100%;
  margin-top:23px;
  padding:13px;
  border:0;
  border-radius:3px;
  background:linear-gradient(90deg,#c8992d,#ebbf57);
  color:#2c1c08;
  font:700 12px 'DM Sans',sans-serif;
  letter-spacing:.4px
}
.hero-booking-form button span {
  font-size:17px;
  margin-left:10px
}
@media (max-width:900px) {
  .hero-booking-form {
    right:4vw;
    width:34vw;
    padding:23px
  }
  .hero-booking-form h2 {
    font-size:29px
  }
}
@media (max-width:720px) {
  .hero-luxury {
    display:block;
    padding-top:40px
  }
  .hero-booking-form {
    position:relative;
    right:auto;
    top:auto;
    transform:none;
    width:calc(100% - 16vw);
    margin:30px 8vw 40px
  }
  .luxury-copy {
    padding-bottom:25px
  }
}
/* ===== form-round.css ===== */
.hero-booking-form {
  border-radius:22px;
  overflow:hidden
}
.hero-booking-form h2 {
  display:flex;
  align-items:baseline;
  gap:8px;
  white-space:nowrap
}
.hero-booking-form h2 em {
  display:inline-block;
  font-family:'Cormorant Garamond',serif!important;
  font-size:1.2em!important;
  font-style:italic;
  font-weight:600;
  line-height:1!important;
  text-shadow:0 1px 8px rgba(0,0,0,.22)
}
@media (max-width:720px) {
  .hero-booking-form {
    border-radius:18px
  }
  .hero-booking-form h2 {
    display:block!important;
    white-space:normal!important;
    line-height:1.05!important;
  }
  .hero-booking-form h2 em {
    display:inline!important;
    margin-left:6px;
  }
  .hero-booking-form h2 em {
    font-size:1.15em!important
  }
}
/* ===== booking-fields.css ===== */
.name-grid,.schedule-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
.icon-field {
  position:relative
}
.icon-field>span {
  position:absolute;
  right:0;
  top:0;
  color:#e7bd57;
  font-size:15px
}
.form-fields textarea {
  display:block;
  width:100%;
  height:48px;
  margin-top:5px;
  padding:10px 0;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.35);
  border-radius:0;
  background:transparent;
  color:#fff;
  font:13px 'DM Sans',sans-serif;
  outline:none;
  resize:none
}
.form-fields textarea::placeholder {
  color:#c7b9a6
}
.form-fields input[type=date],.form-fields input[type=time] {
  color:#e9dfcc;
  color-scheme:dark
}
.form-fields input[type=date]::-webkit-calendar-picker-indicator,.form-fields input[type=time]::-webkit-calendar-picker-indicator {
  opacity:.8;
  cursor:pointer
}
@media (max-width:720px) {
  .name-grid,.schedule-grid {
    gap:10px
  }
}
/* ===== booking-form-glow.css ===== */
.hero-booking-form {
  box-shadow:0 0 26px rgba(214,163,58,.3),0 22px 48px rgba(18,9,3,.5)!important
}
.hero-booking-form:hover {
  box-shadow:0 0 38px rgba(255,214,107,.48),0 25px 52px rgba(18,9,3,.55)!important
}
/* ===== form-fonts.css ===== */
.form-fields label {
  font-size:11px!important
}
.form-fields input,.form-fields select,.form-fields textarea {
  font-size:15px!important
}
.icon-field>span {
  display:none!important
}
.form-fields input[type=date],
.form-fields input[type=time] {
  cursor:pointer;
  min-height:34px;
}

.form-fields input[type=date]::-webkit-calendar-picker-indicator,
.form-fields input[type=time]::-webkit-calendar-picker-indicator {
  display:block!important;
  opacity:1;
  cursor:pointer;
  filter:brightness(0) invert(1);
}
.hero-booking-form button {
  border-radius:14px!important
}
.hero-booking-form {
  width:min(39vw,560px)!important
}
@media (max-width:900px) {
  .hero-booking-form {
    width:44vw!important
  }
}
@media (max-width:720px) {
  .hero-booking-form {
    width:calc(100% - 16vw)!important
  }
}
/* ===== header-fill.css ===== */
.navbar {
  width:100%!important;
  height:116px!important;
  margin:0!important;
  padding:18px calc(60px + 2.5vw) 0!important;
  border-radius:0!important
}
@media (max-width:920px) {
  .navbar {
    padding:18px calc(60px + 4vw) 0!important
  }
}
@media (max-width:720px) {
  .navbar {
    width:100%!important;
    height:90px!important;
    margin:0!important;
    padding:12px calc(20px + 6vw) 0!important;
    border-radius:0!important
  }
}
/* ===== hero-send.css ===== */
.luxury-actions {
  display:none!important
}
.hero-send-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-width:220px;
  margin-top:18px;
  padding:8px 28px;
  border-radius:20px;
  background:linear-gradient(90deg,#d8a52c,#f0c45a);
  color:#2b1b08;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  letter-spacing:.3px;
  box-shadow:0 8px 20px rgba(0,0,0,.22);
  transition:transform .22s ease,filter .22s ease,box-shadow .22s ease
}
.hero-send-button span {
  font-size:23px
}
.hero-send-button:hover {
  transform:translateY(-3px);
  filter:brightness(1.07);
  box-shadow:0 12px 25px rgba(0,0,0,.3)
}
@media (max-width:520px) {
  .hero-send-button {
    width:100%;
    min-width:0;
    padding:16px 22px
  }
}
/* ===== hero-welcome-motion.css ===== */
.luxury-copy {
  animation:hero-copy-enter 1s cubic-bezier(.16,1,.3,1) .12s both
}
.hero-booking-form {
  animation:hero-form-enter 1s cubic-bezier(.16,1,.3,1) .22s both
}
@keyframes hero-copy-enter {
  from {
    opacity:0;
    transform:translateX(-70px)
  }
  to {
    opacity:1;
    transform:translateX(0)
  }
}
@keyframes hero-form-enter {
  from {
    opacity:0;
    transform:translate(80px,-50%)
  }
  to {
    opacity:1;
    transform:translate(0,-50%)
  }
}
@media (max-width:720px) {
  .hero-booking-form {
    animation:hero-form-enter-mobile .95s cubic-bezier(.16,1,.3,1) .22s both
  }
  @keyframes hero-form-enter-mobile {
    from {
      opacity:0;
      transform:translateX(80px)
    }
    to {
      opacity:1;
      transform:translateX(0)
    }
  }
}
@media (prefers-reduced-motion:reduce) {
  .luxury-copy,    .hero-booking-form {
    animation:none
  }
}
/* ===== fixed-header-logo.css ===== */
body {
  padding-top:116px
}
.navbar {
  position:fixed!important;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  height:116px!important
}
.brand-logo-image {
  display:block;
  width:252px;
  height:116px;
  object-fit:contain;
  object-position:left center;
  transform:none
}
.navbar .brand {
  position:relative;
  top:-9px;
  width:252px;
  height:116px;
  margin-left:0!important;
  overflow:visible
}
@media (max-width:720px) {
  body {
    padding-top:82px
  }
  .brand-logo-image {
    width:138px;
    height:70px;
    object-position:left center;
    transform:none
  }
  .navbar .brand {
    position:static;
    width:138px;
    height:70px;
    margin-left:0!important;
    overflow:visible
  }
  .navbar {
    height:82px!important
  }
}
/* ===== header-nav-fit.css ===== */
.navbar .brand {
  margin-right:42px!important
}
.navbar nav {
  flex:1;
  justify-content:center!important;
  gap:20px!important
}
.navbar nav a {
  white-space:nowrap
}
@media (max-width:720px) {
  .navbar .brand {
    margin-right:0!important
  }
}
/* ===== header-button-hover.css ===== */
.header-actions .nav-book {
  transition:transform .22s ease,filter .22s ease,box-shadow .22s ease
}
.header-actions .nav-book:hover {
  transform:translateY(-3px);
  filter:brightness(1.08);
  box-shadow:0 11px 22px rgba(117,77,12,.32)!important
}
.header-actions .nav-book:focus-visible {
  outline:2px solid #d6a33a;
  outline-offset:3px
}
/* ===== header-appointment.css ===== */
.header-actions .nav-book {
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-width:178px;
  padding:12px 16px!important;
  border:0!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#e5b02d,#f0c85b)!important;
  color:#2f1a0d!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  box-shadow:0 7px 16px rgba(137,91,18,.22)!important
}
.header-actions .nav-book span {
  margin:0!important;
  font-size:17px!important
}
@media (max-width:720px) {
  .header-actions .nav-book {
    min-width:auto;
    padding:11px 14px!important;
    font-size:10px!important
  }
}
/* ===== header-nav-hover.css ===== */
.navbar nav {
  align-self:stretch;
  align-items:center
}
.navbar nav a {
  position:relative;
  display:flex;
  align-items:center;
  height:100%;
  padding:0!important;
  transition:color .22s ease,transform .22s ease
}
.navbar nav a::after {
  content:"";
  position:absolute;
  left:4px;
  right:4px;
  bottom:7px;
  height:2px;
  background:#d6a33a;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s ease
}
.navbar nav a:hover {
  color:#b8872b!important;
  transform:translateY(-2px)
}
.navbar nav a:hover::after,.navbar nav a.active::after {
  transform:scaleX(1)
}

/* Header navigation size */
.navbar nav a {
  font-family:'DM Sans',sans-serif!important;
  font-size:16px!important;
  font-weight:700!important;
  letter-spacing:.2px!important
}

/* Reusable review summary card — use with the HTML snippet provided. */
.review-summary > .review-summary-logo {
  display:block;
  width:150px;
  height:112px;
  max-width:100%;
  object-fit:cover;
  object-position:center;
  border:1px solid #f0c65c;
  border-radius:12px;
  background:#160a04
}
.review-summary > .review-summary-copy {
  max-width:430px;
  margin:0;
  color:#f4e9dc;
  font:15px/1.4 'DM Sans',sans-serif
}
.review-summary > .review-summary-action p {
  margin:0 0 8px;
  color:#f4e9dc;
  font:16px/1.3 'DM Sans',sans-serif
}
.review-summary > .review-summary-action a {
  display:inline-flex;
  padding:9px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#c99537,#f0c65c);
  color:#2f1a0d;
  font:700 13px 'DM Sans',sans-serif;
  text-decoration:none
}
.review-summary > .review-summary-action a:hover {
  box-shadow:0 0 20px rgba(240,198,92,.58)
}

/* Service-card booking button and duration label */
.luxury-service-card .service-get-button {
  right:18px;
  bottom:18px;
  gap:8px;
  padding:9px 14px!important
}
.luxury-service-card .service-get-button::before {
  font-size:11px
}
.luxury-service-card .service-get-button span {
  font-size:15px
}
.luxury-service-card::after {
  content:attr(data-duration);
  bottom:30px;
  left:18px;
  max-width:calc(100% - 154px);
  padding-left:25px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f0c65c' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7v5l3.5 2'/%3E%3C/svg%3E") left center/18px 18px no-repeat;
  font-size:13px
}

/* Header navigation refinement */
.navbar nav {
  position:relative;
  left:auto;
  justify-content:flex-end!important;
  padding-right:48px
}
.navbar nav a {
  font-weight:800!important
  font-size:18px!importan
}
@media (max-width:920px) {
  .navbar nav {
    left:8px;
    justify-content:center!important;
    padding-right:0
  }
}

/* Header appointment button size */
.header-actions .nav-book {
  min-width:181px;
  padding:10px 14px!important;
  font-size:18px!important;
  font-weight:700!important;
  color:#fff!important
}
.header-actions .nav-book span { color:#fff!important; }
@media (max-width:720px) {
  .header-actions .nav-book {
    min-width:auto;
    padding:11px 14px!important;
    font-size:12px!important
  }
}

/* Two-row moving gallery */
.gallery-grid.gallery-carousel {
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:none!important;
  gap:18px!important;
  overflow:hidden;
}
.gallery-carousel .gallery-row {
  width:100%;
  overflow:hidden;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:none!important;
}
.gallery-carousel .gallery-row:hover {
  transform:none!important;
  box-shadow:none!important;
}
.gallery-carousel .gallery-track {
  display:flex;
  gap:18px;
  width:max-content;
  will-change:transform;
}
.gallery-carousel .gallery-track>div {
  flex:0 0 calc((100vw - 11vw - 54px) / 4);
  height:260px;
  border:2px solid rgba(224,177,79,.88);
  border-radius:18px;
  background-position:center;
  background-size:cover;
  cursor:pointer;
  box-shadow:0 0 14px rgba(211,158,45,.22),0 15px 30px rgba(45,28,10,.22);
}
.gallery-lightbox {
  position:fixed;
  z-index:6000;
  inset:0;
  display:none;
  place-items:center;
  padding:32px;
  background:rgba(15,8,4,.88);
}
.gallery-lightbox.is-open {
  display:grid;
}
.gallery-lightbox img {
  display:block;
  max-width:min(960px,92vw);
  max-height:86vh;
  border:2px solid #e7bd57;
  border-radius:18px;
  object-fit:contain;
  background:#2f1a0d;
}
.gallery-lightbox-close {
  position:absolute;
  top:20px;
  right:28px;
  width:42px;
  height:42px;
  border:1px solid #e7bd57;
  border-radius:50%;
  background:#3d2412;
  color:#fff8ec;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.gallery-carousel .gallery-track>div:hover {
  border-color:#f3cb64;
  box-shadow:0 0 30px rgba(237,185,63,.68),0 22px 38px rgba(38,20,5,.34);
}

/* Keep service cards fully visible outside of hover and carousel focus states. */
.luxury-service-card,
.luxury-service-card.is-center {
  transform:scale(1)!important;
  opacity:1!important;
  filter:none!important;
}
.luxury-service-card:hover,
.luxury-service-card.is-center:hover {
  transform:translateY(-5px)!important;
}
@media (max-width:680px) {
  .luxury-service-card:not(.is-center) {
    display:flex!important;
  }
}
@media (max-width:720px) {
  .gallery-carousel .gallery-track>div {
    flex-basis:calc((100vw - 8vw - 12px) / 2);
    height:190px;
  }
}
@media (max-width:440px) {
  .gallery-carousel .gallery-track>div {
    flex-basis:92vw;
    height:230px;
  }
}

/* Final 18-image gallery mosaic: kept last so its tile sizes cannot be overridden. */
@media (min-width:721px) {
  .gallery .gallery-grid {
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    grid-template-rows:repeat(6,210px)!important;
    gap:14px!important;
    height:auto!important;
    overflow:visible!important;
  }
  .gallery .gallery-grid .g1 { grid-column:1 / span 2; grid-row:1; }
  .gallery .gallery-grid .g6 { grid-column:3; grid-row:1; }
  .gallery .gallery-grid .g2 { grid-column:4; grid-row:1; }
  .gallery .gallery-grid .g3 { grid-column:5; grid-row:1 / span 2; }
  .gallery .gallery-grid .g5 { grid-column:1; grid-row:2 / span 2; }
  .gallery .gallery-grid .g4 { grid-column:2; grid-row:2 / span 2; }
  .gallery .gallery-grid .g7 { grid-column:3 / span 2; grid-row:2; }
  .gallery .gallery-grid .g8 { grid-column:3; grid-row:3; }
  .gallery .gallery-grid .g9 { grid-column:4; grid-row:3; }
  .gallery .gallery-grid .g10 { grid-column:5; grid-row:3; }
  .gallery .gallery-grid .g11 { grid-column:1 / span 2; grid-row:4; }
  .gallery .gallery-grid .g19 { grid-column:3; grid-row:4; }
  .gallery .gallery-grid .g20 { grid-column:4 / span 2; grid-row:4; }
  .gallery .gallery-grid .g12 { grid-column:1; grid-row:5 / span 2; }
  .gallery .gallery-grid .g13 { grid-column:2; grid-row:5; }
  .gallery .gallery-grid .g14 { grid-column:3; grid-row:5 / span 2; }
  .gallery .gallery-grid .g15 { grid-column:4; grid-row:5 / span 2; }
  .gallery .gallery-grid .g16 { grid-column:5; grid-row:5; }
  .gallery .gallery-grid .g17 { grid-column:2; grid-row:6; }
  .gallery .gallery-grid .g18 { grid-column:5; grid-row:6; }
}
@media (max-width:720px) {
  .gallery .gallery-grid { grid-template-columns:repeat(2,1fr)!important; grid-template-rows:none!important; height:auto!important; }
  .gallery .gallery-grid>div { min-height:210px; }
}
@media (max-width:440px) {
  .gallery .gallery-grid { grid-template-columns:1fr!important; }
  .gallery .gallery-grid>div { min-height:240px; }
}

/* The homepage gallery uses three independent carousel rows, not the mosaic
   tile layout above. Keep every row in the same single-column track. */
.gallery .gallery-grid.gallery-carousel {
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:none!important;
  gap:18px!important;
  height:auto!important;
  overflow:hidden!important;
}
.gallery .gallery-grid.gallery-carousel > .gallery-row {
  grid-column:1!important;
  grid-row:auto!important;
  min-height:0!important;
}

/* Contact team */
.contact-team {
  padding:136px 6vw 112px;
  background:linear-gradient(135deg,#3d2412,#2f1a0d);
}
.contact-team-intro {
  max-width:650px;
  margin:0 auto 55px;
  text-align:center;
}
.contact-team-intro .eyebrow { color:#f0c65c; }
.contact-team-intro h1 {
  margin:14px 0 18px;
  color:#fff8ec;
  font:500 clamp(48px,5vw,72px)/.95 'Cormorant Garamond',serif;
}
.contact-team-intro h1 em { color:#f0c65c; }
.contact-team-intro > p:last-child {
  margin:0;
  color:#eadac9;
  font:400 16px/1.75 'DM Sans',sans-serif;
}
.contact-team-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  width:min(1180px,100%);
  margin:0 auto;
}
.contact-team-card {
  min-height:315px;
  padding:38px 30px 32px;
  border:1px solid rgba(240,198,92,.54);
  border-radius:22px;
  background:rgba(255,248,236,.97);
  box-shadow:0 16px 36px rgba(16,7,2,.28);
  color:#3d2412;
  text-align:center;
}
.contact-team-card-featured { background:#f7efe5; }
.contact-icon {
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  margin:0 auto 25px;
  border:1px solid rgba(240,198,92,.58);
  border-radius:50%;
  background:#fffaf2;
  box-shadow:0 9px 22px rgba(141,101,38,.2);
  color:#c99537;
}
.contact-icon svg { width:34px; height:34px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.contact-role { margin:0 0 7px; color:#a77727; font:700 10px 'DM Sans',sans-serif; letter-spacing:1.7px; text-transform:uppercase; }
.contact-team-card h2 { margin:0 0 22px; font:600 34px/1 'Cormorant Garamond',serif; }
.contact-team-card a { display:block; width:max-content; max-width:100%; margin:8px auto; color:#634a38; font:400 14px 'DM Sans',sans-serif; text-decoration:none; }
.contact-team-card a:hover { color:#a77727; }
@media (max-width:850px) { .contact-team-grid { grid-template-columns:1fr; max-width:520px; } }
@media (max-width:560px) { .contact-team { padding:105px 7vw 75px; }.contact-team-intro { margin-bottom:38px; }.contact-team-card { min-height:0; padding:32px 22px 26px; } }

/* Services feature layout */

.treatment-feature-section,.treatment-feature { background:#fff!important; }
.treatment-feature-section .treatment-feature:nth-child(6) { background:#3d2412!important; }
.treatment-feature-section .treatment-feature:nth-child(4) { background:#3d2412!important; }
.treatment-feature-section .treatment-feature:nth-child(2) { background:#3d2412!important; }
.treatment-feature-section .treatment-feature:nth-child(2) {
  width:125vw;
  max-width:none;
  margin-left:calc(50% - 62.5vw);
  margin-right:calc(50% - 62.5vw);
  padding:110px 8vw;
  gap:clamp(56px,9vw,160px);
}
.treatment-feature-section .treatment-feature:nth-child(4) {
  width:125vw;
  max-width:none;
  margin-left:calc(50% - 62.5vw);
  margin-right:calc(50% - 62.5vw);
  padding:110px 8vw;
  gap:clamp(56px,9vw,160px);
}
.treatment-feature-section .treatment-feature:nth-child(6) {
  width:125vw;
  max-width:none;
  margin-left:calc(50% - 62.5vw);
  margin-right:calc(50% - 62.5vw);
  padding:110px 8vw;
  gap:clamp(56px,9vw,160px);
}
.treatment-feature-section .treatment-feature:nth-child(6)>p:not(.eyebrow),
.treatment-feature-section .treatment-feature:nth-child(6) .treatment-copy>p:not(.eyebrow) { color:#fff8ec; }
.treatment-feature-section .treatment-feature:nth-child(4) .treatment-copy>p:not(.eyebrow) { color:#fff8ec; }
.treatment-feature-section .treatment-feature:nth-child(2) .treatment-copy>p:not(.eyebrow) { color:#fff8ec; }
.treatment-feature-section { display:grid; gap:110px; padding:96px 7vw; }
.treatment-feature { display:grid; grid-template-columns:minmax(320px,1fr) minmax(360px,1fr); gap:clamp(42px,8vw,130px); align-items:center; max-width:1320px; margin:0 auto; }
.treatment-image { min-height:520px; border:2px solid #dcb24e; border-radius:28px; background:linear-gradient(rgba(50,24,7,.12),rgba(50,24,7,.22)),url('about-us-spa-image.png') center/cover; box-shadow:0 0 16px rgba(211,158,45,.22),0 22px 38px rgba(20,11,4,.42); }
.treatment-image.dry-massage,.treatment-image.aroma-massage,.treatment-image.cream-massage,.treatment-image.swedish-massage,.treatment-image.deep-tissue-massage,.treatment-image.four-hands-massage { background-size:cover; background-position:center; }
.treatment-feature.is-reversed .treatment-image { order:2; }
.treatment-copy { max-width:590px; }
.treatment-copy h2 { margin:0 0 26px; color:#fff8ec; font:500 clamp(56px,6vw,82px)/.94 'Cormorant Garamond',serif; }
.treatment-copy>p:not(.eyebrow) { margin:0 0 16px; color:#e4d8cc; font:400 16px/1.75 'DM Sans',sans-serif; }
.treatment-copy { counter-reset:service-detail; }
.treatment-copy .eyebrow { display:none; }
.treatment-copy h2 { margin:0 0 34px; color:#d7a33d; font-size:clamp(38px,4vw,52px); font-style:italic; text-transform:uppercase; }
.treatment-copy>p:not(.eyebrow) { position:relative; margin:0; padding:17px 0 17px 60px; border-top:1px solid rgba(224,177,79,.65); color:#3d2412; font:500 16px/1.65 'DM Sans',sans-serif; }
.treatment-copy>p:not(.eyebrow)::before { content:counter(service-detail,decimal-leading-zero); counter-increment:service-detail; position:absolute; left:0; top:19px; color:#d7a33d; font:700 12px/1.6 'DM Sans',sans-serif; }
.treatment-copy>p:not(.eyebrow):last-of-type { border-bottom:1px solid rgba(224,177,79,.65); }
.treatment-book { display:inline-flex; align-items:center; gap:14px; margin-top:18px; padding:15px 25px; border-radius:999px; background:#e7bd57; color:#3d2412; font:700 12px 'DM Sans',sans-serif; letter-spacing:1px; text-decoration:none; text-transform:uppercase; transition:transform .22s ease,filter .22s ease; }
.treatment-book:hover { transform:translateY(-4px); filter:brightness(1.08); }
@media (max-width:820px) { .treatment-feature-section { padding:70px 8vw; } .treatment-feature { grid-template-columns:1fr; gap:42px; } .treatment-image { min-height:390px; } .treatment-copy { max-width:none; } }
@media (max-width:820px) { .treatment-feature-section .treatment-feature:nth-child(6) { padding:70px 8vw; } }
@media (max-width:820px) { .treatment-feature-section .treatment-feature:nth-child(4) { padding:70px 8vw; } }
@media (max-width:820px) { .treatment-feature-section .treatment-feature:nth-child(2) { padding:70px 8vw; } }

/* Footer detail links: final rule so component-specific styles cannot reduce them. */
.luxury-footer .footer-links > div > a,
.luxury-footer .footer-links .footer-connect-links p {
  font-size:15px!important;
}

/* Desktop density: retain the compact proportions of an 80% browser zoom. */
@media (min-width:721px) {
  body { zoom:.8; }
}

/* Contact page booking layout */
.contact-team { padding:118px 6vw 112px; }
.contact-team-intro { margin-bottom:42px; }
.contact-form-layout {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  align-items:stretch;
  gap:clamp(36px,7vw,105px);
  width:min(1240px,100%);
  margin:0 auto;
}
.contact-form-image {
  min-height:540px;
  border:2px solid #dcb24e;
  border-radius:28px;
  background:linear-gradient(rgba(50,24,7,.08),rgba(50,24,7,.18)),url('about-us-spa-image.png') center/cover;
  box-shadow:0 0 16px rgba(211,158,45,.25),0 22px 38px rgba(10,5,1,.38);
}
.contact-form-layout .hero-booking-form {
  position:static;
  transform:none;
  width:auto!important;
  margin:auto 0;
  animation:none!important;
}
.contact-form-layout .form-fields textarea { min-height:58px; }
@media (max-width:850px) {
  .contact-form-layout { grid-template-columns:1fr; max-width:580px; gap:32px; }
  .contact-form-image { min-height:390px; }
  .contact-form-layout .hero-booking-form { margin:0; }
}
@media (max-width:560px) {
  .contact-team { padding:96px 7vw 72px; }
  .contact-form-image { min-height:290px; border-radius:22px; }
}

/* Contact page: mirror the Why Choose Us two-panel composition. */
.contact-team {
  padding:0;
  background:#f8f1e8;
}
.contact-form-layout {
  grid-template-columns:1fr 1fr;
  gap:0;
  width:100%;
  max-width:none;
  min-height:560px;
  align-items:start;
}
.contact-form-image {
  height:650px;
  min-height:0;
  border:0;
  border-radius:0;
  background: url('spa-why.png') right center/cover;
  box-shadow:none;
}
.contact-form-panel {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:56px 7vw 0;
  background:#f8f1e8;
}
.contact-team + .luxury-footer { margin-top:0!important; }
.contact-team + .location { margin:0!important; padding:0!important; }
.contact-form-layout { position:relative; }
.contact-form-layout > .contact-mandala {
  position:absolute;
  z-index:3;
  top:50%;
  left:calc(50% - 46px);
  right:auto;
  width:132px;
  height:132px;
  margin:0;
  transform:translate(-50%,-50%);
  animation:none;
  opacity:.72!important;
  pointer-events:none;
}
.contact-form-panel .contact-team-intro { width:min(100%,560px); margin:0 auto 24px; text-align:left; }
.contact-form-panel .contact-team-intro h1 { margin:12px 0 0; color:#3d2412; font-size:clamp(38px,calc(5vw - 15px),58px); }
.contact-form-panel .hero-booking-form { width:min(100%,560px)!important; margin:0 auto; }
@media (max-width:850px) {
  .contact-form-layout { grid-template-columns:1fr; min-height:0; max-width:none; gap:0; }
  .contact-form-image { height:390px; }
  .contact-form-panel { padding:62px 8vw; }
  .contact-form-layout > .contact-mandala { display:none; }
}
@media (max-width:560px) {
  .contact-team { padding:0; }
  .contact-form-image { min-height:290px; border-radius:0; }
  .contact-form-panel { padding:48px 7vw; }
}

/* Supplied gallery collection: one instance of each image, no carousel clones. */
.gallery .gallery-grid.gallery-static {
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-template-rows:none!important;
  gap:16px!important;
  height:auto!important;
  overflow:visible!important;
}
.gallery-static img {
  display:block;
  width:100%;
  aspect-ratio:1/1;
  border:2px solid rgba(224,177,79,.88);
  border-radius:18px;
  object-fit:cover;
  box-shadow:0 10px 24px rgba(10,5,1,.24);
  transition:transform .25s ease,box-shadow .25s ease;
}
.gallery-static img:hover { transform:translateY(-5px); box-shadow:0 18px 32px rgba(10,5,1,.36); }
@media (max-width:850px) {
  .gallery .gallery-grid.gallery-static { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
}
@media (max-width:440px) {
  .gallery .gallery-grid.gallery-static { grid-template-columns:1fr!important; }
}

/* Supplied gallery images for the three moving rows. */
.gallery-carousel .g1 { background-image:url('assets/gallery/g1-spa.png')!important; }
.gallery-carousel .g2 { background-image:url('assets/gallery/g2-spa.png')!important; }
.gallery-carousel .g3 { background-image:url('assets/gallery/g3-spa.png')!important; }
.gallery-carousel .g4 { background-image:url('assets/gallery/g4-spa.png')!important; }
.gallery-carousel .g5 { background-image:url('assets/gallery/g5-spa.png')!important; }
.gallery-carousel .g6 { background-image:url('assets/gallery/g6-spa.png')!important; }
.gallery-carousel .g7 { background-image:url('assets/gallery/g7-spa.png')!important; }
.gallery-carousel .g8 { background-image:url('assets/gallery/g8-spa.png')!important; }
.gallery-carousel .g9 { background-image:url('assets/gallery/g9-spa.png')!important; }
.gallery-carousel .g10 { background-image:url('assets/gallery/g10-spa.png')!important; }
.gallery-carousel .g11 { background-image:url('assets/gallery/g11-spa.png')!important; }
.gallery-carousel .g12 { background-image:url('assets/gallery/g12-spa.png')!important; }
.gallery-carousel .gallery-massage-treatment { background-image:url('assets/gallery/massage-treatment.png')!important; }

/* Isolated gallery slider: avoids legacy mosaic-grid rules. */
.gallery-slider {
  display:flex;
  flex-direction:column;
  gap:18px;
  width:100%;
  overflow:hidden;
}
.gallery-slider .gallery-row {
  position:relative;
  width:100%;
  height:260px;
  overflow:hidden;
}
.gallery-slider .gallery-track {
  display:flex;
  gap:18px;
  width:max-content;
  height:260px;
  will-change:transform;
}
.gallery-slider .gallery-track > div {
  flex:0 0 calc((100vw - 11vw - 54px) / 4);
  width:calc((100vw - 11vw - 54px) / 4);
  height:260px;
  border:2px solid rgba(224,177,79,.88);
  border-radius:18px;
  background-position:center;
  background-size:cover;
  box-shadow:0 10px 24px rgba(10,5,1,.24);
}
.gallery-slider .g1 { background-image:url('assets/gallery/g1-spa.png'); }
.gallery-slider .g2 { background-image:url('assets/gallery/g2-spa.png'); }
.gallery-slider .g3 { background-image:url('assets/gallery/g3-spa.png'); }
.gallery-slider .g4 { background-image:url('assets/gallery/g4-spa.png'); }
.gallery-slider .g5 { background-image:url('assets/gallery/g5-spa.png'); }
.gallery-slider .g6 { background-image:url('assets/gallery/g6-spa.png'); }
.gallery-slider .g7 { background-image:url('assets/gallery/g7-spa.png'); }
.gallery-slider .g8 { background-image:url('assets/gallery/g8-spa.png'); }
.gallery-slider .g9 { background-image:url('assets/gallery/g9-spa.png'); }
.gallery-slider .g10 { background-image:url('assets/gallery/g10-spa.png'); }
.gallery-slider .g11 { background-image:url('assets/gallery/g11-spa.png'); }
.gallery-slider .g12 { background-image:url('assets/gallery/g12-spa.png'); }
.gallery-slider .gallery-massage-treatment { background-image:url('assets/gallery/massage-treatment.png'); }

/* Gallery page: retain the existing mosaic and interactions, but use the
   same local image collection shown in the Home page gallery. */
.gallery-grid .g1  { background-image:url('assets/gallery/g1-spa.png')!important; }
.gallery-grid .g2  { background-image:url('assets/gallery/g2-spa.png')!important; }
.gallery-grid .g3  { background-image:url('assets/gallery/massage-treatment.png')!important; }
.gallery-grid .g4  { background-image:url('assets/gallery/g4-spa.png')!important; }
.gallery-grid .g5  { background-image:url('assets/gallery/g5-spa.png')!important; }
.gallery-grid .g6  { background-image:url('assets/gallery/g6-spa.png')!important; }
.gallery-grid .g7  { background-image:url('assets/gallery/g7-spa.png')!important; }
.gallery-grid .g8  { background-image:url('assets/gallery/g8-spa.png')!important; }
.gallery-grid .g9  { background-image:url('assets/gallery/g9-spa.png')!important; }
.gallery-grid .g10 { background-image:url('assets/gallery/g10-spa.png')!important; }
.gallery-grid .g11 { background-image:url('assets/gallery/g11-spa.png')!important; }
.gallery-grid .g12 { background-image:url('assets/gallery/g12-spa.png')!important; }
.gallery-grid .g13 { background-image:url('assets/gallery/g1-spa.png')!important; }
.gallery-grid .g14 { background-image:url('assets/gallery/g2-spa.png')!important; }
.gallery-grid .g15 { background-image:url('assets/gallery/g4-spa.png')!important; }
.gallery-grid .g16 { background-image:url('assets/gallery/g5-spa.png')!important; }
.gallery-grid .g17 { background-image:url('assets/gallery/g6-spa.png')!important; }
.gallery-grid .g18 { background-image:url('assets/gallery/g7-spa.png')!important; }
.gallery-grid .g19 { background-image:url('assets/gallery/g8-spa.png')!important; }
.gallery-grid .g20 { background-image:url('assets/gallery/g9-spa.png')!important; }

/* Footer contact icons: use a clear email-envelope mark and enlarge every
   circular contact icon slightly for easier recognition. */
.connect-info-icon {
  width:24px;
  height:24px;
}
.connect-info-icon.gmail-info {
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e7bd57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='1.5'/%3E%3Cpath d='m4.5 7 7.5 5.8L19.5 7'/%3E%3C/svg%3E") center/16px 16px no-repeat;
}

/* Keep long treatment names, including “Four Hands Massage”, on one line. */
.treatment-copy h2 {
  font-size:clamp(28px,3vw,46px);
  white-space:nowrap;
}

/* Supplied treatment photography — shared by service cards and detail panels. */
.service-photo.dry-massage,.treatment-image.dry-massage { background-image:url('assets/services/dry-massage.png')!important; }
.service-photo.aroma-massage,.treatment-image.aroma-massage { background-image:url('assets/services/aroma-oil-massage.png')!important; }
.service-photo.cream-massage,.treatment-image.cream-massage { background-image:url('assets/services/cream-massage.png')!important; }
.service-photo.swedish-massage,.treatment-image.swedish-massage { background-image:url('assets/services/swedish-massage.png')!important; }
.service-photo.deep-tissue-massage,.treatment-image.deep-tissue-massage { background-image:url('assets/services/deep-tissue-massage.png')!important; }
.service-photo.four-hands-massage,.treatment-image.four-hands-massage { background-image:url('assets/services/four-hands-massage.png')!important; }

/* Dedicated About-page photography: each purpose panel uses a unique image. */
.about-purpose .mission-image { background-image:linear-gradient(rgba(50,24,7,.12),rgba(50,24,7,.2)),url('assets/about/mission-spa.png'); }
.about-purpose .vision-image { background-image:linear-gradient(rgba(50,24,7,.12),rgba(50,24,7,.2)),url('assets/about/vision-spa.png'); }

/* Gallery page uses the same warm light background as the About sections. */
.gallery-breadcrumb-page .gallery {
  background:#f8f1e8;
}
.gallery-breadcrumb-page .gallery h2 {
  color:#3d2412;
}
.gallery-breadcrumb-page .gallery h2 em {
  color:#c99537;
}
.gallery-breadcrumb-page .gallery-description {
  color:#604935;
}

/* Gallery page: dense mosaic after removed tiles, with no empty grid holes. */
@media (min-width:721px) {
  .gallery-breadcrumb-page .gallery-grid {
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-template-rows:none!important;
    grid-auto-rows:220px;
    grid-auto-flow:dense;
    height:auto!important;
    gap:18px!important;
  }
  .gallery-breadcrumb-page .gallery-grid>div {
    grid-column:auto!important;
    grid-row:auto!important;
    min-height:0!important;
  }
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(1) { grid-column:span 2!important; grid-row:span 2!important; }
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(4) { grid-row:span 2!important; }
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(7) { grid-column:span 2!important; }
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(10) { grid-column:span 2!important; grid-row:span 2!important; }
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(14) { grid-row:span 2!important; }
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(16) { grid-column:span 2!important; }
}
.gallery-breadcrumb-page .gallery-grid .g1 { background:url('assets/gallery/g1-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g2 { background:url('assets/gallery/g2-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g4 { background:url('assets/gallery/g4-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g5 { background:url('assets/gallery/g5-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g7 { background:url('assets/gallery/g7-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g8 { background:url('assets/gallery/g8-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g9 { background:url('assets/gallery/g9-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g10 { background:url('assets/gallery/g10-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g11 { background:url('assets/gallery/g11-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g12 { background:url('assets/gallery/g12-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g13 { background:url('assets/services/aroma-oil-massage.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g14 { background:url('assets/breadcrumbs/breed-camp-5.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g15 { background:url('assets/services/cream-massage.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g16 { background:url('assets/services/swedish-massage.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g17 { background:url('assets/services/deep-tissue-massage.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g18 { background:url('assets/services/four-hands-massage.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g19 { background:url('assets/about/mission-spa.png') center/cover!important; }
.gallery-breadcrumb-page .gallery-grid .g20 { background:url('assets/about/vision-spa.png') center/cover!important; }

/* Contact page: paired consultation and request panels in the Aadya palette. */
.contact-page .contact-team {
  padding:64px 60px;
  background:#fff;
}
.contact-page .contact-form-layout {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:80px;
  width:100%;
  max-width:none;
  min-height:0;
  margin:0 auto;
  align-items:stretch;
}
.contact-page .contact-info-panel,
.contact-page .contact-form-panel {
  box-sizing:border-box;
  min-height:0;
  padding:36px;
  border:1px solid rgba(201,149,55,.5);
  border-radius:24px;
  background:#f2e7d8;
  box-shadow:0 15px 32px rgba(90,57,25,.12);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.contact-page .contact-info-panel:hover,
.contact-page .contact-form-panel:hover {
  transform:translateY(-6px);
  border-color:#e3b43d;
  box-shadow:0 0 28px rgba(227,180,61,.45),0 22px 42px rgba(74,43,16,.2);
}
.contact-page .contact-form-panel { display:block; }
.contact-page .contact-mandala { display:none; }
.contact-panel-kicker,.contact-page .form-kicker {
  margin:0 0 18px;
  color:#9d670d;
  font:700 12px/1 'DM Sans',sans-serif;
  letter-spacing:5px;
}
.contact-panel-kicker::before,.contact-page .form-kicker::before {
  content:"";
  display:inline-block;
  width:34px;
  height:1px;
  margin:0 14px 4px 0;
  background:#9d670d;
}
.contact-info-panel h2,.contact-page .hero-booking-form h2 {
  margin:0 0 20px;
  color:#3d2412;
  font:500 clamp(44px,4.4vw,66px)/1.02 'Cormorant Garamond',serif;
}
.contact-info-panel h2 {
  font-size:clamp(28px,2.5vw,34px);
  white-space:nowrap;
}
.contact-info-panel h2 br { display:none; }
.contact-info-panel h2 em,.contact-page .hero-booking-form h2 em { color:#9d670d; font-style:normal; }
.contact-info-panel>p:not(.contact-panel-kicker):not(.contact-branch),.contact-page .form-description {
  margin:0;
  color:#604935;
  font:400 17px/1.75 'DM Sans',sans-serif;
}
.contact-page .contact-info-panel {
  min-height:0;
}
.contact-info-panel>p:not(.contact-panel-kicker):not(.contact-branch) {
  font-size:18px;
  line-height:1.8;
}
.contact-branch { margin:30px 0 14px!important; color:#9d670d!important; font:600 19px 'Cormorant Garamond',serif!important; }
.contact-detail-grid { display:grid; grid-template-columns:1fr; gap:12px; }
.contact-detail-grid>a,.contact-detail-grid>div {
  display:flex;
  align-items:center;
  gap:14px;
  min-height:64px;
  padding:10px 14px;
  border:1px solid rgba(201,149,55,.35);
  border-radius:12px;
  background:#fffaf2;
  color:#3d2412;
  text-decoration:none;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.contact-detail-grid>a:hover,.contact-detail-grid>div:hover {
  transform:translateY(-3px);
  border-color:#e3b43d;
  box-shadow:0 8px 18px rgba(201,149,55,.22);
}
.contact-detail-grid span {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:1.5px solid #d7a33d;
  border-radius:50%;
  background:transparent;
  color:#b77b11;
  font-size:19px;
}
.contact-detail-grid .address-icon {
  background:transparent;
  border:1.5px solid #d7a33d;
}
.contact-detail-grid .address-icon svg { width:21px; height:21px; stroke:#d7a33d; stroke-width:1.7; fill:none; }
.contact-detail-grid .whatsapp-detail-icon svg { width:20px; height:20px; fill:currentColor; }
.contact-detail-grid b { font:600 16px/1.25 'DM Sans',sans-serif; }
.contact-detail-grid small { display:block; margin-top:5px; color:#765c45; font:400 14px 'DM Sans',sans-serif; }
.contact-page .hero-booking-form { position:static; width:100%!important; padding:0; border:0; border-radius:0; background:transparent; box-shadow:none!important; animation:none!important; }
.contact-page .form-description { margin:-4px 0 20px; }
.contact-page .form-fields { gap:12px; }
.contact-page .form-fields label { color:#3d2412; font-size:12px!important; }
.contact-page .form-fields input,.contact-page .form-fields select,.contact-page .form-fields textarea { border:1px solid rgba(201,149,55,.48); border-radius:10px; background:#fffaf2; color:#3d2412; }
.contact-page .form-fields input[type=date],.contact-page .form-fields input[type=time] { color-scheme:light; }
.contact-page .form-fields input[type=date]::-webkit-calendar-picker-indicator,.contact-page .form-fields input[type=time]::-webkit-calendar-picker-indicator { filter:none; opacity:1; }
.contact-page .hero-booking-form button { width:auto; min-width:190px; border-radius:999px!important; }
@media (max-width:1100px) {
  .contact-page .contact-form-layout {
    grid-template-columns:1fr;
    gap:32px;
  }
  .contact-page .contact-info-panel,
  .contact-page .contact-form-panel {
    min-height:0;
  }
}
@media (max-width:850px) {
  .contact-page .contact-form-layout { grid-template-columns:1fr; }
  .contact-page .contact-info-panel,.contact-page .contact-form-panel { min-height:0; }
}
@media (max-width:560px) {
  .contact-page .contact-team { padding:32px 5vw; }
  .contact-page .contact-info-panel,.contact-page .contact-form-panel { padding:30px 22px; border-radius:18px; }
  .contact-detail-grid { grid-template-columns:1fr; }
  .contact-info-panel h2,.contact-page .hero-booking-form h2 { font-size:42px; }
  .contact-info-panel h2 { white-space:normal; }
  .contact-info-panel h2 br { display:block; }
}

/* Services page: keep the location map continuous and prevent the footer from
   overlapping it, which was leaving an uneven white band above the map. */
.services-page .location .map {
  height:800px;
  min-height:800px;
}
.services-page .luxury-footer {
  margin-top:0!important;
}
.services-page .treatment-feature-section .treatment-feature:nth-child(6) {
  margin-top:-110px;
}
.about-page .luxury-footer,
.services-page .luxury-footer,
.why-page .luxury-footer,
.gallery-breadcrumb-page .luxury-footer {
  margin-top:0!important;
}
@media (max-width:720px) {
  .services-page .location .map {
    height:480px;
    min-height:480px;
  }
  .treatment-feature-section .treatment-feature:nth-child(2),
  .treatment-feature-section .treatment-feature:nth-child(4),
  .treatment-feature-section .treatment-feature:nth-child(6) {
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
  }
}
@media (max-width:720px) {
  .gallery-slider .gallery-row,.gallery-slider .gallery-track { height:190px; }
  .gallery-slider .gallery-track > div { flex-basis:calc((100vw - 8vw - 12px) / 2); width:calc((100vw - 8vw - 12px) / 2); height:190px; }
}

/* Fade moving gallery tiles in and out at both row edges. */
.gallery-carousel .gallery-row { position:relative; }
.gallery-carousel .gallery-row::before,
.gallery-carousel .gallery-row::after {
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  width:clamp(24px,5vw,100px);
  pointer-events:none;
}
.gallery-carousel .gallery-row::before {
  left:0;
  background:linear-gradient(90deg,#3d2412 0%,rgba(61,36,18,0) 100%);
}
.gallery-carousel .gallery-row::after {
  right:0;
  background:linear-gradient(270deg,#2f1a0d 0%,rgba(47,26,13,0) 100%);
}

/* Final carousel reset: keep every moving row full-width and independent of mosaic rules. */
.gallery .gallery-grid.gallery-carousel {
  display:flex!important;
  flex-direction:column;
  width:100%!important;
  height:auto!important;
  gap:18px!important;
  overflow:hidden!important;
}
.gallery .gallery-carousel .gallery-row {
  display:block!important;
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
  min-height:260px!important;
  overflow:hidden!important;
}
.gallery .gallery-carousel .gallery-track {
  display:flex!important;
  width:max-content!important;
  min-height:260px;
}
.gallery .gallery-carousel .gallery-track > div {
  display:block!important;
  grid-column:auto!important;
  grid-row:auto!important;
  flex:0 0 calc((100vw - 11vw - 54px) / 4)!important;
  width:calc((100vw - 11vw - 54px) / 4)!important;
  height:260px!important;
}

/* Testimonials: text-only guest header. */
.feedback-card-top img { display:none!important; }
.feedback-card-top { gap:0!important; }
.feedback-card h3::after { display:none!important; }

/* Consistent placeholder profile icon for testimonial authors. */
.feedback-card-top > div:last-child {
  position:relative;
  min-height:44px;
  padding-left:58px;
}
.feedback-card-top > div:last-child::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:44px;
  height:44px;
  border:2px solid #c99537;
  border-radius:50%;
  background:#f5e8d5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='17' r='8' fill='%23c99537'/%3E%3Cpath d='M10 42c1.5-9 7-14 14-14s12.5 5 14 14' fill='%23c99537'/%3E%3C/svg%3E") center/34px 34px no-repeat;
}

/* Keep footer service links consistent with the bold white quick links. */
.luxury-footer .footer-links .footer-service-link {
  color:#fff8ec!important;
  font-weight:700!important;
}
@media (max-width:720px) {
  .gallery .gallery-carousel .gallery-row,
  .gallery .gallery-carousel .gallery-track { min-height:190px!important; }
  .gallery .gallery-carousel .gallery-track > div { flex-basis:calc((100vw - 8vw - 12px) / 2)!important; width:calc((100vw - 8vw - 12px) / 2)!important; height:190px!important; }
}

/* Ensure the large Gallery feature frame always uses a local image asset. */
.gallery-breadcrumb-page .gallery-grid > div:nth-child(10),
.gallery-breadcrumb-page .gallery-grid .g12 {
  background:#3d2412 url('assets/gallery/g12-spa.png') center/cover no-repeat!important;
}

/* Home hero: give the complete left-hand content block more presence. */
.hero-luxury .luxury-copy {
  width:64%;
  padding-top:76px;
  padding-right:4vw;
  padding-bottom:76px;
  padding-left:calc(6.8vw + 22px);
}
.hero-luxury .luxury-kicker { font-size:15px!important; }
.hero-luxury .luxury-script { font-size:40px!important; }
.hero-luxury .luxury-copy h1 {
  max-width:720px;
  font-size:clamp(48px,4.1vw,67px)!important;
}
.hero-luxury .luxury-intro {
  max-width:560px!important;
  margin:30px 0 31px;
  color:#fff;
  font-family:'Manrope','DM Sans',sans-serif;
  font-size:20px!important;
  font-weight:400;
  line-height:1.5;
  letter-spacing:0;
}
.hero-luxury .experience-label { font-size:18px!important; }
.hero-luxury .hero-send-button {
  min-width:242px;
  margin-top:20px;
  padding:15px 36px;
  border-radius:22px;
  font-size:20px;
}
.hero-luxury .hero-send-button span { font-size:29px; }
@media (min-width:901px) {
  .hero-luxury > .hero-booking-form {
    width:min(40.5vw,590px)!important;
    padding:34px;
    border-radius:24px;
  }
}
@media (min-width:1024px) {
  .services-luxury {
    padding-top:100px;
    padding-bottom:82px;
  }
  .services-top { margin-bottom:60px; }
  .services-top h2 { font-size:clamp(48px,4.6vw,70px); }
  .services-showcase {
    max-width:1340px;
    gap:52px;
  }
  .luxury-service-card { min-height:410px!important; }
  .luxury-service-card.is-center { min-height:455px!important; }
  .luxury-service-card h3 { font-size:32px!important; }
  .luxury-service-card p { font-size:16px!important; }
}
@media (max-width:720px) {
  .hero-luxury .luxury-copy { width:100%; }
  .hero-luxury .luxury-copy h1 { font-size:43px!important; }
  .hero-luxury .luxury-script { font-size:30px!important; }
}

/* Final phone layout pass: prevent horizontal overflow and keep every main section readable. */
@media (max-width:720px) {
  html,body { width:100%; max-width:100%; overflow-x:hidden; }
  body { padding-top:82px!important; }
  .navbar {
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:6px 16px!important;
  }
  .navbar nav { display:none!important; }
  .navbar .brand,.brand-logo-image { width:126px!important; height:68px!important; }
  .header-actions { display:flex!important; margin-left:auto; }
  .header-actions .nav-book {
    display:inline-flex!important;
    min-width:0!important;
    padding:10px 12px!important;
    border-radius:18px!important;
    font-size:11px!important;
    white-space:nowrap;
  }
  .header-actions .nav-book span { font-size:16px!important; }

  .page-hero { min-height:210px!important; padding:50px 20px!important; background-attachment:scroll!important; }
  .page-hero h1 { font-size:clamp(42px,13vw,62px)!important; }
  .hero-luxury { display:flex!important; flex-direction:column; min-height:0!important; padding-top:26px!important; }
  .luxury-copy { order:1; width:100%!important; padding:36px 20px 18px!important; }
  .hero-luxury .luxury-copy h1 { font-size:clamp(32px,9.5vw,38px)!important; }
  .hero-luxury .luxury-intro {
    max-width:none!important;
    color:rgba(255,255,255,.92);
    font-size:17px!important;
    font-weight:300;
    line-height:1.35!important;
  }
  .hero-luxury .hero-send-button { width:100%; min-width:0!important; }
  .hero-booking-form { order:2; box-sizing:border-box; width:calc(100% - 40px)!important; margin:22px 20px 34px!important; padding:24px 20px!important; }
  .hero-booking-form h2 { white-space:normal!important; font-size:clamp(30px,9vw,38px)!important; }
  .name-grid,.schedule-grid { grid-template-columns:1fr!important; gap:12px!important; }
  .form-fields input,.form-fields select,.form-fields textarea { box-sizing:border-box!important; max-width:100%!important; }

  .section-pad,.about-luxury,.services-luxury,.gallery,.why-section,.treatment-feature-section { padding-left:20px!important; padding-right:20px!important; }
  .about-luxury,.about-luxury-grid,.services-luxury-grid,.contact-form-layout,.contact-page .contact-form-layout { grid-template-columns:1fr!important; }
  .about-luxury-image,.about-luxury-image,.mission-image,.vision-image { min-height:280px!important; }
  .luxury-service-grid,.services-grid,.cards { grid-template-columns:1fr!important; }
  .luxury-service-card { min-width:0!important; }
  .treatment-feature { grid-template-columns:1fr!important; gap:28px!important; }
  .treatment-feature.is-reversed .treatment-image { order:0!important; }
  .treatment-image { min-height:300px!important; }
  .treatment-copy h2 { font-size:clamp(34px,11vw,46px)!important; }

  .gallery-breadcrumb-page .gallery { padding:48px 16px!important; }
  .gallery-breadcrumb-page .gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; grid-auto-rows:150px!important; gap:12px!important; }
  .gallery-breadcrumb-page .gallery-grid>div { min-height:0!important; }
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(1),
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(7),
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(10),
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(16) { grid-column:span 2!important; }
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(1),
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(4),
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(10),
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(14) { grid-row:span 1!important; }
  .gallery .gallery-carousel .gallery-track > div { flex-basis:calc((100vw - 52px) / 2)!important; width:calc((100vw - 52px) / 2)!important; }

  .contact-page .contact-team { padding:20px 16px!important; }
  .contact-page .contact-form-layout { gap:20px!important; }
  .contact-page .contact-info-panel,.contact-page .contact-form-panel { padding:26px 18px!important; border-radius:18px!important; }
  .contact-info-panel h2,.contact-page .hero-booking-form h2 { font-size:clamp(34px,10vw,43px)!important; }
  .contact-detail-grid>a,.contact-detail-grid>div { min-height:58px!important; padding:9px 12px!important; }
  .contact-detail-grid b { font-size:14px!important; }
  .contact-detail-grid small { font-size:13px!important; }
  .contact-page .hero-booking-form { width:100%!important; margin:0!important; padding:0!important; }
  .contact-page .hero-booking-form button { width:100%!important; }

  .footer-info { position:static!important; width:100%!important; grid-template-columns:1fr!important; gap:18px!important; padding:24px!important; transform:none!important; border-radius:22px!important; }
  .luxury-footer { margin-top:0!important; padding:42px 20px 24px!important; border-radius:0!important; }
  .footer-brand-row,.footer-links { display:block!important; }
  .footer-brand { font-size:38px!important; }
  .footer-links>div { margin:24px 0!important; }
  .floating-actions { right:12px!important; bottom:18px!important; }
}

.mobile-menu-toggle { display:none; }
@media (max-width:720px) {
  .mobile-menu-toggle {
    display:grid;
    gap:4px;
    width:38px;
    height:38px;
    padding:9px;
    border:1px solid rgba(215,163,61,.72);
    border-radius:50%;
    background:#3d2412;
  }
  .mobile-menu-toggle span { display:block; width:18px; height:1.5px; background:#f0c65c; }
  .navbar nav.is-open {
    display:flex!important;
    position:absolute;
    top:82px;
    left:0;
    right:0;
    z-index:1001;
    flex-direction:column;
    align-items:stretch;
    gap:0!important;
    padding:10px 20px 18px;
    background:#3d2412;
    box-shadow:0 18px 28px rgba(31,15,5,.3);
  }
  .navbar nav.is-open a {
    padding:13px 4px;
    border-bottom:1px solid rgba(240,198,92,.2);
    color:#fff8ec!important;
    font-size:18px!important;
    font-weight:600!important;
  }
  .navbar nav.is-open a:hover,.navbar nav.is-open a.active { color:#f0c65c!important; }
  .navbar .brand { order:1; }
  .header-actions { order:2; margin-left:auto!important; }
  .mobile-menu-toggle { order:3; margin-left:0!important; }
}

/* Compact mobile footer: brand first, then a clear two-column link layout. */
@media (max-width:720px) {
  .luxury-footer {
    display:block!important;
    margin:0!important;
    padding:28px 20px 20px!important;
    border:0!important;
    border-radius:0!important;
    background:#07142b!important;
  }
  .luxury-footer .footer-info { display:none!important; }
  .luxury-footer .footer-brand-row { display:block!important; padding:0 0 20px!important; }
  .luxury-footer .footer-brand-row::after { display:none!important; }
  .luxury-footer .footer-brand {
    display:block;
    width:150px;
    height:64px;
    margin:0 0 14px;
    overflow:hidden;
    font-size:0!important;
    background:#fff url('aadya-spa-logo.png') center/contain no-repeat;
    border-radius:8px;
  }
  .luxury-footer .footer-brand small { display:none!important; }
  .luxury-footer .footer-contact { display:flex!important; align-items:center; gap:12px; flex-wrap:wrap; }
  .luxury-footer .footer-contact>a:first-child { color:#d8dfec!important; font-size:13px!important; }
  .luxury-footer .footer-book { margin:0!important; padding:10px 14px!important; border-radius:8px!important; font-size:11px!important; }
  .luxury-footer .footer-links {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px 18px!important;
    padding:18px 0!important;
  }
  .luxury-footer .footer-links>div,
  .luxury-footer .footer-links>div:last-child {
    display:block!important;
    grid-column:auto!important;
    margin:0!important;
    padding:0!important;
  }
  .luxury-footer .footer-links h3 { margin:0 0 11px!important; color:#fff!important; font-size:11px!important; }
  .luxury-footer .footer-links a,
  .luxury-footer .footer-links .footer-connect-links p {
    display:block!important;
    width:auto!important;
    margin:0 0 8px!important;
    color:#b9c5d9!important;
    font-size:11px!important;
    line-height:1.45!important;
    text-decoration:none!important;
    transform:none!important;
  }
  .luxury-footer .footer-services .massage-icon { display:none!important; }
  .luxury-footer .footer-about-text { grid-column:span 2!important; }
  .luxury-footer .footer-about-text p { margin:0 0 12px!important; color:#b9c5d9!important; font-size:11px!important; line-height:1.55!important; }
  .luxury-footer .footer-about-socials { display:flex!important; gap:8px; }
  .luxury-footer .footer-about-socials a { display:grid!important; place-items:center; width:28px!important; height:28px; margin:0!important; border:1px solid rgba(185,197,217,.35); border-radius:7px; }
  .luxury-footer .footer-connect-links { grid-column:span 2!important; }
  .luxury-footer .footer-bottom {
    display:block!important;
    padding-top:14px!important;
    border-top:1px solid rgba(185,197,217,.2);
  }
  .luxury-footer .footer-bottom p { color:#92a0b8!important; font-size:9px!important; text-align:left!important; }
  .luxury-footer .footer-policy-links { display:flex!important; gap:12px; margin-top:9px; }
  .luxury-footer .footer-policy-links a { color:#92a0b8!important; font-size:9px!important; }
}

/* Services: remove the unused spacer and keep every service card within the phone viewport. */
.services-page .services-luxury:empty { display:none!important; }
@media (max-width:720px) {
  .services-page .treatment-feature-section {
    display:flex!important;
    flex-direction:column;
    gap:48px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:32px 16px 56px!important;
    overflow:hidden;
    box-sizing:border-box;
  }
  .services-page .treatment-feature,
  .services-page .treatment-feature-section .treatment-feature:nth-child(n) {
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    gap:24px!important;
    box-sizing:border-box!important;
  }
  .services-page .treatment-feature.is-reversed .treatment-image { order:0!important; }
  .services-page .treatment-image {
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:1.3/1;
    border-radius:22px!important;
    box-sizing:border-box;
  }
  .services-page .treatment-copy {
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-wrap:anywhere;
  }
  .services-page .treatment-copy h2 { margin:0 0 18px!important; font-size:clamp(34px,10vw,44px)!important; }
  .services-page .treatment-copy>p:not(.eyebrow) { padding:15px 0 15px 48px!important; font-size:15px!important; line-height:1.55!important; }
  .services-page .treatment-copy>p:not(.eyebrow)::before { top:16px!important; }
  .services-page .treatment-book { width:100%; justify-content:center; box-sizing:border-box; }
}

/* Footer mobile alignment and original Aadya brown-and-gold palette. */
@media (max-width:720px) {
  .luxury-footer { background:#3d2412!important; }
  .luxury-footer .footer-links {
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    align-items:start;
  }
  .luxury-footer .footer-links>div:nth-child(1) { grid-column:1!important; grid-row:1!important; }
  .luxury-footer .footer-links>div:nth-child(2) { grid-column:1!important; grid-row:2!important; }
  .luxury-footer .footer-links>div:nth-child(3) { grid-column:2!important; grid-row:1!important; }
  .luxury-footer .footer-links>div:nth-child(4) { grid-column:2!important; grid-row:2!important; }
  .luxury-footer .footer-links h3 { color:#f0c65c!important; }
  .luxury-footer .footer-links a,
  .luxury-footer .footer-links .footer-connect-links p,
  .luxury-footer .footer-about-text p { color:#fff8ec!important; }
  .luxury-footer .footer-links>div:nth-child(3)>a,
  .luxury-footer .footer-links .footer-connect-links a,
  .luxury-footer .footer-links .footer-connect-links p { display:block!important; }
  .luxury-footer .footer-links>div:nth-child(3)>a::before { display:none!important; }
  .luxury-footer .footer-links .footer-connect-links .connect-info-icon {
    display:inline-grid!important;
    margin-right:6px;
    vertical-align:middle;
  }
  .luxury-footer .footer-about-socials a { border-color:rgba(240,198,92,.52)!important; }
  .luxury-footer .footer-bottom { border-color:rgba(240,198,92,.25)!important; }
  .luxury-footer .footer-bottom p,
  .luxury-footer .footer-policy-links a { color:#e4d8cc!important; }
}

/* Gallery phones use a regular two-column feed so every grid cell is filled. */
@media (max-width:720px) {
  .gallery-breadcrumb-page .gallery-grid {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:none!important;
    grid-auto-rows:170px!important;
    grid-auto-flow:row!important;
    gap:12px!important;
  }
  .gallery-breadcrumb-page .gallery-grid>div,
  .gallery-breadcrumb-page .gallery-grid>div:nth-child(n) {
    grid-column:auto!important;
    grid-row:auto!important;
    min-height:0!important;
    width:auto!important;
    margin:0!important;
  }
}

/* Contact phone view: keep field text comfortably inside rounded borders. */
@media (max-width:720px) {
  .contact-page .form-fields input,
  .contact-page .form-fields select,
  .contact-page .form-fields textarea {
    box-sizing:border-box!important;
    min-height:44px!important;
    padding:11px 14px!important;
  }
  .contact-page .form-fields select {
    padding-right:36px!important;
  }
  .contact-page .form-fields textarea {
    min-height:74px!important;
    padding-top:13px!important;
  }
}

/* Remove desktop footer sizing/order rules that were causing mobile columns to overlap. */
@media (max-width:720px) {
  .luxury-footer .footer-links>div,
  .luxury-footer .footer-links .footer-about-text,
  .luxury-footer .footer-links .footer-services,
  .luxury-footer .footer-links .footer-connect-links {
    position:static!important;
    order:initial!important;
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    align-self:start!important;
  }
  .luxury-footer .footer-links>div:nth-child(1) { grid-column:1!important; grid-row:1!important; }
  .luxury-footer .footer-links>div:nth-child(2) { grid-column:1!important; grid-row:2!important; }
  .luxury-footer .footer-links>div:nth-child(3) { grid-column:2!important; grid-row:1!important; }
  .luxury-footer .footer-links>div:nth-child(4) { grid-column:2!important; grid-row:2!important; }
  .luxury-footer .footer-links .footer-about-text p { word-break:normal!important; overflow-wrap:break-word; }
}

/* Full-bleed service sections on phones. */
@media (max-width:720px) {
  .services-page .treatment-feature-section {
    width:100%!important;
    padding:0!important;
    gap:0!important;
    overflow:visible!important;
  }
  .services-page .treatment-feature,
  .services-page .treatment-feature-section .treatment-feature:nth-child(n) {
    width:100vw!important;
    max-width:100vw!important;
    margin:0 calc(50% - 50vw)!important;
    padding:0!important;
    gap:0!important;
  }
  .services-page .treatment-image { border-width:0!important; border-radius:0!important; aspect-ratio:1.35/1!important; }
  .services-page .treatment-copy { padding:26px 20px 38px!important; }
}

/* Give mobile contact details a full, aligned footer row. */
@media (max-width:720px) {
  .luxury-footer .footer-links .footer-connect-links,
  .luxury-footer .footer-links>div:nth-child(4) {
    grid-column:1 / -1!important;
    grid-row:3!important;
    width:100%!important;
  }
  .luxury-footer .footer-links .footer-connect-links p,
  .luxury-footer .footer-links .footer-connect-links a {
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    width:100%!important;
    margin:0 0 10px!important;
    line-height:1.45!important;
  }
  .luxury-footer .footer-links .footer-connect-links .connect-info-icon {
    flex:0 0 22px!important;
    margin:0!important;
  }
  .luxury-footer .footer-links>div:nth-child(3)>a {
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
  }
  .luxury-footer .footer-links>div:nth-child(3)>a::before {
    display:inline-grid!important;
    place-items:center;
    flex:0 0 17px;
    width:17px;
    height:17px;
    border:1px solid #e7bd57;
    border-radius:50%;
    color:#e7bd57;
    font-size:9px;
  }
  .luxury-footer .footer-services .footer-service-link {
    display:flex!important;
    align-items:flex-start!important;
    gap:7px!important;
  }
  .luxury-footer .footer-services .massage-icon {
    display:inline-grid!important;
    place-items:center;
    flex:0 0 15px;
    width:15px;
    height:15px;
    border:1px solid #e7bd57;
    border-radius:50%;
    color:#e7bd57;
    font-size:9px;
    margin-top:2px;
  }
}

/* Keep internal-page breadcrumb imagery fixed while scrolling on phones too. */
@media (max-width:720px) {
  .about-page .page-hero,
  .services-page .page-hero,
  .gallery-breadcrumb-page .page-hero,
  .why-page .page-hero,
  .contact-page .page-hero {
    background-attachment:fixed!important;
    background-position:center!important;
  }
}

@media (max-width:720px) {
  .luxury-footer .footer-bottom {
    display:flex!important;
    flex-direction:column;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    text-align:center!important;
  }
  .luxury-footer .footer-bottom p { width:100%; text-align:center!important; }
  .luxury-footer .footer-policy-links { justify-content:center!important; margin:0!important; }
}

/* Restore visible breadcrumb artwork on mobile browsers. */
@media (max-width:720px) {
  .about-page .page-hero,
  .services-page .page-hero,
  .gallery-breadcrumb-page .page-hero,
  .why-page .page-hero,
  .contact-page .page-hero {
    background-size:cover!important;
    background-position:center!important;
    background-attachment:scroll!important;
  }
}

/* Preserve the complete breadcrumb artwork on phones. */
@media (max-width:720px) {
  .about-page .page-hero,
  .services-page .page-hero,
  .gallery-breadcrumb-page .page-hero,
  .why-page .page-hero,
  .contact-page .page-hero {
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-color:#3d2412!important;
  }
}
@media (max-width:380px) {
  .gallery-breadcrumb-page .gallery-grid { grid-auto-rows:150px!important; gap:10px!important; }
}

/* Final mobile breadcrumb treatment: fixed, full-bleed artwork with no letterboxing. */
@media (max-width:720px) {
  .about-page .page-hero,
  .services-page .page-hero,
  .gallery-breadcrumb-page .page-hero,
  .why-page .page-hero,
  .contact-page .page-hero {
    min-height:210px!important;
    padding:0 20px!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    background-attachment:fixed!important;
  }
}

.footer-about-copy--mobile { display:none; }

/* Stable desktop footer columns: keep the full About copy wrapped and in bounds. */
@media (min-width:981px) {
  .luxury-footer .footer-links {
    display:grid!important;
    grid-template-columns:30% 19% 23% 28%!important;
    justify-content:stretch!important;
    gap:0!important;
    padding-left:5%!important;
    padding-right:5%!important;
    box-sizing:border-box!important;
  }
  .luxury-footer .footer-links > div {
    min-width:0!important;
    width:auto!important;
  }
  .luxury-footer .footer-links > .footer-about-text {
    max-width:390px!important;
  }
  .luxury-footer .footer-about-text p {
    white-space:normal!important;
    overflow-wrap:normal!important;
  }
}

/* Final phone footer order: About, links/services, then contact. */
@media (max-width:720px) {
  .luxury-footer .footer-links {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:26px 18px!important;
  }
  .luxury-footer .footer-links > .footer-about-text {
    grid-column:1 / -1!important;
    grid-row:1!important;
    min-width:0!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
    text-align:center!important;
  }
  .luxury-footer .footer-about-text h3 { text-align:left!important; }
  .luxury-footer .footer-about-copy--desktop { display:none!important; }
  .luxury-footer .footer-about-copy--mobile { display:block!important; }
  .luxury-footer .footer-about-text p {
    width:100%!important;
    max-width:none!important;
    margin:0 auto!important;
    font:400 14px/1.6 'DM Sans',sans-serif!important;
    letter-spacing:0!important;
    text-transform:none!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    text-align:left!important;
  }
  .luxury-footer .footer-about-text p br { display:none!important; }
  .luxury-footer .footer-links > div:nth-child(3) {
    grid-column:1!important;
    grid-row:2!important;
  }
  .luxury-footer .footer-links > .footer-services,
  .luxury-footer .footer-links > div:nth-child(2) {
    grid-column:2!important;
    grid-row:2!important;
  }
  .luxury-footer .footer-links > .footer-connect-links,
  .luxury-footer .footer-links > div:nth-child(4) {
    grid-column:1 / -1!important;
    grid-row:3!important;
  }
  .luxury-footer .footer-links > .footer-about-socials,
  .luxury-footer .footer-about-socials {
    display:none!important;
  }
  .luxury-footer .footer-bottom { margin-top:4px!important; }
}

/* Final mobile navigation spacing. */
@media (max-width:720px) {
  .navbar nav.is-open {
    gap:3px!important;
    padding:14px 20px 20px!important;
  }
  .navbar nav.is-open a {
    display:flex!important;
    align-items:center!important;
    height:auto!important;
    min-height:42px!important;
    padding:10px 4px!important;
    line-height:1.35!important;
  }
}

/* Services phone view: prevent long treatment titles from being cropped. */
@media (max-width:720px) {
  .services-page .treatment-copy h2 {
    max-width:100%!important;
    font-size:clamp(30px,9vw,40px)!important;
    line-height:1!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
}

/* Services phone view: keep the first image close to the breadcrumb. */
@media (max-width:720px) {
  .services-page main > .services-luxury {
    display:none!important;
  }
  .services-page .treatment-feature-section {
    padding-top:10px!important;
  }
}

/* Gallery phone view: show every image one-by-one in a single column. */
@media (max-width:720px) {
  .gallery-breadcrumb-page .gallery-grid {
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:none!important;
    grid-auto-rows:230px!important;
    grid-auto-flow:row!important;
    gap:14px!important;
    height:auto!important;
  }
  .gallery-breadcrumb-page .gallery-grid > div,
  .gallery-breadcrumb-page .gallery-grid > div:nth-child(n) {
    grid-column:1!important;
    grid-row:auto!important;
    width:100%!important;
    min-height:0!important;
    margin:0!important;
  }
}
