:root {
  --gold: #263b3c;
  --gold-strong: #1d2f30;
  --gold-soft: rgba(38, 59, 60, 0.14);
  --logo-gold-deep: #9c904f;
  --logo-gold: #b6a970;
  --logo-gold-light: #c8ba86;
  --logo-gold-cream: #efe7c0;
  --social-gold: var(--logo-gold);
  --ivory: #f7f9f8;
  --ivory-strong: #e8edec;
  --black: #233537;
  --black-soft: #2b3c3e;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: rgba(35, 53, 55, 0.92);
  --text: #223436;
  --text-light: #f5f7f6;
  --muted: #647473;
  --muted-light: rgba(245, 247, 246, 0.74);
  --border: rgba(38, 59, 60, 0.18);
  --line: rgba(38, 59, 60, 0.18);
  --shadow: 0 18px 48px rgba(27, 41, 43, 0.12);
  --shadow-lg: 0 28px 80px rgba(27, 41, 43, 0.2);
  --radius: 30px;
  --container: 1240px;
  --nav-h: 88px;
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Tajawal", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at top left, rgba(38, 59, 60, 0.16), transparent 30%),
    linear-gradient(180deg, #fbfcfc 0%, #eef2f1 44%, #f7f9f8 100%);
  overflow-x: hidden;
}
body[dir="ltr"], html[dir="ltr"] body { font-family: "Outfit", "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { border: 0; background: transparent; cursor: pointer; }
/* h1, h2, h3, h4, p { margin: 0; } */
h1, h2, h3, h4 { font-family: "Tajawal", "Segoe UI", sans-serif; }
body[dir="ltr"] h1,
body[dir="ltr"] h2,
body[dir="ltr"] h3,
body[dir="ltr"] h4 { font-family: "Outfit", "Segoe UI", sans-serif; }
h1, h2, h3, h4, p, li, small, label, .lead, .muted, .brand-title, .brand-subtitle, .footer-links a {
  overflow-wrap: anywhere;
}
h1 { font-size: clamp(2.3rem, 5.4vw, 4.2rem); line-height: 1.04; }
h2 { font-size: clamp(1.85rem, 3.7vw, 3rem); line-height: 1.12; }
h3 { font-size: 1.22rem; line-height: 1.25; }
h4 { font-size: 1.05rem; line-height: 1.35; }
body[dir="rtl"] {
  font-size: 1.02rem;
  line-height: 1.85;
  font-family: "Tajawal", "Segoe UI", sans-serif;
}
body[dir="rtl"] h1 {
  font-size: clamp(2.15rem, 4.9vw, 3.95rem);
  line-height: 1.22;
  text-wrap: balance;
}
body[dir="rtl"] h2 {
  font-size: clamp(1.72rem, 3.35vw, 2.72rem);
  line-height: 1.28;
  text-wrap: balance;
}
body[dir="rtl"] h3 {
  font-size: 1.16rem;
  line-height: 1.5;
}
body[dir="rtl"] h4 {
  font-size: 1.02rem;
  line-height: 1.6;
}
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] p,
body[dir="rtl"] li,
body[dir="rtl"] label,
body[dir="rtl"] input,
body[dir="rtl"] textarea,
body[dir="rtl"] select,
body[dir="rtl"] small,
body[dir="rtl"] .muted,
body[dir="rtl"] .brand-title,
body[dir="rtl"] .brand-subtitle,
body[dir="rtl"] .display-name,
body[dir="rtl"] .section-kicker,
body[dir="rtl"] .eyebrow-light,
body[dir="rtl"] .btn,
body[dir="rtl"] .meta-pill {
  font-family: "Tajawal", "Segoe UI", sans-serif;
}
body[dir="rtl"] p,
body[dir="rtl"] li,
body[dir="rtl"] label,
body[dir="rtl"] input,
body[dir="rtl"] textarea,
body[dir="rtl"] select,
body[dir="rtl"] small,
body[dir="rtl"] .muted {
  line-height: 1.9;
}
.ui-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.ui-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-whatsapp {
  width: 1.14rem;
  height: 1.14rem;
}
.icon-whatsapp svg {
  transform: translateY(0.01em);
}
.btn-icon .icon-whatsapp,
.btn-dark .icon-whatsapp,
.social-chip .icon-whatsapp,
.contact-icon .icon-whatsapp {
  width: 1.18rem;
  height: 1.18rem;
}
html[dir="rtl"] .icon-arrow-right { transform: scaleX(-1); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 108px 0; position: relative; }
.section[id] { scroll-margin-top: calc(var(--nav-h) + 28px); }
.section-page { padding-top: 84px; }
.section-head {
  max-width: 820px;
  margin-bottom: 34px;
  display: grid;
  gap: 10px;
}
.section-head.compact { margin-bottom: 26px; }
.section-kicker,
.eyebrow-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--gold-soft);
  border: 1px solid rgba(65, 89, 91, 0.25);
  /* color: var(--gold-strong); */
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
body[dir="rtl"] .section-kicker,
body[dir="rtl"] .eyebrow-light {
  font-size: 0.88rem;
  letter-spacing: 0;
  padding: 10px 18px;
}
.lead {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: var(--muted);
  max-width: 66ch;
}
body[dir="rtl"] .lead {
  font-size: clamp(1.04rem, 1.45vw, 1.18rem);
  max-width: 58ch;
}
.muted { color: var(--muted); }
.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.btn {
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 18px;
  font-weight: 800;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
body[dir="rtl"] .btn {
  font-size: 1rem;
  line-height: 1.35;
}
.btn:hover { transform: translateY(-2px); }
.btn span {
  white-space: normal;
  text-align: center;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #355051 0%, #263b3c 100%);
  box-shadow: 0 16px 36px rgba(38, 59, 60, 0.28);
}
.btn-dark {
  color: #fff;
  background: linear-gradient(135deg, #314345 0%, #233537 100%);
  box-shadow: 0 16px 36px rgba(35, 53, 55, 0.26);
}
.btn-light {
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(38, 59, 60, 0.24);
}
.achievement-link {
  min-height: 48px;
  padding-inline: 18px;
}
.btn-icon { min-width: 52px; padding-inline: 0; }
.meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(38, 59, 60, 0.2);
  color: var(--text);
  font-weight: 700;
}
body[dir="rtl"] .meta-pill {
  font-size: 0.96rem;
  min-height: 40px;
}
.icon-badge {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(38, 59, 60, 0.16), rgba(38, 59, 60, 0.06));
  /* color: var(--gold-strong); */
  margin-bottom: 18px;
}
.icon-badge .ui-icon { width: 1.4rem; height: 1.4rem; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(35, 53, 55, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(38, 59, 60, 0.16);
}
.nav {
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex-shrink: 0;
}
.brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  /* background: linear-gradient(180deg, #314345, #233537); */
  color: var(--gold);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}
