/* Gifted for His Glory — a COR Holdings property
   Built on the COR design system (cor.holdings), with the warm gold
   accent COR already assigns to this property. */

:root {
  --bg: #08090d;
  --bg-soft: #0d0f15;
  --surface: rgba(255,255,255,.045);
  --line: rgba(255,255,255,.1);
  --line-strong: rgba(255,255,255,.18);
  --text: #f3f3f0;
  --muted: #a7a9b0;
  --muted-2: #72757e;
  --accent: #e8c47e;
  --accent-deep: #d3a55a;
  --accent-soft: rgba(232,196,126,.12);
  --shell: min(1180px, calc(100vw - 48px));
  --measure: 68ch;
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { color: #12100a; background: var(--accent); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  color: #050609;
  background: #fff;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.light-field {
  position: fixed;
  z-index: -4;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background:
    linear-gradient(112deg, transparent 0 44%, rgba(232,196,126,.06) 44.1%, transparent 44.25%),
    linear-gradient(68deg, transparent 0 64%, rgba(196,164,255,.05) 64.1%, transparent 64.25%),
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(255,255,255,.022) 120px, transparent 121px),
    repeating-linear-gradient(0deg, transparent 0 119px, rgba(255,255,255,.018) 120px, transparent 121px);
}
.glow-field {
  position: fixed;
  z-index: -3;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(52rem 42rem at 78% 8%, rgba(211,165,90,.10), transparent 70%),
    radial-gradient(38rem 34rem at 8% 92%, rgba(120,110,190,.07), transparent 70%);
}

/* ---------- header ---------- */
.site-header {
  position: relative;
  z-index: 30;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  overflow: hidden;
}
.brand-mark i {
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(232,196,126,.55);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-22deg);
}
.brand-mark b { font: 400 15px/1 "Manrope", sans-serif; color: var(--accent); }
.brand-name { font: 600 13px/1.25 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.brand-name em { display: block; margin-top: 4px; color: var(--muted); font-style: normal; font-weight: 400; letter-spacing: .1em; font-size: 10px; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 13px; color: var(--muted); }
.site-header nav a { transition: color .25s ease; }
.site-header nav a:hover { color: #fff; }
.site-header nav a[aria-current="page"] { color: var(--accent); }
.site-header nav a:focus-visible, .button:focus-visible, .asset-card:focus-visible,
.text-link:focus-visible, .quiz-answer:focus-visible, .skip-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; }
.nav-cta:hover { border-color: var(--line-strong); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: clip;
  padding: clamp(76px, 10vw, 128px) 0 clamp(64px, 8vw, 104px);
}
.hero-home { min-height: calc(100vh - 92px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 1px; margin: 0 12px 3px 0; background: var(--accent); }
.hero h1 {
  max-width: 15ch;
  margin: 26px 0 32px;
  font: 500 clamp(52px, 8.4vw, 112px)/.9 "Manrope", sans-serif;
  letter-spacing: -.062em;
}
.hero h1 span { color: var(--accent); }
.hero-copy {
  max-width: 62ch;
  margin: 0;
  color: #b9bac0;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 21px;
  border: 0;
  border-radius: 999px;
  font: 600 13px/1 "Manrope", sans-serif;
  cursor: pointer;
  transition: transform .35s var(--ease), border-color .35s ease, background .35s ease, color .3s ease;
}
.button span { margin-left: 18px; font-size: 18px; font-weight: 400; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #16120a; background: var(--accent); }
.button-primary:hover { background: #f4d99f; }
.button-ghost { color: var(--muted); border: 1px solid var(--line); background: transparent; }
.button-ghost:hover { color: #fff; border-color: var(--line-strong); }
.button:disabled { opacity: .38; cursor: not-allowed; transform: none; }

/* hero ornament: concentric halo */
.hero-halo {
  position: absolute;
  z-index: -1;
  right: max(-8vw, -110px);
  top: 50%;
  width: min(44vw, 580px);
  aspect-ratio: 1;
  transform: translateY(-48%);
  opacity: .5;
  pointer-events: none;
}
.hero-halo i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(232,196,126,.22);
  border-radius: 50%;
  animation: halo-spin 24s linear infinite;
}
.hero-halo i:nth-child(2) { inset: 14%; border-style: dashed; border-color: rgba(255,255,255,.12); animation-duration: 34s; animation-direction: reverse; }
.hero-halo i:nth-child(3) { inset: 30%; border-color: rgba(232,196,126,.3); animation-duration: 44s; }
.hero-halo i:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 12%;
  left: 16%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 26px rgba(232,196,126,.85);
}
.hero-halo b {
  position: absolute;
  inset: 42%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  background: radial-gradient(circle at 35% 30%, rgba(232,196,126,.16), rgba(255,255,255,.02) 62%);
  box-shadow: inset 0 0 50px rgba(232,196,126,.08), 0 0 90px rgba(211,165,90,.1);
  color: var(--accent);
  font: 400 28px/1 "Manrope", sans-serif;
}
@keyframes halo-spin { to { transform: rotate(360deg); } }

/* ---------- sections ---------- */
.section { padding: clamp(80px, 10vw, 130px) 0; border-top: 1px solid rgba(255,255,255,.07); }
.section-heading { display: grid; grid-template-columns: 1fr 2.1fr; align-items: end; gap: 24px; margin-bottom: 52px; }
.section-heading p { margin: 0; color: var(--muted-2); font: 600 11px/1 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.section-heading h2 {
  margin: 0;
  font: 500 clamp(38px, 5vw, 64px)/1.02 "Manrope", sans-serif;
  letter-spacing: -.05em;
}
.section-intro { max-width: var(--measure); margin: 0 0 0 32.2%; color: #b9bac0; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.6; }

/* ---------- disciple grid ---------- */
.disciple-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 14px;
}
.asset-card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(14,16,22,.78);
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
  transform: perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
  transform-style: preserve-3d;
  transition: border-color .4s ease, transform .5s var(--ease), background .4s ease;
}
.asset-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(420px circle at var(--mx) var(--my), rgba(232,196,126,.1), transparent 44%);
  transition: opacity .4s ease;
}
.asset-card:hover { border-color: rgba(232,196,126,.3); background: rgba(17,19,27,.92); }
.asset-card:hover::before { opacity: 1; }
.asset-card > * { position: relative; z-index: 2; }
.card-glow {
  position: absolute;
  z-index: 0;
  width: 280px;
  height: 280px;
  right: -130px;
  bottom: -150px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .15;
  background: var(--accent-deep);
}
.card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  color: var(--muted-2);
  font: 600 10px/1 "Manrope", sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.asset-index { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.asset-arrow { font-size: 18px; color: var(--muted); transition: transform .4s var(--ease), color .3s ease; }
.asset-card:hover .asset-arrow { color: #fff; transform: translate(3px,-3px); }
.asset-art {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin: 20px 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: #0b0d12;
}
.asset-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,9,13,.02), rgba(8,9,13,.3)); pointer-events: none; }
.asset-art img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s ease; }
.asset-card:hover .asset-art img { transform: scale(1.05); filter: saturate(1.08); }
.card-copy h3 { margin: 0 0 10px; font: 600 clamp(22px, 2.2vw, 28px)/1.05 "Manrope", sans-serif; letter-spacing: -.035em; }
.card-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.card-gift { display: inline-block; margin-bottom: 12px; color: var(--accent); font: 600 10px/1 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }

