:root{
  --emerald:#005F56;
  --emerald-dark:#003f39;
  --ivory:#FFF5E8;
  --stone:#E6E1D6;
  --charcoal:#262626;
  --champagne:#C8A25A;
  --white:#fff;
  --radius:28px;
  --shadow:0 24px 70px rgba(0,0,0,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--charcoal);font-family:Inter,Arial,sans-serif;line-height:1.6}
body.rtl{font-family:'Cairo','Noto Sans Arabic',Tahoma,sans-serif}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;color:var(--emerald);line-height:1.08;margin:0 0 18px}
body.rtl h1,body.rtl h2,body.rtl h3{font-family:'Cairo','Noto Kufi Arabic',Tahoma,sans-serif}
h1{font-size:clamp(44px,6vw,86px)}
h2{font-size:clamp(32px,4vw,58px)}
h3{font-size:24px}
p{font-size:18px;margin:0 0 20px}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;padding:18px 32px;background:rgba(255,245,232,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(200,162,90,.28);box-shadow:0 10px 30px rgba(0,0,0,.05)}
.logo img{width:250px}
.nav{display:flex;gap:24px;margin-inline-start:auto}
.nav a{color:var(--charcoal);text-decoration:none;font-weight:600}
.header-actions{display:flex;gap:12px;align-items:center}
select,input,textarea{width:100%;padding:15px 16px;border:1px solid #d8cdbd;border-radius:16px;background:#fffaf3;font:inherit;color:var(--charcoal)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;padding:13px 22px;text-decoration:none;border:1px solid var(--champagne);font-weight:800;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--emerald),var(--emerald-dark));color:var(--ivory)}
.btn-ghost{background:#fffaf3;color:var(--emerald)}
.btn-large{padding:18px 28px;font-size:18px}
.hero{min-height:calc(100vh - 92px);display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:40px;padding:64px 6vw 54px;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(200,162,90,.20),transparent 35%);pointer-events:none}
.hero-copy{position:relative;z-index:2}
.eyebrow{display:inline-flex;border:1px solid var(--champagne);border-radius:999px;padding:8px 16px;color:var(--emerald);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px;margin-bottom:24px;background:rgba(255,255,255,.45)}
.hero-actions,.location-actions{display:flex;gap:16px;flex-wrap:wrap;margin:28px 0}
.hero-visual img,.section-image{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(200,162,90,.28)}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}
.trust-strip span{background:#fffaf3;border:1px solid rgba(200,162,90,.22);border-radius:16px;padding:14px;color:var(--emerald);font-weight:800}
.section{padding:76px 6vw}
.location-section,.trust-section,.booking-layout{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.small-note{font-size:15px;color:#5b5b5b}
.status{margin-top:12px;font-weight:800;color:var(--emerald)}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}
.step-card,.booking-form,.image-card{background:#fffaf3;border:1px solid rgba(200,162,90,.25);border-radius:24px;padding:24px;box-shadow:0 12px 34px rgba(0,0,0,.06)}
.step-card span{width:44px;height:44px;border-radius:50%;background:var(--emerald);color:var(--ivory);display:grid;place-items:center;font-weight:900;margin-bottom:18px}
.booking-form{display:grid;gap:16px}
fieldset{border:1px solid #d8cdbd;border-radius:20px;padding:16px;display:grid;gap:12px}
.radio-card,.consent{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #eadfce;border-radius:14px;padding:14px}
.radio-card input,.consent input{width:auto}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.cards-grid.four{grid-template-columns:repeat(4,1fr)}
.image-card{overflow:hidden;padding:0}
.image-card img{width:100%;height:245px;object-fit:cover}
.image-card h3{padding:20px 22px 24px;margin:0}
.site-footer{background:var(--emerald);color:var(--ivory);padding:50px 6vw;text-align:center}
.site-footer img{width:260px;margin:0 auto 18px;filter:brightness(0) invert(1)}
@media(max-width:1050px){
  .nav{display:none}.site-header{padding:14px 18px}.logo img{width:190px}
  .hero,.location-section,.trust-section,.booking-layout{grid-template-columns:1fr}
  .steps-grid,.cards-grid,.cards-grid.four{grid-template-columns:1fr 1fr}
  .trust-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .header-actions select{max-width:82px}.header-actions .btn-ghost{display:none}
  .hero{padding:42px 20px}.section{padding:54px 20px}
  .steps-grid,.cards-grid,.cards-grid.four,.trust-strip,.form-row{grid-template-columns:1fr}
  h1{font-size:42px}.btn{width:100%}
}


/* Final polish v2: avoid cropped approved visuals + refined booking wizard */
.hero-visual,.section-image,.image-card figure{background:linear-gradient(135deg,#fffaf3,#f3eadc)}
.hero-visual img{width:100%;height:auto;max-height:72vh;object-fit:contain;object-position:center}
.section-image{width:100%;height:auto;object-fit:contain}
.image-card{display:flex;flex-direction:column}
.image-card figure{margin:0;width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:24px 24px 0 0}
.image-card--contain img{width:100%;height:100%;object-fit:contain;object-position:center;padding:8px}
.cards-grid.four .image-card figure{aspect-ratio:1/1}
.booking-form{position:relative;overflow:hidden}
.wizard-progress{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}
.wizard-progress span{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;border:1px solid #d8cdbd;color:#8c7c65;background:#fffaf3;font-weight:900}
.wizard-progress span.is-active,.wizard-progress span.is-complete{background:var(--emerald);color:var(--ivory);border-color:var(--emerald)}
.wizard-step{display:none;animation:rahaFade .24s ease}
.wizard-step.is-active{display:grid;gap:16px}
.wizard-actions{display:flex;gap:12px;margin-top:4px}
.wizard-actions .btn{flex:1}
.booking-form label,.booking-form legend{color:var(--emerald);font-weight:900}
.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{outline:3px solid rgba(0,95,86,.18);border-color:var(--emerald)}
.status.is-error{color:#9f2d1f}.status.is-success{color:var(--emerald)}
@keyframes rahaFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1050px){.hero-visual img{max-height:none}.image-card figure{aspect-ratio:4/3}}
@media(max-width:640px){.site-header{flex-wrap:wrap}.header-actions{width:100%}.header-actions .btn-primary{flex:1}.hero-copy{text-align:start}.hero-visual img{border-radius:22px}.image-card--contain img{padding:6px}.wizard-actions{position:sticky;bottom:10px;z-index:4;background:rgba(255,245,232,.92);padding:8px;border-radius:20px;box-shadow:0 12px 34px rgba(0,0,0,.08)}}


/* Final polish v3: world-class menu, logo lockup, clickable cards and professional booking sequence */
.site-header{
  display:grid;
  grid-template-columns:auto 44px 1fr auto;
  align-items:center;
  gap:22px;
  padding:14px clamp(18px,3vw,42px);
  border-bottom:1px solid rgba(200,162,90,.22);
}

.logo-lockup{
  display:flex;
  align-items:center;
  min-width:0;
}

.logo-lockup img{
  width:clamp(190px,16vw,270px);
  max-height:76px;
  object-fit:contain;
}

.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(200,162,90,.45);
  border-radius:14px;
  background:#fffaf3;
  cursor:pointer;
  padding:10px;
}

.menu-toggle span{
  display:block;
  height:2px;
  background:var(--emerald);
  border-radius:999px;
  margin:5px 0;
}

.nav{
  justify-content:center;
  margin-inline-start:0;
}

.nav a{
  position:relative;
  padding:10px 4px;
  color:#26322f;
  transition:color .2s ease;
  white-space:nowrap;
}

.nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  height:2px;
  background:var(--emerald);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s ease;
}

.nav a:hover,
.nav a:focus{
  color:var(--emerald);
}

.nav a:hover::after,
.nav a:focus::after{
  transform:scaleX(1);
}

.header-actions{
  margin-inline-start:0;
}

.choice-card{
  width:100%;
  text-align:start;
  cursor:pointer;
  border:none;
  color:inherit;
  font:inherit;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position:relative;
}

.choice-card:hover,
.choice-card:focus{
  transform:translateY(-5px);
  box-shadow:0 24px 70px rgba(0,95,86,.14);
  outline:3px solid rgba(200,162,90,.20);
}

.choice-card::after{
  content:"→";
  position:absolute;
  inset-inline-end:20px;
  bottom:20px;
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--emerald);
  color:var(--ivory);
  font-weight:900;
}

body.rtl .choice-card::after{
  content:"←";
}

.choice-kicker{
  display:inline-flex;
  margin:18px 22px 0;
  color:var(--champagne);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.choice-card h3{
  padding-inline-end:62px;
}

.selection-summary{
  margin-top:24px;
  padding:18px 20px;
  border-radius:22px;
  background:#fffaf3;
  border:1px solid rgba(200,162,90,.32);
  box-shadow:0 14px 36px rgba(0,0,0,.06);
}

.selection-summary span{
  display:block;
  color:var(--champagne);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:6px;
}

.selection-summary strong{
  color:var(--emerald);
  font-size:20px;
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:26px;
}

.faq-grid details{
  background:#fffaf3;
  border:1px solid rgba(200,162,90,.28);
  border-radius:24px;
  padding:22px;
  box-shadow:0 12px 34px rgba(0,0,0,.05);
}

.faq-grid summary{
  cursor:pointer;
  color:var(--emerald);
  font-weight:900;
  font-size:18px;
}

.faq-grid p{
  margin-top:14px;
  font-size:16px;
}

@media(max-width:1180px){
  .site-header{
    grid-template-columns:auto 44px auto;
  }
  .menu-toggle{
    display:block;
    order:2;
  }
  .logo-lockup{
    order:1;
  }
  .header-actions{
    order:3;
  }
  .nav{
    order:4;
    grid-column:1/-1;
    display:none;
    width:100%;
    padding:16px;
    background:#fffaf3;
    border:1px solid rgba(200,162,90,.22);
    border-radius:22px;
    box-shadow:0 16px 42px rgba(0,0,0,.08);
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .nav.is-open{
    display:flex;
  }
}

@media(max-width:760px){
  .site-header{
    grid-template-columns:1fr 44px;
  }
  .header-actions{
    grid-column:1/-1;
    width:100%;
    display:grid;
    grid-template-columns:90px 1fr;
  }
  .header-actions .btn-ghost{
    display:none;
  }
  .logo-lockup img{
    width:190px;
  }
  .faq-grid{
    grid-template-columns:1fr;
  }
}


/* v4 ROOT FIX: clean professional header/menu system, no grid damage */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  display:block !important;
  padding:14px clamp(16px,3vw,38px) !important;
  background:rgba(255,245,232,.94);
  border-bottom:1px solid rgba(200,162,90,.24);
  box-shadow:0 12px 34px rgba(0,0,0,.06);
  backdrop-filter:blur(18px);
}

.header-shell{
  width:min(100%, 1760px);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.logo-lockup{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  min-width:210px;
  max-width:280px;
  text-decoration:none;
}

.logo-lockup img{
  display:block;
  width:100% !important;
  height:72px !important;
  max-height:72px !important;
  object-fit:contain;
  object-position:left center;
}

body.rtl .logo-lockup img{
  object-position:right center;
}

.nav{
  flex:1 1 auto;
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:clamp(14px,1.5vw,26px);
  margin:0 !important;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.nav a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:8px 2px;
  color:#26322f;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  white-space:nowrap;
  position:relative;
}

.nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:3px;
  height:2px;
  background:var(--emerald);
  border-radius:999px;
  transform:scaleX(0);
  transition:transform .22s ease;
}

.nav a:hover,
.nav a:focus{
  color:var(--emerald);
}

.nav a:hover::after,
.nav a:focus::after{
  transform:scaleX(1);
}

.header-actions{
  flex:0 0 auto;
  display:flex !important;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  width:auto !important;
  margin:0 !important;
}

.header-actions select{
  width:auto;
  min-width:88px;
  height:46px;
  padding:0 14px;
  border-radius:14px;
}

.header-actions .btn{
  height:46px;
  padding:0 18px;
  border-radius:14px;
  white-space:nowrap;
}

.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  flex:0 0 46px;
  border:1px solid rgba(200,162,90,.45);
  border-radius:14px;
  background:#fffaf3;
  cursor:pointer;
  padding:10px;
}

.menu-toggle span{
  display:block;
  height:2px;
  background:var(--emerald);
  border-radius:999px;
  margin:5px 0;
  transition:transform .2s ease, opacity .2s ease;
}

.menu-toggle.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2){
  opacity:0;
}

.menu-toggle.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* Prevent old header/mobile rules from damaging the desktop menu */
@media(min-width:1181px){
  .nav{
    display:flex !important;
  }
  .menu-toggle{
    display:none !important;
  }
}

/* Tablet and mobile navigation */
@media(max-width:1180px){
  .header-shell{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:14px;
  }

  .logo-lockup{
    grid-column:1;
    min-width:190px;
    max-width:230px;
  }

  .logo-lockup img{
    height:64px !important;
    max-height:64px !important;
  }

  .header-actions{
    grid-column:2 / 4;
    justify-self:end;
    display:flex !important;
  }

  .menu-toggle{
    display:block !important;
    order:99;
  }

  .nav{
    grid-column:1 / -1;
    display:none !important;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:6px;
    width:100%;
    margin-top:10px !important;
    padding:14px !important;
    background:#fffaf3;
    border:1px solid rgba(200,162,90,.28);
    border-radius:22px;
    box-shadow:0 18px 46px rgba(0,0,0,.08);
  }

  .nav.is-open{
    display:flex !important;
  }

  .nav a{
    width:100%;
    min-height:46px;
    padding:10px 14px;
    border-radius:14px;
  }

  .nav a:hover,
  .nav a:focus{
    background:rgba(0,95,86,.07);
  }

  .nav a::after{
    display:none;
  }
}

@media(max-width:760px){
  .site-header{
    padding:12px 14px !important;
  }

  .header-shell{
    grid-template-columns:1fr auto;
  }

  .logo-lockup{
    grid-column:1;
    min-width:0;
    max-width:190px;
  }

  .logo-lockup img{
    height:58px !important;
    max-height:58px !important;
  }

  .header-actions{
    grid-column:1 / -1;
    width:100% !important;
    display:grid !important;
    grid-template-columns:86px 1fr 46px;
    gap:8px;
  }

  .header-actions select{
    min-width:0;
    width:100%;
  }

  .header-book{
    width:100%;
  }

  .header-whatsapp{
    display:none !important;
  }

  .menu-toggle{
    width:46px;
    height:46px;
  }

  .nav{
    grid-column:1 / -1;
  }
}

@media(max-width:390px){
  .logo-lockup{
    max-width:170px;
  }
  .header-actions{
    grid-template-columns:78px 1fr 44px;
  }
  .header-actions .btn{
    padding:0 12px;
    font-size:14px;
  }
}


/* v5: approved menu logo + flag language selector + stronger form polish */
.logo-lockup{
  max-width:330px;
  min-width:245px;
}

.logo-lockup img{
  height:72px !important;
  max-height:72px !important;
  width:auto !important;
  max-width:330px !important;
  object-fit:contain !important;
  object-position:left center !important;
}

body.rtl .logo-lockup img{
  object-position:right center !important;
}

.language-flags{
  display:flex;
  align-items:center;
  gap:6px;
  padding:4px;
  background:#fffaf3;
  border:1px solid rgba(200,162,90,.34);
  border-radius:16px;
  min-height:46px;
}

.flag-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-width:54px;
  height:36px;
  padding:0 9px;
  border-radius:12px;
  text-decoration:none;
  color:var(--emerald);
  font-weight:900;
  font-size:13px;
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.flag-link:hover,
.flag-link:focus{
  background:rgba(0,95,86,.08);
  transform:translateY(-1px);
}

.flag-link.is-active{
  background:var(--emerald);
  color:var(--ivory);
  box-shadow:0 8px 22px rgba(0,95,86,.16);
}

.flag-link span{
  letter-spacing:.03em;
}

.booking-form input:invalid:not(:placeholder-shown),
.booking-form textarea:invalid:not(:placeholder-shown),
.booking-form select:invalid{
  border-color:rgba(159,45,31,.45);
}

.booking-form input:valid,
.booking-form textarea:valid,
.booking-form select:valid{
  border-color:rgba(0,95,86,.34);
}

.validation-note{
  padding:13px 15px;
  border-radius:16px;
  background:rgba(0,95,86,.07);
  color:var(--emerald);
  font-weight:800;
  font-size:14px;
}

@media(max-width:1180px){
  .logo-lockup{
    max-width:275px;
    min-width:210px;
  }
  .logo-lockup img{
    height:64px !important;
    max-height:64px !important;
    max-width:275px !important;
  }
  .header-actions{
    grid-column:2 / 4;
    display:flex !important;
    align-items:center;
  }
}

@media(max-width:760px){
  .logo-lockup{
    max-width:230px;
    min-width:0;
  }
  .logo-lockup img{
    height:58px !important;
    max-height:58px !important;
    max-width:230px !important;
  }

  .header-actions{
    grid-template-columns:auto 1fr 46px !important;
  }

  .language-flags{
    gap:3px;
    padding:3px;
  }

  .flag-link{
    min-width:38px;
    padding:0 6px;
  }

  .flag-link span{
    display:none;
  }
}

@media(max-width:390px){
  .logo-lockup{
    max-width:205px;
  }
  .logo-lockup img{
    max-width:205px !important;
  }
}


/* v6: world-class mobile optimization and elegant handheld UX */
.skip-link{
  position:absolute;
  top:-120px;
  left:16px;
  z-index:3000;
  padding:12px 16px;
  background:var(--emerald);
  color:var(--ivory);
  border-radius:14px;
  font-weight:900;
  text-decoration:none;
}
.skip-link:focus{top:16px}

html{
  scroll-padding-top:110px;
}

body{
  -webkit-text-size-adjust:100%;
  text-rendering:optimizeLegibility;
}

.mobile-cta-bar{
  display:none;
}

/* Better tap targets on all touch screens */
@media(hover:none){
  .btn,
  .flag-link,
  .nav a,
  .choice-card,
  .radio-card,
  .menu-toggle{
    -webkit-tap-highlight-color:rgba(0,95,86,.12);
  }
}

/* Tablet refinement */
@media(max-width:980px){
  .hero{
    min-height:auto;
    padding-top:34px;
    gap:26px;
  }

  .hero-copy{
    max-width:760px;
  }

  .hero-actions{
    margin:22px 0;
  }

  .trust-strip{
    gap:10px;
  }

  .section{
    padding-top:58px;
    padding-bottom:58px;
  }

  .location-section,
  .trust-section,
  .booking-layout{
    gap:28px;
  }

  .booking-layout > div:first-child{
    position:relative;
    z-index:1;
  }
}

/* Mobile-first premium experience */
@media(max-width:760px){
  html{
    scroll-padding-top:132px;
  }

  body{
    padding-bottom:88px;
    background:
      radial-gradient(circle at top right, rgba(200,162,90,.16), transparent 32%),
      var(--ivory);
  }

  .site-header{
    border-radius:0 0 26px 26px;
  }

  .header-shell{
    gap:10px;
  }

  .logo-lockup{
    max-width:220px;
  }

  .logo-lockup img{
    height:52px !important;
    max-height:52px !important;
    max-width:220px !important;
  }

  .header-actions{
    grid-template-columns:auto 1fr 46px !important;
    align-items:center;
  }

  .header-actions .btn{
    height:44px;
    min-height:44px;
  }

  .language-flags{
    min-height:44px;
  }

  .hero{
    padding:30px 18px 34px;
    display:flex;
    flex-direction:column;
  }

  .hero-copy{
    order:2;
  }

  .hero-visual{
    order:1;
    width:100%;
  }

  .hero-visual img{
    width:100%;
    max-height:360px;
    object-fit:contain;
    border-radius:26px;
  }

  .eyebrow{
    font-size:11px;
    letter-spacing:.06em;
    padding:7px 12px;
    margin-bottom:16px;
  }

  h1{
    font-size:clamp(36px,11vw,52px);
    letter-spacing:-.03em;
  }

  h2{
    font-size:clamp(30px,9vw,42px);
    letter-spacing:-.02em;
  }

  h3{
    font-size:21px;
  }

  p{
    font-size:16px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .btn-large{
    min-height:54px;
    font-size:16px;
  }

  .trust-strip{
    display:grid;
    grid-template-columns:1fr;
    margin-top:18px;
  }

  .trust-strip span{
    min-height:52px;
    display:flex;
    align-items:center;
  }

  .section{
    padding:48px 18px;
  }

  .section-copy{
    text-align:start;
  }

  .section-image{
    border-radius:24px;
    max-height:420px;
    object-fit:contain;
  }

  .steps-grid{
    gap:14px;
  }

  .step-card,
  .booking-form,
  .image-card,
  .faq-grid details{
    border-radius:22px;
  }

  .step-card{
    padding:20px;
  }

  .booking-section{
    padding-top:34px;
  }

  .booking-layout{
    display:flex;
    flex-direction:column;
  }

  .booking-form{
    padding:18px;
    border-radius:28px;
    box-shadow:0 18px 48px rgba(0,95,86,.10);
  }

  .wizard-progress{
    position:sticky;
    top:96px;
    z-index:6;
    background:rgba(255,250,243,.94);
    backdrop-filter:blur(14px);
    padding:10px;
    border:1px solid rgba(200,162,90,.22);
    border-radius:999px;
    box-shadow:0 10px 28px rgba(0,0,0,.07);
  }

  .wizard-progress span{
    width:30px;
    height:30px;
    font-size:13px;
  }

  .wizard-step.is-active{
    gap:14px;
  }

  select,input,textarea{
    min-height:52px;
    font-size:16px;
    border-radius:16px;
    background:#fffdf8;
  }

  textarea{
    min-height:92px;
  }

  fieldset{
    border-radius:20px;
    padding:14px;
  }

  .radio-card{
    min-height:58px;
  }

  .wizard-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    position:sticky;
    bottom:86px;
    padding:8px;
    margin-inline:-8px;
  }

  .wizard-actions .btn:only-child{
    grid-column:1/-1;
  }

  .cards-grid,
  .cards-grid.four{
    display:flex !important;
    overflow-x:auto;
    gap:14px;
    padding:4px 4px 16px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }

  .cards-grid::-webkit-scrollbar{
    height:6px;
  }

  .cards-grid::-webkit-scrollbar-thumb{
    background:rgba(0,95,86,.25);
    border-radius:999px;
  }

  .image-card{
    flex:0 0 82%;
    scroll-snap-align:start;
    min-height:auto;
  }

  .image-card figure{
    aspect-ratio:4/3;
  }

  .choice-card::after{
    width:38px;
    height:38px;
    bottom:18px;
  }

  .choice-kicker{
    margin-top:16px;
  }

  .selection-summary{
    border-radius:20px;
    padding:16px;
  }

  .faq-grid{
    gap:14px;
  }

  .site-footer{
    padding:42px 18px 96px;
  }

  .site-footer img{
    width:220px;
  }

  .mobile-cta-bar{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:2200;
    display:grid;
    grid-template-columns:1.25fr .9fr;
    gap:8px;
    padding:8px;
    border-radius:22px;
    background:rgba(255,245,232,.92);
    border:1px solid rgba(200,162,90,.30);
    box-shadow:0 18px 54px rgba(0,0,0,.20);
    backdrop-filter:blur(18px);
  }

  .mobile-cta-bar a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    border-radius:16px;
    font-weight:900;
    text-decoration:none;
  }

  .mobile-cta-primary{
    background:linear-gradient(135deg,var(--emerald),var(--emerald-dark));
    color:var(--ivory);
  }

  .mobile-cta-secondary{
    background:#fffaf3;
    border:1px solid rgba(200,162,90,.38);
    color:var(--emerald);
  }
}

/* Very small mobile */
@media(max-width:430px){
  .hero{
    padding-inline:14px;
  }

  .section{
    padding-inline:14px;
  }

  .logo-lockup{
    max-width:198px;
  }

  .logo-lockup img{
    max-width:198px !important;
  }

  .flag-link{
    min-width:34px;
    padding:0 5px;
  }

  .header-actions{
    grid-template-columns:auto 1fr 44px !important;
  }

  .image-card{
    flex-basis:88%;
  }

  .wizard-progress{
    top:90px;
  }

  .mobile-cta-bar{
    left:8px;
    right:8px;
    bottom:8px;
  }
}

/* Landscape mobile */
@media(max-width:900px) and (orientation:landscape){
  .hero{
    min-height:auto;
    grid-template-columns:1fr 1fr;
  }

  .hero-visual img{
    max-height:300px;
  }

  .wizard-progress{
    position:relative;
    top:auto;
  }
}


/* v7: final publish-ready master polish */
*{
  min-width:0;
}

html,body{
  max-width:100%;
  overflow-x:hidden;
}

body{
  color:#202523;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:3px solid rgba(200,162,90,.55);
  outline-offset:3px;
}

.noscript-alert{
  margin:18px auto;
  width:min(92%,980px);
  padding:16px 18px;
  border-radius:18px;
  background:#fffaf3;
  border:1px solid rgba(200,162,90,.38);
  color:var(--emerald);
  font-weight:900;
  text-align:center;
}

.site-header{
  will-change:transform;
}

.hero,
.section{
  isolation:isolate;
}

.hero-copy p,
.section-copy p,
.booking-layout p{
  max-width:68ch;
}

.image-card,
.step-card,
.booking-form,
.faq-grid details{
  transform:translateZ(0);
}

.choice-card:hover figure img{
  transform:scale(1.015);
}

.choice-card figure img{
  transition:transform .28s ease;
}

.btn{
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,95,86,.16);
}

.btn:active{
  transform:translateY(0);
}

.form-row{
  align-items:start;
}

.booking-form .consent{
  align-items:flex-start;
}

.booking-form .consent input{
  margin-top:5px;
}

.site-footer p{
  max-width:780px;
  margin-inline:auto;
  opacity:.92;
}

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

@media(print){
  .site-header,
  .mobile-cta-bar,
  .menu-toggle,
  .hero-actions,
  .booking-form,
  .header-actions{
    display:none !important;
  }

  body{
    background:white;
    color:black;
  }

  .section,
  .hero{
    padding:24px 0;
  }
}


/* FINAL LOCATION EXPERIENCE — real coded interface, no flattened mockup */
.nearby-experience{
  --nearby-emerald:#005f56;
  --nearby-emerald-dark:#003f39;
  --nearby-ivory:#fff7ec;
  --nearby-cream:#f7ead7;
  --nearby-gold:#c8a25a;
  --nearby-charcoal:#26302d;
  width:min(100% - 40px,1440px);
  margin:clamp(48px,6vw,92px) auto;
  border:1px solid rgba(200,162,90,.38);
  border-radius:34px;
  background:linear-gradient(145deg,#fffaf2 0%,#fff4e5 100%);
  box-shadow:0 28px 90px rgba(35,39,37,.12);
  overflow:hidden;
}

.nearby-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(520px,.98fr);
  min-height:760px;
}

.nearby-panel{
  padding:clamp(34px,4.5vw,70px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 10% 12%,rgba(200,162,90,.09),transparent 34%),
    var(--nearby-ivory);
}

.nearby-brand img{
  width:270px;
  height:auto;
  display:block;
  margin-bottom:30px;
}

.nearby-kicker{
  display:inline-flex;
  color:var(--nearby-gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:900;
  margin-bottom:12px;
}

.nearby-heading h2{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--nearby-emerald);
  font-size:clamp(52px,5.4vw,82px);
  line-height:.98;
  letter-spacing:-.045em;
  max-width:680px;
  margin:0 0 22px;
}

body.rtl .nearby-heading h2{
  font-family:'Cairo','Noto Kufi Arabic',Tahoma,sans-serif;
  letter-spacing:0;
  line-height:1.16;
}

.nearby-heading p{
  max-width:620px;
  color:#48504d;
  font-size:18px;
  line-height:1.72;
  margin:0;
}

.nearby-features{
  display:grid;
  gap:16px;
  margin:30px 0;
}

.nearby-feature{
  display:grid;
  grid-template-columns:44px 1fr;
  align-items:start;
  gap:13px;
}

.nearby-feature__icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:var(--nearby-emerald);
  color:#fff8eb;
  box-shadow:0 9px 22px rgba(0,95,86,.18);
}

.nearby-feature__icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nearby-feature strong{
  display:block;
  color:var(--nearby-emerald);
  font-size:16px;
  margin-bottom:3px;
}

.nearby-feature small{
  display:block;
  color:#69706d;
  font-size:13px;
  line-height:1.5;
}

.permission-card{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(200,162,90,.36);
  border-radius:26px;
  padding:22px;
  box-shadow:0 18px 46px rgba(0,0,0,.07);
  backdrop-filter:blur(12px);
}

.permission-card__top{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:center;
  margin-bottom:18px;
}

.permission-lock{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(0,95,86,.09);
  color:var(--nearby-emerald);
}

.permission-lock svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.permission-card__top strong{
  display:block;
  color:var(--nearby-emerald);
  font-size:18px;
  margin-bottom:4px;
}

.permission-card__top p{
  margin:0;
  color:#6a716e;
  font-size:13px;
  line-height:1.5;
}

.nearby-service-label,
.manual-area-panel label{
  display:grid;
  gap:7px;
  color:var(--nearby-emerald);
  font-size:13px;
  font-weight:900;
}

.nearby-service-label select,
.manual-area-panel select{
  min-height:48px;
  border-radius:14px;
  background:#fffdf8;
}

.permission-actions{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:10px;
  margin-top:16px;
}

.permission-actions .btn{
  min-height:48px;
  width:100%;
}

.permission-primary svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

.manual-area-panel{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(200,162,90,.22);
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:end;
}

.manual-area-panel[hidden]{display:none!important}

.location-state{
  min-height:24px;
  margin-top:14px;
  color:var(--nearby-emerald);
  font-weight:800;
  font-size:14px;
}

.location-state.is-error{color:#9a3428}
.location-state.is-pending{color:#7b6640}

.branch-results{
  margin-top:14px;
}

.branch-results[hidden]{display:none!important}

.branch-result-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  align-items:center;
  padding:16px;
  border-radius:18px;
  background:var(--nearby-emerald);
  color:#fff8eb;
}

.branch-result-card strong{
  display:block;
  font-size:18px;
}

.branch-result-card small{
  display:block;
  opacity:.82;
  margin-top:3px;
}

.branch-result-card .btn{
  min-height:42px;
  padding:0 14px;
  background:#fff8eb;
  color:var(--nearby-emerald);
  border:0;
}

.nearby-visual{
  position:relative;
  min-height:760px;
  overflow:hidden;
  isolation:isolate;
}

.nearby-spa-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.03);
}

