/* =============================================================
   BURSA MASAJ SALON — Ferah palet: krem + rose-gold + sage green
   ============================================================= */

:root{
  /* Palette (logo-derived) */
  --bg:        #fbf7f1;   /* warm cream page bg */
  --bg-2:      #f4ecdf;   /* soft beige alt */
  --bg-3:      #efe5d3;   /* deeper cream accent */
  --card:      #ffffff;
  --line:      #ead9c0;
  --line-2:    #e2d3ba;

  --ink:       #2b2418;   /* warm dark text */
  --ink-2:     #6b5f52;   /* muted body */
  --ink-3:     #948577;   /* softer muted */

  --gold:      #c9a074;   /* primary rose-gold */
  --gold-2:    #b0855a;   /* darker gold — hover */
  --gold-3:    #8a643e;   /* deepest gold — headings accent */
  --gold-soft: #f2e6d3;   /* light gold surface */
  --gold-glow: #efd9b7;   /* glow tint */

  --sage:      #9db088;   /* leaf sage */
  --sage-2:    #7d9068;   /* darker sage */
  --sage-soft: #e6ecdd;   /* light sage surface */

  --dark:      #1a1612;   /* logo showcase & footer */
  --dark-2:    #262019;

  --wa:        #25d366;   /* WhatsApp green */
  --wa-dark:   #128c7e;

  --shadow-sm: 0 1px 3px rgba(43,36,24,.05), 0 1px 2px rgba(43,36,24,.03);
  --shadow-md: 0 8px 24px rgba(43,36,24,.06), 0 2px 6px rgba(43,36,24,.04);
  --shadow-lg: 0 24px 60px rgba(43,36,24,.10), 0 6px 18px rgba(43,36,24,.06);

  --radius-sm: 10px;
  --radius:    18px;
  --radius-lg: 26px;
  --radius-pill: 999px;

  --wrap: 1200px;
  --pad-x: clamp(16px, 4vw, 32px);
}

/* Reset -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }
h1,h2,h3,h4 { font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif; font-weight: 500; color: var(--ink); margin: 0; letter-spacing: -0.005em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad-x); }

/* Eyebrow / small caps --------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-3);
}
.eyebrow__leaf { color: var(--sage-2); display: inline-flex; }
.eyebrow__dot {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
}

/* Section head ------------------------------------------------ */
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 14px 0 12px;
}
.section-head p {
  color: var(--ink-2);
  font-size: 16px;
  max-width: 60ch;
}
.section-head--center p { margin-inline: auto; }