/* ---------- article / prose ---------- */
.article-head { padding: clamp(60px, 8vw, 96px) 0 0; }
.article-head h1 {
  max-width: 20ch;
  margin: 22px 0 20px;
  font: 500 clamp(40px, 6.4vw, 80px)/.96 "Manrope", sans-serif;
  letter-spacing: -.058em;
}
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted-2); font: 500 12px/1 "Manrope", sans-serif; letter-spacing: .06em; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 320px); align-items: start; gap: clamp(36px, 6vw, 80px); padding: 44px 0 clamp(80px, 10vw, 120px); }
.article-figure { position: sticky; top: 32px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-soft); }
.article-figure img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.article-figure figcaption { padding: 14px 16px; color: var(--muted-2); font-size: 12px; line-height: 1.5; border-top: 1px solid var(--line); }

.prose { max-width: var(--measure); color: #c3c4ca; font-size: 17px; line-height: 1.75; }
.prose > :first-child { margin-top: 0; }
.prose p { margin: 0 0 1.35em; }
.prose h2 { margin: 2.2em 0 .7em; color: var(--text); font: 600 clamp(24px, 2.6vw, 32px)/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.prose h3 { margin: 1.9em 0 .6em; color: var(--text); font: 600 19px/1.3 "Manrope", sans-serif; letter-spacing: -.02em; }
.prose h4 { margin: 1.7em 0 .5em; color: var(--text); font: 600 16px/1.35 "Manrope", sans-serif; }
.prose strong, .prose b { color: var(--text); font-weight: 600; }
.prose em, .prose i { color: #d4d5da; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: rgba(232,196,126,.4); transition: text-decoration-color .25s ease; }
.prose a:hover { text-decoration-color: var(--accent); }
.prose ul, .prose ol { margin: 0 0 1.35em; padding-left: 1.3em; }
.prose li { margin-bottom: .55em; }
.prose li::marker { color: var(--accent-deep); }
.prose blockquote {
  margin: 1.8em 0;
  padding: 4px 0 4px 26px;
  border-left: 2px solid var(--accent-deep);
  color: #d4d5da;
  font-size: 19px;
  font-style: italic;
  line-height: 1.6;
}
.prose blockquote p:last-child { margin-bottom: 0; }
.prose img { height: auto; margin: 1.8em 0; border: 1px solid var(--line); border-radius: 12px; }
.prose figure { margin: 1.8em 0; }
.prose figcaption { margin-top: 10px; color: var(--muted-2); font-size: 13px; }
.prose hr { margin: 2.4em 0; border: 0; border-top: 1px solid var(--line); }
.prose iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1.8em 0;
  border: 0;
  border-radius: 12px;
}
.prose iframe[height="352"] { aspect-ratio: auto; }
.prose .wp-block-embed__wrapper,
.prose figure > div { width: 100%; }
.prose figure iframe[src*="youtube"],
.prose iframe[src*="youtube"] { aspect-ratio: 16 / 9; height: auto; }
.prose table { width: 100%; margin: 1.8em 0; border-collapse: collapse; font-size: 15px; }
.prose th, .prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.prose th { color: var(--text); font-weight: 600; background: rgba(255,255,255,.03); }
.prose-scroll { overflow-x: auto; }

/* ---------- listing ---------- */
.entry-list { display: grid; gap: 2px; border-top: 1px solid var(--line); }
.entry {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 24px;
  padding: 26px 4px;
  border-bottom: 1px solid var(--line);
  transition: background .3s ease, padding .3s var(--ease);
}
.entry:hover { background: rgba(255,255,255,.028); padding-inline: 14px; }
.entry time { color: var(--muted-2); font: 500 12px/1 "Manrope", sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.entry h3 { margin: 0; font: 600 clamp(19px, 2.1vw, 25px)/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }
.entry p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.entry .asset-arrow { align-self: center; }

/* ---------- book ---------- */
.book-layout { display: grid; grid-template-columns: minmax(260px, 380px) minmax(0, 1fr); align-items: start; gap: clamp(40px, 6vw, 84px); }
.book-cover { margin: 0; }
.book-cover img { display: block; width: 100%; filter: drop-shadow(0 30px 60px rgba(0,0,0,.55)); }
.buy-list { display: grid; gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.buy-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.022);
  transition: border-color .3s ease, background .3s ease, transform .35s var(--ease);
}
.buy-row:hover { border-color: rgba(232,196,126,.35); background: rgba(232,196,126,.05); transform: translateY(-2px); }
.buy-format { color: var(--text); font: 600 15px/1 "Manrope", sans-serif; letter-spacing: -.01em; }
.buy-note { color: var(--muted-2); font-size: 13px; }
.buy-badge { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); font-size: 15px; }
.buy-row[data-pending="true"] { opacity: .55; }
.buy-row[data-pending="true"]:hover { transform: none; border-color: var(--line); background: rgba(255,255,255,.022); }

/* ---------- quiz ---------- */
.quiz { max-width: 780px; margin-inline: auto; }
.quiz-shell { border: 1px solid var(--line); border-radius: 22px; background: rgba(13,15,21,.8); overflow: hidden; }
.quiz-progress { height: 3px; background: rgba(255,255,255,.07); }
.quiz-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent-deep), var(--accent)); transition: width .45s var(--ease); }
.quiz-body { padding: clamp(28px, 4vw, 46px); }
.quiz-step { color: var(--muted-2); font: 600 11px/1 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.quiz-question { margin: 20px 0 30px; font: 500 clamp(21px, 2.5vw, 30px)/1.28 "Manrope", sans-serif; letter-spacing: -.032em; }
.quiz-answers { display: grid; gap: 10px; }
.quiz-answer {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.022);
  color: var(--text);
  font: 500 15px/1.4 "DM Sans", sans-serif;
  text-align: left;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, transform .3s var(--ease);
}
.quiz-answer:hover { border-color: rgba(232,196,126,.4); background: rgba(232,196,126,.06); transform: translateX(3px); }
.quiz-answer i {
  width: 20px;
  height: 20px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.quiz-answer[aria-pressed="true"] { border-color: var(--accent); background: rgba(232,196,126,.1); }
.quiz-answer[aria-pressed="true"] i { border-color: var(--accent); background: var(--accent); box-shadow: inset 0 0 0 3px #0d0f15; }
.quiz-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 30px; }
.quiz-hint { color: var(--muted-2); font-size: 13px; }

.quiz-result-head { display: flex; align-items: center; gap: 18px; margin-bottom: 8px; }
.quiz-result-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(232,196,126,.5); border-radius: 50%; color: var(--accent); font-size: 20px; }
.quiz-result h2 { margin: 0 0 6px; font: 500 clamp(30px, 4.4vw, 50px)/1.05 "Manrope", sans-serif; letter-spacing: -.05em; }
.quiz-result h2 span { color: var(--accent); }
.quiz-scores { display: grid; gap: 9px; margin: 30px 0 0; padding: 0; list-style: none; }
.quiz-score { display: grid; grid-template-columns: minmax(120px, 190px) 1fr auto; align-items: center; gap: 16px; font-size: 13px; }
.quiz-score-name { color: var(--muted); }
.quiz-score-bar { height: 5px; border-radius: 999px; background: rgba(255,255,255,.07); overflow: hidden; }
.quiz-score-bar i { display: block; height: 100%; border-radius: 999px; background: rgba(232,196,126,.35); transition: width .8s var(--ease); }
.quiz-score:first-child .quiz-score-name { color: var(--text); }
.quiz-score:first-child .quiz-score-bar i { background: var(--accent); }
.quiz-score-val { color: var(--muted-2); font-variant-numeric: tabular-nums; }
.quiz-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
[hidden] { display: none !important; }

