:root {
  --ecms-ink: #111315;
  --ecms-graphite: #252a2e;
  --ecms-steel: #697177;
  --ecms-mist: #eef0f1;
  --ecms-white: #fff;
  --ecms-accent: #d71920;
  --ecms-accent-dark: #a50f16;
  --ecms-border: #dfe3e5;
  --ecms-radius: 18px;
  --ecms-shadow: 0 18px 50px rgba(17, 19, 21, 0.08);
  --ecms-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ecms-ink);
  background: var(--ecms-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--ecms-accent-dark); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--ecms-ink); }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }

.container { width: min(calc(100% - 2rem), var(--ecms-container)); margin-inline: auto; }
.content-narrow { max-width: 800px; }
.content-layout { padding-block: clamp(3rem, 7vw, 7rem); }
.site-main { min-height: 50vh; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  clip: auto !important; width: auto; height: auto; margin: 0; padding: .75rem 1rem;
  top: .75rem; left: .75rem; z-index: 100000; background: #fff; color: #000;
}

.site-header {
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(17, 19, 21, .96);
  color: #fff;
  backdrop-filter: blur(16px);
}
.site-header__inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.site-branding__text { display: inline-flex; align-items: center; gap: .75rem; color: #fff; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.site-branding__mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--ecms-accent); font-size: .8rem; letter-spacing: .05em; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 56px; width: auto; }
.primary-navigation { justify-self: end; }
.primary-navigation ul { display: flex; gap: 1.5rem; align-items: center; list-style: none; margin: 0; padding: 0; }
.primary-navigation a { color: rgba(255,255,255,.82); font-size: .94rem; font-weight: 650; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: #fff; }
.site-header__actions { display: flex; align-items: center; }
.header-cart { display: inline-flex; align-items: center; gap: .55rem; color: #fff; text-decoration: none; font-weight: 700; }
.header-cart__count { display: grid; place-items: center; min-width: 1.65rem; height: 1.65rem; padding-inline: .35rem; border-radius: 999px; background: var(--ecms-accent); color: #111; font-size: .78rem; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 24px; height: 2px; background: currentColor; content: ""; }
.menu-toggle__icon { position: relative; margin-top: .4rem; }
.menu-toggle__icon::before { position: absolute; top: -7px; }
.menu-toggle__icon::after { position: absolute; top: 7px; }

.hero { overflow: hidden; background: radial-gradient(circle at 75% 35%, #3b4045 0, #171a1d 35%, #0d0f11 75%); color: #fff; }
.hero__grid { min-height: min(760px, 78vh); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(2rem, 8vw, 7rem); align-items: center; padding-block: clamp(5rem, 10vw, 9rem); }
.eyebrow { margin: 0 0 .8rem; color: var(--ecms-accent); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(2.8rem, 7vw, 6.5rem); line-height: .96; letter-spacing: -.055em; }
.hero__lead { max-width: 680px; margin: 1.5rem 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.25rem; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.25rem;
  border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover, .wp-element-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-1px); }
.button--primary, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--ecms-accent); color: #111; }
.button--primary:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #ef343b; color: #111; }
.button--secondary { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.04); }
.button--secondary:hover { border-color: rgba(255,255,255,.5); color: #fff; }
.hero__visual { display: grid; place-items: center; min-height: 360px; }
.hero__target { position: relative; width: min(420px, 80vw); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: inset 0 0 0 55px rgba(255,255,255,.03), inset 0 0 0 110px rgba(255,255,255,.025), 0 0 80px rgba(215,25,32,.16); }
.hero__target::before, .hero__target::after { position: absolute; inset: 50% auto auto 50%; content: ""; background: rgba(255,255,255,.2); transform: translate(-50%, -50%); }
.hero__target::before { width: 120%; height: 1px; }
.hero__target::after { width: 1px; height: 120%; }
.hero__target span { position: absolute; inset: 50% auto auto 50%; width: 18px; height: 18px; border-radius: 50%; background: var(--ecms-accent); box-shadow: 0 0 35px var(--ecms-accent); transform: translate(-50%, -50%); }

.section { padding-block: clamp(4rem, 9vw, 8rem); }
.section--muted { background: var(--ecms-mist); }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading--split { max-width: none; display: flex; gap: 2rem; justify-content: space-between; align-items: end; }
.section-heading h2, .page-header h1, .entry-title { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.04em; }
.text-link { font-weight: 800; }
.caliber-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.caliber-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; border-radius: var(--ecms-radius); background: var(--ecms-ink); color: #fff; text-decoration: none; box-shadow: var(--ecms-shadow); transition: transform .2s ease; }
.caliber-card:hover { color: #fff; transform: translateY(-4px); }
.caliber-card__value { font-size: clamp(4rem, 10vw, 8rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; color: var(--ecms-accent); }
.page-content-section:empty { display: none; }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.post-card { overflow: hidden; border: 1px solid var(--ecms-border); border-radius: var(--ecms-radius); background: #fff; box-shadow: 0 12px 36px rgba(17,19,21,.05); }
.post-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--ecms-mist); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.post-card__content { padding: 1.35rem; }
.post-card__title { margin: 0; font-size: 1.25rem; line-height: 1.25; }
.post-card__title a { color: var(--ecms-ink); text-decoration: none; }
.entry-header { margin-bottom: 2rem; }
.entry-meta { color: var(--ecms-steel); }
.entry-thumbnail { margin-bottom: 2rem; }
.entry-content > * + * { margin-top: 1.25rem; }
.entry-content h2, .entry-content h3 { line-height: 1.2; }
.not-found { padding-block: clamp(5rem, 12vw, 10rem); }

.site-footer { padding-top: 4rem; background: #0d0f11; color: rgba(255,255,255,.67); }
.site-footer__grid { display: grid; grid-template-columns: 1.1fr .9fr .7fr; gap: 3rem; padding-bottom: 3rem; }
.site-footer__brand { color: #fff; font-size: 1.15rem; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer__bottom { padding-block: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .88rem; }

/* WooCommerce */
.site-main--shop { padding-block: clamp(3rem, 6vw, 6rem); }
.woocommerce .woocommerce-breadcrumb { color: var(--ecms-steel); font-size: .88rem; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 1rem; border: 1px solid var(--ecms-border); border-radius: var(--ecms-radius); background: #fff; box-shadow: 0 12px 36px rgba(17,19,21,.05); }
.woocommerce ul.products li.product a img { border-radius: calc(var(--ecms-radius) - 6px); background: var(--ecms-mist); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ecms-ink); font-size: 1.05rem; line-height: 1.3; }
.woocommerce ul.products li.product .price { color: var(--ecms-accent-dark); font-weight: 850; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); gap: clamp(2rem, 6vw, 5rem); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product .product_title { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.04em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ecms-accent-dark); font-size: 1.5rem; font-weight: 900; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--ecms-border); border-radius: 12px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: 12px; border-top-color: var(--ecms-accent); }
.woocommerce table.shop_table { border-radius: var(--ecms-radius); overflow: hidden; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { min-height: 48px; padding: .7rem .85rem; border: 1px solid #cfd5d8; border-radius: 10px; background: #fff; }
.woocommerce-checkout #payment { border-radius: var(--ecms-radius); background: var(--ecms-mist); }

@media (max-width: 900px) {
  .site-header__inner { grid-template-columns: 1fr auto auto; gap: 1rem; }
  .menu-toggle { display: inline-flex; flex-direction: column; align-items: center; gap: .2rem; }
  .menu-toggle__label { font-size: .75rem; }
  .primary-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem; background: var(--ecms-ink); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-navigation a { display: block; padding: .85rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 260px; }
  .hero__target { width: min(300px, 70vw); }
  .post-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 1.25rem), var(--ecms-container)); }
  .site-header__inner { min-height: 68px; }
  .site-branding__text > span:last-child { display: none; }
  .header-cart__label { display: none; }
  .hero__grid { min-height: auto; padding-block: 4.5rem; }
  .hero__visual { display: none; }
  .caliber-grid, .post-grid, .woocommerce ul.products, .site-footer__grid { grid-template-columns: 1fr; }
  .section-heading--split { align-items: flex-start; flex-direction: column; }
  .woocommerce ul.products[class*=columns-] li.product { width: auto !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* WooCommerce single-product layout — v0.2.0 */
body.single-product .site-main--shop {
  padding-block: clamp(2.25rem, 5vw, 5rem);
}

body.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  grid-template-areas:
    "gallery summary"
    "tabs    summary";
  column-gap: clamp(2rem, 6vw, 5rem);
  row-gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: start;
}

body.single-product .woocommerce div.product::before,
body.single-product .woocommerce div.product::after {
  display: none;
}

body.single-product .woocommerce div.product > .woocommerce-product-gallery,
body.single-product .woocommerce div.product > .summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

body.single-product .woocommerce div.product > .woocommerce-product-gallery {
  grid-area: gallery;
}

body.single-product .woocommerce div.product > .summary {
  grid-area: summary;
  align-self: start;
}

body.single-product .woocommerce div.product > .woocommerce-tabs {
  grid-area: tabs;
  width: 100%;
  margin: 0;
}

body.single-product .woocommerce div.product > .related,
body.single-product .woocommerce div.product > .upsells {
  grid-column: 1 / -1;
  width: 100%;
  margin: clamp(1rem, 3vw, 2rem) 0 0;
}

body.single-product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.single-product .woocommerce-product-gallery__image {
  overflow: hidden;
  border: 1px solid var(--ecms-border);
  border-radius: var(--ecms-radius);
  background: #fff;
}

body.single-product .woocommerce-product-gallery__image img {
  width: 100%;
}

body.single-product .summary .product_title {
  margin-top: 0;
}

body.single-product .summary .woocommerce-product-details__short-description {
  color: var(--ecms-graphite);
}

body.single-product .product_meta {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ecms-border);
  color: var(--ecms-steel);
  font-size: .9rem;
}

body.single-product .woocommerce-tabs {
  padding-top: 0;
}

body.single-product .woocommerce-tabs ul.tabs {
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--ecms-border);
}

body.single-product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 .35rem 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px 12px 0 0 !important;
  background: var(--ecms-mist) !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  padding: .8rem 1rem !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
  background: var(--ecms-ink) !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}

body.single-product .woocommerce-tabs .panel {
  max-width: 900px;
  margin: 0 !important;
}

body.single-product .related > h2,
body.single-product .upsells > h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

/* Technical specifications from EC Match Slugs Core. */
.ecms-product-specs {
  margin: 1.75rem 0;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--ecms-border);
  border-radius: 16px;
  background: var(--ecms-mist);
}

.ecms-product-specs h2 {
  margin: 0 0 .65rem;
  font-size: 1.15rem;
  line-height: 1.25;
}

.ecms-product-specs dl {
  margin: 0;
}

.ecms-product-specs__row {
  display: grid;
  grid-template-columns: minmax(150px, .85fr) minmax(0, 1.15fr);
  gap: 1rem;
  padding: .55rem 0;
  border-top: 1px solid rgba(105, 113, 119, .2);
}

.ecms-product-specs__row:first-child {
  border-top: 0;
}

.ecms-product-specs dt,
.ecms-product-specs dd {
  margin: 0;
}

.ecms-product-specs dt {
  color: var(--ecms-steel);
  font-size: .88rem;
  font-weight: 700;
}

.ecms-product-specs dd {
  color: var(--ecms-ink);
  font-weight: 750;
  text-align: right;
}

@media (max-width: 900px) {
  body.single-product .woocommerce div.product {
    grid-template-columns: 1fr;
    grid-template-areas:
      "gallery"
      "summary"
      "tabs";
    row-gap: 2rem;
  }

  body.single-product .woocommerce div.product > .woocommerce-product-gallery {
    grid-area: gallery;
  }

  body.single-product .woocommerce div.product > .summary {
    grid-area: summary;
  }

  body.single-product .woocommerce div.product > .woocommerce-tabs {
    grid-area: tabs;
  }

  body.single-product .woocommerce div.product > .related,
  body.single-product .woocommerce div.product > .upsells {
    grid-column: 1;
  }
}

@media (max-width: 520px) {
  .ecms-product-specs__row {
    grid-template-columns: 1fr;
    gap: .15rem;
  }

  .ecms-product-specs dd {
    text-align: left;
  }
}



/* Product information immediately below the image — v0.3.0 */
@media (min-width: 901px) {
  body.single-product .woocommerce-tabs {
    min-width: 0;
  }

  body.single-product .woocommerce-tabs .panel {
    max-width: none;
  }

  body.single-product .woocommerce-tabs .panel > :first-child {
    margin-top: 0;
  }

  body.single-product .woocommerce-tabs .panel > :last-child {
    margin-bottom: 0;
  }
}
/* ================================================================
   EC Match Slugs brand system and product redesign — v0.4.0
   ================================================================ */

:root {
  --ecms-red: #d71920;
  --ecms-red-dark: #a50f16;
  --ecms-red-soft: #fff0f0;
  --ecms-black: #0d0e10;
  --ecms-charcoal: #191b1e;
  --ecms-paper: #f4f3f1;
  --ecms-warm-white: #fbfaf8;
  --ecms-line: #dedbd6;
  --ecms-card-shadow: 0 24px 70px rgba(15, 16, 18, .09);
  --ecms-container: 1320px;
}

body {
  background: var(--ecms-warm-white);
  color: var(--ecms-black);
}

a {
  color: var(--ecms-red-dark);
}

.site-header {
  border-top: 4px solid var(--ecms-red);
  border-bottom-color: rgba(255,255,255,.08);
  background: rgba(13,14,16,.975);
  box-shadow: 0 10px 35px rgba(0,0,0,.16);
}

.site-header__inner {
  min-height: 84px;
}

.site-branding__logo,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-branding__logo img,
.custom-logo {
  display: block;
  width: auto;
  max-width: 245px;
  max-height: 62px;
  object-fit: contain;
}

.primary-navigation a {
  position: relative;
  font-weight: 750;
}

.primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -.55rem;
  left: 0;
  height: 2px;
  content: "";
  background: var(--ecms-red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after {
  transform: scaleX(1);
}

.header-cart {
  padding: .62rem .82rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}

.header-cart:hover {
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
}

.header-cart__icon {
  display: inline-flex;
}

.header-cart__count {
  background: var(--ecms-red);
  color: #fff;
}

.button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--ecms-red);
  color: #fff;
  box-shadow: 0 10px 25px rgba(215,25,32,.20);
}

.button--primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--ecms-red-dark);
  color: #fff;
}

