@font-face {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/forum-0f8c6c1b.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/forum-65c0dc6f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-c9a5f13c.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-81401990.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-forum: "Forum";
  --font-manrope: "Manrope";
  --ink: #0d1712;
  --forest: #17271d;
  --moss: #71804b;
  --parchment: #d4c69b;
  --ivory: #eee7d2;
  --bronze: #a88748;
  --text: #e9e4d5;
}

* { box-sizing: border-box; }
html { background: var(--ink); }
body {
  --display: var(--font-forum);
  --body: var(--font-manrope);
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--body), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--bronze); color: var(--ink); }

.hero {
  position: relative;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  background-color: var(--ink);
  background-image: url('/assets/cult-hero-bg-pagan-circus-tent.webp');
  background-image: image-set(
    url('/assets/cult-hero-bg-pagan-circus-tent.avif') type('image/avif'),
    url('/assets/cult-hero-bg-pagan-circus-tent.webp') type('image/webp')
  );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7,15,10,.38) 0%, rgba(13,23,18,.06) 23%, rgba(13,23,18,.08) 56%, #0d1712 100%),
    radial-gradient(circle at 50% 40%, transparent 15%, rgba(5,11,7,.38) 100%);
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .23;
  background-image:
    linear-gradient(115deg, transparent 48%, rgba(212,198,155,.09) 49%, transparent 50%),
    linear-gradient(65deg, transparent 48%, rgba(212,198,155,.07) 49%, transparent 50%);
  background-size: 96px 168px;
  mask-image: linear-gradient(to bottom, black, transparent 50%);
}

.site-header {
  position: relative;
  z-index: 10;
  width: min(1320px, calc(100% - 64px));
  height: 104px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(212,198,155,.2);
}
.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.brand__sigil {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: var(--bronze);
  border: 1px solid rgba(168,135,72,.65);
  transform: rotate(45deg);
}
.brand__sigil i { font: normal 13px/1 var(--display); transform: rotate(-45deg); }
.brand__word { font: 400 28px/1 var(--display); letter-spacing: .18em; }
.header-discord {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--parchment);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.header-discord > span,
.scroll-gate b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bronze);
  box-shadow: 0 0 0 3px rgba(168,135,72,.18);
  transition: background .2s ease, box-shadow .2s ease;
}
.header-discord:hover > span,
.scroll-gate--right:hover b {
  background: #5865f2;
  box-shadow: 0 0 0 3px rgba(88,101,242,.18);
}

.hero__intro {
  position: relative;
  z-index: 2;
  width: min(1120px, 94vw);
  margin: 27px auto 0;
  text-align: center;
  text-shadow: 0 2px 5px rgba(5,12,7,.92), 0 7px 28px rgba(5,12,7,.72);
}
.hero__intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -35px -30px -28px;
  background: radial-gradient(ellipse, rgba(13,23,18,.52), transparent 70%);
  filter: blur(8px);
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--parchment);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.hero__intro h1 {
  margin: 0;
  color: var(--ivory);
  font: 400 clamp(44px, 5.2vw, 80px)/.96 var(--display);
  letter-spacing: -.035em;
  -webkit-text-stroke: .4px rgba(13,23,18,.58);
}
.hero__intro h1 em { color: var(--parchment); font-style: normal; }
.hero__intro > p:last-child {
  margin: 10px 0 0;
  color: rgba(233,228,213,.8);
  font: 400 16px var(--display);
  letter-spacing: .14em;
}

.hero__choice {
  position: absolute;
  z-index: 3;
  inset: 245px 0 43px;
  width: min(1260px, calc(100% - 64px));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 430px) minmax(260px, 1fr);
  align-items: center;
  gap: 40px;
}
.harlequin {
  position: relative;
  height: 100%;
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}
.harlequin__halo {
  position: absolute;
  left: 50%;
  top: 16%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(212,198,155,.32);
  box-shadow: 0 0 90px rgba(212,198,155,.17), inset 0 0 60px rgba(113,128,75,.16);
}
.harlequin__halo::before,
.harlequin__halo::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px dashed rgba(168,135,72,.35);
  border-radius: 50%;
}
.harlequin__halo::after {
  inset: 50% -32px auto;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--bronze), transparent);
}
.harlequin img {
  position: relative;
  z-index: 2;
  max-width: 128%;
  height: min(67vh, 650px);
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.52));
}

