/* ═══════════════════════════════════════════════════════════════
   BG Elite — Be Gorgeous Beauty Center
   Design inspired by Beauterra template + BG Elite real brand
   Professional · Soft · Feminine · Luxurious
   ═══════════════════════════════════════════════════════════════ */

:root{
  /* Palette */
  --sage:#A8BC9C;
  --sage-deep:#7E9670;
  --sage-soft:#D1DCC8;
  --sage-mist:#E8EFE2;
  --sage-paper:#F1F5EC;

  --gold:#C5A572;
  --gold-deep:#A88955;
  --gold-light:#DDC597;
  --gold-soft:#EFE2C8;

  --cream:#FAF6EE;
  --cream-warm:#FBF7EE;
  --cream-soft:#FDFAF3;
  --ivory:#F6F0E3;
  --white:#FFFFFF;

  --ink:#2F3A29;
  --ink-soft:#4E5847;
  --slate:#7A8175;
  --slate-light:#A8AEA2;
  --line:#E5E0D2;
  --line-soft:#EFEAD9;

  /* Shadows - very soft */
  --shadow-xs:0 2px 4px rgba(126,150,112,.06);
  --shadow-sm:0 4px 14px rgba(126,150,112,.08);
  --shadow:0 12px 32px rgba(126,150,112,.12);
  --shadow-lg:0 24px 60px rgba(126,150,112,.15);
  --shadow-card:0 8px 24px rgba(0,0,0,.05);

  /* Soft rounded corners */
  --r-xs:8px;
  --r-sm:14px;
  --r:20px;
  --r-lg:28px;
  --r-xl:40px;
  --r-pill:999px;

  --container:1280px;
  --header-h:108px;

  --serif:'Thmanyah Display','Cormorant Garamond',serif;
  --display:'Thmanyah Display','Cormorant Garamond',serif;
  --sans:'Thmanyah','Jost',sans-serif;
  --script:'Allura','Great Vibes',cursive;

  --ease:cubic-bezier(.4,0,.2,1);
  --ease-out:cubic-bezier(.16,1,.3,1);
}

*{margin:0;padding:0;box-sizing:border-box}
em,i{font-style:normal}
html{scroll-behavior:smooth}

/* Scroll reveal */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);
}
.reveal.revealed{
  opacity:1;
  transform:translateY(0);
}
/* Above-the-fold elements appear immediately */
.hero .reveal,.hero-text,.hero-collage{
  opacity:1 !important;
  transform:none !important;
}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
}
body{
  font-family:var(--sans);
  font-weight:400;
  color:var(--ink-soft);
  background:var(--cream);
  line-height:1.75;
  font-size:15.5px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
[lang="ar"] body, body[dir="rtl"]{font-family:var(--sans)}

/* Arabic typography: kill large letter-spacing and uppercase that don't suit Arabic script */
[dir="rtl"] *,
[lang="ar"] *{
  text-transform:none !important;
}
[dir="rtl"] .eyebrow,
[dir="rtl"] .hero-eyebrow,
[dir="rtl"] .package-tag,
[dir="rtl"] .gallery-tag,
[dir="rtl"] .service-badge,
[dir="rtl"] .badge,
[dir="rtl"] .tag,
[dir="rtl"] .label,
[dir="rtl"] .hero-badge-label,
[dir="rtl"] .team-role,
[dir="rtl"] [class*="-tag"],
[dir="rtl"] [class*="-badge"],
[dir="rtl"] [class*="-label"]{
  letter-spacing:.02em !important;
}

img,video{max-width:100%;display:block}
a{color:inherit;text-decoration:none;transition:.3s var(--ease)}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
input,select,textarea{font-family:inherit}

/* ─── Custom Date Picker ─── */
.custom-date{
  position:relative;
  cursor:pointer;
  width:100%;
}
.custom-date-input{
  width:100%;
  background:transparent;
  border:none;
  outline:none;
  cursor:pointer;
  font-family:inherit;
  font-size:inherit;
  color:inherit;
  padding-inline-end:24px;
  direction:ltr;
  text-align:start;
}
[dir="rtl"] .custom-date-input{text-align:right}
.custom-date-input::placeholder{color:var(--slate-light)}
.custom-date-icon{
  position:absolute;
  top:50%;
  inset-inline-end:0;
  transform:translateY(-50%);
  width:16px;
  height:16px;
  color:var(--gold-deep);
  pointer-events:none;
  opacity:.7;
}
.cdp-dropdown{
  position:absolute;
  top:calc(100% + 12px);
  inset-inline-start:0;
  z-index:200;
  width:280px;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--r);
  box-shadow:0 16px 48px rgba(0,0,0,.18);
  padding:14px;
  display:none;
  direction:ltr;
  text-align:left;
}
.custom-date.open .cdp-dropdown{display:block;animation:cdpIn .2s ease-out}
@keyframes cdpIn{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:translateY(0)}
}

.cdp-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px;
  padding:0 2px;
}
.cdp-title{
  font-family:var(--display);
  font-size:15px;
  font-weight:600;
  color:var(--ink);
}
.cdp-nav{
  width:28px;height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--ink-soft);
  transition:.2s var(--ease);
}
.cdp-nav svg{width:14px;height:14px}
.cdp-nav:hover{background:var(--sage-mist);color:var(--sage-deep)}

.cdp-weekdays{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:2px;
  margin-bottom:6px;
}
.cdp-weekdays > div{
  text-align:center;
  font-size:10.5px;
  font-weight:600;
  color:var(--slate);
  letter-spacing:.05em;
  text-transform:uppercase;
  padding:6px 0;
}
.cdp-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:2px;
}
.cdp-day{
  aspect-ratio:1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:500;
  color:var(--ink-soft);
  border-radius:8px;
  transition:.15s var(--ease);
  background:transparent;
  border:none;
  cursor:pointer;
  font-family:inherit;
}
.cdp-day.empty{cursor:default}
.cdp-day:hover:not(.empty):not([disabled]){
  background:var(--sage-mist);
  color:var(--sage-deep);
}
.cdp-day.today{
  font-weight:700;
  color:var(--gold-deep);
}
.cdp-day.today::after{
  content:'';
  position:absolute;
  width:3px;height:3px;
  background:var(--gold);
  border-radius:50%;
  margin-top:18px;
}
.cdp-day.selected{
  background:var(--ink);
  color:var(--cream);
}
.cdp-day.selected:hover{background:var(--ink)}
.cdp-day.past,.cdp-day[disabled]{
  color:var(--line);
  cursor:not-allowed;
  pointer-events:none;
}
::selection{background:var(--sage);color:var(--ink)}

