:root{
  --nav:#15243a;--gold:#c9ab67;--text:#2f2f2f;--muted:#7b7b7b;--bg:#f4f4f2;--line:#cfcfcf;--card:#ffffff;
  --shadow:0 18px 42px rgba(0,0,0,.10);--hero-overlay:linear-gradient(180deg,rgba(10,19,31,.20),rgba(10,19,31,.08) 25%,rgba(255,255,255,0) 55%,rgba(255,255,255,.22));
  --page-gradient: linear-gradient(#fafafa,#efefef);
  --section-surface: linear-gradient(180deg,#fff,#f6f6f4);
  --promo-bg: linear-gradient(90deg,#1b2a40,#2b4b78);
  --promo-text:#fff;
  --feature-chip-bg:#faf8f4;
  --feature-chip-border:#ece5d8;
  --feature-chip-text:#67583a;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Georgia,"Times New Roman",serif;background:var(--page-gradient);color:var(--text)}
body.has-ambient::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.15;background:var(--ambient-image, none) center/cover no-repeat fixed}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.topbar{background:linear-gradient(180deg,#203553,#15243a);color:#fff;border-bottom:1px solid rgba(255,255,255,.16);position:sticky;top:0;z-index:10;backdrop-filter:blur(10px)}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}
.brand-mini{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.02em}
.brand-mini img{width:46px;height:46px;object-fit:contain}
.nav{display:flex;gap:10px;flex-wrap:wrap}
.nav a{padding:10px 14px;border-radius:999px;color:rgba(255,255,255,.86);font-size:.98rem}
.nav a.active,.nav a:hover{background:rgba(255,255,255,.12);color:#fff}
.promo-bar{background:var(--promo-bg);color:var(--promo-text);padding:10px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.promo-inner{display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.promo-copy{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.promo-eyebrow{padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);font-size:.85rem;font-weight:700}
.hero{position:relative;min-height:46vh;background:var(--hero-image) center/cover no-repeat;border-bottom:1px solid #ddd}
.hero::before{content:"";position:absolute;inset:0;background:var(--hero-overlay)}
.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:520px;text-align:center;padding:48px 20px}
.hero-logo{width:min(520px,82vw);margin-bottom:18px;filter:drop-shadow(0 10px 12px rgba(255,255,255,.75)) drop-shadow(0 8px 10px rgba(0,0,0,.05))}
.hero .sub{font-size:clamp(1rem,2.1vw,1.7rem);font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.35);background:rgba(0,0,0,.22);padding:10px 18px;border-radius:999px;backdrop-filter: blur(4px)}
.page-intro{background:linear-gradient(180deg,#fff,#f6f6f6);padding:34px 0;border-bottom:1px solid #e2e2e2}
.page-intro p{max-width:900px;margin:0 auto;text-align:center;font-size:1.08rem;line-height:1.75;color:#555}
.section{padding:38px 0}.section.alt{background:var(--section-surface)}
.section-title{display:flex;align-items:center;gap:22px;justify-content:center;margin:0 0 26px;font-size:clamp(1.8rem,3vw,3rem);font-style:italic;color:#2a2a2a}
.section-title::before,.section-title::after{content:"";height:2px;width:min(28vw,280px);background:linear-gradient(90deg,transparent,#808080,transparent)}
.card{background:rgba(255,255,255,.92);border:1px solid #e4e4e4;border-radius:24px;box-shadow:var(--shadow)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{padding:26px;text-align:center;position:relative;overflow:hidden}
.product-card::after{content:"";position:absolute;inset:auto -20% -40px -20%;height:100px;background:radial-gradient(circle at center, rgba(0,0,0,.08), transparent 60%);pointer-events:none}
.product-card img{height:260px;object-fit:contain;margin:0 auto 12px;border-radius:20px}
.product-card h3{margin:10px 0 6px;font-size:2rem;font-style:italic}.product-card p{margin:0;color:#666;line-height:1.6}
.price{display:block;margin-top:10px;font-size:2rem;font-weight:700}
.meta-row{display:flex;justify-content:center;gap:10px;margin-top:12px;color:#787878;font-size:.92rem;flex-wrap:wrap}
.disabled-shop{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:24px}
.muted-item{padding:16px 10px;text-align:center;border:1px solid #e2e2e2;border-radius:20px;background:linear-gradient(180deg,#fafafa,#f0f0f0);filter:grayscale(1);opacity:.72}
.muted-item img{height:94px;width:100%;object-fit:cover;border-radius:14px;margin-bottom:10px}
.muted-item strong{display:block;font-size:1rem}.muted-item span{font-size:.9rem;color:#666}
.icon-bar{display:flex;justify-content:center;gap:12px;margin-top:18px;color:#a9a9a9;font-size:1.3rem}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center}
.feature-copy{padding:26px 28px}.feature-copy p{line-height:1.8;color:#575757;font-size:1.08rem}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 18px;margin-top:18px}
.feature-list div{background:var(--feature-chip-bg);border:1px solid var(--feature-chip-border);padding:12px 14px;border-radius:16px;font-size:.96rem;color:var(--feature-chip-text)}
.teaser-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;margin-top:18px}.stack{display:grid;gap:22px}
.tile{position:relative;overflow:hidden;border-radius:22px;min-height:220px;background:#ddd;box-shadow:var(--shadow)}
.tile img{width:100%;height:100%;object-fit:cover}
.tile .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.06),rgba(10,10,10,.4));display:flex;align-items:flex-end;padding:22px;color:#fff}
.tile .overlay h3{margin:0 0 8px;font-size:2.1rem;font-style:italic}.tile .overlay p{margin:0;max-width:80%;line-height:1.6}
.info-band{margin-top:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.info-band .mini-card{display:flex;gap:16px;align-items:center;padding:18px 20px}
.info-band .mini-card strong{display:block;font-size:1.2rem;margin-bottom:4px}.info-band .mini-card span{color:#666;line-height:1.5}
.notice{background:linear-gradient(180deg,#fffdf7,#f7f2e7);border:1px solid #eadfbf;padding:18px 22px;border-radius:18px;color:#5f4f28;line-height:1.7}
.footer{background:#16253a;color:#e7edf5;margin-top:40px;padding:34px 0 48px}
.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:24px}.footer h4{margin:0 0 12px;font-size:1.15rem}
.footer p,.footer li{color:#cfd8e2;line-height:1.7;margin:0;white-space:pre-line}
.footer ul{margin:0;padding-left:18px}
.badge{display:inline-block;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;margin:6px 8px 0 0;color:#f4f6f9;font-size:.92rem}
.page-hero{padding:52px 0;background:linear-gradient(180deg,#fff,#f6f6f4);border-bottom:1px solid #e7e7e7}
.page-hero h1{margin:0 0 10px;font-size:clamp(2.2rem,4vw,3.6rem);font-style:italic;text-align:center}
.page-hero p{margin:0 auto;max-width:880px;text-align:center;color:#666;line-height:1.8;font-size:1.06rem}
.text-cols{columns:2 320px;column-gap:28px}.text-cols p{margin:0 0 1em;line-height:1.9;color:#555}
.table-like{display:grid;gap:14px}.table-row{display:grid;grid-template-columns:1.1fr .8fr .6fr .5fr;gap:14px;padding:16px 18px;border:1px solid #ebebeb;border-radius:18px;background:#fff}
.table-row.header{background:#f7f7f7;font-weight:700;color:#444}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;border:1px solid #d9d9d9;background:#fff;color:#333;font-weight:700}
.btn.primary{background:#1b2a40;color:#fff;border-color:#1b2a40}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery .tile{min-height:260px}
.small{font-size:.95rem;color:#777}.center{text-align:center}
.toolbar{position:fixed;right:14px;bottom:14px;z-index:20;display:flex;gap:8px;align-items:center;padding:10px 12px;border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.06)}
.toolbar select{padding:8px 10px;border-radius:12px;border:1px solid #ddd;background:#fff}
.edit-note{margin-top:24px;padding:16px 18px;border-radius:18px;background:#f8fafc;border:1px dashed #c8d2e1;color:#5d6a7c}
@media (max-width: 980px){
  .product-grid,.disabled-shop,.info-band,.footer-grid,.gallery,.teaser-grid,.two-col{grid-template-columns:1fr}
  .stack{grid-template-columns:1fr}.nav{justify-content:center}
  .topbar .container{padding:10px 0;flex-direction:column}.feature-list{grid-template-columns:1fr}.table-row{grid-template-columns:1fr}
  .promo-inner{align-items:flex-start}.toolbar{left:14px;right:14px;justify-content:space-between}
}

/* Produkt-Links und Detailseite */
.product-card-link{display:block;color:inherit}
.product-card-link .product-card{height:100%;transition:transform .18s ease, box-shadow .18s ease}
.product-card-link:hover .product-card{transform:translateY(-2px)}
.product-detail-grid{align-items:start}
.product-detail-media{padding:26px}
.product-detail-media img{width:100%;height:auto;object-fit:contain;border-radius:20px}
.disabled-actions .disabled-btn{opacity:.55;cursor:not-allowed;filter:grayscale(1)}
.product-detail-icons{justify-content:flex-start}


.footer-legal{display:flex;justify-content:center;align-items:center;gap:12px;padding-top:20px;margin-top:22px;border-top:1px solid rgba(255,255,255,.12);color:#cfd8e2}
.footer-legal a{color:#e7edf5}
.legal-wrap{display:grid;gap:18px}
.legal-card{padding:24px 26px}
.legal-card h2{margin:0 0 14px;font-size:1.5rem;font-style:italic;color:#24354c}
.legal-card p{margin:0 0 1em;line-height:1.8;color:#555;white-space:pre-line}
