@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/cinzel-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/cinzel-latin-600-normal.woff2') format('woff2');
}

:root {
  --stone: #17110b;
  --stone-deep: #0d0805;
  --hearth: #2b2118;
  --wood: #5c4033;
  --gold: #d4af37;
  --gold-dark: #8a6a1f;
  --parchment: #e8dcc8;
  --ink-soft: #b9aa92;
  --flame: #ff9a3d;
  --line: rgba(138, 106, 31, 0.42);
  --line-soft: rgba(138, 106, 31, 0.2);
  --display: 'Cinzel', Georgia, 'Times New Roman', serif;
  --body: Georgia, 'Times New Roman', serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

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

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--stone);
  color: var(--parchment);
  font-family: var(--body);
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

[data-copy='de'] {
  display: none;
}

html[lang='de'] [data-copy='en'] {
  display: none;
}

html[lang='de'] [data-copy='de'] {
  display: revert;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 16px;
  z-index: 100;
  background: var(--gold);
  color: #1a1206;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  font-family: var(--display);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 28px;
  padding: 0 clamp(20px, 4vw, 48px);
  min-height: 72px;
  background: rgba(13, 8, 5, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(138, 106, 31, 0.25);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  min-height: 44px;
}

.brand-mark {
  width: 21px;
  height: 21px;
  fill: var(--gold);
}

.site-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
  font-family: var(--display);
  font-size: 0.73rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232, 220, 200, 0.82);
  transition: color 0.2s;
}

.site-nav a:hover {
  color: var(--gold);
}

.site-nav a.site-nav__cta {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
  color: var(--ink-soft);
  transition: color 0.2s;
}

.language-switcher a:hover {
  color: var(--parchment);
}

.language-switcher a[aria-current='true'] {
  color: var(--gold);
  border-bottom: 1px solid var(--gold-dark);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  min-height: 44px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--parchment);
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle__icon i {
  width: 18px;
  height: 1.5px;
  background: var(--gold);
  transition: transform 0.25s, translate 0.25s;
}

.menu-toggle[aria-expanded='true'] .menu-toggle__icon i:first-child {
  transform: translateY(3.25px) rotate(45deg);
}

.menu-toggle[aria-expanded='true'] .menu-toggle__icon i:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}

.icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon--solid {
  fill: currentColor;
  stroke: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  transition: box-shadow 0.25s, transform 0.2s, background 0.2s, border-color 0.2s;
}

.button--primary {
  background: linear-gradient(180deg, #e2c25a, var(--gold));
  color: #1a1206;
  padding: 14px 32px;
  font-size: 0.84rem;
  box-shadow: 0 2px 18px rgba(212, 175, 55, 0.3);
}

.button--primary:hover {
  box-shadow: 0 6px 32px rgba(212, 175, 55, 0.55);
  transform: translateY(-1px);
}

.button--small {
  padding: 8px 20px;
  font-size: 0.72rem;
}

.button--outline {
  border: 1px solid var(--gold-dark);
  color: var(--gold);
  background: rgba(13, 8, 5, 0.4);
}

.button--outline:hover {
  background: rgba(212, 175, 55, 0.12);
}

.button--light {
  background: var(--parchment);
  color: #1a1206;
  padding: 14px 32px;
  font-size: 0.84rem;
  box-shadow: 0 2px 18px rgba(232, 220, 200, 0.18);
}

.button--light:hover {
  background: #f4ecdc;
  box-shadow: 0 6px 30px rgba(232, 220, 200, 0.3);
  transform: translateY(-1px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 0.98rem;
  color: rgba(232, 220, 200, 0.88);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: color 0.2s, border-color 0.2s;
}

.text-link:hover {
  color: var(--gold);
  border-color: var(--gold-dark);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  min-height: calc(100svh - 72px);
  margin-top: -72px;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--stone-deep);
}

.hero-scene {
  position: absolute;
  inset: 0;
}

.hero-scene__art {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.hero-scene__play {
  position: absolute;
  top: calc(72px + max(16px, env(safe-area-inset-top)));
  right: max(16px, env(safe-area-inset-right));
  z-index: 3;
  min-width: 0;
  margin: 0;
  padding: 10px 14px;
  font-size: 0.72rem;
  transform: none;
  background: rgba(13, 8, 5, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.hero-scene__play:hover {
  transform: none;
}

.hero-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 62% 52% at 50% 44%, transparent 40%, rgba(13, 8, 5, 0.5) 100%);
}

.hero-scene::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(13, 8, 5, 0.6) 0%,
    rgba(13, 8, 5, 0.16) 32%,
    rgba(13, 8, 5, 0.42) 62%,
    rgba(13, 8, 5, 0.94) 88%,
    var(--stone-deep) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px clamp(56px, 9vh, 110px);
  max-width: 880px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 1px 10px rgba(13, 8, 5, 0.8);
}

.eyebrow::before,
.eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold-dark);
}

