    /* =========================================================
       Asta Scelta – Galerie Grand Magasin
       Seite: galerie-grand-magasin.html
       ========================================================= */

    body.gallery-grand-magasin {
      background: #f4efe5;
      color: #17150f;
    }

    .gallery-page {
      min-height: 100vh;
      background:
        radial-gradient(circle at 50% 0%, rgba(214, 179, 106, 0.12), transparent 36%),
        linear-gradient(180deg, #fbf7ee 0%, #f1eadc 54%, #e8decd 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(251,247,238,0.94) 0%, rgba(251,247,238,0.82) 36%, rgba(251,247,238,0.52) 100%),
        url("../img/auktion/backgrounds/galerie-grand-magasin-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 84% 24%, rgba(214,179,106,0.16), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(244,239,229,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.18em;
      font-size: 0.76rem;
      font-weight: 850;
    }

    .gallery-head h1 {
      margin: 0;
      font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
      font-weight: 850;
      font-size: clamp(3.2rem, 5.2vw, 5.4rem);
      line-height: 0.96;
      letter-spacing: -0.045em;
      color: #17120a;
    }

    .gallery-lead {
      max-width: 620px;
      margin: 22px 0 0;
      color: #625a4f;
      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;
    }

    .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(255,255,255,0.86);
      border: 1px solid rgba(30, 24, 15, 0.08);
      box-shadow: 0 18px 46px rgba(77, 55, 25, 0.10);
      backdrop-filter: blur(18px);
    }

    .gallery-category {
      display: grid;
      place-items: center;
      gap: 8px;
      min-height: 86px;
      padding: 12px 10px;
      border-radius: 18px;
      color: #2b2720;
      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.86;
    }

    .gallery-category.is-active,
    .gallery-category:hover {
      transform: translateY(-1px);
      color: #9f762d;
      background: rgba(214,179,106,0.10);
      border-color: rgba(214,179,106,0.42);
    }

    .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(255,255,255,0.84);
      border: 1px solid rgba(30, 24, 15, 0.08);
      box-shadow: 0 16px 38px rgba(77, 55, 25, 0.08);
      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: #b28a3c;
      font-weight: 900;
    }

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

    .gallery-info-item span {
      display: block;
      margin-top: 3px;
      color: #766d60;
      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.46);
      background: rgba(255,255,255,0.72);
      color: #17150f;
      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(255,255,255,0.92);
      border: 1px solid rgba(30, 24, 15, 0.08);
      box-shadow: 0 20px 52px rgba(77, 55, 25, 0.12);
      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.38);
      box-shadow: 0 26px 64px rgba(77, 55, 25, 0.16);
    }

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

    .gallery-card-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform 0.28s ease;
    }

    .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-watch {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: rgba(255,255,255,0.88);
      color: #17150f;
      font-size: 1.2rem;
      box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    }

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

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

    .gallery-meta {
      margin: 7px 0 14px;
      color: #766d60;
      font-size: 0.88rem;
      line-height: 1.45;
    }

    .gallery-status {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      color: #3e6f4d;
      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: #496b91;
    }

    .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.42);
      color: #17150f;
      font-weight: 850;
      background: rgba(255,255,255,0.62);
    }

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

    .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(184, 148, 77, 0.46);
      background: rgba(255,255,255,0.78);
      color: #17150f;
      font-weight: 850;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0 14px 34px rgba(24, 18, 9, 0.10);
      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;}
