/* ==========================================================================
   Sadiye Akoğlu Beauty — Tasarım Sistemi v5
   Yön: "Makeover" temasından ilham — editoryal, sıcak mercan + fildişi,
   Playfair Display + Poppins, blob ikonlar, yırtık kağıt geçişler.
   ========================================================================== */

:root {
  --ink:       #252525;
  --body:      #707070;
  --muted:     #879296;
  --white:     #FFFFFF;

  --coral:      #F7A392;
  --coral-deep: #EF8064;
  --coral-soft: rgba(247,163,146,.14);

  --cream:     #FFF6F4;
  --offwhite:  #F5F5F1;
  --pinkwhite: #FFF9F9;

  --line:      #EAEAEA;
  --line-soft: #F1F1EE;

  --shadow-sm: 0 10px 26px rgba(37,37,37,.06);
  --shadow-md: -18px 30px 50px rgba(226,225,225,.35);

  --font-display: "Playfair Display", "Georgia", serif;
  --font-body:    "Poppins", "Segoe UI", -apple-system, sans-serif;

  --wrap: 1240px;
  --wrap-narrow: 800px;
  --r-pill: 999px;
  --r-sm: 10px;
  --r-md: 20px;
  --pad-section: clamp(64px, 9vw, 120px);
}

/* --------------------------------------------------------------- Temel --- */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--white);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

img { max-width: 100%; display: block; }
a { color: var(--ink); text-decoration: none; transition: color .3s ease; }
a:hover { color: var(--coral-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.14;
  color: var(--ink);
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 900; }
h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); }
h3 { font-size: clamp(1.2rem, 1.9vw, 1.4rem); line-height: 1.3; }
h4 { font-size: 1.4rem; font-weight: 700; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(20px, 5vw, 44px); }
.wrap-narrow { max-width: var(--wrap-narrow); }

.section { padding-block: var(--pad-section); position: relative; }
.section--white  { background: var(--white); }
.section--cream  { background: var(--cream); }
.section--off    { background: var(--offwhite); }
.section--ink    { background: var(--ink); color: #C9C4C2; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; color: #fff; }

/* ------------------------------------------------------------ Süslemeler --- */

.eyebrow {
  display: inline-flex; align-items: center; gap: .8em;
  font-family: var(--font-body);
  font-size: .92rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--coral-deep); font-weight: 500; margin-bottom: .9em;
}
.eyebrow::before { content: ""; width: 30px; height: 1.5px; background: currentColor; opacity: .6; }

.section-head { max-width: 700px; margin-bottom: clamp(40px, 5vw, 60px); position: relative; padding-top: 34px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--body); font-size: 1.02rem; }
.section-head h2 em, h1 em, h2 .accent { font-style: normal; font-weight: 400; color: var(--coral-deep); }

.section-emblem {
  position: absolute; left: 50%; top: -6px; transform: translateX(-50%);
  width: 74px; height: 62px; color: var(--ink); opacity: .1;
  animation: bob 3s linear infinite; pointer-events: none;
}
.section-head--center .section-emblem { left: 50%; }
.section-head:not(.section-head--center) .section-emblem { left: 0; transform: none; }
.section-emblem svg { width: 100%; height: 100%; }
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,10px); } }
.section-head:not(.section-head--center) .section-emblem { animation-name: bobLeft; }
@keyframes bobLeft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(10px); } }

.lede {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.5; font-weight: 400; font-style: italic; color: var(--ink);
}

/* -------------------------------------------------------------- Butonlar --- */