.container{max-width:var(--container);margin:0 auto;padding:0 32px}
.container-narrow{max-width:1100px;margin:0 auto;padding:0 32px}

h1,h2,h3,h4{
  font-family:var(--display);
  font-weight:500;
  color:var(--ink);
  letter-spacing:-.005em;
  line-height:1.15;
}
[dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3,[dir="rtl"] h4{
  font-family:var(--display);
  font-weight:700;
  line-height:1.3;
}

/* Eyebrow label */
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-size:11.5px;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:var(--gold-deep);
  font-weight:500;
  margin-bottom:18px;
}
[dir="rtl"] .eyebrow{
  letter-spacing:.05em;
  text-transform:none;
  font-size:12.5px;
}
.eyebrow::before{
  content:'';
  width:30px;
  height:1px;
  background:var(--gold);
}
.section-head{margin-bottom:60px}
.section-title{
  font-size:clamp(34px,4vw,56px);
  margin-bottom:18px;
}
.section-title em{
  font-family:var(--script);
  font-style:normal;
  color:var(--gold-deep);
  font-weight:400;
  font-size:1.15em;
  display:inline-block;
  line-height:.9;
  padding:0 .12em;
}
[dir="rtl"] .section-title em{
  font-family:var(--display);
  font-style:normal;
  font-size:1em;
  color:var(--gold-deep);
  padding:0;
  font-weight:500;
}
.section-sub{
  font-size:16px;
  color:var(--slate);
  max-width:560px;
  line-height:1.85;
}
.section-head.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.section-head.center .eyebrow{margin-left:auto;margin-right:auto;display:inline-flex}
.section-head.center .section-sub{margin-left:auto;margin-right:auto}

/* ═══════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════ */
.header{
  position:fixed;top:0;left:0;right:0;
  height:var(--header-h);
  z-index:100;
  background:
    linear-gradient(rgba(47,58,41,.94), rgba(47,58,41,.94)),
    url('assets/lace-bg.png');
  background-size:auto, 300px auto;
  background-repeat:no-repeat, repeat;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(197,165,114,.18);
  transition:.4s var(--ease);
}
.header.scrolled{
  background:
    linear-gradient(rgba(47,58,41,.98), rgba(47,58,41,.98)),
    url('assets/lace-bg.png');
  background-size:auto, 300px auto;
  background-repeat:no-repeat, repeat;
  box-shadow:0 4px 24px rgba(0,0,0,.2);
  height:72px;
}
.header-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  height:100%;
}
.brand-logo{
  height:84px;
  width:auto;
  display:block;
  transition:.4s var(--ease);
}
.header.scrolled .brand-logo{
  height:60px;
}
.footer-logo{
  height:90px;
  width:auto;
  display:block;
  margin-bottom:8px;
  filter:brightness(1.1);
}

.nav{display:flex;align-items:center;gap:38px}
.nav a{
  color:rgba(250,246,238,.92);
  font-size:13.5px;
  font-weight:500;
  position:relative;
}
.nav a::after{
  content:'';
  position:absolute;
  bottom:-6px;
  left:50%;
  transform:translateX(-50%);
  width:0;
  height:1px;
  background:var(--gold-light);
  transition:.3s var(--ease);
}
.nav a:hover{color:var(--gold-light)}
.nav a:hover::after{width:100%}

.header-cta{display:flex;align-items:center;gap:12px}
.lang-toggle{
  width:42px;height:42px;
  border:1px solid rgba(250,246,238,.5);
  border-radius:50%;
  color:var(--cream);
  font-size:11px;
  font-weight:600;
  letter-spacing:.1em;
  background:transparent;
  transition:.3s var(--ease);
  cursor:pointer;
}
.lang-toggle:hover{
  background:var(--cream);
  color:var(--sage-dark);
  border-color:var(--cream);
}

.btn-book-header{
  padding:14px 28px;
  background:var(--ink);
  color:var(--cream);
  font-size:12.5px;
  font-weight:500;
  letter-spacing:.08em;
  border-radius:var(--r-pill);
  transition:.4s var(--ease);
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.btn-book-header:hover{
  background:var(--gold);
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.btn-book-header svg{transition:.3s var(--ease)}
.btn-book-header:hover svg{transform:translate(2px,-2px)}

.menu-toggle{display:none}

/* ═══════════════════════════════════════════════
   HERO - Asymmetric like Beauterra
   ═══════════════════════════════════════════════ */
.hero{
  position:relative;
  min-height:100vh;
  padding-top:calc(var(--header-h) + 60px);
  padding-bottom:80px;
  background:var(--cream);
  overflow:hidden;
}
.hero::before{
  content:'';
  position:absolute;
  top:-100px;
  right:-150px;
  width:550px;
  height:550px;
  background:var(--sage-mist);
  border-radius:50%;
  z-index:0;
  filter:blur(2px);
}
.hero::after{
  content:'';
  position:absolute;
  bottom:-50px;
  left:-100px;
  width:380px;
  height:380px;
  background:var(--gold-soft);
  border-radius:50%;
  z-index:0;
  opacity:.4;
  filter:blur(2px);
}

.hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:80px;
  align-items:center;
}

.hero-text{position:relative}
.hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-size:12px;
  letter-spacing:.36em;
  text-transform:uppercase;
  color:var(--gold-deep);
  font-weight:500;
  margin-bottom:28px;
}
[dir="rtl"] .hero-eyebrow{
  letter-spacing:.05em;
  text-transform:none;
  font-size:13px;
}
.hero-eyebrow::before{
  content:'';
  width:36px;
  height:1px;
  background:var(--gold);
}

