.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(720px, 50vw, 887px);
  overflow: hidden;
  background: var(--rk-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(104deg, rgba(10, 12, 9, .93) 0%, rgba(10, 12, 9, .76) 32%, rgba(10, 12, 9, .32) 56%, rgba(10, 12, 9, 0) 80%),
    url("../assets/images/hero.webp");
  background-position: 62% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}


.hero-content {
  position: relative;
  width: min(100% - 56px, var(--rk-container));
  margin: 0 auto;
  padding: 282px 0 18px;
}

.hero-copy {
  max-width: 680px;
  animation: rkHeroIn .8s cubic-bezier(.22, .61, .36, 1) .12s both;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  margin-bottom: 24px;
  border: 1px solid rgba(92, 194, 58, .4);
  border-radius: var(--rk-radius-pill);
  background: rgba(61, 165, 46, .16);
  color: #bdf0a8;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rk-green-bright);
  box-shadow: 0 0 0 3px rgba(92, 194, 58, .25);
}

.hero h1 {
  margin: 0 0 22px;
  color: var(--rk-white);
  font-size: clamp(46px, 8.5vw, 86px);
  line-height: .92;
}

.hero h1 span {
  color: var(--rk-green-bright);
}

.hero-lead {
  max-width: 540px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.5;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions {
  margin-bottom: 26px;
}

.hero-primary-cta {
  padding-inline: 19px 22px;
}

.hero-cta-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, .26));
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  min-height: 56px;
  color: var(--rk-white);
}

.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.hero-trustindex {
  width: 220px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer;
  border-radius: 12px;
  transform-origin: left center;
}

.hero-trustindex > *:not(script) {
  transform: scale(.78);
  transform-origin: left center;
}

.hero-trustindex iframe,
.hero-trustindex [class*="ti-widget"],
.hero-trustindex [id*="ti-widget"] {
  max-width: none !important;
}

.hero-trustindex:focus-visible {
  outline: 3px solid rgba(31, 143, 46, .9);
  outline-offset: 4px;
}

.hero-trustindex > script {
  display: none;
}

.hero-meta-divider {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, .2);
}

.hero-hours {
  display: flex;
  min-height: 56px;
  flex-direction: column;
  justify-content: center;
}

.hero-meta strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.hero-meta span {
  display: block;
  color: rgba(255, 255, 255, .6);
  font-size: 12.5px;
  font-weight: 500;
}

.scroll-video-section {
  --scroll-video-progress: 0;
  position: relative;
  padding: 96px 0 88px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114' height='132' viewBox='0 0 114 132'%3E%3Cg fill='none' stroke='%23f2a24a' stroke-opacity='.13' stroke-width='2.4'%3E%3Cpath d='M2 33 21 0h38l19 33-19 33H21Z'/%3E%3Cpath d='M2 99 21 66h38l19 33-19 33H21Z'/%3E%3Cpath d='M59 66 78 33h38l19 33-19 33H78Z'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 74% 46%, rgba(61, 165, 46, .2), transparent 36%),
    linear-gradient(135deg, #11160f 0%, #0b1110 48%, #070907 100%);
  background-size: 114px 132px, auto, auto;
  color: var(--rk-white);
  overflow: hidden;
}

.scroll-video-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 170px;
  background: linear-gradient(180deg, #0b1110 0%, rgba(11, 17, 16, .88) 34%, rgba(11, 17, 16, 0) 100%);
  pointer-events: none;
}

.scroll-video-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8%;
  z-index: 0;
  width: 62%;
  max-width: 780px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 165, 46, .26) 0%, rgba(61, 165, 46, .08) 45%, rgba(61, 165, 46, 0) 72%);
  pointer-events: none;
}

.scroll-video-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, .64fr) minmax(0, 1.46fr);
  gap: clamp(30px, 3.5vw, 46px);
  align-items: center;
}

.scroll-video-copy {
  max-width: 500px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(11, 17, 16, .88), rgba(11, 17, 16, .66)),
    rgba(11, 17, 16, .78);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px) saturate(1.25);
  opacity: calc(.74 + (var(--scroll-video-progress) * .26));
  transform: translateY(calc(14px - (var(--scroll-video-progress) * 14px))) scale(calc(.98 + (var(--scroll-video-progress) * .02)));
  transform-origin: left center;
  transition: opacity .12s linear, transform .12s linear;
}

.scroll-video-copy .rk-eyebrow {
  color: var(--rk-green-bright);
}

