:root{--green-900:#1f3a14;--green-800:#2d5016;--green-700:#3a6320;--green-600:#4a7c2e;--gold:#c9a227;--gold-light:#e0c040;--cream:#faf7ee;--cream-2:#f3ecdc;--card:#fff;--text:#2a2a2a;--text-light:#5f5f57;--border:#e2dcc9;--font-heading:"Georgia", "Times New Roman", serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;--max-width:1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.7}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--green-800);font-weight:700;line-height:1.2}a{color:var(--green-600);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{background:var(--green-800);color:#fff;z-index:100;position:sticky;top:0;box-shadow:0 2px 12px #0000002e}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:76px;margin:0 auto;padding:0 1.5rem;display:flex}.brand{color:#fff;align-items:center;gap:.7rem;display:flex}.brand:hover{text-decoration:none}.brand-wappen{filter:drop-shadow(0 1px 3px #00000059);width:48px;height:48px}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-name{font-family:var(--font-heading);letter-spacing:.3px;font-size:1.3rem;font-weight:700}.brand-sub{letter-spacing:1.5px;text-transform:uppercase;color:var(--gold-light);font-size:.68rem}.primary-nav{gap:1.8rem;display:flex}.primary-nav a{color:#ffffffe0;border-bottom:2px solid #0000;padding:.3rem 0;font-size:.97rem;font-weight:500;transition:color .2s,border-color .2s}.primary-nav a:hover{color:#fff;border-bottom-color:var(--gold-light);text-decoration:none}.primary-nav a.active{color:#fff;border-bottom-color:var(--gold)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;display:none}.nav-toggle span{background:#fff;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.hero{text-align:center;color:#fff;background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:78vh;display:flex;position:relative;overflow:hidden}.hero:after{content:"";background:linear-gradient(#1f3a148c 0%,#1f3a14b3 100%);position:absolute;inset:0}.hero-inner{z-index:2;max-width:760px;padding:2rem 1.5rem;position:relative}.hero-wappen{filter:drop-shadow(0 4px 12px #00000080);width:130px;height:130px;margin:0 auto 1.2rem}.hero h1{color:#fff;text-shadow:0 3px 14px #0000008c;margin-bottom:.4rem;font-size:clamp(2.4rem,6vw,4.2rem)}.hero .tagline{font-family:var(--font-heading);color:var(--gold-light);text-shadow:0 2px 8px #0009;margin-bottom:1.2rem;font-size:clamp(1.1rem,3vw,1.6rem);font-style:italic}.hero p.lead{text-shadow:0 1px 6px #0009;max-width:540px;margin:0 auto;font-size:1.15rem}.hero .btn-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;padding:.8rem 1.8rem;font-size:.98rem;font-weight:600;transition:transform .15s,background .2s,border-color .2s,color .2s;display:inline-block}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn--gold{background:var(--gold);color:var(--green-900)}.btn--gold:hover{background:var(--gold-light)}.btn--outline{color:#fff;background:0 0;border-color:#ffffffb3}.btn--outline:hover{background:#ffffff1f}.btn--green{background:var(--green-700);color:#fff}.btn--green:hover{background:var(--green-800)}.page-hero{color:#fff;text-align:center;background-position:50%;background-size:cover;padding:5rem 1.5rem 4rem;position:relative}.page-hero:after{content:"";background:#1f3a1499;position:absolute;inset:0}.page-hero>*{z-index:2;position:relative}.page-hero h1{color:#fff;text-shadow:0 3px 12px #00000080;font-size:clamp(2rem,5vw,3rem)}.page-hero p{color:var(--gold-light);text-shadow:0 2px 8px #00000080;margin-top:.4rem;font-size:1.15rem;font-style:italic}.section{max-width:var(--max-width);margin:0 auto;padding:4.5rem 1.5rem}.section--alt{background:var(--cream-2);max-width:none}.section--alt>.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section--tight{padding:3rem 1.5rem}.section-head{text-align:center;margin-bottom:2.5rem}.section-head h2{font-size:clamp(1.7rem,4vw,2.4rem)}.section-head .eyebrow{color:var(--gold);letter-spacing:3px;text-transform:uppercase;margin-bottom:.5rem;font-size:.78rem;font-weight:700;display:block}.section-head p{color:var(--text-light);max-width:620px;margin:.6rem auto 0}.grid{gap:1.8rem;display:grid}.grid--3{grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}.grid--2{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.card{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-direction:column;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000a}.card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #1f3a1421}.card .card-img{aspect-ratio:4/3;object-fit:cover;width:100%}.card-body{flex-direction:column;flex:1;gap:.4rem;padding:1.3rem 1.4rem 1.5rem;display:flex}.card-body h3{font-size:1.25rem}.card-body .price{color:var(--green-700);margin-top:auto;padding-top:.4rem;font-size:1.05rem;font-weight:700}.card-body .badge{letter-spacing:1px;text-transform:uppercase;background:var(--cream-2);color:var(--green-800);border-radius:999px;align-self:flex-start;padding:.2rem .6rem;font-size:.72rem;display:inline-block}.story{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.story--reverse .story-media{order:-1}.story-media img{border-radius:14px;width:100%;box-shadow:0 12px 30px #1f3a142e}.story-text p{color:var(--text);margin-bottom:1rem}.story-text h2{margin-bottom:1rem}.timeline{border-left:3px solid var(--gold);margin:2rem 0;padding-left:1.5rem;list-style:none}.timeline li{margin-bottom:1.6rem;position:relative}.timeline li:before{content:"";background:var(--green-700);border:3px solid var(--gold);border-radius:50%;width:14px;height:14px;position:absolute;top:.45rem;left:-1.74rem}.timeline .year{font-family:var(--font-heading);color:var(--green-800);font-size:1.1rem;font-weight:700;display:block}.featured-product{background:var(--card);border:1px solid var(--border);border-radius:16px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:2.5rem;padding:1.8rem;display:grid;box-shadow:0 10px 30px #1f3a141a}.featured-img{aspect-ratio:1;object-fit:cover;background:var(--cream-2);border-radius:12px;width:100%}.featured-body h2{margin:.6rem 0;font-size:clamp(1.6rem,4vw,2.2rem)}.featured-body p{color:var(--text);margin-bottom:1rem}.badge--gold{background:var(--gold);color:var(--green-900);font-weight:700}.product-meta{color:var(--text-light);border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);flex-wrap:wrap;gap:1.2rem;margin-bottom:1.2rem;padding:.7rem 0;font-size:.9rem;display:flex}.product-meta span{font-weight:600}.gallery{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem;display:grid}.gallery img{object-fit:cover;aspect-ratio:4/3;border-radius:8px;width:100%;height:100%;transition:transform .3s}.gallery .tall{aspect-ratio:3/4;grid-row:span 2}.contact-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.contact-info{flex-direction:column;gap:1.3rem;display:flex}.contact-item{background:var(--card);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.2rem 1.4rem;display:flex}.contact-item .icon{font-size:1.6rem;line-height:1}.contact-item h3{margin-bottom:.2rem;font-size:1.1rem}.contact-item a,.contact-item p{color:var(--text-light)}.contact-item a:hover{color:var(--green-700)}.contact-form{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.8rem}.contact-form label{color:var(--green-800);margin:.8rem 0 .3rem;font-size:.9rem;font-weight:600;display:block}.contact-form input,.contact-form textarea{border:1px solid var(--border);background:var(--cream);width:100%;color:var(--text);border-radius:8px;padding:.7rem .9rem;font-family:inherit;font-size:1rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green-600);background:#fff;outline:none}.contact-form textarea{resize:vertical;min-height:130px}.note{color:var(--text-light);margin-top:.4rem;font-size:.85rem}.site-footer{background:var(--green-900);color:#ffffffd1;margin-top:0}.footer-inner{max-width:var(--max-width);grid-template-columns:1.2fr 1fr 1.4fr;gap:2rem;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid}.footer-brand{align-items:center;gap:.9rem;display:flex}.footer-wappen{filter:drop-shadow(0 2px 4px #0006)}.footer-brand strong{color:#fff;font-family:var(--font-heading);font-size:1.1rem}.footer-brand p{color:var(--gold-light);font-size:.85rem}.footer-nav{flex-direction:column;gap:.4rem;display:flex}.footer-nav a{color:#ffffffd9}.footer-nav a:hover{color:var(--gold-light)}.footer-meta p{margin-bottom:.4rem;font-size:.9rem}.footer-meta a{color:var(--gold-light)}.impressum-hint{color:#fff9;font-size:.8rem;font-style:italic}.footer-bottom{text-align:center;border-top:1px solid #ffffff1f;padding:1rem 1.5rem;font-size:.85rem}.footer-bottom a{color:var(--gold-light)}@media (width<=860px){.story,.story--reverse .story-media{order:0;grid-template-columns:1fr}.contact-grid,.featured-product{grid-template-columns:1fr}.featured-img{aspect-ratio:4/3;max-width:420px;margin:0 auto}.footer-inner{text-align:left;grid-template-columns:1fr;gap:1.5rem}}@media (width<=768px){.nav-toggle{display:flex}.primary-nav{background:var(--green-800);flex-direction:column;gap:.4rem;padding:1rem 1.5rem 1.4rem;display:none;position:absolute;top:76px;left:0;right:0;box-shadow:0 6px 14px #00000040}.primary-nav.open{display:flex}.primary-nav a{border-bottom:1px solid #ffffff1a;padding:.6rem 0}.hero{min-height:70vh}.brand-sub{display:none}}
