/* ============================================================
   National Woodlands — Main Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Source+Sans+3:wght@300;400;600;700&display=swap');

:root {
  --forest:       #1d4f2e;
  --forest-mid:   #2d6e42;
  --forest-light: #4a8c5c;
  --forest-pale:  #e8f0eb;
  --bark:         #7a5c3e;
  --bark-light:   #c4a882;
  --cream:        #f5f0e8;
  --cream-dark:   #ede6d8;
  --white:        #fdfaf5;
  --text:         #1e2a1e;
  --text-muted:   #5a6655;
  --border:       #d8d0c0;
  --shadow:       0 2px 16px rgba(30,50,30,.10);
  --shadow-lg:    0 8px 40px rgba(30,50,30,.14);
  --radius:       6px;
  --radius-lg:    12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--forest); text-decoration: none; }
a:hover { color: var(--forest-mid); }

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.25;
  color: var(--forest);
}
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 600; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 600; }
h4 { font-size: 1.15rem; font-weight: 600; }
p  { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.container       { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-wide  { max-width: 1340px; margin: 0 auto; padding: 0 24px; }
.container-narrow{ max-width: 760px;  margin: 0 auto; padding: 0 24px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  border-radius: var(--radius);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem; font-weight: 600;
  cursor: pointer; border: 2px solid transparent;
  transition: all .2s;
  text-decoration: none;
}
.btn-forest  { background: var(--forest); color: #fff; border-color: var(--forest); }
.btn-forest:hover { background: var(--forest-mid); border-color: var(--forest-mid); color: #fff; }
.btn-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn-outline:hover { background: var(--forest); color: #fff; }
.btn-cream   { background: var(--cream); color: var(--forest); border-color: var(--cream); }
.btn-cream:hover { background: var(--cream-dark); }
.btn-bark    { background: var(--bark); color: #fff; border-color: var(--bark); }
.btn-bark:hover { background: #634a30; color: #fff; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-sm { padding: 9px 20px; font-size: .92rem; }

/* ── Navigation ── */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 500;
  box-shadow: 0 2px 8px rgba(30,50,30,.07);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.nav-logo img { height: 48px; width: auto; }
.nav-logo span {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem; font-weight: 700;
  color: var(--forest); letter-spacing: -.01em;
}

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 8px 14px;
  border-radius: var(--radius);
  font-size: .95rem; font-weight: 600;
  color: var(--text); white-space: nowrap;
  transition: all .15s;
}
.main-nav a:hover, .main-nav a.active { color: var(--forest); background: var(--forest-pale); }

.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 5px; }
.nav-dropdown > a::after { content: '▾'; font-size: .75rem; }
.dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  min-width: 220px; padding: 8px 0; z-index: 200;
}
.dropdown-menu a {
  display: block; padding: 10px 20px;
  font-size: .92rem; color: var(--text);
  border-radius: 0;
}
.dropdown-menu a:hover { background: var(--forest-pale); color: var(--forest); }
.nav-dropdown:hover .dropdown-menu { display: block; }

.nav-cta { margin-left: 12px; }

.nav-toggle {
  display: none; background: none; border: none;
  cursor: pointer; padding: 8px; color: var(--forest);
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--forest); margin: 5px 0;
  transition: all .2s;
}

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 60%, #3a7a50 100%);
  color: #fff;
  padding: 100px 0 80px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner { position: relative; z-index: 1; max-width: 820px; }
