:root {
  --orange: #e86545;
  --orange-light: #ff8261;
  --orange-soft: #ffad91;
  --ink: #0d0e10;
  --panel: rgba(255, 255, 255, .072);
  --line: rgba(255, 255, 255, .13);
  --white: #fffdf8;
  --muted: rgba(255, 253, 248, .62);
  --mouse-x: 50%;
  --mouse-y: 50%;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(255,130,97,.09), transparent 23%),
    radial-gradient(circle at 14% 10%, rgba(255,130,97,.18), transparent 35%),
    radial-gradient(circle at 90% 92%, rgba(232,101,69,.16), transparent 40%),
    linear-gradient(135deg, #121315 0%, #0d0e10 100%);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.018) 50%, transparent 80%);
  animation: ambientSweep 12s linear infinite;
}

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

.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .15; z-index: 8;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: .16;
  background: radial-gradient(circle, rgba(255,130,97,.75), transparent 66%);
  filter: blur(18px);
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

.orb { position: fixed; border-radius: 50%; pointer-events: none; will-change: transform; }
.orb-one {
  width: 36vw; height: 36vw; min-width: 320px; min-height: 320px;
  left: -15vw; bottom: -18vw; background: var(--orange); opacity: .13;
  animation: floatOne 12s ease-in-out infinite alternate;
}
.orb-two {
  width: 24vw; height: 24vw; min-width: 220px; min-height: 220px;
  right: -9vw; top: -11vw; border: 1px solid rgba(255,255,255,.13);
  box-shadow: inset 0 0 70px rgba(255,255,255,.025);
  animation: floatTwo 15s ease-in-out infinite alternate;
}
.orb-three {
  width: 140px; height: 140px; right: 32%; bottom: -75px;
  background: rgba(255,130,97,.06); border: 1px solid rgba(255,130,97,.12);
  animation: floatThree 10s ease-in-out infinite alternate;
}

.page-shell {
  width: min(1180px, calc(100% - 48px));
  height: 100dvh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  padding: max(24px, env(safe-area-inset-top)) 0 max(24px, env(safe-area-inset-bottom));
  position: relative;
  z-index: 2;
}

.identity, .links { min-width: 0; }
.reveal { opacity: 0; }
body.loaded .reveal { animation: revealIn .85s cubic-bezier(.2,.75,.2,1) forwards; }
body.loaded .reveal-right { animation-delay: .12s; }
.reveal-left { --reveal-x: -24px; }
.reveal-right { --reveal-x: 24px; }

.status-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em;
  backdrop-filter: blur(12px);
}
.live-dot {
  position: relative;
  width: 7px; height: 7px; border-radius: 50%; background: var(--orange-light);
  box-shadow: 0 0 12px rgba(255,130,97,.8);
}
.live-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(255,130,97,.5);
  border-radius: inherit;
  animation: livePulse 2s ease-out infinite;
}

.logo-wrap { position: relative; margin: clamp(22px, 3.5vh, 38px) 0 4px; width: min(100%, 520px); }
.logo-aura {
  position: absolute;
  inset: 18% 10%;
  background: rgba(232,101,69,.23);
  filter: blur(45px);
  border-radius: 50%;
  animation: auraPulse 5s ease-in-out infinite alternate;
}
.logo {
  position: relative;
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 18px 36px rgba(0,0,0,.24));
  animation: logoFloat 6s ease-in-out infinite;
}
h1 { margin: 8px 0 0; font-size: clamp(18px, 2vw, 25px); letter-spacing: .34em; text-transform: uppercase; font-weight: 900; }
.tagline { margin: 14px 0 0; color: var(--muted); font-size: clamp(14px, 1.4vw, 17px); line-height: 1.5; }

.interactive-card { position: relative; overflow: hidden; transform-style: preserve-3d; will-change: transform; }
.card-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255,255,255,.22), transparent 34%);
  transition: opacity .25s ease;
}
.interactive-card:hover .card-shine { opacity: 1; }

