/* ============================================================
   Royalistic Hardware — recreated pixel-for-pixel from
   "Royalistic Website Light.dc.html"
   ============================================================ */

:root {
  --bg: #f6f5f2;
  --ink: #15130f;
  --brown: #8a7152;
  --line: #e4e2db;
  --muted: #807a6c;
  --muted2: #9a9486;
  --placeholder: #b3ad9f;
  --nav-h: 85px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--bg);
  min-height: 100vh;
  font-family: 'Archivo', sans-serif;
  color: var(--ink);
  /* Offset for the fixed hero bar so page content starts below it. */
  padding-top: var(--nav-h);
}

img { max-width: 100%; }

::placeholder { color: var(--placeholder); }

a { color: inherit; text-decoration: none; }

@keyframes rhPop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes rhOverlay { from { opacity: 0; } to { opacity: 1; } }
@keyframes rhFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.page-fade { animation: rhFade .3s ease; }

/* ---------- NAV ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 56px;
  background: rgba(246, 245, 242, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__logo {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  font-size: 25.2px;
  letter-spacing: -.01em;
}
.nav__logo-img {
  height: 38px;
  width: auto;
  display: block;
}
.nav__links {
  display: flex;
  gap: 34px;
  font-family: 'Space Mono', monospace;
  font-size: 14.4px;
  letter-spacing: .1em;
}
.nav__links a { cursor: pointer; }
.nav__quote {
  appearance: none;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 15.6px;
  padding: 10px 20px;
  border-radius: 6px;
}
.nav__toggle { display: none; }

/* ---------- shared bits ---------- */
.eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: 14.4px;
  letter-spacing: .18em;
  color: var(--brown);
  text-transform: uppercase;
}
.hatch {
  background: repeating-linear-gradient(45deg, #eceae3 0 16px, #e4e1d9 16px 32px);
}
.container { max-width: 1240px; margin: 0 auto; }

/* ---------- HOME ---------- */
.carousel {
  position: relative;
  width: 100%;
  height: min(72vh, 640px);
  overflow: hidden;
  background: #eceae3;
  border-bottom: 1px solid var(--line);
}
.carousel__track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform .8s cubic-bezier(.4, 0, .2, 1);
}
.carousel__slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
  background: repeating-linear-gradient(45deg, #eceae3 0 22px, #e4e1d9 22px 44px);
}
.carousel__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slot-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Mono', monospace;
  font-size: 14.4px;
  letter-spacing: .1em;
  color: #a59f90;
  text-align: center;
  padding: 24px;
}
.carousel__dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 13px;
  z-index: 5;
}
.carousel__dot {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  background: transparent;
  padding: 0;
  transition: background .25s;
}
.carousel__dot.is-active { background: var(--ink); }