.nearby-visual__shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,63,57,.03),rgba(0,63,57,.18)),
    linear-gradient(0deg,rgba(0,63,57,.15),transparent 42%);
}

.map-phone{
  position:absolute;
  right:7%;
  bottom:7%;
  width:245px;
  height:490px;
  padding:12px;
  border-radius:38px;
  background:#161b19;
  box-shadow:0 30px 70px rgba(0,0,0,.36);
  transform:rotate(-4deg);
  z-index:3;
}

body.rtl .map-phone{
  right:auto;
  left:7%;
  transform:rotate(4deg);
}

.map-phone__speaker{
  width:76px;
  height:6px;
  border-radius:999px;
  background:#353c39;
  margin:0 auto 8px;
}

.map-phone__header{
  height:54px;
  border-radius:24px 24px 0 0;
  background:#fffaf2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:8px 12px;
}

.map-phone__header img{
  width:105px;
  height:auto;
}

.map-phone__map{
  position:relative;
  height:396px;
  overflow:hidden;
  border-radius:0 0 24px 24px;
  background:
    linear-gradient(34deg,transparent 46%,rgba(255,255,255,.82) 47%,rgba(255,255,255,.82) 51%,transparent 52%),
    linear-gradient(-28deg,transparent 46%,rgba(255,255,255,.8) 47%,rgba(255,255,255,.8) 50%,transparent 51%),
    #e9e5d9;
}

