/* Arna — ortak yapı; renkler sayfa sınıfına göre değişir */
:root {
  --black: #121212;
  --text: #2d2a26;
  --muted: #6b6560;
  --font-ui: "Outfit", system-ui, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-logo: "Dancing Script", "Brush Script MT", cursive;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow-sm: 0 4px 24px rgba(18, 16, 14, 0.08);
  --shadow: 0 20px 56px rgba(18, 16, 14, 0.11);
  --shadow-lg: 0 32px 80px rgba(18, 16, 14, 0.15);
  /* Varsayılan = anasayfa (şampanya & altın); .page-home aynı değerleri kullanır */
  --gold: #a67c1f;
  --gold-light: #dfc88a;
  --gold-mid: #c9a035;
  --gold-dark: #6b5214;
  --gold-muted: rgba(166, 124, 31, 0.16);
  --gold-glow: rgba(201, 160, 53, 0.28);
  --glow-secondary: rgba(210, 185, 120, 0.22);
  --glow-tertiary: rgba(120, 95, 35, 0.1);
  --cream: #e3d9c8;
  --ivory: #ede4d4;
  --white: #f5efe3;
  --line: rgba(120, 95, 40, 0.26);
  --line-strong: rgba(100, 78, 28, 0.4);
  --shadow-gold: 0 18px 52px rgba(166, 124, 31, 0.26);
  --header-bg: rgba(237, 228, 212, 0.93);
  --header-bg-solid: rgba(245, 239, 227, 0.98);
  --nav-hover-mix: rgba(245, 239, 227, 0.82);
}

/* Anasayfa: renkler :root’ta; index’te .page-home sınıfı isteğe bağlı */

/* Hizmetler — gül / allık tonları */
body.page-hizmetler {
  --gold: #9d4f5f;
  --gold-light: #e8b8c4;
  --gold-mid: #c26678;
  --gold-dark: #6b2f3d;
  --gold-muted: rgba(157, 79, 95, 0.15);
  --gold-glow: rgba(194, 102, 120, 0.22);
  --glow-secondary: rgba(220, 160, 170, 0.2);
  --glow-tertiary: rgba(130, 60, 75, 0.08);
  --cream: #e8ddd9;
  --ivory: #efe4e1;
  --white: #f6eeeb;
  --line: rgba(130, 70, 85, 0.24);
  --line-strong: rgba(110, 55, 68, 0.38);
  --shadow-gold: 0 18px 50px rgba(157, 79, 95, 0.2);
  --header-bg: rgba(239, 228, 225, 0.93);
  --header-bg-solid: rgba(246, 238, 235, 0.98);
  --nav-hover-mix: rgba(246, 238, 235, 0.85);
}

/* Hakkımızda — adaçayı & doğal yeşil */
body.page-hakkimizda {
  --gold: #556b48;
  --gold-light: #c5d1b8;
  --gold-mid: #6f855e;
  --gold-dark: #3a4a30;
  --gold-muted: rgba(85, 107, 72, 0.14);
  --gold-glow: rgba(111, 133, 94, 0.22);
  --glow-secondary: rgba(160, 180, 140, 0.18);
  --glow-tertiary: rgba(60, 78, 50, 0.08);
  --cream: #dde4d6;
  --ivory: #e8ede3;
  --white: #f0f4ec;
  --line: rgba(85, 107, 72, 0.22);
  --line-strong: rgba(58, 74, 48, 0.36);
  --shadow-gold: 0 18px 48px rgba(85, 107, 72, 0.18);
  --header-bg: rgba(232, 237, 227, 0.93);
  --header-bg-solid: rgba(240, 244, 236, 0.98);
  --nav-hover-mix: rgba(240, 244, 236, 0.85);
}

