@charset "UTF-8";
/* ==========================================================================
   hasancoban.com — modern arayüz
   Tek stil dosyası: tasarım belirteçleri (design tokens), yerleşim,
   bileşenler ve eski (FrontPage/Word çıkışlı) içerik için "prose" katmanı.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1) BELİRTEÇLER
   Açık tema kök seviyede tam olarak tanımlanır; koyu tema yalnızca
   değişen değerleri geçersiz kılar.
   -------------------------------------------------------------------------- */
:root {
  /* Renk */
  --bg:            #f7f5f1;
  --bg-alt:        #efece6;
  --surface:       #ffffff;
  --surface-2:     #faf8f5;
  --ink:           #1c2430;
  --ink-soft:      #4a5568;
  --ink-faint:     #78849a;
  --line:          #e2ddd4;
  --line-strong:   #cdc5b8;

  --brand:         #14456f;
  --brand-deep:    #0d3050;
  --brand-soft:    #e8f0f7;
  --brand-ink:     #ffffff;

  --accent:        #a8571f;
  --accent-soft:   #fbf0e6;

  --focus:         #c0421b;

  /* Ölçü */
  --wrap:          1180px;
  --wrap-narrow:   860px;
  --radius:        14px;
  --radius-sm:     9px;
  --radius-lg:     22px;

  /* Gölge */
  --shadow-sm:  0 1px 2px rgba(18, 32, 48, .06), 0 1px 3px rgba(18, 32, 48, .05);
  --shadow:     0 2px 4px rgba(18, 32, 48, .05), 0 8px 22px rgba(18, 32, 48, .07);
  --shadow-lg:  0 8px 20px rgba(18, 32, 48, .09), 0 24px 56px rgba(18, 32, 48, .12);

  /* Yazı */
  --font-sans: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;

  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg:          #12161c;
    --bg-alt:      #171c24;
    --surface:     #1a2029;
    --surface-2:   #1f2630;
    --ink:         #e8eaee;
    --ink-soft:    #aeb7c4;
    --ink-faint:   #7f8b9c;
    --line:        #2b333f;
    --line-strong: #3b4553;

    --brand:       #6fa8dc;
    --brand-deep:  #9cc4e8;
    --brand-soft:  #1c2836;
    --brand-ink:   #0d1520;

    --accent:      #e0a06a;
    --accent-soft: #2a2118;

    --focus:       #ff8a5c;

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, .34);
    --shadow:    0 2px 6px rgba(0, 0, 0, .34), 0 10px 26px rgba(0, 0, 0, .32);
    --shadow-lg: 0 10px 28px rgba(0, 0, 0, .42), 0 28px 64px rgba(0, 0, 0, .46);

    color-scheme: dark;
  }
}

:root[data-theme="dark"] {
  --bg:          #12161c;
  --bg-alt:      #171c24;
  --surface:     #1a2029;
  --surface-2:   #1f2630;
  --ink:         #e8eaee;
  --ink-soft:    #aeb7c4;
  --ink-faint:   #7f8b9c;
  --line:        #2b333f;
  --line-strong: #3b4553;

  --brand:       #6fa8dc;
  --brand-deep:  #9cc4e8;
  --brand-soft:  #1c2836;
  --brand-ink:   #0d1520;

  --accent:      #e0a06a;
  --accent-soft: #2a2118;

  --focus:       #ff8a5c;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .34);
  --shadow:    0 2px 6px rgba(0, 0, 0, .34), 0 10px 26px rgba(0, 0, 0, .32);
  --shadow-lg: 0 10px 28px rgba(0, 0, 0, .42), 0 28px 64px rgba(0, 0, 0, .46);

  color-scheme: dark;
}


/* --------------------------------------------------------------------------
   2) TEMEL
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; }

a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--accent); }

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: 4px;
}

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.22;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}

hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }
.wrap-narrow { max-width: var(--wrap-narrow); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 12px 18px;
  background: var(--brand);
  color: var(--brand-ink);
  border-radius: 0 0 var(--radius-sm) 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}


/* --------------------------------------------------------------------------
   3) BAŞLIK & GEZİNTİ
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
@supports not (backdrop-filter: blur(1px)) {
  .site-header { background: var(--surface); }
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 70px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  flex: 0 0 auto;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  flex: 0 0 auto;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .5px;
}
:root[data-theme="dark"] .brand-mark,
:root:not([data-theme="light"]) .brand-mark { color: var(--brand-ink); }

.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.015em;
}
.brand-tag {
  font-size: 11.5px;
  color: var(--ink-faint);
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* ---- Ana menü (masaüstü) ---- */
.nav { margin-left: auto; }

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

