@charset "UTF-8";
:root {
  --bg: #ffffff;
  --bg-2: #f4f4f4;
  --panel: #161a23;
  --panel-2: #1b2029;
  --line: rgba(223, 213, 188, 0.13);
  --line-strong: rgba(223, 213, 188, 0.26);
  --ink: #212121;
  --ink-soft: #c4bfb1;
  --muted: #000;
  --hover-nav-hell: #3b3b3b;
  --hintergrund-hell: #d7d7d7;
  --grau: #999999;
  --schwarz: #000000;
  --brass: #efebe0;
  --brass-2: #e3c98c;
  --brass-deep: #9a7d43;
}

main > section:not(.hero),
.subnav {
  --bg: #ffffff;
  --panel: #ffffff;
  --panel-2: #f0eeda;
  --line: rgba(38, 31, 16, 0.12);
  --line-strong: rgba(38, 31, 16, 0.22);
  --ink: #e8e4dd;
  --ink-soft: #4f4836;
  --muted: #000;
  --brass: #b5aa90;
  --brass-2: #6f541a;
  --brass-deep: #bf9c57;
}

.award-gold {
  --medal-ring: var(--brass);
  --medal-star: #5a4413;
  --medal-edge: #9c7a2e;
  --medal-face: radial-gradient(
    circle at 36% 28%,
    #f9e7b4 0%,
    var(--brass-2) 40%,
    var(--brass) 66%,
    var(--brass-deep) 100%
  );
}

.award-silver {
  --medal-ring: #b9bfc9;
  --medal-star: #3c424d;
  --medal-edge: #8c93a0;
  --medal-face: radial-gradient(
    circle at 36% 28%,
    #ffffff 0%,
    #e6eaef 40%,
    #c6ccd6 66%,
    #9097a3 100%
  );
}

:root {
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Archivo", system-ui, -apple-system, sans-serif;
  --maxw: 1280px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
html[lang=en] [data-de] {
  display: none !important;
}
html[lang=de] [data-en] {
  display: none !important;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(120% 80% at 50% -10%, rgba(198, 168, 101, 0.07), transparent 55%);
  mix-blend-mode: screen;
}

p + p {
  margin-top: 0.72rem;
}

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

img {
  display: block;
  max-width: 100%;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
}

.paddingTopBottom {
  margin: clamp(40px, 5vw, 64px) 0 clamp(20px, 5vw, 64px) 0;
}

.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--brass-deep);
  opacity: 0.8;
}
.eyebrow.center {
  justify-content: center;
}
.eyebrow.nobar::before {
  display: none;
}

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.01em;
}

header.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), backdrop-filter 0.4s;
  border-bottom: 1px solid transparent;
}
header.nav.scrolled, header.nav.solid {
  background: rgba(10, 12, 17, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(16px, 2.2vw, 26px) clamp(20px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand .name {
  font-size: 1.06rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--bg);
}
.brand .role {
  font-family: var(--sans);
  font-size: 0.6rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--grau);
  margin-top: 5px;
}

nav.links {
  display: flex;
  align-items: stretch;
  gap: clamp(14px, 1.8vw, 34px);
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-item > a.top {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  position: relative;
  padding: 26px 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  transition: color 0.3s;
}
.nav-item > a.top .chev {
  width: 8px;
  height: 8px;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.5;
  transition: 0.3s;
}
.nav-item > a.top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 0;
  height: 1px;
  background: var(--brass);
  transition: width 0.35s var(--ease);
}
.nav-item:hover > a.top, .nav-item.active > a.top {
  color: var(--bg);
}
.nav-item:hover > a.top::after {
  width: 100%;
}
.nav-item.active > a.top::after {
  width: 100%;
  background: var(--brass-deep);
}
.nav-item:hover > a.top .chev {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
  color: var(--brass);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 268px;
  background: rgba(13, 15, 21, 0.94);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.8);
  padding: 9px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s var(--ease), transform 0.32s var(--ease), visibility 0.32s;
}
.dropdown::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.dropdown::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 9px;
  height: 9px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(13, 15, 21, 0.94);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.dropdown a {
  display: flex;
  align-items: baseline;
  gap: 0.6em;
  padding: 12px 15px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--ink-soft);
  position: relative;
  transition: 0.28s var(--ease);
}
.dropdown a .idx {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--brass-deep);
  min-width: 1.6em;
}
.dropdown a:hover {
  background: rgba(198, 168, 101, 0.09);
  color: var(--brass-2);
}
.dropdown a:hover .idx {
  color: var(--brass-2);
}

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.lang {
  display: flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  overflow: hidden;
}
.lang button {
  background: none;
  border: 0;
  color: var(--grau);
  padding: 7px 12px;
  cursor: pointer;
  font: inherit;
  transition: 0.25s;
}
.lang button.on {
  background: var(--brass);
  color: #1a140a;
  font-weight: 600;
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.menu-btn span {
  width: 24px;
  height: 1.5px;
  background: #fff;
  transition: 0.3s;
}
.menu-btn.x span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.menu-btn.x span:nth-child(2) {
  opacity: 0;
}
.menu-btn.x span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(9, 11, 15, 0.985);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 0 clamp(28px, 7vw, 56px);
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.55s var(--ease);
  visibility: hidden;
}
.mobile.open {
  transform: none;
  visibility: visible;
}

.m-item {
  border-bottom: 1px solid var(--line);
}

.m-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.m-head > a {
  flex: 1;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.5rem, 6.4vw, 2.2rem);
  color: #fff;
  padding: 16px 0;
  transition: color 0.3s;
}
.m-head > a:hover {
  color: var(--brass-2);
}

.m-toggle {
  background: none;
  border: 0;
  color: var(--brass);
  cursor: pointer;
  padding: 14px 6px;
  display: grid;
  place-items: center;
}
.m-toggle .chev {
  width: 11px;
  height: 11px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.35s var(--ease);
}

.m-item.open .m-toggle .chev {
  transform: rotate(-135deg);
}

.m-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease);
}
.m-sub a {
  display: block;
  font-family: var(--sans);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  padding: 11px 0 11px 18px;
  border-left: 1px solid var(--line);
}
.m-sub a:last-child {
  padding-bottom: 20px;
}
.m-sub a:hover {
  color: var(--brass-2);
}

