/* ============================================================
   NORTHLAND GYM — Design-System „Nordlicht"
   Dunkles Nordic-Theme · Aurora-Grün · Gold-Akzent
   ============================================================ */

@font-face {
  font-family: 'Archivo';
  src: url('/assets/font/archivo-var.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/assets/font/inter-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Farben */
  --bg: #060a08;
  --bg-2: #0a110e;
  --panel: #0e1713;
  --panel-2: #12201a;
  --line: rgba(198, 222, 209, .12);
  --text: #eef4f0;
  --muted: #a3b8ad;
  --muted-2: #7e948a;
  --green: #00754c;        /* Markengrün (Flächen) */
  --green-deep: #00583a;
  --aurora: #35e39a;       /* Akzent-Text auf Dunkel, AA-sicher */
  --aurora-soft: rgba(53, 227, 154, .14);
  --gold: #d4b36a;         /* Gold vom Team-Logo */
  --danger: #ff7d6b;
  --shadow: 0 30px 80px rgba(0, 0, 0, .55);

  /* Typo */
  --font-display: 'Archivo', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  /* Layout */
  --gutter: clamp(20px, 4vw, 64px);
  --section-gap: clamp(90px, 14vh, 180px);
  --radius: 18px;
  --radius-lg: 28px;

  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-inout: cubic-bezier(.7, 0, .3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.is-loading { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--green); color: #fff; }

/* Körnung über allem — nordische Textur */
body::after {
  content: '';
  position: fixed; inset: -50%;
  pointer-events: none;
  z-index: 2000;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 9s steps(6) infinite;
}
@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-3%, 2%); }
  40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -2%); }
  80% { transform: translate(3%, 3%); }
}

