.mcyc-page {
  position: relative;
  overflow: clip;
  background: #fff;
  color: #141943;
}

.mcyc-btn-primary,
.mcyc-btn-primary,
.mcyc-btn-secondary,
.mcyc-donation-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease,
    box-shadow 0.22s ease, border-color 0.22s ease;
}

.mcyc-btn-primary,
.mcyc-donation-submit {
  color: #fff;
  background: linear-gradient(135deg, #c8402e 0%, #b03525 100%);
  box-shadow: 0 12px 28px rgba(200, 64, 46, 0.28);
}

.mcyc-btn-primary,
.mcyc-btn-secondary,
.mcyc-donation-submit {
  min-height: 54px;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  font-size: 1rem;
}

.mcyc-donation-submit {
  width: 100%;
  justify-content: center;
}

.mcyc-btn-primary:hover,
.mcyc-donation-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(200, 64, 46, 0.38);
}

.mcyc-btn-secondary {
  color: #141943;
  background: #fff;
  border: 2px solid #d8dde7;
  box-shadow: 0 8px 24px rgba(20, 25, 67, 0.08);
}

.mcyc-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: #141943;
}

.mcyc-btn-secondary--light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.mcyc-hero-stage {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 6rem;
  padding-right: 0rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 248, 250, 0.97) 45%, rgba(242, 244, 247, 0.98) 100%), var(--mcyc-hero-bg) center/cover;
}

.mcyc-hero-architectural-bg,
.mcyc-hero-grid-pattern,
.mcyc-glow-orb,
.mcyc-section-orb,
.mcyc-image-glow {
  position: absolute;
  pointer-events: none;
}

.mcyc-hero-architectural-bg {
  inset: 0;
  background-image: radial-gradient(circle at 10% 20%, rgba(200, 64, 46, 0.06) 0%, transparent 38%), radial-gradient(circle at 85% 72%, rgba(20, 25, 67, 0.08) 0%, transparent 42%);
}

.mcyc-hero-grid-pattern {
  inset: 0;
  background-image: linear-gradient(rgba(20, 25, 67, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 25, 67, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.55;
}

.mcyc-logo-mark {
  width: clamp(54px, 8vw, 88px);
  height: auto;
}

.mcyc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #c8402e;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mcyc-eyebrow::after {
  content: "";
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #c8402e 0%, transparent 100%);
}

.mcyc-hero-image-frame,
.mcyc-building-image-large,
.mcyc-building-image-small,
.mcyc-construction-image,
.mcyc-story-card,
.mcyc-video-card {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(20, 25, 67, 0.14);
}

.mcyc-hero-image-frame {
  position: relative;
  min-height: 420px;
  box-shadow: 0 40px 120px rgba(20, 25, 67, 0.2);
}

/* Hero image: must override .mcyc-page img { height:auto } later in this file */
.mcyc-page .mcyc-hero-image-frame .mcyc-hero-image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

/* Above ::before scrim (z-index 1) so badge and caption stay visible */
.mcyc-hero-image-frame .mcyc-hero-badge-overlay,
.mcyc-hero-image-frame .mcyc-hero-text-overlay {
  z-index: 3;
}

/* ── Hero layout ──────────────────────────────────────────────────── */
.mcyc-hero-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.mcyc-hero-text {
  position: relative;
  z-index: 2;
  width: 52%;
  padding: 2.5rem 3rem 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mcyc-hero-video-col {
  position: absolute;
  top: 9rem;
  right: 0;
  bottom: 2.5rem;
  width: 52%;
  overflow: hidden;
}

.mcyc-hero-video-col .mcyc-hero-image-frame {
  height: 100%;
  min-height: unset;
  border-radius: 28px;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .mcyc-hero-text { padding: 2.5rem 4rem 2.5rem 6rem; }
}

@media (max-width: 1023px) {
  .mcyc-hero-inner { flex-direction: column; min-height: unset; }
  .mcyc-hero-text { width: 100%; padding: 3rem 1.5rem 2rem; }
  .mcyc-hero-video-col { position: relative; width: 100%; height: 320px; }
  .mcyc-hero-video-col .mcyc-hero-image-frame { border-radius: 20px; height: 100%; }
}


.mcyc-hero-image-frame::before,
.mcyc-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 25, 67, 0.04) 0%, rgba(20, 25, 67, 0.56) 100%);
  z-index: 1;
}

