/*
Theme Name: Neurodiversity Learning Hub
Theme URI: https://orangered-toad-354719.hostingersite.com
Description: Custom theme for Neurodiversity Learning Hub
Version: 3.0
Author: Smart Taskflow
*/

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --navy:        #1B2A4A;
  --navy-deep:   #0E1A2E;
  --navy-mid:    #243a61;
  --teal:        #1A8F69;
  --teal-dark:   #147052;
  --teal-hover:  #157a5a;
  --teal-light:  #E3F5EE;
  --orange:      #D4641A;
  --orange-dark: #b55212;
  --orange-hover:#b85a16;
  --orange-mid:  #E8915A;
  --orange-light:#FDF0E6;
  --cream:       #FAFAF7;
  --cream-mid:   #F4F2ED;
  --text:        #1A1A18;
  --text-muted:  #555550;
  --border:      rgba(0,0,0,0.10);
  --border-light:rgba(0,0,0,0.06);
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.06);
  --shadow:      0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg:   0 12px 48px rgba(0,0,0,0.12);
  --radius:      12px;
  --radius-lg:   20px;
  --radius-xl:   28px;
}

/* ============================================================
   RESET + BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--cream);
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
/* Skip link */
.skip-link {
  position: absolute; top: -100px; left: 16px;
  background: var(--navy); color: #fff;
  padding: 10px 20px; border-radius: 0 0 8px 8px;
  font-size: 0.875rem; font-weight: 600;
  z-index: 9999; transition: top 0.2s;
  text-decoration: none;
}
.skip-link:focus { top: 0; outline: 3px solid var(--orange); outline-offset: 2px; }

/* Focus styles -- visible for keyboard navigation */
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
  border-radius: 4px;
}
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
/* Remove focus ring for mouse users */
:focus:not(:focus-visible) { outline: none; }

/* ============================================================
   BUTTERFLY SYSTEM
   ============================================================ */
.butterfly-bg { position: relative; overflow: hidden; }
.butterfly-bg::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M80 65 C55 25,5 18,12 55 C18 80,60 72,80 65Z' fill='%231A8F69' opacity='0.09'/%3E%3Cpath d='M80 65 C105 25,155 18,148 55 C142 80,100 72,80 65Z' fill='%231A8F69' opacity='0.09'/%3E%3Cpath d='M80 65 C58 92,12 108,18 88 C24 72,64 70,80 65Z' fill='%23D4641A' opacity='0.11'/%3E%3Cpath d='M80 65 C102 92,148 108,142 88 C136 72,96 70,80 65Z' fill='%23D4641A' opacity='0.11'/%3E%3Ccircle cx='80' cy='65' r='4' fill='%231B2A4A' opacity='0.05'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 90'%3E%3Cpath d='M55 45 C38 17,5 12,9 38 C13 56,42 50,55 45Z' fill='%23D4641A' opacity='0.08'/%3E%3Cpath d='M55 45 C72 17,105 12,101 38 C97 56,68 50,55 45Z' fill='%23D4641A' opacity='0.08'/%3E%3Cpath d='M55 45 C40 62,10 73,14 59 C18 48,44 47,55 45Z' fill='%231A8F69' opacity='0.07'/%3E%3Cpath d='M55 45 C70 62,100 73,96 59 C92 48,66 47,55 45Z' fill='%231A8F69' opacity='0.07'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 65'%3E%3Cpath d='M40 32 C28 12,3 8,6 27 C9 40,30 36,40 32Z' fill='%231A8F69' opacity='0.06'/%3E%3Cpath d='M40 32 C52 12,77 8,74 27 C71 40,50 36,40 32Z' fill='%231A8F69' opacity='0.06'/%3E%3Cpath d='M40 32 C29 44,8 52,11 42 C14 34,32 33,40 32Z' fill='%23D4641A' opacity='0.08'/%3E%3Cpath d='M40 32 C51 44,72 52,69 42 C66 34,48 33,40 32Z' fill='%23D4641A' opacity='0.08'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 105'%3E%3Cpath d='M65 52 C46 20,6 14,11 44 C16 64,50 58,65 52Z' fill='%23D4641A' opacity='0.07'/%3E%3Cpath d='M65 52 C84 20,124 14,119 44 C114 64,80 58,65 52Z' fill='%23D4641A' opacity='0.07'/%3E%3Cpath d='M65 52 C48 72,12 84,17 69 C21 57,52 55,65 52Z' fill='%231A8F69' opacity='0.06'/%3E%3Cpath d='M65 52 C82 72,118 84,113 69 C109 57,78 55,65 52Z' fill='%231A8F69' opacity='0.06'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top -40px right -50px, bottom -30px left -40px, top 60px left 20px, center right 5%;
  background-size: 340px 275px, 220px 178px, 160px 130px, 260px 210px;
  pointer-events: none; z-index: 0;
}
.butterfly-bg > * { position: relative; z-index: 1; }

