/* Shared Le Rentier brand lockups. Keep artwork inside a stable viewport. */
.brand__mark,
.product-preview__mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
}

.brand__mark img,
.product-preview__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header .brand,
.site-footer .brand {
  display: inline-flex;
  width: fit-content;
  height: auto;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  overflow: visible;
}

.site-header .brand__mark {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.site-header .brand__wordmark,
.site-footer .brand__wordmark {
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.site-footer .brand {
  min-height: 42px;
  opacity: 0.88;
}

.site-footer .brand__mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.site-footer .brand__wordmark {
  font-size: 19px;
}

.product-preview__mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(11, 29, 51, 0.12);
  border-radius: 12px;
  background: #0b1d33;
  box-shadow: 0 8px 20px rgba(11, 29, 51, 0.14);
}

.entry-card .brand__mark,
.workspace-sidebar .brand__mark,
.topbar .brand__mark {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #0b1d33;
  box-shadow: 0 8px 22px rgba(11, 29, 51, 0.14);
}

.workspace-sidebar .brand__mark {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.topbar .brand__mark {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

@media (max-width: 680px) {
  .site-header .brand {
    min-height: 42px;
    gap: 9px;
  }

  .site-header .brand__mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .site-header .brand__wordmark {
    font-size: 19px;
  }

  .product-preview__mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .entry-card .brand__mark,
  .workspace-sidebar .brand__mark {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }
}
