/* =========================================================
   Dr. Levent Ünal - Medical Aesthetic
   Editorial / Premium design system
   Bootstrap 5.3 - custom rebuild
   ========================================================= */

:root {
  /* Brand palette - refined */
  --ink:           #14101f;
  --ink-2:         #2a2238;
  --ink-soft:      #4f4661;
  --muted:         #8d869b;
  --line:          #ece6f0;

  --cream:         #f6f1ea;
  --cream-2:       #efe7dc;
  --bone:          #faf6f1;

  --purple:        #4a3a6b;
  --purple-deep:   #2c1f47;
  --plum:          #6a4d8a;

  --rose:          #d63a73;   /* logo'daki canlı pembe-rose */
  --rose-soft:     #fbdee9;   /* açık pale pink - italik vurgular */
  --pink:          #ec5e95;   /* daha parlak - hover & accent */
  --pink-deep:     #a8285c;   /* koyu pembe - koyu zeminde aktiflik */

  --gold:          #b4945c;
  --gold-soft:     #d9c6a3;

  /* Geometry */
  --r-sm: 4px;
  --r-md: 14px;
  --r-lg: 28px;

  --shadow-soft:   0 30px 70px -30px rgba(20, 16, 31, 0.35);
  --shadow-pop:    0 24px 60px -20px rgba(74, 58, 107, 0.4);
}

/* ---------- Reset / base ---------- */
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bone);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
}

::selection { background: var(--ink); color: var(--cream); }

h1, h2, h3, h4, h5, .serif {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
  line-height: 1;
}

.italic { font-style: italic; font-weight: 300; }

p { color: var(--ink-soft); }

a { color: inherit; text-decoration: none; transition: color .25s ease, opacity .25s ease; }

/* ---------- Editorial helpers ---------- */
.chapter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
}
.chapter .num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; color: var(--rose); letter-spacing: 0; }
.chapter::before { content: ''; width: 36px; height: 1px; background: currentColor; opacity: .5; }
.chapter.light, .chapter.light .num { color: var(--cream); }
.chapter.light .num { color: var(--rose-soft); }

.divider-line {
  display: block;
  width: 1px;
  height: 60px;
  background: var(--ink);
  opacity: .2;
  margin: 0 auto;
}

.mega {
  font-size: clamp(3.4rem, 9vw, 9rem);
  line-height: 0.96;
  letter-spacing: -0.025em;
}
.mega .ital { font-style: italic; font-weight: 300; }

/* ---------- Buttons ---------- */
.btn-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink);
  border: 0;
  background: transparent;
}
.btn-line::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform-origin: right center;
  transition: transform .5s cubic-bezier(.86,0,.07,1);
}
.btn-line:hover::after { transform: scaleX(0); transform-origin: left center; }
.btn-line .arr { transition: transform .35s ease; }
.btn-line:hover .arr { transform: translateX(6px); }
.btn-line.light { color: var(--cream); }

.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: var(--rose);
  color: var(--cream) !important;
  border-radius: 999px;
  border: 1px solid var(--rose);
  transition: all .35s ease;
  box-shadow: 0 8px 24px -10px rgba(214, 58, 115, 0.55);
}
.btn-pill:hover {
  background: var(--pink);
  border-color: var(--pink);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -10px rgba(236, 94, 149, 0.6);
}
.btn-pill.ghost {
  background: transparent;
  color: var(--ink) !important;
  border-color: rgba(20, 16, 31, 0.18);
  box-shadow: none;
}
.btn-pill.ghost:hover {
  background: var(--ink);
  color: var(--cream) !important;
  border-color: var(--ink);
  box-shadow: none;
}
.btn-pill.light {
  background: var(--cream);
  color: var(--ink) !important;
  border-color: var(--cream);
  box-shadow: none;
}
.btn-pill.light:hover {
  background: var(--cream-2);
  border-color: var(--cream-2);
  color: var(--ink) !important;
  box-shadow: none;
}
.btn-pill.outline-light {
  background: transparent;
  color: var(--cream) !important;
  border: 1px solid rgba(246, 241, 234, 0.35);
  box-shadow: none;
}
.btn-pill.outline-light:hover {
  background: var(--cream);
  color: var(--ink) !important;
  border-color: var(--cream);
}

/* ---------- Header / Navigation ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 28px 0;
  transition: all .4s ease;
}
.site-header.scrolled {
  background: rgba(250, 246, 241, 0.92);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  padding: 18px 0;
  border-bottom: 1px solid rgba(20, 16, 31, 0.06);
}

.site-header .container { display: flex; align-items: center; justify-content: space-between; }

.brand {
  display: inline-flex; align-items: center;
  text-decoration: none;
  color: var(--cream);
}
.site-header.scrolled .brand { color: var(--ink); }
.brand-img {
  display: block;
  height: 54px;
  width: auto;
  transition: all .35s ease, filter .35s ease;
}
.site-header .brand-img { filter: brightness(0) invert(1); }
.site-header.scrolled .brand-img { height: 62px; filter: none; }
.mobile-menu .brand-img { height: 64px; filter: brightness(0) invert(1); }
.footer .brand-img { height: 78px; filter: brightness(0) invert(1); }

/* Legacy text-brand support (kept for fallback) */
.brand .b-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.brand .b-tag {
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  opacity: .7;
  margin-left: 12px;
}

.nav-main {
  display: flex; align-items: center; gap: 42px;
}
.nav-main a {
  color: var(--cream);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.site-header.scrolled .nav-main a { color: var(--ink); }
.nav-main a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: currentColor;
  transition: width .35s ease;
}
.nav-main a:hover::after, .nav-main a.active::after { width: 100%; }

.has-mega-trigger .mega-chevron {
  font-size: 0.65rem;
  opacity: .7;
  transition: transform .35s ease;
}
.site-header.mega-open .has-mega-trigger .mega-chevron {
  transform: rotate(180deg);
}

/* ============== MEGA MENU ============== */
.mega-menu {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: var(--cream);
  border-top: 1px solid var(--line);
  box-shadow: 0 28px 56px -20px rgba(20, 16, 31, 0.22);
  padding: 38px 0 38px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity .35s ease, transform .4s cubic-bezier(.16,1,.3,1), visibility 0s linear .4s;
  z-index: 99;
}
.mega-menu::before {
  content: '';
  position: absolute;
  top: -22px; left: 0; right: 0;
  height: 22px;
}
.mega-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .35s ease, transform .4s cubic-bezier(.16,1,.3,1), visibility 0s linear 0s;
}

.mega-inner {
  /* Auto-fit rather than a fixed 5 columns: the menu is driven by however many
     service categories the clinic promotes (ten today), so the track count has
     to follow the content instead of overflowing a hardcoded grid. */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 30px 34px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 36px;
  max-height: min(72vh, 640px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mega-inner > .mega-feature { grid-column: span 2; }
@media (max-width: 1200px) {
  .mega-inner > .mega-feature { grid-column: 1 / -1; }
}

.mega-col { display: flex; flex-direction: column; }

.mega-col-head {
  text-decoration: none;
  color: inherit;
  margin-bottom: 18px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--line);
  display: block;
  position: relative;
  transition: padding-left .3s cubic-bezier(.86,0,.07,1), color .25s ease;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-size: 1rem !important;
}
.mega-col-head::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 26px; height: 1px;
  background: var(--rose);
  transition: width .35s cubic-bezier(.86,0,.07,1);
}
.mega-col-head:hover { padding-left: 5px; }
.mega-col-head:hover::after { width: 58px; }

.mega-col-head .mega-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.78rem;
  color: var(--rose);
  margin-bottom: 4px;
  letter-spacing: 0;
}
.mega-col-head h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.012em;
  line-height: 1.05;
  white-space: nowrap;
}
.mega-col-head:hover h4 { color: var(--rose); }

.mega-list { list-style: none; padding: 0; margin: 0; }
.mega-list li { padding: 3px 0; }
.mega-list a {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color .2s ease, padding-left .25s ease;
  padding-bottom: 0;
  display: inline-block;
  white-space: nowrap;
}
.mega-list a::after { display: none; }
.mega-list a:hover {
  color: var(--rose);
  padding-left: 5px;
}

/* —— Promo / Feature column (5th) —— */
.mega-feature {
  display: flex;
  flex-direction: column;
  background: var(--bone);
  border: 1px solid var(--line);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color .35s ease, transform .35s ease;
}
.mega-feature:hover {
  border-color: var(--rose);
  transform: translateY(-3px);
}
.mega-feature .mf-img {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.mega-feature .mf-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(20,16,31,0.32));
  transition: opacity .35s ease;
}
.mega-feature:hover .mf-img::after { opacity: .7; }
.mega-feature .mf-body {
  padding: 18px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.mega-feature .mf-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.82rem;
  color: var(--rose);
  letter-spacing: 0;
}
.mega-feature .mf-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.05;
}
.mega-feature:hover .mf-title { color: var(--rose); }
.mega-feature .mf-desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}
.mega-feature .mf-cta {
  margin-top: auto;
  padding-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
}
.mega-feature .mf-cta .arr-circle {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(20, 16, 31, 0.18);
  display: grid; place-items: center;
  font-size: 0.75rem;
  transition: all .4s cubic-bezier(.86,0,.07,1);
}
.mega-feature:hover .mf-cta .arr-circle {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--cream);
  transform: rotate(-45deg);
}

@media (max-width: 1399px) {
  .mega-inner { grid-template-columns: repeat(4, 1fr); gap: 32px; }
  .mega-feature { display: none; }
}
@media (max-width: 991px) {
  .mega-menu { display: none !important; }
  .has-mega-trigger .mega-chevron { display: none; }
}

.nav-cta {
  display: flex; align-items: center; gap: 18px;
}

/* —— Language switcher —— */
.lang-switch { position: relative; }
.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 0;
  padding: 6px 4px;
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--cream);
  cursor: pointer;
  transition: color .25s ease;
  line-height: 1;
}
.site-header.scrolled .lang-trigger { color: var(--ink); }
.lang-trigger:hover { color: var(--rose-soft); }
.site-header.scrolled .lang-trigger:hover { color: var(--rose); }

.lang-trigger .lang-globe { font-size: 0.9rem; opacity: .85; }
.lang-trigger .lang-chevron {
  font-size: 0.6rem;
  opacity: .7;
  transition: transform .3s ease;
}
.lang-switch.open .lang-chevron { transform: rotate(180deg); }

.lang-menu {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: 0 22px 44px -14px rgba(20, 16, 31, 0.22);
  min-width: 180px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .25s ease, transform .3s cubic-bezier(.16,1,.3,1), visibility 0s linear .25s;
  z-index: 102;
}
.lang-switch.open .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .25s ease, transform .3s cubic-bezier(.16,1,.3,1), visibility 0s linear 0s;
}

.lang-option {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 11px 22px;
  text-decoration: none;
  color: var(--ink-soft);
  transition: background .2s ease, color .2s ease, padding-left .25s ease;
  position: relative;
}
.lang-option:hover {
  background: var(--bone);
  color: var(--rose);
  padding-left: 28px;
}
.lang-option .lang-code {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
  width: 24px;
  flex-shrink: 0;
}
.lang-option .lang-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.08rem;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
}
.lang-option.active {
  color: var(--rose);
}
.lang-option.active::after {
  content: '\2713';
  position: absolute;
  right: 22px;
  color: var(--rose);
  font-size: 0.85rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .lang-switch { display: none !important; }
}
.nav-cta .phone {
  color: var(--cream);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}
.site-header.scrolled .nav-cta .phone { color: var(--ink); }

/* Header CTA button - readable over hero AND when scrolled */
.site-header .nav-cta .btn-pill {
  background: rgba(246, 241, 234, 0.08);
  color: var(--cream) !important;
  border: 1px solid rgba(246, 241, 234, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.site-header .nav-cta .btn-pill:hover {
  background: var(--cream);
  color: var(--ink) !important;
  border-color: var(--cream);
  transform: translateY(-2px);
}
.site-header.scrolled .nav-cta .btn-pill {
  background: var(--rose);
  color: var(--cream) !important;
  border-color: var(--rose);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 8px 24px -10px rgba(214, 58, 115, 0.5);
}
.site-header.scrolled .nav-cta .btn-pill:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--cream) !important;
}

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid rgba(246, 241, 234, 0.3);
  border-radius: 50%;
  align-items: center; justify-content: center;
  color: var(--cream);
  cursor: pointer;
}
.site-header.scrolled .menu-toggle { color: var(--ink); border-color: rgba(20, 16, 31, 0.18); }

/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--ink);
  color: var(--cream);
  z-index: 200;
  display: none;
  flex-direction: column;
  padding: 28px 0;
}
.mobile-menu.open { display: flex; }
.mobile-menu .mm-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px;
}
.mobile-menu .mm-close {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(246, 241, 234, 0.3);
  color: var(--cream);
  cursor: pointer;
}
.mobile-menu .mm-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
  gap: 18px;
}
.mobile-menu .mm-list a {
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1.1;
  padding: 8px 0;
  border-bottom: 1px solid rgba(246, 241, 234, 0.1);
}
.mobile-menu .mm-foot {
  padding: 0 32px;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  opacity: .75;
  display: flex; flex-direction: column; gap: 8px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  width: 100%;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}
