/*
Theme Name: Hewitt Emergency Services
Theme URI: https://hewittemergencyservices.com/
Author: Hewitt Emergency Services
Description: WordPress theme version of the Hewitt Emergency Services site, including public pages, local media, quote/contact forms, employee form links, gallery, and WooCommerce-aware shop styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: hewitt-emergency-services
*/

@font-face {
  font-family: "Chunkfive";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Chunkfive.woff2") format("woff2"), url("assets/fonts/Chunkfive.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2") format("woff2");
}

:root {
  --hes-black: #161616;
  --hes-ink: #252525;
  --hes-soft: #1b1b1b;
  --hes-panel: #161616;
  --hes-gold: #b88010;
  --hes-red: #a72220;
  --hes-action: #a72220;
  --hes-action-hover: #b88010;
  --hes-muted: #d2d2d2;
  --hes-border: rgba(255, 255, 255, 0.16);
  --hes-shadow: 0 14px 35px rgba(0, 0, 0, 0.14);
  --hes-width: 1160px;
  --hes-logo-texture: url("assets/images/logo-grey-texture-bg.png");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--hes-black);
  background-image: linear-gradient(rgba(18, 18, 18, 0.88), rgba(18, 18, 18, 0.88)), var(--hes-logo-texture);
  background-size: auto, 360px 360px;
  color: #f3f3f3;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(22, 22, 22, 0.96);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: visible;
}

.utility-bar {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 8px 20px;
  background: #0f0f0f;
  color: #f7f0df;
  font-size: 13px;
  letter-spacing: 0;
}

.utility-bar a {
  text-decoration: none;
}

.header-inner {
  position: relative;
  width: min(100% - 32px, var(--hes-width));
  margin: 0 auto;
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  overflow: visible;
}

.header-inner > :not(.menu-dozer) {
  position: relative;
  z-index: 10;
}

.menu-dozer {
  --dozer-cycle-duration: 40s;
  --dozer-track-state: paused;
  --dozer-track-duration: 0.68s;
  --dozer-track-direction: normal;
  --dozer-track-bottom-direction: reverse;
  --dozer-slot-start: 360px;
  --dozer-slot-end: 104px;
  --dozer-slot-ramp-top: 310px;
  --dozer-slot-ramp-bottom: 260px;
  --dozer-slot-settle: 220px;
  --dozer-slot-reverse-settle: 220px;
  --dozer-slot-reverse-ramp-bottom: 260px;
  --dozer-slot-reverse-ramp-top: 310px;
  --dozer-slot-drop: 0px;
  --dozer-slot-nose-drop: 0px;
  --dozer-slot-rear-drop: 0px;
  --dozer-slot-mid-drop: 0px;
  --dozer-blade-cut-drop: 0px;
  --dozer-blade-mid-drop: 0px;
  --dozer-blade-arm-cut-drop: 0px;
  --dozer-blade-arm-mid-drop: 0px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 8;
  width: 170px;
  height: 86px;
  pointer-events: none;
  opacity: 0.94;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.78));
  transform: translate3d(var(--dozer-slot-start), var(--dozer-slot-drop), 0);
  transform-origin: 50% 92%;
  will-change: transform;
  backface-visibility: hidden;
  animation: none;
}

.menu-dozer.is-track-moving {
  --dozer-track-state: running;
}

.menu-dozer svg,
.menu-dozer img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: visible;
  transform-origin: center;
  transform: scaleX(-1);
  animation: none;
}

.menu-dozer::before,
.menu-dozer::after {
  content: "";
  position: absolute;
  bottom: -2px;
  z-index: 1;
  width: 104px;
  height: 9px;
  background-image:
    radial-gradient(circle, rgba(118, 74, 27, 0.46) 0 1.6px, transparent 2.2px),
    radial-gradient(circle, rgba(79, 49, 22, 0.38) 0 1.2px, transparent 1.8px),
    radial-gradient(ellipse, rgba(97, 62, 30, 0.18) 0 34%, transparent 68%);
  background-position: 0 6px, 12px 1px, 0 0;
  background-size: 18px 8px, 24px 9px, 100% 100%;
  filter: blur(0.2px);
  pointer-events: none;
}

.menu-dozer::before {
  right: 128px;
  opacity: 0.16;
  transform: translateX(6px) scaleX(1);
  transition: opacity 0.18s ease;
}

.menu-dozer::after {
  left: 128px;
  opacity: 0.1;
  transform: scaleX(-1);
  transition: opacity 0.18s ease;
}

.menu-dozer.is-pushing-pass::before {
  opacity: 0.62;
  transform: translateX(0) scaleX(1);
}

.menu-dozer.is-backing-pass::after {
  opacity: 0.14;
  transform: translateX(0) scaleX(-1);
}

.dozer-boulder-layer {
  position: fixed;
  inset: 0;
  z-index: 55;
  pointer-events: none;
  overflow: visible;
}

.blade-rock-load {
  --blade-load-opacity: 0.25;
  --blade-load-scale-x: 0.18;
  --blade-load-scale-y: 0.25;
  position: fixed;
  z-index: 9;
  width: 42px;
  height: 34px;
  pointer-events: none;
  opacity: 0.94;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.58));
  transition: opacity 0.18s ease;
}

.blade-rock-load:empty {
  opacity: 0;
}

