:root{--grond-bg: #2c1810;--grond-bg-alt: #4a3728;--grond-accent: #5c7a3a;--grond-accent-hover: #6d8f47;--grond-text: #f0ebe0;--grond-text-muted: #b5a898;--grond-heading: #d4c9a8;--grond-divider: linear-gradient( 90deg, transparent, rgba(92, 122, 58, .3) 20%, rgba(92, 122, 58, .5) 50%, rgba(92, 122, 58, .3) 80%, transparent );--grond-nav-bg: rgba(44, 24, 16, .95);--grond-shadow: rgba(0, 0, 0, .4);--grond-img-brightness: .92;--grond-overlay: rgba(44, 24, 16, .7)}[data-theme=light]{--grond-bg: #f0ebe0;--grond-bg-alt: #e8e0d2;--grond-accent: #4a6a2a;--grond-accent-hover: #3d5a20;--grond-text: #2c1810;--grond-text-muted: #6b5d50;--grond-heading: #3a2a1a;--grond-divider: linear-gradient( 90deg, transparent, rgba(74, 106, 42, .25) 20%, rgba(74, 106, 42, .4) 50%, rgba(74, 106, 42, .25) 80%, transparent );--grond-nav-bg: rgba(240, 235, 224, .95);--grond-shadow: rgba(0, 0, 0, .1);--grond-img-brightness: 1;--grond-overlay: rgba(44, 24, 16, .35)}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--grond-bg: #f0ebe0;--grond-bg-alt: #e8e0d2;--grond-accent: #4a6a2a;--grond-accent-hover: #3d5a20;--grond-text: #2c1810;--grond-text-muted: #6b5d50;--grond-heading: #3a2a1a;--grond-divider: linear-gradient( 90deg, transparent, rgba(74, 106, 42, .25) 20%, rgba(74, 106, 42, .4) 50%, rgba(74, 106, 42, .25) 80%, transparent );--grond-nav-bg: rgba(240, 235, 224, .95);--grond-shadow: rgba(0, 0, 0, .1);--grond-img-brightness: 1;--grond-overlay: rgba(44, 24, 16, .35)}}.grond-body{font-family:Libre Baskerville,Georgia,Times New Roman,serif;font-size:clamp(1rem,.95rem + .25vw,1.1rem);line-height:1.85;color:var(--grond-text);background-color:var(--grond-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:64px}.grond-body h1,.grond-body h2,.grond-body h3{font-family:Libre Baskerville,Georgia,serif;color:var(--grond-heading);line-height:1.3;font-weight:700;letter-spacing:-.01em}.grond-body h1{font-size:clamp(2.2rem,1.8rem + 2vw,3.5rem)}.grond-body h2{font-size:clamp(1.6rem,1.3rem + 1.5vw,2.4rem)}.grond-body h3{font-size:clamp(1.2rem,1.05rem + .75vw,1.5rem)}.grond-body p{margin-bottom:1.2rem;color:var(--grond-text)}.grond-body img{filter:none}.grond-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--grond-nav-bg);backdrop-filter:blur(12px);border-bottom:1px solid rgba(92,122,58,.15);height:64px}.grond-nav-inner{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:100%}.grond-nav-brand{font-family:Libre Baskerville,Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--grond-heading);letter-spacing:.02em}.grond-nav-links{display:flex;align-items:center;gap:2rem}.grond-nav-links a{font-size:.85rem;color:var(--grond-text-muted);text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:color .3s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.grond-nav-links a:hover,.grond-nav-links a.active{color:var(--grond-accent)}.grond-nav .theme-toggle{background:none;border:none;color:var(--grond-text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:color .3s}.grond-nav .theme-toggle:hover{color:var(--grond-accent)}.grond-nav .theme-toggle svg{width:20px;height:20px}.grond-body .theme-toggle .icon-moon{display:none}.grond-body .theme-toggle .icon-sun,[data-theme=light] .grond-body .theme-toggle .icon-moon{display:block}[data-theme=light] .grond-body .theme-toggle .icon-sun{display:none}@media(prefers-color-scheme:light){:root:not([data-theme=dark]) .grond-body .theme-toggle .icon-moon{display:block}:root:not([data-theme=dark]) .grond-body .theme-toggle .icon-sun{display:none}}.grond-menu-btn{display:none;background:none;border:none;color:var(--grond-text-muted);cursor:pointer;padding:.25rem}.grond-menu-btn svg{width:24px;height:24px}@media(max-width:768px){.grond-menu-btn{display:flex}.grond-nav-links{position:fixed;top:64px;left:0;right:0;flex-direction:column;background:var(--grond-nav-bg);backdrop-filter:blur(12px);padding:1.5rem;gap:1.25rem;transform:translateY(-100%);opacity:0;transition:transform .3s,opacity .3s;pointer-events:none;border-bottom:1px solid rgba(92,122,58,.15)}.grond-nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.grond-nav-links a{font-size:1rem}}.grond-hero{position:relative;width:100%;height:85vh;min-height:500px;overflow:hidden}.grond-hero img{width:100%;height:100%;object-fit:cover;border-radius:0}.grond-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,rgba(44,24,16,.6) 70%,rgba(44,24,16,.85) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:4rem 2rem}.grond-hero-text{max-width:800px}.grond-hero-text h1{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.7);margin-bottom:.5rem}.grond-hero-text p{color:#ffffffe6;font-size:1.15rem;font-style:italic;text-shadow:0 1px 12px rgba(0,0,0,.6)}.grond-hero-small{height:45vh;min-height:280px}.grond-content{max-width:900px;margin:0 auto;padding:4rem 2rem}.grond-content h2{margin-top:3.5rem;margin-bottom:1.2rem}.grond-content h2:first-child{margin-top:0}.grond-divider{height:2px;background:var(--grond-divider);margin:3.5rem 0;border:none}.grond-img-full{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:2rem;margin-bottom:2rem;max-height:500px;overflow:hidden}.grond-img-full img{width:100%;height:100%;object-fit:cover;border-radius:0;max-height:500px}.grond-section-img{width:100%;margin:2rem 0;border-radius:0}.grond-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:2.5rem 0;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.grond-gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:0;cursor:pointer;transition:opacity .3s}.grond-gallery img:hover{opacity:.85}@media(max-width:600px){.grond-gallery{grid-template-columns:repeat(2,1fr)}}.grond-quote{border-left:3px solid var(--grond-accent);padding:1.5rem 0 1.5rem 2rem;margin:3rem 0;font-style:italic;font-size:1.2rem;color:var(--grond-text-muted);line-height:1.8}.grond-info-box{background:var(--grond-bg-alt);padding:2rem 2.5rem;margin:2.5rem 0;border-left:3px solid var(--grond-accent)}.grond-info-box h3{margin-bottom:.75rem}.grond-info-box p{margin-bottom:.5rem}.grond-btn{display:inline-block;padding:.85rem 2rem;background:var(--grond-accent);color:#f0ebe0;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;transition:background .3s,transform .2s;margin-right:.75rem;margin-bottom:.75rem;border:none;cursor:pointer}.grond-btn:hover{background:var(--grond-accent-hover);transform:translateY(-1px)}.grond-btn-outline{background:transparent;border:1px solid var(--grond-accent);color:var(--grond-accent)}.grond-btn-outline:hover{background:var(--grond-accent);color:#f0ebe0}.grond-eu-badge{max-width:120px;margin:2rem 0;opacity:.7}.grond-newsletter-preview{max-width:320px;margin:2rem 0;box-shadow:0 4px 24px var(--grond-shadow)}.grond-footer{background:var(--grond-bg-alt);padding:3rem 2rem;text-align:center;border-top:1px solid rgba(92,122,58,.15)}.grond-footer-inner{max-width:600px;margin:0 auto}.grond-footer p{font-size:.9rem;color:var(--grond-text-muted);margin-bottom:.5rem}.grond-footer a{color:var(--grond-accent);text-decoration:none;transition:color .3s}.grond-footer a:hover{color:var(--grond-accent-hover)}@media(max-width:768px){.grond-hero{height:65vh;min-height:350px}.grond-hero-overlay{padding:2.5rem 1.5rem}.grond-content{padding:2.5rem 1.25rem}.grond-quote{padding-left:1.5rem;font-size:1.1rem}.grond-info-box{padding:1.5rem}.grond-img-full,.grond-img-full img{max-height:300px}}.grond-body,.grond-body h1,.grond-body h2,.grond-body h3,.grond-body p,.grond-body a,.grond-nav,.grond-footer{transition:color .3s ease,background-color .3s ease}