.hero-eyebrow {
  display: inline-block; background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 100px; padding: 5px 16px;
  font-size: .88rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: #c8e6d0; margin-bottom: 20px;
}
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 em { color: #a8d5b8; font-style: normal; }
.hero-sub {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: rgba(255,255,255,.88); max-width: 640px;
  margin-bottom: 36px; line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-page {
  padding: 70px 0 56px;
}
.hero-page h1 { color: #fff; margin-bottom: 12px; }
.hero-page p { color: rgba(255,255,255,.85); font-size: 1.15rem; max-width: 580px; }

/* ── Sections ── */
.section { padding: 80px 0; }
.section-sm { padding: 56px 0; }
.section-lg { padding: 100px 0; }
.section-cream { background: var(--cream); }
.section-forest { background: var(--forest); color: #fff; }
.section-forest h2, .section-forest h3, .section-forest h4 { color: #fff; }
.section-forest p { color: rgba(255,255,255,.88); }
.section-pale { background: var(--forest-pale); }

.section-label {
  display: inline-block;
  font-size: .82rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--forest-mid);
  margin-bottom: 10px;
}
.section-forest .section-label { color: #a8d5b8; }

.rule { width: 48px; height: 3px; background: var(--bark-light); margin: 16px 0 24px; border-radius: 2px; }
.rule.centered { margin: 16px auto 24px; }

.centered { text-align: center; }
.section-header { margin-bottom: 48px; }
.section-header h2 { margin-bottom: 8px; }

/* ── Cards ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.cards-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px 28px;
  box-shadow: var(--shadow); transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.card-icon {
  width: 52px; height: 52px;
  background: var(--forest-pale); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 18px; color: var(--forest);
}
.card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.card p  { font-size: .96rem; color: var(--text-muted); }

.card-cream { background: var(--cream); border-color: var(--cream-dark); }
.card-forest {
  background: var(--forest); border-color: var(--forest);
  color: #fff;
}
.card-forest h3, .card-forest p { color: #fff; }
.card-forest p { color: rgba(255,255,255,.85); }
.card-forest .card-icon { background: rgba(255,255,255,.15); color: #fff; }

/* ── Split layout ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-3-2 { grid-template-columns: 3fr 2fr; }
.split-2-3 { grid-template-columns: 2fr 3fr; }
.split img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }

/* ── Site images ── */
.site-img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius-lg);
  object-fit: cover;
}
.site-img-hero { border-radius: 0; }

/* ── Branded image placeholders (used until real photos sourced) ── */
.img-placeholder {
  background: linear-gradient(135deg, var(--forest-pale) 0%, #d4e8da 100%);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: var(--forest); font-size: .88rem;
  font-weight: 600; gap: 12px;
  min-height: 320px; position: relative; overflow: hidden;
}
.img-placeholder svg { opacity: .35; }
.img-placeholder figcaption {
  position: absolute; bottom: 16px; left: 0; right: 0;
  text-align: center; font-size: .78rem; font-weight: 600;
  color: var(--forest); letter-spacing: .04em;
  text-transform: uppercase; padding: 0 16px;
}
.img-placeholder .ph-label {
  font-size: .72rem; color: var(--forest-mid); font-style: italic;
  font-weight: 400; text-transform: none; letter-spacing: 0;
}

/* Responsive images */
figure { margin: 0; }
figure img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); object-fit: cover; }
figcaption { font-size: .8rem; color: var(--text-muted); margin-top: 8px; font-style: italic; }

/* ── CTA Banner ── */
.cta-banner {
  background: var(--forest);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
  flex-wrap: wrap;
}
.cta-banner h2 { color: #fff; margin-bottom: 8px; }
.cta-banner p  { color: rgba(255,255,255,.85); margin: 0; font-size: 1.05rem; }
.cta-actions   { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; }

/* ── Checklist ── */
.check-list { list-style: none; }
.check-list li {
  padding: 7px 0 7px 28px; position: relative;
  font-size: .97rem; color: var(--text-muted);
}
.check-list li::before {
  content: '✓'; position: absolute; left: 0;
  color: var(--forest-mid); font-weight: 700;
}

/* ── Quote / Pullout ── */
.pullout {
  border-left: 4px solid var(--forest-mid);
  padding: 20px 28px; margin: 28px 0;
  background: var(--forest-pale); border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.08rem; font-style: italic; color: var(--forest);
}

/* ── Stat boxes ── */
.stats-row { display: flex; flex-wrap: wrap; gap: 24px; }
.stat-box {
  flex: 1; min-width: 180px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 24px;
  text-align: center; box-shadow: var(--shadow);
}
.stat-box .stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem; font-weight: 700;
  color: var(--forest); line-height: 1;
  margin-bottom: 6px;
}
.stat-box .stat-label { font-size: .9rem; color: var(--text-muted); font-weight: 600; }

/* ── Accordion ── */
.accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-btn {
  width: 100%; background: var(--white);
  border: none; padding: 18px 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem; font-weight: 600; color: var(--forest);
  cursor: pointer; text-align: left;
  transition: background .15s;
}
.accordion-btn:hover { background: var(--forest-pale); }
.accordion-btn::after { content: '+'; font-size: 1.3rem; font-weight: 300; flex-shrink: 0; }
.accordion-btn.open::after { content: '−'; }
.accordion-body { display: none; padding: 0 24px 20px; color: var(--text-muted); font-size: .97rem; }
.accordion-body.open { display: block; }

/* ── Team / People cards ── */
.people-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.person-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 24px; text-align: center;
}
.person-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--forest-pale); margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: var(--forest);
}

