:root {
  --color-ink: #16221b;
  --color-ink-muted: #536159;
  --color-surface: #ffffff;
  --color-surface-soft: #f7faf5;
  --color-surface-warm: #fbf4e7;
  --color-sage: #5f8068;
  --color-sage-deep: #214a34;
  --color-sage-soft: #dbeadf;
  --color-coral: #d77b62;
  --color-coral-soft: #f7dfd6;
  --color-gold: #c6932d;
  --color-gold-soft: #f4e5bd;
  --color-border: #dce5dc;
  --shadow-soft: 0 18px 60px rgba(22, 34, 27, 0.12);
  --shadow-card: 0 10px 28px rgba(22, 34, 27, 0.08);
  --radius: 8px;
  --header-height: 72px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-surface-soft);
  font-family: "Quicksand", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(198, 147, 45, 0.7);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--color-ink);
  color: #ffffff;
  padding: 10px 14px;
  text-decoration: none;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: rgba(247, 250, 245, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 229, 220, 0.82);
}

.nav-shell {
  width: min(100% - 40px, var(--container));
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--color-sage-deep);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.brand.compact {
  font-size: 1.05rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--color-sage-soft);
  color: var(--color-sage-deep);
}

.brand-mark svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: var(--color-ink-muted);
  font-weight: 600;
  padding: 0 14px;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--color-sage-deep);
  background: rgba(219, 234, 223, 0.7);
}

.nav-links .nav-cta {
  color: #ffffff;
  background: var(--color-sage-deep);
}

.nav-links .nav-cta:hover {
  color: #ffffff;
  background: #173725;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-sage-deep);
  background: #ffffff;
  cursor: pointer;
}

.nav-toggle svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  min-height: max(480px, calc(100dvh - 128px));
  overflow: hidden;
  background: #f8fbf7;
  isolation: isolate;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(248, 251, 247, 0.98) 0%, rgba(248, 251, 247, 0.94) 36%, rgba(248, 251, 247, 0.6) 64%, rgba(248, 251, 247, 0.18) 100%),
    linear-gradient(0deg, rgba(248, 251, 247, 0.38), rgba(248, 251, 247, 0.12));
}

.hero-copy {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 72px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-sage-deep);
  font-size: 0.95rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  color: var(--color-sage-deep);
  font-size: 4.6rem;
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: 2.5rem;
  line-height: 1.12;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero-lede {
  max-width: 540px;
  margin-bottom: 28px;
  color: var(--color-ink);
  font-size: 1.28rem;
  line-height: 1.55;
  font-weight: 500;
}

.hero-actions,
.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-primary {
  color: #ffffff;
  background: var(--color-sage-deep);
  box-shadow: 0 12px 24px rgba(33, 74, 52, 0.22);
}

.button-primary:hover {
  background: #173725;
}

.button-secondary {
  color: var(--color-sage-deep);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(33, 74, 52, 0.18);
}

.button-secondary:hover {
  border-color: rgba(33, 74, 52, 0.34);
  box-shadow: var(--shadow-card);
}

.section {
  padding: 88px 0;
  background: var(--color-surface-soft);
}

.section:nth-of-type(odd) {
  background: #ffffff;
}

.section-intro {
  padding-top: 56px;
}

.two-column,
.privacy-layout,
.calm-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.section-heading p {
  color: var(--color-ink-muted);
}

.section-heading.narrow {
  max-width: 680px;
}

.large-copy {
  color: var(--color-ink-muted);
  font-size: 1.18rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.feature-card,
.promise-item,
.policy-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
}

.feature-card {
  padding: 28px;
}

.feature-card p,
.promise-item p {
  margin-bottom: 0;
  color: var(--color-ink-muted);
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: var(--radius);
  color: var(--color-sage-deep);
  background: var(--color-sage-soft);
}

.feature-icon.coral {
  color: #8e3f2b;
  background: var(--color-coral-soft);
}

.feature-icon.gold {
  color: #835f14;
  background: var(--color-gold-soft);
}

.feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.calm-band {
  background: #f1f7ef;
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.calm-panel {
  display: grid;
  gap: 12px;
}

.calm-panel div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  border: 1px solid rgba(33, 74, 52, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  padding: 16px 18px;
}

.calm-panel span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--color-sage-deep);
  background: var(--color-sage-soft);
  font-weight: 700;
}