.site-footer {
  position: relative;
  padding-top: 4.5rem;
  background: var(--ecms-black);
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--ecms-red);
}

.site-footer__grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) minmax(0, .6fr);
}

.site-footer__identity {
  max-width: 510px;
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 1.4rem;
}

.site-footer__logo img {
  display: block;
  width: auto;
  max-width: 265px;
  max-height: 82px;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer__made {
  color: rgba(255,255,255,.42);
}

/* Dedicated product page. */
body.single-product {
  background:
    linear-gradient(180deg, var(--ecms-paper) 0, var(--ecms-warm-white) 670px);
}

body.single-product .site-main--shop {
  padding-block: clamp(1.5rem, 3vw, 3rem) clamp(4rem, 7vw, 7rem);
}

body.single-product .woocommerce {
  width: 100%;
}

body.single-product .woocommerce div.product.ecms-single-product {
  display: block !important;
  width: 100%;
  margin: 0;
}

.ecms-product-breadcrumb {
  margin-bottom: 1rem;
}

.ecms-product-breadcrumb .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
  color: #777b80;
  font-size: .82rem;
  font-weight: 650;
}

.ecms-product-breadcrumb a {
  color: #555a5e;
  text-decoration: none;
}

.ecms-product-breadcrumb a:hover {
  color: var(--ecms-red);
}

