/* ==========================================================================
   Tech Merx — Main Stylesheet
   Clean, semantic, WordPress-ready
   ========================================================================== */

/* ---------- CSS Custom Properties ---------- */
:root {
  --bge-graphite: #292a26;
  --bge-graphite-deep: #1d1e1b;
  --bge-limestone: #ffffff;
  --bge-paper: #ffffff;
  --bge-copper: #2f6b4f;
  --bge-copper-dark: #214d39;
  --bge-green-light: #78ad8e;
  --bge-green-soft: #e6f0ea;
  --bge-steel: #6d746f;
  --bge-line: #d8dfdb;
  --bge-white: #ffffff;
  --bge-focus: #4e8c69;
  --bge-shadow: 0 18px 52px rgba(27, 55, 42, 0.12);

  /* Legacy component aliases remain until their individual redesign phases. */
  --color-primary: var(--bge-graphite);
  --color-primary-rgb: 41, 42, 38;
  --color-accent: var(--bge-copper);
  --color-accent-hover: var(--bge-copper-dark);
  --color-gold: var(--bge-copper);
  --color-white: var(--bge-white);
  --color-light: #ffffff;
  --color-gray: var(--bge-line);
  --color-text: var(--bge-graphite);
  --color-text-light: #5d665f;
  --color-overlay: rgba(29, 30, 27, 0.62);

  --font-body: 'Manrope', sans-serif;
  --font-heading: 'Archivo', sans-serif;

  --container: 1320px;
  --header-height: 88px;
  --top-bar-height: 38px;
  --transition: 0.24s cubic-bezier(0.2, 0.7, 0.2, 1);
  --radius: 4px;
  --shadow: 0 10px 32px rgba(27, 55, 42, 0.1);
  --shadow-hover: var(--bge-shadow);
  --bge-z-back-to-top: 20;
  --bge-z-mobile: 30;
  --bge-z-header: 40;
  --bge-z-skip: 50;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--bge-paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition);
}

.tmx-contact-form-box a{
  text-decoration: underline;
	}

.tmx-contact-form-box a:hover{
  text-decoration: none;
	}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
  background: none;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

/* ==========================================================================
   BGE PHASE 6 — SINGLE INVENTORY / FIELD PROVEN DETAIL
   ========================================================================== */

.bge-unit-page {
  margin-top: calc(var(--top-bar-height) + var(--header-height));
  overflow: clip;
  background: var(--bge-paper);
}

.bge-unit-hero {
  display: grid;
  grid-template-columns: minmax(360px, 35.5vw) minmax(0, 1fr);
  grid-template-areas:
    "intro gallery"
    "thumbs thumbs";
  background: var(--bge-graphite-deep);
  border-bottom: 2px solid var(--bge-copper);
}

.bge-unit-hero__intro {
  grid-area: intro;
  display: flex;
  min-height: clamp(530px, 43vw, 650px);
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 6vw, 90px) clamp(34px, 4vw, 68px) clamp(48px, 5vw, 76px) max(24px, calc((100vw - var(--container)) / 2));
  color: var(--bge-white);
  border-right: 2px solid var(--bge-copper);
}

.bge-unit-hero__breadcrumbs {
  margin-bottom: 24px;
  color: var(--bge-green-light);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.bge-unit-hero__breadcrumbs > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.bge-unit-hero__breadcrumbs .tmx-page-banner__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 0;
}

.bge-unit-hero__breadcrumbs .tmx-page-banner__breadcrumb > span {
  display: inline-flex;
  align-items: center;
  font-size: 0.76rem;
}

.bge-unit-hero__breadcrumbs .tmx-page-banner__breadcrumb > span:not(:last-child)::after {
  margin: 0 8px;
  color: rgba(255, 253, 250, 0.45);
  content: '›';
}

.bge-unit-hero__breadcrumbs .tmx-page-banner__breadcrumb > span:last-child {
  display: none;
}

.bge-unit-hero__breadcrumbs a,
.bge-unit-hero__breadcrumbs span {
  color: inherit;
}

.bge-unit-hero__breadcrumbs a:hover,
.bge-unit-hero__breadcrumbs a:focus-visible {
  color: var(--bge-white);
}

.bge-unit-hero__title {
  max-width: 7.2em;
  margin: 0;
  color: var(--bge-white);
  font-size: clamp(2.9rem, 4.65vw, 5.5rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: none;
  text-wrap: balance;
}

.bge-unit-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 30px;
  color: rgba(255, 253, 250, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.bge-unit-hero__gallery {
  grid-area: gallery;
  display: contents;
}

.bge-unit-hero .tmx-unit-gallery__main {
  grid-area: gallery;
  width: 100%;
  height: clamp(530px, 43vw, 650px);
  aspect-ratio: auto;
  border: 0;
  background: #11120f;
}

.bge-unit-hero .tmx-unit-gallery__main .swiper-slide {
  height: 100%;
}

.bge-unit-hero .tmx-unit-gallery__main-img {
  object-fit: cover;
}

.bge-unit-hero .tmx-gallery-expand {
  top: auto;
  right: 18px;
  bottom: 18px;
  width: auto;
  height: auto;
  min-height: 44px;
  gap: 10px;
  padding: 11px 15px;
  color: var(--bge-white);
  background: rgba(29, 30, 27, 0.92);
  border: 1px solid rgba(255, 253, 250, 0.32);
  border-radius: 0;
  box-shadow: none;
  font-family: var(--font-body);
  font-size: 0.78rem;
  line-height: 1;
}

.bge-unit-hero .tmx-gallery-expand svg {
  width: 18px;
  height: 18px;
}

.bge-unit-hero .tmx-gallery-expand strong {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 253, 250, 0.34);
  font-weight: 700;
}

.bge-unit-hero .tmx-gallery-expand:hover {
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
  box-shadow: none;
  transform: none;
}

.bge-unit-hero .tmx-unit-gallery__thumbs {
  grid-area: thumbs;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--bge-graphite-deep);
}

.bge-unit-hero .tmx-unit-gallery__thumbs .tmx-thumb {
  height: clamp(122px, 14vw, 205px);
  aspect-ratio: auto;
  border-right: 1px solid rgba(255, 253, 250, 0.18);
}

.bge-unit-hero .tmx-unit-gallery__thumbs .tmx-thumb img {
  opacity: 0.74;
}

.bge-unit-hero .tmx-unit-gallery__thumbs .swiper-slide-thumb-active img,
.bge-unit-hero .tmx-unit-gallery__thumbs .tmx-thumb:hover img {
  opacity: 1;
}

.bge-unit-content {
  padding: clamp(72px, 8vw, 118px) 0 clamp(88px, 10vw, 145px);
  background-color: var(--bge-paper);
  background-image:
    linear-gradient(rgba(75, 72, 64, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 72, 64, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
}

.bge-unit-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.72fr);
  gap: clamp(52px, 7vw, 108px);
  align-items: start;
}

.bge-unit-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px !important;
  color: var(--bge-copper) !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bge-unit-kicker::before {
  content: '';
  width: 34px;
  height: 2px;
  background: var(--bge-copper);
}

.bge-unit-description h2,
.bge-unit-data h2 {
  margin: 0;
  color: var(--bge-graphite-deep);
  font-size: clamp(2.25rem, 3.3vw, 4rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: none;
}

.bge-unit-description > p:not(.bge-unit-kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: #555752;
  font-size: 1rem;
  line-height: 1.82;
}

.bge-unit-summary {
  position: sticky;
  top: calc(var(--top-bar-height) + var(--header-height) + 22px);
  width: 100%;
  padding: 0 28px 26px;
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  border-left: 3px solid var(--bge-copper);
}

.bge-unit-summary .tmx-product-price-box {
  padding: 28px 0 24px;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 253, 250, 0.16);
  border-radius: 0;
}

.bge-unit-summary .tmx-price-label {
  margin: 0 0 6px;
  color: rgba(255, 253, 250, 0.5);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bge-unit-summary .tmx-price-amount {
  margin: 0;
  color: var(--bge-white);
  font-size: clamp(2.35rem, 3vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.bge-unit-summary .tmx-spec-list {
  margin: 0 0 24px;
}

.bge-unit-summary .tmx-spec-list li {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 253, 250, 0.12);
  font-size: 0.83rem;
}

.bge-unit-summary .tmx-spec-label {
  flex: none;
  color: rgba(255, 253, 250, 0.5);
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bge-unit-summary .tmx-spec-value {
  color: var(--bge-white);
  font-weight: 700;
}

.bge-unit-summary .tmx-action--full {
  max-width: none;
  min-height: 54px;
  padding: 14px 16px;
  color: var(--bge-white);
  background: var(--bge-copper);
  border: 1px solid var(--bge-copper);
  border-radius: 0;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.bge-unit-summary .tmx-action--full:hover,
.bge-unit-summary .tmx-action--full:focus-visible {
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
}

.bge-unit-summary__contact {
  margin: 13px 0 0;
  color: rgba(255, 253, 250, 0.55);
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

.bge-unit-summary__contact a {
  color: var(--bge-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bge-unit-data {
  display: grid;
  grid-template-columns: minmax(285px, 0.72fr) minmax(0, 1.48fr);
  width: min(1120px, 100%);
  margin: clamp(72px, 9vw, 128px) auto 0;
  border-top: 3px solid var(--bge-copper);
  box-shadow: var(--bge-shadow);
}

.bge-unit-data > section {
  padding: clamp(34px, 4vw, 58px);
}

.bge-unit-data__features {
  color: var(--bge-white);
  background: #79807b;
}

.bge-unit-data__technical {
  background: #ffffff;
}

.bge-unit-data__features .bge-unit-kicker,
.bge-unit-data__features h2 {
  color: var(--bge-white) !important;
}

.bge-unit-data h2 {
  margin-bottom: 34px;
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.bge-unit-data .tmx-features-list,
.bge-unit-data .tmx-technical-list {
  display: block;
  margin: 0;
}

.bge-unit-data .tmx-features-list li {
  padding: 13px 0 13px 20px;
  border-bottom: 1px solid rgba(255, 253, 250, 0.2);
  color: var(--bge-white);
  font-size: 0.9rem;
}

.bge-unit-data .tmx-features-list li::before {
  top: 17px;
  width: 5px;
  height: 5px;
  background: var(--bge-copper);
  content: '';
}

.bge-unit-data .tmx-technical-list li {
  display: grid;
  grid-template-columns: minmax(130px, 0.55fr) minmax(0, 1fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--bge-line);
  color: #555752;
  font-size: 0.9rem;
}

.bge-unit-data .tmx-technical-list li::before {
  display: none;
}

.bge-unit-data .tmx-technical-list strong {
  color: var(--bge-graphite-deep);
}

/* Request modal follows the same editorial system. */
.tmx-quote-modal {
  padding: clamp(14px, 3vw, 34px);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.tmx-quote-modal__overlay {
  background: rgba(20, 21, 19, 0.84);
}

.tmx-quote-modal__dialog {
  width: min(1020px, 100%);
  border-top: 3px solid var(--bge-copper);
  border-radius: 0;
  background: var(--bge-paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.tmx-quote-modal__content {
  padding: clamp(26px, 4vw, 52px);
}

.tmx-quote-modal__eyebrow {
  margin: 0 0 10px;
  color: var(--bge-copper);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tmx-quote-modal__title {
  max-width: 780px;
  margin: 0 62px 30px 0;
  color: var(--bge-graphite-deep);
  font-size: clamp(2rem, 3.15vw, 3.5rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: none;
}

.tmx-quote-modal__close {
  top: 22px;
  right: 22px;
  border: 1px solid var(--bge-line);
  border-radius: 0;
  color: var(--bge-graphite);
}

.tmx-quote-modal__close:hover,
.tmx-quote-modal__close:focus-visible {
  color: var(--bge-white);
  background: var(--bge-copper);
  border-color: var(--bge-copper);
}

.tmx-quote-modal .wpcf7-form-control {
  min-height: 50px;
  border: 1px solid var(--bge-line);
  border-radius: 0;
  background: var(--bge-white);
}

.tmx-quote-modal .wpcf7-form-control:focus {
  border-color: var(--bge-copper);
  outline: 2px solid rgba(47, 107, 79, 0.22);
  outline-offset: 0;
}

.tmx-quote-modal .wpcf7-submit {
  min-height: 54px;
  border-radius: 0;
  background: var(--bge-copper);
}

.tmx-quote-modal .wpcf7-submit:hover,
.tmx-quote-modal .wpcf7-submit:focus-visible {
  background: var(--bge-copper-dark);
  box-shadow: none;
}

@media (max-width: 980px) {
  .bge-unit-hero {
    grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
  }

  .bge-unit-hero__intro,
  .bge-unit-hero .tmx-unit-gallery__main {
    min-height: 480px;
    height: 480px;
  }

  .bge-unit-hero__title {
    font-size: clamp(2.45rem, 5.6vw, 4.2rem);
  }

  .bge-unit-overview {
    grid-template-columns: 1fr;
  }

  .bge-unit-summary {
    position: static;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 0 28px;
  }

  .bge-unit-summary .tmx-product-price-box {
    grid-row: 1 / span 2;
    border-right: 1px solid rgba(255, 253, 250, 0.16);
    border-bottom: 0;
  }

  .bge-unit-summary .tmx-product-price-box__request,
  .bge-unit-summary > .tmx-action--full,
  .bge-unit-summary__contact {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .bge-unit-page {
    margin-top: calc(var(--top-bar-height) + var(--header-height) + 4px);
  }

  .bge-unit-hero {
    display: flex;
    flex-direction: column;
  }

  .bge-unit-hero__intro {
    min-height: 0;
    height: auto;
    padding: 26px 20px 28px;
    border-right: 0;
    border-bottom: 2px solid var(--bge-copper);
  }

  .bge-unit-hero__breadcrumbs {
    margin-bottom: 12px;
    font-size: 0.68rem;
  }

  .bge-unit-hero__title {
    max-width: 11em;
    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: 0.98;
  }

  .bge-unit-hero__meta {
    margin-top: 18px;
  }

  .bge-unit-hero__gallery {
    display: flex;
    flex-direction: column;
  }

  .bge-unit-hero .tmx-unit-gallery__main {
    width: 100%;
    min-height: 0;
    height: min(76vw, 430px);
  }

  .bge-unit-hero .tmx-unit-gallery__thumbs .tmx-thumb {
    height: 92px;
  }

  .bge-unit-hero .tmx-gallery-expand {
    right: 10px;
    bottom: 10px;
    padding: 10px 12px;
  }

  .bge-unit-hero .tmx-gallery-expand span {
    display: none;
  }

  .bge-unit-content {
    padding: 58px 0 80px;
    background-size: 54px 54px;
  }

  .bge-unit-description h2 {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
  }

  .bge-unit-description > p:not(.bge-unit-kicker) {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .bge-unit-summary {
    display: block;
    padding: 0 22px 24px;
  }

  .bge-unit-summary .tmx-product-price-box {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 250, 0.16);
  }

  .bge-unit-data {
    grid-template-columns: 1fr;
    margin-top: 68px;
  }

  .bge-unit-data .tmx-technical-list li {
    grid-template-columns: minmax(110px, 0.65fr) minmax(0, 1fr);
    gap: 16px;
  }

  .tmx-quote-modal__dialog {
    max-height: calc(100vh - 28px);
  }

  .tmx-quote-form__grid {
    grid-template-columns: 1fr;
  }

  body.single-inventory .tmx-quote-modal textarea.wpcf7-form-control {
    height: 220px;
    min-height: 220px;
  }
}

@media (max-width: 480px) {
  .bge-unit-hero .tmx-unit-gallery__thumbs .tmx-thumb {
    height: 72px;
  }

  .bge-unit-summary .tmx-spec-list li,
  .bge-unit-data .tmx-technical-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .bge-unit-data > section {
    padding: 30px 22px;
  }

  .tmx-quote-modal {
    padding: 8px;
  }

  .tmx-quote-modal__content {
    padding: 24px 18px;
  }

  .tmx-quote-modal__title {
    margin-right: 42px;
    font-size: 1.75rem;
  }
}

/* ========================================================================== 
   BGE GLOBAL SHELL — FIELD PROVEN
   The legacy tmx component rules above remain available for page sections
   that have not yet moved through their controlled redesign phase.
   ========================================================================== */

.bge-shell {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.bge-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bge-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: var(--bge-z-skip);
  padding: 12px 18px;
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  border-left: 4px solid var(--bge-copper);
  font-weight: 700;
  transform: translateY(calc(-100% - 20px));
  transition: transform var(--transition);
}

.bge-skip-link:focus {
  transform: translateY(0);
}

.bge-skip-target {
  display: block;
  height: 0;
  scroll-margin-top: 84px;
}

.bge-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition), transform var(--transition);
}

.bge-button--accent {
  color: var(--bge-white);
  background: var(--bge-copper);
  border-color: var(--bge-copper);
}

.bge-button--accent:hover {
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
  transform: translateY(-2px);
}

.bge-button:active {
  transform: translateY(1px);
}

/* Header and utility contacts */
.bge-site-header {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  z-index: var(--bge-z-header);
  transition: transform var(--transition), box-shadow var(--transition);
}

.bge-utility {
  height: var(--top-bar-height);
  color: rgba(255, 253, 250, 0.78);
  background: var(--bge-graphite-deep);
  border-bottom: 1px solid rgba(255, 253, 250, 0.1);
  transition: height var(--transition), opacity var(--transition);
}

.bge-utility__inner,
.bge-utility__primary,
.bge-utility__secondary,
.bge-utility__link {
  display: flex;
  align-items: center;
}

.bge-utility__inner {
  height: 100%;
  justify-content: space-between;
  gap: 24px;
}

.bge-utility__primary,
.bge-utility__secondary {
  gap: 26px;
}

.bge-utility__link {
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  transition: color var(--transition);
}

.bge-utility__link:hover {
  color: var(--bge-white);
}

.bge-utility__link svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: var(--bge-green-light);
}

.bge-nav-shell {
  color: var(--bge-graphite);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(41, 42, 38, 0.18);
  box-shadow: 0 8px 26px rgba(45, 40, 31, 0.08);
  backdrop-filter: blur(14px);
}

.bge-nav-shell__inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  transition: min-height var(--transition);
}

.bge-mark {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  color: var(--bge-graphite);
}

.bge-mark__name {
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-stretch: 108%;
  font-weight: 760;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.bge-mark__signal {
  color: var(--bge-copper);
}

.bge-mark__tagline {
  margin-top: 7px;
  color: var(--bge-steel);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bge-nav-list {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 4px;
}

.bge-nav-list > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.bge-nav-list > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  color: #3c3e39;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  white-space: nowrap;
  transition: color var(--transition), background-color var(--transition);
}

.bge-nav-list > li > a::before {
  content: '';
  position: absolute;
  right: 13px;
  bottom: 19px;
  left: 13px;
  height: 2px;
  background: var(--bge-copper);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}

.bge-nav-list > li > a:hover,
.bge-nav-list > li > a:focus-visible,
.bge-nav-list > .current-menu-item > a,
.bge-nav-list > .current_page_item > a,
.bge-nav-list > .current-menu-ancestor > a,
.bge-nav-list > .current-page-ancestor > a {
  color: var(--bge-copper-dark);
}

.bge-nav-list > li > a:hover::before,
.bge-nav-list > li > a:focus-visible::before,
.bge-nav-list > .current-menu-item > a::before,
.bge-nav-list > .current_page_item > a::before,
.bge-nav-list > .current-menu-ancestor > a::before,
.bge-nav-list > .current-page-ancestor > a::before {
  transform: scaleX(1);
  transform-origin: left;
}

.bge-nav-list > li.menu-item-has-children > a::after {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.bge-nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 232px;
  padding: 10px;
  color: var(--bge-graphite);
  background: var(--bge-paper);
  border: 1px solid var(--bge-line);
  border-left: 3px solid var(--bge-copper);
  box-shadow: var(--bge-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  z-index: 2;
}

.bge-nav-list > li:hover > .sub-menu,
.bge-nav-list > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bge-nav-list .sub-menu a {
  display: block;
  padding: 10px 12px;
  color: #4d504a;
  font-size: 0.79rem;
  font-weight: 650;
  line-height: 1.3;
  transition: color var(--transition), background-color var(--transition), padding-left var(--transition);
}

.bge-nav-list .sub-menu a:hover,
.bge-nav-list .sub-menu a:focus-visible,
.bge-nav-list .sub-menu .current-menu-item > a,
.bge-nav-list .sub-menu .current_page_item > a {
  padding-left: 17px;
  color: var(--bge-copper-dark);
  background: rgba(47, 107, 79, 0.09);
}

.bge-menu-toggle {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 11px;
  color: var(--bge-white);
  background: var(--bge-graphite);
  border: 1px solid var(--bge-graphite);
  border-radius: 2px;
  transition: background-color var(--transition), border-color var(--transition), transform var(--transition);
}

.bge-menu-toggle:hover {
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
}

.bge-menu-toggle:active {
  transform: translateY(1px);
}

.bge-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}

.bge-menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.bge-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.bge-menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.bge-site-header.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.35s ease both;
}

.bge-site-header.sticky .bge-utility {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.bge-site-header.sticky .bge-nav-shell__inner {
  min-height: 68px;
}

.bge-site-header.sticky .bge-nav-shell {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 10px 34px rgba(45, 40, 31, 0.14);
}

.bge-site-header.sticky .bge-mark__tagline {
  display: none;
}

.admin-bar .bge-site-header.sticky {
  top: 32px;
}

/* Mobile navigation */
.bge-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: var(--bge-z-mobile);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: calc(var(--header-height) + var(--top-bar-height) + 28px) 24px 44px;
  color: var(--bge-graphite);
  background:
    radial-gradient(circle at 100% 0, rgba(47, 107, 79, 0.13), transparent 36rem),
    var(--bge-limestone);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  transform: translateY(-10px);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
}

.bge-site-header.sticky + .bge-mobile-panel {
  padding-top: calc(68px + 28px);
}

.bge-mobile-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.bge-mobile-menu {
  width: min(100%, 620px);
  margin: 0 auto;
  border-top: 1px solid var(--bge-line);
}

.bge-mobile-menu > li {
  border-bottom: 1px solid var(--bge-line);
}

.bge-mobile-menu__row {
  display: flex;
  align-items: stretch;
}

.bge-mobile-menu__row > a,
.bge-mobile-menu > li:not(.menu-item-has-children) > a {
  display: flex;
  min-height: 62px;
  flex: 1;
  align-items: center;
  padding: 12px 10px 12px 0;
  color: var(--bge-graphite);
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 4vw, 1.55rem);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.025em;
  transition: color var(--transition), padding-left var(--transition);
}

.bge-mobile-menu__row > a:hover,
.bge-mobile-menu__row > a:focus-visible,
.bge-mobile-menu > li:not(.menu-item-has-children) > a:hover,
.bge-mobile-menu > li:not(.menu-item-has-children) > a:focus-visible,
.bge-mobile-menu .current-menu-item > .bge-mobile-menu__row > a,
.bge-mobile-menu .current_page_item > .bge-mobile-menu__row > a,
.bge-mobile-menu .current-menu-ancestor > .bge-mobile-menu__row > a,
.bge-mobile-menu .current-page-ancestor > .bge-mobile-menu__row > a,
.bge-mobile-menu > .current-menu-item > a,
.bge-mobile-menu > .current_page_item > a {
  color: var(--bge-copper-dark);
  padding-left: 8px;
}

.bge-mobile-submenu-toggle {
  display: inline-flex;
  width: 62px;
  min-height: 62px;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  color: var(--bge-copper-dark);
  border-left: 1px solid var(--bge-line);
  transition: color var(--transition), background-color var(--transition);
}

.bge-mobile-submenu-toggle:hover,
.bge-mobile-submenu-toggle:focus-visible {
  color: var(--bge-white);
  background: var(--bge-copper-dark);
}

.bge-mobile-submenu-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: transform var(--transition);
}

.bge-mobile-menu li.bge-is-submenu-open > .bge-mobile-menu__row .bge-mobile-submenu-toggle svg {
  transform: rotate(180deg);
}

.bge-mobile-menu .sub-menu {
  max-height: 0;
  margin: 0;
  padding: 0 0 0 20px;
  overflow: hidden;
  transition: max-height 0.34s ease;
}

.bge-mobile-menu li.bge-is-submenu-open > .sub-menu {
  max-height: 800px;
  padding-bottom: 12px;
}

.bge-mobile-menu .sub-menu li {
  border-left: 2px solid rgba(47, 107, 79, 0.4);
}

.bge-mobile-menu .sub-menu a {
  display: block;
  padding: 9px 14px;
  color: #555852;
  font-size: 0.92rem;
  font-weight: 650;
  transition: color var(--transition), background-color var(--transition), padding-left var(--transition);
}

.bge-mobile-menu .sub-menu a:hover,
.bge-mobile-menu .sub-menu a:focus-visible,
.bge-mobile-menu .sub-menu .current-menu-item > a,
.bge-mobile-menu .sub-menu .current_page_item > a {
  padding-left: 19px;
  color: var(--bge-copper-dark);
  background: rgba(47, 107, 79, 0.08);
}

/* Footer */
.bge-site-footer {
  position: relative;
  color: rgba(255, 253, 250, 0.78);
  background:
    radial-gradient(circle at 12% 0, rgba(47, 107, 79, 0.13), transparent 32rem),
    var(--bge-graphite-deep);
  border-top: 5px solid var(--bge-copper);
}

.bge-footer__lead {
  padding: clamp(64px, 8vw, 108px) 0 0;
}

.bge-footer__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px 28px;
}

.bge-footer__brand {
  grid-column: span 6;
  max-width: 660px;
}

.bge-footer__nav {
  grid-column: 8 / span 2;
}

.bge-footer__contact {
  grid-column: 10 / -1;
}

.bge-mark--footer {
  color: var(--bge-white);
}

.bge-mark--footer .bge-mark__tagline {
  color: rgba(255, 253, 250, 0.55);
}

.bge-footer__brand p {
  max-width: 64ch;
  margin-top: 26px;
  font-size: 0.91rem;
  line-height: 1.85;
  text-wrap: pretty;
}

.bge-footer__badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.bge-footer__badges img {
  width: 104px;
  height: auto;
}

.bge-footer__heading {
  margin-bottom: 22px;
  color: var(--bge-white);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bge-footer__heading::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 0 9px 3px 0;
  background: var(--bge-copper);
}

.bge-footer__links li + li {
  margin-top: 11px;
}

.bge-footer__links a,
.bge-footer__contact-list a,
.bge-footer__legal-links a {
  transition: color var(--transition);
}

.bge-footer__links a {
  color: rgba(255, 253, 250, 0.7);
  font-size: 0.89rem;
  font-weight: 600;
}

.bge-footer__links a:hover,
.bge-footer__links a:focus-visible,
.bge-footer__links .current-menu-item > a,
.bge-footer__links .current_page_item > a,
.bge-footer__links .current-menu-ancestor > a,
.bge-footer__links .current-page-ancestor > a {
  color: var(--bge-green-light);
}

.bge-footer__contact address {
  font-style: normal;
}

.bge-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.87rem;
  line-height: 1.65;
}

.bge-footer__contact-list li + li {
  margin-top: 16px;
}

.bge-footer__contact-list svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 4px;
  fill: var(--bge-copper);
}

.bge-footer__contact-list a:hover,
.bge-footer__contact-list a:focus-visible {
  color: var(--bge-green-light);
}

.bge-footer__newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 48px;
  margin-top: clamp(54px, 7vw, 88px);
  padding: 38px 0 44px;
  border-top: 1px solid rgba(255, 253, 250, 0.13);
}

.bge-footer__newsletter .bge-footer__heading {
  margin-bottom: 12px;
}

.bge-footer__newsletter-copy p {
  max-width: 78ch;
  font-size: 0.86rem;
  line-height: 1.75;
}

.bge-footer__newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
}

.bge-footer__newsletter-form input {
  min-width: 0;
  padding: 12px 15px;
  color: var(--bge-white);
  background: rgba(255, 253, 250, 0.06);
  border: 1px solid rgba(255, 253, 250, 0.22);
  border-right: 0;
  border-radius: 2px 0 0 2px;
}

.bge-footer__newsletter-form input::placeholder {
  color: rgba(255, 253, 250, 0.48);
}

.bge-footer__newsletter-form input:focus {
  border-color: var(--bge-copper);
}

.bge-footer__newsletter-form .bge-button {
  border-radius: 0 2px 2px 0;
}

.bge-footer__meta {
  padding: 22px 0;
  color: rgba(255, 253, 250, 0.5);
  background: rgba(0, 0, 0, 0.14);
  border-top: 1px solid rgba(255, 253, 250, 0.08);
}

.bge-footer__meta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.73rem;
}

.bge-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.bge-footer__legal-links a:hover,
.bge-footer__legal-links a:focus-visible,
.bge-footer__legal-links .current-menu-item > a,
.bge-footer__legal-links .current_page_item > a {
  color: var(--bge-white);
}

.bge-back-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: var(--bge-z-back-to-top);
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--bge-white);
  background: var(--bge-graphite);
  border: 1px solid rgba(255, 253, 250, 0.25);
  border-left: 4px solid var(--bge-copper);
  border-radius: 2px;
  box-shadow: 0 10px 28px rgba(29, 30, 27, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition), background-color var(--transition);
}

