:root {
  --ink: #111820;
  --navy: #0c223b;
  --blue: #183f69;
  --orange: #f47a20;
  --soft: #f2f5f7;
  --line: #d9e0e6;
  --muted: #5c6875;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 16px/1.65 Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: auto; }
.topbar { padding: 7px 0; background: #081522; color: #d9e3ed; font-size: 13px; }
.topbar .shell { display: flex; justify-content: space-between; gap: 20px; }
header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
}
nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { width: 195px; }
.navlinks { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 800; }
.navlinks a { text-decoration: none; white-space: nowrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
}
.btn.orange { background: var(--orange); color: #15202b; }
.btn.dark { background: var(--navy); color: #fff; }
.btn.outline { border-color: var(--navy); color: var(--navy); }
.hero {
  min-height: 500px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 23, 39, .96), rgba(7, 23, 39, .76) 52%, rgba(7, 23, 39, .18)),
    var(--hero-image) center / cover no-repeat;
}
.hero-copy { max-width: 720px; padding: 70px 0; }
.hero-lines span { display: block; }
.hero-lines span + span { margin-top: 7px; }
.skid-steer-range-hero,
.mini-excavator-range-hero,
.remote-mower-range-hero {
  background:
    linear-gradient(
      90deg,
      rgba(7, 22, 34, .92) 0%,
      rgba(7, 22, 34, .82) 38%,
      rgba(7, 22, 34, .45) 62%,
      rgba(7, 22, 34, .18) 100%
    ),
    var(--hero-image) center / cover no-repeat;
}
.skid-steer-range-hero .hero-copy,
.mini-excavator-range-hero .hero-copy,
.remote-mower-range-hero .hero-copy {
  width: 84%;
  max-width: none;
  padding: 68px 0;
}
.skid-steer-range-hero .hero-panel,
.mini-excavator-range-hero .hero-panel,
.remote-mower-range-hero .hero-panel {
  width: min(58vw, 720px);
}
.skid-steer-range-hero h1,
.mini-excavator-range-hero h1,
.remote-mower-range-hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 4.2vw, 56px);
  line-height: 1.08;
}
.skid-steer-range-hero .lead,
.mini-excavator-range-hero .lead,
.remote-mower-range-hero .lead {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: 19px;
}
.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-benefits li {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 3px;
  background: rgba(8, 23, 35, .42);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 16px 0 24px; font-size: clamp(44px, 6vw, 72px); line-height: 1; letter-spacing: -.045em; }
h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
h3 { font-size: 22px; line-height: 1.25; }
.lead { max-width: 680px; color: #e1e9f0; font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.quick-nav { background: var(--navy); color: #fff; }
.quick-nav .shell { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255, 255, 255, .2); }
.quick-nav a {
  padding: 18px 14px;
  background: var(--navy);
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  transition: background-color .2s ease, color .2s ease;
}
.quick-nav a:hover,
.quick-nav a:focus-visible,
.quick-nav a:active {
  background: var(--orange);
  color: var(--ink);
}
.quick-nav a:focus-visible { outline: 2px solid var(--white); outline-offset: -4px; }
section { padding: 82px 0; }
.soft { background: var(--soft); }
.dark { background: #111c29; color: #fff; }
.section-head {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 38px;
}
.section-head p { margin-bottom: 6px; color: var(--muted); font-size: 18px; }
.dark .section-head p { color: #c7d2dd; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card-grid.four-up { grid-template-columns: repeat(4, 1fr); }
.subsection-head { margin-top: 64px; }
.focus-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; align-items: stretch; }
.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}
.card > a:first-child { display: block; overflow: hidden; }
.card > a:first-child img { transition: transform .35s ease; }
.card > a:first-child:hover img, .card > a:first-child:focus-visible img { transform: scale(1.035); }
.card img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.card-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.card-copy p { color: var(--muted); min-height: 78px; }
.text-link { color: var(--navy); font-weight: 900; text-decoration: none; }
.card-copy .text-link {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 9px 12px;
  border: 1px solid var(--navy);
  align-items: center;
  line-height: 1.35;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}
