:root {
  --cv-bg: #050507;
  --cv-panel: #111116;
  --cv-card: #17171f;
  --cv-line: rgba(255,255,255,.12);
  --cv-text: #fff;
  --cv-muted: #a1a1aa;
  --cv-red: #ef2333;
  --cv-gold: #f5d77a;
  --cv-blue: #80d7ff;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--cv-bg); color: var(--cv-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }

.cv-site-header { position: sticky; top: 0; z-index: 80; background: rgba(5,5,7,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--cv-line); }
.cv-site-header__inner { max-width: 1240px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; gap: 26px; }
.cv-brand { text-decoration: none; display: flex; align-items: center; gap: 12px; min-width: max-content; }
.cv-brand__mark { width: 46px; height: 46px; border-radius: 18px; background: linear-gradient(135deg, #fff, var(--cv-gold)); color: #0b0b0d; display: grid; place-items: center; font-weight: 1000; letter-spacing: -.08em; }
.cv-brand strong { display: block; font-size: 25px; line-height: 1; letter-spacing: -.055em; }
.cv-brand em { display: block; color: var(--cv-muted); font-size: 12px; font-style: normal; margin-top: 4px; }
.cv-main-nav { display: flex; gap: 18px; font-weight: 900; }
.cv-main-nav a { text-decoration: none; color: #f4f4f5; padding: 8px 0; border-bottom: 3px solid transparent; }
.cv-main-nav a:hover, .cv-main-nav a.is-active { border-color: var(--cv-red); }
.cv-header-actions { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.cv-search-toggle, .cv-support-link, .cv-profile-link { border: 1px solid var(--cv-line); background: rgba(255,255,255,.06); color: #fff; text-decoration: none; border-radius: 999px; padding: 10px 14px; font-weight: 900; font-size: 13px; }
.cv-support-link { background: var(--cv-red); border-color: var(--cv-red); }

.cv-web-shell { max-width: 1240px; margin: 0 auto; padding: 28px 24px 70px; }
.cv-hero { min-height: 560px; border: 1px solid var(--cv-line); border-radius: 34px; overflow: hidden; position: relative; background: #111; display: grid; grid-template-columns: minmax(0, 1fr) 360px; }
.cv-hero__media { position: absolute; inset: 0; background: #111 center / cover no-repeat; opacity: .64; filter: saturate(.9); }
.cv-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.56) 42%, rgba(0,0,0,.88)); }
.cv-hero__content { position: relative; z-index: 2; align-self: end; padding: 64px; max-width: 760px; }
.cv-pill { display: inline-flex; align-items: center; max-width: 100%; border-radius: 999px; padding: 8px 12px; background: var(--cv-red); color: #fff; font-size: 12px; font-weight: 1000; line-height: 1; }
.cv-hero h1 { font-size: clamp(42px, 7vw, 86px); line-height: .92; letter-spacing: -.075em; margin: 18px 0 14px; max-width: 850px; }
.cv-hero p { font-size: clamp(17px, 2vw, 23px); color: #f1f1f4; line-height: 1.35; max-width: 680px; }
.cv-hero__actions { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.cv-button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 999px; padding: 13px 20px; text-decoration: none; font-weight: 1000; cursor: pointer; }
.cv-button--primary { background: var(--cv-red); color: #fff; }
.cv-button--secondary { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.cv-hero__rail { position: relative; z-index: 2; padding: 24px; align-self: stretch; display: flex; flex-direction: column; gap: 12px; overflow: auto; border-left: 1px solid var(--cv-line); background: rgba(0,0,0,.22); }
.cv-rail-card { display: grid; grid-template-columns: 74px 1fr; gap: 10px; align-items: center; border: 1px solid var(--cv-line); background: rgba(255,255,255,.07); border-radius: 18px; padding: 10px; cursor: pointer; color: #fff; text-align: left; }
.cv-rail-card img { width: 74px; aspect-ratio: 9 / 12; border-radius: 12px; object-fit: cover; }
.cv-rail-card strong { display: block; font-size: 14px; line-height: 1.15; }
.cv-rail-card span { display: block; color: var(--cv-muted); font-size: 11px; margin-top: 3px; }

.cv-section { margin-top: 40px; }
.cv-section__head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 15px; }
.cv-section h2 { font-size: clamp(25px, 3vw, 38px); margin: 0; letter-spacing: -.055em; }
.cv-section__head span, .cv-section__head button { color: var(--cv-muted); font-weight: 900; background: transparent; border: 0; }
.cv-search-band { margin-top: 24px; }
.cv-search-box { display: flex; align-items: center; gap: 12px; border: 1px solid var(--cv-line); background: var(--cv-panel); border-radius: 24px; padding: 8px 16px; }
.cv-search-box span { color: var(--cv-muted); font-weight: 900; }
.cv-search-box input { width: 100%; min-height: 46px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 17px; }
.cv-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(185px, 240px); gap: 16px; overflow-x: auto; padding-bottom: 12px; }
.cv-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cv-card { border: 1px solid var(--cv-line); border-radius: 24px; overflow: hidden; background: var(--cv-card); color: #fff; cursor: pointer; text-align: left; padding: 0; }
.cv-card img { width: 100%; aspect-ratio: 9 / 12; object-fit: cover; display: block; background: #222; }
.cv-card__body { padding: 13px; }
.cv-card__label { display: inline-flex; max-width: 100%; border-radius: 999px; background: var(--cv-red); color: #fff; font-size: 10px; font-weight: 1000; padding: 6px 8px; margin-bottom: 8px; }
.cv-card h3 { margin: 0; font-size: 18px; line-height: 1.05; letter-spacing: -.04em; }
.cv-card p { color: var(--cv-muted); font-size: 13px; line-height: 1.35; margin: 8px 0 0; }
.cv-show-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cv-show { min-height: 185px; padding: 24px; border-radius: 28px; border: 1px solid var(--cv-line); background: radial-gradient(circle at 20% 0%, rgba(239,35,51,.28), transparent 36%), var(--cv-panel); }
.cv-show small { color: var(--cv-gold); font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.cv-show h3 { font-size: 27px; letter-spacing: -.055em; margin: 16px 0 8px; }
.cv-show p { color: var(--cv-muted); margin: 0; line-height: 1.4; }
.cv-live-card, .cv-support { border: 1px solid var(--cv-line); border-radius: 30px; background: var(--cv-panel); padding: 28px; display: flex; gap: 22px; align-items: center; justify-content: space-between; }
.cv-live-dot { width: 16px; height: 16px; border-radius: 999px; background: var(--cv-red); box-shadow: 0 0 0 8px rgba(239,35,51,.18); flex: 0 0 auto; }
.cv-live-card h3, .cv-support h2, .cv-support h3 { margin: 0 0 8px; }
.cv-live-card p, .cv-support p { color: var(--cv-muted); margin: 0; line-height: 1.45; }
.cv-support { align-items: stretch; }
.cv-support > div:first-child { max-width: 480px; }
.cv-support__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; flex: 1; }
.cv-support__cards article { border: 1px solid var(--cv-line); border-radius: 24px; padding: 20px; background: rgba(255,255,255,.05); }

.cv-modal[hidden] { display: none; }
.cv-modal { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 24px; }
.cv-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.cv-modal__dialog { position: relative; width: min(1080px, 100%); max-height: calc(100vh - 48px); background: #050507; border: 1px solid var(--cv-line); border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 560px) 1fr; }
.cv-modal__close { position: absolute; top: 12px; right: 12px; z-index: 3; width: 42px; height: 42px; border-radius: 999px; border: 0; background: rgba(255,255,255,.12); color: #fff; font-size: 28px; cursor: pointer; }
.cv-modal__player { background: #000; aspect-ratio: 9 / 16; min-height: 520px; }
.cv-modal__player iframe { width: 100%; height: 100%; border: 0; display: block; }
.cv-modal__body { padding: 42px; overflow: auto; }
.cv-modal__body h2 { font-size: clamp(32px, 5vw, 58px); letter-spacing: -.065em; line-height: .95; margin: 16px 0; }
.cv-modal__body p { color: #d4d4d8; line-height: 1.5; }
.cv-modal__why { border-left: 4px solid var(--cv-gold); padding-left: 14px; }
.cv-site-footer { border-top: 1px solid var(--cv-line); background: #030304; }
.cv-site-footer__inner { max-width: 1240px; margin: 0 auto; padding: 28px 24px; display: flex; justify-content: space-between; color: var(--cv-muted); }

@media (max-width: 900px) {
  .cv-site-header__inner { flex-wrap: wrap; gap: 14px; }
  .cv-main-nav { order: 3; width: 100%; overflow-x: auto; }
  .cv-header-actions { margin-left: 0; }
  .cv-hero { min-height: 680px; display: block; }
  .cv-hero__content { padding: 280px 24px 28px; }
  .cv-hero__rail { display: none; }
  .cv-grid { grid-template-columns: repeat(2, 1fr); }
  .cv-show-grid { grid-template-columns: 1fr; }
  .cv-live-card, .cv-support { display: block; }
  .cv-support__cards { grid-template-columns: 1fr; margin-top: 20px; }
  .cv-modal__dialog { grid-template-columns: 1fr; max-height: 94vh; overflow: auto; }
  .cv-modal__player { min-height: auto; }
  .cv-modal__body { padding: 24px; }
}

/* v0.1.1 WordPress menu compatibility */
.cv-topbar { border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.36); }
.cv-topbar__inner { max-width: 1240px; margin: 0 auto; padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.cv-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 18px; }
.cv-menu li { margin: 0; padding: 0; position: relative; }
.cv-menu a { color: inherit; text-decoration: none; }
.cv-menu--secondary, .cv-menu--social { color: var(--cv-muted); font-size: 12px; font-weight: 800; }
.cv-menu--social { gap: 12px; }
.cv-menu--primary { gap: 18px; font-weight: 950; }
.cv-menu--primary > li > a { display: inline-flex; padding: 8px 0; border-bottom: 3px solid transparent; color: #f4f4f5; }
.cv-menu--primary > li > a:hover,
.cv-menu--primary > li.current-menu-item > a,
.cv-menu--primary > li.current_page_item > a { border-color: var(--cv-red); }
.cv-menu--tertiary { gap: 10px; font-size: 12px; font-weight: 900; color: #d4d4d8; }
.cv-menu--tertiary a { display: inline-flex; border: 1px solid var(--cv-line); background: rgba(255,255,255,.05); border-radius: 999px; padding: 8px 10px; }
.cv-highlight-nav { border-top: 1px solid rgba(255,255,255,.08); background: rgba(5,5,7,.9); }
.cv-highlight-nav__inner { max-width: 1240px; margin: 0 auto; padding: 10px 24px; overflow-x: auto; }
.cv-menu--highlight { gap: 10px; min-width: max-content; }
.cv-menu--highlight a { display: inline-flex; border-radius: 999px; padding: 8px 13px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); color: #fff; font-weight: 900; font-size: 13px; }
.cv-menu--highlight li.current-menu-item a,
.cv-menu--highlight a:hover { background: var(--cv-red); border-color: var(--cv-red); }
.cv-header-menu { display: flex; align-items: center; gap: 18px; min-width: 0; }
.cv-menu-toggle { display: none; margin-left: auto; border: 1px solid var(--cv-line); background: rgba(255,255,255,.06); color: #fff; border-radius: 999px; padding: 10px 14px; font-weight: 900; }
.cv-brand__logo-img { width: var(--cv-logo-size, 52px); height: auto; max-width: var(--cv-logo-size, 52px); object-fit: contain; display: block; }
.cv-site-footer__inner { gap: 18px; align-items: center; flex-wrap: wrap; }
.cv-site-footer p { margin: 4px 0 0; }
.cv-menu--footer, .cv-menu--footer-social { color: var(--cv-muted); font-size: 13px; font-weight: 800; flex-wrap: wrap; }

.cv-menu .sub-menu { display: none; position: absolute; left: 0; top: 100%; z-index: 100; min-width: 210px; list-style: none; margin: 0; padding: 8px; border: 1px solid var(--cv-line); border-radius: 16px; background: #101014; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.cv-menu li:hover > .sub-menu,
.cv-menu li:focus-within > .sub-menu { display: block; }
.cv-menu .sub-menu li + li { margin-top: 4px; }
.cv-menu .sub-menu a { display: block; padding: 9px 10px; border-radius: 10px; }
.cv-menu .sub-menu a:hover { background: rgba(255,255,255,.07); }

@media (max-width: 900px) {
  .cv-topbar__inner { display: block; overflow-x: auto; }
  .cv-secondary-nav, .cv-social-nav { margin: 4px 0; }
  .cv-site-header__inner { align-items: center; }
  .cv-menu-toggle { display: inline-flex; }
  .cv-header-menu { display: none; width: 100%; order: 5; flex-direction: column; align-items: stretch; border-top: 1px solid var(--cv-line); padding-top: 12px; }
  .cv-header-menu.is-open { display: flex; }
  .cv-menu--primary, .cv-menu--tertiary { flex-wrap: wrap; }
  .cv-header-actions { order: 4; width: 100%; overflow-x: auto; }
  .cv-highlight-nav__inner { padding: 9px 16px; }
  .cv-menu--highlight { overflow-x: auto; }
  .cv-menu .sub-menu { position: static; display: block; box-shadow: none; background: rgba(255,255,255,.04); margin-top: 6px; }
}

/* v0.1.4 branding controls */
.cv-brand__text{display:block;}
.cv-footer-brand{display:grid;gap:8px;align-content:start;}
.cv-footer-logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit;}

/* v0.1.6 uploaded logo sizing fix */
.cv-brand__logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;}
.cv-brand__logo-img{width:var(--cv-logo-size,52px);max-width:var(--cv-logo-size,52px);height:auto;max-height:none;border-radius:0;object-fit:contain;}
.cv-footer-logo__img{width:var(--cv-footer-logo-width,180px);max-width:var(--cv-footer-logo-width,180px);height:auto;max-height:none;object-fit:contain;}

/* v0.1.9 approved homepage header + hero patch. Theme only. */
.home .cv-topbar,
.front-page .cv-topbar,
.home .cv-highlight-nav,
.front-page .cv-highlight-nav {
  display: none;
}

.home .cv-menu--primary > li:nth-child(n+7),
.front-page .cv-menu--primary > li:nth-child(n+7) {
  display: none;
}

.home .cv-site-header__inner,
.front-page .cv-site-header__inner {
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 22px;
}

.home .cv-header-menu,
.front-page .cv-header-menu {
  flex: 1 1 auto;
}

.home .cv-menu--primary,
.front-page .cv-menu--primary {
  flex-wrap: nowrap;
  overflow: hidden;
}

.home .cv-web-shell,
.front-page .cv-web-shell {
  padding-top: 22px;
}

.home .cv-hero,
.front-page .cv-hero {
  min-height: 640px;
  grid-template-columns: 1fr;
  border-radius: 32px;
}

.home .cv-hero__media,
.front-page .cv-hero__media {
  opacity: .82;
  filter: saturate(1.02) contrast(1.02);
  transition: background-image .35s ease-in-out;
}

.home .cv-hero__overlay,
.front-page .cv-hero__overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.12) 38%, rgba(0,0,0,.72) 100%);
}

.home .cv-hero__content,
.front-page .cv-hero__content {
  align-self: end;
  padding: 44px;
  max-width: min(680px, calc(100% - 88px));
}

.home .cv-hero h1,
.front-page .cv-hero h1 {
  font-size: clamp(30px, 4.8vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 650px;
  margin: 14px 0 0;
  text-shadow: 0 10px 36px rgba(0,0,0,.72);
}

.home .cv-hero p,
.front-page .cv-hero p {
  display: none;
}

.home .cv-hero__actions,
.front-page .cv-hero__actions {
  margin-top: 22px;
}

.home .cv-hero [data-cv-hero-link],
.front-page .cv-hero [data-cv-hero-link] {
  display: none;
}

.home .cv-hero-play,
.front-page .cv-hero-play {
  width: 66px;
  height: 66px;
  min-height: 66px;
  border-radius: 999px;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 18px 50px rgba(0,0,0,.42);
}

.home .cv-hero__rail,
.front-page .cv-hero__rail {
  display: none;
}

.cv-hero__dots {
  position: absolute;
  z-index: 3;
  left: 44px;
  right: 44px;
  bottom: 22px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.cv-hero__dot {
  width: 32px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  cursor: pointer;
}

.cv-hero__dot.is-active {
  background: #fff;
}

@media (max-width: 900px) {
  .home .cv-menu--primary > li:nth-child(n+7),
  .front-page .cv-menu--primary > li:nth-child(n+7) {
    display: list-item;
  }

  .home .cv-hero,
  .front-page .cv-hero {
    min-height: 620px;
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content {
    padding: 300px 24px 52px;
    max-width: none;
  }

  .cv-hero__dots {
    left: 24px;
    right: 24px;
    bottom: 18px;
  }
}

/* v0.1.12.1 correction: keep the homepage fade, but preserve Customizer header background color and opacity controls. Theme only. */
.home .cv-site-header,
.front-page .cv-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background:
    linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.12) 58%, rgba(0,0,0,0) 100%),
    var(--cv-header-bg-alpha);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.admin-bar.home .cv-site-header,
.admin-bar.front-page .cv-site-header {
  top: 32px;
}

.home .cv-site-header::after,
.front-page .cv-site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 92px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,0) 100%);
}

.home .cv-site-header__inner,
.front-page .cv-site-header__inner {
  max-width: none;
  padding-left: 28px;
  padding-right: 28px;
}

.home .cv-header-actions .cv-search-toggle,
.home .cv-header-actions .cv-support-link,
.home .cv-header-actions .cv-profile-link,
.front-page .cv-header-actions .cv-search-toggle,
.front-page .cv-header-actions .cv-support-link,
.front-page .cv-header-actions .cv-profile-link {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.home .cv-web-shell,
.front-page .cv-web-shell {
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home .cv-hero,
.front-page .cv-hero {
  min-height: 720px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home .cv-hero__overlay,
.front-page .cv-hero__overlay {
  background:
    radial-gradient(circle at 70% 18%, rgba(0,0,0,0) 0%, rgba(0,0,0,.18) 36%, rgba(0,0,0,.76) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.02) 34%, rgba(0,0,0,.80) 100%),
    linear-gradient(90deg, rgba(0,0,0,.60) 0%, rgba(0,0,0,.10) 50%, rgba(0,0,0,.58) 100%);
}

.home .cv-hero__content,
.front-page .cv-hero__content {
  padding-left: max(44px, calc((100vw - var(--cv-max-width, 1240px)) / 2 + 44px));
  padding-right: 44px;
  padding-bottom: 76px;
}

.home .cv-hero__dots,
.front-page .cv-hero__dots {
  left: max(44px, calc((100vw - var(--cv-max-width, 1240px)) / 2 + 44px));
  right: 44px;
}

.home .cv-section,
.front-page .cv-section {
  max-width: var(--cv-max-width, 1240px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.home .cv-search-band,
.front-page .cv-search-band {
  margin-top: 28px;
}

.home .cv-hero,
.home .cv-card,
.home .cv-show,
.home .cv-live-card,
.home .cv-support,
.home .cv-support__cards article,
.home .cv-search-box,
.front-page .cv-hero,
.front-page .cv-card,
.front-page .cv-show,
.front-page .cv-live-card,
.front-page .cv-support,
.front-page .cv-support__cards article,
.front-page .cv-search-box {
  border-color: transparent;
}

.home .cv-card,
.home .cv-show,
.home .cv-live-card,
.home .cv-support,
.home .cv-support__cards article,
.home .cv-search-box,
.front-page .cv-card,
.front-page .cv-show,
.front-page .cv-live-card,
.front-page .cv-support,
.front-page .cv-support__cards article,
.front-page .cv-search-box {
  box-shadow: none;
}

@media (max-width: 782px) {
  .admin-bar.home .cv-site-header,
  .admin-bar.front-page .cv-site-header {
    top: 46px;
  }
}

@media (max-width: 900px) {
  .home .cv-site-header__inner,
  .front-page .cv-site-header__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home .cv-hero,
  .front-page .cv-hero {
    min-height: 660px;
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 58px;
  }

  .home .cv-hero__dots,
  .front-page .cv-hero__dots {
    left: 24px;
    right: 24px;
  }
}

/* v0.1.12 approved homepage border cleanup. Theme only.
   Removes gray/card border lines around all public homepage sections and story containers.
   Does not alter plugin, Engine, Homepage Manager, Import Feed, menus, or story logic. */
.home .cv-web-shell,
.front-page .cv-web-shell,
.home .cv-section,
.front-page .cv-section,
.home .cv-section__head,
.front-page .cv-section__head,
.home .cv-search-band,
.front-page .cv-search-band,
.home .cv-grid,
.front-page .cv-grid,
.home .cv-row,
.front-page .cv-row,
.home .cv-hero,
.front-page .cv-hero,
.home .cv-card,
.front-page .cv-card,
.home .cv-card__body,
.front-page .cv-card__body,
.home .cv-show,
.front-page .cv-show,
.home .cv-live-card,
.front-page .cv-live-card,
.home .cv-support,
.front-page .cv-support,
.home .cv-support__cards,
.front-page .cv-support__cards,
.home .cv-support__cards article,
.front-page .cv-support__cards article,
.home .cv-search-box,
.front-page .cv-search-box {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.home .cv-card,
.front-page .cv-card,
.home .cv-show,
.front-page .cv-show,
.home .cv-live-card,
.front-page .cv-live-card,
.home .cv-support,
.front-page .cv-support,
.home .cv-support__cards article,
.front-page .cv-support__cards article,
.home .cv-search-box,
.front-page .cv-search-box {
  background-clip: padding-box;
}

.home .cv-section + .cv-section,
.front-page .cv-section + .cv-section {
  border-top: 0 !important;
}

/* v0.1.13 approved hero height reduction. Theme only.
   Reduces the homepage hero vertical footprint by about one-third so the first video row appears sooner.
   Preserves header color/transparency controls, homepage fade, border cleanup, plugins, Engine, and story logic. */
.home .cv-hero,
.front-page .cv-hero {
  min-height: 480px;
}

.home .cv-hero__content,
.front-page .cv-hero__content {
  padding-bottom: 52px;
}

.home .cv-hero__dots,
.front-page .cv-hero__dots {
  bottom: 16px;
}

@media (max-width: 900px) {
  .home .cv-hero,
  .front-page .cv-hero {
    min-height: 460px;
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content {
    padding-top: 220px;
    padding-bottom: 48px;
  }
}

@media (max-width: 600px) {
  .home .cv-hero,
  .front-page .cv-hero {
    min-height: 430px;
  }
}

/* v0.1.14 approved hero headline layout. Theme only.
   Makes the hero title read wider and more horizontally so it does not stack vertically.
   Preserves header controls, fade, border cleanup, hero height, carousel, plugins, Engine, and story logic. */
.home .cv-hero__content,
.front-page .cv-hero__content {
  max-width: min(980px, calc(100% - 88px));
  width: min(980px, calc(100% - 88px));
}

.home .cv-hero h1,
.front-page .cv-hero h1 {
  max-width: 960px;
  font-size: clamp(28px, 3.9vw, 52px);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

@media (min-width: 901px) {
  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  .home .cv-hero__content,
  .front-page .cv-hero__content {
    max-width: none;
    width: auto;
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    font-size: clamp(26px, 7vw, 42px);
    line-height: 1.06;
  }
}

/* v0.1.16: Written article featured image support. */
.cv-single-post__featured-image {
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 22px;
}

.cv-single-post__featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* v0.1.17: Latest Reads homepage section. Theme only.
   Pulls normal WordPress Posts into a written-content section without touching plugin, Engine, Homepage Manager, Import Feed, or video story logic. */
.cv-latest-reads {
  position: relative;
}

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

.cv-read-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.045);
  color: #fff;
}

.cv-read-card__media {
  display: block;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  text-decoration: none;
}

.cv-read-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cv-read-card__placeholder {
  display: grid;
  min-height: 160px;
  place-items: center;
  color: var(--cv-muted);
  font-weight: 1000;
  letter-spacing: -.04em;
}

.cv-read-card__body {
  padding: 16px;
}

.cv-read-card__meta {
  display: block;
  color: var(--cv-gold);
  font-size: 11px;
  font-weight: 1000;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cv-read-card h3 {
  margin: 0;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.cv-read-card h3 a,
.cv-read-card__link {
  color: inherit;
  text-decoration: none;
}

.cv-read-card p {
  color: var(--cv-muted);
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 14px;
}

.cv-read-card__link {
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
}

.cv-read-card__link:hover,
.cv-read-card h3 a:hover {
  color: var(--cv-gold);
}

@media (max-width: 900px) {
  .cv-reads-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .cv-reads-grid {
    grid-template-columns: 1fr;
  }
}


/* v0.1.18 approved homepage order patch. Theme only.
   Homepage order: Hero / Top Story, Live, Newsfeed, Shows, editable page content, Footer Support.
   Removes the Latest Reads homepage section from front-page.php and moves Support into the footer.
   Does not change plugins, Engine, Homepage Manager, Import Feed, menus, JavaScript, or story logic. */
.cv-home-editor-content {
  color: var(--cv-text);
  line-height: 1.65;
}

.cv-home-editor-content > *:first-child {
  margin-top: 0;
}

.cv-home-editor-content > *:last-child {
  margin-bottom: 0;
}

.cv-home-editor-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.cv-home-editor-content a {
  color: var(--cv-blue);
}

.cv-footer-support {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 24px 26px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 22px;
  color: var(--cv-text);
}

.cv-footer-support > div:first-child {
  max-width: 480px;
}

.cv-footer-support h2,
.cv-footer-support h3 {
  margin: 0 0 8px;
}

.cv-footer-support p {
  color: var(--cv-muted);
  margin: 0;
  line-height: 1.45;
}

.cv-footer-support .cv-support__cards article {
  border: 0;
  box-shadow: none;
  background: rgba(255,255,255,.045);
}

@media (max-width: 900px) {
  .cv-footer-support {
    display: block;
  }

  .cv-footer-support .cv-support__cards {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

/* v0.1.19 optional widget areas */
.cv-widget-area {
    width: min(var(--cv-max-width, 1240px), calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}
.cv-widget-area--full {
    padding: 12px 0;
}
.cv-widget-area--footer-main {
    width: auto;
    min-width: min(100%, 280px);
    margin: 0;
}
.cv-widget-area--footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
}
.cv-widget-area--article-above,
.cv-widget-area--article-below {
    width: 100%;
    margin: 24px 0;
}
.cv-widget-area--sidebar {
    width: 100%;
    margin-top: 24px;
}
.cv-widget {
    margin: 0 0 18px;
    color: inherit;
}
.cv-widget:last-child {
    margin-bottom: 0;
}
.cv-widget__title,
.cv-widget h2,
.cv-widget h3 {
    margin-top: 0;
}
.cv-widget-area--footer-main .widget,
.cv-widget-area--footer-bottom .widget,
.cv-widget-area--above-footer .widget,
.cv-widget-area--above-header .widget,
.cv-widget-area--below-header .widget {
    background: transparent;
    border: 0;
    box-shadow: none;
}
@media (min-width: 960px) {
    .cv-layout-with-sidebar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
        gap: 32px;
        align-items: start;
    }
    .cv-layout-with-sidebar > .cv-wp-post,
    .cv-layout-with-sidebar > h1,
    .cv-layout-with-sidebar > p {
        grid-column: 1;
    }
    .cv-layout-with-sidebar > .cv-widget-area--sidebar {
        grid-column: 2;
        grid-row: 1 / span 20;
        margin-top: 0;
    }
}

/* v0.1.21 approved mobile hero responsiveness. Theme only.
   On small mobile screens, the hero uses less vertical space so the header, lower hero action area,
   and the next homepage section can be seen sooner. Preserves desktop layout, plugins, Engine,
   Homepage Manager, Import Feed, menus, and story logic. */
@media (max-width: 600px) {
  .home .cv-hero,
  .front-page .cv-hero {
    min-height: clamp(320px, 52svh, 380px);
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content {
    padding-top: clamp(145px, 25svh, 185px);
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 42px;
    max-width: none;
    width: auto;
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    font-size: clamp(22px, 6.4vw, 31px);
    line-height: 1.04;
    max-width: 96vw;
    margin-top: 10px;
  }

  .home .cv-hero__actions,
  .front-page .cv-hero__actions {
    margin-top: 14px;
  }

  .home .cv-hero-play,
  .front-page .cv-hero-play {
    width: 52px;
    height: 52px;
    min-height: 52px;
    font-size: 22px;
  }

  .home .cv-hero__dots,
  .front-page .cv-hero__dots {
    left: 18px;
    right: 18px;
    bottom: 12px;
  }

  .home .cv-section,
  .front-page .cv-section {
    margin-top: 26px;
  }
}

@media (max-width: 380px) {
  .home .cv-hero,
  .front-page .cv-hero {
    min-height: clamp(300px, 50svh, 350px);
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content {
    padding-top: clamp(130px, 23svh, 165px);
    padding-bottom: 38px;
  }
}

/* v0.1.22 approved mobile hero tightening. Theme only.
   Small-screen mobile hero only: hide the Current/Cleveland pill, keep the headline lower and compact,
   center circular carousel dots, and reduce the hero footprint further. Preserves desktop, plugins, Engine,
   Homepage Manager, Import Feed, menus, and story logic. */
@media (max-width: 600px) {
  .home .cv-hero,
  .front-page .cv-hero {
    min-height: clamp(250px, 42svh, 310px);
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    padding: 0 16px;
    max-width: none;
    width: auto;
  }

  .home .cv-hero .cv-pill,
  .front-page .cv-hero .cv-pill {
    display: none;
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(20px, 5.8vw, 27px);
    line-height: 1.02;
    letter-spacing: -.035em;
    margin: 0;
    max-width: min(94vw, 430px);
  }

  .home .cv-hero p,
  .front-page .cv-hero p {
    display: none;
  }

  .home .cv-hero__actions,
  .front-page .cv-hero__actions {
    margin-top: 10px;
  }

  .home .cv-hero-play,
  .front-page .cv-hero-play {
    width: 46px;
    height: 46px;
    min-height: 46px;
    font-size: 19px;
  }

  .home .cv-hero__dots,
  .front-page .cv-hero__dots {
    left: 50%;
    right: auto;
    bottom: 12px;
    transform: translateX(-50%);
    justify-content: center;
    gap: 7px;
  }

  .home .cv-hero__dot,
  .front-page .cv-hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
  }

  .home .cv-section,
  .front-page .cv-section {
    margin-top: 22px;
  }
}

@media (max-width: 380px) {
  .home .cv-hero,
  .front-page .cv-hero {
    min-height: clamp(230px, 39svh, 285px);
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content {
    bottom: 32px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    font-size: clamp(19px, 5.6vw, 24px);
  }
}

/* v0.1.23 approved mobile hero correction. Theme only.
   Corrects the v0.1.22 mobile hero: the headline is moved to its own compact lower overlay,
   and the play button is centered in the hero. Preserves desktop, plugins, Engine, Homepage Manager,
   Import Feed, menus, and story logic. */
@media (max-width: 600px) {
  .home .cv-hero,
  .front-page .cv-hero {
    min-height: clamp(220px, 36svh, 270px);
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content {
    position: static !important;
    padding: 0 !important;
    max-width: none !important;
    width: auto !important;
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    position: absolute;
    z-index: 4;
    left: 14px;
    right: 14px;
    bottom: 30px;
    max-width: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    font-size: clamp(17px, 4.9vw, 22px);
    line-height: 1;
    letter-spacing: -.025em;
    margin: 0;
    text-shadow: 0 8px 24px rgba(0,0,0,.8);
  }

  .home .cv-hero__actions,
  .front-page .cv-hero__actions {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .home .cv-hero-play,
  .front-page .cv-hero-play {
    margin: 0 auto;
  }

  .home .cv-hero__dots,
  .front-page .cv-hero__dots {
    bottom: 10px;
  }

  .home .cv-section,
  .front-page .cv-section {
    margin-top: 18px;
  }
}

@media (max-width: 380px) {
  .home .cv-hero,
  .front-page .cv-hero {
    min-height: clamp(205px, 34svh, 250px);
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    bottom: 28px;
    font-size: clamp(16px, 4.7vw, 20px);
  }
}


/* v0.1.24 approved mobile hero position correction. Theme only.
   Small-screen mobile hero only: place the headline above the play button,
   lower the action group so the play circle is fully visible, and keep the dots centered below.
   Preserves desktop, plugins, Engine, Homepage Manager, Import Feed, menus, and story logic. */
@media (max-width: 600px) {
  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    bottom: 84px;
    font-size: clamp(16px, 4.6vw, 21px);
    line-height: 1.05;
    padding: 0 10px;
  }

  .home .cv-hero__actions,
  .front-page .cv-hero__actions {
    top: auto;
    bottom: 34px;
    transform: translateX(-50%);
    width: auto;
  }

  .home .cv-hero-play,
  .front-page .cv-hero-play {
    width: 58px;
    height: 58px;
    min-height: 58px;
    font-size: 24px;
  }

  .home .cv-hero__dots,
  .front-page .cv-hero__dots {
    bottom: 10px;
  }
}

@media (max-width: 380px) {
  .home .cv-hero h1,
  .front-page .cv-hero h1 {
    bottom: 80px;
    font-size: clamp(15px, 4.5vw, 19px);
  }

  .home .cv-hero__actions,
  .front-page .cv-hero__actions {
    bottom: 32px;
  }

  .home .cv-hero-play,
  .front-page .cv-hero-play {
    width: 54px;
    height: 54px;
    min-height: 54px;
    font-size: 22px;
  }
}


/* v0.1.25 approved mobile reel-card count. Theme only.
   Smallest mobile display only: make horizontal video rows show 3 reel cards instead of 2.
   Preserves hero, header, footer, plugins, Engine, Homepage Manager, Import Feed, menus, and story logic. */
@media (max-width: 600px) {
  .home .cv-row,
  .front-page .cv-row {
    grid-auto-columns: calc((100vw - 48px) / 3);
    gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .home .cv-card__body,
  .front-page .cv-card__body {
    padding: 8px 0 0;
  }

  .home .cv-card h3,
  .front-page .cv-card h3 {
    font-size: 12px;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 380px) {
  .home .cv-row,
  .front-page .cv-row {
    grid-auto-columns: calc((100vw - 42px) / 3);
    gap: 7px;
  }

  .home .cv-card h3,
  .front-page .cv-card h3 {
    font-size: 11px;
  }
}


/* v0.1.26 correction for mobile 3-reel display. Theme only.
   Some homepage video sections use grid containers instead of only .cv-row.
   Force mobile section card containers to render 3 compact columns across. */
@media (max-width: 600px) {
  .home .cv-grid,
  .front-page .cv-grid,
  .home .cv-show-grid,
  .front-page .cv-show-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .home .cv-grid .cv-card,
  .front-page .cv-grid .cv-card,
  .home .cv-show-grid .cv-card,
  .front-page .cv-show-grid .cv-card,
  .home .cv-row .cv-card,
  .front-page .cv-row .cv-card {
    min-width: 0;
  }

  .home .cv-card img,
  .front-page .cv-card img {
    aspect-ratio: 9 / 12;
  }

  .home .cv-card__label,
  .front-page .cv-card__label {
    display: none;
  }
}

@media (max-width: 380px) {
  .home .cv-grid,
  .front-page .cv-grid,
  .home .cv-show-grid,
  .front-page .cv-show-grid {
    gap: 7px;
  }
}


/* v0.1.27 approved reel card overlay. Theme only.
   Adds ReelShort-style card overlays with description, Play, Favorite, Share,
   and right-edge carousel arrows for horizontal reel rows. */
.cv-card {
  position: relative;
}

.cv-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.cv-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  padding: 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82) 30%, rgba(0,0,0,.94));
  color: #fff;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.cv-card:hover .cv-card__overlay,
.cv-card:focus-within .cv-card__overlay,
.cv-card.is-overlay-open .cv-card__overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cv-card__desc {
  margin: 0 0 9px;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cv-card__overlay-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cv-card__overlay-play {
  min-height: 34px;
  padding: 8px 15px;
  border-radius: 8px;
  background: var(--cv-red);
  color: #fff;
  border: 0;
  font-weight: 1000;
  cursor: pointer;
}

.cv-card__overlay-icon {
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.16);
  color: #fff;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.cv-card__overlay-icon:hover,
.cv-card__overlay-icon:focus {
  background: rgba(255,255,255,.25);
}

.cv-card__overlay-icon.is-favorited {
  background: rgba(255,255,255,.92);
  color: var(--cv-red);
}

.cv-carousel-wrap {
  position: relative;
}

.cv-carousel-arrow {
  position: absolute;
  z-index: 8;
  right: -9px;
  top: 40%;
  transform: translateY(-50%);
  width: 58px;
  height: 72px;
  border: 0;
  border-radius: 999px 0 0 999px;
  background: rgba(255,255,255,.22);
  color: #fff;
  font-size: 38px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.cv-carousel-arrow:hover,
.cv-carousel-arrow:focus {
  background: rgba(255,255,255,.32);
}

@media (max-width: 700px) {
  .cv-card__overlay {
    opacity: 1;
    transform: none;
    padding: 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.88));
  }

  .cv-card__desc {
    display: none;
  }

  .cv-card__overlay-actions {
    gap: 6px;
  }

  .cv-card__overlay-play {
    min-height: 30px;
    padding: 7px 11px;
    font-size: 11px;
  }

  .cv-card__overlay-icon {
    width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 12px;
  }

  .cv-carousel-arrow {
    width: 44px;
    height: 58px;
    right: -6px;
    font-size: 30px;
  }
}


/* v0.1.28 correction: reel card overlay is hover/focus only.
   Removes the always-visible small-screen overlay behavior from v0.1.27. */
@media (max-width: 700px) {
  .cv-card__overlay {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    padding: 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.88));
  }

  .cv-card:hover .cv-card__overlay,
  .cv-card:focus-within .cv-card__overlay,
  .cv-card.is-overlay-open .cv-card__overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .cv-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}


/* v0.1.29 approved reel popup cleanup. Theme only.
   Removes generic description text from card popup and uses a Customizer-controlled popup background color. */
.cv-card__desc {
  display: none !important;
}

.cv-card__overlay {
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0),
    color-mix(in srgb, var(--cv-card-popup-bg, #000000) 82%, transparent) 28%,
    color-mix(in srgb, var(--cv-card-popup-bg, #000000) 96%, transparent)
  );
}

@supports not (background: color-mix(in srgb, #000 50%, transparent)) {
  .cv-card__overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82) 28%, rgba(0,0,0,.96));
  }
}

@media (max-width: 700px) {
  .cv-card__desc {
    display: none !important;
  }

  .cv-card__overlay {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0),
      color-mix(in srgb, var(--cv-card-popup-bg, #000000) 90%, transparent)
    );
  }
}


/* v0.1.30 approved reel card correction. Theme only.
   Fixes inconsistent popup behavior and removes generic reel summary text under headlines. */
.cv-card > p,
.cv-card__body > p,
.cv-card__excerpt,
.cv-card .cv-card__summary {
  display: none !important;
}

.cv-card__overlay {
  z-index: 20;
}

.cv-card__media {
  isolation: isolate;
}

.cv-card.is-overlay-open .cv-card__overlay {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

@media (hover: hover) and (pointer: fine) {
  .cv-card:hover .cv-card__overlay,
  .cv-card:focus-within .cv-card__overlay {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .cv-card:hover .cv-card__overlay {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
  }

  .cv-card.is-overlay-open .cv-card__overlay {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
}


/* v0.1.30.1 approved Customizer cleanup. Theme only.
   Uses one popup color/opacity control. At 100%, popup background is solid at the controls area. */
.cv-card__overlay {
  background: linear-gradient(
    180deg,
    rgba(var(--cv-card-popup-rgb, 0, 0, 0), 0),
    rgba(var(--cv-card-popup-rgb, 0, 0, 0), calc(var(--cv-card-popup-alpha, .88) * .82)) 28%,
    rgba(var(--cv-card-popup-rgb, 0, 0, 0), var(--cv-card-popup-alpha, .88)) 100%
  );
}

@media (max-width: 700px) {
  .cv-card__overlay {
    background: linear-gradient(
      180deg,
      rgba(var(--cv-card-popup-rgb, 0, 0, 0), 0),
      rgba(var(--cv-card-popup-rgb, 0, 0, 0), var(--cv-card-popup-alpha, .88)) 100%
    );
  }
}


/* v0.1.30.7 approved header-to-hero fade. Theme only.
   The header itself keeps its existing background/opacity controls.
   A soft fade extends downward from the bottom of the header into the hero section. */
.home .cv-site-header,
.front-page .cv-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.home .cv-site-header::after,
.front-page .cv-site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: clamp(42px, 7vw, 92px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    var(--cv-header-bg-alpha) 0%,
    color-mix(in srgb, var(--cv-header-bg-alpha) 55%, transparent) 42%,
    transparent 100%
  );
}

@supports not (background: color-mix(in srgb, #000 50%, transparent)) {
  .home .cv-site-header::after,
  .front-page .cv-site-header::after {
    background: linear-gradient(
      180deg,
      rgba(5,5,7,.72) 0%,
      rgba(5,5,7,.38) 42%,
      rgba(5,5,7,0) 100%
    );
  }
}


/* v0.1.30.8 approved removal. Theme only.
   Remove the Current/Cleveland hero pill completely while preserving WordPress menu areas. */
.home .cv-hero .cv-pill,
.front-page .cv-hero .cv-pill,
.home [data-cv-hero-label],
.front-page [data-cv-hero-label] {
  display: none !important;
}


/* v0.1.30.11.1 approved Newsfeed carousel patch. Theme only.
   Makes the Newsfeed section a horizontal carousel with arrow controls.
   Small screens show a minimum of 3 reels. Large desktop shows up to 7 reels across. */
.home .cv-section__head--carousel,
.front-page .cv-section__head--carousel {
  align-items: center;
}

.home .cv-section__meta,
.front-page .cv-section__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home .cv-carousel,
.front-page .cv-carousel {
  position: relative;
}

.home .cv-carousel__viewport,
.front-page .cv-carousel__viewport {
  overflow: hidden;
}

.home .cv-carousel__track,
.front-page .cv-carousel__track {
  --cv-carousel-gap: 12px;
  --cv-cards-per-view: 7;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--cv-carousel-gap) * (var(--cv-cards-per-view) - 1))) / var(--cv-cards-per-view));
  grid-template-columns: none;
  gap: var(--cv-carousel-gap);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.home .cv-carousel__track::-webkit-scrollbar,
.front-page .cv-carousel__track::-webkit-scrollbar {
  display: none;
}

.home .cv-carousel__track .cv-card,
.front-page .cv-carousel__track .cv-card {
  min-width: 0;
}

.home .cv-carousel__track .cv-card__body,
.front-page .cv-carousel__track .cv-card__body {
  padding: 10px;
}

.home .cv-carousel__track .cv-card h3,
.front-page .cv-carousel__track .cv-card h3 {
  font-size: 15px;
}

.home .cv-carousel__track .cv-card p,
.front-page .cv-carousel__track .cv-card p {
  font-size: 12px;
}

.home .cv-carousel__controls,
.front-page .cv-carousel__controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home .cv-carousel__arrow,
.front-page .cv-carousel__arrow {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home .cv-carousel__arrow:disabled,
.front-page .cv-carousel__arrow:disabled {
  opacity: .35;
  cursor: default;
}

@media (max-width: 1180px) {
  .home .cv-carousel__track,
  .front-page .cv-carousel__track {
    --cv-cards-per-view: 5;
  }
}

@media (max-width: 900px) {
  .home .cv-section__head--carousel,
  .front-page .cv-section__head--carousel {
    align-items: flex-start;
    gap: 10px;
  }

  .home .cv-section__meta,
  .front-page .cv-section__meta {
    width: 100%;
    justify-content: space-between;
  }

  .home .cv-carousel__track,
  .front-page .cv-carousel__track {
    --cv-cards-per-view: 4;
  }
}

@media (max-width: 600px) {
  .home .cv-carousel__track,
  .front-page .cv-carousel__track {
    --cv-carousel-gap: 8px;
    --cv-cards-per-view: 3;
  }

  .home .cv-carousel__track .cv-card h3,
  .front-page .cv-carousel__track .cv-card h3 {
    font-size: 11px;
  }

  .home .cv-carousel__track .cv-card p,
  .front-page .cv-carousel__track .cv-card p {
    display: none;
  }
}


/* v0.1.30.15 WordPress menu location visibility fix.
   Menus assigned in Appearance > Menus / Customizer should render instead of being hidden by older homepage rules. */
.home .cv-topbar,
.front-page .cv-topbar,
.home .cv-highlight-nav,
.front-page .cv-highlight-nav {
  display: block;
}

.home .cv-menu--primary,
.front-page .cv-menu--primary {
  flex-wrap: wrap;
  overflow: visible;
}

.home .cv-menu--primary > li:nth-child(n+7),
.front-page .cv-menu--primary > li:nth-child(n+7) {
  display: block;
}

.home .cv-tertiary-nav,
.front-page .cv-tertiary-nav,
.home .cv-secondary-nav,
.front-page .cv-secondary-nav,
.home .cv-social-nav,
.front-page .cv-social-nav,
.home .cv-highlight-nav,
.front-page .cv-highlight-nav {
  visibility: visible;
}

/* v0.1.30.16 optional grouped Newsfeed rows. Theme only.
   Keeps the current single carousel as the default and lets the Customizer group rows by the feed Reel field. */
.home .cv-newsfeed--grouped .cv-section__head--carousel .cv-section__meta .cv-carousel__controls,
.front-page .cv-newsfeed--grouped .cv-section__head--carousel .cv-section__meta .cv-carousel__controls {
  display: none;
}

.home .cv-reel-rows,
.front-page .cv-reel-rows {
  display: grid;
  gap: 28px;
  width: 100%;
}

.home .cv-reel-row,
.front-page .cv-reel-row {
  display: grid;
  gap: 12px;
}

.home .cv-reel-row__head,
.front-page .cv-reel-row__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.home .cv-reel-row__title,
.front-page .cv-reel-row__title {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
}

.home .cv-reel-row__subtitle,
.front-page .cv-reel-row__subtitle {
  margin: 4px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,.72);
}

.home .cv-carousel--grouped-reels .cv-reel-rows,
.front-page .cv-carousel--grouped-reels .cv-reel-rows {
  overflow: visible;
}

@media (max-width: 700px) {
  .home .cv-reel-row__head,
  .front-page .cv-reel-row__head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* v0.1.30.17: Show section can render assigned story rows when feed includes Show data. */
.cv-show-grid.cv-show-grid--rows { display: block; }
.cv-show-row { margin-bottom: 24px; }
.cv-show-row:last-child { margin-bottom: 0; }



/* v0.1.30.19: Shows use smaller landscape carousel cards with a Customizer card-count setting. */
.home .cv-show-row .cv-carousel__track,
.front-page .cv-show-row .cv-carousel__track {
  --cv-cards-per-view: var(--cv-show-cards-per-view, 4);
  --cv-carousel-gap: 14px;
}

.home .cv-show-row .cv-card--show-landscape img,
.front-page .cv-show-row .cv-card--show-landscape img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home .cv-show-row .cv-card--show-landscape .cv-card__body,
.front-page .cv-show-row .cv-card--show-landscape .cv-card__body {
  padding: 11px;
}

.home .cv-show-row .cv-card--show-landscape h3,
.front-page .cv-show-row .cv-card--show-landscape h3 {
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.08;
}

.home .cv-show-row .cv-card--show-landscape p,
.front-page .cv-show-row .cv-card--show-landscape p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px) {
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 2;
  }
}

@media (max-width: 600px) {
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 2;
    --cv-carousel-gap: 8px;
  }

  .home .cv-show-row .cv-reel-row__head,
  .front-page .cv-show-row .cv-reel-row__head {
    align-items: center;
    gap: 10px;
  }

  .home .cv-show-row .cv-carousel__controls,
  .front-page .cv-show-row .cv-carousel__controls {
    display: inline-flex;
    flex-shrink: 0;
  }

  .home .cv-show-row .cv-carousel__arrow,
  .front-page .cv-show-row .cv-carousel__arrow {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .home .cv-show-row .cv-card--show-landscape img,
  .front-page .cv-show-row .cv-card--show-landscape img {
    aspect-ratio: 16 / 9;
  }

  .home .cv-show-row .cv-card--show-landscape .cv-card__body,
  .front-page .cv-show-row .cv-card--show-landscape .cv-card__body {
    padding: 8px;
  }

  .home .cv-show-row .cv-card--show-landscape h3,
  .front-page .cv-show-row .cv-card--show-landscape h3 {
    font-size: 11px;
    line-height: 1.1;
  }

  .home .cv-show-row .cv-card--show-landscape p,
  .front-page .cv-show-row .cv-card--show-landscape p {
    display: none;
  }
}

/* v0.1.30.20: Show videos keep the landscape/full-view treatment in the modal player.
   Reels/newsfeed modal playback keeps the existing vertical player. */
.cv-modal.cv-modal--landscape .cv-modal__dialog {
  grid-template-columns: minmax(0, 640px) 1fr;
}

.cv-modal.cv-modal--landscape .cv-modal__player {
  aspect-ratio: 16 / 9;
  min-height: 360px;
}

@media (max-width: 760px) {
  .cv-modal.cv-modal--landscape .cv-modal__dialog {
    grid-template-columns: 1fr;
  }

  .cv-modal.cv-modal--landscape .cv-modal__player {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }
}

/* v0.1.30.21: Empty Newsfeed state */
.cv-empty-newsfeed {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1rem;
  color: var(--cv-muted, rgba(255,255,255,.72));
}


/* v1.31.1: On the smallest screens, Shows remain a landscape carousel with at least two visible thumbnails and usable scroll arrows. */
@media (max-width: 420px) {
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 2;
    --cv-carousel-gap: 7px;
  }

  .home .cv-show-row .cv-reel-row__title,
  .front-page .cv-show-row .cv-reel-row__title {
    font-size: 18px;
  }
}


/* v1.31.3: Shortcode pages use the same Shows carousel treatment as the homepage. */
.cv-show-row .cv-carousel__viewport {
  overflow: hidden;
}

.cv-show-row .cv-carousel__track {
  --cv-cards-per-view: var(--cv-show-cards-per-view, 4);
  --cv-carousel-gap: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--cv-carousel-gap) * (var(--cv-cards-per-view) - 1))) / var(--cv-cards-per-view));
  grid-template-columns: none;
  gap: var(--cv-carousel-gap);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.cv-show-row .cv-carousel__track::-webkit-scrollbar {
  display: none;
}

.cv-show-row .cv-carousel__track .cv-card,
.cv-show-row .cv-card--show-landscape {
  min-width: 0;
}

.cv-show-row .cv-card--show-landscape img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cv-show-row .cv-card--show-landscape .cv-card__body {
  padding: 11px;
}

.cv-show-row .cv-card--show-landscape h3 {
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.08;
}

.cv-show-row .cv-card--show-landscape p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cv-show-row .cv-carousel__controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cv-show-row .cv-carousel__arrow {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cv-show-row .cv-carousel__arrow:disabled {
  opacity: .35;
  cursor: default;
}

@media (max-width: 900px) {
  .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 2;
  }
}

@media (max-width: 600px) {
  .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 2;
    --cv-carousel-gap: 8px;
  }

  .cv-show-row .cv-reel-row__head {
    align-items: center;
    gap: 10px;
  }

  .cv-show-row .cv-carousel__arrow {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .cv-show-row .cv-card--show-landscape .cv-card__body {
    padding: 8px;
  }

  .cv-show-row .cv-card--show-landscape h3 {
    font-size: 11px;
    line-height: 1.1;
  }

  .cv-show-row .cv-card--show-landscape p {
    display: none;
  }
}

@media (max-width: 420px) {
  .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 2;
    --cv-carousel-gap: 7px;
  }

  .cv-show-row .cv-reel-row__title {
    font-size: 18px;
  }
}

/* v1.31.5: remove the translucent-header divider/fade band that could appear as a dark horizontal line across the hero image. */
.home .cv-site-header,
.front-page .cv-site-header {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.home .cv-site-header::after,
.front-page .cv-site-header::after {
  content: none !important;
  display: none !important;
  height: 0 !important;
  background: none !important;
}


/* v1.31.16: Drive preview embed is used in the single CityVoice modal to avoid blocked direct-file buffering. */
.cv-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(70vh, 720px);
  object-fit: contain;
  background: #000;
  border: 0;
}


/* v1.31.17 Page editor display options. */
.cv-layout-one-column-wide,
.cv-layout-full-width {
  display: block;
}

.cv-layout-one-column-wide {
  max-width: min(1120px, calc(100% - 32px));
}

.cv-layout-full-width {
  max-width: none;
  width: 100%;
}

.cv-page__featured-image {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.055);
}

.cv-page__featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.cv-page__featured-image--large img,
.cv-page__featured-image--above-title img {
  max-height: 560px;
  object-fit: cover;
}

.cv-page__featured-image--small {
  max-width: 420px;
}

.cv-page-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 36%);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.cv-page-title-row h1 {
  margin: 0;
}

.cv-page-title-row .cv-page__featured-image {
  margin: 0;
}

.cv-page-hero {
  position: relative;
  display: grid;
  min-height: 360px;
  margin-bottom: 28px;
  padding: clamp(28px, 6vw, 72px);
  align-items: end;
  overflow: hidden;
  border-radius: 32px;
  background-image: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.78)), var(--cv-page-hero-image);
  background-position: center;
  background-size: cover;
}

.cv-page-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.42);
}

.cv-page__content > *:first-child {
  margin-top: 0;
}

@media (max-width: 800px) {
  .cv-page-title-row {
    grid-template-columns: 1fr;
  }

  .cv-page__featured-image--small {
    max-width: none;
  }

  .cv-page-hero {
    min-height: 280px;
  }
}


/* v1.31.18 mobile/tablet player overlay cleanup. Theme only.
   Keeps CityVoice overlay controls out of the video area by default on touch-size screens;
   controls return only while the user is actively interacting with the player/card. */
@media (hover: none), (max-width: 900px) {
  .cv-card__overlay {
    opacity: 0;
    transform: translateY(110%);
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.72));
  }

  .cv-card:hover .cv-card__overlay,
  .cv-card:focus-within .cv-card__overlay,
  .cv-card.is-overlay-open .cv-card__overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .cv-card__desc,
  .cv-card__favorite,
  .cv-card__share {
    display: none !important;
  }

  .cv-card__overlay {
    padding: 8px;
  }

  .cv-card__overlay-actions {
    justify-content: flex-end;
  }

  .cv-card__overlay-play {
    min-height: 30px;
    padding: 7px 11px;
    font-size: 12px;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
  }

  .cv-modal {
    padding: 0;
    align-items: stretch;
  }

  .cv-modal__dialog {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
    border: 0;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr);
    overflow: hidden;
  }

  .cv-modal__player {
    width: 100%;
    min-height: 100vh;
    aspect-ratio: auto;
  }

  .cv-modal__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    max-height: 45vh;
    overflow: auto;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.88) 18%, rgba(0,0,0,.96));
    opacity: 0;
    transform: translateY(110%);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
  }

  .cv-modal__body h2 {
    font-size: clamp(24px, 7vw, 36px);
    margin: 10px 0;
  }

  .cv-modal__body p {
    margin: 8px 0;
    font-size: 14px;
  }

  .cv-modal__close {
    opacity: 0;
    transform: translateY(-120%);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
  }

  .cv-modal.is-ui-active .cv-modal__body,
  .cv-modal.is-ui-active .cv-modal__close,
  .cv-modal:focus-within .cv-modal__body,
  .cv-modal:focus-within .cv-modal__close {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .cv-modal.cv-modal--landscape .cv-modal__player {
    min-height: 100vh;
    aspect-ratio: auto;
  }
}


/* v1.31.19 mobile/tablet modal return button usability. Theme only.
   Makes the close/end button easier to tap and moves it below the top edge/safe area. */
@media (hover: none), (max-width: 900px) {
  .cv-modal__close {
    top: max(28px, calc(env(safe-area-inset-top, 0px) + 24px));
    right: max(16px, calc(env(safe-area-inset-right, 0px) + 16px));
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    font-size: 34px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.62);
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: 0 12px 34px rgba(0,0,0,.5);
  }
}

@media (hover: none) and (max-width: 520px) {
  .cv-modal__close {
    top: max(34px, calc(env(safe-area-inset-top, 0px) + 30px));
    right: max(14px, calc(env(safe-area-inset-right, 0px) + 14px));
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}


/* v1.32.2 Cloudflare hover preview reliability. Theme only.
   Uses the Cloudflare Stream web component for muted desktop hover previews. */
.cv-card {
  position: relative;
  overflow: hidden;
}

.cv-card__hover-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
  pointer-events: none;
  background: #000;
  opacity: 0;
  transition: opacity .18s ease;
}

.cv-card.is-previewing .cv-card__hover-preview {
  opacity: 1;
}

.cv-card__hover-preview stream,
.cv-card__hover-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.cv-card__hover-preview--loading {
  background: #000;
}

.cv-card.is-previewing > img,
.cv-card.is-previewing .cv-card__media > img {
  opacity: 0;
}

.cv-card .cv-card__body,
.cv-card .cv-card__overlay {
  position: relative;
  z-index: 2;
}

@media (hover: none), (pointer: coarse) {
  .cv-card__hover-preview {
    display: none !important;
  }
}


/* v1.32.3 rollback: keep video cards stable; modal autoplay remains active. */
.cv-card__hover-preview {
  display: none !important;
}
.cv-card.is-previewing > img,
.cv-card.is-previewing .cv-card__media > img {
  opacity: 1 !important;
}


/* v1.32.4 hover play tease. Theme only.
   Uses a stable hover/tap visual tease instead of hover playback.
   The card lifts slightly and shows a centered play control; clicking anywhere still opens the modal player. */
.cv-card--tease {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cv-card--tease:hover,
.cv-card--tease:focus-within {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 20px 44px rgba(0,0,0,.34);
  border-color: rgba(255,255,255,.18);
}

.cv-card--tease .cv-card__media {
  position: static;
}

.cv-card--tease .cv-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.34) 55%, rgba(0,0,0,.54));
  opacity: 0;
  transform: none;
  transition: opacity .18s ease, background .18s ease;
  pointer-events: none;
}

.cv-card--tease:hover .cv-card__overlay,
.cv-card--tease:focus-within .cv-card__overlay,
.cv-card--tease.is-overlay-open .cv-card__overlay {
  opacity: 1;
  pointer-events: none;
}

.cv-card--tease .cv-card__overlay-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cv-card--tease .cv-card__overlay-play {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(0,0,0,.56);
  border: 0;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.32);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.cv-card--tease .cv-card__overlay-play-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  line-height: 1;
}

