/* ========================================================================== 
   hakanaltun.io — Single Stylesheet
   --------------------------------------------------------------------------
   Built 2026-05-26. Restored as the single active CSS file on 2026-05-28.
   ========================================================================== */

/* ========================================================================== 
   1. Variables
   ========================================================================== */
:root {
  /* Dynamic Layout Variable */
  --pad: 40px;               /* Konteynerin yan boşlukları */

  /* Header / drawer dikey ritmi — tek kaynak (header ve drawer bandı buna bağlı) */
  --head-pad-top: 22px;      /* Header üst boşluğu */
  --head-pad-bottom: 20px;   /* Header alt boşluğu */
  --head-gap: 18px;          /* Başlık ile nav-bar arası boşluk */
  --head-band: 150px;        /* Drawer'daki yeşil pseudo-header — JS header yüksekliğine eşitler */
  --drawer-logo-mb: calc(var(--head-band) - 68px); /* İçeriğin band altında başlaması için */

  /* Surfaces */
  --bg: #FFFFFF;             /* Page background */
  --paper: #FFFFFF;          /* Cards, drawer, header overlay, hero quote */
  --surface-soft: #FAFAF8;   /* Image placeholder, very-slightly-tinted off-white */

  /* Brand */
  --petrol: #1E5552;         /* Primary petrol (titles, accents, hover) */
  --petrol-deep: #153F3D;    /* Brand mark */

  /* Text */
  --ink: #2F2B27;            /* Body text */
  --ink-soft: #403A34;       /* Slightly softer ink for paragraphs */
  --vizon: #8C867E;          /* Supporting text, meta, subtitles */

  /* Lines */
  --rule: #EEEAE4;
  --rule-strong: #D8D2C8;
  --rule-cream: #E4D8BE;     /* Soluk krem kart çerçevesi (kartlar, alıntı kartı, oklar) */

  /* Shadow */
  --shadow-card: 0 4px 16px rgba(47, 43, 39, 0.04);
  --shadow-card-hover: 0 16px 40px rgba(30, 85, 82, 0.08);
  --shadow-cover: 0 14px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);

  /* Footer */
  --footer-bg: #1E4F4C;
  --footer-text: #EDE4CF;
  --footer-muted: #A8B8B3;
}

/* ========================================================================== 
   2. Reset & Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 150px;
  background: var(--bg);
  overflow-x: clip;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 20px;
  line-height: 1.75;
  overflow-x: clip;
  position: relative;
}

::selection { background: var(--petrol); color: var(--paper); }
a { color: inherit; text-decoration: none; transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease; }

.container { max-width: 1040px; margin: 0 auto; padding: 0 var(--pad); position: relative; }

html.drawer-open, body.drawer-open { overflow: hidden; overscroll-behavior: none; }

/* ========================================================================== 
   3. Header
   ========================================================================== */
