
:root {
  --ink: #050609;
  --paper: #f5f7fb;
  --muted: #9da2ae;
  --electric: #8fa7ff;
  --ember: #ff7a2f;
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: #030405;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background: #030405;
  font-family: var(--font-geist-sans), Arial, sans-serif;
}

button,
input {
  font: inherit;
}

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

.site-shell {
  --mouse-x: 0px;
  --mouse-y: 0px;
  position: relative;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background:
    radial-gradient(circle at 55% 36%, rgba(23, 29, 48, 0.38), transparent 38%),
    linear-gradient(180deg, #030405 0%, #06070a 57%, #030405 100%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}

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

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 12px 44px;
}

.brand {
  display: block;
  width: 228px;
  height: 74px;
  overflow: hidden;
}

.brand img {
  width: 320px;
  height: 320px;
  max-width: none;
  object-fit: contain;
  transform: translate(-45px, -124px);
}

.discipline {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.discipline span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #79ffb6;
  box-shadow: 0 0 14px #79ffb6;
  animation: pulse 2.2s ease-in-out infinite;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 126px 24px 190px;
}

.visual-field {
  position: absolute;
  inset: 7% 3% 15%;
  z-index: -1;
  overflow: hidden;
  border-radius: 45% 45% 28% 28%;
  filter: saturate(1.08);
  transform: translate3d(calc(var(--mouse-x) * -0.35), calc(var(--mouse-y) * -0.35), 0);
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.visual-field::before {
  content: "";
  position: absolute;
  inset: 3% 7% 8%;
  background:
    radial-gradient(ellipse at 68% 47%, rgba(132, 163, 255, 0.34), transparent 18%),
    radial-gradient(ellipse at 54% 52%, rgba(255, 112, 39, 0.42), transparent 13%),
    radial-gradient(ellipse at 32% 34%, rgba(34, 55, 88, 0.65), transparent 30%);
  filter: blur(30px);
  animation: breathe 8s ease-in-out infinite alternate;
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.5;
}

.ambient-one {
  top: 24%;
  left: 21%;
  width: 43%;
  height: 38%;
  background: #20304d;
  animation: drift 12s ease-in-out infinite alternate;
}

.ambient-two {
  top: 35%;
  right: 14%;
  width: 35%;
  height: 34%;
  background: rgba(88, 111, 169, 0.65);
  animation: drift 9s ease-in-out -3s infinite alternate-reverse;
}

.orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 27%, rgba(255,255,255,.95), rgba(176,194,255,.16) 15%, rgba(8,11,17,.12) 48%, rgba(0,0,0,.88) 72%);
  box-shadow: inset -22px -28px 45px rgba(0, 0, 0, .75), 0 0 60px rgba(155, 176, 255, .18);
  opacity: .8;
}

.orb-one {
  top: 13%;
  left: 48%;
  width: 135px;
  height: 135px;
  animation: float 7s ease-in-out infinite;
}

.orb-two {
  top: 55%;
  right: 15%;
  width: 90px;
  height: 90px;
  animation: float 9s ease-in-out -2s infinite reverse;
}

.ribbon {
  position: absolute;
  height: 34px;
  border: 2px solid rgba(255, 145, 72, 0.8);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    0 0 6px #ff7b31,
    0 0 24px rgba(255, 106, 31, 0.76),
    0 0 70px rgba(255, 115, 37, 0.4),
    inset 0 0 17px rgba(255, 183, 118, 0.5);
  filter: blur(0.5px);
}

.ribbon::after {
  content: "";
  position: absolute;
  inset: 7px 12%;
  border: 0;
  border-top: 5px solid rgba(255, 202, 159, .72);
  border-radius: 50%;
  filter: blur(5px);
}

.ribbon-one {
  top: 42%;
  left: 5%;
  width: 72%;
  transform: rotate(-8deg) skewX(-16deg);
  animation: ribbonGlow 5.6s ease-in-out infinite;
}

.ribbon-two {
  top: 48%;
  left: 25%;
  width: 74%;
  transform: rotate(13deg) skewX(20deg);
  opacity: .72;
  animation: ribbonGlow 7s ease-in-out -2s infinite reverse;
}

