:root {
  color-scheme: dark;
  --black: #050505;
  --ink: #11100e;
  --charcoal: #191714;
  --soft-black: #24201a;
  --gold: #d7ad58;
  --gold-bright: #f2d083;
  --cream: #f8f0df;
  --muted: #b9ac96;
  --line: rgba(215, 173, 88, 0.25);
  --line-strong: rgba(242, 208, 131, 0.48);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

body,
body *:not(input):not(textarea):not(select):not(option) {
  -webkit-user-select: none;
  user-select: none;
}

input,
textarea,
select,
option {
  -webkit-user-select: text;
  user-select: text;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--cream);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.is-rtl {
  direction: rtl;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.top-bar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: nowrap;
  min-height: 30px;
  padding: 3px clamp(16px, 3vw, 40px);
  color: var(--muted);
  background: #080706;
  border-bottom: 1px solid rgba(215, 173, 88, 0.18);
  backdrop-filter: none;
  font-size: 0.74rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    background 280ms ease,
    border-color 280ms ease,
    backdrop-filter 280ms ease,
    opacity 420ms ease,
    transform 420ms ease;
}

.top-bar > a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  white-space: nowrap;
}

.top-bar a:hover,
.site-nav a:hover {
  color: var(--gold-bright);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
}

.lang-switcher a {
  display: inline-flex;
  align-items: center;
  min-width: 34px;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 999px;
}

.lang-switcher a.active {
  color: var(--gold-bright);
  border-color: rgba(215, 173, 88, 0.32);
  background: rgba(215, 173, 88, 0.08);
}

.site-header {
  position: fixed;
  inset: 30px 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 6px clamp(14px, 2.6vw, 34px);
  background: rgba(5, 5, 5, 0.78);
  border-bottom: 1px solid rgba(215, 173, 88, 0.2);
  backdrop-filter: blur(18px);
  transition:
    padding 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease,
    backdrop-filter 300ms ease,
    opacity 420ms ease,
    transform 420ms ease;
}

.site-header.scrolled {
  padding-block: 3px;
  background: rgba(5, 5, 5, 0.94);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.38);
  border-bottom-color: rgba(215, 173, 88, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: clamp(160px, 18vw, 300px);
  height: auto;
  object-fit: contain;
}

.site-header .brand-logo {
  width: clamp(200px, 22vw, 370px);
  transition: width 300ms ease;
}

.site-header.scrolled .brand-logo {
  width: clamp(170px, 18vw, 305px);
}

.admin-brand {
  display: inline-flex;
  align-items: center;
}

.admin-brand-logo {
  width: min(100%, 320px);
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--black);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold), #fff1b7);
  background-size: 220% 220%;
  border-radius: 50%;
  animation: goldSweep 5.6s ease-in-out infinite;
}

.site-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 14px);
}

.site-nav {
  color: var(--muted);
  font-size: 1.06rem;
  transition: gap 300ms ease, font-size 300ms ease;
}

body.is-rtl .site-nav,
body.is-rtl .header-actions,
body.is-rtl .hero-actions,
body.is-rtl .footer-socials,
body.is-rtl .page-actions,
body.is-rtl .contact-methods {
  flex-direction: row-reverse;
}

body.is-rtl .section-copy,
body.is-rtl .content-panel,
body.is-rtl .feature-copy,
body.is-rtl .page-hero-content,
body.is-rtl .article-detail-copy,
body.is-rtl .booking-form,
body.is-rtl .review-panel-header,
body.is-rtl .quick-book,
body.is-rtl .service-summary-card,
body.is-rtl .service-compare-card,
body.is-rtl .service-section-copy,
body.is-rtl .footer-map-column,
body.is-rtl .footer-membership-column,
body.is-rtl .footer-link-column,
body.is-rtl .footer-brand-panel {
  text-align: right;
}

body.is-rtl .service-bullet-list {
  padding-right: 18px;
  padding-left: 0;
}

.site-header.scrolled .site-nav,
.site-header.scrolled .header-actions {
  gap: clamp(8px, 1vw, 14px);
}

.site-header.scrolled .site-nav {
  font-size: 0.94rem;
}

.nav-group {
  position: relative;
  padding-block: 9px;
  transition: padding 300ms ease;
}

.nav-group::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -42px;
  right: -42px;
  height: 24px;
}

.site-header.scrolled .nav-group {
  padding-block: 6px;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: -26px;
  width: 360px;
  display: grid;
  gap: 8px;
  padding: 20px 16px 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  background: rgba(17, 16, 14, 0.98);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: opacity 220ms ease, transform 220ms ease;
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  height: 24px;
}

.nav-group:hover .mega-menu,
.nav-group:focus-within .mega-menu,
.nav-group.is-open .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu a {
  display: grid;
  gap: 5px;
  padding: 12px;
  color: var(--cream);
  border-radius: 6px;
}

.mega-menu a:hover {
  background: rgba(215, 173, 88, 0.1);
}

.mega-menu span {
  color: var(--muted);
  font-size: 0.82rem;
}

.header-cta,
.button,
.search-toggle,
.menu-toggle,
.header-call,
.icon-button,
.calendar-day,
.slot {
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.header-cta,
.button.primary {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

.button.secondary,
.search-toggle,
.menu-toggle,
.header-call {
  color: var(--cream);
  background: rgba(5, 5, 5, 0.36);
  border: 1px solid var(--line);
}

.header-call {
  display: inline-flex;
  align-items: center;
  min-width: 106px;
  min-height: 44px;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
}

.header-cta,
.header-call,
.search-toggle,
.menu-toggle {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
}

.site-header.scrolled .header-cta,
.site-header.scrolled .header-call,
.site-header.scrolled .search-toggle,
.site-header.scrolled .menu-toggle {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.92rem;
}

.menu-toggle {
  display: none;
}

.header-cta:hover,
.button.primary:hover,
.button.secondary:hover,
.search-toggle:hover,
.menu-toggle:hover,
.header-call:hover,
.icon-button:hover,
.slot:hover {
  transform: translateY(-2px);
  border-color: var(--gold-bright);
  box-shadow: 0 16px 38px rgba(215, 173, 88, 0.18);
}

.mobile-menu {
  position: fixed;
  top: 107px;
  left: 16px;
  right: 16px;
  z-index: 19;
  display: none;
  padding: 14px;
  background: rgba(17, 16, 14, 0.98);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  max-height: calc(100dvh - 124px);
  overflow-y: auto;
}

.mobile-menu.open {
  display: grid;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  color: var(--cream);
  border-bottom: 1px solid rgba(215, 173, 88, 0.14);
}

.mobile-service-row {
  border-bottom: 1px solid rgba(215, 173, 88, 0.14);
}

.mobile-submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  padding: 14px;
  color: var(--cream);
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
}

.mobile-submenu-toggle span:first-child {
  display: inline;
  width: auto;
  height: auto;
  color: inherit;
  background: transparent;
  border-radius: 0;
  transition: none;
}

.mobile-submenu-toggle span:last-child {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--black);
  background: var(--gold-bright);
  border-radius: 50%;
  transition: transform 240ms ease;
}

.mobile-nav-group.is-open .mobile-submenu-toggle span:last-child {
  transform: rotate(45deg);
}

.mobile-submenu {
  display: none;
  margin: 6px 0 10px;
  padding: 8px;
  background: rgba(215, 173, 88, 0.05);
  border: 1px solid rgba(215, 173, 88, 0.16);
  border-radius: 16px;
}

.mobile-nav-group.is-open .mobile-submenu {
  display: grid;
}

.mobile-submenu a {
  padding: 11px 12px;
  color: var(--muted);
  border-bottom-color: rgba(215, 173, 88, 0.1);
  border-radius: 10px;
}

.mobile-submenu a:hover,
.mobile-submenu a:focus-visible,
.mobile-menu > a:hover,
.mobile-menu > a:focus-visible,
.mobile-submenu-toggle:hover,
.mobile-submenu-toggle:focus-visible {
  color: var(--gold-bright);
  background: rgba(215, 173, 88, 0.08);
  outline: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(248px, 290px);
  gap: clamp(22px, 3.6vw, 46px);
  min-height: 94vh;
  overflow: hidden;
  padding: 170px clamp(20px, 5vw, 72px) 74px;
  align-items: center;
  color: var(--cream);
  background: var(--black);
}

body.hero-intro-active {
  overflow-x: hidden;
}

body.hero-intro-active .top-bar,
body.hero-intro-active .site-header {
  opacity: 0;
  transform: translateY(-120%);
  pointer-events: none;
}

body.hero-intro-active .floating-actions {
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
}

body.hero-intro-active .hero-overlay {
  inset: 0;
  height: auto;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.24) 40%, rgba(5, 5, 5, 0.46) 100%);
}

body.hero-intro-active .trust-strip {
  opacity: 0;
  transform: translateY(36px);
  pointer-events: none;
}

body.hero-intro-active .hero::after {
  opacity: 0;
}

.page-main {
  padding-top: 118px;
}

.page-hero {
  position: relative;
  min-height: 56vh;
  display: grid;
  align-items: end;
  padding: clamp(120px, 16vw, 190px) clamp(20px, 5vw, 72px) clamp(58px, 8vw, 96px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.68), rgba(5, 5, 5, 0.22)),
    var(--page-image, url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=1800&q=80"));
  background-position: center;
  background-size: cover;
}

.page-hero.natural {
  --page-image: url("assets/moroccan-invisalign-hero.png");
}

.page-hero.services-page {
  --page-image: url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=1800&q=80");
}

.page-hero.services-page .page-hero-content {
  max-width: 720px;
}

.page-hero.services-page h1 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 4.8vw, 4.1rem);
  line-height: 1.08;
}

.page-hero.services-page p:last-child {
  max-width: 62ch;
  font-size: 1rem;
}

.page-hero.service-article-page .page-hero-content {
  max-width: 640px;
}

.page-hero.service-article-page h1 {
  max-width: 11.5ch;
  font-size: clamp(2.35rem, 4.3vw, 3.8rem);
  line-height: 1.08;
}

.page-hero.service-article-page p:last-child {
  max-width: 58ch;
  font-size: 1rem;
}

.service-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  width: 100%;
}

.service-hero-layout.text-only {
  grid-template-columns: minmax(0, 1fr);
}

.service-hero-visual {
  min-height: clamp(340px, 42vw, 520px);
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(242, 208, 131, 0.2);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.service-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.service-hero-chips span {
  padding: 9px 14px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 920px) {
  .service-page--orthodontie .page-hero.service-article-page {
    background-position: 78% center;
  }
}

.service-article-page .page-hero-content {
  padding: 18px 0;
}

.service-article-page .page-hero-content::before {
  content: "";
  position: absolute;
  inset: -22px -16px -22px -20px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.42), rgba(5, 5, 5, 0.22) 60%, rgba(5, 5, 5, 0));
  border-radius: 18px;
  pointer-events: none;
}

.page-hero.contact-page {
  --page-image: url("https://images.unsplash.com/photo-1629909615184-74f495363b67?auto=format&fit=crop&w=1800&q=80");
}

.page-hero-content {
  max-width: 850px;
}

.page-hero h1 {
  margin-bottom: 18px;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(70px, 10vw, 118px) clamp(20px, 5vw, 72px);
}

.reviews-fixed-story-section {
  position: relative;
  overflow: hidden;
  min-height: 1100px;
  padding: clamp(86px, 11vw, 150px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.62)),
    url("assets/reviews-moroccan-invisalign.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  border-block: 1px solid var(--line);
}

.reviews-fixed-story-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 65% 24%, rgba(215, 173, 88, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.46));
  pointer-events: none;
}

.reviews-fixed-story-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(84px, 10vw, 150px);
  max-width: 1320px;
  margin: 0 auto;
}

.review-placeholder-photo {
  background-image:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.34)),
    url("assets/reviews-moroccan-invisalign.png");
  background-position: center;
  background-size: cover;
}

.review-placeholder-photo-alt {
  background-position: 58% center;
}

.review-fixed-stack {
  display: grid;
  gap: 18px;
}

.review-fixed-stack .content-panel {
  background: rgba(14, 13, 11, 0.86);
  backdrop-filter: blur(14px);
}

.content-panel,
.service-detail,
.article-card,
.booking-aside {
  padding: clamp(22px, 3vw, 34px);
  background: rgba(17, 16, 14, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-card {
  position: relative;
}

.content-panel + .content-panel,
.service-detail + .service-detail,
.article-card + .article-card {
  margin-top: 18px;
}

.service-detail {
  scroll-margin-top: 130px;
}

.service-advice {
  margin: 26px 0 0;
  padding: 18px 20px;
  background: rgba(215, 173, 88, 0.08);
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 8px;
}

.service-advice h3,
.service-rich-section h3 {
  display: block;
  margin: 0 0 10px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 500;
}

.service-advice p,
.service-rich-section p {
  color: rgba(245, 236, 220, 0.82);
}

.service-lead {
  color: rgba(250, 244, 232, 0.94);
  font-size: 1.06rem;
  line-height: 1.85;
}

.service-article-shell {
  display: grid;
  gap: clamp(28px, 4vw, 42px);
  padding: clamp(52px, 8vw, 86px) clamp(20px, 5vw, 72px) clamp(76px, 10vw, 116px);
}

.service-article-top {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}

.service-article-top > .content-panel {
  margin-top: 0;
}

.service-side-panel.compact,
.service-article-guide,
.service-story-card,
.service-compare-card {
  background:
    linear-gradient(180deg, rgba(18, 16, 13, 0.96), rgba(11, 10, 8, 0.94));
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 12px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.service-side-panel.compact,
.service-article-guide {
  height: 100%;
  min-height: 100%;
}

.service-side-panel.compact {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px;
}

.service-side-panel.compact h2,
.service-article-guide h2 {
  margin: 0;
  max-width: 14ch;
  color: var(--cream);
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.04;
}

.service-side-panel.compact p,
.service-article-guide p,
.service-story-copy p,
.service-compare-card p {
  color: rgba(245, 236, 220, 0.84);
  line-height: 1.82;
}

.service-article-guide {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
}

.service-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-guide-list a {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 16px 18px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(242, 208, 131, 0.12);
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.45;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.service-guide-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 208, 131, 0.28);
  background: rgba(242, 208, 131, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.service-article-stream {
  display: grid;
  gap: 30px;
}

.service-story-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  scroll-margin-top: 138px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(242, 208, 131, 0.06), transparent 24%),
    linear-gradient(135deg, rgba(19, 17, 14, 0.98), rgba(9, 9, 8, 0.96));
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    background 280ms ease;
}

.service-story-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, rgba(242, 208, 131, 0.92), rgba(242, 208, 131, 0.14));
  opacity: 0.72;
}

