:root {
  --bg: #050706;
  --panel: #0d1110;
  --panel-2: #141a17;
  --text: #f2f2ec;
  --muted: #a5aaa4;
  --line: rgba(242, 242, 236, 0.14);
  --accent: #c7ff61;
  --accent-2: #8fd7bd;
  --max: 1180px;
  --scene-x: 0px;
  --scene-y: 0px;
  --scene-scale: 1;
  --scene-opacity: 0.9;
  --scene-rotate: 0deg;
  --scene-tilt-x: 0deg;
  --scene-tilt-y: 0deg;
  --spline-x: 0px;
  --spline-y: 0px;
  --spline-rotate: 0deg;
  --spline-depth: 1;
  --scene-hue: 0deg;
  --cursor-x: 50vw;
  --cursor-y: 50vh;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(199, 255, 97, 0.06), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(143, 215, 189, 0.055), transparent 30rem),
    linear-gradient(125deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 80px),
    linear-gradient(35deg, rgba(199, 255, 97, 0.015) 0 1px, transparent 1px 118px),
    #050706;
  background-size: auto, auto, 160px 160px, 220px 220px, auto;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 74% 32%, rgba(199, 255, 97, 0.13), transparent 34rem),
    radial-gradient(circle at 88% 64%, rgba(36, 220, 190, 0.08), transparent 28rem),
    repeating-radial-gradient(circle at 55% 44%, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    linear-gradient(180deg, rgba(7, 10, 9, 0.86), rgba(2, 3, 3, 0.96));
  opacity: 0.78;
  pointer-events: none;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(199, 255, 97, 0.055) 42%, transparent 60%),
    linear-gradient(180deg, transparent 0 48%, rgba(255, 255, 255, 0.028) 49%, transparent 50%),
    radial-gradient(ellipse at 72% 24%, rgba(143, 215, 189, 0.08), transparent 34rem);
  mix-blend-mode: screen;
  opacity: 0.46;
  pointer-events: none;
  animation: cinematicDrift 14s ease-in-out infinite alternate;
}

body > * {
  max-width: 100%;
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 18;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(199, 255, 97, 0.16), rgba(36, 220, 190, 0.08) 34%, transparent 66%);
  mix-blend-mode: screen;
  opacity: 0.72;
  pointer-events: none;
  transform: translate3d(var(--cursor-x), var(--cursor-y), 0) translate(-50%, -50%);
  transition: width 180ms ease, height 180ms ease, opacity 180ms ease;
  will-change: transform, opacity;
}

body.is-magnetic .cursor-glow {
  width: 420px;
  height: 420px;
  opacity: 0.9;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(199, 255, 97, 0.16), transparent 24rem),
    linear-gradient(180deg, #050706, #010202);
  overflow: hidden;
  pointer-events: none;
  animation: introFadeOut 520ms ease 5400ms forwards;
}

.intro::before,
.intro::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.intro::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.5;
}

.intro::after {
  background: linear-gradient(90deg, transparent, rgba(199, 255, 97, 0.22), transparent);
  opacity: 0;
  transform: translateX(-120%) skewX(-16deg);
  animation: introScan 920ms steps(2, end) 420ms 2;
}

.intro-stage {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  transform-origin: center;
}

.intro-wolf {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  width: min(760px, 88vw);
  height: auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.08) rotate(-8deg);
  filter:
    invert(1)
    brightness(0.62)
    contrast(1.45)
    drop-shadow(0 0 80px rgba(199, 255, 97, 0.2));
  mix-blend-mode: screen;
  animation:
    introWolfIn 1100ms ease 520ms forwards,
    introWolfFloat 3200ms ease-in-out 1500ms infinite alternate;
}

.intro-logo-wrap {
  position: relative;
  width: min(560px, 74vw);
  height: clamp(84px, 12vw, 138px);
  margin-bottom: 24px;
  transform-origin: center;
  animation: introLogoOut 760ms ease 3900ms forwards;
}

.intro-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.intro-logo-main {
  filter: drop-shadow(0 0 32px rgba(199, 255, 97, 0.12));
  opacity: 0;
  animation:
    introLogoIn 980ms cubic-bezier(0.16, 1, 0.3, 1) 220ms forwards,
    introLogoPulse 1300ms ease-in-out 1300ms 1;
}

.intro-logo-glitch {
  opacity: 0;
  mix-blend-mode: screen;
  filter: invert(73%) sepia(89%) saturate(449%) hue-rotate(38deg) brightness(108%) contrast(104%);
}

.intro-logo-glitch-a {
  animation: introLogoGlitchA 1040ms steps(2, end) 360ms 2;
}

.intro-logo-glitch-b {
  filter: invert(1) contrast(1.2);
  animation: introLogoGlitchB 960ms steps(2, end) 460ms 2;
}

.intro-kicker,
.intro-text {
  margin: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(8px);
}

.intro-kicker {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation:
    introTextIn 860ms ease 1550ms forwards,
    introTextOut 700ms ease 3300ms forwards;
}

.intro-text {
  max-width: min(520px, calc(100vw - 40px));
  margin-top: 12px;
  color: rgba(242, 242, 236, 0.76);
  font-size: clamp(1rem, 2vw, 1.24rem);
  animation:
    introTextIn 860ms ease 1900ms forwards,
    introTextOut 700ms ease 3300ms forwards;
}

.glass-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

.header {
  position: absolute;
  inset: 20px auto auto 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 56px));
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 clamp(18px, 3vw, 32px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.018) 42%, rgba(199, 255, 97, 0.025)),
    rgba(4, 6, 5, 0.62);
  border: 1px solid rgba(242, 242, 236, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(24px) saturate(0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 34px 100px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  isolation: isolate;
  transform: translateX(-50%) translateY(0);
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 280ms ease,
    background 220ms ease;
  will-change: transform, opacity;
}

.header.is-hidden {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.header::before,
.header::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.header::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.18), transparent 22rem);
  opacity: 0.58;
  filter: none;
}

.header::after {
  inset: -35%;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 20% 16%, rgba(255, 255, 255, 0.36), transparent 16%),
    radial-gradient(ellipse at 76% 92%, rgba(199, 255, 97, 0.08), transparent 24%),
    linear-gradient(116deg, transparent 0 36%, rgba(255, 255, 255, 0.12) 44%, transparent 54% 100%);
  opacity: 0.34;
  transform: translate3d(-6%, -4%, 0) rotate(-8deg);
  animation: liquidDrift 9s ease-in-out infinite alternate;
}

.header > * {
  position: relative;
  z-index: 1;
}

.brand,
.header nav {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
  gap: 14px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.logo-frame {
  width: 166px;
  height: 38px;
  display: block;
  overflow: visible;
  position: relative;
}

.logo-default,
.logo-hover,
.logo-glitch {
  position: absolute;
  max-width: none;
  object-fit: contain;
  transition:
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms ease,
    visibility 0s linear 420ms;
}

.logo-default {
  inset: 0 auto auto 0;
  width: 126%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  filter: blur(0);
  transition-delay: 80ms, 80ms, 80ms, 0s;
}

.logo-hover {
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%) scale(0.42) rotate(-18deg);
  transform-origin: center;
  filter: invert(73%) sepia(89%) saturate(449%) hue-rotate(38deg) brightness(108%) contrast(104%) blur(6px) drop-shadow(0 0 0 rgba(199, 255, 97, 0));
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition-delay: 0s, 0s, 0s, 420ms;
}

.logo-glitch {
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  background-image: url("assets/wolf-hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  filter: invert(73%) sepia(89%) saturate(449%) hue-rotate(38deg) brightness(108%) contrast(104%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 4;
}

.brand:hover .logo-default,
.brand:active .logo-default,
.brand:focus-visible .logo-default {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-18px) scale(0.92);
  filter: blur(6px);
  transition-delay: 0s;
}

.brand:hover .logo-hover,
.brand:active .logo-hover,
.brand:focus-visible .logo-hover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  filter: invert(73%) sepia(89%) saturate(449%) hue-rotate(38deg) brightness(108%) contrast(104%) blur(0) drop-shadow(0 0 18px rgba(199, 255, 97, 0.48));
  transition-delay: 70ms, 70ms, 70ms, 0s;
}

.brand:hover .logo-glitch,
.brand:active .logo-glitch,
.brand:focus-visible .logo-glitch,
.brand.is-returning .logo-glitch {
  visibility: visible;
  animation: logoGlitch 720ms steps(2, end) 1;
}

.brand.is-returning .logo-default {
  animation: logoReturnGlitch 720ms steps(2, end) 1;
}

@keyframes logoGlitch {
  0% {
    opacity: 0;
    clip-path: inset(0 0 0 0);
    transform: translate(-50%, -50%) translateX(0);
  }
  18% {
    opacity: 0.9;
    clip-path: inset(0 0 62% 0);
    transform: translate(-50%, -50%) translateX(-8px);
  }
  36% {
    opacity: 0.75;
    clip-path: inset(42% 0 24% 0);
    transform: translate(-50%, -50%) translateX(7px);
  }
  58% {
    opacity: 0.9;
    clip-path: inset(74% 0 0 0);
    transform: translate(-50%, -50%) translateX(-4px);
  }
  78% {
    opacity: 0.35;
    clip-path: inset(18% 0 52% 0);
    transform: translate(-50%, -50%) translateX(3px);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 0);
    transform: translate(-50%, -50%) translateX(0);
  }
}

@keyframes logoReturnGlitch {
  0% {
    opacity: 0.2;
    clip-path: inset(0 0 0 0);
    transform: translateX(-22px) scale(0.92);
    filter: blur(8px);
  }
  16% {
    opacity: 1;
    clip-path: inset(0 0 68% 0);
    transform: translateX(12px) scale(1.02);
    filter: blur(0);
  }
  34% {
    clip-path: inset(38% 0 32% 0);
    transform: translateX(-10px) scale(1.01);
  }
  56% {
    clip-path: inset(72% 0 0 0);
    transform: translateX(7px) scale(1);
  }
  78% {
    clip-path: inset(12% 0 62% 0);
    transform: translateX(-4px) scale(1);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

.header nav {
  margin-left: auto;
  gap: 8px;
}

.header nav a {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(242, 242, 236, 0.09);
  border-radius: 18px;
  color: rgba(242, 242, 236, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.018);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(199, 255, 97, 0.035);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  overflow: hidden;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 180ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    text-shadow 220ms ease;
}

.header nav a::before,
.header nav a::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.header nav a::before {
  inset: auto 13px 5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transform: scaleX(0.2);
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header nav a::after {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 42%, rgba(199, 255, 97, 0.12)),
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.22), transparent 5rem),
    rgba(199, 255, 97, 0.045);
  opacity: 0;
  filter: blur(0);
  transform: scale(0.82);
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header nav a:hover {
  color: var(--text);
  transform: translateY(-1px);
  text-shadow: 0 0 16px rgba(199, 255, 97, 0.22);
  border-color: rgba(199, 255, 97, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.026)),
    rgba(199, 255, 97, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(199, 255, 97, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.22);
}

.header nav a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header nav a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  padding: 142px clamp(20px, 5vw, 72px) 74px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.label {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: labelPulse 4.8s ease-in-out infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.6vw, 6.1rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(242, 242, 236, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.018) 42%, rgba(199, 255, 97, 0.025)),
    rgba(4, 6, 5, 0.62);
  backdrop-filter: blur(24px) saturate(0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 34px 100px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.hero-copy::before,
.project::before,
.button::before,
.steps p::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.18), transparent 22rem);
  opacity: 0.58;
  pointer-events: none;
}

.hero-copy::after,
.project::after,
.button::after,
.steps p::after {
  position: absolute;
  inset: -35%;
  content: "";
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 20% 16%, rgba(255, 255, 255, 0.42), transparent 16%),
    radial-gradient(ellipse at 76% 92%, rgba(199, 255, 97, 0.08), transparent 24%),
    linear-gradient(116deg, transparent 0 36%, rgba(255, 255, 255, 0.14) 44%, transparent 54% 100%);
  filter: url("#liquid-glass-refraction") blur(0.2px);
  mix-blend-mode: screen;
  opacity: 0.36;
  pointer-events: none;
  transform: translate3d(-6%, -4%, 0) rotate(-8deg);
  animation: liquidDrift 9s ease-in-out infinite alternate;
}

.hero-copy > *,
.project > *,
.button > *,
.steps p > * {
  position: relative;
  z-index: 1;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reveal-panel {
  opacity: 0;
  transform: translate3d(-44px, 28px, 0);
  filter: blur(12px);
  transition:
    opacity 880ms ease,
    transform 880ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 880ms ease;
}

.reveal-panel.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.reveal-text {
  opacity: 0;
  transform: translate3d(-58px, 24px, 0) rotate(-1.4deg);
  filter: blur(14px);
  transition:
    opacity 980ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 980ms ease;
}

.reveal-text.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  filter: blur(0);
}

.split-text .word {
  display: inline-block;
  opacity: 0;
  transform: translate3d(-42px, 30px, 0) rotate(-3deg);
  filter: blur(12px);
  transition:
    opacity 880ms ease,
    transform 880ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 880ms ease;
  transition-delay: calc(var(--word-index) * 58ms);
}

