/* ============================================================
   GREEN TARA LEADERSHIP — Brand Styles
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --green:        #045B37;
  --green-mid:    #59977A;
  --green-light:  #90BBA5;
  --green-pale:   #BED8CA;
  --green-bg:     #E3EFE8;
  --orange:       #CC4900;
  --orange-mid:   #D66E33;
  --orange-light: #E09266;
  --yellow:       #F9DA55;
  --cream:        #F2EFEB;
  --cream-light:  #F7F5F2;
  --white:        #FEFEFE;
  --text:         #1a1a1a;
  --text-mid:     #4a4a4a;
  --text-light:   #7a7a7a;
  --radius:       10px;
  --shadow:       0 2px 16px rgba(4,91,55,0.08);
  --shadow-hover: 0 8px 40px rgba(4,91,55,0.14);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Ibarra Real Nova', Georgia, serif; line-height: 1.25; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ============================================================
   NAV
   ============================================================ */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  height: 92px;
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(4,91,55,0.09);
  box-shadow: 0 1px 12px rgba(0,0,0,0.04);
}

.nav-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 50px; width: auto; display: block; }

.nav-links { display: flex; gap: 44px; align-items: center; }
.nav-links a {
  color: var(--green);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.6;
  transition: opacity 0.2s;
  letter-spacing: 0.15px;
}
.nav-links a:hover, .nav-links a.active { opacity: 1; }
.footer-tagline span { display: block; }
.footer-tagline span + span { margin-top: 4px; }

.testimonials-noquotes .tcard-text::before { content: none; }

.pain-list.no-arrows li { padding-left: 0; }
.pain-list.no-arrows li::before { content: none; }
.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 10px;
}
.pain-grid .pain-list { margin: 0; }

.meet-tara { text-align: center; }
.meet-tara-photo {
  margin: 34px auto 26px;
  max-width: 360px;
}
.meet-tara-photo img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.meet-tara-copy {
  margin-top: 10px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  color: var(--text-mid);
  font-size: 0.92rem;
  line-height: 1.85;
}
.meet-tara-copy p { margin-bottom: 14px; }

/* ============================================================
   PROGRAM OUTCOMES
   ============================================================ */