.service-story-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -52px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(242, 208, 131, 0.08), transparent 68%);
  pointer-events: none;
}

.service-story-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 208, 131, 0.26);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.42);
}

.service-article-stream > .service-story-card:nth-child(even) {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
}

.service-article-stream > .service-story-card:nth-child(even) .service-story-media {
  order: 2;
}

.service-article-stream > .service-story-card:nth-child(even) .service-story-copy {
  order: 1;
}

.service-story-card.no-media {
  grid-template-columns: minmax(0, 1fr);
}

.service-story-card.service-advice {
  background:
    radial-gradient(circle at top right, rgba(242, 208, 131, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(27, 24, 18, 0.98), rgba(15, 13, 10, 0.96));
}

.service-story-media {
  align-self: stretch;
  position: relative;
}

.service-story-photo {
  min-height: clamp(260px, 30vw, 380px);
  height: 100%;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 26px 26px 26px 8px;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-article-stream > .service-story-card:nth-child(even) .service-story-photo {
  border-radius: 26px 26px 8px 26px;
}

.service-story-media::after {
  content: "";
  position: absolute;
  inset: auto 18px -18px auto;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(242, 208, 131, 0.14), rgba(242, 208, 131, 0.02));
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.service-page--invisalign .service-story-media::after {
  background-image: url("assets/invisalign-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  border-color: rgba(242, 208, 131, 0.22);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.service-page--orthodontie .service-story-media::after,
.service-page--esthetique .service-story-media::after,
.service-page--pediatrique .service-story-media::after,
.service-page--implant .service-story-media::after {
  display: none;
}

.service-story-copy {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.service-story-copy h3,
.service-compare-card h4 {
  margin: 0 0 14px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.12;
}

.service-story-copy h3 {
  max-width: 15ch;
}

.service-story-copy h3::after {
  content: "";
  display: block;
  width: 78px;
  height: 2px;
  margin-top: 16px;
  background: linear-gradient(90deg, rgba(242, 208, 131, 0.92), rgba(242, 208, 131, 0.12));
}

.service-story-copy p + p {
  margin-top: 14px;
}

.service-story-card.has-compare {
  display: flex;
  justify-content: center;
  padding: clamp(28px, 4vw, 42px);
  background:
    radial-gradient(circle at top center, rgba(242, 208, 131, 0.06), transparent 32%),
    linear-gradient(180deg, rgba(18, 16, 13, 0.98), rgba(11, 10, 8, 0.96));
}

.service-story-card.has-compare::before,
.service-story-card.has-compare::after {
  display: none;
}

.service-story-card.has-compare .service-story-copy h3::after {
  display: none;
}

.service-story-card.has-compare .service-story-copy {
  flex: 0 1 860px;
  width: min(100%, 860px);
  max-width: 860px;
  margin: 0 auto;
}

.service-bullet-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: rgba(245, 236, 220, 0.82);
}

.service-bullet-list li + li {
  margin-top: 8px;
}

.service-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 380px));
  gap: 24px;
  justify-content: center;
  width: 100%;
  margin: 0;
  align-items: stretch;
}

.service-compare-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  width: 100%;
  min-height: 100%;
  padding: 28px 28px 26px;
  text-align: left;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20, 18, 15, 0.98), rgba(11, 10, 8, 0.96));
  border: 1px solid rgba(242, 208, 131, 0.18);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.26);
}

.service-compare-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(242, 208, 131, 0.9), rgba(215, 173, 88, 0.35));
}

.service-compare-card:first-child {
  background:
    radial-gradient(circle at top left, rgba(242, 208, 131, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(27, 25, 19, 0.98), rgba(14, 13, 10, 0.95));
}

.service-compare-card:last-child {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.04), transparent 36%),
    linear-gradient(180deg, rgba(20, 18, 15, 0.98), rgba(10, 10, 9, 0.95));
}

.service-compare-card h4 {
  margin-bottom: 4px;
  text-align: center;
}

.service-compare-card .service-bullet-list {
  margin-top: 2px;
}

.service-compare-card .service-bullet-list li::marker {
  color: rgba(242, 208, 131, 0.88);
}

.service-compare-showcase {
  display: grid;
  justify-items: center;
  gap: 28px;
  width: 100%;
  justify-self: center;
  margin: 0 auto;
}

.service-compare-header {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.service-compare-header h3 {
  max-width: 28ch;
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3vw, 3.15rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.service-compare-header::after {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 208, 131, 0.1), rgba(242, 208, 131, 0.96), rgba(242, 208, 131, 0.1));
  box-shadow: 0 0 24px rgba(242, 208, 131, 0.18);
}

.before-after-intro {
  padding: 78px clamp(20px, 5vw, 72px) 68px;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.98), rgba(5, 5, 5, 0.96)),
    radial-gradient(circle at 18% 18%, rgba(242, 208, 131, 0.08), transparent 32%);
}

.before-after-intro-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.before-after-intro h2 {
  max-width: 18ch;
  margin: 0 auto 18px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.04;
}

.before-after-intro p:not(.eyebrow) {
  max-width: 72ch;
  margin: 0 auto;
  color: rgba(245, 236, 220, 0.78);
  line-height: 1.85;
}

.before-after-intro p:not(.eyebrow) + p:not(.eyebrow) {
  margin-top: 14px;
}

.before-after-intro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.before-after-section {
  padding: 54px clamp(20px, 5vw, 72px) 104px;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(11, 10, 8, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(242, 208, 131, 0.08), transparent 34%);
  border-block: 1px solid rgba(242, 208, 131, 0.14);
}

.before-after-heading {
  width: min(100%, 920px);
  margin: 0 auto 38px;
  text-align: center;
}

.before-after-heading h2 {
  max-width: 22ch;
  margin: 0 auto 16px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.05;
}

.before-after-heading p:last-child {
  max-width: 78ch;
  margin: 0 auto;
  color: rgba(245, 236, 220, 0.76);
  line-height: 1.8;
}

.before-after-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 1420px;
  margin: 0 auto;
}

.before-after-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(18, 16, 13, 0.98), rgba(10, 9, 8, 0.97));
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.before-after-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 208, 131, 0.34);
  box-shadow: 0 32px 78px rgba(0, 0, 0, 0.46);
}

.before-after-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(242, 208, 131, 0.08), rgba(242, 208, 131, 0.82), rgba(242, 208, 131, 0.08));
}

.before-after-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.before-after-media figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
}

.before-after-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease, filter 420ms ease;
}

.before-after-card:hover .before-after-media img {
  transform: scale(1.07);
  filter: saturate(1.04) contrast(1.03);
}

.before-after-media figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: var(--black);
  background: rgba(242, 208, 131, 0.92);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.before-after-meta {
  display: grid;
  gap: 8px;
  padding: 0 4px 4px;
}

.before-after-meta span {
  color: rgba(242, 208, 131, 0.84);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.before-after-meta h3 {
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.before-after-meta p {
  margin: 0;
  color: rgba(245, 236, 220, 0.76);
  line-height: 1.72;
}

.before-after-empty {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-card-media {
  width: 100%;
  aspect-ratio: 2.15 / 1;
  max-height: 320px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.article-card h2 {
  max-width: 14ch;
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3vw, 3.35rem);
  line-height: 1.06;
}

.article-card-date {
  margin: -4px 0 18px;
  color: rgba(245, 236, 220, 0.68);
  font-size: 0.92rem;
}

.article-card > p:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.article-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 8px;
}

.article-card .text-link {
  position: relative;
  z-index: 2;
}

.news-archive-shell {
  background:
    linear-gradient(180deg, rgba(10, 9, 8, 0.98), rgba(10, 9, 8, 0.95));
}

.news-archive-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.news-archive-header .section-heading {
  margin-bottom: 0;
}

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.news-archive-grid .article-card {
  align-content: start;
  min-height: 100%;
  padding: 26px;
}

.news-archive-grid .article-card-media {
  aspect-ratio: 16 / 9;
  max-height: 220px;
  margin-bottom: 16px;
}

.news-archive-grid .article-card h2 {
  max-width: 17ch;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 2.6vw, 2.9rem);
  line-height: 1.08;
}

.news-archive-grid .article-card p:last-child {
  margin-bottom: 0;
  -webkit-line-clamp: 4;
}

.news-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  background:
    radial-gradient(circle at 78% 18%, rgba(242, 208, 131, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(5, 5, 5, 0.96), rgba(12, 11, 10, 0.74)),
    url("assets/reviews-moroccan-invisalign.png");
  background-position: center;
  background-size: cover;
}

.news-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 208, 131, 0.7), transparent);
}

.news-hero .page-hero-content {
  position: relative;
  z-index: 1;
}

.news-hero-note {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 330px;
  margin-left: auto;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(242, 208, 131, 0.14), rgba(255, 255, 255, 0.02)),
    rgba(17, 16, 14, 0.82);
  border: 1px solid rgba(242, 208, 131, 0.32);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.news-hero-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 8px;
  color: var(--black);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.72), transparent 20%),
    linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(218, 174, 89, 0.28);
}

.news-hero-icon svg {
  width: 46px;
  height: 46px;
}

.news-hero-icon path,
.news-hero-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-hero-note strong {
  color: var(--cream);
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-hero-note p {
  margin: 0;
  color: rgba(245, 236, 220, 0.76);
  line-height: 1.7;
}

.news-journal-section {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 10% 8%, rgba(242, 208, 131, 0.12), transparent 25%),
    radial-gradient(circle at 90% 44%, rgba(255, 255, 255, 0.05), transparent 28%),
    var(--black);
}

.news-journal-header {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.news-journal-header .section-heading {
  margin-bottom: 0;
}

.news-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.45fr);
  gap: 24px;
  align-items: stretch;
}

.news-feature-card,
.news-index-card,
.news-article-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(17, 16, 14, 0.94);
  border: 1px solid rgba(242, 208, 131, 0.18);
  border-radius: 24px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

.news-feature-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  min-height: 430px;
}

.news-feature-card::before,
.news-article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(120deg, rgba(242, 208, 131, 0.13), transparent 34%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.news-feature-card:hover::before,
.news-article-card:hover::before {
  opacity: 1;
}

.news-feature-media,
.news-card-media {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.news-feature-media img,
.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}

.news-feature-card:hover img,
.news-article-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.news-image-placeholder {
  display: grid;
  height: 100%;
  min-height: inherit;
  place-items: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(242, 208, 131, 0.35), transparent 28%),
    linear-gradient(135deg, rgba(39, 35, 27, 0.98), rgba(10, 9, 8, 0.98));
}

.news-image-placeholder span {
  color: rgba(245, 236, 220, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.news-feature-copy,
.news-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(26px, 4vw, 52px);
}

.news-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-feature-copy h2,
.news-card-copy h3 {
  margin: 0 0 16px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
}

.news-feature-copy h2 {
  max-width: 15ch;
  font-size: clamp(2.4rem, 4.5vw, 5.2rem);
}

.news-card-copy h3 {
  max-width: 16ch;
  font-size: clamp(1.8rem, 2.4vw, 2.65rem);
}

.news-feature-copy p:not(.article-card-date),
.news-card-copy p:not(.article-card-date) {
  color: rgba(245, 236, 220, 0.78);
  line-height: 1.75;
}

.news-index-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 34px);
}

.news-index-card h3 {
  margin: 0 0 20px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
}

.news-index-card a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  color: var(--cream);
  border-top: 1px solid rgba(242, 208, 131, 0.12);
}

.news-index-card a:hover {
  color: var(--gold-bright);
}

.news-index-card a span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-radius: 999px;
  font-weight: 900;
}