.calm-panel p {
  margin-bottom: 0;
  font-weight: 700;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.promise-item {
  padding: 22px;
}

.text-link {
  color: var(--color-sage-deep);
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.final-cta {
  background: var(--color-sage-deep);
  color: #ffffff;
}

.final-cta-inner {
  max-width: 720px;
}

.final-cta .eyebrow,
.final-cta h2,
.final-cta p {
  color: #ffffff;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.86);
}

.final-cta .button-primary {
  color: var(--color-sage-deep);
  background: #ffffff;
  box-shadow: none;
}

.site-footer {
  padding: 34px 0;
  background: #ffffff;
  border-top: 1px solid var(--color-border);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--color-ink-muted);
  font-size: 0.95rem;
}

.footer-inner p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--color-ink-muted);
  font-weight: 600;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--color-sage-deep);
}

.article-hero {
  padding: 72px 0 52px;
  background: #f1f7ef;
}

.article-hero-inner {
  max-width: 820px;
}

.article-hero h1 {
  font-size: 3.4rem;
  line-height: 1.02;
}

.article-hero p {
  color: var(--color-ink-muted);
  font-size: 1.15rem;
}

.policy-section {
  padding: 64px 0 88px;
  background: #ffffff;
}

.policy-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

.policy-toc {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface-soft);
  padding: 18px;
}

.policy-toc h2 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.policy-toc a {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  color: var(--color-ink-muted);
  font-weight: 600;
  padding: 6px 8px;
  text-decoration: none;
}

.policy-toc a:hover {
  color: var(--color-sage-deep);
  background: #ffffff;
}

.policy-content {
  display: grid;
  gap: 18px;
}

.policy-card {
  padding: 30px;
  box-shadow: none;
}

.policy-card h2 {
  margin-bottom: 12px;
  font-size: 1.65rem;
}

.policy-card p,
.policy-card li {
  color: var(--color-ink-muted);
}

.policy-card p:last-child,
.policy-card ul:last-child {
  margin-bottom: 0;
}

.policy-card ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.contact-box {
  border-left: 4px solid var(--color-sage);
  background: var(--color-surface-soft);
  padding: 18px;
  border-radius: var(--radius);
}

.contact-box p {
  margin-bottom: 6px;
}

.contact-box p:last-child {
  margin-bottom: 0;
}

.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(var(--header-height) - 1px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: #ffffff;
    padding: 10px;
    box-shadow: var(--shadow-soft);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    justify-content: flex-start;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero {
    min-height: max(460px, calc(100dvh - 128px));
  }

  .hero-art {
    object-position: 66% center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(248, 251, 247, 0.98) 0%, rgba(248, 251, 247, 0.9) 54%, rgba(248, 251, 247, 0.4) 100%),
      linear-gradient(0deg, rgba(248, 251, 247, 0.58), rgba(248, 251, 247, 0.2));
  }

  .hero-copy {
    padding: 54px 0;
  }

  .hero-lede {
    max-width: 440px;
    font-size: 1.1rem;
  }

  .two-column,
  .privacy-layout,
  .calm-layout,
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .feature-grid,
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .policy-toc {
    position: static;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container,
  .nav-shell {
    width: min(100% - 28px, var(--container));
  }

  .hero {
    min-height: max(440px, calc(100dvh - 128px));
  }

  .hero-art {
    opacity: 0.74;
    object-position: 70% center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(248, 251, 247, 0.98) 0%, rgba(248, 251, 247, 0.9) 72%, rgba(248, 251, 247, 0.55) 100%),
      linear-gradient(0deg, rgba(248, 251, 247, 0.72), rgba(248, 251, 247, 0.34));
  }

  h1 {
    font-size: 2.7rem;
  }

  .article-hero h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .section {
    padding: 64px 0;
  }

  .section-intro {
    padding-top: 42px;
  }

  .button,
  .hero-actions,
  .article-actions {
    width: 100%;
  }

  .feature-card,
  .policy-card {
    padding: 22px;
  }

  .calm-panel div {
    grid-template-columns: 1fr;
  }
}
