@import"https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@300;400;500;600;700&display=swap";@font-face{font-family:Loyola Pro;src:url(/fonts/LoyolaProBold.woff2) format("woff2"),url(/fonts/LoyolaProBold.woff) format("woff"),url(/fonts/LoyolaProBold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--black-primary: #0a0a0a;--black-secondary: #1a1410;--wood-dark: #2a1f1a;--wood-medium: #3d2e24;--wood-light: #5c4a3a;--gold-accent: #d4a574;--gold-light: #e8c9a0;--red-meat: #8b2f2f;--cream: #f5e6d3;font-family:Playpen Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:var(--cream);background-color:var(--black-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{background:var(--black-primary);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Loyola Pro,Playpen Sans,sans-serif;font-weight:700;line-height:1.2;color:var(--gold-accent)}h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:1rem}h3{font-size:clamp(1.5rem,3vw,2.5rem)}p{font-size:1.1rem;line-height:1.8;color:var(--cream);opacity:.9}a{color:var(--gold-accent);text-decoration:none;transition:color .3s ease}a:hover{color:var(--gold-light)}button{font-family:Playpen Sans,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2.5rem;border:2px solid var(--gold-accent);background:transparent;color:var(--gold-accent);cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:1px}button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gold-accent);transition:left .4s cubic-bezier(.4,0,.2,1);z-index:-1}button:hover{color:var(--black-primary);border-color:var(--gold-accent)}button:hover:before{left:0}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--black-secondary)}::-webkit-scrollbar-thumb{background:var(--wood-medium);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--wood-light)}::selection{background:var(--gold-accent);color:var(--black-primary)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}main{position:relative;z-index:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.global-video-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.background-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;pointer-events:none}@media (max-width: 1024px){.container{padding:0 1.5rem}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,3rem)}p{font-size:1rem}}@media (max-width: 768px){.container{padding:0 1rem}h1{font-size:clamp(1.75rem,5vw,2.5rem)}h2{font-size:clamp(1.5rem,4vw,2.25rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{font-size:.95rem;line-height:1.6}button{padding:.875rem 2rem;font-size:.95rem}}@media (max-width: 480px){.container{padding:0 .75rem}h1{font-size:clamp(1.5rem,5vw,2rem)}h2{font-size:clamp(1.25rem,4vw,1.75rem)}p{font-size:.9rem}button{padding:.75rem 1.5rem;font-size:.9rem}}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#1a141066;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:none;border-bottom:1px solid rgba(212,165,116,.15);height:70px;display:flex;align-items:center}.header-content{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;max-width:1400px;margin:0 auto;height:100%;width:100%}.header-logo{z-index:400}.header-logo img{width:60px;height:auto;cursor:pointer;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));transition:transform .3s ease}.header-logo img:hover{transform:scale(1.05)}.header-logo.mobile-only{display:block}.header-logo.desktop-only{display:none}.logo-badge{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#1a1410f2,#2a1f1af2);border:3px solid var(--gold-accent);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000080,0 0 30px #d4a5744d,inset 0 2px 10px #d4a5741a;transition:all .3s ease;position:relative;transform:translateY(15px)}.logo-badge:before{content:"";position:absolute;inset:-6px;border-radius:50%;background:linear-gradient(135deg,var(--gold-accent),var(--gold-light));opacity:0;transition:opacity .3s ease;z-index:-1}.logo-badge:hover:before{opacity:.2}.logo-badge img{width:60px;height:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.6))}.logo-badge:hover{transform:translateY(15px) scale(1.08) rotate(5deg);border-color:var(--gold-light);box-shadow:0 6px 25px #0009,0 0 40px #d4a57480,inset 0 2px 15px #d4a57433}.nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:linear-gradient(135deg,#1a1410fa,#2a1f1afa);display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:0;padding:2rem;transition:right .4s cubic-bezier(.25,.46,.45,.94);z-index:300;box-shadow:-5px 0 30px #000000b3}.nav.mobile-open{right:0}.nav-group{display:flex;flex-direction:column;gap:0;width:100%}.nav-link{all:unset;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--cream);font-family:Playpen Sans,sans-serif;font-size:1.5rem;font-weight:500;letter-spacing:1px;cursor:pointer;position:relative;transition:color .3s ease,text-shadow .3s ease;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;min-height:60px;padding:1rem;margin-bottom:1.5rem;-webkit-tap-highlight-color:transparent;text-shadow:1px 1px 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.5)}.nav-link:before{display:none!important;content:none!important}.nav-link:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%) scaleX(0);width:100%;height:2px;background:var(--gold-accent);transition:transform .3s ease}.nav-link:hover,.nav-link:focus,.nav-link:active{color:var(--gold-accent);text-shadow:1px 1px 3px rgba(0,0,0,.8),0 0 8px rgba(212,165,116,.6)}.nav-link:hover:after{transform:translate(-50%) scaleX(1)}.nav-dropdown{display:contents}.nav-link-dropdown{display:flex;align-items:center;gap:.5rem}.dropdown-arrow{font-size:.6rem;transition:transform .3s ease}.dropdown-menu{display:flex;flex-direction:column;gap:1.5rem;padding-left:1rem}.dropdown-menu.show{display:flex}.dropdown-item{all:unset;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--cream);font-family:Playpen Sans,sans-serif;font-size:1.3rem;font-weight:400;letter-spacing:.5px;cursor:pointer;position:relative;transition:color .3s ease,text-shadow .3s ease;text-transform:uppercase;display:inline-block;-webkit-tap-highlight-color:transparent;text-shadow:1px 1px 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.5)}.dropdown-item:before{display:none!important;content:none!important}.dropdown-item:hover,.dropdown-item:focus,.dropdown-item:active{color:var(--gold-accent);text-shadow:1px 1px 3px rgba(0,0,0,.8),0 0 8px rgba(212,165,116,.6)}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-around;width:35px;height:35px;background:transparent!important;border:none!important;cursor:pointer;padding:0!important;z-index:400;position:relative;outline:none;-webkit-tap-highlight-color:transparent;overflow:visible;letter-spacing:normal;text-transform:none}.mobile-menu-toggle:before{display:none!important}.mobile-menu-toggle:hover{background:transparent!important;border:none!important;color:inherit}.mobile-menu-toggle:focus{outline:none;background:transparent!important}.mobile-menu-toggle:active{outline:none;background:transparent!important}.mobile-menu-toggle span{width:100%;height:3px;background:var(--gold-accent);border-radius:2px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.nav.mobile-open:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:-1}@media (min-width: 769px){.header-content{padding:0 2rem;justify-content:center}.header-logo.mobile-only{display:none}.header-logo.desktop-only{display:flex;margin:0 1.5rem}.nav{position:static;width:auto;height:auto;max-width:none;background:none!important;background-color:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;flex-direction:row;gap:2rem;padding:0;box-shadow:none;align-items:center}.nav:before{display:none}.nav-group{display:flex;flex-direction:row;gap:2rem;width:auto}.nav-link{font-size:.8rem;text-transform:none;line-height:1;display:inline-block;width:auto;min-height:auto;padding:0;margin-bottom:0}.nav-link:before{display:none!important}.nav-link:before{display:none}.nav-link:after{bottom:-3px;height:1.5px}.nav-link:hover,.nav-link:focus,.nav-link:active{background:none!important;box-shadow:none!important}.nav-dropdown{position:relative;display:flex;align-items:center}.dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background:linear-gradient(135deg,#1a1410fa,#2a1f1afa);border:1px solid rgba(212,165,116,.3);border-radius:8px;padding:1rem;min-width:180px;box-shadow:0 8px 24px #0009;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:500}.dropdown-menu.show{opacity:1;visibility:visible}.dropdown-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(212,165,116,.3)}.dropdown-item{font-size:.8rem;text-transform:none;padding:.5rem 0;white-space:nowrap}.dropdown-arrow{font-size:.5rem}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.mobile-menu-toggle{display:none}}@media (min-width: 1024px){.header{height:75px}.header-content{padding:0 2rem}.logo-badge{width:110px;height:110px;transform:translateY(35px)}.logo-badge:hover{transform:translateY(35px) scale(1.08) rotate(5deg)}.logo-badge img{width:65px}.nav,.nav-group{gap:2.5rem}.nav-link{font-size:1rem;line-height:1}.nav-link:after{height:2px}.nav-link:before{display:none!important}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:-2;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a80,#1a141066,#2a1f1a4d);z-index:-1}.hero-content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:1200px;padding-top:2vh;display:flex;flex-direction:column;justify-content:center;width:100%}.hero-logo-spacer{height:80px;margin-bottom:1rem}.hero h1{margin-bottom:1rem;color:var(--cream);font-size:clamp(2.5rem,6vw,4.5rem);text-shadow:0 4px 12px rgba(0,0,0,.8),0 2px 4px rgba(0,0,0,.6)}.hero h1 .highlight{color:var(--gold-accent);display:block;margin-top:.5rem;letter-spacing:4px;text-shadow:0 4px 16px rgba(212,165,116,.6),0 2px 8px rgba(0,0,0,.8)}.hero-tagline-card{display:inline-block;margin:.5rem auto 2rem}.hero-tagline{font-size:clamp(1rem,2.2vw,1.3rem);font-weight:700;color:var(--cream);margin:0;letter-spacing:3px;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.9),0 1px 4px rgba(0,0,0,.7)}.hero-tagline .highlight-tagline{position:relative;display:inline-block}.hero-tagline .highlight-tagline:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 Q 5 0, 10 4 T 20 4' stroke='%23D4A574' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 8px}.hero-subtitle{font-size:clamp(.9rem,2vw,1.1rem);max-width:750px;margin:0 auto 2rem;color:var(--cream);opacity:.95;line-height:1.7}.hero-cta-button{display:flex;justify-content:center;margin-bottom:2.5rem;position:relative}.shop-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;background:var(--gold-accent);color:var(--black-primary);border:2px solid var(--gold-accent);border-radius:50px;cursor:pointer;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #d4a5744d;overflow:hidden}.shop-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wood-medium);transform:translate(-100%);transition:transform .3s ease;z-index:-1}.shop-button:hover{color:var(--cream);transform:translateY(-2px) scale(1);box-shadow:0 6px 20px #3d2e2499}.shop-button:hover:before{transform:translate(0)}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-primary{background:var(--gold-accent);color:var(--black-primary);border:2px solid var(--gold-accent)}.cta-primary:before{background:var(--black-primary)}.cta-primary:hover{color:var(--gold-accent)}.cta-secondary{background:transparent;color:var(--cream);border:2px solid var(--cream)}.cta-secondary:before{background:var(--cream)}.cta-secondary:hover{color:var(--black-primary);border-color:var(--cream)}.hero-features{display:flex;gap:clamp(2rem,4vw,4rem);justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.feature-item{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#2a1f1a66;border-radius:50px;border:1px solid rgba(212,165,116,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease}.feature-item:hover{background:#2a1f1a99;border-color:#d4a57466;transform:translateY(-2px)}.feature-icon{font-size:clamp(1.5rem,2.5vw,2rem);line-height:1;display:flex;align-items:center;justify-content:center}.flag-icon{width:clamp(1.5rem,2.5vw,2rem);height:auto;display:block;border-radius:2px}.feature-item span{color:var(--cream);font-size:clamp(.85rem,1.5vw,1rem);font-weight:500;letter-spacing:.5px;white-space:nowrap;line-height:1}.scroll-indicator{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite;z-index:10}.mouse{width:30px;height:50px;border:2px solid var(--gold-accent);border-radius:15px;position:relative}.wheel{width:4px;height:10px;background:var(--gold-accent);border-radius:2px;position:absolute;top:10px;left:50%;transform:translate(-50%);animation:scroll 1.5s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes scroll{0%{opacity:1;top:10px}to{opacity:0;top:30px}}@media (max-width: 768px){.hero-logo-spacer{height:100px}.hero-content{padding-top:1rem}.shop-button{padding:.875rem 2rem;font-size:1rem}.hero-cta{flex-direction:column;align-items:center;gap:1rem}.hero-cta button{width:100%;max-width:300px}.hero-features{gap:1.5rem}.scroll-indicator{bottom:1rem}}@media (max-width: 480px){.hero-content{padding:1rem}.hero-logo-spacer{height:80px;margin-bottom:.5rem}.shop-button{padding:.875rem 1.75rem;font-size:.95rem}.hero-cta button{padding:.875rem 1.5rem;font-size:.9rem}.scroll-indicator{bottom:1rem}}@media (max-height: 800px){.hero-content{padding-top:1vh}.hero-logo-spacer{height:60px;margin-bottom:.75rem}.hero h1{margin-bottom:.75rem}.hero-subtitle{margin-bottom:1.5rem}.hero-cta-button{margin-bottom:2rem}.hero-cta{margin-bottom:1.5rem}.hero-features{margin-bottom:.5rem}.scroll-indicator{bottom:1rem}}.floating-shop-button{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--gold-accent) 0%,var(--gold-light) 100%);color:var(--black-primary);border:none;border-radius:50px;box-shadow:0 8px 24px #d4a57466,0 4px 12px #0000004d;cursor:pointer;font-family:Playpen Sans,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.5px;transition:all .3s ease}.floating-shop-button:hover{box-shadow:0 12px 32px #d4a57480,0 6px 16px #0006}.floating-btn-icon{font-size:1.5rem;line-height:1}.floating-btn-text{font-size:1rem;font-weight:600}@media (max-width: 768px){.floating-shop-button{bottom:1.5rem;right:1.5rem;padding:.875rem 1.25rem}.floating-btn-icon{font-size:1.25rem}.floating-btn-text{font-size:.9rem}}@media (max-width: 480px){.floating-shop-button{bottom:1rem;right:1rem;padding:.75rem 1rem;gap:.5rem}.floating-btn-icon{font-size:1.25rem}.floating-btn-text{display:none}}.about{padding:8rem 0;background:linear-gradient(180deg,var(--black-primary) 0%,var(--black-secondary) 100%);position:relative}.about:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--wood-medium) 50%,transparent 100%)}.about-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-content{display:flex;justify-content:center;margin-bottom:6rem}.about-card{max-width:100%;width:100%;padding:3rem 3.5rem;border-radius:12px;position:relative;overflow:hidden;height:100%;display:flex;align-items:center;background:linear-gradient(135deg,#2a1f1a4d,#1a14104d);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(212,165,116,.2);box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff0d;transition:all .4s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.about-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,165,116,.1),transparent);transition:left .6s ease}.about-card:hover:before{left:100%}.about-card:hover{border-color:#d4a57466;box-shadow:0 8px 24px #0006,inset 0 1px #ffffff14}.about-story{text-align:center;position:relative;z-index:1}.about-story p{margin-bottom:0;line-height:1.8;font-size:1.05rem;color:var(--cream);opacity:.95}.about-highlight{font-size:1.3rem;font-weight:600;margin:2rem 0;line-height:1.8}.brand-name{color:var(--gold-accent);font-weight:700;font-size:1.4rem;text-shadow:0 2px 8px rgba(212,165,116,.3);margin-left:.5rem}.about-cta{font-size:1.25rem;font-weight:600;margin-top:2rem;color:var(--gold-accent);line-height:1.8}.section-label{display:inline-block;color:var(--gold-accent);font-size:.9rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-bottom:2.5rem;position:relative;padding-left:3rem;padding-right:3rem}.section-label:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px;height:2px;background:var(--gold-accent)}@media (max-width: 968px){.about{padding:4rem 0}.about-wrapper{grid-template-columns:1fr;gap:3rem}.about-content{padding:0 1.5rem}.about-card{padding:2.5rem}.about-story p{font-size:1rem}.about-highlight{font-size:1.2rem}.brand-name{font-size:1.3rem}.about-cta{font-size:1.15rem}.about-values{grid-template-columns:1fr;gap:1.5rem}}.about-values{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:0}.value-card{background:linear-gradient(135deg,#2a1f1a66,#1a141066);padding:2.5rem 2rem;border-radius:8px;border:1px solid rgba(212,165,116,.2);text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,165,116,.1),transparent);transition:left .6s ease}.value-card:hover{transform:translateY(-10px);border-color:var(--gold-accent);box-shadow:0 20px 40px #0006}.value-card:hover:before{left:100%}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-card h3{color:var(--gold-accent);margin-bottom:1rem;font-size:1.5rem}.value-card p{color:var(--cream);opacity:.85;font-size:1rem;line-height:1.6}@media (max-width: 1200px){.about-values{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 968px){.about{padding:4rem 0}.about-values{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 640px){.about{padding:3rem 0}.about-content{padding:0 1rem}.about-card{padding:2rem;border-radius:10px}.about-story p{font-size:.95rem}.section-label{padding-left:2.5rem;padding-right:2.5rem;font-size:.85rem;margin-bottom:2rem}.section-label:before{width:30px}.section-label:after{width:30px}.about-highlight{font-size:1.1rem}.brand-name{font-size:1.2rem}.about-cta{font-size:1.05rem}.value-item{padding:1.25rem}.about-values{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.about-card{padding:1.75rem 1.5rem}.about-story p{font-size:.9rem}.about-highlight{font-size:1rem}.brand-name{font-size:1.1rem}.about-cta{font-size:1rem}.value-item h3{font-size:1.25rem}.value-item p{font-size:.85rem}}.vision-image-container{position:relative;width:100%;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px}.vision-image-wrapper{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000080,0 0 0 1px #d4a5744d;transition:transform .3s ease-out;cursor:pointer}.vision-image{width:100%;height:100%;object-fit:cover;display:block}.image-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.6) 60%,transparent 100%);padding:2.5rem 1.5rem 1rem;transform:translateY(0);transition:all .4s ease}.caption-text{font-size:.9rem;color:var(--cream);font-weight:400;opacity:.9;font-style:italic;display:block}@media (max-width: 968px){.about-wrapper{grid-template-columns:1fr}.vision-image-container{min-height:400px;order:-1}.caption-text{font-size:.85rem}}@media (max-width: 640px){.vision-image-container{min-height:350px}.image-caption{padding:2rem 1.25rem .85rem}.caption-text{font-size:.8rem}}.team{padding:8rem 0;background:linear-gradient(180deg,var(--black-primary) 0%,var(--black-secondary) 100%);position:relative}.team:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--wood-medium) 50%,transparent 100%)}.team-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-label{display:inline-block;color:var(--gold-accent);font-size:.9rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;position:relative;padding-left:3rem}.section-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:2px;background:var(--gold-accent)}.team-text h2{margin-bottom:2rem;color:var(--cream);font-family:Loyola Pro,serif;font-size:clamp(2rem,4vw,3rem)}.team-text p{margin-bottom:1.5rem;line-height:1.9;color:#f5f5f5d9;font-size:1.15rem}.team-text strong{color:var(--gold-accent);font-weight:600}.team-text .brand-highlight{color:var(--gold-accent);font-weight:600;font-style:italic}.team-image{position:relative}.image-wrapper{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #00000080;cursor:pointer;transition:box-shadow .3s ease}.image-wrapper:hover{box-shadow:0 35px 90px #000c,0 0 50px #d4a57433}.image-wrapper img{width:100%;height:500px;object-fit:cover;display:block}.image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#d4a5741a,#0a0a0a33);pointer-events:none;transition:opacity .3s ease}.image-wrapper:hover .image-overlay{opacity:.7}.image-caption-external{margin-top:1rem;padding:.75rem 1.5rem;background:#d4a5741a;border-left:3px solid var(--gold-accent);border-radius:4px}.caption-text{font-size:.95rem;color:var(--cream);font-weight:400;font-style:italic;display:block}.team-quote{position:relative;padding:2rem 1.5rem;background:#d4a57414;border-left:4px solid var(--gold-accent);border-radius:8px;margin-top:2rem}.quote-mark{position:absolute;top:-10px;left:15px;font-family:Loyola Pro,serif;font-size:4rem;color:#d4a5744d;line-height:1}.team-quote p{font-family:Loyola Pro,serif;font-size:1.3rem;color:var(--gold-accent);font-style:italic;margin:0;padding-left:1rem;line-height:1.6}@media (max-width: 1024px){.team{padding:6rem 0}.team-content{grid-template-columns:1fr;gap:3rem}.team-image{order:-1}.image-wrapper img{height:400px}.team-quote p{font-size:1.2rem}.caption-text{font-size:.85rem}.image-caption-external{padding:.65rem 1.25rem}}@media (max-width: 768px){.team{padding:4rem 0}.team-content{gap:2rem}.image-wrapper img{height:350px}.team-text h2{font-size:1.8rem}.section-label{font-size:.8rem}.team-quote{padding:1.5rem}.team-quote p{font-size:1.1rem}.caption-text{font-size:.8rem}.image-caption-external{padding:.6rem 1rem}}@media (prefers-reduced-motion: reduce){.image-wrapper,.team-image,.team-text{transform:none!important}}.products{padding:8rem 0;background:var(--wood-dark);position:relative}.products .container{max-width:1600px;margin:0 auto;padding:0 2rem}.products:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--gold-accent) 50%,transparent 100%)}.products-header{text-align:center;max-width:800px;margin:0 auto 5rem}.products-header h2 .highlight-carne{position:relative;display:inline-block;padding-bottom:.5rem}.products-header h2 .highlight-carne:after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 Q 5 0, 10 4 T 20 4' stroke='%23D4A574' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 8px}.section-description{font-size:1.15rem;color:var(--cream);opacity:.85;margin-top:1rem}.products-carousel{position:relative;margin-bottom:2rem;padding:2rem 0;min-height:200vh}.product-card-parallax{position:sticky;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:linear-gradient(135deg,#1a1410,#0a0a0a);padding:3rem;border-radius:20px;border:1px solid rgba(212,165,116,.15);overflow:hidden;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff0d;transition:all .4s cubic-bezier(.4,0,.2,1);margin-bottom:2rem}.product-card-parallax:nth-child(1){top:120px;z-index:1}.product-card-parallax:nth-child(2){top:140px;z-index:2}.product-card-parallax:nth-child(3){top:160px;z-index:3}.product-card-parallax:nth-child(2n){grid-template-columns:1fr 1fr}.product-card-parallax:nth-child(2n) .product-image{order:2}.product-card-parallax:nth-child(2n) .product-content{order:1}@media (max-width: 1024px){.product-card-parallax:nth-child(2n){grid-template-columns:1fr}.product-card-parallax:nth-child(2n) .product-image{order:1}.product-card-parallax:nth-child(2n) .product-content{order:2}}.product-card-parallax:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,165,116,.1),transparent);transition:left .6s ease;z-index:1}.product-card-parallax:hover:before{left:100%}.product-card-parallax:hover{border-color:#d4a57466;box-shadow:0 8px 24px #0006,inset 0 1px #ffffff14}.product-content{position:relative;z-index:2}.product-image{width:100%;height:400px;border-radius:12px;overflow:hidden;position:relative;z-index:2}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card-parallax:hover .product-image img{transform:scale(1.05)}.product-content h3{color:var(--gold-accent);margin-bottom:1rem;font-size:2rem;font-weight:600}.product-content h3 .highlight-carne{position:relative;display:inline-block;padding-bottom:.5rem}.product-content h3 .highlight-carne:after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 Q 5 0, 10 4 T 20 4' stroke='%23D4A574' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 8px}.product-subtitle{color:var(--gold-accent);font-size:1.4rem;margin-bottom:1rem;font-style:normal;opacity:1;font-weight:700;font-family:Loyola Pro,serif}.product-description{color:var(--cream);opacity:.85;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6;font-weight:400}.product-details{list-style:none;padding:0;margin:0}.product-details li{color:var(--cream);padding:.6rem 0 .6rem 1.8rem;position:relative;font-size:1rem;opacity:.88;line-height:1.5}.product-details li:before{content:"◆";position:absolute;left:0;color:var(--gold-accent);font-size:.75rem;top:.7rem}.product-content h3{color:var(--gold-accent);margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1.75rem;font-weight:600;position:relative;z-index:2}.product-card h3 .highlight-carne{position:relative;display:inline-block;padding-bottom:.5rem;z-index:2}.product-card h3 .highlight-carne:after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 Q 5 0, 10 4 T 20 4' stroke='%23D4A574' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 8px;z-index:2}.product-subtitle{color:var(--gold-accent);font-size:1.3rem;margin-bottom:.75rem;font-style:normal;opacity:1;font-weight:700;font-family:Loyola Pro,serif;text-align:left;position:relative;z-index:2}.product-description{color:var(--cream);opacity:.85;margin-bottom:1.2rem;font-size:.98rem;line-height:1.5;font-weight:500;position:relative;z-index:2}.product-details{list-style:none;padding:0;text-align:left;max-width:90%;margin:0 auto;position:relative;z-index:2}.product-details li{color:var(--cream);padding:.45rem 0 .45rem 1.6rem;position:relative;font-size:.92rem;opacity:.88;line-height:1.4}.product-details li:before{content:"◆";position:absolute;left:0;color:var(--gold-accent);font-size:.7rem;top:.55rem}.products-cta{text-align:center;padding:3rem;background:linear-gradient(135deg,#d4a5741a,#8b2f2f1a);border-radius:12px;border:1px solid rgba(212,165,116,.2)}.products-cta p{font-size:1.5rem;color:var(--cream);margin-bottom:2rem;font-weight:500}.products-cta button{font-size:1.1rem;padding:1.2rem 3rem}@media (max-width: 1024px){.product-card-parallax:nth-child(2n){grid-template-columns:1fr}.product-card-parallax:nth-child(2n) .product-image{order:1}.product-card-parallax:nth-child(2n) .product-content{order:2}.product-card-parallax{grid-template-columns:1fr;gap:2rem;padding:2.5rem;top:100px}.product-card-parallax:nth-child(1){top:100px}.product-card-parallax:nth-child(2){top:130px}.product-card-parallax:nth-child(3){top:160px}.product-card-parallax .product-image{order:1}.product-card-parallax .product-content{order:2}.product-image{height:350px}.products-carousel{min-height:250vh}}@media (max-width: 768px){.products{padding:4rem 0}.product-card-parallax{grid-template-columns:1fr;padding:2rem;top:80px}.product-card-parallax:nth-child(1){top:80px}.product-card-parallax:nth-child(2){top:100px}.product-card-parallax:nth-child(3){top:120px}.product-card-parallax:nth-child(2n) .product-image{order:1}.product-card-parallax:nth-child(2n) .product-content{order:2}.product-content h3{font-size:1.75rem}.product-subtitle{font-size:1.2rem}.product-image{height:300px}.products-carousel{min-height:200vh}.products-cta p{font-size:1.1rem}.products-cta button{padding:1rem 2rem;font-size:1rem}}@media (max-width: 480px){.products{padding:3rem 0}.product-card-parallax{padding:1.5rem;top:70px}.product-card-parallax:nth-child(1){top:70px}.product-card-parallax:nth-child(2){top:85px}.product-card-parallax:nth-child(3){top:100px}.product-image{height:250px}.product-content h3{font-size:1.5rem}.product-subtitle{font-size:1.1rem}.product-description{font-size:.95rem}.product-details li{font-size:.9rem;padding:.5rem 0 .5rem 1.5rem}.products-carousel{min-height:180vh}.products-cta p{font-size:1rem}}.contact{padding:8rem 0;background:linear-gradient(180deg,var(--black-secondary) 0%,var(--black-primary) 100%);position:relative}.contact:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--wood-medium) 50%,transparent 100%)}.contact-header{text-align:center;max-width:800px;margin:0 auto 5rem}.highlight-text{color:var(--gold-accent);font-weight:600;position:relative;display:inline}.contact-info-row{display:flex;gap:2.5rem;margin-bottom:4rem;width:100%}.contact-info-col{flex:0 0 50%;max-width:50%;display:flex;flex-direction:column;gap:1.5rem}.contact-info-col .info-card{width:100%;height:100%;display:flex;flex-direction:column}.info-card{background:linear-gradient(135deg,#2a1f1a66,#1a141066);padding:2rem;border-radius:8px;border:1px solid rgba(212,165,116,.2);transition:all .3s ease}.info-card:hover{border-color:var(--gold-accent);transform:translate(5px)}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{color:var(--gold-accent);margin-bottom:1rem;font-size:1.3rem}.info-card p{color:var(--cream);opacity:.85;margin:.3rem 0;font-size:1rem}.hours-card{background:linear-gradient(135deg,#d4a57426,#2a1f1a66)}.hours{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.hour-row{display:flex;flex-direction:column;gap:.2rem;padding:1rem 1.2rem;background:#0a0a0a4d;border-radius:8px;border-left:3px solid var(--gold-accent);margin-bottom:.5rem}.hour-row span:first-child{font-weight:700;color:var(--cream);font-size:1.08rem;margin-bottom:.2rem}.hour-row span:not(:first-child){color:var(--gold-accent);font-weight:600;font-size:1.05rem;letter-spacing:.5px;margin-left:.5rem;margin-bottom:.1rem}.hour-row span:first-child{font-weight:600;color:var(--cream);font-size:1rem;text-transform:capitalize}.hour-row span:last-child{color:var(--gold-accent);font-weight:600;font-size:1.05rem;letter-spacing:.5px}.map-wrapper{position:relative;background:linear-gradient(135deg,#8b5e3c26,#65432126);padding:.5rem;border-radius:12px;border:2px solid var(--wood-medium);box-shadow:0 4px 20px #0006,inset 0 1px #d4a5744d;transition:all .4s ease;overflow:hidden;margin-bottom:4rem}.map-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 0%,rgba(212,165,116,.05) 50%,transparent 100%);pointer-events:none;z-index:1}.map-wrapper:hover{border-color:var(--gold-accent);box-shadow:0 8px 32px #d4a57440,0 0 40px #d4a57426,inset 0 1px #d4a57480;transform:translateY(-2px)}.map-container{position:relative;width:100%;height:500px;border-radius:0 0 8px 8px;overflow:hidden;box-shadow:inset 0 0 20px #0000004d}.map-container:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(139,94,60,.2) 0%,transparent 30%,transparent 70%,rgba(101,67,33,.2) 100%);pointer-events:none;z-index:1;mix-blend-mode:multiply}.map-container iframe{position:relative;z-index:0;filter:sepia(.25) hue-rotate(15deg) saturate(.9) contrast(1.05) brightness(.85);transition:filter .4s ease}.map-wrapper:hover .map-container iframe{filter:sepia(.15) hue-rotate(10deg) saturate(1) contrast(1.1) brightness(.95)}.itinerary-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.25rem;background:linear-gradient(135deg,var(--wood-dark) 0%,var(--wood-medium) 100%);border:none;border-bottom:1px solid rgba(212,165,116,.3);border-radius:8px 8px 0 0;color:var(--gold-accent);font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;z-index:2}.itinerary-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,165,116,.2),transparent);transition:left .5s ease}.itinerary-btn:hover:before{left:100%}.itinerary-btn:hover{background:linear-gradient(135deg,var(--gold-accent) 0%,var(--gold-light) 100%);color:var(--black-primary);border-bottom-color:var(--gold-light);box-shadow:0 2px 20px #d4a5744d;transform:translateY(-2px)}.btn-icon{font-size:1.5rem;transition:transform .3s ease}.itinerary-btn:hover .btn-icon{transform:scale(1.2) rotate(15deg)}@media (max-width: 968px){.contact-info-row{flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-info-col{width:100%;max-width:100%}.contact{padding:4rem 0}.map-container{height:400px}}@media (max-width: 640px){.contact{padding:3rem 0}.contact-info-row{flex-direction:column;gap:1.5rem}.contact-info-col{width:100%}.map-wrapper{padding:.5rem}.map-container{height:350px}.info-card{padding:1.5rem}.contact h2{font-size:2rem}.itinerary-btn{font-size:1rem;padding:1rem}}@media (max-width: 480px){.map-wrapper{padding:.4rem}.map-container{height:300px}.info-card{padding:1.25rem}.info-icon{font-size:1.25rem}.info-card h3{font-size:1rem}.info-card p{font-size:.85rem}.itinerary-btn{font-size:.95rem;padding:.875rem}.btn-icon{font-size:1.25rem}}.footer{background:linear-gradient(180deg,var(--black-primary) 0%,var(--wood-dark) 100%);padding:3rem 2rem;border-top:1px solid rgba(212,165,116,.2)}.footer-bottom{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;max-width:1400px;margin:0 auto}.footer-bottom p{color:var(--cream);opacity:.6;font-size:.9rem;margin:0}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#d4a5741a;color:var(--gold-accent);transition:all .3s ease}.footer-social a:hover{background:var(--gold-accent);color:var(--black-primary);transform:translateY(-3px)}.footer-social svg{width:20px;height:20px}@media (max-width: 640px){.footer{padding:2rem 1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom p{font-size:.85rem}.footer-social{justify-content:center}}@media (max-width: 480px){.footer{padding:2rem 1rem}.footer-social a{width:35px;height:35px}.footer-social svg{width:18px;height:18px}}