.profile { padding: 74px 56px 90px; max-width: 1240px; margin: 0 auto; }
.profile__kicker {
  text-align: center;
  font-family: 'Space Mono', monospace;
  font-size: 14.4px;
  letter-spacing: .2em;
  color: var(--brown);
  text-transform: uppercase;
}
.profile__title {
  margin: 12px 0 0;
  text-align: center;
  font-weight: 900;
  font-size: clamp(40.8px, 6vw, 72px);
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.profile__rule { width: 46px; height: 3px; background: var(--brown); margin: 22px auto 0; }
.profile__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 54px;
  align-items: center;
  margin-top: 48px;
}
.profile__copy {
  font-family: 'Manrope', sans-serif;
  font-size: 18.6px;
  line-height: 1.8;
  color: #4a463d;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.profile__copy p { margin: 0; }
.profile__logo { display: flex; align-items: center; justify-content: center; }
.logo-slot {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.logo-slot img { width: 100%; height: 100%; object-fit: contain; }

/* ---------- PRODUCTS ---------- */
.cat-header {
  padding: 60px 56px 44px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}
.cat-header h1 {
  margin: 0;
  font-weight: 900;
  font-size: clamp(67.2px, 10.8vw, 141.6px);
  line-height: .82;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.cat-header h1 span { color: var(--brown); }
.cat-header p {
  margin: 0 0 8px;
  max-width: 300px;
  font-family: 'Manrope', sans-serif;
  font-size: 16.8px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--muted);
}
.section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 56px 18px;
}
.section-bar__title,
.section-title {
  font-weight: 900;
  font-size: 21.6px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.section-bar__meta {
  font-family: 'Space Mono', monospace;
  font-size: 13.2px;
  letter-spacing: .12em;
  color: var(--brown);
}
.featured {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 56px 12px;
}
.featured__card {
  cursor: pointer;
  position: relative;
  aspect-ratio: 16 / 11;
  border: 1px solid var(--line);
  overflow: hidden;
  background: repeating-linear-gradient(45deg, #eceae3 0 18px, #e4e1d9 18px 36px);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.featured__card:hover { border-color: var(--brown); transform: translateY(-4px); }
.featured__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Scrim so the overlaid label stays legible on top of the photo. */
.featured__card.has-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(21, 19, 15, .82) 0%, rgba(21, 19, 15, .35) 38%, rgba(21, 19, 15, 0) 70%);
}
.featured__num {
  position: absolute;
  top: -10px;
  right: 18px;
  font-weight: 900;
  font-size: 180px;
  line-height: 1;
  color: #e8e5dd;
  letter-spacing: -.05em;
}
.featured__card.has-img .featured__num { display: none; }
.featured__body { position: relative; z-index: 1; }
.featured__cat {
  font-family: 'Space Mono', monospace;
  font-size: 13.2px;
  letter-spacing: .12em;
  color: var(--brown);
}
.featured__card.has-img .featured__cat { color: #d9b98e; }
.featured__name {
  font-weight: 900;
  font-size: 36px;
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin-top: 10px;
}
.featured__card.has-img .featured__name { color: #fff; }
.all-products-bar {
  padding: 44px 56px 18px;
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.grid__cell {
  cursor: pointer;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  transition: background .18s;
}
.grid__cell:hover { background: #efede7; }
.grid__thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  background: repeating-linear-gradient(45deg, #eceae3 0 14px, #e4e1d9 14px 28px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.grid__num {
  position: absolute;
  font-weight: 900;
  font-size: 144px;
  color: #e8e5dd;
  letter-spacing: -.04em;
}
.grid__info { padding: 20px; }
.grid__name {
  font-weight: 900;
  font-size: 22.8px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.grid__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: .1em;
}
.grid__meta .cat { color: var(--brown); }
.grid__meta .view { color: #bcb6a8; }

/* ---------- PRODUCT DETAIL ---------- */
.pd { padding: 0 56px 90px; max-width: 1240px; margin: 0 auto; }
.pd__crumbs {
  font-family: 'Space Mono', monospace;
  font-size: 13.2px;
  letter-spacing: .1em;
  color: var(--brown);
  padding: 30px 0 0;
}
.pd__crumbs a { color: var(--muted2); }
.pd__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 24px;
  border: 1px solid var(--line);
  background: #fff;
}
.pd__media {
  position: relative;
  background: repeating-linear-gradient(45deg, #eceae3 0 16px, #e4e1d9 16px 32px);
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pd__media-num { font-weight: 900; font-size: 240px; color: #e8e5dd; letter-spacing: -.05em; }
.pd__info { padding: 48px 44px; }
.pd__cat {
  font-family: 'Space Mono', monospace;
  font-size: 13.2px;
  letter-spacing: .12em;
  color: var(--brown);
}
.pd__title {
  margin: 14px 0 0;
  font-weight: 900;
  font-size: clamp(40.8px, 6vw, 57.6px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -.02em;
}
.pd__blurb {
  margin: 20px 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}
.pd__finish {
  margin-top: 26px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-family: 'Space Mono', monospace;
  font-size: 14.4px;
  letter-spacing: .06em;
  color: #a59f90;
}
.pd__finish span { color: var(--ink); }

/* ---------- DEALERS ---------- */
.lead {
  margin: 22px 0 0;
  max-width: 540px;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--muted);
}
.page-head { padding: 64px 56px 0; max-width: 1240px; margin: 0 auto; }
.page-head--narrow { max-width: 1100px; }
.page-head h1 {
  margin: 14px 0 0;
  font-weight: 900;
  font-size: clamp(55.2px, 8.4vw, 103.2px);
  line-height: .86;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.page-body { padding: 0 56px 90px; max-width: 1240px; margin: 0 auto; }
.page-body--narrow { max-width: 1100px; }

.dealer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
  margin-top: 44px;
}
.dealer-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 30px 30px 34px;
  position: relative;
  overflow: hidden;
}
.dealer-card__num {
  position: absolute;
  top: -18px;
  right: 14px;
  font-weight: 900;
  font-size: 144px;
  color: #f1efe9;
  letter-spacing: -.05em;
}
.dealer-card__body { position: relative; }
.dealer-card__tag {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--brown);
}
.dealer-card__name {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin-top: 10px;
}
.dealer-card__rows {
  margin-top: 22px;
  font-family: 'Manrope', sans-serif;
  font-size: 16.8px;
  line-height: 2;
  color: #4a463d;
}
.dealer-card__rows .row { display: flex; gap: 10px; }
.dealer-card__rows .k {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  color: #a59f90;
  width: 64px;
  letter-spacing: .06em;
}
.cta {
  margin-top: 30px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  padding: 34px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cta__title { font-weight: 900; font-size: 31.2px; text-transform: uppercase; letter-spacing: -.01em; }
.cta__sub { font-family: 'Manrope', sans-serif; font-size: 16.8px; font-weight: 300; color: #bdb6a6; margin-top: 6px; }
.btn-light {
  appearance: none;
  border: none;
  cursor: pointer;
  background: #fff;
  color: var(--ink);
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 16.8px;
  letter-spacing: .04em;
  padding: 15px 28px;
  white-space: nowrap;
}
.btn-dark {
  appearance: none;
  border: none;
  cursor: pointer;
  background: var(--ink);
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 16.8px;
  letter-spacing: .04em;
  padding: 14px 30px;
}

/* ---------- CONTACT ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.card { border: 1px solid var(--line); background: #fff; padding: 34px; }
.card--pad28 { padding: 28px; }
.card__title { font-weight: 900; font-size: 24px; text-transform: uppercase; letter-spacing: -.01em; }
.card__sub { font-family: 'Manrope', sans-serif; font-size: 16.2px; color: var(--muted); margin-top: 6px; }
.form { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; font-family: 'Manrope', sans-serif; }
.form input {
  border: none;
  border-bottom: 1px solid #ddd9d0;
  background: transparent;
  padding: 12px 2px;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  color: var(--ink);
  outline: none;
}
.form textarea {
  border: 1px solid #ddd9d0;
  background: transparent;
  padding: 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  color: var(--ink);
  outline: none;
  resize: none;
  margin-top: 6px;
}
.form button { margin-top: 6px; align-self: flex-start; }
.form__ok {
  margin-top: 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 16.8px;
  color: var(--brown);
}
.map {
  position: relative;
  flex: 1;
  min-height: 300px;
  margin-top: 20px;
  border: 1px solid var(--line);
  background: repeating-linear-gradient(45deg, #eceae3 0 16px, #e4e1d9 16px 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map__link {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Space Mono', monospace;
  font-size: 13.2px;
  letter-spacing: .06em;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 12px;
}
.map__label { font-family: 'Space Mono', monospace; font-size: 13.2px; letter-spacing: .1em; color: #a59f90; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 22px; }
.info-card__k { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .12em; color: var(--brown); }
.info-card__v { font-family: 'Manrope', sans-serif; font-size: 18px; line-height: 1.7; color: var(--ink); margin-top: 10px; }

/* ---------- ABOUT ---------- */
.about-intro {
  margin: 24px 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 20.4px;
  font-weight: 300;
  line-height: 1.7;
  color: #4a463d;
  max-width: 680px;
}
.about-block { border-top: 1px solid var(--line); margin-top: 50px; padding-top: 40px; }
.about-block h2 { margin: 0; font-weight: 900; font-size: 36px; text-transform: uppercase; letter-spacing: -.02em; }
.about-block p { margin: 20px 0 0; font-family: 'Manrope', sans-serif; font-size: 18px; line-height: 1.75; color: #4a463d; }
.about-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 34px; }
.about-cols__head {
  font-family: 'Space Mono', monospace;
  font-size: 13.2px;
  letter-spacing: .12em;
  color: var(--brown);
  text-transform: uppercase;
}
.kv-list { margin: 16px 0 0; padding: 0; list-style: none; font-family: 'Manrope', sans-serif; font-size: 18px; line-height: 1.55; color: #4a463d; }
.kv-list li { display: flex; gap: 12px; padding: 9px 0; border-bottom: 1px solid #ecece4; }
.kv-list .k { color: var(--brown); font-weight: 700; }
.card p { font-family: 'Manrope', sans-serif; }
.card--about p { margin: 14px 0 0; font-size: 18px; line-height: 1.65; color: #4a463d; }

/* ---------- BRANDS ---------- */
.brand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.brand-card {
  border: 1px solid var(--line);
  background: #fff;
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition: border-color .2s;
}
.brand-card:hover { border-color: var(--brown); }
.brand-card__logo { max-width: 70%; max-height: 60%; object-fit: contain; }
.brand-card__name { font-weight: 900; letter-spacing: .04em; }
.brand-card__tag {
  font-family: 'Space Mono', monospace;
  font-size: 13.2px;
  letter-spacing: .16em;
  color: #a59f90;
  text-transform: uppercase;
}
.brands-note { margin-top: 24px; font-family: 'Space Mono', monospace; font-size: 13.2px; letter-spacing: .06em; color: #bcb6a8; }

/* ---------- FOOTER ---------- */
.footer {
  border-top: 1px solid var(--line);
  padding: 48px 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  font-family: 'Space Mono', monospace;
  font-size: 14.4px;
  color: #a59f90;
  line-height: 1.8;
}
.footer__brand { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 33.6px; color: var(--ink); }
.footer__tag { font-family: 'Manrope', sans-serif; font-style: italic; font-size: 16.8px; color: var(--brown); margin-top: 6px; }

/* ---------- QUICK-VIEW MODAL ---------- */
.qv-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(30, 25, 18, .4);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  animation: rhOverlay .2s ease;
  font-family: 'Archivo', sans-serif;
}
.qv-overlay[hidden] { display: none; }
.qv {
  background: var(--bg);
  border: 1px solid #ddd9d0;
  max-width: 880px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  animation: rhPop .28s cubic-bezier(.2, .8, .2, 1);
}
.qv__media {
  position: relative;
  background: repeating-linear-gradient(45deg, #eceae3 0 16px, #e4e1d9 16px 32px);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qv__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.qv__num { font-weight: 900; font-size: 240px; color: #e8e5dd; letter-spacing: -.05em; }
.qv__tag {
  position: absolute;
  bottom: 16px;
  left: 18px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: .1em;
  color: #a59f90;
}
.qv__info { padding: 44px 40px; position: relative; }
.qv__close {
  position: absolute;
  top: 20px;
  right: 20px;
  appearance: none;
  border: 1px solid #ddd9d0;
  background: transparent;
  color: #8a8576;
  width: 34px;
  height: 34px;
  cursor: pointer;
  font-size: 18px;
}
.qv__cat { font-family: 'Space Mono', monospace; font-size: 13.2px; letter-spacing: .12em; color: var(--brown); }
.qv__name { margin: 14px 0 0; font-weight: 900; font-size: 48px; line-height: .92; text-transform: uppercase; letter-spacing: -.02em; }
.qv__blurb { margin: 20px 0 0; font-family: 'Manrope', sans-serif; font-size: 18px; line-height: 1.6; color: var(--muted); }
.qv__finish {
  margin-top: 26px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-family: 'Space Mono', monospace;
  font-size: 14.4px;
  letter-spacing: .06em;
  color: #a59f90;
}
.qv__finish span { color: var(--ink); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  :root { --nav-h: 72px; }
  .nav { padding: 16px 22px; }
  .nav__links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: 8px 22px 18px;
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 12px 0; }
  .nav__toggle {
    display: inline-flex;
    appearance: none;
    border: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
    width: 40px;
    height: 36px;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 19.2px;
  }
  .nav__quote { display: none; }

  .profile { padding: 48px 22px 64px; }
  .page-head { padding-left: 22px; padding-right: 22px; }
  .page-body, .pd { padding-left: 22px; padding-right: 22px; }
  .profile__grid { grid-template-columns: 1fr; gap: 30px; }
  .logo-slot { width: min(260px, 72vw); height: min(260px, 72vw); }
  .cat-header { flex-direction: column; align-items: flex-start; gap: 14px; padding: 36px 22px 28px; }
  .section-bar, .all-products-bar { padding-left: 22px; padding-right: 22px; }
  .featured { grid-template-columns: 1fr; padding: 0 22px 12px; }
  .featured__card { aspect-ratio: 16 / 10; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .pd__main, .two-col, .three-col, .brand-grid, .about-cols { grid-template-columns: 1fr; }
  .pd__info { padding: 32px 24px; }
  .pd__media { min-height: 300px; }
  .about-cols { gap: 28px; }
  .qv-overlay { padding: 18px; }
  .qv { grid-template-columns: 1fr; }
  .qv__media { min-height: 240px; }
  .qv__num { font-size: 144px; }
  .qv__info { padding: 32px 24px; }
  .qv__name { font-size: 38.4px; }
  .cta { padding: 26px 24px; }
  .footer { padding: 36px 22px; }
}

@media (max-width: 600px) {
  .carousel { height: min(56vh, 460px); }
  /* Show the whole image instead of cropping it to fill the hero. */
  .carousel__slide { background: #eceae3; }
  .carousel__slide img { object-fit: contain; }
  .grid { grid-template-columns: 1fr; }
  .cat-header h1 { font-size: clamp(42px, 12.5vw, 60px); }
  .featured__num { font-size: 139.2px; }
  .dealer-card__num { font-size: 115.2px; }
  .grid__num { font-size: 120px; }
  .pd__media-num { font-size: 180px; }
}
