/* ============================================================
   SUM TOTAL — Site D: Template 1 Organic Flow, Refined Variant
   ============================================================ */

/* ===== TOKENS ===== */
:root {
  --sans-head: 'Raleway', sans-serif;
  --sans-body: 'Open Sans', sans-serif;
  --coral: #E8967D;
  --coral-deep: #D4735C;
  --coral-hover: #BE5F48;
  --gold: #C5943A;
  --cream: #FDF8F5;
  --blush: #FBF0EB;
  --text: #3A3035;
  --text-mid: #6B615A;
  --text-soft: #8C8078;
  --navy: #2B2156;
  --footer-bg: #3A3035;
  --footer-text: #F5EDE8;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--sans-head); color: var(--text); }
a { color: var(--coral-deep); text-decoration: underline; }
a:hover { color: var(--coral-hover); }
strong { font-weight: 600; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* ===== GALLERY BANNER ===== */
.gallery-banner {
  background: #2D2428;
  color: rgba(245, 237, 232, 0.6);
  text-align: center;
  padding: 6px 20px;
  font-size: 12px;
}
.gallery-banner a { color: rgba(245, 237, 232, 0.8); text-decoration: none; }
.gallery-banner a:hover { color: #fff; }

/* ===== NAV ===== */
.top-nav {
  position: sticky;
  top: 0;
  background: rgba(253, 248, 245, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232, 150, 125, 0.1);
  z-index: 100;
  height: 68px;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { width: 42px; height: 42px; object-fit: contain; }
.nav-logo-text {
  font-family: var(--sans-head);
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
  letter-spacing: 0.06em;
  line-height: 1.1;
}
.nav-logo-text span { display: block; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links > li > a {
  text-decoration: none;
  color: var(--text-mid);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 14px;
  transition: color 0.2s;
}
.nav-links > li > a:hover { color: var(--coral-deep); }
.nav-cta {
  background: var(--coral-deep) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 22px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--coral-hover) !important; }
.dropdown { position: relative; }
.dropdown > a::after { content: ' ▾'; font-size: 11px; opacity: 0.5; }
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  padding-top: 8px; /* fix: prevents disappearing gap */
  z-index: 200;
  transition: opacity 0.2s, visibility 0.2s;
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dropdown-menu-inner {
  background: #fff;
  border: 1px solid rgba(232, 150, 125, 0.15);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(58, 48, 53, 0.1);
  padding: 8px 0;
  min-width: 240px;
}
.dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: var(--text-mid);
  text-decoration: none;
  transition: all 0.15s;
}
.dropdown-menu a:hover { background: rgba(232, 150, 125, 0.06); color: var(--coral-deep); }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 28px 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(232, 150, 125, 0.38) 0%, transparent 48%),
    radial-gradient(ellipse at 78% 12%, rgba(200, 160, 180, 0.28) 0%, transparent 42%),
    radial-gradient(ellipse at 88% 55%, rgba(245, 213, 203, 0.32) 0%, transparent 48%),
    radial-gradient(ellipse at 22% 78%, rgba(237, 187, 171, 0.22) 0%, transparent 42%),
    radial-gradient(ellipse at 50% 35%, rgba(253, 240, 232, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse at 35% 92%, rgba(197, 148, 58, 0.08) 0%, transparent 38%),
    var(--cream);
}
.hero::before {
  content: '';
  position: absolute;
  top: 3%; left: -4%;
  width: 42%; height: 48%;
  background: radial-gradient(ellipse 80% 60% at 30% 40%, rgba(232, 150, 125, 0.22) 0%, transparent 65%);
  filter: blur(25px);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 8%; right: -2%;
  width: 38%; height: 42%;
  background: radial-gradient(ellipse 70% 80% at 60% 60%, rgba(200, 160, 180, 0.16) 0%, transparent 65%);
  filter: blur(22px);
  pointer-events: none;
}
.hero-logo {
  width: 200px; height: 200px;
  object-fit: contain;
  margin-bottom: 24px;
  opacity: 0;
  animation: gentleRise 1.6s ease 0.2s forwards;
  filter: drop-shadow(0 2px 12px rgba(197, 148, 58, 0.2));
}
.hero-tagline {
  font-family: var(--sans-head);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--text-mid);
  letter-spacing: 0.02em;
  line-height: 1.5;
  max-width: 360px;
  margin-bottom: 36px;
  opacity: 0;
  animation: gentleRise 1.2s ease 0.6s forwards;
}
.hero-tagline em { font-style: italic; color: var(--coral); }
.hero-message {
  font-family: var(--sans-head);
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.15;
  color: var(--text);
  max-width: 620px;
  margin-bottom: 20px;
  opacity: 0;
  animation: gentleRise 1.2s ease 1s forwards;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.7;
  opacity: 0;
  animation: gentleRise 1s ease 1.3s forwards;
}
.hero-cta {
  display: inline-block;
  background: var(--coral-deep);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 8px;
  min-height: 48px;
  transition: background 0.2s, transform 0.15s;
  opacity: 0;
  animation: gentleRise 1s ease 1.5s forwards;
}
.hero-cta:hover { background: var(--coral-hover); color: #fff; transform: translateY(-1px); }
.hero-seventh {
  margin-top: 16px;
  font-size: 14px;
  color: var(--text-soft);
  font-style: italic;
  opacity: 0;
  animation: gentleRise 0.8s ease 1.7s forwards;
}
.hero-seventh a { color: var(--coral); font-style: normal; }
@keyframes gentleRise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== TRUST STRIP ===== */
.trust-ground {
  padding: 28px 28px;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-soft);
  background:
    radial-gradient(ellipse at 60% 50%, rgba(245, 213, 203, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 50%, rgba(232, 150, 125, 0.08) 0%, transparent 40%),
    var(--cream);
}

/* ===== RECOGNITION ===== */
.recognition {
  padding: 100px 28px;
  text-align: center;
  background:
    radial-gradient(ellipse at 72% 35%, rgba(232, 150, 125, 0.12) 0%, transparent 42%),
    radial-gradient(ellipse at 18% 65%, rgba(200, 160, 180, 0.08) 0%, transparent 38%),
    var(--cream);
}
.recognition-inner { max-width: 640px; margin: 0 auto; }
.recognition h2 { font-size: 2.25rem; font-weight: 300; line-height: 1.2; margin-bottom: 24px; }
.recognition h2 em { font-style: italic; color: var(--coral); }
.recognition p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; }

/* ===== PAINT TRANSITIONS ===== */
.paint-shift-1 {
  height: 120px;
  background:
    radial-gradient(ellipse 120% 80% at 25% 30%, rgba(232, 150, 125, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 100% 90% at 70% 70%, rgba(245, 213, 203, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 80% 100% at 50% 50%, rgba(253, 248, 245, 0.3) 0%, transparent 70%),
    radial-gradient(ellipse 150% 100% at 50% 0%, var(--cream) 0%, transparent 60%),
    radial-gradient(ellipse 150% 100% at 50% 100%, #FFFAF7 0%, transparent 60%),
    linear-gradient(to bottom, var(--cream), #FFFAF7);
}
.paint-shift-2 {
  height: 160px;
  background:
    radial-gradient(ellipse 130% 60% at 20% 20%, rgba(237, 187, 171, 0.15) 0%, transparent 55%),
    radial-gradient(ellipse 100% 80% at 75% 40%, rgba(245, 180, 170, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse 90% 70% at 40% 65%, rgba(232, 150, 125, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 120% 60% at 60% 85%, rgba(240, 200, 190, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse 80% 100% at 15% 80%, rgba(200, 160, 180, 0.08) 0%, transparent 45%),
    radial-gradient(ellipse 200% 100% at 50% 0%, #FFFAF7 0%, transparent 45%),
    radial-gradient(ellipse 200% 100% at 50% 100%, #FADED8 0%, transparent 45%),
    #F5E4DA;
}
.paint-shift-3 {
  height: 160px;
  background:
    radial-gradient(ellipse 110% 70% at 65% 15%, rgba(240, 200, 190, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 90% 80% at 25% 35%, rgba(245, 180, 170, 0.15) 0%, transparent 48%),
    radial-gradient(ellipse 120% 60% at 50% 55%, rgba(232, 150, 125, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 80% 70% at 80% 75%, rgba(237, 187, 171, 0.08) 0%, transparent 45%),
    radial-gradient(ellipse 200% 100% at 50% 0%, #FADED8 0%, transparent 45%),
    radial-gradient(ellipse 200% 100% at 50% 100%, var(--cream) 0%, transparent 45%),
    #F5EAE2;
}
.paint-shift-4 {
  height: 100px;
  background:
    radial-gradient(ellipse 120% 80% at 40% 30%, rgba(232, 150, 125, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 100% 70% at 65% 70%, rgba(245, 213, 203, 0.08) 0%, transparent 45%),
    radial-gradient(ellipse 200% 100% at 50% 0%, var(--cream) 0%, transparent 55%),
    radial-gradient(ellipse 200% 100% at 50% 100%, #FFFAF7 0%, transparent 55%),
    #FDF6F1;
}
.paint-shift-5 {
  height: 120px;
  background:
    radial-gradient(ellipse 110% 70% at 30% 80%, rgba(232, 150, 125, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 90% 60% at 70% 20%, rgba(200, 160, 180, 0.06) 0%, transparent 45%),
    radial-gradient(ellipse 200% 100% at 50% 0%, #FFFAF7 0%, transparent 55%),
    radial-gradient(ellipse 200% 100% at 50% 100%, var(--cream) 0%, transparent 55%),
    #FDF5EF;
}
.paint-to-dark {
  height: 180px;
  position: relative;
  background:
    radial-gradient(ellipse 100% 50% at 20% 10%, rgba(232, 150, 125, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 80% 40% at 75% 15%, rgba(200, 160, 180, 0.08) 0%, transparent 45%),
    radial-gradient(ellipse 120% 60% at 35% 50%, rgba(100, 70, 120, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 100% 70% at 65% 65%, rgba(60, 45, 100, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 150% 50% at 40% 85%, rgba(43, 33, 86, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse 200% 100% at 50% 0%, var(--cream) 0%, transparent 35%),
    radial-gradient(ellipse 200% 100% at 50% 100%, var(--navy) 0%, transparent 35%),
    linear-gradient(to bottom, var(--cream) 0%, #8A6B8A 30%, #5A4578 55%, var(--navy) 100%);
}
.paint-from-dark {
  height: 180px;
  position: relative;
  background:
    radial-gradient(ellipse 100% 50% at 60% 90%, rgba(232, 150, 125, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 80% 40% at 30% 85%, rgba(237, 187, 171, 0.08) 0%, transparent 45%),
    radial-gradient(ellipse 120% 60% at 50% 55%, rgba(100, 70, 120, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 100% 70% at 40% 35%, rgba(60, 45, 100, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 200% 100% at 50% 0%, var(--navy) 0%, transparent 35%),
    radial-gradient(ellipse 200% 100% at 50% 100%, var(--cream) 0%, transparent 35%),
    linear-gradient(to bottom, var(--navy) 0%, #5A4578 45%, #8A6B8A 70%, var(--cream) 100%);
}

/* ===== SOIL ===== */
.soil {
  padding: 80px 28px;
  background:
    radial-gradient(ellipse at 82% 22%, rgba(245, 213, 203, 0.18) 0%, transparent 42%),
    radial-gradient(ellipse at 8% 78%, rgba(237, 187, 171, 0.12) 0%, transparent 38%),
    #FFFAF7;
}
.soil-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.soil-quote { border-left: 3px solid var(--coral); padding: 20px 0 20px 24px; }
.soil-quote blockquote {
  font-family: var(--sans-head);
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.55;
}
.soil-quote cite {
  display: block;
  font-family: var(--sans-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-top: 12px;
}
.soil h2 { font-size: 2rem; font-weight: 400; margin-bottom: 16px; }
.soil p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; }

/* ===== PLANTING ===== */
.planting {
  padding: 80px 28px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 28%, rgba(245, 180, 170, 0.4) 0%, transparent 48%),
    radial-gradient(ellipse at 72% 18%, rgba(232, 150, 125, 0.32) 0%, transparent 42%),
    radial-gradient(ellipse at 82% 68%, rgba(240, 200, 190, 0.38) 0%, transparent 48%),
    radial-gradient(ellipse at 28% 82%, rgba(200, 160, 180, 0.22) 0%, transparent 42%),
    radial-gradient(ellipse at 50% 48%, rgba(251, 230, 220, 0.5) 0%, transparent 52%),
    #FADED8;
}
.planting::before {
  content: '';
  position: absolute;
  top: -15px; left: -8%;
  width: 55%; height: 35%;
  background: radial-gradient(ellipse at 35% 30%, rgba(232, 150, 125, 0.2) 0%, transparent 55%);
  filter: blur(25px);
  pointer-events: none;
}
.planting::after {
  content: '';
  position: absolute;
  bottom: -15px; right: -6%;
  width: 45%; height: 35%;
  background: radial-gradient(ellipse at 65% 70%, rgba(200, 160, 180, 0.12) 0%, transparent 50%);
  filter: blur(20px);
  pointer-events: none;
}
.planting-inner { max-width: 1000px; margin: 0 auto; position: relative; z-index: 1; }
.planting h2 { font-size: 2rem; font-weight: 400; text-align: center; margin-bottom: 12px; }
.planting .section-sub {
  text-align: center;
  color: var(--text-mid);
  max-width: 600px;
  margin: 0 auto 48px;
  font-size: 1rem;
}
.program-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 36px; }
.p-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 2px 16px rgba(58, 48, 53, 0.05);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  backdrop-filter: blur(4px);
}
.p-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(58, 48, 53, 0.1); }
.p-card.featured { border: 2px solid var(--coral); }
.p-card .badge {
  position: absolute;
  top: -11px; left: 16px;
  background: var(--coral-deep);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 100px;
}
.p-card h3 { font-size: 1.15rem; font-weight: 500; margin-bottom: 4px; }
.p-card .grade { font-size: 13px; color: var(--coral); font-weight: 600; margin-bottom: 12px; }
.p-card ul { list-style: none; padding: 0; }
.p-card li { font-size: 14px; color: var(--text-mid); padding: 3px 0 3px 14px; position: relative; }
.p-card li::before { content: '·'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.grade-pills { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.grade-pill {
  padding: 8px 20px;
  border: 2px solid rgba(232, 150, 125, 0.35);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: var(--coral-deep);
  text-decoration: none;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.5);
}
.grade-pill:hover { background: var(--coral); color: #fff; border-color: var(--coral); }

/* ===== GROWTH ===== */
.growth {
  padding: 80px 28px;
  background:
    radial-gradient(ellipse at 28% 28%, rgba(232, 150, 125, 0.1) 0%, transparent 42%),
    radial-gradient(ellipse at 78% 68%, rgba(200, 160, 180, 0.07) 0%, transparent 38%),
    radial-gradient(ellipse at 50% 50%, rgba(197, 148, 58, 0.04) 0%, transparent 32%),
    var(--cream);
}
.growth-inner { max-width: 900px; margin: 0 auto; }
.growth h2 { font-size: 2rem; font-weight: 400; text-align: center; margin-bottom: 12px; }
.growth .section-sub { text-align: center; color: var(--text-mid); max-width: 640px; margin: 0 auto 48px; }
.growth-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.step { text-align: center; }
.step-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.step-icon.wc-1 { background: radial-gradient(circle at 40% 40%, rgba(232, 150, 125, 0.3) 0%, rgba(245, 213, 203, 0.15) 50%, transparent 100%); }
.step-icon.wc-2 { background: radial-gradient(circle at 55% 35%, rgba(200, 160, 180, 0.25) 0%, rgba(237, 187, 171, 0.12) 50%, transparent 100%); }
.step-icon.wc-3 { background: radial-gradient(circle at 45% 55%, rgba(197, 148, 58, 0.18) 0%, rgba(245, 213, 203, 0.1) 50%, transparent 100%); }
.step h3 { font-size: 1.2rem; font-weight: 500; margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--text-mid); line-height: 1.7; }
.growth-outcome { margin-top: 48px; text-align: center; font-size: 1.1rem; color: var(--text); }

/* ===== DEEP ROOT ===== */
.deep-root { background: var(--navy); padding: 100px 28px; text-align: center; color: #fff; }
.deep-root-inner { max-width: 680px; margin: 0 auto; }
.deep-root h2 {
  font-family: var(--sans-head);
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 12px;
}
.deep-root .sub {
  font-family: var(--sans-head);
  font-size: 1.15rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
}
.deep-root p { color: rgba(255, 255, 255, 0.65); font-size: 1rem; line-height: 1.8; }
.deep-root ul { list-style: none; padding: 0; max-width: 440px; margin: 20px auto; text-align: left; }
.deep-root li { padding: 5px 0 5px 22px; position: relative; color: rgba(255, 255, 255, 0.7); font-size: 15px; }
.deep-root li::before { content: '→'; position: absolute; left: 0; color: var(--gold); }
.deep-root .closing {
  margin-top: 28px;
  font-family: var(--sans-head);
  font-weight: 400;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

/* ===== PHILOSOPHY ===== */
.philosophy {
  padding: 100px 28px;
  background:
    radial-gradient(ellipse at 65% 40%, rgba(245, 213, 203, 0.1) 0%, transparent 40%),
    var(--cream);
}
.philosophy-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.philosophy h2 { font-size: 1.75rem; font-weight: 400; margin-bottom: 20px; color: var(--text-mid); }
.philosophy p { font-size: 1rem; color: var(--text-mid); line-height: 1.85; }

/* ===== FAQ ===== */
.faq-section {
  padding: 80px 28px;
  background:
    radial-gradient(ellipse at 85% 25%, rgba(245, 213, 203, 0.12) 0%, transparent 38%),
    radial-gradient(ellipse at 12% 72%, rgba(232, 150, 125, 0.08) 0%, transparent 35%),
    #FFFAF7;
}
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-section h2 { font-size: 2rem; font-weight: 400; text-align: center; margin-bottom: 48px; }
.faq-item { border-bottom: 1px solid rgba(232, 150, 125, 0.15); }
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-family: var(--sans-head);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  min-height: 56px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--coral); flex-shrink: 0; margin-left: 16px; }
.faq-item[open] summary::after { content: '−'; }
.faq-answer { padding-bottom: 22px; color: var(--text-mid); font-size: 16px; line-height: 1.8; max-width: 640px; }

/* ===== FRUIT (HOMEPAGE FINAL CTA) ===== */
.fruit {
  padding: 100px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 38% 28%, rgba(232, 150, 125, 0.18) 0%, transparent 42%),
    radial-gradient(ellipse at 72% 68%, rgba(200, 160, 180, 0.12) 0%, transparent 38%),
    radial-gradient(ellipse at 18% 62%, rgba(197, 148, 58, 0.06) 0%, transparent 32%),
    var(--cream);
}
.fruit-inner { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; }
.fruit h2 { font-size: 2.25rem; font-weight: 300; margin-bottom: 12px; }
.fruit p { color: var(--text-mid); margin-bottom: 16px; font-size: 1rem; }
.fruit .cta-primary {
  display: inline-block;
  background: var(--coral-deep);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 44px;
  border-radius: 8px;
  min-height: 48px;
  transition: background 0.2s, transform 0.15s;
}
.fruit .cta-primary:hover { background: var(--coral-hover); color: #fff; transform: translateY(-1px); }
.fruit .cta-note { font-size: 13px; color: var(--text-soft); font-style: italic; margin-top: 12px; }

/* ===== FOOTER ===== */
footer { background: var(--footer-bg); color: var(--footer-text); padding: 56px 28px 28px; }
.footer-inner { max-width: 1000px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; margin-bottom: 36px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-logo img { width: 44px; height: 44px; object-fit: contain; }
.footer-logo-text { font-family: var(--sans-head); font-weight: 500; font-size: 15px; color: var(--footer-text); letter-spacing: 0.05em; }
.footer-tagline { font-size: 14px; color: rgba(245, 237, 232, 0.5); }
.footer-contact { font-size: 13px; color: rgba(245, 237, 232, 0.4); margin-top: 6px; }
.footer-contact a { color: var(--gold); text-decoration: none; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-nav h4 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 10px;
  font-family: var(--sans-body);
}
.footer-nav ul { list-style: none; }
.footer-nav li { margin-bottom: 6px; }
.footer-nav a { font-size: 13px; color: rgba(245, 237, 232, 0.55); text-decoration: none; transition: color 0.2s; }
.footer-nav a:hover { color: var(--footer-text); }
.footer-bottom {
  border-top: 1px solid rgba(245, 237, 232, 0.08);
  padding-top: 18px;
  font-size: 12px;
  color: rgba(245, 237, 232, 0.3);
  text-align: center;
}

/* ===== INTERIOR PAGE HERO ===== */
.page-hero {
  padding: 80px 28px 60px;
  text-align: center;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(232, 150, 125, 0.28) 0%, transparent 48%),
    radial-gradient(ellipse at 78% 12%, rgba(200, 160, 180, 0.18) 0%, transparent 42%),
    radial-gradient(ellipse at 88% 55%, rgba(245, 213, 203, 0.22) 0%, transparent 48%),
    radial-gradient(ellipse at 50% 35%, rgba(253, 240, 232, 0.35) 0%, transparent 55%),
    var(--cream);
  position: relative;
}
.page-hero-inner { max-width: 700px; margin: 0 auto; }
.grade-badge {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page-hero h1 { font-size: 2.5rem; font-weight: 300; margin-bottom: 12px; }
.page-hero-sub { font-size: 1.1rem; color: var(--text-mid); margin-bottom: 28px; }

/* ===== INTERIOR CONTENT SECTIONS ===== */
.interior-section {
  padding: 80px 28px;
  background: var(--cream);
}
.interior-section.alt {
  background:
    radial-gradient(ellipse at 82% 22%, rgba(245, 213, 203, 0.18) 0%, transparent 42%),
    radial-gradient(ellipse at 8% 78%, rgba(237, 187, 171, 0.12) 0%, transparent 38%),
    #FFFAF7;
}
.interior-inner { max-width: 840px; margin: 0 auto; }
.interior-inner.wide { max-width: 1000px; }
.interior-section h2 { font-size: 2rem; font-weight: 400; margin-bottom: 20px; }
.interior-section h3 { font-size: 1.3rem; font-weight: 500; margin-bottom: 12px; }
.interior-section p { color: var(--text-mid); line-height: 1.8; }

/* Dark interior section (like deep-root) */
.dark-section { background: var(--navy); padding: 80px 28px; color: #fff; }
.dark-section-inner { max-width: 700px; margin: 0 auto; }
.dark-section h2 {
  font-family: var(--sans-head);
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}
.dark-section .dark-sub {
  font-family: var(--sans-head);
  font-size: 1.15rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
  text-align: center;
}
.dark-section p { color: rgba(255, 255, 255, 0.7); font-size: 1rem; line-height: 1.8; }
.dark-section p + p { margin-top: 1em; }

/* ===== SESSION BLOCKS ===== */
.session-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; }
.session-block {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  padding: 32px 28px;
  border: 1px solid rgba(232, 150, 125, 0.18);
}
.session-block h3 { font-size: 1.1rem; font-weight: 600; color: var(--coral-deep); margin-bottom: 16px; }
.session-block ul { list-style: none; padding: 0; }
.session-block li { font-size: 15px; color: var(--text-mid); padding: 5px 0 5px 18px; position: relative; line-height: 1.5; }
.session-block li::before { content: '→'; position: absolute; left: 0; color: var(--gold); font-size: 13px; }

/* ===== PRICING CARD ===== */
.pricing-card {
  max-width: 560px;
  margin: 0 auto;
  border: 2px solid var(--coral);
  border-radius: 16px;
  padding: 48px 40px;
  background: rgba(255, 255, 255, 0.9);
}
.pricing-card .price {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--coral-deep);
  margin-bottom: 8px;
}
.pricing-card .price-label { font-size: 14px; color: var(--text-soft); margin-bottom: 28px; }
.pricing-card .session-item {
  padding: 6px 0;
  border-bottom: 1px solid rgba(232, 150, 125, 0.15);
  font-size: 15px;
  color: var(--text-mid);
}
.pricing-card .unlimited {
  margin-top: 20px;
  font-size: 14px;
  color: var(--text-soft);
  font-style: italic;
}
.pricing-card .sibling-note {
  margin-top: 12px;
  font-size: 14px;
  color: var(--text-soft);
  padding-top: 12px;
  border-top: 1px solid rgba(232, 150, 125, 0.15);
}

/* ===== OUTCOMES LIST ===== */
.outcomes-list { list-style: none; padding: 0; max-width: 600px; margin: 24px auto 0; }
.outcomes-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  font-size: 16px;
  color: var(--text-mid);
  border-bottom: 1px solid rgba(232, 150, 125, 0.1);
  line-height: 1.6;
}
.outcomes-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: 12px; top: 14px; }

/* ===== TWO/THREE COL SERVICE CARDS ===== */
.service-cards-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto; }
.service-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  padding: 32px 28px;
  border: 1px solid rgba(232, 150, 125, 0.2);
}
.service-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.service-card .service-price { font-size: 1.5rem; font-weight: 600; color: var(--coral-deep); margin-bottom: 8px; }
.service-card p { font-size: 15px; color: var(--text-mid); line-height: 1.65; }
.service-card ul { list-style: none; padding: 0; margin-top: 12px; }
.service-card li { font-size: 14px; color: var(--text-mid); padding: 3px 0 3px 16px; position: relative; }
.service-card li::before { content: '·'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* ===== WHAT COMES NEXT ===== */
.what-next { padding: 60px 28px; text-align: center; background: var(--blush); }
.what-next h3 { font-size: 1.3rem; font-weight: 500; margin-bottom: 20px; }
.next-links { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.next-link {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid var(--coral);
  border-radius: 8px;
  color: var(--coral-deep);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
}
.next-link:hover { background: var(--coral); color: #fff; }

/* ===== CTA BAND ===== */
.cta-band { background: var(--coral-deep); padding: 80px 28px; text-align: center; color: #fff; }
.cta-band h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.cta-band p { color: rgba(255, 255, 255, 0.8); margin-bottom: 28px; font-size: 1rem; }
.cta-band .cta-btn {
  background: #fff;
  color: var(--coral-deep);
  display: inline-block;
  padding: 14px 40px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  min-height: 48px;
  min-width: 200px;
  transition: background 0.2s, transform 0.15s;
  font-size: 15px;
}
.cta-band .cta-btn:hover { background: #f8f0ec; transform: translateY(-1px); }
.cta-band .cta-note { font-size: 13px; color: rgba(255, 255, 255, 0.6); margin-top: 12px; font-style: italic; }

/* ===== COUNSELOR GRID ===== */
.counselor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 800px; margin: 0 auto; }
.counselor-card { text-align: center; }
.counselor-photo { width: 120px; height: 120px; border-radius: 50%; background: #E0D8D3; margin: 0 auto 16px; }
.counselor-name { font-family: 'Raleway', sans-serif; font-size: 1.2rem; font-weight: 500; margin-bottom: 4px; }
.counselor-title { font-size: 14px; color: var(--coral); font-weight: 600; margin-bottom: 4px; }
.counselor-bio { font-size: 14px; color: var(--text-mid); }

/* ===== ABOUT SPECIFIC ===== */
.about-story { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: start; max-width: 900px; margin: 0 auto; }
.about-quote { border-left: 3px solid var(--coral); padding: 20px 0 20px 24px; }
.about-quote blockquote {
  font-family: var(--sans-head);
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.55;
}
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 800px; margin: 40px auto 0; }
.trust-block {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  padding: 32px 28px;
  border: 1px solid rgba(232, 150, 125, 0.18);
}
.trust-block h3 { font-size: 1rem; font-weight: 600; color: var(--coral-deep); margin-bottom: 10px; }
.trust-block p { font-size: 15px; color: var(--text-mid); line-height: 1.7; }
.wish-list { list-style: none; padding: 0; max-width: 680px; margin: 28px auto 0; }
.wish-list li {
  padding: 14px 0 14px 36px;
  position: relative;
  font-size: 16px;
  color: var(--text-mid);
  border-bottom: 1px solid rgba(232, 150, 125, 0.1);
  line-height: 1.6;
}
.wish-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: 14px; top: 18px; }
.wish-list strong { color: var(--text); }

/* ===== TIMELINE ===== */
.timeline { max-width: 700px; margin: 32px auto 0; }
.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(232, 150, 125, 0.12); }
.timeline-phase { font-family: var(--sans-head); font-weight: 600; font-size: 14px; color: var(--coral-deep); text-transform: uppercase; letter-spacing: 0.05em; }
.timeline-detail { font-size: 15px; color: var(--text-mid); line-height: 1.6; }

/* ===== TESTIMONIAL ===== */
.testimonial-block {
  background:
    radial-gradient(ellipse at 60% 40%, rgba(232, 150, 125, 0.06) 0%, transparent 50%),
    var(--blush);
  padding: 60px 28px;
  text-align: center;
}
.testimonial-block blockquote {
  font-family: var(--sans-head);
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto 16px;
}
.testimonial-block cite {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-soft);
  font-style: normal;
  font-weight: 500;
}

/* ===== COMPACT TWO-COL ===== */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.single-card-wrap { max-width: 600px; margin: 0 auto; }

/* ===== HAMBURGER BUTTON ===== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-dark, #1C1816);
  border-radius: 2px;
  transition: all 0.25s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== MOBILE NAV PANEL ===== */
.mobile-nav-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  padding: 64px 28px 40px;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  max-height: 100vh;
  overflow-y: auto;
}
.mobile-nav-panel.open { display: flex; }
.mobile-nav-panel a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-dark, #1C1816);
  text-decoration: none;
  min-height: 48px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.mobile-nav-panel a:last-child { border-bottom: none; }
.mobile-nav-panel .mob-cta {
  margin-top: 20px;
  background: var(--coral-deep, #BE5F48);
  color: #fff !important;
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 15px;
  justify-content: center;
  border-bottom: none;
}
.mob-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 998;
}
.mob-overlay.open { display: block; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-message { font-size: 2.25rem; }
  .program-cards { grid-template-columns: repeat(2,1fr); }
  .growth-steps { grid-template-columns: repeat(2,1fr); }
  .soil-inner { grid-template-columns: 1fr; gap: 40px; }
  .session-blocks { grid-template-columns: 1fr 1fr; }
  .about-story { grid-template-columns: 1fr; gap: 40px; }
  .trust-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  /* Hamburger visible */
  .hamburger { display: flex; }
  .nav-links { display: none; }
  .nav-inner { padding: 0 20px; }

  /* Hero */
  .hero { min-height: auto; padding: 60px 20px 40px; }
  .hero-logo { width: 80px; height: 80px; }
  .hero-message { font-size: 1.75rem; }
  .hero-tagline { font-size: 0.95rem; }
  .hero-cta { display: block; width: 100%; text-align: center; }

  /* Paint transitions */
  .paint-shift-1, .paint-shift-2, .paint-shift-3, .paint-shift-4, .paint-shift-5 { height: 60px; }
  .paint-to-dark, .paint-from-dark { height: 100px; }

  /* Program cards */
  .program-cards { grid-template-columns: 1fr; padding: 0 20px; }
  .program-card { padding: 24px 20px; }

  /* Trust strip */
  .trust-ground { flex-direction: column; gap: 8px; text-align: center; padding: 20px; }

  /* Dark / deep root section */
  .deep-root, .dark-band { min-height: auto; padding: 60px 20px; }
  .deep-root-inner { padding: 0; }

  /* Growth steps */
  .growth-steps { grid-template-columns: 1fr; padding: 0 20px; }

  /* Sections */
  .content-section, .philosophy { padding: 60px 20px; }
  .planting, .growth, .fruit { padding: 60px 20px; }

  /* FAQ */
  details, summary { min-height: 48px; }
  summary { font-size: 16px; padding: 14px 16px; }

  /* CTA buttons full width */
  .cta-band .cta-btn, .cta-button, .hero-cta, a.cta-btn {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
  }

  /* Grids → single column */
  .program-cards { grid-template-columns: 1fr; }
  .growth-steps { grid-template-columns: 1fr; }
  .grade-pills { flex-direction: column; align-items: center; }
  .service-cards-2, .service-cards-3 { grid-template-columns: 1fr; }
  .counselor-grid { grid-template-columns: 1fr; }
  .session-columns { grid-template-columns: 1fr; }
  .session-blocks { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; gap: 6px; }

  /* Interior pages */
  .page-hero { padding: 60px 20px 40px; }
  .page-hero h1 { font-size: 1.75rem; }
  .content-section-inner { padding: 0; }
  .pricing-card { padding: 32px 20px; }
  .pricing-card .price { font-size: 2.5rem; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; gap: 8px; }
}
@media (max-width: 480px) {
  .hero-message { font-size: 1.5rem; }
  .page-hero h1 { font-size: 1.5rem; }
  .pricing-card .price { font-size: 2rem; }
}
.hamburger { position: relative; z-index: 1000; }

/* Fix: raise nav above panel so hamburger X is visible */
.top-nav { z-index: 1000; }
.hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
