/* ==========================================================================
   Derli Emlak — Tasarım Sistemi
   Editöryel lüks · lacivert #002349 + fildişi · Bodoni Moda + Hanken Grotesk · grain + lead
   ========================================================================== */

/* ---------- 1. Design tokens ---------- */
:root {
  /* Sotheby's-tarzı lacivert + beyaz, monokrom editöryel lüks */
  --blue: #002349;          /* signature navy */
  --blue-700: #0a3a63;      /* hover/lighter navy */
  --blue-900: #001426;      /* darkest navy */
  --gold: #002349;          /* eski altın aksanlar → lacivert */
  --gold-600: #8a939b;      /* ikonlar için nötr gri */
  --gold-text: #5b6770;     /* etiket / eyebrow grisi */
  --ink: #161d27;
  --ink-soft: #44505c;
  --muted: #707a82;
  --bg: #FBFAF6;            /* sıcak fildişi kâğıt */
  --bg-2: #F1EEE6;         /* sıcak taş bandı */
  --card: #ffffff;
  --stone: #e3ddd0;
  --stone-line: #e9e3d6;
  --seafoam: #eef0f3;
  --green: #25A560;
  --green-600: #1f8e52;
  --white: #ffffff;

  --radius: 2px;
  --radius-sm: 2px;
  --radius-pill: 3px;

  --shadow-sm: 0 1px 3px rgba(0, 20, 45, 0.05);
  --shadow: 0 8px 30px rgba(0, 20, 45, 0.09);
  --shadow-lg: 0 20px 55px rgba(0, 20, 45, 0.14);

  --maxw: 1240px;
  --gutter: clamp(18px, 4vw, 44px);

  --font-head: "Bodoni Moda", "Georgia", "Times New Roman", serif;
  --font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- 2. Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.62;
  font-size: 16.5px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
/* İnce film grain dokusu — kâğıt hissi */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  opacity: .045; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@media (max-width: 700px) { body::after { display: none; } }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.12; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }

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

/* ---------- 3. Typography helpers ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--font-body); font-weight: 600; font-size: 0.73rem;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-text);
  margin-bottom: 18px;
}
.eyebrow::before, .section-head.center .eyebrow::after { content: none; }
.section-head { max-width: 660px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); font-weight: 500; letter-spacing: -0.005em; }
.section-head .sub { color: var(--ink-soft); font-size: 1.05rem; margin: 16px 0 0; }

/* ---------- 4. Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 30px; border-radius: var(--radius-pill);
  font-weight: 600; font-size: 0.78rem; letter-spacing: 0.11em; text-transform: uppercase;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-700); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-dark { background: var(--blue); color: #fff; }
.btn-dark:hover { background: var(--blue-700); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1px var(--stone-line); }
.btn-light:hover { box-shadow: inset 0 0 0 1px var(--ink); transform: translateY(-2px); }
.btn-ghost { color: var(--blue); padding-inline: 8px; }
.btn-ghost:hover { color: var(--gold-text); }
.btn-wa { background: var(--green-600); color: #fff; }
.btn-wa:hover { background: #178045; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(37,165,96,.34); }
.btn-block { width: 100%; }
.btn-sm { padding: 11px 20px; font-size: 0.72rem; }

/* ---------- 5. Top utility bar ---------- */
.topbar {
  background: var(--blue-900); color: rgba(255,255,255,.82);
  font-size: 0.82rem; border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 16px; }
