:root{
  /* Look wie dein Screenshot: dunkel + gold */
  --bg:#07070a;
  --wine:#6f0f18;
  --gold:#d9b36c;
  --goldSoft:#f0d8a6;

  /* Heller „Block“ oben drauf */
  --sheet:#f5f2ec;
  --sheet2:#ffffff;
  --text:#121212;
  --muted:#5a5a5a;

  --line: rgba(0,0,0,.10);
  --lineDark: rgba(217,179,108,.18);

  --radius: 26px;
  --shadow: 0 18px 58px rgba(0,0,0,.45);

  --sans: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --poliesster: "Allura", cursive;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: var(--sans);
  background:
    radial-gradient(1200px 700px at 20% 10%, rgba(217,179,108,.12), transparent 62%),
    radial-gradient(900px 600px at 86% 18%, rgba(111,15,24,.38), transparent 64%),
    linear-gradient(180deg, #06060a, #0a0a10 45%, #06060a);
  color: #eee;
}

a{ color: inherit; text-underline-offset: 4px; }

.skip{
  position:absolute; left:-999px; top:12px;
  background:#fff; color:#000; padding:10px 12px;
  border-radius:10px; z-index:9999;
}
.skip:focus{ left:12px; }

.wrap{ max-width: 1120px; margin: 0 auto; padding: 20px 16px 60px; }

/* Topbar */
.topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,7,10,.74);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--lineDark);
}
.topbar__inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand__mark{
  width:40px;height:40px;display:grid;place-items:center;
  border:1px solid rgba(217,179,108,.32);
  border-radius:14px;
  background: linear-gradient(180deg, rgba(217,179,108,.10), rgba(255,255,255,.02));
}
.brand__name{ font-weight: 900; letter-spacing:.2px; color: var(--goldSoft); }
.brand__tag{ font-size:12px; color: rgba(240,216,166,.78); letter-spacing:.4px; }
.topbar__actions{ display:flex; gap: 10px; align-items:center; }

/* Buttons */
.btn{
  appearance:none;
  border:1px solid rgba(217,179,108,.26);
  background: rgba(255,255,255,.04);
  color: rgba(240,216,166,.92);
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 900;
  cursor:pointer;
  transition: transform .08s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{ background: rgba(255,255,255,.07); border-color: rgba(217,179,108,.42); }
.btn:active{ transform: translateY(1px); }
.btn--solid{
  background: linear-gradient(135deg, rgba(111,15,24,.58), rgba(217,179,108,.20));
  border-color: rgba(217,179,108,.46);
}
.btn--ghost{ background: rgba(255,255,255,.03); }

/* Background Blocks */
.bgblock{
  position: relative;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid rgba(217,179,108,.16);
  box-shadow: var(--shadow);
  margin: 18px 0;
  padding: 18px;
}
.bgblock::before{
  content:"";
  position:absolute; inset:0;
  background-image: var(--bgimg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) contrast(1.06);
  transform: scale(1.02);
}
.bgblock__scrim{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 520px at 12% 18%, rgba(217,179,108,.14), transparent 62%),
    linear-gradient(90deg, rgba(0,0,0,.70), rgba(0,0,0,.40) 45%, rgba(0,0,0,.70));
}
.bgblock > *{ position: relative; z-index: 1; }

.bgblock--hero{ padding: 22px; }

/* The light paper sheet */
.sheet{
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,242,236,.92));
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.06);
  color: var(--text);
  padding: 18px;
  max-width: 960px;
}
.sheet--hero{ max-width: 1040px; }

.kicker{
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(18,18,18,.62);
}
.headline{
  margin: 0 0 12px;
  font-family: var(--poliesster);
  font-size: clamp(44px, 6.2vw, 78px);
  line-height: .92;
  color: var(--gold);
}
.lead{
  margin: 0 0 14px;
  color: rgba(18,18,18,.86);
  max-width: 72ch;
}

.heroGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0 12px;
}
@media (max-width: 720px){
  .heroGrid{ grid-template-columns: 1fr; }
}

.meta{
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.60);
  border-radius: 18px;
  padding: 12px;
}
.meta__label{
  font-size: 12px;
  letter-spacing: .12em;
  color: rgba(18,18,18,.62);
}
.meta__value{ margin-top: 4px; font-weight: 900; }

.note{
  border-left: 3px solid rgba(217,179,108,.85);
  background: rgba(217,179,108,.10);
  border-radius: 16px;
  padding: 10px 12px;
  color: rgba(18,18,18,.90);
}

/* Quick panel inside hero */
.quick{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.10);
}
.quick__title{
  font-weight: 900;
  letter-spacing: .22em;
  font-size: 11px;
  color: rgba(18,18,18,.62);
  margin-bottom: 10px;
}
.chips{ display:flex; flex-wrap:wrap; gap: 8px; }
.chip{
  text-decoration:none;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(217,179,108,.34);
  background: rgba(255,255,255,.62);
  font-weight: 900;
  color: rgba(18,18,18,.86);
}
.chip:hover{ border-color: rgba(111,15,24,.35); }

