/* Shared editorial footer, replacing the legacy Divi footer across the site. */
.et-l--footer,
#main-footer { display:none!important; }
.tol-hrp-footer { color:#eef1e9; background:#141915; border-top:1px solid rgba(202,221,172,.16); }
.tol-hrp-footer .tol-hrp-shell { width:min(1380px,calc(100% - 48px)); margin-inline:auto; }
.tol-hrp-footer__grid { display:grid; grid-template-columns:minmax(210px,1.4fr) repeat(3,minmax(120px,.7fr)) minmax(155px,.82fr); gap:34px; padding-block:50px 38px; }
.tol-hrp-footer__brand-link { display:inline-block; max-width:220px; }
.tol-hrp-footer__logo { display:block; width:100%; height:auto; }
.tol-hrp-footer__brand p { max-width:250px; margin:16px 0 18px; color:#c9d0c5; font-family:"Source Serif 4",Georgia,serif; font-size:16px; line-height:1.45; }
.tol-hrp-footer__social { display:flex; flex-wrap:wrap; gap:8px; }
.tol-hrp-footer__social a { width:31px; height:31px; display:grid; place-items:center; color:#f6f8f3!important; border:1px solid rgba(240,245,235,.42); border-radius:50%; font-family:"Open Sans",Arial,sans-serif; font-size:15px; font-weight:700; line-height:1; }
.tol-hrp-footer__social a:hover { color:#fff!important; background:#6d9622; border-color:#6d9622; }
.tol-hrp-footer__nav { display:grid; align-content:start; gap:7px; }
.tol-hrp-footer__nav h2 { margin:0 0 5px; color:#a9cf54; font-family:"Open Sans",Arial,sans-serif; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.tol-hrp-footer__nav a { color:#eff2ec!important; font-size:13px; line-height:1.35; }
.tol-hrp-footer__nav a:hover,.tol-hrp-footer__legal a:hover { color:#b6db60!important; }
.tol-hrp-footer__feature { display:block; align-self:start; color:#fff!important; }
.tol-hrp-footer__feature > span { display:block; aspect-ratio:4/3; overflow:hidden; border:1px solid rgba(239,245,232,.28); border-radius:3px; background:#263027; }
.tol-hrp-footer__feature-image { display:block; width:100%; height:100%; object-fit:cover; }
.tol-hrp-footer__feature strong { display:block; margin-top:9px; color:#eff2ec; font-family:Lora,Georgia,serif; font-size:15px; line-height:1.28; font-weight:600; }
.tol-hrp-footer__feature strong span { color:#b6db60; }
.tol-hrp-footer__bottom { display:flex; justify-content:space-between; gap:18px; padding-block:16px; color:#abb4a7; border-top:1px solid rgba(239,245,232,.14); font-size:11px; }
.tol-hrp-footer__legal { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:15px; }
.tol-hrp-footer__legal a { color:#cbd2c7!important; }
@media (max-width:1200px) {
  .tol-hrp-footer__grid { grid-template-columns:1.2fr repeat(3,1fr); }
  .tol-hrp-footer__feature { display:none; }
}
@media (max-width:680px) {
  .tol-hrp-footer .tol-hrp-shell { width:calc(100% - 28px); }
  .tol-hrp-footer__grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 20px; padding-block:38px 30px; }
  .tol-hrp-footer__brand { grid-column:1/-1; }
  .tol-hrp-footer__brand p { max-width:330px; }
  .tol-hrp-footer__bottom { display:block; padding-block:14px 20px; }
  .tol-hrp-footer__legal { justify-content:flex-start; margin-top:8px; }
}