.m-lang {
  margin-top: 34px;
  align-self: flex-start;
  display: flex;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  overflow: hidden;
}
.m-lang button {
  background: none;
  border: 0;
  color: var(--muted);
  padding: 10px 20px;
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: 0.25s;
}
.m-lang button.on {
  background: var(--brass);
  color: #1a140a;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: scale(1.06);
  will-change: transform;
  background: radial-gradient(48% 56% at 70% 30%, rgba(198, 168, 101, 0.12), transparent 100%), linear-gradient(90deg, rgba(8, 9, 13, 0.95) 0%, rgba(8, 9, 13, 0.82) 30%, rgba(8, 9, 13, 0.5) 48%, rgba(8, 9, 13, 0.14) 64%, transparent 100%), linear-gradient(0deg, rgba(8, 9, 13, 0.9) 0%, rgba(8, 9, 13, 0.4) 24%, transparent 100%), url("../img/hero-portrait.jpg");
  background-size: cover;
  background-position: center, center, center, center top;
  background-repeat: no-repeat;
}

.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='0.4'/></svg>");
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(120% 80% at 30% 60%, transparent 40%, rgba(8, 9, 13, 0.45) 100%);
}

.hero-keys {
  position: absolute;
  right: clamp(20px, 5vw, 64px);
  top: 0;
  bottom: 0;
  width: min(38vw, 520px);
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 40%);
  mask-image: linear-gradient(90deg, transparent, #000 40%);
  background-image: repeating-linear-gradient(90deg, rgba(223, 213, 188, 0.07) 0 1px, transparent 1px 64px);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px) clamp(48px, 8vh, 96px);
}

.hero .eyebrow {
  opacity: 0;
  animation: fadeUp 0.9s var(--ease) 0.2s forwards;
}
.hero h1 {
  font-size: clamp(3.2rem, 9vw, 8.4rem);
  margin: 0.28em 0 0.34em;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.hero h1 .ln {
  display: block;
  overflow: hidden;
  color: var(--ink-soft);
}
.hero h1 .ln > span {
  display: block;
  transform: translateY(110%);
  animation: rise 1s var(--ease) forwards;
}
.hero h1 .ln:nth-child(1) > span {
  animation-delay: 0.32s;
}
.hero h1 .ln:nth-child(2) > span {
  animation-delay: 0.46s;
}
.hero h1 em {
  font-style: italic;
  color: var(--brass-2);
  font-weight: 300;
}
.hero .lead {
  max-width: 46ch;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 300;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.8s forwards;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 1s forwards;
}

.btn {
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  padding: 15px 28px;
  border-radius: 2px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  transition: 0.35s var(--ease);
  cursor: pointer;
  border: 1px solid transparent;
}
.btn .ar {
  transition: transform 0.35s var(--ease);
}
.btn:hover .ar {
  transform: translateX(5px);
}

.btn-primary {
  background: var(--brass);
  color: #212121;
  font-weight: 600;
}
.btn-primary:hover {
  background: var(--brass-2);
  color: #ffffff;
}

.btn-ghost {
  border-color: var(--line-strong);
  color: var(--ink-soft);
}
.btn-ghost:hover {
  border-color: var(--brass);
  color: var(--brass-2);
}

.hero-rule {
  position: absolute;
  left: clamp(20px, 5vw, 64px);
  right: clamp(20px, 5vw, 64px);
  bottom: 0;
  height: 1px;
  background: var(--line);
  transform: scaleX(0);
  transform-origin: left;
  animation: draw 1.4s var(--ease) 1.1s forwards;
  z-index: 2;
  max-width: calc(var(--maxw) - 2 * clamp(20px, 5vw, 64px));
  margin: 0 auto;
}

.scroll-cue {
  position: absolute;
  right: clamp(20px, 5vw, 64px);
  bottom: clamp(48px, 8vh, 96px);
  z-index: 2;
  font-family: var(--sans);
  font-size: 0.64rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 1.3s forwards;
}
.scroll-cue::after {
  content: "";
  width: 1px;
  height: 46px;
  background: linear-gradient(var(--brass), transparent);
  animation: cue 2s ease-in-out infinite;
}

.phero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: clamp(50px, 20vh, 210px) 0 clamp(40px, 8vh, 104px);
  background: #0a0c11 url("../img/hero-piano.jpg") right center/cover no-repeat;
}

.phero h1 {
  color: var(--ink-soft);
  line-height: 1.1;
}

.phero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(54% 64% at 82% 14%, rgba(198, 168, 101, 0.14), transparent 60%), linear-gradient(180deg, rgba(10, 12, 17, 0.55) 0%, transparent 30%, rgba(8, 10, 15, 0.6) 100%), linear-gradient(95deg, rgba(8, 10, 15, 0.96) 0%, rgba(8, 10, 15, 0.86) 30%, rgba(8, 10, 15, 0.5) 58%, rgba(10, 12, 17, 0.18) 100%);
}

