:root {
  --ink: #17231d;
  --forest: #173c2d;
  --forest-deep: #0d2c21;
  --sage: #7a9b82;
  --sage-soft: #eaf0eb;
  --cream: #f7f3e9;
  --gold: #c59a49;
  --gold-light: #e7cf9d;
  --white: #fff;
  --muted: #5e6d65;
  --border: rgba(23, 60, 45, .14);
  --shadow: 0 24px 70px rgba(17, 48, 36, .11);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1,h2,h3 { margin: 0 0 .7em; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.1; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 5.65rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1.35em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { max-width: 860px; }
.reading-width { max-width: 760px; }
.section { padding: clamp(78px, 10vw, 132px) 0; }
.section-tint { background: var(--cream); }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-160%); padding: 12px 18px; background: var(--white); }
.skip-link:focus { transform: none; }
.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; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .2s,border-color .2s; }
.site-header.is-scrolled { border-color: var(--border); box-shadow: 0 10px 35px rgba(15,43,32,.06); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.site-branding { margin-right: auto; }
.custom-logo { max-height: 60px; width: auto; }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-symbol { display: grid; place-items: center; width: 48px; aspect-ratio: 1; border-radius: 50%; color: var(--white); background: var(--forest); font-family: Georgia, serif; font-weight: 700; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.08rem; }
.brand-copy small { color: var(--muted); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--forest-deep); font-size: .91rem; font-weight: 650; text-decoration: none; }
.primary-nav a:hover,.primary-nav .current-menu-item > a { color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: none; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--forest); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 24px; border: 1px solid var(--forest); border-radius: 999px; color: var(--white); background: var(--forest); font-size: .92rem; font-weight: 750; text-decoration: none; transition: transform .18s,background .18s,color .18s; }
.button:hover { transform: translateY(-2px); background: var(--forest-deep); }
.button-small { min-height: 46px; padding: 10px 20px; }
.button-secondary { color: var(--forest); background: transparent; }
.button-light { color: var(--forest-deep); background: var(--cream); border-color: var(--cream); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button-row.centered { justify-content: center; }
.text-link { color: var(--forest); font-weight: 750; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.eyebrow { margin-bottom: 18px; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; padding: clamp(74px, 10vw, 140px) 0 100px; background: linear-gradient(120deg, var(--cream) 0%, #fbfaf5 55%, var(--sage-soft) 100%); }
.hero::after { content:""; position:absolute; right:-10vw; bottom:-22vw; width:48vw; aspect-ratio:1; border:1px solid rgba(197,154,73,.33); border-radius:50%; box-shadow:0 0 0 80px rgba(197,154,73,.04),0 0 0 160px rgba(197,154,73,.03); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(50px,8vw,110px); }
.hero-copy h1 { max-width: 850px; }
.hero-lead { max-width: 690px; color: var(--muted); font-size: clamp(1.1rem,2vw,1.32rem); }
.micro-copy { margin-top: 24px; color: var(--muted); font-size: .86rem; font-weight: 650; }
.hero-visual { display: grid; justify-items: center; }
.path-card { position: relative; width: min(100%,350px); padding: 25px 28px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.path-card span { position:absolute; right:20px; top:18px; color:var(--gold-light); font-size:.78rem; font-weight:800; }
.path-card strong,.path-card small { display:block; }
.path-card strong { font: 700 1.55rem/1.2 Georgia,serif; }
.path-card small { margin-top:4px; color:rgba(255,255,255,.72); }
.path-home { background:#315b46; transform:translateX(-28px); }
.path-next { background:#967032; transform:translateX(20px); }
.path-line { width:1px; height:34px; background:var(--gold); }
.trust-strip { color:var(--white); background:var(--forest-deep); }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.trust-grid > div { display:flex; align-items:center; gap:18px; min-height:120px; padding:26px 38px; border-right:1px solid rgba(255,255,255,.12); }
.trust-grid > div:last-child { border:0; }
.trust-grid strong { color:var(--gold-light); font:700 clamp(1.6rem,3vw,2.5rem)/1 Georgia,serif; }
.trust-grid span { color:rgba(255,255,255,.75); font-size:.87rem; line-height:1.35; }
.two-column { display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(45px,8vw,110px); }
.align-center { align-items:center; }
.prose-large { color:var(--muted); font-size:1.2rem; }
.section-heading { max-width:800px; margin-bottom:50px; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.feature-card { min-height:320px; padding:34px; background:var(--white); border:1px solid var(--border); border-radius:var(--radius); box-shadow:0 20px 50px rgba(18,54,40,.06); }
.feature-card > span { display:grid; place-items:center; width:42px; aspect-ratio:1; margin-bottom:55px; border-radius:50%; color:var(--forest); background:var(--sage-soft); font-size:.75rem; font-weight:800; }
.feature-card p { color:var(--muted); }
.section-action { margin-top:40px; }
.founder-visual { min-height:480px; display:flex; flex-direction:column; justify-content:flex-end; padding:50px; color:var(--white); background:linear-gradient(145deg,var(--forest),var(--forest-deep)); border-radius:32px; box-shadow:var(--shadow); }
.founder-visual span { color:var(--gold-light); font:700 clamp(4rem,10vw,8rem)/1 Georgia,serif; opacity:.72; }
.founder-visual p { max-width:350px; margin:30px 0 0; font-size:1.1rem; }
.decision-section { padding-top:30px; }
.decision-card { padding:clamp(55px,8vw,100px); border-radius:32px; color:var(--white); text-align:center; background:linear-gradient(135deg,var(--forest),var(--forest-deep)); }
.decision-card h2 { max-width:900px; margin-inline:auto; color:var(--white); }
.decision-card > p:not(.eyebrow) { max-width:680px; margin-inline:auto; color:rgba(255,255,255,.72); }
.page-hero,.article-hero { padding:95px 0 80px; background:linear-gradient(120deg,var(--cream),var(--sage-soft)); }
.page-hero h1,.article-hero h1 { font-size:clamp(3rem,6vw,5rem); }
.entry-content > * { max-width:100%; }
.entry-content h2 { margin-top:1.7em; font-size:clamp(2rem,3vw,3rem); }
.entry-content h3 { margin-top:1.6em; }
.entry-content a { color:var(--forest); text-decoration-color:var(--gold); text-underline-offset:4px; }
.entry-content blockquote { margin:2em 0; padding:24px 30px; border-left:4px solid var(--gold); background:var(--cream); }
.post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.post-card { overflow:hidden; border:1px solid var(--border); border-radius:var(--radius); background:var(--white); }
.post-image img { aspect-ratio:16/10; object-fit:cover; }
.post-card-body { padding:28px; }
.post-card-body h2 { font-size:1.7rem; }
.post-card-body h2 a { text-decoration:none; }
.post-card-body p { color:var(--muted); }
.post-meta,.article-meta { color:var(--muted); font-size:.8rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.article-image { margin-bottom:42px; }
.not-found { min-height:65vh; display:grid; align-items:center; }
.site-footer { padding-top:80px; color:rgba(255,255,255,.72); background:#091f17; }
.footer-grid { display:grid; grid-template-columns:1.7fr .7fr .9fr; gap:60px; padding-bottom:70px; }
.site-footer h2,.site-footer h3 { color:var(--white); }
.site-footer h2 { max-width:620px; font-size:clamp(2rem,4vw,3.6rem); }
.site-footer h3 { font:700 .78rem/1.2 Inter,sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.site-footer a { color:var(--white); }
.site-footer ul { margin:0; padding:0; list-style:none; }
.site-footer li { margin-bottom:8px; }
.footer-kicker { color:var(--gold-light); font-size:.78rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.footer-bottom { display:flex; justify-content:space-between; gap:25px; padding-block:24px; border-top:1px solid rgba(255,255,255,.12); font-size:.78rem; }
.footer-bottom p { margin:0; }

@media (max-width: 960px) {
  .header-cta { display:none; }
  .menu-toggle { display:block; order:3; }
  .primary-nav { position:fixed; inset:88px 0 auto; max-height:0; overflow:hidden; background:var(--white); transition:max-height .25s; }
  .menu-open .primary-nav { max-height:calc(100vh - 88px); border-top:1px solid var(--border); box-shadow:var(--shadow); }
  .primary-nav ul { flex-direction:column; align-items:stretch; gap:0; padding:20px; }
  .primary-nav a { display:block; padding:13px 10px; font-size:1.05rem; }
  .hero-grid,.two-column { grid-template-columns:1fr; }
  .hero-visual { margin-top:30px; }
  .trust-grid { grid-template-columns:1fr; padding-block:12px; }
  .trust-grid > div { min-height:auto; border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .feature-grid,.post-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1.4fr 1fr; }
  .footer-grid > div:first-child { grid-column:1/-1; }
}
@media (max-width: 640px) {
  body { font-size:16px; }
  .container { width:min(calc(100% - 28px),var(--container)); }
  .header-inner { min-height:76px; }
  .primary-nav { inset-block-start:76px; }
  .brand-copy { display:none; }
  .hero { padding-top:68px; }
  .hero-copy h1 { font-size:clamp(2.7rem,14vw,4rem); }
  .button-row .button { width:100%; }
  .path-home,.path-next { transform:none; }
  .feature-grid,.post-grid,.footer-grid { grid-template-columns:1fr; }
  .feature-card { min-height:auto; }
  .feature-card > span { margin-bottom:30px; }
  .founder-visual { min-height:360px; padding:32px; }
  .decision-card { border-radius:22px; }
  .footer-grid > div:first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}

