@font-face {
  font-family: 'Sitebody';
  src: url('/assets/fonts/inter-latin.woff2?v=1') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Sitedisplay';
  src: url('/assets/fonts/sourceserif4-latin.woff2?v=1') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
  size-adjust: 104%;
}

:root {
  --ff5-flame: #fa5d00;
  --ff5-flame-text: #a13600;
  --ff5-flame-dark: #7d2900;
  --ff5-glow: #fee3b5;
  --ff5-ink: #1d1e1c;
  --ff5-paper: #ffffff;
  --ff5-cream: #fff8f1;
  --ff5-mist: #d9d9d9;
  --ff5-stone: #615f5c;
  --ff5-driftwood: #8e8b87;
  --ff5-driftwood-text: #524f4b;
  --ff5-ironwood: #4a4a47;
  --ff5-bone: #c0bbb6;
  --ff5-max: 1200px;
  --ff5-radius-card: 20px;
  --ff5-radius-img: 16px;
  --ff5-radius-btn: 16px;
  --ff5-shadow-sm: rgba(0, 0, 0, 0.16) 0px 1px 4px 0px;
  --ff5-shadow-lg: rgba(250, 93, 0, 0.2) 6px 4px 24px 0px;
}

/* Scroll-Einblendung: Richtung je nach Elementtyp, siehe handlers.js */
.ff5-reveal {
  opacity: 0;
  transition: opacity .65s cubic-bezier(.22,.61,.36,1), transform .65s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--ff5-reveal-delay, 0ms);
}
.ff5-reveal--left { transform: translateX(-38px); }
.ff5-reveal--right { transform: translateX(38px); }
.ff5-reveal--up { transform: translateY(34px); }
.ff5-reveal--scale { transform: scale(.9) translateY(18px); }
.ff5-reveal.is-in { opacity: 1; transform: none; }

/* Hero-Einblendung beim Laden (Treppe): h1 ist LCP-Kandidat, bekommt NUR transform */
.ff5-hero h1 { transform: translateY(22px); transition: none; }
.ff5-hero .ff5-eyebrow,
.ff5-hero .ff5-hero__lead,
.ff5-hero .ff5-btn--primary { opacity: 0; transform: translateY(14px); transition: none; }
.ff5-hero.ff5-hero--ready h1 {
  animation: ff5-hero-shift .7s cubic-bezier(.22,.61,.36,1) .12s forwards;
}
.ff5-hero.ff5-hero--ready .ff5-eyebrow {
  animation: ff5-hero-fade .55s ease .0s forwards;
}
.ff5-hero.ff5-hero--ready .ff5-hero__lead {
  animation: ff5-hero-fade .55s ease .34s forwards;
}
.ff5-hero.ff5-hero--ready .ff5-btn--primary {
  animation: ff5-hero-fade .55s ease .56s forwards;
}
@keyframes ff5-hero-shift { to { transform: translateY(0); } }
@keyframes ff5-hero-fade { to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  .ff5-reveal { transition: none; opacity: 1; transform: none; }
  .ff5-hero h1, .ff5-hero .ff5-eyebrow, .ff5-hero .ff5-hero__lead, .ff5-hero .ff5-btn--primary {
    animation: none !important; opacity: 1; transform: none;
  }
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ff5-cream);
  color: var(--ff5-ink);
  font-family: 'Sitebody', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
img { max-width: 100%; height: auto; border-radius: var(--ff5-radius-img); display: block; }
a { color: var(--ff5-flame-text); text-decoration: none; }
a:hover { text-decoration: underline; }
p a, li a, dd a, td a { text-decoration: underline; text-underline-offset: 2px; }
h1, h2, h3 { font-weight: 600; color: var(--ff5-ink); line-height: 1.2; margin: 0 0 16px; }
h1 { font-family: 'Sitedisplay', Georgia, serif; font-weight: 400; font-size: clamp(34px, 5vw, 56px); letter-spacing: 0; }
h2 { font-size: clamp(24px, 3vw, 32px); }
p { margin: 0 0 16px; color: var(--ff5-stone); }

