:root {
  --ink: #2d2924;
  --forest: #303a31;
  --forest-soft: #536052;
  --cream: #f5f0e6;
  --paper: #fffcf6;
  --clay: #aa6448;
  --line: #d7cec0;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: Questrial, Arial, sans-serif; line-height: 1.6; margin: 0; }
a { color: inherit; }
.shell { margin: 0 auto; max-width: 1180px; padding: 0 28px; }
.narrow { margin: 0 auto; max-width: 820px; padding: 0 28px; }
.site-header { background: rgba(255, 252, 246, .96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.site-header .shell { align-items: center; display: flex; justify-content: space-between; min-height: 76px; }
.brand { font-size: 19px; font-weight: 700; letter-spacing: .12em; text-decoration: none; }
.brand span { color: var(--forest-soft); font-size: 11px; font-weight: 400; letter-spacing: .08em; margin-left: 8px; }
.site-nav { align-items: center; display: flex; gap: 24px; }
.site-nav a { font-size: 14px; text-decoration: none; }
.site-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { border: 1px solid var(--forest); padding: 9px 15px; }
.hero { background: linear-gradient(135deg, #f5f0e6 0%, #ebe2d4 58%, #dce2d9 100%); overflow: hidden; padding: 92px 0 86px; position: relative; }
.hero::after { border: 1px solid rgba(48, 58, 49, .18); border-radius: 50%; content: ''; height: 560px; position: absolute; right: -210px; top: -230px; width: 560px; }
.hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr); position: relative; z-index: 1; }
.eyebrow { color: var(--clay); font-size: 13px; font-weight: 700; letter-spacing: .14em; margin: 0 0 18px; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.14; margin-top: 0; }
h1 { font-size: clamp(44px, 6vw, 76px); letter-spacing: -.035em; margin-bottom: 24px; max-width: 780px; }
h2 { font-size: clamp(34px, 4vw, 50px); letter-spacing: -.025em; margin-bottom: 20px; }
h3 { font-size: 24px; margin-bottom: 10px; }
.hero-copy { font-size: 20px; max-width: 700px; }
.actions { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.button { background: var(--forest); border: 1px solid var(--forest); color: var(--white); display: inline-block; font-weight: 700; padding: 15px 22px; text-decoration: none; }
.button:hover { background: #202821; }
.button-secondary { background: transparent; color: var(--forest); }
.button-secondary:hover { background: rgba(48, 58, 49, .08); }
.hero-card { background: rgba(255, 252, 246, .84); border: 1px solid rgba(48, 58, 49, .23); box-shadow: 0 22px 70px rgba(52, 42, 32, .1); padding: 34px; }
.hero-card p { margin: 0 0 14px; }
.hero-card ol { margin: 0; padding-left: 22px; }
.hero-card li { margin: 10px 0; padding-left: 5px; }
.trust-line { border-bottom: 1px solid var(--line); color: var(--forest-soft); padding: 20px 0; text-align: center; }
.section { padding: 92px 0; }
.section-intro { max-width: 760px; }
.process-grid { counter-reset: process; display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); margin-top: 45px; }
.process-card { border-top: 2px solid var(--forest); padding: 24px 8px 0 0; }
.process-card::before { color: var(--clay); content: '0' counter(process); counter-increment: process; display: block; font-size: 13px; font-weight: 700; letter-spacing: .14em; margin-bottom: 22px; }
.process-card p { color: #5d554c; }
.systems { background: var(--forest); color: var(--cream); }
.systems-grid { align-items: start; display: grid; gap: 64px; grid-template-columns: .9fr 1.1fr; }
.systems .eyebrow { color: #e8a989; }
.system-list { border-top: 1px solid rgba(255,255,255,.24); }
.system-item { border-bottom: 1px solid rgba(255,255,255,.24); display: grid; gap: 24px; grid-template-columns: 170px 1fr; padding: 25px 0; }
.system-item strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.system-item p { color: #d9d8cd; margin: 0; }
.resources-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin-top: 38px; }
.resource { border: 1px solid var(--line); min-height: 215px; padding: 28px; }
.resource a { color: var(--forest); font-weight: 700; text-underline-offset: 4px; }
.faq { background: var(--cream); }
details { border-top: 1px solid var(--line); padding: 20px 0; }
details:last-of-type { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-family: Georgia, serif; font-size: 23px; }
details p { color: #5d554c; max-width: 720px; }
.closing { background: var(--clay); color: var(--white); padding: 82px 0; text-align: center; }
.closing p { font-size: 19px; margin: 0 auto; max-width: 690px; }
.closing .actions { justify-content: center; }
.closing .button { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.closing .button-secondary { background: transparent; color: var(--white); }
.site-footer { background: #211f1c; color: #d8d2c8; font-size: 13px; padding: 35px 0; }
.site-footer .shell { display: flex; gap: 25px; justify-content: space-between; }
.site-footer a { text-underline-offset: 3px; }
.disclaimer { color: #746b60; font-size: 13px; margin-top: 24px; }

@media (max-width: 900px) {
  .hero-grid, .systems-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .resources-grid { grid-template-columns: 1fr; }
  .site-nav a:not(.nav-cta) { display: none; }
}

@media (max-width: 560px) {
  .shell, .narrow { padding-left: 20px; padding-right: 20px; }
  .brand span { display: block; margin-left: 0; }
  .hero, .section { padding: 65px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .system-item { grid-template-columns: 1fr; gap: 7px; }
  .site-footer .shell { flex-direction: column; }
}
