.tile .tile-cta {
  display: inline-flex;
  margin-top: auto;
  padding-top: 18px;
  align-items: center;
  gap: 9px;
  color: #000 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.tile .tile-cta b,
.section-link b,
.home-blog-more b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-gold, #FBB900);
  color: #000;
  font-size: 17px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
}

.tile:hover .tile-cta {
  color: var(--brand-gray, #E2E2E2) !important;
}

.tile:hover .tile-cta b,
.tile:focus-visible .tile-cta b {
  background: var(--brand-yellow, #FFEE26);
  transform: translateX(4px);
}

.vehicles-heading-aside {
  display: flex;
  max-width: 460px;
  align-items: flex-end;
  flex-direction: column;
  gap: 17px;
}

.vehicles-heading-aside p {
  margin: 0;
  color: #222;
  font-size: 15px;
  line-height: 1.75;
}

.vehicles-heading h2 a {
  transition: color .2s ease;
}

.vehicles-heading h2 a:hover,
.vehicles-heading h2 a:focus-visible {
  color: var(--brand-gold, #FBB900);
}

.section-link,
.home-blog-more {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 11px;
  color: #000;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.section-link:hover b,
.section-link:focus-visible b,
.home-blog-card:hover .home-blog-more b {
  background: var(--brand-yellow, #FFEE26);
  transform: translateX(4px);
}

.home-blog {
  position: relative;
  overflow: hidden;
  border-top: 6px solid var(--brand-gold, #FBB900);
  background: var(--brand-gray, #E2E2E2) !important;
  background-image: linear-gradient(145deg, rgba(0,0,0,.04), transparent 45%, rgba(251,185,0,.05)) !important;
  color: #000;
}

.home-blog::before {
  content: "BLOG";
  position: absolute;
  right: -25px;
  top: -70px;
  color: rgba(0,0,0,.045);
  font: 700 230px/1 var(--display);
  letter-spacing: -8px;
  pointer-events: none;
}

.home-blog-heading {
  position: relative;
  z-index: 1;
  display: grid;
  margin-bottom: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 60px;
}

.home-blog-heading .section-head h2 {
  margin-bottom: 0;
  color: #000;
}

.home-blog-heading > div:last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

.home-blog-heading p {
  margin: 0;
  color: #222;
  line-height: 1.75;
}

.section-link.light {
  color: #000;
}

.home-blog-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-blog-card {
  overflow: hidden;
  border-top: 4px solid var(--brand-gold, #FBB900);
  background: #151515;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
  transition: transform .25s ease, background .25s ease;
}

.home-blog-card:hover {
  background: #1d1d1d;
  transform: translateY(-5px);
}

.home-blog-image {
  height: 220px;
  overflow: hidden;
  background: #292929;
}

.home-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.home-blog-card:hover .home-blog-image img {
  transform: scale(1.035);
}

.home-blog-image > span {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--brand-gold, #FBB900);
  font: 700 26px var(--display);
  text-transform: uppercase;
}

.home-blog-copy {
  padding: 26px;
}

.home-blog-copy time {
  color: var(--brand-gold, #FBB900);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-blog-copy h3 {
  margin: 13px 0 11px;
  color: #fff;
  font: 600 25px/1.18 var(--display);
  text-transform: uppercase;
}

.home-blog-copy p {
  min-height: 66px;
  margin: 0 0 21px;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.7;
}

.home-blog-more {
  color: #fff;
}

.home-blog-empty {
  grid-column: 1 / -1;
  padding: 42px;
  border: 1px solid rgba(0,0,0,.25);
}

.home-blog-empty h3 {
  margin: 0 0 8px;
  color: var(--brand-gold, #FBB900);
  font: 600 28px var(--display);
  text-transform: uppercase;
}

.news {
  position: relative;
  overflow: hidden;
  background: #000 !important;
  color: var(--brand-gray, #E2E2E2);
}

.news::before {
  content: "NEWS";
  position: absolute;
  left: -20px;
  top: -65px;
  color: rgba(255,255,255,.04);
  font: 700 220px/1 var(--display);
  letter-spacing: -7px;
  pointer-events: none;
}

.news .container {
  position: relative;
  z-index: 1;
}

.news .section-head span {
  padding: 0 !important;
  background: transparent !important;
  color: var(--brand-yellow, #FFEE26) !important;
}

.news .section-head h2 {
  color: var(--brand-gold, #FBB900);
}

.news .section-head h2 a,
.news .news-section-link {
  transition: color .2s ease;
}

.news .section-head h2 a:hover,
.news .section-head h2 a:focus-visible {
  color: var(--brand-yellow, #FFEE26);
}

.news .news-section-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: -10px;
  color: #d0d0d0;
  font: 600 14px var(--display);
  letter-spacing: .8px;
  text-transform: uppercase;
}

.news .news-section-link b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--brand-gold, #FBB900);
  color: #000;
  transition: transform .2s ease, background .2s ease;
}

.news .news-section-link:hover,
.news .news-section-link:focus-visible {
  color: #fff;
}

.news .news-section-link:hover b,
.news .news-section-link:focus-visible b {
  background: var(--brand-yellow, #FFEE26);
  transform: translateX(4px);
}

.news .post {
  background: var(--brand-gray, #E2E2E2) !important;
  background-image: linear-gradient(145deg, var(--brand-gray, #E2E2E2), #d5d5d5) !important;
  border-top-color: var(--brand-gold, #FBB900);
  border-bottom-color: var(--brand-gold, #FBB900);
}

.news .post-copy h3,
.news .post-copy p {
  color: #000 !important;
}

.news .post-copy p {
  opacity: .76;
}

@media (max-width: 900px) {
  .home-blog-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .home-blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vehicles-heading-aside {
    max-width: none;
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .home-blog-grid {
    grid-template-columns: 1fr;
  }

  .home-blog-image {
    height: 235px;
  }

  .tile .tile-cta {
    padding-top: 12px;
  }
}