.brand-mark-image {
  /* background: radial-gradient(circle at center, rgba(255, 250, 241, 1) 0 100%, rgba(255, 250, 241, 0) 100%); */
  overflow: hidden;
  padding: 0;
  box-shadow: none;
}
.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}
.brand-text {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.brand-title {
  color: var(--text-light);
  font-weight: 800;
  font-size: 0.94rem;
  line-height: 1.2;
}
.brand-title,
.brand-subtitle { font-family: "Tajawal", "Segoe UI", sans-serif; }
body[dir="ltr"] .brand-title,
body[dir="ltr"] .brand-subtitle { font-family: "Outfit", "Segoe UI", sans-serif; }
.brand-subtitle {
  color: rgba(247, 240, 228, 0.64);
  font-size: 0.76rem;
  line-height: 1.2;
  margin-top: 2px;
}
body[dir="rtl"] .brand-title {
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
body[dir="rtl"] .brand-subtitle {
  font-size: 0.72rem;
  line-height: 1.24;
  color: rgba(247, 240, 228, 0.68);
}
body[dir="rtl"] .brand {
  gap: 12px;
  max-width: 348px;
}
body[dir="rtl"] .brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 17px;
}
body[dir="rtl"] .brand-text {
  max-width: 278px;
  text-align: start;
}
.nav-links {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 16px;
  min-width: 0;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: rgba(247, 240, 228, 0.8);
  font-weight: 700;
  font-size: 0.92rem;
  position: relative;
}
body[dir="rtl"] .nav-links a {
  font-size: 0.98rem;
}
.nav-links a::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .24s ease;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.lang-switch,
.nav-toggle {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(38, 59, 60, 0.18);
  color: var(--text-light);
}
.nav-toggle { display: none; }
.nav-toggle.is-open {
  background: rgba(255, 250, 241, 0.12);
  border-color: rgba(255, 250, 241, 0.42);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}
.mobile-menu {
  position: fixed;
  top: var(--nav-h);
  inset-inline: 0;
  bottom: 0;
  padding: 14px;
  background: rgba(9, 16, 17, 0.26);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}
.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mobile-menu-panel {
  width: min(100%, 560px);
  margin-inline: auto;
  max-height: calc(100dvh - var(--nav-h) - 18px);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(35, 53, 55, 0.97), rgba(28, 45, 46, 0.98));
  border: 1px solid rgba(255, 250, 241, 0.08);
  box-shadow: 0 28px 58px rgba(4, 8, 9, 0.34);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px) scale(0.985);
  transition: opacity .24s ease, transform .24s ease;
}
.mobile-menu.open .mobile-menu-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.mobile-menu-inner {
  width: auto;
  margin: 0;
  padding: 16px 16px calc(18px + env(safe-area-inset-bottom, 0px));
  display: grid;
  gap: 18px;
  max-height: inherit;
  overflow-y: auto;
}
.mobile-menu-section {
  display: grid;
  gap: 10px;
}
.mobile-menu-label {
  display: inline-flex;
  align-items: center;
  padding-inline: 6px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mobile-menu-list {
  display: grid;
  gap: 10px;
}
.mobile-menu-link {
  min-height: 60px;
  padding: 14px 16px 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 22px;
  color: var(--text-light);
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.06), rgba(255, 250, 241, 0.03));
  border: 1px solid rgba(255, 250, 241, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.mobile-menu-link:hover,
.mobile-menu-link:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.08), rgba(255, 250, 241, 0.05));
  border-color: rgba(196, 155, 78, 0.22);
}
.mobile-menu-link-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.mobile-menu-link strong {
  color: #f8f4eb;
  font-size: 1rem;
  line-height: 1.25;
}
.mobile-menu-link small {
  color: rgba(247, 240, 228, 0.58);
  font-size: 0.78rem;
  line-height: 1.4;
}
.mobile-menu-link-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 250, 241, 0.07);
  border: 1px solid rgba(255, 250, 241, 0.06);
  color: var(--gold);
}
.mobile-menu-primary .mobile-menu-link {
  min-height: 56px;
  justify-content: flex-start;
}
.mobile-menu-primary .mobile-menu-link strong {
  font-size: 1.02rem;
}
.mobile-menu-link.is-primary {
  background: linear-gradient(135deg, rgba(196, 155, 78, 0.24), rgba(68, 89, 90, 0.28));
  border-color: rgba(196, 155, 78, 0.24);
}
.mobile-menu-link.is-subtle {
  background: rgba(255, 250, 241, 0.03);
}
body[dir="rtl"] .mobile-menu-label {
  letter-spacing: 0.02em;
}
body[dir="rtl"] .mobile-menu-link {
  text-align: start;
}
.hero-home {
  padding: 72px 0 98px;
  overflow: clip;
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(38, 59, 60, 0.18), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(38, 59, 60, 0.12), transparent 26%);
  pointer-events: none;
}
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: center;
}
.hero-copy {
  display: grid;
  gap: 20px;
}
.hero-identity-card {
  display: grid;
  gap: 10px;
  padding: 22px 24px;
  border-radius: 26px;
  max-width: 760px;
  background: radial-gradient(circle at 15% 18%, rgba(38, 59, 60, 0.18), transparent 24%), linear-gradient(180deg, #314345 0%, #233537 100%);
  border: 1px solid rgba(245, 247, 246, 0.12);
  box-shadow: 0 22px 54px rgba(18, 28, 29, 0.18);
}
.hero-identity-card .section-kicker {
  margin-bottom: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(245, 247, 246, 0.86);
}
.hero-prefix {
  margin: 0;
  color: rgba(245, 247, 246, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  line-height: 1.2;
}
.hero-role {
  margin: 0;
  color: rgba(245, 247, 246, 0.84);
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: none;
}
.hero-home .display-name {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  color: var(--text-light);
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
  font-size: clamp(1.95rem, 2.6vw, 2.75rem);

}
html[dir="rtl"] .hero-identity-card {
  padding: 24px 26px;
}
html[dir="rtl"] .hero-prefix {
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}
html[dir="rtl"] .hero-home .display-name {
  font-size: clamp(1.85rem, 2.5vw, 2.6rem);
  line-height: 1.18;
  white-space: normal;
  text-wrap: balance;
  letter-spacing: -0.02em;
}
.display-name-latin {
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: rgba(245, 247, 246, 0.84);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-brief {
  margin: 0;
  font-size: clamp(2.25rem, 2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.5;
  max-width: 24ch;
}
html[dir="rtl"] .hero-role {
  font-size: clamp(0.82rem, 0.95vw, 0.9rem);
  line-height: 1.55;
  font-weight: 500;
  max-width: none;
  white-space: normal;
}
html[dir="rtl"] .hero-brief {
  line-height: 1.75;
  max-width: 22ch;
}
.hero-lead {
  margin: 0;
  font-size: clamp(1.02rem, 1.4vw, 1.14rem);
  color: var(--muted);
  max-width: 58ch;
}
html[dir="rtl"] .hero-lead {
  font-size: clamp(1.04rem, 1.32vw, 1.14rem);
  max-width: 54ch;
}
.hero-tags,
.hero-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-socials {
  margin: 0;
  width: 100%;
  justify-content: flex-start;
  justify-self: stretch;
}
html[dir="rtl"] .hero-socials {
  direction: ltr;
}
.hero-socials .social-chip {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(256deg, #f3e8bc 0%, #d5c589 28%, #a5985e 62%, #887a3d 100%);
  border: 1px solid rgba(239, 231, 192, 0.78);
  color: #223436;
  box-shadow: 0 10px 22px rgba(18, 28, 29, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.hero-socials .social-chip:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #f8efd1 0%, #dccb88 28%, #bea95a 60%, #7d6f34 100%);
  border-color: rgba(247, 241, 216, 0.92);
  color: #1d2f30;
  box-shadow: 0 14px 28px rgba(18, 28, 29, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}
.hero-socials .ui-icon {
  width: 0.84rem;
  height: 0.84rem;
}
.hero-socials .social-chip .icon-whatsapp {
  width: 0.98rem;
  height: 0.98rem;
}
.hero-slider-shell {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  min-width: 0;
}
.hero-slider {
  position: relative;
  width: min(100%, var(--slider-width, 100%));
  height: var(--slider-height, clamp(460px, 54vw, 668px));
  transition: height .38s ease;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
body[dir="rtl"] .hero-slider,
body[dir="rtl"] .slider-track,
body[dir="rtl"] .slider-dots {
  direction: ltr;
}
body[dir="rtl"] .hero-slide-overlay {
  background:
    linear-gradient(180deg, rgba(35, 53, 55, 0.04), rgba(35, 53, 55, 0.18)),
    radial-gradient(circle at 18% 18%, rgba(38, 59, 60, 0.12), transparent 24%);
}
.slider-track {
  position: relative;
  height: 100%;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s ease;
  /* background: linear-gradient(180deg, #213433 0%, #263b3c 100%); */
  isolation: isolate;
}
.hero-slide-media-bg,
.hero-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-slide-media-bg {
  background-image: var(--slide-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.08);
  filter: blur(22px) saturate(0.9);
  opacity: 0.32;
}
.hero-slide-image {
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
.hero-slide.is-active { opacity: 1; }
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(8, 6, 5, 0.04), rgba(8, 6, 5, 0.18)),
    radial-gradient(circle at 82% 18%, rgba(38, 59, 60, 0.12), transparent 24%);
}
.hero-slide-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 8px;
  border-radius: 30px;
  padding: 22px 24px;
  box-shadow: 0 20px 48px rgba(18, 12, 8, 0.18);
}
.hero-slide-card strong {
  font-size: 1.18rem;
  line-height: 1.45;
}
.hero-slide-card span {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}
body[dir="rtl"] .hero-slide-card strong {
  font-size: 1.14rem;
  line-height: 1.7;
}
body[dir="rtl"] .hero-slide-card span {
  font-size: 0.96rem;
  line-height: 1.8;
}
.hero-slide-card-top {
  inset-inline-end: 34px;
  top: 34px;
  max-width: 330px;
  background: rgba(251, 248, 242, 0.96);
  border: 1px solid rgba(38, 59, 60, 0.18);
}
.hero-slide-card-bottom {
  inset-inline-start: 34px;
  bottom: 132px;
  max-width: 360px;
  background: rgba(251, 248, 242, 0.94);
  border: 1px solid rgba(38, 59, 60, 0.18);
}
.hero-slide-bars {
  display: grid;
  gap: 10px;
}
.hero-slide-bars span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5f94ef 0%, #84abf0 66%, #d9e2f1 66%, #d9e2f1 100%);
}
.hero-slide-bars span:nth-child(1) { width: 84%; }
.hero-slide-bars span:nth-child(2) { width: 70%; }
.hero-slide-bars span:nth-child(3) { width: 88%; }
.hero-slide-copy {
  position: absolute;
  inset-inline: 34px;
  bottom: 32px;
  z-index: 1;
  display: grid;
  gap: 10px;
  color: #fff;
  max-width: min(520px, 100%);
}
.hero-slide-copy h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.hero-slide-copy p { color: rgba(255,255,255,0.82); }
.slider-dots {
  position: absolute;
  inset-inline: 24px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.34);
}
.slider-dot.is-active { background: var(--gold); }
.hero-side-card {
  padding: 26px 28px;
  background: rgba(255, 248, 238, 0.96);
  margin-top: -116px;
  margin-inline-start: 28px;
  max-width: 370px;
  position: relative;
  z-index: 4;
}
.hero-side-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}
body[dir="rtl"] .hero-side-card strong {
  font-size: 1.12rem;
  line-height: 1.7;
}
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 30px;
  align-items: start;
}
.achievement-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.content-panel,
.page-panel,
.contact-panel,
.contact-form-panel { padding: 34px; }
.about-body,
.subsection-grid { display: grid; gap: 18px;     margin-top: 28px;}
.about-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}
.info-card,
.study-card,
.treatment-card,
.review-card,
.metric-card,
.video-side-card,
.insurance-card {
  padding: 24px;
}
.info-card {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(251,247,239,0.92));
  border: 1px solid rgba(65, 89, 91, 0.18);
}
.prose-block { margin-top: 22px; }
.prose-block p + p,
.prose-block ul + p,
.prose-block p + ul { margin-top: 14px; }
.prose-block ul { padding-inline-start: 20px; }
.visual-panel { position: sticky; top: calc(var(--nav-h) + 26px); }
.portrait-frame {
  overflow: hidden;
  min-height: clamp(360px, 46vw, 560px);
  position: relative;
}
.portrait-brand-fallback {
  overflow: hidden;
  min-height: clamp(360px, 46vw, 560px);
  position: relative;
}
.portrait-frame img,
.achievement-thumb img,
.insurance-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portrait-frame::after,
.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.68));
}
.portrait-brand-fallback {
  --fallback-image: none;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(35, 53, 55, 0.26), rgba(35, 53, 55, 0.9)),
    linear-gradient(180deg, #314345 0%, #233537 100%);
}
.portrait-brand-fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(38, 59, 60, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(38, 59, 60, 0.06), transparent 42%);
}
.portrait-brand-fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--fallback-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.14;
  filter: saturate(0.72) contrast(1.06);
}
.portrait-brand-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto auto auto;
  gap: 12px;
  padding: 34px;
  color: #fff;
}
.portrait-brand-fallback .section-kicker {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--gold);
}
.portrait-brand-inner h3 {
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}
.portrait-brand-inner p {
  color: rgba(247, 240, 228, 0.86);
  max-width: 28ch;
}
.brand-mark-xl {
  width: clamp(104px, 11vw, 136px);
  height: clamp(104px, 11vw, 136px);
  border-radius: 30px;
  align-self: start;
  justify-self: center;
}
.brand-mark-xl.brand-mark-image {
  padding: 12px;
  background: rgba(255, 250, 241, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
.portrait-copy {
  position: absolute;
  inset-inline: 24px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
  display: grid;
  gap: 8px;
}
.achievement-shell { align-items: start; }
.achievement-track {
  display: grid;
  gap: 24px;
  min-width: 0;
}
.achievement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
body[dir="rtl"] .achievement-grid {
  direction: rtl;
}
body[dir="rtl"] .achievement-card,
body[dir="rtl"] .achievement-copy {
  direction: rtl;
}
.achievement-card {
  width: auto;
  height: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}
.achievement-card .btn-row {
  margin-top: auto;
}
.achievement-thumb {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 0;
}
.achievement-copy {
  display: grid;
  gap: 8px;
  align-content: start;
}
.achievement-copy .btn-row {
  margin-top: 12px;
}
.achievement-copy h3 {
  margin: 0;
}
.achievement-copy .muted {
  margin: 0;
}
.achievement-grid-page {
  margin-top: 8px;
}
.achievement-value {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--gold-strong);
}
.achievement-value-lg {
  font-size: clamp(1.28rem, 1.85vw, 1.58rem);
}
.study-grid,
.treatment-grid,
.metric-grid,
.insurance-grid {
  display: grid;
  gap: 22px;
}
.study-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.treatment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
.metric-grid { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.insurance-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.study-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.study-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-strong);
  font-size: .82rem;
  font-weight: 700;
}
body[dir="rtl"] .study-meta span {
  font-size: .88rem;
}
.treatment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at top left, rgba(38, 59, 60, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 248, 0.92));
  border: 1px solid rgba(38, 59, 60, 0.12);
  box-shadow: 0 22px 52px rgba(27, 41, 43, 0.1);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.treatment-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(38, 59, 60, 0.95), rgba(38, 59, 60, 0.18));
}
.treatment-card::after {
  content: "";
  position: absolute;
  inset-inline-end: -34px;
  bottom: -36px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 59, 60, 0.12), transparent 70%);
  z-index: -1;
}
.treatment-card .icon-badge {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(38, 59, 60, 0.16), rgba(38, 59, 60, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.treatment-card .icon-badge .ui-icon {
  width: 1.6rem;
  height: 1.6rem;
}
.treatment-card h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.42;
}
.treatment-card .muted {
  margin: 0;
  color: #5f706f;
  font-size: 0.98rem;
  line-height: 1.85;
}
.treatment-card .btn-row {
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}
.treatment-card .btn {
  flex: 1 1 180px;
  width: 100%;
  min-height: 52px;
  padding-inline: 18px;
}
.treatment-card .btn-light {
  background: rgba(255, 255, 255, 0.94);
}
body[dir="rtl"] .treatment-card h3 {
  font-size: 1.24rem;
  line-height: 1.62;
}
body[dir="rtl"] .treatment-card .muted {
  font-size: 1rem;
  line-height: 1.9;
}
.treatment-card:hover,
.review-card:hover,
.metric-card:hover,
.insurance-card:hover,
.video-side-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.section-videos {
  background:
    radial-gradient(circle at 88% 14%, rgba(38, 59, 60, 0.14), transparent 24%),
    linear-gradient(180deg, #2c3e40 0%, #233537 100%);
  color: #fff;
}
.section-videos .lead,
.section-videos .muted,
.section-videos p { color: var(--muted-light); }
.section-videos .section-kicker { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.1);  }
.video-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: 24px;
  align-items: start;
}
.featured-video,
.video-side-card {
  background: rgba(255, 250, 241, 0.08);
  border-color: rgba(38, 59, 60, 0.18);
}
.featured-video { padding: 24px; }
.video-stack { display: grid; gap: 18px; }
.video-frame,
.video-thumb {
  border-radius: 24px;
  overflow: hidden;
  background: #000;
}
.video-frame iframe,
.video-frame video,
.video-thumb iframe,
.video-thumb video {
  width: 100%;
  border: 0;
  display: block;
}
.video-frame iframe { min-height: 390px; }
.video-thumb iframe { min-height: 190px; }
.video-frame video { min-height: 390px; object-fit: cover; }
.video-thumb video { min-height: 190px; object-fit: cover; }
.featured-video-copy { display: grid; gap: 12px; padding-top: 18px; }
.achievement-detail-layout {
  align-items: start;
}
.achievement-detail-actions {
  margin-top: 0;
}
.achievement-detail-side {
  display: grid;
  gap: 18px;
}
.achievement-detail-frame {
  min-height: clamp(340px, 42vw, 500px);
}
.achievement-media-card {
  padding: 24px;
  display: grid;
  gap: 16px;
}
.achievement-media-card .section-kicker {
  margin-bottom: 0;
}
.achievement-detail-video {
  aspect-ratio: 16 / 9;
}
.achievement-detail-video iframe,
.achievement-detail-video video {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
}
.carousel-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}
/* .section-reviews .section-head,
.section-stories .section-head {
  margin-inline: auto;
  text-align: center;
} */
/* .section-reviews .section-kicker,
.section-stories .section-kicker,
.section-reviews .lead,
.section-stories .lead {
  margin-inline: auto;
} */
.section-reviews .carousel-viewport,
.section-stories .carousel-viewport {
  padding-block: 8px;
}
.carousel-btn {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(38, 59, 60, 0.22);
  color: var(--text);
  box-shadow: var(--shadow);
}
.carousel-btn .icon-arrow-right { transform: none; }
.carousel-btn[data-carousel-prev] .icon-arrow-right { transform: scaleX(-1); }
html[dir="rtl"] .carousel-btn[data-carousel-prev] .icon-arrow-right { transform: none; }
html[dir="rtl"] .carousel-btn[data-carousel-next] .icon-arrow-right { transform: scaleX(-1); }
.carousel-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-track {
  display: flex;
  gap: 24px;
}
.carousel-track > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.review-card {
  width: min(360px, calc(100vw - 110px));
  display: grid;
  gap: 16px;
}
.review-stars {
  display: flex;
  gap: 6px;
  color: var(--gold-strong);
}
.quote-badge {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--gold-soft);
  color: var(--gold-strong);
}
.review-meta {
  display: grid;
  gap: 2px;
}
.review-meta span { color: var(--muted); font-size: .92rem; }
body[dir="rtl"] .review-card,
body[dir="rtl"] .story-card,
body[dir="rtl"] .treatment-card,
body[dir="rtl"] .metric-card,
body[dir="rtl"] .study-card,
body[dir="rtl"] .insurance-card,
body[dir="rtl"] .achievement-card,
body[dir="rtl"] .contact-item,
body[dir="rtl"] .info-card {
  text-align: right;
}
body[dir="rtl"] .review-meta span {
  font-size: .96rem;
}
.story-card {
  position: relative;
  width: min(410px, calc(100vw - 110px));
  min-height: clamp(320px, 34vw, 420px);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  background-image: var(--story-image);
  background-size: cover;
  background-position: center;
}
.story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,6,5,0.14), rgba(8,6,5,0.82));
}
.story-copy {
  position: absolute;
  inset-inline: 24px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
  display: grid;
  gap: 8px;
}
.section-insurance {
  background: linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,255,255,0.95));
}
.insurance-card {
  min-height: 170px;
  display: grid;
  place-items: center;
  gap: 14px;
  text-align: center;
}
.insurance-card img {
  width: auto;
  max-width: 140px;
  max-height: 70px;
  object-fit: contain;
}
.insurance-fallback {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(38, 59, 60, 0.16), rgba(38, 59, 60, 0.05));
  color: var(--gold-strong);
  font-weight: 800;
  font-size: 1.5rem;
}
.section-statistics {
  background:
    radial-gradient(circle at 15% 18%, rgba(38, 59, 60, 0.18), transparent 24%),
    linear-gradient(180deg, #314345 0%, #233537 100%);
  color: #fff;
}
.section-statistics .lead,
.section-statistics .muted,
.section-statistics p { color: var(--muted-light); }
.section-statistics .section-kicker { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.1);  }
.section-statistics .metric-card {
  background: rgba(255, 250, 241, 0.08);
  border-color: rgba(38, 59, 60, 0.18);
}
.metric-value {
  display: block;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
  margin-bottom: 12px;
  color: #fff;
}
.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr) minmax(320px, .9fr);
  gap: 24px;
  align-items: start;
}
.contact-shell-page {
  align-items: stretch;
}
.contact-shell-page > .contact-panel,
.contact-shell-page > .contact-form-panel,
.contact-shell-page > .map-frame {
  height: 100%;
}
.contact-list {
  display: grid;
  gap: 14px;
}
.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(38, 59, 60, 0.16);
}
.contact-item span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.contact-item small { color: var(--muted); font-size: .9rem; }
body[dir="rtl"] .contact-item small {
  font-size: .96rem;
}
body[dir="rtl"] .form-control {
  font-size: 1rem;
}
.contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(38, 59, 60, 0.18), rgba(38, 59, 60, 0.06));
  color: var(--gold-strong);
}
.form-grid { display: grid; gap: 16px; }
.contact-form-grid,
.booking-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field {
  display: grid;
  gap: 8px;
}
.form-field-full,
.contact-form-actions { grid-column: 1 / -1; }
.form-control {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(38, 59, 60, 0.18);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
}
.form-control:focus {
  outline: none;
  border-color: rgba(38, 59, 60, 0.4);
  box-shadow: 0 0 0 4px rgba(38, 59, 60, 0.12);
}
textarea.form-control {
  min-height: 170px;
  resize: vertical;
}
.contact-form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-form-actions .btn {
  flex: 1 1 220px;
}
.map-frame {
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(38, 59, 60, 0.18);
  box-shadow: var(--shadow);
  background: #fff;
}
.map-frame iframe {
  width: 100%;
  min-height: 420px;
  height: 420px;
  border: 0;
  display: block;
}
.contact-page-map {
  min-height: 560px;
}
.contact-page-map iframe {
  min-height: 560px;
  height: 560px;
}
.page-panel { max-width: 860px; margin-inline: auto; }
.narrow-shell { max-width: 860px; }
.prose-block,
.content-html {
  min-width: 0;
}
.prose-block img,
.prose-block iframe,
.prose-block video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 22px;
  display: block;
  overflow: hidden;
}
.prose-block iframe,
.prose-block video {
  aspect-ratio: 16 / 9;
  background: #101918;
}
.alert {
  padding: 16px 18px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.alert-success {
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
  border: 1px solid rgba(22, 163, 74, 0.2);
}
.alert-error {
  background: rgba(220, 38, 38, 0.12);
  color: #991b1b;
  border: 1px solid rgba(220, 38, 38, 0.2);
}
.social-chip {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(38, 59, 60, 0.18);
  color: var(--social-gold);
  transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.footer-socials { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.footer-socials .social-chip {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--social-gold);
}
.footer-socials .social-chip:hover {
  background: rgba(255, 255, 255, 0.16);
}
.back-to-top {
  position: fixed;
  inset-inline-end: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #355051, #263b3c);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 1250;
  box-shadow: 0 14px 30px rgba(38, 59, 60, 0.28);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
footer {
  position: relative;
  padding: 92px 0 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(38, 59, 60, 0.18), transparent 24%),
    linear-gradient(180deg, #314345 0%, #233537 100%);
  border-top: 1px solid rgba(38, 59, 60, 0.14);
  color: #fff;
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.52));
  pointer-events: none;
}
footer.footer-has-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--footer-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
footer.footer-has-custom-media::after {
  background-size: cover;
  opacity: .16;
}
footer.footer-has-logo-media::after {
  background-size: clamp(320px, 34vw, 560px) auto;
  background-position: center 54%;
  opacity: .22;
}
footer .container { position: relative; z-index: 1; }
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}
.footer-links {
  display: grid;
  gap: 12px;
  color: rgba(247, 240, 228, 0.78);
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
footer h3 { margin-bottom: 16px; }
footer .brand-subtitle,
footer .muted,
footer p { color: rgba(247, 240, 228, 0.72); }
.copyright {
  padding-top: 22px;
  border-top: 1px solid rgba(38, 59, 60, 0.16);
  color: rgba(247, 240, 228, 0.64);
  font-size: .95rem;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 10px)); }
}

