.brands-page,
.brand-detail-page {
  background: #fffaf2;
  color: #17130f;
  min-height: 100vh;
}

.brands-hero,
.brand-detail-hero {
  padding: 88px 0 64px;
  border-bottom: 1px solid rgba(23, 19, 15, .08);
  background:
    radial-gradient(circle at 84% 12%, rgba(197, 161, 110, .18), transparent 34%),
    linear-gradient(135deg, #fffaf2 0%, #f4eadb 100%);
}

.brands-hero__grid,
.brand-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
}

.brands-breadcrumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  color: rgba(23, 19, 15, .45);
  font-size: 13px;
}

.brands-breadcrumbs a {
  color: rgba(23, 19, 15, .56);
  text-decoration: none;
}

.brands-breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: rgba(23, 19, 15, .28);
}

.brands-hero h1,
.brand-detail-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 400;
  line-height: .95;
}

.brands-hero p,
.brand-detail-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(23, 19, 15, .66);
  font-size: 18px;
  line-height: 1.55;
}

.brands-hero__note,
.brand-detail-hero__card {
  border: 1px solid rgba(197, 161, 110, .22);
  border-radius: 34px;
  padding: 28px;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 28px 80px rgba(52, 38, 20, .10);
}

.brands-hero__note span,
.brand-detail-hero__card span {
  display: block;
  margin-bottom: 12px;
  color: #c5a16e;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
}

.brands-hero__note strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.brands-featured,
.brands-all,
.brand-products {
  padding: 64px 0;
}

.brands-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.brands-section-head h2 {
  margin: 6px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
}

.brands-section-head > a {
  color: #17130f;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.brand-feature-card {
  min-height: 220px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(23, 19, 15, .08);
  border-radius: 34px;
  padding: 20px;
  background:
    radial-gradient(circle at 80% 20%, rgba(197, 161, 110, .14), transparent 34%),
    rgba(255, 255, 255, .68);
  color: #17130f;
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(52, 38, 20, .08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.brand-feature-card:hover,
.brand-card:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 161, 110, .42);
  box-shadow: 0 30px 80px rgba(52, 38, 20, .12);
}

.brand-feature-card__media,
.brand-card__logo,
.brand-product-card__image {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(250, 246, 239, .92);
}

.brand-feature-card__media {
  width: 132px;
  height: 132px;
  border-radius: 30px;
}

.brand-feature-card__media img,
.brand-card__logo img,
.brand-product-card__image img,
.brand-detail-hero__card img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
}

.brand-feature-card__media em,
.brand-card__logo em,
.brand-detail-hero__card em {
  color: #c5a16e;
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 48px;
}

.brand-feature-card__body {
  display: grid;
  gap: 8px;
}

.brand-feature-card__body small,
.brand-card__content small,
.brand-product-card__content small {
  color: #c5a16e;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
}

.brand-feature-card__body strong {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
}

.brand-feature-card__body span,
.brand-card__content span {
  color: rgba(23, 19, 15, .58);
  line-height: 1.4;
}

.brands-alpha {
  position: sticky;
  top: 84px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  padding: 14px;
  border: 1px solid rgba(23, 19, 15, .08);
  border-radius: 24px;
  background: rgba(255, 250, 242, .86);
  backdrop-filter: blur(14px);
}

.brands-alpha a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #17130f;
  text-decoration: none;
}

.brands-alpha a:hover {
  background: #17130f;
  color: #fff;
}

.brands-groups {
  display: grid;
  gap: 46px;
}

.brands-group {
  scroll-margin-top: 150px;
}

.brands-group h3 {
  margin: 0 0 18px;
  color: #c5a16e;
  font-family: Georgia, serif;
  font-size: 44px;
  font-weight: 400;
}

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

.brand-card {
  border: 1px solid rgba(23, 19, 15, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 18px 48px rgba(52, 38, 20, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.brand-card__inner {
  min-height: 210px;
  display: grid;
  grid-template-rows: 96px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 18px;
  color: #17130f;
  text-decoration: none;
}

.brand-card__logo {
  width: 96px;
  height: 96px;
  border-radius: 24px;
}

.brand-card__content {
  display: grid;
  gap: 7px;
}

.brand-card__content strong {
  font-size: 20px;
  line-height: 1.15;
}

.brand-card__arrow {
  width: 32px;
  height: 1px;
  background: #c5a16e;
}

.brand-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brand-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #17130f;
  border-radius: 999px;
  padding: 0 22px;
  color: #17130f;
  text-decoration: none;
}

.brand-btn--black {
  background: #17130f;
  color: #fff;
}

.brand-detail-hero__card {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.brand-detail-hero__card div {
  width: 100%;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
}

.brand-detail-hero__card strong {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.brand-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.brand-product-card {
  display: grid;
  border: 1px solid rgba(23, 19, 15, .08);
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, .68);
  color: #17130f;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(52, 38, 20, .06);
}

.brand-product-card__image {
  height: 240px;
}

.brand-product-card__content {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.brand-product-card__content strong {
  min-height: 44px;
  line-height: 1.3;
}

.brand-product-card__content em {
  margin-top: 6px;
  color: #17130f;
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 26px;
}

.brands-empty {
  grid-column: 1 / -1;
  min-height: 280px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(197, 161, 110, .22);
  border-radius: 34px;
  padding: 40px;
  background: rgba(255, 255, 255, .62);
  text-align: center;
}

.brands-empty h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.brands-empty p {
  margin: 0;
  color: rgba(23, 19, 15, .62);
}

.brands-empty a {
  color: #17130f;
}

@media (max-width: 1180px) {
  .brands-featured__grid,
  .brands-grid,
  .brand-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brands-hero__grid,
  .brand-detail-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .brands-hero,
  .brand-detail-hero {
    padding: 48px 0 38px;
  }

  .brands-featured,
  .brands-all,
  .brand-products {
    padding: 42px 0;
  }

  .brands-featured__grid,
  .brands-grid,
  .brand-products__grid {
    grid-template-columns: 1fr;
  }

  .brand-feature-card {
    min-height: 0;
    grid-template-columns: 96px minmax(0, 1fr);
    border-radius: 28px;
  }

  .brand-feature-card__media {
    width: 96px;
    height: 96px;
    border-radius: 24px;
  }

  .brand-feature-card__body strong {
    font-size: 25px;
  }

  .brands-section-head {
    display: grid;
  }

  .brands-alpha {
    top: 0;
    border-radius: 20px;
  }

  .brand-card__inner {
    min-height: 0;
    grid-template-columns: 82px minmax(0, 1fr) 28px;
    grid-template-rows: auto;
    align-items: center;
  }

  .brand-card__logo {
    width: 82px;
    height: 82px;
    border-radius: 22px;
  }

  .brand-card__arrow {
    width: 24px;
  }

  .brand-product-card__image {
    height: 210px;
  }
}

/* EVERGENE BRAND RICHTEXT 2026-06-22 */
.brand-detail-hero__text {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(17, 17, 17, .72);
  font-size: 18px;
  line-height: 1.65;
}

.brand-detail-hero__text p {
  margin: 0 0 12px;
}

.brand-detail-hero__text p:last-child {
  margin-bottom: 0;
}

.brand-detail-hero__text strong,
.brand-detail-hero__text b {
  color: #111;
  font-weight: 600;
}

.brand-detail-hero__text h2,
.brand-detail-hero__text h3 {
  margin: 18px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
}

.brand-detail-hero__text ul,
.brand-detail-hero__text ol {
  margin: 12px 0 0 20px;
  padding: 0;
}
