/* Expert Appliance legacy-site Patch 049R1 — safe additive styles */
.eap49r1-card{width:min(1040px,calc(100% - 28px));margin:18px auto;padding:21px;background:#fff;border:1px solid #cfe0eb;border-radius:14px;box-shadow:0 9px 25px rgba(17,62,96,.08);color:#223e54}
.eap49r1-card h2{margin:0 0 8px;color:#155f93;font-size:clamp(21px,3vw,29px);line-height:1.2}
.eap49r1-card p{margin:0 0 11px;line-height:1.65;color:#435c70}.eap49r1-card p:last-child{margin-bottom:0}
.eap49r1-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 0;padding:0;list-style:none}
.eap49r1-family-grid li{padding:10px 11px;border:1px solid #dce8ef;border-radius:8px;background:#f5f9fc;color:#29485f;font-size:13px;line-height:1.4}
.eap49r1-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}.eap49r1-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:9px 14px;border-radius:8px;font-weight:800;text-decoration:none!important}
.eap49r1-button.primary{color:#fff!important;background:#106da7;border:1px solid #075b8e}.eap49r1-button.secondary{color:#075f9f!important;background:#eef7fd;border:1px solid #cfe4f1}
.eap49r1-mini-split{border-left:5px solid #1680ba}.eap49r1-note{font-size:13px;color:#607589}
@media(max-width:760px){.eap49r1-card{width:calc(100% - 18px);padding:17px 14px}.eap49r1-family-grid{grid-template-columns:1fr 1fr}.eap49r1-actions{display:grid}.eap49r1-button{width:100%}}
@media(max-width:430px){.eap49r1-family-grid{grid-template-columns:1fr}}

/* =========================================================
   Expert Appliance legacy-site Patch 049R1A — visual integration
   Staging correction only. No search/cart/checkout/form logic.
   ========================================================= */
:root{
  --eap-r1a-navy:#123d5a;
  --eap-r1a-navy-deep:#0c3049;
  --eap-r1a-blue:#176fa8;
  --eap-r1a-cobalt:#167fc0;
  --eap-r1a-pale:#eef5f9;
  --eap-r1a-silver:#d8e1e8;
  --eap-r1a-ink:#17364f;
  --eap-r1a-muted:#526b7e;
  --eap-r1a-red:#b51d26;
}

/* Coordinate the legacy shell with the approved blue/silver seal. */
#sidebar{background:var(--eap-r1a-blue)!important}
#sidebar .sidebar-header,
.eap-home #sidebar .sidebar-header{
  min-height:130px!important;
  padding:8px 4px!important;
  background:var(--eap-r1a-navy)!important;
  border-bottom:1px solid rgba(255,255,255,.22)!important;
}
#sidebar .sidebar-header img.eap-sidebar-brand-seal-043,
.eap-home #sidebar .sidebar-header img.eap-sidebar-brand-seal-043{
  width:112px!important;
  max-width:112px!important;
  max-height:112px!important;
  height:auto!important;
  margin:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 4px 8px rgba(3,24,38,.22))!important;
}
#sidebar .eap-sidebar-contact{background:rgba(8,45,70,.16)!important;border-color:rgba(255,255,255,.68)!important}
#content>.navbar,
.eap-home #content>.eap-home-unified-navbar{
  background:var(--eap-r1a-navy)!important;
  border-bottom:1px solid var(--eap-r1a-navy-deep)!important;
  box-shadow:0 4px 14px rgba(10,42,64,.12)!important;
}
#content>.navbar .nav-link,
.eap-home #content>.eap-home-unified-navbar .nav-link{color:#fff!important}
#content>.navbar .nav-link:hover,
#content>.navbar .nav-link:focus,
.eap-home #content>.eap-home-unified-navbar .nav-link:hover,
.eap-home #content>.eap-home-unified-navbar .nav-link:focus{color:#ddecf6!important;opacity:1!important}
#sidebar .components>li>a{border-bottom:1px solid rgba(255,255,255,.06)}