.split-text.is-visible .word {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  filter: blur(0);
}

.site-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 24% 20%, rgba(199, 255, 97, 0.055), transparent 30rem),
    radial-gradient(circle at 76% 46%, rgba(75, 255, 130, 0.045), transparent 38rem),
    linear-gradient(122deg, transparent 0 30%, rgba(199, 255, 97, 0.035) 43%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 116px),
    linear-gradient(135deg, #000 0%, #020402 48%, #000 100%);
  filter: saturate(1) brightness(0.96) contrast(1.08);
  opacity: 1;
  pointer-events: none;
  transform: none;
  transform-origin: 50% 50%;
  transition:
    opacity 780ms ease,
    filter 780ms ease;
}

.site-scene::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  background:
    radial-gradient(circle at 52% 44%, rgba(0, 0, 0, 0) 0 18rem, rgba(0, 0, 0, 0.14) 58rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0.035) 66%, rgba(0, 0, 0, 0.34)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 34%, rgba(0, 0, 0, 0.24));
  mix-blend-mode: normal;
  opacity: 0.56;
  pointer-events: none;
}

.site-scene::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background:
    radial-gradient(circle at 54% 44%, rgba(199, 255, 97, 0.12), transparent 24rem),
    radial-gradient(circle at 26% 78%, rgba(143, 215, 189, 0.06), transparent 26rem),
    linear-gradient(118deg, rgba(199, 255, 97, 0.055), transparent 54%, rgba(62, 255, 134, 0.045));
  mix-blend-mode: screen;
  opacity: 0.36;
  pointer-events: none;
}

.scene-aurora,
.scene-particles,
.scene-beams {
  position: absolute;
  inset: -14%;
  pointer-events: none;
}

.scene-aurora {
  z-index: 1;
  background:
    radial-gradient(ellipse at 14% 26%, rgba(199, 255, 97, 0.2), transparent 28%),
    radial-gradient(ellipse at 88% 22%, rgba(143, 215, 189, 0.16), transparent 30%),
    radial-gradient(ellipse at 82% 86%, rgba(199, 255, 97, 0.12), transparent 34%),
    conic-gradient(from 210deg at 50% 50%, transparent, rgba(199, 255, 97, 0.12), transparent, rgba(143, 215, 189, 0.1), transparent);
  filter: blur(42px);
  opacity: 0.72;
  mix-blend-mode: screen;
  transform: rotate(-8deg) scale(1.05);
  animation: ambientFloat 18s ease-in-out infinite alternate;
}

.scene-particles {
  display: none;
}

.scene-beams {
  display: none;
}

.spline-scene {
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  width: max(180vw, 180vh);
  height: max(180vw, 180vh);
  border: 0;
  background: transparent;
  opacity: 0.92;
  transform:
    translate(
      calc(-50% + var(--spline-x, 0px)),
      calc(-50% + var(--spline-y, 0px))
    )
    rotate(var(--spline-rotate, 0deg))
    scale(var(--spline-scale, 1));
  transform-origin: 50% 50%;
  filter:
    grayscale(0.18)
    sepia(0.78)
    hue-rotate(18deg)
    saturate(var(--spline-saturation, 1.9))
    contrast(var(--spline-contrast, 1.08))
    brightness(var(--spline-brightness, 1.08));
  mix-blend-mode: screen;
  z-index: 2;
  pointer-events: none;
  will-change: transform, filter;
}

main {
  position: relative;
  z-index: 1;
}

.hero-lead,
.project p,
.steps p {
  color: rgba(242, 242, 236, 0.72);
  line-height: 1.65;
}

.hero-lead {
  max-width: 520px;
  margin-bottom: 24px;
  font-size: 1rem;
}

.button {
  position: relative;
  overflow: hidden;
  width: fit-content;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(199, 255, 97, 0.62);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(199, 255, 97, 0.1)),
    rgba(199, 255, 97, 0.08);
  backdrop-filter: blur(18px) saturate(1.4);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 44px rgba(0, 0, 0, 0.2);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0);
}

.button::before {
  transition:
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button::after {
  inset: -55%;
  opacity: 0.42;
  transform: translate3d(-42%, -8%, 0) rotate(-12deg);
  animation: buttonIdleGlow 5.8s ease-in-out infinite alternate;
}

.button:hover {
  border-color: rgba(199, 255, 97, 0.9);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(199, 255, 97, 0.18)),
    rgba(199, 255, 97, 0.14);
  transform: translate3d(var(--magnet-x, 0), calc(var(--magnet-y, 0) - 3px), 0) scale(1.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 20px 52px rgba(199, 255, 97, 0.16),
    0 0 38px rgba(199, 255, 97, 0.12);
}

.button:hover::after,
.project:hover::after,
.hero-copy:hover::after {
  opacity: 0.78;
}

.button:hover::after {
  animation: buttonSweep 680ms cubic-bezier(0.16, 1, 0.3, 1) 1;
}

.button:active {
  transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0) scale(0.98);
}

.button.ghost {
  border-color: rgba(242, 242, 236, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(242, 242, 236, 0.045);
  color: rgba(242, 242, 236, 0.78);
}

.button.ghost:hover {
  border-color: rgba(242, 242, 236, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(199, 255, 97, 0.055)),
    rgba(242, 242, 236, 0.08);
  color: var(--text);
}

.selected,
.live-work,
.pricing,
.skills,
.studio,
.contact {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.selected,
.live-work,
.pricing,
.skills {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.selected,
.live-work,
.pricing {
  padding: 104px 0;
}

.skills {
  padding: 72px 0;
}

.section-title {
  position: sticky;
  top: 116px;
}

.section-title h2 {
  max-width: 330px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.45vw, 3.85rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.project-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.live-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pricing-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.price-card,
.skill-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(242, 242, 236, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 42%, rgba(199, 255, 97, 0.035)),
    rgba(8, 12, 10, 0.36);
  backdrop-filter: blur(26px) saturate(1.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 30px 80px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translate3d(-48px, 72px, 0) scale(0.95);
  filter: blur(16px);
  transition:
    opacity 980ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 980ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  transition-delay: var(--float-delay, 0ms);
}

.price-card {
  min-height: 500px;
}

.skill-panel {
  min-height: auto;
  padding: clamp(18px, 2.4vw, 26px);
  gap: 0;
  justify-content: flex-start;
  transform: translate3d(-42px, 68px, 0) scale(0.96);
  background:
    radial-gradient(circle at 8% 0%, rgba(199, 255, 97, 0.12), transparent 16rem),
    radial-gradient(circle at 90% 10%, rgba(242, 242, 236, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 42%, rgba(199, 255, 97, 0.035)),
    rgba(8, 12, 10, 0.4);
}

.price-card::before,
.price-card::after,
.skill-panel::before,
.skill-panel::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.price-card::before,
.skill-panel::before {
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 26% 0%, rgba(255, 255, 255, 0.16), transparent 13rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%);
  opacity: 0.62;
  filter: url("#liquid-glass-refraction");
}

.price-card::after,
.skill-panel::after {
  inset: auto 28px 106px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 255, 97, 0.58), transparent);
}

.skill-panel::after {
  inset: 0 34px auto;
  opacity: 0.52;
}

.price-card.is-visible,
.skill-panel.is-visible {
  opacity: 1;
  transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0) scale(1);
  filter: blur(0);
}

.price-card.is-visible {
  animation: cardFloat 7.4s ease-in-out infinite;
  animation-delay: var(--float-delay, 0ms);
}

.price-card.is-visible:nth-child(2) {
  animation-duration: 8.2s;
}

.price-card.is-visible:nth-child(3) {
  animation-duration: 7.8s;
}

.price-card-featured {
  border-color: rgba(199, 255, 97, 0.38);
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 255, 97, 0.16), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 38%, rgba(199, 255, 97, 0.07)),
    rgba(8, 12, 10, 0.42);
  transform: translate3d(-48px, 56px, 0) scale(0.98);
}

.price-card:hover,
.skill-panel:hover {
  border-color: rgba(199, 255, 97, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 34px 88px rgba(0, 0, 0, 0.28),
    0 0 70px rgba(199, 255, 97, 0.09);
}

.price-card > *,
.skill-panel > * {
  position: relative;
  z-index: 1;
}

.skill-panel-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(242, 242, 236, 0.12);
}

.skill-panel-top p {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.skill-panel-top h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 0.9;
}

.skill-panel-top > strong {
  min-width: max-content;
  padding: 8px 12px;
  border: 1px solid rgba(199, 255, 97, 0.26);
  border-radius: 999px;
  background: rgba(199, 255, 97, 0.08);
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.price-label,
.price-badge {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-badge {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(199, 255, 97, 0.34);
  border-radius: 999px;
  background: rgba(199, 255, 97, 0.09);
}

.price-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
  line-height: 0.98;
}

.price {
  margin-bottom: 26px;
  color: rgba(242, 242, 236, 0.7);
}

.price strong {
  color: var(--text);
  font-size: clamp(2.1rem, 3.4vw, 3.4rem);
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  color: rgba(242, 242, 236, 0.74);
  line-height: 1.5;
}

.price-card li {
  position: relative;
  padding-left: 22px;
}

.price-card li::before {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  content: "";
  box-shadow: 0 0 18px rgba(199, 255, 97, 0.36);
}

.price-card .button {
  margin-top: auto;
  transform: none;
}

.price-card .button:hover,
.price-card .button:active {
  transform: none;
}

.skill-row {
  display: grid;
  grid-template-columns: 34px minmax(140px, 0.38fr) minmax(190px, 1fr) 76px;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(242, 242, 236, 0.1);
  opacity: 0;
  transform: translate3d(-22px, 18px, 0);
  transition:
    opacity 680ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--float-delay, 0ms);
}

.skill-row:last-child {
  border-bottom: 0;
}

.skill-panel.is-visible .skill-row {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.skill-row span,
.skill-row strong {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.skill-row span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(199, 255, 97, 0.22);
  border-radius: 999px;
  background: rgba(199, 255, 97, 0.06);
}

.skill-row strong {
  color: var(--text);
  text-align: right;
  font-size: clamp(0.82rem, 1vw, 0.98rem);
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(199, 255, 97, 0.22);
}

.skill-row h3 {
  max-width: none;
  margin: 0;
  font-size: clamp(0.92rem, 1.2vw, 1.12rem);
  line-height: 0.98;
}

.skill-meter {
  position: relative;
  height: 10px;
  overflow: hidden;
  border: 1px solid rgba(242, 242, 236, 0.14);
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, transparent 0 11px, rgba(242, 242, 236, 0.08) 11px 12px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(199, 255, 97, 0.035)),
    rgba(0, 0, 0, 0.28);
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(199, 255, 97, 0.05);
}

.skill-meter i {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--skill-level) * 1%);
  display: block;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(199, 255, 97, 0.78), rgba(242, 242, 236, 0.96) 72%, rgba(199, 255, 97, 0.9));
  box-shadow:
    0 0 22px rgba(199, 255, 97, 0.38),
    0 0 62px rgba(199, 255, 97, 0.16);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--float-delay, 0ms) + 240ms);
}

.skill-meter i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74), transparent);
  transform: translateX(-120%);
}

.skill-panel.is-visible .skill-meter i {
  transform: scaleX(1);
}

.skill-panel.is-visible .skill-meter i::after {
  animation: skillShine 1600ms ease calc(var(--float-delay, 0ms) + 660ms) both;
}

.live-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(242, 242, 236, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 24%, rgba(199, 255, 97, 0.12), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 42%),
    rgba(8, 12, 10, 0.36);
  backdrop-filter: blur(26px) saturate(1.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 30px 80px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translate3d(-52px, 72px, 0) scale(0.94);
  filter: blur(16px);
  transition:
    opacity 980ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 980ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  transition-delay: var(--float-delay, 0ms);
}

.live-card::before,
.live-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.live-card::before {
  inset: 22px;
  border: 1px solid rgba(242, 242, 236, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%),
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.14), transparent 7rem);
  filter: url("#liquid-glass-refraction");
  opacity: 0.72;
}

.live-shot {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 760ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms ease;
  filter: saturate(0.82) brightness(0.66) contrast(1.16);
}

.live-card-featured {
  background:
    linear-gradient(180deg, rgba(2, 3, 3, 0.08), rgba(2, 3, 3, 0.78)),
    rgba(8, 12, 10, 0.36);
}

.live-card-featured::before {
  inset: 0;
  border: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(2, 3, 3, 0.1), rgba(2, 3, 3, 0.88)),
    radial-gradient(circle at 48% 20%, rgba(199, 255, 97, 0.12), transparent 16rem);
  filter: none;
  opacity: 1;
  z-index: 1;
}

.live-card-featured.is-visible .live-shot {
  opacity: 0.78;
  transform: scale(1);
}

.live-card-featured:hover .live-shot {
  opacity: 0.9;
  transform: scale(1.045);
  filter: saturate(0.96) brightness(0.74) contrast(1.18);
}

.live-card::after {
  inset: auto 26px 136px 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 255, 97, 0.72), transparent);
  opacity: 0.58;
}

