:root {
  --ink: #f4f8ff;
  --muted: rgba(226, 236, 255, 0.68);
  --cyan: #3ad7ff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  height: 100dvh;
  background: #000000;
  overflow: hidden;
}

.stage {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
}

.glow-cyan {
  display: none;
}

.glow-blue,
.glow-violet {
  display: none;
}

.pointer {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 236, 255, 0.16), transparent 68%);
  transform: translate(-50%, -50%);
  left: 68%;
  top: 36%;
  transition: left 0.45s ease, top 0.45s ease;
}

.frame {
  position: relative;
  z-index: 1;
  height: calc(100dvh - 28px);
  margin: 14px;
  padding: clamp(22px, 3.2vh, 40px) clamp(28px, 4vw, 64px) clamp(16px, 2.4vh, 28px);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(155deg, rgba(190, 242, 255, 0.5), transparent 30%, transparent 72%, rgba(140, 120, 255, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: clamp(10px, 2vh, 22px);
}

.logo {
  width: 112px;
  height: auto;
  display: block;
  mix-blend-mode: screen;
}

.brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(226, 238, 255, 0.55);
}

.layout {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(340px, 1.2fr);
  align-items: center;
  gap: 24px;
}

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: clamp(12px, 2vh, 20px);
}

h1 {
  max-width: 11em;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

h1 span {
  display: block;
  margin-top: 0.08em;
  color: rgba(244, 248, 255, 0.92);
}

.line {
  margin-top: clamp(14px, 2.2vh, 22px);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  color: var(--muted);
}

.mail {
  margin-top: clamp(22px, 3.4vh, 36px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #f7fcff;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(180, 235, 255, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.mail:hover {
  transform: translateY(-2px);
  border-color: rgba(180, 245, 255, 0.7);
}

.mail-mark {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #3ecbff;
  box-shadow: 0 0 10px #7af0ff;
}

.sculpture {
  position: relative;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
}

.logo-video {
  width: min(860px, 100%);
  max-height: 92vh;
  object-fit: contain;
  background: #000000;
  filter: contrast(1.45) brightness(0.82);
  pointer-events: none;
}

.trail {
  opacity: 0.45;
  filter: blur(6px);
}

.tube {
  filter: drop-shadow(0 18px 16px rgba(0, 0, 0, 0.35));
}

.gem {
  filter: drop-shadow(0 0 12px rgba(140, 230, 255, 0.85));
}

.bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site {
  color: rgba(226, 236, 255, 0.62);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.04em;
  transition: color 0.25s ease;
}

.site:hover {
  color: #fff;
}

.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #f4f8ff;
  text-decoration: none;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(180, 230, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.social svg {
  width: 18px;
  height: 18px;
  transition: transform 0.28s ease;
}

.social:hover {
  transform: translateY(-4px);
  color: #04101f;
  background: #7af0ff;
  border-color: #bff7ff;
  box-shadow: 0 10px 24px rgba(80, 210, 255, 0.35);
}

.social:hover svg {
  transform: scale(1.08);
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-18px, 12px); }
}

@media (max-width: 800px) {
  .frame {
    height: calc(100dvh - 16px);
    margin: 8px;
    padding: 18px 20px 16px;
  }

  .top {
    padding-top: 4px;
  }

  .logo {
    width: 78px;
  }

  .brand {
    letter-spacing: 0.14em;
    font-size: 10px;
  }

  .top,
  .layout,
  .bottom {
    position: relative;
    z-index: 1;
  }

  .layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 24vh;
    min-height: 0;
  }

  .copy {
    width: 100%;
  }

  .sculpture {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    z-index: 0;
    height: 30%;
    display: grid;
    place-items: end center;
    pointer-events: none;
  }

  .logo-video {
    width: min(420px, 108%);
    max-height: 30vh;
    height: auto;
    opacity: 0.34;
  }

  .brand {
    font-size: 11px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 15px;
  }

  h1 {
    max-width: 12em;
    font-size: clamp(36px, 10.4vw, 48px);
  }

  .line {
    margin-top: 14px;
    max-width: 20em;
    font-size: 18px;
    line-height: 1.4;
  }

  .mail {
    margin-top: 20px;
    font-size: 16px;
    padding: 14px 20px;
  }

  .site {
    font-size: 15px;
  }

  .bottom {
    padding-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glow-cyan, .social, .social svg {
    animation: none;
    transition: none;
  }
}
