.elementor-1235 .elementor-element.elementor-element-01adca0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1235 .elementor-element.elementor-element-7468d11 > .elementor-widget-container{margin:-20px 0px 0px 0px;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --plum: #3D1A4E;
  --plum-light: #5C2D72;
  --plum-deep: #25103A;
  --terra: #E2007F;
  --terra-light: #FF65BC;
  --terra-pale: #FF65BC;
  --gold: #E2007F;
  --gold-pale: #FF65BC;
  --cream: #FAF6F0;
  --white: #FFFFFF;
  --charcoal: #1A1A1A;
  --mid: #6B6B6B;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
}

/* ══════════════════════════════
   NAV
══════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 4rem;
  background: transparent;
  transition: background 0.4s, backdrop-filter 0.4s;
}
nav.scrolled {
  background: rgba(61,26,78,0.96);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 1.7rem; font-weight: 600;
  color: var(--white); letter-spacing: 0.02em;
  text-decoration: none; flex-shrink: 0;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.85); text-decoration: none;
  font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 400; transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--terra); color: var(--white) !important;
  padding: 0.55rem 1.4rem; border-radius: 2rem;
  font-weight: 500 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--terra-light) !important; }

/* Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.nav-drawer {
  display: none; position: fixed; inset: 0; z-index: 190;
  background: var(--plum-deep);
  flex-direction: column; align-items: center; justify-content: center;
  gap: 2rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  color: rgba(255,255,255,0.85); text-decoration: none;
  font-size: 1.3rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 300; transition: color 0.2s;
}
.nav-drawer a:hover { color: var(--gold); }
.nav-drawer .nav-cta {
  background: var(--terra); color: var(--white) !important;
  padding: 0.8rem 2rem; border-radius: 2rem; font-size: 1rem !important;
}

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
  position: relative; width: 100%; height: 100vh;
  min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-video-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a0827 0%, #3D1A4E 40%, #5C2D72 70%, #2a1040 100%);
  z-index: 0;
}
.hero-video-bg video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.38;
}
.hero-video-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(25,8,40,0.55) 0%, rgba(25,8,40,0.3) 50%, rgba(25,8,40,0.75) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center; padding: 0 1.5rem;
  max-width: 860px;
  animation: heroFade 1.2s ease forwards;
}
@keyframes heroFade {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-badge {
  display: inline-block;
  border: 1px solid rgba(201,168,76,0.6);
  color: var(--gold);
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.4rem 1.2rem; border-radius: 2rem; margin-bottom: 1.6rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  font-weight: 300; line-height: 1.08;
  color: var(--white); margin-bottom: 1.4rem;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero p {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(255,255,255,0.78);
  max-width: 540px; margin: 0 auto 2.2rem;
  line-height: 1.8; font-weight: 300;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--terra); color: var(--white);
  padding: 0.9rem 2.4rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em;
  text-decoration: none; text-transform: uppercase;
  transition: transform 0.2s, background 0.2s; display: inline-block;
}
.btn-primary:hover { background: var(--terra-light); transform: translateY(-2px); }
.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.5); color: var(--white);
  padding: 0.9rem 2.4rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em;
  text-decoration: none; text-transform: uppercase;
  transition: border-color 0.2s, background 0.2s; display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,0.1); }
.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
}
.hero-scroll span { font-size: 0.7rem; letter-spacing: 0.14em; color: rgba(255,255,255,0.45); text-transform: uppercase; }
.scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.4} 50%{opacity:1} }

/* ══════════════════════════════
   STATS BAR
══════════════════════════════ */
.stats-bar {
  background: var(--plum); padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  padding: 2.2rem 1.5rem; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--gold);
  line-height: 1; display: block; margin-bottom: 0.4rem;
}
.stat-label {
  font-size: 0.72rem; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.65); text-transform: uppercase;
}

/* ══════════════════════════════
   SECTION COMMONS
══════════════════════════════ */
section { padding: 5rem 2rem; }
.section-label {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terra); font-weight: 500; margin-bottom: 1rem; display: block;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 300; line-height: 1.15;
  color: var(--plum-deep); margin-bottom: 1.4rem;
}
.title-white{
  color: white;
}
.title-dark{
  color: var(--plum-deep);
}
.section-title em { font-style: italic; color: var(--terra); }
.section-body {
  font-size: 1rem; line-height: 1.85; color: var(--mid); font-weight: 300;
}