.phero-keys {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(40vw, 560px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%);
  mask-image: linear-gradient(90deg, transparent, #000 45%);
  background-image: repeating-linear-gradient(90deg, rgba(223, 213, 188, 0.07) 0 1px, transparent 1px 66px);
}

.phero-inner {
  position: relative;
  z-index: 2;
}

.crumbs {
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 26px;
}
.crumbs a {
  color: var(--muted);
  transition: 0.3s;
}
.crumbs a:hover {
  color: var(--brass-2);
}
.crumbs .sep {
  color: var(--brass-deep);
}

.phero h1 {
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  margin: 0.1em 0 0.4em;
  max-width: 18ch;
}
.phero h1 em {
  font-style: italic;
  color: var(--brass-2);
}

.phero .pintro {
  max-width: 60ch;
  color: var(--ink-soft);
  font-weight: 300;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.subnav {
  position: sticky;
  top: var(--navh, 0px);
  z-index: 40;
  background: var(--bg);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.subnav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  overflow-x: auto;
  scrollbar-width: none;
}
.subnav-inner::-webkit-scrollbar {
  display: none;
}

.subnav a {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  padding: 18px 0;
  position: relative;
  transition: color 0.3s;
}
.subnav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.subnav a:hover {
  color: var(--hover-nav-hell);
}
.subnav a.active {
  color: var(--brass-2);
}
.subnav a.active::after {
  transform: scaleX(1);
}

section {
  position: relative;
  z-index: 2;
}

.hintergrundLeichtgrau {
  background: var(--bg-2);
  padding-top: clamp(20px, 5vh, 150px);
}

.band {
  padding: clamp(80px, 12vh, 150px) 0;
}
.band.tight {
  padding: clamp(56px, 8vh, 96px) 0;
}
.band.fields {
  background: #ecebe7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

section[id] {
  scroll-margin-top: calc(var(--navh, 0px) + 58px);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal.d1 {
  transition-delay: 0.1s;
}
.reveal.d2 {
  transition-delay: 0.2s;
}
.reveal.d3 {
  transition-delay: 0.3s;
}

.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: clamp(40px, 6vh, 68px);
}
.sec-head h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.6rem);
  font-weight: 300;
  margin-top: 0.32em;
}
.sec-head .lead-r {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  max-width: 30ch;
}

.stage-title {
  font-size: clamp(2.3rem, 4.6vw, 3.9rem);
  font-weight: 300;
  margin-top: 0.3em;
}

.band.stationen {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stage-subtitle {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.band.mentors-section {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
}

.statement {
  text-align: center;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.statement .quote {
  font-size: clamp(2.2rem, 5.2vw, 4.4rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.12;
  max-width: 18ch;
  margin: 0.5em auto 0.1em;
}
.statement .quote::before, .statement .quote::after {
  content: "„";
  color: var(--brass);
  font-style: normal;
}
.statement .quote::after {
  content: "”";
}
.statement .attrib {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.statement p.body {
  max-width: 62ch;
  margin: 34px auto 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 300;
}

.internality-text {
  max-width: 62ch;
  color: var(--ink-soft);
  font-weight: 300;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 84px);
  align-items: top;
}
.feature.rev {
  direction: rtl;
}
.feature.rev > * {
  direction: ltr;
}

.feat-media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--panel);
}
.feat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform-origin: top center;
  filter: grayscale(0.2) brightness(0.92);
  transition: transform 1.1s var(--ease);
}
.feat-media::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 120px rgba(8, 9, 13, 0.6);
  pointer-events: none;
  z-index: 2;
}
.feat-media .ph-mark {
  display: none;
}
.feat-media.ph {
  display: grid;
  place-items: center;
  background: radial-gradient(72% 56% at 50% 24%, rgba(198, 168, 101, 0.12), transparent 60%), linear-gradient(165deg, #1b212c 0%, #0f1218 80%);
}
.feat-media.ph img {
  display: none;
}
.feat-media.ph::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid var(--line-strong);
  pointer-events: none;
  z-index: 2;
}
.feat-media.ph::after {
  box-shadow: inset 0 0 160px rgba(8, 9, 13, 0.7);
}
.feat-media.ph .ph-mark {
  display: flex;
}

.feat-media-square {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--panel);
}
.feat-media-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform-origin: top center;
  filter: grayscale(0.2) brightness(0.92);
  transition: transform 1.1s var(--ease);
}
.feat-media-square::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 120px rgba(8, 9, 13, 0.6);
  pointer-events: none;
  z-index: 2;
}
.feat-media-square .ph-mark {
  display: none;
}
.feat-media-square.ph {
  display: grid;
  place-items: center;
  background: radial-gradient(72% 56% at 50% 24%, rgba(198, 168, 101, 0.12), transparent 60%), linear-gradient(165deg, #1b212c 0%, #0f1218 80%);
}
.feat-media-square.ph img {
  display: none;
}
.feat-media-square.ph::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid var(--line-strong);
  pointer-events: none;
  z-index: 2;
}
.feat-media-square.ph::after {
  box-shadow: inset 0 0 160px rgba(8, 9, 13, 0.7);
}
.feat-media-square.ph .ph-mark {
  display: flex;
}

.feature:hover .feat-media img {
  transform: scale(1.04);
}

.ph-mark {
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: rgba(232, 201, 140, 0.5);
  z-index: 1;
}
.ph-mark .mono {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(3.2rem, 6vw, 5.2rem);
  letter-spacing: 0.14em;
  line-height: 1;
}
.ph-mark .ln {
  width: 46px;
  height: 1px;
  background: var(--brass-deep);
  opacity: 0.7;
}

.ph-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 60px 22px 22px;
  text-align: center;
  font-family: var(--sans);
  font-size: 0.64rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: linear-gradient(transparent, rgba(8, 9, 13, 0.82));
}

.feat-media.ph .ph-cap {
  background: none;
  color: var(--muted);
}

.feat-no {
  position: absolute;
  top: 18px;
  left: 20px;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--brass-2);
  background: rgba(8, 9, 13, 0.5);
  padding: 6px 12px;
  backdrop-filter: blur(4px);
  z-index: 3;
}

.feat-body {
  align-self: flex-start;
}
.feat-body h2 {
  font-size: clamp(2.3rem, 4.6vw, 3.9rem);
  margin: 0.32em 0 0.5em;
  font-weight: 300;
}
.feat-body p {
  color: var(--schwarz);
  font-weight: 300;
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
  max-width: 48ch;
}
.feat-body p + p {
  margin-top: 1em;
}

.pointe {
  margin-top: 1.4em;
  font-style: italic;
  color: var(--ink);
  font-size: 1.2rem;
  border-left: 2px solid var(--brass);
  padding-left: 18px;
}

.more {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  margin-top: 34px;
  font-family: var(--sans);
  white-space: nowrap;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--brass-2);
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 6px;
  transition: 0.3s;
}
.more .ar {
  transition: transform 0.35s var(--ease);
}
.more:hover {
  color: var(--brass);
  border-color: var(--brass);
}
.more:hover .ar {
  transform: translateX(5px);
}

#klavierklasse .more {
  margin-top: 46px;
}

.stations {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}
.stations .row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.stations .yr {
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--brass-2);
  font-weight: 600;
}
.stations .what b {
  font-weight: 500;
  color: var(--ink);
}
.stations .what span {
  display: block;
  color: var(--muted);
  font-size: 0.94rem;
}

.stations.full .row {
  grid-template-columns: 5.5em 1fr;
  gap: clamp(22px, 4vw, 56px);
  padding: 20px 0;
}

.stations.full .what b {
  font-size: 1.16rem;
  font-weight: 400;
}

.countries {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.countries .c {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  padding: 7px 13px;
  border-radius: 100px;
  transition: 0.3s;
}
.countries .c:hover {
  border-color: var(--brass);
  color: var(--brass-2);
}

.mentors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
}

.mentor {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 2.4vw, 30px);
  background: var(--panel);
  border: 1px solid var(--line);
  padding: clamp(20px, 2.4vw, 30px);
  transition: border-color 0.4s, transform 0.4s var(--ease);
}
.mentor:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
}
.mentor h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
.mentor .who {
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass-2);
  margin: 8px 0 14px;
}
.mentor p {
  color: var(--ink-soft);
  font-weight: 300;
  font-size: 1rem;
}

.mentor-img {
  width: clamp(96px, 11vw, 140px);
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--panel-2);
  position: relative;
}
.mentor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) brightness(0.9);
}
.mentor-img.ph {
  display: grid;
  place-items: center;
}
.mentor-img.ph img {
  display: none;
}
.mentor-img.ph::after {
  content: attr(data-i);
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.6rem;
  color: rgba(232, 201, 140, 0.5);
  letter-spacing: 0.1em;
}

