:root {
  --navy: #0b1429;
  --navy-soft: #121f3c;
  --burgundy: #671f2f;
  --burgundy-dark: #46131f;
  --gold: #d7b45f;
  --gold-pale: #f1dda2;
  --paper: #faf6ec;
  --ink: #171a22;
  --muted: #66625b;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: min(1080px, calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: .7rem 1rem;
  color: var(--navy);
  background: var(--white);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header { color: var(--white); background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.14); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.06rem; font-weight: 500; }
.brand-copy span { margin-top: .25rem; color: var(--gold-pale); font-size: .64rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.15rem; }
.nav-links a { color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 750; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-pale); }
.nav-cta { padding: .65rem .9rem; border: 1px solid var(--gold); border-radius: 999px; }

h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.1; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.3rem); letter-spacing: -.05em; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.035em; }
h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); }
p { text-wrap: pretty; }
.eyebrow { margin: 0 0 .75rem; color: var(--burgundy); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .72rem 1.1rem;
  border: 1px solid transparent;
  border-radius: .35rem;
  color: var(--navy);
  background: var(--gold);
  font-size: .9rem;
  font-weight: 850;
  text-decoration: none;
}
.button:hover { background: var(--gold-pale); }
.text-link { color: var(--burgundy); font-weight: 850; text-underline-offset: .3rem; }
.text-link:hover { color: var(--burgundy-dark); }

.blog-hero { padding: clamp(4rem, 9vw, 7.5rem) 0; color: var(--white); background: linear-gradient(120deg, var(--navy) 0 68%, var(--burgundy-dark) 68% 100%); }
.blog-hero .eyebrow { color: var(--gold-pale); }
.blog-hero h1 span { color: var(--gold); }
.blog-hero p:last-child { max-width: 650px; margin: 1.1rem 0 0; color: rgba(255,255,255,.74); font-size: 1.08rem; }

.posts { padding: clamp(4rem, 8vw, 7rem) 0; }
.latest-card { display: grid; grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr); border-top: 5px solid var(--gold); background: var(--white); box-shadow: 0 18px 45px rgba(70,19,31,.09); }
.latest-art { min-height: 360px; overflow: hidden; background: var(--navy-soft); }
.latest-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 17%; transform: scale(1.18); transform-origin: center 24%; }
.latest-copy { padding: clamp(1.7rem, 5vw, 3.5rem); }
.post-meta { margin: 0 0 .8rem; color: var(--burgundy); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.latest-copy p { color: var(--muted); }
.archive-note { margin: 2rem 0 0; padding: 1.1rem 1.3rem; border-left: 4px solid var(--gold); color: var(--muted); background: rgba(255,255,255,.55); }
.post-list { margin-top: 2.5rem; display: grid; gap: 1rem; }
.post-row { display: grid; grid-template-columns: 10.5rem minmax(0, 1fr); gap: 1.5rem; align-items: start; padding: 1.4rem; border: 1px solid #ded3bd; background: rgba(255,255,255,.62); }
.post-row time { color: var(--burgundy); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.post-row h3 { margin: 0 0 .45rem; font-size: 1.55rem; }
.post-row h3 a { text-decoration-thickness: 1px; text-underline-offset: .28rem; }
.post-row p { margin: 0; color: var(--muted); }

.article-hero { padding: clamp(3.5rem, 8vw, 6.5rem) 0 3rem; color: var(--white); background: linear-gradient(120deg, var(--navy) 0 72%, var(--burgundy-dark) 72% 100%); }
.article-hero .eyebrow { color: var(--gold-pale); }
.article-hero h1 { max-width: 880px; font-size: clamp(2.9rem, 7vw, 5.7rem); }
.article-hero .dek { max-width: 720px; margin: 1.15rem 0 0; color: rgba(255,255,255,.76); font-size: 1.12rem; }
.article-hero .post-meta { margin-top: 1.4rem; color: var(--gold-pale); }
.article-hero .post-meta a { text-underline-offset: .2rem; }
.editorial-note { max-width: 720px; margin: -.6rem 0 0; color: rgba(255,255,255,.58); font-size: .76rem; }
.article-body { padding: clamp(3.2rem, 7vw, 6rem) 0; }
.article-body p { margin: 0 0 1.35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem, 2vw, 1.22rem); line-height: 1.82; }
.article-body h2 { margin: 2.7rem 0 1rem; font-size: clamp(1.8rem, 4vw, 2.55rem); }
.scripture { margin: 2.2rem 0; padding: clamp(1.5rem, 4vw, 2.4rem); border-left: 5px solid var(--gold); color: var(--burgundy-dark); background: #f0e4c9; }
.scripture blockquote { margin: 0; font-size: clamp(1.55rem, 3.4vw, 2.25rem); }
.scripture cite { display: block; margin-top: .9rem; color: var(--muted); font-size: .75rem; font-style: normal; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.reflection-list { margin: 1rem 0 1.6rem; padding-left: 1.3rem; }
.reflection-list li { margin: .65rem 0; padding-left: .25rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.article-cta { margin-top: 3.2rem; padding: clamp(1.5rem, 4vw, 2.3rem); color: var(--white); background: var(--navy); border-top: 5px solid var(--gold); }
.article-cta h2 { color: var(--gold-pale); }
.article-cta p { color: rgba(255,255,255,.73); font-family: inherit; font-size: 1rem; line-height: 1.65; }
.author-box { margin-top: 3.2rem; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 1.5rem; align-items: center; padding: 1.5rem; border: 1px solid #ded3bd; background: rgba(255,255,255,.72); }
.author-box img { width: 150px; height: 180px; object-fit: cover; object-position: center 18%; }
.author-box h2 { margin: 0 0 .65rem; font-size: 2rem; }
.author-box p { margin-bottom: .8rem; font-family: inherit; font-size: .98rem; line-height: 1.65; color: var(--muted); }
.author-box .eyebrow { margin-bottom: .35rem; color: var(--burgundy); font-size: .72rem; }
.author-links { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; }

footer { padding: 2.2rem 0; color: rgba(255,255,255,.68); background: #080f20; font-size: .82rem; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-grid strong { color: var(--gold-pale); font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; }
.footer-links a { color: inherit; text-decoration: none; }
.footer-links a:hover { color: var(--gold-pale); }

@media (max-width: 700px) {
  .shell, .narrow { width: min(100% - 1.5rem, 1080px); }
  .nav { min-height: 68px; }
  .brand-copy span { display: none; }
  .nav-links a:not(.nav-cta) { display: none; }
  .latest-card { grid-template-columns: 1fr; }
  .latest-art { min-height: 250px; max-height: 320px; }
  .post-row { grid-template-columns: 1fr; gap: .5rem; }
  .author-box { grid-template-columns: 92px minmax(0, 1fr); gap: 1rem; padding: 1rem; }
  .author-box img { width: 92px; height: 122px; }
  .author-box h2 { font-size: 1.55rem; }
  .author-links { display: grid; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
