/* ════════════════════════════════════════════
   DR HANIN — Redesign (mockup-aligned)
════════════════════════════════════════════ */

:root {
  --pink-soft: #F5E6E4;
  --pink-mid: #E8C4C0;
  --pink-bar: rgba(212, 163, 163, 0.45);
  --brown-dark: #4A322D;
  --brown-btn: #5C3A31;
}

body { cursor: auto; }
body.has-custom-cursor { cursor: auto; }

/* ── NAV REDESIGN ── */
#navbar {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 3.5rem;
}
.nav-brand {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  justify-self: start;
}
.nav-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brown-dark);
  letter-spacing: 0.04em;
}
.nav-logo-text em { font-style: italic; color: var(--rose); }
.nav-star { font-size: 0.75rem; color: var(--gold); vertical-align: super; }
.nav-tagline {
  font-size: 0.62rem;
  color: var(--text-mid);
  letter-spacing: 0.02em;
  font-weight: 400;
}
html[lang="ar"] .nav-tagline,
html[dir="rtl"] .nav-tagline {
  font-family: var(--font-ar);
  font-size: 0.72rem;
}

.nav-links {
  justify-self: center;
  gap: 1.75rem;
}
.nav-links a {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: none;
  color: var(--text-mid);
  padding-bottom: 0.35rem;
  border-bottom: 2px solid transparent;
}
html[lang="ar"] .nav-links a,
html[dir="rtl"] .nav-links a {
  font-family: var(--font-ar);
  font-size: 0.85rem;
  letter-spacing: 0;
}
.nav-links a.active,
.nav-links a:hover {
  color: var(--brown-dark);
  border-bottom-color: var(--brown-dark);
}
.nav-links a::after { display: none; }

.nav-actions {
  justify-self: end;
  gap: 0.75rem;
}
.nav-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--brown-btn);
  color: var(--gold-light);
  padding: 0.55rem 1.1rem;
  border-radius: 50px;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
html[lang="ar"] .nav-book-btn,
html[dir="rtl"] .nav-book-btn {
  font-family: var(--font-ar);
  font-size: 0.78rem;
  letter-spacing: 0;
}
.nav-book-btn:hover {
  background: var(--mocha);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(74, 50, 45, 0.25);
}
.nav-book-btn span { pointer-events: none; }

.lang-switch { border-radius: 50px; padding: 2px; }
.lang-btn { border-radius: 50px; padding: 0.35rem 0.65rem; min-width: 2.2rem; }

