/*
Theme Name: Dusler Bahcesi
Theme URI: https://duslerbahcesi.com
Author: 4U Digital Media
Description: Düşler Bahçesi Kahvaltı Restoran için menü odaklı, göl manzaralı bahçe temalı özel WordPress teması.
Version: 1.3.5
License: Tüm hakları saklıdır
Text Domain: dusler-bahcesi
*/

/* =========================================================
   DESIGN TOKENS — onaylı önizlemeden (docs/preview/index.html) birebir
   ========================================================= */

:root {
  --c-bg: #faf7f0;
  --c-surface: #fffdf8;
  --c-sand: #efe6d3;
  --c-sand-line: #e2d6be;
  --c-forest: #1e3a2b;
  --c-forest-80: #274b38;
  --c-leaf: #4f7a52;
  --c-leaf-soft: #8fb08a;
  --c-honey: #e0a24e;
  --c-honey-deep: #c9832f;
  --c-ember: #b4513a;
  --c-ember-deep: #8f3b2a;
  --c-night: #16241b;
  --c-night-2: #1d2f23;
  --c-ink: #23281f;
  --c-ink-soft: #566052;
  --c-on-dark: #f4efe2;
  --c-on-dark-soft: #b9c4b4;
  --c-whatsapp: #25d366;
  --c-star: #e8b54b;
  /* Eğlenceli pop paleti — tazeleme revizyonu, magenta/mor grad'ın yerine (az ve amaçlı) */
  --c-sky: #6fa8c4;
  --c-sprout: #8db63f;
  --c-tomato: #d1523f;
  --shadow-sm: 0 2px 10px rgba(30, 58, 43, .06);
  --shadow-md: 0 12px 30px -14px rgba(30, 58, 43, .22);
  --maxw: 1200px;

  /* WP eklentileri (page.php/404.php/index.php) için isimlendirilmiş takma adlar */
  --font-heading: "Fraunces", Georgia, serif;
  --font-body: "Hanken Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-accent: "Shantell Sans", "Comic Sans MS", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--c-ink);
  background:
    radial-gradient(circle at 50% -10%, rgba(224, 162, 78, .12), transparent 40rem),
    var(--c-bg);
  font-family: var(--font-body);
  line-height: 1.55;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.shell { width: min(var(--maxw), calc(100% - 36px)); margin: 0 auto; }

/* Eğlenceli sticker etiket — eski uppercase eyebrow yerine (tazeleme A6/2c-1).
   Renk: --sticker custom property ile bölüme göre özelleştirilir (varsayılan sprout). */
.eyebrow {
  --sticker: var(--c-sprout);
  display: inline-block;
  font-family: var(--font-accent);
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--c-forest);
  background: var(--sticker);
  padding: 5px 14px 6px;
  border-radius: 6px 14px 8px 12px;
  transform: rotate(-2.5deg);
  box-shadow: 0 4px 12px -6px rgba(30, 58, 43, .4);
}
.eyebrow.light { --sticker: var(--c-honey); }
.display, h1, h2, h3 {
  margin: 0;
  color: var(--c-forest);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-variation-settings: "SOFT" 60, "WONK" 1;
  line-height: .98;
  letter-spacing: 0;
}
h1 { font-size: clamp(3rem, 7vw, 5.8rem); max-width: 920px; }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.45rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.1; }
p { margin: 0; color: var(--c-ink-soft); }

/* =========================================================
   ERİŞİLEBİLİRLİK — WP eklentisi (önizlemede yoktu, tasarımı etkilemez)
   ========================================================= */

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 999;
  background: var(--c-honey);
  color: var(--c-forest);
  padding: 12px 20px;
  border-radius: 0 0 10px 10px;
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { top: 0; }
:focus-visible { outline: 2px solid var(--c-honey); outline-offset: 3px; }
::selection { background: var(--c-honey); color: var(--c-forest); }

/* =========================================================
   TOPBAR / NAV
   ========================================================= */

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(226, 214, 190, .72);
  background: rgba(250, 247, 240, .86);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Sticky nav'ın altına gizlenmesin diye #konsept/#menu/#iletisim anchor hedefleri offsetlenir */