.blade-rock-load:not(:empty)::before {
  content: "";
  position: absolute;
  left: -7px;
  right: auto;
  bottom: 0;
  width: 50px;
  height: 24px;
  border-radius: 54% 47% 38% 42%;
  background:
    radial-gradient(circle, rgba(139, 89, 41, 0.66) 0 1.8px, transparent 2.8px),
    radial-gradient(circle at 32% 26%, rgba(191, 135, 69, 0.45) 0 10%, transparent 24%),
    linear-gradient(155deg, #7d5129 0%, #4b311d 58%, #2d2016 100%);
  background-size: 13px 8px, 100% 100%, 100% 100%;
  box-shadow:
    inset -5px -6px 5px rgba(0, 0, 0, 0.34),
    inset 3px 2px 4px rgba(216, 159, 82, 0.18),
    0 5px 6px rgba(0, 0, 0, 0.32);
  clip-path: polygon(0 78%, 9% 45%, 23% 35%, 35% 18%, 49% 30%, 64% 12%, 78% 34%, 94% 43%, 100% 80%, 100% 100%, 0 100%);
  opacity: var(--blade-load-opacity);
  transform: scale(var(--blade-load-scale-x), var(--blade-load-scale-y));
  transform-origin: 18% 100%;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.blade-rock-load.is-heavy::after {
  content: "";
  position: absolute;
  left: -4px;
  right: 2px;
  bottom: -2px;
  height: 12px;
  border-radius: 50%;
  background: rgba(88, 58, 28, 0.34);
  filter: blur(2px);
}

.blade-load-rock,
.pile-rock {
  position: absolute;
  width: var(--rock-size, 14px);
  height: var(--rock-size, 14px);
  background:
    linear-gradient(52deg, transparent 0 29%, rgba(255, 249, 224, 0.18) 30% 39%, transparent 40%),
    linear-gradient(143deg, transparent 0 36%, rgba(24, 18, 13, 0.4) 37% 51%, transparent 52%),
    radial-gradient(circle at 26% 22%, rgba(255, 255, 255, 0.28) 0 8%, transparent 19%),
    linear-gradient(135deg, #94806a 0%, #645342 35%, #34291f 100%);
  box-shadow:
    inset -3px -4px 3px rgba(0, 0, 0, 0.5),
    inset 2px 2px 3px rgba(255, 246, 219, 0.16),
    0 4px 5px rgba(0, 0, 0, 0.34);
  transform: rotate(var(--rock-tilt, 0deg));
}

.header-rock-pile {
  position: fixed;
  z-index: 7;
  width: 118px;
  height: 48px;
  pointer-events: none;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.48));
}

.header-rock-pile::before {
  content: "";
  position: absolute;
  left: -8px;
  right: 16px;
  bottom: 0;
  height: 15px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(112, 70, 31, 0.44) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(88, 55, 27, 0.54), rgba(48, 34, 22, 0.12));
  background-size: 15px 9px, 100% 100%;
  opacity: 0.9;
}

.header-slot-cut {
  --slot-depth-shadow: 0.46;
  --slot-deep-opacity: 0;
  --slot-deep-width: 0px;
  --header-cut-color: rgba(22, 22, 22, 0.96);
  position: fixed;
  z-index: 2;
  height: 18px;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  clip-path: polygon(0 18%, 8% 7%, 18% 18%, 30% 9%, 43% 17%, 56% 8%, 69% 17%, 82% 9%, 93% 17%, 100% 8%, 98% 100%, 2% 100%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.header-slot-cut::before,
.header-slot-cut::after {
  content: "";
  display: none;
  position: absolute;
  pointer-events: none;
}

.header-slot-cut::before {
  left: 2%;
  right: 3%;
  top: 0;
  height: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(35, 35, 35, 0.6), rgba(22, 22, 22, 0.28));
  clip-path: polygon(0 56%, 10% 22%, 21% 54%, 34% 26%, 47% 52%, 61% 24%, 74% 52%, 88% 25%, 100% 46%, 100% 100%, 0 100%);
  opacity: 0.78;
}

.header-slot-cut::after {
  left: 4px;
  top: 7px;
  bottom: 3px;
  width: var(--slot-deep-width);
  border-radius: 0 0 18px 18px;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.5) 0%, rgba(22, 22, 22, 0.96) 46%, rgba(22, 22, 22, 0.96) 100%);
  box-shadow:
    inset 0 4px 6px rgba(0, 0, 0, 0.42),
    inset 0 -4px 7px rgba(0, 0, 0, 0.26);
  clip-path: polygon(0 16%, 10% 34%, 22% 18%, 36% 42%, 50% 17%, 64% 42%, 78% 19%, 91% 40%, 100% 18%, 97% 100%, 3% 100%);
  opacity: var(--slot-deep-opacity);
  transition: opacity 0.18s ease;
}

.header-slot-fresh {
  --slot-depth-shadow: 0.46;
  --header-cut-color: rgba(22, 22, 22, 0.96);
  position: fixed;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  clip-path: polygon(0 18%, 8% 7%, 18% 18%, 30% 9%, 43% 17%, 56% 8%, 69% 17%, 82% 9%, 93% 17%, 100% 8%, 98% 100%, 2% 100%);
  opacity: 0;
}

.header-slot-fresh.is-visible {
  opacity: 0;
}

.header-slot-fresh.is-deep {
  background: transparent;
  box-shadow: none;
}

.pile-rock {
  z-index: 1;
}

.header-dig-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}

.header-dig-cut {
  position: absolute;
  bottom: -13px;
  display: block;
  border-radius: 0 0 44% 50%;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(8, 7, 6, 0.92) 0 42%, transparent 43%),
    linear-gradient(180deg, rgba(25, 18, 12, 0.96) 0%, rgba(82, 49, 22, 0.88) 58%, rgba(112, 70, 31, 0.18) 100%);
  box-shadow:
    inset 0 3px 3px rgba(0, 0, 0, 0.72),
    0 -1px 0 rgba(183, 128, 53, 0.24),
    0 6px 8px rgba(0, 0, 0, 0.25);
  clip-path: polygon(0 0, 13% 28%, 29% 8%, 44% 34%, 61% 9%, 78% 31%, 100% 0, 90% 100%, 11% 100%);
  opacity: 0;
  transform: rotate(var(--dig-tilt, 0deg));
  animation: header-dig-bite 0.72s cubic-bezier(0.2, 0.72, 0.24, 1) forwards;
}