.scroll-video-copy h2 {
  margin: 0 0 14px;
  color: var(--rk-white);
  font-size: clamp(38px, 4.9vw, 62px);
  line-height: .9;
}

.scroll-video-copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 500;
  line-height: 1.6;
}

.scroll-video-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.scroll-video-actions .rk-button {
  min-height: 46px;
  width: 100%;
  padding: 13px 16px;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.scroll-video-actions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.scroll-video-primary {
  background: #39a82f;
  color: var(--rk-white);
  box-shadow: 0 12px 32px rgba(57, 168, 47, .28);
}

.scroll-video-primary:hover {
  background: #5cc23a;
}

.scroll-video-secondary {
  border: 2px solid rgba(255, 255, 255, .32);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .07)),
    rgba(12, 17, 16, .68);
  color: var(--rk-white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    0 14px 34px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px) saturate(1.2);
}

.scroll-video-secondary:hover {
  border-color: rgba(255, 255, 255, .5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1)),
    rgba(12, 17, 16, .72);
}

.scroll-video-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.scroll-video-tags li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .78);
  font-size: 13.5px;
  font-weight: 700;
}

.scroll-video-tags li::before {
  content: "✓";
  color: var(--rk-green-bright);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.scroll-video-window {
  position: relative;
  aspect-ratio: 1103 / 473;
  overflow: hidden;
  border-radius: 22px;
  background: #050705 url("../assets/images/tire-disassembles-poster.jpg") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.scroll-video-poster,
.scroll-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scroll-video-poster {
  z-index: 1;
  transition: opacity .28s ease;
}

.scroll-video-media {
  z-index: 2;
  opacity: 0;
  transition: opacity .28s ease;
}

.scroll-video-window.is-video-ready .scroll-video-poster {
  opacity: 0;
}

.scroll-video-window.is-video-ready .scroll-video-media {
  opacity: 1;
}

.premium-tire-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: #0d0f0c;
  color: var(--rk-white);
}

.premium-tire-glow {
  position: absolute;
  top: 50%;
  right: -6%;
  width: 60%;
  max-width: 760px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 165, 46, .28) 0%, rgba(61, 165, 46, .08) 45%, rgba(61, 165, 46, 0) 72%);
  pointer-events: none;
}

.premium-tire-layout {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}

.premium-tire-copy {
  max-width: 560px;
}

.premium-tire-copy .rk-eyebrow {
  margin-bottom: 16px;
  color: #5cc23a;
  font-size: 13px;
  letter-spacing: .1em;
}

.premium-tire-title {
  max-width: 520px;
  margin: 0 0 22px;
  color: var(--rk-white);
  font-family: var(--rk-font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(36px, 5vw, 54px);
  line-height: .98;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.premium-tire-copy p {
  max-width: 460px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.premium-tire-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.premium-tire-actions .rk-button {
  min-height: auto;
  font-size: 16px;
  line-height: 1;
}

.premium-tire-actions .rk-button-primary {
  padding: 15px 26px;
  background: #3da52e;
  color: #0d0f0c;
  box-shadow: 0 10px 28px rgba(61, 165, 46, .4);
}

.premium-tire-actions .rk-button-primary:hover {
  background: #46bd34;
  box-shadow: 0 12px 32px rgba(61, 165, 46, .55);
}

.premium-tire-actions .rk-button-ghost-light {
  padding: 14px 24px;
  border: 1.5px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: var(--rk-white);
  box-shadow: none;
}

.premium-tire-actions .rk-button-ghost-light:hover {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .11);
}

.premium-tire-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.premium-tire-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--rk-radius-pill);
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .78);
  font-size: 13.5px;
  font-weight: 600;
}

.premium-tire-points svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #5cc23a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.premium-tire-visual {
  position: relative;
  min-height: 420px;
}

.premium-tire-visual-inner {
  position: relative;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
  background: #0d0f0c;
}

.premium-tire-visual-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.section-head-main {
  max-width: 680px;
}

.section-head-copy {
  max-width: 360px;
  margin: 0;
  color: var(--rk-muted);
  font-size: 16.5px;
  line-height: 1.55;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--rk-line);
  border-radius: 20px;
  background: var(--rk-white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(20, 22, 12, .04);
  transition: transform .24s cubic-bezier(.22, .61, .36, 1), box-shadow .24s, border-color .24s;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1.5px solid rgba(31, 143, 46, .78);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: scale(.985);
  transition: opacity .24s, transform .24s cubic-bezier(.22, .61, .36, 1), box-shadow .24s;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #cfead0;
  box-shadow: 0 18px 44px rgba(20, 22, 12, .13);
}

