*,:before,:after{box-sizing:border-box;margin:0}html{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px}body{min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}button,input,textarea,select{font:inherit}:root{--bg:#edf3e8;--surface:#fff;--surface-soft:#dbe8d2;--ink:#172015;--muted:#65745d;--line:#c8d6bd;--accent:#2f6d35;--accent-soft:#bed3a9;--hero-bg:#dfead6;--accent-ink:#fff}body{background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}#app{min-height:100vh}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{justify-content:space-between;align-items:center;gap:24px;width:min(1120px,100% - 32px);margin:0 auto;padding:22px 0;display:flex}.brand{letter-spacing:0;align-items:center;gap:10px;font-weight:750;display:inline-flex}.brand-mark{background:var(--accent);width:24px;height:24px;box-shadow:inset 7px -7px 0 var(--accent-soft);border-radius:6px}.main-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.main-nav a{min-height:36px;color:var(--muted);border-radius:8px;padding:8px 12px;font-weight:650}.main-nav a.active,.main-nav a:hover{background:var(--surface-soft);color:var(--ink)}main{flex:1}.hero{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--hero-bg);align-items:end;min-height:46vh;display:grid}.hero-copy{width:min(1120px,100% - 32px);margin:0 auto;padding:64px 0}.hero-copy p{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.86rem;font-weight:800}.hero-copy h1{letter-spacing:0;max-width:760px;margin-top:10px;font-size:clamp(2.6rem,8vw,6rem);font-weight:850;line-height:.96}.hero-copy span{max-width:560px;color:var(--muted);margin-top:22px;font-size:1.04rem;display:block}.page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:min(1120px,100% - 32px);margin:0 auto;padding:34px 0 64px;display:grid}.placeholder-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;justify-content:flex-end;gap:12px;min-height:210px;padding:20px;display:flex}.panel-line{background:var(--surface-soft);border-radius:999px;height:12px}.panel-line.short{background:var(--accent-soft);width:46%}.panel-line.muted{width:72%}.placeholder-panel span{color:var(--muted);margin-top:12px;font-size:.9rem;font-weight:700}.legal-page{width:min(900px,100% - 32px);margin:0 auto;padding:34px 0 64px}.legal-note{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:8px;justify-content:space-between;gap:16px;margin-bottom:16px;padding:16px 18px;display:flex}.legal-note strong{color:var(--accent);font-weight:800}.legal-section,.impressum-list{border:1px solid var(--line);background:var(--surface);border-radius:8px}.legal-section{margin-top:12px;padding:22px}.legal-section h2{color:var(--ink);letter-spacing:0;margin-bottom:8px;font-size:1.1rem;font-weight:800}.legal-section p,.impressum-row p{color:var(--muted)}.impressum-list{overflow:hidden}.impressum-row{grid-template-columns:minmax(160px,.38fr) 1fr;gap:18px;padding:18px 22px;display:grid}.impressum-row+.impressum-row{border-top:1px solid var(--line)}.impressum-row span{color:var(--accent);font-weight:800}.home-page,.portfolio-page{width:min(1120px,100% - 32px);margin:0 auto;padding:34px 0 70px}.home-intro{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:1.1fr 1fr auto;align-items:center;gap:28px;padding:28px;display:grid}.home-intro span,.portfolio-topline span,.portfolio-meta span{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:850}.home-intro h2,.portfolio-topline h2{letter-spacing:0;margin-top:6px;font-size:clamp(1.7rem,4vw,3rem);font-weight:850;line-height:1}.home-intro p,.portfolio-topline p,.home-highlight-card p,.portfolio-meta p{color:var(--muted)}.home-actions{flex-wrap:wrap;gap:10px;display:flex}.home-actions a{background:var(--accent);min-height:40px;color:var(--accent-ink);border-radius:8px;padding:9px 15px;font-weight:850}.home-actions a+a{background:var(--surface-soft);color:var(--ink)}.home-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.home-highlight-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-height:220px;padding:22px}.home-highlight-card>span{background:var(--accent-soft);border-radius:8px 8px 24px;width:42px;height:42px;display:block}.home-highlight-card h3{letter-spacing:0;margin-top:52px;font-size:1.16rem;font-weight:850}.home-highlight-card p{margin-top:8px}.portfolio-topline{justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px;display:flex}.portfolio-topline p{max-width:420px}.portfolio-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.portfolio-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;min-height:330px;display:flex;overflow:hidden}.portfolio-card.large,.portfolio-card.wide{grid-column:span 2}.portfolio-visual{background:var(--surface-soft);place-items:center;min-height:210px;padding:22px;display:grid}.portfolio-visual span{aspect-ratio:4/3;background:var(--accent);border-radius:8px;width:min(150px,58%);display:block}.portfolio-meta{margin-top:auto;padding:18px}.portfolio-meta h3{letter-spacing:0;margin-top:6px;font-size:1.18rem;font-weight:850}.portfolio-status{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;flex-wrap:wrap;gap:10px;margin-top:16px;padding:16px;display:flex}.portfolio-status span{background:var(--surface);color:var(--muted);border-radius:8px;padding:8px 12px;font-weight:800}.shop-page{width:min(1120px,100% - 32px);margin:0 auto;padding:34px 0 70px}.shop-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.shop-toolbar span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800;display:block}.shop-toolbar strong{color:var(--ink);font-size:1.25rem;font-weight:850}.shop-categories{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.shop-categories button,.product-buy button{cursor:pointer;border:0;border-radius:8px;font-weight:800}.shop-categories button{background:var(--surface);min-height:38px;color:var(--muted);border:1px solid var(--line);padding:8px 13px}.shop-categories button:first-child,.shop-categories button:hover{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.product-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;overflow:hidden}.product-visual{background:#dbe8d2;place-items:center;height:220px;padding:22px;display:grid}.product-visual span{aspect-ratio:1;background:#2f6d35;border-radius:8px 8px 46px;width:min(118px,48%);display:block}.product-visual.fern{background:#d4e4ca}.product-visual.moss{background:#c8d8bd}.product-visual.leaf{background:#e4eddd}.product-visual.sage{background:#d7e1cf}.product-visual.olive{background:#cfd9b5}.product-visual.pine{background:#c3d1c0}.product-info{padding:18px}.product-info>span{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:850}.product-info h2{letter-spacing:0;margin-top:6px;font-size:1.14rem;font-weight:850}.product-info p{color:var(--muted);margin-top:8px}.product-buy{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.product-buy strong{font-weight:850}.product-buy button{background:var(--accent);min-height:38px;color:var(--accent-ink);padding:8px 16px}.site-footer{border-top:1px solid var(--line);width:min(1120px,100% - 32px);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin:auto auto 0;padding:24px 0;display:flex}.site-footer span,.site-footer a{font-size:.9rem;font-weight:700}.site-footer div{gap:16px;display:flex}@media (width<=760px){.site-header,.site-footer{flex-direction:column;align-items:flex-start}.main-nav{justify-content:flex-start}.hero{min-height:40vh}.page-grid{grid-template-columns:1fr}.home-intro,.portfolio-topline{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.home-highlight-grid,.portfolio-grid{grid-template-columns:1fr}.portfolio-card.large,.portfolio-card.wide{grid-column:auto}.legal-note,.impressum-row{flex-direction:column;grid-template-columns:1fr}.shop-toolbar{flex-direction:column;align-items:flex-start}.shop-categories{justify-content:flex-start}.product-grid{grid-template-columns:1fr}}@media (width>=761px) and (width<=980px){.home-intro{grid-template-columns:1fr}.home-highlight-grid,.portfolio-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