.map-road{
  position:absolute;
  height:12px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 0 0 1px rgba(0,0,0,.03);
}

.map-road--one{width:310px;left:-38px;top:128px;transform:rotate(28deg)}
.map-road--two{width:260px;left:-10px;top:248px;transform:rotate(-34deg)}
.map-road--three{width:220px;left:42px;top:72px;transform:rotate(84deg)}

.map-zone{
  position:absolute;
  border-radius:22px;
  background:#cfd8c1;
  opacity:.72;
}

.map-zone--one{width:92px;height:78px;left:18px;top:34px}
.map-zone--two{width:104px;height:98px;right:16px;bottom:32px}

.map-marker{
  position:absolute;
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  background:var(--nearby-emerald);
  box-shadow:0 9px 18px rgba(0,95,86,.28);
}

.map-marker--main{
  width:54px;
  height:54px;
  left:98px;
  top:158px;
}

.map-marker--main i{
  position:absolute;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fff8eb;
  left:17px;
  top:17px;
}

.map-marker--small{
  width:24px;
  height:24px;
  background:var(--nearby-gold);
}

.map-marker--a{left:45px;top:102px}
.map-marker--b{right:38px;top:95px}
.map-marker--c{right:52px;bottom:74px}

.visual-badge{
  position:absolute;
  top:28px;
  right:28px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 14px;
  border-radius:16px;
  background:rgba(0,63,57,.88);
  color:#fff8eb;
  backdrop-filter:blur(12px);
  z-index:4;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

body.rtl .visual-badge{right:auto;left:28px}

.visual-badge span{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--nearby-gold);
  color:#1f2926;
  font-weight:900;
}