.mcyc-hero-image-frame img,
.mcyc-building-image-large img,
.mcyc-building-image-small img,
.mcyc-construction-image img,
.mcyc-story-thumbnail img {
  transition: transform 0.5s ease;
}

.mcyc-hero-image-frame:hover img,
.mcyc-building-image-large:hover img,
.mcyc-building-image-small:hover img,
.mcyc-construction-image:hover img,
.mcyc-story-card:hover .mcyc-story-thumbnail img {
  transform: scale(1.05);
}

.mcyc-hero-info-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 25, 67, 0.08);
  box-shadow: 0 8px 20px rgba(20, 25, 67, 0.08);
  font-size: 0.88rem;
  font-weight: 700;
}

.mcyc-donation-card,
.mcyc-progress-card,
.mcyc-metric-card,
.mcyc-program-card,
.mcyc-voice-card,
.mcyc-focus-card {
  background: #fff;
  border: 1px solid rgba(20, 25, 67, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 52px rgba(20, 25, 67, 0.08);
}

.mcyc-building-focus-card,
.mcyc-mentorship-stage,
.mcyc-final-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.mcyc-building-focus-card {
  background: linear-gradient(135deg, #081128 0%, #12193d 46%, #1c2450 100%) !important;
  color: #fff;
}

.mcyc-building-focus-card > *,
.mcyc-mentorship-inner,
.mcyc-final-inner {
  position: relative;
  z-index: 2;
}

.mcyc-mentorship-stage {
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 64, 46, 0.08) 0%, transparent 32%),
    radial-gradient(circle at 86% 72%, rgba(20, 25, 67, 0.06) 0%, transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f4ee 100%) !important;
  color: #141943;
}

.mcyc-quote-panel {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  background: #f6f1eb;
  background-image: var(--mcyc-quote-image);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(20, 25, 67, 0.08);
}

.mcyc-quote-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(246, 241, 235, 0.18) 0%, rgba(246, 241, 235, 0.38) 34%, rgba(12, 18, 45, 0.84) 100%),
    linear-gradient(90deg, rgba(12, 18, 45, 0.10) 0%, rgba(12, 18, 45, 0.26) 100%);
}

.mcyc-quote-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 2rem 2.2rem;
}

.mcyc-quote-kicker {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #141943;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mcyc-donation-card {
  position: relative;
  overflow: hidden;
}

.mcyc-donation-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #c8402e 0%, #b03525 100%);
}

.mcyc-check-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.mcyc-check-icon {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0.15rem;
  border-radius: 999px;
  background: #c8402e;
  box-shadow: 0 8px 18px rgba(200, 64, 46, 0.28);
}

.mcyc-check-icon::before {
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.68rem;
  margin: 0.42rem auto 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mcyc-gift-type-btn,
.mcyc-donation-btn {
  border: 2px solid #d7dce6;
  background: #fff;
  color: #141943;
  cursor: pointer;
  transition: all 0.22s ease;
}

.mcyc-gift-type-btn {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-weight: 700;
}

.mcyc-gift-type-btn.is-active {
  background: #141943;
  color: #fff;
  border-color: #141943;
}

.mcyc-donation-btn {
  border-radius: 18px;
  padding: 1rem 0.75rem;
  font-size: 1.08rem;
  font-weight: 800;
}

.mcyc-donation-btn:hover {
  border-color: #c8402e;
  color: #c8402e;
  background: rgba(200, 64, 46, 0.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(200, 64, 46, 0.12);
}

.mcyc-donation-btn.is-selected {
  border-color: #c8402e !important;
  background: #c8402e !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(200, 64, 46, 0.28);
}

.mcyc-project-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0d1230 0%, #141943 42%, #1a2050 100%);
}

.mcyc-project-panel::before,
.mcyc-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
}

.mcyc-project-panel::before,
.mcyc-final-cta::before,
.mcyc-final-cta::after,
.mcyc-glow-orb,
.mcyc-section-orb,
.mcyc-image-glow {
  z-index: 0;
}

.mcyc-progress-bar {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.mcyc-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c8402e 0%, #b03525 100%);
}

.mcyc-metric-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mcyc-metric-card:hover,
.mcyc-program-card:hover,
.mcyc-voice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(20, 25, 67, 0.12);
}

.mcyc-metric-value {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1;
  font-weight: 900;
  color: #141943;
}

.mcyc-image-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  color: #fff;
}

