:root {
  --bg: #050505;
  --text: #f5f5f2;
  --muted: rgba(245, 245, 242, .58);
  --soft: rgba(245, 245, 242, .12);
  --line: rgba(245, 245, 242, .16);
  --accent: #72df72;
  --accent-soft: rgba(18, 210, 0, 0.301);
  --max: 1180px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
html { background: var(--bg); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
}

button, input { font: inherit; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
::selection { background: var(--accent); color: #050505; }

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

.page {
  position: relative;
  min-height: 100vh;
  height: 100dvh;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 64px);
}

.page__background,
.page__veil,
.page__grain,
.page__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page__background {
  z-index: -5;
  background: url("assets/background.jpg") center / cover no-repeat;
  transform: scale(1.025);
  animation: backgroundDrift 24s ease-in-out infinite alternate;
}

.page__veil {
  z-index: -4;
  background:
    radial-gradient(circle at 50% 45%, rgba(9, 9, 9, .14) 0, rgba(4, 4, 4, .44) 48%, rgba(2, 2, 2, .78) 100%),
    linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.04) 42%, rgba(0,0,0,.54));
}

.page__grain {
  z-index: -3;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.page__glow {
  z-index: -2;
  width: 45vw;
  height: 45vw;
  min-width: 480px;
  min-height: 480px;
  left: 50%;
  top: 42%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,255,255,.045), transparent 68%);
  filter: blur(16px);
  animation: breathe 8s ease-in-out infinite;
}


.hero {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: clamp(8px, 1.4vh, 20px) 0;
}

.hero__content {
  width: min(100%, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand {
  position: relative;
  width: clamp(280px, 34vh, 460px);
  max-width: 62vw;
  aspect-ratio: 574 / 455;
  opacity: 0;
  transform: translateY(14px) scale(.985);
  animation: brandIn 1.25s .2s var(--ease-out) forwards;
  will-change: transform;
}

.brand__logo {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.55));
  animation: logoFloat 7s 2.5s ease-in-out infinite;
}

.brand__halo {
  position: absolute;
  inset: 12% 7% 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.07), transparent 70%);
  filter: blur(24px);
}

.intro {
  margin-top: clamp(4px, .75vh, 10px);
}

.intro__rule {
  width: 30px;
  height: 1px;
  margin: 0 auto clamp(12px, 1.8vh, 20px);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.46), transparent);
  opacity: 0;
  animation: revealUp .8s .58s var(--ease-out) forwards;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(24px, 3.4vw, 42px);
  line-height: 1.14;
  letter-spacing: -.02em;
}
h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
  animation: revealUp .75s var(--ease-out) forwards;
}
h1 span:nth-child(1) { animation-delay: .72s; }
h1 span:nth-child(2) { animation-delay: .86s; }
h1 span:nth-child(3) { animation-delay: 1.0s; }

.opening {
  margin: clamp(11px, 1.6vh, 17px) 0 0;
  color: var(--muted);
  font-size: clamp(10px, 1.1vw, 12px);
  line-height: 1.4;
  letter-spacing: .25em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  animation: revealUp .75s 1.15s var(--ease-out) forwards;
}
.opening strong {
  font-weight: 500;
  background: linear-gradient(90deg, var(--accent) 30%, rgba(255,255,255,.85) 50%, var(--accent) 70%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textShimmer 5s 2.5s ease-in-out infinite;
}

.newsletter {
  width: min(100%, 390px);
  margin-top: clamp(22px, 3.8vh, 42px);
  opacity: 0;
  transform: translateY(14px);
  animation: revealUp 1s 1.1s var(--ease-out) forwards;
}

.newsletter__label {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.2;
}
.newsletter__text {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: clamp(11px, 1.2vw, 13px);
  letter-spacing: .025em;
}
.newsletter__form { margin-top: clamp(14px, 2vh, 20px); }
.newsletter__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid rgba(255,255,255,.52);
  border-top: 1px solid rgba(255,255,255,.08);
  transition: border-color .35s ease, box-shadow .35s ease;
}
.newsletter__field:focus-within {
  border-bottom-color: var(--accent);
  box-shadow: 0 14px 36px -26px rgba(200,210,0,.65);
}
.newsletter input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  padding: 0 14px 0 0;
  font-size: 13px;
}
.newsletter input::placeholder { color: rgba(255,255,255,.34); }
.newsletter__button {
  min-height: 46px;
  min-width: 42px;
  border: 0;
  padding: 0 0 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  transition: color .3s ease, transform .3s var(--ease-out);
}
.newsletter__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform .35s var(--ease-out);
}
.newsletter__button:hover { color: #e5ef1f; }
.newsletter__button:hover svg { transform: translateX(5px); }
.newsletter__button:active { transform: scale(.97); }
.newsletter__button:disabled { opacity: .5; cursor: default; }
.newsletter__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.newsletter__feedback {
  min-height: 14px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.46);
  font-size: 10px;
  letter-spacing: .04em;
}
.newsletter__feedback.is-error { color: #e3a2a2; }
.newsletter__feedback.is-success { color: var(--accent); }


@keyframes brandIn { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes revealUp { to { opacity: 1; transform: translateY(0); } }
@keyframes backgroundDrift { from { transform: scale(1.025) translate3d(-.25%, -.2%, 0); } to { transform: scale(1.045) translate3d(.25%, .15%, 0); } }
@keyframes breathe { 0%,100% { opacity: .55; transform: translate(-50%, -50%) scale(.96); } 50% { opacity: .9; transform: translate(-50%, -50%) scale(1.04); } }
@keyframes logoFloat { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-7px); } }
@keyframes textShimmer { 0%,65% { background-position: 100% center; } 100% { background-position: -100% center; } }
@keyframes particleDrift { 0% { transform: translateY(0) translateX(0); opacity: 0; } 15% { opacity: .75; } 85% { opacity: .35; } 100% { transform: translateY(-90px) translateX(14px); opacity: 0; } }

