.brand-mark {
  display: block;
  background-color: transparent;
  background-image: url("./assets/logo-mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.brand-panel-logo {
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-image: url("./assets/logo-mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

/* Storefront typography and alignment pass */
body {
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.brand {
  text-transform: none;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.catalog-title h1,
.detail-info h1,
.tradein-card h2 {
  text-align: left;
  text-wrap: balance;
}

.hero h1 {
  max-width: 760px;
  font-weight: 780;
  letter-spacing: -0.055em;
}

.hero-copy > p,
.catalog-title p,
.detail-note,
.benefit p,
.tradein-card p {
  text-align: left;
  text-wrap: pretty;
}

.section-heading,
.catalog-title,
.results-row,
.card-topline,
.price-row {
  text-align: left;
}

.section-heading h2,
.catalog-title h1 {
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -0.042em;
}

.product-card {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.product-card > .product-link:last-of-type {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-card h3 {
  display: -webkit-box;
  min-height: 2.55em;
  overflow: hidden;
  font-weight: 720;
  line-height: 1.27;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-meta {
  margin-top: auto;
}

.price-row {
  margin-top: auto;
}

.price-row strong,
.detail-price,
.summary-line strong {
  font-variant-numeric: tabular-nums;
}

.category-tile,
.benefit,
.tradein-step,
.spec,
.request-item,
.request-summary {
  text-align: left;
}

@media (max-width: 760px) {
  .hero h1 {
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .product-card h3 {
    min-height: 2.55em;
  }
}