.hero h1{
  font-size:clamp(48px,6vw,84px);
  line-height:1.02;
  font-weight:500;
  color:var(--ink);
  margin-bottom:32px;
  letter-spacing:-.015em;
}
[dir="rtl"] .hero h1{font-weight:700;line-height:1.15;letter-spacing:-.005em}
.hero h1 .script{
  font-family:var(--script);
  color:var(--gold-deep);
  font-weight:400;
  font-style:normal;
  font-size:1.08em;
  display:inline-block;
  transform:translateY(.08em);
}
[dir="rtl"] .hero h1 .script{
  font-family:var(--display);
  font-style:normal;
  font-size:1em;
  transform:none;
}

.hero-desc{
  font-size:17px;
  line-height:1.85;
  color:var(--slate);
  margin-bottom:44px;
  max-width:480px;
}

.hero-actions{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  align-items:center;
}
.btn-primary{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:18px 36px;
  background:var(--ink);
  color:var(--cream);
  font-size:13px;
  font-weight:500;
  letter-spacing:.08em;
  border-radius:var(--r-pill);
  transition:.4s var(--ease);
  cursor:pointer;
  border:none;
  font-family:inherit;
}
.btn-primary:hover{
  background:var(--gold);
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.btn-primary svg{transition:.3s var(--ease)}
.btn-primary:hover svg{transform:translate(3px,-3px)}

.btn-text{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:500;
  letter-spacing:.04em;
  color:var(--ink);
  transition:.3s var(--ease);
  border-bottom:1px solid transparent;
  padding-bottom:4px;
}
.btn-text:hover{color:var(--gold-deep);border-color:var(--gold)}

/* Hero photo collage - 4 images */
.hero-collage{
  position:relative;
  height:600px;
}
.hero-img{
  position:absolute;
  overflow:hidden;
  border-radius:var(--r);
  box-shadow:var(--shadow-lg);
}
.hero-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-img-1{
  top:0;
  right:0;
  width:60%;
  height:48%;
}
[dir="rtl"] .hero-img-1{right:auto;left:0}
.hero-img-2{
  top:14%;
  left:0;
  width:42%;
  height:35%;
}
[dir="rtl"] .hero-img-2{left:auto;right:0}
.hero-img-3{
  bottom:0;
  left:8%;
  width:48%;
  height:46%;
}
[dir="rtl"] .hero-img-3{left:auto;right:8%}
.hero-img-4{
  bottom:8%;
  right:6%;
  width:38%;
  height:36%;
}
[dir="rtl"] .hero-img-4{right:auto;left:6%}

/* Years badge floating */
.hero-badge{
  position:absolute;
  bottom:34%;
  right:42%;
  background:var(--white);
  padding:18px 22px;
  border-radius:50%;
  box-shadow:var(--shadow-lg);
  text-align:center;
  width:130px;
  height:130px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  z-index:3;
  animation:floatBadge 4s ease-in-out infinite;
}
[dir="rtl"] .hero-badge{right:auto;left:42%}
@keyframes floatBadge{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
.hero-badge-num{
  font-family:var(--display);
  font-style:normal;
  font-size:46px;
  font-weight:500;
  color:var(--gold-deep);
  line-height:.9;
}
[dir="rtl"] .hero-badge-num{font-weight:600;font-size:38px}
.hero-badge-label{
  font-size:9.5px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--ink-soft);
  font-weight:600;
  margin-top:4px;
  line-height:1.3;
}

/* ═══════════════════════════════════════════════
   BOOKING BAR - inline like Beauterra
   ═══════════════════════════════════════════════ */
.booking-bar{
  position:relative;
  z-index:5;
  margin-top:-50px;
  margin-bottom:-50px;
}
.booking-bar-inner{
  background:var(--white);
  border-radius:var(--r-lg);
  box-shadow:var(--shadow-lg);
  padding:18px;
  display:grid;
  grid-template-columns:repeat(5,1fr) auto;
  gap:8px;
  align-items:end;
  position:relative;
  border:1px solid var(--line-soft);
}
.bar-field{
  padding:8px 14px;
  border-right:1px solid var(--line);
  min-width:0;
}
[dir="rtl"] .bar-field{border-right:none;border-left:1px solid var(--line)}
.bar-field:last-of-type{border-right:none}
[dir="rtl"] .bar-field:last-of-type{border-left:none}
.bar-field label{
  display:block;
  font-size:10px;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--gold-deep);
  font-weight:600;
  margin-bottom:6px;
}
.bar-field input,
.bar-field select{
  width:100%;
  border:none;
  background:transparent;
  font-size:13.5px;
  font-weight:500;
  color:var(--ink);
  outline:none;
  font-family:inherit;
  padding:2px 0;
}
.bar-field input::placeholder{color:var(--slate-light)}
.bar-submit{
  padding:18px 28px;
  background:var(--ink);
  color:var(--cream);
  font-size:12.5px;
  font-weight:500;
  letter-spacing:.1em;
  border-radius:var(--r);
  transition:.4s var(--ease);
  cursor:pointer;
  border:none;
  font-family:inherit;
  display:inline-flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}
.bar-submit:hover{background:var(--gold)}

/* ═══════════════════════════════════════════════
   ABOUT SECTION
   ═══════════════════════════════════════════════ */
.about{
  padding:200px 0 130px;
  position:relative;
}

.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center;
}

.about-visual{
  position:relative;
  height:620px;
}
.about-img-main{
  position:absolute;
  top:0;
  left:0;
  width:78%;
  height:480px;
  border-radius:var(--r-lg);
  overflow:hidden;
  box-shadow:var(--shadow-lg);
}
[dir="rtl"] .about-img-main{left:auto;right:0}
.about-img-main img{width:100%;height:100%;object-fit:cover}

.about-img-sub{
  position:absolute;
  bottom:0;
  right:0;
  width:55%;
  height:280px;
  border-radius:var(--r-lg);
  overflow:hidden;
  border:10px solid var(--cream);
  box-shadow:var(--shadow-lg);
}
[dir="rtl"] .about-img-sub{right:auto;left:0}
.about-img-sub img{width:100%;height:100%;object-fit:cover}

