:root {
  --forest-950: #08251b;
  --forest-900: #123c2c;
  --forest-800: #1d503b;
  --leaf-600: #4f8f46;
  --leaf-500: #65a653;
  --leaf-100: #e3eedc;
  --sand-50: #fbfaf5;
  --sand-100: #f2efe3;
  --sand-200: #e2ddcc;
  --clay-500: #d97738;
  --ink: #17231d;
  --muted: #5b6861;
  --white: #fff;
  --shadow-sm: 0 8px 24px rgba(8, 37, 27, .08);
  --shadow-lg: 0 28px 80px rgba(8, 37, 27, .18);
  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 34px;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--sand-50);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  color: var(--forest-950);
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}
h1 { font-size: clamp(3.4rem, 8vw, 6.8rem); margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 1rem; }
h3 { color: var(--forest-900); font-size: 1.25rem; line-height: 1.25; margin-bottom: .65rem; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.section { padding: clamp(72px, 10vw, 132px) 0; }
.section-lead { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.eyebrow {
  color: var(--leaf-600);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  background: var(--forest-900);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--white);
  position: relative;
  z-index: 10;
}
.header-inner { align-items: center; display: flex; gap: 32px; min-height: 82px; }
.brand { align-items: center; display: inline-flex; font-size: 1.35rem; font-weight: 800; gap: 10px; text-decoration: none; }
.brand img { border-radius: 50%; height: 42px; width: 42px; }
.site-nav { display: flex; gap: 28px; margin-left: auto; }
.site-nav a, .site-footer a { text-decoration: none; }
.site-nav a { color: rgba(255,255,255,.78); font-size: .93rem; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 750;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--clay-500); outline-offset: 3px; }
.button-small { min-height: 43px; padding-inline: 18px; }
.button-primary { background: var(--forest-900); color: var(--white); box-shadow: var(--shadow-sm); }
.button-primary:hover { background: var(--forest-800); }
.button-light { background: var(--white); color: var(--forest-950); }
.button-light:hover { background: var(--leaf-100); }
.text-link { color: var(--forest-900); font-weight: 750; text-underline-offset: 5px; }

.hero {
  background: var(--sand-100);
  min-height: 700px;
  overflow: hidden;
  padding: clamp(70px, 10vw, 130px) 0;
  position: relative;
}
.hero::before {
  background: radial-gradient(circle, rgba(79,143,70,.16) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  content: "";
  height: 360px;
  left: -80px;
  opacity: .45;
  position: absolute;
  top: 40px;
  width: 360px;
}
.hero-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 110px); grid-template-columns: 1.05fr .95fr; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 em { color: var(--leaf-600); display: block; font-weight: inherit; }
.hero-lead { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); max-width: 650px; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; margin: 38px 0 0; padding: 0; }
.hero-points li { color: var(--forest-800); font-size: .9rem; font-weight: 700; }
.hero-points li::before { color: var(--leaf-600); content: "✓"; margin-right: 8px; }

