body .et_pb_section.afba-divi-host,
  body .et_pb_section.afba-divi-host > .et_pb_row,
  body .et_pb_section.afba-divi-host .et_pb_row,
  body .et_pb_section.afba-divi-host .et_pb_column,
  body .et_pb_section.afba-divi-host .et_pb_code,
  body .et_pb_section.afba-divi-host .et_pb_code_inner {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #af-backstage-studio,
  #af-backstage-studio * {
    box-sizing: border-box;
  }

  #af-backstage-studio {
    --afba-cream: #f3eee4;
    --afba-paper: #fbf9f5;
    --afba-dark: #0a1119;
    --afba-panel: #111c27;
    --afba-text: #111923;
    --afba-muted: #68727e;
    --afba-red: #e45a63;
    --afba-line: rgba(17, 25, 35, 0.13);
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin: 0 0 0 -50vw !important;
    overflow: hidden;
    color: var(--afba-text);
    background: var(--afba-cream);
    font-family: Nunito, Arial, sans-serif;
  }

  #af-backstage-studio button,
  #af-backstage-studio input,
  #af-backstage-studio select {
    font: inherit;
  }

  #af-backstage-studio button,
  #af-backstage-studio a {
    -webkit-tap-highlight-color: transparent;
  }

  #af-backstage-studio :focus-visible {
    outline: 3px solid #ff7b83;
    outline-offset: 3px;
  }

  #af-backstage-studio .afba-shell {
    width: min(1360px, calc(100vw - 72px));
    margin: 0 auto;
  }

  #af-backstage-studio .afba-source {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  #af-backstage-studio .afba-hero {
    position: relative;
    min-height: min(760px, 82vh);
    overflow: hidden;
    color: #fff;
    background: var(--afba-dark);
  }

  #af-backstage-studio .afba-hero-image,
  #af-backstage-studio .afba-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  #af-backstage-studio .afba-hero-image {
    object-fit: cover;
    object-position: center 42%;
    filter: saturate(0.92) contrast(1.02);
  }

  #af-backstage-studio .afba-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 10, 17, 0.94) 0%, rgba(5, 10, 17, 0.68) 42%, rgba(5, 10, 17, 0.14) 78%),
      linear-gradient(180deg, rgba(5, 10, 17, 0.08) 25%, rgba(5, 10, 17, 0.82) 100%);
  }

  #af-backstage-studio .afba-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: min(760px, 82vh);
    padding: 96px 0 72px;
  }

  #af-backstage-studio .afba-kicker {
    margin: 0 0 14px;
    color: var(--afba-red);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.15em;
  }

  #af-backstage-studio .afba-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(58px, 9vw, 132px);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.065em;
  }

  #af-backstage-studio .afba-lead {
    max-width: 700px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
  }

  #af-backstage-studio .afba-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }

  #af-backstage-studio .afba-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
  }

  #af-backstage-studio .afba-button-primary {
    border-color: var(--afba-red);
    background: var(--afba-red);
    box-shadow: 0 16px 36px rgba(228, 90, 99, 0.25);
  }

  #af-backstage-studio .afba-content {
    padding: clamp(74px, 8vw, 112px) 0 100px;
    background:
      radial-gradient(circle at 92% 6%, rgba(255, 255, 255, 0.75), transparent 30%),
      var(--afba-cream);
  }

  #af-backstage-studio .afba-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: end;
  }

  #af-backstage-studio .afba-intro > div:first-child {
    max-width: 780px;
  }

  #af-backstage-studio .afba-intro h2,
  #af-backstage-studio .afba-results-head h2 {
    margin: 0;
    color: var(--afba-text);
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
  }

  #af-backstage-studio .afba-intro > div:first-child > p:last-child {
    max-width: 700px;
    margin: 20px 0 0;
    color: var(--afba-muted);
    font-size: 17px;
    line-height: 1.7;
  }

  #af-backstage-studio .afba-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 10px;
  }

  #af-backstage-studio .afba-stats > div {
    min-width: 120px;
    padding: 18px 20px;
    border: 1px solid var(--afba-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.62);
    text-align: center;
  }

  #af-backstage-studio .afba-stats strong,
  #af-backstage-studio .afba-stats span {
    display: block;
  }

  #af-backstage-studio .afba-stats strong {
    font-size: 28px;
    line-height: 1;
  }

  #af-backstage-studio .afba-stats span {
    margin-top: 6px;
    color: var(--afba-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  #af-backstage-studio .afba-filter {
    margin-top: 52px;
    padding: 24px;
    border: 1px solid var(--afba-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 52px rgba(34, 40, 46, 0.09);
    backdrop-filter: blur(12px);
  }

  #af-backstage-studio .afba-filter-form {
    display: grid;
    grid-template-columns: minmax(280px, 1.5fr) repeat(2, minmax(150px, 0.65fr)) auto auto;
    gap: 12px;
    align-items: end;
  }

  #af-backstage-studio .afba-filter-form label > span:first-child,
  #af-backstage-studio .afba-per-page > span {
    display: block;
    margin-bottom: 7px;
    color: #4e5965;
    font-size: 12px;
    font-weight: 900;
  }

  #af-backstage-studio .afba-search-field {
    position: relative;
    display: block;
  }

  #af-backstage-studio .afba-filter input,
  #af-backstage-studio .afba-filter select,
  #af-backstage-studio .afba-per-page select {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(17, 25, 35, 0.16);
    border-radius: 12px;
    color: var(--afba-text);
    background: #fff;
    font-size: 14px;
    font-weight: 800;
  }

  #af-backstage-studio .afba-search input {
    padding-right: 48px;
  }

  #af-backstage-studio .afba-search-clear {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--afba-red);
    background: #f4f1ec;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
  }

  #af-backstage-studio .afba-submit,
  #af-backstage-studio .afba-reset,
  #af-backstage-studio .afba-empty button {
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid var(--afba-red);
    border-radius: 12px;
    color: #fff;
    background: var(--afba-red);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }

  #af-backstage-studio .afba-reset {
    grid-column: 1 / -1;
    justify-self: end;
    min-height: 34px;
    padding: 0;
    border: 0;
    color: var(--afba-red);
    background: transparent;
  }

  #af-backstage-studio .afba-active {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--afba-line);
  }

  #af-backstage-studio .afba-active > span {
    color: var(--afba-muted);
    font-size: 12px;
    font-weight: 900;
  }

  #af-backstage-studio .afba-active > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  #af-backstage-studio .afba-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid var(--afba-line);
    border-radius: 999px;
    color: var(--afba-text);
    background: #fff;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
  }

  #af-backstage-studio .afba-chip b {
    color: var(--afba-red);
    font-size: 16px;
  }

  #af-backstage-studio .afba-results {
    margin-top: 56px;
    scroll-margin-top: 96px;
  }

  #af-backstage-studio .afba-results-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
  }

  #af-backstage-studio .afba-results-head h2 {
    font-size: clamp(31px, 4vw, 48px);
  }

  #af-backstage-studio .afba-results-head p {
    min-height: 24px;
    margin: 8px 0 0;
    color: var(--afba-muted);
    font-size: 13px;
  }

  #af-backstage-studio .afba-per-page {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #af-backstage-studio .afba-per-page > span {
    margin: 0;
    white-space: nowrap;
  }

  #af-backstage-studio .afba-per-page select {
    width: 82px;
    min-height: 44px;
  }

  #af-backstage-studio .afba-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 14px;
  }

  #af-backstage-studio .afba-card {
    position: relative;
    min-width: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: #17212b;
    box-shadow: 0 15px 35px rgba(25, 31, 38, 0.13);
    cursor: pointer;
    isolation: isolate;
  }

  #af-backstage-studio .afba-card:nth-child(9n + 1),
  #af-backstage-studio .afba-card:nth-child(9n + 6) {
    grid-column: span 2;
    aspect-ratio: 2 / 1;
  }

  #af-backstage-studio .afba-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
  }

  #af-backstage-studio .afba-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 12, 18, 0.02) 30%, rgba(7, 12, 18, 0.9) 100%);
  }

  #af-backstage-studio .afba-card-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 54px 17px 16px;
    text-align: left;
  }

  #af-backstage-studio .afba-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px;
    color: #ff7078;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  #af-backstage-studio .afba-card-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: clamp(15px, 1.4vw, 20px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #af-backstage-studio .afba-card:hover img {
    filter: saturate(1.08);
    transform: scale(1.045);
  }

  #af-backstage-studio .afba-empty {
    padding: 54px 24px;
    border: 1px dashed var(--afba-line);
    border-radius: 18px;
    text-align: center;
  }

  #af-backstage-studio .afba-empty strong {
    display: block;
    font-size: 24px;
  }

  #af-backstage-studio .afba-empty p {
    color: var(--afba-muted);
  }

  #af-backstage-studio .afba-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 34px;
  }

  #af-backstage-studio .afba-pagination button {
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--afba-line);
    border-radius: 999px;
    color: var(--afba-text);
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }

  #af-backstage-studio .afba-pagination button[aria-current="page"] {
    color: #fff;
    border-color: var(--afba-dark);
    background: var(--afba-dark);
  }

  #af-backstage-studio .afba-pagination button:disabled {
    opacity: 0.38;
    cursor: default;
  }

  #af-backstage-studio .afba-subscribe {
    margin-top: 82px;
  }

  #af-backstage-studio .afba-subscribe .afkrs-subscribe {
    margin: 0;
  }

  #af-backstage-studio .afba-dialog {
    width: min(1240px, calc(100vw - 30px));
    max-width: none;
    max-height: calc(100vh - 30px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    color: #fff;
    background: var(--afba-panel);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
  }

  #af-backstage-studio .afba-dialog::backdrop {
    background: rgba(5, 9, 14, 0.84);
    backdrop-filter: blur(9px);
  }

  #af-backstage-studio .afba-dialog-shell {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 30px);
  }

  #af-backstage-studio .afba-dialog-bar {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 12px 16px 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #0c151f;
  }

  #af-backstage-studio .afba-close,
  #af-backstage-studio .afba-nav,
  #af-backstage-studio .afba-share-main,
  #af-backstage-studio .afba-share-menu a,
  #af-backstage-studio .afba-share-menu button,
  #af-backstage-studio .afba-fullscreen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
  }

  #af-backstage-studio .afba-close {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    font-size: 29px;
    font-weight: 400;
  }

  #af-backstage-studio .afba-dialog-share {
    position: relative;
  }

  #af-backstage-studio .afba-share-main {
    min-height: 44px;
    padding: 0 17px;
    border-color: var(--afba-red);
    border-radius: 999px;
    background: var(--afba-red);
  }

  #af-backstage-studio .afba-share-menu {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    z-index: 8;
    display: flex;
    gap: 7px;
    min-width: 420px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: #111c27;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
  }

  #af-backstage-studio .afba-share-menu a,
  #af-backstage-studio .afba-share-menu button {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
  }

  #af-backstage-studio .afba-dialog-main {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
    min-height: 0;
    overflow: auto;
  }

  #af-backstage-studio .afba-lightbox-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 470px;
    margin: 0;
    overflow: hidden;
    background: #05090e;
    touch-action: pan-y;
  }

  #af-backstage-studio .afba-lightbox-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 178px);
    object-fit: contain;
    transition: opacity 0.16s ease;
  }

  #af-backstage-studio .afba-fullscreen {
    position: absolute;
    top: 16px;
    right: 16px;
    min-height: 40px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(5, 9, 14, 0.72);
  }

  #af-backstage-studio .afba-counter {
    position: absolute;
    right: 16px;
    bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(5, 9, 14, 0.72);
    font-size: 12px;
    font-weight: 900;
  }

  #af-backstage-studio .afba-lightbox-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(28px, 4vw, 52px);
    background: var(--afba-panel);
  }

  #af-backstage-studio .afba-lightbox-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  #af-backstage-studio .afba-lightbox-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #d6dde4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  #af-backstage-studio .afba-lightbox-copy h2 {
    margin: 22px 0 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.045em;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
  }

  #af-backstage-studio .afba-lightbox-copy p {
    margin: 22px 0 0;
    color: #b6c0ca;
    font-size: 15px;
    line-height: 1.7;
  }

  #af-backstage-studio .afba-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    background: rgba(5, 9, 14, 0.76);
    font-size: 34px;
    font-weight: 400;
    transform: translateY(-50%);
  }

  #af-backstage-studio .afba-nav-prev {
    left: 14px;
  }

  #af-backstage-studio .afba-nav-next {
    right: calc(27.5% + 14px);
  }

  #af-backstage-studio .afba-filmstrip {
    display: flex;
    gap: 8px;
    min-height: 92px;
    padding: 10px 14px;
    overflow-x: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #0c151f;
    scrollbar-width: thin;
  }

  #af-backstage-studio .afba-thumb {
    flex: 0 0 104px;
    height: 70px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #17212b;
    cursor: pointer;
  }

  #af-backstage-studio .afba-thumb[aria-current="true"] {
    border-color: var(--afba-red);
  }

  #af-backstage-studio .afba-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.afba-dialog-open {
    overflow: hidden;
  }

  @media (max-width: 1100px) {
    #af-backstage-studio .afba-filter-form {
      grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(140px, 0.7fr));
    }

    #af-backstage-studio .afba-submit {
      grid-column: 1 / -1;
      width: 100%;
    }

    #af-backstage-studio .afba-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #af-backstage-studio .afba-card:nth-child(9n + 1),
    #af-backstage-studio .afba-card:nth-child(9n + 6) {
      grid-column: span 2;
      aspect-ratio: 2 / 1;
    }
  }

  @media (max-width: 860px) {
    #af-backstage-studio .afba-shell {
      width: calc(100vw - 38px);
    }

    #af-backstage-studio .afba-hero,
    #af-backstage-studio .afba-hero-inner {
      min-height: 72vh;
    }

    #af-backstage-studio .afba-intro {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    #af-backstage-studio .afba-stats {
      width: 100%;
    }

    #af-backstage-studio .afba-filter-form {
      grid-template-columns: 1fr 1fr;
    }

    #af-backstage-studio .afba-search {
      grid-column: 1 / -1;
    }

    #af-backstage-studio .afba-submit {
      grid-column: auto;
    }

    #af-backstage-studio .afba-reset {
      grid-column: auto;
      justify-self: stretch;
      align-self: center;
    }

    #af-backstage-studio .afba-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #af-backstage-studio .afba-dialog-main {
      grid-template-columns: 1fr;
    }

    #af-backstage-studio .afba-lightbox-media {
      min-height: 52vh;
    }

    #af-backstage-studio .afba-lightbox-media img {
      max-height: 58vh;
    }

    #af-backstage-studio .afba-nav-next {
      right: 14px;
    }

    #af-backstage-studio .afba-lightbox-copy {
      min-height: 220px;
      padding: 26px 24px 32px;
    }
  }

  @media (max-width: 600px) {
    #af-backstage-studio .afba-shell {
      width: calc(100vw - 28px);
    }

    #af-backstage-studio .afba-hero-inner {
      padding-bottom: 44px;
    }

    #af-backstage-studio .afba-hero h1 {
      font-size: clamp(58px, 22vw, 94px);
    }

    #af-backstage-studio .afba-content {
      padding-top: 64px;
    }

    #af-backstage-studio .afba-stats {
      grid-template-columns: repeat(3, 1fr);
      gap: 7px;
    }

    #af-backstage-studio .afba-stats > div {
      min-width: 0;
      padding: 14px 8px;
    }

    #af-backstage-studio .afba-filter {
      padding: 16px;
    }

    #af-backstage-studio .afba-filter-form {
      grid-template-columns: 1fr;
    }

    #af-backstage-studio .afba-search,
    #af-backstage-studio .afba-submit,
    #af-backstage-studio .afba-reset {
      grid-column: auto;
    }

    #af-backstage-studio .afba-results-head {
      align-items: flex-start;
      flex-direction: column;
    }

    #af-backstage-studio .afba-grid {
      gap: 8px;
    }

    #af-backstage-studio .afba-card,
    #af-backstage-studio .afba-card:nth-child(n) {
      grid-column: span 1;
      grid-row: span 1;
      aspect-ratio: 1 / 1;
      border-radius: 12px;
    }

    #af-backstage-studio .afba-card-copy {
      padding: 36px 10px 10px;
    }

    #af-backstage-studio .afba-card-meta {
      font-size: 8px;
    }

    #af-backstage-studio .afba-card-title {
      font-size: 13px;
    }

    #af-backstage-studio .afba-dialog {
      width: calc(100vw - 10px);
      max-height: calc(100vh - 10px);
      border-radius: 16px;
    }

    #af-backstage-studio .afba-dialog-shell {
      max-height: calc(100vh - 10px);
    }

    #af-backstage-studio .afba-dialog-bar {
      min-height: 62px;
      padding: 8px 10px;
    }

    #af-backstage-studio .afba-share-menu {
      position: fixed;
      top: 70px;
      right: 10px;
      left: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      min-width: 0;
    }

    #af-backstage-studio .afba-lightbox-media {
      min-height: 48vh;
    }

    #af-backstage-studio .afba-lightbox-copy h2 {
      font-size: 31px;
    }

    #af-backstage-studio .afba-filmstrip {
      min-height: 80px;
      padding: 8px 10px;
    }

    #af-backstage-studio .afba-thumb {
      flex-basis: 86px;
      height: 60px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #af-backstage-studio *,
    #af-backstage-studio *::before,
    #af-backstage-studio *::after {
      scroll-behavior: auto !important;
      animation: none !important;
      transition-duration: 0.01ms !important;
    }
  }