.live-card.is-visible {
  opacity: 1;
  transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0) scale(1);
  filter: blur(0);
  animation: cardFloat 7.2s ease-in-out infinite;
  animation-delay: var(--float-delay, 0ms);
}

.live-card.is-visible:nth-child(2) {
  animation-duration: 8s;
}

.live-card.is-visible:nth-child(3) {
  animation-duration: 7.6s;
}

.live-card:hover {
  border-color: rgba(199, 255, 97, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 34px 88px rgba(0, 0, 0, 0.28),
    0 0 70px rgba(199, 255, 97, 0.1);
}

.live-card span,
.live-card h3,
.live-card p,
.live-card a {
  position: relative;
  z-index: 2;
}

.live-card span {
  margin-bottom: auto;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.live-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
}

.live-card p {
  margin-bottom: 22px;
  color: rgba(242, 242, 236, 0.72);
  line-height: 1.6;
}

.live-card a {
  width: fit-content;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: clamp(24px, 2.5vw, 34px);
  display: grid;
  grid-template-columns: 52px minmax(240px, 0.74fr) minmax(440px, 1.26fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  border-right: 0;
  border: 1px solid rgba(242, 242, 236, 0.17);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 38%, rgba(199, 255, 97, 0.045)),
    rgba(8, 12, 10, 0.34);
  backdrop-filter: blur(24px) saturate(1.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 28px 72px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translate3d(-72px, 84px, 0) scale(0.94) rotate(-1.8deg);
  filter: blur(16px);
  transition:
    opacity 960ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 960ms ease,
    border-color 220ms ease,
    background 220ms ease;
  transition-delay: var(--float-delay, 0ms);
  will-change: transform, opacity, filter;
}

.project > span,
.project h3,
.project div {
  opacity: 0;
  transform: translate3d(-22px, 20px, 0);
  filter: blur(10px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms ease;
}

.project:first-child {
  background:
    radial-gradient(circle at 80% 50%, rgba(199, 255, 97, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 38%, rgba(199, 255, 97, 0.045)),
    rgba(8, 12, 10, 0.34);
}

.project.is-visible {
  opacity: 1;
  transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0) scale(1);
  filter: blur(0);
  animation: cardFloat 7s ease-in-out infinite;
  animation-delay: var(--float-delay, 0ms);
}

.project.is-visible > span,
.project.is-visible h3,
.project.is-visible div {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.project.is-visible h3 {
  transition-delay: calc(var(--float-delay, 0ms) + 130ms);
}

.project.is-visible div {
  transition-delay: calc(var(--float-delay, 0ms) + 230ms);
}

.project.is-visible:nth-child(2) {
  animation-duration: 8s;
}

.project.is-visible:nth-child(3) {
  animation-duration: 7.5s;
}

.project:hover {
  border-color: rgba(199, 255, 97, 0.34);
  background:
    radial-gradient(circle at 84% 28%, rgba(199, 255, 97, 0.1), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 38%, rgba(199, 255, 97, 0.075)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 32px 90px rgba(0, 0, 0, 0.26),
    0 0 60px rgba(199, 255, 97, 0.08);
}

.project:last-child {
  border-bottom: 1px solid var(--line);
}

.project span {
  align-self: start;
  padding-top: 6px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.project h3 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 0.98;
}

.project p {
  max-width: none;
  margin-bottom: 22px;
  font-size: clamp(0.96rem, 1.05vw, 1.04rem);
}

.project a {
  width: fit-content;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project a:hover {
  color: var(--text);
}

@keyframes cardFloat {
  0%, 100% {
    transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0) scale(1);
  }
  50% {
    transform: translate3d(var(--magnet-x, 0), calc(var(--magnet-y, 0) - 8px), 0) scale(1.006);
  }
}

@keyframes labelPulse {
  0%, 100% {
    text-shadow: 0 0 0 rgba(199, 255, 97, 0);
  }
  50% {
    text-shadow: 0 0 22px rgba(199, 255, 97, 0.28);
  }
}

@keyframes introLogoIn {
  0% {
    opacity: 0;
    transform: scale(1.18);
    filter: blur(12px) drop-shadow(0 0 0 rgba(199, 255, 97, 0));
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0) drop-shadow(0 0 32px rgba(199, 255, 97, 0.12));
  }
}

@keyframes introLogoPulse {
  0%, 100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.035);
  }
}

@keyframes introLogoGlitchA {
  0%, 100% {
    opacity: 0;
    clip-path: inset(0);
    transform: translate(0, 0);
  }
  18% {
    opacity: 0.8;
    clip-path: inset(0 0 66% 0);
    transform: translate(-14px, -3px);
  }
  36% {
    opacity: 0.55;
    clip-path: inset(42% 0 28% 0);
    transform: translate(12px, 2px);
  }
  58% {
    opacity: 0.72;
    clip-path: inset(74% 0 0 0);
    transform: translate(-8px, 4px);
  }
}

@keyframes introLogoGlitchB {
  0%, 100% {
    opacity: 0;
    clip-path: inset(0);
    transform: translate(0, 0);
  }
  22% {
    opacity: 0.46;
    clip-path: inset(16% 0 58% 0);
    transform: translate(16px, 3px);
  }
  48% {
    opacity: 0.34;
    clip-path: inset(60% 0 18% 0);
    transform: translate(-12px, -2px);
  }
}

@keyframes introTextIn {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes introTextOut {
  to {
    opacity: 0;
    transform: translateY(-14px);
    filter: blur(8px);
  }
}

@keyframes introWolfIn {
  to {
    opacity: 0.34;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

@keyframes introWolfFloat {
  from {
    transform: translate(-52%, -50%) scale(1) rotate(-2deg);
    opacity: 0.28;
  }
  to {
    transform: translate(-48%, -51%) scale(1.06) rotate(2deg);
    opacity: 0.4;
  }
}

@keyframes introScan {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-16deg);
  }
  35% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-16deg);
  }
}

@keyframes introLogoOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -18px, 0) scale(0.94);
    filter: blur(10px);
  }
}

@keyframes introFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes liquidDrift {
  0% {
    transform: translate3d(-7%, -5%, 0) rotate(-9deg) scale(1);
    opacity: 0.36;
  }
  50% {
    transform: translate3d(5%, 3%, 0) rotate(4deg) scale(1.06);
    opacity: 0.56;
  }
  100% {
    transform: translate3d(8%, -2%, 0) rotate(10deg) scale(1.02);
    opacity: 0.44;
  }
}

@keyframes liquidSheen {
  0%, 42% {
    transform: translateX(-115%) skewX(-16deg);
  }
  62% {
    transform: translateX(115%) skewX(-16deg);
  }
  100% {
    transform: translateX(115%) skewX(-16deg);
  }
}

@keyframes buttonIdleGlow {
  0% {
    transform: translate3d(-44%, -12%, 0) rotate(-14deg);
    opacity: 0.34;
  }
  100% {
    transform: translate3d(-30%, 4%, 0) rotate(-8deg);
    opacity: 0.54;
  }
}

@keyframes buttonSweep {
  0% {
    transform: translate3d(-74%, -10%, 0) rotate(-14deg);
  }
  100% {
    transform: translate3d(74%, 8%, 0) rotate(-14deg);
  }
}

@keyframes cinematicDrift {
  from {
    transform: translate3d(-4%, -2%, 0) scale(1);
    opacity: 0.42;
  }
  to {
    transform: translate3d(4%, 2%, 0) scale(1.08);
    opacity: 0.62;
  }
}

@keyframes ambientFloat {
  from {
    transform: translate3d(-2%, -1%, 0) rotate(-10deg) scale(1.02);
  }
  to {
    transform: translate3d(2%, 2%, 0) rotate(-4deg) scale(1.12);
  }
}

@keyframes particleDrift {
  from {
    background-position: 8% 14%, 52% 32%, 86% 72%;
  }
  to {
    background-position: 18% 24%, 42% 46%, 76% 60%;
  }
}

@keyframes beamBreath {
  from {
    opacity: 0.36;
    transform: translate3d(-1%, 0, 0) scale(1);
  }
  to {
    opacity: 0.64;
    transform: translate3d(1%, -1%, 0) scale(1.04);
  }
}

