:root {
  --pine: #0F8F47;
  --pinedark: #0A5A30;
  --deep: #01361A;
  --paper: #F4F8F4;
  --ink: #0C1F16;
  --mut: #5B6E62;
  --gold: #E8B133;
  --line: #DCE7DE;
  --card: #FFFFFF;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  font-family: "Public Sans", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; }

/* Top bar: dark so the white mark is visible */
.top {
  position: sticky; top: 0; z-index: 50;
  background: var(--deep);
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
}
.topin {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px clamp(18px, 5vw, 56px);
  max-width: 1180px; margin: 0 auto;
}
.brandmark { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; color: #fff; }
.bm-ico { width: 26px; height: auto; }
.topnav { display: flex; gap: 22px; margin-left: auto; font-weight: 600; font-size: 15px; color: #BFD9C9; }
.topnav a:hover { color: #fff; }
.btn {
  display: inline-block; font-weight: 700; border-radius: 999px;
  padding: 10px 20px; font-size: 15px; border: 2px solid transparent;
  transition: transform .15s ease, filter .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.gold { background: var(--gold); color: var(--deep); }
.btn.gold:hover { filter: brightness(1.06); }
.btn.ghost { border-color: var(--deep); color: var(--deep); }
.btn.ghost:hover { background: var(--deep); color: #fff; }
.btn.light { border-color: rgba(255,255,255,.85); color: #fff; }
.btn.light:hover { background: #fff; color: var(--deep); }
.btn.big { padding: 14px 28px; font-size: 17px; }

/* Hero: deep pine gradient, white logo and type */
.hero {
  background: linear-gradient(168deg, var(--deep), var(--pinedark) 58%, var(--pine) 120%);
  color: #fff;
  padding: clamp(44px, 8vw, 96px) clamp(18px, 5vw, 56px) clamp(56px, 8vw, 96px);
}
.heroin { max-width: 1180px; margin: 0 auto; text-align: center; }
.herologo { width: clamp(64px, 9vw, 88px); height: auto; margin: 0 auto 20px; filter: drop-shadow(0 8px 24px rgba(0,0,0,.35)); }
.hero h1 {
  font-family: "Fraunces", serif; font-weight: 700;
  font-size: clamp(34px, 7.5vw, 76px); line-height: 1.04;
  color: #fff; margin: 0 auto;
  max-width: 820px;
}
.lede { max-width: 640px; margin: 20px auto 0; font-size: 18px; color: #D6E9DD; }
.ctarow { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.finehero { color: #A9C9B6; font-size: 14px; margin-top: 12px; }

.vignette {
  margin: clamp(38px, 6vw, 68px) auto 0;
  max-width: 860px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px;
  text-align: left;
}
.vig-day {
  background: var(--card); color: var(--ink);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 22px; padding: 18px 20px;
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
}
.vig-head { display: flex; justify-content: space-between; font-weight: 700; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.vig-bal { color: var(--pine); }
.vig-row { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.vig-row:last-child { border-bottom: none; }
.vdot { width: 9px; height: 9px; border-radius: 50%; background: var(--pine); flex: none; }
.vdot.gold { background: var(--gold); }
.vamt { margin-left: auto; font-weight: 700; }
.vamt.muted { color: var(--mut); font-weight: 600; }
.vig-voice {
  background: rgba(1, 24, 12, .55);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px; padding: 18px 20px;
  color: #EAF5EE;
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
  display: flex; flex-direction: column; align-items: flex-start;
}
.vig-mic { font-size: 26px; }
.vig-said { font-family: "Fraunces", serif; font-size: 17px; margin: 10px 0 14px; color: #fff; }
.vig-btn {
  background: var(--gold); color: var(--deep);
  font-weight: 800; font-size: 13.5px;
  border-radius: 999px; padding: 7px 16px; margin-bottom: 12px;
  transition: transform .2s ease, filter .2s ease;
}
.vig-btn.pressed { transform: scale(.96); filter: brightness(.92); }
.vig-acts { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.tick { background: rgba(255,255,255,.12); border-radius: 10px; padding: 8px 12px; font-size: 14px; font-weight: 600; }

section { padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 56px); }
.eyebrow {
  font-size: 14px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--pine); font-weight: 700; margin-bottom: 14px;
}
.principle { max-width: 860px; margin: 0 auto; text-align: center; }
.bigline { font-family: "Fraunces", serif; font-size: clamp(30px, 5vw, 48px); color: var(--deep); font-weight: 700; margin-bottom: 16px; }
.body-max { max-width: 680px; margin: 0 auto; font-size: 17px; color: var(--ink); }

.features { max-width: 1180px; margin: 0 auto; }
.fgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 16px; }
.fcard {
  background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.fcard:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(1, 54, 26, .10); }
.fcard h3 { font-family: "Fraunces", serif; font-size: 21px; color: var(--deep); margin-bottom: 8px; }
.fcard p { font-size: 15px; color: var(--ink); }

.pricing { max-width: 1180px; margin: 0 auto; }
.pricenote { color: var(--mut); font-weight: 600; margin-bottom: 18px; }
.pgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 16px; align-items: start; }
.pcard {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 26px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pcard:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(1, 54, 26, .10); }
.pcard.star { border: 2px solid var(--pine); box-shadow: 0 16px 44px rgba(15,143,71,.16); }
.pcard h3 { font-family: "Fraunces", serif; font-size: 24px; color: var(--deep); }
.price { font-size: 34px; font-weight: 700; color: var(--ink); }
.price span { font-size: 15px; color: var(--mut); font-weight: 600; }
.pcard ul { padding-left: 18px; font-size: 14.5px; display: flex; flex-direction: column; gap: 7px; color: var(--ink); }
.pcard .btn { text-align: center; margin-top: auto; }

.download { max-width: 1180px; margin: 0 auto; }
.dlrow { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); gap: 14px; }
.dlcard {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 20px;
  display: flex; flex-direction: column; gap: 6px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.dlcard:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(1, 54, 26, .10); }
.dlcard b { font-size: 16px; color: var(--deep); }
.dlcard span { font-size: 14px; color: var(--mut); }
a.dlcard { border: 2px solid var(--pine); }
a.dlcard:hover { background: var(--pine); }
a.dlcard:hover b, a.dlcard:hover span { color: #fff; }
.dlcard.soon { opacity: .85; }

.faq { max-width: 760px; margin: 0 auto; }
.qa { padding: 16px 0; border-bottom: 1px solid var(--line); }
.qa b { font-size: 16.5px; color: var(--deep); }
.qa p { font-size: 15px; margin-top: 6px; }
.qa a { color: var(--pine); font-weight: 600; }

.foot {
  background: var(--deep); color: #DCEBE1;
  padding: 36px clamp(18px, 5vw, 56px);
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
}
.foot > div { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.foot nav { display: flex; gap: 18px; margin-left: auto; font-size: 14.5px; }
.foot nav a:hover { color: #fff; }
.copyr { width: 100%; font-size: 13px; color: #9DBBA9; }

.legal { max-width: 760px; margin: 0 auto; padding: 40px clamp(18px, 5vw, 56px) 80px; }
.legal h1 { font-family: "Fraunces", serif; color: var(--deep); font-size: 38px; margin-bottom: 6px; }
.legal .upd { color: var(--mut); font-size: 14px; margin-bottom: 26px; }
.legal h2 { font-size: 20px; color: var(--deep); margin: 26px 0 8px; }
.legal p, .legal li { font-size: 15.5px; }
.legal ul { padding-left: 20px; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

@media (max-width: 760px) {
  .topnav { display: none; }
  .vignette { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .ctarow { flex-direction: column; align-items: stretch; }
  .ctarow .btn.big { width: 100%; text-align: center; }
  .lede { font-size: 16px; }
  .price { font-size: 30px; }
  .vig-day, .vig-voice { padding: 15px 16px; }
  .vig-said { font-size: 16px; }
  .bigline { font-size: clamp(26px, 8vw, 34px); }
  .pcard, .fcard { padding: 20px; }
  .foot nav { margin-left: 0; }
}