@media (max-width: 700px) {
  body { overflow: auto; }
  .page {
    min-height: 100svh;
    height: auto;
    overflow: hidden;
    padding: max(24px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));
  }
  .hero { padding: 6px 0 14px; }
  .brand { width: clamp(270px, 48vh, 400px); max-width: 84vw; }
  h1 { font-size: clamp(24px, 7vw, 32px); }
  .opening { letter-spacing: .19em; }
  .newsletter { margin-top: clamp(24px, 4vh, 34px); width: min(100%, 340px); }
  .newsletter input { font-size: 16px; }
  .links-row { gap: 12px; }
  .links-row__link { font-size: 10px; }
}

@media (max-height: 760px) and (min-width: 701px) {
  .brand { width: clamp(240px, 32vh, 320px); }
  h1 { font-size: clamp(30px, 4vw, 46px); }
  .newsletter { margin-top: 20px; }
  .newsletter__form { margin-top: 12px; }
}

/* cursor glow */
.cursor-glow {
  position: fixed;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9;
  background: radial-gradient(circle, rgba(0, 210, 28, 0.05) 0%, transparent 65%);
  will-change: transform;
  transform: translate(-9999px, -9999px);
}

/* particles */
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.particle {
  position: absolute;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
  box-shadow: 0 0 6px 2px rgba(200,210,0,.3);
}
.particle:nth-child(1) { width:2px; height:2px; left:10%;  bottom:22%; animation: particleDrift 10s  0s    ease-in-out infinite; }
.particle:nth-child(2) { width:3px; height:3px; left:23%;  bottom:40%; animation: particleDrift 13s -4.5s ease-in-out infinite; }
.particle:nth-child(3) { width:2px; height:2px; left:70%;  bottom:15%; animation: particleDrift  9s -1.5s ease-in-out infinite; }
.particle:nth-child(4) { width:2px; height:2px; left:84%;  bottom:48%; animation: particleDrift 14s -7s   ease-in-out infinite; }
.particle:nth-child(5) { width:3px; height:3px; left: 6%;  bottom:60%; animation: particleDrift 11s -2.5s ease-in-out infinite; }
.particle:nth-child(6) { width:2px; height:2px; left:90%;  bottom:32%; animation: particleDrift  8s -3.5s ease-in-out infinite; }
.particle:nth-child(7) { width:2px; height:2px; left:46%;  bottom: 7%; animation: particleDrift 12s -5.5s ease-in-out infinite; }
.particle:nth-child(8) { width:3px; height:3px; left:58%;  bottom:68%; animation: particleDrift  9s -0.8s ease-in-out infinite; }

/* links row */
.links-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(18px, 2.8vh, 28px);
  opacity: 0;
  animation: revealUp .8s 1.35s var(--ease-out) forwards;
}
.links-row__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 0;
  color: rgba(255,255,255,.42);
  font-size: 10.5px;
  letter-spacing: .03em;
  transition: color .3s ease, transform .3s var(--ease-out);
}
.links-row__link:hover { color: var(--text); transform: translateY(-1px); }
.links-row__link:first-child:hover { color: var(--accent); }
.links-row__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
}
.instagram-icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

/* location */
.location {
  margin-top: clamp(10px, 1.6vh, 16px);
  font-style: normal;
  font-size: 9.5px;
  letter-spacing: .12em;
  color: rgba(255,255,255,.28);
  opacity: 0;
  animation: revealUp .8s 1.5s var(--ease-out) forwards;
}
.location__area { color: rgba(255,255,255,.2); }

.legal-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  opacity: 0;
  animation: revealUp .8s 1.55s var(--ease-out) forwards;
}
.legal-links a {
  font-size: 9.5px;
  letter-spacing: .1em;
  color: rgba(255,255,255,.24);
  transition: color .3s ease;
}
.legal-links a:hover { color: rgba(255,255,255,.6); }

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

/* legal pages (Impressum / Datenschutz) */
body.legal-page {
  overflow-y: auto;
  min-height: 100vh;
  height: auto;
}
.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) clamp(20px, 4vw, 32px) 96px;
}
.legal__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--muted);
  transition: color .3s ease;
}
.legal__back:hover { color: var(--accent); }
.legal h1 {
  margin: 28px 0 6px;
  font-size: clamp(26px, 5vw, 38px);
  letter-spacing: -.01em;
}
.legal__updated {
  margin: 0 0 40px;
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--muted);
}
.legal h2 {
  margin: 40px 0 12px;
  font-size: clamp(16px, 2.4vw, 19px);
  color: var(--accent);
}
.legal h3 {
  margin: 22px 0 8px;
  font-size: 14px;
  color: var(--text);
}
.legal p, .legal li {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245,245,242,.82);
}
.legal ul { padding-left: 20px; }
.legal a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.legal a:hover { color: var(--text); }
.legal strong { color: var(--text); }