@keyframes skillShine {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .project,
  .project.is-visible,
  .live-card,
  .live-card.is-visible,
  .price-card,
  .price-card.is-visible,
  .skill-panel,
  .skill-panel.is-visible,
  .skill-row {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }

  .skill-meter i {
    transform: scaleX(1);
    transition: none;
  }

  .skill-meter i::after {
    display: none;
  }

  .reveal-text {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

}

.studio {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  padding: 104px 0;
  border-block: 1px solid var(--line);
}

.steps {
  display: grid;
  align-content: end;
  gap: 14px;
}

.steps p {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(242, 242, 236, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(8, 12, 10, 0.32);
  backdrop-filter: blur(20px) saturate(1.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 60px rgba(0, 0, 0, 0.2);
}

.steps span {
  display: inline-block;
  width: 44px;
  color: var(--accent);
  font-weight: 900;
}

.contact {
  min-height: 86vh;
  display: grid;
  align-content: center;
  padding: 130px 0 96px;
  position: relative;
}

.contact h2 {
  max-width: 1020px;
  margin-bottom: 32px;
  font-size: clamp(2.8rem, 7vw, 7rem);
}

.contact-lead {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(242, 242, 236, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

@media (max-width: 860px) {
  .header {
    position: absolute;
    inset: 12px auto auto 50%;
    width: calc(100% - 24px);
    min-height: 62px;
    gap: 10px;
    padding: 0 12px;
    border-radius: 22px;
  }

  .brand,
  .header nav {
    justify-self: auto;
  }

  .header nav {
    justify-content: flex-end;
    gap: 4px;
  }

  .hero {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 58px;
  }

  h1 {
    font-size: clamp(2.7rem, 12vw, 5rem);
  }

  .section-title,
  .studio,
  .live-list,
  .pricing-list,
  .project-list {
    grid-template-columns: 1fr;
  }

  .site-scene {
    inset: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.86;
  }

  .selected {
    grid-template-columns: 1fr;
  }

  .live-work {
    grid-template-columns: 1fr;
  }

  .pricing,
  .skills {
    grid-template-columns: 1fr;
  }

  .section-title {
    position: static;
  }

  .hero-copy {
    max-width: 100%;
    padding: 24px;
  }

  .project {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-right: 0;
    border: 1px solid var(--line);
  }

  .live-card {
    min-height: 300px;
  }

  .price-card,
  .skill-panel {
    min-height: auto;
    transform: translate3d(-18px, 46px, 0) scale(0.97);
  }

  .skill-row {
    grid-template-columns: 28px 1fr 66px;
    gap: 10px;
    padding: 12px 0;
  }

  .skill-row .skill-meter {
    grid-column: 2 / -1;
  }

  .skill-panel-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .project:last-child {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  .header nav {
    width: auto;
    justify-content: flex-end;
    gap: 6px;
  }

  .brand {
    width: auto;
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-inline: 16px;
  }

  .site-scene {
    inset: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.78;
  }

  .logo-frame {
    width: 118px;
    height: 30px;
  }

  .header nav a {
    min-height: 30px;
    padding: 0 7px;
    font-size: 0.58rem;
  }

  .button {
    width: 100%;
  }

  .cursor-glow {
    display: none;
  }

  .intro-logo-wrap {
    width: min(360px, 82vw);
    height: 86px;
  }

  .intro-text {
    font-size: 0.95rem;
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }
}

/* BeCa product layer */
.hero-content {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  display: grid;
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
  z-index: 8;
}

.hero-product {
  position: relative;
  z-index: 12;
  min-height: min(72vh, 720px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(242, 242, 236, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 44%),
    rgba(8, 12, 10, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 34px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(22px) saturate(1.3);
  overflow: hidden;
  opacity: 1;
  transform: none;
  filter: none;
  pointer-events: auto;
}

.hero-product::before,
.hero-product::after {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(196, 255, 70, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.hero-product::after {
  inset: 21%;
  border-color: rgba(242, 242, 236, 0.14);
}

.product-kicker,
.product-meta {
  position: relative;
  z-index: 3;
}

.product-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(242, 242, 236, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-meta strong {
  color: var(--text);
}

.tshirt-viewer {
  position: relative;
  z-index: 6;
  min-height: 520px;
  display: grid;
  place-items: center;
  animation: shirtFloat 5.8s ease-in-out infinite alternate;
  pointer-events: auto;
}

.tshirt-viewer canvas {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.tshirt-poster {
  position: relative;
  z-index: 2;
  width: min(86%, 560px);
  filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.54));
  transition: opacity 260ms ease;
}

.tshirt-viewer.is-loaded .tshirt-poster {
  opacity: 0;
}

.print-lab {
  padding: 120px 0;
}

.product-lab {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(300px, 0.65fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.lab-viewer-wrap,
.texture-panel {
  border: 1px solid rgba(242, 242, 236, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 42%),
    rgba(8, 12, 10, 0.42);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px) saturate(1.25);
}

.lab-viewer-wrap {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.product-viewer {
  min-height: 640px;
}

.viewer-hint {
  position: absolute;
  left: 24px;
  bottom: 20px;
  margin: 0;
  color: rgba(242, 242, 236, 0.64);
  font-size: 0.88rem;
  font-weight: 800;
}

.texture-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}

.texture-grid {
  display: grid;
  gap: 12px;
}

.texture-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 6px 14px;
  min-height: 92px;
  padding: 18px;
  color: var(--text);
  text-align: left;
  border: 1px solid rgba(242, 242, 236, 0.14);
  border-radius: 18px;
  background: rgba(242, 242, 236, 0.06);
}

.texture-card span {
  grid-row: span 2;
  color: var(--accent);
  font-weight: 900;
}

.texture-card strong {
  font-size: 1.1rem;
}

.texture-card small {
  color: rgba(242, 242, 236, 0.58);
  font-weight: 800;
  text-transform: uppercase;
}

.texture-card.active {
  color: #10140b;
  background: var(--accent);
  border-color: var(--accent);
}

.texture-card.active span,
.texture-card.active small {
  color: #10140b;
}

.upload-box {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px dashed rgba(242, 242, 236, 0.22);
  border-radius: 18px;
}

.upload-box label {
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
}

.upload-box input {
  width: 100%;
  color: rgba(242, 242, 236, 0.78);
}

.upload-box p {
  margin: 0;
  color: rgba(242, 242, 236, 0.62);
  line-height: 1.6;
}

@keyframes shirtFloat {
  from {
    transform: translate3d(0, -10px, 0) rotate(-0.5deg);
  }
  to {
    transform: translate3d(0, 12px, 0) rotate(0.5deg);
  }
}

@media (max-width: 980px) {
  .hero-content,
  .product-lab {
    grid-template-columns: 1fr;
  }

  .hero-product,
  .lab-viewer-wrap {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  .tshirt-viewer,
  .product-viewer {
    min-height: 420px;
  }

  .hero-product,
  .lab-viewer-wrap {
    min-height: 460px;
  }
}

/* BeCa minimal hero */
body.beca-minimal {
  min-height: 100vh;
  overflow-x: hidden;
  background: #020403;
}

.beca-minimal .intro {
  display: none;
}

.beca-minimal .cursor-glow {
  z-index: 72;
  width: 280px;
  height: 280px;
  background:
    radial-gradient(circle, rgba(199, 255, 97, 0.22), rgba(143, 215, 189, 0.08) 33%, transparent 68%);
  opacity: 0.72;
  filter: blur(1px);
  will-change: left, top, width, height, opacity;
}

.beca-minimal.is-magnetic .cursor-glow {
  width: 380px;
  height: 380px;
  opacity: 0.86;
}

.beca-intro {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 52% 57%, rgba(199, 255, 97, 0.11), transparent 24rem),
    linear-gradient(180deg, #050706, #010202);
  overflow: hidden;
}

.beca-intro::before,
.beca-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.beca-intro::before {
  background:
    linear-gradient(90deg, transparent, rgba(199, 255, 97, 0.12), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 6px);
  opacity: 0.4;
  animation: becaIntroScan 1100ms steps(2, end) 240ms 2;
}

.beca-intro::after {
  background: radial-gradient(circle at 52% 57%, transparent 0 36%, rgba(0, 0, 0, 0.86) 78%);
}

.intro-logo-line {
  position: relative;
  z-index: 2;
  --intro-beca-size: min(315px, 29vw);
  --intro-wolf-size: min(450px, 39vw);
  --intro-x-size: clamp(4.4rem, 7.2vw, 6.8rem);
  --intro-x-gap: clamp(58px, 5vw, 78px);
  --intro-center-nudge: clamp(12px, 2vw, 26px);
  --beca-shift: clamp(138px, 15vw, 188px);
  width: min(980px, 94vw);
  height: 300px;
  transform: translateY(72px);
}

.intro-logo-line::after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.intro-logo-line::after {
  width: min(720px, 74vw);
  height: 76px;
  background:
    linear-gradient(90deg, transparent, rgba(199, 255, 97, 0.18), transparent),
    repeating-linear-gradient(0deg, transparent 0 9px, rgba(255, 255, 255, 0.12) 10px, transparent 11px);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0) skewX(-18deg);
  transform-origin: center;
  animation: introGlitchSweep 680ms steps(2, end) 1820ms forwards;
}

.intro-beca-logo {
  position: absolute;
  left: calc(50% - var(--intro-center-nudge));
  top: 50%;
  z-index: 3;
  width: var(--intro-beca-size);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.76);
  transform-origin: center;
  filter: invert(1) brightness(2.8) contrast(1.2) blur(12px) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  animation:
    becaLogoIntroMove 1900ms cubic-bezier(0.16, 1, 0.3, 1) 120ms forwards,
    logoLightFlicker 340ms steps(2, end) 1880ms 1;
}

.intro-x {
  position: absolute;
  left: calc(50% - var(--intro-center-nudge));
  top: 50%;
  z-index: 3;
  color: var(--accent);
  font-size: var(--intro-x-size);
  font-weight: 950;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transform-origin: center;
  text-shadow: 0 0 26px rgba(199, 255, 97, 0.38);
  animation:
    introXIn 620ms cubic-bezier(0.16, 1, 0.3, 1) 2060ms forwards,
    logoLightFlicker 280ms steps(2, end) 2240ms 1;
}

.intro-wolfline-logo {
  position: absolute;
  left: calc(50% + var(--intro-x-gap) - var(--intro-center-nudge));
  top: 50%;
  z-index: 3;
  width: var(--intro-wolf-size);
  opacity: 0;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.24));
  transform: translate(36px, -50%) scale(0.9);
  transform-origin: left center;
  animation:
    wolflineIntroIn 760ms cubic-bezier(0.16, 1, 0.3, 1) 2440ms forwards,
    logoWolfLightFlicker 320ms steps(2, end) 2600ms 1;
}

.intro-exit-x {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 220vmax;
  height: 220vmax;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.04);
  transform-origin: center;
  animation: introExitX 1180ms cubic-bezier(0.16, 1, 0.3, 1) 3260ms forwards;
  pointer-events: none;
}

.intro-exit-x::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120vmax;
  height: 120vmax;
  content: "";
  background: var(--accent);
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.02);
  transform-origin: center;
  animation: introLimeFlood 1180ms cubic-bezier(0.16, 1, 0.3, 1) 3260ms forwards;
}

.intro-exit-x span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30vmax;
  height: 250vmax;
  background: var(--accent);
  border-radius: 999px;
  box-shadow:
    0 0 54px rgba(199, 255, 97, 0.38),
    0 0 120px rgba(199, 255, 97, 0.18);
  transform-origin: center;
}

.intro-exit-x span:first-child {
  transform: translate(-50%, -50%) rotate(32deg);
}

.intro-exit-x span:last-child {
  transform: translate(-50%, -50%) rotate(-32deg);
}

.beca-intro.is-done {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.01);
  transition:
    opacity 820ms ease,
    filter 820ms ease,
    transform 820ms ease;
  pointer-events: none;
}

.beca-header {
  z-index: 80;
  justify-content: space-between;
  min-height: 64px;
  overflow: visible;
}

.beca-header nav {
  display: flex;
}

.mobile-menu-trigger,
.mobile-menu {
  display: none;
}

.beca-header::before,
.beca-header::after {
  clip-path: inset(0 round 24px);
}

.floating-shop-actions {
  position: fixed;
  right: clamp(16px, 2.6vw, 34px);
  bottom: clamp(16px, 2.6vw, 34px);
  z-index: 95;
  display: inline-flex;
  align-items: stretch;
  gap: 8px;
}

.floating-cart-button {
  min-height: 40px;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 10px;
  padding: 5px 14px;
  border: 1px solid rgba(242, 242, 236, 0.2);
  border-radius: 999px;
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(4, 6, 5, 0.54);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 54px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.floating-cart-button[hidden],
[data-cart-toggle][hidden] {
  display: none !important;
}

.floating-cart-button span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.floating-cart-button strong {
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 950;
  white-space: nowrap;
}

.floating-cart-button em {
  grid-column: 1 / -1;
  color: rgba(242, 242, 236, 0.62);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 850;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(242, 242, 236, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(4, 6, 5, 0.54);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 54px rgba(0, 0, 0, 0.28);
}

.language-switch button {
  min-width: 36px;
  height: 28px;
  padding: 0 9px;
  color: rgba(242, 242, 236, 0.62);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 950;
  cursor: pointer;
}

.language-switch button[aria-pressed="true"] {
  color: #10140b;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(199, 255, 97, 0.18);
}

.beca-logo {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  height: 52px;
  color: var(--text);
  text-decoration: none;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.beca-logo-img {
  width: 92px;
  height: 52px;
  margin-right: -18px;
  object-fit: contain;
  filter: invert(1) brightness(2.8) contrast(1.2) drop-shadow(0 0 12px rgba(255, 255, 255, 0.16));
}

.beca-header-x {
  display: inline-block;
  margin: 0 -6px;
  color: var(--accent);
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 0 14px rgba(199, 255, 97, 0.32);
}

.beca-logo-wolfline {
  width: clamp(156px, 17vw, 206px);
  height: 36px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.14));
}

.profile-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.profile-trigger {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(199, 255, 97, 0.38);
  border-radius: 999px;
  color: #10140b;
  background: var(--accent);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  box-shadow: 0 0 22px rgba(199, 255, 97, 0.18);
}

.profile-dropdown {
  position: fixed;
  top: var(--profile-menu-top, 94px);
  left: var(--profile-menu-left, auto);
  z-index: 120;
  width: 252px;
  display: grid;
  gap: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(7, 10, 8, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(22px) saturate(1.28);
  -webkit-backdrop-filter: blur(22px) saturate(1.28);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -8px, 0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.profile-menu.is-open .profile-dropdown,
.profile-dropdown.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.profile-dropdown-head {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 14px;
}

.profile-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #10140b;
  background: var(--accent);
  font-size: 0.92rem;
  font-weight: 950;
  box-shadow: 0 0 18px rgba(199, 255, 97, 0.2);
}

.profile-dropdown-head div {
  min-width: 0;
}

.profile-dropdown strong {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.2;
}

.profile-dropdown-head span:not(.profile-avatar) {
  display: block;
  margin-top: 2px;
  color: rgba(242, 242, 236, 0.62);
  font-size: 0.74rem;
  overflow-wrap: anywhere;
}

.profile-dropdown-list {
  display: grid;
  padding: 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-dropdown a,
.profile-dropdown button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 10px;
  padding: 0 10px;
  color: rgba(242, 242, 236, 0.86);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: none;
}

.profile-dropdown a:hover,
.profile-dropdown button:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.profile-row-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.profile-row-icon img {
  width: 15px;
  height: 15px;
  display: block;
  object-fit: contain;
  filter:
    invert(93%)
    sepia(6%)
    saturate(210%)
    hue-rotate(52deg)
    brightness(106%)
    contrast(94%);
  opacity: 0.92;
  transition: filter 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.profile-dropdown a:hover .profile-row-icon img,
.profile-dropdown button:hover .profile-row-icon img {
  filter:
    invert(87%)
    sepia(96%)
    saturate(592%)
    hue-rotate(31deg)
    brightness(106%)
    contrast(102%)
    drop-shadow(0 0 8px rgba(199, 255, 97, 0.34));
  opacity: 1;
  transform: translateX(1px);
}

.profile-logout-row {
  margin-top: 6px;
}

@keyframes becaLogoIntroMove {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.76);
    filter: invert(1) brightness(2.8) contrast(1.2) blur(12px) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  24% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: invert(1) brightness(2.8) contrast(1.2) blur(0) drop-shadow(0 0 34px rgba(255, 255, 255, 0.2));
  }
  58% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: invert(1) brightness(2.8) contrast(1.2) blur(0) drop-shadow(0 0 34px rgba(255, 255, 255, 0.2));
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50% - var(--beca-shift)), -50%) scale(0.9);
    filter: invert(1) brightness(2.8) contrast(1.2) blur(0) drop-shadow(0 0 34px rgba(255, 255, 255, 0.2));
  }
}

@keyframes introGlitchSweep {
  0% {
    opacity: 0;
    transform: translate(-62%, -50%) scaleX(0.18) skewX(-18deg);
  }
  22% {
    opacity: 0.7;
    transform: translate(-56%, -50%) scaleX(0.9) skewX(-18deg);
  }
  44% {
    opacity: 0.18;
    transform: translate(-44%, -50%) scaleX(0.46) skewX(-18deg);
  }
  68% {
    opacity: 0.62;
    transform: translate(-48%, -50%) scaleX(1.06) skewX(-18deg);
  }
  100% {
    opacity: 0;
    transform: translate(-38%, -50%) scaleX(0.2) skewX(-18deg);
  }
}

@keyframes logoLightFlicker {
  0%, 100% {
    opacity: 1;
  }
  30% {
    opacity: 0.72;
    filter: invert(1) brightness(3.1) contrast(1.35) drop-shadow(5px 0 0 rgba(199, 255, 97, 0.28));
  }
  58% {
    opacity: 1;
    filter: invert(1) brightness(2.75) contrast(1.2) drop-shadow(-4px 0 0 rgba(255, 255, 255, 0.18));
  }
}

