:root {
  --ink: #161713;
  --paper: #f2efe6;
  --paper2: #e7e1d4;
  --rust: #bb5733;
  --moss: #67715a;
  --line: rgba(22,23,19,.16);
  --light-line: rgba(242,239,230,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.site-header { height: 82px; position: fixed; inset: 0 0 auto 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px,5vw,72px); border-bottom: 1px solid rgba(242,239,230,.13); color: #f6f2e8; mix-blend-mode: normal; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(242,239,230,.94); backdrop-filter: blur(12px); color: var(--ink); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .12em; font-size: 13px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font: 700 12px "DM Sans",sans-serif; letter-spacing: -.03em; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; letter-spacing: .05em; }
.site-nav a { opacity: .82; }
.site-nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid currentColor; padding: 10px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: transparent; border: 1px solid currentColor; color: inherit; border-radius: 999px; padding: 8px 12px; }
.hero { min-height: 100svh; background: var(--ink); color: var(--paper); position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; padding: 132px clamp(24px,7vw,100px) 76px; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom,rgba(0,0,0,.9),transparent 75%); }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -160px; top: 12%; background: rgba(187,87,51,.22); filter: blur(90px); }
.hero-content { position: relative; z-index: 2; max-width: 820px; }
.eyebrow { font-size: 12px; letter-spacing: .24em; font-weight: 700; margin-bottom: 26px; opacity: .72; }
.hero h1, .section h2, .connect h2 { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero h1 { font-size: clamp(58px,8.4vw,126px); }
em { color: var(--rust); font-weight: 400; }
.hero-copy { max-width: 680px; font-size: clamp(18px,2vw,24px); line-height: 1.58; margin: 32px 0 36px; color: rgba(242,239,230,.75); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; gap: 18px; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rust); color: white; }
.button-ghost { border: 1px solid rgba(242,239,230,.34); color: var(--paper); }
.hero-side { position: relative; z-index: 2; align-self: stretch; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 520px; }
.line-art { width: min(100%,420px); opacity: .78; }
.line-art svg { width: 100%; fill: none; stroke: rgba(242,239,230,.38); stroke-width: 1.2; }
.hero-note { font-family: "Libre Baskerville",serif; font-size: 18px; line-height: 1.45; color: rgba(242,239,230,.58); transform: translate(52px,-16px); }
.scroll-cue { position: absolute; z-index: 2; bottom: 28px; left: clamp(24px,7vw,100px); font-size: 11px; letter-spacing: .18em; opacity: .56; }
.scroll-cue span { margin-left: 10px; }
.marquee { overflow: hidden; white-space: nowrap; background: var(--rust); color: #fff9f3; border-block: 1px solid rgba(0,0,0,.1); }
.marquee-track { display: inline-flex; align-items: center; gap: 25px; padding: 14px 0; animation: marquee 28s linear infinite; font-weight: 700; letter-spacing: .14em; font-size: 12px; }
.marquee-track i { font-style: normal; opacity: .55; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: clamp(78px,10vw,150px) clamp(24px,7vw,100px); }
.section-kicker { display: flex; align-items: center; gap: 16px; font-size: 11px; font-weight: 700; letter-spacing: .19em; margin-bottom: 68px; }
.section-kicker span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); letter-spacing: 0; font-size: 10px; }
.section-kicker.light { color: var(--paper); opacity: .8; }
.section-kicker.light span { border-color: var(--light-line); }
.story-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px,8vw,130px); align-items: start; }
.story-heading h2 { font-size: clamp(42px,5.4vw,76px); line-height: 1.07; }
.story-copy { font-size: 18px; line-height: 1.78; color: rgba(22,23,19,.7); }
.story-copy p:first-child { margin-top: 4px; }
.story-copy blockquote { margin: 42px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); font-family: "Libre Baskerville",serif; font-size: 21px; line-height: 1.5; color: var(--ink); }
.dark { background: var(--ink); color: var(--paper); }
.work-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 74px; }
.work-intro h2 { font-size: clamp(52px,6.2vw,92px); }
.work-intro p { max-width: 440px; color: rgba(242,239,230,.63); line-height: 1.7; font-size: 17px; }
.project-list { border-top: 1px solid var(--light-line); }
.project { display: grid; grid-template-columns: 55px 1fr 1.1fr 38px; gap: 28px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--light-line); transition: background .25s ease, padding .25s ease; }
.project:hover { background: rgba(255,255,255,.035); padding-inline: 12px; }
.project-num { font: 400 12px "Libre Baskerville",serif; color: rgba(242,239,230,.38); }
.project-title p { margin: 0 0 8px; font-size: 10px; letter-spacing: .18em; font-weight: 700; color: var(--rust); }
.project-title h3 { margin: 0; font-family: "Libre Baskerville",serif; font-size: clamp(24px,3vw,38px); font-weight: 400; }
.project-copy { max-width: 590px; color: rgba(242,239,230,.58); line-height: 1.65; }
.project-symbol { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--light-line); color: rgba(242,239,230,.6); }
.belief-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,9vw,140px); }
.belief-heading { position: sticky; top: 140px; align-self: start; }
.handwritten { font-family: "Libre Baskerville",serif; font-style: italic; color: var(--rust); margin-bottom: 18px; }
.belief-heading h2 { font-size: clamp(48px,5.7vw,82px); }
.beliefs { border-top: 1px solid var(--line); }
.belief { padding: 34px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 50px 1fr; gap: 12px; }
.belief > span { color: var(--rust); font: 400 12px "Libre Baskerville",serif; padding-top: 8px; }
.belief h3 { margin: 0 0 10px; font-family: "Libre Baskerville",serif; font-size: clamp(23px,2.2vw,32px); font-weight: 400; }
.belief p { margin: 0; line-height: 1.7; color: rgba(22,23,19,.66); font-size: 16px; }
.quote-band { background: var(--moss); color: #f7f2e8; padding: clamp(75px,10vw,135px) clamp(24px,7vw,100px); }
.quote-band p { margin: 0 auto; max-width: 1080px; text-align: center; font: 400 clamp(35px,5vw,70px)/1.16 "Libre Baskerville",serif; letter-spacing: -.035em; }
.quote-band em { color: #f7c6a9; }
.connect { padding-bottom: 28px; }
.connect-inner { min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 1000px; }
.connect h2 { font-size: clamp(54px,7vw,104px); margin-bottom: 30px; }
.connect-inner > p:not(.eyebrow) { max-width: 720px; color: rgba(242,239,230,.63); font-size: 19px; line-height: 1.7; }
.light-text { color: var(--paper); }
.button-light { margin-top: 24px; background: var(--paper); color: var(--ink); }
.connect footer { border-top: 1px solid var(--light-line); padding-top: 24px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; color: rgba(242,239,230,.55); font-size: 12px; letter-spacing: .08em; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--paper); }
.inverse { border-color: rgba(242,239,230,.44); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .13s; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; align-content: center; padding-top: 120px; }
  .hero-side { display: none; }
  .hero-copy { font-size: 18px; }
  .story-layout, .belief-grid { grid-template-columns: 1fr; }
  .belief-heading { position: static; }
  .work-intro { display: block; }
  .work-intro p { margin-top: 24px; }
  .project { grid-template-columns: 40px 1fr 34px; padding: 24px 0; }
  .project-copy { grid-column: 2 / 4; }
  .connect footer { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 680px) {
  .site-header { height: 68px; }
  .brand-name { display: none; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 16px; right: 16px; top: 74px; background: var(--paper); color: var(--ink); flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero h1 { font-size: clamp(52px,18vw,78px); }
  .hero { min-height: 92svh; }
  .section-kicker { margin-bottom: 44px; }
  .project { gap: 14px; }
  .project-num { display: none; }
  .project { grid-template-columns: 1fr 34px; }
  .project-copy { grid-column: 1 / 3; }
  .belief { grid-template-columns: 34px 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

.scripture-band .verse-wrap {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.scripture-band .verse-wrap p {
  margin: 0;
}
.scripture-band cite {
  display: block;
  margin-top: 28px;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  color: rgba(247,242,232,.72);
}

/* V3: Connect + visual journal */
.connect-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(52px,8vw,120px); align-items: center; min-height: 680px; }
.connect-inner { min-height: 0; }
.connect-note { margin-top: 18px; font-size: 14px !important; color: rgba(242,239,230,.46) !important; }
.direct-email { display: inline-flex; gap: 12px; margin-top: 22px; color: var(--paper); border-bottom: 1px solid rgba(242,239,230,.35); padding-bottom: 5px; font-weight: 700; font-size: 14px; }
.connect-form { width: 100%; max-width: 640px; justify-self: end; padding: clamp(24px,3vw,42px); border: 1px solid var(--light-line); border-radius: 26px; background: rgba(255,255,255,.035); }
.form-row { display: grid; gap: 9px; margin-bottom: 18px; }
.form-row label { font-size: 11px; letter-spacing: .13em; font-weight: 700; color: rgba(242,239,230,.64); text-transform: uppercase; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid rgba(242,239,230,.22); border-radius: 12px; background: rgba(242,239,230,.055); color: var(--paper); padding: 14px 15px; font: inherit; outline: none; }
.form-row select { appearance: none; }
.form-row select option { color: var(--ink); background: var(--paper); }
.form-row textarea { resize: vertical; min-height: 130px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: rgba(242,239,230,.6); background: rgba(242,239,230,.08); }
.form-submit { border: 0; cursor: pointer; margin-top: 6px; }
.form-status { min-height: 22px; margin: 13px 0 0; font-size: 13px; line-height: 1.5; color: rgba(242,239,230,.62); }

.journal-page { background: var(--paper); }
.journal-hero { min-height: 58svh; background: var(--ink); color: var(--paper); padding: 150px clamp(24px,7vw,100px) 82px; display: flex; align-items: end; position: relative; overflow: hidden; }
.journal-hero::after { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; right: -120px; top: -150px; background: rgba(103,113,90,.27); filter: blur(90px); }
.journal-hero-inner { max-width: 970px; position: relative; z-index: 1; }
.journal-hero h1 { margin: 0; font: 400 clamp(64px,9vw,130px)/.95 "Libre Baskerville",serif; letter-spacing: -.05em; }
.journal-hero p:last-child { max-width: 680px; margin: 28px 0 0; font-size: clamp(17px,1.8vw,22px); line-height: 1.65; color: rgba(242,239,230,.65); }
.gallery-section { padding: clamp(60px,8vw,110px) clamp(18px,5vw,72px) clamp(90px,10vw,150px); }
.gallery-intro { display: flex; justify-content: space-between; align-items: end; gap: 34px; margin-bottom: 46px; }
.gallery-intro p { max-width: 620px; margin: 0; line-height: 1.7; color: rgba(22,23,19,.64); }
.gallery-grid { columns: 3 320px; column-gap: 18px; }
.gallery-card { break-inside: avoid; margin: 0 0 18px; border-radius: 18px; overflow: hidden; background: var(--paper2); position: relative; }
.gallery-card img { width: 100%; height: auto; display: block; }
.gallery-placeholder { min-height: 330px; display: grid; place-items: end start; padding: 24px; background: linear-gradient(145deg, #273026, #7b745d 56%, #b66d4a); color: rgba(255,255,255,.84); }
.gallery-card:nth-child(3n+2) .gallery-placeholder { min-height: 450px; background: linear-gradient(160deg, #22241f, #5a6250 60%, #a35b3f); }
.gallery-card:nth-child(3n) .gallery-placeholder { min-height: 280px; background: linear-gradient(135deg, #4e5747, #252821 62%, #9d684f); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 48px 20px 18px; background: linear-gradient(transparent,rgba(0,0,0,.62)); color: white; }
.gallery-caption strong { display: block; font-family: "Libre Baskerville",serif; font-weight: 400; font-size: 19px; }
.gallery-caption span { display: block; margin-top: 5px; font-size: 12px; opacity: .72; }
.gallery-help { margin-top: 42px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; color: rgba(22,23,19,.64); font-size: 14px; line-height: 1.6; }
.journal-footer { background: var(--ink); color: rgba(242,239,230,.58); padding: 30px clamp(24px,7vw,100px); display: flex; justify-content: space-between; gap: 24px; font-size: 12px; letter-spacing: .07em; }

@media (max-width: 900px) {
  .connect-grid { grid-template-columns: 1fr; padding-top: 84px; padding-bottom: 84px; }
  .connect-form { justify-self: stretch; max-width: none; }
  .gallery-intro { display: block; }
  .gallery-intro p { margin-top: 16px; }
}
@media (max-width: 680px) {
  .gallery-grid { columns: 1; }
  .journal-footer { flex-direction: column; }
}

/* V4: Songs & Stories */
.music-feature-card { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; padding: clamp(26px,3vw,40px); margin: 0 0 54px; border: 1px solid var(--light-line); border-radius: 24px; background: rgba(255,255,255,.035); }
.music-feature-card h3 { max-width: 820px; margin: 0; font: 400 clamp(28px,3.5vw,48px)/1.12 "Libre Baskerville",serif; letter-spacing: -.035em; }
.music-feature-card p:last-child { max-width: 750px; margin: 14px 0 0; color: rgba(242,239,230,.58); line-height: 1.65; }
.music-feature-card > span { white-space: nowrap; border: 1px solid var(--light-line); border-radius: 999px; padding: 12px 18px; font-size: 13px; font-weight: 700; }
.songs-hero::after { background: rgba(187,87,51,.24); }
.music-page-intro { padding: clamp(70px,9vw,125px) clamp(24px,7vw,100px); }
.music-page-intro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(50px,8vw,120px); align-items: end; }
.music-page-intro h2 { margin: 0; font: 400 clamp(46px,6vw,86px)/1.04 "Libre Baskerville",serif; letter-spacing: -.045em; }
.music-page-copy { color: rgba(22,23,19,.65); font-size: 17px; line-height: 1.75; }
.music-page-copy p { margin: 0 0 18px; }
.song-list { padding: 0 clamp(24px,7vw,100px) clamp(90px,10vw,150px); }
.music-group + .music-group { margin-top: 92px; }
.music-group-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: end; padding: 0 0 34px; border-bottom: 1px solid var(--line); }
.music-group-heading .eyebrow { margin: 0; color: var(--rust); }
.music-group-heading h2 { margin: 0; font: 400 clamp(36px,4.7vw,68px)/1.08 "Libre Baskerville",serif; letter-spacing: -.04em; }
.song-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding-top: 18px; }
.song-card { min-height: 100%; padding: clamp(24px,3vw,36px); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.28); display: flex; flex-direction: column; }
.song-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; color: rgba(22,23,19,.52); }
.song-mark { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--rust); }
.song-card h3 { margin: 22px 0 12px; font: 400 clamp(30px,3vw,44px)/1.07 "Libre Baskerville",serif; letter-spacing: -.035em; }
.song-story { margin: 0; color: rgba(22,23,19,.66); line-height: 1.68; }
.song-scripture { margin: 22px 0 0; font-size: 10px; letter-spacing: .12em; font-weight: 700; color: var(--rust); }
.song-audio { margin-top: 28px; }
.song-audio audio { width: 100%; display: block; }
.audio-empty { min-height: 74px; display: flex; align-items: center; gap: 16px; padding: 14px 16px; border: 1px dashed rgba(22,23,19,.24); border-radius: 15px; color: rgba(22,23,19,.56); }
.audio-empty > span { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; display: grid; place-items: center; background: var(--rust); color: white; font-size: 12px; padding-left: 2px; }
.audio-empty strong { display: block; font-size: 13px; color: var(--ink); }
.audio-empty small { display: block; margin-top: 3px; font-size: 11px; }
.song-links { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: auto; padding-top: 28px; }
.song-links a { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.release-note { color: rgba(22,23,19,.44); font-size: 11px; line-height: 1.5; }
.music-note-band { background: var(--moss); color: var(--paper); padding: clamp(70px,9vw,120px) clamp(24px,7vw,100px); text-align: center; }
.music-note-band p { max-width: 980px; margin: 0 auto; font: 400 clamp(34px,4.8vw,64px)/1.18 "Libre Baskerville",serif; letter-spacing: -.035em; }
.music-note-band cite { display: block; margin-top: 24px; font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .16em; color: rgba(242,239,230,.68); }
.songs-connect { background: var(--ink); color: var(--paper); padding: clamp(80px,10vw,140px) clamp(24px,7vw,100px); }
.songs-connect > div { max-width: 980px; }
.songs-connect h2 { margin: 0 0 26px; font: 400 clamp(48px,6.4vw,92px)/1.02 "Libre Baskerville",serif; letter-spacing: -.045em; }
.songs-connect > div > p:not(.eyebrow) { max-width: 720px; color: rgba(242,239,230,.64); font-size: 18px; line-height: 1.72; }
@media (max-width: 900px) {
  .music-page-intro-grid, .music-group-heading { grid-template-columns: 1fr; }
  .song-grid { grid-template-columns: 1fr; }
  .music-feature-card { grid-template-columns: 1fr; align-items: start; }
  .music-feature-card > span { justify-self: start; }
}

/* Faith in action */
.faith-action { background: #e8dfcf; }
.faith-action-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,9vw,140px); align-items: start; }
.faith-action-heading h2 { font-size: clamp(48px,5.7vw,82px); }
.faith-action-copy { max-width: 760px; }
.faith-action-copy p { margin: 0 0 22px; font-size: 17px; line-height: 1.78; color: rgba(22,23,19,.72); }
.faith-action-copy .faith-action-lead { font-family: "Libre Baskerville", Georgia, serif; font-size: 25px; color: var(--ink); }
.faith-action-copy .faith-action-pull { margin: 34px 0; font: 400 clamp(26px,3vw,42px)/1.3 "Libre Baskerville", Georgia, serif; letter-spacing: -.025em; color: var(--ink); }
.faith-action-copy blockquote { margin: 42px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); font: 400 19px/1.65 "Libre Baskerville", Georgia, serif; color: var(--moss); }
.faith-action-copy blockquote cite { display: block; margin-top: 10px; font: 700 11px/1.4 Inter, Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; color: rgba(22,23,19,.52); }
@media (max-width: 900px) { .faith-action-grid { grid-template-columns: 1fr; } }