.mcyc-image-caption span {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.7rem;
  background: rgba(20, 25, 67, 0.86);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mcyc-program-card {
  padding: 2rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mcyc-program-card.is-featured {
  background: linear-gradient(135deg, #141943 0%, #0d1230 100%);
  color: #fff;
  border-color: rgba(200, 64, 46, 0.24);
}

.mcyc-program-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #141943 0%, #0d1230 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(20, 25, 67, 0.2);
}

.mcyc-program-card.is-featured .mcyc-program-icon {
  background: linear-gradient(135deg, #c8402e 0%, #b03525 100%);
}

.mcyc-story-slider {
  overflow: hidden;
}

.mcyc-story-slide {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.mcyc-story-thumbnail {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.mcyc-story-card {
  background: #fff;
  border: 1px solid rgba(20, 25, 67, 0.08);
}

.mcyc-story-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mcyc-story-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(20, 25, 67, 0.88);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mcyc-story-content {
  padding: 1.5rem;
}

.mcyc-story-name {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.mcyc-story-role,
.mcyc-voice-role {
  color: #6b7280;
}

.mcyc-story-quote {
  margin-top: 0.9rem;
  line-height: 1.75;
  color: #4b5563;
}

.mcyc-slider-dots {
  display: none;
}

.mcyc-voice-card.is-featured,
.mcyc-video-card,
.mcyc-final-cta {
  background: linear-gradient(145deg, #081128 0%, #12193d 52%, #1c2450 100%) !important;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.mcyc-final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 30%, rgba(200, 64, 46, 0.18) 0%, transparent 42%), radial-gradient(circle at 78% 62%, rgba(200, 64, 46, 0.12) 0%, transparent 40%);
}

.mcyc-voice-card.is-featured .mcyc-voice-role {
  color: rgba(255, 255, 255, 0.72);
}

.mcyc-voice-avatar {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef1f5;
  font-weight: 800;
}

.mcyc-voice-card.is-featured .mcyc-voice-avatar {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.mcyc-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #0d1230;
}

.mcyc-video-frame video {
  position: relative;
  z-index: 0;
}

.mcyc-video-copy {
  border-radius: 24px;
  padding: 1rem 1.15rem;
  background: linear-gradient(180deg, rgba(13, 18, 48, 0.12) 0%, rgba(13, 18, 48, 0.84) 100%);
  backdrop-filter: blur(6px);
}

.mcyc-focus-card {
  padding: 1.25rem 1.4rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(20, 25, 67, 0.1);
  box-shadow: 0 18px 44px rgba(20, 25, 67, 0.08);
  backdrop-filter: blur(8px);
}

.mcyc-focus-copy {
  color: #556277 !important;
}

.mcyc-mentorship-copy {
  color: #4b5563 !important;
}

.mcyc-final-copy {
  color: rgba(255, 255, 255, 0.9) !important;
}

.mcyc-building-focus-label {
  color: rgba(255, 255, 255, 0.78) !important;
}

.mcyc-building-focus-card li,
.mcyc-quote-panel p {
  color: #fff !important;
}

.mcyc-quote-panel .mcyc-quote-kicker {
  color: #141943 !important;
}

.mcyc-final-cta h2,
.mcyc-quote-panel p {
  text-shadow: 0 12px 32px rgba(13, 18, 48, 0.26);
}

.mcyc-mentorship-stage .mcyc-btn-secondary--light,
.mcyc-final-cta .mcyc-btn-secondary--light {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.96);
  color: #141943;
  box-shadow: 0 16px 34px rgba(8, 17, 40, 0.18);
}

.mcyc-mentorship-stage .mcyc-section-orb {
  background: radial-gradient(circle, rgba(200, 64, 46, 0.14) 0%, transparent 72%);
  filter: blur(90px);
  opacity: 0.72;
}

.mcyc-mentorship-stage .mcyc-image-glow {
  background: radial-gradient(circle, rgba(200, 64, 46, 0.16) 0%, transparent 72%);
  filter: blur(56px);
}

.mcyc-final-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(2.25rem, 4vw, 3.5rem);
  border-radius: 40px;
  background: linear-gradient(160deg, rgba(8, 17, 40, 0.94) 0%, rgba(18, 25, 61, 0.96) 52%, rgba(28, 36, 80, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(8, 17, 40, 0.28);
}

.mcyc-final-heading {
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

.mcyc-final-actions {
  align-items: center;
}

.mcyc-building-image-large,
.mcyc-building-image-small,
.mcyc-construction-image {
  position: relative;
}

/* Dark gradient scrim so caption text is always legible */
.mcyc-building-image-large::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(8, 17, 40, 0.08) 0%,
    rgba(8, 17, 40, 0.18) 40%,
    rgba(8, 17, 40, 0.72) 100%
  );
  pointer-events: none;
}

.mcyc-image-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  color: #fff;
}

.mcyc-image-caption span {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.55rem;
  background: rgba(20, 25, 67, 0.88);
  backdrop-filter: blur(6px);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mcyc-image-caption p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  line-height: 1.6;
  font-weight: 500;
  text-shadow: 0 1px 6px rgba(8, 17, 40, 0.5);
  margin: 0;
}

.mcyc-glow-orb {
  width: 560px;
  height: 560px;
  top: -40%;
  right: -20%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(200, 64, 46, 0.22) 0%, transparent 70%);
  filter: blur(90px);
}

.mcyc-section-orb {
  width: 640px;
  height: 640px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(200, 64, 46, 0.18) 0%, transparent 70%);
  filter: blur(100px);
}

.mcyc-section-orb--left {
  top: -15%;
  left: -10%;
}

.mcyc-section-orb--right {
  right: -12%;
  bottom: -20%;
}

.mcyc-image-glow {
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 64, 46, 0.22) 0%, transparent 70%);
  filter: blur(70px);
}

.mcyc-fade-in {
  opacity: 0;
  transform: translateX(-36px) translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.mcyc-fade-in.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

@media (min-width: 768px) {
  .mcyc-story-slide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mcyc-hero-image-frame {
    min-height: 280px;
  }

  .mcyc-btn-primary,
  .mcyc-btn-secondary,
  .mcyc-donation-submit {
    width: 100%;
  }

  .mcyc-quote-panel {
    min-height: 300px;
  }

  .mcyc-quote-content {
    padding: 1.4rem 1.25rem 1.55rem;
  }

  .mcyc-final-card {
    border-radius: 28px;
    padding: 1.75rem 1.35rem;
  }

  .mcyc-final-actions a {
    width: 100%;
  }

  .mcyc-program-card,
  .mcyc-donation-card {
    padding: 1.5rem;
  }
}

/* ── Construction Photo Strip ─────────────────────────────────────── */
.mcyc-construction-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.mcyc-construction-strip-item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #e5e7eb;
}

.mcyc-construction-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.mcyc-construction-strip-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 900px) {
  .mcyc-construction-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .mcyc-construction-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Video playlist thumbnails ────────────────────────────────────── */
.mcyc-playlist-thumb:hover img {
  opacity: 1;
}

/* ── Podcast Player ───────────────────────────────────────────────── */
.mcyc-podcast-player {
  background: linear-gradient(160deg, #0a0f28 0%, #141943 55%, #1a1040 100%);
  border-radius: 28px;
  padding: 32px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 40px 100px rgba(8, 14, 40, 0.55), inset 0 1px 0 rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  min-height: 620px;
  height: 100%;
  box-sizing: border-box;
}

/* Hero row */
.mcyc-podcast-hero {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.mcyc-podcast-cover {
  width: 130px;
  height: 130px;
  border-radius: 16px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 12px 32px rgba(0,0,0,0.6);
}
.mcyc-podcast-meta {
  flex: 1;
  min-width: 0;
}
.mcyc-podcast-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #C8402E;
  background: rgba(200,64,46,0.14);
  border: 1px solid rgba(200,64,46,0.3);
  border-radius: 20px;
  padding: 3px 12px;
  margin-bottom: 10px;
}
.mcyc-podcast-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 10px;
}
.mcyc-podcast-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  margin: 0;
}