.hero h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.6rem, 5.8vw, 4.8rem);
  line-height: 1.1;
  letter-spacing: 0.012em;
  margin: 24px auto 0;
  text-wrap: balance;
  text-shadow: 0 2px 26px rgba(13, 8, 5, 0.85);
}

html[lang='de'] .hero h1 {
  font-size: clamp(2.3rem, 5.2vw, 4.2rem);
}

.hero__intro {
  margin: 22px auto 0;
  max-width: 52ch;
  font-size: 1.14rem;
  color: rgba(232, 220, 200, 0.88);
  text-shadow: 0 1px 12px rgba(13, 8, 5, 0.9);
}

.hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.statbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--stone-deep);
}

.statbar > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  padding: 24px 12px;
  min-height: 44px;
}

.statbar > div + div {
  border-left: 1px solid var(--line-soft);
}

.statbar strong {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.55rem;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.statbar span {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.chapter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: clamp(64px, 9vw, 104px) 24px 36px;
}

.chapter::before,
.chapter::after {
  content: '';
  flex: 1 1 0;
  max-width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line));
}

.chapter::after {
  background: linear-gradient(90deg, var(--line), transparent);
}

.chapter > span {
  font-family: var(--display);
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-dark);
  white-space: nowrap;
}

.chapter b {
  color: var(--gold);
  font-weight: 600;
  margin-right: 8px;
}

h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  line-height: 1.18;
  letter-spacing: 0.015em;
  text-wrap: balance;
}

h2 em {
  font-style: italic;
  font-family: var(--body);
  color: var(--gold);
  letter-spacing: 0;
}

.story {
  text-align: center;
  padding: 0 24px;
  max-width: 820px;
  margin: 0 auto;
}

.story h2 {
  max-width: 24ch;
  margin: 0 auto;
}

.story__lead {
  margin: 26px auto 0;
  max-width: 46ch;
  font-size: 1.28rem;
  line-height: 1.6;
}

.story__body {
  margin: 18px auto 0;
  max-width: 58ch;
  color: var(--ink-soft);
}

.story__quote {
  margin: 54px auto 0;
  max-width: 32ch;
}

.story__quote-mark {
  display: block;
  font-family: var(--display);
  font-size: 3.2rem;
  line-height: 0.6;
  color: var(--gold-dark);
  margin-bottom: 18px;
}

.story__quote p {
  font-style: italic;
  font-size: 1.46rem;
  line-height: 1.45;
  color: var(--parchment);
}

.story__quote footer {
  margin-top: 16px;
  font-family: var(--display);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.experience {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.experience__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  margin-bottom: clamp(40px, 6vw, 72px);
}

.experience__intro h2 {
  max-width: 24ch;
}

.experience__intro p {
  padding: 4px 0 4px 24px;
  border-left: 1px solid var(--gold-dark);
  color: var(--ink-soft);
}

.experience-stage {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  background: #100a06;
  border: 1px solid var(--gold-dark);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.14), 0 30px 80px rgba(0, 0, 0, 0.56);
}