/* Poster image - shown while video buffers */
.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.55) saturate(1.05);
  z-index: 0;
}

/* YouTube background video */
.hero-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-video.ready { opacity: 1; }
.hero-video iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: 100vw;
  height: 56.25vw;          /* 16:9 */
  min-height: 100vh;
  min-width: 177.78vh;       /* 100 * 16/9 */
  transform: translate(-50%, -50%) scale(1.18);
  border: 0;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(20,16,31,0.55) 0%, rgba(20,16,31,0.25) 35%, rgba(20,16,31,0.45) 60%, rgba(20,16,31,0.95) 100%),
    linear-gradient(90deg, rgba(20,16,31,0.55) 0%, rgba(20,16,31,0.15) 55%, rgba(20,16,31,0.05) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 110px;
  z-index: 3;
}
.hero-eyebrow-row {
  position: absolute;
  top: 130px; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(246, 241, 234, 0.7);
}
.hero-eyebrow-row .e-mid {
  display: flex; gap: 22px;
}

.hero h1 {
  color: var(--cream);
  font-size: clamp(3.6rem, 10vw, 10.5rem);
  line-height: 0.92;
  margin: 0;
  max-width: 14ch;
}
.hero h1 .ital {
  font-style: italic;
  font-weight: 300;
  color: var(--rose-soft);
}
.hero-sub {
  max-width: 460px;
  font-size: 1.02rem;
  color: rgba(246, 241, 234, 0.78);
  margin-top: 32px;
  line-height: 1.7;
}
.hero-cta {
  display: flex; align-items: center; gap: 30px;
  margin-top: 40px;
}

.hero-side {
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(246, 241, 234, 0.55);
  white-space: nowrap;
}

/* Hero marquee bottom */
.hero-marquee {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  border-top: 1px solid rgba(246, 241, 234, 0.12);
  border-bottom: 1px solid rgba(246, 241, 234, 0.12);
  overflow: hidden;
  z-index: 4;
  background: rgba(20,16,31,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.marquee-track {
  display: flex;
  gap: 64px;
  padding: 22px 0;
  width: max-content;
  animation: marquee 60s linear infinite;
}
.marquee-track span {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.6rem;
  color: rgba(246, 241, 234, 0.7);
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 64px;
}
.marquee-track span::after {
  content: '✦';
  font-style: normal;
  color: var(--rose);
  font-size: 0.9rem;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Sections (premium spacing) ---------- */
.section {
  padding: 130px 0;
  position: relative;
}
.section-tight { padding: 90px 0; position: relative; }
.bg-cream { background: var(--cream); }
.bg-bone { background: var(--bone); }
.bg-ink {
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(236, 94, 149, 0.22) 0%, transparent 70%),
    radial-gradient(circle 700px at 85% 40%, rgba(106, 77, 138, 0.32) 0%, transparent 60%),
    radial-gradient(circle 500px at 15% 75%, rgba(214, 58, 115, 0.16) 0%, transparent 60%),
    linear-gradient(180deg, #3a2c5a 0%, #2a2042 50%, #1f1733 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.bg-ink::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../img/lu-marble.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  mix-blend-mode: lighten;
  pointer-events: none;
}
.bg-ink > * { position: relative; z-index: 1; }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: var(--cream); }
.bg-ink p { color: rgba(246, 241, 234, 0.78); }

/* ---------- Philosophy / Manifesto ---------- */
.manifesto {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 100px;
  align-items: center;
}
.manifesto-text { padding-right: 20px; }
.manifesto-text .chapter { margin-bottom: 56px; }

.quote-block {
  position: relative;
  padding-top: 30px;
  margin-bottom: 44px;
}
.quote-block .quote-mark {
  position: absolute;
  top: -30px; left: -28px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 11rem;
  line-height: 1;
  color: var(--rose);
  opacity: .35;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-style: italic;
}
.manifesto-text .quote {
  position: relative;
  z-index: 1;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0;
}
.manifesto-text .quote em {
  font-weight: 300;
  color: var(--rose);
  font-style: italic;
}
.manifesto-text p:not(.quote) {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: 18px;
}

.signature-block {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.signature {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.6rem;
  color: var(--purple);
  line-height: 1;
  transform: rotate(-3deg);
  position: relative;
}
.signature::after {
  content: '';
  position: absolute;
  bottom: -8px; left: 4px;
  width: 90%;
  height: 14px;
  background-image:
    radial-gradient(ellipse 70% 100% at 50% 0%, var(--purple) 0%, transparent 60%);
  opacity: .25;
  transform: scaleY(0.4) translateY(4px);
}
.signature-meta {
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.7;
  border-left: 1px solid var(--line);
  padding-left: 22px;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.credentials span {
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  position: relative;
  padding-right: 26px;
}
.credentials span + span { padding-left: 26px; }
.credentials span + span::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 4px; height: 4px;
  background: var(--rose);
  border-radius: 50%;
  transform: translateY(-50%);
}

.manifesto-cta {
  margin-top: 40px;
  display: inline-flex;
}

.manifesto-visual-wrap {
  position: relative;
  padding: 28px 28px 0 0;
}
.manifesto-frame {
  position: absolute;
  top: 0; right: 0;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border: 1px solid var(--rose);
  z-index: 0;
  pointer-events: none;
  transform: translate(28px, -28px);
  opacity: .6;
}

.manifesto-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 2px;
  overflow: hidden;
  background-color: var(--ink);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-soft);
  z-index: 1;
}
.manifesto-visual::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(20,16,31,0.65));
}
.manifesto-visual .mv-badge {
  position: absolute;
  top: 28px; right: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: .9;
}
.manifesto-visual .mv-badge .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--rose-soft);
  letter-spacing: 0;
}
.manifesto-visual .mv-label {
  position: absolute;
  bottom: 36px; left: 36px; right: 36px;
  color: var(--cream);
  z-index: 2;
}
.manifesto-visual .mv-label .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1;
}
.manifesto-visual .mv-label .role {
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: .82;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.manifesto-visual .mv-label .role::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--rose-soft);
}

@media (max-width: 991px) {
  .manifesto { grid-template-columns: 1fr; gap: 70px; }
  .manifesto-text { padding-right: 0; }
  .quote-block .quote-mark { font-size: 8rem; top: -20px; left: -10px; }
  .manifesto-visual-wrap { padding: 22px 22px 0 0; max-width: 480px; }
  .credentials { gap: 18px 0; }
}
@media (max-width: 575px) {
  .signature-block { flex-direction: column; align-items: flex-start; gap: 14px; }
  .signature-meta { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 14px; }
  .credentials span { padding-right: 18px; }
  .credentials span + span { padding-left: 18px; }
}

/* ---------- Treatment universe (4 tiles) ---------- */
.universe-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 64px;
}
.universe-head h2 {
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  line-height: 1.02;
  margin: 18px 0 0;
  letter-spacing: -0.018em;
}
.universe-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.universe-head .uh-right {
  max-width: 38ch;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink-soft);
  padding-bottom: 6px;
}

.universe-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 18px;
}

/* ---- Tile root ---- */
.universe-tile {
  position: relative;
  overflow: hidden;
  background-color: var(--ink-2);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 40px 36px;
  text-decoration: none;
  min-height: 480px;
  cursor: pointer;
  isolation: isolate;
}
.universe-tile:hover { color: var(--cream); }

/* Background image (separate layer so we can zoom on hover) */
.universe-tile .ut-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 1.4s cubic-bezier(.16,1,.3,1), filter 1s ease;
  filter: saturate(0.95);
}
.universe-tile:hover .ut-bg {
  transform: scale(1.08);
  filter: saturate(1.05);
}

/* Gradient overlay */
.universe-tile .ut-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(20,16,31,0.15) 0%, rgba(20,16,31,0.5) 55%, rgba(20,16,31,0.94) 100%),
    linear-gradient(0deg, rgba(20,16,31,0.0) 0%, rgba(20,16,31,0.0) 100%);
  transition: background .8s ease;
}
.universe-tile:hover .ut-overlay {
  background:
    linear-gradient(180deg, rgba(74,58,107,0.35) 0%, rgba(74,58,107,0.55) 55%, rgba(44,31,71,0.95) 100%);
}

/* Top mark - huge italic Roman numeral */
.universe-tile .ut-mark {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(4.4rem, 7vw, 7.2rem);
  line-height: 0.78;
  color: var(--rose-soft);
  opacity: .8;
  margin: -10px 0 0 -6px;
  transition: transform 1s cubic-bezier(.16,1,.3,1), opacity .6s ease;
  transform-origin: top left;
  user-select: none;
}
.universe-tile:hover .ut-mark {
  transform: rotate(-3deg) translateY(-4px);
  opacity: 1;
}

/* Body */
.universe-tile .ut-content {
  display: flex;
  flex-direction: column;
}
.universe-tile .ut-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(246, 241, 234, 0.75);
  margin-bottom: 22px;
}
.universe-tile .ut-eyebrow::before {
  content: '';
  width: 22px; height: 1px;
  background: var(--rose-soft);
  opacity: .85;
}

.universe-tile h3 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 0.96;
  margin: 0 0 26px;
  color: var(--cream);
  max-width: 14ch;
  letter-spacing: -0.012em;
}
.universe-tile h3 .ital { font-style: italic; font-weight: 300; }

.universe-tile .ut-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; flex-wrap: wrap;
  gap: 6px 18px;
  font-size: 0.8rem;
  color: rgba(246, 241, 234, 0.78);
  line-height: 2;
}
.universe-tile .ut-tags li {
  position: relative;
  padding-left: 18px;
  transition: color .3s ease;
}
.universe-tile .ut-tags li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 10px; height: 1px;
  background: var(--rose-soft);
  opacity: .8;
  transform: translateY(-50%);
  transition: width .35s ease, background .35s ease;
}
.universe-tile:hover .ut-tags li::before { width: 14px; background: var(--cream); }

.universe-tile .ut-cta {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(246, 241, 234, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 500;
}
.universe-tile .ut-cta .arr {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(246, 241, 234, 0.4);
  display: grid; place-items: center;
  font-size: 1rem;
  transition: all .5s cubic-bezier(.86,0,.07,1);
}
.universe-tile:hover .ut-cta .arr {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
  transform: rotate(-45deg);
}

/* Asymmetric layout */
.universe-tile.t-1 { grid-column: span 7; min-height: 560px; }
.universe-tile.t-2 { grid-column: span 5; }
.universe-tile.t-3 { grid-column: span 5; }
.universe-tile.t-4 { grid-column: span 7; min-height: 560px; }

/* Footer link below grid */
.universe-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  position: relative;
}
.universe-foot::before,
.universe-foot::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}
.universe-foot .btn-line {
  margin: 0 36px;
  padding-bottom: 14px;
}

/* ---------- Testimonials (scrollable rail) ---------- */
.testimonials-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}
.testimonials-head h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.05;
  margin: 12px 0 0;
  letter-spacing: -0.014em;
}
.testimonials-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }

.testimonials-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.t-arr {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(20, 16, 31, 0.18);
  background: transparent;
  color: var(--ink);
  display: grid; place-items: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all .35s ease;
}
.t-arr:hover {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--cream);
  transform: translateY(-2px);
}
.t-arr:disabled {
  opacity: .35;
  cursor: not-allowed;
  transform: none;
}
.t-arr:disabled:hover {
  background: transparent;
  border-color: rgba(20, 16, 31, 0.18);
  color: var(--ink);
}

.testimonials-rail {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 calc(50% - 50vw);
  padding: 4px 0 20px;
}
.testimonials-rail::-webkit-scrollbar { display: none; }

.testimonials-track {
  display: flex;
  gap: 16px;
  padding-left: max(28px, calc(50vw - 660px));
  padding-right: max(28px, calc(50vw - 660px));
}

.testimonial-card {
  flex: 0 0 340px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: transform .4s ease, box-shadow .4s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.tc-mark {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.82rem;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.tc-mark::before {
  content: '';
  width: 12px; height: 1px;
  background: var(--rose);
  opacity: .8;
}

.tc-stars {
  color: var(--rose);
  font-size: 0.7rem;
  display: flex;
  gap: 2px;
}

.tc-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.006em;
  flex: 1;
}
.tc-quote em {
  font-style: italic;
  color: var(--rose);
}

.tc-author {
  display: flex; align-items: center; gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.tc-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose) 0%, var(--purple) 100%);
  color: var(--cream);
  display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.88rem;
}
.tc-name {
  font-weight: 500;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.1;
}
.tc-meta {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
}

@media (max-width: 991px) {
  .testimonials-head { grid-template-columns: 1fr; gap: 26px; }
  .testimonials-nav { justify-content: flex-start; }
  .testimonial-card { flex: 0 0 360px; padding: 36px 28px 28px; }
}
@media (max-width: 575px) {
  .testimonial-card { flex: 0 0 84vw; }
  .testimonials-track { padding-left: 22px; padding-right: 22px; }
}