/* ---------- Cursor ---------- */
.cursor, .cursor-dot { display: none; }
@media (pointer: fine) {
  .cursor {
    display: block;
    position: fixed; top: 0; left: 0;
    width: 44px; height: 44px;
    border: 1.5px solid rgba(53, 227, 154, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 3000;
    transform: translate(-50%, -50%);
    transition: width .35s var(--ease-out), height .35s var(--ease-out), border-color .35s, background .35s;
  }
  .cursor.is-hover {
    width: 74px; height: 74px;
    background: rgba(53, 227, 154, .08);
    border-color: rgba(53, 227, 154, .9);
  }
  .cursor-dot {
    display: block;
    position: fixed; top: 0; left: 0;
    width: 5px; height: 5px;
    background: var(--aurora);
    border-radius: 50%;
    pointer-events: none;
    z-index: 3001;
    transform: translate(-50%, -50%);
  }
}

.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--green), var(--aurora), var(--gold));
  transform-origin: 0 50%;
  transform: scaleX(0);
  z-index: 1500;
}

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0;
  z-index: 4000;
  background: var(--bg);
  display: grid; place-items: center;
}
.preloader-inner { text-align: center; position: relative; z-index: 2; }
.preloader-logo {
  width: clamp(110px, 16vw, 190px);
  height: auto;
  fill: none;
  stroke: var(--aurora);
  stroke-width: 14;
  filter: drop-shadow(0 0 24px rgba(53, 227, 154, .45));
}
.preloader-words {
  margin-top: 26px;
  height: 1.6em;
  overflow: hidden;
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: clamp(15px, 2vw, 19px);
  letter-spacing: .38em;
  text-indent: .38em;
  text-transform: uppercase;
  color: var(--muted);
}
.preloader-words span { display: block; line-height: 1.6; transform: translateY(100%); }
.preloader-count {
  position: fixed;
  right: clamp(20px, 5vw, 70px);
  bottom: clamp(16px, 4vh, 48px);
  font-family: var(--font-display);
  font-stretch: 120%;
  font-weight: 900;
  font-size: clamp(60px, 11vw, 150px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(53, 227, 154, .5);
}
.preloader-curtain {
  position: absolute; inset: 0;
  background: var(--green-deep);
  transform: scaleY(0);
  transform-origin: 50% 100%;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-stretch: 108%;
  font-weight: 750;
  font-size: 15.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: transform .35s var(--ease-out), box-shadow .35s, background .35s, color .35s, border-color .35s;
  will-change: transform;
}
.btn-lg { padding: 18px 34px; font-size: 16.5px; }
.btn-block { width: 100%; }
.btn-primary {
  background: linear-gradient(135deg, #00915d, #00754c);
  color: #fff;
  box-shadow: 0 10px 34px rgba(0, 117, 76, .35), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(0, 145, 93, .5), inset 0 1px 0 rgba(255,255,255,.18); }
.btn-ghost {
  border: 1.5px solid rgba(238, 244, 240, .25);
  color: var(--text);
  background: rgba(255, 255, 255, .03);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { border-color: var(--aurora); color: var(--aurora); transform: translateY(-2px); }
.btn-light { background: #f2f7f4; color: #06110c; }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,.35); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  padding: 16px var(--gutter);
  transition: background .45s, backdrop-filter .45s, padding .45s, border-color .45s, transform .5s var(--ease-out);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  padding: 10px var(--gutter);
  background: rgba(6, 10, 8, .72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}
.nav.is-hidden { transform: translateY(-110%); }
body.is-loading .nav { transform: translateY(-110%); }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo-mark { width: 44px; height: 44px; fill: #fff; transition: transform .5s var(--ease-out); }
.nav-logo:hover .nav-logo-mark { transform: rotate(-8deg) scale(1.06); }
.nav-logo-text {
  font-family: var(--font-display);
  font-stretch: 118%;
  font-weight: 850;
  font-size: 17px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.nav-logo-text em { font-style: normal; color: var(--aurora); }
.nav-links { display: flex; gap: 4px; }
.nav-links a {
  padding: 8px 13px;
  font-size: 14.5px;
  font-weight: 550;
  color: var(--muted);
  border-radius: 999px;
  transition: color .3s, background .3s;
}
.nav-links a:hover, .nav-links a.is-active { color: var(--text); background: rgba(255, 255, 255, .06); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-status {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--muted);
  white-space: nowrap;
}
.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--aurora);
  box-shadow: 0 0 0 0 rgba(53, 227, 154, .5);
  animation: pulse 2.2s infinite;
  flex: 0 0 auto;
}
.status-dot.is-closed { background: var(--danger); box-shadow: none; animation: none; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(53, 227, 154, .45); }
  70% { box-shadow: 0 0 0 9px rgba(53, 227, 154, 0); }
  100% { box-shadow: 0 0 0 0 rgba(53, 227, 154, 0); }
}
.btn-nav { padding: 11px 20px; font-size: 13.5px; }
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  position: relative;
}
.nav-burger span {
  position: absolute; left: 12px; right: 12px;
  height: 2px; background: var(--text);
  transition: transform .4s var(--ease-out), top .4s;
}
.nav-burger span:nth-child(1) { top: 17px; }
.nav-burger span:nth-child(2) { top: 25px; }
.nav-burger.is-open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

/* Mobiles Menü */
.mobilemenu {
  position: fixed; inset: 0;
  z-index: 900;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 110px var(--gutter) 40px;
  visibility: hidden;
  pointer-events: none;
}
.mobilemenu.is-open { visibility: visible; pointer-events: auto; }
.mobilemenu-bg {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #081009 0%, #0a1a12 100%);
  transform: translateY(-100%);
}
.mobilemenu-links { position: relative; display: flex; flex-direction: column; gap: 4px; }
.mobilemenu-links a {
  font-family: var(--font-display);
  font-stretch: 116%;
  font-weight: 850;
  font-size: clamp(34px, 9vw, 56px);
  line-height: 1.22;
  text-transform: uppercase;
  display: flex; align-items: baseline; gap: 16px;
  opacity: 0;
  transform: translateY(30px);
}
.mobilemenu-links a span { font-size: 14px; font-stretch: 100%; font-weight: 600; color: var(--aurora); }
.mobilemenu-foot { position: relative; display: grid; gap: 14px; opacity: 0; }
.mobilemenu-foot p { color: var(--muted); font-size: 14px; }

/* ---------- Sektionen allgemein ---------- */
.section { padding: var(--section-gap) var(--gutter) 0; max-width: 1560px; margin: 0 auto; }
.section-head { margin-bottom: clamp(40px, 6vw, 80px); }
.section-kicker {
  display: flex; align-items: center; gap: 14px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--aurora);
  margin-bottom: 22px;
}
.section-kicker span {
  font-family: var(--font-display);
  color: var(--muted-2);
  letter-spacing: .05em;
}
.section-kicker::after {
  content: '';
  height: 1px; width: 64px;
  background: linear-gradient(90deg, var(--aurora), transparent);
}
.section-title {
  font-family: var(--font-display);
  font-stretch: 122%;
  font-weight: 900;
  font-size: clamp(42px, 6.6vw, 96px);
  line-height: .98;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.section-title em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--aurora);
}