/* Buttons ----------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { transition: transform .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:hover svg { transform: translateX(2px); }

.btn--gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(176,133,90,.28);
}
.btn--gold:hover { box-shadow: 0 12px 26px rgba(176,133,90,.36); }

.btn--pill {
  background: var(--ink);
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
}
.btn--pill:hover { background: var(--gold-3); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn--ghost:hover { background: var(--gold-soft); border-color: var(--gold); color: var(--gold-3); }

.btn--ghost-dark {
  border-color: rgba(255,255,255,.35);
  color: #fff;
}
.btn--ghost-dark:hover { background: rgba(255,255,255,.10); border-color: #fff; }

/* Top bar ----------------------------------------------------- */
.topbar {
  background: var(--dark);
  color: #f2e6d3;
  font-size: 12.5px;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; padding-bottom: 10px;
  gap: 20px;
}
.topbar__tag {
  letter-spacing: 0.22em;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  font-size: 11px;
}
.topbar__phone {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold-glow);
  font-weight: 500;
}
.topbar__phone:hover { color: #fff; }

/* Header ------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,247,241,.92);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(234,217,192,.5);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; padding-bottom: 16px;
  gap: 24px;
}

.brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--gold-3);
}
.brand__mark { color: var(--gold); display: inline-flex; }
.brand__mark .mark-leaf { color: var(--sage-2); }
.brand__mark .mark-body { color: var(--gold); }
.brand__text { display: inline-flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.14em;
  color: var(--gold-3);
}
.brand__sub {
  font-family: 'Dancing Script', cursive;
  font-size: 17px;
  color: var(--gold-2);
  margin-top: 2px;
  letter-spacing: 0.02em;
}
.brand--footer { color: var(--gold-glow); }
.brand--footer .brand__mark { color: var(--gold-glow); }
.brand--footer .brand__mark .mark-leaf { color: var(--sage); }
.brand--footer .brand__name,
.brand--footer .brand__sub { color: var(--gold-glow); }

.nav {
  display: flex; align-items: center; gap: 30px;
  font-size: 14.5px; font-weight: 500;
  color: var(--ink);
}
.nav a { position: relative; padding: 6px 2px; color: var(--ink); }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px;
  background: var(--gold); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .18s ease;
}
.nav a:hover { color: var(--gold-3); }
.nav a:hover::after { transform: scaleX(1); }

/* Mobile toggle */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; padding: 8px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero -------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, #f6ecd9 100%);
  padding: 60px 0 90px;
}
.hero::before {
  content:""; position: absolute; inset: -100px -100px auto auto;
  width: 500px; height: 500px;
  background: radial-gradient(closest-side, rgba(201,160,116,.18), transparent 70%);
  pointer-events: none;
}
.hero::after {
  content:""; position: absolute; inset: auto auto -160px -140px;
  width: 480px; height: 480px;
  background: radial-gradient(closest-side, rgba(157,176,136,.16), transparent 70%);
  pointer-events: none;
}
.hero__grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 60px; align-items: center;
  position: relative;
}
.hero__title {
  font-size: clamp(38px, 6vw, 70px);
  line-height: 1.02;
  margin: 20px 0 22px;
  color: var(--ink);
  letter-spacing: -0.015em;
  font-weight: 500;
}
.hero__title em {
  font-style: italic;
  color: var(--gold-3);
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  background: linear-gradient(90deg, var(--gold-2), var(--gold-3));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__lead {
  color: var(--ink-2);
  font-size: 17px;
  max-width: 52ch;
  margin-bottom: 32px;
}
.hero__cta {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-bottom: 44px;
}
.hero__meta {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero__meta > div { display: flex; flex-direction: column; gap: 4px; }
.hero__meta strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.hero__meta span {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3);
}

/* Hero showcase (dark logo card) */
.hero__showcase {
  position: relative; align-self: stretch;
  display: flex; align-items: center; justify-content: center;
  min-height: 480px;
}
.hero__stage {
  position: relative;
  width: 100%; aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #0a0806;
  border: 1px solid rgba(201, 160, 116, 0.22);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.04);
}
.hero__stage::before {
  content:""; position: absolute; inset: 0;
  background: radial-gradient(closest-side, rgba(233,206,158,.14), transparent 70%);
  pointer-events: none;
}
.hero__stage::after {
  content:""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,.28) 100%),
    radial-gradient(circle at 20% 20%, rgba(157,176,136,.10), transparent 40%);
  pointer-events: none;
}
.hero__logo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 6%;
}
.hero__chip {
  position: absolute; right: -18px; bottom: -22px;
  background: var(--card);
  border-radius: var(--radius);
  padding: 18px 22px;
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: 4px;
  min-width: 240px;
  border: 1px solid var(--line);
}
.hero__chip-eyebrow {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold-3);
}
.hero__chip-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px; font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.hero__chip-note {
  font-size: 12.5px; color: var(--ink-2);
}

/* Trust strip ------------------------------------------------- */
.strip {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.strip__row {
  display: flex; flex-wrap: wrap;
  justify-content: center; gap: 14px 28px;
  padding: 22px 0;
  color: var(--ink-2);
  font-size: 13.5px;
  font-weight: 500;
}
@media (min-width: 900px) {
  .strip__row { justify-content: space-between; }
}
.strip__row span {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink-2);
}
.strip__row span svg { color: var(--gold-2); }

/* Sections base ---------------------------------------------- */
section { padding: 90px 0; }
section.strip { padding: 0; }
section.topbar-wrap { padding: 0; }

