body {
  --dark-green: #242E21;
  --sage: #4a4d43;
  --bright-green: #187600;
  --mint: #B6E3D4;
  --teal: #33A7B5;
  --cream: #FDFAF4;
  --off-white: #F7F5F0;
  --white: #FFFFFF;
  --border: rgba(36,46,33,0.1);
  --text-body: #3a3d35;
  --text-muted: #6b6e63;
}/*
 * ═══════════════════════════════════════════════════════
 * WOODLAND PATHWAYS COUNSELING — WordPress Additional CSS
 * Paste this into: Appearance > Customize > Additional CSS
 * Theme: Astra
 * ═══════════════════════════════════════════════════════
 */

:root {
  --dark-green: #242E21;
  --sage: #4a4d43;
  --bright-green: #187600;
  --mint: #B6E3D4;
  --teal: #33A7B5;
  --cream: #FDFAF4;
  --off-white: #F7F5F0;
  --white: #FFFFFF;
  --border: rgba(36,46,33,0.1);
  --text-body: #3a3d35;
  --text-muted: #6b6e63;
}

/* ── GLOBAL ── */
body { background: var(--cream); color: var(--text-body); }
.entry-content { max-width: 100% !important; padding: 0 !important; }
.wp-block-group { margin: 0 !important; }

/* ── CRISIS BAR ── */
.wpc-crisis-bar {
  background: var(--dark-green);
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: 100%;
}
.wpc-crisis-bar__label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.wpc-crisis-bar a {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #B6E3D4;
  text-decoration: none;
}
.wpc-crisis-bar a:hover { opacity: 0.8; }
.wpc-crisis-divider { width: 1px; height: 10px; background: rgba(255,255,255,0.15); }

/* ── ASTRA HEADER OVERRIDES ── */
.ast-primary-header-bar { border-bottom: 1px solid var(--border) !important; box-shadow: 0 1px 20px rgba(36,46,33,0.07) !important; }
.site-title a, .site-title a:hover { color: var(--dark-green) !important; font-family: 'Lora', serif !important; font-weight: 600 !important; }
.main-header-menu .menu-item a { font-size: 0.75rem !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; color: var(--text-muted) !important; }
.main-header-menu .menu-item a:hover { color: var(--dark-green) !important; }
.ast-header-break-point .ast-mobile-menu-buttons .menu-toggle { color: var(--dark-green) !important; }
/* Apply Now CTA button in nav */
.menu-item.nav-cta a {
  background: var(--dark-green) !important;
  color: var(--white) !important;
  padding: 0.55rem 1.25rem !important;
  border-radius: 2px !important;
  font-weight: 700 !important;
}
.menu-item.nav-cta a:hover { background: #1a2318 !important; }

/* ── HERO ── */
.wpc-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}
.wpc-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 4rem 6rem 6rem;
}
.wpc-hero__eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bright-green);
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.wpc-hero__eyebrow::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1.5px;
  background: var(--bright-green);
}
.wpc-hero h1 {
  font-family: 'Lora', serif !important;
  font-size: clamp(2.4rem, 3.8vw, 3.6rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  color: var(--dark-green) !important;
  margin-bottom: 1.5rem !important;
}
.wpc-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, #1a5c00 0%, #187600 40%, #0e8a70 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wpc-hero__subhead {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 2rem;
  max-width: 46ch;
}
.wpc-hero__body {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--sage);
  margin-bottom: 2rem;
  border-left: 2px solid var(--mint);
  padding-left: 1.25rem;
  max-width: 50ch;
}
.wpc-hero__notice {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bright-green);
  margin-bottom: 2.5rem;
}
.wpc-hero__visual {
  overflow: hidden;
  background: var(--off-white);
  position: relative;
}
.wpc-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

