.page-id-2 .entry-title,
.page-id-6 .entry-title,
.page-id-24 .entry-title,
.page-id-44 .entry-title,
.page-id-226 .entry-title {
  display: none !important;
}

.ast-primary-header-bar,
.site-primary-header-wrap,
.main-header-bar {
  background: #102033 !important;
  border-bottom: 1px solid rgba(130, 216, 232, 0.28) !important;
}

.site-header .site-title a,
.main-header-menu .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
  color: #ffffff !important;
}

.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .menu-link:hover,
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
  color: #9fe2ef !important;
}

.ast-mobile-svg {
  fill: #f05a4a !important;
}

.ast-mobile-header-content,
.ast-mobile-popup-content,
.ast-builder-menu-mobile {
  background: #f3f8fb !important;
}

.ast-mobile-header-content .main-header-menu .menu-link,
.ast-mobile-popup-content .main-header-menu .menu-link,
.ast-builder-menu-mobile .main-header-menu .menu-link {
  color: #102033 !important;
  font-weight: 800 !important;
}

.ast-mobile-header-content .main-header-menu .current-menu-item > .menu-link,
.ast-mobile-popup-content .main-header-menu .current-menu-item > .menu-link,
.ast-builder-menu-mobile .main-header-menu .current-menu-item > .menu-link {
  background: #dff4f8 !important;
  color: #123d73 !important;
}

.page-id-2 .site-content .ast-container,
.page-id-6 .site-content .ast-container,
.page-id-24 .site-content .ast-container,
.page-id-44 .site-content .ast-container,
.page-id-226 .site-content .ast-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.page-id-2 #primary,
.page-id-6 #primary,
.page-id-24 #primary,
.page-id-44 #primary,
.page-id-226 #primary {
  margin: 0;
}

.wih-redesign {
  --ink: #102033;
  --muted: #526173;
  --line: #dfe7ef;
  --blue: #123d73;
  --cyan: #2bb7c8;
  --red: #d83b2e;
  --cream: #f7f3ec;
  --paper: #ffffff;
  --soft: #eef6f8;
  color: var(--ink);
  font-family: inherit;
}

.wih-redesign * {
  box-sizing: border-box;
}

.wih-redesign a {
  color: inherit;
}

.wih-rotating-photo {
  transform: translateX(0) scale(1);
  filter: saturate(1);
  transition: opacity 0.52s ease, transform 0.52s ease, filter 0.52s ease;
  will-change: opacity, transform;
}

.wih-rotating-photo.is-swiping {
  opacity: 0;
  transform: translateX(-18px) scale(1.035);
  filter: saturate(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .wih-rotating-photo {
    transition: none;
    transform: none;
  }
}

.wih-redesign .wih-section {
  padding: clamp(38px, 5.8vw, 74px) clamp(18px, 4vw, 56px);
}

.wih-redesign .wih-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.wih-redesign .wih-hero {
  min-height: calc(100vh - 136px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #102033 0%, #123d73 58%, #0e8093 100%);
}

.wih-premium-home .wih-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 120px));
}

.wih-premium-home .wih-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.18;
}

.wih-premium-home .wih-hero .wih-inner {
  position: relative;
  z-index: 1;
}

.wih-redesign .wih-hero-grid,
.wih-redesign .wih-current-grid,
.wih-redesign .wih-split {
  display: grid;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.wih-redesign .wih-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.wih-redesign .wih-current-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
}

.wih-redesign .wih-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.wih-redesign .wih-eyebrow {
  margin: 0 0 14px;
  color: #bfeaf3;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wih-redesign h1,
.wih-redesign h2,
.wih-redesign h3 {
  letter-spacing: 0;
}

.wih-redesign h1 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: 0.98;
}

.wih-redesign h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3.5vw, 3.15rem);
  line-height: 1.08;
}

.wih-redesign h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.wih-redesign p {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.68;
}

.wih-redesign .wih-hero h1,
.wih-redesign .wih-hero h2,
.wih-redesign .wih-hero h3 {
  color: #ffffff;
}

.wih-redesign .wih-hero p,
.wih-redesign .wih-lead {
  color: #eff9fb;
}

