    /* =========================================================
       Asta Scelta – Galerie Belétage
       Seite: galerie-beletage.html
       ========================================================= */

    body.gallery-beletage {
      background: #09090b;
      color: #f7f1e4;
    }

    .gallery-page {
      min-height: 100vh;
      background:
        radial-gradient(circle at 50% 0%, rgba(214, 179, 106, 0.18), transparent 34%),
        linear-gradient(180deg, #08080a 0%, #111014 52%, #07070a 100%);
    }

    .gallery-hero {
      position: relative;
      overflow: hidden;
      padding: 78px 0 84px;
      isolation: isolate;
    }

    .gallery-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background-image:
        linear-gradient(90deg, rgba(8,8,10,0.96) 0%, rgba(8,8,10,0.78) 34%, rgba(8,8,10,0.42) 100%),
        url("../img/auktion/backgrounds/galerie-beletage-bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 1;
      pointer-events: none;
    }

    .gallery-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        radial-gradient(circle at 82% 24%, rgba(214,179,106,0.20), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(8,8,10,0.92));
      pointer-events: none;
    }

    .gallery-container {
      position: relative;
      z-index: 1;
      width: min(100% - 40px, var(--container, 1280px));
      margin-inline: auto;
    }

    .gallery-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 28px;
      align-items: end;
      margin-bottom: 34px;
    }

    .gallery-kicker {
      margin: 0 0 14px;
      color: var(--accent, #d6b36a);
      text-transform: uppercase;
      letter-spacing: 0.20em;
      font-size: 0.76rem;
      font-weight: 850;
    }

    .gallery-head h1 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(4rem, 7vw, 7.8rem);
      line-height: 0.88;
      letter-spacing: -0.07em;
      color: #f7f1e4;
    }

    .gallery-lead {
      max-width: 660px;
      margin: 22px 0 0;
      color: rgba(247,241,228,0.72);
      font-size: 1.12rem;
      line-height: 1.75;
    }

    .gallery-emblem {
      text-align: right;
      color: var(--accent, #d6b36a);
      opacity: 0.92;
    }

    .gallery-emblem img {
      width: 132px;
      height: auto;
      object-fit: contain;
      margin-bottom: 8px;
      filter: drop-shadow(0 18px 32px rgba(0,0,0,0.36));
    }

    .gallery-emblem span {
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.32em;
      font-size: 0.76rem;
      font-weight: 800;
    }

    .gallery-category-bar {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      gap: 8px;
      padding: 12px;
      margin-bottom: 22px;
      border-radius: 24px;
      background: rgba(15,14,16,0.86);
      border: 1px solid rgba(214,179,106,0.12);
      box-shadow: 0 22px 58px rgba(0,0,0,0.28);
      backdrop-filter: blur(18px);
    }

    .gallery-category {
      display: grid;
      place-items: center;
      gap: 8px;
      min-height: 86px;
      padding: 12px 10px;
      border-radius: 18px;
      color: rgba(247,241,228,0.78);
      text-decoration: none;
      font-weight: 800;
      font-size: 0.82rem;
      transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
      border: 1px solid transparent;
    }

    .gallery-category svg {
      width: 28px;
      height: 28px;
      stroke: currentColor;
      stroke-width: 1.7;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.9;
    }

    .gallery-category.is-active,
    .gallery-category:hover {
      transform: translateY(-1px);
      color: #f7d98a;
      background: rgba(214,179,106,0.12);
      border-color: rgba(214,179,106,0.36);
    }

    .gallery-info-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
      gap: 16px;
      align-items: center;
      padding: 18px 22px;
      margin-bottom: 26px;
      border-radius: 22px;
      background: rgba(15,14,16,0.84);
      border: 1px solid rgba(214,179,106,0.12);
      box-shadow: 0 22px 56px rgba(0,0,0,0.26);
      backdrop-filter: blur(18px);
    }

    .gallery-info-item {
      display: grid;
      grid-template-columns: 40px 1fr;
      gap: 12px;
      align-items: center;
    }

    .gallery-info-icon {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      border: 1px solid rgba(214,179,106,0.48);
      color: #d6b36a;
      font-weight: 900;
    }

    .gallery-info-item strong {
      display: block;
      color: #f7f1e4;
      font-size: 0.92rem;
      line-height: 1.2;
    }

    .gallery-info-item span {
      display: block;
      margin-top: 3px;
      color: rgba(247,241,228,0.62);
      font-size: 0.82rem;
      line-height: 1.35;
    }

    .gallery-filter-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 20px;
      border-radius: 999px;
      border: 1px solid rgba(214,179,106,0.42);
      background: rgba(214,179,106,0.10);
      color: #f7f1e4;
      font-weight: 850;
      text-decoration: none;
      white-space: nowrap;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .gallery-card {
      overflow: hidden;
      border-radius: 24px;
      background: rgba(15,14,16,0.90);
      border: 1px solid rgba(214,179,106,0.13);
      box-shadow: 0 24px 62px rgba(0,0,0,0.34);
      color: inherit;
      text-decoration: none;
      transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }

    .gallery-card:hover {
      transform: translateY(-3px);
      border-color: rgba(214,179,106,0.42);
      box-shadow: 0 30px 76px rgba(0,0,0,0.42);
    }

    .gallery-card-media {
      position: relative;
      height: 238px;
      overflow: hidden;
      background: #101014;
    }

    .gallery-card-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform 0.28s ease;
      filter: saturate(0.94) contrast(1.04);
    }

    .gallery-card:hover .gallery-card-media img {
      transform: scale(1.035);
    }

    .gallery-card-badge {
      position: absolute;
      left: 16px;
      bottom: 16px;
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 6px 11px;
      border-radius: 999px;
      background: rgba(214,179,106,0.92);
      color: #17120a;
      font-size: 0.68rem;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .gallery-card-premium {
      position: absolute;
      top: 14px;
      left: 14px;
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 6px 11px;
      border-radius: 999px;
      background: rgba(8,8,10,0.78);
      border: 1px solid rgba(214,179,106,0.26);
      color: #f7d98a;
      font-size: 0.66rem;
      font-weight: 900;
      letter-spacing: 0.10em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
    }

    .gallery-watch {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: rgba(8,8,10,0.74);
      border: 1px solid rgba(214,179,106,0.18);
      color: #f7f1e4;
      font-size: 1.2rem;
      box-shadow: 0 10px 24px rgba(0,0,0,0.24);
      backdrop-filter: blur(12px);
    }

    .gallery-card-body {
      padding: 20px 20px 18px;
    }

    .gallery-card-body h2 {
      margin: 0;
      color: #f7f1e4;
      font-size: 1.14rem;
      line-height: 1.25;
      letter-spacing: -0.025em;
    }

    .gallery-meta {
      margin: 7px 0 14px;
      color: rgba(247,241,228,0.62);
      font-size: 0.88rem;
      line-height: 1.45;
    }

    .gallery-status {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      color: #8fe0aa;
      font-size: 0.86rem;
      font-weight: 800;
    }

    .gallery-status i {
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 999px;
      background: #39b56d;
      box-shadow: 0 0 0 4px rgba(57,181,109,0.14);
    }

    .gallery-status.is-prepared {
      color: #9fc8ff;
    }

    .gallery-status.is-prepared i {
      background: #4d8fe8;
      box-shadow: 0 0 0 4px rgba(77,143,232,0.14);
    }

    .gallery-card-action {
      display: grid;
      grid-template-columns: 1fr 44px;
      gap: 10px;
      align-items: center;
    }

    .gallery-card-action span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 44px;
      padding: 11px 18px;
      border-radius: 999px;
      border: 1px solid rgba(214,179,106,0.34);
      color: #f7f1e4;
      font-weight: 850;
      background: rgba(255,255,255,0.04);
    }

    .gallery-card-action b {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      border: 1px solid rgba(214,179,106,0.34);
      color: #f7f1e4;
      font-size: 1.2rem;
      background: rgba(255,255,255,0.04);
    }

    .gallery-card:hover .gallery-card-action span,
    .gallery-card:hover .gallery-card-action b {
      background: var(--accent, #d6b36a);
      border-color: var(--accent, #d6b36a);
      color: #17150f;
    }

    .gallery-back-row {
      display: flex;
      justify-content: center;
      margin: 62px 0 0;
    }

    .gallery-back-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 13px 26px;
      border-radius: 999px;
      border: 1px solid rgba(214,179,106,0.44);
      background: rgba(15,14,16,0.78);
      color: #f7f1e4;
      font-weight: 850;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0 18px 42px rgba(0,0,0,0.28);
      transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
    }

    .gallery-back-button:hover {
      transform: translateY(-2px);
      background: var(--accent, #d6b36a);
      color: #17150f;
    }

    @media (max-width: 1100px) {
      .gallery-category-bar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .gallery-info-strip {
        grid-template-columns: 1fr 1fr;
      }

      .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 760px) {
      .gallery-hero {
        padding: 54px 0 62px;
      }

      .gallery-container {
        width: min(100% - 24px, var(--container, 1280px));
      }

      .gallery-head {
        grid-template-columns: 1fr;
      }

      .gallery-emblem {
        text-align: left;
      }

      .gallery-emblem img {
        width: 96px;
      }

      .gallery-category-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gallery-info-strip,
      .gallery-grid {
        grid-template-columns: 1fr;
      }

      .gallery-card-media {
        height: 220px;
      }
    }


/* Galerie – finale Ergänzungen v17 */
.gallery-card.is-hidden{display:none;}
.gallery-category.is-active{pointer-events:none;}
.gallery-back-button{font-family:inherit;}


body.gallery-beletage .gallery-head h1 {
  color: #f7f1e4;
}
