:root{--navy:#082b52;--navy-2:#0b3b69;--turquoise:#08aaa6;--mint:#e2f7f5;--paper:#f4f8fa;--line:#dce7ed;--muted:#62778a;--white:#fff;--shadow:0 18px 50px rgba(8,43,82,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--navy);background:#fff}
button,input,select,textarea{font:inherit}
button,a{cursor:pointer}
.site-header{height:86px;display:flex;align-items:center;gap:34px;padding:0 clamp(22px,5vw,76px);position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid rgba(220,231,237,.8)}
.shop-brand{margin-right:auto}
.shop-brand img{display:block;width:210px;height:58px;object-fit:cover;object-position:center}
.site-header nav{display:flex;gap:27px}
.site-header nav a{color:var(--navy);text-decoration:none;font-size:13px;font-weight:700}
.cart-button{border:0;background:var(--navy);color:#fff;padding:12px 15px;border-radius:11px;font-weight:800}
.cart-button span{background:var(--turquoise);border-radius:999px;padding:3px 7px;margin-left:6px}
.hero{min-height:620px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;padding:80px clamp(24px,8vw,130px);background:linear-gradient(135deg,#f8fbfd 0%,#edf8f7 100%);overflow:hidden;position:relative}
.hero-copy{max-width:720px;position:relative;z-index:2}
.eyebrow{color:var(--turquoise);font-size:11px;font-weight:900;letter-spacing:.18em;margin:0 0 12px}
.eyebrow.light{color:#77e0db}
.hero h1{font:800 clamp(46px,6vw,78px)/1.02 Georgia,serif;letter-spacing:-.035em;margin:0 0 24px}
.hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.7;color:var(--muted);max-width:680px}
.hero-actions{display:flex;gap:12px;margin-top:34px}
.button{border:0;border-radius:11px;padding:14px 19px;font-weight:850;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.button.primary{background:var(--turquoise);color:#fff;box-shadow:0 12px 24px rgba(8,170,166,.22)}
.button.secondary{background:#fff;color:var(--navy);border:1px solid var(--line)}
.button.light{background:#fff;color:var(--navy)}
.button.full{width:100%}
.hero-skyline{position:absolute;left:0;right:0;bottom:-105px;margin:0;z-index:0;pointer-events:none;display:flex;justify-content:center;opacity:.24}
.hero-skyline img{display:block;width:100%;height:auto;min-width:1100px;filter:saturate(.9)}
.hero-card{background:var(--navy);color:#fff;padding:42px;border-radius:28px;box-shadow:var(--shadow);transform:rotate(2deg);position:relative;z-index:2}
.hero-card span{color:#71deda;font-size:10px;letter-spacing:.17em;font-weight:900}
.hero-card strong{display:block;font:700 31px/1.2 Georgia,serif;margin:17px 0 27px}
.hero-card ul{list-style:none;padding:0;margin:0;display:grid;gap:13px}
.hero-card li:before{content:"✓";color:var(--turquoise);margin-right:10px}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:1120px;margin:-34px auto 0;background:#fff;box-shadow:var(--shadow);border-radius:18px;position:relative;z-index:2}
.trust-strip div{padding:25px 35px;border-right:1px solid var(--line)}
.trust-strip div:last-child{border:0}
.trust-strip strong,.trust-strip span{display:block}
.trust-strip span{font-size:11px;color:var(--muted);margin-top:5px}
.catalog-section{padding:110px clamp(24px,7vw,110px)}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}
.section-head h2,.contact-section h2,.service-section h2{font:750 39px Georgia,serif;margin:0}
.filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.filter-button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;color:var(--muted);font-size:11px;font-weight:800}
.filter-button.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-image{height:230px;background:var(--paper);display:grid;place-items:center}
.product-image img{width:100%;height:100%;object-fit:cover}
.product-placeholder{font-size:52px;color:var(--turquoise)}
.product-info{padding:20px}
.product-meta{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.product-info h3{font:700 22px Georgia,serif;margin:11px 0 8px}
.product-info p{color:var(--muted);font-size:12px;line-height:1.6;min-height:38px}
.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px}
.product-price{font:800 22px Georgia,serif}
.add-button{border:0;background:var(--turquoise);color:#fff;border-radius:9px;padding:10px 13px;font-weight:850}
.stock-note{font-size:9px;color:#27806c}
.stock-note.empty{color:#a04949}
/* Lesekontur für Produkttexte auf hellen und dunklen Produktfotos */
.product-info h3,.product-price{
  -webkit-text-stroke:1.2px rgba(255,255,255,.98);
  paint-order:stroke fill;
  text-shadow:1px 0 #fff,-1px 0 #fff,0 1px #fff,0 -1px #fff;
}
.product-info p,.product-meta,.stock-note{
  -webkit-text-stroke:.65px rgba(255,255,255,.96);
  paint-order:stroke fill;
  text-shadow:.6px 0 #fff,-.6px 0 #fff,0 .6px #fff,0 -.6px #fff;
}
.empty-catalog{grid-column:1/-1;padding:60px;text-align:center;background:var(--paper);border-radius:18px;color:var(--muted)}
.service-section{margin:0 clamp(24px,7vw,110px);background:var(--navy);color:#fff;border-radius:24px;padding:45px 52px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.service-section p:not(.eyebrow){color:#b8c9d7;max-width:700px;line-height:1.7}
.contact-section{padding:100px clamp(24px,10vw,160px);display:flex;justify-content:space-between;align-items:center;gap:30px}
.contact-section p:not(.eyebrow){color:var(--muted);line-height:1.7}
footer{background:#061f3a;color:#fff;padding:40px clamp(24px,6vw,90px);display:flex;align-items:center;gap:24px}
footer img{width:175px;height:55px;object-fit:cover;object-position:center;background:#fff;border-radius:9px}
footer strong,footer span{display:block}
footer span{font-size:10px;color:#9eb2c3;margin-top:4px}
.footer-links{margin-left:auto;display:flex;gap:18px;align-items:center}
.footer-links button,.footer-links a{border:0;background:none;color:#c3d1dc;font-size:11px;text-decoration:none}
.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(430px,100vw);background:#fff;z-index:50;padding:25px;transform:translateX(105%);transition:.25s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(8,43,82,.2)}
.cart-drawer.open{transform:none}
.backdrop{position:fixed;inset:0;background:rgba(4,25,46,.58);z-index:40;opacity:0;pointer-events:none;transition:.2s}
.backdrop.open{opacity:1;pointer-events:auto}
.drawer-head,.dialog-head{display:flex;justify-content:space-between;align-items:flex-start}
.drawer-head h2,.dialog-head h2{font:750 26px Georgia,serif;margin:0}
.close-button{border:0;background:var(--paper);width:36px;height:36px;border-radius:9px;font-size:21px;color:var(--navy)}
.cart-items{flex:1;overflow:auto;margin:25px 0}
.cart-note-label{font-size:10px;font-weight:850;color:var(--muted);margin-bottom:14px}
.cart-note-label textarea{display:block;width:100%;min-height:76px;resize:vertical;margin-top:6px;border:1px solid var(--line);border-radius:9px;padding:10px;color:var(--navy);font:inherit}
.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:15px 0;border-bottom:1px solid var(--line)}
.cart-item strong,.cart-item small{display:block}
.cart-item small{color:var(--muted);margin-top:4px}
.cart-controls{display:flex;align-items:center;gap:7px}
.cart-controls button{border:0;background:var(--paper);width:27px;height:27px;border-radius:7px}
.cart-summary{display:flex;justify-content:space-between;font-size:14px;border-top:2px solid var(--navy);padding:17px 0}
.cart-summary strong{font-size:21px}
.tax-note{font-size:10px;color:var(--muted);line-height:1.5}
dialog{border:0;border-radius:20px;padding:0;width:min(680px,calc(100vw - 28px));box-shadow:0 30px 90px rgba(4,25,46,.3)}
dialog::backdrop{background:rgba(4,25,46,.58)}
dialog form,#legalDialog>div{padding:27px}
#legalDialog{padding:27px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}
.form-grid label{font-size:10px;font-weight:850;color:var(--muted)}
.form-grid .wide{grid-column:1/-1}
.form-grid input,.form-grid select,.form-grid textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:9px;padding:11px;color:var(--navy)}
.form-grid textarea{min-height:75px}
.checkout-note{background:var(--mint);padding:12px;border-radius:9px;font-size:10px;color:var(--muted)}
.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}
.legal-content{color:var(--muted);font-size:13px;line-height:1.7}
.product-dialog{padding:27px;width:min(820px,calc(100vw - 28px))}
.product-detail-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin:22px 0}
.product-detail-gallery img{width:100%;height:260px;object-fit:cover;border-radius:12px;background:var(--paper)}
.product-detail-gallery .product-placeholder{height:250px;background:var(--paper);display:grid;place-items:center;border-radius:12px}
.product-detail-description{white-space:pre-line;color:var(--muted);font-size:13px;line-height:1.75}
.product-detail-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);padding-top:18px;margin-top:20px}
.product-detail-bottom strong,.product-detail-bottom small{display:block}.product-detail-bottom strong{font:800 25px Georgia,serif}.product-detail-bottom small{color:var(--muted);margin-top:4px}
.toast{position:fixed;right:24px;bottom:24px;background:var(--navy);color:#fff;padding:13px 17px;border-radius:10px;z-index:80;opacity:0;transform:translateY(10px);transition:.2s}
.toast.show{opacity:1;transform:none}
@media(max-width:900px){.site-header nav{display:none}
.hero{grid-template-columns:1fr;padding-top:55px}
.hero-card{transform:none}.hero-skyline{bottom:-35px;opacity:.18}.hero-skyline img{width:auto;height:68%;min-width:1100px}
.product-grid{grid-template-columns:repeat(2,1fr)}
.trust-strip{margin:0;border-radius:0}
.service-section,.contact-section{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){.site-header{height:72px;padding:0 14px}
.shop-brand img{width:150px}
.cart-button{font-size:0}
.cart-button:before{content:"Warenkorb";font-size:11px}
.hero{padding:55px 20px}
.hero h1{font-size:44px}
.trust-strip{grid-template-columns:1fr}
.trust-strip div{border-right:0;border-bottom:1px solid var(--line)}
.catalog-section{padding:75px 18px}
.section-head{align-items:flex-start;flex-direction:column;gap:20px}
.filters{justify-content:flex-start}
.product-grid{grid-template-columns:1fr}
.service-section{margin:0 18px;padding:30px}
.contact-section{padding:75px 24px}
footer{align-items:flex-start;flex-wrap:wrap}
.footer-links{margin:10px 0 0;flex-wrap:wrap}
.form-grid{grid-template-columns:1fr}
.form-grid .wide{grid-column:auto}
}


.catalog-rest-head{margin-top:70px}.product-groups{display:grid;gap:54px}.product-group h3{font-family:Georgia,serif;color:#082b52;font-size:28px;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #00aaa7}.empty-catalog-wide{padding:30px;border:1px dashed #b9cad6;border-radius:16px;color:#657b8d;text-align:center}
