/* ==========================================================================
   ALEV KUAFÖR — Dark Luxury / Editorial Stylesheet
   --------------------------------------------------------------------------
   Renk sistemi markanın gerçek fotoğraflarından türetilmiştir (bkz. config.js)
   ve JS aracılığıyla CSS custom property olarak enjekte edilir.
   Aşağıdaki :root değerleri, JS yüklenmeden önceki ilk boyama için fallback'tir.
   ========================================================================== */

:root {
  --bg: #0c0908;
  --bg-secondary: #120d0b;
  --surface: #191211;
  --surface-alt: #201815;
  --border: rgba(224, 197, 164, 0.14);
  --border-strong: rgba(224, 197, 164, 0.28);
  --text-primary: #f4ece3;
  --text-secondary: #b7a493;
  --text-muted: #8d7c6e;
  --accent: #d9b285;
  --accent-bright: #f0d3ae;
  --accent-deep: #8a6440;
  --accent-soft: rgba(217, 178, 133, 0.12);
  --btn-primary-text: #16100c;

  /* Açık/ivory katman — Statement / Services / About / Location bu tonları kullanır.
     Bkz. .section-light: semantik token'ları (--bg, --text-primary, --accent...)
     bu değerlere yeniden bağlar; böylece mevcut bileşenler (buton, eyebrow, h2, p,
     hairline...) hiç değişmeden her iki katmanda da doğru kontrastla çalışır. */
  --ivory: #f4ede0;
  --ivory-soft: #ede4d3;
  --paper-line: rgba(36, 26, 18, 0.13);
  --paper-line-strong: rgba(36, 26, 18, 0.26);
  --ink: #241a12;
  --ink-soft: #5c4a3a;
  --ink-muted: #78654f;
  --bronze: #8a6440;
  --bronze-bright: #684a2e;

  --font-display: "Bodoni Moda", "Didot", "Playfair Display", Georgia, serif;
  --font-body: "Jost", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  --nav-h: 92px;
  --container: 1320px;
  --gutter: 40px;

  /* Sinematik easing — bounce yok, sert giriş yok. */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

::selection {
  background: var(--accent);
  color: var(--bg);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ==========================================================================
   İKİ KATMANLI RENK SİSTEMİ
   .section-light: semantik değişkenleri ivory/ink/bronze setine yeniden
   bağlar. Böylece aşağıdaki TÜM bileşenler (h2, p, .eyebrow, .btn-*,
   .link-cta, hairline'lar) tek satır değişmeden her iki zeminde de doğru
   kontrastla çalışır — bu bir "dark mode toggle" değil, sabit, section
   bazlı editorial ritimdir (koyu: Hero/Signature/Final CTA/Footer,
   açık: Statement/Services/About/Location).
   ========================================================================== */
.section-light {
  --bg: var(--ivory);
  --bg-secondary: var(--ivory-soft);
  --surface: var(--ivory-soft);
  --surface-alt: #e4d8c1;
  --border: var(--paper-line);
  --border-strong: var(--paper-line-strong);
  --text-primary: var(--ink);
  --text-secondary: var(--ink-soft);
  --text-muted: var(--ink-muted);
  --accent: var(--bronze);
  --accent-bright: var(--bronze-bright);
  --btn-primary-text: var(--ivory);
  background: var(--bg);
  color: var(--text-secondary);
}

/* ------------------------------- Typography ------------------------------- */

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;              /* Bodoni'nin ince görünmemesi için dolgun ağırlık */
  font-optical-sizing: auto;
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: var(--text-primary);
}

h2 {
  font-size: clamp(2.4rem, 4.4vw, 3.9rem);
}

h3 {
  font-size: 1.45rem;
  letter-spacing: -0.005em;
  line-height: 1.2;
}

/* Oversized editorial ifade satırları — Statement / Signature / Final CTA.
   h2'den daha büyük ve daha ağır: sitenin "kampanya anı" tipografisi. */
.display-lg {
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.022em;
  font-size: clamp(2.9rem, 6.6vw, 5.6rem);
}

em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.display-lg em, .hero-title em { font-weight: 600; }

p {
  color: var(--text-secondary);
  font-size: 1.03rem;
  max-width: 56ch;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}

.section-head {
  max-width: 660px;
  margin-bottom: 72px;
}
.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Zarif ayırıcı çizgi — şampanya tonunda, ince metalik detay. */
.rule {
  height: 1px;
  background: linear-gradient(90deg, var(--border-strong), transparent);
  border: 0;
}

/* ------------------------------- Buttons ------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 36px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 1px;              /* neredeyse köşeli — lüks marka dili */
  position: relative;
  overflow: hidden;
  transition: color 0.5s var(--ease-out), border-color 0.5s var(--ease-out),
              background-color 0.5s var(--ease-out);
  min-height: 52px;
}

.btn-primary {
  background: var(--accent);
  color: var(--btn-primary-text);
}
/* Hover'da glow yok; ince bir aydınlanma. */
.btn-primary:hover { background: var(--accent-bright); }

.btn-outline {
  border-color: var(--border-strong);
  color: var(--text-primary);
}
.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* Sessiz, editorial ikincil aksiyon: altı çizili metin bağlantısı. */
.link-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-primary);
  padding: 6px 0;
  position: relative;
}
.link-cta::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--accent);
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.55s var(--ease-out);
}
.link-cta:hover { color: var(--accent); }
.link-cta:hover::after { transform: scaleX(0); transform-origin: right; }
.link-cta .arw { transition: transform 0.5s var(--ease-out); }
.link-cta:hover .arw { transform: translateX(5px); }