/* ---------- Proof / Numbers Section ---------- */
.proof-head {
  margin-bottom: 48px;
  max-width: 680px;
}
.proof-head .chapter { margin-bottom: 16px; }
.proof-head h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 1.05;
  margin: 0;
  color: var(--cream);
  letter-spacing: -0.014em;
}
.proof-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose-soft); }
.proof-head .proof-lead {
  margin-top: 14px;
  max-width: 52ch;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(246, 241, 234, 0.7);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.proof-item {
  position: relative;
  padding: 18px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background .35s ease;
}
.proof-item + .proof-item::before {
  content: '';
  position: absolute;
  left: 0; top: 12px; bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(246, 241, 234, 0.14) 22%,
    rgba(246, 241, 234, 0.14) 78%,
    transparent 100%);
}
.proof-item:hover { background: rgba(246, 241, 234, 0.025); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child  { padding-right: 0; }

.pi-mark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.86rem;
  color: var(--rose);
  letter-spacing: 0;
}
.pi-mark::before {
  content: '';
  width: 14px;
  height: 1px;
  background: var(--rose);
  opacity: .8;
}

.pi-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  line-height: 0.95;
  color: var(--cream);
  letter-spacing: -0.018em;
}
.pi-num .suf {
  font-style: italic;
  font-weight: 300;
  color: var(--rose-soft);
  font-size: 0.62em;
  margin-left: 3px;
}

.pi-label {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(246, 241, 234, 0.58);
  line-height: 1.65;
  margin-top: 0;
}

.proof-foot {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 50px;
}
.proof-foot .line {
  flex: 1;
  height: 1px;
  background: rgba(246, 241, 234, 0.12);
}
.proof-foot .proof-attr {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25rem;
  color: rgba(246, 241, 234, 0.78);
  letter-spacing: 0.005em;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 14px 0; }
  .proof-item { padding: 22px 24px; }
  .proof-item:first-child, .proof-item:last-child { padding-left: 24px; padding-right: 24px; }
  .proof-item:nth-child(odd) { padding-left: 0; }
  .proof-item:nth-child(even) { padding-right: 0; }
  .proof-item:nth-child(3)::before,
  .proof-item:nth-child(odd)::before { display: none; }
  .proof-head { margin-bottom: 56px; }
  .proof-foot { margin-top: 56px; flex-direction: column; gap: 18px; }
  .proof-foot .line { width: 100%; }
}
@media (max-width: 575px) {
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child, .proof-item:last-child {
    padding: 22px 0;
    border-top: 1px solid rgba(246, 241, 234, 0.1);
  }
  .proof-item:first-child { border-top: 0; }
  .proof-item + .proof-item::before { display: none; }
}

/* ---------- Blog / Journal ---------- */
.blog-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 56px;
}
.blog-head h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.02;
  margin: 16px 0 0;
  letter-spacing: -0.018em;
}
.blog-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.blog-head .blog-lead {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 42ch;
  padding-bottom: 4px;
}

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

.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
  overflow: hidden;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}
.bc-img {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.bc-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(20, 16, 31, 0.12));
}
.bc-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.16,1,.3,1);
}
.blog-card:hover .bc-img img { transform: scale(1.06); }
.bc-cat {
  position: absolute;
  top: 18px; left: 18px;
  z-index: 2;
  background: rgba(246, 241, 234, 0.9);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  border-radius: 999px;
  font-weight: 500;
}

.bc-body {
  padding: 28px 30px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.bc-meta {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
}
.bc-meta::before {
  content: '';
  width: 14px; height: 1px;
  background: var(--rose);
}
.bc-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.012em;
  transition: color .25s ease;
}
.blog-card:hover .bc-title { color: var(--rose); }
.bc-excerpt {
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}
.bc-link {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
}
.bc-link .arr { transition: transform .3s ease; }
.blog-card:hover .bc-link .arr { transform: translateX(5px); }

.blog-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.blog-foot::before,
.blog-foot::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}
.blog-foot .btn-line {
  margin: 0 32px;
  padding-bottom: 14px;
}

@media (max-width: 991px) {
  .blog-head { grid-template-columns: 1fr; gap: 22px; }
  .blog-grid { grid-template-columns: 1fr; gap: 22px; }
  .blog-foot { margin-top: 50px; }
  .blog-foot::before, .blog-foot::after { display: none; }
}

/* ---------- Reserve / CTA section ---------- */
.reserve {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  min-height: 480px;
  overflow: hidden;
}

/* -- Map (Reserve left side) - Leaflet + CartoDB Positron (light) -- */
.reserve-map {
  position: relative;
  overflow: hidden;
  background: var(--bone);
  isolation: isolate;
}
.reserve-map-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--bone);
  z-index: 1;
  isolation: isolate; /* contain Leaflet's internal z-indexes (200–700) */
}

/* Soft vignette - light edges, subtle warmth */
.reserve-map::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  background:
    radial-gradient(ellipse at center, transparent 60%, rgba(20, 16, 31, 0.06) 100%),
    linear-gradient(180deg, rgba(246, 241, 234, 0.18) 0%, transparent 18%, transparent 82%, rgba(246, 241, 234, 0.22) 100%);
}

/* Custom map pin (teardrop SVG) */
.map-pin-wrap { background: transparent !important; border: 0 !important; }
.map-pin {
  width: 40px;
  height: 55px;
  filter: drop-shadow(0 6px 12px rgba(20, 16, 31, 0.35));
  transform-origin: bottom center;
  animation: pin-breathe 3.4s ease-in-out infinite;
}
.map-pin-svg { display: block; }
@keyframes pin-breathe {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}

/* Custom always-visible tooltip (clinic name + address) */
.reserve-map .leaflet-tooltip.reserve-tooltip {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding: 12px 18px !important;
  box-shadow: 0 18px 36px -8px rgba(20, 16, 31, 0.28) !important;
  font-family: 'Inter', sans-serif;
  white-space: normal !important;
  width: 320px;
  max-width: none;
  text-align: left;
}
.reserve-map .leaflet-tooltip.reserve-tooltip::before {
  border-top-color: #ffffff !important;
  margin-left: -7px !important;
  border-width: 7px !important;
  bottom: -7px !important;
}
.map-tooltip .mt-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.map-tooltip .mt-addr {
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  line-height: 1.45;
}

/* Leaflet attribution - minimal, brand-aligned */
.reserve-map .leaflet-control-attribution {
  background: rgba(250, 246, 241, 0.85) !important;
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  color: var(--ink-soft) !important;
  padding: 4px 10px !important;
  margin: 0 !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.04em;
  border-radius: 999px 0 0 0 !important;
  border-top: 1px solid rgba(20, 16, 31, 0.06);
  border-left: 1px solid rgba(20, 16, 31, 0.06);
}
.reserve-map .leaflet-control-attribution a {
  color: var(--ink) !important;
  text-decoration: none !important;
}
.reserve-map .leaflet-control-attribution a:hover {
  color: var(--rose) !important;
}
.reserve-map .leaflet-container { background: var(--bone); }

.reserve-map .ri-badge {
  position: absolute;
  top: 22px; left: 22px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 12px;
  background: rgba(20, 16, 31, 0.82);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border: 1px solid rgba(246, 241, 234, 0.08);
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
  pointer-events: none;
}
.reserve-map .ri-badge .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--rose-soft);
  letter-spacing: 0;
}

.reserve-map .map-cta {
  position: absolute;
  bottom: 22px; left: 22px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 22px;
  background: var(--rose);
  color: var(--cream);
  border-radius: 999px;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--rose);
  transition: all .35s ease;
  box-shadow: 0 12px 28px -10px rgba(214, 58, 115, 0.5);
}
.reserve-map .map-cta:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--cream);
  transform: translateY(-2px);
}
.reserve-map .map-cta i { font-size: 0.85rem; }

.reserve-content {
  background: var(--cream);
  padding: 64px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reserve-content .chapter { margin-bottom: 22px; }
.reserve-content h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  line-height: 1.12;
  margin-bottom: 18px;
  letter-spacing: -0.014em;
  /* No nowrap: the Turkish headings are long, and with .reserve overflow:hidden
     a single unbreakable line was clipped straight out of the section. */
  overflow-wrap: anywhere;
}
.reserve-content h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.reserve-content > p {
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 48ch;
  margin-bottom: 26px;
}

.reserve-content .btn-pill {
  padding: 14px 26px;
  font-size: 0.72rem;
}

.reserve-expect {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 24px;
}
.reserve-expect span {
  font-size: 0.66rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  padding-right: 18px;
  position: relative;
}
.reserve-expect span + span { padding-left: 18px; }
.reserve-expect span + span::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 3px; height: 3px;
  background: var(--rose);
  border-radius: 50%;
  transform: translateY(-50%);
}

.reserve-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 32px;
  padding-top: 0;
  border-top: 1px solid var(--line);
}
.reserve-info > div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.reserve-info > div:nth-child(odd)  { padding-right: 22px; }
.reserve-info > div:nth-child(even) { padding-left: 22px; }
.reserve-info > div:nth-child(even)::before {
  content: '';
  position: absolute;
  left: 0; top: 16px; bottom: 16px;
  width: 1px;
  background: var(--line);
}
.reserve-info > div:nth-last-child(-n+2) { border-bottom: 0; }
.reserve-info dt {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
  font-weight: 500;
}
.reserve-info dd {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0;
  color: var(--ink);
  line-height: 1.2;
}
.reserve-info dd a {
  color: inherit;
  position: relative;
  padding-bottom: 2px;
}
.reserve-info dd a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.86,0,.07,1);
}
.reserve-info dd a:hover::after { transform: scaleX(1); }

@media (max-width: 991px) {
  .reserve { grid-template-columns: 1fr; min-height: 0; }
  .reserve-content { padding: 50px 26px; }
  .reserve-map { min-height: 320px; }
}
@media (max-width: 575px) {
  .reserve-expect { gap: 8px 0; flex-direction: column; align-items: flex-start; }
  .reserve-expect span + span { padding-left: 0; }
  .reserve-expect span + span::before { display: none; }
  .reserve-info { grid-template-columns: 1fr; }
  .reserve-info > div:nth-child(odd),
  .reserve-info > div:nth-child(even) { padding: 14px 0; }
  .reserve-info > div:nth-child(even)::before { display: none; }
  .reserve-info > div { border-bottom: 1px solid var(--line); }
  .reserve-info > div:last-child { border-bottom: 0; }
}

/* ---------- Footer ---------- */
.footer {
  position: relative;
  overflow: hidden;
  color: rgba(246, 241, 234, 0.78);
  background:
    linear-gradient(180deg, rgba(74, 58, 107, 0.78) 0%, rgba(44, 31, 71, 0.88) 50%, rgba(28, 22, 48, 0.94) 100%),
    url('../img/lu-marble.jpg') center / cover no-repeat;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: min(70%, 800px); height: 1px;
  background: linear-gradient(90deg, transparent, var(--rose), transparent);
  opacity: .65;
  z-index: 2;
}
.footer .container { position: relative; z-index: 1; }

/* -- Sitemap -- */
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 60px;
  padding: 100px 0 80px;
  border-bottom: 1px solid rgba(246, 241, 234, 0.08);
}
.footer .brand { color: var(--cream); margin-bottom: 28px; display: inline-flex; }
.footer-desc { max-width: 38ch; line-height: 1.8; font-size: 0.94rem; color: rgba(246, 241, 234, 0.66); }

.footer h6 {
  font-family: 'Inter', sans-serif;
  color: var(--cream);
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 500;
  position: relative;
  padding-bottom: 18px;
}
.footer h6::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 24px; height: 1px;
  background: var(--rose);
  opacity: .7;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 6px 0; }
