/* ===========================================================================
   VISA EMLAK — Tasarım sistemi
   Palet : derin çam yeşili + pirinç + kum kağıdı
   Tipo  : DM Serif Display (başlık) / DM Sans (metin) / DM Mono (veri)
   ======================================================================== */

:root {
    --pine-900: #06201A;
    --pine-800: #0B2E26;
    --pine-700: #113C31;
    --pine-600: #1A5545;
    --pine-500: #27705C;

    --brass-600: #A97430;
    --brass-500: #C08A3E;
    --brass-400: #D3A45E;
    --brass-200: #EBD6B4;

    --sand-50: #FBF9F5;
    --sand-100: #F5F1E9;
    --sand-200: #EBE5D9;

    --paper: #FFFFFF;
    --ink: #0F1714;
    --ink-soft: #35433D;
    --muted: #6E7C75;
    --line: rgba(15, 23, 20, .11);
    --line-strong: rgba(15, 23, 20, .2);

    --ok: #1E7A4B;
    --warn: #B4600F;
    --err: #B3261E;

    --r-xs: 4px;
    --r-sm: 8px;
    --r-md: 14px;
    --r-lg: 22px;
    --r-pill: 999px;

    --sh-1: 0 1px 2px rgba(9, 24, 19, .06), 0 4px 14px rgba(9, 24, 19, .05);
    --sh-2: 0 2px 6px rgba(9, 24, 19, .07), 0 18px 44px rgba(9, 24, 19, .10);
    --sh-3: 0 30px 80px rgba(6, 32, 26, .28);

    /* ---------------------------------------------------------------- tipografi
       Aktif set: DM Serif Display (başlık) + DM Sans (metin) + DM Mono (veri).
       Üçü de aynı aileden türediği için birlikte uyumlu durur ve Türkçe
       karakterleri (ı İ ş ğ ü ö ç) eksiksiz destekler.

       Başka bir set denemek isterseniz: aşağıdaki üç satırı değiştirin ve
       includes/header.php içindeki Google Fonts bağlantısını da güncelleyin.

       ALTERNATİF 1 — tamamen sans, daha kurumsal / teknolojik:
         --font-display: "Plus Jakarta Sans", sans-serif;  --display-weight: 800;
         --font-body:    "Plus Jakarta Sans", sans-serif;
         --font-mono:    "Roboto Mono", monospace;
         Bağlantı: family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Roboto+Mono:wght@400;500

       ALTERNATİF 2 — daha karakterli, editoryal:
         --font-display: "Fraunces", serif;  --display-weight: 600;
         --font-body:    "Figtree", sans-serif;
         --font-mono:    "Roboto Mono", monospace;
         Bağlantı: family=Fraunces:opsz,wght@9..144,600&family=Figtree:wght@400;500;600;700&family=Roboto+Mono:wght@400;500
       ------------------------------------------------------------------------ */
    --font-display: "DM Serif Display", "Playfair Display", Georgia, "Times New Roman", serif;
    --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-mono: "DM Mono", ui-monospace, "SF Mono", Menlo, monospace;
    --display-weight: 400;

    --shell: 1280px;
    --gutter: 24px;
    --header-h: 112px;

    --ease: cubic-bezier(.2, .7, .3, 1);
}

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

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

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 16.5px;
    line-height: 1.78;
    letter-spacing: -.003em;
    font-optical-sizing: auto;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 600; line-height: 1.22; letter-spacing: -.008em; }

/* Display fontuyla dizilen başlıklar kendi ağırlığını kullanır */
.display,
.hero h1,
.section-head h2,
.page-head h1,
.detail__top h1,
.panel h2,
.spotlight__body h3,
.cta-band h2,
.prose h2, .prose h3,
.reason h3,
.agent-card h3,
.mini-form h3,
.empty h3,
.stats__value,
.spotlight__price,
.detail__price strong,
.card__price strong,
.action-bar__price strong,
.brand__name,
.cat__name {
    font-weight: var(--display-weight);
    letter-spacing: -.002em;
}
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

:focus-visible {
    outline: 2px solid var(--brass-500);
    outline-offset: 3px;
    border-radius: var(--r-xs);
}

::selection { background: var(--brass-200); color: var(--pine-900); }

/* ----------------------------------------------------------------- layout */
.shell {
    width: 100%;
    max-width: var(--shell);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.section { padding-block: 132px; }
.section--tight { padding-block: 92px; }
.section--sand { background: var(--sand-50); }
.section--pine { background: var(--pine-800); color: #E7EFEA; }

.skip-link {
    position: absolute;
    left: -9999px;
    top: 12px;
    z-index: 200;
    background: var(--pine-800);
    color: #fff;
    padding: 10px 18px;
    border-radius: var(--r-sm);
}
.skip-link:focus { left: 16px; }

/* -------------------------------------------------------------- typografi */
.display {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.06;
}

.eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brass-600);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
    opacity: .6;
}
.section--pine .eyebrow { color: var(--brass-400); }

.section-head { max-width: 740px; margin-bottom: 64px; }
.section-head h2 { font-family: var(--font-display); font-size: clamp(29px, 3.4vw, 44px); line-height: 1.2; }
.section-head p { margin-top: 22px; color: var(--muted); font-size: 17.5px; line-height: 1.8; }
.section--pine .section-head p { color: rgba(231, 239, 234, .72); }