.nav-item { position: relative; }

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 0;
  border-radius: 9px;
  background: none;
  color: var(--ink-soft);
  font: inherit;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease;
}
.nav-link:hover { background: var(--brand-soft); color: var(--brand); }
.nav-item.is-open > .nav-link { background: var(--brand-soft); color: var(--brand); }
.nav-link[aria-current="page"] { color: var(--brand); font-weight: 600; }

.caret {
  width: 7px; height: 7px;
  border: solid currentColor;
  border-width: 0 1.6px 1.6px 0;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
  opacity: .65;
  flex: 0 0 auto;
}
.nav-item.is-open > .nav-link .caret { transform: translateY(1px) rotate(-135deg); }

/* Açılır panel */
.nav-panel {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 110;
  min-width: 290px;
  max-width: min(94vw, 620px);
  padding: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.nav-item.is-open > .nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Panel ile bağlantı arasındaki boşlukta fare kaybolmasın */
.nav-item.has-panel::after {
  content: "";
  position: absolute;
  inset: 100% 0 auto 0;
  height: 12px;
}

.nav-item:first-child > .nav-panel { left: 0; right: auto; }

.panel-cols { display: flex; gap: 6px; }
.panel-col { min-width: 250px; flex: 1; }

.panel-title {
  margin: 6px 10px 4px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.panel-list { list-style: none; margin: 0; padding: 0; }

.panel-link {
  display: block;
  padding: 9px 11px;
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .14s ease, color .14s ease;
}
.panel-link:hover { background: var(--brand-soft); color: var(--brand); }
.panel-link .meta {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--ink-faint);
}
.panel-link:hover .meta { color: var(--brand); }
.panel-sep { height: 1px; margin: 6px 10px; background: var(--line); }

/* ---- Başlık düğmeleri ---- */
.header-tools { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }

.icon-btn {
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink-soft);
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}
.icon-btn:hover { background: var(--brand-soft); color: var(--brand); border-color: var(--brand-soft); }
.icon-btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.theme-btn .moon { display: none; }
:root[data-theme="dark"] .theme-btn .sun,
:root:not([data-theme="light"]) .theme-btn .sun { display: none; }
:root[data-theme="dark"] .theme-btn .moon,
:root:not([data-theme="light"]) .theme-btn .moon { display: block; }
@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) .theme-btn .sun  { display: block; }
  :root:not([data-theme="dark"]) .theme-btn .moon { display: none; }
}

.menu-btn { display: none; }


/* --------------------------------------------------------------------------
   4) MOBİL ÇEKMECE
   -------------------------------------------------------------------------- */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
}
.drawer.is-open { display: block; }

.drawer-scrim {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 26, .45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  animation: fade .2s ease;
}
@keyframes fade { from { opacity: 0; } }

.drawer-panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(400px, 88vw);
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  animation: slide .24s cubic-bezier(.22, .8, .3, 1);
}
@keyframes slide { from { transform: translateX(100%); } }

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  flex: 0 0 auto;
}
.drawer-title { font-family: var(--font-serif); font-size: 17px; font-weight: 600; }

.drawer-body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 12px 28px;
  overscroll-behavior: contain;
}

.drawer-body ul { list-style: none; margin: 0; padding: 0; }
.drawer-body > ul > li + li { border-top: 1px solid var(--line); }

.drawer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  padding: 12px 12px;
  border: 0;
  border-radius: var(--radius-sm);
  background: none;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.drawer-row:hover { background: var(--brand-soft); color: var(--brand); }
.drawer-row .caret { width: 8px; height: 8px; border-width: 0 2px 2px 0; }
.drawer-row[aria-expanded="true"] { color: var(--brand); }
.drawer-row[aria-expanded="true"] .caret { transform: translateY(1px) rotate(-135deg); }

.drawer-sub { display: none; padding: 0 0 10px 10px; border-left: 2px solid var(--line); margin-left: 12px; }
.drawer-sub.is-open { display: block; }
.drawer-sub a {
  display: block;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
}
.drawer-sub a:hover { background: var(--brand-soft); color: var(--brand); }
.drawer-sub .panel-title { margin: 10px 12px 2px; }

/* Alt açıklama satırı (çekmecede bağlantılar .panel-link sınıfını almaz) */
.drawer-sub .meta {
  display: block;
  margin-top: 2px;
  color: var(--ink-faint);
  font-size: 12.5px;
  font-weight: 400;
}
.drawer-sub a { flex-direction: column; align-items: flex-start; }

body.no-scroll { overflow: hidden; }


