@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --cream: #f7efd9;
  --paper: #fffdf7;
  --forest: #245d49;
  --forest-deep: #15382d;
  --gold: #ddb73c;
  --coral: #eb5a46;
  --ink: #121714;
  --muted: #59635e;
  --line: rgba(18, 23, 20, 0.14);
  --soft-line: rgba(255, 255, 255, 0.18);
  --max: 1180px;
  --shadow: 0 24px 70px rgba(28, 62, 48, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 16px/1.68 Manrope, system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 790px); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; padding: 11px 15px; background: white; color: var(--forest-deep); }
.skip-link:focus { top: 12px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--forest);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { width: 24px; height: 1px; background: currentColor; content: ""; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.025em;
  text-wrap: balance;
}
h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 5.2vw, 5.3rem); }
h3 { line-height: 1.07; }
.italic { font-style: italic; }
.muted { color: var(--muted); }
.section-intro { display: grid; grid-template-columns: 1.1fr .62fr; gap: 72px; align-items: end; margin-bottom: 50px; }
.section-intro h2 { margin: 0; }
.section-intro p { max-width: 520px; margin: 0; color: var(--muted); }
.section-intro.on-dark p { color: rgba(255,255,255,.75); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 239, 217, .94);
  backdrop-filter: blur(14px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 116px; height: auto; }
.brand span { padding-left: 13px; border-left: 1px solid var(--line); color: var(--forest); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links > a:not(.button) { font-size: .76rem; font-weight: 700; text-decoration: none; }
.nav-links > a:not(.button):hover { color: var(--forest); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); cursor: pointer; }
.mobile-nav { display: none; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--forest);
  border-radius: 8px;
  background: var(--forest);
  color: white;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .065em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-2px); background: var(--forest-deep); }