.head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}
.head-row .section-head { margin-bottom: 0; }

.lede { font-size: 18.5px; line-height: 1.8; color: var(--ink-soft); }
.mono { font-family: var(--font-mono); }

/* ---------------------------------------------------------------- butonlar */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    border: 1px solid transparent;
    border-radius: var(--r-pill);
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: .01em;
    cursor: pointer;
    transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
    white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--pine-800); color: #fff; }
.btn--primary:hover { background: var(--pine-700); box-shadow: 0 12px 28px rgba(11, 46, 38, .28); }

.btn--brass { background: var(--brass-500); color: #2A1B06; }
.btn--brass:hover { background: var(--brass-400); box-shadow: 0 12px 28px rgba(192, 138, 62, .34); }

.btn--ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--pine-800); background: var(--pine-800); color: #fff; }

.btn--light { background: #fff; color: var(--pine-800); }
.btn--light:hover { background: var(--sand-100); }

.btn--outline-light { border-color: rgba(255, 255, 255, .35); color: #fff; }
.btn--outline-light:hover { background: #fff; color: var(--pine-800); border-color: #fff; }

.btn--block { width: 100%; }
.btn--sm { padding: 10px 18px; font-size: 13.5px; }

.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14.5px;
    color: var(--pine-700);
    border-bottom: 1px solid var(--brass-400);
    padding-bottom: 3px;
}
.link-arrow svg { width: 17px; height: 17px; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }
.section--pine .link-arrow { color: #fff; }

/* ----------------------------------------------------------------- header */
.header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    height: var(--header-h);
    display: flex;
    align-items: center;
    transition: background .35s var(--ease), height .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
    border-bottom: 1px solid transparent;
}
.header--float { color: #fff; }
.header--solid,
.header.is-stuck {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--ink);
    border-bottom-color: var(--line);
    box-shadow: 0 8px 30px rgba(9, 24, 19, .06);
}
.header.is-stuck { height: 70px; }

.header__inner {
    width: 100%;
    max-width: var(--shell);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: flex;
    align-items: center;
    gap: 36px;
}

.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 72px; width: auto; transition: height .35s var(--ease), filter .35s var(--ease); }
.header.is-stuck .brand img { height: 54px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-display); font-size: 25px; letter-spacing: .01em; }
.brand__tag { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase; opacity: .62; }
/* Tek logo kullanılır; koyu hero üzerinde beyaza çevrilir. */
.header--float:not(.is-stuck) .brand img { filter: brightness(0) invert(1); }
.drawer__logo { height: 52px; width: auto; filter: brightness(0) invert(1); }
.footer__logo { height: 66px; width: auto; filter: brightness(0) invert(1); margin-bottom: 22px; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a {
    position: relative;
    padding: 10px 14px;
    font-size: 14.5px;
    font-weight: 600;
    border-radius: var(--r-sm);
    transition: opacity .2s var(--ease);
    opacity: .82;
}
.nav a:hover, .nav a.is-active { opacity: 1; }
.nav a.is-active::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 1.5px;
    background: var(--brass-500);
}

.header__cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header__phone {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-mono);
    font-size: 13.5px;
    font-weight: 500;
    padding: 9px 8px;
}
.header__phone svg { width: 17px; height: 17px; color: var(--brass-500); }

.burger {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: var(--r-pill);
    opacity: .6;
}
.burger svg { width: 20px; height: 20px; }

/* mobil menü */
.drawer {
    position: fixed;
    inset: 0;
    z-index: 120;
    background: var(--pine-900);
    color: #fff;
    padding: 26px var(--gutter) 40px;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .4s var(--ease);
    overflow-y: auto;
}
.drawer.is-open { transform: none; }
.drawer__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.drawer__close { width: 44px; height: 44px; display: grid; place-items: center; background: rgba(255, 255, 255, .1); border: 0; border-radius: var(--r-pill); color: #fff; }
.drawer__close svg { width: 20px; height: 20px; }
.drawer nav a {
    display: block;
    font-family: var(--font-display);
    font-size: 30px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.drawer__foot { margin-top: auto; padding-top: 32px; display: grid; gap: 12px; }
.drawer__meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }

/* ------------------------------------------------------------------- hero */
.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: flex-end;
    padding-top: calc(var(--header-h) + 40px);
    padding-bottom: 60px;
    background: var(--pine-900);
    color: #fff;
    overflow: hidden;
}
.hero__media { position: absolute; inset: 0; }
.hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.1s var(--ease);
}
.hero__slide.is-active { opacity: 1; }
.hero__slide img,
.hero__slide .hero__fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.14);
    transition: transform 12s linear;
    /* Portföy fotoğrafları arka planda: yumuşatılmış, doygunluğu düşürülmüş */
    filter: blur(9px) saturate(.82) brightness(.72);
}
.hero__slide.is-active img { transform: scale(1.2); }
.hero__fallback {
    background:
        radial-gradient(120% 90% at 80% 10%, rgba(39, 112, 92, .55), transparent 60%),
        linear-gradient(160deg, #06201A, #113C31 60%, #06201A);
}
.hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(90% 70% at 18% 22%, rgba(6, 32, 26, .58), transparent 68%),
        linear-gradient(180deg, rgba(6, 32, 26, .82) 0%, rgba(6, 32, 26, .52) 40%, rgba(6, 32, 26, .92) 100%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero__text { max-width: 780px; }
.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(38px, 5.4vw, 70px);
    line-height: 1.14;
}
.hero h1 em { font-style: italic; color: var(--brass-400); }
.hero__sub { margin-top: 30px; font-size: clamp(16.5px, 1.6vw, 19px); line-height: 1.75; color: rgba(255, 255, 255, .86); max-width: 580px; }
.hero__actions { margin-top: 44px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero altında portföy sayacı */
.hero__note {
    position: absolute; left: 50%; transform: translateX(-50%);
    bottom: 22px; z-index: 3;
    display: flex; align-items: center; gap: 10px;
    font-family: var(--font-mono); font-size: 11.5px;
    letter-spacing: .16em; text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
}
.hero__note::before,
.hero__note::after { content: ""; width: 34px; height: 1px; background: rgba(255, 255, 255, .25); }

/* arama konsolu */
.console {
    position: relative;
    z-index: 4;
    margin-top: 58px;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(10px);
    color: var(--ink);
    border-radius: var(--r-lg);
    box-shadow: var(--sh-3);
    overflow: hidden;
}
.console__tabs { display: flex; border-bottom: 1px solid var(--line); }
.console__tabs button {
    flex: 0 0 auto;
    padding: 16px 30px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--muted);
    transition: color .2s var(--ease), border-color .2s var(--ease);
}
.console__tabs button.is-active { color: var(--pine-800); border-bottom-color: var(--brass-500); }
.console__body { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 0; }
.console__field {
    padding: 18px 22px;
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.console__field label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted);
}
.console__field select,
.console__field input {
    border: 0;
    background: transparent;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    padding: 2px 0;
    width: 100%;
    appearance: none;
    cursor: pointer;
}
.console__field select:focus, .console__field input:focus { outline: none; }
.console__submit { display: grid; place-items: center; padding: 14px; }
.console__submit .btn { height: 100%; padding-inline: 34px; }