.bge-back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bge-back-to-top:hover {
  background: var(--bge-copper-dark);
  transform: translateY(-2px);
}

.bge-back-to-top svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

@media (max-width: 1024px) {
  .bge-nav-list {
    display: none;
  }

  .bge-menu-toggle {
    display: flex;
  }

  .bge-footer__brand {
    grid-column: 1 / -1;
  }

  .bge-footer__nav {
    grid-column: 1 / span 4;
  }

  .bge-footer__contact {
    grid-column: 6 / -1;
  }

  .bge-footer__newsletter {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 782px) {
  .admin-bar .bge-site-header.sticky {
    top: 46px;
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: 78px;
  }

  .bge-shell {
    width: min(100% - 32px, var(--container));
  }

  .bge-utility__inner {
    gap: 12px;
  }

  .bge-utility__primary,
  .bge-utility__secondary {
    gap: 14px;
  }

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

  .bge-nav-shell__inner {
    gap: 20px;
  }

  .bge-mark__name {
    font-size: 1.42rem;
  }

  .bge-mark__tagline {
    max-width: 210px;
    font-size: 0.52rem;
    letter-spacing: 0.12em;
  }

  .bge-footer__lead {
    padding-top: 62px;
  }

  .bge-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .bge-footer__brand,
  .bge-footer__nav,
  .bge-footer__contact {
    grid-column: 1;
  }

  .bge-footer__newsletter {
    margin-top: 54px;
    padding-bottom: 38px;
  }

  .bge-footer__meta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .bge-footer__legal-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .bge-utility__link {
    font-size: 0.7rem;
  }

  .bge-menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .bge-mobile-panel {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bge-mobile-menu__row > a,
  .bge-mobile-menu > li:not(.menu-item-has-children) > a {
    min-height: 56px;
    font-size: 1.08rem;
  }

  .bge-mobile-submenu-toggle {
    width: 56px;
    min-height: 56px;
    flex-basis: 56px;
  }

  .bge-footer__newsletter-form {
    grid-template-columns: 1fr;
  }

  .bge-footer__newsletter-form input {
    min-height: 48px;
    border-right: 1px solid rgba(255, 253, 250, 0.22);
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
  }

  .bge-footer__newsletter-form .bge-button {
    border-radius: 0 0 2px 2px;
  }

  .bge-back-to-top {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-site-header,
  .bge-mobile-panel,
  .bge-mobile-menu .sub-menu,
  .bge-menu-toggle span,
  .bge-back-to-top,
  .bge-button {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Phase 6 cascade guard: modal rules must follow the legacy product block. */
body.single-inventory .tmx-quote-modal {
  padding: clamp(14px, 3vw, 34px);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

body.single-inventory .tmx-quote-modal__overlay {
  background: rgba(20, 21, 19, 0.84);
}

body.single-inventory .tmx-quote-modal__dialog {
  width: min(1020px, 100%);
  border-top: 3px solid var(--bge-copper);
  border-radius: 0;
  background: var(--bge-paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

body.single-inventory .tmx-quote-modal__content {
  padding: clamp(26px, 4vw, 52px);
}

body.single-inventory .tmx-quote-modal__title {
  max-width: 780px;
  margin: 0 62px 30px 0;
  color: var(--bge-graphite-deep);
  font-size: clamp(2rem, 3.15vw, 3.5rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: none;
}

body.single-inventory .tmx-quote-modal__close {
  top: 22px;
  right: 22px;
  border: 1px solid var(--bge-line);
  border-radius: 0;
  color: var(--bge-graphite);
}

body.single-inventory .tmx-quote-modal__close:hover,
body.single-inventory .tmx-quote-modal__close:focus-visible {
  color: var(--bge-white);
  background: var(--bge-copper);
  border-color: var(--bge-copper);
}

body.single-inventory .tmx-quote-modal .wpcf7-form-control {
  min-height: 50px;
  border: 1px solid var(--bge-line);
  border-radius: 0;
  background: var(--bge-white);
}

body.single-inventory .tmx-quote-modal .wpcf7-form-control:focus {
  border-color: var(--bge-copper);
  outline: 2px solid rgba(47, 107, 79, 0.22);
  outline-offset: 0;
}

body.single-inventory .tmx-quote-modal .wpcf7-submit {
  min-height: 54px;
  border-radius: 0;
  background: var(--bge-copper);
}

body.single-inventory .tmx-quote-modal .wpcf7-submit:hover,
body.single-inventory .tmx-quote-modal .wpcf7-submit:focus-visible {
  background: var(--bge-copper-dark);
  box-shadow: none;
}

@media (max-width: 600px) {
  body.single-inventory .tmx-quote-modal {
    padding: 8px;
  }

  body.single-inventory .tmx-quote-modal__content {
    padding: 24px 18px;
  }

  body.single-inventory .tmx-quote-modal__title {
    margin-right: 42px;
    font-size: 1.75rem;
  }
}

/* Phase 6 review adjustments: shorter hero, wider copy panel and readable summary. */
body.single-inventory .bge-unit-hero {
  grid-template-columns: minmax(460px, 42%) minmax(0, 1fr);
}

body.single-inventory .bge-unit-hero__intro,
body.single-inventory .bge-unit-hero .tmx-unit-gallery__main {
  min-height: clamp(430px, 30vw, 500px);
  height: clamp(430px, 30vw, 500px);
}

body.single-inventory .bge-unit-hero__intro {
  justify-content: center;
  padding-top: clamp(42px, 4.5vw, 66px);
  padding-bottom: clamp(38px, 4vw, 60px);
}

body.single-inventory .bge-unit-hero__breadcrumbs {
  width: 100%;
  margin-bottom: clamp(26px, 3vw, 38px);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 253, 250, 0.16);
}

body.single-inventory .bge-unit-hero__breadcrumbs .tmx-page-banner__breadcrumb > span:nth-last-child(2)::after {
  display: none;
}

body.single-inventory .bge-unit-hero__title {
  max-width: 9em;
  font-size: clamp(2.65rem, 3.45vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.single-inventory .bge-unit-hero__meta {
  margin-top: 24px;
}

body.single-inventory .bge-unit-hero .tmx-unit-gallery__thumbs .tmx-thumb {
  height: clamp(96px, 8vw, 135px);
}

body.single-inventory .tmx-product-specs.bge-unit-summary {
  width: 100%;
  padding: 0 28px 26px;
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  border-left: 3px solid var(--bge-copper);
}

@media (max-width: 980px) and (min-width: 761px) {
  body.single-inventory .bge-unit-hero {
    grid-template-columns: minmax(330px, 43%) minmax(0, 1fr);
  }

  body.single-inventory .bge-unit-hero__intro,
  body.single-inventory .bge-unit-hero .tmx-unit-gallery__main {
    min-height: 420px;
    height: 420px;
  }

  body.single-inventory .bge-unit-hero__title {
    font-size: clamp(2.35rem, 5vw, 3.5rem);
  }

  body.single-inventory .bge-unit-hero .tmx-unit-gallery__thumbs .tmx-thumb {
    height: 100px;
  }
}

@media (max-width: 760px) {
  body.single-inventory .bge-unit-hero__intro {
    min-height: 0;
    height: auto;
    padding: 24px 20px 28px;
  }

  body.single-inventory .bge-unit-hero__breadcrumbs {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  body.single-inventory .bge-unit-hero__title {
    max-width: 12em;
    font-size: clamp(2rem, 8.8vw, 2.9rem);
  }

  body.single-inventory .bge-unit-hero .tmx-unit-gallery__main {
    min-height: 0;
    height: min(66vw, 350px);
  }

  body.single-inventory .bge-unit-hero .tmx-unit-gallery__thumbs .tmx-thumb {
    height: 76px;
  }
}

/* Phase 6 review adjustments: immediate lower content and complete breadcrumb. */
body.single-inventory .bge-unit-content {
  padding-top: clamp(30px, 3.2vw, 48px);
}

body.single-inventory .bge-unit-auto-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: bge-unit-auto-reveal 0.62s ease-out 0.12s forwards;
}

body.single-inventory .bge-unit-auto-reveal:nth-child(2) {
  animation-delay: 0.2s;
}

body.single-inventory .bge-unit-hero__breadcrumbs .tmx-page-banner__breadcrumb > span:last-child {
  display: inline-flex;
  width: 100%;
  margin-top: 11px;
  color: rgba(255, 253, 250, 0.72);
  font-size: 0.7rem;
  line-height: 1.45;
  letter-spacing: 0.035em;
}

body.single-inventory .bge-unit-hero__breadcrumbs .tmx-page-banner__breadcrumb > span:last-child::before {
  margin-right: 8px;
  color: rgba(255, 253, 250, 0.42);
  content: '›';
}

@keyframes bge-unit-auto-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-inventory .bge-unit-auto-reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Phase 6 modal alignment and approved feature-panel tone. */
body.single-inventory .bge-unit-data__features {
  background: #1d1e1b;
}

@media (min-width: 761px) {
  body.single-inventory .tmx-quote-modal textarea.wpcf7-form-control {
    height: 265px;
    min-height: 265px;
  }

  body.single-inventory .tmx-quote-form__actions {
    margin-top: 22px;
  }
}

/* Breadcrumb interaction guard: Breadcrumb NavXT nests the visible text in a span. */
.bge-unit-hero__breadcrumbs a,
.bge-shipping-hero__breadcrumbs a,
.bge-faq-hero__breadcrumbs a,
.bge-catalog-hero__breadcrumbs a,
.bge-page-hero__breadcrumbs a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color var(--transition), text-decoration-color var(--transition);
}

.bge-unit-hero__breadcrumbs a:hover,
.bge-unit-hero__breadcrumbs a:hover span,
.bge-unit-hero__breadcrumbs a:focus-visible,
.bge-unit-hero__breadcrumbs a:focus-visible span,
.bge-shipping-hero__breadcrumbs a:hover,
.bge-shipping-hero__breadcrumbs a:hover span,
.bge-shipping-hero__breadcrumbs a:focus-visible,
.bge-shipping-hero__breadcrumbs a:focus-visible span,
.bge-faq-hero__breadcrumbs a:hover,
.bge-faq-hero__breadcrumbs a:hover span,
.bge-faq-hero__breadcrumbs a:focus-visible,
.bge-faq-hero__breadcrumbs a:focus-visible span,
.bge-catalog-hero__breadcrumbs a:hover,
.bge-catalog-hero__breadcrumbs a:hover span,
.bge-catalog-hero__breadcrumbs a:focus-visible,
.bge-catalog-hero__breadcrumbs a:focus-visible span {
  color: var(--bge-white);
  text-decoration-color: currentColor;
}

.bge-page-hero__breadcrumbs a:hover,
.bge-page-hero__breadcrumbs a:hover span,
.bge-page-hero__breadcrumbs a:focus-visible,
.bge-page-hero__breadcrumbs a:focus-visible span {
  color: var(--bge-copper);
  text-decoration-color: currentColor;
}

.bge-unit-hero__breadcrumbs a:focus-visible,
.bge-shipping-hero__breadcrumbs a:focus-visible,
.bge-faq-hero__breadcrumbs a:focus-visible,
.bge-catalog-hero__breadcrumbs a:focus-visible,
.bge-page-hero__breadcrumbs a:focus-visible {
  outline: 2px solid var(--bge-focus);
  outline-offset: 4px;
}

/* Unified Field Proven breadcrumbs across redesigned templates. */
:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) {
  color: var(--bge-green-light);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  color: inherit;
  font-size: 0;
}

:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb > span {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-size: 0.76rem;
}

:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb > span:not(:last-child)::after {
  margin: 0 8px;
  color: rgba(255, 253, 250, 0.42);
  content: '›';
}

:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb a,
:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb a > span {
  color: var(--bge-green-light);
}

:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb > span:last-child,
:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb > span:last-child .current-item,
:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb > span:last-child .breadcrumb_last {
  color: rgba(255, 253, 250, 0.72);
}

:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb a:hover,
:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb a:hover > span,
:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb a:focus-visible,
:is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb a:focus-visible > span {
  color: var(--bge-white);
  text-decoration-color: currentColor;
}

body :is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) {
  color: var(--bge-green-light);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.055em;
}

body :is(
  .bge-unit-hero__breadcrumbs,
  .bge-page-hero__breadcrumbs,
  .bge-shipping-hero__breadcrumbs,
  .bge-faq-hero__breadcrumbs,
  .bge-catalog-hero__breadcrumbs
) .tmx-page-banner__breadcrumb > span {
  font-size: 0.76rem;
}

::selection {
  color: var(--bge-white);
  background: var(--bge-copper);
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--bge-focus);
  outline-offset: 3px;
}

/* ---------- Utility ---------- */
.tmx-container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.tmx-section-title {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 48px;
  text-align: center;
  position: relative;
}

.tmx-section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-accent);
  margin: 16px auto 0;
}

.tmx-section-title--light {
  color: var(--color-white);
}

.tmx-section-title--light::after {
  background: var(--color-gold);
}

.tmx-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--radius);
  transition: all var(--transition);
}

.tmx-action--primary {
  background: var(--bge-copper);
  color: var(--bge-white);
}

.tmx-action--primary:hover {
  background: var(--bge-copper-dark);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.tmx-action--outline {
  border: 2px solid var(--bge-copper);
  color: var(--bge-copper-dark);
}

.tmx-action--outline:hover {
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

/* ---------- Scroll Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Card stagger reveal (grid children — no transition here, let card classes handle it) */
.bge-assurance__rail>*,
.bge-home-info__actions>* {
  opacity: 0;
  transform: translateY(30px);
}

.bge-assurance__rail>*.revealed,
.bge-home-info__actions>*.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.tmx-site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Above .tmx-drawer-nav (1001) so the burger / “X” stays clickable */
  z-index: 1002;
  transition: all 0.4s ease;
}

/* -- Top Bar -- */
.tmx-utility-bar {
  background: rgba(var(--color-primary-rgb), 0.85);
  backdrop-filter: blur(6px);
  height: var(--top-bar-height);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tmx-utility-bar .tmx-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.tmx-utility-bar__left,
.tmx-utility-bar__right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tmx-utility-bar__item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.85);
}

a.tmx-utility-bar__item:hover {
  color: var(--color-gold);
}

.tmx-utility-bar__item svg {
  width: 16px;
  height: 16px;
  fill: var(--color-accent);
  flex-shrink: 0;
}

@media (min-width: 1025px) {
  /* Align contact block slightly left on wide viewports only */
  .tmx-utility-bar__right {
    margin-right: 14px;
  }
}

/* -- Main Nav -- */
.tmx-main-nav {
  background: rgba(var(--color-primary-rgb), 0.65);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}

.tmx-main-nav .tmx-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  transition: height 0.4s ease;
}

/* Logo */
.tmx-logo {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  flex-shrink: 0;
}

.tmx-logo__title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}