.btn {
  --btn-fg: var(--ink);
  --btn-bg: var(--white);
  --btn-ic-bg: var(--coral);
  --btn-ic-fg: #fff;
  display: inline-flex; align-items: center; gap: .8em;
  position: relative;
  height: 50px; line-height: 50px;
  padding: 0 30px 0 54px;
  font-family: var(--font-display); font-size: .86rem; font-weight: 500;
  text-transform: capitalize; letter-spacing: .01em;
  border: none; border-radius: var(--r-pill);
  background: var(--btn-bg); color: var(--btn-fg);
  cursor: pointer; transition: all .35s ease;
  white-space: nowrap; box-shadow: var(--shadow-sm);
}
.btn__ic {
  position: absolute; left: 5px; top: 5px; width: 40px; height: 40px;
  border-radius: 50%; background: var(--btn-ic-bg); color: var(--btn-ic-fg);
  display: grid; place-items: center; transition: all .35s ease;
}
.btn__ic svg { width: 18px; height: 18px; }
.btn:hover { background: var(--coral); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(247,163,146,.35); }
.btn:hover .btn__ic { background: #fff; color: var(--coral-deep); }
.btn--reverse { --btn-bg: var(--coral); --btn-fg: #fff; --btn-ic-bg: #fff; --btn-ic-fg: var(--coral-deep); }
.btn--reverse:hover { background: var(--ink); color: #fff; }
.btn--reverse:hover .btn__ic { background: var(--coral); color: #fff; }
.btn--dark { --btn-bg: var(--ink); --btn-fg: #fff; --btn-ic-bg: var(--coral); --btn-ic-fg: #fff; }
.btn--dark:hover { background: var(--coral); color: #fff; }
.btn--sm { height: 40px; line-height: 40px; padding-left: 46px; font-size: .78rem; }
.btn--sm .btn__ic { width: 32px; height: 32px; top: 4px; left: 4px; }
.btn--sm .btn__ic svg { width: 15px; height: 15px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ---------------------------------------------------------------- Header --- */

.topbar { background: var(--ink); color: #C9C4C2; font-size: .78rem; letter-spacing: .03em; }
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 8px 30px; align-items: center; justify-content: center; padding-block: 9px; }
.topbar a { color: #F3E4DF; }
.topbar a:hover { color: var(--coral); }
.topbar span { display: inline-flex; align-items: center; gap: .6em; }
.topbar svg { width: 14px; height: 14px; flex: none; color: var(--coral); }
@media (max-width: 640px) { .topbar span:nth-child(2) { display: none; } }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 14px; }

.brand { display: flex; align-items: center; gap: 14px; }
.brand__mark { width: 52px; height: auto; flex: none; }
.brand__text { line-height: 1.15; }
.brand__name { font-family: var(--font-display); font-size: 1.36rem; font-weight: 700; color: var(--ink); display: block; }
.brand__sub { font-size: .62rem; letter-spacing: .34em; text-transform: uppercase; color: var(--coral-deep); }

.nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 32px); }
.nav > a:not(.btn), .nav__trigger {
  font-family: var(--font-display); font-size: .98rem; font-weight: 500;
  color: var(--ink); background: none; border: 0; cursor: pointer;
  position: relative; padding: 8px 0; display: inline-flex; align-items: center; gap: .35em;
}
.nav > a:hover, .nav__trigger:hover,
.nav > a[aria-current="page"], .nav__item--current .nav__trigger { color: var(--coral-deep); }
.nav__plus { font-size: .8em; position: relative; top: -1px; }
.nav a.btn { color: #fff; }

/* --- açılır alt menü --- */
.nav__item { position: relative; }
.nav__panel {
  position: absolute; top: calc(100% + 14px); left: 50%; transform-origin: top;
  min-width: 300px; padding: 6px; z-index: 5;
  background: var(--white); border-top: 3px solid var(--coral);
  border-radius: 2px; box-shadow: 0 0 25px rgba(37,37,37,.15);
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(-50%) rotateX(90deg);
  transition: all .4s ease;
}
.nav__item:hover .nav__panel, .nav__item:focus-within .nav__panel, .nav__item.is-open .nav__panel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) rotateX(0deg);
}
.nav__panel a {
  display: flex; align-items: baseline; gap: 12px; padding: 13px 18px;
  font-family: var(--font-body); font-size: .89rem; font-weight: 500; letter-spacing: .01em; color: var(--ink);
  border-top: 1px solid var(--line-soft);
}
.nav__panel a:first-child { border-top: none; }
.nav__panel a:hover { color: var(--coral-deep); padding-left: 22px; }
.nav__panel a span.n {
  font-family: var(--font-display); font-size: .8rem; color: var(--coral);
  min-width: 20px; font-variant-numeric: tabular-nums;
}
.nav__panel a small { display: block; font-size: .74rem; color: var(--muted); letter-spacing: .01em; font-weight: 400; }
.nav__panel .nav__all {
  border-top: 1px solid var(--line-soft); margin-top: 2px;
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--coral-deep); font-weight: 600;
  justify-content: center;
}

.header-cta { display: inline-flex; }
[id] { scroll-margin-top: 110px; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: none;
  border-radius: 50%; background: var(--white); cursor: pointer;
  align-items: center; justify-content: center; box-shadow: -1px 3px 24px rgba(37,37,37,.12);
  position: relative; transition: background .3s ease;
}
.nav-toggle:hover { background: var(--coral); }
.nav-toggle span { display: block; width: 15px; height: 6px; position: relative; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; right: 0; background: var(--ink); border-radius: 2px;
  transition: all .3s ease;
}
.nav-toggle span::before { top: 0; width: 15px; height: 2px; }
.nav-toggle span::after { bottom: 0; width: 9px; height: 2px; }
.nav-toggle:hover span::before { background: #fff; width: 9px; }
.nav-toggle:hover span::after { background: #fff; width: 15px; }
.nav-toggle[aria-expanded="true"] { background: var(--coral); }
.nav-toggle[aria-expanded="true"] span::before { background: #fff; transform: rotate(45deg) translate(1px,1px); width: 13px; top: 2px; }
.nav-toggle[aria-expanded="true"] span::after { background: #fff; transform: rotate(-45deg) translate(1px,-1px); width: 13px; bottom: 2px; }

@media (min-width: 921px) { .nav > .btn { display: none; } }

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; position: relative; z-index: 80; }
  .header-cta { display: none; }
  .site-header { background: var(--white); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav {
    position: fixed; inset: 0; height: 100dvh;
    flex-direction: column; justify-content: center; gap: 4px;
    background: var(--white); transform: translateX(100%); transition: transform .4s ease;
    z-index: 70; overflow-y: auto; padding: 90px 26px 40px;
  }
  .nav.is-open { transform: translateX(0); }
  .nav > a, .nav__trigger { font-size: 1.15rem; padding: 13px 0; justify-content: center; }
  .nav__item { width: 100%; text-align: center; }
  .nav__trigger { width: 100%; justify-content: center; }
  .nav__panel {
    position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto;
    min-width: 0; border: 0; box-shadow: none; background: var(--cream); border-radius: var(--r-md);
    max-height: 0; overflow: hidden; padding: 0 10px; transition: max-height .35s ease, padding .35s ease;
  }
  .nav__item:not(.is-open) .nav__panel { max-height: 0; }
  .nav__item.is-open .nav__panel { max-height: 460px; padding: 8px; }
  .nav__panel a { text-align: left; border-color: rgba(37,37,37,.08); }
  .nav > .btn { margin-top: 18px; width: 100%; justify-content: center; }
  body.nav-open { overflow: hidden; }
}

/* ------------------------------------------------------------------ Hero --- */

.hero {
  position: relative; overflow: hidden;
  background: var(--offwhite);
  display: flex; align-items: center;
  min-height: min(88vh, 800px);
  padding-top: 40px;
}
.hero__grid {
  position: relative; display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; gap: clamp(30px, 5vw, 70px);
  padding-block: clamp(50px, 7vw, 90px) clamp(90px, 9vw, 130px);
  width: 100%;
}
.hero .eyebrow { color: var(--coral-deep); }
.hero h1 { margin-bottom: .28em; }
.hero h1 .accent { display: block; font-weight: 400; font-style: italic; color: var(--coral-deep); }
.hero p { color: var(--body); font-size: 1.02rem; max-width: 46ch; }
.hero__actions { margin-top: 32px; }

.hero__media { position: relative; }
.hero__glow {
  position: absolute; z-index: 0; left: 50%; top: 50%;
  width: 118%; padding-bottom: 118%; transform: translate(-50%,-50%);
  border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 0 rgba(247,163,146,.16);
  animation: pulseGlow 2.6s linear infinite;
}
@keyframes pulseGlow {
  0%   { box-shadow: 0 0 0 0 rgba(247,163,146,.20), 0 0 0 26px rgba(247,163,146,.14), 0 0 0 46px rgba(247,163,146,.08); }
  100% { box-shadow: 0 0 0 26px rgba(247,163,146,.14), 0 0 0 46px rgba(247,163,146,.08), 0 0 0 70px rgba(247,163,146,0); }
}
.hero__media img {
  position: relative; z-index: 1; border-radius: var(--r-md);
  object-fit: cover; aspect-ratio: 3/4; width: 100%;
  box-shadow: var(--shadow-md);
}
.hero__badge {
  position: absolute; z-index: 2; left: -22px; bottom: 36px;
  background: var(--white); padding: 18px 24px; box-shadow: var(--shadow-md);
  border-radius: var(--r-sm); font-size: .82rem; line-height: 1.5; color: var(--body);
}
.hero__badge strong { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--coral-deep); line-height: 1; margin-bottom: 3px; }

.torn-edge {
  position: absolute; left: 0; right: 0; bottom: -1px; height: 54px; z-index: 3;
  background: var(--white);
  clip-path: polygon(0% 46%,3% 60%,6% 38%,9% 58%,12% 34%,16% 64%,19% 40%,23% 58%,26% 30%,30% 62%,
                      34% 36%,38% 60%,42% 32%,46% 56%,50% 38%,54% 64%,58% 34%,62% 58%,66% 30%,70% 60%,
                      74% 36%,78% 56%,82% 32%,86% 62%,90% 38%,94% 58%,97% 34%,100% 50%,100% 100%,0% 100%);
}
.torn-edge--cream { background: var(--cream); }
.torn-edge--off { background: var(--offwhite); }
@media (max-width: 640px) { .torn-edge { height: 30px; } }

/* Sayfa başlıkları (alt sayfalar) */
.page-banner {
  position: relative; overflow: hidden;
  background: var(--offwhite);
  padding-block: clamp(150px, 16vw, 210px) clamp(70px, 8vw, 100px);
}
.page-banner .wrap { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.page-banner h1 { margin-bottom: .3em; }
.page-banner__orb {
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--coral) 0%, var(--coral) 40%, transparent 72%);
  opacity: .5; position: relative; flex: none;
  animation: bob 4s ease-in-out infinite;
}
.page-banner__orb::before {
  content: ""; position: absolute; inset: 18px; border-radius: 50%; border: 1.5px solid rgba(37,37,37,.15);
}
.crumbs { font-size: .95rem; text-transform: uppercase; font-weight: 500; color: var(--ink); letter-spacing: .04em; margin-bottom: .5em; }
.crumbs a { color: var(--coral-deep); }
.crumbs a:hover { color: var(--ink); }
.crumbs span { color: var(--coral-deep); margin: 0 8px; }
@media (max-width: 720px) { .page-banner__orb { display: none; } }

/* ------------------------------------------------------------- Kayan şerit --- */

.ticker { background: var(--ink); overflow: hidden; padding-block: 15px; }
.ticker__track { display: flex; width: max-content; animation: slide 46s linear infinite; }
.ticker span {
  font-family: var(--font-display); font-size: 1.02rem; font-style: italic;
  letter-spacing: .02em;
  color: #E8DFDC; padding-inline: 26px; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 26px;
}
.ticker span::after { content: "✦"; font-size: .7rem; color: var(--coral); font-style: normal; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ------------------------------------------------------ Blob ikon kartları --- */

.grid { display: grid; gap: clamp(20px, 2.6vw, 34px); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--5 { grid-template-columns: repeat(5, 1fr); }

.blob-card { text-align: center; padding: 0 8px; }
.blob-shape {
  position: relative; width: 128px; height: 116px; margin: 0 auto 22px;
  display: grid; place-items: center;
}
.blob-shape::before {
  content: ""; position: absolute; inset: 0; background: var(--white);
  border-radius: 63% 37% 54% 46% / 43% 41% 59% 57%;
  box-shadow: -14px 24px 30px rgba(226,225,225,.5);
  transition: all .45s ease;
}
.blob-card:hover .blob-shape::before { background: var(--coral); border-radius: 42% 58% 37% 63% / 55% 43% 57% 45%; }
.blob-shape .bg-ic { position: absolute; width: 62px; height: 62px; color: var(--coral); opacity: .22; transition: all .4s ease; }
.blob-shape .fg-ic { position: relative; width: 32px; height: 32px; color: var(--coral-deep); transition: all .4s ease; }
.blob-card:hover .bg-ic, .blob-card:hover .fg-ic { color: #fff; }
.blob-card:hover .bg-ic { opacity: .3; }
.blob-shape svg { width: 100%; height: 100%; }
.blob-card h3 { margin-bottom: .5em; }
.blob-card h3 a { color: inherit; }
.blob-card h3 a:hover { color: var(--coral-deep); }
.blob-card p { font-size: .93rem; margin: 0; }
.blob-card--lg .blob-shape { width: 150px; height: 132px; }
.blob-card--lg .bg-ic { width: 72px; height: 72px; }
.blob-card--lg .fg-ic { width: 38px; height: 38px; }

/* --------------------------------------------------- Fiyat / hizmet listesi --- */

.pkg-list { border-top: 1px solid var(--line); }
.pkg-row {
  display: flex; align-items: baseline; gap: 18px;
  padding: clamp(20px, 2.6vw, 28px) 4px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.pkg-row__title { font-family: var(--font-display); font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 700; flex: none; }
.pkg-row__title a { color: inherit; }
.pkg-row__title:hover a, .pkg-row:hover .pkg-row__title { color: var(--coral-deep); }
.pkg-row__rule { flex: 1; border-bottom: 1px dashed var(--line); margin-bottom: 8px; min-width: 30px; }
.pkg-row__meta { font-family: var(--font-body); font-size: .84rem; color: var(--muted); white-space: nowrap; flex: none; }
.pkg-row__arrow { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--cream); color: var(--coral-deep); display: grid; place-items: center; transition: all .3s ease; }
.pkg-row__arrow svg { width: 15px; height: 15px; }
.pkg-row:hover .pkg-row__arrow { background: var(--coral); color: #fff; transform: rotate(-40deg); }
@media (max-width: 640px) { .pkg-row { flex-wrap: wrap; } .pkg-row__meta { order: 3; width: 100%; } }

/* ------------------------------------------------------- Hizmet grupları --- */

.svc-group + .svc-group { margin-top: clamp(50px, 6vw, 80px); }
.svc-group__head { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.svc-group__head h2 { margin-bottom: .15em; }
.svc-group__count { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--coral-deep); font-weight: 600; }

.svc-item { padding-top: 18px; border-top: 1px solid var(--line); }
.svc-item__num { font-family: var(--font-display); font-size: .82rem; color: var(--coral); font-weight: 700; letter-spacing: .04em; }
.svc-item h3 { margin: .3em 0 .4em; font-size: 1.15rem; }
.svc-item p { font-size: .92rem; margin: 0; color: var(--body); }

.step { text-align: center; padding: 0 10px; }
.step__num { display: block; font-family: var(--font-display); font-size: 2.4rem; font-weight: 900; color: var(--coral); line-height: 1; margin-bottom: 16px; }
.step h3 { margin-bottom: .4em; }
.step p { font-size: .93rem; margin: 0; }

/* ------------------------------------------------------------- Yorum akışı --- */

.testi-stage { position: relative; max-width: 760px; margin-inline: auto; min-height: 200px; }
.testi { display: none; }
.testi.is-active { display: block; animation: fadeInTesti .6s ease both; }
@keyframes fadeInTesti { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* --------------------------------------------------------------- İstatistik --- */

.stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat { position: relative; }
.stat h2 { font-size: clamp(2.4rem, 5vw, 3.7rem); font-weight: 900; margin: 0 0 .2em; color: var(--ink); }
.stat h2 .plus { color: var(--coral-deep); font-family: var(--font-body); font-weight: 600; }
.stat p { font-family: var(--font-display); font-size: 1.05rem; font-style: italic; margin: 0; color: var(--body); }

/* -------------------------------------------------------------- Split --- */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5.5vw, 80px); align-items: center; }
.split--media-right .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { position: relative; z-index: 1; border-radius: var(--r-md); object-fit: cover; aspect-ratio: 4/5; width: 100%; box-shadow: var(--shadow-md); }
.split__media::before {
  content: ""; position: absolute; z-index: 0; inset: 22px -22px -22px 22px;
  background: var(--cream); border-radius: var(--r-md);
}
.split--media-right .split__media::before { inset: 22px 22px -22px -22px; }

.stats-inline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.stats-inline div { background: var(--cream); border-radius: var(--r-sm); padding: 18px 16px; text-align: center; }
.stats-inline strong { display: block; font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 900; color: var(--coral-deep); line-height: 1; margin-bottom: 5px; }
.stats-inline span { font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

/* ------------------------------------------------------- Randevu / CTA panel --- */

.cta-split { display: grid; grid-template-columns: 1fr 1.15fr; background: var(--white); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-md); }
.cta-split__panel {
  position: relative; padding: 50px 40px; display: flex; align-items: center; justify-content: center; text-align: center;
  background: linear-gradient(rgba(37,25,20,.42), rgba(37,25,20,.42)), var(--coral);
  background-size: cover; background-position: center;
  color: #fff; min-height: 320px;
}
.cta-split__panel p { text-transform: uppercase; font-size: clamp(1.3rem, 2.4vw, 1.9rem); letter-spacing: .16em; font-weight: 300; margin: 0; line-height: 1.5; }
.cta-split__panel strong { font-weight: 700; }
.cta-split__panel .btn { margin-top: 26px; }
.cta-split__form { padding: clamp(34px, 4vw, 58px); }
.cta-split__form h3 { margin-bottom: .3em; }
@media (max-width: 880px) { .cta-split { grid-template-columns: 1fr; } .cta-split__panel { padding: 60px 30px; } }

.booking__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking__grid .field--full { grid-column: 1 / -1; }
.booking__grid .btn { width: 100%; justify-content: center; margin-top: 6px; }
@media (max-width: 560px) { .booking__grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------- Galeri --- */

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--r-sm); background: var(--cream); }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; transition: transform .8s ease; }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figure.tall img { aspect-ratio: 1/1.45; }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 28px 18px 14px;
  background: linear-gradient(to top, rgba(37,25,20,.72), transparent);
  color: #fff; font-family: var(--font-display); font-size: .92rem; font-style: italic;
}

.strip__track {
  display: flex; gap: 18px; overflow-x: auto; padding-bottom: 18px;
  scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.strip__track::-webkit-scrollbar { display: none; }
.strip__track figure {
  margin: 0; position: relative; flex: 0 0 clamp(230px, 28vw, 340px);
  scroll-snap-align: start; overflow: hidden; border-radius: var(--r-sm);
}
.strip__track img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .8s ease; }
.strip__track figure:hover img { transform: scale(1.05); }
.strip__track figcaption {
  position: absolute; inset: auto 0 0 0; padding: 28px 16px 14px;
  background: linear-gradient(to top, rgba(37,25,20,.72), transparent);
  color: #fff; font-family: var(--font-display); font-size: .9rem; font-style: italic;
}
.strip__hint { margin-top: 8px; text-align: center; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

/* --- öncesi / sonrası --- */
.ba { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ba figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--r-sm); }
.ba span.label {
  position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.95);
  color: var(--ink); font-size: .74rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: var(--r-pill);
}
.ba figure:last-child .label { background: var(--coral); color: #fff; }
.ba-pair { background: var(--cream); border-radius: var(--r-md); padding: clamp(20px, 2.6vw, 28px); }
.ba-pair h3 { margin-bottom: 16px; }

/* -------------------------------------------------------------- Yorumlar --- */

.testi { max-width: 760px; margin-inline: auto; text-align: center; }
.testi__mark { font-family: var(--font-display); font-size: 4.4rem; line-height: 1; color: var(--coral); margin-bottom: 6px; font-weight: 700; }
.testi__dots { display: flex; justify-content: center; gap: 8px; margin: 10px 0 26px; }
.testi__dots span { width: 5px; height: 5px; border-radius: 50%; background: #D8D3D1; }
.testi p.quote-text { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.5; color: var(--ink); margin: 0 0 26px; }
.testi__author strong { display: block; font-size: .92rem; color: var(--coral-deep); margin-bottom: 4px; }
.testi__author span { font-size: .74rem; color: #ACACAC; letter-spacing: .04em; }

.pager-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.pager-dots button { width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--coral); background: transparent; cursor: pointer; padding: 0; transition: all .3s ease; }
.pager-dots button.is-active { background: var(--coral); transform: scale(1.3); }

.placeholder-note {
  border: 1.5px dashed var(--coral); border-radius: var(--r-sm); background: var(--cream);
  padding: 18px 24px; font-size: .88rem; color: var(--ink);
}
.placeholder-note strong { font-weight: 700; color: var(--coral-deep); }
.placeholder-note code { background: rgba(37,37,37,.08); padding: 1px 6px; border-radius: 6px; font-size: .88em; }

/* ------------------------------------------------------------------ SSS --- */

.faq { display: grid; gap: 10px; }
.faq details {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 0 24px; transition: box-shadow .3s ease;
}
.faq details[open] { box-shadow: var(--shadow-sm); border-color: transparent; }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 40px 20px 0; position: relative;
  font-family: var(--font-display); font-size: 1.12rem; font-weight: 700; color: var(--ink); transition: color .2s ease;
}
.faq summary:hover { color: var(--coral-deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%; background: var(--cream);
  display: grid; place-items: center;
  font-family: var(--font-body); font-size: 1.1rem; color: var(--coral-deep); font-weight: 400;
}
.faq details[open] summary { color: var(--coral-deep); }
.faq details[open] summary::after { content: "–"; background: var(--coral); color: #fff; }
.faq details > div { padding: 0 40px 22px 0; color: var(--body); font-size: .95rem; }

/* -------------------------------------------------------------- İletişim --- */

.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { display: flex; gap: 18px; padding: 18px 0; }
.info-list li:first-child { padding-top: 0; }
.info-list .ico { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; }
.info-list .ico svg { width: 19px; height: 19px; }
.info-list dl { margin: 0; }
.info-list dt { font-family: var(--font-body); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--coral-deep); font-weight: 600; margin-bottom: 3px; }
.info-list dd { margin: 0; font-size: 1.02rem; color: var(--ink); }

.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: .95rem; }
.hours li:last-child { border-bottom: 0; }
.hours .closed { color: var(--coral-deep); font-weight: 600; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--coral-deep); font-weight: 600; }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: .95rem; font-weight: 400; color: var(--ink);
  background: var(--offwhite); border: 1px solid transparent; border-radius: var(--r-pill);
  padding: 14px 20px; transition: border-color .25s ease, background .25s ease;
}
.field textarea { border-radius: var(--r-sm); resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--coral); background: var(--white);
}
.form-note { font-size: .82rem; color: var(--muted); }

.map-frame { border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }

/* ------------------------------------------------------------------ CTA --- */

.cta-band { position: relative; background: var(--cream); text-align: center; overflow: hidden; }
.cta-band .wrap { position: relative; padding-block: clamp(30px,4vw,10px); }
.cta-band h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
.cta-band p { color: var(--body); max-width: 52ch; margin-inline: auto; }
.cta-band .btn-row { justify-content: center; margin-top: 30px; }

/* --------------------------------------------------------------- Footer --- */

.site-footer { background: var(--white); padding-block: clamp(70px, 8vw, 100px) 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.1fr; gap: clamp(30px, 4vw, 60px); }
.site-footer h4 { font-size: clamp(1.4rem,2vw,1.7rem); font-weight: 700; margin-bottom: 22px; }
.footer-about { font-size: .95rem; max-width: 34ch; color: var(--body); margin-bottom: 22px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: .94rem; }
.footer-links a { color: var(--body); }
.footer-links a:hover { color: var(--coral-deep); padding-left: 4px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--ink); transition: all .3s ease; }
.socials a:hover { background: var(--coral); border-color: var(--coral); color: #fff; }
.socials svg { width: 15px; height: 15px; }

.newsletter-form { position: relative; margin-top: 28px; }
.newsletter-form input {
  width: 100%; height: 58px; border-radius: var(--r-pill); border: 1px solid var(--coral);
  background: transparent; outline: none; font-size: .92rem; padding: 0 100px 0 24px; color: var(--ink);
}
.newsletter-form input::placeholder { color: #C3C3C3; }
.newsletter-form button {
  position: absolute; right: 3px; top: 3px; height: 52px; width: 90px;
  border: none; border-radius: var(--r-pill); background: var(--coral); color: #fff;
  font-size: 1.1rem; cursor: pointer; transition: background .3s ease;
}
.newsletter-form button:hover { background: var(--ink); }
.newsletter-note { font-size: .82rem; color: var(--muted); margin-top: 10px; }

.footer-bottom {
  margin-top: clamp(50px, 6vw, 70px); background: var(--pinkwhite);
  padding-block: 24px; display: flex; flex-wrap: wrap; gap: 14px 24px; justify-content: space-between; align-items: center;
}
.footer-bottom .wrap { display: flex; flex-wrap: wrap; gap: 14px 24px; justify-content: space-between; align-items: center; width: 100%; }
.footer-bottom p { margin: 0; font-size: .84rem; color: var(--muted); }
.back-top {
  width: 44px; height: 44px; border-radius: 50%; background: var(--coral); color: #fff;
  display: grid; place-items: center; border: none; cursor: pointer; transition: all .3s ease; flex: none;
}
.back-top:hover { background: var(--ink); transform: translateY(-3px); }
.back-top svg { width: 18px; height: 18px; }

/* --------------------------------------------------------- WhatsApp FAB --- */

.wa-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 96;
  display: inline-flex; align-items: center; gap: 11px;
  background: #1FA855; color: #fff; border-radius: var(--r-pill);
  padding: 14px 22px 14px 16px; box-shadow: 0 12px 30px rgba(31,168,85,.3);
  font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600;
  transition: transform .3s ease, box-shadow .3s ease;
}
.wa-fab:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 18px 40px rgba(31,168,85,.4); }
.wa-fab svg { width: 22px; height: 22px; flex: none; }
@media (max-width: 560px) { .wa-fab__text { display: none; } .wa-fab { padding: 15px; right: 16px; bottom: 16px; } }

/* ------------------------------------------------------------ Animasyon --- */

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }

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

/* ------------------------------------------------------------ Responsive --- */

@media (max-width: 1040px) {
  .grid--4, .grid--5 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stat-row { grid-template-columns: repeat(2,1fr); gap: 32px; }
}
@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { max-width: 420px; margin-inline: auto; }
  .hero__badge { left: auto; right: -6px; }
  .split { grid-template-columns: 1fr; }
  .split--media-right .split__media { order: 0; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .page-banner .wrap { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 14.5px; }
  .grid--2, .grid--3, .grid--4, .grid--5 { grid-template-columns: 1fr; }
  .form-grid, .booking__grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .ba { grid-template-columns: 1fr 1fr; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { justify-content: center; }
}