.butterfly-bg-dark { position: relative; overflow: hidden; }
.butterfly-bg-dark::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M80 65 C55 25,5 18,12 55 C18 80,60 72,80 65Z' fill='%23ffffff' opacity='0.04'/%3E%3Cpath d='M80 65 C105 25,155 18,148 55 C142 80,100 72,80 65Z' fill='%23ffffff' opacity='0.04'/%3E%3Cpath d='M80 65 C58 92,12 108,18 88 C24 72,64 70,80 65Z' fill='%23D4641A' opacity='0.10'/%3E%3Cpath d='M80 65 C102 92,148 108,142 88 C136 72,96 70,80 65Z' fill='%23D4641A' opacity='0.10'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 90'%3E%3Cpath d='M55 45 C38 17,5 12,9 38 C13 56,42 50,55 45Z' fill='%23D4641A' opacity='0.08'/%3E%3Cpath d='M55 45 C72 17,105 12,101 38 C97 56,68 50,55 45Z' fill='%23D4641A' opacity='0.08'/%3E%3Cpath d='M55 45 C40 62,10 73,14 59 C18 48,44 47,55 45Z' fill='%23ffffff' opacity='0.03'/%3E%3Cpath d='M55 45 C70 62,100 73,96 59 C92 48,66 47,55 45Z' fill='%23ffffff' opacity='0.03'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 73'%3E%3Cpath d='M45 36 C32 14,4 9,7 30 C10 45,34 40,45 36Z' fill='%23ffffff' opacity='0.03'/%3E%3Cpath d='M45 36 C58 14,86 9,83 30 C80 45,56 40,45 36Z' fill='%23ffffff' opacity='0.03'/%3E%3Cpath d='M45 36 C33 50,7 59,10 48 C13 39,36 37,45 36Z' fill='%23D4641A' opacity='0.09'/%3E%3Cpath d='M45 36 C57 50,83 59,80 48 C77 39,54 37,45 36Z' fill='%23D4641A' opacity='0.09'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top -50px right -60px, bottom -20px left -30px, top 40% left 60%;
  background-size: 360px 292px, 230px 187px, 180px 146px;
  pointer-events: none; z-index: 0;
}
.butterfly-bg-dark > * { position: relative; z-index: 1; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container    { max-width: 1140px; margin: 0 auto; padding: 0 32px; }
.container-sm { max-width: 800px;  margin: 0 auto; padding: 0 32px; }
.section      { padding: 96px 0; }
.section-sm   { padding: 64px 0; }
.section-dark   { background: var(--navy); }
.section-cream  { background: var(--cream-mid); }

/* ============================================================
   TYPOGRAPHY -- WCAG AA compliant contrast ratios
   ============================================================ */
h1, h2, h3, h4 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400; line-height: 1.15; letter-spacing: -0.025em;
  color: var(--navy);
}
h1 { font-size: clamp(2.1rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1rem; }

.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 16px;
}
.section-label::before {
  content: ''; display: block; width: 20px; height: 2px;
  background: var(--orange); border-radius: 2px; flex-shrink: 0;
}
.section-label-teal { color: var(--teal); }
.section-label-teal::before { background: var(--teal); }
.section-label-white { color: rgba(255,255,255,0.7); }
.section-label-white::before { background: var(--orange); }

.section-title { margin-bottom: 18px; }
.section-intro { color: var(--text-muted); font-size: 1.0625rem; max-width: 580px; line-height: 1.8; }

/* ============================================================
   BUTTONS -- WCAG AA contrast guaranteed
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 50px;
  font-weight: 600; font-size: 0.9375rem;
  transition: all 0.22s ease; cursor: pointer; border: none;
  white-space: nowrap; letter-spacing: 0.01em;
  text-decoration: none;
}
/* Teal primary -- hover to orange */
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,100,26,0.3); color: #fff; }
/* Orange */
.btn-orange  { background: var(--orange); color: #fff; }
.btn-orange:hover  { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,100,26,0.3); color: #fff; }
/* Outline */
.btn-outline { background: transparent; color: var(--navy); border: 2px solid rgba(27,42,74,0.25); }
.btn-outline:hover { background: var(--orange); color: #fff; border-color: var(--orange); transform: translateY(-2px); }
/* White */
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--orange); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,100,26,0.25); }