/* Waveform */
.mcyc-waveform-wrap {
  position: relative;
  height: 100px;
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  padding: 0 8px;
}
.mcyc-waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 100%;
  padding: 10px 2px;
}
.mcyc-waveform-bar {
  flex: 1;
  border-radius: 3px;
  background: rgba(255,255,255,0.15);
  animation: mcyc-wave-pulse 1.8s ease-in-out infinite alternate;
  min-height: 4px;
}
@keyframes mcyc-wave-pulse {
  0%   { opacity: 0.3; transform: scaleY(0.6); }
  100% { opacity: 0.9; transform: scaleY(1); }
}
/* Played bars (left of thumb) tinted red via JS class */
.mcyc-waveform-bar.is-played {
  background: linear-gradient(to top, #C8402E, #e05040);
  opacity: 1;
}

/* Progress track overlaid on waveform */
.mcyc-progress-track {
  position: absolute;
  inset: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.mcyc-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(200,64,46,0.15);
  pointer-events: none;
  transition: width .1s;
}
.mcyc-progress-thumb {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #C8402E;
  box-shadow: 0 0 0 4px rgba(200,64,46,0.3), 0 4px 12px rgba(200,64,46,0.5);
  pointer-events: none;
  transition: left .1s;
}

/* Time row */
.mcyc-time-row {
  display: flex;
  justify-content: space-between;
  margin-top: -14px;
  padding: 0 4px;
}
.mcyc-time-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
}