/* Split-Text-Zustände */
.reveal-up { opacity: 0; transform: translateY(40px); }
[data-split] .char { display: inline-block; transform: translateY(115%); }
[data-split] { display: inline-block; overflow: hidden; }
[data-split-lines] .sline { display: block; overflow: hidden; }
[data-split-lines] .sline > span { display: block; transform: translateY(110%); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media picture, .hero-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.12);
}
.hero-aurora { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; opacity: .85; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6,10,8,.55) 0%, rgba(6,10,8,.28) 34%, rgba(6,10,8,.62) 70%, var(--bg) 100%),
    radial-gradient(120% 70% at 50% 115%, rgba(0, 117, 76, .38), transparent 60%);
}
.hero-content {
  position: relative;
  padding: 0 var(--gutter);
  margin-top: auto;
  max-width: 1560px;
  width: 100%;
  margin-left: auto; margin-right: auto;
}
.hero-kicker {
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--aurora);
  margin-bottom: 18px;
}
.hero-title {
  font-family: var(--font-display);
  font-stretch: 125%;
  font-weight: 900;
  font-size: clamp(46px, 10.6vw, 172px);
  line-height: .88;
  text-transform: uppercase;
  letter-spacing: -.015em;
}
.hero-title .line { display: block; white-space: nowrap; }
.hero-title .line-2 { display: flex; align-items: baseline; gap: clamp(14px, 2.5vw, 34px); }
.hero-title em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: clamp(1.5px, .22vw, 3px) rgba(238, 244, 240, .85);
}
.hero-title-tag {
  font-family: var(--font-body);
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 600;
  font-stretch: 100%;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212, 179, 106, .4);
  border-radius: 999px;
  padding: 10px 18px;
  white-space: nowrap;
  letter-spacing: .22em;
}
.hero-claim {
  margin: 26px 0 34px;
  font-size: clamp(17px, 2vw, 22px);
  color: var(--muted);
  font-weight: 450;
  line-height: 1.5;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: clamp(40px, 6vh, 70px); }
.hero-foot {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px;
  padding: 20px var(--gutter) 26px;
  border-top: 1px solid rgba(238, 244, 240, .12);
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}
.hero-chip {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--muted);
}
.hero-chip svg { width: 17px; height: 17px; color: var(--aurora); }
.hero-scrollcue {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.hero-scrollcue svg { width: 15px; height: 15px; animation: bob 1.8s var(--ease-inout) infinite; }
@keyframes bob { 0%, 100% { transform: translateY(-3px); } 50% { transform: translateY(3px); } }

/* ---------- Marquee ---------- */
.marquee {
  margin-top: var(--section-gap);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  overflow: hidden;
  background: var(--bg-2);
}
.marquee-track {
  display: flex; align-items: center; gap: 46px;
  width: max-content;
  white-space: nowrap;
}
.marquee-track span {
  font-family: var(--font-display);
  font-stretch: 120%;
  font-weight: 850;
  font-size: clamp(22px, 3vw, 38px);
  text-transform: uppercase;
  letter-spacing: .02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(163, 184, 173, .55);
  transition: color .4s, -webkit-text-stroke-color .4s;
}
.marquee:hover .marquee-track span { color: var(--aurora); -webkit-text-stroke-color: transparent; }
.marquee-track i {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--green);
  flex: 0 0 auto;
}