/* Services ---------------------------------------------------- */
.services { background: var(--bg); }
.services__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.service {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px 26px;
  display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative; overflow: hidden;
}
.service::before {
  content:""; position: absolute; inset: auto 0 0 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity .22s ease;
}
.service:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}
.service:hover::before { opacity: 1; }
.service__icon {
  width: 62px; height: 62px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold-soft);
  color: var(--gold-3);
  border-radius: 18px;
  margin-bottom: 18px;
}
.service h3 {
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 10px;
}
.service > p {
  color: var(--ink-2);
  font-size: 14.5px;
  margin-bottom: 20px;
  flex: 1;
}
.service__prices {
  border-top: 1px dashed var(--line);
  padding-top: 16px;
  margin-bottom: 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.service__prices li {
  display: flex; justify-content: space-between; align-items: baseline;
  color: var(--ink-2); font-size: 14px;
}
.service__prices strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px; font-weight: 600;
  color: var(--gold-3);
}
.service__cta {
  align-self: flex-start;
  color: var(--gold-3);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: border-color .18s ease, color .18s ease;
}
.service__cta:hover { color: var(--gold-2); border-bottom-color: var(--gold-2); }

.services__note {
  margin-top: 32px;
  text-align: center;
  color: var(--ink-2);
  font-size: 14px;
}
.services__note strong { color: var(--gold-3); font-weight: 700; }

/* Package highlight ------------------------------------------ */
.package {
  background:
    linear-gradient(135deg, #f8ecd6 0%, #efe0c3 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
  padding: 70px 0;
}
.package::before {
  content:""; position: absolute; right: -100px; top: -80px;
  width: 340px; height: 340px;
  background: radial-gradient(closest-side, rgba(201,160,116,.35), transparent 70%);
  pointer-events: none;
}
.package__grid {
  display: grid; grid-template-columns: auto 1fr;
  gap: 40px; align-items: center;
  position: relative;
}
.package__badge {
  width: 120px; height: 120px;
  border-radius: 50%;
  background: var(--card);
  color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(176,133,90,.20);
}
.package__text h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  margin: 12px 0;
  line-height: 1.15;
}
.package__text p {
  color: var(--ink-2);
  font-size: 16px;
  max-width: 60ch;
  margin-bottom: 22px;
}
.package__row {
  display: flex; flex-wrap: wrap;
  align-items: center; gap: 24px;
}
.package__price {
  display: inline-flex; flex-direction: column;
  padding: 12px 22px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.package__price span {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-3);
}
.package__price strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px; font-weight: 700;
  color: var(--gold-3);
}

/* Why (Neden Biz) --------------------------------------------- */
.why { background: var(--bg); }
.why__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.why__card {
  background: var(--card);
  padding: 32px 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.why__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.why__num {
  display: inline-block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px; font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 16px;
}
.why__card h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--ink);
}
.why__card p {
  color: var(--ink-2);
  font-size: 14.5px;
}

/* Gallery ----------------------------------------------------- */
.gallery { background: var(--bg-2); }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 200px 200px;
  gap: 18px;
}
.gallery__tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(135deg, #ebd7b6 0%, #d9c19a 100%);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.gallery__tile:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.gallery__tile::before {
  content:""; position: absolute; inset: 0;
  background:
    radial-gradient(closest-side at 30% 30%, rgba(255,255,255,.35), transparent 60%),
    radial-gradient(closest-side at 70% 80%, rgba(157,176,136,.25), transparent 60%);
}
.gallery__tile::after {
  content: attr(data-label);
  position: absolute; left: 20px; bottom: 16px;
  color: var(--gold-3);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px; font-weight: 600;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.gallery__tile--tall { grid-row: span 2; }
.gallery__tile--wide { grid-column: span 2; }
.gallery__note {
  margin-top: 22px;
  color: var(--ink-3);
  font-size: 13px;
  text-align: center;
}

/* Live gallery (DB photos) */
.gallery__grid--live {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 220px 220px;
}
.gallery__tile--photo {
  background: #ece0cd;
  padding: 0;
}
.gallery__tile--photo::before,
.gallery__tile--photo::after { display: none; }
.gallery__tile--photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.gallery__tile--photo:hover img { transform: scale(1.04); }

/* Contact map (iframe) */
.contact__map-embed { height: 100%; min-height: 380px; }
.contact__map-embed iframe {
  display: block;
  width: 100%; height: 100%;
  min-height: 380px;
  border: 0;
}

/* Nav active link */
.nav a.is-active { color: var(--gold-3); }
.nav a.is-active::after { transform: scaleX(1); }

/* Process ----------------------------------------------------- */
.process { background: var(--bg); }
.process__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.process__step {
  background: var(--card);
  padding: 36px 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  text-align: center;
  position: relative;
}
.process__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 10px 22px rgba(176,133,90,.28);
}
.process__step h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--ink);
}
.process__step p { color: var(--ink-2); font-size: 14.5px; }