@media (max-width: 1180px) {
  .section-page {
    padding-top: 72px;
  }
  .hero-shell,
  .split-layout,
  .achievement-shell,
  .video-showcase,
  .contact-shell {
    grid-template-columns: 1fr;
  }
  .topbar .brand-subtitle {
    display: none;
  }
  .topbar .brand {
    max-width: min(52vw, 420px);
  }
  body[dir="rtl"] .topbar .brand {
    max-width: min(52vw, 400px);
  }
  .nav-links {
    gap: 12px;
  }
  .visual-panel { position: static; }
  .contact-page-map {
    min-height: 420px;
  }
  .contact-page-map iframe {
    min-height: 420px;
    height: 420px;
  }
  .footer-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
}

@media (max-width: 980px) {
  :root { --nav-h: 76px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav-links,
  .nav-book-btn,
  .nav-actions .btn-icon { display: none; }
  .topbar .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 68px);
  }
  .topbar .brand-title {
    font-size: 0.92rem;
  }
  .nav-toggle { display: inline-grid; }
  .hero-slider {
    width: min(100%, var(--slider-width, 100%));
    height: var(--slider-height, clamp(420px, 60vw, 560px));
  }
  .hero-side-card {
    margin-top: -60px;
    max-width: 340px;
  }
}