.button.outline { background: transparent; color: var(--forest); }
.button.outline:hover { background: rgba(255,255,255,.45); }
.button.gold { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.button.gold:hover { background: #cba32c; }
.button.full { width: 100%; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hero { position: relative; overflow: hidden; padding: 92px 0 108px; }
.hero::before {
  position: absolute;
  top: -230px;
  right: -200px;
  width: 670px;
  height: 670px;
  border: 1px solid rgba(36, 93, 73, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 95px rgba(221,183,60,.075), 0 0 0 190px rgba(36,93,73,.035);
  content: "";
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .85fr; gap: 72px; align-items: center; }
.hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.7rem, 7vw, 7rem); }
.hero-copy { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: 1.08rem; }
.hero-note { margin: 22px 0 0; color: var(--forest); font-size: .72rem; font-weight: 700; line-height: 1.55; letter-spacing: .055em; text-transform: uppercase; }

.sermon-system { position: relative; min-height: 560px; }
.demo-label { position: absolute; right: 8px; top: 0; z-index: 4; padding: 7px 10px; border: 1px solid rgba(36,93,73,.25); border-radius: 999px; background: var(--paper); color: var(--forest); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.source-card { position: absolute; left: 0; top: 48px; z-index: 2; width: 68%; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); box-shadow: var(--shadow); }
.source-screen { aspect-ratio: 16/10; overflow: hidden; background: var(--forest-deep); }
.source-screen img { width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.source-caption { padding: 16px 18px; }
.source-caption b { display: block; font: 400 1.15rem/1.1 "DM Serif Display", serif; }
.source-caption small { color: var(--muted); }
.output-card { position: absolute; z-index: 3; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 45px rgba(21,56,45,.16); }
.output-video { right: 0; top: 112px; width: 31%; padding: 8px; border-radius: 24px; transform: rotate(2deg); }
.output-video img { aspect-ratio: 9/16; width: 100%; border-radius: 17px; object-fit: cover; }
.output-video span { display: block; padding: 8px 4px 2px; color: var(--forest); font-size: .59rem; font-weight: 700; text-align: center; letter-spacing: .07em; text-transform: uppercase; }
.output-guide { left: 42px; bottom: 18px; width: 48%; padding: 21px; border-radius: 8px; transform: rotate(-2deg); }
.guide-rule { width: 55%; height: 6px; margin: 9px 0; background: rgba(36,93,73,.16); }
.guide-rule.short { width: 34%; background: var(--gold); }
.output-guide b { font: 400 1.15rem/1 "DM Serif Display", serif; }
.output-guide small { display: block; margin-top: 12px; color: var(--muted); font-size: .65rem; }
.output-web { right: 11px; bottom: 0; width: 43%; padding: 10px; border-radius: 10px; }
.web-bar { display: flex; gap: 4px; padding-bottom: 8px; }
.web-bar i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.web-mini { padding: 17px 13px; background: var(--forest); color: white; }
.web-mini b { font: 400 1.02rem/1.08 "DM Serif Display", serif; }
.web-mini small { display: block; margin-top: 9px; color: rgba(255,255,255,.72); font-size: .58rem; }

.needs { padding: 112px 0; background: var(--paper); }
.need-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.need { min-height: 350px; padding: 30px 30px 34px; border-right: 1px solid var(--line); }
.need:first-child { border-left: 1px solid var(--line); }
.need .number { display: block; margin-bottom: 78px; color: var(--forest); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.need h3 { margin-bottom: 16px; font-size: 2rem; }
.need p { margin: 0; color: var(--muted); font-size: .92rem; }

.deliverables { padding: 112px 0; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.deliverable { min-height: 285px; padding: 33px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,247,.72); }
.deliverable .number { display: block; margin-bottom: 54px; color: var(--forest); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.deliverable h3 { margin-bottom: 13px; font-size: 2.15rem; }
.deliverable p { max-width: 470px; margin: 0; color: var(--muted); font-size: .9rem; }
.deliverable.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 150px .7fr 1fr; gap: 30px; min-height: 0; align-items: end; }
.deliverable.wide .number { margin: 0; align-self: start; }
.deliverable.wide h3 { margin: 0; }
.deliverable.wide p { max-width: 620px; }

.visual-identity { padding: 112px 0; background: var(--paper); }
.identity-layout { display: grid; grid-template-columns: .85fr 1fr; gap: 82px; align-items: start; }
.identity-intro h2 { font-size: clamp(2.7rem, 4.8vw, 4.8rem); }
.identity-intro > p { max-width: 600px; color: var(--muted); }
.identity-board { position: relative; display: grid; grid-template-columns: 1fr .75fr; gap: 15px; overflow: hidden; margin-top: 42px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.identity-mark { display: flex; align-items: center; gap: 13px; }
.identity-mark span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--forest); color: white; font: 400 1.25rem "DM Serif Display", serif; }
.identity-mark b { max-width: 110px; font: 400 1.13rem/1.05 "DM Serif Display", serif; }
.identity-colors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; align-self: center; }
.identity-colors i { aspect-ratio: 1; border-radius: 50%; background: var(--forest-deep); }
.identity-colors i:nth-child(2) { background: var(--forest); }
.identity-colors i:nth-child(3) { background: var(--gold); }
.identity-colors i:nth-child(4) { background: var(--coral); }
.identity-type { grid-column: 1 / -1; display: flex; gap: 18px; align-items: end; padding-top: 22px; border-top: 1px solid var(--line); }
.identity-type strong { font: 400 4.8rem/.72 "DM Serif Display", serif; letter-spacing: -.05em; }
.identity-type span { color: var(--forest); font-size: .73rem; font-weight: 700; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; }
.identity-board small { grid-column: 1 / -1; color: var(--muted); font-size: .6rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.identity-list { border-top: 1px solid var(--line); }
.identity-item { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.identity-item > b { color: var(--forest); font-size: .68rem; letter-spacing: .12em; }
.identity-item h3 { margin-bottom: 9px; font-size: 1.75rem; }
.identity-item p { max-width: 610px; margin: 0; color: var(--muted); font-size: .88rem; }

.process { padding: 112px 0; background: var(--forest); color: white; }
.process-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 90px; }
.process-copy { position: sticky; top: 116px; align-self: start; }
.process-copy p { max-width: 420px; color: rgba(255,255,255,.76); }
.steps { border-top: 1px solid var(--soft-line); }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--soft-line); }
.step b { color: var(--gold); font-size: .7rem; letter-spacing: .12em; }
.step h3 { margin-bottom: 8px; font-size: 1.8rem; }
.step p { max-width: 600px; margin: 0; color: rgba(255,255,255,.72); font-size: .89rem; }
.operational-note { margin-top: 30px; padding: 18px 20px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.07); color: rgba(255,255,255,.77); font-size: .78rem; }