.ff5-header { position: sticky; top: 0; background: var(--ff5-cream); z-index: 20; }
.ff5-header__inner { max-width: var(--ff5-max); margin: 0 auto; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ff5-header__brand { font-family: 'Sitedisplay', serif; font-size: 22px; color: var(--ff5-ink); }
.ff5-header__brand:hover { text-decoration: none; color: var(--ff5-flame-text); }
.ff5-nav { display: flex; gap: 24px; }
.ff5-nav__link { color: var(--ff5-ink); font-weight: 500; padding: 6px 0; border-bottom: 2px solid transparent; }
.ff5-nav__link:hover { text-decoration: none; border-color: var(--ff5-glow); }
.ff5-nav__link--active { border-color: var(--ff5-flame); color: var(--ff5-flame-text); }
.ff5-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.ff5-burger span { width: 22px; height: 2px; background: var(--ff5-ink); display: block; }

.ff5-crumbs { max-width: var(--ff5-max); margin: 0 auto; padding: 0 20px; }
.ff5-crumbs__inner { font-size: 14px; color: var(--ff5-driftwood-text); padding: 12px 0; }
.ff5-crumbs a { color: var(--ff5-driftwood-text); }
.ff5-crumbs__sep { padding: 0 4px; }

.ff5-main { max-width: var(--ff5-max); margin: 0 auto; padding: 0 20px 80px; }

.ff5-hero {
  position: relative;
  text-align: center;
  padding: 72px 20px 56px;
  border-radius: 32px;
  background: radial-gradient(circle at 20% 20%, rgba(250,93,0,0.16), transparent 55%),
              radial-gradient(circle at 80% 10%, rgba(254,227,181,0.55), transparent 50%),
              var(--ff5-cream);
  margin-top: 12px;
}
.ff5-eyebrow { text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; font-weight: 600; color: var(--ff5-flame-text); margin: 0 0 10px; }
.ff5-hero__lead { max-width: 62ch; margin: 0 auto 28px; font-size: 18px; }

.ff5-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; font-weight: 600; font-size: 16px; cursor: pointer; border: none; }
.ff5-btn--primary { background: var(--ff5-flame-text); color: #fff; border-radius: 20px 8px 20px 8px; box-shadow: var(--ff5-shadow-sm); }
.ff5-btn--primary:hover { background: var(--ff5-flame-dark); text-decoration: none; transform: translateY(-1px); }
.ff5-btn--primary:focus-visible { outline: 3px solid var(--ff5-flame-text); outline-offset: 3px; }
.ff5-btn--ghost { background: transparent; color: var(--ff5-ink); border-bottom: 2px solid var(--ff5-bone); border-radius: 0; padding: 13px 4px; }
.ff5-btn--ghost:hover { border-color: var(--ff5-flame-text); color: var(--ff5-flame-text); text-decoration: none; }

.ff5-section { padding: 56px 0; }
.ff5-section--muted { background: var(--ff5-glow); border-radius: 32px; margin: 0 -20px; padding: 56px 40px; }
@media (max-width: 640px) { .ff5-section--muted { margin: 0; border-radius: 20px; padding: 40px 20px; } }

.ff5-grid { display: flex; flex-direction: column; gap: 20px; }
.ff5-card { display: flex; gap: 28px; align-items: center; background: var(--ff5-paper); border-radius: var(--ff5-radius-card); padding: 28px; box-shadow: var(--ff5-shadow-lg); }
.ff5-card--right { flex-direction: row-reverse; }
.ff5-card__media img { width: 128px; height: 128px; border-radius: 20px; }
.ff5-card__body h3 { margin-bottom: 6px; font-size: 20px; }
.ff5-card__meta { font-size: 13px; color: var(--ff5-driftwood-text); margin-bottom: 10px; }
.ff5-card__link { font-weight: 600; }
.ff5-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 8px; }
.ff5-card__play { font-size: 13px; font-weight: 600; color: var(--ff5-driftwood-text); border-bottom: 2px solid var(--ff5-bone); padding-bottom: 1px; }
.ff5-card__play:hover { color: var(--ff5-flame-text); border-color: var(--ff5-flame-text); text-decoration: none; }
@media (max-width: 640px) { .ff5-card, .ff5-card--right { flex-direction: column; text-align: left; } .ff5-card__media img { width: 96px; height: 96px; } }

.ff5-grid--compact { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; }
.ff5-related__item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; background: var(--ff5-paper); border-radius: 18px; padding: 16px; }
.ff5-related__link { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.ff5-related__item img { width: 64px; height: 64px; }
.ff5-related__item small { display: block; color: var(--ff5-driftwood-text); font-size: 12px; font-weight: 400; }
.ff5-related__play { font-size: 11px; font-weight: 600; color: var(--ff5-driftwood-text); border-bottom: 1px solid var(--ff5-bone); }
.ff5-related__play:hover { color: var(--ff5-flame-text); border-color: var(--ff5-flame-text); text-decoration: none; }

.ff5-facts__play { display: inline-flex; margin-top: 18px; }

.ff5-picks { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ff5-pick { background: var(--ff5-paper); border-radius: var(--ff5-radius-card); overflow: hidden; box-shadow: var(--ff5-shadow-sm); }
.ff5-pick img { border-radius: 0; aspect-ratio: 16/9; object-fit: cover; }
.ff5-pick h3, .ff5-pick p, .ff5-pick a { padding: 0 24px; }
.ff5-pick h3 { padding-top: 20px; }
.ff5-pick a { display: inline-block; padding-bottom: 24px; font-weight: 600; }
@media (max-width: 760px) { .ff5-picks { grid-template-columns: 1fr; } }

.ff5-tablewrap { overflow-x: auto; border-radius: var(--ff5-radius-card); background: var(--ff5-paper); box-shadow: var(--ff5-shadow-sm); }
.ff5-table { border-collapse: collapse; width: 100%; min-width: 560px; }
.ff5-table caption { text-align: left; font-weight: 600; padding: 20px 24px 4px; }
.ff5-table th, .ff5-table td { text-align: left; padding: 12px 24px; font-size: 15px; }
.ff5-table thead th { border-bottom: 1px solid var(--ff5-bone); color: var(--ff5-ironwood); }
.ff5-table tbody tr:nth-child(odd) { background: var(--ff5-cream); }
.ff5-caption-note { font-size: 14px; color: var(--ff5-driftwood-text); margin-top: 10px; }

.ff5-purchases__list { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 10px; }
.ff5-purchases__asin { color: var(--ff5-driftwood-text); font-size: 13px; }
.ff5-purchases__disclaimer { font-size: 13px; color: var(--ff5-driftwood-text); }

.ff5-review__head img { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin: 20px 0; }
.ff5-review__verdict { font-size: 19px; color: var(--ff5-ironwood); }
.ff5-facts { background: var(--ff5-paper); border-radius: var(--ff5-radius-card); padding: 24px 28px; margin: 24px 0; box-shadow: var(--ff5-shadow-sm); }
.ff5-facts dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px 24px; margin: 0; }
.ff5-facts dt { font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ff5-driftwood-text); margin: 0; }
.ff5-facts dd { margin: 2px 0 0; font-weight: 600; }
.ff5-review__shot { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin: 24px 0; }
.ff5-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0; }
.ff5-proscons ul { margin: 0; padding-left: 20px; color: var(--ff5-stone); }
@media (max-width: 640px) { .ff5-proscons { grid-template-columns: 1fr; } }