/* --------------------------------------------------------------------------
   5) HERO
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 92px) 0 clamp(40px, 6vw, 72px);
  background:
    radial-gradient(1100px 420px at 78% -12%, var(--brand-soft), transparent 62%),
    linear-gradient(180deg, var(--bg-alt), var(--bg));
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 5px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.hero h1 {
  font-size: clamp(2.3rem, 5.2vw, 3.6rem);
  margin-bottom: .35em;
}

.hero-lede {
  max-width: 46ch;
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
}

.hero-quote {
  margin: 0 0 30px;
  padding-left: 20px;
  border-left: 3px solid var(--accent);
  font-family: var(--font-serif);
  font-size: clamp(1.06rem, 1.8vw, 1.3rem);
  font-style: italic;
  line-height: 1.5;
  color: var(--ink);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-portrait {
  position: relative;
  justify-self: center;
  max-width: 340px;
  width: 100%;
}
.hero-portrait img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: block;
}
.hero-portrait figcaption {
  margin-top: 14px;
  text-align: center;
  font-size: 13.5px;
  color: var(--ink-faint);
}


/* --------------------------------------------------------------------------
   6) DÜĞMELER
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .14s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease, color .16s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.btn-primary { background: var(--brand); color: var(--brand-ink); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--brand-deep); color: var(--brand-ink); box-shadow: var(--shadow); }

.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--brand-soft); color: var(--brand); border-color: var(--brand-soft); }


/* --------------------------------------------------------------------------
   7) BÖLÜMLER
   -------------------------------------------------------------------------- */
.section { padding: clamp(48px, 7vw, 84px) 0; }
.section-alt { background: var(--bg-alt); border-block: 1px solid var(--line); }

.section-head { max-width: 62ch; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head.center { margin-inline: auto; text-align: center; }

.section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section h2 { font-size: clamp(1.65rem, 3.2vw, 2.25rem); }
.section-sub { margin: 0; color: var(--ink-soft); }


/* --------------------------------------------------------------------------
   8) KARTLAR
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: clamp(18px, 2.4vw, 26px); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }

.card {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.4vw, 28px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.card > :last-child { margin-bottom: 0; }
.card h3 { font-size: 1.22rem; }
.card p { color: var(--ink-soft); margin: 0 0 1em; }

a.card, .card-link { text-decoration: none; color: inherit; }
a.card:hover, .card.is-hoverable:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--line-strong);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  flex: 0 0 auto;
}
.card-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.card-more {
  margin-top: auto;
  padding-top: 14px;
  color: var(--brand);
  font-size: 14.5px;
  font-weight: 600;
}
.card-more::after { content: " →"; }

/* Kitap kartı */
.book-card {
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
  padding: clamp(20px, 2.6vw, 30px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.book-cover {
  margin: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--surface-2);
}
.book-cover img { display: block; width: 100%; }
.book-body > :first-child { margin-top: 0; }
.book-body > :last-child { margin-bottom: 0; }
.book-body h3 { font-size: 1.4rem; margin-bottom: .35em; }
.book-meta {
  margin: 0 0 14px;
  color: var(--ink-faint);
  font-size: 13.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
}
.book-body p { color: var(--ink-soft); }

/* Makale listesi */
.article-list { display: grid; gap: 14px; list-style: none; margin: 0; padding: 0; }
.article-item {
  padding: clamp(16px, 2vw, 22px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: transform .16s ease, box-shadow .18s ease;
}
.article-item:hover { transform: translateX(2px); box-shadow: var(--shadow); }
.article-item h3 { font-size: 1.1rem; margin-bottom: .4em; }
.article-item h3 a { text-decoration: none; }
.article-item h3 a:hover { text-decoration: underline; }
.article-item p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }
.article-item p + p { margin-top: .6em; }

/* Alıntı bloğu */
.pullquote {
  margin: 0;
  padding: clamp(26px, 4vw, 40px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.pullquote p {
  margin: 0 0 1em;
  font-family: var(--font-serif);
  font-size: clamp(1.02rem, 1.5vw, 1.14rem);
  line-height: 1.7;
  text-align: justify;
  hyphens: auto;
}
.pullquote footer { color: var(--ink-faint); font-size: 14px; }

/* Yazar kartı */
.author-card { text-align: center; align-items: center; }
.author-photo {
  width: 132px; height: 132px;
  margin: 0 auto 16px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow);
  border: 3px solid var(--surface);
}
.social-row { display: flex; justify-content: center; gap: 10px; margin-top: 4px; }
.social-btn {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink-soft);
  transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}
.social-btn:hover { background: var(--brand-soft); color: var(--brand); border-color: var(--brand-soft); }
.social-btn svg { width: 18px; height: 18px; fill: currentColor; }

/* Etiket */
.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}


/* --------------------------------------------------------------------------
   9) İÇ SAYFA BAŞLIĞI
   -------------------------------------------------------------------------- */
.page-hero {
  padding: clamp(38px, 5.5vw, 66px) 0 clamp(30px, 4vw, 46px);
  background:
    radial-gradient(900px 340px at 76% -20%, var(--brand-soft), transparent 60%),
    linear-gradient(180deg, var(--bg-alt), var(--bg));
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(1.95rem, 4.2vw, 2.9rem); margin-bottom: .3em; }
.page-hero .hero-lede { margin-bottom: 0; }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 13.5px;
  color: var(--ink-faint);
}
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.crumbs a:hover { color: var(--brand); text-decoration: underline; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--line-strong); }