.news-index-card a strong {
  font-size: 0.96rem;
  line-height: 1.45;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.news-article-card:hover,
.news-feature-card:hover {
  border-color: rgba(242, 208, 131, 0.38);
  transform: translateY(-4px);
}

.news-article-card,
.news-feature-card {
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.news-card-media {
  height: 230px;
}

.news-topics-section {
  background:
    linear-gradient(180deg, rgba(10, 9, 8, 0.98), rgba(5, 5, 5, 1));
}

.news-topics-section .section-heading {
  max-width: 920px;
}

.news-topics-section .section-heading h2 {
  max-width: 16ch;
}

.news-topics-section .section-heading p:last-child {
  max-width: 720px;
  color: rgba(245, 236, 220, 0.74);
  font-size: 1.05rem;
  line-height: 1.8;
}

.news-topic-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.news-topic-card {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 208, 131, 0.18), transparent 48%),
    linear-gradient(145deg, rgba(30, 28, 24, 0.92), rgba(9, 8, 7, 0.96));
  border: 1px solid rgba(242, 208, 131, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  isolation: isolate;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.news-topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent, rgba(255, 232, 169, 0.12), transparent),
    radial-gradient(circle at 50% 35%, rgba(78, 177, 189, 0.16), transparent 36%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity 0.35s ease, transform 0.55s ease;
}

.news-topic-card:hover,
.news-topic-card.active {
  transform: translateY(-6px);
  border-color: rgba(242, 208, 131, 0.46);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.42);
}

.news-topic-card:hover::before,
.news-topic-card.active::before {
  opacity: 1;
  transform: translateX(45%);
}

.news-topic-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px solid rgba(242, 208, 131, 0.08);
  border-radius: 17px;
}

.news-category-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 244, 209, 0.18), transparent 34%),
    rgba(242, 208, 131, 0.08);
  border: 1px solid rgba(242, 208, 131, 0.3);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.news-category-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-topic-card strong {
  max-width: 13ch;
  color: var(--cream);
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.article-page-grid {
  align-items: start;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
}

.article-meta-panel {
  position: sticky;
  top: 132px;
}

.article-meta-stack {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.article-meta-chip {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(242, 208, 131, 0.12);
  border-radius: 12px;
}

.article-meta-chip span {
  color: rgba(245, 236, 220, 0.6);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-meta-chip strong {
  color: var(--cream);
  font-size: 1.08rem;
  font-weight: 700;
}

.article-detail-card {
  padding: clamp(24px, 3vw, 38px);
  background: rgba(17, 16, 14, 0.95);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-detail-media {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 24px;
}

.article-detail-copy h2 {
  max-width: 18ch;
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 3.5vw, 3.7rem);
  line-height: 1.08;
}

.article-detail-lead {
  color: rgba(250, 244, 232, 0.92);
  max-width: 70ch;
  font-size: 1.1rem;
  line-height: 1.78;
}

.article-detail-body {
  color: var(--muted);
  max-width: 72ch;
  font-size: 1.06rem;
  line-height: 1.9;
}

.article-detail-body br + br {
  content: "";
  display: block;
  margin-top: 16px;
}

.contact-methods {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-methods a,
.contact-methods span {
  padding: 14px;
  color: var(--cream);
  background: rgba(215, 173, 88, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-redesign {
  background:
    radial-gradient(circle at 12% 8%, rgba(242, 208, 131, 0.12), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(78, 177, 189, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(18, 15, 10, 0.98), var(--black) 44%);
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: clamp(92px, 12vw, 150px) clamp(20px, 5vw, 72px) clamp(42px, 6vw, 76px);
  border-bottom: 1px solid rgba(242, 208, 131, 0.16);
}

.contact-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.contact-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(245, 236, 220, 0.78);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.85;
}

.contact-hero-call {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  padding: 24px;
  color: var(--cream);
  background:
    linear-gradient(145deg, rgba(242, 208, 131, 0.17), rgba(17, 16, 14, 0.94)),
    rgba(17, 16, 14, 0.96);
  border: 1px solid rgba(242, 208, 131, 0.28);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.contact-hero-call span,
.contact-info-list span span {
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-hero-call strong {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(42px, 6vw, 80px) clamp(20px, 5vw, 72px) 24px;
}

.contact-action-card,
.contact-booking-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 208, 131, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(22, 20, 17, 0.96), rgba(7, 7, 6, 0.98));
  border: 1px solid rgba(242, 208, 131, 0.22);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.contact-action-card {
  min-height: 100%;
  padding: clamp(24px, 3vw, 36px);
}

.contact-action-card::before,
.contact-booking-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent, rgba(255, 234, 176, 0.08), transparent),
    radial-gradient(circle at 88% 12%, rgba(78, 177, 189, 0.1), transparent 28%);
  opacity: 0.75;
}

.contact-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.contact-card-head h2,
.contact-booking-card h2 {
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.contact-action-card > p,
.contact-booking-card p {
  position: relative;
  z-index: 1;
  max-width: 62ch;
  color: rgba(245, 236, 220, 0.76);
  line-height: 1.8;
}

.contact-card-icon {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 40px rgba(215, 173, 88, 0.24);
}

.contact-card-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-mini-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-mini-form label {
  display: grid;
  gap: 8px;
  color: rgba(245, 236, 220, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-mini-form input,
.contact-mini-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(242, 208, 131, 0.2);
  border-radius: 14px;
  outline: none;
  resize: vertical;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-mini-form input:focus,
.contact-mini-form textarea:focus {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(242, 208, 131, 0.62);
  box-shadow: 0 0 0 4px rgba(242, 208, 131, 0.12);
}

.gold-map-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  --clinic-pin-x: 57%;
  --clinic-pin-y: 52%;
  min-height: 390px;
  margin-top: 24px;
  border: 1px solid rgba(242, 208, 131, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 20%, rgba(242, 208, 131, 0.28), transparent 32%),
    #19140d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 218, 0.06),
    0 24px 70px rgba(0, 0, 0, 0.34);
}

.gold-map-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(195, 138, 36, 0.24), rgba(255, 238, 180, 0.12), rgba(115, 82, 25, 0.22)),
    radial-gradient(circle at var(--clinic-pin-x) var(--clinic-pin-y), rgba(255, 214, 115, 0.34), transparent 18%);
  mix-blend-mode: color;
}

.gold-map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.12), transparent 22%, rgba(7, 6, 5, 0.16)),
    radial-gradient(circle at var(--clinic-pin-x) var(--clinic-pin-y), transparent 0 9%, rgba(10, 8, 5, 0.08) 19%, transparent 34%);
}

.gold-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
  filter: sepia(0.95) saturate(1.85) hue-rotate(344deg) contrast(1.12) brightness(0.88);
  mix-blend-mode: screen;
}

.clinic-map-pin {
  position: absolute;
  left: var(--clinic-pin-x);
  top: var(--clinic-pin-y);
  z-index: 5;
  width: 34px;
  height: 34px;
  display: block;
  transform: translate(-50%, -100%);
  animation: clinicPinBounce 1.55s cubic-bezier(0.28, 0.84, 0.42, 1) infinite;
}

.clinic-map-pin::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border: 2px solid rgba(255, 248, 219, 0.84);
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.38),
    0 0 0 8px rgba(242, 208, 131, 0.16);
}

.clinic-map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 34px;
  height: 10px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.34), transparent 68%);
  transform: translateX(-50%);
  animation: clinicPinShadow 1.55s ease-in-out infinite;
}

.clinic-map-pin-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: var(--black);
  border: 2px solid rgba(255, 248, 219, 0.78);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.clinic-map-label {
  position: absolute;
  left: calc(var(--clinic-pin-x) + 24px);
  top: calc(var(--clinic-pin-y) - 46px);
  z-index: 4;
  display: block;
  padding: 8px 12px;
  color: var(--black);
  background: linear-gradient(135deg, rgba(255, 236, 176, 0.95), rgba(215, 173, 88, 0.95));
  border: 1px solid rgba(255, 248, 219, 0.78);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.clinic-map-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.36);
}

.map-reset-button {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  color: var(--black);
  background: linear-gradient(135deg, rgba(255, 236, 176, 0.96), rgba(215, 173, 88, 0.96));
  border: 1px solid rgba(255, 248, 219, 0.72);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.map-reset-button::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.map-reset-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.36);
}

@keyframes clinicPinBounce {
  0%,
  100% {
    transform: translate(-50%, -100%);
  }

  45% {
    transform: translate(-50%, calc(-100% - 14px));
  }

  58% {
    transform: translate(-50%, -100%) scaleY(0.94);
  }
}

@keyframes clinicPinShadow {
  0%,
  100% {
    opacity: 0.38;
    transform: translateX(-50%) scale(1);
  }

  45% {
    opacity: 0.18;
    transform: translateX(-50%) scale(0.72);
  }
}

.contact-info-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-info-list a,
.contact-info-list > span {
  display: grid;
  gap: 6px;
  padding: 17px 18px;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(242, 208, 131, 0.1), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(242, 208, 131, 0.17);
  border-radius: 16px;
}

.contact-info-list strong {
  color: var(--cream);
  line-height: 1.45;
}

.contact-booking-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 clamp(20px, 5vw, 72px) clamp(76px, 9vw, 118px);
  padding: clamp(28px, 4vw, 46px);
}

.contact-booking-card > * {
  position: relative;
  z-index: 1;
}

.booking-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 24px;
  padding: clamp(70px, 10vw, 118px) clamp(20px, 5vw, 72px);
}

.floating-actions {
  position: fixed;
  right: 0;
  top: 44%;
  z-index: 18;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  box-shadow: var(--shadow);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.floating-actions a {
  writing-mode: vertical-rl;
  min-height: 112px;
  padding: 14px 10px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: var(--gold-bright);
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.floating-actions a:nth-child(2) {
  color: var(--cream);
  background: var(--soft-black);
}

.floating-actions a:hover {
  filter: brightness(1.08);
}

.hero::after {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  bottom: 24px;
  z-index: 1;
  width: 1px;
  height: 68px;
  background: linear-gradient(180deg, rgba(242, 208, 131, 0), var(--gold-bright));
  animation: scrollCue 2.4s ease-in-out infinite;
  content: "";
}

.hero-intro-shell {
  min-height: 100svh;
}

.hero-media,
.doctor-photo,
.doctor-gallery {
  background-position: center;
  background-size: cover;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.97) 0%, rgba(5, 5, 5, 0.82) 36%, rgba(5, 5, 5, 0.34) 62%, rgba(5, 5, 5, 0.12) 100%),
    url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=1800&q=80");
  animation: heroDrift 18s ease-in-out infinite alternate;
  opacity: 0;
  pointer-events: none;
  transition: opacity 620ms ease;
}

.hero-video-shell {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #020202;
}

.hero-video-frame {
  position: absolute;
  inset: 0;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%) scale(1.03);
  border: 0;
  pointer-events: none;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.86);
}

.hero-video-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.08) 26%, rgba(0, 0, 0, 0.2) 100%);
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, var(--black), rgba(5, 5, 5, 0));
  transition: background 620ms ease, inset 620ms ease, height 620ms ease;
}

.hero-content,
.quick-book {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 610px;
  padding: 10px 8px 10px 0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: -16px -8px -16px -14px;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.16) 58%, rgba(5, 5, 5, 0));
  border-radius: 16px;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 8vw, 7.8rem);
}

.hero-content h1 {
  max-width: 520px;
  font-size: clamp(2.2rem, 4.6vw, 4.45rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 5vw, 4.7rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.13rem;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-copy {
  max-width: 500px;
  margin-bottom: 24px;
  color: rgba(250, 244, 232, 0.92);
  font-size: clamp(0.96rem, 1.32vw, 1.06rem);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  padding: 0 24px;
}

.button.full {
  width: 100%;
  border-radius: 8px;
}

.quick-book {
  align-self: end;
  justify-self: end;
  display: grid;
  gap: 7px;
  width: min(280px, 100%);
  margin-bottom: 2px;
  padding: 17px 18px;
  background: rgba(12, 11, 10, 0.8);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-book span,
.quick-book a {
  color: var(--muted);
}

.quick-book strong {
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 1.36rem;
  font-weight: 500;
}

.quick-book a {
  width: fit-content;
  border-bottom: 1px solid var(--gold);
}

.hero-content .eyebrow,
.hero-content h1,
.hero-copy,
.hero-actions,
.quick-book {
  opacity: 0;
  transform: translateY(24px);
  animation: riseIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  transition:
    opacity 780ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 780ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-content h1 {
  animation-delay: 120ms;
}

.hero-copy {
  animation-delay: 240ms;
}

.hero-actions {
  animation-delay: 360ms;
}

.quick-book {
  animation-delay: 520ms;
}

body.hero-intro-active .hero-content .eyebrow,
body.hero-intro-active .hero-content h1,
body.hero-intro-active .hero-copy,
body.hero-intro-active .hero-actions,
body.hero-intro-active .quick-book {
  opacity: 0;
  transform: translateY(34px);
  pointer-events: none;
}

.hero-intro-controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-intro-arrow {
  position: absolute;
  left: 50%;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 208, 131, 0.34);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.24);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  color: var(--cream);
  transform: translateX(-50%);
  pointer-events: auto;
  cursor: pointer;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    opacity 300ms ease;
}

.hero-intro-arrow span {
  display: block;
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.hero-intro-arrow-top span {
  transform: rotate(-135deg);
}

.hero-intro-arrow-top {
  top: 118px;
  animation: introArrowFloatTop 2.4s ease-in-out infinite;
}

.hero-intro-arrow-bottom {
  bottom: 34px;
  animation: introArrowFloatBottom 2.4s ease-in-out infinite;
}

.hero-intro-arrow:hover,
.hero-intro-arrow:focus-visible {
  background: rgba(242, 208, 131, 0.14);
  border-color: rgba(242, 208, 131, 0.62);
}

.hero-intro-hint {
  position: absolute;
  left: 50%;
  bottom: 106px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  max-width: min(82vw, 360px);
  padding: 14px 18px;
  color: var(--cream);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  background: rgba(10, 10, 10, 0.78);
  border: 1px solid rgba(242, 208, 131, 0.26);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translate(-50%, 12px);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
  pointer-events: none;
}

.hero-intro-hint.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

body:not(.hero-intro-active) .hero-intro-controls {
  opacity: 0;
  transition: opacity 280ms ease;
}

body:not(.hero-intro-active) .hero-intro-arrow {
  pointer-events: none;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: #0b0a09;
  transition:
    opacity 680ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.trust-strip div {
  display: grid;
  gap: 5px;
  min-height: 126px;
  place-items: center;
  padding: 22px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
}

.trust-strip span {
  color: var(--muted);
}

.intro-section,
.award-section,
.services-section,
.team-section,
.patient-wall-section,
.google-review-section,
.patient-section,
.cosmetic-section,
.instagram-section,
.booking-section,
.reviews-section,
.contact-section,
.blog-section,
.offers-grid {
  padding: clamp(70px, 10vw, 125px) clamp(20px, 5vw, 72px);
}

.intro-section,
.award-section,
.team-section,
.cosmetic-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 74px);
  align-items: center;
}

.section-copy {
  max-width: 710px;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold-bright);
  font-weight: 800;
  border-bottom: 1px solid var(--gold);
}

.feature-list,
.specialized-grid,
.reviews-grid,
.service-columns,
.blog-grid {
  display: grid;
  gap: 18px;
}

.feature-list {
  grid-template-columns: 1fr;
}

.feature-list article,
.service-columns article,
.specialized-grid article,
.offer-card,
.calendar-card,
.booking-form,
.reviews-grid blockquote,
.contact-card,
.hours-card,
.blog-grid article,
.review-widget {
  background: rgba(17, 16, 14, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-list article,
.service-columns article,
.specialized-grid article,
.offer-card,
.reviews-grid blockquote,
.contact-card,
.hours-card,
.blog-grid article,
.review-widget {
  padding: clamp(22px, 3vw, 32px);
}

.feature-list span,
.specialized-grid span {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  margin-bottom: 22px;
  padding: 0 14px;
  color: var(--black);
  background: var(--gold-bright);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.services-section,
.booking-section,
.blog-section {
  background:
    linear-gradient(180deg, rgba(215, 173, 88, 0.08), rgba(5, 5, 5, 0) 30%),
    var(--black);
}

.award-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.62)),
    url("assets/reviews-moroccan-invisalign.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  border-block: 1px solid var(--line);
}

.award-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 24%, rgba(215, 173, 88, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.46));
  pointer-events: none;
}