/* ---------- closing ---------- */
.closing {
  margin-bottom: 22px;
  padding: clamp(32px, 5vw, 68px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 20%, rgba(232,196,126,.1), transparent 26rem),
    linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  overflow: hidden;
}
.closing p { margin: 0 0 14px; color: var(--muted); }
.closing h2 { max-width: 22ch; margin: 0; font: 500 clamp(32px, 4.6vw, 56px)/1.05 "Manrope", sans-serif; letter-spacing: -.05em; }
.closing .button { flex: 0 0 auto; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--accent); font: 600 13px/1 "Manrope", sans-serif; }
.text-link span { font-size: 18px; transition: transform .35s var(--ease); }
.text-link:hover span { transform: translateX(4px); }

/* ---------- footer ---------- */
.site-footer {
  padding: 54px 0 40px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: var(--muted-2);
  font-size: 12px;
}
.footer-top { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 30px; padding-bottom: 34px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 13px; }
.footer-nav a { color: var(--muted); transition: color .25s ease; }
.footer-nav a:hover { color: #fff; }
.footer-cor {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.07);
}
.cor-mark {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  overflow: hidden;
  transition: border-color .3s ease;
}
.cor-mark i {
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(221,255,117,.55);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-22deg);
}
.cor-mark b { font: 600 14px/1 "Manrope", sans-serif; letter-spacing: -.05em; color: var(--text); }
.footer-cor a:hover .cor-mark { border-color: rgba(221,255,117,.6); }
.cor-line { color: var(--muted); font-size: 13px; line-height: 1.5; }
.cor-line strong { display: block; color: var(--text); font: 600 12px/1 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.cor-line strong em { color: var(--muted); font-style: normal; font-weight: 400; }
.cor-line span { color: var(--muted-2); }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 26px; }