.cv-card--tease .cv-card__overlay-play-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cv-card--tease .cv-card__overlay-play-icon path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cv-card--tease .cv-card__overlay-play-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cv-card--tease .cv-card__desc,
.cv-card--tease .cv-card__overlay-icon {
  display: none !important;
}

@media (hover: none), (pointer: coarse) {
  .cv-card--tease {
    transform: none;
  }

  .cv-card--tease .cv-card__overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18) 55%, rgba(0,0,0,.28));
  }

  .cv-card--tease .cv-card__overlay-play {
    width: 56px;
    height: 56px;
  }

  .cv-card--tease .cv-card__overlay-play-icon {
    width: 24px;
    height: 24px;
    margin-left: 2px;
  }
}

/* v1.32.11 mobile player controls fix. Theme only.
   Keeps the phone modal player inside the visible viewport so iframe controls are not clipped,
   and keeps the close button available after playback starts. */
@media (hover: none), (max-width: 900px) {
  .cv-modal {
    min-height: 100vh;
    min-height: 100dvh;
  }

  .cv-modal__dialog {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
  }

  .cv-modal__player,
  .cv-modal.cv-modal--landscape .cv-modal__player {
    height: calc(100vh - max(24px, env(safe-area-inset-bottom, 0px)));
    height: calc(100dvh - max(24px, env(safe-area-inset-bottom, 0px)));
    min-height: 0;
    max-height: calc(100vh - max(24px, env(safe-area-inset-bottom, 0px)));
    max-height: calc(100dvh - max(24px, env(safe-area-inset-bottom, 0px)));
    overflow: hidden;
  }

  .cv-modal__close {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    z-index: 10;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (hover: none), (max-width: 900px) {
    .cv-modal,
    .cv-modal__dialog {
      min-height: -webkit-fill-available;
      height: -webkit-fill-available;
      max-height: -webkit-fill-available;
    }
  }
}


/* v1.32.12 modal information action row. Theme only.
   Adds local Like/Fav/Share/View controls inside the existing information field without changing card playback behavior. */
.cv-modal__actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 20px;
  padding: 10px 0 2px;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.cv-modal__action {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.72);
  min-width: 0;
  padding: 8px 4px 10px;
  border-radius: 14px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 4px;
  font: inherit;
  cursor: pointer;
}

