/* ============================================
   EMPOWER CARE SOLUTIONS HUB
   Main Stylesheet — Redesigned June 2026
   Design system: Navy (#142846) + Teal (#29C7D4)
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* DESIGN TOKENS */
:root {
  --navy:         #142846;   /* primary dark — headings, navbar, footer */
  --teal:         #29C7D4;   /* primary accent — buttons, CTAs, highlights */
  --teal-dark:    #1aa3af;   /* teal for text and borders */
  --yellow:       #F5C842;   /* highlight accent */
  --white:        #FFFFFF;
  --off-white:    #F5F7FA;
  --grey:         #666666;
  --light-bg:     #F5F7FA;
  --dark:         #142846;
  --mid:          #666666;
  --border:       #E0E0E0;

  /* Aliases kept for HTML compat */
  --purple:       #142846;
  --purple-dark:  #0d1f38;
  --purple-deep:  #0a1628;
  --purple-light: #1d3566;
}

/* SKIP LINK */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--teal);
  color: var(--purple-deep);
  padding: 14px 28px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0 0 10px 0;
  z-index: 9999;
  text-decoration: none;
  transition: top 0.15s;
}
.skip-link:focus { top: 0; }

/* KEYBOARD FOCUS */
:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
  border-radius: 4px;
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================
   TOP HEADER — two-row header (Allara-style)
   ============================================ */
.top-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.top-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
.top-header-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.top-header-social a {
  display: flex;
  align-items: center;
  color: var(--mid);
  transition: color 0.2s;
}
.top-header-social a:hover { color: var(--teal-dark); }
.top-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-header-contacts {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-header-contacts li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.83rem;
  color: var(--mid);
}
.top-contact-icon {
  color: var(--teal-dark);
  flex-shrink: 0;
}
.top-header-contacts a {
  color: var(--navy);
  font-weight: 600;
  transition: color 0.2s;
}
.top-header-contacts a:hover { color: var(--teal-dark); }
.top-header-enquire {
  flex-shrink: 0;
  padding: 6px 18px !important;
  font-size: 0.78rem !important;
  border-radius: 50px !important;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
/* Hide email on tablet to prevent overflow */
@media (max-width: 900px) {
  .top-header-contacts li:last-child { display: none; }
}
/* Top bar is desktop-only — sticky bottom bar serves mobile */
@media (max-width: 640px) {
  .top-header { display: none; }
}
/* Phone in main nav is redundant — top bar shows it on desktop */
.nav-phone { display: none; }

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: none;
  transition: box-shadow 0.4s ease;
}
.navbar.scrolled { box-shadow: 0 4px 20px rgba(20,40,70,0.08); }
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.nav-logo-img {
  width: 200px;
  height: 60px;
  background-image: url('https://static.wixstatic.com/media/e23dd0_df59b0a4352d4142924cf39d856a6132~mv2.png');
  background-repeat: no-repeat;
  background-size: auto 300%;
  background-position: center center;
}
.footer-logo-img {
  width: 200px;
  height: 52px;
  background-image: url('https://static.wixstatic.com/media/e23dd0_df59b0a4352d4142924cf39d856a6132~mv2.png');
  background-repeat: no-repeat;
  background-size: auto 300%;
  background-position: center center;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  margin-bottom: 18px;
}
.nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  list-style: none;
}
.nav-links a {
  font-weight: 600;
  font-size: 0.87rem;
  color: var(--dark);
  transition: color 0.22s;
  position: relative;
  padding-bottom: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--teal);
  border-radius: 2px;
  transition: width 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-links a:hover,
.nav-links a.active { color: var(--teal-dark); }
.nav-links a.active { font-weight: 700; }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-dropdown { position: relative; }
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  min-width: 160px;
  box-shadow: 0 12px 36px rgba(20,40,70,0.12);
  overflow: hidden;
  z-index: 100;
}
.dropdown-menu a {
  display: block;
  padding: 12px 18px;
  font-size: 0.9rem;
  color: var(--mid);
  transition: background 0.15s, color 0.15s;
}
.dropdown-menu a:hover { background: var(--light-bg); color: var(--purple); }
.nav-dropdown:hover .dropdown-menu { display: block; }

/* Nav right — phone + CTA + hamburger grouped on the right */
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nav-phone {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mid);
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.2s;
  text-decoration: none;
}
.nav-phone:hover { color: var(--dark); }

.nav-cta-btn {
  padding: 8px 20px !important;
  font-size: 0.8rem !important;
  border-radius: 50px !important;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ============================================
   HERO BANNER
   ============================================ */
.hero {
  background-color: var(--navy);
  background-image: url('../images/Car%203.jpg');
  background-size: cover;
  background-position: center 40%;
  padding: 96px 24px 88px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10,22,40,0.55) 0%, rgba(14,40,70,0.35) 100%);
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(41,199,212,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 4% 100%, rgba(245,200,66,0.08) 0%, transparent 46%);
  z-index: 0;
  pointer-events: none;
}
.hero-inner { max-width: 780px; width: 100%; margin: 0 auto; position: relative; z-index: 1; }
.hero-logo { display: none; }
.hero-blob { display: none; }

/* Hero entrance animations */
@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}
.hero-subtitle { animation: heroSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero-title    { animation: heroSlideUp 0.8s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero-desc     { animation: heroSlideUp 0.8s 0.26s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero-cta      { animation: heroSlideUp 0.8s 0.4s  cubic-bezier(0.22, 1, 0.36, 1) both; }

.hero-subtitle {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 20px;
}
.hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.hero-title .care-word {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(61,191,191,0.5);
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.78);
  max-width: 520px;
  margin: 24px auto 0;
  line-height: 1.8;
  font-weight: 400;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hero-cta {
  margin-top: 36px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-cta .btn-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.hero-cta .btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
}

/* ============================================
   PHOTO MARQUEE
   ============================================ */
.photo-marquee-section {
  background: var(--navy);
  overflow: hidden;
  padding: 28px 0;
}
.photo-marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marqueeScroll 160s linear infinite;
}
.photo-marquee-section:hover .photo-marquee-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .photo-marquee-track { animation-play-state: paused; }
}
.photo-marquee-item { flex: 0 0 auto; }
.photo-marquee-item img {
  width: 300px;
  height: 225px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  opacity: 1;
}
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 640px) {
  .photo-marquee-item img { width: 240px; height: 180px; }
}

/* ============================================
   TRUST STATS BAR
   ============================================ */
.trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 24px 40px;
  text-align: center;
}
.trust-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--purple);
  letter-spacing: -0.03em;
  line-height: 1;
}
.trust-label {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--mid);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.trust-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  flex-shrink: 0;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.92rem;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s, background 0.2s;
  border: 2px solid transparent;
  letter-spacing: 0.015em;
  position: relative;
  overflow: hidden;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--teal);
  color: var(--navy);
  font-weight: 800;
  border-color: var(--teal);
}
.btn-primary:hover {
  background: #22b5c2;
  border-color: #22b5c2;
  box-shadow: 0 10px 32px rgba(41,199,212,0.4);
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -110%;
  width: 65%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.18), transparent);
  transform: skewX(-18deg);
  transition: left 0.55s ease;
  pointer-events: none;
}
.btn-primary:hover::before { left: 160%; }