/* Version 2.5.1: stabile Lightbox, saubere Navigation und eigenes Abo Layout */
#af-backstage-studio .afba-pagination > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 42px;
  color: #7a838d;
  font-size: 16px;
  font-weight: 900;
}

#af-backstage-studio .afba-card.is-image-error {
  background: linear-gradient(145deg, #182430, #0e1822);
}

#af-backstage-studio .afba-card.is-image-error img {
  opacity: 0;
}

#af-backstage-studio .afba-dialog {
  width: min(1380px, calc(100vw - 28px));
  height: min(820px, calc(100vh - 28px));
  max-height: calc(100vh - 28px);
}

#af-backstage-studio .afba-dialog-shell {
  height: 100%;
  max-height: none;
  overflow: hidden;
}

#af-backstage-studio .afba-dialog-main {
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, .58fr);
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

#af-backstage-studio .afba-lightbox-media {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

#af-backstage-studio .afba-lightbox-media img {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

#af-backstage-studio .afba-lightbox-copy {
  justify-content: flex-start;
  max-height: 100%;
  padding: clamp(28px, 3.2vw, 48px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

#af-backstage-studio .afba-lightbox-copy h2 {
  max-width: 100%;
  margin-top: 20px;
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1.06;
  letter-spacing: -.038em;
  hyphens: auto;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: pretty;
}