/* Controls */
.mcyc-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 0;
}
.mcyc-ctrl-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color .2s, background .2s, transform .2s;
  padding: 8px;
}
.mcyc-ctrl-btn:hover { color: #fff; background: rgba(255,255,255,0.08); }
.mcyc-ctrl-play {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #C8402E, #e05040) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(200,64,46,0.45);
  border-radius: 50% !important;
}
.mcyc-ctrl-play:hover { transform: scale(1.07); box-shadow: 0 14px 34px rgba(200,64,46,0.55); }
.mcyc-ctrl-skip { color: rgba(255,255,255,0.45); }
.mcyc-volume-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}
.mcyc-volume-slider {
  -webkit-appearance: none;
  width: 80px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.2);
  outline: none;
  cursor: pointer;
}
.mcyc-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #C8402E;
  cursor: pointer;
}

/* Episode list */
.mcyc-episode-list {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mcyc-ep-list-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,0.35);
  margin: 0 0 12px;
}
.mcyc-ep-list-track {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(200,64,46,0.4) transparent;
}
.mcyc-ep-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: background .2s;
  position: relative;
  border: 1px solid transparent;
}
.mcyc-ep-item:hover { background: rgba(255,255,255,0.06); }
.mcyc-ep-item.is-active { background: rgba(200,64,46,0.12); border-color: rgba(200,64,46,0.22); }
.mcyc-ep-thumb {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.mcyc-ep-info { flex: 1; min-width: 0; }
.mcyc-ep-num {
  font-size: 9px;
  font-weight: 700;
  color: #C8402E;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 3px;
}
.mcyc-ep-name {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mcyc-ep-dur {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  flex-shrink: 0;
}
.mcyc-ep-play-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(200,64,46,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity .2s;
}
.mcyc-ep-item:hover .mcyc-ep-play-icon,
.mcyc-ep-item.is-active .mcyc-ep-play-icon { opacity: 1; }
.mcyc-ep-item.is-active .mcyc-ep-play-icon { background: #C8402E; }

/* ── Video Player ─────────────────────────────────────────────────── */
.mcyc-video-player {
  background: linear-gradient(160deg, #0a0f28 0%, #141943 55%, #1a1040 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(8, 14, 40, 0.5);
  border: 1px solid rgba(255,255,255,0.06);
}

/* Main video area */
.mcyc-vp-main {
  position: relative;
  background: #000;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.mcyc-vp-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Play overlay */
.mcyc-vp-play-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.mcyc-vp-play-overlay:hover { background: rgba(0,0,0,0.15); }
.mcyc-vp-play-overlay.is-playing .mcyc-vp-big-play { opacity: 0; }

.mcyc-vp-big-play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(200,64,46,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 12px 36px rgba(200,64,46,0.5);
  transition: opacity .2s, transform .2s;
}
.mcyc-vp-play-overlay:hover .mcyc-vp-big-play { transform: scale(1.08); }

/* Bottom bar */
.mcyc-vp-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px 16px;
  background: linear-gradient(to top, rgba(8,14,40,0.95) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mcyc-vp-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mcyc-vp-badge {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #C8402E;
  background: rgba(200,64,46,0.14);
  border: 1px solid rgba(200,64,46,0.3);
  border-radius: 20px;
  padding: 2px 10px;
  flex-shrink: 0;
}
.mcyc-vp-title-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Progress bar */
.mcyc-vp-progress-wrap {
  cursor: pointer;
  padding: 6px 0;
}
.mcyc-vp-progress-bg {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.2);
}
.mcyc-vp-progress-fill {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  background: #C8402E;
  border-radius: 2px;
  width: 0%;
  transition: width .1s;
}
.mcyc-vp-progress-thumb {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C8402E;
  box-shadow: 0 0 0 3px rgba(200,64,46,0.35);
  left: 0%;
  transition: left .1s;
}

/* Controls row */
.mcyc-vp-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mcyc-vp-controls-left,
.mcyc-vp-controls-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mcyc-vp-ctrl {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  transition: color .2s;
}
.mcyc-vp-ctrl:hover { color: #fff; }
.mcyc-vp-time {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
}
.mcyc-vp-vol-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mcyc-vp-vol-slider {
  -webkit-appearance: none;
  width: 70px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.2);
  outline: none;
  cursor: pointer;
}
.mcyc-vp-vol-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #C8402E;
  cursor: pointer;
}

/* Thumbnail slider */
.mcyc-vp-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 16px 0 20px;
  background: rgba(0,0,0,0.25);
}
.mcyc-vp-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 16px;
  flex: 1;
}
.mcyc-vp-slider::-webkit-scrollbar { display: none; }

.mcyc-vp-thumb-item {
  flex-shrink: 0;
  width: 160px;
  cursor: pointer;
}
.mcyc-vp-thumb-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  border: 2px solid transparent;
  transition: border-color .2s;
}
.mcyc-vp-thumb-item.is-active .mcyc-vp-thumb-img,
.mcyc-vp-thumb-item:hover .mcyc-vp-thumb-img {
  border-color: #C8402E;
}
.mcyc-vp-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.mcyc-vp-thumb-item:hover .mcyc-vp-thumb-img img { transform: scale(1.05); }

.mcyc-vp-thumb-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8,14,40,0.45);
  transition: background .2s;
}
.mcyc-vp-thumb-item.is-active .mcyc-vp-thumb-play { background: rgba(200,64,46,0.35); }
.mcyc-vp-thumb-item:hover .mcyc-vp-thumb-play { background: rgba(200,64,46,0.25); }

