/* ==========================================================================
   Murat Sucuoğlu — Medyum & Manevi Danışmanlık
   Görsel DNA: tüm renk, ışık, grid, boşluk ve hareket değerleri :root'tan gelir.
   Bölümler "sahne" (scene) olarak kurulur; aynı ışık yönü (sol üst, sıcak),
   aynı fotoğraf tonlaması (--grade), aynı altın çizgi dili ve aynı easing.
   ========================================================================== */

:root {
  /* Renk ailesi */
  --coal:        #0c0b0a;
  --coal-2:      #110f0d;
  --coal-3:      #1a1714;
  --ivory:       #ece5d8;
  --ivory-dim:   #b9b1a3;
  --muted:       #8a8276;
  --gold:        #b99a62;
  --gold-light:  #d6bd8c;
  --gold-line:   rgba(185, 154, 98, .22);
  --gold-soft:   rgba(185, 154, 98, .16);
  --bordo:       #4a1418;
  --line:        rgba(236, 229, 216, .09);
  --warm-light:  rgba(185, 154, 98, .075);

  /* Altın hiyerarşisi — altın her yerde aynı güçte kullanılmaz
     1 primary    : ana CTA yüzeyi, iplik ve çizgiler (--gold)
     2 highlight  : vurgu metni, numara, hover metni (--gold-hi, --gold-light)
     3 muted      : etiketler, eyebrow, küçük rakamlar (--gold-muted)
     4 border/hair: kenarlıklar ve ayırıcılar (--gold-border, --gold-hair) */
  --gold-hi:     #e2cda2;
  --gold-muted:  #a48c5d;
  --gold-border: rgba(185, 154, 98, .26);
  --gold-hair:   rgba(185, 154, 98, .12);

  /* Etkileşim süreleri (hover / press / focus) — 150–500ms, easing: --ease */
  --t-fast: .18s;
  --t-med:  .32s;
  --t-slow: .5s;

  /* Kâğıt/kömür mikro dokusu — zeminde ve sahne kenarı geçişlerinde ortak */
  --paper: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.55' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .92 0 0 0 0 .86 0 0 0 0 .76 0 0 0 .045 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");

  /* Tek fotoğraf tonlaması: soğuk/sıcak tüm görseller aynı sahneye oturur */
  --grade: grayscale(.14) sepia(.24) saturate(.9) contrast(1.1) brightness(.84);

  /* Tipografi */
  --serif: "Cormorant Garamond", "Cormorant Fallback", "Times New Roman", serif;
  --sans:  "Jost", "Jost Fallback", "Helvetica Neue", Arial, sans-serif;

  /* Grid & boşluk */
  --container: 1240px;                    /* içeriğin maksimum genişliği */
  --gutter: clamp(20px, 5vw, 64px);       /* güvenli yatay boşluk (ekran kenarı payı) */
  /* Tam genişlikteki öğeler (mobil menü, sabit çubuk) içeriği aynı görünmez
     çerçeveye hizalamak için bu payı kullanır: dar ekranda --gutter, geniş
     ekranda container'ın kenarda bıraktığı boşluk kadar. */
  --edge: max(var(--gutter), (100% - var(--container)) / 2);
  --col-gap: clamp(16px, 2.4vw, 32px);
  --section-y: clamp(96px, 13vw, 190px);
  --flow-gap: clamp(48px, 6vw, 88px);
  --flow-thread: clamp(40px, 5vw, 72px);
  --block-y: clamp(48px, 7vw, 96px);
  --header-h: 84px;

  /* Hareket sistemi */
  --ease: cubic-bezier(.2, .7, .1, 1);
  --ease-fade: cubic-bezier(.45, .05, .25, 1);   /* sahne geçişleri: yumuşak giriş + yumuşak çıkış */
  --dur-1: .9s;   /* küçük öğeler, hover */
  --dur-2: 1.4s;  /* başlıklar */
  --dur-3: 2s;    /* çizgiler, görseller */
  --stagger: .12s;
}

/* ---------- Metrik eşli yedek font ----------
   Cormorant Garamond gelmeden önce (veya gelmezse) yerel serif font, Cormorant ile aynı
   genişlik ve satır ölçüsünde çizilir. Font değişiminde satır kırılımı ve yükseklik oynamaz. */
@font-face {
  font-family: "Cormorant Fallback";
  font-weight: 300 700;
  src: local("Times New Roman"), local("TimesNewRomanPSMT"), local("Times"), local("Liberation Serif"), local("Tinos");
  size-adjust: 96.25%;
  ascent-override: 95.6%;
  descent-override: 30.1%;
  line-gap-override: 0%;
}
/* Jost için aynı yöntem: Arial, ağırlık başına Jost genişliğine ve ölçüsüne eşlenir
   (nav, buton ve metinler font değişiminde kaymaz). */
@font-face { font-family: "Jost Fallback"; font-weight: 300; src: local("Arial"), local("ArialMT"), local("Liberation Sans"), local("Arimo");
  size-adjust: 90.87%; ascent-override: 117.8%; descent-override: 41.8%; line-gap-override: 0%; }
@font-face { font-family: "Jost Fallback"; font-weight: 400; src: local("Arial"), local("ArialMT"), local("Liberation Sans"), local("Arimo");
  size-adjust: 94.11%; ascent-override: 113.7%; descent-override: 40.4%; line-gap-override: 0%; }
@font-face { font-family: "Jost Fallback"; font-weight: 500; src: local("Arial"), local("ArialMT"), local("Liberation Sans"), local("Arimo");
  size-adjust: 98.42%; ascent-override: 108.7%; descent-override: 38.6%; line-gap-override: 0%; }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body {
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  overflow-x: hidden;
  /* Kömür zemin + çok hafif kâğıt/kömür mikro dokusu */
  background-color: var(--coal);
  background-image: var(--paper);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ol, ul { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--gold); color: var(--coal); }

/* ---------- Ortak hizalama sistemi ----------
   Sayfadaki tüm ana içerik (navigasyon, bölüm başlıkları, metin blokları,
   hizmet listeleri, hakkında, iletişim, footer) bu tek kutuyu paylaşır.
   Tam genişlik kalanlar: arka plan fotoğrafları, sinematik geçiş görselleri,
   sis/ışık/doku katmanları ve mobilde bilinçli olarak kenara taşan görseller. */
.container {
  width: min(100% - var(--gutter) * 2, var(--container));
  margin-inline: auto;
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap);
}
/* İkon sprite: görünmez tanım katmanı (satır içi stil yerine sınıf — CSP uyumu) */
.icon-sprite { position: absolute; width: 0; height: 0; }