.visual-badge strong{font-size:13px}

.nearby-benefits{
  min-height:92px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)) 1.35fr;
  align-items:center;
  background:linear-gradient(90deg,var(--nearby-emerald-dark),var(--nearby-emerald));
  color:#fff8eb;
  padding:16px 26px;
}

.nearby-benefits > div{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 18px;
  border-inline-end:1px solid rgba(255,255,255,.18);
  text-align:center;
}

.nearby-benefits > div:last-child{border-inline-end:0}

.nearby-benefits > div > span:first-child{
  color:var(--nearby-gold);
  font-size:22px;
}

.nearby-benefits strong{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.nearby-benefits__brand{
  font-family:Georgia,'Times New Roman',serif;
  font-size:28px;
  color:var(--nearby-gold);
}

.nearby-benefits__brand i{
  opacity:.45;
  font-style:normal;
}

@media(max-width:1100px){
  .nearby-shell{grid-template-columns:1fr 1fr}
  .nearby-panel{padding:40px}
  .nearby-brand img{width:230px}
  .nearby-heading h2{font-size:56px}
  .map-phone{width:210px;height:430px}
  .map-phone__map{height:340px}
  .nearby-benefits{grid-template-columns:repeat(2,1fr)}
  .nearby-benefits__brand{grid-column:1/-1}
}

@media(max-width:820px){
  .nearby-experience{
    width:min(100% - 24px,720px);
    border-radius:28px;
  }
  .nearby-shell{grid-template-columns:1fr}
  .nearby-panel{padding:38px 28px}
  .nearby-visual{min-height:560px}
  .nearby-heading h2{font-size:52px}
  .nearby-benefits{grid-template-columns:1fr 1fr}
}

@media(max-width:520px){
  .nearby-experience{
    width:calc(100% - 16px);
    margin:30px auto;
    border-radius:22px;
  }
  .nearby-panel{padding:28px 18px}
  .nearby-brand img{width:210px;margin-bottom:22px}
  .nearby-heading h2{font-size:42px;line-height:1.05}
  body.rtl .nearby-heading h2{font-size:38px;line-height:1.2}
  .nearby-heading p{font-size:16px;line-height:1.6}
  .nearby-features{margin:24px 0}
  .permission-card{padding:16px;border-radius:20px}
  .permission-actions{grid-template-columns:1fr}
  .manual-area-panel{grid-template-columns:1fr}
  .nearby-visual{min-height:500px}
  .map-phone{
    width:175px;
    height:350px;
    right:6%;
    bottom:7%;
    border-radius:30px;
    padding:9px;
  }
  body.rtl .map-phone{left:6%;right:auto}
  .map-phone__header{height:44px}
  .map-phone__header img{width:86px}
  .map-phone__map{height:280px}
  .map-marker--main{left:68px;top:108px}
  .visual-badge{top:18px;right:18px}
  body.rtl .visual-badge{left:18px;right:auto}
  .nearby-benefits{grid-template-columns:1fr}
  .nearby-benefits > div{
    border-inline-end:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }
  .nearby-benefits__brand{grid-column:auto;border-bottom:0!important}
  .branch-result-card{grid-template-columns:1fr}
}


/* FINAL SEAMLESS LOCATION SECTION — integrated, editorial, no poster/frame */
.nearby-experience{
  --nearby-emerald:#005f56;
  --nearby-emerald-dark:#003f39;
  --nearby-ivory:#fff7ec;
  --nearby-gold:#c8a25a;
  --nearby-charcoal:#26302d;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:hidden;
  background:linear-gradient(90deg,#fff8ef 0%,#fff8ef 40%,#eadfce 40%,#eadfce 100%);
}

.nearby-shell{
  width:min(100%,1600px);
  min-height:780px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,40%) minmax(0,60%);
  align-items:stretch;
}

.nearby-panel{
  padding:clamp(64px,6vw,104px) clamp(28px,5.3vw,86px);
  background:
    radial-gradient(circle at 15% 12%,rgba(200,162,90,.11),transparent 32%),
    #fff8ef;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}

.nearby-heading{
  max-width:620px;
}

.nearby-kicker{
  margin-bottom:14px;
  color:var(--nearby-gold);
  letter-spacing:.16em;
  font-size:12px;
  line-height:1;
}

.nearby-heading h2{
  max-width:590px;
  margin:0 0 18px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.96;
  letter-spacing:-.052em;
  color:var(--nearby-emerald);
}

body.rtl .nearby-heading h2{
  font-family:'Cairo','Noto Kufi Arabic',Tahoma,sans-serif;
  letter-spacing:0;
  line-height:1.16;
  max-width:640px;
}

.nearby-heading::after{
  content:"";
  display:block;
  width:154px;
  height:22px;
  margin:20px 0 24px;
  background:
    linear-gradient(var(--nearby-gold),var(--nearby-gold)) left center/50px 1px no-repeat,
    radial-gradient(ellipse at center,transparent 40%,var(--nearby-gold) 41%,var(--nearby-gold) 47%,transparent 48%) center/34px 20px no-repeat,
    linear-gradient(var(--nearby-gold),var(--nearby-gold)) right center/50px 1px no-repeat;
  opacity:.9;
}

body.rtl .nearby-heading::after{
  margin-inline-start:auto;
}

.nearby-heading p{
  max-width:570px;
  font-size:18px;
  line-height:1.65;
  color:#343b38;
}

.nearby-features{
  max-width:590px;
  margin:26px 0 28px;
  gap:15px;
}

.nearby-feature{
  grid-template-columns:46px 1fr;
  gap:14px;
}

.nearby-feature__icon{
  width:44px;
  height:44px;
  border-radius:50%;
  box-shadow:none;
  border:1px solid rgba(200,162,90,.34);
}

.nearby-feature strong{
  font-size:16px;
}

.nearby-feature small{
  font-size:14px;
  line-height:1.45;
}

.permission-card{
  max-width:620px;
  padding:20px;
  border-radius:24px;
  background:rgba(255,252,245,.92);
  border:1px solid rgba(200,162,90,.36);
  box-shadow:0 18px 44px rgba(52,42,27,.09);
  backdrop-filter:blur(8px);
}

.permission-card__top{
  grid-template-columns:48px 1fr;
  margin-bottom:14px;
}

.permission-card__top strong{
  font-family:Georgia,'Times New Roman',serif;
  font-size:20px;
  line-height:1.25;
}

body.rtl .permission-card__top strong{
  font-family:'Cairo','Noto Kufi Arabic',Tahoma,sans-serif;
}

.permission-card__top p{
  font-size:13px;
}

.permission-actions{
  margin-top:14px;
}

.permission-actions .btn{
  min-height:50px;
  border-radius:14px;
}

.nearby-visual{
  position:relative;
  min-height:780px;
  border-radius:0 !important;
  overflow:hidden;
  background:#d7c8b3;
}

.nearby-spa-photo{
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:58% center;
  transform:scale(1.01);
  filter:saturate(.92) sepia(.05) contrast(.98) brightness(.98);
}

.nearby-visual__shade{
  background:
    linear-gradient(90deg,rgba(255,248,239,.18),transparent 18%),
    linear-gradient(180deg,rgba(24,35,31,.02),rgba(24,35,31,.10));
}

/* CSS-built wellness styling to mirror the reference without embedding the mockup */
.wellness-still-life{
  position:absolute;
  left:6%;
  bottom:9%;
  width:48%;
  height:54%;
  z-index:2;
  pointer-events:none;
}

body.rtl .wellness-still-life{
  left:auto;
  right:6%;
}

.wellness-vase{
  position:absolute;
  left:24%;
  bottom:19%;
  width:92px;
  height:180px;
  border-radius:38% 38% 28% 28% / 28% 28% 18% 18%;
  background:
    radial-gradient(circle at 35% 24%,rgba(255,255,255,.24),transparent 18%),
    linear-gradient(135deg,#0b4e46,#063d37 60%,#042f2b);
  box-shadow:0 24px 42px rgba(0,0,0,.20);
}

.wellness-leaves{
  position:absolute;
  left:12%;
  bottom:48%;
  width:190px;
  height:230px;
}

.wellness-leaves::before{
  content:"";
  position:absolute;
  left:92px;
  bottom:0;
  width:3px;
  height:220px;
  background:#2f533f;
  transform:rotate(-6deg);
  transform-origin:bottom;
}

.wellness-leaves i{
  position:absolute;
  width:46px;
  height:82px;
  border-radius:100% 0 100% 0;
  background:linear-gradient(145deg,#415f35,#1f3f2f);
  transform-origin:bottom right;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}

.wellness-leaves i:nth-child(1){left:48px;top:24px;transform:rotate(-34deg)}
.wellness-leaves i:nth-child(2){left:92px;top:6px;transform:rotate(24deg)}
.wellness-leaves i:nth-child(3){left:20px;top:82px;transform:rotate(-48deg)}
.wellness-leaves i:nth-child(4){left:112px;top:74px;transform:rotate(35deg)}
.wellness-leaves i:nth-child(5){left:52px;top:130px;transform:rotate(-30deg)}
.wellness-leaves i:nth-child(6){left:126px;top:126px;transform:rotate(44deg)}
.wellness-leaves i:nth-child(7){left:84px;top:166px;transform:rotate(4deg)}

.wellness-bottle{
  position:absolute;
  left:53%;
  bottom:18%;
  width:74px;
  height:145px;
  border-radius:16px 16px 22px 22px;
  background:linear-gradient(145deg,#1f2b26,#0f1714 70%);
  border:1px solid rgba(200,162,90,.55);
  box-shadow:0 20px 36px rgba(0,0,0,.24);
}

.wellness-bottle::before{
  content:"";
  position:absolute;
  left:22px;
  top:-24px;
  width:30px;
  height:28px;
  border-radius:7px 7px 0 0;
  background:#161d1a;
}

.wellness-bottle span{
  position:absolute;
  left:8px;
  right:8px;
  bottom:34px;
  padding:5px 0;
  text-align:center;
  color:var(--nearby-gold);
  border-top:1px solid rgba(200,162,90,.5);
  border-bottom:1px solid rgba(200,162,90,.5);
  font-family:Georgia,serif;
  font-size:13px;
}

.wellness-candle{
  position:absolute;
  left:7%;
  bottom:16%;
  width:64px;
  height:76px;
  border-radius:12px;
  background:linear-gradient(180deg,#486250,#183e35);
  box-shadow:0 14px 26px rgba(0,0,0,.18);
}

.wellness-candle::before{
  content:"";
  position:absolute;
  left:27px;
  top:-20px;
  width:10px;
  height:24px;
  border-radius:60% 60% 45% 45%;
  background:radial-gradient(circle at 50% 68%,#fff7bf 0 22%,#f6bd4f 23% 58%,#b56c19 59%);
  filter:drop-shadow(0 0 9px #ffd274);
}

.wellness-towels{
  position:absolute;
  right:0;
  bottom:18%;
  width:165px;
  height:138px;
}

.wellness-towels i{
  position:absolute;
  right:0;
  width:142px;
  height:42px;
  border-radius:26px;
  background:
    repeating-linear-gradient(0deg,#f7f0e5 0 3px,#ece3d6 3px 5px);
  box-shadow:0 8px 16px rgba(0,0,0,.09);
}

.wellness-towels i:nth-child(1){bottom:0}
.wellness-towels i:nth-child(2){bottom:38px;right:10px}
.wellness-towels i:nth-child(3){bottom:76px;right:20px}

.map-phone{
  right:7%;
  bottom:7%;
  width:250px;
  height:500px;
  transform:rotate(4deg);
}

body.rtl .map-phone{
  left:7%;
  right:auto;
  transform:rotate(-4deg);
}

/* remove any legacy poster framing elements */
.nearby-benefits,
.nearby-brand,
.visual-badge{
  display:none !important;
}

@media(max-width:1180px){
  .nearby-shell{
    grid-template-columns:minmax(0,43%) minmax(0,57%);
  }

  .nearby-panel{
    padding:52px 34px;
  }

  .nearby-heading h2{
    font-size:56px;
  }

  .wellness-still-life{
    width:54%;
    left:2%;
  }

  body.rtl .wellness-still-life{
    right:2%;
    left:auto;
  }

  .map-phone{
    width:220px;
    height:450px;
    right:4%;
  }
}

@media(max-width:820px){
  .nearby-experience{
    background:#fff8ef;
  }

  .nearby-shell{
    grid-template-columns:1fr;
  }

  .nearby-panel{
    padding:50px 28px 38px;
  }

  .nearby-heading h2{
    font-size:54px;
    max-width:620px;
  }

  .nearby-visual{
    min-height:620px;
  }

  .nearby-spa-photo{
    object-position:center;
  }

  .wellness-still-life{
    width:52%;
    height:58%;
    left:4%;
    bottom:6%;
  }

  body.rtl .wellness-still-life{
    right:4%;
    left:auto;
  }

  .map-phone{
    right:6%;
    bottom:5%;
  }

  body.rtl .map-phone{
    left:6%;
    right:auto;
  }
}

@media(max-width:520px){
  .nearby-panel{
    padding:38px 16px 28px;
  }

  .nearby-heading h2{
    font-size:42px;
    line-height:1.03;
    max-width:340px;
  }

  body.rtl .nearby-heading h2{
    font-size:38px;
    max-width:360px;
  }

  .nearby-heading p{
    font-size:16px;
  }

  .nearby-heading::after{
    width:130px;
    margin:16px 0 20px;
  }

  .nearby-feature{
    grid-template-columns:42px 1fr;
  }

  .nearby-feature__icon{
    width:40px;
    height:40px;
  }

  .permission-card{
    padding:15px;
  }

  .permission-card__top{
    grid-template-columns:42px 1fr;
  }

  .permission-lock{
    width:42px;
    height:42px;
  }

  .permission-actions{
    grid-template-columns:1fr;
  }

  .nearby-visual{
    min-height:520px;
  }

  .wellness-still-life{
    width:62%;
    height:55%;
    left:-5%;
    bottom:2%;
    transform:scale(.82);
    transform-origin:bottom left;
  }

  body.rtl .wellness-still-life{
    right:-5%;
    left:auto;
    transform-origin:bottom right;
  }

  .map-phone{
    width:175px;
    height:355px;
    right:4%;
    bottom:5%;
    transform:rotate(3deg);
  }

  body.rtl .map-phone{
    left:4%;
    right:auto;
    transform:rotate(-3deg);
  }
}


/* FINAL VISUAL IMPLEMENTATION — approved standalone image asset */
.nearby-visual{
  position:relative;
  min-height:780px;
  overflow:hidden;
  background:#d8c9b7;
}

.nearby-visual-picture{
  display:block;
  width:100%;
  height:100%;
}

.nearby-visual-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:none;
  transform:none;
}

/* Disable legacy generated CSS illustration layers */
.nearby-spa-photo,
.nearby-visual__shade,
.wellness-still-life,
.map-phone,
.visual-badge{
  display:none !important;
}

@media(max-width:820px){
  .nearby-visual{
    min-height:620px;
  }

  .nearby-visual-image{
    object-position:center;
  }
}

@media(max-width:520px){
  .nearby-visual{
    min-height:540px;
  }

  .nearby-visual-image{
    object-fit:cover;
    object-position:center;
  }
}


/* Approved Raha logo */
.logo-lockup img,
.site-footer img{
  object-fit:contain;
}

.logo-lockup img{
  width:auto !important;
  max-width:320px !important;
  height:72px !important;
}

.site-footer img{
  width:min(340px,80vw);
  filter:none !important;
}

.footer-links{
  display:flex;
  justify-content:center;
  gap:16px;
  margin:16px 0 10px;
}

.footer-links a,
.footer-credit a{
  color:var(--champagne);
  text-decoration:none;
  font-weight:800;
}

.footer-links a:hover,
.footer-credit a:hover{
  text-decoration:underline;
}

.footer-credit{
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.18);
  font-size:14px;
  color:rgba(255,245,232,.88);
}

.sitemap-page{
  min-height:65vh;
}

.sitemap-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:30px;
}

.sitemap-grid section{
  display:grid;
  gap:12px;
  padding:24px;
  border-radius:24px;
  background:#fffaf3;
  border:1px solid rgba(200,162,90,.25);
}

.sitemap-grid a{
  color:var(--emerald);
  text-decoration:none;
  font-weight:700;
}

.sitemap-grid a:hover{
  color:var(--champagne);
}

@media(max-width:760px){
  .logo-lockup img{
    max-width:240px !important;
    height:58px !important;
  }

  .sitemap-grid{
    grid-template-columns:1fr;
  }
}