.btn-secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
  font-weight: 700;
}
.btn-secondary:hover {
  background: var(--light-bg);
  box-shadow: 0 6px 20px rgba(20,40,70,0.12);
}

/* ============================================
   SECTIONS
   ============================================ */
.section { padding: 80px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 800;
  color: var(--purple);
  margin-bottom: 16px;
  letter-spacing: -0.025em;
  line-height: 1.12;
}
.section-lead {
  font-size: 1.05rem;
  color: var(--mid);
  max-width: 660px;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* ============================================
   ABOUT / WHO-WHY
   ============================================ */
.about-section { background: var(--white); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-quote {
  font-size: 1.08rem;
  font-style: italic;
  color: var(--purple);
  font-weight: 500;
  border-left: 4px solid var(--teal);
  padding: 4px 0 4px 20px;
  margin: 16px 0 24px;
  line-height: 1.7;
}
.who-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.who-col p { color: var(--mid); font-size: 0.97rem; line-height: 1.75; margin-bottom: 14px; }

/* WHY LIST */
.why-list { display: flex; flex-direction: column; gap: 4px; margin-top: 8px; }
.why-list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-left: 3px solid var(--teal);
  padding: 16px 0 16px 22px;
  border-radius: 0 10px 10px 0;
  transition: background 0.2s, transform 0.25s ease;
}
.why-list-item:hover {
  background: rgba(61,191,191,0.05);
  transform: translateX(3px);
}
.why-list-num {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--teal-dark);
  flex-shrink: 0;
  padding-top: 3px;
}
.why-list-item h4 { font-size: 0.97rem; font-weight: 700; color: var(--purple); margin-bottom: 5px; }
.why-list-item p { font-size: 0.88rem; color: var(--mid); line-height: 1.65; }

/* ============================================
   SERVICE CARDS
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 460px;
  background: var(--purple-deep);
  box-shadow: 0 8px 32px rgba(20,40,70,0.18);
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(20,40,70,0.25); }
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.5s ease, opacity 0.3s;
}
.service-card:hover img { transform: scale(1.06); opacity: 0.65; }
.service-card-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 52px 28px 30px;
  background: linear-gradient(to top, rgba(10,22,40,0.97) 0%, rgba(10,22,40,0.55) 55%, transparent 100%);
}
.service-card-title { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 10px; letter-spacing: -0.01em; line-height: 1.2; }
.service-card-text { font-size: 0.9rem; color: rgba(255,255,255,0.82); line-height: 1.7; }
.service-card-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--teal);
  transition: color 0.2s, transform 0.25s ease;
}
.service-card:hover .service-card-link { color: #7ef5f5; transform: translateX(5px); }
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 3;
  border-radius: 20px 20px 0 0;
}
.service-card:hover::before { transform: scaleX(1); }

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { height: 400px; }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { height: 360px; }
}

/* ============================================
   MISSION SECTION
   ============================================ */
.mission-section {
  background: var(--navy);
  background-image:
    radial-gradient(ellipse at 80% 20%, rgba(41,199,212,0.18) 0%, transparent 50%),
    radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 100% 100%, 28px 28px;
  padding: 88px 24px;
  text-align: center;
}
.mission-quote {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  font-weight: 600;
  font-style: italic;
  color: var(--white);
  line-height: 1.65;
  letter-spacing: -0.01em;
  position: relative;
  padding: 0 32px;
}
.mission-quote::before {
  content: '\201C';
  font-size: 5rem;
  color: var(--teal);
  opacity: 0.5;
  position: absolute;
  top: -28px; left: 0;
  font-style: normal;
  line-height: 1;
}

/* ============================================
   SCHOOL HOLIDAYS / OUTINGS
   ============================================ */
.outings-section { background: var(--white); padding: 80px 24px; }
.outings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.outing-card {
  background: var(--white);
  border-radius: 18px;
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(20,40,70,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
}
.outing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(20,40,70,0.15);
}
.outing-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.outing-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.outing-card:hover .outing-card-img-wrap img { transform: scale(1.05); }
.outing-status {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.status-available { background: #dcfce7; color: #15803d; border: 1px solid #86efac; }
.status-low       { background: #fff7ed; color: #c2410c; border: 1px solid #fdba74; }
.status-waitlist  { background: #fef2f2; color: #dc2626; border: 1px solid #fca5a5; }
.status-booked    { background: #1e293b; color: #fff; border: 1px solid #1e293b; }
.outing-card-body {
  padding: 22px 24px 24px;
  flex: 1; display: flex; flex-direction: column;
}
.outing-location { font-size: 0.79rem; color: var(--mid); font-weight: 600; margin-bottom: 3px; }
.outing-datetime { font-size: 0.8rem; color: var(--mid); margin-bottom: 10px; }
.outing-title { font-size: 1.05rem; font-weight: 800; color: var(--purple); margin-bottom: 8px; line-height: 1.3; }
.outing-desc {
  font-size: 0.87rem; color: var(--mid); line-height: 1.6; flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.outing-footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--border);
}
.outing-price { font-size: 0.88rem; font-weight: 700; color: #15803d; }
.outing-btn {
  display: inline-block;
  background: var(--purple);
  color: #fff;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s, transform 0.2s, box-shadow 0.2s;
}
.outing-card:hover .outing-btn {
  background: var(--teal);
  color: var(--purple-deep);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(61,191,191,0.4);
}
.outing-rsvp-banner {
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 100%);
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 36px;
  display: flex;
  align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  color: #fff;
  position: relative; overflow: hidden;
}
.outing-rsvp-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--teal);
  border-radius: 16px 0 0 16px;
}
.outing-rsvp-text { font-size: 0.94rem; line-height: 1.65; max-width: 520px; }
.outing-rsvp-text strong { color: var(--teal); }
.outing-rsvp-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.outings-footer-note { text-align: center; margin-top: 36px; font-size: 0.87rem; color: var(--mid); line-height: 1.7; }
.outings-footer-note a { color: var(--purple); font-weight: 600; text-decoration: underline; }
@media (max-width: 900px) { .outings-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .outings-grid { grid-template-columns: 1fr; } }

/* ============================================
   INSTAGRAM SECTION
   ============================================ */
.instagram-section { background: var(--off-white); padding: 80px 24px; }
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 32px;
}
.instagram-grid a {
  display: block; overflow: hidden;
  border-radius: 14px; aspect-ratio: 1;
  position: relative;
}
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.instagram-grid a:hover img { transform: scale(1.06); }
.instagram-grid a::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(20,40,70,0.45);
  opacity: 0;
  transition: opacity 0.28s ease;
  border-radius: 14px;
  pointer-events: none;
}
.instagram-grid a:hover::after { opacity: 1; }
.instagram-handle { margin-top: 24px; text-align: center; font-size: 0.95rem; color: var(--mid); }
.instagram-handle a { font-weight: 600; color: var(--purple); text-decoration: underline; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-section {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6e 60%, #0d1f38 100%);
  padding: 80px 24px;
}
.testimonial-marquee {
  overflow: hidden;
  margin-top: 40px;
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}
.testimonial-marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: testimonialScroll 38s linear infinite;
  will-change: transform;
}
.testimonial-marquee:hover .testimonial-marquee-track { animation-play-state: paused; }
@keyframes testimonialScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.testimonial-marquee-track .testimonial-card { width: 300px; flex-shrink: 0; }
@media (max-width: 768px) { .testimonial-marquee-track .testimonial-card { width: 270px; } }
@media (prefers-reduced-motion: reduce) { .testimonial-marquee-track { animation-play-state: paused; } }