/* Before & After — yumuşak leylak */
body.page-galeri {
  --gold: #6b5b8c;
  --gold-light: #cfc0e6;
  --gold-mid: #8a78ad;
  --gold-dark: #453a5e;
  --gold-muted: rgba(107, 91, 140, 0.14);
  --gold-glow: rgba(138, 120, 173, 0.2);
  --glow-secondary: rgba(180, 165, 210, 0.18);
  --glow-tertiary: rgba(70, 58, 95, 0.07);
  --cream: #e2dce8;
  --ivory: #ebe6f0;
  --white: #f3eff8;
  --line: rgba(90, 75, 120, 0.22);
  --line-strong: rgba(69, 58, 94, 0.35);
  --shadow-gold: 0 18px 48px rgba(107, 91, 140, 0.18);
  --header-bg: rgba(235, 230, 240, 0.93);
  --header-bg-solid: rgba(243, 239, 248, 0.98);
  --nav-hover-mix: rgba(243, 239, 248, 0.88);
}

/* İletişim — deniz yeşili / spa */
body.page-iletisim {
  --gold: #2f7a72;
  --gold-light: #9dcec6;
  --gold-mid: #3d9a90;
  --gold-dark: #1d4f4a;
  --gold-muted: rgba(47, 122, 114, 0.14);
  --gold-glow: rgba(61, 154, 144, 0.2);
  --glow-secondary: rgba(130, 200, 190, 0.18);
  --glow-tertiary: rgba(30, 80, 75, 0.07);
  --cream: #d8e8e5;
  --ivory: #e4f0ee;
  --white: #eef7f5;
  --line: rgba(45, 110, 105, 0.22);
  --line-strong: rgba(29, 79, 74, 0.36);
  --shadow-gold: 0 18px 48px rgba(47, 122, 114, 0.18);
  --header-bg: rgba(228, 240, 238, 0.93);
  --header-bg-solid: rgba(238, 247, 245, 0.98);
  --nav-hover-mix: rgba(238, 247, 245, 0.88);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text);
  background-color: var(--cream);
  background-image:
    radial-gradient(ellipse 120% 70% at 0% -10%, var(--gold-glow), transparent 52%),
    radial-gradient(ellipse 90% 60% at 100% 0%, var(--glow-secondary), transparent 45%),
    radial-gradient(ellipse 80% 50% at 50% 100%, var(--glow-tertiary), transparent 50%);
  background-attachment: fixed;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--gold-mid);
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4.5vw, 1.75rem);
  box-sizing: border-box;
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: env(safe-area-inset-top, 0px);
  /* Solda logo / marka üzeri beyaz; sağa doğru yumuşakça tema header rengine döner */
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 12%,
    color-mix(in srgb, #ffffff 78%, var(--ivory)) 28%,
    color-mix(in srgb, var(--header-bg) 45%, #ffffff) 42%,
    var(--header-bg) 58%,
    var(--header-bg) 100%
  );
  backdrop-filter: blur(18px) saturate(1.15);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--white) 55%, transparent) inset;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 148, 42, 0.35), transparent);
  pointer-events: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.85rem 0;
  min-height: 3.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem 0.85rem;
  color: inherit;
  min-width: 0;
  flex: 1;
}

.brand:hover {
  color: inherit;
}

/* Logo: Dancing Script (Google Fonts) */
.brand-logo-text {
  display: block;
  flex-shrink: 0;
  font-family: var(--font-logo);
  font-size: clamp(3rem, 7.5vw, 4.25rem);
  font-weight: 700;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: 0.02em;
  padding: 0.1rem 0.08rem 0;
  user-select: none;
  background: linear-gradient(
    168deg,
    #f5ecc0 0%,
    var(--gold-light) 22%,
    var(--gold-mid) 48%,
    var(--gold-dark) 56%,
    var(--gold-mid) 68%,
    #c9a84a 88%,
    #e8d89a 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 0 color-mix(in srgb, var(--gold-dark) 35%, transparent))
    drop-shadow(0 2px 4px color-mix(in srgb, var(--gold-dark) 18%, transparent));
}

.brand-stack {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding-left: 0.75rem;
  border-left: 2px solid var(--gold-mid);
  min-width: 0;
}

.brand-sub {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--black);
}

