html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-title{animation:slideUpFade .5s ease-out forwards}.hero-location{animation:slideUpFade .5s ease-out .1s forwards;animation-fill-mode:forwards;opacity:0}.hero-badge{animation:scaleFade .4s ease-out forwards;animation-fill-mode:forwards;opacity:0;transform-origin:center}.hero-badge:first-child{animation-delay:.2s}.hero-badge:nth-child(2){animation-delay:.3s}.hero-badge:nth-child(3){animation-delay:.4s}.hero-badge:nth-child(4){animation-delay:.5s}.hero-badge:nth-child(5){animation-delay:.6s}.info-card{animation:slideUpFade .4s ease-out forwards;animation-fill-mode:forwards;opacity:0;transform:translateY(8px);transition:all .2s ease-in-out}.info-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.info-card:first-child{animation-delay:.3s}.info-card:nth-child(2){animation-delay:.4s}.info-card:nth-child(3){animation-delay:.5s}.info-card:nth-child(4){animation-delay:.6s}.info-card:nth-child(5){animation-delay:.7s}.info-card:nth-child(6){animation-delay:.8s}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.badge-hover{transition:all .2s ease}.badge-hover:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-1px)}.hero-image-container{overflow:hidden;position:relative;transform-style:preserve-3d;will-change:transform}.hero-image-container img{transform-origin:center;transition:transform 3s ease-out;will-change:transform}.hero-image-container:hover img{transform:scale(1.05)}.hero-gradient{backdrop-filter:blur(2px);background:linear-gradient(to top,hsl(var(--background)/1) 0,hsl(var(--background)/.95) 20%,hsl(var(--background)/.8) 40%,hsl(var(--background)/.5) 65%,hsl(var(--background)/.1) 85%,transparent 100%)}@media (max-width:768px){.hero-gradient{background:linear-gradient(to top,hsl(var(--background)/1) 0,hsl(var(--background)/.98) 25%,hsl(var(--background)/.9) 45%,hsl(var(--background)/.7) 65%,hsl(var(--background)/.3) 85%,transparent 100%)}.hero-image-container{max-height:65vh}}.fullscreen-enter{opacity:0;transform:scale(.95)}.fullscreen-enter-active{transition:opacity .3s,transform .3s}.fullscreen-enter-active,.fullscreen-exit{opacity:1;transform:scale(1)}.fullscreen-exit-active{opacity:0;transform:scale(.95);transition:opacity .3s,transform .3s}:root{--potree-color-primary:hsl(var(--primary));--potree-color-bg:hsl(var(--background));--potree-color-text:hsl(var(--foreground));--potree-color-border:hsl(var(--border))}.heritage-3d-viewer iframe{border:none;height:100%;width:100%}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thumb-muted{scrollbar-color:hsl(var(--muted-foreground)/.2) transparent}.scrollbar-track-transparent{scrollbar-color:transparent transparent}.scrollbar-thumb-border{scrollbar-color:hsl(var(--border)) transparent}.heritage-tab-container{overflow:hidden;position:relative;width:100%}.heritage-tab-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-color:hsl(var(--border)) transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.heritage-tab-scroll::-webkit-scrollbar{height:4px}.heritage-tab-scroll::-webkit-scrollbar-track{background:transparent}.heritage-tab-scroll::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:2px}.heritage-tab-scroll::-webkit-scrollbar-thumb:hover{background:hsl(var(--border)/.8)}.heritage-tab-list{display:flex;min-width:-moz-max-content;min-width:max-content;width:100%}.heritage-tab-button{flex-shrink:0;min-width:-webkit-fill-available;min-width:-moz-available;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.snap-x{scroll-snap-type:x mandatory}.snap-start{scroll-snap-align:start}.gallery-thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-gap:.5rem;gap:.5rem;margin-top:.75rem}.heritage-fullscreen-image{height:auto!important;max-height:100%!important;max-width:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;width:auto!important}.heritage-fullscreen-container{align-items:center;display:flex;height:100%;justify-content:center;max-height:100%;max-width:100%;overflow:hidden;position:relative;width:100%}body:has(.heritage-fullscreen-dialog){height:100%;overflow:hidden;position:fixed;width:100%}.heritage-fullscreen-dialog{bottom:0!important;height:100vh!important;left:0!important;max-height:100vh!important;max-width:100vw!important;overflow:hidden!important;position:fixed!important;right:0!important;top:0!important;width:100vw!important;z-index:9999!important}.image-gallery-wrapper{overflow:hidden}.image-gallery-wrapper,.image-gallery-wrapper .grid{max-width:100%;width:100%}.image-gallery-wrapper .aspect-square{height:0;padding-bottom:100%;position:relative;width:100%}.image-gallery-wrapper .aspect-square>*{height:100%;left:0;position:absolute;top:0;width:100%}.gallery-thumbnails .thumbnail{aspect-ratio:1;border:2px solid transparent;border-radius:.25rem;overflow:hidden;position:relative;transition:all .2s ease}.gallery-thumbnails .thumbnail:hover{border-color:hsl(var(--primary)/.5);transform:translateY(-2px)}.gallery-thumbnails .thumbnail.active{border-color:hsl(var(--primary));transform:translateY(-2px)}.heritage-gallery-image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.image-container:hover .heritage-gallery-image{transform:scale(1.03)}.image-container{background-color:hsl(var(--muted)/.3);border-radius:.5rem;overflow:hidden;position:relative}.section-reveal{animation:sectionFadeIn .4s ease-out forwards}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1023px){.heritage-fullscreen{height:100svh;left:0;position:fixed;top:0;width:100%;z-index:50}.heritage-site-layout{padding-bottom:80px}.info-card{padding:.5rem .75rem}.hero-image-container+div .info-card{background:hsl(var(--background)/.95);box-shadow:0 2px 8px rgba(0,0,0,.08)}.heritage-section-nav-mobile{backdrop-filter:blur(8px);background:hsl(var(--background)/.95);border-top:1px solid hsl(var(--border));bottom:0;left:0;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;right:0;transition:transform .3s ease;z-index:40}.heritage-page:has(.footer:focus-within) .heritage-section-nav-mobile,.heritage-page:has(.footer:hover) .heritage-section-nav-mobile{transform:translateY(100%)}.heritage-page:has(.footer) .heritage-section-nav-mobile:hover{transform:translateY(0)}.pb-safe{padding-bottom:env(safe-area-inset-bottom,.5rem)}.accordion-content{padding-left:.5rem;padding-right:.5rem}.accordion-trigger,.badge,.nav-item,.tab,button{min-height:2.5rem}.card .p-4,.card-content{padding:.75rem!important}.gap-4{gap:.75rem!important}#section-content-architecture,#section-content-cultural,#section-content-floor_plans,#section-content-history,#section-content-models,#section-content-overview,#section-content-panoramas,#section-content-photos,#section-content-technical,#section-content-videos,#section-content-visitor{scroll-margin-top:4rem}}@media (max-width:640px){h1{font-size:1.75rem!important;line-height:1.2!important}h2{font-size:1.375rem!important}.hero-title{text-shadow:0 1px 2px rgba(0,0,0,.1)}.hero-location{text-shadow:0 1px 1px rgba(0,0,0,.1)}}html:has(.heritage-page){scroll-padding-top:1rem}@media (prefers-color-scheme:dark){.hero-gradient{background:linear-gradient(to top,hsl(var(--background)/1) 0,hsl(var(--background)/.95) 20%,hsl(var(--background)/.8) 45%,hsl(var(--background)/.5) 70%,hsl(var(--background)/.2) 90%,transparent 100%)}}.bento-card{animation:scaleFade .4s ease-out forwards;animation-fill-mode:forwards;opacity:0;transform-origin:center;transition:all .2s ease-in-out}.bento-card:hover{background-color:hsl(var(--background)/.98);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.bento-card:first-child{animation-delay:.2s}.bento-card:nth-child(2){animation-delay:.3s}.bento-card:nth-child(3){animation-delay:.4s}.bento-card:nth-child(4){animation-delay:.5s}.street-view-container{background-color:hsl(var(--muted)/.3);border-radius:.5rem;height:100%;min-height:300px;overflow:hidden;position:relative;width:100%}.street-view-placeholder{color:hsl(var(--muted-foreground));flex-direction:column;height:100%;padding:2rem;text-align:center;width:100%}.street-view-loading,.street-view-placeholder{align-items:center;display:flex;justify-content:center}.street-view-loading{background-color:hsl(var(--background)/.7);bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}@media (max-width:768px){.bento-card{line-height:1.1;padding:.5rem}.bento-card p{font-size:.75rem}}