/* Shared rules for the public site. Registration widgets retain their layout. */
body.kw-unified-header-page{
  --kw-unified-section-space:var(--kw-section-spacing,72px);
  --kw-landing-section-space:var(--kw-unified-section-space);
  --kw-landing-compact-h:var(--kw-compact-header-height,76px);
}
body.kw-unified-header-page main{
  --kw-landing-section-space:var(--kw-unified-section-space);
  --kw-landing-section-bottom:var(--kw-unified-section-space);
}

@media(min-width:901px){
  body.kw-unified-header-page .site-header.site-header{
    background:var(--header-bg,rgba(255,255,255,.22)) !important;
    -webkit-backdrop-filter:blur(var(--header-blur,.5px)) saturate(1.04) !important;
    backdrop-filter:blur(var(--header-blur,.5px)) saturate(1.04) !important;
    transition:box-shadow .22s ease;
  }
  body.kw-unified-header-page .site-header .header-bar{
    height:auto !important;
    min-height:var(--header-h-var,120px) !important;
    padding-block:12px !important;
    box-sizing:border-box;
    transition:min-height .22s cubic-bezier(.2,.7,.2,1);
  }
  body.kw-unified-header-page.kw-landing-header-compact .site-header .header-bar{
    min-height:min(var(--kw-landing-compact-h,76px),var(--header-h-var,120px)) !important;
  }
  body.kw-unified-header-page.kw-landing-header-compact .site-header{
    box-shadow:0 4px 18px rgba(42,56,54,.08) !important;
  }
  body.kw-unified-header-page main > .split:not(.hero) > .split-content > .content{
    padding-top:var(--kw-landing-section-space,var(--kw-unified-section-space)) !important;
    padding-bottom:var(--kw-landing-section-bottom,var(--kw-unified-section-space)) !important;
  }
  body.kw-unified-header-page main.kw-city-page > .split:not(.hero) > .split-content{
    align-items:center !important;
  }
  body.kw-unified-header-page main.kw-city-page > .split:not(.hero){
    min-height:0;
  }
  body.kw-unified-header-page main.kw-city-page > .split.single > .split-content > .content{
    max-width:1240px;width:100%;margin-inline:auto;
  }
  body.kw-unified-header-page main.kw-city-page .kw-city-longform > :last-child{
    margin-bottom:0;
  }
}

body.kw-unified-header-page main [id]{
  scroll-margin-top:var(--kw-landing-anchor-offset,16px);
}
body.kw-unified-header-page main :is(a,button,input,textarea,select,summary):focus-visible{
  outline:3px solid #648674;outline-offset:4px;
}
body.kw-unified-header-page main :is(.kw-city-card,.kw-news-card){
  border-radius:20px;
}
body.kw-unified-header-page main :is(.kw-city-card-action,.kw-news-action,.kw-home-more-link){
  text-underline-offset:4px;
}