.topbar a { color: rgba(255,255,255,.82); transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar .tb-left { display: flex; align-items: center; gap: 22px; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar .tb-item svg { width: 14px; height: 14px; color: rgba(255,255,255,.6); }
.topbar .tb-right { display: flex; align-items: center; gap: 16px; }
.topbar .tb-social { display: flex; gap: 12px; }
.topbar .tb-social a svg { width: 15px; height: 15px; }
.lang-toggle {
  display: inline-flex; align-items: center; gap: 6px; color: #fff;
  border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-pill);
  padding: 4px 12px; font-weight: 600; font-size: 0.78rem; letter-spacing: .04em;
}
.lang-toggle:hover { border-color: #fff; color: #fff; }
.lang-toggle svg { width: 13px; height: 13px; }
@media (max-width: 860px) { .topbar .tb-left .tb-item.tb-hide-sm, .topbar .tb-social { display: none; } }

/* ---------- 6. Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--stone-line);
  transition: box-shadow .3s var(--ease), background .3s;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(0,20,45,.07); background: rgba(255,255,255,.97); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 11px; flex: none;
  background: linear-gradient(150deg, var(--blue), var(--blue-900));
  display: grid; place-items: center; color: var(--gold);
  box-shadow: 0 6px 16px rgba(27,73,101,.3);
}
.brand-mark svg { width: 22px; height: 22px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b { font-family: var(--font-head); font-size: 1.78rem; font-weight: 600; color: var(--ink); letter-spacing: .12em; text-transform: uppercase; }
.brand-text span { font-size: 0.58rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-text); margin-top: 6px; font-weight: 500; }
.footer-brand .brand-text b { color: #fff; }
.footer-brand .brand-text span { color: rgba(255,255,255,.55); }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu > li > a {
  display: inline-flex; align-items: center; padding: 10px 14px;
  font-weight: 500; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft); transition: color .2s;
}
.nav-menu > li > a:hover, .nav-menu > li > a.active { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; margin: auto; }

/* mobile drawer */
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(15,43,61,.45); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 80;
}
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(86vw, 360px);
  background: var(--bg); z-index: 90; transform: translateX(100%);
  transition: transform .35s var(--ease); box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; padding: 22px;
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--stone-line); margin-bottom: 14px; }
.drawer-close { width: 44px; height: 44px; border-radius: 12px; color: var(--ink); }
.drawer-close svg { width: 24px; height: 24px; margin: auto; }
.drawer-menu li a { display: block; padding: 14px 6px; font-size: 1.1rem; font-weight: 500; border-bottom: 1px solid var(--stone-line); color: var(--ink); }
.drawer-menu li a:hover { color: var(--blue); }
.drawer-foot { margin-top: auto; display: grid; gap: 10px; padding-top: 18px; }

