/* LUMIRA — Archetyp C „Stille Eleganz“: Weiß, Fast-Schwarz, Messing-Akzent.
   Serifen-Display, Haarlinien statt Schatten, rechteckige Buttons, 3er-Editorial-Grid.
   Bewusst anders als VidaTeco (dunkle Leiste/dicht) und Coolnest (Creme/rund/verspielt). */
:root {
  --bg: #ffffff;
  --panel: #f7f6f3;
  --ink: #171717;
  --muted: #79756e;
  --hairline: #e7e4de;
  --accent: #a8834b;        /* Messing */
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--bg); color: var(--ink); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 400; letter-spacing: .01em; }
a { color: var(--ink); }

/* ---------- Navigation: weiß, Haarlinie, Serifen-Wortmarke ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--hairline); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; gap: 26px; }
.logo { font-family: var(--font-serif); font-size: 1.35rem; letter-spacing: .32em; text-decoration: none; color: var(--ink); }
.logo .dot { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-sections { display: contents; }
.nav-sections a { color: var(--muted); text-decoration: none; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-sections a:hover { color: var(--ink); }
.lang-switch { text-decoration: none; color: var(--muted); font-size: .82rem; letter-spacing: .08em; border: 1px solid var(--hairline); padding: 5px 12px; }
.cart-link { text-decoration: none; color: #fff; background: var(--ink); font-size: .85rem; letter-spacing: .06em; padding: 9px 18px; }
.cart-link:hover { background: #000; }
.cart-count { color: var(--accent); font-weight: 700; margin-left: 5px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 6px 0; }

/* ---------- Hero: typografisch, editorial ---------- */
.hero { max-width: 1200px; margin: 0 auto; padding: 84px 24px 40px; }
.hero .kicker { font-size: .8rem; letter-spacing: .34em; text-transform: uppercase; color: var(--accent); }
.hero h1 { font-size: 3.4rem; line-height: 1.12; max-width: 21ch; margin-top: 18px; }
.hero .lead { margin-top: 22px; color: var(--muted); max-width: 52ch; font-size: 1.05rem; }
.hero-cta { margin-top: 34px; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.hero-band { max-width: 1200px; margin: 44px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.hero-band > div { background: var(--panel); aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 8%; }
.hero-band img { max-height: 100%; width: auto; object-fit: contain; mix-blend-mode: multiply; }

/* ---------- Buttons: rechteckig, streng ---------- */
.btn { display: inline-block; cursor: pointer; text-decoration: none; text-align: center; font-size: .88rem; letter-spacing: .08em; border: none; border-radius: 0; padding: 13px 30px; font-family: var(--font-sans); text-transform: uppercase; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; }
.btn-ghost { background: none; color: var(--ink); padding: 13px 4px; border-bottom: 1px solid var(--ink); }
.btn-ghost:hover { color: var(--accent); border-color: var(--accent); }

/* ---------- Sektionen ---------- */
.section { max-width: 1200px; margin: 0 auto; padding: 64px 24px 24px; }
.section > h2 { font-size: 2rem; }
.section > .section-sub { color: var(--muted); margin-top: 8px; margin-bottom: 36px; max-width: 60ch; }
.rule { max-width: 1200px; margin: 40px auto 0; padding: 0 24px; }
.rule hr { border: none; border-top: 1px solid var(--hairline); }

/* ---------- Editorial-Produktgrid: 3 Spalten, kein Karten-Chrome ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 28px; }
.card { display: flex; flex-direction: column; }
.card-media { background: var(--panel); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 10%; }
.card-media img { max-height: 100%; width: auto; object-fit: contain; mix-blend-mode: multiply; }
.badge { margin-top: 14px; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.card h3 { font-size: 1.18rem; margin-top: 6px; }
.card .sub { color: var(--muted); font-size: .9rem; margin-top: 4px; }
.card .price { font-family: var(--font-serif); font-size: 1.15rem; margin-top: 10px; }
.vat { font-size: .72rem; color: var(--muted); font-family: var(--font-sans); }
.card .actions { display: flex; gap: 18px; margin-top: 14px; align-items: center; }
.card .actions .btn-primary { padding: 10px 20px; font-size: .78rem; }

/* Vertrauen: drei Spalten mit Haarlinien */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.trust-card { padding: 30px 26px; border-right: 1px solid var(--hairline); }
.trust-card:last-child { border-right: none; }
.trust-card h3 { font-size: 1.05rem; }
.trust-card p { font-size: .9rem; color: var(--muted); margin-top: 8px; }

/* FAQ */
.faq-list { display: grid; gap: 0; max-width: 720px; }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--hairline); }
.faq-item h3 { font-size: 1.05rem; }
.faq-item p { font-size: .92rem; color: var(--muted); margin-top: 6px; }

