:root {
  --forest: #2f5b4d;
  --forest-2: #3d7461;
  --water: #2d7180;
  --sky: #b9d9dc;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --ember: #b94c38;
  --gold: #8a6518;
  --gold-light: #f0cf7b;
  --ink: #17201d;
  --muted: #57645f;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(16, 39, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; padding: .7rem 1rem; background: white; z-index: 20; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: .65rem clamp(1rem, 5vw, 5rem); background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(22,45,38,.12); backdrop-filter: blur(12px); }
.brand img { display: block; width: 190px; min-width: 190px; max-height: 62px; object-fit: contain; }
nav { display: flex; gap: 1.5rem; align-items: center; }
nav a { text-decoration: none; font-weight: 700; font-size: .92rem; }
nav a:hover, nav a:focus-visible { color: var(--ember); }
.nav-toggle { display: none; padding: .55rem .8rem; border: 1px solid var(--forest); border-radius: 8px; background: transparent; font-weight: 700; }
.hero { position: relative; isolation: isolate; min-height: 690px; display: grid; align-items: center; overflow: hidden; padding: 6rem clamp(1.2rem, 8vw, 8rem); color: white; background: linear-gradient(125deg, rgba(39,81,68,.97), rgba(61,116,97,.88) 55%, rgba(45,113,128,.78)), radial-gradient(circle at 80% 25%, #75aab0, transparent 38%), var(--forest); }
.hero::after { content: ""; position: absolute; inset: auto -10% -22% 38%; height: 520px; z-index: -1; border-radius: 50% 50% 0 0; background: linear-gradient(160deg, transparent 15%, rgba(255,255,255,.09)); transform: rotate(-7deg); }
.hero-ripples { position: absolute; right: -80px; bottom: -130px; width: 650px; aspect-ratio: 1; z-index: -1; border: 2px solid rgba(185,217,220,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(185,217,220,.09), 0 0 0 160px rgba(185,217,220,.06), 0 0 0 240px rgba(185,217,220,.035); }
.hero-content { max-width: 850px; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .84rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow, .page-hero .eyebrow { color: var(--gold-light); }
h1, h2, h3 { line-height: 1.12; }
h1 { max-width: 820px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.6rem, 6.2vw, 5.8rem); font-weight: 500; letter-spacing: -.035em; }
.mission-line { max-width: 720px; margin: 1.8rem 0 .9rem; color: var(--sky); font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 800; }
.hero-copy { max-width: 680px; margin-bottom: 2rem; font-size: 1.08rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-block; padding: .82rem 1.1rem; border: 2px solid white; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button.primary { color: var(--forest); background: white; }
.button.secondary { color: white; background: transparent; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.section { padding: clamp(4rem, 8vw, 7.5rem) clamp(1.2rem, 8vw, 8rem); }
.section-heading { max-width: 760px; margin-bottom: 2.7rem; }
.section-heading h2, .future h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4.5vw, 4rem); font-weight: 500; letter-spacing: -.025em; }
.section-heading > p:last-child { font-size: 1.08rem; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); max-width: 1160px; }
.two-column p { margin: 0; }
.lead { color: var(--forest-2); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2.6vw, 2rem); line-height: 1.4; }
.camp { color: white; background: var(--forest); }
.light .eyebrow { color: var(--gold-light); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 970px; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.stats div { padding: 2rem; text-align: center; }
.stats div + div { border-left: 1px solid rgba(255,255,255,.28); }
.stats strong { display: block; color: var(--sky); font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; }
.stats span { display: block; margin-top: .65rem; font-weight: 700; }
.status-note { max-width: 720px; margin: 2rem 0 0; color: #d9e6e2; }
.camp-mark { display: block; width: min(260px, 70vw); max-height: 110px; margin: 0 0 1.1rem; object-fit: contain; object-position: left center; }
.hero-mark { filter: drop-shadow(0 4px 10px rgba(0,0,0,.18)); }
.camp-story-image { max-width: 1160px; margin: 0 0 2.5rem; overflow: hidden; background: rgba(255,255,255,.08); border-radius: var(--radius); box-shadow: var(--shadow); }
.camp-story-image img { display: block; width: 100%; height: auto; aspect-ratio: 4000 / 2273; object-fit: cover; }
.camp-story-image figcaption { padding: .8rem 1rem; color: #eef6f3; font-size: .9rem; }
.values { background: var(--cream); }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.card-grid article { padding: 2rem; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.card-grid h3 { margin-top: 0; color: var(--forest-2); font-size: 1.25rem; }
.future { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.future-copy { max-width: 780px; }
.future-visual { margin: 0; overflow: hidden; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.future-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1692 / 929; object-fit: cover; }
.future-visual figcaption { display: grid; gap: .45rem; padding: 1.2rem 1.35rem 1.35rem; color: white; background: var(--forest); }
.future-visual figcaption span { color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.future-visual figcaption strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.5rem; font-weight: 500; }
.future-visual figcaption small { color: #e7f0ec; line-height: 1.45; }
.involved { color: white; background: linear-gradient(135deg, #7f3025, var(--ember)); }
.involve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.involve-grid div { padding: 1.5rem; border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.involve-grid h3 { margin-top: 0; }
.coming-soon { margin: 2rem 0 0; padding: 1rem 1.2rem; max-width: 760px; color: var(--forest); background: var(--cream); border-radius: 10px; font-weight: 700; }
.page-hero { padding: clamp(4rem, 9vw, 7rem) clamp(1.2rem, 8vw, 8rem); color: white; background: linear-gradient(125deg, var(--forest), var(--forest-2) 62%, var(--water)); }
.page-hero h1 { max-width: 950px; font-size: clamp(2.5rem, 5.5vw, 5rem); }
.page-hero p:last-child { max-width: 760px; font-size: 1.15rem; }
.content { max-width: 940px; }
.content h2 { margin-top: 2.2rem; color: var(--forest-2); font: 500 clamp(1.7rem, 3vw, 2.6rem)/1.15 Georgia, serif; }
.content a:not(.button) { color: var(--water); font-weight: 700; }
.notice { padding: 1rem 1.2rem; background: var(--cream); border-left: 5px solid var(--gold); border-radius: 6px; }
.form { display: grid; gap: 1rem; max-width: 720px; }
.form label { display: grid; gap: .35rem; font-weight: 700; }
.form input, .form select, .form textarea { width: 100%; padding: .8rem; color: var(--ink); background: white; border: 1px solid #88958f; border-radius: 7px; font: inherit; }
.form textarea { min-height: 150px; resize: vertical; }
.form button { justify-self: start; cursor: pointer; }
.honeypot { position: absolute; left: -9999px; }
footer { display: grid; grid-template-columns: 170px 1fr; gap: 2rem; align-items: center; padding: 3rem clamp(1.2rem, 8vw, 8rem); color: #f1f7f4; background: #254b40; }
footer img { width: 155px; filter: brightness(1.35); }
footer p { margin: .25rem 0; }
.copyright { color: #9eb2ab; font-size: .85rem; }

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  nav { position: absolute; left: 0; right: 0; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.2rem 1rem; background: var(--paper); border-bottom: 1px solid #ddd; }
  nav.open { display: flex; }
  nav a { padding: .75rem 0; }
  .hero { min-height: 640px; padding-top: 5rem; }
  .two-column, .future { grid-template-columns: 1fr; }
  .card-grid, .involve-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stats div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  footer { grid-template-columns: 1fr; }
}

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