:root{
  --ha-ink:#3f3c42;
  --ha-muted:#77717a;
  --ha-line:#ece5e9;
  --ha-pink:#e8a8b7;
  --ha-pink-soft:#fbf1f4;
  --ha-peach:#f8e2d2;
  --ha-green:#dcebdc;
  --ha-blue:#dfeaf5;
  --ha-lilac:#e9e1f4;
  --ha-yellow:#f5edc9;
  --ha-white:#fff;
  --ha-shadow:0 12px 35px rgba(87,66,73,.09);
}

html{scroll-behavior:smooth}
body.ha-repair-active{overflow-x:hidden}

/* GeneratePress / generic header repair */
.ha-repaired-header,
.site-header,
#mobile-header{
  position:relative;
  z-index:50;
}
.ha-repaired-header .inside-header,
.site-header .inside-header{
  display:flex;
  align-items:center;
  gap:18px;
}
.ha-repaired-header .site-logo,
.ha-repaired-header .site-branding,
.site-header .site-logo,
.site-header .site-branding{
  flex:0 0 auto;
  min-width:0;
}
.ha-repaired-header .custom-logo,
.ha-repaired-header .site-logo img,
.site-header .custom-logo,
.site-header .site-logo img{
  width:auto!important;
  height:auto!important;
  max-height:58px!important;
  max-width:210px!important;
  object-fit:contain!important;
  display:block!important;
}
body.ha-has-logo .site-header .site-title,
body.ha-has-logo .ha-repaired-header .site-title{display:none!important}

