/* =========================================
   Asta Scelta – Boutique v26
   Hausprofil · Inventar · Resonanz · Teilen
========================================= */

.boutique-page main {
  background: #0b0b0e;
  color: var(--text-main);
}

.boutique-grand-page main {
  background: #f7f3ea;
  color: #17150f;
}

.boutique-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line-soft);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.boutique-bg-grand {
  background-image: url("../img/auktion/backgrounds/passage-grand-magasin-bg.jpg");
}

.boutique-bg-beletage {
  background-image: url("../img/auktion/backgrounds/passage-beletage-bg.jpg");
}

.boutique-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.boutique-grand-page .boutique-hero::before {
  background:
    linear-gradient(90deg, rgba(247,243,234,.96) 0%, rgba(247,243,234,.78) 37%, rgba(247,243,234,.36) 67%, rgba(247,243,234,.12) 100%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(247,243,234,.92));
}

.boutique-beletage-page .boutique-hero::before {
  background:
    linear-gradient(90deg, rgba(7,7,9,.94) 0%, rgba(7,7,9,.74) 38%, rgba(7,7,9,.34) 68%, rgba(7,7,9,.14) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.42));
}

.boutique-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 122px 0 92px;
}

.boutique-hero-content h1 {
  margin: 0;
  font-size: clamp(3.5rem, 7.5vw, 7.2rem);
  line-height: .92;
  font-weight: 850;
  letter-spacing: -.06em;
}

.boutique-grand-page .boutique-hero-content h1,
.boutique-grand-page .boutique-name {
  color: #17120a;
}

.boutique-beletage-page .boutique-hero-content h1,
.boutique-beletage-page .boutique-name {
  color: #f7f2e8;
}

.boutique-name {
  margin: 10px 0 18px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -.035em;
}

.boutique-hero-content .hero-subline {
  max-width: 720px;
  font-size: clamp(1.02rem, 1.7vw, 1.20rem);
  line-height: 1.72;
}

.boutique-grand-page .boutique-hero-content .hero-subline {
  color: #4f473d;
}

.boutique-beletage-page .boutique-hero-content .hero-subline {
  color: rgba(245,242,235,.88);
}

.boutique-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.boutique-grand-page .btn-secondary {
  color: #17150f;
  border-color: rgba(23,18,13,.18);
  background: rgba(255,255,255,.56);
}

.boutique-grand-page .btn-secondary:hover {
  background: rgba(255,255,255,.86);
  border-color: rgba(214,179,106,.38);
}

.boutique-section {
  padding: 76px 0 86px;
}

.boutique-grand-page .boutique-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(214,179,106,.12), transparent 30%),
    #f7f3ea;
}

.boutique-beletage-page .boutique-section {
  background:
    radial-gradient(circle at 82% 0%, rgba(214,179,106,.11), transparent 32%),
    #0b0b0e;
}

.boutique-profile-card {
  display: grid;
  grid-template-columns: 190px 1.05fr 1.55fr;
  gap: 32px;
  align-items: center;
  padding: 28px;
  border-radius: 30px;
  margin-bottom: 34px;
  box-shadow: 0 20px 56px rgba(0,0,0,.16);
}

.boutique-grand-page .boutique-profile-card {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(23,18,13,.08);
}

.boutique-beletage-page .boutique-profile-card {
  background: rgba(13,13,16,.86);
  border: 1px solid rgba(255,255,255,.08);
}

