/* Full bleed — cinematic edge-to-edge default */
body.layout-full_bleed .block-hero {
  min-height: clamp(480px, 72vh, 780px);
}

body.layout-full_bleed .block-hero__content {
  max-width: 40rem;
}

body.layout-full_bleed .site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: color-mix(in srgb, var(--color-secondary, #1a1a1a) 72%, transparent);
  backdrop-filter: blur(10px);
  color: #fff;
}

body.layout-full_bleed .site-header a,
body.layout-full_bleed .site-nav__link {
  color: #fff;
}

body.layout-full_bleed .site-nav__link--cta {
  background: #fff;
  color: var(--color-secondary, #1a1a1a) !important;
}

body.layout-full_bleed #main-content {
  padding-top: 0;
}
