:root {
  --ink: #14110f;
  --muted: #716b64;
  --paper: #f7f2ea;
  --chalk: #ffffff;
  --champagne: #cda65f;
  --champagne-soft: #efe0bf;
  --olive: #5d6f5d;
  --wine: #72283a;
  --rosewood: #3f2022;
  --line: rgba(20, 17, 15, 0.12);
  --shadow: 0 26px 78px rgba(37, 27, 19, 0.16);
  --shadow-soft: 0 16px 44px rgba(37, 27, 19, 0.1);
  --radius: 8px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  background-color: var(--paper);
  background-image:
    linear-gradient(180deg, rgba(255, 254, 250, 0.22), rgba(239, 224, 191, 0.08)),
    radial-gradient(circle at 17% 21%, rgba(20, 17, 15, 0.12) 0 0.75px, transparent 1.25px),
    radial-gradient(circle at 73% 34%, rgba(20, 17, 15, 0.08) 0 0.8px, transparent 1.35px),
    radial-gradient(circle at 38% 76%, rgba(205, 166, 95, 0.16) 0 0.95px, transparent 1.45px),
    radial-gradient(circle at 84% 82%, rgba(20, 17, 15, 0.06) 0 0.7px, transparent 1.2px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.35' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.42'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
  background-size: auto, 19px 23px, 29px 17px, 37px 31px, 47px 41px, 120px 120px;
  background-blend-mode: normal, multiply, multiply, multiply, multiply, multiply;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

body[dir="rtl"] {
  direction: rtl;
}

body[dir="rtl"] .hero-scrim {
  background:
    linear-gradient(270deg, rgba(18, 15, 14, 0.88), rgba(18, 15, 14, 0.52) 48%, rgba(18, 15, 14, 0.2)),
    linear-gradient(0deg, rgba(18, 15, 14, 0.55), transparent 40%);
}

body[dir="rtl"] .status-dot {
  margin-right: 0;
  margin-left: 8px;
}

.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;
}

.site-loader {
  --loader-duration: 1.4s;
  --stitch-ink: #14110f;
  --stitch-soft-ink: #2a211d;
  --fabric-shadow: rgba(92, 73, 51, 0.14);
  --fabric-thread: rgba(20, 17, 15, 0.055);
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 253, 248, 0.96), rgba(247, 242, 234, 0.68) 42%, rgba(233, 222, 203, 0.54) 100%),
    linear-gradient(180deg, rgba(255, 254, 251, 0.7), rgba(247, 242, 234, 0.22) 48%, rgba(255, 254, 251, 0.58)),
    repeating-linear-gradient(90deg, rgba(121, 101, 75, 0.035) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(0deg, rgba(121, 101, 75, 0.03) 0 1px, transparent 1px 16px),
    linear-gradient(90deg, rgba(20, 17, 15, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 17, 15, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, auto, auto, 84px 84px, 84px 84px, auto;
  color: var(--ink);
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  transition: opacity 650ms ease, visibility 650ms ease;
}

.site-loader::before,
.site-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-loader::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 8px, var(--fabric-thread) 8px 9px, transparent 9px 18px),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, 0.24) 7px 8px, transparent 8px 17px);
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.site-loader::after {
  background:
    radial-gradient(circle at 50% 48%, transparent 0 30%, rgba(83, 61, 38, 0.08) 74%, rgba(49, 35, 25, 0.13) 100%);
  opacity: 0.74;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Site loader: stitched logo */

.loader-stitch-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(300px, 46vw, 590px);
  aspect-ratio: 1;
  isolation: isolate;
}

.loader-stitch-stage::before {
  content: "";
  position: absolute;
  inset: clamp(18px, 5vw, 52px);
  border: 1px solid rgba(72, 54, 35, 0.16);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 12px rgba(255, 251, 242, 0.38),
    inset 0 0 46px rgba(92, 73, 51, 0.1),
    0 28px 80px rgba(58, 42, 27, 0.1);
  transform: rotate(-3deg);
  animation: loaderHoopSettle var(--loader-duration) ease-out both;
}

.loader-stitch-field {
  position: relative;
  display: grid;
  width: clamp(270px, 36vw, 430px);
  aspect-ratio: 1;
  place-items: center;
}

.loader-stitch-field::before {
  content: "";
  position: absolute;
  inset: 11% 7%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(64, 45, 27, 0.12), transparent 60%);
  opacity: 0;
  filter: blur(12px);
  transform: scale(0.94);
  animation: loaderFabricPull var(--loader-duration) steps(36, end) forwards;
}

.loader-stitch-logo,
.loader-thread-fill,
.loader-thread-highlight {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}

.loader-thread-fill,
.loader-thread-highlight {
  clip-path: inset(0 100% 0 0);
  -webkit-mask-image: url("/assets/logo.webp");
  mask-image: url("/assets/logo.webp");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.loader-stitch-logo-shadow {
  opacity: 0;
  filter:
    blur(1.2px)
    contrast(1.04)
    drop-shadow(0 2px 1px rgba(97, 75, 50, 0.18));
  transform: translateY(2px) scale(1.01);
  animation: loaderLogoImprint var(--loader-duration) steps(42, end) forwards;
}

.loader-stitch-logo-ink {
  opacity: 0;
  filter:
    contrast(1.08)
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.46))
    drop-shadow(0 4px 7px rgba(20, 17, 15, 0.12));
  animation: loaderLogoSewn var(--loader-duration) steps(48, end) forwards;
}

.loader-thread-fill {
  z-index: 1;
  background:
    radial-gradient(circle at 45% 55%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1.8px),
    repeating-linear-gradient(105deg, var(--stitch-ink) 0 2px, #332a25 2px 3px, #0d0b0a 3px 5px, var(--stitch-soft-ink) 5px 7px),
    repeating-linear-gradient(15deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 6px);
  background-size: 9px 7px, 13px 10px, 16px 14px;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.34))
    drop-shadow(0 2px 2px rgba(20, 17, 15, 0.15));
  opacity: 0;
  animation: loaderThreadStitch var(--loader-duration) steps(58, end) forwards;
}

.loader-thread-highlight {
  z-index: 2;
  background:
    repeating-linear-gradient(100deg, transparent 0 5px, rgba(255, 255, 255, 0.42) 5px 6px, transparent 6px 11px);
  background-size: 18px 12px;
  mix-blend-mode: screen;
  opacity: 0;
  animation: loaderThreadHighlight var(--loader-duration) steps(48, end) forwards;
}

.loader-needle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 76px;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #8f887f 0%, #f8f4ed 45%, #bcb4aa 68%, #6f675f 100%);
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.75),
    0 8px 18px rgba(20, 17, 15, 0.18);
  opacity: 0;
  transform-origin: 90% 50%;
  animation: loaderNeedleSew var(--loader-duration) steps(18, end) forwards;
}

.loader-needle::before,
.loader-needle::after {
  content: "";
  position: absolute;
  top: 50%;
}

.loader-needle::before {
  right: -14px;
  width: 18px;
  height: 6px;
  background: #6d665f;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}

.loader-needle::after {
  right: 100%;
  width: 96px;
  height: 42px;
  border-top: 1px solid rgba(20, 17, 15, 0.38);
  border-radius: 82% 0 0 0;
  transform: translate(8px, -50%) rotate(-12deg);
  transform-origin: right center;
  filter: drop-shadow(0 2px 2px rgba(20, 17, 15, 0.1));
  animation: loaderThreadTail var(--loader-duration) steps(18, end) forwards;
}

@media (max-width: 560px) {
  .loader-stitch-stage {
    width: min(90vw, 410px);
  }

  .loader-stitch-field {
    width: min(82vw, 340px);
  }

  .loader-needle {
    width: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loader-stitch-stage::before,
  .loader-stitch-field::before,
  .loader-stitch-logo,
  .loader-thread-fill,
  .loader-thread-highlight,
  .loader-needle {
    animation: none;
  }

  .loader-stitch-logo-shadow,
  .loader-thread-highlight,
  .loader-needle {
    display: none;
  }

  .loader-stitch-logo-ink,
  .loader-thread-fill {
    opacity: 1;
    clip-path: inset(0);
  }
}

@keyframes loaderLogoSewn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  7% {
    opacity: 0.26;
  }
  86% {
    clip-path: inset(0 3% 0 0);
    opacity: 0.28;
  }
  100% {
    clip-path: inset(0);
    opacity: 0.3;
  }
}

@keyframes loaderLogoImprint {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  12% {
    opacity: 0.14;
  }
  90%,
  100% {
    clip-path: inset(0);
    opacity: 0.24;
  }
}

@keyframes loaderThreadStitch {
  0% {
    clip-path: inset(0 100% 0 0);
    background-position: 0 0, 0 0, 0 0;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  30% {
    background-position: 6px 2px, 7px 0, -3px 4px;
  }
  58% {
    background-position: 13px 5px, 15px -2px, 6px 9px;
  }
  90% {
    clip-path: inset(0 2% 0 0);
    background-position: 20px 7px, 24px -4px, 12px 14px;
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    background-position: 24px 8px, 28px -5px, 16px 16px;
    opacity: 1;
  }
}

@keyframes loaderThreadHighlight {
  0% {
    clip-path: inset(0 100% 0 0);
    background-position: 0 0;
    opacity: 0;
  }
  18% {
    opacity: 0.28;
  }
  90%,
  100% {
    clip-path: inset(0);
    background-position: 22px -8px;
    opacity: 0.24;
  }
}

@keyframes loaderFabricPull {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: scale(0.94);
  }
  18% {
    opacity: 0.34;
  }
  92%,
  100% {
    clip-path: inset(0);
    opacity: 0.42;
    transform: scale(1);
  }
}

@keyframes loaderNeedleSew {
  0% {
    opacity: 0;
    transform: translate(-170px, -10px) rotate(64deg) scaleX(0.9);
  }
  7% {
    opacity: 1;
  }
  14% {
    transform: translate(-146px, -38px) rotate(17deg) scaleX(1);
  }
  24% {
    transform: translate(-112px, 3px) rotate(78deg) scaleX(0.95);
  }
  34% {
    transform: translate(-77px, -31px) rotate(21deg) scaleX(1);
  }
  45% {
    transform: translate(-38px, 5px) rotate(75deg) scaleX(0.95);
  }
  56% {
    transform: translate(11px, -34px) rotate(20deg) scaleX(1);
  }
  67% {
    transform: translate(58px, 3px) rotate(74deg) scaleX(0.95);
  }
  78% {
    transform: translate(107px, -29px) rotate(23deg) scaleX(1);
  }
  88% {
    transform: translate(145px, 0) rotate(72deg) scaleX(0.96);
    opacity: 1;
  }
  96% {
    transform: translate(162px, 19px) rotate(88deg) scaleX(0.92);
    opacity: 0.9;
  }
  100% {
    transform: translate(174px, 27px) rotate(96deg) scaleX(0.9);
    opacity: 0;
  }
}

@keyframes loaderThreadTail {
  0%,
  100% {
    opacity: 0;
    transform: translate(8px, -50%) rotate(-12deg) scaleX(0.72);
  }
  10%,
  86% {
    opacity: 1;
  }
  24% {
    transform: translate(7px, -50%) rotate(-20deg) scaleX(1.02);
  }
  45% {
    transform: translate(7px, -50%) rotate(-6deg) scaleX(0.86);
  }
  67% {
    transform: translate(7px, -50%) rotate(-18deg) scaleX(1.05);
  }
  88% {
    transform: translate(8px, -50%) rotate(-8deg) scaleX(0.82);
  }
}

@keyframes loaderHoopSettle {
  0% {
    opacity: 0;
    transform: rotate(-3deg) scale(0.97);
  }
  18%,
  100% {
    opacity: 1;
    transform: rotate(-3deg) scale(1);
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 35;
  display: block;
  min-height: var(--header-height);
  padding: 0 clamp(24px, 5vw, 76px);
  background: rgba(255, 254, 251, 0.96);
  border-bottom: 1px solid rgba(20, 17, 15, 0.1);
  box-shadow: none;
  backdrop-filter: blur(18px);
  transition: min-height 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.main-nav {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  min-height: var(--header-height);
  align-items: center;
  gap: clamp(22px, 3.8vw, 64px);
  color: var(--ink);
  font-size: clamp(15px, 1.2vw, 21px);
  font-weight: 800;
}

.nav-cluster {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.2vw, 52px);
}

.nav-left {
  grid-column: 1;
  justify-content: end;
}

.nav-right {
  grid-column: 3;
  justify-content: start;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0;
  color: var(--ink);
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.main-nav a:hover {
  color: var(--wine);
  transform: translateY(-1px);
}

.brand {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: clamp(180px, 16.15vw, 245px);
  height: var(--header-height);
  color: var(--ink);
}

.header-mobile-brand {
  display: none;
}

.brand-frame {
  display: flex;
  width: 100%;
  height: var(--header-height);
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.brand-logo {
  width: clamp(180px, 16.15vw, 245px);
  height: clamp(62px, calc(var(--header-height) - 10px), 82px);
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.booking-link {
  gap: 9px;
  font-weight: 900;
}

.booking-link svg {
  width: 20px;
  height: 20px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: clamp(4px, 1vw, 18px);
}

.social-link {
  color: var(--ink);
}

select,
input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--chalk);
  color: var(--ink);
}

select {
  min-height: 42px;
  padding: 0 12px;
}

.header-actions select {
  width: 58px;
  min-height: 40px;
  border-color: transparent;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.icon-button,
.menu-toggle {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.icon-button:hover,
.menu-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 166, 95, 0.5);
  box-shadow: 0 14px 28px rgba(20, 17, 15, 0.1);
}

.icon-button svg,
.button svg,
.menu-toggle svg,
.roadmap-grid svg {
  width: 18px;
  height: 18px;
}

.whatsapp {
  background: transparent;
  color: var(--ink);
  border-color: transparent;
}

.menu-toggle {
  display: none;
}

.section-band {
  position: relative;
}

.section-shell {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
}

.section-shell[id] {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.hero {
  min-height: calc(88svh - var(--header-height));
  margin-top: var(--header-height);
  display: block;
  padding: 0;
  overflow: hidden;
  color: white;
}

.hero-media,
.hero-media img,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: heroImageReveal 720ms ease both;
}

.hero-scrim {
  background:
    radial-gradient(circle at center, rgba(11, 9, 8, 0.18), rgba(11, 9, 8, 0.64) 78%),
    linear-gradient(0deg, rgba(11, 9, 8, 0.58), rgba(11, 9, 8, 0.16) 52%, rgba(11, 9, 8, 0.38));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: inherit;
  place-items: center;
  padding: clamp(46px, 7vw, 110px) 0;
}

.hero .statement-wrap {
  display: grid;
  justify-items: center;
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  padding: 0;
  text-align: center;
}

.statement-eyebrow {
  margin: 0;
  color: rgba(255, 250, 241, 0.9);
  font-size: clamp(12px, 1.18vw, 15px);
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(14px);
  animation: heroTextReveal 720ms ease 420ms forwards;
}

.hero .statement-title {
  max-width: min(980px, 100%);
  color: #fffaf1;
  font-size: clamp(36px, 5.35vw, 74px);
  line-height: 1.06;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.46);
  perspective: 900px;
}

.hero .gooey-hero-title {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: min(1100px, 100%);
  min-height: var(--gooey-stage-height, clamp(132px, 18vw, 220px));
  margin: 0;
  text-transform: none;
}

.gooey-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gooey-hero-stage {
  --gooey-font-size: clamp(68px, 10.3vw, 156px);
  --gooey-stage-height: clamp(132px, 18vw, 220px);
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: var(--gooey-stage-height);
  filter: url("#hero-gooey-threshold");
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.62);
}

.gooey-hero-stage.is-mobile-readable {
  filter: none;
}

.gooey-hero-word {
  position: absolute;
  inset-inline: 0;
  top: 50%;
  display: block;
  width: 100%;
  color: #fffaf1;
  font-family: "Cormorant Garamond", serif;
  font-size: var(--gooey-font-size);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  overflow-wrap: normal;
  text-align: center;
  text-wrap: balance;
  text-transform: none;
  transform: translateY(-50%);
  will-change: filter, opacity;
}

.gooey-hero-stage.is-mobile-readable .gooey-hero-word {
  opacity: 1;
  filter: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.gooey-hero-stage.is-mobile-readable .gooey-hero-word.is-fading {
  opacity: 0;
  transform: translateY(-46%);
}

.statement-caption {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 250, 241, 0.94);
  font-size: clamp(17px, 1.62vw, 21px);
  font-weight: 800;
  line-height: 1.7;
  white-space: pre-line;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
  opacity: 0;
  transform: translateY(16px);
  animation: heroTextReveal 720ms ease 920ms forwards;
}

.hero .statement-line {
  overflow: hidden;
  padding-block: 0.05em;
  margin-block: -0.05em;
}

.hero .statement-line > span {
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(0, 112%, 0) scale(0.98);
  transform-origin: center bottom;
  will-change: transform, opacity, filter;
  animation: heroBlurScroller 1120ms cubic-bezier(0.18, 0.84, 0.18, 1) forwards;
}

.hero .statement-line:nth-child(1) > span {
  animation-delay: 720ms;
}

.hero .statement-line:nth-child(2) > span {
  animation-delay: 880ms;
}

.hero .statement-line:nth-child(3) > span {
  animation-delay: 1040ms;
}

.hero .statement-line:nth-child(4) > span {
  animation-delay: 1200ms;
}

.opening-statement {
  padding: clamp(78px, 10vw, 138px) 0 clamp(70px, 9vw, 118px);
}

.statement-wrap {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 44px) 0;
  text-align: center;
}

.statement-title {
  display: grid;
  gap: 2px;
  width: min(100%, 1060px);
  max-width: 1060px;
  margin: 0 auto;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(46px, 7.15vw, 96px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.statement-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 18px);
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.statement-line > span {
  display: inline-flex;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  transform: translateY(112%) rotate(1deg);
  animation: statementReveal 900ms cubic-bezier(0.2, 0.72, 0.16, 1) forwards;
}

.statement-line:nth-child(1) > span {
  animation-delay: 120ms;
}

.statement-line:nth-child(2) > span {
  animation-delay: 260ms;
}

.statement-line:nth-child(3) > span {
  animation-delay: 400ms;
}

.statement-line:nth-child(4) > span {
  animation-delay: 540ms;
}

.button.ink-button {
  background: var(--ink);
  color: white;
}

.button.ink-button svg {
  color: var(--champagne);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--champagne);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 700;
}

h1 {
  max-width: 840px;
  font-size: clamp(56px, 8.2vw, 116px);
  text-wrap: balance;
}

h2 {
  font-size: clamp(38px, 5vw, 72px);
  text-wrap: balance;
}

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

.cta-inner,
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(20, 17, 15, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(20, 17, 15, 0.18);
}

.button.primary {
  background: linear-gradient(135deg, #17854f, #0f6f42);
  color: white;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
  color: white;
  backdrop-filter: blur(10px);
}

.button.text-button {
  padding-inline: 0;
  color: var(--wine);
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: #128c4c;
  border-radius: 50%;
}

.intro-grid,
.authority-grid,
.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
  padding: clamp(80px, 10vw, 130px) 0;
}

.intro-copy > p,
.authority-grid > div > p,
.section-heading p,
.admin-grid > div > p {
  font-size: 17px;
}

.definition-list {
  display: grid;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.definition-list div {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  background: none;
  box-shadow: none;
}

.definition-list span {
  grid-row: span 2;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding-top: 3px;
}

.definition-list p {
  margin: 4px 0 0;
}

.intro-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: clamp(20px, 2.5vw, 32px);
  color: var(--champagne);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 260ms ease, gap 260ms ease;
}

.intro-blog-link:hover {
  color: var(--ink);
  gap: 12px;
}

.intro-blog-link svg {
  width: 16px;
  height: 16px;
}

.visual-stack {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.visual-stack img,
.authority-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: block;
}

.visual-stack::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(to top, rgba(247, 242, 234, 0.72) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.work-video {
  --work-video-scroll-distance: 1600px;
  display: block;
  min-height: calc(100svh + var(--work-video-scroll-distance));
  padding: 0;
}

.work-video-sticky {
  position: sticky;
  top: var(--header-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  min-height: calc(100svh - var(--header-height));
  align-items: center;
  align-content: center;
  gap: clamp(10px, 1.8vw, 22px);
  overflow: visible;
  padding: clamp(10px, 2vw, 28px) 0 clamp(18px, 3vw, 38px);
}

.work-video-scroll-cue {
  position: relative;
  z-index: 6;
  width: min(760px, calc(100vw - 32px));
  margin: 0 auto;
  color: rgba(20, 17, 15, 0.94);
  font-family: "Dancing Script", cursive;
  font-size: clamp(34px, 3.7vw, 64px);
  font-weight: 700;
  line-height: 0.98;
  text-align: center;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.74),
    0 12px 34px rgba(74, 52, 31, 0.12);
}

.work-video-copy {
  padding-inline-start: clamp(18px, 2.6vw, 34px);
  border-left: 3px double rgba(20, 17, 15, 0.2);
}

.work-video-copy h2 {
  max-width: 720px;
  font-size: clamp(42px, 5.4vw, 78px);
}

.work-video-copy > p {
  max-width: 650px;
  margin: 20px 0 0;
  font-size: 17px;
}

.work-video-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  margin: clamp(28px, 3vw, 38px) 0 0;
  padding: clamp(20px, 2.4vw, 28px) 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.work-video-points li {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding-inline-start: 16px;
  border-left: 1px solid rgba(20, 17, 15, 0.14);
}

.work-video-points span {
  color: var(--champagne);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.work-video-points strong {
  color: var(--ink);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.45;
}

.work-video-media {
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}

.work-video-viewport {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: clamp(18px, 2.2vw, 32px) 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 91%, transparent 100%);
}

.work-video-viewport::before,
.work-video-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: clamp(58px, 9vw, 150px);
  pointer-events: none;
}

.work-video-viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(247, 242, 234, 0.92), rgba(247, 242, 234, 0));
}

.work-video-viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(247, 242, 234, 0.92), rgba(247, 242, 234, 0));
}

.work-video-track {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 38px);
  width: max-content;
  padding-inline: var(--work-video-edge-pad, 0px);
  transform: translate3d(var(--work-video-track-x, 0px), 0, 0);
  will-change: transform;
}

.work-video-card {
  position: relative;
  flex: 0 0 clamp(420px, 33vw, 540px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: clamp(14px, 1.4vw, 22px);
  box-shadow:
    0 28px 78px rgba(35, 24, 18, 0.14),
    0 8px 20px rgba(20, 17, 15, 0.08);
  opacity: 0.42;
  filter: blur(4px) saturate(0.74) contrast(0.9);
  transform: scale(0.8);
  transform-origin: center;
  transition: transform 420ms ease, opacity 420ms ease, filter 420ms ease, box-shadow 420ms ease;
  will-change: transform, filter, opacity;
}

.work-video-card::before {
  display: none;
}

.work-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: transparent;
  border-radius: inherit;
  transform: translateZ(0);
}

.work-video-sound-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 5;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  background: rgba(20, 17, 15, 0.72);
  color: #fffaf1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(20, 17, 15, 0.22);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.work-video-card.is-active .work-video-sound-toggle {
  opacity: 1;
  pointer-events: auto;
}

.work-video-sound-toggle:hover {
  background: rgba(20, 17, 15, 0.9);
  transform: translateY(-1px);
}

.work-video-sound-toggle svg {
  width: 15px;
  height: 15px;
}

.work-video-card.is-neighbor {
  z-index: 2;
  opacity: 0.68;
  filter: blur(1.8px) saturate(0.9) contrast(0.96);
  transform: scale(0.9);
}

.work-video-card.is-active {
  z-index: 3;
  opacity: 1;
  filter: none;
  transform: scale(1.06);
  box-shadow:
    0 34px 96px rgba(35, 24, 18, 0.22),
    0 16px 38px rgba(20, 17, 15, 0.12);
}

.work-video-nav-button {
  position: absolute;
  top: 50%;
  z-index: 7;
  display: inline-grid;
  width: clamp(42px, 4.2vw, 58px);
  height: clamp(42px, 4.2vw, 58px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(20, 17, 15, 0.66);
  color: #fffaf1;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(20, 17, 15, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(-50%);
  transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.work-video-nav-prev {
  left: clamp(12px, 3vw, 38px);
}

.work-video-nav-next {
  right: clamp(12px, 3vw, 38px);
}

.work-video-nav-button:hover:not(:disabled) {
  background: rgba(20, 17, 15, 0.86);
  transform: translateY(-50%) scale(1.04);
}

.work-video-nav-button:disabled {
  opacity: 0.28;
  cursor: default;
  pointer-events: none;
}

.work-video-nav-button svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.5;
}

body[dir="rtl"] .work-video-copy {
  padding-inline-start: 0;
  padding-inline-end: clamp(18px, 2.6vw, 34px);
  border-left: 0;
  border-right: 3px double rgba(20, 17, 15, 0.2);
}

body[dir="rtl"] .work-video-points li {
  border-left: 0;
  border-right: 1px solid rgba(20, 17, 15, 0.14);
}

.work-video.work-video-scroll {
  display: block !important;
  grid-template-columns: none !important;
  align-items: stretch !important;
  width: min(1680px, calc(100% - 36px)) !important;
  min-height: calc(100svh + var(--work-video-scroll-distance)) !important;
  padding: 0 !important;
}

.work-video.work-video-scroll .work-video-media {
  justify-self: stretch !important;
  width: 100% !important;
}

@media (max-width: 980px) {
  .work-video-sticky {
    grid-template-columns: 1fr;
    align-content: center;
    padding: clamp(26px, 5vw, 48px) 0 clamp(30px, 6vw, 56px);
  }

  .work-video.work-video-scroll .work-video-media {
    width: 100% !important;
  }

  .work-video-viewport {
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 88%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 88%, transparent 100%);
  }

  .work-video-card {
    flex-basis: min(94vw, 520px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-video.work-video-scroll {
    min-height: auto !important;
  }

  .work-video-sticky {
    position: static;
    min-height: auto;
    overflow: visible;
  }

  .work-video-viewport {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scroll-snap-type: x mandatory;
  }

  .work-video-viewport::before,
  .work-video-viewport::after {
    display: none;
  }

  .work-video-track {
    transform: none !important;
    padding-inline: 0;
  }

  .work-video-card {
    opacity: 1;
    filter: none;
    transform: none;
    scroll-snap-align: center;
  }
}

.metric-strip {
  position: absolute;
  right: -18px;
  bottom: 24px;
  display: grid;
  gap: 1px;
  min-width: 210px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.metric-strip-left {
  right: auto;
  left: -18px;
}

.metric-strip span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.metric-strip strong {
  color: var(--ink);
  font-size: 24px;
}

.service-knowledge {
  padding-bottom: clamp(72px, 9vw, 112px);
}

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

.service-grid article {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 0 0 24px;
  background: var(--chalk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(205, 166, 95, 0.42);
  box-shadow: var(--shadow);
}

@keyframes heroImageReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

@keyframes heroBlurScroller {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: translate3d(0, 112%, 0) scale(0.98);
  }
  48% {
    opacity: 0.88;
    filter: blur(6px);
    transform: translate3d(0, -7%, 0) scale(1.015);
  }
  72% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 2%, 0) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes kineticWordRise {
  to {
    transform: translateY(0);
  }
}

@keyframes statementReveal {
  to {
    transform: translateY(0) rotate(0);
  }
}

@keyframes heroPanelReveal {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.service-grid strong {
  display: block;
  padding: 24px 22px 0;
  font-size: 20px;
  line-height: 1.25;
}

.service-grid p {
  margin: 13px 22px 0;
  font-size: 14px;
}

.card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 0 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(205, 166, 95, 0.18), rgba(114, 40, 58, 0.12)),
    #e9ded0;
  border-bottom: 1px solid var(--line);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.96);
  transition: transform 520ms cubic-bezier(0.2, 0.72, 0.16, 1), filter 520ms ease;
}

.service-grid article:hover .card-media img,
.experience-grid article:hover .card-media img,
.blog-card:hover .card-media img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1);
}

.card-media figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 28px);
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  background: rgba(247, 242, 234, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.card-media figcaption svg {
  width: 14px;
  height: 14px;
  color: var(--wine);
}

.authority {
  background:
    linear-gradient(135deg, rgba(114, 40, 58, 0.08), transparent 34%),
    linear-gradient(180deg, #f1e6d4, #ece2d4);
}

.authority .section-shell {
  --section-max: 1380px;
  width: min(1380px, calc(100% - 56px));
  max-width: min(1380px, calc(100vw - 56px));
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(480px, 1.2fr) minmax(410px, 0.8fr);
  gap: clamp(28px, 3.4vw, 48px);
  align-items: start;
  padding: clamp(56px, 6vw, 86px) 0;
}

.founder-media-column {
  display: grid;
  gap: 22px;
  padding-top: clamp(12px, 1.15vw, 18px);
}

.founder-portrait {
  position: relative;
  align-self: start;
  margin: 0;
}

.founder-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.founder-portrait figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  background: rgba(247, 242, 234, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.founder-story {
  position: relative;
  max-width: 640px;
  padding-block: 10px 20px;
  border-top: 3px double rgba(20, 17, 15, 0.26);
  border-bottom: 1px solid rgba(20, 17, 15, 0.16);
}

.founder-story h2 {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20, 17, 15, 0.16);
  font-size: clamp(64px, 5.8vw, 96px);
  line-height: 0.88;
  text-wrap: balance;
}

.founder-story > p:not(.eyebrow),
.founder-biography p {
  max-width: none;
  margin: 0 0 18px;
  color: rgba(20, 17, 15, 0.82);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(21px, 1.55vw, 25px);
  font-weight: 600;
  line-height: 1.45;
  hyphens: auto;
  text-align: justify;
  text-wrap: pretty;
}

.founder-story > p:not(.eyebrow) {
  text-indent: 1.4em;
}

.founder-story .founder-lead {
  text-indent: 0;
}

.founder-story .founder-lead::first-letter {
  float: left;
  margin: 0.04em 0.09em 0 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 4.7em;
  font-weight: 700;
  line-height: 0.74;
}

.founder-copy {
  font-size: 18px;
}

.founder-biography {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 17, 15, 0.16);
}

.founder-biography p {
  font-size: clamp(19px, 1.35vw, 22px);
  line-height: 1.42;
}

.founder-biography p:last-child {
  margin-bottom: 0;
}

.founder-impact {
  margin: 0;
  padding: clamp(22px, 2.6vw, 34px);
  background:
    linear-gradient(135deg, rgba(20, 17, 15, 0.045), transparent 44%),
    rgba(255, 254, 250, 0.72);
  border: 1px solid rgba(20, 17, 15, 0.12);
  border-radius: var(--radius);
}

.founder-impact p {
  max-width: none;
  margin: 0;
  color: rgba(20, 17, 15, 0.8);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 1.25vw, 21px);
  font-weight: 600;
  line-height: 1.48;
  hyphens: auto;
  text-align: justify;
}

.founder-impact p + p {
  margin-top: 14px;
}

.authority-card {
  display: grid;
  gap: 18px;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.authority-card img {
  aspect-ratio: 16 / 11;
}

.authority-card p {
  margin: 6px 0 0;
}

.official-center {
  padding: clamp(68px, 8vw, 96px) 0;
}

.official-center-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(205, 166, 95, 0.14), transparent 42%),
    var(--chalk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.official-center-panel h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.official-center-panel address {
  padding: 20px;
  background: linear-gradient(135deg, var(--ink), var(--rosewood));
  border-radius: var(--radius);
  color: white;
  font-style: normal;
  font-weight: 800;
  line-height: 1.7;
}

.centers {
  padding-bottom: clamp(72px, 9vw, 112px);
}

.centers-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 1.8vw, 22px);
  margin: clamp(32px, 4vw, 48px) 0 clamp(32px, 4vw, 48px);
}

.center-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  background: #fdfaf3;
  box-shadow:
    0 1px 2px rgba(20, 17, 15, 0.04),
    0 8px 24px -12px rgba(20, 17, 15, 0.08),
    0 24px 60px -28px rgba(20, 17, 15, 0.12);
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms ease;
  isolation: isolate;
}

.center-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(20, 17, 15, 0.04);
  pointer-events: none;
  transition: border-color 320ms ease;
}

.center-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 2px 4px rgba(20, 17, 15, 0.05),
    0 16px 36px -14px rgba(205, 166, 95, 0.22),
    0 38px 80px -32px rgba(20, 17, 15, 0.22);
}

.center-card:hover::after {
  border-color: rgba(205, 166, 95, 0.22);
}

.center-card-featured {
  grid-column: 1 / -1;
  flex-direction: row;
  min-height: 394px;
  height: 394px;
}

.center-card-image-right {
  flex-direction: row-reverse;
}

.center-card-image-left {
  flex-direction: row;
}

.center-card-half {
  min-height: 394px;
  height: 394px;
}

.center-card-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  margin: 8px 8px 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--champagne-soft) 0%, rgba(205, 166, 95, 0.08) 100%);
}

.center-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.center-card:hover .center-card-media img {
  transform: scale(1.04);
}

.center-card-featured .center-card-media {
  flex: 0 0 56%;
  height: calc(100% - 16px);
  margin: 8px 0 8px 8px;
  aspect-ratio: auto;
}

.center-card-image-right .center-card-media {
  margin: 8px 8px 8px 0;
}

.center-card-image-left .center-card-media {
  margin: 8px 0 8px 8px;
}

.center-card-featured .center-card-body {
  justify-content: center;
  padding: clamp(26px, 3vw, 38px);
}

.center-card-featured .center-card-body strong {
  max-width: 460px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.02;
}

.center-card-featured .center-card-body > p {
  font-size: clamp(13px, 1.15vw, 16px);
}

.center-card-featured .center-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  column-gap: 16px;
  row-gap: 6px;
  margin: 8px 0 12px;
}

.center-card-featured .center-info span {
  font-size: 11.5px;
}

.center-card-featured .center-card-body small {
  flex: 0;
  max-width: 440px;
  font-size: 12px;
}

.center-card-featured .center-arrow {
  width: 34px;
  height: 34px;
}

.center-card-half .center-card-media {
  height: clamp(158px, 15vw, 190px);
  aspect-ratio: auto;
}

.center-card-half .center-card-body strong {
  font-size: clamp(21px, 2vw, 26px);
}

.center-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 4px 10px;
  background: rgba(20, 17, 15, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--champagne);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 1.4;
}

.center-badge-hq {
  background: var(--champagne);
  color: var(--ink);
}

.center-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 4px 0 6px;
}

.center-info span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: clamp(9px, 0.7vw, 10.5px);
  font-weight: 600;
  line-height: 1.3;
}

.center-info svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  color: var(--champagne);
}

.center-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(to top, rgba(20, 17, 15, 0.18) 0%, transparent 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease;
}

.center-card:hover .center-card-media::after {
  opacity: 1;
}

.center-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--champagne-soft) 0%, rgba(205, 166, 95, 0.08) 100%);
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.center-card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  padding: clamp(14px, 1.5vw, 18px) clamp(16px, 1.8vw, 20px) clamp(16px, 2vw, 22px);
}

.center-num {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--champagne);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.center-num::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.center-card-body strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin-bottom: 6px;
}

.center-card-body > p {
  color: var(--muted);
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 8px;
}

.center-card-body small {
  display: block;
  color: rgba(20, 17, 15, 0.52);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(20, 17, 15, 0.06);
  flex: 1;
}

.center-arrow {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(205, 166, 95, 0.1);
  color: var(--champagne);
  margin: 0;
  transition: background 280ms ease, transform 280ms ease, color 280ms ease;
}

.center-card:hover .center-arrow {
  background: var(--champagne);
  color: #fff;
  transform: translateX(2px);
}

.center-arrow svg {
  width: 12px;
  height: 12px;
}

.branch-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(205, 166, 95, 0.16), transparent 32%),
    linear-gradient(180deg, #fffaf1 0%, #f7efe3 54%, #14110f 100%);
  color: var(--ink);
}

.branch-main {
  width: min(1320px, calc(100vw - 40px));
  margin: 0 auto;
  padding: calc(var(--header-height) + 34px) 0 80px;
}

.branch-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.branch-breadcrumb {
  min-width: 0;
}

.branch-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(20, 17, 15, 0.56);
  font-size: 13px;
  font-weight: 700;
}

.branch-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(20, 17, 15, 0.28);
}

.branch-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.branch-breadcrumb a:hover {
  color: var(--wine);
}

.branch-language-control {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid rgba(123, 48, 64, 0.14);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.86);
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 38px -30px rgba(20, 17, 15, 0.45);
}

.branch-language-control svg {
  width: 16px;
  height: 16px;
}

.branch-language-control select {
  min-width: 64px;
  min-height: 28px;
  border: 0;
  border-left: 1px solid rgba(123, 48, 64, 0.16);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  outline: none;
  padding-left: 8px;
}

.branch-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  min-height: min(720px, calc(100svh - var(--header-height) - 60px));
}

