/* WordPress chrome for strict React parity pages. Page-body styling comes only
   from react-parity.css so legacy theme selectors cannot override Tailwind. */
:root {
  --ee-steel: oklch(0.2582 0.0318 258.31);
  --ee-steel-deep: oklch(0.2203 0.0265 258.31);
  --ee-steel-fg: oklch(0.97 0.005 250);
  --ee-accent: oklch(0.8364 0.1525 81.57);
  --ee-accent-fg: oklch(0.2 0.045 258);
  --ee-border: oklch(0.9 0.008 250);
  --ee-concrete: oklch(0.9673 0.007 88.64);
  --ee-ink: oklch(0.2399 0.0273 253.4);
}

body.ee-parity-active { margin: 0; overflow-x: clip; }
body.ee-parity-active #content { min-height: 1px; }
body.ee-parity-active .site-header { position: sticky; top: 0; z-index: 50; background: white; }
body.admin-bar.ee-parity-active .site-header { top: 32px; }
.ee-parity-active .infobar { border-bottom: 1px solid var(--ee-border); background: white; }
.ee-parity-active .infobar__inner { display: flex; align-items: center; gap: 4rem; width: 100%; max-width: 80rem; margin: auto; padding: .75rem 2rem; }
.ee-parity-active .brand { display: flex; align-items: center; flex: none; }
.ee-parity-active .brand__logo { display: block; width: auto; max-width: 260px; height: 3rem; object-fit: contain; }
.ee-parity-active .infobar__blocks { display: flex; align-items: center; gap: 3rem; }
.ee-parity-active .infoblock { display: flex; align-items: center; gap: .75rem; color: var(--ee-ink); text-decoration: none; }
.ee-parity-active .infoblock__ico { display: grid; width: 2.25rem; height: 2.25rem; flex: none; place-items: center; background: var(--ee-concrete); transition: background-color .2s, color .2s; }
.ee-parity-active .infoblock:hover .infoblock__ico { background: var(--ee-accent); color: var(--ee-accent-fg); }
.ee-parity-active .infoblock__txt,
.ee-parity-active .infoblock__label,
.ee-parity-active .infoblock__value { display: block; }
.ee-parity-active .infoblock__label { font-family: "Archivo", sans-serif; font-size: .75rem; font-weight: 700; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.ee-parity-active .infoblock__value { color: var(--ee-accent); font-size: .875rem; font-weight: 600; line-height: 1.4; }
.ee-parity-active .ico { width: 1rem; height: 1rem; }
.ee-parity-active .navbar { background: var(--ee-steel); color: var(--ee-steel-fg); }
.ee-parity-active .navbar__inner { display: flex; align-items: stretch; width: 100%; max-width: 80rem; margin: auto; padding: 0 2rem; }
.ee-parity-active .primary-nav { display: flex; flex: 1; align-items: stretch; }
.ee-parity-active .menu,
.ee-parity-active .submenu { margin: 0; padding: 0; list-style: none; }
.ee-parity-active .menu { display: flex; align-items: stretch; }
.ee-parity-active .menu li { position: relative; }
.ee-parity-active .menu a { color: inherit; text-decoration: none; }
.ee-parity-active .menu > li > a { display: flex; align-items: center; gap: .25rem; height: 100%; padding: 1rem; font-family: "Archivo", sans-serif; font-size: .875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.ee-parity-active .menu > li:hover > a { color: var(--ee-accent); }
.ee-parity-active .submenu { position: absolute; top: 100%; left: 0; z-index: 70; width: 20rem; border: 1px solid var(--ee-border); border-top: 2px solid var(--ee-accent); background: white; color: var(--ee-ink); box-shadow: 0 15px 30px rgb(15 23 42 / 15%); opacity: 0; visibility: hidden; transition: opacity .18s, visibility .18s; }
.ee-parity-active li:hover > .submenu,
.ee-parity-active li:focus-within > .submenu { opacity: 1; visibility: visible; }
.ee-parity-active .submenu .submenu { top: -.5rem; left: 100%; }
.ee-parity-active .submenu a { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .625rem 1rem; font-size: .875rem; transition: background-color .2s; }
.ee-parity-active .submenu a:hover { background: var(--ee-concrete); }
.ee-parity-active .sub-toggle { display: none; }
.ee-parity-active .navcta { display: flex; align-items: center; flex: none; padding: 0 2rem; background: var(--ee-accent); color: var(--ee-accent-fg); font-family: "Archivo", sans-serif; font-size: .875rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.ee-parity-active .nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--ee-ink); font: 700 .8rem "Archivo", sans-serif; text-transform: uppercase; }

.ee-parity-active .site-footer { background: var(--ee-steel-deep); color: color-mix(in oklab, var(--ee-steel-fg) 75%, transparent); }
.ee-parity-active .site-footer > .wrap { width: 100%; max-width: 80rem; margin: auto; padding: 3.5rem 2rem; }
.ee-parity-active .footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.5rem; }
.ee-parity-active .footer-grid > div:first-child { min-width: 0; }
.ee-parity-active .footer-brand { display: flex; align-items: center; gap: .75rem; }
.ee-parity-active .footer-brand__logo { display: block; width: auto; height: 2.75rem; padding: .25rem; border-radius: .25rem; background: white; }
.ee-parity-active .footer-brand__name { color: var(--ee-steel-fg); font-family: "Archivo", sans-serif; font-size: 1.125rem; font-weight: 800; text-transform: uppercase; }
.ee-parity-active .footer-about { margin-top: 1rem; font-size: .875rem; line-height: 1.625; }
.ee-parity-active .site-footer h4 { margin: 0; color: var(--ee-accent); font-family: "Archivo", sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ee-parity-active .site-footer ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.ee-parity-active .site-footer li { margin-top: .5rem; font-size: .875rem; }
.ee-parity-active .site-footer a { color: inherit; text-decoration: none; transition: color .2s; }
.ee-parity-active .site-footer a:hover { color: var(--ee-accent); }
.ee-parity-active .footer-contact { display: grid; gap: .75rem; margin-top: 1.5rem !important; }
.ee-parity-active .footer-contact li { margin: 0; }
.ee-parity-active .footer-contact a,
.ee-parity-active .footer-contact span { display: flex; align-items: flex-start; gap: .75rem; }
.ee-parity-active .footer-contact .ico { flex: none; margin-top: .15rem; color: var(--ee-accent); }
.ee-parity-active .footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid color-mix(in oklab, var(--ee-steel-fg) 15%, transparent); font-size: .75rem; }
.ee-parity-active .fab-call { position: fixed; bottom: 1.5rem; left: 1.5rem; z-index: 90; display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 999px; background: var(--ee-accent); color: #fff; box-shadow: 0 10px 24px rgb(15 23 42 / 28%); }
.ee-parity-active .fab-call__pulse { position: absolute; inset: 0; border-radius: inherit; background: rgb(248 187 49 / 50%); animation: ee-pulse 1.8s ease-out infinite; }
.ee-parity-active .fab-call__ico { position: relative; z-index: 1; display: grid; place-items: center; }
.ee-parity-active .fab-call__ico .ico { width: 1.5rem; height: 1.5rem; fill: #fff; stroke: none; color: #fff; }
.ee-parity-active .fab-call__tip { display: none; }
@keyframes ee-pulse { to { transform: scale(1.9); opacity: 0; } }

@media (max-width: 1199px) {
  .ee-parity-active .infobar__inner { padding: 1rem 1.5rem; }
  .ee-parity-active .nav-toggle { display: block; }
  .ee-parity-active .navbar__inner { position: relative; padding: 0; }
  .ee-parity-active .primary-nav { display: none; }
  .ee-parity-active .primary-nav.is-open { display: block; position: absolute; top: 0; right: 0; left: 0; z-index: 80; max-height: calc(100vh - 6rem); overflow-y: auto; padding: .5rem 1rem 1.25rem; background: var(--ee-steel); }
  .ee-parity-active .menu { display: block; }
  .ee-parity-active .menu > li > a { min-height: 2.75rem; border-bottom: 1px solid rgb(255 255 255 / 12%); }
  .ee-parity-active .menu li.has-children > a { padding-right: 3rem; }
  .ee-parity-active .sub-toggle { position: absolute; top: .25rem; right: .25rem; z-index: 2; display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 0; background: transparent; color: var(--ee-accent); font-size: 1.25rem; }
  .ee-parity-active .submenu,
  .ee-parity-active .submenu .submenu { position: static; display: none; width: auto; margin-left: 1rem; border: 0; border-left: 2px solid var(--ee-accent); background: rgb(255 255 255 / 4%); color: var(--ee-steel-fg); box-shadow: none; opacity: 1; visibility: visible; }
  .ee-parity-active li.is-open > .submenu { display: block; }
  .ee-parity-active .navcta { display: none; }
}
@media (max-width: 900px) {
  .ee-parity-active .infobar__blocks { display: none; }
  .ee-parity-active .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) { body.admin-bar.ee-parity-active .site-header { top: 46px; } }
@media (max-width: 640px) {
  .ee-parity-active .infobar__inner { padding: .875rem 1rem; }
  .ee-parity-active .brand__logo { max-width: 190px; height: 2.375rem; }
  .ee-parity-active .site-footer > .wrap { padding: 3.5rem 1rem; }
  .ee-parity-active .footer-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .ee-parity-active .fab-call__pulse { animation: none; }
}
/* top contact strip is mobile-only */
@media (min-width: 1024px) {
  body.ee-parity-active > header .lg\:hidden,
  body.ee-parity-active header.sticky > .lg\:hidden { display: none !important; }
}
/* clean mobile menu panel built from the exported React nav */
.ee-mnav { position: fixed; top: 0; right: 0; bottom: 0; z-index: 9999; width: min(88vw, 22rem); overflow-y: auto; -webkit-overflow-scrolling: touch; background: #fff; color: var(--ee-steel, #1a2433); box-shadow: -18px 0 45px rgb(15 23 42 / 25%); padding: 1.25rem 1.25rem 2.5rem; }
.ee-mnav[hidden] { display: none !important; }
.ee-mnav-backdrop { position: fixed; inset: 0; z-index: 9998; background: rgb(15 23 42 / 55%); }
.ee-mnav-backdrop[hidden] { display: none !important; }
.ee-mnav__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.ee-mnav__top img { height: 2.75rem; width: auto; }
.ee-mnav__close { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border: 2px solid var(--ee-accent, #FBBE3F); background: #fff; color: var(--ee-steel, #1a2433); font-size: 1.1rem; line-height: 1; cursor: pointer; }
.ee-mnav ul { margin: 0; padding: 0; list-style: none; }
.ee-mnav li { border-bottom: 1px solid #e5e7eb; }
.ee-mnav__row { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.ee-mnav__row > a { flex: 1; display: block; padding: .9rem 0; color: var(--ee-steel, #1a2433); font-weight: 700; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; }
.ee-mnav__row > a:hover { color: var(--ee-accent, #FBBE3F); }
.ee-mnav__toggle { flex: none; width: 2.25rem; height: 2.25rem; border: 0; background: transparent; color: var(--ee-steel, #1a2433); font-size: 1rem; cursor: pointer; }
.ee-mnav__sub { display: none; padding: 0 0 .6rem .75rem; }
.ee-mnav li.is-open > .ee-mnav__sub { display: block; }
.ee-mnav__sub li { border-bottom: 0; }
.ee-mnav__sub .ee-mnav__row > a { padding: .5rem 0; font-size: .82rem; font-weight: 600; letter-spacing: 0; text-transform: none; color: #334155; }
.ee-mnav__cta { display: block; margin-top: 1.25rem; padding: .95rem 1rem; background: var(--ee-accent, #FBBE3F); color: #1a2433; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-align: center; text-decoration: none; }
.ee-mnav__tel { display: block; margin-top: 1rem; text-align: center; font-weight: 700; color: var(--ee-steel, #1a2433); text-decoration: none; }
@media (min-width: 1280px) { .ee-mnav, .ee-mnav-backdrop { display: none !important; } }

/* Below xl the exported desktop nav strip must never render: without the
   utility classes its hover dropdowns stack as overlapping white panels. */
@media (max-width: 1279px) {
  body.ee-parity-active header nav[aria-label="Main"],
  body.ee-parity-active header div:has(> nav[aria-label="Main"]),
  body.ee-parity-active header [data-ee-desktop-strip] { display: none !important; }
}



.ee-replaced-icon{width:1.25rem;height:1.25rem;display:inline-block;object-fit:contain;vertical-align:middle}
