:root {
  --orange: #f45112;
  --orange-deep: #d93c06;
  --orange-soft: #fff1e7;
  --ink: #101114;
  --body: #343a46;
  --muted: #69707d;
  --line: #e7e3de;
  --ivory: #fffaf4;
  --paper: #fffefd;
  --white: #ffffff;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(42, 26, 14, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .7rem; color: var(--orange-deep); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .75rem; padding: .7rem 1.25rem; border: 1px solid var(--ink); border-radius: 9px; background: transparent; color: var(--ink); font-weight: 750; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(0,0,0,.1); }
.button--primary { border-color: var(--orange); background: var(--orange); color: white; }
.button--primary:hover { background: var(--orange-deep); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); font-weight: 750; text-decoration-color: var(--orange); text-underline-offset: 5px; }

.ministry-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); color: var(--orange-deep); font-size: .67rem; font-weight: 800; letter-spacing: .27em; text-transform: uppercase; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--ink); font-weight: 850; letter-spacing: .035em; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 38px; height: 46px; flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav > a { position: relative; padding: .6rem 0; color: var(--ink); font-size: .93rem; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .25rem; height: 2px; background: var(--orange); transition: .2s; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.site-nav .button { padding: .52rem 1.1rem; color: white; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, #fff 0 44%, #fff8ee 70%, #ffd4ad 100%); }
.hero-grid { min-height: 500px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 4rem; }
.hero-copy { position: relative; z-index: 2; padding: 5.5rem 0; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(3.25rem, 5vw, 5.45rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 600px; margin: 1.4rem 0 1.9rem; color: var(--body); font-size: 1.3rem; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.hero-art { position: relative; align-self: stretch; min-height: 480px; isolation: isolate; }
.sun { position: absolute; left: 10%; top: 34%; width: 250px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #fff 0 10%, #ffd699 35%, rgba(255,179,91,.2) 66%, transparent 68%); filter: blur(.2px); }
.arc { position: absolute; border: 1px solid rgba(244,81,18,.24); border-radius: 50%; }
.arc--1 { width: 620px; height: 620px; left: -5%; top: 5%; }
.arc--2 { width: 460px; height: 460px; left: 15%; top: 20%; }
.wave { position: absolute; right: -20%; bottom: -7%; width: 125%; height: 58%; border-radius: 55% 0 0 0; transform: rotate(-8deg); background: linear-gradient(155deg, rgba(255,255,255,.15), #ffb36e 50%, #ee4d0d 82%); box-shadow: inset 0 28px 60px rgba(255,255,255,.35); }
.document { position: absolute; width: 205px; height: 270px; border: 1px solid rgba(131,76,30,.16); border-radius: 9px 24px 9px 9px; background: linear-gradient(145deg, #fffdf9, #f4d9bd); box-shadow: var(--shadow); }
.document::after { content: ""; position: absolute; left: 24%; right: 16%; top: 44%; height: 10px; border-radius: 10px; background: currentColor; box-shadow: 0 30px 0 currentColor, 0 60px 0 currentColor; opacity: .62; }
.document--1 { z-index: 3; right: 8%; top: 15%; transform: rotate(3deg); color: #b77742; }
.document--2 { z-index: 4; right: 27%; top: 26%; transform: rotate(-2deg); background: linear-gradient(145deg, #ff9c51, #ee4d0d); color: #fff1e4; }
.document--3 { z-index: 5; right: 14%; top: 42%; width: 185px; height: 240px; background: linear-gradient(145deg, #fffaf3, #ffc68f); color: #ef6d22; }

.section { padding: 5rem 0; }
.section--ivory { background: var(--ivory); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.06; letter-spacing: -.045em; }
.featured-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.35rem; }
.secondary-grid { display: grid; gap: 1.35rem; }
.message-card { position: relative; overflow: hidden; min-height: 252px; display: flex; align-items: flex-end; border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius); background: #2c211b; color: white; text-decoration: none; isolation: isolate; }
.message-card--featured { min-height: 526px; }
.message-card::before, .article-art::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--art); transform: scale(1.01); transition: transform .45s ease; }
.message-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 18%, rgba(10,9,8,.2) 45%, rgba(9,8,7,.88) 100%); }
.message-card:hover::before { transform: scale(1.045); }
.message-card-content { width: 100%; padding: 1.65rem; }
.message-card h3 { max-width: 570px; margin: .3rem 0 .25rem; font-size: clamp(1.45rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.035em; }
.message-card--small h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
.message-card p { margin: 0 0 .65rem; }
.message-card .eyebrow { display: inline-flex; margin: 0; padding: .22rem .55rem; border-radius: 4px; background: var(--orange); color: white; font-size: .65rem; }
.card-link { font-weight: 750; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 6px; }
.art-1 { --art: radial-gradient(circle at 70% 35%, #ffc170 0 5%, transparent 25%), linear-gradient(155deg, #1a3141 0 25%, #724832 52%, #f59a45 70%, #17313b 100%); }
.art-2 { --art: radial-gradient(circle at 74% 24%, #ffdba8 0 4%, transparent 22%), linear-gradient(155deg, #596b75, #27353c 30%, #b66b3e 62%, #203342); }
.art-3 { --art: linear-gradient(110deg, #1f3428, #785c2f 42%, #ffc36e 64%, #30442d); }
.art-4 { --art: radial-gradient(circle at 70% 30%, #ffe6b8 0 4%, transparent 25%), linear-gradient(150deg, #615341, #2f4050 48%, #e17c39); }
.art-5 { --art: linear-gradient(145deg, #342927, #734b43 45%, #d78b56 70%, #2d3442); }
.art-6 { --art: radial-gradient(circle at 50% 43%, #fff2cf 0 4%, transparent 17%), linear-gradient(150deg, #172e30, #4d6a58 43%, #efa85c 75%); }
.art-7 { --art: linear-gradient(145deg, #2f3b46, #6d7f8e 35%, #d19b68 70%, #362a26); }
.art-8 { --art: radial-gradient(circle at 25% 25%, #ffd499 0 4%, transparent 22%), linear-gradient(150deg, #4a4035, #1f3540 50%, #dd6d33); }
.art-9 { --art: linear-gradient(145deg, #152c3c, #417187 42%, #f0a35a 70%, #fff0cf); }
.message-card .line-art { position: absolute; right: -7%; bottom: -33%; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.06), 0 0 0 78px rgba(255,255,255,.05); }

.category-intro { margin: 2.5rem 0 1rem; color: var(--orange-deep); font-size: 1.1rem; font-weight: 800; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.category-link { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); font-weight: 650; text-decoration: none; transition: .2s; }
.category-link span:last-child { color: var(--orange); font-size: 1.4rem; }
.category-link:hover { border-color: var(--orange); transform: translateY(-2px); }

.subscribe-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 3rem; padding: 2.7rem 3rem; border: 1px solid #f0d5bf; border-radius: var(--radius); background: radial-gradient(circle at 85% 0, rgba(255,176,101,.55), transparent 36%), linear-gradient(110deg, #fff9f1, #fff0df); }
.subscribe-panel::after { content: ""; position: absolute; right: -80px; bottom: -150px; width: 430px; height: 300px; border: 1px solid rgba(244,81,18,.28); border-radius: 50%; box-shadow: 0 0 0 35px rgba(244,81,18,.04), 0 0 0 75px rgba(244,81,18,.04); }
.subscribe-copy { position: relative; z-index: 1; display: flex; gap: 1.25rem; align-items: center; }
.subscribe-icon { width: 72px; height: 72px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: 2rem; box-shadow: 0 0 0 10px rgba(244,81,18,.13); }
.subscribe-copy h2 { margin: 0 0 .25rem; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.1; letter-spacing: -.035em; }
.subscribe-copy p { margin: 0; color: var(--body); }
.subscribe-action { position: relative; z-index: 2; display: flex; justify-content: flex-end; }

.archive-hero { padding: 5.5rem 0 3.5rem; background: radial-gradient(circle at 80% 20%, #ffe3c8, transparent 30%), var(--ivory); border-bottom: 1px solid var(--line); }
.archive-hero h1, .page-hero h1 { max-width: 880px; margin: 0; font-size: clamp(3.1rem, 7vw, 6.6rem); line-height: .94; letter-spacing: -.065em; }
.archive-hero p, .page-hero p { max-width: 700px; margin: 1.5rem 0 0; color: var(--body); font-size: 1.22rem; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.archive-grid .message-card { min-height: 355px; }
.archive-grid .message-card h3 { font-size: 1.75rem; }

.article-header { padding: 4.8rem 0 3rem; background: var(--ivory); }
.article-header-inner { max-width: 920px; }
.article-header h1 { margin: .6rem 0 1rem; font-size: clamp(3.15rem, 7vw, 6.2rem); line-height: .96; letter-spacing: -.065em; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.5rem; color: var(--body); }
.article-meta strong { color: var(--ink); }
.article-art { position: relative; overflow: hidden; height: 380px; border-radius: var(--radius); isolation: isolate; }
.article-art::after { content: ""; position: absolute; right: -5%; bottom: -45%; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,255,255,.08), 0 0 0 92px rgba(255,255,255,.07); }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) 240px; justify-content: center; gap: 5rem; padding: 4.5rem 0 5rem; }
.article-body { color: #272b32; font-family: Georgia, "Times New Roman", serif; font-size: 1.19rem; line-height: 1.85; }
.article-body p { margin: 0 0 1.55rem; }
.article-body .scripture { margin: .5rem 0 2rem; padding: 1.4rem 1.6rem; border-left: 4px solid var(--orange); background: var(--orange-soft); color: var(--ink); font-style: italic; }
.article-body h2 { margin: 2.5rem 0 1rem; color: var(--ink); font-family: Inter, sans-serif; font-size: 1.75rem; line-height: 1.2; letter-spacing: -.025em; }
.article-body .prayer { margin-top: 2.5rem; padding: 1.8rem; border: 1px solid #f1c5a4; border-radius: 16px; background: var(--ivory); }
.article-body .prayer strong { display: block; margin-bottom: .5rem; color: var(--orange-deep); font-family: Inter, sans-serif; font-size: .77rem; letter-spacing: .15em; text-transform: uppercase; }
.article-sidebar { align-self: start; position: sticky; top: 2rem; padding-top: .5rem; }
.sidebar-box { padding: 1.3rem; border: 1px solid var(--line); border-radius: 14px; }
.sidebar-box p { margin: 0 0 .8rem; color: var(--body); font-size: .9rem; }
.share-button { width: 100%; cursor: pointer; }
.next-message { border-top: 1px solid var(--line); background: var(--ivory); }
.next-message-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3.4rem 0; }
.next-message h2 { margin: .25rem 0 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.1; }

.page-hero { padding: 5rem 0; border-bottom: 1px solid var(--line); background: linear-gradient(125deg, var(--ivory), white); }
.prose { max-width: 760px; margin: auto; }
.prose h2 { margin-top: 2.5rem; font-size: 1.8rem; }
.prose p, .prose li { color: var(--body); }
.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-aside { position: relative; overflow: hidden; padding: 3rem; background: linear-gradient(145deg, #fff1df, #ffad68); }
.contact-aside::after { content: ""; position: absolute; width: 400px; height: 400px; right: -200px; bottom: -220px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.12), 0 0 0 80px rgba(255,255,255,.1); }
.contact-form { padding: 3rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; margin-bottom: .4rem; font-weight: 750; }
.field input, .field textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #cfd2d7; border-radius: 8px; background: white; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(244,81,18,.2); border-color: var(--orange); }
.field textarea { min-height: 150px; resize: vertical; }
.honest-note { margin-top: 1rem; color: var(--muted); font-size: .9rem; }

.site-footer { border-top: 1px solid var(--line); background: white; }
.footer-inner { min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.footer-inner .brand { font-size: .9rem; }
.copyright { color: var(--muted); font-size: .83rem; text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
.footer-links a { color: var(--body); font-size: .83rem; text-decoration: none; }
.footer-links a:hover { color: var(--orange-deep); }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); display: none; align-items: stretch; flex-direction: column; gap: .2rem; padding: 1rem; border: 1px solid var(--line); border-radius: 0 0 14px 14px; background: white; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: .75rem; }
  .site-nav .button { margin-top: .5rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 4rem 0 1rem; }
  .hero-art { min-height: 360px; }
  .featured-grid, .subscribe-panel, .contact-card { grid-template-columns: 1fr; }
  .message-card--featured { min-height: 400px; }
  .secondary-grid { grid-template-columns: 1fr 1fr; }
  .subscribe-action { justify-content: flex-start; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 720px); }
  .article-sidebar { position: static; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; padding: 2rem 0; }
  .footer-links { justify-content: center; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .ministry-bar { min-height: 30px; font-size: .57rem; letter-spacing: .18em; }
  .header-inner { min-height: 68px; }
  .brand { gap: .55rem; font-size: .75rem; }
  .brand-mark { width: 31px; height: 38px; }
  .hero-copy { padding-top: 3.3rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 300px; margin-inline: -14px; }
  .document { width: 145px; height: 195px; }
  .document--1 { right: 5%; }
  .document--2 { right: 35%; }
  .document--3 { width: 130px; height: 175px; right: 15%; }
  .section { padding: 3.7rem 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading h2 { font-size: 2.45rem; }
  .secondary-grid, .archive-grid { grid-template-columns: 1fr; }
  .message-card--featured { min-height: 440px; }
  .message-card--small, .archive-grid .message-card { min-height: 330px; }
  .category-grid { grid-template-columns: 1fr; }
  .subscribe-panel { gap: 1.5rem; padding: 2rem 1.4rem; }
  .subscribe-copy { align-items: flex-start; flex-direction: column; }
  .subscribe-action .button { width: 100%; }
  .archive-hero, .page-hero { padding: 3.8rem 0; }
  .archive-hero h1, .page-hero h1 { font-size: 3.7rem; }
  .article-header { padding: 3.5rem 0 2rem; }
  .article-header h1 { font-size: 3.45rem; }
  .article-art { height: 270px; border-radius: 0; margin-inline: -14px; }
  .article-layout { padding: 3rem 0; }
  .article-body { font-size: 1.08rem; line-height: 1.78; }
  .next-message-inner { align-items: flex-start; flex-direction: column; }
  .contact-aside, .contact-form { padding: 2rem 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