.award-section > * {
  position: relative;
  z-index: 1;
}

.review-widget {
  justify-self: end;
  width: min(360px, 100%);
  text-align: center;
  background: rgba(17, 16, 14, 0.74);
  backdrop-filter: blur(6px);
}

.review-widget span {
  color: var(--muted);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.review-widget strong {
  display: block;
  margin: 12px 0 4px;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 500;
  line-height: 0.95;
}

.review-widget a {
  color: var(--gold-bright);
  font-weight: 900;
}

.service-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-columns article {
  display: grid;
  align-content: start;
  min-height: 300px;
}

.service-columns a {
  padding: 13px 0;
  color: var(--muted);
  border-bottom: 1px solid rgba(215, 173, 88, 0.13);
}

.service-columns a:hover {
  color: var(--gold-bright);
  transform: translateX(5px);
}

.fixed-story-section {
  position: relative;
  overflow: hidden;
  min-height: 1200px;
  padding: clamp(86px, 11vw, 150px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.66)),
    url("assets/moroccan-invisalign-hero.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  border-block: 1px solid var(--line);
}

.fixed-story-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 28%, rgba(215, 173, 88, 0.12), transparent 30%),
    rgba(6, 7, 7, 0.62);
  pointer-events: none;
}

.fixed-story-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(86px, 12vw, 160px);
  max-width: 1320px;
  margin: 0 auto;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.split-feature.reverse {
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
}

.split-feature.reverse .feature-photo {
  order: 1;
}

.split-feature.reverse .feature-copy {
  order: 2;
}

.feature-photo,
.feature-gallery {
  min-height: clamp(260px, 34vw, 410px);
  border: 1px solid rgba(242, 208, 131, 0.22);
  border-radius: 22px;
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.45);
}

.feature-photo {
  background-position: center;
  background-size: cover;
}

.feature-gallery {
  position: relative;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.52);
}

.gallery-track,
.gallery-slide {
  position: absolute;
  inset: 0;
}

.gallery-slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition:
    opacity 620ms ease,
    transform 900ms ease;
}

.gallery-slide.active {
  opacity: 1;
  transform: scale(1);
}

.gallery-slide::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.05), rgba(5, 5, 5, 0.22));
  content: "";
}

.consult-photo {
  background-image: url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=1200&q=80");
}

.gallery-chair {
  background-image: url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=1200&q=80");
}

.gallery-scan {
  background-image: url("https://images.unsplash.com/photo-1609840114035-3c981b782dfe?auto=format&fit=crop&w=1200&q=80");
}

.gallery-smile {
  background-image: url("assets/moroccan-invisalign-hero.png");
}

.studio-photo {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1200&q=80");
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--cream);
  background: rgba(5, 5, 5, 0.52);
  border: 1px solid rgba(242, 208, 131, 0.28);
  border-radius: 50%;
  cursor: pointer;
  font-size: 2rem;
  transform: translateY(-50%);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.gallery-arrow:hover {
  background: rgba(215, 173, 88, 0.28);
  border-color: var(--gold-bright);
  transform: translateY(-50%) scale(1.05);
}

.gallery-arrow.previous {
  left: 16px;
}

.gallery-arrow.next {
  right: 16px;
}

.gallery-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.gallery-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(255, 255, 255, 0.44);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 220ms ease,
    transform 220ms ease;
}

.gallery-dot.active {
  background: var(--gold-bright);
  transform: scale(1.24);
}

.feature-copy {
  max-width: 680px;
}

.feature-copy .eyebrow {
  color: #ff4c4c;
  letter-spacing: 0.42em;
}

.feature-copy h2 {
  margin-bottom: 24px;
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 300;
  text-transform: uppercase;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.8;
}

.feature-line {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background: rgba(255, 255, 255, 0.22);
}

.team-section,
.patient-section,
.reviews-section {
  background: var(--charcoal);
}

.patient-wall-section {
  overflow: hidden;
  background: #0f0e0c;
  border-block: 1px solid var(--line);
}

.specialized-services-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(242, 208, 131, 0.1), transparent 26%),
    linear-gradient(180deg, #f3f0ea 0%, #ece8e1 100%);
  border-block: 1px solid rgba(17, 16, 14, 0.08);
}

.specialized-services-shell {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.specialized-services-shell::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background:
    linear-gradient(180deg, rgba(17, 16, 14, 0), rgba(17, 16, 14, 0.02)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180'%3E%3Cg fill='%23d6d0c5' opacity='0.58'%3E%3Crect x='20' y='120' width='24' height='60'/%3E%3Crect x='66' y='92' width='40' height='88'/%3E%3Crect x='118' y='126' width='18' height='54'/%3E%3Crect x='176' y='86' width='58' height='94'/%3E%3Crect x='256' y='102' width='36' height='78'/%3E%3Crect x='328' y='72' width='54' height='108'/%3E%3Crect x='402' y='118' width='24' height='62'/%3E%3Crect x='470' y='66' width='46' height='114'/%3E%3Crect x='540' y='126' width='20' height='54'/%3E%3Crect x='600' y='82' width='60' height='98'/%3E%3Crect x='692' y='110' width='26' height='70'/%3E%3Crect x='744' y='60' width='54' height='120'/%3E%3Crect x='826' y='96' width='40' height='84'/%3E%3Crect x='904' y='122' width='18' height='58'/%3E%3Crect x='962' y='76' width='50' height='104'/%3E%3Crect x='1034' y='114' width='22' height='66'/%3E%3Crect x='1094' y='68' width='56' height='112'/%3E%3Crect x='1174' y='96' width='38' height='84'/%3E%3Crect x='1240' y='124' width='18' height='56'/%3E%3Crect x='1298' y='88' width='52' height='92'/%3E%3Crect x='1372' y='112' width='24' height='68'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  content: "";
  pointer-events: none;
}

.specialized-services-heading {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.specialized-services-heading .eyebrow {
  color: var(--gold);
}

.specialized-services-heading h2 {
  color: #161411;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300;
  text-transform: uppercase;
}

.specialized-services-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 44px);
  align-items: end;
}

.specialized-column {
  display: grid;
  gap: 42px;
  align-content: center;
  padding-bottom: 80px;
}

.specialized-column.left {
  text-align: right;
}

.specialized-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  --specialized-base: 0px;
  --specialized-scroll-shift: 0px;
  transform: translate3d(calc(var(--specialized-base) + var(--specialized-scroll-shift)), 0, 0);
  transition:
    transform 280ms ease-out,
    opacity 220ms ease-out;
  will-change: transform;
}

.specialized-column.left .specialized-item {
  grid-template-columns: minmax(0, 1fr) 92px;
}

.specialized-column.left .specialized-item[data-specialized-item] {
  --specialized-base: -62px;
}

.specialized-column.right .specialized-item[data-specialized-item] {
  --specialized-base: 62px;
}

.specialized-column.left .specialized-item > div:first-child {
  order: 2;
}

.specialized-column.left .specialized-item > div:last-child {
  order: 1;
}

.specialized-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  color: #1a1713;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(17, 16, 14, 0.08);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(17, 16, 14, 0.08);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.specialized-item h3 {
  margin-bottom: 10px;
  color: #171411;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  font-weight: 300;
  text-transform: uppercase;
}

.specialized-item p {
  color: rgba(23, 20, 17, 0.66);
  font-size: 1.04rem;
  line-height: 1.7;
}

.specialized-doctor {
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 740px;
}

.specialized-doctor img {
  width: min(100%, 360px);
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 50px rgba(17, 16, 14, 0.14));
}

.patient-wall-section .section-heading {
  padding-inline: clamp(20px, 5vw, 72px);
}

.patient-marquee {
  width: 100%;
  overflow: hidden;
  padding-block: 10px 18px;
}

.patient-marquee-track {
  display: flex;
  width: max-content;
  animation: patientSwipe 34s linear infinite;
  will-change: transform;
}

.patient-marquee:hover .patient-marquee-track {
  animation-play-state: paused;
}

.patient-frame {
  flex: 0 0 clamp(260px, 24vw, 430px);
  height: clamp(240px, 24vw, 380px);
  background-position: center;
  background-size: cover;
  border-right: 2px solid #0f0e0c;
  filter: saturate(0.98) contrast(1.02);
}

.patient-one {
  background-image: url("https://images.unsplash.com/photo-1607746882042-944635dfe10e?auto=format&fit=crop&w=900&q=80");
}

.patient-two {
  background-image: url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=900&q=80");
}

.patient-three {
  background-image: url("https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=900&q=80");
}

.patient-four {
  background-image: url("https://images.unsplash.com/photo-1559839734-2b71ea197ec2?auto=format&fit=crop&w=900&q=80");
}

.patient-five {
  background-image: url("https://images.unsplash.com/photo-1609840114035-3c981b782dfe?auto=format&fit=crop&w=900&q=80");
}

.patient-six {
  background-image: url("assets/moroccan-invisalign-hero.png");
}

.topic-showcase-section {
  background: #0f0e0c;
}

.topic-showcase {
  position: relative;
  max-width: 1440px;
  min-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.38), rgba(5, 5, 5, 0.18)),
    url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  transition: background-image 380ms ease;
}

.topic-showcase.topic-cosmetic {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.12)),
    url("assets/moroccan-invisalign-hero.png");
  background-position: center;
  background-size: cover;
}

.topic-showcase.topic-emergency {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.16)),
    url("https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
}

.topic-showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.34));
  pointer-events: none;
}

.topic-showcase-grid {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.topic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  padding: 56px 34px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(5, 5, 5, 0.08);
  transition:
    background 240ms ease,
    backdrop-filter 240ms ease,
    transform 280ms ease;
  overflow: hidden;
}

.topic-card::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 0;
  background: linear-gradient(180deg, #f2d083 0%, #d7ad58 100%);
  transition: height 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  content: "";
  z-index: 0;
}

.topic-card:last-child {
  border-right: 0;
}

.topic-card.active,
.topic-card:hover {
  background: rgba(242, 208, 131, 0.16);
  backdrop-filter: blur(2px);
  transform: translateY(-2px);
}

.topic-card.active::before,
.topic-card:hover::before {
  height: 158px;
}

.topic-label {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition:
    color 280ms ease,
    letter-spacing 280ms ease,
    transform 280ms ease;
}

.topic-card:hover .topic-label,
.topic-card.active .topic-label {
  color: var(--black);
  letter-spacing: 0.05em;
  transform: translateY(-2px);
}

.topic-link {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  color: var(--cream);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 280ms ease;
}

.topic-card:hover .topic-link,
.topic-card.active .topic-link {
  color: var(--black);
}

