/* Bella Vita Pizza – Aachen-Brand · Demo
   Palette: Cremeweiß / Tomatenrot / Gold, Playfair Display + Karla (lokal) */

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url("assets/fonts/playfair-700.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/playfair-700italic.woff2") format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("assets/fonts/karla-var.woff2") format("woff2");
}

:root {
  --bg: #FBF6EC;
  --surface: #FFFFFF;
  --ink: #2C1712;
  --ink-soft: #6B5147;
  --red: #B3271E;
  --red-dark: #8C1D16;
  --gold: #C4922F;
  --cream-deep: #F3E9D7;
  --line: #E9DCC6;
  --radius: 18px;
  --display: "Playfair Display", Georgia, serif;
  --body: "Karla", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background:
    radial-gradient(1100px 500px at 85% -5%, rgba(196, 146, 47, 0.12), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(179, 39, 30, 0.06), transparent 55%),
    var(--bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

h1, h2 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -0.01em; }
h1 { font-size: clamp(40px, 6.2vw, 72px); margin-bottom: 20px; }
h2 { font-size: clamp(30px, 4.4vw, 48px); margin-bottom: 18px; }
h1 em, h2 em { font-style: italic; color: var(--red); }

.lead { font-size: clamp(16px, 1.6vw, 19px); color: var(--ink-soft); max-width: 56ch; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 28px;
  min-height: 48px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-primary {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  box-shadow: 0 10px 24px rgba(179, 39, 30, 0.32);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(179, 39, 30, 0.4); }
.btn-outline {
  border: 2px solid var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-outline:hover { background: var(--ink); color: var(--bg); transform: translateY(-2px); }
.btn-big { font-size: 18px; padding: 18px 34px; margin-top: 26px; }
.btn:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* Header */
.site-head {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 246, 236, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.head-row { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.wordmark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 24px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.wordmark span { color: var(--red); font-style: italic; }
.btn-ghost {
  border: 1.5px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  padding: 10px 18px;
  font-size: 15px;
}
.btn-ghost:hover { border-color: var(--red); color: var(--red); }
.btn-ghost svg { width: 17px; height: 17px; color: var(--red); }

/* Hero */
.hero { padding: clamp(48px, 8vw, 110px) 0 clamp(56px, 8vw, 110px); overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 15px;
  color: var(--ink-soft);
}
.hero-trust strong { font-size: 17px; color: var(--ink); }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars svg { width: 19px; height: 19px; }

.hero-visual { position: relative; justify-self: center; width: min(100%, 460px); aspect-ratio: 1; }
.pizza-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 55%;
  border-radius: 50%;
  box-shadow: 0 30px 70px rgba(44, 23, 18, 0.28);
}
.pizza-ring {
  position: absolute;
  inset: -26px;
  border-radius: 50%;
  border: 2px dashed rgba(196, 146, 47, 0.55);
  animation: ringspin 60s linear infinite;
}
@keyframes ringspin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .pizza-ring { animation: none; }
}
.rating-chip {
  position: absolute;
  bottom: 6px;
  left: -14px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: 0 16px 36px rgba(44, 23, 18, 0.16);
}
.chip-score {
  font-family: var(--display);
  font-weight: 800;
  font-size: 34px;
  color: var(--red);
  line-height: 1;
}
.chip-label { font-size: 12.5px; line-height: 1.35; color: var(--ink-soft); font-weight: 600; }

/* Bewertungsband */
.band { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #FBF3E4; }
.band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: clamp(36px, 5vw, 60px);
  padding-bottom: clamp(36px, 5vw, 60px);
  align-items: center;
  text-align: center;
}
.band-num {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(44px, 6vw, 68px);
  line-height: 1;
}
.band-cap { display: block; margin-top: 8px; font-size: 15px; opacity: 0.85; }
.band-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FBF3E4;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  border-bottom: 2px solid rgba(251, 243, 228, 0.5);
  padding-bottom: 4px;
  transition: border-color 0.2s ease;
}
.band-link:hover { border-color: #FBF3E4; }
.band-link svg { width: 18px; height: 18px; }

/* Story */
.story { padding: clamp(64px, 9vw, 120px) 0; }
.story-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 32px); }
.story-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(44, 23, 18, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.story-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(44, 23, 18, 0.13); }
.story-card img { width: 100%; height: 300px; object-fit: cover; }
.story-card figcaption {
  padding: 18px 22px;
  font-weight: 600;
  color: var(--ink-soft);
  font-size: 15.5px;
}

/* Besuch */
.visit { background: var(--cream-deep); padding: clamp(64px, 9vw, 120px) 0; }
.visit-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.visit-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 18px 40px rgba(44, 23, 18, 0.1);
  display: grid;
  gap: 22px;
}
.visit-row { display: flex; gap: 16px; align-items: flex-start; }
.visit-row svg { width: 24px; height: 24px; color: var(--red); flex: none; margin-top: 2px; }
.visit-row strong { display: block; margin-bottom: 2px; font-size: 15px; letter-spacing: 0.02em; }
.visit-row p { color: var(--ink-soft); font-size: 15.5px; }
.visit-row a { font-weight: 700; }
.visit-route {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
  color: var(--red);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.visit-route:hover { color: var(--red-dark); }
.visit-route svg { width: 18px; height: 18px; }

/* Footer */
.site-foot { background: var(--ink); color: #CBB8AE; padding: 44px 0 110px; }
.foot-grid { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; }
.foot-mark { font-family: var(--display); font-weight: 800; font-size: 22px; color: #FBF3E4; }
.foot-mark span { color: #E8A79F; font-style: italic; }
.foot-sub { font-size: 14.5px; margin-top: 6px; }
.foot-sub a { color: #E8A79F; text-decoration: none; }
.foot-legal { font-size: 13.5px; max-width: 420px; }
.foot-legal a { color: #E8A79F; }
.foot-demo { margin-top: 8px; opacity: 0.8; }

/* Sticky Call (mobil) */
.sticky-call {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  border-radius: 999px;
  padding: 16px 20px;
  box-shadow: 0 12px 30px rgba(140, 29, 22, 0.45);
}
.sticky-call svg { width: 20px; height: 20px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* Responsive */
@media (max-width: 900px) {
  .hero-grid, .visit-grid { grid-template-columns: 1fr; }
  .hero-visual { width: min(100%, 380px); margin-top: 8px; }
  .band-grid { grid-template-columns: 1fr; gap: 22px; }
  .story-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .sticky-call { display: flex; }
  .head-call { display: none; }
  .rating-chip { left: 0; bottom: -8px; padding: 10px 14px; }
  .chip-score { font-size: 28px; }
  .story-card img { height: 230px; }
  .site-foot { padding-bottom: 130px; }
}