.ecms-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(1.4rem, 3.5vw, 3rem);
  align-items: start;
}

.ecms-product-left {
  display: grid;
  gap: 1.35rem;
  min-width: 0;
}

.ecms-product-gallery-card,
.ecms-product-description-card,
.ecms-product-summary-card {
  border: 1px solid var(--ecms-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ecms-card-shadow);
}

.ecms-product-gallery-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.ecms-product-gallery-card__accent {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--ecms-red);
}

.ecms-product-gallery-card .onsale {
  z-index: 4;
}

.ecms-product-gallery-card .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.ecms-product-gallery-card .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.ecms-product-gallery-card .woocommerce-product-gallery__image {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
}

.ecms-product-gallery-card .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.ecms-product-description-card {
  padding: clamp(1.5rem, 3vw, 2.35rem);
}

.ecms-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--ecms-line);
}

.ecms-section-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.ecms-section-kicker {
  color: var(--ecms-red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ecms-product-description-content {
  color: #303438;
  font-size: .98rem;
}

.ecms-product-description-content > :first-child {
  margin-top: 0;
}

.ecms-product-description-content > :last-child {
  margin-bottom: 0;
}

.ecms-product-description-content h2,
.ecms-product-description-content h3 {
  margin-top: 1.75rem;
  color: var(--ecms-black);
  font-size: 1.12rem;
  letter-spacing: -.015em;
}

.ecms-product-description-content ul {
  padding-left: 1.25rem;
}

.ecms-product-summary-card {
  position: sticky;
  top: 112px;
  overflow: hidden;
  padding: clamp(1.65rem, 3.5vw, 2.8rem);
}

.ecms-product-summary-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  background: var(--ecms-red);
}

.ecms-product-brandline {
  display: inline-flex;
  margin-bottom: .8rem;
  color: var(--ecms-red);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body.single-product .ecms-product-summary-card .product_title {
  margin: 0;
  color: var(--ecms-black);
  font-size: clamp(2.35rem, 4.2vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.055em;
}

body.single-product .ecms-product-summary-card p.price,
body.single-product .ecms-product-summary-card span.price {
  display: block;
  margin: 1.05rem 0;
  color: var(--ecms-red);
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  font-weight: 950;
}

.ecms-product-summary-card .woocommerce-product-details__short-description {
  margin-top: 1rem;
  color: #45494d;
  font-size: 1rem;
  line-height: 1.7;
}

.ecms-product-summary-divider {
  height: 1px;
  margin: 1.45rem 0;
  background: var(--ecms-line);
}

.ecms-product-summary-card .ecms-product-specs {
  margin: 0 0 1.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ecms-product-summary-card .ecms-product-specs h2 {
  margin: 0 0 .75rem;
  font-size: 1.15rem;
}

.ecms-product-summary-card .ecms-product-specs__row {
  grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr);
  padding: .62rem 0;
  border-color: var(--ecms-line);
}

.ecms-product-summary-card .ecms-product-specs dt {
  color: #6d7277;
  font-size: .82rem;
}

.ecms-product-summary-card .ecms-product-specs dd {
  color: var(--ecms-black);
}

.ecms-product-purchase {
  margin-top: 1.25rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--ecms-line);
}

.ecms-product-purchase .cart {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  align-items: stretch;
  margin: 0 !important;
}

.ecms-product-purchase .quantity .qty {
  min-width: 78px;
  min-height: 54px;
  border-radius: 14px;
  font-weight: 800;
}

.ecms-product-purchase .single_add_to_cart_button {
  flex: 1 1 210px;
  min-height: 54px;
  border-radius: 14px !important;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.ecms-product-purchase .stock {
  width: 100%;
  margin: 0 0 .5rem !important;
  color: #397441 !important;
  font-size: .85rem;
  font-weight: 800;
}

.ecms-product-confidence {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.15rem;
}

.ecms-confidence-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .35rem .65rem;
  border: 1px solid var(--ecms-line);
  border-radius: 999px;
  background: var(--ecms-paper);
  color: #52575b;
  font-size: .72rem;
  font-weight: 800;
}

.ecms-confidence-chip--red {
  border-color: rgba(215,25,32,.2);
  background: var(--ecms-red-soft);
  color: var(--ecms-red-dark);
}

.ecms-product-meta-clean {
  display: grid;
  gap: .85rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ecms-line);
}

.ecms-product-meta-clean > div {
  display: grid;
  gap: .18rem;
}

.ecms-product-meta-clean span {
  color: #777c80;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ecms-product-meta-clean strong {
  color: #303438;
  font-size: .86rem;
  line-height: 1.45;
}

.ecms-product-meta-clean a {
  color: var(--ecms-red-dark);
}

body.single-product .related,
body.single-product .upsells {
  margin-top: clamp(3rem, 6vw, 5.5rem) !important;
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--ecms-line);
}