@keyframes logoWolfLightFlicker {
  0%, 100% {
    opacity: 1;
  }
  34% {
    opacity: 0.76;
    filter: drop-shadow(5px 0 0 rgba(199, 255, 97, 0.28));
  }
  62% {
    opacity: 1;
    filter: drop-shadow(-4px 0 0 rgba(255, 255, 255, 0.18));
  }
}

@keyframes introXIn {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes wolflineIntroIn {
  to {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }
}

@keyframes becaIntroScan {
  0%, 100% {
    transform: translateX(-18%);
    opacity: 0.12;
  }
  50% {
    transform: translateX(18%);
    opacity: 0.5;
  }
}

@keyframes introExitX {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.04);
  }
  24% {
    opacity: 1;
  }
  72% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.22);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2.15);
  }
}

@keyframes introLimeFlood {
  0%, 56% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.02);
  }
  76% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.72);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2.15);
  }
}

.beca-hero {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(480px, 0.95fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: clamp(22px, 5vw, 72px);
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 112px 0 46px;
}

.beca-hero-copy {
  position: relative;
  z-index: 24;
  padding: clamp(24px, 3vw, 42px);
  border: 0;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.09)),
    rgba(245, 255, 238, 0.045);
  backdrop-filter: blur(28px) saturate(1.72) brightness(1.08);
  -webkit-backdrop-filter: blur(28px) saturate(1.72) brightness(1.08);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.64),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 -24px 46px rgba(0, 0, 0, 0.2),
    inset 18px 0 34px rgba(255, 255, 255, 0.045),
    0 22px 56px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.045);
  overflow: hidden;
  width: min(720px, 100%);
  isolation: isolate;
}

.beca-hero-copy::before {
  position: absolute;
  inset: 1px;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 38%),
    radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, 0.34), transparent 24%),
    radial-gradient(ellipse at 88% 100%, rgba(199, 255, 97, 0.08), transparent 32%);
  filter: url("#liquid-glass-refraction");
  opacity: 0.34;
  pointer-events: none;
}

.beca-hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-copy-view,
.hero-auth-view,
.hero-auth-form {
  display: none;
}

.hero-copy-view.is-active,
.hero-auth-view.is-active,
.hero-auth-form.is-active {
  display: block;
}

.hero-auth-view {
  min-height: 440px;
}

.hero-auth-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.hero-auth-top > button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(242, 242, 236, 0.86);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-auth-tabs {
  position: static;
  inset: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(242, 242, 236, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
  box-shadow: none;
}

.hero-auth-tabs button {
  min-width: 92px;
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: rgba(242, 242, 236, 0.68);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-auth-tabs button[aria-pressed="true"] {
  color: #10140b;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(199, 255, 97, 0.18);
}

.hero-auth-form h2 {
  max-width: 580px;
  margin: 0 0 20px;
  font-size: clamp(2.05rem, 3.3vw, 3.65rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-auth-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  color: rgba(242, 242, 236, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-auth-form input {
  width: 100%;
  max-width: 520px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.24);
  outline: none;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-auth-form input:focus {
  border-color: rgba(199, 255, 97, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 4px rgba(199, 255, 97, 0.12);
}

.hero-auth-form button[type="submit"] {
  min-height: 46px;
  margin-top: 4px;
  padding: 0 20px;
  border: 1px solid rgba(199, 255, 97, 0.68);
  border-radius: 999px;
  color: #10140b;
  background: var(--accent);
  cursor: pointer;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-auth-form .form-message {
  display: block;
  margin-top: 10px;
}

.beca-kicker {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beca-hero-copy h1 {
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--text);
  font-size: clamp(2.65rem, 3.95vw, 4.85rem);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.beca-hero-copy p:not(.beca-kicker) {
  max-width: 570px;
  margin: 0;
  color: rgba(242, 242, 236, 0.7);
  font-size: clamp(0.95rem, 1.08vw, 1.08rem);
  line-height: 1.58;
}

.beca-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.beca-actions a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: rgba(242, 242, 236, 0.94);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  backdrop-filter: blur(20px) saturate(1.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.6);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -10px 18px rgba(0, 0, 0, 0.16),
    0 12px 34px rgba(0, 0, 0, 0.2);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.beca-actions a::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, 0.55), transparent 34%),
    linear-gradient(100deg, transparent, rgba(199, 255, 97, 0.18), transparent);
  opacity: 0.62;
  transform: translateX(-70%);
  transition: opacity 220ms ease, transform 420ms ease;
}

.beca-actions a:hover {
  color: #10140b;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(199, 255, 97, 0.84)),
    rgba(199, 255, 97, 0.72);
  border-color: rgba(199, 255, 97, 0.82);
  transform: translateY(-5px);
}

.beca-actions a:hover::before {
  opacity: 1;
  transform: translateX(70%);
}

.beca-actions a:nth-child(2) {
  color: rgba(242, 242, 236, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(4, 6, 5, 0.12);
  border-color: rgba(242, 242, 236, 0.26);
}

.beca-actions a:nth-child(2):hover {
  color: var(--text);
  background: rgba(242, 242, 236, 0.105);
  border-color: rgba(242, 242, 236, 0.34);
}

.beca-shirt-stage {
  position: relative;
  z-index: 22;
  min-height: min(86vh, 940px);
  display: grid;
  place-items: center;
  transform: translateX(clamp(34px, 5vw, 92px));
}

.shirt-scene {
  position: relative;
  z-index: 26;
  width: min(1040px, 122%);
  height: min(940px, 86vh);
  display: grid;
  place-items: center;
  border-radius: 34px;
  pointer-events: auto;
  animation: shirtFloat 5.8s ease-in-out infinite alternate;
  margin-left: clamp(18px, 3vw, 58px);
  overflow: visible;
}

.floating-shirt {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  --poster-color: transparent;
  background: transparent;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.94);
  transition:
    opacity 900ms ease,
    transform 1200ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1200ms ease;
  filter: blur(10px);
  pointer-events: none;
}

.shirt-drag-layer {
  position: absolute;
  inset: 9% 12% 8% 12%;
  z-index: 16;
  border-radius: 999px;
  cursor: grab;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.shirt-drag-layer.is-dragging {
  cursor: grabbing;
  touch-action: none;
}

.shirt-scene::before {
  display: none;
}

.floating-shirt::before {
  display: none;
}

.shirt-scene[data-ready="true"] .floating-shirt {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.model-loader {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  background: transparent;
  opacity: 1;
  transition:
    opacity 520ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms ease;
}

.loader-ring {
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background:
    radial-gradient(circle, rgba(199, 255, 97, 0.12) 0 44%, transparent 45%),
    conic-gradient(var(--accent) var(--progress), rgba(242, 242, 236, 0.12) 0);
  border-radius: 50%;
  box-shadow: 0 0 44px rgba(199, 255, 97, 0.18);
  animation: loaderPulse 1.2s ease-in-out infinite alternate;
}

.loader-ring::before {
  content: "";
  position: absolute;
  width: 122px;
  height: 122px;
  background: rgba(4, 6, 5, 0.82);
  border-radius: 50%;
}

.loader-ring span {
  position: relative;
  z-index: 2;
  font-size: 1.15rem;
  font-weight: 950;
}

.shirt-scene[data-ready="true"] .model-loader {
  opacity: 0;
  transform: scale(1.22);
  filter: blur(8px);
  pointer-events: none;
}

.model-status {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 12;
  padding: 9px 12px;
  color: #10140b;
  background: var(--accent);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shirt-scene[data-ready="true"] .model-status {
  display: none;
}

.brand-section {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(20px, 3vw, 34px);
}

.section-heading p,
.design-copy p:first-child,
.contact-section > p {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.design-copy h2,
.contact-section h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.1rem, 4.2vw, 4.5rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.design-section,
.drop-strip article,
.contact-section {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.135), rgba(255, 255, 255, 0.028) 44%, rgba(255, 255, 255, 0.078)),
    rgba(245, 255, 238, 0.04);
  backdrop-filter: blur(18px) saturate(1.45) brightness(1.06);
  -webkit-backdrop-filter: blur(18px) saturate(1.45) brightness(1.06);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.17),
    inset 0 -22px 42px rgba(0, 0, 0, 0.18),
    inset 16px 0 32px rgba(255, 255, 255, 0.04),
    0 22px 64px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.035);
  isolation: isolate;
}

.feature-card::before,
.feature-card::after,
.design-section::before,
.design-section::after,
.drop-strip article::before,
.drop-strip article::after,
.contact-section::before,
.contact-section::after,
.beca-hero-copy::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: inherit;
}

.feature-card::before,
.design-section::before,
.drop-strip article::before,
.contact-section::before,
.beca-hero-copy::after {
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, 0.34), transparent 24%),
    radial-gradient(ellipse at 82% 100%, rgba(199, 255, 97, 0.075), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 34%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.055), transparent 48%);
  filter: url("#liquid-glass-refraction");
  opacity: 0.28;
}

.feature-card::after,
.design-section::after,
.drop-strip article::after,
.contact-section::after {
  inset: -32%;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255, 255, 255, 0.32), transparent 16%),
    radial-gradient(ellipse at 78% 90%, rgba(199, 255, 97, 0.085), transparent 24%),
    linear-gradient(116deg, transparent 0 34%, rgba(255, 255, 255, 0.15) 43%, transparent 55% 100%);
  mix-blend-mode: screen;
  opacity: 0.2;
  transform: translate3d(-6%, -4%, 0) rotate(-8deg);
}

.liquid-glass-real {
  background-color: rgba(255, 255, 255, 0.055);
  transform: translateZ(0);
}

.feature-card > *,
.design-section > *,
.drop-strip article > *,
.contact-section > *,
.beca-hero-copy > * {
  position: relative;
  z-index: 1;
}

.feature-card {
  min-height: 240px;
  padding: clamp(20px, 2.4vw, 30px);
}

.feature-card span,
.drop-strip span {
  display: block;
  margin-bottom: 34px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-card h3,
.drop-strip h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.04;
}

.feature-card p,
.design-copy p:not(:first-child),
.design-notes span {
  margin: 0;
  color: rgba(242, 242, 236, 0.68);
  font-size: 0.98rem;
  line-height: 1.55;
}

.design-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(26px, 4vw, 52px);
}

.design-copy p:not(:first-child) {
  max-width: 640px;
  margin-top: 20px;
}

.design-notes {
  display: grid;
  gap: 12px;
  align-content: end;
}

.design-notes div {
  padding: 18px;
  border: 1px solid rgba(242, 242, 236, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.design-notes strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1rem;
}

.design-notes span {
  display: block;
}

.drop-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.drop-strip article {
  min-height: 210px;
  padding: clamp(20px, 2.4vw, 30px);
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card,
.cart-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035) 42%, rgba(170, 255, 70, 0.05)),
    rgba(12, 16, 11, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 24px 60px rgba(0, 0, 0, 0.26);
}

.product-card::before,
.cart-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 36%),
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.28), transparent 20%);
  opacity: 0.64;
}

.product-card > *,
.cart-panel > * {
  position: relative;
  z-index: 1;
}

.product-media {
  display: grid;
  place-items: center;
  height: clamp(300px, 22vw, 360px);
  margin-bottom: 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.24)),
    url("assets/studio-stage-bg.png") 50% 50% / cover no-repeat;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.product-media model-viewer {
  width: 100%;
  height: 100%;
  --poster-color: transparent;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.46));
}

.product-media img {
  width: min(92%, 310px);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.46));
}

.product-media.has-product-shot {
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.16);
}

.product-media.has-product-shot img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 50%;
  filter: none;
  transform: scale(1.08);
  transform-origin: 50% 50%;
}

.is-safari .spline-scene {
  display: none;
}

.is-safari .product-card,
.is-safari .cart-panel,
.is-safari .beca-hero-copy,
.is-safari .feature-card,
.is-safari .design-section,
.is-safari .account-panel,
.is-safari .product-detail-viewer,
.is-safari .product-detail-info {
  backdrop-filter: blur(10px) saturate(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
}

.is-safari .scene-particles,
.is-safari .scene-beams,
.is-safari .glass-filter {
  display: none;
}

.product-card p {
  margin: 0 0 22px;
  color: rgba(242, 242, 236, 0.7);
  line-height: 1.55;
  min-height: 92px;
}

.product-card h3 {
  cursor: pointer;
}

.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 32px;
  margin: -6px 0 20px;
}

.product-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(242, 242, 236, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
}

.product-card-footer,
.cart-head,
.cart-row,
.cart-row > div:last-child {
  display: flex;
  align-items: center;
}

.product-card-footer,
.cart-head,
.cart-row {
  justify-content: space-between;
  gap: 14px;
}

.product-card-footer strong,
.cart-head strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 950;
}

.product-card button,
.checkout-form button,
.cart-row button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 16px;
  color: #081005;
  background: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.product-card button:disabled,
.checkout-form button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.product-card.is-preview button {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(199, 255, 97, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(0, 0, 0, 0.16);
  border-color: rgba(199, 255, 97, 0.48);
}

.product-card.is-preview button:disabled {
  opacity: 1;
  color: #071004;
  background: var(--accent);
}

.cart-panel {
  position: sticky;
  top: 26px;
  padding: clamp(20px, 2.4vw, 28px);
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.cart-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}

.cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.42);
  cursor: pointer;
}

