/* High Quality Store — Image-Website V3
   CI aus den Marken-Grafiken: Teal→Marine-Verlauf, weiße Karten, Marine-Typo,
   Gold-Akzente, echtes H/Q-Logo. Keine externen Ressourcen. */

:root {
  --teal: #1b6a70;
  --marine: #1f4b6e;
  --marine-tief: #16374f;
  --himmel: #6fa8cc;
  --gold: #c99730;
  --gold-hell: #e0b45c;
  --weiss: #ffffff;
  --karte-schatten: 0 10px 34px rgba(10, 40, 60, 0.22);
  --text-auf-weiss: #24455e;
  --text-gedimmt: #5d7286;
  --radius: 22px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--weiss);
  line-height: 1.6;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.05) 0 18%, transparent 18% 38%,
                    rgba(255,255,255,0.04) 38% 46%, transparent 46%),
    linear-gradient(170deg, var(--teal) 0%, #1d5d70 38%, var(--marine) 78%, var(--marine-tief) 100%);
  background-attachment: fixed;
}

/* ---------- Kopf ---------- */
.kopf {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px clamp(20px, 5vw, 64px);
  background: rgba(22, 55, 79, 0.55);
  backdrop-filter: blur(10px);
}
.marke {
  color: var(--weiss); text-decoration: none;
  font-weight: 600; letter-spacing: 0.02em; font-size: 1.05rem;
  display: flex; align-items: center; gap: 12px;
}
.logo-kachel-klein {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--weiss); display: inline-flex;
  align-items: center; justify-content: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
.logo-kachel-klein img { width: 34px; height: 34px; object-fit: contain; }
.kopf nav { display: flex; gap: clamp(12px, 2.5vw, 28px); }
.kopf nav a { color: rgba(255,255,255,0.88); text-decoration: none; font-size: 0.95rem; }
.kopf nav a:hover { color: var(--gold-hell); }

/* ---------- Hero ---------- */
.held { text-align: center; padding: clamp(56px, 9vw, 110px) 24px clamp(48px, 7vw, 90px); }
.logo-kachel {
  width: clamp(150px, 22vw, 200px); height: clamp(150px, 22vw, 200px);
  background: var(--weiss); border-radius: 32px;
  margin: 0 auto; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  box-shadow: var(--karte-schatten);
  padding: 18px;
}
.logo-kachel img { width: 100%; height: auto; object-fit: contain; }
.held h1 {
  margin-top: 38px;
  font-size: clamp(2rem, 5.4vw, 3.6rem);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1.14;
}
.held .linie { width: 96px; height: 4px; background: var(--gold); margin: 26px auto; border-radius: 2px; }
.held .unterzeile {
  margin: 0 auto; max-width: 640px;
  font-size: clamp(1.02rem, 2vw, 1.3rem); color: rgba(255,255,255,0.92);
}
.held .aktionen { margin-top: 38px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.knopf {
  display: inline-block; text-decoration: none; font-weight: 600;
  padding: 14px 30px; border-radius: 999px; font-size: 1rem;
  transition: transform 0.15s ease;
}
.knopf:hover { transform: translateY(-2px); }
.knopf-gold { background: var(--gold); color: #163049; box-shadow: 0 6px 24px rgba(0,0,0,0.25); }
.knopf-weiss { background: var(--weiss); color: var(--marine); box-shadow: 0 6px 24px rgba(0,0,0,0.2); }
.knopf-kontur { border: 2px solid rgba(255,255,255,0.65); color: var(--weiss); }
.knopf-kontur:hover { border-color: var(--gold-hell); color: var(--gold-hell); }

/* ---------- Sektionen ---------- */
section { padding: clamp(48px, 7vw, 90px) clamp(20px, 6vw, 72px); }
.eng { max-width: 1080px; margin: 0 auto; }
.vorspann { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.vorspann h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); letter-spacing: -0.01em; color: var(--weiss); }
.vorspann .linie { width: 64px; height: 4px; background: var(--gold); margin: 18px auto 0; border-radius: 2px; }
.vorspann p { margin-top: 16px; color: rgba(255,255,255,0.85); font-size: 1.05rem; }

/* Weiße Karten — der Look aus den Social-Grafiken */
.usps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.usp {
  background: var(--weiss); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--karte-schatten); text-align: center;
}
.usp .zahl { font-size: 2.1rem; font-weight: 800; color: var(--marine); }
.usp h3 { margin-top: 6px; color: var(--text-auf-weiss); font-size: 1.1rem; }
.usp p { margin-top: 8px; color: var(--text-gedimmt); font-size: 0.95rem; }

