@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;650;750;850;900&family=Unbounded:wght@700;800;900&display=swap");

:root {
  color-scheme: dark;
  --bg: #14051f;
  --bg-2: #220b34;
  --panel: #251037;
  --panel-2: #331750;
  --text: #ffffff;
  --muted: #d9c8e1;
  --soft: #9f8bad;
  --pink: #ff5fb5;
  --pink-2: #ff91d0;
  --violet: #9b55ff;
  --purple: #7b35ff;
  --acid: #fff24a;
  --cyan: #6ee7ff;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.page-view {
  display: none;
}

.page-view.active {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.ticker {
  min-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  color: #d8c0e7;
  background: #0d0215;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 54px;
  width: max-content;
  min-height: 36px;
  padding: 0 24px;
  animation: tickerMove 28s linear infinite;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker span::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 4px;
  margin-right: 28px;
  vertical-align: middle;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--violet), var(--pink));
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 18px clamp(24px, 4vw, 64px);
  background: rgba(14, 3, 22, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-size: 24px;
  font-weight: 950;
}

.brand-orb {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 25%, #ffd5ee 0 12%, var(--pink) 32%, var(--purple) 75%);
  box-shadow: 0 0 30px rgba(255, 111, 189, 0.42);
}

.nav {
  justify-content: center;
  gap: clamp(16px, 2vw, 30px);
  color: #bda7ca;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a.active {
  color: var(--pink);
  border-color: var(--pink);
}

.insta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  color: #160721;
  background: var(--pink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: calc(100vh - 128px);
  overflow: hidden;
  padding: clamp(58px, 7vw, 104px) clamp(24px, 7vw, 100px) clamp(54px, 6vw, 90px);
  background:
    radial-gradient(circle at 76% 44%, rgba(155, 85, 255, 0.34), transparent 24%),
    radial-gradient(circle at 12% 90%, rgba(255, 95, 181, 0.2), transparent 26%),
    linear-gradient(180deg, #170621 0%, #220a34 100%);
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.48fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: end;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(780px, 100%);
}

.eyebrow {
  position: relative;
  margin: 0 0 28px;
  padding-left: 38px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 2px;
  background: var(--pink);
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: normal;
}

h1 {
  margin-bottom: 28px;
  font-family: Unbounded, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(46px, 6.1vw, 92px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 span,
.catalog-heading h2 span {
  color: var(--pink);
}

h2 {
  margin-bottom: 18px;
  font-family: Unbounded, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.08;
  text-wrap: balance;
}

.lead {
  max-width: 680px;
  color: #ffffff;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 36px;
}

.button,
.link-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

.button.primary {
  padding: 0 34px;
  color: #160721;
  background: var(--pink);
  border-radius: 999px;
  box-shadow: 0 0 48px rgba(255, 111, 189, 0.34);
}

.link-button {
  color: var(--pink);
  border-bottom: 1px solid var(--pink);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.chips span {
  padding: 10px 16px;
  color: #dec8ed;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.chips b {
  color: var(--acid);
}

.hero-panel {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(35, 8, 52, 0.86), rgba(18, 4, 27, 0.82));
  border: 1px solid var(--line-strong);
  border-radius: 30px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-search {
  margin: 0;
}

.hero-search label,
.compact-search {
  display: grid;
  gap: 8px;
}

.hero-search span,
.compact-search span {
  color: #c7adc8;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-search input,
.compact-search input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: var(--text);
  background: rgba(13, 2, 21, 0.86);
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
}

.panel-list {
  display: grid;
  gap: 8px;
}

.panel-list b {
  color: #fff;
  font-size: 15px;
}

.panel-list a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 12px;
  color: #f5eaf9;
  background: rgba(255, 255, 255, 0.085);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 750;
}

.panel-list a::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--pink);
}

.panel-list a:hover {
  border-color: var(--pink);
  color: #fff;
}

.hero-search input:focus,
.compact-search input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(255, 111, 189, 0.16);
}

.orb {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  background: radial-gradient(circle at 32% 28%, #ffd6f0 0 10%, var(--pink) 30%, var(--purple) 72%);
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.36));
}