body.single-product .related > h2,
body.single-product .upsells > h2 {
  color: var(--ecms-black);
}

.woocommerce ul.products li.product {
  border-top: 4px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.woocommerce ul.products li.product:hover {
  border-top-color: var(--ecms-red);
  box-shadow: 0 20px 50px rgba(15,16,18,.10);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product .price {
  color: var(--ecms-red);
}

@media (max-width: 980px) {
  .ecms-product-layout {
    grid-template-columns: 1fr;
  }

  .ecms-product-summary-card {
    position: static;
  }

  .ecms-product-left {
    display: contents;
  }

  .ecms-product-gallery-card {
    order: 1;
  }

  .ecms-product-summary-card {
    order: 2;
  }

  .ecms-product-description-card {
    order: 3;
  }
}

@media (max-width: 620px) {
  .site-branding__logo img,
  .custom-logo {
    max-width: 170px;
    max-height: 48px;
  }

  .site-header__inner {
    min-height: 72px;
  }

  .ecms-product-layout {
    gap: 1rem;
  }

  .ecms-product-gallery-card,
  .ecms-product-description-card,
  .ecms-product-summary-card {
    border-radius: 18px;
  }

  .ecms-product-summary-card {
    padding: 1.35rem;
  }

  body.single-product .ecms-product-summary-card .product_title {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .ecms-product-summary-card .ecms-product-specs__row {
    grid-template-columns: 1fr;
    gap: .1rem;
  }

  .ecms-product-summary-card .ecms-product-specs dd {
    text-align: left;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}
/* ================================================================
   Professional refinements — v0.5.0
   ================================================================ */

.site-header__inner {
  min-height: 92px;
}

.site-branding__logo img,
.custom-logo {
  max-width: 250px;
  max-height: 66px;
}

.primary-navigation {
  margin-left: auto;
}

.primary-navigation .menu {
  display: flex;
  gap: clamp(.85rem, 2vw, 1.65rem);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation a {
  color: rgba(255,255,255,.78);
  font-size: .84rem;
  text-decoration: none;
}

.primary-navigation a:hover {
  color: #fff;
}

.ecms-product-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr);
}

.ecms-product-gallery-card {
  background:
    radial-gradient(circle at 50% 30%, #fff 0, #fff 55%, #f7f5f2 100%);
}

.ecms-product-gallery-card .woocommerce-product-gallery__trigger {
  top: 1.25rem !important;
  right: 1.25rem !important;
  left: auto !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid var(--ecms-line);
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 8px 25px rgba(13,14,16,.10);
}

.ecms-product-gallery-card .woocommerce-product-gallery__trigger::before {
  border-color: var(--ecms-red) !important;
}

.ecms-product-gallery-card .woocommerce-product-gallery__trigger::after {
  background: var(--ecms-red) !important;
}

.ecms-section-heading {
  align-items: flex-start;
  justify-content: flex-start;
}

.ecms-section-heading > div {
  display: grid;
  gap: .35rem;
}

.ecms-section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.ecms-product-description-card {
  padding: clamp(1.6rem, 3vw, 2.5rem);
}

.ecms-product-description-content {
  line-height: 1.75;
}

.ecms-product-description-content h2,
.ecms-product-description-content h3 {
  position: relative;
  margin-top: 1.8rem;
  padding-left: 1rem;
}

.ecms-product-description-content h2::before,
.ecms-product-description-content h3::before {
  position: absolute;
  top: .15em;
  bottom: .15em;
  left: 0;
  width: 3px;
  border-radius: 999px;
  content: "";
  background: var(--ecms-red);
}

.ecms-product-description-content ul {
  margin-bottom: 0;
}

body.single-product .ecms-product-summary-card .product_title {
  max-width: 12ch;
  font-size: clamp(2.25rem, 3.55vw, 3.85rem);
  line-height: 1.01;
  letter-spacing: -.05em;
}

body.single-product .ecms-product-summary-card p.price,
body.single-product .ecms-product-summary-card span.price {
  margin: 1rem 0 1.2rem;
}

.ecms-product-summary-card .woocommerce-product-details__short-description {
  max-width: 58ch;
}

.ecms-product-summary-card .ecms-product-specs__row:nth-child(even) {
  border-radius: 8px;
  background: #faf9f7;
}

.ecms-product-summary-card .ecms-product-specs__row {
  padding-inline: .45rem;
}

.ecms-product-purchase .single_add_to_cart_button {
  box-shadow: 0 12px 28px rgba(215,25,32,.24);
}

.ecms-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem;
  margin-top: .25rem;
}

.ecms-category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .28rem .58rem;
  border: 1px solid rgba(215,25,32,.17);
  border-radius: 999px;
  background: var(--ecms-red-soft);
  color: var(--ecms-red-dark) !important;
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
}

.ecms-category-pill:hover {
  border-color: var(--ecms-red);
  background: var(--ecms-red);
  color: #fff !important;
}

.site-footer {
  padding: 3.5rem 0 0;
}

.site-footer__grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, .55fr) minmax(230px, .7fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.site-footer__logo img {
  max-width: 260px;
  max-height: 78px;
}

.site-footer__identity p {
  max-width: 48ch;
  margin-bottom: 0;
}

.site-footer__links h2,
.site-footer__note h2 {
  margin: 0 0 .85rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer__links .menu {
  display: grid;
  gap: .48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links a {
  color: rgba(255,255,255,.68);
  text-decoration: none;
}

.site-footer__links a:hover {
  color: #fff;
}

.site-footer__note p {
  margin: 0;
  color: rgba(255,255,255,.60);
}

.site-footer__bottom {
  margin-top: 2.5rem;
  padding-block: 1.25rem;
}

@media (max-width: 1080px) {
  .primary-navigation {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation.is-open .menu {
    align-items: stretch;
  }
}

@media (max-width: 980px) {
  .ecms-product-layout {
    grid-template-columns: 1fr;
  }

  body.single-product .ecms-product-summary-card .product_title {
    max-width: none;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__identity {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .site-branding__logo img,
  .custom-logo {
    max-width: 184px;
    max-height: 52px;
  }

  .site-header__inner {
    min-height: 78px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__identity {
    grid-column: auto;
  }
}
/* ================================================================
   Branding, social networks and Spanish navigation — v0.6.0
   ================================================================ */

.site-header__inner {
  gap: clamp(1rem, 2vw, 2rem);
}

.site-branding {
  flex: 0 0 auto;
}

.site-branding__logo img,
.custom-logo {
  width: auto;
  max-width: 220px;
  max-height: 68px;
  filter: none;
}

.primary-navigation {
  flex: 1 1 auto;
}

.primary-navigation .menu {
  justify-content: center;
}

.site-header__actions {
  display: flex;
  gap: .85rem;
  align-items: center;
}

.social-links {
  display: flex;
  gap: .38rem;
  align-items: center;
}

.social-links a,
.social-links span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  color: rgba(255,255,255,.78);
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.social-links svg {
  width: 16px;
  height: 16px;
  overflow: visible;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
}

.social-links svg rect,
.social-links svg circle {
  fill: none;
}

.social-links .social-icon-cutout {
  fill: #0d0e10;
  stroke: none;
}

.social-links a:hover {
  border-color: var(--ecms-red);
  background: var(--ecms-red);
  color: #fff;
  transform: translateY(-2px);
}

.social-link--disabled {
  cursor: default;
  opacity: .42;
}

.social-links--footer {
  margin-top: 1.35rem;
}

.social-links--footer a,
.social-links--footer span {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.035);
}

.hero__brand {
  display: flex;
  min-height: 390px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215,25,32,.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(215,25,32,.08), transparent 60%),
    #fff;
  box-shadow: var(--ecms-card-shadow);
}

.hero__brand img {
  display: block;
  width: min(82%, 620px);
  height: auto;
}

.site-footer__logo img {
  width: auto;
  max-width: 235px;
  max-height: 88px;
  filter: none;
}

.site-footer__identity .social-links {
  justify-content: flex-start;
}

.page .entry-header,
.page .entry-content,
.page .page-content {
  max-width: 900px;
}

@media (max-width: 1180px) {
  .social-links--header {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-branding__logo img,
  .custom-logo {
    max-width: 172px;
    max-height: 55px;
  }

  .hero__brand {
    min-height: 260px;
  }
}


/* ================================================================
   Version 0.6.1 refinements
   ================================================================ */
.site-branding__logo,
.site-branding__logo img {
  display: inline-flex;
  align-items: center;
}

.site-branding__logo img {
  max-width: 232px;
  max-height: 70px;
  width: auto;
  height: auto;
}

.hero__grid {
  min-height: min(700px, 76vh);
}

.hero__visual {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.hero__scope {
  position: relative;
  width: min(500px, 88vw);
  aspect-ratio: 1 / 1;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    radial-gradient(circle at 50% 50%, rgba(215,25,32,.18), transparent 38%),
    rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 0 32px 90px rgba(0,0,0,.35);
  overflow: hidden;
}

.hero__scope::before,
.hero__scope::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__scope::before {
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.11) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(255,255,255,.11) 50%, transparent 50.2%);
}

.hero__scope::after {
  inset: 10%;
  border: 1px dashed rgba(255,255,255,.12);
  border-radius: 28px;
}

.hero__scope-ring {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.18);
}

.hero__scope-ring--outer {
  width: 72%;
  aspect-ratio: 1;
  box-shadow: inset 0 0 0 28px rgba(255,255,255,.02);
}

.hero__scope-ring--inner {
  width: 34%;
  aspect-ratio: 1;
}

.hero__scope-line {
  position: absolute;
  background: rgba(255,255,255,.17);
}

.hero__scope-line--horizontal {
  left: 10%; right: 10%; top: 50%; height: 1px; transform: translateY(-50%);
}

.hero__scope-line--vertical {
  top: 10%; bottom: 10%; left: 50%; width: 1px; transform: translateX(-50%);
}

.hero__scope-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--ecms-accent);
  box-shadow: 0 0 0 6px rgba(215,25,32,.18), 0 0 32px rgba(215,25,32,.55);
}

.hero__scope-badge,
.hero__scope-stat {
  position: absolute;
  padding: .8rem 1rem;
  border-radius: 18px;
  background: rgba(9,10,11,.72);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.hero__scope-badge {
  color: rgba(255,255,255,.92);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.hero__scope-badge--top { top: 8%; left: 50%; transform: translateX(-50%); }
.hero__scope-badge--right { right: 5%; top: 28%; }
.hero__scope-badge--left { left: 5%; top: 61%; }
.hero__scope-badge--bottom { bottom: 8%; left: 50%; transform: translateX(-50%); }

.hero__scope-stat strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.hero__scope-stat span {
  display: block;
  margin-top: .25rem;
  color: rgba(255,255,255,.68);
  font-size: .77rem;
}

.hero__scope-stat--one {
  left: 8%;
  top: 14%;
}

.hero__scope-stat--two {
  right: 8%;
  bottom: 16%;
}

.hero__brand {
  display: none !important;
}

@media (max-width: 960px) {
  .hero__scope {
    width: min(430px, 86vw);
  }

  .hero__scope-badge {
    font-size: .78rem;
    padding: .7rem .9rem;
  }
}

@media (max-width: 620px) {
  .hero__visual {
    min-height: 310px;
  }

  .hero__scope {
    width: min(340px, 90vw);
    border-radius: 24px;
  }

  .hero__scope-badge--right,
  .hero__scope-badge--left {
    display: none;
  }

  .hero__scope-stat {
    padding: .65rem .8rem;
  }
}

/* v0.7.0 — hero interactivo y logos refinados */
.site-branding__logo,
.site-footer__logo {
  display: inline-flex;
  align-items: center;
}

.site-branding__logo img,
.site-footer__logo img {
  display: block;
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.site-branding__logo img,
.custom-logo {
  max-width: 212px;
  max-height: 64px;
}

.site-footer__logo img {
  max-width: 208px;
  max-height: 72px;
}

.hero {
  position: relative;
  background:
    radial-gradient(circle at 78% 28%, rgba(215,25,32,.20), transparent 0 18%, transparent 19%),
    radial-gradient(circle at 78% 28%, rgba(215,25,32,.08), transparent 0 42%, transparent 43%),
    linear-gradient(180deg, #13161a 0%, #0d0f12 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215,25,32,.35), transparent);
}

.hero__grid {
  gap: clamp(2rem, 6vw, 5rem);
}

.hero__content {
  position: relative;
  z-index: 2;
}

.hero__lead {
  max-width: 720px;
}

.hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.hero__highlights li {
  padding: .7rem .95rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  font-weight: 650;
  backdrop-filter: blur(10px);
}

.hero__visual {
  min-height: 520px;
  perspective: 1200px;
}

.hero__scene {
  --hero-target-x: 50%;
  --hero-target-y: 50%;
  --hero-rotate-x: 0deg;
  --hero-rotate-y: 0deg;
  position: relative;
  width: min(100%, 560px);
  min-height: 520px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-top: 2px solid rgba(215,25,32,.9);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015)),
    radial-gradient(circle at 50% 50%, rgba(215,25,32,.10), transparent 0 45%, transparent 46%),
    linear-gradient(135deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  box-shadow: 0 30px 90px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08);
  transform: rotateX(var(--hero-rotate-x)) rotateY(var(--hero-rotate-y));
  transition: transform .16s ease-out, box-shadow .2s ease;
}

.hero__scene.is-active {
  box-shadow: 0 36px 110px rgba(0,0,0,.42), 0 0 60px rgba(215,25,32,.18), inset 0 1px 0 rgba(255,255,255,.08);
}

.hero__scene::before,
.hero__scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__scene::before {
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.95), rgba(0,0,0,.55));
}

.hero__scene::after {
  background: radial-gradient(circle at var(--hero-target-x) var(--hero-target-y), rgba(215,25,32,.18), transparent 0 12%, transparent 13%);
}

.hero__ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .65;
}

.hero__ambient--one {
  top: 46px;
  right: 50px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(215,25,32,.40), rgba(215,25,32,0));
}

.hero__ambient--two {
  left: -50px;
  bottom: 32px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255,255,255,.14), rgba(255,255,255,0));
}