/* ------------------------------------------------------------- istatistik */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.stats__item { background: var(--paper); padding: 48px 32px; }
.section--pine .stats { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .12); }
.section--pine .stats__item { background: var(--pine-800); }
.stats__value { font-family: var(--font-display); font-size: 42px; line-height: 1; color: var(--pine-700); }
.section--pine .stats__value { color: var(--brass-400); }
.stats__label { margin-top: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.section--pine .stats__label { color: rgba(231, 239, 234, .6); }

/* ------------------------------------------------------------- kategoriler */
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.cat {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 212px;
    padding: 30px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.cat::after {
    content: "";
    position: absolute;
    inset: auto -40% -60% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 138, 62, .16), transparent 70%);
    opacity: 0;
    transition: opacity .4s var(--ease);
}
.cat:hover { transform: translateY(-5px); box-shadow: var(--sh-2); border-color: transparent; }
.cat:hover::after { opacity: 1; }

/* Kategoriye ait örnek fotoğraf — bulanık, arka planda */
.cat__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
}
/* Fotoğraf hafifçe yumuşatılır — konu tanınabilir kalmalı.
   Daha net istersen blur(2px), daha yumuşak istersen blur(5px) yap. */
.cat__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    filter: blur(3px) saturate(1.06);
    transition: transform .7s var(--ease);
}
/* Okunurluğu koyu perde sağlar. Fotoğrafı daha belirgin istersen bu üç
   alfa değerini düşür (.42/.58/.86), yazılar zor okunursa yükselt. */
.cat__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 32, 26, .42) 0%, rgba(6, 32, 26, .58) 48%, rgba(6, 32, 26, .86) 100%);
    transition: background .45s var(--ease);
}
.cat > *:not(.cat__bg) { position: relative; z-index: 1; }

/* --- anasayfadaki kategori kutuları koyu; hakkımızda sayfasındaki
       .cat kutuları (div) açık kalsın diye seçici a.cat ile sınırlandı --- */
a.cat {
    background: linear-gradient(158deg, var(--pine-800) 0%, var(--pine-900) 100%);
    border-color: transparent;
    color: #fff;
}
a.cat .cat__icon {
    background: rgba(255, 255, 255, .14);
    color: var(--brass-400);
    backdrop-filter: blur(3px);
}
a.cat .cat__name { color: #fff; }
a.cat .cat__count { color: rgba(231, 239, 234, .6); }
a.cat:hover { box-shadow: 0 18px 42px rgba(6, 32, 26, .3); }
a.cat:hover .cat__icon { background: var(--brass-500); color: var(--pine-900); }
a.cat.cat--photo:hover .cat__bg img { transform: scale(1.14); }
a.cat.cat--photo:hover .cat__bg::after {
    background: linear-gradient(180deg, rgba(6, 32, 26, .3) 0%, rgba(6, 32, 26, .46) 48%, rgba(6, 32, 26, .8) 100%);
}
.cat__icon {
    width: 50px; height: 50px;
    display: grid; place-items: center;
    border-radius: 12px;
    background: var(--sand-100);
    color: var(--pine-700);
    transition: background .35s var(--ease), color .35s var(--ease);
}
.cat__icon svg { width: 25px; height: 25px; }
.cat:hover .cat__icon { background: var(--pine-800); color: var(--brass-400); }
.cat__name { font-family: var(--font-display); font-size: 24px; margin-top: 20px; }
.cat__count { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* ------------------------------------------------------------- ilan kartı */
.grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.grid-cards--4 { grid-template-columns: repeat(4, 1fr); gap: 26px; }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-2); border-color: transparent; }

