/* 2026 Carry the Torch: cinematic fire and a genuinely transparent Heritage logo. */
.public-brand__logo,
.public-footer__logo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 1;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.42)) !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}
.public-footer__logo { width: min(310px, 100%) !important; margin-bottom: 1.4rem; }

/* Retire the previous polygon/glow experiments completely. */
.public-site .hero-orbit,
.public-site .hero-motif,
.public-site .site-theme-flame,
.public-site::after {
  display: none !important;
  content: none !important;
}

.holy-fire-canvas {
  display: block;
  pointer-events: none;
  user-select: none;
}
.holy-fire-canvas--hero {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.96;
  mix-blend-mode: screen;
  mask-image: linear-gradient(to top, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 0%, #000 72%, transparent 100%);
}
.holy-fire-canvas--site {
  position: fixed;
  inset: 0;
  z-index: 40;
  width: 100vw;
  height: 100vh;
  opacity: 0.27;
  mix-blend-mode: screen;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 88% 100%, #000 0%, rgba(0,0,0,.82) 34%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 88% 100%, #000 0%, rgba(0,0,0,.82) 34%, transparent 72%);
}
.camp-hero__content,
.public-header { position: relative; z-index: 4; }
.camp-hero__meta,
.camp-hero__actions,
.hero-scroll { position: relative; z-index: 5; }

/* Keep every word readable over moving light and embers. */
.public-site .camp-hero__title {
  color: #fff8eb !important;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.92), 0 0 34px rgba(0, 0, 0, 0.72) !important;
}
.public-site .camp-hero__title span { color: #f45c23 !important; }
.public-site .camp-hero__intro,
.public-site .camp-hero__meta,
.public-site .eyebrow {
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.92);
}

/* The fire is brightest near the right edge and base, while content remains readable. */
.public-site .camp-hero__media,
.public-site .camp-hero__media.has-photo {
  background-image: none !important;
  background:
    radial-gradient(circle at 82% 88%, rgba(245, 73, 18, 0.2), transparent 30%),
    radial-gradient(circle at 68% 58%, rgba(255, 155, 48, 0.09), transparent 32%),
    linear-gradient(125deg, #090706 0%, #17100c 48%, #1c0c06 100%) !important;
}

@media (max-width: 760px) {
  .public-brand { width: min(218px, 62vw) !important; }
  .public-header__inner { padding-top: 1rem; }
  .holy-fire-canvas--hero {
    opacity: 1;
    mask-image: linear-gradient(to top, #000 0%, #000 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 78%, transparent 100%);
  }
  .holy-fire-canvas--site { opacity: 0.2; }
}

@media (prefers-reduced-motion: reduce) {
  .holy-fire-canvas--site { opacity: 0.12; }
}