.ribbon-three {
  top: 32%;
  left: 34%;
  width: 40%;
  transform: rotate(48deg);
  opacity: .68;
  animation: ribbonGlow 8s ease-in-out -3s infinite;
}

.glass-disc {
  position: absolute;
  top: 14%;
  left: 39%;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,.06), transparent 45%);
  box-shadow: inset 20px 16px 60px rgba(143, 167, 255, .08);
  animation: spin 28s linear infinite;
}

.glass-disc::before,
.glass-disc::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.glass-disc::after {
  inset: 30%;
  border-style: solid;
  background: transparent;
  box-shadow: none;
}

.grid-plane {
  position: absolute;
  right: 3%;
  bottom: 8%;
  width: 47%;
  height: 30%;
  opacity: .15;
  transform: perspective(350px) rotateX(58deg) rotateZ(-11deg);
  background-image:
    linear-gradient(rgba(160,180,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(160,180,255,.5) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to left, black, transparent);
}

.hero-content {
  display: flex;
  width: min(100%, 760px);
  align-items: center;
  flex-direction: column;
  text-align: center;
  transform: translate3d(var(--mouse-x), var(--mouse-y), 0);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
}

.status-pill {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 23px;
  padding: 9px 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 12px 30px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
  font-size: 12px;
}

.status-mark {
  display: flex;
  gap: 2px;
  align-items: flex-end;
  height: 12px;
}

.status-mark i {
  display: block;
  width: 3px;
  border-radius: 3px;
  background: white;
  animation: equalize .9s ease-in-out infinite alternate;
}

.status-mark i:nth-child(1) { height: 6px; }
.status-mark i:nth-child(2) { height: 11px; animation-delay: -.45s; }
.status-mark i:nth-child(3) { height: 8px; animation-delay: -.2s; }

.eyebrow {
  margin: 0 0 5px;
  color: rgba(255,255,255,.52);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: .19em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 22px;
  font-size: clamp(64px, 7vw, 108px);
  font-weight: 520;
  letter-spacing: .006em;
  line-height: .94;
  text-shadow: 0 8px 36px rgba(0,0,0,.7);
}

h1 span {
  color: var(--ember);
  text-shadow: 0 0 30px rgba(255, 111, 42, .72);
}

.waitlist-card {
  position: relative;
  width: min(100%, 700px);
  min-height: 284px;
  overflow: hidden;
  padding: 43px 62px 34px;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.025) 42%, rgba(119,142,205,.1)),
    rgba(7, 9, 14, .54);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 -40px 100px rgba(0,0,0,.22),
    0 35px 70px rgba(0,0,0,.46),
    0 0 60px rgba(100,124,187,.09);
  backdrop-filter: blur(28px) saturate(1.15);
}

.card-glint {
  position: absolute;
  top: -30%;
  right: 8%;
  width: 38%;
  height: 170%;
  opacity: .28;
  transform: rotate(16deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  pointer-events: none;
  animation: glint 7s ease-in-out infinite;
}

.waitlist-card h2 {
  position: relative;
  margin: 0 0 11px;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 430;
  letter-spacing: -.035em;
}

.waitlist-card > p,
.success-message p {
  position: relative;
  max-width: 500px;
  margin: 0 auto 26px;
  color: rgba(239,242,250,.63);
  font-size: 14px;
  line-height: 1.55;
}

form {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}

input {
  min-width: 0;
  flex: 1;
  height: 64px;
  padding: 0 26px;
  outline: none;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.52);
  box-shadow: inset 0 3px 11px rgba(0,0,0,.44), 0 0 0 1px rgba(0,0,0,.3);
  font-size: 13px;
  transition: border-color .25s, box-shadow .25s;
}

input::placeholder { color: rgba(255,255,255,.37); }
input:focus {
  border-color: rgba(153,175,255,.7);
  box-shadow: 0 0 0 4px rgba(112,143,255,.13), inset 0 3px 11px rgba(0,0,0,.44);
}

form button,
.success-message button {
  height: 64px;
  padding: 0 29px;
  border: 0;
  border-radius: 999px;
  color: #0a0b0e;
  background: #fff;
  box-shadow: 0 12px 24px rgba(255,255,255,.16), inset 0 -3px 8px rgba(0,0,0,.08);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

form button:hover,
.success-message button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255,255,255,.25);
}

