.mhg-wheel-repair-page {
  --wheel-ink: #07110d;
  --wheel-paper: #f3f7f4;
  --wheel-muted: #586761;
  --wheel-line: rgba(7, 17, 13, 0.16);
  --wheel-green: #2ca33c;
  background: var(--wheel-paper);
}

.mhg-cinematic--wheel-repair {
  min-height: 720px;
  padding: 92px 0 68px;
  background:
    linear-gradient(90deg, rgba(2, 9, 7, 0.97) 0%, rgba(2, 9, 7, 0.88) 41%, rgba(2, 9, 7, 0.3) 72%, rgba(2, 9, 7, 0.12) 100%),
    var(--mhg-hero-image) var(--mhg-hero-position) / cover;
}

.mhg-cinematic--wheel-repair::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(1, 7, 5, 0.02), rgba(1, 7, 5, 0.62));
}

.mhg-cinematic--wheel-repair .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 72px;
}

.mhg-cinematic--wheel-repair h1 {
  max-width: 760px;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
}

.mhg-cinematic--wheel-repair .mhg-cinematic__copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
}

.mhg-cinematic--wheel-repair .mhg-tech-console {
  align-self: end;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(2, 11, 8, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.mhg-cinematic--wheel-repair .mhg-console-row strong {
  color: #64de71;
}

.mhg-wheel-flow,
.mhg-wheel-machine,
.mhg-wheel-support,
.mhg-wheel-faq,
.mhg-wheel-next {
  position: relative;
}

.mhg-wheel-flow {
  padding: 104px 0 112px;
  color: var(--wheel-ink);
  background: #f8faf8;
}

.mhg-wheel-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  gap: 88px;
  align-items: end;
  margin-bottom: 48px;
}

.mhg-wheel-heading h2,
.mhg-wheel-machine h2,
.mhg-wheel-support h2,
.mhg-wheel-faq h2,
.mhg-wheel-next h2 {
  margin: 8px 0 0;
  max-width: 820px;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: 0;
}

.mhg-wheel-heading > p,
.mhg-wheel-machine__copy > p,
.mhg-wheel-support__content > div > p,
.mhg-wheel-next__inner > div > p {
  margin: 0;
  color: var(--wheel-muted);
  font-size: 18px;
  line-height: 1.62;
}

.mhg-wheel-stage-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mhg-wheel-stage {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--wheel-line);
  border-radius: 6px;
  color: var(--wheel-ink);
  background: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mhg-wheel-stage__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9efeb;
}

.mhg-wheel-stage__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.mhg-wheel-stage--contain .mhg-wheel-stage__media img {
  padding: 18px;
  object-fit: contain;
}

.mhg-wheel-stage__body {
  position: relative;
  display: grid;
  min-height: 174px;
  padding: 23px 58px 22px 22px;
  align-content: start;
}

.mhg-wheel-stage__body > span {
  position: absolute;
  top: 24px;
  right: 20px;
  color: var(--wheel-green);
  font-size: 12px;
  font-weight: 950;
}

.mhg-wheel-stage__body strong {
  max-width: 245px;
  font-size: 20px;
  line-height: 1.2;
}

.mhg-wheel-stage__body small {
  margin-top: 8px;
  color: #63736d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.mhg-wheel-stage__body em {
  margin-top: auto;
  padding-top: 21px;
  color: #1c8a2b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.mhg-wheel-stage__body em b {
  font-weight: inherit;
}

.mhg-wheel-stage:hover,
.mhg-wheel-stage:focus-visible {
  border-color: rgba(44, 163, 60, 0.62);
  box-shadow: 0 18px 42px rgba(7, 16, 13, 0.13);
  transform: translateY(-3px);
}

.mhg-wheel-stage:hover img,
.mhg-wheel-stage:focus-visible img {
  transform: scale(1.025);
}

.mhg-wheel-machine {
  padding: 118px 0;
}

.mhg-wheel-machine--dark {
  color: #fff;
  background: #07110d;
}

.mhg-wheel-machine--light {
  color: var(--wheel-ink);
  background: #edf3ef;
}

.mhg-wheel-machine__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  gap: clamp(58px, 7vw, 108px);
  align-items: center;
}

.mhg-wheel-machine__grid--reverse .mhg-wheel-machine__visual {
  order: 2;
}

.mhg-wheel-machine__visual {
  position: relative;
  min-height: 610px;
}

.mhg-wheel-machine__visual > img {
  display: block;
  width: 100%;
  height: 610px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
}

