/*
Theme Name: Mehmet Kocabaş Jeo
Theme URI: https://mehmetkocabasjeo.com.tr
Author: Mehmet KOCABAŞ
Author URI: https://mehmetkocabasjeo.com.tr
Description: Mehmet KOCABAŞ Jeoloji Mühendisi kişisel blog teması. mehmetkocabasjeo.com.tr
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: mehmetkocabasjeo
Tags: blog, custom-colors, custom-logo, featured-images, one-column, two-columns
*/

/* ================================================================
   KOCABAŞ JEOLOJİ — Ana Stil Dosyası
   WordPress için özelleştirilmiş tema
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;1,8..60,300&family=JetBrains+Mono:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --sand: #E8DFC8;
  --sand-light: #F4EFE3;
  --sand-dark: #C9BA9B;
  --stone: #3D3730;
  --stone-mid: #6B5F52;
  --stone-light: #9E8E7C;
  --terra: #8B4513;
  --terra-light: #A0522D;
  --obsidian: #1A1410;
  --cream: #FDFAF4;
  --accent: #7C5C2E;
  --green-geo: #3D6B4F;
  --line: rgba(61,55,48,0.12);
  --line-strong: rgba(61,55,48,0.25);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Serif 4', Georgia, serif;
  background: var(--cream);
  color: var(--stone);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 300;
}

/* ── GENEL TİPOGRAFİ ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: var(--obsidian);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

a { color: var(--terra); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent); }

p { margin-bottom: 1.25rem; color: var(--stone-mid); }

img { max-width: 100%; height: auto; display: block; }

/* ════════════════════════════════════
   HEADER & NAVIGATION
   ════════════════════════════════════ */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(253,250,244,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s, background 0.3s;
}

/* WordPress admin bar uyumu */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

.site-header.scrolled {
  background: rgba(253,250,244,1);
  box-shadow: 0 2px 24px rgba(61,55,48,0.10);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* ── LOGO ── */
.header-brand { flex-shrink: 0; }

.header-logo {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  text-decoration: none;
  line-height: 1;
}

.logo-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--obsidian);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.logo-sep {
  color: var(--terra);
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0 0.1rem;
}

.logo-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--stone-light);
  white-space: nowrap;
}

/* ── MASAÜSTÜ MENÜ ── */
.primary-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0; padding: 0;
}

.nav-menu li { position: relative; }

.nav-menu > li > a {
  display: block;
  padding: 0.45rem 0.85rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--stone-mid);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
  line-height: 1;
}

.nav-menu > li > a:hover,
.nav-menu > li.current > a { color: var(--obsidian); }

/* Alt çizgi hover */
.nav-menu > li:not(.nav-cta) > a::after {
  content: '';
  display: block;
  height: 1.5px;
  background: var(--terra);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  margin-top: 3px;
}

.nav-menu > li:not(.nav-cta) > a:hover::after,
.nav-menu > li.current:not(.nav-cta) > a::after { transform: scaleX(1); }

/* CTA İletişim butonu */
.nav-menu li.nav-cta { margin-left: 0.75rem; }

.nav-menu li.nav-cta > a {
  background: var(--stone) !important;
  color: var(--cream) !important;
  padding: 0.6rem 1.2rem !important;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  transition: background 0.2s !important;
}

.nav-menu li.nav-cta > a:hover { background: var(--terra) !important; }
.nav-menu li.nav-cta > a::after { display: none !important; }

/* ── MOBİL HAMBURGER ── */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: none;
  border: 1px solid var(--line-strong);
  cursor: pointer;
  padding: 10px;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}

.mobile-toggle:hover {
  background: var(--sand);
  border-color: var(--sand-dark);
}

.mobile-toggle .bar {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--stone);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.mobile-toggle.active .bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mobile-toggle.active .bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mobile-toggle.active .bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── MOBİL DROPDOWN MENÜ ── */
.mobile-menu {
  display: none;
  position: fixed;
  left: 0; right: 0;
  top: 70px;
  background: var(--cream);
  border-bottom: 3px solid var(--terra);
  box-shadow: 0 12px 40px rgba(26,20,16,0.15);
  z-index: 999;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.admin-bar .mobile-menu { top: 102px; }
@media screen and (max-width: 782px) { .admin-bar .mobile-menu { top: 116px; } }

.mobile-menu.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 2rem 1rem;
}