/* ── BUTTONS ── */
.wpc-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  background: var(--dark-green);
  padding: 1rem 2rem;
  border-radius: 2px;
  width: fit-content;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(36,46,33,0.18);
  margin-bottom: 1rem;
}
.wpc-btn-primary:hover { background: #1a2318; transform: translateY(-2px); color: var(--white); }
.wpc-btn-secondary {
  display: inline-block;
  font-size: 0.78rem;
  text-decoration: none;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.wpc-btn-secondary:hover { color: var(--dark-green); }
.wpc-btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  background: var(--dark-green);
  padding: 1rem 2rem;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 3px 14px rgba(36,46,33,0.15);
}
.wpc-btn-dark:hover { background: #1a2318; transform: translateY(-1px); color: var(--white); }
.wpc-btn-green {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  background: var(--bright-green);
  padding: 1rem 2rem;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 3px 14px rgba(24,118,0,0.2);
}
.wpc-btn-green:hover { background: #136600; transform: translateY(-1px); color: var(--white); }
.wpc-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--dark-green);
  border: 1.5px solid var(--dark-green);
  padding: 0.75rem 1.5rem;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.wpc-btn-outline:hover { background: var(--dark-green); color: var(--white); }

/* ── SECTION SHARED ── */
.wpc-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bright-green);
  margin-bottom: 1.25rem;
}
.wpc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
  max-width: 1300px;
  margin: 0 auto;
}

/* ── SCARCITY BAR ── */
.wpc-scarcity {
  background: var(--off-white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.wpc-scarcity span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.wpc-scarcity-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--mint); }

/* ── INTENSIVE SECTION ── */
.wpc-intensive {
  background: var(--white);
  padding: 6rem;
  border-bottom: 1px solid var(--border);
}
.wpc-intensive h2 {
  font-family: 'Lora', serif !important;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: var(--dark-green) !important;
  margin-bottom: 1.5rem !important;
}
.wpc-intensive__desc {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.wpc-price-block {
  background: var(--cream);
  border: 1px solid var(--border);
  border-left: 3px solid var(--bright-green);
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  border-radius: 2px;
}
.wpc-price {
  font-family: 'Lora', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--dark-green);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.wpc-price-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.wpc-how-card {
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 1.75rem 2rem;
  border-radius: 2px;
  margin-bottom: 1.25rem;
}
.wpc-how-card h4 {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bright-green);
  margin-bottom: 0.75rem;
}
.wpc-how-card p { font-size: 0.92rem; line-height: 1.8; color: var(--text-muted); }
.wpc-out-of-state {
  background: linear-gradient(135deg, rgba(51,167,181,0.05), rgba(182,227,212,0.08));
  border: 1px solid rgba(51,167,181,0.2);
  border-left: 3px solid var(--teal);
  border-radius: 2px;
  padding: 1.75rem 2rem;
}
.wpc-out-of-state__heading {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.85rem;
}
.wpc-out-of-state p { font-size: 0.9rem; line-height: 1.8; color: var(--text-muted); margin-bottom: 0.85rem; }
.wpc-out-of-state a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--teal);
  border-bottom: 1px solid rgba(51,167,181,0.3);
}
.wpc-out-of-state a:hover { color: #2a8fa0; }

/* ── INDIVIDUAL THERAPY ── */
.wpc-individual {
  background: var(--white);
  padding: 6rem;
  border-bottom: 1px solid var(--border);
}
.wpc-individual h2 {
  font-family: 'Lora', serif !important;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem) !important;
  font-weight: 600 !important;
  color: var(--dark-green) !important;
  margin-bottom: 1.5rem !important;
}
.wpc-individual__body { font-size: 1rem; line-height: 1.85; color: var(--text-muted); margin-bottom: 1.25rem; }
.wpc-rate-block {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: var(--cream);
  border: 1px solid var(--border);
  border-left: 3px solid var(--teal);
  border-radius: 2px;
  flex-wrap: wrap;
}
.wpc-rate { font-family: 'Lora', serif; font-size: 2.4rem; font-weight: 700; color: var(--dark-green); letter-spacing: -0.02em; line-height: 1; }
.wpc-rate-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.wpc-feature-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 2rem;
  margin-bottom: 1.25rem;
}
.wpc-feature-card h4 { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bright-green); margin-bottom: 1rem; }
.wpc-feature-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.65rem; }
.wpc-feature-list li { font-size: 0.92rem; line-height: 1.6; color: var(--text-muted); padding-left: 1.1rem; position: relative; }
.wpc-feature-list li::before { content: '–'; position: absolute; left: 0; color: var(--mint); font-weight: 700; }
.wpc-info-note {
  display: flex;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background: rgba(24,118,0,0.04);
  border: 1px solid rgba(24,118,0,0.12);
  border-radius: 2px;
}
.wpc-info-note p { font-size: 0.85rem; line-height: 1.7; color: var(--sage); font-style: italic; margin: 0; }