#konsept, #menu, #iletisim { scroll-margin-top: 96px; }
.brand { display: flex; align-items: center; }
.brand img { height: 52px; width: auto; display: block; }
.navlinks { display: flex; align-items: center; gap: 22px; color: var(--c-forest); font-weight: 700; }
/* :not(.btn) — aksi halde bu kural .navlinks .btn.wa'dan daha spesifik olduğu için
   pill butonun yanal padding'ini (12px 20px) eziyor, buton kenardan basık görünüyordu. */
.navlinks a:not(.btn) { padding: 10px 0; }
.navlinks a:hover { color: var(--c-honey-deep); }

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  background: var(--c-honey);
  color: var(--c-forest);
  font-weight: 850;
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); background: var(--c-honey-deep); box-shadow: var(--shadow-md); }
.btn.wa { background: var(--c-whatsapp); color: #fff; }
.btn.dark { background: var(--c-ember); color: #fff; }
.btn.ghost { background: transparent; border: 1.5px solid var(--c-forest); box-shadow: none; }
.btn.ghost:hover { background: var(--c-forest); color: var(--c-on-dark); }

/* =========================================================
   HERO — sinematik, tek gerçek fotoğraf + editoryal tipografi
   ========================================================= */

.star { color: var(--c-star); }
.btn.ghost-light { background: transparent; border: 1.5px solid rgba(255, 255, 255, .55); color: #fff; box-shadow: none; }
.btn.ghost-light:hover, .btn.ghost-light:focus-visible { background: rgba(255, 255, 255, .12); border-color: #fff; transform: translateY(-2px); }
.text-link { font-weight: 800; color: var(--c-honey-deep); }
.text-link.light { color: #f2c98a; }
.text-link:hover { text-decoration: underline; }

.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(80px, 14vh, 160px) 0 clamp(40px, 6vw, 72px);
  isolation: isolate;
  color: var(--c-on-dark);
  background: var(--c-night);
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(12, 28, 19, .55) 0%, rgba(12, 28, 19, .12) 34%, rgba(11, 25, 17, .78) 100%),
    linear-gradient(90deg, rgba(11, 25, 17, .72), rgba(11, 25, 17, .18) 62%, transparent);
}
.hero-inner { display: grid; gap: clamp(32px, 5vw, 56px); }
.hero-copy { max-width: 760px; display: grid; gap: 22px; }
.hero-copy h1 { color: #fff; letter-spacing: -.01em; text-shadow: 0 2px 30px rgba(0, 0, 0, .35); }
.hero-copy p { color: rgba(244, 239, 226, .92); max-width: 560px; font-size: clamp(1.05rem, 1.4vw, 1.24rem); text-shadow: 0 1px 16px rgba(0, 0, 0, .3); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 5vw, 56px);
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.hero-facts div { display: grid; gap: 3px; }
.hero-facts dt { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(244, 239, 226, .62); font-weight: 700; }
.hero-facts dd { margin: 0; font-family: var(--font-heading); font-size: 1.28rem; color: #fff; }
.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 2;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(244, 239, 226, .8);
  font-weight: 700;
  display: none;
}
.hero-scroll::after { content: "↓"; display: block; text-align: center; margin-top: 6px; font-size: 1rem; animation: scroll-nudge 2s ease-in-out infinite; }
@keyframes scroll-nudge { 0%, 100% { transform: translateY(0); opacity: .7; } 50% { transform: translateY(5px); opacity: 1; } }
@media (min-width: 900px) { .hero-scroll { display: block; } }

/* =========================================================
   BÖLÜM TEMELLERİ
   ========================================================= */

section { padding: clamp(64px, 9vw, 120px) 0; }
.section-head { display: grid; gap: 14px; max-width: 720px; margin-bottom: clamp(34px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { letter-spacing: -.01em; position: relative; display: inline-block; }
/* Organik yaprak motifi — dosyasız inline SVG mask (tazeleme 2c-2) */
.section-head h2::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  vertical-align: middle;
  transform: rotate(-10deg) translateY(-6px);
  background-color: var(--c-sprout);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23fff' d='M50,8 C22,24 16,58 40,88 C46,95 54,95 60,88 C84,58 78,24 50,8 Z'/%3E%3Cpath stroke='%23000' stroke-width='5' fill='none' d='M50,20 L50,86'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23fff' d='M50,8 C22,24 16,58 40,88 C46,95 54,95 60,88 C84,58 78,24 50,8 Z'/%3E%3Cpath stroke='%23000' stroke-width='5' fill='none' d='M50,20 L50,86'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: .8;
}
.section-head.center h2::after { transform: rotate(8deg) translateY(-6px); }

/* Konsept diptik (sabah/akşam) — gerçek fotoğraf + alt scrim (A1/A3 fix) */
.concept-section { background: var(--c-surface); }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.5vw, 28px); }
.duo .concept:nth-child(2) { margin-top: 28px; }
.concept {
  position: relative;
  overflow: hidden;
  min-height: clamp(320px, 34vw, 440px);
  border-radius: 26px 26px 46px 26px;
  padding: clamp(30px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}
.concept:hover { transform: translateY(-4px) rotate(-.4deg); }
.concept-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}
.concept:hover .concept-bg { transform: scale(1.06); }
.concept.morning { background: #f4e9d2; }
.concept.night { background: var(--c-night); color: var(--c-on-dark); }
.concept.morning::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 253, 248, .05) 22%, rgba(255, 253, 248, .95) 84%);
}
.concept.night::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11, 25, 17, .12) 18%, rgba(11, 25, 17, .9) 84%);
}
.concept > :not(.concept-bg) { position: relative; z-index: 2; }
.concept.night h3, .concept.night p { color: var(--c-on-dark); }
.concept h3 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.concept p { max-width: 42ch; }
.concept-time {
  align-self: flex-start;
  font-family: var(--font-accent);
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--c-forest);
  background: var(--c-honey);
  padding: 6px 14px;
  border-radius: 999px 8px 999px 8px;
  transform: rotate(-2deg);
  margin-bottom: auto;
  box-shadow: 0 4px 12px -6px rgba(30, 58, 43, .4);
  transition: transform .28s ease;
}
.concept:hover .concept-time { transform: rotate(0); }
.concept.night .concept-time { background: var(--c-sky); }