/* ── News / blog cards ── */
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.news-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); transition: box-shadow .2s, transform .2s;
}
.news-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.news-card-img {
  height: 200px; background: var(--forest-pale);
  display: flex; align-items: center; justify-content: center;
  color: var(--forest-mid); font-size: 2.5rem;
}
.news-card-body { padding: 24px; }
.news-card-cat {
  font-size: .78rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--forest-mid); margin-bottom: 8px;
}
.news-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.news-card p  { font-size: .9rem; color: var(--text-muted); }

/* ── Contact form ── */
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-weight: 600; margin-bottom: 6px;
  font-size: .95rem; color: var(--text);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  font-family: 'Source Sans 3', sans-serif; font-size: 1rem;
  color: var(--text); background: var(--white);
  transition: border-color .15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; border-color: var(--forest-mid);
  box-shadow: 0 0 0 3px rgba(45,110,66,.12);
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ── Footer ── */
.site-footer {
  background: var(--forest);
  color: rgba(255,255,255,.8);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
}
.footer-brand .footer-logo { height: 44px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-brand .footer-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; color: #fff; margin-bottom: 12px;
}
.footer-brand p { font-size: .9rem; max-width: 280px; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a {
  color: rgba(255,255,255,.72); font-size: .9rem;
  transition: color .15s;
}
.footer-col ul li a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-size: .82rem; color: rgba(255,255,255,.55);
}
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: #fff; }

/* ── Breadcrumb ── */
.breadcrumb {
  background: var(--cream); padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.breadcrumb nav { font-size: .88rem; color: var(--text-muted); }
.breadcrumb nav a { color: var(--forest-mid); }
.breadcrumb nav a:hover { text-decoration: underline; }
.breadcrumb nav span { margin: 0 8px; }

/* ── Tag / badge ── */
.tag {
  display: inline-block; padding: 4px 12px;
  border-radius: 100px; font-size: .78rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
}
.tag-forest  { background: var(--forest-pale); color: var(--forest); }
.tag-bark    { background: #f0e8dc; color: var(--bark); }
.tag-cream   { background: var(--cream-dark); color: var(--text-muted); }

/* ── Utility ── */
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }
.text-muted { color: var(--text-muted); }
.text-forest { color: var(--forest); }
.text-bark   { color: var(--bark); }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

/* ── Fade-in animation ── */
.fade-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.visible { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split-3-2, .split-2-3 { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--border);
    flex-direction: column; padding: 16px 0; align-items: flex-start;
    box-shadow: var(--shadow-lg);
  }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 12px 24px; border-radius: 0; }
  .nav-dropdown .dropdown-menu { position: static; box-shadow: none; border: none; padding-left: 16px; }
  .nav-dropdown:hover .dropdown-menu { display: none; }
  .nav-dropdown.open .dropdown-menu { display: block; }
  .nav-cta { display: none; }
  .cta-banner { flex-direction: column; padding: 36px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .hero { padding: 64px 0 56px; }
  .section { padding: 56px 0; }
}

@media (max-width: 480px) {
  .cards-grid { grid-template-columns: 1fr; }
  .stats-row { flex-direction: column; }
}

/* ── Page Hero (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 70%, #3a7a50 100%);
  color: #fff;
  padding: 80px 0 64px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero .section-label { color: #a8d5b8; position: relative; z-index: 1; }
.page-hero h1 { color: #fff; position: relative; z-index: 1; margin: 10px 0 16px; }
.page-hero .hero-sub { position: relative; z-index: 1; color: rgba(255,255,255,.88); font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.65; }

/* ── Process flow ── */
.process-flow { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }
.process-step {
  display: flex; gap: 28px; padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.process-step:last-child { border-bottom: none; }
.process-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--forest); color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.process-body h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--forest); }
.process-body p  { font-size: .95rem; color: var(--text-muted); margin: 0; }