.mcyc-vp-thumb-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  margin: 6px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2px;
}
.mcyc-vp-thumb-item.is-active .mcyc-vp-thumb-label { color: #fff; }

.mcyc-vp-slide-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, color .2s;
  margin: 0 8px;
}
.mcyc-vp-slide-arrow:hover { background: rgba(200,64,46,0.3); color: #fff; border-color: rgba(200,64,46,0.4); }

/* ── Construction Photo Slider ────────────────────────────────────── */
.mcyc-cslider {
  border-radius: 24px;
  overflow: hidden;
  background: #0a0f28;
  box-shadow: 0 32px 80px rgba(8,14,40,0.4);
  border: 1px solid rgba(255,255,255,0.06);
}

.mcyc-cslider-main {
  position: relative;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  background: #0d1230;
}

.mcyc-cslider-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .35s ease;
}

.mcyc-cslider-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 48px 24px 22px;
  background: linear-gradient(to top, rgba(8,14,40,0.92) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mcyc-cslider-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #C8402E;
  background: rgba(200,64,46,0.14);
  border: 1px solid rgba(200,64,46,0.3);
  border-radius: 20px;
  padding: 2px 10px;
  width: fit-content;
}

.mcyc-cslider-caption {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.mcyc-cslider-counter {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  background: rgba(8,14,40,0.6);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 3px 10px;
}

/* Arrows */
.mcyc-cslider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(8,14,40,0.65);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s;
  z-index: 4;
}
.mcyc-cslider-arrow:hover {
  background: rgba(200,64,46,0.75);
  border-color: rgba(200,64,46,0.5);
  transform: translateY(-50%) scale(1.08);
}
.mcyc-cslider-arrow--prev { left: 16px; }
.mcyc-cslider-arrow--next { right: 16px; }

/* Thumbnail strip */
.mcyc-cslider-thumbs {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(0,0,0,0.3);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(200,64,46,0.4) transparent;
}
.mcyc-cslider-thumbs::-webkit-scrollbar { height: 3px; }
.mcyc-cslider-thumbs::-webkit-scrollbar-thumb { background: rgba(200,64,46,0.4); border-radius: 2px; }

.mcyc-cslider-thumb {
  flex-shrink: 0;
  width: 140px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color .2s, transform .2s;
  background: none;
  padding: 0;
}
.mcyc-cslider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s, opacity .2s;
  opacity: 0.55;
}
.mcyc-cslider-thumb:hover img { opacity: 0.85; transform: scale(1.04); }
.mcyc-cslider-thumb.is-active {
  border-color: #C8402E;
}
.mcyc-cslider-thumb.is-active img { opacity: 1; }

