:root{
  --bg:#f4f3f1; --ink:#0d0d0d; --muted:#8a8a86; --line:rgba(0,0,0,0.16);
  --font:"Helvetica Neue","Inter",-apple-system,BlinkMacSystemFont,Arial,sans-serif;
}
*{ margin:0; padding:0; box-sizing:border-box; }
html,body{
  width:100%; max-width:100%; overflow-x:hidden; background:var(--bg); color:var(--ink); font-family:var(--font);
  -webkit-font-smoothing:antialiased;
  scrollbar-width:none; -ms-overflow-style:none;        /* hide scrollbar, keep scroll */
}
html::-webkit-scrollbar, body::-webkit-scrollbar{ display:none; width:0; height:0; }
body{ height:350vh; }                                   /* desktop scroll height drives rotation */
a{ color:inherit; text-decoration:none; }

.site-header{ position:fixed; inset:0 0 auto 0; z-index:50; display:flex; align-items:center;
  justify-content:space-between; padding:1.9em 2.4em; font-size:13px; letter-spacing:0.02em; }
.header-left{ display:flex; align-items:center; gap:3em; }
.header-right{ display:flex; align-items:center; gap:2em; }   /* TR/EN dil pili + Giriş yan yana, sağ blok */
.brand{ font-weight:600; font-size:16px; letter-spacing:0.06em; }
.brand-dot{ font-size:9px; vertical-align:super; margin-left:2px; }
.nav{ display:flex; gap:2.2em; font-weight:500; }
.nav a{ position:relative; opacity:0.62; transition:opacity .3s ease; }
.nav a.is-active, .nav a:hover{ opacity:1; }
.nav a.is-active::after{ content:""; position:absolute; left:0; bottom:-6px; width:100%; height:1px; background:var(--ink); }
.lang{ display:flex; gap:0.5em; font-weight:500; }
.lang .lang-opt{ cursor:pointer; transition:opacity .2s ease; }
.lang .lang-opt:hover{ opacity:1; }
.lang .lang-opt.muted:hover{ opacity:0.75; }
.hesap{ display:flex; align-items:center; gap:10px; font-weight:500; font-size:14px; }
.hesap a{ color:var(--ink); text-decoration:none; opacity:0.85; transition:opacity .2s ease; }
.hesap a:hover{ opacity:1; }
.hesap .hesap-ad{ color:var(--muted); }
.hesap .hesap-rol{ color:var(--bg); background:var(--ink); border-radius:999px; padding:2px 10px; font-size:12px; font-weight:600; }
.cv-socwrap{ display:flex; flex-wrap:wrap; gap:8px; }
.cv-soc{ font-size:12px; border:1px solid var(--line); border-radius:999px; padding:3px 11px; opacity:0.85; transition:opacity .2s; }
.cv-soc:hover{ opacity:1; border-color:var(--ink); }
.menu-toggle{ display:none; flex-direction:column; justify-content:center; gap:5px; width:26px; height:18px;
  padding:0; background:none; border:none; cursor:pointer; }
.menu-toggle span{ display:block; width:100%; height:1.5px; background:var(--ink); transition:transform .25s ease; }
.menu-toggle.is-open span:first-child{ transform:translateY(3px) rotate(45deg); }
.menu-toggle.is-open span:last-child{ transform:translateY(-3px) rotate(-45deg); }

/* Mobil tam ekran menü */
.mobile-menu{ display:none; }
@media (max-width:768px){
  .mobile-menu{ display:flex; position:fixed; inset:0; z-index:80; flex-direction:column; align-items:center;
    justify-content:center; gap:1.2em; background:var(--bg); opacity:0; pointer-events:none; transition:opacity .3s ease; }
  .mobile-menu.is-open{ opacity:1; pointer-events:auto; }
  .mm-nav{ display:flex; flex-direction:column; align-items:center; gap:0.9em; }
  .mm-nav a{ font-size:26px; font-weight:500; letter-spacing:-0.01em; }
  .mm-lang{ margin-top:1.6em; font-size:14px; display:flex; gap:0.45em; align-items:center; }
  .mm-lang .muted{ opacity:0.45; } .mm-lang i{ opacity:0.3; font-style:normal; }
  .site-header{ z-index:90; }   /* hamburger menünün üstünde kalsın (kapatma için) */
}
.lang .sep, .lang .muted{ opacity:0.4; }