.experience-stage__media {
  position: absolute;
  inset: 0;
}

.experience-stage__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 8, 5, 0.88) 0%, rgba(13, 8, 5, 0.38) 42%, transparent 72%),
    linear-gradient(180deg, transparent 48%, rgba(13, 8, 5, 0.82) 100%);
  pointer-events: none;
}

.experience-stage img,
.experience-moment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.experience-stage img {
  object-position: 50% 50%;
}

.experience-stage:hover img,
.experience-moment:hover img {
  transform: scale(1.025);
}

.experience-stage__copy {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: min(52%, 560px);
  padding: clamp(32px, 4.5vw, 62px);
}

.experience-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
}

.experience-kicker > span:first-child {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(212, 175, 55, 0.48);
  border-radius: 50%;
  letter-spacing: 0;
}

.experience-stage h3,
.experience-moment h3 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.18;
  text-wrap: balance;
}

.experience-stage h3 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.7vw, 3.25rem);
}

.experience-stage__copy p {
  max-width: 38ch;
  margin-top: 18px;
  color: rgba(232, 220, 200, 0.88);
  font-size: 1.04rem;
}

.experience-moments {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: clamp(20px, 2.6vw, 32px);
}

.experience-moment {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(43, 33, 24, 0.92), rgba(20, 14, 9, 0.96));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.34);
}

.experience-moment__media {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: var(--stone-deep);
  border-right: 1px solid var(--line-soft);
}

.experience-moment__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(13, 8, 5, 0.64));
  pointer-events: none;
}

.experience-moment--connection img {
  object-position: 50% 47%;
}

.experience-moment__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3.4vw, 40px);
}

.experience-moment h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.experience-moment p {
  max-width: 44ch;
  margin-top: 12px;
  color: var(--ink-soft);
}

.experience__footnote {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 800px;
  margin: clamp(36px, 5vw, 64px) auto 0;
  padding: 22px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-soft);
}

.experience__footnote strong {
  color: var(--parchment);
  font-weight: 400;
}

.experience__footnote-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
  color: var(--gold);
}

.experience__footnote-mark .icon {
  width: 18px;
  height: 18px;
}

.how {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 64px);
  background: linear-gradient(145deg, rgba(43, 33, 24, 0.72), rgba(13, 8, 5, 0.9));
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.how__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  margin: 0 0 clamp(36px, 5vw, 52px);
}

.how__header h2 {
  max-width: 18ch;
}

.how__header p {
  padding: 4px 0 4px 24px;
  border-left: 1px solid var(--gold-dark);
  color: var(--ink-soft);
}

.how__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: stretch;
  gap: clamp(32px, 5vw, 64px);
}

.how-demo {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background: var(--stone-deep);
  border: 1px solid var(--gold-dark);
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.12), 0 18px 44px rgba(0, 0, 0, 0.42);
}

.how-demo__screen {
  position: absolute;
  inset: 0;
}

.how-demo__screen::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 8, 5, 0.26), rgba(13, 8, 5, 0.46) 42%, rgba(13, 8, 5, 0.98) 78%);
}

.how-demo__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(1.6px) brightness(0.5) saturate(0.72);
  transform: scale(1.035);
}

.how-demo__copy {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4vw, 46px);
}

.how-demo h3 {
  max-width: 14ch;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.7rem, 2.9vw, 2.5rem);
  line-height: 1.16;
}

.how-demo p {
  max-width: 38ch;
  margin-top: 14px;
  color: rgba(232, 220, 200, 0.84);
}

.how-demo__link {
  display: inline-block;
  margin-top: 24px;
  padding: 11px 16px;
  background: rgba(13, 8, 5, 0.78);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.how-demo__link b {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.journey {
  position: relative;
  align-self: center;
  margin: 0;
  list-style: none;
}

.journey::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line) 10%, var(--line) 90%, transparent);
}

