/* Elle Header & Footer 1.0.2 — front end
   Enqueued at priority 99 so it lands after the theme. */

:root{
  --ehf-primary:#781838; --ehf-accent:#E8A8B8; --ehf-ink:#2B1119; --ehf-soft:#FDF1F3;
  --ehf-line:#efe2e6; --ehf-mut:#6b6b6b; --ehf-logo-w:150px; --ehf-logo-w-m:110px;
  --ehf-h:78px; --ehf-r:4px; --ehf-drawer-w:min(90vw,380px);
}
.ehf-header,.ehf-footer,.ehf-drawer{box-sizing:border-box}
.ehf-header *,.ehf-footer *,.ehf-drawer *{box-sizing:inherit}
.ehf-wrap{max-width:1440px;margin:0 auto;padding:0 30px}
.ehf-skip{position:absolute;left:-9999px;top:0;z-index:2000;background:var(--ehf-primary);color:#fff;padding:10px 18px}
.ehf-skip:focus{left:12px;top:12px}
.ehf-i{width:21px;height:21px;flex:0 0 auto}

/* ---------- header shell ---------- */
.ehf-header{background:#fff;position:relative;z-index:900}
.ehf-header.ehf-sticky{position:sticky;top:0;transition:transform .28s ease}
.ehf-header.ehf-up{transform:translateY(-100%)}
.ehf-header.ehf-stuck{box-shadow:0 2px 14px rgba(43,17,25,.08)}
.ehf-header.ehf-search-open{z-index:1002}

/* ---------- top bar ---------- */
.ehf-top{background:var(--ehf-primary);color:#fff;position:relative;z-index:2}
.ehf-top-in{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px}
.ehf-top-msg{margin:0;font-size:12px;font-style:italic;display:flex;align-items:center;gap:6px;min-width:0}
.ehf-top-msg>a{color:inherit;text-decoration:none;display:flex;align-items:center;gap:6px}
.ehf-top-msg span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ehf-flag{width:17px;height:11px;border-radius:1px;display:inline-block;vertical-align:middle;flex:0 0 auto}
.ehf-top-r{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.ehf-top-acc{color:#fff;font-size:12px;text-decoration:none;opacity:.92;padding:6px 10px;border-radius:var(--ehf-r);white-space:nowrap}
.ehf-top-acc:hover{opacity:1;color:#fff;background:rgba(255,255,255,.12)}

/* ---------- currency switcher (native) ---------- */
.ehf-cur{position:relative}
.ehf-cur--static{font-size:12px;color:#fff;opacity:.92;padding:6px 10px}
.ehf-cur-btn{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.25);color:#fff;font:inherit;font-size:12px;line-height:1;
  padding:7px 11px;border-radius:var(--ehf-r);cursor:pointer;transition:background .15s ease}
.ehf-cur-btn:hover{background:rgba(255,255,255,.22)}
.ehf-cur-btn[aria-expanded=true]{background:#fff;color:var(--ehf-primary);border-color:#fff}
.ehf-cur-now{white-space:nowrap;letter-spacing:.03em;font-weight:600}
.ehf-cur-caret{width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translate(-1px,-1px);transition:transform .18s ease}
.ehf-cur-btn[aria-expanded=true] .ehf-cur-caret{transform:rotate(-135deg) translate(-2px,-2px)}

.ehf-cur-list{position:absolute;top:calc(100% + 8px);right:0;left:auto;min-width:216px;max-height:min(60vh,340px);
  overflow-y:auto;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid var(--ehf-line);
  border-radius:var(--ehf-r);box-shadow:0 14px 34px rgba(43,17,25,.16);z-index:30}
.ehf-cur-list[hidden]{display:none}
.ehf-cur-opt{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--ehf-r);
  font-size:13px;color:var(--ehf-ink);text-decoration:none;line-height:1.3}
.ehf-cur-opt:hover,.ehf-cur-opt:focus-visible{background:var(--ehf-soft);color:var(--ehf-primary)}
.ehf-cur-opt.is-on{background:var(--ehf-soft);color:var(--ehf-primary);font-weight:600}
.ehf-cur-code{flex:0 0 40px;font-weight:600;letter-spacing:.04em;font-size:12px}
.ehf-cur-name{flex:1 1 auto;color:var(--ehf-mut);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ehf-cur-opt.is-on .ehf-cur-name,.ehf-cur-opt:hover .ehf-cur-name{color:inherit}
.ehf-cur-sym{flex:0 0 auto;opacity:.7}

/* CURCY shortcode mode — keep it inside the bar and kill the floating edge strip */
.ehf-cur-sc .wmc-currency-wrapper,.ehf-cur-sc .woo-multi-currency{position:static!important;transform:none!important;box-shadow:none!important}
.ehf-cur-sc .wmc-currency-wrapper *{max-width:100%}
body>.wmc-currency-wrapper,body>.woo-multi-currency,.wmc-currency-wrapper.wmc-vertical:not(.ehf-cur-sc *){display:none!important}

/* ---------- main row ---------- */
.ehf-main{border-bottom:1px solid var(--ehf-line);background:#fff;position:relative;z-index:2}
.ehf-main-in{display:flex;align-items:center;gap:20px;min-height:var(--ehf-h)}
.ehf-logo{flex:0 0 auto;line-height:0}
.ehf-logo img{width:var(--ehf-logo-w);height:auto;display:block}
.ehf-burger{display:none!important}
.ehf-nav{flex:1 1 auto;display:flex;justify-content:center;min-width:0}
.ehf-acts{flex:0 0 auto;display:flex;align-items:center;gap:4px}

.ehf-act{background:none;border:0;padding:9px;cursor:pointer;color:var(--ehf-ink);border-radius:var(--ehf-r);
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;position:relative;line-height:0}
.ehf-act:hover{color:var(--ehf-primary);background:var(--ehf-soft)}
.ehf-act:focus-visible{outline:2px solid var(--ehf-primary);outline-offset:2px}
.ehf-badge{position:absolute;top:2px;right:0;min-width:16px;height:16px;border-radius:9px;
  background:var(--ehf-primary);color:#fff;font-size:10px;line-height:16px;text-align:center;padding:0 4px;font-weight:600}
.ehf-badge.is-zero{display:none}

/* ---------- nav ---------- */
.ehf-menu{list-style:none;margin:0;padding:0;display:flex;gap:22px}
.ehf-item{position:static}
.ehf-menu>.ehf-item>a{display:flex;align-items:center;gap:5px;padding:14px 0;font-size:13px;
  letter-spacing:.04em;text-transform:uppercase;color:var(--ehf-ink);text-decoration:none;
  border-bottom:2px solid transparent;white-space:nowrap}
.ehf-menu>.ehf-item:hover>a,.ehf-menu>.ehf-item>a:focus-visible,.ehf-menu>.ehf-item.is-current>a{
  color:var(--ehf-primary);border-bottom-color:var(--ehf-primary)}
.ehf-caret{width:7px;height:7px;border-right:1.4px solid currentColor;border-bottom:1.4px solid currentColor;
  transform:rotate(45deg) translateY(-2px);opacity:.65}

/* plain dropdown fallback (items with children but no mega) */
.ehf-sub{position:absolute;list-style:none;margin:0;padding:10px 0;background:#fff;min-width:210px;
  border:1px solid var(--ehf-line);box-shadow:0 10px 28px rgba(43,17,25,.09);border-radius:var(--ehf-r);
  opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease;z-index:20}
.ehf-item:hover>.ehf-sub,.ehf-item:focus-within>.ehf-sub{opacity:1;visibility:visible;transform:none}
.ehf-sub a{display:block;padding:8px 18px;font-size:13px;color:var(--ehf-mut);text-decoration:none}
.ehf-sub a:hover{color:var(--ehf-primary);background:var(--ehf-soft)}
.ehf-has-mega>.ehf-sub{display:none}

/* ---------- mega ---------- */
.ehf-mega{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--ehf-line);
  box-shadow:0 14px 34px rgba(43,17,25,.10);opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:15}
.ehf-has-mega:hover>.ehf-mega,.ehf-has-mega:focus-within>.ehf-mega{opacity:1;visibility:visible;transform:none}
.ehf-mega-in{max-width:1440px;margin:0 auto;padding:28px 30px 24px}
.ehf-mega-grid{display:grid;grid-template-columns:repeat(var(--ehf-cols,4),minmax(0,1fr));gap:26px}
.ehf-mh{display:block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  color:var(--ehf-ink);margin:0 0 10px;text-decoration:none}
a.ehf-mh:hover{color:var(--ehf-primary)}
.ehf-ml{list-style:none;margin:0;padding:0}
.ehf-ml a{display:flex;justify-content:space-between;gap:8px;padding:4px 0;font-size:13px;color:var(--ehf-mut);text-decoration:none}
.ehf-ml a:hover{color:var(--ehf-primary)}
.ehf-ml em{font-style:normal;opacity:.5;font-size:11px}
.ehf-mdesc{font-size:13px;color:var(--ehf-mut);line-height:1.7;margin:0 0 10px}
.ehf-mlink{display:inline-block;margin-top:8px;font-size:12px;color:var(--ehf-primary);text-decoration:none;font-weight:600}
.ehf-mlink:hover{text-decoration:underline}
.ehf-mprods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ehf-mp{text-decoration:none;display:block}
.ehf-mp-img{display:block;background:var(--ehf-soft);border-radius:var(--ehf-r);overflow:hidden;margin-bottom:6px}
.ehf-mp-img img{width:100%;height:auto;display:block}
.ehf-mp-t{display:block;font-size:12px;color:var(--ehf-ink);line-height:1.4}
.ehf-mp-p{display:block;font-size:12px;color:var(--ehf-primary)}
.ehf-mp-p del{opacity:.5;margin-right:4px}
.ehf-mbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px;
  background:var(--ehf-soft);border-radius:var(--ehf-r);padding:14px 0}
.ehf-mbar>div{padding:0 18px;border-right:1px solid var(--ehf-line)}
.ehf-mbar>div:last-child{border-right:0}
.ehf-mbar strong{display:block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--ehf-ink)}
.ehf-mbar span{font-size:12px;color:var(--ehf-mut)}

/* ---------- search ---------- */
.ehf-searchbar{border-bottom:1px solid var(--ehf-line);background:#fff;padding:18px 0;position:relative;z-index:3}
.ehf-searchbar[hidden]{display:none}
.ehf-searchbar-in{display:flex;align-items:center;gap:10px;max-width:760px}
.ehf-searchbar .ehf-sf{flex:1 1 auto;min-width:0}
.ehf-search-x{flex:0 0 auto;background:none;border:0;padding:9px;cursor:pointer;color:var(--ehf-mut);
  border-radius:var(--ehf-r);line-height:0}
.ehf-search-x:hover{color:var(--ehf-primary);background:var(--ehf-soft)}
.ehf-sugg{display:flex;flex-wrap:wrap;align-items:center;gap:8px;max-width:760px;margin-top:12px;padding-top:0}
.ehf-sugg>span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ehf-mut)}
.ehf-sugg a{font-size:12px;padding:5px 11px;border:1px solid var(--ehf-line);border-radius:999px;
  color:var(--ehf-mut);text-decoration:none}
.ehf-sugg a:hover{border-color:var(--ehf-primary);color:var(--ehf-primary);background:var(--ehf-soft)}

/* Woodmart's own form, dropped into our shell.
   Only layout is normalised — the theme keeps its own results styling. */
.ehf-sf--wd .wd-search-form,.ehf-sf--wd .searchform,.ehf-sf--wd form{width:100%;margin:0}
.ehf-sf--wd .searchform input[type=text],.ehf-sf--wd .searchform input[type=search],
.ehf-sf--wd form input[type=text],.ehf-sf--wd form input[type=search]{width:100%;height:46px}
.ehf-sf--wd .wd-search-results,.ehf-sf--wd .search-results-wrapper{z-index:40}
.ehf-searchbar .ehf-sf--wd{position:relative}

/* basic fallback form */
.ehf-sf-basic{display:flex;gap:0;width:100%}
.ehf-sf-basic input[type=search]{flex:1 1 auto;min-width:0;height:46px;padding:0 16px;font-size:14px;
  border:1px solid var(--ehf-line);border-right:0;border-radius:var(--ehf-r) 0 0 var(--ehf-r);background:#fff}
.ehf-sf-basic input[type=search]:focus{outline:0;border-color:var(--ehf-primary)}
.ehf-sf-basic button{flex:0 0 auto;width:54px;height:46px;border:0;cursor:pointer;
  border-radius:0 var(--ehf-r) var(--ehf-r) 0;background:var(--ehf-primary);color:#fff;
  display:inline-flex;align-items:center;justify-content:center}
.ehf-sf-basic button svg{width:20px;height:20px}
.ehf-sf-basic button:hover{filter:brightness(1.12)}

/* ---------- mobile drawer ---------- */
.ehf-scrim{position:fixed;inset:0;background:rgba(43,17,25,.5);z-index:1000;opacity:0;transition:opacity .26s ease}
.ehf-scrim[hidden]{display:none}
.ehf-scrim.is-on{opacity:1}
.ehf-drawer{position:fixed;top:0;bottom:0;left:0;width:var(--ehf-drawer-w);background:#fff;z-index:1001;
  transform:translateX(-100%);transition:transform .26s ease;display:flex;flex-direction:column;
  box-shadow:0 0 40px rgba(43,17,25,.2)}
.ehf-drawer[hidden]{display:none}
.ehf-drawer.is-open{transform:none}

.ehf-drawer-top{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:14px 16px;border-bottom:1px solid var(--ehf-line)}
.ehf-drawer-logo{line-height:0}
.ehf-drawer-logo img{width:96px;height:auto;display:block}
.ehf-drawer-x{background:none;border:0;padding:8px;cursor:pointer;color:var(--ehf-ink);line-height:0;border-radius:var(--ehf-r)}
.ehf-drawer-x:hover{background:var(--ehf-soft);color:var(--ehf-primary)}
.ehf-drawer-search{flex:0 0 auto;padding:12px 16px;border-bottom:1px solid var(--ehf-line);background:var(--ehf-soft)}
.ehf-drawer-search .ehf-sf-basic input[type=search],.ehf-drawer-search .ehf-sf-basic button{height:42px}
.ehf-drawer-search .ehf-sf--wd input[type=text],.ehf-drawer-search .ehf-sf--wd input[type=search]{height:42px}

.ehf-tabs{flex:0 0 auto;display:flex;border-bottom:1px solid var(--ehf-line)}
.ehf-tab{flex:1;background:none;border:0;border-bottom:2px solid transparent;padding:14px 0;cursor:pointer;
  font:inherit;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--ehf-mut)}
.ehf-tab.is-on{color:var(--ehf-primary);border-bottom-color:var(--ehf-primary)}

.ehf-drawer-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.ehf-pane[hidden]{display:none}

/* category tree */
.ehf-tree,.ehf-tree-sub{list-style:none;margin:0;padding:0}
.ehf-tree-sub[hidden]{display:none}
.ehf-tree-row{display:flex;align-items:stretch;border-bottom:1px solid var(--ehf-line)}
.ehf-tree-a{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;
  min-height:50px;padding:12px 16px;font-size:13px;color:var(--ehf-ink);text-decoration:none;line-height:1.35}
.ehf-tree-a:hover,.ehf-tree-a:focus-visible{color:var(--ehf-primary);background:var(--ehf-soft)}
.ehf-lvl-1>.ehf-tree-row>.ehf-tree-a{font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:12.5px}
.ehf-tree-n{font-style:normal;font-size:11px;color:var(--ehf-mut);opacity:.7;flex:0 0 auto}
.ehf-tree-t{flex:0 0 auto;width:52px;border:0;border-left:1px solid var(--ehf-line);background:none;
  cursor:pointer;color:var(--ehf-mut);position:relative}
.ehf-tree-t:hover{background:var(--ehf-soft);color:var(--ehf-primary)}
.ehf-tree-t::after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;
  border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;
  transform:translate(-60%,-60%) rotate(-45deg);transition:transform .2s ease}
.ehf-tree-t[aria-expanded=true]::after{transform:translate(-50%,-70%) rotate(45deg)}
.ehf-tree-sub{background:var(--ehf-soft)}
.ehf-tree-sub .ehf-tree-a{padding-left:32px;font-size:13px;color:var(--ehf-mut);text-transform:none;
  font-weight:400;letter-spacing:0;min-height:44px}
.ehf-tree-sub .ehf-tree-sub .ehf-tree-a{padding-left:48px;font-size:12.5px}
.ehf-tree-sub .ehf-tree-row{border-bottom-color:rgba(0,0,0,.05)}
.ehf-tree-view .ehf-tree-a{color:var(--ehf-primary);font-weight:600;font-size:12px;min-height:40px}
.ehf-tree-all .ehf-tree-a,.ehf-tree-all a{display:flex;align-items:center;min-height:50px;padding:12px 16px;
  font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;
  color:var(--ehf-primary);text-decoration:none;border-bottom:1px solid var(--ehf-line);background:var(--ehf-soft)}

/* menu tab */
.ehf-mlist{list-style:none;margin:0;padding:0}
.ehf-mlist a{display:flex;align-items:center;gap:12px;min-height:50px;padding:12px 16px;font-size:13px;
  color:var(--ehf-ink);text-decoration:none;border-bottom:1px solid var(--ehf-line)}
.ehf-mlist a:hover{color:var(--ehf-primary);background:var(--ehf-soft)}
.ehf-mlist a svg{width:19px;height:19px;color:var(--ehf-primary);opacity:.85}
.ehf-mlist span{flex:1 1 auto}
.ehf-mlist-n{font-style:normal;min-width:20px;height:20px;line-height:20px;text-align:center;padding:0 6px;
  border-radius:10px;background:var(--ehf-primary);color:#fff;font-size:11px;font-weight:600}
.ehf-mlist--info a{padding-left:16px;color:var(--ehf-mut);min-height:44px}
.ehf-mlist-h{margin:20px 0 0;padding:0 16px 8px;font-size:11px;font-weight:600;letter-spacing:.09em;
  text-transform:uppercase;color:var(--ehf-mut)}
.ehf-mlist-contact{display:flex;gap:12px;padding:14px 16px 0;font-size:12.5px;color:var(--ehf-mut);line-height:1.7}
.ehf-mlist-contact svg{width:17px;height:17px;flex:0 0 auto;margin-top:3px;color:var(--ehf-primary);opacity:.8}
.ehf-mlist-contact:last-child{padding-bottom:18px}

/* drawer footer */
.ehf-drawer-foot{flex:0 0 auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  padding:12px 16px;border-top:1px solid var(--ehf-line);background:#fff}
.ehf-drawer-cur{flex:0 0 auto}
.ehf-drawer-cur .ehf-cur-btn{background:var(--ehf-soft);border-color:var(--ehf-line);color:var(--ehf-ink)}
.ehf-drawer-cur .ehf-cur-btn:hover,.ehf-drawer-cur .ehf-cur-btn[aria-expanded=true]{
  background:var(--ehf-primary);border-color:var(--ehf-primary);color:#fff}
.ehf-drawer-cur .ehf-cur-list{top:auto;bottom:calc(100% + 8px);left:0;right:auto}
.ehf-drawer-call{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--ehf-primary);
  text-decoration:none;font-weight:600}
.ehf-drawer-call svg{width:17px;height:17px}
.ehf-drawer-soc{display:flex;gap:8px;margin-left:auto}
.ehf-drawer-soc a{width:32px;height:32px;border:1px solid var(--ehf-line);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:var(--ehf-primary)}
.ehf-drawer-soc a:hover{background:var(--ehf-primary);color:#fff;border-color:var(--ehf-primary)}
.ehf-drawer-soc svg{width:16px;height:16px}

/* ---------- footer ---------- */
.ehf-footer{background:#fff;margin-top:60px}
.ehf-f-top{border-top:1px solid var(--ehf-line);padding:52px 0 42px}
.ehf-f-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}
.ehf-f-logo{display:inline-block;line-height:0;margin-bottom:14px}
.ehf-f-logo img{width:120px;height:auto;display:block}
.ehf-f-h{font-size:24px;font-weight:400;margin:0 0 18px;color:var(--ehf-ink);line-height:1.3;max-width:16ch}
.ehf-f-meta{list-style:none;margin:0 0 18px;padding:0}
.ehf-f-meta li{display:flex;gap:11px;margin-bottom:10px;font-size:13px;line-height:1.7;color:var(--ehf-mut)}
.ehf-f-meta svg{width:17px;height:17px;flex:0 0 auto;margin-top:4px;color:var(--ehf-primary);opacity:.8}
.ehf-f-meta a{color:var(--ehf-mut);text-decoration:none}
.ehf-f-meta a:hover{color:var(--ehf-primary)}
.ehf-f-soc{display:flex;gap:10px}
.ehf-f-soc a{width:36px;height:36px;border:1px solid var(--ehf-primary);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:var(--ehf-primary);transition:.18s ease}
.ehf-f-soc a:hover{background:var(--ehf-primary);color:#fff}
.ehf-f-soc svg{width:17px;height:17px}
.ehf-f-ch{font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;margin:0 0 14px;color:var(--ehf-ink)}
.ehf-f-col ul{list-style:none;margin:0;padding:0}
.ehf-f-col a{display:block;padding:5px 0;font-size:13px;color:var(--ehf-mut);text-decoration:none}
.ehf-f-col a:hover{color:var(--ehf-primary);padding-left:4px}
.ehf-f-col a{transition:padding-left .15s ease,color .15s ease}

/* policies band */
.ehf-f-pol{border-top:1px solid var(--ehf-line);padding:38px 0 34px;background:#fff}
.ehf-pol-title{text-align:center;font-size:20px;font-weight:400;margin:0 0 26px;color:var(--ehf-ink)}
.ehf-pol-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.ehf-pol-col{padding:0 32px;border-right:1px solid var(--ehf-line);text-align:center}
.ehf-pol-col:last-child{border-right:0}
.ehf-pol-h{font-size:16px;font-weight:600;margin:0 0 14px;color:var(--ehf-ink);letter-spacing:.01em}
.ehf-pol-l{list-style:none;margin:0;padding:0;display:inline-block;text-align:left}
.ehf-pol-l li{display:flex;gap:9px;margin-bottom:9px;font-size:13px;line-height:1.6;color:var(--ehf-mut)}
.ehf-hb{width:13px;height:13px;flex:0 0 auto;margin-top:3px;color:var(--ehf-primary);opacity:.85}
.ehf-pol-more{text-align:center;margin:22px 0 0;font-size:13px}
.ehf-pol-more a{color:var(--ehf-primary);text-decoration:none;font-weight:600}
.ehf-pol-more a:hover{text-decoration:underline}

/* reassurance + newsletter */
.ehf-f-strip{background:var(--ehf-soft);padding:30px 0}
.ehf-f-strip-in{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:center}
.ehf-f-usps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ehf-f-usps>div{display:flex;gap:11px;align-items:flex-start}
.ehf-f-usps svg{width:20px;height:20px;flex:0 0 auto;margin-top:2px;color:var(--ehf-primary)}
.ehf-f-usps strong{display:block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--ehf-ink)}
.ehf-f-usps span{font-size:12px;color:var(--ehf-mut)}
.ehf-f-note{font-size:12px;color:var(--ehf-mut);margin:0 0 10px}
.ehf-sub-form{display:flex}
.ehf-sub-form input[type=email]{flex:1;min-width:0;height:44px;padding:0 14px;border:1px solid var(--ehf-line);
  border-right:0;border-radius:var(--ehf-r) 0 0 var(--ehf-r);font-size:13px;background:#fff}
.ehf-sub-form input[type=email]:focus{outline:0;border-color:var(--ehf-primary)}
.ehf-sub-form button{height:44px;padding:0 22px;border:0;border-radius:0 var(--ehf-r) var(--ehf-r) 0;
  background:var(--ehf-primary);color:#fff;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.ehf-sub-form button:hover{filter:brightness(1.12)}
.ehf-sub-form button[disabled]{opacity:.6;cursor:default}
.ehf-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important}
.ehf-sub-msg{font-size:12px;margin:8px 0 0;min-height:1em}
.ehf-sub-msg.is-ok{color:#2e7d4f}
.ehf-sub-msg.is-err{color:#c0392b}

.ehf-f-bottom{background:var(--ehf-ink);padding:16px 0}
.ehf-f-bottom-in{display:flex;justify-content:space-between;gap:14px;font-size:12px;color:#a98b96}
.ehf-f-bottom-in a{color:#a98b96;text-decoration:none}
.ehf-f-bottom-in a:hover{color:#fff}

/* ---------- responsive ---------- */
@media (max-width:1200px){
  .ehf-f-grid{grid-template-columns:1.4fr 1fr 1fr;gap:32px}
  .ehf-f-grid .ehf-f-col:nth-child(4){grid-column:2/-1}
}
@media (max-width:1024px){
  .ehf-wrap{padding:0 20px}
  .ehf-menu{gap:15px}
  .ehf-menu>.ehf-item>a{font-size:12px}
  .ehf-mega-in{padding:22px 20px}
  .ehf-mega-grid{gap:18px}
  .ehf-pol-col{padding:0 20px}
}
@media (max-width:900px){
  .ehf-nav{display:none}
  .ehf-burger{display:inline-flex!important}
  .ehf-main-in{gap:12px;min-height:62px}
  .ehf-logo{flex:1 1 auto;display:flex;justify-content:center}
  .ehf-logo img{width:var(--ehf-logo-w-m)}
  .ehf-hide-m{display:none!important}
  .ehf-searchbar-in,.ehf-sugg{max-width:none}
  .ehf-f-grid{grid-template-columns:1fr 1fr;gap:30px}
  .ehf-f-grid .ehf-f-brand{grid-column:1/-1}
  .ehf-f-grid .ehf-f-col:nth-child(4){grid-column:auto}
  .ehf-f-strip-in{grid-template-columns:1fr;gap:26px}
  .ehf-f-usps{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  .ehf-pol-grid{grid-template-columns:1fr;gap:0}
  .ehf-pol-col{border-right:0;border-bottom:1px solid var(--ehf-line);padding:20px 0;text-align:left}
  .ehf-pol-col:last-child{border-bottom:0}
  .ehf-pol-l{display:block}
  .ehf-f-pol{padding:22px 0 18px}
  .ehf-f-h{font-size:21px}
  .ehf-f-top{padding:34px 0 28px}
  .ehf-f-usps{grid-template-columns:1fr;gap:14px}
  .ehf-f-bottom-in{flex-direction:column;align-items:flex-start;gap:6px;text-align:left}
}
@media (max-width:600px){
  .ehf-wrap{padding:0 16px}
  .ehf-top-in{min-height:36px;gap:8px}
  .ehf-top-msg{font-size:11px}
  .ehf-top-acc{padding:5px 7px}
  .ehf-cur-btn{padding:6px 9px;font-size:11px}
  .ehf-f-grid{grid-template-columns:1fr;gap:26px}
  .ehf-searchbar{padding:12px 0}
}
@media (max-width:400px){
  .ehf-acts{gap:0}
  .ehf-act{padding:7px}
  .ehf-drawer-foot{gap:8px}
  .ehf-drawer-call span{display:none}
}
@media (prefers-reduced-motion:reduce){
  .ehf-header,.ehf-mega,.ehf-drawer,.ehf-scrim,.ehf-f-soc a,.ehf-tree-t::after,.ehf-cur-caret{transition:none!important}
}