.hero__scope-text {
  position: absolute;
  top: 26px;
  left: 28px;
  color: rgba(255,255,255,.65);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.hero__product-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(88%, 430px);
  padding: 2.4rem 2rem 1.8rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 55px rgba(0,0,0,.20);
  transform: translate(-50%, -50%);
}

.hero__product-mark::before {
  content: "EC MATCH SLUGS";
  display: block;
  margin-bottom: 1rem;
  color: #111318;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.hero__slug {
  position: absolute;
  bottom: 104px;
  left: 86px;
  width: 78px;
  height: 132px;
  border-radius: 42px 42px 26px 26px;
  background: linear-gradient(180deg, #515861 0%, #101318 55%, #5f676f 100%);
  box-shadow: inset -8px 0 14px rgba(255,255,255,.18), inset 10px 0 14px rgba(0,0,0,.22), 0 12px 22px rgba(0,0,0,.18);
}

.hero__slug--rear {
  left: 138px;
  bottom: 88px;
  width: 90px;
  height: 58px;
  border-radius: 44px;
  transform: rotate(22deg);
}

.hero__slug--front::before,
.hero__slug--rear::before {
  content: "";
  position: absolute;
  inset: 12% 16% auto;
  height: 32%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0));
}

.hero__ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  min-height: 62px;
  margin: 1.1rem 0 1rem 112px;
  padding: 0 1.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #e0111c, #ff282f 55%, #ff6a6f);
  color: #111;
  font-size: 1.3rem;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(215,25,32,.22);
}