.journey li {
  position: relative;
  width: auto;
  margin-left: 72px;
  padding: 6px 0 48px;
  text-align: left;
}

.journey li:last-child {
  padding-bottom: 6px;
}

.journey__node {
  position: absolute;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--gold-dark);
  background: var(--stone);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 600;
  color: var(--gold);
  box-shadow: 0 0 0 7px var(--stone), 0 0 22px rgba(212, 175, 55, 0.22);
}

.journey li .journey__node {
  left: -72px;
}

.journey h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

.journey p {
  color: var(--ink-soft);
  font-size: 0.99rem;
}

.privacy {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 10px clamp(34px, 5vw, 64px);
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 64px);
  background: linear-gradient(145deg, rgba(25, 37, 31, 0.96), rgba(13, 18, 15, 0.98));
  border: 1px solid rgba(128, 151, 118, 0.36);
  border-top: 1px solid var(--line);
  border-radius: 0 0 22px 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  text-align: left;
}

.privacy::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  width: 84px;
  height: 1px;
  translate: -50% 0;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.52);
}

.privacy__seal {
  position: relative;
  grid-row: 1 / 5;
  align-self: center;
  width: 148px;
  margin: 0 auto;
}

.privacy__seal::before {
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(212, 175, 55, 0.16) 80deg,
    transparent 180deg,
    rgba(255, 154, 61, 0.1) 260deg,
    transparent 360deg
  );
  filter: blur(6px);
}

.privacy__seal svg {
  position: relative;
  width: 100%;
  height: auto;
}

.privacy__seal circle:first-of-type {
  stroke: var(--gold-dark);
}

.privacy__seal circle:nth-of-type(2) {
  stroke: rgba(212, 175, 55, 0.35);
}

.privacy__seal-rook {
  fill: var(--gold);
}

.privacy__seal text {
  font-family: var(--display);
  fill: var(--gold-dark);
}

.privacy .eyebrow {
  grid-column: 2;
  justify-self: start;
  text-shadow: none;
}

.privacy h2 {
  grid-column: 2;
  max-width: 23ch;
  margin: 14px 0 0;
}

.privacy__copy {
  grid-column: 2;
  margin-top: 18px;
  max-width: 60ch;
  color: var(--ink-soft);
}

.privacy__list {
  grid-column: 2;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 14px 34px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.privacy__list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 0.97rem;
  color: var(--parchment);
}

.privacy__list li::before {
  content: '✦';
  color: var(--gold-dark);
  font-size: 0.68rem;
}

.faq {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq__header {
  text-align: center;
  margin-bottom: 44px;
}

.faq__header p {
  margin-top: 14px;
  color: var(--ink-soft);
}

.faq__list details {
  border-bottom: 1px solid var(--line-soft);
}

.faq__list details:first-of-type {
  border-top: 1px solid var(--line-soft);
}

.faq__list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 6px;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
  font-size: 1.06rem;
}

.faq__list summary::-webkit-details-marker {
  display: none;
}

.faq__list summary:hover {
  color: var(--gold);
}

.faq__list summary::after {
  content: '+';
  font-family: var(--display);
  color: var(--gold-dark);
  font-size: 1.25rem;
  transition: transform 0.25s;
}

.faq__list details[open] summary::after {
  transform: rotate(45deg);
  color: var(--gold);
}

.faq__list details p {
  padding: 0 6px 22px;
  color: var(--ink-soft);
}

.closing-cta {
  position: relative;
  text-align: center;
  padding: clamp(90px, 13vw, 160px) 24px;
  overflow: hidden;
}

.closing-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 56% 70% at 50% 100%, rgba(255, 154, 61, 0.14), rgba(212, 175, 55, 0.04) 48%, transparent 75%);
  pointer-events: none;
}

.closing-cta .eyebrow {
  text-shadow: none;
}

