/* Schwebo — Archetyp F „Wohn-Magazin, hell & still“: warmes Papierweiß, Georgia-Serif,
   Kohle-Akzent + Rattanholz, Rahmen-Buttons (nicht gefüllt), viel Weißraum, Bild/Text im Wechsel.
   Bewusst das Gegenteil des einzigen anderen Einzelprodukt-Langseiters (TurboDry, kohlschwarz/kursiv):
   ruhig, editorial, zurückgenommen. */
:root {
  --bg: #faf9f6;          /* warmes Papierweiß */
  --paper: #ffffff;
  --paper-warm: #f4f1ea;  /* leicht getönte Fläche */
  --ink: #3a3733;         /* tiefes warmes Grau (Fließtext) */
  --muted: #8a847a;
  --charcoal: #1f1d1a;    /* Hauptfarbe */
  --charcoal-soft: #2c2925;
  --rattan: #c19a6b;      /* Rattanholz-Akzent */
  --rattan-soft: #ede3d5;
  --line: #e6e0d5;
  --radius: 3px;
  --shadow: 0 10px 40px rgba(31, 29, 26, .06);
  --font-head: Georgia, "Times New Roman", "Songti SC", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--ink); line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-head); font-weight: 400; letter-spacing: .002em; color: var(--charcoal); line-height: 1.25; }
a { color: var(--charcoal); }
.kicker { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .28em; font-size: .7rem; font-weight: 600; color: var(--rattan); }

/* ---------- Navigation (minimal, hell, ruhig) ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250, 249, 246, .9); backdrop-filter: blur(9px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: 1080px; margin: 0 auto; padding: 20px 26px; display: flex; align-items: center; gap: 22px; }
.logo { font-family: var(--font-head); font-size: 1.5rem; font-weight: 400; color: var(--charcoal); text-decoration: none; letter-spacing: .04em; }
.logo .dot { color: var(--rattan); }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-sections { display: contents; }
.nav-sections a { color: var(--ink); text-decoration: none; font-size: .84rem; letter-spacing: .06em; text-transform: uppercase; padding: 4px 2px; }
.nav-sections a:hover { color: var(--rattan); }
.lang-switch { border: 1px solid var(--line); border-radius: 999px; padding: 4px 13px; text-decoration: none; color: var(--muted); font-size: .78rem; letter-spacing: .08em; }
.lang-switch:hover { border-color: var(--charcoal); color: var(--charcoal); }
.cart-link { border: 1px solid var(--charcoal); color: var(--charcoal); text-decoration: none; border-radius: 999px; padding: 7px 18px; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; transition: background .15s ease, color .15s ease; }
.cart-link:hover { background: var(--charcoal); color: var(--bg); }
.cart-count { font-weight: 700; margin-left: 3px; }
.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(--charcoal); margin: 5px 0; }

/* ---------- Buttons (Rahmen, nicht gefüllt) ---------- */
.btn { display: inline-block; border: 1.5px solid var(--charcoal); background: transparent; color: var(--charcoal); cursor: pointer; text-decoration: none; text-align: center; font-size: .82rem; font-family: var(--font-body); letter-spacing: .1em; text-transform: uppercase; border-radius: var(--radius); padding: 13px 28px; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.btn-primary:hover { background: var(--charcoal); color: var(--bg); }
.btn-ghost { border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--charcoal); color: var(--charcoal); }