.boutique-emblem {
  min-height: 160px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  background: linear-gradient(145deg, #101013, #1a1710);
  color: var(--accent);
  border: 1px solid rgba(214,179,106,.22);
}

.boutique-emblem span {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(214,179,106,.48);
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: .08em;
}

.boutique-emblem strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.05;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.boutique-profile-copy h2,
.boutique-resonance-box h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.boutique-grand-page .boutique-profile-copy h2,
.boutique-grand-page .boutique-resonance-box h2 {
  color: #17150f;
}

.boutique-beletage-page .boutique-profile-copy h2,
.boutique-beletage-page .boutique-resonance-box h2 {
  color: #f7f2e8;
}

.boutique-profile-copy p:not(.section-kicker),
.boutique-profile-points span,
.boutique-resonance-box p {
  margin: 0;
  line-height: 1.72;
}

.boutique-grand-page .boutique-profile-copy p:not(.section-kicker),
.boutique-grand-page .boutique-profile-points span,
.boutique-grand-page .boutique-resonance-box p {
  color: #5f574d;
}

.boutique-beletage-page .boutique-profile-copy p:not(.section-kicker),
.boutique-beletage-page .boutique-profile-points span,
.boutique-beletage-page .boutique-resonance-box p {
  color: rgba(245,242,235,.70);
}

.boutique-profile-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 20px;
}

.boutique-profile-points div {
  padding: 18px 20px;
}

.boutique-grand-page .boutique-profile-points div {
  background: rgba(247,243,234,.88);
}

.boutique-beletage-page .boutique-profile-points div {
  background: rgba(255,255,255,.045);
}

.boutique-profile-points strong {
  display: block;
  color: var(--accent);
  margin-bottom: 7px;
  line-height: 1.2;
}

.boutique-filter-row {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 26px;
}

.boutique-chips,
.boutique-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.boutique-chips button,
.boutique-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 800;
}

.boutique-chips button {
  cursor: pointer;
  transition: var(--transition);
}

.boutique-grand-page .boutique-chips button,
.boutique-grand-page .boutique-tags span {
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(23,18,13,.08);
  color: #17150f;
}

.boutique-beletage-page .boutique-chips button,
.boutique-beletage-page .boutique-tags span {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(245,242,235,.78);
}

.boutique-chips button.is-active,
.boutique-chips button:hover {
  background: var(--accent);
  border-color: transparent;
  color: #17150f;
}

.boutique-object-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.boutique-object-card {
  overflow: hidden;
  border-radius: 24px;
  background: #111113;
  color: #f7f2e8;
  border: 1px solid rgba(255,255,255,.075);
  box-shadow: 0 18px 46px rgba(0,0,0,.20);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.boutique-object-card:hover {
  transform: translateY(-3px);
  border-color: rgba(214,179,106,.32);
  box-shadow: 0 24px 56px rgba(0,0,0,.26);
}

.object-media {
  min-height: 180px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 55% 20%, rgba(214,179,106,.22), transparent 30%), linear-gradient(145deg, #1c1c1f, #09090a);
  color: var(--accent);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.object-body {
  padding: 20px;
}

.object-label {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.object-body h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.14;
  letter-spacing: -.025em;
}

.object-body p {
  margin: 0 0 16px;
  color: rgba(245,242,235,.72);
  line-height: 1.58;
  font-size: .92rem;
}

.object-link {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .78rem;
}

.object-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 12px;
}

.object-actions button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(245,242,235,.82);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  transition: var(--transition);
}

.object-actions button:hover,
.object-actions button.is-active {
  background: rgba(214,179,106,.18);
  color: #f7f2e8;
}

.boutique-resonance-box {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  padding: 24px;
  border-radius: 26px;
}

.boutique-grand-page .boutique-resonance-box {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(23,18,13,.08);
}

.boutique-beletage-page .boutique-resonance-box {
  background: rgba(13,13,16,.86);
  border: 1px solid rgba(255,255,255,.08);
}

.resonance-icon {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--accent);
  border: 1px solid rgba(214,179,106,.34);
  font-size: 2rem;
}

@media (max-width: 1180px) {
  .boutique-profile-card {
    grid-template-columns: 1fr;
  }

  .boutique-profile-points,
  .boutique-object-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .boutique-filter-row,
  .boutique-resonance-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .boutique-hero-content {
    padding: 108px 0 78px;
  }

  .boutique-profile-points,
  .boutique-object-grid {
    grid-template-columns: 1fr;
  }

  .boutique-profile-card,
  .boutique-resonance-box {
    padding: 20px;
  }
}