/* ---------- Klavye için atlama linki ---------- */
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1200;
  padding: 12px 20px;
  background: var(--coal-3); color: var(--gold-hi);
  box-shadow: inset 0 0 0 1px var(--gold-border);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  transform: translateY(-220%);
  transition: transform var(--t-med) var(--ease);
}
.skip-link:focus { transform: none; }

/* ---------- Tüm sayfa atmosfer katmanları ---------- */
.grain {
  position: fixed; inset: 0;
  z-index: 100; pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(-3%, 2%); }
  50% { transform: translate(2%, -3%); }
  75% { transform: translate(-2%, -1%); }
}
.vignette {
  position: fixed; inset: 0; z-index: 40; pointer-events: none;
  background: radial-gradient(ellipse 120% 90% at 50% 45%, transparent 55%, rgba(0, 0, 0, .42) 100%);
}

/* ---------- Tipografi sistemi ---------- */
.eyebrow {
  display: flex; align-items: center; gap: 16px;
  font-size: 11.5px; font-weight: 400;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 28px;
}
.eyebrow::before { content: ""; width: 36px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); flex: none; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 36px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); flex: none; }

.title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5.6vw, 84px);
  line-height: 1.02;
  letter-spacing: -.01em;
  text-wrap: balance;
}
.title--sm { font-size: clamp(34px, 4vw, 58px); }
em { font-style: italic; color: var(--gold-light); }

.rule {
  display: block; width: 64px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.rule--center {
  width: 120px; margin-inline: auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* ---------- Altın iplik: sahneleri birbirine bağlayan dikey çizgi ---------- */
.thread {
  position: absolute; left: 50%; z-index: 2;
  width: 1px;
  transform: translateX(-.5px);
}
.thread--top {
  top: 0;
  height: var(--flow-thread);
  background: linear-gradient(180deg, var(--gold), transparent);
  opacity: .7;
}
.thread--end::after {
  content: ""; position: absolute; left: -2px; bottom: -3px;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 12px 3px rgba(214, 189, 140, .45);
}
.thread--hero {
  bottom: 0; height: var(--flow-thread);
  background: linear-gradient(180deg, transparent, var(--gold)); opacity: .7;
  overflow: hidden;
}
.thread--hero span {
  position: absolute; left: 0; top: 0; width: 100%; height: 45%;
  background: linear-gradient(180deg, transparent, var(--gold));
}
.motion-full .thread--hero span { animation: threadDrop 3.6s var(--ease) 2; }
@keyframes threadDrop { from { transform: translateY(-100%); } to { transform: translateY(230%); } }

/* Butonlar, bağlantılar ve küçük bileşenler: bkz. "COMPONENT SİSTEMİ" */

/* ---------- Fotoğraf sistemi ---------- */
.photo { filter: var(--grade); }
.frame {
  position: relative; overflow: hidden;
  background: var(--coal-3);
}
.frame::before {           /* ince altın iç çerçeve — tüm görsellerde aynı */
  content: ""; position: absolute; inset: 14px; z-index: 2;
  border: 1px solid rgba(214, 189, 140, .16);
  pointer-events: none;
}
/* Katman sırası (alttan üste):
   1 fotoğraf  2 .frame__tone (ışık rengi: sıcak anahtar ışık / soğuk gölge, soft-light)
   3 ::after (ışık düşüşü, zeminde pus, iç gölge)  4 ::before (ince altın çerçeve) */
.frame__tone {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(ellipse 70% 60% at 22% 14%, rgba(255, 206, 142, .55), transparent 62%),
    linear-gradient(315deg, rgba(34, 52, 70, .6) 0%, transparent 58%);
}
.frame::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse 88% 78% at 30% 22%, transparent 36%, rgba(8, 7, 6, .62) 100%),   /* ışık düşüşü + vinyet */
    linear-gradient(0deg, rgba(214, 196, 166, .07) 0%, transparent 34%),                       /* zeminde pus */
    linear-gradient(180deg, transparent 58%, rgba(12, 11, 10, .55));                           /* alt gölge */
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 210, .05),                                                   /* kenar ışığı */
    inset 0 0 90px 8px rgba(0, 0, 0, .5);                                                       /* iç gölge */
}

/* ---------- Sahne (section) temeli ---------- */
.scene {
  position: relative;
  padding-block: var(--section-y);
  isolation: isolate;
}
.scene::before {           /* sıcak ortam ışığı — hep sol üstten */
  content: ""; position: absolute; inset: calc(-1 * var(--flow-gap)) 0; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse 60% 45% at var(--lx, 18%) var(--ly, 32%), var(--warm-light), transparent 70%);
}

/* ---------- Sahne kenarı geçişi ----------
   Fotoğraflı sahneler, zeminle aynı doku katmanına maskeyle erir; dikiş oluşmaz. */