.scroll-gate {
  position: relative;
  min-height: 200px;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 40px;
  color: #332b1d;
  text-align: center;
  font-family: var(--body), Arial, sans-serif;
  background: linear-gradient(90deg, #b9a876, #e1d5ab 12%, #d4c69b 50%, #e2d6ad 88%, #b09b68);
  clip-path: polygon(4% 3%, 20% 5%, 33% 2%, 50% 5%, 68% 2%, 83% 5%, 97% 2%, 99% 19%, 97% 36%, 99% 51%, 97% 68%, 99% 84%, 96% 98%, 82% 96%, 68% 99%, 50% 96%, 32% 99%, 16% 96%, 3% 99%, 1% 82%, 3% 67%, 1% 50%, 3% 33%, 1% 17%);
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.35));
  transition: transform .25s ease, filter .25s ease;
}
.scroll-gate::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(73,61,35,.35);
  clip-path: inherit;
  pointer-events: none;
}
.scroll-gate::after {
  content: "◆";
  position: absolute;
  top: 20px;
  color: #7e693e;
  font-size: 9px;
}
.scroll-gate small {
  margin: 0 0 8px;
  color: #746238;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.scroll-gate strong {
  font: 400 clamp(26px, 2.5vw, 38px)/1 var(--display);
  text-transform: uppercase;
}
.scroll-gate > span {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5b4c2d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.scroll-gate--right:hover,
.scroll-gate--right:focus-visible {
  outline: none;
  transform: translateY(-7px) rotate(.3deg);
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.47)) brightness(1.04);
}
.scroll-gate--disabled {
  cursor: not-allowed;
  opacity: .9;
}
.scroll-gate--disabled > span { color: #746238; }

.hero__foot {
  position: absolute;
  z-index: 4;
  bottom: 17px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(233,228,213,.62);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .23em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero__foot span { padding: 0 9px; color: var(--bronze); font-size: 6px; }

@media (max-width: 1050px) {
  .hero__choice { grid-template-columns: 1fr minmax(280px, 360px) 1fr; gap: 20px; }
  .scroll-gate { min-height: 185px; padding: 30px 22px; }
}

@media (max-width: 760px) {
  .hero { min-height: 720px; background-position: 50% center; }
  .site-header { width: calc(100% - 34px); height: 78px; }
  .header-discord { font-size: 9px; }
  .brand__word { font-size: 24px; }
  .brand__sigil { width: 30px; height: 30px; }
  .hero__intro { width: calc(100% - 24px); margin-top: 20px; }
  .hero__intro .eyebrow { font-size: 8px; }
  .hero__intro h1 { font-size: clamp(38px, 11vw, 54px); line-height: .94; }
  .hero__intro > p:last-child { margin-top: 8px; font-size: 12px; }
  .hero__choice {
    inset: 188px 0 32px;
    width: calc(100% - 34px);
    grid-template: 1fr auto / 1fr 1fr;
    gap: 12px;
    align-items: end;
  }
  .harlequin { grid-column: 1 / -1; grid-row: 1; min-height: 390px; }
  .harlequin img { height: 54vh; max-height: 490px; max-width: 118%; }
  .harlequin__halo { top: 12%; width: 265px; height: 265px; }
  .scroll-gate { grid-row: 2; min-height: 132px; padding: 24px 12px 18px; }
  .scroll-gate::before { inset: 8px; }
  .scroll-gate::after,
  .scroll-gate small { display: none; }
  .scroll-gate strong { font-size: clamp(17px, 5vw, 21px); }
  .scroll-gate > span { margin-top: 11px; font-size: 7px; letter-spacing: .07em; }
  .hero__foot { display: none; }
}

@media (max-width: 420px) {
  .hero__intro h1 { max-width: 360px; margin-inline: auto; }
  .hero__choice { width: calc(100% - 20px); gap: 7px; }
  .scroll-gate { padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