.outcomes-section {
  background: var(--cream-light);
}
.outcomes-intro {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 46px;
}
.outcomes-intro .outcomes-kicker {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.05rem;
  color: var(--orange);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
}
.outcomes-intro .outcomes-kicker span {
  display: block;
  margin-top: 4px;
}
.outcomes-intro .outcomes-desc {
  margin-top: 14px;
  color: var(--text-light);
  font-size: 0.82rem;
  line-height: 1.7;
}
.outcomes-cards {
  max-width: 1100px;
  margin: 0 auto;
}
.outcomes-cards .program-cards { margin-top: 0; }
.outcomes-cards .program-card {
  text-align: left;
  padding: 42px 32px;
}
.outcome-emoji {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
.outcome-points {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.outcome-points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  border-top: 1px solid rgba(4,91,55,0.08);
  color: var(--text-mid);
  font-size: 0.88rem;
  line-height: 1.55;
}
.outcome-points li:first-child { border-top: none; }
.outcome-points li::before {
  content: '•';
  color: var(--green-mid);
  font-weight: 900;
  line-height: 1.1;
  margin-top: 2px;
}

/* ============================================================
   ABOUT — Philosophy + Four Cs
   ============================================================ */
.about-block {
  max-width: 860px;
  margin: 0 auto;
}
.about-block h3 {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--green);
  margin: 10px 0 18px;
}
.about-block p {
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 16px;
}
.about-block .big-belief {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.15rem;
  color: var(--green);
  font-weight: 700;
  margin: 18px 0 18px;
}
.about-logo-mark {
  width: 56px;
  height: 56px;
  margin: 18px auto 10px;
  border-radius: 14px;
  background: var(--green-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-logo-mark img { width: 34px; height: 34px; object-fit: contain; }

.fourcs-grid {
  max-width: 1060px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.fourcs-card {
  background: var(--green);
  color: #fff;
  border-radius: var(--radius);
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 36px rgba(4,91,55,0.12);
}
.fourcs-card h4 {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.fourcs-card p {
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  font-size: 0.9rem;
}

.quote-author.no-photo { justify-content: center; }
.quote-author.no-photo > div { text-align: center; }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.blog-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(4,91,55,0.1);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s, box-shadow 0.25s;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.blog-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.blog-card .thumb {
  aspect-ratio: 16 / 10;
  background: var(--cream);
  overflow: hidden;
}
.blog-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.95;
  transition: transform 0.6s ease;
}
.blog-card:hover .thumb img { transform: scale(1.04); }
.blog-card .body { padding: 22px 22px 20px; }
.blog-card .tag {
  font-size: 0.68rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
}
.blog-card h3 {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.15rem;
  color: var(--green);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.blog-card p {
  color: var(--text-mid);
  font-size: 0.9rem;
  line-height: 1.75;
}
.post {
  max-width: 840px;
  margin: 0 auto;
}
.post h1 { margin-bottom: 18px; }
.post .meta {
  color: var(--text-light);
  font-size: 0.85rem;
  margin: 16px 0 0;
}
.prose p {
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 1rem;
}
.prose h2 {
  font-family: 'Ibarra Real Nova', serif;
  color: var(--green);
  font-weight: 700;
  font-size: 1.4rem;
  margin: 40px 0 14px;
}
.prose .pull {
  border-left: 4px solid var(--green-mid);
  padding: 14px 18px;
  background: var(--green-bg);
  border-radius: 10px;
  color: var(--green);
  font-family: 'Ibarra Real Nova', serif;
  font-style: italic;
  margin: 22px 0;
}

.pricing-join {
  background: var(--green-bg);
  color: var(--text);
  padding: 72px 60px;
}
.pricing-join-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: start;
}
.pricing-join h2 {
  font-family: 'Ibarra Real Nova', serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 14px;
  color: var(--green);
}
.pricing-join .when {
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.pricing-join .meta {
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 22px;
}
.pricing-join .desc {
  color: var(--text-mid);
  line-height: 1.75;
}
.pricing-join .pricing-section { box-shadow: 0 12px 48px rgba(0,0,0,0.18); }


.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--green); border-radius: 2px; transition: 0.3s; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(4,91,55,0.55) 0%, rgba(0,0,0,0.4) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 100px 40px;
}
.hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.12;
}
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  max-width: 620px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.25s;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.3px;
}
.btn-green  { background: var(--green); color: #fff; }
.btn-green:hover  { background: #036d43; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(4,91,55,0.25); }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: #b54000; transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-outline-green { background: transparent; color: var(--green); border: 2px solid var(--green); }
.btn-outline-green:hover { background: var(--green); color: #fff; }
.btn-arrow::after { content: ' →'; font-size: 0.9em; }

/* ============================================================
   SECTION WRAPPERS
   ============================================================ */
.section-cream   { background: var(--cream); }
.section-green   { background: var(--green); color: #fff; }
.section-white   { background: var(--white); }
.section-green-bg { background: var(--green-bg); }

section { padding: 96px 60px; }

.container        { max-width: 960px;  margin: 0 auto; }
.container-wide   { max-width: 1160px; margin: 0 auto; }
.container-narrow { max-width: 720px;  margin: 0 auto; }
.text-center { text-align: center; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
.section-green .section-label { color: var(--yellow); }

h2.display {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--green);
  margin-bottom: 16px;
  line-height: 1.15;
}
.section-green h2.display { color: #fff; }

.lead {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 16px;
}
.subheading {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.15rem;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
}

/* ============================================================
   LOGO STRIP — scrolling marquee
   ============================================================ */
.logo-strip {
  background: var(--cream-light);
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid rgba(4,91,55,0.06);
  border-bottom: 1px solid rgba(4,91,55,0.06);
  overflow: hidden;
}
.logo-strip-label {
  font-size: 0.68rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 500;
  margin-bottom: 28px;
  font-family: 'DM Sans', sans-serif;
}
.logo-strip-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
.logo-strip-grid img {
  height: 38px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  opacity: 0.95;
  filter: saturate(0.95);
}
.logo-marquee {
  overflow: hidden;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
  border-radius: 14px;
}
.logo-marquee::before,
.logo-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, var(--cream-light), rgba(247,245,242,0));
  backdrop-filter: blur(7px);
}
.logo-marquee::after {
  right: 0;
  transform: rotate(180deg);
}
.logo-marquee::before { left: 0; }

.logo-marquee-link { display: block; text-decoration: none; }
.logo-marquee-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green);
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(4,91,55,0.12);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  backdrop-filter: blur(10px);
}
.logo-marquee-link:hover .logo-marquee-cta {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.02);
}
.logo-marquee-link:hover .logo-marquee-track {
  animation-play-state: paused;
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: marquee 24s linear infinite;
  padding: 0;
  will-change: transform;
}
.logo-marquee-group {
  display: flex;
  align-items: center;
  gap: 64px;
  padding-right: 64px; /* ensures seamless spacing at loop point */
}
.logo-marquee-track img {
  height: 44px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  flex-shrink: 0;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   CHAIRS CIRCLE — program card icon
   ============================================================ */
.chairs-ring {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
}
.chairs-ring span {
  position: absolute;
  font-size: 1rem;
  top: 50%; left: 50%;
  transform-origin: 0 0;
  line-height: 1;
}
.chairs-ring span:nth-child(1) { transform: rotate(0deg)   translateY(-28px) rotate(0deg); }
.chairs-ring span:nth-child(2) { transform: rotate(60deg)  translateY(-28px) rotate(-60deg); }
.chairs-ring span:nth-child(3) { transform: rotate(120deg) translateY(-28px) rotate(-120deg); }
.chairs-ring span:nth-child(4) { transform: rotate(180deg) translateY(-28px) rotate(-180deg); }
.chairs-ring span:nth-child(5) { transform: rotate(240deg) translateY(-28px) rotate(-240deg); }
.chairs-ring span:nth-child(6) { transform: rotate(300deg) translateY(-28px) rotate(-300deg); }

/* ============================================================
   WELCOME / FOUNDER SECTION
   ============================================================ */
.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0 72px;
  align-items: start;
}
.welcome-grid .welcome-text { grid-column: 1; grid-row: 1; }
.welcome-grid .welcome-image { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.welcome-grid .welcome-cta { grid-column: 1; grid-row: 2; justify-self: start; margin-top: 32px; }
.welcome-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
}