.hero-visual { min-height: 520px; position: relative; }
.topo {
  background-image: url('/banner-image.png');
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  filter: saturate(.75);
  inset: 0;
  opacity: .16;
  position: absolute;
  transform: rotate(7deg) scale(1.08);
}
.log-card {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(8,37,27,.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  left: 50%;
  padding: 34px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  width: min(390px, 88%);
}
.log-card-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 30px; }
.activity-icon { align-items: center; background: var(--forest-900); border-radius: 50%; color: var(--white); display: flex; font-size: 1.4rem; height: 48px; justify-content: center; width: 48px; }
.status { background: var(--leaf-100); border-radius: 999px; color: var(--forest-800); font-size: .78rem; font-weight: 800; padding: 7px 12px; }
.card-label { color: var(--clay-500); font-size: .72rem; font-weight: 800; letter-spacing: .14em; margin-bottom: .55rem; text-transform: uppercase; }
.log-card h2 { font-family: var(--font-sans); font-size: 2rem; font-weight: 800; letter-spacing: -.04em; margin-bottom: .35rem; }
.location { color: var(--muted); font-size: .9rem; }
.metrics { border-bottom: 1px solid var(--sand-200); border-top: 1px solid var(--sand-200); display: grid; grid-template-columns: repeat(3,1fr); margin: 25px 0; padding: 20px 0; }
.metrics div { display: flex; flex-direction: column; }
.metrics strong { color: var(--forest-900); font-size: 1.25rem; }
.metrics span { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.route-line { align-items: center; display: flex; margin: 22px 0; }
.route-line span { background: var(--clay-500); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 2px var(--clay-500); height: 10px; width: 10px; }
.route-line i { border-top: 2px dashed var(--leaf-500); flex: 1; transform: rotate(-3deg); }
.card-note { color: var(--muted); font-family: var(--font-display); font-size: 1rem; font-style: italic; margin: 0; }
.floating-tag { align-items: center; background: var(--white); border-radius: 999px; box-shadow: var(--shadow-sm); display: flex; font-size: .8rem; font-weight: 750; gap: 8px; padding: 11px 16px; position: absolute; z-index: 2; }
.floating-tag span { color: var(--leaf-600); }
.floating-tag-one { left: -15px; top: 18%; }
.floating-tag-two { bottom: 14%; right: -18px; }

.intro { background: var(--white); }
.section-heading { align-items: end; display: grid; gap: 40px; grid-template-columns: 1fr 420px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin-bottom: .5rem; }
.features { background: var(--sand-50); border-top: 1px solid var(--sand-200); }
.feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.feature-card { background: var(--white); border: 1px solid var(--sand-200); border-radius: var(--radius-md); min-height: 300px; padding: 32px; position: relative; }
.feature-card-wide { grid-column: span 2; }
.feature-number { color: #9ba69f; font-size: .75rem; font-weight: 800; letter-spacing: .12em; position: absolute; right: 28px; top: 28px; }
.feature-icon { align-items: center; background: var(--leaf-100); border-radius: 14px; color: var(--forest-900); display: flex; font-size: 1.5rem; height: 52px; justify-content: center; margin-bottom: 54px; width: 52px; }
.feature-card h3 { font-size: 1.45rem; }
.feature-card p { color: var(--muted); margin-bottom: 0; max-width: 580px; }
.feature-card-dark { background: var(--forest-900); border-color: var(--forest-900); }
.feature-card-dark h3 { color: var(--white); }
.feature-card-dark p, .feature-card-dark .feature-number { color: rgba(255,255,255,.7); }
.feature-card-dark .feature-icon { background: rgba(255,255,255,.12); color: var(--white); }

.steps { background: var(--forest-950); color: rgba(255,255,255,.72); }
.steps h2, .steps h3 { color: var(--white); }
.steps-grid { display: grid; gap: clamp(50px, 9vw, 130px); grid-template-columns: .8fr 1.2fr; }
.steps-copy { align-self: start; position: sticky; top: 40px; }
.steps-copy > p:not(.eyebrow) { font-size: 1.1rem; }
.steps-copy .button { background: var(--leaf-500); color: var(--forest-950); margin-top: 22px; }
.step-list { list-style: none; margin: 0; padding: 0; }
.step-list li { border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 24px; grid-template-columns: 54px 1fr; padding: 34px 0; }
.step-list > li > span { align-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--leaf-500); display: flex; font-weight: 800; height: 42px; justify-content: center; width: 42px; }
.step-list h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.step-list p { margin: 0; max-width: 560px; }

.activities { background: var(--sand-100); text-align: center; }
.activity-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 44px; }
.activity-list span { background: var(--white); border: 1px solid var(--sand-200); border-radius: 999px; color: var(--forest-800); font-weight: 750; padding: 12px 20px; }
.activity-list span:last-child { background: var(--leaf-100); }

