/* ══════════════════════════════════════
   LIORA — style.css (White Modern Design)
   Clinic: Microblading & SMP Beauty
   Font: Heebo + Rubik
   Palette: White · Rose Gold · Soft Pink
══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --white: #ffffff;
  --off-white: #fafafa;
  --cream: #f8f6f3;
  --cream-dark: #f0ebe4;
  --rose-gold: #b76e79;
  --rose-gold-light: #d4a5a5;
  --rose-gold-pale: #f5e6e8;
  --gold: #c9a55c;
  --gold-light: #e4c28f;
  --text-dark: #2d2d2d;
  --text-medium: #5a5a5a;
  --text-light: #8a8a8a;
  --border: #e8e8e8;
  --border-light: #f0f0f0;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --shadow-rose: 0 4px 20px rgba(183,110,121,0.15);
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 30px;
  --r-pill: 999px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Heebo', sans-serif;
  background: var(--white);
  color: var(--text-dark);
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.7;
}
a { text-decoration: none; color: inherit; }
button { font-family: 'Heebo', sans-serif; cursor: pointer; }
input, select, textarea { font-family: 'Heebo', sans-serif; }
img { max-width: 100%; display: block; }

/* ── TOP ANNOUNCEMENT BAR ── */
.xbar {
  background: linear-gradient(135deg, var(--rose-gold) 0%, var(--rose-gold-light) 100%);
  color: var(--white);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  padding: .6rem 2rem;
}
.xbar-dot { opacity: .5; font-size: .5rem; }

/* ── STICKY NAV ── */
.xnav-wrap {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 0;
  z-index: 300;
}
.xnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .7rem 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
}

.xnav-side { display: flex; align-items: center; gap: .3rem; min-width: 150px; }
.xnav-right { justify-content: flex-end; }
.xnav-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-medium);
  padding: .5rem .55rem;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  gap: .35rem;
  text-decoration: none;
  transition: color .2s, background .2s;
  font-family: 'Heebo', sans-serif;
}
.xnav-btn:hover { color: var(--rose-gold); background: var(--rose-gold-pale); }
.xnav-flag { font-size: 1.1rem; padding: .5rem .45rem; }
.xnav-menu-label { font-size: .78rem; font-weight: 600; letter-spacing: .02em; }
.xnav-logo {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: inherit;
}
.xnav-logo-img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid var(--rose-gold-pale);
  background: var(--white);
  flex-shrink: 0;
  transition: box-shadow .3s;
}
.xnav-logo:hover .xnav-logo-img { box-shadow: var(--shadow-rose); }
.xnav-logo-text { text-align: center; }
.xnav-logo-name {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: .06em;
  line-height: 1.1;
}
.xnav-logo-sub {
  font-size: .54rem;
  letter-spacing: .2em;
  color: var(--rose-gold);
  text-transform: uppercase;
  font-weight: 600;
}

/* ── SERVICE CIRCLES ── */
.services-circles {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 1.2rem 2rem 1.4rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  background: var(--cream);
  border-bottom: 1px solid var(--border-light);
}
.services-circles::-webkit-scrollbar { display: none; }
.service-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--text-dark);
  flex-shrink: 0;
  width: 78px;
  gap: .5rem;
}
.circle {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 2px solid var(--rose-gold-pale);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  box-shadow: var(--shadow-sm);
}
.service-circle:hover .circle {
  background: var(--rose-gold-pale);
  border-color: var(--rose-gold);
  box-shadow: var(--shadow-rose);
  transform: translateY(-3px);
}
.circle-icon-img { width: 40px; height: 40px; object-fit: contain; transition: transform .3s; }
.service-circle:hover .circle-icon-img { transform: scale(1.12); }
.service-circle span {
  font-size: .7rem;
  text-align: center;
  color: var(--text-medium);
  line-height: 1.3;
  font-weight: 500;
}
.service-circle:hover span { color: var(--rose-gold); }

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--white) 0%, var(--cream) 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--rose-gold-pale) 0%, transparent 70%);
  opacity: .6;
  border-radius: 50%;
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 82vh;
  padding: 4rem 3rem;
  gap: 2rem;
  position: relative;
  z-index: 2;
}
.hero-title {
  font-family: 'Rubik', sans-serif;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 900;
  background: linear-gradient(135deg, var(--rose-gold) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: .2rem;
}
.hero-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .3em;
  color: var(--rose-gold);
  margin-bottom: 2rem;
}

