@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";:root{--color-primary-dark:#2c1e16;--color-primary-accent:#d4a373;--color-primary-accent-hover:#b08154;--color-secondary-accent:#faedcd;--color-bg-light:#fefae0;--color-bg-white:#fff;--color-text-dark:#4a3b32;--color-text-light:#f8f9fa;--shadow-soft:0 10px 30px #2c1e1614;--shadow-medium:0 20px 40px #2c1e161f;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--color-text-dark);background-color:var(--color-bg-white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Playfair Display,serif;font-weight:400;line-height:1.6}body{background-color:var(--color-bg-white);min-width:320px;min-height:100vh;color:var(--color-text-dark);margin:0;padding:0}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{color:var(--color-primary-dark);margin:0;font-family:Playfair Display,serif}p{margin:0}.fade-in-up{animation:fadeInUp .8s var(--transition-smooth) forwards;opacity:0;transform:translateY(30px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.header-wrapper{z-index:1000;pointer-events:none;width:100%;padding:1.5rem 2rem;position:fixed;top:0;left:0}.header{-webkit-backdrop-filter:blur(10px);pointer-events:auto;background-color:#fffffff2;border:1px solid #fff;border-radius:50px;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.5rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000014}.logo-container{cursor:pointer;flex:1;align-items:center;text-decoration:none;transition:transform .3s;display:flex}.logo-container:hover{transform:translateY(-1px)}.header-logo-image{object-fit:contain;width:auto;height:64px}.nav{flex:2;justify-content:center;align-items:center;display:flex}.nav-list{align-items:center;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--color-text-dark,#4a3b32);padding:.5rem 0;font-family:Playfair Display,serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background-color:#d97706;border-radius:4px;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover{color:#d97706}.nav-link:hover:after{width:100%}.header-action{flex:1;justify-content:flex-end;display:flex}.nav-link.enquire-nav-button{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50px;padding:.65rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .3s;box-shadow:0 4px 10px #d9770633}.nav-link.enquire-nav-button:after{display:none}.nav-link.enquire-nav-button:hover{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px);box-shadow:0 6px 15px #d977064d}.hamburger{cursor:pointer;z-index:100;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.hamburger .bar{background-color:var(--color-text-dark,#4a3b32);border-radius:2px;width:100%;height:2px;transition:all .3s ease-in-out;display:block}.hamburger.active .bar:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=900px){.nav-list{gap:1.5rem}.header{padding:.5rem 1rem}.header-wrapper{padding:1rem}}@media (width<=768px){.header{border-radius:12px;padding:.75rem 1.25rem}.hamburger{display:flex}.nav,.header-action{text-align:center;flex-direction:column;width:100%;display:none}.nav.open,.header-action.open{display:flex}.nav{border-bottom:1px solid #0000000d;margin-top:1.5rem;padding-bottom:1rem}.nav-list{flex-direction:column;gap:1rem;width:100%}.header-action{margin-top:1rem;padding-bottom:.5rem}.logo-container,.nav,.header-action{flex:unset}.header{flex-wrap:wrap;justify-content:space-between}.logo-container{width:auto}}.brand-intro{background-color:var(--color-bg-light);justify-content:center;padding:4rem 2rem;display:flex;position:relative}.brand-intro:before{content:"";background:linear-gradient(90deg,#0000,#2c1e160d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.brand-intro-container{flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.brand-header{text-align:center;max-width:800px;margin-bottom:5rem;animation:1s ease-out forwards fadeUp}.brand-title{color:var(--color-primary-dark);letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700}@media (width<=768px){.brand-intro{padding:4rem 1.5rem}.brand-title{font-size:2.25rem}.brand-header{margin-bottom:3rem}}.brand-description{color:var(--color-text-dark);opacity:.9;font-size:1.15rem;font-weight:400;line-height:1.8}.brand-cards{grid-template-columns:1fr;gap:2.5rem;width:100%;display:grid}@media (width>=768px){.brand-cards{grid-template-columns:repeat(3,1fr)}}.brand-card{-webkit-backdrop-filter:blur(10px);text-align:center;box-shadow:var(--shadow-soft);transition:var(--transition-smooth);background:#fff9;border:1px solid #fffc;border-radius:24px;flex-direction:column;align-items:center;padding:3.5rem 2.5rem;display:flex}.brand-card:hover{box-shadow:var(--shadow-medium);background:#ffffffe6;transform:translateY(-12px)}.card-icon{background:var(--color-secondary-accent);width:76px;height:76px;color:var(--color-primary-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex}.brand-card:hover .card-icon{background:var(--color-primary-accent);color:var(--color-bg-white);transform:scale(1.1)rotate(5deg)}.card-title{color:var(--color-primary-dark);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600}.card-text{color:var(--color-text-dark);opacity:.8;font-size:1.05rem;line-height:1.7}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.why-choose-us{background-color:var(--color-bg-white);justify-content:center;padding:4rem 2rem;display:flex}.why-container{flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.why-header{text-align:center;margin-bottom:5rem;animation:1s ease-out forwards fadeUp}.why-title{color:var(--color-primary-dark);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:3rem;font-weight:700}@media (width<=768px){.why-choose-us{padding:4rem 1.5rem}.why-title{font-size:2.25rem}.why-header{margin-bottom:3rem}}.why-grid{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (width>=768px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{height:360px;box-shadow:var(--shadow-soft);transition:var(--transition-smooth);cursor:pointer;border-radius:24px;align-items:flex-end;display:flex;position:relative;overflow:hidden}.why-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-8px)}.why-card-image-wrapper{z-index:1;position:absolute;inset:0}.why-card-image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.why-card:hover .why-card-image{transform:scale(1.08)}.why-card-overlay{background:linear-gradient(#0000 0%,#2c1e1666 50%,#2c1e16e6 100%);transition:background .4s;position:absolute;inset:0}.why-card:hover .why-card-overlay{background:linear-gradient(#2c1e161a 0%,#2c1e1680 40%,#2c1e16f2 100%)}.why-card-icon{-webkit-backdrop-filter:blur(8px);z-index:2;width:54px;height:54px;transition:var(--transition-smooth);background:#ffffff40;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;display:flex;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 4px 15px #00000026}.why-card:hover .why-card-icon{color:var(--color-primary-dark);background:#ffffffe6}.why-card-content{z-index:2;width:100%;transition:var(--transition-smooth);padding:2.5rem 2rem;position:relative;transform:translateY(10px)}.why-card:hover .why-card-content{transform:translateY(0)}.why-card-title{color:var(--color-text-light);text-shadow:0 4px 12px #00000080;margin:0;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;line-height:1.3}.product-showcase{background-color:var(--color-secondary-accent);justify-content:center;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.product-showcase:before{content:"";background-image:radial-gradient(var(--color-primary-accent) .5px, transparent .5px);opacity:.15;pointer-events:none;background-size:24px 24px;position:absolute;inset:0}.showcase-container{z-index:1;flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex;position:relative}.showcase-header{text-align:center;margin-bottom:5rem;animation:1s ease-out forwards fadeUp}.showcase-title{color:var(--color-primary-dark);letter-spacing:-.02em;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:4rem;font-weight:800}@media (width<=768px){.product-showcase{padding:4rem 1.5rem}.showcase-title{font-size:2.5rem}.showcase-header{margin-bottom:3rem}}.showcase-subtitle{color:var(--color-primary-accent);letter-spacing:.2em;text-transform:uppercase;font-size:1.15rem;font-weight:700}.showcase-content{flex-direction:column;align-items:center;gap:4rem;width:100%;margin-bottom:6rem;display:flex}@media (width>=1024px){.showcase-content{flex-direction:row;justify-content:center;gap:3rem}}.showcase-features-left,.showcase-features-right{flex-direction:column;flex:1;gap:2.5rem;width:100%;max-width:320px;display:flex}@media (width>=1024px){.showcase-features-left{text-align:right;align-items:flex-end}.showcase-features-right{text-align:left;align-items:flex-start}}.feature-item{transition:var(--transition-smooth);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-soft);background:#ffffffb3;border:1px solid #ffffffe6;border-radius:20px;align-items:center;gap:1.5rem;width:100%;padding:1.25rem 1.75rem;display:flex}.feature-item:hover{box-shadow:var(--shadow-medium);background:#fff;transform:translateY(-5px)}@media (width>=1024px){.showcase-features-left .feature-item{flex-direction:row-reverse}}.feature-text{color:var(--color-primary-dark);margin:0;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600}.feature-icon{background:var(--color-bg-white);width:54px;height:54px;color:var(--color-primary-accent);border:1px solid #2c1e160d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.6rem;display:flex;box-shadow:0 4px 15px #2c1e1614}.showcase-image-container{flex:none;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.showcase-bottle{z-index:2;object-fit:cover;border:10px solid #fff;border-radius:24px;width:480px;max-width:100%;height:auto;transition:transform .6s cubic-bezier(.4,0,.2,1);animation:6s ease-in-out infinite float-bottle;position:relative;box-shadow:0 30px 60px -15px #78350f40,0 0 0 1px #00000005}.showcase-image-container:hover .showcase-bottle{transform:scale(1.03)translateY(-10px)}.showcase-image-container:before,.showcase-image-container:after{content:"";z-index:1;border:2px dashed #d9770640;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.showcase-image-container:before{width:520px;height:520px;animation:30s linear infinite spin}.showcase-image-container:after{border:1px solid #d9770626;width:620px;height:620px;animation:40s linear infinite spin-reverse}.showcase-cta{z-index:2;opacity:0;animation:1s ease-out .2s forwards fadeUp}.cta-button{color:#fff;text-transform:none;letter-spacing:.02em;box-shadow:var(--shadow-soft);transition:var(--transition-smooth);background:linear-gradient(135deg,#f59e0b,#d97706);border:1px solid #0000;border-radius:50px;align-items:center;gap:.75rem;padding:1.25rem 3.5rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:500;text-decoration:none;display:inline-flex}.cta-button:hover{box-shadow:var(--shadow-medium);color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px)}@media (width<=768px){.cta-button{padding:.8rem 1.5rem;font-size:1rem}}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes spin-reverse{0%{transform:translate(-50%,-50%)rotate(360deg)}to{transform:translate(-50%,-50%)rotate(0)}}@keyframes float-bottle{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (width<=1023px){.showcase-image-container:before,.showcase-image-container:after{display:none}.showcase-bottle{width:100%;max-width:400px}}.process-section{background-color:#fff;justify-content:center;padding:4rem 2rem;display:flex}.process-container{flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.process-header{text-align:center;margin-bottom:5rem}.process-title{color:#451a03;font-family:Playfair Display,serif;font-size:3rem;font-weight:700}@media (width<=768px){.process-section{padding:4rem 1.5rem}.process-title{font-size:2.25rem}.process-header{margin-bottom:3rem}}.process-timeline{flex-direction:column;gap:3rem;width:100%;display:flex;position:relative}@media (width>=768px){.process-timeline{flex-direction:row;justify-content:space-between;gap:1rem}}.process-step{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0 1rem;display:flex;position:relative}.step-number{color:#b45309;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700}.step-icon{z-index:2;background:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:2.25rem;transition:transform .4s;display:flex;position:relative;box-shadow:0 10px 25px #d9770626}.process-step:hover .step-icon{background:#fde68a;transform:scale(1.1)}.step-title{color:#451a03;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.35rem;font-weight:600}.step-desc{color:#78716c;font-size:1.05rem;line-height:1.5}.step-connector{display:none}@media (width>=768px){.step-connector{z-index:1;background:repeating-linear-gradient(90deg,#fcd34d 0 6px,#0000 6px 12px);width:100%;height:2px;display:block;position:absolute;top:75px;left:50%}}.promise-section{color:#fffbeb;background-color:#451a03;justify-content:center;padding:4rem 2rem;display:flex;position:relative}.promise-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex}.promise-title{color:#fef3c7;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700}.promise-subtitle{color:#fcd34d;letter-spacing:.05em;margin-bottom:4rem;font-size:1.5rem;font-weight:400}@media (width<=768px){.promise-section{padding:4rem 1.5rem}.promise-title{font-size:2.25rem}.promise-subtitle{margin-bottom:2.5rem;font-size:1.15rem}}.promise-grid{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (width>=600px){.promise-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.promise-grid{grid-template-columns:repeat(4,1fr)}}.promise-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:all .3s;display:flex}.promise-item:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-5px);box-shadow:0 10px 30px #0003}.promise-icon{margin-bottom:1.5rem;font-size:2.5rem}.promise-point-title{color:#fffbeb;margin:0;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600}.blog-section{background-color:#fafaf9;justify-content:center;padding:8rem 2rem;display:flex}.blog-container{flex-direction:column;width:100%;max-width:1200px;display:flex}.blog-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.blog-title{color:#1c1917;margin:0;font-family:Playfair Display,serif;font-size:3rem;font-weight:700}.view-all-desktop{color:#b45309;text-transform:uppercase;letter-spacing:.05em;font-weight:600;text-decoration:none;transition:color .3s;display:none}.view-all-desktop:hover{color:#78350f}@media (width>=768px){.view-all-desktop{display:inline-block}}.blog-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=768px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.blog-card{background:#fff;border-radius:20px;flex-direction:column;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000a}.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.blog-image-wrapper{height:240px;position:relative;overflow:hidden}.blog-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-category{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#b45309;text-transform:uppercase;letter-spacing:.05em;background:#ffffffe6;border-radius:50px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;position:absolute;top:1rem;left:1rem}.blog-content{flex-direction:column;flex:1;padding:2rem;display:flex}.blog-card-title{flex:1;margin:0 0 1.5rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;line-height:1.4}.blog-card-title a{color:#1c1917;text-decoration:none;transition:color .3s}.blog-card-title a:hover{color:#b45309}.read-more{color:#78350f;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.read-more:hover{color:#b45309}.blog-footer-mobile{text-align:center;margin-top:3rem}.view-all-mobile{color:#b45309;text-transform:uppercase;letter-spacing:.05em;border:2px solid #b45309;border-radius:50px;padding:1rem 2rem;font-weight:600;text-decoration:none;display:inline-block}@media (width>=768px){.blog-footer-mobile{display:none}}.App{flex-direction:column;min-height:100vh;font-family:Playfair Display,serif;display:flex}.main-content{flex:1}.hero{background-color:var(--color-primary-dark);justify-content:center;align-items:center;min-height:100vh;margin-top:0;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:#00000080;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.hero-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:4rem;width:100%;max-width:1200px;padding:4rem 2rem;display:flex;position:relative}.centered-hero{text-align:center}.hero-text-content{color:var(--color-bg-white);flex-direction:column;flex:1;align-items:center;animation:1s ease-out forwards slideUp;display:flex}.hero-title{color:var(--color-bg-white);text-shadow:0 4px 12px #0006;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:800;line-height:1.15}@media (width<=768px){.hero-title{font-size:2.5rem}}@media (width>=1024px){.hero-title{letter-spacing:-.02em;font-size:4.5rem}}.hero-subtitle{color:#f1f5f9;text-shadow:0 2px 4px #00000080;max-width:800px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}@media (width<=768px){.hero-subtitle{margin-bottom:2rem;font-size:1.1rem}.hero-content{padding:3rem 1.5rem}}.hero-cta{color:#fff;cursor:pointer;transition:var(--transition-smooth);background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 3rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;display:inline-flex;box-shadow:0 10px 25px #f39a084d}@media (width<=768px){.hero-cta{padding:.8rem 2rem;font-size:1rem}}.hero-cta:hover{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px);box-shadow:0 15px 35px #f39a0880}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.inner-page-hero{background-color:var(--color-primary-dark);text-align:center;z-index:1;background-image:url(/assets/HeroBackImg-Cjnhj4wM.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;min-height:40vh;margin-top:0;padding:12rem 2rem 6rem;display:flex;position:relative}.inner-page-hero:before{content:"";z-index:-1;background:#291001b3;width:100%;height:100%;position:absolute;top:0;left:0}.inner-hero-title{color:#fff;text-shadow:0 2px 8px #0000004d;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.8rem;font-weight:800}.inner-hero-subtitle{color:#f1f5f9;text-shadow:0 1px 2px #0006;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.5}@media (width<=768px){.inner-page-hero{padding:7rem 1.5rem 2.5rem}.inner-hero-title{font-size:2rem}}.how-its-made{background-color:var(--color-bg-white);justify-content:center;padding:6rem 2rem;display:flex}.how-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;display:grid}.how-content{flex-direction:column;display:flex}.how-title{color:var(--color-primary-dark);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;line-height:1.2}.how-desc{color:var(--color-text-dark);opacity:.9;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.15rem;line-height:1.8}.how-video-wrapper{box-shadow:var(--shadow-medium);border:4px solid var(--color-secondary-accent);border-radius:24px;overflow:hidden}.how-video{object-fit:cover;width:100%;height:auto;display:block}@media (width<=900px){.how-container{grid-template-columns:1fr;gap:3rem}.how-content{text-align:center}}@media (width<=768px){.how-its-made{padding:4rem 1.5rem}.how-title{font-size:2.25rem}}.product-page{background-color:#fafaf9;min-height:100vh}.product-hero{background-color:#fffbeb;justify-content:center;padding:6rem 2rem;display:flex}.product-hero-container{flex-direction:column;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}@media (width>=900px){.product-hero-container{flex-direction:row;justify-content:space-between}}.product-hero-image-wrapper{flex:1;justify-content:center;align-items:center;display:flex}.product-hero-image{border-radius:20px;width:450px;max-width:100%;animation:5s ease-in-out infinite float-bottle;box-shadow:0 20px 40px #78350f26}.product-hero-content{flex:1;max-width:500px}.product-title{color:#451a03;margin:0 0 .5rem;font-family:Playfair Display,serif;font-size:4rem;font-weight:800}.product-subtitle{color:#b45309;text-transform:uppercase;letter-spacing:.1em;margin:0 0 2rem;font-size:1.5rem;font-weight:600}@media (width<=768px){.product-hero{padding:4rem 1.5rem 3rem}.product-title{font-size:3rem}.product-subtitle{margin-bottom:1.5rem;font-size:1.15rem}}.product-features{flex-direction:column;gap:1.25rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.product-features li{color:#451a03;align-items:center;gap:1rem;font-size:1.2rem;font-weight:500;display:flex}.check-icon{color:#fff;background:#d97706;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex}@keyframes pulse-glow{0%{box-shadow:0 0 #d9770666}70%{box-shadow:0 0 0 12px #d9770600}to{box-shadow:0 0 #d9770600}}@keyframes shine{0%{transform:translate(-150%)rotate(30deg)}20%{transform:translate(150%)rotate(30deg)}to{transform:translate(150%)rotate(30deg)}}@keyframes up-down-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes wiggle-icon{0%,to{transform:rotate(0)scale(1)}10%,30%{transform:rotate(-8deg)scale(1.1)}20%,40%{transform:rotate(8deg)scale(1.1)}50%,to{transform:rotate(0)scale(1)}}.availability-highlight{color:#78350f;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #f59e0b;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1rem 1.5rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;animation:2.5s infinite pulse-glow,4s ease-in-out infinite up-down-float;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #d9770626}.availability-highlight:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff0 0%,#fffc 50%,#fff0 100%);width:200%;height:200%;animation:5s infinite shine;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.store-icon{color:#fff;z-index:1;transform-origin:50%;background:#d97706;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;animation:4s ease-in-out infinite wiggle-icon;display:flex;box-shadow:0 2px 8px #d9770666}.highlight-text{z-index:1;position:relative}.enquire-button{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50px;padding:1.25rem 3.5rem;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 25px #78350f33}.enquire-button:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-4px);box-shadow:0 15px 35px #78350f59}@media (width<=768px){.enquire-button{padding:.8rem 1.5rem;font-size:1rem}}.product-details-section{justify-content:center;padding:6rem 2rem;display:flex}.product-details-container{grid-template-columns:1fr;gap:3rem;width:100%;max-width:1100px;display:grid}@media (width>=900px){.product-details-container{grid-template-columns:1fr 1fr;align-items:start;gap:4rem}}.details-col{flex-direction:column;gap:2rem;display:flex}.spec-card{background:#fff;border:1px solid #00000005;border-radius:20px;padding:2.5rem;overflow-x:auto;box-shadow:0 10px 30px #00000008}@media (width<=768px){.spec-card{padding:1.5rem}}.section-heading{color:#451a03;border-bottom:2px solid #fef3c7;margin:0 0 1.5rem;padding-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem}.spec-table,.nutrition-table{border-collapse:collapse;width:100%}.spec-table td{border-bottom:1px solid #f5f5f4;padding:1rem 0;font-size:1.05rem}.spec-table tr:last-child td{border-bottom:none}.spec-table td:first-child{color:#78716c;width:45%;font-weight:600}.spec-table td:last-child{color:#1c1917;text-align:right;font-weight:600}.ingredients-text{color:#1c1917;font-size:1.15rem;font-weight:500;line-height:1.6}.nutrition-card{color:#fff;background:#451a03}.nutrition-card .section-heading{color:#fef3c7;border-bottom-color:#ffffff1a;margin-bottom:.5rem}.nutrition-sub{color:#fcd34d;margin-bottom:1.5rem;font-size:.95rem;font-style:italic}.nutrition-table th,.nutrition-table td{border-bottom:1px solid #ffffff1a;padding:.85rem 0;font-size:1.05rem}.nutrition-table th{text-align:left;color:#fcd34d;font-weight:600}.nutrition-table td:first-child{color:#e7e5e4;font-weight:500}.nutrition-table td.amount-col,.nutrition-table th.amount-col{text-align:right;color:#fff;font-weight:600}.nutrition-table tr:last-child td{border-bottom:none}.product-gallery-section{justify-content:center;padding:4rem 2rem 8rem;display:flex}.product-gallery-container{width:100%;max-width:1000px}.text-center{text-align:center;border-bottom:none}.gallery-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;display:grid}@media (width>=768px){.gallery-grid{grid-template-columns:1.2fr 1fr;align-items:stretch}}.gallery-item{background:#fff;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.video-item{background:#1c1917;justify-content:center;align-items:center;display:flex}@media (width>=768px){.video-item{grid-row:1/span 2;height:100%}.image-item{aspect-ratio:4/3}}.gallery-media{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.video-item .gallery-media{object-fit:cover}.gallery-item:hover .gallery-media{transform:scale(1.03)}.photo-gallery-section{background:var(--color-bg-white);border-bottom:1px solid #e7e5e4;width:100%;padding:4rem 0;overflow:hidden}.photo-gallery-marquee{width:100%;padding:1rem 0;display:flex;position:relative;overflow:hidden}.photo-gallery-track{gap:1.5rem;width:max-content;animation:35s linear infinite scrollMarquee;display:flex}.photo-gallery-marquee:hover .photo-gallery-track{animation-play-state:paused}.photo-gallery-item{cursor:pointer;background:#f8f9fa;border-radius:16px;flex-shrink:0;width:350px;height:280px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000014}.photo-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.photo-gallery-item:hover{transform:translateY(-8px);box-shadow:0 12px 25px #00000026}.photo-gallery-item:hover img{transform:scale(1.05)}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}@media (width<=768px){.photo-gallery-item{width:280px;height:220px}.photo-gallery-track{gap:1rem}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .5rem))}}}.blog-page{background-color:#fafaf9;min-height:100vh}.blog-page-hero{text-align:center;color:#fffbeb;background-color:#291001;padding:10rem 2rem 6rem}.blog-hero-title{color:#fef3c7;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:4rem;font-weight:800}.blog-hero-subtitle{color:#fcd34d;max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.blog-categories-section{text-align:center;background:#fff;border-bottom:1px solid #e7e5e4;padding:3rem 2rem}.categories-title{color:#78716c;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;font-size:1.15rem;font-weight:600}.categories-list{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.category-tag{color:#b45309;text-transform:uppercase;letter-spacing:.05em;background:#fef3c7;border-radius:50px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:700}.blog-articles-section{justify-content:center;padding:6rem 2rem;display:flex}@media (width<=768px){.blog-articles-section{padding:3rem 1.5rem}.blog-categories-section{padding:2rem 1.5rem}}.blog-articles-container{flex-direction:column;gap:6rem;width:100%;max-width:900px;display:flex}.full-article{background:#fff;border-radius:24px;scroll-margin-top:120px;overflow:hidden;box-shadow:0 15px 40px #0000000f}.full-article-image{width:100%;height:400px}.full-article-image img{object-fit:cover;width:100%;height:100%}.full-article-content{padding:4rem}@media (width<=768px){.full-article-content{padding:2.5rem 1.5rem}}.article-category{color:#78350f;text-transform:uppercase;letter-spacing:.05em;background:#fcd34d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-weight:700;display:inline-block}.article-title{color:#451a03;margin:0 0 2rem;font-family:Playfair Display,serif;font-size:3rem;line-height:1.2}@media (width<=768px){.article-title{font-size:2.2rem}}.article-body{color:#292524;font-family:Playfair Display,serif;font-size:1.15rem;line-height:1.8}.article-body p{margin-bottom:1.5rem}.article-body h2{color:#78350f;margin:3.5rem 0 1.5rem;font-family:Playfair Display,serif;font-size:2rem}.article-body h3{color:#b45309;margin:2.5rem 0 1rem;font-family:Playfair Display,serif;font-size:1.5rem}.article-body ul{margin:1.5rem 0 2.5rem 2rem}.article-body li{margin-bottom:.5rem}.article-body strong{color:#451a03}.contact-page{background-color:#fafaf9;min-height:100vh}.contact-content-section{justify-content:center;padding:6rem 2rem;display:flex}.contact-container{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;width:100%;max-width:1100px;display:grid}.contact-form-card{background:#fff;border:1px solid #0000000d;border-radius:24px;padding:3.5rem;box-shadow:0 10px 30px #0000000d}.form-title{color:#2c1e16;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.2rem}.form-desc{color:#4a3b32;opacity:.8;margin-bottom:2rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group input,.form-group textarea{background-color:#fafaf9;border:1px solid #d6d3d1;border-radius:8px;padding:.8rem 1rem;font-family:Playfair Display,serif;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:#d97706;outline:none;box-shadow:0 0 0 3px #d977061a}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;transition:all .3s}@media (width<=768px){.submit-btn{padding:.8rem 1.5rem;font-size:1rem}}.submit-btn:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px);box-shadow:0 6px 15px #d977064d}.contact-info-card{color:#fff;background:#451a03;border-radius:24px;height:100%;padding:3.5rem;box-shadow:0 20px 40px #00000026}@media (width<=900px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-form-card{padding:2.5rem 1.5rem}}@media (width<=768px){.contact-content-section{padding:3rem 1.5rem}.contact-info-card{padding:2.5rem 1.5rem}.info-title,.form-title{font-size:1.75rem}}.info-title{color:#fef3c7;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.2rem}.info-desc{color:#e7e5e4;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}.info-item{align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.info-item:last-child{margin-bottom:0}.info-icon{background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.info-item strong{color:#fcd34d;margin-bottom:.25rem;font-size:1.1rem;display:block}.info-item p,.info-item a{color:#e7e5e4;word-break:break-word;margin:0;line-height:1.5}.enquire-page{background-color:#fafaf9;min-height:100vh}.enquire-hero{text-align:center;color:#fffbeb;background-color:#291001;padding:10rem 2rem 6rem}.enquire-hero-title{color:#fef3c7;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:4rem;font-weight:800}.enquire-hero-subtitle{color:#fcd34d;font-size:1.25rem}.enquire-form-section{justify-content:center;padding:6rem 2rem;display:flex}.enquire-form-container{width:100%;max-width:800px}.enquire-form-card{background:#fff;border:1px solid #00000008;border-radius:24px;padding:4rem;box-shadow:0 15px 40px #0000000a}@media (width<=768px){.enquire-form-section{padding:3rem 1.5rem}.enquire-form-card{padding:2.5rem 1.5rem}.form-title{margin-bottom:2rem;font-size:2rem}}.form-title{color:#451a03;text-align:center;margin-bottom:2.5rem;font-family:Playfair Display,serif;font-size:2.5rem}.enquire-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#444;font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{color:#1a0a01;background:#fafaf9;border:1px solid #d6d3d1;border-radius:12px;padding:1.2rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#b45309;outline:none;box-shadow:0 0 0 3px #b453091a}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:12px;margin-top:1rem;padding:1.25rem;font-size:1.15rem;font-weight:600;transition:all .3s}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px);box-shadow:0 10px 20px #78350f26}@media (width<=768px){.submit-btn{padding:1rem;font-size:1rem}}.submit-btn:disabled{cursor:not-allowed;background:#d6d3d1}.success-message{color:#166534;text-align:center;background:#dcfce7;border-radius:12px;margin-bottom:2rem;padding:1.5rem;font-weight:500}.error-message{color:#991b1b;text-align:center;background:#fee2e2;border-radius:12px;margin-bottom:2rem;padding:1.5rem;font-weight:500}.footer{color:#e7e5e4;background-color:#5d2504;padding:3rem 2rem 2rem;font-family:Playfair Display,serif}@media (width<=768px){.footer{padding:4rem 1.5rem 1.5rem}}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width>=1024px){.footer-grid{grid-template-columns:2fr 1fr 1.5fr 1fr}}.footer-brand .footer-title{color:#fef3c7;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.footer-tagline{color:#fcd34d;margin:0;font-size:1.05rem;font-style:italic}.footer-heading{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-top:0;margin-bottom:1.5rem;font-size:1.15rem;font-weight:700}.footer-links,.footer-contact-list,.footer-social-list{margin:0;padding:0;list-style:none}.footer-links li,.footer-contact-list li,.footer-social-list li{margin-bottom:1rem}.footer-links a,.footer-social-list a{color:#d6d3d1;font-size:1.05rem;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-social-list a:hover{color:#fcd34d}.footer-contact-list li{color:#d6d3d1;font-size:1.05rem;line-height:1.6}.footer-contact-list strong{color:#fff;margin-right:.5rem;font-weight:600}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom p{color:#a8a29e;margin:0;font-size:.95rem}