.topic-link:hover {
  color: var(--gold-bright);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.google-review-section {
  background: #11100e;
}

.google-review-panel {
  max-width: 1340px;
  min-height: 620px;
  display: grid;
  align-content: center;
  gap: clamp(36px, 5vw, 64px);
  margin: 0 auto;
  padding: clamp(46px, 7vw, 86px) clamp(22px, 5vw, 62px);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.62)),
    radial-gradient(circle at 52% 38%, rgba(242, 208, 131, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.62)),
    url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.review-panel-header {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.review-panel-header .eyebrow {
  color: var(--gold-bright);
}

.review-panel-header h2 {
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 300;
  text-transform: uppercase;
}

.review-sync-status {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.google-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.google-review-card {
  min-height: 270px;
  display: grid;
  align-content: space-between;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(17, 16, 14, 0.68);
  border: 1px solid rgba(242, 208, 131, 0.38);
  border-radius: 18px;
  backdrop-filter: blur(5px);
}

.review-stars {
  color: var(--gold-bright);
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.google-review-card blockquote {
  margin: 18px 0 28px;
  color: #ffffff;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  font-weight: 800;
  line-height: 1.75;
}

.google-review-author {
  display: grid;
  gap: 4px;
}

.google-review-author strong {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.google-review-author span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.doctor-photo {
  min-height: 560px;
  background-image: url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=1200&q=80");
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.doctor-gallery {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.52);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.doctor-room {
  background-image: url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=1200&q=80");
}

.doctor-consult {
  background-image: url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=1200&q=80");
}

.doctor-scan {
  background-image: url("https://images.unsplash.com/photo-1609840114035-3c981b782dfe?auto=format&fit=crop&w=1200&q=80");
}

.doctor-smile {
  background-image: url("assets/moroccan-invisalign-hero.png");
}

.credential-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.credential-grid {
  display: grid;
  gap: 10px;
}

.credential-grid span {
  padding: 14px;
  color: var(--cream);
  background: rgba(215, 173, 88, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.specialized-grid,
.reviews-grid,
.offers-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.specialized-grid article {
  min-height: 260px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
}

.specialized-grid article::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.88)),
    var(--service-image, url("https://images.unsplash.com/photo-1609840114035-3c981b782dfe?auto=format&fit=crop&w=900&q=80"));
  background-position: center;
  background-size: cover;
  opacity: 0.42;
  transition: transform 500ms ease, opacity 300ms ease;
  content: "";
}

.specialized-grid article:nth-child(2)::before {
  --service-image: url("https://images.unsplash.com/photo-1606811971618-4486d14f3f99?auto=format&fit=crop&w=900&q=80");
}

.specialized-grid article:nth-child(3)::before {
  --service-image: url("https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=900&q=80");
}

.specialized-grid article:nth-child(4)::before {
  --service-image: url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=900&q=80");
}

.specialized-grid article:nth-child(5)::before {
  --service-image: url("https://images.unsplash.com/photo-1629909615184-74f495363b67?auto=format&fit=crop&w=900&q=80");
}

.specialized-grid article:nth-child(6)::before {
  --service-image: url("https://images.unsplash.com/photo-1588776813677-77aaf5595b83?auto=format&fit=crop&w=900&q=80");
}

.specialized-grid article > * {
  position: relative;
  z-index: 1;
}

.specialized-grid article:hover::before {
  opacity: 0.58;
  transform: scale(1.06);
}

.cosmetic-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.74) 42%, rgba(5, 5, 5, 0.38) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.08) 42%, rgba(5, 5, 5, 0.62)),
    url("assets/moroccan-invisalign-hero.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  border-block: 1px solid var(--line);
  color: var(--cream);
}

.cosmetic-section .section-copy {
  max-width: 680px;
}

.cosmetic-section .section-copy p {
  color: rgba(248, 240, 223, 0.82);
}

.cosmetic-highlight {
  align-self: end;
  justify-self: end;
  display: grid;
  gap: 10px;
  width: min(390px, 100%);
  padding: clamp(22px, 3vw, 34px);
  background: rgba(12, 11, 10, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.cosmetic-highlight span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cosmetic-highlight strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
}

.instagram-section {
  text-align: center;
}

.instagram-section h2 {
  max-width: 780px;
  margin-inline: auto;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.social-grid span,
.social-grid a {
  min-height: 230px;
  display: block;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.5)),
    var(--social-image, url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=700&q=80"));
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.social-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 320ms ease;
}

.social-grid a:hover img {
  transform: scale(1.04);
}

.social-grid span:nth-child(2) {
  --social-image: url("https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=700&q=80");
}

.social-grid span:nth-child(3) {
  --social-image: url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=700&q=80");
}

.social-grid span:nth-child(4) {
  --social-image: url("https://images.unsplash.com/photo-1606811971618-4486d14f3f99?auto=format&fit=crop&w=700&q=80");
}

.blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-grid span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-grid a {
  color: var(--gold-bright);
  font-weight: 900;
}

.offers-grid {
  gap: 18px;
}

.offer-card:first-child {
  grid-column: span 2;
}

.booking-intro {
  max-width: 760px;
  margin-bottom: 38px;
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.calendar-card {
  padding: clamp(18px, 3vw, 30px);
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.calendar-head h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 500;
}

.icon-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--gold-bright);
  background: var(--soft-black);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
}

.icon-button span {
  margin-top: -2px;
  font-size: 2rem;
}

.weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.weekdays {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day {
  aspect-ratio: 1;
  min-height: 58px;
  color: var(--cream);
  background: #0d0c0b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  cursor: pointer;
}

.calendar-day:hover:not(:disabled),
.calendar-day.active {
  color: var(--black);
  background: var(--gold-bright);
  border-color: var(--gold-bright);
}

.calendar-day:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(215, 173, 88, 0.15);
}

.calendar-day:disabled {
  color: rgba(248, 240, 223, 0.28);
  cursor: not-allowed;
}

.calendar-day.has-slots::after {
  display: block;
  width: 5px;
  height: 5px;
  margin: 5px auto 0;
  background: currentColor;
  border-radius: 50%;
  content: "";
}

.calendar-day.day-pop,
.slot.slot-pop {
  animation: softPop 340ms ease both;
}

.booking-form {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
}

.selected-appointment {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 16px;
  color: var(--gold-bright);
  background: rgba(215, 173, 88, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  line-height: 1.45;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend,
label {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.slot {
  min-height: 42px;
  color: var(--cream);
  background: var(--soft-black);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.slot.active {
  color: var(--black);
  background: var(--gold-bright);
  box-shadow: 0 10px 24px rgba(215, 173, 88, 0.22);
}

label {
  display: grid;
  gap: 8px;
}

input,
select,
textarea {
  width: 100%;
  color: var(--cream);
  background: #0b0a09;
  border: 1px solid rgba(215, 173, 88, 0.3);
  border-radius: 8px;
  outline: 0;
}

input,
select {
  height: 48px;
  padding: 0 13px;
}

textarea {
  resize: vertical;
  padding: 13px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(215, 173, 88, 0.14);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--gold-bright);
  line-height: 1.5;
}

.reviews-grid blockquote {
  margin: 0;
}

.reviews-grid p {
  color: var(--cream);
  font-size: 1.05rem;
}

.reviews-grid cite {
  color: var(--gold-bright);
  font-style: normal;
  font-weight: 900;
}

.hours-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.hours-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(215, 173, 88, 0.15);
}

.hours-card dt,
.hours-card dd {
  margin: 0;
}

.hours-card dd {
  color: var(--gold-bright);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.9fr 1.15fr;
  align-items: start;
  gap: clamp(24px, 3vw, 40px);
  padding: clamp(48px, 7vw, 72px) clamp(20px, 5vw, 72px) 34px;
  color: var(--muted);
  background:
    radial-gradient(circle at top left, rgba(242, 208, 131, 0.08), transparent 22%),
    linear-gradient(180deg, #12100d, #080706 78%);
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.site-footer strong {
  color: var(--cream);
}

.footer-brand-panel {
  align-self: start;
  padding-right: min(2vw, 18px);
  margin-top: -28px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  color: var(--cream);
}

.footer-brand-logo {
  width: min(100%, 340px);
  height: auto;
  display: block;
}

.footer-intro {
  max-width: 34ch;
  margin: 8px 0 0;
}

.footer-contact-list {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.footer-contact-list a,
.footer-link-column a,
.footer-bottom-bar a {
  color: var(--muted);
}

.footer-contact-list a:hover,
.footer-link-column a:hover,
.footer-bottom-bar a:hover {
  color: var(--gold-bright);
}

.site-footer .footer-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.site-footer .footer-socials a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer .footer-socials svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials a:hover {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-color: transparent;
}

.footer-link-column strong,
.footer-membership-column strong,
.footer-map-column strong {
  margin-bottom: 2px;
  font-size: 1.05rem;
}

.footer-link-column {
  gap: 12px;
}

.footer-service-links {
  gap: 8px;
}

.footer-service-parent {
  color: var(--cream);
}

.footer-service-submenu {
  display: grid;
  gap: 7px;
  padding-left: 16px;
  border-left: 1px solid rgba(242, 208, 131, 0.18);
}

.footer-service-submenu a {
  font-size: 0.96rem;
  line-height: 1.45;
}

.footer-membership-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-kicker {
  color: rgba(242, 208, 131, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-membership-card {
  display: block;
  overflow: hidden;
  width: min(100%, 218px);
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(19, 16, 12, 0.95), rgba(10, 8, 6, 0.98));
  border: 1px solid rgba(242, 208, 131, 0.14);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.footer-membership-media {
  overflow: hidden;
  padding: 8px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(244, 233, 206, 0.97));
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 12px;
}

.footer-membership-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.footer-membership-column .footer-note {
  max-width: 27ch;
  margin-top: 2px;
  color: rgba(245, 236, 220, 0.72);
  line-height: 1.65;
}

.footer-map-frame {
  overflow: hidden;
  min-height: 230px;
  border: 1px solid rgba(242, 208, 131, 0.18);
  border-radius: 10px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.footer-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 230px;
  border: 0;
  filter: grayscale(0.18) saturate(0.92) contrast(1.02);
}

.footer-note {
  max-width: 36ch;
  margin: 2px 0 0;
}

.footer-admin-link {
  color: var(--gold-bright);
}

.footer-bottom-bar {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 0 clamp(20px, 5vw, 72px) 34px;
  color: rgba(245, 236, 220, 0.58);
  background: #080706;
  border-top: 1px solid rgba(242, 208, 131, 0.1);
}

.admin-shell {
  --admin-sidebar-width: clamp(340px, 26vw, 420px);
  min-height: 100vh;
  display: grid;
  grid-template-columns: var(--admin-sidebar-width) minmax(0, 1fr);
  background:
    radial-gradient(circle at top left, rgba(242, 208, 131, 0.14), transparent 22%),
    linear-gradient(90deg, #0c0a08 0 var(--admin-sidebar-width), #f4efe4 var(--admin-sidebar-width) 100%);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  min-width: 0;
  align-self: start;
  min-height: 100vh;
  display: grid;
  align-content: start;
  gap: 28px;
  padding: 36px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%),
    linear-gradient(180deg, rgba(12, 10, 8, 0.96), rgba(18, 15, 11, 0.98));
  border-right: 1px solid rgba(242, 208, 131, 0.18);
  overflow: hidden;
}

.admin-sidebar > * {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 100%;
}

.admin-sidebar::after {
  content: "";
  position: absolute;
  inset: auto -70px -80px auto;
  width: 240px;
  height: 240px;
  background:
    radial-gradient(circle, rgba(242, 208, 131, 0.18), rgba(242, 208, 131, 0.02) 58%, transparent 70%);
  pointer-events: none;
}

.admin-note {
  max-width: 30ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.admin-sidebar-links {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.admin-sidebar-links a {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 12px 14px;
  color: var(--cream);
  border: 1px solid rgba(242, 208, 131, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  overflow-wrap: anywhere;
}

.admin-sidebar-links a:hover {
  border-color: var(--gold-bright);
  background: rgba(242, 208, 131, 0.12);
}

.admin-sidebar-links a.is-active {
  color: #0c0a08;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-color: transparent;
  box-shadow: 0 18px 38px rgba(215, 173, 88, 0.18);
}

.admin-content {
  min-width: 0;
  padding: clamp(28px, 5vw, 52px);
  color: #1a1713;
}

.admin-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: clamp(22px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 251, 243, 0.98), rgba(247, 240, 226, 0.92));
  border: 1px solid rgba(215, 173, 88, 0.2);
  border-radius: 20px;
  box-shadow: 0 22px 48px rgba(31, 24, 15, 0.08);
}

.admin-header h1 {
  margin-bottom: 12px;
  max-width: none;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  color: #18140f;
}

.admin-status {
  margin: 0;
  padding: 12px 16px;
  color: #6d4d12;
  background: rgba(242, 208, 131, 0.22);
  border: 1px solid rgba(215, 173, 88, 0.34);
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.admin-warning-banner,
.admin-warning {
  margin: 0 0 22px;
  padding: 14px 16px;
  color: #7b5713;
  background: rgba(242, 208, 131, 0.18);
  border: 1px solid rgba(215, 173, 88, 0.28);
  border-radius: 12px;
}

.admin-warning {
  margin: 0;
}

.admin-form-grid {
  display: grid;
  gap: 22px;
}

.admin-card,
.admin-mini-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 243, 233, 0.92));
  border: 1px solid rgba(215, 173, 88, 0.2);
  border-radius: 16px;
  box-shadow: 0 24px 54px rgba(25, 19, 12, 0.08);
}

.admin-panel {
  animation: adminPanelIn 360ms ease both;
}

.admin-panel[hidden] {
  display: none !important;
}

@keyframes adminPanelIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.admin-card-heading h2,
.admin-mini-card h3 {
  margin-bottom: 6px;
  color: #171411;
}

.admin-language-block {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(215, 173, 88, 0.08);
  border: 1px solid rgba(215, 173, 88, 0.2);
  border-radius: 16px;
}

.admin-language-block h4 {
  margin: 0;
  color: #6d4d12;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-language-block[dir="rtl"] label {
  text-align: right;
}

.admin-card-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.admin-card-tools p {
  margin: 0;
}

.admin-post-actions {
  margin-bottom: 18px;
}

.admin-post-card {
  align-content: start;
}

.admin-remove-post {
  min-width: 112px;
}

.page-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.admin-grid {
  display: grid;
  gap: 14px;
}

.admin-grid.two-up,
.admin-repeat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-repeat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-card label,
.admin-mini-card label {
  display: grid;
  gap: 8px;
  color: #6f604b;
  font-size: 0.95rem;
  font-weight: 700;
}

.admin-card input,
.admin-card textarea,
.admin-card select,
.admin-mini-card input,
.admin-mini-card textarea,
.admin-mini-card select {
  width: 100%;
  padding: 13px 14px;
  color: #18140f;
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(215, 173, 88, 0.18);
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(17, 16, 14, 0.04);
}

.admin-card input:focus,
.admin-card textarea:focus,
.admin-card select:focus,
.admin-mini-card input:focus,
.admin-mini-card textarea:focus,
.admin-mini-card select:focus {
  outline: none;
  border-color: rgba(215, 173, 88, 0.58);
  box-shadow:
    0 0 0 4px rgba(242, 208, 131, 0.18),
    inset 0 1px 2px rgba(17, 16, 14, 0.04);
}

.admin-card input[type="file"],
.admin-mini-card input[type="file"] {
  padding: 10px;
}

.admin-card .admin-checkbox-label,
.admin-mini-card .admin-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-card .admin-checkbox-label input,
.admin-mini-card .admin-checkbox-label input {
  width: auto;
}

.admin-actions,
.admin-submit-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-submit-bar {
  padding-bottom: 20px;
}

.admin-login-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(115deg, rgba(12, 10, 8, 0.96) 0 44%, rgba(244, 239, 228, 0.98) 44% 100%),
    radial-gradient(circle at top left, rgba(242, 208, 131, 0.12), transparent 26%);
}

.admin-login-shell {
  width: min(100%, 1120px);
  padding: 24px;
}

.admin-login-card {
  position: relative;
  width: min(100%, 980px);
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 0.95fr);
  gap: 0;
  padding: 0;
  background: linear-gradient(135deg, rgba(255, 252, 246, 0.98), rgba(246, 238, 223, 0.96));
  border: 1px solid rgba(215, 173, 88, 0.18);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(17, 16, 14, 0.18);
}

.admin-login-card::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 8;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(6, 6, 5, 0.18), rgba(6, 6, 5, 0.54)),
    url("https://images.unsplash.com/photo-1629909615184-74f495363b67?auto=format&fit=crop&w=1200&q=80");
  background-position: center;
  background-size: cover;
}

.admin-login-panel {
  grid-column: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
  min-height: 100%;
  padding: clamp(34px, 5vw, 52px) clamp(30px, 4vw, 44px);
}

.admin-login-panel > * {
  width: min(100%, 430px);
}

.admin-login-panel .brand {
  margin-bottom: 4px;
}

.admin-login-copy {
  display: grid;
  gap: 0;
}

.admin-login-card h1 {
  max-width: 8ch;
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 3.6vw, 3.15rem);
  line-height: 1.04;
  color: #191510;
}

.admin-login-card p:not(.eyebrow):not(.admin-error) {
  max-width: 27rem;
  color: #665742;
  line-height: 1.58;
}

.admin-login-card label {
  display: grid;
  gap: 8px;
  color: #241c13;
  font-weight: 700;
}

.admin-login-card input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  color: #18140f;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(215, 173, 88, 0.22);
  border-radius: 10px;
}