.footer ul a {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  color: rgba(246, 241, 234, 0.78);
  transition: color .25s ease, padding-left .25s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer ul a:hover { color: var(--rose-soft); padding-left: 6px; }

.footer-contact { font-style: normal; }
.footer-contact li { padding: 4px 0; }
.footer-contact dt {
  font-family: 'Inter', sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(246, 241, 234, 0.4);
  margin-top: 14px;
  margin-bottom: 4px;
}
.footer-contact dt:first-child { margin-top: 0; }
.footer-contact dd {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.18rem;
  color: rgba(246, 241, 234, 0.85);
  line-height: 1.25;
}
.footer-contact dd a { color: inherit; }
.footer-contact dd a:hover { color: var(--rose-soft); }

/* -- Social row -- */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.footer-social a {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(246, 241, 234, 0.2);
  display: grid; place-items: center;
  color: rgba(246, 241, 234, 0.78);
  font-size: 0.95rem;
  transition: all .35s ease;
}
.footer-social a:hover {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
  transform: translateY(-3px);
}

/* -- Bottom -- */
.footer-bottom {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 0.72rem;
  color: rgba(246, 241, 234, 0.45);
  letter-spacing: 0.08em;
}
.footer-bottom .fb-mid {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer-bottom .fb-mid a {
  color: rgba(246, 241, 234, 0.6);
  position: relative;
}
.footer-bottom .fb-mid a:hover { color: var(--rose-soft); }
.footer-bottom .fb-mid a + a::before {
  content: '·';
  position: absolute;
  left: -14px;
  opacity: .4;
}
.footer-bottom .fb-locale {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(246, 241, 234, 0.55);
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .footer-statement { padding: 80px 0 60px; }
  .footer-statement-row { grid-template-columns: 1fr; gap: 26px; }
  .footer-attr { text-align: left; }
  .footer-news { grid-template-columns: 1fr; gap: 28px; padding: 50px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 50px 40px; padding: 60px 0; }
  .footer-bottom { padding: 24px 0; }
  .footer-bottom .fb-locale { display: none; }
}
@media (max-width: 575px) {
  .footer-statement { padding: 60px 0 50px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; padding: 50px 0; }
  .footer-news { padding: 40px 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ---------- Float CTA ---------- */
.float-cta {
  position: fixed;
  right: 28px; bottom: 28px;
  z-index: 60;
  display: flex; flex-direction: column; gap: 14px;
}
.float-cta a {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--cream);
  font-size: 1.4rem;
  background: var(--ink);
  border: 1px solid rgba(246, 241, 234, 0.15);
  box-shadow: var(--shadow-soft);
  transition: all .35s ease;
}
.float-cta a.wa { background: #1ea761; border-color: #1ea761; }
.float-cta a:hover { transform: translateY(-4px) scale(1.05); color: var(--cream); }

/* ---------- Appointment Modal ---------- */
.modal-backdrop { background-color: #07050d; }
.modal-backdrop.show { opacity: .78; }

.appt-dialog { max-width: 540px; }
.appt-modal {
  background: var(--cream);
  border: 0;
  border-radius: 4px;
  padding: 60px 56px 56px;
  box-shadow: 0 50px 100px -20px rgba(20, 16, 31, 0.55);
  position: relative;
  overflow: hidden;
}
.appt-modal::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rose), var(--purple), transparent);
  opacity: .85;
}

.appt-close {
  position: absolute;
  top: 22px; right: 22px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(20, 16, 31, 0.16);
  color: var(--ink);
  font-size: 1rem;
  cursor: pointer;
  display: grid; place-items: center;
  transition: all .25s ease;
  z-index: 5;
}
.appt-close:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  transform: rotate(90deg);
}

.appt-modal .chapter { margin-bottom: 26px; }

.appt-modal h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0 0 14px;
  letter-spacing: -0.018em;
  color: var(--ink);
}
.appt-modal h3 .ital { font-style: italic; font-weight: 300; color: var(--rose); }

.appt-lead {
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 38px;
  max-width: 44ch;
}

.appt-form { display: flex; flex-direction: column; }

.appt-field {
  position: relative;
  padding: 18px 0 14px;
  border-bottom: 1px solid rgba(20, 16, 31, 0.14);
  transition: border-color .25s ease;
}
.appt-field:focus-within { border-color: var(--ink); }
.appt-field label {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.appt-field input {
  width: 100%;
  border: 0;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  color: var(--ink);
  outline: none;
  padding: 0;
}
.appt-field input::placeholder { color: rgba(20, 16, 31, 0.35); }

.appt-consents { margin: 28px 0 24px; display: flex; flex-direction: column; gap: 14px; }
.appt-check {
  display: flex; gap: 12px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--ink-soft);
  cursor: pointer;
  user-select: none;
}
.appt-check input { position: absolute; opacity: 0; pointer-events: none; }
.appt-check .box {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border: 1px solid rgba(20, 16, 31, 0.32);
  background: transparent;
  margin-top: 2px;
  display: grid; place-items: center;
  transition: all .2s ease;
  position: relative;
}
.appt-check input:checked + .box {
  background: var(--ink);
  border-color: var(--ink);
}
.appt-check .box::after {
  content: '';
  width: 9px; height: 5px;
  border-left: 1.5px solid var(--cream);
  border-bottom: 1.5px solid var(--cream);
  transform: rotate(-45deg) scale(0);
  margin-top: -2px;
  transition: transform .18s ease;
}
.appt-check input:checked + .box::after { transform: rotate(-45deg) scale(1); }
.appt-check a {
  color: var(--ink);
  border-bottom: 1px solid rgba(20, 16, 31, 0.4);
}
.appt-check a:hover { border-color: var(--rose); color: var(--purple); }

.appt-submit {
  width: 100%;
  padding: 19px 24px;
  background: var(--rose);
  color: var(--cream);
  border: 1px solid var(--rose);
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all .35s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 6px;
  box-shadow: 0 10px 28px -10px rgba(214, 58, 115, 0.55);
}
.appt-submit:hover {
  background: var(--pink);
  border-color: var(--pink);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -10px rgba(236, 94, 149, 0.6);
}
.appt-submit .arr { transition: transform .3s ease; }
.appt-submit:hover .arr { transform: translateX(4px); }

.appt-divider {
  position: relative;
  text-align: center;
  margin: 36px 0 22px;
}
.appt-divider::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1px;
  background: rgba(20, 16, 31, 0.12);
}
.appt-divider span {
  position: relative;
  background: var(--cream);
  padding: 0 18px;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
}

.appt-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.appt-quick-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 18px;
  background: transparent;
  border: 1px solid rgba(20, 16, 31, 0.18);
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  transition: all .3s ease;
}
.appt-quick-btn i { font-size: 1.05rem; }
.appt-quick-btn:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  transform: translateY(-2px);
}
.appt-quick-btn.wa:hover {
  background: #1ea761;
  border-color: #1ea761;
  color: var(--cream);
}

.appt-success {
  display: none;
  text-align: center;
  padding: 24px 0;
}
.appt-success.show { display: block; }
.appt-success .ok {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  display: grid; place-items: center;
  margin: 0 auto 20px;
  font-size: 1.6rem;
}
.appt-success h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 8px;
}
.appt-success p { color: var(--ink-soft); }
.appt-modal.success-state .appt-form,
.appt-modal.success-state .appt-divider,
.appt-modal.success-state .appt-quick,
.appt-modal.success-state .appt-lead,
.appt-modal.success-state > h3 { display: none; }
.appt-modal.success-state .appt-success { display: block; }

@media (max-width: 575px) {
  .appt-modal { padding: 44px 26px 32px; }
  .appt-modal h3 { font-size: 2rem; }
  .appt-quick { grid-template-columns: 1fr; }
}

/* =========================================================
   PAGE · Hekim (about)
   ========================================================= */

/* Page banner (compact header zone with bg image, breadcrumb + title) */
.page-banner {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 140px 0 60px;
  background: var(--ink);
  color: var(--cream);
}
.page-banner-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.page-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 16, 31, 0.86) 0%, rgba(20, 16, 31, 0.6) 55%, rgba(74, 58, 107, 0.45) 100%),
    linear-gradient(180deg, rgba(20, 16, 31, 0.45) 0%, transparent 30%, rgba(20, 16, 31, 0.3) 100%);
}
.page-banner-content {
  position: relative;
  z-index: 2;
}

.bc-nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(246, 241, 234, 0.72);
  margin-bottom: 20px;
  font-weight: 500;
}
.bc-nav a {
  color: rgba(246, 241, 234, 0.72);
  transition: color .25s ease;
}
.bc-nav a:hover { color: var(--rose-soft); }
.bc-sep {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--rose-soft);
  font-size: 1.05rem;
  letter-spacing: 0;
  line-height: 1;
}
.bc-current { color: var(--cream); }

.page-banner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.018em;
  margin: 0;
  color: var(--cream);
}
.page-banner h1 .ital {
  font-style: italic;
  font-weight: 300;
  color: var(--rose-soft);
}

@media (max-width: 991px) {
  .page-banner { min-height: 260px; padding: 120px 0 50px; }
}
@media (max-width: 575px) {
  .page-banner { min-height: 220px; padding: 110px 0 40px; }
  .bc-nav { font-size: 0.62rem; letter-spacing: 0.28em; margin-bottom: 14px; }
}

/* Bio section meta dl (under chapter title in aside) */
.bio-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.bio-meta dt {
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
  font-weight: 500;
}
.bio-meta dd {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.08rem;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
}
.bio-body .bio-lead {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.008em;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.bio-body .bio-lead .ital { font-style: italic; color: var(--rose); }

/* Biography */
.bio-section {
  padding: 110px 0;
  background: var(--cream);
}
.bio-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 64px;
  align-items: start;
}
/* Grid items default to min-content width. Without this the unstyled portrait
   (its intrinsic width is over 1000px) blew the left column up and squeezed
   the text into a narrow strip on the right. */
.bio-grid > * { min-width: 0; }

.bio-portrait {
  margin-top: 26px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--bone);
  aspect-ratio: 4 / 5;
}
.bio-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.bio-signature {
  display: block;
  margin-top: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ink-soft);
}
.bio-aside .chapter { margin-bottom: 18px; }
.bio-aside h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.014em;
  margin: 0 0 24px;
}
.bio-aside h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.bio-aside .bio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  margin-top: 22px;
}
.bio-aside .bio-tags span {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  position: relative;
  padding-right: 18px;
}
.bio-aside .bio-tags span + span { padding-left: 18px; }
.bio-aside .bio-tags span + span::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 3px; height: 3px;
  background: var(--rose);
  border-radius: 50%;
  transform: translateY(-50%);
}

.bio-body p {
  font-size: 1.04rem;
  line-height: 1.85;
  color: var(--ink);
  margin-bottom: 22px;
}
.bio-body p:last-child { margin-bottom: 0; }
.bio-body .drop::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  float: left;
  font-size: 4.6rem;
  line-height: 0.85;
  padding: 6px 14px 0 0;
  color: var(--rose);
}

/* Timeline */
.timeline-section {
  padding: 110px 0;
  background: var(--bone);
}
.timeline-head {
  margin-bottom: 56px;
  max-width: 640px;
}
.timeline-head .chapter { margin-bottom: 16px; }
.timeline-head h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.014em;
}
.timeline-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }

.timeline {
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  width: 1px;
  background: linear-gradient(180deg, var(--rose) 0%, var(--line) 50%, var(--rose) 100%);
  opacity: .5;
}
.tl-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 50px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.tl-item:last-child { border-bottom: 0; }
.tl-item::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 32px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--rose);
  z-index: 1;
}
.tl-year {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  letter-spacing: -0.012em;
  color: var(--ink);
  line-height: 1;
}
.tl-year .ital { font-style: italic; color: var(--rose); }
.tl-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 6px;
  letter-spacing: -0.008em;
}
.tl-body p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
  max-width: 56ch;
}

/* Credentials (memberships + certs) */
.cred-section {
  padding: 110px 0;
  background: var(--cream);
}
.cred-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}
.cred-head h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.05;
  margin: 14px 0 0;
  letter-spacing: -0.014em;
}
.cred-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.cred-head .cred-lead {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 38ch;
  padding-bottom: 4px;
}

.cred-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.cred-block h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 22px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.cred-block h3::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 36px; height: 1px;
  background: var(--rose);
}
.cred-list { list-style: none; padding: 0; margin: 0; }
.cred-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  align-items: baseline;
}
.cred-list li:last-child { border-bottom: 0; }
.cred-list .cl-mark {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--rose);
}
.cred-list .cl-content h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 0 4px;
  letter-spacing: -0.005em;
}
.cred-list .cl-content .cl-meta {
  font-size: 0.78rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* International / Conferences */
.conf-section {
  padding: 110px 0;
  background: var(--bone);
}
.conf-head {
  text-align: center;
  margin-bottom: 56px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.conf-head .chapter::before { display: none; }
.conf-head .chapter::after {
  content: '';
  width: 36px; height: 1px;
  background: currentColor;
  opacity: .5;
  margin-left: 14px;
}
.conf-head .chapter { justify-content: center; }
.conf-head h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.05;
  margin: 14px 0 14px;
  letter-spacing: -0.014em;
}
.conf-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.conf-head p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}

.conf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.conf-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 36px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  position: relative;
}
.conf-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: transparent;
}
.conf-card .cc-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--rose);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.conf-card .cc-num::before {
  content: '';
  width: 14px; height: 1px;
  background: var(--rose);
  opacity: .8;
}
.conf-card .cc-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.conf-card .cc-loc {
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.conf-card .cc-desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Philosophy pull quote */
.phil-section {
  padding: 130px 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(236, 94, 149, 0.2) 0%, transparent 70%),
    radial-gradient(circle 700px at 85% 40%, rgba(106, 77, 138, 0.3) 0%, transparent 60%),
    linear-gradient(180deg, #3a2c5a 0%, #2a2042 50%, #1f1733 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.phil-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../img/lu-marble.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  mix-blend-mode: lighten;
  pointer-events: none;
}
.phil-section > * { position: relative; z-index: 1; }
.phil-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.phil-inner .chapter { justify-content: center; color: rgba(246, 241, 234, 0.85); }
.phil-inner .chapter .num { color: var(--rose-soft); }
.phil-quote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: var(--cream);
  margin: 30px 0 36px;
}
.phil-quote em {
  font-style: italic;
  color: var(--rose-soft);
  font-weight: 300;
}
.phil-attr {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(246, 241, 234, 0.75);
}
.phil-attr::before {
  content: '';
  width: 36px; height: 1px;
  background: var(--rose-soft);
  opacity: .8;
}