/* ── HERO REDESIGN ── */
.hero-v2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: calc(100vh - var(--sale-banner-h));
  min-height: calc(100dvh - var(--sale-banner-h));
  padding: calc(var(--sale-banner-h) + 5rem) 4rem 3rem;
  overflow: hidden;
  direction: ltr;
}
.hero-v2--bg {
  background: url('/assets/hero-bg.png') center center / cover no-repeat;
  background-color: #F5EBE8;
}
.hero-v2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(251, 245, 243, 0.92) 0%,
    rgba(251, 245, 243, 0.78) 38%,
    rgba(251, 245, 243, 0.25) 58%,
    transparent 72%
  );
  pointer-events: none;
}
html[dir="rtl"] .hero-v2-overlay {
  background: linear-gradient(
    255deg,
    rgba(251, 245, 243, 0.92) 0%,
    rgba(251, 245, 243, 0.78) 38%,
    rgba(251, 245, 243, 0.25) 58%,
    transparent 72%
  );
}
.hero-v2-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  width: 100%;
}
html[dir="rtl"] .hero-v2-content {
  direction: rtl;
  text-align: right;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
html[dir="ltr"] .hero-v2-content {
  direction: ltr;
  text-align: left;
  margin-inline-end: auto;
}
.hero-v2-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 4.8vw, 3.75rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--brown-dark);
  margin-bottom: 1.35rem;
}
html[lang="ar"] .hero-v2-h1,
html[dir="rtl"] .hero-v2-h1 {
  font-family: var(--font-ar-display);
  font-weight: 700;
  line-height: 1.45;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
}
.hero-v2-sub {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 1.85rem;
  max-width: 460px;
}
html[lang="ar"] .hero-v2-sub,
html[dir="rtl"] .hero-v2-sub {
  font-family: var(--font-ar);
  font-size: 1.02rem;
}
.hero-v2-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}
html[dir="rtl"] .hero-v2-btns { flex-direction: row-reverse; justify-content: flex-end; }
html[dir="ltr"] .hero-v2-btns { justify-content: flex-start; }
.btn-brown {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--brown-btn);
  color: #fff;
  padding: 0.9rem 1.75rem;
  border-radius: 50px;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 24px rgba(74, 50, 45, 0.22);
}
html[lang="ar"] .btn-brown,
html[dir="rtl"] .btn-brown {
  font-family: var(--font-ar);
  font-size: 0.9rem;
  letter-spacing: 0;
  flex-direction: row-reverse;
}
html[dir="rtl"] .btn-brown .btn-arrow { transform: scaleX(-1); }
.btn-brown:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(74, 50, 45, 0.3); }
.btn-outline {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  color: var(--brown-dark);
  padding: 0.9rem 1.75rem;
  border-radius: 50px;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid rgba(74, 50, 45, 0.22);
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}
html[lang="ar"] .btn-outline,
html[dir="rtl"] .btn-outline {
  font-family: var(--font-ar);
  font-size: 0.9rem;
  letter-spacing: 0;
}
.btn-outline:hover { background: #fff; border-color: var(--brown-dark); }
.hero-v2-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.74rem;
  color: var(--text-mid);
}
html[dir="rtl"] .hero-v2-note { flex-direction: row-reverse; }
html[lang="ar"] .hero-v2-note,
html[dir="rtl"] .hero-v2-note {
  font-family: var(--font-ar);
  font-size: 0.84rem;
}
.hero-v2-note svg { flex-shrink: 0; color: var(--gold); stroke: var(--gold); }

.hero-v2-visual {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: min(480px, 42%);
  min-height: 480px;
  padding-bottom: 0;
}
.hero-v2-arch {
  position: absolute;
  width: min(480px, 95%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 169, 110, 0.4);
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 65%, rgba(255, 255, 255, 0.55), rgba(243, 220, 215, 0.15) 70%, transparent);
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.35);
}
.hero-v2-arch--inner {
  width: min(400px, 82%);
  bottom: 10%;
  border-color: rgba(201, 169, 110, 0.2);
  background: transparent;
  box-shadow: none;
}
.hero-v2-props {
  position: absolute;
  bottom: 12%;
  left: 8%;
  z-index: 1;
  pointer-events: none;
}
.hero-v2-vase {
  position: relative;
  width: 56px;
  height: 90px;
}
.hero-v2-vase-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 48px;
  border-radius: 4px 4px 12px 12px;
  background: linear-gradient(180deg, #E8C4C0, #D4A3A3);
  box-shadow: 0 4px 12px rgba(74, 50, 45, 0.12);
}
.hero-v2-vase-body::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 12px;
  border-radius: 3px;
  background: #E8C4C0;
}
.hero-v2-pampas {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
}
.hero-v2-pampas::before,
.hero-v2-pampas::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 55px;
  background: linear-gradient(to top, #C9A96E, #E8D5A3);
  border-radius: 2px;
  transform-origin: bottom center;
}
.hero-v2-pampas::before { left: 30%; transform: rotate(-12deg); }
.hero-v2-pampas::after  { right: 25%; transform: rotate(10deg); height: 48px; }
.hero-v2-jars {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  margin-left: 12px;
}
.hero-v2-jars span {
  display: block;
  width: 14px;
  border-radius: 3px 3px 5px 5px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(232,196,192,0.8));
  border: 1px solid rgba(201,169,110,0.3);
  box-shadow: 0 2px 6px rgba(74,50,45,0.08);
}
.hero-v2-jars span:nth-child(1) { height: 22px; }
.hero-v2-jars span:nth-child(2) { height: 28px; width: 16px; }
.hero-v2-jars span:nth-child(3) { height: 20px; }
.hero-v2-figure {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-v2-illustration {
  width: min(340px, 78%);
  height: auto;
  max-height: min(520px, 68vh);
  filter: drop-shadow(0 14px 36px rgba(74, 50, 45, 0.14));
}
.hero-v2-portrait {
  position: relative;
  z-index: 2;
  max-height: min(560px, 72vh);
  width: auto;
  max-width: min(400px, 88%);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 12px 32px rgba(74, 50, 45, 0.12));
}
.hero-v2-portrait-fallback {
  position: relative;
  z-index: 2;
  align-items: flex-end;
  justify-content: center;
  min-height: 360px;
}