/* ---------- 7. Hero ---------- */
.hero { position: relative; color: #fff; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; background: linear-gradient(150deg, var(--blue-700), var(--blue-900)); overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0,20,45,.62) 0%, rgba(0,20,45,.34) 38%, rgba(0,20,45,.66) 100%);
}
.hero-inner { padding: clamp(90px, 16vh, 170px) 0 230px; max-width: 760px; }
.hero .eyebrow { color: rgba(255,255,255,.82); }
.hero h1 { color: #fff; font-size: clamp(2.6rem, 6.4vw, 4.8rem); font-weight: 500; line-height: 1.04; letter-spacing: -0.005em; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero .lead { font-size: clamp(1.05rem, 2vw, 1.22rem); color: rgba(255,255,255,.92); max-width: 620px; margin-top: 20px; }

/* glass search panel */
.search-panel {
  position: relative; margin-top: -150px; z-index: 5;
  background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 20px;
}
.search-grid { display: grid; grid-template-columns: 1.2fr 1.2fr 1fr auto; gap: 12px; align-items: end; }
.search-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.search-field label { font-size: 0.74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding-left: 4px; }
.field {
  width: 100%; height: 54px; padding: 0 16px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--stone); background: #fff; color: var(--ink);
  font-family: inherit; font-size: 1rem; transition: border-color .2s, box-shadow .2s;
  appearance: none;
}
.field:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(27,73,101,.22); }
.field:focus-visible { outline: 2px solid var(--blue); outline-offset: 1px; }
select.field {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231B4965' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; cursor: pointer;
}
.search-panel .btn { height: 54px; }
input[type="number"].field { -moz-appearance: textfield; }
input[type="number"].field::-webkit-outer-spin-button,
input[type="number"].field::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ---------- 8. Sections ---------- */
.section { padding: clamp(64px, 9vw, 112px) 0; }
.section.tight { padding: clamp(46px, 6vw, 74px) 0; }
.section.bg-2 { background: var(--bg-2); }
.section.bg-blue { background: linear-gradient(150deg, var(--blue), var(--blue-900)); color: #fff; }
.section.bg-blue h2, .section.bg-blue .eyebrow { color: #fff; }
.section.bg-blue .eyebrow { color: rgba(255,255,255,.82); }
.section-divider { border: none; border-top: 1px solid var(--stone-line); margin: 0; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.head-row .section-head { margin-bottom: 0; }

/* ---------- 9. Listing cards ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cards-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  position: relative;
  background: var(--card); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .4s var(--ease);
}
.card:hover { transform: translateY(-4px); }
.card-media { position: relative; aspect-ratio: 3 / 2; background: linear-gradient(135deg, #d6dde2, #b3c0c8); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card-media img { transform: scale(1.06); }
.card-badges { position: absolute; top: 13px; left: 13px; display: flex; gap: 7px; flex-wrap: wrap; }
.pill {
  display: inline-flex; align-items: center; gap: 5px; padding: 6px 12px; border-radius: var(--radius-pill);
  font-size: 0.74rem; font-weight: 700; letter-spacing: .03em; backdrop-filter: blur(4px);
}
.pill-tx { background: var(--blue); color: #fff; }
.pill-tx.rent { background: #2f7d8a; }
.pill-tx.daily { background: #7a5ea8; }
.pill-feat { background: #fff; color: var(--blue); }
.card-ref { position: absolute; top: 13px; right: 13px; background: rgba(0,20,45,.6); color: #fff; padding: 5px 10px; border-radius: var(--radius-pill); font-size: 0.68rem; font-weight: 600; letter-spacing: .06em; backdrop-filter: blur(4px); }
.card-body { padding: 20px 2px 8px; display: flex; flex-direction: column; flex: 1; }
.card-price { font-family: var(--font-body); font-size: 1.2rem; font-weight: 600; color: var(--ink); line-height: 1.1; letter-spacing: .005em; }
.card-price .night { font-family: var(--font-body); font-size: 0.78rem; font-weight: 500; color: var(--muted); }
.card-price .eur { display: block; font-family: var(--font-body); font-size: 0.8rem; font-weight: 500; color: var(--muted); margin-top: 5px; letter-spacing: .01em; }
.card-title { font-family: var(--font-head); font-size: 1.4rem; font-weight: 500; margin: 10px 0 9px; line-height: 1.2; color: var(--ink); }
.card:hover .card-title { color: var(--blue); }
.card-loc { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 0.82rem; letter-spacing: .02em; }
.card-loc svg { width: 14px; height: 14px; color: var(--gold-600); flex: none; }
.card-meta { display: flex; gap: 18px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--stone-line); color: var(--ink-soft); font-size: 0.74rem; letter-spacing: .05em; text-transform: uppercase; }
.card-meta .m { display: inline-flex; align-items: center; gap: 6px; }
.card-meta .m svg { width: 16px; height: 16px; color: var(--blue); }
.card-cta { margin-top: 16px; }
.card-more { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 600; font-size: 0.72rem; letter-spacing: .12em; text-transform: uppercase; }
.card-more svg { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.card:hover .card-more svg { transform: translateX(5px); }
.card-stretched-link { position: absolute; inset: 0; z-index: 2; border-radius: var(--radius); }
.card-stretched-link:focus-visible { outline-offset: -3px; }

/* ---------- 10. Lifestyle ---------- */
.lifestyle-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.lifestyle-media { position: relative; }
.lifestyle-media img { border-radius: var(--radius); aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow); width: 100%; }
.lifestyle-media .badge-float {
  position: absolute; bottom: 22px; left: -22px; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 18px 22px; display: flex; align-items: center; gap: 14px; max-width: 250px;
}
.lifestyle-media .badge-float .bf-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--seafoam); color: var(--blue); display: grid; place-items: center; flex: none; }
.lifestyle-media .badge-float .bf-ico svg { width: 24px; height: 24px; }
.lifestyle-media .badge-float b { font-family: var(--font-head); font-size: 1.05rem; }
.lifestyle-media .badge-float span { font-size: 0.8rem; color: var(--muted); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 30px; }
.feature-item { display: flex; gap: 14px; }
.feature-item .fi-ico { width: 46px; height: 46px; border-radius: 12px; flex: none; background: var(--seafoam); color: var(--blue); display: grid; place-items: center; }
.feature-item .fi-ico svg { width: 24px; height: 24px; }
.feature-item h4 { font-size: 1.04rem; margin-bottom: 4px; }
.feature-item p { font-size: 0.9rem; color: var(--ink-soft); margin: 0; }