/* ------------------------------- Navbar ------------------------------- */

#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: height 0.6s var(--ease-out), background-color 0.6s var(--ease-out),
              border-color 0.6s var(--ease-out), backdrop-filter 0.6s var(--ease-out);
}

#navbar.scrolled {
  height: 70px;
  background: rgba(12, 9, 8, 0.82);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-bottom-color: var(--border);
}

.nav-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--text-primary);
  line-height: 1;
  white-space: nowrap;
}
.logo span { color: var(--accent); }

.nav-links {
  display: flex;
  gap: 44px;
  margin-left: auto;
}

.nav-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-secondary);
  position: relative;
  padding: 6px 0;
  transition: color 0.45s var(--ease-out);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease-out);
}
.nav-links a:hover { color: var(--text-primary); }
.nav-links a:hover::after { transform: scaleX(1); }

/* CTA diğer nav elemanlarından ince bir dikey çizgiyle ayrılır. */
.nav-cta {
  display: flex;
  align-items: center;
  gap: 26px;
  padding-left: 34px;
  position: relative;
}
.nav-cta::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 26px;
  background: var(--border);
}
.nav-cta .btn {
  padding: 12px 26px;
  min-height: 44px;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  z-index: 200;
}
.hamburger span {
  display: block;
  width: 24px; height: 1px;
  background: var(--text-primary);
  transition: transform 0.5s var(--ease-out), opacity 0.35s var(--ease-out);
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ------------------------------- Mobile menu ------------------------------- */

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px var(--gutter) 48px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s var(--ease-out), visibility 0.55s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 52px;
}
.mobile-menu nav a {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 11vw, 3.1rem);
  font-weight: 600;
  line-height: 1.28;
  color: var(--text-primary);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}
.mobile-menu.open nav a { opacity: 1; transform: none; }
.mobile-menu.open nav a:nth-child(1) { transition-delay: 0.10s; }
.mobile-menu.open nav a:nth-child(2) { transition-delay: 0.16s; }
.mobile-menu.open nav a:nth-child(3) { transition-delay: 0.22s; }
.mobile-menu.open nav a:nth-child(4) { transition-delay: 0.28s; }
.mobile-menu.open nav a:nth-child(5) { transition-delay: 0.34s; }

.mm-foot {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s var(--ease-out) 0.36s, transform 0.6s var(--ease-out) 0.36s;
}
.mobile-menu.open .mm-foot { opacity: 1; transform: none; }
.mm-foot a { color: var(--text-secondary); font-size: 14px; letter-spacing: 0.05em; }
.mm-foot .btn { margin-top: 10px; }

/* ==========================================================================
   HERO — koyu zemin + büyük tipografi + küçük, çerçeveli "imza" fotoğrafı.
   Ana kompozisyonu tipografi taşır; sağdaki kart onu destekleyen bir aksan —
   sitenin "kaliteli ama gösterişsiz" dilini korur (tam ekran görsel değil).
   ========================================================================== */

#hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 40px) 0 80px;
  overflow: hidden;
}

/* Görsel olmadığı için atmosferi taşıyan tek eleman: çok hafif, sıcak bir
   ışık lekesi. Filigran/gradyan değil — sadece derinlik hissi. */
