@charset "UTF-8";
/* https://genussgaleriehattersheim.de/wp-content/themes/genussgalerie/assets/css/index.css?ver=1.0.0 */
.hero{position:relative;height:100svh;min-height:560px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--c-brown-deep)}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.55) saturate(1.05)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(30 20 14 / .55) 0%,rgb(30 20 14 / .35) 40%,rgb(30 20 14 / .75) 100%)}.hero-content{position:relative;z-index:2;text-align:center;color:var(--c-white);padding:0 24px;max-width:760px}.hero-content .hero-eyebrow{color:var(--c-gold-light);justify-content:center}.hero-content .hero-eyebrow::before{display:none}.hero-content h1{color:var(--c-white)}.hero-tag{font-family:var(--f-display);font-style:italic;font-size:1.3rem;color:var(--c-cream);margin-top:.2em}.hero .divider{background:var(--c-gold-light)}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:1.6rem}.scroll-cue{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);z-index:2;width:26px;height:44px;border:1px solid rgb(241 232 216 / .65);border-radius:20px}.scroll-cue span{position:absolute;top:8px;left:50%;width:4px;height:4px;margin-left:-2px;background:var(--c-gold-light);border-radius:50%;animation:scrollCue 1.8s ease infinite}@keyframes scrollCue{0%{transform:translateY(0);opacity:1}70%{opacity:0}100%{transform:translateY(18px);opacity:0}}.exhibit{display:block}.exhibit:hover .frame img{transform:scale(1.045)}.exhibit .frame{overflow:hidden}.exhibit .frame img{transition:transform .6s ease}@media (max-width:640px){.hero{height:100svh}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}}