/* ── Card number ── */
.card-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 700;
  color: var(--forest-pale); margin-bottom: 12px; line-height: 1;
}

/* ── Contact page ── */
.contact-detail {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 24px; font-size: .97rem; line-height: 1.6;
}
.contact-icon { font-size: 1.3rem; flex-shrink: 0; }

.form-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 40px 36px;
  box-shadow: var(--shadow);
}
.form-card h3 { margin-bottom: 24px; color: var(--forest); }

.field-group { margin-bottom: 20px; }
.field-group label {
  display: block; font-weight: 600; margin-bottom: 6px;
  font-size: .95rem; color: var(--text);
}
.field-group input,
.field-group select,
.field-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  font-family: 'Source Sans 3', sans-serif; font-size: 1rem;
  color: var(--text); background: var(--white);
  transition: border-color .15s;
}
.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  outline: none; border-color: var(--forest-mid);
  box-shadow: 0 0 0 3px rgba(45,110,66,.12);
}
.field-group textarea { min-height: 140px; resize: vertical; }
.required { color: #c0392b; }

/* ── Legal / info table ── */
.info-table { display: flex; flex-direction: column; gap: 0; margin-top: 20px; }
.info-row {
  display: grid; grid-template-columns: 140px 1fr; gap: 16px;
  padding: 12px 0; border-bottom: 1px solid var(--border);
  font-size: .95rem;
}
.info-row:last-child { border-bottom: none; }
.info-label { font-weight: 600; color: var(--forest); }
.info-value { color: var(--text-muted); }

.prose h4 { color: var(--forest); margin: 24px 0 8px; }
.prose ul  { padding-left: 20px; margin-bottom: 1rem; }
.prose ul li { margin-bottom: 4px; color: var(--text-muted); }

/* ── Stat list (support page) ── */
.stat-list { display: flex; flex-direction: column; gap: 0; }
.stat-item {
  display: flex; gap: 20px; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--border);
}
.stat-item:last-child { border-bottom: none; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700; color: var(--forest);
  min-width: 80px; flex-shrink: 0;
}
.stat-label { font-size: .97rem; color: var(--text-muted); }

/* ── Badge ── */
.badge {
  display: inline-block; margin-top: 12px;
  padding: 4px 12px; border-radius: 100px;
  background: var(--forest-pale); color: var(--forest);
  font-size: .78rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase;
}

/* ── News page extras ── */
.news-card-featured { grid-column: 1 / -1; }
.news-card-img-lg { height: 280px; font-size: 3.5rem; }
.news-card-date {
  font-size: .82rem; color: var(--text-muted); margin-bottom: 8px;
}
.news-card-featured h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 14px; }
.news-card-featured p  { font-size: 1rem; }

/* ── Alert ── */
.alert-success {
  background: var(--forest-pale); border: 1px solid var(--forest-mid);
  border-radius: var(--radius); padding: 24px 28px;
  color: var(--forest); line-height: 1.6;
}

/* ── Order utility (mobile reorder) ── */
@media (max-width: 1024px) {
  .order-1 { order: 1; }
  .order-2 { order: 2; }
}

/* ── Cookie Consent Banner ── */
.cookie-banner {
  position: fixed; bottom: -200px; left: 0; right: 0; z-index: 9999;
  background: var(--forest); color: rgba(255,255,255,.92);
  box-shadow: 0 -4px 24px rgba(0,0,0,.25);
  transition: bottom .4s cubic-bezier(.4,0,.2,1);
}
.cookie-banner.visible { bottom: 0; }
.cookie-banner-inner {
  max-width: 1140px; margin: 0 auto; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.cookie-banner-text strong { color: #fff; display: block; margin-bottom: 4px; }
.cookie-banner-text p { font-size: .88rem; color: rgba(255,255,255,.8); margin: 0; line-height: 1.5; }
.cookie-banner-text a { color: #a8d5b8; text-decoration: underline; }
.cookie-banner-text a:hover { color: #fff; }
.cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ── Process flow responsive ── */
@media (max-width: 600px) {
  .process-step { flex-direction: column; gap: 12px; }
  .info-row { grid-template-columns: 1fr; gap: 4px; }
  .form-card { padding: 28px 20px; }
}