#hero::before {
  content: "";
  position: absolute;
  top: -15%; right: 4%;
  width: 55vw; height: 65vh;
  background: radial-gradient(ellipse at center, rgba(217, 178, 133, 0.09), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 56px;
}

.hero-copy { max-width: 620px; }

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 30px;
}
.hero-eyebrow::before {
  content: "";
  width: 44px; height: 1px;
  background: var(--accent);
  flex: none;
  transform-origin: left;
}

.hero-title {
  font-size: clamp(3.3rem, 7vw, 6.6rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.024em;
  margin-bottom: 30px;
}

/* Maskeli satır açılımı için sarmalayıcılar. */
.t-line {
  display: block;
  overflow: hidden;
  /* italik ve alt uzantıların (ğ, ş) kırpılmaması için pay */
  padding: 0.06em 0.08em 0.1em 0;
  margin-bottom: -0.06em;
}
.t-inner { display: block; }

.hero-desc {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--text-secondary);
  max-width: 38ch;
  margin-bottom: 44px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.hero-meta {
  display: flex;
  gap: 48px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  max-width: 480px;
}
.hero-meta div { display: flex; flex-direction: column; gap: 2px; }
.hero-meta .num {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.01em;
}
.hero-meta .lbl {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* --- Hero aksanı: küçük, çerçeveli "imza" fotoğrafı ---
   Tam ekran değil; metnin önüne geçmeyen, zarif bir kart. */

.hero-accent {
  position: relative;
  flex: none;
  width: clamp(180px, 19vw, 260px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  box-shadow: 0 40px 80px -24px rgba(0, 0, 0, 0.65);
}

.hero-accent picture,
.hero-accent img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

/* Görselin alt kenarını etiketle birleştiren hafif gradyan. */
.hero-accent::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(0deg, rgba(8, 6, 5, 0.82) 0%, transparent 100%);
  pointer-events: none;
}

.hero-caption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-primary);
}
.hero-caption::before {
  content: "";
  width: 20px; height: 1px;
  background: var(--accent);
  flex: none;
}

.scroll-cue {
  position: absolute;
  left: var(--gutter);
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.scroll-cue .line {
  width: 56px; height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform-origin: left;
  animation: cue 2.8s var(--ease-inout) infinite;
}
@keyframes cue {
  0%, 100% { transform: scaleX(0.4); opacity: 0.5; }
  50%      { transform: scaleX(1);   opacity: 1; }
}

/* ------------------------------- About ------------------------------- */
/* .section-light: ivory zemin. Arka planda Signature'ın koyu anından
   sonra gelen editorial "nefes alma" bölümü. */

#about {
  padding: 150px 0 140px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 96px;
  align-items: center;
}

.about-media { position: relative; }
.about-media img {
  width: 100%;
  /* height:auto EKSİK OLURSA: bazı tarayıcılarda <img width height> HTML
     attribute'ları aspect-ratio'yu ezip görseli orijinal (792×1376) boyutunda
     render eder — kutu bozulur. height:auto bunu açıkça geçersiz kılar. */
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 52% 38%;
}
/* İnce metalik çerçeve detayı */
.about-media::after {
  content: "";
  position: absolute;
  top: 24px; left: 24px; right: -24px; bottom: -24px;
  border: 1px solid var(--border);
  z-index: -1;
  pointer-events: none;
}

/* Premium görsel hover — yalnızca gerçek fare/imleç desteği olan cihazlarda.
   Dokunmatik ekranlarda :hover kalıcı takılı kalabileceği için tetiklenmez;
   dokunmatik zaten kendi geri bildirimini (tap/scroll) sağlar. */
@media (hover: hover) and (pointer: fine) {
  /* transition SADECE :hover kuralında tanımlanır — .img-reveal img'in
     1.6s'lik açılış geçişini ezmeden, hover'a girerken 0.5s'lik kendi
     süresini kullanır. Specificity notu: .img-reveal.in-view img kuralı
     (bkz. SCROLL/LOAD REVEAL bölümü) da (0,2,1) specificity'e sahip ve
     dosyada bu kuraldan SONRA geliyor; sıradan ".about-media:hover img"
     eşit specificity'de kaybederdi. .img-reveal'ı da sınıf listesine
     ekleyip (0,3,1)'e çıkararak reveal-in durumundan sonra bile kazanmasını
     garanti ediyoruz. */
  .about-media.img-reveal:hover img,
  .services-media.img-reveal:hover img,
  .hero-accent.img-reveal:hover img,
  .sig-img.img-reveal:hover img {
    transform: scale(1.035);
    transition: transform 0.5s var(--ease-out);
  }
}