/* Alumni hero — matches blog article header style */
.alumni-hero {
  background: linear-gradient(135deg, #045B37 0%, #0f2a1c 100%);
  color: #fff;
  padding: 88px 60px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.alumni-hero::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle at 30% 70%, rgba(107,179,139,0.10) 0%, transparent 50%),
              radial-gradient(circle at 70% 30%, rgba(249,218,85,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.alumni-hero .category-tag {
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  font-family: 'DM Sans', sans-serif;
}
.alumni-hero h1 {
  font-family: 'Ibarra Real Nova', serif;
  font-size: clamp(1.9rem, 4.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  max-width: 760px;
  margin: 0 auto 18px;
  position: relative;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
.alumni-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.78);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
  position: relative;
}
@media (max-width: 680px) {
  .alumni-hero { padding: 56px 24px 48px; }
  .alumni-hero-sub { font-size: 0.92rem; }
}

/* Mobile popup: flip up + full-width center to avoid clipping */
@media (max-width: 600px) {
  .alumni-grid { position: relative; }
  .alumni-popup {
    position: fixed;
    top: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
    transform: translateY(20px);
    z-index: 200;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.25);
  }
  .alumni-popup::before { display: none; }
  .alumni-card[data-testimonial].open .alumni-popup {
    transform: translateY(0);
  }
}
.welcome-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
}
.founder-quote-card {
  background: var(--green-bg);
  border-radius: var(--radius);
  padding: 32px 36px;
  margin-top: 24px;
  border-left: 4px solid var(--green-mid);
}
.founder-quote-card blockquote {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.08rem;
  font-style: italic;
  color: var(--green);
  line-height: 1.75;
  margin-bottom: 16px;
}
.founder-quote-card .attribution {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--green);
  font-weight: 600;
}
.founder-quote-card .attribution span {
  display: block;
  font-size: 0.75rem;
  color: var(--text-light);
  font-weight: 400;
  margin-top: 2px;
}