.mhg-wheel-machine--light .mhg-wheel-machine__visual > img {
  object-fit: cover;
}

.mhg-wheel-machine__visual figure {
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 215px;
  height: 285px;
  margin: 0;
  overflow: hidden;
  border: 8px solid currentColor;
  border-radius: 4px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28);
  background: #fff;
}

.mhg-wheel-machine--dark .mhg-wheel-machine__visual figure {
  border-color: #07110d;
}

.mhg-wheel-machine--light .mhg-wheel-machine__visual figure {
  border-color: #edf3ef;
}

.mhg-wheel-machine__visual figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhg-wheel-machine__copy > p {
  margin-top: 24px;
}

.mhg-wheel-machine--dark .mhg-wheel-machine__copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.mhg-wheel-facts {
  padding: 18px 0 0;
  margin: 30px 0;
  list-style: none;
  border-top: 1px solid currentColor;
  border-color: rgba(255, 255, 255, 0.15);
}

.mhg-wheel-machine--light .mhg-wheel-facts {
  border-color: var(--wheel-line);
}

.mhg-wheel-facts li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.mhg-wheel-machine--light .mhg-wheel-facts li {
  border-color: var(--wheel-line);
}

.mhg-wheel-facts li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--wheel-green);
}

.mhg-wheel-machine--dark .mhg-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.56);
}

.mhg-wheel-support {
  padding: 118px 0;
  color: var(--wheel-ink);
  background: #f8faf8;
}

.mhg-wheel-support__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: clamp(60px, 7vw, 112px);
  align-items: start;
}

.mhg-wheel-support__media {
  position: sticky;
  top: 112px;
  margin: 0;
}

.mhg-wheel-support__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.mhg-wheel-support__media figcaption {
  margin-top: 12px;
  color: #687771;
  font-size: 12px;
  line-height: 1.45;
}

.mhg-wheel-support__content > div > p {
  margin-top: 22px;
}

.mhg-wheel-support__steps {
  margin-top: 44px;
  border-top: 1px solid var(--wheel-line);
}

.mhg-wheel-support__steps article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--wheel-line);
}

.mhg-wheel-support__steps article > span {
  color: var(--wheel-green);
  font-size: 13px;
  font-weight: 950;
}

.mhg-wheel-support__steps h3,
.mhg-wheel-support__steps p {
  margin: 0;
}

.mhg-wheel-support__steps h3 {
  font-size: 19px;
  line-height: 1.3;
}

.mhg-wheel-support__steps p {
  margin-top: 7px;
  color: var(--wheel-muted);
  font-size: 14px;
  line-height: 1.55;
}

.mhg-wheel-faq {
  padding: 112px 0;
  color: #fff;
  background: #0d1914;
}

.mhg-wheel-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(62px, 8vw, 124px);
  align-items: start;
}

.mhg-wheel-question {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mhg-wheel-question:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mhg-wheel-question summary {
  position: relative;
  padding: 23px 52px 23px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
}

.mhg-wheel-question summary::-webkit-details-marker {
  display: none;
}

.mhg-wheel-question summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: #65da72;
  font-size: 28px;
  font-weight: 500;
}

.mhg-wheel-question[open] summary::after {
  content: "−";
}

.mhg-wheel-question p {
  margin: -5px 52px 24px 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.mhg-wheel-next {
  overflow: hidden;
  color: #fff;
  background: #031009;
}

.mhg-wheel-next__inner {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.mhg-wheel-next__inner > div {
  padding: 88px 0;
}

.mhg-wheel-next__inner > div > p {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.7);
}

.mhg-wheel-next__inner > img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.mhg-wheel-next .mhg-actions {
  margin-top: 32px;
}

.mhg-wheel-next .mhg-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.56);
}

@media (max-width: 1080px) {
  .mhg-cinematic--wheel-repair {
    min-height: 650px;
  }

  .mhg-cinematic--wheel-repair h1 {
    font-size: 61px;
  }

  .mhg-wheel-machine__grid,
  .mhg-wheel-support__grid {
    gap: 52px;
  }

  .mhg-wheel-machine__visual,
  .mhg-wheel-machine__visual > img {
    min-height: 500px;
    height: 500px;
  }
}