.cv-modal__action--views {
  cursor: default;
}

.cv-modal__action svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.4));
}

.cv-modal__action span,
.cv-modal__action strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.05;
}

.cv-modal__action span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .01em;
  color: rgba(255,255,255,.76);
}

.cv-modal__action strong {
  min-width: 42px;
  padding: 2px 4px;
  border-radius: 2px;
  background: rgba(255,255,255,.22);
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 900;
}

.cv-modal__action:hover,
.cv-modal__action:focus-visible,
.cv-modal__action.is-active {
  color: #fff;
  background: rgba(255,255,255,.08);
  outline: none;
}

.cv-modal__action.is-copied span {
  color: #fff;
}

@media (max-width: 760px) {
  .cv-modal__actions {
    gap: 6px;
    margin: 14px 0 16px;
  }
  .cv-modal__action {
    padding: 7px 2px 9px;
  }
  .cv-modal__action svg {
    width: 25px;
    height: 25px;
  }
  .cv-modal__action span {
    font-size: 10px;
  }
  .cv-modal__action strong {
    min-width: 36px;
    font-size: 11px;
  }
}

/* v1.32.14 Video Information Template field labels in story detail modal. */
.cv-modal__details {
  display: grid;
  gap: .45rem;
  margin: .85rem 0 1rem;
  padding: .85rem;
  border: 1px solid var(--cv-line);
  border-radius: 1rem;
  background: rgba(255,255,255,.04);
}

.cv-modal__detail-row {
  display: grid;
  grid-template-columns: minmax(8.5rem, 40%) 1fr;
  gap: .65rem;
  align-items: start;
  font-size: .9rem;
  line-height: 1.35;
}

.cv-modal__detail-row strong {
  color: var(--cv-text);
  font-weight: 800;
}

.cv-modal__detail-row span {
  color: var(--cv-muted);
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .cv-modal__detail-row {
    grid-template-columns: 1fr;
    gap: .15rem;
  }
}

/* v1.32.15 video detail readability and public metadata layout. */
.cv-modal__home {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 14px;
  border: 1px solid var(--cv-line);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.07);
  color: #fff;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
}

.cv-modal__home:hover,
.cv-modal__home:focus {
  background: rgba(255,255,255,.12);
}

.cv-modal__body p strong,
.cv-modal__details-title {
  color: var(--cv-text);
  font-weight: 950;
}

.cv-modal__body p span {
  color: #d4d4d8;
}

.cv-modal__details {
  display: block;
  margin: 1rem 0 1.1rem;
  padding: .9rem;
  border: 1px solid var(--cv-line);
  border-radius: 1rem;
  background: rgba(255,255,255,.04);
}

.cv-modal__details-title {
  display: block;
  margin: 0 0 .65rem;
  font-size: .92rem;
  line-height: 1.2;
}

.cv-modal__details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem .75rem;
}

.cv-modal__detail-row {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  align-items: baseline;
  min-width: 0;
  font-size: .78rem;
  line-height: 1.25;
}

.cv-modal__detail-row strong {
  color: var(--cv-text);
  font-weight: 900;
}

.cv-modal__detail-row span {
  color: var(--cv-muted);
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .cv-modal__details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 440px) {
  .cv-modal__details-grid {
    grid-template-columns: 1fr;
  }
}

/* v1.32.16 mobile/tablet detail sheet. Theme only.
   Tapping the modal area opens the story information panel on touch screens,
   and the panel gets its own close button without changing the desktop layout. */
.cv-modal__details-close {
  display: none;
}

@media (hover: none), (max-width: 900px) {
  .cv-modal__dialog {
    overflow: hidden;
  }

  .cv-modal__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    max-height: min(64vh, 560px);
    max-height: min(64dvh, 560px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 18px calc(22px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255,255,255,.14);
    border-radius: 24px 24px 0 0;
    background: rgba(5,5,7,.97);
    box-shadow: 0 -24px 80px rgba(0,0,0,.55);
    opacity: 0;
    transform: translateY(104%);
    pointer-events: none;
    transition: transform .22s ease, opacity .22s ease;
  }

  .cv-modal.is-details-open .cv-modal__body {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .cv-modal__details-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    float: right;
    z-index: 2;
    width: 38px;
    height: 38px;
    margin: -4px -2px 8px 10px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
  }

  .cv-modal__details-close:hover,
  .cv-modal__details-close:focus-visible {
    background: rgba(255,255,255,.2);
    outline: none;
  }
}

/* v1.32.32: ReelShort-dimension visual alignment.
   Scope: homepage/builder homepage dimensions only. Keeps Engine, Events, Apps Script,
   modal behavior, import logic, and WordPress page-builder support unchanged. */
:root {
  --cv-max-width: 1636px;
  --cv-rs-page-pad: clamp(16px, 4vw, 72px);
  --cv-rs-card-gap: 12px;
}

body.home,
body.front-page,
body.page-template-page-cityvoice-builder-home {
  overflow-x: hidden;
}

.home .cv-site-header__inner,
.front-page .cv-site-header__inner,
.page-template-page-cityvoice-builder-home .cv-site-header__inner,
.home .cv-topbar__inner,
.front-page .cv-topbar__inner,
.page-template-page-cityvoice-builder-home .cv-topbar__inner,
.home .cv-highlight-nav__inner,
.front-page .cv-highlight-nav__inner,
.page-template-page-cityvoice-builder-home .cv-highlight-nav__inner {
  max-width: var(--cv-max-width, 1636px);
}

.home .cv-web-shell,
.front-page .cv-web-shell,
.page-template-page-cityvoice-builder-home .cv-web-shell {
  width: 100%;
  max-width: none;
  padding: 0 0 72px;
}

.home .cv-hero,
.front-page .cv-hero,
.page-template-page-cityvoice-builder-home .cv-hero {
  width: 100%;
  height: clamp(500px, 33.333vw, 640px);
  min-height: 0 !important;
  max-height: 640px;
  border: 0 !important;
  border-radius: 0 !important;
  display: block;
  overflow: hidden;
}

.home .cv-hero__media,
.front-page .cv-hero__media,
.page-template-page-cityvoice-builder-home .cv-hero__media {
  background-size: cover;
  background-position: center center;
  opacity: .9;
}

.home .cv-hero__overlay,
.front-page .cv-hero__overlay,
.page-template-page-cityvoice-builder-home .cv-hero__overlay {
  background:
    linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.22) 38%, rgba(0,0,0,.14) 62%, rgba(0,0,0,.72) 100%),
    linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.02) 38%, rgba(0,0,0,.82) 100%);
}

.home .cv-hero__content,
.front-page .cv-hero__content,
.page-template-page-cityvoice-builder-home .cv-hero__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(620px, calc(100% - (var(--cv-rs-page-pad) * 2)));
  max-width: 620px;
  padding: 0 0 76px;
  margin-left: max(var(--cv-rs-page-pad), calc((100vw - var(--cv-max-width, 1636px)) / 2 + var(--cv-rs-page-pad)));
}

.home .cv-hero h1,
.front-page .cv-hero h1,
.page-template-page-cityvoice-builder-home .cv-hero h1 {
  max-width: 620px;
  font-size: clamp(34px, 3.1vw, 56px);
  line-height: 1.05;
  letter-spacing: -.045em;
  margin: 0 0 20px;
  text-shadow: 0 12px 42px rgba(0,0,0,.72);
}

.home .cv-hero p,
.front-page .cv-hero p,
.page-template-page-cityvoice-builder-home .cv-hero p {
  display: none;
}

.home .cv-hero__actions,
.front-page .cv-hero__actions,
.page-template-page-cityvoice-builder-home .cv-hero__actions {
  margin-top: 0;
  gap: 12px;
  align-items: center;
}

.home .cv-hero [data-cv-hero-link],
.front-page .cv-hero [data-cv-hero-link],
.page-template-page-cityvoice-builder-home .cv-hero [data-cv-hero-link] {
  display: inline-flex;
  min-width: 168px;
  height: 52px;
  min-height: 52px;
  border-radius: 6px;
  background: #fff;
  color: #050507;
  border: 0;
  font-size: 17px;
}

.home .cv-hero-play,
.front-page .cv-hero-play,
.page-template-page-cityvoice-builder-home .cv-hero-play {
  width: 54px;
  height: 54px;
  min-height: 54px;
  padding: 0;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(0,0,0,.45);
}

.home .cv-hero__dots,
.front-page .cv-hero__dots,
.page-template-page-cityvoice-builder-home .cv-hero__dots {
  left: auto;
  right: max(var(--cv-rs-page-pad), calc((100vw - var(--cv-max-width, 1636px)) / 2 + var(--cv-rs-page-pad)));
  bottom: 42px;
  justify-content: flex-end;
  gap: 8px;
}

.home .cv-hero__dot,
.front-page .cv-hero__dot,
.page-template-page-cityvoice-builder-home .cv-hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.52);
}

.home .cv-hero__dot.is-active,
.front-page .cv-hero__dot.is-active,
.page-template-page-cityvoice-builder-home .cv-hero__dot.is-active {
  width: 32px;
  border-radius: 6px;
  background: #fff;
}

.home .cv-section,
.front-page .cv-section,
.page-template-page-cityvoice-builder-home .cv-section {
  max-width: var(--cv-max-width, 1636px);
  margin: 52px auto 0;
  padding-left: var(--cv-rs-page-pad);
  padding-right: var(--cv-rs-page-pad);
}

.home .cv-section__head,
.front-page .cv-section__head,
.page-template-page-cityvoice-builder-home .cv-section__head {
  margin-bottom: 24px;
  align-items: center;
}

