/*
Theme Name: EexcavaStart Commerce
Theme URI: https://excavator-startermotor.com/
Author: EexcavaStart
Description: Purpose-built B2B WooCommerce catalog theme for excavator electrical and replacement parts.
Version: 1.2.3
Text Domain: eexcavastart-commerce
Requires at least: 6.5
Requires PHP: 8.0
*/

:root {
  --navy-950: #061c2f;
  --navy-900: #0a263b;
  --navy-800: #123b54;
  --ink: #172531;
  --muted: #5c6c77;
  --line: #d9e1e5;
  --mist: #f3f6f7;
  --white: #ffffff;
  --amber: #f2a900;
  --amber-dark: #c98200;
  --teal: #0aa3a3;
  --green: #1d9b5f;
  --radius: 7px;
  --shadow: 0 16px 40px rgba(6, 28, 47, .09);
  --shell: min(1240px, calc(100% - 40px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.ees-shell { width: var(--shell); margin-inline: auto; }
.ees-skip {
  position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 9px 12px;
  color: var(--white); background: var(--navy-950); transform: translateY(-150%);
}
.ees-skip:focus { transform: translateY(0); }

.ees-utility {
  color: #c9d7df;
  background: var(--navy-950);
  font-size: 12px;
  letter-spacing: .02em;
}
.ees-utility-inner {
  min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.ees-utility-links { display: flex; gap: 20px; }
.ees-utility a:hover { color: var(--white); }
.ees-header {
  position: sticky; z-index: 1000; top: 0;
  background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.ees-header-inner {
  min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px;
}
.ees-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-950); }
.ees-brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%;
  color: var(--white); background: var(--teal); font-weight: 900; letter-spacing: -.08em;
}
.ees-brand-logo, .ees-brand-logo .custom-logo-link { display: inline-flex; align-items: center; }
.ees-brand-logo img { width: auto; max-width: 170px; height: 38px; object-fit: contain; }
.ees-brand-name { font-size: 22px; font-weight: 780; letter-spacing: -.04em; }
.ees-brand-name strong { color: var(--teal); }
.ees-nav { justify-self: center; display: flex; align-items: center; gap: 27px; }
.ees-nav a { color: #2d3c47; font-size: 14px; font-weight: 700; }
.ees-nav a:hover, .ees-nav .current-menu-item > a { color: var(--teal); }
.ees-header-actions { display: flex; align-items: center; gap: 10px; }
.ees-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 17px; border: 1px solid var(--amber); border-radius: 4px;
  color: var(--navy-950) !important; background: var(--amber) !important;
  font-weight: 800; line-height: 1.2; cursor: pointer;
  transition: background 160ms var(--ease), transform 160ms var(--ease), box-shadow 160ms var(--ease);
}
.ees-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #ffc02f !important; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(242,169,0,.2);
}
.ees-button.is-outline { color: var(--navy-950) !important; background: transparent !important; border-color: #9aabb5; }
.ees-button.is-outline:hover { background: var(--mist) !important; box-shadow: none; }
.ees-menu-toggle { display: none; border: 0; color: var(--navy-950); background: none; font-weight: 850; }

.ees-hero {
  position: relative; overflow: hidden; padding: 72px 0 66px;
  color: var(--white); background:
    radial-gradient(circle at 78% 38%, rgba(10,163,163,.28), transparent 23%),
    radial-gradient(circle at 68% 62%, rgba(242,169,0,.18), transparent 20%),
    linear-gradient(110deg, #061c2f 0%, #0a263b 60%, #123b54 100%);
}
.ees-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(90deg, black, transparent 80%);
}
.ees-hero-copy { position: relative; z-index: 1; max-width: 760px; }
.ees-eyebrow {
  margin: 0 0 12px; color: var(--amber); font-size: 12px; font-weight: 900;
  letter-spacing: .13em; text-transform: uppercase;
}
.ees-hero h1, .ees-page-hero h1 {
  max-width: 850px; margin: 0; font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02; letter-spacing: -.045em;
}
.ees-hero-copy > p:not(.ees-eyebrow) { max-width: 680px; margin: 22px 0 28px; color: #d4dfe5; font-size: 18px; }
.ees-product-search {
  width: min(760px, 100%); display: grid; grid-template-columns: 1fr auto;
  padding: 6px; background: var(--white); border-radius: 6px; box-shadow: 0 18px 50px rgba(0,0,0,.2);
}
.ees-product-search input {
  min-width: 0; padding: 12px 14px; border: 0; outline: 0; color: var(--ink); background: transparent;
}
.ees-product-search button { border: 0; }
.ees-search-help { margin-top: 12px; color: #abc0cc; font-size: 12px; }
.ees-hero-actions { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px; }
.ees-hero .ees-button.is-outline { color: var(--white) !important; border-color: #6e8999; }
.ees-hero .ees-button.is-outline:hover { background: rgba(255,255,255,.08) !important; }

.ees-section { padding: 70px 0; }
.ees-section.is-tint { background: var(--mist); }
.ees-section-heading {
  margin-bottom: 28px; display: flex; justify-content: space-between; align-items: end; gap: 24px;
}
.ees-section-heading h2 { margin: 0; color: var(--navy-950); font-size: clamp(28px, 3.2vw, 43px); line-height: 1.1; letter-spacing: -.035em; }
.ees-section-heading p { max-width: 660px; margin: 10px 0 0; color: var(--muted); }
.ees-text-link { color: var(--navy-800); font-weight: 850; white-space: nowrap; }
.ees-text-link:hover { color: var(--teal); }

.ees-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ees-category {
  min-height: 175px; display: flex; flex-direction: column; justify-content: space-between;
  padding: 22px; border: 1px solid var(--line); border-top: 3px solid var(--navy-800);
  border-radius: var(--radius); background: var(--white);
  transition: transform 160ms var(--ease), border-color 160ms var(--ease), box-shadow 160ms var(--ease);
}
.ees-category:hover { transform: translateY(-3px); border-color: #9db0ba; box-shadow: var(--shadow); }
.ees-category span { color: var(--amber-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.ees-category h3 { margin: 12px 0 7px; color: var(--navy-950); font-size: 19px; line-height: 1.22; }
.ees-category p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.ees-category strong { margin-top: 17px; color: var(--navy-800); font-size: 12px; }

.ees-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.ees-proof { padding: 28px; border-right: 1px solid var(--line); }
.ees-proof:last-child { border-right: 0; }
.ees-proof strong { display: block; color: var(--navy-950); font-size: 19px; }
.ees-proof span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }
.ees-workflow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ees-workflow > div { padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--teal); border-radius: var(--radius); background: var(--white); }
.ees-workflow span { color: var(--amber-dark); font: 900 13px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.ees-workflow h3 { margin: 14px 0 8px; color: var(--navy-950); font-size: 20px; }
.ees-workflow p { margin: 0; color: var(--muted); font-size: 14px; }

.ees-page-hero { padding: 45px 0; color: var(--white); background: var(--navy-950); }
.ees-page-hero h1 { font-size: clamp(34px, 4vw, 52px); }
.ees-page-hero p { max-width: 760px; margin: 14px 0 0; color: #c9d6dd; }
.ees-breadcrumbs { padding: 17px 0; color: var(--muted); font-size: 12px; }
.ees-breadcrumbs a:hover { color: var(--teal); }

.woocommerce .woocommerce-breadcrumb { margin: 0 auto; width: var(--shell); padding: 17px 0; color: var(--muted); font-size: 12px; }
.woocommerce .woocommerce-result-count { color: var(--muted); font-size: 13px; }
.woocommerce .woocommerce-ordering select {
  min-height: 42px; padding: 8px 34px 8px 12px; border: 1px solid var(--line); border-radius: 4px; background: var(--white);
}
.woocommerce ul.products {
  display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; clear: both;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
  width: auto !important; margin: 0 !important; padding: 0 0 18px;
  overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  transition: transform 160ms var(--ease), box-shadow 160ms var(--ease), border-color 160ms var(--ease);
}
.woocommerce ul.products li.product:hover { transform: translateY(-3px); border-color: #a9b8c0; box-shadow: var(--shadow); }
.woocommerce ul.products li.product a img {
  width: 100%; aspect-ratio: 1; margin: 0 0 15px !important; padding: 12px;
  object-fit: contain; background: #f8fafb;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.4em; padding: 0 16px !important; color: var(--navy-950);
  font-size: 15px !important; line-height: 1.42;
}
.ees-loop-meta { padding: 0 16px; color: var(--muted); font-size: 11px; }
.ees-loop-meta strong { display: block; margin-top: 5px; color: var(--navy-800); font-size: 12px; word-break: break-word; }
.ees-loop-link { margin: 14px 16px 0; color: var(--navy-800); font-size: 12px; font-weight: 900; }
.woocommerce nav.woocommerce-pagination { margin: 34px 0 0; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 6px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 40px; min-height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul li span.current { color: var(--white); background: var(--navy-900); }

.single-product div.product { width: var(--shell); margin-inline: auto; padding: 28px 0 68px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 52px; }
.ees-single-breadcrumb { padding-top: 18px; }
.ees-single-breadcrumb .woocommerce-breadcrumb { width: 100%; padding: 0 0 16px; }
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary { width: auto !important; float: none !important; }
.single-product .woocommerce-product-gallery__wrapper {
  overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #f8fafb;
}
.single-product .woocommerce-product-gallery__image a { display: block; pointer-events: none; }
.single-product .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.single-product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px !important; }
.single-product .flex-control-thumbs li { width: auto !important; float: none !important; }
.single-product .flex-control-thumbs img { aspect-ratio: 1; object-fit: contain; border: 1px solid var(--line); border-radius: 4px; background: #f8fafb; }
.single-product .product_title { margin: 0 0 18px; color: var(--navy-950); font-size: clamp(28px, 3vw, 43px); line-height: 1.12; letter-spacing: -.035em; }
.single-product .product_meta {
  margin: 18px 0; display: grid; gap: 8px; padding: 17px; border-left: 3px solid var(--amber); background: var(--mist);
  color: var(--muted); font-size: 13px;
}
.single-product .product_meta span > span,
.single-product .product_meta span > a { color: var(--navy-800); font-weight: 800; }
.single-product .woocommerce-product-details__short-description { color: #3e4c56; }
.ees-quote-actions { margin: 24px 0 12px; display: flex; flex-wrap: wrap; gap: 10px; }
.ees-whatsapp { color: var(--white) !important; background: var(--green) !important; border-color: var(--green) !important; }
.ees-whatsapp:hover { background: #168350 !important; }

.ees-product-data { margin-top: 44px; grid-column: 1 / -1; }
.ees-data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ees-data-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.ees-data-card h2, .ees-data-card h3 { margin: 0 0 14px; color: var(--navy-950); line-height: 1.2; }
.ees-tag-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.ees-tag-list li { padding: 7px 10px; border: 1px solid #c7d2d8; border-radius: 4px; color: var(--navy-800); background: #f8fafb; font-size: 12px; font-weight: 750; }
.ees-spec-table { width: 100%; border-collapse: collapse; }
.ees-spec-table th, .ees-spec-table td { padding: 10px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.ees-spec-table th { width: 34%; color: var(--muted); font-size: 12px; }
.ees-spec-table td { color: var(--ink); font-size: 13px; }
.ees-video { margin-top: 18px; overflow: hidden; border-radius: var(--radius); background: var(--navy-950); }
.ees-video video { display: block; width: 100%; max-height: 620px; object-fit: contain; }
.woocommerce-tabs { grid-column: 1 / -1; margin-top: 35px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 7px 0 0; border-color: var(--line); border-radius: 4px 4px 0 0; background: var(--mist); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--white); }

.ees-content { padding: 55px 0 75px; }
.ees-content > *:first-child { margin-top: 0; }
.ees-content h1, .ees-content h2, .ees-content h3 { color: var(--navy-950); line-height: 1.18; }
.ees-empty { padding: 70px 0; text-align: center; }
.ees-editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.ees-editorial-card { overflow: hidden; display: grid; grid-template-columns: 220px 1fr; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform 160ms var(--ease), box-shadow 160ms var(--ease); }
.ees-editorial-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ees-editorial-card > a { min-height: 100%; background: var(--mist); }
.ees-editorial-card img { width: 100%; height: 100%; min-height: 240px; object-fit: contain; background: var(--mist); }
.ees-editorial-card > div { padding: 24px; }
.ees-editorial-card h2 { margin: 0 0 10px; color: var(--navy-950); font-size: 21px; line-height: 1.24; }
.ees-editorial-card p:not(.ees-eyebrow) { color: var(--muted); font-size: 14px; }
.ees-editorial-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.ees-editorial-meta span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 3px; color: #dbe5ea; font-size: 12px; }
.ees-editorial-detail { max-width: 980px; }
.ees-editorial-hero { margin: 0 0 34px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); }
.ees-editorial-hero img { display: block; max-height: 680px; margin: auto; object-fit: contain; }
.ees-editorial-copy { max-width: 820px; margin-inline: auto; }
.ees-editorial-copy h2 { margin-top: 42px; font-size: 29px; }
.ees-editorial-copy p, .ees-editorial-copy li { color: #344853; }
.ees-fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 38px; border: 1px solid var(--line); border-width: 1px 0 0 1px; }
.ees-fact-grid > div { padding: 16px; border: 1px solid var(--line); border-width: 0 1px 1px 0; }
.ees-fact-grid span, .ees-fact-grid strong { display: block; }
.ees-fact-grid span { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.ees-fact-grid strong { margin-top: 4px; color: var(--navy-950); }
.ees-editorial-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 45px; padding: 24px; color: var(--white); background: var(--navy-950); border-radius: var(--radius); }
.ees-editorial-cta strong, .ees-editorial-cta span { display: block; }
.ees-editorial-cta span { margin-top: 5px; color: #c7d5dc; font-size: 13px; }

.ees-footer { padding-top: 52px; color: #c7d4db; background: var(--navy-950); }
.ees-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr 1.2fr; gap: 42px; }
.ees-footer h2, .ees-footer h3 { color: var(--white); }
.ees-footer h3 { margin: 0 0 14px; font-size: 14px; }
.ees-footer p, .ees-footer a, .ees-footer span { display: block; color: #9fb4bf; font-size: 13px; }
.ees-footer a { margin: 7px 0; }
.ees-footer a:hover { color: var(--white); }
.ees-footer-bottom {
  margin-top: 38px; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  border-top: 1px solid rgba(255,255,255,.12); color: #8ca2ae; font-size: 11px;
}
.ees-float {
  position: fixed; z-index: 900; right: 20px; bottom: 20px; min-height: 48px;
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px;
  color: var(--white); background: var(--green); border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,.22);
  font-size: 13px; font-weight: 850;
}
.ees-float:hover { background: #168350; }

.catalog-pagination .page-numbers {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding-inline: 12px;
  color: var(--navy-900);
  background: var(--surface, #fff);
  border: 1px solid #b9c8d0;
  border-radius: var(--radius-button, 5px);
  font-size: 13px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}
.catalog-pagination .page-numbers.current {
  color: #fff;
  background: var(--navy-900);
  border-color: var(--navy-900);
  box-shadow: inset 0 -3px 0 var(--accent, #f2a900);
}
.catalog-pagination a.page-numbers:hover {
  background: #e5ecef;
  border-color: #93a8b3;
}

@media (max-width: 1020px) {
  .ees-header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .ees-menu-toggle { display: inline-flex; }
  .ees-header-actions .ees-button { display: none; }
  .ees-nav {
    position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 18px 20px;
    flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .ees-nav.is-open { display: flex; }
  .ees-nav a { padding: 11px 0; border-bottom: 1px solid #edf1f3; }
  .ees-category-grid, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .single-product div.product { grid-template-columns: 1fr; gap: 32px; }
  .ees-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 26px, 1240px); }
  .ees-utility-message { display: none; }
  .ees-utility-inner { justify-content: center; }
  .ees-header-inner { min-height: 66px; }
  .ees-nav { top: 66px; }
  .ees-brand-name { font-size: 19px; }
  .ees-brand-mark { width: 33px; height: 33px; }
  .ees-hero { padding: 50px 0 46px; }
  .ees-hero h1 { font-size: 36px; }
  .ees-hero-copy > p:not(.ees-eyebrow) { font-size: 16px; }
  .ees-product-search { grid-template-columns: 1fr; }
  .ees-product-search button { width: 100%; }
  .ees-section { padding: 50px 0; }
  .ees-section-heading { align-items: start; flex-direction: column; }
  .ees-category-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }
  .ees-category { min-height: 150px; padding: 16px; }
  .ees-category h3 { font-size: 15px; }
  .ees-category p { display: none; }
  .ees-proof-grid { grid-template-columns: 1fr 1fr; }
  .ees-workflow { grid-template-columns: 1fr; }
  .ees-proof:nth-child(2) { border-right: 0; }
  .ees-proof:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 4.3em; padding-inline: 11px !important; font-size: 13px !important; }
  .ees-loop-meta, .ees-loop-link { padding-inline: 11px; margin-inline: 0; }
  .single-product .product_title { font-size: 28px; }
  .ees-data-grid { grid-template-columns: 1fr; }
  .ees-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .ees-editorial-grid { grid-template-columns: 1fr; }
  .ees-editorial-card { grid-template-columns: 125px 1fr; }
  .ees-editorial-card img { min-height: 190px; }
  .ees-editorial-card > div { padding: 17px; }
  .ees-editorial-card h2 { font-size: 17px; }
  .ees-fact-grid { grid-template-columns: 1fr; }
  .ees-editorial-cta { align-items: flex-start; flex-direction: column; }
  .ees-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .ees-float span { display: none; }
  .ees-float { width: 50px; padding: 0; justify-content: center; }
}

@media (max-width: 420px) {
  .ees-category-grid, .woocommerce ul.products { grid-template-columns: 1fr 1fr !important; }
  .ees-category { min-height: 125px; }
  .ees-category strong { margin-top: 10px; }
}

.ees-product-evidence { clear: both; padding-top: 44px; }
.ees-detail-heading { max-width: 760px; margin-bottom: 28px; }
.ees-detail-heading h2 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.ees-detail-heading > p:last-child, .ees-detail-note { color: var(--muted); }
.ees-detail-block {
  margin: 0 0 24px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
}
.ees-detail-block h3 { margin: 0 0 18px; font-size: 21px; color: var(--navy-950); }
.ees-reference-list { display: flex; flex-wrap: wrap; gap: 9px; }
.ees-reference-list span {
  padding: 9px 12px; border: 1px solid #bfd0d8; border-radius: 4px; color: var(--navy-950); background: var(--mist);
  font: 800 14px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.ees-spec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-width: 1px 0 0 1px; }
.ees-spec-grid > div { min-width: 0; padding: 14px; border: 1px solid var(--line); border-width: 0 1px 1px 0; }
.ees-spec-grid span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ees-spec-grid strong { display: block; overflow-wrap: anywhere; color: var(--navy-950); font-size: 15px; }
.ees-application-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.ees-application-grid > div { padding: 12px 14px 12px 0; border-bottom: 1px solid var(--line); color: #334955; font-size: 14px; }
.ees-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ees-video-grid video { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #eef2f3; border-radius: 5px; }
.ees-fitment-check {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 28px 0 16px; padding: 24px;
  color: var(--white); background: var(--navy-950); border-radius: var(--radius);
}
.ees-fitment-check strong, .ees-fitment-check span { display: block; }
.ees-fitment-check span { max-width: 720px; margin-top: 5px; color: #c8d5dc; }

@media (max-width: 760px) {
  .ees-spec-grid { grid-template-columns: 1fr 1fr; }
  .ees-application-grid, .ees-video-grid { grid-template-columns: 1fr; }
  .ees-fitment-check { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 460px) {
  .ees-detail-block { padding: 18px; }
  .ees-spec-grid { grid-template-columns: 1fr; }
}

/* Restored final-site presentation: WordPress keeps the accepted EexcavaStart model. */
.ees-header-inner { display: flex; justify-content: space-between; }
.ees-brand { flex: 0 0 auto; }
.ees-brand-logo img {
  width: auto;
  max-width: 224px;
  height: 50px;
  object-fit: contain;
}
.ees-nav { margin-left: auto; }
.ees-footer-brand { display: inline-flex; min-height: 54px; align-items: center; padding: 5px 8px; background: #fff; border-radius: 4px; }
.ees-footer a.ees-footer-brand { width: auto; max-width: 240px; display: inline-flex; }
.ees-footer-brand .ees-brand-logo img { max-width: 220px; height: 48px; }
.ees-footer-bottom a { display: inline; margin: 0; }

.ees-hero-restored { padding: 0; }
.ees-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  gap: clamp(48px, 6vw, 84px);
  padding-block: 68px;
}
.ees-hero-restored .ees-hero-copy { max-width: none; }
.ees-hero-restored .ees-hero-copy > p:not(.ees-eyebrow, .ees-search-help) {
  max-width: 620px;
  margin: 26px 0 0;
  color: #cfdae2;
  font-size: 18px;
  line-height: 1.58;
}
.ees-hero-restored h1 { max-width: 680px; font-size: clamp(48px, 5.4vw, 70px); line-height: .98; letter-spacing: -.052em; }
.ees-hero-search { max-width: 620px; margin-top: 28px; }
.ees-hero-product {
  position: relative;
  aspect-ratio: 1 / 1.02;
  display: grid;
  place-items: center;
  padding: 50px;
  overflow: hidden;
  color: var(--ink);
  background: #f5f7f8;
  border-radius: 28px 8px 28px 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
}
.ees-hero-product::before { content: ""; position: absolute; inset: 18px; border: 1px solid #d5e0e5; border-radius: 18px 4px 18px 4px; }
.ees-hero-product > img { position: relative; width: 88%; height: 88%; object-fit: contain; mix-blend-mode: multiply; }
.ees-hero-badge { position: absolute; z-index: 2; top: 24px; right: 24px; padding: 9px 12px; color: #ecf3f7; background: var(--navy-900); border-radius: 4px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.ees-hero-badge span { color: #ffc45a; font-weight: 900; }
.ees-hero-part { position: absolute; z-index: 2; right: 25px; bottom: 24px; left: 25px; padding: 14px 16px; color: var(--white); background: rgba(6, 28, 47, .95); border-radius: 5px; }
.ees-hero-part p { margin: 0 0 4px; color: #f6bf58; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.ees-hero-part strong { display: block; overflow-wrap: anywhere; font-size: 13px; font-variant-numeric: tabular-nums; letter-spacing: .03em; }

.ees-proof-strip { color: #d4e0e6; background: #0b2a40; border-top: 1px solid rgba(255,255,255,.08); }
.ees-proof-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ees-proof-strip-grid > div { padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.ees-proof-strip-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.ees-proof-strip-grid strong, .ees-proof-strip-grid span { display: block; }
.ees-proof-strip-grid strong { color: var(--white); font-size: 15px; }
.ees-proof-strip-grid span { margin-top: 2px; font-size: 11px; }

.ees-match-section { padding: 86px 0; color: var(--white); background: var(--navy-950); }
.ees-match-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; }
.ees-match-intro h2 { margin: 0; max-width: 480px; font-size: clamp(34px, 4.2vw, 55px); line-height: 1.02; letter-spacing: -.045em; }
.ees-match-intro > p:not(.ees-eyebrow) { max-width: 440px; color: #b8c9d2; }
.ees-match-intro .ees-text-link { color: #f8c45d; }
.ees-match-rail { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.ees-match-rail li { display: grid; grid-template-columns: 56px 180px 1fr; align-items: start; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
.ees-match-rail li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.ees-match-rail span { color: var(--amber); font: 900 13px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.ees-match-rail strong { font-size: 16px; }
.ees-match-rail p { margin: 0; color: #aebfc9; font-size: 13px; }

.ees-category-grid-restored { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ees-category-grid-restored .ees-category.has-image {
  position: relative;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-900);
  border: 0;
}
.ees-category-grid-restored .ees-category.has-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .56; transition: transform 300ms var(--ease), opacity 300ms var(--ease); }
.ees-category-grid-restored .ees-category.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,23,36,.08) 15%, rgba(4,23,36,.92) 92%); }
.ees-category-grid-restored .ees-category.has-image > span { position: absolute; z-index: 1; top: 18px; left: 20px; color: #ffd06e; }
.ees-category-grid-restored .ees-category.has-image > div { position: absolute; z-index: 1; right: 22px; bottom: 22px; left: 22px; }
.ees-category-grid-restored .ees-category.has-image h3, .ees-category-grid-restored .ees-category.has-image p, .ees-category-grid-restored .ees-category.has-image strong { color: var(--white); }
.ees-category-grid-restored .ees-category.has-image:hover img { transform: scale(1.04); opacity: .68; }
.ees-category-grid-restored .ees-category.is-compact { min-height: 185px; }
.ees-category-grid-restored .ees-category strong { display: block; }

.ees-about-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.ees-about-visual { position: relative; min-height: 500px; display: grid; place-items: center; padding: 40px; background: var(--mist); border-radius: 28px 8px 28px 8px; }
.ees-about-visual img { width: 100%; height: 100%; max-height: 460px; object-fit: contain; mix-blend-mode: multiply; }
.ees-about-visual > span { position: absolute; bottom: 18px; left: 18px; padding: 9px 12px; color: var(--white); background: var(--navy-950); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.ees-about-copy h2 { margin: 0; color: var(--navy-950); font-size: clamp(36px, 4.5vw, 58px); line-height: 1; letter-spacing: -.05em; }
.ees-about-copy > p { color: var(--muted); }
.ees-feature-list { margin: 28px 0; border-top: 1px solid var(--line); }
.ees-feature-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.ees-feature-list span { color: var(--amber-dark); font: 900 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.ees-feature-list p, .ees-feature-list strong { display: block; margin: 0; }
.ees-feature-list p { color: var(--muted); font-size: 13px; }
.ees-feature-list strong { color: var(--navy-950); font-size: 15px; }

.ees-home-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ees-home-editorial-grid article { padding-bottom: 18px; border-bottom: 3px solid var(--navy-800); background: var(--white); }
.ees-home-editorial-grid article > a { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #eaf0f2; }
.ees-home-editorial-grid img { width: 100%; height: 100%; object-fit: contain; transition: transform 220ms var(--ease); }
.ees-home-editorial-grid article:hover img { transform: scale(1.025); }
.ees-home-editorial-grid p { margin: 14px 16px 5px; color: var(--amber-dark); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ees-home-editorial-grid h3 { margin: 0 16px; color: var(--navy-950); font-size: 18px; line-height: 1.28; }

.ees-quote-band { padding: 46px 0; color: var(--white); background: var(--teal); }
.ees-quote-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.ees-quote-inner h2 { max-width: 760px; margin: 0; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -.04em; }
.ees-quote-inner > div { text-align: right; }
.ees-quote-inner p { margin: 8px 0 0; font-size: 12px; }

.ees-tech-search-hero { padding: 82px 0 72px; color: #f8fbfc; background: radial-gradient(circle at 82% 24%, var(--navy-800), var(--navy-950) 70%); }
.ees-tech-search-hero h1 { max-width: 820px; margin: 0; font-size: clamp(46px, 6vw, 76px); line-height: .98; letter-spacing: -.052em; }
.ees-tech-search-hero > div > p:not(.ees-eyebrow) { max-width: 840px; color: #c6d4dc; font-size: 17px; }
.ees-tech-search-form { margin-top: 28px; padding: 18px; color: var(--ink); background: var(--white); border-radius: 7px; box-shadow: 0 20px 55px rgba(0,0,0,.22); }
.ees-tech-search-form label { color: var(--navy-950); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.ees-tech-search-form input, .ees-tech-search-form select { width: 100%; min-height: 45px; margin-top: 6px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); }
.ees-tech-query { display: block; }
.ees-tech-query input { min-height: 52px; font-size: 16px; }
.ees-tech-filter-grid { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr) auto; align-items: end; gap: 10px; margin-top: 12px; }
.ees-tech-intro { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); border: 1px solid var(--line); }
.ees-tech-intro > * { padding: 24px; border-right: 1px solid var(--line); }
.ees-tech-intro > *:last-child { border-right: 0; }
.ees-tech-table-scroll { overflow-x: auto; border: 1px solid var(--line); }
.ees-tech-table { width: 100%; min-width: 1180px; border-collapse: collapse; }
.ees-tech-table th { padding: 13px; color: var(--white); background: var(--navy-900); font-size: 11px; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.ees-tech-table td { min-width: 150px; max-width: 310px; padding: 15px 13px; border: 1px solid var(--line); vertical-align: top; font-size: 12px; }
.ees-tech-table td:first-child { min-width: 170px; color: var(--navy-950); }
.ees-tech-table ul { max-height: 250px; overflow: auto; margin: 0; padding-left: 17px; }
.ees-tech-table li { margin-bottom: 5px; }
.ees-tech-table li.ees-more-data { color: var(--navy-800); font-weight: 850; list-style: none; margin-left: -17px; }
.ees-tech-table em { color: var(--muted); }
.ees-tech-category { display: block; margin-bottom: 6px; color: var(--amber-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ees-tech-detail-link { color: var(--navy-800); font-weight: 900; }
.ees-tech-no-results { display: flex; align-items: center; gap: 20px; padding: 28px; border: 1px solid var(--line); background: var(--mist); }

@media (max-width: 1120px) {
  .ees-nav { gap: 17px; }
  .ees-brand-logo img { max-width: 190px; height: 43px; }
  .ees-tech-filter-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1020px) {
  .ees-header-inner { display: grid; }
  .ees-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .ees-hero-product { width: min(620px, 100%); margin-inline: auto; }
  .ees-match-layout { grid-template-columns: 1fr; gap: 45px; }
  .ees-category-grid-restored { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ees-about-split { gap: 45px; }
}

@media (max-width: 720px) {
  .ees-brand-logo img { max-width: 178px; height: 40px; }
  .ees-footer-brand .ees-brand-logo img { max-width: 190px; height: 43px; }
  .ees-hero-grid { gap: 46px; padding-block: 54px; }
  .ees-hero-restored h1 { font-size: clamp(42px, 13vw, 58px); }
  .ees-hero-restored .ees-hero-copy > p:not(.ees-eyebrow, .ees-search-help) { font-size: 16px; }
  .ees-hero-product { padding: 34px; border-radius: 20px 6px 20px 6px; }
  .ees-proof-strip-grid { grid-template-columns: 1fr 1fr; }
  .ees-proof-strip-grid > div { padding: 17px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .ees-match-section { padding: 58px 0; }
  .ees-match-rail li { grid-template-columns: 40px 1fr; }
  .ees-match-rail p { grid-column: 2; }
  .ees-category-grid-restored { grid-template-columns: 1fr 1fr; }
  .ees-category-grid-restored .ees-category.has-image { min-height: 245px; }
  .ees-category-grid-restored .ees-category.is-compact { min-height: 155px; }
  .ees-category-grid-restored .ees-category.has-image p { display: block; }
  .ees-category-grid-restored .ees-category h3 { font-size: 15px; }
  .ees-about-split { grid-template-columns: 1fr; }
  .ees-about-visual { min-height: 360px; }
  .ees-home-editorial-grid { grid-template-columns: 1fr; }
  .ees-quote-inner { align-items: flex-start; flex-direction: column; }
  .ees-quote-inner > div { text-align: left; }
  .ees-tech-search-hero { padding: 60px 0 54px; }
  .ees-tech-search-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .ees-tech-filter-grid { grid-template-columns: 1fr 1fr; }
  .ees-tech-filter-grid .ees-button { width: 100%; }
  .ees-tech-intro { grid-template-columns: 1fr; }
  .ees-tech-intro > * { border-right: 0; border-bottom: 1px solid var(--line); }
  .ees-tech-no-results { align-items: flex-start; flex-direction: column; }
  .ees-tech-table-scroll { overflow: visible; border: 0; }
  .ees-tech-table { min-width: 0; display: block; }
  .ees-tech-table thead { display: none; }
  .ees-tech-table tbody, .ees-tech-table tr, .ees-tech-table td { display: block; width: 100%; max-width: none; }
  .ees-tech-table tr { margin-bottom: 18px; border: 1px solid var(--line); border-top: 4px solid var(--navy-800); background: var(--white); }
  .ees-tech-table td { min-width: 0; padding: 13px 14px; border: 0; border-bottom: 1px solid var(--line); }
  .ees-tech-table td:last-child { border-bottom: 0; }
  .ees-tech-table td::before { content: attr(data-label); display: block; margin-bottom: 7px; color: var(--amber-dark); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .ees-tech-table ul { max-height: none; }
}