/* Sortiment-Kacheln: weiß, Marine-Icons */
.kacheln { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1080px; margin: 0 auto; }
.kachel {
  background: var(--weiss); border-radius: var(--radius);
  padding: 32px 26px; text-align: center; color: var(--text-auf-weiss);
  box-shadow: var(--karte-schatten);
  transition: transform 0.18s ease;
}
.kachel:hover { transform: translateY(-4px); }
.kachel svg { width: 72px; height: 72px; stroke: var(--marine); }
.kachel h3 { margin-top: 16px; font-size: 1.16rem; color: var(--marine); }
.kachel .goldlinie { width: 44px; height: 3px; background: var(--gold); margin: 12px auto; border-radius: 2px; }
.kachel p { font-size: 0.92rem; color: var(--text-gedimmt); }

/* Story */
.story .eng { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.story h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); color: var(--weiss); letter-spacing: -0.01em; }
.story .linie { width: 64px; height: 4px; background: var(--gold); margin: 18px 0; border-radius: 2px; }
.story p { color: rgba(255,255,255,0.88); margin-bottom: 14px; }
.story strong { color: var(--weiss); }
.zahlenblock { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.zahlkarte {
  background: var(--weiss); border-radius: var(--radius); text-align: center;
  padding: 28px 16px; box-shadow: var(--karte-schatten);
}
.zahlkarte .gross { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--marine); }
.zahlkarte .klein { font-size: 0.92rem; color: var(--text-gedimmt); margin-top: 4px; }

/* Lagerverkauf */
.lager .eng { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.lager h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); color: var(--weiss); }
.lager .linie { width: 64px; height: 4px; background: var(--gold); margin: 18px 0; border-radius: 2px; }
.lager p { color: rgba(255,255,255,0.88); margin-bottom: 12px; }
.infokarte {
  background: var(--weiss); color: var(--text-auf-weiss);
  border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--karte-schatten);
}
.infokarte h3 { color: var(--gold); font-size: 1rem; text-transform: uppercase; letter-spacing: 0.08em; }
.infokarte .zeile { margin-top: 16px; display: flex; gap: 12px; align-items: baseline; }
.infokarte .zeile .label { min-width: 110px; color: var(--text-gedimmt); font-size: 0.92rem; }
.infokarte .zeile .wert { font-weight: 600; color: var(--marine); }
.hinweis-klein { font-size: 0.85rem; color: var(--text-gedimmt); margin-top: 20px; }

/* Kontakt */
.kontakt { text-align: center; }
.kontakt .aktionen { margin-top: 28px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Fuß ---------- */
.fuss {
  background: rgba(12, 30, 44, 0.55);
  color: rgba(255,255,255,0.78);
  text-align: center; padding: 34px 20px; font-size: 0.92rem;
}
.fuss a { color: rgba(255,255,255,0.92); text-decoration: none; }
.fuss a:hover { color: var(--gold-hell); }
.fuss .sozial { margin-bottom: 12px; display: flex; gap: 18px; justify-content: center; }

/* ---------- Rechtstext-Unterseiten (hell) ---------- */
body.unterseite { background: var(--weiss); color: var(--text-auf-weiss); }
body.unterseite .kopf { background: var(--marine); }
.rechtstext { max-width: 780px; margin: 0 auto; padding: clamp(40px, 7vw, 80px) 24px; }
.rechtstext h1 { color: var(--marine); font-size: clamp(1.8rem, 4vw, 2.4rem); margin-bottom: 8px; }
.rechtstext h1::after { content: ""; display: block; width: 64px; height: 4px; background: var(--gold); margin-top: 14px; border-radius: 2px; }
.rechtstext h2 { color: var(--marine); font-size: 1.35rem; margin: 34px 0 10px; }
.rechtstext h3 { color: var(--teal); font-size: 1.08rem; margin: 24px 0 8px; }
.rechtstext p { margin: 10px 0; color: var(--text-auf-weiss); }
.rechtstext .quelle-hinweis { margin-top: 40px; font-size: 0.88rem; color: var(--text-gedimmt); }
body.unterseite .fuss { background: var(--marine-tief); }

/* ---------- Responsiv ---------- */
@media (max-width: 800px) {
  .story .eng, .lager .eng { grid-template-columns: 1fr; }
  .kopf nav { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .knopf, .kachel { transition: none; }
}