.about-copy p { font-size: 1.05rem; margin-bottom: 22px; max-width: 54ch; }
.about-copy p:last-of-type { margin-bottom: 0; }

.about-signature {
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 22px;
}
.about-signature .yr {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
}
.about-signature .txt {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  max-width: 22ch;
  line-height: 1.7;
}

/* "Neden ALEV" — About içine gömülü kısa editorial liste. Kutu/kart yok,
   yalnızca ince hairline ayraçlar ve tipografi. */
.about-why {
  margin-top: 56px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
}
.why-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}
.why-num {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--accent);
  line-height: 1.3;
}
.why-item h3 { font-size: 1.18rem; margin-bottom: 8px; }
.why-item p { font-size: 0.95rem; }

/* ==========================================================================
   STATEMENT — Hero'dan sonraki ilk nefes. Kart yok, görsel yok; yalnızca
   büyük tipografi ve boşluk. Sitenin "dark template" hissinden çıktığını
   ilk 3 saniye içinde ilan eden bölüm budur.
   ========================================================================== */

#statement {
  padding: 180px 0 168px;
  text-align: center;
}
#statement .container { max-width: 880px; }
#statement .eyebrow { display: block; }
#statement .display-lg { margin: 0 auto 36px; max-width: 15ch; }
#statement p { margin: 0 auto; max-width: 50ch; font-size: 1.18rem; }

/* ------------------------------- Services ------------------------------- */
/* Editorial numaralı liste — kart, kenarlık kutusu veya ikon yok.
   Her satır ince bir hairline ile ayrılır; vurgu tipografidedir. */

#services { padding: 60px 0 170px; border-top: 1px solid var(--border); }

/* Metin sütunu solda, teknik detay fotoğrafı sağda — About'un aynası,
   ama ters kompozisyonda (görsel/metin sırası dönüşür), sayfaya ritim katar. */
.services-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 80px;
  /* align-items varsayılanı (stretch) bilinçli olarak korunur: .services-media
     hücresi .services-copy'nin tam yüksekliğine gerilir, böylece sticky
     görsel o hücre içinde gerçekten "yüzecek" boşluğa sahip olur. start
     kullanılırsa hücre görselin kendi boyuna küçülür ve sticky anında
     kilitlenmeden bırakır. */
}

.services-media {
  position: sticky;
  top: calc(var(--nav-h) + 48px);
  align-self: start; /* hücre gerili kalsın, ama görselin kendisi tepede sabitlensin */
}
.services-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 32%;
}

.services-list { border-top: 1px solid var(--border); }

.service-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.service-row h3 { grid-column: 2; }
.service-row p { grid-column: 2; }

.service-index {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--accent);
}

.service-row h3 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 600;
  transition: color 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}
.service-row:hover h3 { color: var(--accent); transform: translateX(10px); }

.service-row p { font-size: 0.98rem; max-width: 42ch; margin: 0; }

/* ==========================================================================
   SIGNATURE — koyu zeminde editorial çoklu-görsel galeri.
   1 büyük ana çalışma + 2 küçük tamamlayıcı kare; "sonuç odaklı" bir
   beauty-experience anı, kendi randevu CTA'sıyla.
   ========================================================================== */

#signature {
  padding: 140px 0;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.signature-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: center;
}

.signature-content .display-lg { margin-bottom: 26px; }
.signature-content p { max-width: 46ch; margin-bottom: 40px; }

/* 1 büyük + 2 küçük: main sol sütunda iki satırı kaplar, iki küçük görsel
   sağ sütunda otomatik olarak alt alta yerleşir (CSS grid auto-flow). */
.signature-gallery {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  height: clamp(420px, 46vw, 600px);
}

.sig-img {
  position: relative;
  overflow: hidden;
  background: var(--surface);
}
.sig-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sig-img-main { grid-column: 1; grid-row: 1 / 3; object-position: 50% 30%; }
.sig-img-main img { object-position: 42% 34%; }
.sig-img-sm img { object-position: 50% 28%; }