@media (max-width: 640px) {
  .mcyc-cslider-main { aspect-ratio: 4 / 3; }
  .mcyc-cslider-thumb { width: 100px; }
}


/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE OVERRIDES — mobile / tablet / small desktop
   Breakpoints: 480px | 640px | 768px | 1024px | 1280px
   ═══════════════════════════════════════════════════════════════════ */

/* ── Hero stage ───────────────────────────────────────────────────── */
@media (max-width: 1023px) {
  .mcyc-hero-stage {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .mcyc-hero-text {
    width: 100%;
    padding: 2rem 1.25rem 1.5rem;
  }
  .mcyc-hero-video-col {
    position: relative;
    top: auto; right: auto; bottom: auto;
    width: 100%;
    height: 280px;
    padding: 0 !important;
  }
  .mcyc-hero-video-col .mcyc-hero-image-frame {
    border-radius: 0 !important;
    height: 100%;
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .mcyc-hero-stage {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  .mcyc-hero-text {
    padding: 1.25rem 1rem 1rem;
  }
  .mcyc-hero-video-col {
    height: 220px;
    padding: 0 !important;
  }
  .mcyc-hero-video-col .mcyc-hero-image-frame {
    border-radius: 0 !important;
  }
  .mcyc-hero-badge-overlay,
  .mcyc-hero-text-overlay {
    display: none;
  }
  /* Hero info chips — stack on very small screens */
  .mcyc-hero-info-chip {
    display: none;
  }
  .mcyc-metric-card {
    display: none;
  }
  .mcyc-construction-overlay {
    bottom: 12px !important;
    left: 14px !important;
    right: 14px !important;
    gap: 8px !important;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .mcyc-construction-overlay p.text-2xl {
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
  }
  .mcyc-construction-overlay p.text-sm {
    font-size: 0.65rem !important;
    margin-top: 2px !important;
  }
  .mcyc-construction-overlay .mcyc-btn-primary {
    font-size: 0.7rem !important;
    padding: 6px 14px !important;
    min-height: unset !important;
  }
}

@media (max-width: 767px) {
  #community-voices video {
    max-height: 480px !important;
  }
}

/* ── Donation card — collapse the inline 2-col grid ──────────────── */
@media (max-width: 860px) {
  .mcyc-donate-inner-grid {
    display: flex !important;
    flex-direction: column !important;
  }
  /* Summary column — remove fixed height so it flows naturally */
  .mcyc-donate-inner-grid > div:last-child {
    height: auto !important;
    justify-content: flex-start !important;
  }
  /* Gift type toggle — make it full width */
  .mcyc-gift-type-btn {
    padding: 0.6rem 0.85rem;
    font-size: 0.88rem;
  }
  /* Donation preset buttons — keep 3-col grid but smaller */
  .mcyc-donation-btn {
    padding: 0.75rem 0.4rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 640px) {
  /* Donation card header row — stack on tiny screens */
  .mcyc-donation-card .flex.items-center.justify-between.gap-3.mb-6 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .mcyc-podcast-player {
    min-height: unset;
    padding: 20px 16px 16px;
  }
  .mcyc-podcast-cover {
    width: 80px;
    height: 80px;
  }
  .mcyc-podcast-title {
    font-size: 15px;
  }
  .mcyc-volume-wrap {
    display: none; /* hide volume on small screens */
  }
}

/* ── Construction update section ─────────────────────────────────── */
@media (max-width: 767px) {
  /* Building image grid — stack vertically */
  #building.grid {
    grid-template-columns: 1fr !important;
  }
  .mcyc-building-image-large {
    min-height: 200px !important;
  }
  .mcyc-building-image-small,
  .mcyc-construction-image {
    min-height: 140px !important;
  }
  /* Metric cards — 1 col on mobile */
  .grid.sm\:grid-cols-3 {
    grid-template-columns: 1fr !important;
  }
}

/* ── Programs grid ────────────────────────────────────────────────── */
@media (max-width: 639px) {
  /* 2-col grid on mobile instead of 1-col */
  #programs .grid.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  /* Tighter section padding */
  #programs.py-14 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* Smaller section header */
  #programs .mb-12 {
    margin-bottom: 1.25rem !important;
  }
  /* Compact card — icon inline with number, less padding */
  .mcyc-program-card {
    padding: 1rem !important;
    border-radius: 16px !important;
  }
  /* Icon: shrink and sit inline */
  .mcyc-program-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
    margin-bottom: 0.6rem !important;
    font-size: 0.85rem !important;
  }
  /* Heading: smaller */
  .mcyc-program-card h3 {
    font-size: 0.95rem !important;
    margin-bottom: 0.4rem !important;
    line-height: 1.3 !important;
  }
  /* Description: smaller */
  .mcyc-program-card p {
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
  }
  /* CTA button */
  #programs .mt-12 {
    margin-top: 1.25rem !important;
  }
}