/* ── CREDENTIALS ── */
.wpc-credentials {
  background: var(--off-white);
  padding: 6rem;
  border-bottom: 1px solid var(--border);
}
.wpc-credentials h2 {
  font-family: 'Lora', serif !important;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
  font-weight: 600 !important;
  color: var(--dark-green) !important;
  margin-bottom: 0.35rem !important;
}
.wpc-credentials__titles { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bright-green); margin-bottom: 0.4rem; }
.wpc-credentials__license { font-size: 0.68rem; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 1.75rem; }
.wpc-credentials__body { font-size: 1rem; line-height: 1.85; color: var(--text-muted); margin-bottom: 1.75rem; }
.wpc-credentials__quote {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--dark-green);
  border-left: 2px solid var(--mint);
  padding-left: 1.5rem;
}
.wpc-credentials-photo { border-radius: 2px; overflow: hidden; box-shadow: 0 8px 40px rgba(36,46,33,0.12); max-width: 280px; }
.wpc-credentials-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

/* ── LEAD MAGNET ── */
.wpc-leadmagnet {
  background: var(--cream);
  padding: 6rem;
  border-bottom: 1px solid var(--border);
}
.wpc-leadmagnet h2 {
  font-family: 'Lora', serif !important;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem) !important;
  font-weight: 600 !important;
  color: var(--dark-green) !important;
  margin-bottom: 1rem !important;
}
.wpc-leadmagnet__body { font-size: 1rem; line-height: 1.85; color: var(--text-muted); margin-bottom: 2rem; max-width: 46ch; }
.wpc-guide-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--mint);
  border-radius: 2px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(36,46,33,0.06);
}
.wpc-guide-card h4 { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bright-green); margin-bottom: 0.75rem; }
.wpc-guide-card h3 { font-family: 'Lora', serif; font-size: 1.25rem; font-weight: 600; font-style: italic; color: var(--dark-green); margin-bottom: 1rem; line-height: 1.4; }
.wpc-guide-card p { font-size: 0.9rem; line-height: 1.75; color: var(--text-muted); margin-bottom: 1.75rem; }

/* ── FOOTER (via Astra Footer Widget Area) ── */
.wpc-footer-brand__name { font-family: 'Lora', serif; font-size: 1rem; font-weight: 600; color: var(--mint); margin-bottom: 0.35rem; }
.wpc-footer-brand__creds { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(182,227,212,0.55); margin-bottom: 1rem; }
.wpc-footer-brand__license { font-size: 0.68rem; color: rgba(255,255,255,0.35); line-height: 1.7; margin-bottom: 1.25rem; }
.wpc-footer-brand__disclaimer { font-size: 0.63rem; line-height: 1.75; color: rgba(255,255,255,0.22); max-width: 34ch; }
.wpc-footer-col h4 { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 1.25rem; }
.wpc-footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.65rem; }
.wpc-footer-col ul li a { font-size: 0.8rem; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.wpc-footer-col ul li a:hover { color: rgba(255,255,255,0.9); }
.wpc-crisis-col h4 { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(182,227,212,0.45); margin-bottom: 0.75rem; }
.wpc-crisis-item { margin-bottom: 1rem; }
.wpc-crisis-item .label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(182,227,212,0.45); margin-bottom: 0.2rem; }
.wpc-crisis-item a { font-size: 0.8rem; color: rgba(255,255,255,0.6); text-decoration: none; display: block; }
.wpc-crisis-item a:hover { color: var(--mint); }

