/* Popcorn Pitch – Platzhalter (Stufe 0)
   Design-Variablen aus der Spezifikation §7, mit denselben Namen wie später in src/styles/tokens.css. */

@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/rubik-latin-wght-normal.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-wght-normal.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #141414;
  --black: #0b0b0b;
  --paper: #f7f5f0;
  --yellow: #fce278;
  --accent: #7c3aed;
  --accent-dark: #6d28d9;
  --accent-light: #b793f5;
  --accent-pale: #d1baf9; /* Akzent zu 65 % mit Weiß: Motto auf dem Vorhang (im Lichtkegel >= 3:1) */
  --muted: rgba(255, 255, 255, 0.72);
  --faint: rgba(255, 255, 255, 0.6);
  --line: rgba(255, 255, 255, 0.08);
  --font-display: "Rubik", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --gutter: clamp(1.25rem, 4.5vw, 4rem);
}

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

body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

/* Kopf, Wort-Bild-Marke und Fuß: auf allen Seiten gleich */

.site-header {
  padding: 0.75rem var(--gutter);
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}

.lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  text-decoration: none;
}

.lockup__bucket {
  width: 26px;
  height: auto;
}

.lockup__word {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.0625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yellow);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 1.5rem;
  padding: 0.5rem var(--gutter);
  background: var(--black);
  color: var(--faint);
  font-size: 0.875rem;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 1.25rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--yellow);
}

.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

/* Vermerk der Agentur, wie bei fidesafinanz.de: eigene Zeile unter den Rechtslinks */
.site-footer__credit {
  flex-basis: 100%;
  font-size: 0.8125rem;
}

.heart {
  color: var(--yellow);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 1rem 1.75rem;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 700;
  font-size: 1.0625rem;
  text-decoration: none;
}

.button:hover {
  background: #f6d55c;
}

/* Startseite: Vorhang vollflächig, Inhalt zentriert im Lichtkegel (Hero-Variante A2, Spec §6/§7) */

.home {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  background: #1a0003 url("/assets/vorhang-2100.webp") center / cover no-repeat;
}

.hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: 3rem var(--gutter) 1rem;
  text-align: center;
}

.hero__bucket {
  width: 64px;
  height: auto;
  margin-bottom: 0.25rem;
}

.hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--yellow);
}

.hero__name {
  display: block;
  font-size: clamp(min(2.6rem, 13vw), 9vw, 7.25rem);
  letter-spacing: 0.05em;
}

.hero__year {
  display: block;
  margin-top: 0.6rem;
  padding-left: 0.6em;
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.6em;
  color: #fff;
}

.hero__motto {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin: 0.9rem 0 0;
  padding-left: 0.24em;
  font-family: var(--font-display);
  font-size: clamp(1.1875rem, 2.1vw, 1.625rem);
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-pale);
}

.hero__motto::before,
.hero__motto::after {
  content: "";
  width: clamp(1.5rem, 4vw, 3.5rem);
  height: 1px;
  background: var(--accent-pale);
  opacity: 0.6;
}

.hero__when {
  margin: 0.6rem 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero__intro {
  margin: 0;
  max-width: 34rem;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.hero__note {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
}

.home__footer {
  padding: 1.25rem var(--gutter) 1rem;
  font-size: 0.875rem;
  text-align: center;
  color: var(--faint);
}

.home__footer p {
  margin: 0 0 0.35rem;
}

.home__footer a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  text-decoration: none;
}

.home__footer a:hover,
.home__footer a:focus-visible {
  color: var(--yellow);
}

.home__credit {
  font-size: 0.8125rem;
}

@media (max-width: 43.75em) {
  .home {
    background-image: url("/assets/vorhang-1400.webp");
  }

  .hero__motto {
    letter-spacing: 0.16em;
    padding-left: 0.16em;
  }

  .hero__motto::before,
  .hero__motto::after {
    display: none;
  }
}

@media (max-width: 23.75em) {
  .hero__motto {
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}

/* Impressum und Datenschutz: heller Lesegrund */

.legal {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--paper);
  color: var(--ink);
}

.legal__main {
  flex: 1;
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  padding: 3rem var(--gutter) 4rem;
}

.legal__main h1 {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1.1;
}

.legal__main h2 {
  margin: 2.25rem 0 0.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}

.legal__main p {
  margin: 0 0 1rem;
}

.legal__main a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.legal__main a:hover {
  color: var(--accent-dark);
}

.legal__main :focus-visible {
  outline-color: var(--accent);
}

/* Fehlerseite (für 404 und 410) */

.error {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}

.error__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
  max-width: 44rem;
  padding: 3rem var(--gutter);
}

.error__code {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(5rem, 18vw, 9rem);
  line-height: 0.9;
  color: var(--yellow);
}

.error h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.15;
}

.error__text {
  margin: 0;
  max-width: 30rem;
  color: var(--muted);
}