/* ============================================================
   PROGRAM CARDS — 3 column grid
   ============================================================ */
.program-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.program-card {
  background: var(--white);
  border: 1px solid rgba(4,91,55,0.1);
  border-radius: var(--radius);
  padding: 40px 28px;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}
.program-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green-mid), var(--green));
}
.program-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.program-card .icon { font-size: 2.4rem; margin-bottom: 20px; }
.program-card h3 {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.15rem;
  color: var(--green);
  margin-bottom: 12px;
  font-weight: 700;
}
.program-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.75; }

/* ============================================================
   TESTIMONIAL CARDS
   ============================================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.testimonials-list { display: flex; flex-direction: column; gap: 20px; }

.tcard {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 40px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(4,91,55,0.07);
  transition: box-shadow 0.3s;
}
.tcard:hover { box-shadow: var(--shadow-hover); }
.tcard-text {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 28px;
  font-style: italic;
}
.tcard-text::before { content: '\201C'; font-family: 'Ibarra Real Nova', serif; font-size: 2.4rem; color: var(--green-pale); line-height: 0; vertical-align: -0.6em; margin-right: 4px; }
.tcard-text strong { color: var(--text); font-weight: 600; font-style: normal; }
.tcard-author { display: flex; align-items: center; gap: 14px; }
.tcard-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; object-position: top; flex-shrink: 0; border: 2px solid var(--green-bg); }
.tcard-author-info .name { font-weight: 600; font-size: 0.9rem; color: var(--green); }
.tcard-author-info .role { font-size: 0.75rem; color: var(--text-light); line-height: 1.4; }

/* ============================================================
   APPLICATION PROCESS — horizontal 3-col
   ============================================================ */
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  max-width: 680px;
  margin: 48px auto 0;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  height: 2px;
  background: var(--green-pale);
  z-index: 0;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 6px var(--green-bg);
}
.process-step h3 {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.1rem;
  color: var(--green);
  margin-bottom: 8px;
  font-weight: 700;
}
.process-step p { font-size: 0.83rem; color: var(--text-light); line-height: 1.6; }

/* ============================================================
   PHOTO CAROUSEL
   ============================================================ */
.carousel { position: relative; overflow: hidden; border-radius: var(--radius); background: #000; }
.carousel-track { display: flex; transition: transform 0.5s ease; }
.carousel-track img { width: 100%; flex-shrink: 0; height: 500px; object-fit: cover; opacity: 0.95; }
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.carousel-btn:hover { background: rgba(255,255,255,0.3); }
.carousel-prev { left: 20px; }
.carousel-next { right: 20px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-pale); border: none; cursor: pointer; transition: background 0.25s, transform 0.25s; padding: 0; }
.carousel-dot.active { background: var(--green); transform: scale(1.3); }

/* ============================================================
   PRICING CARD
   ============================================================ */