form button span { margin-left: 9px; }

.waitlist-card small {
  display: block;
  margin-top: 16px;
  color: rgba(255,255,255,.3);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.success-message {
  position: relative;
  display: grid;
  min-height: 205px;
  place-items: center;
  align-content: center;
}

.success-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  place-items: center;
  border: 1px solid rgba(121,255,182,.42);
  border-radius: 50%;
  color: #79ffb6;
  background: rgba(121,255,182,.08);
  box-shadow: 0 0 24px rgba(121,255,182,.16);
}

.success-message button {
  height: 44px;
  padding: 0 19px;
}

.socials {
  display: flex;
  gap: 7px;
  margin-top: 14px;
}

.socials a {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 11px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 26px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 650;
  transition: transform .25s, background .25s, color .25s;
}

.socials a:hover {
  transform: translateY(-3px);
  color: #fff;
  background: rgba(255,255,255,.14);
}

.instagram-glyph {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 1.7px solid currentColor;
  border-radius: 4px;
}

.instagram-glyph::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.instagram-glyph::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background: currentColor;
}

.giant-word {
  position: absolute;
  z-index: 1;
  right: -2vw;
  bottom: -6vw;
  left: -2vw;
  color: rgba(255,255,255,.012);
  font-size: 22.5vw;
  font-weight: 700;
  letter-spacing: -.1em;
  line-height: .72;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255,255,255,.14);
  user-select: none;
}

footer {
  position: absolute;
  right: 42px;
  bottom: 28px;
  left: 42px;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.38);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

footer p { margin: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@keyframes pulse { 50% { opacity: .45; } }
@keyframes breathe { to { transform: scale(1.06) translateY(-2%); opacity: .78; } }
@keyframes drift { to { transform: translate3d(8%, -6%, 0) scale(1.1); } }
@keyframes float { 50% { transform: translateY(-17px) rotate(4deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ribbonGlow { 50% { filter: blur(1.4px) brightness(1.4); opacity: .92; } }
@keyframes equalize { to { height: 3px; opacity: .45; } }
@keyframes glint { 0%, 28% { transform: translateX(-260%) rotate(16deg); } 70%, 100% { transform: translateX(360%) rotate(16deg); } }

@media (max-width: 760px) {
  .site-shell {
    min-height: 100svh;
    margin: 0;
    border-radius: 0;
  }

  .topbar {
    height: 82px;
    padding: 4px 22px;
  }

  .brand {
    width: 174px;
    height: 58px;
  }

  .brand img {
    width: 250px;
    height: 250px;
    transform: translate(-35px, -97px);
  }

  .discipline { font-size: 0; }
  .discipline::after {
    content: "Studio online";
    font-size: 8px;
  }

  .hero {
    min-height: 100svh;
    padding: 110px 15px 130px;
  }

  .visual-field { inset: 8% -15% 16%; }
  .glass-disc { left: 32%; width: 290px; height: 290px; }
  .orb-one { left: 60%; width: 90px; height: 90px; }

  .eyebrow { font-size: 8px; }
  h1 { margin-bottom: 18px; font-size: clamp(49px, 15vw, 72px); }

  .waitlist-card {
    min-height: 0;
    padding: 32px 19px 27px;
    border-radius: 25px;
  }

  .waitlist-card > p { max-width: 310px; font-size: 12px; }
  form { flex-direction: column; }
  form button { width: 100%; }
  .giant-word { bottom: 20px; font-size: 26vw; }

  footer {
    right: 22px;
    bottom: 19px;
    left: 22px;
    font-size: 7px;
  }

  footer span { display: none; }
}

@media (max-height: 760px) and (min-width: 761px) {
  .hero { padding-top: 106px; padding-bottom: 105px; }
  .status-pill { margin-bottom: 13px; }
  .eyebrow { display: none; }
  h1 { margin-bottom: 15px; font-size: 72px; }
  .waitlist-card { min-height: 244px; padding-top: 32px; padding-bottom: 25px; }
  .waitlist-card > p { margin-bottom: 19px; }
}

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