/* ═══════════════════════════════════════════════════════════════════
   Özbey Demirel Yardım Kampanyası — site.css
   Renkler: sıcak krem zemin, terrakota (ana eylem), bahçe yeşili
   (ilerleme/umut), mühür kırmızısı (yalnızca resmî belge öğeleri).
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --bg: #f6ecdd;
  --surface: #eee0c9;
  --paper: #fdf9f0;
  --ink: #241f19;
  --muted: #6f6555;
  --line: rgba(36, 31, 25, .15);

  --terra: #c06a33;
  --terra-d: #94500f;
  --terra-xd: #5f3007;
  --terra-l: #f6ddc8;

  --olive: #75855a;
  --olive-d: #55633e;
  --olive-xd: #333d24;
  --olive-l: #e4ead3;

  --seal: #9d3b31;
  --seal-d: #7c2b23;
  --seal-l: #f2dcd6;

  --night: #2b251d;
  --night-2: #383127;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 26px;

  --shadow-sm: 0 1px 3px rgba(43, 37, 29, .14);
  --shadow-md: 0 5px 18px rgba(43, 37, 29, .16);
  --shadow-lg: 0 16px 44px rgba(43, 37, 29, .22);

  --font-d: "Baloo 2", system-ui, sans-serif;
  --font-b: "Figtree", system-ui, sans-serif;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { font-family: var(--font-d); font-weight: 700; line-height: 1.1; margin: 0; letter-spacing: -.01em; }
p { margin: 0; }
a { color: var(--terra-d); text-underline-offset: 3px; }
a:hover { color: var(--terra-xd); }
:focus { outline: none; }
:focus-visible { outline: 3px solid var(--terra); outline-offset: 2px; border-radius: 4px; }
::selection { background: rgba(192, 106, 51, .3); }

.wrap { max-width: 1180px; margin-inline: auto; padding-inline: 22px; }
.wrap-tight { max-width: 860px; margin-inline: auto; padding-inline: 22px; }

section { scroll-margin-top: 84px; }

/* — küçük yapı taşları — */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 12px; letter-spacing: .13em;
  text-transform: uppercase; color: var(--terra-d);
}
.eyebrow.olive { color: var(--olive-d); }
.eyebrow.seal { color: var(--seal); }

.chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; padding: 7px 14px;
  border-radius: 999px; background: var(--paper);
  border: 1px solid var(--line); color: var(--ink);
  text-decoration: none;
}
.chip svg { flex: none; }
.chip.seal { background: var(--seal-l); border-color: transparent; color: var(--seal-d); }
.chip.olive { background: var(--olive-l); border-color: transparent; color: var(--olive-xd); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-d); font-weight: 700; font-size: 16px;
  padding: 14px 26px; border-radius: 999px; border: 0; cursor: pointer;
  text-decoration: none; line-height: 1.15; color: var(--ink);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn svg { flex: none; }