.cart-drawer-panel {
  position: absolute;
  top: clamp(18px, 3vw, 34px);
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(78px, 8vw, 96px);
  width: min(390px, calc(100vw - 28px));
  overflow: auto;
  transform: translateX(calc(100% + 42px));
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cart-drawer.is-open .cart-drawer-panel {
  transform: translateX(0);
}

.cart-close {
  min-height: 30px;
  padding: 0 12px;
  color: rgba(242, 242, 236, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.cart-head {
  margin-bottom: 18px;
}

.cart-head p {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cart-head h3 {
  margin: 0;
  color: var(--text);
}

.cart-items {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.cart-drawer[data-cart-mode="checkout"] .cart-items,
.cart-drawer[data-cart-mode="checkout"] .cart-actions {
  display: none;
}

.cart-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.cart-actions button,
.checkout-back {
  min-height: 44px;
  border: 1px solid rgba(199, 255, 97, 0.32);
  border-radius: 999px;
  padding: 0 16px;
  color: #081005;
  background: var(--accent);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.checkout-back {
  color: rgba(242, 242, 236, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.cart-empty {
  display: block;
  color: rgba(242, 242, 236, 0.62);
  font-size: 0.9rem;
}

.cart-row {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
}

.cart-row strong,
.cart-row span {
  display: block;
}

.cart-row span {
  margin-top: 4px;
  color: rgba(242, 242, 236, 0.62);
  font-size: 0.8rem;
}

.cart-row > div:last-child {
  gap: 8px;
}

.cart-row input {
  width: 58px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.cart-row button {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.checkout-form {
  display: grid;
  gap: 10px;
}

.checkout-form label {
  display: grid;
  gap: 6px;
  color: rgba(242, 242, 236, 0.7);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.065);
  outline: none;
}

.product-detail-shell {
  position: relative;
  z-index: 8;
  width: min(1240px, calc(100% - 36px));
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: center;
  margin: 0 auto;
  padding: 120px 0 70px;
}

.product-detail-viewer,
.product-detail-info {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035) 42%, rgba(170, 255, 70, 0.05)),
    rgba(12, 16, 11, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 24px 60px rgba(0, 0, 0, 0.26);
}

.product-detail-viewer {
  min-height: min(82vh, 820px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.24)),
    url("assets/studio-stage-bg.png") 50% 50% / cover no-repeat;
}

.product-detail-viewer model-viewer {
  width: 100%;
  height: min(82vh, 820px);
  --poster-color: transparent;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.36));
}

.product-detail-viewer model-viewer::part(default-progress-bar) {
  background-color: var(--accent);
}

.product-detail-info {
  padding: clamp(24px, 3vw, 38px);
}

.product-detail-info > p:first-child {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-detail-info h1 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.96;
}

.product-detail-info > strong {
  display: block;
  margin-bottom: 22px;
  color: var(--text);
}

.product-detail-info > p {
  color: rgba(242, 242, 236, 0.72);
  line-height: 1.65;
}

.product-detail-info button {
  width: 100%;
  min-height: 48px;
  margin-top: 14px;
  color: #11150c;
  background: var(--accent);
}

.contact-section {
  display: grid;
  justify-items: start;
  padding: clamp(28px, 4vw, 54px);
  margin-bottom: 70px;
}

.contact-section h2 {
  max-width: 780px;
  margin-bottom: 24px;
}

.contact-section a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #10140b;
  background: rgba(199, 255, 97, 0.88);
  border: 1px solid rgba(199, 255, 97, 0.62);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

@keyframes loaderPulse {
  from {
    transform: scale(0.96);
  }
  to {
    transform: scale(1.05);
  }
}

@media (max-width: 980px) {
  .beca-hero {
    grid-template-columns: 1fr;
    padding-top: 106px;
  }

  .beca-shirt-stage {
    min-height: 560px;
    transform: none;
  }

  .feature-grid,
  .drop-strip,
  .design-section {
    grid-template-columns: 1fr;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    position: relative;
    top: auto;
  }

  .product-detail-shell {
    width: min(100% - 28px, 720px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: stretch;
    padding: 104px 0 42px;
  }

  .product-detail-viewer {
    min-height: clamp(430px, 68vh, 620px);
    order: 1;
  }

  .product-detail-viewer model-viewer {
    height: clamp(430px, 68vh, 620px);
  }

  .product-detail-info {
    order: 2;
  }
}

@media (max-width: 620px) {
  .beca-header nav {
    display: none;
  }

  .beca-logo span {
    display: inline;
  }

  .beca-hero {
    width: min(100% - 28px, 1180px);
  }

  .beca-hero-copy h1 {
    font-size: clamp(2.6rem, 13vw, 4.5rem);
  }

  .product-page .beca-header {
    width: calc(100% - 22px);
    top: 12px;
  }

  .product-detail-shell {
    width: min(100% - 18px, 520px);
    padding-top: 92px;
  }

  .product-detail-viewer {
    min-height: clamp(390px, 58vh, 520px);
    border-radius: 22px;
  }

  .product-detail-viewer model-viewer {
    height: clamp(390px, 58vh, 520px);
  }

  .product-detail-info {
    border-radius: 22px;
    padding: 22px;
  }

  .product-detail-info h1 {
    font-size: clamp(2.3rem, 12vw, 4rem);
  }
}

.auth-page,
.admin-page {
  min-height: 100vh;
}

.auth-shell,
.admin-shell {
  position: relative;
  z-index: 8;
  width: min(1540px, calc(100% - 32px));
  margin: 0 auto;
}

.auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px 0 72px;
}

.auth-brand {
  position: absolute;
  top: 28px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
  font-weight: 950;
}

.auth-brand img:first-child {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.auth-brand img:last-child {
  width: 210px;
  max-width: 40vw;
  height: auto;
  object-fit: contain;
}

.auth-brand span {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 950;
  text-shadow: 0 0 22px rgba(199, 255, 97, 0.42);
}

.auth-card,
.admin-panel,
.admin-metrics article,
.admin-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045) 42%, rgba(199, 255, 97, 0.055)),
    rgba(9, 13, 11, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 34px 110px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
}

.auth-card::before,
.admin-panel::before,
.admin-metrics article::before,
.admin-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.22), transparent 13rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%);
  opacity: 0.62;
}

.auth-card > *,
.admin-panel > *,
.admin-metrics article > *,
.admin-hero > * {
  position: relative;
  z-index: 1;
}

.auth-card {
  width: min(520px, 100%);
  padding: clamp(28px, 5vw, 54px);
}

.auth-shell-wide {
  width: min(1040px, calc(100% - 32px));
}

.auth-combo-card {
  width: 100%;
}

.auth-combo-heading {
  max-width: 720px;
}

.auth-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  margin: 2px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.auth-tabs a {
  min-width: 108px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--text);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.auth-tabs a[href="#register"] {
  color: #0b1008;
  background: var(--accent);
}

.auth-combo-grid {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
}

.auth-combo-grid form {
  min-height: 100%;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.14);
}

.auth-combo-grid h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  line-height: 0.95;
}

.auth-card > p,
.admin-panel > p,
.admin-hero > p {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.auth-card h1,
.admin-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.auth-card form,
.admin-panel form {
  display: grid;
  gap: 14px;
}

.auth-card label,
.admin-panel label {
  display: grid;
  gap: 8px;
  color: rgba(242, 242, 236, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.auth-card input,
.admin-panel input,
.admin-panel select,
.admin-panel textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.24);
  outline: none;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.auth-card input:focus,
.admin-panel input:focus,
.admin-panel select:focus,
.admin-panel textarea:focus {
  border-color: rgba(199, 255, 97, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 4px rgba(199, 255, 97, 0.12);
}

.auth-card button,
.admin-panel button,
.admin-topbar button,
.account-actions a,
.account-actions button,
.admin-product button {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 18px;
  color: #0b1008;
  background: var(--accent);
  cursor: pointer;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.auth-card button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.auth-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--text);
  opacity: 0.74;
}

.form-message {
  min-height: 20px;
  color: #ff9797;
  font-size: 0.86rem;
}

.form-message[data-type="success"] {
  color: var(--accent);
}

.form-message[data-type="info"] {
  color: var(--muted);
}

.account-card dl {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

.account-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.account-card dt {
  color: var(--muted);
}

.account-card dd {
  margin: 0;
  font-weight: 900;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.account-actions button,
.admin-topbar button,
.admin-product button {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.admin-topbar {
  position: relative;
  z-index: 20;
  width: min(1540px, calc(100% - 32px));
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px auto 0;
}

.admin-topbar .auth-brand {
  position: static;
}

.admin-shell {
  padding: 52px 0 80px;
}

.admin-hero {
  padding: clamp(28px, 5vw, 56px);
  margin-bottom: 22px;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.admin-metrics article {
  padding: 22px;
}

.admin-metrics span {
  display: block;
  color: var(--accent);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  line-height: 0.9;
}

.admin-metrics p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 850;
  text-transform: uppercase;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) 1.2fr;
  gap: 18px;
  align-items: start;
}

.admin-panel {
  padding: clamp(22px, 3vw, 32px);
}

.admin-panel:last-child {
  grid-column: 1 / -1;
}

.admin-products {
  display: grid;
  gap: 12px;
}

.admin-orders {
  display: grid;
  gap: 12px;
}

.admin-product {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-product-media {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  color: var(--accent);
  background:
    radial-gradient(circle at 50% 14%, rgba(191, 255, 71, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.055);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-product-media img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.36));
}

.admin-product span,
.admin-product small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.admin-product h3 {
  margin: 4px 0 8px;
}

.admin-product p {
  margin: 0;
  color: rgba(242, 242, 236, 0.72);
}

.admin-product small {
  display: block;
  margin-top: 8px;
}

.admin-product > div:last-child {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.admin-order select {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
  text-transform: uppercase;
}

.admin-edit-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.16);
}

.admin-edit-form label {
  display: grid;
  gap: 6px;
  color: rgba(242, 242, 236, 0.68);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-edit-form input,
.admin-edit-form select,
.admin-edit-form textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  padding: 10px 11px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.admin-edit-form textarea {
  resize: vertical;
}

.admin-edit-form label:has(textarea),
.admin-edit-form button {
  grid-column: 1 / -1;
}

.admin-users {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-users li {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-users span {
  color: var(--muted);
}

.admin-users em {
  color: var(--accent);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-role-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.admin-role-controls select {
  min-width: 116px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(10, 14, 10, 0.74);
  color: var(--text);
  font-family: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-role-controls button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--accent);
  color: #0a1008;
  font-family: inherit;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-role-controls button:disabled {
  cursor: wait;
  opacity: 0.7;
}

@media (max-width: 860px) {
  .admin-metrics,
  .admin-grid,
  .auth-combo-grid {
    grid-template-columns: 1fr;
  }

  .admin-users li,
  .admin-product {
    grid-template-columns: 1fr;
  }

  .admin-role-controls {
    justify-content: flex-start;
  }

  .admin-product > div:last-child {
    justify-items: start;
  }

  .admin-edit-form {
    grid-template-columns: 1fr;
  }

  .studio-shell {
    grid-template-columns: 1fr;
  }

  .studio-viewer {
    min-height: 520px;
  }

  .auth-brand img:last-child {
    width: 170px;
  }
}

.admin-app-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.admin-sidebar {
  position: sticky;
  top: 112px;
  min-height: calc(100vh - 142px);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04) 44%, rgba(199, 255, 97, 0.055)),
    rgba(7, 11, 9, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 30px 86px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(1.28);
  -webkit-backdrop-filter: blur(18px) saturate(1.28);
}

.admin-sidebar > p,
.admin-view > p,
.admin-view-head p {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-sidebar h1,
.admin-view h2 {
  margin: 0;
  color: var(--text);
  line-height: 0.95;
  letter-spacing: 0;
}

.admin-sidebar h1 {
  margin-bottom: 24px;
  font-size: clamp(2.1rem, 3.6vw, 3.8rem);
}

.admin-view h2 {
  font-size: clamp(2rem, 4vw, 4.1rem);
}

.admin-view[data-admin-view="studio"] h2 {
  max-width: 760px;
  font-size: clamp(2.2rem, 3.8vw, 4.8rem);
}

.admin-side-nav {
  display: grid;
  gap: 8px;
}

.admin-side-nav button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 0 14px;
  color: rgba(242, 242, 236, 0.76);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 950;
  text-align: left;
  text-transform: uppercase;
}

.admin-side-nav button::after {
  content: ">";
  color: rgba(242, 242, 236, 0.36);
}

.admin-side-nav button.is-active {
  color: #10140b;
  background: var(--accent);
  border-color: rgba(199, 255, 97, 0.72);
  box-shadow: 0 0 24px rgba(199, 255, 97, 0.16);
}

.admin-side-nav button.is-active::after {
  color: rgba(16, 20, 11, 0.54);
}

.admin-workspace {
  min-width: 0;
}

.admin-view {
  display: none;
  min-height: calc(100vh - 142px);
}

.admin-view.is-active {
  display: block;
}

.admin-view-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.admin-view-head button {
  flex: 0 0 auto;
}

.admin-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.admin-note-grid article,
.admin-empty-state {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.admin-note-grid strong,
.admin-empty-state strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.admin-note-grid span,
.admin-empty-state span {
  color: rgba(242, 242, 236, 0.68);
  line-height: 1.55;
}

.studio-shell {
  display: grid;
  grid-template-columns: minmax(620px, 1.55fr) minmax(320px, 0.78fr);
  gap: 18px;
  align-items: start;
}

.studio-viewer-card,
.studio-controls {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.16);
}

.studio-viewer-card {
  padding: 14px;
}

.studio-viewer {
  position: relative;
  min-height: min(82vh, 860px);
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 18%, rgba(191, 255, 71, 0.2), transparent 32%),
    radial-gradient(circle at 48% 84%, rgba(255, 255, 255, 0.12), transparent 30%),
    rgba(3, 6, 4, 0.44);
}

.studio-viewer canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}

.studio-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: rgba(242, 242, 236, 0.62);
  font-weight: 900;
  text-transform: uppercase;
}

.studio-viewer.is-loaded .studio-loader {
  opacity: 0;
  pointer-events: none;
}

.studio-viewer.is-error .studio-loader {
  opacity: 1;
  color: #ff9797;
}

.studio-controls {
  padding: clamp(16px, 1.8vw, 22px);
}

.studio-sliders {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.13);
}

.studio-template-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
  padding: 0 16px;
  border: 1px solid rgba(199, 255, 97, 0.42);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(199, 255, 97, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.studio-sliders label {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 12px;
}

.studio-sliders input[type="range"] {
  accent-color: var(--accent);
}

.studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.studio-actions button {
  flex: 1 1 160px;
}

.photo-studio-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.photo-product-list,
.photo-stage-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.16);
}

.photo-product-list {
  max-height: min(76vh, 780px);
  overflow-y: auto;
  padding: 14px;
}

.photo-product-list > p {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-product-list > div {
  display: grid;
  gap: 8px;
}

.photo-product-button {
  min-height: 74px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.photo-product-button.is-active {
  border-color: rgba(199, 255, 97, 0.62);
  background: rgba(199, 255, 97, 0.12);
}

.photo-product-thumb {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 50%, rgba(199, 255, 97, 0.2), transparent 70%),
    rgba(0, 0, 0, 0.22);
  background-size: cover;
  background-position: center;
}

.photo-product-button strong,
.photo-product-button small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photo-product-button strong {
  font-size: 0.82rem;
  font-weight: 950;
}

.photo-product-button small {
  margin-top: 4px;
  color: rgba(242, 242, 236, 0.6);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.photo-stage-card {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.photo-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.12)),
    url("assets/studio-stage-bg.png") 50% 50% / cover no-repeat;
}

.photo-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 72%, rgba(199, 255, 97, 0.12), transparent 34%),
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.18));
}