/* One prominent cart on desktop; sidebar cart remains available on smaller layouts. */
@media(min-width:992px){#sidebar .CTAs{display:none!important}}
@media(max-width:991.98px){#sidebar .CTAs{display:block!important}}

/* Homepage search remains the primary conversion element. */
.eap-home-search{background:var(--eap-r1a-blue)!important;border:1px solid #0e6398!important;box-shadow:0 10px 24px rgba(13,61,91,.10)!important}
.eap-home-search-head .eap-home-eyebrow{color:#d8edf8!important}

/* Replace the dated appliance collage with a text-led, category-specific panel. */
.eap-home-focus-panel{
  width:min(1040px,calc(100% - 28px));
  margin:16px auto 14px;
  padding:22px;
  background:#fff;
  border:1px solid #cfdde6;
  border-top:4px solid var(--eap-r1a-navy);
  border-radius:14px;
  box-shadow:0 8px 22px rgba(17,62,96,.07);
}
.eap-home-focus-head{text-align:center;max-width:780px;margin:0 auto 17px}
.eap-home-focus-head h2{margin:2px 0 8px;color:var(--eap-r1a-navy);font-size:clamp(23px,3vw,31px);line-height:1.2}
.eap-home-focus-head p{margin:0;color:var(--eap-r1a-muted);line-height:1.55}
.eap-home-focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.eap-home-focus-card{
  display:block;
  min-height:118px;
  padding:17px 16px;
  color:var(--eap-r1a-ink)!important;
  background:#f6fafc;
  border:1px solid #d9e5ec;
  border-radius:9px;
  text-decoration:none!important;
  box-shadow:inset 0 3px 0 #aebdca;
}
.eap-home-focus-card:nth-child(1){box-shadow:inset 0 3px 0 #176fa8}
.eap-home-focus-card:nth-child(2){box-shadow:inset 0 3px 0 #7f8e9a}
.eap-home-focus-card:nth-child(3){box-shadow:inset 0 3px 0 #0f4f7c}
.eap-home-focus-card strong{display:block;margin-bottom:6px;color:var(--eap-r1a-navy);font-size:17px}
.eap-home-focus-card span{display:block;color:#526b7e;font-size:13px;line-height:1.55}
.eap-home-focus-card:hover,.eap-home-focus-card:focus{background:#eef6fa;border-color:#b9d2e1;transform:translateY(-1px)}

/* Trust points: useful statements, not empty badge-style boxes. */
.eap-home-trust-grid{gap:12px!important}
.eap-home-trust-item{padding:16px!important;text-align:left!important;border-radius:9px!important;border-top:3px solid #b9c7d1!important}
.eap-home-trust-item strong{display:block!important;margin-bottom:5px!important;color:var(--eap-r1a-navy)!important;font-size:15px!important}
.eap-home-trust-item span{display:block!important;color:#5a7183!important;font-size:12px!important;line-height:1.5!important}

/* Supported-brand directory: simple reference text instead of Pro-style pills. */
.eap-brand-list{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0 18px!important;
  margin:12px 0 4px!important;
  padding:0!important;
  list-style:none!important;
}
.eap-brand-list li{
  position:relative!important;
  padding:7px 2px 7px 13px!important;
  color:#29485f!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid #e0e8ed!important;
  border-radius:0!important;
  text-align:left!important;
  font-size:12px!important;
  line-height:1.35!important;
}
.eap-brand-list li:before{content:"";position:absolute;left:1px;top:13px;width:5px;height:5px;background:#5e829b;border-radius:50%}
.eap-home-brand-badge{display:block!important;width:118px!important;max-width:118px!important;height:auto!important;margin:16px auto 0!important;object-fit:contain!important}

/* Model/equipment family references: technical rows, not pills/cards. */
.eap49r1-family-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0 22px!important;
  margin:14px 0 0!important;
  padding:0!important;
  list-style:none!important;
  border-top:1px solid #d8e3ea!important;
}
.eap49r1-family-grid li{
  position:relative!important;
  padding:10px 4px 10px 17px!important;
  color:#29485f!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid #dfe8ee!important;
  border-radius:0!important;
  font-size:13px!important;
  line-height:1.4!important;
}
.eap49r1-family-grid li:before{content:"";position:absolute;left:2px;top:16px;width:6px;height:6px;background:var(--eap-r1a-blue);border-radius:1px}

/* Hero highlights become restrained text separators rather than pills. */
.eap-brand-points{gap:0!important;margin-top:15px!important}
.eap-brand-points span,
.eap-brand-page--wolf .eap-brand-points span{
  min-height:0!important;
  padding:1px 10px!important;
  color:#496276!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  font-size:12px!important;
  font-weight:700!important;
}
.eap-brand-points span+span{border-left:1px solid #cbd9e2!important}

/* Footer stays quiet so the dimensional seal remains the visual accent. */
.eap-legacy-footer{background:#f0f5f8!important;border-top:3px solid var(--eap-r1a-navy)!important}
.eap-legacy-footer h5{color:var(--eap-r1a-navy)!important}
.eap-footer-seal{width:108px!important;max-width:108px!important;height:auto!important}

@media(max-width:760px){
  #sidebar .sidebar-header,.eap-home #sidebar .sidebar-header{min-height:118px!important}
  #sidebar .sidebar-header img.eap-sidebar-brand-seal-043,.eap-home #sidebar .sidebar-header img.eap-sidebar-brand-seal-043{width:104px!important;max-width:104px!important;max-height:104px!important}
  .eap-home-focus-panel{width:calc(100% - 18px);padding:17px 14px}
  .eap-home-focus-grid{grid-template-columns:1fr}
  .eap-home-focus-card{min-height:0}
  .eap-brand-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 14px!important}
  .eap49r1-family-grid{grid-template-columns:1fr!important;gap:0!important}
  .eap-brand-points span{padding:2px 7px!important}
}
@media(max-width:420px){.eap-brand-list{grid-template-columns:1fr!important}}

