:root {
  --bg: #f8fbff;
  --bg-soft: #edf5ff;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: rgba(255, 255, 255, 0.98);
  --line: rgba(31, 74, 168, 0.12);
  --text: #17325f;
  --muted: #5d769c;
  --violet: #6a92e8;
  --indigo: #1f4aa8;
  --blue: #63b8ff;
  --lavender: #e0efff;
  --mint: #98f0d4;
  --danger: #ff8484;
  --white: #ffffff;
  --shadow: 0 22px 54px rgba(34, 81, 154, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 16px;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(99, 184, 255, 0.18), transparent 25rem),
    radial-gradient(circle at top right, rgba(106, 146, 232, 0.14), transparent 23rem),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 38%, #edf5ff 100%);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.container {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--white);
  color: #10172d;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.support-strip {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
}

.support-strip__inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
}

.support-strip__copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.support-strip__copy a {
  color: var(--indigo);
  font-weight: 700;
}

.quick-exit {
  flex-shrink: 0;
  border: 1px solid var(--line);
  padding: 0.66rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.quick-exit:hover,
.quick-exit:focus-visible {
  background: rgba(99, 184, 255, 0.12);
  color: var(--indigo);
}

.site-header {
  padding: 1rem 0 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
}

.brand__mark {
  width: 64px;
  flex-shrink: 0;
}

.brand__mark img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(8, 16, 31, 0.22));
}

.brand__text {
  display: grid;
  gap: 0.1rem;
}

.brand__text strong {
  font-family: "Manrope", "Avenir Next", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.brand__text span {
  color: var(--muted);
  font-size: 0.8rem;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  font-size: 0.94rem;
  transition: 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(99, 184, 255, 0.12);
  color: var(--indigo);
}

.hero {
  padding: 1.5rem 0 2.5rem;
}

.hero__grid,
.trust-story__grid,
.podcast-feature__grid,
.support-section__grid,
.footer__grid {
  display: grid;
  gap: 1.5rem;
}

.hero__grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.hero__content,
.trust-story__content,
.podcast-feature__card,
.support-section__content {
  max-width: 38rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(99, 184, 255, 0.12);
  color: var(--indigo);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.68rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", "Avenir Next", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 800;
}

h1 {
  font-size: clamp(1.95rem, 3.5vw, 3.2rem);
  line-height: 1.04;
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.4rem, 2.35vw, 2.2rem);
  line-height: 1.12;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero__lede,
.trust-story__content p,
.podcast-feature__card p,
.about-section__intro p,
.topic-card p,
.resource-card p,
.impact-card p,
.team-card__content p,
.site-footer p,
.privacy-panel p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero__actions,
.podcast-feature__actions,
.support-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin: 1.4rem 0 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.1rem;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.96rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, #d6ebff, #74c4ff);
  color: var(--indigo);
  box-shadow: 0 14px 26px rgba(99, 184, 255, 0.2);
}

.button--secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
}

.hero__points {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.hero__image-wrap,
.trust-story__figure,
.podcast-feature__image,
.gallery-card,
.path-card,
.topic-card,
.resource-card,
.impact-card,
.team-card,
.privacy-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.hero__image-wrap {
  overflow: hidden;
  position: relative;
}

.hero__image-wrap img {
  min-height: 460px;
  object-fit: cover;
  object-position: center 24%;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(31, 74, 168, 0.12);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero__media {
  position: relative;
}

.reveal {
  --reveal-delay: 0ms;
}

body.motion-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform;
}

body.motion-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.motion-enabled .hero__media.reveal {
  transform: translateY(20px) scale(0.985);
}

body.motion-enabled .hero__media.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.hero__butterflies {
  pointer-events: none;
}

.butterfly {
  position: absolute;
  width: 44px;
  height: 30px;
}

.butterfly::before,
.butterfly::after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 30px;
  border-radius: 22px 22px 12px 22px;
  background: linear-gradient(180deg, rgba(103, 208, 255, 0.92), rgba(111, 92, 255, 0.92));
  opacity: 0.9;
}

.butterfly::before {
  left: 0;
  transform: rotate(-20deg);
}

.butterfly::after {
  right: 0;
  transform: scaleX(-1) rotate(-20deg);
}

.butterfly--one {
  top: 8%;
  right: -12px;
  animation: drift 5.8s ease-in-out infinite;
}

.butterfly--two {
  top: 36%;
  left: -10px;
  animation: drift 6.4s ease-in-out infinite 1s;
}

.butterfly--three {
  bottom: 10%;
  right: 8%;
  animation: drift 7.2s ease-in-out infinite 1.6s;
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) translateX(4px) rotate(3deg);
  }
}

.section {
  padding: 3.2rem 0;
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  max-width: 40rem;
}

.pathways__grid,
.topic-grid,
.resource-grid,
.gallery-grid,
.team-grid {
  display: grid;
  gap: 1rem;
}

.pathways__grid {
  grid-template-columns: repeat(3, 1fr);
}

.path-card,
.topic-card,
.resource-card,
.impact-card,
.privacy-panel {
  padding: 1.15rem;
  text-decoration: none;
}

.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(220px, auto);
}

