:root {
  --ink: #17211c;
  --ink-soft: #435048;
  --forest: #1c6b4a;
  --forest-dark: #125039;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --gold: #e5b84b;
  --line: #dcd8ce;
  --white: #fff;
  --shadow: 0 24px 70px rgba(23, 33, 28, .12);
  --radius: 20px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { z-index: 1000; width: auto; height: auto; clip: auto; padding: 10px 16px; background: var(--white); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.92); border-bottom: 1px solid rgba(220,216,206,.8); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--white); background: var(--forest); font-family: Georgia, serif; font-size: 24px; font-weight: 700; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, serif; font-size: 23px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.custom-logo { max-height: 58px; width: auto; }
.nav-list, .footer-nav { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav-list a { font-weight: 650; text-decoration: none; }
.nav-list a:hover, .nav-list a:focus { color: var(--forest); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { padding: clamp(68px, 10vw, 138px) 0 92px; overflow: hidden; background: radial-gradient(circle at 88% 15%, rgba(229,184,75,.28), transparent 24%), linear-gradient(150deg, var(--cream), #fbf8f1 72%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.eyebrow { display: inline-block; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
.hero h1 { max-width: 760px; margin: 19px 0 25px; font-family: Georgia, serif; font-size: clamp(54px, 7vw, 92px); font-weight: 500; }
.hero h1 em { color: var(--forest); font-weight: 500; }
.hero-lead { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: clamp(19px, 2.1vw, 24px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--forest); }
.button-primary:hover { background: var(--forest-dark); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.decision-card { position: relative; padding: 32px; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.decision-card::before { content: ""; position: absolute; inset: -13px 18px auto auto; width: 78px; height: 22px; background: rgba(229,184,75,.75); transform: rotate(7deg); }
.decision-label { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.decision-card ol { margin: 24px 0 0; padding: 0; list-style: none; }
.decision-card li { display: grid; grid-template-columns: 50px 1fr; gap: 15px; align-items: center; padding: 19px 0; border-top: 1px solid var(--line); }
.decision-card li > span { color: var(--forest); font-family: Georgia, serif; font-size: 27px; }
.decision-card li div { display: grid; }
.decision-card small { color: var(--ink-soft); }

.trust-strip { color: var(--white); background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { position: relative; padding: 36px 44px; border-left: 1px solid rgba(255,255,255,.13); }
.trust-grid article:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid article > span { color: var(--gold); font-size: 26px; }
.trust-grid h2 { margin: 10px 0 6px; font-size: 19px; letter-spacing: -.015em; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }

.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
.section-heading h2, .principle-section h2, .newsletter-card h2 { margin: 10px 0 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 60px); font-weight: 500; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--forest); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(23,33,28,.1); }
.card-image { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--cream); text-decoration: none; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.image-placeholder { display: grid; place-items: center; height: 100%; color: var(--forest); font-family: Georgia, serif; font-size: 24px; }
.card-body { padding: 25px; }
.card-meta { display: flex; flex-wrap: wrap; gap: 9px 16px; color: #68736d; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.article-card h3 { margin: 14px 0 11px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.article-card h3 a { text-decoration: none; }
.article-card p { color: var(--ink-soft); }
.empty-state { grid-column: 1 / -1; padding: 50px; border: 1px dashed #b8b3a9; border-radius: var(--radius); background: var(--cream); }
.empty-state h3 { margin: 12px 0; font-family: Georgia, serif; font-size: 36px; }

.principle-section { background: var(--cream); }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.principle-copy { padding-left: 32px; border-left: 3px solid var(--gold); color: var(--ink-soft); font-size: 19px; }
.principle-copy p:first-child { color: var(--ink); font-size: 24px; font-weight: 650; }
.newsletter-teaser { padding-top: 0; }
.newsletter-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; padding: 50px; border-radius: 28px; color: var(--white); background: var(--forest); }
.newsletter-card .eyebrow { color: #f4d885; }
.newsletter-card h2 { font-size: clamp(32px, 4vw, 48px); }
.newsletter-card p { color: rgba(255,255,255,.78); font-size: 18px; }

.content-area { min-height: 60vh; }
.archive-header, .article-header { max-width: 850px; margin-bottom: 48px; }
.archive-header h1, .article-header h1, .not-found h1 { margin: 12px 0 18px; font-family: Georgia, serif; font-size: clamp(44px, 6vw, 72px); font-weight: 500; }
.article-intro { color: var(--ink-soft); font-size: 22px; }
.article-single { max-width: 1180px; }
.article-hero { margin: 0 0 48px; overflow: hidden; border-radius: 26px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 300px); gap: 70px; align-items: start; }
.article-content { font-size: 18px; }
.article-content h2 { margin-top: 2em; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.article-content h3 { margin-top: 1.7em; font-size: 25px; }
.article-content a { color: var(--forest); font-weight: 700; }
.disclosure-box { position: sticky; top: 110px; padding: 24px; border-radius: 16px; background: var(--cream); }
.disclosure-box p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.page-single { max-width: 900px; }
.not-found { text-align: center; }

.site-footer { padding: 65px 0 24px; color: rgba(255,255,255,.76); background: #101712; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 50px; }
.footer-brand { color: var(--white); font-family: Georgia, serif; font-size: 28px; font-weight: 700; text-decoration: none; }
.footer-grid strong { color: var(--white); }
.footer-nav { align-items: flex-start; flex-direction: column; gap: 8px; }
.footer-nav a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

@media (max-width: 900px) {
  .hero-grid, .principle-grid, .newsletter-card, .article-layout { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:last-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .disclosure-box { position: static; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand-copy small { display: none; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .primary-nav.is-open { display: block; }
  .nav-list { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(46px, 15vw, 68px); }
  .decision-card { padding: 24px; transform: none; }
  .article-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .newsletter-card { padding: 34px 26px; }
  .principle-copy { padding-left: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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