/* Hub-only additions: the make introductions intentionally reuse the
   homepage .redesign-split markup and typography. */
.price-hubs-make-section {
  background: var(--brand-surface);
}

.price-hubs-make-section__summary {
  margin-top: 1rem;
  color: var(--brand-muted);
  font-size: .95rem;
}

.price-hubs-make-section__models {
  margin-top: clamp(3rem, 6vw, 6rem);
  padding-top: clamp(2.25rem, 4vw, 4rem);
  border-top: 1px solid var(--brand-line);
}

.price-hubs-make-section__models-heading {
  max-width: 48rem;
  margin-bottom: clamp(1.8rem, 3vw, 3rem);
}

.price-hubs-make-section__models-heading .section-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 1rem;
  padding: .42rem .72rem;
  border: 1px solid var(--brand-line);
  border-radius: .2rem;
  color: var(--brand-ink);
  background: var(--brand-surface);
  font-size: .78rem;
  letter-spacing: 0;
  text-transform: none;
}

.price-hubs-make-section__models-heading h3 {
  margin: 0 0 .8rem;
  color: var(--brand-ink);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.price-hubs-make-section__models-heading p:last-child {
  margin: 0;
  color: var(--brand-muted);
  font-size: 1rem;
}

.price-hubs-make-section .price-hubs-oilix__model-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-hubs-make-section .price-hubs-oilix__model-card h4 {
  margin: 0 0 1.4rem;
  color: var(--brand-ink);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.price-hubs-make-section .price-hubs-oilix__model-card h4 a {
  color: inherit;
  text-decoration: none;
}

.price-hubs-make-section .price-hubs-oilix__model-card h4 a:hover,
.price-hubs-make-section .price-hubs-oilix__model-card h4 a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .price-hubs-make-section .price-hubs-oilix__model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .price-hubs-make-section .price-hubs-oilix__model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .price-hubs-make-section .price-hubs-oilix__model-grid {
    grid-template-columns: 1fr;
  }
}