@media(max-width:900px){
  /* Same Work Sans / sage / white design as desktop, in a touch-friendly column. */
  body.kw-unified-header-page.kw-unified-header-page{
    background:#f6f8f7 !important;
  }
  body.kw-unified-header-page.kw-unified-header-page main,
  body.kw-unified-header-page.kw-unified-header-page main .kw-news-page{
    background:#f6f8f7 !important;
    --kwm-sage-dark:#49685b;
    --kwm-soft-shadow-final:0 12px 28px rgba(42,56,54,.06);
    --kwm-shadow-final:0 12px 28px rgba(42,56,54,.08);
  }
  body.kw-unified-header-page.kw-unified-header-page main :is(h2,h3,h4){
    font-family:'Work Sans',system-ui,sans-serif !important;
    letter-spacing:0 !important;
    line-height:1.35 !important;
  }
  body.kw-unified-header-page.kw-unified-header-page main h2{color:#52695e !important;font-weight:500 !important}
  body.kw-unified-header-page.kw-unified-header-page main h3{color:#384b43 !important;font-weight:600 !important}
  body.kw-unified-header-page.kw-unified-header-page main h1{font-family:'Playfair Display',Georgia,serif !important;line-height:1.15 !important}
  body.kw-unified-header-page.kw-unified-header-page main :is(.kwm-card,.kwm-profile-card,.kwm-help-card,.kwm-service-detail,.kwm-contact-card,.kw-news-card,.kw-news-intro,.kw-news-article,.kw-news-author-card,.legal),
  body.kw-unified-header-page.kw-unified-header-page main .kw-city-section > .split-content > .content{
    background:#fff !important;border-color:#dce4e0 !important;border-radius:20px !important;
    box-shadow:0 12px 28px rgba(42,56,54,.06) !important;
  }
  body.kw-unified-header-page.kw-unified-header-page main :is(.kwm-primary,.kwm-contact-action,.kwm-hero-menu-panel a,.kw-city-card-action,.kw-news-action,.kw-subpage-quick-links a){
    min-height:44px !important;
    display:inline-flex;align-items:center;
  }
  body.kw-unified-header-page.kw-unified-header-page main .kwm-primary{
    background:#49685b !important;color:#fff !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .kwm-about-flow:not(.is-expanded) .kwm-about-more::after{background:linear-gradient(transparent,#fff) !important}
  body.kw-unified-header-page.kw-unified-header-page .site-header .header-bar{background:rgba(255,255,255,.94) !important;border-radius:20px !important}
  body.kw-unified-header-page.kw-unified-header-page .kwm-hero-menu-panel{
    display:flex !important;flex-direction:column !important;align-items:stretch !important;
    gap:2px !important;padding:8px !important;background:#fff !important;border-radius:16px !important;
    max-height:min(70dvh,440px) !important;overflow-y:auto !important;transform-origin:top right;
  }
  body.kw-unified-header-page.kw-unified-header-page .kwm-hero-menu-panel a{
    display:flex !important;width:100% !important;flex:0 0 auto !important;min-height:44px !important;
    padding:10px 12px !important;box-sizing:border-box !important;white-space:normal !important;
    color:#385546 !important;font:500 14px/1.4 'Work Sans',system-ui,sans-serif !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .site-header .main-nav ul{
    flex-direction:column !important;align-items:stretch !important;gap:2px !important;background:#fff !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .site-header .main-nav li{width:100% !important}
  body.kw-unified-header-page.kw-unified-header-page .site-header .main-nav li::before{display:none !important}
  body.kw-unified-header-page.kw-unified-header-page .site-header .main-nav a{display:flex !important;align-items:center;min-height:44px !important;width:100% !important}
  body.kw-unified-header-page.kw-unified-header-page .kwm-hero-menu[open] .kwm-hero-menu-panel,
  body.kw-unified-header-page.kw-unified-header-page .site-header .main-nav ul.open{animation:kw-mobile-menu-reveal .2s cubic-bezier(.2,.7,.2,1)}
  body.kw-unified-header-page.kw-unified-header-page .site-footer{
    border-top:1px solid #dce4e0 !important;background:#f6f8f7 !important;margin-top:0 !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .site-footer .footer-inner{
    display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;
    gap:14px !important;width:100% !important;max-width:430px !important;margin:0 auto !important;
    height:auto !important;min-height:0 !important;padding:24px 20px calc(24px + env(safe-area-inset-bottom,0px)) !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .site-footer .footer-inner > p{
    margin:0 !important;padding:0 !important;border:0 !important;text-align:center !important;
    font:400 12px/1.65 'Work Sans',system-ui,sans-serif !important;color:#52665b !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .site-footer .kw-mobile-back-top{
    position:static !important;display:inline-flex !important;align-items:center;justify-content:center;gap:10px;
    width:auto !important;min-width:148px;height:auto !important;min-height:44px !important;padding:10px 16px !important;
    border:1px solid #cad8cf !important;border-radius:999px !important;background:#fff !important;box-shadow:none !important;
    color:#385546 !important;font:500 14px/1.5 'Work Sans',system-ui,sans-serif !important;text-decoration:none !important;
  }
  body.kw-unified-header-page .site-footer a:focus-visible{outline:3px solid #648674;outline-offset:4px}
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card{
    display:flex !important;flex-direction:column !important;background:#fff !important;border-color:#dce4e0 !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card-media{
    width:100% !important;height:auto !important;aspect-ratio:16/9 !important;min-height:0 !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card-body{
    width:100% !important;padding:18px !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card:first-child{
    display:flex !important;min-height:0 !important;background:#fff !important;box-shadow:0 12px 28px rgba(42,56,54,.06) !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card:first-child :is(.kw-news-card-media,.kw-news-card-body){
    position:relative !important;inset:auto !important;height:auto !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card:first-child .kw-news-card-body{padding:18px !important}
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card:first-child .kw-news-card-media::after{display:none !important}
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card:first-child .kw-news-title{
    color:#384b43 !important;font-family:'Work Sans',system-ui,sans-serif !important;font-size:22px !important;line-height:1.35 !important;
  }
  body.kw-unified-header-page.kw-unified-header-page .kw-news-grid.archive .kw-news-card:first-child :is(.kw-news-meta,.kw-news-excerpt,.kw-news-action){color:#49685b !important}
  body.kw-unified-header-page main > .split:not(.hero) > .split-content > .content{
    padding-top:24px !important;padding-bottom:24px !important;
  }
  body.kw-unified-header-page.kw-city-template-page main .kw-city-section > .split-content > .content{
    padding-top:24px !important;padding-bottom:24px !important;
  }
  body.kw-unified-header-page.kw-city-template-page main .content p:not(.kw-city-kicker),
  body.kw-unified-header-page.kw-city-template-page main .content li{
    font-size:14px !important;line-height:1.65 !important;
  }
  body.kw-unified-header-page main :is(.kw-city-card,.kw-news-card){border-radius:16px}
}

@keyframes kw-mobile-menu-reveal{
  from{opacity:0;transform:translateY(-6px) scaleY(.96)}
  to{opacity:1;transform:translateY(0) scaleY(1)}
}

@media(prefers-reduced-motion:reduce){
  body.kw-unified-header-page .site-header,
  body.kw-unified-header-page .site-header .header-bar{transition:none !important}
  body.kw-unified-header-page .kwm-hero-menu[open] .kwm-hero-menu-panel,
  body.kw-unified-header-page .site-header .main-nav ul.open{animation:none !important}
}