.wih-redesign .wih-lead {
  max-width: 720px;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.wih-redesign .wih-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wih-redesign .wih-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.wih-redesign .wih-btn-primary {
  background: #ffffff;
  color: #102033;
}

.wih-redesign .wih-btn-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.wih-redesign .wih-btn-outline {
  border-color: #123d73;
  color: #123d73;
}

.wih-redesign .wih-final-cta .wih-card {
  border-top: 4px solid #2bb7c8;
}

.wih-redesign .wih-cover {
  display: block;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.wih-redesign .wih-cover-stage {
  position: relative;
  display: grid;
  justify-items: end;
}

.wih-redesign .wih-cover-stage::after {
  content: "Neue Folgen regelmäßig";
  position: absolute;
  right: 0;
  bottom: -18px;
  max-width: 220px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(16, 32, 51, 0.72);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.wih-redesign .wih-photo-stage {
  position: relative;
  display: grid;
  justify-items: end;
}

.wih-redesign .wih-hero-photo {
  display: block;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.wih-redesign .wih-photo-stage span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 240px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(16, 32, 51, 0.76);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.wih-redesign .wih-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 220px));
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
}

.wih-redesign .wih-stats div {
  min-height: 88px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.wih-redesign .wih-stats strong {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.wih-redesign .wih-stats span {
  display: block;
  margin-top: 8px;
  color: #dff4f8;
  font-size: 0.92rem;
  line-height: 1.35;
}

.wih-redesign .wih-note {
  max-width: 680px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #eff9fb;
}

.wih-redesign .wih-current {
  background: var(--cream);
}

.wih-redesign .wih-band {
  background: #ffffff;
}

.wih-redesign .wih-hosts {
  background: var(--soft);
}

.wih-redesign .wih-story-strip {
  background: #f7f3ec;
}

.wih-redesign .wih-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: end;
  margin-bottom: 28px;
}

.wih-redesign .wih-section-head p:last-child {
  color: var(--muted);
}

.wih-redesign .wih-photo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 16px;
}

.wih-redesign .wih-photo-card {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #102033;
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.12);
}

.wih-redesign .wih-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.wih-redesign .wih-photo-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 9px 11px;
  border-radius: 8px;
  background: rgba(16, 32, 51, 0.78);
  color: #ffffff;
  font-weight: 800;
}

.wih-redesign .wih-card-grid,
.wih-redesign .wih-host-grid,
.wih-redesign .wih-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wih-redesign .wih-host-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.wih-redesign .wih-card,
.wih-redesign .wih-episode-card,
.wih-redesign .wih-host {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(16, 32, 51, 0.04), 0 18px 50px rgba(16, 32, 51, 0.07);
}

.wih-redesign .wih-card,
.wih-redesign .wih-episode-card {
  overflow: hidden;
  padding: 22px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wih-redesign .wih-episode-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 16px 42px rgba(16, 32, 51, 0.08);
}

.wih-redesign .wih-card:hover,
.wih-redesign .wih-episode-card:hover {
  transform: translateY(-2px);
  border-color: #b9dce6;
  box-shadow: 0 18px 46px rgba(16, 32, 51, 0.11);
}

.wih-redesign .wih-card-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eefbfc;
  color: #123d73;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wih-redesign .wih-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.wih-redesign .wih-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: #24364b;
  font-size: 0.86rem;
  font-weight: 800;
}

.wih-redesign .wih-platforms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.wih-redesign .wih-platforms a {
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.wih-redesign .wih-platforms a:hover {
  border-color: #2bb7c8;
  background: #eefbfc;
  color: #102033;
}

.wih-redesign .wih-card-thumb,
.wih-redesign .wih-current-thumb {
  display: block;
  width: calc(100% + 44px);
  max-width: none;
  margin: -22px -22px 18px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.wih-redesign .wih-current-thumb {
  width: calc(100% + clamp(44px, 6vw, 68px));
  margin: calc(-1 * clamp(22px, 3vw, 34px)) calc(-1 * clamp(22px, 3vw, 34px)) 20px;
}

.wih-redesign .wih-card p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.98rem;
}

.wih-redesign .wih-card a {
  color: #123d73;
  font-weight: 800;
}

.wih-redesign .wih-card-meta {
  margin-bottom: 10px !important;
  color: #123d73 !important;
  font-size: 0.86rem !important;
  font-weight: 800;
}

.wih-redesign .wih-host {
  padding: 18px;
  text-align: center;
}

.wih-redesign .wih-host img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 14px;
  border-radius: 999px;
  object-fit: cover;
}