#af-backstage-studio .afba-lightbox-copy h2.is-long {
  font-size: clamp(25px, 2.65vw, 39px);
}

#af-backstage-studio .afba-lightbox-copy h2.is-very-long {
  font-size: clamp(22px, 2.25vw, 34px);
  line-height: 1.12;
}

#af-backstage-studio .afba-lightbox-copy p {
  max-width: 52ch;
  margin-top: 20px;
  overflow-wrap: anywhere;
}

#af-backstage-studio .afba-nav-prev {
  left: 14px;
}

#af-backstage-studio .afba-nav-next {
  right: 14px;
}

#af-backstage-studio .afba-filmstrip {
  flex: 0 0 92px;
  min-width: 0;
  max-width: 100%;
}

#af-backstage-studio .afba-subscribe {
  margin-top: clamp(58px, 7vw, 86px);
}

#af-backstage-studio .afba-subscribe .afkrs-subscribe,
#af-backstage-studio .afba-subscribe .afkrs-subscribe.is-compact {
  grid-template-columns: minmax(300px, .88fr) minmax(420px, 1.12fr);
  gap: clamp(28px, 4vw, 58px);
  width: 100%;
  margin: 0;
  padding: clamp(30px, 4vw, 56px);
  border-radius: 24px;
}

#af-backstage-studio .afba-subscribe .afkrs-subscribe-form {
  width: 100%;
  margin: 0;
}