.orb-large {
  width: clamp(240px, 25vw, 390px);
  height: clamp(240px, 25vw, 390px);
  right: 13vw;
  top: 31%;
  animation: orbBreath 18s ease-in-out infinite;
}

.orb-mid {
  width: 118px;
  height: 118px;
  right: 9vw;
  top: 58%;
}

.orb-small {
  width: 58px;
  height: 58px;
  right: 37vw;
  top: 35%;
}

@keyframes orbBreath {
  0%,
  100% {
    transform: scale(0.985);
  }
  50% {
    transform: scale(1.035);
  }
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #12041b;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-strip article {
  min-height: 210px;
  padding: clamp(24px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.intro-strip article:last-child {
  border-right: 0;
}

.intro-strip span,
.card-top span,
.danger,
.slide-card span {
  color: var(--acid);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.intro-strip h2 {
  margin: 12px 0;
  font-size: clamp(24px, 2.7vw, 36px);
}

.intro-strip p,
.catalog-heading p,
.reports p,
.partner-cta p,
.profession-card p,
.info-block p,
.info-block li {
  color: var(--muted);
  line-height: 1.55;
}

.journey,
.reasons,
.spotlight,
.catalog-section,
.episodes,
.founders,
.organization-section,
.done-section,
.reports,
.data-proof {
  padding: clamp(62px, 7vw, 112px) clamp(24px, 7vw, 100px);
}

.section-head,
.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head.compact {
  align-items: start;
}

.section-head.compact > p {
  max-width: 470px;
  color: var(--muted);
  line-height: 1.55;
}

.journey {
  background: #100318;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.journey-steps a,
.reason-grid article,
.founder-grid article,
.source-grid a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.journey-steps a {
  min-height: 250px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: 30px;
}

.journey-steps a:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
}

.journey-steps span,
.reason-grid span {
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.journey-steps b {
  display: block;
  margin: 54px 0 10px;
  font-size: 25px;
  line-height: 1.05;
}

.journey-steps p {
  color: var(--muted);
  line-height: 1.45;
}

.reasons {
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 95, 181, 0.18), transparent 24%),
    #180722;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.reason-grid article {
  min-height: 250px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: 30px;
}

.reason-grid b {
  display: block;
  margin: 44px 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.reason-grid p {
  color: var(--muted);
  line-height: 1.45;
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #160721;
  background: var(--pink);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 950;
}

.icon-button:hover {
  background: #ffffff;
}

.carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 31vw);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.slide-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 400px;
  overflow: hidden;
  padding: 24px;
  background: #0e0316;
  border: 1px solid var(--line);
  border-radius: 28px;
  scroll-snap-align: start;
  isolation: isolate;
}

.slide-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(16, 4, 24, 0.96), rgba(16, 4, 24, 0.18));
}

.slide-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
}

.slide-card h3 {
  margin-top: 12px;
  color: #fff;
  font-size: 34px;
}

.slide-card p {
  color: #eee1f5;
  line-height: 1.45;
}

.slide-card button {
  justify-self: start;
  min-height: 42px;
  padding: 0 14px;
  color: #160721;
  background: var(--pink);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
}

.progress-track {
  height: 5px;
  margin-top: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.progress-track span {
  display: block;
  width: 10%;
  height: 100%;
  background: var(--pink);
  border-radius: inherit;
}

.catalog-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 85, 255, 0.12), transparent 30%),
    #1d0a2c;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: calc(100vh - 128px);
}

.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.profile-modal.open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 1, 14, 0.76);
  backdrop-filter: blur(10px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(840px, 92vh);
  overflow: auto;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 95, 181, 0.2), transparent 28%),
    #1d0a2c;
  border: 1px solid var(--line-strong);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.modal-close {
  position: sticky;
  top: 16px;
  float: right;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 16px 16px 0 0;
  color: #160721;
  background: var(--pink);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 26px;
  font-weight: 900;
}

.modal-profile {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 0;
}

.modal-hero {
  min-height: 540px;
  padding: 28px;
  background-size: cover;
  background-position: center;
  display: grid;
  align-content: end;
  position: relative;
  isolation: isolate;
}

.modal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(18, 4, 27, 0.95), rgba(18, 4, 27, 0.24));
}

.modal-hero h2 {
  margin: 16px 0 0;
}

.modal-info {
  padding: 34px;
}