header {
  position: sticky; top: 0; z-index: 100;
  min-height: 92px;
  background: rgba(30, 79, 76, 0.88);
  backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid rgba(237, 228, 207, 0.22);
  transition: transform 0.3s ease, background 0.4s ease;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
header.header-hidden { transform: translateY(-100%); }
body.drawer-open header { z-index: 50; }

nav { display: flex; flex-direction: column; gap: var(--head-gap); padding: var(--head-pad-top) 0 var(--head-pad-bottom); }

.nav-top-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-home { display: flex; flex-direction: column; line-height: 1.1; padding-bottom: 2px; }
.brand-main { font-family: 'Cormorant Garamond', Georgia, serif; font-style: normal; font-size: clamp(2rem, 3.5vw, 2.8rem); color: var(--petrol-deep); }
.brand-sub { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem; font-style: italic; line-height: 1.05; color: var(--petrol); margin-top: 4px; }
.nav-right { display: flex; align-items: center; gap: 8px; }

header .brand-main, header .brand-sub,
header .hamburger-btn, header .header-share-btn, header .essay-share-btn { color: var(--footer-text); }
header .brand-sub { margin-top: 6px; }

.hamburger-btn, .header-share-btn, .essay-share-btn, .drawer-close {
  background: transparent; border: none; color: var(--petrol); padding: 6px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: opacity 0.2s ease;
}
.hamburger-btn svg, .header-share-btn svg, .essay-share-btn svg, .drawer-close svg { width: 22px; height: 22px; }
.hamburger-btn:hover, .header-share-btn:hover, .essay-share-btn:hover, .drawer-close:hover { opacity: 0.65; }
.hamburger-btn:focus, .header-share-btn:focus, .essay-share-btn:focus, .drawer-close:focus { outline: none; }
.hamburger-btn:focus-visible, .header-share-btn:focus-visible, .essay-share-btn:focus-visible, .drawer-close:focus-visible { outline: 2px solid var(--petrol); outline-offset: 2px; border-radius: 4px; }
header .hamburger-btn:focus-visible, header .header-share-btn:focus-visible, header .essay-share-btn:focus-visible { outline-color: var(--footer-text); }

.header-nav-bar { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 0; }
.header-nav-bar a {
  display: inline-flex; align-items: center; justify-content: center; padding: 8px 15px;
  border: 1px solid rgba(237, 228, 207, 0.76); border-radius: 8px; background: rgba(30, 79, 76, 0.14);
  font-size: 1.02rem; line-height: 1; color: var(--footer-text); box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.header-nav-bar a:hover { border-color: var(--footer-text); background: rgba(30, 79, 76, 0.28); color: var(--footer-text); box-shadow: none; transform: none; }

/* ========================================================================== 
   4. Drawer
   ========================================================================== */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.18); z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }

.site-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 210;
  width: 320px; max-width: min(88vw, 420px); height: 100dvh;
  padding: 24px 16px env(safe-area-inset-bottom, 24px);
  background: rgba(255, 255, 255, 0.985); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-left: 1px solid var(--rule); box-shadow: -4px 0 24px rgba(47, 43, 39, 0.08);
  display: flex; flex-direction: column; gap: 10px; overflow-y: auto; overscroll-behavior: contain;
  transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.site-drawer.open { transform: translateX(0); }
.site-drawer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: var(--head-band);
  background: rgba(30, 79, 76, 0.88);
  border-bottom: 1px solid rgba(237, 228, 207, 0.22);
  backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%);
  z-index: -1;
}
.drawer-close { position: absolute; top: 16px; right: 16px; z-index: 2; color: var(--footer-text); }

.drawer-logo-link { display: flex; flex-direction: column; gap: 4px; margin-bottom: var(--drawer-logo-mb); line-height: 1; position: relative; z-index: 1; background: transparent; }
.drawer-logo-link .brand-main { font-size: 1.85rem; color: var(--footer-text); white-space: nowrap; }
.drawer-logo-link .brand-sub { font-size: 1.15rem; color: var(--footer-text); margin-top: 2px; white-space: nowrap; }

.drawer-label { display: block; margin-top: 10px; font-size: 11px; color: var(--petrol); text-transform: uppercase; letter-spacing: 0.08em; }

.site-drawer a { color: var(--petrol); padding: 4px 0; font-size: 16px; }
.site-drawer a:hover { opacity: 0.8; }

.drawer-section-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 4px 0; }
.drawer-section-links a { display: block; padding: 10px 12px; border: 1px solid var(--rule-cream); border-radius: 10px; background: var(--paper); font-size: 14px; color: var(--petrol-deep); text-align: center; transition: border-color 0.2s ease; }
.drawer-section-links a:hover { border-color: var(--petrol); opacity: 1; }