.mobile-nav-list li { border-bottom: 1px solid var(--line); }
.mobile-nav-list li:last-child { border-bottom: none; }

.mobile-nav-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--stone);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}

.mobile-nav-list li a::before {
  content: '→';
  color: var(--terra);
  font-size: 10px;
  flex-shrink: 0;
}

.mobile-nav-list li a:hover { color: var(--terra); padding-left: 0.4rem; }

/* ── OKUMA ÇUBUĞU ── */
#reading-progress {
  position: fixed;
  top: 70px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--terra), var(--accent));
  transform-origin: left;
  transform: scaleX(0);
  z-index: 999;
  transition: transform 0.1s;
}

.admin-bar #reading-progress { top: 102px; }


/* ── CONTAINER ── */
.container,
.wp-site-blocks {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 3rem;
}

/* Hero padding-top = header yüksekliği */

/* ── HERO (Ön Sayfa) ── */
.hero-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 6rem;
}

.hero-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-tag::before {
  content: '';
  display: block;
  width: 40px; height: 1px;
  background: var(--accent);
}

.hero h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--obsidian);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.hero h1 em { font-style: italic; color: var(--terra); }

.hero-desc {
  font-size: 1.05rem;
  color: var(--stone-mid);
  max-width: 460px;
  margin-bottom: 2.5rem;
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line-strong);
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--obsidian);
  line-height: 1;
}

.stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--stone-light);
  margin-top: 4px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--stone);
  color: var(--cream) !important;
  padding: 0.9rem 2rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.25s, transform 0.2s;
  width: fit-content;
}

.hero-cta:hover { background: var(--terra); transform: translateX(3px); }

.hero-right {
  position: relative;
  overflow: hidden;
  background: #0D1B2A;
}

/* Dağ sahnesi SVG wrapper */
.hero-visual-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-scene-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fotoğraf rozeti — sol alt */
.hero-photo-badge {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(13,27,42,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(245,185,66,0.2);
  padding: 0.6rem 1rem 0.6rem 0.6rem;
  max-width: 240px;
}

.hero-photo-badge img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid rgba(245,185,66,0.5);
  flex-shrink: 0;
}

.hero-photo-label {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.photo-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #F5EDD0;
  line-height: 1.2;
}

.photo-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(245,185,66,0.7);
}

/* Eski strata stilleri (artık kullanılmıyor ama temiz kalsın) */
.hero-overlay-text { display: none; }
.stratum-label { display: flex; align-items: center; gap: 0.75rem; }
.stratum-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }


/* ── BÖLÜM GENEL ── */
.geo-section {
  padding: 6rem 0;
  border-top: 1px solid var(--line);
}

.geo-section.bg-sand { background: var(--sand-light); }
.geo-section.bg-dark { background: var(--obsidian); }

.section-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 30px; height: 1px;
  background: var(--accent);
}

.geo-section.bg-dark .section-label { color: var(--sand-dark); }
.geo-section.bg-dark .section-label::before { background: var(--sand-dark); }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  color: var(--obsidian);
  letter-spacing: -0.02em;
}

.geo-section.bg-dark .section-title { color: var(--sand); }

/* ── BLOG YAZILARI (WordPress loop) ── */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 3rem;
  background: var(--line);
}

article.post-card {
  background: var(--cream);
  padding: 2rem;
  transition: background 0.2s;
}

article.post-card:hover { background: var(--sand-light); }

.post-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1.25rem;
  overflow: hidden;
  background: var(--stone);
}

.post-thumbnail img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

article.post-card:hover .post-thumbnail img { transform: scale(1.04); }

.card-cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 0.6rem;
}

.card-cat a { color: var(--accent); }

.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--obsidian);
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.card-title a { color: var(--obsidian); }
.card-title a:hover { color: var(--terra); }

.card-excerpt {
  font-size: 0.88rem;
  color: var(--stone-mid);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.card-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--stone-light);
  letter-spacing: 0.05em;
}