.section-title-dark {
    font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 300; line-height: 1.15;
  color: var(--white); margin-bottom: 1.4rem;
}
.btn-text {
  color: var(--plum); font-weight: 500; font-size: 0.85rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; border-bottom: 1.5px solid var(--terra);
  padding-bottom: 2px; transition: color 0.2s;
}
.btn-text:hover { color: var(--terra); }

/* ══════════════════════════════
   WHO WE ARE
══════════════════════════════ */
.who-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
  align-items: center; max-width: 1200px; margin: 0 auto;
}
.who-image-stack { position: relative; }
.img-main {
  width: 100%; 
  height:450px;
  aspect-ratio: 4/5; 
  object-fit: cover;
  border-radius: 2px;
}
.img-accent {
  position: absolute; bottom: -7rem; right: -2rem;
  width: 40%; aspect-ratio: 1/1; object-fit: cover;
  border: 6px solid var(--cream); border-radius: 2px;
  background: linear-gradient(135deg, #f5e4da, #e8c9b0);
  display: flex; align-items: center; justify-content: center;
}
.who-badge-float {
  position: absolute; top: 0.5rem; left: -3rem;
  background: var(--terra); color: var(--white);
  padding: 1.2rem 1.6rem; border-radius: 2px;
  font-family: var(--font-display); text-align: center; z-index: 2;
}
.who-badge-float strong { display: block; font-size: 2rem; font-weight: 300; }
.who-badge-float span { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; }
.who-text { padding: 2rem 0; }
.who-text p { margin-bottom: 1.2rem; }
.who-quote {
  border-left: 3px solid var(--gold);
  padding: 1rem 1.4rem; margin: 2rem 0;
  font-family: var(--font-display); font-size: 1.25rem;
  font-style: italic; line-height: 1.5; color: var(--plum);
}

/* ══════════════════════════════
   SERVICES
══════════════════════════════ */
.services { background: var(--plum-deep); color: var(--white); padding: 5rem 2rem; }
.services .section-title { color: var(--white); }
.services-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  max-width: 1200px; margin: 0 auto 4rem; gap: 1rem; flex-wrap: wrap;
}
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5px;
  max-width: 1200px; margin: 0 auto;
  background: rgba(255,255,255,0.08);
}
.service-card {
  background: var(--plum-deep); padding: 2.8rem 2rem;
  transition: background 0.3s; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--terra); transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover { background: rgba(92,45,114,0.5); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 200px; height: 150px; border: 1.5px solid rgba(201,168,76,0.4);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.8rem; font-size: 1.2rem;
}
.service-card h3 {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 400;
  color: var(--white); margin-bottom: 1rem; line-height: 1.25;
}
.service-card p { font-size: 0.88rem; line-height: 1.75; color: rgba(255,255,255,0.6); }
.service-card a {
  display: inline-block; margin-top: 1.4rem;
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.4); padding-bottom: 2px;
}

/* ══════════════════════════════
   IMPACT STRIP
══════════════════════════════ */
.impact-strip {
  background: var(--terra); padding: 5rem 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
  align-items: center;
}
.impact-left .section-label { color: rgba(255,255,255,0.7); }
.impact-left .section-title { color: var(--white); }
.impact-left .section-body { color: rgba(255,255,255,0.78); margin-bottom: 2rem; }
.impact-right { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.impact-box {
  background: rgba(255,255,255,0.12); padding: 1.8rem 1.5rem; border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.2);
}
.impact-box strong {
  font-family: var(--font-display); font-size: clamp(2rem, 3vw, 2.6rem); font-weight: 300;
  color: var(--white); display: block; margin-bottom: 0.3rem;
}
.impact-box span { font-size: 0.78rem; color: rgba(255,255,255,0.72); }