.pricing-section {
  background: var(--green);
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-hover);
}
.pricing-header { padding: 44px 44px 32px; text-align: center; }
.pricing-header h3 { font-family: 'Ibarra Real Nova', serif; font-size: 1.6rem; font-weight: 700; margin-bottom: 8px; }
.pricing-price { font-size: clamp(1.9rem, 7vw, 3rem); font-weight: 700; font-family: 'DM Sans', sans-serif; margin: 12px 0 4px; word-break: break-word; line-height: 1.1; }
.pricing-price sup { font-size: 1.2rem; vertical-align: super; }
.pricing-includes { font-size: 0.72rem; color: var(--yellow); text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin: 20px 0 8px; }
.pricing-body { padding: 0 44px 40px; }
.pricing-item { padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.pricing-item-title { font-weight: 600; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.pricing-item-title svg { color: var(--yellow); flex-shrink: 0; }
.pricing-item p { font-size: 0.85rem; color: rgba(255,255,255,0.65); line-height: 1.65; padding-left: 28px; }
.pricing-meta {
  margin-top: 10px;
  display: grid;
  gap: 6px;
  padding-left: 28px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
}
.pricing-meta div { display: flex; gap: 10px; align-items: baseline; }
.pricing-meta strong {
  min-width: 82px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
}
.pricing-cta { padding: 0 44px 44px; }
.pricing-cta .btn { width: 100%; justify-content: center; font-size: 0.95rem; }

/* ============================================================
   PROGRAM — "How ILC is different"
   ============================================================ */
.ilc-different {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.ilc-different .photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(4,91,55,0.08);
  background: #000;
}
.ilc-different .photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  opacity: 0.92;
}
.ilc-different .kicker {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  margin: 10px 0 18px;
}
.ilc-different .fine {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.05rem;
  color: var(--green);
  font-style: italic;
  margin: 26px 0 14px;
}

/* ============================================================
   MEET TARA
   ============================================================ */
.tara-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.tara-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
  border-radius: var(--radius);
  box-shadow: var(--shadow-hover);
}
.tara-bio { max-width: 520px; }
.logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 18px 0 28px;
}
.logo-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--cream-light);
  border: 1px solid rgba(4,91,55,0.1);
}
.logo-chip img {
  height: 22px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.logo-chip span {
  font-size: 0.78rem;
  color: var(--text-mid);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.credential-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 32px;
}
.credential-tag {
  background: var(--green-bg);
  color: var(--green);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
}

/* Keep legacy credential-list for about page */
.credential-list { margin-top: 28px; }
.credential-group { margin-bottom: 28px; }
.credential-group-label { font-size: 0.68rem; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; color: var(--orange); margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.credential-group ul { list-style: none; }
.credential-group ul li { font-size: 0.9rem; color: var(--text-mid); padding: 7px 0; border-bottom: 1px solid rgba(4,91,55,0.08); display: flex; align-items: center; gap: 8px; }
.credential-group ul li::before { content: ''; width: 6px; height: 6px; background: var(--green-mid); border-radius: 50%; flex-shrink: 0; }

/* ============================================================
   DARK BANNER
   ============================================================ */
.banner-section {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 80px 60px;
}
.banner-section h2 {
  font-family: 'Ibarra Real Nova', serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  max-width: 640px;
  margin: 0 auto 18px;
}
.banner-section p {
  color: rgba(255,255,255,0.75);
  font-size: 0.97rem;
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.8;
}

/* ============================================================
   PAIN LIST / OUTCOME LIST
   ============================================================ */
.pain-list { list-style: none; margin: 24px 0 36px; }
.pain-list li {
  font-size: 0.97rem;
  color: var(--text-mid);
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid rgba(4,91,55,0.07);
  position: relative;
  line-height: 1.7;
}
.pain-list li::before { content: '→'; position: absolute; left: 0; color: var(--orange); font-size: 0.9rem; top: 15px; }

.outcome-list { list-style: none; margin: 24px 0; }
.outcome-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.97rem; color: var(--text-mid); padding: 12px 0; border-bottom: 1px solid rgba(4,91,55,0.06); line-height: 1.65; }
.outcome-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* ============================================================
   FEATURED QUOTE
   ============================================================ */
.featured-quote {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 80px 60px;
}
.featured-quote .open-quote {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 5rem;
  color: var(--yellow);
  line-height: 0.5;
  margin-bottom: 28px;
  display: block;
}
.featured-quote blockquote {
  font-family: 'Ibarra Real Nova', serif;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-style: italic;
  max-width: 820px;
  margin: 0 auto 32px;
  line-height: 1.7;
  font-weight: 400;
}
.featured-quote .quote-author { display: flex; align-items: center; justify-content: center; gap: 16px; }
.featured-quote .quote-author img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; object-position: top; border: 2px solid rgba(255,255,255,0.25); }
.featured-quote .qname { font-weight: 600; font-size: 0.95rem; color: var(--yellow); text-align: left; }
.featured-quote .qrole { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-align: left; line-height: 1.4; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
form label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text-mid); margin-bottom: 6px; letter-spacing: 0.3px; }
form input, form select, form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(4,91,55,0.15);
  border-radius: 7px;
  font-size: 0.92rem;
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  margin-bottom: 20px;
}
form input:focus, form select:focus, form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(4,91,55,0.08); }
form textarea { height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ============================================================
   ALUMNI PAGE
   ============================================================ */
.alumni-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.alumni-card { text-align: center; }
.alumni-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  margin-bottom: 14px;
  transition: transform 0.3s;
  border: 3px solid var(--cream);
  box-shadow: var(--shadow);
}
.alumni-card:hover .alumni-photo { transform: scale(1.04); }
.alumni-card .aname { font-family: 'Ibarra Real Nova', serif; font-size: 1rem; font-weight: 600; color: var(--green); margin-bottom: 4px; }
.alumni-card .acompany { font-size: 0.8rem; color: var(--text-light); margin-bottom: 10px; line-height: 1.4; }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--cream);
  border-top: 1px solid rgba(4,91,55,0.1);
  padding: 56px 60px 40px;
}
.footer-inner { max-width: 1060px; margin: 0 auto; }

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(4,91,55,0.08);
}
.footer-logo { display: block; text-decoration: none; }
.footer-logo { flex-shrink: 0; }
.footer-logo img { height: 72px; width: auto; display: block; }
.footer-tagline {
  font-family: 'Ibarra Real Nova', serif;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  color: var(--green);
  font-style: normal;
  font-weight: 700;
  text-align: right;
  max-width: none;
  padding-top: 10px;
  line-height: 1.6;
  flex: 1;
  min-width: 0;
}