/* ── TEK YAZI SAYFASI ── */
.single-post-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 8rem 3rem 6rem;
}

.single-post-wrap .post-header { margin-bottom: 3rem; }

.single-cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--green-geo);
  margin-bottom: 1rem;
  display: block;
}

.single-post-wrap h1.entry-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.entry-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--stone-light);
  letter-spacing: 0.05em;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line-strong);
  margin-bottom: 2.5rem;
}

.entry-content { font-size: 1.05rem; line-height: 1.85; }
.entry-content h2 { font-size: 1.6rem; margin: 2.5rem 0 1rem; }
.entry-content h3 { font-size: 1.3rem; margin: 2rem 0 0.75rem; }
.entry-content p { margin-bottom: 1.5rem; }
.entry-content img { border-radius: 2px; margin: 2rem 0; }
.entry-content blockquote {
  border-left: 3px solid var(--terra);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--stone-mid);
}

/* ── HAKKIMDA SAYFASI ── */
.about-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 5rem;
  align-items: start;
  margin-top: 3rem;
}

.portrait-frame {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--stone);
  overflow: hidden;
  position: relative;
}

.portrait-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
}

.portrait-accent {
  position: absolute;
  bottom: -20px; right: -20px;
  width: 80%; height: 80%;
  border: 2px solid var(--sand-dark);
  z-index: -1;
}

.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.expertise-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line-strong);
}

.expertise-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--stone-mid);
  padding: 0.4rem 0;
}

.expertise-dot {
  width: 5px; height: 5px;
  background: var(--terra);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── ARAZI NOTLARI ── */
.notes-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 3rem;
  background: rgba(255,255,255,0.08);
}

.note-card {
  background: rgba(26,20,16,0.6);
  padding: 1.75rem 1.5rem;
  border-left: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}

.note-card:hover {
  border-left-color: var(--terra-light);
  background: rgba(26,20,16,0.9);
}

.note-loc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--sand-dark);
  margin-bottom: 0.75rem;
}

.note-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--sand);
  line-height: 1.35;
  margin-bottom: 0.75rem;
  font-weight: 400;
}

.note-card p { font-size: 0.82rem; color: var(--stone-light); line-height: 1.65; }

/* ── KATEGORİLER ── */
.categories-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
}

.cat-box {
  background: var(--cream);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: background 0.2s;
}

.cat-box:hover { background: var(--sand); }
.cat-icon { font-size: 1.8rem; margin-bottom: 0.75rem; display: block; }
.cat-name { font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--stone); display: block; margin-bottom: 0.4rem; }
.cat-count { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--stone-light); }

/* ── NEWSLETTER / İLETİŞİM ── */
.newsletter-inner { max-width: 600px; margin: 0 auto; text-align: center; }
.newsletter-inner h2 { font-size: 2.2rem; margin-bottom: 1rem; }
.newsletter-inner p { margin-bottom: 2rem; }

.newsletter-form {
  display: flex;
  border: 1.5px solid var(--stone);
  background: var(--cream);
}

.newsletter-form input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 1rem 1.25rem;
  font-family: 'Source Serif 4', serif;
  font-size: 0.95rem;
  color: var(--obsidian);
  outline: none;
}

.newsletter-form button,
.newsletter-form input[type="submit"] {
  background: var(--stone);
  color: var(--cream);
  border: none;
  padding: 1rem 1.75rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background 0.2s;
}

.newsletter-form button:hover,
.newsletter-form input[type="submit"]:hover { background: var(--terra); }

/* ── WP COMMENTS ── */
.comments-area {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem;
  border-top: 1px solid var(--line);
}

.comment-list { list-style: none; }

.comment-body {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.comment-author { font-weight: 600; color: var(--obsidian); }
.comment-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--stone-light); margin-bottom: 0.75rem; }

/* ════════════════════════════════════
   FOOTER
   ════════════════════════════════════ */

#colophon {
  background: var(--obsidian);
  color: rgba(253,250,244,0.55);
  position: relative;
  overflow: hidden;
}