/* ---------- 11. Neighborhoods ---------- */
.neigh-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.neigh-chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: var(--radius-pill);
  background: #fff; border: 1px solid var(--stone-line); color: var(--ink-soft); font-weight: 500; font-size: 0.95rem;
  box-shadow: var(--shadow-sm); transition: transform .2s, color .2s, border-color .2s;
}
.neigh-chip svg { width: 15px; height: 15px; color: var(--gold-600); }
.neigh-chip:hover { transform: translateY(-2px); color: var(--blue); border-color: var(--blue); }

/* ---------- 12. Consultants ---------- */
.consultant-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--stone-line); transition: transform .3s var(--ease), box-shadow .3s; }
.consultant-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.consultant-photo { aspect-ratio: 1/1; background: var(--bg-2); overflow: hidden; }
.consultant-photo img { width: 100%; height: 100%; object-fit: cover; }
.consultant-body { padding: 22px; text-align: center; }
.consultant-body h3 { font-size: 1.3rem; }
.consultant-role { color: var(--gold-text); font-weight: 600; font-size: 0.9rem; margin: 4px 0 12px; }
/* Monogram avatar (gerçek foto yoksa) */
.monogram { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(150deg, var(--blue), var(--blue-900)); position: relative; }
.monogram::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.10), transparent 60%); }
.monogram span { font-family: var(--font-head); font-weight: 600; color: rgba(255,255,255,.92); letter-spacing: .04em; position: relative; }
.consultant-photo .monogram span { font-size: 3.4rem; }
.agent-img.monogram { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 14px; border: 3px solid var(--seafoam); overflow: hidden; }
.agent-img.monogram span { font-size: 2rem; }
.consultant-bio { font-size: 0.92rem; color: var(--ink-soft); margin-bottom: 18px; }
.consultant-actions { display: flex; gap: 10px; justify-content: center; }

/* ---------- 13. Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat .stat-val { font-family: var(--font-head); font-size: clamp(2.6rem, 5.4vw, 3.8rem); font-weight: 500; color: #fff; line-height: 1; }
.stat .stat-label { margin-top: 10px; color: rgba(255,255,255,.86); font-size: 0.96rem; }

/* ---------- 14. Testimonials ---------- */
.tst-wrap { position: relative; max-width: 820px; margin: 0 auto; }
.tst-track { overflow: hidden; }
.tst-slides { display: flex; transition: transform .5s var(--ease); }
.tst-slide { flex: 0 0 100%; min-width: 100%; padding: 8px; }
.tst-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(30px, 5vw, 50px); text-align: center; border: 1px solid var(--stone-line); }
.tst-quote-icon { color: var(--gold); width: 42px; height: 42px; margin: 0 auto 16px; }
.tst-card blockquote { font-family: var(--font-head); font-size: clamp(1.2rem, 2.4vw, 1.5rem); line-height: 1.5; color: var(--ink); margin: 0 0 22px; font-style: italic; font-weight: 400; }
.tst-author { font-weight: 700; color: var(--blue); }
.tst-loc { color: var(--muted); font-size: 0.9rem; }
.tst-stars { color: var(--gold); display: flex; gap: 3px; justify-content: center; margin-bottom: 18px; }
.tst-stars svg { width: 18px; height: 18px; }
.tst-dots { display: flex; gap: 9px; justify-content: center; margin-top: 26px; }
.tst-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--stone); transition: background .2s, width .2s; }
.tst-dot.active { background: var(--gold); width: 26px; border-radius: var(--radius-pill); }
.tst-nav { position: absolute; top: 45%; width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: var(--shadow); display: grid; place-items: center; color: var(--blue); transition: transform .2s, color .2s; }
.tst-nav:hover { color: var(--gold-600); transform: scale(1.08); }
.tst-nav svg { width: 22px; height: 22px; }
.tst-prev { left: -10px; } .tst-next { right: -10px; }