/* ── Community voices — podcast player ───────────────────────────── */
@media (max-width: 1023px) {
  /* Stack the voices + podcast vertically */
  .grid.lg\:grid-cols-\[1fr_0\.82fr\] {
    grid-template-columns: 1fr !important;
  }
  .mcyc-podcast-player {
    min-height: unset;
  }
}

/* ── Video player ─────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .mcyc-vp-main {
    aspect-ratio: 16 / 9;
  }
  .mcyc-vp-big-play {
    width: 54px;
    height: 54px;
  }
  .mcyc-vp-bar {
    padding: 28px 12px 10px;
    gap: 6px;
  }
  .mcyc-vp-title-text {
    font-size: 12px;
  }
  .mcyc-vp-vol-wrap {
    display: none; /* hide volume slider on mobile */
  }
  .mcyc-vp-slider-wrap {
    padding: 10px 0 14px;
  }
  .mcyc-vp-thumb-item {
    width: 110px;
  }
  .mcyc-vp-slide-arrow {
    width: 28px;
    height: 28px;
    margin: 0 4px;
  }
}

/* ── Quick-links nav (if present) ────────────────────────────────── */
@media (max-width: 640px) {
  .mcyc-quick-links {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

/* ── Story cards ──────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .mcyc-story-thumbnail {
    height: 200px;
  }
}

/* ── Voice cards ──────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .mcyc-voice-card {
    padding: 1.25rem !important;
  }
}

/* ── Final CTA card ───────────────────────────────────────────────── */
@media (max-width: 640px) {
  .mcyc-final-card {
    border-radius: 20px;
    padding: 1.5rem 1rem;
  }
  .mcyc-final-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .mcyc-final-actions a,
  .mcyc-final-actions button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ── Focus cards (building section) ──────────────────────────────── */
@media (max-width: 767px) {
  .mcyc-focus-card {
    padding: 1rem 1.1rem;
  }
}

/* ── General section padding reduction on mobile ─────────────────── */
@media (max-width: 640px) {
  .mcyc-page section:not(.mcyc-hero-stage) {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* Reduce large heading sizes on mobile */
  .mcyc-page h1 {
    font-size: clamp(2rem, 8vw, 2.6rem) !important;
    line-height: 1.1 !important;
  }
  .mcyc-page h2 {
    font-size: clamp(1.6rem, 6.5vw, 2.4rem) !important;
    line-height: 1.1 !important;
  }
}

/* ── Tablet (768–1023px) tweaks ───────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1023px) {
  .mcyc-hero-text {
    padding: 2.5rem 2rem 2rem;
  }
  .mcyc-hero-video-col {
    height: 360px;
  }
  .mcyc-donation-card {
    padding: 1.75rem;
  }
  .mcyc-podcast-player {
    min-height: unset;
  }
}

/* ── Small desktop (1024–1279px) tweaks ──────────────────────────── */
@media (min-width: 1024px) and (max-width: 1279px) {
  .mcyc-hero-text {
    width: 50%;
    padding: 2.5rem 2rem 2.5rem 3rem;
  }
  .mcyc-hero-video-col {
    width: 54%;
    top: 6rem;
  }
  .mcyc-podcast-player {
    min-height: 560px;
  }
}

/* ── Prevent horizontal overflow globally ────────────────────────── */
.mcyc-page {
  overflow-x: hidden;
}
.mcyc-page * {
  max-width: 100%;
  box-sizing: border-box;
}
/* Allow images to shrink */
.mcyc-page img {
  max-width: 100%;
  height: auto;
}
/* Prevent fixed-width inline elements from overflowing */
.mcyc-podcast-cover,
.mcyc-ep-thumb {
  flex-shrink: 0;
}