.footer-cols {
  display: flex;
  gap: 80px;
  margin-bottom: 36px;
}
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col-label {
  font-size: 0.68rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 4px;
}
.footer-col a {
  font-size: 0.88rem;
  color: var(--text);
  text-decoration: none;
  opacity: 0.82;
  transition: color 0.2s, opacity 0.2s;
}
.footer-col a:hover { color: var(--green); opacity: 1; }
.footer-col span { font-size: 0.85rem; color: var(--text-mid); opacity: 0.88; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(4,91,55,0.08);
}
.footer-copyright { font-size: 0.75rem; color: var(--text-mid); opacity: 0.8; }
.footer-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border: 1.5px solid rgba(4,91,55,0.2);
  border-radius: 8px;
  color: var(--green);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.25s;
}
.footer-linkedin:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* ============================================================
   ABOUT PAGE — credential logos
   ============================================================ */
.cred-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(4,91,55,0.08);
  border: 1px solid rgba(4,91,55,0.08);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 48px;
}
.cred-col {
  background: var(--white);
  padding: 40px 32px;
  text-align: center;
}
.cred-col-label {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 28px;
}
.cred-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.cred-logo-item img {
  height: 48px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.cred-logo-item span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-mid);
}
.cred-text-item {
  margin-bottom: 16px;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.6;
}
.cred-text-item strong { color: var(--text); }