.btn-terra { background: var(--terra); color: #fff; box-shadow: var(--shadow-md); }
.btn-terra:hover { background: var(--terra-d); color: #fff; }
.btn-olive { background: var(--olive-d); color: #fff; box-shadow: var(--shadow-md); }
.btn-olive:hover { background: var(--olive-xd); color: #fff; }
.btn-seal { background: var(--seal); color: #fff; box-shadow: var(--shadow-md); }
.btn-seal:hover { background: var(--seal-d); color: #fff; }
.btn-paper { background: var(--paper); border: 1.5px solid var(--line); }
.btn-paper:hover { background: #fff; }
.btn-ghost { background: transparent; border: 1.5px solid var(--line); }
.btn-ghost:hover { background: rgba(36, 31, 25, .06); }
.btn-light { background: #fff; color: var(--night); box-shadow: var(--shadow-md); }
.btn-light:hover { background: var(--bg); }
.btn-sm { font-size: 14px; padding: 10px 18px; }

/* ═══ HEADER ═══ */
.site-header {
  position: sticky; top: 0; z-index: 70;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar {
  max-width: 1180px; margin-inline: auto; padding: 11px 22px;
  display: flex; align-items: center; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: var(--terra); display: grid; place-items: center;
}
.brand-name { font-family: var(--font-d); font-weight: 700; font-size: 19px; line-height: 1; }
.brand-sub { font-size: 11px; letter-spacing: .05em; color: var(--seal); font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 4px 22px; flex-wrap: wrap; }
.site-nav a { color: var(--ink); text-decoration: none; font-size: 14.5px; font-weight: 500; padding: 4px 2px; }
.site-nav a:hover { color: var(--terra-d); }
.site-nav a[aria-current="page"] { color: var(--terra-d); font-weight: 700; }
.menu-btn {
  display: none; background: var(--paper); border: 1.5px solid var(--line);
  border-radius: 12px; width: 44px; height: 44px; cursor: pointer;
  align-items: center; justify-content: center; color: var(--ink);
}
@media (max-width: 920px) {
  .menu-btn { display: inline-flex; }
  .site-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg); padding: 8px 0;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 24px; font-size: 16px; border-bottom: 1px solid rgba(36,31,25,.06); }
  .header-cta { display: none; }
}

/* ═══ HERO ═══ */
.hero { position: relative; }
.hero-grid {
  display: grid; gap: clamp(30px, 5vw, 64px); align-items: center;
  padding-block: clamp(34px, 5vw, 78px);
}
@media (min-width: 880px) { .hero-grid { grid-template-columns: 1.05fr .95fr; } }
.hero h1 {
  font-size: clamp(37px, 5.6vw, 66px); line-height: 1.02;
  letter-spacing: -.02em; margin-top: 20px;
}
.hero h1 em { font-style: normal; color: var(--terra); }
.hero-lead {
  font-size: clamp(16.5px, 1.7vw, 19.5px); line-height: 1.65;
  color: var(--night-2); max-width: 36ch; margin-top: 20px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-top: 24px; }

.hero-photo { position: relative; }
.hero-photo .frame {
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 9px solid var(--paper);
  transform: rotate(1.4deg);
}
.hero-photo .frame img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; object-position: center 18%; }
.hero-caption {
  position: absolute; left: 4%; bottom: -18px; max-width: 240px;
  background: var(--paper); border-radius: var(--r-md);
  box-shadow: var(--shadow-md); padding: 13px 17px;
  transform: rotate(-1.6deg);
  font-family: var(--font-d); font-weight: 700; font-size: 16px; line-height: 1.25;
}
.hero-caption small { display: block; font-family: var(--font-b); font-weight: 500; font-size: 12px; color: var(--muted); margin-top: 3px; }

/* imza öğesi: dönen valilik mührü */
.stamp {
  position: absolute; top: -30px; right: -8px; width: 128px; height: 128px;
  z-index: 5; text-decoration: none; display: block;
  filter: drop-shadow(0 4px 10px rgba(43, 37, 29, .25));
}
.stamp .spin { width: 100%; height: 100%; animation: stampSpin 28s linear infinite; }
.stamp:hover .spin { animation-play-state: paused; }
@keyframes stampSpin { to { transform: rotate(360deg); } }
@media (max-width: 640px) { .stamp { width: 104px; height: 104px; top: -26px; right: 2px; } }

/* ═══ BELGE ŞERİDİ (kâğıt kartlar) ═══ */
.docs-band { background: var(--night); color: #efe7d8; }
.docs-band .head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 14px 24px; }
.docs-band h2 { color: #f7f1e4; font-size: clamp(25px, 3vw, 37px); }
.docs-scroller {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(240px, 62vw);
  gap: 16px; overflow-x: auto; padding: 26px 4px 10px;
  scroll-snap-type: x mandatory; scrollbar-width: thin;
  scrollbar-color: rgba(239,231,216,.35) transparent;
}
.doc-card {
  scroll-snap-align: start; background: var(--paper); color: var(--ink);
  border-radius: 14px; padding: 12px 12px 14px; cursor: zoom-in;
  border: 0; text-align: left; font-family: var(--font-b);
  box-shadow: 0 3px 0 rgba(0,0,0,.28), inset 0 0 0 1px rgba(36,31,25,.08);
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
}
.doc-card:hover { transform: translateY(-5px) rotate(-.4deg); box-shadow: 0 14px 30px rgba(0,0,0,.4); }
.doc-card .tc {
  display: flex; align-items: center; gap: 7px; font-size: 10.5px;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--seal); margin-bottom: 9px;
}
.doc-card .tc::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--seal); flex: none; }
.doc-card img {
  width: 100%; aspect-ratio: 3 / 3.6; object-fit: cover; object-position: top;
  border-radius: 8px; border: 1px solid var(--line); background: #fff;
}
.doc-card .name { font-family: var(--font-d); font-weight: 700; font-size: 15px; margin-top: 11px; line-height: 1.2; }
.doc-card .hint { font-size: 12px; color: var(--muted); margin-top: 3px; display: flex; align-items: center; gap: 5px; }

/* belgeler.html sayfası için geniş grid */
.docs-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.docs-grid .doc-card { box-shadow: var(--shadow-sm), inset 0 0 0 1px rgba(36,31,25,.07); }
.docs-grid .doc-card:hover { box-shadow: var(--shadow-lg); }

/* ═══ İLERLEME ═══ */
.progress-card {
  background: var(--paper); border-radius: calc(var(--r-lg) * 1.1);
  box-shadow: var(--shadow-md); padding: clamp(24px, 3.4vw, 44px);
}
.stat-label { font-size: 12px; letter-spacing: .11em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.stat-big { font-family: var(--font-d); font-weight: 800; font-size: clamp(32px, 4.4vw, 52px); line-height: 1; }
.stat-big.olive { color: var(--olive-d); }
.stat-sub { font-size: 13.5px; color: var(--muted); margin-top: 5px; }
.progress-track {
  height: 21px; border-radius: 999px; background: var(--surface);
  overflow: hidden; box-shadow: inset 0 1px 4px rgba(43, 37, 29, .2);
}
.progress-fill {
  height: 100%; width: 0; border-radius: 999px;
  background: linear-gradient(90deg, var(--olive), var(--olive-d));
  transition: width 1.6s cubic-bezier(.22, 1, .36, 1);
}

/* ═══ GENEL KARTLAR ═══ */
.card {
  background: var(--paper); border-radius: var(--r-lg);
  padding: clamp(22px, 2.6vw, 30px); box-shadow: var(--shadow-sm);
}
.card.on-surface { background: var(--bg); }
.icon-dot {
  width: 48px; height: 48px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
}
.icon-dot.terra { background: var(--terra-l); color: var(--terra-d); }
.icon-dot.olive { background: var(--olive-l); color: var(--olive-d); }
.icon-dot.seal { background: var(--seal-l); color: var(--seal); }
.icon-dot.solid-terra { background: var(--terra); color: #fff; }
.icon-dot.solid-olive { background: var(--olive-d); color: #fff; }

/* ═══ BAĞIŞ KARTLARI ═══ */
.donate-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); align-items: stretch; }
.donate-card {
  background: var(--paper); border-radius: calc(var(--r-lg) * 1.05);
  box-shadow: var(--shadow-md); overflow: hidden;
  display: flex; flex-direction: column;
}
.donate-card .dc-head {
  padding: 17px 24px; display: flex; align-items: center; gap: 11px;
  font-family: var(--font-d); font-weight: 700; font-size: 18.5px; color: #fff;
}
.donate-card .dc-head.terra { background: var(--terra); }
.donate-card .dc-head.olive { background: var(--olive-d); }
.donate-card .dc-head.seal { background: var(--seal); }
.donate-card .dc-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.iban-line {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(16.5px, 2vw, 20px); letter-spacing: .01em;
  word-break: break-word; line-height: 1.3;
}
.kv { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; font-size: 14.5px; }
.kv dt { color: var(--muted); font-weight: 500; margin: 0; }
.kv dd { margin: 0; font-weight: 700; }

/* ═══ SMS ŞERİDİ ═══
   Bağış yolları içinde en düşük sürtünmeli olan bu; kartların üstünde,
   dolu terrakota zeminde duruyor. */
.sms-strip {
  margin-top: 34px; background: var(--terra); color: #fff;
  border-radius: calc(var(--r-lg) * 1.05); box-shadow: var(--shadow-md);
  padding: clamp(20px, 2.6vw, 28px) clamp(20px, 2.6vw, 30px);
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.sms-mark {
  width: 54px; height: 54px; border-radius: 50%; flex: none;
  background: rgba(255, 255, 255, .2); display: grid; place-items: center; color: #fff;
}
.sms-text { flex: 1; min-width: 230px; }
.sms-kicker {
  display: block; font-size: 11.5px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: #ffdcc4;
}
.sms-text h3 { font-size: clamp(21px, 2.4vw, 27px); margin-top: 5px; }
.sms-text p { font-size: 15px; line-height: 1.6; margin-top: 7px; color: rgba(255, 255, 255, .93); }
.sms-note { display: block; font-size: 12.5px; color: #ffdcc4; margin-top: 8px; }
.sms-btn { flex: none; font-size: 16px; padding: 14px 28px; color: var(--terra-xd); }
@media (max-width: 640px) {
  .sms-strip { gap: 14px; }
  .sms-btn { width: 100%; }
}

/* ═══ DMD EVRE KARTLARI ═══ */
.stage-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); }
.stage {
  background: var(--paper); border-radius: var(--r-md); padding: 22px;
  box-shadow: var(--shadow-sm); border-top: 5px solid var(--olive);
}
.stage:nth-child(2) { border-top-color: #b98a3c; }
.stage:nth-child(3) { border-top-color: var(--terra); }
.stage:nth-child(4) { border-top-color: var(--seal); }
.stage .no {
  font-family: var(--font-d); font-weight: 800; font-size: 26px;
  color: var(--muted); opacity: .55; line-height: 1;
}
.stage h3 { font-size: 18px; margin-top: 10px; }
.stage p { font-size: 14px; color: var(--muted); margin-top: 7px; line-height: 1.55; }

/* ═══ VİDEO ═══ */
.video-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.video-card { background: var(--paper); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.video-card video, .video-card iframe, .video-card .yt-lite {
  width: 100%; aspect-ratio: 9 / 15; object-fit: cover; display: block;
  background: var(--night); border: 0;
}
.video-card.wide video, .video-card.wide iframe, .video-card.wide .yt-lite { aspect-ratio: 16 / 9; }
.video-card .vc-meta { padding: 15px 19px 18px; }
.video-card .vc-meta strong { font-family: var(--font-d); font-size: 16px; }
.video-card .vc-meta span { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; }
.yt-lite { position: relative; cursor: pointer; padding: 0; }
.yt-lite img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.yt-lite .play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 74px; height: 74px; border-radius: 50%; background: var(--terra);
  display: grid; place-items: center; box-shadow: var(--shadow-lg);
}

/* ═══ CANLI YAYIN KARTI ═══ */
.live-card {
  background: var(--paper); border-radius: calc(var(--r-lg) * 1.1);
  box-shadow: var(--shadow-md); overflow: hidden;
  display: grid; gap: clamp(24px, 3vw, 44px);
  padding: clamp(26px, 3.2vw, 44px);
  align-items: center;
}
@media (min-width: 820px) { .live-card { grid-template-columns: 1.25fr .75fr; } }
.live-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--olive-l); color: var(--olive-xd);
  font-size: 12.5px; font-weight: 700; letter-spacing: .04em;
  padding: 7px 14px; border-radius: 999px;
}
.live-time {
  font-family: var(--font-d); font-weight: 800;
  font-size: clamp(64px, 11vw, 104px); line-height: .9;
  letter-spacing: -.03em; margin-top: 14px; color: var(--ink);
}
.live-time span { color: var(--terra); }
.live-day { font-family: var(--font-d); font-weight: 700; font-size: clamp(17px, 2vw, 21px); margin-top: 6px; }
.live-desc { font-size: 15.5px; line-height: 1.65; color: var(--muted); margin-top: 10px; max-width: 42ch; }
.live-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.live-tz { display: block; font-size: 12.5px; color: var(--muted); margin-top: 16px; max-width: 44ch; }

.ig-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
  text-decoration: none; padding: clamp(22px, 2.6vw, 30px);
  border-radius: var(--r-lg); color: #fff;
  background: linear-gradient(140deg, #b8552f, #9d3b31 55%, #6f2f5e);
  box-shadow: var(--shadow-md);
  transition: transform .18s ease, box-shadow .18s ease;
}
.ig-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: #fff; }
.ig-mark {
  width: 52px; height: 52px; border-radius: 15px; margin-bottom: 12px;
  background: rgba(255, 255, 255, .2); display: grid; place-items: center; color: #fff;
}
.ig-handle { font-family: var(--font-d); font-weight: 700; font-size: clamp(19px, 2.2vw, 24px); word-break: break-word; }
.ig-sub { font-size: 13.5px; color: rgba(255, 255, 255, .8); }
.ig-go {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 16px;
  font-family: var(--font-d); font-weight: 700; font-size: 14.5px;
  background: rgba(255, 255, 255, .18); padding: 9px 16px; border-radius: 999px;
}

/* ═══ GALERİ ═══ */
.gallery { columns: 3 250px; column-gap: 16px; }
.gallery figure { margin: 0 0 16px; break-inside: avoid; position: relative; }
.gallery img { width: 100%; border-radius: var(--r-md); box-shadow: var(--shadow-sm); }
.gallery figcaption {
  position: absolute; left: 10px; bottom: 10px;
  background: rgba(36, 31, 25, .62); color: #fff; font-size: 11.5px;
  padding: 4px 11px; border-radius: 999px; backdrop-filter: blur(3px);
}

/* ═══ SSS ═══ */
details.faq {
  background: var(--paper); border-radius: var(--r-md);
  padding: 19px 22px; box-shadow: var(--shadow-sm);
}
details.faq + details.faq { margin-top: 12px; }
details.faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: center;
  justify-content: space-between; gap: 14px;
  font-family: var(--font-d); font-weight: 700; font-size: 17px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary svg { flex: none; transition: transform .25s ease; color: var(--terra); }
details.faq[open] summary svg { transform: rotate(180deg); }
details.faq .a { margin-top: 13px; font-size: 15px; line-height: 1.65; color: var(--night-2); }

/* ═══ MAKALE ═══ */
.article { max-width: 760px; margin-inline: auto; padding: clamp(34px, 5vw, 60px) 22px; }
.article-hero { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); margin-top: 28px; }
.article-hero img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.article h1 { font-size: clamp(29px, 4.2vw, 46px); line-height: 1.07; margin-top: 16px; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 16px; font-size: 14px; color: var(--muted); }
.article-body { margin-top: 30px; }
.article-body h2 { font-size: clamp(22px, 2.6vw, 30px); margin: 38px 0 12px; }
.article-body h3 { font-size: 19.5px; margin: 26px 0 8px; }
.article-body p { font-size: 17px; line-height: 1.78; color: var(--night-2); margin-bottom: 16px; }
.article-body ul, .article-body ol { padding-left: 22px; margin: 0 0 16px; }
.article-body li { font-size: 16.5px; line-height: 1.7; color: var(--night-2); margin-bottom: 8px; }
.article-body strong { color: var(--ink); }
.article-body blockquote {
  margin: 30px 0; padding: 20px 24px; background: var(--surface);
  border-left: 5px solid var(--terra); border-radius: var(--r-sm);
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(18px, 2.1vw, 22px); line-height: 1.35;
}
.note-box {
  background: var(--terra-l); border-radius: var(--r-md);
  padding: 17px 21px; font-size: 14px; line-height: 1.6; color: var(--terra-xd);
  margin-top: 26px;
}
.share-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line);
}

/* blog kartı */
.post-card {
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
  background: var(--paper); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: inherit; }
.post-card .cover { height: 165px; overflow: hidden; display: grid; place-items: center; }
.post-card .cover img { width: 100%; height: 100%; object-fit: cover; }
.post-card .body { padding: 20px 22px 23px; display: flex; flex-direction: column; flex: 1; }
.post-card .cat { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; font-weight: 700; color: var(--olive-d); }
.post-card h3 { font-size: 19px; line-height: 1.22; margin-top: 8px; }
.post-card .excerpt { font-size: 14px; line-height: 1.55; color: var(--muted); margin-top: 9px; flex: 1; }
.post-card .date { font-size: 13px; color: var(--muted); margin-top: 15px; }

/* ═══ KOYU BÖLÜMLER ═══ */
.band-olive { background: var(--olive-xd); color: #edf0e4; }
.band-olive h2 { color: #f4f6ec; }
.band-seal { background: var(--seal-d); color: #f6e9e4; }
.band-seal h2 { color: #fbf1ec; }

/* ═══ FOOTER ═══ */
.site-footer { background: var(--night); color: #cfc5b4; }
.site-footer a { color: #cfc5b4; }
.site-footer a:hover { color: #fff; }
.footer-grid {
  max-width: 1180px; margin-inline: auto; padding: clamp(40px, 5vw, 64px) 22px 30px;
  display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.footer-label { font-size: 11.5px; letter-spacing: .11em; text-transform: uppercase; color: #948a77; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom .in {
  max-width: 1180px; margin-inline: auto; padding: 18px 22px;
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between;
  font-size: 12.5px; color: #948a77;
}

/* ═══ MOBİL ALT BAR ═══ */
.bottombar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  display: grid; grid-template-columns: 1fr 1fr 78px 1fr 1fr; align-items: end;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  padding: 7px 4px calc(7px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 28px rgba(43, 37, 29, .16);
}
.bb-item {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  text-decoration: none; color: var(--night-2); font-size: 10.5px;
  font-weight: 600; padding: 4px 2px; background: none; border: 0;
  cursor: pointer; font-family: var(--font-b); line-height: 1.1;
}
.bb-item svg { width: 21px; height: 21px; }
.bb-item:hover { color: var(--terra-d); }
.bb-heart { position: relative; display: flex; justify-content: center; text-decoration: none; }
.bb-heart .ring {
  position: absolute; bottom: 26px; width: 64px; height: 64px;
  border-radius: 50%; background: var(--terra);
  border: 5px solid var(--paper); display: grid; place-items: center;
  box-shadow: var(--shadow-md); color: #fff;
  animation: heartbeat 2.6s ease-in-out infinite;
}
.bb-heart .lbl {
  font-size: 10.5px; font-weight: 700; color: var(--terra-d);
  margin-top: 34px; padding-bottom: 4px;
}
@keyframes heartbeat {
  0%, 55%, 100% { transform: scale(1); }
  62% { transform: scale(1.07); }
  70% { transform: scale(1); }
  78% { transform: scale(1.05); }
}
@media (min-width: 900px) { .bottombar { display: none; } }
@media (max-width: 899px) { body { padding-bottom: 92px; } }

/* ═══ LIGHTBOX ═══ */
.lb {
  position: fixed; inset: 0; z-index: 100; display: none;
  background: rgba(26, 21, 16, .9); padding: 18px;
  place-items: center;
}
.lb.open { display: grid; }
.lb figure { margin: 0; max-width: min(920px, 100%); max-height: 100%; display: flex; flex-direction: column; gap: 10px; }
.lb img {
  max-width: 100%; max-height: calc(100vh - 130px); object-fit: contain;
  border-radius: 10px; background: #fff; margin-inline: auto;
}
.lb figcaption { color: #e9e0d0; text-align: center; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.lb figcaption a { color: #fff; }
.lb-close {
  position: absolute; top: 14px; right: 14px; width: 46px; height: 46px;
  border-radius: 50%; border: 0; background: rgba(255, 255, 255, .14);
  color: #fff; font-size: 22px; cursor: pointer; display: grid; place-items: center;
}
.lb-close:hover { background: rgba(255, 255, 255, .28); }

/* ═══ AÇILIŞ VİDEO POPUP ═══
   Ana sayfa açılışında anne–babanın yardım çağrısı videosu.
   Video kimliği index.html'de .vp-backdrop üzerindeki data-video özniteliğinde. */
.vp-backdrop {
  position: fixed; inset: 0; z-index: 120; display: none;
  background: rgba(26, 21, 16, .82); padding: 18px;
  place-items: center;
}
.vp-backdrop.open { display: grid; animation: vpFade .3s ease; }
@keyframes vpFade { from { opacity: 0; } to { opacity: 1; } }
.vp-card {
  position: relative; width: min(680px, 100%);
  background: var(--paper); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: vpPop .35s cubic-bezier(.2, .9, .3, 1.15);
}
@keyframes vpPop { from { transform: scale(.93); opacity: 0; } to { transform: none; opacity: 1; } }
.vp-close {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%; border: 0;
  background: rgba(36, 31, 25, .45); color: #fff; font-size: 20px;
  cursor: pointer; display: grid; place-items: center;
}
.vp-close:hover { background: rgba(36, 31, 25, .7); }
.vp-head { padding: 18px 58px 13px 22px; }
.vp-head h3 { font-size: clamp(18px, 2.2vw, 22px); line-height: 1.2; margin-top: 6px; }
.vp-frame { position: relative; aspect-ratio: 16/9; background: #000; }
.vp-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vp-actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  padding: 14px 22px 18px;
}
.vp-actions .note { font-size: 12.5px; color: var(--muted); margin-left: auto; }
@media (max-width: 560px) { .vp-actions .note { margin-left: 0; width: 100%; } }

/* ═══ TOAST ═══ */
.toast {
  position: fixed; left: 50%; bottom: 104px; transform: translate(-50%, 20px);
  z-index: 110; background: var(--night); color: #fff;
  font-size: 14.5px; font-weight: 600; padding: 12px 22px;
  border-radius: 999px; box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s ease;
  display: flex; align-items: center; gap: 8px;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (min-width: 900px) { .toast { bottom: 34px; } }

/* ═══ ANİMASYON ═══
   .reveal içeriği varsayılan olarak GÖRÜNÜRDÜR. Gizleme yalnızca site.js
   yüklendiğinde (html.js) devreye girer — script yüklenemezse bağış
   kartları ve diğer kritik içerik yine de görünür kalır. */
.reveal { transition: opacity .65s ease, transform .65s ease; }
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.in { opacity: 1; transform: none; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(117, 133, 90, .5); }
  70% { box-shadow: 0 0 0 11px rgba(117, 133, 90, 0); }
  100% { box-shadow: 0 0 0 0 rgba(117, 133, 90, 0); }
}
.live-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--olive); animation: pulse 2.2s ease-out infinite; flex: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .stamp .spin, .bb-heart .ring, .live-dot { animation: none; }
  .js .reveal, .js .reveal.in { opacity: 1; transform: none; transition: none; }
  .progress-fill { transition: none; }
  * { transition-duration: .01ms !important; }
}
