:root {
  --green: #435e59;
  --green-dark: #2f4541;
  --green-soft: #dfe8e4;
  --cream: #f6f3ec;
  --paper: #fffdf8;
  --ink: #1f2a28;
  --gold: #c8aa6e;
  --line: rgba(31, 42, 40, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.announcement { background: var(--green-dark); color: white; border-bottom: 1px solid rgba(255,255,255,.15); }
.announcement-inner { min-height: 78px; padding: .9rem clamp(1.2rem, 5vw, 5rem); display: flex; justify-content: center; align-items: center; gap: 1.25rem; text-align: center; }
.announcement strong { display: block; font-family: var(--serif); font-size: clamp(1.25rem, 2.3vw, 2rem); font-weight: 500; line-height: 1.2; letter-spacing: .01em; }
.announcement span:not(.announcement-icon) { display: block; margin-top: .2rem; font-family: var(--serif); font-style: italic; opacity: .88; }
.announcement-icon { color: var(--gold); font-size: 1.05rem; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .9rem clamp(1.2rem, 5vw, 5rem); background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-family: var(--serif); font-size: 1.03rem; line-height: 1.05; letter-spacing: .02em; }
.brand img { width: 46px; height: 52px; object-fit: contain; }
.brand small { font-family: var(--sans); text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; }
.nav { display: flex; gap: 1.4rem; font-size: .9rem; font-weight: 650; }
.nav a { text-decoration: none; padding: .4rem 0; border-bottom: 1px solid transparent; }
.nav a:hover { border-color: var(--green); }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: .55rem .8rem; font: inherit; }
.hero { min-height: 73vh; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 4rem; padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 7vw, 8rem); overflow: hidden; }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 .8rem; color: var(--green); font-weight: 750; text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3.4rem, 8vw, 7.6rem); letter-spacing: -.035em; max-width: 950px; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.2rem, 4.6vw, 4.7rem); letter-spacing: -.025em; margin-bottom: 1.2rem; }
h3 { font-size: 1.55rem; margin-bottom: .6rem; }
.lede { max-width: 760px; font-size: clamp(1.08rem, 1.7vw, 1.35rem); color: #40504d; }
.launch-card { display: inline-block; margin-top: 1.3rem; padding: 1rem 1.2rem 1.05rem; border-left: 4px solid var(--gold); background: var(--cream); }
.launch-card p { margin: 0; }
.launch-label { text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 800; color: var(--green); }
.launch-date { margin-top: .2rem !important; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.1; }
.launch-time { margin-top: .25rem !important; font-weight: 800; }
.hero-mark { display: flex; justify-content: center; opacity: .92; }
.hero-mark img { width: min(440px, 32vw); filter: drop-shadow(0 18px 35px rgba(0,0,0,.08)); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .78rem 1.2rem; text-decoration: none; font-weight: 750; border: 1px solid var(--green); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: white; }
.button.secondary { background: transparent; color: var(--green); }
.button.light { background: white; color: var(--green-dark); border-color: white; }
.band { padding: 4rem clamp(1.2rem, 7vw, 8rem); background: var(--green); color: white; text-align: center; }
.band .eyebrow { color: white; opacity: .72; }
blockquote { margin: .5rem auto; max-width: 1000px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); line-height: 1.15; }
.citation { margin: .8rem 0 0; opacity: .72; }
.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 7vw, 8rem); }
.split { display: grid; grid-template-columns: 1fr minmax(310px, .7fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.section p { max-width: 760px; }
address { margin: 1.5rem 0 .8rem; font-style: normal; }
.text-link { font-weight: 750; color: var(--green); }
.info-card { background: var(--cream); border-top: 4px solid var(--green); padding: 2rem; }
.info-card .card-label { text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
.info-card .time { font-family: var(--serif); font-size: 3rem; margin: .1rem 0; line-height: 1; }
.info-card hr { border: 0; border-top: 1px solid var(--line); margin: 1.4rem 0; }
.muted { background: var(--cream); }
.narrow { max-width: 1050px; margin: 0 auto; text-align: center; }
.mission { margin: 0 auto; font-family: var(--serif); font-size: clamp(1.3rem, 2.3vw, 1.9rem); line-height: 1.5; }
.rhythm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
.rhythm-grid article { border-top: 1px solid var(--green); padding: 1.4rem 1.1rem 1rem 0; }
.rhythm-grid span { display: block; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 2rem; }
.pastor { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; background: var(--green-soft); }
.pastor h2 { margin-bottom: .2rem; }
.affiliation { align-self: end; }
.connect { display: flex; justify-content: space-between; align-items: end; gap: 2rem; background: var(--green-dark); color: white; }
.connect .eyebrow { color: #c9d8d3; }
.connect h2 { margin-bottom: .8rem; }
footer { padding: 2.2rem clamp(1.2rem, 7vw, 8rem); display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; font-size: .82rem; border-top: 1px solid var(--line); }
.footer-brand { display: flex; gap: .7rem; align-items: center; font-family: var(--serif); }
.footer-brand img { width: 38px; height: 44px; object-fit: contain; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-mark { display: none; }
  .split, .pastor { grid-template-columns: 1fr; }
  .rhythm-grid { grid-template-columns: 1fr 1fr; }
  .connect { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: .5rem; }
}
@media (max-width: 680px) {
  .announcement-inner { gap: .6rem; padding-top: .8rem; padding-bottom: .8rem; }
  .announcement-icon { display: none; }
  .announcement strong { font-size: 1.15rem; }
  .site-header { position: relative; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); padding: 1rem 1.2rem 1.3rem; }
  .nav.open { display: flex; }
  .hero { padding-top: 4.5rem; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .rhythm-grid { grid-template-columns: 1fr; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}