.admin-login-card .button.full {
  width: min(100%, 430px);
  min-height: 48px;
  justify-self: start;
}

.admin-error {
  margin: 0;
  padding: 12px 14px;
  color: #ffd7d7;
  background: rgba(120, 24, 24, 0.28);
  border: 1px solid rgba(255, 140, 140, 0.26);
  border-radius: 10px;
}

.admin-dashboard-page .button[disabled],
.admin-login-page .button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.search-panel {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: start center;
  padding: 130px 20px 40px;
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(14px);
}

.search-panel.open {
  display: grid;
}

.search-box {
  width: min(760px, 100%);
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 3vw, 30px);
  bottom: clamp(20px, 3vw, 28px);
  z-index: 26;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 16px 0 12px;
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(17, 16, 14, 0.92), rgba(8, 7, 6, 0.96));
  border: 1px solid rgba(242, 208, 131, 0.24);
  border-radius: 999px;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.96);
  transition:
    opacity 220ms ease,
    transform 260ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  border-color: rgba(242, 208, 131, 0.52);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(242, 208, 131, 0.1);
  transform: translateY(-2px);
}

.back-to-top-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.back-to-top-label {
  color: rgba(250, 244, 232, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.close-search {
  justify-self: end;
  color: var(--gold-bright);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.search-results {
  display: grid;
  gap: 8px;
}

.search-results a {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: rgba(215, 173, 88, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.search-results span {
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 10px;
    font-size: 0.96rem;
  }

  .header-actions {
    gap: 8px;
  }

  .header-call,
  .search-toggle {
    display: none;
  }

  .site-header .brand-logo {
    width: clamp(170px, 24vw, 270px);
  }

  .hero,
  .service-hero-layout,
  .service-article-top,
  .news-feature-layout,
  .booking-page-grid,
  .booking-shell,
  .contact-hero,
  .contact-card-grid,
  .contact-booking-card,
  .page-grid,
  .article-page-grid,
  .service-section-layout,
  .specialized-services-layout {
    grid-template-columns: 1fr;
  }

  .news-card-grid,
  .news-topic-grid,
  .service-columns,
  .before-after-gallery-grid,
  .case-gallery-grid,
  .feature-list,
  .specialized-grid,
  .offers-grid,
  .news-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 92px;
  }

  .top-bar {
    display: none;
  }

  .site-header {
    inset: 0 0 auto 0;
    min-height: 68px;
    align-items: center;
    padding: 8px 16px;
  }

  .site-header.scrolled {
    min-height: 68px;
    align-items: center;
    padding: 8px 16px;
  }

  .site-nav,
  .header-cta,
  .header-call,
  .search-toggle {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    font-size: 1rem;
  }

  .site-header.scrolled .menu-toggle {
    min-height: 44px;
    padding: 0 16px;
    font-size: 1rem;
  }

  .header-actions {
    align-items: center;
  }

  .mobile-menu {
    top: 68px;
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    border-radius: 18px;
  }

  .site-header .brand-logo,
  .site-header.scrolled .brand-logo {
    width: clamp(150px, 42vw, 220px);
  }

  .page-hero,
  .page-hero.natural,
  .contact-hero,
  .hero {
    min-height: auto;
    padding-top: clamp(112px, 18vw, 150px);
    padding-bottom: clamp(48px, 10vw, 84px);
  }

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

  .hero-content {
    max-width: 100%;
  }

  .hero-content h1,
  .page-hero h1,
  .contact-hero h1,
  .section-heading h2,
  .news-journal-header h2,
  .service-compare-header h3 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 4.8rem);
    letter-spacing: -0.045em;
  }

  .hero-copy,
  .page-hero-content p,
  .contact-hero p:not(.eyebrow),
  .section-heading p {
    max-width: 100%;
  }

  .page-grid,
  .article-page-grid,
  .service-article-top,
  .service-story-card,
  .service-article-stream > .service-story-card:nth-child(even),
  .service-compare-grid,
  .news-feature-card,
  .news-feature-layout,
  .contact-hero,
  .contact-card-grid,
  .contact-booking-card,
  .booking-page-grid,
  .booking-shell,
  .footer-bottom-bar,
  .admin-login-card,
  .admin-dashboard-shell,
  .admin-grid.two-up,
  .admin-repeat-grid {
    grid-template-columns: 1fr;
  }

  .service-story-card,
  .service-article-stream > .service-story-card:nth-child(even) {
    padding: clamp(18px, 5vw, 26px);
  }

  .service-article-stream > .service-story-card:nth-child(even) .service-story-media,
  .service-article-stream > .service-story-card:nth-child(even) .service-story-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .service-story-media,
  .service-story-photo,
  .news-feature-media,
  .news-card-media,
  .article-card-media {
    min-height: 240px;
  }

  .service-story-photo,
  .news-feature-media img,
  .news-card-media img,
  .article-card-media,
  .article-detail-media {
    width: 100%;
    object-fit: cover;
  }

  .news-card-grid,
  .news-topic-grid,
  .news-archive-grid,
  .service-columns,
  .before-after-gallery-grid,
  .case-gallery-grid,
  .specialized-grid,
  .feature-list,
  .offers-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand-panel {
    margin-top: 0;
  }

  .footer-service-submenu {
    padding-left: 14px;
  }

  .news-topic-card {
    min-height: 132px;
  }

  .contact-booking-card {
    margin-inline: clamp(16px, 5vw, 28px);
  }

  .gold-map-frame,
  .gold-map-frame iframe {
    min-height: 320px;
  }

  .admin-login-card::before {
    display: none;
  }

  .admin-login-panel {
    grid-column: 1;
    justify-items: center;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 62px;
    padding-inline: 12px;
  }

  .site-header .brand-logo,
  .site-header.scrolled .brand-logo {
    width: clamp(132px, 48vw, 184px);
  }

  .menu-toggle {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .mobile-menu {
    top: 62px;
  }

  .page-hero,
  .page-hero.natural,
  .contact-hero,
  .hero,
  .services-section,
  .booking-section,
  .contact-section,
  .blog-section,
  .reviews-section,
  .offers-grid,
  .patient-section,
  .news-journal-section,
  .news-topics-section,
  .service-article-shell,
  .before-after-page-section,
  .booking-page-grid,
  .page-grid {
    padding-left: clamp(16px, 5vw, 22px);
    padding-right: clamp(16px, 5vw, 22px);
  }

  .page-hero,
  .page-hero.natural,
  .contact-hero,
  .hero {
    padding-top: 98px;
  }

  .hero-content h1,
  .page-hero h1,
  .contact-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.8rem);
    line-height: 0.98;
  }

  .section-heading h2,
  .news-journal-header h2,
  .service-story-copy h3,
  .service-compare-header h3,
  .contact-card-head h2,
  .contact-booking-card h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1.02;
  }

  .page-actions,
  .hero-actions,
  .admin-actions,
  .admin-submit-bar {
    flex-direction: column;
  }

  .button,
  .page-actions .button,
  .hero-actions .button,
  .contact-booking-card .button {
    width: 100%;
    justify-content: center;
  }

  .content-panel,
  .service-side-panel.compact,
  .service-article-guide,
  .service-story-card,
  .service-compare-card,
  .news-feature-card,
  .news-article-card,
  .news-index-card,
  .contact-action-card,
  .contact-booking-card,
  .booking-form,
  .calendar-card,
  .offer-card,
  .article-detail-card {
    border-radius: 18px;
    padding: clamp(18px, 5vw, 24px);
  }

  .news-feature-card {
    display: grid;
  }

  .service-story-media,
  .service-story-photo,
  .news-feature-media,
  .news-card-media,
  .article-card-media,
  .gold-map-frame,
  .gold-map-frame iframe {
    min-height: 220px;
  }

  .service-compare-grid {
    gap: 16px;
  }

  .service-compare-card {
    width: 100%;
  }

  .calendar-grid,
  .weekdays {
    gap: 6px;
  }

  .calendar-day,
  .weekday,
  .weekdays span {
    min-width: 0;
    font-size: 0.78rem;
  }

  .slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-card-head {
    align-items: start;
  }

  .contact-card-icon,
  .news-category-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .clinic-map-label {
    max-width: 48vw;
    white-space: normal;
    line-height: 1.2;
  }

  .map-reset-button {
    max-width: calc(100% - 32px);
    white-space: normal;
  }

  .back-to-top {
    right: 12px;
    bottom: 12px;
    min-height: 42px;
    padding-right: 12px;
  }

  .back-to-top-label {
    display: none;
  }

  .site-footer {
    padding-inline: 18px;
  }
}

@media (max-width: 420px) {
  .hero-content h1,
  .page-hero h1,
  .contact-hero h1 {
    font-size: clamp(1.95rem, 13vw, 3.1rem);
  }

  .news-topic-card {
    min-height: 116px;
    padding: 18px 12px;
  }

  .slot-grid,
  .service-guide-list,
  .before-after-pair {
    grid-template-columns: 1fr;
  }

  .contact-info-list a,
  .contact-info-list > span {
    word-break: break-word;
  }
}

.reveal {
  opacity: 0;
  translate: 0 30px;
  transition:
    opacity 760ms ease,
    translate 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, translate;
}

.reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  will-change: auto;
}

/* Responsive hardening layer for all shared PHP templates. */
img,
video,
iframe,
svg {
  max-width: 100%;
}

img,
video {
  height: auto;
}

.page-main,
.page-hero,
.hero,
.page-grid,
.services-section,
.booking-section,
.contact-section,
.blog-section,
.reviews-section,
.offers-grid,
.patient-section,
.news-journal-section,
.news-topics-section,
.service-article-shell,
.before-after-page-section,
.contact-redesign {
  min-width: 0;
}

