/* ==========================================================================
   LIMITLESS Reports — brand splash
   Dark navy premium. One signature gold gradient. Fieldwork Geo throughout.
   Tokens mirror templates/report.css so the splash and the reports feel like
   one product.
   ========================================================================== */

/* --- Fieldwork Geo (only the weights this page uses) --------------------- */
@font-face {
  font-family: 'Fieldwork Geo';
  src: url('../fonts/FieldworkGeo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fieldwork Geo';
  src: url('../fonts/FieldworkGeo-Demibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fieldwork Geo';
  src: url('../fonts/FieldworkGeo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy-950: #00163b;
  --navy-900: #001a44;
  --navy-800: #002054;
  --navy-200: #b6c2db;
  --gold-300: #f6d670;
  --gold-700: #cc8413;
  --white: #fff;

  --gradient-gold: linear-gradient(135deg, #b76a00 0%, #f6d670 100%);
  --gradient-gold-bright: linear-gradient(135deg, #cc8413 0%, #f9e29a 100%);

  --font: 'Fieldwork Geo', 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html, body { height: 100%; }

body.lr-splash {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  font-family: var(--font);
  color: var(--white);
  background: var(--navy-800);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* --- Stage: layered atmosphere over deep navy ---------------------------- */
.lr-stage {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 5vw, 4rem);
  overflow: hidden;
}

/* signature cover glows + edge vignette */
.lr-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(246, 214, 112, 0.16), transparent 55%),
    radial-gradient(90% 90% at 0% 100%, rgba(85, 115, 168, 0.30), transparent 60%),
    radial-gradient(130% 100% at 50% 48%, transparent 40%, rgba(0, 11, 30, 0.55) 100%),
    var(--navy-800);
}

/* faint film grain for depth (no flat AI gradient) */
.lr-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* oversized infinity watermark behind the lockup */
.lr-mark {
  position: absolute;
  z-index: -1;
  top: 46%;
  left: 50%;
  width: min(1180px, 165vw);
  transform: translate(-50%, -50%);
  opacity: 0.07;
  filter: saturate(1.1);
  pointer-events: none;
  user-select: none;
}

/* a warm pool of light cradling the logo */
.lr-glow {
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 50%;
  width: min(760px, 120vw);
  aspect-ratio: 1.6 / 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(246, 214, 112, 0.16), transparent 72%);
  pointer-events: none;
  animation: lr-breathe 9s var(--ease-out) infinite;
}

/* --- Content ------------------------------------------------------------- */
.lr-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(2rem, 6vh, 4rem) 0;
}

.lr-logo {
  width: clamp(240px, 40vw, 440px);
  height: auto;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.lr-eyebrow {
  margin: 0 0 1.15rem;
  font-size: clamp(0.66rem, 1.4vw, 0.78rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  color: var(--gold-300);
}

.lr-headline {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 4.6vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--white);
  text-wrap: balance;
}

.lr-body {
  margin: 0 auto;
  max-width: 46ch;
  font-size: clamp(0.98rem, 2.1vw, 1.12rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--navy-200);
}

.lr-rule {
  width: 64px;
  height: 2px;
  margin: clamp(1.75rem, 4vw, 2.5rem) auto;
  border: 0;
  border-radius: 999px;
  background: var(--gradient-gold);
}

.lr-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.lr-cta__kicker {
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  font-weight: 600;
  color: var(--white);
}

.lr-cta__sub {
  margin: 0 0 1.15rem;
  font-size: clamp(0.85rem, 1.8vw, 0.95rem);
  color: var(--navy-200);
}

/* gold pill — the single saturated accent on the page */
.lr-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.95rem 1.9rem;
  border-radius: 999px;
  background: var(--gradient-gold);
  color: var(--navy-900);
  font-family: var(--font);
  font-size: clamp(0.92rem, 1.9vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(183, 106, 0, 0.30);
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out),
    background 220ms var(--ease-out);
}
.lr-btn__arrow { transition: transform 220ms var(--ease-out); }
.lr-btn:hover {
  background: var(--gradient-gold-bright);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(183, 106, 0, 0.40);
}
.lr-btn:hover .lr-btn__arrow { transform: translateX(3px); }
.lr-btn:active { transform: translateY(0) scale(0.98); }
.lr-btn:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: 3px;
}

/* --- Footer -------------------------------------------------------------- */
.lr-footer {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(182, 194, 219, 0.6);
}
.lr-footer__sep { margin: 0 0.5em; opacity: 0.5; }

/* --- Motion: calm staggered reveal --------------------------------------- */
@keyframes lr-rise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes lr-breathe {
  0%, 100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.06); }
}

.lr-reveal {
  opacity: 0;
  animation: lr-rise 0.7s var(--ease-out) forwards;
  animation-delay: var(--lr-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .lr-reveal { opacity: 1; animation: none; }
  .lr-glow { animation: none; }
  .lr-btn { transition: none; }
}

/* --- Small screens ------------------------------------------------------- */
@media (max-width: 480px) {
  .lr-btn { width: 100%; justify-content: center; }
  .lr-footer { text-align: center; }
}
