:root {
  --red: #f20a2f;
  --red-dark: #c90023;
  --ink: #111317;
  --ink-2: #1b1e23;
  --muted: #626872;
  --paper: #f4f4f2;
  --white: #ffffff;
  --line: #d9dadd;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.topbar { background: #0d0f12; color: #c9ccd1; font-size: 13px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--white); }
.navbar { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 270px; height: 72px; overflow: hidden; background: #090a0d; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: 14px; }
.nav-links > a:not(.nav-cta):hover { color: var(--red); }
.nav-cta { padding: 13px 19px; background: var(--red); color: white; border: 1px solid var(--red); }
.nav-cta:hover { background: var(--red-dark); }
.menu-button { display: none; border: 1px solid var(--line); background: white; padding: 10px 14px; font: inherit; font-weight: 700; }
.hero { min-height: 690px; position: relative; display: flex; align-items: center; color: white; background: #0b0d10 url('assets/d6%20dozer.png') center 52%/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,12,.94) 0%, rgba(7,9,12,.78) 48%, rgba(7,9,12,.2) 78%, rgba(7,9,12,.08) 100%); }
.hero-content { position: relative; z-index: 1; padding-block: 86px 60px; }
.eyebrow { margin: 0 0 16px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; line-height: 1.02; margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(54px, 7vw, 96px); text-transform: uppercase; letter-spacing: -.02em; }
h2 { margin-bottom: 20px; font-size: clamp(42px, 5vw, 64px); text-transform: uppercase; }
h3 { font-size: 28px; }
.hero-copy { max-width: 650px; margin: 0; color: #d9dce1; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 2px; font: inherit; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: rgba(255,255,255,.55); color: white; background: rgba(0,0,0,.18); }
.button-secondary:hover { border-color: white; background: rgba(255,255,255,.08); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 760px; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.25); }
.hero-facts div { padding: 22px 22px 0 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 16px; }
.hero-facts span { color: #b8bdc5; font-size: 13px; }
.section { padding: 100px 0; }
.equipment-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.equipment-card { background: white; border: 1px solid #e1e2e3; box-shadow: 0 13px 35px rgba(20,23,28,.06); }
.equipment-image { height: 265px; overflow: hidden; background: #d9dade; }
.equipment-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.equipment-card:hover .equipment-image img { transform: scale(1.035); }
.equipment-body { padding: 26px; }
.equipment-type { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.equipment-body h3 { margin: 7px 0 12px; }
.equipment-body p { min-height: 78px; margin: 0; color: var(--muted); font-size: 14px; }
.equipment-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; }
.equipment-footer a { color: var(--red); font-weight: 800; }
.equipment-more { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 40px; margin-top: 26px; padding: 34px; background: white; border: 1px solid #e1e2e3; border-left: 4px solid var(--red); box-shadow: 0 13px 35px rgba(20,23,28,.06); }
.equipment-more h3 { margin: 0 0 10px; font-size: 32px; text-transform: uppercase; }
.equipment-more p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 15px; }
.equipment-more .eyebrow { margin-bottom: 10px; }
.equipment-more-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.equipment-more-actions .button { flex: 1 1 auto; }
.button-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-outline:hover { background: var(--ink); color: white; }
.services-section { background: var(--ink); color: white; }
.services-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.services-intro > p:not(.eyebrow) { color: #adb2ba; }
.text-link { display: inline-block; margin-top: 18px; color: var(--red); font-weight: 800; border-bottom: 1px solid var(--red); }
.service-list { border-top: 1px solid #3b3e43; }
.service-list article { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid #3b3e43; }
.service-list article > span { color: var(--red); font-family: "Barlow Condensed"; font-size: 26px; font-weight: 700; }
.service-list h3 { margin: 0 0 6px; font-size: 27px; }
.service-list p { margin: 0; color: #adb2ba; font-size: 14px; }
.about-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.about-image { height: 520px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.about-content > p:not(.eyebrow) { color: var(--muted); }
.about-content ul { margin: 28px 0 0; padding: 0; list-style: none; }
.about-content li { padding: 14px 0 14px 28px; border-bottom: 1px solid var(--line); position: relative; }
.about-content li::before { content: ""; width: 10px; height: 3px; background: var(--red); position: absolute; left: 0; top: 25px; }
.contact-section { padding: 100px 0; color: white; background: linear-gradient(110deg, #0c0e11 0%, #171a1f 100%); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-copy > p:not(.eyebrow) { color: #adb2ba; }
.contact-details { margin-top: 35px; border-top: 1px solid #383b41; }
.contact-details > * { display: block; padding: 18px 0; border-bottom: 1px solid #383b41; }
.contact-details span { display: block; color: #8f959e; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { font-size: 16px; }
.quote-form { padding: 34px; background: white; color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 18px; font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; margin-top: 7px; border: 1px solid #cfd1d4; border-radius: 0; background: #fafafa; padding: 13px 14px; color: var(--ink); font: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(242,10,47,.18); border-color: var(--red); }
textarea { resize: vertical; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.site-footer { background: #07080a; color: #9ca1aa; }
.footer-inner { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 13px; }
.footer-inner img { width: 220px; height: 68px; object-fit: cover; }
.footer-inner a { color: white; }
@media (max-width: 900px) {
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .navbar { height: 78px; }
  .brand { width: 220px; height: 60px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; z-index: 20; top: 114px; left: 20px; right: 20px; padding: 20px; background: white; border: 1px solid var(--line); box-shadow: 0 20px 45px rgba(0,0,0,.16); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 9px 4px; }
  .nav-cta { text-align: center; }
  .hero { min-height: 650px; background-position: 62% 42%; }
  .hero-overlay { background: rgba(7,9,12,.74); }
  .section-heading, .services-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .equipment-grid { grid-template-columns: 1fr 1fr; }
  .equipment-more { grid-template-columns: 1fr; gap: 26px; }
  .about-image { height: 420px; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topbar-links { gap: 12px; font-size: 11px; }
  .topbar-links a:last-child { display: none; }
  .brand { width: 190px; }
  .nav-links { top: 114px; left: 14px; right: 14px; }
  .hero { min-height: 700px; }
  .hero-content { padding-top: 70px; }
  h1 { font-size: 52px; }
  h2 { font-size: 42px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 40px; }
  .hero-facts div { padding-top: 14px; }
  .section { padding: 72px 0; }
  .equipment-grid { grid-template-columns: 1fr; }
  .equipment-image { height: 235px; }
  .equipment-more { padding: 26px 20px; }
  .equipment-more h3 { font-size: 27px; }
  .equipment-more-actions { flex-direction: column; }
  .equipment-body p { min-height: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .footer-inner { padding: 30px 0; flex-direction: column; text-align: center; }
}
