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

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

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

@font-face {
  font-family: "Raleway";
  src: url('assets/fonts/raleway-v37-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url('assets/fonts/raleway-v37-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url('assets/fonts/raleway-v37-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url('assets/fonts/raleway-v37-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

:root {
  --black: #030201;
  --bg: #180b08;
  --bg-soft: #24110d;
  --red: #661508;
  --red-deep: #360904;
  --panel: #21100d;
  --panel-2: #2a130f;
  --gold: #f3c65e;
  --gold-soft: #d49a42;
  --orange: #e95a16;
  --text: #f5e7d7;
  --muted: #b49a87;
  --dim: #7e6355;
  --line: rgba(239, 183, 84, 0.17);
  --content-max: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Raleway", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 325px, rgba(140, 55, 22, 0.48), transparent 150px),
    linear-gradient(180deg, #000 0 17%, #20100b 24%, #2b110b 37%, #120806 51%, #240f0b 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0 62%, rgba(99, 18, 8, 0.32) 76%, transparent 100%),
    radial-gradient(circle at 50% 44%, rgba(229, 72, 21, 0.12), transparent 260px);
  mix-blend-mode: screen;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.landing,
.footer,
.legal-page {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.hero,
.signup,
.quick-facts,
.intro,
.location,
.crew,
.footer,
.legal-hero,
.legal-content {
  display: grid;
  grid-template-columns:
    minmax(24px, 1fr)
    minmax(0, 393px)
    minmax(24px, 1fr);
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
}

.hero > *,
.signup > *,
.quick-facts > *,
.intro > *,
.location > *,
.crew > *,
.footer > *,
.legal-hero > *,
.legal-content > * {
  grid-column: 2;
}

.hero {
  min-height: 430px;
  padding: 36px 0 28px;
  text-align: center;
  background: linear-gradient(180deg, #000 0 58%, rgba(42, 18, 10, 0.9) 100%);
}

.hero__mark {
  display: block;
  width: 210px;
  max-width: 70vw;
  margin: 0 auto 10px;
  filter: drop-shadow(0 0 16px rgba(229, 92, 21, 0.24));
}

h1,
h2,
h3,
.hero__date,
.hero__cta,
button,
.crew a,
.divider,
.kicker,
.footer strong {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--gold);
  font-size: 2.35rem;
  line-height: 1;
  text-shadow: 0 2px 0 #5a1a08, 0 0 14px rgba(236, 137, 38, 0.32);
}

h1 span {
  display: block;
  max-width: 300px;
  margin: 12px auto 0;
  color: #f3dfb4;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-shadow: none;
}

.hero__claim {
  margin: 24px auto 12px;
  max-width: 320px;
  color: #c5aa82;
  font-family: Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.65;
  text-transform: uppercase;
}

.hero__summary {
  max-width: 330px;
  margin: 0 auto 18px;
  color: #ead8c4;
  font-size: 0.88rem;
  line-height: 1.55;
}

.hero__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  margin-top: 48px;
  padding: 16px 24px;
  color: #fff1c3;
  border: 1px solid rgba(255, 216, 117, 0.9);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 207, 86, 0.16), rgba(132, 42, 13, 0.22)),
    rgba(30, 11, 6, 0.82);
  box-shadow:
    inset 0 0 18px rgba(229, 121, 35, 0.2),
    0 0 18px rgba(243, 198, 94, 0.22),
    0 8px 24px rgba(0, 0, 0, 0.28);
  font-size: 1.2rem;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 195, 67, 0.36);
}

.hero__date::before,
.hero__date::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(243, 198, 94, 0.8);
}

.hero__cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 14px;
  padding: 0 22px;
  color: #ffeecb;
  border-radius: 7px;
  background: linear-gradient(90deg, #f49a22 0%, #ed2b16 100%);
  box-shadow: 0 10px 28px rgba(174, 34, 13, 0.28);
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(74, 13, 4, 0.55);
  transition:
    box-shadow 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.signup,
.quick-facts,
.intro,
.location,
.crew,
.footer {
  text-align: center;
}

.signup {
  padding: 28px 0 44px;
  border-bottom: 1px solid rgba(205, 112, 49, 0.12);
}

.signup__dragon {
  display: block;
  width: 240px;
  max-width: 70vw;
  margin: 0 auto 18px;
  filter: drop-shadow(0 0 12px rgba(229, 92, 21, 0.24));
}

.pin,
.swords {
  color: var(--gold);
  text-shadow: 0 0 12px rgba(231, 84, 18, 0.55);
}

.flame {
  position: relative;
  width: 28px;
  height: 38px;
  margin: 0 auto 18px;
  filter: drop-shadow(0 0 10px rgba(235, 81, 22, 0.55));
  animation: flame-float 1800ms ease-in-out infinite;
}

.flame__outer,
.flame__inner,
.flame__spark {
  position: absolute;
  display: block;
  pointer-events: none;
}

.flame__outer {
  inset: 5px 4px 1px;
  border-radius: 52% 48% 56% 44% / 68% 68% 32% 32%;
  background: linear-gradient(180deg, #fff1a6 0%, #f49b25 38%, #e43612 78%);
  box-shadow:
    0 0 12px rgba(255, 195, 67, 0.52),
    0 0 22px rgba(232, 54, 18, 0.36);
  transform: rotate(42deg);
  animation: flame-flicker 720ms ease-in-out infinite alternate;
}

.flame__inner {
  right: 8px;
  bottom: 5px;
  width: 10px;
  height: 18px;
  border-radius: 55% 45% 58% 42% / 72% 72% 30% 30%;
  background: linear-gradient(180deg, #fff8d3 0%, #ffd76f 48%, #ff7c1d 100%);
  transform: rotate(38deg);
  animation: inner-flame 680ms ease-in-out infinite alternate;
}

.flame__spark {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffd76f;
  box-shadow: 0 0 8px rgba(255, 215, 111, 0.82);
  opacity: 0;
}

.flame__spark--one {
  left: 4px;
  bottom: 12px;
  animation: flame-spark 1200ms ease-out infinite;
}

.flame__spark--two {
  right: 3px;
  bottom: 17px;
  animation: flame-spark 1500ms 260ms ease-out infinite;
}

.signup h2,
.intro h2,
.location h2,
.crew h2,
.footer h2 {
  margin: 0;
  color: var(--gold);
  font-size: 1.26rem;
  line-height: 1.32;
  text-shadow: 0 1px 0 rgba(96, 20, 6, 0.9);
}

.signup h2 {
  max-width: 270px;
  margin: 0 auto;
  color: #fff1dc;
  font-size: 1.08rem;
}

.signup p,
.quick-facts p,
.intro p,
.location p,
.crew p,
.footer p,
.event-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.signup > p {
  margin: 18px auto 18px;
  max-width: 310px;
}

.signup-form {
  display: grid;
  gap: 11px;
}

.signup-form input[type="email"] {
  width: 100%;
  height: 47px;
  padding: 0 15px;
  color: #f1dac7;
  border: 1px solid rgba(210, 100, 48, 0.28);
  border-radius: 7px;
  background: rgba(73, 32, 22, 0.62);
  outline: none;
}

.signup-form input[type="email"]::placeholder {
  color: #977465;
}

.signup-form input[type="email"]:focus {
  border-color: rgba(243, 198, 94, 0.72);
  box-shadow: 0 0 0 3px rgba(243, 198, 94, 0.12);
}

.signup-form button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 48px;
  color: #ffeecb;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(90deg, #f49a22 0%, #ed2b16 100%);
  box-shadow: 0 10px 28px rgba(174, 34, 13, 0.28);
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
  text-shadow: 0 1px 3px rgba(74, 13, 4, 0.55);
  transition:
    box-shadow 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.signup-form button::before,
.signup-form button::after,
.hero__cta::before,
.hero__cta::after,
.crew a::before,
.crew a::after {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 0;
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.signup-form button::before,
.hero__cta::before,
.crew a::before {
  background:
    radial-gradient(circle at 12% 64%, rgba(255, 239, 154, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 26% 30%, rgba(255, 169, 46, 0.9) 0 1.5px, transparent 3px),
    radial-gradient(circle at 52% 72%, rgba(255, 220, 108, 0.9) 0 2px, transparent 4px),
    radial-gradient(circle at 76% 36%, rgba(255, 116, 33, 0.95) 0 2px, transparent 4px),
    radial-gradient(circle at 88% 68%, rgba(255, 237, 166, 0.85) 0 1.5px, transparent 3px);
  transform: translateY(18px) scale(0.96);
}

.signup-form button::after,
.hero__cta::after,
.crew a::after {
  background:
    linear-gradient(100deg, transparent 14%, rgba(255, 240, 181, 0.54) 36%, transparent 58%),
    radial-gradient(circle, rgba(255, 126, 28, 0.3), transparent 62%);
  filter: blur(8px);
  transform: translateX(-36%) rotate(8deg);
}

.signup-form button:hover,
.signup-form button:focus-visible,
.hero__cta:hover,
.hero__cta:focus-visible {
  box-shadow:
    0 0 18px rgba(255, 190, 73, 0.58),
    0 0 38px rgba(237, 43, 22, 0.48),
    0 15px 36px rgba(174, 34, 13, 0.36);
  filter: brightness(1.12) saturate(1.16);
  transform: translateY(-2px);
}

.signup-form button:hover::before,
.signup-form button:focus-visible::before,
.hero__cta:hover::before,
.hero__cta:focus-visible::before,
.crew a:hover::before,
.crew a:focus-visible::before {
  opacity: 1;
  animation: sparks 820ms ease-out infinite;
}

.signup-form button:hover::after,
.signup-form button:focus-visible::after,
.hero__cta:hover::after,
.hero__cta:focus-visible::after,
.crew a:hover::after,
.crew a:focus-visible::after {
  opacity: 1;
  animation: flare-sweep 1150ms ease-in-out 1 both;
}

.consent {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 9px;
  margin-top: 5px;
  color: #8f7569;
  text-align: left;
  font-size: 0.66rem;
  line-height: 1.35;
}

.consent input {
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 2px solid #b3892d;
  border-radius: 3px;
  background: transparent;
}

.consent input:checked {
  background:
    linear-gradient(45deg, transparent 40%, #f3c65e 40% 60%, transparent 60%),
    linear-gradient(-45deg, transparent 40%, #f3c65e 40% 60%, transparent 60%),
    rgba(73, 32, 22, 0.62);
  box-shadow: inset 0 0 8px rgba(243, 198, 94, 0.24);
}

.quick-facts {
  display: grid;
  gap: 12px;
  padding: 24px 0;
  background:
    radial-gradient(circle at 50% 0, rgba(213, 79, 28, 0.16), transparent 220px),
    linear-gradient(180deg, #1b0d09 0%, #140806 100%);
}

.quick-facts article {
  width: 100%;
  padding: 17px 15px;
  border: 1px solid rgba(148, 67, 40, 0.26);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(44, 19, 15, 0.84), rgba(31, 13, 11, 0.9));
  text-align: left;
}

.quick-facts h2 {
  margin: 0 0 8px;
  color: #f4d16d;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.quick-facts p {
  margin: 0;
}

.intro {
  padding: 46px 0 28px;
}

.divider {
  margin: 0 0 25px;
  color: #8f5d39;
  font-size: 0.72rem;
}

.intro h2 {
  max-width: 310px;
  margin: 0 auto 24px;
  font-size: 1.43rem;
}

.intro p {
  margin: 0 auto 23px;
  max-width: 333px;
  color: #e4d3c5;
}

.program {
  display: grid;
  grid-template-columns:
    minmax(24px, 1fr)
    minmax(0, 393px)
    minmax(24px, 1fr);
  gap: 17px;
  padding: 0 0 48px;
}

.program > * {
  grid-column: 2;
}

.event-card {
  overflow: hidden;
  border: 1px solid rgba(148, 67, 40, 0.26);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(44, 19, 15, 0.96), rgba(31, 13, 11, 0.98));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  text-align: left;
}

.placeholder,
.metal-photo,
.bow-photo {
  min-height: 200px;
}

.placeholder {
  padding: 8px 9px;
  color: #2a2a2a;
  background: #d7d7d7;
  font-size: 0.92rem;
}

.metal-photo {
  position: relative;
  overflow: hidden;
  background-image: url('assets/img/metal_abend.png');
  background-size: cover;
  background-position: center;
}

.bow-photo {
  position: relative;
  overflow: hidden;
  background-image: url('assets/img/bogen_schiessen.jpg');
  background-size: cover;
  background-position: center;
}

.metal-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 56%, rgba(255, 255, 255, 0.16), transparent 0 12%, transparent 18%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 45%, rgba(0, 0, 0, 0.52));
}

.event-card__body {
  padding: 17px 15px 19px;
}

.kicker {
  margin: 0 0 7px;
  color: #c55b34;
  font-size: 0.66rem;
  font-weight: 800;
}

.event-card h3 {
  margin: 0 0 11px;
  color: #f4d16d;
  font-size: 1.16rem;
  line-height: 1.18;
}

.event-card p {
  margin: 0;
  color: #bda694;
}

.location {
  padding: 47px 0 56px;
  border-top: 1px solid rgba(221, 157, 72, 0.13);
  border-bottom: 1px solid rgba(221, 157, 72, 0.13);
  background: rgba(18, 8, 7, 0.38);
}

.pin {
  margin-bottom: 18px;
  color: #d4572d;
  font-size: 1.75rem;
}

.location .kicker {
  color: #bd6d43;
}

.location h2 {
  max-width: 310px;
  margin: 12px auto 16px;
  font-size: 1.2rem;
}

.location p {
  margin: 0;
  color: #9b8071;
}

.crew {
  padding: 46px 0 45px;
  background: linear-gradient(180deg, #661508 0%, #470d07 100%);
}

.swords {
  margin-bottom: 22px;
  font-size: 2rem;
}

.crew p {
  max-width: 332px;
  margin: 24px auto 18px;
  color: #f0d3c3;
}

.crew a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  color: #f4d16d;
  border: 1px solid #daa041;
  border-radius: 7px;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  text-shadow: 0 1px 4px rgba(50, 8, 3, 0.5);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.crew a:hover,
.crew a:focus-visible {
  color: #fff4d4;
  border-color: #ffd875;
  background: rgba(244, 209, 109, 0.1);
  box-shadow:
    0 0 16px rgba(255, 216, 117, 0.38),
    inset 0 0 18px rgba(244, 135, 35, 0.16);
  transform: translateY(-2px);
}

.crew small {
  display: block;
  margin-top: 22px;
  color: rgba(239, 211, 188, 0.32);
  font-size: 0.7rem;
}

.crew small a {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  color: inherit;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-decoration: underline;
  font-size: inherit;
  font-weight: inherit;
  text-shadow: none;
  transition: color 200ms ease;
}

.crew small a::before,
.crew small a::after {
  display: none !important;
}

.crew small a:hover,
.crew small a:focus-visible {
  color: var(--gold);
  box-shadow: none;
  transform: none;
}

.footer {
  padding: 45px 0 50px;
  background: linear-gradient(180deg, #1a0b08 0%, #100806 100%);
}

.footer h2 {
  margin-bottom: 27px;
  font-size: 1.05rem;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-bottom: 34px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--gold);
  border: 1px solid rgba(188, 116, 58, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  font-weight: 700;
  transition:
    color 200ms ease,
    border-color 200ms ease,
    background-color 200ms ease,
    box-shadow 200ms ease;
}

.socials a:hover,
.socials a:focus-visible {
  color: #fff;
  border-color: var(--gold);
  background: rgba(243, 198, 94, 0.15);
  box-shadow: 0 0 16px rgba(243, 198, 94, 0.32);
}

.footer strong {
  display: block;
  margin-bottom: 26px;
  color: #f1c765;
  font-size: 0.8rem;
}

.footer p {
  margin: 0 0 26px;
  color: #786456;
  font-size: 0.68rem;
}

.legal-hero {
  min-height: auto;
  padding: 28px 0 34px;
  text-align: center;
  background: linear-gradient(180deg, #080302 0%, #180b08 100%);
}

.back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: #c9a66b;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--gold);
}

.legal-hero h1 {
  font-size: 2.2rem;
}

.legal-hero p {
  margin: 10px 0 0;
  color: #b49a87;
  font-size: 0.9rem;
}

.legal-content {
  display: grid;
  gap: 0;
  padding: 18px 0 48px;
  background: #120806;
}

.legal-panel {
  width: 100%;
  padding: 22px 0;
  border-top: 1px solid rgba(239, 183, 84, 0.14);
}

.legal-panel h2,
.legal-panel h3 {
  margin: 0;
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  line-height: 1.25;
  text-transform: uppercase;
}

.legal-panel h2 {
  margin-bottom: 10px;
  font-size: 0.98rem;
}

.legal-panel h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #d96b3d;
  font-size: 0.78rem;
}

.legal-panel p,
.legal-panel address {
  margin: 0;
  color: #d8c4b3;
  font-style: normal;
  font-size: 0.86rem;
  line-height: 1.7;
}

.legal-panel p + p {
  margin-top: 14px;
}

.legal-panel a {
  color: #f4d16d;
  text-decoration: none;
}

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

.source-note {
  color: #8f7569 !important;
  font-size: 0.76rem !important;
}

.legal {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 25px;
}

.legal a,
.footer small {
  color: #8b7567;
  font-size: 0.68rem;
  text-decoration: none;
  transition: color 200ms ease, text-decoration 200ms ease;
}

.legal a:hover,
.legal a:focus-visible {
  color: var(--gold);
  text-decoration: underline;
}

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

@keyframes sparks {
  0% {
    transform: translateY(18px) scale(0.96);
    background-position: 0 12px, 8px 18px, 0 20px, -6px 10px, 12px 22px;
  }

  55% {
    transform: translateY(-5px) scale(1.02);
  }

  100% {
    transform: translateY(-24px) scale(1.04);
    background-position: -8px -18px, 16px -10px, 4px -24px, 12px -14px, -10px -18px;
  }
}

@keyframes flare-sweep {
  0%,
  100% {
    transform: translateX(-42%) rotate(8deg);
  }

  50% {
    transform: translateX(34%) rotate(8deg);
  }
}

@keyframes flame-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes flame-flicker {
  0% {
    transform: rotate(39deg) scale(0.96, 1.04);
    border-radius: 56% 44% 52% 48% / 70% 66% 34% 30%;
  }

  100% {
    transform: rotate(45deg) scale(1.04, 0.96);
    border-radius: 48% 52% 58% 42% / 66% 72% 28% 34%;
  }
}

@keyframes inner-flame {
  0% {
    transform: rotate(34deg) scale(0.92, 1.08);
    opacity: 0.82;
  }

  100% {
    transform: rotate(43deg) scale(1.06, 0.94);
    opacity: 1;
  }
}

@keyframes flame-spark {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(5px, -22px) scale(0.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__cta,
  .signup-form button,
  .crew a,
  .hero__cta::before,
  .hero__cta::after,
  .signup-form button::before,
  .signup-form button::after,
  .crew a::before,
  .crew a::after,
  .flame,
  .flame__outer,
  .flame__inner,
  .flame__spark {
    animation: none !important;
    transition-duration: 0.01ms;
  }
}

@media (min-width: 540px) {
  body {
    background:
      linear-gradient(90deg, #070302, #150805 24%, #150805 76%, #070302),
      linear-gradient(180deg, #000, #20100b 25%, #140806);
  }
}

@media (min-width: 760px) {
  body {
    background:
      radial-gradient(circle at 50% 320px, rgba(154, 52, 16, 0.36), transparent 320px),
      linear-gradient(90deg, #050201 0%, #160704 14%, #21100b 50%, #160704 86%, #050201 100%);
  }

  .landing,
  .footer,
  .legal-page {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }

  .hero,
  .signup,
  .quick-facts,
  .intro,
  .location,
  .crew,
  .footer,
  .legal-hero,
  .legal-content {
    display: grid;
    grid-template-columns:
      minmax(24px, 1fr)
      minmax(0, var(--content-max))
      minmax(24px, 1fr);
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero > *,
  .signup > *,
  .quick-facts > *,
  .intro > *,
  .location > *,
  .crew > *,
  .footer > *,
  .legal-hero > *,
  .legal-content > * {
    grid-column: 2;
  }

  .hero {
    min-height: 610px;
    padding: 54px 0 58px;
    background:
      radial-gradient(circle at 50% 28%, rgba(142, 41, 12, 0.24), transparent 250px),
      linear-gradient(180deg, #000 0 54%, rgba(42, 18, 10, 0.9) 100%);
  }

  .hero__mark {
    width: 286px;
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(3.7rem, 7vw, 5.8rem);
  }

  h1 span {
    max-width: 760px;
    margin-top: 16px;
    font-size: 1rem;
  }

  .hero__claim {
    max-width: 740px;
    margin-top: 28px;
    font-size: 1.18rem;
  }

  .hero__summary {
    max-width: 690px;
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .hero__date {
    min-height: 44px;
    /* padding: 0 34px;
    font-size: 0.86rem; */
  }

  .hero__cta {
    min-height: 48px;
    margin-top: 18px;
    padding: 0 28px;
    font-size: 0.75rem;
  }

  .signup {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .signup h2,
  .intro h2,
  .location h2,
  .crew h2 {
    font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  }

  .signup h2 {
    max-width: 520px;
  }

  .signup > p {
    max-width: 580px;
    font-size: 0.98rem;
  }

  .signup-form {
    grid-template-columns: minmax(0, 1fr) 280px;
    max-width: 780px;
    margin: 0 auto;
  }

  .consent {
    grid-column: 1 / -1;
    max-width: 700px;
    margin: 4px auto 0;
  }

  .quick-facts {
    grid-template-columns:
      minmax(24px, 1fr)
      repeat(3, minmax(0, calc((var(--content-max) - 44px) / 3)))
      minmax(24px, 1fr);
    gap: 22px;
    padding: 36px 0 44px;
  }

  .quick-facts article:nth-child(1) {
    grid-column: 2;
  }

  .quick-facts article:nth-child(2) {
    grid-column: 3;
  }

  .quick-facts article:nth-child(3) {
    grid-column: 4;
  }

  .quick-facts h2 {
    font-size: 1.14rem;
  }

  .intro {
    padding-top: 70px;
    padding-bottom: 52px;
  }

  .intro h2 {
    max-width: 690px;
  }

  .intro p {
    max-width: 720px;
    font-size: 0.98rem;
  }

  .program {
    grid-template-columns:
      minmax(24px, 1fr)
      repeat(2, minmax(0, calc((var(--content-max) - 22px) / 2)))
      minmax(24px, 1fr);
    gap: 22px;
    padding: 0 0 78px;
    max-width: var(--content-max);
    margin: 0 auto;
  }

  .program .event-card:nth-child(1) {
    grid-column: 2;
  }

  .program .event-card:nth-child(2) {
    grid-column: 3;
  }

  .program .event-card:nth-child(3) {
    grid-column: 4;
  }

  .placeholder,
  .metal-photo,
  .bow-photo {
    min-height: 220px;
  }

  .event-card__body {
    padding: 22px 21px 25px;
  }

  .event-card h3 {
    font-size: 1.28rem;
  }

  .event-card p {
    font-size: 0.9rem;
  }

  .location {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .location h2 {
    max-width: 620px;
  }

  .crew {
    padding-top: 70px;
    padding-bottom: 72px;
  }

  .crew p {
    max-width: 690px;
    font-size: 0.98rem;
  }

  .crew a {
    max-width: 390px;
    margin: 0 auto;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 66px;
  }

  .legal-hero {
    padding: 42px 0 44px;
  }

  .legal-hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
  }

  .legal-content {
    grid-template-columns:
      minmax(24px, 1fr)
      minmax(0, 820px)
      minmax(24px, 1fr);
    gap: 0;
    padding: 34px 0 76px;
  }

  .legal-content > * {
    grid-column: 2;
  }

  .legal-panel--wide {
    grid-column: 2 !important;
  }

  .legal-panel {
    padding: 26px 0;
  }

  .legal-panel h2 {
    font-size: 1.08rem;
  }
}

/* Toast-Animationen */
@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(400px);
    opacity: 0;
  }
}