/* Menü teaser — gerçek menü dizgisi (fiyat leader'lı) + küçük dikey fotoğraf */
.menu-teaser { background: var(--c-bg); }
.teaser-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 80px); }
.teaser-col-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 2px solid var(--c-sand-line);
}
.teaser-cat {
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-leaf);
  font-family: var(--font-body);
  font-weight: 800;
}
.teaser-photo {
  flex: 0 0 auto;
  width: 92px;
  height: 122px;
  overflow: hidden;
  border-radius: 20px 20px 40px 20px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}
.teaser-col:hover .teaser-photo { transform: translateY(-4px) rotate(-1.5deg); }
.teaser-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.2, .8, .2, 1); }
.teaser-col:hover .teaser-photo img { transform: scale(1.08); }
.menu-lines { list-style: none; margin: 0; padding: 0; }
.menu-lines li { display: flex; align-items: baseline; gap: 6px; padding: 14px 0; border-bottom: 1px solid var(--c-sand-line); }
.ml-name { color: var(--c-ink); font-weight: 600; font-size: 1.06rem; }
.ml-name em { font-style: normal; color: var(--c-ink-soft); font-size: .82rem; font-weight: 500; }
.ml-dot { flex: 1; align-self: center; border-bottom: 1px dotted var(--c-sand-line); transform: translateY(-2px); }
.ml-price { color: var(--c-ember); font-weight: 800; font-family: var(--font-heading); font-size: 1.12rem; white-space: nowrap; }
.teaser-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: clamp(30px, 4vw, 48px); }
.teaser-note { color: var(--c-ink-soft); font-size: .92rem; }

/* Atmosfer — gerçek fotoğraf, organik blob maske (A5/2c-2) */
.atmosphere-section { background: var(--c-surface); }
.atmosphere { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.scene { position: relative; margin: 0; }
.scene-mask {
  border-radius: 60% 40% 55% 45% / 55% 50% 50% 45%;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: border-radius .5s ease;
}
.scene:hover .scene-mask { border-radius: 40% 60% 45% 55% / 45% 55% 45% 55%; }
.scene img { width: 100%; height: 100%; min-height: clamp(340px, 42vw, 560px); object-fit: cover; object-position: 60% center; transition: transform .5s cubic-bezier(.2, .8, .2, 1); }
.scene:hover img { transform: scale(1.05); }
.scene figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(11, 25, 17, .62);
  backdrop-filter: blur(8px);
  color: var(--c-on-dark);
  font-size: .82rem;
  font-weight: 600;
}
.atmosphere-copy { display: grid; gap: 22px; }
.atmosphere-strip {
  margin: 0;
  border-radius: 18px 18px 32px 18px;
  overflow: hidden;
  padding: 8px;
  background: var(--c-surface);
  box-shadow: var(--shadow-sm);
  transform: rotate(-1.2deg);
}
.atmosphere-strip img { width: 100%; height: clamp(90px, 12vw, 140px); object-fit: cover; border-radius: 12px 12px 26px 12px; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; }
.fact { border-left: 3px solid var(--c-honey); padding: 4px 0 4px 16px; }
.fact strong { display: block; color: var(--c-forest); margin-bottom: 3px; }
.fact span { color: var(--c-ink-soft); font-size: .94rem; }

