.brand-logo {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 1px solid rgba(29, 33, 25, .18);
  border-radius: 50%;
  background: #f5f0e7;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 29%;
}

.footer-logo {
  width: 112px;
  height: 142px;
  border-radius: 4px;
  border-color: rgba(255, 255, 255, .24);
}

.footer-logo img {
  object-fit: contain;
  object-position: center;
}

/* Seller statistics banner */
.proof {
  grid-template-columns: minmax(170px, .8fr) repeat(3, minmax(190px, 1fr));
  gap: 0;
  padding: 0 5vw;
  align-items: stretch;
}

.proof > p {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 28px;
}

.proof div {
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  min-height: 112px;
  padding: 24px 28px;
  border-left: 1px solid rgba(29, 33, 25, .12);
}

.proof span {
  display: flex;
  grid-row: 1 / 3;
  align-items: center;
  min-width: 0;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.proof strong,
.proof small {
  min-width: 0;
}

.proof strong {
  font-size: 16px;
  line-height: 1.25;
}

.proof small {
  margin-top: 5px;
  line-height: 1.3;
}

.announcement a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.referral {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(240px, .55fr);
  gap: 38px;
  align-items: center;
  padding: 64px 7vw;
  overflow: hidden;
  background: #ffd84d;
  color: #1d2119;
}

.referral-mark {
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  transform: rotate(-4deg);
  border: 3px solid #1d2119;
  border-radius: 22px;
  background: #fff;
  box-shadow: 8px 8px 0 #1d2119;
  font: 600 48px "DM Sans", sans-serif;
}

.referral .eyebrow {
  color: #1d2119;
}

.referral h2 {
  max-width: 720px;
  margin: 8px 0 12px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: .98;
}

.referral-copy > p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  line-height: 1.6;
}

.referral-action {
  display: grid;
  gap: 12px;
}

.referral-button {
  background: #1d2119;
  color: #fff;
  text-align: center;
}

.referral-action small {
  font-size: 10px;
  line-height: 1.45;
}

.contract-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.contract-download {
  border: 1px solid #1d2119;
  color: #1d2119;
  background: transparent;
}

.contract-note {
  max-width: 660px;
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.55 !important;
  color: #6b6d66;
}

.live-product {
  overflow: hidden;
  background: #e9e2d6;
  text-decoration: none;
}

.live-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.live-product:hover img {
  transform: scale(1.035);
}

.product h3 a {
  color: inherit;
  text-decoration: none;
}

.product h3 a:hover {
  color: #b9573c;
}

.inventory-note {
  margin: 16px 0 0;
  color: #74766e;
  font-size: 10px;
  text-align: center;
}

.comparison-product img {
  position: absolute;
  inset: 0;
}

.comparison-product .glow-view {
  opacity: 0;
}

.comparison-product:hover .normal-view,
.comparison-product:focus .normal-view {
  opacity: 0;
}

.comparison-product:hover .glow-view,
.comparison-product:focus .glow-view {
  opacity: 1;
  transform: scale(1.035);
}

.compare-hint {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 10px;
  background: rgba(29, 33, 25, .82);
  color: #fff;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.branded-art {
  background: #eee8dd;
  display: grid;
  place-items: center;
  padding: 24px;
}

.branded-art img {
  width: 100%;
  height: 100%;
  min-height: 532px;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(42, 35, 22, .18));
}

.image-credit {
  position: absolute;
  right: 24px;
  bottom: 14px;
  padding: 7px 9px;
  background: rgba(245, 240, 231, .88);
  font-size: 8px;
  letter-spacing: .18em;
}

.estate-art {
  background: #443b2d;
  padding: 28px;
}

.estate-art img {
  width: 100%;
  height: 100%;
  max-height: 690px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .35));
}

.estate-art p {
  padding: 14px 16px;
  background: rgba(29, 33, 25, .84);
  backdrop-filter: blur(4px);
}

@media (max-width: 800px) {
  .brand-logo { width: 52px; height: 52px; }
  .footer-logo { width: 96px; height: 122px; }
  .proof { grid-template-columns: 1fr; padding: 24px 7vw; }
  .proof > p { padding: 0 0 18px; }
  .proof div {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 92px;
    padding: 20px 0;
    border-top: 1px solid rgba(29, 33, 25, .12);
    border-left: 0;
  }
  .referral {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 56px 7vw;
  }
  .referral-mark { width: 72px; height: 72px; font-size: 36px; }
  .contract-actions { display: grid; }
  .contract-actions .button { width: 100%; text-align: center; }
  .branded-art { padding: 14px; }
  .branded-art img { min-height: 480px; }
  .estate-art { min-height: 620px; padding: 16px; }
}
