
:root {
  --ea-dark: #22140D;      /* Luxurious Espresso */
  --ea-light: #FDFBF7;     /* Alabaster */
  --ea-accent: #B08B57;    /* Honey Brass */
  --ea-brass: #5E3F27;     /* Sienna */
  --ea-cream-dark: #DCD2C4; /* Archival Sand */
  --ea-cream-light: #F4EFEB; /* Linen */
  --ea-border: #22140D;
}

.ea-pol {
  background-color: var(--ea-cream-light) !important;
  background-image: radial-gradient(var(--ea-cream-dark) 1.5px, transparent 1.5px) !important;
  background-size: 24px 24px !important;
  color: var(--ea-dark) !important;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  padding: 40px 0 80px;
}
.ea-pol *,.ea-pol *::before,.ea-pol *::after{box-sizing:border-box}

.ea-pol a {
  color: var(--ea-brass) !important;
  text-decoration: underline !important;
  font-weight: 700;
}
.ea-pol a:hover {
  color: var(--ea-accent) !important;
}

.ea-polw {
  width: min(1200px, calc(100% - 18px));
  margin: 0 auto;
}

/* ════ Hero Section ════ */
.ea-pol-hero {
  border: 3px solid var(--ea-border) !important;
  border-radius: 0px !important;
  background: var(--ea-light) !important;
  box-shadow: 6px 6px 0px var(--ea-border) !important;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.ea-pol-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px !important;
  position: relative;
  z-index: 2;
  border-right: 3px solid var(--ea-border);
}

.ea-pol-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ea-brass) !important;
  font-family: 'DM Mono', monospace !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.ea-pol-tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ea-accent);
}

.ea-pol-hero h1 {
  margin: 0;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 900;
  font-size: clamp(38px, 4.8vw, 62px) !important;
  line-height: .95;
  letter-spacing: -.03em;
  color: var(--ea-dark) !important;
}
.ea-pol-hero h1 span {
  display: block;
  font-family: 'Playfair Display', serif !important;
  font-style: italic;
  font-weight: 700;
  color: var(--ea-accent) !important;
  -webkit-text-stroke: 0px !important;
}

.ea-pol-hero__sub {
  margin: 20px 0 0;
  max-width: 52ch;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ea-dark) !important;
}

.ea-pol-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ea-pol-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 0px !important;
  text-decoration: none !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 3px solid var(--ea-border) !important;
  box-shadow: 3px 3px 0px var(--ea-border) !important;
  transition: all 0.1s ease;
  cursor: pointer;
}
.ea-pol-btn:hover {
  transform: translate(-1.5px, -1.5px);
  box-shadow: 5px 5px 0px var(--ea-border) !important;
}
.ea-pol-btn--fill {
  background: var(--ea-dark) !important;
  color: var(--ea-light) !important;
}
.ea-pol-btn--fill:hover {
  background: var(--ea-brass) !important;
}
.ea-pol-btn--ghost {
  background: var(--ea-light) !important;
  color: var(--ea-dark) !important;
}
.ea-pol-btn--ghost:hover {
  background: var(--ea-cream-light) !important;
}

.ea-pol-hero__media {
  background-color: var(--ea-cream-light) !important;
  background-image: radial-gradient(var(--ea-cream-dark) 1.5px, transparent 1.5px) !important;
  background-size: 16px 16px !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Blueprint Crosshairs and Coordinate widgets */
.ea-pol-hero__media::before {
  content: "COORD: 45.92° N, 12.35° E / WP-REF: TERM-09";
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  color: var(--ea-brass);
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.ea-pol-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed var(--ea-cream-dark);
  margin: 16px;
  pointer-events: none;
}

.ea-pol-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply !important;
  filter: contrast(1.1) brightness(0.95) grayscale(0.2);
  transition: transform 1.2s ease-out;
}
.ea-pol-hero.loaded .ea-pol-hero__media img {
  transform: scale(1.02);
}

.ea-pol-hero__badge {
  position: absolute;
  bottom: 64px;
  right: 32px;
  z-index: 2;
  padding: 16px 20px;
  border: 2px solid var(--ea-border) !important;
  border-radius: 0px !important;
  background: var(--ea-light) !important;
  box-shadow: 4px 4px 0px var(--ea-border) !important;
}
.ea-pol-hero__badge strong {
  display: block;
  font-family: 'Outfit', sans-serif !important;
  font-size: 20px;
  font-weight: 900;
  color: var(--ea-dark);
  line-height: 1;
}
.ea-pol-hero__badge span {
  display: block;
  margin-top: 4px;
  font-family: 'DM Mono', monospace !important;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--ea-brass);
}

