:root {
  --gold: #ffb300;
  --gold-strong: #ff8a00;
  --gold-light: #ffd36b;
  --bg-main: #050505;
  --bg-soft: #0d0d0d;
  --text-white: #f5f5f5;
  --text-gray: #bbbbbb;
  --orange-glow: #ff6a00;
  --tech-cyan: #39e7ff;
  --header-height: 86px;
  --shell: min(1180px, calc(100vw - 48px));
  --ease-cinematic: cubic-bezier(.19, 1, .22, 1);
}

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

html {
  scroll-behavior: auto;
}

html.menu-lock {
  overflow: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text-white);
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 179, 0, .18), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(57, 231, 255, .08), transparent 24%),
    radial-gradient(circle at 72% 72%, rgba(255, 106, 0, .14), transparent 32%),
    linear-gradient(135deg, #080808 0%, #050505 46%, #100805 100%);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    linear-gradient(90deg, rgba(255, 211, 107, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 211, 107, .04) 1px, transparent 1px),
    radial-gradient(circle at 30% 40%, rgba(255, 255, 255, .04), transparent 30%);
  background-size: 160px 160px, 160px 160px, 100% 100%;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 82%, transparent 100%);
  opacity: .45;
}

body::after {
  background:
    radial-gradient(circle at 22% 86%, rgba(255, 179, 0, .13), transparent 22%),
    linear-gradient(115deg, transparent 0 32%, rgba(255, 255, 255, .035) 42%, transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(0, 0, 0, .34));
  filter: blur(.2px);
  opacity: .9;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 18px;
  left: 18px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: #050505;
  background: var(--gold-light);
  border-radius: 4px;
}

.site-main {
  position: relative;
  overflow: clip;
}

.sr-editor-page {
  min-height: 100svh;
  padding-top: var(--header-height);
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 179, 0, .16), transparent 28%),
    linear-gradient(180deg, rgba(5, 5, 5, .72), rgba(5, 5, 5, .94));
}

.sr-editor-page__content {
  width: min(1280px, calc(100vw - 40px));
  margin-inline: auto;
  padding: 42px 0 90px;
}

.sr-editor-page__content > *:first-child {
  margin-top: 0;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-band {
  position: relative;
  padding: 130px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 52px;
}

.section-heading__eyebrow,
.hero-kicker,
.cta-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-heading__eyebrow::before,
.hero-kicker::before,
.cta-section__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light));
  box-shadow: 0 0 16px rgba(255, 179, 0, .75);
}

.section-heading h2,
.cta-section h2 {
  margin: 14px 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.5rem, 8vw, 8.25rem);
  line-height: .92;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading p {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(245, 245, 245, .8);
  font-size: 1.05rem;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  min-height: var(--header-height);
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(5, 5, 5, .68);
  box-shadow: 0 10px 38px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 179, 0, .18);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: min(1320px, calc(100vw - 38px));
  min-height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-brand__mark,
.custom-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(255, 179, 0, .52));
}

.site-brand__text {
  max-width: 190px;
  font-size: .78rem;
  line-height: 1.1;
  letter-spacing: .08em;
}

.site-nav__list,
.site-footer__menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav__link,
.site-footer__menu a {
  position: relative;
  display: inline-flex;
  padding: 10px 0;
  color: rgba(245, 245, 245, .82);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .25s ease, text-shadow .25s ease;
}

.site-nav__link::after,
.site-footer__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s var(--ease-cinematic);
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-footer__menu a:hover,
.site-footer__menu a:focus-visible {
  color: var(--gold-light);
  text-shadow: 0 0 18px rgba(255, 179, 0, .72);
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after,
.site-footer__menu a:hover::after,
.site-footer__menu a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 179, 0, .42);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(5, 5, 5, .42);
  cursor: pointer;
  place-items: center;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
  box-shadow: 0 0 12px rgba(255, 179, 0, .7);
  transition: transform .25s ease, opacity .25s ease;
}

.site-header.is-open .menu-toggle span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.site-header.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .menu-toggle span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