/* ============================================================
   HEADER -- TWO TIER AUTHORITATIVE NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: #fff;
  box-shadow: 0 1px 0 var(--border), 0 4px 20px rgba(0,0,0,0.04);
}

/* Top credibility bar */
.header-topbar {
  background: #1B2A4A !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.topbar-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 38px;
  font-size: 0.75rem;
}
.topbar-credentials {
  display: flex; align-items: center; gap: 16px;
}
.topbar-cred {
  display: flex; align-items: center; gap: 6px;
  color: #ffffff !important; font-weight: 600 !important;
  letter-spacing: 0.02em; font-size: 0.75rem;
}
.topbar-cred * { color: #ffffff !important; }
.topbar-cred svg { flex-shrink: 0; stroke: #FFBB8A !important; fill: none !important; }
.topbar-divider { color: rgba(255,255,255,0.35) !important; }
.topbar-email {
  display: flex; align-items: center; gap: 6px;
  color: #ffffff !important; font-weight: 500; transition: color 0.2s;
  font-size: 0.75rem;
}
.topbar-email:hover { color: #FFBB8A !important; }
.topbar-email svg { stroke: #FFBB8A !important; }

/* Main nav bar */
.header-main { background: #fff; }
.header-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 72px; gap: 32px;
}

/* Logo */
.site-logo {
  display: flex; align-items: center; gap: 12px;
  flex-shrink: 0; text-decoration: none;
}
.site-logo img { height: 44px; width: auto; }
.site-logo .custom-logo-link { display: flex; align-items: center; }
.site-logo .custom-logo-link img,
.site-logo .custom-logo { height: 44px !important; width: auto !important; max-width: 180px !important; }
.footer-brand .site-logo .custom-logo-link img,
.footer-brand .site-logo .custom-logo { height: 40px !important; width: auto !important; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--teal), var(--orange));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: 'DM Serif Display', serif;
  font-size: 1.1rem; flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-name  { font-family: 'DM Serif Display', serif; font-size: 1rem; color: var(--navy); letter-spacing: -0.02em; }
.logo-slogan { font-family: 'DM Sans', sans-serif; font-size: 0.625rem; font-weight: 700; color: var(--orange); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 2px; }

/* Nav items */
.primary-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.nav-item { position: relative; }
.nav-item > a {
  display: flex; align-items: center; gap: 4px;
  padding: 8px 14px; font-size: 0.9rem; font-weight: 500;
  color: var(--text-muted); border-radius: 8px; transition: all 0.18s;
  text-decoration: none;
}
.nav-item > a:hover { color: var(--navy); background: var(--cream-mid); }

/* Dropdown trigger button */
.nav-dropdown-trigger {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 14px; font-size: 0.9rem; font-weight: 500;
  color: var(--text-muted); border-radius: 8px;
  background: none; border: none; cursor: pointer;
  transition: all 0.18s; font-family: inherit;
}
.nav-dropdown-trigger:hover { color: var(--navy); background: var(--cream-mid); }
.nav-arrow { transition: transform 0.2s; flex-shrink: 0; }
.nav-item.open .nav-arrow { transform: rotate(180deg); }
.nav-item.open .nav-dropdown-trigger { color: var(--orange); background: var(--orange-light); }

/* Premium dropdown */
.nav-dropdown {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--orange);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 48px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.06);
  min-width: 260px; padding: 10px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  pointer-events: none;
}
.nav-item.open .nav-dropdown {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
}
.nav-dropdown-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 14px; border-radius: 10px;
  text-decoration: none; transition: background 0.15s;
}
.nav-dropdown-item:hover { background: var(--cream-mid); }
.nav-dropdown-item:first-child .dropdown-title { color: var(--orange); }
.nav-dropdown-item:first-child .dropdown-icon { background: var(--orange-light); color: var(--orange); }
.nav-dropdown-item:first-child:hover .dropdown-icon { background: var(--orange); color: #fff; }
.dropdown-icon {
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--orange-light); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); margin-top: 1px;
}
.nav-dropdown-item:hover .dropdown-icon { background: var(--orange); color: #fff; }
.dropdown-text { display: flex; flex-direction: column; }
.dropdown-title { font-size: 0.875rem; font-weight: 600; color: var(--navy); }
.dropdown-desc  { font-size: 0.775rem; color: var(--text-muted); margin-top: 2px; }

/* Dual CTA buttons */
.nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-btn {
  display: inline-flex; align-items: center;
  padding: 9px 20px; border-radius: 50px;
  font-size: 0.875rem; font-weight: 600;
  transition: all 0.2s; text-decoration: none; white-space: nowrap;
}
.nav-btn-secondary {
  background: transparent; color: var(--teal);
  border: 2px solid var(--teal);
  font-weight: 700;
}
.nav-btn-secondary:hover {
  background: var(--teal); color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(26,143,105,0.3);
}
.nav-btn-primary {
  background: var(--orange); color: #fff; border: 2px solid var(--orange);
}
.nav-btn-primary:hover {
  background: var(--orange-hover); border-color: var(--orange-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(212,100,26,0.3);
}

/* Mobile toggle */
.nav-toggle {
  display: none; background: none; border: 1px solid var(--border);
  cursor: pointer; padding: 8px; border-radius: 8px;
  flex-direction: column; gap: 5px; align-items: center; justify-content: center;
  width: 40px; height: 40px;
}
.toggle-bar { display: block; width: 20px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s; }
.mobile-nav-ctas { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: linear-gradient(140deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 100px 0 88px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; width: 520px; height: 420px;
  top: -80px; right: -80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 162'%3E%3Cpath d='M100 81 C68 30,6 22,14 68 C21 100,74 90,100 81Z' fill='%23ffffff' opacity='0.04'/%3E%3Cpath d='M100 81 C132 30,194 22,186 68 C179 100,126 90,100 81Z' fill='%23ffffff' opacity='0.04'/%3E%3Cpath d='M100 81 C72 114,16 134,22 110 C28 90,80 87,100 81Z' fill='%23D4641A' opacity='0.11'/%3E%3Cpath d='M100 81 C128 114,184 134,178 110 C172 90,120 87,100 81Z' fill='%23D4641A' opacity='0.11'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: contain;
  pointer-events: none; z-index: 1; transform: rotate(18deg);
}
.hero::after {
  content: ''; position: absolute; width: 260px; height: 210px;
  bottom: 10px; left: 2%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 97'%3E%3Cpath d='M60 48 C42 18,5 13,9 40 C13 58,45 54,60 48Z' fill='%23D4641A' opacity='0.09'/%3E%3Cpath d='M60 48 C78 18,115 13,111 40 C107 58,75 54,60 48Z' fill='%23D4641A' opacity='0.09'/%3E%3Cpath d='M60 48 C44 67,10 78,14 64 C18 53,47 51,60 48Z' fill='%23ffffff' opacity='0.03'/%3E%3Cpath d='M60 48 C76 67,110 78,106 64 C102 53,73 51,60 48Z' fill='%23ffffff' opacity='0.03'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: contain;
  pointer-events: none; z-index: 1; transform: rotate(-8deg) scaleX(-1);
}
.hero > .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; }

.hero-eyebrow, .hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); border: none;
  color: #fff; padding: 8px 20px;
  border-radius: 50px; font-size: 0.82rem; font-weight: 700;
  margin-bottom: 24px; letter-spacing: 0.04em;
  box-shadow: 0 4px 16px rgba(212,100,26,0.35);
}
.hero-eyebrow::before, .hero-badge::before {
  content: ''; display: block; width: 7px; height: 7px;
  border-radius: 50%; background: rgba(255,255,255,0.7); flex-shrink: 0;
}
.hero h1 { color: #fff; margin-bottom: 22px; font-size: clamp(2.2rem, 4.5vw, 3.4rem); }
.hero h1 em { font-style: italic; color: var(--orange-mid); }
.hero-sub { color: rgba(255,255,255,0.85); font-size: 1.0625rem; max-width: 500px; margin-bottom: 40px; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn-primary { background: var(--orange); }
.hero .btn-primary:hover { background: var(--orange-hover); }
.hero .btn-outline { color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.3); }
.hero .btn-outline:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.5); transform: translateY(-2px); }