/* ---------- Hero (still, Bild zentriert, ein Satz) ---------- */
.hero { max-width: 900px; margin: 0 auto; padding: 84px 26px 44px; text-align: center; }
.hero .kicker { display: block; margin-bottom: 22px; }
.hero h1 { font-size: 2.6rem; line-height: 1.22; max-width: 20ch; margin: 0 auto; }
.hero h1 em { font-style: italic; color: var(--rattan); }
.hero-figure { margin: 44px auto 0; max-width: 560px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); }
.hero-figure img { margin: 0 auto; max-height: 380px; width: auto; object-fit: contain; }
.hero .lead { margin: 34px auto 0; color: var(--muted); font-size: 1.06rem; max-width: 46ch; }
.hero-cta { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-price { margin-top: 18px; font-family: var(--font-head); font-size: 1.15rem; color: var(--charcoal); }
.hero-price .vat { font-family: var(--font-body); font-size: .78rem; color: var(--muted); letter-spacing: .02em; }

/* ---------- Feature-Bänder (Bild/Text im Wechsel) ---------- */
.feature { border-top: 1px solid var(--line); }
.feature.alt { background: var(--paper-warm); }
.feature-inner { max-width: 1080px; margin: 0 auto; padding: 76px 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature.alt .feature-media { order: 2; }
.feature-media { display: flex; justify-content: center; }
.feature-frame { width: 100%; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.feature-frame img { margin: 0 auto; max-height: 320px; width: auto; object-fit: contain; }
.feature-frame svg { display: block; width: 100%; height: auto; }
.feature-text .kicker { display: block; margin-bottom: 16px; }
.feature-text h2 { font-size: 1.7rem; margin-bottom: 16px; }
.feature-text p { color: var(--ink); font-size: 1.02rem; }
.feature-text p + p { margin-top: 14px; color: var(--muted); }

/* ---------- Sektionen allgemein ---------- */
.section { max-width: 1080px; margin: 0 auto; padding: 76px 26px; }
.section-head { text-align: center; max-width: 40ch; margin: 0 auto 44px; }
.section-head .kicker { display: block; margin-bottom: 14px; }
.section-head h2 { font-size: 1.9rem; }
.section-head p { color: var(--muted); margin-top: 12px; }

/* ---------- Technische Daten ---------- */
.specs { max-width: 760px; margin: 0 auto; }
.spec-table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.spec-table th, .spec-table td { text-align: left; padding: 16px 22px; border-bottom: 1px solid var(--line); font-size: .96rem; }
.spec-table th { width: 42%; color: var(--muted); font-weight: 600; font-family: var(--font-body); }
.spec-table td { color: var(--charcoal); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: none; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 0; max-width: 760px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 22px 4px; }
.faq-item h3 { font-size: 1.12rem; margin-bottom: 8px; }
.faq-item p { font-size: .98rem; color: var(--muted); }

/* ---------- CTA-Band ---------- */
.cta-band { background: var(--charcoal); color: var(--bg); text-align: center; }
.cta-band .inner { max-width: 720px; margin: 0 auto; padding: 84px 26px; }
.cta-band .kicker { color: var(--rattan); display: block; margin-bottom: 18px; }
.cta-band h2 { color: var(--bg); font-size: 2rem; margin-bottom: 14px; }
.cta-band p { color: rgba(250, 249, 246, .72); margin-bottom: 30px; }
.cta-band .btn { border-color: var(--bg); color: var(--bg); }
.cta-band .btn:hover { background: var(--bg); color: var(--charcoal); }
.cta-band .price-line { margin-top: 20px; font-family: var(--font-head); font-size: 1.05rem; color: rgba(250,249,246,.85); }

/* ---------- Produktkarten (falls per app.js gerendert) ---------- */
.cards { display: grid; grid-template-columns: 1fr; gap: 26px; max-width: 520px; margin: 0 auto; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.card-media { background: var(--paper-warm); padding: 30px; display: flex; justify-content: center; }
.card-media img { max-height: 240px; width: auto; object-fit: contain; }
.card-body { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 8px; }
.badge { align-self: flex-start; background: var(--rattan-soft); color: #8a6a3f; border-radius: 999px; padding: 3px 13px; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.card h3 { font-size: 1.25rem; }
.card .sub { color: var(--muted); font-size: .92rem; }
.card .price { font-family: var(--font-head); font-size: 1.35rem; color: var(--charcoal); margin-top: 6px; }
.vat { font-size: .74rem; color: var(--muted); font-family: var(--font-body); }
.card .actions { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }

/* ---------- Produktseite (generiert) ---------- */
.product-page { max-width: 1080px; margin: 0 auto; padding: 56px 26px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.product-media { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 44px; display: flex; justify-content: center; box-shadow: var(--shadow); }
.product-media img { max-height: 440px; width: auto; object-fit: contain; }
.product-info h1 { font-size: 2rem; margin: 14px 0 6px; }
.product-info .subtitle { color: var(--muted); font-size: 1.02rem; }
.product-info .price { font-family: var(--font-head); font-size: 1.9rem; color: var(--charcoal); margin: 20px 0; }
.product-info .btn { margin-top: 4px; }
.audience { background: var(--rattan-soft); border-left: 3px solid var(--rattan); border-radius: 0 var(--radius) var(--radius) 0; padding: 14px 18px; font-size: .97rem; margin-top: 22px; color: var(--charcoal-soft); }
.bullets { list-style: none; margin: 22px 0 0; padding: 0; }
.bullets li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: .98rem; }
.bullets li::before { content: "—"; position: absolute; left: 0; color: var(--rattan); }
.product-page .specs { margin-top: 60px; }
.product-page .specs h2 { font-size: 1.5rem; margin-bottom: 20px; text-align: center; }

/* ---------- Warenkorb / Unterseiten ---------- */
.cart-page { max-width: 900px; margin: 0 auto; padding: 60px 26px; min-height: 50vh; }
.cart-page > h1 { font-size: 2rem; margin-bottom: 20px; }
.table-scroll { overflow-x: auto; }
.cart-table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cart-table th, .cart-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: .95rem; }
.cart-table thead th { color: var(--muted); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.qty-controls { display: inline-flex; align-items: center; gap: 12px; }
.qty-controls button { width: 30px; height: 30px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; font-size: 1rem; }
.qty-controls button:hover { border-color: var(--charcoal); }
.cart-summary { display: flex; justify-content: flex-end; align-items: center; gap: 24px; margin-top: 26px; }
.cart-summary .total { font-family: var(--font-head); font-size: 1.3rem; }
.checkout-note { color: var(--muted); font-size: .84rem; margin-top: 14px; text-align: right; }
.cart-empty { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; text-align: center; }

/* ---------- Legal-Seiten (aus Referenzquelle übernommen) ---------- */
.footer-logo { max-height: 30px; width: auto; }

/* ---------- Footer ---------- */
.footer { background: var(--paper-warm); margin-top: 0; border-top: 1px solid var(--line); }
.footer .cols { max-width: 1080px; margin: 0 auto; padding: 56px 26px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; font-size: .9rem; color: var(--muted); }
.footer a { color: var(--ink); text-decoration: none; }
.footer a:hover { color: var(--rattan); }
.footer-brand { font-family: var(--font-head); font-size: 1.35rem; font-weight: 400; color: var(--charcoal); letter-spacing: .04em; }
.footer-brand .dot { color: var(--rattan); }

/* ---------- Mobil ---------- */
@media (max-width: 860px) {
  .hero { padding-top: 52px; }
  .hero h1 { font-size: 1.95rem; }
  .hero-figure { padding: 26px; }
  .feature-inner { grid-template-columns: 1fr; gap: 32px; padding: 54px 26px; }
  .feature.alt .feature-media { order: 0; }
  .feature-media { order: 0; }
  .product-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer .cols { grid-template-columns: 1fr; gap: 22px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; }
  .nav.menu-open .nav-links { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); flex-direction: column; align-items: stretch; padding: 16px 26px 24px; gap: 6px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.menu-open .nav-sections { display: flex; flex-direction: column; }
  .nav.menu-open .nav-sections a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .nav.menu-open .cart-link, .nav.menu-open .lang-switch { margin-top: 12px; text-align: center; }
}