.hero::after, .passage::before, .passage::after, .remote::before, .remote::after {
  content: ""; position: absolute; left: 0; right: 0; z-index: -1; pointer-events: none;
  height: 34%;
  background: var(--coal) var(--paper);
}
.hero::after, .passage::after, .remote::after {
  bottom: 0;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 88%);
          mask-image: linear-gradient(180deg, transparent, #000 88%);
}
.passage::before, .remote::before {
  top: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent, #000 88%);
          mask-image: linear-gradient(0deg, transparent, #000 88%);
}

/* ---------- Sis / pus ---------- */
.fog { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.fog__layer {
  position: absolute; inset: -20% -40%;
  background:
    radial-gradient(ellipse 40% 22% at 30% 70%, rgba(236,229,216,.07), transparent 70%),
    radial-gradient(ellipse 35% 18% at 70% 60%, rgba(214,189,140,.06), transparent 70%),
    radial-gradient(ellipse 50% 20% at 50% 90%, rgba(236,229,216,.06), transparent 70%);
}
.motion-full .fog__layer { animation: drift 48s linear infinite alternate; animation-play-state: paused; }
.motion-full .scene-in-view .fog__layer { animation-play-state: running; }
.fog__layer--2 { animation-duration: 52s; animation-direction: alternate-reverse; opacity: .8; top: 10%; }
.fog__layer--3 {
  animation-duration: 70s; opacity: .6;
  background: radial-gradient(ellipse 60% 25% at 40% 100%, rgba(236,229,216,.09), transparent 70%);
}
.fog--soft .fog__layer { opacity: .85; }
@keyframes drift {
  from { transform: translate3d(-8%, 0, 0); }
  to   { transform: translate3d(8%, -3%, 0); }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  height: var(--header-h);
  transition: background .5s var(--ease), border-color .5s, height .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  --header-h: 70px;
  background: rgba(12, 11, 10, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: var(--line);
}
.header__inner { height: 100%; display: flex; align-items: center; gap: 40px; }

.brand { display: flex; flex-direction: column; flex-shrink: 0; line-height: 1.1; margin-right: auto; }
.brand__name { font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: .01em; white-space: nowrap; }
.brand__tag { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }

.nav { display: flex; align-items: center; gap: 36px; }
.nav__link {
  position: relative;
  padding-block: 8px;
  font-size: 11.5px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ivory-dim);
  transition: color var(--t-med) var(--ease);
}
.nav__link::after {
  content: ""; position: absolute; left: 0; right: .24em; bottom: 0;
  height: 1px; background: linear-gradient(90deg, var(--gold), var(--gold-hi));
  transform: scaleX(0); transform-origin: right;
  transition: transform var(--t-slow) var(--ease);
}
@media (hover: hover) {
  .nav__link:hover { color: var(--ivory); }
  .nav__link:hover::after { transform: scaleX(1); transform-origin: left; }
}

.burger { display: none; width: 44px; height: 44px; position: relative; z-index: 60; }
.burger span {
  position: absolute; left: 10px; right: 10px; height: 1px; background: var(--ivory);
  transition: transform .5s var(--ease), top .5s var(--ease);
}
.burger span:first-child { top: 18px; }
.burger span:last-child  { top: 26px; }

/* ==========================================================================
   SAHNE 1 · HERO
   --p: 0 (sayfa başı) → 1 (hero ekrandan çıktı). JS tarafından güncellenir.
   ========================================================================== */
.hero {
  --p: 0;
  position: relative;
  min-height: max(680px, 100vh); min-height: max(680px, 100svh);
  display: grid; align-items: center;
  padding-top: calc(var(--header-h) + 20px);
  padding-bottom: clamp(90px, 12vh, 140px);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
/* 1 — fotoğraf: en yavaş katman */
.hero__stage {
  position: absolute; inset: -4% 0 -16%; z-index: -5;
  transform: translate3d(0, calc(var(--p) * 48px), 0) scale(calc(1.02 + var(--p) * .012));
}
.hero__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 78%;
  filter: sepia(.22) saturate(.92) contrast(1.08) brightness(.74);
}
@keyframes stageIn {
  from { opacity: 0; transform: scale(1.12); }
  to   { opacity: 1; transform: none; }
}
.hero__stage::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,11,10,.92) 0%, rgba(12,11,10,.72) 30%, rgba(12,11,10,.45) 58%, rgba(12,11,10,.3) 80%),
    radial-gradient(ellipse 80% 70% at 50% 45%, transparent 40%, rgba(12,11,10,.7) 100%);
}
/* 2 — pus: farklı hızda */
.hero__haze {
  position: absolute; left: 0; right: 0; bottom: -10%; height: 70%; z-index: -4;
  opacity: .12; pointer-events: none;
  transform: translate3d(0, calc(var(--p) * 16px), 0);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 45%);
          mask-image: linear-gradient(180deg, transparent, #000 45%);
}
.hero__haze img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) sepia(.4) blur(1px); }
/* 3 — karartma: scroll ile fotoğraf karanlığa erir */
.hero__veil {
  position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background: var(--coal);
  opacity: calc(var(--p) * .32);
}
.hero .fog { z-index: -3; }
/* 4 — çerçeve köşeleri */
.hero__frame {
  position: absolute; inset: clamp(14px, 2.4vw, 32px); top: calc(var(--header-h) + 8px);
  z-index: -1; pointer-events: none;
  opacity: calc(1 - var(--p) * .4);
}
.hero__frame i { position: absolute; width: 36px; height: 36px; border: 0 solid var(--gold-line); }
.hero__frame i:nth-child(1) { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.hero__frame i:nth-child(2) { top: 0; right: 0; border-top-width: 1px; border-right-width: 1px; }
.hero__frame i:nth-child(3) { bottom: 0; left: 0; border-bottom-width: 1px; border-left-width: 1px; }
.hero__frame i:nth-child(4) { bottom: 0; right: 0; border-bottom-width: 1px; border-right-width: 1px; }
@keyframes fadeIn { from { opacity: 0; } }

/* İçerik doğal scroll hızında ve her zaman görünür. */
.hero__content {
  position: relative; z-index: 1;
  min-width: 0;
}
.hero__name {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(58px, 10.5vw, 172px);
  /* background-clip:text yalnızca öğenin kutusunu boyar. Kutunun dışına taşan
     "ğ" kuyruğu boyasız (görünmez) kalıyordu. Kutu, iniş payını kapsayacak kadar
     büyütülür; negatif margin ile düzen aynı kalır. */
  line-height: 1;
  padding-block: .06em .24em;
  margin-block: -.06em -.22em;
  letter-spacing: -.01em;
  background: linear-gradient(180deg, #f4eee2 20%, #d3bf96 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  white-space: nowrap;           /* ≥561px: her zaman tek satır (mobilde aşağıda serbest) */
}
/* Metrik eşli fallback font hemen görünür; içerik font yüklenmesine bağlı değildir. */

@keyframes nameIn {
  from { opacity: 0; letter-spacing: .04em; filter: blur(10px); }
  to   { opacity: 1; letter-spacing: -.01em; filter: blur(0); }
}
.hero__content .rule--center { margin-block: clamp(20px, 3.2vh, 34px); }
.hero__question {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.2;
  max-width: 32ch; margin-inline: auto;
  text-wrap: balance;
}
.hero__lead {
  max-width: 540px;
  margin: 18px auto 0;
  font-size: clamp(15px, 1.25vw, 18px);
  color: var(--ivory-dim);
}
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: clamp(26px, 4.2vh, 44px); }
.hero__meta {
  display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px 18px;
  margin-top: clamp(24px, 4.2vh, 48px);
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--muted);
}
.dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-muted); }

/* ==========================================================================
   SAHNE 2 · HİZMET ALANLARI — tipografik dizin
   ========================================================================== */