/* ============================================================
   UTILITY
   ============================================================ */
.divider { height: 1px; background: rgba(4,91,55,0.07); margin: 0 60px; }
.mt-8  { margin-top: 8px;  } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; } .mt-40 { margin-top: 40px; }
.mb-8  { margin-bottom: 8px;  } .mb-16 { margin-bottom: 16px; } .mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; } .mb-40 { margin-bottom: 40px; }

/* ============================================================
   RESPONSIVE
   Breakpoints:
     1100px — slightly tighter desktop
     900px  — tablet portrait / large phone landscape
     680px  — small tablet / phone landscape
     480px  — phone
   ============================================================ */

/* ---- LARGE TABLET / SMALL DESKTOP ------------------------- */
@media (max-width: 1100px) {
  nav { padding: 0 36px; }
  section { padding: 88px 40px; }
  footer { padding: 56px 40px 36px; }
  .footer-cols { gap: 56px; }
  .blog-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}

/* ---- TABLET ----------------------------------------------- */
@media (max-width: 900px) {
  section { padding: 72px 28px; }
  nav { padding: 0 24px; height: 76px; }
  .nav-logo img { height: 40px; }

  .nav-links {
    display: none;
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid rgba(4,91,55,0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    z-index: 200;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }

  .hero { min-height: 440px; }
  .hero-content { padding: 64px 24px; }
  .hero h1 { font-size: clamp(1.9rem, 5.2vw, 2.6rem); }
  .hero-sub { font-size: 0.98rem; }

  .welcome-grid { grid-template-columns: 1fr; gap: 32px; display: flex; flex-direction: column; }
  .welcome-grid .welcome-text { order: 1; }
  .welcome-grid .welcome-image { order: 2; }
  .welcome-grid .welcome-cta { order: 3; }
  .welcome-img { aspect-ratio: 4/3; object-position: center 20%; }
  .tara-grid { grid-template-columns: 1fr; gap: 40px; }
  .tara-img { aspect-ratio: 3/4; max-width: 360px; margin: 0 auto; object-position: center top; }
  .tara-bio { max-width: 100%; }

  .testimonials-grid { grid-template-columns: 1fr; }
  .alumni-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }

  .process-steps { max-width: 100%; grid-template-columns: 1fr; gap: 32px; }
  .process-steps::before { display: none; }

  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }

  .logo-strip { padding: 32px 24px; }
  .logo-strip-grid { gap: 22px; padding: 0; }
  .logo-strip-grid img { height: 32px; }
  .logo-marquee-track { animation-duration: 32s; }
  .logo-marquee-group { gap: 44px; padding-right: 44px; }
  .logo-marquee-track img { height: 36px; }
  .logo-marquee::before, .logo-marquee::after { display: none; }

  .featured-quote, .banner-section { padding: 56px 24px; }
  .divider { margin: 0 24px; }

  /* Program / outcome cards */
  .program-cards { grid-template-columns: 1fr 1fr; gap: 18px; }
  .program-card { padding: 32px 22px; }

  /* Blog grid: 2-up on tablet */
  .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }

  /* Footer */
  footer { padding: 48px 28px 32px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 18px; text-align: left; }
  .footer-tagline { text-align: left; padding-top: 0; font-size: 1.05rem; width: 100%; max-width: 100%; overflow-wrap: break-word; word-wrap: break-word; }
  .footer-tagline span { display: block; white-space: normal; overflow-wrap: break-word; }
  .footer-cols { flex-wrap: wrap; gap: 40px 56px; }

  /* Pricing-join: stack */
  .pricing-join { padding: 64px 28px; }
  .pricing-join-inner { grid-template-columns: 1fr; gap: 32px; }

  /* Carousel */
  .carousel-track img { height: 380px; }
}