.photo-stage-viewer {
  position: absolute;
  z-index: 1;
  inset: 0;
  filter:
    drop-shadow(0 34px 58px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 calc(70px * var(--photo-glow, 0.42)) rgba(199, 255, 97, calc(0.35 * var(--photo-glow, 0.42))));
  user-select: none;
}

.photo-stage-viewer canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.photo-stage-viewer span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: rgba(242, 242, 236, 0.72);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.photo-stage-viewer.is-loaded span {
  display: none;
}

.photo-stage-viewer.is-error span {
  color: #ff7a7a;
}

.photo-stage-viewer.is-error span::before {
  content: "3D tee could not load";
}

.photo-stage-viewer.is-error span {
  font-size: 0;
}

.photo-stage-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.photo-stage-controls label {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.13);
}

.photo-stage-controls input {
  accent-color: var(--accent);
}

.photo-pose-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.photo-pose-controls button {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(242, 242, 236, 0.86);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.photo-pose-controls button.is-active {
  border-color: rgba(199, 255, 97, 0.72);
  color: #071004;
  background: var(--accent);
}

.photo-stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.photo-stage-actions button {
  flex: 1 1 220px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 960px) {
  .admin-app-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    min-height: auto;
  }

  .admin-side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-view {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .admin-side-nav,
  .admin-form-grid,
  .admin-note-grid {
    grid-template-columns: 1fr;
  }

  .admin-view-head {
    display: grid;
  }

  .photo-studio-shell {
    grid-template-columns: 1fr;
  }

  .photo-product-list {
    max-height: 260px;
  }

  .photo-stage {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .photo-stage-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-pose-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body[data-hero-auth] .site-scene {
  filter: saturate(1.34) brightness(1.05) contrast(1.1) hue-rotate(-8deg);
}

body[data-hero-auth="login"] .site-scene {
  filter: saturate(1.18) brightness(1.04) contrast(1.12) hue-rotate(10deg);
}

body[data-hero-auth] .scene-aurora {
  opacity: 0.95;
  transform: rotate(-3deg) scale(1.14);
  transition:
    opacity 620ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 620ms ease;
}

body[data-hero-auth="register"] .scene-aurora {
  background:
    radial-gradient(ellipse at 18% 24%, rgba(199, 255, 97, 0.34), transparent 30%),
    radial-gradient(ellipse at 84% 20%, rgba(215, 255, 120, 0.24), transparent 28%),
    radial-gradient(ellipse at 74% 86%, rgba(104, 255, 166, 0.17), transparent 34%),
    conic-gradient(from 210deg at 50% 50%, transparent, rgba(199, 255, 97, 0.2), transparent, rgba(143, 215, 189, 0.12), transparent);
}

body[data-hero-auth="login"] .scene-aurora {
  background:
    radial-gradient(ellipse at 14% 28%, rgba(143, 215, 189, 0.27), transparent 30%),
    radial-gradient(ellipse at 84% 20%, rgba(242, 242, 236, 0.16), transparent 28%),
    radial-gradient(ellipse at 78% 84%, rgba(199, 255, 97, 0.14), transparent 34%),
    conic-gradient(from 190deg at 50% 50%, transparent, rgba(143, 215, 189, 0.18), transparent, rgba(199, 255, 97, 0.11), transparent);
}

body.is-auth-transitioning .beca-hero-copy {
  animation: heroAuthGlassShift 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.is-auth-transitioning .beca-hero-copy::before {
  animation: heroAuthSweep 920ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-hero-auth="register"] .beca-hero-copy {
  border-color: rgba(199, 255, 97, 0.26);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.7),
    inset 0 0 0 1px rgba(199, 255, 97, 0.14),
    inset 0 -24px 46px rgba(0, 0, 0, 0.18),
    0 26px 72px rgba(0, 0, 0, 0.34),
    0 0 72px rgba(199, 255, 97, 0.08);
}

body[data-hero-auth="login"] .beca-hero-copy {
  border-color: rgba(143, 215, 189, 0.24);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.66),
    inset 0 0 0 1px rgba(143, 215, 189, 0.12),
    inset 0 -24px 46px rgba(0, 0, 0, 0.18),
    0 26px 72px rgba(0, 0, 0, 0.32),
    0 0 64px rgba(143, 215, 189, 0.07);
}

.hero-copy-view.is-active,
.hero-auth-form.is-active {
  animation: heroAuthContentIn 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes heroAuthGlassShift {
  0% {
    transform: translate3d(-10px, 8px, 0) scale(0.982);
    filter: blur(8px) brightness(1.16);
  }
  48% {
    transform: translate3d(4px, -3px, 0) scale(1.012);
    filter: blur(0) brightness(1.22);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) brightness(1);
  }
}

@keyframes heroAuthSweep {
  0% {
    opacity: 0;
    transform: translateX(-28%) skewX(-12deg);
  }
  34% {
    opacity: 0.72;
  }
  100% {
    opacity: 0.34;
    transform: translateX(18%) skewX(0deg);
  }
}

@keyframes heroAuthContentIn {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

/* Performance pass: keep the glass look, but avoid heavy per-frame SVG/filter repaints. */
.beca-hero-copy,
.feature-card,
.design-section,
.drop-strip article,
.contact-section,
.auth-card,
.admin-panel,
.admin-metrics article,
.admin-hero,
.language-switch,
.beca-actions a {
  transform: translateZ(0);
  will-change: transform;
}

.brand-section,
.feature-card,
.design-section,
.drop-strip article,
.contact-section,
.admin-panel {
  content-visibility: auto;
  contain-intrinsic-size: 1px 420px;
}

.beca-hero-copy::before,
.beca-hero-copy::after,
.feature-card::before,
.design-section::before,
.drop-strip article::before,
.contact-section::before,
.auth-card::before,
.admin-panel::before,
.admin-metrics article::before,
.admin-hero::before {
  filter: none !important;
}

.feature-card,
.design-section,
.drop-strip article,
.contact-section {
  backdrop-filter: blur(14px) saturate(1.26) brightness(1.02);
  -webkit-backdrop-filter: blur(14px) saturate(1.26) brightness(1.02);
}

.auth-card,
.admin-panel,
.admin-metrics article,
.admin-hero {
  backdrop-filter: blur(18px) saturate(1.28);
  -webkit-backdrop-filter: blur(18px) saturate(1.28);
}

.scene-aurora {
  animation-duration: 18s;
  filter: blur(42px);
  will-change: transform, opacity;
}

.spline-scene,
.shirt-scene,
.floating-shirt {
  will-change: transform;
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
  .cursor-glow,
  .scene-particles,
  .scene-beams {
    display: none;
  }

  .scene-aurora,
  .shirt-scene,
  .floating-shirt,
  .price-card.is-visible,
  .skill-panel.is-visible {
    animation: none !important;
  }

  .beca-hero-copy,
  .feature-card,
  .design-section,
  .drop-strip article,
  .contact-section,
  .auth-card,
  .admin-panel,
  .admin-metrics article,
  .admin-hero {
    backdrop-filter: blur(12px) saturate(1.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.18);
  }
}

.account-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.account-topbar {
  position: relative;
  z-index: 12;
  width: min(1180px, calc(100% - 44px));
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 22px auto 0;
}

.account-topbar .auth-brand {
  position: static;
}

.account-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-topbar-actions a,
.account-topbar button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.account-home-link {
  color: #0b1008;
  background: var(--accent);
  border-color: rgba(199, 255, 97, 0.66);
  box-shadow: 0 0 22px rgba(199, 255, 97, 0.18);
}

.account-topbar button {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.account-shell {
  position: relative;
  z-index: 8;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 82px) 0 88px;
}

.account-hero-card,
.account-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04) 44%, rgba(199, 255, 97, 0.055)),
    rgba(7, 11, 9, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 30px 86px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(1.28);
  -webkit-backdrop-filter: blur(18px) saturate(1.28);
}

.account-hero-card::before,
.account-panel::before {
  position: absolute;
  inset: 1px;
  content: "";
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, 0.24), transparent 24%),
    radial-gradient(ellipse at 92% 100%, rgba(199, 255, 97, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%);
  pointer-events: none;
}

.account-hero-card > *,
.account-panel > * {
  position: relative;
  z-index: 1;
}

.account-hero-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: end;
  padding: clamp(30px, 5vw, 62px);
  margin-bottom: 18px;
}

.account-hero-card p:first-child,
.account-panel > p {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-hero-card h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 7.2rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.account-lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(242, 242, 236, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.55;
}

.member-chip {
  min-width: 190px;
  padding: 18px;
  border: 1px solid rgba(199, 255, 97, 0.24);
  border-radius: 22px;
  background: rgba(199, 255, 97, 0.08);
}

.member-chip span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.member-chip strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.member-diamond {
  width: 19px;
  height: 19px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  filter:
    invert(87%)
    sepia(96%)
    saturate(592%)
    hue-rotate(31deg)
    brightness(106%)
    contrast(102%)
    drop-shadow(0 0 12px rgba(199, 255, 97, 0.52));
  box-shadow:
    0 0 18px rgba(199, 255, 97, 0.2);
  transform: translateY(-4px);
}

.account-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.account-panel {
  padding: clamp(22px, 3vw, 34px);
}

.account-profile dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.account-profile dl div,
.account-timeline div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.account-profile dt,
.account-timeline span {
  color: var(--muted);
}

.account-profile dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.account-settings h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.95;
}

.account-settings form {
  display: grid;
  gap: 14px;
}

