/*
Theme Name: Pure Class Podcast
Theme URI: https://example.com/
Author: Flux and Fire Studio
Description: Custom WordPress theme for Pure Class Podcast.
Version: 2.9.4
Text Domain: pure-class-podcast
*/

:root {
  --bg: #fffafd;
  --bg-soft: #fff5f8;
  --card: rgba(255,255,255,0.92);
  --rose: #f472b6;
  --rose-soft: #fce7f3;
  --rose-border: #fbcfe8;
  --text: #312e2d;
  --muted: #6b645f;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(244,114,182,0.08);
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,248,251,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #fce7f3;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand-title {
  font-size: 1.7rem;
  font-weight: 700;
}

.brand-tagline {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-top: 0.2rem;
}

.site-logo-wrap,
.site-logo-wrap .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-logo-wrap .custom-logo {
  width: auto;
  max-width: min(360px, 58vw);
  max-height: 82px;
  height: auto;
}

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

.main-nav ul,
.main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a.active,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a,
.main-nav .current-menu-ancestor > a {
  background: var(--white);
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  color: var(--text);
}

.section {
  padding: 4rem 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(252,210,226,0.55), transparent 32%),
    radial-gradient(circle at bottom right, rgba(245,220,238,0.75), transparent 30%),
    linear-gradient(180deg,#fff9fc 0%, #fff5f8 100%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.badge {
  display: inline-block;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--rose);
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
  font-size: 0.9rem;
}

.hero h1,
.section-title h2,
.card-title,
.host-name,
.page-title {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}

.hero-copy p,
.section-title p,
.card p,
.host-copy p,
.page-copy {
  color: var(--muted);
  line-height: 1.8;
}

.button-row,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  border: 1px solid var(--rose-border);
  background: var(--white);
  color: var(--text);
}

.btn-primary {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--white);
}

.btn:hover { transform: translateY(-2px); }

.hero-card,
.card,
.social-glow,
.flow-box,
.host-card,
.video-card,
.about-card,
.contact-card,
.episode-card {
  background: var(--card);
  border: 1px solid var(--rose-border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow);
}

.hero-card {
  overflow: hidden;
  padding: 1.25rem;
}

.hero-card img {
  border-radius: calc(var(--radius-2xl) - 0.4rem);
}

.spark-grid,
.grid-3,
.grid-2 {
  display: grid;
  gap: 1.25rem;
}
.spark-grid,
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.mini-card,
.flow-box,
.card,
.video-card,
.about-card,
.episode-card {
  padding: 1.4rem;
}

.section-title {
  margin-bottom: 2rem;
}
.section-title .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--rose);
  font-size: 0.78rem;
  margin-bottom: 0.7rem;
}

.host-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.host-shell {
  position: relative;
}

.host-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.2rem;
  filter: blur(28px);
  opacity: 0.45;
  z-index: 0;
}

.host-shell:nth-child(1)::before { background: radial-gradient(circle at 50% 30%, rgba(251,113,133,0.22), transparent 62%); }
.host-shell:nth-child(2)::before { background: radial-gradient(circle at 50% 30%, rgba(244,114,182,0.2), transparent 62%); }
.host-shell:nth-child(3)::before { background: radial-gradient(circle at 50% 30%, rgba(251,191,211,0.28), transparent 62%); }

.host-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.host-image-wrap {
  padding: 1.25rem;
  background: linear-gradient(180deg,#fff7fb 0%, #fffafc 55%, #ffffff 100%);
}

.host-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #fbeff5;
}

.host-image-frame::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 1rem;
  height: 6rem;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.28;
}

.host-shell:nth-child(1) .host-image-frame::before { background: rgba(251,113,133,0.22); }
.host-shell:nth-child(2) .host-image-frame::before { background: rgba(244,114,182,0.20); }
.host-shell:nth-child(3) .host-image-frame::before { background: rgba(251,191,211,0.28); }

.host-image-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}

.host-copy {
  padding: 0 1.5rem 1.5rem;
}