#af-backstage-studio .afba-subscribe .afkrs-consent,
#af-backstage-studio .afba-subscribe .afkrs-consent span {
  color: rgba(255,255,255,.9) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

#af-backstage-studio .afba-subscribe .afkrs-subscribe-meta,
#af-backstage-studio .afba-subscribe .afkrs-subscribe-meta span {
  color: rgba(255,255,255,.68) !important;
}

#af-backstage-studio .afba-subscribe .afkrs-subscribe-meta a {
  color: #fff !important;
}

@media (max-width: 980px) {
  #af-backstage-studio .afba-subscribe .afkrs-subscribe,
  #af-backstage-studio .afba-subscribe .afkrs-subscribe.is-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  #af-backstage-studio .afba-dialog-main {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #af-backstage-studio .afba-lightbox-media {
    flex: 0 0 min(56vh, 560px);
    height: min(56vh, 560px);
    min-height: 320px;
  }

  #af-backstage-studio .afba-lightbox-copy {
    flex: 0 0 auto;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 600px) {
  #af-backstage-studio .afba-dialog {
    width: calc(100vw - 8px);
    height: calc(100vh - 8px);
    max-height: calc(100vh - 8px);
  }

  #af-backstage-studio .afba-dialog-shell {
    height: 100%;
    max-height: none;
  }

  #af-backstage-studio .afba-lightbox-media {
    flex-basis: 48vh;
    height: 48vh;
    min-height: 280px;
  }

  #af-backstage-studio .afba-lightbox-copy {
    padding: 24px 20px 30px;
  }

  #af-backstage-studio .afba-lightbox-copy h2,
  #af-backstage-studio .afba-lightbox-copy h2.is-long,
  #af-backstage-studio .afba-lightbox-copy h2.is-very-long {
    font-size: clamp(25px, 8.5vw, 34px);
    line-height: 1.08;
  }

  #af-backstage-studio .afba-filmstrip {
    flex-basis: 80px;
  }

  #af-backstage-studio .afba-subscribe .afkrs-subscribe,
  #af-backstage-studio .afba-subscribe .afkrs-subscribe.is-compact {
    padding: 24px 18px;
    border-radius: 18px;
  }

  #af-backstage-studio .afba-subscribe .afkrs-subscribe-inputrow {
    grid-template-columns: 1fr;
  }

  #af-backstage-studio .afba-subscribe .afkrs-subscribe-form button {
    width: 100%;
  }
}