.testimonial-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  padding: 52px 28px 28px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  position: relative;
}
.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 14px; left: 22px;
  font-size: 4rem;
  font-weight: 800;
  font-style: normal;
  color: var(--teal);
  opacity: 0.35;
  line-height: 1;
  pointer-events: none;
}
.testimonial-card:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}
.stars { font-size: 1.1rem; color: #FFD700; margin-bottom: 14px; letter-spacing: 3px; }
.testimonial-card p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.92);
  line-height: 1.78;
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial-author { border-top: 1px solid rgba(255,255,255,0.18); padding-top: 14px; }
.author-name { display: block; font-weight: 700; color: #fff; font-size: 0.95rem; }
.author-role { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.55); margin-top: 3px; }

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.final-cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6e 55%, #0d1f38 100%);
  padding: 88px 24px;
  position: relative; overflow: hidden;
}
.final-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.final-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  position: relative; z-index: 1;
}
.final-cta-inner h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 18px;
}
.final-cta-inner p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  margin-bottom: 40px;
}
.final-cta-actions {
  display: flex; gap: 16px;
  justify-content: center; flex-wrap: wrap;
}
.final-cta-actions .btn-primary {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--purple-deep);
}
.final-cta-actions .btn-primary:hover {
  background: #57d4d4;
  border-color: #57d4d4;
  box-shadow: 0 10px 32px rgba(61,191,191,0.4);
}
.final-cta-actions .btn-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.final-cta-actions .btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
}

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */
.page-hero {
  background-color: var(--purple-deep);
  background-image:
    radial-gradient(ellipse at 75% 0%, rgba(61,191,191,0.2) 0%, transparent 50%),
    radial-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 100%);
  background-size: 100% 100%, 32px 32px, 100% 100%;
  padding: 88px 24px 80px;
  text-align: center;
  position: relative; overflow: hidden;
}
.page-hero-inner { max-width: 700px; width: 100%; margin: 0 auto; position: relative; z-index: 1; }
.page-hero h1 {
  font-size: clamp(1.55rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
  word-break: break-word;
}
.page-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto;
  overflow-wrap: break-word;
  word-break: break-word;
}
.page-hero .section-label { color: var(--teal); margin-bottom: 14px; }

/* ============================================
   HOW TO JOIN SECTION
   ============================================ */
.how-join-section {
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 100%);
  padding: 80px 24px;
}
.how-join-section .section-label { color: var(--teal); }
.how-join-section .section-title { color: #fff; }
.how-join-section .section-lead { color: rgba(255,255,255,0.72); margin-left: auto; margin-right: auto; text-align: center; }
.join-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.join-step {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  transition: background 0.25s, border-color 0.25s, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.join-step:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.25);
  transform: translateY(-3px);
}
.join-step-num {
  width: 52px; height: 52px;
  background: var(--teal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--purple-deep);
}
.join-step h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.join-step p { font-size: 0.88rem; color: rgba(255,255,255,0.68); line-height: 1.65; }
.join-contact {
  margin-top: 40px;
  text-align: center;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.68);
}
.join-contact a { color: var(--teal); font-weight: 600; }
.join-contact a:hover { text-decoration: underline; }

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h3 { font-size: 1.2rem; font-weight: 700; color: var(--purple); margin-bottom: 20px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; font-size: 0.95rem; color: var(--mid); }
.contact-detail-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.contact-detail a { color: var(--purple); font-weight: 500; }
.contact-detail a:hover { text-decoration: underline; }

.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.87rem; font-weight: 600; color: var(--purple); margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--purple-deep);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(20,40,70,0.10);
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-success {
  display: none;
  background: #f0fdf4;
  border: 1px solid #86efac;
  color: #15803d;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--purple-deep);
  color: rgba(255,255,255,0.75);
  padding: 64px 24px 40px;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--purple) 50%, var(--teal) 100%);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}
.footer-brand p { font-size: 0.9rem; line-height: 1.8; max-width: 280px; color: rgba(255,255,255,0.58); }
.footer-heading { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--white); margin-bottom: 18px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 0.9rem; color: rgba(255,255,255,0.62); transition: color 0.2s; }
.footer-links a:hover { color: var(--teal); }
.footer-contact-item { font-size: 0.9rem; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 8px; }
.footer-contact-item a { color: rgba(255,255,255,0.62); transition: color 0.2s; }
.footer-contact-item a:hover { color: var(--teal); }
.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  flex-wrap: wrap;
  gap: 8px;
}

/* ============================================
   PHOTO SECTIONS
   ============================================ */
.photo-mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.photo-mosaic img { width: 100%; height: 240px; object-fit: cover; border-radius: 14px; }
.section-photo {
  display: block;
  width: 100%; max-height: 380px;
  object-fit: cover; object-position: center top;
  border-radius: 16px; margin-bottom: 28px;
}
.program-card-photo { width: 100%; height: 200px; object-fit: cover; }
.about-photo { width: 100%; max-height: 420px; object-fit: cover; border-radius: 16px; margin-bottom: 32px; }

/* About page — story block */
.about-story { max-width: 100%; }

/* About page — facts row under story text */
.about-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.about-fact {
  flex: 1;
  min-width: 150px;
  padding-right: 16px;
}
.about-fact strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 3px;
}
.about-fact span {
  display: block;
  font-size: 0.72rem;
  color: var(--mid);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* About page — full-bleed photo break between story and values */
.about-photo-break {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.about-photo-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.hero-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin-top: 40px;
}
.hero-photo-strip img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; }

/* ============================================
   PHOTO SLIDER
   ============================================ */
.photo-slider-wrap {
  position: relative;
  display: flex; align-items: center; gap: 10px;
  margin-top: 28px;
}
.photo-slider { overflow: hidden; flex: 1; border-radius: 16px; }
.photo-slider-track {
  display: flex; gap: 14px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.photo-slide { flex: 0 0 auto; min-width: 0; }
.photo-slide img { width: 100%; height: 290px; object-fit: cover; border-radius: 14px; display: block; }
.slider-arrow {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 2px solid var(--teal);
  background: #fff;
  color: var(--teal);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
  padding: 0;
}
.slider-arrow:hover {
  background: var(--teal);
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 14px rgba(61,191,191,0.35);
}
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.slider-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none; cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0; position: relative;
}
.slider-dot::before { content: ''; position: absolute; inset: -10px; }
.slider-dot.active { background: var(--purple); transform: scale(1.35); }