.content-panel,
.article-card,
.booking-form,
.calendar-card,
.offer-card,
.service-story-card,
.service-compare-card,
.service-side-panel,
.service-article-guide,
.news-feature-card,
.news-article-card,
.news-index-card,
.news-topic-card,
.contact-action-card,
.contact-booking-card,
.footer-membership-card {
  min-width: 0;
}

.feature-list article,
.service-columns article,
.specialized-grid article,
.offer-card,
.calendar-card,
.booking-form,
.reviews-grid blockquote,
.contact-card,
.hours-card,
.blog-grid article,
.review-widget,
.cosmetic-highlight,
.split-feature,
.doctor-photo,
.doctor-gallery {
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease;
}

.feature-list article:hover,
.service-columns article:hover,
.specialized-grid article:hover,
.offer-card:hover,
.calendar-card:hover,
.booking-form:hover,
.reviews-grid blockquote:hover,
.contact-card:hover,
.hours-card:hover,
.blog-grid article:hover,
.review-widget:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.doctor-photo:hover,
.doctor-gallery:hover {
  transform: scale(1.012);
  border-color: var(--line-strong);
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(34px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes elegantReturn {
  from {
    opacity: 0;
    transform: translateY(-24px) scale(0.985);
  }

  60% {
    opacity: 1;
    transform: translateY(4px) scale(1);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-18px, 10px, 0);
  }
}

@keyframes goldSweep {
  0%,
  100% {
    background-position: 0% 40%;
  }

  50% {
    background-position: 100% 60%;
  }
}

@keyframes scrollCue {
  0%,
  100% {
    opacity: 0.24;
    transform: translateY(-8px);
  }

  50% {
    opacity: 0.88;
    transform: translateY(8px);
  }
}

@keyframes softPop {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(8px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes patientSwipe {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes introArrowFloatTop {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

@keyframes introArrowFloatBottom {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}


@media (max-width: 1120px) {
  .admin-shell {
    --admin-sidebar-width: 100%;
    grid-template-columns: 1fr;
    background:
      radial-gradient(circle at top left, rgba(242, 208, 131, 0.14), transparent 22%),
      linear-gradient(180deg, #0c0a08 0 380px, #f4efe4 380px 100%);
  }

  .admin-sidebar {
    position: relative;
    min-height: auto;
    padding: 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(242, 208, 131, 0.18);
  }

  .admin-sidebar .admin-brand-logo {
    width: min(100%, 300px);
  }

  .admin-note {
    max-width: 62ch;
  }

  .admin-sidebar-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav,
  .header-call,
  .search-toggle {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .service-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 104px;
  }

  .top-bar {
    display: none;
  }

  .floating-actions {
    display: none;
  }

  .back-to-top {
    right: 18px;
    bottom: 18px;
  }

  .site-header {
    inset: 0 0 auto 0;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
  }

  .service-hero-layout,
  .service-article-top,
  .service-story-card,
  .service-section-layout,
  .service-section-layout.reverse,
  .service-compare-grid {
    grid-template-columns: 1fr;
  }

  .service-guide-list {
    grid-template-columns: 1fr;
  }

  .service-story-card {
    gap: 20px;
  }

  .service-article-stream > .service-story-card:nth-child(even) .service-story-media,
  .service-article-stream > .service-story-card:nth-child(even) .service-story-copy {
    order: initial;
  }

  .service-story-photo {
    min-height: 240px;
    border-radius: 20px;
  }

  .service-story-media::after {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .service-section-layout.reverse .service-section-copy,
  .service-section-layout.reverse .service-section-visual {
    order: initial;
  }

  .hero-video {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .hero-intro-controls {
    display: none;
  }

  body.hero-intro-active .top-bar,
  body.hero-intro-active .site-header,
  body.hero-intro-active .floating-actions,
  body.hero-intro-active .trust-strip,
  body.hero-intro-active .hero-content .eyebrow,
  body.hero-intro-active .hero-content h1,
  body.hero-intro-active .hero-copy,
  body.hero-intro-active .hero-actions,
  body.hero-intro-active .quick-book {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .fixed-story-section,
  .cosmetic-section {
    background-attachment: scroll;
  }

  .split-feature,
  .split-feature.reverse {
    grid-template-columns: 1fr;
  }

  .quick-book {
    justify-self: start;
    margin-top: 54px;
  }

  .intro-section,
  .team-section,
  .cosmetic-section,
  .contact-section,
  .contact-hero,
  .contact-card-grid,
  .contact-booking-card,
  .booking-shell,
  .page-grid,
  .service-compare-grid,
  .booking-page-grid,
  .specialized-services-layout {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    align-items: start;
  }

  .contact-booking-card .button {
    width: 100%;
    justify-content: center;
  }

  .reviews-fixed-story-section {
    min-height: auto;
    background-attachment: scroll;
  }

  .award-section {
    background-attachment: scroll;
  }

  .reviews-fixed-story-content {
    gap: 42px;
  }

  .doctor-photo {
    min-height: 420px;
  }

  .doctor-gallery {
    min-height: 420px;
  }

  .specialized-services-shell::after {
    height: 120px;
  }

  .specialized-column {
    padding-bottom: 0;
    gap: 22px;
  }

  .specialized-column.left {
    text-align: left;
  }

  .specialized-item,
  .specialized-column.left .specialized-item {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .specialized-column.left .specialized-item[data-specialized-item],
  .specialized-column.right .specialized-item[data-specialized-item] {
    --specialized-base: 0px;
  }

  .specialized-column.left .specialized-item > div:first-child,
  .specialized-column.left .specialized-item > div:last-child {
    order: initial;
  }

  .specialized-icon {
    width: 76px;
    height: 76px;
  }

  .specialized-doctor {
    min-height: auto;
    order: -1;
    padding-top: 10px;
  }

  .specialized-doctor img {
    width: min(100%, 300px);
  }

  .news-hero,
  .news-feature-layout,
  .news-feature-card,
  .news-card-grid,
  .news-topic-grid {
    grid-template-columns: 1fr;
  }

  .news-hero-note {
    margin-left: 0;
    max-width: 100%;
  }

  .news-feature-card {
    min-height: 0;
  }

  .news-index-card {
    justify-content: start;
  }

  .specialized-grid,
  .reviews-grid,
  .offers-grid,
  .blog-grid,
  .google-review-grid,
  .news-archive-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-bottom-bar {
    flex-direction: column;
    align-items: start;
    padding-top: 18px;
  }

  .news-archive-header {
    align-items: start;
    flex-direction: column;
  }

  .article-meta-panel {
    position: static;
    top: auto;
  }

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

  .admin-sidebar {
    position: static;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .admin-header,
  .admin-grid.two-up,
  .admin-repeat-grid {
    grid-template-columns: 1fr;
  }

  .admin-header {
    align-items: start;
    flex-direction: column;
  }

  .admin-login-card {
    grid-template-columns: 1fr;
  }

  .admin-login-card::before {
    grid-column: 1;
    grid-row: 1;
    min-height: 220px;
  }

  .admin-login-panel {
    grid-column: 1;
    justify-items: stretch;
    padding: 24px;
  }

  .admin-login-panel > *,
  .admin-login-card .button.full {
    width: 100%;
  }

  .site-header .brand-logo,
  .footer-brand-logo,
  .admin-brand-logo {
    width: min(100%, 260px);
  }

  .topic-showcase-grid {
    grid-template-columns: 1fr;
  }

  .topic-card {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .topic-card:last-child {
    border-bottom: 0;
  }

  .before-after-heading h2 {
    font-size: 2.35rem;
  }

  .before-after-intro h2 {
    font-size: 2.35rem;
  }

  .before-after-gallery {
    grid-template-columns: 1fr;
  }

  .offer-card:first-child {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .hero {
    padding-inline: 18px;
  }

  .hero-media {
    background-position: 62% center;
  }

  .trust-strip,
  .service-columns,
  .credential-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .service-article-shell {
    padding-inline: 16px;
  }

  .service-side-panel.compact h2,
  .service-article-guide h2 {
    max-width: none;
  }

  .service-guide-list a {
    min-height: auto;
    padding: 14px 16px;
  }

  .service-story-card {
    padding: 18px;
  }

  .service-story-card::before {
    width: 4px;
  }

  .service-story-media::after {
    display: none;
  }

  .trust-strip div {
    min-height: 102px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .weekdays,
  .calendar-grid {
    gap: 5px;
  }

  .calendar-day {
    min-height: 43px;
    border-radius: 6px;
    font-size: 0.88rem;
  }

  .slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .before-after-section {
    padding-inline: 16px;
  }

  .before-after-media {
    gap: 8px;
  }

  .before-after-media figcaption {
    left: 8px;
    bottom: 8px;
    font-size: 0.66rem;
  }

  .news-journal-section {
    padding-inline: 16px;
  }

  .news-feature-copy,
  .news-card-copy,
  .news-index-card,
  .news-hero-note {
    padding: 22px;
  }

  .news-feature-media,
  .news-card-media {
    min-height: 220px;
    height: 220px;
  }

  .news-index-card a {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .news-index-card a span {
    width: 36px;
    height: 36px;
  }
}

/* Final responsive override layer: keep page-specific designs intact on desktop,
   but force safe stacking and readable spacing on tablets and phones. */
@media (max-width: 1180px) {
  .header-call,
  .search-toggle {
    display: none;
  }

  .site-header .brand-logo {
    width: clamp(160px, 24vw, 260px);
  }

  .service-hero-layout,
  .service-article-top,
  .service-story-card,
  .service-article-stream > .service-story-card:nth-child(even),
  .service-section-layout,
  .service-section-layout.reverse,
  .service-compare-grid,
  .news-hero,
  .news-feature-layout,
  .news-feature-card,
  .contact-hero,
  .contact-card-grid,
  .contact-booking-card,
  .booking-page-grid,
  .booking-shell,
  .page-grid,
  .article-page-grid,
  .specialized-services-layout,
  .split-hero-layout,
  .admin-dashboard-shell,
  .admin-grid.two-up {
    grid-template-columns: 1fr !important;
  }

  .service-columns,
  .specialized-grid,
  .feature-list,
  .offers-grid,
  .news-card-grid,
  .news-topic-grid,
  .news-archive-grid,
  .site-footer,
  .contact-info-grid,
  .before-after-gallery,
  .before-after-gallery-grid,
  .case-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .page-card,
  .article-card,
  .contact-panel,
  .contact-map-panel,
  .booking-panel,
  .service-story-card,
  .service-compare-section,
  .service-overview-card,
  .news-feature-card,
  .news-card,
  .before-after-card {
    min-width: 0;
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 92px;
  }

  body {
    overflow-x: hidden;
  }

  .top-bar {
    display: none;
  }

  .site-header {
    inset: 0 0 auto 0;
    min-height: 68px;
    padding: 8px 16px;
  }

  .site-nav,
  .header-cta,
  .header-call,
  .search-toggle {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    top: 68px;
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    border-radius: 18px;
  }

  .site-header .brand-logo,
  .site-header.scrolled .brand-logo {
    width: clamp(150px, 42vw, 220px);
  }

  .hero,
  .page-hero,
  .page-hero.natural,
  .contact-hero,
  .split-hero {
    min-height: auto;
    padding-top: clamp(112px, 18vw, 150px);
    padding-bottom: clamp(48px, 10vw, 84px);
  }

  .hero-content,
  .page-hero-content,
  .contact-hero-copy,
  .split-hero-copy {
    max-width: min(100%, 720px);
  }

  .hero-content h1,
  .page-hero h1,
  .contact-hero h1,
  .split-hero h1,
  .section-heading h2,
  .news-journal-header h2,
  .service-compare-header h3,
  .before-after-intro h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 4.8rem);
    letter-spacing: -0.045em;
  }

  .section-pad,
  .news-section,
  .contact-page,
  .booking-page,
  .service-page,
  .article-page,
  .before-after-page {
    padding-left: clamp(18px, 5vw, 32px);
    padding-right: clamp(18px, 5vw, 32px);
  }

  .page-grid,
  .article-page-grid,
  .service-article-top,
  .service-story-card,
  .service-article-stream > .service-story-card:nth-child(even),
  .service-compare-grid,
  .service-columns,
  .news-feature-card,
  .news-feature-layout,
  .news-card-grid,
  .news-topic-grid,
  .news-archive-grid,
  .contact-hero,
  .contact-card-grid,
  .contact-booking-card,
  .contact-info-grid,
  .booking-page-grid,
  .booking-shell,
  .footer-bottom-bar,
  .admin-login-card,
  .admin-dashboard-shell,
  .admin-grid.two-up,
  .admin-repeat-grid,
  .before-after-gallery,
  .before-after-gallery-grid,
  .case-gallery-grid,
  .specialized-grid,
  .feature-list,
  .offers-grid,
  .site-footer {
    grid-template-columns: 1fr !important;
  }

  .service-article-stream > .service-story-card:nth-child(even) .service-story-media,
  .service-article-stream > .service-story-card:nth-child(even) .service-story-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .service-story-media,
  .news-feature-media,
  .contact-map-panel,
  .gold-map-frame,
  .before-after-pair,
  .case-image-pair {
    width: 100%;
  }

  .gold-map-frame,
  .gold-map-frame iframe {
    min-height: 320px;
  }

  .clinic-map-label {
    left: 50%;
    max-width: min(220px, calc(100% - 40px));
    transform: translateX(-50%);
    text-align: center;
  }

  .map-reset-button {
    left: 14px;
    bottom: 14px;
  }

  .booking-sidebar,
  .article-sidebar,
  .page-sidebar,
  .admin-sidebar {
    position: static;
    top: auto;
  }

  .hero-video {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
  }

  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-status {
    width: 100%;
    white-space: normal;
  }

  .admin-table-wrap,
  .table-scroll,
  .data-table-wrap {
    max-width: 100%;
    overflow-x: auto;
  }

  table {
    min-width: 720px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100vw - 32px);
  }

  .site-header {
    padding-inline: 12px;
  }

  .hero,
  .page-hero,
  .page-hero.natural,
  .contact-hero,
  .split-hero {
    padding-top: 104px;
  }

  .hero-content h1,
  .page-hero h1,
  .contact-hero h1,
  .split-hero h1,
  .before-after-intro h1 {
    font-size: clamp(2rem, 11vw, 3.45rem);
    line-height: 0.96;
  }

  .hero-content p,
  .page-hero p,
  .contact-hero p,
  .split-hero p,
  .section-heading p,
  .before-after-intro p {
    font-size: 1rem;
  }

  .page-card,
  .article-card,
  .contact-panel,
  .contact-map-panel,
  .booking-panel,
  .service-story-card,
  .service-compare-section,
  .service-overview-card,
  .news-feature-card,
  .news-card,
  .before-after-card,
  .admin-card {
    padding: clamp(18px, 6vw, 28px);
    border-radius: 22px;
  }

  .hero-actions,
  .page-actions,
  .contact-actions,
  .booking-actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .ghost-link,
  .contact-submit,
  .booking-submit,
  .map-reset-button {
    justify-content: center;
    width: 100%;
  }

  .service-tags,
  .hero-badges,
  .news-filter-list,
  .language-switcher {
    gap: 8px;
  }

  .service-tags a,
  .hero-badges span,
  .news-filter-list a {
    max-width: 100%;
    white-space: normal;
  }

  .before-after-pair,
  .case-image-pair,
  .service-compare-cards,
  .slot-grid {
    grid-template-columns: 1fr !important;
  }

  .before-after-pair img,
  .case-image-pair img,
  .service-story-media img,
  .news-feature-media img {
    min-height: 0;
    object-fit: cover;
  }

  .gold-map-frame,
  .gold-map-frame iframe {
    min-height: 300px;
  }

  .clinic-map-pin {
    width: 46px;
    height: 46px;
  }

  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .back-to-top span:not(.back-to-top-icon) {
    display: none;
  }

  .footer-socials,
  .social-icons {
    flex-wrap: wrap;
  }

  .admin-sidebar-links {
    grid-template-columns: 1fr;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  .weekdays,
  .calendar-grid {
    gap: 4px;
  }

  .calendar-day {
    min-height: 44px;
    font-size: 0.82rem;
  }

  .admin-form-row,
  .admin-actions,
  .dashboard-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-actions .btn,
  .dashboard-actions .btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .section-pad,
  .news-section,
  .contact-page,
  .booking-page,
  .service-page,
  .article-page,
  .before-after-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-content h1,
  .page-hero h1,
  .contact-hero h1,
  .split-hero h1,
  .section-heading h2,
  .news-journal-header h2,
  .service-compare-header h3 {
    font-size: clamp(1.9rem, 12vw, 3rem);
  }

  .contact-info-card,
  .contact-detail,
  .footer-contact,
  .article-card,
  .news-card {
    overflow-wrap: anywhere;
  }

  .mobile-menu {
    left: 8px;
    right: 8px;
  }

  table {
    min-width: 620px;
  }
}

/* About page editorial redesign. */
.about-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 173, 88, 0.08), transparent 24%),
    #050505;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.72fr);
  gap: clamp(42px, 7vw, 112px);
  min-height: 94vh;
  align-items: center;
  padding: clamp(108px, 10vw, 156px) clamp(24px, 6vw, 96px) clamp(72px, 8vw, 120px);
  border-bottom: 1px solid rgba(215, 173, 88, 0.18);
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: min(28vw, 430px);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.about-hero h1,
.about-section-heading h2,
.about-damon-intro h2,
.about-visit-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.about-hero h1 {
  max-width: 12ch;
  margin: 20px 0 28px;
  font-size: clamp(3.5rem, 6.8vw, 7.8rem);
  line-height: 0.9;
}

.about-hero-lead {
  max-width: 760px;
  margin: 0;
  color: var(--cream);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.75;
}

.about-hero-note {
  max-width: 670px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-hero .page-actions {
  margin-top: 34px;
}

.about-hero-portrait {
  position: relative;
  width: min(100%, 590px);
  margin: 0;
  justify-self: end;
  isolation: isolate;
}

.about-hero-portrait::before {
  content: "";
  position: absolute;
  inset: -18px 24px 22px -18px;
  z-index: -1;
  border: 1px solid rgba(242, 208, 131, 0.34);
  border-radius: 190px 190px 24px 24px;
}

.about-hero-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: center top;
  border-radius: 190px 190px 24px 24px;
  filter: saturate(0.84) contrast(1.03);
}

.about-hero-portrait figcaption {
  position: absolute;
  right: -24px;
  bottom: 28px;
  display: grid;
  gap: 5px;
  width: min(82%, 360px);
  padding: 20px 24px;
  background: rgba(11, 10, 8, 0.9);
  border: 1px solid rgba(242, 208, 131, 0.32);
  border-radius: 16px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42);
}

.about-hero-portrait figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.about-hero-portrait figcaption span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-story-section,
.about-solutions-section,
.about-team-section,
.about-services-section,
.about-visit-section {
  padding: clamp(76px, 9vw, 144px) clamp(24px, 6vw, 96px);
}

.about-story-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.08fr) minmax(260px, 0.62fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
  max-width: 1800px;
  margin: 0 auto;
}

.about-section-heading {
  max-width: 850px;
}

.about-section-heading h2,
.about-damon-intro h2,
.about-visit-heading h2 {
  margin: 16px 0 22px;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
}

.about-section-heading > p:not(.eyebrow),
.about-damon-intro > p:not(.eyebrow),
.about-visit-heading > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.8;
}

.about-story-copy {
  display: grid;
  gap: 20px;
  color: rgba(248, 240, 223, 0.84);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.9;
}

.about-story-copy p {
  margin: 0;
}

.about-signature-quote {
  position: relative;
  margin: 0;
  padding: 32px 0 0 34px;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.7rem);
  line-height: 1.25;
  border-top: 1px solid rgba(242, 208, 131, 0.42);
}

.about-signature-quote::before {
  content: "“";
  position: absolute;
  top: 16px;
  left: 0;
  color: rgba(242, 208, 131, 0.36);
  font-size: 3.8rem;
}

.about-solutions-section {
  background:
    linear-gradient(120deg, rgba(215, 173, 88, 0.08), transparent 32%),
    #0c0b09;
  border-block: 1px solid rgba(215, 173, 88, 0.16);
}

.about-solutions-section > .about-section-heading,
.about-services-section > .about-section-heading,
.about-team-section > .about-section-heading {
  margin-bottom: clamp(42px, 5vw, 72px);
}

.about-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1650px;
}

.about-solution-card {
  position: relative;
  min-height: 270px;
  padding: clamp(26px, 3vw, 46px);
  background: linear-gradient(145deg, rgba(27, 24, 20, 0.96), rgba(13, 12, 10, 0.96));
  border: 1px solid rgba(242, 208, 131, 0.16);
  border-radius: 18px;
  transition: transform 280ms ease, border-color 280ms ease;
}

.about-solution-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 208, 131, 0.42);
}

.about-solution-card > span,
.about-doctor-copy > span {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.about-solution-card h3 {
  max-width: 16ch;
  margin: 58px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.5vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
}

.about-solution-card p {
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-damon-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 130px);
  padding: clamp(82px, 10vw, 160px) clamp(24px, 8vw, 130px);
  background:
    radial-gradient(circle at 14% 46%, rgba(215, 173, 88, 0.14), transparent 30%),
    #050505;
}

.about-damon-intro {
  align-self: start;
  position: sticky;
  top: 130px;
}

.about-damon-list {
  display: grid;
}

.about-damon-list article {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 22px;
  padding: 30px 0;
  border-top: 1px solid rgba(242, 208, 131, 0.2);
}

.about-damon-list article:last-child {
  border-bottom: 1px solid rgba(242, 208, 131, 0.2);
}

.about-damon-list article > span {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.about-damon-list h3 {
  margin: 0 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  font-weight: 400;
}

.about-damon-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-team-section {
  background: #0c0b09;
  border-block: 1px solid rgba(215, 173, 88, 0.16);
}

.about-doctor-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  max-width: 1580px;
  margin: 0 auto 28px;
  overflow: hidden;
  background: #11100e;
  border: 1px solid rgba(242, 208, 131, 0.18);
  border-radius: 24px;
}

.about-doctor-card.reverse .about-doctor-media {
  grid-column: 2;
}

.about-doctor-card.reverse .about-doctor-copy {
  grid-column: 1;
  grid-row: 1;
}

.about-doctor-media {
  min-height: 620px;
  overflow: hidden;
  background: #ece7de;
}

.about-doctor-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.82) contrast(1.02);
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-doctor-card:hover .about-doctor-media img {
  transform: scale(1.035);
}

.about-doctor-card.reverse .about-doctor-media img {
  object-fit: contain;
  object-position: center bottom;
}

.about-doctor-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 82px);
}

.about-doctor-copy .eyebrow {
  margin: 34px 0 12px;
}

.about-doctor-copy h3 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 6.2rem);
  font-weight: 400;
  line-height: 0.95;
}

