@keyframes title-fade-in{to{opacity:1;transform:translateY(0)}}@keyframes divider-grow{to{opacity:1;transform:scaleX(1)}}@keyframes scrollAnimation{0%,to{transform:translateY(0);opacity:.8}50%{transform:translateY(15px);opacity:.4}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ristorante-hero-section{width:100%}.ristorante-hero-container{position:relative;height:70vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.ristorante-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../media/images/cantina-hero-background.jpg);background-size:cover;background-position:center;filter:blur(3px);transition:transform var(--transition-speed) ease-out;z-index:1;will-change:transform}.ristorante-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2;transition:background .5s ease}.ristorante-hero-container:hover .ristorante-hero-overlay{background:rgba(0,0,0,.2)}.ristorante-hero-container:hover .ristorante-hero-background{transform:scale(1.02)}.ristorante-hero-content{position:relative;z-index:3;text-align:center;width:100%;max-width:1600px;display:flex;flex-direction:column;align-items:center;padding:0 2rem}.ristorante-hero-subtitle,.ristorante-hero-title{font-family:"Montserrat",sans-serif;color:var(--text-color);text-transform:uppercase;position:relative;opacity:0;transform:translateY(20px)}.ristorante-hero-title{font-size:6rem;font-weight:500;letter-spacing:.05em;line-height:1.1;margin-bottom:2rem;text-shadow:0 0 15px rgba(0,0,0,.3);animation:title-fade-in 1.5s ease forwards .3s}.ristorante-hero-subtitle{font-size:1.6rem;font-weight:300;letter-spacing:.2em;margin-top:1rem;animation:title-fade-in 1.5s ease forwards .8s}.ristorante-hero-divider{width:100px;height:1px;background-color:var(--primary-burgundy);margin:2rem 0;opacity:0;transform:scaleX(0);animation:divider-grow 1.5s ease forwards .6s}.ristorante-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:4;opacity:0;animation:fadeIn 1s ease 1.5s forwards}.ristorante-scroll-indicator__circle{width:32px;height:52px;border:2px solid rgba(255,255,255,.3);border-radius:25px;position:relative;display:flex;justify-content:center}.ristorante-scroll-indicator__dot{width:4px;height:4px;background-color:#fff;border-radius:50%;position:absolute;top:8px;animation:scrollAnimation 2s infinite;opacity:.8}.ristorante-hover-ray{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at var(--x) var(--y),rgba(255,255,255,.2) 0%,transparent 60%);opacity:0;z-index:3;pointer-events:none;transition:opacity .3s ease;mix-blend-mode:overlay}.ristorante-hero-container:hover .ristorante-hover-ray{opacity:.7}@media (max-width:992px){.ristorante-hero-container{height:60vh}.ristorante-hero-title{font-size:5rem}}@media (max-width:768px){.ristorante-hero-title{font-size:4rem}.ristorante-scroll-indicator{bottom:30px}.ristorante-hero-container{height:55vh}}@media (max-width:480px){.ristorante-hero-title{font-size:3rem}.ristorante-hero-content{width:95%}.ristorante-scroll-indicator{bottom:25px}.ristorante-scroll-indicator__circle{width:28px;height:46px}.ristorante-hero-container{height:50vh}}
