/* GCR-specific tweaks for the homepage `.hero--lighthouse` pattern.
   The actual lighthouse / veil / halo / VHS rules and keyframes live in the
   site-wide assets/style.css alongside the homepage hero — this file only
   adjusts the inner map mount so the lighthouse photo behind it stays visible
   instead of being covered by the map's own opaque navy gradient. */

.hero--lighthouse #gcr-map-app {
    background: transparent;
    width: 100%;
}

/* Keep the globe frame's brass border + corners but soften its fill so a sliver
   of the lighthouse photo glows through the edges. */
.hero--lighthouse .gcr-hero__globe {
    background: radial-gradient(ellipse at 50% 50%, rgba(6,26,45,.78) 0%, rgba(3,17,31,.92) 100%);
}