/* ============================================
   JUMP NAV
   ============================================ */
.jump-nav {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: 14px 24px;
  display: flex; align-items: center;
  gap: 8px; flex-wrap: wrap;
  font-size: 0.88rem;
}
.jump-nav strong { color: var(--purple); margin-right: 4px; }
.jump-nav a {
  color: var(--teal-dark);
  text-decoration: underline;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
}
.jump-nav a:hover, .jump-nav a:focus { background: var(--border); color: var(--purple); }

/* ============================================
   SUPPORT COORDINATOR CALLOUT
   ============================================ */
.sc-callout {
  background: rgba(61,191,191,0.07);
  border: 1px solid var(--teal);
  border-left: 5px solid var(--teal);
  border-radius: 14px;
  padding: 28px 32px;
  margin: 40px 0;
}
.sc-callout-label {
  font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--teal-dark); margin-bottom: 8px;
}
.sc-callout h3 { font-size: 1.1rem; font-weight: 700; color: var(--purple); margin-bottom: 10px; }
.sc-callout p { font-size: 0.92rem; color: #333; line-height: 1.75; margin-bottom: 10px; }
.sc-callout p:last-child { margin-bottom: 0; }

/* ============================================
   NDIS CALLOUT
   ============================================ */
.ndis-callout {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--teal);
  border-radius: 16px;
  padding: 28px 28px;
  box-shadow: 0 4px 20px rgba(20,40,70,0.05);
}
.ndis-callout h4 {
  font-size: 0.78rem; font-weight: 700;
  color: var(--teal-dark);
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.ndis-callout ul { padding-left: 18px; font-size: 0.9rem; color: var(--mid); line-height: 1.9; margin: 8px 0; }
.ndis-callout ul strong { color: var(--purple-deep); }
.ndis-callout p { font-size: 0.88rem; color: var(--mid); line-height: 1.65; }
.ndis-callout a { color: var(--teal-dark); font-weight: 600; text-decoration: underline; }

/* ============================================
   PROGRAM CARDS
   ============================================ */
.program-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(20,40,70,0.07);
  border: 1px solid var(--border);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex; flex-direction: column;
}
.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(20,40,70,0.15);
}
.program-card-header {
  padding: 18px 22px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 8px;
}
.ph-yellow { background: linear-gradient(135deg, #c47a00, var(--yellow)); }
.ph-teal   { background: linear-gradient(135deg, var(--teal-dark), var(--teal)); }
.ph-purple { background: linear-gradient(135deg, var(--purple-dark), var(--purple)); }
.ph-dark   { background: linear-gradient(135deg, var(--purple-deep), var(--purple-dark)); }
.program-badge {
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.18);
  padding: 4px 10px; border-radius: 12px; white-space: nowrap;
}
.program-time-badge {
  font-size: 0.72rem; font-weight: 600;
  color: rgba(255,255,255,0.82); white-space: nowrap;
}
.program-meta-row {
  display: flex; gap: 10px;
  font-size: 0.85rem; margin-bottom: 6px;
  color: var(--mid); line-height: 1.5;
}
.program-meta-label {
  font-weight: 700; color: var(--teal-dark);
  min-width: 46px; flex-shrink: 0;
}
.cohort-section { margin-bottom: 64px; }
.cohort-section:last-of-type { margin-bottom: 0; }
.program-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px; margin-top: 24px;
}
/* Teens (4 cards) and Adults (2 cards) — always 2-col on desktop */
#teens .program-cards-grid,
#adults .program-cards-grid {
  grid-template-columns: repeat(2, 1fr);
}
/* Kids (1 card) — constrain so it doesn't stretch full width */
#kids .program-cards-grid {
  grid-template-columns: minmax(min-content, 520px);
}
.program-card-body { padding: 22px 24px; flex: 1; display: flex; flex-direction: column; }
.program-card-title { font-size: 1.1rem; font-weight: 700; color: var(--purple); margin-bottom: 10px; }
.program-card-body p { font-size: 0.88rem; color: var(--mid); line-height: 1.65; flex: 1; }
.program-card-body .btn { margin-top: 18px; align-self: flex-start; }

/* ============================================
   CATEGORY SECTION HEADERS
   ============================================ */
.category-section-header {
  display: flex; align-items: flex-start;
  gap: 16px; margin-bottom: 12px;
}
.category-header-bar {
  width: 6px; flex-shrink: 0;
  height: 56px; border-radius: 3px; margin-top: 2px;
}
.cat-yellow { background: var(--yellow); }
.cat-teal   { background: var(--teal); }
.cat-purple { background: var(--purple); }
.cat-dark   { background: var(--purple-dark); }

/* ============================================
   BEYOND CARDS
   ============================================ */
.beyond-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px; margin-top: 32px;
}
.beyond-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 4px 20px rgba(20,40,70,0.05);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s;
}
.beyond-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(20,40,70,0.12); }
.beyond-icon { font-size: 2rem; margin-bottom: 14px; }
.beyond-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--purple); margin-bottom: 10px; }
.beyond-card p { font-size: 0.88rem; color: var(--mid); line-height: 1.65; }
.support-card-tag {
  display: inline-block; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--teal-dark); margin-bottom: 8px;
}
.support-includes { margin: 14px 0 0; padding: 0; list-style: none; }
.support-includes li { font-size: 0.82rem; color: var(--mid); padding: 4px 0 4px 18px; position: relative; line-height: 1.5; }
.support-includes li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; font-size: 0.75rem; }
.goals-examples {
  background: var(--light-bg);
  border-left: 3px solid var(--teal);
  border-radius: 0 10px 10px 0;
  padding: 12px 16px; margin-top: 14px;
}
.goals-examples > p { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--purple); margin-bottom: 8px; }
.goals-examples ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.goals-examples li { font-size: 0.78rem; color: var(--mid); background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 3px 11px; }

/* ============================================
   SUPPORTS INTRO GRID
   ============================================ */
.supports-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px; align-items: start;
}

/* ============================================
   VALUES GRIDS
   ============================================ */
.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; gap: 16px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 2px 12px rgba(20,40,70,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(20,40,70,0.12); }
.value-icon { font-size: 1.8rem; margin-bottom: 10px; }
.value-card h4 { font-size: 0.93rem; font-weight: 700; color: var(--purple); margin-bottom: 6px; }
.value-card p { font-size: 0.85rem; color: var(--mid); line-height: 1.55; }

.values-6-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px;
}
.value-6-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(20,40,70,0.05);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s;
}
.value-6-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(20,40,70,0.12); }
.value-num { font-size: 0.75rem; font-weight: 800; color: var(--teal-dark); letter-spacing: 0.12em; margin-bottom: 10px; text-transform: uppercase; }
.value-6-card h4 { font-size: 0.98rem; font-weight: 700; color: var(--purple); margin-bottom: 7px; }
.value-6-card p { font-size: 0.85rem; color: var(--mid); line-height: 1.55; }