/* ---------- Philosophie ---------- */
.philo-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(30px, 4vw, 70px);
  align-items: start;
}
.philo-lead {
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 22px;
}
.philo-text > p:not(.philo-lead) { color: var(--muted); max-width: 62ch; }
.philo-values { list-style: none; margin-top: clamp(30px, 4vw, 54px); }
.philo-values li {
  display: flex; align-items: baseline; gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.philo-values li:first-child { border-top: 1px solid var(--line); }
.philo-value-word {
  font-family: var(--font-display);
  font-stretch: 120%;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 52px);
  text-transform: uppercase;
  line-height: 1.05;
  color: rgba(238, 244, 240, .22);
  transition: color .5s, text-shadow .5s;
}
.philo-values li.is-lit .philo-value-word {
  color: var(--text);
  text-shadow: 0 0 34px rgba(53, 227, 154, .45);
}
.philo-value-sub { color: var(--muted-2); font-size: 14.5px; }
.philo-card {
  position: relative;
  background: linear-gradient(165deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3vw, 42px);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.philo-card-glow {
  position: absolute; top: -40%; right: -30%;
  width: 80%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(53, 227, 154, .22), transparent 65%);
  filter: blur(10px);
  animation: breathe 6s var(--ease-inout) infinite;
}
@keyframes breathe { 0%, 100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.25); opacity: 1; } }
.philo-card h3 {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 850;
  font-size: clamp(22px, 2.4vw, 30px);
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
}
.philo-card > p { color: var(--muted); position: relative; }
.philo-eco { list-style: none; margin-top: 26px; display: grid; gap: 20px; position: relative; }
.philo-eco li { display: flex; gap: 16px; align-items: flex-start; }
.philo-eco svg {
  width: 26px; height: 26px; flex: 0 0 auto;
  color: var(--aurora);
  margin-top: 3px;
}
.philo-eco strong { display: block; font-size: 16.5px; }
.philo-eco span { color: var(--muted-2); font-size: 14.5px; line-height: 1.5; }

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: clamp(50px, 7vw, 100px);
}
.stat {
  background: var(--bg-2);
  padding: clamp(26px, 3.4vw, 48px) clamp(20px, 2.6vw, 40px);
  transition: background .4s;
}
.stat:hover { background: var(--panel-2); }
.stat-num {
  display: flex; align-items: baseline; gap: 4px;
  font-family: var(--font-display);
  font-stretch: 122%;
  font-weight: 900;
  font-size: clamp(44px, 5.6vw, 84px);
  line-height: 1;
  color: var(--text);
}
.stat-num i {
  font-style: normal;
  font-size: .45em;
  color: var(--aurora);
  font-weight: 800;
}
.stat-label {
  display: block;
  margin-top: 10px;
  color: var(--muted-2);
  font-size: 14.5px;
  letter-spacing: .04em;
}

