@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("../fonts/orbitron-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --bg: #050713;
  --bg2: #080b18;
  --panel: #0c1020;
  --panel2: #11162a;
  --text: #f7f8ff;
  --muted: #b6bfce;
  --cyan: #40e7ff;
  --blue: #4a74ff;
  --violet: #8f43ff;
  --pink: #ff39c7;
  --purple: #bf35ff;
  --line: rgba(255, 255, 255, 0.11);
  --line2: rgba(64, 231, 255, 0.18);
  --wrap: min(1320px, calc(100% - 54px));
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Orbitron", "Arial Black", system-ui, sans-serif;
  --header: 82px;
  --shadow: 0 35px 110px rgba(0, 0, 0, 0.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
section[id] { scroll-margin-top: 90px; }
::selection { background: var(--pink); color: #fff; }
.wrap { width: var(--wrap); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1200;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  color: #050713;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

/* Fullscreen DJ disc intro. The website remains available underneath the overlay. */
.preloader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 50% 42%, rgba(64, 231, 255, 0.07), transparent 23%),
    radial-gradient(circle at 58% 48%, rgba(255, 57, 199, 0.06), transparent 28%),
    #010209;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: preloader-away 0.45s 1.65s cubic-bezier(0.45, 0, 0.2, 1) forwards;
}
.preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle, #000, transparent 64%);
}
.preloader.preloader--skip,
.preloader.preloader--hidden { animation: none; opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { position: relative; width: min(88vw, 520px); text-align: center; }
.disc-wrap {
  width: clamp(220px, 40vw, 370px);
  aspect-ratio: 1;
  margin-inline: auto;
  opacity: 0;
  transform: scale(0.84) translateY(10px);
  filter: drop-shadow(0 35px 55px rgba(0, 0, 0, 0.78));
  animation: disc-arrive 0.55s 0.06s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.disc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 0 16%, rgba(255, 255, 255, 0.16) 16.2% 16.8%, transparent 17% 36%, rgba(255, 255, 255, 0.09) 36.2% 36.8%, transparent 37%),
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.065) 0 1px, transparent 1.5px 6px),
    conic-gradient(from 18deg, #050712, #183040, #071018, #351037, #09162c, #032e36, #050712, #240c2c, #050712);
  box-shadow:
    inset 0 0 32px rgba(255, 255, 255, 0.08),
    inset 0 0 95px rgba(0, 0, 0, 0.8),
    0 0 45px rgba(64, 231, 255, 0.08),
    0 0 80px rgba(255, 57, 199, 0.06);
  will-change: transform;
  animation: disc-spin 1.55s 0.46s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.disc-rings {
  position: absolute;
  inset: 5.5%;
  border: 1px solid rgba(64, 231, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(74, 116, 255, 0.025),
    0 0 0 44px rgba(143, 67, 255, 0.025),
    0 0 0 68px rgba(255, 57, 199, 0.02),
    inset 0 0 26px rgba(64, 231, 255, 0.05);
}
.disc-label {
  position: absolute;
  z-index: 2;
  inset: 31%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: #040713;
  box-shadow: 0 0 30px rgba(64, 231, 255, 0.15), inset 0 0 20px rgba(255, 57, 199, 0.08);
}
.disc-label::after {
  content: "";
  position: absolute;
  width: 11%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: #010209;
  box-shadow: 0 0 8px #000;
}
.disc-label img { width: 84%; height: auto; max-height: 84%; object-fit: contain; mix-blend-mode: screen; }
.disc-shine {
  position: absolute;
  inset: -25%;
  background: conic-gradient(from 20deg, transparent 0 8%, rgba(64, 231, 255, 0.23) 12%, transparent 17% 42%, rgba(255, 57, 199, 0.18) 47%, transparent 55% 100%);
  mix-blend-mode: screen;
  opacity: 0;
  animation: shine-in 1.15s 0.35s ease-in-out forwards;
}
.preloader-brand {
  margin: 25px 0 0;
  font-family: var(--display);
  font-size: clamp(0.82rem, 2vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0;
  animation: copy-in 0.45s 0.38s ease forwards;
}
.preloader-copy {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0;
  animation: copy-in 0.45s 0.54s ease forwards;
}
@keyframes disc-arrive { to { opacity: 1; transform: none; } }
@keyframes disc-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@keyframes shine-in { 0% { opacity: 0; transform: rotate(-25deg); } 45% { opacity: 1; } 100% { opacity: 0.5; transform: rotate(72deg); } }
@keyframes copy-in { to { opacity: 1; } }
@keyframes preloader-away { to { opacity: 0; visibility: hidden; pointer-events: none; } }

.progress {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet), var(--pink));
  box-shadow: 0 0 16px var(--cyan);
  pointer-events: none;
}
.reveal {
  --reveal-x: 0px;
  --reveal-y: 18px;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(0.985);
  transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.reveal-left { --reveal-x: -38px; --reveal-y: 8px; }
.reveal-right { --reveal-x: 38px; --reveal-y: 8px; }
.reveal-up { --reveal-y: 28px; }
.reveal.in { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin: 0; color: var(--cyan); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 35px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--pink)); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--cyan), #5f7cff 48%, var(--pink));
  color: #07101b;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 12px 38px rgba(86, 98, 255, 0.23);
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}
.btn::after { content: "↗"; font-size: 1rem; transition: transform 0.22s ease; }
.btn:hover { transform: translateY(-3px); filter: brightness(1.08); box-shadow: 0 20px 55px rgba(95, 69, 255, 0.32); }
.btn:hover::after { transform: translate(2px, -2px); }
.btn.ghost { border-color: rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.035); color: #fff; box-shadow: none; }
.btn.ghost:hover { background: rgba(255, 255, 255, 0.075); }
.btn:disabled { opacity: 0.65; cursor: wait; transform: none; }
.display { margin: 0; font-family: var(--display); font-size: clamp(4rem, 7.7vw, 8.5rem); line-height: 0.88; font-weight: 800; letter-spacing: -0.055em; text-transform: uppercase; }
.display .gradient { background: linear-gradient(100deg, var(--cyan), #6e7cff 44%, var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Header */
.site-header { position: fixed; z-index: 300; inset: 0 0 auto; height: var(--header); transition: height 0.28s ease, background 0.28s ease, border-color 0.28s ease; }
.site-header.scrolled { height: 70px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(4, 7, 18, 0.92); backdrop-filter: blur(18px); }
.header-inner { width: var(--wrap); height: 100%; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; text-decoration: none; }
.brand img { width: 64px; height: auto; max-width: 100%; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 0 15px rgba(64, 231, 255, 0.16)); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 0.77rem; letter-spacing: 0.12em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: rgba(255, 255, 255, 0.62); font-size: 0.59rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.nav { display: flex; justify-content: center; gap: clamp(16px, 2.4vw, 34px); }
.nav a { position: relative; color: rgba(255, 255, 255, 0.8); font-size: 0.77rem; font-weight: 750; text-decoration: none; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--pink)); transition: right 0.2s ease; }
.nav a:hover, .nav a:focus-visible { color: #fff; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; }
.menu { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 50%; background: rgba(4, 7, 18, 0.7); cursor: pointer; }
.menu span, .menu::before, .menu::after { content: ""; display: block; width: 19px; height: 1.5px; margin: 5px auto; background: #fff; transition: transform 0.2s ease, opacity 0.2s ease; }
.menu[aria-expanded="true"] span { opacity: 0; }
.menu[aria-expanded="true"]::before { transform: translateY(6.5px) rotate(45deg); }
.menu[aria-expanded="true"]::after { transform: translateY(-6.5px) rotate(-45deg); }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 80% 20%, rgba(55, 212, 255, 0.17), transparent 24%),
    radial-gradient(circle at 78% 45%, rgba(255, 44, 205, 0.16), transparent 29%),
    radial-gradient(circle at 12% 82%, rgba(124, 55, 255, 0.14), transparent 25%),
    linear-gradient(145deg, #03050d, #090d1b 58%, #03050d);
}
.hero::before { content: ""; position: absolute; z-index: -3; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero::after { content: "ECHO"; position: absolute; z-index: -2; right: -3vw; bottom: 2%; font-family: var(--display); font-size: clamp(11rem, 25vw, 25rem); font-weight: 900; line-height: 0.68; letter-spacing: -0.08em; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05); transform: rotate(-4deg); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr); gap: clamp(50px, 7vw, 96px); align-items: center; padding: calc(var(--header) + 60px) 0 88px; }
.hero-copy { position: relative; z-index: 4; }
.hero h1 { margin: 19px 0 0; font-family: var(--display); font-size: clamp(5rem, 9vw, 9.5rem); line-height: 0.8; letter-spacing: -0.058em; text-transform: uppercase; }
.hero h1 .glow { display: block; background: linear-gradient(100deg, var(--cyan), #5c80ff 48%, var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 20px rgba(83, 109, 255, 0.12)); }
.hero h1 .stroke { color: transparent; -webkit-text-stroke: 1.45px rgba(255, 255, 255, 0.92); }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: rgba(255, 255, 255, 0.7); font-size: clamp(1rem, 1.22vw, 1.13rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 24px 0 0; padding: 0; list-style: none; color: rgba(255, 255, 255, 0.7); font-size: 0.78rem; font-weight: 750; }
.trust li::before { content: "●"; margin-right: 8px; color: var(--cyan); font-size: 0.52rem; }
.hero-visual { position: relative; min-height: 720px; }
.visual-frame { position: absolute; inset: 0 0 5% 4%; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12); background: #090d18; box-shadow: var(--shadow); clip-path: polygon(8% 0, 100% 0, 100% 90%, 88% 100%, 0 100%, 0 9%); }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; filter: saturate(1.15) contrast(1.08) brightness(0.82); }
.visual-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 5, 13, 0.02) 35%, rgba(3, 5, 13, 0.73)), linear-gradient(115deg, rgba(36, 225, 255, 0.11), transparent 40%, rgba(255, 54, 200, 0.1)); pointer-events: none; }
.hero-logo-card { position: absolute; z-index: 5; top: 38px; left: -15px; width: min(480px, 90%); display: grid; place-items: center; padding: 16px; border: 1px solid rgba(64, 231, 255, 0.22); background: rgba(4, 7, 16, 0.72); backdrop-filter: blur(14px); box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32); transform: rotate(-1.1deg); }
.hero-logo-card img { width: min(100%, 448px); height: auto; max-width: 100%; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 0 20px rgba(68, 210, 255, 0.2)); }
.live-badge { position: absolute; z-index: 6; right: -15px; top: 43%; width: 225px; padding: 20px; border: 1px solid rgba(255, 255, 255, 0.11); background: linear-gradient(145deg, #12192b, #090c17); box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34); }
.live-badge small { display: block; color: var(--cyan); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.live-badge strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 1.3rem; line-height: 1.04; text-transform: uppercase; }
.live-badge span { display: block; margin-top: 8px; color: rgba(255, 255, 255, 0.7); font-size: 0.75rem; }
.hero-note { position: absolute; z-index: 6; left: 8px; bottom: 28px; padding: 12px 15px; border-left: 3px solid var(--pink); background: rgba(4, 7, 16, 0.82); backdrop-filter: blur(10px); color: rgba(255, 255, 255, 0.76); font-size: 0.72rem; }

/* Animated equalizer — retained and polished with transform-only motion. */
.wave-strip { position: relative; overflow: hidden; min-height: 96px; border-top: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(255, 255, 255, 0.06); background: #060813; }
.wave { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 0 15px; opacity: 0.86; }
.wave span { width: 5px; height: var(--h, 62%); min-height: 8px; border-radius: 999px; background: linear-gradient(180deg, var(--cyan), #6b65ff 54%, var(--pink)); box-shadow: 0 0 10px rgba(86, 151, 255, 0.18); transform: scaleY(var(--low, 0.38)); transform-origin: center; will-change: transform, opacity; animation: equalize var(--speed, 1.3s) ease-in-out var(--delay, 0s) infinite alternate; }
.wave span:nth-child(8n + 1) { --h: 92%; --low: 0.3; --speed: 1.44s; --delay: -0.62s; }
.wave span:nth-child(8n + 2) { --h: 46%; --low: 0.5; --speed: 1.12s; --delay: -0.23s; }
.wave span:nth-child(8n + 3) { --h: 72%; --low: 0.34; --speed: 1.65s; --delay: -0.94s; }
.wave span:nth-child(8n + 4) { --h: 34%; --low: 0.58; --speed: 1.26s; --delay: -0.48s; }
.wave span:nth-child(8n + 5) { --h: 82%; --low: 0.27; --speed: 1.53s; --delay: -0.77s; }
.wave span:nth-child(8n + 6) { --h: 57%; --low: 0.42; --speed: 1.18s; --delay: -0.31s; }
.wave span:nth-child(8n + 7) { --h: 68%; --low: 0.36; --speed: 1.72s; --delay: -1.06s; }
.wave span:nth-child(8n) { --h: 40%; --low: 0.55; --speed: 1.35s; --delay: -0.56s; }
@keyframes equalize { 0% { transform: scaleY(var(--low)); opacity: 0.42; } 55% { opacity: 0.9; } 100% { transform: scaleY(1); opacity: 1; } }
.wave-label { position: relative; z-index: 2; min-height: 96px; display: grid; place-items: center; padding: 0 20px; color: rgba(255, 255, 255, 0.76); font-family: var(--display); font-size: 0.72rem; letter-spacing: 0.2em; text-align: center; text-shadow: 0 2px 10px #060813; text-transform: uppercase; }

/* Vibe */
.intro { position: relative; overflow: hidden; padding: 125px 0 135px; background: #070a15; }
.intro::after { content: "NOIR"; position: absolute; right: -4vw; bottom: -8vw; color: rgba(255, 255, 255, 0.025); font-family: var(--display); font-size: clamp(13rem, 30vw, 30rem); line-height: 0.7; letter-spacing: -0.08em; }
.intro-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1.52fr); gap: clamp(55px, 10vw, 145px); align-items: start; }
.intro-aside { position: sticky; top: 112px; padding-top: 17px; border-top: 2px solid transparent; border-image: linear-gradient(90deg, var(--cyan), var(--pink)) 1; }
.intro-aside p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 0.94rem; }
.intro-main h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 7.7vw, 8rem); line-height: 0.87; letter-spacing: -0.055em; text-transform: uppercase; }
.intro-main h2 em { display: block; background: linear-gradient(100deg, var(--cyan), var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: normal; }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.intro-copy p { margin: 0; color: var(--muted); }
.pill-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pill { min-height: 165px; padding: 24px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(155deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)); }
.pill small { display: block; color: var(--cyan); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.pill strong { display: block; margin-top: 18px; font-family: var(--display); font-size: 1.15rem; line-height: 1.05; text-transform: uppercase; }
.pill span { display: block; margin-top: 9px; color: #b3bdcc; font-size: 0.82rem; line-height: 1.5; }

/* Gallery */
.gallery { position: relative; overflow: hidden; padding: 120px 0 115px; background: #050713; }
.gallery-head { display: grid; grid-template-columns: 1fr 0.72fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.gallery-head p:last-child { margin: 0; color: var(--muted); }
.bento { display: grid; grid-template-columns: 1.08fr 0.92fr; grid-template-rows: 420px 420px; gap: 16px; }
.shot { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); background: #0a0e19; }
.shot.large { grid-row: 1 / 3; }
.shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.16) contrast(1.08); transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease; }
.shot.large img { object-position: 50% 42%; }
.shot:nth-child(2) img { object-position: 50% 41%; }
.shot:nth-child(3) img { object-position: 50% 35%; }
.shot:hover img { transform: scale(1.035); filter: saturate(1.24) contrast(1.1); }
.shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3, 5, 13, 0.78)), linear-gradient(120deg, rgba(53, 224, 255, 0.07), transparent 45%, rgba(255, 52, 197, 0.08)); pointer-events: none; }
.shot-copy { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.shot-copy small { display: block; color: var(--cyan); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.shot-copy strong { display: block; margin-top: 5px; font-family: var(--display); font-size: 1.35rem; line-height: 1.02; text-transform: uppercase; }
.shot-copy > span:last-child { color: rgba(255, 255, 255, 0.74); font-size: 0.76rem; text-align: right; }
.gallery-footer { display: flex; justify-content: space-between; gap: 30px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); color: rgba(255, 255, 255, 0.68); font-size: 0.8rem; }
.gallery-footer a { color: var(--cyan); font-weight: 800; text-decoration: none; }

/* Booking process */
.bookings { position: relative; overflow: hidden; padding: 115px 0 120px; background: #090c18; }
.bookings::after { content: "ANFRAGE"; position: absolute; right: -3vw; bottom: -5vw; color: rgba(255, 255, 255, 0.022); font-family: var(--display); font-size: clamp(9rem, 20vw, 20rem); line-height: 0.7; }
.book-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 0.7fr; gap: 70px; align-items: end; }
.book-head p:last-child { margin: 0; color: var(--muted); }
.book-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 60px; border: 1px solid var(--line); background: var(--line); }
.book-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; background: linear-gradient(150deg, #101528, #080b16); transition: opacity 0.62s ease, transform 0.52s cubic-bezier(0.2, 0.75, 0.2, 1), background 0.28s ease, box-shadow 0.28s ease; }
.book-card:hover { z-index: 2; background: linear-gradient(150deg, #151b34, #0b0e1b); box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28); transform: translateY(-5px); }
.book-card::before { content: ""; position: absolute; top: -70px; right: -70px; width: 170px; height: 170px; border: 1px solid rgba(64, 231, 255, 0.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255, 53, 198, 0.015); }
.book-card small { display: block; color: var(--cyan); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.book-card h3 { margin: 62px 0 12px; font-family: var(--display); font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.book-card p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.book-card .arrow { position: absolute; right: 28px; bottom: 26px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 50%; color: var(--pink); text-decoration: none; transition: transform 0.2s ease, border-color 0.2s ease; }
.book-card .arrow:hover { border-color: var(--pink); transform: translate(2px, -2px); }

/* Identity */
.identity { padding: 115px 0; background: #050713; }
.identity-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.identity-logo { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.09); background: radial-gradient(circle at 50% 45%, rgba(66, 225, 255, 0.13), transparent 27%), radial-gradient(circle at 58% 55%, rgba(255, 50, 200, 0.13), transparent 34%), #070a15; box-shadow: var(--shadow); }
.identity-logo::before, .identity-logo::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 50%; }
.identity-logo::before { width: 480px; height: 480px; }
.identity-logo::after { width: 650px; height: 650px; }
.identity-logo img { position: relative; z-index: 3; width: min(500px, 84%); height: auto; max-width: 100%; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 0 34px rgba(76, 138, 255, 0.2)); }
.identity-copy .display { font-size: clamp(4rem, 6.9vw, 7rem); }
.identity-copy > p:not(.eyebrow) { color: var(--muted); }
.identity-points { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.identity-point { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.identity-point small { color: var(--cyan); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.identity-point strong { font-size: 0.96rem; }

/* Contact and form */
.contact { position: relative; overflow: hidden; padding: 115px 0 0; background: linear-gradient(145deg, #070a16, #0a0d1b); }
.contact::before { content: ""; position: absolute; top: -180px; right: -160px; width: 560px; height: 560px; border: 1px solid rgba(64, 231, 255, 0.1); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255, 53, 198, 0.012), 0 0 0 150px rgba(76, 116, 255, 0.008); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr minmax(390px, 0.9fr); gap: clamp(55px, 8vw, 108px); align-items: start; padding-bottom: 90px; }
.contact-copy > p:not(.eyebrow) { max-width: 630px; color: var(--muted); }
.points { display: grid; gap: 11px; margin-top: 28px; }
.point { display: flex; gap: 10px; color: rgba(255, 255, 255, 0.82); font-size: 0.9rem; }
.point::before { content: "◆"; margin-top: 4px; color: var(--cyan); font-size: 0.48rem; }
.form { padding: 31px; border: 1px solid rgba(255, 255, 255, 0.09); background: rgba(15, 19, 36, 0.9); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.form h3 { margin: 0; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.form > p { margin: 9px 0 22px; color: rgba(255, 255, 255, 0.68); font-size: 0.86rem; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 11px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: rgba(255, 255, 255, 0.8); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.field label span { font-weight: 600; letter-spacing: 0; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 14px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 0; outline: none; background: #121729; color: #fff; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.field textarea { min-height: 126px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(64, 231, 255, 0.07); }
.field input:user-invalid, .field textarea:user-invalid { border-color: #ff6f98; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, 0.48); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 12px 0 0; color: rgba(255, 255, 255, 0.64); font-size: 0.76rem; }
.form-note a { color: var(--cyan); }
.submit-btn { width: 100%; margin-top: 17px; }
.submit-btn.is-loading .btn-loader { display: block; }
.submit-btn.is-loading .btn-label, .submit-btn.is-loading::after { display: none; }
.btn-loader { display: none; width: 17px; height: 17px; border: 2px solid rgba(5, 7, 19, 0.35); border-top-color: #050713; border-radius: 50%; animation: loader-spin 0.7s linear infinite; }
@keyframes loader-spin { to { transform: rotate(360deg); } }
.form-msg { display: none; margin-top: 13px; padding: 12px 13px; border: 1px solid rgba(64, 231, 255, 0.25); background: rgba(64, 231, 255, 0.07); color: #baf7ff; font-size: 0.84rem; }
.form-msg.show { display: block; }
.form-msg.error { border-color: rgba(255, 91, 143, 0.4); background: rgba(255, 57, 110, 0.08); color: #ffc1d5; }
.form-msg.success { border-color: rgba(64, 231, 255, 0.32); }

/* Footer */
footer { padding: 32px 0 36px; background: #02030a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.55fr 0.55fr; gap: 42px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.footer-about { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 22px; align-items: center; }
.footer-about img { width: 120px; height: auto; max-width: 100%; object-fit: contain; mix-blend-mode: screen; }
.footer-about p { max-width: 500px; margin: 0; color: rgba(255, 255, 255, 0.66); font-size: 0.82rem; }
footer h2 { margin: 0 0 13px; color: var(--cyan); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255, 255, 255, 0.74); font-size: 0.78rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 16px; color: rgba(255, 255, 255, 0.56); font-size: 0.72rem; }
.footer-bottom a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: #fff; }
.footer-bottom .design-credit { color: var(--cyan); font-weight: 850; letter-spacing: 0.035em; }
.reveal-delay-1 { transition-delay: 0.05s; }
.reveal-delay-2 { transition-delay: 0.1s; }
.reveal-delay-3 { transition-delay: 0.15s; }
.reveal-delay-4 { transition-delay: 0.2s; }
.mobile-cta { display: none; position: fixed; z-index: 350; left: 11px; right: 11px; bottom: max(11px, env(safe-area-inset-bottom)); grid-template-columns: 1fr 1fr; gap: 2px; opacity: 0; transform: translateY(70px); pointer-events: none; transition: opacity 0.23s ease, transform 0.23s ease; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4); }
.mobile-cta.visible { opacity: 1; transform: none; pointer-events: auto; }
.mobile-cta a { min-height: 56px; display: grid; place-items: center; font-size: 0.8rem; font-weight: 900; text-decoration: none; }
.mobile-cta a:first-child { border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 999px 0 0 999px; background: #101426; color: #fff; }
.mobile-cta a:last-child { border-radius: 0 999px 999px 0; background: linear-gradient(110deg, var(--cyan), var(--pink)); color: #07101b; }

/* Legal pages */
.legal-page { background: #060915; }
.legal-page .site-header { position: relative; height: 72px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: #040711; }
.legal-page .header-inner { grid-template-columns: auto 1fr; }
.legal-page .legal-back { justify-self: end; color: var(--cyan); font-size: 0.72rem; font-weight: 800; text-decoration: none; }
.legal-hero { padding: 96px 0 58px; background: radial-gradient(circle at 75% 10%, rgba(64, 231, 255, 0.1), transparent 24%), radial-gradient(circle at 15% 40%, rgba(255, 57, 199, 0.08), transparent 28%), #060915; }
.legal-hero h1 { max-width: 980px; margin: 12px 0 0; font-family: var(--display); font-size: clamp(2.7rem, 7vw, 6rem); line-height: 0.95; letter-spacing: -0.045em; text-transform: uppercase; }
.legal-content { width: min(860px, calc(100% - 36px)); margin: 0 auto; padding: 65px 0 120px; }
.legal-content h2 { margin: 52px 0 14px; color: var(--cyan); font-family: var(--display); font-size: clamp(1.05rem, 2.5vw, 1.45rem); line-height: 1.25; text-transform: uppercase; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 30px 0 10px; font-size: 1rem; }
.legal-content p, .legal-content li { color: #bdc5d3; }
.legal-content a { color: var(--cyan); }
.legal-content ul { padding-left: 1.25rem; }
.legal-note { padding: 16px 18px; border-left: 3px solid var(--pink); background: rgba(255, 255, 255, 0.035); }

@media (max-width: 1120px) {
  :root { --wrap: min(calc(100% - 36px), 1020px); }
  body.menu-open { overflow: hidden; }
  .nav { position: fixed; inset: 70px 16px auto; display: grid; gap: 0; padding: 13px; border: 1px solid rgba(255, 255, 255, 0.09); background: rgba(4, 7, 18, 0.98); opacity: 0; visibility: hidden; transform: translateY(-12px); pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s; }
  .nav.open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition-delay: 0s; }
  .nav a { min-height: 48px; display: flex; align-items: center; padding: 8px 7px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .header-cta { display: none; }
  .menu { display: block; }
  .hero-grid { grid-template-columns: 1fr 0.92fr; }
  .pill-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 850px) {
  :root { --wrap: min(calc(100% - 28px), 740px); --header: 72px; }
  .brand-copy small { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 120px 0 105px; gap: 45px; }
  .hero h1 { font-size: clamp(4.5rem, 15.5vw, 7rem); }
  .hero-visual { min-height: 650px; }
  .intro, .gallery, .bookings, .identity, .contact { padding-top: 82px; }
  .intro, .gallery, .bookings, .identity { padding-bottom: 88px; }
  .intro-grid, .gallery-head, .book-head, .identity-grid, .contact-grid, .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .intro-aside { position: static; }
  .intro-copy { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; grid-template-rows: 520px 420px 420px; }
  .shot.large { grid-row: auto; }
  .book-grid { grid-template-columns: 1fr; }
  .book-card { min-height: 270px; }
  .contact-grid { padding-bottom: 82px; }
  .mobile-cta { display: grid; }
  footer { padding-bottom: 88px; }
}

@media (max-width: 540px) {
  :root { --wrap: calc(100% - 22px); }
  .brand-copy { display: none; }
  .brand img { width: 58px; height: auto; }
  .hero h1 { font-size: clamp(3.55rem, 17.5vw, 4.45rem); }
  .display, .intro-main h2, .identity-copy .display { font-size: clamp(2.75rem, 13vw, 3.3rem); }
  .hero-lead { margin-top: 22px; }
  .hero-visual { min-height: 520px; }
  .visual-frame { inset: 0; }
  .hero-logo-card { top: 24px; right: 12px; left: 12px; width: auto; padding: 12px; }
  .live-badge { top: auto; right: 18px; bottom: -15px; left: 18px; width: auto; }
  .hero-note { display: none; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .trust { display: grid; }
  .wave { gap: 2px; padding-inline: 8px; }
  .wave span { width: 3px; }
  .wave-label { font-size: 0.58rem; letter-spacing: 0.16em; }
  .pill-grid { grid-template-columns: 1fr; }
  .pill { min-height: 132px; }
  .bento { grid-template-rows: 430px 330px 330px; }
  .shot-copy { left: 18px; right: 18px; bottom: 18px; }
  .shot-copy > span:last-child { display: none; }
  .gallery-footer { flex-direction: column; gap: 10px; }
  .identity-logo { min-height: 380px; }
  .identity-point { grid-template-columns: 72px 1fr; gap: 14px; }
  .form { padding: 24px 18px; }
  .fields { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-about { grid-template-columns: 110px minmax(0, 1fr); gap: 17px; }
  .footer-about img { width: 110px; }
  .footer-bottom { flex-direction: column; }
  .reveal-left { --reveal-x: -22px; }
  .reveal-right { --reveal-x: 22px; }
  .legal-page .brand-copy { display: grid; }
  .legal-page .brand-copy small { display: none; }
  .legal-hero { padding-top: 72px; }
  .legal-hero h1 { font-size: clamp(2.1rem, 10vw, 2.7rem); }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 3.35rem; }
  .display, .intro-main h2, .identity-copy .display { font-size: 2.55rem; }
  .live-badge strong { font-size: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .preloader { animation: preloader-away 0.28s 0.25s ease forwards; }
  .disc-wrap { opacity: 1; transform: none; animation: none; }
  .disc, .disc-shine, .preloader-brand, .preloader-copy { animation: none; }
  .preloader-brand, .preloader-copy { opacity: 1; }
  .wave span { animation: none; transform: scaleY(0.64); opacity: 0.75; }
  .reveal { opacity: 1; transform: none; transition: none; transition-delay: 0s; }
  .shot img, .btn, .book-card, .mobile-cta, .nav { transition-duration: 0.01ms; }
}