.gallery-card {
  display: grid;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-card figcaption {
  padding: 0.95rem 1rem 1.05rem;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.gallery-card--wide {
  grid-column: span 2;
}

.gallery-card--tall {
  grid-row: span 2;
}

.path-card__icon {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: var(--blue);
  font-weight: 800;
  transition: transform 220ms ease, color 220ms ease;
}

.path-card p,
.path-card h3,
.topic-card h3,
.resource-card h3,
.impact-card h3 {
  margin-bottom: 0.6rem;
}

.path-card p,
.topic-card p,
.resource-card li,
.impact-card p {
  color: var(--muted);
  font-size: 0.96rem;
}

.path-card--highlight {
  background: linear-gradient(180deg, rgba(224, 239, 255, 0.98), rgba(245, 250, 255, 0.96));
  border-color: rgba(99, 184, 255, 0.32);
}

.hero__image-wrap:hover,
.hero__image-wrap:focus-within,
.gallery-card:hover,
.path-card:hover,
.path-card:focus-visible,
.topic-card:hover,
.topic-card:focus-within,
.resource-card:hover,
.resource-card:focus-within,
.impact-card:hover,
.impact-card:focus-within,
.team-card:hover,
.team-card:focus-within,
.privacy-panel:hover,
.podcast-feature__card:hover,
.trust-story__figure:hover,
.podcast-feature__image:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(34, 81, 154, 0.16);
  border-color: rgba(99, 184, 255, 0.26);
}

.hero__image-wrap:hover img,
.gallery-card:hover img,
.trust-story__figure:hover img,
.podcast-feature__image:hover img,
.team-card:hover .team-card__media img {
  transform: scale(1.03);
}

.team-card:hover .team-photo--plain,
.team-card:focus-within .team-photo--plain {
  transform: none !important;
}

.hero__image-wrap:hover .hero__badge {
  transform: translateY(-2px);
}

.path-card:hover .path-card__icon,
.path-card:focus-visible .path-card__icon {
  transform: translateX(3px);
  color: var(--indigo);
}

.trust-story__grid,
.podcast-feature__grid,
.support-section__grid,
.footer__grid {
  grid-template-columns: 1fr 1fr;
}

.trust-story__content blockquote {
  margin: 1.4rem 0 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--blue);
  background: rgba(224, 239, 255, 0.56);
  border-radius: 0 20px 20px 0;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--blue);
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
}

.trust-story__figure,
.podcast-feature__image {
  overflow: hidden;
}

.trust-story__figure img,
.podcast-feature__image img {
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trust-story__figure figcaption {
  padding: 1rem 1.1rem 1.2rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.podcast-feature__card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 245, 255, 0.94));
  box-shadow: var(--shadow);
}

.topic-grid {
  grid-template-columns: repeat(3, 1fr);
}

.resource-grid {
  grid-template-columns: repeat(2, 1fr);
}

.help-section__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.help-section__note {
  margin: 0;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.65;
}

.resource-card--priority {
  background: linear-gradient(180deg, rgba(255, 244, 245, 0.98), rgba(255, 255, 255, 0.98));
  border-color: rgba(255, 132, 132, 0.2);
}

.resource-card ul {
  margin: 0;
  padding-left: 1rem;
  font-size: 0.95rem;
  line-height: 1.8;
}

.resource-card li a {
  color: var(--indigo);
}

.privacy-panel {
  margin-top: 1rem;
}

.support-section__stack {
  display: grid;
  gap: 1rem;
}

.about-section__intro {
  display: grid;
  gap: 0.8rem;
  max-width: 56rem;
  margin-bottom: 1.5rem;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0.35rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.about-list li {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(224, 239, 255, 0.42);
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.6;
}

.team-grid {
  grid-template-columns: repeat(2, 1fr);
}

.team-card {
  overflow: hidden;
}

.team-card__media img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.team-photo--plain {
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
  transform: none !important;
  transition: none !important;
}

.team-card__content {
  padding: 1.35rem;
}

.team-card__role {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(103, 208, 255, 0.1);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.team-card__content h3 {
  margin-bottom: 0.6rem;
}

.site-footer {
  padding: 4rem 0 2rem;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(236, 245, 255, 0.72), rgba(248, 251, 255, 0.96));
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer__bar {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding-top: 1rem;
}

.footer__bar p {
  margin: 0;
  color: var(--muted);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(31, 74, 168, 0.34);
  outline-offset: 3px;
}

body.js-enabled .site-nav {
  transition: max-height 180ms ease, opacity 180ms ease;
}

@media (max-width: 1023px) {
  .hero__grid,
  .trust-story__grid,
  .podcast-feature__grid,
  .support-section__grid,
  .footer__grid,
  .help-section__header {
    grid-template-columns: 1fr;
  }

  .pathways__grid,
  .topic-grid,
  .resource-grid,
  .gallery-grid,
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-card--wide,
  .gallery-card--tall {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .support-strip__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand__mark {
    width: 58px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    width: 100%;
    display: grid;
    gap: 0.35rem;
  }

  body.js-enabled .site-nav {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  body.js-enabled .site-nav[data-open="true"] {
    max-height: 320px;
    opacity: 1;
    padding-top: 0.6rem;
  }

  .site-nav a {
    background: rgba(255, 255, 255, 0.88);
  }

  .hero {
    padding-top: 1rem;
  }

  .hero__image-wrap img {
    min-height: 320px;
  }

  .pathways__grid,
  .topic-grid,
  .resource-grid,
  .gallery-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 2.7rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
