*{box-sizing:border-box}html,body,p{margin:0;padding:0}html{scroll-behavior:smooth}:root{--frontend-nav-height: 4rem;--frontend-font-size-body: 1rem;--frontend-font-size-small: .875rem;--frontend-color-text: #111827;--frontend-color-text-secondary: #374151;--frontend-color-text-meta: #6b7280;--frontend-color-accent: #ffa200;--frontend-color-accent-hover: #e69100;--frontend-color-icon-tool: #6b7280}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff;color:var(--frontend-color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--frontend-color-text)}*:focus{outline:none}h1{font-size:1.875rem;line-height:2.25rem;font-weight:300;margin-bottom:2rem}.section-header{display:grid;gap:.5rem;align-items:start;text-align:left}.section-description{margin-bottom:2rem}.section-breadcrumb-slot{min-height:1.3125rem}.section-header-top{position:relative;display:flex;justify-content:space-between;align-items:center;gap:1rem}.section-header-top .section-breadcrumb-slot{flex:1 1 auto;min-width:0}.fullscreen-toggle{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;background:none;color:var(--frontend-color-icon-tool);cursor:pointer;transition:color .2s}.fullscreen-toggle:hover,.fullscreen-toggle:focus-visible{color:var(--frontend-color-accent)}.fullscreen-toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px}.fullscreen-toggle.fom-no-focus-ring:focus-visible{outline:none}.fullscreen-toggle .icon{width:1.25rem;height:1.25rem}.info-toggle-wrap{flex:0 0 auto;display:inline-flex}@media (min-width: 768px){.info-toggle-wrap,.share-toggle-wrap{position:relative}}.info-toggle{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;background:none;color:var(--frontend-color-icon-tool);cursor:pointer;transition:color .2s}.info-toggle:hover,.info-toggle:focus-visible{color:var(--frontend-color-accent)}.info-toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px}.info-toggle .icon{width:1.25rem;height:1.25rem}.info-popover{position:absolute;top:100%;right:0;z-index:20;margin-top:.375rem;display:flex;flex-direction:column;gap:.5rem;width:18rem;max-width:80vw;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #1118271f}.info-popover[hidden]{display:none}.info-popover-title{font-size:var(--frontend-font-size-small);font-weight:600;color:var(--frontend-color-text)}.info-popover-list{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;font-size:var(--frontend-font-size-small)}.info-popover-list dt{color:var(--frontend-color-text-meta)}.info-popover-list dd{margin:0;color:var(--frontend-color-text-secondary);text-align:right}.share-toggle-wrap{flex:0 0 auto;display:inline-flex}.share-toggle{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;background:none;color:var(--frontend-color-icon-tool);cursor:pointer;transition:color .2s}.share-toggle:hover,.share-toggle:focus-visible{color:var(--frontend-color-accent)}.share-toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px}.share-toggle .icon{width:1.25rem;height:1.25rem}.share-popover{position:absolute;top:100%;right:0;z-index:20;margin-top:.375rem;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #1118271f}.share-popover[hidden]{display:none}.share-popover-input{width:16rem;max-width:60vw;padding:.375rem .5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:var(--frontend-font-size-small);color:var(--frontend-color-text-secondary);background:#f9fafb}.share-popover-copy{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:none;color:var(--frontend-color-icon-tool);cursor:pointer;transition:color .2s}.share-popover-copy:hover,.share-popover-copy:focus-visible{color:var(--frontend-color-accent)}.share-popover-copy:focus-visible{outline:2px solid currentColor;outline-offset:2px}.share-popover-copy.is-copied{color:#16a34a}.share-popover-copy .icon{width:1.125rem;height:1.125rem}.share-popover-qr{display:flex;justify-content:center}.share-popover-qr img{width:160px;height:160px;background:#fff}.section-title{margin-top:2rem;margin-bottom:0;text-align:left}.breadcrumb{margin-left:0}.breadcrumb-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.5rem;font-size:var(--frontend-font-size-small);color:var(--frontend-color-text-meta)}.breadcrumb-item{display:inline-flex;align-items:center;white-space:nowrap}.breadcrumb-item+.breadcrumb-item:before{content:"/";margin-right:.5rem;color:#9ca3af}.breadcrumb-item a{color:inherit;text-decoration:none}.section-subtitle{font-size:var(--frontend-font-size-body);font-weight:300;color:var(--frontend-color-text)}.section-metadata{display:flex;flex:row;gap:1rem;font-size:var(--frontend-font-size-small);color:var(--frontend-color-text-meta)}.section-metadata .section-meta-icon{width:1rem;height:1rem;flex-shrink:0}.section-date,.section-location{display:inline-flex;align-items:center;gap:.375rem}h2{font-size:1.5rem;line-height:2rem;font-weight:300;margin-bottom:2rem}h3{font-size:1.25rem;line-height:1.75rem;font-weight:300;margin-bottom:1rem}h4{font-size:1rem;line-height:1.5rem;font-weight:300;margin-bottom:1rem}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.container-narrow{max-width:768px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container-narrow{padding:0 1.5rem}}@media (min-width: 1024px){.container-narrow{padding:0 2rem}}.container-wide{max-width:896px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container-wide{padding:0 1.5rem}}@media (min-width: 1024px){.container-wide{padding:0 2rem}}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.justify-between{justify-content:space-between}.items-center{align-items:center}.grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.grid-cols-md-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.grid-cols-lg-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.space-x-8>*+*{margin-left:2rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-32{padding-top:8rem}.pb-20{padding-bottom:5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.nav{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;z-index:50}.nav-container,.footer-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.nav-container,.footer-container{padding:0 1.5rem}}@media (min-width: 1024px){.nav-container,.footer-container{padding:0 2rem}}.nav-inner{display:flex;justify-content:space-between;align-items:center;height:4rem}.nav-links{display:none}@media (min-width: 768px){.nav-links{display:flex;gap:2rem}}.nav-link{color:var(--frontend-color-text-secondary);text-decoration:none;transition:color .2s}.nav-link:hover{color:#111827}.nav-link-active{color:#111827;border-bottom:1px solid #111827}.mobile-menu-button{display:block;color:#374151;background:none;border:none;cursor:pointer;padding:0}@media (min-width: 768px){.mobile-menu-button{display:none}}.mobile-menu{display:none;border-top:1px solid #e5e7eb}@media (min-width: 768px){.mobile-menu{display:none!important}}.mobile-menu.show{display:block}.mobile-menu-link{display:block;color:#374151;text-decoration:none;transition:color .2s}.mobile-menu-link:hover{color:#111827}.mobile-menu-link-active{color:#111827;font-weight:500}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}@media (min-width: 768px){.text-7xl{font-size:4.5rem;line-height:1}}.font-light{font-weight:300}.font-medium{font-weight:500}.tracking-tight{letter-spacing:-.025em}.text-center{text-align:center}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-white{color:#fff}.leading-relaxed{line-height:1.625}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-200{background-color:#e5e7eb}.bg-gray-900{background-color:#111827}.bg-gray-900:hover{background-color:#1f2937}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.rounded-md{border-radius:.375rem}.hidden{display:none}.block{display:block}.section{padding:5rem 1rem}@media (min-width: 640px){.section{padding:5rem 1.5rem}}@media (min-width: 1024px){.section{padding:5rem 2rem}}.section-hero{padding:8rem 1rem 5rem}@media (min-width: 640px){.section-hero{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.section-hero{padding-left:2rem;padding-right:2rem}}.section-content{padding:8rem 1rem 5rem}@media (min-width: 640px){.section-content{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.section-content{padding-left:2rem;padding-right:2rem}}.hero-title{font-size:3rem;line-height:1;font-weight:300;letter-spacing:-.025em;margin-bottom:1.5rem;text-align:center}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:1.25rem;line-height:1.75rem;color:#4b5563;font-weight:300;max-width:42rem;margin:0 auto}@media (min-width: 768px){.hero-subtitle{font-size:1.5rem;line-height:2rem}}.gallery{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch}.gallery-row{display:flex;margin-bottom:0}.gallery-item{position:relative;display:block;object-fit:cover;margin-right:0;text-decoration:none;background-color:#e8e8e8}.gallery-item:last-child{margin-right:0}.gallery-item img{display:block}.gallery-item>.no-thumbnail{display:block}.gallery-item>.no-thumbnail.teaser{display:flex;align-items:center;box-sizing:border-box;padding:14px}.gallery-item .teaser-text{overflow:hidden;text-overflow:ellipsis;font-size:.85rem;line-height:1.4;color:#555;text-decoration:none;font-style:italic}.gallery-item .teaser-text .fade-word-5{opacity:.8}.gallery-item .teaser-text .fade-word-4{opacity:.7}.gallery-item .teaser-text .fade-word-3{opacity:.6}.gallery-item .teaser-text .fade-word-2{opacity:.5}.gallery-item .teaser-text .fade-word-1{opacity:.4}.gallery-item .title{padding:2px 10px;background:#fffc;-webkit-box-decoration-break:clone;box-decoration-break:clone}.gallery-item.thumbnail .title{position:absolute;left:0;bottom:0}.gallery-item.item-article>.no-thumbnail.teaser{height:auto}.card-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(max(180px,(100% - (var(--max-columns) - 1) * 16px) / var(--max-columns)),1fr))}.card-grid .gallery-item{aspect-ratio:1 / 1;overflow:hidden}.card-grid .gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.card-grid .gallery-item>.no-thumbnail{width:100%;height:100%}.image img{max-width:100%;max-height:100vh}.section-image{height:100vh;height:100dvh;height:var(--frontend-image-section-height, 100dvh);padding-top:calc(var(--frontend-nav-height) + 1rem);padding-bottom:0;overflow:hidden}.section-image .container{position:relative;height:100%;display:flex;flex-direction:column;overflow:hidden}.section-image h1{flex:0 0 auto;margin-bottom:.4rem;font-size:1.25rem;line-height:1.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:.12rem}.section-image .image{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:1;transition:opacity .1s ease}.section-image .image img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.section-image .image.fom-image-fading{opacity:0}.section-image .sibling-nav-controls,.fom-fullscreen-controls .sibling-nav-controls{position:fixed;left:0;top:50%;width:100%;transform:translateY(-50%);pointer-events:none;z-index:40}.section-image .sibling-nav-button,.fom-fullscreen-controls .sibling-nav-button{position:fixed}.sibling-nav-controls{display:flex;margin-top:3rem}.sibling-nav-button{display:inline-flex;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;border-radius:9999px;border:1px solid #d1d5db;background-color:#e5e7eb;color:#4b5563;text-decoration:none;pointer-events:auto;transition:background-color .2s,color .2s,border-color .2s}.section-image .sibling-nav-prev,.fom-fullscreen-controls .sibling-nav-prev{left:1rem}.section-image .sibling-nav-next,.fom-fullscreen-controls .sibling-nav-next{right:1rem}.sibling-nav-next{margin-left:auto}.sibling-nav-button:hover,.sibling-nav-button:focus-visible{background-color:#d1d5db;border-color:#9ca3af;color:#111827}.sibling-nav-button:focus-visible{outline:2px solid #111827;outline-offset:2px}.sibling-nav-icon{width:1.25rem;height:1.25rem}body.fom-fullscreen-active{overflow:hidden}.fom-fullscreen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#fff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease}.fom-fullscreen-overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}.fom-fullscreen-overlay.fom-mode-image{background:#000}.fom-fullscreen-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;touch-action:pan-y}.fom-fullscreen-overlay.fom-mode-article{overflow-y:auto}.fom-fullscreen-overlay.fom-mode-article .fom-fullscreen-content{display:block;height:auto;padding:2rem}@media (min-width: 640px){.fom-fullscreen-overlay.fom-mode-article .fom-fullscreen-content{padding-left:3rem;padding-right:3rem}}@media (min-width: 1024px){.fom-fullscreen-overlay.fom-mode-article .fom-fullscreen-content{padding-left:4rem;padding-right:4rem}}.fom-fullscreen-overlay.fom-mode-image .fom-fullscreen-content img{width:100%;height:100%;object-fit:contain}.fom-fullscreen-controls{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;pointer-events:none;opacity:0;transition:opacity .3s ease}.fom-nav-transition{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1020;background:#000;opacity:0;pointer-events:none;transition:opacity .1s ease}.fom-nav-transition.is-active,.fom-fullscreen-controls.is-visible{opacity:1}.fom-fullscreen-exit,.fom-fullscreen-controls .sibling-nav-button{pointer-events:none}.fom-fullscreen-controls.is-visible .fom-fullscreen-exit,.fom-fullscreen-controls.is-visible .sibling-nav-button{pointer-events:auto}.fom-fullscreen-exit{position:fixed;top:1rem;right:1rem;width:2.75rem;height:2.75rem;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--frontend-color-icon-tool);cursor:pointer;transition:opacity .2s}.fom-fullscreen-exit:hover,.fom-fullscreen-exit:focus-visible{opacity:.75}.fom-fullscreen-exit:focus-visible{outline:2px solid currentColor;outline-offset:2px}.fom-fullscreen-controls .sibling-nav-button{background:#1118278c;color:#fff;border-color:#ffffff40}@media (max-width: 767px){.section-image h1{margin-bottom:.3rem;font-size:.95rem;line-height:1.4rem;padding-bottom:.1rem}.sibling-nav-button{width:2.25rem;height:2.25rem}.section-image .sibling-nav-prev,.fom-fullscreen-controls .sibling-nav-prev{left:.5rem}.fullscreen-toggle,.share-toggle,.info-toggle,.fom-fullscreen-exit{width:2.25rem;height:2.25rem}.share-popover-input{width:12rem}.info-popover{width:15rem}.fom-fullscreen-exit{top:.5rem;right:.5rem}.fom-fullscreen-overlay.fom-mode-article .fom-fullscreen-content{padding-top:1.5rem;padding-bottom:1.5rem}.section-image .sibling-nav-next,.fom-fullscreen-controls .sibling-nav-next{right:.5rem}}@media (max-height: 820px){.section-image h1{margin-bottom:.2rem;font-size:.95rem;line-height:1.35rem;padding-bottom:.08rem}}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #111827}.form-textarea{resize:vertical}.btn{width:100%;background-color:#111827;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;border:none;font-weight:300;cursor:pointer;transition:background-color .2s}.btn:hover{background-color:#1f2937}.prose{color:var(--frontend-color-text-secondary);max-width:none}.prose-lg{font-size:1.125rem;line-height:1.75rem}.prose h2{font-size:1.5rem;line-height:2rem;font-weight:300;margin-top:3rem;margin-bottom:1rem}.prose h3{font-size:1.25rem;line-height:1.75rem;font-weight:300;margin-bottom:.75rem;margin-top:1.5rem}.prose p{margin-bottom:1rem}.prose ul{list-style-type:disc;padding-left:1.5rem;margin-top:.5rem}.prose ul li{margin-bottom:.25rem}.prose a{color:var(--frontend-color-accent);text-decoration:none}.prose a:hover{color:var(--frontend-color-accent-hover)}.list-disc{list-style-type:disc}.pl-6{padding-left:1.5rem}.space-y-1>*+*{margin-top:.25rem}.underline{text-decoration:underline}.footer{border-top:1px solid #e5e7eb;padding:1rem 0}.footer-content{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;justify-content:right;align-items:center;gap:2rem;font-size:var(--frontend-font-size-small);color:var(--frontend-color-text-meta)}@media (min-width: 768px){.footer-content{flex-direction:row}}.footer-links{display:flex;gap:2rem;margin-top:1rem}@media (min-width: 768px){.footer-links{margin-top:0}}.footer-link{color:var(--frontend-color-text-meta);text-decoration:none;transition:color .2s}.footer-link:hover{color:#374151}a:hover,a:active{color:var(--frontend-color-accent)!important}.icon{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