.card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand-200); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.card:hover .card__media img { transform: scale(1.07); }
.card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 32, 26, .35) 0%, transparent 42%, rgba(6, 32, 26, .55) 100%);
}

.card__badges { position: absolute; top: 14px; left: 14px; z-index: 2; display: flex; gap: 7px; flex-wrap: wrap; }
.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: var(--r-pill);
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .94);
    color: var(--pine-800);
    backdrop-filter: blur(6px);
}
.badge--satilik { background: var(--pine-800); color: #fff; }
.badge--kiralik { background: var(--brass-500); color: #2A1B06; }
.badge--sold { background: var(--err); color: #fff; }
.badge--featured { background: rgba(6, 32, 26, .72); color: var(--brass-300); }

.card__count {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: var(--r-pill);
    background: rgba(6, 32, 26, .6);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 11px;
    backdrop-filter: blur(6px);
}
.card__count svg { width: 13px; height: 13px; }

.card__place {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .4);
}
.card__place svg { width: 15px; height: 15px; color: var(--brass-300); }

.card__body { padding: 26px 24px 0; flex: 1; display: flex; flex-direction: column; }
.card__ref { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.card__title {
    margin-top: 12px;
    font-family: var(--font-body);
    font-size: 17.5px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: -.005em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card a.card__title:hover { color: var(--pine-600); }
.card__excerpt {
    margin-top: 8px;
    font-size: 13.5px;
    color: var(--muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card__meta {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px dashed var(--line-strong);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}
.card__meta li { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--ink-soft); font-weight: 600; }
.card__meta svg { width: 16px; height: 16px; color: var(--brass-600); }

.card__price {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}
.card__price strong { font-family: var(--font-display); font-size: 25px; font-weight: 400; color: var(--pine-800); letter-spacing: 0; }
.card__price span { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }

.card__foot {
    margin-top: 18px;
    padding: 12px 20px;
    margin-inline: -20px;
    border-top: 1px solid var(--line);
    background: var(--sand-50);
    display: flex;
    align-items: center;
    gap: 8px;
}
.icon-btn {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: var(--r-pill);
    background: #fff;
    color: var(--pine-800);
    transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
    flex-shrink: 0;
}
.icon-btn svg { width: 18px; height: 18px; }
.icon-btn:hover { background: var(--pine-800); color: #fff; border-color: var(--pine-800); }
.icon-btn--wa:hover { background: #128C4A; border-color: #128C4A; }
.card__foot .btn { margin-left: auto; }

/* --------------------------------------------------------------- öne çıkan */
.spotlight {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
}
.spotlight__media { position: relative; min-height: 460px; }
.spotlight__media img { width: 100%; height: 100%; object-fit: cover; }
.spotlight__body { padding: 58px 54px; display: flex; flex-direction: column; justify-content: center; }
.spotlight__body h3 { font-family: var(--font-display); font-size: clamp(25px, 2.6vw, 35px); line-height: 1.24; margin-block: 6px 20px; }
.spotlight__price { font-family: var(--font-display); font-size: 40px; color: var(--pine-700); margin-block: 26px 14px; }
.spotlight__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 32px; border: 1px solid var(--line); }
.spotlight__facts div { background: #fff; padding: 20px 18px; }
.spotlight__facts dt { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.spotlight__facts dd { margin: 6px 0 0; font-size: 17px; font-weight: 700; }

/* ------------------------------------------------------------- neden biz  */
.reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255, 255, 255, .12); }
.reason { background: var(--pine-800); padding: 52px 42px; position: relative; transition: background .35s var(--ease); }
.reason:hover { background: var(--pine-700); }
.reason__no { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; color: var(--brass-400); }
.reason__icon { margin-top: 26px; width: 44px; height: 44px; color: var(--brass-400); }
.reason__icon svg { width: 100%; height: 100%; stroke-width: 1.3; }
.reason h3 { margin-top: 22px; font-family: var(--font-display); font-size: 25px; color: #fff; }
.reason p { margin-top: 12px; color: rgba(231, 239, 234, .68); font-size: 15px; }

/* ------------------------------------------------------------------- şerit */
.cta-band {
    position: relative;
    background: var(--pine-900);
    color: #fff;
    overflow: hidden;
}
.cta-band__bg { position: absolute; inset: 0; opacity: .28; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band .shell { position: relative; z-index: 2; padding-block: 88px; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(27px, 3.1vw, 40px); max-width: 620px; }
.cta-band p { margin-top: 14px; color: rgba(255, 255, 255, .74); max-width: 560px; }

/* ---------------------------------------------------------------- iletişim */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.contact-list { display: grid; gap: 4px; margin-top: 34px; }
.contact-list a, .contact-list div {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    align-items: flex-start;
}
.contact-list svg { width: 20px; height: 20px; color: var(--brass-600); flex-shrink: 0; margin-top: 3px; }
.contact-list dt { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.contact-list dd { margin: 4px 0 0; font-size: 16px; font-weight: 600; }

.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; box-shadow: var(--sh-1); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea {
    font-family: var(--font-body);
    font-size: 15px;
    padding: 13px 15px;
    border: 1px solid var(--line-strong);
    border-radius: var(--r-sm);
    background: var(--paper);
    color: var(--ink);
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
    width: 100%;
}
.field textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none;
    border-color: var(--pine-600);
    box-shadow: 0 0 0 3px rgba(26, 85, 69, .12);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E7C75' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 38px; }
.field small { font-size: 12px; color: var(--muted); }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 6px; }

/* --------------------------------------------------------------- uyarılar */
.alert {
    display: flex;
    gap: 12px;
    padding: 15px 18px;
    border-radius: var(--r-sm);
    font-size: 14.5px;
    margin-bottom: 20px;
    border: 1px solid;
}
.alert svg { width: 19px; height: 19px; flex-shrink: 0; margin-top: 2px; }
.alert--success { background: #EDF7F1; border-color: #BFE0CD; color: #14603A; }
.alert--error { background: #FDF0EF; border-color: #F2C9C6; color: #8E1F19; }
.alert--info { background: var(--sand-100); border-color: var(--sand-200); color: var(--ink-soft); }

/* ------------------------------------------------------------------ footer */
.footer { background: var(--pine-900); color: rgba(231, 239, 234, .72); padding-top: 74px; }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 56px; }
.footer h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--brass-400); margin-bottom: 20px; }
.footer__brand .brand__name { color: #fff; }
.footer__brand p { margin-top: 18px; font-size: 14.5px; max-width: 330px; }
.footer nav a, .footer__contact li { display: block; padding: 7px 0; font-size: 14.5px; transition: color .2s var(--ease); }
.footer nav a:hover { color: var(--brass-300); }
.footer__contact li { display: flex; gap: 11px; align-items: flex-start; }
.footer__contact svg { width: 17px; height: 17px; color: var(--brass-500); flex-shrink: 0; margin-top: 4px; }
.socials { display: flex; gap: 10px; margin-top: 24px; }
.socials a {
    width: 40px; height: 40px;
    display: grid; place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--r-pill);
    transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.socials svg { width: 17px; height: 17px; }
.socials a:hover { background: var(--brass-500); border-color: var(--brass-500); color: #2A1B06; }
.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-block: 24px 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    font-family: var(--font-mono);
    font-size: 11.5px;
    letter-spacing: .06em;
    color: rgba(231, 239, 234, .5);
}
.footer__bottom a:hover { color: var(--brass-300); }

/* ------------------------------------------------------------ breadcrumbs */
.page-head { background: var(--pine-800); color: #fff; padding-top: calc(var(--header-h) + 52px); padding-bottom: 52px; position: relative; overflow: hidden; }
.page-head::after {
    content: "";
    position: absolute;
    right: -80px; top: -100px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 138, 62, .16), transparent 68%);
}
.page-head .shell { position: relative; z-index: 2; }
.page-head h1 { font-family: var(--font-display); font-size: clamp(29px, 3.7vw, 46px); margin-top: 14px; }
.page-head p { margin-top: 14px; color: rgba(255, 255, 255, .72); max-width: 620px; }

.crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 12.5px; }
.crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .45; }
.crumbs a { opacity: .72; }
.crumbs a:hover { opacity: 1; color: var(--brass-300); }
.crumbs span { opacity: .95; }

/* ------------------------------------------------------------ ilan listesi */
.listing { display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: start; }

.filters {
    position: sticky;
    top: calc(var(--header-h) + 16px);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: 24px;
}
.filters h3 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.filters__group { padding-block: 20px; border-bottom: 1px solid var(--line); }
.filters__group:last-of-type { border-bottom: 0; }
.filters__group > label,
.filters__legend { display: block; font-size: 13px; font-weight: 700; margin-bottom: 10px; }
/* Alt alta gelen alanlar arasında boşluk (İl / İlçe gibi) */
.filters .field + .field { margin-top: 12px; }
/* Yan yana duran alanlarda bu boşluk ikinci kutuyu aşağı kaydırıyordu */
.filters__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
.filters__row .field + .field { margin-top: 0; }
.filters__row .field { min-width: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid var(--line-strong);
    border-radius: var(--r-pill);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s var(--ease);
    background: #fff;
}
.chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.chip:hover { border-color: var(--pine-600); }
.chip.is-active { background: var(--pine-800); border-color: var(--pine-800); color: #fff; }
.filters__actions { display: grid; gap: 10px; margin-top: 22px; }

.toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--line);
    flex-wrap: wrap;
}
.toolbar__count { font-size: 14.5px; color: var(--muted); }
.toolbar__count strong { color: var(--ink); font-size: 17px; }
.toolbar__right { display: flex; align-items: center; gap: 12px; }
.toolbar select { padding: 10px 34px 10px 14px; border: 1px solid var(--line-strong); border-radius: var(--r-pill); font-size: 13.5px; font-weight: 600; background-color: #fff; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E7C75' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 15px; }

.filter-toggle { display: none; }

.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.active-filters a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    background: var(--sand-100);
    border-radius: var(--r-pill);
    font-size: 12.5px;
    font-weight: 600;
}
.active-filters svg { width: 13px; height: 13px; }
.active-filters a:hover { background: var(--sand-200); }

.empty {
    text-align: center;
    padding: 80px 24px;
    border: 1px dashed var(--line-strong);
    border-radius: var(--r-md);
    background: var(--sand-50);
}
.empty svg { width: 46px; height: 46px; color: var(--brass-500); margin-inline: auto; }
.empty h3 { font-family: var(--font-display); font-size: 24px; margin-top: 18px; }
.empty p { margin-top: 10px; color: var(--muted); }

.pagination { margin-top: 44px; }
.pagination ul { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pagination a, .pagination span {
    min-width: 42px;
    height: 42px;
    padding-inline: 12px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    font-size: 14px;
    font-weight: 600;
    transition: all .2s var(--ease);
}
.pagination a:hover { border-color: var(--pine-700); color: var(--pine-700); }
.pagination .is-active { background: var(--pine-800); border-color: var(--pine-800); color: #fff; }
.pagination__gap { border: 0; }

/* ------------------------------------------------------------- ilan detay */
.detail { padding-top: calc(var(--header-h) + 32px); padding-bottom: 90px; }
.detail__top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: flex-end; margin-block: 30px 34px; }
.detail__top h1 { font-family: var(--font-display); font-size: clamp(26px, 3vw, 40px); line-height: 1.24; max-width: 800px; }
.detail__place { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--muted); font-size: 15px; }
.detail__place svg { width: 17px; height: 17px; color: var(--brass-600); }
.detail__price { text-align: right; }
.detail__price strong { font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 44px); color: var(--pine-800); font-weight: 400; }
.detail__price span { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

.gallery { display: grid; grid-template-columns: 2.1fr .9fr; gap: 12px; }
.gallery__main { position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16 / 11; background: var(--sand-200); }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.gallery__side { display: grid; grid-template-rows: repeat(3, 1fr); gap: 12px; }
.gallery__side button { position: relative; border: 0; padding: 0; border-radius: var(--r-md); overflow: hidden; background: var(--sand-200); }
.gallery__side img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery__side button:hover img { transform: scale(1.06); }
.gallery__more {
    position: absolute; inset: 0;
    display: grid; place-items: center;
    background: rgba(6, 32, 26, .68);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 14px;
    letter-spacing: .08em;
}
.gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px; height: 46px;
    display: grid; place-items: center;
    background: rgba(255, 255, 255, .92);
    border: 0;
    border-radius: var(--r-pill);
    color: var(--pine-800);
    transition: background .2s var(--ease);
}
.gallery__nav:hover { background: #fff; }
.gallery__nav--prev { left: 14px; }
.gallery__nav--next { right: 14px; }
.gallery__nav svg { width: 20px; height: 20px; }
.gallery__badges { position: absolute; top: 16px; left: 16px; z-index: 2; display: flex; gap: 8px; }
.gallery__counter {
    position: absolute; bottom: 16px; right: 16px;
    padding: 6px 12px;
    background: rgba(6, 32, 26, .7);
    color: #fff;
    border-radius: var(--r-pill);
    font-family: var(--font-mono);
    font-size: 12px;
}

.thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.thumbs button { flex: 0 0 108px; height: 74px; border: 2px solid transparent; border-radius: var(--r-sm); overflow: hidden; padding: 0; background: var(--sand-200); }
.thumbs button.is-active { border-color: var(--brass-500); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }

.detail__layout { display: grid; grid-template-columns: 1fr 368px; gap: 54px; margin-top: 60px; align-items: start; }

.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 38px 36px; }
.panel + .panel { margin-top: 30px; }
.panel h2 { font-family: var(--font-display); font-size: 26px; margin-bottom: 26px; }
.panel h3 { font-size: 15px; font-weight: 700; margin-bottom: 12px; }

.specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.specs > div { background: #fff; padding: 16px 18px; }
.specs dt { font-family: var(--font-mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.specs dd { margin: 6px 0 0; font-size: 15.5px; font-weight: 700; }

.prose { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); }
.prose h2, .prose h3 { font-family: var(--font-display); color: var(--ink); margin-block: 1.4em .5em; }
.prose h2 { font-size: 30px; }
.prose h3 { font-size: 23px; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 1.3em; list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: .4em; }
.prose a { color: var(--pine-600); border-bottom: 1px solid var(--brass-400); }
.prose img { border-radius: var(--r-md); margin-block: 1.4em; }
.prose blockquote { margin: 1.6em 0; padding: 18px 24px; border-left: 3px solid var(--brass-500); background: var(--sand-50); font-style: italic; }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: 1.4em; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 14px; text-align: left; }

.feature-group + .feature-group { margin-top: 26px; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 18px; }
.feature-list li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; }
.feature-list svg { width: 16px; height: 16px; color: var(--ok); flex-shrink: 0; }

/* ------------------------------------------------------------------ harita */
.map-frame {
    position: relative;
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--sh-2);
    background: var(--sand-100);
}
.map-frame::after {
    content: "";
    position: absolute; inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 12px 34px rgba(6, 32, 26, .07);
}
#detail-map, #contact-map { height: 460px; z-index: 1; background: var(--sand-100); }

/* pin */
.ve-pin { background: none; border: 0; }
.ve-pin svg { position: relative; z-index: 2; filter: drop-shadow(0 8px 14px rgba(6, 32, 26, .35)); }
.ve-pin__pulse {
    position: absolute; left: 50%; bottom: 0;
    width: 44px; height: 44px; margin-left: -22px; margin-bottom: -22px;
    border-radius: 50%;
    background: rgba(192, 138, 62, .28);
    animation: vePulse 2.6s var(--ease) infinite;
}
@keyframes vePulse {
    0%   { transform: scale(.4); opacity: .9; }
    70%  { transform: scale(1.6); opacity: 0; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Leaflet kontrolleri — markaya uyarlandı */
.leaflet-container { font-family: var(--font-body); background: var(--sand-100); }
.leaflet-control-zoom { border: 0 !important; box-shadow: var(--sh-1) !important; border-radius: var(--r-sm) !important; overflow: hidden; margin: 0 16px 16px 0 !important; }
.leaflet-control-zoom a {
    width: 38px; height: 38px; line-height: 36px;
    background: rgba(255, 255, 255, .96); color: var(--pine-800);
    border-bottom: 1px solid var(--line) !important;
    font-size: 19px; font-weight: 500;
}
.leaflet-control-zoom a:hover { background: var(--pine-800); color: #fff; }
.leaflet-control-attribution {
    background: rgba(255, 255, 255, .82) !important;
    font-family: var(--font-mono); font-size: 9.5px !important;
    letter-spacing: .04em; color: var(--muted) !important;
    padding: 3px 8px !important; border-radius: var(--r-pill) 0 0 0;
}
.leaflet-control-attribution a { color: var(--muted) !important; }

/* popup */
.ve-popup .leaflet-popup-content-wrapper {
    background: var(--pine-800); color: #fff;
    border-radius: var(--r-sm); box-shadow: var(--sh-2); padding: 4px 6px;
}
.ve-popup .leaflet-popup-content { margin: 12px 14px; font-size: 13.5px; line-height: 1.55; }
.ve-popup .leaflet-popup-content strong { display: block; font-weight: 600; }
.ve-popup .leaflet-popup-content span { display: block; margin-top: 4px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--brass-400); }
.ve-popup .leaflet-popup-tip { background: var(--pine-800); }

/* kaydırma kilidi */
.map-veil {
    position: absolute; inset: 0; z-index: 5;
    display: grid; place-items: center;
    background: rgba(6, 32, 26, .16);
    backdrop-filter: blur(1px);
    cursor: pointer;
    transition: opacity .3s var(--ease), visibility .3s var(--ease);
}
.map-veil span {
    background: rgba(255, 255, 255, .96);
    padding: 11px 22px; border-radius: var(--r-pill);
    font-family: var(--font-mono); font-size: 11px;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--pine-800); box-shadow: var(--sh-1);
}
.map-veil.is-gone { opacity: 0; visibility: hidden; }

/* yol tarifi */
.map-directions {
    position: absolute; left: 16px; top: 16px; z-index: 6;
    display: inline-flex; align-items: center; gap: 9px;
    padding: 12px 20px; border-radius: var(--r-pill);
    background: var(--pine-800); color: #fff;
    font-size: 13.5px; font-weight: 600;
    box-shadow: var(--sh-2);
    transition: transform .25s var(--ease), background .25s var(--ease);
}
.map-directions svg { width: 17px; height: 17px; color: var(--brass-400); }
.map-directions:hover { background: var(--pine-700); transform: translateY(-2px); }
.leaflet-container { font-family: var(--font-body) !important; }

/* yan panel */
.aside { position: sticky; top: calc(var(--header-h) + 16px); display: grid; gap: 20px; }
.agent-card { background: var(--pine-800); color: #fff; border-radius: var(--r-md); padding: 28px; }
.agent-card__label { font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--brass-400); }
.agent-card h3 { font-family: var(--font-display); font-size: 24px; margin-top: 10px; color: #fff; }
.agent-card p { margin-top: 8px; font-size: 14px; color: rgba(255, 255, 255, .68); }
.agent-card__actions { display: grid; gap: 10px; margin-top: 22px; }
.agent-card__meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); display: grid; gap: 8px; font-family: var(--font-mono); font-size: 11.5px; color: rgba(255, 255, 255, .6); }
.agent-card__meta div { display: flex; justify-content: space-between; gap: 12px; }

.mini-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 26px; }
.mini-form h3 { font-family: var(--font-display); font-size: 21px; margin-bottom: 6px; }
.mini-form > p { font-size: 13.5px; color: var(--muted); margin-bottom: 18px; }
.mini-form .field + .field { margin-top: 12px; }
.mini-form .btn { margin-top: 16px; }

/* mobil aksiyon çubuğu */
.action-bar {
    display: none;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 90;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    gap: 8px;
    align-items: center;
}
.action-bar__price { display: flex; flex-direction: column; line-height: 1.1; margin-right: auto; }
.action-bar__price strong { font-family: var(--font-display); font-size: 21px; color: var(--pine-800); }
.action-bar__price span { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* --------------------------------------------------------------- lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(4, 16, 13, .96);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 100%; max-height: 82vh; object-fit: contain; border-radius: var(--r-sm); }
.lightbox__close, .lightbox__prev, .lightbox__next {
    position: absolute;
    width: 52px; height: 52px;
    display: grid; place-items: center;
    background: rgba(255, 255, 255, .1);
    border: 0;
    border-radius: var(--r-pill);
    color: #fff;
    transition: background .2s var(--ease);
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover { background: rgba(255, 255, 255, .22); }
.lightbox__close { top: 22px; right: 22px; }
.lightbox__prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 22px; top: 50%; transform: translateY(-50%); }
.lightbox svg { width: 22px; height: 22px; }
.lightbox__counter { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); font-family: var(--font-mono); font-size: 13px; color: rgba(255, 255, 255, .72); }