/* Testimonials ------------------------------------------------ */
.testimonials { background: var(--bg-2); }
.testimonials__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.tcard {
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  border: 1px solid var(--line);
  margin: 0;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tcard__stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.tcard blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  color: var(--ink);
  line-height: 1.5;
  margin: 0 0 20px;
  font-style: italic;
}
.tcard figcaption {
  display: flex; flex-direction: column; gap: 2px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.tcard figcaption strong { color: var(--ink); font-size: 14.5px; font-weight: 600; }
.tcard figcaption span { color: var(--ink-3); font-size: 12.5px; }

/* FAQ --------------------------------------------------------- */
.faq { background: var(--bg); }
.faq__wrap { max-width: 900px; margin: 0 auto; }
.faq__list {
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  transition: background .18s ease;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; font-weight: 500;
  color: var(--ink);
  padding: 4px 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold-3); }
.faq__i {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold-3);
  display: inline-flex; align-items: center; justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: background .18s ease, color .18s ease, transform .22s ease;
}
.faq__i::before, .faq__i::after {
  content:""; position: absolute; background: currentColor;
  border-radius: 1px;
}
.faq__i::before { width: 12px; height: 1.5px; }
.faq__i::after { width: 1.5px; height: 12px; transition: transform .22s ease; }
.faq details[open] .faq__i { background: var(--gold); color: #fff; transform: rotate(90deg); }
.faq details[open] .faq__i::after { transform: scaleY(0); }
.faq details p {
  padding: 12px 0 4px;
  color: var(--ink-2);
  font-size: 15px;
  max-width: 70ch;
}

/* Contact ----------------------------------------------------- */
.contact { background: var(--bg-2); }
.contact__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.contact__info {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex; flex-direction: column;
}
.contact__row {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line);
}
.contact__row:last-of-type { border-bottom: none; }
.contact__label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold-3);
}
.contact__val {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px; font-weight: 500;
  color: var(--ink);
}
a.contact__val:hover { color: var(--gold-3); }
.contact__actions {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 24px;
}
.contact__map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #faf5ec;
  border: 1px solid var(--line);
  position: relative;
  min-height: 380px;
}
.contact__map-inner { padding: 0; height: 100%; }
.contact__map-inner svg { width: 100%; height: 100%; }
.contact__map-note {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 10px 16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.05));
  text-align: center;
  color: var(--ink-3);
  font-size: 12px;
}

/* CTA band ---------------------------------------------------- */
.ctaband {
  background:
    linear-gradient(135deg, #2c2418 0%, #1a140c 100%);
  color: #f6ecd9;
  padding: 70px 0;
  position: relative; overflow: hidden;
}
.ctaband::before {
  content:""; position: absolute; right: -80px; top: -60px;
  width: 320px; height: 320px;
  background: radial-gradient(closest-side, rgba(233,206,158,.20), transparent 70%);
  pointer-events: none;
}
.ctaband::after {
  content:""; position: absolute; left: -120px; bottom: -100px;
  width: 340px; height: 340px;
  background: radial-gradient(closest-side, rgba(157,176,136,.12), transparent 70%);
  pointer-events: none;
}
.ctaband__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 30px; position: relative;
}
.ctaband h2 {
  font-size: clamp(24px, 3vw, 34px);
  color: #fff;
  line-height: 1.25;
  margin-top: 8px;
  max-width: 22ch;
}
.ctaband .eyebrow { color: var(--gold-glow); }
.ctaband__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Footer ------------------------------------------------------ */
.site-footer {
  background: var(--dark);
  color: #d8ccbb;
  padding: 70px 0 24px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-footer h4 {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-glow);
  margin-bottom: 18px;
}
.site-footer ul li {
  padding: 5px 0;
  font-size: 14px;
  color: #b8ac9b;
}
.site-footer ul li a { color: #b8ac9b; }
.site-footer ul li a:hover { color: var(--gold-glow); }
.site-footer__desc {
  margin-top: 16px;
  color: #a89c8b;
  font-size: 14px;
  max-width: 40ch;
}
.site-footer__bar {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  padding-top: 24px;
  color: #8a7f70;
  font-size: 12.5px;
  gap: 10px;
}

/* Floating WhatsApp FAB -------------------------------------- */
.wafab {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(37,211,102,.42);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wafab:hover { transform: translateY(-2px) scale(1.04); box-shadow: 0 14px 30px rgba(37,211,102,.54); }
.wafab::before {
  content:""; position: absolute; inset: -6px;
  border-radius: 50%;
  background: rgba(37,211,102,.35);
  animation: waPulse 2.2s ease-out infinite;
  z-index: -1;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: .6; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1080px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 200px); }
  .gallery__tile--tall { grid-row: auto; }
  .gallery__tile--wide { grid-column: span 2; }
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer__grid > div:last-child { grid-column: span 3; }
}