.scene--index { --lx: 18%; padding-bottom: var(--flow-gap); }
.index__head { grid-column: 1 / span 5; align-self: start; }
.index__note { margin-top: 32px; color: var(--ivory-dim); max-width: 360px; }
.index__list {
  grid-column: 7 / -1;
  border-top: 1px solid var(--gold-border);
}
.index__item {
  position: relative;
  display: grid; grid-template-columns: 52px 1fr 24px; align-items: baseline; column-gap: 12px;
  padding-block: clamp(20px, 2.2vw, 28px);
  border-bottom: 1px solid var(--gold-hair);
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  transition: color var(--t-med) var(--ease), padding-left var(--t-slow) var(--ease);
}
.index__item::after {
  content: ""; position: absolute; left: 0; bottom: -1px; height: 1px; width: 100%;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-slow) var(--ease);
}
.index__num { font-weight: 400; font-style: italic; font-size: 18px; color: var(--gold-muted); transition: color var(--t-med) var(--ease); }
.index__arrow { align-self: center; width: 20px; height: 20px; color: var(--gold-muted); opacity: .45; transition: transform var(--t-med) var(--ease), opacity var(--t-med) var(--ease), color var(--t-med) var(--ease); }
@media (hover: hover) {
  a.index__item:hover { color: var(--gold-hi); padding-left: 10px; }
  a.index__item:hover::after { transform: scaleX(1); }
  a.index__item:hover .index__num { color: var(--gold); }
  a.index__item:hover .index__arrow { opacity: 1; color: var(--gold-hi); transform: translateX(4px); }
}
a.index__item:active { color: var(--gold-hi); }
a.index__item:active::after { transform: scaleX(1); }

/* ==========================================================================
   SAHNE 3 · HAKKINDA — portre alanı
   ========================================================================== */
.scene--about { --lx: 32%; --ly: 24%; padding-block: var(--flow-gap); }
/* Var olan altın iplik, içerikler arasındaki boşlukta sınırı geçer. */
.scene--about::after {
  content: ""; position: absolute; pointer-events: none;
  left: 50%; top: calc(-.65 * var(--flow-gap));
  width: 1px; height: calc(1.3 * var(--flow-gap));
  background: linear-gradient(transparent, var(--gold-line), transparent);
}
.about { align-items: center; }
.about__media { grid-column: 1 / span 7; grid-row: 1; }
.frame--tall { aspect-ratio: 4 / 5; max-height: 86vh; }
.frame--tall img, .passage__media img, .remote__media img {
  position: absolute; left: 0; width: 100%; object-fit: cover;
}
.frame--tall img { top: -8%; height: 116%; }
.about__panel {
  grid-column: 7 / -1; grid-row: 1;
  position: relative; z-index: 2;
  padding: clamp(36px, 4.5vw, 64px);
}
.about__seven {
  position: absolute; right: clamp(20px, 3vw, 44px); top: clamp(-120px, -8vw, -60px);
  font-family: var(--serif); font-weight: 400; font-size: clamp(140px, 16vw, 240px); line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(214, 189, 140, .35);
  pointer-events: none;
}
.about__panel .rule { margin-block: 28px; }
.about__text {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(23px, 2.1vw, 31px);
  line-height: 1.38;
}

/* ==========================================================================
   SAHNE 4 · GEÇİŞ — tam genişlik sinematik an
   ========================================================================== */
.passage {
  position: relative;
  height: 82vh; height: 82svh; min-height: 560px;
  display: grid; place-items: center;
  overflow: hidden; isolation: isolate;
  text-align: center;
}
.passage__media { position: absolute; inset: 0; z-index: -2; }
.passage__media::before, .remote__media::before {   /* sıcak anahtar ışık / soğuk gölge */
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(ellipse 60% 55% at 70% 30%, rgba(255, 206, 142, .4), transparent 65%),
    linear-gradient(0deg, rgba(34, 52, 70, .45), transparent 60%);
}
.passage__media::after, .remote__media::after { z-index: 2; }
.passage__media img { top: -15%; height: 130%; }
.passage__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(rgba(12,11,10,.4), rgba(12,11,10,.4)),
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(12,11,10,.1), rgba(12,11,10,.6));
}
.passage__line {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(46px, 8vw, 128px);
  line-height: 1.02; letter-spacing: -.015em;
  text-shadow: 0 2px 40px rgba(0, 0, 0, .5);
}

/* ==========================================================================
   SAHNE 5 · KONULAR — hizmet detayları
   ========================================================================== */
.scene--details { --lx: 26%; padding-bottom: var(--flow-gap); }
.details__head { grid-column: 1 / -1; margin-bottom: var(--block-y); }
.details__frame { grid-column: 1 / span 5; grid-row: 2; align-self: stretch; }
.details__frame { position: relative; }
.details__frame::before {   /* çerçevenin arkasına düşen çok hafif sıcak ışık */
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  left: -18%; top: 0; width: 90%; height: 70%;
  background: radial-gradient(closest-side, rgba(185, 154, 98, .09), transparent);
}
.frame--sticky {
  position: sticky; top: 120px;
  aspect-ratio: 4 / 5;
  max-height: calc(100vh - 170px);
  box-shadow:
    0 0 0 1px rgba(236, 229, 216, .045),
    0 60px 110px -60px rgba(0, 0, 0, .95),
    0 20px 40px -30px rgba(0, 0, 0, .8);
}
.frame--sticky .frame__tone { z-index: 6; }
.frame--sticky::after { z-index: 7; }
.frame--sticky::before { z-index: 8; }
/* Crossfade: yeni görsel en üstte 0 → 1 ve 1.04 → 1; alttakiler JS ile dondurulur */
.frame--sticky img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.015);
  backface-visibility: hidden;
}
.frame--sticky img.is-active {
  opacity: 1; transform: none;
}
.motion-full .frame--sticky img.is-active {
  transition: opacity .95s var(--ease-fade), transform 1.2s var(--ease);
}
.frame__count {
  position: absolute; z-index: 9; left: 32px; bottom: 28px;
  font-size: 10.5px; letter-spacing: .28em; color: var(--ivory-dim);
  font-variant-numeric: lining-nums tabular-nums;
}
.frame__count b { font-weight: 400; color: var(--gold-light); }

.details__list { grid-column: 7 / -1; grid-row: 2; }
.detail {
  min-height: 62vh;
  display: flex; flex-direction: column; justify-content: center;
  padding-block: 8vh;
  border-top: 1px solid var(--line);
}
.detail:first-child { border-top: 0; padding-top: 0; min-height: 52vh; justify-content: flex-start; }
.detail__media { display: none; }
.detail__num { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 22px; color: var(--gold); margin-bottom: 14px; }
.detail__title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(32px, 3.4vw, 54px); line-height: 1.06;
  text-wrap: balance;
}
.detail .rule { margin-block: 26px; }
.detail__text { max-width: 440px; color: var(--ivory-dim); }
.details__cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;
  padding-top: 40px;
  border-top: 1px solid var(--gold-line);
}
.details__cta p { color: var(--ivory-dim); }

/* ==========================================================================
   SAHNE 6 · GÜVEN VE ŞEFFAFLIK
   ========================================================================== */
