/* Life Changing Pizza — Stylesheet
   Farben aus den eigenen Fotos: Nachtblau der Abende, Glut des Ofens, Mehl. */

:root {
  --nacht:      #0F1219;
  --nacht-tief: #0A0C11;
  --nacht-hell: #171C26;
  --glut:       #E8952F;
  --glut-matt:  #B8701F;
  --mehl:       #F0EBE1;
  --dunst:      #9A958B;
  --linie:      rgba(240, 235, 225, 0.14);

  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mess: 68ch;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--nacht);
  color: var(--mehl);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--glut); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--glut);
  outline-offset: 3px;
}

/* ---------- Layout ---------- */

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.band { padding: 92px 0; }
.band--tief { background: var(--nacht-tief); }
.band--hell { background: var(--nacht-hell); }
.band--schmal { padding: 64px 0; }

.mess { max-width: var(--mess); }

/* ---------- Typografie ---------- */

h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 20px;
}

h1 { font-size: clamp(1.92rem, 6.4vw, 4.4rem); }
@media (max-width: 430px) {
  h1 { letter-spacing: -0.03em; }
}
h2 { font-size: clamp(1.75rem, 4.2vw, 2.7rem); }
h3 {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 8px;
}

p { margin: 0 0 18px; max-width: var(--mess); }

.gross {
  font-size: clamp(1.18rem, 2.4vw, 1.42rem);
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.matt { color: var(--dunst); }

.claim {
  font-size: clamp(1.24rem, 3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.32;
  color: var(--glut);
  max-width: 30ch;
  margin: 0;
}

/* ---------- Kopfleiste ---------- */

.kopf {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 18, 25, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--linie);
}
.kopf__innen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
}
.kopf__marke {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--mehl);
  font-weight: 700;
  font-size: 0.93rem;
  letter-spacing: -0.01em;
}
.kopf__marke:hover { text-decoration: none; color: var(--glut); }
.kopf__marke img { width: 32px; height: 32px; }
.kopf nav { display: flex; gap: 22px; font-size: 0.93rem; }
.kopf nav a { color: var(--mehl); }
.kopf nav a:hover { color: var(--glut); text-decoration: none; }
.kopf nav a[aria-current="page"] { color: var(--glut); }

@media (max-width: 520px) {
  .kopf__marke span { display: none; }
  .kopf nav { gap: 16px; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero__bild {
  position: absolute;
  inset: 0;
  background-image: url("images/hero-nacht.jpg");
  background-size: cover;
  background-position: center 38%;
}
.hero__schleier {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 12, 17, 0.72) 0%,
    rgba(10, 12, 17, 0.42) 42%,
    rgba(10, 12, 17, 0.94) 100%
  );
}
.hero__innen {
  position: relative;
  padding-top: 120px;
  padding-bottom: 76px;
  width: 100%;
}
.hero__logo {
  width: 108px;
  height: auto;
  margin-bottom: 28px;
}
@media (max-width: 700px) {
  .hero__logo { width: 135px; margin-bottom: 24px; }
}
.hero h1 { max-width: 18ch; }
.hero .gross { max-width: 46ch; }

.hero__mini {
  margin-top: 26px;
  font-size: 0.98rem;
  color: var(--dunst);
}
.hero__mini a { font-weight: 700; }

/* ---------- Zweispalter Text/Bild ---------- */

.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.duo--eng { gap: 44px; }
.duo img {
  border-radius: 3px;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
.duo__text h2 { margin-bottom: 22px; }

@media (max-width: 860px) {
  .duo { grid-template-columns: 1fr; gap: 34px; }
  .duo__bild { order: -1; }
}

/* ---------- Handwerk: drei Stufen ---------- */

.handwerk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 52px;
}
.stufe img {
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}
.stufe h3 { color: var(--glut); }
.stufe p { font-size: 0.98rem; color: var(--dunst); margin-bottom: 0; }

@media (max-width: 800px) {
  .handwerk { grid-template-columns: 1fr; gap: 34px; margin-top: 38px; }
  .stufe img { height: 260px; }
}

/* ---------- Orte ---------- */

.orte { margin-top: 46px; display: grid; gap: 38px; }
.ort { border-top: 1px solid var(--linie); padding-top: 22px; }
.ort h3 { font-size: 1.22rem; }
.ort p { color: var(--dunst); margin-bottom: 0; }

.impressionen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 330px;
  gap: 16px;
  margin-top: 52px;
}
.impressionen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.impressionen .imp-breit {
  grid-column: span 2;
  height: 540px;
}

@media (max-width: 860px) {
  .impressionen { grid-auto-rows: 200px; gap: 12px; }
  .impressionen .imp-breit { height: 290px; }
}

/* ---------- Workshop-Kasten ---------- */