.ea-pol-hero__ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: var(--ea-dark) !important;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-top: 3px solid var(--ea-border);
}
.ea-pol-hero__ticker-track {
  display: flex;
  white-space: nowrap;
  animation: ea-pol-tick 30s linear infinite;
}
.ea-pol-hero__ticker-track span {
  padding: 0 24px;
  font-family: 'DM Mono', monospace !important;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ea-light) !important;
}
.ea-pol-hero__ticker-track span.hi {
  color: var(--ea-accent) !important;
}
@keyframes ea-pol-tick {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ════ Search Area ════ */
.ea-pol-search {
  background: transparent !important;
  padding: 0 0 24px 0 !important;
}
.ea-pol-search__shell {
  border: 3px solid var(--ea-border) !important;
  border-radius: 0px !important;
  background: var(--ea-light) !important;
  box-shadow: 6px 6px 0px var(--ea-border) !important;
  padding: 32px !important;
  display: grid;
  gap: 12px;
}
.ea-pol-search__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 16px;
  border: 3px solid var(--ea-border) !important;
  border-radius: 0px !important;
  background: var(--ea-light) !important;
}
.ea-pol-search__icon {
  color: var(--ea-accent) !important;
  font-size: 20px;
  font-weight: bold;
}
.ea-pol-search__input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ea-dark) !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 16px;
}
.ea-pol-search__input:focus {
  outline: none;
}
.ea-pol-search__hint {
  margin: 0;
  font-family: 'DM Mono', monospace !important;
  font-size: 11px !important;
  color: var(--ea-brass) !important;
  text-transform: uppercase;
}
.ea-pol-search__empty {
  display: none;
  background: var(--ea-cream-light) !important;
  border: 2px dashed var(--ea-border) !important;
  border-radius: 0px !important;
  padding: 16px;
  font-family: 'DM Mono', monospace !important;
  font-size: 11px !important;
  color: var(--ea-brass) !important;
  text-transform: uppercase;
}
.ea-pol-search__empty.is-visible {
  display: block;
}

/* ════ Body Accordions ════ */
.ea-pol-body {
  background: transparent !important;
  padding: 0 0 40px 0 !important;
}
.ea-pol-body__head {
  padding: 24px 0 16px;
}
.ea-pol-body__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ea-brass) !important;
  font-family: 'DM Mono', monospace !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ea-pol-body__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ea-accent);
}
.ea-pol-body h2 {
  margin: 12px 0 0;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 900;
  font-size: clamp(28px, 3.2vw, 42px) !important;
  color: var(--ea-dark) !important;
  line-height: 1;
}

.ea-pol-acc {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.ea-pol-acc__item {
  border: 3px solid var(--ea-border) !important;
  border-radius: 0px !important;
  background: var(--ea-light) !important;
  box-shadow: 4px 4px 0px var(--ea-border) !important;
  overflow: hidden;
  transition: all 0.15s ease;
}
.ea-pol-acc__item.is-open {
  box-shadow: 6px 6px 0px var(--ea-border) !important;
}
.ea-pol-acc__toggle {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  gap: 16px;
  align-items: center;
  padding: 24px !important;
  cursor: pointer;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
}

.ea-pol-acc__num {
  width: 36px;
  height: 36px;
  border: 2px solid var(--ea-border);
  border-radius: 0px !important;
  background: var(--ea-cream-light) !important;
  display: grid;
  place-items: center;
  font-family: 'DM Mono', monospace !important;
  font-size: 13px;
  font-weight: 700;
  color: var(--ea-dark) !important;
}

.ea-pol-acc__q {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 900;
  font-size: 18px !important;
  color: var(--ea-dark) !important;
  line-height: 1.1;
  transition: color 0.1s ease;
}
.ea-pol-acc__toggle:hover .ea-pol-acc__q {
  color: var(--ea-accent) !important;
}

.ea-pol-acc__chevron {
  width: 36px;
  height: 36px;
  border: 2px solid var(--ea-border);
  border-radius: 0px !important;
  background: var(--ea-light);
  color: var(--ea-dark);
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.ea-pol-acc__item.is-open .ea-pol-acc__chevron {
  transform: rotate(180deg);
  background: var(--ea-cream-light);
}

.ea-pol-acc__body {
  display: none;
  padding: 0 24px 24px 76px !important;
  color: var(--ea-dark) !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 15.5px;
  line-height: 1.6;
}
.ea-pol-acc__item.is-open .ea-pol-acc__body {
  display: block;
  border-top: 2px dashed var(--ea-cream-dark);
  padding-top: 24px !important;
  background: var(--ea-light) !important;
}
.ea-pol-acc__body p {
  margin: 0 0 16px;
}
.ea-pol-acc__body p:last-child {
  margin: 0;
}
.ea-pol-acc__body ul {
  margin: 12px 0 16px;
  padding-left: 24px;
}
.ea-pol-acc__body li {
  margin-top: 8px;
}
.ea-pol-acc__body strong {
  font-weight: 700;
  color: var(--ea-dark);
}

.ea-pol-tag--good {
  background: rgba(22,101,52,.08);
  color: #166534;
  border: 1px solid #166534;
  border-radius: 0px;
}
.ea-pol-tag--warn {
  background: rgba(153,27,27,.08);
  color: #991b1b;
  border: 2px solid #991b1b;
  border-radius: 0px;
  padding: 6px 12px;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
}
.ea-pol-tag--info {
  background: rgba(143,91,44,.1);
  color: #8f5b2c;
  border: 1px solid #8f5b2c;
  border-radius: 0px;
}

/* Flathead screws rivets style helper */
.ea-product-card__screw {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--ea-accent);
  border: 1.5px solid var(--ea-border);
  border-radius: 50%;
  z-index: 10;
}
.ea-product-card__screw::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: var(--ea-border);
  transform: translateY(-50%) rotate(45deg);
}
.ea-product-card__screw--tl { top: 8px; left: 8px; }
.ea-product-card__screw--tr { top: 8px; right: 8px; }
.ea-product-card__screw--bl { bottom: 8px; left: 8px; }
.ea-product-card__screw--br { bottom: 8px; right: 8px; }

