
:root {
  --forest: #16432f;
  --forest-2: #216346;
  --sage: #e8f0e9;
  --sand: #f8f4ec;
  --clay: #b86132;
  --ink: #1c2520;
  --muted: #5d6b62;
  --line: #dce5dc;
  --white: #ffffff;
  --shadow: 0 20px 45px rgba(22, 67, 47, .14);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--sand), #fff 45%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: var(--forest-2); }
a:hover { color: var(--clay); }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--white); padding: .7rem 1rem; border-radius: 999px; z-index: 10; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-grid { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--forest); color: var(--white); font-weight: 800; letter-spacing: .04em; }
.brand small { display: block; color: var(--muted); margin-top: -2px; }
.site-nav { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a { text-decoration: none; color: var(--ink); padding: .65rem .85rem; border-radius: 999px; font-weight: 650; }
.site-nav a.active, .site-nav a:hover { background: var(--sage); color: var(--forest); }
.menu-button { display: none; border: 1px solid var(--line); background: var(--white); padding: .65rem .85rem; border-radius: 999px; font-weight: 700; }
.hero { background: radial-gradient(circle at 80% 0%, rgba(184,97,50,.22), transparent 32%), linear-gradient(135deg, #123d2b, #1f6b49); color: var(--white); padding: 70px 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; align-items: center; }
.eyebrow { color: #d6eadb; text-transform: uppercase; letter-spacing: .12em; font-size: .83rem; font-weight: 800; margin: 0 0 10px; }
h1 { font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .98; margin: 0; letter-spacing: -.05em; }
.hero-subtitle { max-width: 720px; font-size: clamp(1.1rem, 2vw, 1.35rem); color: #eef7f0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 999px; padding: .9rem 1.15rem; text-decoration: none; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.button.primary { background: var(--clay); color: var(--white); }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,.42); }
.hero-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.hero-card a { color: var(--white); font-weight: 800; }
.page-shell { padding: 48px 0 64px; }
.card, .panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 4vw, 34px); box-shadow: var(--shadow); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.1; margin: 0 0 12px; letter-spacing: -.03em; }
.lede { font-size: 1.12rem; color: var(--muted); }
.callout { border-left: 6px solid var(--clay); background: #fff8f1; padding: 18px 20px; border-radius: 16px; }
.trail-list { display: grid; gap: 10px; margin-top: 18px; }
.trail-list a { display: flex; justify-content: space-between; gap: 16px; align-items: center; text-decoration: none; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: #fbfdfb; color: var(--ink); font-weight: 700; }
.trail-list a:hover { border-color: var(--forest-2); transform: translateY(-1px); }
.link-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.link-list a { display: block; background: #fbfdfb; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font-weight: 750; text-decoration: none; }
.form-grid { display: grid; gap: 18px; }
label { font-weight: 800; display: block; margin-bottom: 6px; }
input, textarea, select { width: 100%; border: 1px solid #cbd8cd; border-radius: 14px; padding: 13px 14px; font: inherit; background: var(--white); }
textarea { min-height: 190px; resize: vertical; }
.help { color: var(--muted); font-size: .95rem; margin-top: 5px; }
.site-footer { background: #102c20; color: #e7f2ea; padding: 38px 0 26px; }
.site-footer a { color: #ffffff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.16); margin-top: 24px; padding-top: 18px; color: #c5d8cc; font-size: .92rem; }
@media (max-width: 840px) {
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; inset: 78px 16px auto 16px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 12px; flex-direction: column; }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; }
  .hero-grid, .grid-2, .grid-3, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0; }
}