.about-doctor-copy > p:not(.eyebrow) {
  max-width: 72ch;
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.82;
}

.about-services-section {
  color: #17130e;
  background:
    radial-gradient(circle at 85% 15%, rgba(215, 173, 88, 0.3), transparent 26%),
    #f2eadb;
}

.about-services-section .eyebrow,
.about-services-section .about-service-card > span {
  color: #8a641d;
}

.about-services-section .about-section-heading > p:not(.eyebrow) {
  color: #6d604e;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.about-service-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 26px;
  color: var(--cream);
  background: linear-gradient(155deg, #181511, #090806);
  border: 1px solid rgba(112, 81, 23, 0.24);
  border-radius: 22px;
  box-shadow: 0 24px 52px rgba(49, 37, 20, 0.12);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.about-service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 32px 62px rgba(49, 37, 20, 0.22);
}

.about-service-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  margin-bottom: auto;
}

.about-service-card h3 {
  margin: 36px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 1.8vw, 2.2rem);
  font-weight: 400;
  line-height: 1.05;
}

.about-service-card p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.65;
}

.about-service-card > span {
  margin-top: auto;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-visit-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 110px);
  background: #080706;
}

.about-visit-heading .button {
  margin-top: 28px;
}

.about-visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-visit-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 170px;
  padding: 26px;
  background: #11100e;
  border: 1px solid rgba(242, 208, 131, 0.18);
  border-radius: 18px;
}

.about-visit-grid article > span {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-visit-grid article > strong,
.about-visit-grid article > a {
  color: var(--cream);
  font-style: normal;
  line-height: 1.6;
}

.about-hours-card {
  grid-column: 1 / -1;
}

.about-hours-card div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  color: var(--muted);
  border-top: 1px solid rgba(242, 208, 131, 0.12);
}

.about-hours-card em {
  color: var(--cream);
  font-style: normal;
}

body.is-rtl .about-page,
body.is-rtl .about-page * {
  text-align: right;
}

body.is-rtl .about-signature-quote {
  padding-right: 34px;
  padding-left: 0;
}

body.is-rtl .about-signature-quote::before {
  right: 0;
  left: auto;
}

@media (max-width: 1180px) {
  .about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 42px;
  }

  .about-story-section {
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  }

  .about-signature-quote {
    grid-column: 1 / -1;
  }

  .about-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .about-hero,
  .about-story-section,
  .about-damon-section,
  .about-doctor-card,
  .about-visit-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero {
    min-height: auto;
    width: 100%;
    min-width: 0;
    padding-top: 68px;
  }

  .about-hero-copy,
  .about-hero-lead,
  .about-hero-note {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .about-hero > * {
    min-width: 0;
    max-width: 100%;
  }

  .about-hero h1 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: clamp(2.75rem, 11vw, 5.4rem);
    overflow-wrap: normal;
  }

  .about-hero-portrait {
    width: min(88%, 570px);
    justify-self: center;
  }

  .about-damon-intro {
    position: static;
  }

  .about-doctor-card.reverse .about-doctor-media,
  .about-doctor-card.reverse .about-doctor-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .about-doctor-media {
    min-height: 520px;
  }

  .about-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .about-story-section,
  .about-solutions-section,
  .about-team-section,
  .about-services-section,
  .about-visit-section,
  .about-damon-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-hero h1 {
    font-size: clamp(2.7rem, 11vw, 3.85rem);
    line-height: 0.94;
  }

  .about-hero-portrait {
    width: calc(100% - 12px);
  }

  .about-hero-portrait figcaption {
    right: 10px;
    bottom: 16px;
  }

  .about-solution-grid,
  .about-service-grid,
  .about-visit-grid {
    grid-template-columns: 1fr;
  }

  .about-hours-card {
    grid-column: auto;
  }

  .about-solution-card,
  .about-service-card {
    min-height: 0;
  }

  .about-service-card img {
    margin-bottom: 28px;
  }

  .about-doctor-media {
    min-height: 420px;
  }

  .about-hours-card div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    translate: none;
  }
}
