/*
 * V031 – verbindliche Mobile-Cascade
 * Bewusst zuletzt geladen: feste Desktop-Spalten dürfen Mobil nicht überstimmen.
 */

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .bzv7-shell,
  .bzv7-header-inner,
  .bzv7-hero-grid,
  .bzv7-hero-main,
  .bzv7-hero-side,
  .bzv7-side-story,
  .bzv7-week-deck,
  .bzv7-week-card,
  .bzv7-radio-inner,
  .bzv7-home-focus-grid,
  .bzv7-week-feature,
  .bzv7-police,
  .bzv7-department-grid,
  .bzv7-department-card,
  .bzv7-media-pair-grid,
  .bzv7-media-card,
  .bzv7-footer-grid,
  .bzv7-footer-grid > div {
    min-width: 0;
    max-width: 100%;
  }

  .bzv7-shell {
    width: calc(100% - 28px);
    margin-inline: auto;
  }

  .bzv7-ambient {
    display: none;
  }

  .bzv7-testbar {
    min-height: 26px;
    padding: 5px 12px;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: .08em;
    white-space: normal;
  }

  .bzv7-header-inner {
    min-height: 70px;
    gap: 10px;
  }

  .bzv7-brand {
    width: min(210px, calc(100vw - 126px));
    max-width: 100%;
    flex: 0 1 auto;
    margin-right: auto;
  }

  .bzv7-header-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .bzv7-icon-btn {
    display: none;
  }

  .bzv7-menu-btn {
    display: grid;
    height: 42px;
    padding-inline: 13px;
    font-size: 14px;
  }

  .bzv7-mobile-nav {
    width: 100%;
    max-width: 100%;
    padding: 8px 18px 22px;
  }

  .bzv7-hero-wrap {
    padding-top: 14px;
    background: #061827;
  }

  .bzv7-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "main"
      "side"
      "deck";
    gap: 14px;
    width: calc(100% - 28px);
  }

  .bzv7-hero-main {
    grid-area: main;
    width: 100%;
    min-height: 580px;
    border-radius: 17px;
    transform: none !important;
  }

  .bzv7-hero-image {
    object-position: 55% 54%;
  }

  .bzv7-hero-shade {
    background: linear-gradient(0deg, rgba(2,12,24,.98) 0%, rgba(2,12,24,.79) 34%, rgba(2,12,24,.30) 72%, rgba(2,12,24,.10) 100%);
  }

  .bzv7-hero-copy {
    inset: auto 22px 24px;
    width: auto;
    max-width: none;
    transform: none;
  }

  .bzv7-kicker {
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 1.35;
  }

  .bzv7-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 13vw, 3.85rem);
    line-height: .92;
    overflow-wrap: normal;
  }

  .bzv7-hero-copy p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.5;
  }

  .bzv7-meta {
    display: none;
  }

  .bzv7-arrow-link {
    margin-top: 17px;
    font-size: 14px;
  }

  .bzv7-hero-side {
    grid-area: side;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 14px;
    width: 100%;
    height: auto;
  }

  .bzv7-side-story {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 17px;
    transform: none !important;
  }

  .bzv7-side-story--hospital img,
  .bzv7-side-story--fraud img {
    object-position: 50% 50%;
  }

  .bzv7-side-copy {
    inset: auto 21px 20px;
    gap: 6px;
    transform: none;
  }

  .bzv7-side-copy strong {
    max-width: 100%;
    font-size: clamp(1.65rem, 8vw, 2.2rem);
    line-height: 1;
  }

  .bzv7-week-deck {
    grid-area: deck;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
  }

  .bzv7-week-card {
    width: 100%;
    min-height: 0;
    padding: 18px 19px 17px;
    gap: 7px;
    border-radius: 14px;
  }

  .bzv7-week-card strong {
    font-size: 1.28rem;
    line-height: 1.08;
  }

  .bzv7-radio {
    padding: 18px 0 30px;
    overflow: hidden;
  }

  .bzv7-radio-inner {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-areas:
      "brand brand"
      "play link";
    gap: 13px 14px;
    width: 100%;
    min-height: 0;
    padding: 17px;
    border-radius: 18px;
    transform: none;
    overflow: hidden;
  }

  .bzv7-radio-brand {
    grid-area: brand;
    min-width: 0;
  }

  .bzv7-radio-brand b {
    font-size: 24px;
  }

  .bzv7-radio-brand small {
    font-size: 12px;
    line-height: 1.35;
  }

  .bzv7-play {
    grid-area: play;
    width: 54px;
    height: 54px;
    transform: none;
  }

  .bzv7-wave,
  .bzv7-radio-now {
    display: none;
  }

  .bzv7-radio-link {
    grid-area: link;
    justify-self: end;
    align-self: center;
    max-width: 100%;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .bzv7-home-focus {
    padding: 0 0 28px;
  }

  .bzv7-home-focus-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: calc(100% - 28px);
  }

  .bzv7-week-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-height: 0;
    height: auto;
    border-radius: 18px;
    overflow: hidden;
  }

  .bzv7-week-feature img {
    position: relative;
    inset: auto;
    grid-row: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    background: #071a2a;
  }

  .bzv7-week-feature-shade {
    display: none;
  }

  .bzv7-week-feature-copy {
    position: relative;
    inset: auto;
    grid-row: 2;
    width: 100%;
    padding: 27px 23px 29px;
    gap: 12px;
    color: #fff;
    transform: none;
  }

  .bzv7-week-feature-copy small {
    font-size: 9px;
    line-height: 1.35;
  }

  .bzv7-week-feature-copy strong {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    line-height: .94;
  }

  .bzv7-week-feature-copy > span {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.52;
  }

  .bzv7-week-feature-copy em {
    justify-self: start;
    margin-top: 3px;
    padding: 12px 15px;
    font-size: 12px;
  }

  .bzv7-police--home {
    width: 100%;
    min-height: 0;
    border-radius: 18px;
  }

  .bzv7-police header {
    gap: 12px;
    padding: 17px 16px;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .07em;
  }

  .bzv7-police header a {
    flex: 0 0 auto;
    font-size: 8px;
    line-height: 1.25;
    text-align: right;
  }

  .bzv7-police--home .bzv7-police-list a,
  .bzv7-police-list a {
    grid-template-columns: 66px minmax(0, 1fr) 12px;
    gap: 10px;
    min-height: 0;
    padding: 15px 14px;
  }

  .bzv7-police-list time {
    font-size: 9px;
    line-height: 1.35;
  }

  .bzv7-police-list small {
    font-size: 8px;
  }

  .bzv7-police-list strong {
    font-size: 1.02rem;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .bzv7-police-all {
    min-height: 0;
    padding: 15px 16px;
    font-size: 11px;
  }

  .bzv7-departments {
    padding: 26px 0 30px;
  }

  .bzv7-department-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .bzv7-department-card {
    width: 100%;
    padding: 11px;
    border-radius: 16px;
  }

  .bzv7-department-story figure {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .bzv7-department-story > span {
    min-height: 0;
    padding: 16px 5px 10px;
    gap: 7px;
  }

  .bzv7-department-story strong {
    font-size: 1.45rem;
    line-height: 1.08;
  }

  .bzv7-department-all {
    min-height: 0;
    padding: 10px 5px 4px;
    font-size: 11px;
  }

  .bzv7-all-articles {
    padding-top: 18px;
  }

  .bzv7-all-articles a {
    padding: 12px 17px;
    font-size: 12px;
  }

  .bzv7-media-pair {
    padding: 15px 0 38px;
  }

  .bzv7-media-pair-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .bzv7-media-card {
    width: 100%;
    min-height: 420px;
    border-radius: 18px;
  }

  .bzv7-media-card-copy,
  .bzv7-media-card--radio .bzv7-media-card-copy {
    inset: auto 23px 25px;
    width: auto;
    max-width: none;
    gap: 10px;
  }

  .bzv7-media-card-copy small {
    font-size: 10px;
  }

  .bzv7-media-card-copy strong,
  .bzv7-media-card--radio .bzv7-media-card-copy strong {
    max-width: 100%;
    font-size: clamp(2.2rem, 10.6vw, 2.95rem);
    line-height: .96;
    overflow-wrap: normal;
  }

  .bzv7-media-card-copy > span,
  .bzv7-media-card--radio .bzv7-media-card-copy > span {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.45;
  }

  .bzv7-media-card-copy em {
    margin-top: 2px;
    font-size: 12px;
  }

  .bzv7-footer {
    width: 100%;
    max-width: 100%;
    padding: 42px 0 20px;
    overflow: hidden;
  }

  .bzv7-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 27px 20px;
  }

  .bzv7-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .bzv7-footer-grid img {
    width: min(235px, 100%);
  }

  .bzv7-footer-grid p {
    max-width: 320px;
    margin-block: 7px 3px;
    font-size: 13px;
    line-height: 1.5;
  }

  .bzv7-footer-grid small {
    font-size: 11px;
  }

  .bzv7-footer-grid b {
    font-size: 10px;
  }

  .bzv7-footer-grid a {
    font-size: 12px;
    line-height: 1.35;
  }

  .bzv7-footer-bottom {
    margin-top: 32px;
    padding-top: 18px;
    gap: 16px;
    font-size: 10px;
  }

  .bzv7-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 390px) {
  .bzv7-shell,
  .bzv7-hero-grid,
  .bzv7-home-focus-grid {
    width: calc(100% - 22px);
  }

  .bzv7-brand {
    width: min(185px, calc(100vw - 116px));
  }

  .bzv7-menu-btn {
    padding-inline: 11px;
    font-size: 13px;
  }

  .bzv7-hero-main {
    min-height: 550px;
  }

  .bzv7-hero-copy {
    inset-inline: 19px;
  }

  .bzv7-hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.25rem);
  }

  .bzv7-radio-inner {
    padding: 15px;
  }

  .bzv7-radio-link {
    padding-inline: 12px;
    font-size: 11px;
  }

  .bzv7-week-feature-copy {
    padding-inline: 20px;
  }

  .bzv7-week-feature-copy strong {
    font-size: clamp(2.2rem, 11vw, 2.75rem);
  }

  .bzv7-police--home .bzv7-police-list a,
  .bzv7-police-list a {
    grid-template-columns: 58px minmax(0, 1fr) 10px;
    gap: 8px;
    padding-inline: 12px;
  }

  .bzv7-police-list strong {
    font-size: .98rem;
  }

  .bzv7-media-card {
    min-height: 390px;
  }

  .bzv7-footer-grid {
    gap: 25px 16px;
  }
}