/* Jeolojik stratigrafi dekoratif çizgiler */
#colophon::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg,
    var(--terra) 0%,
    var(--accent) 35%,
    var(--sand-dark) 65%,
    var(--terra) 100%
  );
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 3rem 3rem;
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.2fr;
  gap: 3.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* Sol kolon — marka */
.footer-brand-col {}

.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 1.25rem;
}

.footer-logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sand-light);
  letter-spacing: -0.01em;
  line-height: 1;
}

.footer-logo-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--terra-light);
}

.footer-desc {
  font-size: 0.84rem;
  line-height: 1.75;
  color: rgba(253,250,244,0.45);
  margin-bottom: 1.75rem;
  max-width: 280px;
}

/* Sosyal linkler */
.footer-social {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(253,250,244,0.4);
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.2s;
}

.footer-social a:hover {
  color: var(--sand-light);
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
}

/* Footer kolonlar */
.footer-col {}

.footer-col-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--sand-dark);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-col ul {
  list-style: none;
  margin: 0; padding: 0;
}

.footer-col ul li {
  margin-bottom: 0.6rem;
}

.footer-col ul li a {
  font-size: 0.84rem;
  color: rgba(253,250,244,0.42);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-col ul li a:hover {
  color: var(--sand-light);
  padding-left: 0.4rem;
}

/* İletişim kolonu özel */
.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-contact-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-contact-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(253,250,244,0.3);
}

.footer-contact-value {
  font-size: 0.88rem;
  color: rgba(253,250,244,0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact-value:hover { color: var(--sand-light); }

.footer-phone-link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1rem;
  font-weight: 500;
  color: var(--terra-light) !important;
  letter-spacing: 0.05em;
}

.footer-phone-link:hover { color: var(--sand) !important; }

/* Alt bar */
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom-left {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(253,250,244,0.3);
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-bottom-right a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(253,250,244,0.25);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-bottom-right a:hover { color: rgba(253,250,244,0.6); }

.footer-geo-tag {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(253,250,244,0.2);
  letter-spacing: 0.05em;
}

.footer-geo-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--terra);
  flex-shrink: 0;
}

/* ── WP PAGİNATION ── */
.navigation.pagination {
  padding: 3rem 0;
  text-align: center;
}

.page-numbers {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  padding: 0.5rem 1rem;
  border: 1px solid var(--line-strong);
  color: var(--stone-mid);
  margin: 0 2px;
}

.page-numbers.current,
.page-numbers:hover {
  background: var(--stone);
  color: var(--cream);
  border-color: var(--stone);
}

/* ── SIDEBAR (Widget Alanı) ── */
.widget-area {
  padding: 2rem;
  background: var(--sand-light);
  border-left: 1px solid var(--line);
}

.widget-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 1rem;
}

/* ════════════════════════════════════
   MOBİL UYUM
   ════════════════════════════════════ */

/* Tablet */
@media (max-width: 1024px) {
  .header-inner { padding: 0 2rem; }
  .nav-menu li a { padding: 0.5rem 0.7rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; padding: 3rem 2rem 2.5rem; }
  .footer-bottom { padding: 1.25rem 2rem; }
}

/* Mobil menü başlasın */
@media (max-width: 860px) {
  .primary-nav { display: none; }
  .mobile-toggle { display: flex; }
  .mobile-menu { display: block; position: fixed; top: 70px; }

  .hero-section { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 5rem 2rem 3rem; }
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .notes-strip { grid-template-columns: 1fr 1fr; }
  .categories-row { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; padding: 2.5rem 1.5rem 2rem; }
  .footer-bottom { padding: 1.25rem 1.5rem; flex-direction: column; gap: 0.75rem; text-align: center; }
  .footer-geo-tag { justify-content: center; }
  .footer-bottom-right { justify-content: center; }
  .container, .footer-bottom { padding: 0 1.5rem; }
  .header-inner { padding: 0 1.5rem; }
  .mobile-nav-list { padding: 0.5rem 1.5rem; }
}