.header-dig-cut::before,
.header-dig-cut::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 8px;
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(circle, rgba(132, 85, 39, 0.74) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(126, 77, 35, 0.76), rgba(49, 34, 21, 0.2));
}

.header-dig-cut::before {
  left: -10px;
  width: 52%;
}

.header-dig-cut::after {
  right: -9px;
  width: 48%;
}

.header-dig-cut.is-fading {
  opacity: 0;
  transition: opacity 1s ease;
}

.header-excavator {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 230px;
  height: 96px;
  pointer-events: none;
  transform: translate(-260px, -150px);
  transform-origin: 50% 50%;
  transition: transform 5.8s linear;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.64));
}

.header-excavator.no-motion {
  transition: none;
}

.header-excavator span {
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.header-excavator__machine {
  inset: 0;
  transform-origin: 50% 50%;
}

.header-excavator.is-facing-left .header-excavator__machine {
  transform: scaleX(-1);
}

.header-excavator__track {
  left: 16px;
  bottom: 7px;
  width: 126px;
  height: 22px;
  border: 2px solid #0e0b08;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, #12100b 0 7px, #f0bf33 7px 11px, #7c6125 11px 13px),
    linear-gradient(#362a1a, #120d09);
  overflow: hidden;
}

.header-excavator__track::after {
  content: "";
  position: absolute;
  inset: 4px 8px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 10% 50%, #f5c63a 0 5px, #15100a 6px 7px, transparent 8px),
    radial-gradient(circle at 29% 50%, #f5c63a 0 4px, #15100a 5px 6px, transparent 7px),
    radial-gradient(circle at 49% 50%, #f5c63a 0 4px, #15100a 5px 6px, transparent 7px),
    radial-gradient(circle at 69% 50%, #f5c63a 0 4px, #15100a 5px 6px, transparent 7px),
    radial-gradient(circle at 90% 50%, #f5c63a 0 5px, #15100a 6px 7px, transparent 8px);
}

.header-excavator__body {
  left: 63px;
  bottom: 31px;
  width: 65px;
  height: 29px;
  border: 2px solid #15100a;
  border-radius: 4px 12px 5px 3px;
  clip-path: polygon(0 8%, 100% 0, 91% 100%, 0 100%);
  background:
    repeating-linear-gradient(90deg, transparent 0 9px, rgba(20, 15, 9, 0.72) 9px 13px, transparent 13px 17px),
    linear-gradient(135deg, #f1c44d 0%, #c99724 52%, #70551f 100%);
}

.header-excavator__cat {
  right: 10px;
  bottom: 8px;
  width: 28px;
  height: 12px;
  border-radius: 2px;
  background: #111;
  color: #f5f0df;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  font-weight: 900;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0;
}

.header-excavator__cat::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 0;
  width: 8px;
  height: 5px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #f2bc2f;
}

.header-excavator.is-facing-left .header-excavator__cat {
  transform: scaleX(-1);
}

.header-excavator__counterweight {
  left: 14px;
  bottom: 32px;
  width: 61px;
  height: 31px;
  border: 2px solid #15100a;
  border-radius: 2px 6px 4px 2px;
  background:
    repeating-linear-gradient(58deg, transparent 0 7px, #111 7px 11px, transparent 11px 16px),
    linear-gradient(135deg, #f0bf33 0%, #c99724 58%, #7c5d1d 100%);
}

.header-excavator__cab {
  left: 73px;
  bottom: 55px;
  width: 48px;
  height: 39px;
  border: 2px solid #080807;
  border-radius: 4px 7px 2px 2px;
  clip-path: polygon(6% 0, 78% 0, 100% 100%, 0 100%);
  background:
    linear-gradient(105deg, transparent 0 43%, rgba(255, 255, 255, 0.3) 44% 53%, transparent 54%),
    linear-gradient(135deg, #bfd5d0 0%, #405c5f 55%, #111719 100%);
}

.header-excavator__boom {
  left: 113px;
  top: 42px;
  width: 93px;
  height: 10px;
  border: 2px solid #4b3515;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 248, 200, 0.28), transparent 30%),
    linear-gradient(#e2bd4c, #8d681f);
  transform: rotate(-18deg);
  transform-origin: 0 50%;
}

.header-excavator__boom::before,
.header-excavator__boom::after,
.header-excavator__stick::after {
  content: "";
  position: absolute;
  border: 2px solid #4b3515;
  border-radius: 999px;
  background: #f1c44d;
}

.header-excavator__boom::before {
  left: -8px;
  top: -6px;
  width: 16px;
  height: 16px;
}

.header-excavator__boom::after {
  right: -8px;
  top: -6px;
  width: 16px;
  height: 16px;
}

.header-excavator__stick {
  left: calc(100% - 4px);
  top: 1px;
  width: 64px;
  height: 9px;
  border: 2px solid #4b3515;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 248, 200, 0.25), transparent 34%),
    linear-gradient(#dfbc4d, #8a651f);
  transform: rotate(58deg);
  transform-origin: 0 50%;
}

.header-excavator__stick::after {
  right: -7px;
  top: -5px;
  width: 14px;
  height: 14px;
}

.header-excavator__bucket {
  left: calc(100% - 5px);
  top: -4px;
  width: 36px;
  height: 25px;
  clip-path: polygon(0 27%, 100% 3%, 86% 60%, 58% 100%, 18% 78%);
  background:
    repeating-linear-gradient(112deg, transparent 0 8px, #111 8px 12px, transparent 12px 17px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #f0bf33 0%, #c99724 45%, #493820 100%);
  border-bottom: 4px solid #17110c;
  transform: rotate(-17deg);
  transform-origin: 8% 20%;
}

.header-excavator.is-working .header-excavator__boom {
  animation: excavator-boom-scoop 2.1s ease-in-out;
}

.header-excavator.is-working .header-excavator__stick {
  animation: excavator-stick-scoop 2.1s ease-in-out;
}

.header-excavator.is-working .header-excavator__bucket {
  animation: excavator-bucket-dump 2.1s ease-in-out;
}

.dozer-boulder {
  position: fixed;
  width: var(--rock-size, 18px);
  height: var(--rock-size, 18px);
  background:
    linear-gradient(52deg, transparent 0 29%, rgba(255, 249, 224, 0.18) 30% 39%, transparent 40%),
    linear-gradient(143deg, transparent 0 36%, rgba(24, 18, 13, 0.4) 37% 51%, transparent 52%),
    radial-gradient(circle at 26% 22%, rgba(255, 255, 255, 0.28) 0 8%, transparent 19%),
    linear-gradient(135deg, #94806a 0%, #645342 35%, #34291f 100%);
  box-shadow:
    inset -4px -5px 3px rgba(0, 0, 0, 0.5),
    inset 3px 2px 3px rgba(255, 246, 219, 0.18),
    0 5px 7px rgba(0, 0, 0, 0.46);
  transform: rotate(var(--rock-tilt, 0deg));
  opacity: 0.96;
  animation: dozer-boulder-idle 2.8s ease-in-out infinite;
}

.dozer-boulder.is-being-placed {
  animation: dozer-boulder-place 0.9s cubic-bezier(0.18, 0.68, 0.24, 1) both;
}

.dozer-boulder::before,
.dozer-boulder::after {
  content: "";
  position: absolute;
  background: rgba(32, 24, 18, 0.34);
}

.dozer-boulder::before {
  inset: 22% 18% auto auto;
  width: 37%;
  height: 12%;
  transform: rotate(-23deg);
}

.dozer-boulder::after {
  inset: auto auto 20% 17%;
  width: 48%;
  height: 11%;
  transform: rotate(24deg);
}

.dozer-boulder.is-falling {
  animation: none;
  z-index: 1;
  transform-origin: 50% 100%;
}

.dozer-boulder.is-dirt-slip {
  background:
    radial-gradient(circle at 28% 20%, rgba(226, 161, 85, 0.36) 0 10%, transparent 24%),
    radial-gradient(circle at 72% 66%, rgba(42, 25, 13, 0.3) 0 12%, transparent 27%),
    linear-gradient(135deg, #9a642d 0%, #68411f 48%, #352315 100%);
  box-shadow:
    inset -3px -4px 3px rgba(0, 0, 0, 0.42),
    inset 2px 2px 2px rgba(231, 164, 84, 0.18),
    0 4px 6px rgba(0, 0, 0, 0.34);
  filter: blur(0.1px);
}

.dozer-boulder.is-dirt-slip::before,
.dozer-boulder.is-dirt-slip::after {
  background: rgba(38, 25, 16, 0.28);
}

.dozer-boulder.is-spent {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.dozer-photo-image {
  filter: contrast(1.04) saturate(0.92) brightness(0.96);
}

.dozer-photo-shadow {
  fill: url("#dozer-ground-shadow");
}

.dozer-body,
.dozer-hood,
.dozer-panel,
.dozer-belly {
  fill: #c99624;
  fill: url("#dozer-body-gradient");
  stroke: #120f08;
  stroke-width: 2;
  stroke-linejoin: round;
}

.dozer-belly {
  fill: #9f792e;
  stroke-width: 1.7;
}

.dozer-body-shadow {
  fill: rgba(30, 22, 10, 0.38);
  stroke: none;
}

.dozer-highlight {
  fill: none;
  stroke: rgba(255, 241, 179, 0.72);
  stroke-linecap: round;
  stroke-width: 1.2;
}

.dozer-cab {
  fill: #0b0b0b;
  stroke: #050505;
  stroke-width: 2.2;
  stroke-linejoin: round;
}

.dozer-sweeps,
.dozer-blade-arm,
.dozer-handrail,
.dozer-front-sweep {
  fill: none;
  stroke: #090909;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dozer-front-sweep {
  stroke: #1a1a18;
  stroke-width: 4.5;
}

.dozer-hydraulic {
  fill: none;
  stroke: #62615c;
  stroke-width: 3.4;
  stroke-linecap: round;
  transform-box: fill-box;
  transform-origin: 0 100%;
  will-change: transform;
  animation: none;
}

.dozer-blade-arm {
  stroke: #9f792e;
  stroke-width: 3.6;
  transform-box: fill-box;
  transform-origin: 0 100%;
  will-change: transform;
  animation: none;
}

.dozer-exhaust {
  fill: none;
  stroke: #30302c;
  stroke-linecap: round;
  stroke-width: 3;
}

.dozer-top-plate {
  fill: #373a39;
  stroke: #090909;
  stroke-width: 2;
  stroke-linejoin: round;
}

.dozer-lightbar {
  fill: none;
  stroke: #f4f0df;
  stroke-linecap: round;
  stroke-width: 2.4;
}

.dozer-rear-screen,
.dozer-grill {
  fill: #4f4630;
  stroke: #0b0b0b;
  stroke-width: 2;
}

.dozer-grill {
  stroke-dasharray: 2 2;
}

.dozer-mesh {
  fill: none;
  stroke: rgba(239, 226, 183, 0.68);
  stroke-width: 1;
  stroke-linecap: round;
}

.dozer-roof-mesh {
  fill: none;
  stroke: rgba(239, 226, 183, 0.72);
  stroke-linecap: round;
  stroke-width: 1.1;
}

.dozer-window {
  fill: #0d1420;
  fill: url("#dozer-glass-gradient");
  stroke: #e9f2ee;
  stroke-width: 1.4;
}

.dozer-side-window {
  opacity: 0.78;
}

.dozer-rear-window {
  opacity: 0.84;
}

.dozer-blade {
  fill: #cfcfcf;
  fill: url("#dozer-blade-gradient");
  stroke: #101010;
  stroke-width: 2;
  stroke-linejoin: round;
  transform-box: fill-box;
  transform-origin: 50% 100%;
  will-change: transform;
  animation: none;
}

.dozer-blade-wear,
.dozer-cutting-edge {
  fill: none;
  stroke: #efe8d8;
  stroke-linecap: round;
  stroke-width: 3;
}

.dozer-blade-shine {
  fill: none;
  stroke: rgba(255, 255, 245, 0.58);
  stroke-linecap: round;
  stroke-width: 1.5;
}

.dozer-blade-wear,
.dozer-blade-shine {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  will-change: transform;
  animation: none;
}

.dozer-red-stripe {
  fill: #bd1f1d;
  stroke: #550605;
  stroke-width: 1.2;
}

.dozer-unit {
  fill: #f4f4f4;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 6.4px;
  font-weight: 800;
  letter-spacing: 0;
  paint-order: stroke;
  stroke: #6c0605;
  stroke-width: 2;
}

.dozer-track,
.dozer-rear-track {
  fill: #050505;
  fill: url("#dozer-track-gradient");
  stroke: #2f2f2f;
  stroke-width: 2;
  stroke-linejoin: round;
}

.dozer-rear-track {
  stroke-width: 1.8;
}

.dozer-track-belt {
  fill: none;
  stroke: #bbb5a6;
  stroke-linecap: butt;
  stroke-linejoin: round;
  stroke-width: 5.2;
  stroke-dasharray: 7 5;
  opacity: 0.95;
  will-change: stroke-dashoffset;
}

.dozer-track-belt-highlight {
  stroke: rgba(255, 248, 224, 0.82);
  stroke-width: 1.7;
  stroke-dasharray: 2 10;
}

.dozer-track-run {
  fill: none;
  stroke: #c9c3b6;
  stroke-linecap: square;
  stroke-width: 4.4;
  stroke-dasharray: 7 4;
  opacity: 0.92;
  will-change: stroke-dashoffset;
}

.dozer-track-run-front,
.dozer-track-run-rear {
  stroke-width: 3.8;
  opacity: 0.78;
}

.dozer-track-pad,
.dozer-track-grouser {
  fill: none;
  stroke: #8f846d;
  stroke-linecap: round;
  stroke-width: 2.2;
}

.dozer-track-grouser {
  opacity: 0.82;
}

.dozer-grill-lines {
  fill: none;
  stroke: rgba(215, 196, 145, 0.62);
  stroke-linecap: round;
  stroke-width: 1.4;
}

.dozer-tread {
  fill: none;
  stroke: #c49842;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 4 8;
}

.dozer-wheel {
  fill: #0b0b0b;
  stroke: #d0a320;
  stroke-width: 2;
}

.dozer-idler {
  stroke-width: 2.4;
}

.dozer-dust-line {
  fill: none;
  stroke: rgba(132, 87, 40, 0.7);
  stroke-linecap: round;
  stroke-width: 2.6;
}

.dozer-fire {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  opacity: 0.52;
}

.flame {
  stroke: #5a1204;
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: 50% 100%;
}

.flame-outer {
  fill: #d83a12;
}

.flame-mid {
  fill: #ff7d12;
}

.flame-inner {
  fill: #ffd85a;
  stroke-width: 0.8;
}

.dozer-smother {
  fill: rgba(118, 74, 27, 0.46);
  transform-box: fill-box;
  transform-origin: 50% 100%;
  opacity: 0.75;
}

@keyframes menu-dozer-patrol {
  0% {
    transform-origin: 78% 92%;
    transform: translate3d(var(--dozer-slot-start), 0, 0) rotate(0deg);
  }

  16% {
    transform-origin: 80% 92%;
    transform: translate3d(var(--dozer-slot-ramp-top), var(--dozer-slot-nose-drop), 0) rotate(-2.2deg);
  }

  36% {
    transform-origin: 82% 92%;
    transform: translate3d(var(--dozer-slot-ramp-bottom), var(--dozer-slot-rear-drop), 0) rotate(-5deg);
  }

  48% {
    transform-origin: 56% 92%;
    transform: translate3d(var(--dozer-slot-settle), var(--dozer-slot-drop), 0) rotate(-1deg);
  }

  50% {
    transform-origin: 50% 92%;
    transform: translate3d(var(--dozer-slot-end), var(--dozer-slot-drop), 0) rotate(0deg);
  }

  64% {
    transform-origin: 50% 92%;
    transform: translate3d(var(--dozer-slot-reverse-settle), var(--dozer-slot-drop), 0) rotate(0deg);
  }

  78% {
    transform-origin: 22% 92%;
    transform: translate3d(var(--dozer-slot-reverse-ramp-bottom), var(--dozer-slot-rear-drop), 0) rotate(-4.2deg);
  }

  94% {
    transform-origin: 22% 92%;
    transform: translate3d(var(--dozer-slot-reverse-ramp-top), 0, 0) rotate(-0.8deg);
  }

  100% {
    transform-origin: 78% 92%;
    transform: translate3d(var(--dozer-slot-start), 0, 0) rotate(0deg);
  }
}

@keyframes dozer-blade-cycle {
  0% {
    transform: translateY(0);
  }

  16% {
    transform: translateY(var(--dozer-blade-mid-drop));
  }

  36%,
  48%,
  50%,
  64% {
    transform: translateY(var(--dozer-blade-cut-drop));
  }

  78% {
    transform: translateY(var(--dozer-blade-mid-drop));
  }

  94%,
  100% {
    transform: translateY(0);
  }
}

@keyframes dozer-blade-linkage-cycle {
  0% {
    transform: translateY(0);
  }

  16% {
    transform: translateY(var(--dozer-blade-arm-mid-drop));
  }

  36%,
  48%,
  50%,
  64% {
    transform: translateY(var(--dozer-blade-arm-cut-drop));
  }

  78% {
    transform: translateY(var(--dozer-blade-arm-mid-drop));
  }

  94%,
  100% {
    transform: translateY(0);
  }
}

@keyframes menu-dozer-face {
  0%,
  100% {
    transform: scaleX(-1);
  }
}

@keyframes dozer-dirt-right {
  0%,
  6%,
  64% {
    opacity: 0.62;
    transform: translateX(0) scaleX(1);
  }

  72%,
  100% {
    opacity: 0.18;
    transform: translateX(10px) scaleX(1);
  }
}

@keyframes dozer-dirt-left {
  0%,
  64% {
    opacity: 0.1;
    transform: translateX(-18px) scaleX(-1);
  }

  66%,
  96% {
    opacity: 0.14;
    transform: translateX(0) scaleX(-1);
  }

  100% {
    opacity: 0.1;
    transform: translateX(-18px) scaleX(-1);
  }
}

@keyframes dozer-boulder-idle {
  0%,
  100% {
    transform: translateY(0) rotate(var(--rock-tilt, 0deg));
  }

  50% {
    transform: translateY(-1px) rotate(calc(var(--rock-tilt, 0deg) + 3deg));
  }
}

@keyframes dozer-boulder-place {
  0% {
    opacity: 0;
    transform: translate(var(--drop-shift, 0), -34px) rotate(var(--drop-spin, -32deg)) scale(0.76);
  }

  68% {
    opacity: 1;
    transform: translate(0, 3px) rotate(var(--rock-tilt, 0deg)) scale(1.08, 0.86);
  }

  100% {
    opacity: 0.96;
    transform: translate(0, 0) rotate(var(--rock-tilt, 0deg)) scale(1);
  }
}

@keyframes header-dig-bite {
  0% {
    opacity: 0;
    transform: translateY(-8px) scaleX(0.42) rotate(var(--dig-tilt, 0deg));
  }

  66% {
    opacity: 1;
    transform: translateY(1px) scaleX(1.08) rotate(var(--dig-tilt, 0deg));
  }

  100% {
    opacity: 1;
    transform: translateY(0) scaleX(1) rotate(var(--dig-tilt, 0deg));
  }
}

@keyframes excavator-boom-scoop {
  0%,
  100% {
    transform: rotate(-18deg);
  }

  42% {
    transform: rotate(-8deg);
  }

  68% {
    transform: rotate(-31deg);
  }
}

@keyframes excavator-stick-scoop {
  0%,
  100% {
    transform: rotate(58deg);
  }

  42% {
    transform: rotate(42deg);
  }

  68% {
    transform: rotate(73deg);
  }
}

@keyframes excavator-bucket-dump {
  0%,
  100% {
    transform: rotate(-17deg);
  }

  42% {
    transform: rotate(10deg);
  }

  68% {
    transform: rotate(-55deg);
  }
}

@keyframes dozer-tread-roll {
  to {
    stroke-dashoffset: -24;
  }
}

@keyframes dozer-flame-flicker {
  to {
    transform: scaleX(0.88) scaleY(1.12) translateY(-1px);
  }
}

@keyframes dozer-fire-smother {
  0%,
  35% {
    opacity: 1;
    transform: scaleY(1);
  }

  68% {
    opacity: 0.24;
    transform: scaleY(0.44) translateY(5px);
  }

  100% {
    opacity: 0.82;
    transform: scaleY(0.86);
  }
}

@keyframes dozer-smother-puff {
  0%,
  30% {
    opacity: 0.18;
    transform: scaleX(0.72) scaleY(0.7) translateX(-4px);
  }

  65% {
    opacity: 0.9;
    transform: scaleX(1.25) scaleY(1.08) translateX(3px);
  }

  100% {
    opacity: 0.32;
    transform: scaleX(1.05) scaleY(0.84) translateX(7px);
  }
}

@keyframes title-letter-rock-hit {
  0% {
    transform: translateY(5px) rotate(-2deg);
  }

  24% {
    transform: translateY(-5px) rotate(2deg);
  }

  52% {
    transform: translateY(2px) rotate(-1.1deg);
  }

  76% {
    transform: translateY(-1px) rotate(0.6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 105px;
  height: auto;
}

.primary-nav ul,
.footer-links,
.account-actions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 18px;
}

.primary-nav a,
.account-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.account-actions a:hover {
  color: var(--hes-gold);
}

.account-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.cart-link {
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0 12px;
  border-radius: 6px;
}

.hub-signin-link {
  border: 1px solid rgba(214, 174, 68, 0.78);
  border-radius: 6px;
  padding: 0 12px;
  background: rgba(214, 174, 68, 0.14);
}

.cart-link svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 7px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--hes-gold);
  color: #17120b;
  font-size: 11px;
  line-height: 1;
  text-shadow: none;
}

.cart-count:empty,
.cart-count[hidden] {
  display: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin: 0 auto;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  top: 7px;
}

.site-main {
  background-color: var(--hes-black);
  background-image: linear-gradient(rgba(18, 18, 18, 0.84), rgba(18, 18, 18, 0.84)), var(--hes-logo-texture);
  background-size: auto, 360px 360px;
  color: #f3f3f3;
}

.section {
  padding: 70px 0;
  background-color: transparent;
}

.section-dark {
  background-color: rgba(12, 12, 12, 0.84);
  background-image: linear-gradient(rgba(12, 12, 12, 0.86), rgba(12, 12, 12, 0.86)), var(--hes-logo-texture);
  background-size: auto, 360px 360px;
  color: #fff;
}

.section-soft {
  background-color: rgba(31, 31, 31, 0.9);
  background-image: linear-gradient(rgba(31, 31, 31, 0.82), rgba(31, 31, 31, 0.82)), var(--hes-logo-texture);
  background-size: auto, 360px 360px;
}

.container {
  width: min(100% - 32px, var(--hes-width));
  margin: 0 auto;
}

.narrow {
  width: min(100% - 32px, 860px);
  margin: 0 auto;
}

.hero {
  min-height: 630px;
  color: #fff;
  display: grid;
  align-items: center;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
  will-change: clip-path;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17));
}

.hero > .container {
  position: relative;
  z-index: 1;
  padding: 90px 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.78);
}

.hero h1 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(42px, 6vw, 72px);
}

.hero h1.logo-title {
  font-family: "Rockwell Extra Bold", Rockwell, "Chunkfive", Georgia, serif;
  width: min(100%, 1120px);
  font-size: clamp(30px, 6.1vw, 76px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #f8f1dc;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.9);
  paint-order: stroke fill;
  text-shadow: none;
  overflow-wrap: normal;
  white-space: nowrap;
}

.hero-title-letter {
  display: inline-block;
  transform-origin: 50% 78%;
  will-change: transform;
}

.hero-title-letter.is-rock-hit {
  animation: title-letter-rock-hit 0.48s cubic-bezier(0.18, 0.74, 0.24, 1);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--hes-gold);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.hero .eyebrow {
  display: flex;
  width: fit-content;
  margin: 0 auto 22px;
  padding: 7px 13px;
  border: 1px solid rgba(184, 128, 16, 0.82);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.66);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 222, 118, 0.22);
  color: #e0b03e;
  font-size: 15px;
  line-height: 1.1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.95);
}

.hero .eyebrow a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
.display-title {
  font-family: "Chunkfive", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(44px, 7vw, 78px);
}

h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 52px);
}

h3 {
  margin: 0 0 12px;
  font-size: 26px;
}

h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

li::marker {
  color: var(--hes-gold);
}

.lead {
  max-width: 780px;
  margin: 0 auto 28px;
  font-size: 21px;
}

.button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button,
.button-outline,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 2px solid var(--hes-action);
  border-radius: 6px;
  background: var(--hes-action);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  cursor: pointer;
}

.button,
.button-outline,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.cart-link {
  background-color: var(--hes-action);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(67, 7, 6, 0.18));
  background-blend-mode: normal;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: inset 0 1px 0 rgba(255, 206, 206, 0.24), inset 0 0 0 1px rgba(70, 8, 7, 0.3), inset 0 -3px 0 rgba(67, 7, 6, 0.26), 0 10px 20px rgba(0, 0, 0, 0.18);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9), 0 0 7px rgba(0, 0, 0, 0.48);
}

.button:hover,
.button-outline:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.account-actions .cart-link:hover {
  background-color: var(--hes-action-hover);
  background-image: url("assets/images/gold-leaf-engine-turn-button-row-large.jpg");
  background-blend-mode: normal;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 112%;
  border-color: var(--hes-action-hover);
  color: #fff;
}

.button-outline {
  color: #fff;
}

.button-outline.dark {
  color: #fff;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.image-frame {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--hes-shadow);
  background: #111;
}

.image-frame img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.hes-carousel {
  position: relative;
  margin: 32px 0 38px;
  overflow: hidden;
  border: 1px solid var(--hes-border);
  border-radius: 6px;
  background: #080808;
  box-shadow: var(--hes-shadow);
}

.hes-carousel-viewport {
  overflow: hidden;
}

.hes-carousel-track {
  display: flex;
  transition: transform 280ms ease;
  will-change: transform;
}

.hes-carousel-slide {
  position: relative;
  flex: 0 0 100%;
  aspect-ratio: 13 / 8;
  min-height: 280px;
  margin: 0;
  background: #080808;
}

.hes-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hes-carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82) 18%, rgba(0, 0, 0, 0.9));
  color: #fff;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.95);
}