.hero-lead {
  font-family: 'Rubik', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
  line-height: 1.4;
}
.hero-desc {
  font-size: .95rem;
  color: var(--text-medium);
  line-height: 2;
  font-weight: 400;
  max-width: 440px;
  margin-bottom: 2.5rem;
}
.hero-ctas { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-img-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hero-portrait {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--white);
  box-shadow: var(--shadow-lg), 0 0 0 1px var(--rose-gold-pale);
  position: relative;
}
.hero-portrait::after {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 1.5px solid var(--rose-gold-light);
  opacity: .4;
  pointer-events: none;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--rose-gold) 0%, var(--rose-gold-light) 100%);
  color: var(--white);
  border: none;
  border-radius: var(--r-pill);
  font-size: .85rem;
  font-weight: 700;
  padding: 1rem 2.5rem;
  letter-spacing: .03em;
  transition: all .3s;
  text-decoration: none;
  box-shadow: var(--shadow-rose);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(183,110,121,.3);
  filter: brightness(1.05);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--text-dark);
  border: 1.5px solid var(--border);
  border-radius: var(--r-pill);
  font-size: .85rem;
  font-weight: 600;
  padding: 1rem 2.2rem;
  letter-spacing: .03em;
  transition: all .3s;
  text-decoration: none;
}
.btn-secondary:hover {
  border-color: var(--rose-gold);
  color: var(--rose-gold);
  transform: translateY(-2px);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .85rem;
  padding: .95rem 2.2rem;
  transition: all .28s;
  border: none;
  white-space: nowrap;
  letter-spacing: .03em;
  cursor: pointer;
  text-decoration: none;
}
.btn-dark {
  background: var(--text-dark);
  color: var(--white);
}
.btn-dark:hover { background: var(--rose-gold); transform: translateY(-2px); box-shadow: var(--shadow-rose); }
.btn-outline {
  background: transparent;
  color: var(--text-dark);
  border: 1.5px solid var(--border);
}
.btn-outline:hover { background: var(--rose-gold); color: var(--white); border-color: var(--rose-gold); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--white);
  font-weight: 700;
}
.btn-gold:hover { filter: brightness(1.05); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-rose {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--rose-gold) 0%, var(--rose-gold-light) 100%);
  color: var(--white);
  border: none;
  border-radius: var(--r-pill);
  font-size: .85rem;
  font-weight: 700;
  padding: 1rem 2.8rem;
  letter-spacing: .03em;
  transition: all .3s;
  text-decoration: none;
  box-shadow: var(--shadow-rose);
}
.btn-rose:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 8px 30px rgba(183,110,121,.3); }

/* ── STRIP ── */
.strip {
  background: var(--text-dark);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.strip-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .9rem 2.2rem;
  font-size: .7rem;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-left: 1px solid rgba(255,255,255,.08);
}
.strip-item:last-child { border-left: none; }
.strip-dot { color: var(--rose-gold-light); font-size: .5rem; }