.closing-cta h2 {
  position: relative;
  font-size: clamp(2.3rem, 4.8vw, 3.7rem);
  max-width: 16ch;
  margin: 22px auto 40px;
}

.closing-cta h2 em {
  font-style: normal;
  font-family: var(--display);
  color: var(--gold);
}

.closing-cta .button {
  position: relative;
}

.site-footer {
  border-top: 1px solid var(--line-soft);
  text-align: center;
  padding: 34px 24px 40px;
}

.site-footer .brand {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.site-footer p {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
  font-size: 0.88rem;
  flex-wrap: wrap;
}

.footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
  color: var(--ink-soft);
  text-decoration: none;
}

.footer__links a:hover {
  color: var(--gold);
}

.footer__links span {
  color: var(--gold-dark);
  font-size: 0.84rem;
}

@media (max-width: 900px) {
  .site-nav {
    order: 5;
    flex-basis: 100%;
    flex-wrap: wrap;
    gap: 0 22px;
    padding-bottom: 10px;
  }

  .js .site-header:not(.site-header--legal) {
    flex-wrap: nowrap;
    gap: 0 16px;
  }

  .js .site-header:not(.site-header--legal) .header-actions {
    order: 3;
    min-width: 0;
  }

  .js .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    order: 0;
    flex-basis: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    padding: 10px 24px 18px;
    background: rgba(13, 8, 5, 0.96);
    border-bottom: 1px solid var(--line-soft);
    display: none;
  }

  .js .site-nav[data-open='true'] {
    display: flex;
  }

  .js .site-nav a {
    min-height: 48px;
    border-bottom: 1px solid var(--line-soft);
  }

  .js .site-nav a:last-child {
    border-bottom: none;
  }

  .js .menu-toggle {
    display: inline-flex;
    order: 4;
    flex: 0 0 auto;
    margin-left: 0;
  }

  .js .site-header .brand {
    margin-right: auto;
  }

  .language-switcher {
    display: none;
  }

  .site-header--legal .language-switcher {
    display: flex;
  }

  .experience__intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .experience__intro p {
    max-width: 50ch;
  }

  .experience-stage {
    min-height: 560px;
  }

  .experience-stage__copy {
    width: min(64%, 520px);
  }

  .experience-moment {
    grid-template-columns: 1fr;
  }

  .experience-moment__media {
    min-height: 420px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .how__header,
  .how__stage {
    grid-template-columns: 1fr;
  }

  .how__header p {
    max-width: 52ch;
  }

  .how-demo {
    min-height: 500px;
  }

  .privacy {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .journey::before {
    left: 22px;
  }

  .journey li,
  .journey li:nth-child(even) {
    width: auto;
    margin-left: 64px;
    text-align: left;
  }

  .journey li:nth-child(odd) {
    text-align: left;
  }

  .journey li:nth-child(odd) .journey__node,
  .journey li:nth-child(even) .journey__node {
    left: -64px;
    right: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 16px;
  }

  .js .site-header:not(.site-header--legal) .header-actions {
    display: none;
  }

  .js .site-nav {
    padding: 12px 20px calc(18px + env(safe-area-inset-bottom));
    max-height: calc(100svh - 72px);
    overflow-y: auto;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  }

  .js .site-nav a {
    justify-content: flex-start;
    min-height: 52px;
    font-size: 0.78rem;
  }

  .js .site-nav a.site-nav__cta {
    display: inline-flex;
    justify-content: center;
    margin-top: 14px;
    padding: 14px 24px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    color: #1a1206;
    background: linear-gradient(180deg, #e2c25a, var(--gold));
    box-shadow: 0 2px 18px rgba(212, 175, 55, 0.3);
    border-bottom: none;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 9.4vw, 2.9rem);
  }

  html[lang='de'] .hero h1 {
    font-size: clamp(1.9rem, 8.6vw, 2.6rem);
  }

  .hero__intro {
    font-size: 1.04rem;
  }

  .hero__actions {
    gap: 16px;
  }

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

  .statbar > div + div {
    border-left: none;
    border-top: 1px solid var(--line-soft);
  }

  .statbar > div {
    padding: 16px 12px;
  }

  .story__lead {
    font-size: 1.16rem;
  }

  .story__quote p {
    font-size: 1.28rem;
  }

  .experience {
    padding: 0 14px;
  }

  .experience__intro p {
    padding-left: 18px;
  }

  .experience-stage {
    min-height: 0;
    border-radius: 14px;
  }

  .experience-stage__media {
    position: relative;
    aspect-ratio: 4 / 3;
  }

  .experience-stage__media::after {
    background: linear-gradient(180deg, transparent 58%, rgba(13, 8, 5, 0.72));
  }

  .experience-stage__copy {
    position: relative;
    width: auto;
    padding: 26px 22px 30px;
  }

  .experience-stage h3 {
    font-size: clamp(1.72rem, 8vw, 2.3rem);
  }

  .experience-moments {
    grid-template-columns: 1fr;
  }

  .experience-moment {
    border-radius: 14px;
  }

  .experience-moment__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .experience-moment__copy {
    padding: 24px 22px 28px;
  }

  .experience__footnote {
    align-items: flex-start;
    margin-left: 8px;
    margin-right: 8px;
  }

  .how {
    margin: 0 14px;
    padding: 30px 20px 34px;
    border-radius: 14px 14px 0 0;
  }

  .how__header {
    gap: 20px;
  }

  .how__header p {
    padding-left: 18px;
  }

  .how__stage {
    gap: 34px;
  }

  .how-demo {
    min-height: 480px;
    border-radius: 12px;
  }

  .how-demo__copy {
    padding: 26px 22px 30px;
  }

  .how-demo__link {
    max-width: 100%;
    font-size: 0.78rem;
  }

  .journey li,
  .journey li:nth-child(even) {
    margin-left: 60px;
  }

  .journey li:nth-child(odd) .journey__node,
  .journey li:nth-child(even) .journey__node {
    left: -60px;
  }

  .privacy {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 14px;
    padding: 38px 22px 42px;
    border-radius: 0 0 14px 14px;
    text-align: center;
  }

  .privacy__seal {
    grid-column: 1;
    grid-row: auto;
    width: 124px;
    margin-bottom: 22px;
  }

  .privacy .eyebrow,
  .privacy h2,
  .privacy__copy,
  .privacy__list {
    grid-column: 1;
  }

  .privacy .eyebrow {
    justify-self: center;
  }

  .privacy h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .privacy__copy {
    margin-left: auto;
    margin-right: auto;
  }

  .privacy__list {
    justify-content: center;
  }

  .chapter {
    gap: 12px;
  }

  .chapter > span {
    letter-spacing: 0.22em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.site-header--legal {
  justify-content: space-between;
}

.legal {
  padding: clamp(40px, 7vw, 88px) clamp(20px, 5vw, 48px) clamp(56px, 8vw, 96px);
}

.legal__sheet {
  max-width: 68ch;
  margin: 0 auto;
}

.legal__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--gold);
}

.legal__section {
  margin-top: clamp(30px, 4vw, 46px);
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid var(--line-soft);
}

.legal__section h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
  line-height: 1.32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold);
  text-wrap: balance;
}

.legal__section p {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.8;
  hyphens: auto;
}

.legal__address {
  font-style: normal;
}

.legal__contact {
  display: grid;
  grid-template-columns: minmax(0, max-content) minmax(0, 1fr);
  gap: 8px 24px;
  margin-top: 16px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.legal__contact dt {
  color: var(--parchment);
}

.legal__contact dd {
  overflow-wrap: anywhere;
}

.legal__contact a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--gold);
  text-decoration: none;
}

.legal__contact a:hover,
.legal__contact a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 560px) {
  .legal__contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px 0;
  }

  .legal__contact dd {
    margin-bottom: 12px;
  }
}
