:root {
  --ink: #293128;
  --muted: #667063;
  --cream: #fbf7ec;
  --paper: #ffffff;
  --pine: #68714c;
  --pine-dark: #3d4934;
  --gold: #b8924a;
  --gold-soft: #ead9b6;
  --line: #d9e0db;
  --shadow: 0 18px 50px rgba(37, 53, 47, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 20; background: white; padding: .6rem 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(53,93,80,.16);
  background: rgba(251,248,241,.94);
  backdrop-filter: blur(14px);
}
.nav { max-width: 1180px; margin: auto; min-height: 76px; padding: .7rem 1.5rem; display: flex; align-items: center; gap: 2rem; }
.brand { text-decoration: none; display: flex; align-items: center; gap: .8rem; font-weight: 700; line-height: 1.15; }
.brand-logo { position: relative; flex: 0 0 14rem; width: 14rem; height: 7.6rem; overflow: hidden; }
.brand-logo img { position: absolute; width: 20rem; height: 20rem; max-width: none; left: -2.7rem; top: -5.15rem; mix-blend-mode: multiply; }
.brand-mark { width: 42px; height: 42px; border: 2px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--pine); font-size: 22px; }
.brand small { display: block; color: var(--muted); font-family: Arial, sans-serif; font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-top: .2rem; }
.script-word { font-family: "Snell Roundhand", "Brush Script MT", cursive; font-size: 1.35em; font-weight: 500; color: var(--pine-dark); margin-right: .12em; }
.nav-links { margin-left: auto; display: flex; gap: 1.25rem; align-items: center; font-family: Arial, sans-serif; font-size: .88rem; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--pine); }
.button { display: inline-block; border-radius: 999px; padding: .7rem 1.1rem; background: var(--pine); color: white; text-decoration: none; font-family: Arial, sans-serif; font-weight: 700; font-size: .88rem; }
.button:hover { background: var(--pine-dark); }
.hero { border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 20%, var(--gold-soft), transparent 30%), linear-gradient(145deg, #fff 0%, var(--cream) 60%); }
.hero-inner { max-width: 1180px; margin: auto; padding: 5rem 1.5rem 4rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: center; }
.eyebrow { margin: 0 0 .7rem; color: var(--pine); font-family: Arial, sans-serif; font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; color: var(--ink); }
h1 { margin: 0; max-width: 780px; font-size: clamp(2.7rem, 6vw, 5.25rem); font-weight: 500; letter-spacing: -.04em; }
.hero p { max-width: 680px; color: var(--muted); font-size: 1.15rem; }
.verse-card { padding: 2rem; border: 1px solid var(--gold); background: rgba(255,255,255,.8); box-shadow: var(--shadow); transform: rotate(1deg); }
.verse-card::before { content: "“"; display: block; height: 2rem; color: var(--gold); font-size: 4rem; line-height: 1; }
.verse-card p { color: var(--ink); font-size: 1.2rem; }
.verse-card cite { color: var(--pine); font-family: Arial, sans-serif; font-size: .82rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section { max-width: 1180px; margin: auto; padding: 4.5rem 1.5rem; }
.section-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.section h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; }
.section-intro { max-width: 600px; color: var(--muted); margin: .7rem 0 0; }
.text-link { color: var(--pine); font-family: Arial, sans-serif; font-size: .88rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .25rem; white-space: nowrap; }
.featured { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 360px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.featured-art { display: grid; place-items: center; min-height: 300px; background: var(--pine); color: white; padding: 2rem; text-align: center; }
.featured-art span { display: block; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; padding-top: 38px; font-size: 3rem; }
.featured-copy { padding: clamp(2rem, 5vw, 4.5rem); align-self: center; }
.featured-copy h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; margin: .5rem 0 1rem; }
.featured-copy p { color: var(--muted); }
.meta, .tag { font-family: Arial, sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--pine); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.category-card { min-height: 250px; padding: 1.7rem; border: 1px solid var(--line); background: var(--paper); text-decoration: none; transition: .2s ease; display: flex; flex-direction: column; }
.category-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow); }
.category-card .number { color: var(--gold); font-family: Arial, sans-serif; font-weight: 800; }
.category-card h3 { margin: 2.3rem 0 .6rem; font-size: 1.45rem; }
.category-card p { margin: 0 0 1.5rem; color: var(--muted); font-size: .95rem; }
.category-card .arrow { margin-top: auto; color: var(--pine); font-family: Arial, sans-serif; font-weight: 800; }
.latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.article-card { padding: 1.5rem 0; border-top: 3px solid var(--gold); }
.article-card h3 { margin: .6rem 0; font-size: 1.45rem; font-weight: 500; }
.article-card p { color: var(--muted); font-size: .96rem; }
.newsletter { background: var(--pine); color: white; }
.newsletter .section { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.newsletter h2, .newsletter p { color: white; }
.newsletter .button { background: var(--gold); color: var(--ink); }
footer { background: var(--pine-dark); color: rgba(255,255,255,.82); }
.footer-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-actions .button { background: var(--gold); color: var(--ink); }
.footer-actions .button:hover { background: var(--cream); }
.directory-intro { background: linear-gradient(rgba(251,247,236,.9), rgba(251,247,236,.96)), radial-gradient(circle at 15% 20%, var(--gold-soft), transparent 25%); border-bottom: 1px solid #ddcfb0; }
.intro-inner { max-width: 900px; margin: auto; padding: 4.5rem 1.5rem 3.8rem; text-align: center; }
.intro-inner h1 { margin: .2rem auto; font-size: clamp(3rem, 8vw, 6rem); color: var(--pine-dark); }
.intro-inner h1 span { color: var(--gold); font-family: "Snell Roundhand", "Brush Script MT", cursive; font-weight: 400; }
.intro-inner > p:last-child { max-width: 720px; margin: 1.2rem auto 0; color: var(--muted); font-size: 1.13rem; }
.gold-flourish { color: var(--gold); font-size: 2rem; line-height: 1; }
.brand-verse { padding: 1.5rem; background: var(--pine-dark); color: white; }
.verse-inner { max-width: 900px; margin: auto; display: grid; grid-template-columns: auto 1fr auto auto; gap: 1rem; align-items: center; }
.verse-inner blockquote { margin: 0; font-size: 1.08rem; text-align: center; }
.verse-inner cite { color: var(--gold-soft); font-family: Arial, sans-serif; font-size: .78rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.leaf { color: var(--gold); font-size: 1.7rem; }
.mirror { transform: scaleX(-1); }
.category-directory { max-width: 1000px; }
.category-directory .section-head { justify-content: center; text-align: center; }
.category-directory .section-intro { margin-left: auto; margin-right: auto; }
.category-stack { display: grid; gap: 1rem; margin-top: 2.2rem; }
.category-choice { display: grid; grid-template-columns: 72px 1fr auto; gap: 1.35rem; align-items: center; padding: 1.3rem 1.5rem; border: 1px solid #d8c69f; border-left: 6px solid var(--gold); background: white; box-shadow: 0 8px 25px rgba(61,73,52,.06); text-decoration: none; transition: .2s ease; }
.category-choice:hover, .category-choice:focus-visible { transform: translateX(5px); border-color: var(--gold); box-shadow: 0 12px 28px rgba(61,73,52,.12); }
.category-number { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--pine); color: white; font-size: 1.5rem; }
.category-copy { display: grid; }
.category-copy small { color: var(--gold); font-family: Arial, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.category-copy strong { margin: .08rem 0; color: var(--pine-dark); font-size: 1.45rem; line-height: 1.25; }
.category-copy em { color: var(--muted); font-size: .88rem; font-style: normal; }
.category-action { color: var(--pine-dark); font-family: Arial, sans-serif; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.category-action b { color: var(--gold); font-size: 1.2rem; }
.page-banner { background: linear-gradient(135deg, var(--pine-dark), var(--pine)); }
.article-row h2 { color: var(--pine-dark); }
.footer-inner { max-width: 1180px; margin: auto; padding: 2rem 1.5rem; display: flex; justify-content: space-between; gap: 1rem; font-family: Arial, sans-serif; font-size: .8rem; }
.page-banner { background: var(--pine); color: white; }
.page-banner .section { padding-top: 4rem; padding-bottom: 4rem; }
.page-banner h1, .page-banner p, .page-banner .eyebrow { color: white; }
.page-banner h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.article-list { max-width: 820px; }
.directory-label { margin-top: 1.5rem; padding-bottom: .7rem; border-bottom: 1px solid var(--gold); color: var(--pine); font-family: Arial, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-row { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.article-row h2 { font-size: 1.8rem; margin: .3rem 0 .6rem; }
.article-row p { color: var(--muted); }
.article-layout { max-width: 1100px; margin: auto; padding: 4rem 1.5rem; display: grid; grid-template-columns: minmax(0, 740px) 260px; gap: 5rem; align-items: start; }
.article-body h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.article-body .dek { color: var(--muted); font-size: 1.2rem; }
.article-body h2 { margin-top: 2.7rem; font-size: 1.75rem; }
.article-body blockquote { margin: 2rem 0; padding: 1.2rem 1.5rem; border-left: 4px solid var(--gold); background: white; font-style: italic; }
.article-body .callout { margin: 2.2rem 0; padding: 1.4rem; border: 1px solid var(--gold); background: #fffaf0; }
.article-lead { font-size: 1.22rem; color: var(--pine-dark); }
.article-divider { display: flex; align-items: center; gap: 1rem; margin: 2.7rem 0 1rem; color: var(--gold); }
.article-divider::before, .article-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.article-divider span { font-size: 1.5rem; }
.key-idea { margin: 2rem 0; padding: 1.4rem 1.6rem; border-left: 5px solid var(--gold); background: var(--pine-dark); color: white; font-size: 1.16rem; }
.key-idea.centered { text-align: center; border-left: 0; border-top: 4px solid var(--gold); }
.pull-quote { margin: 2rem 0; color: var(--pine); font-size: clamp(1.45rem, 3vw, 2rem); font-style: italic; text-align: center; }
.pull-quote.single-word { color: var(--pine-dark); font-weight: 700; }
.scripture-quote cite { display: block; margin-top: .8rem; color: var(--pine); font-family: Arial, sans-serif; font-size: .78rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.check-list { padding-left: 1.25rem; }
.check-list li { margin: .55rem 0; padding-left: .3rem; }
.check-list li::marker { color: var(--gold); }
.habit-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: 2rem 0; border: 1px solid var(--gold); background: white; }
.habit-strip span { padding: 1rem; color: var(--pine-dark); font-family: Arial, sans-serif; font-size: .82rem; font-weight: 800; text-align: center; }
.habit-strip span + span { border-left: 1px solid var(--line); }
.faith-progression { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; padding: 1.5rem; background: white; border-top: 3px solid var(--gold); color: var(--pine-dark); font-size: 1.12rem; }
.faith-progression b { color: var(--gold); }
.question-cards { display: grid; gap: .8rem; margin: 1.5rem 0 2rem; }
.question-cards > div { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: center; padding: 1rem 1.2rem; background: white; border: 1px solid var(--line); }
.question-cards span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--pine); color: white; font-family: Arial, sans-serif; font-weight: 800; }
.question-cards p { margin: 0; }
.article-closing { margin: 3rem 0; padding: 1.7rem; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); color: var(--pine-dark); font-size: clamp(1.55rem, 3vw, 2.15rem); font-style: italic; text-align: center; }
.book-cta { display: grid; grid-template-columns: 180px 1fr; gap: 2rem; align-items: center; margin-top: 3rem; padding: 2rem; background: var(--pine-dark); color: white; }
.book-cta img { width: 100%; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.book-cta h2, .book-cta p { color: white; }
.book-cta h2 { margin: .3rem 0 1rem; }
.amazon-button { margin-top: .5rem; background: var(--gold); color: var(--ink); white-space: normal; }
.amazon-button em { font-family: Georgia, serif; }
.article-nav { position: sticky; top: 105px; padding: 1.2rem; border-top: 3px solid var(--gold); background: white; }
.article-nav h2 { font-family: Arial, sans-serif; font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; }
.article-nav a { display: block; padding: .45rem 0; color: var(--pine); font-family: Arial, sans-serif; font-size: .88rem; font-weight: 700; }
.breadcrumb { font-family: Arial, sans-serif; font-size: .78rem; color: var(--muted); margin-bottom: 2rem; }
.breadcrumb a { color: var(--pine); }
@media (max-width: 850px) {
  .hero-inner, .featured, .article-layout { grid-template-columns: 1fr; gap: 2rem; }
  .hero-inner { padding-top: 3.5rem; }
  .category-grid, .latest-grid { grid-template-columns: 1fr 1fr; }
  .article-nav { position: static; }
  .nav { gap: 1rem; }
  .nav-links { gap: .8rem; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .nav { padding: .5rem 1rem; flex-wrap: wrap; gap: .5rem; }
  .brand-logo { flex-basis: 11rem; width: 11rem; height: 6rem; }
  .brand-logo img { width: 16rem; height: 16rem; left: -2.2rem; top: -4.1rem; }
  .nav-links { flex-wrap: wrap; justify-content: flex-end; }
  .category-grid, .latest-grid { grid-template-columns: 1fr; }
  .section-head, .newsletter .section, .footer-inner { display: block; }
  .section-head .text-link { display: inline-block; margin-top: 1rem; }
  .footer-inner p + p { margin-top: .4rem; }
  .brand span:last-child { max-width: 180px; }
  .intro-inner { padding: 3.3rem 1.3rem 2.7rem; }
  .verse-inner { grid-template-columns: 1fr; gap: .35rem; text-align: center; }
  .verse-inner .leaf { display: none; }
  .category-choice { grid-template-columns: 48px 1fr; padding: 1rem; gap: .9rem; }
  .category-number { width: 44px; height: 44px; font-size: 1.15rem; }
  .category-copy strong { font-size: 1.16rem; }
  .category-action { grid-column: 2; white-space: normal; }
  .habit-strip { grid-template-columns: 1fr 1fr; }
  .habit-strip span + span { border-left: 0; border-top: 1px solid var(--line); }
  .book-cta { grid-template-columns: 100px 1fr; gap: 1rem; padding: 1rem; }
  .book-cta .button { font-size: .72rem; padding: .65rem .8rem; }
}
