:root{--burgundy: #6b0f1a;--burgundy-dark: #4a0b12;--burgundy-light: #8a1e2a;--cream: #f5f1ee;--soft-gray: #d8d3cf;--text-light: #f5f1ee;--text-muted: #d8d3cf;font-family:Georgia,Times New Roman,serif;line-height:1.6;font-weight:400;scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:var(--burgundy);color:var(--text-light);min-height:100vh;overflow-x:hidden}h1,h2,h3{font-weight:300;letter-spacing:.05em;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem;color:var(--text-muted);line-height:1.7}a{color:var(--cream);text-decoration:none;transition:color .3s ease}a:hover{color:var(--soft-gray)}section{max-width:1200px;margin:0 auto}.hero{padding:0;max-width:100%;margin:0}section:not(.hero){padding:80px 20px}@media(max-width:768px){section:not(.hero){padding:60px 20px}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.8rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}}@media(max-width:640px){section:not(.hero){padding:50px 15px}h1{font-size:clamp(1.8rem,4.5vw,3rem)}h2{font-size:clamp(1.6rem,3.5vw,2.2rem)}h3{font-size:clamp(1.4rem,2.5vw,1.8rem)}}@media(max-width:480px){section:not(.hero){padding:40px 15px}h1{font-size:clamp(1.6rem,4vw,2.5rem)}h2{font-size:clamp(1.4rem,3vw,2rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}p{font-size:.9rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background-color .3s ease,backdrop-filter .3s ease}.header:not(.scrolled){background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.header.scrolled{background-color:#6b0f1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000004d}.nav{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;max-width:1200px;margin:0 auto}.nav-logo{display:flex;align-items:center;justify-content:flex-start}.logo-image{height:40px;width:auto;max-width:120px;object-fit:contain;transition:transform .3s ease,filter .3s ease}.header.scrolled .logo-image{height:35px;max-width:100px}.logo-text{color:var(--cream);transition:color .3s ease}.header.scrolled .logo-text{color:var(--text-light)}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:40px}.nav-link{background:none;border:none;color:var(--cream);font-family:inherit;font-size:1rem;font-weight:300;letter-spacing:.05em;cursor:pointer;padding:8px 0;position:relative;transition:color .3s ease}.header.scrolled .nav-link{color:var(--text-light)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--cream);transition:width .3s ease}.header.scrolled .nav-link:after{background-color:var(--text-light)}.nav-link:hover:after{width:100%}.nav-link:hover{color:var(--soft-gray)}.language-switch{background:none;border:1px solid var(--cream);color:var(--cream);font-family:inherit;font-size:.9rem;font-weight:400;letter-spacing:.05em;cursor:pointer;padding:6px 12px;border-radius:20px;transition:all .3s ease;text-transform:uppercase}.header.scrolled .language-switch{color:var(--text-light);border-color:var(--text-light)}.language-switch:hover{background-color:var(--cream);color:var(--burgundy);transform:translateY(-1px)}.header.scrolled .language-switch:hover{background-color:var(--text-light);color:var(--burgundy)}@media(max-width:768px){.nav{padding:15px 20px;flex-wrap:wrap}.nav-logo{width:100%;text-align:center;margin-bottom:10px}.logo-image{height:35px;max-width:100px}.nav-links{gap:15px;flex-wrap:wrap;justify-content:center;width:100%}.nav-link{font-size:.85rem;padding:6px 10px}.language-switch{font-size:.75rem;padding:4px 8px}}@media(max-width:480px){.nav{padding:10px 15px}.nav-logo{margin-bottom:8px}.logo-image{height:30px;max-width:85px}.nav-links{gap:10px}.nav-link{font-size:.75rem;padding:5px 8px}.language-switch{font-size:.7rem;padding:3px 6px}}.hero{position:relative;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;object-fit:cover;object-position:center}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4a0b12b3;z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4a0b12b3;z-index:2}.hero-content{position:relative;z-index:3;text-align:center;padding:20px;max-width:800px;opacity:0;transform:translateY(30px);transition:opacity 1.2s ease,transform 1.2s ease}.hero-content.loaded{opacity:1;transform:translateY(0)}.hero-title{color:var(--cream);font-size:clamp(3rem,8vw,5rem);font-weight:300;letter-spacing:.05em;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-subtitle{color:var(--soft-gray);font-size:clamp(1.2rem,3vw,1.5rem);font-weight:300;letter-spacing:.02em;line-height:1.6;margin:0;text-shadow:0 1px 10px rgba(0,0,0,.5);font-style:italic}@media(max-width:768px){.hero{height:100vh;min-height:600px}.hero-content{padding:20px 15px;max-width:90%}.hero-title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}.hero-subtitle{font-size:clamp(.9rem,2.5vw,1.1rem)}}@media(max-width:480px){.hero{height:100vh;min-height:500px}.hero-content{padding:15px 10px;max-width:95%}.hero-title{font-size:clamp(1.8rem,4.5vw,2.5rem);margin-bottom:.8rem}.hero-subtitle{font-size:clamp(.8rem,2vw,1rem)}}@media(max-aspect-ratio:16/9){.hero-video{width:100%;height:auto;min-height:100%}}@media(min-aspect-ratio:16/9){.hero-video{width:auto;height:100%;min-width:100%}}.about{background-color:var(--burgundy);position:relative}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:500px}.about-image{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px #0000004d}.about-img{width:100%;height:auto;display:block;transition:transform .6s ease}.about-image:hover .about-img{transform:scale(1.05)}.about-text{padding:20px 0}.about-title{color:var(--cream);font-size:clamp(2.5rem,4vw,3rem);font-weight:300;letter-spacing:.05em;margin-bottom:2rem;position:relative}.about-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:2px;background-color:var(--cream)}.about-description{color:var(--text-muted);line-height:1.8;font-size:1.1rem}.about-description p{margin-bottom:1.5rem;font-style:italic}.about-description p:last-child{margin-bottom:2rem}.about-features{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f5f1ee0d;border-radius:8px;border-left:3px solid var(--cream);transition:transform .3s ease,background-color .3s ease}.feature-item:hover{transform:translate(5px);background-color:#f5f1ee1a}.feature-item:hover .feature-icon{background-color:var(--cream);color:var(--burgundy);transform:scale(1.1)}.feature-icon{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--cream);background-color:#f5f1ee1a;border-radius:50%;transition:all .3s ease}.feature-icon svg{width:20px;height:20px;stroke-width:2}.feature-text{color:var(--cream);font-size:1rem;font-weight:400;letter-spacing:.02em}@media(max-width:968px){.about-content{grid-template-columns:1fr;gap:40px;text-align:center}.about-text{padding:20px 0;max-width:600px;margin:0 auto}.about-title{text-align:center;font-size:clamp(2rem,4vw,2.5rem)}.about-title:after{left:50%;transform:translate(-50%)}.about-description{font-size:1rem}.about-features{margin-top:1.5rem}.feature-item{flex-direction:column;gap:.5rem;text-align:center;padding:1rem .5rem}.feature-icon{width:50px;height:50px}.feature-icon svg{width:24px;height:24px}}@media(max-width:640px){.about-content{gap:30px}.about-container{padding:0 15px}.about-description{font-size:.95rem}.about-description p{margin-bottom:1.2rem}.about-title{font-size:clamp(1.8rem,3.5vw,2.2rem)}.feature-item{padding:.8rem .3rem}.feature-text{font-size:.9rem}}@media(max-width:480px){.about{padding:40px 15px}.about-content{gap:25px}.about-description{font-size:.9rem}.about-description p{margin-bottom:1rem}.about-features{margin-top:1rem;gap:.8rem}.feature-item{padding:.6rem .2rem}.feature-icon{width:45px;height:45px}.feature-icon svg{width:22px;height:22px}.feature-text{font-size:.85rem}}.about-text{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards}.products{background-color:var(--burgundy-dark);padding:80px 20px}.products-container{max-width:1200px;margin:0 auto}.products-title{color:var(--cream);font-size:clamp(2.5rem,4vw,3rem);font-weight:300;letter-spacing:.05em;text-align:center;margin-bottom:3rem;position:relative}.products-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:2px;background-color:var(--cream)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:60px}.product-card{background-color:var(--burgundy);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;box-shadow:0 5px 20px #0003}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000004d}.product-image-container{position:relative;overflow:hidden;border-radius:8px 8px 0 0;height:250px}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:25px;text-align:center}.product-name{color:var(--cream);font-size:1.5rem;font-weight:300;letter-spacing:.05em;margin-bottom:10px}.product-description{color:var(--text-muted);font-size:1rem;line-height:1.6;margin:0;font-style:italic}@media(max-width:768px){.products{padding:60px 20px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:40px}.products-title{margin-bottom:2rem;font-size:clamp(2rem,4vw,2.5rem)}.product-info{padding:20px 15px}.product-name{font-size:1.3rem}.product-description{font-size:.95rem}.product-image-container{height:220px}}@media(max-width:640px){.products{padding:50px 15px}.products-grid{grid-template-columns:1fr;gap:20px}.products-title{font-size:clamp(1.8rem,3.5vw,2.2rem)}.product-image-container{height:200px}.product-info{padding:18px 12px}.product-name{font-size:1.2rem}.product-description{font-size:.9rem}}@media(max-width:480px){.products{padding:40px 15px}.products-grid{gap:20px}.products-title{font-size:clamp(1.6rem,3vw,2rem)}.product-image-container{height:180px}.product-info{padding:15px 10px}.product-name{font-size:1.1rem}.product-description{font-size:.85rem}}.product-card{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.location{background-color:var(--burgundy);padding:80px 20px}.location-container{max-width:1200px;margin:0 auto}.location-title{color:var(--cream);font-size:clamp(2.5rem,4vw,3rem);font-weight:300;letter-spacing:.05em;text-align:center;margin-bottom:3rem;position:relative}.location-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:2px;background-color:var(--cream)}.map-container{position:relative;width:100%;max-width:800px;margin:0 auto 40px;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000004d;background-color:var(--burgundy-dark)}.map-iframe{width:100%;height:450px;border:none;display:block}.location-info{text-align:center;max-width:600px;margin:0 auto}.location-address,.location-contact{color:var(--text-muted);font-size:1.1rem;line-height:1.8;margin:0 0 20px;font-style:italic}.location-address{font-size:1.2rem;margin-bottom:15px}.location-contact{font-size:1rem;margin-bottom:0}@media(max-width:768px){.location{padding:60px 20px}.location-title{margin-bottom:2rem;font-size:clamp(2rem,4vw,2.5rem)}.map-container{margin-bottom:30px;border-radius:12px}.map-iframe{height:350px;border-radius:12px}.location-info{max-width:100%}.location-address,.location-contact{font-size:1.1rem}}@media(max-width:640px){.location{padding:50px 15px}.location-title{font-size:clamp(1.8rem,3.5vw,2.2rem)}.map-container{margin-bottom:25px}.map-iframe{height:300px}.location-address,.location-contact{font-size:1rem}}@media(max-width:480px){.location{padding:40px 15px}.location-title{font-size:clamp(1.6rem,3vw,2rem)}.map-container{margin-bottom:20px;border-radius:8px}.map-iframe{height:250px;border-radius:8px}.location-address,.location-contact{font-size:.95rem}}.map-container{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}.location-info{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease .2s forwards}.map-container:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--burgundy-dark) 0%,var(--burgundy) 50%,var(--burgundy-dark) 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;z-index:1;opacity:0;transition:opacity .3s ease}.map-container.loading:before{opacity:1}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.footer{background-color:var(--burgundy-dark);padding:60px 20px 30px;border-top:1px solid rgba(245,241,238,.1)}.footer-container{max-width:1200px;margin:0 auto}.footer-brand{text-align:center;margin-bottom:40px}.footer-logo{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.footer-logo-image{height:50px;width:auto;max-width:150px;object-fit:contain}.footer-slogan{color:var(--text-muted);font-size:1rem;font-style:italic;margin:0;letter-spacing:.02em}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section{text-align:center}.footer-section-title{color:var(--cream);font-size:1.2rem;font-weight:400;letter-spacing:.05em;margin-bottom:15px;position:relative;display:inline-block}.footer-section-title:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:30px;height:1px;background-color:var(--cream)}.footer-address{color:var(--text-muted);font-style:normal;font-size:.95rem;line-height:1.6;margin:0}.footer-contact p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin:5px 0}.footer-social{display:flex;justify-content:center;gap:20px;margin-top:10px}.social-link{color:var(--text-muted);transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.social-link:hover{color:var(--cream);transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(245,241,238,.1)}.footer-copyright{color:var(--text-muted);font-size:.9rem;margin:0;letter-spacing:.02em}@media(max-width:768px){.footer{padding:40px 20px 20px}.footer-brand{margin-bottom:30px}.footer-logo-image{height:40px;max-width:120px}.footer-slogan{font-size:.9rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:30px}.footer-section{margin-bottom:20px;text-align:center}.footer-section-title{font-size:1.1rem}.footer-address,.footer-contact p{font-size:.9rem}.footer-social{gap:15px;justify-content:center}.footer-bottom{padding-top:20px}.footer-copyright{font-size:.85rem}}@media(max-width:640px){.footer{padding:35px 15px 18px}.footer-brand{margin-bottom:25px}.footer-logo-image{height:35px;max-width:100px}.footer-slogan{font-size:.85rem}.footer-content{grid-template-columns:1fr;gap:25px}.footer-section-title{font-size:1rem}.footer-address,.footer-contact p{font-size:.85rem}.footer-social{gap:12px}.footer-copyright{font-size:.8rem}}@media(max-width:480px){.footer{padding:30px 15px 15px}.footer-brand{margin-bottom:20px}.footer-logo-image{height:30px;max-width:85px}.footer-slogan{font-size:.8rem}.footer-content{gap:20px}.footer-section{margin-bottom:15px}.footer-section-title{font-size:.95rem}.footer-address,.footer-contact p{font-size:.8rem}.footer-social{gap:10px}.social-link svg{width:18px;height:18px}.footer-bottom{padding-top:15px}.footer-copyright{font-size:.75rem}}.footer-section{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.app{min-height:100vh;background-color:var(--burgundy);overflow-x:hidden}main{position:relative;z-index:1;padding:0;margin:0;width:100%}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}section{scroll-margin-top:80px}img{max-width:100%;height:auto;display:block}button:focus-visible,a:focus-visible{outline:2px solid var(--cream);outline-offset:2px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