/* ══════════════════════════════
   MENTORSHIP
══════════════════════════════ */
.mentorship-wrap {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: center;
}
.mentor-steps { margin-top: 2.8rem; }
.mentor-step {
  display: flex; gap: 1.4rem; padding: 1.8rem 0;
  border-bottom: 1px solid rgba(61,26,78,0.12);
}
.mentor-step:last-child { border-bottom: none; }
.step-num {
  font-family: var(--font-display); font-size: 1.8rem; font-weight: 300;
  color: var(--gold); min-width: 2.5rem; line-height: 1;
}
.step-text h4 { font-size: 1rem; font-weight: 500; color: var(--plum); margin-bottom: 0.4rem; }
.step-text p { font-size: 0.9rem; color: var(--mid); line-height: 1.7; }
.mentor-visual {
  background: linear-gradient(135deg, #f7f0dc 0%, #ede0c8 100%);
  border-radius: 2px; padding: 3rem 2rem; text-align: center;
}
.mentor-circle {
  width: 150px; height: 150px; border-radius: 50%;
  background: var(--plum); margin: 0 auto 2rem;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 2.5rem; color: var(--gold);
}
.mentor-visual p { color: var(--plum); font-weight: 500; font-size: 1rem; }
.mentor-visual em { display: block; font-style: normal; color: var(--mid); font-size: 0.85rem; margin-top: 0.3rem; }

/* ══════════════════════════════
   PROGRAMS
══════════════════════════════ */
.programs-header { max-width: 1200px; margin: 0 auto 3rem; }
.programs-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.5rem;
  max-width: 1200px; margin: 0 auto;
}
.prog-card { border-radius: 2px; overflow: hidden; transition: transform 0.3s; }
.prog-card:hover { transform: translateY(-4px); }
.prog-card-inner {
  padding: 2.8rem 2rem; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 320px; position: relative;
}
.prog-card:nth-child(1) .prog-card-inner { background: linear-gradient(160deg, #3D1A4E, #5C2D72); }
.prog-card:nth-child(2) .prog-card-inner { background: linear-gradient(160deg, #C4622D, #d9844f); }
.prog-card:nth-child(3) .prog-card-inner { background: linear-gradient(160deg, #25103A, #3D1A4E); }
.prog-num {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: var(--font-display); font-size: 3.5rem; font-weight: 300;
  color: rgba(255,255,255,0.12); line-height: 1;
}
.prog-label { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 0.6rem; }
.prog-card h3 { font-family: var(--font-display); font-size: 1.55rem; font-weight: 300; color: var(--white); margin-bottom: 0.9rem; line-height: 1.2; }
.prog-card p { font-size: 0.85rem; color: rgba(255,255,255,0.68); line-height: 1.7; }
.prog-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.7);
  font-size: 1rem; margin-top: 1.4rem; transition: background 0.2s; text-decoration: none;
}
.prog-card:hover .prog-arrow { background: rgba(255,255,255,0.15); }

/* ══════════════════════════════
   TESTIMONIALS
══════════════════════════════ */
.testimonials { background: var(--plum-deep); }
.testimonials-header { max-width: 1200px; margin: 0 auto 3rem; text-align: center; }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  max-width: 1200px; margin: 0 auto;
}
.testi-card {
  background: var(--white); padding: 2.2rem 1.8rem; border-radius: 2px;
  border: 1px solid rgba(201,168,76,0.25); position: relative; overflow: hidden;
}
.testi-card::before {
  content: '"'; font-family: var(--font-display);
  position: absolute; top: 0.5rem; right: 1.5rem;
  font-size: 6rem; line-height: 1; color: rgba(201,168,76,0.15); font-weight: 300;
}
.testi-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 1rem; }
.testi-text { font-size: 0.92rem; line-height: 1.8; color: var(--charcoal); margin-bottom: 1.6rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 0.9rem; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--plum); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1rem; color: var(--gold); flex-shrink: 0;
}
.testi-name { font-size: 0.9rem; font-weight: 500; color: var(--plum); }
.testi-role { font-size: 0.78rem; color: var(--mid); }

/* ══════════════════════════════
   PODCAST + MEDIA
══════════════════════════════ */
.media-section { background: var(--plum-deep); padding: 5rem 2rem; }
.media-inner { max-width: 1200px; margin: 0 auto; }
.media-section .section-title { color: var(--white); }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }

.podcast-image-stack { position: relative; }
.img-main {
  width: 100%; 
  height:450px;
  aspect-ratio: 4/5; 
  object-fit: cover;
  border-radius: 2px;
}

