/* Heart House navigation and footer hierarchy. */
.hh-site-header{
  position:sticky;
  top:0;
  z-index:1000;
  border-bottom:0;
  background:transparent;
  box-shadow:0 1px 0 rgba(6,20,38,.08);
}
.admin-bar .hh-site-header{top:32px}
.hh-utility-bar{background:var(--hh-navy);color:#dbe7f2;font-size:.78rem;line-height:1.2}
.hh-utility-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:34px}
.hh-utility-location{display:flex;align-items:center;gap:.45rem;font-weight:750;white-space:nowrap}
.hh-utility-location span{color:var(--hh-brand);font-size:.62rem}
.hh-utility-nav{display:flex;align-items:center;gap:1rem}
.hh-utility-nav ul{display:flex;align-items:center;gap:.9rem;list-style:none;margin:0;padding:0}
.hh-utility-nav a{color:#dbe7f2;text-decoration:none;font-weight:700}
.hh-utility-nav a:hover,.hh-utility-nav a:focus-visible{color:#fff;text-decoration:underline}
.hh-utility-email{padding-left:1rem;border-left:1px solid rgba(255,255,255,.2)}

.hh-main-header{backdrop-filter:blur(15px)}
.hh-header-style-dark .hh-main-header{background:color-mix(in srgb,var(--hh-navy) 96%,transparent)}
.hh-header-style-light .hh-main-header{background:rgba(255,255,255,.97)}
.hh-header-style-dark .hh-brand-area .custom-logo-link,.hh-header-style-dark .hh-brand-link{color:#fff}
.hh-header-style-dark .hh-primary-nav>ul>li>a{color:#fff}
.hh-header-style-dark .hh-primary-nav>ul>li>a:hover,.hh-header-style-dark .hh-primary-nav>ul>li>a:focus-visible,.hh-header-style-dark .hh-primary-nav>ul>.current-menu-item>a,.hh-header-style-dark .hh-primary-nav>ul>.current-menu-ancestor>a{background:rgba(255,255,255,.1);color:#fff}
.hh-header-style-dark .hh-menu-toggle{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff}
.hh-header-style-dark .hh-header-portal{border-color:rgba(255,255,255,.2);background:#fff;color:var(--hh-navy)}
.hh-header-style-dark .hh-header-portal:hover{background:var(--hh-surface-soft);color:var(--hh-navy)}
.hh-header-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,2vw,2.25rem);min-height:78px}
.hh-brand-area{display:flex;align-items:center;min-width:0}
.hh-brand-area .custom-logo-link,.hh-brand-link{display:flex;align-items:center;color:var(--hh-navy);font-weight:950;text-decoration:none}
.hh-brand-area .custom-logo{display:block;width:auto;max-width:min(240px,25vw);max-height:56px;object-fit:contain}
.hh-brand-name{font-size:1.05rem;line-height:1.05}

.hh-primary-nav{display:block;position:static;inset:auto;padding:0;border:0;background:transparent;box-shadow:none;min-width:0}
.hh-primary-nav>ul,.hh-primary-nav .hh-primary-menu{display:flex;align-items:center;justify-content:center;gap:.1rem;list-style:none;margin:0;padding:0}
.hh-primary-nav li{position:relative;margin:0}
.hh-primary-nav a{display:flex;align-items:center;min-height:44px;padding:.62rem clamp(.55rem,.8vw,.85rem);border-radius:var(--hh-radius-sm);color:var(--hh-navy);font-size:.91rem;font-weight:800;line-height:1.15;text-decoration:none;white-space:nowrap}
.hh-primary-nav>ul>li>a:hover,.hh-primary-nav>ul>li>a:focus-visible,.hh-primary-nav>ul>.current-menu-item>a,.hh-primary-nav>ul>.current-menu-ancestor>a{background:var(--hh-surface-soft);color:var(--hh-brand-dark)}
.hh-primary-nav .menu-item-has-children>a::after{content:"";width:.42rem;height:.42rem;margin-left:.45rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.65}
.hh-primary-nav .sub-menu{position:absolute;top:calc(100% - 1px);left:0;z-index:100;display:grid;gap:.2rem;width:max-content;min-width:235px;max-width:330px;margin:0;padding:.55rem;list-style:none;border:1px solid var(--hh-border);border-radius:var(--hh-radius-md);background:#fff;box-shadow:var(--hh-shadow-md);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.hh-primary-nav li:hover>.sub-menu,.hh-primary-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.hh-primary-nav .sub-menu a{min-height:42px;padding:.65rem .72rem;white-space:normal}
.hh-primary-nav .sub-menu a:hover,.hh-primary-nav .sub-menu a:focus-visible,.hh-primary-nav .sub-menu .current-menu-item>a{background:var(--hh-surface-soft);color:var(--hh-brand-dark)}
.hh-primary-nav .sub-menu .menu-item-has-children>a::after{transform:rotate(-45deg);margin-left:auto}
.hh-primary-nav .sub-menu .sub-menu{top:-.55rem;left:calc(100% - 1px)}
.hh-primary-nav>ul>li:nth-last-child(-n+2) .sub-menu{right:0;left:auto}
.hh-primary-nav>ul>li:nth-last-child(-n+2) .sub-menu .sub-menu{right:calc(100% - 1px);left:auto}

.hh-header-actions{display:flex;align-items:center;gap:.55rem}
.hh-header-actions .hh-button{width:auto;min-height:44px;padding-inline:.85rem;white-space:nowrap}
.hh-header-portal{border-color:color-mix(in srgb,var(--hh-green) 30%,var(--hh-border));box-shadow:none}
.hh-menu-toggle,.hh-mobile-nav-intro,.hh-mobile-actions,.hh-mobile-secondary,.hh-nav-scrim,.hh-submenu-toggle{display:none}


@media (min-width:1024px){
  .hh-primary-nav .menu-item-has-children{isolation:isolate}
  .hh-primary-nav>ul>.menu-item-has-children::before{
    content:"";
    position:absolute;
    z-index:99;
    top:100%;
    left:0;
    width:100%;
    height:4px;
    background:transparent;
    pointer-events:auto;
  }
  .hh-primary-nav .sub-menu>.menu-item-has-children::before{
    content:"";
    position:absolute;
    z-index:99;
    top:0;
    left:100%;
    width:4px;
    height:100%;
    background:transparent;
    pointer-events:auto;
  }
  .hh-primary-nav>ul>li:nth-last-child(-n+2) .sub-menu>.menu-item-has-children::before{
    right:100%;
    left:auto;
  }
}

/* Footer conversion band. */
.hh-footer-cta{position:relative;overflow:hidden;margin-top:clamp(2.5rem,6vw,5rem);background:linear-gradient(135deg,var(--hh-surface-soft),var(--hh-promo-soft));border-top:1px solid color-mix(in srgb,var(--hh-brand) 16%,var(--hh-border))}
.hh-footer-cta::after{content:"";position:absolute;right:-9rem;bottom:-11rem;width:28rem;height:28rem;border-radius:50%;background:color-mix(in srgb,var(--hh-brand) 9%,transparent);pointer-events:none}
.hh-footer-cta__inner{position:relative;z-index:1;display:grid;gap:1.35rem;padding-block:clamp(2rem,5vw,4rem)}
.hh-footer-cta__content{max-width:780px}
.hh-footer-cta__content .hh-eyebrow{color:var(--hh-brand-dark)}
.hh-footer-cta h2{margin:0;color:var(--hh-navy);font-size:clamp(1.7rem,4vw,3.15rem);line-height:1.05;letter-spacing:-.035em}
.hh-footer-cta p:last-child{max-width:68ch;margin:.8rem 0 0;color:var(--hh-muted);font-size:clamp(.98rem,1.4vw,1.1rem)}
.hh-footer-cta__actions{display:flex;flex-wrap:wrap;gap:.7rem}
.hh-footer-cta__actions .hh-button{width:auto}

.hh-site-footer{margin-top:0;background:var(--hh-navy);color:#d9e4ef}
.hh-footer-main{display:grid;gap:2rem;padding-block:clamp(2.5rem,5vw,4.5rem)}
.hh-footer-brand{max-width:410px}
.hh-footer-logo{margin-bottom:1rem}
.hh-footer-logo .custom-logo-link{display:inline-flex}
.hh-footer-logo img{display:block;width:auto;max-width:220px;max-height:72px;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(0,0,0,.15))}
.hh-footer-logo>a{color:#fff;font-size:1.4rem;font-weight:950;text-decoration:none}
.hh-footer-title{margin:0 0 .35rem;color:#fff;font-size:clamp(1.45rem,2vw,2rem);line-height:1.1}
.hh-footer-slogan{margin:.2rem 0 .85rem;color:#fff;font-size:1.06rem;font-weight:800}
.hh-footer-description{margin:0;color:#b9c8d5;line-height:1.65}
.hh-footer-socials{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.15rem}
.hh-social-link{display:inline-flex;align-items:center;gap:.48rem;min-height:42px;padding:.46rem .72rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--hh-radius-sm);color:#fff;font-size:.85rem;font-weight:800;text-decoration:none}
.hh-social-link:hover{background:rgba(255,255,255,.1);color:#fff}
.hh-social-link__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px}
.hh-social-link__icon svg{display:block;width:100%;height:100%}
.hh-footer-socials--icons .hh-social-link{width:44px;padding:0;justify-content:center;border-radius:50%}
.hh-footer-socials--icons .hh-social-link__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hh-footer-socials--text .hh-social-link__icon{display:none}
.hh-footer-heading{margin:0 0 .9rem;color:#fff;font-size:1rem;line-height:1.2}
.hh-footer-nav-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2.5vw,2rem);min-width:0}
.hh-footer-nav-pair--single{grid-template-columns:minmax(0,1fr)}
.hh-footer-nav-pair .hh-footer-nav{min-width:0}
.hh-footer-nav ul,.hh-footer-company ul,.hh-footer-legal ul{display:grid;gap:.42rem;margin:0;padding:0;list-style:none}
.hh-footer-nav a,.hh-footer-company a,.hh-footer-legal a{display:inline-flex;min-height:34px;align-items:center;color:#c8d5e0;text-decoration:none}
.hh-footer-nav a:hover,.hh-footer-company a:hover,.hh-footer-legal a:hover{color:#fff;text-decoration:underline;text-underline-offset:.2em}
.hh-footer-visit{display:block;min-width:0}
.hh-footer-kicker{margin:0 0 .25rem;color:color-mix(in srgb,var(--hh-brand) 55%,#fff);font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.hh-footer-location-text{margin:0 0 .8rem;color:#b9c8d5;line-height:1.6}
.hh-footer-contact-link,.hh-footer-map-link{display:block;width:fit-content;margin-top:.45rem;color:#fff;font-weight:750;text-decoration:none;overflow-wrap:anywhere}
.hh-footer-map-link{color:color-mix(in srgb,var(--hh-brand) 48%,#fff)}
.hh-footer-contact-link:hover,.hh-footer-map-link:hover{text-decoration:underline;text-underline-offset:.2em}
.hh-footer-location-feature{position:relative;border-top:1px solid var(--hh-footer-border,rgba(255,255,255,.14));background:var(--hh-location-band-bg,color-mix(in srgb,var(--hh-footer-bg,var(--hh-navy)) 88%,var(--hh-blue)))}
.hh-footer-location-feature__inner{display:grid;gap:clamp(1.25rem,3vw,3rem);padding-block:clamp(2rem,4vw,3.5rem)}
.hh-footer-location-feature__copy{max-width:920px}
.hh-footer-location-feature__kicker{margin:0 0 .45rem;color:var(--hh-location-kicker,color-mix(in srgb,var(--hh-brand) 48%,#fff));font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.hh-footer-location-feature h2{max-width:980px;margin:0;color:var(--hh-location-heading,#fff);font-size:clamp(1.65rem,3.5vw,3rem);line-height:1.06;letter-spacing:-.03em}
.hh-footer-location-feature__text{max-width:88ch;margin:.85rem 0 0;color:var(--hh-location-text,#d9e4ef);font-size:clamp(.98rem,1.25vw,1.1rem);line-height:1.7}
.hh-footer-location-feature__landmark{display:flex;align-items:flex-start;gap:.55rem;margin:1rem 0 0;color:var(--hh-location-landmark,#fff);font-weight:800}
.hh-footer-location-feature__landmark span{flex:0 0 auto;color:var(--hh-brand);font-size:.7rem;transform:translateY(.42rem)}
.hh-footer-location-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,235px),1fr));gap:.6rem}
.hh-footer-location-links a{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:48px;padding:.72rem .85rem;border:1px solid var(--hh-location-link-border,rgba(255,255,255,.16));border-radius:var(--hh-radius-sm);background:var(--hh-location-link-bg,rgba(255,255,255,.05));color:var(--hh-location-link-text,#fff);font-size:.88rem;font-weight:800;line-height:1.25;text-decoration:none}
.hh-footer-location-links a:hover,.hh-footer-location-links a:focus-visible{border-color:var(--hh-location-link-hover-border,color-mix(in srgb,var(--hh-brand) 55%,#fff));background:var(--hh-location-link-hover-bg,rgba(255,255,255,.1));color:var(--hh-location-link-hover-text,#fff)}
.hh-footer-location-links__directions{border-color:color-mix(in srgb,var(--hh-brand) 52%,transparent)!important;background:color-mix(in srgb,var(--hh-brand) 19%,transparent)!important}
.hh-footer-map-wrap{position:relative;isolation:isolate}
.hh-footer-map-band{position:relative;width:100%;height:var(--hh-footer-map-height,390px);overflow:hidden;border-block:1px solid var(--hh-footer-border,rgba(255,255,255,.14));background:#13263a}
.hh-footer-map-band iframe{display:block;width:100%;height:100%;border:0;filter:saturate(.92) contrast(.98)}
.hh-footer-map-card-layer{position:absolute;inset:0;z-index:3;display:flex;align-items:flex-start;pointer-events:none}
.hh-footer-map-wrap--right .hh-footer-map-card-layer{justify-content:flex-end}
.hh-footer-map-card{width:min(390px,calc(100vw - 2rem));margin-top:clamp(1rem,3vw,2.25rem);padding:clamp(1rem,2.5vw,1.45rem);border:1px solid var(--hh-location-card-border,rgba(255,255,255,.2));border-radius:var(--hh-radius-md);background:var(--hh-location-card-bg,rgba(6,20,38,.94));color:var(--hh-location-card-text,#fff);box-shadow:0 18px 48px rgba(0,0,0,.28);backdrop-filter:blur(12px);pointer-events:auto}
.hh-footer-map-card__eyebrow{margin:0 0 .25rem;color:var(--hh-location-card-accent,color-mix(in srgb,var(--hh-brand) 48%,#fff));font-size:.7rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.hh-footer-map-card h3{margin:0;color:var(--hh-location-card-heading,#fff);font-size:clamp(1.3rem,2vw,1.75rem);line-height:1.1}
.hh-footer-map-card p{margin:.65rem 0 1rem;color:var(--hh-location-card-text,#d9e4ef);line-height:1.55}
.hh-footer-map-card .hh-button{width:100%}
.hh-footer-secondary{border-top:1px solid rgba(255,255,255,.12);background:color-mix(in srgb,var(--hh-navy) 91%,#000)}
.hh-footer-secondary__grid{display:grid;gap:.75rem;padding-block:1rem;color:#9fb0bf;font-size:.82rem}
.hh-footer-company ul,.hh-footer-legal ul{display:flex;flex-wrap:wrap;gap:.35rem 1rem}
.hh-footer-company a,.hh-footer-legal a{min-height:28px;color:#b9c8d5}
.hh-footer-copyright{margin:0}


@media (min-width:900px){
  .hh-footer-location-feature__inner{grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr);align-items:end}
}

@media (max-width:759px){
  .hh-footer-nav-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem}
  .hh-footer-nav-pair--single{grid-template-columns:minmax(0,1fr)}
  .hh-footer-nav-pair .hh-footer-heading{margin-bottom:.55rem;font-size:.92rem}
  .hh-footer-nav-pair .hh-footer-nav ul{gap:.22rem}
  .hh-footer-nav-pair .hh-footer-nav a{align-items:flex-start;min-height:29px;font-size:.82rem;line-height:1.28}

  .hh-footer-mobile-compact .hh-footer-main{gap:1.35rem;padding-block:1.8rem}
  .hh-footer-mobile-compact .hh-footer-brand.has-footer-logo .hh-footer-title{display:none}
  .hh-footer-mobile-compact .hh-footer-logo{margin-bottom:.65rem}
  .hh-footer-mobile-compact .hh-footer-logo img{max-height:58px}
  .hh-footer-mobile-compact .hh-footer-slogan{margin-bottom:.45rem;font-size:.98rem}
  .hh-footer-mobile-compact .hh-footer-description{display:none}
  .hh-footer-mobile-compact .hh-footer-socials{margin-top:.8rem}
  .hh-footer-mobile-compact .hh-social-link{width:42px;min-height:42px;padding:0;justify-content:center;border-radius:50%}
  .hh-footer-mobile-compact .hh-social-link__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

  .hh-footer-mobile-compact .hh-footer-visit{padding-top:.1rem;border-top:1px solid rgba(255,255,255,.1)}
  .hh-footer-mobile-compact .hh-footer-visit .hh-footer-kicker{display:none}
  .hh-footer-mobile-compact .hh-footer-visit .hh-footer-heading{margin:.8rem 0 .45rem}
  .hh-footer-mobile-compact .hh-footer-location-text{display:none}
  .hh-footer-mobile-compact .hh-footer-contact-link,
  .hh-footer-mobile-compact .hh-footer-map-link{margin-top:.3rem;font-size:.88rem}

  .hh-footer-mobile-compact .hh-footer-cta__inner{gap:1rem;padding-block:1.6rem}
  .hh-footer-mobile-compact .hh-footer-cta h2{font-size:clamp(1.45rem,7vw,2rem)}
  .hh-footer-mobile-compact .hh-footer-cta__content p:last-child{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }

  .hh-footer-mobile-compact .hh-footer-location-feature__inner{gap:1rem;padding-block:1.45rem 1.2rem}
  .hh-footer-mobile-compact .hh-footer-location-feature h2{font-size:clamp(1.45rem,7vw,2rem)}
  .hh-footer-location-links{
    grid-template-columns:repeat(var(--hh-footer-mobile-location-columns,2),minmax(0,1fr));
    gap:.5rem;
  }
  .hh-footer-location-links a{
    align-items:flex-start;
    min-height:62px;
    padding:.62rem .65rem;
    gap:.45rem;
    font-size:.77rem;
    line-height:1.25;
  }
  .hh-footer-location-links a span{flex:0 0 auto}

  .hh-footer-map-card--mobile-hidden{display:none}
  .hh-footer-mobile-compact .hh-footer-map-card-layer:has(.hh-footer-map-card--mobile-hidden){display:none}
  .hh-footer-mobile-compact .hh-footer-secondary__grid{gap:.45rem;padding-block:.75rem}
  .hh-footer-mobile-compact .hh-footer-company ul,
  .hh-footer-mobile-compact .hh-footer-legal ul{gap:.15rem .75rem}
  .hh-footer-mobile-compact .hh-footer-company a,
  .hh-footer-mobile-compact .hh-footer-legal a{min-height:26px;font-size:.78rem}
  .hh-footer-mobile-compact .hh-footer-copyright{font-size:.75rem}
  .hh-footer-location-feature__inner{padding-bottom:1.5rem}
  .hh-footer-location-links{grid-template-columns:1fr}
  .hh-footer-map-card-layer{position:relative;display:block;padding:0;background:var(--hh-location-band-bg,color-mix(in srgb,var(--hh-footer-bg,var(--hh-navy)) 88%,var(--hh-blue)))}
  .hh-footer-map-card{width:auto;margin:0 var(--hh-page-gutter,16px) 1rem;padding:1rem;box-shadow:none}
  .hh-footer-map-band{height:var(--hh-footer-map-mobile-height,280px)}
}

@media (min-width:760px){
  .hh-footer-cta__inner{grid-template-columns:minmax(0,1fr) auto;align-items:center}
  .hh-footer-cta__actions{justify-content:flex-end}
  .hh-footer-main{grid-template-columns:minmax(260px,1.25fr) minmax(310px,1fr) minmax(220px,.85fr)}
  .hh-footer-secondary__grid{grid-template-columns:1fr auto;align-items:center}
  .hh-footer-legal{justify-self:end}
  .hh-footer-copyright{grid-column:1/-1}
}

@media (min-width:1180px){
  .hh-footer-main{grid-template-columns:minmax(300px,1.2fr) minmax(360px,1.05fr) minmax(250px,.85fr);align-items:start}
  .hh-footer-secondary__grid{grid-template-columns:1fr auto auto}
  .hh-footer-copyright{grid-column:auto;justify-self:end}
}

@media (max-width:1023px){
  .hh-header-style-dark .hh-primary-nav{background:#fff}
  .hh-header-style-dark .hh-primary-nav>ul>li>a{color:var(--hh-navy)}
  .hh-header-style-dark .hh-primary-nav>ul>li>a:hover,.hh-header-style-dark .hh-primary-nav>ul>li>a:focus-visible,.hh-header-style-dark .hh-primary-nav>ul>.current-menu-item>a,.hh-header-style-dark .hh-primary-nav>ul>.current-menu-ancestor>a{background:var(--hh-surface-soft);color:var(--hh-brand-dark)}

  .admin-bar .hh-site-header{top:46px}

  /*
   * Mobile header stability: avoid nested backdrop-filter layers around the
   * logo/navigation. These can rasterize the sticky header and make text and
   * logos appear soft on iOS/Safari and some Chromium devices.
   */
  .hh-site-header,
  .hh-main-header{
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .hh-header-style-dark .hh-main-header{background:var(--hh-header-dark-bg,var(--hh-navy))}
  .hh-header-style-light .hh-main-header{background:var(--hh-header-light-bg,#fff)}

  .hh-utility-bar{display:none}
  .hh-header-row{position:relative;grid-template-columns:minmax(0,1fr) auto;min-height:68px;gap:.7rem}
  .hh-brand-area,.hh-header-actions{position:relative;z-index:2}
  .hh-brand-area .custom-logo-link,.hh-brand-link,.hh-header-actions a,.hh-menu-toggle{pointer-events:auto}
  .hh-brand-area .custom-logo{max-width:min(220px,52vw);max-height:48px;filter:none;transform:none;image-rendering:auto}
  .hh-header-actions{gap:.45rem}
  .hh-header-actions>.hh-header-portal{display:none}
  .hh-header-actions>.hh-header-register{display:inline-flex;min-height:42px;padding:.62rem .75rem}
  .hh-menu-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:auto;min-width:44px;min-height:44px;padding:.5rem .65rem;border:1px solid var(--hh-border);border-radius:var(--hh-radius-sm);background:#fff;color:var(--hh-navy);font-weight:850;cursor:pointer}
  .hh-menu-toggle__icon{display:grid;gap:3px;width:17px}.hh-menu-toggle__icon i{display:block;height:2px;border-radius:2px;background:currentColor}
  .hh-primary-nav{position:fixed;inset:0 0 0 auto;z-index:1200;display:flex;flex-direction:column;width:min(92vw,430px);height:100dvh;padding:0;background:#fff;box-shadow:-20px 0 55px rgba(6,20,38,.22);overflow-y:auto;overscroll-behavior:contain;transform:translateX(105%);visibility:hidden;transition:transform .22s ease,visibility .22s ease}
  .hh-primary-nav.is-open{transform:none;visibility:visible}
  .hh-mobile-nav-intro{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:66px;padding:.85rem 1rem;border-bottom:1px solid var(--hh-border);background:rgba(255,255,255,.98);color:var(--hh-navy)}
  .hh-nav-close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--hh-border);border-radius:50%;background:#fff;color:var(--hh-navy);font-size:1.75rem;line-height:1;cursor:pointer}
  .hh-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:1rem;border-bottom:1px solid var(--hh-border);background:var(--hh-page)}
  .hh-mobile-actions .hh-button{width:100%;padding-inline:.55rem}
  .hh-primary-nav>ul,.hh-primary-nav .hh-primary-menu{display:block;margin:0;padding:.65rem 1rem}
  .hh-primary-nav li{display:grid;grid-template-columns:minmax(0,1fr) auto;border-bottom:1px solid color-mix(in srgb,var(--hh-border) 75%,transparent)}
  .hh-primary-nav li:last-child{border-bottom:0}
  .hh-primary-nav a{grid-column:1;min-height:50px;padding:.75rem .35rem;border-radius:0;font-size:1rem;white-space:normal}
  .hh-primary-nav .menu-item-has-children>a::after{display:none}
  .hh-submenu-toggle{grid-column:2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;align-self:center;border:0;border-radius:50%;background:var(--hh-surface-soft);color:var(--hh-navy);cursor:pointer}
  .hh-submenu-toggle::before{content:"";width:.48rem;height:.48rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .15s ease}
  .menu-item-has-children.is-submenu-open>.hh-submenu-toggle::before{transform:rotate(225deg) translate(-1px,-1px)}
  .hh-primary-nav .sub-menu{position:static;grid-column:1/-1;display:none;width:auto;min-width:0;max-width:none;margin:0 0 .65rem;padding:.2rem 0 .4rem .8rem;border:0;border-left:3px solid color-mix(in srgb,var(--hh-brand) 32%,var(--hh-border));border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;transform:none;transition:none}
  .hh-primary-nav .is-submenu-open>.sub-menu{display:block}
  .hh-primary-nav .sub-menu li{border-bottom:0}
  .hh-primary-nav .sub-menu a{min-height:43px;padding:.52rem .65rem;font-size:.92rem}
  .hh-primary-nav .sub-menu .sub-menu{position:static;margin-left:.6rem;padding-left:.55rem}
  .hh-mobile-secondary{display:block;margin-top:auto;padding:1rem;border-top:1px solid var(--hh-border);background:var(--hh-page)}
  .hh-mobile-secondary ul{display:flex;flex-wrap:wrap;gap:.3rem 1rem;list-style:none;margin:0;padding:0}
  .hh-mobile-secondary a{min-height:36px;padding:.3rem 0;color:var(--hh-muted);font-size:.88rem}
  /*
   * The scrim must never cover the header while the menu is closed.
   * Explicit hidden/pointer-event rules prevent author CSS from overriding
   * the HTML hidden state on mobile browsers.
   */
  .hh-nav-scrim{
    position:fixed;
    inset:0;
    z-index:1100;
    display:none;
    pointer-events:none;
    background:rgba(6,20,38,.55);
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .hh-nav-scrim[hidden]{display:none!important;pointer-events:none!important}
  body.hh-menu-open .hh-nav-scrim:not([hidden]){display:block;pointer-events:auto}
  body.hh-menu-open{overflow:hidden}
}

@media (max-width:479px){
  .hh-header-actions>.hh-header-register{font-size:.82rem;padding-inline:.58rem}
  .hh-menu-toggle>span:last-child{display:none}
  .hh-mobile-actions{grid-template-columns:1fr}
  .hh-footer-cta__actions{display:grid}
  .hh-footer-cta__actions .hh-button{width:100%}
}

@media (max-width:340px){
  .hh-header-actions>.hh-header-register{display:none}
  .hh-brand-area .custom-logo{max-width:68vw}
}

@media (prefers-reduced-motion:reduce){.hh-primary-nav{transition:none}}
.hh-footer-custom{padding-block:0 2.5rem}
.hh-footer-custom .hh-footer-widget{padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:var(--hh-radius-md);background:rgba(255,255,255,.04)}
.hh-footer-custom .hh-footer-widget>:first-child{margin-top:0}.hh-footer-custom .hh-footer-widget>:last-child{margin-bottom:0}