/* ---------- Produktseite ---------- */
.product-page { max-width: 1200px; margin: 0 auto; padding: 56px 24px; }
.product-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: start; }
.product-media { background: var(--panel); padding: 8%; display: flex; justify-content: center; }
.product-media img { max-height: 480px; width: auto; object-fit: contain; mix-blend-mode: multiply; }
.product-info .badge { margin-top: 0; }
.product-info h1 { font-size: 2.2rem; margin-top: 8px; }
.product-info .subtitle { color: var(--muted); margin-top: 8px; }
.product-info .price { font-family: var(--font-serif); font-size: 1.7rem; margin: 22px 0; }
.audience { border-left: 2px solid var(--accent); padding: 4px 0 4px 16px; color: var(--muted); font-size: .95rem; margin-top: 22px; }
.bullets { margin: 20px 0 0 18px; }
.bullets li { margin-bottom: 8px; }
.specs { margin-top: 56px; }
.specs h2 { font-size: 1.5rem; margin-bottom: 16px; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; padding: 13px 4px; border-bottom: 1px solid var(--hairline); font-size: .95rem; }
.spec-table th { width: 36%; color: var(--muted); font-weight: 400; letter-spacing: .04em; }

/* ---------- Warenkorb / Unterseiten ---------- */
.cart-page { max-width: 920px; margin: 0 auto; padding: 56px 24px; min-height: 46vh; }
.cart-page h1 { font-size: 2.1rem; margin-bottom: 22px; }
.table-scroll { overflow-x: auto; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td { padding: 13px 10px; text-align: left; border-bottom: 1px solid var(--hairline); font-size: .95rem; }
.cart-table th { color: var(--muted); font-weight: 400; letter-spacing: .06em; text-transform: uppercase; font-size: .78rem; }
.qty-controls { display: inline-flex; align-items: center; gap: 12px; }
.qty-controls button { width: 28px; height: 28px; border: 1px solid var(--hairline); background: #fff; cursor: pointer; }
.cart-summary { display: flex; justify-content: flex-end; align-items: center; gap: 26px; margin-top: 26px; }
.cart-summary .total { font-family: var(--font-serif); font-size: 1.3rem; }
.checkout-note { color: var(--muted); font-size: .85rem; margin-top: 12px; text-align: right; }
.cart-empty { padding: 44px 0; text-align: center; color: var(--muted); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }

/* ---------- Footer: fast schwarz ---------- */
.footer { background: #141414; color: #b9b5ae; margin-top: 84px; }
.footer .cols { max-width: 1200px; margin: 0 auto; padding: 52px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; font-size: .9rem; }
.footer a { color: #dcd8d1; text-decoration: none; }
.footer a:hover { color: var(--accent); }
.footer-brand { font-family: var(--font-serif); font-size: 1.25rem; letter-spacing: .32em; color: #fff; }
.footer-brand .dot { color: var(--accent); }

/* ---------- Mobil ---------- */
@media (max-width: 900px) {
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 2.3rem; }
  .hero-band { grid-template-columns: 1fr; }
  .hero-band > div:nth-child(n+2) { display: none; }
  .cards { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .trust { grid-template-columns: 1fr; }
  .trust-card { border-right: none; border-bottom: 1px solid var(--hairline); }
  .trust-card:last-child { border-bottom: none; }
  .product-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer .cols { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links { display: none; }
  .nav.menu-open .nav-links { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 14px 24px 24px; gap: 2px; border-bottom: 1px solid var(--hairline); }
  .nav.menu-open .nav-sections { display: flex; flex-direction: column; }
  .nav.menu-open .nav-sections a { padding: 12px 0; border-bottom: 1px solid var(--hairline); }
  .nav.menu-open .cart-link, .nav.menu-open .lang-switch { margin-top: 12px; text-align: center; }
}
@media (max-width: 560px) {
  .cards { grid-template-columns: 1fr; }
}
