:root{
  --forest:#1F3A2E;
  --moss:#5F7D61;
  --cream:#F3F0E8;
  --ink:#1a1a1a;
  --muted:#5a5a5a;
  --card:#ffffff;
  --border: rgba(0,0,0,.08);
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --radius: 18px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--cream),#fff)}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
header{position:sticky;top:0;z-index:10;background:rgba(243,240,232,.92);backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:14px}
.brand{display:flex;align-items:center;gap:10px}
.logo{width:74px;height:74px;border-radius:50%;background:conic-gradient(from 160deg,var(--forest),var(--moss));box-shadow:var(--shadow)}
.brand-name{font-weight:750;letter-spacing:.5px}
.brand-sub{font-size:12px;color:var(--muted)}
.menu{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.menu a{padding:8px 10px;border-radius:12px}
.menu a.active{background:rgba(31,58,46,.08)}
.cta{display:flex;gap:10px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:var(--card);box-shadow:0 6px 16px rgba(0,0,0,.06);font-weight:650;cursor:pointer}
.btn.primary{background:var(--forest);color:white;border-color:rgba(0,0,0,.1)}
.btn:hover{transform:translateY(-1px)}
.hero{padding:54px 0 24px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:stretch}
@media (max-width:900px){.hero-grid{grid-template-columns:1fr}}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-card{padding:28px}
.kicker{color:var(--moss);font-weight:750;letter-spacing:.6px;text-transform:uppercase;font-size:12px}
h1{margin:10px 0 10px;font-size:42px;line-height:1.06;letter-spacing:-.6px}
@media (max-width:520px){h1{font-size:34px}}
.lede{font-size:17px;color:var(--muted);line-height:1.55;margin:0 0 18px}
.pills{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0}
.pill{font-size:13px;padding:8px 10px;border-radius:999px;background:rgba(95,125,97,.12);border:1px solid rgba(95,125,97,.18)}
.side{padding:22px;display:flex;flex-direction:column;gap:14px}
.side h3{margin:0;font-size:16px}
.side p{margin:0;color:var(--muted);line-height:1.5}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width:900px){.grid3{grid-template-columns:1fr}}
.section{padding:28px 0}
.section h2{margin:0 0 10px;font-size:22px}
.section p{margin:0;color:var(--muted);line-height:1.6}
.tile{padding:18px}
.tile h3{margin:0 0 6px;font-size:16px}
.footer{padding:30px 0;border-top:1px solid var(--border);margin-top:30px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
@media (max-width:900px){.footer-grid{grid-template-columns:1fr}}
.small{font-size:13px;color:var(--muted);line-height:1.5}
.form-row{display:flex;gap:10px;flex-wrap:wrap}
input, textarea{width:100%;padding:12px 12px;border-radius:14px;border:1px solid var(--border);font-size:14px}
textarea{min-height:120px;resize:vertical}
.notice{font-size:12px;color:var(--muted)}
hr{border:none;border-top:1px solid var(--border);margin:18px 0}
.badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}
.badge span{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--moss)}
code{background:rgba(0,0,0,.05);padding:2px 6px;border-radius:8px}


/* footer style */

    .footer-slim {
      border-top: 1px solid var(--line, #e7dfd2);
      margin-top: 24px;
      background: transparent;
    }

    .footer-slim .footer-slim-inner {
      min-height: 64px;
      padding: 10px 0;
      display: grid;
      grid-template-columns: auto 1fr auto; /* left | center | right */
      align-items: center;
      gap: 12px;
    }

    /* Left: actions */
    .footer-slim .footer-actions {
      display: flex;
      gap: 8px;
      align-items: center;
      justify-self: start;
    }

    /* Center: links */
    .footer-slim .footer-links {
      margin: 0;
      text-align: center;
      justify-self: center;
      white-space: nowrap;
    }

    /* Right: copyright */
    .footer-slim .footer-copy {
      margin: 0;
      justify-self: end;
      white-space: nowrap;
    }

  /* Left DBA:  */

    .footer-legal {
      margin: 0;
      font-size: 0.85rem;
      line-height: 1.4;
      color: #555;
    }

    .footer-legal .legal-sub {
      display: block;
      font-size: 0.7rem;
      color: #777;
      letter-spacing: 0.3px;
      justify-self: center;
    }

    .footer-slim .small {
      font-size: 0.9rem;
      line-height: 1.35;
      color: var(--muted, #6b6b6b);
    }

    .footer-slim .footer-links a {
      color: inherit;
      text-decoration: none;
    }

    .footer-slim .footer-links a:hover {
      text-decoration: underline;
    }

    /* Compact button style for footer only */
    .footer-slim .btn.btn-sm {
      padding: 8px 12px;
      font-size: 0.88rem;
      line-height: 1.1;
      border-radius: 10px;
      white-space: nowrap;
    }

    /* Tablet/mobile: stack cleanly */
    @media (max-width: 900px) {
      .footer-slim .footer-slim-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 8px;
      }
      .footer-slim .footer-actions,
      .footer-slim .footer-links,
      .footer-slim .footer-copy {
        justify-self: center;
        white-space: normal;
      }
    }


/* Single source of truth for page width */
.container { width: min(1100px, calc(100% - 32px));   margin-inline: auto;}
/* Optional: ensure wrappers don’t add side drift */
header, main, footer {  width: 100%; }
/* Footer row should not add extra side padding beyond container */
.footer-slim .footer-slim-inner { padding-left: 0;  padding-right: 0;}
@media (max-width: 640px) {
  .footer-slim .footer-slim-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 8px;
  }
}