.role-pill {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(253,242,248,0.95);
  border: 1px solid var(--rose-border);
  color: var(--rose);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.host-name,
.card-title,
.page-title {
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

.host-tone,
.meta {
  color: #8c837c;
  font-size: 0.95rem;
}

.social-glow {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  background: linear-gradient(180deg,#fff8fb 0%, #fff1f7 100%);
}

.social-glow::before,
.social-glow::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.social-glow::before {
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(244,114,182,0.18), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(251,191,211,0.22), transparent 26%);
  animation: pulseGlow 3.2s ease-in-out infinite;
}

.social-glow::after {
  top: -2rem;
  bottom: -2rem;
  left: -30%;
  width: 40%;
  transform: rotate(12deg);
  background: rgba(255,255,255,0.42);
  filter: blur(28px);
  animation: shimmer 4.8s ease-in-out infinite;
}

.coming-pill,
.social-pill {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid var(--rose-border);
  background: rgba(255,255,255,0.88);
}

.coming-pill {
  padding: 0.45rem 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--rose);
  font-size: 0.75rem;
}

.social-pill {
  padding: 0.65rem 1rem;
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

.footer {
  margin-top: 3rem;
  border-top: 1px solid #fce7f3;
  background: #fff7fb;
}

.page-hero {
  padding: 3.5rem 0 1rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--rose-border);
  font: inherit;
}

.contact-form textarea { min-height: 170px; }

@keyframes pulseGlow {
  0%, 100% { opacity: 0.15; }
  50% { opacity: 0.35; }
}

@keyframes shimmer {
  0% { transform: translateX(-20%) rotate(12deg); }
  100% { transform: translateX(190%) rotate(12deg); }
}

@media (max-width: 960px) {
  .hero-grid,
  .host-grid,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .header-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav { width: 100%; }
  .main-nav .main-menu { justify-content: flex-start; }
}


/* Editable block-home support */
.editable-front-page > *,
.editable-home-page > * {
  margin-block-start: 0;
}

.wp-block-buttons.button-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--rose-border);
  background: var(--white);
  color: var(--text);
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
}

.wp-block-button.btn-primary .wp-block-button__link {
  background: var(--rose);
  color: var(--white);
  border-color: var(--rose);
}

.editor-styles-wrapper .wrap {
  max-width: var(--max);
}

.editor-styles-wrapper .hero::before {
  pointer-events: none;
}


/* v1.2 Editable Hybrid Homepage Fixes
   Full-width hero + contained sections, with stronger WordPress block layout support. */

.site-main.editable-front-page,
.editable-front-page article,
.editable-home-page {
  width: 100%;
}

.editable-front-page .wp-block-group,
.editable-home-page .wp-block-group {
  box-sizing: border-box;
}

/* Make sure the homepage hero stays side-by-side on desktop. */
body .hero-grid,
.editor-styles-wrapper .hero-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr) !important;
  gap: clamp(1.5rem, 4vw, 3rem) !important;
  align-items: center !important;
}

body .hero-copy,
.editor-styles-wrapper .hero-copy,
body .hero-card,
.editor-styles-wrapper .hero-card {
  min-width: 0;
}

body .hero-card .wp-block-image,
.editor-styles-wrapper .hero-card .wp-block-image {
  margin: 0;
}

body .hero-card img,
.editor-styles-wrapper .hero-card img {
  width: 100%;
  height: auto;
}

/* WordPress columns sometimes override custom grid classes; these rules restore the intended layout. */
body .wp-block-columns.spark-grid,
.editor-styles-wrapper .wp-block-columns.spark-grid,
body .wp-block-columns.grid-3,
.editor-styles-wrapper .wp-block-columns.grid-3,
body .wp-block-columns.host-grid,
.editor-styles-wrapper .wp-block-columns.host-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
  align-items: stretch !important;
}

body .wp-block-columns.grid-2,
.editor-styles-wrapper .wp-block-columns.grid-2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

body .wp-block-columns > .wp-block-column,
.editor-styles-wrapper .wp-block-columns > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
}

