* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #101014;
  --orange: #ff5a00;
  --pink: #e6007e;
  --purple: #5b16ff;
  --light: #ffffff;
}

html, body {
  width: 100%;
  min-height: 100%;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #fff;
  color: var(--black);
}

body {
  overflow-x: hidden;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.98) 0 28%, rgba(248,248,251,.92) 58%, rgba(239,239,245,.78) 100%),
    linear-gradient(135deg, #fff, #f7f7fa);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  opacity: .38;
  background-image:
    radial-gradient(#cfcfd8 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 45%, rgba(0,0,0,.025) 45% 55%, transparent 55%);
  background-size: 24px 24px, 100% 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
}

.hero::after {
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(120,80,255,.025) 18% 19%, transparent 19% 81%, rgba(255,60,160,.025) 81% 82%, transparent 82%);
}

.content {
  width: min(1180px, 92vw);
  text-align: center;
  position: relative;
  z-index: 5;
  padding: clamp(28px, 5vw, 64px) 20px;
}

.logo {
  display: block;
  width: min(560px, 74vw);
  max-height: 230px;
  object-fit: contain;
  margin: 0 auto 18px;
  filter: drop-shadow(0 12px 25px rgba(0,0,0,.08));
}

.tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #25252a;
  font-size: clamp(9px, 1.15vw, 15px);
  font-weight: 600;
  letter-spacing: clamp(2px, .45vw, 5px);
  text-transform: uppercase;
  white-space: nowrap;
}

.tagline span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--orange), var(--pink), var(--purple));
}

.eyebrow {
  margin-top: clamp(34px, 5vw, 58px);
  font-size: clamp(10px, 1.1vw, 14px);
  font-weight: 700;
  letter-spacing: clamp(2px, .35vw, 4px);
  color: #777780;
}

h1 {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  line-height: .9;
  text-transform: uppercase;
  font-size: clamp(58px, 10vw, 150px);
  letter-spacing: clamp(-3px, -.2vw, -1px);
}

.gradient-text {
  font-weight: 900;
  background: linear-gradient(90deg, var(--orange), #ff174e, var(--pink), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h1 strong {
  font-weight: 900;
  color: var(--black);
  font-size: .78em;
  letter-spacing: clamp(-2px, -.12vw, 0px);
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: clamp(20px, 3vw, 32px) auto;
  width: min(440px, 70vw);
}

.divider i {
  height: 2px;
  flex: 1;
  background: #1c1c23;
}

.divider b {
  width: 38px;
  height: 8px;
  transform: skewX(-25deg);
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple));
}

.live-pill {
  width: min(470px, 82vw);
  margin: 0 auto;
  padding: clamp(14px, 1.8vw, 22px) 30px;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(22px, 3.2vw, 46px);
  font-weight: 900;
  letter-spacing: clamp(3px, .7vw, 9px);
  background: linear-gradient(100deg, var(--orange), var(--pink), var(--purple));
  box-shadow: 0 18px 45px rgba(105, 25, 255, .22);
  animation: pulse 2.8s ease-in-out infinite;
}

.subtext {
  margin: 20px auto 0;
  max-width: 620px;
  color: #65656d;
  font-size: clamp(12px, 1.25vw, 16px);
  line-height: 1.6;
}

.website {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: #111116;
  text-decoration: none;
  font-size: clamp(13px, 1.35vw, 18px);
  font-weight: 700;
  letter-spacing: .5px;
  transition: transform .25s ease, opacity .25s ease;
}

.website:hover {
  transform: translateY(-2px);
  opacity: .75;
}

.globe {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
}

.orb {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  filter: blur(.2px);
}

.orb-top {
  width: clamp(220px, 23vw, 430px);
  height: clamp(220px, 23vw, 430px);
  top: -17%;
  left: -10%;
  background: radial-gradient(circle at 70% 70%, var(--orange), var(--pink) 40%, var(--purple) 75%);
  opacity: .95;
}

.orb-bottom {
  width: clamp(250px, 26vw, 500px);
  height: clamp(250px, 26vw, 500px);
  right: -12%;
  bottom: -18%;
  background: radial-gradient(circle at 25% 25%, var(--orange), var(--pink) 45%, var(--purple) 78%);
  opacity: .9;
}

.gear {
  position: absolute;
  color: #e9e9ee;
  font-size: clamp(120px, 15vw, 260px);
  z-index: 0;
  user-select: none;
  opacity: .65;
}

.gear-top {
  top: -3%;
  right: -2%;
  transform: rotate(18deg);
}

.gear-bottom {
  bottom: -6%;
  left: -3%;
  transform: rotate(-18deg);
}

.decor {
  position: absolute;
  z-index: 2;
  color: transparent;
  font-size: clamp(15px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  transform: skewX(-20deg);
}

.decor-left {
  left: 3%;
  top: 52%;
}

.decor-right {
  right: 3%;
  top: 25%;
}

@keyframes pulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.015); }
}

/* Tablet / iPad */
@media (max-width: 1024px) {
  .content {
    width: 94vw;
  }

  .logo {
    width: min(520px, 78vw);
  }

  .orb-top {
    top: -12%;
    left: -16%;
  }

  .orb-bottom {
    right: -18%;
    bottom: -13%;
  }

  .decor-left { top: 57%; }
  .decor-right { top: 22%; }
}

/* Mobile */
@media (max-width: 600px) {
  .hero {
    min-height: 100svh;
  }

  .content {
    padding: 25px 14px 35px;
  }

  .logo {
    width: 88vw;
    max-height: 150px;
    margin-bottom: 8px;
  }

  .tagline {
    white-space: normal;
    line-height: 1.5;
    gap: 7px;
    font-size: 8px;
    letter-spacing: 1.8px;
  }

  .tagline span {
    width: 6px;
    height: 6px;
  }

  .eyebrow {
    margin-top: 32px;
    font-size: 8px;
    letter-spacing: 1.7px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 82px);
  }

  h1 strong {
    font-size: .67em;
  }

  .divider {
    width: 80vw;
    margin: 22px auto;
  }

  .divider b {
    width: 28px;
  }

  .live-pill {
    width: 88vw;
    padding: 14px 12px;
    font-size: clamp(20px, 7vw, 32px);
    letter-spacing: 3px;
  }

  .subtext {
    max-width: 310px;
    font-size: 12px;
    margin-top: 16px;
  }

  .website {
    margin-top: 17px;
    font-size: 12px;
  }

  .globe {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }

  .orb-top {
    width: 180px;
    height: 180px;
    top: -8%;
    left: -28%;
  }

  .orb-bottom {
    width: 200px;
    height: 200px;
    right: -28%;
    bottom: -6%;
  }

  .gear {
    font-size: 100px;
  }

  .decor {
    font-size: 12px;
  }

  .decor-left {
    left: -4%;
    top: 60%;
  }

  .decor-right {
    right: -5%;
    top: 30%;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .logo {
    width: 92vw;
    max-height: 125px;
  }

  .tagline {
    font-size: 7px;
    letter-spacing: 1.25px;
  }

  .eyebrow {
    margin-top: 25px;
  }

  h1 {
    font-size: 45px;
  }

  .live-pill {
    font-size: 20px;
  }
}

/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .live-pill,
  .website {
    animation: none;
    transition: none;
  }
}