.final-cta { background: var(--sand-50); }
.cta-panel { align-items: center; background: var(--leaf-600); border-radius: var(--radius-lg); color: var(--white); display: flex; gap: 40px; justify-content: space-between; overflow: hidden; padding: clamp(40px, 7vw, 78px); position: relative; }
.cta-panel::after { border: 60px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 320px; position: absolute; right: -110px; top: -160px; width: 320px; }
.cta-panel h2 { color: var(--white); margin: 0; max-width: 650px; }
.cta-panel .eyebrow { color: var(--leaf-100); }
.cta-panel .button { flex: 0 0 auto; position: relative; z-index: 1; }

.site-footer { background: var(--forest-950); color: rgba(255,255,255,.65); padding: 48px 0; }
.site-footer .brand { color: var(--white); }
.footer-grid { align-items: center; display: grid; gap: 24px; grid-template-columns: auto 1fr auto auto; }
.footer-grid p { margin: 0; }
.footer-grid nav { display: flex; gap: 20px; }
.site-footer a:hover { color: var(--white); }
.copyright { font-size: .85rem; }

.legal-page { background: var(--sand-50); }
.legal-page header { background: var(--forest-900) !important; border: 0 !important; min-height: auto !important; padding: 0 !important; }
.legal-page header .container { align-items: center; display: flex; min-height: 82px; max-width: 1180px; overflow: visible; width: min(1180px, calc(100% - 40px)); }
.legal-page header #logo { float: none; height: 42px; margin: 0 10px 0 0; width: 42px; }
.legal-page header #branding { float: none; }
.legal-page header #branding h1 { font-family: var(--font-sans); font-size: 1.35rem; font-weight: 800; }
.legal-page header nav { float: none; margin: 0 0 0 auto; }
.legal-page header ul { display: flex; gap: 24px; }
.legal-page header li { float: none; padding: 0; }
.legal-page .terms-section { padding: 80px 0 110px; }
.legal-page .terms-section .container { background: var(--white); border: 1px solid var(--sand-200); border-radius: var(--radius-md); max-width: 860px; padding: clamp(28px, 6vw, 70px); width: min(860px, calc(100% - 40px)); }
.legal-page .terms-section h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); margin-bottom: 50px; }
.legal-page .terms-section h2 { font-family: var(--font-sans); font-size: 1.45rem; font-weight: 800; letter-spacing: -.02em; margin-top: 40px; }
.legal-page .terms-section h3 { margin-top: 28px; }
.legal-page .terms-section p, .legal-page .terms-section li { color: var(--muted); }
.legal-page .terms-section a { color: var(--forest-800); font-weight: 700; }
.legal-page .terms-section hr { border: 0; border-top: 1px solid var(--sand-200); }
.legal-page footer { background: var(--forest-950) !important; padding: 30px 0 !important; }

.error-page { align-items: center; background: var(--sand-100); display: flex; min-height: 100vh; padding: 40px 0; text-align: center; }
.error-card { margin: auto; max-width: 620px; }
.error-code { color: var(--leaf-600); font-size: .85rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.error-card h1 { font-size: clamp(3.3rem, 9vw, 6rem); }
.error-card p { color: var(--muted); font-size: 1.15rem; margin: 0 auto 30px; max-width: 520px; }

@media (max-width: 900px) {
  .site-nav { display: none; }
  .header-inner { gap: 15px; }
  .header-inner > .button { margin-left: auto; }
  .hero-grid, .section-heading, .steps-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 80px; }
  .hero-visual { min-height: 500px; }
  .section-heading { gap: 16px; }
  .section-heading > p { max-width: 620px; }
  .steps-copy { position: static; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-wide { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p:first-of-type { text-align: right; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand span { font-size: 1.1rem; }
  .header-inner > .button { font-size: .82rem; min-height: 40px; padding: 0 14px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-points { display: grid; }
  .hero-visual { min-height: 440px; }
  .log-card { padding: 25px; width: 94%; }
  .floating-tag { display: none; }
  .metrics strong { font-size: 1.05rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-bottom: 36px; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .footer-grid { align-items: start; grid-template-columns: 1fr; }
  .footer-grid > p:first-of-type { text-align: left; }
  .legal-page header nav { display: none; }
}

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