/* ============================================
   ABOUT PAGE - TEAM CARDS
   ============================================ */
.about-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 4px 20px rgba(20,40,70,0.05);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(20,40,70,0.12); }
.team-role { font-size: 0.75rem; font-weight: 700; color: var(--teal-dark); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 6px; }
.team-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--purple); margin-bottom: 6px; }
.team-card-subtitle { font-size: 0.85rem; font-weight: 600; color: var(--mid); margin-bottom: 12px; }
.team-card p { font-size: 0.88rem; color: var(--mid); line-height: 1.7; }

.not-we-do-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin-top: 20px;
}
.not-we-do-item {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 0.88rem;
  color: var(--mid);
}
.not-we-do-item strong { color: var(--purple); display: block; margin-bottom: 4px; }

/* ============================================
   PATHWAYS STEPS
   ============================================ */
.pathways-steps {
  display: flex; flex-direction: column;
  gap: 0; margin-top: 48px; position: relative;
}
.pathways-steps::before {
  content: '';
  position: absolute;
  left: 28px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal), rgba(61,191,191,0.1));
}
.pathway-step {
  display: flex; gap: 28px;
  align-items: flex-start;
  padding: 0 0 40px 0; position: relative;
}
.pathway-step:last-child { padding-bottom: 0; }
.pathway-num {
  flex: 0 0 58px; width: 58px; height: 58px;
  background: var(--purple);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 800;
  letter-spacing: 0.04em;
  position: relative; z-index: 1; flex-shrink: 0;
}
.pathway-content { padding-top: 12px; }
.pathway-content h3 { font-size: 1.1rem; font-weight: 700; color: var(--purple); margin-bottom: 8px; }
.pathway-content p { color: var(--mid); font-size: 0.97rem; line-height: 1.75; max-width: 680px; }

/* ============================================
   EVENTS
   ============================================ */