.about-stat{
  position:absolute;
  top:60px;
  right:0;
  background:var(--sage);
  color:var(--white);
  padding:24px 30px;
  border-radius:var(--r);
  text-align:center;
  box-shadow:var(--shadow);
  z-index:3;
}
[dir="rtl"] .about-stat{right:auto;left:0}
.about-stat-num{
  font-family:var(--display);
  font-style:normal;
  font-size:38px;
  font-weight:500;
  line-height:1;
}
[dir="rtl"] .about-stat-num{font-weight:600;font-size:32px}
.about-stat-label{
  font-size:10.5px;
  letter-spacing:.24em;
  text-transform:uppercase;
  margin-top:6px;
  opacity:.92;
}

.about-text h2{
  font-size:clamp(36px,4.3vw,56px);
  margin-bottom:28px;
}
.about-text > p{
  font-size:16px;
  line-height:1.9;
  color:var(--slate);
  margin-bottom:36px;
}

.about-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.about-feat{
  padding:24px;
  background:var(--white);
  border-radius:var(--r);
  border:1px solid var(--line-soft);
  transition:.4s var(--ease);
}
.about-feat:hover{
  border-color:var(--gold);
  transform:translateY(-4px);
  box-shadow:var(--shadow);
}
.about-feat-icon{
  width:52px;
  height:52px;
  background:var(--sage-mist);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--sage-deep);
  margin-bottom:16px;
  transition:.4s var(--ease);
}
.about-feat:hover .about-feat-icon{
  background:var(--sage);
  color:var(--white);
}
.about-feat-icon svg{width:24px;height:24px}
.about-feat h4{
  font-size:19px;
  margin-bottom:8px;
  font-weight:600;
  color:var(--ink);
}
[dir="rtl"] .about-feat h4{font-weight:700}
.about-feat p{
  font-size:13.5px;
  color:var(--slate);
  line-height:1.7;
}

/* ═══════════════════════════════════════════════
   SHINE BANNER - big CTA section
   ═══════════════════════════════════════════════ */
.shine{
  padding:120px 0;
  position:relative;
  background:var(--sage-paper);
}
.shine-inner{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:80px;
  align-items:center;
}
.shine-img{
  position:relative;
  height:520px;
  border-radius:var(--r-lg);
  overflow:hidden;
  box-shadow:var(--shadow-lg);
}
.shine-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.shine-img-tag{
  position:absolute;
  top:24px;
  left:24px;
  background:var(--white);
  padding:8px 16px;
  border-radius:var(--r-pill);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
  color:var(--gold-deep);
}
[dir="rtl"] .shine-img-tag{left:auto;right:24px}

.shine-text h2{
  font-size:clamp(38px,4.5vw,62px);
  margin-bottom:24px;
}
.shine-text > p{
  font-size:16.5px;
  line-height:1.9;
  color:var(--slate);
  margin-bottom:36px;
}

/* ═══════════════════════════════════════════════
   SERVICES - alternating cards
   ═══════════════════════════════════════════════ */
.services{
  padding:130px 0;
  background:var(--cream-warm);
  position:relative;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.service-card{
  background:var(--white);
  border-radius:var(--r-lg);
  overflow:hidden;
  transition:.5s var(--ease);
  border:1px solid var(--line-soft);
  position:relative;
}
.service-card:hover{
  transform:translateY(-10px);
  box-shadow:var(--shadow-lg);
  border-color:transparent;
}
.service-img{
  height:240px;
  overflow:hidden;
  position:relative;
}
.service-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.7s var(--ease-out);
}
.service-card:hover .service-img img{transform:scale(1.07)}

.service-tag{
  position:absolute;
  top:18px;
  left:18px;
  background:var(--white);
  color:var(--ink);
  padding:7px 14px;
  border-radius:var(--r-pill);
  font-size:10.5px;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-weight:600;
}
[dir="rtl"] .service-tag{left:auto;right:18px}

.service-body{
  padding:32px 30px 30px;
}
.service-body h3{
  font-size:24px;
  margin-bottom:12px;
  font-weight:500;
  letter-spacing:.01em;
  word-spacing:.05em;
}
[dir="rtl"] .service-body h3{font-weight:700}
.service-body p{
  font-size:14.5px;
  line-height:1.8;
  color:var(--slate);
  margin-bottom:24px;
  min-height:78px;
}
.service-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:20px;
  border-top:1px solid var(--line-soft);
}
.service-price{
  font-family:var(--display);
  font-style:normal;
  font-size:22px;
  color:var(--gold-deep);
  font-weight:500;
}
[dir="rtl"] .service-price{font-family:var(--sans);font-style:normal;font-weight:600;font-size:18px}
.service-price small{
  font-family:var(--sans);
  font-style:normal;
  font-size:11px;
  color:var(--slate);
  font-weight:400;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-right:4px;
}
[dir="rtl"] .service-price small{font-family:var(--sans);margin-right:0;margin-left:4px}

.service-link{
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--sage-mist);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--sage-deep);
  transition:.4s var(--ease);
}
.service-link:hover{
  background:var(--gold);
  color:var(--white);
  transform:rotate(-12deg);
}

/* ═══════════════════════════════════════════════
   BOOKING SECTION (big with image)
   ═══════════════════════════════════════════════ */
.booking{
  padding:130px 0;
  background:var(--cream);
  position:relative;
}
.booking-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:80px;
  align-items:center;
}

.booking-visual{
  position:relative;
  height:680px;
}
.booking-img-main{
  position:absolute;
  top:0;
  left:0;
  width:88%;
  height:540px;
  border-radius:var(--r-lg);
  overflow:hidden;
  box-shadow:var(--shadow-lg);
}
[dir="rtl"] .booking-img-main{left:auto;right:0}
.booking-img-main img{width:100%;height:100%;object-fit:cover}

.booking-img-quote{
  position:absolute;
  bottom:0;
  right:0;
  width:65%;
  background:var(--white);
  padding:32px 30px;
  border-radius:var(--r);
  box-shadow:var(--shadow-lg);
  z-index:3;
}
[dir="rtl"] .booking-img-quote{right:auto;left:0}
.booking-img-quote-icon{
  width:48px;
  height:48px;
  background:var(--sage);
  color:var(--white);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}
