/* Dedicated text-free artwork replaces the original cropped flyer image. */
/* Canvas smoke/embers and a low CSS campfire glow replace film-grain static. */
.cursor {
  background: radial-gradient(circle, rgba(165, 74, 255, .065), transparent 67%);
}

.campfire-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow: hidden;
  pointer-events: none;
}

.campfire-atmosphere::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8vh;
  width: min(1250px, 96vw);
  height: 62vh;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 88%, rgba(255, 126, 50, .31), transparent 46%),
    radial-gradient(ellipse at 42% 80%, rgba(191, 79, 255, .2), transparent 64%);
  filter: blur(28px);
  opacity: .92;
  animation: fire-breathe 4.8s ease-in-out infinite;
  z-index: 0;
}

.campfire-atmosphere::after {
  content: "";
  position: absolute;
  left: -10vw;
  right: -10vw;
  bottom: -9vh;
  height: 50vh;
  background:
    radial-gradient(ellipse at 15% 82%, rgba(222, 215, 228, .2), transparent 43%),
    radial-gradient(ellipse at 48% 88%, rgba(175, 158, 188, .17), transparent 48%),
    radial-gradient(ellipse at 82% 80%, rgba(214, 204, 221, .18), transparent 44%);
  filter: blur(34px);
  opacity: .86;
  animation: smoke-bank 10s ease-in-out infinite;
  z-index: 0;
}

.smoke-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .82;
  transform: translateZ(0);
}

@keyframes fire-breathe {
  0%, 100% { opacity: .72; transform: translateX(-50%) scaleX(.94) scaleY(.9); }
  50% { opacity: 1; transform: translateX(-50%) scaleX(1.06) scaleY(1.04); }
}

@keyframes smoke-bank {
  0%, 100% { transform: translate3d(-2vw, 1vh, 0) scaleX(.96); opacity: .65; }
  50% { transform: translate3d(2vw, -2vh, 0) scaleX(1.04); opacity: .9; }
}

.brand-mark {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  object-fit: contain;
  padding: 1px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(164, 79, 255, .18), rgba(48, 28, 69, .08) 55%, transparent 72%);
  filter: drop-shadow(0 0 18px rgba(168, 78, 255, .58));
}

.loader-logo {
  display: block;
  width: min(470px, 82vw);
  height: auto;
  margin: 0 auto 12px;
  filter: drop-shadow(0 0 28px rgba(153, 66, 255, .38));
}

.realm-content .realm-detail {
  max-width: 455px;
  margin-top: -4px;
  color: #888090;
  font-size: 17px;
  line-height: 1.5;
}