.hero__product-mark::after {
  content: "CAL. .22 / .25    \A PESOS 22–43.5 GR    \A AIRGUN SLUGS";
  position: relative;
  display: block;
  white-space: pre;
  margin-left: 112px;
  color: #24282d;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .08em;
}

.hero__target {
  position: absolute;
  left: var(--hero-target-x);
  top: var(--hero-target-y);
  width: 260px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 42px rgba(255,255,255,.03),
    inset 0 0 0 84px rgba(255,255,255,.022),
    0 0 55px rgba(215,25,32,.18);
  transform: translate(-50%, -50%);
  transition: left .08s linear, top .08s linear;
  pointer-events: none;
}

.hero__target::before,
.hero__target::after {
  position: absolute;
  inset: 50% auto auto 50%;
  content: "";
  background: rgba(255,255,255,.22);
  transform: translate(-50%, -50%);
}

.hero__target::before { width: 130%; height: 1px; }
.hero__target::after { width: 1px; height: 130%; }

.hero__target span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ecms-accent);
  border: 4px solid rgba(255,255,255,.9);
  box-shadow: 0 0 32px rgba(215,25,32,.55);
  transform: translate(-50%, -50%);
}

.hero__spec-card,
.hero__readout {
  position: absolute;
  padding: .95rem 1rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(11,13,16,.72);
  color: #fff;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
}

.hero__spec-card span,
.hero__readout span {
  display: block;
  margin-bottom: .3rem;
  color: rgba(255,255,255,.58);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero__spec-card strong,
.hero__readout strong {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

.hero__spec-card--left {
  left: 28px;
  bottom: 26px;
}

.hero__spec-card--right {
  right: 28px;
  top: 96px;
}

.hero__readout {
  right: 28px;
  bottom: 26px;
  max-width: 240px;
}

@media (max-width: 1180px) {
  .hero__scene {
    min-height: 480px;
  }

  .hero__product-mark {
    width: min(90%, 390px);
    padding: 2rem 1.6rem 1.6rem;
  }

  .hero__product-mark::before {
    font-size: 2rem;
  }

  .hero__ribbon {
    min-width: 180px;
    min-height: 56px;
    margin-left: 88px;
    font-size: 1.1rem;
  }

  .hero__product-mark::after {
    margin-left: 88px;
    font-size: .9rem;
  }

  .hero__slug--front {
    left: 62px;
  }

  .hero__slug--rear {
    left: 108px;
  }
}

@media (max-width: 900px) {
  .hero__highlights {
    margin-top: 1.35rem;
  }

  .hero__visual {
    min-height: 420px;
  }

  .hero__scene {
    min-height: 420px;
  }

  .hero__target {
    width: 210px;
  }

  .hero__spec-card--right,
  .hero__readout {
    right: 18px;
  }

  .hero__spec-card--left {
    left: 18px;
  }
}

@media (max-width: 620px) {
  .site-branding__logo img,
  .custom-logo {
    max-width: 178px;
    max-height: 58px;
  }
}

/* ================================================================
   EC Match Slugs homepage refinement — v0.8.0
   ================================================================ */

.site-branding__logo img,
.custom-logo {
  max-width: 150px;
  max-height: 78px;
}

.site-footer__logo img {
  max-width: 180px;
  max-height: 96px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 84px);
  background:
    radial-gradient(circle at 78% 20%, rgba(215, 25, 32, .18) 0, rgba(215, 25, 32, 0) 24%),
    radial-gradient(circle at 18% 82%, rgba(255, 255, 255, .07) 0, rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, #0f1215 0%, #090b0e 100%);
}

.hero__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__grid-overlay,
.hero__glow,
.hero__scope {
  position: absolute;
}

.hero__grid-overlay {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,.92), rgba(0,0,0,.6));
}

.hero__glow {
  border-radius: 50%;
  filter: blur(30px);
}

.hero__glow--one {
  top: 12%;
  left: 58%;
  width: 320px;
  height: 320px;
  background: rgba(215, 25, 32, .16);
}