.scene--trust { padding-block: var(--flow-gap); --lx: 38%; --ly: 50%; }
.trust { align-items: end; }
.trust__head { grid-column: 1 / span 4; }
.trust__list { grid-column: 5 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust__item {
  padding: 8px 0 4px 28px;
  border-left: 1px solid var(--gold-line);
}
.trust__big {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(38px, 3.6vw, 58px); line-height: 1;
}
.trust__big small {
  display: block; margin-top: 14px;
  font-family: var(--sans); font-size: 10.5px; font-weight: 400;
  letter-spacing: .28em; text-transform: uppercase; color: var(--gold-muted);
}
.trust__item dd { margin-top: 20px; font-size: 15px; line-height: 1.6; color: var(--ivory-dim); max-width: 260px; }

/* ==========================================================================
   SAHNE 7 · TÜRKİYE GENELİ UZAKTAN HİZMET
   ========================================================================== */
.remote {
  position: relative;
  min-height: 90vh; min-height: 90svh;
  display: flex; align-items: center;
  padding-block: var(--section-y);
  overflow: hidden;
  isolation: isolate;
}
.remote__media { position: absolute; inset: 0; z-index: -2; }
.remote__media img { top: -15%; height: 130%; filter: var(--grade) brightness(.62); }
.remote__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(rgba(12,11,10,.3), rgba(12,11,10,.3)),
    linear-gradient(90deg, rgba(12,11,10,.85), rgba(12,11,10,.1) 70%);
}
.remote__inner { position: relative; }
.remote__title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(56px, 11vw, 168px);
  line-height: .92;
  letter-spacing: -.02em;
}
.remote__text {
  max-width: 540px;
  margin-top: 40px;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--ivory-dim);
}
/* ==========================================================================
   SAHNE 8 · İLETİŞİM — final
   ========================================================================== */
.scene--finale { text-align: center; overflow: hidden; --lx: 50%; --ly: 30%; padding-bottom: var(--flow-gap); }
.finale__light {
  position: absolute; z-index: -1; pointer-events: none;
  left: 50%; bottom: -10%;
  width: min(1200px, 160vw); aspect-ratio: 1.4;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(#000 60%, transparent);
          mask-image: linear-gradient(#000 60%, transparent);
  background:
    radial-gradient(ellipse 50% 45% at 50% 55%, rgba(214, 189, 140, .12), transparent 70%),
    radial-gradient(ellipse 60% 55% at 50% 60%, rgba(74, 20, 24, .38), transparent 75%);
}
.finale__title { max-width: 15ch; margin-inline: auto; }
.signature {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(72px, 9vw, 120px);
  border-top: 1px solid var(--gold-border);
  text-align: left;
}
.signature__item { padding: 28px 24px 0 0; }
.signature__item + .signature__item { padding-left: 24px; border-left: 1px solid var(--line); }
.signature dt { font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-muted); margin-bottom: 10px; }
.signature dd { font-size: 15px; color: var(--ivory-dim); font-variant-numeric: lining-nums; }
.signature__item--name dt {
  font-family: var(--serif); font-weight: 400; font-size: 26px; letter-spacing: 0; text-transform: none;
  color: var(--ivory); margin-bottom: 4px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer { border-top: 1px solid var(--line); padding-block: 64px 40px; }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 32px; }
.footer__brand { display: flex; flex-direction: column; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 32px; }
.footer__nav a {
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--ivory-dim);
  transition: color .3s;
}
.footer__nav a:hover { color: var(--gold-light); }
.footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px;
  margin-top: 48px; padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 13px; color: var(--muted);
}
.footer__note { max-width: 560px; }

/* Mobil iletişim çubuğu */
.dock { display: none; }

/* ==========================================================================
   MOBİL MENÜ — body seviyesinde tam ekran, opak katman
   ========================================================================== */
.menu {
  position: fixed; inset: 0; z-index: 1000;
  width: 100vw; height: 100vh; height: 100dvh;
  display: flex; flex-direction: column;
  background: var(--coal);
  overflow-y: auto; overscroll-behavior: contain;
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.menu[hidden] { display: none; }
.menu.is-open { opacity: 1; }
.menu::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 80% 100%, rgba(185, 154, 98, .07), transparent 70%);
}
.menu__bar {
  position: relative; flex: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  height: calc(72px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) var(--edge) 0;
  border-bottom: 1px solid var(--line);
}
.menu__close {
  position: relative; flex: none;
  width: 48px; height: 48px; margin-right: -4px;
}
.menu__close span {
  position: absolute; left: 12px; right: 12px; top: 23px; height: 1px; background: var(--ivory);
  transform: rotate(45deg);
}
.menu__close span + span { transform: rotate(-45deg); }
.menu__nav {
  position: relative; flex: 1;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  gap: 4px;
  padding: 40px var(--edge) calc(48px + env(safe-area-inset-bottom));
}
.menu__link {
  font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 10vw, 44px); line-height: 1.3;
  color: var(--ivory);
  transform: translateY(16px); opacity: 0;
  transition: transform .6s var(--ease), opacity .6s var(--ease), color .3s;
}
.menu__link:hover, .menu__link:focus-visible { color: var(--gold-light); }
.menu.is-open .menu__link, .menu.is-open .menu__cta { transform: none; opacity: 1; }
.menu.is-open .menu__link:nth-child(2) { transition-delay: .05s; }
.menu.is-open .menu__link:nth-child(3) { transition-delay: .1s; }
.menu.is-open .menu__link:nth-child(4) { transition-delay: .15s; }
.menu.is-open .menu__cta { transition-delay: .2s; }
/* ==========================================================================
   COMPONENT SİSTEMİ
   Tek dil: 1px ince kenarlık (inset gölge ile, layout kaymaz), mat altın yüzey,
   çok hafif iç ışık, 150–500ms geçişler ve --ease. Hover yalnızca fare olan
   cihazlarda; dokunmatikte :active geri bildirimi; klavyede görünür odak.
   ========================================================================== */

/* ---------- Odak (klavye) ---------- */
:where(a, button):focus-visible {
  outline: 1px solid var(--gold-hi);
  outline-offset: 5px;
}
:where(a, button) { -webkit-tap-highlight-color: transparent; }

/* ---------- İkon ölçüleri ---------- */
.icon { width: 18px; height: 18px; flex: none; }
.btn .icon, .header__cta .icon, .dock__btn .icon, .menu__cta .icon { width: 16px; height: 16px; }