@media (max-width: 991px) {
  .page-hero { padding: 130px 0 80px; }
  .page-hero .ph-grid { grid-template-columns: 1fr; gap: 50px; }
  .page-hero .ph-meta { gap: 24px; }

  .bio-section, .timeline-section, .cred-section, .conf-section { padding: 80px 0; }
  .bio-grid { grid-template-columns: 1fr; gap: 32px; }
  .timeline { padding-left: 22px; }
  .tl-item { grid-template-columns: 1fr; gap: 8px; padding: 16px 0; }
  .tl-item::before { left: -17px; top: 24px; }
  .cred-head { grid-template-columns: 1fr; gap: 18px; }
  .cred-grid { grid-template-columns: 1fr; gap: 40px; }
  .conf-grid { grid-template-columns: repeat(2, 1fr); }
  .phil-section { padding: 90px 0; }
}
@media (max-width: 575px) {
  .conf-grid { grid-template-columns: 1fr; }
  .bio-body .drop::first-letter { font-size: 3.4rem; padding: 4px 10px 0 0; }
}

/* =========================================================
   PAGE · Hizmetler
   ========================================================= */

/* Services intro / quick-jump index */
.services-intro {
  padding: 80px 0 100px;
  background: var(--bone);
}
.services-intro-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}
.services-intro-head .chapter { margin-bottom: 14px; }
.services-intro-head h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.014em;
}
.services-intro-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.services-intro-head p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  max-width: 42ch;
  padding-bottom: 4px;
}

.services-index {
  border-top: 1px solid var(--line);
}
.si-row {
  display: grid;
  grid-template-columns: 60px 1fr 1.4fr auto;
  gap: 32px;
  align-items: center;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: padding-left .35s cubic-bezier(.86,0,.07,1);
}
.si-row:hover { padding-left: 16px; }
.si-row .si-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--rose);
}
.si-row .si-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  letter-spacing: -0.012em;
  margin: 0;
  color: var(--ink);
  line-height: 1.1;
  transition: color .25s ease;
}
.si-row:hover .si-name { color: var(--rose); }
.si-row .si-tags {
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.si-row .si-arr {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.si-row .si-arr .arr-circle {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(20, 16, 31, 0.18);
  display: grid; place-items: center;
  font-size: 0.85rem;
  transition: all .4s cubic-bezier(.86,0,.07,1);
}
.si-row:hover .si-arr .arr-circle {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--cream);
  transform: rotate(-45deg);
}

/* Service categories */
.service-category {
  padding: 110px 0;
  scroll-margin-top: 80px;
}
.service-category.alt { background: var(--cream); }
.service-category:not(.alt) { background: var(--bone); }

.sc-head {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}
.sc-head .chapter { margin-bottom: 14px; }
.sc-head h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.sc-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.sc-head .sc-intro {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
}

.sc-group { margin-bottom: 56px; }
.sc-group:last-child { margin-bottom: 0; }

.sc-subhead {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.sc-subhead::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 32px; height: 1px;
  background: var(--rose);
}
.sc-subhead .sc-sub-count {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--rose);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.sc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--line);
  gap: 1px;
}
.service-category .sc-item {
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: baseline;
  transition: padding-left .35s ease, background .3s ease;
}
.service-category:not(.alt) .sc-item { background: var(--bone); }
.service-category.alt .sc-item { background: var(--cream); }
.service-category .sc-item:hover {
  padding-left: 34px;
  background: #fff;
}

.sc-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--rose);
  letter-spacing: 0;
}
.sc-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.12rem;
  margin: 0 0 5px;
  letter-spacing: -0.006em;
  color: var(--ink);
  line-height: 1.2;
}
.sc-desc {
  font-size: 0.83rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 991px) {
  .services-intro-head { grid-template-columns: 1fr; gap: 20px; }
  .si-row {
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto auto;
    gap: 6px 14px;
    padding: 18px 0;
  }
  .si-row .si-num { grid-row: 1 / 2; grid-column: 1 / 2; }
  .si-row .si-name { grid-row: 1 / 2; grid-column: 2 / 3; }
  .si-row .si-tags { grid-row: 2 / 3; grid-column: 2 / 3; }
  .si-row .si-arr { grid-row: 3 / 4; grid-column: 2 / 3; margin-top: 6px; }
  .si-row:hover { padding-left: 10px; }

  .service-category { padding: 70px 0; }
  .sc-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .sc-list { grid-template-columns: 1fr; }
  .service-category .sc-item { padding: 18px 22px; }
  .service-category .sc-item:hover { padding-left: 26px; }
}

/* =========================================================
   PAGE · Blog
   ========================================================= */

.blog-featured-section { padding: 90px 0 60px; background: var(--bone); }
.blog-featured {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  background: var(--cream);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color .35s ease;
}
.blog-featured:hover { border-color: var(--rose); }
.blog-featured .fa-image {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}
.blog-featured .fa-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(.16,1,.3,1);
}
.blog-featured:hover .fa-image img { transform: scale(1.04); }
.blog-featured .fa-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(20,16,31,0.16));
}
.blog-featured .fa-tag {
  position: absolute;
  top: 22px; left: 22px;
  z-index: 2;
  background: rgba(246, 241, 234, 0.94);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-featured .fa-tag .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--rose);
  letter-spacing: 0;
  text-transform: none;
}

.blog-featured .fa-body {
  padding: 56px 56px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.blog-featured .fa-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.blog-featured .fa-eyebrow::before {
  content: '';
  width: 22px; height: 1px;
  background: var(--rose);
}
.blog-featured h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  margin: 0;
  letter-spacing: -0.014em;
  color: var(--ink);
  line-height: 1.1;
  transition: color .25s ease;
}
.blog-featured:hover h2 { color: var(--rose); }
.blog-featured .fa-excerpt {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  max-width: 50ch;
}
.blog-featured .fa-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.blog-featured .fa-meta span { padding-right: 18px; position: relative; }
.blog-featured .fa-meta span + span { padding-left: 18px; }
.blog-featured .fa-meta span + span::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 3px; height: 3px;
  background: var(--rose);
  border-radius: 50%;
  transform: translateY(-50%);
}
.blog-featured .fa-cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
}
.blog-featured .fa-cta .arr-circle {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(20, 16, 31, 0.18);
  display: grid; place-items: center;
  font-size: 0.85rem;
  transition: all .4s cubic-bezier(.86,0,.07,1);
}
.blog-featured:hover .fa-cta .arr-circle {
  background: var(--rose);
  color: var(--cream);
  border-color: var(--rose);
  transform: rotate(-45deg);
}

/* Blog list / grid */
.blog-list-section { padding: 60px 0 110px; background: var(--bone); }

.blog-list-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 28px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
  gap: 32px;
  flex-wrap: wrap;
}
.blog-list-head .chapter { margin-bottom: 10px; }
.blog-list-head h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1;
  margin: 0;
  letter-spacing: -0.014em;
}
.blog-list-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.blog-list-head .bl-count {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--ink-soft);
  letter-spacing: 0;
  text-transform: none;
}

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

/* Pagination — premium daire butonlar */
.pgn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pgn-edge {
  flex: 1;
  height: 1px;
  background: var(--line);
  max-width: 80px;
}

.pgn-btn, .pgn-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.15rem;
  color: var(--ink);
  background: transparent;
  transition: all .35s cubic-bezier(.86,0,.07,1);
  letter-spacing: 0;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.pgn-btn::after, .pgn-num::after { display: none; }

.pgn-btn {
  border-color: rgba(20, 16, 31, 0.16);
  font-size: 0.78rem;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
}
.pgn-btn:hover, .pgn-num:hover {
  background: var(--rose);
  color: var(--cream);
  border-color: var(--rose);
  transform: translateY(-2px);
}
.pgn-num:hover { box-shadow: 0 8px 18px -8px rgba(214, 58, 115, 0.45); }
.pgn-btn:hover { box-shadow: 0 8px 18px -8px rgba(214, 58, 115, 0.45); }

.pgn-num.active,
.pgn-num[aria-current="page"] {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  cursor: default;
  font-weight: 500;
}
.pgn-num.active:hover,
.pgn-num[aria-current="page"]:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  transform: none;
  box-shadow: none;
}

.pgn-btn.disabled,
.pgn-btn[aria-disabled="true"] {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.pgn-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 6px;
}

.pgn-dots {
  color: var(--muted);
  padding: 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  user-select: none;
  letter-spacing: 0.1em;
}

@media (max-width: 575px) {
  .pgn { gap: 6px; }
  .pgn-edge { display: none; }
  .pgn-btn, .pgn-num { width: 38px; height: 38px; font-size: 1rem; }
  .pgn-btn { font-size: 0.7rem; }
  .pgn-numbers { margin: 0 2px; gap: 2px; }
}

@media (max-width: 991px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured .fa-image { min-height: 300px; }
  .blog-featured .fa-body { padding: 36px 28px; }
  .blog-list-section { padding: 40px 0 70px; }
  .blog-page-grid { grid-template-columns: 1fr; gap: 22px; }
  .blog-pagination { margin-top: 50px; }
  .blog-pagination::before, .blog-pagination::after { display: none; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-page-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   PAGE · Yasal Belgeler (KVKK, Gizlilik, Çerez)
   ========================================================= */
.legal-layout {
  padding: 90px 0 110px;
  background: var(--cream);
}
.legal-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 70px;
  align-items: start;
}

/* Document meta strip above content */
.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.legal-meta .meta-tag {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.legal-meta .meta-tag::before {
  content: '';
  width: 16px; height: 1px;
  background: var(--rose);
}
.legal-meta .meta-item {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.legal-meta .meta-item + .meta-item::before {
  content: '';
  width: 3px; height: 3px;
  background: var(--rose);
  border-radius: 50%;
}

/* Sidebar */
.legal-aside {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Document list widget */
.doc-list { list-style: none; padding: 0; margin: 0; }
.doc-list li { border-bottom: 1px solid var(--line); }
.doc-list li:last-child { border-bottom: 0; }
.doc-list a {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 13px 0 13px 14px;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.94rem;
  transition: color .2s ease, padding-left .25s ease;
  position: relative;
  letter-spacing: 0.01em;
}
.doc-list a::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 2px; height: 18px;
  background: transparent;
  transition: background .25s ease;
}
.doc-list a:hover {
  color: var(--rose);
  padding-left: 18px;
}
.doc-list a:hover::before { background: rgba(214, 58, 115, 0.4); }
.doc-list a.active {
  color: var(--rose);
  font-weight: 500;
}
.doc-list a.active::before { background: var(--rose); }
.doc-list .dl-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--rose);
  width: 26px;
  flex-shrink: 0;
  letter-spacing: 0;
}

/* Update info widget (key-value dl) */
.update-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
.update-info > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}
.update-info > div:last-child { border-bottom: 0; padding-bottom: 0; }
.update-info > div:first-child { padding-top: 0; }
.update-info dt {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin: 0;
}
.update-info dd {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.02rem;
  color: var(--ink);
  margin: 0;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .legal-layout { padding: 60px 0 70px; }
  .legal-grid { grid-template-columns: 1fr; gap: 50px; }
  .legal-aside { position: static; }
}

/* =========================================================
   PAGE · İletişim
   ========================================================= */

/* Contact methods section */
.contact-methods {
  padding: 100px 0 110px;
  background: var(--bone);
}
.cm-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}
.cm-head .chapter { margin-bottom: 14px; }
.cm-head h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.cm-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.cm-head p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
  max-width: 42ch;
}

.cm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.cm-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 32px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: border-color .35s ease, transform .35s ease;
  position: relative;
}
.cm-card:hover {
  border-color: var(--rose);
  transform: translateY(-4px);
}
.cm-card .cm-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.92rem;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cm-card .cm-eyebrow::before {
  content: '';
  width: 14px; height: 1px;
  background: var(--rose);
}
.cm-card .cm-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0;
  letter-spacing: -0.012em;
  line-height: 1.15;
  color: var(--ink);
  transition: color .25s ease;
  word-break: break-word;
}
.cm-card:hover .cm-value { color: var(--rose); }
.cm-card .cm-caption {
  font-size: 0.82rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}
.cm-card .cm-cta {
  margin-top: auto;
  padding-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
}
.cm-card .cm-cta i { transition: transform .3s ease; }
.cm-card:hover .cm-cta i { transform: translateX(4px); color: var(--rose); }