.students {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 42px 22px;
  margin-top: 6px;
}
.students.alumni .avatar img {
  filter: grayscale(0.6) brightness(0.9);
}
.students.alumni .student:hover .avatar img {
  filter: grayscale(0.15) brightness(0.98);
}
.students.by-country {
  display: block;
  margin-top: 0;
}

.land-group {
  margin-top: 46px;
}
.land-group:first-child {
  margin-top: 6px;
}

.land-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 300;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: 0.01em;
  margin: 0 0 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.land-header .flag-header {
  width: 34px;
  height: auto;
  border-radius: 2px;
  display: block;
}

.students-by-land {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 42px 22px;
}

.student {
  text-align: center;
  transition: transform 0.45s var(--ease);
}
.student:hover {
  transform: translateY(-5px);
}
.student .avatar {
  position: relative;
  width: clamp(96px, 12vw, 300px);
  aspect-ratio: 1;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(70% 60% at 50% 28%, rgba(198, 168, 101, 0.14), transparent 62%), var(--panel);
  box-shadow: 0 0 0 1px var(--line);
  transition: box-shadow 0.4s var(--ease);
}
.student .avatar .ini {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: rgba(232, 201, 140, 0.55);
}
.student .avatar img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.4) brightness(0.93);
  transition: transform 0.9s var(--ease), filter 0.5s;
}
.student:hover .avatar {
  box-shadow: 0 0 0 1px var(--brass);
}
.student:hover .avatar img {
  transform: scale(1.06);
  filter: grayscale(0) brightness(1);
}
.student .vorname {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
}
.student .nachname {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}
.student .studiengang {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  margin-top: 25px;
  color: var(--muted);
}
.student .co {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
.student .co .flag {
  width: 30px;
  height: auto;
  border-radius: 2px;
  display: block;
  transition: transform 0.4s var(--ease), opacity 0.4s, box-shadow 0.4s;
}
.student:hover .co .flag {
  opacity: 1;
  transform: translateY(-1px);
}

.student.laureate .avatar {
  box-shadow: 0 0 0 1.5px var(--medal-ring);
}
.student.laureate .avatar:hover {
  box-shadow: 0 0 0 1.5px var(--medal-ring), 0 0 0 5px color-mix(in oklab, var(--medal-ring) 22%, transparent);
}

.student .portrait {
  position: relative;
  display: inline-block;
}

.student .medal {
  position: absolute;
  z-index: 4;
  top: 5%;
  right: 5%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--medal-face);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 -2px 5px rgba(0, 0, 0, 0.32) inset, 0 0 0 1px var(--medal-edge) inset, 0 0 0 3px var(--medal-edge), 0 0 0 4.5px var(--bg), 0 4px 9px -2px rgba(8, 9, 13, 0.85);
  transition: transform 0.45s var(--ease), box-shadow 0.4s var(--ease);
}
.student .medal svg {
  width: 17px;
  height: 17px;
  display: block;
  overflow: visible;
}
.student .medal svg .star {
  fill: var(--medal-star);
}
.student .medal svg .ring {
  fill: none;
  stroke: var(--medal-edge);
  stroke-width: 1;
  opacity: 0.7;
}

.student:hover .medal {
  transform: translateY(-2px) scale(1.06);
}

.student .prize {
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.student .prize .pz-rank {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pz-rank, var(--brass-2));
}
.student .prize .pz-comp {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 0.74rem;
  line-height: 1.28;
  letter-spacing: 0.005em;
  color: var(--ink-soft);
}

.award-silver .prize .pz-rank {
  color: #cdd2da;
}

.students-sub {
  margin: 64px 0 30px;
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.students-sub h3 {
  font-weight: 300;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  letter-spacing: -0.01em;
}
.students-sub .ssline {
  flex: 1;
  height: 1px;
  background: var(--line);
}
.students-sub .ssnote {
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}

.method {
  background: linear-gradient(180deg, var(--bg) 0%, #0a0c10 100%);
}

.method-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.book {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 1.8vw, 24px);
  min-height: 0;
}
.book img {
  display: block;
  width: min(100%, 460px);
  max-width: 100%;
  height: auto;
  max-height: none;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin: 34px 0;
}
.stats.six {
  grid-template-columns: repeat(3, 1fr);
}

.stat {
  background: var(--bg);
  padding: 22px 18px;
  text-align: center;
}
.stat .n {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  color: var(--brass-2);
  font-weight: 300;
}
.stat .l {
  font-family: var(--sans);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}

.testi {
  margin-top: 30px;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.12rem;
  font-weight: 300;
}
.testi cite {
  display: block;
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass-2);
  margin-top: 14px;
}

.method-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.method-subtitle {
  color: var(--ink-soft);
  font-weight: 300;
  font-size: 1.04rem;
  font-style: italic;
}

.method-info {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  font-variant: italic;
}

.method-digital {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.portal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.portal-text {
  font-weight: 300;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}
.portal-text [data-de],
.portal-text [data-en] {
  display: block;
}

.portal-questions {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  max-width: 62ch;
}

.portal-question {
  position: relative;
  display: block;
  padding: 14px 16px 14px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  color: var(--ink-soft);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.portal-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brass-2), var(--brass-deep));
  opacity: 0.9;
}

@media (hover: hover) and (pointer: fine) {
  .portal-question:hover {
    transform: translateY(-1px);
    border-color: var(--brass-deep);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  }
}
.portal-question:focus-visible {
  outline: none;
  border-color: var(--brass-deep);
  box-shadow: 0 0 0 3px rgba(191, 156, 87, 0.2), 0 10px 22px rgba(0, 0, 0, 0.12);
}

.portal-copy-intro,
.portal-copy-course {
  display: block;
}

.portal-copy-course {
  margin-top: 10px;
}

.method-more {
  margin-top: 46px;
}

.opinions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px);
}

.opinion {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: clamp(24px, 2.6vw, 34px);
  display: flex;
  flex-direction: column;
  transition: border-color 0.4s, transform 0.4s var(--ease);
}
.opinion:hover {
  border-color: var(--line-strong);
  transform: translateY(-5px);
}
.opinion .qm {
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 0.5;
  opacity: 0.5;
  height: 0.4em;
}
.opinion p {
  font-style: italic;
  font-weight: 300;
  font-size: 1.06rem;
  flex: 1;
  margin: 18px 0 22px;
  color: var(--schwarz);
}
.opinion cite {
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--schwarz);
}
.opinion cite span {
  display: block;
  color: var(--grau);
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.portal {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: clamp(30px, 4vw, 60px);
}

.portal-shot {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.portal-shot img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
}
.portal-shot.ph {
  display: grid;
  place-items: center;
}
.portal-shot.ph img {
  display: none;
}
.portal-shot.ph::after {
  content: "klaviermethodik.digital";
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232, 201, 140, 0.5);
}