/* ---------- Buton ---------- */
.btn {
  --btn-h: 56px;
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: var(--btn-h); padding: 0 30px;
  font-family: var(--sans); font-size: 11.5px; font-weight: 500; line-height: 1;
  letter-spacing: .22em; text-transform: uppercase;
  border-radius: 1px;
  transition:
    color var(--t-med) var(--ease),
    background-color var(--t-med) var(--ease),
    box-shadow var(--t-slow) var(--ease),
    transform var(--t-fast) var(--ease);
}
.btn .icon { transition: transform var(--t-med) var(--ease); }
/* dış ince çerçeve: hover'da 5px dışarıda belirir — editoryal "paspartu" */
.btn::before {
  content: ""; position: absolute; inset: -5px; pointer-events: none;
  box-shadow: inset 0 0 0 1px var(--gold-hair);
  opacity: 0; transform: scale(.985);
  transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease);
}

/* Birincil: mat altın yüzey */
.btn--gold, .dock__btn--gold, .menu__cta {
  color: #1b150c;
  background-color: #b6985f;
  background-image: linear-gradient(180deg, rgba(255, 242, 212, .2) 0%, rgba(255, 242, 212, 0) 46%, rgba(58, 38, 10, .18) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 222, .42),
    inset 0 -1px 0 rgba(70, 46, 12, .38),
    0 1px 0 rgba(0, 0, 0, .35),
    0 18px 34px -22px rgba(0, 0, 0, .95);
}
/* kontrollü ışık geçişi (yüzeyin altında, metnin arkasında) */
.btn--gold::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 248, 230, .26) 50%, transparent 62%) no-repeat;
  background-size: 260% 100%;
  background-position: 130% 0;
  transition: background-position .5s var(--ease);
}

/* İkincil: ince altın kenar, neredeyse şeffaf yüzey */
.btn--ghost {
  color: var(--ivory);
  background-color: rgba(12, 11, 10, .3);
  box-shadow: inset 0 0 0 1px var(--gold-border);
}
.btn--ghost::after {    /* alt kenarda ortadan açılan ışık çizgisi */
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--gold-hi), transparent);
  transform: scaleX(0);
  transition: transform var(--t-slow) var(--ease);
}

@media (hover: hover) {
  .btn:hover::before { opacity: 1; transform: none; }
  .btn:hover .icon { transform: translateX(2px); }

  .btn--gold:hover {
    background-color: #c0a26a;
    box-shadow:
      inset 0 1px 0 rgba(255, 246, 226, .5),
      inset 0 -1px 0 rgba(70, 46, 12, .38),
      0 1px 0 rgba(0, 0, 0, .35),
      0 22px 40px -22px rgba(0, 0, 0, 1);
  }
  .btn--gold:hover::after { background-position: -30% 0; }

  .btn--ghost:hover {
    color: var(--gold-hi);
    background-color: rgba(185, 154, 98, .05);
    box-shadow: inset 0 0 0 1px rgba(185, 154, 98, .5);
  }
  .btn--ghost:hover::after { transform: scaleX(1); }
}
/* basma / dokunma geri bildirimi */
.btn:active { transform: translateY(1px); }
.btn--gold:active, .dock__btn--gold:active, .menu__cta:active {
  background-color: #a88b55;
  box-shadow: inset 0 1px 3px rgba(40, 26, 6, .45), inset 0 -1px 0 rgba(255, 244, 222, .18);
}
.btn--ghost:active, .dock__btn:not(.dock__btn--gold):active {
  background-color: rgba(185, 154, 98, .1);
  box-shadow: inset 0 0 0 1px rgba(185, 154, 98, .6);
}

/* ---------- Header CTA ---------- */
.header__cta {
  display: inline-flex; align-items: center; gap: 10px;
  height: 42px; padding-inline: 18px;
  font-size: 11px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold-hi);
  background-color: rgba(12, 11, 10, .2);
  box-shadow: inset 0 0 0 1px var(--gold-border);
  transition: color var(--t-med) var(--ease), background-color var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.header__cta .icon { transition: transform var(--t-med) var(--ease); }
@media (hover: hover) {
  .header__cta:hover {
    color: #f1e4c6;
    background-color: rgba(185, 154, 98, .1);
    box-shadow: inset 0 0 0 1px rgba(185, 154, 98, .6);
  }
  .header__cta:hover .icon { transform: translateX(2px); }
}
.header__cta:active { background-color: rgba(185, 154, 98, .16); }