@media (max-width: 900px) {
  .mhg-cinematic--wheel-repair {
    min-height: 610px;
    padding: 72px 0 56px;
    background:
      linear-gradient(90deg, rgba(2, 9, 7, 0.95) 0%, rgba(2, 9, 7, 0.76) 58%, rgba(2, 9, 7, 0.28) 100%),
      var(--mhg-hero-image) 57% center / cover;
  }

  .mhg-cinematic--wheel-repair .mhg-cinematic__inner {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 34px;
  }

  .mhg-cinematic--wheel-repair h1 {
    font-size: 52px;
  }

  .mhg-wheel-flow,
  .mhg-wheel-machine,
  .mhg-wheel-support,
  .mhg-wheel-faq {
    padding: 84px 0;
  }

  .mhg-wheel-heading,
  .mhg-wheel-faq__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-wheel-heading h2,
  .mhg-wheel-machine h2,
  .mhg-wheel-support h2,
  .mhg-wheel-faq h2,
  .mhg-wheel-next h2 {
    font-size: 43px;
  }

  .mhg-wheel-stage-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-wheel-machine__grid,
  .mhg-wheel-support__grid {
    grid-template-columns: 1fr;
  }

  .mhg-wheel-machine__grid--reverse .mhg-wheel-machine__visual {
    order: 0;
  }

  .mhg-wheel-machine__visual,
  .mhg-wheel-machine__visual > img {
    min-height: 560px;
    height: 560px;
  }

  .mhg-wheel-support__media {
    position: static;
  }

  .mhg-wheel-next__inner {
    min-height: 0;
    grid-template-columns: 1fr 0.78fr;
    gap: 42px;
  }
}

@media (max-width: 620px) {
  .mhg-cinematic--wheel-repair {
    min-height: 690px;
    padding: 64px 0 46px;
    background:
      linear-gradient(180deg, rgba(2, 9, 7, 0.55) 0%, rgba(2, 9, 7, 0.68) 32%, rgba(2, 9, 7, 0.98) 77%, #020907 100%),
      var(--mhg-hero-image) 61% 22% / auto 54% no-repeat,
      #020907;
  }

  .mhg-cinematic--wheel-repair .mhg-cinematic__inner {
    display: block;
  }

  .mhg-cinematic--wheel-repair h1 {
    max-width: 350px;
    font-size: 45px;
    line-height: 0.98;
  }

  .mhg-cinematic--wheel-repair .mhg-cinematic__copy {
    font-size: 16px;
  }

  .mhg-cinematic--wheel-repair .mhg-tech-console {
    display: none;
  }

  .mhg-wheel-flow,
  .mhg-wheel-machine,
  .mhg-wheel-support,
  .mhg-wheel-faq {
    padding: 70px 0;
  }

  .mhg-wheel-heading {
    margin-bottom: 34px;
  }

  .mhg-wheel-heading h2,
  .mhg-wheel-machine h2,
  .mhg-wheel-support h2,
  .mhg-wheel-faq h2,
  .mhg-wheel-next h2 {
    font-size: 36px;
  }

  .mhg-wheel-heading > p,
  .mhg-wheel-machine__copy > p,
  .mhg-wheel-support__content > div > p,
  .mhg-wheel-next__inner > div > p {
    font-size: 16px;
  }

  .mhg-wheel-stage-rail {
    display: flex;
    width: calc(100% + 20px);
    gap: 12px;
    padding: 0 20px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .mhg-wheel-stage {
    flex: 0 0 82vw;
    max-width: 338px;
    scroll-snap-align: start;
  }

  .mhg-wheel-stage__body {
    min-height: 164px;
  }

  .mhg-wheel-machine__grid,
  .mhg-wheel-support__grid {
    gap: 42px;
  }

  .mhg-wheel-machine__visual,
  .mhg-wheel-machine__visual > img {
    min-height: 390px;
    height: 390px;
  }

  .mhg-wheel-machine__visual figure {
    right: -8px;
    bottom: -20px;
    width: 132px;
    height: 176px;
    border-width: 5px;
  }

  .mhg-wheel-machine__copy .mhg-actions,
  .mhg-wheel-next .mhg-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mhg-wheel-machine__copy .mhg-btn,
  .mhg-wheel-next .mhg-btn {
    width: 100%;
    justify-content: center;
  }

  .mhg-wheel-faq__grid {
    gap: 38px;
  }

  .mhg-wheel-next__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mhg-wheel-next__inner > div {
    padding: 70px 0 46px;
  }

  .mhg-wheel-next__inner > img {
    width: calc(100% + 40px);
    height: 390px;
    margin-left: -20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mhg-wheel-stage,
  .mhg-wheel-stage img {
    transition: none;
  }
}