.stage {
  background: #0a0c10;
}

.stage-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}

.video {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--panel);
  cursor: pointer;
  border: 1px solid var(--line);
}
.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3) brightness(0.7);
  transition: transform 0.9s var(--ease), filter 0.5s;
}
.video:hover img {
  transform: scale(1.06);
  filter: grayscale(0) brightness(0.85);
}
.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video .play {
  position: absolute;
  left: 18px;
  bottom: 54px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--brass);
  display: grid;
  place-items: center;
  background: rgba(10, 12, 17, 0.5);
  backdrop-filter: blur(4px);
  transition: 0.35s;
}
.video .play svg {
  width: 16px;
  height: 16px;
  fill: var(--brass);
  transition: 0.35s;
  margin-left: 2px;
}
.video:hover .play {
  background: var(--brass);
  transform: scale(1.06);
}
.video:hover .play svg {
  fill: #1a140a;
}
.video .meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
}
.video .composer {
  font-family: var(--sans);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-2);
}
.video .work {
  font-size: 1.02rem;
  color: var(--ink);
  line-height: 1.25;
  margin-top: 3px;
}
.video .vscrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 13, 0.1) 30%, rgba(8, 9, 13, 0.92));
  z-index: 1;
  pointer-events: none;
}

.termine-filter {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.termine-filter label {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.termine-filter select {
  padding: 10px 12px;
  background: var(--panel);
  color: var(--ink);
  border: 1px solid var(--line);
}
.termine-filter button {
  padding: 10px 16px;
}

.term-filter-label {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 2px;
}

.term-filter-badge {
  appearance: none;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink-soft);
  border-radius: 999px;
  padding: 8px 14px;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), background 0.3s var(--ease);
}
.term-filter-badge:hover {
  border-color: var(--brass);
  color: var(--brass-2);
}
.term-filter-badge.is-active {
  border-color: var(--brass-2);
  background: var(--hover-nav-hell);
  color: var(--ink);
}

.termine-pager {
  margin-top: 28px;
}

.termine-contact {
  margin-top: 42px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
.termine-contact a {
  color: var(--brass-2);
}

.term-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.term-grid.wide {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.term-card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s var(--ease), border-color 0.5s;
}
.term-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
}

.term-card-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: var(--panel-2);
}
.term-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) brightness(0.9);
  transition: transform 0.8s var(--ease);
}

.term-card:hover .term-card-img img {
  transform: scale(1.07);
}

.term-card-b {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px;
  height: 100%;
}
.term-card-b .cat {
  font-family: var(--sans);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.term-card-b .date {
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: var(--muted);
}
.term-card-b h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0;
}
.term-card-b .note {
  font-size: 0.95rem;
  color: var(--ink-soft);
  font-weight: 300;
  line-height: 1.5;
}
.term-card-b .loc {
  margin-top: auto;
  font-size: 0.8rem;
  font-family: var(--sans);
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.term-card-badge {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, var(--brass) 55%, var(--line));
  background: var(--panel);
  font-family: var(--sans);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--schwarz);
}

.term-year-head {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.term-year-head:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.term-year-head h2 {
  margin: 0;
  font-size: 1rem;
  font-family: var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass-2);
}

.term-row {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 18px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  transition: transform 0.5s var(--ease), border-color 0.5s;
}
.term-row:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
}

.term-row-img {
  width: clamp(170px, 21vw, 250px);
  flex: 0 0 clamp(170px, 21vw, 250px);
  aspect-ratio: 4/3;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--panel-2);
}
.term-row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) brightness(0.9);
  transition: transform 0.8s var(--ease);
}

.term-row:hover .term-row-img img {
  transform: scale(1.07);
}

.term-row-b {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.term-row-b .cat {
  font-family: var(--sans);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  order: 1;
}
.term-row-b .date {
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: var(--muted);
  order: 2;
}

.term-row .loc {
  font-size: 0.8rem;
  font-family: var(--sans);
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5em;
  order: 3;
}

.term-row h3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  order: 4;
  margin: 4px 0;
}

.term-row .note {
  font-size: 0.95rem;
  color: var(--ink-soft);
  font-weight: 300;
  line-height: 1.5;
  order: 5;
  margin-bottom: 8px;
}

.term-reg {
  order: 6;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  align-self: flex-start;
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--brass-2);
  text-decoration: none;
  padding: 0;
  border: none;
  border-bottom: 1px solid currentColor;
  background: transparent;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.term-reg .ar {
  transition: transform 0.3s var(--ease);
}
.term-reg:hover {
  color: var(--brass);
}
.term-reg:hover .ar {
  transform: translateX(3px);
}

.term-pager-wrap {
  margin-bottom: 28px;
}

.term-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.term-pager-link {
  appearance: none;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 999px;
  padding: 8px 14px;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), background 0.3s var(--ease);
  cursor: pointer;
}
.term-pager-link:hover {
  border-color: var(--brass);
  color: var(--brass-2);
}
.term-pager-link.is-active {
  border-color: color-mix(in oklab, var(--brass) 70%, var(--line));
  background: color-mix(in oklab, var(--brass) 14%, var(--panel));
  color: var(--ink);
}

.term-loading {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.term-loading[hidden] {
  display: none;
}

.term-loading-spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid color-mix(in oklab, var(--line) 85%, #fff);
  border-top-color: var(--brass);
  animation: termSpin 0.9s linear infinite;
}

.term-empty {
  grid-column: 1/-1;
  font-family: var(--sans);
  color: var(--muted);
  margin: 0;
}

@keyframes termSpin {
  to {
    transform: rotate(360deg);
  }
}
.teasers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: clamp(26px, 3vw, 40px);
  min-height: 300px;
  transition: border-color 0.45s, transform 0.45s var(--ease), background 0.45s;
}
.teaser:hover {
  border-color: var(--line-strong);
  transform: translateY(-6px);
  background: var(--ink);
}
.teaser .tno {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--brass-deep);
}
.teaser h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  font-weight: 300;
  margin: 14px 0 12px;
}
.teaser p {
  color: var(--ink-soft);
  font-weight: 300;
  font-size: 1rem;
  flex: 1;
}
.teaser .tlinks {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.teaser .tlinks a {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.6em;
  transition: 0.3s;
}
.teaser .tlinks a::before {
  content: "";
  width: 14px;
  height: 1px;
  background: var(--brass-deep);
  transition: 0.3s;
}
.teaser .tlinks a:hover {
  color: var(--brass-2);
}
.teaser .tlinks a:hover::before {
  width: 24px;
  background: var(--brass);
}
.teaser .go-all {
  margin-top: 18px;
  font-family: var(--sans);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--brass-2);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.teaser .go-all .ar {
  transition: transform 0.35s var(--ease);
}
.teaser:hover .go-all .ar {
  transform: translateX(5px);
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

@media (min-width: 640px) {
  .gal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .gal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}
.gal-tile {
  display: block;
  aspect-ratio: 1/1;
  border: 1px solid var(--line);
  background: var(--panel-2);
  overflow: hidden;
  cursor: pointer;
}
.gal-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.2) brightness(0.92);
  transition: transform 0.6s var(--ease), filter 0.6s var(--ease);
}
.gal-tile:hover img {
  transform: scale(1.06);
  filter: grayscale(0) brightness(1);
}