.drawer-essay-cards { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 2px 0 8px; }
.drawer-essay-card-link { display: block; }
.drawer-essay-card-link:hover .drawer-essay-card { border-color: var(--petrol); box-shadow: 0 8px 22px rgba(47, 43, 39, 0.07); transform: translateY(-1px); }
.drawer-essay-card { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; padding: 10px; border: 1px solid var(--rule-cream); border-radius: 12px; background: var(--paper); box-shadow: 0 4px 16px rgba(47, 43, 39, 0.045); transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.drawer-essay-card img { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; border: 1px solid var(--rule-cream); display: block; }
.drawer-essay-card-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.drawer-essay-card-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.12rem; font-style: italic; font-weight: 500; line-height: 1.08; color: var(--petrol); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.drawer-essay-card-subtitle { font-size: 0.82rem; line-height: 1.25; color: var(--vizon); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.drawer-essay-card-meta { font-size: 0.76rem; line-height: 1.2; color: var(--vizon); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.drawer-essay-card--current { opacity: 0.58; cursor: default; border-color: var(--petrol); }
.drawer-book-card img { height: 96px; object-position: center top; }

/* ========================================================================== 
   5. Sections & Animated Dividers
   ========================================================================== */
section { position: relative; padding: 92px 0 82px; }

section:not(:first-of-type)::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(30, 85, 82, 0.6), transparent);
  box-shadow: 0 0 12px rgba(30, 85, 82, 0.2);
  transform: scaleX(0); transform-origin: center; opacity: 0;
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.2s ease;
}
section.line-drawn::before { transform: scaleX(1); opacity: 0.5; }

.section-head { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 2.6rem; }
.section-title { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: clamp(2.4rem, 4vw, 3.35rem); line-height: 1.02; letter-spacing: -0.01em; color: var(--petrol); }
.section-subtitle { font-style: italic; font-size: clamp(1.18rem, 1.55vw, 1.42rem); line-height: 1.42; color: var(--vizon); max-width: 680px; margin-top: 2px; }

/* FIX: "Unified by a corridor..." yazısı subtitle ile aynı boyuta getirildi */
.series-note { color: var(--vizon); font-style: italic; font-size: clamp(1.18rem, 1.55vw, 1.42rem); line-height: 1.42; margin-top: 16px; text-align: left; }

/* ========================================================================== 
   6. Hero Quotes
   ========================================================================== */
.hero-quotes-section { padding-top: 74px; margin-top: 0; }
.hero-quote-card { position: relative; min-height: 220px; padding: 38px 44px 34px; border-radius: 18px; border: 1px solid var(--rule-cream); background: var(--paper); box-shadow: 0 10px 28px rgba(47, 43, 39, 0.05); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-quote-card::before { content: '\201C'; position: absolute; left: 24px; top: 16px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 5rem; line-height: 1; color: rgba(30, 85, 82, 0.06); pointer-events: none; }

/* FIX: Quote text biraz küçültüldü ve italik yapıldı */
.hero-quote-text { font-family: 'EB Garamond', Georgia, serif; font-style: italic; font-size: clamp(1.3rem, 1.8vw, 1.85rem); line-height: 1.55; color: var(--vizon); max-width: 860px; min-height: 1.2em; }

.hero-quote-word { opacity: 0; transform: translateY(8px); display: inline-block; transition: opacity 0.55s ease, transform 0.55s ease; }
.hero-quote-word.word-visible { opacity: 1; transform: translateY(0); }
.hero-quote-source { opacity: 0; align-self: flex-end; text-align: right; margin-top: 18px; font-size: 1.15rem; line-height: 1.3; color: var(--petrol); transition: opacity 0.55s ease; }
.hero-quote-source.visible { opacity: 1; }
.hero-quote-source i { color: var(--petrol); font-style: italic; }
.quote-nav { position: absolute; left: 50%; bottom: 18px; display: flex; gap: 10px; opacity: 0; transform: translate(-50%, 6px); transition: opacity 0.2s ease, transform 0.2s ease; pointer-events: none; }
.quote-nav.quote-nav-visible { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
@media (hover: hover) { .hero-quote-card:hover .quote-nav { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; } }
.quote-nav-btn { width: 38px; height: 38px; border-radius: 999px; border: 1px solid var(--rule-cream); background: var(--paper); color: var(--petrol); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 12px rgba(47, 43, 39, 0.04); }
.quote-nav-btn:hover { border-color: var(--petrol); background: var(--paper); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(47, 43, 39, 0.08); }

/* ========================================================================== 
   7. Asym Cards
   ========================================================================== */
.asym-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; list-style: none; }
.span-12 { grid-column: span 12; } .span-8 { grid-column: span 8; } .span-7 { grid-column: span 7; } .span-6 { grid-column: span 6; } .span-5 { grid-column: span 5; } .span-4 { grid-column: span 4; } .span-3 { grid-column: span 3; }

.asym-card {
  display: flex; flex-direction: column; min-height: 100%;
  background: var(--paper); border: 1px solid var(--rule-cream); border-radius: 14px;
  overflow: hidden; box-shadow: var(--shadow-card);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.asym-card:hover { border-color: var(--petrol); box-shadow: var(--shadow-card-hover); transform: translateY(-4px); }
.asym-thumb-wrap { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--surface-soft); border-bottom: 1px solid var(--rule-cream); overflow: hidden; }
.asym-thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.asym-card:hover .asym-thumb { transform: scale(1.025); }

.asym-card-body { display: flex; flex-direction: column; gap: 10px; padding: 21px; flex: 1; background: var(--paper); }
.asym-kicker { font-style: italic; font-size: 0.95rem; color: var(--vizon); }
.asym-title { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: clamp(1.95rem, 2.4vw, 2.55rem); line-height: 1.08; color: var(--petrol); }
.asym-subtitle { font-style: italic; font-size: 1.16rem; line-height: 1.45; color: var(--vizon); }
.asym-meta { margin-top: auto; font-size: 1rem; color: var(--vizon); }

.asym-card.is-featured .asym-thumb-wrap { aspect-ratio: 16 / 8; }
.asym-card.is-featured .asym-title { font-size: clamp(2.35rem, 3vw, 3rem); }
.asym-card.is-featured .asym-subtitle { font-style: italic; }

/* ========================================================================== 
   8. Book & Moris & About
   ========================================================================== */
.book-grid { display: grid; grid-template-columns: minmax(180px, 260px) minmax(0, 1fr); gap: 42px; align-items: center; }
.book-cover-wrap { display: inline-block; align-self: start; line-height: 0; }
.book-cover-wrap::before, .book-cover-wrap::after { content: none; display: none; }
.book-cover { width: 100%; max-width: 240px; max-height: 360px; aspect-ratio: 2 / 3; object-fit: contain; display: block; margin: 0 auto; background: var(--paper); border: 1px solid var(--rule-cream); border-radius: 2px; box-shadow: var(--shadow-cover); }
.book-title { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: clamp(2.4rem, 4vw, 3.2rem); line-height: 1.05; margin-bottom: 18px; color: var(--petrol); }
.book-description { max-width: 720px; margin: 12px 0 24px; }
.book-description p { margin: 0 0 14px; font-size: 1.16rem; line-height: 1.68; color: var(--vizon); }
.book-description em { font-style: italic; color: var(--petrol); }
.book-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 20px; }
.book-links-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.book-links span { display: none; }
.book-links a { display: inline-flex; align-items: center; justify-content: center; padding: 7px 12px; border: 1px solid var(--rule-cream); border-radius: 8px; background: var(--paper); color: var(--petrol-deep); font-size: 1rem; line-height: 1; box-shadow: 0 4px 12px rgba(47, 43, 39, 0.03); transition: border-color 0.2s ease; }
.book-links a:hover { border-color: var(--petrol); }

.moris-card, .about-card { display: flex; flex-direction: column; gap: 24px; background: transparent; border: 0; padding-top: 0; }
.about-text p { font-size: 1.13rem; line-height: 1.68; color: var(--vizon); margin-bottom: 16px; }
.about-text p:last-child { margin-bottom: 0; }

.moris-video-col { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 420px; margin: 0 auto; }
.moris-video { width: 100%; aspect-ratio: 1 / 1; border: 1px solid var(--rule-cream); border-radius: 14px; background: #000; box-shadow: 0 12px 30px rgba(47, 43, 39, 0.055); overflow: hidden; position: relative; }
.moris-video-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.moris-video-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border-radius: 50%; border: none; background: rgba(30, 79, 76, 0.92); color: var(--footer-text); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.moris-video-play svg { width: 20px; height: 20px; fill: currentColor; margin-left: 2px; }
.moris-caption { margin: 12px auto 0; width: 100%; font-style: italic; font-size: 1.08rem; color: var(--vizon); text-align: center; }

.hero-author-row { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.profile-photo-small { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; object-position: center 20%; }
.about-name { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: 2rem; color: var(--petrol); }

/* ========================================================================== 
   9. Essay Pages
   ========================================================================== */
.essay-article { max-width: 760px; margin: 0 auto; }
.essay-header { padding: 48px 0 32px; }
.essay-header h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: 32px; line-height: 1.25; color: var(--petrol); margin-bottom: 12px; }
.essay-subtitle { font-size: 22px; font-style: italic; color: var(--vizon); margin-bottom: 20px; }
.essay-meta-info { font-size: 16px; color: var(--vizon); display: flex; flex-direction: column; gap: 4px; }
.essay-meta-top { display: flex; align-items: center; gap: 8px; }
.essay-meta-author { font-size: 15px; color: var(--vizon); }
.essay-number { display: inline-block; font-size: 15px; color: var(--petrol); background: var(--rule); padding: 4px 10px; border-radius: 4px; }
.essay-cover { width: 100%; border-radius: 6px; margin: 32px 0 40px; overflow: hidden; }
.essay-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; border: 1px solid var(--rule-cream); border-radius: 4px; }

/* Hidden cover image used solely for RSS feed enclosure (e.g. The Cove).
   The visible cover is rendered via layout; this img sits inline in body
   so feed readers pick it up, but is hidden from the page itself. */
.rss-cover-image { display: none; }
.essay-body { padding-bottom: 48px; }
.essay-body p { margin-bottom: 24px; color: var(--ink-soft); line-height: 1.85; }
.essay-body p:last-child { margin-bottom: 0; }
.essay-body h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: 28px; color: var(--petrol); margin: 40px 0 16px; padding-top: 20px; border-top: 1px solid var(--rule); }
.essay-body h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: 24px; color: var(--petrol); margin: 32px 0 12px; }
.essay-body blockquote { border-left: 2px solid var(--petrol); padding: 12px 0 12px 20px; margin: 28px 0; font-style: italic; font-size: 21px; color: var(--vizon); }
.essay-body em { font-style: italic; }
.essay-body strong, .essay-body b { font-weight: 500; }
.essay-body hr { border: none; height: 1px; background: linear-gradient(to right, transparent, var(--petrol) 20%, var(--petrol) 80%, transparent); opacity: 0.20; margin: 36px 0; }
.essay-body img { max-width: 100%; border: 1px solid var(--rule-cream); border-radius: 4px; margin: 24px 0; }
.essay-body ul, .essay-body ol { margin: 0 0 24px 24px; color: var(--ink-soft); }
.essay-body li { margin-bottom: 8px; }

