:root{--v6-navy: #1a2332;--v6-blue-grey: #6b7d7d;--v6-field-green: #4a6741;--v6-clay: #c2a882;--v6-mist: #f4f4f0;--v6-text: #1a2332;--v6-text-muted: #5a6a6a;--v6-bg: #f4f4f0;--v6-bg-alt: #eceee9;--v6-border: #c8ccc4;--v6-border-light: #ddddd8;--v6-horizon: #b0b8b0;--v6-shadow: rgba(26, 35, 50, .06);--v6-shadow-strong: rgba(26, 35, 50, .12);--v6-img-brightness: 1}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--v6-navy: #e0ddd6;--v6-blue-grey: #8a9a9a;--v6-field-green: #6a8a60;--v6-clay: #a08862;--v6-mist: #141820;--v6-text: #d8d5ce;--v6-text-muted: #8a9494;--v6-bg: #141820;--v6-bg-alt: #1a2028;--v6-border: #2a3340;--v6-border-light: #222a35;--v6-horizon: #3a4450;--v6-shadow: rgba(0, 0, 0, .3);--v6-shadow-strong: rgba(0, 0, 0, .5);--v6-img-brightness: .88}}:root[data-theme=dark]{--v6-navy: #e0ddd6;--v6-blue-grey: #8a9a9a;--v6-field-green: #6a8a60;--v6-clay: #a08862;--v6-mist: #141820;--v6-text: #d8d5ce;--v6-text-muted: #8a9494;--v6-bg: #141820;--v6-bg-alt: #1a2028;--v6-border: #2a3340;--v6-border-light: #222a35;--v6-horizon: #3a4450;--v6-shadow: rgba(0, 0, 0, .3);--v6-shadow-strong: rgba(0, 0, 0, .5);--v6-img-brightness: .88}.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}}.v6-body{font-family:Spectral,Georgia,Times New Roman,serif;font-size:clamp(1rem,.95rem + .25vw,1.1rem);line-height:1.8;color:var(--v6-text);background-color:var(--v6-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.v6-body h1,.v6-body h2,.v6-body h3,.v6-body h4{font-family:Spectral,Georgia,serif;color:var(--v6-navy);line-height:1.3;font-weight:500}.v6-body h1{font-size:clamp(2rem,1.5rem + 2.5vw,3.25rem);font-weight:400;letter-spacing:-.02em;margin-bottom:1rem}.v6-body h2{font-size:clamp(1.35rem,1.15rem + 1vw,1.875rem);font-weight:400;margin-bottom:.75rem}.v6-body h3{font-size:clamp(1.1rem,1.05rem + .25vw,1.25rem);margin-bottom:.5rem}.v6-body p{margin-bottom:1rem;color:var(--v6-text)}.v6-body img{filter:brightness(var(--v6-img-brightness));transition:filter .3s ease}.v6-nav{max-width:1400px;margin:0 auto;padding:1.5rem 3rem;display:flex;align-items:center;justify-content:space-between}.v6-nav-brand{font-family:Spectral,Georgia,serif;font-size:.9rem;font-weight:400;color:var(--v6-blue-grey);text-decoration:none;letter-spacing:.02em;transition:color .2s}.v6-nav-brand:hover{color:var(--v6-navy)}.v6-nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.v6-nav-links a{font-size:.85rem;color:var(--v6-blue-grey);text-decoration:none;transition:color .2s;letter-spacing:.01em}.v6-nav-links a:hover,.v6-nav-links a.active{color:var(--v6-field-green)}.v6-nav .theme-toggle{background:none;border:none;cursor:pointer;color:var(--v6-blue-grey);width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s;padding:0}.v6-nav .theme-toggle:hover{color:var(--v6-field-green)}.v6-nav .theme-toggle svg{width:18px;height:18px}.v6-nav-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--v6-blue-grey);padding:.25rem}.v6-nav-toggle svg{width:24px;height:24px}@media(max-width:768px){.v6-nav{padding:1rem 1.5rem;flex-wrap:wrap}.v6-nav-toggle{display:block}.v6-nav-links{display:none;flex-direction:column;width:100%;gap:0;padding-top:1rem;margin-top:1rem}.v6-nav-links.open{display:flex}.v6-nav-links li{width:100%}.v6-nav-links a{display:block;padding:.6rem 0}}.v6-horizon{width:100%;height:1px;background:var(--v6-horizon);border:none;margin:0}.v6-hero{width:100%;max-height:400px;overflow:hidden;position:relative}.v6-hero img{width:100%;height:400px;object-fit:cover;object-position:center 40%}.v6-hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:3rem 3rem 2.5rem;background:linear-gradient(transparent,#1a2332b3)}.v6-hero-overlay h1{color:#f4f4f0;font-weight:400;margin-bottom:.25rem;text-shadow:0 1px 8px rgba(0,0,0,.3)}.v6-hero-overlay p{color:#f4f4f0d9;font-size:1rem;margin:0;max-width:600px;text-shadow:0 1px 4px rgba(0,0,0,.2)}@media(max-width:768px){.v6-hero img{height:260px}.v6-hero-overlay{padding:2rem 1.5rem 1.5rem}}.v6-main{max-width:1400px;margin:0 auto;padding:0 3rem 4rem}@media(max-width:768px){.v6-main{padding:0 1.5rem 3rem}}.v6-section{padding:3rem 0}.v6-section-inner{max-width:800px}.v6-section-wide{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.v6-section-wide .v6-section-text{max-width:none}.v6-section-text p{color:var(--v6-text-muted);line-height:1.85}.v6-section-image{aspect-ratio:16 / 10;overflow:hidden;border-radius:2px}.v6-section-image img{width:100%;height:100%;object-fit:cover}.v6-panoramic{width:100%;max-height:320px;overflow:hidden;margin:2rem 0;border-radius:2px}.v6-panoramic img{width:100%;height:320px;object-fit:cover;object-position:center}@media(max-width:768px){.v6-section{padding:2rem 0}.v6-section-wide{grid-template-columns:1fr;gap:1.5rem}.v6-panoramic img{height:200px}}.v6-info-card{background:var(--v6-bg-alt);padding:1.5rem 2rem;border-radius:2px;margin:1.5rem 0}.v6-info-card h3{color:var(--v6-field-green);font-size:.95rem;margin-bottom:.75rem}.v6-info-card p{margin-bottom:.3rem;font-size:.95rem;color:var(--v6-text)}.v6-info-card p:last-child{margin-bottom:0}.v6-eu-badge{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 2rem;background:var(--v6-bg-alt);border-radius:2px;margin:2rem 0}.v6-eu-badge img{width:72px;height:auto;flex-shrink:0}.v6-eu-badge p{font-size:.9rem;color:var(--v6-text-muted);margin:0;line-height:1.7}.v6-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:2rem 0}.v6-gallery img{aspect-ratio:16 / 10;object-fit:cover;width:100%;border-radius:2px;cursor:pointer;transition:opacity .2s}.v6-gallery img:hover{opacity:.85}@media(max-width:768px){.v6-gallery{grid-template-columns:1fr 1fr}}.v6-btn{display:inline-block;font-family:Spectral,Georgia,serif;font-size:.9rem;color:var(--v6-field-green);border:1px solid var(--v6-field-green);padding:.6rem 1.75rem;text-decoration:none;border-radius:2px;transition:background .2s,color .2s;margin-top:.5rem;margin-right:.75rem}.v6-btn:hover{background:var(--v6-field-green);color:var(--v6-mist)}.v6-quote{font-family:Spectral,Georgia,serif;font-size:clamp(1.2rem,1.05rem + .75vw,1.5rem);font-style:italic;font-weight:400;color:var(--v6-blue-grey);max-width:700px;padding:2rem 0;margin:1rem 0;line-height:1.65;text-align:center}.v6-quote:before{content:"—";display:none}.v6-newsletter-preview{max-width:300px;border-radius:2px;box-shadow:0 4px 20px var(--v6-shadow-strong);margin:1.5rem 0}.v6-recent-issues{margin:1.5rem 0}.v6-recent-issues li{padding:.6rem 0;border-bottom:1px solid var(--v6-border-light);font-size:.9rem;color:var(--v6-text-muted);display:flex;gap:1.25rem}.v6-recent-issues li span:first-child{color:var(--v6-clay);font-variant-numeric:tabular-nums;font-size:.85rem;flex-shrink:0;width:6rem}.v6-footer{background:var(--v6-bg-alt);margin-top:2rem}.v6-footer-inner{max-width:1400px;margin:0 auto;padding:3rem 3rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.v6-footer-about p{font-size:.9rem;color:var(--v6-text-muted);line-height:1.8;max-width:360px}.v6-footer-col h4{font-size:.85rem;color:var(--v6-navy);font-weight:500;margin-bottom:.75rem}.v6-footer-col p,.v6-footer-col a{font-size:.85rem;color:var(--v6-text-muted);line-height:1.8;margin-bottom:.15rem;display:block}.v6-footer-col a:hover{color:var(--v6-field-green)}.v6-footer-bottom{max-width:1400px;margin:0 auto;padding:1rem 3rem 2rem;border-top:1px solid var(--v6-border-light);font-size:.75rem;color:var(--v6-text-muted);text-align:center}@media(max-width:768px){.v6-footer-inner{grid-template-columns:1fr;padding:2rem 1.5rem 1rem;gap:2rem}.v6-footer-bottom{padding:1rem 1.5rem 1.5rem}}.v6-body,.v6-body h1,.v6-body h2,.v6-body h3,.v6-body h4,.v6-body a,.v6-body p{transition:color .3s ease,background-color .3s ease}