.events-section { background: var(--white); padding: 80px 24px; }
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px; margin-top: 40px;
}
.event-card {
  background: var(--white);
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(20,40,70,0.07);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.event-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(20,40,70,0.14); }
.event-date-badge {
  background: var(--purple);
  color: var(--white);
  text-align: center;
  padding: 22px 16px;
}
.event-date-badge.event-date-teal { background: var(--teal); color: var(--purple-deep); }
.event-date-badge.event-date-yellow { background: var(--yellow); color: var(--purple-deep); }
.event-day { display: block; font-size: 2.5rem; font-weight: 800; line-height: 1; }
.event-month { display: block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 4px; opacity: 0.85; }
.event-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.event-tag {
  display: inline-block;
  background: var(--light-bg);
  color: var(--purple);
  font-size: 0.72rem; font-weight: 700;
  padding: 4px 10px; border-radius: 20px; margin-bottom: 10px;
  border: 1px solid var(--border);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.event-tag.event-tag-teal { background: rgba(61,191,191,0.1); color: var(--teal-dark); border-color: var(--teal); }
.event-tag.event-tag-yellow { background: #fff8ee; color: #a06200; border-color: var(--yellow); }
.event-title { font-size: 1.15rem; font-weight: 700; color: var(--purple); margin-bottom: 5px; }
.event-meta { font-size: 0.82rem; color: var(--mid); margin-bottom: 10px; }
.event-desc { font-size: 0.9rem; color: var(--mid); line-height: 1.6; flex: 1; }
.event-enquire-btn { margin-top: 16px; padding: 10px 22px; font-size: 0.88rem; align-self: flex-start; }
.event-tag-row { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; margin-bottom: 8px; }
.event-card-img { width: 100%; height: 160px; object-fit: cover; display: block; flex-shrink: 0; }
.event-more-link { display: inline-block; margin-top: 10px; font-size: 0.82rem; font-weight: 600; color: var(--teal-dark); text-decoration: underline; }
.event-more-link:hover { opacity: 0.75; }
.events-note {
  text-align: center; margin-top: 36px;
  font-size: 0.87rem; color: var(--mid);
  background: var(--light-bg); border-radius: 12px;
  padding: 16px 20px; line-height: 1.7;
}
.events-note a { color: var(--purple); font-weight: 600; }
.events-note a:hover { text-decoration: underline; }

/* ============================================
   RSVP BANNER
   ============================================ */
.rsvp-banner {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--teal);
  border-radius: 14px;
  padding: 20px 24px; margin: 28px 0 0;
  display: flex; align-items: center;
  justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 0.93rem; color: var(--purple-deep); line-height: 1.6;
}
.rsvp-contacts { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================================
   LUNCH BADGES
   ============================================ */
.lunch-badge {
  display: inline-block; font-size: 0.68rem; font-weight: 700;
  padding: 3px 9px; border-radius: 12px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.lunch-bbq    { background: #fff3e0; color: #c45e00; border: 1px solid #ffc87a; }
.lunch-packed { background: #e3f4fd; color: #0277bd; border: 1px solid #90caf9; }
.lunch-cook   { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.lunch-special { background: var(--light-bg); color: var(--purple); border: 1px solid var(--border); }

/* ============================================
   PROSE PAGES (Privacy, Complaints)
   ============================================ */
.prose-section { padding: 80px 24px; }
.prose-inner { max-width: 800px; margin: 0 auto; }
.prose-inner h2 {
  font-size: 1.3rem; font-weight: 700; color: var(--purple);
  margin: 40px 0 12px; padding-top: 28px;
  border-top: 1px solid var(--border);
}
.prose-inner h2:first-child { margin-top: 0; border-top: none; padding-top: 0; }
.prose-inner h3 { font-size: 1rem; font-weight: 700; color: var(--purple); margin: 22px 0 8px; }
.prose-inner p { font-size: 0.95rem; color: #444; line-height: 1.82; margin-bottom: 14px; }
.prose-inner ul, .prose-inner ol { padding-left: 20px; margin-bottom: 14px; }
.prose-inner li { font-size: 0.95rem; color: #444; line-height: 1.82; margin-bottom: 6px; }
.prose-inner a { color: var(--teal-dark); text-decoration: underline; }
.compliance-callout {
  background: rgba(61,191,191,0.08);
  border: 1px solid var(--teal);
  border-left: 4px solid var(--teal);
  border-radius: 12px;
  padding: 18px 22px; margin: 28px 0;
  font-size: 0.93rem; color: var(--purple-deep); line-height: 1.65;
}
.compliance-callout strong { color: var(--teal-dark); }

/* ============================================
   CONTACT FORM EXTRAS
   ============================================ */
.radio-group, .checkbox-group { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.radio-row, .checkbox-row { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--purple-deep); }
.radio-row input[type="radio"], .checkbox-row input[type="checkbox"] {
  width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--purple);
}
.multi-select { min-height: 130px; }
.privacy-notice {
  background: var(--off-white); border: 1px solid var(--border);
  border-radius: 10px; padding: 14px 16px;
  font-size: 0.84rem; color: var(--mid); line-height: 1.65; margin-bottom: 18px;
}
.privacy-notice a { color: var(--teal-dark); text-decoration: underline; }
.consent-row {
  display: flex; align-items: flex-start; gap: 12px;
  margin-bottom: 20px; font-size: 0.88rem;
  color: var(--purple-deep); line-height: 1.5;
}
.consent-row input[type="checkbox"] {
  width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--purple);
}
.ndia-notice {
  display: none;
  background: #fff8ee;
  border: 1px solid var(--yellow);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.84rem; color: #7a5000;
  margin-top: 8px; line-height: 1.6;
}
.ndia-notice.visible { display: block; }

/* ============================================
   MARQUEE CTA
   ============================================ */
.marquee-cta { text-align: center; padding: 32px 24px 8px; }
.marquee-cta .hero-desc { margin-top: 0; margin-bottom: 28px; }
.marquee-cta .hero-cta { margin-top: 0; }

/* ============================================
   SCROLL FADE ANIMATIONS
   ============================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-up.is-visible { opacity: 1; transform: none; }
.fade-up.delay-1 { transition-delay: 0.10s; }
.fade-up.delay-2 { transition-delay: 0.20s; }
.fade-up.delay-3 { transition-delay: 0.30s; }
.fade-up.delay-4 { transition-delay: 0.42s; }

/* ============================================
   IMAGE LOADING
   ============================================ */
img { transition: opacity 0.3s ease; }

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */
@media (max-width: 900px) {
  .join-steps { grid-template-columns: 1fr 1fr; }
  .values-6-grid { grid-template-columns: 1fr 1fr; }
  .about-team-grid { grid-template-columns: 1fr; }
  .program-cards-grid,
  #teens .program-cards-grid,
  #adults .program-cards-grid,
  #kids .program-cards-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 20px; }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */
@media (max-width: 768px) {
  .hero          { display: block; }
  .hero-inner    { position: static; width: auto; max-width: 100%; padding: 0 16px; }
  .page-hero-inner { position: static; width: auto; max-width: 100%; padding: 0 16px; }
  .hero-subtitle { letter-spacing: 0.04em; font-size: 0.72rem; overflow-wrap: break-word; }
  .hero-desc { max-width: 100%; overflow-wrap: break-word; word-break: normal; }
  .hero-title { overflow-wrap: break-word; word-break: break-word; }
  .page-hero h1 { overflow-wrap: break-word; word-break: break-word; }
  .page-hero p { max-width: 100%; overflow-wrap: break-word; word-break: normal; }
  .nav-inner { height: 68px; }
  .nav-links {
    display: none;
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: var(--purple-deep);
    flex-direction: column;
    padding: 8px 24px 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    gap: 0;
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 1rem; color: rgba(255,255,255,0.88); text-transform: none; letter-spacing: 0; }
  .nav-links li:last-child a { border-bottom: none; }
  .dropdown-menu { position: static; box-shadow: none; border: none; padding-left: 16px; display: block; }
  .nav-hamburger { display: flex; }
  .nav-phone { display: none; }
  .nav-cta-btn { padding: 7px 16px !important; font-size: 0.76rem !important; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .supports-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .join-steps { grid-template-columns: 1fr; }
  .rsvp-banner { flex-direction: column; align-items: flex-start; }
  .section { padding: 56px 20px; }
  .hero { padding: 72px 20px 64px; min-height: 62vh; }
  .page-hero { padding: 64px 20px 56px; }
  .mission-section { padding: 72px 20px; }
  .testimonials-section { padding: 72px 20px; }
  .how-join-section { padding: 64px 20px; }
  .outings-section { padding: 64px 20px; }
  .who-why-grid { grid-template-columns: 1fr; gap: 48px; }
  .values-6-grid { grid-template-columns: 1fr 1fr; }
  .about-team-grid { grid-template-columns: 1fr; }
  .mission-quote { padding: 0 16px; }
  .trust-bar-inner { gap: 0; flex-wrap: wrap; }
  .trust-divider { display: none; }
  .trust-stat { padding: 20px 24px; min-width: 50%; }
  .outing-rsvp-banner { flex-direction: column; align-items: flex-start; }
  .pathways-steps::before { left: 22px; }
  .pathway-num { flex: 0 0 46px; width: 46px; height: 46px; font-size: 0.75rem; }
  .pathway-step { gap: 18px; padding-bottom: 32px; }
}

@media (max-width: 480px) {
  .values-grid { grid-template-columns: 1fr; }
  .values-6-grid { grid-template-columns: 1fr; }
  .hero-photo-strip { grid-template-columns: 1fr; }
  .jump-nav { flex-direction: column; align-items: flex-start; gap: 6px; }
  .trust-stat { min-width: 100%; }
  .final-cta-actions { flex-direction: column; align-items: center; }
  .hero-title { font-size: clamp(2.2rem, 10vw, 3rem); }
}

@media (max-width: 560px) {
  .slider-arrow { width: 36px; height: 36px; font-size: 1.2rem; }
  .hero-photo-strip { display: none; }
  .photo-slider-track { transition: none !important; }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .fade-up,
  .fade-up.delay-1,
  .fade-up.delay-2,
  .fade-up.delay-3,
  .fade-up.delay-4 {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }
  .hero-subtitle,
  .hero-title,
  .hero-desc,
  .hero-cta { animation: none !important; opacity: 1 !important; transform: none !important; }
  .btn-primary::before { display: none; }
  .service-card::before { transition: none; }
  .join-step, .beyond-card, .value-6-card, .team-card { transition: none; }
  .photo-slider-track { transition: none !important; }
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-section { background: var(--off-white); }
.faq-list { border-top: 2px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 22px 4px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  cursor: pointer;
  text-align: left;
  gap: 16px;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--teal-dark); }
.faq-q[aria-expanded="true"] { color: var(--teal-dark); }
.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--light-bg);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--navy);
  transition: background 0.2s, transform 0.25s cubic-bezier(0.22,1,0.36,1), color 0.2s;
}
.faq-q[aria-expanded="true"] .faq-icon {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--navy);
  transform: rotate(45deg);
}
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s cubic-bezier(0.22,1,0.36,1), padding 0.25s;
  padding: 0 4px;
}
.faq-a.open {
  max-height: 400px;
  padding-bottom: 20px;
}
.faq-a p {
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--mid);
}
.faq-a a { color: var(--teal-dark); text-decoration: underline; font-weight: 600; }

/* ============================================
   ACCEPTING BADGE
   ============================================ */
.accepting-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(41,199,212,0.15);
  border: 1px solid rgba(41,199,212,0.35);
  color: #a8eef2;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .accepting-badge { font-size: 0.72rem; letter-spacing: 0.04em; padding: 6px 12px; max-width: calc(100% - 32px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
}
.accepting-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.75); }
}

/* ============================================
   MAP SECTION
   ============================================ */