.wih-redesign .wih-host p,
.wih-redesign .wih-muted {
  color: var(--muted);
}

.wih-redesign .wih-host p {
  margin: 0;
  font-size: 0.95rem;
}

.wih-redesign .wih-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.75;
}

.wih-redesign .wih-legal {
  background: #102033;
  color: #ffffff;
}

.wih-redesign .wih-legal p {
  color: #e7eef6;
}

.wih-redesign .wih-legal .wih-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.wih-page {
  --ink: #102033;
  --muted: #526173;
  --line: #dfe7ef;
  --soft: #eef6f8;
  --blue: #123d73;
  color: var(--ink);
}

.wih-page * {
  box-sizing: border-box;
}

.wih-page .wih-page-section {
  padding: clamp(42px, 6vw, 82px) clamp(18px, 4vw, 56px);
}

.wih-page .wih-page-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.wih-page .wih-page-hero {
  background: linear-gradient(135deg, #102033 0%, #123d73 64%, #0e8093 100%);
  color: #ffffff;
}

.wih-page .wih-page-hero h1,
.wih-page .wih-page-hero p {
  color: #ffffff;
}

.wih-page .wih-eyebrow {
  margin: 0 0 12px;
  color: #bfeaf3;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wih-page h1 {
  margin: 0 0 18px;
  font-size: clamp(2.25rem, 5vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.wih-page h2 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.wih-page h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.wih-page p {
  margin: 0 0 16px;
  font-size: 1.05rem;
  line-height: 1.68;
}

.wih-page .wih-lead {
  max-width: 820px;
  font-size: clamp(1.12rem, 2vw, 1.28rem);
}

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

.wih-page .wih-page-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}

.wih-page .wih-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(16, 32, 51, 0.08);
}

.wih-page .wih-page-photo {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #102033;
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.12);
}

.wih-page .wih-page-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.wih-page .wih-page-photo figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(16, 32, 51, 0.78);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.wih-page .wih-soft {
  background: var(--soft);
}

.wih-page .wih-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.75;
}

.wih-page .wih-contact-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.wih-page .wih-contact-list a {
  color: #123d73;
  font-weight: 800;
}

.wih-page .wpforms-container {
  margin: 0 !important;
}

.wih-page .wpforms-submit {
  border-radius: 8px !important;
  background: #123d73 !important;
}

.wih-page .wih-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.wih-page .wih-media-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(16, 32, 51, 0.08);
}

.wih-page .wih-media-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wih-page .wih-media-item figcaption {
  padding: 13px 14px 15px;
  color: #123d73;
  font-weight: 800;
}

.wih-page .wih-platform-list {
  display: grid;
  gap: 10px;
}

.wih-page .wih-platform-list a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid #cfdde8;
  border-radius: 999px;
  padding: 9px 14px;
  color: #123d73;
  font-weight: 800;
  text-decoration: none;
}

.wih-episodes {
  --ink: #102033;
  --muted: #526173;
  --line: #dfe7ef;
  --blue: #123d73;
  --cyan: #2bb7c8;
  --soft: #eef6f8;
  --paper: #ffffff;
  color: var(--ink);
}

.wih-episodes * {
  box-sizing: border-box;
}

.wih-episodes .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 82px) clamp(18px, 4vw, 56px);
}

.wih-episodes .hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #102033 0%, #123d73 62%, #0e8093 100%);
}

.wih-episodes .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.16;
}

.wih-episodes .hero .wrap {
  position: relative;
  z-index: 1;
}

.wih-episodes .archive-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
}

.wih-episodes .archive-hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: #102033;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.wih-episodes .archive-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wih-episodes .hero h1,
.wih-episodes .hero p {
  color: #ffffff;
}

.wih-episodes .eyebrow {
  margin: 0 0 12px;
  color: #9fe2ef;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wih-episodes h1,
.wih-episodes h2,
.wih-episodes h3 {
  letter-spacing: 0;
}

.wih-episodes h1 {
  margin: 0 0 18px;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 1;
}

.wih-episodes h2 {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.wih-episodes h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}

.wih-episodes p {
  margin: 0 0 16px;
  font-size: 1.03rem;
  line-height: 1.65;
}

.wih-episodes .lead {
  max-width: 820px;
  color: #eff9fb;
  font-size: clamp(1.1rem, 2vw, 1.28rem);
}

.wih-episodes .tools {
  background: var(--soft);
}

.wih-episodes input {
  width: 100%;
  max-width: 720px;
  border: 1px solid #cfdde8;
  border-radius: 8px;
  padding: 15px 16px;
  background: #ffffff;
  color: var(--ink);
  font-size: 1rem;
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.08);
}

