/* ==========================================================================
   Hydrasearch Header & Footer — hs-header.css
   Scoped to .hsh (header) / .hsf (footer). Tokens on :root come from settings
   (see HSH_Assets::inline_css); the fallbacks here are the brand defaults.
   ========================================================================== */
:root {
  --hsh-navy: #00254d;
  --hsh-accent: #007cba;
  --hsh-accent-hover: #005a87;
  --hsh-secondary: #2b5677;
  --hsh-grey: #f2f2f2;
  --hsh-line: #e3e7ee;
  --hsh-text: #111b29;
  --hsh-muted: #5b6573;
  --hsh-danger: #dc3545;
  --hsh-container: 1320px;
  --hsh-logo-w: 250px;
  --hsh-font-head: "Franklin Gothic Condensed Demi", "Franklin Gothic Demi Cond", "Arial Narrow", Arial, sans-serif;
  --hsh-font-body: "Franklin Gothic Book", "Franklin Gothic", Inter, Arial, sans-serif;
  --hsh-radius-pill: 30px;
  --hsh-radius-panel: 24px;
  --hsh-shadow-panel: 0 14px 40px rgba(0, 37, 77, .18), 0 2px 6px rgba(0, 37, 77, .08);
  --hsh-z-bar: 1000;
  --hsh-z-drawer: 1100;
}

/* --------------------------------------------------------------------------
   Base / resets inside our scope (the theme ships Bootstrap + its own globals)
   -------------------------------------------------------------------------- */