/* ── SECTIONS ── */
.section { padding: 6rem 3rem; }
.section-center { text-align: center; }
.section-center .section-sub { margin-inline: auto; }
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--rose-gold-pale);
  border: 1px solid rgba(183,110,121,.15);
  color: var(--rose-gold);
  border-radius: var(--r-pill);
  padding: .35rem 1.1rem;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.section-title {
  font-family: 'Rubik', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -.01em;
}
.section-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--rose-gold) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sub {
  color: var(--text-medium);
  font-size: .95rem;
  line-height: 2;
  max-width: 540px;
  font-weight: 400;
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.rv1 { transition-delay: .1s; } .rv2 { transition-delay: .2s; } .rv3 { transition-delay: .3s; }

/* ── PROBLEM SECTION ── */
#problem { background: var(--white); }
.problem-wrap { max-width: 720px; margin-inline: auto; text-align: center; }
.problem-text {
  font-size: 1rem;
  line-height: 2.1;
  color: var(--text-medium);
  margin-bottom: 1.2rem;
  font-weight: 400;
}

/* ── SERVICES ── */
#services { background: var(--cream); }
.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 3.5rem auto 0;
}
.svc-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all .3s;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.svc-card:hover {
  border-color: var(--rose-gold-light);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.svc-featured {
  border-color: var(--rose-gold-light);
  background: linear-gradient(180deg, var(--rose-gold-pale) 0%, var(--white) 60%);
}
.svc-label {
  display: inline-block;
  background: var(--rose-gold-pale);
  border: 1px solid rgba(183,110,121,.2);
  color: var(--rose-gold);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .28rem .85rem;
  border-radius: var(--r-pill);
  margin-bottom: 1.2rem;
}
.svc-name {
  font-family: 'Rubik', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: .5rem;
  letter-spacing: .02em;
}
.svc-subtitle {
  font-size: .85rem;
  color: var(--text-medium);
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.svc-points { list-style: none; text-align: right; display: flex; flex-direction: column; gap: .5rem; }
.svc-points li {
  font-size: .85rem;
  color: var(--text-medium);
  padding-right: 1.4rem;
  position: relative;
  line-height: 1.7;
  font-weight: 400;
}
.svc-points li::before {
  content: '✦';
  position: absolute;
  right: 0;
  color: var(--rose-gold);
  font-size: .6rem;
  top: .3rem;
}

/* ── ABOUT ── */
#about { background: var(--white); }
.about-wrap {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 5rem;
  align-items: center;
  max-width: 1020px;
  margin-inline: auto;
}
.about-img-block { position: relative; }
.about-img {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--cream);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-lg); }
.about-img-label {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border: 1px solid var(--rose-gold-pale);
  border-radius: var(--r-md);
  padding: .55rem 1rem;
  font-size: .7rem;
  font-weight: 700;
  color: var(--rose-gold);
  letter-spacing: .04em;
  box-shadow: var(--shadow-sm);
}
.about-float {
  position: absolute;
  top: 1.8rem;
  left: -1.8rem;
  background: linear-gradient(135deg, var(--rose-gold), var(--rose-gold-light));
  border-radius: var(--r-md);
  padding: 1rem 1.4rem;
  text-align: center;
  box-shadow: var(--shadow-rose);
}
.about-float strong { display: block; font-family: 'Rubik', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--white); }
.about-float span { font-size: .62rem; color: rgba(255,255,255,.85); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.about-text { font-size: .95rem; line-height: 2.1; color: var(--text-medium); margin-bottom: 1.1rem; font-weight: 400; }
.certs { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.4rem 0 2rem; }
.cert {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  padding: .45rem 1rem;
  font-size: .76rem;
  font-weight: 500;
  color: var(--text-medium);
  transition: all .22s;
}
.cert:hover { border-color: var(--rose-gold); color: var(--rose-gold); background: var(--rose-gold-pale); }

/* ── GALLERY ── */
#gallery { background: var(--cream); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
  margin-top: 2.8rem;
  max-width: 780px;
  margin-inline: auto;
}
.ba-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all .35s;
  box-shadow: var(--shadow-sm);
}
.ba-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: var(--rose-gold-light); }
.ba-img-wrap { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--cream); }
.ba-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.ba-card:hover .ba-img-wrap img { transform: scale(1.04); }
.ba-info { padding: 1rem 1.2rem; border-top: 1px solid var(--border-light); }
.ba-info strong { font-size: .85rem; font-weight: 700; display: block; margin-bottom: .2rem; color: var(--text-dark); }
.ba-info span { font-size: .74rem; color: var(--text-medium); }