/* ── TRUST BAR ── */
.trust-bar {
  background: rgba(212, 163, 163, 0.38);
  backdrop-filter: blur(10px);
  padding: 1.5rem 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0 1.25rem;
  border-inline-end: 1px solid rgba(74, 50, 45, 0.12);
}
.trust-item:last-child { border-inline-end: none; }
.trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
  font-size: 1rem;
}
.trust-text strong {
  display: block;
  font-size: 0.78rem;
  color: var(--brown-dark);
  font-weight: 600;
  margin-bottom: 0.15rem;
}
.trust-text span {
  font-size: 0.65rem;
  color: var(--text-mid);
  line-height: 1.4;
}
html[lang="ar"] .trust-text strong,
html[dir="rtl"] .trust-text strong {
  font-family: var(--font-ar);
  font-size: 0.88rem;
}
html[lang="ar"] .trust-text span,
html[dir="rtl"] .trust-text span {
  font-family: var(--font-ar);
  font-size: 0.75rem;
}

/* ── SECTION HEADERS ── */
.section-eyebrow {
  font-size: 0.58rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  text-align: center;
}
.section-eyebrow::before {
  content: '✦';
  margin-inline-end: 0.5rem;
  font-size: 0.5rem;
  vertical-align: middle;
}
.section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  color: var(--brown-dark);
  text-align: center;
  margin-bottom: 0.65rem;
  line-height: 1.35;
}
html[lang="ar"] .section-heading,
html[dir="rtl"] .section-heading {
  font-family: var(--font-ar-display);
  font-weight: 700;
}
.section-desc {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-mid);
  max-width: 520px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}
html[lang="ar"] .section-desc,
html[dir="rtl"] .section-desc {
  font-family: var(--font-ar);
  font-size: 0.92rem;
}

/* ── SERVICE CARDS (circular) ── */
.services-section {
  padding: 4.5rem 4rem 5.5rem;
  background: linear-gradient(180deg, #FAF6F3 0%, #F5EBE8 100%);
}
.services-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.5rem 0 1.25rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  max-width: 1200px;
  margin: 0 auto;
}
.services-scroll::-webkit-scrollbar { height: 4px; }
.services-scroll::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 4px; }