.branch-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-bottom: 1px solid rgba(123, 48, 64, 0.28);
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.branch-hero h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  color: #211915;
  font-size: clamp(48px, 7.2vw, 104px);
  line-height: 0.92;
}

.branch-hero-copy > p {
  max-width: 670px;
  margin: 0;
  color: rgba(20, 17, 15, 0.72);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.66;
}

.branch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.branch-actions .button.secondary {
  border-color: rgba(123, 48, 64, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--wine);
}

.branch-hero-media {
  position: relative;
  margin: 0;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 32px 90px -42px rgba(20, 17, 15, 0.45);
}

.branch-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: inherit;
  pointer-events: none;
}

.branch-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.branch-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(34px, 5vw, 72px);
}

.branch-info-grid article,
.branch-panel,
.branch-source-note {
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.76);
  box-shadow: 0 18px 50px -34px rgba(20, 17, 15, 0.34);
}

.branch-info-grid article {
  min-height: 178px;
  padding: 20px;
}

.branch-info-grid svg {
  width: 20px;
  height: 20px;
  color: var(--wine);
}

.branch-info-grid span,
.branch-info-grid small {
  display: block;
  color: rgba(20, 17, 15, 0.52);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 16px;
  text-transform: uppercase;
}

.branch-info-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}

.branch-info-grid a,
.branch-source-note a,
.branch-footer a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.branch-info-grid a:hover,
.branch-source-note a:hover,
.branch-footer a:hover {
  color: var(--wine);
}

.branch-story {
  --story-pad: clamp(22px, 4vw, 54px);
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  margin-top: clamp(22px, 4vw, 54px);
  padding: 0 var(--story-pad) var(--story-pad);
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.92), rgba(247, 239, 227, 0.78)),
    rgba(255, 252, 246, 0.8);
  box-shadow: 0 22px 58px -42px rgba(20, 17, 15, 0.44);
  overflow: visible;
}

.branch-story h2,
.branch-center-feature h2 {
  max-width: 760px;
  margin: 10px 0 14px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 0.98;
}

.branch-story-stage {
  position: relative;
  z-index: 2;
  min-height: clamp(560px, 75svh, 780px);
  margin-inline: calc(var(--story-pad) * -1);
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #211915;
  box-shadow: 0 36px 96px -48px rgba(20, 17, 15, 0.62);
}

.branch-story-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(20, 17, 15, 0.5) 0%, rgba(20, 17, 15, 0.42) 34%, rgba(20, 17, 15, 0.7) 100%),
    linear-gradient(180deg, rgba(20, 17, 15, 0.18), rgba(20, 17, 15, 0.44));
  pointer-events: none;
}

.branch-story-lead-media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.branch-story-lead-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.branch-story-title-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(32px, 6vw, 92px);
  color: #fffaf1;
  text-align: center;
}

.branch-story-title-layer .eyebrow {
  color: var(--champagne);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.36);
}

.branch-story-kicker {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.branch-story-kicker.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.branch-story-title {
  max-width: min(980px, 84vw);
  margin: 12px auto 0;
  color: #fffaf1;
  font-size: clamp(50px, 6.3vw, 108px);
  line-height: 0.88;
  text-align: center;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.5);
}

.branch-story-title-line {
  display: block;
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 640ms ease,
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--line-index) * 48ms);
  will-change: opacity, transform;
}

.branch-story-title-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.branch-story-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 680ms ease,
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-index, 0) * 70ms);
  will-change: opacity, transform;
}

.branch-story-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.branch-story-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1fr);
  gap: clamp(22px, 3vw, 42px);
  margin-top: clamp(26px, 3vw, 42px);
  align-items: start;
}

.branch-story-copy > .eyebrow {
  display: none;
}

.branch-story-copy > p,
.branch-center-copy > p {
  color: rgba(20, 17, 15, 0.68);
  font-size: 16px;
  line-height: 1.72;
}

.branch-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.branch-facts div {
  min-height: 126px;
  padding: 16px;
  border-left: 3px solid var(--champagne);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.branch-facts dt {
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.branch-facts dd {
  margin: 8px 0 0;
  color: rgba(20, 17, 15, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.branch-story-media {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: clamp(22px, 3vw, 38px);
}

.branch-story-media figure,
.branch-center-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.branch-story-media figure {
  aspect-ratio: 16 / 7.2;
  min-height: clamp(280px, 28vw, 390px);
  box-shadow: 0 26px 70px -46px rgba(20, 17, 15, 0.58);
}

.branch-story-media img,
.branch-center-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.branch-story-media-mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.branch-story-media-mosaic figure {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.branch-story-media-mosaic figure.is-wide {
  grid-column: span 2;
  aspect-ratio: 16 / 8;
}

.branch-story-media-mosaic figure.is-portrait {
  aspect-ratio: 3 / 4;
}

.branch-center-feature {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  margin-top: 16px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(33, 25, 21, 0.94), rgba(20, 17, 15, 0.98)),
    #211915;
  color: #fffaf1;
}

.branch-center-media {
  aspect-ratio: 16 / 10;
  box-shadow: 0 28px 80px -42px rgba(0, 0, 0, 0.72);
}

.branch-center-copy .eyebrow {
  color: var(--champagne);
}

.branch-center-copy h2 {
  color: #fffaf1;
}

.branch-center-copy > p {
  color: rgba(255, 250, 241, 0.72);
}

.branch-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.branch-feature-list li {
  position: relative;
  min-height: 56px;
  padding: 13px 14px 13px 36px;
  border: 1px solid rgba(255, 250, 241, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.06);
  color: rgba(255, 250, 241, 0.78);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.branch-feature-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--champagne);
}

.branch-seo-suite {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.branch-seo-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: clamp(14px, 2.8vw, 36px);
  align-items: start;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 241, 0.5)),
    rgba(255, 252, 246, 0.72);
}

.branch-seo-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.branch-seo-head h2,
.branch-process-block h3,
.branch-analysis-copy h3,
.branch-practical-panel h3,
.branch-faq-head h3 {
  margin: 0;
  color: #211915;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 0.98;
}

.branch-seo-head p:not(.eyebrow),
.branch-process-card p,
.branch-analysis-copy p,
.branch-faq-head p,
.branch-faq-list p {
  margin: 0;
  color: rgba(20, 17, 15, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.branch-process-block {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.branch-process-block > div:first-child {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 8px;
  background: #211915;
  color: #fffaf1;
}

.branch-process-block > div:first-child .eyebrow,
.branch-analysis-copy .eyebrow {
  color: var(--champagne);
}

.branch-process-block > div:first-child h3,
.branch-analysis-copy h3 {
  color: #fffaf1;
}

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

.branch-process-card,
.branch-practical-panel,
.branch-faq-section {
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 58px -48px rgba(20, 17, 15, 0.42);
}

.branch-process-card {
  min-height: 172px;
  padding: 22px;
}

.branch-process-card span {
  display: block;
  margin-bottom: 26px;
  color: var(--champagne);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.branch-process-card h3 {
  margin: 0 0 8px;
  color: var(--wine);
  font-size: 18px;
  line-height: 1.25;
}

.branch-analysis-block {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(33, 25, 21, 0.95), rgba(63, 32, 34, 0.96)),
    #211915;
  color: #fffaf1;
}

.branch-analysis-copy p {
  margin-top: 10px;
  color: rgba(255, 250, 241, 0.72);
}

.branch-analysis-form {
  display: grid;
  gap: 16px;
}

.branch-analysis-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.branch-analysis-field {
  display: grid;
  gap: 8px;
}

.branch-analysis-field span {
  color: rgba(255, 250, 241, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.branch-analysis-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.08);
  color: #fffaf1;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  outline: none;
  padding: 0 12px;
}

.branch-analysis-field option {
  color: var(--ink);
}

.branch-analysis-form .button {
  width: fit-content;
  min-width: 220px;
}

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

.branch-practical-panel {
  padding: clamp(22px, 3vw, 34px);
}

.branch-practical-panel h3 {
  font-size: clamp(26px, 3vw, 42px);
}

.branch-practical-panel ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.branch-practical-panel li {
  position: relative;
  padding: 12px 14px 12px 36px;
  border-top: 1px solid rgba(20, 17, 15, 0.08);
  color: rgba(20, 17, 15, 0.72);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.branch-practical-panel li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--champagne);
}

.branch-faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(24px, 4vw, 44px);
}

.branch-faq-head h3 {
  font-size: clamp(30px, 3.6vw, 52px);
}

.branch-faq-head p {
  margin-top: 10px;
}

.branch-faq-list {
  display: grid;
  gap: 10px;
}

.branch-faq-list details {
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.64);
}

.branch-faq-list summary {
  min-height: 56px;
  cursor: pointer;
  padding: 17px 18px;
  color: #211915;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.branch-faq-list p {
  padding: 0 18px 18px;
}

.branch-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 16px;
  margin-top: 12px;
}

.branch-panel {
  padding: clamp(24px, 3vw, 38px);
}

.branch-panel h2,
.branch-appointment h2 {
  max-width: 760px;
  margin: 6px 0 8px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
}

.branch-panel p,
.branch-appointment p,
.branch-source-note p {
  color: rgba(20, 17, 15, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.branch-check-list,
.branch-highlight-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

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

.branch-check-list li,
.branch-highlight-list li {
  position: relative;
  padding: 12px 14px 12px 36px;
  border: 1px solid rgba(20, 17, 15, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  color: rgba(20, 17, 15, 0.74);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.branch-check-list li::before,
.branch-highlight-list li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--champagne);
}

.branch-appointment {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 8px;
  background: #211915;
  color: #fffaf1;
}

.branch-appointment p {
  max-width: 760px;
  color: rgba(255, 250, 241, 0.72);
}

.branch-appointment .eyebrow {
  color: var(--champagne);
}

.branch-source-note {
  margin-top: 12px;
  padding: 22px;
}

.branch-source-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.branch-source-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.branch-source-note a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(123, 48, 64, 0.16);
  border-radius: 999px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
}

.branch-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 30px 20px 46px;
  background: #14110f;
  color: rgba(255, 250, 241, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.branch-footer a {
  min-height: 44px;
  padding-inline: 8px;
}

body[dir="rtl"] .branch-language-control select {
  border-left: 0;
  border-right: 1px solid rgba(123, 48, 64, 0.16);
  padding-left: 0;
  padding-right: 8px;
}

body[dir="rtl"] .branch-facts div {
  border-left: 0;
  border-right: 3px solid var(--champagne);
}

body[dir="rtl"] .branch-story-stage::after {
  background:
    radial-gradient(circle at center, rgba(20, 17, 15, 0.5) 0%, rgba(20, 17, 15, 0.42) 34%, rgba(20, 17, 15, 0.7) 100%),
    linear-gradient(180deg, rgba(20, 17, 15, 0.18), rgba(20, 17, 15, 0.44));
}

body[dir="rtl"] .branch-check-list li,
body[dir="rtl"] .branch-highlight-list li,
body[dir="rtl"] .branch-feature-list li,
body[dir="rtl"] .branch-practical-panel li {
  padding-left: 14px;
  padding-right: 36px;
}

body[dir="rtl"] .branch-check-list li::before,
body[dir="rtl"] .branch-highlight-list li::before,
body[dir="rtl"] .branch-feature-list li::before,
body[dir="rtl"] .branch-practical-panel li::before {
  left: auto;
  right: 15px;
}

.experience {
  padding-bottom: clamp(72px, 9vw, 110px);
}

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

.experience-grid article {
  min-height: 430px;
  overflow: hidden;
  padding: 0 0 26px;
  background: var(--chalk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.experience-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(205, 166, 95, 0.42);
  box-shadow: var(--shadow);
}

.experience-grid strong {
  display: block;
  padding: 24px 24px 0;
  font-size: 22px;
}

.experience-grid p {
  margin: 13px 24px 0;
}

.salon-note {
  background:
    radial-gradient(circle at center, rgba(20, 17, 15, 0.24), rgba(20, 17, 15, 0.72) 78%),
    linear-gradient(180deg, rgba(20, 17, 15, 0.36), rgba(20, 17, 15, 0.68)),
    url("./assets/ridvan-imza-salon-arka-plan.jpg") center / cover;
  color: white;
}

.salon-note-inner {
  padding: clamp(76px, 10vw, 128px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.salon-note blockquote {
  width: min(980px, 100%);
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 700;
  line-height: 1;
  text-wrap: balance;
}

.salon-note-signature {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: clamp(20px, 2.4vw, 32px) 0 0;
  color: rgba(255, 250, 241, 0.9);
  font-family: "Dancing Script", cursive;
  font-size: clamp(34px, 3.7vw, 58px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.salon-note-signature::before,
.salon-note-signature::after {
  content: "";
  width: clamp(42px, 5vw, 82px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 250, 241, 0.64));
}

.salon-note-signature::after {
  background: linear-gradient(90deg, rgba(255, 250, 241, 0.64), transparent);
}

.salon-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(860px, 100%);
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.salon-note-grid span {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.section-heading {
  width: min(820px, 100%);
  padding-top: clamp(72px, 9vw, 118px);
  margin-bottom: 30px;
}

.section-heading.compact {
  padding-top: clamp(66px, 8vw, 96px);
}

.section-heading.centered {
  width: min(720px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.section-heading.centered .eyebrow {
  display: inline-block;
}

.section-heading.centered h2 {
  margin-inline: auto;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.08;
}

.section-heading.centered > p:not(.eyebrow) {
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.6;
  max-width: 580px;
}

.heading-ornament {
  display: block;
  width: 68px;
  height: 1px;
  margin: clamp(18px, 2vw, 24px) auto;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  position: relative;
}

.heading-ornament::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--champagne);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.map-legend {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(22px, 2.5vw, 30px);
  padding: 12px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: none;
}

.map-legend-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(20, 17, 15, 0.08);
}

.map-legend-item .dot-official {
  background: #7B3040;
}

.map-legend-item .dot-trained {
  background: #4A6741;
}

.map-layout {
  display: block;
  padding-bottom: clamp(28px, 4vw, 48px);
}

.map-panel,
.location-list,
.admin-form,
.faq-list details,
.roadmap-grid article,
.foundation-card,
.language-card,
.blog-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.foundation {
  padding-bottom: clamp(72px, 9vw, 110px);
}

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

.foundation-card {
  min-height: 244px;
  padding: 20px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.foundation-card:hover,
.language-card:hover,
.blog-card:hover,
.roadmap-grid article:hover,
.faq-list details:hover {
  transform: translateY(-3px);
  border-color: rgba(205, 166, 95, 0.38);
  box-shadow: var(--shadow);
}

.foundation-card span,
.blog-card span,
.language-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(216, 188, 130, 0.2);
  color: var(--wine);
  font-size: 11px;
  font-weight: 900;
}

.foundation-card strong,
.language-card strong,
.blog-card strong {
  display: block;
  font-size: 17px;
}

.foundation-card small,
.language-card small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.foundation-card p,
.language-card p,
.blog-card p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.62;
}

.foundation-card em {
  display: block;
  margin-top: 14px;
  color: var(--olive);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
}

.map-panel {
  overflow: hidden;
  border-radius: clamp(16px, 1.6vw, 22px);
  box-shadow: 0 24px 60px -28px rgba(20, 17, 15, 0.28), 0 6px 18px -10px rgba(20, 17, 15, 0.12);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
}

.filter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 254, 251, 0.92), rgba(247, 242, 234, 0.74));
}

.type-filter,
.rating-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.type-filter {
  grid-column: 1;
  min-width: 0;
}

.rating-filter {
  grid-column: 1 / -1;
  align-items: stretch;
  padding: 6px;
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.map-count {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chip {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px -18px rgba(20, 17, 15, 0.28);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.chip:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 17, 15, 0.18);
  color: var(--ink);
}

.chip.active {
  background: var(--ink);
  color: var(--champagne);
  border-color: var(--ink);
  box-shadow: 0 14px 26px -18px rgba(20, 17, 15, 0.46);
}

.rating-chip {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 12px;
  background: transparent;
  color: rgba(20, 17, 15, 0.58);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rating-chip-label {
  color: inherit;
  font-variant-numeric: tabular-nums;
}

.rating-chip-stars {
  display: inline-flex;
  gap: 1px;
  color: var(--champagne);
}

.rating-chip .rs {
  display: none;
  color: rgba(20, 17, 15, 0.22);
  font-size: 13px;
  line-height: 1;
}

.rating-chip .rs:first-child {
  display: inline;
}

.rating-chip .rs.on:first-child {
  color: var(--champagne);
}

.rating-chip:hover {
  color: var(--ink);
  transform: translateY(-1px);
  border-color: rgba(201, 169, 110, 0.34);
  background: rgba(255, 250, 240, 0.84);
}

.rating-chip.active {
  background: var(--wine);
  border-color: rgba(123, 46, 59, 0.9);
  color: #fffaf1;
  box-shadow: 0 10px 22px -16px rgba(123, 46, 59, 0.68);
}

.rating-chip.active .rating-chip-stars,
.rating-chip.active .rs.on {
  color: var(--champagne);
}

.rating-chip.active .rs:not(.on) {
  color: rgba(255, 250, 241, 0.42);
}

.filter-row .chip,
.filter-row .rating-chip {
  min-height: 40px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.filter-row .rating-chip {
  min-width: 58px;
}

.map-canvas {
  position: relative;
  width: 100%;
  height: clamp(520px, 65vh, 720px);
  background: #f0ebe0;
  overflow: hidden;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(20, 17, 15, 0.2);
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.map-info-card {
  width: min(286px, 76vw);
  padding: 12px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

.map-info-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0 0 11px;
  overflow: hidden;
  border-radius: 10px;
  background: #efe7d8;
}

.map-info-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-info-card .badge {
  margin-bottom: 8px;
}

.map-info-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.08;
}

.map-info-place,
.map-info-address {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.map-info-place {
  color: var(--wine);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.map-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.map-info-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border: 1px solid rgba(123, 46, 59, 0.14);
  border-radius: 999px;
  padding: 0 10px;
  background: #fff8ec;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.map-info-actions svg {
  width: 14px;
  height: 14px;
  color: var(--wine);
}

.pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  border: 3px solid white;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 12px 28px rgba(23, 20, 19, 0.24);
  cursor: pointer;
  rotate: -45deg;
  transition: transform 180ms ease, outline-color 180ms ease;
}

.pin:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.pin span {
  position: absolute;
  inset: 8px;
  background: white;
  border-radius: 50%;
}

.pin.official {
  background: var(--wine);
}

.pin.trained {
  background: var(--olive);
}

.pin.is-selected {
  outline: 4px solid rgba(216, 188, 130, 0.52);
}

.location-list {
  align-self: stretch;
  padding: 16px;
}

.list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.list-heading span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.location-card {
  display: grid;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.location-card:first-child {
  border-top: 0;
}

.location-card strong {
  font-size: 16px;
}

.location-card p {
  margin: 0;
  font-size: 14px;
}

.badge {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(109, 120, 97, 0.14);
  color: var(--olive);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.badge.official {
  background: rgba(123, 46, 59, 0.12);
  color: var(--wine);
}

.badge.featured {
  background: rgba(201, 169, 110, 0.18);
  color: #8b6914;
  border: 1px solid rgba(201, 169, 110, 0.4);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.small-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  font-size: 13px;
  font-weight: 800;
  transition: border-color 180ms ease, transform 180ms ease;
}

.small-link:hover {
  border-color: rgba(205, 166, 95, 0.55);
  transform: translateY(-1px);
}

.admin-section,
.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #14110f 0%, #1a1614 50%, #0a0807 100%);
  color: var(--paper);
}

.cta-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  will-change: transform;
}

.cta-orb-1 {
  width: 420px;
  height: 420px;
  top: -160px;
  left: -100px;
  background: var(--champagne);
  animation: orbFloat1 14s ease-in-out infinite;
}

.cta-orb-2 {
  width: 360px;
  height: 360px;
  bottom: -140px;
  right: -80px;
  background: #7B3040;
  animation: orbFloat2 18s ease-in-out infinite;
}

@keyframes orbFloat1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(40px, 30px); }
}

@keyframes orbFloat2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-40px, -30px); }
}

@media (max-width: 1024px) {
  .cta-decoration {
    overflow: clip;
    contain: paint;
  }

  .cta-orb {
    filter: blur(64px);
    opacity: 0.16;
  }

  .cta-orb-1,
  .cta-orb-2 {
    width: min(42vw, 300px);
    height: min(42vw, 300px);
  }

  .cta-orb-1 {
    top: -72px;
    left: 0;
  }

  .cta-orb-2 {
    right: 0;
    bottom: -72px;
  }
}

.language-system {
  padding-bottom: clamp(72px, 9vw, 110px);
}

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

.language-card {
  padding: 18px;
}

.admin-section p,
.cta p {
  color: rgba(255, 255, 255, 0.72);
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  color: var(--ink);
}

.admin-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  min-height: 46px;
  padding: 10px 12px;
}

.admin-form textarea {
  resize: vertical;
}

.application {
  padding: clamp(72px, 9vw, 110px) 0;
}

.application-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(205, 166, 95, 0.2), transparent 38%),
    #efe4d2;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.application-panel h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.application-panel p {
  max-width: 720px;
}

.wide {
  grid-column: 1 / -1;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: clamp(70px, 9vw, 110px);
}

.blog-foundation {
  padding-bottom: clamp(70px, 9vw, 110px);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  min-height: 390px;
  padding: 0 0 22px;
  position: relative;
  overflow: hidden;
}

.blog-card span {
  margin: 18px 22px 0;
  background: rgba(109, 120, 97, 0.16);
  color: var(--olive);
}

.blog-card strong,
.blog-card p {
  margin-right: 22px;
  margin-left: 22px;
}

.roadmap-grid article {
  padding: 22px;
}

.roadmap-grid svg {
  color: var(--wine);
  margin-bottom: 18px;
}

.roadmap-grid p {
  margin-bottom: 0;
}

.faq {
  padding-bottom: clamp(70px, 9vw, 110px);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 18px 20px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin-bottom: 0;
}

.faq-answer-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  color: var(--wine);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 160ms ease, border-color 160ms ease;
}

.faq-answer-link:hover {
  color: var(--gold);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(28px, 3.5vw, 44px);
  padding: clamp(72px, 9vw, 120px) 0;
}

.cta-content {
  max-width: 760px;
}

.cta .eyebrow {
  display: inline-block;
  color: var(--champagne);
  margin-bottom: 18px;
}

.cta h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 4.6vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.012em;
  margin: 0 0 20px;
  color: var(--paper);
}

.cta-lead {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.6;
  color: rgba(247, 242, 234, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.cta-button-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 30px;
  border-radius: 999px;
  background: var(--champagne);
  color: var(--ink);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
  box-shadow: 0 14px 36px -12px rgba(205, 166, 95, 0.5);
}

.cta-button-primary:hover {
  transform: translateY(-2px);
  background: #d8b677;
  box-shadow: 0 22px 48px -14px rgba(205, 166, 95, 0.62);
}

.cta-button-primary svg {
  width: 18px;
  height: 18px;
}

.cta-button-primary svg:last-child {
  width: 16px;
  height: 16px;
  transition: transform 240ms ease;
}

.cta-button-primary:hover svg:last-child {
  transform: translateX(4px);
}

.cta-button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border: 1px solid rgba(247, 242, 234, 0.22);
  border-radius: 999px;
  color: var(--paper);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
}

.cta-button-secondary:hover {
  border-color: var(--champagne);
  color: var(--champagne);
  background: rgba(205, 166, 95, 0.08);
}

.cta-button-secondary svg {
  width: 16px;
  height: 16px;
}

/* ===========================
   Site Footer (multi-column)
   =========================== */

.site-footer {
  display: block;
  background:
    radial-gradient(circle at 50% 0%, rgba(205, 166, 95, 0.08), transparent 36%),
    #050505;
  color: var(--paper);
  padding: 0;
}

/* Footer FAQ ----------------------------------------------- */
.footer-faq-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(64px, 7vw, 96px) clamp(20px, 5vw, 76px) clamp(48px, 5vw, 64px);
  border-bottom: 1px solid rgba(247, 242, 234, 0.08);
}

.footer-faq-head {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.footer-faq-head .eyebrow {
  display: inline-block;
  color: var(--champagne);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer-faq-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  color: var(--paper);
  margin: 0;
}

.footer-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}

.footer-faq-item {
  padding: clamp(20px, 2.2vw, 28px) clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(247, 242, 234, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 220ms ease, background 220ms ease;
}

.footer-faq-item:hover {
  border-color: rgba(205, 166, 95, 0.32);
  background: rgba(205, 166, 95, 0.04);
}

.footer-faq-item summary {
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.3;
  color: var(--paper);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.footer-faq-item summary::-webkit-details-marker { display: none; }

.footer-faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(205, 166, 95, 0.12);
  color: var(--champagne);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease;
}

.footer-faq-item[open] summary::after {
  content: "−";
  background: var(--champagne);
  color: #0a0807;
}

.footer-faq-item p {
  margin: 14px 0 12px;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(247, 242, 234, 0.72);
}

.footer-faq-item > a {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--champagne);
  text-decoration: none;
  transition: gap 200ms ease;
  gap: 0;
}

.footer-faq-item > a:hover {
  gap: 4px;
}

/* Footer credit ------------------------------------------- */
.footer-madeby {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
  margin: 0;
  color: rgba(247, 242, 234, 0.72);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.footer-madeby-link {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.footer-madeby-link:hover {
  color: inherit;
  border-color: rgba(247, 242, 234, 0.28);
}

[dir="rtl"] .footer-faq-item > a:hover {
  gap: 4px;
}

@media (max-width: 720px) {
  .footer-faq-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.88fr) minmax(0, 2.4fr);
  gap: clamp(48px, 6vw, 104px);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(72px, 8vw, 112px) clamp(20px, 5vw, 76px) clamp(56px, 5vw, 76px);
  border-bottom: 1px solid rgba(247, 242, 234, 0.08);
}

.footer-brand {
  justify-self: start;
  text-align: left;
}

.footer-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, clamp(150px, 13vw, 210px));
  height: clamp(76px, 7vw, 106px);
  margin-bottom: 20px;
}

.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.76;
}

.footer-brand p {
  max-width: 420px;
  margin: 0 0 28px;
  color: rgba(247, 242, 234, 0.58);
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 700;
  line-height: 1.85;
}

.footer-social {
  display: inline-flex;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(247, 242, 234, 0.12);
  border-radius: 50%;
  color: rgba(247, 242, 234, 0.68);
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease;
}

.footer-social a:hover {
  border-color: var(--champagne);
  color: var(--champagne);
  background: rgba(205, 166, 95, 0.08);
}

.footer-social svg {
  width: 18px;
  height: 18px;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3.6vw, 58px);
}

.footer-col h4 {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.34);
  margin: 0 0 22px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 700;
  color: rgba(247, 242, 234, 0.56);
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-col a:hover {
  color: var(--champagne);
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px clamp(20px, 5vw, 76px) 42px;
  text-align: left;
  font-size: 12px;
  color: rgba(247, 242, 234, 0.38);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.footer-bottom a,
.breadcrumb a,
.blog-author a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  line-height: 1.6;
}

.footer-bottom strong {
  color: rgba(247, 242, 234, 0.62);
  font-weight: 800;
}

.footer-bottom .footer-madeby {
  margin-left: auto;
  text-align: right;
}

.footer-bottom .footer-madeby-link {
  display: inline;
  min-height: 0;
}

@media (max-width: 880px) {
  .footer-shell {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 22px;
  }

  .footer-bottom .footer-madeby {
    margin-left: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .cta-button-primary,
  .cta-button-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 74px;
  }

  .site-header {
    min-height: var(--header-height);
    padding: 0 14px;
  }

  .menu-toggle {
    display: inline-grid;
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 2;
    transform: translateY(-50%);
  }

  .main-nav {
    display: grid;
    grid-template-columns: 1fr;
    min-height: var(--header-height);
    justify-items: center;
    gap: 0;
  }

  .nav-cluster {
    display: none;
  }

  .main-nav.is-open {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 2px;
    min-height: auto;
    padding: 12px;
    background: rgba(255, 254, 251, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open .nav-cluster {
    display: grid;
    justify-content: stretch;
    gap: 0;
  }

  .main-nav.is-open .header-actions {
    justify-content: center;
    margin: 8px 0 0;
  }

  .main-nav a {
    min-height: 44px;
    justify-content: center;
    padding: 0 12px;
  }

  .main-nav.is-open .brand {
    margin-bottom: 8px;
  }

  .statement-title {
    font-size: 72px;
  }

  .intro-grid,
  .authority-grid,
  .founder-profile,
  .work-video,
  .admin-grid,
  .map-layout {
    grid-template-columns: 1fr;
  }

  .work-video-media {
    justify-self: center;
    width: min(100%, 410px);
  }

  .map-layout {
    padding-bottom: 80px;
  }

  .location-list {
    max-height: none;
  }

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

  .foundation-grid,
  .language-grid,
  .blog-grid,
  .experience-grid,
  .service-grid,
  .salon-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-link {
    display: none;
  }

  .application-panel {
    grid-template-columns: 1fr;
  }

  .official-center-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 0 10px;
  }

  .brand-frame {
    width: 100%;
    height: var(--header-height);
  }

  .brand-logo {
    width: clamp(112px, 31vw, 136px);
    height: calc(var(--header-height) - 6px);
    max-height: none;
  }

  .header-actions select {
    width: 58px;
    padding: 0 8px;
  }

  .hero {
    min-height: 76svh;
    padding: 0;
  }

  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(18, 15, 14, 0.9), rgba(18, 15, 14, 0.38)),
      linear-gradient(90deg, rgba(18, 15, 14, 0.74), transparent);
  }

  h1 {
    font-size: 44px;
    line-height: 0.96;
  }

  .statement-title {
    font-size: 48px;
    line-height: 0.9;
  }

  .hero .statement-title {
    font-size: clamp(31px, 8.8vw, 46px);
    line-height: 1.04;
  }

  .hero .gooey-hero-title,
  .gooey-hero-stage {
    min-height: var(--gooey-stage-height, clamp(132px, 36vw, 168px));
  }

  .gooey-hero-word {
    font-size: var(--gooey-font-size, clamp(48px, 15vw, 72px));
    line-height: 0.92;
    white-space: normal;
  }

  .statement-caption {
    max-width: 36rem;
    color: rgba(255, 250, 241, 0.95);
    font-size: clamp(12.5px, 3.45vw, 16px);
    line-height: 1.45;
  }

  .statement-line {
    gap: 8px;
  }

  h2 {
    font-size: 36px;
    line-height: 1;
  }

  .cta .button {
    width: 100%;
  }

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

  .metric-strip {
    position: static;
    margin-top: 12px;
  }

  .map-canvas {
    height: 460px;
  }

  .foundation-grid,
  .language-grid,
  .blog-grid,
  .experience-grid,
  .service-grid,
  .salon-note-grid {
    grid-template-columns: 1fr;
  }

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

  .salon-note blockquote {
    font-size: 36px;
  }

  .service-grid article,
  .experience-grid article,
  .foundation-card,
  .blog-card {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .centers-grid {
    grid-template-columns: 1fr;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1), transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 120ms; }
.reveal-delay-2 { transition-delay: 240ms; }
.reveal-delay-3 { transition-delay: 360ms; }

/* ===========================
   Section transitions — premium layered
   =========================== */

.section-anim {
  position: relative;
  opacity: 0;
  transform: translateY(14px);
  filter: blur(1px);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 880ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.section-anim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(205, 166, 95, 0.55) 50%,
    transparent
  );
  transform: translateX(-50%);
  transition: width 1400ms cubic-bezier(0.65, 0, 0.35, 1) 120ms;
  pointer-events: none;
  z-index: 2;
}

.section-anim.is-in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.section-anim.is-in::before {
  width: min(72%, 720px);
}

.section-anim[data-no-ornament]::before,
.hero.section-anim::before {
  content: none;
}