/* ---------- Angebot (horizontal Scroll) ---------- */
.offer { margin-top: var(--section-gap); }
.offer-pin {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 40px 0;
}
.offer-head {
  padding: 0 var(--gutter);
  max-width: 1560px;
  margin: 0 auto clamp(30px, 4vh, 60px);
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.offer-hint {
  display: flex; align-items: center; gap: 10px;
  color: var(--muted-2);
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding-bottom: 10px;
  white-space: nowrap;
}
.offer-hint svg { width: 16px; height: 16px; animation: nudge 1.6s var(--ease-inout) infinite; }
@keyframes nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }
.offer-track {
  display: flex;
  gap: clamp(18px, 2vw, 30px);
  padding: 0 var(--gutter);
  width: max-content;
}
.offer-card {
  position: relative;
  width: clamp(300px, 34vw, 460px);
  min-height: clamp(420px, 56vh, 560px);
  background: linear-gradient(170deg, var(--panel-2), var(--panel) 65%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .5s var(--ease-out), border-color .5s;
}
.offer-card:hover { transform: translateY(-10px); border-color: rgba(53, 227, 154, .45); }
.offer-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .5;
  transition: transform .8s var(--ease-out), opacity .5s;
}
.offer-card:hover img { transform: scale(1.06); opacity: .62; }
.offer-card.has-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6, 10, 8, .1) 0%, rgba(6, 10, 8, .92) 72%);
}
.offer-card-body { position: relative; z-index: 2; padding: clamp(24px, 2.6vw, 38px); }
.offer-num {
  position: absolute;
  top: -46px; right: 6px;
  font-family: var(--font-display);
  font-stretch: 122%;
  font-weight: 900;
  font-size: 78px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(163, 184, 173, .3);
}
.offer-card-body > svg {
  width: 34px; height: 34px;
  color: var(--aurora);
  margin-bottom: 16px;
}
.offer-card h3 {
  font-family: var(--font-display);
  font-stretch: 116%;
  font-weight: 850;
  font-size: clamp(22px, 2.3vw, 30px);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.offer-card p { color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.offer-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px;
  color: var(--aurora);
  font-weight: 650;
  font-size: 14.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.offer-link svg { width: 16px; height: 16px; transition: transform .35s var(--ease-out); }
.offer-link:hover svg { transform: translateX(5px); }
.offer-card-sauna { background: linear-gradient(170deg, #241a10, #17110a 70%); }
.offer-card-sauna .offer-card-body > svg { color: var(--gold); }
.offer-card-sauna:hover { border-color: rgba(212, 179, 106, .5); }
.offer-card-sauna .offer-link { color: var(--gold); }

/* ---------- Kurse ---------- */
.courses-tabs {
  display: flex; gap: 8px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.courses-tabs button {
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-family: var(--font-display);
  font-stretch: 112%;
  font-weight: 750;
  font-size: 15.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  transition: color .3s, border-color .3s, background .3s, transform .3s;
}
.courses-tabs button:hover { color: var(--text); border-color: rgba(53, 227, 154, .4); transform: translateY(-2px); }
.courses-tabs button.is-active {
  background: var(--green);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 26px rgba(0, 117, 76, .4);
}
.courses-tabs button.is-today::after {
  content: 'Heute';
  position: absolute;
  top: -9px; right: -8px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--gold);
  color: #17110a;
  padding: 2px 8px;
  border-radius: 999px;
}
.courses-list { display: grid; gap: 12px; min-height: 300px; }
.course-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px clamp(18px, 2.6vw, 34px);
  transition: border-color .35s, transform .35s var(--ease-out), background .35s;
}
.course-row:hover { border-color: rgba(53, 227, 154, .4); transform: translateX(6px); background: var(--panel-2); }
.course-time {
  font-family: var(--font-display);
  font-stretch: 120%;
  font-weight: 900;
  font-size: clamp(20px, 2.2vw, 27px);
  color: var(--aurora);
  white-space: nowrap;
}
.course-name {
  font-family: var(--font-display);
  font-stretch: 112%;
  font-weight: 800;
  font-size: clamp(18px, 2vw, 24px);
  text-transform: uppercase;
}
.course-name small {
  display: block;
  font-family: var(--font-body);
  font-weight: 450;
  font-size: 14px;
  color: var(--muted-2);
  text-transform: none;
  margin-top: 3px;
}
.course-tag {
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  white-space: nowrap;
}
.course-tag.tag-kraft { color: var(--aurora); border-color: rgba(53, 227, 154, .35); }
.course-tag.tag-ruhe { color: var(--gold); border-color: rgba(212, 179, 106, .35); }
.course-tag.tag-cardio { color: #7fc4ff; border-color: rgba(127, 196, 255, .35); }
.course-empty {
  display: grid; place-items: center;
  padding: 60px 20px;
  color: var(--muted-2);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  text-align: center;
}
.courses-note { margin-top: 24px; color: var(--muted-2); font-size: 14.5px; }

/* ---------- Vorteile ---------- */
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.6vw, 36px);
}
.benefit-panel {
  background: linear-gradient(170deg, var(--panel-2), var(--panel) 70%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.4vw, 52px);
  position: relative;
  overflow: hidden;
}
.benefit-panel::before {
  content: '';
  position: absolute; top: -30%; left: -20%;
  width: 70%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(53, 227, 154, .13), transparent 65%);
  pointer-events: none;
}
.benefit-panel-sauna::before { background: radial-gradient(circle, rgba(212, 179, 106, .15), transparent 65%); }
.benefit-panel header svg {
  width: 36px; height: 36px;
  color: var(--aurora);
  margin-bottom: 16px;
}
.benefit-panel-sauna header svg { color: var(--gold); }
.benefit-panel h3 {
  font-family: var(--font-display);
  font-stretch: 118%;
  font-weight: 900;
  font-size: clamp(26px, 3vw, 40px);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.benefit-panel header p { color: var(--muted); margin-bottom: 26px; max-width: 46ch; }
.benefit-list { list-style: none; display: grid; gap: 0; }
.benefit-list li {
  position: relative;
  padding: 13px 0 13px 38px;
  border-bottom: 1px solid rgba(198, 222, 209, .08);
  color: #d6e2db;
  font-size: 15.5px;
}
.benefit-list li:last-child { border-bottom: 0; }
.benefit-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 16px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(53, 227, 154, .12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2335e39a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.benefit-panel-sauna .benefit-list li::before {
  background-color: rgba(212, 179, 106, .14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4b36a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.sauna-hours { margin-top: 28px; padding-top: 8px; }
.sauna-hours h4 {
  font-family: var(--font-display);
  font-stretch: 114%;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.sauna-hours table { width: 100%; border-collapse: collapse; font-size: 15px; }
.sauna-hours td { padding: 9px 0; border-bottom: 1px solid rgba(198, 222, 209, .08); }
.sauna-hours td:first-child { color: var(--muted-2); width: 40%; }
.sauna-hours td span {
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212, 179, 106, .4);
  padding: 2px 8px; border-radius: 999px;
  margin-left: 8px;
}

/* ---------- Studio / Team ---------- */
.studio-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 2.4vw, 32px);
}
.studio-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
}
.studio-card-wide { grid-column: 1 / -1; aspect-ratio: 21 / 9; }
.studio-card img {
  width: 100%; height: 115%;
  object-fit: cover;
  will-change: transform;
}
.studio-card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 46px 26px 20px;
  background: linear-gradient(180deg, transparent, rgba(6, 10, 8, .88));
  font-size: 14.5px;
  color: #dbe7e0;
  letter-spacing: .02em;
}
.studio-quote { margin: clamp(50px, 7vw, 90px) auto 0; max-width: 1100px; text-align: center; }
.studio-quote p {
  font-family: var(--font-display);
  font-stretch: 112%;
  font-weight: 750;
  font-size: clamp(24px, 3.4vw, 44px);
  line-height: 1.25;
}
.studio-quote em { font-style: normal; color: var(--aurora); }
.studio-quote cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 14.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* ---------- Preise ---------- */
.pricing-toggle {
  display: inline-flex;
  gap: 4px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px;
  margin-bottom: clamp(30px, 4vw, 50px);
}
.pricing-toggle button {
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 650;
  font-size: 15px;
  color: var(--muted);
  display: flex; align-items: center; gap: 10px;
  transition: background .35s, color .35s, box-shadow .35s;
}
.pricing-toggle button span {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}
.pricing-toggle button.is-active {
  background: var(--green);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 117, 76, .4);
}
.pricing-toggle button.is-active span { color: #ffe9bd; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.2vw, 30px);
  align-items: stretch;
}
.price-card {
  position: relative;
  background: linear-gradient(175deg, var(--panel-2), var(--panel) 70%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  transition: transform .5s var(--ease-out), border-color .4s, box-shadow .5s;
}
.price-card:hover { transform: translateY(-10px); border-color: rgba(53, 227, 154, .4); }
.price-card-featured {
  background:
    linear-gradient(var(--panel-2), var(--panel-2)) padding-box,
    linear-gradient(160deg, var(--aurora), var(--green) 40%, var(--gold)) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 24px 70px rgba(0, 117, 76, .3);
}
.price-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), #b8933f);
  color: #17110a;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.price-card h3 {
  font-family: var(--font-display);
  font-stretch: 114%;
  font-weight: 850;
  font-size: clamp(20px, 2vw, 26px);
  text-transform: uppercase;
  line-height: 1.15;
}
.price-sub { color: var(--muted-2); font-size: 14px; margin-top: 6px; }
.price-value {
  display: flex; align-items: baseline; gap: 10px;
  margin: 26px 0;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.price-euro {
  font-family: var(--font-display);
  font-stretch: 122%;
  font-weight: 900;
  font-size: clamp(52px, 5.4vw, 76px);
  line-height: 1;
}
.price-unit { color: var(--muted-2); font-size: 15px; }
.price-features { list-style: none; display: grid; gap: 11px; margin-bottom: 30px; }
.price-features li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #d6e2db;
}
.price-features li::before {
  content: '';
  position: absolute; left: 0; top: 3px;
  width: 18px; height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2335e39a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.price-card .btn { margin-top: auto; }
.pricing-note { margin-top: 26px; color: var(--muted-2); font-size: 14px; }

/* ---------- CTA-Band ---------- */
.ctaband {
  position: relative;
  margin-top: var(--section-gap);
  padding: clamp(90px, 13vw, 170px) var(--gutter);
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, #04231733 40%, var(--bg) 100%);
}
.ctaband-aurora {
  position: absolute; inset: -20% -10%;
  background:
    radial-gradient(45% 38% at 30% 40%, rgba(0, 145, 93, .34), transparent 70%),
    radial-gradient(40% 34% at 70% 55%, rgba(53, 227, 154, .2), transparent 70%),
    radial-gradient(30% 26% at 55% 30%, rgba(212, 179, 106, .12), transparent 70%);
  filter: blur(40px);
  animation: aurshift 11s var(--ease-inout) infinite alternate;
}
@keyframes aurshift {
  0% { transform: translate3d(-4%, 0, 0) rotate(-2deg) scale(1); }
  100% { transform: translate3d(4%, 3%, 0) rotate(2deg) scale(1.12); }
}
.ctaband h2 {
  position: relative;
  font-family: var(--font-display);
  font-stretch: 122%;
  font-weight: 900;
  font-size: clamp(44px, 8vw, 120px);
  line-height: .96;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.ctaband em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px var(--aurora);
}
.ctaband p { position: relative; margin-top: 22px; color: var(--muted); font-size: 15.5px; }
.ctaband .btn { position: relative; }

/* ---------- Kontakt ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
}
.hours-card {
  background: linear-gradient(170deg, var(--panel-2), var(--panel) 70%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 2.8vw, 40px);
  margin-bottom: 22px;
}
.hours-live {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(53, 227, 154, .1);
  border: 1px solid rgba(53, 227, 154, .3);
  color: #bdf3dc;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 22px;
}
.hours-live.is-closed {
  background: rgba(255, 125, 107, .08);
  border-color: rgba(255, 125, 107, .3);
  color: #ffc9c0;
}
.hours-card h3 {
  font-family: var(--font-display);
  font-stretch: 114%;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--aurora);
  margin: 18px 0 10px;
}
.hours-card h3:first-of-type { margin-top: 0; }
.hours-card table { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.hours-card td { padding: 10px 0; border-bottom: 1px solid rgba(198, 222, 209, .08); }
.hours-card tr:last-child td { border-bottom: 0; }
.hours-card td:first-child { color: var(--muted-2); }
.hours-card td:last-child { text-align: right; font-weight: 550; }
.contact-cards { display: grid; gap: 12px; }
.contact-card {
  display: flex; align-items: center; gap: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 22px;
  transition: border-color .35s, transform .35s var(--ease-out), background .35s;
}
.contact-card:hover { border-color: rgba(53, 227, 154, .4); transform: translateX(6px); background: var(--panel-2); }
.contact-card svg { width: 24px; height: 24px; color: var(--aurora); flex: 0 0 auto; }
.contact-card strong { display: block; font-size: 16px; }
.contact-card span { color: var(--muted-2); font-size: 13.5px; }

.contact-form {
  position: relative;
  background: linear-gradient(170deg, var(--panel-2), var(--panel) 70%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3vw, 44px);
}
.contact-form h3 {
  font-family: var(--font-display);
  font-stretch: 114%;
  font-weight: 850;
  font-size: clamp(20px, 2.2vw, 27px);
  text-transform: uppercase;
  margin-bottom: 26px;
  line-height: 1.2;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 16px; }
.form-field label {
  display: block;
  font-size: 13.5px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.form-field label span { color: var(--muted-2); font-weight: 450; text-transform: none; letter-spacing: 0; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  background: rgba(6, 10, 8, .55);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  font: inherit;
  font-size: 16px;
  padding: 14px 16px;
  transition: border-color .3s, box-shadow .3s;
}
.form-field input::placeholder, .form-field textarea::placeholder { color: #5d7268; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none;
  border-color: var(--aurora);
  box-shadow: 0 0 0 4px rgba(53, 227, 154, .12);
}
.form-field input.is-invalid, .form-field textarea.is-invalid {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(255, 125, 107, .1);
}
.field-error { color: var(--danger); font-size: 13px; margin-top: 6px; display: none; }
.field-error.is-visible { display: block; }
.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: rgba(6, 10, 8, .55);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 4px;
}
.segmented button {
  padding: 11px 10px;
  border-radius: 9px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--muted);
  transition: background .3s, color .3s;
}
.segmented button.is-active { background: var(--green); color: #fff; }
.form-note { margin-top: 14px; font-size: 13px; color: var(--muted-2); }
.form-note a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.form-success[hidden] { display: none; }
.form-success {
  position: absolute; inset: 0;
  background: linear-gradient(170deg, var(--panel-2), var(--panel));
  border-radius: var(--radius-lg);
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  text-align: center;
  padding: 30px;
  z-index: 3;
}
.form-success svg { width: 60px; height: 60px; color: var(--aurora); margin-bottom: 8px; }
.form-success strong { font-family: var(--font-display); font-stretch: 114%; font-size: 24px; text-transform: uppercase; }
.form-success span { color: var(--muted); max-width: 34ch; }

/* ---------- Footer ---------- */
.footer {
  margin-top: var(--section-gap);
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--bg) 0%, #071009 100%);
}
.footer-marquee { padding: 30px 0 10px; overflow: hidden; }
.footer-marquee span {
  font-size: clamp(40px, 7vw, 100px);
  -webkit-text-stroke-color: rgba(163, 184, 173, .22);
}
.footer-marquee .marquee-track i { background: var(--green-deep); }
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  padding: clamp(40px, 6vw, 80px) var(--gutter);
  max-width: 1560px;
  margin: 0 auto;
}
.footer-logo { width: clamp(90px, 9vw, 130px); fill: #fff; opacity: .95; }
.footer-claim {
  margin-top: 18px;
  font-family: var(--font-display);
  font-stretch: 116%;
  font-weight: 850;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.3;
}
.footer-claim span { font-family: var(--font-body); font-weight: 450; font-size: 14.5px; color: var(--muted-2); text-transform: none; display: block; margin-top: 4px; }
.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--aurora);
  margin-bottom: 18px;
}
.footer-col address { font-style: normal; color: var(--muted); line-height: 2; }
.footer-col nav { display: grid; gap: 10px; }
.footer-col nav a, .footer-col address a { color: var(--muted); transition: color .3s; }
.footer-col nav a:hover, .footer-col address a:hover { color: var(--aurora); }
.footer-social { display: flex; gap: 10px; margin-bottom: 22px; }
.footer-social a {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  transition: color .3s, border-color .3s, transform .3s var(--ease-out);
}
.footer-social a:hover { color: var(--aurora); border-color: rgba(53, 227, 154, .5); transform: translateY(-4px); }
.footer-social svg { width: 20px; height: 20px; }
.footer-legal {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  padding: 22px var(--gutter);
  border-top: 1px solid rgba(198, 222, 209, .08);
  max-width: 1560px;
  margin: 0 auto;
  color: var(--muted-2);
  font-size: 14px;
}
.footer-legal nav { display: flex; gap: 22px; }
.footer-legal a { color: var(--muted-2); transition: color .3s; }
.footer-legal a:hover { color: var(--aurora); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-status { display: none; }
  .nav-burger { display: block; }
  .philo-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  body { font-size: 16px; }
  .btn-nav { display: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 520px; }
  .studio-gallery { grid-template-columns: 1fr; }
  .studio-card-wide { aspect-ratio: 16 / 10; }
  .course-row { grid-template-columns: 84px 1fr; }
  .course-row .course-tag { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .offer-head { flex-direction: column; align-items: flex-start; }
  .offer-hint { display: none; }
  /* Angebot: mobil vertikal statt horizontal */
  .offer-pin { min-height: 0; }
  .offer-track {
    width: 100%;
    flex-direction: column;
    padding: 0 var(--gutter);
  }
  .offer-card { width: 100%; min-height: 0; }
  .offer-card.has-img { min-height: 420px; }
  .hero-foot { flex-wrap: wrap; }
  .hero-scrollcue { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  body::after { display: none; }
  .reveal-up, [data-split] .char, [data-split-lines] .sline > span { opacity: 1 !important; transform: none !important; }
}