.mini{ margin-top: 12px; display:grid; gap: 10px; }
.miniRow{
  display:flex; align-items:center; justify-content:space-between;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.55);
}
.miniRow strong{ color: var(--gold); }

.fine{ margin: 10px 0 0; color: rgba(18,18,18,.62); font-size: 12px; }

/* Section titles */
.sectionTitle{
  margin: 0;
  font-family: var(--poliesster);
  font-size: 52px;
  line-height: .95;
  color: var(--gold);
}
.sectionSub{
  margin: 8px 0 0;
  color: rgba(18,18,18,.72);
  max-width: 80ch;
}

/* Cards */
.cards{ margin-top: 14px; display:grid; gap: 12px; }
.cards--2{ grid-template-columns: repeat(2, 1fr); }
.cards--3{ grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px){
  .cards--2, .cards--3{ grid-template-columns: 1fr; }
}

.card{
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.62);
  padding: 16px;
}
.card--wide{ grid-column: 1 / -1; }

.card--gold{
  border-color: rgba(217,179,108,.36);
  background: linear-gradient(180deg, rgba(255,255,255,.70), rgba(240,216,166,.16));
}

.card__kicker{
  font-size: 11px;
  letter-spacing: .24em;
  color: rgba(18,18,18,.56);
  margin-bottom: 8px;
}
.card__title{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: rgba(18,18,18,.92);
}
.card__text{ margin: 0 0 10px; color: rgba(18,18,18,.84); }
.card__fine{ margin: 10px 0 0; color: rgba(18,18,18,.62); font-size: 12px; }

.list{
  margin: 10px 0 0;
  padding: 0 0 0 18px;
  color: rgba(18,18,18,.84);
}
.list li{ margin: 6px 0; }

.table{
  margin-top: 10px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
}
.row{
  display:flex; align-items:center; justify-content:space-between; gap: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,.58);
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.row:last-child{ border-bottom: none; }
.row strong{ color: var(--gold); }

.priceLine{
  display:flex; align-items:baseline; gap: 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.08);
  flex-wrap: wrap;
}
.priceLine--big .priceValue{ font-size: 32px; }
.priceBadge{
  display:inline-block;
  font-size: 11px;
  letter-spacing: .22em;
  color: #111;
  background: var(--goldSoft);
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 900;
}
.priceValue{
  font-weight: 900;
  font-size: 26px;
  color: var(--wine);
}
.priceHint{ color: rgba(18,18,18,.62); font-size: 12px; }

.disclaimer{
  margin-top: 12px;
  border-radius: 18px;
  border: 1px dashed rgba(111,15,24,.22);
  background: rgba(111,15,24,.06);
  padding: 12px 14px;
  color: rgba(18,18,18,.78);
  font-size: 12px;
}

/* Contact */
.contactBox{
  margin-top: 12px;
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.62);
  padding: 16px;
}
.contactRow{
  display:flex; align-items:center; justify-content:space-between; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.contactRow:last-of-type{ border-bottom: none; }
.contactRow span{ color: rgba(18,18,18,.62); letter-spacing:.12em; font-size: 12px; }
.contactRow a{ color: rgba(18,18,18,.90); font-weight: 900; text-decoration:none; border-bottom: 1px solid rgba(111,15,24,.22); }
.contactRow a:hover{ border-bottom-color: rgba(217,179,108,.55); }

.contactActions{ display:flex; gap: 10px; margin-top: 14px; flex-wrap:wrap; }
.contactFine{ margin-top: 12px; color: rgba(18,18,18,.70); font-size: 12px; }

/* Footer */
.footer{
  margin-top: 22px;
  padding: 16px 0 8px;
  border-top: 1px solid rgba(217,179,108,.18);
}
.footer__inner{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap: 10px;
}
.footer__brand{ font-weight: 900; color: var(--goldSoft); }
.footer__links{ color: rgba(240,216,166,.78); font-size: 12px; }

/* Toast */
.toast{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  background: rgba(240,216,166,.94);
  color: #111;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  font-weight: 900;
}
.toast.show{ opacity: 1; transform: translateX(-50%) translateY(-2px); }

/* Print: Bilder aus, Sheet bleibt, sauber */
@media print{
  body{ background:#fff !important; }
  .topbar, .toast, .skip{ display:none !important; }
  .wrap{ max-width: 100%; padding: 0; }
  .bgblock{ box-shadow:none !important; border: none !important; margin: 10mm 0; padding: 0; }
  .bgblock::before, .bgblock__scrim{ display:none !important; }
  .sheet{ background: #fff !important; border: 1px solid rgba(0,0,0,.10) !important; }
  .headline, .sectionTitle{ color: #6f0f18 !important; }
  @page{ size: A4; margin: 12mm; }
}