.hero-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl); padding: 36px;
  backdrop-filter: blur(12px);
}
.hero-credential {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  padding: 8px 18px; border-radius: 50px;
  font-size: 0.8rem; font-weight: 700; margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.hero-card blockquote {
  font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: rgba(255,255,255,0.95);
  font-style: italic; line-height: 1.65; margin-bottom: 24px;
  border-left: 3px solid var(--orange); padding-left: 18px;
}
.hero-card cite {
  display: flex; align-items: center; gap: 12px;
  font-style: normal; font-size: 0.85rem; color: rgba(255,255,255,0.55);
}
.cite-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(212,100,26,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange-mid); font-weight: 700; font-size: 0.875rem; flex-shrink: 0;
}

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.service-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 36px;
  transition: all 0.22s ease; position: relative; overflow: hidden;
}
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--orange));
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.service-card:hover::after { transform: scaleX(1); }
.card-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--teal-light); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 22px; }
.card-icon-orange { background: var(--orange-light); }
.service-card h3 { margin-bottom: 12px; color: var(--navy); }
.service-card p  { font-size: 0.9375rem; color: var(--text-muted); margin-bottom: 22px; line-height: 1.7; }
.card-link { font-size: 0.875rem; font-weight: 600; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.card-link:hover { gap: 12px; }

/* ============================================================
   WHY NLH
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius); padding: 32px;
  transition: border-color 0.22s;
}
.why-card:hover { border-color: rgba(212,100,26,0.4); }
.why-card h3 { color: #fff; margin-bottom: 12px; font-size: 1.1rem; }
.why-card p  { color: rgba(255,255,255,0.82); font-size: 0.9375rem; line-height: 1.75; }
.why-icon { font-size: 1.6rem; margin-bottom: 16px; display: flex; align-items: center; justify-content: flex-start; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.testimonial-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px;
  position: relative;
}
.testimonial-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--orange)); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.testimonial-card blockquote { font-family: 'DM Serif Display', serif; font-size: 1rem; font-style: italic; color: var(--navy); line-height: 1.7; margin-bottom: 20px; }
.testimonial-card cite { font-style: normal; font-size: 0.84rem; color: var(--text-muted); display: block; font-weight: 500; }
.testimonial-note { font-size: 0.8rem; color: var(--text-muted); text-align: center; margin-top: 28px; font-style: italic; }
.stars { color: var(--orange); font-size: 0.85rem; margin-bottom: 16px; letter-spacing: 2px; }

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
  background: linear-gradient(140deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 80px 0 72px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; width: 320px; height: 260px; top: -40px; right: -40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M80 65 C55 25,5 18,12 55 C18 80,60 72,80 65Z' fill='%23ffffff' opacity='0.04'/%3E%3Cpath d='M80 65 C105 25,155 18,148 55 C142 80,100 72,80 65Z' fill='%23ffffff' opacity='0.04'/%3E%3Cpath d='M80 65 C58 92,12 108,18 88 C24 72,64 70,80 65Z' fill='%23D4641A' opacity='0.10'/%3E%3Cpath d='M80 65 C102 92,148 108,142 88 C136 72,96 70,80 65Z' fill='%23D4641A' opacity='0.10'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: contain; pointer-events: none; z-index: 1; transform: rotate(12deg);
}
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--orange), var(--teal)); z-index: 3; }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: 16px; }
.page-hero p  { color: rgba(255,255,255,0.85); font-size: 1.0625rem; max-width: 560px; line-height: 1.8; }

/* ============================================================
   CONTENT CARDS
   ============================================================ */
.content-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 52px; }
.content-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; transition: all 0.22s; }
.content-card:hover { box-shadow: var(--shadow); border-color: rgba(212,100,26,0.2); transform: translateY(-2px); }
.card-accent { width: 44px; height: 3px; border-radius: 2px; background: var(--teal); margin-bottom: 22px; }
.card-accent-orange { background: var(--orange); }
.content-card h3 { color: var(--navy); margin-bottom: 12px; }
.content-card p  { font-size: 0.9375rem; color: var(--text-muted); margin-bottom: 18px; line-height: 1.75; }
.content-card ul { padding-left: 0; }
.content-card ul li { font-size: 0.9rem; color: var(--text-muted); padding: 6px 0 6px 22px; position: relative; border-top: 1px solid var(--border-light); line-height: 1.6; }
.content-card ul li:first-child { border-top: none; }
.content-card ul li::before { content: ''; position: absolute; left: 0; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }

/* ============================================================
   STEPS
   ============================================================ */
.steps-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; position: relative; }
.steps-row::before { content: ''; position: absolute; top: 28px; left: 12%; right: 12%; height: 1px; background: var(--border); z-index: 0; }
.step { text-align: center; position: relative; z-index: 1; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--teal); color: #fff; font-family: 'DM Serif Display', serif; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border: 4px solid var(--cream-mid); }
.step-num-orange { background: var(--orange); }
.step h4 { color: var(--navy); margin-bottom: 8px; font-size: 0.9375rem; }
.step p   { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }

/* ============================================================
   AUDIENCE BLOCK
   ============================================================ */
.audience-block { background: var(--navy-mid); border-radius: var(--radius-xl); padding: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; margin-top: 56px; border-left: 4px solid var(--orange); }
.audience-block h3 { color: #fff; margin-bottom: 14px; }
.audience-block p  { color: rgba(255,255,255,0.6); font-size: 0.9375rem; line-height: 1.75; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.audience-tag { background: rgba(26,143,105,0.15); border: 1px solid rgba(26,143,105,0.3); color: #6dd4a8; padding: 7px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; }
.audience-tag:nth-child(odd) { background: rgba(212,100,26,0.15); border: 1px solid rgba(212,100,26,0.3); color: var(--orange-mid); }

/* ============================================================
   FORM
   ============================================================ */
.form-section { background: var(--cream-mid); }
.form-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.form-info h2 { margin-bottom: 18px; }
.form-info p  { color: var(--text-muted); font-size: 0.9375rem; line-height: 1.8; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin-top: 24px; font-size: 0.9375rem; }
.contact-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.form-wrap { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 44px; border-top: 3px solid var(--orange); box-shadow: var(--shadow-sm); }
.form-wrap .wpcf7-form label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--navy); margin-bottom: 7px; letter-spacing: 0.06em; text-transform: uppercase; }
.form-wrap .wpcf7-form input,
.form-wrap .wpcf7-form textarea,
.form-wrap .wpcf7-form select { width: 100%; padding: 13px 18px; border: 1.5px solid var(--border); border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 0.9375rem; color: var(--text); background: var(--cream); margin-bottom: 20px; transition: border-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; }
.form-wrap .wpcf7-form input:focus,
.form-wrap .wpcf7-form textarea:focus,
.form-wrap .wpcf7-form select:focus { outline: none; border-color: var(--orange); background: #fff; box-shadow: 0 0 0 3px rgba(212,100,26,0.1); }
.form-wrap .wpcf7-form textarea { min-height: 130px; resize: vertical; }
.form-wrap .wpcf7-submit { width: 100%; padding: 16px; background: var(--orange); color: #fff; border: none; border-radius: 50px; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.22s; letter-spacing: 0.01em; }
.form-wrap .wpcf7-submit:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,100,26,0.3); }
.form-placeholder { text-align: center; padding: 48px 24px; color: var(--text-muted); font-size: 0.9375rem; }
.form-placeholder strong { display: block; color: var(--navy); margin-bottom: 10px; font-size: 1rem; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { margin-top: 48px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); background: #fff; margin-bottom: 10px; overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: rgba(212,100,26,0.3); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; cursor: pointer; font-weight: 600; font-size: 0.9375rem; color: var(--navy); user-select: none; transition: background 0.18s; gap: 16px; }
.faq-q:hover { background: var(--orange-light); }
.faq-toggle { width: 32px; height: 32px; border-radius: 50%; background: var(--orange-light); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 300; color: var(--orange); transition: all 0.3s; }
.faq-item.open .faq-toggle { background: var(--orange); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-a { max-height: 500px; }
.faq-a-inner { padding: 0 28px 26px; font-size: 0.9375rem; color: var(--text-muted); line-height: 1.85; border-top: 1px solid var(--border-light); margin-top: -1px; }
.faq-a-inner ul { margin-top: 12px; }
.faq-a-inner ul li { padding: 5px 0 5px 20px; position: relative; }
.faq-a-inner ul li::before { content: ''; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

/* ============================================================
   ABOUT
   ============================================================ */
.about-founder-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 72px; align-items: start; }
.founder-img-wrap { border-radius: var(--radius-xl); overflow: hidden; background: var(--cream-mid); aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.875rem; border: 3px solid var(--orange-light); }
.founder-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.credential-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.badge { background: var(--teal-light); color: #0d6b4d; border: 1px solid rgba(26,143,105,0.25); padding: 7px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; }
.badge-orange { background: var(--orange-light); color: #8f3e0a; border: 1px solid rgba(212,100,26,0.25); }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
.value-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; border-left: 3px solid var(--orange); }
.value-card .value-icon { font-size: 1.5rem; margin-bottom: 14px; }
.value-card h3 { color: var(--navy); margin-bottom: 10px; font-size: 1rem; }
.value-card p  { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
.mission-block { background: var(--navy); border-radius: var(--radius-xl); padding: 60px; position: relative; overflow: hidden; border-top: 4px solid var(--orange); }
.mission-block::before {
  content: ''; position: absolute; width: 300px; height: 243px; top: -30px; right: -30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M80 65 C55 25,5 18,12 55 C18 80,60 72,80 65Z' fill='%23ffffff' opacity='0.03'/%3E%3Cpath d='M80 65 C105 25,155 18,148 55 C142 80,100 72,80 65Z' fill='%23ffffff' opacity='0.03'/%3E%3Cpath d='M80 65 C58 92,12 108,18 88 C24 72,64 70,80 65Z' fill='%23D4641A' opacity='0.07'/%3E%3Cpath d='M80 65 C102 92,148 108,142 88 C136 72,96 70,80 65Z' fill='%23D4641A' opacity='0.07'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: contain; pointer-events: none;
}
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; position: relative; z-index: 1; }
.mission-col h3 { color: var(--orange-mid); font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 18px; }
.mission-col h2 { color: #fff; font-size: 1.5rem; margin-bottom: 18px; }
.mission-col p  { color: rgba(255,255,255,0.82); font-size: 0.9375rem; line-height: 1.8; }
.mission-col ul { margin-top: 18px; }
.mission-col ul li { color: rgba(255,255,255,0.82); font-size: 0.9rem; padding: 7px 0 7px 24px; position: relative; }
.mission-col ul li::before { content: ''; position: absolute; left: 0; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }

/* ============================================================
   WORKSHOPS
   ============================================================ */
.workshop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.workshop-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; transition: all 0.22s; }
.workshop-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(212,100,26,0.2); }
.ws-tag { display: inline-block; padding: 5px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; margin-bottom: 18px; letter-spacing: 0.04em; }
.ws-tag.parents      { background: var(--teal-light); color: #0d6b4d; }
.ws-tag.professional { background: var(--orange-light); color: #8f3e0a; }
.workshop-card h3 { color: var(--navy); margin-bottom: 12px; font-size: 1.0625rem; }
.workshop-card p  { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 16px; line-height: 1.7; }
.ws-topics { border-top: 1px solid var(--border-light); padding-top: 16px; }
.ws-topics li { font-size: 0.875rem; color: var(--text-muted); padding: 5px 0 5px 20px; position: relative; line-height: 1.55; }
.ws-topics li::before { content: ''; position: absolute; left: 0; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

/* ============================================================
   BLOG / ARTICLES
   ============================================================ */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 52px; }
.post-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.22s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.post-thumb { aspect-ratio: 16/9; background: var(--cream-mid); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.875rem; overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-body { padding: 26px; }
.post-meta { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 10px; }
.post-meta .post-cat { color: var(--orange); font-weight: 700; margin-right: 10px; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.72rem; }
.post-body h3 { font-size: 1.0625rem; color: var(--navy); margin-bottom: 10px; line-height: 1.4; }
.post-body p  { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
.read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 0.875rem; font-weight: 600; color: var(--orange); transition: gap 0.2s; }
.read-more:hover { gap: 12px; }

/* ============================================================
   SINGLE POST
   ============================================================ */
.post-header { padding: 72px 0 48px; background: var(--cream-mid); border-bottom: 3px solid var(--orange); }
.post-header .post-meta { font-size: 0.875rem; margin-bottom: 16px; }
.post-content { padding: 72px 0; }
.post-content p  { margin-bottom: 22px; font-size: 1rem; color: var(--text); line-height: 1.9; }
.post-content h2 { font-size: 1.6rem; margin: 40px 0 18px; color: var(--navy); }
.post-content h3 { font-size: 1.15rem; margin: 32px 0 14px; color: var(--navy); }
.post-content ul, .post-content ol { padding-left: 24px; margin-bottom: 22px; }
.post-content li { margin-bottom: 10px; font-size: 1rem; color: var(--text); line-height: 1.75; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 72px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; display: flex; align-items: center; gap: 16px; transition: all 0.2s; }
.contact-card:hover { border-color: var(--orange); transform: translateX(4px); }
.contact-card .cc-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--orange-light); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.contact-card h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--orange); margin-bottom: 4px; font-family: 'DM Sans', sans-serif; }
.contact-card p { font-size: 0.9375rem; color: var(--navy); font-weight: 500; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { background: var(--navy); padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(212,100,26,0.10), transparent 70%); bottom: -300px; right: -100px; pointer-events: none; }
.cta-band::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--orange), var(--teal)); }
.cta-band h2 { color: #fff; margin-bottom: 16px; }
.cta-band p  { color: rgba(255,255,255,0.78); font-size: 1.0625rem; max-width: 500px; margin: 0 auto 32px; line-height: 1.75; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.6); }
.footer-grid {
  display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 52px; padding: 64px 0 52px;
  border-top: 4px solid; border-image: linear-gradient(90deg, var(--teal), var(--orange), var(--teal)) 1;
}
.footer-brand .site-logo { color: #fff; margin-bottom: 10px; }
.footer-slogan { font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 700; color: var(--orange-mid); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; }
.footer-brand p { font-size: 0.875rem; line-height: 1.8; max-width: 270px; color: rgba(255,255,255,0.75); }
.footer-credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.footer-cred-badge { font-size: 0.75rem; font-weight: 600; padding: 6px 14px; border-radius: 50px; background: rgba(26,143,105,0.2); border: 1px solid rgba(26,143,105,0.4); color: #7de8b8; }
.footer-cred-orange { background: rgba(212,100,26,0.2); border: 1px solid rgba(212,100,26,0.4); color: #F5A76A; }
.footer-col h4 { color: var(--orange-mid); font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul li a { font-size: 0.875rem; color: rgba(255,255,255,0.75); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--orange-mid); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 22px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.8rem; color: rgba(255,255,255,0.65); }
.footer-legal { display: flex; align-items: center; gap: 14px; }
.footer-legal a { color: rgba(255,255,255,0.65); transition: color 0.2s; text-decoration: underline; text-underline-offset: 3px; }
.footer-legal a:hover { color: #F5A76A; }
.footer-legal span { color: rgba(255,255,255,0.25); }
.footer-testimonial-note { font-size: 0.77rem; color: rgba(255,255,255,0.3); text-align: center; margin-top: 12px; font-style: italic; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-row { grid-template-columns: repeat(2, 1fr); }
  .steps-row::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .workshop-grid { grid-template-columns: repeat(2, 1fr); }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .mission-grid { grid-template-columns: 1fr; gap: 36px; }
  .topbar-credentials { display: none; }
}
@media (max-width: 900px) {
  .nav-actions { display: none; }
  .header-topbar { display: none; }
  .site-header { position: relative !important; }
  .header-main { position: static; }
  .hero-grid .hero-card { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; justify-content: center; }

  /* Mobile nav panel */
  .primary-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    padding: 12px 16px 20px;
    border-top: 2px solid var(--orange);
    box-shadow: 0 16px 40px rgba(0,0,0,0.15);
    z-index: 9999;
    max-height: 85vh;
    overflow-y: auto;
  }
  .primary-nav.open { display: flex; }

  /* Nav links on mobile */
  .nav-item > a {
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--navy);
    border-bottom: 1px solid var(--border-light);
  }
  .nav-item:last-child > a { border-bottom: none; }

  /* Dropdown trigger on mobile */
  .nav-dropdown-trigger {
    width: 100%;
    justify-content: space-between;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--navy);
    border-bottom: 1px solid var(--border-light);
  }

  /* Dropdown panel on mobile */
  .nav-dropdown {
    position: static;
    opacity: 1; visibility: visible;
    transform: none !important;
    left: auto !important;
    box-shadow: none;
    border: none;
    border-top: none;
    border-radius: 10px;
    min-width: unset;
    width: 100%;
    padding: 8px;
    display: none;
    background: var(--cream);
    margin: 4px 0 8px;
  }
  .nav-item.open .nav-dropdown { display: block; }
  .nav-dropdown-item {
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
  }
  .nav-dropdown-item .dropdown-icon { display: none; }
  .nav-dropdown-item .dropdown-text { display: flex; flex-direction: column; }
  .nav-dropdown-item .dropdown-title { font-size: 0.95rem; font-weight: 600; color: var(--navy) !important; display: block; }
  .nav-dropdown-item .dropdown-desc  { font-size: 0.8rem; color: var(--text-muted) !important; margin-top: 2px; display: block; }
  .nav-dropdown-item:first-child .dropdown-title { color: var(--orange) !important; }

  /* Mobile CTA buttons at bottom of nav */
  .mobile-nav-ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
    margin-top: 8px;
    border-top: 1px solid var(--border);
  }
  .mobile-nav-ctas a {
    display: block;
    text-align: center;
    padding: 13px 20px;
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
  }
  .mobile-nav-cta-secondary {
    background: transparent;
    color: var(--teal);
    border: 2px solid var(--teal);
  }
  .mobile-nav-cta-primary {
    background: var(--orange);
    color: #fff;
    border: 2px solid var(--orange);
  }

  .nav-toggle { display: flex; }
}
@media (max-width: 768px) {
  .content-cards { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-founder-grid { grid-template-columns: 1fr; }
  .audience-block { grid-template-columns: 1fr; padding: 36px; }
  .values-grid { grid-template-columns: 1fr; }
  .workshop-grid { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mission-block { padding: 40px 28px; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .container { padding: 0 20px; }
  .container-sm { padding: 0 20px; }
}