.podcast-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px; overflow: hidden;
}
.podcast-header {
  background: linear-gradient(135deg, var(--terra), #a04e22);
  padding: 2rem 1.8rem; display: flex; align-items: center; gap: 1.2rem;
}
.podcast-mic {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
}
.podcast-header h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 300; color: var(--white); }
.podcast-header span { font-size: 0.78rem; color: rgba(255,255,255,0.7); }

/* Inline player */
.fh-player-thumb {
  position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden;
  background: var(--plum-deep);
}
.fh-player-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.fh-player-thumb:hover img { transform: scale(1.03); }
.fh-play-btn {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(25,8,40,0.45); border: none; cursor: pointer; color: var(--white);
  transition: background 0.2s;
}
.fh-play-btn:hover { background: rgba(196,98,45,0.65); }
.fh-play-btn svg { width: 36px; height: 36px; }
.fh-player-iframe-wrap { width: 100%; aspect-ratio: 16/9; }
.fh-player-iframe-wrap iframe { width: 100%; height: 100%; display: block; }
.fh-player-meta {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.2rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.fh-player-ep-num {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 300;
  color: var(--gold); min-width: 2.4rem;
}
.fh-player-title { font-size: 0.88rem; color: rgba(255,255,255,0.9); line-height: 1.5; }
.fh-player-date  { font-size: 0.75rem; color: rgba(255,255,255,0.4); margin-top: 0.2rem; }

/* Episode list */
.ep-item {
  display: flex; gap: 1rem; align-items: center;
  padding: 1rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ep-item:last-of-type { border-bottom: none; }
.ep-num {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 300;
  color: var(--gold); min-width: 2.4rem;
}
.ep-title { font-size: 0.88rem; color: rgba(255,255,255,0.8); line-height: 1.4; }
.ep-dur  { font-size: 0.75rem; color: rgba(255,255,255,0.4); margin-top: 0.2rem; }
.fh-ep-item { cursor: pointer; transition: background 0.2s; position: relative; }
.fh-ep-item:hover  { background: rgba(255,255,255,0.06); }
.fh-ep-item.active { background: rgba(196,98,45,0.2); border-left: 3px solid var(--terra); }
.fh-ep-play-icon { margin-left: auto; flex-shrink: 0; color: rgba(255,255,255,0.25); transition: color 0.2s; }
.fh-ep-item:hover .fh-ep-play-icon { color: var(--gold); }
.fh-yt-link {
  display: inline-block; margin: 1.2rem 1.5rem;
  color: var(--gold); font-size: 0.82rem; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.4); padding-bottom: 2px;
}

/* Media features column */
.media-features { }
.media-feature-card {
  background: var(--plum-deep); border: 1px solid rgba(255,255,255,0.08);
  padding: 1.3rem 1.5rem; margin-bottom: 1rem; border-radius: 2px;
  display: flex; align-items: center; gap: 1.2rem; transition: background 0.2s;
}
.media-feature-card:hover { background: var(--plum-deep); }
.feature-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terra); flex-shrink: 0; }
.media-feature-card span { font-size: 0.86rem; color: var(--white); }

/* Lightbox */
.fh-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.fh-lightbox.open { opacity: 1; pointer-events: all; }
.fh-lightbox-overlay {
  position: absolute; inset: 0; background: rgba(10,4,20,0.92); cursor: pointer;
}
.fh-lightbox-content {
  position: relative; z-index: 1; width: 92%; max-width: 900px;
  animation: fhLightboxIn 0.3s ease forwards;
}
@keyframes fhLightboxIn {
  from { transform: scale(0.94); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}
.fh-lightbox-close {
  position: absolute; top: -2.5rem; right: 0;
  background: none; border: none; color: rgba(255,255,255,0.6);
  font-size: 1.2rem; cursor: pointer; padding: 0.3rem 0.6rem; transition: color 0.2s;
}
.fh-lightbox-close:hover { color: var(--white); }
.fh-lightbox-iframe-wrap { width: 100%; aspect-ratio: 16/9; background: #000; }
.fh-lightbox-iframe-wrap iframe { width: 100%; height: 100%; display: block; }
.fh-lightbox-title { margin-top: 1rem; text-align: center; font-size: 0.88rem; color: rgba(255,255,255,0.55); }

/* ══════════════════════════════
   BLOG
══════════════════════════════ */
.blog { background: var(--cream); }
.blog-header {
  max-width: 1200px; margin: 0 auto 3rem;
  display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem;
}
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1200px; margin: 0 auto; }
.blog-card { cursor: pointer; transition: transform 0.3s; }
.blog-card:hover { transform: translateY(-4px); }
.blog-thumb { aspect-ratio: 16/9; border-radius: 2px; margin-bottom: 1.2rem; overflow: hidden; }
.blog-thumb-img {
  width: 100%; height: 100%; object-fit: cover;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.5s;
}
.blog-card:hover .blog-thumb-img { transform: scale(1.04); }
.blog-cat { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terra); font-weight: 500; margin-bottom: 0.6rem; }
.blog-card h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; color: var(--plum-deep); line-height: 1.35; margin-bottom: 0.7rem; }
.blog-meta { font-size: 0.78rem; color: var(--mid); }