.wih-episodes input:focus {
  outline: 3px solid rgba(43, 183, 200, 0.28);
  border-color: var(--cyan);
}

.wih-episodes .filters,
.wih-episodes .platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wih-episodes .filters {
  margin-top: 18px;
}

.wih-episodes .filter-btn,
.wih-episodes .platforms a {
  min-height: 42px;
  border: 1px solid #cfdde8;
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue);
  padding: 9px 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.wih-episodes .filter-btn:hover,
.wih-episodes .platforms a:hover {
  border-color: var(--cyan);
  color: #102033;
}

.wih-episodes .filter-btn.is-active {
  border-color: #102033;
  background: #102033;
  color: #ffffff;
}

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

.wih-episodes .wih-episode {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 38px rgba(16, 32, 51, 0.08);
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wih-episodes .wih-episode:hover {
  transform: translateY(-2px);
  border-color: #b9dce6;
  box-shadow: 0 20px 48px rgba(16, 32, 51, 0.13);
}

.wih-episodes .wih-episode-body {
  display: flex;
  min-height: 100%;
  padding: 18px 20px 20px;
  flex-direction: column;
}

.wih-episodes .wih-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #102033;
}

.wih-episodes .wih-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.wih-episodes .wih-series {
  border: 1px solid #c9e3ec;
  border-radius: 999px;
  padding: 2px 8px;
  background: #eefbfc;
  color: #102033;
}

.wih-episodes .wih-episode p {
  color: var(--muted);
  font-size: 0.96rem;
}

.wih-episodes .wih-episode a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800;
}

.wih-team {
  --ink: #102033;
  --muted: #526173;
  --line: #dfe7ef;
  --blue: #123d73;
  --soft: #eef6f8;
  color: var(--ink);
}

.wih-team * {
  box-sizing: border-box;
}

.wih-team .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 82px) clamp(18px, 4vw, 48px);
}

.wih-team .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #102033 0%, #123d73 64%, #0e8093 100%);
  color: #ffffff;
}

.wih-team .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.16;
}

.wih-team .hero .wrap {
  position: relative;
  z-index: 1;
}

.wih-team .hero h1,
.wih-team .hero h2,
.wih-team .hero h3,
.wih-team .hero p {
  color: #ffffff;
}

.wih-team .eyebrow {
  margin: 0 0 12px;
  color: #9fe2ef;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wih-team h1 {
  margin: 0 0 18px;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

.wih-team h2 {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.wih-team h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
}

.wih-team p {
  margin: 0 0 18px;
  font-size: 1.04rem;
  line-height: 1.65;
}

.wih-team .lead {
  max-width: 760px;
  color: #e8f4f7;
  font-size: 1.2rem;
}

.wih-team .team-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}

.wih-team .team-feature figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #102033;
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.12);
}

.wih-team .team-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

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

.wih-team .person,
.wih-team .box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(16, 32, 51, 0.08);
}

.wih-team .person {
  min-height: 100%;
  padding: 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wih-team .person:hover {
  transform: translateY(-2px);
  border-color: #b9dce6;
  box-shadow: 0 20px 48px rgba(16, 32, 51, 0.13);
}

.wih-team .person img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 0 14px;
  border-radius: 50%;
  object-fit: cover;
}

.wih-team .role {
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 800;
}