@media (max-width: 760px) {
  .section { padding: 82px 0; }
  h1 { font-size: clamp(2rem, 10vw, 3rem); }
  h2 { font-size: clamp(1.62rem, 7vw, 2.22rem); }
  .hero-home .display-name { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .hero-copy { gap: 16px; }
  .hero-identity-card {
    gap: 12px;
    padding: 22px 20px;
    border-radius: 28px;
  }
  html[dir="rtl"] h1 { font-size: clamp(1.9rem, 9.2vw, 2.7rem); }
  html[dir="rtl"] h2 { font-size: clamp(1.56rem, 6.7vw, 2.08rem); }
  html[dir="rtl"] .hero-prefix {
    font-size: clamp(1.16rem, 5vw, 1.46rem);
  }
  html[dir="rtl"] .hero-home .display-name {
    font-size: clamp(1.72rem, 6.7vw, 2.34rem);
    white-space: nowrap;
  }
  .display-name-latin {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
  .hero-brief { font-size: 1.14rem; }
  html[dir="rtl"] .hero-role,
  html[dir="rtl"] .hero-lead,
  html[dir="rtl"] .lead,
  html[dir="rtl"] .btn {
    font-size: 0.98rem;
  }
  html[dir="rtl"] .hero-role {
    font-size: clamp(0.76rem, 2.05vw, 0.88rem);
    white-space: nowrap;
  }
  html[dir="rtl"] .hero-brief {
    font-size: 1.08rem;
    max-width: 100%;
  }
  html[dir="rtl"] .section-kicker,
  html[dir="rtl"] .meta-pill {
    font-size: 0.9rem;
  }
  .hero-socials .social-chip {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }
  .mobile-menu {
    padding: 12px;
  }
  .mobile-menu-panel {
    border-radius: 24px;
    max-height: calc(100dvh - var(--nav-h) - 16px);
  }
  .mobile-menu-inner {
    padding: 14px 14px calc(18px + env(safe-area-inset-bottom, 0px));
    gap: 16px;
  }
  .mobile-menu-link {
    min-height: 58px;
    border-radius: 20px;
  }
  .study-grid,
  .treatment-grid,
  .metric-grid,
  .insurance-grid,
  .about-body,
  .contact-form-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    align-items: start;
  }
  .footer-brand-column,
  .footer-contact-column {
    grid-column: 1 / -1;
  }
  .footer-nav-column,
  .footer-actions-column {
    min-width: 0;
  }
  .hero-slider-shell {
    gap: 14px;
  }
  .hero-slider {
    width: 100%;
    height: var(--slider-height, auto);
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 26px;
  }
  .hero-slide-media-bg {
    background-position: center 35%;
  }
  .hero-slide-image {
    object-position: center 35%;
  }
  .slider-dots {
    inset-inline: 0;
    bottom: 14px;
    justify-content: center;
    gap: 8px;
  }
  .slider-dot {
    width: 10px;
    height: 10px;
  }
  .hero-slide-card {
    max-width: calc(100% - 40px);
    padding: 18px 20px;
    border-radius: 24px;
  }
  .hero-slide-card-top { top: 18px; inset-inline-end: 20px; }
  .hero-slide-card-bottom { bottom: 112px; inset-inline-start: 20px; }
  .hero-side-card {
    margin: 14px 0 0;
    max-width: none;
  }
  .hero-slide-copy,
  .portrait-copy,
  .story-copy { inset-inline: 20px; bottom: 20px; }
  .portrait-brand-inner { padding: 26px 20px; }
  .content-panel,
  .page-panel,
  .contact-panel,
  .contact-form-panel,
  .treatment-card,
  .featured-video,
  .video-side-card,
  .review-card,
  .metric-card,
  .insurance-card {
    padding: 22px;
  }
  .achievement-card {
    width: auto;
    padding: 18px;
  }
  .contact-item {
    padding: 16px;
  }
  .achievement-detail-frame {
    min-height: 360px;
  }
  .achievement-media-card {
    padding: 22px;
  }
  .carousel-shell {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .carousel-btn {
    display: none;
  }
  .section-reviews .carousel-viewport,
  .section-stories .carousel-viewport {
    padding-block: 6px 12px;
    scroll-padding-inline: 0;
  }
  .carousel-track {
    gap: 16px;
  }
  .review-card,
  .story-card {
    width: auto;
  }
  .review-card {
    flex-basis: min(84vw, 320px);
    gap: 14px;
    border-radius: 24px;
  }
  .story-card {
    flex-basis: min(84vw, 340px);
    min-height: 360px;
    border-radius: 28px;
  }
  .story-copy {
    inset-inline: 18px;
    bottom: 18px;
    gap: 6px;
  }
  .quote-badge {
    width: 42px;
    height: 42px;
  }
  .video-frame iframe,
  .video-frame video { min-height: 250px; }
  .video-thumb iframe,
  .video-thumb video { min-height: 210px; }
  .contact-form-actions { display: grid; }
  .btn-row .btn,
  .contact-form-actions .btn { width: 100%; }
}

@media (max-width: 520px) {
  .container { width: min(var(--container), calc(100% - 20px)); }
  .section { padding: 68px 0; }
  .section-page {
    padding-top: 56px;
  }
  .brand-mark { width: 50px; height: 50px; }
  .topbar .brand {
    gap: 10px;
    max-width: calc(100% - 62px);
  }
  .mobile-menu {
    padding: 10px;
  }
  .mobile-menu-panel {
    border-radius: 22px;
  }
  .mobile-menu-inner {
    padding: 12px 12px calc(16px + env(safe-area-inset-bottom, 0px));
  }
  .mobile-menu-label {
    font-size: 0.74rem;
  }
  .mobile-menu-link {
    min-height: 56px;
    padding: 13px 14px 13px 16px;
    border-radius: 18px;
  }
  .mobile-menu-link strong {
    font-size: 0.95rem;
  }
  .mobile-menu-link small {
    font-size: 0.74rem;
  }
  .mobile-menu-link-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }
  .hero-slider {
    width: 100%;
    height: var(--slider-height, auto);
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 22px;
  }
  body[dir="rtl"] {
    font-size: 1rem;
  }
  body[dir="rtl"] .brand-title {
    font-size: 0.84rem;
  }
  body[dir="rtl"] .brand-subtitle {
    font-size: 0.74rem;
  }
  .topbar .brand-title {
    font-size: 0.82rem;
  }
  .hero-identity-card {
    padding: 18px 16px;
    border-radius: 24px;
  }
  html[dir="rtl"] .hero-prefix {
    font-size: clamp(1.02rem, 5vw, 1.22rem);
  }
  html[dir="rtl"] .hero-home .display-name {
    font-size: clamp(1.34rem, 6vw, 1.72rem);
    white-space: nowrap;
    letter-spacing: -0.02em;
  }
  html[dir="rtl"] .hero-brief,
  html[dir="rtl"] .hero-lead,
  html[dir="rtl"] .lead,
  html[dir="rtl"] .btn,
  html[dir="rtl"] .contact-item small {
    font-size: 0.94rem;
  }
  html[dir="rtl"] .hero-role {
    font-size: 0.74rem;
    white-space: nowrap;
  }
  .slider-dots {
    bottom: 12px;
    gap: 7px;
  }
  .slider-dot {
    width: 9px;
    height: 9px;
  }
  .hero-slide-card-top { display: none; }
  .hero-slide-card-bottom { bottom: 96px; }
  .carousel-shell {
    gap: 12px;
  }
  .section-reviews .carousel-viewport,
  .section-stories .carousel-viewport {
    padding-block: 4px 10px;
  }
  .carousel-track {
    gap: 12px;
  }
  .review-card {
    flex-basis: calc(100vw - 40px);
    padding: 18px;
  }
  .story-card {
    flex-basis: calc(100vw - 40px);
    min-height: 320px;
  }
  .treatment-card .btn-row {
    padding-top: 20px;
  }
  .treatment-card .btn {
    flex-basis: 100%;
  }
  .contact-icon {
    width: 44px;
    height: 44px;
  }
  .achievement-detail-frame {
    min-height: 300px;
  }
  .back-to-top {
    inset-inline-end: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
}