.tmx-logo__title span {
  color: var(--color-accent);
}

.tmx-logo__tagline {
  font-size: 0.65rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 2px;
}

/* Nav Links (desktop; WP may add id="menu-{slug}" e.g. #menu-menu) */
.tmx-nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}

.tmx-nav-menu>li {
  list-style: none;
  position: relative;
}

.tmx-nav-menu>li>a {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 14px;
  border-radius: var(--radius);
  transition: all var(--transition);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.tmx-nav-menu>li>a:hover,
.tmx-nav-menu>li>a:focus-visible,
.tmx-nav-menu>li>a.active,
.tmx-nav-menu .current-menu-item>a,
.tmx-nav-menu .current_page_item>a,
.tmx-nav-menu .current-menu-ancestor>a,
.tmx-nav-menu .current-page-ancestor>a {
  color: var(--color-primary);
  background: var(--color-accent);
}

/* Parent indicator (desktop) */
.tmx-nav-menu>li.menu-item-has-children>a::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.75;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Second level — dropdown */
.tmx-nav-menu .sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 170px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: rgba(var(--color-primary-rgb), 0.98);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid var(--color-accent);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  z-index: 200;
}

.tmx-nav-menu>li:hover>.sub-menu,
.tmx-nav-menu>li:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tmx-nav-menu .sub-menu li {
  list-style: none;
}

.tmx-nav-menu .sub-menu a {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.88);
  padding: 10px 20px;
  transition: background var(--transition), color var(--transition), padding-left var(--transition);
  border-radius: 0;
  border-left: 3px solid transparent;
}

.tmx-nav-menu .sub-menu a:hover,
.tmx-nav-menu .sub-menu a:focus-visible,
.tmx-nav-menu .sub-menu .current-menu-item>a,
.tmx-nav-menu .sub-menu .current_page_item>a {
  color: var(--color-white);
  background: rgba(255, 204, 0, 0.15);
  border-left-color: var(--color-accent);
  padding-left: 22px;
}

.tmx-site-header.sticky .tmx-nav-menu .sub-menu {
  background: rgba(var(--color-primary-rgb), 0.99);
}

/* Burger */
.tmx-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  z-index: 1001;
  background: transparent;
  border: none;
  border-radius: var(--radius);
  flex-shrink: 0;
}

.tmx-burger:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.tmx-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  transition: all var(--transition);
}

.tmx-burger.active span {
  background: var(--color-white);
  height: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.tmx-burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.tmx-burger.active span:nth-child(2) {
  opacity: 0;
}

.tmx-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* -- Sticky Header -- */
.tmx-site-header.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.4s ease forwards;
}

.tmx-site-header.sticky .tmx-utility-bar {
  height: 0;
  overflow: hidden;
  border-bottom: none;
}

.tmx-site-header.sticky .tmx-main-nav {
  background: rgba(var(--color-primary-rgb), 0.95);
  backdrop-filter: blur(12px);
}

.tmx-site-header.sticky .tmx-main-nav .tmx-container {
  height: 70px;
}

.tmx-site-header.sticky .tmx-logo__title {
  font-size: 1.6rem;
}

.tmx-site-header.sticky .tmx-logo__tagline {
  font-size: 0;
  margin: 0;
  opacity: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* ==========================================================================
   HERO SLIDER
   ========================================================================== */

.tmx-hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  background: var(--color-primary);
  overflow: hidden;
}

.tmx-hero-slider .swiper {
  width: 100%;
  height: 100%;
}

.tmx-lead-panel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tmx-lead-panel__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tmx-lead-panel__media video,
.tmx-lead-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tmx-lead-panel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 2;
}

.tmx-lead-panel__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
  color: var(--color-white);
}

/* Slide text animations */
.tmx-lead-panel__content>* {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.swiper-slide-active .tmx-lead-panel__content>*:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.swiper-slide-active .tmx-lead-panel__content>*:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.swiper-slide-active .tmx-lead-panel__content>*:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

.swiper-slide-active .tmx-lead-panel__content>*:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.swiper-slide-active .tmx-lead-panel__content>*:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.1s;
}

/* Slide 1 */
.tmx-slide-text-main {
  font-family: var(--font-heading);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.tmx-slide-text-sub {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  opacity: 0.9;
  margin-top: 4px;
}

.tmx-slide-divider {
  width: 80px;
  height: 3px;
  background: var(--color-accent);
  margin: 16px 0;
}

.tmx-slide-text-desc {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  max-width: 500px;
}

/* Slide 2 - right aligned */
.tmx-lead-panel--right .tmx-lead-panel__content {
  align-items: flex-end;
  text-align: right;
}

.tmx-slide-text-gold {
  color: var(--color-gold);
}

.tmx-slide-text-highlight {
  display: inline-block;
  background: var(--color-gold);
  color: var(--color-primary);
  padding: 6px 20px;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Slide 3 — centered stack (mockup): white + shadow, black on yellow band, smaller white + shadow */
.tmx-lead-panel--confidence .tmx-lead-panel__content {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: clamp(10px, 2vh, 18px);
}

.tmx-lead-promo__title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--color-white);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 4px 24px rgba(0, 0, 0, 0.75),
    0 0 40px rgba(0, 0, 0, 0.45);
}

.tmx-lead-promo__band {
  display: inline-block;
  max-width: min(100%, 42rem);
  background: var(--color-gold);
  color: var(--color-primary);
  padding: 10px 28px;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.tmx-lead-promo__tagline {
  font-family: var(--font-heading);
  font-size: clamp(0.95rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--color-white);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 3px 18px rgba(0, 0, 0, 0.65);
}

.tmx-lead-promo__tagline--sentence {
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: clamp(0.95rem, 1.8vw, 1.35rem);
}

/* Slide 4 */
.tmx-slide-text-center {
  text-align: center;
}

.tmx-lead-panel--center .tmx-lead-panel__content {
  align-items: center;
  text-align: center;
}

/* Slide 4 — move copy toward bottom so team faces stay visible */
.tmx-lead-panel--center.tmx-lead-panel--bottom .tmx-lead-panel__content {
  justify-content: flex-end;
  padding-bottom: clamp(96px, 14vh, 180px);
}

/* Slider Navigation */
.tmx-hero-slider .swiper-button-prev,
.tmx-hero-slider .swiper-button-next {
  color: var(--color-white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  transition: all var(--transition);
}

.tmx-hero-slider .swiper-button-prev:hover,
.tmx-hero-slider .swiper-button-next:hover {
  background: var(--color-accent);
  color: var(--color-primary);
}

.tmx-hero-slider .swiper-button-prev::after,
.tmx-hero-slider .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

.tmx-hero-slider .swiper-pagination {
  bottom: 30px !important;
}

.tmx-hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all var(--transition);
}

.tmx-hero-slider .swiper-pagination-bullet-active {
  background: var(--color-accent);
  width: 36px;
  border-radius: 6px;
}

/* ========================================================================== 
   HOMEPAGE COMPANY STORY
   ========================================================================== */

.bge-story {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 8vw, 116px) 0 clamp(84px, 10vw, 132px);
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(47, 107, 79, 0.035) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--bge-paper);
}

.bge-story::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background:
    linear-gradient(90deg, var(--bge-copper) 0 min(28vw, 420px), transparent min(28vw, 420px)),
    var(--bge-line);
}

.bge-story__shell {
  position: relative;
  z-index: 1;
  display: grid;
}

.bge-story__header {
  position: relative;
  max-width: 980px;
  padding-bottom: clamp(24px, 3vw, 36px);
}

.bge-story__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(84px, 10vw, 150px);
  height: 4px;
  background: var(--bge-copper);
}

.bge-story__title {
  margin: 0;
  color: var(--bge-graphite);
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 4.6vw, 4.35rem);
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.bge-story__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin-top: clamp(34px, 4vw, 52px);
}

.bge-story__lead,
.bge-story__proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-content: start;
}

.bge-story__column--right {
  position: sticky;
  top: 100px;
  align-self: start;
}

.bge-story__lead-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  border-top: 5px solid var(--bge-copper);
  box-shadow: 0 24px 64px rgba(45, 40, 31, 0.14);
}

.bge-story__lead-figure,
.bge-story__support {
  margin: 0;
}

.bge-story__lead-figure {
  display: block;
  overflow: hidden;
  padding: 0;
  background: var(--bge-limestone);
}

.bge-story__lead-figure,
.bge-story__support-image {
  background: var(--bge-limestone);
}

.bge-story__lead-image,
.bge-story__support-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.bge-story__lead-image {
  height: auto;
  object-fit: contain;
}

.bge-story__lead-copy {
  max-width: none;
  padding: clamp(32px, 4.5vw, 62px);
  color: rgba(255, 253, 250, 0.78);
  border-top: 1px solid rgba(255, 253, 250, 0.14);
  font-size: 1.02rem;
  line-height: 1.78;
}

.bge-story__lead-copy p,
.bge-story__history-copy p,
.bge-story__support-copy p,
.bge-story__mission p {
  margin: 0;
  text-wrap: pretty;
}

.bge-story__lead-copy p + p,
.bge-story__history-copy p + p {
  margin-top: 1.45em;
}

.bge-story__lead-copy p:first-child {
  color: var(--bge-white);
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  font-weight: 620;
  line-height: 1.62;
}

.bge-story__support {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: var(--bge-white);
  background: var(--bge-graphite);
  border-top: 5px solid var(--bge-copper);
  box-shadow: 0 20px 54px rgba(45, 40, 31, 0.12);
}

.bge-story__support-image {
  aspect-ratio: 3 / 2;
}

.bge-story__support-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 0;
  padding: clamp(26px, 3.2vw, 42px);
  border-top: 1px solid rgba(255, 253, 250, 0.14);
}

.bge-story__support-copy h3,
.bge-story__history h3,
.bge-story__mission h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 680;
  text-wrap: balance;
}

.bge-story__support-copy h3 {
  color: var(--bge-white);
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.bge-story__support-copy p {
  color: rgba(255, 253, 250, 0.76);
  font-size: 0.96rem;
  line-height: 1.74;
}

.bge-story__history {
  padding: clamp(34px, 4.3vw, 62px);
  background: var(--bge-limestone);
  border-top: 5px solid var(--bge-copper);
  box-shadow: inset 0 0 0 1px rgba(41, 42, 38, 0.08);
}

.bge-story__history h3 {
  color: var(--bge-graphite);
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.bge-story__history-copy {
  max-width: 42rem;
  margin-top: clamp(26px, 3.5vw, 42px);
  color: #4b4d48;
  font-size: 1rem;
  line-height: 1.82;
}

.bge-story__mission {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(32px, 4vw, 52px);
  color: var(--bge-graphite);
  background: var(--bge-limestone);
  border-top: 5px solid var(--bge-copper);
  box-shadow: inset 0 0 0 1px rgba(41, 42, 38, 0.08);
}

.bge-story__mission h3 {
  color: var(--bge-graphite);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.bge-story__mission p {
  max-width: 66rem;
  color: #4b4d48;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.72;
}

/* Search Form */
.tmx-lookup-form {
  background: var(--color-light);
  padding: 30px;
  border-radius: var(--radius);
  margin-bottom: 30px;
}

.tmx-lookup-form__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.tmx-lookup-form__title span {
  color: var(--color-accent);
}

.tmx-lookup-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.tmx-lookup-form select,
.tmx-lookup-form input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--color-gray);
  border-radius: var(--radius);
  background: var(--color-white);
  color: var(--color-text);
  font-size: 0.9rem;
  transition: border-color var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

.tmx-lookup-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.tmx-lookup-form select:focus,
.tmx-lookup-form input:focus {
  border-color: var(--color-accent);
}

.tmx-lookup-form__keyword {
  position: relative;
  margin-bottom: 16px;
}

.tmx-lookup-form__keyword input {
  width: 100%;
  padding-right: 44px;
}

.tmx-lookup-form__keyword button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: var(--color-accent);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}

.tmx-lookup-form__keyword button:hover {
  background: var(--color-accent-hover);
}

.tmx-lookup-form__keyword button svg {
  width: 16px;
  height: 16px;
  fill: var(--color-primary);
}

.tmx-lookup-form__actions {
  display: flex;
  gap: 12px;
}

.tmx-lookup-form__actions .tmx-action {
  flex: 1;
  padding: 12px 16px;
  font-size: 0.85rem;
}

/* ========================================================================== 
   SERVICE STANDARDS
   ========================================================================== */

.bge-standards {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 8vw, 124px) 0 clamp(96px, 9vw, 140px);
  background-color: #ffffff;
  isolation: isolate;
}

.bge-standards::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cpath d='M96 0H0V96' fill='none' stroke='%23d6d0c4' stroke-width='1'/%3E%3C/svg%3E");
  background-position: center top;
}

.bge-standards__layout {
  display: grid;
  grid-template-columns: minmax(0, 36%) minmax(0, 64%);
  min-height: 680px;
  background: var(--bge-paper);
  box-shadow: 0 24px 64px rgba(45, 40, 31, 0.12);
}

.bge-standards__anchor {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(44px, 4.2vw, 68px) clamp(34px, 3.6vw, 58px) clamp(48px, 4.8vw, 76px);
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  border-top: 5px solid var(--bge-copper);
}

.bge-standards__anchor-number {
  position: static;
  order: 2;
  margin-top: clamp(54px, 6vw, 86px);
  color: rgba(255, 253, 250, 0.18);
  font-family: var(--font-heading);
  font-size: clamp(4.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}

.bge-standards__icon {
  display: flex;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  color: var(--bge-graphite);
}

.bge-standards__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bge-standards__icon path {
  fill: currentColor;
}

.bge-standards__icon--anchor {
  position: relative;
  z-index: 1;
  order: 1;
  width: 78px;
  height: 78px;
  flex-basis: 78px;
  color: var(--bge-white);
}

.bge-standards__anchor-copy {
  position: relative;
  z-index: 1;
  order: 3;
  margin-top: 24px;
}

.bge-standards__anchor-copy::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 26px;
  background: var(--bge-copper);
}

.bge-standards__anchor-title,
.bge-standards__row-title {
  text-wrap: balance;
}