/* ── INSTAGRAM REELS / VIDEOS ── */
#reels { background: var(--white); }
.reels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
  margin-top: 3rem;
  max-width: 1080px;
  margin-inline: auto;
}
.reel-card {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: all .35s;
}
.reel-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--rose-gold-light); }
.reel-card video,
.reel-card iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  display: block;
}
.reel-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.15);
  pointer-events: none;
  transition: opacity .3s;
}
.reel-play svg { width: 56px; height: 56px; opacity: .92; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }
.reel-card.playing .reel-play { opacity: 0; }
.reel-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  background: linear-gradient(135deg, var(--rose-gold-pale) 0%, var(--cream) 100%);
  color: var(--rose-gold);
  text-align: center;
  padding: 1.5rem;
}
.reel-placeholder .ig-icon { font-size: 2.4rem; }
.reel-placeholder span { font-size: .8rem; font-weight: 600; color: var(--text-medium); line-height: 1.5; }
.reels-cta { margin-top: 3rem; }

/* Instagram official embeds */
.reels-embed-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 3rem;
}
.reels-embed-grid .instagram-media {
  margin: 0 !important;
  border-radius: var(--r-lg) !important;
  box-shadow: var(--shadow-md) !important;
  min-width: 300px !important;
  max-width: 340px !important;
}

/* ── REVIEWS ── */
#reviews { background: var(--cream); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 2.8rem;
  max-width: 980px;
  margin-inline: auto;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem;
  transition: all .3s;
  box-shadow: var(--shadow-sm);
}
.review-card:hover { border-color: var(--rose-gold-light); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.review-stars { color: var(--gold); font-size: .95rem; margin-bottom: .9rem; letter-spacing: .08em; }
.review-text { font-size: .88rem; line-height: 1.9; color: var(--text-medium); margin-bottom: 1.4rem; font-weight: 400; }
.review-author { display: flex; align-items: center; gap: .7rem; }
.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose-gold), var(--rose-gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: .85rem;
  flex-shrink: 0;
}
.review-name { font-size: .82rem; font-weight: 700; color: var(--text-dark); }
.review-date { font-size: .68rem; color: var(--text-light); }
.review-badge {
  margin-right: auto;
  background: var(--rose-gold-pale);
  border: 1px solid rgba(183,110,121,.15);
  border-radius: var(--r-pill);
  padding: .2rem .65rem;
  font-size: .64rem;
  font-weight: 600;
  color: var(--rose-gold);
  letter-spacing: .04em;
}

