
:root{--green:#185b2b;--green2:#0f4721;--ink:#17331f;--muted:#5c665f;--cream:#fbfaf4;--line:#dfe6d9;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fff 0,#fbfaf4 65%,#f6f5ed 100%);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.45}
a{color:inherit}
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid #e7e7e2;position:sticky;top:0;z-index:30}
.header-inner{max-width:1320px;margin:auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;min-width:0}
.brand img{width:70px;height:70px;object-fit:contain;border-radius:6px;background:white}
.brand-text{font-weight:700;letter-spacing:.02em;line-height:1.2;color:#164b25;font-size:17px}
.back-link{text-decoration:none;font-weight:700;color:#245c33;padding:11px 15px;border-radius:999px;background:#f1f6ee;border:1px solid #d6e3d1;white-space:nowrap}
.back-link:hover{background:#e7f1e2}
.hero{max-width:1320px;margin:0 auto;padding:34px 24px 24px;text-align:center;position:relative}
.hero:before,.hero:after{content:'❧';position:absolute;top:28px;color:#cbd9c6;font-size:52px;font-family:Georgia,serif}
.hero:before{left:25px;transform:rotate(-18deg)}.hero:after{right:25px;transform:scaleX(-1) rotate(-18deg)}
.hero h1{margin:0;color:#155326;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:clamp(46px,7vw,76px);font-weight:500;line-height:1.05}
.hero .quote{max-width:900px;margin:12px auto 0;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:clamp(19px,2.3vw,28px);color:#244f2e}
.hero .author{margin-top:7px;color:#6b746d;font-size:14px}
.ornament{width:210px;height:1px;background:linear-gradient(90deg,transparent,#8aae82,transparent);margin:20px auto 0;position:relative}
.ornament:after{content:'♡';position:absolute;left:50%;top:-13px;transform:translateX(-50%);background:#fbfaf4;padding:0 8px;color:#357143;font-size:18px}
.gallery-wrap{max-width:1320px;margin:0 auto;padding:10px 24px 42px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.gallery-item{display:block;position:relative;overflow:hidden;border-radius:10px;background:#e8ece4;aspect-ratio:4/3;box-shadow:0 2px 8px rgba(24,66,36,.08);border:1px solid rgba(26,84,42,.09)}
.gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:filter .28s ease}
.gallery-item:after{content:'Vergrößern';position:absolute;inset:auto 12px 12px auto;background:rgba(13,64,29,.82);color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;opacity:0;transform:translateY(4px);transition:.2s}
.gallery-item:hover img{filter:saturate(1.04)}.gallery-item:hover:after{opacity:1;transform:none}
.bottom-quote{max-width:980px;margin:8px auto 0;padding:20px 24px 6px;text-align:center;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:clamp(18px,2vw,25px);color:#285636}
.bottom-author{font-family:Arial,Helvetica,sans-serif;font-style:normal;font-size:14px;color:#737a75;margin-top:6px}
.bottom-ornament{width:210px;height:1px;background:linear-gradient(90deg,transparent,#8aae82,transparent);margin:14px auto 0}
.site-footer{margin-top:20px;background:linear-gradient(90deg,#0f4821,#17602c);color:#fff}
.footer-inner{max-width:1320px;margin:auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}
.footer-links{display:flex;gap:18px}.footer-links a{text-decoration:none}.footer-links a:hover{text-decoration:underline}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);z-index:100;display:none;align-items:center;justify-content:center;padding:62px 70px 42px}
.lightbox.open{display:flex}.lightbox img{max-width:100%;max-height:calc(100vh - 110px);object-fit:contain;box-shadow:0 12px 50px rgba(0,0,0,.45)}
.lb-btn{position:absolute;border:0;background:rgba(255,255,255,.14);color:#fff;width:48px;height:48px;border-radius:50%;font-size:30px;cursor:pointer;display:grid;place-items:center}
.lb-btn:hover{background:rgba(255,255,255,.25)}.lb-close{right:18px;top:16px;font-size:28px}.lb-prev{left:16px;top:50%;transform:translateY(-50%)}.lb-next{right:16px;top:50%;transform:translateY(-50%)}
.lb-count{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.35);padding:5px 12px;border-radius:999px;font-size:13px}
@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-text{font-size:14px}.brand img{width:58px;height:58px}.hero:before,.hero:after{display:none}.lightbox{padding:62px 48px 42px}}
@media(max-width:560px){.header-inner{padding:9px 12px}.brand-text{display:none}.brand img{width:50px;height:50px}.back-link{font-size:13px;padding:9px 11px}.hero{padding:25px 14px 18px}.gallery-wrap{padding:6px 10px 28px}.gallery-grid{grid-template-columns:1fr;gap:9px}.gallery-item{aspect-ratio:4/3}.footer-inner{padding:18px 14px;flex-direction:column;text-align:center}.lightbox{padding:60px 8px 52px}.lb-prev{left:8px}.lb-next{right:8px}.lb-btn{width:42px;height:42px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.gallery-item img,.gallery-item:after{transition:none!important}}
