:root {
  --cream: #fffaf2;
  --paper: #ffffff;
  --ink: #2f261f;
  --muted: #6f6257;
  --brown: #6f4c35;
  --terracotta: #c66a3d;
  --green: #627a55;
  --sage: #dfe8d7;
  --gold: #dfa84a;
  --blue: #4b7f8d;
  --rose: #b75f70;
  --shadow: 0 24px 70px rgba(63, 44, 31, .14);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, iframe { max-width: 100%; }
code { background: rgba(111, 76, 53, .1); border-radius: 8px; padding: 2px 6px; }
.skip-link { position: absolute; top: -50px; left: 1rem; background: var(--ink); color: #fff; padding: .75rem 1rem; z-index: 20; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 250, 242, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(111, 76, 53, .1); }
.nav { min-height: 166px; max-width: 1180px; margin: 0 auto; padding: 10px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; flex: 0 1 430px; min-width: 0; }
.brand-logo { display: block; width: min(430px, 36vw); height: 146px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 18px; font-weight: 700; font-size: .94rem; color: var(--muted); }
.nav-links a:hover { color: var(--terracotta); }
.give-link { background: var(--ink); color: #fff !important; padding: .7rem 1rem; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: var(--ink); color: #fff; padding: .72rem 1rem; border-radius: 999px; font-weight: 800; }
.hero { position: relative; min-height: 820px; display: grid; align-items: end; padding: 150px 24px 60px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,38,31,.82), rgba(47,38,31,.42), rgba(47,38,31,.2)), url('https://images.unsplash.com/photo-1511632765486-a01980e01a18?auto=format&fit=crop&w=2200&q=85') center/cover; transform: scale(1.02); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 210px; background: linear-gradient(0deg, var(--cream), transparent); }
.hero-content { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; color: #fff; width: 100%; }
.eyebrow { margin: 0 0 12px; color: var(--terracotta); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .8rem; }
.hero .eyebrow { color: #ffd28d; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(3.2rem, 8vw, 7.7rem); line-height: .92; letter-spacing: -.07em; max-width: 980px; margin-bottom: 26px; }
h2 { font-size: clamp(2.1rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.045em; margin-bottom: 24px; }
h3 { font-size: 1.42rem; line-height: 1.15; margin-bottom: 10px; }
.hero-copy { max-width: 770px; font-size: clamp(1.15rem, 2.1vw, 1.45rem); color: rgba(255,255,255,.9); }
.hero-actions, .subscribe-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.08rem; border: 1px solid rgba(111,76,53,.22); border-radius: 999px; background: rgba(255,255,255,.9); color: var(--ink); font-weight: 900; box-shadow: 0 10px 25px rgba(47,38,31,.08); transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--terracotta); color: #fff; border-color: var(--terracotta); }
.btn.accent { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn.small { min-height: 42px; font-size: .9rem; }
.service-card { position: absolute; right: max(24px, calc((100vw - 1180px)/2)); bottom: 70px; z-index: 2; max-width: 360px; background: rgba(255,250,242,.95); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.card-label { color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }
.service-card h2 { font-size: 2rem; margin: 10px 0; }
.service-card a { color: var(--terracotta); font-weight: 900; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 105px 0; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: start; }
.intro p { font-size: 1.12rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.stats article, .feature-card, .video-card, .archive-list, .audio-panel, .visit-card, .map-card, .giving-card, .team-note { background: var(--paper); border: 1px solid rgba(111,76,53,.12); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.stats strong { display: block; font-size: 3rem; line-height: 1; color: var(--terracotta); }
.stats span { color: var(--muted); font-weight: 700; }
.warm { background: #f4eadc; }
.green { background: linear-gradient(180deg, var(--sage), #f7f9f3); }
.clay { background: linear-gradient(135deg, #6f4c35, #bd6741); color: #fff; }
.clay .eyebrow { color: #ffd28d; }
.section-head { max-width: 820px; margin-bottom: 46px; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.media-layout { display: grid; grid-template-columns: 1.35fr .85fr; gap: 24px; }
.video-card { overflow: hidden; padding: 0; }
.video-frame { aspect-ratio: 16/9; background: #1f1a15; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.media-body { padding: 28px; }
.archive-list { display: grid; gap: 16px; }
.archive-item { border-top: 1px solid rgba(111,76,53,.12); padding-top: 16px; }
.archive-item span, .mini-list span { color: var(--green); font-size: .86rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.archive-item h4 { margin: 4px 0 6px; font-size: 1.05rem; }
.archive-item a { color: var(--terracotta); font-weight: 900; }
.audio-panel audio { width: 100%; margin: 14px 0 24px; }
.mini-list { display: grid; gap: 12px; }
.mini-list article { padding: 14px; border-radius: 18px; background: #f8f2e9; display: flex; justify-content: space-between; gap: 12px; }
.cards-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--green); color: #fff; border-radius: 50%; font-weight: 900; margin-bottom: 24px; }
.download-strip, .giving-card { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #fff; border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.visit-grid, .connect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.check-list { padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { padding-left: 32px; position: relative; font-weight: 750; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.map-card iframe { width: 100%; height: 340px; border: 0; border-radius: 20px; margin-bottom: 16px; }
.contact-form { display: grid; gap: 14px; background: #fff; color: var(--ink); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
label { display: grid; gap: 8px; font-weight: 850; }
input, textarea { width: 100%; border: 1px solid rgba(111,76,53,.18); border-radius: 16px; padding: 1rem; font: inherit; color: var(--ink); background: #fffaf5; }
input:focus, textarea:focus { outline: 3px solid rgba(198,106,61,.28); border-color: var(--terracotta); }
.timeline { display: grid; gap: 14px; margin-top: 24px; }
.timeline article { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 22px; background: rgba(255,255,255,.72); border-radius: 22px; border: 1px solid rgba(111,76,53,.12); }
.timeline strong { color: var(--terracotta); }
.team-note { margin-top: 24px; background: linear-gradient(135deg, rgba(75,127,141,.13), rgba(183,95,112,.13)); }
.admin { background: #2f261f; color: #fff; }
.admin .section-head p, .admin .feature-card p { color: rgba(255,255,255,.72); }
.admin .feature-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); box-shadow: none; }
.footer { background: #211a15; color: #fff; padding: 54px 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .6fr; gap: 30px; }
.footer p { color: rgba(255,255,255,.72); }
.footer a { display: block; color: #ffd28d; margin-bottom: 8px; font-weight: 800; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .nav { min-height: 128px; padding: 10px 18px; gap: 16px; }
  .brand { flex-basis: min(62vw, 360px); }
  .brand-logo { width: min(360px, 62vw); height: 108px; }
  .nav-links { position: absolute; left: 16px; right: 16px; top: 132px; display: none; flex-direction: column; align-items: stretch; background: #fff; border-radius: 24px; padding: 20px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero { min-height: 760px; padding-top: 96px; }
  .service-card { position: relative; right: auto; bottom: auto; margin: 30px auto 0; width: calc(100% - 48px); }
  h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .split, .media-layout, .visit-grid, .connect-grid, .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .stats, .cards-three { grid-template-columns: 1fr; }
  .download-strip { align-items: stretch; flex-direction: column; }
  .section-pad { padding: 72px 0; }
  .timeline article { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 520px) {
  .nav { min-height: 104px; padding: 8px 16px; gap: 12px; }
  .brand { flex-basis: min(64vw, 280px); }
  .brand-logo { width: min(280px, 64vw); height: 86px; }
  .menu-toggle { padding: .62rem .82rem; }
  .nav-links { top: 108px; }
  .hero { padding-top: 84px; }
}
@media (prefers-reduced-motion: reduce) {
  *, html { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
.movement-note {
  margin-top: 28px;
  background: linear-gradient(135deg, rgba(198,106,61,.12), rgba(98,122,85,.14));
  border: 1px solid rgba(111,76,53,.12);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
}
.movement-note h3 {
  font-size: clamp(1.8rem, 3.5vw, 3.25rem);
  letter-spacing: -.04em;
  max-width: 760px;
}
.movement-note p:last-child {
  max-width: 860px;
  color: var(--muted);
  font-size: 1.1rem;
  margin-bottom: 0;
}
.community-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}
.community-list article {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(111,76,53,.12);
  border-radius: 22px;
  padding: 22px;
}
.community-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brown);
}
.community-list span {
  color: var(--muted);
}
@media (max-width: 900px) {
  .community-list { grid-template-columns: 1fr; }
}