/* Küçük mobil */
@media (max-width: 600px) {
  .posts-grid { grid-template-columns: 1fr; }
  .notes-strip { grid-template-columns: 1fr; }
  .categories-row { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-left { padding: 5rem 1.5rem 3rem; }
  .single-post-wrap { padding: 6rem 1.5rem 4rem; }
  .logo-title { display: none; }
  .logo-sep { display: none; }
  .logo-name { font-size: 1rem; }
  .footer-desc { max-width: 100%; }
}


/* ── ANİMASYONLAR ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-left > * {
  animation: fadeUp 0.8s ease both;
}

.hero-left > *:nth-child(1) { animation-delay: 0.1s; }
.hero-left > *:nth-child(2) { animation-delay: 0.25s; }
.hero-left > *:nth-child(3) { animation-delay: 0.4s; }
.hero-left > *:nth-child(4) { animation-delay: 0.55s; }
.hero-left > *:nth-child(5) { animation-delay: 0.7s; }

/* ════════════════════════════════════
   SAYFA GEÇİŞ EFEKTLERİ
   Tüm link ve eleman geçişleri
   ════════════════════════════════════ */

/* ── SAYFA YÜKLEME ANİMASYONU ── */
@keyframes pageReveal {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.site-main {
  animation: pageReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ── GLOBAL GEÇİŞ OVERLAY (sayfa değişimi) ── */
#page-transition {
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#page-transition.fade-out {
  opacity: 1;
  pointer-events: auto;
}

/* ── TÜM LİNKLER ── */
a {
  transition: color 0.22s ease, opacity 0.22s ease,
              background 0.22s ease, border-color 0.22s ease,
              box-shadow 0.22s ease !important;
}

/* ── KARTLAR ── */
.post-card {
  transition: background 0.28s ease, transform 0.28s ease,
              box-shadow 0.28s ease !important;
}

.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(61,55,48,0.08);
}

.post-card .post-thumbnail img {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.post-card:hover .post-thumbnail img {
  transform: scale(1.05) !important;
}

/* ── ARAZI NOTLARI ── */
.note-card {
  transition: border-color 0.25s ease, background 0.25s ease,
              transform 0.25s ease !important;
}

.note-card:hover {
  transform: translateX(4px);
}

/* ── KATEGORİ KUTULARI ── */
.cat-box {
  transition: background 0.25s ease, transform 0.25s ease,
              box-shadow 0.25s ease !important;
}

.cat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(61,55,48,0.1);
}

/* ── HERO CTA BUTONU ── */
.hero-cta {
  transition: background 0.25s ease, transform 0.2s ease,
              box-shadow 0.25s ease !important;
}

.hero-cta:hover {
  transform: translateX(5px);
  box-shadow: 4px 0 20px rgba(139,69,19,0.25);
}

/* ── FOOTER SOSYAL LİNKLER ── */
.footer-social a {
  transition: color 0.2s ease, border-color 0.2s ease,
              background 0.2s ease, transform 0.2s ease !important;
}

.footer-social a:hover {
  transform: translateY(-2px);
}

/* ── FOOTER KOL LİNKLER ── */
.footer-col ul li a {
  transition: color 0.2s ease, padding-left 0.22s ease !important;
}

/* ── BÖLÜM GİRİŞ ANİMASYONLARI (Intersection Observer) ── */
.geo-section,
.hero-stats,
.about-grid,
.notes-strip,
.categories-row,
.newsletter-inner {
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-animate {
  opacity: 0;
  transform: translateY(24px);
}

.section-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ── FOTOĞRAF ROZETİ ── */
.hero-photo-badge {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.hero-photo-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

/* ── NAV MENÜ GEÇİŞİ ── */
.nav-menu > li > a {
  transition: color 0.2s ease !important;
  position: relative;
}

/* Aktif sayfa vurgusu */
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current_page_item > a {
  color: var(--obsidian) !important;
}

.nav-menu > li.current-menu-item > a::after,
.nav-menu > li.current_page_item > a::after {
  transform: scaleX(1) !important;
}

/* ── SCROLL BAR ÖZELLEŞTIRME ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb {
  background: var(--sand-dark);
  border-radius: 3px;
  transition: background 0.2s;
}
::-webkit-scrollbar-thumb:hover { background: var(--stone-mid); }

/* ── SEÇİM RENGİ ── */
::selection {
  background: var(--terra);
  color: var(--cream);
}

