:root {
  --ink: #17322f;
  --muted: #5a6c69;
  --forest: #123f3b;
  --forest-2: #1d5a53;
  --terracotta: #bd6047;
  --cream: #fbf8f2;
  --sage: #e8efea;
  --line: #d9e1dc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(20, 55, 50, .14);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--forest);
  transform: translateY(-150%);
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(18, 63, 59, .1);
  background: rgba(251, 248, 242, .96);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); font-size: 14px; line-height: 1.12; letter-spacing: .02em; text-decoration: none; }
.brand strong { font-size: 16px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50% 50% 50% 12px; color: var(--white); background: var(--forest); font-family: Georgia, serif; font-size: 24px; font-weight: 700; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--terracotta); }
.nav-cta { padding: 10px 19px; color: var(--white); background: var(--forest); border-radius: 999px; }
nav .nav-cta:hover, nav .nav-cta:focus-visible { color: var(--white); background: var(--forest-2); }

.hero { position: relative; overflow: hidden; padding: 68px 0 78px; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; left: -270px; top: -260px; background: #e7eee4; border-radius: 50%; filter: blur(1px); }
.hero-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 56px; }
.hero-copy { padding: 28px 0; }
.eyebrow { margin: 0 0 16px; color: var(--terracotta); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.08; text-wrap: balance; }
h1 { max-width: 720px; font-size: clamp(46px, 5.8vw, 78px); letter-spacing: -.045em; }
h2 { font-size: clamp(35px, 4.1vw, 54px); letter-spacing: -.035em; }
h3 { font-size: 24px; }
.lead { max-width: 660px; margin: 26px 0 0; color: #405a56; font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--forest); box-shadow: 0 12px 30px rgba(18, 63, 59, .2); }
.button-primary:hover { background: var(--forest-2); }
.button-secondary { border-color: #b7c7c1; color: var(--forest); background: transparent; }
.button-secondary:hover { background: var(--white); }
.trust-note { margin: 21px 0 0; color: var(--muted); font-size: 13px; }
.hero-visual, .content-visual { position: relative; margin: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 30px -28px -28px 70px; border-radius: var(--radius); background: #cad9d0; transform: rotate(2deg); }
.hero-visual img { aspect-ratio: 16 / 9; width: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
figcaption { position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; max-width: calc(100% - 28px); padding: 7px 11px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: var(--white); background: rgba(10, 31, 29, .8); backdrop-filter: blur(8px); font-size: 11px; line-height: 1.2; }
figcaption span { display: grid; place-items: center; width: 23px; height: 23px; flex: 0 0 auto; border-radius: 50%; color: var(--forest); background: var(--white); font-size: 9px; font-weight: 900; }

.principles { background: var(--forest); color: var(--white); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles article { position: relative; padding: 44px 42px 45px; border-left: 1px solid rgba(255,255,255,.13); }
.principles article:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.principles .number { display: block; margin-bottom: 24px; color: #e5a48f; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.principles h2 { font-size: 25px; letter-spacing: -.02em; }
.principles p { margin: 12px 0 0; color: #cbdad6; font-size: 14px; line-height: 1.6; }

.section { padding: 112px 0; }
.split-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 92px; }
.split-grid h2 { max-width: 700px; }
.split-grid p { color: var(--muted); }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 33px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--white); background: var(--terracotta); font-size: 12px; }
.content-visual img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.content-visual::after { content: ""; position: absolute; z-index: -1; right: -24px; top: -24px; width: 45%; height: 55%; border-radius: 30px; background: #dfe8df; }
.section-tinted { background: var(--sage); }
.section-heading { max-width: 780px; margin: 0 auto 54px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading.align-left { margin-left: 0; text-align: left; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-grid article { padding: 34px 28px; border: 1px solid rgba(18,63,59,.08); border-radius: 22px; background: rgba(255,255,255,.74); }
.process-grid .icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 25px; border: 1px solid #b6cac2; border-radius: 50%; color: var(--terracotta); font-weight: 850; }
.process-grid h3 { font-size: 22px; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.audience { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.audience-list div { display: flex; flex-direction: column; gap: 7px; padding: 28px 22px 28px 0; border-bottom: 1px solid var(--line); }
.audience-list div:nth-child(odd) { border-right: 1px solid var(--line); }
.audience-list div:nth-child(even) { padding-left: 28px; }
.audience-list span { color: var(--muted); font-size: 14px; }

.faq-wrap { max-width: 900px; }
.faq-list { border-top: 1px solid #bfd0c8; }
.faq-list details { border-bottom: 1px solid #bfd0c8; }
.faq-list summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; font-family: Georgia, serif; font-size: 21px; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 19px; color: var(--terracotta); font-family: system-ui, sans-serif; font-size: 30px; font-weight: 350; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 740px; margin: -4px 0 26px; color: var(--muted); }

.cta-section { padding: 92px 0; background: var(--cream); }
.cta-card { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 70px; padding: 60px 68px; border-radius: 32px; color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.cta-card .eyebrow { color: #efaa91; }
.cta-card h2 { font-size: clamp(35px, 4vw, 52px); }
.cta-card p:not(.eyebrow) { margin-bottom: 0; color: #c9d9d4; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.cta-actions > a:not(.button) { color: #e5efec; font-size: 13px; overflow-wrap: anywhere; }
.button-light { margin-bottom: 8px; color: var(--forest); background: var(--white); }
.button-light:hover { background: #edf4f1; }

.ai-disclosure { border-block: 1px solid #d4ded9; background: #f0f4f1; }
.disclosure-inner { display: flex; align-items: flex-start; gap: 18px; padding-block: 27px; }
.ai-chip { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid #9db4ac; border-radius: 12px; color: var(--forest); font-size: 12px; font-weight: 900; }
.ai-disclosure h2 { margin: 0 0 6px; font-family: inherit; font-size: 15px; letter-spacing: 0; }
.ai-disclosure p { max-width: 930px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.site-footer { padding: 76px 0 24px; color: #dbe7e3; background: #0b2e2a; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr; gap: 80px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { color: var(--forest); background: #e6efeb; }
.footer-grid > div:first-child p { max-width: 390px; color: #9fb8b1; font-size: 14px; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-family: inherit; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a { color: #c7d8d3; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 66px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #86a49c; font-size: 12px; }
.footer-bottom p { margin: 0; }

:focus-visible { outline: 3px solid #df8c70; outline-offset: 3px; }
@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 42px; }
  .hero-grid, .split-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-copy { padding-bottom: 0; }
  .split-grid { gap: 58px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles article, .principles article:last-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr; gap: 48px; }
  .cta-card { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 74px; }
  .brand strong { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-cta { padding: 9px 15px; }
  .hero { padding: 30px 0 50px; }
  h1 { font-size: 43px; }
  .lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-visual::before { inset: 20px -8px -14px 42px; }
  figcaption { right: 8px; bottom: 8px; font-size: 9px; }
  .section { padding: 78px 0; }
  .principles article { padding: 34px 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-list div:nth-child(odd) { border-right: 0; }
  .audience-list div:nth-child(even) { padding-left: 0; }
  .cta-section { padding: 60px 0; }
  .cta-card { padding: 42px 24px; border-radius: 24px; }
  .cta-actions .button { width: 100%; }
  .disclosure-inner { gap: 12px; }
  .ai-chip { width: 38px; height: 38px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; margin-top: 45px; }
}

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