/* Layered children — start hidden, premium ease-out */
.section-anim .layer-1,
.section-anim .layer-2,
.section-anim .layer-3,
.section-anim .layer-4 {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(6px);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.section-anim .layer-4 {
  transform: translateY(34px) scale(0.985);
  transition:
    opacity 920ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1080ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-anim.is-in .layer-1,
.section-anim.is-in .layer-2,
.section-anim.is-in .layer-3,
.section-anim.is-in .layer-4 {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.section-anim.is-in .layer-1 { transition-delay: 40ms, 40ms, 40ms; }
.section-anim.is-in .layer-2 { transition-delay: 120ms, 120ms, 120ms; }
.section-anim.is-in .layer-3 { transition-delay: 200ms, 200ms, 200ms; }
.section-anim.is-in .layer-4 { transition-delay: 280ms, 280ms, 280ms; }

/* Stagger inside a single layer (e.g. card grid) */
.section-anim .layer-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 880ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-anim.is-in .layer-stagger > * {
  opacity: 1;
  transform: translateY(0);
}

.section-anim.is-in .layer-stagger > *:nth-child(1) { transition-delay: 160ms; }
.section-anim.is-in .layer-stagger > *:nth-child(2) { transition-delay: 220ms; }
.section-anim.is-in .layer-stagger > *:nth-child(3) { transition-delay: 280ms; }
.section-anim.is-in .layer-stagger > *:nth-child(4) { transition-delay: 340ms; }
.section-anim.is-in .layer-stagger > *:nth-child(5) { transition-delay: 400ms; }
.section-anim.is-in .layer-stagger > *:nth-child(6) { transition-delay: 460ms; }
.section-anim.is-in .layer-stagger > *:nth-child(n + 7) { transition-delay: 520ms; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* ===========================
   Blog Card (home grid)
   =========================== */

.blog-card.blog-card-linked {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.blog-card.blog-card-linked:hover {
  transform: translateY(-4px);
  border-color: rgba(205, 166, 95, 0.5);
  box-shadow: 0 26px 60px -28px rgba(20, 17, 15, 0.36);
}

.blog-card-arrow {
  position: absolute;
  top: auto;
  right: 18px;
  bottom: 18px;
  left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--champagne);
  box-shadow: 0 6px 14px -4px rgba(20, 17, 15, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: transform 220ms ease, background 220ms ease, opacity 180ms ease;
}

.blog-card.blog-card-linked:hover .blog-card-arrow,
.blog-card.blog-card-linked:focus-visible .blog-card-arrow {
  opacity: 1;
  transform: translateY(0);
  background: var(--champagne);
  color: #fff;
}

.blog-card-arrow svg { width: 16px; height: 16px; }

/* ===========================
   Blog Post Page
   =========================== */

.blog-page {
  background: var(--paper);
}

.blog-main {
  padding: clamp(24px, 4vw, 56px) clamp(20px, 5vw, 76px) clamp(60px, 7vw, 90px);
}

.blog-article {
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: clamp(20px, 3vw, 32px);
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: var(--champagne);
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color 180ms ease;
}

.breadcrumb a:hover { color: var(--ink); }

.breadcrumb [aria-current="page"] {
  color: var(--ink);
}

.blog-hero {
  max-width: 820px;
  margin: 0 auto clamp(36px, 5vw, 60px);
  padding-bottom: clamp(24px, 3vw, 36px);
  border-bottom: 1px solid var(--line);
}

.blog-hero .eyebrow {
  margin-bottom: 12px;
}

.blog-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 5.4vw, 68px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.012em;
  margin-bottom: clamp(20px, 2.2vw, 28px);
  color: var(--ink);
}

.blog-lead {
  max-width: 64ch;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.62;
  color: rgba(20, 17, 15, 0.88);
  margin-bottom: clamp(22px, 2.6vw, 30px);
}

.blog-lead em {
  font-style: italic;
  color: var(--champagne-strong, #b48947);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 24px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-meta svg { width: 14px; height: 14px; color: var(--champagne); }

.blog-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: flex-start;
}

.blog-toc {
  position: sticky;
  top: 96px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.toc-title {
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 16px;
}

.blog-toc ol {
  list-style: none;
  counter-reset: tocCount;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.blog-toc li {
  counter-increment: tocCount;
}

.blog-toc a {
  display: flex;
  gap: 10px;
  padding: 8px 4px;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(20, 17, 15, 0.78);
  text-decoration: none;
  line-height: 1.42;
  transition: color 180ms ease, padding-left 200ms ease;
  border-radius: 6px;
}

.blog-toc a::before {
  content: counter(tocCount, decimal-leading-zero);
  color: var(--champagne);
  font-weight: 900;
  flex-shrink: 0;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding-top: 3px;
}

.blog-toc a:hover {
  color: var(--ink);
  padding-left: 8px;
}

.blog-content {
  max-width: 740px;
}

.blog-content section {
  margin-bottom: clamp(48px, 6vw, 72px);
  scroll-margin-top: 100px;
}

.blog-content section + section {
  padding-top: clamp(8px, 1vw, 14px);
}

.blog-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 2.9vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.005em;
  margin-bottom: clamp(16px, 1.8vw, 24px);
  color: var(--ink);
  position: relative;
  padding-top: 12px;
}

.blog-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--champagne);
  border-radius: 2px;
}

.blog-content h3 {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  margin: clamp(28px, 3vw, 36px) 0 12px;
  color: var(--ink);
}

.blog-content p {
  font-size: clamp(16.5px, 1.2vw, 19px);
  line-height: 1.75;
  color: rgba(20, 17, 15, 0.88);
  margin-bottom: 18px;
}

.blog-content p strong {
  color: var(--ink);
  font-weight: 700;
}

.blog-content p em {
  font-style: italic;
  color: var(--ink);
}

.blog-content a {
  color: var(--champagne);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color 200ms ease, text-decoration-thickness 200ms ease;
}

.blog-content a:hover {
  color: var(--ink);
  text-decoration-thickness: 2px;
}

.blog-content ul,
.blog-content ol {
  padding-left: 22px;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(16.5px, 1.2vw, 19px);
  line-height: 1.7;
  color: rgba(20, 17, 15, 0.88);
}

.blog-content ul li::marker {
  color: var(--champagne);
}

.blog-content ol li::marker {
  color: var(--champagne);
  font-weight: 700;
}

.blog-content ol.step-list {
  padding-left: 0;
  list-style: none;
  gap: 14px;
}

.step-list li {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.check-list,
.cross-list {
  padding-left: 0;
  list-style: none;
}

.check-list li,
.cross-list li {
  position: relative;
  padding-left: 32px;
  line-height: 1.65;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(74, 103, 65, 0.12);
  color: #4A6741;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
  flex-shrink: 0;
}

.cross-list li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(123, 48, 64, 0.12);
  color: #7B3040;
  border-radius: 50%;
  font-weight: 900;
  font-size: 11px;
  flex-shrink: 0;
}

.blog-tldr {
  margin-bottom: clamp(40px, 4.5vw, 56px);
  padding: clamp(24px, 2.8vw, 32px);
  background: linear-gradient(135deg, rgba(205, 166, 95, 0.14), rgba(247, 242, 234, 0.55));
  border: 1px solid rgba(205, 166, 95, 0.36);
  border-radius: 16px;
}

.tldr-title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 16px;
}

.blog-tldr ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-tldr li {
  position: relative;
  padding-left: 26px;
  font-size: clamp(15.5px, 1.1vw, 17px);
  line-height: 1.62;
  color: rgba(20, 17, 15, 0.85);
}

.blog-tldr li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--champagne);
  font-weight: 900;
}

.blog-tldr li strong {
  color: var(--ink);
}

.blog-pull {
  margin: clamp(28px, 3.4vw, 40px) 0;
  padding: clamp(24px, 2.6vw, 32px) clamp(26px, 3vw, 36px);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(19px, 1.7vw, 24px);
  font-style: italic;
  line-height: 1.45;
  border-left: 3px solid var(--champagne);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 12px 12px 0;
  position: relative;
}

.blog-pull::before {
  content: """;
  position: absolute;
  left: 14px;
  top: -6px;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  line-height: 1;
  color: rgba(205, 166, 95, 0.34);
  font-style: normal;
}

.blog-table-wrap {
  overflow-x: auto;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.blog-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(14px, 1vw, 15.5px);
}

.blog-table th,
.blog-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  line-height: 1.55;
}

.blog-table td {
  color: rgba(20, 17, 15, 0.86);
}

.blog-table th {
  background: rgba(20, 17, 15, 0.05);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}

.blog-table tbody tr:last-child td {
  border-bottom: none;
}

.blog-table tbody tr:hover td {
  background: rgba(205, 166, 95, 0.05);
}

.blog-table td::before {
  content: none;
}

.blog-faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  transition: padding 200ms ease;
}

.blog-faq details[open] {
  padding-bottom: 24px;
}

.blog-faq summary {
  cursor: pointer;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.4;
  padding: 4px 0;
}

.blog-faq summary:hover {
  color: var(--champagne);
}

.blog-faq summary::-webkit-details-marker { display: none; }

.blog-faq summary::after {
  content: "+";
  color: var(--champagne);
  font-weight: 800;
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 200ms ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(205, 166, 95, 0.1);
}

.blog-faq details[open] summary::after {
  content: "−";
  background: var(--champagne);
  color: #fff;
}

.blog-faq details p {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: clamp(15.5px, 1.1vw, 17.5px);
  line-height: 1.7;
  color: rgba(20, 17, 15, 0.78);
}

.blog-cta {
  margin-top: clamp(48px, 6vw, 72px);
  padding: clamp(32px, 4vw, 48px);
  background: var(--ink);
  color: var(--paper);
  border-radius: 18px;
  text-align: center;
}

.blog-cta .eyebrow {
  color: var(--champagne);
  margin-bottom: 12px;
}

.blog-cta h2 {
  color: var(--paper);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 2.4vw, 32px);
  margin-bottom: 14px;
}

.blog-cta p {
  color: rgba(247, 242, 234, 0.78);
  margin-bottom: 24px;
}

.blog-cta .button.primary {
  background: var(--champagne);
  color: var(--ink);
}

.blog-author {
  margin-top: clamp(56px, 7vw, 84px);
  padding: clamp(32px, 3.4vw, 44px);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 16px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.blog-author .eyebrow { margin-bottom: 10px; }

.blog-author h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(23px, 2.1vw, 30px);
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--ink);
}

.blog-author p {
  font-size: clamp(15px, 1.05vw, 16.5px);
  line-height: 1.7;
  color: rgba(20, 17, 15, 0.78);
  margin-bottom: 12px;
}

.blog-author a {
  color: var(--champagne);
  text-decoration: none;
  font-weight: 700;
}

.blog-author a:hover { color: var(--ink); }

@media (max-width: 960px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-toc {
    position: static;
    margin-bottom: 24px;
  }

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

@media (max-width: 680px) {
  .blog-main {
    padding: 24px 20px 60px;
  }

  .blog-hero h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  .blog-lead {
    font-size: 17px;
    line-height: 1.6;
  }

  .blog-meta {
    font-size: 12px;
    gap: 12px;
  }

  .blog-content p,
  .blog-content ul,
  .blog-content ol {
    font-size: 16.5px;
    line-height: 1.72;
  }

  .blog-content h2 {
    font-size: 24px;
  }

  .blog-content h3 {
    font-size: 17.5px;
  }

  .blog-tldr {
    padding: 20px;
  }

  .blog-tldr li {
    font-size: 15.5px;
  }

  .blog-pull {
    padding: 20px 22px;
    font-size: 18px;
  }

  .blog-faq summary {
    font-size: 15.5px;
  }

  .blog-cta {
    padding: 28px 22px;
  }
}

/* ===========================
   Blog Post UI Refresh
   =========================== */

.blog-page {
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 0 0, rgba(205, 166, 95, 0.12), transparent 28rem),
    radial-gradient(circle at 17% 21%, rgba(20, 17, 15, 0.1) 0 0.75px, transparent 1.25px),
    radial-gradient(circle at 38% 76%, rgba(205, 166, 95, 0.14) 0 0.95px, transparent 1.45px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.35' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.36'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.85'/%3E%3C/svg%3E");
  background-size: auto, 19px 23px, 37px 31px, 120px 120px;
  background-blend-mode: normal, multiply, multiply, multiply;
}

/* Keep blog body LTR even when site is in Arabic mode (Turkish content stays LTR) */
body[dir="rtl"] .blog-article {
  direction: ltr;
  text-align: left;
}

body[dir="rtl"] .blog-article a {
  text-align: left;
}

.blog-page .site-footer {
  border-top: 1px solid var(--line);
}

.blog-main {
  padding-top: calc(var(--header-height) + clamp(26px, 4vw, 54px));
}

.blog-article {
  max-width: min(1240px, 100%);
}

.breadcrumb {
  max-width: 1120px;
  margin: 0 auto clamp(22px, 3vw, 34px);
}

.breadcrumb ol {
  width: fit-content;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(37, 27, 19, 0.06);
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 76px);
  max-width: 1120px;
  margin: 0 auto clamp(24px, 4vw, 44px);
  padding: clamp(24px, 4vw, 44px) 0 clamp(24px, 4vw, 42px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.blog-hero .eyebrow {
  align-self: start;
  width: fit-content;
  margin: 4px 0 0;
  padding: 7px 10px;
  border: 1px solid rgba(205, 166, 95, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
}

.blog-hero h1 {
  grid-column: 2;
  max-width: 860px;
  margin-bottom: clamp(16px, 2vw, 22px);
  font-size: clamp(42px, 6.4vw, 82px);
  line-height: 0.96;
}

.blog-lead,
.blog-meta {
  grid-column: 2;
}

.blog-lead {
  max-width: 780px;
}

.blog-meta {
  padding-top: 10px;
  border-top: 1px solid rgba(20, 17, 15, 0.08);
}

.blog-visual-placeholder {
  position: relative;
  max-width: 1120px;
  aspect-ratio: 16 / 7;
  margin: 0 auto clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(20, 17, 15, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(20, 17, 15, 0.72), rgba(63, 32, 34, 0.56)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    #211a18;
  background-size: auto, 72px 72px, 72px 72px, auto;
  box-shadow: 0 34px 90px rgba(37, 27, 19, 0.2);
}

.blog-visual-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(247, 242, 234, 0.3);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.blog-visual-placeholder::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.32));
  pointer-events: none;
}

.blog-visual-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.placeholder-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(24px, 4vw, 44px);
  color: var(--paper);
}

.placeholder-inner svg {
  width: clamp(42px, 6vw, 74px);
  height: clamp(42px, 6vw, 74px);
  padding: 13px;
  border: 1px solid rgba(247, 242, 234, 0.28);
  border-radius: 999px;
  background: rgba(247, 242, 234, 0.1);
  color: var(--champagne);
}

.placeholder-inner span {
  display: block;
  margin-bottom: 8px;
  color: var(--champagne-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.placeholder-inner strong {
  display: block;
  max-width: 680px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 600;
  line-height: 0.98;
}

.blog-layout {
  max-width: 1120px;
  margin: 0 auto;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
}

.blog-toc {
  top: calc(var(--header-height) + 18px);
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(37, 27, 19, 0.08);
}

.blog-toc strong,
.toc-title {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wine);
}

.blog-content {
  max-width: 820px;
}

.blog-content section {
  margin-bottom: clamp(18px, 2.4vw, 28px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(20, 17, 15, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(37, 27, 19, 0.07);
}

.blog-content section[id] {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.blog-content h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.04;
}

.blog-content p {
  color: rgba(20, 17, 15, 0.86);
}

.blog-content ul,
.blog-content ol {
  padding-left: 0;
  list-style: none;
}

.blog-content li {
  position: relative;
  padding-left: 24px;
}

.blog-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--champagne);
}

.blog-tldr {
  background:
    linear-gradient(135deg, rgba(205, 166, 95, 0.18), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.8);
  border-color: rgba(205, 166, 95, 0.36);
}

.blog-tldr li::before {
  content: "";
}

.blog-pull {
  border-left: 0;
  border-top: 1px solid rgba(205, 166, 95, 0.46);
  border-bottom: 1px solid rgba(205, 166, 95, 0.46);
  background: transparent;
  padding: 24px 0;
}

.blog-table-wrap,
.blog-table {
  border-radius: var(--radius);
}

.blog-table {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.66);
}

.blog-table th {
  background: rgba(20, 17, 15, 0.88);
  color: var(--paper);
}

.blog-faq details {
  padding: 18px 0;
}

.blog-faq details:first-of-type {
  border-top: 1px solid var(--line);
}

.blog-cta {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(20, 17, 15, 0.96), rgba(63, 32, 34, 0.94)),
    var(--ink);
}

.blog-cta::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(205, 166, 95, 0.26);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.blog-cta > * {
  position: relative;
  z-index: 1;
}

.blog-author {
  max-width: 820px;
  border-radius: var(--radius);
}

.blog-card {
  overflow: hidden;
}

.blog-card strong,
.blog-card p,
.blog-card > span {
  margin-left: 22px;
  margin-right: 22px;
}

.blog-card > span {
  margin-top: auto;
  margin-bottom: 22px;
}

.blog-card.blog-card-linked {
  min-height: 100%;
}

.blog-card.blog-card-linked:hover .blog-card-arrow {
  transform: translateY(0);
}

@media (max-width: 960px) {
  .blog-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blog-hero h1,
  .blog-lead,
  .blog-meta {
    grid-column: 1;
  }

  .blog-visual-placeholder {
    aspect-ratio: 4 / 3;
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .blog-main {
    padding: calc(var(--header-height) + 20px) 16px 56px;
  }

  .breadcrumb ol {
    border-radius: var(--radius);
  }

  .blog-hero {
    padding: 22px 0 24px;
  }

  .blog-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .blog-visual-placeholder {
    aspect-ratio: 1 / 1.08;
  }

  .placeholder-inner {
    align-items: start;
    flex-direction: column;
    justify-content: end;
  }

  .blog-content section {
    padding: 22px 18px;
  }

  .blog-card strong,
  .blog-card p,
  .blog-card > span {
    margin-left: 18px;
    margin-right: 18px;
  }
}

/* ===========================
   Blog UI Polish V2
   =========================== */

.blog-page .site-header {
  position: sticky;
}

.blog-main {
  padding-top: clamp(28px, 4vw, 48px);
}

.blog-article {
  max-width: min(1160px, calc(100vw - 40px));
}

.breadcrumb {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.blog-hero {
  display: block;
  max-width: 980px;
  margin: 0 auto clamp(18px, 2.8vw, 30px);
  padding: clamp(28px, 4vw, 46px) clamp(22px, 5vw, 70px);
  border: 1px solid rgba(20, 17, 15, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(247, 242, 234, 0.56)),
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(37, 27, 19, 0.08);
  text-align: center;
}

.blog-hero .eyebrow {
  margin: 0 auto clamp(16px, 2vw, 22px);
}

.blog-hero h1 {
  max-width: 780px;
  margin: 0 auto clamp(18px, 2vw, 24px);
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 0.98;
}

.blog-lead {
  max-width: 760px;
  margin: 0 auto clamp(18px, 2vw, 24px);
  color: rgba(20, 17, 15, 0.82);
}

.blog-meta {
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 16px 0;
}

.blog-visual-placeholder {
  max-width: 1080px;
  aspect-ratio: 16 / 6.2;
  min-height: 310px;
  margin-bottom: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(63, 32, 34, 0.92), rgba(20, 17, 15, 0.94)),
    linear-gradient(90deg, rgba(247, 242, 234, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 242, 234, 0.07) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 58px 58px, 58px 58px, auto;
}

.blog-visual-placeholder::before {
  inset: 16px;
  border-color: rgba(205, 166, 95, 0.36);
}

.placeholder-inner {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.placeholder-inner svg {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
}

.placeholder-inner strong {
  max-width: 640px;
  font-size: clamp(26px, 3.4vw, 46px);
}

.blog-layout {
  max-width: 1080px;
  grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 42px);
}

.blog-toc {
  top: 24px;
  border-color: rgba(20, 17, 15, 0.08);
}

.blog-toc a {
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px solid rgba(20, 17, 15, 0.06);
}

.blog-toc li:last-child a {
  border-bottom: 0;
}

.blog-content {
  max-width: none;
}

.blog-content section {
  position: relative;
  margin-bottom: 18px;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
}

.blog-content section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--champagne), rgba(205, 166, 95, 0));
  opacity: 0.72;
}

.blog-content h2 {
  max-width: 740px;
  margin-bottom: 16px;
}

.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-table {
  max-width: 760px;
}

.blog-content p:last-child,
.blog-content ul:last-child,
.blog-content ol:last-child {
  margin-bottom: 0;
}

.blog-tldr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  background:
    linear-gradient(135deg, rgba(205, 166, 95, 0.19), rgba(255, 255, 255, 0.9)),
    #fff;
}

.blog-faq details {
  max-width: 760px;
}

.blog-cta {
  padding: clamp(30px, 4vw, 48px);
}

.blog-card .card-media {
  aspect-ratio: 16 / 10.5;
}

.blog-card strong {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.12;
}

.blog-card p {
  color: rgba(20, 17, 15, 0.72);
}

@media (max-width: 960px) {
  .blog-article {
    max-width: min(100%, calc(100vw - 32px));
  }

  .blog-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-toc {
    display: none;
  }
}

@media (max-width: 680px) {
  .blog-article {
    max-width: 100%;
  }

  .blog-hero {
    padding: 24px 18px;
  }

  .blog-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .blog-meta {
    width: 100%;
    justify-content: center;
  }

  .blog-visual-placeholder {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .placeholder-inner {
    padding: 24px 18px;
  }

  .placeholder-inner svg {
    width: 48px;
    height: 48px;
  }

  .blog-content section {
    padding: 22px 18px 22px 22px;
  }
}

/* ===========================
   Mobile Responsiveness Pass
   =========================== */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

p,
li,
summary,
a,
button,
input,
select,
textarea,
.blog-card strong,
.center-card-body strong {
  overflow-wrap: anywhere;
}

.section-shell,
.footer-shell,
.footer-bottom,
.blog-article,
.blog-visual-placeholder,
.blog-layout,
.breadcrumb,
.blog-hero {
  max-width: min(var(--section-max, 1200px), calc(100vw - 32px));
}

.blog-table-wrap {
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.blog-table {
  min-width: 620px;
}

.intro-grid > *,
.authority-grid > *,
.founder-profile > *,
.admin-grid > *,
.official-center-panel > *,
.application-panel > *,
.map-layout > *,
.blog-layout > *,
.blog-content,
.blog-content section,
.blog-tldr,
.blog-author,
.footer-shell > *,
.footer-cols > * {
  min-width: 0;
}

body[dir="rtl"] .blog-article {
  direction: rtl;
  text-align: right;
}

body[dir="rtl"] .blog-article a {
  text-align: inherit;
}

body[dir="rtl"] .breadcrumb li:not(:last-child)::after {
  content: "‹";
  margin-left: 0;
  margin-right: 8px;
}

body[dir="rtl"] .blog-table th,
body[dir="rtl"] .blog-table td {
  text-align: right;
}

body[dir="rtl"] .blog-content section::before {
  inset: 0 0 0 auto;
}

body[dir="rtl"] .blog-content li,
body[dir="rtl"] .blog-tldr li,
body[dir="rtl"] .check-list li,
body[dir="rtl"] .cross-list li {
  padding-left: 0;
  padding-right: 24px;
}

body[dir="rtl"] .blog-content li::before,
body[dir="rtl"] .blog-tldr li::before,
body[dir="rtl"] .check-list li::before,
body[dir="rtl"] .cross-list li::before {
  left: auto;
  right: 0;
}

body[dir="rtl"] .blog-card-arrow,
body[dir="rtl"] .center-arrow {
  right: auto;
  left: 14px;
}

@media (max-width: 1180px) {
  .main-nav {
    gap: clamp(14px, 2vw, 26px);
    font-size: clamp(13px, 1.15vw, 16px);
  }

  .nav-cluster {
    gap: clamp(14px, 2vw, 28px);
  }

  .brand,
  .brand-logo {
    width: clamp(156px, 14vw, 214px);
  }

  .brand-logo {
    height: auto;
    height: clamp(58px, calc(var(--header-height) - 10px), 76px);
  }

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

  .foundation-grid,
  .language-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: var(--header-height);
  }

  .menu-toggle {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 17, 15, 0.08);
    box-shadow: 0 10px 24px rgba(37, 27, 19, 0.08);
  }

  body[dir="rtl"] .menu-toggle {
    right: auto;
    left: 14px;
  }

  .main-nav {
    overflow: visible;
  }

  .brand {
    grid-column: 1;
    width: clamp(132px, 24vw, 170px);
    height: var(--header-height);
  }

  .brand-logo {
    width: clamp(132px, 24vw, 170px);
    height: calc(var(--header-height) - 6px);
    max-height: none;
  }

  .main-nav.is-open {
    max-height: calc(100svh - var(--header-height) - 18px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .main-nav.is-open .nav-cluster {
    width: 100%;
  }

  .main-nav.is-open .nav-cluster a,
  .main-nav.is-open .booking-link {
    min-height: 48px;
    border-bottom: 1px solid rgba(20, 17, 15, 0.07);
  }

  .main-nav.is-open .header-actions {
    width: 100%;
    gap: 10px;
  }

  .main-nav.is-open .header-actions .icon-button {
    display: inline-grid;
  }

  .intro-grid,
  .authority-grid,
  .founder-profile,
  .work-video,
  .admin-grid {
    align-items: start;
    padding: clamp(56px, 8vw, 86px) 0;
  }

  .official-center-panel,
  .application-panel {
    align-items: stretch;
  }

  .map-panel {
    border-radius: var(--radius);
  }

  .map-canvas {
    height: min(520px, 62svh);
  }

  .blog-page .site-header {
    position: sticky;
    top: 0;
  }

  .blog-main {
    padding-top: clamp(18px, 4vw, 34px);
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .section-shell {
    width: min(100% - 28px, 1200px);
  }

  .authority .section-shell {
    width: min(100% - 28px, 1200px);
    max-width: calc(100vw - 28px);
  }

  .founder-story {
    max-width: none;
    padding-block: 8px 12px;
  }

  .founder-story h2 {
    font-size: clamp(44px, 13vw, 58px);
    line-height: 0.94;
  }

  .founder-story > p:not(.eyebrow),
  .founder-biography p,
  .founder-impact p {
    font-size: clamp(18px, 5.4vw, 21px);
    line-height: 1.5;
    text-align: start;
  }

  .founder-story .founder-lead::first-letter {
    font-size: 3.7em;
  }

  .work-video-copy {
    padding-inline-start: 18px;
  }

  .work-video-copy h2 {
    font-size: clamp(38px, 11vw, 56px);
  }

  .work-video-points {
    grid-template-columns: 1fr;
  }

  .site-header {
    padding: 0 12px;
  }

  .brand {
    width: clamp(118px, 32vw, 148px);
    height: var(--header-height);
  }

  .brand-logo {
    width: clamp(118px, 32vw, 148px);
    height: calc(var(--header-height) - 6px);
    max-height: none;
  }

  .hero {
    min-height: calc(74svh - var(--header-height));
  }

  .opening-statement {
    padding: 52px 0 48px;
  }

  .statement-wrap {
    padding: 10px 0;
  }

  .statement-title {
    max-width: min(100%, 680px);
    font-size: clamp(27px, 9.7vw, 52px);
    line-height: 1.02;
  }

  .hero .statement-title {
    max-width: min(100%, 620px);
    font-size: clamp(30px, 8.6vw, 46px);
    line-height: 1.06;
  }

  .intro-grid,
  .authority-grid,
  .founder-profile,
  .admin-grid {
    gap: 28px;
    padding: 52px 0;
  }

  .definition-list div {
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 14px;
  }

  .visual-stack img,
  .authority-card img {
    aspect-ratio: 4 / 4.6;
  }

  .metric-strip {
    width: 100%;
  }

  .metric-strip span {
    padding: 12px 14px;
  }

  .service-grid,
  .experience-grid,
  .centers-grid,
  .foundation-grid,
  .language-grid,
  .blog-grid,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .card-media,
  .blog-card .card-media {
    aspect-ratio: 16 / 10;
  }

  .service-grid article,
  .experience-grid article,
  .blog-card {
    min-height: auto;
  }

  .center-card {
    border-radius: var(--radius);
  }

  .center-card-featured,
  .center-card-half {
    grid-column: auto;
    flex-direction: column;
    min-height: auto;
    height: auto;
  }

  .center-card-media {
    margin: 8px;
    border-radius: calc(var(--radius) - 2px);
  }

  .center-card-featured .center-card-media,
  .center-card-half .center-card-media {
    flex: none;
    height: auto;
    margin: 8px;
    aspect-ratio: 16 / 10;
  }

  .center-card-featured .center-card-body {
    padding: clamp(14px, 1.5vw, 18px) clamp(16px, 1.8vw, 20px) clamp(16px, 2vw, 22px);
  }

  .center-card-featured .center-card-body strong,
  .center-card-half .center-card-body strong {
    font-size: clamp(19px, 6vw, 26px);
    line-height: 1.12;
  }

  .center-card-featured .center-info {
    grid-template-columns: 1fr;
  }

  .salon-note-inner {
    padding: 56px 0;
  }

  .salon-note blockquote {
    font-size: clamp(32px, 10vw, 44px);
  }

  .salon-note-signature {
    gap: 12px;
    font-size: clamp(32px, 11vw, 46px);
  }

  .salon-note-signature::before,
  .salon-note-signature::after {
    width: clamp(30px, 14vw, 54px);
  }

  .salon-note-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    padding-top: 58px;
    margin-bottom: 24px;
  }

  .map-legend {
    width: 100%;
    justify-content: flex-start;
    border-radius: var(--radius);
  }

  .filter-row {
    align-items: stretch;
    padding: 12px;
  }

  .rating-filter {
    flex: 1 1 100%;
    justify-content: center;
    border-radius: 16px;
  }

  .chip {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .map-count {
    flex-basis: 100%;
    margin-left: 0;
    padding-top: 4px;
    text-align: center;
  }

  body[dir="rtl"] .map-count {
    margin-right: 0;
  }

  .map-canvas {
    height: min(440px, 58svh);
  }

  .location-list {
    padding: 12px;
  }

  .card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .small-link {
    justify-content: center;
  }

  .admin-form,
  .application-panel,
  .official-center-panel {
    padding: 18px;
  }

  .application-panel .button,
  .official-center-panel .button {
    width: 100%;
  }

  .cta-actions {
    width: 100%;
  }

  .footer-shell {
    gap: 30px;
    padding: 54px 0 34px;
  }

  .footer-cols {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-brand p {
    max-width: none;
  }

  .blog-article,
  .blog-visual-placeholder,
  .blog-layout,
  .breadcrumb,
  .blog-hero {
    max-width: calc(100vw - 28px);
  }

  .breadcrumb ol {
    width: 100%;
    border-radius: var(--radius);
    font-size: 12px;
  }

  .blog-hero {
    padding: 22px 16px;
    text-align: start;
  }

  .blog-hero .eyebrow,
  .blog-hero h1,
  .blog-lead,
  .blog-meta {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-hero .eyebrow {
    display: inline-flex;
  }

  .blog-hero h1 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .blog-lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .blog-meta {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    padding-inline: 0;
    font-size: 12px;
  }

  .blog-meta span {
    flex: 1 1 100%;
  }

  .blog-visual-placeholder {
    min-height: 220px;
    aspect-ratio: 4 / 3.2;
  }

  .placeholder-inner {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 22px 16px;
    text-align: start;
  }

  .placeholder-inner svg {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .placeholder-inner strong {
    font-size: clamp(26px, 8vw, 36px);
  }

  .blog-content section {
    padding: 22px 16px 22px 20px;
  }

  body[dir="rtl"] .blog-content section {
    padding: 22px 20px 22px 16px;
  }

  .blog-content h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .blog-content p,
  .blog-content ul,
  .blog-content ol {
    font-size: 15px;
  }

  .blog-tldr {
    padding: 18px 16px;
  }

  .step-list li {
    padding: 14px;
  }

  .blog-table-wrap {
    margin-inline: -4px;
  }

  .blog-table-wrap {
    overflow: visible;
    margin-inline: 0;
    border: 0;
    background: transparent;
  }

  .blog-table,
  .blog-table thead,
  .blog-table tbody,
  .blog-table tr,
  .blog-table th,
  .blog-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .blog-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .blog-table tbody {
    display: grid;
    gap: 12px;
  }

  .blog-table tr {
    overflow: hidden;
    border: 1px solid rgba(20, 17, 15, 0.1);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.72);
  }

  .blog-table td {
    display: grid;
    grid-template-columns: minmax(92px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px 14px;
    text-align: start;
    border-bottom: 1px solid rgba(20, 17, 15, 0.08);
    overflow-wrap: anywhere;
  }

  .blog-table td:last-child {
    border-bottom: 0;
  }

  .blog-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body[dir="rtl"] .blog-table td {
    text-align: start;
  }

  .blog-author {
    padding: 22px 18px;
  }
}

@media (max-width: 430px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    padding: 0 10px;
  }

  .menu-toggle {
    right: 10px;
  }

  body[dir="rtl"] .menu-toggle {
    left: 10px;
  }

  .brand {
    width: clamp(104px, 35vw, 126px);
    height: var(--header-height);
  }

  .brand-logo {
    width: clamp(104px, 35vw, 126px);
    height: calc(var(--header-height) - 6px);
    max-height: none;
  }

  .header-actions select {
    width: 52px;
    font-size: 12px;
  }

  .main-nav.is-open {
    left: 8px;
    right: 8px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  .button,
  .cta-button-primary,
  .cta-button-secondary {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
  }

  .statement-title {
    font-size: clamp(23px, 9.1vw, 38px);
    line-height: 1.04;
  }

  .hero .statement-title {
    font-size: clamp(28px, 8.2vw, 36px);
    line-height: 1.08;
  }

  .cta-decoration {
    overflow: clip;
    contain: paint;
  }

  .cta-orb {
    filter: blur(44px);
    opacity: 0.18;
  }

  .cta-orb-1,
  .cta-orb-2 {
    width: min(58vw, 190px);
    height: min(58vw, 190px);
  }

  .cta-orb-1 {
    top: -44px;
    left: 0;
  }

  .cta-orb-2 {
    right: 0;
    bottom: -42px;
  }

  .small-link {
    min-height: 44px;
    padding-inline: 12px;
  }

  .chip {
    flex-basis: 100%;
  }

  .map-canvas {
    height: 360px;
  }

  .blog-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-article,
  .blog-visual-placeholder,
  .blog-layout,
  .breadcrumb,
  .blog-hero {
    max-width: calc(100vw - 20px);
  }

  .blog-hero h1 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .blog-visual-placeholder {
    min-height: 200px;
  }

  .blog-content section {
    padding: 20px 14px 20px 18px;
  }

  body[dir="rtl"] .blog-content section {
    padding: 20px 18px 20px 14px;
  }

  .blog-card strong,
  .blog-card p,
  .blog-card > span {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 1024px) {
  .branch-main {
    width: min(100% - 32px, 760px);
  }

  .branch-hero,
  .branch-content-grid,
  .branch-story,
  .branch-center-feature,
  .branch-seo-head,
  .branch-process-block,
  .branch-analysis-block,
  .branch-faq-section {
    grid-template-columns: 1fr;
  }

  .branch-analysis-fields {
    grid-template-columns: 1fr;
  }

  .branch-story {
    min-height: auto;
  }

  .branch-story-copy,
  .branch-story-media {
    position: static;
    top: auto;
    min-height: auto;
  }

  .branch-story-copy,
  body[dir="rtl"] .branch-story-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: transparent;
  }

  .branch-story h2 {
    max-width: 680px;
    font-size: clamp(46px, 8vw, 72px);
    line-height: 0.9;
  }

  .branch-story-title {
    max-width: 680px;
    font-size: clamp(46px, 8vw, 72px);
  }

  .branch-story-copy {
    grid-template-columns: 1fr;
    margin-top: clamp(24px, 4vw, 42px);
  }

  .branch-hero {
    min-height: auto;
  }

  .branch-hero-media {
    max-height: 520px;
  }

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

  .branch-story-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .branch-story-media figure {
    min-height: auto;
  }

  .branch-center-feature {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .branch-main {
    width: calc(100vw - 24px);
    padding-top: calc(var(--header-height) + 18px);
    padding-bottom: 48px;
  }

  .branch-topbar {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 18px;
  }

  .branch-breadcrumb ol {
    font-size: 12px;
  }

  .branch-language-control {
    width: 100%;
    justify-content: space-between;
    border-radius: 8px;
  }

  .branch-language-control select {
    min-height: 34px;
  }

  .branch-hero {
    gap: 22px;
  }

  .branch-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .branch-hero-copy > p,
  .branch-story-copy > p,
  .branch-center-copy > p,
  .branch-panel p,
  .branch-appointment p,
  .branch-source-note p {
    font-size: 15px;
  }

  .branch-actions,
  .branch-appointment {
    align-items: stretch;
    flex-direction: column;
  }

  .branch-actions .button,
  .branch-appointment .button {
    width: 100%;
  }

  .branch-info-grid,
  .branch-check-list,
  .branch-facts,
  .branch-story-media,
  .branch-feature-list,
  .branch-process-grid,
  .branch-practical-grid {
    grid-template-columns: 1fr;
  }

  .branch-info-grid article {
    min-height: auto;
    padding: 18px;
  }

  .branch-info-grid a {
    min-height: 44px;
  }

  .branch-panel,
  .branch-center-feature,
  .branch-seo-head,
  .branch-process-block > div:first-child,
  .branch-analysis-block,
  .branch-practical-panel,
  .branch-faq-section,
  .branch-appointment,
  .branch-source-note {
    padding: 20px 16px;
  }

  .branch-seo-head h2,
  .branch-process-block h3,
  .branch-analysis-copy h3,
  .branch-faq-head h3 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .branch-analysis-form .button {
    width: 100%;
  }

  .branch-story {
    --story-pad: 16px;
    padding: 0 var(--story-pad) 20px;
  }

  .branch-story-stage {
    position: relative;
    top: auto;
    min-height: 68svh;
  }

  .branch-story-title-layer {
    max-width: 100%;
    padding: 24px 16px;
  }

  .branch-story-title {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.92;
  }

  .branch-story-media {
    grid-template-columns: 1fr;
  }

  .branch-story-media-mosaic figure.is-wide {
    grid-column: auto;
  }

  .branch-center-media {
    aspect-ratio: 4 / 3;
  }

  .branch-panel h2,
  .branch-story h2,
  .branch-center-feature h2,
  .branch-appointment h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .branch-story-title {
    font-size: clamp(38px, 12vw, 54px);
  }
}

/* ============================================================
   VADI bespoke page — premium editorial layout for Vadi branch
   ============================================================ */

.salon-page.branch-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(205, 166, 95, 0.14), transparent 36%),
    linear-gradient(180deg, #fffaf1 0%, #f7efe3 100%);
}

.salon-page .branch-main {
  --vadi-section-gap: clamp(46px, 6vw, 82px);
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: none;
}

.salon-page .salon-story-wrap,
.salon-page .salon-services-wrap,
.salon-page .salon-cta-wrap,
.salon-page .salon-gallery-wrap,
.salon-page .salon-map-wrap,
.salon-page .salon-opening-video-wrap,
.salon-page .salon-reviews-wrap {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

/* Inner items inside full-width section-shells must center themselves */
.salon-page .salon-story-wrap > *,
.salon-page .salon-services-wrap > *,
.salon-page .salon-cta-wrap > *,
.salon-page .salon-map-wrap > *,
.salon-page .salon-opening-video-wrap > *,
.salon-page .salon-reviews-wrap > *:not(.salon-reviews-marquee) {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
}

.salon-page .salon-services {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
}

.salon-page .salon-story,
.salon-page .salon-map,
.salon-page .salon-map-actions {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
}

/* Premium section heading boost for salon pages */
.salon-page .section-heading {
  padding-top: 0;
}

.salon-page .section-heading.centered h2 {
  margin-top: clamp(6px, 0.8vw, 10px);
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.06;
}

.salon-page .section-heading.centered .eyebrow {
  font-size: clamp(11.5px, 0.9vw, 13px);
  letter-spacing: 0.22em;
  color: var(--champagne);
}

.salon-page .section-heading.centered > p:not(.eyebrow) {
  margin-top: clamp(12px, 1.4vw, 18px);
  font-size: clamp(16.5px, 1.25vw, 19px);
  line-height: 1.7;
  color: rgba(20, 17, 15, 0.82);
  max-width: 640px;
}

.salon-page .section-heading.centered {
  margin-bottom: clamp(22px, 3vw, 38px);
}

.salon-page .heading-ornament {
  margin-block: clamp(12px, 1.5vw, 18px);
}

.salon-page .salon-gallery-wrap {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - 1280px) / 2));
}

.salon-page .branch-topbar {
  padding: clamp(18px, 2vw, 28px) clamp(20px, 4vw, 48px);
}

/* Hero ----------------------------------------------------- */
.salon-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 82svh, 820px);
  margin: 0;
  padding: clamp(80px, 12vw, 160px) clamp(24px, 5vw, 64px) clamp(96px, 12vw, 160px);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fffaf1;
  overflow: hidden;
  background: #14110f;
}

.salon-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
}

.salon-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.78) saturate(1.05);
}

.salon-hero-carousel {
  overflow: hidden;
}

.salon-hero-carousel .salon-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: bodrumHeroFade 24s infinite;
  animation-delay: calc(var(--slide-index) * 6s);
}

.salon-hero-carousel .salon-hero-slide:first-child {
  opacity: 1;
}

.salon-hero-bodrum .salon-hero-slide:nth-child(1) {
  object-position: 52% 50%;
}

.salon-hero-bodrum .salon-hero-slide:nth-child(2) {
  object-position: 57% 50%;
}

.salon-hero-bodrum .salon-hero-slide:nth-child(3) {
  object-position: 50% 48%;
}

.salon-hero-bodrum .salon-hero-slide:nth-child(4) {
  object-position: 50% 48%;
}

@keyframes bodrumHeroFade {
  0%, 18% { opacity: 1; transform: scale(1); }
  25%, 93% { opacity: 0; transform: scale(1.035); }
  100% { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .salon-hero-carousel .salon-hero-slide {
    animation: none;
    opacity: 0;
  }

  .salon-hero-carousel .salon-hero-slide:first-child {
    opacity: 1;
  }
}

.salon-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at center, rgba(20, 17, 15, 0.18) 0%, rgba(20, 17, 15, 0.58) 84%),
    linear-gradient(180deg, rgba(20, 17, 15, 0.32), rgba(20, 17, 15, 0.55));
  pointer-events: none;
}

.salon-hero-inner {
  width: min(820px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
}

.salon-hero .eyebrow {
  color: var(--champagne);
  font-size: clamp(12px, 0.95vw, 14px);
  letter-spacing: 0.24em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.salon-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(44px, 6.8vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: #fffaf1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55), 0 18px 48px rgba(0, 0, 0, 0.45);
}

.salon-hero-title-animated {
  display: grid;
  justify-items: center;
  gap: clamp(1px, 0.45vw, 7px);
  perspective: 900px;
}

.salon-hero-title-line {
  display: block;
  overflow: hidden;
  padding-block: 0.05em;
  margin-block: -0.05em;
}

.salon-hero-title-line > span {
  display: block;
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(0, 112%, 0) scale(0.98);
  transform-origin: center bottom;
  will-change: transform, opacity, filter;
  animation: heroBlurScroller 1120ms cubic-bezier(0.18, 0.84, 0.18, 1) forwards;
  animation-delay: calc(720ms + (var(--line-index) * 160ms));
}

.salon-hero .eyebrow,
.salon-hero-ornament,
.salon-hero-lead,
.salon-hero-actions {
  opacity: 0;
  animation: heroTextReveal 720ms ease both;
}

.salon-hero .eyebrow {
  animation-delay: 420ms;
}

.salon-hero-ornament {
  animation-delay: 1460ms;
}

.salon-hero-lead {
  animation-delay: 1600ms;
}

.salon-hero-actions {
  animation-delay: 1740ms;
}

.salon-hero-lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 250, 241, 0.96);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.salon-hero-ornament {
  width: 88px;
  height: 1px;
  margin: 4px auto;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  position: relative;
}

.salon-hero-ornament::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--champagne);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.salon-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.salon-hero-actions .button {
  min-height: 48px;
  padding: 0 26px;
}

.salon-hero-actions .button.secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 250, 241, 0.34);
  color: #fffaf1;
  backdrop-filter: blur(6px);
}

.salon-hero-actions .button.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 250, 241, 0.6);
}

/* Info strip ----------------------------------------------- */
.salon-info-strip {
  margin: 0 auto;
  padding: clamp(36px, 5vw, 56px) clamp(24px, 5vw, 64px);
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid rgba(20, 17, 15, 0.08);
}

.salon-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 6px clamp(14px, 2vw, 28px);
  border-right: 1px solid rgba(20, 17, 15, 0.08);
}

.salon-info-item:last-child {
  border-right: none;
}

.salon-info-item .salon-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(205, 166, 95, 0.14);
  color: var(--champagne);
}

.salon-info-item .salon-info-icon svg {
  width: 18px;
  height: 18px;
}

.salon-info-item .salon-info-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.salon-info-item .salon-info-value {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.32;
  color: var(--ink);
}

.salon-info-item a {
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease;
}

.salon-info-item a:hover {
  color: var(--champagne);
}

.salon-info-item .salon-info-sub {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(20, 17, 15, 0.62);
}

/* Opening video ------------------------------------------- */
.salon-opening-video-wrap {
  padding-block: clamp(54px, 7vw, 92px);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.2), rgba(247, 239, 227, 0.78)),
    radial-gradient(circle at 18% 22%, rgba(205, 166, 95, 0.16), transparent 34%);
}

.salon-opening-video {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
}

.salon-opening-video-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.salon-opening-video-copy .eyebrow {
  margin-bottom: 10px;
}

.salon-opening-video-copy h2 {
  margin: 0;
  max-width: 560px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 600;
  line-height: 1.02;
  color: var(--ink);
}

.salon-opening-video-copy p:not(.eyebrow) {
  margin: clamp(16px, 2vw, 24px) 0 0;
  max-width: 52ch;
  color: rgba(20, 17, 15, 0.78);
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.72;
}

.salon-video-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #14110f;
  box-shadow: 0 28px 80px -46px rgba(20, 17, 15, 0.58);
}

.salon-video-frame video {
  display: block;
  width: 100%;
  max-height: min(76vh, 760px);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #14110f;
}

.salon-video-caption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(20, 17, 15, 0.78);
  color: var(--champagne);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Story ---------------------------------------------------- */
.salon-story-wrap {
  padding-top: var(--vadi-section-gap);
  padding-bottom: var(--vadi-section-gap);
}

.salon-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(8px, 1.6vw, 22px);
}

.salon-story-copy > p {
  margin: 0 0 clamp(28px, 3.4vw, 40px);
  max-width: 58ch;
  color: rgba(20, 17, 15, 0.86);
  font-size: clamp(16.5px, 1.25vw, 19px);
  line-height: 1.78;
}

.salon-facts {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
}

.salon-facts-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  align-items: start;
}

.salon-facts-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  border: 1px solid rgba(205, 166, 95, 0.4);
  border-radius: 50%;
  color: var(--champagne);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.salon-facts-body dt {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(19px, 1.5vw, 23px);
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.25;
}

.salon-facts-body dd {
  margin: 0;
  color: rgba(20, 17, 15, 0.82);
  font-size: clamp(15.5px, 1.1vw, 17px);
  line-height: 1.68;
}

.salon-story-media {
  position: relative;
  margin: 0;
  aspect-ratio: 5 / 6;
  max-height: 720px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 80px -40px rgba(20, 17, 15, 0.5);
}

.salon-story-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.salon-story-media-wide {
  aspect-ratio: 16 / 10;
  max-height: none;
}

.salon-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  pointer-events: none;
}

/* Gallery -------------------------------------------------- */
.salon-gallery-wrap {
  padding-top: var(--vadi-section-gap);
  padding-bottom: var(--vadi-section-gap);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0), rgba(247, 239, 227, 0.5) 32%, rgba(255, 252, 246, 0));
}

.salon-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(16px, 2.4vw, 30px);
}

.salon-gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 60px -42px rgba(20, 17, 15, 0.48);
}

.salon-gallery-item:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
}

.salon-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.salon-gallery-item-center img,
.salon-story-media img[src*="ras-atakent-center"] {
  object-position: center 46%;
}

.salon-gallery-item:hover img {
  transform: scale(1.04);
}

.salon-gallery-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 14px;
  background: rgba(20, 17, 15, 0.78);
  backdrop-filter: blur(6px);
  color: var(--champagne);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 4px;
}

.bodrum-detail-gallery-wrap {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0), rgba(247, 239, 227, 0.66) 38%, rgba(255, 252, 246, 0));
}

.bodrum-detail-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  align-items: start;
  gap: clamp(16px, 2vw, 26px);
}

.bodrum-detail-gallery .salon-gallery-item:first-child {
  grid-row: auto;
  aspect-ratio: 2 / 3;
}

.bodrum-detail-application {
  order: 2;
}

.bodrum-detail-interior {
  order: 1;
}

.bodrum-detail-daylight {
  order: 3;
}

.bodrum-detail-card {
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(20, 17, 15, 0.08);
  background: rgba(255, 252, 246, 0.72);
  box-shadow:
    0 24px 60px -44px rgba(20, 17, 15, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.bodrum-detail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  pointer-events: none;
}

.bodrum-detail-gallery .salon-gallery-item img {
  filter: saturate(0.96) contrast(1.02);
}

.bodrum-detail-application img {
  object-position: 52% 39%;
}

.bodrum-detail-interior img {
  object-position: 50% 52%;
}

.bodrum-detail-daylight img {
  object-position: 52% 46%;
}

.bodrum-detail-gallery .salon-gallery-caption {
  left: clamp(14px, 1.5vw, 18px);
  bottom: clamp(14px, 1.5vw, 18px);
  background: rgba(255, 252, 246, 0.86);
  border: 1px solid rgba(20, 17, 15, 0.08);
  color: var(--rosewood);
  box-shadow: 0 12px 28px -22px rgba(20, 17, 15, 0.36);
}

/* Services ------------------------------------------------- */
.salon-services-wrap {
  padding-top: var(--vadi-section-gap);
  padding-bottom: var(--vadi-section-gap);
}

.salon-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(16px, 2.4vw, 30px);
}

.salon-service-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(26px, 2.8vw, 34px);
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.78);
  transition: border-color 320ms ease, transform 320ms ease, box-shadow 320ms ease;
}

.salon-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(205, 166, 95, 0.32);
  box-shadow: 0 22px 56px -36px rgba(205, 166, 95, 0.32);
}

.salon-service-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(205, 166, 95, 0.14);
  color: var(--champagne);
}

.salon-service-card-icon svg {
  width: 22px;
  height: 22px;
}

.salon-service-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.2;
  color: var(--ink);
}

.salon-service-card p {
  margin: 0;
  color: rgba(20, 17, 15, 0.82);
  font-size: clamp(15.5px, 1.1vw, 17px);
  line-height: 1.68;
}

/* CTA ------------------------------------------------------ */
.salon-cta-wrap {
  padding-top: var(--vadi-section-gap);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.salon-cta {
  width: min(640px, 100%);
  margin: 0 auto;
  text-align: center;
}

.salon-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: clamp(24px, 3vw, 36px);
}

.salon-cta-actions .button {
  min-height: 52px;
  padding: 0 32px;
}

.salon-cta-directions {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(20, 17, 15, 0.18);
  padding-bottom: 3px;
  transition: color 220ms ease, border-color 220ms ease;
}

.salon-cta-directions:hover {
  color: var(--champagne);
  border-color: var(--champagne);
}

.salon-cta-address {
  margin: clamp(10px, 1.2vw, 16px) auto 0;
  color: rgba(20, 17, 15, 0.78);
  font-size: clamp(15.5px, 1.1vw, 17px);
  line-height: 1.62;
}

/* Map embed ----------------------------------------------- */
.salon-map-wrap {
  padding-top: var(--vadi-section-gap);
  padding-bottom: var(--vadi-section-gap);
}

.salon-map {
  position: relative;
  margin-top: clamp(16px, 2.4vw, 30px);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px -42px rgba(20, 17, 15, 0.4);
  border: 1px solid rgba(20, 17, 15, 0.08);
}

.salon-map iframe {
  display: block;
  width: 100%;
  height: clamp(360px, 50vw, 520px);
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

.salon-map-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(24px, 3vw, 36px);
}

.salon-map-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid rgba(20, 17, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.7);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.salon-map-action:hover {
  background: rgba(205, 166, 95, 0.1);
  border-color: rgba(205, 166, 95, 0.4);
  color: var(--champagne);
}

.salon-map-action svg {
  width: 16px;
  height: 16px;
}

/* Reviews infinite marquee -------------------------------- */
.salon-reviews-wrap {
  padding-top: var(--vadi-section-gap);
  padding-bottom: var(--vadi-section-gap);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0), rgba(247, 239, 227, 0.5) 32%, rgba(255, 252, 246, 0));
}

.salon-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
  margin-top: clamp(10px, 1.4vw, 18px);
  margin-bottom: clamp(18px, 2.4vw, 30px);
  color: var(--ink);
}

.salon-reviews-rating {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.salon-reviews-rating-value {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  color: var(--ink);
}

.salon-reviews-rating-max {
  font-size: clamp(15px, 1.1vw, 18px);
  color: rgba(20, 17, 15, 0.5);
  font-weight: 500;
}

.salon-reviews-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--champagne);
}

.salon-reviews-stars svg {
  width: 18px;
  height: 18px;
  fill: var(--champagne);
}

.salon-reviews-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: clamp(14px, 1.8vw, 24px);
  border-left: 1px solid rgba(20, 17, 15, 0.14);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(20, 17, 15, 0.7);
  text-transform: uppercase;
}

.salon-reviews-count strong {
  color: var(--ink);
  font-size: 16px;
}

.salon-reviews-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(20px, calc((100vw - 1320px) / 2));
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.salon-reviews-track {
  --salon-review-gap: clamp(14px, 1.8vw, 22px);
  --salon-reviews-loop-distance: 50%;
  display: flex;
  gap: var(--salon-review-gap);
  width: max-content;
  animation: salon-reviews-scroll 60s linear infinite;
  will-change: transform;
}

.salon-reviews-set {
  display: flex;
  flex: 0 0 auto;
  gap: var(--salon-review-gap);
}

@keyframes salon-reviews-scroll {
  from { transform: translateX(0); }
  to   { transform: translate3d(calc(-1 * var(--salon-reviews-loop-distance)), 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .salon-reviews-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .salon-reviews-set {
    flex-wrap: wrap;
    justify-content: center;
  }

  .salon-reviews-set[aria-hidden="true"] {
    display: none;
  }
}

.salon-review-card {
  flex: 0 0 clamp(280px, 30vw, 380px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 12px;
  background: rgba(255, 252, 246, 0.92);
  box-shadow: 0 18px 44px -36px rgba(20, 17, 15, 0.3);
}

.salon-review-head {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
}

.salon-review-avatar {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(205, 166, 95, 0.32), rgba(205, 166, 95, 0.12));
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 18px;
}

.salon-review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.salon-review-author {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.salon-review-date {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(20, 17, 15, 0.5);
  font-weight: 600;
}

.salon-review-stars {
  display: inline-flex;
  gap: 1px;
  color: var(--champagne);
}

.salon-review-stars svg {
  width: 14px;
  height: 14px;
  fill: var(--champagne);
}

.salon-review-body {
  margin: 0;
  color: rgba(20, 17, 15, 0.82);
  font-size: 15px;
  line-height: 1.66;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.salon-review-source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(20, 17, 15, 0.06);
  color: rgba(20, 17, 15, 0.48);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.salon-review-source svg {
  width: 12px;
  height: 12px;
}

.salon-reviews-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 3.5vw, 44px);
}

.salon-reviews-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border: 1px solid rgba(20, 17, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.7);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.salon-reviews-cta a:hover {
  background: rgba(205, 166, 95, 0.1);
  border-color: rgba(205, 166, 95, 0.4);
  color: var(--champagne);
}

.salon-reviews-cta svg {
  width: 16px;
  height: 16px;
}

/* RTL adjustments ----------------------------------------- */
[dir="rtl"] .salon-info-item {
  border-right: none;
  border-left: 1px solid rgba(20, 17, 15, 0.08);
}

[dir="rtl"] .salon-reviews-count {
  padding-left: 0;
  padding-right: clamp(14px, 1.8vw, 24px);
  border-left: none;
  border-right: 1px solid rgba(20, 17, 15, 0.14);
}

[dir="rtl"] .salon-reviews-track {
  animation-direction: reverse;
}

[dir="rtl"] .salon-info-item:last-child {
  border-left: none;
}

[dir="rtl"] .salon-gallery-caption {
  left: auto;
  right: 16px;
}

/* Mobile --------------------------------------------------- */
@media (max-width: 920px) {
  .salon-info-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .salon-info-item {
    border-right: none;
    border-bottom: 1px solid rgba(20, 17, 15, 0.08);
    padding: 14px clamp(8px, 2vw, 20px);
  }

  .salon-info-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  [dir="rtl"] .salon-info-item {
    border-left: none;
    border-bottom: 1px solid rgba(20, 17, 15, 0.08);
  }

  [dir="rtl"] .salon-info-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .salon-story {
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 48px);
  }

  .salon-opening-video {
    grid-template-columns: 1fr;
  }

  .salon-opening-video-copy {
    align-items: center;
    text-align: center;
  }

  .salon-video-frame {
    width: min(520px, 100%);
    margin-inline: auto;
  }

  .salon-story-media {
    aspect-ratio: 4 / 3;
    order: -1;
  }

  .salon-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bodrum-detail-gallery {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .bodrum-detail-application,
  .bodrum-detail-interior,
  .bodrum-detail-daylight {
    order: initial;
  }

  .salon-gallery-item:first-child {
    grid-row: auto;
  }

  .salon-gallery-item {
    aspect-ratio: 4 / 3;
  }

  .bodrum-detail-card,
  .bodrum-detail-gallery .salon-gallery-item {
    aspect-ratio: 4 / 5;
  }

  .bodrum-detail-application img {
    object-position: 52% 36%;
  }

  .bodrum-detail-daylight img {
    object-position: 52% 42%;
  }

  .salon-gallery-item:has(img[width="1200"][height="1600"]),
  .salon-gallery-item:has(img[width="900"][height="900"]) {
    aspect-ratio: 4 / 5;
    max-height: 540px;
  }

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

@media (max-width: 560px) {
  .salon-info-strip {
    grid-template-columns: 1fr;
  }

  .salon-info-item,
  [dir="rtl"] .salon-info-item {
    border-bottom: 1px solid rgba(20, 17, 15, 0.08) !important;
  }

  .salon-info-item:last-child,
  [dir="rtl"] .salon-info-item:last-child {
    border-bottom: none !important;
  }

  .salon-services {
    grid-template-columns: 1fr;
  }
}

/* ===========================
   Blog Article UI Refinement
   =========================== */

.blog-page {
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 50% -10%, rgba(205, 166, 95, 0.14), transparent 32%),
    radial-gradient(circle at 17% 21%, rgba(20, 17, 15, 0.1) 0 0.75px, transparent 1.25px),
    radial-gradient(circle at 38% 76%, rgba(205, 166, 95, 0.14) 0 0.95px, transparent 1.45px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.35' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.36'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.85'/%3E%3C/svg%3E");
  background-size: auto, 19px 23px, 37px 31px, 120px 120px;
  background-blend-mode: normal, multiply, multiply, multiply;
}

.blog-page .site-header {
  position: sticky;
  top: 0;
}

.blog-main {
  padding: clamp(26px, 3.4vw, 44px) clamp(18px, 4vw, 56px) clamp(72px, 9vw, 120px);
}

.blog-article {
  max-width: min(1120px, calc(100vw - 40px));
  width: 100%;
}

.breadcrumb {
  max-width: min(1120px, 100%);
  margin: 0 auto clamp(18px, 2.4vw, 28px);
}

.breadcrumb ol {
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border-color: rgba(20, 17, 15, 0.08);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: none;
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(132px, 0.28fr) minmax(0, 1fr);
  gap: 16px clamp(28px, 5vw, 76px);
  max-width: min(1120px, 100%);
  margin: 0 auto clamp(30px, 4.5vw, 56px);
  padding: clamp(34px, 4.6vw, 58px) 0 clamp(32px, 4.4vw, 54px);
  border: 0;
  border-top: 1px solid rgba(20, 17, 15, 0.14);
  border-bottom: 1px solid rgba(20, 17, 15, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: start;
}

.blog-hero > *,
.blog-layout > *,
.blog-content,
.blog-content > * {
  min-width: 0;
}

.blog-hero .eyebrow {
  grid-row: 1 / span 3;
  align-self: start;
  width: fit-content;
  margin: 2px 0 0;
  padding: 8px 11px;
  border: 1px solid rgba(205, 166, 95, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--wine);
  letter-spacing: 0.08em;
}

.blog-hero h1 {
  max-width: 820px;
  margin: 0 0 clamp(18px, 2vw, 24px);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
}

.blog-lead {
  max-width: 790px;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-size: clamp(17px, 1.24vw, 20px);
  line-height: 1.72;
  color: rgba(20, 17, 15, 0.82);
}

.blog-meta {
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(20, 17, 15, 0.09);
  gap: 10px clamp(14px, 2vw, 22px);
  letter-spacing: 0.03em;
}

.blog-layout {
  max-width: min(1120px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(194px, 228px) minmax(0, 1fr);
  gap: clamp(24px, 3.4vw, 46px);
}

.blog-toc {
  top: calc(var(--header-height) + 18px);
  padding: 18px 18px 16px;
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.88);
  box-shadow: 0 18px 42px rgba(37, 27, 19, 0.07);
  backdrop-filter: blur(12px);
}

.toc-title {
  margin-bottom: 12px;
  color: var(--wine);
  letter-spacing: 0.12em;
}

.blog-toc ol {
  display: grid;
  gap: 0;
}

.blog-toc a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid rgba(20, 17, 15, 0.06);
  font-size: 13px;
  line-height: 1.38;
}

.blog-toc li:last-child a {
  border-bottom: 0;
}

.blog-toc a::before {
  color: var(--champagne);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.blog-content {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  max-width: none;
}

.blog-tldr {
  margin: 0;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid rgba(205, 166, 95, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(239, 224, 191, 0.34)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(37, 27, 19, 0.06);
}

.tldr-title {
  color: var(--wine);
}

.blog-tldr li {
  padding-left: 24px;
  font-size: clamp(15px, 1vw, 16px);
}

.blog-tldr li::before {
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--champagne);
}

.blog-content section {
  position: relative;
  margin: 0;
  padding: clamp(28px, 3vw, 40px) 0 clamp(30px, 3.4vw, 46px) clamp(24px, 2.4vw, 34px);
  border: 0;
  border-bottom: 1px solid rgba(20, 17, 15, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.blog-content section::before {
  content: "";
  position: absolute;
  top: clamp(32px, 3.4vw, 44px);
  left: 0;
  width: 3px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--wine), var(--champagne));
  opacity: 0.88;
}

.blog-content h2 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
  letter-spacing: 0;
}

.blog-content h3 {
  letter-spacing: 0;
}

.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-table {
  max-width: 790px;
}

.blog-content p,
.blog-content li {
  font-size: clamp(15px, 1.04vw, 17px);
  line-height: 1.78;
  color: rgba(20, 17, 15, 0.84);
}

.blog-content a {
  color: #8c672b;
  text-decoration-color: rgba(205, 166, 95, 0.72);
}

.blog-content a:hover {
  color: var(--wine);
}

.blog-table-wrap {
  max-width: 100%;
  margin-top: 18px;
  border: 1px solid rgba(20, 17, 15, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
  overflow-x: auto;
}

.blog-table {
  margin: 0;
  border: 0;
}

.blog-table th {
  color: var(--wine);
}

body[dir="rtl"] .blog-hero {
  text-align: right;
}

body[dir="rtl"] .blog-content section {
  padding-right: clamp(24px, 2.4vw, 34px);
  padding-left: 0;
}

body[dir="rtl"] .blog-content section::before {
  right: 0;
  left: auto;
}

body[dir="rtl"] .blog-tldr li {
  padding-right: 24px;
  padding-left: 0;
}

@media (max-width: 960px) {
  .blog-main {
    padding-inline: 16px;
  }

  .blog-article,
  .breadcrumb,
  .blog-hero,
  .blog-layout {
    max-width: 100%;
  }

  .blog-hero {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 0 30px;
  }

  .blog-hero .eyebrow {
    grid-row: auto;
  }

  .blog-layout {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .blog-toc {
    position: static;
    display: block;
  }
}

@media (max-width: 680px) {
  .blog-main {
    padding: 20px 14px 72px;
    overflow-x: clip;
  }

  .breadcrumb ol {
    width: 100%;
    font-size: 12px;
  }

  .breadcrumb li {
    min-width: 0;
  }

  .breadcrumb [aria-current="page"] {
    overflow-wrap: anywhere;
  }

  .blog-hero h1 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.02;
  }

  .blog-lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.66;
    overflow-wrap: anywhere;
  }

  .blog-meta {
    gap: 9px;
    font-size: 12px;
  }

  .blog-meta span {
    flex: 1 1 100%;
  }

  .blog-toc,
  .blog-tldr {
    padding: 18px 16px;
  }

  .blog-content {
    gap: 18px;
  }

  .blog-content section {
    padding: 24px 0 28px 18px;
  }

  body[dir="rtl"] .blog-content section {
    padding-right: 18px;
  }

  .blog-content section::before {
    top: 28px;
    height: 38px;
  }

  .blog-content h2 {
    font-size: clamp(27px, 8vw, 34px);
  }
}

/* ===========================
   Blog Reading Layout V2
   =========================== */

.blog-main {
  padding: clamp(24px, 3.2vw, 42px) clamp(18px, 4vw, 56px) clamp(80px, 9vw, 124px);
}

.blog-article {
  max-width: min(1040px, calc(100vw - 40px));
}

.breadcrumb,
.blog-hero,
.blog-layout {
  max-width: min(1040px, 100%);
}

.blog-hero {
  grid-template-columns: minmax(148px, 184px) minmax(0, 72ch);
  align-items: end;
  gap: 18px clamp(32px, 5vw, 76px);
  margin-bottom: clamp(34px, 4.6vw, 58px);
  padding: clamp(24px, 3.8vw, 44px) 0 clamp(30px, 4vw, 52px);
  border-top: 0;
}

.blog-cover {
  grid-column: 1;
  grid-row: 1 / span 4;
  align-self: end;
  width: min(100%, 184px);
  aspect-ratio: 4 / 5;
  margin: 0;
  border: 1px solid rgba(20, 17, 15, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(37, 27, 19, 0.1);
  overflow: hidden;
}

.blog-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero .eyebrow,
.blog-hero h1,
.blog-lead,
.blog-meta {
  grid-column: 2;
}

.blog-hero .eyebrow {
  grid-row: auto;
  margin: 0 0 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wine);
}

.blog-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
}

.blog-lead {
  max-width: 68ch;
  font-size: clamp(17px, 1.12vw, 19px);
  line-height: 1.74;
}

.blog-meta {
  padding-top: 0;
  border-top: 0;
  color: rgba(20, 17, 15, 0.58);
}

.blog-layout {
  grid-template-columns: minmax(148px, 184px) minmax(0, 72ch);
  gap: clamp(30px, 5vw, 76px);
}

.blog-toc {
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid rgba(20, 17, 15, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.toc-title {
  color: rgba(114, 40, 58, 0.86);
}

.blog-toc a {
  grid-template-columns: 26px minmax(0, 1fr);
  padding: 8px 0;
  border-bottom: 0;
  color: rgba(20, 17, 15, 0.66);
  font-size: 12px;
}

.blog-toc a:hover {
  color: var(--wine);
}

.blog-content {
  display: block;
  max-width: 72ch;
}

.blog-tldr {
  margin-bottom: clamp(22px, 3vw, 34px);
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid rgba(20, 17, 15, 0.13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.blog-tldr ul {
  display: grid;
  gap: 9px;
}

.blog-tldr li {
  max-width: 66ch;
  padding-left: 20px;
}

.blog-content section {
  padding: clamp(30px, 3.4vw, 44px) 0;
  border-bottom: 1px solid rgba(20, 17, 15, 0.1);
}

.blog-content section::before {
  display: none;
}

.blog-content h2 {
  max-width: 640px;
  margin-bottom: 14px;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.12;
}

.blog-content p,
.blog-content ul,
.blog-content ol {
  max-width: 68ch;
}

.blog-content p,
.blog-content li {
  font-size: clamp(16px, 1.04vw, 17px);
  line-height: 1.84;
}

.blog-content p {
  margin-bottom: 18px;
}

.blog-content p:last-child,
.blog-content ul:last-child,
.blog-content ol:last-child {
  margin-bottom: 0;
}

.step-list li {
  padding: 9px 0 9px 16px;
  border: 0;
  border-left: 2px solid rgba(205, 166, 95, 0.52);
  border-radius: 0;
  background: transparent;
}

.blog-table-wrap {
  margin: 18px 0 4px;
  border-radius: var(--radius);
}

body[dir="rtl"] .blog-hero .eyebrow,
body[dir="rtl"] .blog-hero h1,
body[dir="rtl"] .blog-lead,
body[dir="rtl"] .blog-meta {
  grid-column: 2;
}

body[dir="rtl"] .blog-cover {
  grid-column: 1;
}

body[dir="rtl"] .blog-content section {
  padding-right: 0;
}

body[dir="rtl"] .blog-tldr li {
  padding-right: 20px;
}

body[dir="rtl"] .step-list li {
  padding-right: 16px;
  padding-left: 0;
  border-right: 2px solid rgba(205, 166, 95, 0.52);
  border-left: 0;
}

@media (max-width: 960px) {
  .blog-hero {
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: start;
  }

  .blog-cover {
    width: 118px;
    aspect-ratio: 1;
    align-self: start;
  }

  .blog-hero .eyebrow,
  .blog-hero h1 {
    grid-column: 2;
  }

  .blog-lead,
  .blog-meta {
    grid-column: 1 / -1;
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-toc {
    display: none;
  }

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

@media (max-width: 680px) {
  .blog-article {
    max-width: 100%;
  }

  .blog-hero {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px 16px;
    padding: 24px 0 28px;
  }

  .blog-cover {
    width: 92px;
  }

  .blog-hero h1 {
    font-size: clamp(30px, 8.4vw, 38px);
  }

  .blog-content section {
    padding: 28px 0;
  }

  .blog-content h2 {
    font-size: clamp(26px, 7.4vw, 33px);
  }
}

/* Readability scale pass: the public site typography is intentionally much larger. */
:root {
  --header-height: 112px;
}

.main-nav {
  font-size: clamp(26px, 2.05vw, 38px) !important;
  gap: clamp(18px, 2.6vw, 42px) !important;
}

.nav-cluster {
  gap: clamp(18px, 2.35vw, 38px) !important;
}

.main-nav a,
.booking-link {
  min-height: 58px !important;
}

.booking-link svg,
.main-nav svg {
  width: 30px !important;
  height: 30px !important;
}

.header-actions select {
  width: 82px !important;
  min-height: 56px !important;
  font-size: 26px !important;
}

.icon-button,
.menu-toggle {
  width: 56px !important;
  height: 56px !important;
}

.icon-button svg,
.menu-toggle svg,
.footer-social svg {
  width: 28px !important;
  height: 28px !important;
}

.button,
.small-link,
.intro-blog-link,
.chip,
.rating-chip,
.branch-language-control select,
.branch-analysis-field select,
.blog-toc a,
.blog-meta {
  min-height: 64px !important;
  font-size: clamp(24px, 1.8vw, 30px) !important;
  line-height: 1.25 !important;
}

main p,
main li,
main address,
.section-heading.centered > p:not(.eyebrow),
.statement-caption,
.intro-copy > p,
.definition-list p,
.work-video-copy > p,
.founder-story > p:not(.eyebrow),
.founder-biography p,
.founder-impact p,
.salon-note p,
.faq-list p,
.blog-card p,
.blog-lead,
.blog-content p,
.blog-content li,
.blog-tldr li,
.blog-author p,
.branch-hero-copy > p,
.branch-story-copy > p,
.branch-center-copy > p,
.branch-panel p,
.branch-appointment p,
.branch-source-note p,
.branch-seo-head p:not(.eyebrow),
.branch-process-card p,
.branch-analysis-copy p,
.branch-faq-head p,
.branch-faq-list p,
.branch-practical-panel li,
.site-footer p,
.site-footer a,
.site-footer summary,
.branch-footer a {
  font-size: clamp(30px, 2.3vw, 38px) !important;
  line-height: 1.55 !important;
}

.eyebrow,
.statement-eyebrow,
.branch-kicker,
.branch-story-kicker,
.branch-story-copy > .eyebrow,
.branch-center-copy .eyebrow,
.branch-seo-head .eyebrow,
.branch-process-block > div:first-child .eyebrow,
.branch-analysis-copy .eyebrow,
.branch-appointment .eyebrow,
.footer-faq-head .eyebrow,
.footer-col h4,
.map-count,
.center-num,
.center-badge,
.blog-card span,
.blog-card > span,
.foundation-card span,
.language-card span,
.toc-title,
.tldr-title {
  font-size: clamp(22px, 1.55vw, 28px) !important;
  line-height: 1.35 !important;
}

.hero .statement-title,
.statement-title {
  font-size: clamp(72px, 9.8vw, 146px) !important;
  line-height: 0.94 !important;
}

.gooey-hero-stage {
  min-height: calc(var(--gooey-stage-height, 190px) + 72px) !important;
}

.gooey-hero-word {
  transform: translateY(-50%) scale(1.18) !important;
}

h1,
.blog-hero h1,
.branch-hero h1 {
  font-size: clamp(82px, 10.4vw, 172px) !important;
  line-height: 0.92 !important;
}

h2,
.intro-copy h2,
.work-video-copy h2,
.founder-story h2,
.section-heading.centered h2,
.section-heading.compact h2,
.salon-note blockquote,
.blog-content h2,
.branch-story h2,
.branch-center-feature h2,
.branch-seo-head h2,
.branch-process-block h3,
.branch-analysis-copy h3,
.branch-practical-panel h3,
.branch-faq-head h3,
.branch-panel h2,
.branch-appointment h2,
.footer-faq-head h2 {
  font-size: clamp(64px, 7.8vw, 132px) !important;
  line-height: 0.98 !important;
}

.definition-list strong,
.work-video-points strong,
.center-card-body strong,
.center-card-featured .center-card-body strong,
.center-card-half .center-card-body strong,
.foundation-card strong,
.language-card strong,
.blog-card strong,
.faq-list summary,
.footer-faq-item summary,
.branch-info-grid strong,
.branch-facts dd,
.branch-feature-list li,
.branch-faq-list summary,
.branch-source-note strong {
  font-size: clamp(34px, 3.1vw, 52px) !important;
  line-height: 1.12 !important;
}

.definition-list span,
.work-video-points span,
.center-info span,
.center-card-body small,
.center-card-featured .center-info span,
.center-card-featured .center-card-body small,
.foundation-card small,
.language-card small,
.foundation-card em,
.map-legend-item,
.branch-info-grid span,
.branch-info-grid small,
.branch-facts dt,
.branch-process-card span,
.branch-analysis-field span,
.footer-bottom,
.footer-bottom p,
.footer-bottom strong {
  font-size: clamp(22px, 1.65vw, 30px) !important;
  line-height: 1.42 !important;
}

.center-card-featured,
.center-card-half {
  height: auto !important;
  min-height: 560px !important;
}

.center-card-body {
  gap: 12px !important;
  padding: clamp(30px, 3.4vw, 48px) !important;
}

.center-card-body > p,
.center-card-featured .center-card-body > p {
  font-size: clamp(30px, 2.4vw, 38px) !important;
}

.center-info {
  gap: 12px !important;
  margin: 10px 0 16px !important;
}

.center-info svg {
  width: 26px !important;
  height: 26px !important;
}

.blog-card {
  padding: clamp(24px, 2.4vw, 34px) !important;
}

.blog-card .card-media figcaption {
  font-size: clamp(20px, 1.5vw, 26px) !important;
}

.faq-list summary,
.branch-faq-list summary,
.footer-faq-item summary {
  align-items: flex-start !important;
}

.blog-layout {
  grid-template-columns: minmax(210px, 280px) minmax(0, 86ch) !important;
}

.blog-content {
  max-width: 86ch !important;
}

.footer-shell {
  gap: clamp(42px, 5vw, 84px) !important;
}

.footer-social a {
  width: 58px !important;
  height: 58px !important;
}

@media (max-width: 1180px) {
  :root {
    --header-height: 100px;
  }

  .site-header {
    min-height: var(--header-height) !important;
    padding: 0 18px !important;
  }

  .menu-toggle {
    display: inline-grid !important;
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    z-index: 2 !important;
    transform: translateY(-50%) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(20, 17, 15, 0.08) !important;
    box-shadow: 0 10px 24px rgba(37, 27, 19, 0.08) !important;
  }

  body[dir="rtl"] .menu-toggle {
    right: auto !important;
    left: 18px !important;
  }

  .main-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: var(--header-height) !important;
    justify-items: center !important;
    gap: 0 !important;
    overflow: visible !important;
    font-size: clamp(30px, 5vw, 42px) !important;
  }

  .nav-cluster {
    display: none !important;
    gap: 0 !important;
  }

  .brand {
    grid-column: 1 !important;
    width: clamp(180px, 28vw, 244px) !important;
    height: var(--header-height) !important;
  }

  .brand-logo {
    width: clamp(180px, 28vw, 244px) !important;
    height: calc(var(--header-height) - 8px) !important;
    max-height: none !important;
  }

  .main-nav.is-open {
    position: absolute !important;
    top: 100% !important;
    left: 12px !important;
    right: 12px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 2px !important;
    min-height: auto !important;
    max-height: calc(100svh - var(--header-height) - 18px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    padding: 14px !important;
    background: rgba(255, 254, 251, 0.98) !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow) !important;
  }

  .main-nav.is-open .nav-cluster {
    display: grid !important;
    width: 100% !important;
    justify-content: stretch !important;
  }

  .main-nav.is-open .header-actions {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 12px 0 0 !important;
  }

  .main-nav.is-open .nav-cluster a,
  .main-nav.is-open .booking-link {
    min-height: 68px !important;
    justify-content: center !important;
    padding: 0 14px !important;
    border-bottom: 1px solid rgba(20, 17, 15, 0.07) !important;
  }

  .main-nav.is-open .brand {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 960px) {
  :root {
    --header-height: 96px;
  }

  .main-nav.is-open .nav-cluster a,
  .main-nav.is-open .booking-link,
  .main-nav.is-open .header-actions select {
    font-size: clamp(30px, 6vw, 42px) !important;
  }

  .center-card-featured,
  .center-card-half {
    min-height: 0 !important;
  }

  .center-card-featured,
  .center-card-image-right,
  .center-card-image-left {
    flex-direction: column !important;
  }

  .centers-grid,
  .blog-grid,
  .foundation-grid,
  .language-grid {
    grid-template-columns: 1fr !important;
  }

  .center-card-featured .center-card-media,
  .center-card-image-right .center-card-media,
  .center-card-image-left .center-card-media {
    flex-basis: auto !important;
    height: auto !important;
    margin: 8px 8px 0 !important;
    aspect-ratio: 16 / 11 !important;
  }

  .blog-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 90px;
  }

  .brand,
  .brand-logo {
    width: clamp(176px, 55vw, 230px) !important;
  }

  main p,
  main li,
  main address,
  .site-footer p,
  .site-footer a,
  .site-footer summary,
  .blog-content p,
  .blog-content li {
    font-size: clamp(25px, 6.5vw, 32px) !important;
    line-height: 1.48 !important;
  }

  h1,
  .blog-hero h1,
  .branch-hero h1,
  .hero .statement-title,
  .statement-title {
    font-size: clamp(56px, 15vw, 78px) !important;
  }

  h2,
  .intro-copy h2,
  .work-video-copy h2,
  .founder-story h2,
  .section-heading.centered h2,
  .section-heading.compact h2,
  .salon-note blockquote,
  .blog-content h2,
  .branch-story h2,
  .branch-center-feature h2,
  .branch-seo-head h2,
  .branch-process-block h3,
  .branch-analysis-copy h3,
  .branch-practical-panel h3,
  .branch-faq-head h3,
  .branch-panel h2,
  .branch-appointment h2,
  .footer-faq-head h2 {
    font-size: clamp(48px, 13vw, 68px) !important;
  }

  .definition-list strong,
  .work-video-points strong,
  .center-card-body strong,
  .blog-card strong,
  .faq-list summary,
  .footer-faq-item summary,
  .branch-faq-list summary {
    font-size: clamp(30px, 8vw, 42px) !important;
  }

  .eyebrow,
  .statement-eyebrow,
  .center-num,
  .center-badge,
  .blog-card span,
  .footer-col h4 {
    font-size: clamp(18px, 4.7vw, 24px) !important;
  }

  .button,
  .small-link,
  .intro-blog-link,
  .chip,
  .rating-chip {
    min-height: 58px !important;
    font-size: clamp(21px, 5.6vw, 28px) !important;
  }

  .gooey-hero-stage {
    min-height: calc(var(--gooey-stage-height, 148px) + 36px) !important;
  }

  .gooey-hero-word {
    transform: translateY(-50%) scale(1.08) !important;
  }
}

/* Readability scale correction: reduce the v105 oversized pass by roughly one third. */
:root {
  --header-height: 96px;
}

.main-nav {
  font-size: clamp(17px, 1.35vw, 25px) !important;
  gap: clamp(14px, 1.8vw, 28px) !important;
}

.nav-cluster {
  gap: clamp(14px, 1.6vw, 26px) !important;
}

.main-nav a,
.booking-link {
  min-height: 48px !important;
}

.booking-link svg,
.main-nav svg {
  width: 22px !important;
  height: 22px !important;
}

.header-actions select {
  width: 64px !important;
  min-height: 46px !important;
  font-size: 17px !important;
}

.icon-button,
.menu-toggle {
  width: 46px !important;
  height: 46px !important;
}

.icon-button svg,
.menu-toggle svg,
.footer-social svg {
  width: 20px !important;
  height: 20px !important;
}

.button,
.small-link,
.intro-blog-link,
.chip,
.rating-chip,
.branch-language-control select,
.branch-analysis-field select,
.blog-toc a,
.blog-meta {
  min-height: 52px !important;
  font-size: clamp(16px, 1.2vw, 20px) !important;
}

main p,
main li,
main address,
.section-heading.centered > p:not(.eyebrow),
.statement-caption,
.intro-copy > p,
.definition-list p,
.work-video-copy > p,
.founder-story > p:not(.eyebrow),
.founder-biography p,
.founder-impact p,
.salon-note p,
.faq-list p,
.blog-card p,
.blog-lead,
.blog-content p,
.blog-content li,
.blog-tldr li,
.blog-author p,
.branch-hero-copy > p,
.branch-story-copy > p,
.branch-center-copy > p,
.branch-panel p,
.branch-appointment p,
.branch-source-note p,
.branch-seo-head p:not(.eyebrow),
.branch-process-card p,
.branch-analysis-copy p,
.branch-faq-head p,
.branch-faq-list p,
.branch-practical-panel li,
.site-footer p,
.site-footer a,
.site-footer summary,
.branch-footer a {
  font-size: clamp(20px, 1.55vw, 25px) !important;
  line-height: 1.65 !important;
}

.eyebrow,
.statement-eyebrow,
.branch-kicker,
.branch-story-kicker,
.branch-story-copy > .eyebrow,
.branch-center-copy .eyebrow,
.branch-seo-head .eyebrow,
.branch-process-block > div:first-child .eyebrow,
.branch-analysis-copy .eyebrow,
.branch-appointment .eyebrow,
.footer-faq-head .eyebrow,
.footer-col h4,
.map-count,
.center-num,
.center-badge,
.blog-card span,
.blog-card > span,
.foundation-card span,
.language-card span,
.toc-title,
.tldr-title {
  font-size: clamp(15px, 1.05vw, 19px) !important;
}

.hero .statement-title,
.statement-title {
  font-size: clamp(48px, 6.55vw, 98px) !important;
}

.gooey-hero-stage {
  min-height: calc(var(--gooey-stage-height, 170px) + 36px) !important;
}

.gooey-hero-word {
  transform: translateY(-50%) scale(1.04) !important;
}

h1,
.blog-hero h1,
.branch-hero h1 {
  font-size: clamp(55px, 6.95vw, 115px) !important;
}

h2,
.intro-copy h2,
.work-video-copy h2,
.founder-story h2,
.section-heading.centered h2,
.section-heading.compact h2,
.salon-note blockquote,
.blog-content h2,
.branch-story h2,
.branch-center-feature h2,
.branch-seo-head h2,
.branch-process-block h3,
.branch-analysis-copy h3,
.branch-practical-panel h3,
.branch-faq-head h3,
.branch-panel h2,
.branch-appointment h2,
.footer-faq-head h2 {
  font-size: clamp(43px, 5.2vw, 88px) !important;
}

.definition-list strong,
.work-video-points strong,
.center-card-body strong,
.center-card-featured .center-card-body strong,
.center-card-half .center-card-body strong,
.foundation-card strong,
.language-card strong,
.blog-card strong,
.faq-list summary,
.footer-faq-item summary,
.branch-info-grid strong,
.branch-facts dd,
.branch-feature-list li,
.branch-faq-list summary,
.branch-source-note strong {
  font-size: clamp(23px, 2.1vw, 35px) !important;
}

.definition-list span,
.work-video-points span,
.center-info span,
.center-card-body small,
.center-card-featured .center-info span,
.center-card-featured .center-card-body small,
.foundation-card small,
.language-card small,
.foundation-card em,
.map-legend-item,
.branch-info-grid span,
.branch-info-grid small,
.branch-facts dt,
.branch-process-card span,
.branch-analysis-field span,
.footer-bottom,
.footer-bottom p,
.footer-bottom strong {
  font-size: clamp(15px, 1.1vw, 20px) !important;
}

.center-card-featured,
.center-card-half {
  min-height: 430px !important;
}

.center-card-body {
  gap: 8px !important;
  padding: clamp(22px, 2.3vw, 32px) !important;
}

.center-card-body > p,
.center-card-featured .center-card-body > p {
  font-size: clamp(20px, 1.6vw, 25px) !important;
}

.center-info {
  gap: 8px !important;
  margin: 8px 0 12px !important;
}

.center-info svg {
  width: 18px !important;
  height: 18px !important;
}

.blog-card {
  padding: clamp(18px, 1.7vw, 24px) !important;
}

.blog-card .card-media figcaption {
  font-size: clamp(14px, 1vw, 17px) !important;
}

.blog-layout {
  grid-template-columns: minmax(180px, 240px) minmax(0, 76ch) !important;
}

.blog-content {
  max-width: 76ch !important;
}

.footer-shell {
  gap: clamp(30px, 3.5vw, 56px) !important;
}

.footer-social a {
  width: 48px !important;
  height: 48px !important;
}

@media (max-width: 1180px) {
  :root {
    --header-height: 90px;
  }

  .main-nav {
    font-size: clamp(20px, 3.35vw, 28px) !important;
  }

  .brand {
    width: clamp(168px, 26vw, 220px) !important;
  }

  .brand-logo {
    width: clamp(168px, 26vw, 220px) !important;
  }

  .main-nav.is-open .nav-cluster a,
  .main-nav.is-open .booking-link {
    min-height: 58px !important;
  }
}

@media (max-width: 960px) {
  :root {
    --header-height: 88px;
  }

  .main-nav.is-open .nav-cluster a,
  .main-nav.is-open .booking-link,
  .main-nav.is-open .header-actions select {
    font-size: clamp(22px, 4vw, 30px) !important;
  }

  .center-card-featured,
  .center-card-half {
    min-height: 0 !important;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 84px;
  }

  .brand,
  .brand-logo {
    width: clamp(160px, 50vw, 210px) !important;
  }

  main p,
  main li,
  main address,
  .site-footer p,
  .site-footer a,
  .site-footer summary,
  .blog-content p,
  .blog-content li {
    font-size: clamp(17px, 4.35vw, 22px) !important;
    line-height: 1.6 !important;
  }

  h1,
  .blog-hero h1,
  .branch-hero h1,
  .hero .statement-title,
  .statement-title {
    font-size: clamp(38px, 10vw, 52px) !important;
  }

  h2,
  .intro-copy h2,
  .work-video-copy h2,
  .founder-story h2,
  .section-heading.centered h2,
  .section-heading.compact h2,
  .salon-note blockquote,
  .blog-content h2,
  .branch-story h2,
  .branch-center-feature h2,
  .branch-seo-head h2,
  .branch-process-block h3,
  .branch-analysis-copy h3,
  .branch-practical-panel h3,
  .branch-faq-head h3,
  .branch-panel h2,
  .branch-appointment h2,
  .footer-faq-head h2 {
    font-size: clamp(32px, 8.7vw, 45px) !important;
  }

  .definition-list strong,
  .work-video-points strong,
  .center-card-body strong,
  .blog-card strong,
  .faq-list summary,
  .footer-faq-item summary,
  .branch-faq-list summary {
    font-size: clamp(21px, 5.35vw, 28px) !important;
  }

  .eyebrow,
  .statement-eyebrow,
  .center-num,
  .center-badge,
  .blog-card span,
  .footer-col h4 {
    font-size: clamp(13px, 3.2vw, 17px) !important;
  }

  .button,
  .small-link,
  .intro-blog-link,
  .chip,
  .rating-chip {
    min-height: 50px !important;
    font-size: clamp(15px, 3.8vw, 19px) !important;
  }

  .gooey-hero-stage {
    min-height: calc(var(--gooey-stage-height, 132px) + 22px) !important;
  }

  .gooey-hero-word {
    transform: translateY(-50%) scale(1) !important;
  }
}

/* Layout system v113: wide desktop, controlled gutters, and stable mobile behavior. */
:root {
  --page-gutter: clamp(16px, 2.7vw, 54px);
  --section-max: 1840px;
  --section-wide-max: 1880px;
  --article-max: 1180px;
  --readable-max: 76ch;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.section-shell,
.footer-shell,
.footer-bottom {
  width: min(var(--section-max), calc(100% - (var(--page-gutter) * 2))) !important;
  max-width: min(var(--section-max), calc(100vw - (var(--page-gutter) * 2))) !important;
  margin-inline: auto !important;
}

.hero-content {
  width: min(var(--section-max), calc(100% - (var(--page-gutter) * 2))) !important;
  max-width: min(var(--section-max), calc(100vw - (var(--page-gutter) * 2))) !important;
}

.authority .section-shell,
.founder-profile {
  width: min(var(--section-wide-max), calc(100% - (var(--page-gutter) * 2))) !important;
  max-width: min(var(--section-wide-max), calc(100vw - (var(--page-gutter) * 2))) !important;
}

.footer-faq-wrap {
  max-width: min(var(--section-max), calc(100vw - (var(--page-gutter) * 2))) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.blog-page .blog-article,
.blog-page .breadcrumb,
.blog-page .blog-hero,
.blog-page .blog-layout {
  width: min(var(--article-max), calc(100% - (var(--page-gutter) * 2))) !important;
  max-width: min(var(--article-max), calc(100vw - (var(--page-gutter) * 2))) !important;
  margin-inline: auto !important;
}

.blog-page .blog-content {
  max-width: var(--readable-max) !important;
}

.section-heading {
  max-width: min(940px, 100%) !important;
}

.section-heading.centered {
  max-width: min(920px, 100%) !important;
}

.intro-grid,
.work-video,
#merkezler,
.blog-foundation,
.faq {
  position: relative;
  isolation: isolate;
}

#merkezler::before,
.blog-foundation::before,
.faq::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  pointer-events: none;
}

#merkezler::before {
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.26), rgba(239, 224, 191, 0.18)),
    radial-gradient(circle at 17% 21%, rgba(20, 17, 15, 0.1) 0 0.75px, transparent 1.25px),
    radial-gradient(circle at 38% 76%, rgba(205, 166, 95, 0.14) 0 0.95px, transparent 1.45px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.35' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.36'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.85'/%3E%3C/svg%3E");
  background-size: auto, 19px 23px, 37px 31px, 120px 120px;
  background-blend-mode: normal, multiply, multiply, multiply;
}

.blog-foundation::before {
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.34), rgba(255, 255, 255, 0.12));
}

.faq::before {
  background: linear-gradient(180deg, rgba(239, 224, 191, 0.16), rgba(255, 254, 250, 0.24));
}

.intro-grid,
.work-video,
.founder-profile {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr) !important;
}

.intro-grid-reverse {
  grid-template-columns: minmax(420px, 0.96fr) minmax(0, 1.04fr) !important;
}

.work-video {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr) !important;
}

.founder-profile {
  grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.88fr) !important;
}

.centers-grid,
.blog-grid,
.faq-list,
.map-layout {
  width: 100% !important;
}

.center-card-featured {
  min-height: clamp(430px, 28vw, 560px) !important;
}

.center-card-featured .center-card-media {
  flex-basis: min(58%, 980px) !important;
}

.center-card-featured .center-card-body strong {
  max-width: 620px !important;
}

.center-card-featured,
.center-card-half {
  height: auto !important;
}

.map-panel {
  width: 100% !important;
}

.site-header {
  padding-inline: var(--page-gutter) !important;
}

.salon-page .salon-gallery-wrap:not(.bodrum-detail-gallery-wrap) {
  width: min(1280px, calc(100% - (var(--page-gutter) * 2))) !important;
  max-width: min(1280px, calc(100vw - (var(--page-gutter) * 2))) !important;
  margin-inline: auto !important;
}

.salon-page .salon-gallery:not(.bodrum-detail-gallery) {
  width: min(1180px, 100%) !important;
  height: clamp(520px, 50vw, 700px) !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.salon-page .salon-gallery:not(.bodrum-detail-gallery) .salon-gallery-item {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

.salon-page .salon-gallery:not(.bodrum-detail-gallery) .salon-gallery-item:first-child {
  grid-row: 1 / span 2 !important;
  aspect-ratio: auto !important;
}

@media (min-width: 1281px) {
  .menu-toggle {
    display: none !important;
  }

  .main-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    min-height: var(--header-height) !important;
    align-items: center !important;
    justify-items: stretch !important;
    gap: clamp(18px, 2vw, 38px) !important;
    font-size: clamp(16px, 1.1vw, 22px) !important;
  }

  .nav-cluster {
    display: flex !important;
    align-items: center !important;
    gap: clamp(16px, 1.9vw, 34px) !important;
  }

  .nav-left {
    justify-content: end !important;
  }

  .nav-right {
    justify-content: start !important;
  }

  .main-nav .brand {
    grid-column: 2 !important;
    width: clamp(170px, 13vw, 230px) !important;
  }

  .main-nav .brand-logo {
    width: clamp(170px, 13vw, 230px) !important;
  }

  .main-nav.is-open {
    position: relative !important;
    inset: auto !important;
    min-height: var(--header-height) !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .center-card-featured {
    height: clamp(400px, 24vw, 520px) !important;
    min-height: clamp(400px, 24vw, 520px) !important;
  }

  .center-card-featured .center-card-media,
  .center-card-image-right .center-card-media,
  .center-card-image-left .center-card-media {
    flex-basis: min(52%, 900px) !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 8px !important;
    aspect-ratio: auto !important;
  }
}

@media (max-width: 1280px) {
  :root {
    --page-gutter: clamp(18px, 3.2vw, 42px);
    --header-height: 90px;
  }

  .site-header {
    min-height: var(--header-height) !important;
  }

  .menu-toggle {
    display: inline-grid !important;
    position: absolute !important;
    top: 50% !important;
    right: var(--page-gutter) !important;
    z-index: 3 !important;
    transform: translateY(-50%) !important;
  }

  body[dir="rtl"] .menu-toggle {
    right: auto !important;
    left: var(--page-gutter) !important;
  }

  .main-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: var(--header-height) !important;
    justify-items: center !important;
    gap: 0 !important;
  }

  .nav-cluster {
    display: none !important;
  }

  .main-nav .brand {
    grid-column: 1 !important;
    width: clamp(168px, 24vw, 220px) !important;
    height: var(--header-height) !important;
  }

  .main-nav .brand-logo {
    width: clamp(168px, 24vw, 220px) !important;
    height: calc(var(--header-height) - 8px) !important;
  }

  .main-nav.is-open {
    position: absolute !important;
    top: 100% !important;
    left: var(--page-gutter) !important;
    right: var(--page-gutter) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 2px !important;
    min-height: auto !important;
    max-height: calc(100svh - var(--header-height) - 18px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    padding: 14px !important;
    background: rgba(255, 254, 251, 0.98) !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow) !important;
  }

  .main-nav.is-open .nav-cluster {
    display: grid !important;
    width: 100% !important;
  }

  .main-nav.is-open .header-actions {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    margin: 12px 0 0 !important;
  }

  .main-nav.is-open .nav-cluster a,
  .main-nav.is-open .booking-link {
    min-height: 58px !important;
    justify-content: center !important;
    border-bottom: 1px solid rgba(20, 17, 15, 0.07) !important;
  }

  .intro-grid,
  .intro-grid-reverse,
  .work-video,
  .founder-profile {
    grid-template-columns: 1fr !important;
  }

  .work-video-media {
    justify-self: center !important;
    width: min(100%, 460px) !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .work-video-viewport {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .work-video-card {
    flex-basis: min(82vw, 390px) !important;
  }

  .center-card-featured,
  .center-card-image-right,
  .center-card-image-left {
    flex-direction: column !important;
  }

  .center-card-featured .center-card-media,
  .center-card-image-right .center-card-media,
  .center-card-image-left .center-card-media {
    flex-basis: auto !important;
    width: auto !important;
    height: clamp(250px, 38vw, 360px) !important;
    max-height: 360px !important;
    min-height: 0 !important;
    margin: 8px 8px 0 !important;
    aspect-ratio: auto !important;
  }
}

@media (max-width: 920px) {
  .salon-page .salon-gallery:not(.bodrum-detail-gallery) {
    height: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
  }

  .salon-page .salon-gallery:not(.bodrum-detail-gallery) .salon-gallery-item {
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
  }

  .salon-page .salon-gallery:not(.bodrum-detail-gallery) .salon-gallery-item:first-child {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 760px) {
  :root {
    --page-gutter: clamp(16px, 5vw, 24px);
    --header-height: 84px;
  }

  .hero {
    min-height: min(760px, 78svh) !important;
  }

  .hero-media img {
    object-position: center top !important;
  }

  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(18, 15, 14, 0.9), rgba(18, 15, 14, 0.34)),
      radial-gradient(circle at 50% 34%, rgba(18, 15, 14, 0.18), rgba(18, 15, 14, 0.68) 80%) !important;
  }

  .work-video-points,
  .center-card-featured .center-info,
  .footer-cols,
  .footer-faq-grid {
    grid-template-columns: 1fr !important;
  }

  .filter-row {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }

  .type-filter,
  .rating-filter {
    width: 100% !important;
    justify-content: center !important;
  }

  .map-count {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: center !important;
  }

  .salon-note {
    background-position: center top !important;
  }

  .center-card-featured .center-card-media,
  .center-card-image-right .center-card-media,
  .center-card-image-left .center-card-media {
    height: clamp(210px, 58vw, 300px) !important;
    max-height: 300px !important;
  }
}

@media (max-width: 560px) {
  .salon-page .salon-gallery:not(.bodrum-detail-gallery) {
    grid-template-columns: 1fr !important;
  }

  .salon-page .salon-gallery:not(.bodrum-detail-gallery) .salon-gallery-item,
  .salon-page .salon-gallery:not(.bodrum-detail-gallery) .salon-gallery-item:first-child {
    grid-column: auto !important;
    aspect-ratio: 4 / 5 !important;
  }
}

@media (max-width: 960px) {
  .blog-page .blog-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 761px) and (max-width: 920px) {
  .bodrum-detail-gallery {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: center !important;
  }

  .bodrum-detail-application {
    order: 2 !important;
  }

  .bodrum-detail-interior {
    order: 1 !important;
  }

  .bodrum-detail-daylight {
    order: 3 !important;
  }

  .bodrum-detail-card,
  .bodrum-detail-gallery .salon-gallery-item,
  .bodrum-detail-gallery .salon-gallery-item:first-child {
    aspect-ratio: 3 / 4 !important;
    max-height: 440px !important;
  }
}

@media (max-width: 760px) {
  .bodrum-detail-gallery {
    width: min(460px, 100%) !important;
    margin-inline: auto !important;
  }

  .bodrum-detail-card,
  .bodrum-detail-gallery .salon-gallery-item,
  .bodrum-detail-gallery .salon-gallery-item:first-child {
    aspect-ratio: 4 / 5 !important;
    max-height: 520px !important;
  }
}

@media (max-width: 480px) {
  :root {
    --page-gutter: 14px;
    --header-height: 80px;
  }

  .section-shell,
  .footer-shell,
  .footer-bottom,
  .blog-page .blog-article,
  .blog-page .breadcrumb,
  .blog-page .blog-hero,
  .blog-page .blog-layout {
    width: calc(100% - (var(--page-gutter) * 2)) !important;
    max-width: calc(100vw - (var(--page-gutter) * 2)) !important;
  }

  .main-nav .brand,
  .main-nav .brand-logo {
    width: clamp(150px, 48vw, 196px) !important;
  }

  .blog-layout {
    grid-template-columns: 1fr !important;
  }

  .bodrum-detail-card,
  .bodrum-detail-gallery .salon-gallery-item,
  .bodrum-detail-gallery .salon-gallery-item:first-child {
    max-height: 440px !important;
  }
}

/* Final compact desktop restore: smaller, centered public site scale. */
@media (min-width: 901px) {
  :root {
    --header-height: 74px;
    --page-gutter: clamp(130px, 16vw, 360px);
    --section-max: 720px;
    --section-wide-max: 760px;
    --article-max: 640px;
  }

  .site-loader .loader-stitch-stage,
  .loader-stitch-stage {
    width: clamp(220px, 22vw, 330px) !important;
  }

  .site-loader .loader-stitch-field,
  .loader-stitch-field {
    width: clamp(180px, 16vw, 245px) !important;
  }

  .site-header {
    min-height: var(--header-height) !important;
    padding-inline: var(--page-gutter) !important;
    background: rgba(255, 254, 251, 0.98) !important;
  }

  .site-header.is-scrolled {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .main-nav {
    min-height: var(--header-height) !important;
    gap: clamp(14px, 1.6vw, 28px) !important;
    font-size: clamp(14px, 0.92vw, 18px) !important;
  }

  .main-nav a,
  .booking-link {
    min-height: 38px !important;
  }

  .nav-cluster {
    gap: clamp(14px, 1.5vw, 26px) !important;
  }

  .main-nav .brand,
  .brand {
    width: clamp(218px, 15.8vw, 278px) !important;
    height: var(--header-height) !important;
  }

  .main-nav .brand-frame,
  .brand-frame {
    height: var(--header-height) !important;
    overflow: visible !important;
  }

  .main-nav .brand-logo,
  .brand-logo {
    width: clamp(218px, 15.8vw, 278px) !important;
    height: clamp(64px, calc(var(--header-height) - 2px), 72px) !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .header-actions select {
    width: 58px !important;
    min-height: 38px !important;
    font-size: 15px !important;
  }

  .icon-button,
  .menu-toggle {
    width: 38px !important;
    height: 38px !important;
  }

  .booking-link svg,
  .main-nav svg,
  .icon-button svg,
  .menu-toggle svg {
    width: 18px !important;
    height: 18px !important;
  }

  .section-shell,
  .footer-shell,
  .footer-bottom,
  .hero-content,
  .blog-page .blog-article,
  .blog-page .breadcrumb,
  .blog-page .blog-hero,
  .blog-page .blog-layout {
    width: min(var(--section-max), calc(100% - (var(--page-gutter) * 2))) !important;
    max-width: min(var(--section-max), calc(100vw - (var(--page-gutter) * 2))) !important;
    margin-inline: auto !important;
  }

  .authority .section-shell,
  .founder-profile {
    width: min(var(--section-wide-max), calc(100% - (var(--page-gutter) * 2))) !important;
    max-width: min(var(--section-wide-max), calc(100vw - (var(--page-gutter) * 2))) !important;
  }

  .hero {
    min-height: min(430px, calc(62svh - var(--header-height))) !important;
    margin-top: var(--header-height) !important;
  }

  .hero-content {
    padding-block: clamp(26px, 3.6vw, 52px) !important;
  }

  .gooey-hero-stage {
    --gooey-font-size: clamp(40px, 4.6vw, 66px) !important;
    --gooey-stage-height: clamp(74px, 8.4vw, 98px) !important;
  }

  .statement-caption {
    max-width: 540px !important;
    font-size: clamp(13px, 0.9vw, 15px) !important;
    line-height: 1.55 !important;
  }

  h1 {
    font-size: clamp(36px, 3.8vw, 56px) !important;
  }

  h2,
  .intro-copy h2,
  .work-video-copy h2,
  .founder-story h2,
  .section-heading.centered h2,
  .section-heading.compact h2,
  .blog-hero h1 {
    font-size: clamp(24px, 2.2vw, 34px) !important;
    line-height: 1.04 !important;
  }

  .eyebrow,
  .statement-eyebrow {
    font-size: clamp(10px, 0.72vw, 12px) !important;
    letter-spacing: 0.15em !important;
  }

  .intro-grid,
  .intro-grid-reverse,
  .work-video,
  .founder-profile {
    gap: clamp(20px, 2.8vw, 36px) !important;
    padding-block: clamp(34px, 4vw, 56px) !important;
  }

  .intro-grid,
  .work-video,
  .founder-profile {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr) !important;
  }

  .intro-grid-reverse {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr) !important;
  }

  .intro-copy > p,
  .authority-grid > div > p,
  .section-heading p,
  .admin-grid > div > p,
  .definition-list p,
  .work-video-copy > p,
  .founder-story > p:not(.eyebrow),
  .founder-biography p,
  .blog-card p,
  .faq-list p,
  main p,
  main li {
    font-size: clamp(13px, 0.82vw, 14.5px) !important;
    line-height: 1.56 !important;
  }

  .founder-profile {
    align-items: stretch !important;
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr) !important;
  }

  .founder-story {
    max-width: none !important;
    padding-bottom: 18px !important;
  }

  .founder-story h2 {
    font-size: clamp(28px, 2.45vw, 38px) !important;
    line-height: 1.02 !important;
  }

  .founder-story > p:not(.eyebrow),
  .founder-biography p {
    font-size: clamp(17px, 1.05vw, 18.5px) !important;
    line-height: 1.48 !important;
  }

  .founder-biography {
    margin-top: 18px !important;
    padding-top: 16px !important;
  }

  .founder-biography p {
    margin-bottom: 15px !important;
  }

  .founder-media-column {
    grid-template-rows: auto 1fr !important;
    gap: 16px !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  .founder-impact {
    padding: clamp(22px, 2.2vw, 30px) !important;
  }

  .founder-impact p {
    font-size: clamp(21px, 1.36vw, 23px) !important;
    line-height: 1.48 !important;
  }

  .founder-impact p + p {
    margin-top: 18px !important;
  }

  .definition-list {
    margin-top: 18px !important;
  }

  .definition-list div {
    grid-template-columns: 30px 1fr !important;
    column-gap: 14px !important;
    padding-block: 12px !important;
  }

  .definition-list strong,
  .work-video-points strong,
  .center-card-body strong,
  .foundation-card strong,
  .language-card strong,
  .blog-card strong,
  .faq-list summary {
    font-size: clamp(14px, 0.96vw, 16px) !important;
    line-height: 1.22 !important;
  }

  .visual-stack img,
  .authority-card img {
    max-height: 420px !important;
  }

  .work-video.work-video-scroll {
    width: min(var(--section-wide-max), calc(100% - (var(--page-gutter) * 2))) !important;
    min-height: calc(100svh + var(--work-video-scroll-distance)) !important;
    padding: 0 !important;
  }

  .work-video-sticky {
    position: sticky !important;
    top: var(--header-height) !important;
    min-height: calc(100svh - var(--header-height)) !important;
    padding: clamp(12px, 2vw, 24px) 0 clamp(18px, 2.6vw, 34px) !important;
  }

  .work-video-viewport {
    overflow: hidden !important;
    padding: clamp(16px, 2vw, 28px) 0 !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%) !important;
  }

  .work-video-viewport::before,
  .work-video-viewport::after {
    display: block !important;
  }

  .work-video-track {
    gap: clamp(18px, 2vw, 30px) !important;
    padding-inline: var(--work-video-edge-pad, 0px) !important;
    transform: translate3d(var(--work-video-track-x, 0px), 0, 0) !important;
  }

  .work-video-card {
    flex-basis: clamp(220px, 22vw, 330px) !important;
    opacity: 0.34 !important;
    filter: blur(5px) saturate(0.72) contrast(0.9) !important;
    transform: scale(0.72) !important;
  }

  .work-video-card.is-neighbor {
    opacity: 0.62 !important;
    filter: blur(2.2px) saturate(0.9) contrast(0.96) !important;
    transform: scale(0.84) !important;
  }

  .work-video-card.is-active {
    opacity: 1 !important;
    filter: none !important;
    transform: scale(1.12) !important;
  }

  .center-card-featured {
    min-height: 300px !important;
  }

  .center-card-body {
    padding: clamp(14px, 1.6vw, 22px) !important;
  }
}

@media (max-width: 900px) {
  .loader-stitch-stage {
    width: min(64vw, 260px) !important;
  }

  .loader-stitch-field {
    width: min(54vw, 210px) !important;
  }
}

body.home-page h1,
body.home-page h2,
body.home-page .gooey-hero-word,
body.home-page .intro-copy h2,
body.home-page .work-video-copy h2,
body.home-page .founder-story h2,
body.home-page .section-heading.centered h2,
body.home-page .section-heading.compact h2,
body.home-page .salon-note blockquote,
body.home-page .cta h2,
body.home-page .footer-faq-head h2 {
  font-family: "Dancing Script", cursive !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.home-page .gooey-hero-word {
  line-height: 0.9 !important;
}

body.home-page h2,
body.home-page .intro-copy h2,
body.home-page .work-video-copy h2,
body.home-page .founder-story h2,
body.home-page .section-heading.centered h2,
body.home-page .section-heading.compact h2,
body.home-page .cta h2,
body.home-page .footer-faq-head h2 {
  line-height: 1.08 !important;
}

body.home-page main > section.section-anim {
  isolation: isolate;
}

body.home-page main > section.section-anim > * {
  position: relative;
  z-index: 1;
}

body.home-page main > section.section-anim::after {
  content: "";
  position: absolute;
  top: clamp(-58px, -4vw, -36px);
  left: calc(50% - 50vw);
  z-index: 0;
  width: 100vw;
  height: clamp(118px, 10.5vw, 170px);
  pointer-events: none;
  opacity: 0.32;
  background-image:
    url("./assets/section-hair-tips.png?v=166");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  filter: saturate(0.74) brightness(1.18) contrast(0.9);
  transform: translateY(calc(var(--section-flow-offset, 0px)));
}

body.home-page main > section.section-anim:nth-of-type(even)::after {
  --section-flow-offset: 10px;
  opacity: 0.28;
  transform: translateY(var(--section-flow-offset)) scaleX(-1);
}

body.home-page main > section.work-video::after {
  opacity: 0.24;
}

@media (max-width: 900px) {
  body.home-page main > section.section-anim::after {
    top: -42px;
    height: 118px;
    background-size: 1120px 100%;
  }
}

/* Real hair-end transition and compact FAQ/footer cleanup. */
body.home-page main > section.section-anim::after {
  top: clamp(-54px, -4.2vw, -34px);
  height: clamp(126px, 10vw, 174px);
  opacity: 0.54;
  background-size: 100% 82%;
  filter: saturate(1) brightness(1.02) contrast(1.2);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 78%, transparent 100%);
  transform: none;
}

body.home-page main > section.section-anim:not(.work-video) {
  padding-top: clamp(124px, 9.6vw, 166px) !important;
}

body.home-page main > section.section-anim:nth-of-type(even)::after {
  opacity: 0.5;
  transform: scaleX(-1);
}

body.home-page main > section.work-video::after {
  opacity: 0.46;
  transform: none;
}

@media (min-width: 901px) {
  body.home-page .faq.section-shell {
    width: min(1240px, calc(100% - clamp(56px, 8vw, 180px))) !important;
    max-width: min(1240px, calc(100vw - clamp(56px, 8vw, 180px))) !important;
    padding-top: clamp(124px, 9.6vw, 166px) !important;
    padding-bottom: clamp(62px, 7vw, 92px) !important;
  }

  body.home-page .faq .section-heading.compact {
    display: grid !important;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr) !important;
    align-items: end !important;
    gap: clamp(24px, 4vw, 64px) !important;
    max-width: 100% !important;
    margin-bottom: clamp(24px, 3vw, 42px) !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(41, 31, 25, 0.12) !important;
    text-align: left !important;
  }

  body.home-page .faq .section-heading.compact .eyebrow {
    margin-bottom: 0 !important;
    align-self: center !important;
  }

  body.home-page .faq .section-heading.compact h2 {
    justify-self: end !important;
    max-width: 520px !important;
    font-size: clamp(30px, 2.6vw, 44px) !important;
    text-align: right !important;
  }

  body.home-page .faq-list {
    counter-reset: faq-item;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: start !important;
  }

  body.home-page .faq-list details {
    position: relative !important;
    min-height: 112px !important;
    padding: 16px 16px 16px 54px !important;
    border-radius: 8px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 238, 0.82)) !important;
    border-color: rgba(36, 28, 23, 0.1) !important;
    box-shadow: 0 16px 34px rgba(31, 24, 19, 0.06) !important;
    counter-increment: faq-item;
    overflow: hidden !important;
  }

  body.home-page .faq-list details::before {
    content: counter(faq-item, decimal-leading-zero);
    position: absolute;
    top: 17px;
    left: 16px;
    width: 24px;
    color: rgba(205, 166, 95, 0.9);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  body.home-page .faq-list details::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, rgba(205, 166, 95, 0.85), rgba(205, 166, 95, 0.08));
  }

  body.home-page .faq-list details[open] {
    border-color: rgba(205, 166, 95, 0.28) !important;
    background: rgba(255, 253, 248, 0.92) !important;
  }

  body.home-page .faq-list summary {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    font-size: clamp(12.5px, 0.76vw, 14px) !important;
    line-height: 1.24 !important;
    list-style: none !important;
  }

  body.home-page .faq-list summary::-webkit-details-marker {
    display: none !important;
  }

  body.home-page .faq-list summary::after {
    content: "+";
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(205, 166, 95, 0.14);
    color: rgba(41, 31, 25, 0.82);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  body.home-page .faq-list details[open] summary::after {
    content: "-";
    background: rgba(205, 166, 95, 0.9);
    color: #fffefb;
  }

  body.home-page .faq-list p {
    max-width: none !important;
    margin-top: 10px !important;
    font-size: clamp(11.5px, 0.68vw, 12.5px) !important;
    line-height: 1.5 !important;
    color: rgba(38, 31, 27, 0.68) !important;
  }

  body.home-page .faq-answer-link {
    margin-top: 8px !important;
    font-size: 10.5px !important;
    letter-spacing: 0.02em !important;
  }

  body.home-page .site-footer .footer-shell,
  body.home-page .site-footer .footer-bottom {
    width: min(1180px, calc(100% - clamp(72px, 10vw, 220px))) !important;
    max-width: min(1180px, calc(100vw - clamp(72px, 10vw, 220px))) !important;
  }

  body.home-page .site-footer .footer-shell {
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 2.7fr) !important;
    gap: clamp(42px, 5vw, 78px) !important;
    padding-block: clamp(54px, 6vw, 78px) clamp(42px, 5vw, 58px) !important;
  }

  body.home-page .footer-cols {
    grid-template-columns: repeat(4, minmax(120px, 1fr)) !important;
    gap: clamp(22px, 2.6vw, 42px) !important;
  }

  body.home-page .footer-brand p {
    font-size: clamp(13px, 0.78vw, 15px) !important;
    line-height: 1.55 !important;
  }

  body.home-page .site-footer a,
  body.home-page .site-footer p,
  body.home-page .site-footer summary {
    font-size: clamp(12px, 0.76vw, 14px) !important;
    line-height: 1.45 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body.home-page .footer-col h4 {
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 14px !important;
  }

  body.home-page .footer-col ul {
    gap: 8px !important;
  }

  body.home-page .footer-col a {
    min-height: 24px !important;
    white-space: normal !important;
  }

  body.branch-page .site-footer .footer-shell,
  body.branch-page .site-footer .footer-bottom {
    width: min(1180px, calc(100% - clamp(72px, 10vw, 220px))) !important;
    max-width: min(1180px, calc(100vw - clamp(72px, 10vw, 220px))) !important;
  }

  body.branch-page .site-footer .footer-shell {
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 2.7fr) !important;
    gap: clamp(42px, 5vw, 78px) !important;
    padding-block: clamp(54px, 6vw, 78px) clamp(42px, 5vw, 58px) !important;
  }

  body.branch-page .footer-cols {
    grid-template-columns: repeat(4, minmax(120px, 1fr)) !important;
    gap: clamp(22px, 2.6vw, 42px) !important;
  }

  body.branch-page .footer-brand p {
    font-size: clamp(13px, 0.78vw, 15px) !important;
    line-height: 1.55 !important;
  }

  body.branch-page .site-footer a,
  body.branch-page .site-footer p,
  body.branch-page .site-footer summary {
    font-size: clamp(12px, 0.76vw, 14px) !important;
    line-height: 1.45 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body.branch-page .footer-col h4 {
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 14px !important;
  }

  body.branch-page .footer-col ul {
    gap: 8px !important;
  }

  body.branch-page .footer-col a {
    min-height: 24px !important;
    white-space: normal !important;
  }
}

@media (max-width: 880px) {
  body.branch-page .site-footer .footer-shell,
  body.branch-page .site-footer .footer-bottom {
    width: min(100% - 32px, 1180px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  body.branch-page .site-footer .footer-shell,
  body.branch-page .footer-cols {
    grid-template-columns: 1fr !important;
  }
}

/* v167: contained natural hair transition + refined FAQ accordion. */
body.home-page main > section.section-anim::after {
  top: 0 !important;
  left: calc(50% - 50vw) !important;
  width: 100vw !important;
  height: clamp(112px, 8.6vw, 148px) !important;
  opacity: 0.62 !important;
  background-image: url("./assets/section-hair-tips.png?v=167") !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% 100% !important;
  filter: saturate(0.98) brightness(1.05) contrast(1.18) !important;
  transform: none !important;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 13%, #000 34%, #000 66%, rgba(0, 0, 0, 0.18) 86%, transparent 100%) !important;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 13%, #000 34%, #000 66%, rgba(0, 0, 0, 0.18) 86%, transparent 100%) !important;
}

body.home-page main > section.section-anim:nth-of-type(even)::after {
  opacity: 0.58 !important;
  transform: scaleX(-1) !important;
}

body.home-page main > section.work-video::after {
  opacity: 0.54 !important;
  transform: none !important;
}

body.home-page main > section.section-anim:not(.work-video) {
  padding-top: clamp(136px, 10vw, 174px) !important;
}

@media (min-width: 901px) {
  body.home-page .faq.section-shell {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr) !important;
    align-items: start !important;
    gap: clamp(38px, 5vw, 76px) !important;
    width: min(1180px, calc(100% - clamp(70px, 9vw, 190px))) !important;
    max-width: min(1180px, calc(100vw - clamp(70px, 9vw, 190px))) !important;
    padding-top: clamp(136px, 10vw, 174px) !important;
    padding-bottom: clamp(68px, 7vw, 96px) !important;
  }

  body.home-page .faq .section-heading.compact {
    display: block !important;
    position: sticky !important;
    top: calc(var(--header-height) + 28px) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 24px 0 0 !important;
    border-top: 1px solid rgba(41, 31, 25, 0.18) !important;
    border-bottom: 0 !important;
    text-align: left !important;
  }

  body.home-page .faq .section-heading.compact h2 {
    max-width: 280px !important;
    margin: 10px 0 0 !important;
    font-size: clamp(34px, 3vw, 52px) !important;
    line-height: 0.98 !important;
    text-align: left !important;
  }

  body.home-page .faq-intro {
    max-width: 28ch !important;
    margin: 18px 0 0 !important;
    color: rgba(38, 31, 27, 0.58) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(13px, 0.82vw, 15px) !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
  }

  body.home-page .faq-list {
    display: grid !important;
    counter-reset: faq-item !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.home-page .faq-list details {
    position: relative !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 1px solid rgba(41, 31, 25, 0.1) !important;
    border-radius: 8px !important;
    background: rgba(255, 253, 248, 0.78) !important;
    box-shadow: 0 12px 30px rgba(31, 24, 19, 0.055) !important;
    counter-increment: faq-item !important;
    overflow: hidden !important;
  }

  body.home-page .faq-list details:hover {
    transform: none !important;
    border-color: rgba(205, 166, 95, 0.34) !important;
    box-shadow: 0 18px 42px rgba(31, 24, 19, 0.075) !important;
  }

  body.home-page .faq-list details::before {
    content: counter(faq-item, decimal-leading-zero) !important;
    position: absolute !important;
    top: 18px !important;
    left: 18px !important;
    color: rgba(205, 166, 95, 0.92) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
  }

  body.home-page .faq-list details::after {
    display: none !important;
  }

  body.home-page .faq-list summary {
    display: grid !important;
    grid-template-columns: 1fr 28px !important;
    align-items: center !important;
    gap: 18px !important;
    min-height: 58px !important;
    padding: 16px 18px 16px 62px !important;
    color: rgba(20, 17, 15, 0.92) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(14px, 0.86vw, 16px) !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    list-style: none !important;
  }

  body.home-page .faq-list summary::-webkit-details-marker {
    display: none !important;
  }

  body.home-page .faq-list summary::after {
    content: "+" !important;
    width: 28px !important;
    height: 28px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: rgba(205, 166, 95, 0.12) !important;
    color: rgba(20, 17, 15, 0.76) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
  }

  body.home-page .faq-list details[open] {
    background: rgba(255, 254, 251, 0.94) !important;
    border-color: rgba(205, 166, 95, 0.32) !important;
  }

  body.home-page .faq-list details[open] summary::after {
    content: "-" !important;
    background: rgba(205, 166, 95, 0.92) !important;
    color: #fffefb !important;
  }

  body.home-page .faq-list p {
    margin: 0 !important;
    padding: 0 62px 18px !important;
    color: rgba(38, 31, 27, 0.66) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(12.5px, 0.76vw, 14px) !important;
    line-height: 1.55 !important;
  }

  body.home-page .faq-answer-link {
    margin-top: 10px !important;
    padding: 0 0 2px !important;
    color: rgba(126, 88, 39, 0.96) !important;
    font-size: 11px !important;
    letter-spacing: 0.02em !important;
  }
}

@media (max-width: 900px) {
  body.home-page main > section.section-anim::after {
    top: 0 !important;
    height: 108px !important;
    background-size: 1120px 100% !important;
  }
}

/* v168: replace the heavy photo strip with a contained, transparent hair-tip edge. */
body.home-page main > section.section-anim::after {
  top: 0 !important;
  bottom: auto !important;
  left: calc(50% - 50vw) !important;
  width: 100vw !important;
  height: clamp(54px, 4.8vw, 72px) !important;
  pointer-events: none !important;
  opacity: 0.78 !important;
  background-image: url("./assets/section-hair-tips-clean.png?v=168") !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% 100% !important;
  filter: saturate(0.9) brightness(1.08) contrast(1.06) !important;
  transform: none !important;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.86) 34%, #000 74%, transparent 100%) !important;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.86) 34%, #000 74%, transparent 100%) !important;
  -webkit-mask-composite: source-in !important;
  mask-composite: intersect !important;
}

body.home-page main > section.section-anim:nth-of-type(even)::after {
  opacity: 0.74 !important;
  transform: scaleX(-1) !important;
}

body.home-page main > section.work-video::after {
  opacity: 0.66 !important;
  transform: none !important;
}

body.home-page main > section.section-anim:not(.work-video) {
  padding-top: clamp(108px, 7.8vw, 138px) !important;
}

@media (min-width: 901px) {
  body.home-page .faq.section-shell {
    display: grid !important;
    grid-template-columns: minmax(270px, 0.32fr) minmax(0, 0.68fr) !important;
    gap: clamp(42px, 5vw, 82px) !important;
    align-items: start !important;
    width: min(1160px, calc(100% - clamp(78px, 10vw, 210px))) !important;
    max-width: min(1160px, calc(100vw - clamp(78px, 10vw, 210px))) !important;
    padding-top: clamp(126px, 9vw, 158px) !important;
    padding-bottom: clamp(84px, 8vw, 120px) !important;
  }

  body.home-page .faq .section-heading.compact {
    position: sticky !important;
    top: calc(var(--header-height) + 34px) !important;
    display: block !important;
    margin: 0 !important;
    padding: clamp(24px, 2.5vw, 34px) !important;
    border: 1px solid rgba(41, 31, 25, 0.11) !important;
    border-radius: 8px !important;
    background: linear-gradient(145deg, rgba(255, 254, 250, 0.86), rgba(238, 222, 188, 0.34)) !important;
    box-shadow: 0 20px 54px rgba(37, 28, 20, 0.06) !important;
    text-align: left !important;
  }

  body.home-page .faq .section-heading.compact h2 {
    max-width: 9ch !important;
    margin: 12px 0 0 !important;
    color: rgba(18, 15, 13, 0.94) !important;
    font-size: clamp(36px, 3.1vw, 54px) !important;
    line-height: 0.96 !important;
    text-align: left !important;
  }

  body.home-page .faq-intro {
    max-width: 30ch !important;
    margin: 18px 0 0 !important;
    color: rgba(42, 34, 29, 0.64) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(13px, 0.82vw, 15px) !important;
    font-weight: 600 !important;
    line-height: 1.62 !important;
  }

  body.home-page .faq-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    counter-reset: faq-item !important;
  }

  body.home-page .faq-list details {
    position: relative !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(41, 31, 25, 0.1) !important;
    border-radius: 8px !important;
    background: rgba(255, 254, 250, 0.84) !important;
    box-shadow: 0 14px 34px rgba(35, 27, 21, 0.055) !important;
    counter-increment: faq-item !important;
  }

  body.home-page .faq-list details:hover,
  body.home-page .faq-list details[open] {
    transform: none !important;
    border-color: rgba(205, 166, 95, 0.36) !important;
    background: rgba(255, 254, 251, 0.96) !important;
    box-shadow: 0 20px 48px rgba(35, 27, 21, 0.075) !important;
  }

  body.home-page .faq-list details::before {
    content: counter(faq-item, decimal-leading-zero) !important;
    position: absolute !important;
    top: 18px !important;
    left: 20px !important;
    z-index: 1 !important;
    color: rgba(190, 146, 70, 0.95) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
  }

  body.home-page .faq-list details::after {
    display: none !important;
  }

  body.home-page .faq-list summary {
    display: grid !important;
    grid-template-columns: 1fr 30px !important;
    align-items: center !important;
    gap: 18px !important;
    min-height: 62px !important;
    padding: 17px 20px 17px 66px !important;
    list-style: none !important;
    color: rgba(18, 15, 13, 0.92) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(14px, 0.88vw, 16px) !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
  }

  body.home-page .faq-list summary::-webkit-details-marker {
    display: none !important;
  }

  body.home-page .faq-list summary::after {
    content: "+" !important;
    width: 30px !important;
    height: 30px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: rgba(205, 166, 95, 0.13) !important;
    color: rgba(18, 15, 13, 0.74) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
  }

  body.home-page .faq-list details[open] summary::after {
    content: "-" !important;
    background: rgba(190, 146, 70, 0.95) !important;
    color: #fffefb !important;
  }

  body.home-page .faq-list p {
    max-width: 78ch !important;
    margin: 0 !important;
    padding: 0 66px 20px !important;
    color: rgba(42, 34, 29, 0.66) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(12.5px, 0.78vw, 14px) !important;
    font-weight: 600 !important;
    line-height: 1.58 !important;
  }

  body.home-page .faq-answer-link {
    display: inline-flex !important;
    width: fit-content !important;
    margin-top: 10px !important;
    color: rgba(126, 88, 39, 0.96) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    letter-spacing: 0.01em !important;
    border-bottom: 1px solid rgba(205, 166, 95, 0.42) !important;
  }
}

@media (max-width: 900px) {
  body.home-page main > section.section-anim::after {
    height: 76px !important;
    background-size: 1180px 100% !important;
  }

  body.home-page main > section.section-anim:not(.work-video) {
    padding-top: 108px !important;
  }

  body.home-page .faq.section-shell {
    padding-top: 112px !important;
  }

  body.home-page .faq .section-heading.compact {
    margin-bottom: 22px !important;
    padding: 20px !important;
    border: 1px solid rgba(41, 31, 25, 0.1) !important;
    border-radius: 8px !important;
    background: rgba(255, 254, 250, 0.78) !important;
  }

  body.home-page .faq-list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* v169: horizontal real braid divider, replacing the hair-tip strip. */
body.home-page main > section.section-anim::after {
  top: clamp(8px, 1vw, 16px) !important;
  bottom: auto !important;
  left: 50% !important;
  width: min(1280px, calc(100vw - clamp(36px, 7vw, 150px))) !important;
  height: clamp(76px, 6.4vw, 116px) !important;
  pointer-events: none !important;
  opacity: 0.96 !important;
  background-image: url("./assets/section-braid-divider.png?v=169") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  filter: saturate(0.86) brightness(1.02) contrast(0.98) drop-shadow(0 16px 24px rgba(45, 31, 20, 0.08)) !important;
  transform: translateX(-50%) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%) !important;
}

body.home-page main > section.section-anim:nth-of-type(even)::after {
  opacity: 0.92 !important;
  transform: translateX(-50%) scaleX(-1) !important;
}

body.home-page main > section.work-video::after {
  opacity: 0.88 !important;
  transform: translateX(-50%) !important;
}

body.home-page main > section.section-anim:not(.work-video) {
  padding-top: clamp(140px, 10.5vw, 182px) !important;
}

@media (min-width: 901px) {
  body.home-page .faq.section-shell {
    padding-top: clamp(146px, 10.5vw, 184px) !important;
  }
}

@media (max-width: 900px) {
  body.home-page main > section.section-anim::after {
    top: 10px !important;
    width: calc(100vw - 24px) !important;
    height: 76px !important;
  }

  body.home-page main > section.section-anim:not(.work-video),
  body.home-page .faq.section-shell {
    padding-top: 122px !important;
  }
}

/* v170: make the braid divider full-width and slimmer. */
body.home-page main > section.section-anim::after {
  top: clamp(10px, 0.9vw, 16px) !important;
  left: calc(50% - 50vw) !important;
  width: 100vw !important;
  height: clamp(42px, 3.8vw, 62px) !important;
  opacity: 0.94 !important;
  background-image: url("./assets/section-braid-divider.png?v=170") !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  filter: saturate(0.82) brightness(1.04) contrast(0.96) drop-shadow(0 10px 18px rgba(45, 31, 20, 0.055)) !important;
  transform: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body.home-page main > section.section-anim:nth-of-type(even)::after {
  opacity: 0.9 !important;
  transform: scaleX(-1) !important;
}

body.home-page main > section.work-video::after {
  opacity: 0.86 !important;
  transform: none !important;
}

body.home-page main > section.section-anim:not(.work-video) {
  padding-top: clamp(104px, 7.8vw, 132px) !important;
}

@media (min-width: 901px) {
  body.home-page .faq.section-shell {
    padding-top: clamp(112px, 8vw, 136px) !important;
  }
}

@media (max-width: 900px) {
  body.home-page main > section.section-anim::after {
    top: 10px !important;
    width: 100vw !important;
    height: 44px !important;
  }

  body.home-page main > section.section-anim:not(.work-video),
  body.home-page .faq.section-shell {
    padding-top: 96px !important;
  }
}

/* v171: cleaner full-bleed braid aligned to the section boundary. */
body.home-page main > section.section-anim::after {
  top: 0 !important;
  left: calc(50% - 50vw) !important;
  width: 100vw !important;
  height: clamp(38px, 3.5vw, 54px) !important;
  opacity: 0.94 !important;
  background-image: url("./assets/section-braid-full-divider.png?v=171") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  filter: saturate(0.78) brightness(1.05) contrast(0.95) drop-shadow(0 8px 16px rgba(45, 31, 20, 0.045)) !important;
  transform: translateY(-50%) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body.home-page main > section.section-anim:nth-of-type(even)::after {
  opacity: 0.9 !important;
  transform: translateY(-50%) scaleX(-1) !important;
}

body.home-page main > section.work-video::after {
  opacity: 0.86 !important;
  transform: translateY(-50%) !important;
}

body.home-page main > section.section-anim:not(.work-video) {
  padding-top: clamp(94px, 7vw, 118px) !important;
}

@media (min-width: 901px) {
  body.home-page .faq.section-shell {
    padding-top: clamp(102px, 7.2vw, 124px) !important;
  }
}

@media (max-width: 900px) {
  body.home-page main > section.section-anim::after {
    top: 0 !important;
    height: 38px !important;
  }

  body.home-page main > section.section-anim:not(.work-video),
  body.home-page .faq.section-shell {
    padding-top: 86px !important;
  }
}

/* Yeşilyurt branch redesign -------------------------------------------- */
.yesilyurt-flow-page {
  --yesilyurt-ink: #1d1713;
  --yesilyurt-muted: rgba(29, 23, 19, 0.68);
  --yesilyurt-paper: #fffaf1;
  --yesilyurt-cream: #f5eee2;
  --yesilyurt-line: rgba(29, 23, 19, 0.1);
  --yesilyurt-gold: #c99a4d;
  --yesilyurt-wine: #7b3040;
  background: linear-gradient(180deg, #fffaf1 0%, #f5eee2 72%, #14110f 100%);
  color: var(--yesilyurt-ink);
}

.yesilyurt-flow-page .site-header {
  background: rgba(255, 254, 251, 0.94);
}

.yesilyurt-location {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  padding-top: var(--header-height);
  overflow-x: clip;
  background:
    linear-gradient(rgba(20, 17, 15, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 17, 15, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, var(--yesilyurt-paper), var(--yesilyurt-cream));
  background-size: 64px 64px, 64px 64px, auto;
}

.yesilyurt-hero,
.yesilyurt-story,
.yesilyurt-standard,
.yesilyurt-gallery-section,
.yesilyurt-cta {
  width: min(1320px, calc(100vw - 40px));
  margin-inline: auto;
}

.yesilyurt-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: min(760px, calc(100svh - var(--header-height)));
  padding: clamp(34px, 5vw, 72px) 0 clamp(42px, 5vw, 76px);
}

.yesilyurt-hero-media {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #14110f;
  box-shadow: 0 34px 90px -48px rgba(20, 17, 15, 0.55);
}

.yesilyurt-hero-media::after,
.yesilyurt-story-media::after,
.yesilyurt-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  pointer-events: none;
}

.yesilyurt-hero-media img,
.yesilyurt-story-media img,
.yesilyurt-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yesilyurt-hero-media img[src*="ras-yesilyurt-dis-cephe"],
.yesilyurt-gallery img[src*="ras-yesilyurt-dis-cephe"] {
  transform: scale(1.58);
}

.yesilyurt-hero-copy {
  min-width: 0;
  max-width: 100%;
}

.yesilyurt-eyebrow {
  margin: 0;
  color: var(--yesilyurt-gold) !important;
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.yesilyurt-hero h1,
.yesilyurt-section-head h2,
.yesilyurt-cta h2 {
  margin: 0;
  color: var(--yesilyurt-ink);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.yesilyurt-hero h1 {
  max-width: 780px;
  margin-top: clamp(12px, 1.6vw, 20px);
  font-size: clamp(52px, 7vw, 104px);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.yesilyurt-hero-copy > p:not(.yesilyurt-eyebrow) {
  max-width: 650px;
  margin: clamp(18px, 2vw, 24px) 0 0;
  color: var(--yesilyurt-muted) !important;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.yesilyurt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 3vw, 36px);
}

.yesilyurt-hero-actions .button,
.yesilyurt-cta-actions .button {
  min-height: 50px;
  gap: 9px;
}

.yesilyurt-hero-actions .button.primary,
.yesilyurt-cta-actions .button.primary {
  background: var(--yesilyurt-wine);
  color: #fffaf1;
  box-shadow: 0 18px 36px -24px rgba(123, 48, 64, 0.55);
}

.yesilyurt-hero-actions .button.primary:hover,
.yesilyurt-cta-actions .button.primary:hover {
  background: #612233;
}

.yesilyurt-hero-actions .button.secondary {
  border-color: rgba(123, 48, 64, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--yesilyurt-wine);
}

.yesilyurt-info-strip {
  display: grid;
  width: min(1320px, calc(100vw - 40px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  border-block: 1px solid var(--yesilyurt-line);
}

.yesilyurt-info-strip article {
  min-width: 0;
  padding: clamp(24px, 3vw, 40px) clamp(16px, 2.4vw, 30px);
  border-right: 1px solid var(--yesilyurt-line);
}

.yesilyurt-info-strip article:last-child {
  border-right: 0;
}

.yesilyurt-info-strip span,
.yesilyurt-step-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(201, 154, 77, 0.14);
  color: var(--yesilyurt-gold);
}

.yesilyurt-info-strip svg,
.yesilyurt-step-grid svg {
  width: 19px;
  height: 19px;
}

.yesilyurt-info-strip p {
  margin: 14px 0 8px;
  color: rgba(29, 23, 19, 0.5) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.yesilyurt-info-strip strong {
  display: block;
  color: var(--yesilyurt-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(19px, 1.55vw, 25px);
  font-weight: 600;
  line-height: 1.25;
}

.yesilyurt-info-strip a {
  color: inherit;
  text-decoration: none;
}

.yesilyurt-info-strip a:hover {
  color: var(--yesilyurt-gold);
}

.yesilyurt-story,
.yesilyurt-standard,
.yesilyurt-gallery-section,
.yesilyurt-cta {
  padding-block: clamp(58px, 7vw, 104px);
}

.yesilyurt-reviews {
  width: 100%;
  padding-block: clamp(54px, 6vw, 92px);
  border-bottom: 1px solid rgba(29, 23, 19, 0.07);
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.26), rgba(255, 252, 246, 0.7), rgba(255, 250, 241, 0.2));
  overflow: hidden;
}

.yesilyurt-reviews > .yesilyurt-section-head {
  width: min(780px, calc(100vw - 40px));
}

.yesilyurt-reviews .salon-reviews-summary {
  margin-top: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(22px, 2.8vw, 36px);
}

.yesilyurt-review-marquee {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: 0;
  mask-image: none;
  -webkit-mask-image: none;
}

.yesilyurt-review-marquee::before,
.yesilyurt-review-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(72px, 10vw, 180px);
  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.yesilyurt-review-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 252, 246, 0.96), rgba(255, 252, 246, 0.72) 42%, rgba(255, 252, 246, 0));
}

.yesilyurt-review-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 252, 246, 0.96), rgba(255, 252, 246, 0.72) 42%, rgba(255, 252, 246, 0));
}

.yesilyurt-reviews .salon-reviews-track {
  animation-duration: 72s;
}

.yesilyurt-review-card {
  flex-basis: clamp(300px, 31vw, 420px);
  background: rgba(255, 252, 246, 0.96);
}

.yesilyurt-review-card .salon-review-body {
  display: block;
  max-height: 12.6em;
  overflow: hidden;
}

.yesilyurt-section-head {
  max-width: 760px;
}

.yesilyurt-section-head.centered {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.yesilyurt-section-head h2,
.yesilyurt-cta h2 {
  margin-top: clamp(8px, 1vw, 12px);
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.03;
}

.yesilyurt-section-head > p:not(.yesilyurt-eyebrow),
.yesilyurt-cta p {
  max-width: 650px;
  margin: clamp(14px, 1.7vw, 20px) 0 0;
  color: var(--yesilyurt-muted) !important;
  font-size: clamp(16px, 1.16vw, 18px);
  line-height: 1.72;
}

.yesilyurt-section-head.centered > p:not(.yesilyurt-eyebrow) {
  margin-inline: auto;
}

.yesilyurt-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
  margin-top: clamp(26px, 4vw, 56px);
}

.yesilyurt-story-copy > p {
  margin: 0 0 clamp(26px, 3vw, 38px);
  color: rgba(29, 23, 19, 0.82) !important;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.78;
}

.yesilyurt-facts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.yesilyurt-facts div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.yesilyurt-facts dt {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 154, 77, 0.45);
  border-radius: 50%;
  color: var(--yesilyurt-gold);
  font-size: 13px;
  font-weight: 900;
}

.yesilyurt-facts dd {
  margin: 0;
}

.yesilyurt-facts strong {
  display: block;
  color: var(--yesilyurt-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(21px, 1.7vw, 27px);
  font-weight: 600;
  line-height: 1.2;
}

.yesilyurt-facts span {
  display: block;
  margin-top: 7px;
  color: var(--yesilyurt-muted);
  font-size: clamp(15px, 1.06vw, 17px);
  line-height: 1.65;
}

.yesilyurt-story-media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 80px -46px rgba(20, 17, 15, 0.46);
}

.yesilyurt-standard {
  width: 100%;
  max-width: none;
  background: rgba(255, 252, 246, 0.58);
  border-block: 1px solid rgba(29, 23, 19, 0.07);
}

.yesilyurt-standard > * {
  width: min(1320px, calc(100vw - 40px));
  margin-inline: auto;
}

.yesilyurt-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(28px, 4vw, 52px);
}

.yesilyurt-step-grid article {
  min-width: 0;
  padding: clamp(24px, 2.8vw, 34px);
  border: 1px solid rgba(29, 23, 19, 0.08);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.82);
  box-shadow: 0 24px 64px -54px rgba(20, 17, 15, 0.42);
}

.yesilyurt-step-grid h3 {
  margin: 18px 0 10px;
  color: var(--yesilyurt-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.16;
}

.yesilyurt-step-grid p {
  margin: 0;
  color: var(--yesilyurt-muted) !important;
  font-size: clamp(15px, 1.06vw, 17px);
  line-height: 1.65;
}

.yesilyurt-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: clamp(14px, 1.8vw, 24px);
  margin-top: clamp(24px, 3.5vw, 48px);
}

.yesilyurt-gallery figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #14110f;
  box-shadow: 0 24px 72px -48px rgba(20, 17, 15, 0.5);
}

.yesilyurt-gallery figure:first-child {
  min-height: 520px;
}

.yesilyurt-gallery figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 13px;
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-radius: 4px;
  background: rgba(20, 17, 15, 0.78);
  color: var(--yesilyurt-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.yesilyurt-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 80px);
  align-items: center;
  margin-bottom: clamp(48px, 7vw, 92px);
  padding-inline: clamp(22px, 4vw, 58px);
  border: 1px solid rgba(255, 250, 241, 0.12);
  border-radius: 8px;
  background: #14110f;
  color: #fffaf1;
}

.yesilyurt-cta h2,
.yesilyurt-cta p {
  color: #fffaf1 !important;
}

.yesilyurt-cta p {
  opacity: 0.78;
}

.yesilyurt-cta-actions {
  display: flex;
  min-width: min(100%, 300px);
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.yesilyurt-text-link {
  color: rgba(255, 250, 241, 0.74);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 250, 241, 0.24);
  padding-bottom: 4px;
}

.yesilyurt-text-link:hover {
  color: var(--yesilyurt-gold);
  border-color: var(--yesilyurt-gold);
}

@media (max-width: 980px) {
  .yesilyurt-hero,
  .yesilyurt-story-grid,
  .yesilyurt-cta {
    grid-template-columns: 1fr;
  }

  .yesilyurt-hero {
    min-height: 0;
  }

  .yesilyurt-hero-media {
    aspect-ratio: 16 / 11;
    order: 2;
  }

  .yesilyurt-hero-copy {
    order: 1;
  }

  .yesilyurt-info-strip,
  .yesilyurt-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yesilyurt-info-strip article:nth-child(2) {
    border-right: 0;
  }

  .yesilyurt-info-strip article:nth-last-child(-n+2) {
    border-top: 1px solid var(--yesilyurt-line);
  }

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

  .yesilyurt-gallery figure,
  .yesilyurt-gallery figure:first-child {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .yesilyurt-hero,
  .yesilyurt-story,
  .yesilyurt-reviews > .yesilyurt-section-head,
  .yesilyurt-gallery-section,
  .yesilyurt-cta,
  .yesilyurt-info-strip,
  .yesilyurt-standard > * {
    width: min(358px, calc(100vw - 32px));
    margin-inline: auto;
  }

  .yesilyurt-hero-copy,
  .yesilyurt-hero-copy * {
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .yesilyurt-hero h1 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .yesilyurt-eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .yesilyurt-hero-copy > p:not(.yesilyurt-eyebrow) {
    font-size: 16px;
    line-height: 1.58;
  }

  .yesilyurt-info-strip,
  .yesilyurt-step-grid {
    grid-template-columns: 1fr;
  }

  .yesilyurt-info-strip article,
  .yesilyurt-info-strip article:nth-child(2),
  .yesilyurt-info-strip article:nth-last-child(-n+2) {
    border-right: 0;
    border-top: 1px solid var(--yesilyurt-line);
  }

  .yesilyurt-info-strip article:first-child {
    border-top: 0;
  }

  .yesilyurt-reviews {
    padding-block: clamp(42px, 11vw, 58px);
  }

  .yesilyurt-review-marquee::before,
  .yesilyurt-review-marquee::after {
    width: 34px;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
  }

  .yesilyurt-reviews .salon-reviews-track {
    animation-duration: 96s;
  }

  .yesilyurt-review-card {
    flex-basis: min(82vw, 330px);
    padding: 22px;
  }

  .yesilyurt-facts div {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .yesilyurt-facts dt {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .yesilyurt-cta {
    padding-inline: 22px;
  }
}

/* Yeşilyurt hero: use the salon photo as the actual page hero. */
.yesilyurt-flow-page .yesilyurt-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: clamp(560px, 72svh, 760px);
  margin-inline: 0;
  padding: clamp(78px, 8vw, 132px) max(24px, calc((100vw - 1180px) / 2)) clamp(64px, 7vw, 104px);
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background: #14110f;
}

.yesilyurt-flow-page .yesilyurt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 17, 15, 0.84) 0%, rgba(20, 17, 15, 0.62) 42%, rgba(20, 17, 15, 0.2) 78%),
    linear-gradient(180deg, rgba(20, 17, 15, 0.42) 0%, rgba(20, 17, 15, 0.04) 38%, rgba(20, 17, 15, 0.48) 100%);
  pointer-events: none;
}

.yesilyurt-flow-page .yesilyurt-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
}

.yesilyurt-flow-page .yesilyurt-hero-media::after {
  border: 0;
}

.yesilyurt-flow-page .yesilyurt-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.yesilyurt-flow-page .yesilyurt-hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 100%);
  max-width: 650px;
  margin: 0;
  color: #fffaf1;
}

.yesilyurt-flow-page .yesilyurt-hero .yesilyurt-eyebrow {
  color: #e2b25f !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.44);
}

.yesilyurt-flow-page .yesilyurt-hero h1 {
  max-width: 720px;
  color: #fffaf1;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.42);
}

.yesilyurt-flow-page .yesilyurt-hero-copy > p:not(.yesilyurt-eyebrow) {
  max-width: 590px;
  color: rgba(255, 250, 241, 0.84) !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.36);
}

.yesilyurt-flow-page .yesilyurt-hero-actions .button.secondary {
  border-color: rgba(255, 250, 241, 0.42);
  background: rgba(255, 250, 241, 0.12);
  color: #fffaf1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 780px) {
  .yesilyurt-flow-page .yesilyurt-hero {
    min-height: clamp(610px, 76svh, 720px);
    padding: clamp(62px, 16vw, 92px) 18px clamp(48px, 13vw, 76px);
    align-items: end;
  }

  .yesilyurt-flow-page .yesilyurt-hero::before {
    background:
      linear-gradient(180deg, rgba(20, 17, 15, 0.16) 0%, rgba(20, 17, 15, 0.38) 34%, rgba(20, 17, 15, 0.86) 100%),
      linear-gradient(90deg, rgba(20, 17, 15, 0.34), rgba(20, 17, 15, 0.1));
  }

  .yesilyurt-flow-page .yesilyurt-hero-copy {
    width: min(100%, 520px);
    max-width: 520px;
    text-align: left;
  }

  .yesilyurt-flow-page .yesilyurt-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 0.98;
  }

  .yesilyurt-flow-page .yesilyurt-hero-copy > p:not(.yesilyurt-eyebrow) {
    font-size: clamp(15.5px, 4vw, 17px);
  }
}

/* Blog article repair: keep the compact home scale from squeezing article pages. */
body.blog-page {
  --page-gutter: clamp(18px, 4.5vw, 72px);
  --article-max: 1180px;
  --readable-max: 76ch;
}

body.blog-page .blog-main {
  padding: clamp(24px, 3.2vw, 44px) 0 clamp(76px, 8vw, 120px) !important;
}

body.blog-page .blog-article,
body.blog-page .breadcrumb,
body.blog-page .blog-hero,
body.blog-page .blog-layout {
  width: min(var(--article-max), calc(100vw - (var(--page-gutter) * 2))) !important;
  max-width: min(var(--article-max), calc(100vw - (var(--page-gutter) * 2))) !important;
  margin-inline: auto !important;
}

body.blog-page .blog-hero {
  display: grid !important;
  grid-template-columns: minmax(132px, 184px) minmax(0, var(--readable-max)) !important;
  justify-content: center !important;
  gap: 18px clamp(30px, 5vw, 76px) !important;
  align-items: end !important;
}

body.blog-page .blog-cover {
  width: min(100%, 184px) !important;
  min-width: 0 !important;
}

body.blog-page .blog-layout {
  display: grid !important;
  grid-template-columns: minmax(180px, 240px) minmax(0, var(--readable-max)) !important;
  justify-content: center !important;
  gap: clamp(30px, 5vw, 76px) !important;
  align-items: start !important;
}

body.blog-page .blog-content {
  width: 100% !important;
  max-width: var(--readable-max) !important;
  min-width: 0 !important;
}

body.blog-page .blog-content section,
body.blog-page .blog-tldr,
body.blog-page .blog-author,
body.blog-page .blog-table-wrap {
  min-width: 0 !important;
}

body.blog-page .blog-hero h1 {
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.blog-page .blog-content h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.12 !important;
}

body.blog-page .blog-lead,
body.blog-page .blog-content p,
body.blog-page .blog-content li,
body.blog-page .blog-tldr li,
body.blog-page .blog-author p {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

body.blog-page .blog-lead,
body.blog-page .blog-content p,
body.blog-page .blog-content li {
  font-size: clamp(17px, 1.08vw, 19px) !important;
  line-height: 1.78 !important;
}

body.blog-page .blog-toc a,
body.blog-page .blog-meta {
  min-height: 0 !important;
  font-size: clamp(12px, 0.9vw, 14px) !important;
  line-height: 1.42 !important;
}

@media (max-width: 960px) {
  body.blog-page {
    --page-gutter: clamp(16px, 5vw, 28px);
  }

  body.blog-page .blog-hero {
    grid-template-columns: minmax(92px, 136px) minmax(0, 1fr) !important;
    justify-content: stretch !important;
    align-items: start !important;
  }

  body.blog-page .blog-layout {
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
  }

  body.blog-page .blog-lead,
  body.blog-page .blog-meta {
    grid-column: 1 / -1 !important;
  }

  body.blog-page .blog-toc {
    display: none !important;
  }
}

@media (max-width: 680px) {
  body.blog-page .blog-hero {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 14px 16px !important;
  }

  body.blog-page .blog-cover {
    width: 92px !important;
  }

  body.blog-page .blog-hero h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  body.blog-page .blog-content h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  body.blog-page .blog-lead,
  body.blog-page .blog-content p,
  body.blog-page .blog-content li {
    font-size: clamp(16.5px, 4.35vw, 19px) !important;
    line-height: 1.66 !important;
  }
}

/* Branch card repair: preserve layout while preventing text overflow. */
body.salon-page .salon-info-strip,
body.salon-page .salon-services,
body.salon-page .salon-reviews-wrap,
body.salon-page .salon-reviews-marquee,
body.salon-page .salon-reviews-track,
body.salon-page .salon-info-item,
body.salon-page .salon-service-card,
body.salon-page .salon-review-card,
body.salon-page .salon-review-head {
  min-width: 0 !important;
}

body.salon-page .salon-info-item,
body.salon-page .salon-service-card,
body.salon-page .salon-review-card {
  overflow: hidden !important;
}

body.salon-page .salon-info-label,
body.salon-page .salon-info-value,
body.salon-page .salon-info-sub,
body.salon-page .salon-service-card h3,
body.salon-page .salon-service-card p,
body.salon-page .salon-review-author,
body.salon-page .salon-review-date,
body.salon-page .salon-review-body,
body.salon-page .salon-review-source,
body.salon-page .salon-reviews-count,
body.salon-page .salon-reviews-cta a,
body.salon-page .salon-map-action {
  max-width: 100% !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

body.salon-page .salon-info-value,
body.salon-page .salon-info-sub {
  line-height: 1.36 !important;
}

body.salon-page .salon-service-card {
  height: auto !important;
}

body.salon-page .salon-service-card h3 {
  font-size: clamp(20px, 1.55vw, 26px) !important;
  line-height: 1.14 !important;
}

body.salon-page .salon-service-card p {
  font-size: clamp(14.5px, 0.98vw, 16px) !important;
  line-height: 1.6 !important;
}

body.salon-page .salon-review-head {
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
}

body.salon-page .salon-review-stars {
  flex: 0 0 auto !important;
}

body.salon-page .salon-review-card {
  flex-basis: clamp(280px, 28vw, 360px) !important;
}

body.salon-page .salon-review-body {
  display: block !important;
  max-height: 10.4em !important;
  overflow: hidden !important;
}

body.salon-page .salon-review-source {
  align-items: flex-start !important;
  line-height: 1.35 !important;
}

body.salon-page .salon-reviews-wrap .section-heading {
  margin-inline: auto !important;
  text-align: center !important;
}

body.salon-page .salon-reviews-summary,
body.salon-page .salon-reviews-cta {
  justify-content: center !important;
  text-align: center !important;
}

body.salon-page .salon-reviews-marquee {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-inline: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

body.salon-page .salon-reviews-marquee::before,
body.salon-page .salon-reviews-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(72px, 10vw, 180px);
  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

body.salon-page .salon-reviews-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 252, 246, 0.96), rgba(255, 252, 246, 0.72) 42%, rgba(255, 252, 246, 0));
}

body.salon-page .salon-reviews-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 252, 246, 0.96), rgba(255, 252, 246, 0.72) 42%, rgba(255, 252, 246, 0));
}

body.salon-page .salon-reviews-marquee::before,
body.salon-page .salon-reviews-marquee::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1080px) {
  body.salon-page .salon-services {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.salon-page .salon-info-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.salon-page .salon-info-item:nth-child(2) {
    border-right: none !important;
  }

  body.salon-page .salon-info-item:nth-last-child(-n+2) {
    border-top: 1px solid rgba(20, 17, 15, 0.08) !important;
    padding-top: clamp(18px, 2vw, 26px) !important;
  }
}

@media (max-width: 640px) {
  body.salon-page .salon-services,
  body.salon-page .salon-info-strip {
    grid-template-columns: 1fr !important;
  }

  body.salon-page .salon-info-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(20, 17, 15, 0.08) !important;
  }

  body.salon-page .salon-info-item:nth-last-child(-n+2) {
    border-top: 0 !important;
  }

  body.salon-page .salon-info-item:last-child {
    border-bottom: none !important;
  }

  body.salon-page .salon-review-head {
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  body.salon-page .salon-review-stars {
    grid-column: 2 !important;
    justify-self: start !important;
  }

body.salon-page .salon-review-card {
    flex-basis: min(82vw, 340px) !important;
  }
}

.blog-card.blog-card-linked .blog-card-arrow {
  top: auto;
  right: 18px;
  bottom: 18px;
  left: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(4px);
}

body[dir="rtl"] .blog-card.blog-card-linked .blog-card-arrow {
  right: auto;
  left: 18px;
}

#merkezler .map-layout {
  width: 100vw !important;
  max-width: 100vw !important;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  padding-inline: 0;
}

#merkezler .map-panel {
  position: relative;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

#merkezler .filter-row {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  position: absolute;
  top: clamp(14px, 2vw, 28px);
  left: 0;
  right: 0;
  z-index: 3;
  border-bottom: 0;
  background: transparent;
  padding: 0 clamp(16px, 3vw, 42px);
  pointer-events: none;
}

#merkezler .type-filter {
  grid-column: 2;
  justify-self: center;
  justify-content: center;
  pointer-events: auto;
  padding: 6px;
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#merkezler .rating-filter {
  grid-column: 1 / -1;
  justify-self: center;
  justify-content: center;
  width: fit-content;
  max-width: calc(100% - 36px);
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#merkezler .map-count {
  display: none;
}

@media (max-width: 760px) {
  #merkezler .filter-row {
    grid-template-columns: 1fr !important;
    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  #merkezler .type-filter,
  #merkezler .rating-filter {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  #merkezler .type-filter::-webkit-scrollbar,
  #merkezler .rating-filter::-webkit-scrollbar {
    display: none !important;
  }

  #merkezler .map-count {
    grid-column: 1;
    justify-self: center;
  }

  #merkezler .filter-row .chip,
  #merkezler .filter-row .rating-chip {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    font-size: 12px !important;
  }

  #merkezler .rating-filter {
    border-radius: 999px !important;
    padding: 5px !important;
  }

  #merkezler .map-canvas {
    display: block !important;
    height: clamp(560px, 76svh, 720px) !important;
    min-height: 560px !important;
  }
}

/* Branch footer fluid sizing: keep location-page footer readable at narrow widths. */
body.branch-page .site-footer {
  overflow-x: clip;
}

body.branch-page .site-footer .footer-shell,
body.branch-page .site-footer .footer-bottom {
  width: min(1180px, calc(100vw - clamp(28px, 8vw, 112px))) !important;
  max-width: min(1180px, calc(100vw - clamp(28px, 8vw, 112px))) !important;
  min-width: 0 !important;
  margin-inline: auto !important;
}

body.branch-page .site-footer .footer-shell {
  display: grid !important;
  grid-template-columns: minmax(clamp(148px, 18vw, 240px), 0.75fr) minmax(0, 2.8fr) !important;
  gap: clamp(20px, 4vw, 72px) !important;
  align-items: start !important;
  padding-block: clamp(44px, 6vw, 78px) clamp(32px, 4vw, 56px) !important;
  padding-inline: 0 !important;
}

body.branch-page .site-footer .footer-brand,
body.branch-page .site-footer .footer-cols,
body.branch-page .site-footer .footer-col,
body.branch-page .site-footer .footer-col ul,
body.branch-page .site-footer .footer-bottom {
  min-width: 0 !important;
}

body.branch-page .site-footer .footer-brand-mark {
  width: clamp(118px, 12vw, 180px) !important;
  height: clamp(58px, 6vw, 92px) !important;
  margin-bottom: clamp(12px, 1.6vw, 20px) !important;
}

body.branch-page .site-footer .footer-logo {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

body.branch-page .site-footer .footer-brand p {
  max-width: clamp(150px, 20vw, 300px) !important;
  margin-bottom: clamp(16px, 2vw, 28px) !important;
  font-size: clamp(11px, 0.95vw, 14px) !important;
  line-height: 1.5 !important;
  overflow-wrap: break-word !important;
}

body.branch-page .site-footer .footer-social {
  gap: clamp(7px, 0.9vw, 10px) !important;
}

body.branch-page .site-footer .footer-social a {
  width: clamp(32px, 3vw, 40px) !important;
  height: clamp(32px, 3vw, 40px) !important;
  min-width: clamp(32px, 3vw, 40px) !important;
  min-height: clamp(32px, 3vw, 40px) !important;
}

body.branch-page .site-footer .footer-social svg {
  width: clamp(14px, 1.25vw, 18px) !important;
  height: clamp(14px, 1.25vw, 18px) !important;
}

body.branch-page .site-footer .footer-cols {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(clamp(84px, 9vw, 132px), 1fr)) !important;
  gap: clamp(12px, 2.2vw, 38px) !important;
}

body.branch-page .site-footer .footer-col h4 {
  margin-bottom: clamp(8px, 1.2vw, 14px) !important;
  font-size: clamp(8px, 0.68vw, 10px) !important;
  letter-spacing: clamp(0.08em, 0.8vw, 0.16em) !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

body.branch-page .site-footer .footer-col ul {
  gap: clamp(5px, 0.8vw, 9px) !important;
}

body.branch-page .site-footer a,
body.branch-page .site-footer p,
body.branch-page .site-footer summary {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

body.branch-page .site-footer .footer-col a {
  min-height: clamp(20px, 2.1vw, 28px) !important;
  font-size: clamp(10px, 0.88vw, 13px) !important;
  line-height: 1.34 !important;
}

body.branch-page .site-footer .footer-bottom {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  gap: clamp(10px, 2vw, 28px) !important;
  padding: clamp(18px, 2.5vw, 30px) 0 clamp(24px, 3vw, 42px) !important;
  text-align: left !important;
}

body.branch-page .site-footer .footer-bottom p,
body.branch-page .site-footer .footer-bottom a {
  font-size: clamp(9px, 0.8vw, 12px) !important;
  line-height: 1.4 !important;
}

body.branch-page .site-footer .footer-bottom .footer-madeby {
  margin-left: auto !important;
  justify-content: flex-end !important;
  text-align: right !important;
  white-space: normal !important;
}

@media (max-width: 620px) {
  body.branch-page .site-footer .footer-shell,
  body.branch-page .site-footer .footer-bottom {
    width: min(100vw - 24px, 520px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.branch-page .site-footer .footer-shell {
    grid-template-columns: clamp(86px, 29vw, 112px) minmax(0, 1fr) !important;
    gap: clamp(10px, 3vw, 16px) !important;
    padding-block: 34px 28px !important;
  }

  body.branch-page .site-footer .footer-brand-mark {
    width: clamp(78px, 24vw, 100px) !important;
    height: clamp(40px, 13vw, 54px) !important;
    margin-bottom: 10px !important;
  }

  body.branch-page .site-footer .footer-brand p {
    max-width: 100% !important;
    margin-bottom: 12px !important;
    font-size: clamp(7.5px, 2vw, 9.5px) !important;
    line-height: 1.35 !important;
  }

  body.branch-page .site-footer .footer-social a {
    width: clamp(26px, 7vw, 30px) !important;
    height: clamp(26px, 7vw, 30px) !important;
    min-width: clamp(26px, 7vw, 30px) !important;
    min-height: clamp(26px, 7vw, 30px) !important;
  }

  body.branch-page .site-footer .footer-social svg {
    width: clamp(11px, 3vw, 13px) !important;
    height: clamp(11px, 3vw, 13px) !important;
  }

  body.branch-page .site-footer .footer-cols {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.85fr) minmax(0, 0.95fr) minmax(0, 1.3fr) !important;
    gap: clamp(5px, 2vw, 9px) !important;
  }

  body.branch-page .site-footer .footer-col h4 {
    margin-bottom: 7px !important;
    font-size: clamp(6px, 1.75vw, 7.5px) !important;
    letter-spacing: 0.08em !important;
    line-height: 1.18 !important;
  }

  body.branch-page .site-footer .footer-col ul {
    gap: 4px !important;
  }

  body.branch-page .site-footer .footer-col a {
    display: block !important;
    min-height: 17px !important;
    font-size: clamp(6.6px, 1.78vw, 8.4px) !important;
    line-height: 1.22 !important;
    overflow-wrap: anywhere !important;
  }

  body.branch-page .site-footer .footer-bottom {
    align-items: flex-start !important;
    padding-block: 16px 22px !important;
  }

  body.branch-page .site-footer .footer-bottom p,
  body.branch-page .site-footer .footer-bottom a {
    font-size: clamp(7px, 1.9vw, 8.8px) !important;
    line-height: 1.3 !important;
  }
}

/* Final footer parity: mobile keeps the desktop footer composition, only scaled smaller. */
.site-footer {
  overflow-x: clip !important;
}

.site-footer .footer-shell,
.site-footer .footer-bottom {
  width: min(1180px, calc(100vw - clamp(28px, 8vw, 112px))) !important;
  max-width: min(1180px, calc(100vw - clamp(28px, 8vw, 112px))) !important;
  min-width: 0 !important;
  margin-inline: auto !important;
}

.site-footer .footer-shell {
  display: grid !important;
  grid-template-columns: minmax(clamp(150px, 18vw, 240px), 0.75fr) minmax(0, 2.8fr) !important;
  gap: clamp(20px, 4vw, 72px) !important;
  align-items: start !important;
  padding: clamp(44px, 6vw, 78px) 0 clamp(32px, 4vw, 56px) !important;
}

.site-footer .footer-brand,
.site-footer .footer-brand p,
.site-footer .footer-cols,
.site-footer .footer-col,
.site-footer .footer-col ul,
.site-footer .footer-bottom {
  min-width: 0 !important;
}

.site-footer .footer-brand-mark {
  width: clamp(118px, 12vw, 180px) !important;
  height: clamp(58px, 6vw, 92px) !important;
  margin-bottom: clamp(12px, 1.6vw, 20px) !important;
}

.site-footer .footer-logo {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.site-footer .footer-brand p {
  max-width: clamp(150px, 20vw, 300px) !important;
  margin-bottom: clamp(16px, 2vw, 28px) !important;
  font-size: clamp(11px, 0.95vw, 14px) !important;
  line-height: 1.5 !important;
  overflow-wrap: normal !important;
}

.site-footer .footer-social {
  gap: clamp(7px, 0.9vw, 10px) !important;
}

.site-footer .footer-social a {
  width: clamp(32px, 3vw, 40px) !important;
  height: clamp(32px, 3vw, 40px) !important;
  min-width: clamp(32px, 3vw, 40px) !important;
  min-height: clamp(32px, 3vw, 40px) !important;
}

.site-footer .footer-social svg {
  width: clamp(14px, 1.25vw, 18px) !important;
  height: clamp(14px, 1.25vw, 18px) !important;
}

.site-footer .footer-cols {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(12px, 2.2vw, 38px) !important;
}

.site-footer .footer-col h4 {
  margin-bottom: clamp(8px, 1.2vw, 14px) !important;
  font-size: clamp(8px, 0.68vw, 10px) !important;
  letter-spacing: clamp(0.08em, 0.8vw, 0.16em) !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

.site-footer .footer-col ul {
  gap: clamp(5px, 0.8vw, 9px) !important;
}

.site-footer a,
.site-footer p,
.site-footer summary {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.site-footer .footer-col a {
  display: inline-flex !important;
  min-height: clamp(20px, 2.1vw, 28px) !important;
  font-size: clamp(10px, 0.88vw, 13px) !important;
  line-height: 1.34 !important;
  white-space: nowrap !important;
}

.site-footer .footer-bottom {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(10px, 2vw, 28px) !important;
  padding: clamp(18px, 2.5vw, 30px) 0 clamp(24px, 3vw, 42px) !important;
  text-align: left !important;
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom a {
  font-size: clamp(9px, 0.8vw, 12px) !important;
  line-height: 1.4 !important;
}

.site-footer .footer-bottom .footer-madeby {
  margin-left: auto !important;
  justify-content: flex-end !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.site-footer .footer-madeby,
.site-footer .footer-madeby-link {
  color: rgba(247, 242, 234, 0.38) !important;
  font-weight: 500 !important;
}

.site-footer .footer-madeby-link {
  border-bottom: 1px solid rgba(247, 242, 234, 0.34) !important;
  text-decoration: none !important;
}

.site-footer .footer-madeby-link:hover {
  color: rgba(247, 242, 234, 0.54) !important;
  border-color: rgba(247, 242, 234, 0.2) !important;
}

@media (max-width: 620px) {
  .site-footer .footer-shell,
  .site-footer .footer-bottom {
    width: min(100vw - 24px, 520px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .site-footer .footer-shell {
    grid-template-columns: clamp(86px, 25vw, 104px) minmax(0, 1fr) !important;
    gap: clamp(10px, 3vw, 14px) !important;
    padding-block: 34px 28px !important;
  }

  .site-footer .footer-brand-mark {
    width: clamp(76px, 24vw, 96px) !important;
    height: clamp(40px, 13vw, 52px) !important;
    margin-bottom: 10px !important;
  }

  .site-footer .footer-brand p {
    max-width: 100% !important;
    margin-bottom: 12px !important;
    font-size: clamp(6.8px, 1.8vw, 8.8px) !important;
    line-height: 1.35 !important;
  }

  .site-footer .footer-social {
    gap: 6px !important;
  }

  .site-footer .footer-social a {
    width: clamp(24px, 6.7vw, 28px) !important;
    height: clamp(24px, 6.7vw, 28px) !important;
    min-width: clamp(24px, 6.7vw, 28px) !important;
    min-height: clamp(24px, 6.7vw, 28px) !important;
  }

  .site-footer .footer-social svg {
    width: clamp(10px, 2.8vw, 12px) !important;
    height: clamp(10px, 2.8vw, 12px) !important;
  }

  .site-footer .footer-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(4px, 1.5vw, 7px) !important;
  }

  .site-footer .footer-col h4 {
    margin-bottom: 6px !important;
    font-size: clamp(5.4px, 1.42vw, 7px) !important;
    letter-spacing: 0.07em !important;
    line-height: 1.1 !important;
  }

  .site-footer .footer-col ul {
    gap: 3px !important;
  }

  .site-footer .footer-col a {
    min-height: 15px !important;
    font-size: clamp(5.1px, 1.34vw, 7.2px) !important;
    line-height: 1.12 !important;
  }

  .site-footer .footer-bottom {
    align-items: center !important;
    padding-block: 14px 20px !important;
  }

  .site-footer .footer-bottom p,
  .site-footer .footer-bottom a {
    font-size: clamp(5.8px, 1.55vw, 8px) !important;
    line-height: 1.25 !important;
  }
}

/* Mobile map visibility: keep the Google map in the first mobile view of the section. */
@media (max-width: 760px) {
  body.home-page #merkezler {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding-top: clamp(24px, 6vw, 36px) !important;
    scroll-margin-top: var(--header-height) !important;
  }

  body.home-page #merkezler > .section-heading.centered {
    width: min(100% - 28px, 560px) !important;
    max-width: min(100% - 28px, 560px) !important;
    margin: 0 auto 12px !important;
    padding-top: 0 !important;
  }

  body.home-page #merkezler .section-heading.centered .eyebrow {
    margin-bottom: 8px !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
  }

  body.home-page #merkezler .section-heading.centered h2 {
    font-size: clamp(28px, 8.6vw, 38px) !important;
    line-height: 1.05 !important;
  }

  body.home-page #merkezler .heading-ornament {
    margin-block: 9px !important;
  }

  body.home-page #merkezler .section-heading.centered > p:not(.eyebrow) {
    max-width: 32ch !important;
    margin: 0 auto !important;
    font-size: 14.5px !important;
    line-height: 1.42 !important;
  }

  body.home-page #merkezler .map-legend {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 360px) !important;
    margin: 12px auto 0 !important;
    gap: 6px !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
  }

  body.home-page #merkezler .map-legend-item {
    font-size: 10.5px !important;
    line-height: 1.25 !important;
  }

  body.home-page #merkezler .map-layout {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-top: 10px !important;
    padding-bottom: 22px !important;
  }

  body.home-page #merkezler .map-panel {
    min-height: clamp(560px, 74svh, 720px) !important;
  }

  body.home-page #merkezler .filter-row {
    top: 8px !important;
  }

  body.home-page #merkezler .map-canvas {
    height: clamp(560px, 74svh, 720px) !important;
    min-height: 560px !important;
  }
}

/* Mobile work videos: keep vertical scroll progression, but make the run shorter. */
@media (max-width: 820px) {
  body.home-page .work-video.work-video-scroll {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: calc(100svh + var(--work-video-scroll-distance)) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 !important;
  }

  body.home-page .work-video-sticky {
    position: sticky !important;
    top: var(--header-height) !important;
    min-height: calc(100svh - var(--header-height)) !important;
    display: grid !important;
    align-content: center !important;
    align-items: center !important;
    gap: clamp(8px, 3vw, 16px) !important;
    padding: clamp(10px, 3vw, 18px) 0 clamp(16px, 4vw, 28px) !important;
  }

  body.home-page .work-video-scroll-cue {
    width: min(94vw, 420px) !important;
    font-size: clamp(31px, 9.2vw, 48px) !important;
    line-height: 0.98 !important;
  }

  body.home-page .work-video-media {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home-page .work-video-viewport {
    width: 100% !important;
    overflow: hidden !important;
    scroll-snap-type: none !important;
    touch-action: pan-y !important;
    padding: clamp(12px, 4vw, 22px) 0 !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%) !important;
  }

  body.home-page .work-video-viewport::before,
  body.home-page .work-video-viewport::after {
    display: block !important;
  }

  body.home-page .work-video-track {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    gap: 0 !important;
    padding-inline: 0 !important;
    transform: none !important;
    backface-visibility: hidden !important;
    contain: layout paint !important;
    transition: none !important;
    will-change: transform !important;
  }

  body.home-page .work-video-card {
    display: none !important;
    flex: 0 0 auto !important;
    width: min(76vw, 330px) !important;
    max-width: calc(100vw - 80px) !important;
    opacity: 0 !important;
    filter: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: transform 180ms ease-out, opacity 180ms ease-out !important;
    will-change: transform, opacity !important;
    contain: layout paint !important;
  }

  body.home-page .work-video-card.is-neighbor {
    display: none !important;
    opacity: 0 !important;
  }

  body.home-page .work-video-card.is-active {
    display: block !important;
    opacity: 1 !important;
    filter: none !important;
    transform: scale(1) !important;
    box-shadow: 0 16px 42px rgba(35, 24, 18, 0.16) !important;
  }

  body.home-page .work-video-card video {
    max-height: min(72svh, 620px) !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }

  body.home-page .work-video-card .work-video-sound-toggle {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.home-page .work-video-nav-button {
    width: 42px !important;
    height: 42px !important;
    background: rgba(20, 17, 15, 0.62) !important;
  }

  body.home-page .work-video-nav-prev {
    left: max(9px, calc((100vw - min(76vw, 330px)) / 2 - 52px)) !important;
  }

  body.home-page .work-video-nav-next {
    right: max(9px, calc((100vw - min(76vw, 330px)) / 2 - 52px)) !important;
  }

  body.home-page .work-video-nav-button svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* FAQ responsive lock: keep the web composition visible on mobile, just scaled down. */
body.home-page #sss.faq.section-shell {
  display: grid !important;
  grid-template-columns: minmax(clamp(92px, 24vw, 270px), 0.32fr) minmax(0, 0.68fr) !important;
  align-items: start !important;
  gap: clamp(10px, 4vw, 82px) !important;
  width: min(1160px, calc(100vw - clamp(18px, 9vw, 210px))) !important;
  max-width: min(1160px, calc(100vw - clamp(18px, 9vw, 210px))) !important;
  padding-top: clamp(76px, 7.2vw, 124px) !important;
  padding-bottom: clamp(44px, 7vw, 120px) !important;
}

body.home-page #sss .section-heading.compact {
  display: block !important;
  position: sticky !important;
  top: calc(var(--header-height) + clamp(12px, 2vw, 34px)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(12px, 2.5vw, 34px) !important;
  border: 1px solid rgba(41, 31, 25, 0.11) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, rgba(255, 254, 250, 0.86), rgba(238, 222, 188, 0.34)) !important;
  box-shadow: 0 clamp(10px, 2vw, 20px) clamp(24px, 4vw, 54px) rgba(37, 28, 20, 0.06) !important;
  text-align: left !important;
}

body.home-page #sss .section-heading.compact .eyebrow {
  margin: 0 !important;
  font-size: clamp(6.2px, 1.15vw, 12px) !important;
  line-height: 1.2 !important;
  letter-spacing: clamp(0.08em, 0.9vw, 0.22em) !important;
}

body.home-page #sss .section-heading.compact h2 {
  max-width: 9ch !important;
  margin: clamp(7px, 1.2vw, 12px) 0 0 !important;
  color: rgba(18, 15, 13, 0.94) !important;
  font-size: clamp(21px, 4.1vw, 54px) !important;
  line-height: 0.96 !important;
  text-align: left !important;
}

body.home-page #sss .faq-intro {
  max-width: 30ch !important;
  margin: clamp(9px, 1.5vw, 18px) 0 0 !important;
  color: rgba(42, 34, 29, 0.64) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(7.8px, 1.28vw, 15px) !important;
  font-weight: 600 !important;
  line-height: 1.56 !important;
}

body.home-page #sss .faq-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(5px, 1vw, 12px) !important;
  min-width: 0 !important;
  counter-reset: faq-item !important;
}

body.home-page #sss .faq-list details {
  position: relative !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(41, 31, 25, 0.1) !important;
  border-radius: clamp(5px, 0.8vw, 8px) !important;
  background: rgba(255, 254, 250, 0.84) !important;
  box-shadow: 0 clamp(7px, 1.4vw, 14px) clamp(18px, 3vw, 34px) rgba(35, 27, 21, 0.055) !important;
  counter-increment: faq-item !important;
}

body.home-page #sss .faq-list details:hover,
body.home-page #sss .faq-list details[open] {
  transform: none !important;
  border-color: rgba(205, 166, 95, 0.36) !important;
  background: rgba(255, 254, 251, 0.96) !important;
}

body.home-page #sss .faq-list details::before {
  content: counter(faq-item, decimal-leading-zero) !important;
  position: absolute !important;
  top: clamp(9px, 1.35vw, 18px) !important;
  left: clamp(9px, 1.55vw, 20px) !important;
  z-index: 1 !important;
  color: rgba(190, 146, 70, 0.95) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(6px, 1vw, 11px) !important;
  font-weight: 900 !important;
  letter-spacing: clamp(0.04em, 0.65vw, 0.12em) !important;
}

body.home-page #sss .faq-list details::after {
  display: none !important;
}

body.home-page #sss .faq-list summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(18px, 3vw, 30px) !important;
  align-items: center !important;
  gap: clamp(7px, 1.4vw, 18px) !important;
  min-height: clamp(39px, 5vw, 62px) !important;
  padding: clamp(10px, 1.45vw, 17px) clamp(10px, 1.65vw, 20px) clamp(10px, 1.45vw, 17px) clamp(38px, 5.5vw, 66px) !important;
  list-style: none !important;
  color: rgba(18, 15, 13, 0.92) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(8.4px, 1.3vw, 16px) !important;
  font-weight: 850 !important;
  line-height: 1.22 !important;
  overflow-wrap: normal !important;
}

body.home-page #sss .faq-list summary::-webkit-details-marker {
  display: none !important;
}

body.home-page #sss .faq-list summary::after {
  content: "+" !important;
  width: clamp(18px, 3vw, 30px) !important;
  height: clamp(18px, 3vw, 30px) !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(205, 166, 95, 0.13) !important;
  color: rgba(18, 15, 13, 0.74) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(11px, 1.7vw, 18px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.home-page #sss .faq-list details[open] summary::after {
  content: "-" !important;
  background: rgba(190, 146, 70, 0.95) !important;
  color: #fffefb !important;
}

body.home-page #sss .faq-list p {
  max-width: 78ch !important;
  margin: 0 !important;
  padding: 0 clamp(38px, 5.5vw, 66px) clamp(12px, 1.75vw, 20px) !important;
  color: rgba(42, 34, 29, 0.66) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(7.4px, 1.14vw, 14px) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

body.home-page #sss .faq-answer-link {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: clamp(6px, 1vw, 10px) !important;
  padding: 0 0 2px !important;
  color: rgba(126, 88, 39, 0.96) !important;
  font-size: clamp(6.8px, 1vw, 11px) !important;
  font-weight: 850 !important;
  letter-spacing: 0.01em !important;
  border-bottom: 1px solid rgba(205, 166, 95, 0.42) !important;
}

@media (max-width: 620px) {
  body.home-page #sss.faq.section-shell {
    grid-template-columns: clamp(92px, 28vw, 118px) minmax(0, 1fr) !important;
    gap: clamp(8px, 2.7vw, 12px) !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    padding-top: 78px !important;
    padding-bottom: 42px !important;
  }

  body.home-page #sss .section-heading.compact {
    position: static !important;
    padding: clamp(10px, 3.2vw, 14px) !important;
  }
}

/* Salon service cards: prevent narrow, letter-stacked columns. */
body.salon-page .salon-services-wrap {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-top: clamp(46px, 5vw, 76px) !important;
  padding-bottom: clamp(56px, 6vw, 92px) !important;
}

body.salon-page .salon-services-wrap > .section-heading {
  width: min(760px, calc(100vw - 40px)) !important;
  max-width: min(760px, calc(100vw - 40px)) !important;
}

body.salon-page .salon-services {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(190px, 1fr)) !important;
  gap: clamp(16px, 1.7vw, 24px) !important;
  width: min(1120px, calc(100vw - clamp(40px, 9vw, 180px))) !important;
  max-width: min(1120px, calc(100vw - clamp(40px, 9vw, 180px))) !important;
  margin: clamp(22px, 2.6vw, 34px) auto 0 !important;
}

body.salon-page .salon-service-card {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  align-content: start !important;
  gap: clamp(12px, 1.2vw, 16px) !important;
  min-height: clamp(246px, 19vw, 292px) !important;
  padding: clamp(22px, 2vw, 30px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(30, 24, 20, 0.1) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.94), rgba(250, 241, 225, 0.82)) !important;
  box-shadow: 0 16px 42px rgba(32, 24, 18, 0.055) !important;
}

body.salon-page .salon-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(205, 166, 95, 0.18), transparent 22%);
  opacity: 0;
  transition: opacity 240ms ease;
}

body.salon-page .salon-service-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(205, 166, 95, 0.32) !important;
  box-shadow: 0 22px 54px rgba(32, 24, 18, 0.08) !important;
}

body.salon-page .salon-service-card:hover::after {
  opacity: 1;
}

body.salon-page .salon-service-card-icon {
  width: clamp(40px, 3.4vw, 48px) !important;
  height: clamp(40px, 3.4vw, 48px) !important;
  color: rgba(126, 88, 39, 0.92) !important;
  background: rgba(205, 166, 95, 0.16) !important;
}

body.salon-page .salon-service-card-icon svg {
  width: clamp(18px, 1.5vw, 22px) !important;
  height: clamp(18px, 1.5vw, 22px) !important;
}

body.salon-page .salon-service-card h3 {
  max-width: 11ch !important;
  color: rgba(20, 17, 15, 0.95) !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(23px, 1.75vw, 28px) !important;
  font-weight: 650 !important;
  line-height: 1.02 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: manual !important;
}

body.salon-page .salon-service-card p {
  max-width: 28ch !important;
  color: rgba(35, 28, 23, 0.68) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(13.5px, 0.92vw, 15.5px) !important;
  font-weight: 600 !important;
  line-height: 1.58 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: manual !important;
}

@media (max-width: 1080px) {
  body.salon-page .salon-services {
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
    width: min(720px, calc(100vw - 34px)) !important;
    max-width: min(720px, calc(100vw - 34px)) !important;
  }

  body.salon-page .salon-service-card {
    min-height: 230px !important;
  }
}

@media (max-width: 560px) {
  body.salon-page .salon-services {
    grid-template-columns: 1fr !important;
    width: min(360px, calc(100vw - 28px)) !important;
    max-width: min(360px, calc(100vw - 28px)) !important;
  }

  body.salon-page .salon-service-card {
    min-height: 0 !important;
    padding: 22px !important;
  }

  body.salon-page .salon-service-card h3 {
    max-width: none !important;
    font-size: clamp(24px, 7vw, 28px) !important;
  }

body.salon-page .salon-service-card p {
    max-width: none !important;
    font-size: 14.5px !important;
  }
}

/* Salon hero: let the first image run behind the fixed header. */
body.salon-page .branch-main {
  padding-top: 0 !important;
}

body.salon-page .salon-hero {
  min-height: clamp(620px, 100svh, 900px) !important;
  padding-top: calc(var(--header-height) + clamp(84px, 10vw, 150px)) !important;
  margin-top: 0 !important;
}

body.salon-page .site-header:not(.is-scrolled) {
  background: rgba(255, 254, 251, 0.96) !important;
  border-bottom-color: rgba(20, 17, 15, 0.1) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

body.salon-page .site-header.is-scrolled {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Home centers: group official location cards as a 2x2 grid. */
body.home-page #merkezler {
  --home-center-card-width: clamp(240px, 20vw, 360px);
  --home-center-card-gap: clamp(12px, 1.4vw, 20px);
  --home-center-grid-width: min(
    calc(var(--home-center-card-width) + var(--home-center-card-width) + var(--home-center-card-gap)),
    calc(100vw - 36px)
  );
}

body.home-page #orgu-kaynak-merkezleri.centers-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, var(--home-center-card-width))) !important;
  justify-content: center !important;
  gap: var(--home-center-card-gap) !important;
  position: relative !important;
  left: calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: clamp(24px, 3vw, 38px) 0 clamp(32px, 4vw, 52px) !important;
  padding-inline: clamp(18px, 5vw, 80px) !important;
  box-sizing: border-box !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card {
  border: 1px solid rgba(122, 82, 43, 0.34) !important;
  border-radius: 14px !important;
  box-shadow:
    0 1px 2px rgba(54, 34, 19, 0.05),
    0 14px 36px -26px rgba(79, 48, 25, 0.26) !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card::after {
  border-color: rgba(122, 82, 43, 0.18) !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card-featured,
body.home-page #orgu-kaynak-merkezleri .center-card-image-left,
body.home-page #orgu-kaynak-merkezleri .center-card-image-right {
  grid-column: auto !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card-media,
body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-media,
body.home-page #orgu-kaynak-merkezleri .center-card-image-left .center-card-media,
body.home-page #orgu-kaynak-merkezleri .center-card-image-right .center-card-media {
  flex: none !important;
  height: clamp(140px, 11.5vw, 190px) !important;
  margin: 7px 7px 0 !important;
  aspect-ratio: auto !important;
  border-radius: 10px !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card-body,
body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body {
  display: flex !important;
  flex: 1 1 auto !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  padding: clamp(14px, 1.3vw, 20px) !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body strong {
  max-width: 11ch !important;
  font-size: clamp(20px, 1.45vw, 26px) !important;
  line-height: 1.02 !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body > p {
  font-size: clamp(12.5px, 0.88vw, 15px) !important;
  line-height: 1.25 !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-info {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 14px !important;
  width: 100% !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-info span {
  min-width: 0 !important;
  font-size: clamp(9.5px, 0.68vw, 11px) !important;
  line-height: 1.32 !important;
}

body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body small {
  max-width: 100% !important;
  font-size: clamp(9.5px, 0.7vw, 11px) !important;
  line-height: 1.45 !important;
}

body.home-page #merkezler .map-education {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(22px, 3vw, 34px) !important;
  justify-items: center !important;
  align-items: center !important;
  width: var(--home-center-grid-width) !important;
  max-width: calc(100vw - 36px) !important;
  margin: clamp(38px, 5vw, 70px) auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.home-page #merkezler .map-education-copy {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.home-page #merkezler .map-education .eyebrow {
  margin: 0 0 10px !important;
}

body.home-page #merkezler .map-education h3 {
  max-width: 16ch !important;
  margin: 0 auto !important;
  color: rgba(18, 15, 13, 0.94) !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(30px, 3vw, 48px) !important;
  font-weight: 700 !important;
  line-height: 0.96 !important;
}

body.home-page #merkezler .map-education p:not(.eyebrow) {
  max-width: min(62ch, 100%) !important;
  margin: clamp(12px, 1.4vw, 18px) auto 0 !important;
  color: rgba(42, 34, 29, 0.68) !important;
  font-size: clamp(13px, 0.9vw, 15px) !important;
  font-weight: 600 !important;
  line-height: 1.68 !important;
}

body.home-page #merkezler .map-education-stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: min(520px, 100%) !important;
  margin-inline: auto !important;
}

body.home-page #merkezler .map-education-stats span {
  min-width: 0 !important;
  padding: clamp(14px, 1.6vw, 18px) !important;
  border: 1px solid rgba(75, 52, 31, 0.1) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.42) !important;
  text-align: center !important;
}

body.home-page #merkezler .map-education-stats strong {
  display: block !important;
  color: rgba(18, 15, 13, 0.92) !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(24px, 2.3vw, 36px) !important;
  font-weight: 700 !important;
  line-height: 0.94 !important;
}

body.home-page #merkezler .map-education-stats small {
  display: block !important;
  margin-top: 8px !important;
  color: rgba(42, 34, 29, 0.6) !important;
  font-size: clamp(10px, 0.72vw, 12px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.home-page .home-review-roll {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  padding-top: clamp(96px, 8vw, 142px) !important;
  padding-bottom: clamp(76px, 7vw, 124px) !important;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0), rgba(247, 239, 227, 0.5) 34%, rgba(255, 252, 246, 0));
  overflow: hidden !important;
}

body.home-page .home-review-roll .section-heading {
  width: min(720px, calc(100vw - 32px)) !important;
  margin-inline: auto !important;
}

body.home-page .home-review-score {
  display: flex !important;
  width: fit-content !important;
  max-width: calc(100vw - 32px) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(7px, 1vw, 12px) !important;
  margin: 0 auto clamp(16px, 2vw, 24px) !important;
  padding: 9px 16px !important;
  border: 1px solid rgba(74, 52, 31, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.58) !important;
  color: rgba(33, 27, 23, 0.72) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(12px, 0.85vw, 14px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.home-page .home-review-score strong {
  color: rgba(18, 15, 13, 0.96) !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(25px, 2.1vw, 34px) !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
}

body.home-page .home-review-score-divider {
  display: block !important;
  width: 1px !important;
  height: 18px !important;
  background: rgba(74, 52, 31, 0.16) !important;
}

body.home-page .home-review-marquee {
  margin-top: clamp(28px, 3.5vw, 46px) !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body.home-page .home-review-marquee .salon-reviews-track,
body.home-page .home-review-marquee .salon-reviews-set,
body.home-page .home-review-marquee .salon-review-card {
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-page .home-review-marquee::before,
body.home-page .home-review-marquee::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  width: min(11vw, 150px) !important;
  pointer-events: none !important;
}

body.home-page .home-review-marquee::before {
  left: 0 !important;
  background: linear-gradient(90deg, rgba(247, 239, 227, 0.96), rgba(247, 239, 227, 0)) !important;
}

body.home-page .home-review-marquee::after {
  right: 0 !important;
  background: linear-gradient(270deg, rgba(247, 239, 227, 0.96), rgba(247, 239, 227, 0)) !important;
}

body.home-page .home-review-roll .salon-reviews-track {
  animation-duration: 105s !important;
}

body.home-page .home-review-card {
  min-height: 250px !important;
}

@media (max-width: 780px) {
  body.home-page #orgu-kaynak-merkezleri.centers-grid {
    --home-center-mobile-gap: clamp(8px, 2.8vw, 14px);
    --home-center-mobile-pad: clamp(10px, 3.4vw, 22px);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    gap: var(--home-center-mobile-gap) !important;
    padding-inline: var(--home-center-mobile-pad) !important;
  }

  body.home-page #orgu-kaynak-merkezleri .center-card-media,
  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-media,
  body.home-page #orgu-kaynak-merkezleri .center-card-image-left .center-card-media,
  body.home-page #orgu-kaynak-merkezleri .center-card-image-right .center-card-media {
    height: clamp(92px, 26vw, 190px) !important;
    margin: 5px 5px 0 !important;
    border-radius: 8px !important;
  }

  body.home-page #orgu-kaynak-merkezleri .center-card-body,
  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body {
    gap: clamp(5px, 1.6vw, 8px) !important;
    padding: clamp(10px, 2.8vw, 16px) !important;
  }

  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body strong {
    font-size: clamp(15px, 3.8vw, 22px) !important;
    max-width: 10ch !important;
  }

  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body > p {
    font-size: clamp(10.5px, 2.8vw, 13px) !important;
    line-height: 1.2 !important;
  }

  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-info {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    margin: 2px 0 4px !important;
  }

  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-info span,
  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body small {
    font-size: clamp(8.5px, 2.35vw, 10.5px) !important;
  }

  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body small {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.home-page #orgu-kaynak-merkezleri .center-badge {
    top: 6px !important;
    left: 6px !important;
    max-width: calc(100% - 12px) !important;
    padding: 3px 7px !important;
    font-size: clamp(7px, 1.9vw, 9px) !important;
    border-radius: 5px !important;
  }

  body.home-page #merkezler .map-education {
    grid-template-columns: 1fr !important;
    width: calc(100vw - clamp(20px, 6.8vw, 44px)) !important;
    max-width: calc(100vw - 24px) !important;
    margin-top: 24px !important;
    padding: 0 !important;
  }

  body.home-page #merkezler .map-education h3 {
    max-width: 100% !important;
    font-size: clamp(26px, 7.4vw, 34px) !important;
  }

  body.home-page #merkezler .map-education p:not(.eyebrow) {
    font-size: clamp(12px, 3.2vw, 14px) !important;
    line-height: 1.55 !important;
  }

  body.home-page #merkezler .map-education-stats {
    gap: 8px !important;
  }

  body.home-page #merkezler .map-education-stats span {
    padding: 12px !important;
  }

  body.home-page .home-review-roll {
    padding-top: clamp(78px, 16vw, 104px) !important;
    padding-bottom: clamp(58px, 13vw, 82px) !important;
  }

  body.home-page .home-review-score {
    gap: 7px !important;
    padding: 8px 12px !important;
    font-size: clamp(10px, 2.7vw, 12px) !important;
  }

  body.home-page .home-review-score strong {
    font-size: clamp(22px, 6vw, 28px) !important;
  }

  body.home-page .home-review-card {
    flex-basis: min(78vw, 320px) !important;
    min-height: 238px !important;
  }

  body.home-page .home-review-roll .salon-reviews-track {
    animation-duration: 220s !important;
  }
}

/* Home opening hero: keep the source photo at its intended cinematic scale. */
body.home-page #acilis-anlatimi.hero {
  min-height: clamp(620px, 56.25vw, calc(100svh - var(--header-height))) !important;
}

body.home-page #acilis-anlatimi .hero-media img {
  object-position: center center !important;
}

@media (max-width: 760px) {
  body.home-page #acilis-anlatimi.hero {
    min-height: min(760px, 96svh) !important;
  }
}

/* Home blog cards: clamp card anatomy and keep a compact grid on mobile. */
body.home-page #blog .blog-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, clamp(160px, 12vw, 210px))) !important;
  justify-content: center !important;
  gap: clamp(12px, 1.3vw, 18px) !important;
  width: 100% !important;
  max-width: 760px !important;
  margin-inline: auto !important;
}

body.home-page #blog .blog-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 0 clamp(14px, 1.4vw, 20px) !important;
  border-radius: 10px !important;
}

body.home-page #blog .blog-card .card-media {
  flex: none !important;
  height: clamp(96px, 7.6vw, 136px) !important;
  aspect-ratio: auto !important;
  margin: 0 0 clamp(12px, 1vw, 16px) !important;
}

body.home-page #blog .blog-card strong {
  margin-inline: clamp(14px, 1.3vw, 20px) !important;
  font-size: clamp(13px, 0.95vw, 16px) !important;
  line-height: 1.12 !important;
}

body.home-page #blog .blog-card p {
  margin: clamp(8px, 0.8vw, 12px) clamp(14px, 1.3vw, 20px) 0 !important;
  font-size: clamp(11px, 0.76vw, 13px) !important;
  line-height: 1.42 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

body.home-page #blog .blog-card-arrow {
  right: clamp(12px, 1.1vw, 16px) !important;
  bottom: clamp(12px, 1.1vw, 16px) !important;
  width: clamp(28px, 2.2vw, 34px) !important;
  height: clamp(28px, 2.2vw, 34px) !important;
}

@media (max-width: 780px) {
  body.home-page #blog .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    position: relative !important;
    left: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    gap: clamp(8px, 2.8vw, 14px) !important;
    padding-inline: clamp(10px, 3.4vw, 22px) !important;
    box-sizing: border-box !important;
  }

  body.home-page #blog .blog-card {
    border-radius: 8px !important;
    padding-bottom: clamp(10px, 2.8vw, 16px) !important;
  }

  body.home-page #blog .blog-card .card-media {
    height: clamp(82px, 24vw, 180px) !important;
    margin-bottom: clamp(8px, 2.4vw, 12px) !important;
  }

  body.home-page #blog .blog-card strong {
    margin-inline: clamp(10px, 2.8vw, 14px) !important;
    font-size: clamp(12px, 3.15vw, 16px) !important;
    line-height: 1.12 !important;
  }

  body.home-page #blog .blog-card p {
    margin: clamp(6px, 1.8vw, 9px) clamp(10px, 2.8vw, 14px) 0 !important;
    font-size: clamp(9.5px, 2.45vw, 12px) !important;
    line-height: 1.34 !important;
    -webkit-line-clamp: 4 !important;
  }

  body.home-page #blog .blog-grid > .blog-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    width: min(100%, calc((100% - clamp(8px, 2.8vw, 14px)) / 2)) !important;
    justify-self: center !important;
  }
}

/* Home map filters: type chips left, rating chips right over the map. */
body.home-page #merkezler .filter-row {
  grid-template-columns: minmax(0, max-content) minmax(0, max-content) !important;
  justify-content: space-between !important;
  align-items: start !important;
  gap: clamp(10px, 2vw, 24px) !important;
  padding-inline: clamp(12px, 3vw, 48px) !important;
}

body.home-page #merkezler .type-filter {
  grid-column: 1 !important;
  justify-self: start !important;
  justify-content: flex-start !important;
  max-width: min(48vw, 520px) !important;
}

body.home-page #merkezler .rating-filter {
  grid-column: 2 !important;
  justify-self: end !important;
  justify-content: flex-end !important;
  width: auto !important;
  max-width: min(48vw, 520px) !important;
}

body.home-page #merkezler .type-filter,
body.home-page #merkezler .rating-filter {
  min-width: 0 !important;
  gap: clamp(4px, 0.8vw, 8px) !important;
  padding: clamp(4px, 0.7vw, 6px) !important;
  box-sizing: border-box !important;
}

body.home-page #merkezler .filter-row .chip,
body.home-page #merkezler .filter-row .rating-chip {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  min-height: clamp(30px, 2.8vw, 40px) !important;
  padding-inline: clamp(8px, 1.15vw, 15px) !important;
  font-size: clamp(10px, 0.86vw, 13px) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.home-page #merkezler .filter-row .chip {
  max-width: min(100%, 220px) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.home-page #merkezler .filter-row .rating-chip {
  min-width: clamp(34px, 4.2vw, 58px) !important;
  gap: clamp(3px, 0.55vw, 7px) !important;
}

body.home-page #merkezler .rating-chip .rs {
  font-size: clamp(10px, 0.86vw, 13px) !important;
}

body.home-page #merkezler .rating-chip[data-rating-filter="all"] {
  min-width: clamp(78px, 8.6vw, 116px) !important;
}

@media (max-width: 1280px) {
  body.home-page #merkezler .filter-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  body.home-page #merkezler .type-filter,
  body.home-page #merkezler .rating-filter {
    width: auto !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.home-page #merkezler .type-filter::-webkit-scrollbar,
  body.home-page #merkezler .rating-filter::-webkit-scrollbar {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.home-page #merkezler .filter-row {
    grid-template-columns: minmax(0, 1fr) !important;
    left: 0 !important;
    right: 0 !important;
    gap: clamp(6px, 2.2vw, 10px) !important;
    padding-inline: clamp(8px, 2.8vw, 16px) !important;
  }

  body.home-page #merkezler .type-filter,
  body.home-page #merkezler .rating-filter {
    grid-column: 1 !important;
    width: min(100%, 100vw - 16px) !important;
    max-width: none !important;
    justify-self: stretch !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    scrollbar-width: none !important;
    row-gap: clamp(4px, 1.8vw, 7px) !important;
  }

  body.home-page #merkezler .type-filter {
    justify-self: start !important;
  }

  body.home-page #merkezler .rating-filter {
    justify-self: end !important;
  }

  body.home-page #merkezler .filter-row .chip,
  body.home-page #merkezler .filter-row .rating-chip {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    min-height: clamp(28px, 7.2vw, 34px) !important;
    padding-inline: clamp(6px, 2.1vw, 10px) !important;
    font-size: clamp(8.25px, 2.65vw, 11px) !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  body.home-page #merkezler .filter-row .rating-chip {
    min-width: clamp(28px, 7.2vw, 42px) !important;
    gap: clamp(2px, 1vw, 5px) !important;
  }

  body.home-page #merkezler .rating-chip[data-rating-filter="all"] {
    min-width: clamp(66px, 20vw, 94px) !important;
  }

  body.home-page #merkezler .rating-chip .rs {
    font-size: clamp(8px, 2.45vw, 11px) !important;
  }

  body.home-page #merkezler .type-filter::-webkit-scrollbar,
  body.home-page #merkezler .rating-filter::-webkit-scrollbar {
    display: none !important;
  }
}

/* Header menu: compact dropdown for tablet/mobile breakpoints. */
@media (max-width: 1280px) {
  .site-header .main-nav.is-open {
    top: calc(100% + 10px) !important;
    left: auto !important;
    right: var(--page-gutter, 18px) !important;
    width: min(360px, calc(100vw - 28px)) !important;
    max-width: min(360px, calc(100vw - 28px)) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 10px !important;
    border: 1px solid rgba(82, 57, 34, 0.16) !important;
    border-radius: 14px !important;
    background: rgba(255, 254, 250, 0.97) !important;
    box-shadow: 0 26px 70px -34px rgba(31, 22, 15, 0.38), 0 8px 26px -18px rgba(31, 22, 15, 0.18) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  .site-header .main-nav.is-open .brand {
    display: none !important;
  }

  .site-header .main-nav.is-open .nav-cluster {
    display: grid !important;
    grid-column: 1 !important;
    width: 100% !important;
    gap: 0 !important;
    justify-content: stretch !important;
  }

  .site-header .main-nav.is-open .nav-left {
    order: 1 !important;
  }

  .site-header .main-nav.is-open .nav-right {
    order: 2 !important;
  }

  .site-header .main-nav.is-open .nav-cluster a,
  .site-header .main-nav.is-open .booking-link {
    min-height: 44px !important;
    justify-content: flex-start !important;
    padding: 0 12px !important;
    border-bottom: 1px solid rgba(82, 57, 34, 0.11) !important;
    color: rgba(22, 17, 14, 0.94) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
  }

  .site-header .main-nav.is-open .booking-link {
    gap: 8px !important;
  }

  .site-header .main-nav.is-open .booking-link svg {
    margin-left: auto !important;
  }

  .site-header .main-nav.is-open .header-actions {
    display: grid !important;
    grid-template-columns: 1fr 42px 42px !important;
    order: 3 !important;
    width: 100% !important;
    gap: 8px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
  }

  .site-header .main-nav.is-open .header-actions select {
    width: 100% !important;
    min-height: 40px !important;
    padding-inline: 12px !important;
    border: 1px solid rgba(82, 57, 34, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.68) !important;
    font-size: 13px !important;
  }

  .site-header .main-nav.is-open .header-actions .icon-button {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(82, 57, 34, 0.12) !important;
    background: rgba(255, 255, 255, 0.68) !important;
  }
}

@media (max-width: 760px) {
  .site-header .main-nav.is-open {
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 1280px) {
  .site-header > .header-mobile-brand {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    z-index: 2 !important;
    display: inline-flex !important;
    width: clamp(168px, 24vw, 220px) !important;
    height: var(--header-height) !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateX(-50%) !important;
  }

  .site-header > .header-mobile-brand .brand-frame {
    height: var(--header-height) !important;
  }

  .site-header > .header-mobile-brand .brand-logo {
    width: clamp(168px, 24vw, 220px) !important;
    height: calc(var(--header-height) - 8px) !important;
    max-height: none !important;
  }

  .site-header .main-nav > .brand {
    display: none !important;
  }
}

/* Bodrum page premium refresh: scoped to this branch page only. */
body.bodrum-upgrade-page {
  overflow-x: hidden;
}

body.bodrum-upgrade-page .branch-main {
  padding-top: 0 !important;
}

body.bodrum-upgrade-page .salon-hero-bodrum {
  min-height: clamp(680px, 100svh, 940px) !important;
  padding: calc(var(--header-height) + clamp(72px, 8vw, 132px)) clamp(20px, 5vw, 76px) clamp(88px, 10vw, 150px) !important;
  border-bottom: 1px solid rgba(74, 52, 31, 0.16);
}

body.bodrum-upgrade-page .salon-hero-bodrum::before {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(20, 17, 15, 0.12) 0%, rgba(20, 17, 15, 0.62) 74%),
    linear-gradient(180deg, rgba(20, 17, 15, 0.44) 0%, rgba(20, 17, 15, 0.2) 30%, rgba(20, 17, 15, 0.64) 100%),
    linear-gradient(90deg, rgba(20, 17, 15, 0.5), rgba(20, 17, 15, 0.08) 45%, rgba(20, 17, 15, 0.48));
}

body.bodrum-upgrade-page .salon-hero-bodrum .salon-hero-media img {
  filter: brightness(0.72) saturate(1.02) contrast(1.04);
  transform-origin: center;
}

body.bodrum-upgrade-page .salon-hero-bodrum .salon-hero-slide:nth-child(1) {
  object-position: 52% 44%;
}

body.bodrum-upgrade-page .salon-hero-bodrum .salon-hero-slide:nth-child(2) {
  object-position: 56% 46%;
}

body.bodrum-upgrade-page .salon-hero-bodrum .salon-hero-slide:nth-child(3),
body.bodrum-upgrade-page .salon-hero-bodrum .salon-hero-slide:nth-child(4) {
  object-position: 50% 43%;
}

body.bodrum-upgrade-page .salon-hero-inner {
  width: min(760px, 100%);
  gap: clamp(14px, 1.6vw, 22px);
}

body.bodrum-upgrade-page .salon-hero h1 {
  max-width: 10ch;
  font-size: clamp(48px, 6.7vw, 104px);
  line-height: 0.96;
}

body.bodrum-upgrade-page .salon-hero-lead {
  max-width: 58ch;
  font-size: clamp(15px, 1.14vw, 18px);
  line-height: 1.7;
}

body.bodrum-upgrade-page .salon-hero-actions {
  width: min(100%, 520px);
  gap: 10px;
}

body.bodrum-upgrade-page .salon-hero-actions .button {
  flex: 1 1 190px;
  justify-content: center;
  min-width: min(100%, 190px);
  min-height: 50px;
  border-radius: 999px;
}

body.bodrum-upgrade-page .salon-hero-actions .button.primary {
  background: linear-gradient(135deg, var(--rosewood), #6f3040);
  color: #fffaf1;
}

body.bodrum-upgrade-page .salon-hero-actions .button.primary:hover {
  box-shadow: 0 20px 44px rgba(63, 32, 34, 0.3);
}

body.bodrum-upgrade-page .salon-info-strip {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 36px)) !important;
  max-width: 1180px !important;
  margin: clamp(-46px, -3vw, -28px) auto clamp(56px, 6vw, 92px) !important;
  padding: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(74, 52, 31, 0.12) !important;
  border-radius: 12px;
  background: rgba(255, 252, 246, 0.92);
  box-shadow: 0 26px 70px -48px rgba(31, 22, 15, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.bodrum-upgrade-page .salon-info-item {
  min-width: 0;
  padding: clamp(18px, 1.8vw, 26px) clamp(16px, 1.8vw, 24px) !important;
  border-right: 1px solid rgba(74, 52, 31, 0.1) !important;
  border-bottom: 0 !important;
}

body.bodrum-upgrade-page .salon-info-item:last-child {
  border-right: 0 !important;
}

body.bodrum-upgrade-page .salon-info-value,
body.bodrum-upgrade-page .salon-info-sub {
  overflow-wrap: anywhere;
}

body.bodrum-upgrade-page .salon-info-value {
  font-size: clamp(17px, 1.25vw, 22px) !important;
  line-height: 1.18 !important;
}

body.bodrum-upgrade-page .salon-info-sub {
  font-size: clamp(11px, 0.78vw, 13px) !important;
  line-height: 1.45 !important;
}

body.bodrum-upgrade-page .salon-reviews-wrap,
body.bodrum-upgrade-page .salon-services-wrap,
body.bodrum-upgrade-page .salon-story-wrap,
body.bodrum-upgrade-page .bodrum-detail-gallery-wrap,
body.bodrum-upgrade-page .salon-opening-video-wrap,
body.bodrum-upgrade-page .salon-map-wrap {
  padding-top: clamp(62px, 7vw, 112px) !important;
  padding-bottom: clamp(62px, 7vw, 112px) !important;
}

body.bodrum-upgrade-page .salon-reviews-wrap {
  padding-top: clamp(20px, 3.5vw, 54px) !important;
}

body.bodrum-upgrade-page .salon-services {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

body.bodrum-upgrade-page .salon-service-card {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(248, 241, 230, 0.72));
  box-shadow: 0 18px 48px -38px rgba(31, 22, 15, 0.32);
}

body.bodrum-upgrade-page .salon-story {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
  width: min(1120px, 100%);
  margin-inline: auto;
}

body.bodrum-upgrade-page .salon-story-copy > p {
  max-width: 62ch;
}

body.bodrum-upgrade-page .salon-story-media {
  aspect-ratio: 4 / 5;
  max-height: 620px;
}

body.bodrum-upgrade-page .bodrum-detail-gallery {
  width: min(1120px, 100%);
  margin-inline: auto;
}

body.bodrum-upgrade-page .salon-opening-video {
  width: min(1060px, 100%);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
}

body.bodrum-upgrade-page .salon-opening-video-wrap {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0), rgba(247, 239, 227, 0.78) 48%, rgba(255, 252, 246, 0));
}

body.bodrum-upgrade-page .salon-video-frame {
  border-radius: 12px;
}

body.bodrum-upgrade-page .salon-map {
  width: min(1120px, 100%);
  margin-inline: auto;
}

@media (max-width: 1100px) {
  body.bodrum-upgrade-page .salon-info-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.bodrum-upgrade-page .salon-info-item:nth-child(2n) {
    border-right: 0 !important;
  }

  body.bodrum-upgrade-page .salon-info-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(74, 52, 31, 0.1) !important;
  }

  body.bodrum-upgrade-page .salon-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.bodrum-upgrade-page .salon-hero-bodrum {
    min-height: 100svh !important;
    padding: calc(var(--header-height) + 58px) 18px 72px !important;
  }

  body.bodrum-upgrade-page .salon-hero h1 {
    max-width: 9.5ch;
    font-size: clamp(42px, 14vw, 68px);
  }

  body.bodrum-upgrade-page .salon-hero-lead {
    max-width: 34ch;
    font-size: clamp(13.5px, 3.8vw, 16px);
  }

  body.bodrum-upgrade-page .salon-hero-actions {
    width: min(100%, 360px);
  }

  body.bodrum-upgrade-page .salon-hero-actions .button {
    flex-basis: 100%;
    min-height: 46px;
  }

  body.bodrum-upgrade-page .salon-info-strip {
    width: min(100vw - 24px, 540px) !important;
    margin-top: -34px !important;
    margin-bottom: clamp(36px, 10vw, 58px) !important;
    grid-template-columns: 1fr !important;
  }

  body.bodrum-upgrade-page .salon-info-item,
  body.bodrum-upgrade-page .salon-info-item:nth-child(-n + 2),
  body.bodrum-upgrade-page .salon-info-item:nth-child(2n) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(74, 52, 31, 0.1) !important;
  }

  body.bodrum-upgrade-page .salon-info-item:last-child {
    border-bottom: 0 !important;
  }

  body.bodrum-upgrade-page .salon-reviews-wrap,
  body.bodrum-upgrade-page .salon-services-wrap,
  body.bodrum-upgrade-page .salon-story-wrap,
  body.bodrum-upgrade-page .bodrum-detail-gallery-wrap,
  body.bodrum-upgrade-page .salon-opening-video-wrap,
  body.bodrum-upgrade-page .salon-map-wrap {
    padding-top: clamp(46px, 12vw, 70px) !important;
    padding-bottom: clamp(46px, 12vw, 70px) !important;
  }

  body.bodrum-upgrade-page .salon-services,
  body.bodrum-upgrade-page .salon-story,
  body.bodrum-upgrade-page .salon-opening-video {
    grid-template-columns: 1fr;
  }

  body.bodrum-upgrade-page .salon-service-card {
    padding: clamp(20px, 6vw, 28px);
  }

  body.bodrum-upgrade-page .salon-story-media {
    order: -1;
    aspect-ratio: 4 / 5;
  }

  body.bodrum-upgrade-page .bodrum-detail-gallery {
    width: min(520px, 100%);
  }

  body.bodrum-upgrade-page .salon-opening-video-copy {
    text-align: center;
    align-items: center;
  }
}

/* Header: keep the menu bar solid white after scrolling on every page and breakpoint. */
.site-header,
.site-header.is-scrolled,
body.salon-page .site-header,
body.salon-page .site-header:not(.is-scrolled),
body.salon-page .site-header.is-scrolled {
  background: rgba(255, 254, 251, 0.98) !important;
  border-bottom-color: rgba(20, 17, 15, 0.1) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.site-header .header-actions .icon-button {
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 !important;
}

.site-header .header-actions .icon-button svg {
  display: block !important;
  margin: auto !important;
}

.site-header .header-actions .icon-button.whatsapp svg {
  width: 21px !important;
  height: 21px !important;
}

.site-header .header-actions .icon-button.youtube-link svg {
  width: 21px !important;
  height: 21px !important;
}

@media (max-width: 1280px) {
  .site-header .main-nav.is-open .header-actions {
    align-items: center !important;
    justify-items: center !important;
    grid-template-columns: 1fr 42px 42px 42px !important;
  }

  .site-header .main-nav.is-open .header-actions .icon-button {
    display: inline-grid !important;
    grid-template-columns: 1fr !important;
    place-items: center !important;
    place-content: center !important;
    align-content: center !important;
    align-self: center !important;
    justify-self: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  .site-header .main-nav.is-open .header-actions .icon-button svg {
    display: block !important;
    margin: auto !important;
    align-self: center !important;
    justify-self: center !important;
  }

  .site-header .main-nav.is-open .header-actions .icon-button.whatsapp svg {
    width: 22px !important;
    height: 22px !important;
  }

  .site-header .main-nav.is-open .header-actions .icon-button.youtube-link svg {
    width: 22px !important;
    height: 22px !important;
  }
}

body.home-page .work-video-scroll-cue {
  font-family: "Dancing Script", cursive !important;
  font-size: clamp(34px, 3.7vw, 64px) !important;
  font-weight: 700 !important;
  line-height: 0.98 !important;
  text-align: center !important;
}

@media (max-width: 780px) {
  body.home-page #acilis-anlatimi .statement-caption {
    max-width: min(34ch, calc(100vw - 34px)) !important;
    font-size: clamp(11px, 3.1vw, 13.5px) !important;
    line-height: 1.38 !important;
    white-space: pre-line !important;
  }
}

/* Videos page */
body.video-page {
  overflow-x: clip;
  background: var(--paper);
}

.video-flow-page {
  padding-top: var(--header-height);
}

.ridvan-main {
  padding-top: var(--header-height);
}

body.ridvan-page .authority {
  min-height: calc(100svh - var(--header-height));
}

body.ridvan-page .main-nav a[aria-current="page"],
body.ridvan-page .site-footer a[aria-current="page"] {
  color: var(--wine);
}

.video-flow-hero {
  min-height: auto;
  display: grid;
  align-content: center;
  justify-items: center;
  padding-block: clamp(78px, 10vw, 136px) clamp(28px, 4vw, 52px);
  text-align: center;
}

.video-flow-hero h1 {
  max-width: 980px;
  font-family: "Dancing Script", cursive;
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 700;
  line-height: 0.94;
}

.video-youtube-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  border: 1px solid rgba(123, 48, 64, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0 18px;
  color: var(--wine);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 16px 36px rgba(31, 22, 15, 0.08);
}

.video-youtube-link:hover {
  background: #fff;
  transform: translateY(-1px);
}

.video-youtube-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.video-carousel-shell {
  position: relative;
}

.video-flow-list {
  display: flex;
  gap: clamp(16px, 2.6vw, 34px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: clamp(28px, 4vw, 56px) max(72px, calc((100vw - 1180px) / 2)) clamp(58px, 7vw, 104px);
  scroll-padding-inline: max(72px, calc((100vw - 1180px) / 2));
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 48, 64, 0.42) rgba(82, 57, 34, 0.1);
}

.video-flow-list::-webkit-scrollbar {
  height: 10px;
}

.video-flow-list::-webkit-scrollbar-track {
  background: rgba(82, 57, 34, 0.1);
  border-radius: 999px;
}

.video-flow-list::-webkit-scrollbar-thumb {
  background: rgba(123, 48, 64, 0.42);
  border-radius: 999px;
}

.video-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(82, 57, 34, 0.14);
  border-radius: 50%;
  background: rgba(255, 254, 251, 0.92);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(31, 22, 15, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, opacity 180ms ease, color 180ms ease, background 180ms ease;
}

.video-carousel-arrow:hover {
  color: var(--wine);
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.video-carousel-arrow:disabled {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}

.video-carousel-arrow svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.4;
}

.video-carousel-arrow-prev {
  left: clamp(14px, 2.4vw, 44px);
}

.video-carousel-arrow-next {
  right: clamp(14px, 2.4vw, 44px);
}

.video-flow-item {
  flex: 0 0 clamp(260px, 25vw, 390px);
  display: block;
  padding: 0;
  border-top: 0;
  scroll-margin-top: var(--header-height);
  scroll-snap-align: center;
}

.video-flow-item:nth-child(even) {
  grid-template-columns: initial;
}

.video-flow-item:nth-child(even) .video-phone {
  order: initial;
}

.video-flow-item:nth-child(even) .video-flow-copy {
  order: initial;
  text-align: initial;
  justify-items: initial;
}

.video-phone {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(217, 202, 180, 0.46));
  border: 1px solid rgba(82, 57, 34, 0.16);
  box-shadow: 0 28px 80px rgba(31, 22, 15, 0.18);
}

.video-phone video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  border-radius: 20px;
  background: #111;
  object-fit: cover;
}

.video-flow-copy {
  display: none;
}

.video-flow-copy span {
  color: var(--gold);
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.video-flow-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 68px);
  line-height: 0.98;
}

.video-contact-section {
  display: grid;
  gap: clamp(24px, 3.6vw, 44px);
  padding-block: clamp(36px, 5vw, 72px) clamp(54px, 7vw, 96px);
}

.video-contact-head {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.video-contact-head h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.4vw, 72px);
  line-height: 0.98;
}

.video-contact-head .button {
  margin-top: 6px;
}

.video-contact-grid {
  display: grid;
  width: min(920px, calc(100vw - 48px));
  justify-self: center;
  border-top: 1px solid rgba(82, 57, 34, 0.14);
  border-bottom: 1px solid rgba(82, 57, 34, 0.14);
  box-sizing: border-box;
}

.video-location-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.08fr) minmax(0, 0.72fr);
  align-items: center;
  gap: clamp(10px, 2.2vw, 30px);
  padding-block: clamp(13px, 1.7vw, 18px);
  border-bottom: 1px solid rgba(82, 57, 34, 0.1);
  min-width: 0;
  box-sizing: border-box;
}

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

.video-location-card h3 {
  margin: 0;
  font-size: clamp(17px, 1.55vw, 28px);
  line-height: 1.08;
  overflow-wrap: anywhere;
  min-width: 0;
}

.video-location-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 700;
  line-height: 1.48;
  overflow-wrap: anywhere;
  min-width: 0;
}

.video-location-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  padding-top: 0;
  min-width: 0;
}

.video-location-card a {
  min-height: clamp(32px, 2.4vw, 38px);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(82, 57, 34, 0.12);
  border-radius: 999px;
  padding: 0 clamp(9px, 0.9vw, 12px);
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-size: clamp(10px, 0.82vw, 12.5px);
  font-weight: 900;
  max-width: 100%;
  white-space: nowrap;
}

body.video-page .video-location-card h3 {
  font-size: clamp(17px, 1.55vw, 28px) !important;
  line-height: 1.08 !important;
}

body.video-page .video-location-card p {
  font-size: clamp(11px, 0.9vw, 14px) !important;
  line-height: 1.48 !important;
}

body.video-page .video-location-card a {
  font-size: clamp(10px, 0.82vw, 12.5px) !important;
  line-height: 1.2 !important;
}

.video-location-card a:hover {
  color: var(--wine);
  border-color: rgba(123, 48, 64, 0.24);
}

.video-location-card svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.main-nav a[aria-current="page"] {
  color: var(--wine);
}

@media (max-width: 820px) {
  .video-flow-hero {
    padding-block: 58px 18px;
    text-align: center;
  }

  .video-flow-hero h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .video-youtube-link {
    max-width: min(340px, 100%);
    min-height: 48px;
    padding: 8px 15px;
  }

  .video-flow-list {
    gap: 14px;
    padding: 22px 54px 56px;
    scroll-padding-inline: 54px;
  }

  .video-carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .video-carousel-arrow svg {
    width: 20px;
    height: 20px;
  }

  .video-carousel-arrow-prev {
    left: 7px;
  }

  .video-carousel-arrow-next {
    right: 7px;
  }

  .video-flow-item,
  .video-flow-item:nth-child(even) {
    flex-basis: min(78vw, 330px);
  }

  .video-phone {
    border-radius: 22px;
    padding: 7px;
    box-shadow: 0 18px 48px rgba(31, 22, 15, 0.14);
  }

  .video-phone video {
    border-radius: 16px;
  }

  .video-contact-section {
    padding-block: 28px 62px;
  }

  .video-contact-grid {
    width: min(520px, calc(100vw - 32px));
  }

  .video-location-card {
    grid-template-columns: minmax(120px, 0.9fr) minmax(0, 1.1fr);
    gap: 8px 14px;
    padding-block: 14px;
  }

  .video-location-card h3 {
    font-size: clamp(18px, 5.4vw, 25px);
  }

  .video-location-card p {
    font-size: clamp(11px, 3.15vw, 13px);
  }

  .video-location-card div {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .video-location-card a {
    min-height: 34px;
    font-size: clamp(10px, 2.9vw, 12px);
  }

  body.video-page .video-location-card h3 {
    font-size: clamp(18px, 5.4vw, 25px) !important;
  }

  body.video-page .video-location-card p {
    font-size: clamp(11px, 3.15vw, 13px) !important;
  }

  body.video-page .video-location-card a {
    font-size: clamp(10px, 2.9vw, 12px) !important;
  }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .video-contact-grid {
    width: min(860px, calc(100vw - 56px));
  }

  .video-location-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.12fr) minmax(0, 0.78fr);
    gap: clamp(10px, 1.6vw, 18px);
  }

  body.video-page .video-location-card h3 {
    font-size: clamp(18px, 1.7vw, 23px) !important;
  }

  body.video-page .video-location-card p {
    font-size: clamp(10.5px, 0.95vw, 12.5px) !important;
  }

  body.video-page .video-location-card a {
    min-height: 34px;
    padding-inline: 10px;
    font-size: clamp(9.5px, 0.88vw, 11.5px) !important;
  }
}

@media (min-width: 821px) and (max-width: 1040px) {
  .video-location-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .video-location-card div {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  body.home-page .work-video-scroll-cue {
    font-size: clamp(31px, 9.2vw, 48px) !important;
  }
}

body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body strong {
  max-width: 100% !important;
  font-size: clamp(18px, 1.3vw, 24px) !important;
  line-height: 1.06 !important;
}

@media (max-width: 780px) {
  body.home-page #orgu-kaynak-merkezleri .center-card-featured .center-card-body strong {
    font-size: clamp(14px, 3.25vw, 19px) !important;
  }
}

.floating-whatsapp-box {
  position: fixed !important;
  top: auto !important;
  right: max(18px, env(safe-area-inset-right)) !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
  left: auto !important;
  z-index: 9999 !important;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 174px;
  min-height: 58px;
  max-width: calc(100vw - 36px) !important;
  max-height: 72px !important;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: linear-gradient(135deg, #1bbf63, #0f8f4d);
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 20px 46px rgba(15, 143, 77, 0.28),
    0 8px 18px rgba(20, 17, 15, 0.18);
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.floating-whatsapp-box:hover {
  color: #fff;
  filter: saturate(1.08);
  transform: translate3d(0, -2px, 0);
  box-shadow:
    0 24px 54px rgba(15, 143, 77, 0.32),
    0 10px 22px rgba(20, 17, 15, 0.2);
}

.floating-whatsapp-icon {
  display: inline-grid !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  flex: 0 0 38px !important;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.floating-whatsapp-icon svg {
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  min-height: 21px !important;
  max-width: 21px !important;
  max-height: 21px !important;
  fill: currentColor !important;
  stroke: none !important;
  stroke-width: 0 !important;
  flex: 0 0 21px !important;
  overflow: hidden !important;
}

.floating-whatsapp-copy {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.floating-whatsapp-kicker {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.78;
}

.floating-whatsapp-copy strong {
  color: inherit;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .floating-whatsapp-box {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    gap: 0 !important;
    padding: 8px !important;
  }

  .floating-whatsapp-copy {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .floating-whatsapp-icon {
    width: 38px !important;
    height: 38px !important;
  }
}

/* Work video gallery: page scroll should pass through; arrows are the only video navigation. */
body.home-page .work-video.work-video-scroll {
  --work-video-scroll-distance: 0px !important;
  min-height: auto !important;
}

body.home-page .work-video-sticky {
  position: relative !important;
  top: auto !important;
  min-height: auto !important;
}