.termdetail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: var(--muted);
}

.termdetail-desc {
  max-width: 65ch;
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-weight: 300;
  line-height: 1.7;
}

.termdetail-adjacent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.termdetail-adjacent-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.termdetail-adjacent-link:hover {
  border-color: var(--brass);
  transform: translateY(-2px);
}
.termdetail-adjacent-link .ar {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: var(--brass-2);
  transition: transform 0.3s var(--ease);
}
.termdetail-adjacent-link.prev:hover .ar {
  transform: translateX(-3px);
}
.termdetail-adjacent-link.next {
  grid-column: 2;
  justify-content: flex-end;
  text-align: right;
}
.termdetail-adjacent-link.next:hover .ar {
  transform: translateX(3px);
}

.termdetail-adjacent-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.termdetail-adjacent-label {
  font-family: var(--sans);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.termdetail-adjacent-title {
  font-size: 0.95rem;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.termdetail-adjacent-date {
  font-family: var(--sans);
  font-size: 0.76rem;
  color: var(--muted);
}

@media (max-width: 640px) {
  .termdetail-adjacent {
    grid-template-columns: 1fr;
  }
  .termdetail-adjacent-link.next {
    grid-column: 1;
  }
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 9, 7, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s var(--ease);
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-figure {
  position: relative;
  max-width: min(92vw, 1200px);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lightbox-img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lightbox-caption {
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-align: center;
  min-height: 1.2em;
}

.lightbox-close,
.lightbox-nav {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: var(--brass);
  cursor: pointer;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.lightbox-close:hover,
.lightbox-nav:hover {
  border-color: var(--brass);
  background: rgba(255, 255, 255, 0.12);
}

.lightbox-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  font-size: 1.1rem;
  border-radius: 50%;
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 1.3rem;
}
.lightbox-nav.prev {
  left: clamp(10px, 3vw, 40px);
}
.lightbox-nav.next {
  right: clamp(10px, 3vw, 40px);
}

.term-row-link,
.term-card-link {
  display: contents;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

footer {
  background: #08090d;
  border-top: 1px solid var(--line);
  padding: clamp(64px, 9vh, 110px) 0 40px;
}

.foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 54px;
  border-bottom: 1px solid var(--line);
}

.foot-brand .name {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ink-soft);
}
.foot-brand .role {
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
}
.foot-brand .tag {
  font-style: italic;
  color: var(--ink-soft);
  margin-top: 22px;
  max-width: 30ch;
}

.foot-col h4 {
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-2);
  margin-bottom: 18px;
  font-weight: 600;
}
.foot-col a,
.foot-col p {
  display: block;
  color: var(--ink-soft);
  font-size: 0.96rem;
  margin-bottom: 11px;
  transition: 0.3s;
}
.foot-col a:hover {
  color: var(--brass-2);
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 30px;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.timeline {
  position: relative;
  margin-top: 40px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: calc(5.4em + 16px);
  width: 2px;
  margin-left: -1px;
  border-radius: 2px;
  background: linear-gradient(180deg, transparent 0%, var(--line-strong) 6%, var(--line-strong) 94%, transparent 100%);
}

.tl-item {
  display: grid;
  grid-template-columns: 5.4em 32px 1fr;
  align-items: start;
  padding: 15px 0;
  position: relative;
}
.tl-item + .tl-item {
  border-top: 1px solid var(--line);
}

.tl-year {
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--brass-2);
  text-align: right;
  padding-right: 14px;
  padding-top: 3px;
  white-space: nowrap;
}

.tl-node {
  justify-self: center;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: 6px;
  position: relative;
  z-index: 1;
  background: var(--bg);
  box-shadow: 0 0 0 1.5px var(--brass-deep);
  transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}

.tl-body {
  padding-left: 20px;
}
.tl-body b {
  display: block;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.32;
}
.tl-body span {
  display: block;
  color: var(--muted);
  font-size: 0.93rem;
  margin-top: 3px;
}

.tl-tag {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-2);
  margin-bottom: 8px;
}
.tl-tag span {
  display: inline;
}

.tl-item.is-key .tl-node {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  background: var(--brass);
  box-shadow: 0 0 0 1.5px var(--brass), 0 0 0 5px color-mix(in oklab, var(--brass) 18%, transparent);
}
.tl-item.is-key .tl-year {
  font-size: 0.94rem;
}
.tl-item.is-key .tl-body {
  position: relative;
  border-left: 2px solid var(--brass);
  padding: 11px 0 11px 18px;
  margin: 4px 0;
  background: linear-gradient(90deg, color-mix(in oklab, var(--brass) 9%, var(--panel)) 0%, transparent 78%);
}
.tl-item.is-key .tl-body b {
  font-size: 1.3rem;
  font-weight: 500;
}

.tl-item:hover .tl-node {
  transform: scale(1.12);
}

.worldmap {
  margin: 34px 0 0;
}

.wm-stage {
  position: relative;
  width: 100%;
}

.wm-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.9s var(--ease);
}

.worldmap.ready .wm-svg {
  opacity: 1;
}

.wm-land .wm-country {
  fill: var(--hover-nav-hell);
  stroke: color-mix(in oklab, var(--ink) 11%, transparent);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.wm-pin {
  cursor: default;
  outline: none;
}

.wm-halo {
  fill: color-mix(in oklab, var(--brass) 22%, transparent);
  transform-box: fill-box;
  transform-origin: center;
  animation: wmPulse 2.6s ease-in-out infinite;
  transition: fill 0.3s;
}

.wm-dot {
  fill: var(--brass);
  stroke: var(--panel);
  stroke-width: 1.4;
  transition: r 0.25s var(--ease);
}

.wm-pin.hot .wm-dot {
  r: 6;
}

.wm-pin.hot .wm-halo {
  fill: color-mix(in oklab, var(--brass) 40%, transparent);
}

.wm-pin:focus-visible .wm-dot {
  r: 6;
}

.wm-tip {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -148%);
  pointer-events: none;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: #1a140a;
  background: var(--hintergrund-hell);
  padding: 5px 11px;
  white-space: nowrap;
  box-shadow: 0 8px 22px -10px rgba(40, 33, 18, 0.5);
}
.wm-tip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  transform: translateX(-50%) rotate(45deg);
  background: var(--brass);
}