.sig-img figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px 22px;
  background: linear-gradient(180deg, transparent, rgba(9, 6, 5, 0.85));
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-primary);
  opacity: 0.9;
  transform: translateY(4px);
  transition: transform 0.6s var(--ease-out), opacity 0.6s var(--ease-out);
}
.sig-img:hover figcaption { transform: none; opacity: 1; }

/* ==========================================================================
   FINAL CTA — Hero'nun aynası; footer'dan önceki koyu kapanış anı.
   ========================================================================== */

/* Atmosferik kapanış fotoğrafı — Hero'nun aynası, ama sakin ve derin.
   Görsel çok koyu bir gradyanın altında; metin her zaman net okunur. */
#final-cta {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 120px 0;
}
.final-cta-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.final-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  filter: saturate(0.82);
}
.final-cta-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 38%, rgba(217, 178, 133, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(9, 6, 5, 0.86) 0%, rgba(9, 6, 5, 0.72) 42%, rgba(9, 6, 5, 0.9) 100%);
}
#final-cta .container { position: relative; z-index: 1; max-width: 720px; }
#final-cta .display-lg { margin: 0 auto 24px; }
#final-cta p { margin: 0 auto 48px; max-width: 44ch; font-size: 1.1rem; }

/* ==========================================================================
   REVIEWS — Grand Noir'dan ilhamla: sade, tipografi-öncelikli, kart/rozet/
   yıldız-yığını yok. Büyük bir tırnak işareti dışında dekoratif eleman yok.
   ========================================================================== */

#reviews { padding: 140px 0; text-align: center; border-top: 1px solid var(--border); }
#reviews .container.reviews-inner { max-width: 900px; }
#reviews h2 { margin-bottom: 64px; }

.reviews-body { position: relative; }

/* Dekoratif büyük tırnak — tek dekoratif eleman, marka fontuyla. */
.review-quote-mark {
  font-family: var(--font-display);
  font-size: 7rem;
  line-height: 1;
  color: var(--accent);
  opacity: 0.32;
  margin-bottom: -18px;
  user-select: none;
}

/* --- Boş durum: gerçek yorum eklenene kadar dürüst, premium bir bekleyiş --- */
.reviews-empty p {
  margin: 0 auto 36px;
  max-width: 46ch;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.45;
}
.reviews-empty .rev-sub {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.92rem;
  color: var(--text-muted);
  display: block;
  margin-top: 18px;
}

/* --- Dolu durum: tek veya birkaç gerçek yorum --- */
.reviews-list {
  display: grid;
  gap: 64px;
  text-align: left;
}
.reviews-list[data-count="1"] { text-align: center; }
.reviews-list[data-count="2"] { grid-template-columns: 1fr 1fr; text-align: left; }
.reviews-list[data-count="3"] { grid-template-columns: 1fr 1fr 1fr; text-align: left; }

.review-item blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.5;
  color: var(--text-primary);
  margin: 0 0 22px;
}
.review-item .rev-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
.review-item .rev-name { color: var(--text-secondary); font-weight: 500; }
.review-item .rev-rating { color: var(--accent); }

.reviews-cta { margin-top: 48px; }

/* ------------------------------- Location ------------------------------- */

#location { padding: 150px 0; border-top: 1px solid var(--border); }

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.info-rows { display: flex; flex-direction: column; margin-top: 50px; }
.info-row {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
}
.info-rows .info-row:last-child { border-bottom: 1px solid var(--border); }
.info-row .k {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding-top: 5px;
}
.info-row .v { font-size: 1.02rem; color: var(--text-primary); line-height: 1.55; }
.info-row .v .biz { display: block; color: var(--accent); font-size: 0.92rem; margin-top: 3px; }
.info-row .v a { transition: color 0.4s var(--ease-out); }
.info-row .v a:hover { color: var(--accent); }

.location-actions {
  display: flex;
  gap: 18px;
  margin-top: 44px;
  flex-wrap: wrap;
}

.map-frame {
  position: relative;
  border: 1px solid var(--border);
  min-height: 480px;
  overflow: hidden;
  background: var(--surface);
}

/* Google'ın kendi embed'i — anahtarsız, CID ile. Leaflet/CARTO'dan buraya
   geçildi çünkü CARTO'nun ücretsiz karo servisi üretimde "API key required"
   filigranı basmaya başladı (bkz. config.js → googleEmbedUrl notu). */