.essay-section-divider { position: relative; height: 1px; margin: 48px 0; background: var(--rule); }
.essay-section-divider::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 1px; background: linear-gradient(to right, transparent, var(--petrol) 20%, var(--petrol) 80%, transparent); opacity: 0.50; transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
.essay-section-divider.line-drawn::before { width: 100%; }

.essay-nav { display: flex; justify-content: space-between; padding: 32px 0; gap: 20px; border-top: 1px solid var(--rule); }
.essay-nav a { font-size: 15px; color: var(--vizon); display: flex; flex-direction: column; gap: 2px; max-width: 45%; }
.essay-nav a:hover { color: var(--petrol); }
.essay-nav .nav-label { font-size: 12px; color: var(--petrol); text-transform: uppercase; letter-spacing: 0.08em; }
.essay-nav .nav-title { font-style: italic; }
.essay-nav .next { text-align: right; margin-left: auto; }
.essay-nav .next-series-link { color: var(--petrol); font-size: 16px; font-weight: 500; text-align: right; margin-left: auto; align-items: flex-end; }
.essay-nav .next-series-link:hover { opacity: 0.8; }

.series-nav, .fragments-nav { margin-top: 0; padding: 24px; border: 1px solid var(--rule-cream); border-radius: 8px; background: var(--paper); }
.series-nav-title { font-size: 13px; letter-spacing: 0.08em; margin-bottom: 14px; line-height: 1.4; }
.series-nav-title-on { color: var(--petrol); }
.series-nav-title-sub { color: var(--ink-soft); }
.series-nav-cards { display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-bottom: 4px; }
.series-nav-cards::-webkit-scrollbar { height: 3px; }
.series-nav-cards::-webkit-scrollbar-track { background: transparent; }
.series-nav-cards::-webkit-scrollbar-thumb { background: var(--rule); border-radius: 2px; }
.series-thumb-link { display: block; flex: 0 0 auto; scroll-snap-align: start; transition: opacity 0.2s ease; }
.series-thumb-link:hover { opacity: 0.7; }
.series-thumb-card { width: 80px; display: flex; flex-direction: column; gap: 5px; }
.series-thumb-card img { width: 80px; height: 58px; object-fit: cover; border-radius: 4px; border: 1px solid var(--rule); display: block; }
.series-thumb-img-placeholder { width: 80px; height: 58px; border-radius: 4px; border: 1px solid var(--rule); background: var(--rule); }
.series-thumb-card--current { opacity: 0.38; cursor: default; }
.series-thumb-card--current img { border-color: var(--petrol); }
.series-thumb-label { font-size: 10px; color: var(--ink-soft); line-height: 1.3; display: block; }
.series-thumb-num { color: var(--petrol); }