.hes-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 44px;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
  transform: translateY(-50%);
  cursor: pointer;
}

.hes-carousel-control:hover,
.hes-carousel-control:focus-visible {
  background: var(--hes-action);
  border-color: var(--hes-action);
}

.hes-carousel-prev {
  left: 12px;
}

.hes-carousel-next {
  right: 12px;
}

.hes-carousel-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 24px);
  gap: 8px;
  margin: 12px auto 14px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
}

.hes-carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
}

.hes-carousel-dots button[aria-current="true"] {
  background: var(--hes-gold);
  border-color: var(--hes-gold);
}

.hes-carousel + h3 {
  margin-top: 36px;
}

.hes-carousel + h2 {
  margin-top: 42px;
}

.service-grid,
.card-grid,
.equipment-grid,
.form-grid,
.gallery-grid {
  display: grid;
  gap: 24px;
}

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

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.service-card,
.content-card,
.equipment-card,
.form-link,
.notice {
  background: var(--hes-black);
  border: 1px solid var(--hes-border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: none;
  color: #f3f3f3;
}

.service-card img,
.equipment-card img,
.content-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card-body {
  padding: 24px;
}

.content-card h2 {
  margin-top: 0;
  font-size: 28px;
}

.checked-list,
.plain-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.checked-list li,
.plain-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}

