/* TherapaJi — August 2026 editorial polish
   A small, authoritative layer over the historic stylesheet generations. */

/* Keep the mobile navigation action understandable. */
.header-cta-label--mobile {
  display: none;
}

/* Bring the primary action into a normal laptop viewport. */
.advocacy-home .hero {
  padding-top: 5.25rem;
}

.advocacy-home .hero .hero-inner {
  padding-top: 2.25rem;
  padding-bottom: 3.5rem;
  row-gap: 3rem;
}

.advocacy-home .hero-headline {
  max-width: none;
  font-size: clamp(2.65rem, 4.45vw, 3.9rem);
  line-height: 1.025;
}

.advocacy-home .hero-eyebrow {
  margin-bottom: 1.05rem;
}

.advocacy-home .hero-subline {
  margin-bottom: 1.15rem;
}

.advocacy-home .hero-description {
  margin-bottom: 0.8rem;
  line-height: 1.62;
}

.advocacy-home .hero-need {
  margin-bottom: 1.05rem;
  padding-left: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.55;
}

.advocacy-home .hero-proof-strip {
  margin-top: 1.25rem;
}

.advocacy-home .hero-scope-note {
  margin-top: 0.85rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.advocacy-home .hero-portrait {
  align-self: start;
  margin-top: 3.75rem;
}

.advocacy-home .hero-route-card {
  border-radius: 14px;
}

/* Tighter editorial rhythm across a long, multi-audience homepage. */
.advocacy-home .section,
.advocacy-home .problem-section,
.advocacy-home .conversations-section,
.advocacy-home .pillars-section,
.advocacy-home .social-band,
.advocacy-home .join-section,
.advocacy-home .faq,
.advocacy-home .closing-zone {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.advocacy-home .section-header,
.advocacy-home .problem-header {
  margin-bottom: 2.25rem;
}

/* The evidence reads as an editorial argument, not a dashboard. */
.advocacy-home .problem-grid {
  gap: 1rem;
}

.advocacy-home .problem-card {
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* The portrait already leads the hero. Use the founder section to explain the name. */
.advocacy-home .about-inner {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  gap: clamp(3rem, 6vw, 5.5rem);
  align-items: center;
}

.about-name-note {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: clamp(2rem, 4vw, 3rem);
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 88% 14%, rgba(245, 158, 11, 0.22), transparent 34%),
    linear-gradient(155deg, #0D1117 0%, #0F2440 72%, #1A3055 100%);
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(15, 36, 64, 0.18);
}

.about-name-note::after {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border-right: 1px solid rgba(245, 158, 11, 0.38);
  border-bottom: 1px solid rgba(245, 158, 11, 0.38);
  border-radius: 0 0 20px 0;
  pointer-events: none;
}

.about-name-glyph {
  display: block;
  margin: -0.2rem 0 1.4rem;
  font-family: 'Mukta Mahee', sans-serif;
  font-size: clamp(5rem, 9vw, 7.5rem);
  font-weight: 700;
  line-height: 0.8;
  color: var(--saffron);
}

.about-name-kicker {
  display: block;
  margin-bottom: 0.9rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron-light);
}

.about-name-note h3 {
  max-width: 12ch;
  margin-bottom: 1.1rem;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
  color: #fff;
}

.about-name-note p {
  max-width: 34rem;
  margin-bottom: 1.6rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.about-name-note strong {
  color: #fff;
}

.about-name-signoff {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--saffron-light);
}

/* Reduce card-soup while retaining clear, touch-friendly destinations. */
.advocacy-home .who-grid,
.advocacy-home .platform-pillars,
.advocacy-home .blog-preview-grid,
.advocacy-home .social-band-grid {
  gap: 1rem;
}

.advocacy-home .who-card,
.advocacy-home .pp-card,
.advocacy-home .blog-preview-card,
.advocacy-home .social-card {
  border-radius: 14px;
}

.advocacy-home .who-card,
.advocacy-home .blog-preview-card {
  box-shadow: 0 12px 30px rgba(15, 36, 64, 0.06);
}

.advocacy-home .pp-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (min-width: 901px) {
  .advocacy-home .social-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 1rem;
  }

  .advocacy-home .social-card-cta {
    align-self: center;
  }
}

.advocacy-home .faq-list {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* Touch screens should not jump cards under the finger. */
@media (hover: none) {
  .advocacy-home .hero-route-card:hover,
  .advocacy-home .problem-card:hover,
  .advocacy-home .who-card:hover,
  .advocacy-home .pp-card:hover,
  .advocacy-home .blog-preview-card:hover,
  .advocacy-home .social-card:hover,
  .advocacy-home .btn-saffron:hover {
    transform: none;
  }
}

@media (max-width: 1024px) {
  .advocacy-home .about-inner {
    grid-template-columns: 1fr;
  }

  .advocacy-home .about-name-note {
    max-width: 680px;
    min-height: 0;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .header .btn-primary {
    min-width: 96px;
    padding: 0.72rem 0.9rem;
    border-radius: 12px;
  }

  .header .btn-primary .header-cta-label--desktop {
    display: none;
  }

  .header .btn-primary .header-cta-label--mobile {
    display: inline;
  }

  .header .btn-primary svg {
    display: none;
  }

  .advocacy-home .hero {
    padding-top: 4.75rem;
  }

  .advocacy-home .hero .hero-inner {
    padding: 2.2rem 1.5rem 3rem;
    row-gap: 2.25rem;
  }

  .advocacy-home .hero-headline {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.25rem, 10.7vw, 2.65rem);
  }

  .advocacy-home .hero-eyebrow {
    max-width: 29rem;
    margin-right: auto;
    margin-left: auto;
  }

  .advocacy-home .hero-need {
    margin-bottom: 0.9rem;
  }

  .advocacy-home .hero-proof-strip {
    gap: 0.55rem 0.75rem;
  }

  .advocacy-home .section,
  .advocacy-home .problem-section,
  .advocacy-home .conversations-section,
  .advocacy-home .pillars-section,
  .advocacy-home .social-band,
  .advocacy-home .join-section,
  .advocacy-home .faq,
  .advocacy-home .closing-zone {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .advocacy-home .problem-card {
    padding: 1.5rem 1.35rem;
  }

  .advocacy-home .about-name-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.35rem;
    align-items: center;
    padding: 1.35rem 1.4rem;
    border-radius: 16px;
  }

  .about-name-glyph {
    grid-row: 1 / 3;
    margin: 0;
    font-size: 4rem;
  }

  .about-name-kicker {
    margin: 0;
  }

  .about-name-note h3 {
    display: none;
  }

  .about-name-note p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .about-name-signoff {
    display: none;
  }
}

@media (max-width: 390px) {
  .header-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .header .btn-primary {
    min-width: 88px;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    font-size: 0.88rem;
  }
}