.more-essays { padding: 0; margin-top: 0; }
.more-essays-title { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: 32px; color: var(--petrol); margin-bottom: 18px; }
.more-essays-grid-hp { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; list-style: none; padding: 0; }
.more-essays-grid-hp li { padding: 0; margin: 0; }
.more-essays-grid-hp .essay-card { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; width: 100%; height: 100%; padding: 16px; border: 1px solid var(--rule-cream); border-radius: 8px; background: var(--paper); text-decoration: none; color: inherit; transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
.more-essays-grid-hp .essay-card:hover { border-color: var(--petrol); box-shadow: 0 8px 32px rgba(47, 43, 39, 0.05); transform: translateY(-4px); }
.more-essays-grid-hp .essay-thumb { width: 100%; height: 200px; object-fit: cover; border-radius: 4px; }
.more-essays-grid-hp .essay-card-text { flex: 1; display: flex; flex-direction: column; gap: 6px; width: 100%; }
.more-essays-grid-hp .essay-title { font-size: 20px; font-style: italic; font-weight: 400; color: var(--petrol); }
.more-essays-grid-hp .essay-card:hover .essay-title { opacity: 0.8; }
.more-essays-grid-hp .essay-card-subtitle { font-size: 15px; font-style: italic; color: var(--vizon); line-height: 1.5; }
.more-essays-grid-hp .essay-meta-wrapper { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: auto; padding-top: 12px; }
.more-essays-grid-hp .essay-meta { font-size: 13px; color: var(--vizon); }

/* ========================================================================== 
   10. Footer
   ========================================================================== */
footer { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: 40px; background: var(--footer-bg); color: var(--footer-text); font-family: 'EB Garamond', Georgia, serif; }
.footer-inner { max-width: 1040px; margin: 0 auto; padding: 56px var(--pad) 44px; }
.footer-home-link { display: inline-flex; flex-direction: column; gap: 5px; color: inherit; }
.footer-home-link:hover .footer-brand { text-decoration: underline; text-underline-offset: 4px; }
.footer-brand { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 1.5rem; line-height: 1.05; color: var(--footer-text); }
.footer-farewell { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 2rem; text-align: center; }
.footer-signature { text-align: center; margin-top: 6px; color: var(--footer-muted); }
.footer-rule { margin: 28px auto; border: 0; border-top: 1px solid rgba(237, 228, 207, 0.8); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.65fr) minmax(220px, 0.75fr); gap: 52px; }
.footer-col { position: relative; padding: 0; }
.footer-col + .footer-col { padding-left: 34px; border-left: 1px solid rgba(237, 228, 207, 0.32); }
.footer-col h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: 2rem; margin-bottom: 14px; color: var(--footer-text); }
.footer-subscribe-blurb { color: var(--footer-muted); max-width: 520px; }
.footer-subscribe-form { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; align-items: flex-end; }
.footer-subscribe-form label { display: block; width: 100%; font-size: 0.9rem; color: var(--footer-muted); }
.footer-subscribe-form input { flex: 1 1 250px; background: transparent; border: none; border-bottom: 1px solid rgba(237, 228, 207, 0.9); color: var(--footer-text); font: inherit; padding: 8px 0; }
.footer-subscribe-form input::placeholder { color: var(--footer-muted); }
.footer-subscribe-form button { padding: 8px 16px; background: transparent; border: 1px solid rgba(237, 228, 207, 0.85); color: var(--footer-text); font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 1.2rem; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; }
.footer-subscribe-form button:hover { background: var(--footer-text); color: var(--footer-bg); }
.footer-note { margin-top: 10px; font-size: 0.9rem; color: var(--footer-muted); }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: var(--footer-text); opacity: 0.88; line-height: 1.25; white-space: nowrap; }
.footer-col a:hover { opacity: 1; }
.footer-col a span { display: inline-block; margin-left: 6px; color: var(--footer-muted); transition: transform 0.2s ease; }
.footer-col a:hover span { transform: translateX(3px); }
.footer-rule-bottom { margin-top: 24px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(237, 228, 207, 0.6); }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.footer-meta, .footer-copy { color: var(--footer-muted); font-size: 0.95rem; }