.card-copy .text-link:hover,
.card-copy .text-link:focus-visible {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
  outline: none;
  transform: scale(1.035);
}
.card-copy .text-link:focus-visible { box-shadow: 0 0 0 3px rgba(244, 122, 32, .28); }
.card-copy .text-link:active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  transform: scale(1.04);
}
.selection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.selection {
  padding: 28px;
  background: #182737;
  border: 1px solid #334659;
}
.selection b { display: block; margin-bottom: 10px; color: var(--orange); }
.selection p { margin-bottom: 0; color: #c8d3dd; }
.application-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.application {
  padding: 24px;
  background: #fff;
  border-left: 4px solid var(--orange);
  box-shadow: 0 8px 24px rgba(19, 42, 65, .08);
}
.application p { margin-bottom: 0; color: var(--muted); }
.faq { display: grid; gap: 12px; }
.faq details { padding: 0 22px; border: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 18px 0; font-size: 18px; font-weight: 900; }
.faq p { padding-bottom: 18px; color: var(--muted); }
.cta { padding: 70px 0; background: var(--orange); }
.cta-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: center; }
.cta-grid p { font-size: 18px; }
footer { padding: 36px 0; background: #08131f; color: #bdc9d4; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 38px; }
.footer-grid img { width: 180px; margin-bottom: 16px; }
footer h3 { color: #fff; font-size: 17px; }
footer a { display: block; margin: 6px 0; color: #bdc9d4; text-decoration: none; }

@media (max-width: 980px) {
  .navlinks a:not(.btn) { display: none; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid.four-up { grid-template-columns: repeat(2, 1fr); }
  .focus-grid { grid-template-columns: 1fr; }
  .application-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .shell {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
  }
  .topbar span:last-child, .navlinks .btn { display: none; }
  .logo { width: 160px; }
  .hero { min-height: 440px; background-position: 65% center; }
  .skid-steer-range-hero,
  .mini-excavator-range-hero,
  .remote-mower-range-hero {
    background:
      linear-gradient(90deg, rgba(8, 23, 35, .94), rgba(8, 23, 35, .72)),
      var(--hero-image) 72% center / cover no-repeat;
  }
  .skid-steer-range-hero .hero-copy,
  .mini-excavator-range-hero .hero-copy,
  .remote-mower-range-hero .hero-copy {
    width: 100vw;
    max-width: 100vw;
    margin-inline: 0;
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 48px;
    padding-left: 20px;
  }
  .skid-steer-range-hero .hero-panel,
  .mini-excavator-range-hero .hero-panel,
  .remote-mower-range-hero .hero-panel {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
  .skid-steer-range-hero h1,
  .mini-excavator-range-hero h1,
  .remote-mower-range-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    line-height: 1.15;
  }
  .skid-steer-range-hero .lead,
  .mini-excavator-range-hero .lead,
  .remote-mower-range-hero .lead {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
  }
  .hero-benefits {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    width: 100%;
    max-width: 100%;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  h1 {
    max-width: 100%;
    font-size: 39px;
    overflow-wrap: anywhere;
  }
  h2, h3, p { overflow-wrap: anywhere; }
  .actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .actions .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }
  .section-head, .cta-grid { grid-template-columns: 1fr; gap: 16px; }
  .quick-nav .shell {
    width: 100%;
    padding: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .quick-nav a {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .card-grid, .card-grid.four-up, .selection-grid, .application-grid, .footer-grid { grid-template-columns: 1fr; }
  .card-copy p { min-height: 0; }
  section { padding: 64px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .quick-nav a { transition: none; }
  .card-copy .text-link { transition: none; }
  .card-copy .text-link:hover,
  .card-copy .text-link:focus-visible,
  .card-copy .text-link:active { transform: none; }
}
