:root{--bg:#f7f6f2;--surface:#fff;--text:#18211b;--muted:#6b746d;--brand:#1f5b3c;--brand2:#d7a54a;--line:#e5e5de;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--surface);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{height:78px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);position:sticky;top:0;z-index:20}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800}.brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--brand);color:white;font-size:13px;letter-spacing:.5px}.nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:650}.nav a:hover{color:var(--brand)}.cart-link{background:var(--brand);color:#fff!important;padding:11px 16px;border-radius:999px}.cart-link span{display:inline-grid;place-items:center;background:#fff;color:var(--brand);min-width:21px;height:21px;padding:0 5px;border-radius:99px;margin-left:6px}.menu-toggle{display:none;border:0;background:none;font-size:24px}.hero{background:linear-gradient(135deg,#f4f2e9 0%,#eef3ed 100%);padding:86px 0}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:850;color:var(--brand);text-transform:uppercase}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.04;letter-spacing:-.045em;margin:14px 0 24px}.hero h1 span{color:var(--brand)}.hero p{font-size:18px;color:var(--muted);max-width:690px}.hero-actions{display:flex;gap:12px;margin:32px 0}.btn{display:inline-flex;justify-content:center;align-items:center;padding:13px 20px;border-radius:12px;border:1px solid transparent;font-weight:750;cursor:pointer;font:inherit}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{filter:brightness(.94)}.btn-secondary{border-color:#ccd1cc;background:#fff}.btn-light{background:#fff;color:var(--brand)}.btn-block{width:100%;margin-top:10px}.trust-row{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;font-weight:650;color:#465048}.hero-card{background:#fff;border-radius:24px;padding:26px;box-shadow:0 22px 60px rgba(27,52,35,.13);border:1px solid #e5e7e2}.hero-card-top{font-weight:800;font-size:20px;margin-bottom:18px}.mini-item{display:flex;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.mini-item>span{font-size:23px;width:44px;height:44px;border-radius:12px;background:#edf3ee;display:grid;place-items:center;color:var(--brand)}.mini-item div{display:flex;flex-direction:column}.mini-item small{color:var(--muted)}.section{padding:82px 0}.section-soft{background:var(--bg)}.section-head{max-width:700px;margin-bottom:36px}.section-head h2,.cta h2{font-size:38px;line-height:1.15;letter-spacing:-.03em;margin:10px 0}.section-head p{color:var(--muted)}.category-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{padding:26px;border:1px solid var(--line);border-radius:var(--radius);transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.07)}.category-icon{width:52px;height:52px;border-radius:14px;background:#eef4ef;color:var(--brand);display:grid;place-items:center;font-size:24px}.category-card h3{margin:18px 0 8px}.category-card p{font-size:14px;color:var(--muted);min-height:68px}.category-card span{font-weight:750;color:var(--brand)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.steps article{background:#fff;border-radius:var(--radius);padding:26px}.steps b{width:38px;height:38px;border-radius:99px;background:var(--brand);color:#fff;display:grid;place-items:center}.steps p{color:var(--muted);font-size:14px}.cta{background:var(--brand);color:#fff;border-radius:28px;padding:50px;display:flex;align-items:center;justify-content:space-between}.cta .eyebrow{color:#d7e8db}.cta p{color:#d8e4dc}.page-hero{padding:60px 0 45px;background:var(--bg)}.page-hero.small h1{font-size:48px}.page-hero p{color:var(--muted);font-size:17px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}.filter{padding:9px 15px;border:1px solid var(--line);border-radius:99px;font-size:14px;font-weight:700}.filter.active{background:var(--brand);color:#fff;border-color:var(--brand)}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.product-image{height:250px;background:#f4f4ef;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:14px;left:14px;background:var(--brand2);color:#242014;padding:5px 10px;border-radius:99px;font-size:12px;font-weight:800}.product-body{padding:22px}.product-body>small,.cart-main small{color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-body h2{font-size:21px;margin:7px 0}.product-body p{color:var(--muted);font-size:14px;min-height:45px}.product-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:20px}.product-bottom strong{font-size:20px}.product-bottom div{display:flex;flex-direction:column}.product-bottom small{color:var(--muted)}.icon-btn{width:44px;height:44px;border-radius:99px;border:0;background:var(--brand);color:#fff;font-size:25px;cursor:pointer}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.detail-image{background:var(--bg);border-radius:24px;overflow:hidden;position:relative}.detail-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.back{font-size:14px;color:var(--brand);font-weight:750}.detail-info h1{font-size:48px;line-height:1.1;letter-spacing:-.04em;margin:16px 0}.lead{color:var(--muted);font-size:17px}.price{display:flex;align-items:baseline;gap:10px;margin:24px 0}.price strong{font-size:30px}.price span{color:var(--muted)}.hint{font-size:13px;color:var(--muted);background:#f5f6f3;border-radius:12px;padding:13px}.qty-row{display:flex;gap:10px;align-items:end;margin:24px 0}.qty-row label{font-size:13px;font-weight:700}.qty-row input,.cart-controls input{display:block;width:78px;padding:12px;border:1px solid var(--line);border-radius:10px;font:inherit}.availability{font-size:14px;color:var(--brand);font-weight:700}.availability small{display:block;color:var(--muted);font-weight:400}.detail-extra{display:grid;grid-template-columns:1.5fr .5fr;gap:40px}.spec-list{padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-box{background:#fff;padding:26px;border-radius:var(--radius)}.info-box strong{font-size:25px}.cart-layout,.checkout-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:34px;align-items:start}.cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:20px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item img{width:130px;height:95px;object-fit:cover;border-radius:14px;background:var(--bg)}.cart-main h3{margin:4px 0}.cart-main span{color:var(--muted);font-size:14px}.cart-controls{display:flex;align-items:end;gap:10px}.cart-controls label{font-size:12px}.text-btn{background:none;border:0;color:#a23b35;cursor:pointer}.summary{border:1px solid var(--line);border-radius:var(--radius);padding:24px;position:sticky;top:100px}.summary h2{margin-top:0}.summary-line,.checkout-item{display:flex;justify-content:space-between;gap:16px;padding:10px 0}.empty{text-align:center;padding:50px;border:1px dashed #ccd2cc;border-radius:var(--radius)}.checkout-form{display:flex;flex-direction:column;gap:18px}.checkout-form h2{margin:12px 0 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-form label{font-size:14px;font-weight:700}.checkout-form input,.checkout-form textarea{width:100%;padding:13px 14px;border:1px solid #ccd1cc;border-radius:10px;margin-top:6px;font:inherit}.choice-row{display:flex;gap:20px}.choice-row label,.check{display:flex!important;align-items:center;gap:8px}.choice-row input,.check input{width:auto;margin:0}.hp{position:absolute!important;left:-9999px!important}.result-box{text-align:center;max-width:700px}.result-icon{display:grid;width:64px;height:64px;border-radius:99px;background:#e7f3e9;color:var(--brand);place-items:center;margin:0 auto 20px;font-size:30px}.footer{background:#111914;color:#dce4de;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer a{color:inherit}.footer p{color:#9eaaa1}.footer-bottom{border-top:1px solid #2d3730;margin-top:35px;padding-top:20px;color:#879188;font-size:13px}.footer-brand{color:#fff}@media(max-width:850px){.menu-toggle{display:block}.nav{display:none;position:absolute;top:77px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.nav.open{display:flex}.hero-grid,.detail-grid,.cart-layout,.checkout-grid,.detail-extra{grid-template-columns:1fr}.hero{padding:55px 0}.hero-card{display:none}.category-grid,.steps,.product-grid{grid-template-columns:repeat(2,1fr)}.cta{padding:35px;align-items:flex-start;gap:20px;flex-direction:column}.summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.cart-item{grid-template-columns:90px 1fr}.cart-item img{width:90px;height:75px}.cart-controls{grid-column:2}}@media(max-width:560px){.container{width:min(100% - 26px,1160px)}.category-grid,.steps,.product-grid,.form-grid,.spec-list{grid-template-columns:1fr}.section{padding:58px 0}.hero h1{font-size:45px}.hero-actions{flex-direction:column}.trust-row{flex-direction:column;gap:7px}.page-hero.small h1,.detail-info h1{font-size:38px}.product-image{height:220px}.footer-grid{grid-template-columns:1fr}.qty-row{align-items:stretch;flex-direction:column}.qty-row input{width:100%}.choice-row{flex-direction:column}}

/* Produktabhängige Auswahlfelder */
.product-options{display:grid;gap:14px;margin:22px 0}.product-option{display:grid;gap:7px;font-weight:700}.product-option span{font-size:.92rem}.product-option select{width:100%;padding:13px 14px;border:1px solid #d9ddd8;border-radius:10px;background:#fff;font:inherit;color:inherit}.product-option select:focus{outline:2px solid currentColor;outline-offset:1px}.product-option select.input-error{border-color:#b42318}.cart-options{display:flex;flex-wrap:wrap;gap:6px 14px;margin:6px 0 8px;font-size:.9rem;color:#5f665f}.cart-options span{display:inline-block}
