/* ============================================================
   mustafamelikoglu.com — ortak PREMIUM _brand katmanı
   build-paket.sh tüm dist sayfalarına enjekte eder (site-geneli tutarlılık).
   CSS-only → 0 JS riski, 0 konsol-hatası. prefers-reduced-motion saygılı.
   ============================================================ */
:root{ color-scheme:light }
html{ scroll-behavior:smooth }
body{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; text-rendering:optimizeLegibility }

/* marka seçim + odak (kurumsal navy/coral) */
::selection{ background:#E07A5F; color:#fff }
:focus-visible{ outline:2px solid #3A7CA5; outline-offset:3px; border-radius:5px }

/* premium kaydırma çubuğu (masaüstü) */
@media(min-width:768px){
  ::-webkit-scrollbar{ width:12px; height:12px }
  ::-webkit-scrollbar-track{ background:#f1ece0 }
  ::-webkit-scrollbar-thumb{ background:#cdbfa6; border-radius:99px; border:3px solid #f1ece0 }
  ::-webkit-scrollbar-thumb:hover{ background:#3A7CA5 }
  *{ scrollbar-color:#cdbfa6 #f1ece0 }
}

/* dokunmatik geri-bildirim yumuşatma */
a,button,summary,[role="button"]{ -webkit-tap-highlight-color:transparent }

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