/* Digiship homepage: consistent Astra desktop/mobile header and hero. */
@media (max-width: 921px) {
  /* Keep TranslatePress clear of Astra's mobile-menu trigger. */
  body:not(.ds-digibook-page) #trp-floater-ls.trp-top-right {
    top: 18px !important;
    right: 72px !important;
  }

  /* Make Astra's dropdown feel like part of the transparent header. */
  body.home #ast-mobile-header .ast-mobile-header-content {
    position: absolute;
    top: 100%;
    right: 14px;
    left: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 0 0 10px 10px;
    background: rgba(5, 22, 39, .97);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
  }

  body.home #ast-mobile-header .main-header-menu,
  body.home #ast-mobile-header .main-header-menu .menu-item,
  body.home #ast-mobile-header .main-header-menu .menu-link {
    background: transparent !important;
  }

  body.home #ast-mobile-header .main-header-menu .menu-link {
    min-height: 54px;
    padding: 0 20px;
    border-color: rgba(255, 255, 255, .12);
    color: #fff !important;
    font-size: 0;
    font-weight: 700;
  }

  body.home #ast-mobile-header .main-header-menu .menu-link::after {
    content: "Digibook";
    font-size: 16px;
  }

  /* Logo already links home. Only the Digibook page for the active language
     is useful in this compact menu. */
  body.home #ast-hf-mobile-menu .page-item-1322,
  body.home.translatepress-et #ast-hf-mobile-menu .page-item-2825,
  body.home.translatepress-en_GB #ast-hf-mobile-menu .page-item-2812 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* Preserve the desktop hero's visual weight while using a mobile crop. */
  body.home .wp-block-uagb-container.uagb-block-494c42c4 {
    min-height: 515px !important;
    padding: 92px 18px 42px !important;
    background-position: 58% center !important;
  }

  body.home .wp-block-uagb-container.uagb-block-494c42c4 > .uagb-container-inner-blocks-wrap {
    justify-content: center !important;
  }

  body.home .wp-block-uagb-container.uagb-block-9ad6b818 {
    max-width: 410px !important;
    padding: 0 8px !important;
  }

  body.home .uagb-block-9ad6b818 h1 {
    margin-bottom: 34px;
    font-size: clamp(30px, 8.8vw, 40px) !important;
    line-height: 1.12;
  }

  body.home .uagb-block-9ad6b818 h2 {
    font-size: clamp(21px, 6.3vw, 27px) !important;
    line-height: 1.25;
  }
}