@media (max-width: 860px) {
  .hero { padding: 40px 0 90px; }
  .hero__grid { grid-template-columns: 1fr; gap: 60px; }
  .hero__showcase { min-height: 380px; order: -1; }
  .hero__title { font-size: clamp(34px, 8vw, 48px); }
  .hero__meta { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero__meta strong { font-size: 18px; }
  .package__grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .package__badge { margin: 0 auto; }
  .package__row { justify-content: center; }
  .process__grid, .testimonials__grid { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__map { min-height: 280px; }
  section { padding: 60px 0; }
  .topbar__tag { display: none; }
  .topbar__inner { justify-content: center; }
}

@media (max-width: 720px) {
  .nav { display: none; }
  .btn--pill { display: none; }
  .nav-toggle { display: flex; }
  body.menu-open .nav {
    display: flex; flex-direction: column;
    position: fixed; inset: 60px 0 0 0;
    background: var(--bg);
    padding: 40px 32px;
    gap: 24px;
    z-index: 40;
    align-items: flex-start;
    border-top: 1px solid var(--line);
  }
  body.menu-open .nav a { font-size: 22px; font-family: 'Playfair Display', Georgia, serif; }
  body.menu-open { overflow: hidden; }
  .services__grid { grid-template-columns: 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 200px); }
  .gallery__tile--tall, .gallery__tile--wide { grid-row: auto; grid-column: auto; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .site-footer__grid > div:last-child { grid-column: auto; }
  .hero__chip { right: 12px; bottom: -18px; min-width: 200px; padding: 14px 18px; }
  .hero__chip-price { font-size: 26px; }
  .ctaband__inner { flex-direction: column; align-items: flex-start; }
  .site-header__inner { padding: 12px 0; }
}

/* =============================================================
   VIDEO REELS — hero'nun altında Instagram-tarzı yatay şerit
   ============================================================= */
.videos {
  background: var(--bg);
  padding-top: 60px;
  padding-bottom: 70px;
}
.videos__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 260px;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-2) transparent;
  -webkit-overflow-scrolling: touch;
}
.videos__rail::-webkit-scrollbar { height: 8px; }
.videos__rail::-webkit-scrollbar-track { background: transparent; }
.videos__rail::-webkit-scrollbar-thumb {
  background: var(--gold-2); border-radius: 8px;
}
.vcard {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #efe1ce;
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.vcard:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.vcard video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.vcard__ctrl {
  position: absolute; inset: 0;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.25) 100%);
  transition: background .2s ease;
}
.vcard__ctrl::before {
  content:""; position: absolute; left: 50%; top: 50%;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  transform: translate(-50%, -50%);
  transition: opacity .18s ease, transform .18s ease;
}
.vcard__ctrl::after {
  content:""; position: absolute; left: 50%; top: 50%;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--gold-3);
  transform: translate(-38%, -50%);
  transition: opacity .18s ease;
}
.vcard.oynuyor .vcard__ctrl { background: transparent; }
.vcard.oynuyor .vcard__ctrl::before,
.vcard.oynuyor .vcard__ctrl::after { opacity: 0; }
.vcard.oynuyor:hover .vcard__ctrl { background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.25) 100%); }
.vcard.oynuyor:hover .vcard__ctrl::before,
.vcard.oynuyor:hover .vcard__ctrl::after { opacity: 1; }
.vcard__mute {
  position: absolute; right: 12px; bottom: 12px;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  z-index: 2;
  transition: background .18s ease;
}
.vcard__mute:hover { background: rgba(0,0,0,.75); }

@media (max-width: 720px) {
  .videos__rail { grid-auto-columns: 220px; }
}