.hero__glow--two {
  right: 8%;
  bottom: 5%;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, .05);
}

.hero__grid--solo {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.hero__content {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.hero .eyebrow {
  margin-bottom: 1rem;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .93;
  letter-spacing: -.065em;
}

.hero__lead {
  max-width: 640px;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero__actions {
  margin-top: 2.2rem;
}

.hero__scope {
  top: var(--hero-y, 44%);
  left: var(--hero-x, 70%);
  width: clamp(220px, 28vw, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: top .14s ease-out, left .14s ease-out, opacity .2s ease-out, transform .14s ease-out;
  pointer-events: none;
}

.hero__scope::before,
.hero__scope::after,
.hero__scope-line,
.hero__scope-ring,
.hero__scope-center {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero__scope::before,
.hero__scope::after {
  content: "";
  background: rgba(255,255,255,.16);
}

.hero__scope::before {
  width: 140vw;
  height: 1px;
}

.hero__scope::after {
  width: 1px;
  height: 140vh;
}

.hero__scope-ring {
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 0 24px rgba(215,25,32,.08);
}

.hero__scope-ring--outer {
  width: 100%;
  height: 100%;
}

.hero__scope-ring--inner {
  width: 54%;
  height: 54%;
  border-color: rgba(255,255,255,.24);
}

.hero__scope-line--horizontal {
  width: 22%;
  height: 1px;
  background: rgba(255,255,255,.42);
}

.hero__scope-line--vertical {
  width: 1px;
  height: 22%;
  background: rgba(255,255,255,.42);
}

.hero__scope-center {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(215,25,32,.9);
  box-shadow: 0 0 24px rgba(215,25,32,.45);
}

.hero:not(.is-active) .hero__scope {
  opacity: .82;
}

.hero.is-active .hero__scope {
  opacity: 1;
}

.caliber-grid--visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.caliber-card--visual {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  padding: 1.35rem;
  border: 1px solid var(--ecms-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ecms-card-shadow);
  color: inherit;
  text-decoration: none;
}

.caliber-card--visual:hover {
  color: inherit;
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(15, 16, 18, .12);
}

.caliber-card__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 1rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 76% 16%, rgba(215,25,32,.13) 0, rgba(215,25,32,0) 36%),
    linear-gradient(180deg, #13171b 0%, #0c0f12 100%);
  overflow: hidden;
}

.caliber-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .22;
}

.caliber-card__media img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 178px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.35));
}

.caliber-card__value {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 14px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -.06em;
}

.caliber-card__body h3 {
  margin: 0 0 .55rem;
  color: var(--ecms-black);
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.caliber-card__body p {
  margin: 0;
  color: #43484d;
}

.caliber-card__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1rem;
  color: var(--ecms-red);
  font-size: .92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.home .woocommerce ul.products {
  margin-top: 1.5rem;
}

.home .page-content-section {
  padding-top: 1rem;
}

.home .page-content-section p {
  color: #3b4045;
  text-align: center;
}

@media (max-width: 1100px) {
  .hero__scope {
    width: clamp(190px, 30vw, 300px);
  }

  .caliber-card--visual {
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .hero,
  .hero__grid--solo {
    min-height: auto;
  }

  .hero__grid--solo {
    padding-block: 5rem;
  }

  .hero__scope {
    left: 78%;
    width: 220px;
    opacity: .55;
  }

  .caliber-grid--visual {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-branding__logo img,
  .custom-logo {
    max-width: 118px;
    max-height: 64px;
  }

  .hero__grid--solo {
    padding-block: 4.5rem;
  }

  .hero__scope {
    width: 180px;
    left: 74%;
    top: 34%;
    opacity: .28;
  }

  .hero__scope::before {
    width: 120vw;
  }

  .hero__scope::after {
    height: 120vh;
  }

  .caliber-card--visual {
    grid-template-columns: 1fr;
  }

  .caliber-card__media {
    min-height: 190px;
  }
}

/* Homepage product-grid correction — v0.8.1 */
.ecms-home-products {
  width: 100%;
  margin-top: 1.5rem;
}

.ecms-home-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.5rem !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ecms-home-products ul.products::before,
.ecms-home-products ul.products::after {
  display: none !important;
  content: none !important;
}

.ecms-home-products ul.products li.product {
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 1rem !important;
  border: 1px solid var(--ecms-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 16, 18, .07);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ecms-home-products ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(15, 16, 18, .11);
}

.ecms-home-products ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.ecms-home-products ul.products li.product a img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 1rem !important;
  padding: .55rem;
  border-radius: 14px;
  background: #f7f7f6;
  object-fit: contain;
}

.ecms-home-products .woocommerce-loop-product__title {
  margin: 0 0 .55rem !important;
  color: var(--ecms-black) !important;
  font-size: 1.02rem !important;
  line-height: 1.35 !important;
  letter-spacing: -.015em;
}

.ecms-home-products ul.products li.product .price {
  margin-top: auto;
  color: var(--ecms-red-dark) !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
}

.ecms-home-products ul.products li.product .button {
  width: 100%;
  margin-top: .8rem !important;
  background: var(--ecms-red) !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .ecms-home-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .ecms-home-products ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* Official client logo and footer credits — v0.8.2 */
.site-branding__logo img,
.site-footer__logo img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  image-rendering: auto;
}

.site-branding__logo img {
  max-width: 170px;
  max-height: 82px;
}

.site-footer__logo img {
  max-width: 210px;
  max-height: 104px;
}

.site-footer__credit {
  color: rgba(255,255,255,.55);
}

.site-footer__credit a {
  color: rgba(255,255,255,.88);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: var(--ecms-red);
  text-underline-offset: .22em;
}

.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
  color: #fff;
}

@media (max-width: 620px) {
  .site-branding__logo img {
    max-width: 132px;
    max-height: 70px;
  }

  .site-footer__logo img {
    max-width: 185px;
    max-height: 92px;
  }
}

/* ================================================================
   EC Match Slugs polish pass — v0.8.3
   ================================================================ */

.site-header {
  transition: background-color .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.site-header__inner {
  min-height: 88px;
  gap: clamp(1.1rem, 2vw, 2.4rem);
  transition: min-height .22s ease;
}

.site-header.is-scrolled {
  background: rgba(10, 12, 14, .985);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 14px 38px rgba(0,0,0,.24);
}

.site-header.is-scrolled .site-header__inner {
  min-height: 74px;
}

.site-branding__logo img,
.custom-logo {
  max-width: 190px;
  max-height: 90px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.22));
  transition: transform .22s ease, max-width .22s ease, max-height .22s ease, filter .22s ease;
}

.site-header.is-scrolled .site-branding__logo img,
.site-header.is-scrolled .custom-logo {
  max-width: 176px;
  max-height: 82px;
}

