@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Outfit:wght@300;400;500;600&display=swap";:root{--color-bg-primary: #F9F7F2;--color-bg-secondary: #EFECE5;--color-bg-white: #FFFFFF;--color-text-primary: #2C2C2C;--color-text-secondary: #5D5D5D;--color-text-light: #F9F7F2;--color-accent-primary: #C89F5D;--color-accent-secondary: #4A5D3F;--color-accent-tertiary: #8B5A2B;--font-heading: "Cormorant Garamond", serif;--font-body: "Outfit", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;color:var(--color-text-primary);line-height:1.2}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}.container{max-width:1280px;margin:0 auto;padding:0 var(--spacing-sm)}.section{padding:var(--spacing-xl) 0}@media(max-width:768px){.section{padding:var(--spacing-lg) 0}}.text-center{text-align:center}.text-accent{color:var(--color-accent-primary)}.text-green{color:var(--color-accent-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:500;border-radius:var(--radius-full);transition:all .3s ease;font-family:var(--font-body);letter-spacing:.02em}.btn-primary{background-color:var(--color-accent-primary);color:var(--color-bg-white)}.btn-primary:hover{background-color:#b08a4e;transform:translateY(-1px)}.marquee-container{display:flex;overflow:hidden;width:100%;margin-bottom:2rem;position:relative}.marquee-container:before,.marquee-container:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.marquee-container:before{left:0;background:linear-gradient(to right,#F8F5E6,transparent)}.marquee-container:after{right:0;background:linear-gradient(to left,#F8F5E6,transparent)}.marquee-content{display:flex;gap:2rem;animation:scroll 60s linear infinite;width:max-content}.marquee-content:hover{animation-play-state:paused}.marquee-reverse .marquee-content{animation-direction:reverse}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;width:300px;flex-shrink:0;border:1px solid rgba(0,0,0,.05)}.btn-outline{background-color:transparent;border:1px solid var(--color-text-primary);color:var(--color-text-primary)}.btn-outline:hover{background-color:var(--color-text-primary);color:var(--color-bg-white)}.oil-drops-anchor{pointer-events:none}.oil-drop{position:fixed;z-index:9999;width:14px;height:20px;background:var(--color-accent-primary);border-radius:0 50% 50%;transform:rotate(45deg);box-shadow:inset -2px -2px 4px #0000001a;animation:dropFallFixed 4s linear forwards;pointer-events:none}@keyframes dropFallFixed{0%{opacity:0;margin-top:0}10%{opacity:1}90%{opacity:1;transform:rotate(45deg) scale(1)}to{margin-top:85vh;transform:rotate(45deg) scale(.6);opacity:0}}.navbar{padding:1rem 0;background:linear-gradient(to bottom,#000c,#0000);position:absolute;top:0;left:0;width:100%;z-index:1000}.navbar-container{display:flex;justify-content:space-between;align-items:center;position:relative;padding:0 1.5rem}.mobile-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1002;width:40px;height:40px;position:relative;background:#ffffff1a;border-radius:50%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.mobile-toggle:hover{background:#fff3}.hamburger{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:2px;width:20px;background-color:#fff;border-radius:3px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);background-color:var(--color-text-primary)}.hamburger.open span:nth-child(2){opacity:0;transform:translate(-10px)}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);background-color:var(--color-text-primary)}.navbar-logo{position:absolute;left:50%;transform:translate(-50%);background-color:#fffffff2;padding:.5rem 1rem;border-radius:0 0 12px 12px;box-shadow:0 4px 15px #0000001a;top:-1rem}@media(max-width:400px){.navbar-logo{padding:.4rem .8rem}.navbar-logo img{height:45px!important}}.navbar-actions{display:flex;align-items:center;gap:.5rem}.shop-now-btn{display:none}.btn-icon{background:none;padding:.5rem;color:#fff;cursor:pointer;border:none}.cart-count{background:var(--color-accent-primary);color:#fff;font-size:.65rem;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;position:absolute;top:-2px;right:-2px;font-weight:600;box-shadow:0 2px 4px #0003}.mobile-profile-icon{display:flex!important}@media(min-width:900px){.mobile-profile-icon{display:none!important}}.desktop-links{display:none}.desktop-links a{text-decoration:none;font-weight:500;font-size:1.1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:color .2s}.desktop-links a:hover{color:var(--color-accent-primary)}.navbar-links-mobile{position:fixed;top:0;left:0;width:100%;height:100vh;background:#f9f7f2fa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;flex-direction:column;transform:translateY(-100%);transition:transform .6s cubic-bezier(.85,0,.15,1);z-index:2000;overflow-y:auto;background-image:radial-gradient(circle at 100% 100%,rgba(200,159,93,.05) 0%,transparent 50%),radial-gradient(circle at 0% 0%,rgba(74,93,63,.05) 0%,transparent 50%)}.navbar-links-mobile.active{transform:translateY(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-menu-content{flex:1;display:flex;flex-direction:column;padding:2rem 1.5rem;justify-content:space-between}.mobile-links-grid{display:flex;flex-direction:column;gap:1.5rem}.mobile-link-item{opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1)}.navbar-links-mobile.active .mobile-link-item{opacity:1;transform:translateY(0)}.navbar-links-mobile a{text-decoration:none;font-weight:600;font-size:2.2rem;color:var(--color-text-primary);font-family:var(--font-heading);transition:all .3s ease;display:inline-block;position:relative}.navbar-links-mobile a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--color-accent-primary);transition:width .3s ease}.navbar-links-mobile a:hover{color:var(--color-accent-primary);transform:translate(10px)}.navbar-links-mobile a:hover:after{width:100%}.mobile-menu-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.05)}.mobile-contact-info h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent-primary);margin-bottom:1rem}.mobile-contact-info p{font-size:1.1rem;margin-bottom:.5rem;color:var(--color-text-secondary)}.mobile-socials{display:flex;gap:1.5rem;margin-top:2rem}.mobile-socials a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);border-radius:50%;color:var(--color-text-primary);transition:all .3s ease}.mobile-socials a:hover{background:var(--color-accent-primary);color:#fff;transform:translateY(-3px)}@media(min-width:900px){.navbar{padding:1.5rem 0}.mobile-toggle,.navbar-links-mobile{display:none}.desktop-links{display:flex;gap:1.5rem;align-items:center}.desktop-links.left{flex:1;justify-content:flex-start;padding-right:80px}.desktop-links.right{flex:1;justify-content:flex-end;padding-left:80px;padding-right:4rem}.navbar-container{justify-content:space-between}.shop-now-btn{display:block}.navbar-logo{padding:.75rem 1.7rem;top:-1.5rem;z-index:10;position:absolute;left:50%;transform:translate(-50%);background-color:#fffffff2;box-shadow:0 4px 15px #0000001a;border-radius:0 0 12px 12px}.navbar-logo img{height:80px!important}.navbar-actions{position:absolute;right:1.5rem}}.hero{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--color-bg-white)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-background img{width:100%;height:100%;object-fit:cover;animation:zoomIn 20s infinite alternate}@keyframes zoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:2;background:linear-gradient(to bottom,#0003,#00000080)}.hero-content-wrapper{position:relative;z-index:3;display:flex;justify-content:center}.hero-content{max-width:800px;animation:fadeUp 1s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.badge-tradition{display:inline-block;border:1px solid var(--color-bg-white);padding:.5rem 1.5rem;border-radius:50px;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:2rem;text-shadow:0 4px 10px rgba(0,0,0,.3);color:var(--color-bg-white)}@media(max-width:480px){.hero-title{font-size:3rem}.badge-tradition{margin-bottom:1rem}}@media(min-width:481px)and (max-width:767px){.hero-title{font-size:4rem}}@media(min-width:768px){.hero-title{font-size:6rem}}.display-block{display:block}.italic-accent{font-style:italic;font-weight:400;color:khaki}.hero-description{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.scroll-indicator{position:absolute;bottom:0;right:2rem;left:auto;transform:none;z-index:3;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-bottom:2rem;opacity:.8;font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}@media(max-width:768px){.scroll-indicator{display:none}}.scroll-indicator span{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);margin-bottom:.5rem}.scroll-indicator .line{width:1px;height:80px;background:var(--color-bg-white)}.story-row{display:flex;flex-direction:column;align-items:center;gap:4rem}@media(min-width:900px){.story-row{flex-direction:row}}.product-card{background-color:transparent!important;box-shadow:none!important;overflow:visible!important;padding-top:3rem}.product-card-inner{background:var(--color-bg-white);border-radius:24px;padding:1.5rem;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;border:1px solid rgba(200,159,93,.1)}.product-card:hover .product-card-inner{transform:translateY(10px);box-shadow:0 20px 40px #4a5d3f1a}.product-card-image-container{height:280px;background:transparent!important;overflow:visible!important;display:block!important;position:relative;z-index:2;margin-top:-6rem}.organic-blob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:220px;height:220px;background:radial-gradient(circle,#c89f5d26,#c89f5d00 70%);border-radius:40% 60% 70% 30%/40% 50% 60%;z-index:-1;animation:blobMorph 10s infinite alternate}@keyframes blobMorph{0%{border-radius:40% 60% 70% 30%/40% 50% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.product-img-front{object-fit:contain!important;width:100%;height:100%;filter:drop-shadow(0 15px 15px rgba(0,0,0,.15));transition:transform .6s cubic-bezier(.34,1.56,.64,1);background:transparent!important;padding:0!important}.product-card:hover .product-img-front{transform:scale(1.1) translateY(-10px)}.product-img-back{display:none}.tradition-seal{position:absolute;top:0;right:0;width:60px;height:60px;background:var(--color-accent-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;text-align:center;padding:5px;font-weight:700;text-transform:uppercase;box-shadow:0 4px 10px #c89f5d4d;border:2px solid #fff;transform:rotate(15deg);z-index:3}.purity-text{font-family:var(--font-heading);color:var(--color-accent-tertiary);font-style:italic;font-size:.9rem;margin-bottom:.5rem;display:block}.product-card h3{font-size:1.4rem!important;margin-bottom:1rem!important;color:var(--color-text-primary);height:auto!important}.buy-now-btn{width:100%;background:var(--color-accent-secondary)!important;color:#fff!important;border:none!important;padding:1rem!important;border-radius:12px!important;font-weight:600!important;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease!important}.buy-now-btn:hover{background:#3a4932!important;transform:scale(1.02)}.footer{background-color:#00584b;color:#e0e0e0;padding:6rem 0 3rem;position:relative;overflow:hidden;font-size:.95rem}.footer:before{content:"";position:absolute;top:5%;left:-5%;width:100%;height:100%;background-image:url(./footer_seeds_sketch.png);background-size:450px;background-repeat:no-repeat;background-position:left center;opacity:.15;pointer-events:none;filter:invert(1);transform:rotate(-15deg)}.footer:after{content:"";position:absolute;bottom:5%;right:-2%;width:100%;height:100%;background-image:url(./footer_ghani_sketch.png);background-size:500px;background-repeat:no-repeat;background-position:right bottom;opacity:.18;pointer-events:none;filter:invert(1);transform:rotate(5deg)}.footer-container{display:flex;flex-direction:column;gap:5rem;position:relative;z-index:2;max-width:1400px}.footer-newsletter{background:linear-gradient(135deg,#ffffff14,#ffffff08);padding:3rem 4rem;border-radius:16px;display:flex;justify-content:space-between;align-items:center;gap:3rem;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newsletter-content{flex:1}.newsletter-subtitle{display:block;color:var(--color-accent-primary);text-transform:uppercase;font-size:.8rem;letter-spacing:.15em;margin-bottom:.5rem;font-weight:600}.footer-newsletter h3{font-size:2.2rem;font-family:var(--font-heading);color:#fff;margin-bottom:.8rem;line-height:1.1}.footer-newsletter p{color:#aaa;max-width:500px;line-height:1.6}.newsletter-form{display:flex;gap:.5rem;flex:1;max-width:450px;background:#ffffff1a;padding:.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.1)}.newsletter-form input{flex:1;padding:.8rem 1.5rem;background:transparent;border:none;color:#fff;outline:none;font-family:var(--font-body)}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{padding:.8rem 2rem;border-radius:50px;border:none;background:var(--color-accent-primary);color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-form button:hover{background:#d4a017;box-shadow:0 5px 15px #d4a0174d}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-brand p{color:#999;line-height:1.7}.social-icons{display:flex;gap:1rem;margin-top:.5rem}.social-icons a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border:1px solid transparent}.social-icons a:hover{background:var(--color-accent-primary);border-color:var(--color-accent-primary);transform:translateY(-3px)}.footer-col h4{color:#fff;margin-bottom:2rem;font-family:var(--font-heading);font-size:1.4rem;letter-spacing:.02em}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#aaa;text-decoration:none;transition:all .3s;font-weight:300;display:inline-block}.footer-links a:hover{color:var(--color-accent-primary);transform:translate(5px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;color:#777;font-size:.9rem}.footer-legal{display:flex;gap:1rem;align-items:center}.footer-legal a{color:#777;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#ccc}.separator{color:#444}@media(max-width:1024px){.footer-newsletter{flex-direction:column;text-align:center;padding:3rem 2rem}.footer-newsletter p{margin:0 auto}.newsletter-form{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.newsletter-form{flex-direction:column;background:transparent;padding:0;border:none}.newsletter-form input{background:#ffffff1a;border-radius:8px;padding:1rem;text-align:center}.newsletter-form button{width:100%;border-radius:8px}}.reveal{opacity:0;transform:translateY(40px);transition:all 1s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal.active{opacity:1;transform:translateY(0)}.reveal-scale{opacity:0;transform:scale(.95);transition:all 1.2s cubic-bezier(.16,1,.3,1)}.reveal-scale.active{opacity:1;transform:scale(1)}.reveal-left{opacity:0;transform:translate(-40px);transition:all 1s cubic-bezier(.16,1,.3,1)}.reveal-left.active{opacity:1;transform:translate(0)}.checkout-page{background-color:#f8f5e6;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d4c4a8' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");min-height:100vh;padding-top:100px;padding-bottom:4rem;font-family:Courier New,Courier,monospace}.checkout-container{max-width:1000px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.4fr 1fr;gap:4rem}.ledger-paper{background:#fff;padding:3rem;box-shadow:0 10px 30px #0000000d;border:1px solid #d4c4a8;position:relative}.ledger-paper:before{content:"";position:absolute;top:0;bottom:0;left:40px;width:2px;background-color:#ff00001a}.checkout-title{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:2rem;color:#4a3b2a;text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid #4a3b2a;display:inline-block;padding-bottom:.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative;padding-left:1.5rem}.form-group.full-width{grid-column:span 2}.form-label{font-size:.8rem;font-weight:600;color:#8b7d6b;text-transform:uppercase;letter-spacing:1px}.form-input{background:transparent;border:none;border-bottom:2px solid #e0e0e0;padding:.5rem 0;font-size:1.1rem;font-family:Courier New,Courier,monospace;color:#2c2c2c;transition:border-color .3s;border-radius:0}.form-input:focus{outline:none;border-bottom-color:#d35400;background:#d3540005}.order-summary-card{background:#fdfcf8;padding:2rem;border:1px dashed #4a3b2a;position:sticky;top:120px;transform:rotate(1deg);box-shadow:5px 5px 15px #0000000d}.summary-items{margin-bottom:2rem}.summary-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;font-family:Courier New,Courier,monospace;border-bottom:1px dotted #ccc;padding-bottom:1rem}.summary-img{width:50px;height:50px;object-fit:contain;flex-shrink:0;border:1px solid #eee;background:#fff}.summary-details{flex:1;min-width:0;display:flex;flex-direction:column}.summary-name{font-weight:600;font-size:.95rem;line-height:1.3;margin-bottom:.3rem;word-wrap:break-word}.summary-qty{font-size:.8rem;color:#666}.summary-price{font-weight:700;white-space:nowrap;margin-left:.5rem}.price-row{font-family:Courier New,Courier,monospace;display:flex;justify-content:space-between;margin-bottom:.5rem}.price-row.total{border-top:2px solid #4a3b2a;border-bottom:2px solid #4a3b2a;padding:1rem 0;margin-top:1rem;font-size:1.4rem;font-weight:700}.place-order-btn{width:100%;padding:1.5rem;margin-top:2rem;background:#d35400;color:#fff;border:none;font-family:var(--font-heading);font-size:1.2rem;letter-spacing:1px;cursor:pointer;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);transition:all .3s;text-transform:uppercase}.place-order-btn:hover{background:#e67e22;transform:scale(1.02);box-shadow:0 5px 15px #d354004d}@media(max-width:900px){.checkout-container{grid-template-columns:1fr;gap:2rem}.order-summary-card{transform:none;position:static;order:-1}.ledger-paper:before{display:none}.form-group{padding-left:0}}@media(max-width:600px){.form-grid{grid-template-columns:1fr}.ledger-paper{padding:1.5rem}.checkout-title{font-size:1.4rem}}.success-page{background-color:#f8f5e6;min-height:100vh;padding-top:100px;display:flex;flex-direction:column}.success-container{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem}.dispatch-card{background:#fff;width:100%;max-width:600px;padding:4rem 3rem;position:relative;text-align:center;box-shadow:0 20px 50px #0000001a;border:1px solid #d4c4a8;overflow:hidden;animation:slideUp .8s cubic-bezier(.16,1,.3,1)}.stamp-circle{width:80px;height:80px;border:3px solid #27ae60;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 2rem;color:#27ae60;font-size:2.5rem;transform:rotate(-15deg);opacity:0;animation:stampIn .5s cubic-bezier(.175,.885,.32,1.275) forwards .3s}@keyframes stampIn{0%{transform:scale(3) rotate(-15deg);opacity:0}to{transform:scale(1) rotate(-15deg);opacity:.8}}.dispatch-header{margin-bottom:2rem;font-family:Courier New,Courier,monospace}.dispatch-label{display:block;font-size:.9rem;letter-spacing:.2rem;color:#888;margin-bottom:.5rem;text-transform:uppercase}.dispatch-title{font-family:Playfair Display,serif;font-size:2.5rem;color:#2c2c2c;margin-bottom:.5rem}.order-ref{font-size:1.1rem;color:#555;background:#f0f0f0;display:inline-block;padding:.3rem .8rem;border-radius:4px}.success-message{font-size:1.1rem;line-height:1.6;color:#444;margin-bottom:3rem;font-family:Times New Roman,Times,serif}.timeline{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative;max-width:400px;margin-left:auto;margin-right:auto}.timeline:before{content:"";position:absolute;top:7px;left:0;width:100%;height:2px;background:#e0e0e0;z-index:0}.timeline-item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.dot{width:16px;height:16px;background:#fff;border:3px solid #ccc;border-radius:50%;transition:all .5s}.timeline-item.active .dot{border-color:#27ae60;background:#27ae60}.text{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#999}.timeline-item.active .text{color:#27ae60;font-weight:600}.btn-primary-home{display:inline-block;background:#d35400;color:#fff;padding:1rem 2.5rem;border-radius:4px;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s}.btn-primary-home:hover{background:#e67e22;transform:translateY(-2px);box-shadow:0 5px 15px #d354004d}.email-note{display:block;margin-top:1rem;font-size:.8rem;color:#888;font-style:italic}.corner-decor{position:absolute;width:20px;height:20px;border-color:#d4c4a8;border-style:solid}.top-left{top:15px;left:15px;border-width:2px 0 0 2px}.top-right{top:15px;right:15px;border-width:2px 2px 0 0}.bottom-left{bottom:15px;left:15px;border-width:0 0 2px 2px}.bottom-right{bottom:15px;right:15px;border-width:0 2px 2px 0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loyalty-section{background:linear-gradient(135deg,#fdfcf8,#f4eeda);border-radius:12px;padding:2rem;position:relative;overflow:hidden;border:1px solid #e2d9c2;margin-bottom:2rem;box-shadow:0 10px 30px #0000000d}.loyalty-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;position:relative;z-index:2}.loyalty-title{font-family:var(--font-heading);color:var(--color-accent-tertiary);font-size:1.5rem;margin-bottom:.5rem}.seed-counter{background:#fff;padding:.5rem 1rem;border-radius:50px;box-shadow:0 4px 10px #0000000d;display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--color-accent-secondary)}.seed-icon{width:20px;height:20px;background:#e6b325;border-radius:50% 0 50% 50%;transform:rotate(45deg);display:inline-block}.plant-stage-container{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative;z-index:1}.soil{width:200px;height:40px;background:#8b5a2b;border-radius:50%;margin-bottom:-20px;opacity:.8;filter:blur(2px)}.plant{position:relative;transform-origin:bottom center;transition:all 1s ease-in-out}.stage-seed .stem{height:0;width:0}.stage-seed .bulb{width:20px;height:20px;background:#5d4037;border-radius:50%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.stage-sprout .stem{width:4px;height:60px;background:#66bb6a;border-radius:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%);animation:growSprout 2s ease-out}.stage-sprout .leaf-l,.stage-sprout .leaf-r{width:20px;height:10px;background:#66bb6a;position:absolute;bottom:40px;border-radius:0 50%}.stage-sprout .leaf-l{left:-18px;transform:rotate(-20deg)}.stage-sprout .leaf-r{right:-18px;transform:rotate(20deg) scaleX(-1)}.stage-sapling .stem{width:6px;height:120px;background:linear-gradient(to top,#558b2f,#8bc34a);border-radius:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%);animation:growSapling 2s ease-out}.stage-sapling .leaf{width:30px;height:15px;background:#66bb6a;position:absolute;border-radius:0 50%;box-shadow:inset 2px 2px 5px #0000001a}.leaf-1{bottom:40px;left:-25px;transform:rotate(-30deg)}.leaf-2{bottom:60px;right:-25px;transform:rotate(30deg) scaleX(-1)}.leaf-3{bottom:90px;left:-20px;transform:rotate(-45deg) scale(.8)}.leaf-4{bottom:100px;right:-20px;transform:rotate(45deg) scaleX(-1) scale(.8)}@keyframes growSprout{0%{height:0}to{height:60px}}@keyframes growSapling{0%{height:60px}to{height:120px}}.progress-container{margin-top:2rem;position:relative;z-index:2}.progress-track{background:#0000000d;height:8px;border-radius:4px;overflow:hidden;position:relative}.progress-fill{background:linear-gradient(90deg,#e6b325,#fdb931);height:100%;border-radius:4px;transition:width 1s ease-out}.next-reward{text-align:center;margin-top:1rem;font-size:.9rem;color:#666;font-style:italic}.sunway-overlay{position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(255,215,0,.2) 0%,transparent 70%);animation:pulseSun 4s infinite}@keyframes pulseSun{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:.5}}.sommelier-page{min-height:100vh;background:radial-gradient(circle at top right,#fdfcf8,#f4eeda);font-family:var(--font-body);overflow:hidden;position:relative;display:flex;flex-direction:column}.floating-bubble{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ffd7001a,#ffa5000d);border:1px solid rgba(255,215,0,.2);box-shadow:0 8px 32px #ffd7001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:0;pointer-events:none}.quiz-container{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:10;padding:2rem}.quiz-card{background:#ffffffd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.9);border-radius:32px;box-shadow:0 20px 40px #0000000d,0 1px 1px #ffffff80 inset;width:100%;max-width:1000px;min-height:600px;display:flex;overflow:hidden;position:relative}.quiz-visual{width:40%;background:linear-gradient(to bottom bottom,#2c5f2d,#1a401b);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff}.bottle-silhouette{width:120px;height:300px;border:3px solid rgba(255,255,255,.3);border-radius:60px 60px 20px 20px;position:relative;overflow:hidden;z-index:2;background:#ffffff0d}.bottle-fill{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,gold,#fdb931);transition:height 1s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px gold inset}.bottle-fill:after{content:"";position:absolute;top:-5px;left:0;width:100%;height:10px;background:#fff6;border-radius:50%;transform:scaleX(1);animation:liquidSway 3s ease-in-out infinite}@keyframes liquidSway{0%,to{transform:scaleX(1) translateY(0)}50%{transform:scaleX(1.1) translateY(2px)}}.sommelier-avatar{margin-bottom:2rem;font-size:4rem;filter:drop-shadow(0 0 10px rgba(255,255,255,.2))}.quiz-content{flex:1;padding:4rem;display:flex;flex-direction:column;justify-content:center}.question-overline{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent-primary);font-weight:600;font-size:.85rem;margin-bottom:1rem;display:block}.question-title{font-family:var(--font-heading);font-size:2.2rem;color:var(--color-text-primary);margin-bottom:3rem;line-height:1.2}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.option-card{background:#fff;border:2px solid transparent;padding:1.5rem;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 12px #00000008}.option-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.option-card.selected{border-color:var(--color-accent-primary);background:#fdfcf8;box-shadow:0 0 0 4px #2c5f2d1a}.option-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.option-label{font-weight:600;color:var(--color-text-primary);font-size:1.1rem}.option-desc{font-size:.85rem;color:#888;margin-top:.5rem}.result-view{text-align:center;animation:fadeIn .8s ease-out}.match-percentage{display:inline-block;background:#e8f5e9;color:#2e7d32;padding:.5rem 1.5rem;border-radius:50px;font-weight:800;font-size:1.2rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #2e7d3233}.product-showcase{position:relative;margin:2rem auto;width:200px}.product-showcase img{width:100%;height:auto;filter:drop-shadow(0 20px 30px rgba(0,0,0,.15))}.glowing-aura{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:250px;height:250px;background:radial-gradient(circle,rgba(230,179,37,.2) 0%,transparent 70%);z-index:-1;animation:pulse 3s infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}to{transform:translate(-50%,-50%) scale(.8);opacity:.5}}@media(max-width:900px){.quiz-card{flex-direction:column;min-height:auto}.quiz-visual{width:100%;padding:2rem;flex-direction:row;justify-content:space-between;gap:2rem;min-height:150px}.bottle-silhouette{height:100px;width:40px;border-radius:20px 20px 8px 8px;margin:0}.quiz-content{padding:2rem}.question-title{font-size:1.5rem}}.tracking-page{min-height:100vh;background-color:#f4eeda;background-image:linear-gradient(#e8dfc8 1px,transparent 1px);background-size:100% 2rem;padding-top:120px;padding-bottom:4rem;font-family:Courier New,Courier,monospace}.tracking-container{max-width:800px;margin:0 auto;padding:0 1rem}.logbook-wrapper{background:#fff;padding:3rem;box-shadow:0 1px 1px #0000001a,0 10px 30px #0000001a,-10px 0 #8b5a2b;position:relative;transform:rotate(-1deg);border-radius:4px}.logbook-wrapper:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.logbook-header{text-align:center;border-bottom:2px solid #2c2c2c;padding-bottom:2rem;margin-bottom:3rem;position:relative;z-index:1}.logbook-title{font-family:var(--font-heading);font-size:3rem;margin-bottom:.5rem;color:#2c2c2c;text-transform:uppercase;letter-spacing:.1em}.logbook-subtitle{font-family:Courier New,Courier,monospace;font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:.2em}.track-input-group{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;position:relative;z-index:1}.track-input{background:transparent;border:none;border-bottom:2px solid #8B5A2B;font-family:Courier New,Courier,monospace;font-size:1.5rem;color:#2c2c2c;width:200px;text-align:center;outline:none;padding:.5rem}.track-input::placeholder{color:#aaa;opacity:.5}.ledger-timeline{position:relative;padding-left:2rem;z-index:1}.ledger-timeline:before{content:"";position:absolute;left:7px;top:10px;bottom:0;width:2px;background:#e0e0e0;border-left:2px dashed #ccc}.ledger-entry{position:relative;margin-bottom:3rem;padding-left:2.5rem;opacity:.4;filter:blur(1px);transition:all .5s ease}.ledger-entry.active{opacity:1;filter:blur(0)}.entry-point{position:absolute;left:0;top:5px;width:16px;height:16px;background:#fff;border:2px solid #666;border-radius:50%;z-index:2}.ledger-entry.active .entry-point{background:#27ae60;border-color:#27ae60;box-shadow:0 0 0 4px #27ae6033}.entry-date{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#888;margin-bottom:.25rem;display:block}.entry-content{background:#fdfcf8;border:1px solid #eee;padding:1.5rem;border-radius:8px;box-shadow:2px 2px 5px #0000000d;transform:rotate(.5deg);position:relative}.entry-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.entry-title{font-family:var(--font-heading);font-size:1.5rem;color:#2c5f2d;margin:0}.entry-icon{font-size:2rem}.entry-desc{font-family:Dancing Script,cursive;font-size:1.3rem;color:#444;line-height:1.4}.handwritten-stamp{position:absolute;right:2rem;bottom:1rem;border:3px solid #c0392b;color:#c0392b;padding:.5rem 1rem;font-family:Courier New,Courier,monospace;font-weight:700;font-size:1rem;text-transform:uppercase;transform:rotate(-10deg);opacity:.7;-webkit-mask-image:url(data:image/svg+xml,...);mask-image:url(data:image/svg+xml,...)}@media(max-width:600px){.logbook-wrapper{padding:1.5rem;transform:none;box-shadow:none;border:1px solid #ddd}.track-input{width:100%}.ledger-timeline{padding-left:0}.ledger-timeline:before{left:-10px;display:none}.ledger-entry{padding-left:0;margin-left:1rem;border-left:2px solid #eee;padding-left:1rem}.entry-point{left:-25px;display:none}}.mobile-text-center{text-align:center}@media(max-width:768px){.hero-title{font-size:3rem!important}h2{font-size:2.2rem!important}.section-title{font-size:2rem!important}.mobile-px-2{padding-left:1rem!important;padding-right:1rem!important}}@media(max-width:480px){.container{padding:0 1.25rem}.grid-2-col,.grid-3-col,.grid-4-col{grid-template-columns:1fr!important}}.fade-in{animation:fadeIn .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.flex-mobile-column{display:flex;flex-direction:column}@media(min-width:769px){.flex-mobile-column{flex-direction:row}}.mobile-mb-2{margin-bottom:2rem}@media(min-width:769px){.mobile-mb-2{margin-bottom:0}}.section-padding{padding:6rem 0}@media(max-width:768px){.section-padding{padding:4rem 1.5rem}}.cart-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s forwards}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100%;background:#fff;z-index:2001;box-shadow:-5px 0 30px #0000001a;display:flex;flex-direction:column;animation:slideIn .3s cubic-bezier(.16,1,.3,1)}.cart-header{padding:1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:#fafafa}.cart-header h2{font-size:1.5rem;margin:0;font-family:var(--font-heading)}.close-btn{background:none;border:none;font-size:2rem;line-height:1;color:#333;cursor:pointer}.cart-items{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{padding:3rem 1.5rem;text-align:center;color:#555;display:flex;flex-direction:column;align-items:center;gap:.5rem}.cart-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.item-image{width:80px;height:80px;background:#f9f9f9;border-radius:8px;padding:.5rem}.item-image img{width:100%;height:100%;object-fit:contain}.item-details{flex:1}.item-details h4{margin:0 0 .25rem;font-size:1rem;font-weight:600}.item-price{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:.5rem}.item-controls{display:flex;justify-content:space-between;align-items:center}.qty-selector{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px}.qty-selector button{background:none;border:none;padding:.25rem .5rem;cursor:pointer;font-size:1rem;color:#555}.qty-selector span{padding:0 .5rem;font-size:.9rem;font-weight:600;min-width:20px;text-align:center}.remove-btn{background:none;border:none;color:#999;font-size:.8rem;text-decoration:underline;cursor:pointer}.remove-btn:hover{color:#d32f2f}.cart-footer{padding:1.5rem;border-top:1px solid #eee;background:#fff}.cart-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;font-family:var(--font-heading)}.checkout-btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:.5rem}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