.home .cv-section h2,
.front-page .cv-section h2,
.page-template-page-cityvoice-builder-home .cv-section h2 {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.home .cv-carousel__track,
.front-page .cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-carousel__track {
  --cv-carousel-gap: var(--cv-rs-card-gap);
  --cv-cards-per-view: 7;
  gap: var(--cv-carousel-gap);
  grid-auto-columns: calc((100% - (var(--cv-carousel-gap) * (var(--cv-cards-per-view) - 1))) / var(--cv-cards-per-view));
  padding-bottom: 8px;
}

.home .cv-card,
.front-page .cv-card,
.page-template-page-cityvoice-builder-home .cv-card,
.home .cv-show-row .cv-card--show-landscape,
.front-page .cv-show-row .cv-card--show-landscape,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape {
  border-radius: 8px !important;
  background: transparent;
  border: 0 !important;
}

.home .cv-card img,
.front-page .cv-card img,
.page-template-page-cityvoice-builder-home .cv-card img,
.home .cv-show-row .cv-card--show-landscape img,
.front-page .cv-show-row .cv-card--show-landscape img,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape img {
  aspect-ratio: 3 / 4;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.home .cv-card__body,
.front-page .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-card__body,
.home .cv-show-row .cv-card--show-landscape .cv-card__body,
.front-page .cv-show-row .cv-card--show-landscape .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape .cv-card__body {
  padding: 10px 0 0;
  background: transparent;
}

.home .cv-card__label,
.front-page .cv-card__label,
.page-template-page-cityvoice-builder-home .cv-card__label {
  font-size: 9px;
  padding: 5px 7px;
  margin: 0 0 7px;
}

.home .cv-card h3,
.front-page .cv-card h3,
.page-template-page-cityvoice-builder-home .cv-card h3,
.home .cv-show-row .cv-card--show-landscape h3,
.front-page .cv-show-row .cv-card--show-landscape h3,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape h3 {
  font-size: clamp(14px, .95vw, 18px);
  line-height: 1.16;
  letter-spacing: -.02em;
}

.home .cv-card p,
.front-page .cv-card p,
.page-template-page-cityvoice-builder-home .cv-card p,
.home .cv-show-row .cv-card--show-landscape p,
.front-page .cv-show-row .cv-card--show-landscape p,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape p {
  font-size: 11px;
  line-height: 1.25;
  color: rgba(255,255,255,.56);
  margin-top: 5px;
}

.home .cv-reel-rows,
.front-page .cv-reel-rows,
.page-template-page-cityvoice-builder-home .cv-reel-rows {
  gap: 40px;
}

.home .cv-reel-row,
.front-page .cv-reel-row,
.page-template-page-cityvoice-builder-home .cv-reel-row {
  gap: 18px;
}

.home .cv-reel-row__title,
.front-page .cv-reel-row__title,
.page-template-page-cityvoice-builder-home .cv-reel-row__title {
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.08;
}

.home .cv-show-row,
.front-page .cv-show-row,
.page-template-page-cityvoice-builder-home .cv-show-row {
  margin-bottom: 44px;
}

.home .cv-show-row .cv-carousel__track,
.front-page .cv-show-row .cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track {
  --cv-cards-per-view: 7;
  --cv-carousel-gap: var(--cv-rs-card-gap);
}

.home .cv-live-card,
.front-page .cv-live-card,
.page-template-page-cityvoice-builder-home .cv-live-card {
  border-radius: 8px;
  padding: 22px 24px;
}

@media (max-width: 1280px) {
  .home .cv-carousel__track,
  .front-page .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-carousel__track,
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 5;
  }
}

@media (max-width: 900px) {
  .home .cv-hero,
  .front-page .cv-hero,
  .page-template-page-cityvoice-builder-home .cv-hero {
    height: 420px;
    max-height: none;
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content,
  .page-template-page-cityvoice-builder-home .cv-hero__content {
    width: auto;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 52px;
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1,
  .page-template-page-cityvoice-builder-home .cv-hero h1 {
    font-size: clamp(28px, 8vw, 42px);
    max-width: 430px;
  }

  .home .cv-hero [data-cv-hero-link],
  .front-page .cv-hero [data-cv-hero-link],
  .page-template-page-cityvoice-builder-home .cv-hero [data-cv-hero-link] {
    min-width: 132px;
    height: 44px;
    min-height: 44px;
    font-size: 14px;
  }

  .home .cv-hero-play,
  .front-page .cv-hero-play,
  .page-template-page-cityvoice-builder-home .cv-hero-play {
    width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .home .cv-hero__dots,
  .front-page .cv-hero__dots,
  .page-template-page-cityvoice-builder-home .cv-hero__dots {
    left: 24px;
    right: 24px;
    bottom: 20px;
    justify-content: center;
  }

  .home .cv-section,
  .front-page .cv-section,
  .page-template-page-cityvoice-builder-home .cv-section {
    margin-top: 34px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home .cv-carousel__track,
  .front-page .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-carousel__track,
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 3;
    --cv-carousel-gap: 8px;
  }
}

@media (max-width: 480px) {
  .home .cv-hero,
  .front-page .cv-hero,
  .page-template-page-cityvoice-builder-home .cv-hero {
    height: 360px;
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content,
  .page-template-page-cityvoice-builder-home .cv-hero__content {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 44px;
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1,
  .page-template-page-cityvoice-builder-home .cv-hero h1 {
    font-size: 28px;
    line-height: 1.05;
  }

  .home .cv-section__head,
  .front-page .cv-section__head,
  .page-template-page-cityvoice-builder-home .cv-section__head {
    margin-bottom: 14px;
  }

  .home .cv-section h2,
  .front-page .cv-section h2,
  .page-template-page-cityvoice-builder-home .cv-section h2 {
    font-size: 22px;
  }

  .home .cv-card h3,
  .front-page .cv-card h3,
  .page-template-page-cityvoice-builder-home .cv-card h3,
  .home .cv-show-row .cv-card--show-landscape h3,
  .front-page .cv-show-row .cv-card--show-landscape h3,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape h3 {
    font-size: 12px;
  }

  .home .cv-card__label,
  .front-page .cv-card__label,
  .page-template-page-cityvoice-builder-home .cv-card__label {
    display: none;
  }
}

/* v1.32.33 Page Builder Home sizing parity fix.
   The Builder Home page now intentionally inherits the exact same home/front-page sizing rules
   as the coded front page. This only removes Gutenberg wrapper constraints around shortcode
   sections; it does not change Engine, Events, feed, carousel behavior, or video behavior. */
.cv-builder-home-context {
  display: block;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cv-builder-home-context .cv-web-shell {
  width: 100%;
}

.cv-builder-home-context .wp-block-shortcode,
.cv-builder-home-context .wp-block-group,
.cv-builder-home-context .wp-block-group__inner-container {
  max-width: none !important;
}

.cv-builder-home-context .wp-block-shortcode {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cv-builder-home-context > p,
.cv-builder-home-context .cv-web-shell > p,
.cv-builder-home-context .wp-block-shortcode > p {
  margin: 0 !important;
  padding: 0 !important;
}

.cv-builder-home-context br + .cv-section,
.cv-builder-home-context br + .cv-hero {
  margin-top: 0;
}


/* v1.32.34 Page-builder hero edge and radius correction.
   Keeps the coded homepage working while making shortcode/page-builder hero behave like the ReelShort reference:
   full-bleed to screen edge, translucent gradient treatment, and adjustable corner radius. */
.home .cv-hero,
.front-page .cv-hero {
  border-radius: var(--cv-hero-radius, 0px) !important;
}

.cv-builder-home-context {
  overflow-x: hidden;
}

.cv-builder-home-context .cv-web-shell,
.cv-builder-home-context .cv-page__content,
.cv-builder-home-context .wp-block-shortcode {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cv-builder-home-context .cv-hero {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: min(640px, 66vw) !important;
  border: 0 !important;
  border-radius: var(--cv-hero-radius, 0px) !important;
  box-shadow: none !important;
  background: #000;
}

.cv-builder-home-context .cv-hero__media {
  opacity: .9;
}

.cv-builder-home-context .cv-hero__overlay {
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.18) 46%, rgba(0,0,0,.72) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.04) 48%, rgba(0,0,0,.86) 100%) !important;
}

.cv-builder-home-context .cv-section {
  max-width: var(--cv-max-width, 1636px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .cv-builder-home-context .cv-hero {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    min-height: min(690px, 92vh) !important;
    border-radius: var(--cv-hero-radius, 0px) !important;
  }

  .cv-builder-home-context .cv-hero__content {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 70px !important;
  }

  .cv-builder-home-context .cv-hero h1 {
    font-size: clamp(38px, 10vw, 56px);
    line-height: .98;
  }

  .cv-builder-home-context .cv-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* v1.32.35 Page-builder hero edge fade blend.
   Adds a Customizer-controlled fade so the hero image dissolves into the current page background
   instead of showing a hard frame. Theme only; no Engine, Events, Apps Script, carousel, card, or modal changes. */
.cv-builder-home-context .cv-hero {
  isolation: isolate;
  background: var(--cv-bg, #050507) !important;
}

.cv-builder-home-context .cv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg,
      var(--cv-bg, #050507) 0,
      transparent var(--cv-hero-edge-fade, 96px),
      transparent calc(100% - var(--cv-hero-edge-fade, 96px)),
      var(--cv-bg, #050507) 100%),
    linear-gradient(180deg,
      var(--cv-bg, #050507) 0,
      transparent var(--cv-hero-edge-fade, 96px),
      transparent calc(100% - var(--cv-hero-edge-fade, 96px)),
      var(--cv-bg, #050507) 100%);
  box-shadow: inset 0 0 calc(var(--cv-hero-edge-fade, 96px) * .75) var(--cv-bg, #050507);
}

.cv-builder-home-context .cv-hero__media {
  transform: scale(1.015);
}

.cv-builder-home-context .cv-hero__overlay,
.cv-builder-home-context .cv-hero__content,
.cv-builder-home-context .cv-hero__dots,
.cv-builder-home-context .cv-hero__rail {
  position: relative;
}

.cv-builder-home-context .cv-hero__overlay {
  z-index: 1;
}

.cv-builder-home-context .cv-hero__content,
.cv-builder-home-context .cv-hero__dots,
.cv-builder-home-context .cv-hero__rail {
  z-index: 3;
}

@media (max-width: 600px) {
  .cv-builder-home-context .cv-hero::before {
    background:
      linear-gradient(90deg,
        var(--cv-bg, #050507) 0,
        transparent min(var(--cv-hero-edge-fade, 96px), 42px),
        transparent calc(100% - min(var(--cv-hero-edge-fade, 96px), 42px)),
        var(--cv-bg, #050507) 100%),
      linear-gradient(180deg,
        var(--cv-bg, #050507) 0,
        transparent min(var(--cv-hero-edge-fade, 96px), 58px),
        transparent calc(100% - min(var(--cv-hero-edge-fade, 96px), 72px)),
        var(--cv-bg, #050507) 100%);
  }
}


/* v1.32.37: functional hero sliders without changing hero headline/control layout.
   This restores the horizontal responsive hero text/actions from the accepted visual baseline.
   Do not move controls into a vertical stack. */
.cv-builder-hero {
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--cv-hero-radius, 0px) !important;
  border: 0 !important;
  box-shadow: none !important;
  background: var(--cv-bg, #050507) !important;
  isolation: isolate;
}

.cv-builder-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg,
      var(--cv-bg, #050507) 0,
      transparent var(--cv-hero-edge-fade, 96px),
      transparent calc(100% - var(--cv-hero-edge-fade, 96px)),
      var(--cv-bg, #050507) 100%),
    linear-gradient(180deg,
      var(--cv-bg, #050507) 0,
      transparent var(--cv-hero-edge-fade, 96px),
      transparent calc(100% - var(--cv-hero-edge-fade, 96px)),
      var(--cv-bg, #050507) 100%);
  box-shadow: inset 0 0 calc(var(--cv-hero-edge-fade, 96px) * .75) var(--cv-bg, #050507);
}

.cv-builder-hero .cv-hero__media,
.cv-builder-hero .cv-hero__overlay {
  border-radius: inherit !important;
}

.cv-builder-hero .cv-hero__content,
.cv-builder-hero .cv-hero__dots,
.cv-builder-hero .cv-hero__rail {
  z-index: 3;
}

.cv-builder-hero .cv-hero__actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.cv-builder-hero .cv-button,
.cv-builder-hero .cv-hero-play {
  width: auto !important;
  max-width: max-content !important;
}

/* Full-bleed only for page-builder/shortcode contexts. The coded homepage layout is not changed. */
.cv-builder-home-context .cv-builder-hero,
.cv-page__content > .cv-builder-hero,
.entry-content > .cv-builder-hero,
.wp-block-shortcode > .cv-builder-hero {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

@media (max-width: 700px) {
  .cv-builder-hero .cv-hero__actions {
    gap: 10px !important;
  }
  .cv-builder-hero .cv-button,
  .cv-builder-hero .cv-hero-play {
    font-size: 14px !important;
    min-height: 38px !important;
    padding: 10px 14px !important;
  }
  .cv-builder-hero::before {
    background:
      linear-gradient(90deg,
        var(--cv-bg, #050507) 0,
        transparent min(var(--cv-hero-edge-fade, 96px), 42px),
        transparent calc(100% - min(var(--cv-hero-edge-fade, 96px), 42px)),
        var(--cv-bg, #050507) 100%),
      linear-gradient(180deg,
        var(--cv-bg, #050507) 0,
        transparent min(var(--cv-hero-edge-fade, 96px), 58px),
        transparent calc(100% - min(var(--cv-hero-edge-fade, 96px), 72px)),
        var(--cv-bg, #050507) 100%);
  }
}

/* v1.32.39: Requested hero headline size reduction applied to coded homepage AND page-builder hero.
   Scope: headline font size only. No layout, control, carousel, card, modal, or shortcode behavior changes. */
.home .cv-hero h1,
.front-page .cv-hero h1,
.page-template-page-cityvoice-builder-home .cv-hero h1,
.cv-builder-home-context .cv-hero h1,
.cv-builder-hero h1 {
  font-size: clamp(14px, 1.95vw, 26px) !important;
}

@media (max-width: 900px) {
  .home .cv-hero h1,
  .front-page .cv-hero h1,
  .page-template-page-cityvoice-builder-home .cv-hero h1,
  .cv-builder-home-context .cv-hero h1,
  .cv-builder-hero h1 {
    font-size: clamp(13px, 3.5vw, 21px) !important;
  }
}

@media (max-width: 520px) {
  .home .cv-hero h1,
  .front-page .cv-hero h1,
  .page-template-page-cityvoice-builder-home .cv-hero h1,
  .cv-builder-home-context .cv-hero h1,
  .cv-builder-hero h1 {
    font-size: clamp(10px, 2.9vw, 14px) !important;
  }
}


/* v1.32.40 page-builder hero top gap fix.
   Scope: page-builder homepage only. Removes empty wrapper/paragraph spacing above the first hero.
   Does not change hero dimensions, headline size, buttons, cards, carousels, modal, Engine, Events, or Apps Script. */
.cv-builder-web-shell {
  padding-top: 0 !important;
}

.cv-builder-home-context,
.cv-builder-shortcode-home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.cv-builder-home-context > .cv-hero:first-child,
.cv-builder-shortcode-home > .cv-hero:first-child,
.cv-builder-web-shell > .cv-hero:first-child {
  margin-top: 0 !important;
}

.cv-builder-home-context > p:first-child,
.cv-builder-home-context > br:first-child,
.cv-builder-home-context > .wp-block-shortcode:first-child,
.cv-builder-web-shell > p:first-child,
.cv-builder-web-shell > br:first-child,
.cv-builder-web-shell > .wp-block-shortcode:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.cv-builder-home-context .cv-hero:first-of-type {
  margin-top: 0 !important;
}


/* v1.32.42 ReelShort measurement correction.
   Scope: dimensions only. Uses the ReelShort reference proportions supplied by Ronald:
   hero visual target 1920 x 640, content max width about 1636px, poster cards at 3:4 ratio,
   and compact carousel/card sizing. Does not change Engine, Events, Apps Script, menus, modal,
   story logic, labels, or buttons. */
:root {
  --cv-max-width: 1636px;
  --cv-rs-page-pad: 24px;
  --cv-rs-card-gap: 12px;
}

.home .cv-web-shell,
.front-page .cv-web-shell,
.page-template-page-cityvoice-builder-home .cv-web-shell,
.cv-builder-web-shell {
  max-width: none !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .cv-hero,
.front-page .cv-hero,
.page-template-page-cityvoice-builder-home .cv-hero,
.cv-builder-home-context .cv-hero,
.cv-builder-hero {
  width: 100vw !important;
  max-width: 1920px !important;
  height: clamp(340px, 33.333vw, 640px) !important;
  min-height: 0 !important;
  max-height: 640px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.cv-builder-home-context .cv-hero,
.cv-builder-home-context .cv-builder-hero,
.cv-page__content > .cv-builder-hero,
.entry-content > .cv-builder-hero,
.wp-block-shortcode > .cv-builder-hero {
  width: 100vw !important;
  max-width: 1920px !important;
  margin-left: calc(50% - min(50vw, 960px)) !important;
  margin-right: calc(50% - min(50vw, 960px)) !important;
}

.home .cv-hero__media,
.front-page .cv-hero__media,
.page-template-page-cityvoice-builder-home .cv-hero__media,
.cv-builder-home-context .cv-hero__media,
.cv-builder-hero .cv-hero__media {
  opacity: .88 !important;
  filter: saturate(1.02) contrast(1.02) !important;
  transform: none !important;
}

.home .cv-hero__overlay,
.front-page .cv-hero__overlay,
.page-template-page-cityvoice-builder-home .cv-hero__overlay,
.cv-builder-home-context .cv-hero__overlay,
.cv-builder-hero .cv-hero__overlay {
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.08) 44%, rgba(0,0,0,.72) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.04) 42%, rgba(0,0,0,.82) 100%) !important;
}

.home .cv-hero__content,
.front-page .cv-hero__content,
.page-template-page-cityvoice-builder-home .cv-hero__content,
.cv-builder-home-context .cv-hero__content,
.cv-builder-hero .cv-hero__content {
  width: min(560px, calc(100% - 48px)) !important;
  max-width: 560px !important;
  margin-left: max(24px, calc((100vw - min(100vw, 1636px)) / 2 + 24px)) !important;
  margin-right: 24px !important;
  padding: 0 0 42px 0 !important;
  align-self: end !important;
}

.home .cv-hero h1,
.front-page .cv-hero h1,
.page-template-page-cityvoice-builder-home .cv-hero h1,
.cv-builder-home-context .cv-hero h1,
.cv-builder-hero h1 {
  max-width: 560px !important;
  font-size: clamp(18px, 1.55vw, 30px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
  margin: 0 !important;
}

.home .cv-hero__actions,
.front-page .cv-hero__actions,
.page-template-page-cityvoice-builder-home .cv-hero__actions,
.cv-builder-home-context .cv-hero__actions,
.cv-builder-hero .cv-hero__actions {
  margin-top: 14px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.home .cv-hero-play,
.front-page .cv-hero-play,
.page-template-page-cityvoice-builder-home .cv-hero-play,
.cv-builder-home-context .cv-hero-play,
.cv-builder-hero .cv-hero-play {
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  font-size: 19px !important;
}

.home .cv-hero__dots,
.front-page .cv-hero__dots,
.page-template-page-cityvoice-builder-home .cv-hero__dots,
.cv-builder-home-context .cv-hero__dots,
.cv-builder-hero .cv-hero__dots {
  left: auto !important;
  right: max(24px, calc((100vw - min(100vw, 1636px)) / 2 + 24px)) !important;
  bottom: 28px !important;
  gap: 8px !important;
  justify-content: flex-end !important;
}

.home .cv-section,
.front-page .cv-section,
.page-template-page-cityvoice-builder-home .cv-section,
.cv-builder-home-context .cv-section {
  max-width: var(--cv-max-width, 1636px) !important;
  margin-top: 38px !important;
  padding-left: var(--cv-rs-page-pad, 24px) !important;
  padding-right: var(--cv-rs-page-pad, 24px) !important;
}

.home .cv-section__head,
.front-page .cv-section__head,
.page-template-page-cityvoice-builder-home .cv-section__head,
.cv-builder-home-context .cv-section__head {
  margin-bottom: 16px !important;
}

.home .cv-section h2,
.front-page .cv-section h2,
.page-template-page-cityvoice-builder-home .cv-section h2,
.cv-builder-home-context .cv-section h2 {
  font-size: clamp(20px, 1.45vw, 28px) !important;
  line-height: 1.08 !important;
}

.home .cv-carousel__track,
.front-page .cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-carousel__track,
.cv-builder-home-context .cv-carousel__track,
.home .cv-show-row .cv-carousel__track,
.front-page .cv-show-row .cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
.cv-builder-home-context .cv-show-row .cv-carousel__track {
  --cv-carousel-gap: var(--cv-rs-card-gap, 12px) !important;
  --cv-cards-per-view: 8 !important;
  --cv-show-cards-per-view: 8 !important;
  gap: var(--cv-carousel-gap) !important;
  grid-auto-columns: calc((100% - (var(--cv-carousel-gap) * (var(--cv-cards-per-view) - 1))) / var(--cv-cards-per-view)) !important;
}

.home .cv-card,
.front-page .cv-card,
.page-template-page-cityvoice-builder-home .cv-card,
.cv-builder-home-context .cv-card,
.home .cv-show-row .cv-card--show-landscape,
.front-page .cv-show-row .cv-card--show-landscape,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape {
  border-radius: 6px !important;
  background: transparent !important;
}

.home .cv-card img,
.front-page .cv-card img,
.page-template-page-cityvoice-builder-home .cv-card img,
.cv-builder-home-context .cv-card img,
.home .cv-show-row .cv-card--show-landscape img,
.front-page .cv-show-row .cv-card--show-landscape img,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape img,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape img {
  aspect-ratio: 3 / 4 !important;
  border-radius: 6px !important;
  object-fit: cover !important;
}

.home .cv-card__body,
.front-page .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-card__body,
.cv-builder-home-context .cv-card__body,
.home .cv-show-row .cv-card--show-landscape .cv-card__body,
.front-page .cv-show-row .cv-card--show-landscape .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape .cv-card__body,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape .cv-card__body {
  padding: 8px 0 0 !important;
}

.home .cv-card h3,
.front-page .cv-card h3,
.page-template-page-cityvoice-builder-home .cv-card h3,
.cv-builder-home-context .cv-card h3,
.home .cv-show-row .cv-card--show-landscape h3,
.front-page .cv-show-row .cv-card--show-landscape h3,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape h3,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape h3 {
  font-size: clamp(12px, .78vw, 15px) !important;
  line-height: 1.18 !important;
}

.home .cv-card__label,
.front-page .cv-card__label,
.page-template-page-cityvoice-builder-home .cv-card__label,
.cv-builder-home-context .cv-card__label {
  font-size: 8px !important;
  padding: 4px 6px !important;
  margin-bottom: 6px !important;
}

@media (max-width: 1280px) {
  .home .cv-carousel__track,
  .front-page .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-carousel__track,
  .cv-builder-home-context .cv-carousel__track,
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 6 !important;
    --cv-show-cards-per-view: 6 !important;
  }
}

@media (max-width: 900px) {
  .home .cv-hero,
  .front-page .cv-hero,
  .page-template-page-cityvoice-builder-home .cv-hero,
  .cv-builder-home-context .cv-hero,
  .cv-builder-hero {
    height: clamp(220px, 56vw, 380px) !important;
    max-height: 380px !important;
  }
  .home .cv-hero__content,
  .front-page .cv-hero__content,
  .page-template-page-cityvoice-builder-home .cv-hero__content,
  .cv-builder-home-context .cv-hero__content,
  .cv-builder-hero .cv-hero__content {
    width: min(430px, calc(100% - 32px)) !important;
    max-width: 430px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    padding-bottom: 38px !important;
  }
  .home .cv-hero h1,
  .front-page .cv-hero h1,
  .page-template-page-cityvoice-builder-home .cv-hero h1,
  .cv-builder-home-context .cv-hero h1,
  .cv-builder-hero h1 {
    font-size: clamp(14px, 4.6vw, 24px) !important;
  }
  .home .cv-hero-play,
  .front-page .cv-hero-play,
  .page-template-page-cityvoice-builder-home .cv-hero-play,
  .cv-builder-home-context .cv-hero-play,
  .cv-builder-hero .cv-hero-play {
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 16px !important;
  }
  .home .cv-hero__dots,
  .front-page .cv-hero__dots,
  .page-template-page-cityvoice-builder-home .cv-hero__dots,
  .cv-builder-home-context .cv-hero__dots,
  .cv-builder-hero .cv-hero__dots {
    left: 16px !important;
    right: 16px !important;
    bottom: 14px !important;
    justify-content: center !important;
  }
  .home .cv-section,
  .front-page .cv-section,
  .page-template-page-cityvoice-builder-home .cv-section,
  .cv-builder-home-context .cv-section {
    margin-top: 26px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .home .cv-carousel__track,
  .front-page .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-carousel__track,
  .cv-builder-home-context .cv-carousel__track,
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 4 !important;
    --cv-show-cards-per-view: 4 !important;
    --cv-carousel-gap: 8px !important;
  }
}

@media (max-width: 520px) {
  .home .cv-carousel__track,
  .front-page .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-carousel__track,
  .cv-builder-home-context .cv-carousel__track,
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 3 !important;
    --cv-show-cards-per-view: 3 !important;
    --cv-carousel-gap: 7px !important;
  }
  .home .cv-card h3,
  .front-page .cv-card h3,
  .page-template-page-cityvoice-builder-home .cv-card h3,
  .cv-builder-home-context .cv-card h3,
  .home .cv-show-row .cv-card--show-landscape h3,
  .front-page .cv-show-row .cv-card--show-landscape h3,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape h3,
  .cv-builder-home-context .cv-show-row .cv-card--show-landscape h3 {
    font-size: 11px !important;
  }
}


/* v1.32.43 ReelShort measurement correction from provided reference.
   Dimension-only adjustment:
   - Hero follows the ReelShort 1920 x 640 reference proportion.
   - Newsfeed/Programs/Live content rows cap at 1310px, matching the supplied inspected row width.
   - Poster cards target the ReelShort ~200px card sizing on desktop by using 6 cards per 1310px row.
   Does not change Engine, Events plugin, Apps Script, menus, labels, modal behavior, or story logic. */
:root {
  --cv-rs-hero-max-width: 1920px;
  --cv-rs-hero-max-height: 640px;
  --cv-rs-content-width: 1310px;
  --cv-rs-card-gap: 12px;
}

.home .cv-web-shell,
.front-page .cv-web-shell,
.page-template-page-cityvoice-builder-home .cv-web-shell,
.cv-builder-home-context .cv-web-shell {
  max-width: none !important;
  width: 100% !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .cv-hero,
.front-page .cv-hero,
.page-template-page-cityvoice-builder-home .cv-hero,
.cv-builder-home-context .cv-hero,
.cv-builder-hero {
  width: 100vw !important;
  max-width: var(--cv-rs-hero-max-width) !important;
  height: clamp(360px, 33.333vw, var(--cv-rs-hero-max-height)) !important;
  min-height: 0 !important;
  max-height: var(--cv-rs-hero-max-height) !important;
  margin: 0 auto !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.home .cv-hero__media,
.front-page .cv-hero__media,
.page-template-page-cityvoice-builder-home .cv-hero__media,
.cv-builder-home-context .cv-hero__media,
.cv-builder-hero .cv-hero__media {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
}

.home .cv-hero__content,
.front-page .cv-hero__content,
.page-template-page-cityvoice-builder-home .cv-hero__content,
.cv-builder-home-context .cv-hero__content,
.cv-builder-hero .cv-hero__content {
  width: min(560px, calc(100% - 48px)) !important;
  max-width: 560px !important;
  margin-left: max(24px, calc((100vw - var(--cv-rs-content-width)) / 2 + 24px)) !important;
  margin-right: 24px !important;
  padding: 0 0 42px 0 !important;
  align-self: end !important;
}

.home .cv-hero h1,
.front-page .cv-hero h1,
.page-template-page-cityvoice-builder-home .cv-hero h1,
.cv-builder-home-context .cv-hero h1,
.cv-builder-hero h1 {
  max-width: 560px !important;
  font-size: clamp(18px, 1.55vw, 30px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
  margin: 0 !important;
}

.home .cv-hero__actions,
.front-page .cv-hero__actions,
.page-template-page-cityvoice-builder-home .cv-hero__actions,
.cv-builder-home-context .cv-hero__actions,
.cv-builder-hero .cv-hero__actions {
  margin-top: 14px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
}

.home .cv-hero-play,
.front-page .cv-hero-play,
.page-template-page-cityvoice-builder-home .cv-hero-play,
.cv-builder-home-context .cv-hero-play,
.cv-builder-hero .cv-hero-play {
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  font-size: 19px !important;
}

.home .cv-hero__dots,
.front-page .cv-hero__dots,
.page-template-page-cityvoice-builder-home .cv-hero__dots,
.cv-builder-home-context .cv-hero__dots,
.cv-builder-hero .cv-hero__dots {
  left: auto !important;
  right: max(24px, calc((100vw - var(--cv-rs-content-width)) / 2 + 24px)) !important;
  bottom: 28px !important;
  justify-content: flex-end !important;
}

.home .cv-section,
.front-page .cv-section,
.page-template-page-cityvoice-builder-home .cv-section,
.cv-builder-home-context .cv-section {
  width: min(var(--cv-rs-content-width), calc(100vw - 32px)) !important;
  max-width: var(--cv-rs-content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 38px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home #newsfeed,
.front-page #newsfeed,
.page-template-page-cityvoice-builder-home #newsfeed,
.cv-builder-home-context #newsfeed {
  max-width: var(--cv-rs-content-width) !important;
}

.home .cv-section__head,
.front-page .cv-section__head,
.page-template-page-cityvoice-builder-home .cv-section__head,
.cv-builder-home-context .cv-section__head {
  margin-bottom: 16px !important;
}

.home .cv-section h2,
.front-page .cv-section h2,
.page-template-page-cityvoice-builder-home .cv-section h2,
.cv-builder-home-context .cv-section h2 {
  font-size: clamp(20px, 1.45vw, 28px) !important;
  line-height: 1.08 !important;
}

.home .cv-carousel__track,
.front-page .cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-carousel__track,
.cv-builder-home-context .cv-carousel__track,
.home .cv-show-row .cv-carousel__track,
.front-page .cv-show-row .cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
.cv-builder-home-context .cv-show-row .cv-carousel__track {
  --cv-carousel-gap: var(--cv-rs-card-gap) !important;
  --cv-cards-per-view: 6 !important;
  --cv-show-cards-per-view: 6 !important;
  gap: var(--cv-carousel-gap) !important;
  grid-auto-columns: calc((100% - (var(--cv-carousel-gap) * (var(--cv-cards-per-view) - 1))) / var(--cv-cards-per-view)) !important;
}

.home .cv-card,
.front-page .cv-card,
.page-template-page-cityvoice-builder-home .cv-card,
.cv-builder-home-context .cv-card,
.home .cv-show-row .cv-card--show-landscape,
.front-page .cv-show-row .cv-card--show-landscape,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape {
  border-radius: 6px !important;
  background: transparent !important;
}

.home .cv-card img,
.front-page .cv-card img,
.page-template-page-cityvoice-builder-home .cv-card img,
.cv-builder-home-context .cv-card img,
.home .cv-show-row .cv-card--show-landscape img,
.front-page .cv-show-row .cv-card--show-landscape img,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape img,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape img {
  aspect-ratio: 3 / 4 !important;
  border-radius: 6px !important;
  object-fit: cover !important;
}

.home .cv-card__body,
.front-page .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-card__body,
.cv-builder-home-context .cv-card__body,
.home .cv-show-row .cv-card--show-landscape .cv-card__body,
.front-page .cv-show-row .cv-card--show-landscape .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape .cv-card__body,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape .cv-card__body {
  padding: 8px 0 0 !important;
}

.home .cv-card h3,
.front-page .cv-card h3,
.page-template-page-cityvoice-builder-home .cv-card h3,
.cv-builder-home-context .cv-card h3,
.home .cv-show-row .cv-card--show-landscape h3,
.front-page .cv-show-row .cv-card--show-landscape h3,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape h3,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape h3 {
  font-size: clamp(12px, .85vw, 15px) !important;
  line-height: 1.18 !important;
}

@media (max-width: 900px) {
  .home .cv-hero,
  .front-page .cv-hero,
  .page-template-page-cityvoice-builder-home .cv-hero,
  .cv-builder-home-context .cv-hero,
  .cv-builder-hero {
    height: clamp(220px, 56vw, 380px) !important;
    max-height: 380px !important;
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content,
  .page-template-page-cityvoice-builder-home .cv-hero__content,
  .cv-builder-home-context .cv-hero__content,
  .cv-builder-hero .cv-hero__content {
    width: min(430px, calc(100% - 32px)) !important;
    max-width: 430px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    padding-bottom: 38px !important;
  }

  .home .cv-hero h1,
  .front-page .cv-hero h1,
  .page-template-page-cityvoice-builder-home .cv-hero h1,
  .cv-builder-home-context .cv-hero h1,
  .cv-builder-hero h1 {
    font-size: clamp(14px, 4.6vw, 24px) !important;
  }

  .home .cv-hero__dots,
  .front-page .cv-hero__dots,
  .page-template-page-cityvoice-builder-home .cv-hero__dots,
  .cv-builder-home-context .cv-hero__dots,
  .cv-builder-hero .cv-hero__dots {
    left: 16px !important;
    right: 16px !important;
    bottom: 14px !important;
    justify-content: center !important;
  }

  .home .cv-section,
  .front-page .cv-section,
  .page-template-page-cityvoice-builder-home .cv-section,
  .cv-builder-home-context .cv-section {
    width: calc(100vw - 24px) !important;
    margin-top: 26px !important;
  }

  .home .cv-carousel__track,
  .front-page .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-carousel__track,
  .cv-builder-home-context .cv-carousel__track,
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 4 !important;
    --cv-show-cards-per-view: 4 !important;
    --cv-carousel-gap: 8px !important;
  }
}

@media (max-width: 520px) {
  .home .cv-carousel__track,
  .front-page .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-carousel__track,
  .cv-builder-home-context .cv-carousel__track,
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 3 !important;
    --cv-show-cards-per-view: 3 !important;
    --cv-carousel-gap: 7px !important;
  }
}


/* v1.32.44 ReelShort hero control placement. Theme only.
   Applies to both the coded homepage and WordPress page-builder hero.
   Keeps the 1920 x 640 hero reference, 19% side fades, 40% top/bottom fade,
   1310px content rows, 3:4 cards, Engine, Events plugin, Apps Script, menus, labels,
   modal behavior, and story logic unchanged. */
.home .cv-hero,
.front-page .cv-hero,
.page-template-page-cityvoice-builder-home .cv-hero,
.cv-builder-home-context .cv-hero,
.cv-builder-hero {
  width: 100vw !important;
  max-width: var(--cv-rs-hero-max-width, 1920px) !important;
  height: clamp(320px, 33.333vw, var(--cv-rs-hero-max-height, 640px)) !important;
  max-height: var(--cv-rs-hero-max-height, 640px) !important;
  min-height: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--cv-hero-radius, 0px) !important;
  position: relative !important;
  overflow: hidden !important;
}

.home .cv-hero__media,
.front-page .cv-hero__media,
.page-template-page-cityvoice-builder-home .cv-hero__media,
.cv-builder-home-context .cv-hero__media,
.cv-builder-hero .cv-hero__media {
  opacity: 1 !important;
  background-size: cover !important;
  background-position: center center !important;
}

.home .cv-hero__overlay,
.front-page .cv-hero__overlay,
.page-template-page-cityvoice-builder-home .cv-hero__overlay,
.cv-builder-home-context .cv-hero__overlay,
.cv-builder-hero .cv-hero__overlay {
  background:
    linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 19%, rgba(0,0,0,0) 81%, #000 100%),
    linear-gradient(180deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,.78) 100%) !important;
}

.cv-hero__side-arrows {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: clamp(16px, 4vw, 72px);
  padding-right: clamp(16px, 4vw, 72px);
  pointer-events: none;
}

.cv-hero__side-arrow {
  pointer-events: auto;
  width: clamp(32px, 2.5vw, 48px);
  height: clamp(32px, 2.5vw, 48px);
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background .16s ease, opacity .16s ease;
}

.cv-hero__side-arrow:hover {
  background: rgba(255,255,255,.20);
}

.cv-hero__side-arrow:active {
  background: rgba(255,255,255,.30);
}

.cv-hero__side-arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1600px) {
  .cv-hero__side-arrow {
    width: 72px;
    height: 72px;
    font-size: 58px;
  }
}

@media (max-width: 900px) {
  .home .cv-hero,
  .front-page .cv-hero,
  .page-template-page-cityvoice-builder-home .cv-hero,
  .cv-builder-home-context .cv-hero,
  .cv-builder-hero {
    height: clamp(220px, 56vw, 380px) !important;
    max-height: 380px !important;
  }

  .cv-hero__side-arrows {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cv-hero__side-arrow {
    width: 32px;
    height: 32px;
    font-size: 28px;
    background: rgba(255,255,255,.12);
  }
}

/* v1.32.45 Page Builder ReelShort dimension force. Theme only.
   The hard-coded homepage already inherited most ReelShort sizing.
   This block directly targets the WordPress Page Builder shortcode/template output so it cannot be
   constrained by Gutenberg/page wrappers or older shortcode rules. */
.cv-builder-home-context,
.cv-builder-shortcode-home {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background: #000;
  color: #fff;
  overflow-x: clip;
}

.cv-builder-web-shell {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cv-builder-home-context > p,
.cv-builder-home-context > .wp-block-spacer,
.cv-builder-home-context > .wp-block-group:empty,
.cv-builder-shortcode-home > p,
.cv-builder-shortcode-home > .wp-block-spacer,
.cv-builder-shortcode-home > .wp-block-group:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

.cv-builder-home-context .cv-hero,
.cv-builder-shortcode-home .cv-hero,
.cv-hero.cv-builder-hero {
  width: 100vw !important;
  max-width: none !important;
  height: min(640px, calc(100vw / 3)) !important;
  min-height: 0 !important;
  max-height: 640px !important;
  aspect-ratio: 3 / 1 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: var(--cv-hero-radius, 0px) !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  background: #000 !important;
}

.cv-builder-home-context .cv-hero__media,
.cv-builder-shortcode-home .cv-hero__media,
.cv-hero.cv-builder-hero .cv-hero__media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  opacity: .96 !important;
  filter: none !important;
}

.cv-builder-home-context .cv-hero__overlay,
.cv-builder-shortcode-home .cv-hero__overlay,
.cv-hero.cv-builder-hero .cv-hero__overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 19%, rgba(0,0,0,0) 81%, #000 100%),
    linear-gradient(180deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,0) 40%),
    linear-gradient(0deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,0) 40%) !important;
}

.cv-builder-home-context .cv-hero__content,
.cv-builder-shortcode-home .cv-hero__content,
.cv-hero.cv-builder-hero .cv-hero__content {
  position: absolute !important;
  z-index: 4 !important;
  left: max(24px, calc((100vw - 1636px) / 2 + 72px)) !important;
  right: auto !important;
  bottom: 40px !important;
  width: min(560px, calc(100vw - 48px)) !important;
  max-width: 560px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

.cv-builder-home-context .cv-hero h1,
.cv-builder-shortcode-home .cv-hero h1,
.cv-hero.cv-builder-hero h1 {
  max-width: 560px !important;
  margin: 0 0 18px !important;
  font-size: clamp(20px, 2.08vw, 40px) !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em !important;
  text-align: left !important;
  color: rgba(255,255,255,.92) !important;
  text-shadow: 0 10px 36px rgba(0,0,0,.74) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.cv-builder-home-context .cv-hero p,
.cv-builder-shortcode-home .cv-hero p,
.cv-hero.cv-builder-hero p,
.cv-builder-home-context .cv-hero [data-cv-hero-link],
.cv-builder-shortcode-home .cv-hero [data-cv-hero-link],
.cv-hero.cv-builder-hero [data-cv-hero-link] {
  display: none !important;
}

.cv-builder-home-context .cv-hero__actions,
.cv-builder-shortcode-home .cv-hero__actions,
.cv-hero.cv-builder-hero .cv-hero__actions {
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
}

.cv-builder-home-context .cv-hero-play,
.cv-builder-shortcode-home .cv-hero-play,
.cv-hero.cv-builder-hero .cv-hero-play {
  width: clamp(44px, 3.1vw, 60px) !important;
  height: clamp(44px, 3.1vw, 60px) !important;
  min-height: clamp(44px, 3.1vw, 60px) !important;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: clamp(18px, 1.25vw, 24px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cv-builder-home-context .cv-hero__side-arrows,
.cv-builder-shortcode-home .cv-hero__side-arrows,
.cv-hero.cv-builder-hero .cv-hero__side-arrows {
  position: absolute !important;
  z-index: 6 !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: min(1636px, 100vw) !important;
  max-width: 1636px !important;
  margin: 0 auto !important;
  padding: 0 clamp(16px, 4vw, 0px) !important;
  display: flex !important;
  justify-content: space-between !important;
  pointer-events: none !important;
}

.cv-builder-home-context .cv-hero__side-arrow,
.cv-builder-shortcode-home .cv-hero__side-arrow,
.cv-hero.cv-builder-hero .cv-hero__side-arrow {
  pointer-events: auto !important;
  width: clamp(32px, 3.75vw, 72px) !important;
  height: clamp(32px, 3.75vw, 72px) !important;
  min-height: clamp(32px, 3.75vw, 72px) !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
  font-size: clamp(24px, 3vw, 52px) !important;
  line-height: 1 !important;
  display: inline-grid !important;
  place-items: center !important;
  cursor: pointer !important;
}

.cv-builder-home-context .cv-hero__side-arrow:hover,
.cv-builder-shortcode-home .cv-hero__side-arrow:hover,
.cv-hero.cv-builder-hero .cv-hero__side-arrow:hover {
  background: rgba(255,255,255,.20) !important;
}

.cv-builder-home-context .cv-hero__dots,
.cv-builder-shortcode-home .cv-hero__dots,
.cv-hero.cv-builder-hero .cv-hero__dots {
  position: absolute !important;
  z-index: 5 !important;
  left: auto !important;
  right: max(24px, calc((100vw - 1636px) / 2 + 250px)) !important;
  bottom: 40px !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
}

.cv-builder-home-context .cv-hero__dot,
.cv-builder-shortcode-home .cv-hero__dot,
.cv-hero.cv-builder-hero .cv-hero__dot {
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.5) !important;
}

.cv-builder-home-context .cv-hero__dot.is-active,
.cv-builder-shortcode-home .cv-hero__dot.is-active,
.cv-hero.cv-builder-hero .cv-hero__dot.is-active {
  width: 32px !important;
  background: #fff !important;
}

.cv-builder-home-context .cv-section,
.cv-builder-shortcode-home .cv-section {
  width: min(1310px, calc(100vw - 32px)) !important;
  max-width: 1310px !important;
  margin: 28px auto 0 !important;
  padding: 0 !important;
}

.cv-builder-home-context .cv-carousel__track,
.cv-builder-shortcode-home .cv-carousel__track,
.cv-builder-home-context .cv-show-row .cv-carousel__track,
.cv-builder-shortcode-home .cv-show-row .cv-carousel__track {
  --cv-carousel-gap: 12px !important;
  --cv-cards-per-view: 6 !important;
  grid-auto-columns: calc((100% - (var(--cv-carousel-gap) * (var(--cv-cards-per-view) - 1))) / var(--cv-cards-per-view)) !important;
  gap: var(--cv-carousel-gap) !important;
}

.cv-builder-home-context .cv-card__media img,
.cv-builder-shortcode-home .cv-card__media img,
.cv-builder-home-context .cv-card img,
.cv-builder-shortcode-home .cv-card img,
.cv-builder-home-context .cv-card--show-landscape img,
.cv-builder-shortcode-home .cv-card--show-landscape img,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape img,
.cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape img {
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.cv-builder-home-context .cv-card__body,
.cv-builder-shortcode-home .cv-card__body,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape .cv-card__body,
.cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape .cv-card__body {
  padding: 8px 0 0 !important;
}

.cv-builder-home-context .cv-card h3,
.cv-builder-shortcode-home .cv-card h3,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape h3,
.cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape h3 {
  font-size: 14px !important;
  line-height: 1.18 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.cv-builder-home-context .cv-card p,
.cv-builder-shortcode-home .cv-card p,
.cv-builder-home-context .cv-card__label,
.cv-builder-shortcode-home .cv-card__label {
  display: none !important;
}

@media (max-width: 1180px) {
  .cv-builder-home-context .cv-carousel__track,
  .cv-builder-shortcode-home .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track,
  .cv-builder-shortcode-home .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 5 !important;
  }
}

@media (max-width: 900px) {
  .cv-builder-home-context .cv-hero,
  .cv-builder-shortcode-home .cv-hero,
  .cv-hero.cv-builder-hero {
    height: min(430px, calc(100vw / 2.15)) !important;
    aspect-ratio: auto !important;
  }

  .cv-builder-home-context .cv-hero__content,
  .cv-builder-shortcode-home .cv-hero__content,
  .cv-hero.cv-builder-hero .cv-hero__content {
    left: 24px !important;
    bottom: 24px !important;
    width: min(430px, calc(100vw - 48px)) !important;
  }

  .cv-builder-home-context .cv-hero h1,
  .cv-builder-shortcode-home .cv-hero h1,
  .cv-hero.cv-builder-hero h1 {
    font-size: clamp(19px, 3.5vw, 28px) !important;
  }

  .cv-builder-home-context .cv-hero__dots,
  .cv-builder-shortcode-home .cv-hero__dots,
  .cv-hero.cv-builder-hero .cv-hero__dots {
    right: 24px !important;
    bottom: 24px !important;
  }

  .cv-builder-home-context .cv-carousel__track,
  .cv-builder-shortcode-home .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track,
  .cv-builder-shortcode-home .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 4 !important;
  }
}

@media (max-width: 600px) {
  .cv-builder-home-context .cv-hero,
  .cv-builder-shortcode-home .cv-hero,
  .cv-hero.cv-builder-hero {
    height: min(310px, calc(100vw / 1.65)) !important;
  }

  .cv-builder-home-context .cv-hero__content,
  .cv-builder-shortcode-home .cv-hero__content,
  .cv-hero.cv-builder-hero .cv-hero__content {
    left: 16px !important;
    right: 16px !important;
    bottom: 48px !important;
    width: auto !important;
    max-width: none !important;
  }

  .cv-builder-home-context .cv-hero h1,
  .cv-builder-shortcode-home .cv-hero h1,
  .cv-hero.cv-builder-hero h1 {
    max-width: none !important;
    text-align: center !important;
    font-size: clamp(16px, 4.6vw, 21px) !important;
    margin-bottom: 10px !important;
  }

  .cv-builder-home-context .cv-hero__actions,
  .cv-builder-shortcode-home .cv-hero__actions,
  .cv-hero.cv-builder-hero .cv-hero__actions {
    justify-content: center !important;
  }

  .cv-builder-home-context .cv-hero__dots,
  .cv-builder-shortcode-home .cv-hero__dots,
  .cv-hero.cv-builder-hero .cv-hero__dots {
    left: 50% !important;
    right: auto !important;
    bottom: 12px !important;
    transform: translateX(-50%) !important;
  }

  .cv-builder-home-context .cv-carousel__track,
  .cv-builder-shortcode-home .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track,
  .cv-builder-shortcode-home .cv-show-row .cv-carousel__track {
    --cv-carousel-gap: 8px !important;
    --cv-cards-per-view: 3 !important;
  }

  .cv-builder-home-context .cv-section,
  .cv-builder-shortcode-home .cv-section {
    width: calc(100vw - 24px) !important;
    margin-top: 22px !important;
  }

  .cv-builder-home-context .cv-card h3,
  .cv-builder-shortcode-home .cv-card h3,
  .cv-builder-home-context .cv-show-row .cv-card--show-landscape h3,
  .cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape h3 {
    font-size: 11px !important;
  }
}

/* CityVoice v1.32.47: hero frame size correction only.
   Applies the 1785 x 384 desktop hero frame to both the coded homepage
   and the WordPress page-builder / shortcode homepage without changing
   cards, carousels, menus, modals, or story logic. */
.home .cv-hero,
.front-page .cv-hero,
.cv-builder-home-context .cv-hero,
.cv-builder-shortcode-home .cv-hero,
.cv-builder-web-shell .cv-hero,
.wp-block-shortcode .cv-hero,
.entry-content .cv-hero,
.cv-hero.cv-builder-hero {
  width: min(100%, 1785px) !important;
  max-width: 1785px !important;
  height: 384px !important;
  min-height: 0 !important;
  max-height: 384px !important;
  aspect-ratio: 1785 / 384 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .cv-hero__media,
.front-page .cv-hero__media,
.cv-builder-home-context .cv-hero__media,
.cv-builder-shortcode-home .cv-hero__media,
.cv-builder-web-shell .cv-hero__media,
.wp-block-shortcode .cv-hero__media,
.entry-content .cv-hero__media,
.cv-hero.cv-builder-hero .cv-hero__media {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 384px !important;
  background-size: cover !important;
  background-position: center !important;
}

.home .cv-hero__content,
.front-page .cv-hero__content,
.cv-builder-home-context .cv-hero__content,
.cv-builder-shortcode-home .cv-hero__content,
.cv-builder-web-shell .cv-hero__content,
.wp-block-shortcode .cv-hero__content,
.entry-content .cv-hero__content,
.cv-hero.cv-builder-hero .cv-hero__content {
  bottom: 32px !important;
}

.home .cv-hero__dots,
.front-page .cv-hero__dots,
.cv-builder-home-context .cv-hero__dots,
.cv-builder-shortcode-home .cv-hero__dots,
.cv-builder-web-shell .cv-hero__dots,
.wp-block-shortcode .cv-hero__dots,
.entry-content .cv-hero__dots,
.cv-hero.cv-builder-hero .cv-hero__dots {
  bottom: 26px !important;
}

@media (max-width: 1785px) {
  .home .cv-hero,
  .front-page .cv-hero,
  .cv-builder-home-context .cv-hero,
  .cv-builder-shortcode-home .cv-hero,
  .cv-builder-web-shell .cv-hero,
  .wp-block-shortcode .cv-hero,
  .entry-content .cv-hero,
  .cv-hero.cv-builder-hero {
    width: 100% !important;
    height: calc(100vw * 384 / 1785) !important;
    max-height: 384px !important;
  }
}

@media (max-width: 700px) {
  .home .cv-hero,
  .front-page .cv-hero,
  .cv-builder-home-context .cv-hero,
  .cv-builder-shortcode-home .cv-hero,
  .cv-builder-web-shell .cv-hero,
  .wp-block-shortcode .cv-hero,
  .entry-content .cv-hero,
  .cv-hero.cv-builder-hero {
    height: max(220px, calc(100vw * 384 / 1785)) !important;
  }

  .home .cv-hero__content,
  .front-page .cv-hero__content,
  .cv-builder-home-context .cv-hero__content,
  .cv-builder-shortcode-home .cv-hero__content,
  .cv-builder-web-shell .cv-hero__content,
  .wp-block-shortcode .cv-hero__content,
  .entry-content .cv-hero__content,
  .cv-hero.cv-builder-hero .cv-hero__content {
    bottom: 44px !important;
  }
}


/* CityVoice v1.32.48: page-builder hero frame correction only.
   Scope: WordPress Page Builder / shortcode hero only.
   Forces the page-builder hero to the requested 1785px wide x 384px tall desktop frame.
   Does not change the hard-coded homepage, cards, carousels, menus, modals, Engine, Events, or story logic. */
.page-template-page-cityvoice-builder-home .cv-builder-home-context .cv-hero,
.page-template-page-cityvoice-builder-home .cv-builder-web-shell .cv-hero,
.cv-builder-home-context .cv-builder-hero,
.cv-builder-shortcode-home .cv-builder-hero,
.cv-builder-home-context .cv-hero.cv-builder-hero,
.cv-builder-shortcode-home .cv-hero.cv-builder-hero,
.wp-block-shortcode .cv-hero.cv-builder-hero,
.entry-content .cv-hero.cv-builder-hero {
  width: min(100vw, 1785px) !important;
  max-width: 1785px !important;
  height: 384px !important;
  min-height: 0 !important;
  max-height: 384px !important;
  aspect-ratio: 1785 / 384 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.page-template-page-cityvoice-builder-home .cv-builder-home-context .cv-hero__media,
.page-template-page-cityvoice-builder-home .cv-builder-web-shell .cv-hero__media,
.cv-builder-home-context .cv-builder-hero .cv-hero__media,
.cv-builder-shortcode-home .cv-builder-hero .cv-hero__media,
.wp-block-shortcode .cv-hero.cv-builder-hero .cv-hero__media,
.entry-content .cv-hero.cv-builder-hero .cv-hero__media {
  width: 100% !important;
  height: 100% !important;
  max-height: 384px !important;
  min-height: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 1785px) {
  .page-template-page-cityvoice-builder-home .cv-builder-home-context .cv-hero,
  .page-template-page-cityvoice-builder-home .cv-builder-web-shell .cv-hero,
  .cv-builder-home-context .cv-builder-hero,
  .cv-builder-shortcode-home .cv-builder-hero,
  .cv-builder-home-context .cv-hero.cv-builder-hero,
  .cv-builder-shortcode-home .cv-hero.cv-builder-hero,
  .wp-block-shortcode .cv-hero.cv-builder-hero,
  .entry-content .cv-hero.cv-builder-hero {
    width: 100vw !important;
    height: calc(100vw * 384 / 1785) !important;
    max-height: 384px !important;
  }
}

@media (max-width: 700px) {
  .page-template-page-cityvoice-builder-home .cv-builder-home-context .cv-hero,
  .page-template-page-cityvoice-builder-home .cv-builder-web-shell .cv-hero,
  .cv-builder-home-context .cv-builder-hero,
  .cv-builder-shortcode-home .cv-builder-hero,
  .cv-builder-home-context .cv-hero.cv-builder-hero,
  .cv-builder-shortcode-home .cv-hero.cv-builder-hero,
  .wp-block-shortcode .cv-hero.cv-builder-hero,
  .entry-content .cv-hero.cv-builder-hero {
    height: max(220px, calc(100vw * 384 / 1785)) !important;
  }
}

/* v1.32.56: Remove borders/frames from homepage containers. */
/* Remove borders/frames from all major homepage containers */
.home .cv-web-shell,
.front-page .cv-web-shell,
.home .cv-section,
.front-page .cv-section,
.home .cv-hero,
.front-page .cv-hero,
.home .cv-card,
.front-page .cv-card,
.home .cv-search-box,
.front-page .cv-search-box {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Ensure the header blends seamlessly into the hero */
.home .cv-site-header,
.front-page .cv-site-header {
    border-bottom: 0 !important;
    box-shadow: none !important;
}

/* Optional: Clean up card backgrounds for the streaming look */
.home .cv-card,
.front-page .cv-card {
    background: transparent !important;
}

/* v1.32.56.1: Small-desktop Newsfeed/Shows title wrap fix.
   Theme only. Keeps Engine, Events, hero, cards, grid count, and Page Builder logic unchanged.
   At the narrow desktop/tablet breakpoint, reduce only carousel card title text so titles do not stack vertically. */
@media (max-width: 900px) {
  .home .cv-carousel__track .cv-card h3,
  .front-page .cv-carousel__track .cv-card h3,
  .page-template-page-cityvoice-builder-home .cv-carousel__track .cv-card h3,
  .cv-builder-home-context .cv-carousel__track .cv-card h3,
  .cv-builder-shortcode-home .cv-carousel__track .cv-card h3,
  .home .cv-show-row .cv-card--show-landscape h3,
  .front-page .cv-show-row .cv-card--show-landscape h3,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape h3,
  .cv-builder-home-context .cv-show-row .cv-card--show-landscape h3,
  .cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape h3 {
    font-size: 11px !important;
    line-height: 1.1 !important;
    letter-spacing: -.015em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
}


/* v1.32.56.2: Top story / hero title font lock only.
   Keeps the v1.32.56.1 Newsfeed/Shows small-desktop title fix intact. */
.home .cv-hero [data-cv-hero-title],
.front-page .cv-hero [data-cv-hero-title],
.page-template-page-cityvoice-builder-home .cv-hero [data-cv-hero-title],
.cv-builder-home-context .cv-hero [data-cv-hero-title],
.cv-builder-shortcode-home .cv-hero [data-cv-hero-title] {
    font-size: clamp(18px, 1.55vw, 30px) !important;
    line-height: 1.05 !important;
    margin-bottom: 14px !important;
}


/* v1.32.56.3: Hard lock top story / hero title font on real h1 selectors.
   This targets the h1 itself, not only [data-cv-hero-title], so Page Builder hero h1 rules cannot win. */
.home .cv-hero h1,
.front-page .cv-hero h1,
.page-template-page-cityvoice-builder-home .cv-hero h1,
.cv-builder-home-context .cv-hero h1,
.cv-builder-shortcode-home .cv-hero h1,
.cv-builder-web-shell .cv-hero h1,
.wp-block-shortcode .cv-hero h1,
.entry-content .cv-hero h1,
.cv-hero.cv-builder-hero h1,
.home .cv-hero [data-cv-hero-title],
.front-page .cv-hero [data-cv-hero-title],
.page-template-page-cityvoice-builder-home .cv-hero [data-cv-hero-title],
.cv-builder-home-context .cv-hero [data-cv-hero-title],
.cv-builder-shortcode-home .cv-hero [data-cv-hero-title],
.cv-builder-web-shell .cv-hero [data-cv-hero-title],
.wp-block-shortcode .cv-hero [data-cv-hero-title],
.entry-content .cv-hero [data-cv-hero-title],
.cv-hero.cv-builder-hero [data-cv-hero-title] {
  font-size: clamp(18px, 1.55vw, 30px) !important;
  line-height: 1.05 !important;
  margin-bottom: 14px !important;
}

@media (max-width: 900px) {
  .home .cv-hero h1,
  .front-page .cv-hero h1,
  .page-template-page-cityvoice-builder-home .cv-hero h1,
  .cv-builder-home-context .cv-hero h1,
  .cv-builder-shortcode-home .cv-hero h1,
  .cv-builder-web-shell .cv-hero h1,
  .wp-block-shortcode .cv-hero h1,
  .entry-content .cv-hero h1,
  .cv-hero.cv-builder-hero h1,
  .home .cv-hero [data-cv-hero-title],
  .front-page .cv-hero [data-cv-hero-title],
  .page-template-page-cityvoice-builder-home .cv-hero [data-cv-hero-title],
  .cv-builder-home-context .cv-hero [data-cv-hero-title],
  .cv-builder-shortcode-home .cv-hero [data-cv-hero-title],
  .cv-builder-web-shell .cv-hero [data-cv-hero-title],
  .wp-block-shortcode .cv-hero [data-cv-hero-title],
  .entry-content .cv-hero [data-cv-hero-title],
  .cv-hero.cv-builder-hero [data-cv-hero-title] {
    font-size: clamp(16px, 3.2vw, 24px) !important;
    line-height: 1.05 !important;
    margin-bottom: 12px !important;
  }
}


/* v1.32.56.4: Direct hero title hard lock.
   The title also receives the same font inline in functions.php so external Page Builder styles cannot enlarge it. */
html body .cv-hero h1[data-cv-hero-title],
html body [data-cv-hero] h1[data-cv-hero-title],
html body .cv-hero [data-cv-hero-title],
html body [data-cv-hero-title] {
  font-size: clamp(18px, 1.55vw, 30px) !important;
  line-height: 1.05 !important;
  margin-bottom: 14px !important;
}
@media (max-width: 900px) {
  html body .cv-hero h1[data-cv-hero-title],
  html body [data-cv-hero] h1[data-cv-hero-title],
  html body .cv-hero [data-cv-hero-title],
  html body [data-cv-hero-title] {
    font-size: clamp(16px, 3.2vw, 24px) !important;
    line-height: 1.05 !important;
    margin-bottom: 12px !important;
  }
}


/* v1.32.56.6: Return Newsfeed/Shows to original ReelShort card spec.
   Desktop shows a 7-column carousel with 12px gaps.
   Mobile shows 3 cards across with 8px gaps and 9:12 poster cards.
   Customizer card-count dependency remains removed. */
.home #newsfeed .cv-carousel__track,
.front-page #newsfeed .cv-carousel__track,
.page-template-page-cityvoice-builder-home #newsfeed .cv-carousel__track,
.cv-builder-home-context #newsfeed .cv-carousel__track,
.cv-builder-shortcode-home #newsfeed .cv-carousel__track,
.home #shows .cv-show-row .cv-carousel__track,
.front-page #shows .cv-show-row .cv-carousel__track,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-carousel__track,
.cv-builder-home-context #shows .cv-show-row .cv-carousel__track,
.cv-builder-shortcode-home #shows .cv-show-row .cv-carousel__track {
  --cv-carousel-gap: 12px !important;
  --cv-cards-per-view: 7 !important;
  --cv-show-cards-per-view: 7 !important;
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: calc((100% - (var(--cv-carousel-gap) * 6)) / 7) !important;
  gap: var(--cv-carousel-gap) !important;
}

.home #newsfeed .cv-card,
.front-page #newsfeed .cv-card,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card,
.cv-builder-home-context #newsfeed .cv-card,
.cv-builder-shortcode-home #newsfeed .cv-card,
.home #shows .cv-show-row .cv-card,
.front-page #shows .cv-show-row .cv-card,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card,
.cv-builder-home-context #shows .cv-show-row .cv-card,
.cv-builder-shortcode-home #shows .cv-show-row .cv-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.home #newsfeed .cv-card img,
.front-page #newsfeed .cv-card img,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card img,
.cv-builder-home-context #newsfeed .cv-card img,
.cv-builder-shortcode-home #newsfeed .cv-card img,
.home #shows .cv-show-row .cv-card img,
.front-page #shows .cv-show-row .cv-card img,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card img,
.cv-builder-home-context #shows .cv-show-row .cv-card img,
.cv-builder-shortcode-home #shows .cv-show-row .cv-card img {
  aspect-ratio: 9 / 12 !important;
  object-fit: cover !important;
}

.home #newsfeed .cv-card h3,
.front-page #newsfeed .cv-card h3,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card h3,
.cv-builder-home-context #newsfeed .cv-card h3,
.cv-builder-shortcode-home #newsfeed .cv-card h3,
.home #shows .cv-show-row .cv-card h3,
.front-page #shows .cv-show-row .cv-card h3,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card h3,
.cv-builder-home-context #shows .cv-show-row .cv-card h3,
.cv-builder-shortcode-home #shows .cv-show-row .cv-card h3 {
  font-size: clamp(12px, .85vw, 15px) !important;
  line-height: 1.18 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

@media (max-width: 900px) {
  .home #newsfeed .cv-card h3,
  .front-page #newsfeed .cv-card h3,
  .page-template-page-cityvoice-builder-home #newsfeed .cv-card h3,
  .cv-builder-home-context #newsfeed .cv-card h3,
  .cv-builder-shortcode-home #newsfeed .cv-card h3,
  .home #shows .cv-show-row .cv-card h3,
  .front-page #shows .cv-show-row .cv-card h3,
  .page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card h3,
  .cv-builder-home-context #shows .cv-show-row .cv-card h3,
  .cv-builder-shortcode-home #shows .cv-show-row .cv-card h3 {
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-top: 5px !important;
  }
}

@media (max-width: 600px) {
  .home #newsfeed .cv-carousel__track,
  .front-page #newsfeed .cv-carousel__track,
  .page-template-page-cityvoice-builder-home #newsfeed .cv-carousel__track,
  .cv-builder-home-context #newsfeed .cv-carousel__track,
  .cv-builder-shortcode-home #newsfeed .cv-carousel__track,
  .home #shows .cv-show-row .cv-carousel__track,
  .front-page #shows .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-carousel__track,
  .cv-builder-home-context #shows .cv-show-row .cv-carousel__track,
  .cv-builder-shortcode-home #shows .cv-show-row .cv-carousel__track {
    --cv-carousel-gap: 8px !important;
    --cv-cards-per-view: 3 !important;
    --cv-show-cards-per-view: 3 !important;
    grid-auto-columns: calc((100vw - 40px) / 3) !important;
    gap: 8px !important;
  }

  .home #newsfeed .cv-card img,
  .front-page #newsfeed .cv-card img,
  .page-template-page-cityvoice-builder-home #newsfeed .cv-card img,
  .cv-builder-home-context #newsfeed .cv-card img,
  .cv-builder-shortcode-home #newsfeed .cv-card img,
  .home #shows .cv-show-row .cv-card img,
  .front-page #shows .cv-show-row .cv-card img,
  .page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card img,
  .cv-builder-home-context #shows .cv-show-row .cv-card img,
  .cv-builder-shortcode-home #shows .cv-show-row .cv-card img {
    aspect-ratio: 9 / 12 !important;
    border-radius: 8px !important;
  }
}


/* v1.32.56.7 CityVoice-only WordPress maskhead normalization
   Goal: preserve the real WordPress header/maskhead functionality while letting
   CityVoice pages keep the ReelShort-style seamless dark/transparent top. */
body.cityvoice-maskhead-normalized .site-header,
body.cityvoice-maskhead-normalized #masthead,
body.cityvoice-maskhead-normalized .wrapper,
body.cityvoice-maskhead-normalized .site-header .wrapper,
body.cityvoice-maskhead-normalized .site-branding,
body.cityvoice-maskhead-normalized .nav-wrapper,
body.cityvoice-maskhead-normalized .header-search-contain,
body.cityvoice-maskhead-normalized .cv-site-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.cityvoice-maskhead-normalized .site-header,
body.cityvoice-maskhead-normalized #masthead,
body.cityvoice-maskhead-normalized .cv-site-header {
  z-index: 1000 !important;
}

body.cityvoice-maskhead-normalized .cv-site-header {
  position: sticky !important;
  top: 0 !important;
  backdrop-filter: none !important;
}

body.admin-bar.cityvoice-maskhead-normalized .cv-site-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar.cityvoice-maskhead-normalized .cv-site-header {
    top: 46px !important;
  }
}

body.cityvoice-maskhead-normalized .cv-site-header::after,
body.cityvoice-maskhead-normalized .site-header::after,
body.cityvoice-maskhead-normalized #masthead::after {
  border: 0 !important;
  box-shadow: none !important;
}

body.cityvoice-maskhead-normalized .cv-web-shell {
  padding-top: 0 !important;
}

body.cityvoice-maskhead-normalized .cv-hero {
  margin-top: 0 !important;
}

/* v1.32.56.8 CityVoice-only maskhead nav correction.
   Keep the real WordPress/TCO tertiary nav functional and aligned far right;
   do not convert it into a CityVoice component. */
body.cityvoice-maskhead-normalized .site-header .wrapper {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

body.cityvoice-maskhead-normalized .site-header .wrapper > .site-branding {
  flex: 0 0 auto !important;
}

body.cityvoice-maskhead-normalized .site-header .wrapper > .nav-wrapper {
  display: flex !important;
  align-items: center !important;
}

body.cityvoice-maskhead-normalized .site-header .wrapper > .nav-wrapper + .nav-wrapper {
  margin-left: auto !important;
  justify-content: flex-end !important;
}

body.cityvoice-maskhead-normalized #tertiary-nav-contain,
body.cityvoice-maskhead-normalized .tertiary-menu.nav3,
body.cityvoice-maskhead-normalized .header-search-contain {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

/* CityVoice header parity: keep CityVoice tertiary menu at the far right too. */
body.cityvoice-maskhead-normalized .cv-header-menu {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
}

body.cityvoice-maskhead-normalized .cv-main-nav {
  margin-right: auto !important;
}

body.cityvoice-maskhead-normalized .cv-tertiary-nav {
  margin-left: auto !important;
}

body.cityvoice-maskhead-normalized .cv-menu--tertiary {
  justify-content: flex-end !important;
}

@media (max-width: 900px) {
  body.cityvoice-maskhead-normalized .site-header .wrapper,
  body.cityvoice-maskhead-normalized .cv-header-menu {
    flex-wrap: wrap !important;
  }
}

/* v1.32.56.11 Page Builder carousel count lock.
   Fixes the Page Builder homepage still showing 4 thumbnails because an older
   max-width: 900px rule forced 4 columns after the ReelShort rules.
   Theme only: no Engine, Events, feed, story, modal, or menu changes. */
@media (min-width: 782px) {
  body.page-template-page-cityvoice-builder-home .cv-carousel__track,
  body.page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  body.cityvoice-maskhead-normalized .cv-web-shell.cv-layout-full-width .cv-carousel__track,
  body.cityvoice-maskhead-normalized .cv-web-shell.cv-layout-full-width .cv-show-row .cv-carousel__track,
  .cv-web-shell.cv-layout-full-width .cv-page__content .cv-carousel__track,
  .cv-web-shell.cv-layout-full-width .cv-page__content .cv-show-row .cv-carousel__track {
    --cv-carousel-gap: 12px !important;
    --cv-cards-per-view: 7 !important;
    --cv-show-cards-per-view: 7 !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100% - (var(--cv-carousel-gap) * 6)) / 7) !important;
    gap: var(--cv-carousel-gap) !important;
  }
}

@media (max-width: 781px) {
  body.page-template-page-cityvoice-builder-home .cv-carousel__track,
  body.page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  body.cityvoice-maskhead-normalized .cv-web-shell.cv-layout-full-width .cv-carousel__track,
  body.cityvoice-maskhead-normalized .cv-web-shell.cv-layout-full-width .cv-show-row .cv-carousel__track,
  .cv-web-shell.cv-layout-full-width .cv-page__content .cv-carousel__track,
  .cv-web-shell.cv-layout-full-width .cv-page__content .cv-show-row .cv-carousel__track {
    --cv-carousel-gap: 8px !important;
    --cv-cards-per-view: 3 !important;
    --cv-show-cards-per-view: 3 !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100vw - 40px) / 3) !important;
    gap: var(--cv-carousel-gap) !important;
  }
}


/* v1.32.56.12 Page Builder carousel grid-template lock.
   The Page Builder Newsfeed track has both cv-grid and cv-carousel__track.
   The base .cv-grid rule sets grid-template-columns: repeat(4,...), which kept
   only four thumbnails visible even when grid-auto-columns was set to 7.
   This removes the explicit 4-column grid only for CityVoice Page Builder
   carousel tracks, then applies the ReelShort 7 desktop / 3 mobile spec. */
.cv-web-shell.cv-section.cv-layout-full-width .cv-grid.cv-carousel__track,
.cv-web-shell.cv-section.cv-layout-full-width .cv-show-row .cv-carousel__track,
.cv-page__content blockquote .cv-grid.cv-carousel__track,
.cv-page__content blockquote .cv-show-row .cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-grid.cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track {
  display: grid !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  grid-auto-flow: column !important;
  overflow-x: auto !important;
  scroll-snap-type: x proximity !important;
}

@media (min-width: 601px) {
  .cv-web-shell.cv-section.cv-layout-full-width .cv-grid.cv-carousel__track,
  .cv-web-shell.cv-section.cv-layout-full-width .cv-show-row .cv-carousel__track,
  .cv-page__content blockquote .cv-grid.cv-carousel__track,
  .cv-page__content blockquote .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-grid.cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track {
    --cv-carousel-gap: 12px !important;
    --cv-cards-per-view: 7 !important;
    --cv-show-cards-per-view: 7 !important;
    grid-auto-columns: calc((100% - (12px * 6)) / 7) !important;
    gap: 12px !important;
  }
}

@media (max-width: 600px) {
  .cv-web-shell.cv-section.cv-layout-full-width .cv-grid.cv-carousel__track,
  .cv-web-shell.cv-section.cv-layout-full-width .cv-show-row .cv-carousel__track,
  .cv-page__content blockquote .cv-grid.cv-carousel__track,
  .cv-page__content blockquote .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-grid.cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track {
    --cv-carousel-gap: 8px !important;
    --cv-cards-per-view: 3 !important;
    --cv-show-cards-per-view: 3 !important;
    grid-auto-columns: calc((100vw - 40px) / 3) !important;
    gap: 8px !important;
  }
}


/* v1.32.56.14: Responsive carousel lock correction.
   Keep ReelShort desktop at 7, but switch Newsfeed/Shows to 3 across at 900px and below
   so narrow desktop/mobile does not stay stuck at the desktop count. */
@media (max-width: 900px) {
  .home #newsfeed .cv-carousel__track,
  .front-page #newsfeed .cv-carousel__track,
  .page-template-page-cityvoice-builder-home #newsfeed .cv-carousel__track,
  .cv-builder-home-context #newsfeed .cv-carousel__track,
  .cv-builder-shortcode-home #newsfeed .cv-carousel__track,
  .cv-web-shell.cv-section.cv-layout-full-width #newsfeed .cv-carousel__track,
  .cv-page__content blockquote #newsfeed .cv-carousel__track,
  .home #shows .cv-show-row .cv-carousel__track,
  .front-page #shows .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-carousel__track,
  .cv-builder-home-context #shows .cv-show-row .cv-carousel__track,
  .cv-builder-shortcode-home #shows .cv-show-row .cv-carousel__track,
  .cv-web-shell.cv-section.cv-layout-full-width #shows .cv-show-row .cv-carousel__track,
  .cv-page__content blockquote #shows .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 3 !important;
    --cv-show-cards-per-view: 3 !important;
    --cv-carousel-gap: 8px !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100vw - 40px) / 3) !important;
    gap: 8px !important;
  }
}


/* v1.32.56.15: CityVoice-only container/frame cleanup.
   Remove visible border/frame lines from CityVoice homepage and Page Builder
   containers without changing carousel sizing, cards-per-view, Engine, Events,
   menus, or normal WordPress pages outside CityVoice home surfaces. */
.home .cv-web-shell,
.front-page .cv-web-shell,
.page-template-page-cityvoice-builder-home .cv-web-shell,
body.cityvoice-maskhead-normalized .cv-web-shell,
.home .cv-section,
.front-page .cv-section,
.page-template-page-cityvoice-builder-home .cv-section,
body.cityvoice-maskhead-normalized .cv-section,
.page-template-page-cityvoice-builder-home .cv-wp-post,
.page-template-page-cityvoice-builder-home .cv-page,
.page-template-page-cityvoice-builder-home .cv-page__content,
.page-template-page-cityvoice-builder-home .cv-page__content blockquote,
body.cityvoice-maskhead-normalized .cv-wp-post,
body.cityvoice-maskhead-normalized .cv-page,
body.cityvoice-maskhead-normalized .cv-page__content,
body.cityvoice-maskhead-normalized .cv-page__content blockquote,
.home .cv-hero,
.front-page .cv-hero,
.page-template-page-cityvoice-builder-home .cv-hero,
body.cityvoice-maskhead-normalized .cv-hero,
.home .cv-carousel,
.front-page .cv-carousel,
.page-template-page-cityvoice-builder-home .cv-carousel,
body.cityvoice-maskhead-normalized .cv-carousel,
.home .cv-carousel__viewport,
.front-page .cv-carousel__viewport,
.page-template-page-cityvoice-builder-home .cv-carousel__viewport,
body.cityvoice-maskhead-normalized .cv-carousel__viewport,
.home .cv-carousel__track,
.front-page .cv-carousel__track,
.page-template-page-cityvoice-builder-home .cv-carousel__track,
body.cityvoice-maskhead-normalized .cv-carousel__track,
.home .cv-card,
.front-page .cv-card,
.page-template-page-cityvoice-builder-home .cv-card,
body.cityvoice-maskhead-normalized .cv-card,
.home .cv-card__body,
.front-page .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-card__body,
body.cityvoice-maskhead-normalized .cv-card__body,
.home .cv-show-grid,
.front-page .cv-show-grid,
.page-template-page-cityvoice-builder-home .cv-show-grid,
body.cityvoice-maskhead-normalized .cv-show-grid,
.home .cv-reel-row,
.front-page .cv-reel-row,
.page-template-page-cityvoice-builder-home .cv-reel-row,
body.cityvoice-maskhead-normalized .cv-reel-row,
.home .cv-live-card,
.front-page .cv-live-card,
.page-template-page-cityvoice-builder-home .cv-live-card,
body.cityvoice-maskhead-normalized .cv-live-card,
.home .cv-search-box,
.front-page .cv-search-box,
.page-template-page-cityvoice-builder-home .cv-search-box,
body.cityvoice-maskhead-normalized .cv-search-box {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.home .cv-card,
.front-page .cv-card,
.page-template-page-cityvoice-builder-home .cv-card,
body.cityvoice-maskhead-normalized .cv-card,
.home .cv-card__body,
.front-page .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-card__body,
body.cityvoice-maskhead-normalized .cv-card__body {
  background: transparent !important;
}


/* v1.32.56.16: Hard cleanup for remaining CityVoice frame lines and Newsfeed/Shows image fit.
   This is intentionally limited to CityVoice home/Page Builder carousel surfaces. */
.home #newsfeed,
.front-page #newsfeed,
.page-template-page-cityvoice-builder-home #newsfeed,
body.cityvoice-maskhead-normalized #newsfeed,
.home #shows,
.front-page #shows,
.page-template-page-cityvoice-builder-home #shows,
body.cityvoice-maskhead-normalized #shows,
.home #newsfeed *,
.front-page #newsfeed *,
.page-template-page-cityvoice-builder-home #newsfeed *,
body.cityvoice-maskhead-normalized #newsfeed *,
.home #shows *,
.front-page #shows *,
.page-template-page-cityvoice-builder-home #shows *,
body.cityvoice-maskhead-normalized #shows * {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.page-template-page-cityvoice-builder-home .cv-page__content blockquote,
body.cityvoice-maskhead-normalized .cv-page__content blockquote,
.page-template-page-cityvoice-builder-home blockquote:where(:has(.cv-hero), :has(#newsfeed), :has(#shows)),
body.cityvoice-maskhead-normalized blockquote:where(:has(.cv-hero), :has(#newsfeed), :has(#shows)) {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.home #newsfeed .cv-card,
.front-page #newsfeed .cv-card,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card,
body.cityvoice-maskhead-normalized #newsfeed .cv-card,
.home #shows .cv-show-row .cv-card,
.front-page #shows .cv-show-row .cv-card,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card,
body.cityvoice-maskhead-normalized #shows .cv-show-row .cv-card {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.home #newsfeed .cv-card img,
.front-page #newsfeed .cv-card img,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card img,
body.cityvoice-maskhead-normalized #newsfeed .cv-card img,
.home #shows .cv-show-row .cv-card img,
.front-page #shows .cv-show-row .cv-card img,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card img,
body.cityvoice-maskhead-normalized #shows .cv-show-row .cv-card img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 12 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* v1.32.56.17: Standardize Newsfeed/Shows card headlines and remove remaining frame artifacts.
   CityVoice home/Page Builder only. No Engine, Events, menus, carousel counts, or story logic changes. */
.home #newsfeed,
.front-page #newsfeed,
.page-template-page-cityvoice-builder-home #newsfeed,
body.cityvoice-maskhead-normalized #newsfeed,
.cv-web-shell.cv-layout-full-width #newsfeed,
.cv-page__content #newsfeed,
.home #shows,
.front-page #shows,
.page-template-page-cityvoice-builder-home #shows,
body.cityvoice-maskhead-normalized #shows,
.cv-web-shell.cv-layout-full-width #shows,
.cv-page__content #shows {
  background: transparent !important;
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.home #newsfeed *,
.front-page #newsfeed *,
.page-template-page-cityvoice-builder-home #newsfeed *,
body.cityvoice-maskhead-normalized #newsfeed *,
.cv-web-shell.cv-layout-full-width #newsfeed *,
.cv-page__content #newsfeed *,
.home #shows *,
.front-page #shows *,
.page-template-page-cityvoice-builder-home #shows *,
body.cityvoice-maskhead-normalized #shows *,
.cv-web-shell.cv-layout-full-width #shows *,
.cv-page__content #shows * {
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.home #newsfeed *::before,
.home #newsfeed *::after,
.front-page #newsfeed *::before,
.front-page #newsfeed *::after,
.page-template-page-cityvoice-builder-home #newsfeed *::before,
.page-template-page-cityvoice-builder-home #newsfeed *::after,
body.cityvoice-maskhead-normalized #newsfeed *::before,
body.cityvoice-maskhead-normalized #newsfeed *::after,
.cv-web-shell.cv-layout-full-width #newsfeed *::before,
.cv-web-shell.cv-layout-full-width #newsfeed *::after,
.cv-page__content #newsfeed *::before,
.cv-page__content #newsfeed *::after,
.home #shows *::before,
.home #shows *::after,
.front-page #shows *::before,
.front-page #shows *::after,
.page-template-page-cityvoice-builder-home #shows *::before,
.page-template-page-cityvoice-builder-home #shows *::after,
body.cityvoice-maskhead-normalized #shows *::before,
body.cityvoice-maskhead-normalized #shows *::after,
.cv-web-shell.cv-layout-full-width #shows *::before,
.cv-web-shell.cv-layout-full-width #shows *::after,
.cv-page__content #shows *::before,
.cv-page__content #shows *::after {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.home #newsfeed .cv-carousel,
.home #newsfeed .cv-carousel__viewport,
.home #newsfeed .cv-carousel__track,
.front-page #newsfeed .cv-carousel,
.front-page #newsfeed .cv-carousel__viewport,
.front-page #newsfeed .cv-carousel__track,
.page-template-page-cityvoice-builder-home #newsfeed .cv-carousel,
.page-template-page-cityvoice-builder-home #newsfeed .cv-carousel__viewport,
.page-template-page-cityvoice-builder-home #newsfeed .cv-carousel__track,
body.cityvoice-maskhead-normalized #newsfeed .cv-carousel,
body.cityvoice-maskhead-normalized #newsfeed .cv-carousel__viewport,
body.cityvoice-maskhead-normalized #newsfeed .cv-carousel__track,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-carousel,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-carousel__viewport,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-carousel__track,
.cv-page__content #newsfeed .cv-carousel,
.cv-page__content #newsfeed .cv-carousel__viewport,
.cv-page__content #newsfeed .cv-carousel__track,
.home #shows .cv-carousel,
.home #shows .cv-carousel__viewport,
.home #shows .cv-carousel__track,
.front-page #shows .cv-carousel,
.front-page #shows .cv-carousel__viewport,
.front-page #shows .cv-carousel__track,
.page-template-page-cityvoice-builder-home #shows .cv-carousel,
.page-template-page-cityvoice-builder-home #shows .cv-carousel__viewport,
.page-template-page-cityvoice-builder-home #shows .cv-carousel__track,
body.cityvoice-maskhead-normalized #shows .cv-carousel,
body.cityvoice-maskhead-normalized #shows .cv-carousel__viewport,
body.cityvoice-maskhead-normalized #shows .cv-carousel__track,
.cv-web-shell.cv-layout-full-width #shows .cv-carousel,
.cv-web-shell.cv-layout-full-width #shows .cv-carousel__viewport,
.cv-web-shell.cv-layout-full-width #shows .cv-carousel__track,
.cv-page__content #shows .cv-carousel,
.cv-page__content #shows .cv-carousel__viewport,
.cv-page__content #shows .cv-carousel__track {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.home #newsfeed .cv-card,
.front-page #newsfeed .cv-card,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card,
body.cityvoice-maskhead-normalized #newsfeed .cv-card,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-card,
.cv-page__content #newsfeed .cv-card,
.home #shows .cv-show-row .cv-card,
.front-page #shows .cv-show-row .cv-card,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card,
body.cityvoice-maskhead-normalized #shows .cv-show-row .cv-card,
.cv-web-shell.cv-layout-full-width #shows .cv-show-row .cv-card,
.cv-page__content #shows .cv-show-row .cv-card {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.home #newsfeed .cv-card img,
.front-page #newsfeed .cv-card img,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card img,
body.cityvoice-maskhead-normalized #newsfeed .cv-card img,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-card img,
.cv-page__content #newsfeed .cv-card img,
.home #shows .cv-show-row .cv-card img,
.front-page #shows .cv-show-row .cv-card img,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card img,
body.cityvoice-maskhead-normalized #shows .cv-show-row .cv-card img,
.cv-web-shell.cv-layout-full-width #shows .cv-show-row .cv-card img,
.cv-page__content #shows .cv-show-row .cv-card img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 12 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
}

.home #newsfeed .cv-card__body,
.front-page #newsfeed .cv-card__body,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card__body,
body.cityvoice-maskhead-normalized #newsfeed .cv-card__body,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-card__body,
.cv-page__content #newsfeed .cv-card__body,
.home #shows .cv-show-row .cv-card__body,
.front-page #shows .cv-show-row .cv-card__body,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card__body,
body.cityvoice-maskhead-normalized #shows .cv-show-row .cv-card__body,
.cv-web-shell.cv-layout-full-width #shows .cv-show-row .cv-card__body,
.cv-page__content #shows .cv-show-row .cv-card__body {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 6px 0 0 !important;
  margin: 0 !important;
}

.home #newsfeed .cv-card h3,
.front-page #newsfeed .cv-card h3,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card h3,
body.cityvoice-maskhead-normalized #newsfeed .cv-card h3,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-card h3,
.cv-page__content #newsfeed .cv-card h3,
.home #shows .cv-show-row .cv-card h3,
.front-page #shows .cv-show-row .cv-card h3,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card h3,
body.cityvoice-maskhead-normalized #shows .cv-show-row .cv-card h3,
.cv-web-shell.cv-layout-full-width #shows .cv-show-row .cv-card h3,
.cv-page__content #shows .cv-show-row .cv-card h3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.home #newsfeed .cv-card__label,
.front-page #newsfeed .cv-card__label,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card__label,
body.cityvoice-maskhead-normalized #newsfeed .cv-card__label,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-card__label,
.cv-page__content #newsfeed .cv-card__label,
.home #shows .cv-show-row .cv-card__label,
.front-page #shows .cv-show-row .cv-card__label,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card__label,
body.cityvoice-maskhead-normalized #shows .cv-show-row .cv-card__label,
.cv-web-shell.cv-layout-full-width #shows .cv-show-row .cv-card__label,
.cv-page__content #shows .cv-show-row .cv-card__label,
.home #newsfeed .cv-card p,
.front-page #newsfeed .cv-card p,
.page-template-page-cityvoice-builder-home #newsfeed .cv-card p,
body.cityvoice-maskhead-normalized #newsfeed .cv-card p,
.cv-web-shell.cv-layout-full-width #newsfeed .cv-card p,
.cv-page__content #newsfeed .cv-card p,
.home #shows .cv-show-row .cv-card p,
.front-page #shows .cv-show-row .cv-card p,
.page-template-page-cityvoice-builder-home #shows .cv-show-row .cv-card p,
body.cityvoice-maskhead-normalized #shows .cv-show-row .cv-card p,
.cv-web-shell.cv-layout-full-width #shows .cv-show-row .cv-card p,
.cv-page__content #shows .cv-show-row .cv-card p {
  display: none !important;
}


/* v1.32.56.18: Top Story / hero frame cleanup only.
   Remove the remaining visible frame around the Top Story hero without changing
   Newsfeed/Shows carousel counts, Engine, Events, menus, feed, or modal logic. */
.home .cv-hero,
.front-page .cv-hero,
.page-template-page-cityvoice-builder-home .cv-hero,
body.cityvoice-maskhead-normalized .cv-hero,
.cv-builder-home-context .cv-hero,
.cv-builder-shortcode-home .cv-hero,
.cv-builder-web-shell .cv-hero,
.wp-block-shortcode .cv-hero,
.entry-content .cv-hero,
[data-cv-hero] {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.home .cv-hero::before,
.home .cv-hero::after,
.front-page .cv-hero::before,
.front-page .cv-hero::after,
.page-template-page-cityvoice-builder-home .cv-hero::before,
.page-template-page-cityvoice-builder-home .cv-hero::after,
body.cityvoice-maskhead-normalized .cv-hero::before,
body.cityvoice-maskhead-normalized .cv-hero::after,
.cv-builder-home-context .cv-hero::before,
.cv-builder-home-context .cv-hero::after,
.cv-builder-shortcode-home .cv-hero::before,
.cv-builder-shortcode-home .cv-hero::after,
.cv-builder-web-shell .cv-hero::before,
.cv-builder-web-shell .cv-hero::after,
.wp-block-shortcode .cv-hero::before,
.wp-block-shortcode .cv-hero::after,
.entry-content .cv-hero::before,
.entry-content .cv-hero::after,
[data-cv-hero]::before,
[data-cv-hero]::after {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.home .cv-hero__media,
.front-page .cv-hero__media,
.page-template-page-cityvoice-builder-home .cv-hero__media,
body.cityvoice-maskhead-normalized .cv-hero__media,
.cv-builder-home-context .cv-hero__media,
.cv-builder-shortcode-home .cv-hero__media,
.cv-builder-web-shell .cv-hero__media,
.wp-block-shortcode .cv-hero__media,
.entry-content .cv-hero__media,
.home .cv-hero__overlay,
.front-page .cv-hero__overlay,
.page-template-page-cityvoice-builder-home .cv-hero__overlay,
body.cityvoice-maskhead-normalized .cv-hero__overlay,
.cv-builder-home-context .cv-hero__overlay,
.cv-builder-shortcode-home .cv-hero__overlay,
.cv-builder-web-shell .cv-hero__overlay,
.wp-block-shortcode .cv-hero__overlay,
.entry-content .cv-hero__overlay,
.home .cv-hero__content,
.front-page .cv-hero__content,
.page-template-page-cityvoice-builder-home .cv-hero__content,
body.cityvoice-maskhead-normalized .cv-hero__content,
.cv-builder-home-context .cv-hero__content,
.cv-builder-shortcode-home .cv-hero__content,
.cv-builder-web-shell .cv-hero__content,
.wp-block-shortcode .cv-hero__content,
.entry-content .cv-hero__content,
.home .cv-hero__rail,
.front-page .cv-hero__rail,
.page-template-page-cityvoice-builder-home .cv-hero__rail,
body.cityvoice-maskhead-normalized .cv-hero__rail,
.cv-builder-home-context .cv-hero__rail,
.cv-builder-shortcode-home .cv-hero__rail,
.cv-builder-web-shell .cv-hero__rail,
.wp-block-shortcode .cv-hero__rail,
.entry-content .cv-hero__rail,
.home .cv-hero__dots,
.front-page .cv-hero__dots,
.page-template-page-cityvoice-builder-home .cv-hero__dots,
body.cityvoice-maskhead-normalized .cv-hero__dots,
.cv-builder-home-context .cv-hero__dots,
.cv-builder-shortcode-home .cv-hero__dots,
.cv-builder-web-shell .cv-hero__dots,
.wp-block-shortcode .cv-hero__dots,
.entry-content .cv-hero__dots {
  border: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.home .cv-hero__media,
.front-page .cv-hero__media,
.page-template-page-cityvoice-builder-home .cv-hero__media,
body.cityvoice-maskhead-normalized .cv-hero__media,
.cv-builder-home-context .cv-hero__media,
.cv-builder-shortcode-home .cv-hero__media,
.cv-builder-web-shell .cv-hero__media,
.wp-block-shortcode .cv-hero__media,
.entry-content .cv-hero__media,
.home .cv-hero__overlay,
.front-page .cv-hero__overlay,
.page-template-page-cityvoice-builder-home .cv-hero__overlay,
body.cityvoice-maskhead-normalized .cv-hero__overlay,
.cv-builder-home-context .cv-hero__overlay,
.cv-builder-shortcode-home .cv-hero__overlay,
.cv-builder-web-shell .cv-hero__overlay,
.wp-block-shortcode .cv-hero__overlay,
.entry-content .cv-hero__overlay {
  border-radius: 0 !important;
}

/* v1.32.56.19: Header container frame cleanup only.
   Remove remaining visible header/maskhead border frames on CityVoice pages while
   preserving placement, menu assignments, carousel behavior, hero, and cards. */
body.cityvoice-maskhead-normalized .site-header,
body.cityvoice-maskhead-normalized #masthead,
body.cityvoice-maskhead-normalized .site-header .wrapper,
body.cityvoice-maskhead-normalized .wrapper,
body.cityvoice-maskhead-normalized .site-branding,
body.cityvoice-maskhead-normalized .site-identity,
body.cityvoice-maskhead-normalized .nav-wrapper,
body.cityvoice-maskhead-normalized #site-navigation,
body.cityvoice-maskhead-normalized #tertiary-nav-contain,
body.cityvoice-maskhead-normalized .main-navigation,
body.cityvoice-maskhead-normalized .tertiary-menu,
body.cityvoice-maskhead-normalized .header-search-contain,
body.cityvoice-maskhead-normalized #header-search,
body.cityvoice-maskhead-normalized .cv-topbar,
body.cityvoice-maskhead-normalized .cv-topbar__inner,
body.cityvoice-maskhead-normalized .cv-site-header,
body.cityvoice-maskhead-normalized .cv-site-header__inner,
body.cityvoice-maskhead-normalized .cv-header-menu,
body.cityvoice-maskhead-normalized .cv-main-nav,
body.cityvoice-maskhead-normalized .cv-tertiary-nav,
body.cityvoice-maskhead-normalized .cv-header-actions,
body.cityvoice-maskhead-normalized .cv-highlight-nav,
body.cityvoice-maskhead-normalized .cv-highlight-nav__inner {
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

body.cityvoice-maskhead-normalized .site-header::before,
body.cityvoice-maskhead-normalized .site-header::after,
body.cityvoice-maskhead-normalized #masthead::before,
body.cityvoice-maskhead-normalized #masthead::after,
body.cityvoice-maskhead-normalized .wrapper::before,
body.cityvoice-maskhead-normalized .wrapper::after,
body.cityvoice-maskhead-normalized .site-branding::before,
body.cityvoice-maskhead-normalized .site-branding::after,
body.cityvoice-maskhead-normalized .nav-wrapper::before,
body.cityvoice-maskhead-normalized .nav-wrapper::after,
body.cityvoice-maskhead-normalized #site-navigation::before,
body.cityvoice-maskhead-normalized #site-navigation::after,
body.cityvoice-maskhead-normalized #tertiary-nav-contain::before,
body.cityvoice-maskhead-normalized #tertiary-nav-contain::after,
body.cityvoice-maskhead-normalized .main-navigation::before,
body.cityvoice-maskhead-normalized .main-navigation::after,
body.cityvoice-maskhead-normalized .tertiary-menu::before,
body.cityvoice-maskhead-normalized .tertiary-menu::after,
body.cityvoice-maskhead-normalized .cv-site-header::before,
body.cityvoice-maskhead-normalized .cv-site-header::after,
body.cityvoice-maskhead-normalized .cv-site-header__inner::before,
body.cityvoice-maskhead-normalized .cv-site-header__inner::after,
body.cityvoice-maskhead-normalized .cv-header-menu::before,
body.cityvoice-maskhead-normalized .cv-header-menu::after,
body.cityvoice-maskhead-normalized .cv-highlight-nav::before,
body.cityvoice-maskhead-normalized .cv-highlight-nav::after {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.cityvoice-maskhead-normalized .site-header a,
body.cityvoice-maskhead-normalized .site-header button,
body.cityvoice-maskhead-normalized .cv-site-header a,
body.cityvoice-maskhead-normalized .cv-site-header button,
body.cityvoice-maskhead-normalized .cv-menu--tertiary a,
body.cityvoice-maskhead-normalized .cv-menu--highlight a,
body.cityvoice-maskhead-normalized .cv-search-toggle,
body.cityvoice-maskhead-normalized .cv-support-link,
body.cityvoice-maskhead-normalized .cv-profile-link,
body.cityvoice-maskhead-normalized .mobile-menu-toggle,
body.cityvoice-maskhead-normalized .mb-cta {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}


/* v1.32.56.20: Restore Top Story fade-slider control while keeping frame removal.
   The prior frame cleanup removed pseudo-element backgrounds, which also disabled the
   Customizer edge fade. This restores the fade layer and keeps borders/shadows off. */
.home .cv-hero::before,
.front-page .cv-hero::before,
.page-template-page-cityvoice-builder-home .cv-hero::before,
body.cityvoice-maskhead-normalized .cv-hero::before,
.cv-builder-home-context .cv-hero::before,
.cv-builder-shortcode-home .cv-hero::before,
.cv-builder-web-shell .cv-hero::before,
.wp-block-shortcode .cv-hero::before,
.entry-content .cv-hero::before,
[data-cv-hero]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg,
      var(--cv-bg, #050507) 0,
      transparent var(--cv-hero-edge-fade, 96px),
      transparent calc(100% - var(--cv-hero-edge-fade, 96px)),
      var(--cv-bg, #050507) 100%),
    linear-gradient(180deg,
      transparent 0,
      transparent calc(100% - var(--cv-hero-edge-fade, 96px)),
      var(--cv-bg, #050507) 100%) !important;
  box-shadow: inset 0 0 calc(var(--cv-hero-edge-fade, 96px) * .75) var(--cv-bg, #050507) !important;
}

.home .cv-hero::after,
.front-page .cv-hero::after,
.page-template-page-cityvoice-builder-home .cv-hero::after,
body.cityvoice-maskhead-normalized .cv-hero::after,
.cv-builder-home-context .cv-hero::after,
.cv-builder-shortcode-home .cv-hero::after,
.cv-builder-web-shell .cv-hero::after,
.wp-block-shortcode .cv-hero::after,
.entry-content .cv-hero::after,
[data-cv-hero]::after {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.home .cv-hero__overlay,
.front-page .cv-hero__overlay,
.page-template-page-cityvoice-builder-home .cv-hero__overlay,
body.cityvoice-maskhead-normalized .cv-hero__overlay,
.cv-builder-home-context .cv-hero__overlay,
.cv-builder-shortcode-home .cv-hero__overlay,
.cv-builder-web-shell .cv-hero__overlay,
.wp-block-shortcode .cv-hero__overlay,
.entry-content .cv-hero__overlay,
[data-cv-hero] .cv-hero__overlay {
  background:
    linear-gradient(90deg,
      var(--cv-hero-overlay, rgba(0,0,0,.78)) 0%,
      rgba(0,0,0,.16) 44%,
      var(--cv-hero-overlay, rgba(0,0,0,.78)) 100%),
    linear-gradient(180deg,
      rgba(0,0,0,.08) 0%,
      rgba(0,0,0,.02) 42%,
      var(--cv-hero-overlay, rgba(0,0,0,.78)) 100%) !important;
}

.home .cv-hero__content,
.front-page .cv-hero__content,
.page-template-page-cityvoice-builder-home .cv-hero__content,
body.cityvoice-maskhead-normalized .cv-hero__content,
.cv-builder-home-context .cv-hero__content,
.cv-builder-shortcode-home .cv-hero__content,
.cv-builder-web-shell .cv-hero__content,
.wp-block-shortcode .cv-hero__content,
.entry-content .cv-hero__content {
  z-index: 3 !important;
}


/* v1.32.56.21: Header and footer container frame cleanup only.
   Removes remaining visible frame/border lines from CityVoice header and footer
   containers without changing the hero fade slider, carousel counts, menus, Engine,
   Events, feed/story/modal logic, or footer/header content. */
.cv-site-header,
.cv-site-header__inner,
.cv-topbar,
.cv-topbar__inner,
.cv-highlight-nav,
.cv-highlight-nav__inner,
.cv-header-menu,
.cv-main-nav,
.cv-secondary-nav,
.cv-social-nav,
.cv-tertiary-nav,
.cv-header-actions,
.cv-site-footer,
.cv-site-footer__inner,
.cv-footer-brand,
.cv-footer-logo,
.cv-footer-social,
.cv-widget-area--above-footer,
.cv-widget-area--footer-main,
.cv-widget-area--footer-bottom,
.cv-widget-area--full,
body.cityvoice-maskhead-normalized .site-header,
body.cityvoice-maskhead-normalized #masthead,
body.cityvoice-maskhead-normalized .site-header .wrapper,
body.cityvoice-maskhead-normalized .wrapper,
body.cityvoice-maskhead-normalized .site-branding,
body.cityvoice-maskhead-normalized .site-identity,
body.cityvoice-maskhead-normalized .nav-wrapper,
body.cityvoice-maskhead-normalized #site-navigation,
body.cityvoice-maskhead-normalized #tertiary-nav-contain,
body.cityvoice-maskhead-normalized .main-navigation,
body.cityvoice-maskhead-normalized .tertiary-menu,
body.cityvoice-maskhead-normalized .header-search-contain,
body.cityvoice-maskhead-normalized #header-search,
body.cityvoice-maskhead-normalized .cv-site-footer,
body.cityvoice-maskhead-normalized .cv-site-footer__inner,
body.cityvoice-maskhead-normalized .cv-footer-brand,
body.cityvoice-maskhead-normalized .cv-footer-social,
body.cityvoice-maskhead-normalized .cv-widget-area--above-footer,
body.cityvoice-maskhead-normalized .cv-widget-area--footer-main,
body.cityvoice-maskhead-normalized .cv-widget-area--footer-bottom {
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.cv-site-header::before,
.cv-site-header::after,
.cv-site-header__inner::before,
.cv-site-header__inner::after,
.cv-topbar::before,
.cv-topbar::after,
.cv-highlight-nav::before,
.cv-highlight-nav::after,
.cv-site-footer::before,
.cv-site-footer::after,
.cv-site-footer__inner::before,
.cv-site-footer__inner::after,
.cv-widget-area--above-footer::before,
.cv-widget-area--above-footer::after,
.cv-widget-area--footer-main::before,
.cv-widget-area--footer-main::after,
.cv-widget-area--footer-bottom::before,
.cv-widget-area--footer-bottom::after,
body.cityvoice-maskhead-normalized .site-header::before,
body.cityvoice-maskhead-normalized .site-header::after,
body.cityvoice-maskhead-normalized #masthead::before,
body.cityvoice-maskhead-normalized #masthead::after,
body.cityvoice-maskhead-normalized .site-header .wrapper::before,
body.cityvoice-maskhead-normalized .site-header .wrapper::after,
body.cityvoice-maskhead-normalized .wrapper::before,
body.cityvoice-maskhead-normalized .wrapper::after,
body.cityvoice-maskhead-normalized .nav-wrapper::before,
body.cityvoice-maskhead-normalized .nav-wrapper::after,
body.cityvoice-maskhead-normalized #tertiary-nav-contain::before,
body.cityvoice-maskhead-normalized #tertiary-nav-contain::after,
body.cityvoice-maskhead-normalized .cv-site-footer::before,
body.cityvoice-maskhead-normalized .cv-site-footer::after,
body.cityvoice-maskhead-normalized .cv-site-footer__inner::before,
body.cityvoice-maskhead-normalized .cv-site-footer__inner::after {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.cv-site-footer,
.cv-site-footer__inner {
  border-top: 0 !important;
}

/* v1.32.56.23: ReelShort-style almost-full-width header shell.
   Reference: ReelShort uses a transparent sticky outer header with the visual
   hero/banners nearly full screen and centered max-width content. This keeps
   WordPress/CityVoice header functionality but prevents the header row from
   being boxed inside the narrower homepage frame. */
body.cityvoice-maskhead-normalized .site-header,
body.cityvoice-maskhead-normalized #masthead,
body.cityvoice-maskhead-normalized .cv-site-header {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  z-index: 1000 !important;
}

body.admin-bar.cityvoice-maskhead-normalized .site-header,
body.admin-bar.cityvoice-maskhead-normalized #masthead,
body.admin-bar.cityvoice-maskhead-normalized .cv-site-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar.cityvoice-maskhead-normalized .site-header,
  body.admin-bar.cityvoice-maskhead-normalized #masthead,
  body.admin-bar.cityvoice-maskhead-normalized .cv-site-header {
    top: 46px !important;
  }
}

/* Almost full screen, not boxed: ReelShort-like centered row with generous edges. */
body.cityvoice-maskhead-normalized .site-header .wrapper,
body.cityvoice-maskhead-normalized #masthead .wrapper,
body.cityvoice-maskhead-normalized .cv-site-header__inner,
body.cityvoice-maskhead-normalized .cv-topbar__inner,
body.cityvoice-maskhead-normalized .cv-highlight-nav__inner {
  width: min(1636px, calc(100vw - 144px)) !important;
  max-width: 1636px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.cityvoice-maskhead-normalized .site-header .wrapper,
body.cityvoice-maskhead-normalized #masthead .wrapper,
body.cityvoice-maskhead-normalized .cv-site-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

/* Keep WordPress maskhead pieces in their normal groups, but let the right side reach the right edge of the almost-full row. */
body.cityvoice-maskhead-normalized .site-branding,
body.cityvoice-maskhead-normalized .cv-brand {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

body.cityvoice-maskhead-normalized .nav-wrapper,
body.cityvoice-maskhead-normalized .cv-header-menu {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.cityvoice-maskhead-normalized #tertiary-nav-contain,
body.cityvoice-maskhead-normalized .tertiary-menu,
body.cityvoice-maskhead-normalized .header-search-contain,
body.cityvoice-maskhead-normalized .cv-tertiary-nav {
  margin-left: auto !important;
}

@media (max-width: 1199px) {
  body.cityvoice-maskhead-normalized .site-header .wrapper,
  body.cityvoice-maskhead-normalized #masthead .wrapper,
  body.cityvoice-maskhead-normalized .cv-site-header__inner,
  body.cityvoice-maskhead-normalized .cv-topbar__inner,
  body.cityvoice-maskhead-normalized .cv-highlight-nav__inner {
    width: calc(100vw - 48px) !important;
  }
}

@media (max-width: 767px) {
  body.cityvoice-maskhead-normalized .site-header .wrapper,
  body.cityvoice-maskhead-normalized #masthead .wrapper,
  body.cityvoice-maskhead-normalized .cv-site-header__inner,
  body.cityvoice-maskhead-normalized .cv-topbar__inner,
  body.cityvoice-maskhead-normalized .cv-highlight-nav__inner {
    width: calc(100vw - 28px) !important;
  }
}

/* v1.32.56.24: Top Story hero image full-page width.
   Keeps the resolved frame cleanup intact while allowing the hero media/image to span the full viewport width.
   Theme only: no Engine, Events, menu, carousel, feed, story, or modal logic changes. */
.home .cv-web-shell > .cv-hero,
.front-page .cv-web-shell > .cv-hero,
.page-template-page-cityvoice-builder-home .cv-web-shell > .cv-hero,
body.cityvoice-builder-hardcode-parity .cv-web-shell > .cv-hero,
.cv-builder-home-context .cv-hero,
.cv-builder-shortcode-home .cv-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.home .cv-web-shell > .cv-hero .cv-hero__media,
.front-page .cv-web-shell > .cv-hero .cv-hero__media,
.page-template-page-cityvoice-builder-home .cv-web-shell > .cv-hero .cv-hero__media,
body.cityvoice-builder-hardcode-parity .cv-web-shell > .cv-hero .cv-hero__media,
.cv-builder-home-context .cv-hero .cv-hero__media,
.cv-builder-shortcode-home .cv-hero .cv-hero__media {
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.home .cv-web-shell > .cv-hero .cv-hero__overlay,
.front-page .cv-web-shell > .cv-hero .cv-hero__overlay,
.page-template-page-cityvoice-builder-home .cv-web-shell > .cv-hero .cv-hero__overlay,
body.cityvoice-builder-hardcode-parity .cv-web-shell > .cv-hero .cv-hero__overlay,
.cv-builder-home-context .cv-hero .cv-hero__overlay,
.cv-builder-shortcode-home .cv-hero .cv-hero__overlay {
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
}


/* v1.32.56.25: CityVoiceCLE Mobile Experience Patch.
   Scope: CityVoice app surfaces only via body.cityvoice-app-mode.
   Goals: mobile momentum/snap rows, full-screen mobile modal under 760px,
   vertical-video containment, and MVP bottom navigation. */
body.cityvoice-app-mode .cv-row,
body.cityvoice-app-mode .cv-carousel__track,
body.cityvoice-app-mode .cv-reel-row {
  scroll-snap-type: x proximity;
  scroll-padding-inline: 16px;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.cityvoice-app-mode .cv-row::-webkit-scrollbar,
body.cityvoice-app-mode .cv-carousel__track::-webkit-scrollbar,
body.cityvoice-app-mode .cv-reel-row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body.cityvoice-app-mode .cv-row > .cv-card,
body.cityvoice-app-mode .cv-carousel__track > .cv-card,
body.cityvoice-app-mode .cv-reel-row > .cv-card {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.cv-mobile-bottom-nav {
  display: none;
}

@media (max-width: 760px) {
  body.cityvoice-app-mode {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  body.cityvoice-app-mode .cv-topbar,
  body.cityvoice-app-mode .cv-highlight-nav,
  body.cityvoice-app-mode .cv-site-footer,
  body.cityvoice-app-mode .cv-widget-area--above-footer,
  body.cityvoice-app-mode .cv-widget-area--footer-main,
  body.cityvoice-app-mode .cv-widget-area--footer-bottom {
    display: none !important;
  }

  body.cityvoice-app-mode .cv-site-header__inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body.cityvoice-app-mode .cv-row,
  body.cityvoice-app-mode .cv-carousel__track,
  body.cityvoice-app-mode .cv-reel-row {
    scroll-snap-type: x mandatory;
  }

  body.cityvoice-app-mode .cv-modal {
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    padding: 0 !important;
    display: block !important;
    place-items: initial !important;
    align-items: stretch !important;
    justify-content: stretch !important;
  }

  body.cityvoice-app-mode .cv-modal[hidden] {
    display: none !important;
  }

  body.cityvoice-app-mode .cv-modal__dialog,
  body.cityvoice-app-mode .cv-modal.cv-modal--landscape .cv-modal__dialog {
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 1fr) !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  body.cityvoice-app-mode .cv-modal__player,
  body.cityvoice-app-mode .cv-modal.cv-modal--landscape .cv-modal__player {
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  body.cityvoice-app-mode .cv-modal__player iframe,
  body.cityvoice-app-mode .cv-modal__player video,
  body.cityvoice-app-mode .cv-modal__video {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border: 0 !important;
    background: #000 !important;
  }

  body.cityvoice-app-mode .cv-modal__body {
    max-height: 42vh !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.cityvoice-app-mode .cv-mobile-bottom-nav {
    position: fixed;
    left: max(12px, env(safe-area-inset-left, 0px));
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    z-index: 9998;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(5,5,7,.88);
    box-shadow: 0 18px 48px rgba(0,0,0,.46);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  body.cityvoice-app-mode .cv-mobile-bottom-nav__link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .01em;
    background: rgba(255,255,255,.06);
  }

  body.cityvoice-app-mode .cv-mobile-bottom-nav__link:hover,
  body.cityvoice-app-mode .cv-mobile-bottom-nav__link:focus-visible {
    background: rgba(255,255,255,.14);
    outline: 2px solid rgba(255,255,255,.25);
    outline-offset: 2px;
  }
}


/* v1.32.56.26: Extend mobile swipe/snap behavior to additional CityVoice row containers.
   Surgical follow-up: Newsfeed already swiped because it uses .cv-carousel__track.
   This adds the same mobile row behavior to Program/Show fallback grids and Engine-rendered .cve-row rows. */
body.cityvoice-app-mode .cv-show-grid,
body.cityvoice-app-mode .cve-row {
  scroll-snap-type: x proximity;
  scroll-padding-inline: 16px;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.cityvoice-app-mode .cv-show-grid::-webkit-scrollbar,
body.cityvoice-app-mode .cve-row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body.cityvoice-app-mode .cv-show-grid > .cv-card,
body.cityvoice-app-mode .cv-show-grid > .cv-show,
body.cityvoice-app-mode .cve-row > .cve-card {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

@media (max-width: 760px) {
  body.cityvoice-app-mode .cv-show-grid:not(.cv-show-grid--rows) {
    display: grid !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(72vw, 82vw) !important;
    gap: 14px !important;
    overflow-x: auto !important;
    padding-bottom: 12px !important;
    scroll-snap-type: x mandatory;
  }

  body.cityvoice-app-mode .cve-row {
    scroll-snap-type: x mandatory;
  }
}


/* v1.32.56.27: Mobile row overscroll containment patch.
   Scope: CityVoice app surfaces only. Prevent horizontal row gestures from dragging
   the whole page off-canvas while preserving vertical page scroll. */
@media (max-width: 760px) {
  html:has(body.cityvoice-app-mode),
  body.cityvoice-app-mode {
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  body.cityvoice-app-mode .cv-web-shell,
  body.cityvoice-app-mode .cityvoice-engine-home,
  body.cityvoice-app-mode .cv-main,
  body.cityvoice-app-mode .site,
  body.cityvoice-app-mode #page {
    max-width: 100%;
    overflow-x: clip;
  }

  body.cityvoice-app-mode .cv-row,
  body.cityvoice-app-mode .cv-carousel__track,
  body.cityvoice-app-mode .cv-reel-row,
  body.cityvoice-app-mode .cv-show-grid,
  body.cityvoice-app-mode .cve-row {
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  body.cityvoice-app-mode .cv-row > *,
  body.cityvoice-app-mode .cv-carousel__track > *,
  body.cityvoice-app-mode .cv-reel-row > *,
  body.cityvoice-app-mode .cv-show-grid > *,
  body.cityvoice-app-mode .cve-row > * {
    min-width: 0;
  }
}


/* v1.32.56.28: CityVoice mobile density and section-label simplification.
   Surgical theme-only patch. Removes extra program-row label blocks like
   "Cleveland Observer Reports / A recurring CityVoice series" on all screen sizes,
   tightens section spacing, and reduces section heading size. */
.home .cv-show-row > .cv-reel-row__head,
.front-page .cv-show-row > .cv-reel-row__head,
.cityvoice-app-mode .cv-show-row > .cv-reel-row__head,
.home .cv-section--group-row > .cv-section__head,
.front-page .cv-section--group-row > .cv-section__head,
.cityvoice-app-mode .cv-section--group-row > .cv-section__head,
.home .cve-section--group-row > .cve-section__head,
.front-page .cve-section--group-row > .cve-section__head,
.cityvoice-app-mode .cve-section--group-row > .cve-section__head {
  display: none !important;
}

.home .cv-section,
.front-page .cv-section,
.cityvoice-app-mode .cv-section {
  margin-top: 28px;
}

.home .cv-section + .cv-section,
.front-page .cv-section + .cv-section,
.cityvoice-app-mode .cv-section + .cv-section {
  margin-top: 26px;
}

.home .cv-section__head,
.front-page .cv-section__head,
.cityvoice-app-mode .cv-section__head {
  margin-bottom: 9px;
}

.home .cv-section h2,
.front-page .cv-section h2,
.cityvoice-app-mode .cv-section h2 {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.home .cv-section__head span,
.front-page .cv-section__head span,
.cityvoice-app-mode .cv-section__head span,
.home .cv-section__meta,
.front-page .cv-section__meta,
.cityvoice-app-mode .cv-section__meta {
  font-size: 12px;
  line-height: 1.1;
}

.home .cv-reel-rows,
.front-page .cv-reel-rows,
.cityvoice-app-mode .cv-reel-rows {
  gap: 16px;
}

.home .cv-reel-row,
.front-page .cv-reel-row,
.cityvoice-app-mode .cv-reel-row,
.home .cv-show-row,
.front-page .cv-show-row,
.cityvoice-app-mode .cv-show-row {
  gap: 8px;
  margin-bottom: 16px;
}

@media (max-width: 760px) {
  .home .cv-web-shell,
  .front-page .cv-web-shell,
  .cityvoice-app-mode .cv-web-shell {
    padding-top: 12px;
  }

  .home .cv-section,
  .front-page .cv-section,
  .cityvoice-app-mode .cv-section {
    margin-top: 20px;
  }

  .home .cv-section + .cv-section,
  .front-page .cv-section + .cv-section,
  .cityvoice-app-mode .cv-section + .cv-section {
    margin-top: 18px;
  }

  .home .cv-section__head,
  .front-page .cv-section__head,
  .cityvoice-app-mode .cv-section__head {
    margin-bottom: 7px;
    gap: 8px;
  }

  .home .cv-section h2,
  .front-page .cv-section h2,
  .cityvoice-app-mode .cv-section h2 {
    font-size: 16px;
    line-height: 1.05;
  }

  .home .cv-section__head span,
  .front-page .cv-section__head span,
  .cityvoice-app-mode .cv-section__head span,
  .home .cv-section__meta,
  .front-page .cv-section__meta,
  .cityvoice-app-mode .cv-section__meta {
    font-size: 10px;
  }

  .home .cv-reel-rows,
  .front-page .cv-reel-rows,
  .cityvoice-app-mode .cv-reel-rows {
    gap: 10px;
  }

  .home .cv-reel-row,
  .front-page .cv-reel-row,
  .cityvoice-app-mode .cv-reel-row,
  .home .cv-show-row,
  .front-page .cv-show-row,
  .cityvoice-app-mode .cv-show-row {
    gap: 6px;
    margin-bottom: 10px;
  }

  .home .cv-carousel__track,
  .front-page .cv-carousel__track,
  .cityvoice-app-mode .cv-carousel__track,
  .home .cv-row,
  .front-page .cv-row,
  .cityvoice-app-mode .cv-row,
  .home .cve-row,
  .front-page .cve-row,
  .cityvoice-app-mode .cve-row {
    padding-bottom: 4px;
  }
}


/* v1.32.56.29 View All section links and tighter card text discipline. */
.cv-section__view-all {
  color: #ffffff !important;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cv-section__view-all:hover,
.cv-section__view-all:focus-visible {
  color: var(--cv-red) !important;
  text-decoration: none;
}

.cityvoice-view-mode .cv-hero,
.cityvoice-view-mode [data-cv-row="continue"] {
  display: none !important;
}

@media (max-width: 760px) {
  .cv-section__view-all {
    font-size: 12px;
  }

  .cityvoice-view-mode .cv-section {
    margin-top: 18px !important;
  }
}


/* v1.32.56.32: Restore Shows/Programs video cards to YouTube-style landscape.
   Surgical correction after mobile density patches: Shows are programs and should remain
   horizontal 16:9 thumbnails. Reels/Newsfeed cards keep their existing mobile-first treatment. */
.home .cv-show-row .cv-card--show-landscape,
.front-page .cv-show-row .cv-card--show-landscape,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape,
.cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape,
body.cityvoice-app-mode .cv-show-row .cv-card--show-landscape {
  border-radius: 8px !important;
  background: transparent !important;
}

.home .cv-show-row .cv-card--show-landscape img,
.front-page .cv-show-row .cv-card--show-landscape img,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape img,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape img,
.cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape img,
body.cityvoice-app-mode .cv-show-row .cv-card--show-landscape img {
  aspect-ratio: 16 / 9 !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 8px !important;
}

.home .cv-show-row .cv-card--show-landscape .cv-card__body,
.front-page .cv-show-row .cv-card--show-landscape .cv-card__body,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape .cv-card__body,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape .cv-card__body,
.cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape .cv-card__body,
body.cityvoice-app-mode .cv-show-row .cv-card--show-landscape .cv-card__body {
  padding: 7px 0 0 !important;
}

.home .cv-show-row .cv-card--show-landscape h3,
.front-page .cv-show-row .cv-card--show-landscape h3,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape h3,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape h3,
.cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape h3,
body.cityvoice-app-mode .cv-show-row .cv-card--show-landscape h3 {
  font-size: clamp(12px, .9vw, 15px) !important;
  line-height: 1.16 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.home .cv-show-row .cv-card--show-landscape p,
.front-page .cv-show-row .cv-card--show-landscape p,
.page-template-page-cityvoice-builder-home .cv-show-row .cv-card--show-landscape p,
.cv-builder-home-context .cv-show-row .cv-card--show-landscape p,
.cv-builder-shortcode-home .cv-show-row .cv-card--show-landscape p,
body.cityvoice-app-mode .cv-show-row .cv-card--show-landscape p {
  display: none !important;
}

@media (min-width: 761px) {
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track,
  .cv-builder-shortcode-home .cv-show-row .cv-carousel__track,
  body.cityvoice-app-mode .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 4 !important;
    --cv-show-cards-per-view: 4 !important;
    --cv-carousel-gap: 14px !important;
  }
}

@media (max-width: 760px) {
  .home .cv-show-row .cv-carousel__track,
  .front-page .cv-show-row .cv-carousel__track,
  .page-template-page-cityvoice-builder-home .cv-show-row .cv-carousel__track,
  .cv-builder-home-context .cv-show-row .cv-carousel__track,
  .cv-builder-shortcode-home .cv-show-row .cv-carousel__track,
  body.cityvoice-app-mode .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 2 !important;
    --cv-show-cards-per-view: 2 !important;
    --cv-carousel-gap: 8px !important;
  }
}


/* v1.32.56.32: Force Shows/Programs rows to remain YouTube-style landscape.
   This overrides earlier mobile carousel density rules and JS inline density so Shows do not use 3-up vertical poster cards. */
#shows .cv-show-row .cv-carousel__track,
.home #shows .cv-show-row .cv-carousel__track,
.front-page #shows .cv-show-row .cv-carousel__track,
body.cityvoice-app-mode #shows .cv-show-row .cv-carousel__track {
  --cv-cards-per-view: 2 !important;
  --cv-show-cards-per-view: 2 !important;
  --cv-carousel-gap: 8px !important;
  grid-auto-columns: calc((100% - 8px) / 2) !important;
}

#shows .cv-show-row .cv-card,
#shows .cv-show-row .cv-card--show-landscape,
.home #shows .cv-show-row .cv-card,
.front-page #shows .cv-show-row .cv-card,
body.cityvoice-app-mode #shows .cv-show-row .cv-card {
  min-width: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
}

#shows .cv-show-row .cv-card img,
#shows .cv-show-row .cv-card--show-landscape img,
.home #shows .cv-show-row .cv-card img,
.front-page #shows .cv-show-row .cv-card img,
body.cityvoice-app-mode #shows .cv-show-row .cv-card img {
  aspect-ratio: 16 / 9 !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

#shows .cv-show-row .cv-card__body,
.home #shows .cv-show-row .cv-card__body,
.front-page #shows .cv-show-row .cv-card__body,
body.cityvoice-app-mode #shows .cv-show-row .cv-card__body {
  padding: 7px 0 0 !important;
}

#shows .cv-show-row .cv-card p,
.home #shows .cv-show-row .cv-card p,
.front-page #shows .cv-show-row .cv-card p,
body.cityvoice-app-mode #shows .cv-show-row .cv-card p {
  display: none !important;
}

@media (min-width: 761px) {
  #shows .cv-show-row .cv-carousel__track,
  .home #shows .cv-show-row .cv-carousel__track,
  .front-page #shows .cv-show-row .cv-carousel__track,
  body.cityvoice-app-mode #shows .cv-show-row .cv-carousel__track {
    --cv-cards-per-view: 4 !important;
    --cv-show-cards-per-view: 4 !important;
    --cv-carousel-gap: 14px !important;
    grid-auto-columns: calc((100% - 42px) / 4) !important;
  }
}


/* v1.32.56.32: Shows/Programs landscape enforcement after JS inline-density split. */
.cv-show-row .cv-carousel__track {
  --cv-show-cards-per-view: 4 !important;
}
.cv-show-row .cv-card--show-landscape img,
.cv-show-row .cv-card img {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}
@media (max-width: 900px) {
  .cv-show-row .cv-carousel__track {
    --cv-show-cards-per-view: 2 !important;
  }
}
