:root {
  --text: #f5f5f5;
  --muted: #929292;
  --accent: #efc24a;
  --accent-hover: #ffd363;
  --gold: #efc24a;
  --gold-soft: #ffd363;
  --line: rgba(255, 255, 255, 0.12);
}

body {
  position: relative;
  color: var(--text);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(rgba(239, 194, 74, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 194, 74, 0.038) 1px, transparent 1px),
    radial-gradient(circle at 88% 30%, rgba(239, 194, 74, 0.14) 0%, rgba(239, 194, 74, 0.065) 18%, transparent 43%);
  background-size: 32px 32px, 32px 32px, 128px 128px, 128px 128px, 100% 100%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-position: 0 0;
  -webkit-mask-image: radial-gradient(ellipse at 50% 35%, #000 0%, rgba(0, 0, 0, 0.9) 68%, rgba(0, 0, 0, 0.35) 100%);
  mask-image: radial-gradient(ellipse at 50% 35%, #000 0%, rgba(0, 0, 0, 0.9) 68%, rgba(0, 0, 0, 0.35) 100%);
}

body > * {
  position: relative;
  z-index: 1;
}

.hero-visual,
.hero-media-frame,
.showcase-image,
.instructor-visual {
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.5),
    36px 12px 105px rgba(239, 194, 74, 0.13),
    -18px 26px 80px rgba(239, 194, 74, 0.065) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text);
  font-family: inherit !important;
  text-wrap: balance;
}

main p {
  text-wrap: pretty;
}

.eyebrow,
.section-label,
.faq-label {
  color: var(--accent) !important;
  font-family: inherit;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

footer p,
footer a {
  color: var(--muted);
}
