@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap";:root{--background:#f8f6f2;--background-light:#f8f6f2e1;--surface:#efebe4;--text:#2f2f2f;--text-light:#666;--accent:#a7a567;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);font-family:Inter,sans-serif;font-size:18px;line-height:1.7}h1,h2,h3{font-family:Cormorant Garamont,serif;font-weight:150}h1{font-size:5rem}h2{font-size:1.5rem}p{max-width:70ch}.container{width:min(100% - 3rem,var(--max-width));margin-inline:auto}section{padding:0}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{width:100%;display:block}.hero-image{background:url(/images/fotografie/bison.jpeg) 50%/cover no-repeat;width:100%;height:84vh}.hero-text{text-align:center;padding:3rem 0 .1rem}.hero-text h1{margin:0 0 1rem;font-size:2.8rem}.hero-text p{color:var(--text-light);letter-spacing:.04em;margin:auto;font-size:1rem}.featured{padding:4rem 0 8rem}.grid{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}.card{display:block}.card img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .35s}.card:hover img{transform:scale(1.03)}.card span{text-align:center;margin-top:1rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;display:block}@media (width<=900px){.grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.grid{grid-template-columns:1fr}}.portfolio-page{padding-top:7rem;padding-bottom:1rem}.portfolio-page h1{text-align:center;margin-bottom:1rem}.intro{text-align:center;color:var(--text-light);margin:auto auto 4rem}.categories{flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;margin-bottom:4rem;display:flex}.categories a{color:var(--text-light);text-decoration:none;transition:all .2s}.categories a:hover{color:var(--accent)}.categories .active{color:var(--accent);font-weight:600}.categories span{color:#b5b5b5}.gallery{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1400px;margin:auto;display:grid}.gallery-row{margin-bottom:2rem}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.work{background:#f8f6f2;border-radius:6px;justify-content:center;align-items:center;height:340px;padding:1rem;transition:background .3s;display:flex}.work:hover{background:#f8f6f2}.work img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.work:hover img{transform:scale(1.02)}@media (width<=900px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.gallery{grid-template-columns:1fr}}.simple-page{max-width:900px;padding-top:7rem;padding-bottom:8rem}.simple-page h1{text-align:center;margin-bottom:1rem}.page-intro{text-align:center;color:var(--text-light);margin-bottom:4rem}.shop-page{padding-top:7rem;padding-bottom:1rem}.shop-page h1{text-align:center;margin-bottom:1rem}.shop-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:4rem;display:grid}.shop-card{background:#f8f6f2;border-radius:8px;transition:transform .25s;overflow:hidden}.shop-card:hover{transform:translateY(-4px)}.shop-card img{object-fit:contain;width:100%;height:320px;padding:2rem}.shop-info{padding:2rem}.shop-info h2{margin-bottom:.5rem}.shop-info p{color:var(--text-light);margin-bottom:.6rem}.price{color:var(--text);margin:1.5rem 0;font-size:1.4rem;font-weight:600}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-form input,.contact-form textarea{font:inherit;background:#fff;border:0 solid #ddd;padding:1rem}.contact-form button{color:#fff;cursor:pointer;background:#222;border:none;width:fit-content;padding:1rem 2rem}.contact-form button:hover{opacity:.9}@media (width<=900px){.shop-grid{grid-template-columns:1fr}}.form-status{text-align:center;min-height:1.5rem;margin-top:1.5rem;font-weight:500}.form-status.success{color:var(--accent)}.form-status.error{color:#b33939}.about-content{text-align:center;max-width:800px;margin:5rem auto}.about-hero{justify-content:center;margin:4rem 0;display:flex}.about-hero img{object-fit:cover;border-radius:8px;width:100%;height:420px}.about-content h2{text-align:center;margin-top:4rem;margin-bottom:1rem}.about-content p{color:var(--text-light);line-height:1.9}.lead{color:var(--text);font-size:1.2rem}.site-footer{margin-top:2rem;padding:3rem 0}.footer-content{justify-content:space-between;align-items:center;gap:2rem;display:flex}.site-footer p{color:var(--text-light);font-size:.95rem}.site-footer nav{align-items:center;gap:.8rem;display:flex}.site-footer nav span{color:#c6c6c6}.site-footer nav a{color:var(--text-light);text-decoration:none;transition:color .2s}.site-footer nav a:hover{color:var(--accent)}@media (width<=768px){.footer-content{text-align:center;flex-direction:column}.gallery-grid{grid-template-columns:1fr}}.lightbox{background:var(--background-light);z-index:999;justify-content:center;align-items:center;padding:2rem;display:none;position:fixed;inset:0}.lightbox.open{display:flex}.lightbox-content{text-align:center;max-width:90vw;max-height:90vh}.lightbox img{max-width:100%;max-height:82vh;margin:auto;display:block}.lightbox p{color:var(--text);letter-spacing:.04em;margin-top:1.5rem;font-family:Cormorant Garamont}.legal{max-width:800px;margin:4rem auto;line-height:1.9}.legal h2{margin-top:3rem;margin-bottom:1rem}.legal p{margin-bottom:1.5rem}.site-header[data-astro-cid-nen7h5rs]{z-index:100;width:100%;padding:1.5rem 0;position:absolute;top:0;left:0}.header-content[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;display:flex}.logo[data-astro-cid-nen7h5rs]{letter-spacing:.04em;font-family:Cormorant Garamond,serif;font-size:2rem}.navigation[data-astro-cid-nen7h5rs]{gap:2rem;display:flex}.navigation[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{transition:color .2s}.navigation[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--accent)}@media (width<=768px){.header-content[data-astro-cid-nen7h5rs]{flex-direction:column;gap:1.5rem}.navigation[data-astro-cid-nen7h5rs]{flex-wrap:wrap;justify-content:center;gap:1rem}}