/* ---------- 404 ---------- */
.not-found-content { min-height: 76vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found h1 { margin: 26px 0 24px; font: 500 clamp(52px, 9vw, 112px)/.92 "Manrope", sans-serif; letter-spacing: -.07em; }
.not-found h1 span { color: var(--accent); }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: calc(var(--delay, 0) * 90ms); }
.js .reveal.in-view { opacity: 1; transform: translateY(0); }
[data-delay="1"] { --delay: 1; }
[data-delay="2"] { --delay: 2; }
[data-delay="3"] { --delay: 3; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-figure { position: static; max-width: 380px; }
  .book-layout { grid-template-columns: 1fr; }
  .book-cover { max-width: 340px; }
}
@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section-heading { grid-template-columns: 1fr; }
  .section-intro { margin-left: 0; }
  .hero-halo { width: 70vw; right: -28vw; top: 42%; opacity: .32; }
  .closing { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { height: 76px; }
  .brand-name em { display: none; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 13px; }
  .hero-home { min-height: calc(100svh - 76px); }
  .hero h1 { margin: 20px 0 24px; font-size: clamp(42px, 13vw, 66px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .entry { grid-template-columns: 1fr auto; gap: 6px 16px; }
  .entry time { grid-column: 1 / -1; }
  .quiz-answer { padding: 15px 16px; font-size: 14px; }
  .quiz-score { grid-template-columns: 1fr auto; }
  .quiz-score-bar { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