/* ── WHY LIORA ── */
#why-liora { background: var(--white); }
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin-top: 2.5rem;
  max-width: 880px;
  margin-inline: auto;
}
.advantage-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2.2rem 2rem;
  transition: all .3s;
  box-shadow: var(--shadow-sm);
}
.advantage-card:hover { border-color: var(--rose-gold-light); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.advantage-card .adv-icon { font-size: 1.9rem; margin-bottom: .8rem; }
.advantage-card .adv-title { font-size: .95rem; font-weight: 700; color: var(--text-dark); margin-bottom: .5rem; }
.advantage-card .adv-desc { font-size: .85rem; color: var(--text-medium); line-height: 1.9; }

/* ── FAQ ── */
#faq { background: var(--cream); }
.faq-list { max-width: 720px; margin-inline: auto; margin-top: 2.5rem; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  margin-bottom: .8rem;
  overflow: hidden;
  background: var(--white);
  transition: all .25s;
  box-shadow: var(--shadow-sm);
}
.faq-item:hover { border-color: var(--rose-gold-light); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 600;
  color: var(--text-dark);
  background: none;
  border: none;
  width: 100%;
  text-align: right;
  font-family: 'Heebo', sans-serif;
  transition: color .2s;
}
.faq-question:hover { color: var(--rose-gold); }
.faq-arrow { font-size: .7rem; color: var(--rose-gold); transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; padding: 0 1.5rem; }
.faq-item.open .faq-answer { max-height: 240px; padding: 0 1.5rem 1.3rem; }
.faq-answer p { font-size: .88rem; color: var(--text-medium); line-height: 2; font-weight: 400; }

/* ── CTA CLOSING ── */
.cta-closing {
  background: linear-gradient(135deg, var(--rose-gold) 0%, var(--rose-gold-light) 100%);
  text-align: center;
  padding: 5.5rem 2rem;
}
.cta-closing h2 {
  font-family: 'Rubik', sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.cta-closing p {
  font-size: .95rem;
  color: rgba(255,255,255,.9);
  line-height: 2;
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 2.2rem;
  font-weight: 400;
}
.cta-closing .btn-rose {
  background: var(--white);
  color: var(--rose-gold);
  box-shadow: var(--shadow-md);
}
.cta-closing .btn-rose:hover { background: var(--text-dark); color: var(--white); }

/* ── BOOKING ── */
#booking { background: var(--white); }
.booking-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
  max-width: 1020px;
  margin-inline: auto;
}
.booking-desc { color: var(--text-medium); font-size: .95rem; line-height: 2; margin-bottom: 2.2rem; font-weight: 400; }
.contact-list { display: flex; flex-direction: column; gap: 1rem; }
.contact-row { display: flex; align-items: center; gap: 1rem; color: var(--text-dark); font-size: .9rem; }
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-md);
  background: var(--rose-gold-pale);
  border: 1px solid rgba(183,110,121,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-row a { color: var(--rose-gold); font-weight: 500; transition: color .2s; }
.contact-row a:hover { color: var(--text-dark); }
.form-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
}
.form-box h3 { font-family: 'Rubik', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1.8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.form-group { margin-bottom: .9rem; }
.form-group label {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  color: var(--text-medium);
  margin-bottom: .4rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  padding: .85rem 1rem;
  font-size: .9rem;
  color: var(--text-dark);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--rose-gold);
  box-shadow: 0 0 0 3px var(--rose-gold-pale);
  background: var(--white);
}
.form-group textarea { height: 90px; resize: none; }
.form-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--rose-gold) 0%, var(--rose-gold-light) 100%);
  color: var(--white);
  border: none;
  border-radius: var(--r-md);
  padding: 1.1rem;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  transition: all .3s;
  margin-top: .4rem;
  cursor: pointer;
  box-shadow: var(--shadow-rose);
}
.form-submit:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 8px 30px rgba(183,110,121,.3); }

/* ── FOOTER ── */
footer {
  background: var(--text-dark);
  padding: 2.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.footer-logo { font-family: 'Rubik', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--white); letter-spacing: .06em; }
.footer-logo span { color: var(--rose-gold-light); }
.footer-copy { font-size: .74rem; color: rgba(255,255,255,.4); letter-spacing: .03em; }
.footer-socials { display: flex; gap: .5rem; }
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: .76rem;
  font-weight: 700;
  transition: all .22s;
}
.social-btn:hover { background: var(--rose-gold); color: var(--white); border-color: var(--rose-gold); }

/* ── WA FLOAT ── */
.wa-float {
  position: fixed;
  bottom: 1.8rem;
  left: 1.8rem;
  z-index: 500;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 22px rgba(37,211,102,.4);
  transition: transform .25s, box-shadow .25s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.5); }