/* ---------- Metin bağlantıları ---------- */
/* "WhatsApp'tan yazın" gibi: ince kenar çizgisi + üstünden geçen altın çizgi + ok */
.link-arrow {
  display: inline-flex; align-items: center; gap: 14px;
  min-height: 44px; padding-block: 10px 12px;
  font-size: 11.5px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-hi);
  background:
    linear-gradient(90deg, var(--gold), var(--gold-hi)) no-repeat 0 100% / 0% 1px,
    linear-gradient(var(--gold-border), var(--gold-border)) no-repeat 0 100% / 100% 1px;
  transition: background-size var(--t-slow) var(--ease), color var(--t-med) var(--ease);
}
.link-arrow .icon { width: 20px; height: 20px; transition: transform var(--t-med) var(--ease); }
@media (hover: hover) {
  .link-arrow:hover { color: #f1e4c6; background-size: 100% 1px, 100% 1px; }
  .link-arrow:hover .icon { transform: translateX(4px); }
}
.link-arrow:active { background-size: 100% 1px, 100% 1px; }

.link-inline {
  color: var(--gold-hi);
  padding-bottom: 2px;
  background:
    linear-gradient(var(--gold), var(--gold)) no-repeat 0 100% / 0% 1px,
    linear-gradient(var(--gold-border), var(--gold-border)) no-repeat 0 100% / 100% 1px;
  transition: background-size var(--t-slow) var(--ease), color var(--t-med) var(--ease);
}
@media (hover: hover) { .link-inline:hover { color: #f1e4c6; background-size: 100% 1px, 100% 1px; } }

/* ---------- Panel dili (Hakkında paneli) ----------
   Yüzey zeminden yalnızca hafif ayrılır; çok ince kenar, üstte sıcak ışık,
   düşük kontrastlı gölge ve iki karşı köşede aynı altın köşe işareti. */
.about__panel {
  background:
    radial-gradient(ellipse 90% 60% at 20% 0%, rgba(185, 154, 98, .06), transparent 70%),
    linear-gradient(170deg, #17140f, #0f0e0c);
  box-shadow:
    inset 0 0 0 1px rgba(236, 229, 216, .06),
    inset 0 1px 0 rgba(255, 240, 210, .05),
    0 40px 80px -40px rgba(0, 0, 0, .85);
}
.about__panel::before, .about__panel::after {
  content: ""; position: absolute; width: 40px; height: 40px; pointer-events: none;
  border: 0 solid rgba(185, 154, 98, .55);
}
.about__panel::before { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.about__panel::after { right: 0; bottom: 0; border-bottom-width: 1px; border-right-width: 1px; }

/* ---------- Fotoğraf çerçeveleri: hover'da çok hafif ölçek + kenar ışığı ---------- */
.frame::before { transition: border-color var(--t-slow) var(--ease); }
.about__media .frame img, .detail__media img { transition: scale .5s var(--ease); }
@media (hover: hover) {
  .frame:hover::before { border-color: rgba(214, 189, 140, .32); }
  .about__media .frame:hover img, .detail__media:hover img { scale: 1.025; }
}

/* ---------- İletişim kanalları (Uzaktan Hizmet) ---------- */
.channels {
  display: grid; grid-template-columns: repeat(2, auto);
  margin-top: 64px;
  width: max-content; max-width: 100%;
  background: rgba(12, 11, 10, .62);
  box-shadow: inset 0 0 0 1px var(--gold-hair), 0 40px 80px -40px rgba(0, 0, 0, .8);
}
.channel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "icon label arrow" "icon value arrow";
  column-gap: 18px; row-gap: 6px;
  align-items: center;
  padding: 26px 28px;
  transition: background-color var(--t-med) var(--ease);
}
.channel + .channel { box-shadow: inset 1px 0 0 var(--gold-hair); }
.channel::after {
  content: ""; position: absolute; left: 28px; right: 28px; bottom: 0; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-slow) var(--ease);
}
.channel__icon {
  grid-area: icon;
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  color: var(--gold-hi);
  box-shadow: inset 0 0 0 1px var(--gold-border);
  transition: background-color var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.channel__label { grid-area: label; align-self: end; font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-muted); }
.channel__value { grid-area: value; align-self: start; font-family: var(--serif); font-weight: 400; font-size: 25px; line-height: 1.15; font-variant-numeric: lining-nums; white-space: nowrap; }
.channel__arrow { grid-area: arrow; width: 20px; height: 20px; color: var(--gold-muted); opacity: .5; transition: transform var(--t-med) var(--ease), opacity var(--t-med) var(--ease); }
@media (hover: hover) {
  .channel:hover { background-color: rgba(185, 154, 98, .05); }
  .channel:hover::after { transform: scaleX(1); }
  .channel:hover .channel__icon { background-color: rgba(185, 154, 98, .1); box-shadow: inset 0 0 0 1px rgba(185, 154, 98, .55); }
  .channel:hover .channel__arrow { opacity: 1; transform: translateX(4px); }
}
.channel:active { background-color: rgba(185, 154, 98, .09); }

/* ---------- İletişim finali ---------- */
.finale__label {
  display: block;
  margin-top: clamp(32px, 4.5vh, 48px);
  font-size: 10.5px; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-muted);
}
.finale__phone {
  display: inline-flex; align-items: center; justify-content: center;
  gap: clamp(18px, 2.6vw, 36px);
  margin-top: 14px;
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(44px, 6.2vw, 92px);
  line-height: 1.05;
  letter-spacing: .02em;
  font-variant-numeric: lining-nums;
  color: var(--gold-hi);
  white-space: nowrap;
  transition: color var(--t-med) var(--ease);
}
.finale__phone::before, .finale__phone::after {   /* numarayı sahneye alan iki ince çizgi */
  content: ""; height: 1px; flex: none;
  width: clamp(28px, 4vw, 64px);
  transition: width var(--t-slow) var(--ease), opacity var(--t-slow) var(--ease);
  opacity: .8;
}
.finale__phone::before { background: linear-gradient(90deg, transparent, var(--gold)); }
.finale__phone::after  { background: linear-gradient(90deg, var(--gold), transparent); }
@media (hover: hover) {
  .finale__phone:hover { color: #f1e4c6; }
  .finale__phone:hover::before, .finale__phone:hover::after { width: clamp(40px, 5.4vw, 88px); opacity: 1; }
}
.finale__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: clamp(30px, 4.2vh, 46px); }
.finale__actions .btn { --btn-h: 60px; padding-inline: 38px; }
.finale__meta {
  display: flex; justify-content: center; align-items: center; gap: 14px;
  margin-top: 26px;
  font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--muted);
}
.signature a {
  background: linear-gradient(var(--gold), var(--gold)) no-repeat 0 100% / 0% 1px;
  padding-bottom: 2px;
  transition: color var(--t-med) var(--ease), background-size var(--t-slow) var(--ease);
}
@media (hover: hover) { .signature a:hover { color: var(--gold-hi); background-size: 100% 1px; } }

/* ---------- Mobil menü CTA ---------- */
.menu__cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  margin-top: 40px; min-height: 56px; padding: 0 30px;
  font-size: 11.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  transform: translateY(16px); opacity: 0;
  transition: transform .6s var(--ease), opacity .6s var(--ease), background-color var(--t-fast) var(--ease);
}

/* ---------- Mobil iletişim çubuğu ---------- */
.dock__btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px;
  font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  border-radius: 1px;
  transition: background-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.dock__btn:not(.dock__btn--gold) { color: var(--ivory); box-shadow: inset 0 0 0 1px var(--gold-border); }
.dock__btn:active { transform: translateY(1px); }

/* ---------- Bileşenlerin mobil ayarları ---------- */
@media (max-width: 900px) {
  .channel + .channel { box-shadow: inset 0 1px 0 var(--gold-hair); }
  .channel::after { left: 22px; right: 22px; }
}
@media (max-width: 560px) {
  .btn { --btn-h: 56px; padding-inline: 20px; gap: 12px; }
  .finale__actions .btn { --btn-h: 58px; padding-inline: 20px; }
  .hero__actions, .finale__actions { gap: 12px; }
  .finale__phone { gap: 0; }
  .finale__phone::before, .finale__phone::after { display: none; }
  .finale__meta { gap: 10px; letter-spacing: .24em; }
  .channel { padding: 22px; column-gap: 16px; }
  .channel__icon { width: 42px; height: 42px; }
  .channel__value { font-size: 23px; }
}
@media (max-width: 380px) {
  .channel { padding: 20px 18px; column-gap: 14px; }
  .channel__value { font-size: 21px; }
  .channel__arrow { display: none; }
}

/* ==========================================================================
   PROGRESSIVE MOTION
   İçerik her zaman görünür. JS yalnız seçili başlıkları/çizgileri kısa süre
   hareket ettirir; observer, font veya animasyon başarısına bağlı render yok.
   ========================================================================== */