/* ---------- 15. Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { display: flex; gap: 20px; background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-ico { width: 58px; height: 58px; border-radius: 3px; flex: none; background: linear-gradient(150deg, var(--blue), var(--blue-900)); color: #fff; display: grid; place-items: center; }
.service-ico svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 1.28rem; margin-bottom: 8px; }
.service-card p { color: var(--ink-soft); font-size: 0.94rem; margin: 0; }

/* ---------- 16. CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: clamp(20px, 4vw, 32px); background: linear-gradient(150deg, var(--blue), var(--blue-900)); color: #fff; padding: clamp(40px, 7vw, 76px); text-align: center; box-shadow: var(--shadow-lg); }
.cta-band::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%); top: -170px; right: -130px; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); position: relative; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 560px; margin: 16px auto 28px; position: relative; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ---------- 17. Footer ---------- */
.site-footer { background: var(--blue-900); color: rgba(255,255,255,.74); padding-top: clamp(54px, 8vw, 84px); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 50px; }
.footer-brand .brand-text b { color: #fff; }
.footer-about { margin: 18px 0 20px; font-size: 0.92rem; line-height: 1.7; max-width: 340px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: background .2s, transform .2s; }
.footer-social a:hover { background: #fff; color: var(--blue); transform: translateY(-2px); }
.footer-social a svg { width: 18px; height: 18px; }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-size: 0.86rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul li a { font-size: 0.94rem; transition: color .2s; }
.footer-col ul li a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 11px; margin-bottom: 14px; font-size: 0.92rem; align-items: flex-start; }
.footer-contact li svg { width: 17px; height: 17px; color: rgba(255,255,255,.55); flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 0.84rem; }
.footer-bottom .fb-left { display: flex; flex-direction: column; gap: 4px; }
.footer-bottom .fb-legal { color: rgba(255,255,255,.5); }
.footer-bottom .disclaimer { color: rgba(255,255,255,.5); max-width: 620px; }

/* ---------- 18. Floating WhatsApp + mobile bar ---------- */
.fab-wa { position: fixed; right: 20px; bottom: 22px; z-index: 70; width: 58px; height: 58px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,165,96,.45); transition: transform .25s; }
.fab-wa:hover { transform: scale(1.08); }
.fab-wa svg { width: 30px; height: 30px; }
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 65; background: #fff; border-top: 1px solid var(--stone-line); box-shadow: 0 -8px 24px rgba(20,40,55,.1); padding: 8px; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 8px 4px; border-radius: 12px; font-size: 0.72rem; font-weight: 600; color: var(--ink-soft); }
.mobile-bar a svg { width: 22px; height: 22px; }
.mobile-bar a.mb-wa { color: var(--green-600); }
.mobile-bar a.mb-call { color: var(--blue); }
.mobile-bar a.mb-view { color: var(--gold-text); }