.booking-img-quote-icon svg{width:24px;height:24px}
.booking-img-quote h4{
  font-size:18px;
  margin-bottom:6px;
  font-weight:600;
  color:var(--ink);
}
[dir="rtl"] .booking-img-quote h4{font-weight:700}
.booking-img-quote p{
  font-size:13.5px;
  color:var(--slate);
  line-height:1.7;
}
.booking-img-quote-num{
  font-family:var(--display);
  font-style:normal;
  font-size:22px;
  color:var(--gold-deep);
  margin-top:8px;
  font-weight:500;
}
[dir="rtl"] .booking-img-quote-num{font-weight:600;font-size:18px}

.booking-form{
  background:var(--white);
  border-radius:var(--r-lg);
  padding:48px 42px;
  box-shadow:var(--shadow-card);
  border:1px solid var(--line-soft);
}
.booking-form h3{
  font-size:30px;
  margin-bottom:8px;
  font-weight:500;
}
[dir="rtl"] .booking-form h3{font-weight:700}
.booking-form-sub{
  color:var(--slate);
  margin-bottom:32px;
  font-size:14px;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:14px;
}
.form-grid-full{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-bottom:14px;
}
.form-field{position:relative}
.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  padding:16px 20px;
  background:var(--cream-soft);
  border:1px solid var(--line-soft);
  border-radius:var(--r-sm);
  font-size:14px;
  color:var(--ink);
  font-family:inherit;
  transition:.3s var(--ease);
  outline:none;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  border-color:var(--gold);
  background:var(--white);
  box-shadow:0 0 0 4px rgba(197,165,114,.1);
}
.form-field textarea{
  resize:vertical;
  min-height:110px;
}
.form-field input::placeholder,
.form-field textarea::placeholder{color:var(--slate-light)}

.form-submit{
  width:100%;
  padding:18px;
  background:var(--ink);
  color:var(--cream);
  border-radius:var(--r-pill);
  font-size:13px;
  font-weight:500;
  letter-spacing:.1em;
  transition:.4s var(--ease);
  cursor:pointer;
  border:none;
  font-family:inherit;
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.form-submit:hover{background:var(--gold)}

.form-perks{
  display:flex;
  gap:14px;
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid var(--line-soft);
}
.form-perk{
  flex:1;
  display:flex;
  gap:10px;
  align-items:center;
  font-size:12px;
  color:var(--slate);
}
.form-perk svg{width:18px;height:18px;color:var(--sage-deep);flex-shrink:0}

/* ═══════════════════════════════════════════════
   PACKAGES
   ═══════════════════════════════════════════════ */
.packages{
  padding:130px 0;
  background:var(--cream-warm);
  position:relative;
  overflow:hidden;
}
.packages::before{
  content:'';
  position:absolute;
  top:80px;
  right:-100px;
  width:300px;
  height:300px;
  background:var(--sage-mist);
  border-radius:50%;
  opacity:.5;
  z-index:0;
  filter:blur(2px);
}
.packages::after{
  content:'';
  position:absolute;
  bottom:60px;
  left:-100px;
  width:280px;
  height:280px;
  background:var(--gold-soft);
  border-radius:50%;
  opacity:.4;
  z-index:0;
  filter:blur(2px);
}

.packages-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px;
  position:relative;
  z-index:2;
}

.package-card{
  background:var(--white);
  border-radius:var(--r-lg);
  overflow:hidden;
  position:relative;
  transition:.5s var(--ease);
  border:1px solid var(--line-soft);
  display:flex;
  flex-direction:column;
}
.package-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
  border-color:transparent;
}
.package-card.featured{
  border:2px solid var(--gold);
  box-shadow:0 16px 48px rgba(197,165,114,.18);
}
.package-card.featured:hover{
  box-shadow:0 24px 60px rgba(197,165,114,.28);
}

.package-badge{
  position:absolute;
  top:20px;
  right:20px;
  z-index:5;
  background:var(--gold);
  color:var(--white);
  padding:8px 18px;
  border-radius:var(--r-pill);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
  box-shadow:0 4px 16px rgba(197,165,114,.4);
}
[dir="rtl"] .package-badge{right:auto;left:20px}
.package-badge.subtle{
  background:var(--sage-deep);
  box-shadow:0 4px 16px rgba(126,150,112,.35);
}

.package-img{
  position:relative;
  height:240px;
  overflow:hidden;
}
.package-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.7s var(--ease-out);
}
.package-card:hover .package-img img{transform:scale(1.06)}
.package-img-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 30%,rgba(47,58,41,.85));
  display:flex;
  align-items:flex-end;
  padding:24px 30px;
}
.package-img-title{
  font-family:var(--display);
  font-size:30px;
  font-weight:600;
  color:var(--cream);
  letter-spacing:-.005em;
  text-shadow:0 2px 12px rgba(0,0,0,.3);
}

.package-body{
  padding:32px 30px 28px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.package-tagline{
  font-family:var(--display);
  font-size:17px;
  color:var(--gold-deep);
  font-weight:500;
  margin-bottom:22px;
  line-height:1.45;
}

.package-features{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:28px;
  padding-bottom:24px;
  border-bottom:1px solid var(--line-soft);
  flex:1;
}
.package-features li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:14.5px;
  color:var(--ink-soft);
  line-height:1.55;
}
.package-features li svg{
  flex-shrink:0;
  width:18px;
  height:18px;
  color:var(--sage-deep);
  margin-top:3px;
  padding:3px;
  background:var(--sage-mist);
  border-radius:50%;
  stroke-width:2.5;
}
.package-features li.gift{
  font-weight:600;
  color:var(--ink);
}
.package-features li.gift svg{
  color:var(--white);
  background:var(--gold);
  fill:none;
}

