/* ==========================================================================
   İslami Hareket — site stilleri
   Konsept: yedi bölümlük bir manifesto. Derin orman yeşili, parşömen ve altın;
   İslami geometrik desen, klasik serif başlıklar.
   ========================================================================== */

:root {
  --ink: #0b1a15;
  --ink-2: #10241d;
  --forest: #123427;
  --forest-2: #1a4535;
  --emerald: #2a7556;
  --emerald-2: #3b9670;
  --paper: #f5efe4;
  --paper-2: #ece3d3;
  --paper-3: #e0d3bc;
  --gold: #a57f40;
  --gold-2: #d6b676;
  --gold-3: #ecd9ad;
  --text: #18221d;
  --muted: #5a655f;
  --line: rgba(24, 34, 29, .14);
  --line-2: rgba(24, 34, 29, .08);
  --line-light: rgba(239, 231, 216, .14);
  --on-dark: #efe7d8;
  --on-dark-muted: rgba(239, 231, 216, .68);
  --danger: #b4442f;

  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  --arabic: "Amiri", "Traditional Arabic", "Times New Roman", serif;

  --gutter: clamp(1.25rem, 4vw, 3rem);
  --container: 1240px;
  --header-h: 84px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --dir: 1;
  --pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cg fill='none' stroke='%23d6b676' stroke-width='1'%3E%3Cpath d='M24 24h40v40H24z'/%3E%3Cpath d='M44 15.7 72.3 44 44 72.3 15.7 44z'/%3E%3Cpath d='M44 0v15.7M44 72.3V88M0 44h15.7M72.3 44H88M0 0l24 24M88 0 64 24M0 88l24-24M88 88 64 64'/%3E%3C/g%3E%3C/svg%3E");
}

