/* ============================================================
   Fuchs & Herz – Landingpage (Teaser)
   Marken-Farben & Typografie laut Brand-Guide
   ============================================================ */

/* ---------- Fonts (lokal, datenschutzarm) ---------- */
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../fonts/MuseoSansRounded300.woff2") format("woff2"),
       url("../fonts/MuseoSansRounded300.woff")  format("woff");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../fonts/MuseoSansRounded500.woff2") format("woff2"),
       url("../fonts/MuseoSansRounded500.woff")  format("woff");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../fonts/MuseoSansRounded700.woff2") format("woff2"),
       url("../fonts/MuseoSansRounded700.woff")  format("woff");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../fonts/MuseoSansRounded900.woff2") format("woff2"),
       url("../fonts/MuseoSansRounded900.woff")  format("woff");
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Budool";
  src: url("../fonts/Budool.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}

/* ---------- Marken-Variablen ---------- */
:root {
  --orange:        #ed6d05;
  --beige:         #f7f0ea;
  --bordeaux:      #6a161d;
  --bordeaux-dark: #431014;
  --white:         #ffffff;

  --font-body: "Museo Sans Rounded", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-zier: "Budool", cursive;

  --maxw: 1120px;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(67, 16, 20, .12);
}

/* ---------- Reset / Basis ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--bordeaux-dark);
  background: var(--beige);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

/* ---------- Header ---------- */
.site-header {
  padding: 26px 0;
}
.site-header .wrap { display: flex; align-items: center; justify-content: center; }
.site-header .logo { width: 150px; height: auto; }

/* ---------- Hero (Split: links Logo + Video, rechts Texte) ---------- */
.hero-split { padding: 48px 0 24px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 360px);
  grid-template-areas: "copy video";
  column-gap: clamp(32px, 6vw, 80px);
  align-items: center;
}
.hero-video { grid-area: video; }
.hero-video .video-frame { width: 100%; margin: 0; }
/* ---------- Instagram Call-to-Action (Banner, direkt unter dem Hero) ---------- */
.insta-cta { padding: 8px 0 48px; }
.insta-banner {
  display: flex; align-items: center; gap: 28px;
  max-width: 880px; margin: 0 auto;
  padding: 22px 32px;
  text-decoration: none;
  background: linear-gradient(135deg, #fff6f0, #fdeef4);
  border: 1px solid rgba(214,36,159,.15);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(106,22,29,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.insta-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(214,36,159,.18);
}
.insta-banner-brand {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0;
}
.insta-banner-brand svg {
  filter: drop-shadow(0 6px 16px rgba(214,36,159,.35));
  transition: transform .25s ease;
}
.insta-banner:hover .insta-banner-brand svg { transform: scale(1.06) rotate(-2deg); }
.insta-banner-handle {
  font-weight: 700;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: var(--bordeaux);
}
.insta-banner:hover .insta-banner-handle { color: var(--orange); }
.insta-banner-text {
  text-align: left;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: var(--bordeaux-dark);
}

@media (max-width: 620px) {
  .insta-banner { flex-direction: column; gap: 18px; text-align: center; }
  .insta-banner-text { text-align: center; }
}
/* align-self: start = linker Block sitzt hoeher statt vertikal zentriert */
.hero-copy  {
  grid-area: copy;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  align-self: start;
  padding-top: 24px;
}
.hero-logo  { width: 170px; height: auto; margin: 0 0 56px; }

/* Praesentes Badge im Hero (groesser als das im Footer-Bereich) */
.hero-badge {
  display: inline-block;
  margin-top: 40px;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  letter-spacing: .03em;
  padding: 17px 42px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(237,109,5,.38);
}
.hero-copy .claim {
  font-family: var(--font-zier);
  color: var(--orange);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.05;
  margin: 0 0 20px;
}
.hero-copy .subline {
  max-width: 520px;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: var(--bordeaux-dark);
}
.hero-copy .subline strong { font-weight: 700; color: var(--bordeaux); }

/* Mobile: stapeln – Logo + Texte, dann Video */
@media (max-width: 820px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "video";
    row-gap: 30px;
    text-align: center;
    justify-items: center;
  }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-copy .subline { margin-inline: auto; }
}

/* ---------- Video ---------- */
.video-section { padding: 40px 0 8px; }
.video-frame {
  position: relative;
  width: min(340px, 82vw);
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bordeaux-dark);
  box-shadow: var(--shadow);
}
/* contain = Video immer vollstaendig sichtbar, nichts wird abgeschnitten */
.video-frame video { width: 100%; height: 100%; object-fit: contain; background: var(--bordeaux-dark); }

/* Platzhalter, solange kein Video vorhanden */
.video-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; text-align: center; padding: 24px;
  color: var(--beige);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(237,109,5,.35), transparent 60%),
    linear-gradient(160deg, #5a1218, var(--bordeaux-dark));
}
.video-placeholder .play {
  width: 66px; height: 66px; border-radius: 50%;
  background: var(--orange);
  display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(237,109,5,.5);
}
.video-placeholder .play::before {
  content: ""; width: 0; height: 0; margin-left: 5px;
  border-left: 20px solid var(--white);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.video-placeholder small { opacity: .85; letter-spacing: .02em; }

/* ---------- Kinderschutz / Warum ---------- */
.why { padding: 64px 0 24px; text-align: center; }
.why h2 {
  font-family: var(--font-body);
  font-weight: 900;
  color: var(--bordeaux);
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  margin: 0 0 10px;
}
.why .lead { max-width: 620px; margin: 0 auto 44px; color: var(--bordeaux-dark); }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  text-align: left;
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(67,16,20,.06);
}
.card .icon {
  width: 52px; height: 52px; margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(237,109,5,.12);
  display: grid; place-items: center;
  color: var(--orange);
}
.card .icon svg { width: 28px; height: 28px; }
.card h3 { font-size: 1.08rem; font-weight: 700; color: var(--bordeaux); margin: 0 0 8px; }
.card p { margin: 0; font-size: .96rem; }

/* ---------- Coming soon ---------- */
.soon { text-align: center; padding: 56px 0 8px; }
.soon p {
  margin: 0 auto;
  max-width: 620px;
  font-size: 1.1rem;
  color: var(--bordeaux);
}

/* ---------- Footer ---------- */
.site-footer {
  margin-top: 72px;
  background: var(--bordeaux-dark);
  color: var(--beige);
  padding: 40px 0;
}
.site-footer .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.site-footer .brand { font-weight: 700; letter-spacing: .02em; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer a { text-decoration: none; opacity: .85; }
.site-footer a:hover { opacity: 1; color: var(--orange); }

/* ---------- Rechts-Seiten (Impressum/Datenschutz) ---------- */
.legal { padding: 40px 0 64px; }
.legal .back { display: inline-block; margin-bottom: 24px; text-decoration: none; color: var(--orange); font-weight: 700; }
.legal h1 { font-family: var(--font-body); font-weight: 900; color: var(--bordeaux); font-size: clamp(1.8rem,4vw,2.6rem); margin: 0 0 24px; }
.legal h2 { color: var(--bordeaux); font-weight: 700; font-size: 1.2rem; margin: 32px 0 8px; }
.legal p, .legal address { margin: 0 0 12px; font-style: normal; max-width: 720px; }
.legal .todo { color: var(--orange); font-weight: 700; }

@media (max-width: 560px) {
  .site-footer .wrap { flex-direction: column; text-align: center; }
}