/* Keep contained sections from becoming skinny in the editor or live page. */
body .wrap,
.editor-styles-wrapper .wrap {
  width: min(100% - 2.5rem, var(--max));
  max-width: var(--max);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .hero > .wrap,
.editor-styles-wrapper .hero > .wrap {
  width: min(100% - 2.5rem, var(--max));
}

/* Responsive stacking only on smaller screens. */
@media (max-width: 860px) {
  body .hero-grid,
  .editor-styles-wrapper .hero-grid,
  body .wp-block-columns.spark-grid,
  .editor-styles-wrapper .wp-block-columns.spark-grid,
  body .wp-block-columns.grid-3,
  .editor-styles-wrapper .wp-block-columns.grid-3,
  body .wp-block-columns.grid-2,
  .editor-styles-wrapper .wp-block-columns.grid-2,
  body .wp-block-columns.host-grid,
  .editor-styles-wrapper .wp-block-columns.host-grid {
    grid-template-columns: 1fr !important;
  }
}


/* v1.3 — Strong block-editor and live homepage layout fixes */
.editable-front-page { width: 100%; }
.editable-front-page > article { margin: 0; }

body .pure-hero-columns,
.editor-styles-wrapper .pure-hero-columns,
.block-editor-block-list__layout .pure-hero-columns {
  width: min(100% - 2.5rem, var(--max)) !important;
  max-width: var(--max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: clamp(1.5rem, 4vw, 3rem) !important;
}

body .pure-hero-columns > .wp-block-column,
.editor-styles-wrapper .pure-hero-columns > .wp-block-column,
.block-editor-block-list__layout .pure-hero-columns > .wp-block-column {
  min-width: 0 !important;
  flex-grow: 1 !important;
}

body .pure-hero-columns > .wp-block-column:first-child,
.editor-styles-wrapper .pure-hero-columns > .wp-block-column:first-child,
.block-editor-block-list__layout .pure-hero-columns > .wp-block-column:first-child {
  flex-basis: 54% !important;
}

body .pure-hero-columns > .wp-block-column:last-child,
.editor-styles-wrapper .pure-hero-columns > .wp-block-column:last-child,
.block-editor-block-list__layout .pure-hero-columns > .wp-block-column:last-child {
  flex-basis: 46% !important;
}

body .pure-card-row,
.editor-styles-wrapper .pure-card-row,
.block-editor-block-list__layout .pure-card-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

body .pure-card-row > .wp-block-column,
.editor-styles-wrapper .pure-card-row > .wp-block-column,
.block-editor-block-list__layout .pure-card-row > .wp-block-column {
  width: auto !important;
  flex-basis: auto !important;
}

@media (max-width: 860px) {
  body .pure-hero-columns,
  .editor-styles-wrapper .pure-hero-columns,
  .block-editor-block-list__layout .pure-hero-columns {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  body .pure-hero-columns > .wp-block-column,
  .editor-styles-wrapper .pure-hero-columns > .wp-block-column,
  .block-editor-block-list__layout .pure-hero-columns > .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
  }
  body .pure-card-row,
  .editor-styles-wrapper .pure-card-row,
  .block-editor-block-list__layout .pure-card-row {
    grid-template-columns: 1fr !important;
  }
}


/* v1.4 — Wide/full alignment fix for inserted homepage patterns.
   WordPress keeps normal blocks in a narrow editor column unless the blocks are explicitly full/wide. */
body .site-main.editable-front-page,
body .editable-front-page .entry-content,
body .editable-front-page article,
body.page-template-page-home-editable .site-main,
body.page-template-page-home-editable article {
  max-width: none !important;
  width: 100% !important;
}

body .pc-home,
.editor-styles-wrapper .pc-home,
.block-editor-block-list__layout .pc-home {
  width: 100% !important;
  max-width: none !important;
}

body .pc-home.alignfull,
body .wp-block-group.alignfull.hero,
body .wp-block-group.alignfull.section,
.editor-styles-wrapper .pc-home.alignfull,
.editor-styles-wrapper .wp-block-group.alignfull.hero,
.editor-styles-wrapper .wp-block-group.alignfull.section,
.block-editor-block-list__layout .pc-home.alignfull,
.block-editor-block-list__layout .wp-block-group.alignfull.hero,
.block-editor-block-list__layout .wp-block-group.alignfull.section {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .wp-block-columns.alignwide.pure-hero-columns,
.editor-styles-wrapper .wp-block-columns.alignwide.pure-hero-columns,
.block-editor-block-list__layout .wp-block-columns.alignwide.pure-hero-columns {
  width: min(100% - 2.5rem, var(--max)) !important;
  max-width: var(--max) !important;
}

body .wp-block-columns.alignwide.pure-card-row,
.editor-styles-wrapper .wp-block-columns.alignwide.pure-card-row,
.block-editor-block-list__layout .wp-block-columns.alignwide.pure-card-row,
body .wp-block-group.alignwide.wrap,
.editor-styles-wrapper .wp-block-group.alignwide.wrap,
.block-editor-block-list__layout .wp-block-group.alignwide.wrap {
  width: min(100% - 2.5rem, var(--max)) !important;
  max-width: var(--max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Force desktop side-by-side even when Gutenberg tries to make columns narrow. */
@media (min-width: 861px) {
  body .wp-block-columns.alignwide.pure-hero-columns,
  .editor-styles-wrapper .wp-block-columns.alignwide.pure-hero-columns,
  .block-editor-block-list__layout .wp-block-columns.alignwide.pure-hero-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr) !important;
  }
}


/* v1.5 — Live hero visibility fix.
   The hero background pseudo-element could sit above inserted block content on the live site.
   This keeps the pink hero background behind the editable columns, buttons, and image. */
body .hero {
  position: relative;
  isolation: isolate;
}

body .hero::before {
  z-index: 0;
  pointer-events: none;
}

body .hero > *,
body .hero .pure-hero-columns,
body .hero .wp-block-column,
body .hero .hero-card {
  position: relative;
  z-index: 1;
}

body .editable-front-page article > .wp-block-group:first-child,
body .editable-home-page > .wp-block-group:first-child {
  display: block;
}


/* Pure Class Pattern Styles v1.8 */
.pc-pattern.pc-hosts-hero {
  background: radial-gradient(circle at top left, rgba(244,114,182,.22), transparent 35%), linear-gradient(180deg, #fffafd 0%, #fff5f8 100%);
}
.pc-host-card-wrap, .pc-card-grid-section, .pc-blog-starter { padding: 4rem 1.25rem; }
.pc-host-cards, .pc-blog-cards { gap: 1.5rem; }
.pc-host-card, .pc-blog-card, .pc-host-feature {
  background: rgba(255,255,255,.9);
  border: 1px solid #fbcfe8;
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(244,114,182,.1);
  overflow: hidden;
}
.pc-host-card, .pc-blog-card { padding: 1rem; }
.pc-host-card h3, .pc-blog-card h3 { margin-top: 1rem; }
.pc-host-meta { color: var(--rose); font-weight: 700; font-size: .92rem; }
.pc-host-photo img, .pc-blog-card img, .pc-host-feature img { border-radius: 22px; }
.pc-host-quote { background: #fff; border-top: 1px solid #fbcfe8; border-bottom: 1px solid #fbcfe8; }
.pc-host-quote p { font-size: clamp(1.6rem, 4vw, 3rem); line-height: 1.2; color: var(--text); }
.pc-blog-starter { background: rgba(255,255,255,.75); border-radius: 28px; }
@media (max-width: 781px) {
  .pc-host-card-wrap, .pc-card-grid-section, .pc-blog-starter { padding: 2.5rem 1rem; }
}


/* Editable page/post fallback templates */
.page-content-template .entry-content > *:first-child,
.single-content-template .entry-content > *:first-child { margin-top: 0; }
.pc-editable-page .entry-content { width: 100%; }
.pc-page-title-wrap { padding-top: 3rem; padding-bottom: 1rem; }
.pc-post-header { padding-top: 4rem; padding-bottom: 2rem; }
.pc-post-meta { color: var(--muted); margin-top: .5rem; }
.pc-single-post { padding-bottom: 4rem; }
.pc-post-content { max-width: 880px; margin-inline: auto; font-size: 1.08rem; line-height: 1.75; }
.pc-featured-image img, .pc-archive-thumb img { width: 100%; height: auto; border-radius: 22px; display: block; }
.pc-featured-image { margin: 0 0 2rem; }
.pc-archive-card a { color: inherit; text-decoration: none; }
.pc-archive-card a:hover { text-decoration: underline; }
.pc-pagination { margin-top: 2rem; }


/* Pure Class: Hide page titles on standard pages, but keep post titles visible */
body.page .wp-block-post-title,
body.page h1.wp-block-post-title,
body.page .entry-title,
body.page h1.entry-title {
    display: none !important;
}

/* Remove extra top spacing that page titles sometimes leave behind */
body.page main,
body.page .wp-site-blocks main {
    margin-top: 0;
}


/* Pure Class v2.2: hard hide page titles on live pages only */
body.page h1.entry-title,
body.page .entry-title,
body.page .page-title,
body.page .wp-block-post-title,
body.page h1.wp-block-post-title,
body.page header.entry-header,
body.page .entry-header,
body.page .page-header,
body.page .wp-block-query-title,
body.page h1:where(.alignwide, .alignfull),
body.page .wp-site-blocks > h1:first-child,
body.page main > h1:first-child,
body.page article > h1:first-child {
    display: none !important;
}

/* Keep headings inside actual page content visible */
body.page .entry-content h1,
body.page .wp-block-post-content h1,
body.page .pure-class-entry-content h1 {
    display: revert !important;
}


/* Pure Class v2.3: Meet the Hosts even-image pattern */
.pure-class-hosts-even-wrap {
    padding: clamp(48px, 7vw, 88px) 24px;
    background: linear-gradient(180deg, #fff7fb 0%, #ffffff 100%);
}

.pure-class-hosts-even-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.pure-class-hosts-even-kicker {
    margin: 0 0 10px;
    text-align: center;
    color: #e85b99;
    font-size: 14px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 800;
}

.pure-class-hosts-even-title {
    margin: 0;
    text-align: center;
    color: #151515;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 800;
}

.pure-class-hosts-even-subtitle {
    max-width: 760px;
    margin: 18px auto 46px;
    text-align: center;
    color: #333;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.55;
}

.pure-class-hosts-even-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.pure-class-host-card-even {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 22px;
    border: 1px solid rgba(232, 91, 153, .26);
    border-radius: 26px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 18px 50px rgba(18, 18, 18, .06);
}

.pure-class-host-image-even {
    height: 360px;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 22px;
}

.pure-class-host-image-even img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center bottom !important;
    display: block;
}

.pure-class-host-card-even h3 {
    margin: 0 0 8px;
    color: #171717;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.05;
}

.pure-class-host-role {
    margin: 0 0 18px;
    color: #e85b99;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800;
}

.pure-class-host-rule {
    width: 42px;
    height: 2px;
    margin: 0 0 22px;
    background: #e85b99;
}

.pure-class-host-bio {
    color: #222;
    font-size: 17px;
    line-height: 1.62;
    margin-bottom: 0;
}

@media (max-width: 960px) {
    .pure-class-hosts-even-grid {
        grid-template-columns: 1fr;
    }

    .pure-class-host-image-even {
        height: 390px;
    }
}

@media (max-width: 520px) {
    .pure-class-host-card-even {
        padding: 18px;
    }

    .pure-class-host-image-even {
        height: 320px;
    }
}


/* Pure Class v2.5: Editable Meet the Hosts pattern */
.pure-class-hosts-editable {
    background: linear-gradient(180deg, #fff7fb 0%, #ffffff 100%);
}

.pure-class-host-card-editable {
    height: 100%;
    box-shadow: 0 18px 50px rgba(18, 18, 18, .06);
}

.pure-class-host-image-editable {
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.pure-class-host-image-editable img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center bottom !important;
    display: block;
}

.pure-class-about-podcast {
    box-shadow: 0 18px 50px rgba(18, 18, 18, .06);
}

@media (max-width: 960px) {
    .pure-class-host-image-editable { height: 390px; }
}

@media (max-width: 520px) {
    .pure-class-host-image-editable { height: 320px; }
}


/* Pure Class v2.6: Strong editable host image equalizer */
.pure-class-host-card-editable {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pure-class-host-image-editable {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    width: 100%;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #ffffff;
}

.pure-class-host-image-editable .wp-block-image,
.pure-class-host-image-editable figure {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

.pure-class-host-image-editable img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    display: block !important;
}

/* Make the three columns and cards stay visually even */
.pure-class-hosts-columns {
    align-items: stretch !important;
}

.pure-class-hosts-columns > .wp-block-column {
    display: flex;
}

.pure-class-hosts-columns > .wp-block-column > .wp-block-group {
    width: 100%;
}

/* Keep host bios from pushing image sizes around */
.pure-class-host-card-editable > * {
    flex-shrink: 0;
}

@media (max-width: 960px) {
    .pure-class-host-image-editable {
        height: 390px !important;
        min-height: 390px !important;
        max-height: 390px !important;
    }
}

@media (max-width: 520px) {
    .pure-class-host-image-editable {
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;
    }
}


/* Pure Class v2.7: final host image lock */
.pure-class-host-image-editable {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    width: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.pure-class-host-image-editable figure,
.pure-class-host-image-editable .wp-block-image {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

.pure-class-host-image-editable img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
}

.pure-class-hosts-columns {
    align-items: stretch !important;
}

.pure-class-hosts-columns > .wp-block-column {
    display: flex !important;
}

.pure-class-host-card-editable {
    width: 100% !important;
}


/* Pure Class v2.8: balanced host image sizing */
.pure-class-host-image-editable {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
    width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.pure-class-host-image-editable figure,
.pure-class-host-image-editable .wp-block-image {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pure-class-host-image-editable img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform-origin: center center !important;
}

/* Individual balancing because the source cartoons have different built-in canvas/whitespace */
.pure-class-host-image-rae img {
    transform: scale(0.88) translateY(2%) !important;
}

.pure-class-host-image-donala img {
    transform: scale(1.18) translateY(1%) !important;
}

.pure-class-host-image-siniva img {
    transform: scale(1.18) translateY(1%) !important;
}

/* Keep the visible image panels/card layout even */
.pure-class-hosts-columns {
    align-items: stretch !important;
}

.pure-class-hosts-columns > .wp-block-column {
    display: flex !important;
}

.pure-class-host-card-editable {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

@media (max-width: 960px) {
    .pure-class-host-image-editable {
        height: 390px !important;
        min-height: 390px !important;
        max-height: 390px !important;
    }
}

@media (max-width: 520px) {
    .pure-class-host-image-editable {
        height: 330px !important;
        min-height: 330px !important;
        max-height: 330px !important;
    }

    .pure-class-host-image-donala img,
    .pure-class-host-image-siniva img {
        transform: scale(1.12) translateY(1%) !important;
    }
}

/* Pure Class v2.9.1: responsive mobile dropdown menu */
.site-branding {
  min-width: 0;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid var(--rose-border);
  border-radius: 999px;
  background: var(--white);
  color: var(--text);
  width: 46px;
  height: 46px;
  padding: 0;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
}

.menu-toggle-bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: 18px;
}

.menu-toggle-bars span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.main-nav .menu-item-has-children,
.main-nav .page_item_has_children {
  position: relative;
}

.main-nav .sub-menu,
.main-nav .children {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + .4rem);
  min-width: 210px;
  padding: .55rem;
  border: 1px solid var(--rose-border);
  border-radius: 1.1rem;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  z-index: 200;
}

.main-nav .menu-item-has-children:hover > .sub-menu,
.main-nav .menu-item-has-children:focus-within > .sub-menu,
.main-nav .page_item_has_children:hover > .children,
.main-nav .page_item_has_children:focus-within > .children {
  display: block;
}

.main-nav .sub-menu a,
.main-nav .children a {
  width: 100%;
  justify-content: flex-start;
  border-radius: .85rem;
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
  }

  .header-inner {
    position: relative;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: .85rem;
  }

  .site-branding {
    flex: 1 1 auto;
    padding-right: .5rem;
  }

  .site-logo-wrap .custom-logo {
    max-width: min(260px, 62vw);
    max-height: 64px;
  }

  .brand-title {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
    line-height: 1.08;
  }

  .brand-tagline {
    max-width: 230px;
    font-size: .62rem;
    letter-spacing: .12em;
  }

  .menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .main-nav {
    display: none;
    width: 100% !important;
    flex-basis: 100%;
    padding: .35rem 0 .2rem;
  }

  body.pure-class-mobile-menu-open .main-nav,
  .site-header.is-menu-open .main-nav {
    display: block;
  }

  .main-nav .main-menu,
  .main-nav ul {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: .35rem;
    padding: .65rem;
    border: 1px solid var(--rose-border);
    border-radius: 1.25rem;
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 38px rgba(244,114,182,.10);
  }

  .main-nav li {
    width: 100%;
  }

  .main-nav a {
    width: 100%;
    justify-content: flex-start;
    padding: .85rem 1rem;
    border-radius: .95rem;
  }

  .main-nav .sub-menu,
  .main-nav .children {
    display: block;
    position: static;
    min-width: 0;
    margin: .25rem 0 .35rem .75rem;
    padding: .25rem 0 .25rem .65rem;
    border: 0;
    border-left: 2px solid var(--rose-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .main-nav .sub-menu a,
  .main-nav .children a {
    padding: .7rem .85rem;
  }
}


/* Custom Web Fonts */
@font-face {
  font-family: 'Birthday Script';
  src: url('assets/fonts/birthday.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caligor Sans';
  src: url('assets/fonts/caligor-sans-clean.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
.hero-title,
.page-title,
.entry-title {
  font-family: 'Birthday Script', cursive;
}

h2,
h3,
h4,
h5,
h6,
.section-title,
.card-title,
.widget-title,
button,
.wp-block-button__link {
  font-family: 'Caligor Sans', Arial, sans-serif;
}
