html{scroll-behavior:smooth}body{width:100%;padding:0;font-family:Lora,serif;margin:0;color:#fff}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;margin:0}h1{font-size:60px}h2{font-size:40px}h3{font-size:27px}h4{font-size:25px}p{margin:0;font-size:16px}@media (max-width: 750px){h1{font-size:35px}p{font-size:15px}}main{display:flex;flex-direction:column;justify-content:center;width:100%;background-color:#1a0d07;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%22100%22%20height%3D%22100%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22deco%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%2240%22%20height%3D%2240%22%3E%3Cpath%20d%3D%22M0%2C0%20L40%2C0%20L40%2C40%20L0%2C40%20Z%22%20fill%3D%22%231a0d07%22%20/%3E%3Cpath%20d%3D%22M0%2020%20L20%200%20L40%2020%20L20%2040%20Z%22%20stroke%3D%22%23d4af37%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20/%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%221.5%22%20fill%3D%22%23d4af37%22%20/%3E%3C/pattern%3E%3C/defs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url(%23deco)%22%20/%3E%3C/svg%3E");background-size:40px 40px}header{position:fixed;top:0;left:0;width:100%;background:linear-gradient(to left,#442819f5,#301c11f5);box-shadow:0 5px 20px #000a;height:70px;z-index:1000}header:before{filter:blur(5px)}header>div{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 4rem}.logo-circle{width:45px;height:45px;border-radius:50%;overflow:hidden}.logo .icon{width:100%;height:100%;object-fit:contain}.nav-bar{display:flex;gap:2rem}.nav-bar .link{text-decoration:none;color:#fff;font-weight:500;transition:color .2s}.nav-bar .link:hover{color:#d67306}.select-menu{display:flex;align-items:center;gap:1rem}.language{cursor:pointer;font-size:1.3rem;font-weight:bolder}.inactive-lang{color:#fff8;transition:color .3s}.active-lang{color:#fff;transition:color .3s}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.overlay{position:fixed;top:70px;left:0;width:100%;height:calc(100% - 70px);background:#00000080;z-index:900;animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){header>div{padding:0 1.5rem}.nav-bar{position:fixed;top:70px;right:-100%;width:250px;height:calc(100% - 70px);background:#000;flex-direction:column;align-items:flex-start;padding:2rem 1.5rem;gap:1.5rem;box-shadow:-2px 0 8px #00000026;transition:right .3s ease-in-out;z-index:1000}.nav-bar.open{right:0}.menu-toggle{display:flex}}.footer{color:#fff;text-align:center}.footer-separator{height:1px;background-color:#aaa}.footer-bottom-bg{background:linear-gradient(to right,#000,#0000001a,#0000,#0000001a,#000)}.group-name{text-decoration:none;color:#fff}.group-name h2{font-size:1.5rem;letter-spacing:1px}.group-name span{display:block;font-weight:700;font-size:2.5rem}.brands{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin:2rem 0}.brands img{max-height:30px;opacity:.8;transition:opacity .3s}.brands img:hover{opacity:1}.social{margin-bottom:1.5rem;color:#000}.social a{margin:0 .5rem}.social img{height:24px;filter:brightness(0) invert(1);transition:transform .3s}.social img:hover{transform:scale(1.1)}.footer-bottom{font-size:.85rem;color:#fff}.footer-bottom .links{margin-top:.5rem}.footer-bottom .links a{color:#fff;text-decoration:none;margin:0 .5rem}.footer-bottom .links a:hover{text-decoration:underline}.footer-content{background-color:#22150d;padding:3rem 0}.footer-logo{filter:brightness(0) invert(1)}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.section-home{display:flex;flex-direction:column;align-items:center}#about{padding:80px 20px;max-width:1200px;margin:auto;display:flex;flex-direction:column;gap:60px}.about-container{display:flex;flex-wrap:wrap;align-items:center;gap:30px}.about-container:nth-child(2n){flex-direction:row-reverse}.about-image{flex:1 1 400px;border-radius:20px;overflow:hidden;box-shadow:0 8px 20px #00000080;max-height:400px}.about-image img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .4s ease}.about-image img:hover{transform:scale(1.05)}.about-text{flex:1 1 400px;display:flex;flex-direction:column;gap:15px;padding:10px}.about-text h3{color:#f8d479;font-size:1.75rem}.about-text p{font-size:17px}.underline{width:100%;height:3px;background-color:#d67306;margin:5px 0 15px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:40px 20px}.gallery-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px;padding:20px;background-color:#805b41;border-radius:15px;box-shadow:0 4px 15px #0006;transition:transform .3s ease,box-shadow .3s ease}.gallery-card:before{filter:blur(5px)}.gallery-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000080}.gallery-card svg{max-width:30px;max-height:30px}.gallery-card p{text-align:center}.gallery-card h3{font-size:1.3rem;margin:0}@media (max-width: 992px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.gallery{grid-template-columns:1fr}}.title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:0 10px;text-align:center}.section-title{font-size:2.75rem;font-weight:600;color:#ff8c00;margin-bottom:.75rem;font-family:Playfair Display,serif;letter-spacing:.5px}.section-subtitle{font-size:1.1rem;font-weight:600;color:#e0c8b0;max-width:700px;margin:0 auto 3rem;line-height:1.7;font-family:Open Sans,sans-serif}.restaurant-section{color:#fff;padding:4rem 2rem;text-align:center}.restaurant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:50px;justify-items:center}.restaurant-card{background-color:#2a120a;border-radius:1rem;overflow:hidden;max-width:400px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 16px #0000004d}.restaurant-card:hover{box-shadow:0 12px 20px #000c}.restaurant-image img{width:100%;height:250px;object-fit:cover}.restaurant-content{padding:1.5rem;display:flex;flex-direction:column}.restaurant-name{font-size:1.5rem;margin-bottom:.75rem;color:#fff}.restaurant-description{font-size:1rem;color:#e0c8b0;margin-bottom:1.5rem}.restaurant-button{display:inline-block;padding:.6rem 1.2rem;background-color:#ff8c00;color:#fff;text-decoration:none;border-radius:.5rem;transition:background-color .3s ease}.restaurant-button:hover{background-color:#743f07}#contact-info{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:40px;padding:5rem 2rem;border-bottom:1px solid #b67a55}.contact{background:radial-gradient(circle at top left,#3a2316,#1a0d07);border:1px solid #805b41;padding:2rem;border-radius:16px;width:300px;text-align:center;box-shadow:0 0 15px #0006;transition:transform .3s ease,box-shadow .3s ease}.contact:hover{transform:translateY(-5px);box-shadow:0 6px 25px #d4af3740}.contact h2{font-family:Playfair Display,serif;font-size:1.5rem;color:#f8d479;margin-bottom:1rem}.contact p{font-size:1rem;color:#e6d0b8;line-height:1.6}.contactUs-form{background-color:#1a0d07;width:100%}.contact-form{max-width:1000px;margin:auto;padding:3rem;display:flex;flex-direction:column;gap:2rem}.contact-form h2{font-size:2.2rem;text-align:center;color:#f8d479;margin-bottom:1.5rem;font-family:Playfair Display,serif}.form-row{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.form-row>*{flex:1 1 45%;display:flex;flex-direction:column}.form-row label{font-size:1rem;color:#f0e0d0;margin-bottom:.5rem;font-weight:500}.contact-form input,.contact-form textarea,.contact-form select{background-color:#21130c;border:1px solid #805b41;border-radius:8px;padding:.75rem;color:#fff;font-size:1rem;transition:border .3s ease}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#d4af37;outline:none}textarea{resize:vertical}.contact-form button{background-color:#d4af37;color:#1a0d07;padding:.9rem 2rem;font-size:1.1rem;font-weight:600;border-radius:999px;border:none;align-self:center;cursor:pointer;transition:background-color .3s ease,transform .2s}.contact-form button:hover{background-color:#f6cf58;transform:scale(1.03)}.contact-form .dropzone{margin-top:.5rem;padding:1rem;border:2px dashed #bbb;border-radius:6px;background-color:#1a0d07;color:#666;text-align:center;cursor:pointer;transition:background-color .2s;height:150px}.contact-form .dropzone:hover{background-color:#eef6ff;border-color:#007acc}.section-advantages{border-bottom:1px solid #b67a55;padding:5rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.experiences{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;margin:80px auto;padding:20px;gap:50px}@view-transition{navigation:auto}.hero{position:relative;width:100%;height:100vh;overflow:hidden;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;z-index:5;border-bottom:1px solid #b67a55}.homeBg{background:url(../../images/hero-home-bg.webp) center/cover no-repeat}.defaultBg{background:url(../../images/hero-bg.webp) center/cover no-repeat}.experiencesBg{background:url(../../images/hero-home-bg.webp) center/cover no-repeat}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-10}@media (max-width: 750px){.hero{height:100vh}}.hero-title{font-family:Playfair Display,serif;font-size:3.25rem;font-weight:600;line-height:1.2;color:#f9f6f2;margin-bottom:1.2rem;text-shadow:0 1px 2px rgba(0,0,0,.4);background:linear-gradient(to right,#f8d479,#d4af37);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:brightness(1.6)}.hero-subtitle{font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:1.8;max-width:800px;margin:0 auto 2.5rem;color:#e0c8b0;font-weight:600;filter:brightness(1.6)}#hero-button{display:inline-block;background-color:#d4af37;color:#1a0d07;font-weight:500;font-size:1rem;padding:.9rem 2rem;border-radius:100px;text-decoration:none;transition:all .3s ease}#hero-button:hover{background-color:#f6cf58;color:#1a0d07;box-shadow:0 4px 15px #d4af3766}.hero-content>*{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards;padding:2rem;z-index:1;max-width:900px}.hero-subtitle{animation-delay:.2s}#hero-button{animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}