/* ---------- 19. Listings page (filters) ---------- */
.page-hero { background: linear-gradient(150deg, var(--blue), var(--blue-900)); color: #fff; padding: clamp(50px, 8vw, 92px) 0 clamp(40px, 6vw, 70px); position: relative; }
.page-hero .eyebrow { color: rgba(255,255,255,.82); }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.2rem); }
.page-hero p { color: rgba(255,255,255,.88); max-width: 560px; margin-top: 12px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 0.84rem; color: rgba(255,255,255,.7); margin-bottom: 16px; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb svg { width: 14px; height: 14px; }

.listings-layout { display: grid; grid-template-columns: 290px 1fr; gap: 32px; align-items: start; }
.listings-results { min-width: 0; }
.filter-panel { background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px; position: sticky; top: 96px; }
.filter-panel h3 { font-size: 1.15rem; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.filter-panel h3 svg { width: 18px; height: 18px; color: var(--gold-600); }
.filter-group { margin-bottom: 20px; }
.filter-group > label { display: block; font-size: 0.8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: 9px; }
.field-sm { height: 46px; font-size: 0.94rem; }
.price-row { display: flex; gap: 10px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.room-chip { padding: 8px 14px; border-radius: var(--radius-pill); border: 1.5px solid var(--stone); background: #fff; font-size: 0.88rem; font-weight: 600; color: var(--ink-soft); transition: all .2s; }
.room-chip.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.filter-actions { display: grid; gap: 10px; margin-top: 22px; }
.results-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.results-count { font-weight: 600; color: var(--ink); }
.results-count b { color: var(--blue); font-family: var(--font-head); font-size: 1.2rem; }
.sort-wrap { display: flex; align-items: center; gap: 10px; }
.sort-wrap label { font-size: 0.86rem; color: var(--muted); font-weight: 600; }
.sort-wrap select { height: 44px; min-width: 180px; }
.filter-toggle-mobile { display: none; }
.empty-state { text-align: center; padding: 70px 20px; background: #fff; border: 1px dashed var(--stone); border-radius: var(--radius); color: var(--ink-soft); }
.empty-state svg { width: 48px; height: 48px; color: var(--stone); margin-bottom: 14px; }

/* ---------- 20. Detail page ---------- */
.detail-gallery { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; height: clamp(320px, 50vw, 520px); margin-bottom: 36px; }
.detail-gallery .g-main { grid-row: 1 / 3; }
.detail-gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--bg-2); cursor: zoom-in; position: relative; }
.detail-gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.detail-gallery figure:hover img { transform: scale(1.05); }
.detail-gallery .g-more { position: absolute; inset: 0; background: rgba(15,43,61,.55); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 1.1rem; backdrop-filter: blur(2px); }
.detail-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.detail-head { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: flex-start; margin-bottom: 20px; }
.detail-head h1 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.detail-loc { display: flex; align-items: center; gap: 7px; color: var(--muted); margin-top: 10px; }
.detail-loc svg { width: 18px; height: 18px; color: var(--gold-600); }
.detail-price { text-align: right; }
.detail-price .p { font-family: var(--font-head); font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 600; color: var(--blue); line-height: 1; }
.detail-price .e { color: var(--muted); font-size: 0.96rem; margin-top: 6px; }
/* Detay başlığı mavi page-hero içinde — açık renkler */
.page-hero .detail-loc { color: rgba(255,255,255,.82); }
.page-hero .detail-loc svg { color: rgba(255,255,255,.8); }
.page-hero .detail-price .p { color: #fff; }
.page-hero .detail-price .e { color: rgba(255,255,255,.78); }
.spec-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0; }
.spec-pill { display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius-sm); padding: 14px 18px; box-shadow: var(--shadow-sm); }
.spec-pill svg { width: 22px; height: 22px; color: var(--blue); }
.spec-pill .sp-v { font-weight: 700; color: var(--ink); }
.spec-pill .sp-l { font-size: 0.78rem; color: var(--muted); }
.detail-section { margin: 32px 0; }
.detail-section h2 { font-size: 1.45rem; margin-bottom: 14px; }
.detail-section p { color: var(--ink-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-grid li { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius-sm); font-size: 0.95rem; }
.feature-grid li svg { width: 18px; height: 18px; color: var(--green-600); flex: none; }
.detail-aside { position: sticky; top: 96px; display: grid; gap: 18px; }
.agent-card { background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; text-align: center; }
.agent-card img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; margin: 0 auto 14px; border: 3px solid var(--seafoam); }
.agent-card h3 { font-size: 1.2rem; }
.agent-card .ar { color: var(--gold-text); font-weight: 600; font-size: 0.86rem; margin: 3px 0 16px; }
.agent-actions { display: grid; gap: 10px; }
.detail-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--stone-line); }
.detail-map iframe { width: 100%; height: 260px; border: 0; display: block; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 120; background: rgba(10,24,33,.94); display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 84vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,.12); color: #fff; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: #fff; color: var(--blue); }
.lb-close { top: 22px; right: 22px; }
.lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 22px; top: 50%; transform: translateY(-50%); }
.lb-close svg, .lb-prev svg, .lb-next svg { width: 26px; height: 26px; }
.lb-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 0.9rem; background: rgba(0,0,0,.4); padding: 6px 14px; border-radius: var(--radius-pill); }