.corner{ position:fixed; bottom:2.2em; z-index:50; background:none; border:none; cursor:pointer;
  font-family:var(--font); font-size:13px; font-weight:500; letter-spacing:0.02em; color:var(--ink);
  padding-bottom:4px; border-bottom:1px solid var(--ink); transition:opacity .3s ease; }
.corner:hover{ opacity:0.55; }
.corner i{ font-style:normal; margin-left:0.4em; }
.corner--left{ left:2.4em; }
.corner--right{ right:2.4em; }

.scene{ position:fixed; inset:0; overflow:hidden; clip-path:inset(0); perspective:1600px; perspective-origin:50% 50%; }
/* iOS Safari: overflow:hidden + preserve-3d birlikte çalışmaz → 3D ring öğeleri taşıp portrait'te
   sayfayı ekrandan geniş yapıyordu ("1/3 görünme"). clip-path:inset(0) ekran-uzayında kesin kırpar
   (Safari dahil), görseli bozmaz. Ek güvence: kök öğeler yatay taşmayı kesin engeller. */
html{ overflow-x:clip; }
.gallery{ position:absolute; top:50%; left:50%; width:0; height:0; transform-style:preserve-3d; will-change:transform; }

/* CARD = stable hitbox. IMPORTANT: NO backface-visibility:hidden (it would hide half the ring -> "C"/spiral). */
.item{ position:absolute; top:0; left:0; width:78px; height:60px; transform-style:preserve-3d; }
.item-card{ position:absolute; inset:0; transform-style:preserve-3d; pointer-events:none; border-radius:9px;
  border:1px solid var(--card-edge, rgba(255,255,255,0.65)); transition:box-shadow .4s ease; }
.item-card img{ width:100%; height:100%; object-fit:cover; display:block; border-radius:8px; filter:saturate(0.92) brightness(0.99); }
.item-card.is-active{ box-shadow:0 6px 16px -10px rgba(0,0,0,0.35), 0 0 20px -6px var(--active-glow, transparent); }

.center{ position:absolute; top:43%; left:50%; transform:translate(-50%,-50%); width:min(520px,42vw);
  text-align:center; pointer-events:none; z-index:5; }