/* Version 2.5.3: gewünschtes Hero und robuste Senderlogos in der Lightbox */
#af-backstage-studio [hidden] {
  display: none !important;
}

#af-backstage-studio .afba-hero,
#af-backstage-studio .afba-hero-inner {
  min-height: clamp(560px, 70vh, 720px);
}

#af-backstage-studio .afba-hero-image {
  object-position: var(--afba-hero-position, 62% 48%);
}

#af-backstage-studio .afba-intro {
  align-items: center;
}

#af-backstage-studio .afba-active {
  padding-top: 16px;
}

#af-backstage-studio .afba-active > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#af-backstage-studio .afba-lightbox-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: #fff;
}

#af-backstage-studio .afba-lightbox-logo img {
  display: block;
  width: auto;
  max-width: 92px;
  height: 22px;
  object-fit: contain;
}

@media (max-width: 860px) {
  #af-backstage-studio .afba-hero,
  #af-backstage-studio .afba-hero-inner {
    min-height: clamp(540px, 70vh, 660px);
  }

  #af-backstage-studio .afba-hero-image {
    object-position: 68% 48%;
  }
}

@media (max-width: 600px) {
  #af-backstage-studio .afba-hero,
  #af-backstage-studio .afba-hero-inner {
    min-height: 600px;
  }

  #af-backstage-studio .afba-hero-image {
    object-position: 72% 50%;
  }
}