.package-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
}
.package-price{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.price-from{
  font-size:10.5px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--slate);
  font-weight:500;
  margin-bottom:4px;
}
.price-num{
  font-family:var(--display);
  font-size:38px;
  font-weight:600;
  color:var(--ink);
  letter-spacing:-.01em;
  display:inline-block;
}
.price-cur{
  font-size:13px;
  color:var(--gold-deep);
  font-weight:500;
  letter-spacing:.08em;
  margin-top:4px;
  display:inline-block;
}

.package-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 22px;
  background:var(--ink);
  color:var(--cream);
  font-size:12px;
  font-weight:500;
  letter-spacing:.08em;
  border-radius:var(--r-pill);
  transition:.4s var(--ease);
}
.package-cta:hover{
  background:var(--gold);
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.package-cta svg{transition:.3s var(--ease)}
.package-cta:hover svg{transform:translateX(3px)}
[dir="rtl"] .package-cta:hover svg{transform:translateX(-3px)}

.package-card.featured .package-cta{
  background:var(--gold);
}
.package-card.featured .package-cta:hover{
  background:var(--ink);
}

/* ═══════════════════════════════════════════════
   WHY CHOOSE US
   ═══════════════════════════════════════════════ */
.why{
  padding:130px 0;
  background:var(--white);
  position:relative;
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.why-card{
  text-align:center;
  padding:42px 28px;
  border-radius:var(--r-lg);
  background:var(--cream-warm);
  transition:.4s var(--ease);
  border:1px solid transparent;
  position:relative;
  overflow:hidden;
}
.why-card::before{
  content:'';
  position:absolute;
  top:-100px;
  left:50%;
  transform:translateX(-50%);
  width:200px;
  height:200px;
  background:var(--sage-mist);
  border-radius:50%;
  opacity:0;
  transition:.5s var(--ease);
  z-index:0;
}
.why-card:hover{
  background:var(--white);
  border-color:var(--sage);
  transform:translateY(-8px);
  box-shadow:var(--shadow);
}
.why-card:hover::before{opacity:.5;top:-80px}

.why-icon{
  width:78px;
  height:78px;
  background:var(--white);
  border-radius:50%;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--sage-deep);
  position:relative;
  z-index:2;
  box-shadow:var(--shadow-sm);
  transition:.4s var(--ease);
}
.why-card:hover .why-icon{
  background:var(--sage);
  color:var(--white);
}
.why-icon svg{width:34px;height:34px}
.why-card h3{
  font-size:21px;
  margin-bottom:10px;
  font-weight:500;
  position:relative;
  z-index:2;
}
[dir="rtl"] .why-card h3{font-weight:700}
.why-card p{
  font-size:13.5px;
  line-height:1.75;
  color:var(--slate);
  position:relative;
  z-index:2;
}

/* ═══════════════════════════════════════════════
   GALLERY (slider style)
   ═══════════════════════════════════════════════ */
.gallery{
  padding:130px 0;
  background:var(--sage-paper);
  position:relative;
  overflow:hidden;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.gallery-item{
  aspect-ratio:3/4;
  overflow:hidden;
  border-radius:var(--r);
  position:relative;
  cursor:pointer;
  box-shadow:var(--shadow-sm);
}
.gallery-item.tall{
  grid-row:span 2;
  aspect-ratio:3/5;
}
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.7s var(--ease);
}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-item::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(47,58,41,.7));
  opacity:0;
  transition:.4s var(--ease);
}
.gallery-item:hover::after{opacity:1}
.gallery-tag{
  position:absolute;
  bottom:20px;
  left:20px;
  color:var(--white);
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
  z-index:2;
  opacity:0;
  transform:translateY(8px);
  transition:.4s var(--ease);
}
.gallery-item:hover .gallery-tag{opacity:1;transform:translateY(0)}

/* ═══════════════════════════════════════════════
   TEAM
   ═══════════════════════════════════════════════ */
.team{
  padding:130px 0;
  background:var(--white);
}
.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}
.team-card{
  position:relative;
  border-radius:var(--r-lg);
  overflow:hidden;
  background:var(--cream-warm);
  transition:.5s var(--ease);
}
.team-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
}
.team-img{
  aspect-ratio:4/5;
  overflow:hidden;
  position:relative;
}
.team-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.6s var(--ease);
}
.team-card:hover .team-img img{transform:scale(1.05)}
.team-img::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(47,58,41,.55));
}
.team-body{
  padding:24px 26px 28px;
  position:relative;
}
.team-social{
  position:absolute;
  top:-28px;
  right:24px;
  display:flex;
  gap:6px;
  z-index:3;
}
[dir="rtl"] .team-social{right:auto;left:24px}
.team-social a{
  width:40px;
  height:40px;
  background:var(--white);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ink);
  transition:.3s var(--ease);
  box-shadow:var(--shadow-sm);
}
.team-social a:hover{background:var(--gold);color:var(--white);transform:translateY(-3px)}
.team-social svg{width:16px;height:16px}

.team-card h4{
  font-size:22px;
  margin-bottom:4px;
  font-weight:500;
}
[dir="rtl"] .team-card h4{font-weight:700}
.team-role{
  font-family:var(--script);
  color:var(--gold-deep);
  font-size:17px;
  line-height:1;
  margin-bottom:8px;
  display:inline-block;
}
[dir="rtl"] .team-role{font-family:var(--sans);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:600}
.team-exp{
  font-size:12.5px;
  color:var(--slate);
  letter-spacing:.05em;
}

