/* AXISBRIDGE_HOME_CENTERED_HERO_20260819
   Homepage-only hero layout. No shared page selectors are changed outside .hero. */

@media (min-width:1051px){
  .hero .hero-layout{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
    align-items:start !important;
    max-width:1220px !important;
    margin:0 auto !important;
  }

  .hero .hero-copy{
    display:contents !important;
  }

  .hero .eyebrow{
    grid-row:1 !important;
    justify-self:center !important;
    text-align:center !important;
    margin:0 auto 2px !important;
  }

  .hero #hero-title{
    grid-row:2 !important;
    justify-self:center !important;
    width:min(100%,1160px) !important;
    max-width:1160px !important;
    margin:0 auto 8px !important;
    text-align:center !important;
    font-size:clamp(16px,1.55vw,22px) !important;
    line-height:1.15 !important;
    letter-spacing:-.045em !important;
    text-wrap:balance !important;
  }

  .hero .home-hero-feature-art{
    grid-row:3 !important;
    width:100% !important;
    max-width:806px !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 auto 8px !important;
    padding:0 !important;
    align-self:start !important;
    justify-self:center !important;
    position:static !important;
    top:auto !important;
    transform:none !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
  }

  .hero .home-hero-feature-image{
    display:block !important;
    width:100% !important;
    max-width:806px !important;
    height:auto !important;
    max-height:none !important;
    margin:0 auto !important;
    object-fit:contain !important;
    object-position:center top !important;
    transform:none !important;
  }

  .hero .hero-copy > p:not(.eyebrow){
    grid-row:4 !important;
    justify-self:center !important;
    width:min(100%,860px) !important;
    margin:0 auto !important;
    text-align:center !important;
  }

  .hero .hero-promise,
  .hero .promise-card,
  .hero [class*="promise"]{
    grid-row:5 !important;
    justify-self:center !important;
    width:min(100%,900px) !important;
    margin:0 auto !important;
    text-align:center !important;
  }

  .hero .hero-chips,
  .hero .location-chips,
  .hero [class*="chips"]{
    grid-row:6 !important;
    justify-self:center !important;
    margin-inline:auto !important;
    justify-content:center !important;
  }

  .hero .hero-actions,
  .hero .actions,
  .hero [class*="actions"]{
    grid-row:7 !important;
    justify-self:center !important;
    margin-inline:auto !important;
    justify-content:center !important;
  }

  /* Any remaining direct hero-copy children fall below the image. */
  .hero .hero-copy > *:not(.eyebrow):not(#hero-title){
    text-align:center !important;
  }
}

@media (max-width:1050px){
  /* Preserve the already-approved responsive/mobile behavior. */
  .hero .hero-layout{
    grid-template-columns:1fr !important;
  }
}