.map-section { padding-bottom: 80px; }
.map-header { padding: 56px 24px 32px; max-width: 1200px; margin: 0 auto; }
.map-embed-wrap {
  max-width: 1200px;
  width: calc(100% - 48px);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(20,40,70,0.15);
}
@media (max-width: 768px) {
  .map-embed-wrap { border-radius: 12px; width: calc(100% - 32px); }
  .map-embed-wrap iframe { height: 300px; }
}

/* ============================================
   TEAM PHOTO PLACEHOLDER
   ============================================ */
.team-photo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.team-photo-placeholder {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6e 100%);
  border: 3px solid var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: 0.02em;
}

/* ============================================
   PROGRAM CARD CAROUSEL
   ============================================ */
.prog-carousel { position: relative; }

.prog-carousel .program-cards-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 20px;
  margin-top: 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.prog-carousel .program-cards-grid::-webkit-scrollbar { display: none; }

.prog-carousel .program-card {
  flex: 0 0 calc(50% - 10px);
  scroll-snap-align: start;
  min-width: 0;
}

.prog-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.prog-carousel-btn {
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, opacity 0.2s;
  flex-shrink: 0;
}
.prog-carousel-btn:hover { background: var(--teal); }
.prog-carousel-btn:disabled { opacity: 0.28; cursor: default; }
.prog-carousel-btn:disabled:hover { background: var(--navy); }

.prog-carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.prog-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--navy);
  opacity: 0.25;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s, background 0.2s, width 0.2s, height 0.2s;
}
.prog-carousel-dot.active {
  opacity: 1;
  background: var(--teal);
  width: 10px;
  height: 10px;
}

@media (max-width: 768px) {
  .prog-carousel .program-card { flex: 0 0 85%; }
}

/* ============================================
   PROGRAM CHIP SELECTORS (contact form)
   ============================================ */
.prog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.prog-chip {
  display: inline-flex;
  cursor: pointer;
}
.prog-chip input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.prog-chip span {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--dark);
  font-size: 0.83rem;
  font-weight: 500;
  line-height: 1.4;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  user-select: none;
}
.prog-chip:hover span { border-color: var(--teal); color: var(--teal-dark); }
.prog-chip input[type="checkbox"]:checked + span {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.prog-chip input[type="checkbox"]:focus-visible + span {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

/* ============================================
   HERO SPLIT LAYOUT — HOME PAGE
   ============================================ */
.hero.hero-split {
  background-image: none;
  background-color: var(--navy);
  padding: 0;
  min-height: 88vh;
  display: grid;
  grid-template-columns: 54fr 46fr;
  align-items: stretch;
  text-align: left;
}
.hero.hero-split::before,
.hero.hero-split::after { display: none; }

.hero-split-photo {
  order: 2;
  overflow: hidden;
  min-height: 420px;
  display: grid;
  grid-template: 1fr / 1fr;
}
.hero-split-photo > img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.hero-split-photo::after {
  content: '';
  grid-area: 1 / 1;
  background: linear-gradient(100deg, var(--navy) 0%, rgba(20,40,70,0.22) 35%, transparent 58%);
  pointer-events: none;
  z-index: 1;
}

.hero-split-text {
  order: 1;
  background: var(--navy);
  padding: 64px 52px 64px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-split-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(41,199,212,0.10);
  border: 1px solid rgba(41,199,212,0.28);
  color: #a8eef2;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.hero-split-location {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.36);
  margin-bottom: 16px;
}

.hero-split-title {
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
  animation: heroSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-split-em {
  display: block;
  font-style: italic;
  color: var(--teal);
  font-size: 1.22em;
  letter-spacing: -0.04em;
}

.hero-split-desc {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
  max-width: 400px;
  margin-top: 20px;
  overflow-wrap: break-word;
  word-break: normal;
  animation: heroSlideUp 0.8s 0.18s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-split-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
  animation: heroSlideUp 0.8s 0.30s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-split-tags span {
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.46);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 4px 11px;
  border-radius: 100px;
}

.hero-split-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  animation: heroSlideUp 0.8s 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-split-cta .btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,0.38);
}
.hero-split-cta .btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.65);
}

@media (max-width: 768px) {
  .hero.hero-split {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0;
  }
  .hero-split-photo {
    order: 1;
    height: 260px;
    min-height: 260px;
  }
  .hero-split-photo::after {
    background: linear-gradient(to bottom, transparent 30%, var(--navy) 92%);
  }
  .hero-split-text {
    order: 2;
    padding: 36px 20px 56px;
    position: static;
    text-align: center;
  }
  .hero-split-cta { justify-content: center; }
  .hero-split-tags { justify-content: center; }
  .hero-split-em { font-size: 1.12em; }
  .hero-split-desc { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-split-title,
  .hero-split-desc,
  .hero-split-tags,
  .hero-split-cta { animation: none !important; opacity: 1 !important; transform: none !important; }
}

/* ============================================
   HOW IT WORKS — HOMEPAGE STEP SECTION
   ============================================ */
.how-it-works-section { background: var(--white); }

.hiw-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
}

.hiw-step {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 36px 28px 32px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.hiw-step:hover {
  box-shadow: 0 8px 28px rgba(20,40,70,0.08);
  transform: translateY(-3px);
}

.hiw-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--teal);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.hiw-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 10px;
  line-height: 1.3;
}

.hiw-desc {
  font-size: 0.92rem;
  color: var(--mid);
  line-height: 1.75;
  margin: 0;
}

.hiw-step-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal-dark);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.hiw-step-cta:hover { text-decoration: underline; }

@media (max-width: 768px) {
  .hiw-steps {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }
  .hiw-step {
    padding: 26px 22px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }
  .hiw-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin-bottom: 0;
    margin-top: 2px;
  }
}

/* ── Hero proof row (cohort subtitle + enrolment count) ── */
.hero-proof-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 22px auto 0;
}
.hero-enrol-count {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.62);
  letter-spacing: 0.03em;
}

/* ── Featured parent quotes (static, above fold) ── */
.featured-quotes-section {
  background: var(--light-bg);
  padding: 52px 24px;
}
.featured-quotes-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.featured-quote-card {
  background: var(--white);
  border-radius: 18px;
  padding: 34px;
  border-left: 4px solid var(--teal);
  box-shadow: 0 4px 20px rgba(20,40,70,0.07);
}
.fq-stars { font-size: 1rem; color: #FFD700; letter-spacing: 2px; margin-bottom: 16px; }
.fq-text {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--purple);
  line-height: 1.75;
  margin: 0 0 20px;
  border: none;
  padding: 0;
}
.fq-byline strong { display: block; font-size: .95rem; font-weight: 700; color: var(--purple); }
.fq-byline span   { display: block; font-size: .82rem; color: var(--mid); margin-top: 3px; }
@media (max-width: 640px) {
  .featured-quotes-grid { grid-template-columns: 1fr; }
}

/* ── Mobile sticky contact bar ── */
.mcta-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  height: 58px;
  background: var(--navy);
  border-top: 2px solid var(--teal);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.22);
  z-index: 998;
}
.mcta-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  font-family: inherit;
  text-decoration: none;
  height: 100%;
  transition: background 0.2s;
}
.mcta-btn:hover, .mcta-btn:focus-visible {
  background: rgba(255,255,255,0.08);
}
.mcta-btn:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: -2px;
}
.mcta-divider {
  width: 1px; height: 32px;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 768px) {
  .mcta-bar { display: flex; }
  body { padding-bottom: 58px; }
}

