/*
 * WPU Research Hub V40.35.3 — Homepage UI Polish
 * Final homepage-scoped layer.
 * Goals: readable header, balanced hero, no text/card collisions, and stable responsive layout.
 */

html body[data-wpu-public-homepage="1"]{
  --hp353-navy:#06255f;
  --hp353-navy-deep:#041b4a;
  --hp353-blue:#0b5dd9;
  --hp353-blue-bright:#1267ef;
  --hp353-yellow:#ffd43b;
  --hp353-ink:#0a183f;
  --hp353-text:#3e5276;
  --hp353-line:#dce6f4;
  --hp353-surface:#ffffff;
  --hp353-soft:#f5f8fd;
  --hp353-shadow:0 14px 36px rgba(5,38,98,.11);
  --hp353-shadow-soft:0 8px 22px rgba(5,38,98,.07);
  overflow-x:hidden;
}

/* --------------------------------------------------------------------------
   Header — counter the old single-line compact layer with a readable layout.
   -------------------------------------------------------------------------- */
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell{
  padding:0 20px!important;
  background:transparent!important;
  overflow:visible!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav{
  position:relative!important;
  width:100%!important;
  max-width:1540px!important;
  min-height:90px!important;
  margin:10px auto 0!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:15px!important;
  background:linear-gradient(105deg,#0a58c9 0%,#0849ac 50%,#06347f 100%)!important;
  box-shadow:0 12px 30px rgba(3,35,91,.20)!important;
  overflow:visible!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav::before{
  width:54px!important;
  height:4px!important;
  left:18px!important;
  bottom:0!important;
  border-radius:999px 999px 0 0!important;
  background:var(--hp353-yellow)!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-public-nav-container{
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  width:100%!important;
  max-width:none!important;
  min-height:88px!important;
  gap:18px!important;
  padding:10px 16px!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-home-brand{
  display:flex!important;
  flex:0 0 280px!important;
  align-items:center!important;
  gap:12px!important;
  max-width:280px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-logo,
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-logo-fallback{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  padding:5px!important;
  border:3px solid rgba(255,255,255,.92)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.07)!important;
  box-shadow:0 7px 16px rgba(0,20,65,.20)!important;
  object-fit:contain!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text{
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  width:200px!important;
  max-width:200px!important;
  min-width:0!important;
  overflow:visible!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text strong{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:1.02rem!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:-.025em!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text small{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:rgba(255,255,255,.78)!important;
  -webkit-text-fill-color:rgba(255,255,255,.78)!important;
  font-size:.61rem!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell #publicNav,
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell #publicNav.wpu-public-nav-always-visible{
  display:flex!important;
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  overflow:visible!important;
  padding:0!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-public-nav-list{
  display:flex!important;
  flex:1 1 auto!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:auto!important;
  min-width:0!important;
  gap:6px!important;
  margin:0!important;
  padding:0!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-public-nav-list>.nav-item{
  flex:0 0 auto!important;
  min-width:0!important;
  margin:0!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav .nav-link,
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .nav-admin-btn,
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-researcher-nav-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 10px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:10px!important;
  background:rgba(0,25,77,.17)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:.79rem!important;
  line-height:1!important;
  font-weight:760!important;
  letter-spacing:-.012em!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav .nav-link:hover,
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav .nav-link:focus-visible,
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-researcher-nav-btn:hover,
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-researcher-nav-btn:focus-visible{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.25)!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav .nav-link i{
  font-size:.92rem!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu30-nav-home[aria-current="page"]{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:rgba(0,21,66,.30)!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu30-nav-home[aria-current="page"]::after{
  left:11px!important;
  right:11px!important;
  bottom:5px!important;
  height:2px!important;
  background:var(--hp353-yellow)!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-researcher-avatar{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  border:2px solid rgba(255,255,255,.72)!important;
  font-size:.72rem!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .nav-admin-btn{
  min-height:42px!important;
  padding:0 12px!important;
  border-color:var(--hp353-yellow)!important;
  background:var(--hp353-yellow)!important;
  color:#073777!important;
  -webkit-text-fill-color:#073777!important;
  font-size:.75rem!important;
  box-shadow:0 7px 16px rgba(0,25,75,.16)!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .nav-admin-btn i{
  display:inline-block!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .ups-compact-label{
  display:none!important;
}
html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .ups-full-label{
  display:inline!important;
}

/* --------------------------------------------------------------------------
   Hero — reduce oversized typography and eliminate the empty blue panel area.
   -------------------------------------------------------------------------- */
html body[data-wpu-public-homepage="1"] .wpu-phase-f-home.hp30-product-home{
  width:100%!important;
  max-width:1500px!important;
  margin:0 auto!important;
  padding:34px 30px 64px!important;
  gap:26px!important;
}
html body[data-wpu-public-homepage="1"] .hp30-hero,
html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero{
  display:grid!important;
  grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;
  gap:28px!important;
  align-items:start!important;
  min-width:0!important;
}
html body[data-wpu-public-homepage="1"] .hp30-hero-copy,
html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{
  min-width:0!important;
  min-height:0!important;
  padding:34px 32px 28px 52px!important;
  overflow:visible!important;
}
html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy::before{
  inset:0!important;
  border:1px solid rgba(218,229,244,.8)!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(246,250,255,.95))!important;
  box-shadow:var(--hp353-shadow-soft)!important;
}
html body[data-wpu-public-homepage="1"] .hp33-hero-eyebrow{
  min-height:34px!important;
  margin:0 0 20px!important;
  padding:7px 14px!important;
  font-size:.76rem!important;
  line-height:1!important;
  letter-spacing:.025em!important;
}
html body[data-wpu-public-homepage="1"] .hp30-hero-copy h1,
html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy h1{
  max-width:590px!important;
  margin:0 0 20px!important;
  font-size:clamp(3.15rem,4.1vw,4.35rem)!important;
  line-height:.98!important;
  letter-spacing:-.048em!important;
  text-wrap:balance!important;
}
html body[data-wpu-public-homepage="1"] .hp30-hero-copy>p,
html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy>p{
  max-width:590px!important;
  margin:0 0 22px!important;
  font-size:1rem!important;
  line-height:1.48!important;
  color:var(--hp353-text)!important;
}
html body[data-wpu-public-homepage="1"] .hp30-search,
html body[data-wpu-public-homepage="1"] .wpu-phase-f-search{
  width:100%!important;
  max-width:590px!important;
  min-width:0!important;
  min-height:68px!important;
  grid-template-columns:26px minmax(0,1fr) auto!important;
  gap:10px!important;
  margin:0 0 20px!important;
  padding:7px 7px 7px 18px!important;
  border-radius:20px!important;
  border:1px solid #cedcef!important;
  box-shadow:0 8px 20px rgba(7,55,130,.08)!important;
}
html body[data-wpu-public-homepage="1"] .hp30-search input,
html body[data-wpu-public-homepage="1"] .wpu-phase-f-search input{
  min-width:0!important;
  min-height:52px!important;
  font-size:.9rem!important;
}
html body[data-wpu-public-homepage="1"] .hp30-search .wpu-phase-f-button,
html body[data-wpu-public-homepage="1"] .wpu-phase-f-search .wpu-phase-f-button{
  min-height:52px!important;
  padding:0 18px!important;
  border-radius:14px!important;
  font-size:.87rem!important;
}
html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions{
  width:100%!important;
  max-width:590px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0!important;
}
html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions .wpu-phase-f-button{
  min-width:0!important;
  min-height:56px!important;
  padding:0 13px!important;
  border-radius:15px!important;
  font-size:.85rem!important;
  white-space:nowrap!important;
}
html body[data-wpu-public-homepage="1"] .hp30-command-surface,
html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-panel{
  display:flex!important;
  flex-direction:column!important;
  align-self:start!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  padding:14px!important;
  border-width:4px!important;
  border-radius:29px!important;
  box-shadow:0 13px 30px rgba(1,39,112,.16),0 0 0 1px #c9d9ee!important;
}
html body[data-wpu-public-homepage="1"] .hp30-aira-media{
  flex:0 0 auto!important;
  min-width:0!important;
  border-radius:22px!important;
}
html body[data-wpu-public-homepage="1"] .hp30-aira-media img,
html body[data-wpu-public-homepage="1"] .hp30-aira-media video{
  width:100%!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:16/8.8!important;
  border-radius:20px!important;
  object-fit:cover!important;
}
html body[data-wpu-public-homepage="1"] .hp30-aira-controls{
  top:12px!important;
  right:12px!important;
  gap:7px!important;
}
html body[data-wpu-public-homepage="1"] .hp30-aira-controls button{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  font-size:.85rem!important;
}
html body[data-wpu-public-homepage="1"] .hp33-aira-caption{
  flex:0 0 auto!important;
  margin:10px 0 0!important;
  padding:14px 14px 12px!important;
}
html body[data-wpu-public-homepage="1"] .hp30-command-heading{
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:12px!important;
}
html body[data-wpu-public-homepage="1"] .wpu-phase-f-aira-mark{
  width:46px!important;
  height:46px!important;
  border-width:3px!important;
  border-radius:13px!important;
  font-size:1rem!important;
}
html body[data-wpu-public-homepage="1"] .hp33-aira-label{
  font-size:1.12rem!important;
}
html body[data-wpu-public-homepage="1"] .hp30-aira-subtitle{
  max-width:64ch!important;
  margin-top:6px!important;
  font-size:.82rem!important;
  line-height:1.42!important;
}

/* --------------------------------------------------------------------------
   Card / text collision safeguards across the homepage.
   -------------------------------------------------------------------------- */
html body[data-wpu-public-homepage="1"] .hp30-workflow-explorer,
html body[data-wpu-public-homepage="1"] .hp30-section,
html body[data-wpu-public-homepage="1"] .hp27-section,
html body[data-wpu-public-homepage="1"] .hp30-detail-panel,
html body[data-wpu-public-homepage="1"] .hp30-category-card,
html body[data-wpu-public-homepage="1"] .hp30-featured-card,
html body[data-wpu-public-homepage="1"] .hp27-mini-card{
  min-width:0!important;
  box-sizing:border-box!important;
}
html body[data-wpu-public-homepage="1"] .hp30-section-head,
html body[data-wpu-public-homepage="1"] .hp27-section-head{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px 24px!important;
}
html body[data-wpu-public-homepage="1"] .hp30-section-head>div,
html body[data-wpu-public-homepage="1"] .hp27-section-head>div{
  flex:1 1 560px!important;
  min-width:0!important;
}
html body[data-wpu-public-homepage="1"] .hp30-section-head h2,
html body[data-wpu-public-homepage="1"] .hp27-section-head h2,
html body[data-wpu-public-homepage="1"] .hp30-section-head p,
html body[data-wpu-public-homepage="1"] .hp27-section-head p,
html body[data-wpu-public-homepage="1"] .hp30-category-card strong,
html body[data-wpu-public-homepage="1"] .hp30-category-card small,
html body[data-wpu-public-homepage="1"] .hp27-mini-card strong,
html body[data-wpu-public-homepage="1"] .hp27-mini-card p,
html body[data-wpu-public-homepage="1"] .hp30-featured-card strong,
html body[data-wpu-public-homepage="1"] .hp30-featured-card p{
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
html body[data-wpu-public-homepage="1"] .hp30-workflow-layout,
html body[data-wpu-public-homepage="1"] .hp30-category-grid,
html body[data-wpu-public-homepage="1"] .hp27-featured-track,
html body[data-wpu-public-homepage="1"] .hp27-card-grid{
  min-width:0!important;
}
html body[data-wpu-public-homepage="1"] .hp30-step-button{
  min-width:0!important;
  overflow:hidden!important;
}
html body[data-wpu-public-homepage="1"] .hp30-step-button .hp28-phase-body{
  min-width:0!important;
}
html body[data-wpu-public-homepage="1"] .hp30-step-button .hp28-phase-body strong,
html body[data-wpu-public-homepage="1"] .hp30-step-button .hp28-phase-body small,
html body[data-wpu-public-homepage="1"] .hp30-step-button .hp28-phase-body em{
  overflow-wrap:anywhere!important;
}

/* Desktop compact mode before the Bootstrap XL breakpoint. */
@media (max-width:1399.98px) and (min-width:1200px){
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-home-brand{
    flex-basis:238px!important;
    max-width:238px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-logo{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text{
    width:174px!important;
    max-width:174px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text strong{font-size:.92rem!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text small{font-size:.55rem!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav .nav-link,
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .nav-admin-btn,
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-researcher-nav-btn{
    padding-inline:8px!important;
    font-size:.72rem!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .ups-full-label{display:none!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .ups-compact-label{display:inline!important}
  html body[data-wpu-public-homepage="1"] .hp30-hero,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important}
  html body[data-wpu-public-homepage="1"] .hp30-hero-copy,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{padding-left:36px!important}
}

/* Tablet: two clean header rows instead of microscopic labels or overlap. */
@media (max-width:1199.98px){
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell{padding:0 12px!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav{
    min-height:0!important;
    border-radius:14px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-public-nav-container{
    flex-wrap:wrap!important;
    min-height:0!important;
    gap:8px 14px!important;
    padding:10px 12px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-home-brand{
    flex:1 1 260px!important;
    max-width:none!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-logo{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text{
    width:auto!important;
    max-width:260px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text strong{font-size:.95rem!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell #publicNav,
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell #publicNav.wpu-public-nav-always-visible{
    flex:1 0 100%!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scrollbar-width:none!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell #publicNav::-webkit-scrollbar{display:none!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-public-nav-list{
    width:max-content!important;
    min-width:max-content!important;
    justify-content:flex-start!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .ups-full-label{display:none!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .ups-compact-label{display:inline!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav .nav-link,
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .nav-admin-btn,
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-researcher-nav-btn{
    min-height:38px!important;
    padding:0 9px!important;
    font-size:.72rem!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-hero,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-hero-copy,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{
    padding:32px 34px 28px!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-hero-copy h1,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy h1,
  html body[data-wpu-public-homepage="1"] .hp30-hero-copy>p,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy>p,
  html body[data-wpu-public-homepage="1"] .hp30-search,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-search,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions{
    max-width:720px!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-command-surface,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-panel{
    max-width:900px!important;
  }
}

@media (max-width:767.98px){
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell{padding:0 8px!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-public-nav-container{padding:8px!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-home-brand{
    flex-basis:100%!important;
    gap:9px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-logo{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    border-radius:12px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text{
    max-width:230px!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text strong{
    max-width:none!important;
    font-size:.86rem!important;
    white-space:normal!important;
  }
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text small{
    display:block!important;
    font-size:.49rem!important;
  }
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-home.hp30-product-home{
    padding:22px 12px 44px!important;
    gap:18px!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-hero-copy,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{
    padding:24px 18px 22px!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-hero-copy h1,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy h1{
    font-size:clamp(2.45rem,12vw,3.25rem)!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-search,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-search{
    grid-template-columns:24px minmax(0,1fr)!important;
    padding:8px 12px 8px 15px!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-search .wpu-phase-f-button,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-search .wpu-phase-f-button{
    grid-column:1/-1!important;
    width:100%!important;
  }
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions{
    grid-template-columns:1fr!important;
  }
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions .wpu-phase-f-button{
    width:100%!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-command-surface,
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-panel{
    padding:10px!important;
    border-width:3px!important;
    border-radius:23px!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-aira-media img,
  html body[data-wpu-public-homepage="1"] .hp30-aira-media video{
    border-radius:17px!important;
  }
  html body[data-wpu-public-homepage="1"] .hp30-section-head,
  html body[data-wpu-public-homepage="1"] .hp27-section-head{
    align-items:flex-start!important;
  }
}

@media (max-width:479.98px){
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .brand-text small{display:none!important}
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .discovery-nav .nav-link,
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .nav-admin-btn,
  html body[data-wpu-public-homepage="1"].wpu-site-header-active .public-header-shell .wpu-researcher-nav-btn{
    min-height:36px!important;
    padding-inline:8px!important;
    font-size:.68rem!important;
  }
  html body[data-wpu-public-homepage="1"] .hp33-hero-eyebrow{font-size:.66rem!important}
  html body[data-wpu-public-homepage="1"] .hp30-command-heading{grid-template-columns:40px minmax(0,1fr)!important}
  html body[data-wpu-public-homepage="1"] .wpu-phase-f-aira-mark{width:40px!important;height:40px!important}
  html body[data-wpu-public-homepage="1"] .hp33-aira-label{font-size:1rem!important}
}

@media (prefers-reduced-motion:reduce){
  html body[data-wpu-public-homepage="1"] *,
  html body[data-wpu-public-homepage="1"] *::before,
  html body[data-wpu-public-homepage="1"] *::after{
    transition:none!important;
    animation:none!important;
  }
}