.service-card-v2 {
  flex: 0 0 min(220px, 76vw);
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 22px;
  padding: 1.35rem 1.15rem 1.15rem;
  border: 1px solid rgba(232, 213, 196, 0.55);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 4px 24px rgba(139, 94, 82, 0.06);
}
.service-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(139, 94, 82, 0.12);
}
.service-card-v2-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 1.1rem;
  overflow: hidden;
  border: 2px solid rgba(201, 169, 110, 0.28);
  background: linear-gradient(145deg, #FFF8F6, #F0DDD8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-card-v2-img--skin   { background: linear-gradient(145deg, #FFF5F2, #EDD5CE); }
.service-card-v2-img--laser  { background: linear-gradient(145deg, #F8F0EC, #E8D0C8); }
.service-card-v2-img--inject { background: linear-gradient(145deg, #FFF8F6, #F2E0DC); }
.service-card-v2-img--glow   { background: linear-gradient(145deg, #FBF3EF, #EDD8D0); }
.svc-visual {
  width: 70%;
  height: 70%;
  border-radius: 8px;
  position: relative;
}
.svc-visual--device {
  background: linear-gradient(180deg, #fff 30%, #E8E8E8);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.svc-visual--device::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 8px;
  background: var(--rose);
  border-radius: 4px;
}
.svc-visual--laser {
  background: linear-gradient(180deg, #fff, #ddd);
  border-radius: 10px 10px 4px 4px;
  width: 50%;
  height: 80%;
}
.svc-visual--syringe {
  width: 20%;
  height: 85%;
  background: linear-gradient(90deg, #ddd, #fff 40%, #ddd);
  border-radius: 2px;
  transform: rotate(-15deg);
}
.svc-visual--syringe::before {
  content: '';
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 12%;
  background: #C9A96E;
  border-radius: 2px;
}
.svc-visual--cream {
  width: 55%;
  height: 75%;
  background: linear-gradient(180deg, #fff, #F2E8E4);
  border-radius: 6px 6px 10px 10px;
  border: 1px solid rgba(201,169,110,0.25);
}
.service-card-v2 h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.12rem;
  color: var(--brown-dark);
  margin-bottom: 0.45rem;
  font-weight: 600;
}
html[lang="ar"] .service-card-v2 h3,
html[dir="rtl"] .service-card-v2 h3 {
  font-family: var(--font-ar-display);
  font-size: 1rem;
}
.service-card-v2 p {
  font-size: 0.7rem;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 0.85rem;
  min-height: 2.4em;
}
html[lang="ar"] .service-card-v2 p,
html[dir="rtl"] .service-card-v2 p {
  font-family: var(--font-ar);
  font-size: 0.78rem;
}
.service-card-v2-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--brown-dark);
  color: var(--brown-dark);
  text-decoration: none;
  transition: all 0.3s ease;
}
html[dir="rtl"] .service-card-v2-link svg { transform: scaleX(-1); }
.service-card-v2-link:hover {
  background: var(--brown-dark);
  color: #fff;
}

/* ── COURSES ── */
.courses-section {
  padding: 5rem 3.5rem;
  background: linear-gradient(180deg, #fff 0%, var(--pink-soft) 100%);
}
.course-card {
  flex: 0 0 min(280px, 85vw);
  scroll-snap-align: start;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(232, 213, 196, 0.6);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.course-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-luxury);
}
.course-card-thumb {
  height: 160px;
  background: linear-gradient(135deg, var(--deep-mocha), var(--rose));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.course-card-thumb::after {
  content: '▶';
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--brown-dark);
  padding-inline-start: 3px;
}
.course-card-body { padding: 1.25rem; }
.course-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.course-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: var(--brown-dark);
  margin-bottom: 0.35rem;
}
html[lang="ar"] .course-card h3,
html[dir="rtl"] .course-card h3 {
  font-family: var(--font-ar-display);
}
.course-card-instructor {
  font-size: 0.72rem;
  color: var(--text-mid);
  margin-bottom: 0.75rem;
}
.course-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(232, 213, 196, 0.5);
}
.course-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  color: var(--brown-dark);
  font-weight: 600;
}
.btn-enroll {
  background: var(--brown-btn);
  color: #fff;
  border: none;
  padding: 0.55rem 1rem;
  border-radius: 50px;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
html[lang="ar"] .btn-enroll,
html[dir="rtl"] .btn-enroll {
  font-family: var(--font-ar);
  font-size: 0.78rem;
  letter-spacing: 0;
}
.btn-enroll:hover { background: var(--mocha); }

.section-cta-row {
  text-align: center;
  margin-top: 2rem;
}

/* ── COMPACT ABOUT ── */
.about-compact {
  padding: 2.5rem 4rem 3.5rem;
  background: #fff;
  border-top: 1px solid rgba(201, 169, 110, 0.15);
}
.about-compact-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #FBF5F3, #F5EBE8);
  border-radius: 20px;
  border: 1px solid rgba(232, 213, 196, 0.5);
}
.about-compact-photo {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 2px solid rgba(201, 169, 110, 0.45);
  box-shadow: 0 6px 18px rgba(74, 50, 45, 0.12);
  background: #fff;
}
.about-compact-badge {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--brown-btn);
  color: var(--gold-light);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-compact-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: var(--brown-dark);
  margin-bottom: 0.35rem;
}
html[lang="ar"] .about-compact-text h2 {
  font-family: var(--font-ar-display);
  font-size: 1.1rem;
}
.about-compact-text p {
  font-size: 0.78rem;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 0.65rem;
}
html[lang="ar"] .about-compact-text p {
  font-family: var(--font-ar);
  font-size: 0.85rem;
}
.btn-outline--sm {
  padding: 0.5rem 1.1rem;
  font-size: 0.65rem;
}
html[lang="ar"] .btn-outline--sm {
  font-size: 0.78rem;
}

.course-appt-block {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: rgba(251, 245, 243, 0.8);
  border: 1px solid rgba(201, 169, 110, 0.3);
}
.course-appt-block h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--brown-dark);
  margin-bottom: 0.35rem;
}
.course-appt-block label {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.65rem;
  color: var(--text-mid);
}
.course-appt-block input,
.course-appt-block select {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(201, 169, 110, 0.25);
  background: #fff;
  font-size: 0.85rem;
}
.course-appointments h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--brown-dark);
  margin-bottom: 0.35rem;
}
.course-appointments .muted {
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

/* ── CART ── */
.nav-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.6);
  color: var(--brown-dark);
  text-decoration: none;
  transition: all 0.3s ease;
}
.nav-cart-btn:hover {
  border-color: var(--gold);
  background: #fff;
}
.nav-cart-count {
  position: absolute;
  top: -4px;
  inset-inline-end: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 50px;
  background: var(--brown-btn);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-cart-count:empty,
.nav-cart-count[data-count="0"] {
  display: none;
}
.cart-page {
  padding: calc(var(--sale-banner-h) + 6rem) 1.5rem 4rem;
  max-width: 960px;
  margin: 0 auto;
}
.cart-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2rem;
  align-items: start;
}
.cart-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cart-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(232, 213, 196, 0.55);
}
.cart-item-name { font-weight: 500; color: var(--brown-dark); font-size: 0.9rem; }
.cart-item-meta { font-size: 0.72rem; color: var(--text-mid); margin-top: 0.2rem; }
.cart-item-price { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--brown-dark); }
.cart-qty {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.cart-qty button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(74, 50, 45, 0.2);
  background: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
.cart-summary {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(232, 213, 196, 0.55);
  padding: 1.5rem;
  position: sticky;
  top: calc(var(--sale-banner-h) + 5rem);
}
.cart-summary h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  color: var(--brown-dark);
  margin-bottom: 1rem;
}
.cart-cod-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(201, 169, 110, 0.12);
  border: 1px solid rgba(201, 169, 110, 0.3);
  border-radius: 12px;
  font-size: 0.78rem;
  color: var(--brown-dark);
  margin-bottom: 1rem;
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brown-dark);
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(232, 213, 196, 0.5);
}
.cart-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-mid);
}
.cart-form label {
  display: block;
  font-size: 0.72rem;
  color: var(--text-mid);
  margin: 0.65rem 0 0.25rem;
}
.cart-form input,
.cart-form textarea {
  width: 100%;
  display: block;
  margin-top: 0.25rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(201, 169, 110, 0.25);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.85rem;
  background: var(--cream);
}
.cart-remove {
  background: none;
  border: none;
  color: var(--text-mid);
  font-size: 0.72rem;
  cursor: pointer;
  text-decoration: underline;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: calc(var(--sale-banner-h) + 7rem) 3.5rem 3.5rem;
  background: linear-gradient(135deg, #FAF3F1, #F0DDD8);
  text-align: center;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--brown-dark);
  margin-bottom: 0.75rem;
}
html[lang="ar"] .page-hero h1,
html[dir="rtl"] .page-hero h1 {
  font-family: var(--font-ar-display);
}
.page-hero p {
  font-size: 0.88rem;
  color: var(--text-mid);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.75;
}
html[lang="ar"] .page-hero p,
html[dir="rtl"] .page-hero p {
  font-family: var(--font-ar);
}