/* ============================================
   HERO — CIRCLES LAYOUT (homepage)
   Allara-inspired: solid background, text left,
   three overlapping circular photos right.
   ============================================ */
.hero.hero-circles {
  background: radial-gradient(ellipse 720px 720px at 80% 55%, rgba(41,199,212,0.15) 0%, transparent 65%), var(--navy);
  padding: 0 80px;
  min-height: 82vh;
  display: flex;
  align-items: center;
  text-align: left;
}
.hero.hero-circles::before,
.hero.hero-circles::after { display: none; }

.hero-circles-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

/* Decorative arc rings in background */
.hero-circles-inner::before {
  content: '';
  position: absolute;
  bottom: -160px; left: -180px;
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 80px solid rgba(41,199,212,0.11);
  pointer-events: none;
  z-index: 0;
}
.hero-circles-inner::after {
  content: '';
  position: absolute;
  top: -200px; left: 40px;
  width: 380px; height: 380px;
  border-radius: 50%;
  border: 60px solid rgba(41,199,212,0.09);
  pointer-events: none;
  z-index: 0;
}

/* Text panel */
.hc-text {
  flex: 0 0 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 72px 0;
  position: relative;
  z-index: 1;
}

.hc-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 18px;
}

.hc-headline {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 22px;
  animation: heroSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* "belong." — yellow wavy underline on the word that earns it */
.hc-em {
  color: var(--teal);
  font-style: italic;
  position: relative;
  display: inline-block;
}
.hc-em::after {
  content: '';
  position: absolute;
  bottom: -5px; left: -2px;
  width: calc(100% + 4px);
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M0,7 C40,1 80,11 120,5 C160,0 185,10 200,7' stroke='%23F5C842' stroke-width='2.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hc-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
  max-width: 440px;
  margin-bottom: 36px;
  animation: heroSlideUp 0.8s 0.18s cubic-bezier(0.22, 1, 0.36, 1) both;
  overflow-wrap: break-word;
}

.hc-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  animation: heroSlideUp 0.8s 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Make primary button pill-shaped in this hero context only */
.hc-cta .btn-primary {
  border-radius: 100px;
  padding: 13px 28px;
}

/* Outlined phone pill button */
.hc-btn-phone {
  border-radius: 100px;
  padding: 13px 28px;
  font-size: 0.88rem;
  font-weight: 700;
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.32);
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.01em;
  transition: border-color 0.2s, background 0.2s;
  white-space: nowrap;
}
.hc-btn-phone:hover {
  border-color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.06);
}

.hc-proof {
  margin-top: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255,255,255,0.28);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Photo cluster — three overlapping circles */
.hc-photos {
  flex: 1;
  position: relative;
  align-self: stretch;
  min-height: 560px;
  z-index: 1;
}

/* Teal glow splash behind the photo circles */
.hc-photos::before {
  content: '';
  position: absolute;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41,199,212,0.24) 0%, rgba(41,199,212,0.08) 50%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.hc-circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  box-shadow:
    0 0 0 8px rgba(41,199,212,0.65),
    0 0 50px rgba(41,199,212,0.28),
    0 16px 48px rgba(0,0,0,0.4);
}
.hc-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Top circle — smaller, top-right */
.hc-c1 { width: 280px; height: 280px; top: 18px; right: 4px; }
/* Centre circle — largest, dominant, overlaps c1 */
.hc-c2 { width: 420px; height: 420px; top: 90px; left: 0; }
/* Bottom circle — medium, overlaps c2 */
.hc-c3 { width: 295px; height: 295px; bottom: 14px; right: 12px; }

@media (max-width: 1100px) {
  .hero.hero-circles { padding: 0 40px; }
}

@media (max-width: 900px) {
  .hero.hero-circles {
    padding: 0;
    min-height: auto;
    display: block;
  }
  .hero-circles-inner {
    flex-direction: column;
    gap: 0;
    overflow: visible;
  }
  .hero-circles-inner::before,
  .hero-circles-inner::after { display: none; }
  .hc-text {
    flex: none;
    width: 100%;
    padding: 40px 20px 44px;
  }
  .hc-photos { display: none; }
  .hc-text { padding: 48px 20px 72px; text-align: center; }
  .hc-cta { justify-content: center; width: 100%; }
}

@media (max-width: 768px) {
  .hc-headline { overflow-wrap: break-word; word-break: break-word; }
  .hc-desc { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hc-headline, .hc-desc, .hc-cta {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ── PVMV Section ── */

.pvmv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.pvmv-card {
  background: #fff;
  border-left: 4px solid var(--teal);
  border-radius: 0 12px 12px 0;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(20,40,70,0.07);
}

.pvmv-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 12px;
}

.pvmv-card p {
  font-size: 0.97rem;
  color: var(--dark);
  line-height: 1.75;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pvmv-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ── Journey Stages ── */

.journey-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.journey-stage {
  background: #fff;
  border-radius: 14px;
  padding: 28px 22px;
  box-shadow: 0 2px 14px rgba(20,40,70,0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.journey-stage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--teal);
}

.journey-stage-num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--teal-dark);
  text-transform: uppercase;
}

.journey-stage-name {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
}

.journey-stage-age {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--grey);
  margin-bottom: 4px;
}

.journey-stage p {
  font-size: 0.88rem;
  color: var(--mid);
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.journey-stage-programs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.journey-program-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--teal-dark);
  background: #f0fafb;
  border: 1px solid #c8eef0;
  border-radius: 20px;
  padding: 3px 10px;
}

.journey-stage-build .journey-stage-name { color: var(--grey); }
.journey-stage-build { opacity: 0.8; }
.journey-stage-build::before { background: var(--border); }

@media (max-width: 900px) {
  .journey-stages { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .journey-stages { grid-template-columns: 1fr; }
}

/* ── Founding Story Quote ── */

.founding-quote {
  border-left: 4px solid var(--teal);
  padding: 20px 24px;
  margin: 28px 0;
  background: var(--light-bg);
  border-radius: 0 10px 10px 0;
}

.founding-quote p {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.65;
  margin: 0 0 6px;
  font-style: italic;
}

.founding-quote cite {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--teal-dark);
  font-style: normal;
}

/* ── Layout audit fixes ── */

/* Nav: tighten gap and font on mid-desktop to prevent 7-item overflow */
@media (max-width: 1100px) and (min-width: 901px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 0.79rem; letter-spacing: 0.04em; }
  .nav-phone { display: none; }
}

/* Hero proof row: badge must sit inline, not float off-axis */
.hero-proof-row .hero-split-badge {
  margin-bottom: 0;
  align-self: center;
}

/* Photo heights on mobile: slider and about full-bleed */
@media (max-width: 768px) {
  .photo-slide img { height: 210px; }
  .about-photo-break { height: 250px; }
}