.account-settings label {
  display: grid;
  gap: 8px;
  color: rgba(242, 242, 236, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.account-settings input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.24);
  outline: none;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.account-settings input:focus {
  border-color: rgba(199, 255, 97, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 4px rgba(199, 255, 97, 0.12);
}

.account-settings button {
  width: max-content;
  min-height: 44px;
  border: 1px solid rgba(199, 255, 97, 0.62);
  border-radius: 999px;
  padding: 0 18px;
  color: #10140b;
  background: var(--accent);
  cursor: pointer;
  font-weight: 950;
  text-transform: uppercase;
}

.account-drop-card {
  min-height: 310px;
  display: grid;
  align-content: space-between;
  background:
    radial-gradient(circle at 74% 12%, rgba(199, 255, 97, 0.18), transparent 16rem),
    linear-gradient(140deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 46%, rgba(199, 255, 97, 0.08)),
    rgba(7, 11, 9, 0.46);
}

.account-drop-card h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.9;
}

.drop-status {
  width: max-content;
  margin: 18px 0;
  padding: 8px 12px;
  border-radius: 999px;
  color: #10140b;
  background: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.account-drop-card p:not(:first-child) {
  max-width: 520px;
  margin: 0 0 20px;
  color: rgba(242, 242, 236, 0.72);
  line-height: 1.5;
}

.account-drop-card a {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 18px;
  color: #10140b;
  background: var(--accent);
  font-weight: 950;
  text-transform: uppercase;
}

.account-perks ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-perks li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.account-perks strong {
  color: var(--accent);
}

.account-perks span,
.account-timeline strong {
  color: rgba(242, 242, 236, 0.82);
}

@media (max-width: 860px) {
  .account-hero-card,
  .account-grid {
    grid-template-columns: 1fr;
  }

  .member-chip {
    width: max-content;
  }
}

/* Global mobile polish pass */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .beca-header,
  .admin-topbar,
  .account-topbar {
    width: calc(100% - 20px);
    min-height: 58px;
    top: 10px;
    left: 10px;
    right: 10px;
    transform: none;
    padding: 8px 10px;
    border-radius: 22px;
  }

  .beca-logo,
  .auth-brand {
    gap: 7px;
    min-width: 0;
  }

  .beca-logo-img,
  .auth-brand img:first-child {
    width: 42px;
    height: 42px;
  }

  .beca-logo-wolfline,
  .auth-brand img:last-child {
    width: clamp(116px, 36vw, 160px);
    max-width: 42vw;
  }

  .beca-header-x,
  .auth-brand span {
    font-size: 1.15rem;
  }

  .beca-header nav {
    gap: 6px;
  }

  .beca-header nav > a:not([data-auth-open]),
  .product-page .beca-header nav a {
    display: none;
  }

  .profile-dropdown {
    width: min(292px, calc(100vw - 24px));
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
  }

  .floating-shop-actions {
    right: 10px;
    bottom: 10px;
    gap: 8px;
    transform: scale(0.92);
    transform-origin: right bottom;
  }

  body.is-cart-open .floating-shop-actions {
    opacity: 0;
    pointer-events: none;
  }

  body.is-cart-open {
    overflow: hidden;
  }

  .cart-drawer {
    overflow: hidden;
    padding: 8px;
  }

  .cart-drawer-backdrop {
    background: rgba(0, 0, 0, 0.58);
  }

  .cart-drawer-panel {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    max-height: none;
    box-sizing: border-box;
    overflow-y: auto;
    margin: 0;
    padding: 18px;
    transform: translateX(calc(100% + 18px));
  }

  .cart-drawer.is-open .cart-drawer-panel {
    transform: translateX(0);
  }

  .cart-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px 12px;
    justify-items: stretch;
  }

  .cart-head .cart-close {
    justify-self: end;
  }

  .cart-head > strong {
    grid-column: 1 / -1;
  }

  .cart-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .cart-row > div,
  .cart-row strong,
  .cart-row span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .cart-row > div:last-child {
    display: grid;
    grid-template-columns: minmax(74px, 0.5fr) minmax(110px, 1fr);
    gap: 8px;
  }

  .beca-hero,
  .brand-section {
    width: min(100% - 20px, 1180px);
  }

  .beca-hero {
    min-height: auto;
    gap: 18px;
    padding-top: 92px;
    padding-bottom: 32px;
  }

  .beca-hero-copy {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .beca-hero-copy h1 {
    font-size: clamp(2.25rem, 12vw, 4.1rem);
    line-height: 0.94;
  }

  .beca-actions,
  .studio-actions,
  .product-card-footer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-auth-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .beca-actions a,
  .studio-actions button,
  .product-card button,
  .checkout-form button,
  .product-detail-info button,
  .account-settings button {
    width: 100%;
    justify-content: center;
  }

  .hero-auth-tabs button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    white-space: nowrap;
  }

  .beca-shirt-stage {
    min-height: 440px;
  }

  .shirt-scene {
    min-height: 440px;
  }

  .brand-section {
    margin-top: 20px;
  }

  .feature-grid,
  .drop-strip,
  .product-grid,
  .design-section,
  .design-notes,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .design-copy h2,
  .contact-section h2 {
    font-size: clamp(2.15rem, 11vw, 4rem);
    line-height: 0.95;
  }

  .product-card,
  .feature-card,
  .contact-section,
  .design-section {
    border-radius: 22px;
    padding: 20px;
  }

  .product-media {
    height: clamp(280px, 58vw, 360px);
  }

  .product-media.has-product-shot img {
    object-position: 50% 50%;
    transform: scale(1.12);
    transform-origin: 50% 50%;
  }

  .product-card p {
    min-height: 0;
  }

  .auth-shell,
  .admin-shell,
  .account-shell {
    width: min(100% - 20px, 720px);
    padding: 92px 0 42px;
  }

  .auth-brand {
    top: 14px;
    left: 10px;
    right: 10px;
  }

  .auth-card,
  .admin-panel,
  .account-hero-card,
  .account-panel {
    border-radius: 22px;
    padding: 20px;
  }

  .auth-card h1,
  .admin-sidebar h1,
  .account-hero-card h1 {
    font-size: clamp(2.45rem, 13vw, 4.4rem);
    line-height: 0.92;
  }

  .admin-app-shell {
    width: min(100% - 20px, 820px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 92px;
  }

  .admin-sidebar {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
  }

  .admin-sidebar h1 {
    margin-bottom: 14px;
  }

  .admin-side-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .admin-side-nav button {
    min-width: max-content;
    scroll-snap-align: start;
  }

  .admin-workspace,
  .admin-view {
    min-width: 0;
  }

  .admin-view-head,
  .cart-head,
  .account-topbar-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: start;
  }

  .admin-metrics,
  .admin-note-grid,
  .admin-form-grid,
  .studio-sliders,
  .account-grid,
  .account-hero-card {
    grid-template-columns: 1fr;
  }

  .studio-viewer {
    min-height: clamp(390px, 58vh, 540px);
  }

  .studio-controls {
    padding: 18px;
  }

  .admin-product,
  .admin-users li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .admin-product > div:last-child {
    justify-items: stretch;
  }

  .admin-product-media {
    width: 100%;
    height: 220px;
  }

  .account-topbar {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100% - 20px, 1180px);
    margin: 10px auto 0;
    left: auto;
    right: auto;
    top: auto;
  }

  .account-topbar-actions {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .account-topbar .auth-brand {
    justify-self: center;
    max-width: 100%;
    overflow: hidden;
  }

  .account-home-link,
  .account-topbar-actions button {
    width: 100%;
    justify-content: center;
  }

  .member-chip,
  .account-drop-card a,
  .drop-status {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .beca-logo-wolfline,
  .auth-brand img:last-child {
    width: 124px;
  }

  .floating-shop-actions {
    max-width: calc(100vw - 20px);
  }

  .floating-cart-button {
    min-width: 114px;
    padding-inline: 12px;
  }

  .language-switch {
    min-width: 82px;
  }

  .beca-hero-copy,
  .auth-card,
  .admin-panel,
  .admin-sidebar,
  .account-hero-card,
  .account-panel,
  .product-detail-info {
    padding: 18px;
  }

  .product-detail-shell {
    width: min(100% - 14px, 520px);
    padding-top: 82px;
  }

  .product-detail-viewer {
    min-height: clamp(340px, 54vh, 470px);
  }

  .product-detail-viewer model-viewer {
    height: clamp(340px, 54vh, 470px);
  }

  .admin-topbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    position: relative;
    margin: 10px auto 0;
    left: auto;
    right: auto;
    top: auto;
  }

  .admin-topbar button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  body.is-mobile-menu-open {
    overflow: hidden;
  }

  .intro-logo-line {
    --intro-beca-size: clamp(118px, 34vw, 176px);
    --intro-wolf-size: clamp(168px, 43vw, 236px);
    --intro-x-size: clamp(2.8rem, 10vw, 4.1rem);
    --intro-x-gap: clamp(34px, 9vw, 52px);
    --intro-center-nudge: clamp(4px, 1.5vw, 10px);
    --beca-shift: clamp(82px, 23vw, 122px);
    width: min(560px, 96vw);
    height: 210px;
    transform: translateY(22px);
  }

  .intro-beca-logo {
    width: var(--intro-beca-size);
  }

  .intro-x {
    font-size: var(--intro-x-size);
  }

  .intro-wolfline-logo {
    width: var(--intro-wolf-size);
  }

  .intro-logo-line::after {
    width: min(420px, 82vw);
  }

  .beca-header {
    align-items: center;
    gap: 10px;
  }

  .beca-header nav {
    display: none;
  }

  .mobile-menu-trigger {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    gap: 4px;
    flex: 0 0 auto;
    border: 1px solid rgba(242, 242, 236, 0.2);
    border-radius: 999px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04)),
      rgba(4, 6, 5, 0.58);
    color: var(--text);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 14px 34px rgba(0, 0, 0, 0.24);
    cursor: pointer;
  }

  .mobile-menu-trigger img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
    filter:
      invert(1)
      brightness(2.6)
      contrast(1.15)
      drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 180;
    display: block;
    pointer-events: none;
  }

  .mobile-menu.is-open {
    pointer-events: auto;
  }

  .mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.52);
    opacity: 0;
    transition: opacity 220ms ease;
  }

  .mobile-menu.is-open .mobile-menu-backdrop {
    opacity: 1;
  }

  .mobile-menu-panel {
    position: absolute;
    top: 10px;
    right: 10px;
    width: min(350px, calc(100vw - 20px));
    max-height: calc(100dvh - 20px);
    overflow-y: auto;
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.045)),
      rgba(7, 10, 8, 0.9);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 28px 90px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(24px) saturate(1.32);
    -webkit-backdrop-filter: blur(24px) saturate(1.32);
    opacity: 0;
    transform: translate3d(22px, 0, 0) scale(0.98);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .mobile-menu.is-open .mobile-menu-panel {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 4px;
  }

  .mobile-menu-head > button {
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(242, 242, 236, 0.2);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-menu-logo {
    height: 46px;
    transform: scale(0.92);
    transform-origin: left center;
  }

  .mobile-menu-section,
  .mobile-profile-card,
  .mobile-language-row {
    display: grid;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
  }

  .mobile-menu-section[hidden],
  .mobile-profile-card[hidden] {
    display: none;
  }

  .mobile-menu-section a,
  .mobile-menu-section button,
  .mobile-profile-card a,
  .mobile-profile-card button {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid rgba(242, 242, 236, 0.14);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.055);
    text-decoration: none;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-menu-section button {
    cursor: pointer;
  }

  .mobile-profile-card {
    padding: 8px;
  }

  .mobile-profile-card .profile-dropdown-head {
    padding: 8px 8px 12px;
  }

  .mobile-profile-card .profile-dropdown-list {
    gap: 7px;
  }

  .mobile-profile-card .profile-logout-row {
    width: 100%;
  }

  .mobile-language-row {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-language-row button {
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    color: rgba(242, 242, 236, 0.72);
    background: rgba(255, 255, 255, 0.06);
    font: inherit;
    font-weight: 950;
  }

  .mobile-language-row button[aria-pressed="true"] {
    color: #10140b;
    background: var(--accent);
  }

  .beca-logo {
    flex: 1 1 auto;
    min-width: 0;
    gap: 5px;
  }

  .beca-logo-img {
    width: 44px;
    height: 44px;
    margin-right: -12px;
    flex: 0 0 auto;
  }

  .beca-logo-wolfline {
    width: clamp(108px, 31vw, 152px);
    max-width: 34vw;
    height: 30px;
    flex: 0 1 auto;
    object-position: left center;
  }

  .beca-header-x {
    margin: 0 -3px;
    flex: 0 0 auto;
  }

  .product-detail-viewer model-viewer {
    touch-action: manipulation;
  }
}

@media (max-width: 420px) {
  .intro-logo-line {
    --intro-beca-size: clamp(102px, 31vw, 138px);
    --intro-wolf-size: clamp(140px, 42vw, 184px);
    --intro-x-size: clamp(2.45rem, 9vw, 3.4rem);
    --intro-x-gap: clamp(28px, 8vw, 38px);
    --beca-shift: clamp(72px, 22vw, 94px);
  }

  .beca-logo-wolfline {
    width: clamp(96px, 28vw, 122px);
    max-width: 31vw;
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }

  body {
    position: relative;
  }

  .site-scene,
  .beca-intro,
  .cart-drawer,
  .mobile-menu {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .spline-scene,
  .scene-aurora,
  .beca-hero,
  .brand-section,
  .product-detail-shell,
  .account-shell,
  .auth-shell,
  .admin-shell,
  .admin-app-shell {
    max-width: calc(100vw - 20px);
  }

  .cart-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px 12px;
    justify-items: stretch;
  }

  .cart-head .cart-close {
    justify-self: end;
  }

  .cart-head > strong {
    grid-column: 1 / -1;
  }

  .account-topbar .auth-brand {
    justify-content: center;
    width: 100%;
  }

  .account-topbar .auth-brand img:last-child {
    width: clamp(132px, 38vw, 176px);
    max-width: 46vw;
  }
}