/* ------------------------------------------------------------ float wa/top */
.float-wa {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 80;
    width: 56px; height: 56px;
    display: grid; place-items: center;
    background: #12A150;
    color: #fff;
    border-radius: var(--r-pill);
    box-shadow: 0 12px 32px rgba(18, 161, 80, .35);
    transition: transform .25s var(--ease);
}
.float-wa:hover { transform: scale(1.07); }
.float-wa svg { width: 27px; height: 27px; }

/* ------------------------------------------------------------- animasyonlar */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
    .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   Duyarlı düzen
   ======================================================================== */

@media (max-width: 1180px) {
    .console__body { grid-template-columns: repeat(2, 1fr); }
    .console__field:nth-child(2n) { border-right: 0; }
    .console__field { border-bottom: 1px solid var(--line); }
    .console__submit { grid-column: 1 / -1; }
    .console__submit .btn { width: 100%; }
    .detail__layout { grid-template-columns: 1fr; }
    .aside { position: static; grid-template-columns: 1fr 1fr; }
    .footer__top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 1024px) {
    :root { --header-h: 92px; }
    .brand img { height: 58px; }
    .header.is-stuck .brand img { height: 48px; }
    .nav, .header__phone { display: none; }
    .burger { display: inline-flex; }
    .header__cta .btn { display: none; }
    .grid-cards, .grid-cards--4 { grid-template-columns: repeat(2, 1fr); }
    .cats { grid-template-columns: repeat(2, 1fr); }
    .reasons { grid-template-columns: 1fr; }
    .spotlight { grid-template-columns: 1fr; }
    .spotlight__media { min-height: 320px; }
    .spotlight__body { padding: 34px 28px; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .listing { grid-template-columns: 1fr; }
    .filter-toggle { display: inline-flex; }
    .filters {
        position: fixed;
        inset: 0;
        z-index: 130;
        border-radius: 0;
        overflow-y: auto;
        transform: translateY(100%);
        transition: transform .4s var(--ease);
        padding: 22px var(--gutter) 120px;
    }
    .filters.is-open { transform: none; }
    .filters__head { display: flex !important; align-items: center; justify-content: space-between; margin-bottom: 8px; }
    .filters__actions {
        position: sticky;
        bottom: 0;
        background: #fff;
        padding-block: 14px;
        margin-inline: calc(var(--gutter) * -1);
        padding-inline: var(--gutter);
        border-top: 1px solid var(--line);
        grid-template-columns: 1fr 1fr;
    }
    .gallery { grid-template-columns: 1fr; }
    .gallery__side { display: none; }
    .specs { grid-template-columns: repeat(2, 1fr); }
    .feature-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    :root { --gutter: 18px; --header-h: 84px; }
    .brand img { height: 50px; }
    .header.is-stuck .brand img { height: 42px; }
    .drawer__logo { height: 44px; }
    .footer__logo { height: 54px; }
    .hero__slide img { filter: blur(6px) saturate(.82) brightness(.7); }
    .section { padding-block: 82px; }
    .section--tight { padding-block: 60px; }
    .hero { min-height: auto; padding-top: calc(var(--header-h) + 54px); padding-bottom: 44px; }
    .hero__note { display: none; }
    .console { margin-top: 34px; }
    .console__tabs button { flex: 1; padding: 14px 10px; font-size: 12.5px; }
    .console__body { grid-template-columns: 1fr; }
    .console__field { border-right: 0; }
    .stats { grid-template-columns: 1fr 1fr; }
    .stats__item { padding: 32px 22px; }
    .stats__value { font-size: 33px; }
    .grid-cards, .grid-cards--4, .cats { grid-template-columns: 1fr; }
    .card__media { aspect-ratio: 16 / 11; }
    .spotlight__facts { grid-template-columns: 1fr; }
    .aside { grid-template-columns: 1fr; }
    .footer__top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
    .section-head { margin-bottom: 42px; }
    .footer { padding-top: 54px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-card, .panel { padding: 26px 22px; }
    .specs, .feature-list { grid-template-columns: 1fr; }
    .detail { padding-bottom: 110px; }
    .detail__top { flex-direction: column; align-items: flex-start; gap: 14px; }
    .detail__price { text-align: left; }
    .detail__price strong { font-size: 31px; }
    .action-bar { display: flex; }
    .float-wa { bottom: 84px; width: 50px; height: 50px; }
    .cta-band .shell { padding-block: 56px; }
    .toolbar { flex-direction: column; align-items: stretch; }
    .toolbar__right { justify-content: space-between; }
    #detail-map, #contact-map { height: 340px; }
    .map-directions { left: 12px; top: 12px; padding: 10px 16px; font-size: 12.5px; }
    .card__foot { flex-wrap: nowrap; }
    .card__foot .btn { padding-inline: 16px; }
}

@media print {
    .header, .footer, .aside, .action-bar, .float-wa, .thumbs, .gallery__nav, .drawer { display: none !important; }
    body { color: #000; }
    .detail { padding-top: 20px; }
}

/* ------------------------------------------------------- referans etiketi */
.ref-chip {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 11.5px;
    letter-spacing: .12em;
    padding: 5px 12px;
    border-radius: var(--r-pill);
    background: var(--sand-100);
    color: var(--muted);
    margin-bottom: 18px;
}