/* Menü bandı (koyu) — kategori odaklı, ince foto dokusu ile çeşitlendirilmiş zemin */
.menu-band {
  position: relative;
  overflow: hidden;
  color: var(--c-on-dark);
  background: radial-gradient(circle at 78% 12%, rgba(224, 162, 78, .16), transparent 30rem), linear-gradient(150deg, var(--c-forest), var(--c-night));
}
.menu-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--band-photo);
  background-size: cover;
  background-position: center;
  opacity: .22;
  mix-blend-mode: multiply;
}
.menu-band > .shell { position: relative; z-index: 1; }
.menu-band h2, .menu-band p { color: var(--c-on-dark); }
.band-head { max-width: 640px; display: grid; gap: 14px; margin-bottom: clamp(30px, 4vw, 48px); }
.band-head p { color: var(--c-on-dark-soft); }
.band-cats { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: clamp(30px, 4vw, 44px); }
.band-cat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(244, 239, 226, .2);
  background: rgba(244, 239, 226, .05);
  color: var(--c-on-dark);
  font-weight: 700;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}
.band-cat:hover { background: rgba(244, 239, 226, .12); border-color: var(--c-sprout); transform: translateY(-3px); }
.bc-count { font-family: var(--font-heading); font-size: 1.2rem; color: #f2c98a; }
.band-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Yorumlar — "misafir defteri" hissi: dev tırnak yerine yaprak rozet + hafif eğim (A9) */
.reviews-section { background: var(--c-bg); }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 26px); }
.review {
  margin: 0;
  position: relative;
  border-radius: 22px 22px 40px 22px;
  padding: 32px 26px 26px;
  background: var(--c-surface);
  border: 1.5px solid var(--c-sand-line);
  transition: transform .25s cubic-bezier(.2, .8, .2, 1);
}
.review:nth-child(odd) { transform: rotate(-.6deg); }
.review:nth-child(even) { transform: rotate(.6deg); }
.review:nth-child(2) { margin-top: 26px; }
.review:hover { transform: rotate(0) translateY(-4px); }
.review::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 22px;
  width: 32px;
  height: 32px;
  background-color: var(--c-sprout);
  transform: rotate(-14deg);
  box-shadow: 0 4px 10px -4px rgba(30, 58, 43, .4);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23fff' d='M50,8 C22,24 16,58 40,88 C46,95 54,95 60,88 C84,58 78,24 50,8 Z'/%3E%3Cpath stroke='%23000' stroke-width='5' fill='none' d='M50,20 L50,86'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23fff' d='M50,8 C22,24 16,58 40,88 C46,95 54,95 60,88 C84,58 78,24 50,8 Z'/%3E%3Cpath stroke='%23000' stroke-width='5' fill='none' d='M50,20 L50,86'/%3E%3C/svg%3E") center/contain no-repeat;
}
.review:nth-child(3n+2)::before { background-color: var(--c-sky); }
.review:nth-child(3n)::before { background-color: var(--c-honey); }
.review p { color: var(--c-ink); font-size: 1.05rem; line-height: 1.6; margin-bottom: 16px; }
.review cite { font-style: normal; font-family: var(--font-accent); font-size: .92rem; font-weight: 600; letter-spacing: .01em; color: var(--c-leaf); }

/* YENİ — Galeri şeridi (bol fotoğraf, spec §3 satır 9-13), polaroid/asılı çerçeve hissi */
/* Galeri ve yorumlar aynı --c-bg zeminde art arda geliyor — ayraç/kontrast yok,
   iki bölümün varsayılan section-padding'i üst üste binince boş bir boşluk oluşuyordu. */