.bge-standards__anchor-title {
  max-width: none;
  margin: 0 0 24px;
  color: var(--bge-white);
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.bge-standards__anchor-text {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 253, 250, 0.76);
  font-size: clamp(0.94rem, 1.15vw, 1.06rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.bge-standards__sequence {
  display: grid;
  min-width: 0;
  grid-template-rows: repeat(3, 1fr);
  background: var(--bge-paper);
  box-shadow: inset 0 0 0 1px rgba(80, 73, 62, 0.09);
}

.bge-standards__row {
  display: grid;
  min-width: 0;
  grid-template-columns: 54px 64px minmax(0, 1fr);
  gap: clamp(22px, 2.5vw, 38px);
  align-items: start;
  padding: clamp(22px, 2vw, 30px) clamp(34px, 4.2vw, 66px);
}

.bge-standards__row + .bge-standards__row {
  border-top: 1px solid var(--bge-line);
}

.bge-standards__number {
  min-height: 32px;
  align-self: start;
  padding-top: 4px;
  border-right: 1px solid var(--bge-line);
  color: rgba(47, 107, 79, 0.82);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  font-variant-numeric: tabular-nums;
}

.bge-standards__row-copy {
  min-width: 0;
}

.bge-standards__row-title {
  margin: 0 0 12px;
  color: var(--bge-graphite);
  font-size: clamp(1.18rem, 1.7vw, 1.65rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.bge-standards__row-text {
  max-width: 66ch;
  margin: 0;
  color: #5b5d57;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  line-height: 1.68;
  text-wrap: pretty;
}

@media (max-width: 1024px) {
  .bge-standards__layout {
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }

  .bge-standards__anchor {
    padding-inline: 32px;
  }

  .bge-standards__row {
    grid-template-columns: 42px 54px minmax(0, 1fr);
    gap: 18px;
    padding: 26px 28px;
  }

  .bge-standards__icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .bge-standards__icon--anchor {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
  }
}

@media (max-width: 768px) {
  .bge-standards {
    padding: 64px 0 76px;
  }

  .bge-standards__layout {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .bge-standards__anchor {
    min-height: 470px;
    padding: 40px 30px 46px;
  }

  .bge-standards__anchor-title {
    max-width: 12ch;
  }

  .bge-standards__sequence {
    grid-template-rows: none;
  }

  .bge-standards__row {
    grid-template-columns: 38px 52px minmax(0, 1fr);
    gap: 16px;
    padding: 28px 26px;
  }

  .bge-standards__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
}

@media (max-width: 480px) {
  .bge-standards__anchor {
    min-height: 440px;
    padding-inline: 24px;
  }

  .bge-standards__row {
    grid-template-columns: 30px 44px minmax(0, 1fr);
    gap: 12px;
    padding: 30px 20px;
  }

  .bge-standards__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .bge-standards__row-title {
    font-size: 1.1rem;
  }
}

/* ==========================================================================
   BRANDS SECTION
   ========================================================================== */

.bge-brands {
  padding: clamp(68px, 7vw, 104px) 0 clamp(72px, 7vw, 108px);
  overflow: hidden;
  background: var(--bge-paper);
}

.bge-brands__header {
  margin-bottom: clamp(26px, 3vw, 38px);
}

.bge-brands__title {
  position: relative;
  margin: 0;
  color: var(--bge-graphite);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

.bge-brands__title::after {
  content: '';
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 18px;
  background: var(--bge-copper);
}

.bge-brands__rail {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: stretch;
  background-color: #fff;
  border-top: 1px solid var(--bge-line);
  border-bottom: 1px solid var(--bge-line);
}

.bge-brands__carousel {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.bge-brands__track {
  align-items: stretch;
}

.bge-brands__slide {
  position: relative;
  display: flex;
  min-width: 0;
  height: 132px;
  align-items: center;
  justify-content: center;
  padding: 26px 28px;
}

.bge-brands__slide::after {
  content: '';
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;
  width: 1px;
  background: var(--bge-line);
}

.bge-brands__slide img {
  width: min(100%, 156px);
  height: 58px;
  object-fit: contain;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bge-brands__slide:hover img {
  transform: scale(1.045);
}

.bge-brands__control {
  display: flex;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  color: var(--bge-steel);
  background: transparent;
  transition: color var(--transition), background-color var(--transition);
}

.bge-brands__control span {
  display: block;
  font-family: var(--font-body);
  font-size: 2.65rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-2px);
}

.bge-brands__control:hover {
  color: var(--bge-copper);
  background: rgba(47, 107, 79, 0.065);
}

.bge-brands__control:active span {
  transform: translateY(-2px) scale(0.92);
}

.bge-brands__control:disabled {
  cursor: default;
  opacity: 0.34;
}

.bge-brands__control:focus-visible {
  position: relative;
  z-index: 1;
  outline-offset: -3px;
}

@media (max-width: 768px) {
  .bge-brands {
    padding: 58px 0 68px;
  }

  .bge-brands__header {
    margin-bottom: 24px;
  }

  .bge-brands__title::after {
    width: 56px;
    height: 3px;
    margin-top: 14px;
  }

  .bge-brands__rail {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
  }

  .bge-brands__slide {
    height: 112px;
    padding: 22px 18px;
  }

  .bge-brands__slide::after {
    top: 20px;
    bottom: 20px;
  }

  .bge-brands__slide img {
    width: min(100%, 132px);
    height: 48px;
  }

  .bge-brands__control span {
    font-size: 2.3rem;
  }
}

@media (max-width: 480px) {
  .bge-brands__rail {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
  }

  .bge-brands__slide {
    height: 104px;
    padding-inline: 12px;
  }

  .bge-brands__slide img {
    width: min(100%, 112px);
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-brands__slide img,
  .bge-brands__control {
    transition: none !important;
  }
}

/* ==========================================================================
   ADVANTAGES SECTION (Guarantee, Speed, Reliability, Prices)
   ========================================================================== */

.bge-assurance {
  padding: clamp(72px, 7vw, 108px) 0 clamp(80px, 8vw, 120px);
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
}

.bge-assurance__rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bge-assurance__rail::before {
  content: '';
  position: absolute;
  top: 39px;
  left: 36px;
  right: 36px;
  height: 1px;
  background: rgba(120, 173, 142, 0.66);
}

.bge-assurance__station {
  position: relative;
  min-width: 0;
  padding: 0 clamp(24px, 2.7vw, 42px) 12px;
  transition: opacity 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bge-assurance__station + .bge-assurance__station {
  border-left: 1px solid rgba(255, 253, 250, 0.16);
}

.bge-assurance__marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  padding-right: 14px;
  background: var(--bge-graphite-deep);
}

.bge-assurance__icon {
  display: flex;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bge-green-light);
  border-radius: 50%;
  color: var(--bge-green-light);
}

.bge-assurance__icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.bge-assurance__number {
  color: var(--bge-white);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.bge-assurance__title {
  margin: 30px 0 14px;
  color: var(--bge-green-light);
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  line-height: 1.15;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-wrap: balance;
}

.bge-assurance__text {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 253, 250, 0.76);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.72;
  text-wrap: pretty;
}

/* ==========================================================================
   INFO SECTION (FAQ, Services, Hours, About, Find Us)
   ========================================================================== */

.bge-home-info {
  padding: clamp(76px, 8vw, 120px) 0;
  background: #ffffff;
}

.bge-home-info__panel {
  overflow: hidden;
  border: 1px solid var(--bge-line);
  background: var(--bge-paper);
  box-shadow: 0 24px 64px rgba(45, 40, 31, 0.1);
}

.bge-home-info__schedule {
  display: grid;
  grid-template-columns: minmax(250px, 1.25fr) minmax(0, 4.75fr);
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  border-bottom: 1px solid rgba(255, 253, 250, 0.22);
}

.bge-home-info__schedule-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 42px 36px;
  border-right: 1px solid rgba(255, 253, 250, 0.22);
}

.bge-home-info__schedule-icon {
  display: flex;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--bge-green-light);
  border-radius: 50%;
  color: var(--bge-green-light);
}

.bge-home-info__schedule-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.bge-home-info__schedule-title {
  margin: 0;
  color: var(--bge-white);
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.bge-home-info__days {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0;
}

.bge-home-info__day {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 8px;
  text-align: center;
}

.bge-home-info__day + .bge-home-info__day {
  border-left: 1px solid rgba(255, 253, 250, 0.22);
}

.bge-home-info__day dt {
  color: var(--bge-white);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
}

.bge-home-info__day dd {
  margin: 0;
  color: var(--bge-green-light);
  font-size: clamp(0.8rem, 0.9vw, 0.94rem);
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.bge-home-info__actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bge-home-info__action {
  display: flex;
  min-width: 0;
  min-height: 370px;
  flex-direction: column;
  align-items: center;
  padding: 46px clamp(24px, 3vw, 42px) 38px;
  text-align: center;
  background: var(--bge-paper);
  transition: opacity 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), background-color var(--transition);
}

.bge-home-info__action + .bge-home-info__action {
  border-left: 1px solid var(--bge-line);
}

.bge-home-info__action:hover {
  background: var(--bge-white);
}

.bge-home-info__icon {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--bge-graphite);
}

.bge-home-info__icon svg {
  width: 58px;
  height: 58px;
  fill: currentColor;
}

.bge-home-info__title {
  margin: 0 0 16px;
  color: var(--bge-graphite);
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.bge-home-info__text {
  max-width: 31ch;
  margin: 0 0 28px;
  color: #62645f;
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.68;
  text-wrap: pretty;
}

.bge-home-info__text a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bge-home-info__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  color: var(--bge-copper-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bge-home-info__link span {
  font-size: 1.35rem;
  font-weight: 400;
  transition: transform var(--transition);
}

.bge-home-info__link:hover span {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .bge-home-info__schedule {
    grid-template-columns: minmax(0, 1fr);
  }

  .bge-home-info__schedule-header {
    padding: 28px 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 250, 0.22);
  }

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

  .bge-home-info__action:nth-child(3) {
    border-left: 0;
  }

  .bge-home-info__action:nth-child(n + 3) {
    border-top: 1px solid var(--bge-line);
  }
}

@media (max-width: 1024px) {
  .bge-assurance__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bge-assurance__rail::before {
    display: none;
  }

  .bge-assurance__station {
    padding: 34px;
  }

  .bge-assurance__station:nth-child(3) {
    border-left: 0;
  }

  .bge-assurance__station:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 253, 250, 0.16);
  }
}

@media (max-width: 768px) {
  .bge-home-info {
    padding: 64px 0;
  }

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

  .bge-home-info__day:nth-child(5) {
    border-left: 0;
  }

  .bge-home-info__day:nth-child(n + 5) {
    border-top: 1px solid rgba(255, 253, 250, 0.22);
  }

  .bge-home-info__action {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  .bge-assurance {
    padding: 54px 0 64px;
  }

  .bge-assurance__rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .bge-assurance__station {
    padding: 32px 20px 38px;
    border-left: 0 !important;
  }

  .bge-assurance__station + .bge-assurance__station {
    border-top: 1px solid rgba(255, 253, 250, 0.16);
  }

  .bge-assurance__marker {
    background: transparent;
  }

  .bge-assurance__title {
    margin-top: 24px;
  }

  .bge-assurance__text {
    max-width: 42ch;
  }

  .bge-home-info__schedule-header {
    padding: 26px 22px;
  }

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

  .bge-home-info__day {
    min-height: 110px;
    border-top: 1px solid rgba(255, 253, 250, 0.22);
  }

  .bge-home-info__day:nth-child(odd) {
    border-left: 0;
  }

  .bge-home-info__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .bge-home-info__action {
    min-height: 0;
    padding: 38px 24px;
    border-left: 0 !important;
  }

  .bge-home-info__action + .bge-home-info__action {
    border-top: 1px solid var(--bge-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-assurance__station,
  .bge-home-info__action,
  .bge-home-info__link span {
    transition: none !important;
  }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.tmx-site-footer {
  background: var(--color-primary);
  color: var(--color-white);
}

/* Upper Footer */
.tmx-footer-upper {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tmx-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1.2fr;
  gap: 40px;
}

.tmx-footer-col__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: var(--color-gold);
  position: relative;
  padding-bottom: 10px;
}

.tmx-footer-col__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--color-accent);
}

/* Footer Logo */
.tmx-footer-logo .tmx-logo__title {
  font-size: 1.8rem;
}

.tmx-footer-logo p {
  margin-top: 16px;
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.7;
}

.tmx-footer-logo__badges {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.tmx-footer-logo__badges img {
  width: 120px;
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
}

/* Footer Links */
.tmx-footer-links li {
  margin-bottom: 10px;
}

.tmx-footer-links a {
  font-size: 0.9rem;
  opacity: 0.7;
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tmx-footer-links a::before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: width var(--transition);
}

.tmx-footer-links a:hover {
  opacity: 1;
  color: var(--color-accent);
}

.tmx-footer-links .current-menu-item>a,
.tmx-footer-links .current_page_item>a,
.tmx-footer-links .current-menu-ancestor>a,
.tmx-footer-links .current-page-ancestor>a {
  opacity: 1;
  color: var(--color-accent);
}

.tmx-footer-links a:hover::before {
  width: 12px;
}

/* Footer Contact */
.tmx-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  opacity: 0.8;
}

.tmx-footer-contact svg {
  width: 18px;
  height: 18px;
  fill: var(--color-accent);
  flex-shrink: 0;
  margin-top: 3px;
}

.tmx-footer-contact a:hover {
  color: var(--color-accent);
}

/* Footer Newsletter */
.tmx-footer-newsletter__text {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.7;
  margin-bottom: 16px;
}

.tmx-footer-newsletter__field {
  display: flex;
  gap: 0;
}

.tmx-footer-newsletter__field input {
  flex: 1;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius) 0 0 var(--radius);
  color: var(--color-white);
  font-size: 0.85rem;
  transition: border-color var(--transition);
}

.tmx-footer-newsletter__field input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tmx-footer-newsletter__field input:focus {
  border-color: var(--color-accent);
}

.tmx-footer-newsletter__field .tmx-action {
  border-radius: 0 var(--radius) var(--radius) 0;
  white-space: nowrap;
  padding: 12px 20px;
  font-size: 0.8rem;
}

/* Lower Footer */
.tmx-footer-lower {
  padding: 20px 0;
}

.tmx-footer-lower .tmx-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  opacity: 0.6;
  gap: 20px;
}

.tmx-footer-lower__nav {
  min-width: 0;
}

.tmx-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}

.tmx-footer-legal-links li {
  list-style: none;
}

.tmx-footer-legal-links a {
  display: inline-flex;
  align-items: center;
  transition: color var(--transition), opacity var(--transition);
}

.tmx-footer-legal-links a:hover,
.tmx-footer-legal-links .current-menu-item>a,
.tmx-footer-legal-links .current_page_item>a,
.tmx-footer-legal-links .current-menu-ancestor>a,
.tmx-footer-legal-links .current-page-ancestor>a {
  color: var(--color-accent);
  opacity: 1;
}

/* Back to top */
.tmx-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: var(--color-accent);
  color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--transition);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.tmx-back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tmx-back-to-top:hover {
  background: var(--color-accent-hover);
  transform: translateY(-3px);
}

.tmx-back-to-top svg {
  width: 20px;
  height: 20px;
  fill: var(--color-white);
}

/* ==========================================================================
   MOBILE NAV OVERLAY
   ========================================================================== */

.tmx-drawer-nav {
  position: fixed;
  inset: 0;
  background: rgba(var(--color-primary-rgb), 0.97);
  /* Below .tmx-site-header (1002) so header + burger stay interactive */
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 16px) 20px calc(32px + env(safe-area-inset-bottom, 0px));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tmx-drawer-nav.open {
  opacity: 1;
  visibility: visible;
}

.tmx-drawer-nav__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  gap: 0;
}

.tmx-drawer-nav__list>li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tmx-drawer-nav__list>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Row: top-level link + optional submenu toggle */
.tmx-drawer-nav__row {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.tmx-drawer-nav__row>a {
  flex: 1;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-white);
  padding: 16px 12px 16px 4px;
  border-radius: var(--radius);
  transition: color var(--transition), transform 0.45s ease, opacity 0.45s ease;
  transform: translateY(16px);
  opacity: 0;
  display: flex;
  align-items: center;
  min-height: 52px;
}

.tmx-drawer-nav.open .tmx-drawer-nav__row>a {
  transform: translateY(0);
  opacity: 1;
}

.tmx-mobile-submenu-toggle {
  flex-shrink: 0;
  width: 52px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  transition: background var(--transition), transform 0.45s ease, opacity 0.45s ease;
  transform: translateY(16px);
  opacity: 0;
}

.tmx-drawer-nav.open .tmx-mobile-submenu-toggle {
  transform: translateY(0);
  opacity: 1;
}

.tmx-mobile-submenu-toggle:hover,
.tmx-mobile-submenu-toggle:focus-visible {
  background: rgba(255, 204, 0, 0.12);
  outline: none;
}

.tmx-mobile-submenu-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: transform var(--transition);
}

.tmx-drawer-nav li.tmx-is-submenu-open>.tmx-drawer-nav__row .tmx-mobile-submenu-toggle svg {
  transform: rotate(180deg);
}

/* Second level (mobile) */
.tmx-drawer-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.tmx-drawer-nav li.tmx-is-submenu-open>.sub-menu {
  max-height: 800px;
}

.tmx-drawer-nav .sub-menu li {
  list-style: none;
  border-left: 2px solid var(--color-accent);
  margin-bottom: 4px;
  padding-left: 12px;
}

.tmx-drawer-nav .sub-menu a {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.82);
  padding: 5px 12px;
  display: block;
  border-radius: 6px;
  transition: background var(--transition), color var(--transition), transform 0.45s ease, opacity 0.45s ease;
  transform: translateY(10px);
  opacity: 0;
}

.tmx-drawer-nav.open .sub-menu a {
  transform: translateY(0);
  opacity: 1;
}

.tmx-drawer-nav .sub-menu a:hover,
.tmx-drawer-nav .sub-menu a:focus-visible,
.tmx-drawer-nav .sub-menu .current-menu-item>a,
.tmx-drawer-nav .sub-menu .current_page_item>a {
  color: var(--color-accent);
  background: rgba(255, 255, 255, 0.06);
}

/* Stagger: top-level rows only */
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(1) .tmx-drawer-nav__row>a,
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(1) .tmx-mobile-submenu-toggle {
  transition-delay: 0.08s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(2) .tmx-drawer-nav__row>a,
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(2) .tmx-mobile-submenu-toggle {
  transition-delay: 0.12s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(3) .tmx-drawer-nav__row>a,
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(3) .tmx-mobile-submenu-toggle {
  transition-delay: 0.16s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(4) .tmx-drawer-nav__row>a,
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(4) .tmx-mobile-submenu-toggle {
  transition-delay: 0.2s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(5) .tmx-drawer-nav__row>a,
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(5) .tmx-mobile-submenu-toggle {
  transition-delay: 0.24s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(6) .tmx-drawer-nav__row>a,
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(6) .tmx-mobile-submenu-toggle {
  transition-delay: 0.28s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(7) .tmx-drawer-nav__row>a,
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(7) .tmx-mobile-submenu-toggle {
  transition-delay: 0.32s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(8) .tmx-drawer-nav__row>a,
.tmx-drawer-nav.open .tmx-drawer-nav__list>li:nth-child(8) .tmx-mobile-submenu-toggle {
  transition-delay: 0.36s;
}

.tmx-drawer-nav .tmx-drawer-nav__row>a:hover,
.tmx-drawer-nav .tmx-drawer-nav__row>a:focus-visible,
.tmx-drawer-nav .current-menu-item>.tmx-drawer-nav__row>a,
.tmx-drawer-nav .current_page_item>.tmx-drawer-nav__row>a,
.tmx-drawer-nav .current-menu-ancestor>.tmx-drawer-nav__row>a,
.tmx-drawer-nav .current-page-ancestor>.tmx-drawer-nav__row>a {
  color: var(--color-accent);
}

/* Items without children: full-width link */
.tmx-drawer-nav__list>li:not(.menu-item-has-children)>a {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-white);
  padding: 16px 4px;
  display: block;
  transition: color var(--transition), transform 0.45s ease, opacity 0.45s ease;
  transform: translateY(16px);
  opacity: 0;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children)>a {
  transform: translateY(0);
  opacity: 1;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children):nth-child(1)>a {
  transition-delay: 0.08s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children):nth-child(2)>a {
  transition-delay: 0.12s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children):nth-child(3)>a {
  transition-delay: 0.16s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children):nth-child(4)>a {
  transition-delay: 0.2s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children):nth-child(5)>a {
  transition-delay: 0.24s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children):nth-child(6)>a {
  transition-delay: 0.28s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children):nth-child(7)>a {
  transition-delay: 0.32s;
}

.tmx-drawer-nav.open .tmx-drawer-nav__list>li:not(.menu-item-has-children):nth-child(8)>a {
  transition-delay: 0.36s;
}

.tmx-drawer-nav__list>li:not(.menu-item-has-children)>a:hover,
.tmx-drawer-nav__list>li:not(.menu-item-has-children)>a:focus-visible,
.tmx-drawer-nav__list>li:not(.menu-item-has-children).current-menu-item>a,
.tmx-drawer-nav__list>li:not(.menu-item-has-children).current_page_item>a,
.tmx-drawer-nav__list>li:not(.menu-item-has-children).current-menu-ancestor>a,
.tmx-drawer-nav__list>li:not(.menu-item-has-children).current-page-ancestor>a {
  color: var(--color-accent);
}

/* ==========================================================================
   PAGE HERO (inner pages)
   ========================================================================== */

.tmx-page-banner {
  position: relative;
  height: 340px;
  background: var(--color-primary);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.tmx-page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(204, 0, 0, 0.15) 0%, transparent 50%),
    linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 60%);
  z-index: 1;
}

.tmx-page-banner::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(204, 0, 0, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.tmx-page-banner__overlay {
  position: absolute;
  inset: 0;
  background: url('../images/slider-three.jpg') center/cover no-repeat;
  opacity: 0.2;
  z-index: 0;
}

.tmx-page-banner__content {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}

.tmx-page-banner__title {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-white);
  line-height: 1.1;
}

/* Shipping page specific hero */
.tmx-page-banner--shipping {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  /* Center the text vertically */
}

.tmx-page-banner--shipping::before,
.tmx-page-banner--shipping::after,
.tmx-page-banner--shipping .tmx-page-banner__overlay {
  display: none;
  /* Hide default generic backgrounds */
}

.tmx-page-banner--shipping .tmx-page-banner__content {
  padding-bottom: 0;
  text-align: left;
}

.tmx-page-banner__breadcrumb {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.tmx-page-banner__breadcrumb a,
.tmx-page-banner__breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

.tmx-page-banner__breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--transition);
}

.tmx-page-banner__breadcrumb a:hover {
  color: var(--color-gold);
}

.tmx-page-banner__separator {
  color: var(--color-accent);
}

.tmx-page-banner__breadcrumb .current-item,
.tmx-page-banner__breadcrumb .breadcrumb_last,
.tmx-page-banner__breadcrumb span:last-child {
  color: var(--color-gold);
}

/* ==========================================================================
   INNER PAGE CONTENT (WordPress Friendly)
   ========================================================================== */

.tmx-page-content {
  padding: 60px 0;
}

.tmx-wp-editor-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--color-text-light);
}

.tmx-wp-editor-content::after {
  content: "";
  display: table;
  clear: both;
}

.tmx-wp-editor-content h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 2em 0 1em;
  clear: both;
}

.tmx-wp-editor-content h2:first-child {
  margin-top: 0;
}

.tmx-wp-editor-content h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--color-primary);
  margin: 1.5em 0 0.8em;
}

.tmx-wp-editor-content p {
  margin-bottom: 1.2em;
}

.tmx-wp-editor-content ul {
  margin-bottom: 1.5em;
  padding-left: 20px;
}

.tmx-wp-editor-content ul li {
  margin-bottom: 0.5em;
  position: relative;
  list-style: disc;
}

.tmx-wp-editor-content img {
  border-radius: var(--radius);
  height: auto;
}

.tmx-wp-editor-content .alignleft {
  float: left;
  margin: 0.5em 2.5em 1.5em 0;
  max-width: 45%;
}

.tmx-wp-editor-content .alignright {
  float: right;
  margin: 0.5em 0 1.5em 2.5em;
  max-width: 45%;
}

.tmx-wp-editor-content .aligncenter {
  display: block;
  margin: 1.5em auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .tmx-wp-editor-content {
    font-size: 0.95rem;
  }

  .tmx-wp-editor-content h2 {
    font-size: 1.6rem;
  }

  .tmx-wp-editor-content .alignleft,
  .tmx-wp-editor-content .alignright {
    float: none;
    margin: 1.5em 0;
    max-width: 100%;
    width: 100%;
  }
}

/* ==========================================================================
   SHARED EDITORIAL PAGES — ABOUT / PRIVACY / TERMS
   ========================================================================== */

.bge-page-hero {
  padding: 0;
  background: var(--bge-paper);
}

.bge-page-hero__frame.bge-shell {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 370px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--bge-graphite-deep);
}

.bge-page-hero__title-field {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(540px, calc((100vw - var(--container)) / 2 + 560px), 50%);
  min-height: 370px;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(40px, 5vw, 72px);
  padding-left: max(24px, calc((100vw - var(--container)) / 2));
  color: var(--bge-white);
  background: rgba(29, 30, 27, 0.9);
  border-right: 4px solid var(--bge-copper);
}

.bge-page-hero__breadcrumbs {
  margin-bottom: 22px;
  color: rgba(255, 253, 250, 0.62);
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bge-page-hero__breadcrumbs > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: inherit;
}

.bge-page-hero__breadcrumbs a,
.bge-page-hero__breadcrumbs span {
  color: inherit;
}

.bge-page-hero__breadcrumbs a:hover {
  color: var(--bge-copper);
}

.bge-page-hero__title {
  max-width: none;
  margin: 0;
  color: var(--bge-white);
  font-size: clamp(2.35rem, 3.8vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.bge-page-hero__media {
  position: absolute;
  inset: 0;
  background: url('../images/slider-three.jpg') center 44% / cover no-repeat;
}

.bge-page-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 21, 19, 0.18), rgba(20, 21, 19, 0.18)),
    linear-gradient(90deg, rgba(20, 21, 19, 0.58) 0%, rgba(20, 21, 19, 0.2) 44%, transparent 76%);
}

.bge-editor-surface {
  padding: clamp(72px, 8vw, 116px) 0 clamp(88px, 10vw, 144px);
  background: var(--bge-paper);
}

.bge-editor {
  width: 100%;
  margin-inline: 0;
  color: #50524d;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.86;
}

.bge-editor::after {
  content: '';
  display: table;
  clear: both;
}

.bge-editor h2,
.bge-editor h3,
.bge-editor h4 {
  clear: both;
  color: var(--bge-graphite);
  text-wrap: balance;
}