/* ═══════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════ */
.testimonials{
  padding:130px 0;
  background:var(--cream-warm);
  position:relative;
}
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.test-card{
  background:var(--white);
  padding:42px 36px 36px;
  border-radius:var(--r-lg);
  position:relative;
  border:1px solid var(--line-soft);
  transition:.4s var(--ease);
}
.test-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
  border-color:var(--gold);
}
.test-quote{
  font-family:var(--display);
  font-style:normal;
  font-size:64px;
  line-height:.8;
  color:var(--gold);
  position:absolute;
  top:20px;
  right:28px;
  opacity:.5;
}
[dir="rtl"] .test-quote{right:auto;left:28px;transform:scaleX(-1)}
.test-stars{
  color:var(--gold);
  font-size:15px;
  letter-spacing:3px;
  margin-bottom:22px;
}
.test-text{
  font-family:var(--display);
  font-size:18px;
  line-height:1.7;
  font-style:normal;
  color:var(--ink);
  margin-bottom:28px;
  font-weight:500;
  min-height:130px;
}
[dir="rtl"] .test-text{
  font-family:var(--sans);
  font-style:normal;
  font-weight:500;
  font-size:15.5px;
  line-height:1.9;
}
.test-author{
  display:flex;
  align-items:center;
  gap:14px;
  padding-top:24px;
  border-top:1px solid var(--line-soft);
}
.test-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--sage);
  color:var(--white);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--display);
  font-style:normal;
  font-weight:500;
  font-size:20px;
}
[dir="rtl"] .test-avatar{font-weight:600;font-size:18px}
.test-name{
  font-size:15px;
  font-weight:600;
  color:var(--ink);
  margin-bottom:2px;
}
[dir="rtl"] .test-name{font-weight:700}
.test-loc{
  font-size:11.5px;
  color:var(--gold-deep);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:500;
}

/* ═══════════════════════════════════════════════
   BRANCHES
   ═══════════════════════════════════════════════ */
.branches{
  padding:130px 0;
  background:var(--white);
}
.branches-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}
.branches-grid.single{
  grid-template-columns:1fr;
  max-width:980px;
  margin:0 auto;
}
.branches-grid.single .branch-card{
  min-height:460px;
}
.branch-card{
  background:var(--cream-warm);
  border-radius:var(--r-lg);
  overflow:hidden;
  transition:.5s var(--ease);
  border:1px solid var(--line-soft);
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:380px;
}
.branch-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-lg);
  border-color:transparent;
}
.branch-img{
  position:relative;
  overflow:hidden;
}
.branch-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.7s var(--ease);
}
.branch-card:hover .branch-img img{transform:scale(1.08)}
.branch-img::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(47,58,41,.45));
}
.branch-tag{
  position:absolute;
  top:20px;
  left:20px;
  z-index:2;
  background:var(--white);
  color:var(--gold-deep);
  padding:7px 16px;
  border-radius:var(--r-pill);
  font-size:10.5px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:600;
}
[dir="rtl"] .branch-tag{left:auto;right:20px}

.branch-body{
  padding:34px 32px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.branch-area{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:11.5px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold-deep);
  font-weight:500;
  margin-bottom:14px;
}
.branch-area svg{width:14px;height:14px}
.branch-card h3{
  font-size:26px;
  margin-bottom:20px;
  font-weight:500;
}
[dir="rtl"] .branch-card h3{font-weight:700}
.branch-meta{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:28px;
}
.branch-meta-row{
  display:flex;
  gap:12px;
  align-items:center;
  font-size:14px;
  color:var(--slate);
}
.branch-meta-row svg{
  width:18px;
  height:18px;
  color:var(--gold);
  flex-shrink:0;
}
.branch-actions{display:flex;gap:10px;margin-top:auto}
.branch-btn{
  flex:1;
  padding:13px 16px;
  font-size:11.5px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:500;
  text-align:center;
  border-radius:var(--r-pill);
  transition:.4s var(--ease);
  cursor:pointer;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-family:inherit;
}
.branch-btn.primary{
  background:var(--ink);
  color:var(--cream);
  border:1px solid var(--ink);
}
.branch-btn.primary:hover{background:var(--gold);border-color:var(--gold)}
.branch-btn.outline{
  background:transparent;
  border:1px solid var(--ink);
  color:var(--ink);
}
.branch-btn.outline:hover{background:var(--ink);color:var(--cream)}

/* ═══════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════ */
.footer-cta{
  padding:90px 0;
  background:var(--sage-paper);
  text-align:center;
  position:relative;
  overflow:hidden;
}
.footer-cta::before{
  content:'';
  position:absolute;
  top:-100px;
  right:-100px;
  width:300px;
  height:300px;
  background:var(--sage-mist);
  border-radius:50%;
  opacity:.6;
}
.footer-cta-inner{
  position:relative;
  z-index:2;
}
.footer-cta h2{
  font-size:clamp(36px,4.5vw,58px);
  margin-bottom:24px;
}
.footer-cta p{
  font-size:17px;
  color:var(--slate);
  margin-bottom:32px;
  max-width:560px;
  margin-left:auto;
  margin-right:auto;
}

.footer{
  background:var(--ink);
  color:rgba(250,246,238,.7);
  padding:90px 0 32px;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Elegant Top Border with Gold Glow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* Decorative gold line at top with center glow */
.footer::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,
    transparent 0%,
    rgba(201,169,97,.15) 20%,
    rgba(201,169,97,.6) 50%,
    rgba(201,169,97,.15) 80%,
    transparent 100%);
  z-index:2;
}

/* Soft radial glow from top-center */
.footer::after{
  content:'';
  position:absolute;
  top:-100px;
  left:50%;
  transform:translateX(-50%);
  width:600px;
  height:200px;
  background:radial-gradient(ellipse at center,
    rgba(201,169,97,.18) 0%,
    rgba(201,169,97,.08) 30%,
    transparent 70%);
  filter:blur(40px);
  pointer-events:none;
  z-index:0;
}

.footer .container{
  position:relative;
  z-index:1;
}

@media (max-width:768px){
  .footer::after{
    width:400px;
    height:150px;
  }
}
.footer-grid{
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1.4fr;
  gap:60px;
  margin-bottom:60px;
}
.footer .brand-mark{color:var(--gold)}
.footer .brand-name{color:var(--cream)}
.footer-desc{
  font-size:14.5px;
  line-height:1.85;
  color:rgba(250,246,238,.6);
  margin:24px 0;
  max-width:340px;
}
.footer-social{display:flex;gap:10px}
.footer-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(250,246,238,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--gold);
  transition:.3s var(--ease);
}
.footer-social a:hover{
  background:var(--gold);
  color:var(--ink);
  transform:translateY(-3px);
}
.footer-social svg{width:18px;height:18px}