/* 2.6.0 Serverarchiv und professionelle Detailansicht */
#af-backstage-studio .afba-filter-form{
  grid-template-columns:minmax(250px,1.5fr) repeat(3,minmax(145px,.72fr)) auto;
}
#af-backstage-studio .afba-reset{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
#af-backstage-studio .afba-active [data-afba-chips]{display:flex;flex-wrap:wrap;gap:8px}
#af-backstage-studio .afba-active [data-afba-chips] a{
  display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid var(--afba-line);border-radius:999px;color:var(--afba-text);background:#fff;font-size:12px;font-weight:900;text-decoration:none
}
#af-backstage-studio .afba-active [data-afba-chips] b{color:var(--afba-red);font-size:16px}
#af-backstage-studio .afba-loading{
  display:flex;align-items:center;justify-content:center;gap:12px;min-height:82px;margin-bottom:18px;border:1px solid var(--afba-line);border-radius:16px;color:var(--afba-muted);background:rgba(255,255,255,.72)
}
#af-backstage-studio .afba-loading span{width:22px;height:22px;border:3px solid rgba(17,25,35,.14);border-top-color:var(--afba-red);border-radius:50%;animation:afba-spin .7s linear infinite}
@keyframes afba-spin{to{transform:rotate(360deg)}}
#af-backstage-studio .afba-filter-form.is-loading{opacity:.72;pointer-events:none}
#af-backstage-studio .afba-pagination a{
  display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 13px;border:1px solid var(--afba-line);border-radius:999px;color:var(--afba-text);background:#fff;font-weight:900;text-decoration:none
}
#af-backstage-studio .afba-pagination a[aria-current="page"]{color:#fff;border-color:var(--afba-dark);background:var(--afba-dark)}
#af-backstage-studio .afba-pagination a.is-disabled{opacity:.42;pointer-events:none}
#af-backstage-studio .afba-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;color:var(--afba-muted);font-weight:900}
#af-backstage-studio .afba-card-title{hyphens:none;word-break:normal;overflow-wrap:break-word}
#af-backstage-studio .afba-dialog-main{min-width:0}
#af-backstage-studio .afba-lightbox-copy{
  min-width:0;overflow:auto;overscroll-behavior:contain;padding-bottom:34px
}
#af-backstage-studio .afba-lightbox-copy h2{
  max-width:100%;font-size:clamp(28px,3.5vw,52px);line-height:1.03;hyphens:none;word-break:normal;overflow-wrap:break-word
}
#af-backstage-studio .afba-lightbox-copy>p{
  max-width:48ch;white-space:normal;overflow:visible;display:block;-webkit-line-clamp:unset
}
#af-backstage-studio .afba-lightbox-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
#af-backstage-studio .afba-lightbox-meta>span:not(.afba-lightbox-logo){display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#d5dce3;font-size:11px;font-weight:900}
#af-backstage-studio .afba-lightbox-logo{display:inline-flex!important;align-items:center;justify-content:center;min-width:78px;height:38px;padding:5px 9px;border-radius:9px;background:#fff}
#af-backstage-studio .afba-lightbox-logo[hidden]{display:none!important}
#af-backstage-studio .afba-lightbox-logo img{display:block;max-width:100px;max-height:25px;object-fit:contain}
#af-backstage-studio .afba-lightbox-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%;margin-top:18px}
#af-backstage-studio .afba-lightbox-facts[hidden]{display:none}
#af-backstage-studio .afba-lightbox-facts span{display:grid;gap:4px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.04)}
#af-backstage-studio .afba-lightbox-facts small{color:#8f9ba7;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
#af-backstage-studio .afba-lightbox-facts b{color:#fff;font-size:13px}
#af-backstage-studio .afba-post-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:22px;padding:0 16px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;text-decoration:none;font-weight:900}
#af-backstage-studio .afba-subscribe .afkrs-subscribe{margin-top:0}