.wm-cap {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.wm-cap .wm-count b {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--brass-2);
  letter-spacing: 0;
  margin-right: 0.35em;
}
.wm-cap .wm-sep {
  color: var(--brass-deep);
}
.wm-cap .wm-hint {
  margin-left: auto;
  letter-spacing: 0.16em;
  color: var(--muted);
  opacity: 0.85;
}

.worldmap.wm-failed .wm-stage {
  padding: 0;
}

.worldmap.wm-failed .wm-cap .wm-hint {
  display: none;
}

.band.termine {
  padding-top: 120px;
}
.band.termine > .wrap > p {
  margin-top: 8px;
  color: var(--muted);
}

body[data-page=verwaltung-termine] .band.termine > .wrap {
  max-width: 1800px;
}

#addStudentBtn {
  margin-top: 20px;
}

#terminForm {
  margin-top: 20px;
  display: grid;
  gap: 8px 16px;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  align-items: start;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}
#terminForm[hidden] {
  display: none;
}
#terminForm.is-editing {
  background: color-mix(in oklab, var(--brass) 12%, var(--panel));
  border-color: color-mix(in oklab, var(--brass) 45%, var(--line-strong));
}
#terminForm input,
#terminForm select,
#terminForm textarea {
  padding: 7px 10px;
}
#terminForm textarea {
  min-height: 72px;
}

.termForm-heading {
  grid-column: 1/-1;
  margin: 0 0 2px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
}

.termForm-sectionTitle {
  grid-column: 1/-1;
  margin: 2px 0 -2px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass-2);
}
.termForm-sectionTitle--first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.termForm-field {
  display: grid;
  gap: 3px;
}
.termForm-field label {
  display: block;
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--muted);
}
.termForm-field--wide {
  grid-column: 1/-1;
}

.termForm-actions {
  grid-column: 1/-1;
  margin-top: 4px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.termAdmin-toolbar {
  margin-top: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.termAdmin-toolbar input[type=search] {
  flex: 1;
  min-width: 220px;
  padding: 10px 14px;
  background: var(--panel);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.termAdmin-filters {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.termAdmin-filterGroup {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.termAdmin-filterLabel {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 2px;
}

.termAdmin-summary {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.termAdmin-status {
  margin: 4px 0 0;
  min-height: 1.2em;
  color: var(--brass-2);
}

.termAdmin-empty {
  margin: 12px 0;
  color: var(--muted);
}

.termForm-kategorie {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 7px 12px;
}
.termForm-kategorie legend {
  padding: 0 6px;
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--muted);
}
.termForm-kategorie label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.termForm-kategorie input {
  padding: 0;
}

.termForm-bild {
  grid-column: 1/-1;
  display: grid;
  gap: 8px;
}
.termForm-bild .termForm-bildLoeschen {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  cursor: pointer;
}
.termForm-bild .termForm-bildLoeschen input {
  padding: 0;
}
.termForm-bild #bildPreview:empty {
  display: none;
}
.termForm-bild #bildPreview img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.termForm-galerie {
  grid-column: 1/-1;
  display: grid;
  gap: 12px;
}

.gal-dropzone {
  border: 1px dashed var(--line);
  border-radius: 10px;
  padding: 22px;
  text-align: center;
  cursor: pointer;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.85rem;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), background 0.3s var(--ease);
}
.gal-dropzone p {
  margin: 0;
}
.gal-dropzone:hover, .gal-dropzone.is-dragover {
  border-color: var(--brass);
  color: var(--brass-2);
  background: color-mix(in oklab, var(--brass) 8%, transparent);
}

.gal-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.gal-admin-item {
  display: grid;
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: grab;
  transition: border-color 0.3s var(--ease), opacity 0.3s var(--ease);
}
.gal-admin-item.is-dragging {
  opacity: 0.4;
}

.gal-admin-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
  background: var(--panel-2);
}
.gal-admin-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gal-admin-caption {
  padding: 6px 8px;
  font-size: 0.82rem;
}

.gal-admin-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gal-admin-delete {
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 6px 12px;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.gal-admin-delete:hover {
  border-color: #c0574a;
  color: #c0574a;
}

#termineListe {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  align-items: start;
}

@media (min-width: 720px) {
  #termineListe {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  #termineListe {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1500px) {
  #termineListe {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1900px) {
  #termineListe {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 560px) {
  #termineListe {
    grid-template-columns: 1fr;
  }
}
#studentForm {
  margin-top: 20px;
  display: none;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
#studentForm.studentForm-visible {
  display: grid;
}
#studentForm input,
#studentForm select,
#studentForm textarea {
  padding: 10px;
}

.studentForm-field {
  display: grid;
  gap: 6px;
}
.studentForm-field label {
  display: block;
}
.studentForm-field input,
.studentForm-field select,
.studentForm-field textarea {
  padding: 10px;
}

.studentForm-section-studigang {
  display: grid;
  gap: 8px;
  grid-column: 1/-1;
}
.studentForm-section-studigang > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  padding-top: 4px;
}
.studentForm-section-studigang label {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.02);
}
.studentForm-section-studigang input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}
.studentForm-section-studigang span {
  font-size: 15px;
}

.studentForm-section-image {
  display: grid;
  gap: 6px;
}

.studentForm-section-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 28px;
}
.studentForm-section-checkbox input[type=checkbox] {
  cursor: pointer;
}
.studentForm-section-checkbox label {
  margin: 0;
}

.studentForm-section-biography {
  grid-column: 1/-1;
  display: grid;
  gap: 6px;
}
.studentForm-section-biography textarea {
  min-height: 120px;
  padding: 10px;
}

.studentForm-section-awards {
  grid-column: 1/-1;
  display: grid;
  gap: 10px;
}
.studentForm-section-awards .awards-hint {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.studentForm-section-awards #addAwardBtn {
  justify-self: start;
}

.award-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}
.award-row .award-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 10px;
}
.award-row input {
  padding: 10px;
}
.award-row .award-remove {
  align-self: start;
}

.term-awards {
  margin: 6px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}
.term-awards li {
  margin: 2px 0;
}

#bildPreview {
  grid-column: 1/-1;
  padding: 14px;
}

.studentForm-actions {
  grid-column: 1/-1;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

#studentStatus {
  color: var(--muted);
}

#studentenListe {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}