.ha-repaired-header nav,
.ha-repaired-nav{min-width:0;flex:1 1 auto}
.ha-repaired-nav>ul,
.ha-repaired-nav .menu,
.main-navigation .main-nav>ul{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:nowrap;
  gap:1px;
}
.ha-repaired-nav a.ha-fixed-nav-item,
.main-navigation a.ha-fixed-nav-item{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  white-space:nowrap!important;
  background-image:none!important;
}
.ha-fixed-nav-item::before{content:none!important;display:none!important}
.ha-fix-nav-icon{
  width:25px;height:25px;border-radius:50%;
  display:inline-grid;place-items:center;flex:0 0 25px;
  background:var(--ha-pink-soft);color:#9c6875;
}
.ha-fix-nav-icon svg{width:16px;height:16px;display:block}
.ha-fixed-nav-item[data-ha-kind="baby"] .ha-fix-nav-icon{background:var(--ha-blue);color:#66809d}
.ha-fixed-nav-item[data-ha-kind="child"] .ha-fix-nav-icon{background:var(--ha-yellow);color:#98834f}
.ha-fixed-nav-item[data-ha-kind="mother"] .ha-fix-nav-icon{background:var(--ha-lilac);color:#806b96}
.ha-fixed-nav-item[data-ha-kind="birth"] .ha-fix-nav-icon{background:var(--ha-peach);color:#a06f55}
.ha-fixed-nav-item[data-ha-kind="guides"] .ha-fix-nav-icon{background:var(--ha-green);color:#6f8c72}
.ha-fixed-nav-item[data-ha-kind="community"] .ha-fix-nav-icon{background:#e4edf0;color:#68838e}
.ha-contact-cta{margin-left:7px!important;flex:0 0 auto!important}
.ha-contact-cta>a,
a.ha-contact-cta{
  border-radius:999px!important;
  padding-left:15px!important;
  padding-right:15px!important;
}

@media (min-width:1025px) and (max-width:1320px){
  .ha-repaired-header .inside-header,.site-header .inside-header{gap:8px!important}
  .ha-repaired-header .custom-logo,.site-header .custom-logo,.ha-repaired-header .site-logo img,.site-header .site-logo img{max-width:150px!important;max-height:48px!important}
  .ha-repaired-nav a.ha-fixed-nav-item,.main-navigation a.ha-fixed-nav-item{font-size:12.5px!important;gap:4px!important;padding-left:7px!important;padding-right:7px!important}
  .ha-fix-nav-icon{width:22px;height:22px;flex-basis:22px}.ha-fix-nav-icon svg{width:14px;height:14px}
  .ha-contact-cta>a,a.ha-contact-cta{padding-left:10px!important;padding-right:10px!important;font-size:12.5px!important}
}

@media (max-width:1024px){
  .ha-repaired-header .inside-header,.site-header .inside-header{flex-wrap:wrap}
  .ha-repaired-header .custom-logo,.site-header .custom-logo,.ha-repaired-header .site-logo img,.site-header .site-logo img{max-width:175px!important;max-height:50px!important}
  .ha-fix-nav-icon{width:26px;height:26px;flex-basis:26px}
  .main-navigation .main-nav>ul,.ha-repaired-nav>ul,.ha-repaired-nav .menu{align-items:stretch;flex-direction:column;gap:0}
  .ha-repaired-nav a.ha-fixed-nav-item,.main-navigation a.ha-fixed-nav-item{white-space:normal!important;min-height:44px!important}
  .ha-contact-cta{margin-left:0!important}
}

/* Homepage category icons */
.ha-main-category-link{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  text-decoration:none!important;
}
.ha-main-category-icon{
  display:grid!important;
  place-items:center!important;
  width:58px!important;height:58px!important;
  border-radius:50%!important;
  background:var(--ha-pink-soft)!important;
  color:#9c6875!important;
  box-shadow:inset 0 0 0 1px rgba(120,90,100,.04);
}
.ha-main-category-icon svg{width:31px;height:31px;display:block}
.ha-main-category-link[data-ha-kind="baby"] .ha-main-category-icon{background:var(--ha-blue)!important;color:#66809d!important}
.ha-main-category-link[data-ha-kind="child"] .ha-main-category-icon{background:var(--ha-yellow)!important;color:#98834f!important}
.ha-main-category-link[data-ha-kind="mother"] .ha-main-category-icon{background:var(--ha-lilac)!important;color:#806b96!important}
.ha-main-category-link[data-ha-kind="birth"] .ha-main-category-icon{background:var(--ha-peach)!important;color:#a06f55!important}
.ha-main-category-link[data-ha-kind="guides"] .ha-main-category-icon{background:var(--ha-green)!important;color:#6f8c72!important}
.ha-main-category-link[data-ha-kind="community"] .ha-main-category-icon{background:#e4edf0!important;color:#68838e!important}

/* Fallback landing pages */
.ha-repair-landing{color:var(--ha-ink);font-family:inherit;background:#fff;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.ha-repair-landing *{box-sizing:border-box}
.ha-repair-hero{padding:74px 22px 58px;background:linear-gradient(135deg,#fff 0%,#fff8fa 58%,#f7f4ef 100%);border-bottom:1px solid #f1e9ec}
.ha-repair-hero__inner{max-width:1120px;margin:0 auto;text-align:center}
.ha-repair-eyebrow,.ha-repair-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;color:#aa7482}
.ha-repair-hero h1{font-size:clamp(34px,5vw,64px);line-height:1.05;letter-spacing:-.035em;max-width:900px;margin:14px auto 18px;color:#3d3940}
.ha-repair-hero p{font-size:18px;line-height:1.7;max-width:760px;margin:0 auto;color:#706a72}
.ha-repair-search{display:flex;align-items:center;gap:10px;max-width:620px;margin:30px auto 0;background:#fff;border:1px solid #ebdfe4;border-radius:16px;padding:0 16px;box-shadow:0 8px 28px rgba(93,67,78,.06)}
.ha-repair-search span{font-size:25px;color:#b48b96}
.ha-repair-search input{width:100%;border:0!important;box-shadow:none!important;background:transparent!important;padding:15px 0!important;font-size:15px!important;outline:none!important}
.ha-repair-section{max-width:1160px;margin:0 auto;padding:64px 22px}
.ha-repair-section__head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:30px;align-items:end;margin-bottom:28px}
.ha-repair-section__head h2{font-size:clamp(28px,4vw,43px);letter-spacing:-.025em;line-height:1.12;margin:7px 0 0;color:#423e44}
.ha-repair-section__head p{margin:0;color:#7c757d;line-height:1.7}
.ha-repair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.ha-repair-card{display:grid;grid-template-columns:54px 1fr 28px;gap:14px;align-items:center;min-height:116px;padding:20px;border:1px solid var(--ha-line);border-radius:20px;background:#fff;color:inherit!important;text-decoration:none!important;box-shadow:0 7px 20px rgba(78,61,67,.04);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.ha-repair-card:hover{transform:translateY(-2px);border-color:#e4cbd3;box-shadow:var(--ha-shadow)}
.ha-repair-card__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--ha-pink-soft);color:#9c6875}
.ha-repair-card:nth-child(4n+2) .ha-repair-card__icon{background:var(--ha-blue);color:#66809d}
.ha-repair-card:nth-child(4n+3) .ha-repair-card__icon{background:var(--ha-green);color:#6f8c72}
.ha-repair-card:nth-child(4n) .ha-repair-card__icon{background:var(--ha-lilac);color:#806b96}
.ha-repair-card__icon svg{width:29px;height:29px}
.ha-repair-card__body{display:flex;flex-direction:column;gap:5px}
.ha-repair-card__body strong{font-size:17px;color:#464148}
.ha-repair-card__body>span{font-size:14px;line-height:1.55;color:#7b747c}
.ha-repair-card__arrow{font-size:21px;color:#b28390;transition:transform .2s ease}.ha-repair-card:hover .ha-repair-card__arrow{transform:translateX(3px)}
.ha-repair-empty{text-align:center;padding:24px;color:#8b838a}
.ha-repair-note{max-width:1116px;margin:0 auto 68px;display:grid;grid-template-columns:58px 1fr auto;gap:20px;align-items:center;padding:30px;border-radius:24px;background:#faf3f5;border:1px solid #f1e2e7}
.ha-repair-note__icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#fff;color:#b27687;font-size:28px}
.ha-repair-note h2{font-size:23px;margin:0 0 4px}.ha-repair-note p{margin:0;color:#756f76;line-height:1.6}
.ha-repair-btn{display:inline-flex;align-items:center;gap:8px;background:#524c53;color:#fff!important;text-decoration:none!important;padding:13px 18px;border-radius:999px;font-weight:700;white-space:nowrap}.ha-repair-btn:hover{background:#3f3a40;color:#fff!important}

/* Remove default GP clutter only on managed fallback pages */
body.ha-managed-fallback .widget-area,
body.ha-managed-fallback .comments-area,
body.ha-managed-fallback .post-navigation,
body.ha-managed-fallback .entry-meta,
body.ha-managed-fallback .page-header{display:none!important}
body.ha-managed-fallback .site-content{display:block!important;padding:0!important}
body.ha-managed-fallback .content-area{width:100%!important;max-width:none!important}
body.ha-managed-fallback .site-main{margin:0!important}
body.ha-managed-fallback article.page{margin:0!important;padding:0!important;box-shadow:none!important;background:transparent!important}
body.ha-managed-fallback .inside-article{padding:0!important}
body.ha-managed-fallback .entry-content{margin:0!important}

@media(max-width:760px){
  .ha-repair-hero{padding:52px 18px 42px}
  .ha-repair-hero p{font-size:16px}
  .ha-repair-section{padding:46px 16px}
  .ha-repair-section__head{grid-template-columns:1fr;gap:12px}
  .ha-repair-grid{grid-template-columns:1fr}
  .ha-repair-card{grid-template-columns:48px 1fr 22px;padding:17px;border-radius:17px;min-height:104px}
  .ha-repair-card__icon{width:46px;height:46px;border-radius:14px}.ha-repair-card__icon svg{width:25px;height:25px}
  .ha-repair-note{grid-template-columns:46px 1fr;margin:0 16px 48px;padding:22px 18px;border-radius:20px}.ha-repair-note__icon{width:44px;height:44px}.ha-repair-btn{grid-column:1/-1;justify-content:center;margin-top:4px}
  .ha-main-category-icon{width:52px!important;height:52px!important}.ha-main-category-icon svg{width:28px;height:28px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.ha-repair-card,.ha-repair-card__arrow{transition:none!important}}