.gallery-section { background: var(--c-bg); padding-bottom: clamp(32px, 4vw, 56px); }
.gallery-section + .reviews-section { padding-top: clamp(32px, 4vw, 56px); }
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.gallery figure {
  margin: 0;
  padding: 8px;
  background: var(--c-surface);
  border-radius: 12px;
  box-shadow: 0 8px 22px -12px rgba(30, 58, 43, .28);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s ease;
}
.gallery figure:nth-child(odd) { transform: rotate(-1.8deg); }
.gallery figure:nth-child(even) { transform: rotate(1.8deg); }
.gallery figure:hover { transform: rotate(0) translateY(-6px); box-shadow: 0 16px 34px -14px rgba(30, 58, 43, .38); }
.gallery figure a { display: block; }
.gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
}
.gallery figcaption {
  margin-top: 6px;
  text-align: center;
  font-family: var(--font-accent);
  font-size: .78rem;
  font-weight: 600;
  color: var(--c-ink-soft);
}
@media (max-width: 900px) {
  .gallery { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 6px; scroll-snap-type: x mandatory; }
  .gallery figure { flex: 0 0 auto; width: 42vw; max-width: 220px; scroll-snap-align: start; }
}

/* İletişim + gerçek harita */
.contact-section { background: var(--c-surface); }
.contact { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(18px, 2.5vw, 28px); align-items: stretch; }
.contact-card {
  border-radius: 26px 26px 44px 26px;
  padding: clamp(26px, 4vw, 44px);
  background: var(--c-bg);
  border: 1.5px solid var(--c-sand-line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-list { display: grid; gap: 18px; margin: 20px 0 26px; }
.contact-list div { display: grid; gap: 3px; }
.contact-list dt { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--c-ink-soft); font-weight: 700; }
.contact-list dd { margin: 0; color: var(--c-forest); font-weight: 600; font-size: 1.06rem; }
.contact-list a:hover { color: var(--c-honey-deep); }
.contact-card .btn { align-self: flex-start; margin-top: auto; }
.map { border-radius: 26px; overflow: hidden; min-height: 380px; box-shadow: var(--shadow-sm); border: 1px solid var(--c-sand-line); }
.map iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; filter: saturate(.92); }

/* =========================================================
   FOOTER
   ========================================================= */

footer.site-footer {
  padding: 42px 0;
  color: var(--c-on-dark-soft);
  background: var(--c-night);
}
footer.site-footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
footer.site-footer strong { color: var(--c-on-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
footer.site-footer .footer-meta { display: grid; gap: 4px; text-align: right; font-size: .82rem; }
footer.site-footer a:hover { color: var(--c-on-dark); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
/* Kademeli reveal ritmi — kardeş elemanlar art arda belirir (A8 fix, IO korunur) */
.duo .reveal:nth-child(2), .teaser-grid .reveal:nth-child(2) { transition-delay: .08s; }
.reviews .reveal:nth-child(2) { transition-delay: .08s; }
.reviews .reveal:nth-child(3) { transition-delay: .16s; }
.gallery .reveal:nth-child(2) { transition-delay: .06s; }
.gallery .reveal:nth-child(3) { transition-delay: .12s; }
.gallery .reveal:nth-child(4) { transition-delay: .18s; }
.gallery .reveal:nth-child(5) { transition-delay: .24s; }

/* =========================================================
   İÇ SAYFALAR (page.php / index.php / 404.php) — önizleme
   dilinin (cream zemin + orman yeşili) devamı, WP eklentisi
   ========================================================= */

.page-header {
  background: linear-gradient(135deg, var(--c-forest), var(--c-night));
  color: var(--c-on-dark);
  padding: clamp(72px, 10vw, 120px) 0 clamp(40px, 6vw, 64px);
  text-align: center;
}
.page-header .shell { display: grid; gap: 14px; justify-items: center; }
.page-header h1 { color: var(--c-on-dark); }
.page-header .eyebrow { --sticker: var(--c-honey); }

.page-content { padding: clamp(56px, 8vw, 96px) 0 clamp(72px, 9vw, 120px); }
.page-content .shell { max-width: 820px; }
.page-content article + article { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--c-sand-line); }
.page-content p { margin-bottom: 1em; }
.page-content h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 1.4em 0 .6em; }
.page-content a { color: var(--c-honey-deep); font-weight: 700; }
.page-content a:hover { text-decoration: underline; }

.blog-list { display: grid; gap: 28px; }
.blog-item {
  border: 1px solid var(--c-sand-line);
  border-radius: 24px;
  padding: 26px;
  background: var(--c-surface);
  box-shadow: var(--shadow-sm);
}
.blog-item img { border-radius: 16px; margin-bottom: 16px; }
.blog-item h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 10px; }
.blog-item h2 a:hover { color: var(--c-honey-deep); }
.blog-more { display: inline-block; margin-top: 12px; color: var(--c-honey-deep); font-weight: 800; }
.blog-more:hover { text-decoration: underline; }

