/* Blog article hero — mobile/tablet full-bleed image + lighter frosted headline */

/* Desktop: Soft UI frost (same as former .blur) */
@media (min-width: 1200px) {
  #blog-header .blog-headline-card {
    box-shadow: inset 0 0 2px #fefefed1, 0 20px 27px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
}

@media (max-width: 1199.98px) {
  #blog-header .page-header {
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    min-height: 70vh !important;
  }

  #blog-header .page-header > .position-absolute.w-50,
  #blog-header .page-header > .position-absolute.fixed-top {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    z-index: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  #blog-header .page-header > .oblique {
    display: block !important;
    transform: none !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    border-bottom-left-radius: 0 !important;
  }

  #blog-header .page-header > .oblique .oblique-image {
    transform: none !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  #blog-header .page-header > .container {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    padding-bottom: 1.5rem !important;
  }

  #blog-header .page-header > .container > .row {
    justify-content: center !important;
  }

  #blog-header .page-header > .container > .row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 36rem !important;
    flex: 0 1 36rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* More transparent + stronger blur so the hero image shows through */
  #blog-header .blog-headline-card {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    background-color: rgba(255, 255, 255, 0.35) !important;
    background-image: none !important;
    -webkit-backdrop-filter: saturate(180%) blur(40px) !important;
    backdrop-filter: saturate(180%) blur(40px) !important;
    box-shadow: inset 0 0 2px #fefefed1, 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  }
}