.hsh, .hsh *, .hsh *::before, .hsh *::after,
.hsf, .hsf *, .hsf *::before, .hsf *::after,
.hsh-drawer, .hsh-drawer *, .hsh-drawer *::before, .hsh-drawer *::after { box-sizing: border-box; }
:where(.hsh, .hsf, .hsh-drawer) ul { list-style: none; margin: 0; padding: 0; }
:where(.hsh, .hsf, .hsh-drawer) a { text-decoration: none; color: inherit; }
:where(.hsh, .hsf, .hsh-drawer) button, :where(.hsh) [type="button"] {
  appearance: none; -webkit-appearance: none; background: none; border: 0; margin: 0; padding: 0;
  font: inherit; color: inherit; cursor: pointer; line-height: inherit; border-radius: 0; text-transform: none; letter-spacing: normal;
}
:where(.hsh, .hsf, .hsh-drawer) img { display: block; max-width: 100%; height: auto; }
:where(.hsh, .hsf, .hsh-drawer) svg.hsh-ico { flex: 0 0 auto; display: inline-block; vertical-align: middle; }
.hsh :focus-visible, .hsf :focus-visible, .hsh-drawer :focus-visible { outline: 2px solid var(--hsh-accent); outline-offset: 2px; }
.hsh-topbar :focus-visible, .hsh-drawer :focus-visible, .hsf :focus-visible { outline-color: #fff; }
.hsh .screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.hsh { position: relative; z-index: var(--hsh-z-bar); font-family: var(--hsh-font-body); color: var(--hsh-text); line-height: 1.4; }
.hsh-wrap { width: 100%; max-width: var(--hsh-container); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; }

/* --------------------------------------------------------------------------
   Top bar
   -------------------------------------------------------------------------- */
.hsh-topbar { background: var(--hsh-navy); color: #fff; }
.hsh-topbar .hsh-wrap { min-height: 68px; justify-content: space-between; gap: 16px; }
.hsh-contact { display: flex; align-items: center; gap: 28px; }
.hsh-contact-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--hsh-font-head); font-size: 15px; letter-spacing: .2px; color: #fff; padding: 6px 0; }
.hsh-contact-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.hsh-tools { display: flex; align-items: center; gap: 14px; }

/* hs-search trigger sits in the tools row; make sure it aligns whatever its own CSS does */
.hsh-tools .hs-trigger, .hsh-drawer-search .hs-trigger { margin: 0; }
.hsh-drawer-search .hs-trigger { width: 100%; justify-content: center; }

/* Fallback native search (only when hs-search is inactive) */
.hsh-search-form { display: flex; align-items: center; background: #fff; border-radius: var(--hsh-radius-pill); padding: 2px 2px 2px 14px; min-width: 260px; }
.hsh-search-input { flex: 1; border: 0; background: none; font: inherit; font-size: 15px; color: var(--hsh-text); padding: 8px 6px; min-width: 0; outline: none; }
.hsh-search-submit { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--hsh-navy); color: #fff; }
.hsh-search-submit:hover { background: var(--hsh-accent); }

/* Buttons */
.hsh-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--hsh-font-head); font-size: 16px; line-height: 1; padding: 12px 20px; border-radius: var(--hsh-radius-pill); border: 2px solid transparent; transition: background-color .18s, color .18s, border-color .18s; white-space: nowrap; }
.hsh-btn--accent { background: var(--hsh-accent); color: #fff; border-color: var(--hsh-accent); }
.hsh-btn--accent:hover, .hsh-btn--accent:focus { background: var(--hsh-accent-hover); border-color: var(--hsh-accent-hover); color: #fff; }
.hsh-btn--light { background: #fff; color: var(--hsh-navy); border-color: #fff; }
.hsh-btn--light:hover, .hsh-btn--light:focus { background: var(--hsh-accent); border-color: var(--hsh-accent); color: #fff; }

/* Account (logged in) */
.hsh-account { position: relative; }
.hsh-account-btn { display: inline-flex; align-items: center; gap: 10px; color: #fff; padding: 6px 10px 6px 6px; border-radius: var(--hsh-radius-pill); font-family: var(--hsh-font-head); font-size: 16px; transition: background-color .18s; }
.hsh-account-btn:hover, .hsh-account-btn[aria-expanded="true"] { background: rgba(255, 255, 255, .12); }
.hsh-avatar { position: relative; display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--hsh-accent); color: #fff; overflow: hidden; flex: 0 0 auto; }
.hsh-avatar .hsh-avatar-img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.hsh-avatar-initials { font-family: var(--hsh-font-head); font-size: 14px; letter-spacing: .5px; }
.hsh-avatar .hsh-avatar-img[src*="gravatar"] + .hsh-avatar-initials { display: none; }
.hsh-caret-ico { transition: transform .18s; }
[aria-expanded="true"] > .hsh-caret-ico { transform: rotate(180deg); }

/* Generic dropdown (account, language) */
.hsh-dropdown { position: absolute; top: calc(100% + 10px); right: 0; min-width: 240px; background: #fff; color: var(--hsh-text); border-radius: 14px; box-shadow: var(--hsh-shadow-panel); padding: 8px; z-index: 5; text-align: left; }
.hsh-dropdown::before { content: ""; position: absolute; top: -7px; right: 22px; width: 14px; height: 14px; background: #fff; transform: rotate(45deg); border-radius: 2px; }
.hsh-dropdown[hidden] { display: none; }
.hsh-dropdown-head { padding: 10px 12px 12px; border-bottom: 1px solid var(--hsh-line); margin-bottom: 6px; display: grid; gap: 2px; }
.hsh-dropdown-head strong { font-family: var(--hsh-font-head); font-size: 17px; color: var(--hsh-navy); }
.hsh-muted { color: var(--hsh-muted); font-size: 13px; }
.hsh-role { justify-self: start; margin-top: 4px; font-size: 11px; letter-spacing: .4px; text-transform: uppercase; background: var(--hsh-grey); color: var(--hsh-navy); border-radius: 10px; padding: 2px 8px; }
.hsh-dropdown-list a, .hsh-dropdown-foot a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; font-size: 15px; color: var(--hsh-text); }
.hsh-dropdown-list a:hover, .hsh-dropdown-foot a:hover { background: #f2f6fb; color: var(--hsh-navy); }
.hsh-dropdown-list .hsh-ico, .hsh-dropdown-foot .hsh-ico { color: var(--hsh-secondary); }
.hsh-dropdown-foot { border-top: 1px solid var(--hsh-line); margin-top: 6px; padding-top: 6px; }
.hsh-lang-menu a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; font-size: 15px; }
.hsh-lang-menu a:hover { background: #f2f6fb; color: var(--hsh-navy); }
.hsh-lang-menu { min-width: 180px; }

/* --------------------------------------------------------------------------
   Main bar
   -------------------------------------------------------------------------- */
.hsh-bar { background: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, .12); }
.hsh-bar .hsh-wrap { position: relative; min-height: 84px; justify-content: space-between; gap: 24px; }
.hsh-logo { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 8px 0; }
.hsh-logo img { width: var(--hsh-logo-w); height: auto; }
.hsh-bar-spacer { height: 0; }

/* Sticky state (class toggled by JS once the top bar has scrolled away) */
.hsh.is-stuck .hsh-bar { position: fixed; top: 0; left: 0; right: 0; z-index: var(--hsh-z-bar); box-shadow: 0 6px 20px rgba(0, 0, 0, .14); }
.admin-bar .hsh.is-stuck .hsh-bar { top: 32px; }
@media (max-width: 782px) { .admin-bar .hsh.is-stuck .hsh-bar { top: 46px; } }
.hsh.is-stuck .hsh-bar .hsh-wrap { min-height: 72px; }
.hsh.is-stuck .hsh-logo img { width: calc(var(--hsh-logo-w) * .84); }

/* Primary navigation */
.hsh-nav { flex: 1 1 auto; display: flex; justify-content: flex-end; align-self: stretch; }
.hsh-nav-list { display: flex; align-items: stretch; }
.hsh-nav-item { display: flex; align-items: stretch; position: static; }
.hsh-nav-link { display: inline-flex; align-items: center; padding: 0 18px; font-family: var(--hsh-font-head); font-size: 16px; color: var(--hsh-navy); letter-spacing: .1px; transition: background-color .15s, color .15s; }
.hsh-nav-item--mega .hsh-nav-link { padding-right: 5px; }
.hsh-nav-caret { display: inline-flex; align-items: center; padding: 0 16px 0 4px; color: var(--hsh-navy); transition: background-color .15s, color .15s; }
.hsh-nav-caret .hsh-ico { transition: transform .18s; }
.hsh-nav-item:hover > .hsh-nav-link, .hsh-nav-item:hover > .hsh-nav-caret,
.hsh-nav-item.is-open > .hsh-nav-link, .hsh-nav-item.is-open > .hsh-nav-caret,
.hsh-nav-link:focus-visible { background: var(--hsh-navy); color: #fff; }
.hsh-nav-item.is-open > .hsh-nav-caret .hsh-ico { transform: rotate(180deg); }
.hsh-nav-item.is-open::after { content: ""; position: absolute; bottom: -1px; width: 22px; height: 12px; background: #fff; clip-path: polygon(50% 0, 100% 100%, 0 100%); left: var(--hsh-pointer-left, 50%); transform: translateX(-50%); z-index: 41; pointer-events: none; }

/* Mega panel */
.hsh-mega { position: absolute; top: 100%; left: 24px; right: 24px; z-index: 40; padding-top: 10px; }
.hsh-mega[hidden] { display: none; }
.hsh-mega-inner { background: #fff; border-radius: var(--hsh-radius-panel); box-shadow: var(--hsh-shadow-panel); padding: 26px 30px 22px; animation: hsh-fade .16s ease-out; }
.hsh-mega--grid .hsh-mega-inner { width: max-content; max-width: 100%; margin-left: var(--hsh-mega-left, 0); }
.hsh-mega--tabs .hsh-mega-inner { display: grid; grid-template-columns: 290px minmax(0, 1fr); padding: 0; overflow: hidden; }
@keyframes hsh-fade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

.hsh-cards { display: grid; grid-template-columns: repeat(var(--hsh-cols, 4), minmax(0, 1fr)); gap: 2px 12px; }
.hsh-mega--grid .hsh-cards { grid-template-columns: repeat(var(--hsh-cols, 4), minmax(200px, 250px)); }
.hsh-card { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; color: var(--hsh-text); transition: background-color .15s, color .15s; min-height: 46px; }
.hsh-card:hover, .hsh-card:focus-visible { background: #eef3f9; color: var(--hsh-navy); }
.hsh-card-ico-wrap { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: var(--hsh-navy); }
.hsh-card-ico { width: 26px; height: 26px; object-fit: contain; }
.hsh-card-text { display: grid; gap: 2px; min-width: 0; }
.hsh-card-label { font-family: var(--hsh-font-head); font-size: 14px; line-height: 1.2; text-transform: uppercase; letter-spacing: .2px; }
.hsh-card-desc { font-size: 13px; color: var(--hsh-muted); line-height: 1.35; }
.hsh-cards--desc { gap: 6px 16px; }
.hsh-cards--desc .hsh-card { align-items: flex-start; min-width: 280px; }
.hsh-cards--desc .hsh-card-ico-wrap { margin-top: 2px; }
.hsh-mega-foot { display: flex; justify-content: flex-end; margin-top: 14px; padding-top: 6px; }
.hsh-viewall { display: inline-flex; align-items: center; gap: 6px; font-family: var(--hsh-font-head); font-size: 17px; color: var(--hsh-navy); border-bottom: 2px solid currentColor; padding-bottom: 1px; }
.hsh-viewall:hover { color: var(--hsh-accent); }
.hsh-mega-empty { margin: 0; color: var(--hsh-muted); }

/* Tabs layout (defense) */
.hsh-tabs { display: flex; flex-direction: column; gap: 4px; padding: 18px 14px; border-right: 1px solid var(--hsh-line); background: #fafbfd; max-height: min(62vh, 560px); overflow-y: auto; }
.hsh-tab { display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; padding: 14px 16px; border-radius: 10px; font-family: var(--hsh-font-head); font-size: 17px; color: var(--hsh-navy); transition: background-color .15s, color .15s; }
.hsh-tab .hsh-ico { opacity: .55; }
.hsh-tab:hover { background: #eef3f9; }
.hsh-tab.is-active { background: var(--hsh-navy); color: #fff; }
.hsh-tab.is-active .hsh-ico { opacity: 1; }
.hsh-panels { position: relative; padding: 24px 30px 20px; min-height: 260px; }
.hsh-panel { display: flex; flex-direction: column; min-height: 100%; }
.hsh-panel[hidden] { display: none; }
.hsh-panel .hsh-cards { flex: 1 1 auto; align-content: start; max-height: min(52vh, 460px); overflow-y: auto; padding-right: 4px; }
.hsh-panel .hsh-mega-foot { margin-top: 18px; }

/* --------------------------------------------------------------------------
   Utilities (cart, quote, language, burger)
   -------------------------------------------------------------------------- */
.hsh-utils { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.hsh-pill { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border: 2px solid var(--hsh-navy); border-radius: var(--hsh-radius-pill); color: var(--hsh-navy); font-family: var(--hsh-font-head); font-size: 15px; line-height: 1.2; transition: background-color .15s, color .15s; }
.hsh-pill:hover, .hsh-pill:focus-visible { background: var(--hsh-navy); color: #fff; }
.hsh-cart-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--hsh-danger); color: #fff; font: 700 12px/1 var(--hsh-font-body); }
.hsh-pill .hsh-cart-count { margin-left: 2px; }
.hsh-cart-count.is-empty { display: none; }
.hsh-lang { position: relative; }
.hsh-lang-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 6px; border-radius: 8px; color: var(--hsh-navy); font-family: var(--hsh-font-head); font-size: 14px; }
.hsh-lang-btn:hover, .hsh-lang-btn[aria-expanded="true"] { background: #eef3f9; }
.hsh-flag { width: 20px; height: 14px; object-fit: cover; border-radius: 2px; }
.hsh-pill--icon { padding: 8px 10px; }
.hsh-search-btn { display: none; }
.hsh-burger { display: none; align-items: center; justify-content: center; width: 44px; height: 40px; border-radius: 8px; background: var(--hsh-navy); color: #fff; }
.hsh-burger:hover { background: var(--hsh-accent); }

/* --------------------------------------------------------------------------
   Mobile drawer
   -------------------------------------------------------------------------- */
.hsh-backdrop { position: fixed; inset: 0; background: rgba(0, 20, 45, .55); z-index: calc(var(--hsh-z-drawer) - 1); opacity: 0; transition: opacity .22s; }
.hsh-backdrop.is-open { opacity: 1; }
.hsh-backdrop[hidden] { display: none; }
.hsh-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 88vw); background: var(--hsh-navy); color: #fff; z-index: var(--hsh-z-drawer); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .24s ease-out; box-shadow: -10px 0 40px rgba(0, 0, 0, .3); font-family: var(--hsh-font-body); overscroll-behavior: contain; }
.hsh-drawer[hidden] { display: none; }
.hsh-drawer.is-open { transform: none; }
.hsh-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 14px 20px; background: #fff; }
.hsh-drawer-logo img { width: 170px; height: auto; }
.hsh-drawer-close { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 8px; color: var(--hsh-navy); }
.hsh-drawer-close:hover { background: #eef3f9; }
.hsh-drawer-search { padding: 14px 20px 6px; }
.hsh-drawer-nav { flex: 1 1 auto; overflow-y: auto; padding: 8px 12px 16px; }
.hsh-drawer-row { display: flex; align-items: stretch; }
.hsh-drawer-link { flex: 1 1 auto; display: flex; align-items: center; padding: 14px 12px; font-family: var(--hsh-font-head); font-size: 16px; text-transform: uppercase; letter-spacing: .4px; color: #fff; border-radius: 8px; text-align: left; }
.hsh-drawer-link:hover { background: rgba(255, 255, 255, .08); }
.hsh-drawer-toggle { display: inline-grid; place-items: center; width: 48px; border-radius: 8px; color: #fff; }
.hsh-drawer-toggle:hover { background: rgba(255, 255, 255, .08); }
.hsh-drawer-toggle .hsh-ico { transition: transform .18s; }
.hsh-drawer-toggle[aria-expanded="true"] .hsh-ico { transform: rotate(180deg); }
.hsh-drawer-sub { margin: 0 0 6px 8px; padding: 4px 0 4px 8px; border-left: 2px solid rgba(255, 255, 255, .18); }
.hsh-drawer-sub[hidden] { display: none; }
.hsh-drawer-sub--l3 { margin-left: 12px; }
.hsh-drawer-sublink { flex: 1 1 auto; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; font-size: 15px; color: #fff; text-align: left; }
.hsh-drawer-grouplabel { font-family: var(--hsh-font-head); font-size: 15px; text-transform: uppercase; letter-spacing: .3px; }
.hsh-drawer-sublink:hover { background: rgba(255, 255, 255, .08); }
.hsh-drawer-ico { width: 24px; height: 24px; padding: 2px; border-radius: 6px; background: #fff; object-fit: contain; flex: 0 0 auto; }
.hsh-drawer-ico.hsh-ico { padding: 3px; color: var(--hsh-navy); }
.hsh-drawer-viewall a { color: #cfe3f7; font-family: var(--hsh-font-head); }
.hsh-drawer-foot { border-top: 1px solid rgba(255, 255, 255, .18); padding: 16px 20px 22px; display: grid; gap: 14px; }
.hsh-drawer-login { justify-content: center; }
.hsh-drawer-account { display: flex; align-items: center; gap: 10px; font-family: var(--hsh-font-head); font-size: 16px; }
.hsh-drawer-accountlinks { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 8px; }
.hsh-drawer-accountlinks a { display: flex; align-items: center; gap: 8px; padding: 8px 6px; border-radius: 6px; font-size: 14px; color: #fff; }
.hsh-drawer-accountlinks a:hover { background: rgba(255, 255, 255, .08); }
.hsh-drawer-contact { display: grid; gap: 8px; }
.hsh-drawer-contact a { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-family: var(--hsh-font-head); font-size: 15px; }
.hsh-drawer-langs { display: flex; flex-wrap: wrap; gap: 6px; }
.hsh-drawer-langs a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, .3); font-size: 13px; color: #fff; }
.hsh-drawer-langs a.is-active { background: #fff; color: var(--hsh-navy); border-color: #fff; }
html.hsh-lock, html.hsh-lock body { overflow: hidden; }

/* --------------------------------------------------------------------------
   Hero CTA (used by the theme next to the existing pill)
   -------------------------------------------------------------------------- */
.hsh-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--hsh-font-head); font-size: 18px; letter-spacing: .35px; line-height: 1.5; padding: 13px 40px; border-radius: 116px; border: 3px solid var(--hsh-accent); background: var(--hsh-accent); color: #fff; text-decoration: none; transition: background-color .18s, border-color .18s, color .18s, transform .18s; }
.hsh-cta:hover, .hsh-cta:focus { background: var(--hsh-accent-hover); border-color: var(--hsh-accent-hover); color: #fff; text-decoration: none; }
.hsh-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.hsh-cta .hsh-ico { width: 20px; height: 20px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.hsf { font-family: var(--hsh-font-body); color: #fff; background: var(--hsh-navy); padding: 0; margin: 0; }
.hsf .hsh-wrap { display: block; }
.hsf-badges { background: var(--hsh-grey); padding: 56px 0; }
.hsf-badges-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 28px 40px; }
.hsf-badges-list img { height: 160px; width: auto; }
.hsf-main { padding: 64px 0 22px; }
.hsf-find { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16); border-radius: 20px; padding: 26px 32px; margin-bottom: 52px; }
.hsf-find-title { margin: 0 0 4px; font-family: var(--hsh-font-head); font-size: 26px; line-height: 1.15; color: #fff; }
.hsf-find-text p { margin: 0; font-size: 16px; line-height: 1.5; color: rgba(255, 255, 255, .85); max-width: 62ch; }
.hsf-find-btn { flex: 0 0 auto; font-size: 17px; padding: 13px 26px; }
.hsf-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.25fr; gap: 40px; }
.hsf-logo img { width: 250px; }
.hsf-about { margin: 22px 0 0; font-size: 15px; line-height: 1.55; color: rgba(255, 255, 255, .9); max-width: 46ch; }
.hsf-social { display: flex; gap: 10px; margin-top: 22px; }
.hsf-social a { display: inline-grid; place-items: center; width: 40px; height: 40px; background: var(--hsh-secondary); color: #fff; border-radius: 6px; transition: background-color .18s; }
.hsf-social a:hover { background: var(--hsh-accent); }
.hsf-heading { margin: 0 0 16px; font-family: var(--hsh-font-head); font-size: 22px; line-height: 1.2; color: #fff; font-weight: 400; }
.hsf-links { display: grid; gap: 7px; }
.hsf-links a { font-size: 15px; line-height: 1.45; color: #fff; border-bottom: 1px solid transparent; }
.hsf-links a:hover { border-bottom-color: rgba(255, 255, 255, .7); }
.hsf-address { font-style: normal; display: grid; gap: 12px; }
.hsf-contact-row { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 1.45; }
.hsf-contact-row .hsh-ico { margin-top: 2px; flex: 0 0 auto; }
.hsf-contact-row p { margin: 0; color: #fff; font-size: 15px; line-height: 1.45; }
.hsf-contact-row a { color: #fff; }
.hsf-contact-row a:hover { text-decoration: underline; }
.hsf-bottom { margin-top: 44px; border-top: 1px solid rgba(255, 255, 255, .55); padding-top: 20px; text-align: center; }
.hsf-bottom p { margin: 0; font-size: 15px; color: #fff; }
.hsf-bottom a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  .hsh *, .hsf * { transition: none !important; animation: none !important; }
}
