/*
Theme Name: Elite Excavation Original
Theme URI: https://example.local/eliteexcavation-original
Author: Enpoint Systems
Author URI: https://enpointsystems.com
Description: A custom-built, original WordPress theme for excavation, sanitation, septic, grading, trenching, and dirt-work service businesses. No public template or third-party theme framework is used.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eliteexcavation
Tags: custom-logo, custom-menu, featured-images, block-styles, full-width-template, accessibility-ready
*/

:root {
  --ee-black: #080909;
  --ee-ink: #121416;
  --ee-charcoal: #17191c;
  --ee-steel: #252a2d;
  --ee-line: rgba(18, 20, 22, 0.12);
  --ee-line-dark: rgba(255, 255, 255, 0.14);
  --ee-white: #ffffff;
  --ee-offwhite: #f7f5ef;
  --ee-muted: #686d70;
  --ee-muted-light: #c9c2b6;
  --ee-orange: #d88a1d;
  --ee-orange-2: #f0a62a;
  --ee-brown: #6f4a25;
  --ee-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  --ee-shadow-strong: 0 34px 90px rgba(0, 0, 0, 0.34);
  --ee-radius-xl: 28px;
  --ee-radius-lg: 18px;
  --ee-radius-md: 12px;
  --ee-max: 1180px;
  --ee-speed: 180ms ease;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ee-offwhite);
  color: var(--ee-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .ee-site-header { top: 32px; }

img, svg { max-width: 100%; height: auto; }

img { display: block; }

a {
  color: inherit;
  text-decoration-color: rgba(216, 138, 29, 0.5);
  text-underline-offset: 0.24em;
}

a:hover { color: var(--ee-orange); }

button, input, textarea, select { font: inherit; }

.ee-skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 9999;
  background: var(--ee-orange-2);
  color: var(--ee-black);
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.ee-skip-link:focus { left: 10px; }

.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;
}

.ee-container {
  width: min(100% - 2rem, var(--ee-max));
  margin-inline: auto;
}

.ee-section { padding: clamp(3.5rem, 7.5vw, 6.5rem) 0; }

.ee-section-tight { padding: clamp(2.8rem, 6vw, 4.8rem) 0; }

.ee-center { text-align: center; margin-inline: auto; }
.ee-center .ee-lead { margin-inline: auto; }

.ee-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ee-orange);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 900;
}

.ee-kicker::before {
  content: "";
  width: 2.4rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.ee-title {
  margin: 0.7rem 0 0;
  max-width: 760px;
  color: var(--ee-white);
  font-size: clamp(2.55rem, 6.4vw, 5.7rem);
  line-height: 0.92;
  letter-spacing: -0.066em;
  text-transform: uppercase;
  font-weight: 950;
}

.ee-section-title {
  margin: 0.5rem 0 0;
  color: var(--ee-ink);
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.ee-lead {
  margin: 1.1rem 0 0;
  max-width: 680px;
  color: var(--ee-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.ee-button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.ee-button,
.ee-button-secondary,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0.82rem 1.2rem;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  transition: transform var(--ee-speed), border-color var(--ee-speed), background var(--ee-speed), color var(--ee-speed), box-shadow var(--ee-speed);
}

.ee-button::after,
.wp-block-button__link::after {
  content: "→";
  margin-left: 0.65rem;
  transform: translateY(-1px);
}

.ee-button,
.wp-block-button__link {
  background: linear-gradient(135deg, var(--ee-orange-2), var(--ee-orange));
  color: #11100d;
  box-shadow: 0 16px 34px rgba(216, 138, 29, 0.28);
}

.ee-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-1px);
  color: #11100d;
  box-shadow: 0 20px 46px rgba(216, 138, 29, 0.34);
}

.ee-button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ee-white);
  border-color: rgba(255, 255, 255, 0.24);
}

.ee-button-secondary:hover {
  transform: translateY(-1px);
  border-color: var(--ee-orange-2);
  background: rgba(255, 255, 255, 0.16);
  color: var(--ee-white);
}

/* Header */
.ee-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(8, 9, 9, 0.94);
  color: var(--ee-white);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ee-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ee-muted-light);
  font-size: 0.88rem;
}

.ee-topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.48rem 0;
}

.ee-topbar strong { color: var(--ee-white); font-weight: 900; }

.ee-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
}

.ee-brand {
  display: flex;
  align-items: center;
  gap: 0.78rem;
  min-width: 0;
  color: var(--ee-white);
  text-decoration: none;
}

.ee-custom-logo img {
  max-height: 58px;
  width: auto;
  object-fit: contain;
}

.ee-brand-copy { display: grid; min-width: 0; }

.ee-brand-name {
  color: var(--ee-white);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  font-weight: 950;
}

.ee-brand-tagline {
  margin-top: 0.25rem;
  color: var(--ee-orange-2);
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  font-weight: 850;
}

.ee-nav-wrap,
.ee-nav,
.ee-nav > ul,
.ee-nav .menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.ee-nav ul,
.ee-nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ee-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--ee-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-size: 0.82rem;
  font-weight: 900;
}

.ee-nav a:hover { color: var(--ee-orange-2); }

