:root {
  --ink: #060706;
  --black: #000;
  --muted: #a9afa6;
  --paper: #f4f5f1;
  --panel: #ffffff;
  --line: rgba(255, 255, 255, 0.16);
  --olive: #62784a;
  --olive-dark: #3d4c2d;
  --white: #ffffff;
  --steel: #3f453f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(244, 245, 241, 0.9), rgba(244, 245, 241, 0.9)),
    url("assets/topo-pattern.jpg") center / 720px repeat;
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto minmax(420px, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: rgba(0, 0, 0, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--white);
  background: rgba(0, 0, 0, 0.94);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 178px;
  text-align: center;
}

.brand-logo {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong,
.nav,
.header-call,
h1,
h2,
h3,
h4,
.btn,
.eyebrow,
.category-nav strong,
.card-icon,
.brand-card,
.brand-logo-badge,
label,
.footer-links {
  font-family: Bahnschrift, "DIN Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.02em;
}

.brand small {
  color: currentColor;
  font-size: 0.75rem;
  opacity: 0.78;
}

.nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a,
.header-call {
  transition: color 160ms ease, opacity 160ms ease;
}

.nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-right: 1px solid currentColor;
  text-align: center;
}

.nav a:last-child {
  border-right: 0;
}

.nav a:hover,
.header-call:hover {
  color: var(--olive);
}

.header-call {
  justify-self: end;
  padding: 10px 14px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.page-main {
  padding-top: 0;
}

.page-hero {
  position: relative;
  min-height: 56vh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 18%, rgba(98, 120, 74, 0.26), transparent 32%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.9) 0%, rgba(10, 13, 10, 0.86) 52%, rgba(0, 0, 0, 0.92) 100%),
    url("assets/topo-pattern.jpg") center / 760px repeat;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("assets/topo-pattern.jpg") center / 640px repeat;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 56vh;
  width: min(920px, 100%);
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 136px clamp(20px, 6vw, 76px) 58px;
  margin: 0 auto;
}

.page-brand-mark {
  width: min(220px, 58vw);
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 2;
  background:
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.44)),
    radial-gradient(circle at 50% 42%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42) 72%);
  opacity: 1;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: min(12vw, 180px);
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.24), transparent);
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(0.94) contrast(1.04);
  opacity: 0.72;
  pointer-events: none;
}

.hero-photo-dirt {
  right: 50%;
  background-image: url("assets/hero-dirt-rzr.jpg");
}

.hero-photo-snow {
  left: 50%;
  background-image: url("assets/hero-snow-sled.jpg");
}

.hero-watermark {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 70vh;
  width: min(920px, 100%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 136px clamp(20px, 6vw, 76px) 44px;
  margin: 0 auto;
  text-align: center;
}

.hero-logo {
  width: min(240px, 56vw);
  margin-bottom: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 6.2vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-align: center;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions,
.footer-links {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.btn.primary {
  background: var(--olive);
  color: #fff;
}

.btn.secondary {
  background: #fff;
  color: var(--ink);
}

.category-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 0 clamp(20px, 6vw, 76px) 42px;
  background: transparent;
}

.category-nav a {
  min-height: 64px;
  padding: 14px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  transition: color 180ms ease, border-color 180ms ease;
}

.category-nav a:hover {
  border-color: rgba(98, 120, 74, 0.9);
  color: var(--olive);
}

.category-nav strong {
  display: block;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)),
    url("assets/topo-pattern.jpg") center / 620px repeat;
  color: #fff;
}

.trust-strip span {
  min-height: 76px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 800;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 92px) clamp(20px, 5vw, 70px);
}

.section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("assets/topo-pattern.jpg") center / 680px repeat;
  opacity: 0.055;
  pointer-events: none;
}

.section::after {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: 24px;
  width: min(220px, 42vw);
  aspect-ratio: 1;
  content: "";
  background: url("assets/lborw-alt-logo.png") center / contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
}

.section > * {
  position: relative;
  z-index: 1;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}

