:root {
  --evergreen: #23513f;
  --evergreen-deep: #15382d;
  --evergreen-soft: #dbe8e1;
  --ivory: #fbf7ee;
  --paper: #fffdf8;
  --gold: #f2b84b;
  --ink: #19352b;
  --muted: #5d6f67;
  --line: rgba(35, 81, 63, 0.15);
  --shadow: 0 24px 70px rgba(21, 56, 45, 0.12);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ivory);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 8%, rgba(242, 184, 75, 0.15), transparent 30rem),
    radial-gradient(circle at 4% 50%, rgba(112, 163, 137, 0.12), transparent 32rem),
    var(--ivory);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--evergreen); text-underline-offset: 0.2em; }
a:hover { color: #34755c; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
}
.brand img { width: 40px; height: 40px; border-radius: 11px; }
.brand-name {
  font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}

.site-nav { display: flex; align-items: center; gap: 1.25rem; }
.site-nav a { color: var(--muted); font-size: 0.92rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--evergreen); }
.site-nav .nav-cta {
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: var(--evergreen);
  color: #fbf7ee;
}
.site-nav .nav-cta:hover { background: var(--evergreen-deep); color: white; }

.hero {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding: 4rem 0 7rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--evergreen);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 1.8rem; height: 2px; background: var(--gold); }

h1, h2, h3 {
  font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--ink);
}
h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 6.7rem); }
h2 { margin: 2.7rem 0 0.8rem; font-size: clamp(1.75rem, 3.2vw, 2.5rem); }
h3 { margin: 2rem 0 0.55rem; font-size: 1.25rem; }