#map {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  display: block;
  background: var(--surface);
  /* Google'ın kendi açık temalı haritası bilinçli olarak DOĞAL bırakılır.
     Ters/koyu renk filtresi görsel olarak doğrulanamadan (bu ortamda
     ekran görüntüsü alınamıyor) etiketleri/yol renklerini okunmaz hale
     getirme riski taşır — konum doğruluğu estetikten önemlidir. Koyu
     .map-frame çerçevesi içinde açık bir "harita kartı" olarak durması,
     birçok premium sitede zaten kabul gören, güvenli bir kompozisyondur. */
}

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

footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  padding: 96px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 74px;
}
.footer-brand p { font-size: 0.94rem; max-width: 36ch; margin-top: 22px; }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 14px; }
.footer-col a, .footer-col span { font-size: 0.94rem; color: var(--text-secondary); }
.footer-col a { transition: color 0.4s var(--ease-out); }
.footer-col a:hover { color: var(--accent); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p, .footer-bottom a { font-size: 12px; color: var(--text-muted); letter-spacing: 0.04em; }
.footer-social { display: flex; gap: 24px; }
.footer-social a { transition: color 0.4s var(--ease-out); }
.footer-social a:hover { color: var(--accent); }

/* ------------------------------- WhatsApp float ------------------------------- */

.wa-float {
  position: fixed;
  right: 26px; bottom: 26px;
  z-index: 90;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(14px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out),
              background-color 0.4s var(--ease-out);
}
/* Yalnızca hero geçildikten sonra belirir — her ekranda görünmez. */
.wa-float.visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.wa-float:hover { background: var(--accent-bright); }
.wa-float svg { width: 26px; height: 26px; display: block; }

/* ==========================================================================
   SCROLL / LOAD REVEAL
   Yalnızca transform + opacity kullanılır (layout shift ve repaint yok).
   ========================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.reveal.in-view { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }

/* Görsel açılımı: hafif ölçek + maske. */
.img-reveal { overflow: hidden; }
.img-reveal img {
  transform: scale(1.1);
  opacity: 0;
  transition: transform 1.6s var(--ease-out), opacity 1.2s var(--ease-out);
}
.img-reveal.in-view img { transform: scale(1); opacity: 1; }

/* --- Hero yükleme koreografisi (scroll beklemez) --- */

.hero-eyebrow::before { transform: scaleX(0); transition: transform 0.9s var(--ease-out) 0.15s; }
.hero-eyebrow { opacity: 0; transition: opacity 0.8s var(--ease-out) 0.15s; }

.t-inner {
  transform: translateY(108%);
  transition: transform 1.15s var(--ease-out);
}
.hero-title .t-line:nth-child(1) .t-inner { transition-delay: 0.28s; }
.hero-title .t-line:nth-child(2) .t-inner { transition-delay: 0.37s; }
.hero-title .t-line:nth-child(3) .t-inner { transition-delay: 0.46s; }

.hero-desc, .hero-actions, .hero-meta {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.95s var(--ease-out), transform 0.95s var(--ease-out);
}
.hero-desc    { transition-delay: 0.62s; }
.hero-actions { transition-delay: 0.72s; }
.hero-meta    { transition-delay: 0.82s; }

/* Hero artık tam-ekran görsel taşımıyor (küçük .hero-accent kartı kendi
   .img-reveal/.reveal döngüsünü kullanır) — bu yüzden yalnızca scroll-cue
   burada, metin koreografisiyle birlikte açılır. */
.scroll-cue {
  opacity: 0;
  transition: opacity 1s var(--ease-out) 1s;
}

/* Yüklendiğinde tetiklenen son durumlar */
.hero-ready .hero-eyebrow { opacity: 1; }
.hero-ready .hero-eyebrow::before { transform: scaleX(1); }
.hero-ready .t-inner { transform: none; }
.hero-ready .hero-desc,
.hero-ready .hero-actions,
.hero-ready .hero-meta { opacity: 1; transform: none; }
.hero-ready .scroll-cue { opacity: 1; }

/* ==========================================================================
   RESPONSIVE — mobil için ayrı art direction
   ========================================================================== */

@media (max-width: 1180px) {
  :root { --gutter: 32px; }
  .about-grid, .location-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-media { max-width: 480px; }
  .about-media::after { right: -18px; bottom: -18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .services-layout { grid-template-columns: 1fr; gap: 56px; }
  .services-media { position: static; max-width: 420px; }

  .signature-layout { grid-template-columns: 1fr; gap: 52px; }
  .signature-gallery { height: clamp(360px, 60vw, 480px); }
}

/* --- Tablet / mobil: Hero metni ve aksan kartı alt alta dizilir --- */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta { padding-left: 0; }
  .nav-cta::before { display: none; }
  .nav-cta .btn-outline { display: none; }
  .hamburger { display: flex; }

  #hero { padding: calc(var(--nav-h) + 28px) 0 56px; }
  #hero::before { width: 90vw; height: 50vh; top: -8%; right: -10%; }

  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .hero-copy { max-width: 100%; }

  .hero-accent {
    align-self: flex-start;
    width: clamp(150px, 42vw, 200px);
  }

  .hero-title {
    font-size: clamp(2.9rem, 13vw, 4.4rem);
    line-height: 1.0;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
  }
  .hero-eyebrow { margin-bottom: 22px; font-size: 10px; letter-spacing: 0.28em; }
  .hero-eyebrow::before { width: 30px; }
  .hero-desc { font-size: 1.02rem; max-width: 32ch; margin-bottom: 34px; }

  .hero-actions {
    gap: 22px;
    margin-bottom: 38px;
  }
  .hero-actions .btn { width: 100%; }

  .hero-meta { gap: 34px; padding-top: 22px; max-width: 100%; }
  .hero-meta .num { font-size: 1.15rem; }

  .scroll-cue { display: none; }
}

@media (max-width: 720px) {
  :root { --gutter: 22px; --nav-h: 76px; }

  #about, #location { padding: 92px 0; }
  #services { padding: 12px 0 88px; }
  #statement { padding: 108px 0 96px; }
  #final-cta { padding: 108px 0; }
  #reviews { padding: 96px 0; }
  .section-head { margin-bottom: 48px; }

  h2 { font-size: clamp(2rem, 8.5vw, 2.6rem); }
  .display-lg { font-size: clamp(2.3rem, 10.5vw, 3.4rem); }
  #statement p, #final-cta p, .signature-content p { font-size: 1.02rem; }

  .review-quote-mark { font-size: 4.5rem; }
  .reviews-list[data-count="2"],
  .reviews-list[data-count="3"] { grid-template-columns: 1fr; gap: 44px; text-align: center; }

  .service-row {
    grid-template-columns: 46px 1fr;
    gap: 14px 16px;
    padding: 30px 0;
  }
  .service-row p { grid-column: 2; font-size: 0.92rem; }
  .service-row:hover h3 { transform: none; } /* dokunmatikte kaydırma efekti yok */

  #signature { padding: 96px 0; }
  .signature-content .btn { width: 100%; }

  /* 3 görsel tek sütunda: ana görsel üstte geniş, iki küçük görsel altında
     yan yana — "1 büyük + 2 küçük" hiyerarşisi dar ekranda da okunur kalır. */
  .signature-gallery {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .sig-img-main { grid-column: 1 / 3; grid-row: 1; aspect-ratio: 4 / 3; }
  .sig-img-sm { grid-row: 2; aspect-ratio: 1 / 1; }

  .about-why { margin-top: 40px; }
  .why-item { grid-template-columns: 46px 1fr; gap: 16px; padding: 26px 0; }
  .about-signature .yr { font-size: 2.1rem; }

  .info-row { grid-template-columns: 1fr; gap: 6px; padding: 20px 0; }
  .info-row .k { padding-top: 0; }
  .location-actions .btn { width: 100%; }

  .map-frame, #map { min-height: 340px; }

  .footer-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 52px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .wa-float { right: 18px; bottom: 18px; }
}

/* ==========================================================================
   ERİŞİLEBİLİRLİK — hareket azaltma tercihi
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

  /* Tüm içerik anında ve tam görünür kalır. */
  .reveal,
  .hero-desc, .hero-actions, .hero-meta,
  .hero-eyebrow, .hero-caption, .scroll-cue,
  .mobile-menu nav a, .mm-foot {
    opacity: 1 !important;
    transform: none !important;
  }
  .t-inner { transform: none !important; }
  .hero-eyebrow::before { transform: scaleX(1) !important; }
  .img-reveal img { opacity: 1 !important; transform: none !important; }
  .scroll-cue .line { animation: none !important; }
}