.brand-tag {
  font-size: 0.64rem;
  font-weight: 400;
  color: var(--muted);
  font-style: italic;
  letter-spacing: 0.06em;
}

.nav-main {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav-main a {
  padding: 0.5rem 0.8rem;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text);
  border-radius: 10px;
}

.nav-main a:hover,
.nav-main a[aria-current="page"] {
  color: var(--gold-dark);
  background: linear-gradient(135deg, var(--gold-muted), var(--nav-hover-mix));
}

.nav-main a.header-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.65rem;
  color: var(--text);
}

.nav-main a.header-instagram:hover,
.nav-main a.header-instagram:focus-visible {
  color: var(--gold-dark);
  background: linear-gradient(135deg, var(--gold-muted), var(--nav-hover-mix));
}

.nav-main a.header-instagram svg {
  display: block;
}

.nav-cta {
  margin-left: 0.45rem;
  padding: 0.58rem 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  color: var(--white) !important;
  background: linear-gradient(145deg, var(--gold-mid) 0%, var(--gold) 42%, var(--gold-dark) 100%) !important;
  box-shadow: var(--shadow-gold), 0 1px 0 color-mix(in srgb, var(--white) 50%, transparent) inset;
  border-radius: 999px !important;
}

.nav-cta:hover {
  filter: brightness(1.07);
  color: var(--white) !important;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--ivory);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--black);
  border-radius: 1px;
}

/* Mobil menü: tam ekran backdrop; html/body overflow:hidden kullanılmıyor (sayfa kilidi / header kaybı) */
.mobile-nav-drawer[hidden] {
  display: none !important;
}