/* Astra footer background */
.ast-footer-overlay { background: var(--dark-green) !important; }
.footer-widget-area { background: var(--dark-green) !important; border-top: 3px solid var(--mint) !important; }
.ast-small-footer { background: #161d14 !important; border-top: 1px solid rgba(255,255,255,0.06) !important; }
.ast-small-footer .ast-footer-copyright { color: rgba(255,255,255,0.22) !important; font-size: 0.65rem !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .wpc-hero { grid-template-columns: 1fr; }
  .wpc-hero__visual { height: 50vw; }
  .wpc-hero__content { padding: 5rem 2.5rem 4rem; }
  .wpc-two-col { grid-template-columns: 1fr; gap: 3rem; }
  .wpc-intensive, .wpc-individual, .wpc-credentials, .wpc-leadmagnet { padding: 4rem 2.5rem; }
}
@media (max-width: 640px) {
  .wpc-crisis-bar { gap: 0.75rem; }
  .wpc-scarcity { gap: 1rem; }
}
/* ── FOOTER WIDGET OVERRIDES ── */
.footer-widget-area {
  background: #242E21 !important;
  border-top: 3px solid #B6E3D4 !important;
  padding: 3rem 0 !important;
}
.footer-widget-area .widget-title {
  font-family: 'Lato', sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.3) !important;
  margin-bottom: 1.25rem !important;
}
.footer-widget-area a {
  color: rgba(255,255,255,0.5) !important;
  text-decoration: none !important;
  font-size: 0.85rem !important;
  transition: color 0.2s !important;
}
.footer-widget-area a:hover {
  color: rgba(255,255,255,0.9) !important;
}
.footer-widget-area p,
.footer-widget-area li {
  color: rgba(255,255,255,0.45) !important;
  font-size: 0.82rem !important;
  line-height: 1.8 !important;
}
.footer-widget-area ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-widget-area ul li {
  margin-bottom: 0.6rem !important;
}
.ast-small-footer {
  background: #161d14 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.ast-small-footer .ast-footer-copyright,
.ast-small-footer .ast-footer-copyright a {
  color: rgba(255,255,255,0.22) !important;
  font-size: 0.65rem !important;
}
/* Hide "Powered by Astra" */
.ast-small-footer .ast-right-footer { display: none !important; }



@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Lato:wght@300;400;700&family=Dancing+Script:wght@500&display=swap');

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

  :root {
    --sage-deep:    #4A7260;
    --sage-mid:     #6A9A84;
    --sage-soft:    #92BBA6;
    --sage-pale:    #C8DDD4;
    --sage-mist:    #EBF3EE;
    --rose:         #B87070;
    --rose-light:   #D4A0A0;
    --rose-pale:    #F5E8E8;
    --rose-blush:   #FDF0EE;
    --champagne:    #C9A96E;
    --champ-light:  #E8D8B8;
    --champ-pale:   #FBF5EA;
    --cream:        #FAF6F2;
    --warm-white:   #FEFCFA;
    --text-dark:    #2D3A32;
    --text-body:    #404840;
    --text-muted:   #6E7A6E;
    --text-soft:    #9AA89A;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: var(--text-body);
    background: var(--warm-white);
    line-height: 1.75;
    font-size: 17px;
  }

  /* ── HERO ── */
  .hero {
    background: linear-gradient(155deg, #4A7260 0%, #5D8A75 45%, #6E9E88 100%);
    position: relative;
    overflow: hidden;
    padding: 110px 24px 100px;
    text-align: center;
  }

  /* Soft blush overlay circle */
  .hero::before {
    content: '';
    position: absolute;
    top: -80px; left: 50%;
    transform: translateX(-50%);
    width: 700px; height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,220,210,0.18) 0%, transparent 70%);
    pointer-events: none;
  }

  /* Botanical leaves decorations */
  .hero-botanicals {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
  }

  /* Scalloped bottom edge */
  .hero-scallop {
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 70px;
    background: var(--warm-white);
    clip-path: polygon(
      0% 100%, 0% 60%,
      4% 100%, 8% 60%, 12% 100%, 16% 60%, 20% 100%,
      24% 60%, 28% 100%, 32% 60%, 36% 100%,
      40% 60%, 44% 100%, 48% 60%, 52% 100%,
      56% 60%, 60% 100%, 64% 60%, 68% 100%,
      72% 60%, 76% 100%, 80% 60%, 84% 100%,
      88% 60%, 92% 100%, 96% 60%, 100% 100%
    );
  }

  .hero-eyebrow {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.70);
    margin-bottom: 20px;
  }

  .hero-script {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(18px, 3vw, 24px);
    color: var(--champ-light);
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.9;
  }

  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 7vw, 78px);
    font-weight: 500;
    color: #FDFCFA;
    line-height: 1.05;
    letter-spacing: 0px;
    margin-bottom: 28px;
  }

  .hero h1 em {
    font-style: italic;
    display: block;
    color: var(--champ-light);
  }

  .hero-tagline {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: clamp(16px, 2vw, 18px);
    color: rgba(255,255,255,0.78);
    margin-bottom: 44px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
  }

  .hero-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    margin-bottom: 52px;
  }

  .meta-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: rgba(255,255,255,0.82);
    letter-spacing: 0.4px;
  }
  .meta-item svg { opacity: 0.65; flex-shrink: 0; }

  .btn-primary {
    display: inline-block;
    background: var(--rose);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 52px;
    border-radius: 40px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(184,112,112,0.35);
  }
  .btn-primary:hover { background: #a06060; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(184,112,112,0.4); }

  .btn-outline {
    display: inline-block;
    background: transparent;
    color: rgba(255,255,255,0.80);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 36px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 40px;
    margin-left: 14px;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
  }
  .btn-outline:hover { border-color: rgba(255,255,255,0.75); color: #fff; background: rgba(255,255,255,0.08); }

  /* ── SHARED ── */
  .section { padding: 80px 24px; }
  .container { max-width: 860px; margin: 0 auto; }
  .container-sm { max-width: 620px; margin: 0 auto; }

  .section-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--rose);
    margin-bottom: 14px;
  }

  h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 24px;
  }
  h2 em { font-style: italic; color: var(--sage-deep); }

  p { margin-bottom: 1.2em; }
  p:last-child { margin-bottom: 0; }

  /* ── ROSE DIVIDER LINE ── */
  .divider-botanical {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 0;
  }
  .divider-line { flex: 1; height: 1px; background: var(--rose-light); opacity: 0.4; max-width: 200px; }
  .divider-dot  { width: 5px; height: 5px; border-radius: 50%; background: var(--rose-light); opacity: 0.6; }

  /* ── INTRO QUOTE BAND ── */
  .intro-band {
    background: var(--rose-blush);
    padding: 72px 24px;
    text-align: center;
    border-top: 1px solid rgba(184,112,112,0.12);
    border-bottom: 1px solid rgba(184,112,112,0.12);
  }

  .intro-band blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(21px, 3vw, 29px);
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.65;
    max-width: 620px;
    margin: 0 auto 28px;
    padding: 0 24px;
    position: relative;
  }

  .intro-band blockquote::before,
  .intro-band blockquote::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--rose-light);
    margin: 0 auto 20px;
  }
  .intro-band blockquote::after {
    margin: 20px auto 0;
  }

  .intro-body {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.85;
  }

  /* ── WHAT YOU'LL EXPERIENCE ── */
  .experience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .exp-card {
    padding: 36px 28px;
    background: var(--warm-white);
    border: 1px solid var(--sage-pale);
    border-radius: 4px;
    border-top: 3px solid var(--sage-soft);
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .exp-card:hover { box-shadow: 0 8px 32px rgba(74,114,96,0.10); transform: translateY(-3px); }

  .exp-num {
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    color: var(--rose-light);
    margin-bottom: 10px;
  }

  .exp-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .exp-card p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.75;
    margin: 0;
  }

  /* ── WHO THIS IS FOR ── */
  .who-section {
    background: linear-gradient(145deg, #4A7260 0%, #5C8978 100%);
    color: #fefcfa;
  }
  .who-section h2 { color: #fefcfa; }
  .who-section h2 em { color: var(--champ-light); font-style: italic; }
  .who-section .section-label { color: var(--champ-light); opacity: 0.75; }

  .who-list {
    list-style: none;
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 14px;
  }

  .who-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(254,252,250,0.84);
    padding: 18px 22px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 4px;
    transition: background 0.2s;
  }
  .who-list li:hover { background: rgba(255,255,255,0.12); }

  .who-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--rose-light);
    margin-top: 8px;
    flex-shrink: 0;
  }

  /* ── TERESA ── */
  .teresa-section { background: var(--sage-mist); }

  .teresa-inner {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 52px;
    align-items: start;
  }
  @media (max-width: 640px) {
    .teresa-inner { grid-template-columns: 1fr; }
    .teresa-photo-wrap { text-align: center; }
  }

  .teresa-photo-wrap { position: relative; }

  .teresa-photo {
    width: 210px;
    height: 260px;
    background: linear-gradient(160deg, var(--sage-mid) 0%, var(--sage-deep) 100%);
    border-radius: 4px 4px 60px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    text-align: center;
    padding: 20px;
    line-height: 1.6;
  }

  .teresa-name-tag {
    position: absolute;
    bottom: -14px;
    left: 20px;
    background: var(--rose);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 20px;
  }

  .teresa-creds {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    margin-top: 6px;
  }

  .cred-pill {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: var(--sage-deep);
    background: var(--sage-pale);
    padding: 4px 14px;
    border-radius: 20px;
  }

  .teresa-quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 19px;
    color: var(--sage-deep);
    margin-top: 20px;
    padding-left: 18px;
    border-left: 2px solid var(--rose-light);
    line-height: 1.55;
  }

  /* ── REGISTRATION ── */
  .logistics-section { background: var(--cream); }

  .details-card {
    background: linear-gradient(150deg, #4A7260 0%, #5E8A76 100%);
    color: #fefcfa;
    padding: 60px 52px;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(74,114,96,0.25);
    position: relative;
    overflow: hidden;
  }

  .details-card::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: rgba(255,220,210,0.08);
    pointer-events: none;
  }

  @media (max-width: 600px) { .details-card { padding: 44px 28px; } }

  .details-card .section-label { color: var(--champ-light); opacity: 0.70; margin-bottom: 10px; }

  .price-display {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 400;
    color: var(--champ-light);
    line-height: 1;
    margin: 16px 0 4px;
  }

  .price-sub {
    font-size: 13px;
    color: rgba(254,252,250,0.5);
    margin-bottom: 40px;
    letter-spacing: 0.5px;
  }

  .logistics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255,255,255,0.12);
    margin: 36px 0 44px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
  }

  .log-item {
    background: rgba(255,255,255,0.06);
    padding: 22px 18px;
    text-align: center;
  }

  .log-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--champ-light);
    opacity: 0.60;
    margin-bottom: 8px;
  }

  .log-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    color: rgba(254,252,250,0.92);
    line-height: 1.5;
  }

  .btn-register {
    display: block;
    background: var(--rose);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 60px;
    border-radius: 40px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    margin-bottom: 18px;
    box-shadow: 0 4px 20px rgba(184,112,112,0.4);
  }
  .btn-register:hover { background: #a06060; transform: translateY(-2px); box-shadow: 0 6px 28px rgba(184,112,112,0.5); }

  .register-note {
    font-size: 13px;
    color: rgba(254,252,250,0.42);
    line-height: 1.7;
  }
  .register-note a { color: rgba(254,252,250,0.60); text-decoration: none; }
  .register-note a:hover { color: rgba(254,252,250,0.85); }

  /* ── FREE RESOURCE ── */
  .resource-band {
    background: var(--rose-blush);
    padding: 60px 24px;
    text-align: center;
    border-top: 1px solid rgba(184,112,112,0.12);
  }

  .resource-band p {
    max-width: 500px;
    margin: 0 auto 28px;
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.8;
  }

  .btn-resource {
    display: inline-block;
    background: transparent;
    color: var(--sage-deep);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 44px;
    border: 1.5px solid var(--sage-mid);
    border-radius: 40px;
    transition: background 0.2s, color 0.2s;
  }
  .btn-resource:hover { background: var(--sage-deep); color: #fff; border-color: var(--sage-deep); }

  /* ── FOOTER ── */
  footer {
    background: var(--text-dark);
    padding: 44px 24px;
    text-align: center;
    color: rgba(254,252,250,0.40);
    font-size: 13px;
    line-height: 1.95;
  }
  footer a { color: rgba(254,252,250,0.60); text-decoration: none; }
  footer a:hover { color: rgba(254,252,250,0.90); }

  .footer-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: rgba(254,252,250,0.80);
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hero-eyebrow { animation: fadeUp 0.9s ease 0.1s both; }
  .hero-script  { animation: fadeUp 0.9s ease 0.2s both; }
  .hero h1      { animation: fadeUp 0.9s ease 0.35s both; }
  .hero-tagline { animation: fadeUp 0.9s ease 0.5s both; }
  .hero-meta    { animation: fadeUp 0.9s ease 0.65s both; }
  .hero-cta     { animation: fadeUp 0.9s ease 0.8s both; }

  /* ── BOTANICAL SVG ACCENTS ── */
  .leaf-left, .leaf-right {
    position: absolute;
    opacity: 0.12;
    pointer-events: none;
  }
  .leaf-left  { bottom: 80px; left: -20px; transform: rotate(-30deg); }
  .leaf-right { top: 100px; right: -30px; transform: rotate(20deg) scaleX(-1); }


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Lato:wght@300;400;700&family=Dancing+Script:wght@500&display=swap');

/* ── WOODLAND PATHWAYS EVENTS PAGE ── */
.wp-events-hero {
  background: linear-gradient(150deg, #2D3A32 0%, #4A7260 60%, #5D8A75 100%);
  padding: 80px 24px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wp-events-hero::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,217,139,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.wp-events-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: rgba(232,216,184,0.75);
  margin-bottom: 16px;
}
.wp-events-hero h1 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(40px, 6vw, 64px) !important;
  font-weight: 500 !important;
  color: #FEFCFA !important;
  line-height: 1.15 !important;
  margin-bottom: 18px !important;
}
.wp-events-hero h1 em {
  font-style: italic;
  color: #F7D98B;
  display: block;
}
.wp-events-hero-sub {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(254,252,250,0.65);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}
.wp-events-scallop {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 52px;
  background: #F3F3F3;
  clip-path: ellipse(55% 100% at 50% 100%);
}

/* ── EVENTS CONTAINER ── */
.wp-events-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  background: #F3F3F3;
}

/* ── SECTION LABELS ── */
.wp-events-section-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: #B87070;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.wp-events-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #C8DDD4;
}