/* ---------- 21. About page ---------- */
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 60px); align-items: center; }
.about-story img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3.4; object-fit: cover; width: 100%; }
.about-story .prose p { color: var(--ink-soft); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-card { background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.value-card .v-ico { width: 52px; height: 52px; border-radius: 13px; background: var(--seafoam); color: var(--blue); display: grid; place-items: center; margin-bottom: 16px; }
.value-card .v-ico svg { width: 26px; height: 26px; }
.value-card h3 { font-size: 1.16rem; margin-bottom: 8px; }
.value-card p { font-size: 0.9rem; color: var(--ink-soft); margin: 0; }

/* ---------- 22. Contact page ---------- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.contact-info { display: grid; gap: 16px; }
.contact-info-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); align-items: flex-start; }
.contact-info-card .ci-ico { width: 50px; height: 50px; border-radius: 3px; flex: none; background: linear-gradient(150deg, var(--blue), var(--blue-900)); color: #fff; display: grid; place-items: center; }
.contact-info-card .ci-ico svg { width: 24px; height: 24px; }
.contact-info-card h4 { font-size: 0.8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-family: var(--font-body); margin-bottom: 5px; }
.contact-info-card a, .contact-info-card p { color: var(--ink); font-weight: 500; margin: 0; font-size: 1.02rem; }
.contact-info-card a:hover { color: var(--blue); }
.contact-info-card .small { font-size: 0.88rem; color: var(--ink-soft); font-weight: 400; }
.form-card { background: #fff; border: 1px solid var(--stone-line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(24px, 4vw, 38px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.84rem; font-weight: 600; color: var(--ink-soft); }
.form-field label .req { color: #c0492f; }
textarea.field { height: auto; padding: 14px 16px; resize: vertical; min-height: 130px; line-height: 1.5; }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 4px; }
.form-success { background: #e8f6ee; border: 1px solid #aedcc1; color: #1c7a45; border-radius: var(--radius-sm); padding: 14px 18px; font-weight: 500; display: none; align-items: center; gap: 10px; margin-bottom: 18px; }
.form-success.show { display: flex; }
.form-success svg { width: 20px; height: 20px; flex: none; }
.contact-map { margin-top: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--stone-line); }
.contact-map iframe { width: 100%; height: 340px; border: 0; display: block; }

/* ---------- 23. Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .hero-anim { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
  .cursor-ring { display: none !important; }
}

/* ==========================================================================
   25. Editöryel katman — Bodoni display, hero, lead, footer word, cursor
   ========================================================================== */

/* Hero — editöryel ölçek + kademeli açılış + Ken-Burns */
.hero-inner { max-width: 880px; }
.hero h1 { font-size: clamp(2.7rem, 7.4vw, 5.8rem); font-weight: 500; line-height: 1.0; letter-spacing: -0.012em; }
.hero .lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 600px; color: rgba(255,255,255,.9); }
.hero-img { animation: kenburns 22s var(--ease-out) both; transform-origin: 60% 40%; }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.13); } }

.hero-anim { opacity: 0; transform: translateY(30px); animation: heroRise 1.1s var(--ease-out) forwards; }
.hero-inner .eyebrow.hero-anim { animation-delay: .15s; }
#heroHeadline.hero-anim { animation-delay: .3s; }
.hero .lead.hero-anim { animation-delay: .55s; }
.hero-cue.hero-anim { animation-delay: .9s; }
@keyframes heroRise { to { opacity: 1; transform: none; } }