/* Blog tekil yazı (single) */
.entry-meta { color: var(--c-ink-soft); font-size: .92rem; font-weight: 600; }
.page-header .entry-meta { color: var(--c-on-dark-soft); }
.entry-cover { margin: 0 0 28px; }
.entry-cover img { width: 100%; border-radius: 20px; box-shadow: var(--shadow-md); }
.entry-content { font-size: 1.06rem; line-height: 1.75; }
.entry-content h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); margin: 1.6em 0 .5em; color: var(--c-forest); }
.entry-content h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); margin: 1.3em 0 .4em; color: var(--c-forest-80); }
.entry-content ul, .entry-content ol { margin: 0 0 1.2em; padding-left: 1.3em; }
.entry-content li { margin-bottom: .5em; }
.entry-content blockquote {
  margin: 1.5em 0;
  padding: 16px 22px;
  border-left: 4px solid var(--c-honey);
  background: rgba(255, 253, 248, .7);
  border-radius: 0 16px 16px 0;
  font-style: italic;
  color: var(--c-ink);
}
.entry-content strong { color: var(--c-forest); }
.entry-cta {
  margin-top: 40px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--c-forest), var(--c-night));
  color: var(--c-on-dark);
  text-align: center;
  display: grid;
  gap: 16px;
  justify-items: center;
}
.entry-cta p { color: var(--c-on-dark); font-size: 1.15rem; font-weight: 700; max-width: 460px; }
.entry-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* Pagination */
.pagination { margin-top: 40px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pagination a, .pagination .current {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--c-sand-line);
  font-weight: 700;
  color: var(--c-forest);
}
.pagination .current { background: var(--c-forest); color: var(--c-on-dark); border-color: var(--c-forest); }
.pagination a:hover { background: var(--c-sand); }

.page-404 {
  min-height: 56vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(72px, 10vw, 120px) 0;
}
.page-404 .shell { display: grid; gap: 16px; justify-items: center; }
.p404-code {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(72px, 16vw, 160px);
  font-weight: 700;
  color: var(--c-honey);
  line-height: .9;
}
.page-404 .btn { margin-top: 10px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 920px) {
  /* Konsept/İletişim aynı sayfada scroll ile zaten ulaşılabiliyor; Menü ayrı bir
     sayfa olduğu ve sitenin merkezi olduğu için (bkz. docs/specs/design-dna.md §10)
     mobilde de görünür kalmalı. WhatsApp de aynı spec'e göre (§10 "her yerde erişilir")
     her breakpoint'te kalıcı olmalı — site geneli floating buton kaldırılınca bu ikisi
     mobildeki TEK persistent temas noktası oldu. */
  .navlinks a { display: none; }
  .navlinks a.nav-menu-link, .navlinks a.btn.wa { display: inline-flex; }
  .hero { min-height: auto; }
  .duo, .atmosphere, .teaser-grid, .contact { grid-template-columns: 1fr; }
  .duo .concept:nth-child(2) { margin-top: 0; }
  .reviews { grid-template-columns: repeat(2, 1fr); }
  .review:nth-child(2) { margin-top: 0; }
  .scene-mask { min-height: 420px; }
  .scene img { min-height: 420px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, var(--maxw)); }
  .nav { min-height: 66px; }
  #konsept, #menu, #iletisim { scroll-margin-top: 82px; }
  .brand img { height: 40px; }
  .navlinks .btn { padding: 10px 13px; min-height: 42px; }
  .hero { padding-top: 36px; }
  .hero-actions .btn { width: 100%; }
  .reviews, .facts { grid-template-columns: 1fr; }
  .concept { min-height: 360px; }
  .teaser-photo { width: 76px; height: 100px; }
  footer.site-footer .shell { align-items: flex-start; flex-direction: column; }
  footer.site-footer .footer-meta { text-align: left; }
}

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