@font-face{
  font-family:"Grenze Gotisch";
  src:url("fonts/grenzegotisch-600.woff2") format("woff2");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Nunito";
  src:url("fonts/nunito-400.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Nunito";
  src:url("fonts/nunito-700.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Nunito";
  src:url("fonts/nunito-800.woff2") format("woff2");
  font-weight:800; font-style:normal; font-display:swap;
}

:root{

  --rot:#D40D3B;
  --rot-hell:#F01B4D;
  --rot-tief:#A80A2F;
  --blau:#0069B4;
  --blau-hell:#2C90D8;

  --nacht:#160F0D;
  --nacht-2:#211710;
  --nacht-3:#2E211A;
  --papier:#F4EBDF;
  --papier-leise:#C6B3A2;
  --linie:rgba(244,235,223,0.13);

  --display:"Grenze Gotisch","UnifrakturMaguntia",Georgia,serif;
  --body:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}

body{
  margin:0;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:var(--nacht);
  color:var(--papier);
  font-family:var(--body);
  font-size:clamp(1rem,0.96rem+0.25vw,1.08rem);
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

.band{height:6px;background:var(--rot);position:relative;z-index:5;}

a{color:var(--blau-hell);}

.hero{
  position:relative;
  overflow:hidden;
  min-height:clamp(540px,90vh,860px);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:3rem 1.25rem;
}
.hero__img{
  position:absolute;
  left:0; top:-20%;
  width:100%; height:140%;
  object-fit:cover;
  object-position:center 45%;
  z-index:0;
  will-change:transform;
}
.hero__scrim{
  position:absolute; inset:0; z-index:1;
  background:
    radial-gradient(120% 80% at 50% 42%, rgba(22,15,13,0.10) 0%, rgba(22,15,13,0.55) 60%, rgba(22,15,13,0.80) 100%),
    linear-gradient(180deg, rgba(22,15,13,0.70) 0%, rgba(22,15,13,0.20) 30%, rgba(22,15,13,0.45) 66%, var(--nacht) 100%);
}
.hero__inner{
  position:relative; z-index:2;
  max-width:820px;
  animation:rise .8s ease both;
}
.crest{
  width:clamp(130px,26vw,200px);
  height:auto;
  filter:drop-shadow(0 8px 26px rgba(0,0,0,0.6));
}
.wordmark{
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(3rem,1.4rem+9vw,6.5rem);
  line-height:0.9;
  letter-spacing:0.01em;
  margin:0.18em 0 0;
  color:#FBF4EA;
  text-shadow:0 3px 26px rgba(0,0,0,0.6);
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:0.6rem;
  margin:0.9rem 0 0;
  font-size:clamp(0.72rem,0.66rem+0.3vw,0.9rem);
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--papier);
}
.kicker::before,.kicker::after{
  content:"";
  width:clamp(18px,6vw,42px);
  height:2px;
  background:var(--rot);
}
.lead{
  font-family:var(--body);
  font-weight:800;
  font-size:clamp(1.35rem,1.05rem+1.4vw,2rem);
  line-height:1.2;
  margin:1.5rem auto 0;
  max-width:22ch;
  color:#FBF4EA;
  text-shadow:0 2px 18px rgba(0,0,0,0.55);
}
.intro{
  margin:0.9rem auto 0;
  max-width:48ch;
  color:var(--papier);
  text-shadow:0 1px 12px rgba(0,0,0,0.6);
}
.scroll-cue{
  position:absolute;
  left:50%; bottom:1.4rem;
  transform:translateX(-50%);
  z-index:2;
  color:var(--papier-leise);
  font-size:1.4rem;
  line-height:1;
  animation:bob 2.2s ease-in-out infinite;
}

.content{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding:clamp(2.5rem,1.5rem+4vw,4.5rem) 1.25rem 1rem;
  flex:1 0 auto;
}

.links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:0.85rem;
  margin:clamp(2.5rem,1.5rem+4vw,4rem) 0 0;
}
.chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:10rem;
  padding:0.8rem 1.5rem;
  border:2px solid var(--rot);
  border-radius:10px;
  background:transparent;
  color:var(--papier);
  font-family:var(--body);
  font-weight:700;
  letter-spacing:0.01em;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.chip:hover{
  background:var(--rot);
  color:#fff;
  box-shadow:0 10px 26px -10px rgba(212,13,59,0.7);
}
.chip:active{background:var(--rot-tief);border-color:var(--rot-tief);transform:translateY(1px);}
.chip:focus-visible{outline:3px solid var(--papier);outline-offset:3px;}

.noscript-mail{
  margin:1.1rem auto 0;
  text-align:center;
  font-size:0.9rem;
  color:var(--papier-leise);
}

.social{
  display:flex;
  justify-content:center;
  gap:0.8rem;
  margin:clamp(2rem,1.2rem+3vw,3rem) 0 0;
}
.social a{
  width:46px; height:46px;
  display:grid; place-items:center;
  border:1px solid var(--linie);
  border-radius:50%;
  color:var(--papier-leise);
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.social a:hover{
  background:var(--rot);
  border-color:var(--rot);
  color:#fff;
  transform:translateY(-3px);
}
.social a:focus-visible{outline:3px solid var(--papier);outline-offset:3px;}
.social svg{width:22px;height:22px;display:block;}

.footer{
  flex-shrink:0;
  margin-top:clamp(2.5rem,1.5rem+4vw,4rem);
  border-top:1px solid var(--linie);
  text-align:center;
  padding:1.75rem 1.25rem 2.25rem;
  font-size:0.86rem;
  color:var(--papier-leise);
}
.footer strong{color:var(--papier);font-weight:700;}
.footer-crest{width:38px;height:auto;opacity:0.9;margin-bottom:0.5rem;filter:drop-shadow(0 3px 8px rgba(0,0,0,0.5));}

.footer-note{
  margin:0.6rem 0 0;
  font-size:0.8rem;
  opacity:0.75;
}
.legal-wrap{
  width:100%;
  max-width:760px;
  margin:0 auto;
  padding:clamp(1.75rem,1rem+3vw,3rem) 1.25rem;
  flex:1 0 auto;
}
.back{
  display:inline-flex;align-items:center;gap:0.4rem;
  color:var(--blau-hell);text-decoration:none;font-weight:700;font-size:0.92rem;
}
.back:hover{text-decoration:underline;}
.back:focus-visible{outline:3px solid var(--papier);outline-offset:2px;border-radius:4px;}
.page-head{
  display:flex;align-items:center;gap:1rem;
  padding-bottom:1.5rem;margin:1.25rem 0 1.75rem;
  border-bottom:1px solid var(--linie);
}
.page-head img{width:54px;height:auto;}
.page-head .page-title{margin:0;font-family:var(--display);font-weight:600;font-size:clamp(1.7rem,1.3rem+1.5vw,2.4rem);color:var(--papier);}

.legal h1,.legal h2,.legal h3,.legal h4{
  font-family:var(--body);font-weight:800;color:var(--papier);line-height:1.3;margin:1.9rem 0 0.5rem;
}
.legal h2{font-size:1.3rem;}
.legal h3{font-size:1.1rem;}
.legal p,.legal li{color:var(--papier);}
.legal a{color:var(--blau-hell);}
.legal a:hover{color:var(--rot-hell);}
.legal a:focus-visible{outline:3px solid var(--papier);outline-offset:2px;border-radius:3px;}
.legal ul,.legal ol{padding-left:1.3rem;}
.legal strong{color:var(--papier);}

@keyframes rise{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:none;}}
@keyframes bob{0%,100%{transform:translateX(-50%) translateY(0);}50%{transform:translateX(-50%) translateY(6px);}}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease;}
.reveal.is-visible{opacity:1;transform:none;}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .hero__inner{animation:none;}
  .scroll-cue{animation:none;}
  .reveal{opacity:1;transform:none;transition:none;}
}

@media (max-width:430px){
  .chip{flex:1 1 100%;}
}