.sample { padding: 112px 0; background: var(--paper); }
.sample-stage { display: grid; grid-template-columns: .66fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); box-shadow: var(--shadow); }
.sample-media { position: relative; min-height: 600px; padding: 34px; background: var(--forest-deep); }
.sample-media .tag { display: inline-block; margin-bottom: 24px; color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.phone-frame { width: min(86%, 310px); margin: 0 auto; padding: 9px; border-radius: 28px; background: #090b0a; }
.phone-frame video { width: 100%; aspect-ratio: 9/16; border-radius: 21px; object-fit: cover; background: #000; }
.sample-copy { padding: 55px; }
.sample-copy h2 { font-size: clamp(2.7rem, 4.7vw, 4.6rem); }
.sample-copy > p { max-width: 610px; color: var(--muted); }
.sample-pieces { margin: 30px 0; border-top: 1px solid var(--line); }
.sample-piece { display: grid; grid-template-columns: 118px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.sample-piece b { color: var(--forest); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.sample-piece span { font-size: .9rem; }

.plans { padding: 112px 0; background: var(--forest-deep); color: white; }
.plans-table { overflow-x: auto; border: 1px solid var(--soft-line); border-radius: 14px; }
.plans table { width: 100%; min-width: 760px; border-collapse: collapse; }
.plans th, .plans td { padding: 18px 22px; border-bottom: 1px solid var(--soft-line); text-align: left; vertical-align: top; }
.plans tr:last-child td { border-bottom: 0; }
.plans th { background: rgba(255,255,255,.06); color: var(--gold); font-size: .72rem; letter-spacing: .085em; text-transform: uppercase; }
.plans th:first-child { width: 31%; color: rgba(255,255,255,.7); }
.plans td { color: rgba(255,255,255,.78); font-size: .88rem; }
.plans td:first-child { color: white; font-weight: 700; }
.plans strong { color: white; }
.price-label { display: block; margin-top: 6px; color: white; font: 400 2.1rem/1 "DM Serif Display", serif; text-transform: none; letter-spacing: -.02em; }
.plan-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 22px 0 0 31%; padding-left: 22px; }
.grant-note { margin: 32px 0 0; padding: 22px 24px; border: 1px solid rgba(221,183,60,.4); color: rgba(255,255,255,.75); font-size: .78rem; }
.grant-note strong { color: var(--gold); }

.resources-strip { padding: 100px 0; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.resource-card { display: flex; min-height: 300px; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.resource-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.resource-card .number { margin-bottom: 60px; color: var(--forest); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.resource-card h3 { margin-bottom: 13px; font-size: 2rem; }
.resource-card p { color: var(--muted); font-size: .87rem; }
.resource-card .read { margin-top: auto; color: var(--forest); font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.faq { padding: 112px 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .6fr 1fr; gap: 85px; }
.faq h2 { font-size: clamp(2.7rem, 4.6vw, 4.7rem); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: 6px; top: 17px; color: var(--forest); font: 400 1.65rem "DM Serif Display", serif; content: "+"; }
details[open] summary::after { content: "−"; }
details p { max-width: 680px; margin: 0; padding: 0 42px 23px 0; color: var(--muted); font-size: .89rem; }

.contact { padding: 112px 0; }
.contact-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 116px; }
.contact-copy p { max-width: 430px; color: var(--muted); }
.contact-form { padding: 36px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label, .field > span { color: var(--forest-deep); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--ink); }
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid rgba(36,93,73,.25); border-color: var(--forest); }
.optional { color: var(--muted); font-weight: 400; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 20px 0; color: var(--muted); font-size: .74rem; }
.consent input { margin-top: 4px; }
.form-status { min-height: 24px; margin: 15px 0 0; color: var(--forest); font-size: .8rem; font-weight: 700; }
.honeypot { position: absolute; left: -9999px; }

.site-footer { padding: 30px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .73rem; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-row a { color: var(--forest); }

.article-hero { padding: 90px 0 78px; border-bottom: 1px solid var(--line); }
.article-hero h1 { max-width: 950px; margin-bottom: 24px; font-size: clamp(3.45rem, 7vw, 6.8rem); }
.article-hero .lede { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.article-meta { color: var(--forest); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-body { padding: 85px 0 105px; background: var(--paper); }
.article-body h2 { margin-top: 66px; font-size: clamp(2.3rem, 4vw, 3.7rem); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin-top: 38px; font-size: 1.75rem; }
.article-body p, .article-body li { color: #35413b; }
.article-body li + li { margin-top: 10px; }
.checklist { margin: 30px 0; padding: 0; list-style: none; counter-reset: checks; }
.checklist li { position: relative; padding: 22px 22px 22px 66px; border-top: 1px solid var(--line); counter-increment: checks; }
.checklist li::before { position: absolute; left: 8px; top: 21px; color: var(--forest); font-size: .7rem; font-weight: 700; letter-spacing: .09em; content: counter(checks, decimal-leading-zero); }
.callout { margin: 40px 0; padding: 26px 28px; border-left: 4px solid var(--gold); background: var(--cream); }
.callout p:last-child { margin-bottom: 0; }
.article-cta { margin-top: 70px; padding: 42px; background: var(--forest-deep); color: white; }
.article-cta h2 { margin: 0 0 16px; color: white; }
.article-cta p { color: rgba(255,255,255,.75); }
.article-cta .button { margin-top: 8px; }
.resource-hub { padding: 102px 0 118px; }

@media (max-width: 980px) {
  .nav-links > a:not(.button) { display: none; }
  .hero-grid, .section-intro, .process-grid, .faq-grid, .contact-grid, .identity-layout { grid-template-columns: 1fr; gap: 50px; }
  .process-copy, .contact-copy { position: static; }
  .hero-grid { gap: 62px; }
  .sermon-system { width: min(100%, 620px); margin: auto; }
  .need-grid { grid-template-columns: 1fr; border-top: 0; }
  .need, .need:first-child { min-height: 0; border: 1px solid var(--line); border-bottom: 0; }
  .need:last-child { border-bottom: 1px solid var(--line); }
  .need .number { margin-bottom: 42px; }
  .sample-stage { grid-template-columns: 1fr; }
  .sample-media { min-height: 610px; }
  .sample-copy { padding: 42px; }
}

@media (max-width: 700px) {
  .wrap, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 68px; }
  .brand img { width: 98px; }
  .brand span { font-size: .6rem; }
  .nav-links { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-nav { position: fixed; inset: 68px 0 auto; z-index: 49; display: grid; gap: 0; padding: 12px 14px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--forest-deep); font-weight: 700; text-decoration: none; }
  .mobile-nav .button { margin-top: 12px; color: white; }
  .hero { padding: 66px 0 80px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.75rem); }
  .hero-copy { font-size: 1rem; }
  .actions .button { width: 100%; }
  .sermon-system { min-height: 475px; }
  .source-card { top: 38px; width: 72%; }
  .output-video { top: 92px; width: 35%; }
  .output-guide { left: 4px; width: 54%; bottom: 28px; }
  .output-web { width: 47%; }
  .needs, .deliverables, .process, .sample, .plans, .faq, .contact, .resources-strip, .resource-hub { padding: 82px 0; }
  .deliverable-grid, .resource-grid, .field-grid { grid-template-columns: 1fr; }
  .deliverable { min-height: 0; }
  .deliverable.wide { grid-column: auto; grid-template-columns: 1fr; gap: 14px; }
  .deliverable .number, .resource-card .number { margin-bottom: 40px; }
  .deliverable.wide .number { margin-bottom: 26px; }
  .sample-media { min-height: 540px; padding: 25px; }
  .sample-copy { padding: 30px 24px; }
  .sample-piece { grid-template-columns: 1fr; gap: 5px; }
  .plan-actions { grid-template-columns: 1fr; margin-left: 0; padding-left: 0; }
  .contact-form { padding: 26px 20px; }
  .field.full { grid-column: auto; }
  .footer-row { display: grid; }
  .article-hero { padding: 68px 0 60px; }
  .article-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .visual-identity { padding: 82px 0; }
  .identity-board { grid-template-columns: 1fr; padding: 23px; }
  .identity-colors, .identity-type, .identity-board small { grid-column: 1; }
  .article-body { padding: 65px 0 85px; }
  .article-cta { padding: 30px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