/* Contact form section */
.contact-form-section {
  padding: 110px 0;
  background: var(--cream);
}
.cfs-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.cfs-head { position: sticky; top: 110px; }
.cfs-head .chapter { margin-bottom: 14px; }
.cfs-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0 0 22px;
  letter-spacing: -0.018em;
}
.cfs-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.cfs-head p {
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0 0 28px;
  max-width: 38ch;
}
.cfs-head .cfs-quote {
  margin-top: 28px;
  padding: 22px 24px;
  background: var(--bone);
  border-left: 2px solid var(--rose);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.cfs-head .cfs-quote em { color: var(--rose); }

/* The form */
.contact-form {
  background: var(--bone);
  border: 1px solid var(--line);
  padding: 44px 46px 40px;
}
.cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
}
.cf-row.full { grid-template-columns: 1fr; }

.cf-field {
  position: relative;
  padding: 18px 0 14px;
  border-bottom: 1px solid rgba(20, 16, 31, 0.14);
  transition: border-color .25s ease;
}
.cf-field:focus-within { border-color: var(--rose); }
.cf-field label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 500;
}
.cf-field input,
.cf-field select,
.cf-field textarea {
  width: 100%;
  border: 0;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--ink);
  outline: none;
  padding: 0;
  resize: vertical;
}
.cf-field textarea {
  min-height: 110px;
  padding-bottom: 8px;
  line-height: 1.6;
}
.cf-field input::placeholder,
.cf-field textarea::placeholder { color: rgba(20, 16, 31, 0.35); }
.cf-field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d869b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11.5l-5-5h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px;
}

.cf-checks {
  margin: 28px 0 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cf-submit-row {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cf-submit-row .cf-note {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin: 0;
  letter-spacing: 0;
}

/* Contact map section (different style than Reserve) */
.contact-map-section {
  padding: 100px 0 110px;
  background: var(--bone);
}
.contact-map-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}
.contact-map-head .chapter { margin-bottom: 14px; }
.contact-map-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.contact-map-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.contact-map-head p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
  max-width: 42ch;
}

.contact-map-wrap {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 0;
  min-height: 540px;
}
.contact-map-info {
  background: var(--ink);
  color: var(--cream);
  padding: 50px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
.contact-map-info .chapter { margin-bottom: 8px; }
.contact-map-info .chapter,
.contact-map-info .chapter .num { color: var(--cream); }
.contact-map-info .chapter .num { color: var(--rose-soft); }
.contact-map-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: -0.014em;
  line-height: 1.05;
  color: var(--cream);
}
.contact-map-info h3 .ital { font-style: italic; color: var(--rose-soft); font-weight: 400; }
.contact-map-info > p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(246, 241, 234, 0.78);
  margin: 0;
}

.contact-map-info .cmi-meta {
  padding-top: 22px;
  border-top: 1px solid rgba(246, 241, 234, 0.14);
  display: grid;
  gap: 16px;
  margin: 0;
}
.contact-map-info .cmi-meta div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-map-info .cmi-meta dt {
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(246, 241, 234, 0.58);
  font-weight: 500;
  margin: 0;
}
.contact-map-info .cmi-meta dd {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--cream);
  margin: 0;
}
.contact-map-info .cmi-meta dd a { color: inherit; }
.contact-map-info .cmi-meta dd a:hover { color: var(--rose-soft); }

.contact-map-info .cmi-cta {
  margin-top: 14px;
  display: inline-flex;
  width: fit-content;
}

/* The actual leaflet container - reuse reserve-map styles */
.contact-map-wrap .reserve-map { min-height: 540px; }

@media (max-width: 1199px) {
  .cm-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
  .contact-methods { padding: 70px 0; }
  .cm-head { grid-template-columns: 1fr; gap: 20px; }
  .contact-form-section { padding: 70px 0; }
  .cfs-grid { grid-template-columns: 1fr; gap: 40px; }
  .cfs-head { position: static; }
  .contact-form { padding: 32px 28px 28px; }
  .cf-row { grid-template-columns: 1fr; }
  .contact-map-section { padding: 70px 0; }
  .contact-map-head { grid-template-columns: 1fr; gap: 20px; }
  .contact-map-wrap { grid-template-columns: 1fr; min-height: 0; }
  .contact-map-wrap .reserve-map { min-height: 360px; order: 2; }
  .contact-map-info { padding: 36px 28px; }
}
@media (max-width: 575px) {
  .cm-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   PAGE · Blog Post (single article)
   ========================================================= */

/* 2-column layout: content + sidebar */
.blog-post-layout {
  padding: 90px 0 110px;
  background: var(--cream);
}
.bpl-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 70px;
  align-items: start;
}

/* Article meta strip above content */
.bpl-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.bpl-meta .meta-cat {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.bpl-meta .meta-cat::before {
  content: '';
  width: 16px; height: 1px;
  background: var(--rose);
}
.bpl-meta .meta-item {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.bpl-meta .meta-item + .meta-item::before {
  content: '';
  width: 3px; height: 3px;
  background: var(--rose);
  border-radius: 50%;
}
.bpl-meta .meta-author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.bpl-meta .meta-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--purple));
  color: var(--cream);
  display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.75rem;
}
.bpl-meta .meta-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
}

/* CKEditor-style content (only standard HTML elements) */
.entry-content {
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--ink);
}
.entry-content > *:last-child { margin-bottom: 0; }

.entry-content p {
  margin: 0 0 24px;
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--ink);
}

.entry-content > p:first-of-type::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  float: left;
  font-size: 4.6rem;
  line-height: 0.85;
  padding: 8px 14px 0 0;
  color: var(--rose);
}

.entry-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 2rem;
  margin: 50px 0 18px;
  letter-spacing: -0.014em;
  line-height: 1.12;
  color: var(--ink);
}

.entry-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 40px 0 14px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--ink);
}

.entry-content h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  margin: 36px 0 12px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 26px;
  margin: 0 0 26px;
}
.entry-content li {
  padding: 6px 0;
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--ink);
}
.entry-content ul li::marker { color: var(--rose); }
.entry-content ol li::marker {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--rose);
  font-weight: 500;
}

.entry-content blockquote {
  margin: 36px 0;
  padding: 22px 0 22px 28px;
  border-left: 2px solid var(--rose);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.entry-content blockquote p { margin: 0; font-size: inherit; color: inherit; line-height: inherit; }
.entry-content blockquote cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.entry-content hr {
  border: 0;
  margin: 50px auto;
  height: 1px;
  background: var(--line);
  position: relative;
  max-width: 100%;
}
.entry-content hr::after {
  content: '\2726';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--cream);
  padding: 0 14px;
  color: var(--rose);
  font-size: 1rem;
}

.entry-content img,
.entry-content figure {
  display: block;
  width: 100%;
  margin: 36px 0;
  height: auto;
}
.entry-content figure img { margin: 0; }
.entry-content figcaption {
  font-size: 0.84rem;
  color: var(--muted);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  margin-top: 12px;
  text-align: center;
  letter-spacing: 0;
}

.entry-content a {
  color: var(--rose);
  border-bottom: 1px solid currentColor;
  transition: color .2s ease;
}
.entry-content a:hover { color: var(--ink); }

.entry-content strong { color: var(--ink); font-weight: 600; }
.entry-content em { font-style: italic; }

/* Share strip (kept within entry-content area) */
.bpl-share {
  margin-top: 50px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.bpl-share .ps-label {
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 14px;
}
.bpl-share .ps-label::after {
  content: '';
  width: 24px; height: 1px;
  background: var(--rose);
}
.bpl-share .post-share-icons { display: flex; gap: 10px; }
.bpl-share .post-share-icons a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(20, 16, 31, 0.18);
  display: grid; place-items: center;
  color: var(--ink);
  text-decoration: none;
  transition: all .3s ease;
  font-size: 0.92rem;
}
.bpl-share .post-share-icons a:hover {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--cream);
  transform: translateY(-2px);
}

/* Sidebar */
.bpl-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.widget {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px 26px 26px;
}
.widget-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.widget-title::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 28px; height: 1px;
  background: var(--rose);
}
.widget-title .wt-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--rose);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

/* Search widget */
.search-form {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(20, 16, 31, 0.2);
  transition: border-color .25s ease;
}
.search-form:focus-within { border-color: var(--rose); }
.search-form input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 10px 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.94rem;
  color: var(--ink);
}
.search-form input::placeholder { color: var(--muted); }
.search-form button {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--ink);
  padding: 8px 0 8px 14px;
  font-size: 1rem;
  transition: color .25s ease;
}
.search-form button:hover { color: var(--rose); }

/* Recent posts widget */
.recent-posts { display: flex; flex-direction: column; gap: 14px; }
.recent-post {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.recent-post:last-child { border-bottom: 0; padding-bottom: 0; }
.recent-post img {
  width: 64px; height: 64px;
  object-fit: cover;
  transition: opacity .25s ease;
}
.recent-post:hover img { opacity: .82; }
.rp-body { display: flex; flex-direction: column; gap: 4px; }
.rp-date {
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.rp-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--ink);
  transition: color .2s ease;
  letter-spacing: -0.005em;
}
.recent-post:hover .rp-title { color: var(--rose); }

/* Categories widget */
.cat-list { list-style: none; padding: 0; margin: 0; }
.cat-list li { border-bottom: 1px solid var(--line); }
.cat-list li:last-child { border-bottom: 0; }
.cat-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.94rem;
  transition: color .2s ease, padding-left .25s ease;
}
.cat-list a:hover { color: var(--rose); padding-left: 5px; }
.cat-list .cat-count {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--muted);
  letter-spacing: 0;
}

/* Tags widget */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(20, 16, 31, 0.16);
  font-size: 0.74rem;
  color: var(--ink);
  text-decoration: none;
  transition: all .25s ease;
  letter-spacing: 0.04em;
}
.tag-cloud a:hover {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--cream);
}

/* CTA widget */
.widget-cta {
  background: var(--ink);
  color: var(--cream);
  padding: 30px 26px;
  text-align: center;
  border-color: var(--ink);
}
.widget-cta h4 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 8px;
  color: var(--cream);
  letter-spacing: -0.012em;
  line-height: 1.15;
}
.widget-cta p {
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(246, 241, 234, 0.7);
  margin: 0 0 20px;
}
.widget-cta .btn-pill {
  background: var(--rose);
  color: var(--cream) !important;
  border-color: var(--rose);
  width: 100%;
  justify-content: center;
}
.widget-cta .btn-pill:hover { background: var(--pink); border-color: var(--pink); }

@media (max-width: 991px) {
  .blog-post-layout { padding: 60px 0 70px; }
  .bpl-grid { grid-template-columns: 1fr; gap: 50px; }
  .bpl-sidebar { position: static; }
}

.post-hero {
  padding: 140px 0 56px;
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}
.post-hero-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.post-hero .bc-nav { justify-content: center; margin-bottom: 28px; color: var(--ink-soft); }
.post-hero .bc-nav a { color: var(--ink-soft); }
.post-hero .bc-nav a:hover { color: var(--rose); }
.post-hero .bc-nav .bc-sep { color: var(--rose); }
.post-hero .bc-nav .bc-current { color: var(--ink); }

.post-cat {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  letter-spacing: 0;
}
.post-cat::before, .post-cat::after {
  content: '';
  width: 24px; height: 1px;
  background: var(--rose);
}

.post-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 26px;
  letter-spacing: -0.018em;
  color: var(--ink);
}
.post-hero h1 .ital { font-style: italic; font-weight: 400; color: var(--rose); }

.post-lead {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 auto 34px;
  max-width: 60ch;
  letter-spacing: -0.004em;
}

.post-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.post-meta .pm-author { display: flex; align-items: center; gap: 12px; }
.post-meta .pm-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--purple));
  color: var(--cream);
  display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.88rem;
}
.post-meta .pm-author-info {
  display: flex; flex-direction: column;
  text-align: left;
  line-height: 1.1;
  gap: 3px;
}
.post-meta .pm-author-info .pm-by {
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.post-meta .pm-author-info .pm-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--ink);
}
.post-meta .pm-dot {
  width: 4px; height: 4px;
  background: var(--rose);
  border-radius: 50%;
}
.post-meta .pm-info {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

/* Cover image */
.post-cover { padding: 0; background: var(--bone); border-bottom: 1px solid var(--line); }
.post-cover-img {
  aspect-ratio: 16/8;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .post-cover-img { aspect-ratio: 4/3; }
}

/* Article body */
.post-body { padding: 90px 0 100px; background: var(--cream); }
.post-content { max-width: 720px; margin: 0 auto; }
.post-content p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ink);
  margin: 0 0 26px;
}
.post-content .drop::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  float: left;
  font-size: 5rem;
  line-height: 0.85;
  padding: 8px 14px 0 0;
  color: var(--rose);
}
.post-content .pull {
  margin: 40px 0;
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--rose);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.post-content .pull em { color: var(--rose); }

.post-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  gap: 14px;
  color: var(--rose);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.post-divider::before, .post-divider::after {
  content: '';
  width: 60px; height: 1px;
  background: var(--rose);
  opacity: .5;
}

/* Myth blocks (numbered claim/fact pairs) */
.post-myth {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 36px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.post-myth:last-of-type { border-bottom: 1px solid var(--line); margin-bottom: 40px; }

.pm-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 3.4rem;
  color: var(--rose);
  line-height: 0.85;
  letter-spacing: -0.02em;
}

