/* 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; }

/* V21: expanded service and specialty pricing tracks. */
.arsenal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-pricing-block {
  margin-top: clamp(72px, 9vw, 118px);
  padding-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid rgba(135, 91, 170, .24);
}

.service-pricing-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .65fr);
  align-items: end;
  gap: clamp(30px, 6vw, 82px);
  margin-bottom: 34px;
}

.pricing-eyebrow {
  margin: 0 0 12px;
  color: #bf70ff;
  font: 700 10px Orbitron;
  letter-spacing: 1.8px;
}

.service-pricing-head h3 {
  max-width: 800px;
  margin: 0;
  color: #f0eaf4;
  font: 750 clamp(27px, 3.3vw, 44px)/1.08 Orbitron;
  letter-spacing: -1.5px;
}

.service-pricing-head > p {
  margin: 0;
  color: #978f9d;
  font-size: 17px;
  line-height: 1.5;
}

.specialty-prices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.specialty-price {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 410px;
  padding: 29px 24px 25px;
  flex-direction: column;
  border: 1px solid #33283b;
  background: linear-gradient(145deg, rgba(18, 12, 25, .94), rgba(5, 4, 9, .9));
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.specialty-price:hover {
  transform: translateY(-7px);
  border-color: #8050aa;
  box-shadow: 0 22px 45px rgba(0, 0, 0, .36);
}

.specialty-price.featured {
  border-color: rgba(177, 78, 255, .62);
  background:
    radial-gradient(circle at 100% 0, rgba(182, 74, 255, .15), transparent 38%),
    linear-gradient(145deg, rgba(23, 13, 33, .98), rgba(6, 4, 10, .94));
  box-shadow: 0 0 38px rgba(154, 65, 255, .09);
}

.game-pricing-block .specialty-price.featured {
  border-color: rgba(43, 164, 242, .62);
  background:
    radial-gradient(circle at 100% 0, rgba(30, 157, 255, .14), transparent 38%),
    linear-gradient(145deg, rgba(12, 18, 31, .98), rgba(5, 4, 9, .94));
}

.specialty-price label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 9px;
  background: linear-gradient(100deg, #7540c5, #b148eb);
  color: #fff;
  font: 700 7px Orbitron;
  letter-spacing: .5px;
}

.game-pricing-block .specialty-price label {
  background: linear-gradient(100deg, #176db0, #3b9cda);
}

.specialty-price > small {
  color: #c16fff;
  font: 700 11px Orbitron;
  letter-spacing: .9px;
}

.game-pricing-block .specialty-price > small { color: #54baff; }

.specialty-price h4 {
  margin: 23px 0 2px;
  color: #f5eef8;
  font: 900 clamp(35px, 3.4vw, 47px) Orbitron;
  letter-spacing: -2px;
}

.specialty-price > b {
  color: #786f80;
  font-size: 10px;
  letter-spacing: .8px;
}

.specialty-price ul {
  min-height: 0;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.specialty-price li {
  margin: 9px 0;
  color: #aaa1b0;
  font-size: 15px;
  line-height: 1.26;
}

.specialty-price li::before {
  content: "✓";
  margin-right: 8px;
  color: #b65fff;
}

.game-pricing-block .specialty-price li::before { color: #45b5ff; }

.specialty-price a {
  display: block;
  margin-top: auto;
  padding: 11px 9px;
  border: 1px solid #493653;
  color: #eee5f2;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease;
}

.specialty-price a:hover,
.specialty-price a:focus-visible {
  border-color: #aa57e8;
  background: rgba(156, 70, 220, .08);
  outline: none;
}

.game-pricing-block .specialty-price a:hover,
.game-pricing-block .specialty-price a:focus-visible {
  border-color: #45adf2;
  background: rgba(30, 157, 255, .07);
}

.pricing-footnote {
  margin: 18px 0 0;
  color: #776e7e;
  font-size: 13px;
  line-height: 1.45;
}

.platform-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 0;
}

.platform-strip span {
  padding: 9px 12px;
  border: 1px solid rgba(70, 159, 220, .28);
  background: rgba(10, 19, 29, .55);
  color: #93a9b7;
  font: 700 8px Orbitron;
  letter-spacing: .75px;
}

.infrastructure-panel {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 72px);
  margin-top: 22px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(63, 151, 211, .28);
  background:
    radial-gradient(circle at 100% 100%, rgba(31, 144, 220, .1), transparent 38%),
    linear-gradient(120deg, rgba(8, 11, 17, .96), rgba(7, 5, 12, .94));
}

.infrastructure-copy h4 {
  margin: 0;
  color: #e9edf2;
  font: 700 clamp(22px, 2.7vw, 31px)/1.15 Orbitron;
  letter-spacing: -.9px;
}

.infrastructure-copy > p:not(.pricing-eyebrow) {
  margin: 16px 0 0;
  color: #89939c;
  font-size: 15px;
  line-height: 1.5;
}

.infrastructure-copy > a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 13px;
  border: 1px solid rgba(69, 181, 255, .46);
  color: #bfe7ff;
  text-decoration: none;
  font: 700 9px Orbitron;
  letter-spacing: .65px;
  transition: border-color .2s ease, background .2s ease;
}

.infrastructure-copy > a:hover,
.infrastructure-copy > a:focus-visible {
  border-color: #68c4ff;
  background: rgba(30, 157, 255, .08);
  outline: none;
}

.upgrade-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.upgrade-grid span {
  display: flex;
  min-width: 0;
  min-height: 70px;
  padding: 13px 15px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(82, 111, 132, .25);
  background: rgba(3, 7, 12, .56);
}

.upgrade-grid b {
  color: #a9b5be;
  font: 700 8px/1.3 Orbitron;
  letter-spacing: .65px;
}

.upgrade-grid small {
  margin-top: 7px;
  color: #61c0ff;
  font-size: 14px;
}

.rights-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  margin-top: 15px;
  padding: 18px 20px;
  border-left: 2px solid #ff4fa3;
  background: linear-gradient(90deg, rgba(77, 19, 49, .17), transparent);
}

.rights-note b {
  color: #ff81bb;
  font: 700 9px Orbitron;
  letter-spacing: .9px;
  white-space: nowrap;
}

.rights-note p {
  margin: 0;
  color: #817881;
  font-size: 13px;
  line-height: 1.5;
}

.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; }
  .arsenal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-pricing-head { grid-template-columns: 1fr; gap: 18px; }
  .specialty-prices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .infrastructure-panel { grid-template-columns: 1fr; gap: 26px; }
}

@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; }
  .arsenal-grid,
  .specialty-prices { grid-template-columns: 1fr; }
  .service-pricing-block { margin-top: 74px; padding-top: 44px; }
  .service-pricing-head h3 { font-size: 28px; letter-spacing: -1px; }
  .specialty-price { min-height: 0; }
  .upgrade-grid { grid-template-columns: 1fr; }
  .rights-note { grid-template-columns: 1fr; gap: 8px; }
  .rights-note b { white-space: normal; }
  footer { align-items: center; text-align: center; }
  .footer-signoff { justify-items: center; }
  .footer-links { flex-wrap: wrap; gap: 14px 20px; }
}

@media (max-width: 420px) {
  .platform-strip { justify-content: stretch; }
  .platform-strip span { width: 100%; text-align: center; }
  .infrastructure-panel { padding: 25px 20px; }
}

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