.ee-header-cta { min-height: 45px; padding-inline: 1rem; }

.ee-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ee-white);
  cursor: pointer;
}

/* Hero */
.ee-photo-hero {
  position: relative;
  min-height: clamp(590px, 78vh, 760px);
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #111 center / cover no-repeat;
  background-image: var(--ee-hero-image);
}

.ee-photo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: var(--ee-hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.ee-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.94) 0%, rgba(3, 5, 6, 0.78) 34%, rgba(3, 5, 6, 0.24) 70%, rgba(3, 5, 6, 0.56) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.04) 42%, rgba(0, 0, 0, 0.34));
}

.ee-hero-content {
  padding: clamp(4rem, 9vw, 8rem) 0;
  color: var(--ee-white);
}

.ee-hero-content .ee-lead {
  color: rgba(255, 255, 255, 0.84);
  max-width: 640px;
}

.ee-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 860px);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--ee-shadow-strong);
}

.ee-hero-proof > div {
  padding: 1.1rem;
  background: rgba(8, 9, 9, 0.72);
  backdrop-filter: blur(12px);
}

.ee-hero-proof strong {
  display: block;
  color: var(--ee-white);
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-weight: 950;
}

.ee-hero-proof span {
  display: block;
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.35;
}

/* Services */
.ee-services-section { background: var(--ee-white); }
.ee-section-heading { max-width: 820px; margin-bottom: 2.15rem; }

.ee-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ee-service-card {
  overflow: hidden;
  background: var(--ee-white);
  border: 1px solid var(--ee-line);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: transform var(--ee-speed), box-shadow var(--ee-speed), border-color var(--ee-speed);
}

.ee-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 138, 29, 0.35);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}

.ee-service-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ddd;
}

.ee-service-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.28));
}

.ee-service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.ee-service-card:hover .ee-service-photo img { transform: scale(1.04); }

.ee-service-card-body {
  position: relative;
  padding: 1.25rem 1.25rem 1.35rem;
}

.ee-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: -2.45rem;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 2;
  background: var(--ee-orange);
  color: #111;
  box-shadow: 0 10px 22px rgba(216, 138, 29, 0.25);
  border: 3px solid var(--ee-white);
  font-weight: 950;
}

.ee-service-card h3 {
  margin: 0;
  color: var(--ee-ink);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 950;
}

.ee-service-card p {
  margin: 0.65rem 0 0;
  color: var(--ee-muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

/* Proof band */
.ee-proof-band {
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 138, 29, 0.16), transparent 24rem),
    linear-gradient(135deg, #0a0b0c, #1b1f21);
  color: var(--ee-white);
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

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

.ee-proof-item {
  min-height: 190px;
  padding: 2rem 1.4rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.ee-proof-item:first-child { border-left: 1px solid rgba(255, 255, 255, 0.13); }

.ee-proof-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 0.85rem;
  color: var(--ee-orange-2);
  border: 2px solid rgba(240, 166, 42, 0.52);
  border-radius: 999px;
  font-size: 1.45rem;
  font-weight: 950;
}

.ee-proof-item strong {
  display: block;
  color: var(--ee-white);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-weight: 950;
}

.ee-proof-item p {
  max-width: 230px;
  margin: 0.52rem auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.45;
}

/* About */
.ee-about-section { background: #f1eee7; }

.ee-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.ee-about-photo {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--ee-shadow);
  min-height: 390px;
}

.ee-about-photo::before {
  content: "";
  position: absolute;
  inset: 1rem auto auto 1rem;
  width: 52%;
  height: 58%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  pointer-events: none;
}

.ee-about-photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.ee-about-copy { max-width: 590px; }

.ee-about-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.ee-about-checks span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.74rem 0.8rem;
  background: var(--ee-white);
  border: 1px solid var(--ee-line);
  color: var(--ee-ink);
  font-size: 0.88rem;
  font-weight: 850;
}

.ee-about-checks span::before {
  content: "✓";
  color: var(--ee-orange);
  font-weight: 950;
}

.ee-license-card {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: 0.8rem 1rem;
  background: #111;
  color: #fff;
  border-left: 4px solid var(--ee-orange);
}

.ee-license-card a { color: var(--ee-orange-2); }

/* Reviews */
.ee-reviews-section { background: var(--ee-white); }

.ee-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ee-review-card {
  position: relative;
  min-height: 220px;
  padding: 1.45rem;
  background: #fbfaf7;
  border: 1px solid var(--ee-line);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

.ee-review-card::after {
  content: "\201C";
  position: absolute;
  right: 1.2rem;
  bottom: -0.95rem;
  color: rgba(216, 138, 29, 0.18);
  font-size: 7rem;
  line-height: 1;
  font-family: Georgia, serif;
}

.ee-stars { color: var(--ee-orange); letter-spacing: 0.08em; font-size: 0.92rem; font-weight: 950; }
.ee-review-card p { margin: 0.9rem 0 0; color: #34383a; }
.ee-review-card strong { display: block; margin-top: 1rem; color: var(--ee-ink); }

/* Contact */
.ee-contact-section {
  background:
    linear-gradient(rgba(8, 9, 9, 0.82), rgba(8, 9, 9, 0.86)),
    url('assets/stock/backhoe-dark.jpg') center / cover no-repeat;
  color: var(--ee-white);
}

.ee-contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 2rem;
  align-items: stretch;
}

.ee-contact-main {
  padding: clamp(2rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--ee-shadow-strong);
  backdrop-filter: blur(10px);
}

.ee-contact-main h2 {
  margin: 0.45rem 0 0;
  max-width: 720px;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  font-weight: 950;
}

.ee-contact-main p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.ee-contact-cards {
  display: grid;
  gap: 1rem;
}

.ee-contact-card {
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ee-ink);
  border-left: 5px solid var(--ee-orange);
}

.ee-contact-card span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--ee-muted);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.75rem;
  font-weight: 900;
}