.mobile-nav-drawer__backdrop {
  position: fixed;
  inset: 0;
  z-index: 4990;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(18, 16, 14, 0.42);
  cursor: pointer;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.mobile-nav-drawer__backdrop:focus {
  outline: none;
}

.mobile-nav-drawer__backdrop:focus-visible {
  outline: 2px solid var(--gold-mid);
  outline-offset: 2px;
}

body.mobile-drawer-open .site-header {
  z-index: 5020;
}

@media (min-width: 901px) {
  .mobile-nav-drawer {
    display: none !important;
  }
}

@media (max-width: 900px) {
  /*
   * backdrop-filter, fixed çocukların containing block'unu header'a taşır;
   * sayfa kaydırılmışken menü viewport dışında / tıklanamaz kalabiliyor.
   */
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-toggle {
    display: flex;
    flex-shrink: 0;
  }

  .nav-main {
    position: fixed;
    z-index: 5000;
    touch-action: manipulation;
    overscroll-behavior: contain;
    left: max(1rem, env(safe-area-inset-left, 0px));
    right: max(1rem, env(safe-area-inset-right, 0px));
    top: calc(0.75rem + env(safe-area-inset-top, 0px) + 3.35rem);
    max-height: min(70vh, calc(100dvh - 5.5rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    align-items: stretch;
    padding: 0.65rem;
    gap: 0.15rem;
    background: var(--header-bg-solid);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-main.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-main a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    font-size: 1rem;
  }

  .nav-cta {
    margin-left: 0;
    margin-top: 0.35rem;
    text-align: center;
    justify-content: center;
    min-height: 48px;
  }

  body {
    background-attachment: scroll;
  }
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.75rem;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(145deg, var(--gold-mid) 0%, var(--gold) 40%, var(--gold-dark) 100%);
  box-shadow: var(--shadow-gold), 0 1px 0 color-mix(in srgb, var(--white) 45%, transparent) inset;
}

.btn-primary:hover {
  filter: brightness(1.08);
  color: var(--white);
  box-shadow: var(--shadow-gold), 0 22px 48px color-mix(in srgb, var(--gold-mid) 35%, transparent);
}

.btn-ghost {
  color: var(--gold-dark);
  background: var(--white);
  border: 1.5px solid var(--line-strong);
  box-shadow: var(--shadow-sm);
}

.btn-ghost:hover {
  border-color: var(--gold-mid);
  color: var(--gold-dark);
  background: var(--ivory);
}

/* ——— Hero ——— */
.hero {
  position: relative;
  padding: clamp(2.75rem, 7vw, 5rem) 0 clamp(3.25rem, 9vw, 5.5rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 85% 15%, var(--gold-glow), transparent),
    radial-gradient(ellipse 40% 35% at 10% 80%, var(--glow-secondary), transparent),
    linear-gradient(165deg, var(--white) 0%, var(--ivory) 42%, var(--cream) 100%);
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  width: min(520px, 90vw);
  height: min(520px, 90vw);
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, var(--glow-tertiary) 0%, transparent 68%);
  pointer-events: none;
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.page-home .hero-grid {
  grid-template-columns: 1fr;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.page-home .hero-eyebrow::after {
  margin-inline: auto;
}

.page-home .hero-copy .lead {
  margin-inline: auto;
}

.page-home .hero-actions {
  justify-content: center;
}

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-card-frame {
    transform: none;
    max-width: min(100%, 400px);
    margin-inline: auto;
    border-radius: 20px;
  }

  .hero-card-frame:hover {
    transform: translateY(-3px);
  }

  .hero-card-frame::before {
    border-radius: 21px;
  }

  .hero-card-frame--portrait:hover {
    transform: translateY(-3px);
  }
}

/* Tablet: iki sütun, daha ferah boşluk */
@media (min-width: 861px) and (max-width: 1024px) {
  .hero-grid {
    gap: 2.25rem;
  }

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

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

.hero-eyebrow {
  margin: 0 0 1rem;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.hero-eyebrow::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 0.85rem;
  background: linear-gradient(90deg, var(--gold-mid), var(--gold-light), transparent);
  border-radius: 2px;
}

.hero-copy h1 {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5.2vw, 3.65rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--black);
  letter-spacing: -0.02em;
}

.hero-title-line {
  font-weight: 500;
  color: var(--text);
}

.hero-title-accent {
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(120deg, var(--gold-dark) 0%, var(--gold-mid) 40%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy .lead {
  margin: 0 0 2rem;
  font-size: 1.12rem;
  font-weight: 400;
  color: var(--muted);
  max-width: 38ch;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-card-frame {
  position: relative;
  padding: clamp(1.35rem, 3.2vw, 2.1rem);
  background: linear-gradient(145deg, var(--white) 0%, var(--ivory) 100%);
  border-radius: 24px;
  box-shadow: var(--shadow-lg), 0 0 0 1px var(--line);
  max-width: 430px;
  transform: rotate(1deg);
  transition: transform 0.35s ease;
}

.hero-card-frame:hover {
  transform: rotate(0deg) translateY(-4px);
}

.hero-card-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 25px;
  padding: 1px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-mid), var(--gold-dark));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-card-frame img {
  border-radius: 14px;
  width: 100%;
  box-shadow: var(--shadow-sm);
}

/* Anasayfa: klinik tarzı dikey portre (kartvizit yerine) */
.hero-card-frame--portrait {
  transform: none;
  max-width: 440px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-card-frame--portrait:hover {
  transform: translateY(-5px);
}

.hero-card-frame--portrait img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 16px;
  min-height: 260px;
}

/* ——— Sections ——— */
.section {
  position: relative;
  padding: clamp(3.25rem, 7vw, 5.5rem) 0;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.section-head::before {
  content: "✦";
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.5em;
  color: var(--gold-mid);
  margin-bottom: 1rem;
  opacity: 0.85;
}

.section-kicker {
  margin: 0 0 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.section-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.4vw, 2.45rem);
  font-weight: 600;
  color: var(--black);
  line-height: 1.2;
}

.section-desc {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.bg-white {
  background: var(--white);
  box-shadow: 0 -1px 0 var(--line), 0 1px 0 var(--line);
}

.bg-cream {
  background: transparent;
}

/* ——— Service cards ——— */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1.65rem;
}

.service-card {
  position: relative;
  padding: 2rem 1.75rem;
  background: linear-gradient(165deg, var(--white) 0%, var(--ivory) 100%);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-mid), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  border-color: color-mix(in srgb, var(--gold-mid) 42%, var(--cream));
  box-shadow: var(--shadow-gold);
  transform: translateY(-6px);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--black);
}

.service-card p {
  margin: 0;
  font-size: 0.96rem;
  color: var(--muted);
  line-height: 1.65;
}

.service-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1.15rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold-muted), color-mix(in srgb, var(--white) 92%, var(--cream)));
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--gold-dark);
}