.checked-list li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #d7a838;
  border-radius: 3px;
  background-color: var(--hes-gold);
  background-image: linear-gradient(145deg, rgba(255, 246, 174, 0.7), rgba(184, 128, 16, 0.95) 48%, rgba(92, 52, 3, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -2px 0 rgba(70, 38, 3, 0.32), 0 2px 5px rgba(0, 0, 0, 0.28);
  transform: translateY(-50%);
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--hes-border);
  border-radius: 6px;
  overflow: hidden;
  margin-top: 32px;
}

.stat-strip div {
  background: var(--hes-soft);
  padding: 22px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
}

.contact-details {
  background: var(--hes-soft);
  color: #fff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid var(--hes-border);
}

.contact-details a {
  color: #fff;
}

.hes-form {
  display: grid;
  gap: 16px;
}

.hes-form label {
  display: grid;
  gap: 7px;
  font-weight: 700;
}

.hes-form input,
.hes-form select,
.hes-form textarea {
  width: 100%;
  border: 1px solid #c9c3b6;
  border-radius: 6px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
  color: #161616;
}

.hes-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #4a3420 50%),
    linear-gradient(135deg, #4a3420 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.hes-form textarea {
  min-height: 140px;
  resize: vertical;
}

.quote-wizard {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(184, 128, 16, 0.55);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.quote-wizard legend {
  padding: 0 8px;
  color: var(--hes-gold);
  font-family: "Chunkfive", Georgia, serif;
  font-size: 24px;
}

.quote-fields {
  display: grid;
  gap: 14px;
}

.quote-fields[hidden] {
  display: none;
}

.hes-form .hidden-field {
  position: absolute;
  left: -9999px;
}

.form-note {
  color: var(--hes-muted);
  font-size: 13px;
}

.notice {
  padding: 16px 18px;
  margin-bottom: 18px;
}

.notice-success {
  border-color: #9ac6a1;
  background: #edf8ef;
}

.notice-error {
  border-color: #d9a0a0;
  background: #fff2f2;
}

.shop-setup-panel {
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid rgba(184, 128, 16, 0.58);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.28);
  color: #f5f2ec;
}