/* ---- SMALL TABLET / PHONE LANDSCAPE ----------------------- */
@media (max-width: 680px) {
  section { padding: 56px 20px; }
  .container, .container-wide, .container-narrow { padding: 0; }

  .hero { min-height: 380px; }
  .hero-content { padding: 56px 20px; }
  .hero h1 { font-size: clamp(1.7rem, 6.5vw, 2.2rem); margin-bottom: 18px; }
  .hero-sub { font-size: 0.95rem; margin-bottom: 28px; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn { justify-content: center; width: 100%; }

  h2.display { font-size: clamp(1.7rem, 6vw, 2.2rem); }

  .program-cards { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; gap: 16px; }
  .ilc-different { grid-template-columns: 1fr; gap: 28px; }
  .ilc-different .photo img { height: 260px; }
  .alumni-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  /* Blog: 1-up on phones */
  .blog-grid { grid-template-columns: 1fr; gap: 16px; }
  .blog-card .body { padding: 20px 20px 22px; }
  .blog-card h3 { font-size: 1.08rem; }

  /* Pricing-join */
  .pricing-join { padding: 48px 20px; }
  .pain-grid { grid-template-columns: 1fr; gap: 12px; }
  .meet-tara-copy { grid-template-columns: 1fr; gap: 18px; }
  .outcomes-cards .program-card { padding: 30px 22px; }
  .fourcs-grid { grid-template-columns: 1fr; }

  /* Testimonials */
  .tcard { padding: 28px 24px; }
  .featured-quote { padding: 48px 20px; }
  .featured-quote .quote-author { flex-direction: column; gap: 12px; text-align: center; }
  .featured-quote .qname, .featured-quote .qrole { text-align: center; }

  /* Footer */
  footer { padding: 40px 20px 28px; }
  .footer-tagline { font-size: 0.98rem; }
  .footer-logo img { height: 60px; }
  .footer-cols { gap: 28px 40px; }
  .footer-bottom { flex-direction: column; gap: 16px; align-items: flex-start; }

  /* Carousel */
  .carousel-track img { height: 280px; }
  .carousel-btn { width: 40px; height: 40px; font-size: 1.1rem; }
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }

  /* Logo chips */
  .logo-row { gap: 10px; }
  .logo-chip { padding: 8px 10px; }
  .logo-chip img { height: 18px; }
  .logo-chip span { font-size: 0.72rem; }

  /* Cred grid */
  .cred-logo-grid { grid-template-columns: 1fr; }
}

/* ---- PHONE ------------------------------------------------ */
@media (max-width: 480px) {
  section { padding: 48px 18px; }
  nav { padding: 0 18px; height: 68px; }
  .nav-logo img { height: 34px; }
  .nav-links { top: 68px; }

  .hero { min-height: 340px; }
  .hero-content { padding: 44px 18px; }

  .alumni-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .alumni-card .aname { font-size: 0.92rem; }
  .alumni-card .acompany { font-size: 0.74rem; }

  .btn { padding: 12px 22px; font-size: 0.84rem; }

  .credential-tags { gap: 8px; }
  .credential-tag { padding: 6px 12px; font-size: 0.72rem; }

  .featured-quote .open-quote { font-size: 4rem; margin-bottom: 18px; }

  .founder-quote-card { padding: 24px 22px; }
  .founder-quote-card blockquote { font-size: 1rem; }
}

/* ---- TYPOGRAPHY HARDENING --------------------------------- */
h1, h2, h3, h4, p, blockquote { overflow-wrap: break-word; word-wrap: break-word; }
img, video { max-width: 100%; height: auto; }

.program-hero-title {
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  white-space: nowrap;
}
@media (max-width: 900px) {
  .program-hero-title {
    white-space: normal;
    font-size: clamp(1.6rem, 6vw, 2.4rem);
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .program-hero-title { font-size: 1.55rem; }
}