/* --------------------------------------------------------------------------
   10) PROSE — eski (FrontPage / Word çıkışlı) içerik katmanı
   Eski sayfaların gövdesi olduğu gibi taşınır; buradaki kurallar onu
   modern tipografiye oturtur ve kalan sunum etiketlerini etkisizleştirir.
   -------------------------------------------------------------------------- */
.prose {
  max-width: 74ch;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
}
.prose.prose-wide { max-width: none; }

.prose p { margin: 0 0 1.15em; }
.prose h1, .prose h2, .prose h3, .prose h4 { margin: 1.9em 0 .55em; }
.prose h1 { font-size: 1.9rem; }
.prose h2 { font-size: 1.5rem; }
.prose h3 { font-size: 1.24rem; }
.prose > :first-child { margin-top: 0; }

.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 1.4em; }
.prose li { margin-bottom: .4em; }

.prose blockquote {
  margin: 1.6em 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--accent);
  color: var(--ink-soft);
  font-family: var(--font-serif);
  font-style: italic;
}

.prose img { border-radius: var(--radius-sm); }

.prose a { color: var(--brand); }
.prose a:hover { color: var(--accent); }

/* Eski sunum etiketlerini nötrle: renk/yazı tipi belirteçlerden gelsin */
.prose font { font-family: inherit !important; font-size: inherit !important; color: inherit !important; }
.prose [style*="font-family"] { font-family: inherit !important; }
.prose [style*="font-size"] { font-size: inherit !important; }
.prose [bgcolor] { background: none !important; }
.prose center { text-align: left; }
.prose [align="justify"] { text-align: justify; hyphens: auto; }

/* Word çıkışının boş paragrafları */
.prose p:empty { display: none; }

/* Şiir / dizeler */
.verse {
  font-family: var(--font-serif);
  font-size: 1.06rem;
  line-height: 1.9;
  white-space: pre-line;
}


/* --------------------------------------------------------------------------
   11) TABLOLAR (gerçek veri tabloları)
   -------------------------------------------------------------------------- */
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 1.6em;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15.5px;
}
.data-table caption {
  padding: 14px 18px;
  text-align: left;
  color: var(--ink-faint);
  font-size: 13.5px;
}
.data-table th, .data-table td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.data-table thead th {
  position: sticky;
  top: 0;
  background: var(--surface-2);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 2px solid var(--line-strong);
  z-index: 1;
}
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody tr:hover { background: var(--surface-2); }

/* Bulunamayan (404) bağlantılar için işaret */
.is-missing { color: var(--ink-faint) !important; text-decoration: line-through; cursor: not-allowed; }
.is-missing::after {
  content: " (dosya yok)";
  font-size: .8em;
  text-decoration: none;
  display: inline-block;
}


/* --------------------------------------------------------------------------
   12) ALT BİLGİ
   -------------------------------------------------------------------------- */
.site-footer {
  padding: clamp(44px, 6vw, 68px) 0 28px;
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 15px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(auto-fit, minmax(160px, 1fr));
  gap: clamp(26px, 4vw, 48px);
  margin-bottom: 34px;
}
.footer-brand p { max-width: 40ch; margin: 14px 0 0; }
.footer-col h3 {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 14px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: var(--ink-soft); text-decoration: none; }
.footer-col a:hover { color: var(--brand); text-decoration: underline; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--ink-faint);
}


/* --------------------------------------------------------------------------
   13) YUKARI ÇIK
   -------------------------------------------------------------------------- */
.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--brand);
  box-shadow: var(--shadow);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--brand); color: var(--brand-ink); border-color: var(--brand); }
.to-top svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }


/* --------------------------------------------------------------------------
   14) DUYARLI KIRILMALAR
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .nav { display: none; }
  .menu-btn { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-portrait { max-width: 280px; justify-self: start; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  html { scroll-padding-top: 78px; }
  .header-inner { min-height: 62px; }
  .brand-tag { display: none; }
  .book-card { grid-template-columns: 1fr; }
  .book-cover { max-width: 210px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-portrait { justify-self: center; }
  .to-top { right: 14px; bottom: 14px; }
  .prose { font-size: 16.5px; }
}

@media (max-width: 460px) {
  .wrap { padding-inline: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}


/* --------------------------------------------------------------------------
   15) HAREKET AZALTMA & BASKI
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .site-header, .drawer, .to-top, .hero-actions, .site-footer { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .card, .book-card, .pullquote, .article-item, .table-wrap { box-shadow: none; border-color: #ccc; }
  a { color: #000; }
  .prose { max-width: none; }
}