.ws {
  border-top: 2px solid var(--glut);
  padding-top: 46px;
}
.ws__unter {
  color: var(--glut);
  font-size: 1.06rem;
  margin: -12px 0 26px;
}
.ws__fluss {
  font-size: clamp(1.12rem, 2.3vw, 1.34rem);
  line-height: 1.55;
  border-left: 2px solid var(--glut-matt);
  padding-left: 22px;
  margin: 28px 0;
  max-width: 60ch;
}

/* ---------- Knöpfe ---------- */

.knopf {
  display: inline-block;
  padding: 15px 30px;
  background: var(--glut);
  color: var(--nacht-tief);
  font-weight: 700;
  font-size: 0.98rem;
  border-radius: 2px;
  letter-spacing: -0.005em;
}
.knopf:hover { background: #f5a343; text-decoration: none; }
.knopf--leer {
  background: transparent;
  color: var(--mehl);
  border: 1px solid var(--linie);
}
.knopf--leer:hover { background: rgba(240,235,225,0.07); border-color: var(--mehl); }
.knopfreihe { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* ---------- Listen ---------- */

ul.klar { list-style: none; padding: 0; margin: 0 0 18px; max-width: var(--mess); }
ul.klar li {
  padding: 11px 0 11px 22px;
  border-bottom: 1px solid var(--linie);
  position: relative;
  color: var(--dunst);
}
ul.klar li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 7px;
  height: 7px;
  background: var(--glut-matt);
  border-radius: 50%;
}
ul.klar li strong { color: var(--mehl); font-weight: 700; }

/* ---------- Fragen ---------- */

.frage { border-top: 1px solid var(--linie); padding: 22px 0; max-width: var(--mess); }
.frage h3 { margin-bottom: 6px; }
.frage p { color: var(--dunst); margin: 0; }

/* ---------- Preis ---------- */

.preis {
  margin-top: 30px;
  padding: 26px 28px;
  background: var(--nacht-hell);
  border-left: 2px solid var(--glut);
  border-radius: 3px;
  max-width: 46ch;
}
.preis p { margin: 0; color: var(--dunst); font-size: 0.98rem; }
.preis p.preis__zahl {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--mehl);
  margin: 0 0 8px;
}

/* ---------- Hinweis / Schutz ---------- */

.hinweis {
  margin-top: 26px;
  padding: 22px 24px;
  background: rgba(240, 235, 225, 0.05);
  border-radius: 3px;
  max-width: 62ch;
}
.hinweis p { margin: 0; font-size: 0.98rem; color: var(--dunst); }

/* ---------- Partner ---------- */

.partner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 40px;
  max-width: 900px;
}
.partner__feld {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  padding: 16px 20px;
  background: rgba(240, 235, 225, 0.05);
  border-radius: 3px;
  transition: background 0.18s ease;
}
.partner__feld:hover { background: rgba(240, 235, 225, 0.12); text-decoration: none; }
.partner__feld--text span {
  color: var(--mehl);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.01em;
}
.partner__feld--text em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 0.84rem;
  color: var(--dunst);
  margin-top: 2px;
}
.partner__feld img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}
@media (max-width: 640px) {
  .partner { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .partner__feld { height: 80px; padding: 14px 16px; }
}

/* ---------- Kontakt ---------- */

.kontaktliste { list-style: none; padding: 0; margin: 26px 0 0; }
.kontaktliste li { padding: 9px 0; font-size: 1.06rem; }

/* ---------- Fuß ---------- */

.fuss {
  background: var(--nacht-tief);
  border-top: 1px solid var(--linie);
  padding: 56px 0 40px;
}
.fuss__innen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
}
.fuss img { width: 62px; margin-bottom: 18px; }
.fuss__recht { font-size: 0.9rem; color: var(--dunst); }
.fuss__recht a { color: var(--dunst); }
.fuss__recht a:hover { color: var(--glut); }
.fuss__recht p { margin: 6px 0 0; }

/* ---------- Rechtstexte ---------- */

.recht { padding-top: 64px; padding-bottom: 80px; }
.recht h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: 34px; }
.recht h2 {
  font-size: 1.24rem;
  color: var(--glut);
  margin: 40px 0 14px;
  letter-spacing: -0.01em;
}
.recht p, .recht li { color: var(--dunst); }
.recht ul { padding-left: 20px; max-width: var(--mess); }
.recht li { margin-bottom: 6px; }
.recht strong { color: var(--mehl); }

.breitbild {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 3px;
}
@media (max-width: 700px) {
  .breitbild { height: 330px; }
}

.leise {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--dunst);
  border-left: 1px solid var(--linie);
  padding-left: 16px;
  max-width: 52ch;
  margin-top: 26px;
}

.blockkopf {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--glut);
  margin: 34px 0 10px;
}
.preis__aktion {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px solid var(--linie);
  color: var(--mehl) !important;
  line-height: 1.55;
}
.preis__aktion strong { color: var(--glut); }

.platzhinweis {
  margin-top: 22px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--mehl);
  letter-spacing: -0.01em;
}