.pm-pair { display: flex; flex-direction: column; gap: 20px; }
.pm-block { display: flex; flex-direction: column; gap: 8px; }
.pm-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pm-label.fact { color: var(--rose); }
.pm-label::before {
  content: '';
  width: 14px; height: 1px;
  background: currentColor;
}
.pm-claim {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.4;
  color: var(--ink-soft);
  margin: 0;
  letter-spacing: -0.005em;
}
.pm-claim::before { content: '\201C'; }
.pm-claim::after { content: '\201D'; }
.pm-fact {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--ink);
  margin: 0;
}

/* Share strip */
.post-share {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.post-share .ps-label {
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 14px;
}
.post-share .ps-label::after {
  content: '';
  width: 24px; height: 1px;
  background: var(--rose);
}
.post-share-icons { display: flex; gap: 10px; }
.post-share-icons a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(20, 16, 31, 0.18);
  display: grid; place-items: center;
  color: var(--ink);
  text-decoration: none;
  transition: all .3s ease;
  font-size: 0.92rem;
}
.post-share-icons a:hover {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--cream);
  transform: translateY(-2px);
}

/* Author block */
.post-author-section { padding: 90px 0; background: var(--bone); border-top: 1px solid var(--line); }
.post-author-card {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 40px;
  align-items: center;
  padding: 42px 44px;
  background: var(--cream);
  border: 1px solid var(--line);
}
.pa-img {
  width: 140px; height: 140px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 30px -10px rgba(20, 16, 31, 0.25);
}
.pa-meta .pa-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.pa-meta .pa-eyebrow::before {
  content: '';
  width: 18px; height: 1px;
  background: var(--rose);
}
.pa-meta h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 10px;
  letter-spacing: -0.012em;
}
.pa-meta h3 .ital { font-style: italic; color: var(--rose); }
.pa-meta p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 16px;
  max-width: 50ch;
}
.pa-meta .pa-cta {
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.pa-meta .pa-cta i { transition: transform .3s ease; }
.pa-meta .pa-cta:hover i { transform: translateX(4px); color: var(--rose); }
.pa-meta .pa-cta:hover { color: var(--rose); }

/* Related articles */
.post-related { padding: 100px 0 110px; background: var(--cream); }
.post-related-head {
  margin-bottom: 48px;
  text-align: center;
}
.post-related-head .chapter { justify-content: center; margin-bottom: 14px; }
.post-related-head .chapter::before { display: none; }
.post-related-head .chapter::after {
  content: '';
  width: 28px; height: 1px;
  background: currentColor;
  opacity: .5;
  margin-left: 14px;
}
.post-related-head h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.014em;
}
.post-related-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.post-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 991px) {
  .post-hero { padding: 120px 0 40px; }
  .post-body { padding: 60px 0 70px; }
  .post-myth { grid-template-columns: 1fr; gap: 16px; padding: 30px 0; }
  .pm-num { font-size: 2.4rem; }
  .post-author-section { padding: 60px 0; }
  .post-author-card { grid-template-columns: 1fr; gap: 22px; text-align: center; padding: 32px 24px; }
  .pa-img { margin: 0 auto; width: 110px; height: 110px; }
  .pa-meta .pa-eyebrow, .pa-meta .pa-cta { justify-content: center; }
  .post-related { padding: 60px 0 70px; }
  .post-related-grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-related-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   PAGE · Hizmet Detayı (örn. Üst Yüz Botoks)
   ========================================================= */

/* Magazine spread — Tanım (replaces quick-info + bio combo) */
.spread-section {
  padding: 100px 0 110px;
  background: var(--bone);
}
.spread-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 80px;
  align-items: start;
}
.spread-text .chapter { margin-bottom: 22px; }
.spread-text h2 {
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  line-height: 1.02;
  margin: 0 0 28px;
  letter-spacing: -0.018em;
}
.spread-text h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.spread-text .lead {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  letter-spacing: -0.008em;
}
.spread-text .lead .ital { font-style: italic; color: var(--rose); }
.spread-text p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--ink);
  margin: 0 0 20px;
}
.spread-text .drop::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  float: left;
  font-size: 4.6rem;
  line-height: 0.85;
  padding: 6px 14px 0 0;
  color: var(--rose);
}
.spread-text .pullq {
  margin: 28px 0;
  padding: 18px 0 18px 26px;
  border-left: 2px solid var(--rose);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.spread-text .pullq em { color: var(--rose); }

.spread-aside { position: sticky; top: 110px; }
.spread-img {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: var(--shadow-soft);
  margin-bottom: 24px;
}
.spread-img .si-tag {
  position: absolute;
  bottom: 18px; left: 18px;
  background: var(--cream);
  padding: 8px 14px;
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.spread-img .si-tag .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--rose);
  letter-spacing: 0;
  text-transform: none;
}

.spread-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 32px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  margin: 0;
}
.spread-info > div { display: flex; flex-direction: column; gap: 4px; }
.spread-info dt {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.spread-info dd {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.08rem;
  margin: 0;
  color: var(--ink);
  line-height: 1.1;
}

/* Bölgeler — Featured tier (orta kart vurgulu) */
.zones-grid.tiers {
  align-items: stretch;
  padding-top: 14px;
}
.zone-card.featured {
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-12px);
  position: relative;
  z-index: 2;
}
.zone-card.featured:hover {
  border-color: var(--rose);
  transform: translateY(-16px);
}
.zone-card.featured .zc-title,
.zone-card.featured .zc-list li { color: var(--cream); }
.zone-card.featured .zc-title .ital { color: var(--rose-soft); }
.zone-card.featured .zc-includes {
  color: rgba(246, 241, 234, 0.65);
  border-top-color: rgba(246, 241, 234, 0.16);
}
.zone-card.featured .zc-desc { color: rgba(246, 241, 234, 0.78); }
.zone-card .zc-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--rose);
  color: var(--cream);
  padding: 6px 14px;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

/* Process — Alternating zigzag */
.process-section {
  padding: 110px 0;
  background: var(--cream);
}
.process-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}
.process-head .chapter { margin-bottom: 14px; }
.process-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.process-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.process-head p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
}

.process-flow { display: flex; flex-direction: column; gap: 50px; }
.pf-step {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 60px;
  align-items: center;
}
.pf-step.reverse {
  grid-template-columns: 7fr 5fr;
  direction: rtl;
}
.pf-step.reverse > * { direction: ltr; }

.pf-image {
  position: relative;
  aspect-ratio: 5/4;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.pf-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(20,16,31,0.55) 100%);
}
.pf-image .pf-num {
  position: absolute;
  bottom: 16px; left: 22px;
  z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1;
  color: var(--cream);
  letter-spacing: -0.02em;
}

.pf-text { padding: 0 6px; }
.pf-text .pf-meta {
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rose);
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.pf-text .pf-meta::before {
  content: '';
  width: 22px; height: 1px;
  background: var(--rose);
}
.pf-text h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0 0 14px;
  letter-spacing: -0.014em;
  line-height: 1.05;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}
.pf-text h4 .dur {
  font-size: 0.78rem;
  font-weight: 400;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  color: var(--muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.pf-text p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  max-width: 52ch;
}

/* Gallery mosaic */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 280px 280px;
  gap: 14px;
}
.gallery-mosaic .gm-tile { position: relative; overflow: hidden; cursor: pointer; }
.gallery-mosaic .gm-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.16,1,.3,1);
}
.gallery-mosaic .gm-tile:hover img { transform: scale(1.06); }
.gallery-mosaic .gm-tile .gt-label {
  position: absolute;
  bottom: 14px; left: 14px;
  z-index: 2;
  background: rgba(246, 241, 234, 0.92);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
}
.gallery-mosaic .gm-1 { grid-column: span 2; grid-row: span 2; }
.gallery-mosaic .gm-2 { grid-column: span 2; grid-row: span 1; }
.gallery-mosaic .gm-3 { grid-column: span 1; grid-row: span 1; }
.gallery-mosaic .gm-4 { grid-column: span 1; grid-row: span 1; }

/* Combined Aday + Sonrası */
.combined-section { padding: 110px 0; background: var(--bone); }
.combined-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}
.combined-head .chapter { margin-bottom: 14px; }
.combined-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.combined-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.combined-head p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
}
.combined-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.combined-panel {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 38px 38px 36px;
}
.combined-panel h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-weight: 500;
}
.combined-panel.candidates h3::after,
.combined-panel.aftercare h3::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 32px; height: 1px;
  background: var(--rose);
}
.combined-panel .cp-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: -0.012em;
  margin: 0 0 24px;
  color: var(--ink);
  line-height: 1.05;
}
.combined-panel.candidates .cp-sub .ital { color: var(--rose); font-weight: 400; }
.combined-panel.aftercare .cp-sub .ital { color: var(--rose); font-weight: 400; }
.combined-panel ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.combined-panel.candidates li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: baseline;
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--ink);
}
.combined-panel.candidates .crt-icon {
  width: 18px; height: 18px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.7rem;
  background: var(--rose);
  color: var(--cream);
}
.combined-panel.candidates .crt-icon.x {
  background: transparent;
  border: 1px solid var(--muted);
  color: var(--muted);
}
.combined-panel.aftercare .ac-block {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.combined-panel.aftercare .ac-block:last-child { border-bottom: 0; }
.combined-panel.aftercare .ac-period {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--rose);
  margin-bottom: 4px;
  display: block;
}
.combined-panel.aftercare .ac-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.candidates-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 22px;
}
.candidates-pair > div h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 14px;
  font-weight: 500;
}

/* FAQ — 2 column */
.faq-2col {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.faq-2col-head { position: sticky; top: 110px; }
.faq-2col-head .chapter { margin-bottom: 16px; }
.faq-2col-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0 0 22px;
  letter-spacing: -0.018em;
}
.faq-2col-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.faq-2col-head p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 26px;
  max-width: 36ch;
}
.faq-2col-head .faq-help {
  padding: 22px 24px;
  background: var(--cream);
  border-left: 2px solid var(--rose);
}
.faq-2col-head .faq-help-q {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.35;
}
.faq-2col-head .faq-help-cta {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rose);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.faq-2col-head .faq-help-cta::after { display: none; }
.faq-2col-head .faq-help-cta i { font-size: 0.85rem; transition: transform .3s ease; }
.faq-2col-head .faq-help-cta:hover i { transform: translateX(4px); }

.faq-2col .faq-list { border-top: 1px solid var(--line); }
.faq-2col .faq-item:last-child { border-bottom: 1px solid var(--line); }

@media (max-width: 991px) {
  .spread-section { padding: 70px 0 80px; }
  .spread-grid { grid-template-columns: 1fr; gap: 40px; }
  .spread-aside { position: static; }
  .zone-card.featured { transform: none; }

  .process-section, .combined-section { padding: 70px 0; }
  .process-head, .combined-head { grid-template-columns: 1fr; gap: 20px; }
  .pf-step, .pf-step.reverse { grid-template-columns: 1fr; gap: 22px; direction: ltr; }
  .pf-text h4 { font-size: 1.5rem; }

  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 220px 220px 220px;
  }
  .gallery-mosaic .gm-1 { grid-column: span 2; grid-row: span 1; }
  .gallery-mosaic .gm-2 { grid-column: span 2; grid-row: span 1; }

  .combined-grid { grid-template-columns: 1fr; gap: 24px; }
  .combined-panel { padding: 28px 24px; }
  .candidates-pair { grid-template-columns: 1fr; gap: 22px; }

  .faq-2col { grid-template-columns: 1fr; gap: 30px; }
  .faq-2col-head { position: static; }
}

/* Quick info bar - hemen banner'ın altında */
.quick-info {
  background: var(--cream);
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.qi-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.qi-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 28px;
  border-right: 1px solid var(--line);
}
.qi-item:first-child { padding-left: 0; }
.qi-item:last-child { border-right: 0; padding-right: 0; }
.qi-label {
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.qi-value {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.08rem;
  color: var(--ink);
  line-height: 1.2;
}

/* Pull quote (within bio) */
.bio-pullquote {
  margin: 28px 0;
  padding: 20px 0 20px 24px;
  border-left: 2px solid var(--rose);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.005em;
}

/* Zones section (1, 2, 4 bölge) */
.zones-section {
  padding: 110px 0;
  background: var(--bone);
}
.zones-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}
.zones-head .chapter { margin-bottom: 14px; }
.zones-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.zones-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.zones-head p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
}

.zones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.zone-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: border-color .35s ease, transform .4s cubic-bezier(.16,1,.3,1);
}
.zone-card:hover {
  border-color: var(--rose);
  transform: translateY(-4px);
}
.zone-card .zc-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.zone-card .zc-num::before {
  content: '';
  width: 16px; height: 1px;
  background: var(--rose);
  opacity: .8;
}
.zone-card .zc-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
  letter-spacing: -0.018em;
  color: var(--ink);
  line-height: 1;
}
.zone-card .zc-title .ital { font-style: italic; font-weight: 400; color: var(--rose); }
.zone-card .zc-includes {
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  margin: 4px 0 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.zone-card .zc-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}
.zone-card .zc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.zone-card .zc-list li {
  font-size: 0.86rem;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
}
.zone-card .zc-list li::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--rose);
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(-3px);
}

