:root {
  --bg: #080808;
  --panel: rgba(18, 18, 18, 0.66);
  --panel-border: rgba(255, 255, 255, 0.10);
  --text: #f6f0e6;
  --muted: rgba(246, 240, 230, 0.56);
  --gold: #d6a94f;
  --gold-soft: rgba(214, 169, 79, 0.42);
  --ember: #ff6a2a;
  --cyan: #39d7ff;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 106, 42, 0.18), transparent 32rem),
    radial-gradient(circle at 78% 22%, rgba(57, 215, 255, 0.12), transparent 30rem),
    radial-gradient(circle at 52% 82%, rgba(214, 169, 79, 0.18), transparent 28rem),
    linear-gradient(135deg, #060606 0%, #101010 48%, #070707 100%);
  overflow-x: hidden;
}

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

.page-shell {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 4vw, 3rem);
  isolation: isolate;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 18% 32%, rgba(255,255,255,0.22) 0 0.6px, transparent 0.9px 3px);
  mix-blend-mode: overlay;
}

.orb {
  position: fixed;
  width: 26rem;
  height: 26rem;
  z-index: -4;
  border-radius: 999px;
  filter: blur(36px);
  opacity: 0.42;
  animation: drift 9s ease-in-out infinite alternate;
}

.orb-one {
  top: -8rem;
  left: -8rem;
  background: rgba(255, 106, 42, 0.22);
}

.orb-two {
  right: -9rem;
  top: 18%;
  background: rgba(57, 215, 255, 0.15);
  animation-delay: -3s;
}

.orb-three {
  bottom: -10rem;
  left: 42%;
  background: rgba(214, 169, 79, 0.18);
  animation-delay: -5s;
}

.hero {
  width: min(100%, 850px);
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.brand-card {
  position: relative;
  width: min(100%, 620px);
  min-height: 560px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid var(--panel-border);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    var(--panel);
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

/* Moving glare */
.brand-card::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -170%;
  width: 130%;
  height: 190%;
  pointer-events: none;
  z-index: 1;

  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 43%,
    rgba(255, 255, 255, 0.025) 47%,
    rgba(214, 169, 79, 0.26) 50%,
    rgba(255, 255, 255, 0.11) 53%,
    rgba(57, 215, 255, 0.10) 56%,
    transparent 62%,
    transparent 100%
  );

  opacity: 0.85;
  mix-blend-mode: screen;
  transform: translateX(0);
  animation: sweep 6.5s ease-in-out infinite;
}

.brand-card::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,0.055);
  border-radius: 26px;
  pointer-events: none;
  z-index: 3;
}

.mark-wrap {
  position: relative;
  z-index: 2;
  width: min(68vw, 245px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 1.6rem;
}

.mark-wrap::before {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(214,169,79,0.22), transparent 62%);
  box-shadow:
    0 0 80px rgba(214, 169, 79, 0.20),
    0 0 140px rgba(255, 106, 42, 0.10);
  animation: pulse 4s ease-in-out infinite;
}

.brand-mark {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 0 22px rgba(214, 169, 79, 0.22))
    drop-shadow(0 18px 36px rgba(0, 0, 0, 0.55));
}

.brand-lockup {
  position: relative;
  z-index: 2;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--gold);
  font-size: clamp(0.68rem, 1.6vw, 0.82rem);
  letter-spacing: 0.34em;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(3.3rem, 12vw, 8.2rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow:
    0 0 28px rgba(214, 169, 79, 0.16),
    0 12px 28px rgba(0, 0, 0, 0.45);
}

.divider {
  position: relative;
  z-index: 2;
  width: min(100%, 380px);
  height: 1px;
  margin: 1.55rem 0 1.25rem;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(214,169,79,0.85),
    rgba(57,215,255,0.42),
    transparent
  );
}

.micro-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.micro-grid span {
  color: rgba(246, 240, 230, 0.74);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  padding: 0.55rem 0.78rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  background: rgba(0,0,0,0.22);
}

.footer-note {
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.footer-note a {
  transition: color 180ms ease, text-shadow 180ms ease;
}

.footer-note a:hover {
  color: var(--text);
  text-shadow: 0 0 18px rgba(214,169,79,0.32);
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(1.8rem, -1.2rem, 0) scale(1.08);
  }
}

@keyframes sweep {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(0);
  }

  78% {
    transform: translateX(270%);
  }

  100% {
    transform: translateX(270%);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.74;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (max-width: 640px) {
  .brand-card {
    min-height: 520px;
    border-radius: 28px;
  }

  .brand-card::after {
    inset: 0.75rem;
    border-radius: 22px;
  }

  .eyebrow {
    letter-spacing: 0.22em;
  }

  .micro-grid span {
    font-size: 0.66rem;
    padding: 0.5rem 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    scroll-behavior: auto !important;
  }
}