.modal-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.modal-info-grid article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.modal-info-grid b {
  display: block;
  margin-bottom: 8px;
}

.modal-info-grid p,
.modal-info-grid li {
  color: var(--muted);
  line-height: 1.45;
}

.modal-info-grid ul {
  margin: 0;
  padding-left: 18px;
}

.catalog-heading {
  max-width: 980px;
  margin-bottom: 30px;
}

.preference-picker {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.062);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.preference-picker h3 {
  max-width: 460px;
  margin-bottom: 0;
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
}

.preference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.preference-card {
  padding: 14px;
  background: rgba(18, 4, 27, 0.72);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.preference-card b {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.preference-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.preference-card button {
  min-height: 36px;
  padding: 0 11px;
  color: #eadcf2;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.preference-card button.active {
  color: #160721;
  background: var(--acid);
}

.match-summary {
  grid-column: 2;
  color: var(--pink-2);
  font-weight: 850;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.35fr) minmax(330px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.filters,
.catalog-main,
.detail-panel {
  background: rgba(255, 255, 255, 0.072);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.filters,
.detail-panel {
  position: sticky;
  top: 116px;
}

.filters,
.catalog-main {
  padding: 18px;
}

.filter-group {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.filter-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 13px;
  color: #eadcf2;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
}

.filter-chip[aria-pressed="true"] {
  color: #160721;
  background: var(--pink);
}

.catalog-toolbar {
  color: var(--muted);
  font-weight: 850;
}

.catalog-toolbar b {
  color: #fff;
}

.profession-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.profession-card {
  min-height: 252px;
  padding: 18px;
  text-align: left;
  color: #fff;
  background: rgba(18, 4, 27, 0.72);
  border: 1px solid var(--line);
  border-radius: 24px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.profession-card:hover,
.profession-card.active {
  transform: translateY(-2px);
  border-color: var(--pink);
  box-shadow: 0 18px 38px rgba(255, 111, 189, 0.13);
}

.profession-card.matched {
  border-color: rgba(255, 242, 74, 0.45);
}

.card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.card-top b {
  color: var(--pink);
  font-size: 12px;
}

.profession-card h3 {
  font-size: 28px;
}

.skill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.skill-pill {
  padding: 7px 9px;
  color: #160721;
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.detail-panel {
  overflow: hidden;
}

.detail-visual {
  position: relative;
  min-height: 230px;
  padding: 18px;
  color: #fff;
  background: #12041b;
  isolation: isolate;
}

.detail-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(18, 4, 27, 0.94), rgba(18, 4, 27, 0.18));
}

.detail-visual img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.detail-visual h2 {
  margin: 12px 0 0;
  font-size: clamp(30px, 3.2vw, 46px);
}

.detail-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.info-block {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.info-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-block.highlight {
  padding: 14px;
  background: rgba(255, 95, 181, 0.1);
  border: 1px solid rgba(255, 95, 181, 0.22);
  border-radius: 20px;
}

.info-block b {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.info-block ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.source-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  color: #160721;
  background: var(--pink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.format {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(62px, 7vw, 112px) clamp(24px, 7vw, 100px);
  background:
    radial-gradient(circle at 84% 28%, rgba(255, 95, 181, 0.14), transparent 26%),
    #13051d;
}

.spotlight,
.episodes,
.founders,
.data-proof,
.partner-cta {
  min-height: calc(100vh - 128px);
}

.episodes {
  background: #1d0a2c;
  border-top: 1px solid var(--line);
}

.episode-tabs,
.audience-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.episode-tabs button,
.audience-tabs button {
  min-height: 44px;
  padding: 0 16px;
  color: #eadcf2;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
}

.episode-tabs button.active,
.audience-tabs button.active {
  color: #160721;
  background: var(--pink);
}

.episode-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  min-height: 360px;
  padding: clamp(20px, 4vw, 36px);
  background:
    linear-gradient(90deg, rgba(18, 4, 27, 0.86), rgba(18, 4, 27, 0.62)),
    var(--episode-image, url("./assets/event/podiya-5.jpg")) center / cover;
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.episode-card h3 {
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.08;
}

.episode-card p {
  color: var(--muted);
  line-height: 1.55;
}

.episode-meta {
  display: grid;
  gap: 10px;
}

.episode-meta span {
  padding: 13px 14px;
  color: #f6eafb;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 18px;
  font-weight: 750;
}

.founders {
  background: #13051d;
}

.done-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  background:
    radial-gradient(circle at 14% 28%, rgba(255, 95, 181, 0.16), transparent 24%),
    #1d0a2c;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.done-section p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.55;
}

.done-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.done-stats article {
  display: grid;
  align-content: space-between;
  min-height: 190px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: 28px;
}

.done-stats b {
  color: var(--acid);
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1;
}

.done-stats span {
  color: #f4e7fb;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.founder-grid article {
  display: grid;
  grid-template-rows: minmax(280px, 42vh) auto;
  min-height: 520px;
  padding: 0;
  background: #170620;
  border: 1px solid var(--line);
  border-radius: 32px;
}

.founder-grid img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center 34%;
  border-bottom: 1px solid var(--line);
}

.founder-grid article > div {
  padding: 20px;
}

.founder-grid span {
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.founder-grid b {
  display: block;
  margin: 18px 0 10px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
}

.founder-grid p {
  color: var(--muted);
  font-size: 18px;
}

.team-note {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 20px;
  margin-top: 14px;
  padding: 22px;
  background: linear-gradient(90deg, rgba(255, 95, 181, 0.12), rgba(255, 255, 255, 0.045));
  border: 1px solid var(--line);
  border-radius: 28px;
}

.team-note b {
  color: #fff;
  font-size: 24px;
  line-height: 1.08;
}

.team-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.format-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 30px;
}

.steps span {
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.2em;
}

.steps b {
  display: block;
  margin: 18px 0 8px;
  font-size: 26px;
}

.steps p {
  color: var(--muted);
  line-height: 1.45;
}

.reports {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  background: #1d0a2c;
}

.data-proof {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #100318;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.data-proof p {
  color: var(--muted);
  line-height: 1.55;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.source-grid a {
  min-height: 160px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.source-grid a:hover {
  border-color: var(--pink);
}

.source-grid b {
  display: block;
  margin-bottom: 12px;
  font-size: 26px;
}

.source-grid span {
  color: var(--muted);
}

.organization-section {
  min-height: calc(100vh - 128px);
  background:
    radial-gradient(circle at 90% 18%, rgba(110, 231, 255, 0.13), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(255, 95, 181, 0.14), transparent 24%),
    #100318;
}

.organization-section h2 {
  font-size: clamp(32px, 3.4vw, 50px);
}

.org-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 14px;
  align-items: stretch;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.activity-grid article {
  min-height: 180px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.activity-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.activity-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.org-card,
.org-facts article,
.doc-grid a,
.doc-grid article {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.org-card {
  display: grid;
  align-content: end;
  min-height: 360px;
  padding: clamp(22px, 4vw, 36px);
  background:
    linear-gradient(180deg, rgba(255, 95, 181, 0.16), rgba(255, 255, 255, 0.055)),
    #170620;
}

.org-card span,
.org-facts span,
.doc-grid span {
  color: var(--acid);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-card h3 {
  max-width: 680px;
  margin: 18px 0 12px;
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.08;
}

.org-card p,
.doc-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.org-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.org-facts article {
  display: grid;
  align-content: space-between;
  min-height: 174px;
  padding: 18px;
}

.org-facts b {
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.08;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.doc-grid a,
.doc-grid article {
  display: grid;
  align-content: space-between;
  min-height: 220px;
  padding: 20px;
}

.doc-grid a:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
}

.doc-grid b {
  display: block;
  margin: 22px 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.policy-section {
  margin-top: clamp(42px, 5vw, 78px);
}

.policy-section .section-head {
  padding: 0;
  margin-bottom: 18px;
}

.policy-section .section-head h2 {
  max-width: 980px;
  font-size: clamp(28px, 3vw, 44px);
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.policy-grid a {
  display: grid;
  align-content: space-between;
  min-height: 230px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    #170620;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.policy-grid a:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
}

.policy-grid span {
  width: max-content;
  padding: 8px 10px;
  color: #120316;
  background: var(--acid);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.policy-grid b {
  display: block;
  margin: 26px 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
}

.policy-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 230px 230px;
  gap: 12px;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.photo-grid img:first-child {
  grid-row: span 2;
}

.partner-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin: clamp(24px, 5vw, 78px) clamp(24px, 7vw, 100px);
  padding: clamp(38px, 6vw, 78px);
  background:
    radial-gradient(circle at 80% 40%, rgba(255, 111, 189, 0.28), transparent 28%),
    #12041b;
  border: 1px solid var(--line);
  border-radius: 32px;
}

.cta-panel {
  min-width: min(440px, 100%);
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.cta-panel .button {
  width: 100%;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(24px, 7vw, 100px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mobile-nav {
  display: none;
}

@media (max-width: 1180px) {
  .hero-grid,
  .catalog-layout,
  .preference-picker,
  .format,
  .org-layout,
  .done-section,
  .reports,
  .partner-cta {
    grid-template-columns: 1fr;
  }

  .filters,
  .detail-panel {
    position: relative;
    top: auto;
  }

  .carousel {
    grid-auto-columns: minmax(340px, 48vw);
  }

  .orb-large {
    opacity: 0.6;
    right: -8vw;
  }

  .modal-profile,
  .episode-card,
  .data-proof {
    grid-template-columns: 1fr;
  }

  .journey-steps,
  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .done-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .match-summary {
    grid-column: 1;
  }
}

@media (max-width: 820px) {
  .ticker {
    font-size: 10px;
  }

  .ticker-track {
    gap: 30px;
    animation-duration: 22s;
  }

  .topbar {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }

  .nav {
    display: none;
  }

  .mobile-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 4px;
    padding: 6px;
    background: rgba(14, 3, 22, 0.88);
    border: 1px solid var(--line-strong);
    border-radius: 22px;
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
  }

  .mobile-nav a {
    display: grid;
    place-items: center;
    min-height: 42px;
    color: var(--soft);
    border-radius: 16px;
    font-size: 10px;
    font-weight: 900;
  }

  .mobile-nav a.active {
    color: #160721;
    background: var(--pink);
  }

  .insta {
    min-height: 40px;
    padding: 0 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 76px;
    padding-bottom: 104px;
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    font-size: 42px;
  }

  .orb-large {
    width: 210px;
    height: 210px;
    right: -56px;
    top: 90px;
    opacity: 0.4;
  }

  .orb-mid,
  .orb-small {
    display: none;
  }

  .intro-strip,
  .journey-steps,
  .reason-grid,
  .preference-grid,
  .activity-grid,
  .profession-grid,
  .policy-grid,
  .steps,
  .photo-grid,
  .founder-grid,
  .org-facts,
  .doc-grid,
  .done-stats,
  .source-grid,
  .modal-info-grid {
    grid-template-columns: 1fr;
  }

  .preference-picker {
    grid-template-columns: 1fr;
  }

  .intro-strip article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-head,
  .catalog-toolbar {
    display: block;
  }

  .carousel-controls {
    margin-top: 14px;
  }

  .carousel {
    grid-auto-columns: 100%;
  }

  .photo-grid {
    grid-template-rows: repeat(3, 210px);
  }

  .photo-grid img:first-child {
    grid-row: auto;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .link-button {
    width: 100%;
  }

  .founder-grid article {
    grid-template-rows: minmax(360px, 58vh) auto;
    min-height: auto;
  }

  .org-card,
  .org-facts article,
  .doc-grid a,
  .doc-grid article {
    min-height: auto;
  }

  .team-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 20px;
  }

  .insta {
    display: none;
  }

  .topbar {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .hero,
  .journey,
  .reasons,
  .spotlight,
  .catalog-section,
  .format,
  .episodes,
  .founders,
  .organization-section,
  .done-section,
  .reports,
  .data-proof {
    padding-left: 18px;
    padding-right: 18px;
  }

  .modal-card {
    max-height: 94vh;
    border-radius: 24px;
  }

  .modal-hero {
    min-height: 360px;
  }

  .modal-info {
    padding: 20px;
  }

  .chips span {
    width: 100%;
  }

  .partner-cta {
    margin: 18px;
    padding: 26px 18px;
  }

  .founder-grid article {
    grid-template-rows: minmax(320px, 54vh) auto;
  }

  .footer {
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 86px;
  }
}