@media(max-width:1180px){
  #af-backstage-studio .afba-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}
  #af-backstage-studio .afba-search{grid-column:1/-1}
  #af-backstage-studio .afba-submit{grid-column:auto}
  #af-backstage-studio .afba-reset{grid-column:auto;justify-self:end}
}
@media(max-width:700px){
  #af-backstage-studio .afba-filter-form{grid-template-columns:1fr}
  #af-backstage-studio .afba-search,#af-backstage-studio .afba-submit,#af-backstage-studio .afba-reset{grid-column:1}
  #af-backstage-studio .afba-reset{justify-self:stretch;min-height:42px}
  #af-backstage-studio .afba-lightbox-facts{grid-template-columns:1fr}
  #af-backstage-studio .afba-lightbox-copy{overflow:visible}
}

/* Version 2.6.0: echte Foto Links */
#af-backstage-studio .afba-card{text-decoration:none}


/* Version 2.6.1: ruhige Lightbox, lesbare Titel und saubere Vorschaubilder */
#af-backstage-studio,
#af-backstage-studio button,
#af-backstage-studio input,
#af-backstage-studio select,
#af-backstage-studio textarea {
  font-family: Nunito, Arial, sans-serif !important;
}

#af-backstage-studio .afba-dialog-main {
  grid-template-columns: minmax(0, 1.42fr) minmax(410px, .72fr);
}

#af-backstage-studio .afba-lightbox-copy {
  padding: clamp(28px, 2.8vw, 42px);
}

#af-backstage-studio .afba-lightbox-copy h2,
#af-backstage-studio .afba-lightbox-copy h2.is-long,
#af-backstage-studio .afba-lightbox-copy h2.is-very-long {
  max-width: 100%;
  font-size: clamp(27px, 2.45vw, 40px);
  line-height: 1.08;
  letter-spacing: -.03em;
  hyphens: none;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

#af-backstage-studio .afba-lightbox-copy h2.is-long {
  font-size: clamp(25px, 2.2vw, 36px);
}