html[dir="rtl"] { --dir: -1; }
html[lang="ar"] {
  --serif: "Amiri", "Traditional Arabic", serif;
  --sans: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
}

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1.5rem); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font: 400 1rem/1.7 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
html[lang="ar"] body { font-size: 1.06rem; line-height: 1.9; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
::selection { background: var(--gold-2); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; }
body.menu-open { overflow: hidden; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link {
  position: fixed; top: .75rem; inset-inline-start: .75rem; z-index: 100;
  background: var(--gold-2); color: var(--ink); padding: .65rem 1.1rem; font-weight: 600; text-decoration: none;
  transform: translateY(-220%); transition: transform .3s var(--ease);
}
.skip-link:focus { transform: none; }

.icon { width: 1.1em; height: 1.1em; flex: none; }
.icon-arrow { transform: scaleX(var(--dir)); transition: transform .35s var(--ease); }

/* ---------- Tipografik parçalar ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .85rem;
  margin: 0 0 1.6rem;
  font: 600 .74rem/1.2 var(--sans); letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-2);
}
.eyebrow-line { width: 2.5rem; height: 1px; background: currentColor; opacity: .75; flex: none; }
.eyebrow--dark { color: var(--gold); }
html[lang="ar"] .eyebrow { letter-spacing: 0; font-size: .98rem; text-transform: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .75rem;
  padding: 1.05rem 1.65rem;
  font: 600 .92rem/1 var(--sans); letter-spacing: .01em; text-decoration: none;
  border: 1px solid transparent; border-radius: 999px;
  transition: background .3s, color .3s, border-color .3s, box-shadow .3s;
}
.btn:hover .icon-arrow { transform: translateX(calc(var(--dir) * 4px)) scaleX(var(--dir)); }
.btn-gold { background: var(--gold-2); color: var(--ink); }
.btn-gold:hover { background: var(--gold-3); box-shadow: 0 10px 30px -12px rgba(214, 182, 118, .7); }
.btn-line { border-color: rgba(239, 231, 216, .32); color: var(--on-dark); }
.btn-line:hover { border-color: var(--gold-2); color: var(--gold-2); }
.btn-dark { background: var(--forest); color: var(--paper); }
.btn-dark:hover { background: var(--ink); }
.btn-line-dark { border-color: var(--line); color: var(--text); }
.btn-line-dark:hover { border-color: var(--text); }

.link-arrow {
  display: inline-flex; align-items: center; gap: .6rem;
  padding-bottom: .4rem; border-bottom: 1px solid currentColor;
  font: 600 .9rem/1.2 var(--sans); text-decoration: none; color: inherit;
  transition: color .3s, gap .3s var(--ease);
}
.link-arrow:hover { gap: .9rem; color: var(--emerald); }
.link-arrow--lg { font-size: 1rem; }

.hero-pattern, .mega-pattern, .mobile-menu-pattern, .footer-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background: var(--pattern) center / 88px repeat;
}

/* ---------- Üst bilgi ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--on-dark); }
.site-header::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(11, 26, 21, .84);
  -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid var(--line-light);
  opacity: 0; transition: opacity .4s;
}
.site-header.is-scrolled::before, .site-header.mega-open::before, body.menu-open .site-header::before { opacity: 1; }
.header-bar { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: var(--header-h); position: relative; z-index: 1; }

.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; color: inherit; }
.brand-mark { width: 46px; height: 46px; color: var(--gold-2); --em-flag: var(--emerald); transition: transform .6s var(--ease); }
.brand:hover .brand-mark { transform: rotate(-6deg); }
.brand-text { display: flex; flex-direction: column; }
.brand-name { font: 500 1.3rem/1.05 var(--serif); letter-spacing: .005em; white-space: nowrap; }
.brand-sub { margin-top: .32rem; font: 600 .6rem/1.1 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--gold-2); white-space: nowrap; }
html[lang="ar"] .brand-name { font-size: 1.5rem; font-weight: 700; }
html[lang="ar"] .brand-sub { letter-spacing: 0; font-size: .82rem; text-transform: none; }

.nav { margin-inline-start: auto; }
.nav-list { display: flex; gap: .25rem; list-style: none; margin: 0; padding: 0; }
.nav-link {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .7rem 1rem; border-radius: 999px;
  font: 500 .93rem/1 var(--sans); text-decoration: none; color: var(--on-dark);
  transition: color .25s;
}
html[lang="ar"] .nav-link { font-size: 1.02rem; }
.nav-link:hover, .nav-link[aria-current], .has-mega.is-open > .nav-link { color: var(--gold-2); }
.nav-link .icon-chevron { width: .95em; transition: transform .35s var(--ease); }
.has-mega.is-open .icon-chevron { transform: rotate(180deg); }

.header-tools { display: flex; align-items: center; gap: 1rem; }
.lang-switch { display: flex; align-items: center; gap: .15rem; padding: .22rem; border: 1px solid var(--line-light); border-radius: 999px; }
.lang-switch a {
  min-width: 2.15rem; height: 2.15rem; padding: 0 .55rem;
  display: grid; place-items: center; border-radius: 999px;
  font: 700 .7rem/1 "Manrope", system-ui, sans-serif; letter-spacing: .08em; text-decoration: none;
  color: var(--on-dark-muted); transition: color .25s, background .25s;
}
.lang-switch a[lang="ar"] { font: 700 1.05rem/1 var(--arabic); letter-spacing: 0; padding-bottom: .15rem; }
.lang-switch a:hover { color: var(--on-dark); }
.lang-switch a.is-active { background: var(--gold-2); color: var(--ink); }
.lang-switch--full a { padding: 0 1rem; height: 2.6rem; font-size: .8rem; letter-spacing: .04em; }
.lang-switch--full a[lang="ar"] { font-size: 1.1rem; }

.menu-btn { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-light); place-items: center; }
.menu-btn-lines, .menu-btn-lines::before { display: block; width: 18px; height: 1.5px; background: currentColor; transition: transform .35s var(--ease); }
.menu-btn-lines { position: relative; transform: translateY(-3px); }
.menu-btn-lines::before { content: ""; position: absolute; top: 6px; }
.menu-btn[aria-expanded="true"] .menu-btn-lines { transform: translateY(0) rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-btn-lines::before { transform: translateY(-6px) rotate(-90deg); }

/* Mega menü */
.mega {
  position: fixed; inset-inline: 0; top: var(--header-h);
  background: var(--ink); color: var(--on-dark);
  border-bottom: 1px solid var(--line-light);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .6);
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility 0s .35s;
  overflow: hidden;
}
.has-mega.is-open .mega { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mega-pattern { opacity: .05; -webkit-mask-image: linear-gradient(90deg, transparent, #000 70%); mask-image: linear-gradient(90deg, transparent, #000 70%); }
.mega-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr); gap: 4rem; padding-block: 3rem 3.5rem; }
.mega-title { margin: 0 0 1rem; font: 300 2rem/1.15 var(--serif); letter-spacing: -.01em; }
.mega-title em, .mega-title strong { font-style: italic; color: var(--gold-2); }
.mega-text { margin: 0; max-width: 34ch; color: var(--on-dark-muted); font-size: .95rem; }
.mega-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 2.5rem; }
.mega-list a {
  display: grid; grid-template-columns: 2.6rem minmax(0, 1fr) auto; align-items: center; gap: .6rem;
  padding: 1.05rem 0; border-bottom: 1px solid var(--line-light);
  text-decoration: none; transition: color .25s;
}
.mega-num { font: 400 .95rem/1 var(--serif); color: var(--gold-2); letter-spacing: .08em; }
.mega-label { font: 400 1.14rem/1.3 var(--serif); }
.mega-arrow { opacity: 0; transform: translateX(calc(var(--dir) * -8px)) scaleX(var(--dir)); transition: opacity .3s, transform .35s var(--ease); color: var(--gold-2); }
.mega-list a:hover, .mega-list a[aria-current] { color: var(--gold-2); }
.mega-list a:hover .mega-arrow { opacity: 1; transform: scaleX(var(--dir)); }

/* Mobil menü */
.mobile-menu {
  position: fixed; inset: 0; z-index: 45;
  background: var(--ink); color: var(--on-dark);
  padding-top: var(--header-h); overflow-y: auto;
  opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease), visibility 0s .45s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.mobile-menu-pattern { opacity: .05; -webkit-mask-image: linear-gradient(180deg, #000, transparent); mask-image: linear-gradient(180deg, #000, transparent); }
.mobile-menu-inner { position: relative; display: flex; flex-direction: column; min-height: calc(100svh - var(--header-h)); padding-block: 1.75rem 2.5rem; }
.mm-label { margin: 0 0 .5rem; font: 600 .72rem var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-2); }
html[lang="ar"] .mm-label { letter-spacing: 0; font-size: .95rem; }
.mm-chapters { list-style: none; margin: 0 0 2rem; padding: 0; }
.mm-chapters li { opacity: 0; transform: translateY(14px); transition: opacity .5s var(--ease), transform .5s var(--ease); transition-delay: calc(var(--i) * 45ms + 80ms); }
.mobile-menu.is-open .mm-chapters li { opacity: 1; transform: none; }
.mm-chapters a { display: flex; align-items: baseline; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line-light); text-decoration: none; }
.mm-num { min-width: 2.4rem; font: 400 .9rem var(--serif); color: var(--gold-2); }
.mm-title { font: 300 clamp(1.35rem, 5.4vw, 2rem)/1.2 var(--serif); }
html[lang="ar"] .mm-title { font-weight: 400; }
.mm-links { list-style: none; margin: 0 0 2rem; padding: 0; display: flex; flex-wrap: wrap; gap: .75rem 2rem; }
.mm-links a { font: 500 1.1rem var(--sans); color: var(--gold-2); text-decoration: none; }
.mm-foot { margin-top: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.mm-mail { display: inline-flex; align-items: center; gap: .6rem; color: var(--on-dark-muted); text-decoration: none; }

/* ---------- Amblem ---------- */
.emblem .em-flag { fill: var(--em-flag, var(--emerald)); }
.emblem .em-star { fill: var(--em-star, var(--gold-3)); }
.emblem .em-moon { fill: currentColor; }

/* ---------- Ana sayfa: hero ---------- */
.hero {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: min(100svh, 1000px);
  padding-top: calc(var(--header-h) + clamp(2.5rem, 7vh, 5.5rem));
  padding-bottom: clamp(2rem, 5vh, 3.5rem);
  background: var(--ink); color: var(--on-dark);
}
.hero-pattern { opacity: .06; -webkit-mask-image: radial-gradient(ellipse at 72% 38%, #000 0, transparent 68%); mask-image: radial-gradient(ellipse at 72% 38%, #000 0, transparent 68%); }
html[dir="rtl"] .hero-pattern { -webkit-mask-image: radial-gradient(ellipse at 28% 38%, #000 0, transparent 68%); mask-image: radial-gradient(ellipse at 28% 38%, #000 0, transparent 68%); }
.hero-glow {
  position: absolute; pointer-events: none;
  width: min(75vw, 1000px); aspect-ratio: 1;
  inset-inline-end: -18vw; top: -24vw;
  background: radial-gradient(circle, rgba(42, 117, 86, .42), transparent 62%);
}
.hero-grid { position: relative; flex: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.hero-title {
  margin: 0 0 1.75rem;
  font: 300 clamp(2.9rem, 7vw, 6.5rem)/.98 var(--serif);
  letter-spacing: -.03em; font-variation-settings: "opsz" 144;
  text-wrap: balance;
}
.hero-title em { font-style: italic; color: var(--gold-2); }
html[lang="ar"] .hero-title { font-weight: 700; line-height: 1.32; letter-spacing: 0; font-size: clamp(2.7rem, 6vw, 5.3rem); }
.hero-text { margin: 0 0 2.6rem; max-width: 36rem; font-size: clamp(1.02rem, 1.3vw, 1.18rem); line-height: 1.75; color: var(--on-dark-muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-art { position: relative; width: 100%; max-width: 520px; aspect-ratio: 1; justify-self: center; display: grid; place-items: center; }
.hero-rosette { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--gold-2); opacity: .26; animation: spin 160s linear infinite; }
.hero-emblem { position: relative; width: 64%; color: var(--gold-2); --em-flag: var(--emerald); filter: drop-shadow(0 24px 60px rgba(0, 0, 0, .4)); }
@keyframes spin { to { transform: rotate(360deg); } }

.js .hero-emblem .em-lines path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 2.4s var(--ease) forwards; }
.js .hero-emblem .em-lines path:nth-child(2) { animation-delay: .15s; }
.js .hero-emblem .em-lines path:nth-child(3), .js .hero-emblem .em-lines path:nth-child(4) { animation-delay: .45s; }
.js .hero-emblem .em-lines path:nth-child(n+5) { animation-delay: .75s; }
.js .hero-emblem .em-flag { fill-opacity: 0; animation: draw 2.4s var(--ease) forwards, flagfill 1.4s 1.5s var(--ease) forwards; }
.js .hero-emblem .em-star, .js .hero-emblem .em-moon { opacity: 0; animation: fadein 1s 2s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes flagfill { to { fill-opacity: 1; } }
@keyframes fadein { to { opacity: 1; } }

.hero-verse {
  position: relative; margin: clamp(2.5rem, 6vh, 4.5rem) 0 0; padding-top: 1.75rem;
  border-top: 1px solid var(--line-light);
  display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 1rem 2.5rem;
}
.verse-ar { margin: 0; font: 400 clamp(1.45rem, 2.5vw, 2.15rem)/1.7 var(--arabic); color: var(--gold-3); }
.verse-meta { display: flex; flex-direction: column; gap: .45rem; padding-inline-start: 2.5rem; border-inline-start: 1px solid var(--line-light); }
.verse-tr { font: italic 300 1.05rem/1.5 var(--serif); color: var(--on-dark); }
.verse-ref { font: 600 .68rem/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }
html[lang="ar"] .verse-ref { letter-spacing: 0; font-size: .95rem; }
html[lang="ar"] .hero-verse { grid-template-columns: 1fr auto; }

/* ---------- Bölümler ---------- */
.section { position: relative; padding-block: clamp(5rem, 11vw, 9rem); }
.section-head { max-width: 48rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); align-items: end; gap: 1.5rem 4rem; }
.section-head--split .section-title { margin-bottom: 0; }
.section-head-aside { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.section-title {
  margin: 0 0 1.25rem;
  font: 300 clamp(2.2rem, 4.6vw, 3.9rem)/1.06 var(--serif);
  letter-spacing: -.022em; font-variation-settings: "opsz" 144; text-wrap: balance;
}
.section-title em { font-style: italic; color: var(--emerald); }
.section-title--sm { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.section-lead { margin: 0; max-width: 40rem; font-size: 1.08rem; color: var(--muted); }
html[lang="ar"] .section-title, html[lang="ar"] .about-title, html[lang="ar"] .cta-title, html[lang="ar"] .page-title, html[lang="ar"] .mega-title {
  font-weight: 700; letter-spacing: 0; line-height: 1.4;
}
html[lang="ar"] em { font-style: normal; }

/* Bölüm listesi */
.chapter-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.chapter-row {
  position: relative; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: 5rem minmax(0, 1.05fr) minmax(0, 1fr) 3.25rem; align-items: center; gap: 2.5rem;
  padding: 2.1rem 1.25rem; border-bottom: 1px solid var(--line);
  text-decoration: none; color: inherit;
  transition: color .45s var(--ease);
}
.chapter-row::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--forest); transform: scaleY(0); transform-origin: bottom;
  transition: transform .55s var(--ease);
}
.chapter-row:hover::before, .chapter-row:focus-visible::before { transform: scaleY(1); }
.chapter-row:hover, .chapter-row:focus-visible { color: var(--paper); }
.chapter-num { font: 400 1.05rem/1 var(--serif); letter-spacing: .12em; color: var(--gold); transition: color .4s; }
.chapter-row:hover .chapter-num { color: var(--gold-2); }
.chapter-title { font: 400 clamp(1.45rem, 2.4vw, 2.15rem)/1.15 var(--serif); letter-spacing: -.01em; }
html[lang="ar"] .chapter-title { font-weight: 700; }
.chapter-sum { font-size: .98rem; line-height: 1.6; color: var(--muted); transition: color .4s; }
.chapter-row:hover .chapter-sum { color: rgba(239, 231, 216, .74); }
.chapter-go {
  width: 3.25rem; height: 3.25rem; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; transition: background .4s, border-color .4s, color .4s;
}
.chapter-row:hover .chapter-go { background: var(--gold-2); border-color: var(--gold-2); color: var(--ink); }
.chapter-row:hover .chapter-go .icon-arrow { transform: translateX(calc(var(--dir) * 3px)) scaleX(var(--dir)); }

/* Biz kimiz */
.about { background: var(--paper-2); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 2fr); gap: clamp(2rem, 6vw, 6rem); }
.about-mark { width: min(230px, 70%); margin-top: 2.5rem; color: var(--forest); --em-flag: var(--emerald); --em-star: var(--paper); }
.about-title { margin: 0 0 2rem; font: 300 clamp(2rem, 4.2vw, 3.5rem)/1.08 var(--serif); letter-spacing: -.022em; text-wrap: balance; }
.about-title em { font-style: italic; color: var(--emerald); }
.about-lead { margin: 0 0 2.75rem; max-width: 46rem; font: 300 clamp(1.18rem, 1.9vw, 1.55rem)/1.62 var(--serif); color: var(--text); }
html[lang="ar"] .about-lead { font-weight: 400; line-height: 1.9; }

/* İlkeler */
.principles { background: var(--forest); color: var(--on-dark); overflow: hidden; }
.principles .hero-pattern { opacity: .05; -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%); mask-image: linear-gradient(180deg, #000, transparent 70%); }
.principles .section-title em { color: var(--gold-2); }
.principles .section-lead { color: var(--on-dark-muted); }
.principles .link-arrow:hover { color: var(--gold-2); }
.principle-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-inline-start: 1px solid var(--line-light); }
.principle { padding: 2.6rem 2.3rem 2.9rem; border-inline-end: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .45s; }
.principle:hover { background: rgba(239, 231, 216, .035); }
.principle-icon { position: relative; width: 64px; height: 64px; margin-bottom: 2rem; display: grid; place-items: center; color: var(--gold-2); }
.principle-icon .star8 { position: absolute; inset: 0; width: 100%; height: 100%; transition: transform 1s var(--ease); }
.principle:hover .principle-icon .star8 { transform: rotate(45deg); }
.principle-icon span { position: relative; font: 400 1.05rem/1 var(--serif); color: var(--gold-3); }
.principle-title { margin: 0 0 .8rem; font: 400 1.75rem/1.2 var(--serif); }
html[lang="ar"] .principle-title { font-weight: 700; }
.principle-text { margin: 0; color: var(--on-dark-muted); line-height: 1.7; }

/* Söz */
.quote-band { padding-block: clamp(5rem, 10vw, 8.5rem); text-align: center; background: var(--paper); }
.quote { margin: 0 auto; max-width: 58rem; }
.quote-mark { width: 46px; margin: 0 auto 2.25rem; color: var(--gold); }
html[dir="rtl"] .quote-mark { transform: scaleX(-1); }
.quote blockquote { margin: 0; font: italic 300 clamp(1.7rem, 3.7vw, 3.1rem)/1.28 var(--serif); letter-spacing: -.012em; color: var(--forest); text-wrap: balance; }
html[lang="ar"] .quote blockquote { font-style: normal; font-weight: 400; line-height: 1.7; }
.quote figcaption { margin-top: 2.25rem; font: 600 .74rem var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.quote figcaption::before { content: ""; display: inline-block; width: 2rem; height: 1px; margin-inline-end: .9rem; vertical-align: middle; background: currentColor; }
html[lang="ar"] .quote figcaption { letter-spacing: 0; font-size: 1rem; }

/* Yazılar */
.writings { background: var(--paper-2); }
.writings--index, .writings--more { background: var(--paper); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.5vw, 2rem); }
.post-card-link {
  display: flex; flex-direction: column; height: 100%;
  background: var(--paper); border: 1px solid var(--line-2);
  text-decoration: none; color: inherit;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.writings--index .post-card-link, .writings--more .post-card-link { background: #fbf8f2; }
.post-card-link:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -34px rgba(11, 26, 21, .4); }
.post-cover { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--forest); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.post-card-link:hover .post-cover img { transform: scale(1.05); }
.post-cover--pattern { display: grid; place-items: center; }
.post-cover--pattern::before { content: ""; position: absolute; inset: 0; background: var(--pattern) center / 66px; opacity: .1; }
.post-grid > :nth-child(3n+2) .post-cover--pattern { background: var(--ink); }
.post-grid > :nth-child(3n) .post-cover--pattern { background: #1e3d31; }
.post-cover-star { position: relative; width: 34%; color: var(--gold-2); transition: transform 1.2s var(--ease); }
.post-card-link:hover .post-cover-star { transform: rotate(45deg); }
.post-card-body { flex: 1; display: flex; flex-direction: column; gap: .9rem; padding: 1.75rem 1.75rem 2rem; }
.post-meta { margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; font: 600 .7rem/1.4 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
html[lang="ar"] .post-meta { letter-spacing: 0; font-size: .86rem; }
.post-card-title { margin: 0; font: 400 1.55rem/1.22 var(--serif); letter-spacing: -.01em; }
html[lang="ar"] .post-card-title { font-weight: 700; line-height: 1.5; }
.post-card-sum { flex: 1; margin: 0; color: var(--muted); font-size: .98rem; }
.post-card .link-arrow { align-self: flex-start; margin-top: .4rem; font-size: .85rem; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin-top: 3.5rem; }
.pagination-state { font: 400 1.1rem var(--serif); color: var(--muted); }
.empty-state { text-align: center; color: var(--muted); font: 300 1.4rem var(--serif); padding: 3rem 0; }

/* Çağrı bandı */
.cta { position: relative; overflow: hidden; padding-block: clamp(4.5rem, 9vw, 7rem); background: var(--forest); color: var(--on-dark); }
.cta .hero-pattern { opacity: .07; -webkit-mask-image: linear-gradient(90deg, transparent, #000); mask-image: linear-gradient(90deg, transparent, #000); }
html[dir="rtl"] .cta .hero-pattern { -webkit-mask-image: linear-gradient(-90deg, transparent, #000); mask-image: linear-gradient(-90deg, transparent, #000); }
.cta-inner { position: relative; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 2.5rem 4rem; }
.cta-title { margin: 0 0 1.1rem; font: 300 clamp(2.4rem, 5.4vw, 4.6rem)/1.02 var(--serif); letter-spacing: -.025em; }
.cta-title em { font-style: italic; color: var(--gold-2); }
.cta-text { margin: 0; max-width: 34rem; color: var(--on-dark-muted); font-size: 1.05rem; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.cta-mail { display: inline-flex; align-items: center; gap: .6rem; color: var(--on-dark-muted); text-decoration: none; transition: color .25s; }
.cta-mail:hover { color: var(--gold-2); }

/* ---------- Alt bilgi ---------- */
.site-footer { position: relative; overflow: hidden; padding-top: clamp(4rem, 8vw, 6rem); background: var(--ink); color: var(--on-dark-muted); }
.footer-pattern { opacity: .035; }
.footer-top { position: relative; display: grid; grid-template-columns: 1.25fr 1.5fr .9fr; gap: 3rem 4rem; }
.brand--footer { color: var(--on-dark); }
.footer-about { margin: 1.6rem 0 1.8rem; max-width: 26rem; line-height: 1.75; }
.socials { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.socials a { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-light); color: var(--on-dark); transition: background .3s, color .3s, border-color .3s; }
.socials a:hover { background: var(--gold-2); border-color: var(--gold-2); color: var(--ink); }
.socials--dark a { border-color: var(--line); color: var(--forest); }
.socials--dark a:hover { background: var(--forest); border-color: var(--forest); color: var(--paper); }
.footer-h { margin: 0 0 1.3rem; font: 600 .7rem var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-2); }
html[lang="ar"] .footer-h { letter-spacing: 0; font-size: .95rem; }
.footer-h--spaced { margin-top: 2.4rem; }
.footer-col ul, .footer-col ol { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.footer-col a { color: var(--on-dark-muted); text-decoration: none; transition: color .25s; word-break: break-word; }
.footer-col a:hover { color: var(--on-dark); }
.footer-chapters a { display: flex; align-items: baseline; gap: .9rem; }
.footer-chapters span { min-width: 2rem; font: 400 .88rem var(--serif); color: var(--gold-2); }
.footer-word {
  position: relative; margin-top: clamp(3rem, 7vw, 5rem);
  font: 300 clamp(3rem, 10.5vw, 10.5rem)/.95 var(--serif); letter-spacing: -.045em; text-align: center; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(214, 182, 118, .24);
  overflow: hidden; user-select: none;
}
html[lang="ar"] .footer-word { font-weight: 700; letter-spacing: 0; line-height: 1.35; }
.footer-bottom { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-block: 1.75rem 2.25rem; border-top: 1px solid var(--line-light); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.to-top { display: inline-flex; align-items: center; gap: .5rem; color: var(--on-dark-muted); text-decoration: none; }
.to-top:hover { color: var(--gold-2); }

/* ---------- İç sayfa başlığı ---------- */
.page-hero {
  position: relative; overflow: hidden;
  padding-top: calc(var(--header-h) + clamp(3rem, 9vw, 7rem));
  padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
  background: var(--ink); color: var(--on-dark);
}
.page-hero--compact { padding-bottom: clamp(3rem, 6vw, 5rem); }
.page-hero .hero-glow { top: -30vw; }
.page-hero-big {
  position: absolute; inset-inline-end: 4vw; top: 50%; transform: translateY(-38%);
  font: 400 clamp(9rem, 24vw, 22rem)/.8 var(--serif); letter-spacing: .02em;
  font-variation-settings: "opsz" 144;
  color: transparent; -webkit-text-stroke: 1.2px rgba(214, 182, 118, .3);
  pointer-events: none; user-select: none;
}
html[lang="ar"] .page-hero-big { font-family: var(--arabic); line-height: 1; }
.page-hero-inner { position: relative; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-bottom: 2.75rem; font: 500 .8rem var(--sans); color: var(--on-dark-muted); }
.crumbs a { text-decoration: none; transition: color .25s; }
.crumbs a:hover { color: var(--gold-2); }
.crumbs-sep { opacity: .45; }
.page-title {
  margin: 0 0 1.6rem; max-width: 17ch;
  font: 300 clamp(2.6rem, 6.4vw, 5.6rem)/1.02 var(--serif); letter-spacing: -.028em;
  font-variation-settings: "opsz" 144; text-wrap: balance;
}
.page-title em { font-style: italic; color: var(--gold-2); }
.page-lead { margin: 0; max-width: 44rem; font: 300 clamp(1.1rem, 1.6vw, 1.36rem)/1.6 var(--serif); color: var(--on-dark-muted); }
html[lang="ar"] .page-lead { font-family: var(--sans); font-weight: 300; line-height: 1.9; }
.page-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-top: 2.2rem; font: 600 .74rem var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); }
html[lang="ar"] .page-meta { letter-spacing: 0; font-size: .92rem; }
.page-meta .dot { width: 4px; height: 4px; margin-inline: .5rem; border-radius: 50%; background: currentColor; opacity: .6; }

.read-progress { position: fixed; inset: 0 0 auto; z-index: 60; height: 2px; background: var(--gold-2); transform: scaleX(0); transform-origin: left; }
html[dir="rtl"] .read-progress { transform-origin: right; }

/* ---------- Makale ---------- */
.article-section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.article-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.article-grid--solo { grid-template-columns: minmax(0, 1fr); justify-items: center; }
.toc { position: sticky; top: calc(var(--header-h) + 2.5rem); }
.toc-title { margin: 0 0 1.1rem; font: 600 .7rem var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
html[lang="ar"] .toc-title { letter-spacing: 0; font-size: .95rem; }
.toc ol { list-style: none; margin: 0; padding: 0; border-inline-start: 1px solid var(--line); }
.toc a {
  display: flex; gap: .8rem; margin-inline-start: -1px; padding: .55rem 0; padding-inline-start: 1.1rem;
  border-inline-start: 1px solid transparent;
  font-size: .9rem; line-height: 1.45; color: var(--muted); text-decoration: none;
  transition: color .25s, border-color .25s;
}
.toc a span { font: 600 .72rem/1.9 var(--sans); color: var(--gold); }
.toc a:hover { color: var(--text); }
.toc a.is-active { color: var(--forest); border-color: var(--gold); font-weight: 600; }

.prose { width: 100%; max-width: 43rem; font-size: 1.13rem; line-height: 1.85; color: var(--text); counter-reset: sec; }
html[lang="ar"] .prose { font-size: 1.22rem; line-height: 2.05; }
.prose > * { margin: 0 0 1.5rem; }
.prose p, .prose li, .prose blockquote { unicode-bidi: plaintext; }
.prose > p:first-child { font: 300 1.42rem/1.62 var(--serif); color: var(--forest); margin-bottom: 2rem; }
html[lang="ar"] .prose > p:first-child { font-weight: 400; line-height: 1.95; }
html:not([lang="ar"]) .prose > p:first-child::first-letter {
  float: left; margin: .1em .14em 0 0;
  font: 400 3.55em/.8 var(--serif); color: var(--gold);
}
.prose h2 {
  counter-increment: sec; margin: 3.75rem 0 1.25rem;
  font: 400 clamp(1.7rem, 2.6vw, 2.25rem)/1.2 var(--serif); letter-spacing: -.012em; color: var(--forest);
}
html[lang="ar"] .prose h2 { font-weight: 700; line-height: 1.5; }
.prose h2::before { content: counter(sec, decimal-leading-zero); display: block; margin-bottom: .9rem; font: 600 .72rem/1 var(--sans); letter-spacing: .22em; color: var(--gold); }
html[lang="ar"] .prose h2::before { content: counter(sec, arabic-indic); font-size: 1rem; letter-spacing: 0; }
.prose h3 { margin: 2.5rem 0 1rem; font: 500 1.4rem/1.3 var(--serif); color: var(--forest); }
.prose a { color: var(--emerald); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose strong { font-weight: 700; color: var(--forest); }
.prose ul, .prose ol { list-style: none; padding: 0; }
.prose li { position: relative; margin-bottom: .8rem; padding-inline-start: 2rem; }
.prose ul > li::before { content: ""; position: absolute; inset-inline-start: .2rem; top: .78em; width: .5rem; height: .5rem; border: 1px solid var(--gold); transform: rotate(45deg); }
.prose ol { counter-reset: li; }
.prose ol > li { counter-increment: li; }
.prose ol > li::before { content: counter(li) "."; position: absolute; inset-inline-start: 0; font: 600 .95em var(--serif); color: var(--gold); }
.prose blockquote {
  position: relative; margin: 2.75rem 0; padding: 1.8rem 2.1rem;
  background: var(--paper-2); border-inline-start: 2px solid var(--gold);
  font: italic 300 1.34rem/1.6 var(--serif); color: var(--forest);
}
html[lang="ar"] .prose blockquote { font-style: normal; font-family: var(--arabic); font-size: 1.5rem; line-height: 1.9; }
.prose img { height: auto; margin: 2.5rem 0; }
.prose hr { height: 1px; margin: 3rem 0; border: 0; background: var(--line); }
.prose iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; }
.prose .ql-align-center { text-align: center; }
.prose .ql-align-right { text-align: right; }
.prose .ql-align-justify { text-align: justify; }
.prose .ql-direction-rtl { direction: rtl; text-align: right; }
.prose .ql-indent-1 { padding-inline-start: 3em; }
.prose .ql-indent-2 { padding-inline-start: 6em; }

.post-hero-image { margin-top: clamp(-4rem, -5vw, -2rem); position: relative; z-index: 2; }
.post-hero-image img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }

/* Bölüm gezinme */
.pager { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: clamp(4rem, 8vw, 6rem); background: var(--line); border: 1px solid var(--line); }
.pager-link { display: flex; flex-direction: column; gap: .55rem; padding: 2.1rem 2.3rem; background: var(--paper); text-decoration: none; transition: background .45s var(--ease), color .45s; }
.pager-link--next { align-items: flex-end; text-align: end; }
.pager-link:not(.pager-link--empty):hover { background: var(--forest); color: var(--paper); }
.pager-dir { display: inline-flex; align-items: center; gap: .6rem; font: 600 .7rem var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
html[lang="ar"] .pager-dir { letter-spacing: 0; font-size: .92rem; }
.pager-link--prev .icon-arrow { transform: scaleX(calc(var(--dir) * -1)); }
.pager-link:hover .pager-dir { color: var(--gold-2); }
.pager-num { font: 300 1rem var(--serif); color: var(--gold); }
.pager-title { font: 400 clamp(1.3rem, 2.2vw, 1.85rem)/1.2 var(--serif); }

.chapter-strip { padding-block: 3.5rem 4.5rem; background: var(--paper-2); }
.strip-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.strip-list a { display: flex; flex-direction: column; gap: .6rem; height: 100%; padding: 1.3rem 1.1rem 1.45rem; background: var(--paper-2); text-decoration: none; transition: background .3s; }
.strip-list a:hover { background: var(--paper); }
.strip-list a.is-current { background: var(--forest); color: var(--paper); }
.strip-num { font: 400 .92rem var(--serif); color: var(--gold); }
.is-current .strip-num { color: var(--gold-2); }
.strip-title { font: 500 .9rem/1.4 var(--sans); }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.info-item { display: flex; align-items: flex-start; gap: 1.1rem; }
.info-icon { width: 50px; height: 50px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--gold-2); }
.info-label { margin: 0 0 .3rem; font: 600 .7rem var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
html[lang="ar"] .info-label { letter-spacing: 0; font-size: .9rem; }
.info-value { margin: 0; font: 400 1.3rem/1.35 var(--serif); color: var(--forest); text-decoration: none; word-break: break-word; }
a.info-value:hover { color: var(--emerald); }
.info-item--socials { flex-direction: column; gap: .9rem; }
.contact-quote { position: relative; margin: .5rem 0 0; padding: 2.1rem; background: var(--forest); color: var(--on-dark); overflow: hidden; }
.contact-quote .emblem { width: 60px; margin-bottom: 1.3rem; color: var(--gold-2); --em-flag: var(--emerald); }
.contact-quote blockquote { margin: 0; font: italic 300 1.3rem/1.5 var(--serif); }
html[lang="ar"] .contact-quote blockquote { font-style: normal; font-weight: 400; line-height: 1.8; }
.contact-quote figcaption { margin-top: 1rem; font: 600 .7rem var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }
html[lang="ar"] .contact-quote figcaption { letter-spacing: 0; font-size: .92rem; }
.contact-form-wrap { padding: clamp(1.75rem, 4vw, 3.25rem); background: var(--paper-2); border: 1px solid var(--line-2); }
.form-title { margin: 0 0 2rem; font: 400 2.1rem/1.1 var(--serif); color: var(--forest); }
html[lang="ar"] .form-title { font-weight: 700; line-height: 1.4; }
.form { display: grid; gap: 1.6rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field-label { font: 600 .72rem var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.field-label small { font-weight: 500; letter-spacing: 0; text-transform: none; opacity: .8; }
html[lang="ar"] .field-label { letter-spacing: 0; font-size: .92rem; }
.field input, .field textarea {
  width: 100%; padding: .65rem 0;
  font: 400 1.05rem/1.5 var(--sans); color: var(--text);
  background: transparent; border: 0; border-bottom: 1px solid rgba(24, 34, 29, .28); border-radius: 0;
  transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--forest); box-shadow: 0 1px 0 0 var(--forest); }
.field textarea { min-height: 9rem; resize: vertical; }
.field.has-error input, .field.has-error textarea { border-color: var(--danger); }
.field.has-error .field-label { color: var(--danger); }
.form .btn { justify-self: start; margin-top: .4rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: 1.8rem; padding: 1rem 1.25rem; font-weight: 500; border-inline-start: 3px solid; }
.notice .icon { margin-top: .2rem; }
.notice--ok { background: rgba(42, 117, 86, .1); border-color: var(--emerald); color: var(--forest); }
.notice--err { background: rgba(180, 68, 47, .08); border-color: var(--danger); color: #7d2a1a; }

/* ---------- 404 ---------- */
.nf { position: relative; overflow: hidden; min-height: 100svh; display: grid; place-items: center; padding-block: calc(var(--header-h) + 3rem) 5rem; background: var(--ink); color: var(--on-dark); text-align: center; }
.nf-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.nf-emblem { width: 96px; margin-bottom: 1rem; color: var(--gold-2); --em-flag: var(--emerald); }
.nf-code { margin: 0; font: 300 clamp(6rem, 20vw, 14rem)/.9 var(--serif); letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1px var(--gold-2); }
.nf-title { margin: 1.5rem 0 1rem; font: 300 clamp(2rem, 4vw, 3rem)/1.1 var(--serif); }
.nf-text { margin: 0 0 2.5rem; max-width: 30rem; color: var(--on-dark-muted); }

/* ---------- Görünme animasyonları ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s var(--ease), transform 1s var(--ease); transition-delay: calc(var(--d, 0) * 1ms); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- Duyarlı düzen ---------- */
@media (max-width: 1100px) {
  .nav { display: none; }
  .menu-btn { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 230px; justify-self: start; margin-bottom: .5rem; }
  .section-head--split { grid-template-columns: 1fr; align-items: start; }
  .about-grid { grid-template-columns: 1fr; }
  .about-mark { display: none; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .article-grid { grid-template-columns: minmax(0, 1fr); justify-items: center; }
  .toc { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .strip-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chapter-row { grid-template-columns: 4rem minmax(0, 1fr) 3rem; gap: .6rem 1.75rem; }
  .chapter-sum { grid-column: 2; }
  .chapter-go { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 720px) {
  :root { --header-h: 72px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 1.15rem; }
  .brand-sub { font-size: .55rem; letter-spacing: .2em; }
  .header-tools .lang-switch { display: none; }
  .hero { min-height: auto; }
  .hero-art { max-width: 170px; }
  .hero-verse { grid-template-columns: 1fr; gap: 1rem; }
  html[lang="ar"] .hero-verse { grid-template-columns: 1fr; }
  .verse-meta { padding: 0; border: 0; }
  .chapter-row { grid-template-columns: 2.6rem minmax(0, 1fr) 2.6rem; gap: .5rem 1rem; padding: 1.6rem .25rem; }
  .chapter-go { width: 2.6rem; height: 2.6rem; }
  .chapter-sum { font-size: .93rem; }
  .principle-grid, .post-grid { grid-template-columns: minmax(0, 1fr); }
  .principle { padding: 2.1rem 1.6rem 2.3rem; }
  .footer-top { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .pager { grid-template-columns: 1fr; }
  .pager-link--empty { display: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .prose > p:first-child { font-size: 1.28rem; }
  .prose blockquote { padding: 1.4rem 1.4rem; font-size: 1.2rem; }
  .cta-inner { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .js .hero-emblem .em-lines path { stroke-dashoffset: 0; }
  .js .hero-emblem .em-flag { fill-opacity: 1; }
  .js .hero-emblem .em-star, .js .hero-emblem .em-moon { opacity: 1; }
}

@media print {
  .site-header, .mobile-menu, .site-footer, .cta, .toc, .pager, .chapter-strip, .read-progress { display: none !important; }
  .page-hero { background: none; color: #000; padding: 0 0 1rem; }
  .page-hero-big, .hero-pattern, .hero-glow { display: none; }
}