.bge-editor h2 {
  margin: 2.25em 0 0.85em;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.bge-editor h2::after {
  content: '';
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 16px;
  background: var(--bge-copper);
}

.bge-editor h2:first-child {
  margin-top: 0;
}

.bge-editor h3 {
  margin: 1.8em 0 0.7em;
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.bge-editor h4 {
  margin: 1.6em 0 0.65em;
  font-size: 1.12rem;
  line-height: 1.3;
}

.bge-editor p {
  max-width: none;
  margin: 0 0 1.35em;
  text-wrap: pretty;
}

.bge-editor ul,
.bge-editor ol {
  max-width: none;
  margin: 0 0 1.6em;
  padding-left: 1.4em;
}

.bge-editor ul {
  list-style: none;
}

.bge-editor ol {
  list-style: decimal;
}

.bge-editor li {
  position: relative;
  margin-bottom: 0.62em;
}

.bge-editor ul > li::before {
  content: '';
  position: absolute;
  top: 0.78em;
  left: -1.25em;
  width: 7px;
  height: 2px;
  background: var(--bge-copper);
}

.bge-editor a {
  color: var(--bge-copper-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bge-editor a:hover {
  color: var(--bge-copper);
}

.bge-editor img {
  height: auto;
}

.bge-editor .alignleft {
  float: left;
  max-width: 46%;
  margin: 0.5em 2.5em 1.5em 0;
}

.bge-editor .alignright {
  float: right;
  max-width: 46%;
  margin: 0.5em 0 1.5em 2.5em;
}

.bge-editor .aligncenter {
  display: block;
  max-width: 100%;
  margin: 1.8em auto;
}

@media (max-width: 1024px) {
  .bge-page-hero {
    padding-top: calc(var(--top-bar-height) + var(--header-height) + 4px);
  }

  .bge-page-hero__frame.bge-shell {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .bge-page-hero__title-field {
    width: 100%;
    min-height: 230px;
    justify-content: center;
    padding: 36px 24px 40px;
    border-right: 0;
    border-bottom: 4px solid var(--bge-copper);
  }

  .bge-page-hero__breadcrumbs {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 14px;
  }

  .bge-page-hero__title {
    max-width: none;
    font-size: clamp(2.45rem, 6vw, 3.5rem);
  }

  .bge-page-hero__media {
    position: relative;
    inset: auto;
    min-height: 260px;
  }

  .bge-page-hero__media::after {
    background:
      linear-gradient(rgba(20, 21, 19, 0.18), rgba(20, 21, 19, 0.18)),
      linear-gradient(180deg, rgba(20, 21, 19, 0.2) 0%, transparent 52%);
  }
}

@media (max-width: 767px) {
  .bge-page-hero__title-field {
    min-height: 210px;
    padding: 36px 28px 40px;
  }

  .bge-page-hero__breadcrumbs {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .bge-page-hero__title {
    max-width: 100%;
    font-size: clamp(2.1rem, 9vw, 2.8rem);
    overflow-wrap: anywhere;
  }

  .bge-page-hero__media {
    min-height: 220px;
  }

  .bge-editor-surface {
    padding: 58px 0 76px;
  }

  .bge-editor {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .bge-editor .alignleft,
  .bge-editor .alignright {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 1.6em 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-page-hero__breadcrumbs a,
  .bge-editor a {
    transition: none !important;
  }
}

/* ========================================================================== 
   SHIPPING PAGE — FIELD PROVEN LOGISTICS
   ========================================================================== */

.bge-shipping-hero {
  position: relative;
  min-height: clamp(500px, 28vw, 560px);
  margin-top: calc(var(--top-bar-height) + var(--header-height));
  overflow: hidden;
  background: var(--bge-graphite-deep);
}

.bge-shipping-hero__media {
  position: absolute;
  inset: 0;
}

.bge-shipping-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bge-shipping-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 21, 19, 0.2), rgba(20, 21, 19, 0.2)),
    linear-gradient(90deg, rgba(20, 21, 19, 0.58) 0%, rgba(20, 21, 19, 0.2) 44%, transparent 76%);
}

.bge-shipping-hero__title-panel {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(480px, calc((100vw - var(--container)) / 2 + 360px), 44%);
  min-height: clamp(500px, 28vw, 560px);
  flex-direction: column;
  justify-content: center;
  padding: 56px 64px 58px max(24px, calc((100vw - var(--container)) / 2));
  color: var(--bge-white);
  background: rgba(29, 30, 27, 0.88);
  border-right: 2px solid var(--bge-copper);
}

.bge-shipping-hero__breadcrumbs {
  margin-bottom: 18px;
  color: var(--bge-copper);
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bge-shipping-hero__breadcrumbs > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.bge-shipping-hero__breadcrumbs a,
.bge-shipping-hero__breadcrumbs span {
  color: inherit;
}

.bge-shipping-hero__breadcrumbs a:hover {
  color: var(--bge-white);
}

.bge-shipping-hero__title {
  max-width: none;
  margin: 0;
  color: var(--bge-white);
  font-size: clamp(3rem, 3.6vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.bge-shipping-content {
  padding: clamp(76px, 8vw, 120px) 0 clamp(92px, 10vw, 150px);
  background: var(--bge-paper);
}

.bge-shipping-editor {
  width: 100%;
  color: #50524d;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.86;
}

.bge-shipping-editor::after {
  content: '';
  display: table;
  clear: both;
}

.bge-shipping-editor h2,
.bge-shipping-editor h3 {
  clear: both;
  color: var(--bge-graphite);
  text-wrap: balance;
}

.bge-shipping-editor h2 {
  margin: 2.2em 0 0.85em;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.bge-shipping-editor h2:first-child {
  margin-top: 0;
}

.bge-shipping-editor h2::after {
  content: '';
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 18px;
  background: var(--bge-copper);
}

.bge-shipping-editor h3 {
  margin: 1.9em 0 0.75em;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.bge-shipping-editor p {
  margin: 0 0 1.3em;
  text-wrap: pretty;
}

.bge-shipping-editor ul,
.bge-shipping-editor ol {
  margin: 0 0 1.7em;
  padding-left: 1.5em;
}

.bge-shipping-editor ul {
  list-style: none;
}

.bge-shipping-editor li {
  position: relative;
  margin-bottom: 0.62em;
}

.bge-shipping-editor ul > li::before {
  content: '';
  position: absolute;
  top: 0.78em;
  left: -1.3em;
  width: 8px;
  height: 2px;
  background: var(--bge-copper);
}

.bge-shipping-editor a {
  color: var(--bge-copper-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bge-shipping-editor a:hover {
  color: var(--bge-copper);
}

.bge-shipping-editor img {
  height: auto;
}

.bge-shipping-editor .alignleft {
  float: left;
  max-width: 46%;
  margin: 0.5em 2.5em 1.5em 0;
}

.bge-shipping-editor .alignright {
  float: right;
  max-width: 46%;
  margin: 0.5em 0 1.5em 2.5em;
}

.bge-shipping-editor .aligncenter {
  display: block;
  max-width: min(100%, 980px);
  margin: 2.2em auto;
  border-top: 3px solid var(--bge-copper);
}

@media (max-width: 1024px) {
  .bge-shipping-hero {
    display: flex;
    min-height: 0;
    margin-top: 0;
    flex-direction: column;
    padding-top: calc(var(--top-bar-height) + var(--header-height) + 4px);
  }

  .bge-shipping-hero__title-panel {
    order: 1;
    width: 100%;
    min-height: 230px;
    padding: 38px 24px 42px;
    border-right: 0;
    border-bottom: 3px solid var(--bge-copper);
  }

  .bge-shipping-hero__media {
    position: relative;
    order: 2;
    aspect-ratio: 16 / 7;
  }

  .bge-shipping-hero__media img {
    object-fit: contain;
    background: var(--bge-graphite-deep);
  }

  .bge-shipping-hero__media::after {
    background: linear-gradient(rgba(20, 21, 19, 0.18), rgba(20, 21, 19, 0.18));
  }

  .bge-shipping-hero__title {
    font-size: clamp(2.55rem, 6vw, 3.6rem);
  }
}

@media (max-width: 767px) {
  .bge-shipping-hero__title-panel {
    min-height: 200px;
    padding: 34px 16px 38px;
  }

  .bge-shipping-hero__breadcrumbs {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .bge-shipping-hero__title {
    font-size: clamp(2.2rem, 9vw, 2.85rem);
  }

  .bge-shipping-hero__media {
    aspect-ratio: 16 / 9;
  }

  .bge-shipping-content {
    padding: 58px 0 82px;
  }

  .bge-shipping-editor {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .bge-shipping-editor h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .bge-shipping-editor .alignleft,
  .bge-shipping-editor .alignright {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 1.7em 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-shipping-hero__breadcrumbs a,
  .bge-shipping-editor a {
    transition: none !important;
  }
}

/* ========================================================================== 
   NEWS
   ========================================================================== */

.tmx-news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tmx-post-card {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.tmx-post-card__image {
  display: block;
  min-height: 100%;
}

.tmx-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tmx-post-card__content {
  padding: 32px;
}

.tmx-post-card__date,
.tmx-news-article__meta {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.tmx-post-card__title {
  font-size: 2rem;
  margin-bottom: 18px;
}

.tmx-post-card__title a:hover {
  color: var(--color-accent);
}

.tmx-post-card__excerpt {
  color: var(--color-text-light);
  line-height: 1.8;
}

.tmx-post-card__excerpt p:last-child {
  margin-bottom: 0;
}

.tmx-news-article {
  max-width: 980px;
  margin: 0 auto;
}

.tmx-news-article__image {
  margin-bottom: 32px;
}

.tmx-news-article__image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tmx-empty-state {
  text-align: center;
  padding: 50px 0;
}



/* ==========================================================================
   RESPONSIVE — TABLET (max-width: 1024px)
   ========================================================================== */

@media (max-width: 1024px) {
  .tmx-burger {
    display: flex;
  }

  .tmx-nav-menu {
    display: none;
  }

  .bge-story__lead,
  .bge-story__proof {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bge-story__support-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bge-story__mission {
    gap: 18px;
  }

  .tmx-post-card {
    grid-template-columns: 300px 1fr;
  }

  .tmx-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .tmx-slide-text-main {
    font-size: 3.2rem;
  }

  .tmx-slide-text-sub {
    font-size: 2.2rem;
  }

  .tmx-slide-text-highlight {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   RESPONSIVE — TABLET PORTRAIT (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
  :root {
    --header-height: 80px;
  }

  /* Top bar — icons only on mobile */
  .tmx-utility-bar__label {
    display: none;
  }

  .tmx-utility-bar__item svg {
    width: 20px;
    height: 20px;
  }

  .tmx-utility-bar__left,
  .tmx-utility-bar__right {
    gap: 16px;
  }

  .tmx-utility-bar {
    height: 36px;
  }

  .tmx-drawer-nav__row>a,
  .tmx-drawer-nav__list>li:not(.menu-item-has-children)>a {
    font-size: 1.08rem;
    letter-spacing: 1.2px;
  }

  .tmx-drawer-nav .sub-menu a {
    font-size: 0.9rem;
  }

  .tmx-section-title {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }

  .tmx-hero-slider {
    height: 85vh;
    min-height: 500px;
  }

  .tmx-lead-panel__content {
    padding: 0 6%;
  }

  .tmx-slide-text-main {
    font-size: 2.6rem;
  }

  .tmx-slide-text-sub {
    font-size: 1.8rem;
  }

  .tmx-slide-text-highlight {
    font-size: 1.2rem;
  }

  .tmx-lead-panel--center.tmx-lead-panel--bottom .tmx-lead-panel__content {
    padding-bottom: clamp(88px, 16vh, 140px);
  }

  .tmx-slide-text-desc {
    font-size: 1rem;
  }

  .tmx-hero-slider .swiper-button-prev,
  .tmx-hero-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .tmx-hero-slider .swiper-button-prev::after,
  .tmx-hero-slider .swiper-button-next::after {
    font-size: 14px;
  }

  .bge-story {
    padding: 64px 0 76px;
  }

  .bge-story__columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bge-story__column--right {
    position: static;
    top: auto;
  }

  .bge-story__lead,
  .bge-story__proof {
    display: contents;
  }

  .bge-story__lead-card { order: 1; }
  .bge-story__history { order: 2; }
  .bge-story__mission { order: 3; }
  .bge-story__support { order: 4; }

  .bge-story__lead-copy,
  .bge-story__history-copy {
    max-width: none;
  }

  .bge-story__lead-copy,
  .bge-story__history,
  .bge-story__support-copy,
  .bge-story__mission {
    padding: 26px 22px 28px;
  }

  .bge-story__mission {
    gap: 14px;
    margin-top: 0;
  }

  .tmx-lookup-form__row {
    grid-template-columns: 1fr;
  }

  .tmx-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tmx-footer-lower .tmx-container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .tmx-footer-legal-links {
    justify-content: center;
  }

  .tmx-post-card {
    grid-template-columns: 1fr;
  }

  .tmx-post-card__content {
    padding: 24px;
  }

  .tmx-post-card__title {
    font-size: 1.5rem;
  }

  /* About Us page */
  .tmx-page-banner {
    height: 280px;
  }

  .tmx-page-banner__title {
    font-size: 2.4rem;
  }

  .tmx-page-banner__content {
    padding-bottom: 36px;
  }
}

/* ==========================================================================
   RESPONSIVE — MOBILE (max-width: 480px)
   ========================================================================== */

@media (max-width: 480px) {
  body {
    font-size: 15px;
  }

  .tmx-container {
    padding: 0 16px;
  }

  .tmx-hero-slider {
    height: 75vh;
    min-height: 450px;
  }

  .tmx-slide-text-main {
    font-size: 2rem;
  }

  .tmx-slide-text-sub {
    font-size: 1.4rem;
  }

  .tmx-slide-text-highlight {
    font-size: 1rem;
    padding: 4px 12px;
  }

  .tmx-lead-promo__band {
    padding: 8px 16px;
  }

  .tmx-lead-panel--center.tmx-lead-panel--bottom .tmx-lead-panel__content {
    padding-bottom: clamp(72px, 18vh, 120px);
  }

  .tmx-lookup-form__actions {
    flex-direction: column;
  }

  .tmx-footer-newsletter__field {
    flex-direction: column;
  }

  .tmx-footer-newsletter__field input {
    border-radius: var(--radius) var(--radius) 0 0;
  }

  .tmx-footer-newsletter__field .tmx-action {
    border-radius: 0 0 var(--radius) var(--radius);
    width: 100%;
  }

  .tmx-site-header.sticky .tmx-main-nav .tmx-container {
    height: 60px;
  }

  .tmx-site-header.sticky .tmx-logo__title {
    font-size: 1.3rem;
  }

  .tmx-logo__title {
    font-size: 1.8rem;
  }

  .tmx-logo__tagline {
    font-size: 0.55rem;
    letter-spacing: 1.5px;
  }

  .tmx-drawer-nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tmx-drawer-nav__row>a,
  .tmx-drawer-nav__list>li:not(.menu-item-has-children)>a {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .tmx-mobile-submenu-toggle {
    width: 48px;
    min-height: 48px;
  }

  .tmx-drawer-nav__row>a {
    min-height: 48px;
  }

  .tmx-back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .tmx-hero-slider .swiper-pagination {
    bottom: 16px !important;
  }

  /* About Us page */
  .tmx-page-banner {
    height: 240px;
  }

  .tmx-page-banner__title {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .tmx-page-banner__content {
    padding-bottom: 28px;
  }
}

/* ========================================================================== 
   FAQ PAGE — FIELD LEDGER
   ========================================================================== */

.bge-faq-hero {
  position: relative;
  min-height: 370px;
  margin-top: calc(var(--top-bar-height) + var(--header-height));
  overflow: hidden;
  background: var(--bge-graphite-deep);
}

.bge-faq-hero__media {
  position: absolute;
  inset: 0;
  background: url('../images/slider-three.jpg') center 44% / cover no-repeat;
}

.bge-faq-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 21, 19, 0.18), rgba(20, 21, 19, 0.18)),
    linear-gradient(90deg, rgba(20, 21, 19, 0.58) 0%, rgba(20, 21, 19, 0.2) 44%, transparent 76%);
}

.bge-faq-hero__title-panel {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(480px, calc((100vw - var(--container)) / 2 + 360px), 42%);
  min-height: 370px;
  flex-direction: column;
  justify-content: center;
  padding: 52px 58px 54px max(24px, calc((100vw - var(--container)) / 2));
  color: var(--bge-white);
  background: rgba(29, 30, 27, 0.88);
  border-right: 2px solid var(--bge-copper);
}

.bge-faq-hero__breadcrumbs {
  margin-bottom: 18px;
  color: var(--bge-copper);
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bge-faq-hero__breadcrumbs > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.bge-faq-hero__breadcrumbs a,
.bge-faq-hero__breadcrumbs span {
  color: inherit;
}

.bge-faq-hero__breadcrumbs a:hover {
  color: var(--bge-white);
}

.bge-faq-hero__title {
  margin: 0;
  color: var(--bge-white);
  font-size: clamp(3rem, 3.6vw, 4.15rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.bge-faq-section {
  padding: clamp(48px, 5vw, 76px) 0 clamp(92px, 10vw, 148px);
  background: var(--bge-paper);
}

.bge-faq-board {
  display: grid;
  grid-template-columns: minmax(210px, 24%) minmax(0, 1fr);
  align-items: stretch;
  overflow: clip;
  background: var(--bge-limestone);
  border-top: 3px solid var(--bge-copper);
  box-shadow: 0 22px 48px rgba(61, 54, 43, 0.1);
}

.bge-faq-index {
  min-width: 0;
  color: var(--bge-white);
  background:
    linear-gradient(135deg, rgba(255, 253, 250, 0.035), transparent 42%),
    var(--bge-graphite-deep);
}

.bge-faq-index__inner {
  position: sticky;
  top: 104px;
  display: flex;
  min-height: 590px;
  flex-direction: column;
  align-items: center;
  padding: 42px 30px 38px;
}

.bge-faq-index__number {
  color: rgba(255, 253, 250, 0.13);
  font-family: var(--font-heading);
  font-size: clamp(4.75rem, 7vw, 6.7rem);
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  line-height: 0.88;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 1px rgba(255, 253, 250, 0.35);
}

.bge-faq-index__label {
  margin-top: 18px;
  color: var(--bge-green-light);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.bge-faq-index__track {
  position: relative;
  display: grid;
  width: 42px;
  min-height: 300px;
  grid-template-rows: repeat(9, minmax(1px, 1fr));
  align-items: center;
  justify-items: center;
  margin-top: 34px;
}

.bge-faq-index__track::before {
  content: '';
  position: absolute;
  inset: 4px auto 4px 50%;
  width: 1px;
  background: rgba(255, 253, 250, 0.24);
  transform: translateX(-50%);
}

.bge-faq-index__tick {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 1px;
  background: rgba(255, 253, 250, 0.48);
  transition: width 420ms cubic-bezier(0.32, 0.72, 0, 1), background-color 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-faq-index__tick.is-active {
  width: 34px;
  height: 2px;
  background: var(--bge-green-light);
}

.bge-faq-accordion {
  min-width: 0;
  background: var(--bge-paper);
}

.bge-faq-item {
  background: var(--bge-paper);
  border-bottom: 1px solid rgba(41, 42, 38, 0.16);
}

.bge-faq-item:last-child {
  border-bottom: 0;
}

.bge-faq-item__heading {
  margin: 0;
}

.bge-faq-trigger {
  display: grid;
  width: 100%;
  min-height: 76px;
  grid-template-columns: 64px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 18px;
  padding: 20px 30px;
  color: var(--bge-graphite);
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 420ms cubic-bezier(0.32, 0.72, 0, 1), background-color 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-faq-trigger:hover {
  background: rgba(109, 116, 111, 0.075);
}

.bge-faq-trigger:focus-visible {
  outline: 3px solid var(--bge-copper);
  outline-offset: -3px;
}

.bge-faq-trigger__number {
  color: var(--bge-copper);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bge-faq-trigger__question {
  min-width: 0;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 680;
  line-height: 1.3;
  text-wrap: balance;
}

.bge-faq-trigger__control {
  position: relative;
  width: 30px;
  height: 30px;
  justify-self: end;
  color: var(--bge-copper);
  border: 1px solid rgba(185, 86, 42, 0.5);
}

.bge-faq-trigger__control::before,
.bge-faq-trigger__control::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1), opacity 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-faq-trigger__control::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bge-faq-answer {
  max-height: 0;
  overflow: hidden;
  background: var(--bge-limestone);
  transition: max-height 560ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-faq-answer__inner {
  max-width: 900px;
  padding: 30px 76px 38px 112px;
  color: #4b4d48;
  font-size: 1rem;
  line-height: 1.78;
}

.bge-faq-answer__inner p {
  margin: 0 0 1.15em;
  text-wrap: pretty;
}

.bge-faq-answer__inner p:last-child,
.bge-faq-answer__inner ul:last-child,
.bge-faq-answer__inner ol:last-child {
  margin-bottom: 0;
}

.bge-faq-answer__inner ul,
.bge-faq-answer__inner ol {
  margin: 0 0 1.35em;
  padding-left: 1.35em;
}

.bge-faq-answer__inner li {
  margin-bottom: 0.42em;
}

.bge-faq-answer__inner li::marker {
  color: var(--bge-copper);
}

.bge-faq-item.is-active .bge-faq-trigger {
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
}

.bge-faq-item.is-active .bge-faq-trigger:hover {
  background: var(--bge-graphite-deep);
}

.bge-faq-item.is-active .bge-faq-trigger__control::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

@media (max-width: 1024px) {
  .bge-faq-hero {
    display: flex;
    min-height: 0;
    margin-top: 0;
    flex-direction: column;
    padding-top: calc(var(--top-bar-height) + var(--header-height) + 4px);
  }

  .bge-faq-hero__title-panel {
    order: 1;
    width: 100%;
    min-height: 220px;
    padding: 38px 24px 42px;
    border-right: 0;
    border-bottom: 3px solid var(--bge-copper);
  }

  .bge-faq-hero__media {
    position: relative;
    inset: auto;
    order: 2;
    min-height: 280px;
    background-position: center 44%;
  }

  .bge-faq-hero__media::after {
    background: linear-gradient(rgba(20, 21, 19, 0.18), rgba(20, 21, 19, 0.18));
  }

  .bge-faq-hero__title {
    font-size: clamp(2.55rem, 6vw, 3.6rem);
  }

  .bge-faq-board {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .bge-faq-index__inner {
    padding-inline: 20px;
  }

  .bge-faq-trigger {
    grid-template-columns: 48px minmax(0, 1fr) 34px;
    gap: 14px;
    padding-inline: 22px;
  }

  .bge-faq-answer__inner {
    padding: 28px 42px 34px 84px;
  }
}

@media (max-width: 767px) {
  .bge-faq-hero__title-panel {
    min-height: 190px;
    padding: 32px 16px 36px;
  }

  .bge-faq-hero__breadcrumbs {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .bge-faq-hero__title {
    font-size: clamp(2.2rem, 9vw, 2.85rem);
  }

  .bge-faq-hero__media {
    min-height: 230px;
  }

  .bge-faq-section {
    padding: 42px 0 82px;
  }

  .bge-faq-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .bge-faq-index__inner {
    position: static;
    display: grid;
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 18px;
    align-items: end;
    padding: 24px 20px 22px;
  }

  .bge-faq-index__number {
    grid-row: 1 / 3;
    font-size: 3.7rem;
  }

  .bge-faq-index__label {
    align-self: center;
    margin: 0;
  }

  .bge-faq-index__track {
    display: grid;
    width: 100%;
    min-height: 22px;
    grid-template-columns: repeat(9, minmax(1px, 1fr));
    grid-template-rows: 1fr;
    margin: 0;
  }

  .bge-faq-index__track::before {
    inset: 50% 4px auto;
    width: auto;
    height: 1px;
    transform: translateY(-50%);
  }

  .bge-faq-index__tick {
    width: 1px;
    height: 12px;
  }

  .bge-faq-index__tick.is-active {
    width: 2px;
    height: 22px;
  }

  .bge-faq-trigger {
    min-height: 70px;
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    gap: 10px;
    padding: 17px 14px;
  }

  .bge-faq-trigger__question {
    font-size: 0.98rem;
  }

  .bge-faq-trigger__control {
    width: 28px;
    height: 28px;
  }

  .bge-faq-answer__inner {
    padding: 24px 18px 30px 58px;
    font-size: 0.95rem;
    line-height: 1.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-faq-index__tick,
  .bge-faq-trigger,
  .bge-faq-trigger__control::before,
  .bge-faq-trigger__control::after,
  .bge-faq-answer {
    transition: none !important;
  }
}


/* ==========================================================================
   CONTACT US PAGE
   ========================================================================== */
.tmx-contact-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

/* Top Section */
.tmx-contact-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
  align-items: flex-start;
}

.tmx-contact-top__text {
  flex: 1;
  min-width: 320px;
	padding: 40px 0 0 0;
}

.tmx-contact-editor-content {
  color: var(--color-text);
}

.tmx-contact-editor-content > :last-child {
  margin-bottom: 0;
}

.tmx-contact-editor-content h2,
.tmx-contact-top__text h2 {
  font-size: 2.2rem;
  color: var(--color-text);
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.tmx-contact-editor-content h2:first-child {
  margin-top: 0;
}

.tmx-contact-editor-content h3 {
  font-size: 1.35rem;
  color: var(--color-text);
  margin: 1.4em 0 0.7em;
}

.tmx-contact-editor-content p,
.tmx-contact-top__text p {
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: var(--color-text);
}

.tmx-contact-editor-content ul {
  margin: 0 0 28px;
}

.tmx-contact-editor-content ul:not(.tmx-contact-questions):not(.tmx-contact-checks) {
  padding-left: 20px;
}

.tmx-contact-editor-content ul:not(.tmx-contact-questions):not(.tmx-contact-checks) li {
  list-style: disc;
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.tmx-contact-questions {
  margin-bottom: 40px;
  padding-left: 0;
}

.tmx-contact-editor-content .tmx-contact-questions li,
.tmx-contact-questions li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--color-text);
  list-style: none;
}

.tmx-contact-checks {
  list-style: none;
  padding-left: 0;
}

.tmx-contact-editor-content .tmx-contact-checks li,
.tmx-contact-checks li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 1.05rem;
  list-style: none;
}

.tmx-contact-checks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-gold);
  font-weight: bold;
  font-size: 1.2rem;
}

/* Right side: Form + Info */
.tmx-contact-top__form-wrapper {
  flex: 1;
  min-width: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tmx-contact-manager-bg {
  width: 100%;
  height: 500px;
  /* Base height for the image */
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -150px;
  /* Pull the form up over the image */
  position: relative;
  z-index: 1;
}

.tmx-contact-form-box {
  background: #313131;
	background: url('../images/contact-form-box.webp') no-repeat center center  / cover;
  /* Fallback texture idea */
  border: 1px solid #4a4a4a;
  position: relative;
  z-index: 2;
  width: 90%;
  /* Make width slightly smaller than image box */
  max-width: 550px;
  padding: 20px 20px;
  border-radius: 4px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  color: var(--color-white);
}

.tmx-contact-form-box::before {
  content: '';
  position: absolute;
  inset: 0;
  /* Dark overlay to make text pop against texture */
  border-radius: 4px;
  z-index: -1;
}

.tmx-contact-form-box h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.tmx-contact-form-shortcode .wpcf7 {
  width: 100%;
}

.tmx-contact-form-shortcode .wpcf7 form {
  display: block;
}

.tmx-contact-form-shortcode .wpcf7 form p {
  margin: 0;
}

.tmx-contact-form-placeholder {
  padding: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
}

.tmx-contact-form-placeholder p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* Form 7 overrides */
.wpcf7-form .tmx-form-row {
  margin-bottom: 15px;
}

.wpcf7-form .tmx-form-row--2col {
  display: block;
}

.wpcf7-form .tmx-form-row--2col > p {
  display: flex;
  gap: 15px;
}

.wpcf7-form .tmx-form-row--2col > p > br {
  display: none;
}

.wpcf7-form .tmx-form-row--2col > p > .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.95rem;
  background: #fff;
  color: #2e2e2e;
}

.wpcf7-textarea {
  resize: vertical;
  height: 100px;
}

.wpcf7-form .tmx-form-row.tmx-form-submit > p {
  display: block;
}

.wpcf7-form .tmx-form-row.tmx-form-submit .wpcf7-submit {
  width: 100%;
}

.wpcf7-submit {
  background: var(--bge-copper);
  color: var(--bge-white);
  font-weight: 600;
  text-transform: none;
  font-size: 1.1rem;
  padding: 14px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: filter 0.25s ease, box-shadow 0.25s ease;
	cursor: pointer;
}

.wpcf7-submit:hover {
  filter: brightness(0.87);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.28);
}

.tmx-contact-form-box .wpcf7-spinner {
  display: block;
  margin: 14px auto 0;
}

.tmx-contact-form-box .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #ffd7d7;
  font-size: 0.8rem;
}

.tmx-contact-form-box .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.tmx-form-disclaimer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
  line-height: 1.4;
  text-align: center;
}

.tmx-form-disclaimer p {
  margin: 0;
}

/* Bottom Section */
.tmx-contact-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.tmx-contact-bottom__info {
  flex: 1;
  min-width: 320px;
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow);
}

.tmx-contact-bottom__info .tmx-contact-heading.tmx-mt-40 {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tmx-contact-heading {
  font-size: 1.2rem;
  color: var(--color-accent);
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tmx-mt-40 {
  margin-top: 40px;
}

.tmx-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.tmx-contact-item svg {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
  flex-shrink: 0;
  margin-top: 2px;
}

.tmx-contact-item a {
  color: inherit;
}

.tmx-contact-item a:hover {
  color: var(--color-accent);
}

.tmx-hours-table {
  width: 100%;
  max-width: 300px;
  border-collapse: collapse;
}

.tmx-hours-table td {
  padding: 6px 0;
  font-size: 1.05rem;
}

.tmx-hours-table td:first-child {
  font-weight: 500;
  width: 60px;
}

/* Hours table inside the dark contact card */
.tmx-contact-bottom__info .tmx-hours-table {
  max-width: 300px;
}

.tmx-contact-bottom__info .tmx-hours-table td {
  padding: 5px 4px;
}

.tmx-contact-bottom__map {
  flex: 1.5;
  min-width: 320px;
}

/* Side by side: the map starts at the card's first content line
   (36px padding + 1px border + heading + its 20px margin). */
@media (min-width: 769px) {
  .tmx-contact-bottom__map {
    align-self: flex-start;
    margin-top: 80px;
  }
}

/* On wide screens the info card shrinks to its content instead of stretching,
   while the map keeps the width it had at the original 1fr / 1.5fr split. */
@media (min-width: 1024px) {
  .tmx-contact-bottom {
    flex-wrap: nowrap;
  }

  .tmx-contact-bottom__info {
    flex: 0 1 auto;
  }

  .tmx-contact-bottom__map {
    flex: 0 1 calc(60% - 24px);
  }
}

.tmx-contact-bottom__map img {
  width: 100%;
  border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tmx-contact-top {
    flex-direction: column;
  }

  .tmx-contact-editor-content h2,
  .tmx-contact-top__text h2 {
    font-size: 1.9rem;
  }

  .tmx-contact-top__form-wrapper {
    width: 100%;
  }

  .wpcf7-form .tmx-form-row--2col {
    display: block;
  }

  .wpcf7-form .tmx-form-row--2col > p {
    flex-direction: column;
  }

  .tmx-contact-bottom {
    flex-direction: column-reverse;
    /* Map on top of info on mobile */
  }

  .tmx-contact-bottom__info {
    /* Card hugs its content and gets centred instead of stretching */
    max-width: 100%;
    padding: 28px 22px;
  }

  .tmx-contact-form-box {
    width: 100%;
    padding: 28px 22px;
  }
}

@media (max-width: 600px) {
  /* Phones: the card fills the screen instead of leaving side gutters */
  .tmx-contact-bottom__info {
    width: 100%;
  }
}

/* ==========================================================================
   CONTACT US — FIELD PROVEN DESK
   ========================================================================== */
.bge-contact {
  padding: 24px 0 clamp(80px, 8vw, 112px);
  background:
    linear-gradient(rgba(47, 107, 79, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 107, 79, 0.025) 1px, transparent 1px),
    var(--bge-paper);
  background-size: 80px 80px;
}

.bge-contact__stack {
  display: grid;
  gap: 24px;
}

.bge-contact__row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.bge-contact__copy,
.bge-contact-form,
.bge-contact-response {
  border: 1px solid rgba(109, 116, 111, 0.18);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
}

.bge-contact__copy {
  padding: clamp(38px, 4vw, 62px);
  color: var(--bge-graphite);
  background: rgba(255, 255, 255, 0.94);
}

.bge-contact-editor > h2:first-child {
  margin: 0 0 38px;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-align: left !important;
  text-wrap: balance;
}

.bge-contact-editor > h2:first-child::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 22px;
  background: var(--bge-copper);
}

.bge-contact-editor > p {
  max-width: 66ch;
  margin: 0 0 28px;
  color: #4b4d48;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.76;
}

.bge-contact-editor > p strong {
  color: var(--bge-copper-dark);
  font-family: var(--font-heading);
  font-size: 1.12em;
  font-weight: 700;
}

.bge-contact-editor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bge-contact-editor li {
  position: relative;
  margin: 0;
  padding: 0 0 26px 42px;
  color: #4b4d48;
  font-size: 1rem;
  line-height: 1.65;
}

.bge-contact-editor li:last-child {
  padding-bottom: 0;
}

.bge-contact-editor li::before {
  content: '✓';
  position: absolute;
  top: 0.05em;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--bge-copper);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

.bge-contact-editor li strong {
  color: var(--bge-graphite);
  font-family: var(--font-heading);
  font-weight: 700;
}

.bge-contact__manager {
  margin: 0;
  padding-top: 4px;
  overflow: hidden;
  background: var(--bge-white);
  box-shadow: inset 0 4px var(--bge-copper);
}

.bge-contact__manager img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
}

.bge-contact-form {
  padding: clamp(34px, 3.6vw, 54px);
  background: rgba(255, 255, 255, 0.98);
  border-top: 4px solid var(--bge-copper);
}

.bge-contact-form__title {
  margin: 0 0 30px;
  color: var(--bge-copper-dark);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.bge-contact-form .wpcf7,
.bge-contact-form .wpcf7 form,
.bge-contact-form .wpcf7 form p {
  width: 100%;
}

.bge-contact-form .wpcf7 form p {
  margin: 0;
}

.bge-contact-form .tmx-form-row {
  margin-bottom: 18px;
}

.bge-contact-form .tmx-form-row--2col > p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bge-contact-form .tmx-form-row--2col > p > br {
  display: none;
}

.bge-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.bge-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--bge-graphite);
  background: rgba(255, 253, 250, 0.84);
  border: 1px solid #c9c4b9;
  border-radius: 0;
  outline: 0 solid transparent;
  box-shadow: inset 0 1px rgba(29, 30, 27, 0.035);
  transition: border-color var(--transition), outline-color var(--transition), background-color var(--transition);
}

.bge-contact-form textarea.wpcf7-form-control {
  min-height: 150px;
  resize: vertical;
}

.bge-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  background: var(--bge-white);
  border-color: var(--bge-copper);
  outline: 3px solid rgba(47, 107, 79, 0.22);
  outline-offset: 0;
}

.bge-contact-form .wpcf7-submit {
  width: min(310px, 100%);
  min-height: 54px;
  padding: 14px 22px;
  color: var(--bge-white);
  background: var(--bge-copper);
  border: 1px solid var(--bge-copper);
  border-radius: 0;
  box-shadow: none;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: background-color var(--transition), border-color var(--transition), transform var(--transition);
}

.bge-contact-form .wpcf7-submit:hover {
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
  filter: none;
  box-shadow: none;
}

.bge-contact-form .wpcf7-submit:active {
  transform: translateY(1px) scale(0.99);
}

.bge-contact-form .wpcf7-submit:focus-visible {
  outline: 3px solid var(--bge-focus);
  outline-offset: 3px;
}

.bge-contact-form .tmx-form-disclaimer,
.bge-contact-form .tmx-form-disclaimer p {
  margin: 16px 0 0;
  color: var(--bge-steel);
  font-size: 0.78rem;
  line-height: 1.65;
  text-align: left;
}

.bge-contact-form a {
  color: var(--bge-copper-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bge-contact-form .wpcf7-not-valid {
  border-color: #a63b32 !important;
  outline: 2px solid rgba(166, 59, 50, 0.14) !important;
}

.bge-contact-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #8d2f28 !important;
  font-size: 0.8rem;
}

.bge-contact-form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 13px 15px !important;
  color: var(--bge-graphite);
  background: var(--bge-limestone);
  border: 0 !important;
  border-left: 4px solid var(--bge-copper) !important;
  border-radius: 0;
}

.bge-contact-form__placeholder {
  padding: 24px;
  color: var(--bge-steel);
  background: var(--bge-limestone);
  border-left: 4px solid var(--bge-copper);
}

.bge-contact-form__placeholder p {
  margin: 0;
}

.bge-contact-board {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: rgba(255, 253, 250, 0.82);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 42%),
    var(--bge-graphite-deep);
  border-top: 4px solid var(--bge-copper);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 250, 0.08);
}

.bge-contact-board__section {
  padding: clamp(28px, 3vw, 44px);
}

.bge-contact-board__section + .bge-contact-board__section {
  border-top: 1px solid rgba(255, 253, 250, 0.16);
}

.bge-contact-board__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--bge-white);
  font-size: clamp(1.2rem, 1.6vw, 1.48rem);
  line-height: 1.2;
}

.bge-contact-board__title svg,
.bge-contact-board__map figcaption svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: var(--bge-green-light);
}

.bge-contact-board__address {
  margin: 0 0 12px 36px;
  color: inherit;
  font-style: normal;
  line-height: 1.7;
}

.bge-contact-board__section--details > a {
  display: block;
  width: max-content;
  max-width: calc(100% - 36px);
  margin-left: 36px;
  color: var(--bge-green-light);
  line-height: 1.8;
  overflow-wrap: anywhere;
  transition: color var(--transition);
}

.bge-contact-board__section--details > a:hover,
.bge-contact-board__section--details > a:focus-visible {
  color: var(--bge-white);
}

.bge-contact-board__hours {
  width: calc(100% - 36px);
  margin-left: 36px;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.bge-contact-board__hours th,
.bge-contact-board__hours td {
  padding: 5px 0;
  border: 0;
  color: inherit;
  font-size: 0.94rem;
  line-height: 1.4;
  text-align: left;
}

.bge-contact-board__hours th {
  width: 38%;
  color: var(--bge-white);
  font-weight: 600;
}

.bge-contact-board__map {
  margin: auto 0 0;
  background: var(--bge-white);
  border-top: 1px solid rgba(255, 253, 250, 0.12);
}

.bge-contact-board__map img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bge-contact-board__map figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px clamp(20px, 2.5vw, 34px);
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  font-size: 0.82rem;
  line-height: 1.45;
}

.bge-contact-response[hidden] {
  display: none;
}

.bge-contact-response {
  padding: clamp(28px, 3.5vw, 46px);
  background: rgba(255, 255, 255, 0.98);
}

.bge-contact-response__content {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 2.28fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(30px, 4vw, 64px);
}

.bge-contact-response__title {
  grid-column: 1;
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--bge-graphite);
  border-left: 3px solid var(--bge-copper);
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.bge-contact-response__content > p {
  grid-column: 1;
  margin: 0 0 14px;
  color: #555852;
  font-size: 0.9rem;
  line-height: 1.65;
}

.bge-contact-response__content > p:nth-of-type(2) {
  color: var(--bge-copper-dark);
  font-family: var(--font-heading);
  font-weight: 700;
}

.bge-contact-response__content > ul {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid var(--bge-line);
}

.bge-contact-response__content li {
  position: relative;
  min-height: 110px;
  margin: 0;
  padding: 4px 28px 22px 68px;
  color: #555852;
  font-size: 0.88rem;
  line-height: 1.55;
}

.bge-contact-response__content li:nth-child(even) {
  border-left: 1px solid var(--bge-line);
}

.bge-contact-response__content li:nth-child(n + 3) {
  padding-top: 24px;
  border-top: 1px solid var(--bge-line);
}

.bge-contact-response__content li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 28px;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.bge-contact-response__content li:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c65f32' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h11v11H9'/%3E%3Cpath d='M14 10h4l3 3v4h-2'/%3E%3Cpath d='M3 17h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E");
}

.bge-contact-response__content li:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c65f32' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5M9 13h6M9 17h6'/%3E%3C/svg%3E");
}

.bge-contact-response__content li:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c65f32' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0'/%3E%3Cpath d='M4 13v5a2 2 0 0 0 2 2h2v-7H4Z'/%3E%3Cpath d='M20 13v5a2 2 0 0 1-2 2h-2v-7h4Z'/%3E%3C/svg%3E");
}

.bge-contact-response__content li:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c65f32' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 20 6v6c0 5-3.4 8-8 10-4.6-2-8-5-8-10V6z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.bge-contact-response__content li:nth-child(n + 3)::before {
  top: 24px;
}

.bge-contact-response__content li strong {
  display: block;
  margin-bottom: 3px;
  color: var(--bge-graphite);
  font-family: var(--font-heading);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .bge-contact__row {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.88fr);
  }

  .bge-contact__copy,
  .bge-contact-form {
    padding: 36px;
  }

  .bge-contact-response__content {
    grid-template-columns: minmax(200px, 0.8fr) minmax(0, 2.2fr);
    column-gap: 32px;
  }
}

@media (max-width: 900px) {
  .bge-contact {
    padding-top: 20px;
  }

  .bge-contact__row {
    grid-template-columns: 1fr;
  }

  .bge-contact__manager img {
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
  }

  .bge-contact-response__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bge-contact-response__content > ul {
    grid-column: 1;
    grid-row: auto;
    margin-top: 18px;
    border-top: 1px solid var(--bge-line);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .bge-contact {
    padding-bottom: 72px;
  }

  .bge-contact__stack {
    gap: 18px;
  }

  .bge-contact__row {
    gap: 18px;
  }

  .bge-contact__copy,
  .bge-contact-form,
  .bge-contact-response {
    padding: 28px 22px;
  }

  .bge-contact-editor > h2:first-child {
    margin-bottom: 28px;
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .bge-contact-editor li {
    padding-left: 36px;
  }

  .bge-contact-form .tmx-form-row--2col > p {
    grid-template-columns: 1fr;
  }

  .bge-contact-form .wpcf7-submit {
    width: 100%;
  }

  .bge-contact-board__section {
    padding: 26px 22px;
  }

  .bge-contact-board__address,
  .bge-contact-board__section--details > a,
  .bge-contact-board__hours {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .bge-contact-response__content > ul {
    grid-template-columns: 1fr;
  }

  .bge-contact-response__content li,
  .bge-contact-response__content li:nth-child(n + 3) {
    min-height: 0;
    padding: 20px 0 20px 48px;
    border-top: 1px solid var(--bge-line);
    border-left: 0;
  }

  .bge-contact-response__content li::before,
  .bge-contact-response__content li:nth-child(n + 3)::before {
    top: 20px;
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-contact-form .wpcf7-form-control,
  .bge-contact-form .wpcf7-submit,
  .bge-contact-board a {
    transition: none !important;
  }
}

/* ==========================================================================
   INVENTORY CATALOG PAGE
   ========================================================================== */
.tmx-inventory-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

.tmx-inventory-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* --- Left Sidebar Filter --- */
.tmx-sidebar-filter {
  flex: 0 0 320px;
  /* Fixed width sidebar */
  background-color: #eceded;
  border-radius: 8px;
  padding: 30px;
}

.tmx-filter-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.tmx-text-red {
  color: var(--color-accent);
}

.tmx-filter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tmx-filter-row {
  display: flex;
  gap: 10px;
}

.tmx-filter-group {
  flex: 1;
  width: 100%;
}

.tmx-filter-group select,
.tmx-filter-group input {
  width: 100%;
  padding: 12px 15px;
  background-color: var(--color-white);
  border: 1px solid #dfe0e0;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  appearance: none;
  /* Hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tmx-filter-group select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 10px auto;
  cursor: pointer;
}

.tmx-filter-group select:focus,
.tmx-filter-group input:focus {
  border-color: var(--color-accent);
  outline: none;
}

.tmx-input-with-icon {
  position: relative;
  display: flex;
}

.tmx-input-with-icon input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tmx-search-icon-btn {
  background-color: var(--color-accent);
  color: var(--color-primary);
  border: 1px solid var(--color-accent);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color var(--transition);
}

.tmx-search-icon-btn:hover {
  background-color: var(--color-accent-hover);
}

.tmx-search-icon-btn svg {
  fill: currentColor;
}

.tmx-filter-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.tmx-filter-subtitle {
  font-size: 1rem;
  margin: 24px 0 16px;
  color: var(--color-primary);
  text-transform: uppercase;
}

.tmx-inventory-categories__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tmx-inventory-categories__list a {
  display: block;
  padding: 12px 14px;
  background: var(--color-white);
  border: 1px solid #dfe0e0;
  border-radius: 4px;
  transition: all var(--transition);
}

.tmx-inventory-categories__list a:hover,
.tmx-inventory-categories__list a.is-active {
  color: var(--color-primary);
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.tmx-filter-btn--reset {
  flex: 1;
  background-color: transparent;
  color: #2e2e2e;
  border: 2px solid #2e2e2e;
  padding: 12px;
  border-radius: 4px;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
  transition: all var(--transition);
}

.tmx-filter-btn--reset:hover {
  background-color: #2e2e2e;
	color: var(--color-white);
  /* very light red */
}

.tmx-filter-btn--submit {
  flex: 1.5;
  background-color: #2e2e2e;
  color: var(--color-white);
  border: 2px solid #2e2e2e;
  padding: 12px;
  border-radius: 4px;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
  transition: background-color var(--transition);
}

.tmx-filter-btn--submit:hover {
  background-color: var(--color-accent-hover);
  color: var(--color-primary);
  border-color: var(--color-accent-hover);
}


/* --- Right Content: Grid --- */
.tmx-inventory-content {
  flex: 1;
  min-width: 0;
  /* Prevents flex blowout */
}

.tmx-inventory-intro {
  margin-bottom: 24px;
  color: var(--color-text-light);
  line-height: 1.8;
}

.tmx-inventory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1FR);
  /* 2 items per row */
  gap: 30px;
}

.tmx-unit-card {
  background-color: var(--color-white);
  border: 1px solid #dfe0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}

.tmx-unit-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.tmx-unit-card__image {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.tmx-unit-card__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.tmx-unit-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tmx-unit-card:hover .tmx-unit-card__image img {
  transform: scale(1.05);
}

.tmx-unit-card__price {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #0b121c;
  /* Dark primary color slightly transparent */
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

.tmx-unit-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tmx-unit-card__title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--color-primary);
  line-height: 1.3;
}

.tmx-unit-card__info {
  margin-bottom: 25px;
  flex: 1;
  /* pushes button to bottom */
}

.tmx-unit-card__info li {
  font-size: 0.95rem;
  color: var(--color-text-light);
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #dfe0e0;
  display: flex;
  justify-content: flex-start;
	gap: 10px;
}

.tmx-unit-card__info li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tmx-unit-card__info li strong {
  color: var(--color-primary);
  font-weight: 600;
}

.tmx-unit-card .tmx-action {
  width: 100%;
  text-align: center;
}

/* Pagination */
.tmx-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.tmx-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.tmx-pagination .page-numbers li {
  list-style: none;
}

.tmx-pagination a.page-numbers,
.tmx-pagination span.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dfe0e0;
  border-radius: 4px;
  color: var(--color-primary);
  font-weight: 600;
  transition: all var(--transition);
}

.tmx-pagination a.page-numbers:hover,
.tmx-pagination span.page-numbers.current {
  background-color: var(--color-accent);
  color: var(--color-primary);
  border-color: var(--color-accent);
}

/* Responsive */
@media (max-width: 992px) {
  .tmx-inventory-layout {
    flex-direction: column;
  }

  .tmx-sidebar-filter {
    width: 100%;
    flex: auto;
  }
}

@media (max-width: 600px) {
  .tmx-inventory-grid {
    grid-template-columns: 1fr;
    /* 1 column on mobile */
  }
}

/* ==========================================================================
   PRODUCT DETAILS PAGE
   ========================================================================== */
.tmx-product-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

.tmx-product-top-layout {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  align-items: flex-start;
}

/* --- Left: Image Gallery --- */
.tmx-unit-gallery {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  min-width: 0;
  /* Fix flex child infinite growth */
}

.tmx-unit-gallery__main {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
  border: 1px solid #dfe0e0;
  border-bottom: none;
}

.tmx-unit-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tmx-gallery-expand {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.72);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
  font: inherit;
  color: inherit;
}

.tmx-unit-gallery__main-img {
  cursor: zoom-in;
}

.tmx-gallery-expand:hover {
  background: rgba(0, 0, 0, 0.88);
  border-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 0, 0, 0.25);
  transform: scale(1.04);
}

.tmx-gallery-expand:focus-visible {
  outline: 3px solid var(--color-accent, #2f6b4f);
  outline-offset: 2px;
}

.tmx-gallery-expand svg {
  fill: #fff;
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

/* Full-screen gallery lightbox (single inventory) */
.tmx-inventory-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 56px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.tmx-inventory-lightbox.tmx-is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.tmx-inventory-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}

.tmx-inventory-lightbox__stage {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmx-inventory-lightbox__img {
  max-width: 100%;
  max-height: calc(100vh - 96px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.tmx-inventory-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.tmx-inventory-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.tmx-inventory-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.tmx-inventory-lightbox__nav:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.22);
}

.tmx-inventory-lightbox__nav:disabled {
  opacity: 0.25;
  cursor: default;
}

.tmx-inventory-lightbox__nav--prev {
  left: 16px;
}

.tmx-inventory-lightbox__nav--next {
  right: 16px;
}

@media (max-width: 600px) {
  .tmx-inventory-lightbox {
    padding: 40px 12px;
  }

  .tmx-inventory-lightbox__nav--prev {
    left: 8px;
  }

  .tmx-inventory-lightbox__nav--next {
    right: 8px;
  }
}

.tmx-main-prev,
.tmx-main-next {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.tmx-unit-gallery__thumbs {
  position: relative;
  padding: 0 40px;
  /* Space for swiper navigation arrows */
  width: 100%;
  border: 1px solid #dfe0e0;
  background: #fff;
}

.tmx-thumb-prev,
.tmx-thumb-next {
  color: var(--color-accent) !important;
  width: 30px !important;
  height: 30px !important;
  background: var(--color-white);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: -15px !important;
}

.tmx-thumb-prev::after,
.tmx-thumb-next::after {
  font-size: 12px !important;
  font-weight: bold;
}

.tmx-thumb-prev {
  left: 0 !important;
}

.tmx-thumb-next {
  right: 0 !important;
}

.tmx-unit-gallery__thumbs .tmx-thumb {
  aspect-ratio: 16 / 9;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.tmx-unit-gallery__thumbs .tmx-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.5;
  transition: opacity var(--transition);
}

.tmx-unit-gallery__thumbs .swiper-slide-thumb-active img,
.tmx-unit-gallery__thumbs .tmx-thumb:hover img {
  opacity: 1;
}

.tmx-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Eye icon for unselected thumbs */
.tmx-thumb-overlay::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E");
  background-size: cover;
  opacity: 0;
  transition: opacity var(--transition);
}

.tmx-unit-gallery__thumbs .tmx-thumb:hover .tmx-thumb-overlay::after {
  opacity: 1;
}

.tmx-unit-gallery__thumbs .swiper-slide-thumb-active .tmx-thumb-overlay {
  opacity: 0;
}


/* --- Right: Product Specs --- */
.tmx-product-specs {
  flex: 1;
  background-color: var(--color-white);
  padding: 0;
}

.tmx-spec-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.tmx-spec-list li {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #dfe0e0;
  font-size: 1rem;
}

.tmx-spec-list li:first-child {
  padding-top: 0;
}

.tmx-spec-list li:last-child {
  border-bottom: none;
}

.tmx-spec-label {
  flex: 0 0 150px;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
}

.tmx-spec-value {
  flex: 1;
  color: var(--color-text);
}

.tmx-product-price-box {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #eee;
}

.tmx-price-label {
  font-size: 1.4rem;
  color: var(--color-text-light);
  margin-bottom: 5px;
	font-weight: bold;
	font-family: var(--font-heading);
}

.tmx-price-amount {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b121c;
  margin-bottom: 25px;
}

.tmx-action--full {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
}
.tmx-product-price-box .tmx-action--full {
  max-width: 300px;
}

.tmx-product-price-box__request {
}

.tmx-inventory-request-success {
  margin-top: 16px;
  padding: 14px 16px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--bge-copper-dark);
  background: #eef7ee;
  border: 1px solid #c5e0c5;
  border-radius: 10px;
}

.tmx-inventory-request-modal-open {
  overflow: hidden;
}

.tmx-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tmx-quote-modal.tmx-is-open {
  opacity: 1;
  visibility: visible;
}

.tmx-quote-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.tmx-quote-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: var(--color-white);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.tmx-quote-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(11, 18, 28, 0.45);
  transition: background var(--transition), color var(--transition);
}

.tmx-quote-modal__close span {
  font-size: 2rem;
  line-height: 1;
}

.tmx-quote-modal__close:hover {
  background: rgba(11, 18, 28, 0.08);
  color: var(--color-primary);
}

.tmx-quote-modal__content {
  padding: 30px;
}

.tmx-quote-modal__title {
  margin-right: 48px;
  margin-bottom: 24px;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: var(--color-primary);
}

.tmx-quote-modal__placeholder {
  padding: 24px;
  border: 1px dashed var(--color-gray);
  border-radius: 12px;
  background: var(--color-light);
}

.tmx-quote-modal__placeholder p {
  margin: 0;
  color: var(--color-text-light);
  line-height: 1.7;
}

.tmx-quote-modal .wpcf7 {
  width: 100%;
}

.tmx-quote-modal .wpcf7 form {
  display: block;
}

.tmx-quote-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
}

.tmx-quote-form__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tmx-quote-form__col--message {
  gap: 18px;
}

.tmx-quote-modal .wpcf7-form label {
  display: block;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: var(--color-primary);
}

.tmx-quote-modal .wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.tmx-quote-modal .wpcf7-form-control-wrap {
  display: block;
}

.tmx-quote-modal .wpcf7-form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: var(--color-white);
  color: var(--color-text);
  box-shadow: none;
}

.tmx-quote-modal .wpcf7-form-control::placeholder {
  color: #8f8f8f;
}

.tmx-quote-modal .wpcf7-form-control:focus {
  border-color: var(--color-accent);
}

.tmx-quote-modal textarea.wpcf7-form-control {
  min-height: 280px;
  resize: vertical;
}

.tmx-quote-form__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.tmx-quote-form__actions .wpcf7-form-control-wrap {
  display: none;
}

.tmx-quote-form__bottom {
  margin-top: 28px;
}
.tmx-quote-form__bottom a{
  text-decoration: underline;
}
.tmx-quote-form__bottom a:hover{
  text-decoration: none;
}

.tmx-quote-form__disclaimer {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.8;
  color: var(--color-text-light);
}

.tmx-quote-modal .wpcf7-submit {
  width: min(280px, 100%);
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 10px;
  background: var(--bge-copper);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
}

.tmx-quote-modal .wpcf7-submit:hover {
  background: var(--bge-copper-dark);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.tmx-quote-modal .wpcf7-spinner {
  margin: 12px 0 0;
}

.tmx-quote-modal .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #b42318;
  font-size: 0.82rem;
}

.tmx-quote-modal .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}


/* --- Bottom: Description Tabs --- */
.tmx-product-bottom-layout {
  background-color: #fcfcfc;
  border: 1px solid #dfe0e0;
  border-radius: 8px;
  padding: 40px;
}

.tmx-description-block h3 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.tmx-description-block h3:first-child {
  margin-top: 0;
}

.tmx-description-block p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.tmx-features-list,
.tmx-technical-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.tmx-features-list li,
.tmx-technical-list li {
  position: relative;
  padding-left: 20px;
}

.tmx-features-list li::before,
.tmx-technical-list li::before {
  content: '•';
  color: var(--color-accent);
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  line-height: 1;
}

/* Responsive Product Page */
@media (max-width: 992px) {
  .tmx-product-top-layout {
    flex-direction: column;
  }

  .tmx-unit-gallery,
  .tmx-product-specs {
    width: 100%;
    flex: auto;
  }
}

@media (max-width: 600px) {

  .tmx-spec-list li {
    flex-direction: column;
    gap: 5px;
  }

  .tmx-spec-label {
    flex: auto;
  }

  .tmx-features-list,
  .tmx-technical-list {
    grid-template-columns: 1fr;
  }

  .tmx-product-bottom-layout {
    padding: 20px;
  }

  .tmx-quote-modal {
    padding: 16px;
  }

  .tmx-quote-modal__content {
    padding: 24px 18px;
  }

  .tmx-quote-modal__title {
    margin-right: 36px;
    font-size: 1.5rem;
  }

  .tmx-quote-form__grid {
    grid-template-columns: 1fr;
  }

  .tmx-quote-form__actions {
    justify-content: stretch;
  }

  .tmx-quote-modal .wpcf7-submit {
    width: 100%;
  }

  .tmx-quote-modal textarea.wpcf7-form-control {
    min-height: 220px;
  }
}


.tmx-contact-form-box .wpcf7-not-valid-tip {
    color: #ffd83d !important;
}


.grecaptcha-badge{
	right: -100% !important;
	}

/* ==========================================================================
   BGE PHASE 3A-R1 — CALM MEDIA-FIRST HERO + COMPACT INVENTORY SEARCH
   ========================================================================== */

.bge-home-intro {
  padding: calc(var(--top-bar-height) + var(--header-height)) 0 0;
  background: var(--bge-limestone);
}

.bge-home-hero {
  --bge-hero-media-height: clamp(430px, 34vw, 500px);
  --bge-hero-caption-height: 200px;
  position: relative;
  height: calc(var(--bge-hero-media-height) + var(--bge-hero-caption-height));
  overflow: hidden;
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  border: 1px solid rgba(41, 42, 38, 0.22);
  border-top: 4px solid var(--bge-copper);
}

.bge-home-hero .swiper,
.bge-home-hero .swiper-wrapper,
.bge-hero-slide {
  width: 100%;
  height: 100%;
}

.bge-hero-slide {
  display: grid;
  grid-template-rows: var(--bge-hero-media-height) var(--bge-hero-caption-height);
  overflow: hidden;
  background: var(--bge-graphite-deep);
}

.bge-hero-slide__media {
  position: relative;
  grid-column: 1;
  grid-row: 1 / -1;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--bge-graphite);
}

.bge-hero-slide__media video,
.bge-hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bge-hero-slide--work .bge-hero-slide__media video {
  object-position: 54% center;
}

.bge-hero-slide--yard .bge-hero-slide__media video {
  object-position: center;
}

.bge-hero-slide--team .bge-hero-slide__media img {
  object-position: 50% 44%;
}

.bge-hero-slide__caption {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  z-index: 1;
  min-width: 0;
  color: var(--bge-white);
  background: rgba(29, 30, 27, 0.72);
  border-top: 1px solid rgba(255, 253, 250, 0.14);
}

.bge-hero-slide__caption-inner {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 72px minmax(0, 1.5fr) minmax(260px, 0.66fr);
  align-items: center;
  gap: clamp(20px, 2.7vw, 42px);
  padding: 26px clamp(26px, 3.2vw, 48px) 28px;
}

.bge-hero-slide__marker {
  align-self: start;
  padding-top: 7px;
  color: var(--bge-green-light);
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.bge-hero-slide__caption h1,
.bge-hero-slide__caption h2 {
  max-width: 20ch;
  color: var(--bge-white);
  font-size: clamp(2.15rem, 3.35vw, 3.45rem);
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.bge-hero-slide__summary {
  max-width: 48ch;
  color: rgba(255, 253, 250, 0.76);
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.bge-hero-slide__summary p + p {
  margin-top: 12px;
}

.bge-hero-slide__accent {
  color: var(--bge-green-light);
  font-weight: 700;
}

.bge-hero-slide__support {
  color: rgba(255, 253, 250, 0.9);
  font-weight: 650;
  letter-spacing: 0.025em;
}

.bge-hero-slide__caption-inner > * {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.swiper-slide-active .bge-hero-slide__caption-inner > * {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide-active .bge-hero-slide__caption-inner > *:nth-child(2) {
  transition-delay: 0.08s;
}

.swiper-slide-active .bge-hero-slide__caption-inner > *:nth-child(3) {
  transition-delay: 0.14s;
}

.bge-home-hero__controls {
  position: absolute;
  top: calc(var(--bge-hero-media-height) - 58px);
  right: 18px;
  z-index: 8;
  display: flex;
  height: 40px;
  align-items: stretch;
  color: var(--bge-white);
  background: rgba(29, 30, 27, 0.82);
  border: 1px solid rgba(255, 253, 250, 0.24);
}

.bge-home-hero__controls .swiper-button-prev,
.bge-home-hero__controls .swiper-button-next {
  position: static;
  width: 40px;
  height: 38px;
  margin: 0;
  flex: 0 0 40px;
  color: var(--bge-white);
  background: transparent;
  border-radius: 0;
  transition: color var(--transition), background-color var(--transition);
}

.bge-home-hero__controls .swiper-button-prev::after,
.bge-home-hero__controls .swiper-button-next::after {
  font-size: 0.72rem;
  font-weight: 800;
}

.bge-home-hero__controls .swiper-button-prev:hover,
.bge-home-hero__controls .swiper-button-next:hover,
.bge-home-hero__controls .swiper-button-prev:focus-visible,
.bge-home-hero__controls .swiper-button-next:focus-visible {
  color: var(--bge-white);
  background: var(--bge-copper-dark);
}

.bge-home-hero__controls .swiper-button-prev:focus-visible,
.bge-home-hero__controls .swiper-button-next:focus-visible {
  outline: 3px solid var(--bge-focus);
  outline-offset: 2px;
}

.bge-home-hero__controls .swiper-pagination {
  position: static;
  display: flex;
  width: auto;
  min-width: 86px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 253, 250, 0.16);
  border-left: 1px solid rgba(255, 253, 250, 0.16);
}

.bge-home-hero__controls .swiper-pagination-bullet {
  width: 14px;
  height: 2px;
  margin: 0 !important;
  background: rgba(255, 253, 250, 0.46);
  border-radius: 0;
  opacity: 1;
  transition: width var(--transition), background-color var(--transition);
}

.bge-home-hero__controls .swiper-pagination-bullet-active {
  width: 28px;
  background: var(--bge-copper);
}

.bge-home-intro__search {
  margin-top: 0;
}

.bge-inventory-search {
  background: var(--bge-limestone);
  border-top: 1px solid var(--bge-line);
  border-bottom: 1px solid var(--bge-line);
}

.bge-inventory-search .tmx-lookup-form {
  display: grid;
  width: min(calc(100% - 48px), var(--container));
  grid-template-columns: minmax(180px, 0.48fr) minmax(0, 2.15fr);
  align-items: center;
  gap: clamp(20px, 2.5vw, 38px);
  margin: 0 auto;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  opacity: 1 !important;
  transform: none !important;
}

.bge-inventory-search .tmx-lookup-form__title {
  max-width: 10ch;
  margin: 0;
  color: var(--bge-graphite);
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: none;
}

.bge-inventory-search .tmx-lookup-form__title span {
  display: block;
  margin-bottom: 5px;
  color: var(--bge-copper-dark);
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bge-inventory-search .tmx-lookup-form__form {
  display: grid;
  grid-template-columns: minmax(250px, 1.08fr) minmax(190px, 0.78fr) minmax(230px, 0.9fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.bge-inventory-search .tmx-lookup-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.bge-inventory-search .tmx-lookup-form select,
.bge-inventory-search .tmx-lookup-form input[type="text"] {
  min-height: 46px;
  padding: 10px 13px;
  color: var(--bge-graphite);
  background-color: var(--bge-white);
  border: 1px solid var(--bge-line);
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 600;
  transition: border-color var(--transition), background-color var(--transition);
}

.bge-inventory-search .tmx-lookup-form select {
  padding-right: 32px;
  background-position: right 11px center;
}

.bge-inventory-search .tmx-lookup-form__keyword {
  min-width: 0;
  margin: 0;
}

.bge-inventory-search .tmx-lookup-form__keyword input {
  padding-right: 46px;
}

.bge-inventory-search .tmx-lookup-form__keyword button {
  right: 0;
  width: 46px;
  height: 46px;
  color: var(--bge-white);
  background: var(--bge-copper-dark);
  border-radius: 0;
  transform: translateY(-50%);
  transition: background-color var(--transition);
}

.bge-inventory-search .tmx-lookup-form__keyword button:hover,
.bge-inventory-search .tmx-lookup-form__keyword button:focus-visible {
  background: var(--bge-copper);
}

.bge-inventory-search .tmx-lookup-form__keyword button svg {
  fill: currentColor;
}

.bge-inventory-search .tmx-lookup-form__actions {
  display: grid;
  grid-template-columns: minmax(80px, 0.7fr) minmax(132px, 1.3fr);
  gap: 8px;
  min-width: 0;
}

.bge-inventory-search .tmx-lookup-form__actions .tmx-action {
  min-height: 46px;
  padding: 9px 12px;
  color: var(--bge-copper-dark);
  background: transparent;
  border: 1px solid var(--bge-copper);
  border-radius: 0;
  font-size: 0.69rem;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition), transform var(--transition);
}

.bge-inventory-search .tmx-lookup-form__actions .tmx-action--primary {
  color: var(--bge-white);
  background: var(--bge-copper);
  border-color: var(--bge-copper);
}

.bge-inventory-search .tmx-lookup-form__actions .tmx-action:hover {
  color: var(--bge-white);
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
  transform: translateY(-1px);
}

.bge-inventory-search .tmx-lookup-form__actions .tmx-action:active {
  transform: translateY(0);
}

.bge-inventory-search select:focus-visible,
.bge-inventory-search input:focus-visible,
.bge-inventory-search button:focus-visible {
  outline: 3px solid var(--bge-focus);
  outline-offset: 0;
}

@media (max-width: 1100px) {
  .bge-hero-slide__caption-inner {
    grid-template-columns: 58px minmax(0, 1.35fr) minmax(220px, 0.65fr);
    gap: 22px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .bge-hero-slide__caption h1,
  .bge-hero-slide__caption h2 {
    font-size: clamp(2rem, 4vw, 2.85rem);
  }

  .bge-inventory-search .tmx-lookup-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bge-inventory-search .tmx-lookup-form__title {
    max-width: none;
  }

  .bge-inventory-search .tmx-lookup-form__title span {
    display: inline-block;
    margin: 0 7px 0 0;
  }
}

@media (max-width: 900px) {
  .bge-home-hero {
    --bge-hero-media-height: 380px;
    --bge-hero-caption-height: 220px;
  }

  .bge-hero-slide__caption-inner {
    grid-template-columns: 52px minmax(0, 1fr);
    align-content: center;
    gap: 12px 20px;
  }

  .bge-hero-slide__marker {
    grid-column: 1;
    grid-row: 1;
  }

  .bge-hero-slide__caption h1,
  .bge-hero-slide__caption h2 {
    grid-column: 2;
    grid-row: 1;
  }

  .bge-hero-slide__summary {
    grid-column: 2;
    grid-row: 2;
  }

  .bge-inventory-search .tmx-lookup-form__form {
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.82fr);
  }

  .bge-inventory-search .tmx-lookup-form__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .bge-home-intro {
    padding-top: calc(var(--top-bar-height) + var(--header-height));
  }

  .bge-home-hero {
    --bge-hero-media-height: 320px;
    --bge-hero-caption-height: 240px;
  }

  .bge-hero-slide__caption-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 11px;
    padding: 19px 22px 22px;
  }

  .bge-hero-slide__marker {
    align-self: auto;
    padding: 0;
  }

  .bge-hero-slide__caption h1,
  .bge-hero-slide__caption h2 {
    max-width: 19ch;
    font-size: clamp(1.85rem, 6.5vw, 2.35rem);
    line-height: 1.01;
  }

  .bge-hero-slide__summary {
    max-width: 58ch;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .bge-home-hero__controls {
    top: calc(var(--bge-hero-media-height) - 52px);
    right: 12px;
    height: 38px;
  }

  .bge-home-hero__controls .swiper-button-prev,
  .bge-home-hero__controls .swiper-button-next {
    width: 38px;
    height: 36px;
    flex-basis: 38px;
  }

  .bge-home-hero__controls .swiper-pagination {
    min-width: 76px;
    height: 36px;
    padding: 0 8px;
  }

  .bge-inventory-search .tmx-lookup-form {
    width: min(calc(100% - 32px), var(--container));
    padding: 22px 0;
  }
}

@media (max-width: 620px) {
  .bge-home-hero {
    --bge-hero-media-height: 300px;
    --bge-hero-caption-height: 255px;
  }

  .bge-hero-slide--work .bge-hero-slide__media video,
  .bge-hero-slide--yard .bge-hero-slide__media video {
    object-position: 60% center;
  }

  .bge-hero-slide--team .bge-hero-slide__media img {
    object-position: center;
  }

  .bge-hero-slide__caption-inner {
    padding: 18px;
  }

  .bge-hero-slide__caption h1,
  .bge-hero-slide__caption h2 {
    font-size: clamp(1.65rem, 7.7vw, 2rem);
  }

  .bge-inventory-search .tmx-lookup-form {
    padding: 20px 0 22px;
  }

  .bge-inventory-search .tmx-lookup-form__form,
  .bge-inventory-search .tmx-lookup-form__row {
    grid-template-columns: 1fr;
  }

  .bge-inventory-search .tmx-lookup-form__actions {
    grid-column: 1;
    grid-template-columns: minmax(92px, 0.72fr) minmax(142px, 1.28fr);
  }
}

@media (max-width: 420px) {
  .bge-home-hero {
    --bge-hero-media-height: 280px;
    --bge-hero-caption-height: 270px;
  }

  .bge-hero-slide--team .bge-hero-slide__media img {
    object-fit: contain;
  }

  .bge-hero-slide__caption-inner {
    padding: 17px 16px 19px;
  }

  .bge-hero-slide__caption h1,
  .bge-hero-slide__caption h2 {
    font-size: clamp(1.5rem, 8.8vw, 1.85rem);
  }

  .bge-hero-slide__summary {
    font-size: 0.79rem;
  }

  .bge-home-hero__controls {
    right: 8px;
  }

  .bge-home-hero__controls .swiper-pagination {
    min-width: 68px;
    gap: 5px;
  }

  .bge-home-hero__controls .swiper-pagination-bullet {
    width: 11px;
  }

  .bge-home-hero__controls .swiper-pagination-bullet-active {
    width: 22px;
  }

  .bge-inventory-search .tmx-lookup-form__actions .tmx-action {
    padding-inline: 9px;
    font-size: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-hero-slide__caption-inner > *,
  .bge-home-hero__controls .swiper-button-prev,
  .bge-home-hero__controls .swiper-button-next,
  .bge-home-hero__controls .swiper-pagination-bullet,
  .bge-inventory-search select,
  .bge-inventory-search input,
  .bge-inventory-search button {
    transition: none !important;
  }

  .bge-hero-slide__caption-inner > * {
    transform: none !important;
  }
}

/* ========================================================================== 
   INVENTORY ARCHIVE + TAXONOMIES — FIELD PROVEN CATALOG
   ========================================================================== */

.bge-catalog-hero {
  position: relative;
  min-height: 320px;
  margin-top: calc(var(--top-bar-height) + var(--header-height));
  overflow: hidden;
  background: var(--bge-graphite-deep);
}

.bge-catalog-hero__media {
  position: absolute;
  inset: 0;
  background: url('../images/slider-three.jpg') center 46% / cover no-repeat;
}

.bge-catalog-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 21, 19, 0.24), rgba(20, 21, 19, 0.24)),
    linear-gradient(90deg, rgba(20, 21, 19, 0.72) 0%, rgba(20, 21, 19, 0.36) 46%, rgba(20, 21, 19, 0.08) 78%);
}

.bge-catalog-hero__title-panel {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(460px, calc((100vw - var(--container)) / 2 + 390px), 46%);
  min-height: 320px;
  flex-direction: column;
  justify-content: center;
  padding: 56px 52px 58px max(24px, calc((100vw - var(--container)) / 2));
  color: var(--bge-white);
  background: rgba(29, 30, 27, 0.84);
  border-right: 3px solid var(--bge-copper);
}

.bge-catalog-hero__breadcrumbs {
  margin-bottom: 16px;
  color: var(--bge-copper);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.bge-catalog-hero__breadcrumbs > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.bge-catalog-hero__breadcrumbs a,
.bge-catalog-hero__breadcrumbs span {
  color: inherit;
}

.bge-catalog-hero__breadcrumbs a:hover {
  color: var(--bge-white);
}

.bge-catalog-hero__title {
  max-width: 11ch;
  margin: 0;
  color: var(--bge-white);
  font-size: clamp(2.7rem, 4.6vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.bge-catalog-categories {
  position: relative;
  z-index: 2;
  background: var(--bge-white);
}

.bge-catalog-categories__rail {
  display: flex;
  min-height: 76px;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(18px, 2.4vw, 38px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--bge-copper) var(--bge-limestone);
}

.bge-catalog-categories__link {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 8px 0 6px;
  color: var(--bge-graphite);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 260ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-catalog-categories__link::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--bge-copper);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-catalog-categories__link:hover,
.bge-catalog-categories__link.is-active {
  color: var(--bge-copper-dark);
}

.bge-catalog-categories__link:hover::after,
.bge-catalog-categories__link.is-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.bge-catalog {
  padding: 0 0 clamp(88px, 9vw, 132px);
  background:
    linear-gradient(rgba(41, 42, 38, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 42, 38, 0.025) 1px, transparent 1px),
    var(--bge-paper);
  background-size: 32px 32px;
}

.bge-catalog-filter-board {
  padding: 32px 26px 30px;
  background: rgba(255, 253, 250, 0.94);
  border-right: 1px solid var(--bge-line);
  border-bottom: 1px solid var(--bge-line);
  border-left: 1px solid var(--bge-line);
  box-shadow: inset 0 3px 0 var(--bge-copper);
}

.bge-catalog-filter-board__title {
  margin: 0 0 22px;
  color: var(--bge-copper-dark);
  font-size: 0.88rem;
  line-height: 1.25;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.bge-catalog-filter {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 24px;
  align-items: end;
}

.bge-catalog-filter__field {
  display: flex;
  min-width: 0;
  grid-column: span 2;
  flex-direction: column;
  gap: 7px;
}

.bge-catalog-filter__field label {
  color: var(--bge-graphite);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.bge-catalog-filter__field select,
.bge-catalog-filter__field input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  color: #4f514c;
  background-color: var(--bge-white);
  border: 1px solid var(--bge-line);
  border-radius: 0;
  font-size: 0.8rem;
  transition:
    border-color 260ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 260ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 260ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-catalog-filter__field select {
  padding-right: 42px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m3 5 4 4 4-4' fill='none' stroke='%23292a26' stroke-width='1.4' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.bge-catalog-filter__field input::placeholder {
  color: #7a7c76;
  opacity: 1;
}

.bge-catalog-filter__field select:hover,
.bge-catalog-filter__field input:hover {
  border-color: var(--bge-steel);
}

.bge-catalog-filter__field select:focus-visible,
.bge-catalog-filter__field input:focus-visible,
.bge-catalog-filter__reset:focus-visible,
.bge-catalog-filter__submit:focus-visible,
.bge-equipment-card__media a:focus-visible,
.bge-equipment-card__title a:focus-visible,
.bge-equipment-card__cta:focus-visible,
.bge-catalog-categories__link:focus-visible,
.bge-catalog-pagination a:focus-visible {
  outline: 3px solid var(--bge-focus);
  outline-offset: 0;
}

.bge-catalog-filter__field select:focus-visible,
.bge-catalog-filter__field input:focus-visible {
  outline: none;
  border-color: var(--bge-line);
  box-shadow: inset 0 -2px 0 var(--bge-copper);
}

.bge-catalog-filter__actions {
  display: grid;
  min-width: 0;
  min-height: 48px;
  grid-column: span 2;
  grid-template-columns: minmax(92px, 0.78fr) minmax(138px, 1.22fr);
  gap: 12px;
}

.bge-catalog-filter__reset,
.bge-catalog-filter__submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 2px solid var(--bge-copper);
  border-radius: 0;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
  transition:
    color 300ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 300ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 300ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 300ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-catalog-filter__reset {
  color: var(--bge-copper-dark);
  background: transparent;
}

.bge-catalog-filter__submit {
  color: var(--bge-white);
  background: var(--bge-copper);
  border-color: var(--bge-copper);
}

.bge-catalog-filter__reset:hover {
  color: var(--bge-white);
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
}

.bge-catalog-filter__submit:hover {
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
}

.bge-catalog-filter__reset:active,
.bge-catalog-filter__submit:active {
  transform: translateY(1px) scale(0.985);
}

.bge-catalog-results {
  width: 100%;
  padding-top: 0;
}

.bge-catalog-intro {
  padding: 28px 26px;
  color: #52544f;
  background: var(--bge-limestone);
  border-right: 1px solid var(--bge-line);
  border-bottom: 1px solid var(--bge-line);
  border-left: 1px solid var(--bge-line);
  font-size: 0.96rem;
  line-height: 1.75;
}

.bge-catalog-intro p:last-child {
  margin-bottom: 0;
}

.bge-catalog-results__header {
  padding: 20px 26px 18px;
  background: var(--bge-white);
  border-right: 1px solid var(--bge-line);
  border-bottom: 1px solid var(--bge-line);
  border-left: 1px solid var(--bge-line);
}

.bge-catalog-results__heading-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.bge-catalog-results__heading-row h2 {
  margin: 0;
  color: var(--bge-graphite);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.bge-catalog-results__heading-row span,
.bge-catalog-results__header p {
  color: var(--bge-steel);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}

.bge-catalog-results__header p {
  margin: 5px 0 0;
}

.bge-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 24px 0 0;
}

.bge-equipment-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--bge-white);
  border: 1px solid var(--bge-line);
  box-shadow: 0 12px 34px rgba(45, 40, 31, 0.08);
  transition:
    transform 520ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 520ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-equipment-card:hover {
  border-color: rgba(47, 107, 79, 0.56);
  box-shadow: 0 22px 52px rgba(45, 40, 31, 0.13);
  transform: translateY(-4px);
}

.bge-equipment-card__media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid var(--bge-line);
}

.bge-equipment-card__media a {
  display: block;
  width: 100%;
  height: 100%;
}

.bge-equipment-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 620ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-equipment-card:hover .bge-equipment-card__media img {
  transform: scale(1.018);
}

.bge-equipment-card__price {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 13px 7px;
  color: var(--bge-white);
  background: var(--bge-graphite-deep);
  border-left: 3px solid var(--bge-copper);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.45vw, 1.26rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.bge-equipment-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.bge-equipment-card__title {
  margin: 0 0 16px;
  color: var(--bge-graphite);
  font-size: clamp(1.05rem, 1.6vw, 1.34rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.bge-equipment-card__title a {
  transition: color 260ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-equipment-card__title a:hover {
  color: var(--bge-copper-dark);
}

.bge-equipment-card__specs {
  margin: 0 0 18px;
}

.bge-equipment-card__specs li {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(92px, 0.72fr) minmax(0, 1.28fr);
  gap: 12px;
  padding: 9px 0;
  color: #5b5d57;
  border-bottom: 1px dashed var(--bge-line);
  font-size: 0.77rem;
  line-height: 1.45;
}

.bge-equipment-card__specs li:first-child {
  border-top: 1px dashed var(--bge-line);
}

.bge-equipment-card__specs strong {
  color: var(--bge-graphite);
  font-weight: 750;
}

.bge-equipment-card__specs span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}

.bge-equipment-card__cta {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 14px;
  color: var(--bge-copper-dark);
  background: transparent;
  border: 2px solid var(--bge-copper);
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition:
    color 300ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 300ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 300ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-equipment-card__cta:hover {
  color: var(--bge-white);
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
}

.bge-equipment-card__cta:active {
  transform: translateY(1px) scale(0.99);
}

.bge-catalog-pagination {
  display: flex;
  width: 100%;
  min-height: 78px;
  clear: both;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 14px 22px;
  background: var(--bge-limestone);
  border: 1px solid var(--bge-line);
}

.bge-catalog-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.bge-catalog-pagination li {
  list-style: none;
}

.bge-catalog-pagination a.page-numbers,
.bge-catalog-pagination span.page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: var(--bge-graphite);
  background: transparent;
  border: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  transition:
    color 260ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 260ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 260ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 260ms cubic-bezier(0.32, 0.72, 0, 1);
}

.bge-catalog-pagination a.page-numbers:hover {
  color: var(--bge-copper-dark);
  background: var(--bge-white);
  border-color: var(--bge-line);
  transform: translateY(-2px);
}

.bge-catalog-pagination span.page-numbers.current {
  color: var(--bge-white);
  background: var(--bge-copper-dark);
  border-color: var(--bge-copper-dark);
}

.bge-catalog-empty {
  display: grid;
  min-height: 320px;
  place-content: center;
  padding: 56px 28px;
  text-align: center;
  background: var(--bge-limestone);
  border: 1px solid var(--bge-line);
  border-top: 4px solid var(--bge-copper);
}

.bge-catalog-empty__index {
  margin-bottom: 14px;
  color: var(--bge-copper);
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 750;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.bge-catalog-empty h2 {
  margin: 0 0 10px;
  color: var(--bge-graphite);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

@media (max-width: 1100px) {
  .bge-catalog-categories__rail {
    justify-content: flex-start;
  }

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

  .bge-catalog-filter__field,
  .bge-catalog-filter__actions {
    grid-column: span 1;
  }

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

@media (max-width: 1024px) {
  .bge-catalog-hero {
    display: flex;
    min-height: 0;
    margin-top: 0;
    flex-direction: column;
    padding-top: calc(var(--top-bar-height) + var(--header-height) + 4px);
  }

  .bge-catalog-hero__title-panel {
    width: 100%;
    min-height: 220px;
    padding: 38px 24px 42px;
    border-right: 0;
    border-bottom: 3px solid var(--bge-copper);
  }

  .bge-catalog-hero__media {
    position: relative;
    order: 2;
    min-height: 240px;
  }

  .bge-catalog-hero__media::after {
    background: linear-gradient(rgba(20, 21, 19, 0.2), rgba(20, 21, 19, 0.2));
  }

  .bge-catalog-hero__title {
    font-size: clamp(2.55rem, 6vw, 3.6rem);
  }
}

@media (max-width: 767px) {
  .bge-catalog-hero__title-panel {
    min-height: 196px;
    padding: 34px 16px 38px;
  }

  .bge-catalog-hero__breadcrumbs {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .bge-catalog-hero__title {
    max-width: 100%;
    font-size: clamp(2.2rem, 9vw, 2.85rem);
    overflow-wrap: anywhere;
  }

  .bge-catalog-hero__media {
    min-height: 200px;
  }

  .bge-catalog-categories__rail {
    min-height: 64px;
    gap: 24px;
  }

  .bge-catalog-filter-board {
    padding: 26px 16px 24px;
  }

  .bge-catalog-filter {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bge-catalog-filter__actions {
    grid-template-columns: minmax(94px, 0.78fr) minmax(154px, 1.22fr);
  }

  .bge-catalog-intro,
  .bge-catalog-results__header {
    padding-inline: 16px;
  }

  .bge-catalog-results__heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .bge-equipment-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding-top: 20px;
  }

  .bge-equipment-card__body {
    padding: 20px 18px 18px;
  }

  .bge-equipment-card__specs li {
    grid-template-columns: minmax(90px, 0.72fr) minmax(0, 1.28fr);
  }

  .bge-catalog-pagination {
    min-height: 70px;
    margin-top: 24px;
    padding: 12px 10px;
  }

  .bge-catalog-pagination ul.page-numbers {
    gap: 3px;
  }

  .bge-catalog-pagination a.page-numbers,
  .bge-catalog-pagination span.page-numbers {
    min-width: 38px;
    min-height: 38px;
    padding: 6px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bge-catalog-categories__link,
  .bge-catalog-categories__link::after,
  .bge-catalog-filter__field select,
  .bge-catalog-filter__field input,
  .bge-catalog-filter__reset,
  .bge-catalog-filter__submit,
  .bge-equipment-card,
  .bge-equipment-card__media img,
  .bge-equipment-card__title a,
  .bge-equipment-card__cta,
  .bge-catalog-pagination a.page-numbers {
    transition: none !important;
  }

  .bge-equipment-card:hover,
  .bge-equipment-card:hover .bge-equipment-card__media img,
  .bge-catalog-pagination a.page-numbers:hover {
    transform: none;
  }
}