.footer h5{
  font-size:11.5px;
  letter-spacing:.3em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:600;
  margin-bottom:24px;
}
.footer ul{list-style:none;display:flex;flex-direction:column;gap:14px}
.footer ul a{
  font-size:14px;
  color:rgba(250,246,238,.6);
  transition:.3s var(--ease);
}
.footer ul a:hover{color:var(--gold)}

.footer-contact-row{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:14px;
  font-size:14px;
  color:rgba(250,246,238,.6);
}
.footer-contact-row svg{
  width:18px;
  height:18px;
  color:var(--gold);
  flex-shrink:0;
  margin-top:3px;
}

.footer-bottom{
  padding-top:28px;
  border-top:1px solid rgba(250,246,238,.08);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:13px;
  color:rgba(250,246,238,.45);
}
.footer-bottom-links{display:flex;gap:24px}
.footer-bottom-links a{transition:.3s var(--ease)}
.footer-bottom-links a:hover{color:var(--gold)}

/* WhatsApp floating */
.whatsapp-float{
  position:fixed;
  bottom:28px;
  left:28px;
  z-index:50;
  width:60px;
  height:60px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 24px rgba(37,211,102,.35);
  transition:.3s var(--ease);
}
[dir="rtl"] .whatsapp-float{left:auto;right:28px}
.whatsapp-float::after{
  content:'';
  position:absolute;
  inset:-6px;
  border:2px solid rgba(37,211,102,.4);
  border-radius:50%;
  animation:pulse 2s ease-out infinite;
}
@keyframes pulse{
  0%{transform:scale(.95);opacity:.7}
  100%{transform:scale(1.4);opacity:0}
}
.whatsapp-float:hover{transform:scale(1.08)}
.whatsapp-float svg{width:30px;height:30px;color:var(--white)}

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width:1100px){
  .container,.container-narrow{padding:0 24px}
  .hero-inner,.about-grid,.shine-inner,.booking-grid{grid-template-columns:1fr;gap:60px}
  .hero-collage,.about-visual,.shine-img,.booking-visual{height:520px;max-width:600px;margin:0 auto}
  .services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid,.team-grid{grid-template-columns:repeat(2,1fr)}
  .branches-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:40px}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .booking-bar-inner{grid-template-columns:repeat(3,1fr) auto;gap:8px}
  .booking-bar-inner > .bar-field:nth-child(n+4){border-top:1px solid var(--line);padding-top:14px}
}
@media (max-width:768px){
  .container,.container-narrow{padding:0 18px}
  .nav{display:none}
  /* Mobile menu open state */
  .nav.open{
    display:flex !important;
    position:fixed;
    top:calc(var(--header-h) + 8px);
    left:18px;
    right:18px;
    background:var(--ink);
    flex-direction:column;
    padding:24px;
    gap:18px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
    z-index:200;
    border:1px solid rgba(197,165,114,.25);
  }
  .nav.open a{
    color:var(--cream-warm) !important;
    font-size:15px;
    padding:10px 14px;
    border-radius:10px;
  }
  .nav.open a::after{display:none}
  .menu-toggle{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--cream-warm);color:var(--ink);position:relative;z-index:201}
  .menu-toggle svg{width:22px;height:22px}
  .header-cta .btn-book-header{display:none}
  .brand-text{display:none}
  .hero{padding-top:calc(var(--header-h) + 30px)}
  .hero h1{font-size:46px}
  .hero-collage{
    height:auto;
    aspect-ratio:1/1;
    max-width:520px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr;
    gap:10px;
    position:relative;
  }
  .hero-img{position:relative;top:auto;bottom:auto;left:auto;right:auto;width:100%;height:100%}
  [dir="rtl"] .hero-img-1,
  [dir="rtl"] .hero-img-2,
  [dir="rtl"] .hero-img-3,
  [dir="rtl"] .hero-img-4{top:auto;bottom:auto;left:auto;right:auto;width:100%;height:100%}
  .hero-badge{
    width:100px;
    height:100px;
    position:absolute;
    top:50%;
    left:50%;
    right:auto;
    transform:translate(-50%,-50%);
    z-index:3;
  }
  [dir="rtl"] .hero-badge{right:auto;left:50%;transform:translate(-50%,-50%)}
  .hero-badge-num{font-size:34px}
  .booking-bar-inner{grid-template-columns:1fr;gap:0;padding:8px}
  .bar-field{border-right:none !important;border-left:none !important;border-bottom:1px solid var(--line);padding:14px}
  .bar-field:last-of-type{border-bottom:none}
  .about-visual{
    height:auto;
    display:flex;
    flex-direction:column;
    gap:0;
    align-items:center;
  }
  .about-img-main,
  [dir="rtl"] .about-img-main{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    width:100%;
    height:380px;
    margin-bottom:-60px;
  }
  .about-img-sub,
  [dir="rtl"] .about-img-sub{
    position:relative;
    bottom:auto;
    left:auto;
    right:auto;
    width:72%;
    height:200px;
    align-self:flex-end;
    margin-inline-end:8px;
  }
  .about-stat,
  [dir="rtl"] .about-stat{
    position:absolute;
    top:24px;
    right:auto;
    left:24px;
    z-index:3;
  }
  .about-features{grid-template-columns:1fr}
  .shine-img{height:380px}
  .services-grid,.testimonials-grid,.why-grid,.team-grid,.packages-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-item.tall{grid-row:auto;aspect-ratio:3/4}
  .booking-visual{
    height:auto;
    display:flex;
    flex-direction:column;
    gap:0;
  }
  .booking-img-main,
  [dir="rtl"] .booking-img-main{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    width:100%;
    height:380px;
    margin-bottom:-50px;
  }
  .booking-img-quote,
  [dir="rtl"] .booking-img-quote{
    position:relative;
    bottom:auto;
    left:auto;
    right:auto;
    width:90%;
    margin:0 auto;
    padding:28px 24px;
  }
  .booking-form{padding:34px 24px}
  .form-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:40px}
  .footer-bottom{flex-direction:column;text-align:center}
  .branch-card{grid-template-columns:1fr}
  .branch-img{min-height:240px}
  section{padding:80px 0}
  .section-title{font-size:34px}
}