.ee-contact-card a,
.ee-contact-card strong {
  color: var(--ee-ink);
  text-decoration: none;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.3;
  font-weight: 950;
}

/* Footer */
.ee-footer {
  background: #080909;
  color: var(--ee-white);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ee-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 2rem;
  padding: 3rem 0 2.3rem;
}

.ee-footer h2,
.ee-footer h3 {
  margin: 0;
  color: var(--ee-white);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.ee-footer p {
  margin: 0.8rem 0 0;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.68);
}

.ee-footer ul {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.ee-footer li + li { margin-top: 0.34rem; }
.ee-footer a { color: rgba(255, 255, 255, 0.78); text-decoration: none; }
.ee-footer a:hover { color: var(--ee-orange-2); }

.ee-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

/* Standard content templates */
.ee-content-wrap {
  width: min(100% - 2rem, 860px);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.ee-page-title {
  margin: 0 0 1.2rem;
  color: var(--ee-ink);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.ee-entry-content {
  color: #25282a;
}

.ee-entry-content a { color: #9a5d09; }
.ee-entry-content img { max-width: 100%; height: auto; }
.ee-entry-content h2, .ee-entry-content h3 { line-height: 1.15; }

.ee-post-card {
  padding: 1.4rem;
  background: var(--ee-white);
  border: 1px solid var(--ee-line);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.ee-post-card + .ee-post-card { margin-top: 1rem; }
.ee-post-card h2 { margin: 0; }
.ee-post-card h2 a { text-decoration: none; }

/* Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  border: 1px solid rgba(18, 20, 22, 0.18);
  border-radius: 4px;
  background: #fff;
  color: var(--ee-ink);
  padding: 0.78rem 0.9rem;
}

input[type="submit"], button[type="submit"] {
  border: 0;
  border-radius: 4px;
  background: var(--ee-orange);
  color: #111;
  padding: 0.82rem 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 900;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 1040px) {
  .ee-nav-wrap { gap: 0.75rem; }
  .ee-nav > ul, .ee-nav .menu { gap: 0.85rem; }
  .ee-header-cta { display: none; }
}

@media (max-width: 860px) {
  body.admin-bar .ee-site-header { top: 46px; }
  .ee-topbar { display: none; }
  .ee-header-inner { align-items: flex-start; }
  .ee-menu-toggle { display: inline-flex; }
  .ee-nav-wrap { margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
  .ee-nav {
    display: none;
    order: 3;
    width: 100%;
    padding-top: 0.65rem;
  }
  .ee-nav.is-open { display: block; }
  .ee-nav > ul, .ee-nav .menu {
    display: grid;
    width: min(320px, 100vw - 2rem);
    gap: 0;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--ee-shadow-strong);
  }
  .ee-nav li + li { border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .ee-nav a { padding: 0.75rem 1rem; min-height: 0; }

  .ee-title { font-size: clamp(2.3rem, 13vw, 4.4rem); }
  .ee-hero-proof { grid-template-columns: 1fr; }
  .ee-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ee-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ee-proof-item:nth-child(odd) { border-left: 1px solid rgba(255, 255, 255, 0.13); }
  .ee-about-grid, .ee-contact-band { grid-template-columns: 1fr; }
  .ee-about-checks { grid-template-columns: 1fr; }
  .ee-review-grid { grid-template-columns: 1fr; }
  .ee-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .ee-container { width: min(100% - 1.25rem, var(--ee-max)); }
  .ee-brand-name { font-size: 1.15rem; }
  .ee-brand-tagline { font-size: 0.66rem; letter-spacing: 0.06em; }
  .ee-photo-hero { min-height: 620px; }
  .ee-services-grid { grid-template-columns: 1fr; }
  .ee-proof-grid { grid-template-columns: 1fr; }
  .ee-proof-item { border-left: 1px solid rgba(255, 255, 255, 0.13); }
  .ee-footer-bottom { flex-direction: column; }
}

.ee-page-header {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    linear-gradient(rgba(8, 9, 9, 0.86), rgba(8, 9, 9, 0.78)),
    url('assets/stock/gravel-loader.jpg') center / cover no-repeat;
  color: var(--ee-white);
}

.ee-page-header .ee-section-title,
.ee-page-header .ee-lead { color: var(--ee-white); }
.ee-page-header .ee-lead { color: rgba(255,255,255,0.76); }