.primary-navigation ul {
  gap: clamp(1rem, 1.7vw, 2rem);
}

.primary-navigation a {
  color: rgba(255,255,255,.86);
  font-size: .96rem;
  letter-spacing: -.01em;
  transition: color .18s ease, opacity .18s ease;
}

.site-header__actions {
  gap: .95rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255,255,255,.08);
}

.social-links--header {
  gap: .5rem;
}

.header-cart {
  padding: .55rem .9rem .55rem .85rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.header-cart:hover {
  color: #fff;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.07);
  transform: translateY(-1px);
}

.site-footer__logo img {
  max-width: 228px;
  max-height: 108px;
}

.hero {
  min-height: calc(100vh - 88px);
  background:
    radial-gradient(circle at 72% 24%, rgba(215, 25, 32, .22) 0, rgba(215, 25, 32, 0) 26%),
    radial-gradient(circle at 18% 82%, rgba(255, 255, 255, .045) 0, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #0f1215 0%, #080a0d 100%);
}

.hero__background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,10,13,.84) 0%, rgba(8,10,13,.78) 24%, rgba(8,10,13,.56) 42%, rgba(8,10,13,.18) 64%, rgba(8,10,13,0) 78%);
}

.hero__grid-overlay {
  opacity: .88;
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.10) 14%, rgba(0,0,0,.5) 34%, rgba(0,0,0,.86) 54%, rgba(0,0,0,1) 100%);
}

.hero__glow--one {
  top: calc(var(--hero-y, 48%) - 170px);
  left: calc(var(--hero-x, 68%) - 150px);
  width: 360px;
  height: 360px;
  filter: blur(46px);
  background: rgba(215, 25, 32, .18);
  transition: top .18s ease-out, left .18s ease-out;
}

.hero__glow--two {
  right: 2%;
  bottom: 2%;
  width: 260px;
  height: 260px;
  filter: blur(36px);
}

.hero__grid--solo {
  min-height: calc(100vh - 88px);
  align-items: center;
  padding-block: clamp(4.8rem, 8vw, 8rem);
}

.hero__content {
  max-width: 700px;
}

.hero .eyebrow {
  margin-bottom: 1rem;
  font-size: .82rem;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(3rem, 7.25vw, 6.35rem);
  line-height: .94;
  letter-spacing: -.07em;
}

.hero__lead {
  max-width: 590px;
  margin-top: 1.45rem;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.hero__actions {
  margin-top: 2rem;
}

.hero__actions .button--primary {
  box-shadow: 0 16px 34px rgba(215,25,32,.22);
}

.hero__actions .button--primary::after {
  content: "→";
  margin-left: .55rem;
  font-size: .95em;
  transition: transform .18s ease;
}

.hero__actions .button--primary:hover::after {
  transform: translateX(2px);
}

.hero__actions .button--secondary {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.05);
}

.hero__scope {
  top: var(--hero-y, 48%);
  left: var(--hero-x, 68%);
  width: clamp(260px, 28vw, 400px);
  opacity: .94;
  transition: top .12s ease-out, left .12s ease-out, opacity .18s ease-out, transform .16s ease-out;
}

.hero__scope::before,
.hero__scope::after {
  background: rgba(255,255,255,.14);
}

.hero__scope::before {
  width: 118vw;
}

.hero__scope::after {
  height: 118vh;
}

.hero__scope-ring {
  border-color: rgba(255,255,255,.24);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 0 0 26px rgba(215,25,32,.08);
}

.hero__scope-ring--inner {
  width: 50%;
  height: 50%;
  border-color: rgba(255,255,255,.3);
}

.hero__scope-line--horizontal,
.hero__scope-line--vertical {
  background: rgba(255,255,255,.34);
}

.hero__scope-line--horizontal {
  width: 26%;
}

.hero__scope-line--vertical {
  height: 26%;
}

.hero__scope-center {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255,255,255,.72);
  background: rgba(215,25,32,.96);
  box-shadow: 0 0 0 12px rgba(215,25,32,.10), 0 0 42px rgba(215,25,32,.5);
  animation: ecmsScopePulse 2.8s ease-in-out infinite;
}

.hero:not(.is-active) .hero__scope {
  opacity: .88;
}

.hero.is-active .hero__scope {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.015);
}

@keyframes ecmsScopePulse {
  0%, 100% {
    box-shadow: 0 0 0 9px rgba(215,25,32,.08), 0 0 24px rgba(215,25,32,.34);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(215,25,32,.04), 0 0 44px rgba(215,25,32,.52);
  }
}

@media (max-width: 1180px) {
  .site-branding__logo img,
  .custom-logo {
    max-width: 178px;
    max-height: 84px;
  }

  .hero__scope {
    width: clamp(230px, 29vw, 340px);
  }
}

@media (max-width: 960px) {
  .site-header__actions {
    gap: .75rem;
    padding-left: .85rem;
  }

  .hero {
    min-height: auto;
  }

  .hero__grid--solo {
    min-height: auto;
    padding-block: 5rem;
  }

  .hero__scope {
    left: 76%;
    width: 230px;
    opacity: .62;
  }
}

@media (max-width: 620px) {
  .site-header__inner {
    min-height: 70px;
  }

  .site-header__actions {
    border-left: 0;
    padding-left: 0;
  }

  .site-branding__logo img,
  .custom-logo {
    max-width: 144px;
    max-height: 74px;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13vw, 4.15rem);
    line-height: .97;
  }

  .hero__lead {
    max-width: 100%;
  }

  .hero__scope {
    top: 34%;
    left: 76%;
    width: 176px;
    opacity: .26;
  }

  .site-footer__logo img {
    max-width: 190px;
    max-height: 94px;
  }
}

/* ================================================================
   EC Match Slugs polish pass — v0.8.4
   ================================================================ */
.site-branding__logo,
.site-footer__logo {
  line-height: 0;
}

.site-branding__logo img,
.site-footer__logo img,
.custom-logo {
  display: block;
  background: transparent !important;
  filter: none !important;
}

.site-branding__logo img,
.custom-logo {
  max-width: 204px;
  max-height: 84px;
  object-fit: contain;
}

.site-footer__logo img {
  max-width: 220px;
  max-height: 92px;
  object-fit: contain;
}

.primary-navigation a {
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .84rem;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .site-branding__logo img,
  .custom-logo {
    max-width: 188px;
    max-height: 78px;
  }
}

@media (max-width: 620px) {
  .site-branding__logo img,
  .custom-logo {
    max-width: 148px;
    max-height: 64px;
  }

  .site-footer__logo img {
    max-width: 176px;
    max-height: 78px;
  }
}


/* Footer copyright separator — v0.9.7 */
.site-footer__copyright-separator {
  display: inline-block;
  margin-inline: .45rem;
  color: rgba(255,255,255,.45);
}