.primary-cta {
  margin-top: clamp(24px, 4vh, 40px);
  width: min(100%, 430px);
  min-height: 76px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 48px 1fr 42px;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: linear-gradient(115deg, var(--orange), var(--orange-light));
  box-shadow: 0 22px 50px rgba(232,101,69,.22), inset 0 1px rgba(255,255,255,.18);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.primary-cta:hover { box-shadow: 0 30px 65px rgba(232,101,69,.34), inset 0 1px rgba(255,255,255,.25); filter: saturate(1.08); }
.primary-cta small { display: block; font-size: 9px; font-weight: 900; letter-spacing: .17em; opacity: .72; margin-bottom: 3px; }
.primary-cta strong { display: block; font-size: 16px; letter-spacing: .04em; }
.primary-cta svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.icon-kick { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #111; background: #fff; font-size: 23px; font-weight: 1000; transform: translateZ(18px) skew(-4deg); box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.cta-arrow { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(17,18,20,.16); transition: transform .25s ease, background .25s ease; }
.primary-cta:hover .cta-arrow { transform: translateX(4px); background: rgba(17,18,20,.24); }

.micro-copy { margin-top: 16px; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.3); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.micro-copy span { display: flex; align-items: center; gap: 6px; }
.micro-copy span + span::before { content: "/"; margin-right: 12px; opacity: .55; }
.micro-copy i { width: 5px; height: 5px; border-radius: 50%; background: #53fc18; box-shadow: 0 0 9px rgba(83,252,24,.6); }

.section-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.section-label { font-size: 11px; font-weight: 900; letter-spacing: .2em; color: var(--muted); white-space: nowrap; }
.section-line { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(255,255,255,.16), transparent); }
.link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.link-card {
  min-height: 102px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) 18px;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.045));
  border-radius: 22px;
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 16px 35px rgba(0,0,0,.08);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.link-card:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.105); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 22px 40px rgba(0,0,0,.16); }
.social-icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.08); transition: transform .25s ease, background .25s ease, color .25s ease; transform: translateZ(14px); }
.link-card:hover .social-icon { transform: translateZ(14px) scale(1.08) rotate(-3deg); }
.social-icon svg { width: 23px; height: 23px; fill: currentColor; stroke: currentColor; stroke-width: 1.6; }
.social-icon svg rect, .social-icon svg circle { fill: none; }
.social-icon svg .fill-dot { fill: currentColor; stroke: none; }
.social-icon.letter { font-weight: 1000; font-size: 21px; }
.link-card strong { display: block; font-size: 15px; margin-bottom: 4px; }
.link-card small { color: var(--muted); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.arrow { font-size: 17px; color: var(--muted); transition: transform .25s ease, color .25s ease; }
.link-card:hover .arrow { transform: translate(3px,-3px); color: #fff; }
.tiktok:hover .social-icon { background: #fff; color: #111; }
.instagram:hover .social-icon { background: linear-gradient(135deg,#7c3aed,#ec4899,#f59e0b); }
.discord:hover .social-icon { background: #5865f2; }
.kick:hover .social-icon { background: #53fc18; color: #111; }

.partner-card {
  margin-top: 12px;
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr auto 24px;
  align-items: center;
  gap: 18px;
  padding: 20px;
  background: linear-gradient(115deg, rgba(232,101,69,.98), rgba(255,130,97,.88));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(232,101,69,.18), inset 0 1px rgba(255,255,255,.18);
  transition: box-shadow .25s ease, filter .25s ease;
}
.partner-card:hover { box-shadow: 0 28px 60px rgba(232,101,69,.3), inset 0 1px rgba(255,255,255,.22); filter: saturate(1.08); }
.partner-kicker { display: block; font-size: 9px; letter-spacing: .22em; font-weight: 900; opacity: .75; margin-bottom: 4px; }
.casehug-logo { display: block; width: min(190px, 100%); height: auto; object-fit: contain; transition: transform .25s ease; }
.partner-card:hover .casehug-logo { transform: translateX(3px); }
.partner-copy small { display: block; font-size: 11px; opacity: .75; margin-top: 5px; }
.promo-code { min-width: 132px; padding: 11px 14px; border-radius: 15px; background: rgba(17,18,20,.92); text-align: center; box-shadow: 0 10px 24px rgba(0,0,0,.14); transform: translateZ(16px); }
.promo-code span { display: block; font-size: 8px; letter-spacing: .22em; color: rgba(255,255,255,.56); font-weight: 800; }
.promo-code strong { display: block; margin-top: 3px; font-size: 13px; letter-spacing: .08em; }
.partner-arrow { font-size: 19px; transition: transform .25s ease; }
.partner-card:hover .partner-arrow { transform: translate(3px,-3px); }
footer { margin-top: 14px; text-align: right; color: rgba(255,255,255,.34); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }

@keyframes revealIn { from { opacity: 0; transform: translate3d(var(--reveal-x), 18px, 0) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes livePulse { 0% { opacity: .8; transform: scale(.45); } 100% { opacity: 0; transform: scale(1.3); } }
@keyframes logoFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes auraPulse { from { opacity: .45; transform: scale(.92); } to { opacity: .8; transform: scale(1.08); } }
@keyframes floatOne { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(42px,-28px,0) scale(1.08); } }
@keyframes floatTwo { from { transform: translate3d(0,0,0) rotate(0); } to { transform: translate3d(-36px,32px,0) rotate(18deg); } }
@keyframes floatThree { from { transform: translate3d(0,0,0); } to { transform: translate3d(24px,-50px,0); } }
@keyframes ambientSweep { from { transform: translateX(-30%); } to { transform: translateX(30%); } }

@media (max-width: 900px) {
  .page-shell { width: min(680px, calc(100% - 30px)); grid-template-columns: 1fr; gap: 18px; align-content: center; padding-block: 18px; }
  .identity { text-align: center; }
  .status-badge { margin-inline: auto; }
  .logo-wrap { width: min(82vw, 390px); margin: 12px auto 0; }
  h1 { display: none; }
  .tagline { margin-top: 4px; font-size: 13px; }
  .primary-cta { margin: 14px auto 0; min-height: 62px; grid-template-columns: 40px 1fr 36px; border-radius: 18px; text-align: left; }
  .icon-kick { width: 40px; height: 40px; border-radius: 12px; }
  .micro-copy { justify-content: center; margin-top: 10px; }
  .section-head { margin-bottom: 10px; }
  .link-card { min-height: 76px; padding: 12px; border-radius: 18px; }
  .partner-card { min-height: 88px; padding: 14px 16px; border-radius: 20px; }
  footer { display: none; }
}

@media (max-width: 560px) {
  .page-shell { width: calc(100% - 22px); gap: 12px; }
  .status-badge { font-size: 8px; padding: 7px 10px; }
  .logo-wrap { width: min(78vw, 320px); }
  .tagline { font-size: 12px; }
  .primary-cta { width: 100%; margin-top: 10px; }
  .micro-copy { display: none; }
  .link-grid { gap: 8px; }
  .link-card { min-height: 70px; grid-template-columns: 36px minmax(0,1fr) 14px; gap: 9px; padding: 10px; }
  .social-icon { width: 36px; height: 36px; border-radius: 11px; }
  .social-icon svg { width: 20px; height: 20px; }
  .link-card strong { font-size: 13px; }
  .link-card small { font-size: 9px; }
  .partner-card { grid-template-columns: 1fr auto 16px; gap: 10px; min-height: 78px; padding: 12px; }
  .casehug-logo { width: min(150px, 100%); }
  .partner-copy small { display: none; }
  .promo-code { min-width: 105px; padding: 9px 10px; }
  .promo-code strong { font-size: 11px; }
  .cursor-glow { display: none; }
}

@media (max-height: 700px) and (max-width: 900px) {
  .page-shell { transform: scale(.92); width: min(740px, calc(108% - 20px)); transform-origin: center; }
  .logo-wrap { width: min(62vw, 290px); }
  .tagline, .micro-copy { display: none; }
  .link-card { min-height: 62px; }
  .partner-card { min-height: 68px; }
}

@media (orientation: landscape) and (max-height: 560px) {
  .page-shell { grid-template-columns: .85fr 1.15fr; gap: 24px; width: calc(100% - 34px); transform: none; }
  .identity { text-align: left; }
  .status-badge { margin-inline: 0; }
  .logo-wrap { width: min(36vw, 360px); margin: 10px 0 0; }
  .primary-cta { margin-left: 0; }
  .section-head, .tagline, .micro-copy { display: none; }
  .link-card { min-height: 64px; }
  .partner-card { min-height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1 !important; }
  .cursor-glow { display: none; }
}