.hero-cue {
  position: absolute; left: var(--gutter); bottom: 30px; z-index: 6;
  display: inline-flex; flex-direction: column; align-items: center; gap: 10px;
  color: rgba(255,255,255,.78); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero-cue svg { width: 18px; height: 18px; writing-mode: horizontal-tb; animation: cueBob 1.8s ease-in-out infinite; }
.hero-cue:hover { color: #fff; }
@keyframes cueBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
@media (max-width: 700px) { .hero-cue { display: none; } }

/* Lead (editöryel split) ilan */
.lead { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 4.5vw, 64px); align-items: center; margin-bottom: clamp(44px, 6vw, 72px); }
.lead-media { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg, #d6dde2, #b3c0c8); }
.lead-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.lead:hover .lead-media img { transform: scale(1.05); }
.lead-index { position: absolute; top: 6px; left: 20px; z-index: 2; font-family: var(--font-head); font-weight: 500; font-size: clamp(3.6rem, 8vw, 7rem); line-height: 1; color: #fff; mix-blend-mode: difference; pointer-events: none; }
.lead-pill { top: 18px; right: 18px; left: auto; }
.lead-kicker { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-text); }
.lead-title { font-family: var(--font-head); font-weight: 500; font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.06; margin: 16px 0 0; letter-spacing: -0.005em; }
.lead-title a:hover { color: var(--blue); }
.lead-loc { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 0.92rem; margin-top: 14px; }
.lead-loc svg { width: 16px; height: 16px; color: var(--gold-600); }
.lead-price { font-family: var(--font-body); font-weight: 600; font-size: 1.6rem; color: var(--ink); margin: 18px 0 0; }
.lead-price .night { font-size: 0.85rem; font-weight: 500; color: var(--muted); }
.lead-price .eur { display: inline-block; font-size: 0.95rem; font-weight: 500; color: var(--muted); margin-left: 10px; }
.lead-meta { display: flex; gap: 22px; margin: 18px 0; padding: 16px 0; border-top: 1px solid var(--stone-line); border-bottom: 1px solid var(--stone-line); color: var(--ink-soft); font-size: 0.78rem; letter-spacing: .05em; text-transform: uppercase; }
.lead-meta .m { display: inline-flex; align-items: center; gap: 7px; }
.lead-meta .m svg { width: 17px; height: 17px; color: var(--blue); }
.lead-desc { color: var(--ink-soft); margin: 0 0 26px; max-width: 48ch; }

/* Footer dev wordmark */
.footer-word {
  font-family: var(--font-head); font-weight: 600; font-style: italic;
  font-size: clamp(5rem, 21vw, 17rem); line-height: .78; text-align: center;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.16); letter-spacing: .01em;
  user-select: none; margin: 8px 0 -6px; overflow: hidden;
}

/* Bölüm başlıkları — italik vurgu imkânı */
.section-head h2 em, .lead-title em, .hero h1 em { font-style: italic; }

/* Testimonial — dev Bodoni tırnak */
.tst-quote-icon { display: none; }
.tst-card { position: relative; }
.tst-card::before { content: "\201C"; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); font-family: var(--font-head); font-weight: 600; font-size: 6rem; line-height: 1; color: var(--stone); pointer-events: none; }
.tst-card blockquote { position: relative; }

/* Özel imleç halkası (masaüstü) */
.cursor-ring { position: fixed; top: 0; left: 0; width: 30px; height: 30px; margin: -15px 0 0 -15px; z-index: 9999; pointer-events: none; opacity: 0; transition: opacity .3s; }
.cursor-ring.on { opacity: 1; }
.cursor-ring i { display: block; width: 100%; height: 100%; border: 1.5px solid #fff; border-radius: 50%; mix-blend-mode: difference; transition: transform .28s var(--ease-out); }
.cursor-ring.hover i { transform: scale(1.85); }

/* ---------- 24. Responsive ---------- */
@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .listings-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .filter-panel.collapsed .filter-body { display: none; }
  .filter-toggle-mobile { display: inline-flex; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 860px) {
  .nav-menu, .nav-actions .btn { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .search-grid { grid-template-columns: 1fr 1fr; }
  .search-panel .btn { grid-column: 1 / -1; }
  .lifestyle-grid { grid-template-columns: 1fr; }
  .lifestyle-media { order: -1; max-width: 460px; }
  .lifestyle-media .badge-float { left: auto; right: 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .detail-gallery { grid-template-columns: 1fr 1fr; height: auto; }
  .detail-gallery .g-main { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 16/10; }
  .mobile-bar { display: grid; }
  .fab-wa { display: none; } /* mobil barda zaten WhatsApp var, çift afordans olmasın */
  body.has-mobilebar { padding-bottom: 88px; }
}
@media (max-width: 560px) {
  .cards-grid, .cards-grid.cols-2 { grid-template-columns: 1fr; }
  .search-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .head-row { flex-direction: column; align-items: flex-start; }
  .detail-head { flex-direction: column; }
  .detail-price { text-align: left; }
  .tst-prev { left: -4px; } .tst-next { right: -4px; }
}

/* ---------- 26. Editöryel katman — responsive ---------- */
@media (max-width: 860px) {
  .lead { grid-template-columns: 1fr; gap: 24px; }
  .lead-media { order: -1; aspect-ratio: 16/11; }
  .footer-word { -webkit-text-stroke-width: 0.8px; }
}