#af-backstage-studio .afba-lightbox-copy h2.is-very-long {
  font-size: clamp(23px, 1.95vw, 32px);
}

#af-backstage-studio .afba-lightbox-copy > p {
  overflow-wrap: break-word;
}

#af-backstage-studio .afba-filmstrip {
  gap: 9px;
  padding: 10px 14px;
  background: #09131d;
}

#af-backstage-studio .afba-filmstrip .afba-thumb {
  display: block;
  flex: 0 0 106px;
  width: 106px;
  height: 70px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #111c27;
  box-shadow: none;
  cursor: pointer;
}

#af-backstage-studio .afba-filmstrip .afba-thumb.is-active,
#af-backstage-studio .afba-filmstrip .afba-thumb[aria-current="true"] {
  border-color: var(--afba-red);
}

#af-backstage-studio .afba-filmstrip .afba-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
  background: #111c27;
}

@media (max-width: 1040px) {
  #af-backstage-studio .afba-dialog-main {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  #af-backstage-studio .afba-lightbox-media {
    flex: 0 0 min(58vh, 600px);
    height: min(58vh, 600px);
  }
  #af-backstage-studio .afba-lightbox-copy {
    overflow: visible;
  }
}

@media (max-width: 600px) {
  #af-backstage-studio .afba-lightbox-copy h2,
  #af-backstage-studio .afba-lightbox-copy h2.is-long,
  #af-backstage-studio .afba-lightbox-copy h2.is-very-long {
    font-size: clamp(25px, 8vw, 34px);
    word-break: normal;
    overflow-wrap: normal;
  }
  #af-backstage-studio .afba-filmstrip .afba-thumb {
    flex-basis: 88px;
    width: 88px;
    height: 60px;
  }
}

/* Version 2.6.2: vollständige Titel, breitere Infospalte und ruhiger Filmstreifen */
#af-backstage-studio .afba-dialog {
  width: min(1500px, calc(100vw - 24px));
  height: min(880px, calc(100vh - 24px));
  max-height: calc(100vh - 24px);
}

#af-backstage-studio .afba-dialog-main {
  grid-template-columns: minmax(0, 1.28fr) minmax(470px, .78fr);
}

#af-backstage-studio .afba-lightbox-copy {
  min-width: 0;
  padding: clamp(30px, 3vw, 48px);
  overflow-x: hidden;
}

#af-backstage-studio .afba-lightbox-copy h2,
#af-backstage-studio .afba-lightbox-copy h2.is-long,
#af-backstage-studio .afba-lightbox-copy h2.is-very-long {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: wrap;
  font-size: clamp(28px, 2.55vw, 42px);
  line-height: 1.06;
}

#af-backstage-studio .afba-lightbox-copy h2.is-long {
  font-size: clamp(26px, 2.25vw, 38px);
}

#af-backstage-studio .afba-lightbox-copy h2.is-very-long {
  font-size: clamp(23px, 1.95vw, 34px);
}

#af-backstage-studio .afba-lightbox-media,
#af-backstage-studio .afba-lightbox-media img {
  background: #02070c;
}

#af-backstage-studio .afba-lightbox-media img {
  object-fit: contain !important;
  object-position: center !important;
}

#af-backstage-studio .afba-filmstrip {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

#af-backstage-studio .afba-filmstrip::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

#af-backstage-studio .afba-filmstrip .afba-thumb {
  appearance: none;
  border: 2px solid transparent !important;
  outline: 0;
  background: #111c27 !important;
  box-shadow: none !important;
}

#af-backstage-studio .afba-filmstrip .afba-thumb.is-active,
#af-backstage-studio .afba-filmstrip .afba-thumb[aria-current="true"] {
  border-color: var(--afba-red) !important;
}

#af-backstage-studio .afba-filmstrip .afba-thumb img {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1120px) {
  #af-backstage-studio .afba-dialog-main {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  #af-backstage-studio .afba-lightbox-media {
    flex: 0 0 min(58vh, 600px);
    height: min(58vh, 600px);
  }

  #af-backstage-studio .afba-lightbox-copy {
    overflow: visible;
  }
}

@media (max-width: 600px) {
  #af-backstage-studio .afba-lightbox-copy h2,
  #af-backstage-studio .afba-lightbox-copy h2.is-long,
  #af-backstage-studio .afba-lightbox-copy h2.is-very-long {
    font-size: clamp(25px, 8vw, 34px);
  }
}