/* Criteria section (uygun / uygun değil) */
.criteria-section {
  padding: 110px 0;
  background: var(--cream);
}
.criteria-head {
  margin-bottom: 50px;
  max-width: 640px;
}
.criteria-head .chapter { margin-bottom: 14px; }
.criteria-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.criteria-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }

.criteria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.criteria-col {
  background: var(--cream);
  padding: 38px 36px 36px;
}
.criteria-col h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.criteria-col.yes h3::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 32px; height: 1px;
  background: var(--rose);
}
.criteria-col.no h3::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 32px; height: 1px;
  background: var(--muted);
}
.criteria-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.criteria-col li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: baseline;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink);
}
.criteria-col li .crt-icon {
  width: 18px; height: 18px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.criteria-col.yes li .crt-icon {
  background: var(--rose);
  color: var(--cream);
}
.criteria-col.no li .crt-icon {
  background: transparent;
  border: 1px solid var(--muted);
  color: var(--muted);
}

/* Aftercare section */
.aftercare-section {
  padding: 110px 0;
  background: var(--bone);
}
.aftercare-head {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}
.aftercare-head .chapter { margin-bottom: 14px; }
.aftercare-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.aftercare-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.aftercare-head p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
}

.aftercare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.ac-card {
  background: var(--cream);
  padding: 32px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid var(--line);
  transition: border-color .35s ease, transform .35s ease;
}
.ac-card:hover {
  border-color: var(--rose);
  transform: translateY(-4px);
}
.ac-card .ac-period {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ac-card .ac-period::before {
  content: '';
  width: 16px; height: 1px;
  background: var(--rose);
  opacity: .8;
}
.ac-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 0 4px;
  letter-spacing: -0.012em;
  line-height: 1.1;
}
.ac-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ac-card li {
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--ink-soft);
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  align-items: baseline;
}
.ac-card li::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--rose);
  border-radius: 50%;
  margin-top: 6px;
}

/* Gallery */
.gallery-section {
  padding: 110px 0;
  background: var(--cream);
}
.gallery-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 40px;
}
.gallery-head .chapter { margin-bottom: 14px; }
.gallery-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.gallery-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.gallery-head p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-tile {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
}
.gallery-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.16,1,.3,1);
}
.gallery-tile:hover img { transform: scale(1.06); }
.gallery-tile .gt-label {
  position: absolute;
  bottom: 14px; left: 14px;
  z-index: 2;
  background: rgba(246, 241, 234, 0.92);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
}
.gallery-foot {
  margin-top: 36px;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}

/* FAQ section */
.faq-section {
  padding: 110px 0;
  background: var(--bone);
}
.faq-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}
.faq-head .chapter { margin-bottom: 14px; }
.faq-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.faq-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.faq-head p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
}

.faq-list { border-top: 1px solid var(--line); }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  gap: 24px;
  align-items: center;
  transition: padding-left .3s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { padding-left: 8px; }
.faq-item .faq-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--rose);
}
.faq-item .faq-q {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--ink);
  letter-spacing: -0.008em;
  line-height: 1.25;
}
.faq-item .faq-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(20, 16, 31, 0.18);
  display: grid; place-items: center;
  transition: all .4s cubic-bezier(.86,0,.07,1);
  font-size: 1rem;
  color: var(--ink);
}
.faq-item[open] .faq-icon {
  background: var(--rose);
  color: var(--cream);
  border-color: var(--rose);
  transform: rotate(45deg);
}
.faq-item .faq-a {
  padding: 0 40px 28px 84px;
}
.faq-item .faq-a p {
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0;
  max-width: 80ch;
}

/* Related services */
.related-section {
  padding: 110px 0;
  background: var(--cream);
}
.related-head {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}
.related-head .chapter { margin-bottom: 14px; }
.related-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
}
.related-head h2 .ital { font-style: italic; font-weight: 300; color: var(--rose); }
.related-head p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding-bottom: 4px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.related-card {
  background: var(--bone);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: border-color .35s ease, transform .4s cubic-bezier(.16,1,.3,1);
  overflow: hidden;
}
.related-card:hover {
  border-color: var(--rose);
  transform: translateY(-4px);
}
.related-card .rc-img {
  aspect-ratio: 5/4;
  background-size: cover;
  background-position: center;
}
.related-card .rc-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.related-card .rc-tag {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.82rem;
  color: var(--rose);
}
.related-card .rc-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.related-card:hover .rc-name { color: var(--rose); }

@media (max-width: 1199px) {
  .qi-grid { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }
  .qi-item:nth-child(3) { border-right: 0; padding-right: 0; }
  .qi-item:nth-child(4) { padding-left: 0; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
  .quick-info { padding: 22px 0; }
  .qi-grid { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .qi-item { padding: 0 18px; }
  .qi-item:nth-child(odd) { padding-left: 0; }
  .qi-item:nth-child(even) { border-right: 0; padding-right: 0; }
  .zones-section, .criteria-section, .aftercare-section,
  .gallery-section, .faq-section, .related-section { padding: 70px 0; }
  .zones-head, .aftercare-head, .gallery-head, .faq-head, .related-head { grid-template-columns: 1fr; gap: 20px; }
  .zones-grid, .aftercare-grid { grid-template-columns: 1fr; }
  .criteria-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-item summary { grid-template-columns: 40px 1fr 32px; gap: 14px; }
  .faq-item .faq-a { padding: 0 0 22px 54px; }
}
@media (max-width: 575px) {
  .qi-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ---------- Reveal ---------- */
/* ============== MOBILE MENU GROUPS ==============
   Hizmetler expands into its service categories, and each category into its own
   treatments, mirroring the grouping used on the home page. */
.mm-group { border-bottom: 1px solid rgba(246, 241, 234, 0.12); }
.mm-group-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: 0;
  padding: 14px 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.mm-group-toggle i { transition: transform .3s ease; font-size: .9rem; opacity: .7; }
.mm-group-toggle[aria-expanded="true"] i { transform: rotate(180deg); }

.mm-sub {
  display: none;
  padding: 2px 0 14px;
}
.mm-sub.open { display: block; }
.mm-sub-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .75;
  margin: 2px 0 10px;
}

.mm-cat { border-top: 1px solid rgba(246, 241, 234, 0.08); }
.mm-cat-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: 0;
  padding: 11px 0 11px 14px;
  color: inherit;
  font: inherit;
  font-size: .95rem;
  text-align: left;
  cursor: pointer;
  opacity: .9;
}
.mm-cat-toggle i { transition: transform .3s ease; font-size: .95rem; opacity: .65; }
.mm-cat-toggle[aria-expanded="true"] i { transform: rotate(45deg); }

.mm-cat-list {
  display: none;
  list-style: none;
  margin: 0 0 8px;
  padding: 0 0 6px 26px;
}
.mm-cat-list.open { display: block; }
.mm-cat-list li { margin: 0; }
.mm-cat-list li a {
  display: block;
  padding: 8px 0;
  font-size: .9rem;
  opacity: .78;
}
.mm-cat-list li a:hover { opacity: 1; }
.mm-cat-list .mm-cat-all { font-style: italic; opacity: .95; }
.mm-cat-link { display: block; padding: 11px 0 11px 14px; font-size: .95rem; opacity: .9; }

.mm-foot a { display: block; }

/* ============== PAGINATION (themes/leventunal/pager.php) ==============
   The pager markup had no styling at all, so it rendered as a raw bullet list. */
.lv-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
.lv-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.lv-pagination li { margin: 0; }
.lv-pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line, rgba(20, 16, 31, 0.14));
  border-radius: 999px;
  font-size: 0.86rem;
  letter-spacing: .06em;
  color: var(--ink, #14101f);
  text-decoration: none;
  background: transparent;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.lv-pagination li a:hover {
  background: var(--ink, #14101f);
  border-color: var(--ink, #14101f);
  color: var(--cream, #f6f1ea);
}
.lv-pagination li.active a {
  background: var(--rose, #c98b8b);
  border-color: var(--rose, #c98b8b);
  color: #fff;
  font-weight: 500;
  pointer-events: none;
}
.lv-pagination li a i { font-size: 0.9rem; }

@media (max-width: 575px) {
  .lv-pagination { margin-top: 38px; }
  .lv-pagination li a { min-width: 38px; height: 38px; padding: 0 10px; font-size: 0.8rem; }
}

/* Reveal-on-scroll is opt-in: the hiding rules only apply once the script has
   marked the document. If JS fails, or the observer never fires for a block
   sitting at the very bottom of the page, the content stays readable instead of
   being permanently invisible. */
.js-reveal .reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.js-reveal .reveal-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.reveal-stagger.visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: .12s; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: .24s; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: .36s; }

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .section { padding: 140px 0; }
  .universe-tile { padding: 30px; min-height: 420px; }
  .universe-tile.t-1, .universe-tile.t-4 { min-height: 480px; }
}

@media (max-width: 991px) {
  .nav-main, .nav-cta .phone { display: none; }
  .menu-toggle { display: inline-flex; }

  .hero { min-height: 640px; }
  .hero-eyebrow-row { top: 100px; font-size: 0.65rem; }
  .hero h1 { font-size: clamp(3rem, 12vw, 6rem); }
  .hero-side { display: none; }
  .hero-marquee .marquee-track span { font-size: 1.2rem; }

  .section { padding: 110px 0; }
  .manifesto { grid-template-columns: 1fr; gap: 60px; }
  .manifesto-text { padding-right: 0; }

  .universe-head { grid-template-columns: 1fr; gap: 30px; }
  .universe-tile.t-1, .universe-tile.t-2, .universe-tile.t-3, .universe-tile.t-4 {
    grid-column: span 12;
    min-height: 440px;
  }
  .universe-tile { padding: 32px 28px 28px; }
  .universe-foot { margin-top: 60px; }
  .universe-foot::before, .universe-foot::after { display: none; }

  .reserve { grid-template-columns: 1fr; }
  .reserve-img { min-height: 360px; }
  .reserve-content { padding: 70px 30px; }

  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }

  .proof-item { padding: 18px 20px; border-right: 0; border-bottom: 1px solid rgba(246,241,234,0.1); }
  .proof-item:last-child { border-bottom: 0; }
}

@media (max-width: 575px) {
  .section { padding: 90px 0; }
  .hero-inner { padding-bottom: 130px; }
  .reserve-content { padding: 50px 22px; }
  .reserve-info { grid-template-columns: 1fr; gap: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; padding-bottom: 50px; }
  .footer { padding-top: 70px; }
  .float-cta { right: 18px; bottom: 18px; }
  .float-cta a { width: 48px; height: 48px; font-size: 1.2rem; }
}

/* ===== Stats band: white section with dark number cards (client revision) ===== */
.lu-stats-light { background: var(--bone, #f6f1ea); }
.lu-stats-light .proof-head h2,
.lu-stats-light .proof-lead,
.lu-stats-light .proof-attr,
.lu-stats-light .chapter { color: var(--ink, #14101f); }
.lu-stats-light .proof-grid { gap: 22px; }
.lu-stats-light .proof-item {
  /* Cards sit on the light section, so they carry their own dark surface.
     The number is cream (not rose) because a rose figure on near black was
     too low contrast to read at a glance. */
  background:
    radial-gradient(120% 140% at 12% 0%, rgba(201, 139, 139, 0.20) 0%, transparent 58%),
    linear-gradient(160deg, #241b3d 0%, #17122a 55%, #14101f 100%);
  color: var(--cream, #f6f1ea);
  padding: 30px 26px 26px;
  border-radius: 16px;
  border: 1px solid rgba(246, 241, 234, 0.10);
  box-shadow: 0 18px 40px -24px rgba(20, 16, 31, 0.65);
  overflow: hidden;
  isolation: isolate;
}
.lu-stats-light .proof-item::after {
  /* thin accent rule along the top edge */
  content: '';
  position: absolute;
  top: 0; left: 26px; right: 26px;
  height: 2px;
  background: linear-gradient(90deg, var(--rose, #c98b8b), rgba(201, 139, 139, 0));
}
/* the dark-band layout draws a divider between items; inside cards it is noise */
.lu-stats-light .proof-item + .proof-item::before { display: none; }

.lu-stats-light .proof-item .pi-mark {
  color: var(--rose-soft, #e0a9a9);
  opacity: .95;
  letter-spacing: .16em;
}
.lu-stats-light .proof-item .pi-num {
  color: #ffffff;
  line-height: 1;
}
.lu-stats-light .proof-item .pi-num .suf { color: var(--rose, #c98b8b); }
.lu-stats-light .proof-item .pi-label {
  color: rgba(246, 241, 234, 0.86);
  letter-spacing: .12em;
}
.lu-stats-light .proof-foot .line { background: rgba(20, 16, 31, 0.15); }