.service-card:hover::after {
  opacity: 1;
  transform: scale(1);
  box-shadow: inset 0 0 0 1px rgba(92, 194, 58, .08);
}

.service-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.service-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22, .61, .36, 1);
}

.service-card:hover .service-media img {
  transform: scale(1.035);
}

@media (hover: none), (pointer: coarse) {
  .service-card:hover {
    transform: none;
    border-color: var(--rk-line);
    box-shadow: 0 1px 2px rgba(20, 22, 12, .04);
  }

  .service-card:hover::after {
    opacity: 0;
    transform: scale(.985);
    box-shadow: none;
  }

  .service-card:hover .service-media img {
    transform: none;
  }
}

.service-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 11px;
  border-radius: var(--rk-radius-pill);
  background: var(--rk-green);
  color: var(--rk-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 24px 28px;
}

.service-time {
  margin-bottom: 12px;
  color: #7a7d72;
  font-size: 12.5px;
  font-weight: 600;
}

.service-title {
  margin: 0 0 11px;
  color: var(--rk-text);
  font-family: var(--rk-font-display);
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.service-body p {
  flex: 1;
  margin: 0 0 22px;
  color: var(--rk-muted);
  font-size: 15px;
  line-height: 1.55;
}

.service-more {
  color: var(--rk-green);
  font-size: 14.5px;
  font-weight: 800;
}

.benefits-section {
  background: var(--rk-white);
  color: var(--rk-text);
}

.benefits-head {
  max-width: 720px;
  margin-bottom: 54px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.benefit-card {
  padding: 30px 26px;
  border: 1px solid var(--rk-line);
  border-radius: var(--rk-radius-md);
  background: var(--rk-light);
  box-shadow: 0 1px 2px rgba(20, 22, 12, .04);
  transition: transform .24s cubic-bezier(.22, .61, .36, 1), border-color .24s, background .24s, box-shadow .24s;
}

.benefit-card:hover {
  transform: translateY(-4px);
  border-color: #cfead0;
  background: var(--rk-light);
  box-shadow: 0 18px 44px rgba(20, 22, 12, .11);
}

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: var(--rk-radius-sm);
  background: rgba(92, 194, 58, .16);
  color: var(--rk-green);
}

.benefit-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-icon-star svg {
  fill: var(--rk-star);
  stroke: none;
}

.benefit-card h3 {
  margin: 0 0 10px;
  color: var(--rk-text);
  font-family: var(--rk-font-display);
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.benefit-card p {
  margin: 0;
  color: var(--rk-muted);
  font-size: 15px;
  line-height: 1.55;
}

.instagram-section {
  overflow: hidden;
  background: var(--rk-white);
}

.instagram-head {
  margin-bottom: 44px;
}

.instagram-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--rk-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.instagram-kicker-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: var(--rk-dark-soft);
  color: var(--rk-green-bright);
}

.instagram-kicker-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-kicker-icon .instagram-kicker-dot {
  fill: currentColor;
  stroke: none;
}

.instagram-all-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 0;
  color: var(--rk-green);
  font-size: 15.5px;
  font-weight: 800;
  text-decoration: none;
}

.instagram-all-link span {
  font-size: 20px;
  transition: transform .2s;
}

.instagram-all-link:hover span {
  transform: translateX(4px);
}

.instagram-feed-widget {
  min-height: 420px;
  padding: clamp(16px, 3vw, 32px);
  overflow: hidden;
  border: 1px solid var(--rk-line);
  border-radius: var(--rk-radius-lg);
  background: var(--rk-light);
  box-shadow: 0 18px 50px rgba(20, 22, 12, .08);
}

.instagram-feed-widget > script {
  display: none;
}

.review-head {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.reviews-section {
  background: var(--rk-white);
  padding-bottom: 36px;
}

.rating-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border: 1px solid var(--rk-line);
  border-radius: 16px;
  background: var(--rk-white);
}

.rating-score {
  color: var(--rk-text);
  font-family: var(--rk-font-display);
  font-size: 52px;
  font-style: italic;
  font-weight: 800;
  line-height: .9;
}