/* ===== Full-screen page with normal BODY scroll ===== */
html, body {
  height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;

  display: flex;
  flex-direction: column;

  overflow-x: hidden;
  overflow-y: auto; /* body scrolls when content exceeds viewport */
}

/* Header/footer in normal document flow */
#site-header,
#site-footer {
  position: static;
  flex: 0 0 auto;
}

/* Main expands to fill available space on short pages */
main {
  flex: 1 0 auto;
  position: relative;
  min-height: 0;
}

/* ===== Natural page flow with body scrolling ===== */
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto; /* page scroll */
}

#site-header,
#site-footer,
main {
  position: static;
}

main {
  min-height: 0;
  overflow: visible;
}

/* Optional: keep short pages filling viewport nicely */
.page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-wrap > main {
  flex: 1;
}

/* =========================
   Default for content pages
   ========================= */
html, body {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  overflow-y: auto;  /* privacy/terms/etc scroll normally */
}

/* =========================
   Home page: full screen only
   ========================= */
body.page-home {
  height: 100vh;
  overflow: hidden;  /* no page scroll on index */
  display: grid;
  grid-template-rows: auto 1fr auto; /* header, main, footer */
}

/* ensure placeholders are in normal flow */
body.page-home #site-header,
body.page-home #site-footer {
  position: static;
}

/* main area fills remaining viewport */
body.page-home main {
  min-height: 0;
  overflow: auto; /* if hero/content exceeds, only main scrolls */
}

/* optional: if you want NO scroll anywhere on index, use this instead:
body.page-home main { overflow: hidden; }
*/

/* keep header/footer fixed in normal flow rows */
body.page-privacy #site-header,
body.page-privacy #site-footer {
  position: static !important;
  z-index: 2;
}

/* only this region scrolls */
body.page-privacy .privacy-scroll-area {
  min-height: 0 !important;               /* critical for grid/flex scrolling */
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

/* optional: consistent spacing if your content uses .section */
body.page-privacy .privacy-scroll-area.section {
  padding-top: 24px;
  padding-bottom: 24px;
}


html:has(body.page-privacy) {
  overflow: hidden !important;   /* stop viewport/root scrolling */
}

body.page-privacy {
  overflow: hidden !important;   /* stop body scrolling */
  position: fixed;               /* lock page to viewport */
  inset: 0;
  display: grid !important;
  grid-template-rows: auto 1fr auto; /* header | main | footer */
}

/* placeholders remain non-scrolling */
body.page-privacy #site-header,
body.page-privacy #site-footer {
  position: relative !important;
  z-index: 2;
  overflow: visible !important;
}

/* ONLY this area scrolls */
body.page-privacy main.privacy-scroll-area {
  min-height: 0 !important;
  height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

/* Fallback for browsers without :has() support */
html.privacy-root-lock {
  overflow: hidden !important;
  height: 100%;
}

/* ===== AUTHORITATIVE OVERRIDE: privacy main-only scroll ===== */
html.privacy-root-lock,
html:has(body.page-privacy) {
  height: 100% !important;
  overflow: hidden !important;   /* stop viewport/page scroll */
}

body.page-privacy {
  margin: 0 !important;
  height: 100dvh !important;      /* better mobile viewport behavior */
  overflow: hidden !important;    /* stop body scroll */
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  position: static !important;    /* avoid fixed-body quirks */
}

/* header/footer are non-scrolling rows */
body.page-privacy #site-header,
body.page-privacy #site-footer {
  position: relative !important;
  overflow: visible !important;
  z-index: 2;
}

/* ONLY main scrolls */
body.page-privacy main.privacy-scroll-area {
  min-height: 0 !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}