/* ════ CTA Section ════ */
.ea-pol-cta {
  border: 3px solid var(--ea-border) !important;
  border-radius: 0px !important;
  background: var(--ea-dark) !important;
  box-shadow: 6px 6px 0px var(--ea-border) !important;
  padding: 80px 40px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.ea-pol-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176,139,87,.07) 0%, transparent 65%);
  pointer-events: none;
}
.ea-pol-cta__inner {
  position: relative;
  z-index: 1;
}
.ea-pol-cta__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ea-accent) !important;
  font-family: 'DM Mono', monospace !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ea-pol-cta__tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ea-accent);
}
.ea-pol-cta h2 {
  margin: 0 0 16px;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 900;
  font-size: clamp(32px, 4.2vw, 54px) !important;
  color: var(--ea-light) !important;
  line-height: .95;
  letter-spacing: -.03em;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}
.ea-pol-cta p {
  max-width: 50ch;
  margin: 0 auto 32px;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ea-cream-dark) !important;
}
.ea-pol-cta__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* ════ RESPONSIVE ════ */
@media (max-width: 980px) {
  .ea-pol-hero {
    grid-template-columns: 1fr !important;
  }
  .ea-pol-hero__copy {
    border-right: 0 !important;
    border-bottom: 3px solid var(--ea-border);
    padding: 40px !important;
  }
  .ea-pol-hero__media {
    min-height: 320px;
  }
  .ea-pol-hero__badge {
    bottom: 60px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .ea-pol {
    padding: 24px 0 48px;
  }
  .ea-polw {
    width: calc(100% - 16px);
  }
  .ea-pol-hero__copy,
  .ea-pol-search__shell,
  .ea-pol-acc__toggle,
  .ea-pol-acc__body,
  .ea-pol-cta {
    padding: 24px !important;
  }
  .ea-pol-hero h1 {
    font-size: clamp(32px, 11vw, 48px) !important;
  }
  .ea-pol-acc__toggle {
    grid-template-columns: auto minmax(0, 1fr) 32px;
    gap: 12px;
  }
  .ea-pol-acc__body {
    padding-left: 72px !important;
  }
}
@media (max-width: 480px) {
  .ea-pol-acc__toggle {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 10px;
  }
  .ea-pol-acc__num {
    display: none;
  }
  .ea-pol-acc__body {
    padding-left: 24px !important;
  }
}

/* ==========================================================================
   GLOBAL BRUTALIST & VISIBILITY OVERRIDES (STRICTLY SHARP & HIGH-STABILITY)
   ========================================================================== */

/* 1. Global Visibility Fix: Disable content-visibility auto which causes elements to hide or flicker */
* {
  content-visibility: visible !important;
  contain: none !important;
  contain-intrinsic-size: none !important;
}

/* 2. Strict Brutalist Fix: Force 0px border-radius on all elements, excluding header, footer, toast, and screw rivets */
*:not(.ea-header):not(.ea-header *):not(.ea-header__mobile-panel):not(.ea-header__mobile-panel *):not(.ea-footer):not(.ea-footer *):not(.ea-flow-toast):not(.ea-flow-toast *):not(.ea-product-card__screw) {
  border-radius: 0px !important;
}