/* ——— CTA strip ——— */
.cta-strip {
  position: relative;
  padding: clamp(2.75rem, 6vw, 4rem) clamp(1.5rem, 4vw, 2.5rem);
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(18, 18, 18, 0.97) 0%, #1a1612 45%, #2a2318 100%);
  color: rgba(255, 252, 245, 0.92);
  border-radius: 24px;
  box-shadow: var(--shadow-lg), 0 0 0 1px color-mix(in srgb, var(--gold-mid) 35%, transparent);
  overflow: hidden;
}

.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 80% 0%, color-mix(in srgb, var(--gold-mid) 20%, transparent), transparent 55%);
  pointer-events: none;
}

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

.cta-strip h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.cta-strip p {
  margin: 0 0 1.65rem;
  opacity: 0.88;
  max-width: 520px;
  margin-inline: auto;
  line-height: 1.65;
}

.cta-strip .btn-primary {
  background: linear-gradient(145deg, var(--gold-light) 0%, var(--gold-mid) 50%, var(--gold) 100%);
  color: var(--black);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.cta-strip .btn-primary:hover {
  color: var(--black);
  filter: brightness(1.06);
}

/* ——— Testimonials ——— */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1.5rem;
}

.testimonial {
  position: relative;
  padding: 1.75rem 1.65rem 1.65rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.testimonial::before {
  content: "\201C";
  position: absolute;
  top: 0.65rem;
  left: 1rem;
  font-family: var(--font-display);
  font-size: 3.5rem;
  line-height: 1;
  color: var(--gold-muted);
  opacity: 0.9;
  pointer-events: none;
}

.testimonial .stars {
  color: var(--gold-mid);
  letter-spacing: 3px;
  margin-bottom: 0.65rem;
  font-size: 0.85rem;
}

.testimonial p {
  position: relative;
  margin: 0 0 1.1rem;
  padding-top: 0.25rem;
  font-style: italic;
  color: var(--text);
  line-height: 1.65;
}

.testimonial cite {
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* ——— Gallery placeholder ——— */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: 1.15rem;
}

.gallery-item {
  aspect-ratio: 3/4;
  border-radius: var(--radius);
  background:
    linear-gradient(155deg, var(--ivory) 0%, var(--white) 50%, var(--gold-muted) 100%);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  padding: 1.25rem;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.gallery-item:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.gallery-item:has(img) {
  padding: 0;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ——— Video grid (Hakkımızda) ——— */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1.15rem;
}

.video-card {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: linear-gradient(165deg, var(--white) 0%, var(--ivory) 100%);
}

.video-card video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
}

/* ——— Page hero (inner pages) ——— */
.page-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--ivory) 55%, var(--cream) 100%);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.page-hero::after {
  content: "✦";
  display: block;
  margin-top: 1.25rem;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  color: var(--gold-mid);
  opacity: 0.7;
}