/* ── FEATURED EVENT CARD ── */
.wp-event-featured {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(45,58,50,0.10);
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 640px) {
  .wp-event-featured { grid-template-columns: 1fr; }
  .wp-event-featured-img { height: 220px; }
}
.wp-event-featured-img {
  background-size: cover;
  background-position: center;
  min-height: 340px;
  position: relative;
}
.wp-event-featured-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45,58,50,0.35) 0%, transparent 60%);
}
.wp-event-badge {
  position: absolute;
  top: 20px; left: 20px;
  background: #B87070;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  z-index: 2;
}
.wp-event-featured-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-event-date-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Lato', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 1px;
  color: #4A7260;
  margin-bottom: 14px;
}
.wp-event-date-chip svg { flex-shrink: 0; }
.wp-event-featured-body h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(26px, 3vw, 34px) !important;
  font-weight: 500 !important;
  color: #2D3A32 !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}
.wp-event-featured-body h2 em { font-style: italic; color: #4A7260; }
.wp-event-tagline {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 15px; color: #6E7A6E;
  line-height: 1.65;
  margin-bottom: 20px;
}
.wp-event-meta {
  display: flex; flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 28px;
}
.wp-event-meta-item {
  font-family: 'Lato', sans-serif;
  font-size: 13px; color: #6E7A6E;
  display: flex; align-items: center; gap: 6px;
}
.wp-event-meta-item svg { color: #92BBA6; flex-shrink: 0; }
.wp-event-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 500;
  color: #4A7260;
  margin-bottom: 24px;
}
.wp-event-price span {
  font-family: 'Lato', sans-serif;
  font-size: 13px; font-weight: 400;
  color: #9AA89A; margin-left: 6px;
}
.wp-btn-register {
  display: inline-block;
  background: #4A7260;
  color: #fff !important;
  font-family: 'Lato', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none !important;
  padding: 14px 36px;
  border-radius: 40px;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 18px rgba(74,114,96,0.25);
  align-self: flex-start;
}
.wp-btn-register:hover {
  background: #2D3A32 !important;
  transform: translateY(-2px);
}

/* ── COMING SOON CARDS ── */
.wp-events-upcoming-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 52px;
}
.wp-event-placeholder {
  background: #fff;
  border: 1.5px dashed #C8DDD4;
  border-radius: 6px;
  padding: 36px 28px;
  text-align: center;
}
.wp-event-placeholder-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #EBF3EE;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
}
.wp-event-placeholder h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 19px !important; font-weight: 500 !important;
  color: #2D3A32 !important;
  margin-bottom: 8px !important;
}
.wp-event-placeholder p {
  font-size: 14px; color: #9AA89A; line-height: 1.65;
}

/* ── NEWSLETTER STRIP ── */
.wp-events-notify {
  background: linear-gradient(135deg, #2D3A32 0%, #4A7260 100%);
  border-radius: 6px;
  padding: 44px 40px;
  text-align: center;
  color: #fefcfa;
}
@media (max-width: 600px) { .wp-events-notify { padding: 36px 24px; } }
.wp-events-notify h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 28px !important; font-weight: 500 !important;
  color: #fefcfa !important;
  margin-bottom: 10px !important;
}
.wp-events-notify p {
  font-size: 15px; color: rgba(254,252,250,0.68);
  line-height: 1.75; max-width: 460px;
  margin: 0 auto 28px;
}
.wp-btn-notify {
  display: inline-block;
  background: #B87070;
  color: #fff !important;
  font-family: 'Lato', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none !important;
  padding: 14px 40px;
  border-radius: 40px;
  transition: background 0.2s;
}
.wp-btn-notify:hover { background: #a06060 !important; }
