:root {
  --ink: #17211c;
  --ink-soft: #3d4a44;
  --paper: #f6f1e8;
  --paper-2: #efe7d8;
  --white: #fffdf8;
  --forest: #12352e;
  --forest-2: #0c241f;
  --teal: #1f6b5c;
  --teal-2: #2a8f7a;
  --copper: #c56a32;
  --copper-2: #a35220;
  --line: rgba(23, 33, 28, 0.12);
  --shadow: 0 18px 40px rgba(18, 53, 46, 0.12);
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--copper); }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip {
  position: absolute; left: -999px; top: 8px;
}
.skip:focus { left: 8px; background: #fff; padding: 8px 12px; z-index: 50; }

.site-header {
  background: var(--forest);
  color: #f6f1e8;
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 76px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f6f1e8 !important;
  flex: 0 0 auto;
}
.brand svg { width: 34px; height: 34px; }
.brand-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(18px, 2.2vw, 24px);
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.nav {
  display: flex;
  gap: 8px;
  flex: 1;
  flex-wrap: wrap;
}
.nav a {
  color: #e9efe9;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 999px;
}
.nav a:hover, .nav a.is-active { background: rgba(255,255,255,.1); color: #fff; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.search-form {
  display: flex;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  overflow: hidden;
}
.search-form input {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 8px 12px;
  width: 170px;
  font: inherit;
}
.search-form input::placeholder { color: rgba(255,255,255,.65); }
.search-form button, .icon-btn {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
}
.contact-chip {
  background: var(--copper);
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 14px !important;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
}
.menu-toggle { display: none; }

.hero {
  background:
    radial-gradient(900px 420px at 85% 10%, rgba(197,106,50,.28), transparent 50%),
    linear-gradient(160deg, var(--forest-2), var(--forest) 55%, #1a4a40);
  color: #f6f1e8;
  padding: 72px 0 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}
.kicker {
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #e2c19a;
  margin: 0 0 12px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
  margin: 0 0 18px;
  font-weight: 600;
}
.hero p { font-size: 18px; max-width: 42rem; color: #dce8e3; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 10px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.btn-copper { background: var(--copper); color: #fff !important; }
.btn-ghost { background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,.35); }
.btn-teal { background: var(--teal); color: #fff !important; }
.hero-note { color: #c9d8d2; font-size: 15px; }
.hero-card {
  background: rgba(255,253,248,.08);
  border: 1px solid rgba(255,255,248,.16);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-card img { width: 100%; height: 360px; object-fit: cover; }
.hero-card img[src$=".svg"] { object-fit: cover; }

.section { padding: 72px 0; }
.section h2, .page-title, .entry-title {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.lede { color: var(--ink-soft); font-size: 18px; max-width: 46rem; }
.split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.pillar {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}
.pillar h3 { margin: 0 0 8px; font-size: 18px; }
.free-banner {
  background: var(--forest);
  color: #f6f1e8;
  border-radius: 28px;
  padding: 36px;
}
.free-banner h2 { margin: 0 0 8px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(18,53,46,.06);
  display: flex;
  flex-direction: column;
}
.card img { width: 100%; height: 210px; object-fit: cover; }
.card-body { padding: 18px 18px 22px; }
.date-badge {
  display: inline-flex;
  flex-direction: column;
  background: var(--forest);
  color: #fff;
  border-radius: 12px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 24px; }
.card h3 a { color: var(--ink); }
.card p { margin: 0; color: var(--ink-soft); }

.quote {
  background: var(--white);
  border-radius: 28px;
  padding: 32px;
  border: 1px solid var(--line);
}
.quote p { font-family: var(--serif); font-size: 22px; line-height: 1.45; }
.quote cite { display: block; margin-top: 16px; font-style: normal; color: var(--ink-soft); }

.site-footer {
  background: var(--forest-2);
  color: #d7e4df;
  padding: 48px 0 28px;
  margin-top: 40px;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
.site-footer a { color: #f3e6d2; }
.site-footer h4 { color: #fff; margin: 0 0 12px; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0 0 8px; }
.legal { border-top: 1px solid rgba(255,255,255,.1); margin-top: 28px; padding-top: 16px; font-size: 13px; color: #9fb3ac; }
.footer-heading { color: #fff; margin: 0 0 12px; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }
.privacy-button {
  background: transparent;
  color: #f3e6d2;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: 9px 14px;
  cursor: pointer;
  font: inherit;
}

.page-hero { padding: 42px 0 12px; }
.crumb { font-size: 13px; color: var(--ink-soft); margin-bottom: 10px; }
.crumb a { color: var(--ink-soft); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; padding-bottom: 40px; }
.entry {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px 28px 40px;
  overflow: hidden;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-family: var(--serif);
  line-height: 1.2;
}
.entry-content p { max-width: 72ch; }
.entry-content img { border-radius: 16px; margin: 12px 0; }
.entry-content a { font-weight: 600; }
.entry-content ul, .entry-content ol { padding-left: 1.2rem; }
.article-hero { width: 100%; max-height: 560px; object-fit: cover; border-radius: 18px; }
.article-meta { color: var(--ink-soft); font-size: 14px; }
.archive-notice {
  background: #fff5e8;
  border: 1px solid #e2c19a;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 20px;
}
.entry-content .wp-block-button__link,
.entry-content a.btn,
.entry-content .btn {
  display: inline-flex;
}

.author-box {
  display: flex;
  gap: 16px;
  align-items: center;
  background: var(--paper-2);
  border-radius: 20px;
  padding: 16px;
  margin-top: 28px;
}
.author-box img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.related { margin-top: 36px; }
.related h3 { font-family: var(--serif); }

.pager { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0; }
.pager a, .pager span {
  min-width: 40px;
  text-align: center;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
}
.pager .current { background: var(--forest); color: #fff; border-color: var(--forest); }

.results-list { display: grid; gap: 12px; }
.result {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
}

.contact-form {
  display: grid;
  gap: 12px;
  max-width: 560px;
  background: var(--white);
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--line);
}
.contact-form label { font-weight: 600; font-size: 14px; }
.contact-form input, .contact-form textarea {
  font: inherit;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}
.contact-form textarea { min-height: 140px; }
.success { display: none; background: #1f6b5c; color: #fff; padding: 12px; border-radius: 12px; }
.errorMessage { color: #b42318; font-size: 13px; }
.listing-section, .policy-section { padding-top: 12px; }
.search-page-form { max-width: 560px; background: var(--forest); }
.consent-panel {
  position: fixed;
  z-index: 100;
  inset: auto 20px 20px 20px;
  width: min(620px, calc(100% - 40px));
  margin-left: auto;
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--forest);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  padding: 20px;
}
.consent-panel[hidden] { display: none; }
.consent-panel p { margin: 0 0 10px; }
.consent-panel div { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.consent-panel button {
  border: 0;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  padding: 10px 16px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.consent-panel button[data-consent-decline] { background: var(--paper-2); color: var(--ink); }

@media (max-width: 900px) {
  .hero-grid, .split, .cards, .pillars, .footer-grid { grid-template-columns: 1fr; }
  .nav { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0; right: 0; top: 76px;
    background: var(--forest-2);
    padding: 12px 16px 20px;
  }
  .menu-toggle { display: inline-flex; }
  .search-form input { width: 110px; }
  .entry { padding: 18px; }
  .hero { padding: 42px 0; }
}