.page-hero h1 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.02em;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 560px;
  margin-inline: auto;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* ——— Content prose ——— */
.prose {
  max-width: 720px;
  margin: 0 auto;
}

.prose h2 {
  margin-top: 2.25rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black);
}

.prose p {
  color: var(--text);
  line-height: 1.7;
}

/* ——— Contact form ——— */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

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

.contact-card {
  padding: 2.15rem;
  background: linear-gradient(165deg, var(--white) 0%, var(--ivory) 100%);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-list strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.3rem;
}

.form-group {
  margin-bottom: 1.15rem;
}

.form-group label {
  display: block;
  font-size: 0.86rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--black);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1.05rem;
  font-family: var(--font-ui);
  font-size: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold-mid);
  box-shadow: 0 0 0 4px var(--gold-muted);
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-status {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
}

.contact-form-status--ok {
  background: rgba(46, 125, 50, 0.08);
  border-color: rgba(46, 125, 50, 0.35);
  color: var(--text);
}

.contact-form-status--err {
  background: rgba(176, 0, 32, 0.06);
  border-color: rgba(176, 0, 32, 0.28);
  color: var(--text);
}

/* ——— Footer ——— */
.site-footer {
  margin-top: 0;
  padding: 3.25rem 0 calc(2rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, #161412 0%, #0e0d0c 100%);
  color: rgba(255, 252, 245, 0.72);
  font-size: 0.9rem;
  border-top: 1px solid rgba(184, 148, 42, 0.25);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2.25rem;
  margin-bottom: 2.25rem;
}

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

.site-footer .brand {
  align-items: center;
}

.site-footer .brand-logo-text {
  font-size: clamp(2.6rem, 6.2vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.site-footer .brand-sub {
  color: rgba(255, 252, 245, 0.92);
}

.site-footer .brand-tag {
  color: rgba(255, 252, 245, 0.5);
}

.site-footer a {
  color: rgba(255, 252, 245, 0.88);
}

.site-footer a:hover {
  color: var(--gold-light);
}

.footer-col h3 {
  margin: 0 0 1.05rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.55rem;
}

.footer-bottom {
  padding-top: 1.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.84rem;
  color: rgba(255, 252, 245, 0.45);
}

/* ——— Mobil menü yüksekliği (adres çubuğu uyumlu) ——— */
@supports (height: 100dvh) {
  @media (max-width: 900px) {
    .nav-main {
      max-height: min(75dvh, calc(100dvh - 5.75rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)));
    }
  }
}

/* ——— Küçük tablet / büyük telefon ——— */
@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .hero-eyebrow {
    letter-spacing: 0.18em;
    font-size: 0.68rem;
  }

  .hero-copy .lead {
    font-size: 1.05rem;
    max-width: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 48px;
  }

  .section-head {
    margin-bottom: 2.25rem;
  }

  .section-kicker {
    letter-spacing: 0.16em;
  }

  .cta-strip {
    border-radius: 18px;
    margin-inline: 0;
  }

  .contact-layout {
    gap: 1.5rem;
  }

  .contact-card {
    padding: 1.5rem;
  }
}

/* ——— Dar telefon ——— */
@media (max-width: 400px) {
  .brand-logo-text {
    font-size: clamp(2.5rem, 12vw, 3.15rem);
  }

  .brand-sub {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .brand-tag {
    font-size: 0.58rem;
    letter-spacing: 0.03em;
  }

  .brand-stack {
    padding-left: 0.55rem;
  }

  .section-title {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .page-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .service-card {
    padding: 1.5rem 1.35rem;
  }

  .testimonial::before {
    font-size: 2.75rem;
  }
}

/* ——— Yatay telefon / kısa ekran ——— */
@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .page-hero {
    padding: 1.5rem 0;
  }

  .nav-main {
    max-height: min(85vh, 320px);
  }
}
