/* weROI LightRays — full viewport behind transparent nav */

.weroi-rays-host,
.absolute.inset-0.rays-fade {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Absolute nav overlays this; rays start at viewport top */
main.svelte-h7bcrl {
  position: relative;
  isolation: isolate;
}

main.svelte-h7bcrl > section.relative,
main.svelte-h7bcrl > section.bg-gradient-mild {
  z-index: 1;
}

.weroi-rays-host .light-rays-container,
.light-rays-container.svelte-12azypm,
.light-rays-container {
  width: 100%;
  height: 100vh !important;
  max-height: 100vh !important;
  position: relative;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}

.light-rays-container canvas,
.light-rays-container canvas.weroi-light-rays-canvas {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  pointer-events: none;
}

.rays-fade {
  mask-image: linear-gradient(to bottom, #000 0%, #000 48%, transparent 92%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 48%, transparent 92%);
}

html.dark body,
html.dark {
  color-scheme: dark;
}

body {
  background-color: #0a1409 !important;
}

/* Hero type size lives in theme-weroi.css. Width stays with the template column. */

.eyebrow.eyebrow-primary.svelte-1lw43ac,
.eyebrow.eyebrow-primary {
  font-size: 0.7rem !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase;
  font-weight: 600;
}

section.svelte-1lw43ac .fade_up,
section.bg-gradient-mild .fade_up,
.svelte-1lw43ac > .fade_up,
p.fade_up.svelte-1lw43ac {
  font-size: clamp(1.05rem, 1.55vw, 1.2rem) !important;
  line-height: 1.5 !important;
}

/* Hero fold geometry lives in theme-weroi.css (template center + nudge down). */
section.bg-gradient-mild.svelte-1lw43ac,
section.bg1.bg-gradient-mild {
  min-height: 80vh !important;
}