.term.admin-term {
  padding: 14px;
}
.term .term-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}
.term .term-header-info {
  display: flex;
  gap: 12px;
  align-items: center;
}
.term .term-actions {
  display: flex;
  gap: 8px;
}
.term .term-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.term .term-image {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}
.term .term-image.large {
  width: 92px;
  height: 92px;
  border-radius: 14px;
}
.term .term-content {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.term .term-content img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}
.term .term-content span:not(.button) {
  display: none;
  color: var(--muted);
}
.term .term-alumni-toggle {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  font: inherit;
}
.term.admin-term .term-actions button {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--panel-2);
  color: var(--ink-soft);
  cursor: pointer;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.term.admin-term .term-actions button:hover {
  border-color: var(--brass);
  color: var(--brass-2);
}

.admin-term-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--panel-2);
  border: 1px solid var(--line-strong);
  margin-bottom: 4px;
}
.admin-term-badge--meisterkurse {
  border-color: color-mix(in oklab, var(--brass) 55%, var(--line));
}
.admin-term-badge--seminare {
  border-color: color-mix(in oklab, var(--brass-deep) 45%, var(--line));
}
.admin-term-badge--jury {
  border-color: color-mix(in oklab, var(--brass-2) 45%, var(--line));
}
.admin-term-badge--sonstige {
  border-color: color-mix(in oklab, var(--muted) 45%, var(--line));
}

.admin-term-sub {
  margin: 0;
  color: var(--muted);
  font-weight: 400;
  font-size: 0.88rem;
}

.admin-term-link {
  display: inline-block;
  margin-top: 2px;
  font-size: 0.82rem;
  color: var(--brass-2);
}
.admin-term-link--unsafe {
  color: var(--muted);
}

.term-section-head {
  grid-column: 1/-1;
  margin: 22px 0 4px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.term-section-head:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.term-section-head h2 {
  margin: 0;
  font-size: 0.9rem;
  font-family: var(--sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass-2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.term-section-count {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: normal;
  text-transform: none;
}

.termAdmin-empty {
  grid-column: 1/-1;
}

.admin-term-card {
  display: flex;
  flex-direction: column;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), opacity 0.35s var(--ease);
}
.admin-term-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
}
.admin-term-card.is-past {
  opacity: 0.65;
}
.admin-term-card.is-past:hover {
  opacity: 1;
}

.admin-term-card-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--panel-2);
  border-bottom: 1px solid var(--line);
}
.admin-term-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) brightness(0.95);
}

.admin-term-photo-count {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(15, 16, 20, 0.7);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(2px);
}
.admin-term-photo-count svg {
  width: 13px;
  height: 13px;
}

.admin-term-meta-icons {
  position: absolute;
  left: 8px;
  top: 8px;
  display: inline-flex;
  gap: 4px;
}
.admin-term-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(15, 16, 20, 0.7);
  color: #fff;
  backdrop-filter: blur(2px);
  opacity: 0.55;
}
.admin-term-meta-icon.is-published {
  opacity: 1;
  box-shadow: 0 0 0 2px #2ecc71;
}
.admin-term-meta-icon svg {
  width: 13px;
  height: 13px;
}

.admin-term-card-body {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.admin-term-card-title {
  margin: 2px 0 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
}

.admin-term-meta {
  margin: 2px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--sans);
  font-size: 0.8rem;
}

.admin-term-date {
  color: var(--ink-soft);
}

.admin-term-loc {
  color: var(--muted);
}

.admin-term-card-actions {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
}
.admin-term-card-actions button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  background: var(--panel-2);
  color: var(--ink-soft);
  cursor: pointer;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), background 0.3s var(--ease);
}
.admin-term-card-actions button svg {
  width: 17px;
  height: 17px;
}
.admin-term-card-actions button:hover {
  border-color: var(--brass);
  color: var(--brass-2);
}
.admin-term-card-actions button:last-child {
  margin-left: auto;
}
.admin-term-card-actions button.is-danger:hover {
  border-color: #c0392b;
  color: #c0392b;
  background: rgba(192, 57, 43, 0.08);
}

#bildPreview {
  grid-column: 1/-1;
  padding: 14px;
}
#bildPreview .preview-image {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}
#bildPreview .preview-placeholder {
  color: var(--muted);
}

@keyframes rise {
  to {
    transform: none;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes draw {
  to {
    transform: scaleX(1);
  }
}
@keyframes cue {
  0%, 100% {
    transform: scaleY(0.4);
    opacity: 0.4;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes wmPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.55);
    opacity: 0.12;
  }
}
body.no-motion * {
  animation: none !important;
  transition-duration: 0.001s !important;
}
body.no-motion .reveal {
  opacity: 1;
  transform: none;
}
body.no-motion .hero h1 .ln > span {
  transform: none;
}
body.no-motion .hero .eyebrow,
body.no-motion .hero .lead,
body.no-motion .hero-cta,
body.no-motion .scroll-cue {
  opacity: 1;
}
body.no-motion .hero-rule {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .hero h1 .ln > span {
    transform: none;
  }
  .hero .eyebrow,
  .hero .lead,
  .hero-cta,
  .scroll-cue {
    opacity: 1;
  }
  .hero-rule {
    transform: scaleX(1);
  }
}
@media (max-width: 920px) {
  nav.links {
    display: none;
  }
  .menu-btn {
    display: flex;
  }
  .lang {
    display: none;
  }
  .feature,
  .method-grid,
  .portal {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .feature.rev {
    direction: ltr;
  }
  .feat-media {
    aspect-ratio: 16/11;
    max-height: 60vh;
  }
  .book {
    min-height: 0;
  }
  .book img {
    width: min(100%, 560px);
  }
  .mentors,
  .opinions {
    grid-template-columns: 1fr;
  }
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .term-grid,
  .term-grid.wide {
    grid-template-columns: repeat(2, 1fr);
  }
  .teasers {
    grid-template-columns: 1fr;
  }
  .foot-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .video-grid,
  .term-grid,
  .term-grid.wide,
  .stats,
  .opinions {
    grid-template-columns: 1fr 1fr;
  }
  .opinions {
    grid-template-columns: 1fr;
  }
  .foot-top {
    grid-template-columns: 1fr;
  }
  .hero-cta .btn {
    flex: 1;
    justify-content: center;
  }
  .mentor {
    grid-template-columns: 1fr;
  }
  .mentor-img {
    width: 120px;
  }
  .timeline::before {
    left: calc(4.2em + 14px);
  }
  .tl-item {
    grid-template-columns: 4.2em 28px 1fr;
  }
  .tl-body {
    padding-left: 14px;
  }
  .tl-item.is-key .tl-body {
    padding-left: 13px;
  }
  .wm-cap .wm-hint {
    display: none;
  }
}