.ff5-faq__item { border-bottom: 1px solid var(--ff5-mist); }
.ff5-faq__q { width: 100%; text-align: left; background: none; border: none; padding: 18px 0; font-weight: 600; font-size: 16px; color: var(--ff5-ink); cursor: pointer; }
.ff5-faq__a { padding-bottom: 18px; }

.ff5-legal section, .ff5-ref section, .ff5-compare section, .ff5-list, .ff5-review article { margin-bottom: 8px; }
.ff5-legal__ext { color: var(--ff5-flame-text); }
.ff5-list__items { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px; }
.ff5-list__items li { display: flex; gap: 20px; }
.ff5-list__num { font-family: 'Sitedisplay', serif; font-size: 32px; color: var(--ff5-glow); -webkit-text-stroke: 1.5px var(--ff5-flame-text); flex: none; }

.ff5-contact-card { background: var(--ff5-paper); border-radius: var(--ff5-radius-card); padding: 28px; box-shadow: var(--ff5-shadow-lg); max-width: 440px; }
.ff5-contact-card__email a { font-size: 18px; font-weight: 600; }

.ff5-cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50; background: var(--ff5-ink); color: #fff; border-radius: 20px; box-shadow: 0 12px 32px rgba(0,0,0,0.3); }
.ff5-cookie[hidden] { display: none; }
.ff5-cookie__inner { max-width: 900px; margin: 0 auto; padding: 20px 24px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.ff5-cookie p { color: #f0ece6; font-size: 14px; margin: 0; flex: 1 1 320px; }
.ff5-cookie a { color: var(--ff5-glow); }
.ff5-cookie__actions { display: flex; gap: 10px; flex: none; }
.ff5-cookie .ff5-btn--ghost { color: #fff; border-color: rgba(255,255,255,0.3); }
.ff5-cookie .ff5-btn--primary { padding: 10px 20px; }

.ff5-top { position: fixed; right: 20px; bottom: 20px; width: 46px; height: 46px; border-radius: 14px; background: var(--ff5-ink); color: #fff; border: none; font-size: 18px; cursor: pointer; display: none; box-shadow: var(--ff5-shadow-sm); }
.ff5-top.is-visible { display: block; }

.ff5-footer { border-top: none; background: var(--ff5-ink); color: #cfcac4; margin-top: 40px; }
.ff5-footer__inner { max-width: var(--ff5-max); margin: 0 auto; padding: 48px 20px 24px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.ff5-footer__brand { color: #fff; font-family: 'Sitedisplay', serif; font-size: 20px; margin: 0 0 8px; }
.ff5-footer__text { font-size: 13px; color: #a8a29b; }
.ff5-footer__heading { color: #fff; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 10px; }
.ff5-footer a { display: block; color: #cfcac4; font-size: 14px; padding: 3px 0; }
.ff5-footer a:hover { color: var(--ff5-glow); text-decoration: none; }
.ff5-footer__bottom { max-width: var(--ff5-max); margin: 0 auto; padding: 16px 20px 32px; display: flex; justify-content: space-between; font-size: 12px; color: #8a8580; border-top: 1px solid rgba(255,255,255,0.08); }
@media (max-width: 760px) { .ff5-footer__inner { grid-template-columns: 1fr 1fr; } }

@media (max-width: 760px) {
  .ff5-nav { position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); background: var(--ff5-cream); flex-direction: column; padding: 90px 28px 28px; transform: translateX(100%); transition: transform .25s ease; box-shadow: -12px 0 32px rgba(0,0,0,0.15); }
  .ff5-nav.is-open { transform: translateX(0); }
  .ff5-burger { display: flex; }
}