/* ══════════════════════════════
   CTA FULL
══════════════════════════════ */
.cta-full {
  background: var(--plum); padding: 7rem 2rem; text-align: center;
  position: relative; overflow: hidden;
}
.cta-full::before {
  content: 'FoundHers';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: var(--font-display); font-size: 22vw; font-weight: 300;
  color: rgba(255,255,255,0.04); white-space: nowrap; pointer-events: none;
}
.cta-full .section-label { color: rgba(201,168,76,0.7); }
.cta-full .section-title { color: var(--white); max-width: 720px; margin: 0 auto 1.4rem; }
.cta-full .section-body { color: rgba(255,255,255,0.65); margin: 0 auto 3rem; max-width: 560px; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-gold {
  background: var(--gold); color: var(--plum-deep);
  padding: 1rem 2.8rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.08em;
  text-decoration: none; text-transform: uppercase;
  transition: transform 0.2s, background 0.2s; display: inline-block;
}
.btn-gold:hover { transform: translateY(-2px); background: #d9b85a; }

/* ══════════════════════════════
   FAQ
══════════════════════════════ */
.faq { background: var(--cream); }
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 3rem; }
.faq-item { border-bottom: 1px solid rgba(61,26,78,0.12); padding: 1.4rem 0; }
.faq-q {
  font-size: 1rem; font-weight: 500; color: var(--plum-deep);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-q span { font-size: 1.2rem; color: var(--terra); transition: transform 0.3s; flex-shrink: 0; }
.faq-a {
  font-size: 0.9rem; line-height: 1.8; color: var(--mid);
  margin-top: 1rem; max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.faq-item.open .faq-a { max-height: 200px; }
.faq-item.open .faq-q span { transform: rotate(45deg); }

/* ══════════════════════════════
   MEMBERSHIP PERKS
══════════════════════════════ */
.perks { background: var(--cream); }
.perks-inner { max-width: 1200px; margin: 0 auto; }
.perks-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-bottom: 3rem; }
.perks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.perk-card {
  background: var(--white); padding: 1.8rem 1.5rem; border-radius: 2px;
  border: 1px solid rgba(196,98,45,0.15);
}
.perk-icon { font-size: 1.4rem; margin-bottom: 1rem; }
.perk-card h4 { font-size: 0.92rem; font-weight: 500; color: var(--plum); margin-bottom: 0.5rem; }
.perk-card p { font-size: 0.82rem; color: var(--mid); line-height: 1.7; }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
footer { background: var(--plum-deep); color: rgba(255,255,255,0.7); padding: 5rem 2rem 2.5rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem;
  max-width: 1200px; margin: 0 auto 3rem;
}
.footer-brand .nav-logo { display: block; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 0.88rem; line-height: 1.8; color: rgba(255,255,255,0.55); margin-bottom: 1.6rem; }
.social-links { display: flex; gap: 0.8rem; }
.social-icon {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2); display: flex;
  align-items: center; justify-content: center; font-size: 0.75rem;
  color: rgba(255,255,255,0.6); text-decoration: none; transition: border-color 0.2s, color 0.2s;
}
.social-icon:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h5 { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.footer-col a { display: block; font-size: 0.86rem; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 0.7rem; transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem;
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-contact { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.7; }


/* ══════════════════════════════════════════════════
   RESPONSIVE — TABLET  (max 1024px)
══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  nav { padding: 1.2rem 2rem; }

  .who-wrap { gap: 3rem; }
  .who-badge-float { left: -1rem; }
  .img-accent { right: -1rem; }

  .services-grid { grid-template-columns: repeat(2, 1fr); }

  .impact-strip { gap: 2.5rem; }

  .mentorship-wrap { gap: 3rem; }

  .programs-grid { grid-template-columns: 1fr 1fr; }
  .prog-card:nth-child(1) { grid-column: 1 / -1; }
  .prog-card:nth-child(1) .prog-card-inner { min-height: 260px; }

  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .testi-card:last-child { grid-column: 1 / -1; }

  .media-grid { gap: 2.5rem; }

  .perks-grid { grid-template-columns: repeat(2, 1fr); }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
}


/* ══════════════════════════════════════════════════
   RESPONSIVE — MOBILE  (max 768px)
══════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Nav */
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; z-index: 210; position: relative; }

  /* Hero */
  .hero { min-height: 100vh; }
  .hero-scroll { display: none; }
  .hero-badge { font-size: 0.65rem; letter-spacing: 0.12em; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-primary, .btn-outline { width: 100%; max-width: 280px; text-align: center; }

  /* Stats — 2×2 on mobile */
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stat-item:nth-child(1),
  .stat-item:nth-child(2) { border-right: 1px solid rgba(255,255,255,0.1); }
  .stat-item:nth-child(3),
  .stat-item:nth-child(4) { border-bottom: none; }

  /* Section padding */
  section { padding: 4rem 1.4rem; }
  .services { padding: 4rem 1.4rem; }
  .media-section { padding: 4rem 1.4rem; }

  /* Who we are — stack */
  .who-wrap { grid-template-columns: 1fr; gap: 4rem; }
  .who-image-stack { padding: 0 1rem; min-height: 300px; }
  .who-badge-float { left: 0; top: 1rem; }
  .img-accent { right: 0; bottom: -1.5rem; }
  .who-text { padding: 0; }

  /* Services — single column */
  .services-header { flex-direction: column; align-items: flex-start; }
  .services-grid { grid-template-columns: 1fr; gap: 1px; }

  /* Impact — stack */
  .impact-strip { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem 1.4rem; }
  .impact-left { max-width: 100%; }
  .impact-right { grid-template-columns: 1fr 1fr; }

  /* Mentorship — stack */
  .mentorship-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
  .mentor-visual { order: -1; }
  .mentor-steps { margin-top: 0; }

  /* Programs — single column */
  .programs-grid { grid-template-columns: 1fr; }
  .prog-card:nth-child(1) { grid-column: auto; }

  /* Testimonials — single column */
  .testimonials-grid { grid-template-columns: 1fr; }
  .testi-card:last-child { grid-column: auto; }

  /* Podcast + Media — stack */
  .media-grid { grid-template-columns: 100%; gap: 2.5rem; }
  .media-features h3 { font-size: 1.3rem !important; }

  /* Blog — single column */
  .blog-header { flex-direction: column; align-items: flex-start; }
  .blog-grid { grid-template-columns: 1fr; gap: 2.5rem; }

  /* Perks — 2-column on mobile */
  .perks-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .perks-grid { grid-template-columns: 1fr 1fr; }

  /* Footer — single column */
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
  .footer-legal { flex-wrap: wrap; gap: 1rem; }
}


/* ══════════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE  (max 480px)
══════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .perks-grid { grid-template-columns: 1fr; }
  .impact-right { grid-template-columns: 1fr 1fr; }

  .who-image-stack { min-height: 260px; }
  .img-main { aspect-ratio: 3/4; }
  .hero-badge {display: none;
  
  .podcast-image-stack { min-height: 260px; display:none; }

  .prog-card-inner { min-height: 260px; }

  .cta-full { padding: 5rem 1.4rem; }
  .cta-full::before { font-size: 40vw; }
  .cta-actions { flex-direction: column; align-items: center; }
  .btn-gold { width: 100%; max-width: 280px; text-align: center; }

  .fh-lightbox-content { width: 96%; }
}

/* ══════════════════════════════
   SCROLL ANIMATIONS
══════════════════════════════ */
.fh-animate {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fh-animate.fh-visible { opacity: 1; transform: translateY(0); }/* End custom CSS */