.page-content {
  padding: 4rem 3.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── ABOUT PAGE ── */
.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-page-img {
  aspect-ratio: 3/4;
  border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%;
  background: linear-gradient(135deg, var(--blush), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.about-page-img span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
}
.about-page-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: var(--brown-dark);
  margin-bottom: 1rem;
}
.about-page-text p {
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--text-mid);
  margin-bottom: 1rem;
}
html[lang="ar"] .about-page-text p,
html[dir="rtl"] .about-page-text p {
  font-family: var(--font-ar);
}

/* ── BLOG ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(232, 213, 196, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.blog-card-img {
  height: 180px;
  background: linear-gradient(135deg, var(--pink-soft), var(--rose));
}
.blog-card-body { padding: 1.25rem; }
.blog-card-date {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.blog-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--brown-dark);
  margin-bottom: 0.5rem;
  line-height: 1.35;
}
.blog-card p {
  font-size: 0.78rem;
  color: var(--text-mid);
  line-height: 1.65;
}

/* ── CONTACT ── */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}
.contact-info-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  color: var(--brown-dark);
  margin-bottom: 1rem;
}
.contact-info-block .contact-item { display: flex; gap: 0.75rem; margin-bottom: 1.25rem; }
.contact-info-block .contact-label { font-weight: 500; color: var(--brown-dark); font-size: 0.85rem; }
.contact-info-block .contact-text { font-size: 0.78rem; color: var(--text-mid); }
.contact-map {
  margin-top: 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  background: linear-gradient(135deg, var(--nude), var(--blush));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--text-mid);
  border: 1px solid rgba(201, 169, 110, 0.25);
}
.contact-page-grid .booking-form {
  background: #fff;
  border: 1px solid rgba(232, 213, 196, 0.6);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}