/* ── SIDE NAV ── */
.side-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.side-overlay.open { opacity: 1; pointer-events: all; }
.side-nav {
  position: fixed;
  top: 0; right: -320px; bottom: 0;
  width: 300px;
  z-index: 500;
  background: var(--white);
  box-shadow: -10px 0 50px rgba(0,0,0,.15);
  transition: right .35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.side-nav.open { right: 0; }
.side-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  border-bottom: 1px solid var(--border);
  background: var(--cream);
}
.side-nav-logo { font-family: 'Rubik', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--text-dark); letter-spacing: .06em; }
.side-nav-close {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-medium);
  cursor: pointer;
  font-size: 1rem;
  transition: all .2s;
}
.side-nav-close:hover { background: var(--rose-gold-pale); border-color: var(--rose-gold); color: var(--rose-gold); }
.side-nav-section { padding: .5rem 0; border-bottom: 1px solid var(--border-light); }
.side-section-title { font-size: .6rem; font-weight: 700; color: var(--rose-gold); letter-spacing: .16em; text-transform: uppercase; padding: .5rem 1.5rem .3rem; }
.side-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  color: var(--text-medium);
  transition: all .15s;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: right;
}
.side-link:hover { background: var(--rose-gold-pale); color: var(--rose-gold); padding-right: 1.8rem; }
.side-link.active { color: var(--rose-gold); background: var(--rose-gold-pale); }
.side-link-arrow { color: var(--text-light); font-size: .65rem; transition: transform .2s; }
.side-link:hover .side-link-arrow { transform: translateX(-2px); color: var(--rose-gold); }
.side-sub { display: none; flex-direction: column; background: var(--cream); }
.side-sub.open { display: flex; }
.side-sub-item { display: block; padding: .5rem 1.5rem .5rem 2.2rem; font-size: .82rem; color: var(--text-medium); border-bottom: 1px solid var(--border-light); transition: all .15s; }
.side-sub-item:hover { color: var(--rose-gold); background: var(--rose-gold-pale); }
.side-sub-item:last-child { border-bottom: none; }
.side-nav-footer { margin-top: auto; padding: 1.3rem 1.5rem; border-top: 1px solid var(--border); background: var(--cream); }
.side-nav-cta {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, var(--rose-gold), var(--rose-gold-light));
  color: var(--white);
  border-radius: var(--r-md);
  padding: .9rem;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .04em;
  transition: all .25s;
  margin-bottom: .8rem;
  box-shadow: var(--shadow-rose);
}
.side-nav-cta:hover { filter: brightness(1.05); }
.side-hours { font-size: .68rem; color: var(--text-light); text-align: center; letter-spacing: .04em; margin-bottom: .9rem; }
.side-socials { display: flex; gap: .5rem; justify-content: center; }
.side-social {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-medium);
  font-size: .74rem;
  font-weight: 700;
  transition: all .2s;
}
.side-social:hover { background: var(--rose-gold); color: var(--white); border-color: var(--rose-gold); }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 980px) {
  .services-cards { grid-template-columns: 1fr; max-width: 440px; }
  .reviews-grid { grid-template-columns: 1fr; max-width: 440px; }
  .about-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .about-float { left: auto; right: 1.2rem; top: 1.2rem; }
  .booking-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .advantages-grid { grid-template-columns: 1fr; max-width: 440px; }
}
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
    padding: 3.5rem 1.5rem;
    gap: 3rem;
  }
  .hero-text-col { order: 2; }
  .hero-img-col { order: 1; }
  .hero-desc { margin-inline: auto; }
  .hero-ctas { justify-content: center; }
  .hero-portrait { width: 280px; height: 280px; }
  .section { padding: 4.5rem 1.5rem; }
  .xnav { padding: .7rem 1.2rem; }
  .xnav-side { min-width: auto; }
  .xnav-menu-label { display: none; }
  .gallery-grid { grid-template-columns: 1fr; max-width: 420px; }
}
@media (max-width: 640px) {
  .hero-inner { padding: 3rem 1.2rem; gap: 2rem; }
  .hero-portrait { width: 230px; height: 230px; }
  .hero-title { font-size: 3.2rem; }
  .btn-primary, .btn-secondary { font-size: .78rem; padding: .85rem 1.8rem; }
  .xbar { font-size: .64rem; gap: .7rem; padding: .5rem 1rem; }
  .xbar span:nth-child(3), .xbar-dot:nth-of-type(2) { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer { flex-direction: column; text-align: center; }
  .xnav-logo-img { width: 46px; height: 46px; }
  .reels-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .reels-grid { grid-template-columns: 1fr; max-width: 280px; }
}