/* ========================================================================== 
   11. Animations
   ========================================================================== */
.fade-in { opacity: 0; transform: translateY(12px); animation: fadeUp 0.6s ease forwards; }
.fade-in-delay { animation-delay: 0.15s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

/* ========================================================================== 
   12. Responsive (Variable Driven Layout)
   ========================================================================== */
@media (max-width: 1050px) {
  :root { --pad: 52px; }
}

@media (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  :root { --head-pad-bottom: 24px; }
  .asym-card.is-featured .asym-thumb-wrap { aspect-ratio: 16 / 9; }
}

@media (max-width: 900px) {
  :root { --pad: 28px; }
  .section-head { gap: 8px; margin-bottom: 2.2rem; }
  .book-grid { grid-template-columns: 1fr; gap: 26px; text-align: left; }
  .book-cover { max-width: 210px; max-height: 315px; margin: 0; }
  .footer-inner { padding: 56px var(--pad) 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-col + .footer-col { padding-left: 0; border-left: 0; padding-top: 26px; border-top: 1px solid rgba(237, 228, 207, 0.32); }
  .footer-col h3 { font-size: 1.65rem; margin-bottom: 12px; }
  .footer-col ul { gap: 12px; }
  .footer-subscribe-blurb { max-width: none; }
  .footer-subscribe-form { margin-top: 14px; }
  .footer-rule-bottom { margin-top: 28px; margin-bottom: 18px; }
}

@media (max-width: 768px) {
  .asym-grid { display: flex; flex-direction: column; gap: 24px; }
  .asym-grid > * { width: 100%; }

  .more-essays-grid-hp { grid-template-columns: 1fr; gap: 12px; }
  .more-essays-grid-hp .essay-card { display: grid; grid-template-columns: 84px 1fr; grid-template-rows: auto auto; gap: 6px 16px; padding: 12px; align-items: center; }
  .more-essays-grid-hp .essay-thumb { grid-column: 1 / 2; grid-row: 1 / 3; width: 100%; height: auto; aspect-ratio: 1; margin: 0; }
  .more-essays-grid-hp .essay-card-text { grid-column: 2 / 3; grid-row: 1 / 2; gap: 4px; }
  .more-essays-grid-hp .essay-meta-wrapper { grid-column: 2 / 3; grid-row: 2 / 3; padding-top: 0; justify-content: flex-start; }
  .more-essays-grid-hp .essay-title { font-size: 15px; line-height: 1.3; }
  .more-essays-grid-hp .essay-card-subtitle { font-size: 12px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .more-essays-grid-hp .essay-meta { font-size: 11px; }
  .essay-header h1 { font-size: 26px; }
  .essay-header { padding: 36px 0 24px; }
  .essay-body blockquote { font-size: 19px; }
  .essay-body h2 { font-size: 20px; }
  .essay-card-wrapper { padding: 24px 20px; }
  .essay-section-divider { margin: 36px 0; }
  .more-essays-title { font-size: 26px; }
}

@media (max-width: 600px) {
  :root { --pad: 20px; }
  body { font-size: 18px; }

  :root { --head-pad-bottom: 22px; }
  .brand-main { font-size: 1.85rem; white-space: nowrap; }
  .brand-sub { font-size: 1.15rem; white-space: nowrap; margin-top: 2px; }
  header .brand-sub { margin-top: 6px; }

  .footer-brand { font-size: 1.25rem; }
  .header-nav-bar { display: none; }
  section { padding-top: 72px; }
  .section-title { font-size: 2.55rem; }
  .section-subtitle { font-size: 1.08rem; line-height: 1.4; }

  .hero-quotes-section { padding-top: 44px; }
  .hero-quote-card { min-height: 190px; padding: 30px 26px 52px; border-radius: 16px; }
  .hero-quote-card::before { font-size: 4rem; left: 18px; top: 12px; }
  /* FIX: Mobil için Hero yazısı daha orantılı hale getirildi */
  .hero-quote-text { font-size: 1.2rem; line-height: 1.45; }
  .hero-quote-source { font-size: 1rem; }

  .asym-thumb-wrap { aspect-ratio: 16 / 9; }
  .asym-card:not(.is-featured) { display: grid; grid-template-columns: 88px 1fr; gap: 14px; align-items: center; padding: 12px; }
  .asym-card:not(.is-featured) .asym-thumb-wrap { width: 88px; height: 88px; aspect-ratio: 1 / 1; border: 1px solid var(--rule-cream); border-radius: 8px; border-bottom: 1px solid var(--rule-cream); margin: 0; }
  .asym-card:not(.is-featured) .asym-card-body { padding: 0; gap: 4px; min-width: 0; background: transparent; }
  .asym-card:not(.is-featured) .asym-kicker { display: none; }
  .asym-card:not(.is-featured) .asym-title { font-size: 1.35rem; line-height: 1.15; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .asym-card:not(.is-featured) .asym-subtitle { font-size: 0.92rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .asym-card:not(.is-featured) .asym-meta { font-size: 0.78rem; padding-top: 4px; margin-top: 0; }
  .asym-card.is-featured { padding-bottom: 14px; }

  .book-cover { max-width: 190px; max-height: 285px; box-shadow: 0 12px 20px rgba(0, 0, 0, 0.11), 0 4px 8px rgba(0, 0, 0, 0.05); }
  .book-description p { font-size: 1.05rem; line-height: 1.6; }

  .site-drawer { width: 280px; max-width: 76vw; }
  .drawer-essay-card { grid-template-columns: 56px 1fr; gap: 10px; padding: 9px; }
  .drawer-essay-card img { width: 56px; height: 56px; }
  .drawer-book-card img { height: 76px; }
  .drawer-essay-card-title { font-size: 1rem; }
  .drawer-essay-card-subtitle { font-size: 0.76rem; }

  .footer-inner { padding: 48px var(--pad) 44px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 420px) {
  :root { --pad: 32px; }
  .brand-main { font-size: 1.65rem; }
  .brand-sub { font-size: 1.05rem; }

  .essay-header h1 { font-size: 22px; }
  .more-essays-title { font-size: 22px; }
}

/* Mobil cihazların Landscape (Yatay) modunda navbar'ı gizler, header'ı bir tık toparlar */
@media (max-width: 950px) and (max-height: 500px) and (orientation: landscape) {
  .header-nav-bar { display: none; }
  :root { --head-pad-top: 18px; --head-pad-bottom: 16px; }
}

/* Telefonun yatay (landscape) modunda: yan yana 2'li, featured ayrımı yok, hepsi eşit 16/9 */
@media (max-width: 900px) and (orientation: landscape) {
  .asym-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .asym-grid > * { width: auto; grid-column: auto; }
  /* Featured kart da diğerleri gibi tek sütun, büyütme yok */
  .asym-item.is-featured-wrap { grid-column: auto; }

  .asym-card { display: flex; flex-direction: column; padding: 0; }
  .asym-card .asym-thumb-wrap,
  .asym-card.is-featured .asym-thumb-wrap {
    width: 100%; height: auto; aspect-ratio: 16 / 9;
    border: 0; border-bottom: 1px solid var(--rule); border-radius: 0; margin: 0;
  }
  .asym-card-body { padding: 16px; gap: 6px; }
  .asym-kicker { display: none; }
  .asym-title,
  .asym-card.is-featured .asym-title { font-size: 1.5rem; line-height: 1.12; }
  .asym-subtitle { font-size: 0.98rem; line-height: 1.35; }
  .asym-meta { font-size: 0.82rem; padding-top: 2px; }
}
