
:root{
  --bg: #ffffff;
  --ink: #132018;
  --muted: #516056;
  --brand: #0f6b47;
  --brand2:#1aa06d;
  --soft:#ecf7f0;
  --soft2:#f7fbf8;
  --card:#ffffff;
  --shadow: 0 10px 25px rgba(0,0,0,0.08);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

a{color: var(--brand); text-decoration:none}
a:hover{text-decoration:underline}

.container{max-width:1100px;margin:0 auto;padding:0 18px}

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  left:18px; top:18px; width:auto; height:auto; background:#fff; padding:10px 12px; border-radius:10px; box-shadow:var(--shadow);
}

.topbar{
  background: var(--soft2);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 10px 0;
}
.topbar-inner{
  display:flex; gap:12px; align-items:center; justify-content:space-between;
  flex-wrap:wrap;
}
.pill{
  display:inline-block;
  background: var(--soft);
  border: 1px solid rgba(15,107,71,0.18);
  color: var(--brand);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
}
.muted{color: var(--muted)}
.sep{color: rgba(0,0,0,0.25); padding: 0 6px}
.toplink{font-weight:600; font-size: 14px}

.hero{
  background: radial-gradient(900px 500px at 20% 0%, rgba(26,160,109,0.20), transparent 60%),
              radial-gradient(900px 500px at 80% 0%, rgba(15,107,71,0.18), transparent 60%),
              var(--soft2);
  padding: 46px 0 26px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 18px;
  align-items: start;
}

.logo{
  width: 92px;
  height: auto;
  display:block;
  margin-bottom: 10px;
}

h1{
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.h1-sub{font-weight:700; color: var(--brand)}
.tagline{
  font-weight:700;
  color: var(--brand);
  margin: 0 0 6px;
  font-size: 16px;
}
.scripture{
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.cta-row{display:flex; gap:10px; flex-wrap:wrap; margin: 14px 0 14px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}
.btn:hover{transform: translateY(-1px); text-decoration:none}
.btn.primary{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#fff;
  border-color: rgba(0,0,0,0);
}
.btn.ghost{
  background: transparent;
}
.btn.small{padding: 8px 12px; font-size: 13px}

.quickfacts{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
.fact{
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 10px 12px;
}
.fact-k{font-size:12px; color: var(--muted); font-weight:700; text-transform: uppercase; letter-spacing: .04em}
.fact-v{font-size:14px; font-weight:700}

.hero-cards{display:grid; gap:12px}
.card{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: var(--shadow);
}
.card.soft{background: rgba(236,247,240,0.70)}
.card-top{display:flex; align-items:flex-start; justify-content:space-between; gap: 12px}
.card-title{font-weight:800}
.card-time{font-weight:900; color: var(--brand)}
.card-sub{color: var(--muted); font-size: 14px; margin-top: 6px}
.card-actions{display:flex; gap:10px; margin-top: 12px; flex-wrap:wrap}
.list{margin-top: 10px; display:grid; gap: 6px}
.li{font-weight:600; color: var(--muted)}

.section{padding: 52px 0}
.section.alt{background: var(--soft2); border-top: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05)}
.section-head{max-width: 800px}
h2{font-size: 30px; margin: 0 0 8px; letter-spacing: -0.02em}
.lead{margin: 0 0 18px; color: var(--muted); font-weight: 600}

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}
.feature{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.feature h3{margin: 0 0 6px}
.feature p{margin: 0; color: var(--muted); font-weight: 600}

.grid-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.bigcard{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.bigcard-title{font-weight:900; font-size: 16px}
.bigcard-time{font-weight:1000; font-size: 28px; color: var(--brand); margin-top: 6px}
.bigcard-meta{color: var(--muted); font-weight: 700; margin-top: 6px}

.visitcard{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.visitcard h3{margin: 0 0 8px}
.visitcard p{margin: 0 0 8px; color: var(--muted); font-weight: 600}
.visitcard ul{margin: 0; padding-left: 18px; color: var(--muted); font-weight: 600}
.visitcard li{margin: 6px 0}

.mapwrap{
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: var(--shadow);
}
.mapwrap iframe{
  width: 100%;
  height: 360px;
  border: 0;
}

.center{display:flex; justify-content:center; margin-top: 14px}

.notice{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  padding: 14px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  margin-top: 10px;
  color: var(--muted);
  font-weight: 650;
}

.contactcard, .formcard{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.contactcard h3, .formcard h3{margin-top:0}
.social{display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px}

label{display:block; font-weight:800; margin-bottom: 10px}
input, textarea{
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.14);
  font: inherit;
}
.smallprint{font-size: 12px}

.footer{
  background: #0b3c28;
  color: rgba(255,255,255,0.92);
  padding: 22px 0;
}
.footer a{color: #d7ffe9}
.footer-inner{
  display:flex; justify-content:space-between; gap: 12px; flex-wrap:wrap;
}
.footer-title{font-weight: 900}

@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr; }
  .quickfacts{grid-template-columns: 1fr}
}
@media (max-width: 820px){
  .grid-3{grid-template-columns: 1fr}
  .grid-2{grid-template-columns: 1fr}
  h1{font-size: 34px}
  h2{font-size: 26px}
}