.center-eyebrow{ font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin-bottom:1.4em; }
.center-title{ font-size:clamp(34px,4.4vw,60px); font-weight:500; line-height:1.02; letter-spacing:-0.02em; }
.center-title em{ font-style:italic; font-weight:400; }
.center-sub{ margin-top:1.3em; font-size:14px; color:var(--muted); }
.center-default,.center-project{ transition:opacity .55s ease; }
.center-project{ position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; opacity:0; }
.center.show-project .center-default{ opacity:0; }
.center.show-project .center-project{ opacity:1; }
.preview-img{ width:380px; height:210px; flex-shrink:0; overflow:hidden; border-radius:16px; background:var(--preview-bg,#e7e6e3); }
.preview-img img{ width:100%; height:100%; object-fit:cover; }
.preview-cat{ margin-top:1.1em; font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted); }
.preview-title{ margin-top:0.4em; font-size:clamp(20px,2vw,26px); font-weight:500; letter-spacing:-0.01em; }

.labels{ position:absolute; inset:0; pointer-events:none; }
.label{ position:absolute; transform:translate(-50%,-50%); white-space:nowrap; font-size:14px; font-weight:500;
  letter-spacing:0.01em; pointer-events:none; opacity:0.85; }
.label .ul{ border-bottom:1px solid var(--ink); padding-bottom:2px; pointer-events:auto; cursor:pointer; }
.label sup{ font-size:10px; color:var(--muted); margin-left:3px; }
.label.is-active{ opacity:1; }
.label.is-active .ul{ border-bottom-width:2px; font-weight:600; }

/* ───────────── Filtre menüsü ───────────── */
.filter-panel{ position:fixed; left:2.4em; bottom:5em; z-index:60; display:none; flex-direction:column;
  min-width:190px; max-height:62vh; overflow:auto; padding:8px 0; background:var(--bg);
  border:1px solid var(--line); border-radius:16px; box-shadow:0 18px 50px -20px rgba(0,0,0,0.6); }
.filter-panel.is-open{ display:flex; }
.filter-panel button{ background:none; border:none; text-align:left; font-family:var(--font); font-size:13px;
  color:var(--ink); padding:7px 18px; cursor:pointer; opacity:0.66; letter-spacing:0.01em; white-space:nowrap;
  transition:opacity .2s ease; }
.filter-panel button:hover{ opacity:1; }
.filter-panel button.is-active{ opacity:1; font-weight:600; }
.filter-panel button sup{ color:var(--muted); margin-left:5px; font-size:10px; }
@media (max-width:768px){
  .filter-panel{ left:1em; right:1em; bottom:auto; top:6.6em; min-width:0; }
}

.mobile-preview{ display:none; }
.mobile-ring-hitbox{ display:none; }

@media (max-width:768px){
  .mobile-ring-hitbox{ display:block; position:fixed; left:0; right:0; bottom:0; top:50%;
    z-index:20; touch-action:none; pointer-events:auto; }
  body{ height:auto; }
  .scene{ height:100svh; overflow:hidden; }
  /* Mobil GPU rahatlatması (Phase J): kalıcı katman ipucunu kaldır — sürükleme gsap ile çalışmaya devam eder. */
  .gallery{ will-change:auto; }
  .center, .labels{ display:none; }
  .custom-cursor{ display:none !important; }
  .site-header{ padding:1.15em 1em; align-items:center; }
  .nav, .lang{ display:none; }
  .menu-toggle{ display:flex; }
  .corner{ bottom:auto; top:3.6em; font-size:13px; }
  .corner--left{ left:1em; }
  .corner--right{ right:1em; }
  .mobile-preview{ display:block; position:fixed; top:6.2em; left:0; right:0; z-index:6; padding:0 1em; pointer-events:none; }
  .mp-cat{ font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted); margin-bottom:5px; }
  .mp-title{ font-size:23px; line-height:1.05; font-weight:500; letter-spacing:-0.01em; margin-bottom:14px; }
  .mp-img{ width:100%; aspect-ratio:7/4; overflow:hidden; border-radius:14px; background:var(--preview-bg,#e7e6e3); pointer-events:auto; cursor:zoom-in; }
  .mp-img img{ width:100%; height:100%; object-fit:cover; display:block; }
  .mp-view{ display:inline-block; margin-top:11px; font-size:14px; font-weight:700;
    border-bottom:1px solid var(--ink); padding-bottom:2px; pointer-events:auto; }
  .mp-view i{ font-style:normal; margin-left:0.35em; }
}

.custom-cursor{ display:none; }
@media (pointer:fine) and (hover:hover){
  body{ cursor:none; }                                  /* dot replaces the OS cursor */
  .custom-cursor{ display:block; position:fixed; top:0; left:0; width:13px; height:13px;
    border-radius:999px; background:var(--cursor,#000); pointer-events:none; z-index:99999; will-change:transform; transition:opacity .3s ease; }
  .custom-cursor.is-hidden{ opacity:0; }
}

/* ───────────── Lightbox (büyütülmüş görünüm) ───────────── */
.lightbox{ position:fixed; inset:0; z-index:100000; display:none; align-items:center; justify-content:center;
  padding:4vmin; background:rgba(8,7,6,0.92); cursor:zoom-out; }
.lightbox.is-open{ display:flex; }
.lightbox-figure{ margin:0; display:flex; flex-direction:column; gap:14px; align-items:center; max-width:92vw; max-height:88vh; }
.lightbox-imgwrap{ position:relative; max-width:92vw; line-height:0; }
.lightbox-figure img{ max-width:92vw; max-height:78vh; object-fit:contain; display:block; border-radius:14px;
  box-shadow:0 30px 90px -20px rgba(0,0,0,0.85); }
.lightbox-cap{ text-align:center; color:var(--ink); }
.lightbox-cap span{ display:block; font-size:11px; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin-bottom:5px; }
.lightbox-cap b{ display:block; font-weight:500; font-size:clamp(18px,2.2vw,24px); letter-spacing:-0.01em; }
.lightbox-price{ display:block; margin-top:8px; font-size:14px; color:var(--muted); letter-spacing:0.02em; }
/* resmin alt-ortasına bindirilmiş satış butonu — resim büyük kalır, buton hep erişilir */
.lightbox-detail{ position:absolute; left:50%; bottom:18px; transform:translateX(-50%); z-index:2;
  padding:12px 26px; font-size:13px; font-weight:600; letter-spacing:0.04em; white-space:nowrap;
  background:rgba(16,14,12,0.62); color:#fff; border:1px solid rgba(255,255,255,0.55); border-radius:999px;
  -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); cursor:pointer; transition:background .25s ease; }
.lightbox-detail:hover{ background:rgba(16,14,12,0.92); }
@media (max-width:768px){ .lightbox-detail{ bottom:12px; padding:10px 20px; font-size:12px; } }
.lightbox-close{ position:fixed; top:20px; right:26px; z-index:1; background:none; border:none; color:var(--ink);
  font-size:34px; line-height:1; cursor:pointer; opacity:0.7; transition:opacity .25s ease; }
.lightbox-close:hover{ opacity:1; }

/* ───────────── Izgara görünüm ───────────── */
.grid-view{ position:fixed; inset:0; z-index:40; display:none; flex-direction:column; overflow:hidden;
  background:var(--bg); }
.grid-view.is-open{ display:flex; }
.g-count{ max-width:1320px; margin:0 auto 1.6em; font-size:12px; letter-spacing:0.14em;
  text-transform:uppercase; color:var(--muted); }
.g-grid{ max-width:1320px; margin:0 auto; display:grid;
  grid-template-columns:repeat(auto-fill, minmax(260px, 1fr)); gap:26px; }
.g-card{ display:block; color:inherit; }
.g-img{ position:relative; aspect-ratio:7/4; overflow:hidden; border-radius:14px; background:var(--preview-bg, #e7e6e3); }
/* Araç durum rozeti (Satıldı / Rezerve) */
.g-status{ position:absolute; top:10px; left:10px; z-index:2; font-size:11px; letter-spacing:0.04em;
  text-transform:uppercase; padding:4px 10px; border-radius:999px; color:#fff; font-weight:600; }
.g-status--satildi{ background:rgba(180,40,40,0.92); }
.g-status--rezerve{ background:rgba(170,120,30,0.94); }
.g-card.is-satildi .g-img img{ opacity:0.62; filter:grayscale(0.35); }
.g-img img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease; }
.g-card:hover .g-img img{ transform:scale(1.04); }
.g-meta{ padding:0.85em 0; }
.g-cat{ font-size:11px; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted); }
.g-title{ font-size:16px; font-weight:500; margin:4px 0; letter-spacing:-0.01em; }
.g-price{ font-size:14px; color:var(--muted); }
/* Çerçeve scroll YAPMAZ (overflow:hidden). Çubuk normal akışta en üstte; kartlar AYRI iç scroll kutusunda.
   İç kutunun üst kenarı = çubuğun altı → kartlar fiziksel olarak orada kırpılır, asla üstüne çıkamaz.
   İçerik 1320px ortalı. */
.g-nav{ position:relative; flex:0 0 auto; width:100%; margin:0; padding:4.6em 2.4em 0.7em;
  background:var(--bg); z-index:2; }
.g-nav-inner{ max-width:1320px; margin:0 auto; display:flex; flex-wrap:wrap; gap:8px; }
.g-scroll{ flex:1 1 auto; min-height:0; overflow-y:auto; padding:0 2.4em 4em; }   /* TEK kaydırıcı; üst kenarda kırpar */
/* Çubuğun alt kenarında kartların yumuşak erimesi (premium his) */
.g-nav::after{ content:""; position:absolute; left:0; right:0; top:100%; height:14px; pointer-events:none;
  background:linear-gradient(var(--bg), rgba(16,14,12,0)); }
.g-chip{ background:none; border:1px solid var(--line); border-radius:999px; color:var(--ink); font-family:var(--font); font-size:12px;
  letter-spacing:0.02em; padding:7px 14px; cursor:pointer; opacity:0.78; transition:opacity .2s ease, border-color .2s ease; }
.g-chip:hover{ opacity:1; border-color:var(--ink); }
.g-chip.is-active{ opacity:1; background:var(--ink); color:var(--bg); border-color:var(--ink); }
.g-chip.is-active sup{ color:var(--bg); opacity:0.7; }
.g-chip sup{ color:var(--muted); margin-left:4px; }
.g-section{ scroll-margin-top:9em; max-width:1320px; margin:0 auto 3.4em; }
.g-sec-title{ font-size:clamp(20px,2.4vw,30px); font-weight:500; letter-spacing:-0.01em; margin-bottom:1em;
  cursor:pointer; display:inline-flex; align-items:baseline; }
.g-sec-title .ul{ border-bottom:1px solid transparent; padding-bottom:2px; transition:border-color .2s ease; }
.g-sec-title:hover .ul{ border-bottom-color:var(--ink); }
.g-sec-title sup{ font-size:12px; color:var(--muted); margin-left:5px; }
@media (max-width:768px){ .g-grid{ gap:16px; }
  .g-nav{ padding:4.4em 1em 0.6em; } .g-scroll{ padding:0 1em 3em; } }

/* ───────────── İletişim sekmesi ───────────── */
/* Tek ekran, SABİT — sayfa kaymaz; yalnızca sohbet kaydı kendi içinde kayar */
.contact-view{ position:fixed; inset:0; z-index:95; display:none; overflow:hidden; background:var(--bg);
  padding:6em 2.4em 2.4em; flex-direction:column; }
.contact-view.is-open{ display:flex; }
.cv-close{ position:fixed; top:20px; right:26px; z-index:2; background:none; border:none; color:var(--ink);
  font-size:34px; line-height:1; cursor:pointer; opacity:0.7; transition:opacity .25s ease; }
.cv-close:hover{ opacity:1; }
.cv-inner{ max-width:1100px; width:100%; margin:0 auto; flex:1; min-height:0; display:grid; grid-template-columns:1fr 1fr; gap:3em; align-items:stretch; }
.cv-title{ font-size:clamp(26px,3vw,40px); font-weight:500; letter-spacing:-0.02em; margin-bottom:1em; }
.cv-title span{ color:var(--muted); }
.cv-row{ display:flex; gap:1em; padding:0.9em 0; border-bottom:1px solid var(--line); }
.cv-k{ flex:0 0 100px; color:var(--muted); font-size:12px; letter-spacing:0.06em; text-transform:uppercase; }
.cv-v{ font-size:15px; }
.cv-side{ display:flex; flex-direction:column; min-height:0; }
/* Anlık asistan: SOL sütunda kutu (eski tasarım); VARSAYILAN KAPALI, aşağıdan yukarı açılır. */
.cv-chat{ display:flex; flex-direction:column; border:1px solid var(--line); border-radius:18px; overflow:hidden;
  min-height:0;
  background:var(--preview-bg, #1b1714);  /* fallback */
  background:linear-gradient(180deg, color-mix(in srgb, var(--ink) 7%, var(--bg)), var(--bg));
  box-shadow:0 18px 46px -26px rgba(0,0,0,0.65); }
.cv-chat:not(.is-collapsed){ height:100%; }              /* açık: sütunu doldurur (alt kenar haritayla hizalı) */
.cv-chat.is-collapsed{ align-self:end; height:auto; }    /* kapalı: altta yalnız başlık; yukarı açılır */
.cv-chat-head{ padding:1em 1.2em; border-bottom:1px solid var(--line); font-size:12px; letter-spacing:0.16em;
  text-transform:uppercase; color:var(--muted); display:flex; align-items:center; justify-content:space-between;
  cursor:pointer; user-select:none; }
.cv-chat-caret{ transition:transform .25s ease; font-size:11px; }
.cv-chat:not(.is-collapsed) .cv-chat-caret{ transform:rotate(180deg); }   /* ▴ -> ▾ açıkken */
.cv-chat-body{ flex:1; min-height:0; display:flex; flex-direction:column; }
.cv-chat.is-collapsed .cv-chat-head{ border-bottom:none; }
.cv-chat.is-collapsed .cv-chat-body{ display:none; }
.cv-chat-log{ flex:1; overflow-y:auto; padding:1.2em; display:flex; flex-direction:column; gap:12px; }
.cv-msg{ max-width:86%; padding:11px 15px; font-size:14px; line-height:1.5; white-space:pre-line; border-radius:16px; }
.cv-msg--bot{ align-self:flex-start; background:var(--preview-bg,#ececec); color:var(--ink);
  border-bottom-left-radius:5px; }
.cv-msg--user{ align-self:flex-end; background:var(--ink); color:var(--bg); border-bottom-right-radius:5px; }
.cv-msg.is-typing::after{ content:"▍"; margin-left:1px; animation:cv-blink 1s steps(1) infinite; }
@keyframes cv-blink{ 50%{ opacity:0; } }
.cv-chat-form{ display:flex; border-top:1px solid var(--line); }
.cv-chat-form input{ flex:1; border:none; background:none; padding:0.95em 1.1em; font-family:var(--font);
  font-size:14px; color:var(--ink); outline:none; }
.cv-chat-form input::placeholder{ color:var(--muted); }
.cv-chat-form button{ border:none; background:var(--ink); color:var(--bg); padding:0 1.4em; font-family:var(--font);
  font-weight:600; letter-spacing:0.02em; cursor:pointer; }
.cv-mapwrap{ position:relative; flex:1; min-height:160px; border-radius:16px; overflow:hidden; }
.cv-map{ width:100%; height:100%; min-height:160px; border:0; display:block; background:var(--preview-bg,#e7e6e3); }
/* haritanın üstünde tam-kapsama tıklama -> yol tarifi (navigasyon) */
.cv-map-open{ position:absolute; inset:0; display:flex; align-items:flex-end; justify-content:center;
  padding-bottom:18px; text-decoration:none; transition:background .25s ease; }
.cv-map-open:hover{ background:rgba(0,0,0,0.12); }
.cv-map-open span{ background:rgba(16,14,12,0.8); color:#fff; padding:11px 22px; font-size:13px; font-weight:600;
  letter-spacing:0.03em; border-radius:999px; -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); }
.cv-map-open:hover span{ background:rgba(16,14,12,0.96); }
@media (max-width:768px){
  .contact-view{ padding:6.4em 1.2em 3em; overflow-y:auto; }   /* mobilde içerik sığmaz -> kaydırılabilir */
  .cv-inner{ grid-template-columns:1fr; gap:1.8em; flex:none; }
  .cv-mapwrap{ flex:none; height:300px; }
  .cv-map{ height:300px; }
  .cv-chat:not(.is-collapsed){ height:60vh; }
}

body:not(.page-ready) .scene{ opacity:0; }              /* hide ring until fully built+painted */

.loading-screen{ position:fixed; inset:0; z-index:999999; background:var(--bg);
  display:flex; align-items:center; justify-content:center; cursor:default; }
.loading-screen.is-hidden{ pointer-events:none; }
.loading-inner{ text-align:center; opacity:0; animation:load-in .8s ease forwards; }
.loading-brand{ font-weight:600; font-size:20px; letter-spacing:0.06em; }
.loading-brand span{ font-size:10px; vertical-align:super; margin-left:2px; }
.loading-text{ margin-top:1.1em; font-size:11px; letter-spacing:0.26em; text-transform:uppercase;
  color:var(--muted); animation:load-pulse 1.8s ease-in-out infinite; }
.loading-bar{ width:120px; height:1px; margin:1.6em auto 0; background:rgba(0,0,0,0.12); overflow:hidden; }
.loading-bar span{ display:block; width:100%; height:100%; background:var(--ink); transform:scaleX(0);
  transform-origin:left center; animation:load-bar 1.4s ease-in-out forwards; }
@keyframes load-in{ to{ opacity:1; } }
@keyframes load-pulse{ 0%,100%{ opacity:0.45; } 50%{ opacity:1; } }
@keyframes load-bar{ to{ transform:scaleX(1); } }
@media (max-width:768px){ .loading-screen{ height:100svh; } }

/* İletişim panelindeki kurumsal alt satır (index footer entegrasyonu — Phase I) */
.cv-legal{ margin-top:1.4em; padding-top:1.1em; border-top:1px solid var(--line); font-size:12px; color:var(--muted); line-height:1.7; }
.cv-legal a{ color:var(--muted); text-decoration:none; } .cv-legal a:hover{ color:var(--ink); }

/* ============================================================
   ERİŞİLEBİLİRLİK (Phase H)
   ============================================================ */
/* Klavye odağı — görünür çerçeve (tema vurgusu). Fare tıklamasında çıkmaz (:focus-visible). */
.nav a:focus-visible, .corner:focus-visible, .lang-opt:focus-visible,
.g-card:focus-visible, .g-chip:focus-visible, .g-sec-title:focus-visible,
.lightbox-close:focus-visible, .lightbox-detail:focus-visible,
.cv-close:focus-visible, .cv-map-open:focus-visible, .menu-toggle:focus-visible,
.hesap a:focus-visible, .cv-chat-form input:focus-visible, .cv-chat-form button:focus-visible {
  outline:2px solid var(--active-glow, #d8b85a); outline-offset:3px; border-radius:4px;
}

/* Hareketi azalt: geçişleri/animasyonları/parallax'ı sakinleştir (motion sickness güvenliği). */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration:0.001ms !important; animation-iteration-count:1 !important;
    transition-duration:0.001ms !important; scroll-behavior:auto !important;
  }
  .loading-inner{ opacity:1 !important; animation:none !important; }
  .loading-bar span{ animation:none !important; transform:scaleX(1) !important; }
  .loading-text{ animation:none !important; opacity:1 !important; }
  .cv-msg.is-typing::after{ animation:none !important; }
  .custom-cursor{ display:none !important; }   /* takip eden imleç kapalı */
}
