.hef-skip-link{position:fixed;left:-9999px;top:10px;z-index:999999;background:#fff;padding:12px 16px;border-radius:8px}.hef-skip-link:focus{left:10px}
.hef-header{position:sticky;top:0;z-index:1000;background:var(--hef-header);border-bottom:1px solid var(--hef-line)}
.hef-header__bar{background:var(--hef-forest);color:#eef4f0;font-size:.74rem;letter-spacing:.01em}.hef-header__bar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:28px}.hef-header__bar-message{margin:0;color:#d2dfd7;font-weight:620}.hef-header__bar-tools{display:flex;align-items:center;justify-content:flex-end;gap:30px;margin-left:auto}.hef-header__contact{display:inline-flex;align-items:center;min-height:38px;color:#fff;font-weight:650;white-space:nowrap;transition:color .2s var(--hef-ease)}.hef-header__contact:hover{color:#d4ead7}
.hef-language-switcher{font-size:.78rem;color:inherit}.hef-language-switcher select{max-width:190px;border:1px solid currentColor;border-radius:7px;background:transparent;color:inherit;padding:7px 30px 7px 10px;font-weight:650;outline:0}.hef-language-switcher select option{color:var(--hef-ink);background:#fff}.hef-language-switcher .trp-language-switcher{width:auto!important;height:auto!important}.hef-language-switcher .trp-language-switcher>div{background:transparent!important;border:1px solid currentColor!important;border-radius:7px!important;padding:0!important;width:auto!important;min-width:150px!important}.hef-language-switcher .trp-language-switcher>div>a{color:inherit!important;padding:7px 10px!important;font-weight:650!important}.hef-language-switcher .trp-language-switcher>div>a:hover{background:rgba(255,255,255,.08)!important}
.hef-header__nav-wrap{background:var(--hef-header)}.hef-header__main{height:80px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:28px}.custom-logo-link{display:flex;align-items:center}.custom-logo{width:auto;max-width:238px;max-height:54px}.hef-brand__text{display:inline-flex;align-items:center;gap:10px;font-size:1rem;font-weight:850;letter-spacing:-.02em}.hef-brand__mark{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--hef-brand);color:#fff;font-family:var(--hef-font-heading)}
.hef-nav{justify-self:end;margin-left:auto}.hef-nav__list{display:flex;align-items:center;gap:clamp(20px,1.55vw,28px);list-style:none;margin:0;padding:0}.hef-nav__list>li{position:relative}.hef-nav__list>li>a{display:block;padding:29px 0 28px;font-size:.855rem;font-weight:620;color:#3F724C;transition:color .18s var(--hef-ease)}.hef-nav__list>li>a:hover,.hef-nav__list>li.current-menu-item>a,.hef-nav__list>li.current-menu-ancestor>a{color:var(--hef-forest)}.hef-nav__list>li.current-menu-item>a,.hef-nav__list>li.current-menu-ancestor>a{font-weight:680}.hef-nav__list .sub-menu{position:absolute;top:67px;left:-18px;width:220px;display:none;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid rgba(33,75,53,.13);border-radius:10px;box-shadow:0 14px 34px rgba(33,75,53,.09)}.hef-nav__list li:hover>.sub-menu,.hef-nav__list li:focus-within>.sub-menu{display:block}.hef-nav__list .sub-menu a{display:block;padding:11px 12px;border-radius:7px;font-size:.83rem;font-weight:520;color:#53675d;transition:background .18s var(--hef-ease),color .18s var(--hef-ease)}.hef-nav__list .sub-menu a:hover{background:#f3f6f1;color:var(--hef-forest)}
.hef-header__actions{display:flex;align-items:center;gap:12px;justify-self:end}.hef-header__actions .hef-btn--small{min-height:46px;padding:10px 22px}.hef-header__quote{justify-content:center;white-space:nowrap}.hef-header__quote:hover{transform:translateY(-1px)}.hef-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--hef-line);border-radius:8px;background:var(--hef-header);position:relative;z-index:1110}.hef-menu-toggle span:not(.screen-reader-text){position:absolute;width:18px;height:1.5px;background:var(--hef-ink);left:12px;top:18px}.hef-menu-toggle span:nth-child(3){top:24px}
.hef-menu-open,.hef-menu-open body{overflow:hidden}
.hef-mobile-backdrop,.hef-mobile-panel{display:none}
@media(max-width:1280px){
  :root{--hef-mobile-admin-offset:0px}
  body.admin-bar{--hef-mobile-admin-offset:32px}
  .hef-mobile-backdrop{
    position:fixed;top:var(--hef-mobile-admin-offset);right:0;bottom:0;left:0;z-index:2000;
    display:block;width:100%;padding:0;border:0;background:rgba(16,31,23,.48);
    opacity:0;visibility:hidden;pointer-events:none;cursor:default;
    transition:opacity .2s ease,visibility .2s ease;-webkit-tap-highlight-color:transparent
  }
  .hef-mobile-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}
  .hef-mobile-panel{
    position:fixed;top:var(--hef-mobile-admin-offset);right:0;bottom:0;left:auto;z-index:2005;
    display:flex;flex-direction:column;width:min(88vw,350px);height:calc(100dvh - var(--hef-mobile-admin-offset));
    min-width:0;max-height:calc(100dvh - var(--hef-mobile-admin-offset));overflow:hidden;
    border:0;background:#fff;box-shadow:-20px 0 52px rgba(33,75,53,.18);
    opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(102%,0,0);
    transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .2s ease,visibility .2s ease
  }
  .hef-mobile-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0)}
  .hef-mobile-panel__header{
    display:flex;flex:0 0 72px;align-items:center;justify-content:space-between;gap:16px;
    min-height:72px;padding:12px 16px 12px 20px;border-bottom:1px solid #e7ebe7;background:#fff
  }
  .hef-mobile-panel__brand{display:flex;align-items:center;min-width:0}
  .hef-mobile-panel__brand .custom-logo-link{display:flex;align-items:center;max-width:190px}
  .hef-mobile-panel__brand .custom-logo{width:auto;max-width:180px;max-height:44px}
  .hef-mobile-panel__close{
    position:relative;display:grid;flex:0 0 44px;place-items:center;width:44px;height:44px;padding:0;
    border:1px solid rgba(33,75,53,.18);border-radius:9px;background:#fff;color:var(--hef-forest);
    box-shadow:0 5px 16px rgba(33,75,53,.05);transition:border-color .18s ease,background .18s ease
  }
  .hef-mobile-panel__close:hover,.hef-mobile-panel__close:focus-visible{border-color:rgba(33,75,53,.34);background:#f7faf6;outline:0}
  .hef-mobile-panel__close span{position:absolute;left:50%;top:50%;width:18px;height:1.7px;border-radius:99px;background:currentColor}
  .hef-mobile-panel__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
  .hef-mobile-panel__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}
  .hef-mobile-panel__scroll{
    display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:24px 22px max(22px,env(safe-area-inset-bottom));
    overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch
  }
  .hef-mobile-nav{width:100%;flex:0 0 auto}
  .hef-mobile-menu{display:grid;width:100%;list-style:none;margin:0;padding:0}
  .hef-mobile-menu__item{border-bottom:1px solid #e5eae6}
  .hef-mobile-menu__row{display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;min-height:56px}
  .hef-mobile-menu__row>a{display:flex;align-items:center;min-height:56px;padding:0;color:var(--hef-forest);font:600 .875rem/1.35 var(--hef-font-heading);letter-spacing:-.006em}
  .hef-mobile-menu__row>a:hover,.hef-mobile-menu__row>a:focus-visible{color:var(--hef-brand);outline:0}
  .hef-mobile-menu__toggle{
    position:relative;display:grid;place-items:center;width:38px;height:38px;margin:0 -4px 0 auto;padding:0;
    border:0;border-radius:8px;background:transparent;color:var(--hef-forest);-webkit-tap-highlight-color:transparent
  }
  .hef-mobile-menu__toggle:hover,.hef-mobile-menu__toggle:focus-visible{background:#f5f8f4;color:var(--hef-brand);outline:0}
  .hef-mobile-menu__toggle-icon{position:relative;display:block;width:12px;height:12px;transition:transform .18s ease}
  .hef-mobile-menu__toggle-icon:before,.hef-mobile-menu__toggle-icon:after{
    content:"";position:absolute;top:50%;left:50%;width:8px;height:1.6px;border-radius:99px;background:currentColor
  }
  .hef-mobile-menu__toggle-icon:before{transform:translate(-82%,-25%) rotate(45deg)}
  .hef-mobile-menu__toggle-icon:after{transform:translate(-18%,-25%) rotate(-45deg)}
  .hef-mobile-menu__toggle[aria-expanded="true"] .hef-mobile-menu__toggle-icon{transform:rotate(180deg)}
  .hef-mobile-menu__submenu{list-style:none;margin:0 0 10px 3px;padding:3px 0 5px 16px;border-left:2px solid rgba(73,155,88,.22)}
  .hef-mobile-menu__submenu[hidden]{display:none}
  .hef-mobile-menu__submenu li+li{margin-top:1px}
  .hef-mobile-menu__submenu a{display:block;padding:7px 0;color:#66736c;font-size:.825rem;font-weight:520;line-height:1.4}
  .hef-mobile-menu__submenu a:hover,.hef-mobile-menu__submenu a:focus-visible{color:var(--hef-forest);outline:0}
  .hef-mobile-action{
    width:100%;margin-top:auto;padding:19px 18px 17px;border:1px solid rgba(73,155,88,.22);
    border-radius:13px;background:#f3f8f1;box-shadow:none
  }
  .hef-mobile-nav+.hef-mobile-action{margin-top:max(30px,7vh)}
  .hef-mobile-action__eyebrow{margin:0 0 7px;color:var(--hef-brand);font-size:.68rem;font-weight:800;letter-spacing:.13em;line-height:1.3;text-transform:uppercase}
  .hef-mobile-action__title{margin:0 0 14px;color:var(--hef-forest);font-size:.875rem;font-weight:700;line-height:1.45}
  .hef-mobile-action__button{width:100%;min-height:47px;padding:0 16px;gap:9px;border-radius:8px;box-shadow:0 9px 22px rgba(33,75,53,.13)}
  .hef-mobile-action__button span{transition:transform .18s ease}
  .hef-mobile-action__button:hover span,.hef-mobile-action__button:focus-visible span{transform:translateX(3px)}
  .hef-menu-toggle[aria-expanded="true"]{background:var(--hef-header)}
}
@media(max-width:782px){
  body.admin-bar{--hef-mobile-admin-offset:46px}
  body{padding-top:70px}
  .hef-header,body.admin-bar .hef-header{position:fixed;top:0;right:0;left:0;width:100%;transform:translate3d(0,0,0)}
  body.admin-bar .hef-header{top:46px}
  .hef-header__main{height:70px}
  .hef-mobile-panel{width:min(88vw,350px)}
}
@media(max-width:420px){.hef-mobile-panel{width:min(90vw,350px)}.hef-mobile-panel__scroll{padding-right:20px;padding-left:20px}}
@media(max-width:1280px) and (max-height:720px){.hef-mobile-panel__scroll{padding-top:18px}.hef-mobile-nav+.hef-mobile-action{margin-top:22px}.hef-mobile-action{padding:16px 15px 15px}}
@media(prefers-reduced-motion:reduce){.hef-mobile-panel,.hef-mobile-backdrop,.hef-mobile-menu__toggle-icon,.hef-mobile-action__button span{transition:none!important}}
.hef-footer{padding:74px 0 26px;background:#173829;color:#d8e4dd}.hef-footer--after-cta{padding-top:0}.hef-footer--after-cta .hef-footer__grid{padding-top:50px}.hef-footer h2{color:#fff}.hef-footer__intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:52px;border-bottom:1px solid rgba(255,255,255,.14)}.hef-footer__intro h2{max-width:850px}.hef-footer .hef-eyebrow{color:#bad0bf}.hef-footer__grid{display:grid;grid-template-columns:1.35fr 1fr 1fr .8fr;gap:54px;padding:52px 0 44px}.hef-footer__brand{min-width:0}.hef-footer__logo-link{display:inline-flex;align-items:center;max-width:230px;margin-bottom:22px;transition:opacity .18s var(--hef-ease)}.hef-footer__logo-link:hover{opacity:.82}.hef-footer__logo{display:block;width:auto;max-width:220px;max-height:62px;filter:brightness(0) invert(1);opacity:.96}.hef-footer__brand-name{color:#fff;font-size:1.05rem;font-weight:800}.hef-footer__brand-copy{max-width:410px;margin:0 0 22px;color:#b6c7be;line-height:1.62}.hef-footer__contacts{display:grid;gap:10px}.hef-footer__contact-link{display:inline-flex;align-items:center;gap:10px;width:max-content;max-width:100%;color:#eef4f0;font-size:.9rem;line-height:1.45;transition:color .18s var(--hef-ease)}.hef-footer__contact-link:hover,.hef-footer__contact-link:focus-visible{color:#8fd09a;outline:0}.hef-footer__contact-icon{flex:0 0 19px;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.hef-footer-group{min-width:0}.hef-footer-group__summary{display:flex;align-items:center;justify-content:space-between;gap:14px;list-style:none;color:#b6c7be;font:800 .78rem/1.2 var(--hef-font-body);letter-spacing:.12em;text-transform:uppercase;margin:0 0 17px;cursor:default}.hef-footer-group__summary::-webkit-details-marker{display:none}.hef-footer-group__summary::marker{content:""}.hef-footer-group__chevron{display:none;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s var(--hef-ease)}.hef-footer-group:not([open])>.hef-footer__menu{display:block}.hef-footer__menu{list-style:none;margin:0;padding:0}.hef-footer__menu li+li{margin-top:10px}.hef-footer__menu a{font-size:.9rem;line-height:1.5;color:#eef4f0;transition:color .18s var(--hef-ease)}.hef-footer__menu a:hover,.hef-footer__menu a:focus-visible{color:#8fd09a;text-decoration:none;outline:0}.hef-footer__bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:.75rem;line-height:1.55;color:#94aa9f}.hef-footer__bottom p{margin:0;max-width:52%}
.hef-generic-listing{padding-bottom:90px}.hef-404{padding:100px 0}.hef-404__card{max-width:900px;padding:70px;background:var(--hef-paper);border-radius:var(--hef-radius)}.hef-404__card h1{max-width:760px}.hef-404__card>p:not(.hef-eyebrow){max-width:620px;margin-top:20px}
@media(max-width:1280px){.hef-nav{display:none}.hef-header__main{grid-template-columns:auto 1fr auto}.hef-header__actions{justify-self:end}.hef-menu-toggle{display:block}.hef-footer__grid{grid-template-columns:1.35fr 1fr;gap:46px 64px}.hef-footer__grid>div:last-child{grid-column:auto}}
@media(max-width:980px){.hef-header__bar-message{display:none}.hef-header__bar-inner{justify-content:center}.hef-header__bar-tools{margin-left:0}}
@media(max-width:782px){.hef-header__bar{display:none}.hef-header__main{height:70px;gap:12px}.custom-logo{max-width:180px;max-height:46px}.hef-header__actions>.hef-btn{display:none}.hef-mobile-panel__footer{align-items:stretch}.hef-mobile-panel__footer .hef-btn{width:100%}.hef-footer__intro{align-items:flex-start;flex-direction:column}.hef-footer__grid{display:block;padding:40px 0 30px}.hef-footer__brand{margin-bottom:30px}.hef-footer__logo-link{margin-bottom:20px}.hef-footer__logo{max-width:190px;max-height:58px}.hef-footer__brand-copy{max-width:320px;margin-bottom:20px;font-size:.925rem}.hef-footer__contacts{gap:11px}.hef-footer__contact-link{font-size:.875rem}.hef-footer-group{border-top:1px solid rgba(255,255,255,.12)}.hef-footer-group:last-of-type{border-bottom:1px solid rgba(255,255,255,.12)}.hef-footer-group__summary{min-height:56px;margin:0;padding:0;color:#eef4f0;font-size:.78rem;letter-spacing:.11em;cursor:pointer}.hef-footer-group__summary:focus-visible{outline:2px solid rgba(143,208,154,.65);outline-offset:-2px}.hef-footer-group__chevron{display:block}.hef-footer-group[open] .hef-footer-group__chevron{transform:rotate(180deg)}.hef-footer-group:not([open])>.hef-footer__menu{display:none}.hef-footer-group>.hef-footer__menu{padding:0 0 20px}.hef-footer__menu li+li{margin-top:11px}.hef-footer__menu a{font-size:.875rem}.hef-footer__bottom{flex-direction:column;gap:14px;padding-top:22px;font-size:.73rem}.hef-footer__bottom p{max-width:310px}.hef-footer__bottom p:last-child{color:#829b8e}.hef-404__card{padding:38px 24px}}


/* Footer responsive behavior: expanded navigation on tablet/desktop, compact accordions on mobile. */
@media (min-width:768px){
  .hef-footer-group{border:0}
  .hef-footer-group__summary{pointer-events:none;cursor:default}
  .hef-footer-group__chevron{display:none!important}
  .hef-footer-group>.hef-footer__menu{display:block!important;padding:0}
}
@media (min-width:768px) and (max-width:782px){
  .hef-footer__grid{display:grid;grid-template-columns:1.35fr 1fr;gap:46px 64px;padding:52px 0 44px}
  .hef-footer__brand{margin-bottom:0}
  .hef-footer__logo-link{margin-bottom:22px}
  .hef-footer__logo{max-width:220px;max-height:62px}
  .hef-footer__brand-copy{max-width:410px;margin:0 0 22px;font-size:inherit}
  .hef-footer__contacts{gap:10px}
  .hef-footer__contact-link{font-size:.9rem}
  .hef-footer-group__summary{min-height:auto;margin:0 0 17px;padding:0;color:#b6c7be;font-size:.78rem;letter-spacing:.12em}
  .hef-footer__menu li+li{margin-top:10px}
  .hef-footer__menu a{font-size:.9rem}
  .hef-footer__bottom{flex-direction:row;justify-content:space-between;gap:30px;padding-top:22px;font-size:.75rem}
  .hef-footer__bottom p{max-width:52%}
}
@media (max-width:767px){
  .hef-footer__grid{padding:34px 0 26px}
  .hef-footer__brand{margin-bottom:26px}
  .hef-footer__logo-link{margin-bottom:17px}
  .hef-footer__logo{max-width:165px;max-height:52px}
  .hef-footer__brand-copy{max-width:300px;margin-bottom:18px;font-size:.875rem;line-height:1.55}
  .hef-footer__contacts{gap:9px}
  .hef-footer__contact-link{font-size:.85rem}
  .hef-footer__contact-icon{width:18px;height:18px;flex-basis:18px}
  .hef-footer-group__summary{min-height:52px;font-size:.755rem;letter-spacing:.105em}
  .hef-footer-group__chevron{width:15px;height:15px;stroke-width:1.8}
  .hef-footer-group>.hef-footer__menu{padding:0 0 18px}
  .hef-footer__menu li+li{margin-top:9px}
  .hef-footer__menu a{font-size:.85rem;line-height:1.45}
  .hef-footer__bottom{gap:10px;padding-top:20px;font-size:.7rem;line-height:1.5;color:#879f93}
  .hef-footer__bottom p{max-width:300px}
  .hef-footer__bottom p:last-child{color:#789285}
}