.hero-copy > p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.hero-actions .button { margin-top: 2rem; }
.text-link { margin-top: 2rem; font-weight: 700; text-decoration-thickness: 1px; }
.micro-trust { font-size: 0.83rem !important; letter-spacing: 0.01em; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--evergreen);
  border-radius: 999px;
  background: var(--evergreen);
  color: var(--ivory);
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(35, 81, 63, 0.18);
}
.button:hover { background: var(--evergreen-deep); color: white; }
.button span { margin-left: 0.6rem; }
.button.gold { background: var(--gold); border-color: var(--gold); color: #15382d; box-shadow: none; }
.button.gold:hover { background: #ffd274; color: #10261f; }

.brand-card {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 72% 24%, rgba(242, 184, 75, 0.33), transparent 0 15%, transparent 30%),
    linear-gradient(145deg, #2e6952, var(--evergreen-deep));
  box-shadow: var(--shadow);
}
.brand-card::before,
.brand-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(251, 247, 238, 0.15);
  border-radius: 50%;
}
.brand-card::before { width: 390px; height: 390px; top: -150px; right: -120px; }
.brand-card::after { width: 260px; height: 260px; bottom: -120px; left: -80px; }
.brand-card img { position: relative; z-index: 1; width: min(62%, 290px); height: auto; border-radius: 26%; box-shadow: 0 28px 60px rgba(8, 29, 23, 0.32); }
.sun-orbit { position: absolute; width: 22rem; height: 22rem; border: 1px solid rgba(251,247,238,0.14); border-radius: 50%; top: -7rem; right: -8rem; }
.brand-card p {
  position: absolute;
  bottom: 2.2rem;
  left: 2.2rem;
  right: 2.2rem;
  margin: 0;
  color: rgba(251, 247, 238, 0.82);
  text-align: center;
  font-family: Iowan Old Style, Palatino Linotype, Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
}

.trust-row {
  width: min(1120px, calc(100% - 2rem));
  margin: -2.5rem auto 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.trust-item {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: rgba(255, 253, 248, 0.67);
}
.trust-kicker { display: block; margin-bottom: 1.1rem; color: var(--gold) !important; font: 700 0.72rem/1 Inter, sans-serif; letter-spacing: 0.12em; }
.trust-item strong { display: block; margin-bottom: 0.25rem; color: var(--evergreen); }
.trust-item span { color: var(--muted); font-size: 0.93rem; }

.content-section,
.faq-section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0;
}
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading.narrow { max-width: 690px; }
.section-heading h2 { margin-top: 0; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.section-heading > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 1.1rem; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.step-card { padding: 2rem; border: 1px solid var(--line); border-radius: 1.5rem; background: rgba(255,253,248,0.62); }
.step-card.featured { transform: translateY(-1rem); background: var(--evergreen); border-color: var(--evergreen); box-shadow: var(--shadow); }
.step-card.featured h3, .step-card.featured p { color: #fbf7ee; }
.step-number { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--evergreen-soft); color: var(--evergreen); font-weight: 800; font-size: 0.78rem; }
.step-card.featured .step-number { background: var(--gold); color: var(--evergreen-deep); }
.step-card h3 { margin-top: 2.4rem; font-size: 1.65rem; }
.step-card p { color: var(--muted); }

.companion-section {
  width: min(1240px, calc(100% - 2rem));
  margin: 1rem auto;
  padding: clamp(3rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  border-radius: 2rem;
  background: linear-gradient(145deg, #23513f, #102c22);
  color: #fbf7ee;
  box-shadow: var(--shadow);
}
.eyebrow.light { color: var(--gold); }
.companion-section h2 { margin-top: 0; color: #fbf7ee; font-size: clamp(2.5rem, 4.5vw, 4.2rem); }
.companion-section p { color: rgba(251,247,238,0.76); }
.companion-section a { color: #f7d789; font-weight: 700; }
.companion-section blockquote { margin: 0; padding: 2rem; border: 1px solid rgba(251,247,238,0.16); border-radius: 1.5rem; background: rgba(251,247,238,0.07); color: #fbf7ee; font: 500 clamp(1.45rem, 2.5vw, 2.15rem)/1.36 Iowan Old Style, Georgia, serif; }
.companion-section blockquote span { display: block; height: 2.5rem; color: var(--gold); font-size: 4rem; line-height: 1; }

.journey-section { padding-bottom: 5rem; }
.journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journey-grid article { min-height: 260px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-grid article > span { color: var(--evergreen); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.journey-grid h3 { max-width: 16rem; font-size: 1.8rem; }
.journey-grid p { max-width: 27rem; color: var(--muted); }

.daily-section {
  width: min(1120px, calc(100% - 2rem));
  margin: 2rem auto 0;
  padding: 4rem 0;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 4rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.daily-section h2 { margin-top: 0; font-size: clamp(2.3rem, 4.5vw, 4rem); }
.daily-section ul { margin: 0; padding: 0; list-style: none; }
.daily-section li { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.daily-section li:first-child { border-top: 1px solid var(--line); }
.daily-section li strong { color: var(--evergreen); }
.daily-section li span { color: var(--muted); }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; color: var(--ink); font: 500 1.35rem/1.35 Iowan Old Style, Georgia, serif; }
.faq-list details p { max-width: 760px; margin: -0.4rem 0 1.6rem; color: var(--muted); }

.closing-cta {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto 7rem;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  border-radius: 1.6rem;
  background: var(--evergreen);
}
.closing-cta > img { width: 86px; height: 86px; border-radius: 22px; }
.closing-cta h2 { margin: 0; color: #fbf7ee; font-size: clamp(2rem, 4vw, 3.4rem); }
.closing-cta .button { margin-top: 0; }

.legal-shell {
  width: min(850px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5rem 0 7rem;
}
.legal-intro { padding-bottom: 2.2rem; border-bottom: 1px solid var(--line); }
.legal-intro h1 { font-size: clamp(3rem, 7vw, 5rem); }
.legal-intro .summary { max-width: 48rem; color: var(--muted); font-size: 1.12rem; }
.effective { color: var(--muted); font-size: 0.9rem; }
.legal-content { max-width: 760px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-left: 1.25rem; }
.legal-content li + li { margin-top: 0.45rem; }
.callout {
  margin: 2rem 0;
  padding: 1.25rem 1.35rem;
  border-left: 4px solid var(--gold);
  border-radius: 0 1rem 1rem 0;
  background: rgba(242, 184, 75, 0.12);
}
.callout p { margin: 0; color: var(--ink); }

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.support-card {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--paper);
}
.support-card h2 { margin-top: 0; font-size: 1.55rem; }

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.58);
}
.footer-inner {
  width: min(1120px, calc(100% - 2rem));
  min-height: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.footer-inner > div p { margin: 0.5rem 0 0; }
.footer-brand { width: max-content; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: var(--muted); }

@media (max-width: 760px) {
  .site-header { min-height: 72px; }
  .site-nav { gap: 0.8rem; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 3.5rem 0 5rem; }
  .brand-card { min-height: 410px; }
  .trust-row { grid-template-columns: 1fr; margin-top: 0; }
  .steps-grid, .companion-section, .daily-section { grid-template-columns: 1fr; }
  .step-card.featured { transform: none; }
  .companion-section { width: 100%; border-radius: 0; }
  .journey-grid { grid-template-columns: 1fr; }
  .daily-section { gap: 2rem; }
  .daily-section li { grid-template-columns: 1fr; gap: 0.25rem; }
  .closing-cta { grid-template-columns: 1fr; text-align: left; }
  .closing-cta > img { width: 72px; height: 72px; }
  .support-grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 1.5rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media (prefers-color-scheme: dark) {
  :root { color-scheme: dark; --ivory: #10261f; --paper: #153128; --ink: #f7f1e6; --muted: #b6c8bf; --line: rgba(251, 247, 238, 0.14); }
  body { background: radial-gradient(circle at 82% 8%, rgba(242, 184, 75, 0.1), transparent 30rem), var(--ivory); }
  a, .site-nav a:hover, .site-nav a[aria-current="page"] { color: #f4c66e; }
  .brand, h1, h2, h3, .callout p { color: var(--ink); }
  .eyebrow, .trust-item strong, .journey-grid article > span, .daily-section li strong { color: #f4c66e; }
  .trust-item, .step-card { background: rgba(21, 49, 40, 0.72); }
  .step-card.featured { background: #23513f; }
  .site-footer { background: rgba(8, 29, 23, 0.76); }
  .button { color: #10261f; background: var(--gold); border-color: var(--gold); }
  .button:hover { color: #10261f; background: #ffd274; }
}