.section-intro p:not(.eyebrow),
.contact-copy p,
.service-area p {
  margin-right: auto;
  margin-left: auto;
  max-width: 580px;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.service-hover-card {
  cursor: default;
}

.service-card-front,
.service-card-detail {
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-card-front {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.service-card-front p {
  margin-top: auto;
}

.service-icon {
  width: min(190px, 70%);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.service-card-detail {
  position: absolute;
  inset: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.service-hover-card:hover .service-card-front,
.service-hover-card:focus .service-card-front,
.service-hover-card:focus-within .service-card-front {
  opacity: 0.08;
  transform: translateY(-10px);
}

.service-hover-card:hover .service-card-detail,
.service-hover-card:focus .service-card-detail,
.service-hover-card:focus-within .service-card-detail {
  opacity: 1;
  transform: translateY(0);
}

.service-card-detail h4 {
  margin: 0 0 14px;
  color: var(--olive);
  font-size: 1rem;
  text-transform: uppercase;
}

.service-card-detail ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
}

.service-card-detail li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.card-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 8px;
  background: rgba(98, 120, 74, 0.14);
  color: var(--olive);
  font-weight: 900;
}

.service-card p,
.steps p {
  color: var(--muted);
}

.service-card-detail li {
  color: rgba(255, 255, 255, 0.86);
}

.machines {
  background:
    linear-gradient(rgba(232, 235, 228, 0.9), rgba(232, 235, 228, 0.9)),
    url("assets/topo-pattern.jpg") center / 720px repeat;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 28px;
}

.category-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1.2fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  justify-items: center;
  min-height: 280px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(70, 82, 93, 0.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 23, 23, 0.08);
}

.snow-section {
  background:
    linear-gradient(rgba(249, 251, 252, 0.92), rgba(249, 251, 252, 0.92)),
    url("assets/topo-pattern.jpg") center / 720px repeat;
}

.category-panel h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.category-panel p {
  margin-right: auto;
  margin-left: auto;
  max-width: 520px;
  color: var(--muted);
}

.brand-list {
  display: grid;
  gap: 10px;
  margin-top: 0;
}

.brand-list-dirt {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-list-snow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  padding: 22px 16px;
  border: 1px solid rgba(70, 82, 93, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(rgba(6, 7, 6, 0.9), rgba(6, 7, 6, 0.9)),
    url("assets/topo-pattern.jpg") center / 520px repeat;
  color: var(--white);
  font-weight: 900;
  outline: none;
}

.brand-card h3 {
  margin: 18px 0 0;
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
}

.brand-logo-badge {
  display: inline-grid;
  min-width: min(220px, 100%);
  min-height: 54px;
  place-items: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  text-transform: uppercase;
}

.brand-logo-image {
  width: min(240px, 90%);
  height: 74px;
  overflow: hidden;
  background: #fff;
}

.brand-logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.model-list {
  position: absolute;
  inset: 12px;
  display: grid;
  align-content: center;
  gap: 7px;
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.88);
  list-style: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.brand-card:hover .model-list,
.brand-card:focus .model-list,
.brand-card:focus-within .model-list {
  opacity: 1;
  transform: translateY(0);
}

.brand-card:hover .brand-logo-badge,
.brand-card:focus .brand-logo-badge,
.brand-card:focus-within .brand-logo-badge,
.brand-card:hover h3,
.brand-card:focus h3,
.brand-card:focus-within h3 {
  opacity: 0.08;
}

.gallery {
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url("assets/topo-pattern.jpg") center / 720px repeat;
}

.section-heading p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
  color: var(--muted);
}

.about-copy {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.about-copy p {
  margin: 0;
  color: var(--steel);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.gallery-slideshow {
  display: grid;
  gap: 12px;
}

.gallery-stage {
  position: relative;
  display: grid;
  min-height: clamp(380px, 68vw, 760px);
  overflow: hidden;
  border: 1px solid rgba(70, 82, 93, 0.24);
  border-radius: 8px;
  background: #0b0d0c;
}

.gallery-slide {
  position: absolute;
  inset: 0;
  display: grid;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.gallery-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  max-height: clamp(380px, 68vw, 760px);
  object-fit: contain;
  background: #0b0d0c;
  filter: saturate(0.98) contrast(1.02);
}

.gallery-slide figcaption {
  position: absolute;
  top: 14px;
  left: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(6, 7, 6, 0.82);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(6, 7, 6, 0.72);
  color: #fff;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 12px;
}

.gallery-next {
  right: 12px;
}

.gallery-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--steel);
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-meta p {
  margin: 0;
}

.gallery-meta span {
  color: var(--muted);
  font-size: 0.86rem;
}

.process {
  background:
    linear-gradient(rgba(6, 7, 6, 0.9), rgba(6, 7, 6, 0.9)),
    url("assets/topo-pattern.jpg") center / 700px repeat;
  color: #fff;
}

.process .section-intro p:not(.eyebrow),
.process .steps p {
  color: rgba(255, 255, 255, 0.7);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.steps span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: var(--ink);
  font-weight: 900;
}

.service-area {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-items: center;
  gap: 28px;
  padding: clamp(54px, 8vw, 92px) clamp(20px, 5vw, 70px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url("assets/topo-pattern.jpg") center / 720px repeat;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 60px);
}

.contact-panel {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-panel a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.seo-summary {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 20px;
  color: var(--steel);
}

.seo-summary h2 {
  font-size: 1.4rem;
}

.seo-summary p {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--muted);
}

label {
  display: grid;
  gap: 8px;
  color: var(--steel);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(70, 82, 93, 0.26);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  text-align: center;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--olive-dark);
  font-weight: 800;
}

.footer {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 34px clamp(20px, 5vw, 70px);
  background:
    linear-gradient(rgba(6, 7, 6, 0.92), rgba(6, 7, 6, 0.92)),
    url("assets/topo-pattern.jpg") center / 620px repeat;
  color: #fff;
}

.footer-logo {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: -34px;
  width: 220px;
  opacity: 0.08;
  pointer-events: none;
}

.footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  align-items: center;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav,
  .header-call {
    display: none;
  }

  .site-header.is-open .nav {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 10px 0;
    border: 0;
  }

  .site-header.is-open .nav a {
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 24, 23, 0.14);
    padding: 12px 0;
  }

  .site-header.is-open .header-call {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .split,
  .contact,
  .service-area {
    grid-template-columns: 1fr;
  }

  .category-panel {
    grid-template-columns: 1fr;
  }

  .brand-list-dirt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-nav a:last-child {
    grid-column: 1 / -1;
  }

  .trust-strip,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .hero-photo-dirt {
    right: 0;
    bottom: 50%;
  }

  .hero-photo-snow {
    top: 50%;
    left: 0;
  }

  .hero-content {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 28px;
  }

  .hero-logo {
    width: min(190px, 60vw);
  }

  .category-nav {
    grid-template-columns: 1fr;
    padding-bottom: 28px;
  }

  .category-nav a:last-child {
    grid-column: auto;
  }

  .service-grid,
  .category-panel,
  .brand-list-dirt,
  .brand-list-snow,
  .trust-strip,
  .steps,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .gallery-stage {
    min-height: clamp(320px, 80vw, 520px);
  }

  .gallery-slide img {
    max-height: clamp(320px, 80vw, 520px);
  }

  .gallery-control {
    width: 38px;
    height: 54px;
    font-size: 2rem;
  }

  .gallery-prev {
    left: 8px;
  }

  .gallery-next {
    right: 8px;
  }

  .gallery-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .service-card {
    min-height: auto;
  }

  .service-card-front {
    min-height: auto;
  }

  .service-icon {
    width: min(160px, 68%);
  }

  .service-card-detail {
    position: static;
    margin-top: 18px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .service-hover-card:hover .service-card-front,
  .service-hover-card:focus .service-card-front,
  .service-hover-card:focus-within .service-card-front {
    opacity: 1;
    transform: none;
  }

  .brand-card {
    min-height: auto;
  }

  .model-list {
    position: static;
    margin-top: 16px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .brand-card:hover .brand-logo-badge,
  .brand-card:focus .brand-logo-badge,
  .brand-card:focus-within .brand-logo-badge,
  .brand-card:hover h3,
  .brand-card:focus h3,
  .brand-card:focus-within h3 {
    opacity: 1;
  }

  .trust-strip span {
    min-height: 58px;
  }

  .footer {
    display: grid;
  }
}