.shop-setup-panel h2,
.shop-setup-panel p {
  margin-top: 0;
}

.product-meta {
  color: var(--hes-muted);
  font-size: 14px;
}

.product-detail-list {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  color: #f6efe2;
  font-size: 14px;
}

.product-detail-list li {
  padding: 10px 12px;
  border: 1px solid rgba(184, 128, 16, 0.48);
  border-radius: 6px;
  background: rgba(35, 28, 20, 0.72);
}

.preview-cart,
.checkout-preview-grid {
  display: grid;
  gap: 22px;
}

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

.preview-cart-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--hes-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.preview-cart-table th,
.preview-cart-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--hes-border);
  text-align: left;
}

.preview-cart-table th {
  color: var(--hes-gold);
  text-transform: uppercase;
  font-size: 12px;
}

.preview-cart-table tr:last-child td {
  border-bottom: 0;
}

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

.form-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  text-decoration: none;
  font-weight: 800;
}

.form-link:hover {
  border-color: var(--hes-gold);
  transform: translateY(-1px);
}

.form-link span {
  color: var(--hes-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.gallery-item {
  padding: 0;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #111;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.video-wrap {
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--hes-shadow);
}

.video-wrap video {
  width: 100%;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-height: calc(100vh - 80px);
  border-radius: 6px;
  box-shadow: var(--hes-shadow);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.map-band {
  min-height: 260px;
  display: grid;
  place-items: center;
  background: linear-gradient(rgba(22, 22, 22, 0.55), rgba(22, 22, 22, 0.55)), url("assets/images/97c23f5c-ca8f-4fdb-a1bb-012a1e1291a1.png") center/cover;
}

.site-footer {
  background: var(--hes-black);
  color: #fff;
  padding: 34px 0;
}

.footer-inner {
  width: min(100% - 32px, var(--hes-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  font-size: 14px;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a,
.social-link {
  color: #fff;
  text-decoration: none;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  max-width: 840px;
  margin: 0 auto;
  display: none;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-radius: 6px;
  background: #6f6f6f;
  color: #fff;
  box-shadow: var(--hes-shadow);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner button {
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: var(--hes-black);
  min-height: 42px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.entry-content {
  width: min(100% - 32px, 860px);
  margin: 0 auto;
  padding: 70px 0;
  color: #f3f3f3;
}

.woocommerce .site-main {
  padding: 60px 0;
}

.woocommerce-container {
  width: min(100% - 32px, var(--hes-width));
  margin: 0 auto;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid var(--hes-border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--hes-shadow);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 16px;
  margin-right: 16px;
}

.woocommerce ul.products li.product .button {
  margin-bottom: 18px;
}

.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-account .woocommerce {
  color: #f3f3f3;
}

.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--hes-border);
  border-radius: 6px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--hes-border);
}

@media (max-width: 1050px) {
  .menu-dozer,
  .blade-rock-load,
  .header-rock-pile,
  .header-slot-cut,
  .header-slot-fresh,
  .dozer-boulder-layer {
    display: none;
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 86px;
  }

  .brand img {
    width: 88px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .primary-nav,
  .account-actions {
    grid-column: 1 / -1;
    display: none;
  }

  body.nav-open .primary-nav,
  body.nav-open .account-actions {
    display: block;
  }

  .primary-nav ul,
  .account-actions {
    padding: 18px 0;
    align-items: stretch;
    flex-direction: column;
  }

  .primary-nav a,
  .account-actions a {
    justify-content: center;
    font-size: 14px;
  }

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

  .hes-carousel-slide {
    aspect-ratio: 4 / 3;
    min-height: 220px;
  }

  .hes-carousel-control {
    width: 38px;
    height: 46px;
    font-size: 36px;
  }

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

@media (max-width: 760px) {
  .checkout-preview-grid {
    grid-template-columns: 1fr;
  }

  .preview-cart-table th,
  .preview-cart-table td {
    padding: 11px 10px;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 46px 0;
  }

  .hero {
    min-height: 560px;
  }

  .hero > .container {
    padding: 60px 0;
  }

  h1 {
    font-size: 42px;
  }

  .hero h1.logo-title {
    font-size: clamp(34px, 13vw, 58px);
    white-space: normal;
  }

  h2 {
    font-size: 34px;
  }

  .lead {
    font-size: 18px;
  }

  .service-grid,
  .card-grid,
  .equipment-grid,
  .form-grid,
  .gallery-grid,
  .stat-strip {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-dozer,
  .blade-rock-load,
  .header-rock-pile,
  .header-slot-cut,
  .header-slot-fresh,
  .dozer-boulder-layer {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
