/* ==========================================================
   SAMGÜDER – Samsun Gürcü Kültür Derneği
   Ortak stil dosyası
   ========================================================== */

:root {
  --wine: #8b1e2f;
  --wine-dark: #5e1220;
  --red: #c8102e;
  --gold: #d4a54a;
  --gold-soft: #f1e2bf;
  --cream: #faf6ef;
  --paper: #ffffff;
  --ink: #221c19;
  --muted: #6b605a;
  --line: #e8dfd2;
  --shadow: 0 10px 30px rgba(60, 20, 20, .10);
  --radius: 14px;
  --container: 1180px;
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --font-geo: "Noto Serif Georgian", "Sylfaen", serif;
}

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 90px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--wine); text-decoration: none; }
a:hover { color: var(--red); }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.2; margin: 0 0 .6em; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.geo { font-family: var(--font-geo); }

.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.section { padding: clamp(60px, 9vw, 110px) 0; }
.section--white { background: var(--paper); }
.section--wine { background: var(--wine); color: var(--cream); }
.section--wine h2, .section--wine h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--red); margin-bottom: .8em;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section--wine .eyebrow { color: var(--gold); }

.section-head { max-width: 680px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::after { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.section--wine .section-head p { color: #ecd9d4; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 999; }
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .85em 1.6em; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: 1rem; cursor: pointer; transition: .25s ease; font-family: inherit;
}
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--wine-dark); color: #fff; transform: translateY(-2px); }
.btn--ghost { border-color: rgba(255,255,255,.7); color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--wine); }
.btn--outline { border-color: var(--wine); color: var(--wine); }
.btn--outline:hover { background: var(--wine); color: #fff; }

/* ---------- Üst şerit ve header ---------- */
.topbar { background: var(--wine-dark); color: #ead7d2; font-size: .88rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; flex-wrap: wrap; }
.topbar a { color: #ead7d2; }
.topbar a:hover { color: #fff; }
.topbar .geo { color: var(--gold); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid var(--line); transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand img { width: 50px; height: 50px; }
.brand strong { display: block; font-family: var(--font-head); font-size: 1.3rem; letter-spacing: .04em; line-height: 1.1; }
.brand small { display: block; font-size: .78rem; color: var(--muted); letter-spacing: .03em; }
.brand:hover { color: var(--ink); }

.nav-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-menu a {
  display: block; padding: 10px 14px; border-radius: 8px;
  color: var(--ink); font-weight: 600; font-size: .98rem; position: relative;
}
.nav-menu a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--red); transform: scaleX(0); transition: transform .25s;
}
.nav-menu a:hover::after, .nav-menu a.active::after { transform: scaleX(1); }
.nav-menu a.active { color: var(--red); }
.nav-menu .nav-cta a { background: var(--red); color: #fff; margin-left: 8px; padding-inline: 20px; border-radius: 999px; }
.nav-menu .nav-cta a::after { display: none; }
.nav-menu .nav-cta a:hover { background: var(--wine-dark); }

.nav-toggle {
  display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; padding: 10px;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Süsleme deseni ---------- */
.pattern {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23d4a54a' stroke-opacity='.18' stroke-width='1.2'%3E%3Cpath d='M40 8l8 16-8 16-8-16zM40 40l8 16-8 16-8-16zM8 40l16-8 16 8-16 8zM40 40l16-8 16 8-16 8z'/%3E%3Ccircle cx='40' cy='40' r='4'/%3E%3C/g%3E%3C/svg%3E");
}
.ornament-line {
  height: 14px; border: 0; margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='14'%3E%3Cpath d='M0 7l7-7 7 7-7 7zM14 7l7-7 7 7-7 7z' fill='%23c8102e' fill-opacity='.85'/%3E%3C/svg%3E") repeat-x center;
}

/* ---------- Ana sayfa hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(ellipse at 75% 30%, #b3263b 0%, var(--wine) 45%, var(--wine-dark) 100%);
  padding: clamp(80px, 12vw, 150px) 0 clamp(90px, 12vw, 140px);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .9; }
.hero .pattern-layer { position: absolute; inset: 0; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .lead { font-size: 1.2rem; color: #f3e3df; max-width: 580px; margin-bottom: 2em; }
.hero-geo { font-family: var(--font-geo); color: var(--gold); font-size: 1.15rem; letter-spacing: .05em; margin-bottom: 1em; display: block; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-emblem { position: relative; aspect-ratio: 1; max-width: 420px; margin-left: auto; width: 100%; }
.hero-emblem svg { width: 100%; height: 100%; animation: spin 90s linear infinite; }
.hero-emblem .emblem-cross {
  position: absolute; inset: 0; display: grid; place-items: center;
}
.hero-emblem .emblem-cross svg { width: 42%; height: auto; animation: none; filter: drop-shadow(0 10px 30px rgba(0,0,0,.3)); }
@keyframes spin { to { transform: rotate(360deg); } }

.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 60px; }

/* ---------- Alt sayfa başlığı ---------- */
.page-hero {
  position: relative; color: #fff; text-align: center;
  background: linear-gradient(135deg, var(--wine-dark), var(--wine) 60%, #a6243a);
  padding: 80px 0 70px; overflow: hidden;
}
.page-hero .pattern-layer { position: absolute; inset: 0; }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: .3em; }
.page-hero p { color: #f0dcd7; max-width: 640px; margin: 0 auto; font-size: 1.1rem; }
.page-hero .geo-title { font-family: var(--font-geo); color: var(--gold); font-size: 1.05rem; display: block; margin-bottom: .6em; }
.breadcrumb { margin-top: 20px; font-size: .9rem; color: #e0c6c0; }
.breadcrumb a { color: #fff; }

/* ---------- Grid ve kartlar ---------- */
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--paper); border-radius: var(--radius); padding: 32px 28px;
  border: 1px solid var(--line); box-shadow: 0 2px 0 rgba(0,0,0,.02);
  transition: transform .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--muted); margin: 0; }
.card-icon {
  width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center;
  background: var(--gold-soft); color: var(--wine); margin-bottom: 20px;
}
.card-icon svg { width: 30px; height: 30px; }
.card .more { display: inline-block; margin-top: 16px; font-weight: 700; }
.card .more::after { content: " →"; }

/* ---------- İki kolon metin + görsel ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.art-box {
  position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/3.4;
  background: linear-gradient(145deg, var(--wine), var(--wine-dark));
  display: grid; place-items: center; box-shadow: var(--shadow);
}
.art-box .pattern-layer { position: absolute; inset: 0; }
.art-box .art-letter {
  position: relative; font-family: var(--font-geo); font-size: clamp(6rem, 14vw, 10rem); color: var(--gold); line-height: 1;
}
.art-box .art-caption {
  position: absolute; left: 20px; bottom: 18px; right: 20px; color: #f3e3df; font-size: .95rem;
}
.art-box::after {
  content: ""; position: absolute; inset: 14px; border: 1px solid rgba(212,165,74,.45); border-radius: 12px; pointer-events: none;
}

.checklist { list-style: none; padding: 0; margin: 1.2em 0; }
.checklist li { position: relative; padding-left: 32px; margin-bottom: .6em; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .45em; width: 16px; height: 16px;
  background: var(--red); clip-path: polygon(35% 0, 65% 0, 60% 40%, 100% 35%, 100% 65%, 60% 60%, 65% 100%, 35% 100%, 40% 60%, 0 65%, 0 35%, 40% 40%);
}

/* ---------- İstatistikler ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat strong { display: block; font-family: var(--font-head); font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--gold); line-height: 1.1; }
.stat span { color: #ecd9d4; font-size: 1rem; }

/* ---------- Etkinlik kartları ---------- */
.event-card {
  display: grid; grid-template-columns: 96px 1fr; gap: 22px; align-items: start;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  transition: .3s;
}
.event-card:hover { box-shadow: var(--shadow); border-color: transparent; }
.event-date {
  background: var(--wine); color: #fff; border-radius: 12px; text-align: center; padding: 12px 6px;
}
.event-date b { display: block; font-family: var(--font-head); font-size: 2.1rem; line-height: 1; }
.event-date span { display: block; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-top: 4px; }
.event-card.past .event-date { background: #8d827b; }
.event-card h3 { margin-bottom: .3em; font-size: 1.25rem; }
.event-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: .9rem; color: var(--muted); margin-bottom: .6em; }
.event-meta span { display: inline-flex; align-items: center; gap: 6px; }
.event-meta svg { width: 16px; height: 16px; flex: none; color: var(--red); }
.event-card p { color: var(--muted); margin: 0; }
.tag {
  display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px; background: var(--gold-soft); color: var(--wine-dark); margin-bottom: 8px;
}
.event-card.past .tag { background: #ece7e2; color: #6b605a; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-btn {
  border: 1.5px solid var(--line); background: var(--paper); color: var(--ink);
  padding: .55em 1.3em; border-radius: 999px; font-weight: 600; cursor: pointer; font-family: inherit; font-size: .95rem;
  transition: .2s;
}
.filter-btn:hover { border-color: var(--wine); color: var(--wine); }
.filter-btn.active { background: var(--wine); border-color: var(--wine); color: #fff; }
.event-list { display: grid; gap: 20px; }
.empty-note { text-align: center; color: var(--muted); display: none; }

/* Geri sayım */
.countdown-box {
  background: var(--paper); border-radius: 20px; padding: 36px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border-top: 5px solid var(--red);
}
.countdown { display: flex; gap: 12px; }
.countdown div { background: var(--cream); border-radius: 12px; min-width: 82px; padding: 14px 8px; text-align: center; }
.countdown b { display: block; font-family: var(--font-head); font-size: 2rem; color: var(--wine); line-height: 1; }
.countdown span { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }

/* ---------- Zaman çizelgesi ---------- */
.timeline { position: relative; max-width: 820px; margin: 0 auto; padding-left: 36px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.tl-item { position: relative; margin-bottom: 38px; }
.tl-item::before {
  content: ""; position: absolute; left: -36px; top: 6px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--cream); border: 4px solid var(--red);
}
.tl-item .year { font-family: var(--font-head); font-weight: 700; color: var(--red); font-size: 1.2rem; }
.tl-item h3 { margin: .15em 0 .3em; }
.tl-item p { color: var(--muted); margin: 0; }

/* ---------- Yönetim ---------- */
.member { text-align: center; }
.avatar {
  width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 16px;
  display: grid; place-items: center; font-family: var(--font-head); font-size: 2.4rem; color: #fff;
  background: linear-gradient(135deg, var(--red), var(--wine-dark)); border: 5px solid var(--gold-soft);
}
.member h3 { font-size: 1.15rem; margin-bottom: .1em; }
.member span { color: var(--muted); font-size: .95rem; }

/* ---------- Kültür: sözlük & alfabe ---------- */
.word-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 18px; }
.word {
  perspective: 900px; height: 150px; cursor: pointer; background: none; border: 0; padding: 0; font: inherit; text-align: center;
}
.word-inner { display: block; position: relative; width: 100%; height: 100%; transition: transform .6s; transform-style: preserve-3d; }
.word.flipped .word-inner { transform: rotateY(180deg); }
.word-face {
  position: absolute; inset: 0; backface-visibility: hidden; border-radius: var(--radius);
  display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 16px;
}
.word-front { background: var(--paper); border: 1px solid var(--line); }
.word-front .geo { font-size: 1.6rem; color: var(--wine); }
.word-front small { color: var(--muted); margin-top: 6px; font-style: italic; }
.word-back { background: var(--wine); color: #fff; transform: rotateY(180deg); }
.word-back strong { font-family: var(--font-head); font-size: 1.4rem; }
.word-back small { color: var(--gold-soft); margin-top: 4px; }

.alphabet { display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 10px; }
.letter {
  background: rgba(255,255,255,.06); border: 1px solid rgba(212,165,74,.3); border-radius: 10px;
  text-align: center; padding: 10px 4px; transition: .2s; cursor: default;
}
.letter:hover { background: var(--gold); border-color: var(--gold); }
.letter:hover .geo, .letter:hover small { color: var(--wine-dark); }
.letter .geo { display: block; font-size: 1.9rem; color: var(--gold); line-height: 1.2; }
.letter small { color: #ecd9d4; font-size: .82rem; }

.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; border-bottom: 2px solid var(--line); }
.tab-btn {
  background: none; border: 0; padding: 12px 20px; font: inherit; font-weight: 700; color: var(--muted); cursor: pointer;
  border-bottom: 3px solid transparent; margin-bottom: -2px;
}
.tab-btn.active, .tab-btn:hover { color: var(--wine); border-bottom-color: var(--red); }
.tab-panel { display: none; animation: fadeIn .4s ease; }
.tab-panel.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.dish { background: var(--paper); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.dish-top {
  height: 130px; display: grid; place-items: center; font-size: 3.2rem;
  background: linear-gradient(135deg, var(--gold-soft), #f7ecd6);
}
.dish-body { padding: 22px 24px; }
.dish-body h3 { margin-bottom: .1em; }
.dish-body .geo { color: var(--red); font-size: .95rem; display: block; margin-bottom: .6em; }
.dish-body p { color: var(--muted); margin: 0; font-size: .98rem; }

/* ---------- Galeri ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.g-item {
  position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; cursor: zoom-in;
  aspect-ratio: 4/3; background: var(--wine);
}
.g-item.tall { grid-row: span 2; aspect-ratio: auto; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.g-art {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-size: 3.6rem; transition: transform .5s;
}
.g-item:hover img, .g-item:hover .g-art { transform: scale(1.07); }
.g-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 14px; color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.7)); font-weight: 600;
}
.g-item figcaption small { display: block; font-weight: 400; color: #e8d8d4; font-size: .85rem; }
.g-item.hide { display: none; }

.lightbox {
  position: fixed; inset: 0; background: rgba(20, 8, 10, .92); z-index: 1000;
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.lightbox.open { display: flex; }
.lb-stage { width: min(900px, 100%); }
.lb-media { position: relative; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background: var(--wine); }
.lb-media img { width: 100%; height: 100%; object-fit: contain; background: #000; }
.lb-media .g-art { font-size: 7rem; }
.lb-caption { color: #fff; text-align: center; margin-top: 14px; font-size: 1.1rem; }
.lb-caption small { display: block; color: #cbb; }
.lb-btn {
  position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 52px; height: 52px;
  border-radius: 50%; font-size: 1.6rem; cursor: pointer; transition: .2s; line-height: 1;
}
.lb-btn:hover { background: var(--red); }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }

/* ---------- Formlar ---------- */
.form-card { background: var(--paper); border-radius: 20px; padding: clamp(24px, 4vw, 44px); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; margin-bottom: 6px; font-size: .95rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 10px;
  font: inherit; font-size: 1rem; background: var(--cream); color: var(--ink); transition: .2s;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--wine); background: #fff; box-shadow: 0 0 0 4px rgba(139,30,47,.1); }
.field.error input, .field.error select, .field.error textarea { border-color: var(--red); }
.field .err { display: none; color: var(--red); font-size: .85rem; margin-top: 4px; }
.field.error .err { display: block; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--muted); }
.check input { margin-top: 6px; accent-color: var(--wine); }
.form-success {
  display: none; background: #eaf6ec; border: 1px solid #b9dfc0; color: #1d5b2a; border-radius: 10px; padding: 14px 18px; margin-bottom: 18px;
}
.form-success.show { display: block; }

.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-list .card-icon { flex: none; margin: 0; width: 50px; height: 50px; }
.contact-list .card-icon svg { width: 24px; height: 24px; }
.contact-list strong { display: block; }
.contact-list span, .contact-list a { color: var(--muted); }
.map { border: 0; width: 100%; height: 380px; border-radius: var(--radius); display: block; filter: saturate(.85); }

/* ---------- Duyuru / CTA ---------- */
.cta {
  position: relative; overflow: hidden; border-radius: 24px; color: #fff; text-align: center;
  background: linear-gradient(135deg, var(--red), var(--wine-dark)); padding: clamp(40px, 7vw, 80px) 24px;
}
.cta .pattern-layer { position: absolute; inset: 0; }
.cta > * { position: relative; }
.cta h2 { color: #fff; }
.cta p { color: #f3e3df; max-width: 560px; margin: 0 auto 1.8em; font-size: 1.1rem; }

.quote {
  font-family: var(--font-head); font-size: clamp(1.4rem, 3vw, 2rem); font-style: italic; line-height: 1.5;
  text-align: center; max-width: 820px; margin: 0 auto; color: #fff;
}
.quote cite { display: block; margin-top: 18px; font-family: var(--font-body); font-style: normal; font-size: 1rem; color: var(--gold); }

.news-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: .3s; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.news-thumb { height: 170px; display: grid; place-items: center; font-size: 3rem; position: relative; }
.news-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.news-body time { font-size: .85rem; color: var(--red); font-weight: 700; }
.news-body h3 { font-size: 1.2rem; margin: .3em 0 .5em; }
.news-body p { color: var(--muted); font-size: .98rem; }
.news-body .more { margin-top: auto; font-weight: 700; }

/* Renk varyasyonları (görsel yer tutucular) */
.bg-1 { background: linear-gradient(135deg, #8b1e2f, #5e1220); }
.bg-2 { background: linear-gradient(135deg, #c8102e, #8b1e2f); }
.bg-3 { background: linear-gradient(135deg, #b8893b, #7a5620); }
.bg-4 { background: linear-gradient(135deg, #3d5a45, #22362a); }
.bg-5 { background: linear-gradient(135deg, #4a3a5e, #2a1f38); }
.bg-6 { background: linear-gradient(135deg, #2f5470, #1c3346); }

/* ---------- Footer ---------- */
.site-footer { background: #1d1311; color: #cbbdb7; padding-top: 70px; font-size: .97rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.site-footer h4 { color: #fff; font-size: 1.1rem; margin-bottom: 1em; font-family: var(--font-head); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .5em; }
.site-footer a { color: #cbbdb7; }
.site-footer a:hover { color: var(--gold); }
.site-footer .brand strong { color: #fff; }
.site-footer .brand small { color: #a8978f; }
.footer-about { margin-top: 18px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.07); transition: .2s;
}
.socials a:hover { background: var(--red); color: #fff; }
.socials svg { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: .88rem; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom .geo { color: var(--gold); }

.to-top {
  position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%;
  background: var(--red); color: #fff; border: 0; cursor: pointer; font-size: 1.3rem;
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .3s; z-index: 90;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--wine-dark); }

/* ---------- Kaydırma animasyonu ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-emblem svg { animation: none; }
}

/* ---------- Duyarlı tasarım ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-menu {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 85vw);
    flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--paper); padding: 96px 20px 30px; box-shadow: -10px 0 40px rgba(0,0,0,.15);
    transform: translateX(100%); transition: transform .35s ease; z-index: -1;
  }
  .nav-menu.open { transform: none; }
  .nav-menu a { padding: 14px 16px; font-size: 1.05rem; }
  .nav-menu a::after { display: none; }
  .nav-menu a.active { background: var(--cream); }
  .nav-menu .nav-cta a { margin: 12px 0 0; text-align: center; }
  .nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 99; display: none; }
  .nav-overlay.show { display: block; }

  .hero-grid, .split { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
  .hero-emblem { max-width: 260px; margin: 0 auto; order: -1; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .countdown-box { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  .topbar .hide-sm { display: none; }
  .grid-2, .grid-3, .grid-4, .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 1fr; }
  .event-date { display: flex; align-items: baseline; gap: 8px; padding: 8px 14px; width: fit-content; }
  .event-date span { margin: 0; }
  .countdown { flex-wrap: wrap; }
  .countdown div { min-width: 68px; flex: 1; }
  .brand small { display: none; }
  .g-item.tall { grid-row: auto; aspect-ratio: 4/3; }
  .lb-prev, .lb-next { top: auto; bottom: 20px; transform: none; }
}

/* ==========================================================
   Fotoğraflı bileşenler
   ========================================================== */
.hero--photo, .page-hero--photo {
  background:
    linear-gradient(100deg, rgba(62, 10, 20, .94) 0%, rgba(94, 18, 32, .82) 45%, rgba(94, 18, 32, .45) 100%),
    var(--bg) center / cover no-repeat;
}
.page-hero--photo {
  background:
    linear-gradient(rgba(62, 10, 20, .82), rgba(94, 18, 32, .78)),
    var(--bg) center / cover no-repeat;
}
.hero-credit, .page-hero .hero-credit {
  position: absolute; right: 12px; bottom: 64px; z-index: 2;
  font-size: .72rem; color: rgba(255,255,255,.65);
}
.page-hero .hero-credit { bottom: 8px; }
.hero-credit a { color: rgba(255,255,255,.8); text-decoration: underline; }

.art-box.photo { background: #222; }
.art-box.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.art-box.photo::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(transparent 55%, rgba(0,0,0,.72));
}
.art-box.photo .art-caption { z-index: 2; }
.art-box.photo::after { z-index: 2; }
.credit { display: block; font-size: .72rem; opacity: .8; margin-top: 2px; }
.credit a { color: inherit; text-decoration: underline; }

.photo-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .3s; display: flex; flex-direction: column; }
.photo-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.photo-card .ph { aspect-ratio: 4/3; overflow: hidden; background: var(--gold-soft); }
.photo-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.photo-card:hover .ph img { transform: scale(1.05); }
.photo-card .body { padding: 22px 24px 20px; flex: 1; display: flex; flex-direction: column; }
.photo-card h3 { margin-bottom: .3em; }
.photo-card p { color: var(--muted); margin: 0 0 12px; }
.photo-card .credit { margin-top: auto; color: var(--muted); }

.dish-top.photo { height: 190px; padding: 0; overflow: hidden; }
.dish-top.photo img { width: 100%; height: 100%; object-fit: cover; }
.dish-body .credit { color: var(--muted); margin-top: 10px; }

.news-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-body .src { font-size: .82rem; color: var(--muted); margin-bottom: 10px; }

.fact-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.fact-list li { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: 10px; padding: 16px 18px; }
.fact-list b { display: block; font-family: var(--font-head); font-size: 1.5rem; color: var(--wine); line-height: 1.2; }
.fact-list span { color: var(--muted); font-size: .95rem; }

.names { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; list-style: none; padding: 0; margin: 0; }
.names li { background: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; font-weight: 600; }
.names li.lead { background: var(--wine); border-color: var(--wine); color: #fff; }
.names li small { font-weight: 400; opacity: .8; }

.src-table { width: 100%; border-collapse: collapse; background: var(--paper); border-radius: var(--radius); overflow: hidden; font-size: .95rem; }
.src-table th, .src-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.src-table th { background: var(--wine); color: #fff; font-weight: 700; }
.src-table td a { word-break: break-word; }
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); }

.notice { background: var(--gold-soft); border-radius: 12px; padding: 16px 20px; color: var(--wine-dark); font-size: .95rem; }
.notice a { font-weight: 700; }

@media (max-width: 640px) {
  .hero-credit { bottom: 56px; right: 8px; left: 8px; text-align: right; }
}
.photo-card .ph-letters { display: grid; place-items: center; background: linear-gradient(135deg, var(--wine), var(--wine-dark)); }
.photo-card .ph-letters .geo { color: var(--gold); font-size: 2.4rem; }
.g-item figcaption .credit, .g-item figcaption small a { color: #e8d8d4; }
.lb-caption a { color: #e8d8d4; text-decoration: underline; }

/* Dernek logosu */
.brand img { border-radius: 50%; background: #fff; object-fit: cover; }
.hero-emblem .emblem-cross img {
  width: 64%; height: auto; border-radius: 50%; background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.35); border: 4px solid rgba(212,165,74,.6);
}
