:root {
  --orange: #ff8a00;
  --yellow: #ffc020;
  --ink: #0b0f11;
  --muted: #9ea4a6;
  --mx: 50%;
  --my: 50%;
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; background: var(--ink); }

body {
  color: #f7f5ef;
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(24px, 4vw, 58px) clamp(24px, 6vw, 96px) clamp(20px, 3vw, 42px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 7vw 100%,
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 143, 0, .11), transparent 28%),
    linear-gradient(115deg, #111719 0%, #090d0f 52%, #111517 100%);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%);
  pointer-events: none;
}

.topbar, footer { display: flex; align-items: center; justify-content: space-between; z-index: 4; }

.wordmark {
  font: 900 25px/1 Barlow Condensed, sans-serif;
  letter-spacing: -.04em;
}
.wordmark span { color: var(--orange); }

.status {
  color: #aeb3b3;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); animation: pulse 2s ease-in-out infinite; }

.content {
  width: min(1440px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 3vw;
  padding: clamp(40px, 6vh, 90px) 0;
}

.copy { position: relative; z-index: 3; }

.eyebrow {
  color: #adb2b2;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: clamp(9px, .8vw, 12px);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 23px;
}
.eyebrow span { display: block; width: 30px; height: 2px; background: var(--orange); }

h1 {
  font: 900 clamp(64px, 7.5vw, 126px)/.98 Barlow Condensed, sans-serif;
  letter-spacing: -.015em;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 10px 50px rgba(0,0,0,.3);
}
h1 em {
  color: #ffad2f;
  display: inline-block;
  margin-top: .08em;
  font-style: normal;
  text-shadow: 0 0 34px rgba(255, 138, 0, .2);
}

.intro {
  color: #b9bdbe;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.7;
  margin: clamp(28px, 4vh, 50px) 0 28px;
}

.instagram {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #111;
  background: linear-gradient(110deg, var(--yellow), var(--orange));
  padding: 15px 18px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  transition: transform .25s ease, filter .25s ease;
  box-shadow: 0 18px 50px rgba(255, 132, 0, .12);
}
.instagram:hover { transform: translateY(-4px); filter: brightness(1.12); }
.instagram svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram svg .dot { fill: currentColor; stroke: none; }
.instagram b { font-size: 17px; margin-left: 10px; transition: transform .2s ease; }
.instagram:hover b { transform: translate(3px, -3px); }

.logo-stage {
  position: relative;
  z-index: 2;
  width: min(47vw, 700px);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.logo-stage img {
  position: relative;
  z-index: 3;
  width: 86%;
  max-height: 86%;
  object-fit: contain;
  border-radius: 12%;
  filter: drop-shadow(0 36px 35px rgba(0,0,0,.62)) saturate(1.05) contrast(1.04);
  mix-blend-mode: screen;
  transition: transform .18s ease-out;
  animation: float 6s ease-in-out infinite;
}

.logo-halo {
  position: absolute;
  width: 71%; height: 71%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,151,0,.25), rgba(255,122,0,.06) 43%, transparent 72%);
  filter: blur(20px);
  animation: breathe 4s ease-in-out infinite;
}

.orbit { position: absolute; border: 1px solid rgba(255,154,0,.13); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 15px var(--orange); top: 15%; left: 14%; }
.orbit-one { width: 86%; height: 86%; animation: spin 22s linear infinite; }
.orbit-two { width: 67%; height: 67%; border-style: dashed; animation: spin 16s linear infinite reverse; }

.ambient { position: absolute; border-radius: 50%; filter: blur(70px); z-index: -1; opacity: .16; background: var(--orange); }
.ambient-one { width: 30vw; height: 30vw; right: -12vw; top: -12vw; }
.ambient-two { width: 22vw; height: 22vw; left: 31%; bottom: -16vw; }

.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,151,0,.07), transparent 65%); transform: translate(-50%,-50%); pointer-events: none; z-index: 10; }

.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .045; 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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }

footer { color: #6e7577; font-size: 9px; letter-spacing: .24em; font-weight: 600; }
footer .line { height: 1px; background: #282e30; flex: 1; margin: 0 25px; position: relative; overflow: hidden; }
footer .line i { position: absolute; height: 100%; width: 18%; background: linear-gradient(90deg, transparent, var(--orange), transparent); animation: scan 5s ease-in-out infinite; }

@keyframes pulse { 50% { opacity: .35; transform: scale(.7); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes breathe { 50% { transform: scale(1.1); opacity: .65; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scan { from { left: -20%; } to { left: 105%; } }

@media (max-width: 780px) {
  .hero { padding: 23px 20px 20px; }
  .content { grid-template-columns: 1fr; text-align: center; padding: 42px 0 32px; gap: 15px; }
  .copy { order: 2; display: flex; flex-direction: column; align-items: center; }
  .logo-stage { order: 1; width: min(86vw, 430px); margin: -18px auto -32px; }
  .eyebrow { margin-bottom: 17px; }
  h1 { font-size: clamp(53px, 15.5vw, 84px); line-height: 1; letter-spacing: 0; }
  .intro { margin: 24px 0 21px; }
  .cursor-glow { display: none; }
  footer .line { margin: 0 12px; }
  footer { font-size: 7px; letter-spacing: .14em; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .cursor-glow { display: none; }
}
