:root{--v10-bg: #f5f0e5;--v10-bg-card: #ffffff;--v10-text: #1a1a1a;--v10-text-muted: #888888;--v10-green: #3a6b35;--v10-green-hover: #2d5529;--v10-border: #d4cfc4;--v10-nav-bg: #f5f0e5;--v10-img-brightness: 1}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--v10-bg: #1a1a1a;--v10-bg-card: #242420;--v10-text: #e8e4df;--v10-text-muted: #888888;--v10-green: #5a9b52;--v10-green-hover: #6db565;--v10-border: #333330;--v10-nav-bg: #1a1a1a;--v10-img-brightness: .9}}:root[data-theme=dark]{--v10-bg: #1a1a1a;--v10-bg-card: #242420;--v10-text: #e8e4df;--v10-text-muted: #888888;--v10-green: #5a9b52;--v10-green-hover: #6db565;--v10-border: #333330;--v10-nav-bg: #1a1a1a;--v10-img-brightness: .9}.theme-toggle .icon-moon{display:block}.theme-toggle .icon-sun,[data-theme=dark] .theme-toggle .icon-moon{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle .icon-moon{display:none}:root:not([data-theme=light]) .theme-toggle .icon-sun{display:block}}.hoeve-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--v10-bg);color:var(--v10-text);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hoeve-body img{filter:brightness(var(--v10-img-brightness));transition:filter .3s ease}.hoeve-nav{border-bottom:2px solid var(--v10-text);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--v10-nav-bg);position:sticky;top:0;z-index:100}.hoeve-nav-brand{font-size:1rem;font-weight:700;color:var(--v10-text);text-decoration:none;white-space:nowrap}.hoeve-nav-links{display:flex;align-items:center;gap:1.25rem;list-style:none}.hoeve-nav-links a{font-size:.9rem;color:var(--v10-text);text-decoration:none;padding-bottom:2px;border-bottom:1px solid transparent;transition:border-color .2s ease}.hoeve-nav-links a:hover,.hoeve-nav-links a.active{border-bottom-color:var(--v10-green)}.hoeve-nav .theme-toggle{background:none;border:none;color:var(--v10-text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center}.hoeve-nav .theme-toggle svg{width:18px;height:18px}.hoeve-nav .theme-toggle:hover{color:var(--v10-text)}.hoeve-nav-toggle{display:none;background:none;border:none;color:var(--v10-text);cursor:pointer;padding:.25rem}.hoeve-nav-toggle svg{width:24px;height:24px}@media(max-width:640px){.hoeve-nav-toggle{display:flex}.hoeve-nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--v10-nav-bg);flex-direction:column;padding:1rem 1.5rem;gap:.75rem;border-bottom:2px solid var(--v10-text);align-items:flex-start}.hoeve-nav-links.open{display:flex}}.hoeve-main{max-width:720px;margin:0 auto;padding:0 1.5rem}.hoeve-key-info{display:flex;gap:2rem;padding:1.25rem 0;border-bottom:1px solid var(--v10-border);margin-bottom:2rem;flex-wrap:wrap}.hoeve-key-info-item{flex:1;min-width:200px}.hoeve-key-info-item h3{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--v10-green);margin-bottom:.25rem}.hoeve-key-info-item p{font-size:.9rem;margin-bottom:.15rem;color:var(--v10-text)}.hoeve-key-info-item a{color:var(--v10-green);text-decoration:underline;font-size:.85rem}.hoeve-key-info-item a:hover{color:var(--v10-green-hover)}.hoeve-welcome{padding:2rem 0}.hoeve-welcome h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--v10-text)}.hoeve-welcome p{font-size:1rem;margin-bottom:1rem}.hoeve-welcome-img{width:100%;height:auto;margin:1.5rem 0;border-radius:0}.hoeve-section{padding:1.5rem 0;border-top:1px solid var(--v10-border)}.hoeve-section h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:var(--v10-text)}.hoeve-section p{margin-bottom:1rem}.hoeve-section img{width:100%;height:auto;margin:1rem 0;border-radius:0}.hoeve-info-box{background:var(--v10-bg-card);border:1px solid var(--v10-border);padding:1.25rem 1.5rem;margin:1.5rem 0}.hoeve-info-box h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--v10-green);margin-bottom:.5rem}.hoeve-info-box p{margin-bottom:.25rem;font-size:.95rem}.hoeve-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:1.5rem 0}.hoeve-gallery img{width:100%;height:200px;object-fit:cover;cursor:pointer;transition:opacity .2s ease;margin:0}.hoeve-gallery img:hover{opacity:.85}@media(max-width:500px){.hoeve-gallery{grid-template-columns:repeat(2,1fr)}}.hoeve-btn{display:inline-block;background:var(--v10-green);color:#fff;font-size:.85rem;font-weight:600;padding:.6rem 1.25rem;text-decoration:none;border:none;cursor:pointer;transition:background .2s ease;margin-right:.5rem;margin-bottom:.5rem}.hoeve-btn:hover{background:var(--v10-green-hover)}.hoeve-btn--outline{background:transparent;color:var(--v10-green);border:1px solid var(--v10-green)}.hoeve-btn--outline:hover{background:var(--v10-green);color:#fff}.hoeve-eu-badge{max-width:60px;opacity:.6;margin:1.5rem 0}.hoeve-issues{list-style:none;padding:0;margin:1rem 0}.hoeve-issues li{padding:.5rem 0;border-bottom:1px solid var(--v10-border);font-size:.9rem}.hoeve-issues .issue-date{color:var(--v10-text-muted);font-size:.8rem;margin-right:.75rem;font-variant-numeric:tabular-nums}.hoeve-notice{background:var(--v10-bg-card);border-left:3px solid var(--v10-green);padding:1rem 1.25rem;margin:1.5rem 0;font-size:.9rem}.hoeve-footer{border-top:2px solid var(--v10-text);padding:1.25rem 1.5rem;margin-top:3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:var(--v10-text-muted)}.hoeve-footer a{color:var(--v10-text-muted);text-decoration:underline}.hoeve-footer a:hover{color:var(--v10-text)}@media(max-width:640px){.hoeve-main{padding:0 1rem}.hoeve-key-info{flex-direction:column;gap:1rem}.hoeve-footer{flex-direction:column;align-items:flex-start;padding:1rem}}