.price-custom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(255px, .78fr) minmax(0, 1.45fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  min-height: 0;
  padding: clamp(32px, 5vw, 58px);
  overflow: hidden;
  border-color: rgba(255, 79, 163, .48);
  background:
    radial-gradient(circle at 8% 100%, rgba(91, 145, 255, .14), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(255, 45, 141, .13), transparent 38%),
    linear-gradient(120deg, rgba(14, 9, 22, .98), rgba(5, 4, 9, .94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .025);
}

.price-custom::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(#36b8ff, #b15cff 48%, #ff2d8d);
  box-shadow: 0 0 22px rgba(190, 79, 255, .7);
}

.price-custom:hover { transform: translateY(-6px); border-color: #ff4fa3; }
.price-custom label { background: linear-gradient(100deg, #7944dc, #e72c87); }
.price-custom .custom-offer h3 { margin-top: 20px; font-size: clamp(43px, 5vw, 64px); letter-spacing: -3px; }
.price-custom .custom-offer h3 span { display: block; margin-bottom: 7px; color: #8e8495; font: 700 9px Orbitron; letter-spacing: 1.6px; }
.price-custom .custom-offer > p { max-width: 360px; margin: 20px 0 24px; color: #9d94a4; font-size: 15px; line-height: 1.45; }
.price-custom .custom-offer > a { max-width: 270px; border-color: #c257f2; background: linear-gradient(100deg, rgba(103, 54, 192, .42), rgba(229, 43, 134, .3)); }
.price-custom .custom-offer > a:hover { border-color: #ff65ae; box-shadow: 0 0 25px rgba(255, 45, 141, .16); }
.price-custom .custom-scope h4 { margin: 0; color: #eee8f2; font: 700 clamp(20px, 2.5vw, 29px) Orbitron; letter-spacing: -.7px; }
.price-custom .custom-scope > p { max-width: 680px; color: #a79eae; font-size: 17px; line-height: 1.48; }
.custom-range { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin: 22px 0; }
.custom-range span { padding: 11px 9px; border: 1px solid rgba(132, 104, 158, .3); background: rgba(5, 4, 10, .58); text-align: center; }
.custom-range b { display: block; color: #b9adbf; font: 700 8px Orbitron; letter-spacing: .7px; }
.custom-range small { display: block; margin-top: 5px; color: #e5ddeb; font-size: 13px; }
.custom-range span:first-child { border-color: rgba(54, 184, 255, .38); }
.custom-range span:last-child { border-color: rgba(255, 45, 141, .42); }
.price-custom .custom-scope ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 24px; min-height: 0; margin: 23px 0 18px; }
.price-custom .custom-scope li { margin: 0; }
.price-custom .custom-note { color: #746b7b !important; font-size: 13px !important; }

.hero-bg {
  background-image:
    linear-gradient(90deg, #030307 2%, rgba(3, 3, 7, .95) 22%, rgba(3, 3, 7, .25) 58%, rgba(3, 3, 7, .15)),
    linear-gradient(0deg, #030307 0%, transparent 38%),
    url("assets/hero-four-horsemen.webp");
  background-position: center right;
  filter: saturate(1.08) contrast(1.08);
}

/* Fog is now generated from gradients, so no flyer text can bleed through. */
.hero-haze::before,
.hero-haze::after {
  background-image:
    radial-gradient(ellipse at 70% 55%, rgba(173, 116, 255, .32), transparent 45%),
    linear-gradient(90deg, transparent, rgba(83, 129, 255, .18), rgba(180, 100, 255, .2), transparent);
  background-size: cover;
}

/*
 * Keep the horsemen's heads inside the visible section. The original realm
 * layer extended 10% above and below its section, which cropped the top of
 * these newly framed images before the parallax transform was even applied.
 */
.realm-bg {
  inset: 0 -6%;
  background-position: 66% top;
  transform-origin: center top;
}

.realm-purple .realm-bg {
  background-image:
    linear-gradient(90deg, #030307 3%, rgba(20, 4, 30, .76) 30%, rgba(100, 25, 150, .08)),
    linear-gradient(0deg, #030307 0%, transparent 30%, rgba(3, 3, 7, .12)),
    url("assets/creativity-horseman.webp");
  background-position: 66% top;
  filter: saturate(1.08) contrast(1.06);
}

.realm-blue .realm-bg {
  background-image:
    linear-gradient(90deg, #030307 3%, rgba(2, 18, 37, .78) 30%, rgba(10, 100, 170, .08)),
    linear-gradient(0deg, #030307 0%, transparent 30%, rgba(3, 3, 7, .12)),
    url("assets/innovation-horseman.webp");
  background-position: 66% top;
  filter: saturate(1.05) contrast(1.06);
}

.realm-white .realm-bg {
  background-image:
    linear-gradient(90deg, #030307 3%, rgba(15, 15, 20, .8) 30%, rgba(200, 200, 220, .04)),
    linear-gradient(0deg, #030307 0%, transparent 30%, rgba(3, 3, 7, .12)),
    url("assets/execution-horseman.webp");
  background-position: 66% top;
  filter: saturate(.92) contrast(1.08);
}

.realm-violet .realm-bg {
  background-image:
    linear-gradient(90deg, #030307 3%, rgba(43, 3, 24, .82) 30%, rgba(218, 21, 112, .09)),
    linear-gradient(0deg, #030307 0%, transparent 30%, rgba(3, 3, 7, .12)),
    url("assets/growth-horseman.webp");
  background-position: 66% top;
  filter: saturate(1.12) contrast(1.06);
}

.realm-violet::after {
  background: radial-gradient(circle at 75% 50%, #ff2d8d, transparent 30%);
}

.realm-violet .realm-icon,
.realm-violet h3 {
  color: #ff4fa3;
}

.contact-backdrop {
  background-image:
    linear-gradient(90deg, #030307 0%, rgba(3, 3, 7, .82) 28%, rgba(3, 3, 7, .52)),
    linear-gradient(0deg, #030307, transparent 35%),
    url("assets/contact-four-horsemen.webp");
  background-position: center;
  filter: saturate(1.08) contrast(1.05);
  opacity: .52;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  max-width: 520px;
  margin-top: 28px;
}

.contact-action {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 14px;
  overflow: hidden;
  color: #f6f1fb;
  text-decoration: none;
  border: 1px solid rgba(154, 84, 218, .32);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(24, 18, 32, .9), rgba(6, 5, 11, .82));
  backdrop-filter: blur(10px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.contact-action::after {
  content: "";
  position: absolute;
  inset: auto -35% -70% 25%;
  height: 115%;
  background: radial-gradient(circle, var(--action-glow), transparent 68%);
  opacity: .28;
  transition: opacity .25s ease, transform .25s ease;
}

.contact-action:hover,
.contact-action:focus-visible {
  transform: translateY(-3px);
  border-color: var(--action-color);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .35), 0 0 24px var(--action-glow);
  outline: none;
}

.contact-action:hover::after,
.contact-action:focus-visible::after { opacity: .52; transform: translateY(-8%); }

.contact-action-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: #fff;
  border: 1px solid var(--action-color);
  border-radius: 50%;
  background: rgba(5, 4, 10, .78);
  box-shadow: 0 0 17px var(--action-glow);
  font-size: 17px;
}

.contact-action-icon svg { display: block; width: 22px; height: 18px; fill: currentColor; }

.contact-action > span:last-child { position: relative; z-index: 1; min-width: 0; }
.contact-action b { display: block; font: 700 10px Orbitron; letter-spacing: .8px; }
.contact-action small { display: block; margin-top: 5px; color: #9b93a1; font-size: 13px; line-height: 1.1; }
.discord-action { grid-column: 1 / -1; --action-color: #8c92ff; --action-glow: rgba(88, 101, 242, .4); }
.phone-action { --action-color: #38b9ff; --action-glow: rgba(30, 157, 255, .32); }
.email-action { --action-color: #ff4fa3; --action-glow: rgba(255, 45, 141, .32); }
.contact-direct-status {
  min-height: 20px;
  max-width: 520px;
  margin: 10px 0 0;
  color: #c6a4e7 !important;
  font-size: 13px !important;
}

.contact-brand-lockup {
  width: min(500px, 100%);
  margin-top: 18px;
}

.contact-brand-lockup img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 22px rgba(158, 74, 255, .3));
}

footer { padding-block: 34px; }
.footer-signoff { display: grid; gap: 7px; }
.footer-signoff b { color: #d9d1df; font: 700 11px Orbitron; letter-spacing: .9px; }
.footer-signoff small { color: #8d8194; font-size: 13px; letter-spacing: .3px; }
.footer-links { display: flex; align-items: center; justify-content: center; gap: 20px; }
.footer-links a { color: #968d9c; font: 700 9px Orbitron; letter-spacing: .8px; text-decoration: none; transition: color .2s ease, text-shadow .2s ease; }
.footer-links a:hover,
.footer-links a:focus-visible { color: #fff; text-shadow: 0 0 14px #a550ff; outline: none; }
.footer-copy { color: #655e6b; white-space: nowrap; }

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form button:disabled { cursor: wait; opacity: .68; transform: none; }
.status { transition: color .2s ease; }
.status.is-sending { color: #aeb8ff; }
.status.is-success { color: #79efba; }
.status.is-error { color: #ff789d; }

@media (max-width: 950px) {
  .hero-bg { background-position: 72% center; }
  .realm-bg { inset: 0 -10%; background-position: 68% top; }
}

@media (max-width: 700px) {
  .hero-bg { background-position: 75% center; }
  .realm-bg { inset: 0 -18%; background-position: 70% top; }
  .brand-mark { width: 50px; height: 50px; }
  .realm-content .realm-detail { font-size: 15px; line-height: 1.42; }
  .campfire-atmosphere { opacity: .9; }
  .contact-actions { grid-template-columns: 1fr; }
  .discord-action { grid-column: auto; }
  .contact-brand-lockup { margin-top: 10px; }
  .price-custom { grid-template-columns: 1fr; gap: 30px; padding: 34px 24px; }
  .price-custom .custom-scope ul { grid-template-columns: 1fr; }
  .custom-range { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-custom .custom-offer > a { max-width: none; }
  footer { align-items: center; text-align: center; }
  .footer-signoff { justify-items: center; }
  .footer-links { flex-wrap: wrap; gap: 14px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .campfire-atmosphere::before,
  .campfire-atmosphere::after { animation: none; opacity: .62; }
}