.reveal--line { transform-origin: left center; }
.rule--center.reveal--line { transform-origin: center; }
/* Fotoğraflı sahnelerin çıkışındaki çizgi, sonraki sahnenin çizgisine birleşir. */
.flow-tail {
  position: absolute; left: 50%; bottom: 0; width: 1px;
  height: var(--flow-thread); pointer-events: none;
  background: linear-gradient(transparent, var(--gold)); opacity: .7;
}
html:not(.motion-full) .hero__stage,
html:not(.motion-full) .hero__haze,
html:not(.motion-full) [data-parallax] { transform: none !important; }
html:not(.motion-full) .hero__veil { opacity: 0; }
html:not(.motion-full) .frame--sticky img { transition: none !important; transform: none !important; }
html:not(.motion-full) .header.is-scrolled {
  background: rgba(12,11,10,.97); backdrop-filter: none; -webkit-backdrop-filter: none;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .nav { gap: 24px; }
  .header__cta span { display: none; }
  .header__cta { padding-inline: 13px; }
  .trust__head { grid-column: 1 / -1; margin-bottom: 48px; }
  .trust__list { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  body { font-size: 16px; }

  .burger { display: block; }
  .nav, .header__cta { display: none; }
  .header__inner { gap: 12px; }
  .brand__tag { white-space: nowrap; }

  /* Grid tek kolona iner; her sahne kendi mobil kompozisyonunu kurar */
  .grid > * { grid-column: 1 / -1 !important; grid-row: auto !important; }

  /* Hero */
  .hero { min-height: 100vh; min-height: 100svh; padding-bottom: 96px; }
  .hero__img { object-position: 38% 80%; }
  .hero__stage::after {
    background:
      linear-gradient(180deg, rgba(12,11,10,.9) 0%, rgba(12,11,10,.7) 35%, rgba(12,11,10,.5) 62%, rgba(12,11,10,.4) 80%),
      radial-gradient(ellipse 100% 70% at 50% 45%, transparent 40%, rgba(12,11,10,.7) 100%);
  }
  .hero__frame { inset: 12px; top: calc(var(--header-h) + 4px); }
  .hero__frame i { width: 24px; height: 24px; }
  .hero__meta { gap: 8px 12px; font-size: 10px; letter-spacing: .2em; }

  /* Hizmet dizini */
  .index__head { margin-bottom: 40px; }
  .index__item { grid-template-columns: 40px 1fr 20px; }

  /* Hakkında: görsel kenardan kenara, metin paneli üstüne biner */
  .about__media { margin-inline: calc(var(--gutter) * -1); }   /* bilinçli tam genişlik */
  .frame--tall { aspect-ratio: 4 / 4.4; max-height: none; }
  .frame--tall.frame::before { inset: 12px; }
  .about__panel { margin: -110px 0 0; padding: 36px 28px; }
  .about__seven { top: -56px; right: 16px; font-size: 128px; }

  /* Geçiş */
  .passage { height: 68vh; height: 68svh; min-height: 460px; }
  .fog, .hero__haze { display: none; }

  /* Detaylar: her konu kendi görsel bandıyla */
  .details__frame { display: none; }
  .details__head { margin-bottom: 24px; }
  .detail, .detail:first-child {
    min-height: 0;
    padding-block: 48px;
    border-top: 0;
    justify-content: flex-start;
  }
  .detail__media {
    display: block;
    margin: 0 calc(var(--gutter) * -1) 28px;
    aspect-ratio: 16 / 10;
  }
  .detail__media.frame::before { inset: 12px; }
  .detail__media img { width: 100%; height: 100%; object-fit: cover; }
  .details__cta { margin-top: 16px; }

  /* Güven */
  .trust__list { grid-template-columns: 1fr; }
  .trust__item { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; align-items: start; padding: 26px 0; border-left: 0; border-top: 1px solid var(--gold-line); }
  .trust__item:last-child { border-bottom: 1px solid var(--gold-line); }
  .trust__item dd { margin-top: 4px; }

  /* Uzaktan */
  .remote__media::after {
    background: linear-gradient(rgba(12,11,10,.55), rgba(12,11,10,.55));
  }
  .channels { grid-template-columns: 1fr; width: 100%; }

  /* Final */
  .signature { grid-template-columns: 1fr 1fr; }
  .signature__item, .signature__item + .signature__item { padding: 22px 16px 22px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .signature__item--name { grid-column: 1 / -1; }

  /* Mobil dock */
  .dock {
    position: fixed; z-index: 45;
    left: var(--gutter); right: var(--gutter); bottom: calc(12px + env(safe-area-inset-bottom));
    display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px;
    padding: 8px;
    background: rgba(18, 16, 14, .97);
    border: 1px solid var(--line);
    border-radius: 4px;
    transform: translateY(140%);
    transition: transform .6s var(--ease);
  }
  .dock.is-visible { transform: none; }
  .footer { padding-bottom: 120px; }
}

@media (max-width: 560px) {
  .btn { width: 100%; }
  .hero__actions, .finale__actions { flex-direction: column; }
  .hero__name { font-size: clamp(52px, 17vw, 76px); white-space: normal; }   /* mobilde bilinçli iki satır */
  .hero__question { font-size: clamp(22px, 6.4vw, 28px); }
  .hero__meta .dot { display: none; }
  .hero__meta { flex-direction: column; gap: 6px; margin-top: 24px; }
  .hero__content .rule--center { margin-block: 18px; }
  .hero__lead { margin-top: 14px; font-size: 15px; line-height: 1.6; }
  .hero__actions { gap: 10px; margin-top: 24px; }
  .eyebrow--center { font-size: 11px; letter-spacing: .2em; gap: 10px; white-space: nowrap; }
  .eyebrow--center::before, .eyebrow--center::after { width: 18px; }
  .trust__item { grid-template-columns: 1fr; gap: 10px; }
  .channel { padding: 22px; }
  .finale__phone { font-size: clamp(30px, 10.4vw, 56px); }
  .signature { grid-template-columns: 1fr; }
  .signature__item, .signature__item + .signature__item { padding-right: 0; }
}

@media (max-width: 380px) {
  .brand__name { font-size: 23px; }
  .brand__tag { font-size: 9px; letter-spacing: .18em; }
  .eyebrow--center { font-size: 10px; letter-spacing: .16em; gap: 8px; }
  .eyebrow--center::before, .eyebrow--center::after { width: 12px; }
}

/* Hareket hassasiyeti */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .hero__stage, .hero__haze, [data-parallax] { transform: none !important; }
  .hero__veil { opacity: 0; }
}