.contact-page-grid .booking-form .form-title-light {
  color: var(--brown-dark) !important;
}
.contact-page-grid .form-group label { color: var(--text-mid); }
.contact-page-grid .form-group input,
.contact-page-grid .form-group select,
.contact-page-grid .form-group textarea {
  background: var(--cream);
  color: var(--text-dark);
  border-color: rgba(201, 169, 110, 0.25);
}
.contact-page-grid .form-group select option { background: #fff; color: var(--text-dark); }


/* ── NAV on landing: transparent over hero ── */
body[data-page="home"] #navbar {
  background: transparent;
}
body[data-page="home"] #navbar.scrolled {
  background: rgba(251, 245, 243, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

/* ── RTL (nav only — hero stays LTR columns) ── */
html[dir="rtl"] #navbar { direction: rtl; }
html[dir="rtl"] .nav-brand { justify-self: end; }
html[dir="rtl"] .nav-actions { justify-self: start; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  #navbar { padding: 1rem 2rem; gap: 1rem; }
  .hero-v2 { padding: calc(var(--sale-banner-h) + 4.5rem) 2rem 2.5rem; gap: 1.5rem; }
  .hero-v2-visual { max-width: min(380px, 40%); min-height: 380px; }
  .services-section { padding: 3.5rem 2rem 4.5rem; }
  .trust-bar { padding: 1.25rem 2rem; }
  .about-compact { padding: 2rem 2rem 3rem; }
}

@media (max-width: 900px) {
  html, body { overflow-x: hidden; }

  #navbar {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: unset !important;
    padding: 0.6rem max(0.85rem, env(safe-area-inset-right)) 0.6rem max(0.85rem, env(safe-area-inset-left));
    padding-top: max(0.6rem, env(safe-area-inset-top));
    gap: 0.45rem;
  }
  .nav-brand {
    grid-column: unset !important;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 10.5rem);
  }
  .nav-tagline { display: none; }
  .nav-logo-text {
    font-size: clamp(0.92rem, 4.2vw, 1.05rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-actions {
    grid-column: unset !important;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin: 0 !important;
  }
  /* Nav links handled by masterpiece.css full-screen overlay */
  .nav-links {
    grid-column: unset !important;
    order: unset !important;
    margin-top: 0 !important;
    border-top: none !important;
  }
  .nav-book-btn span { display: none; }
  .nav-book-btn { padding: 0.5rem; min-width: 40px; min-height: 40px; justify-content: center; }
  .nav-account { display: none; }
  .lang-btn { padding: 0.35rem 0.45rem; min-width: 1.85rem; font-size: 0.52rem; }

  .about-compact { padding: 2rem 1.25rem; }
  .about-compact-inner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1.25rem;
  }
  .about-compact-photo { width: 80px; height: 80px; }
  .cart-grid { grid-template-columns: 1fr; }
  .cart-summary { position: static; }

  .hero-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding: calc(var(--sale-banner-h) + 4.75rem) 1.25rem 2.5rem;
    gap: 1.25rem;
  }
  .hero-v2-content {
    max-width: 100%;
    text-align: center;
    margin-inline: auto;
  }
  html[dir="rtl"] .hero-v2-content,
  html[dir="ltr"] .hero-v2-content {
    text-align: center;
    margin-inline: auto;
  }
  .hero-v2-h1 {
    font-size: clamp(1.85rem, 7.5vw, 2.65rem);
    margin-bottom: 1rem;
  }
  .hero-v2-sub {
    max-width: 100%;
    margin-inline: auto;
    font-size: 0.9rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }
  .hero-v2-btns {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.65rem;
  }
  html[dir="rtl"] .hero-v2-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-v2-btns .btn-brown,
  .hero-v2-btns .btn-outline {
    width: 100%;
    justify-content: center;
    padding: 0.95rem 1.25rem;
  }
  .hero-v2-note {
    justify-content: center;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.5;
  }
  html[dir="rtl"] .hero-v2-note { flex-direction: row; justify-content: center; }
  .hero-v2-visual {
    max-width: min(260px, 72vw);
    min-height: auto;
    margin-top: 0;
    flex: 0 0 auto;
  }
  .hero-v2-portrait {
    max-height: min(300px, 38svh);
    width: 100%;
    object-fit: contain;
  }
  .hero-v2-overlay {
    background: linear-gradient(
      180deg,
      rgba(251, 245, 243, 0.92) 0%,
      rgba(251, 245, 243, 0.72) 45%,
      rgba(251, 245, 243, 0.35) 100%
    );
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
    padding: 1.25rem 1rem;
    gap: 1rem;
  }
  .trust-item {
    border-inline-end: none;
    padding: 0 0.35rem;
    gap: 0.65rem;
  }
  .trust-icon { width: 36px; height: 36px; }

  .services-section {
    padding: 3rem 1.25rem 3.5rem;
  }
  .services-scroll {
    margin-inline: -0.25rem;
    padding-inline: 0.25rem 1.25rem;
  }
  .section-heading {
    font-size: clamp(1.5rem, 5.5vw, 2rem);
    padding-inline: 0.25rem;
  }
  .section-desc { font-size: 0.85rem; margin-bottom: 2rem; }

  .services-section,
  .courses-section,
  .page-content,
  .page-hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-page-grid,
  .contact-page-grid,
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-page-img { max-width: 320px; margin-inline: auto; }

  body[data-page="home"] #navbar.scrolled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 600px) {
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item { justify-content: center; text-align: center; flex-direction: column; }
  .hero-v2 { padding-top: calc(var(--sale-banner-h) + 4.25rem); }
  .hero-v2-portrait { max-height: min(260px, 34svh); }
  .hero-v2-h1 { font-size: clamp(1.65rem, 8vw, 2.2rem); }
  .service-card-v2 { flex: 0 0 min(200px, 82vw); }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
}