.wih-team .contact {
  margin: 0;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.wih-team .band {
  background: var(--soft);
}

.wih-team .split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.wih-team .box {
  padding: 22px;
}

.wih-team a {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 920px) {
  .wih-episodes .grid,
  .wih-team .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .wih-redesign .wih-hero {
    min-height: 0;
  }

  .wih-redesign .wih-hero-grid,
  .wih-redesign .wih-current-grid,
  .wih-redesign .wih-split,
  .wih-redesign .wih-section-head,
  .wih-episodes .archive-hero-grid,
  .wih-team .team-feature {
    grid-template-columns: 1fr;
  }

  .wih-redesign .wih-cover {
    max-width: 260px;
    margin: 0;
  }

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

  .wih-redesign .wih-card-grid,
  .wih-redesign .wih-host-grid,
  .wih-redesign .wih-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wih-redesign .wih-photo-grid,
  .wih-page .wih-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wih-redesign .wih-current .wih-episode-card {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header .site-title,
  .site-header .site-title a {
    max-width: 190px !important;
    overflow-wrap: normal !important;
    font-size: 22px !important;
    hyphens: none !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    word-break: normal !important;
  }

  .ast-site-identity,
  .site-branding {
    min-width: 0 !important;
  }

  .ast-logo-title-inline .site-logo-img {
    padding-right: 0.65em !important;
  }

  header .custom-logo-link img {
    width: 76px !important;
    max-width: 76px !important;
  }

  .wih-redesign .wih-section {
    padding: 34px 16px 38px;
  }

  .wih-redesign .wih-hero {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .home .wih-redesign .wih-hero {
    margin-top: 18px;
  }

  .wih-redesign .wih-hero-grid {
    gap: 18px;
  }

  .wih-redesign .wih-hero-grid > div:last-child {
    order: -1;
  }

  .wih-redesign .wih-cover {
    width: 132px;
    max-width: 42vw;
    margin: 0 0 2px;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  }

  .wih-redesign .wih-cover-stage,
  .wih-redesign .wih-photo-stage {
    justify-items: start;
  }

  .wih-redesign .wih-cover-stage::after {
    right: auto;
    left: 94px;
    bottom: 6px;
    max-width: 190px;
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .wih-redesign .wih-hero-photo {
    width: min(100%, 340px);
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }

  .wih-redesign .wih-photo-stage span {
    right: auto;
    left: 14px;
    bottom: 14px;
    max-width: 230px;
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .wih-redesign .wih-stats {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .wih-redesign .wih-stats div {
    min-height: 0;
    padding: 12px;
  }

  .wih-redesign .wih-stats strong {
    font-size: 1.55rem;
  }

  .wih-redesign h1 {
    margin-bottom: 12px;
    font-size: 2.32rem;
    line-height: 1;
  }

  .wih-redesign h2 {
    margin-bottom: 12px;
    font-size: 1.72rem;
    line-height: 1.12;
  }

  .wih-redesign p {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .wih-redesign .wih-lead {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .wih-redesign .wih-eyebrow {
    margin-bottom: 10px;
    font-size: 0.76rem;
  }

  .wih-redesign .wih-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .wih-redesign .wih-btn {
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
  }

  .wih-redesign .wih-note {
    display: none;
    margin-top: 14px;
    padding: 12px;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .wih-redesign .wih-current-grid {
    gap: 16px;
  }

  .wih-redesign .wih-episode-card,
  .wih-redesign .wih-card {
    padding: 18px;
  }

  .wih-redesign .wih-current-thumb,
  .wih-redesign .wih-card-thumb {
    width: calc(100% + 36px);
    margin: -18px -18px 16px;
  }

  .wih-redesign .wih-platforms,
  .wih-redesign .wih-card-grid,
  .wih-redesign .wih-host-grid,
  .wih-redesign .wih-feature-grid,
  .wih-redesign .wih-photo-grid,
  .wih-page .wih-media-grid {
    grid-template-columns: 1fr;
  }

  .wih-redesign .wih-photo-card,
  .wih-redesign .wih-photo-card img,
  .wih-page .wih-page-photo,
  .wih-page .wih-page-photo img {
    min-height: 240px;
  }

  .wih-redesign .wih-platforms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .wih-redesign .wih-platforms a {
    padding: 10px 8px;
  }

  .wih-page .wih-page-section {
    padding: 34px 16px 38px;
  }

  .wih-page .wih-page-grid,
  .wih-page .wih-page-split {
    grid-template-columns: 1fr;
  }

  .wih-page h1 {
    font-size: 2.32rem;
  }

  .wih-page p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .wih-episodes .wrap {
    padding: 34px 16px 38px;
  }

  .wih-episodes .grid {
    grid-template-columns: 1fr;
  }

  .wih-episodes h1 {
    font-size: 2.38rem;
  }

  .wih-team .wrap {
    padding: 34px 16px 38px;
  }

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

  .wih-team .person img {
    width: 112px;
    height: 112px;
  }

  .wih-team h1 {
    font-size: 2.32rem;
  }
}