.rating-copy {
  color: var(--rk-muted);
  font-size: 13.5px;
  font-weight: 600;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.review-card {
  display: block;
  padding: 30px 28px;
  border: 1px solid var(--rk-line);
  border-radius: var(--rk-radius-md);
  background: var(--rk-white);
  color: inherit;
  text-decoration: none;
  transition: transform .24s cubic-bezier(.22, .61, .36, 1), box-shadow .24s;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--rk-shadow-card);
}

.review-card p {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: #2c2f27;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.review-card-cta {
  border-style: dashed;
}

.trustindex-widget {
  min-height: 220px;
  overflow: hidden;
}

.trustindex-widget > script {
  display: none;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef7e9;
  color: #2c7d1f;
  font-family: var(--rk-font-display);
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
}

.review-author strong {
  display: block;
  font-size: 14.5px;
}

.review-author span {
  color: var(--rk-muted-light);
  font-size: 12.5px;
  font-weight: 500;
}

.review-note,
.contact-note {
  margin: 22px 2px 0;
  color: var(--rk-muted-light);
  font-size: 13px;
  font-weight: 500;
}

.contact-section {
  background: var(--rk-dark);
  color: var(--rk-white);
}

.contact-grid-home {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: 40px;
  align-items: start;
}

.contact-home-copy .rk-section-title {
  max-width: 580px;
}

.contact-copy {
  max-width: 440px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
  line-height: 1.55;
}

.contact-actions {
  margin-bottom: 38px;
}

.contact-whatsapp-icon,
.contact-phone-icon {
  width: 19px;
  height: 19px;
  fill: var(--rk-green-bright);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
}

.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 22px;
  background: var(--rk-dark-soft);
  text-decoration: none;
}

.contact-info-item span:first-child {
  color: rgba(255, 255, 255, .55);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.contact-info-item span:last-child {
  color: var(--rk-white);
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .scroll-video-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .scroll-video-copy {
    max-width: 760px;
  }

  .scroll-video-actions {
    max-width: 520px;
  }

  .scroll-video-tags {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 760px;
  }

  .scroll-video-tags li {
    width: auto;
    min-width: 0;
  }
}

@media (max-width: 999px) {
  .hero {
    min-height: 720px;
  }

  .hero-bg {
    background-position: 64% center;
  }

  .hero-content {
    padding-top: 242px;
    padding-bottom: 28px;
  }

  .scroll-video-section {
    padding: 76px 0 70px;
  }

  .scroll-video-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .scroll-video-copy {
    max-width: 680px;
    padding: 26px;
  }

  .premium-tire-section {
    padding: 76px 0;
  }

  .premium-tire-layout {
    gap: 34px;
  }

  .premium-tire-visual,
  .premium-tire-visual-inner {
    min-height: 340px;
  }

  .contact-grid-home {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 760px;
  }

  .hero-bg {
    background-position: 68% center;
  }

  .hero-content {
    width: min(100% - 36px, var(--rk-container));
    padding-top: 220px;
    padding-bottom: 26px;
  }

  .hero-primary-cta {
    padding-inline: 17px 19px;
    font-size: 15px;
  }

  .hero-meta {
    gap: 12px 16px;
  }

  .hero-meta-divider {
    display: none;
  }

  .hero-hours {
    min-height: auto;
  }

  .scroll-video-section {
    padding: 60px 0 56px;
  }

  .scroll-video-shell {
    width: min(100% - 36px, var(--rk-container));
    gap: 22px;
  }

  .scroll-video-copy {
    max-width: 100%;
    padding: 22px;
    transform-origin: left bottom;
  }

  .scroll-video-copy h2 {
    font-size: clamp(34px, 12vw, 52px);
  }

  .scroll-video-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .scroll-video-actions .rk-button {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }

  .scroll-video-tags {
    flex-direction: column;
  }

  .premium-tire-section {
    padding: 58px 0;
  }

  .premium-tire-layout {
    grid-template-columns: 1fr;
  }

  .premium-tire-visual,
  .premium-tire-visual-inner {
    min-height: 260px;
  }

  .premium-tire-visual-inner {
    border-radius: 18px;
  }

  .premium-tire-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .premium-tire-actions .rk-button {
    width: 100%;
  }

  .premium-tire-points {
    gap: 8px;
  }

  .premium-tire-points span {
    font-size: 12.5px;
  }

  .benefits-head {
    margin-bottom: 36px;
  }

  .instagram-head {
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .instagram-feed-widget {
    min-height: 300px;
    border-radius: var(--rk-radius-md);
  }

  .reviews-section {
    padding-bottom: 24px;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-actions .rk-button {
    width: 100%;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}
