@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";:root{--bg-primary:#f0ece4;--bg-secondary:#fff;--bg-card:#e8e3d9;--primary-green:#2d4c35;--primary-green-rgb:45, 76, 53;--primary-green-light:#3d6147;--primary-green-dark:#1e2e1f;--accent-gold:#b8956a;--accent-gold-light:#d8cbb5;--text-main:#1e2e1f;--text-muted:#6b7c6b;--text-light:#fff;--border-color:#0000000f;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--shadow-subtle:0 4px 20px #00000005;--shadow-premium:0 16px 40px #1e2e1f14;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Plus Jakarta Sans", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--primary-green-dark);font-weight:500}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-gold-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-gold)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1rem}}.section-padding{padding:8rem 0}@media (width<=768px){.section-padding{padding:4rem 0}}.text-center{text-align:center}.section-badge{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.section-title{max-width:800px;margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.section-title.center{margin-left:auto;margin-right:auto}@media (width<=768px){.section-title{font-size:2.2rem}}.btn{letter-spacing:.05em;text-transform:uppercase;transition:var(--transition-smooth);border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2.25rem;font-size:.875rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background-color:var(--primary-green);color:var(--bg-primary);box-shadow:0 4px 15px #2d4c2a26}.btn-primary:hover{background-color:var(--primary-green-light);transform:translateY(-2px);box-shadow:0 6px 20px #2d4c2a40}.btn-secondary{border:1px solid var(--primary-green);color:var(--primary-green)}.btn-secondary:hover{background-color:var(--primary-green);color:var(--bg-primary);transform:translateY(-2px)}.btn-outline-white{color:var(--text-light);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff0d;border:1px solid #fff9}.btn-outline-white:hover{background-color:var(--text-light);color:var(--primary-green-dark);border-color:var(--text-light);transform:translateY(-2px)}@media (width<=768px){.desktop-nav,.desktop-only-btn{display:none!important}.hamburger{display:flex!important}}.nav-link:after{content:"";background-color:var(--accent-gold);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.footer-section{background-color:#f0ece4;position:relative;overflow:visible}.newsletter-container{z-index:5;margin-top:-1rem;margin-bottom:7rem;position:relative}.newsletter-block{background:radial-gradient(circle at 80% 20%,#b8956a2e,#0000 50%),linear-gradient(135deg,#35533b,#1f3323);border:1px solid #ffffff0d;border-radius:36px;justify-content:space-between;align-items:center;gap:4rem;padding:4.5rem 5rem;display:flex;box-shadow:0 15px 40px #2d4c3526}.newsletter-content{flex-grow:1;max-width:680px}.newsletter-tagline{color:var(--accent-gold);margin-bottom:.5rem;font-family:Caveat,cursive;font-size:2.2rem;display:block}.newsletter-badge{letter-spacing:.12em;color:#fff;background-color:#ffffff14;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.7rem;font-weight:700;display:inline-flex}.newsletter-badge .badge-dot{background-color:var(--accent-gold);border-radius:50%;width:6px;height:6px}.newsletter-title{font-family:var(--font-serif);color:#fff;margin-bottom:1.25rem;font-size:3.2rem;font-weight:400;line-height:1.15}.newsletter-title .italic-serif{font-style:italic;font-family:var(--font-serif);color:var(--accent-gold)}.newsletter-subtext{font-family:var(--font-sans);color:#ffffffd9;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.65}.newsletter-form{width:100%;max-width:480px;transition:var(--transition-smooth);background-color:#ffffff0d;border:1.5px solid #ffffff2e;border-radius:9999px;align-items:center;gap:.5rem;padding:6px 6px 6px 20px;display:flex}.newsletter-form:focus-within{background-color:#ffffff14;border-color:#ffffff80}.newsletter-input{color:#fff;font-size:.95rem;font-family:var(--font-sans);background-color:#0000;border:none;outline:none;flex-grow:1;padding:.5rem 0}.newsletter-input::placeholder{color:#ffffff73}.newsletter-submit-btn{color:var(--primary-green-dark);letter-spacing:.08em;cursor:pointer;white-space:nowrap;font-size:.8rem;font-weight:750;font-family:var(--font-sans);transition:var(--transition-smooth);background-color:#fff;border:none;border-radius:9999px;padding:.9rem 2.2rem}.newsletter-submit-btn:hover{background-color:#f0ece4;transform:scale(1.02)}.newsletter-success{color:#fff;font-family:var(--font-sans);padding:1rem 0;font-size:1.1rem;font-weight:600}.newsletter-emblem-col{flex-shrink:0;justify-content:center;align-items:center;width:220px;height:220px;display:flex;position:relative}.newsletter-emblem-dashed-ring{border:1.5px dashed #ffffff26;border-radius:50%;animation:65s linear infinite rotate-emblem;position:absolute;inset:0}@keyframes rotate-emblem{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.newsletter-emblem-card{z-index:2;text-align:center;background-color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:170px;height:170px;padding:1.5rem;display:flex;box-shadow:0 10px 30px #0000001f}.newsletter-emblem-logo{object-fit:contain;width:52px;height:auto;margin-bottom:.4rem}.newsletter-emblem-title{font-family:var(--font-serif);color:var(--primary-green-dark);margin-bottom:.1rem;font-size:1.25rem;font-weight:700;line-height:1.1}.newsletter-emblem-subtitle{font-family:var(--font-sans);letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;font-size:.45rem;font-weight:800}.footer-links-area{border-top:1px solid #0000000a;padding:6rem 0 3rem}.footer-grid{grid-template-columns:1.3fr .9fr .9fr .9fr;gap:3.5rem;margin-bottom:5rem;display:grid}.brand-col{flex-direction:column;align-items:flex-start;display:flex}.footer-logo-box{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:38px}.footer-logo-text{font-family:var(--font-serif);color:var(--primary-green-dark);letter-spacing:-.01em;font-size:1.5rem;font-weight:700}.footer-brand-desc{font-family:var(--font-sans);color:var(--text-muted);max-width:320px;margin-bottom:1.75rem;font-size:.9rem;line-height:1.65}.footer-social-row{gap:.75rem;display:flex}.footer-social-link{width:38px;height:38px;color:var(--primary-green-dark);transition:var(--transition-smooth);background-color:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.footer-social-link:hover{background-color:var(--primary-green);color:#fff;border-color:var(--primary-green);transform:translateY(-2px)}.footer-col-title{font-family:var(--font-sans);color:var(--primary-green-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.78rem;font-weight:800}.footer-links-list{margin:0;padding:0;list-style:none}.footer-links-list li{margin-bottom:.85rem}.footer-links-list a{font-family:var(--font-sans);color:var(--text-muted);transition:var(--transition-smooth);font-size:.92rem;font-weight:500;text-decoration:none}.footer-links-list a:hover{color:var(--primary-green);padding-left:3px}.contact-list a{font-weight:500}.footer-bottom-bar{text-align:center;border-top:1px solid #0000000f;padding-top:2.5rem}.copyright-text{font-family:var(--font-sans);color:var(--text-muted);font-size:.85rem}.copyright-text .bold-text{color:var(--primary-green-dark);font-weight:700}.floating-back-to-top{background-color:var(--primary-green);color:#fff;cursor:pointer;width:48px;height:48px;transition:var(--transition-smooth);z-index:99;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #00000026}.floating-back-to-top:hover{background-color:var(--primary-green-dark);transform:translateY(-3px);box-shadow:0 6px 20px #0003}@media (width<=992px){.newsletter-block{text-align:center;flex-direction:column;gap:3rem;padding:4rem 3rem}.newsletter-content{flex-direction:column;align-items:center;display:flex}.newsletter-form{margin:0 auto}.newsletter-emblem-col{margin-top:1rem}.newsletter-title{font-size:2.6rem}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.brand-col{grid-column:span 2}}@media (width<=768px){.newsletter-container{margin-top:2rem}.newsletter-block{border-radius:28px;gap:2rem;padding:3rem 1.5rem}.newsletter-emblem-col{display:none}.newsletter-title{font-size:2.2rem}.newsletter-tagline{font-size:1.8rem}.newsletter-form{background-color:#0000;border:none;flex-direction:column;gap:.75rem;width:100%;max-width:100%;padding:0}.newsletter-input{text-align:center;border:1.5px solid #ffffff40;border-radius:9999px;width:100%;padding:1.1rem 1.5rem}.newsletter-input:focus{border-color:#fff}.newsletter-submit-btn{text-align:center;width:100%;padding:1.1rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.brand-col{grid-column:span 1}.floating-back-to-top{width:42px;height:42px;bottom:1.5rem;right:1.5rem}}.hero-section{background-color:var(--bg-primary);align-items:center;min-height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.hero-video-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity 1.2s cubic-bezier(.25,.8,.25,1);position:absolute;top:0;left:0}.hero-video.active{opacity:1;z-index:2}.hero-overlay{z-index:3;pointer-events:none;background:linear-gradient(90deg,#fbf9f4eb 0%,#fbf9f4bf 35%,#fbf9f44d 65%,#fbf9f400 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:5;width:100%;max-width:1440px;margin:0 auto;padding:0 4rem;position:relative}.hero-content-side{flex-direction:column;align-items:flex-start;max-width:620px;padding-top:4rem;animation:1s ease-out fadeInUp;display:flex}.hero-tagline{color:#c17c4a;margin-bottom:.5rem;font-family:Caveat,cursive;font-size:2.5rem;font-weight:500}.hero-badge{background-color:var(--bg-secondary);letter-spacing:.12em;color:var(--primary-green-dark);border:1px solid #0000000a;border-radius:9999px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #00000005}.hero-title{font-family:var(--font-serif);color:var(--primary-green-dark);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:4.8rem;font-weight:400;line-height:1.08}.hero-title .italic-serif{color:var(--primary-green);font-style:italic;font-family:var(--font-serif)}.hero-subtitle{font-family:var(--font-sans);color:var(--text-main);opacity:.9;max-width:520px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.65}.hero-actions{gap:1rem;width:100%;margin-bottom:3.5rem;display:flex}.hero-actions .btn{letter-spacing:.04em;border-radius:9999px;justify-content:center;align-items:center;padding:1.1rem 2.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.shop-cta{background-color:var(--primary-green);box-shadow:0 4px 15px #2d4a2226;color:#fff!important}.shop-cta:hover{background-color:var(--primary-green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2d4a2240}.discover-cta{background-color:var(--bg-secondary);color:var(--primary-green-dark);border:1px solid #2d4a2226;box-shadow:0 4px 12px #00000005}.discover-cta:hover{border-color:var(--primary-green);background-color:#f5f2e9;transform:translateY(-2px)}.hero-trust-indicators{border-top:1px solid #0000000d;gap:2rem;width:100%;max-width:520px;padding-top:1.5rem;display:flex}.trust-item{color:var(--primary-green-dark);opacity:.85;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.trust-dot{background-color:var(--primary-green);opacity:.7;border-radius:50%;width:5px;height:5px}.hero-slide-dots{-webkit-backdrop-filter:blur(12px);z-index:10;background-color:#fbf9f499;border:1px solid #fff6;border-radius:9999px;gap:.6rem;padding:.5rem 1rem;display:flex;position:absolute;bottom:3rem;right:4rem;box-shadow:0 8px 24px #0000000a}.slide-dot{cursor:pointer;background-color:#2d4a2233;border-radius:2px;width:20px;height:4px;transition:all .3s cubic-bezier(.16,1,.3,1)}.slide-dot.active{background-color:var(--primary-green);width:36px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero-overlay{background:#fbf9f4d1}.hero-container{padding:0 2rem}.hero-content-side{text-align:center;align-items:center;max-width:100%;padding-top:6rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-trust-indicators{justify-content:center;margin-left:auto;margin-right:auto}.hero-slide-dots{bottom:2rem;left:50%;right:auto;transform:translate(-50%)}}@media (width<=768px){.hero-section{min-height:100vh}.hero-content-side{padding-top:7rem}.hero-title{font-size:3.2rem}.hero-tagline{font-size:2rem}.hero-actions{flex-direction:column;gap:.75rem}.hero-actions .btn{width:100%}.hero-trust-indicators{flex-wrap:wrap;justify-content:center;gap:1rem}}.ticker-wrap{width:100%;color:var(--primary-green-dark);background-color:#e3ded5;border-top:1px solid #0000000a;border-bottom:1px solid #0000000a;align-items:center;padding:.9rem 0;display:flex;overflow:hidden}.ticker{white-space:nowrap;animation:30s linear infinite ticker-anim;display:flex}.ticker-item{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;align-items:center;padding:0 2rem;font-size:.72rem;font-weight:700;display:inline-flex}.ticker-separator{color:var(--accent-gold);margin-left:4rem;font-size:.9rem}@keyframes ticker-anim{0%{transform:translate(0,0)}to{transform:translate(-33.333%)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 4px #bea06b66);transform:scale(1)}50%{filter:drop-shadow(0 0 14px #bea06bcc);transform:scale(1.08)}}@keyframes thread-flow{to{stroke-dashoffset:-400px}}@keyframes chakra-spin{to{transform:rotate(360deg)}}@keyframes chakra-spin-reverse{to{transform:rotate(-360deg)}}@keyframes spin-ring{to{transform:rotate(360deg)}}.philosophy-block-wrapper{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 0,#bea06b2e,#0000 50%),radial-gradient(circle at 50% 100%,#4e6a4a26,#0000 50%),linear-gradient(#fbf6ef 0%,#f7f1e8 100%)!important}.philosophy-block-wrapper:before{content:"";opacity:.7;pointer-events:none;z-index:1;background-image:radial-gradient(circle at 50% 30%,#fffc 0%,#0000 60%),repeating-conic-gradient(at 50% 30%,#bea06b08 0deg 5deg,#0000 5deg 10deg);position:absolute;inset:0}.philosophy-section{padding:120px 0 40px;position:relative;overflow:hidden;background:0 0!important}.sacred-motif{width:72px;height:72px;color:var(--accent-gold);place-items:center;margin:0 0 20px;animation:4s ease-in-out infinite pulse-glow;display:grid}.philosophy-split{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid;position:relative}.philosophy-text{max-width:540px;margin-top:6rem}.philosophy-text .eyebrow{font-family:var(--font-sans,sans-serif);letter-spacing:.12em;text-transform:uppercase;color:var(--primary-green-dark,#344934);background-color:#fff;border:1px solid #b8956a33;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:11.5px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #2f292308}.philosophy-text .eyebrow:before{content:"";background-color:#4e6a4a;border-radius:50%;width:6px;height:6px;display:inline-block}.philosophy-text .scribble{color:#c17c4a;margin-top:14px;font-family:Caveat,cursive;font-size:2.2rem;font-weight:400}.philosophy-text h2{color:var(--primary-green-dark);font-size:clamp(34px,4.4vw,54px);line-height:1.08;font-family:var(--font-serif);margin-top:10px;margin-bottom:22px;font-weight:400}.philosophy-text h2 em{color:var(--primary-green-dark);font-style:italic;font-weight:500}.philosophy-text .lead-copy{color:#463e36;margin-bottom:26px;font-size:17px;font-weight:300;line-height:1.75}.pillar-legend{grid-template-columns:1fr 1fr;gap:14px;margin-top:30px;display:grid}.pillar-legend-item{transition:all .3s var(--ease);cursor:pointer;background:#fffaf3b3;border:1px solid #bea06b2e;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.pillar-legend-item:hover{border-color:var(--accent-gold);background:#fffaf3;transform:translate(4px);box-shadow:0 8px 20px #bea06b2e}.pillar-legend-item .dot-num{background:linear-gradient(135deg, var(--accent-gold), #c17c4a);color:#fff;width:28px;height:28px;font-family:var(--font-serif);border-radius:50%;flex-shrink:0;place-items:center;font-size:14px;font-weight:700;display:grid}.pillar-legend-item.active .dot-num{background:linear-gradient(135deg, var(--primary-green), var(--primary-green-dark));transform:scale(1.15);box-shadow:0 0 0 4px #4e6a4a26}.pillar-legend-item.active{border-color:var(--primary-green);background:#fffaf3;transform:translate(4px)}.pillar-legend-item .legend-name{font-family:var(--font-serif);color:var(--text-main);font-size:19px;font-weight:600;line-height:1.1}.pillar-legend-item .legend-en{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11.5px;font-weight:600}.chakra-wrapper{aspect-ratio:1;place-items:center;width:100%;max-width:520px;margin:140px auto 0;display:grid;position:relative}.chakra-outer-ring{border:1.5px dashed #bea06b66;border-radius:50%;animation:60s linear infinite chakra-spin;position:absolute;inset:0}.chakra-outer-ring:before{content:"";border:1px solid #bea06b2e;border-radius:50%;position:absolute;inset:14px}.chakra-rays{opacity:.6;background:repeating-conic-gradient(#bea06b1f 0deg 4deg,#0000 4deg 15deg);border-radius:50%;animation:80s linear infinite chakra-spin-reverse;position:absolute;inset:30px}.chakra-wheel{background:radial-gradient(circle,#fffaf3b3,#fffaf34d 70%,#0000),conic-gradient(from 45deg,#bea06b2e,#4e6a4a2e,#b982632e,#bea06b2e,#bea06b2e);border:1px solid #bea06b4d;border-radius:50%;transition:animation-duration .4s;animation:40s linear infinite chakra-spin;position:absolute;inset:56px;box-shadow:inset 0 0 40px #fff6,0 20px 50px #4e6a4a26}.chakra-wrapper:hover .chakra-wheel{animation-duration:12s}.chakra-spokes{pointer-events:none;position:absolute;inset:0}.chakra-spokes:before,.chakra-spokes:after{content:"";transform-origin:50%;background:linear-gradient(90deg,#0000,#bea06b80,#0000);width:86%;height:1px;position:absolute;top:50%;left:50%}.chakra-spokes:before{transform:translate(-50%,-50%)rotate(0)}.chakra-spokes:after{transform:translate(-50%,-50%)rotate(90deg)}.chakra-node{text-align:center;cursor:pointer;z-index:3;background:linear-gradient(140deg,#fffaf3,#f3eadc);border:1.5px solid #bea06b66;border-radius:50%;place-items:center;width:100px;height:100px;transition:background .4s,border-color .4s,box-shadow .4s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 16px 32px #2f29231f,inset 0 -4px 8px #bea06b14}.chakra-node.pos-1{margin-top:calc(14px - 50%)}.chakra-node.pos-2{margin-left:calc(50% - 14px)}.chakra-node.pos-3{margin-top:calc(50% - 14px)}.chakra-node.pos-4{margin-left:calc(14px - 50%)}.chakra-node .node-icon{font-family:var(--font-serif);color:var(--primary-green-dark);margin-bottom:2px;font-size:28px;line-height:1;transition:color .3s}.chakra-node .node-name{font-family:var(--font-serif);color:var(--text-main);letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1}.chakra-node:hover,.chakra-node.active{z-index:5;box-shadow:0 22px 44px #4e6a4a6b,0 0 0 6px #bea06b38;background:linear-gradient(140deg, var(--primary-green), var(--primary-green-dark))!important;border-color:var(--primary-green-dark)!important}.chakra-node:hover .node-icon,.chakra-node:hover .node-name,.chakra-node.active .node-icon,.chakra-node.active .node-name{color:#fff!important}.chakra-hub{text-align:center;color:#fff;z-index:4;background:radial-gradient(circle at 38% 28%,#ffffff2e,#0000 55%),linear-gradient(150deg,#5a7a52 0%,#344934 60%,#2a3b2a 100%);border-radius:50%;place-items:center;width:42%;height:42%;padding:16px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 22px 46px #2a3b2a73,inset 0 -6px 16px #0000004d,inset 0 3px 10px #ffffff26,0 0 0 6px #fffaf38c,0 0 0 7px #bea06b66}.chakra-hub:before{content:"";border:1px dashed #bea06b8c;border-radius:50%;animation:25s linear infinite reverse chakra-spin;position:absolute;inset:-14px}.chakra-hub-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;animation:.5s cubic-bezier(.16,1,.3,1) forwards center-fade-in;display:flex}.chakra-hub .hub-symbol{font-family:var(--font-serif);color:#f3d9a8;text-shadow:0 2px 8px #00000059;margin-bottom:6px;font-size:34px;line-height:1}.chakra-hub .hub-name{font-family:var(--font-serif);background:linear-gradient(100deg,#fff 0%,#f7e6c4 55%,#efc98f 100%);-webkit-text-fill-color:transparent;color:#fff;text-shadow:0 1px 6px #0000002e;letter-spacing:.01em;-webkit-background-clip:text;margin-bottom:6px;font-size:25px;font-weight:700;line-height:1.05}.chakra-hub .hub-desc{color:#fffffff2;text-shadow:0 1px 4px #00000040;max-width:175px;padding:0 2px;font-size:.78rem;font-weight:400;line-height:1.45}@keyframes center-fade-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (width<=992px){.philosophy-split{grid-template-columns:1fr;gap:5rem}.philosophy-text{text-align:center;max-width:100%}.sacred-motif{margin:0 auto 20px!important}.pillar-legend{max-width:600px;margin:30px auto 0}}@media (width<=480px){.chakra-wrapper{margin:20px auto;transform:scale(.8)}.pillar-legend{grid-template-columns:1fr}}.jewels-section{border:none;padding:40px 0 160px;position:relative;overflow:hidden;background:0 0!important}.curve-divider{z-index:1;width:100%;line-height:0;position:absolute;left:0;overflow:hidden}.curve-divider.top{top:-1px;transform:rotate(180deg)}.curve-divider.bottom{bottom:-1px}.curve-divider svg{width:100%;height:90px;display:block}.curve-fill{fill:#fffaf3}.jewels-header{text-align:center;margin-bottom:5rem}.jewels-tag{color:#c17c4a;margin-bottom:.5rem;font-family:Caveat,cursive;font-size:2.2rem;display:block}.jewels-title{font-family:var(--font-serif);color:var(--primary-green-dark);margin-bottom:.75rem;font-size:3.2rem;font-weight:400;line-height:1.15}.jewels-title .italic-serif{font-style:italic;font-family:var(--font-serif);color:var(--primary-green)}.jewels-subtag{font-family:var(--font-sans);letter-spacing:.25em;color:var(--accent-gold);text-transform:uppercase;font-size:.75rem;font-weight:700}.jewels-grid-container{max-width:1140px;margin:0 auto;position:relative}.jewels-connect-line{z-index:1;border-top:1px dashed #b8956a59;height:1px;position:absolute;top:110px;left:10%;right:10%}.jewels-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid;position:relative}.jewel-card{text-align:center;transition:var(--transition-smooth);background-color:#f7f5f0;border:1px solid #b8956a26;border-radius:160px 160px 24px 24px;flex-direction:column;align-items:center;padding:3.5rem 2rem 3rem;display:flex;box-shadow:0 4px 20px #00000004}.jewel-card:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-premium);background-color:var(--bg-secondary);transform:translateY(-8px)}.jewel-icon-outer{justify-content:center;align-items:center;width:130px;height:130px;margin-bottom:2.2rem;display:flex;position:relative}.jewel-halo-dashed{border:1px dashed #b8956a73;border-radius:50%;width:100%;height:100%;animation:30s linear infinite spin-slow;position:absolute;top:0;left:0}.jewel-icon-inner{width:90px;height:90px;color:var(--bg-secondary);transition:var(--transition-smooth);background:radial-gradient(circle at 35% 25%,#d8be96,#b8956a);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 24px #b8956a40}.jewel-card:hover .jewel-icon-inner{background:var(--primary-green);transform:scale(1.05);box-shadow:0 8px 24px #2d4c3540}.jewel-card-label{font-family:var(--font-sans);letter-spacing:.12em;color:var(--primary-green);text-transform:uppercase;margin-bottom:.6rem;font-size:.65rem;font-weight:700}.jewel-card-title{font-family:var(--font-serif);color:var(--primary-green-dark);margin-bottom:.35rem;font-size:1.65rem;font-weight:450}.jewel-card-sub{color:#c17c4a;margin-bottom:1.25rem;font-family:Caveat,cursive;font-size:1.35rem;display:block}.jewel-card-desc{font-family:var(--font-sans);color:var(--text-muted);max-width:260px;font-size:.9rem;line-height:1.6}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=992px){.jewels-grid{grid-template-columns:1fr;gap:3rem;max-width:450px;margin:0 auto}.jewels-connect-line{display:none}.jewel-card{padding:3rem 1.5rem 2.5rem}.jewels-title{font-size:2.6rem}}@media (width<=768px){.jewels-section{padding:5rem 0}.jewels-title{font-size:2.2rem}.jewels-tag{font-size:1.8rem}}.products-section{background-color:var(--bg-primary);border-bottom:none;padding:8rem 0 5rem;position:relative}.products-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}.products-badge{background-color:var(--bg-secondary);letter-spacing:.12em;color:var(--primary-green-dark);border:1px solid #0000000a;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 2px 8px #00000005}.products-tagline{color:#c17c4a;margin-bottom:.5rem;font-family:Caveat,cursive;font-size:2.2rem}.products-title{font-family:var(--font-serif);color:var(--primary-green-dark);margin-bottom:1.25rem;font-size:3.2rem;font-weight:400;line-height:1.15}.products-title .italic-serif{font-style:italic;font-family:var(--font-serif);color:var(--primary-green)}.products-intro{font-family:var(--font-sans);color:var(--text-muted);max-width:600px;font-size:1.05rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.product-card{cursor:pointer;transition:var(--transition-smooth);background-color:#f7f5f0;border:1px solid #b8956a1f;border-radius:32px;flex-direction:column;height:100%;padding:1.5rem;display:flex}.product-card:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-premium);background-color:var(--bg-secondary);transform:translateY(-6px)}.product-image-box{border-radius:20px;width:100%;height:280px;margin-bottom:1.75rem;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-image{transform:scale(1.04)}.product-tag{color:#fff;letter-spacing:.1em;text-transform:uppercase;background-color:#1e2e1f;border-radius:9999px;padding:.4rem .9rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-info{flex-direction:column;flex-grow:1;display:flex}.product-category{font-family:var(--font-sans);letter-spacing:.12em;color:var(--primary-green);text-transform:uppercase;margin-bottom:.6rem;font-size:.7rem;font-weight:700}.product-card-title{font-family:var(--font-serif);color:var(--primary-green-dark);margin-bottom:.75rem;font-size:1.45rem;font-weight:450;line-height:1.25}.product-card-desc{font-family:var(--font-sans);color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.product-rating{border-top:1px solid #0000000a;align-items:center;gap:.6rem;padding-top:1rem;display:flex}.rating-stars{gap:.1rem;display:flex}.rating-text{font-family:var(--font-sans);color:var(--text-muted);font-size:.8rem;font-weight:600}.products-cta{text-align:center;margin-top:4rem}.view-collection-btn{border:1px solid var(--primary-green);color:var(--primary-green);border-radius:9999px;padding:1.1rem 2.5rem;font-size:.85rem;font-weight:600}.view-collection-btn:hover{background-color:var(--primary-green);color:#fff}@media (width<=992px){.products-grid{grid-template-columns:1fr;gap:2.5rem;max-width:450px;margin:0 auto}.products-title{font-size:2.6rem}}@media (width<=768px){.products-section{padding:5rem 0 7rem}.products-title{font-size:2.2rem}.products-tagline{font-size:1.8rem}}.products-section .curve-divider{z-index:1;width:100%;line-height:0;position:absolute;left:0;overflow:hidden}.products-section .curve-divider.bottom{bottom:-1px}.products-section .curve-divider svg{width:100%;height:90px;display:block}.products-section .curve-fill{fill:var(--bg-secondary)}.truth-section{background-color:var(--bg-primary);padding:8rem 0 12rem;position:relative}.truth-split{grid-template-columns:1fr 1.05fr;align-items:stretch;gap:50px;min-height:620px;display:grid}.truth-image-side{flex-direction:column;display:flex;position:relative}.truth-slider{box-shadow:var(--shadow-premium);background:linear-gradient(145deg,#efe4d0,#f8f2e8);border:1px solid #2f292314;border-radius:32px;height:100%;min-height:580px;position:relative;overflow:hidden}.truth-slider-track{width:100%;height:100%;position:relative}.truth-slide{opacity:0;visibility:hidden;transition:opacity .8s var(--ease), visibility .8s var(--ease);z-index:1;position:absolute;inset:0}.truth-slide.active{opacity:1;visibility:visible;z-index:2}.truth-slide img{object-fit:cover;width:100%;height:100%;transition:transform 8s ease-out}.truth-slide.active img{transform:scale(1.08)}.truth-slider-dots{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#2f29238c;border-radius:999px;gap:8px;padding:7px 10px;display:flex;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.truth-dot{cursor:pointer;width:8px;height:8px;transition:all .3s var(--ease);background:#ffffff8c;border:none;border-radius:50%;padding:0}.truth-dot:hover{background:#ffffffd9}.truth-dot.active{background:#fff;border-radius:999px;width:28px}.image-card-stack-truth{z-index:15;pointer-events:none;position:absolute;top:24px;right:24px}.stack-card-truth{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffe6;border:1px solid #b8956a33;border-radius:12px;max-width:280px;padding:.85rem 1.25rem;box-shadow:0 8px 32px #2f292314}.stack-card-truth small{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:.25rem;font-size:.65rem;font-weight:700;display:block}.stack-card-truth p{font-family:var(--font-sans);color:var(--text);text-align:left;margin:0;font-size:.8rem;font-weight:500;line-height:1.4}.truth-content-side{flex-direction:column;justify-content:center;height:100%;display:flex}.truth-header{text-align:left;margin-bottom:30px}.truth-header .eyebrow{font-family:var(--font-sans,sans-serif);letter-spacing:.12em;text-transform:uppercase;color:var(--primary-green-dark,#344934);background-color:#fff;border:1px solid #b8956a33;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:11.5px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #2f292308}.truth-header .eyebrow:before{content:"";background-color:#4e6a4a;border-radius:50%;width:6px;height:6px;display:inline-block}.truth-header .scribble{color:#c17c4a;margin-top:14px;font-family:Caveat,cursive;font-size:2.2rem;font-weight:400;display:block}.truth-header h2{font-size:clamp(28px,3.8vw,42px);line-height:1.15;font-family:var(--font-serif);color:var(--primary-green-dark);margin-bottom:18px;font-weight:400}.truth-header h2 em{color:var(--primary-green-dark);font-style:italic}.truth-header .mini-copy{color:var(--text-muted);margin-bottom:0;font-size:1rem;line-height:1.65}.truth-cards-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.truth-card{cursor:pointer;min-height:170px;transition:all .45s var(--ease);box-shadow:var(--shadow-sm);border:1px solid #2f292314;border-radius:20px;align-items:flex-end;display:flex;position:relative;overflow:hidden}.truth-card:before{content:"";background-position:50%;background-size:cover;background-image:var(--card-bg);transition:transform .6s var(--ease);z-index:1;position:absolute;inset:0}.truth-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2f29232e}.truth-card:hover:before{transform:scale(1.1)}.truth-card-overlay{z-index:2;transition:all .4s var(--ease);background:linear-gradient(#2f292326 0%,#2f2923c7 100%);position:absolute;inset:0}.truth-card:hover .truth-card-overlay{background:linear-gradient(#4e6a4a52 0%,#2f2923e0 100%)}.truth-card-content{z-index:3;color:#fff;text-align:left;width:100%;padding:18px;position:relative}.truth-card-content h3{color:#fff;letter-spacing:0;margin:0 0 6px;font-family:Inter,sans-serif;font-size:18px;font-weight:500}.truth-card-content h3 strong{font-weight:700}.truth-card-content p{color:#ffffffe6;margin:0;font-size:13px;line-height:1.5}@media (width<=992px){.truth-split{grid-template-columns:1fr;gap:4rem}.truth-slider{min-height:480px}}@media (width<=540px){.truth-cards-grid{grid-template-columns:1fr}}.truth-section .curve-divider{z-index:1;width:100%;line-height:0;position:absolute;left:0;overflow:hidden}.truth-section .curve-divider.bottom{bottom:-1px}.truth-section .curve-divider svg{width:100%;height:90px;display:block}.truth-section .curve-fill{fill:var(--bg-secondary)}.values-section{background-color:#f0ece4;border-bottom:none;padding:8rem 0 12rem;position:relative}.values-layout{grid-template-columns:.95fr 1.05fr;align-items:center;gap:5rem;display:grid}.values-content{flex-direction:column;align-items:flex-start;display:flex}.values-tagline{color:#c17c4a;margin-bottom:.5rem;font-family:Caveat,cursive;font-size:2.2rem}.values-badge{letter-spacing:.12em;color:var(--primary-green-dark);background-color:#fff;border:1px solid #0000000d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.7rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #00000005}.badge-dot{background-color:var(--primary-green);border-radius:50%;width:6px;height:6px}.values-title{font-family:var(--font-serif);color:var(--primary-green-dark);margin-bottom:1.25rem;font-size:3.2rem;font-weight:400;line-height:1.15}.values-title .italic-serif{font-style:italic;font-family:var(--font-serif);color:var(--primary-green)}.values-subtext{font-family:var(--font-sans);color:var(--text-muted);max-width:480px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.65}.btn-see-range{background-color:var(--primary-green);color:#fff;transition:var(--transition-smooth);border-radius:9999px;align-items:center;gap:.75rem;padding:1.1rem 2.4rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-see-range:hover{background-color:var(--primary-green-dark);transform:translateY(-2px);box-shadow:0 8px 20px #2d4c3526}.btn-see-range .arrow{transition:transform .3s}.btn-see-range:hover .arrow{transform:translate(4px)}.values-images-grid{grid-template-columns:1fr 1fr;gap:1.5rem;height:380px;display:grid}.values-image-card{border:1px solid #b8956a1a;border-radius:36px;height:100%;overflow:hidden;box-shadow:0 10px 30px #00000005}.values-tall-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.values-image-card:hover .values-tall-image{transform:scale(1.04)}@media (width<=992px){.values-layout{grid-template-columns:1fr;gap:4rem}.values-images-grid{width:100%;max-width:600px;height:400px}.values-title{font-size:2.6rem}}@media (width<=768px){.values-section{padding:5rem 0 7rem}.values-title{font-size:2.2rem}.values-tagline{font-size:1.8rem}.values-images-grid{height:320px}.values-image-card{border-radius:24px}}.values-section .curve-divider{z-index:1;width:100%;line-height:0;position:absolute;left:0;overflow:hidden}.values-section .curve-divider.bottom{bottom:-1px}.values-section .curve-divider svg{width:100%;height:90px;display:block}.values-section .curve-fill{fill:var(--bg-secondary)}.stats-section{background-color:#f0ece4;padding:8rem 0}.stats-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3rem;display:flex}.stats-badge{letter-spacing:.12em;color:var(--primary-green-dark);background-color:#fff;border:1px solid #0000000d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.7rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #00000005}.stats-title{font-family:var(--font-serif);color:var(--primary-green-dark);font-size:3.2rem;font-weight:400;line-height:1.15}.stats-title .italic-serif{font-style:italic;font-family:var(--font-serif);color:var(--primary-green)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.stat-card{text-align:center;transition:var(--transition-smooth);background-color:#f7f5f0;border:1px solid #b8956a26;border-radius:32px;flex-direction:column;align-items:center;margin-bottom:-2rem;padding:3.5rem 2rem 2.5rem;display:flex}.stat-card:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-premium);transform:translateY(-5px)}.stat-number{font-family:var(--font-serif);color:var(--primary-green-dark);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.6rem;font-weight:400}.stat-desc{font-family:var(--font-sans);color:var(--text-muted);flex-grow:1;margin-bottom:2.5rem;font-size:.92rem;line-height:1.6}.stat-tagline{font-family:var(--font-serif);color:#b8956a;font-size:.95rem;font-style:italic}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:700px}}@media (width<=768px){.stats-section{padding:5rem 0}.stats-title{font-size:2.2rem}.stats-grid{grid-template-columns:1fr;max-width:360px}.stat-card{padding:2.5rem 1.5rem 2rem}.stat-number{font-size:3rem}}.testimonials-section{background-color:#f0ece4;border-bottom:1px solid #0000000d;padding:8rem 0}.testimonials-header{text-align:center;flex-direction:column;align-items:center;margin-top:-4rem;margin-bottom:5rem;display:flex}.testimonials-tagline{color:#c17c4a;margin-bottom:.5rem;font-family:Caveat,cursive;font-size:2.2rem}.testimonials-title{font-family:var(--font-serif);color:var(--primary-green-dark);font-size:3.2rem;font-weight:400;line-height:1.15}.testimonials-title .italic-serif{font-style:italic;font-family:var(--font-serif);color:var(--primary-green)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;max-width:1200px;margin:0 auto;display:grid}.testimonial-card{transition:var(--transition-smooth);background-color:#f7f5f0;border:1px solid #b8956a26;border-radius:32px;flex-direction:column;padding:3rem 2.2rem 2.2rem;display:flex;position:relative}.testimonial-card:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-premium);transform:translateY(-5px)}.quote-icon{font-family:var(--font-serif);color:#d8d3c5;font-size:5rem;line-height:1;position:absolute;top:1rem;left:1.8rem}.testimonial-stars{z-index:1;gap:.15rem;margin-top:1rem;margin-bottom:1.25rem;display:flex}.testimonial-text{font-family:var(--font-sans);color:var(--text-muted);z-index:1;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.65}.testimonial-divider{background-color:#b8956a26;height:1px;margin-bottom:1.5rem}.testimonial-author{align-items:center;gap:.85rem;display:flex}.author-avatar{background-color:var(--primary-green-dark);color:#fff;width:42px;height:42px;font-family:var(--font-sans);letter-spacing:-.02em;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.author-details{flex-direction:column;display:flex}.author-name{font-family:var(--font-sans);color:var(--primary-green-dark);margin-bottom:.15rem;font-size:.95rem;font-weight:700}.author-role{font-family:var(--font-sans);color:#b8956a;font-size:.78rem;font-weight:600}@media (width<=992px){.testimonials-grid{grid-template-columns:1fr;gap:2.2rem;max-width:450px;margin:0 auto}}@media (width<=768px){.testimonials-section{padding:5rem 0}.testimonials-title{font-size:2.2rem}.testimonials-tagline{font-size:1.8rem}}.auth-page-container{background-color:var(--bg-primary);justify-content:center;align-items:center;min-height:80vh;padding:10rem 1.5rem 6rem;display:flex}.auth-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-premium);border-radius:28px;width:100%;max-width:480px;padding:3rem 2.5rem;position:relative;overflow:hidden}.auth-card-header{text-align:center;margin-bottom:2.5rem}.auth-card-subtitle{color:var(--accent-gold);margin-bottom:.25rem;font-family:Caveat,cursive,sans-serif;font-size:1.8rem}.auth-card-title{font-family:var(--font-serif);color:var(--primary-green-dark);font-size:2.2rem;font-weight:500}.auth-form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.auth-label{text-transform:uppercase;letter-spacing:.08em;color:var(--primary-green-dark);font-size:.8rem;font-weight:700}.auth-input{background-color:var(--bg-card);border:1px solid var(--border-color);font-family:var(--font-sans);color:var(--text-main);transition:var(--transition-smooth);border-radius:9999px;outline:none;padding:.85rem 1.5rem;font-size:.95rem}.auth-input:focus{border-color:var(--accent-gold);background-color:var(--bg-secondary);box-shadow:0 0 0 3px #ab906526}.auth-error-banner{color:#c0392b;text-align:center;background-color:#fcf1f1;border:1px solid #f5c2c2;border-radius:12px;margin-bottom:1.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:500}.auth-submit-btn{width:100%;margin-top:1rem}.auth-footer-text{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9rem}.auth-footer-link{color:var(--primary-green);cursor:pointer;transition:var(--transition-smooth);font-weight:700}.auth-footer-link:hover{color:var(--accent-gold);text-decoration:underline}.pd-page{background:#f0ece4;min-height:100vh}.pd-showcase-wrap{background:#f0ece4;padding:8rem 0 4rem}.pd-breadcrumb{color:#6b7c6b;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.82rem;display:flex}.pd-bc-link{cursor:pointer}.pd-bc-link:hover{color:#2d4c35}.pd-bc-current{color:#1e2e1f;font-weight:600}.pd-showcase-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media (width<=900px){.pd-showcase-grid{grid-template-columns:1fr;gap:2.5rem}}.pd-gallery{flex-direction:column;gap:1rem;display:flex}.pd-main-img-wrap{aspect-ratio:1;background:#e8e3d9;border-radius:20px;position:relative;overflow:hidden}.pd-main-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pd-main-img-wrap:hover .pd-main-img{transform:scale(1.03)}.pd-badge-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#1e2e1f;letter-spacing:.08em;background:#ffffffd9;border:1px solid #00000014;border-radius:9999px;padding:.4rem .9rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem}.pd-thumbs{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.pd-thumb{aspect-ratio:1;cursor:pointer;background:#e8e3d9;border:2px solid #0000;border-radius:12px;padding:0;transition:border-color .25s;overflow:hidden}.pd-thumb img{object-fit:cover;width:100%;height:100%}.pd-thumb--active{border-color:#2d4c35}.pd-thumb:hover{border-color:#b8956a}.pd-buybox{flex-direction:column;display:flex}.pd-cursive-label{color:#b8956a;margin-bottom:.5rem;font-family:Caveat,cursive;font-size:1.5rem;font-weight:400}.pd-cursive-center{text-align:center}.pd-tag-row{margin-bottom:.75rem}.pd-tag-pill{letter-spacing:.06em;color:#1e2e1f;background:0 0;border:1.5px solid #c0b9a8;border-radius:9999px;padding:.35rem .9rem;font-size:.72rem;font-weight:600;display:inline-block}.pd-rating-row{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.pd-stars{gap:2px;display:flex}.pd-rating-text{color:#6b7c6b;font-size:.85rem}.pd-title{color:#1e2e1f;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:2.6rem;font-weight:600;line-height:1.15}.pd-short-desc{color:#6b7c6b;margin-bottom:1.25rem;font-size:1rem;line-height:1.6}.pd-divider{border:none;border-top:1px solid #0000001a;margin:1rem 0}.pd-price-row{align-items:baseline;gap:1rem;margin-bottom:.5rem;display:flex}.pd-price{color:#1e2e1f;font-size:2rem;font-weight:700}.pd-price-original{color:#6b7c6b;font-size:1.1rem;text-decoration:line-through}.pd-save-pill{color:#b8956a;background:#b8956a1f;border-radius:9999px;align-self:flex-start;width:fit-content;margin-bottom:1.5rem;padding:.3rem .75rem;font-size:.72rem;font-weight:700;display:inline-block}.pd-selector-group{margin-bottom:1.25rem}.pd-selector-label{letter-spacing:.12em;color:#1e2e1f;margin-bottom:.75rem;font-size:.68rem;font-weight:700}.pd-size-options{flex-wrap:wrap;gap:.6rem;display:flex}.pd-size-btn{color:#1e2e1f;cursor:pointer;background:#fff;border:1.5px solid #d0cfc7;border-radius:12px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .25s}.pd-size-btn:hover{border-color:#2d4c35}.pd-size-btn--active{background:#fff;border-width:2px;border-color:#2d4c35}.pd-qty-row{margin-bottom:1rem}.pd-qty-ctrl{background:#fff;border:1.5px solid #d0cfc7;border-radius:9999px;align-items:center;display:inline-flex;overflow:hidden}.pd-qty-ctrl button{cursor:pointer;color:#1e2e1f;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.pd-qty-ctrl button:hover{background:#0000000d}.pd-qty-ctrl button:disabled{opacity:.35;cursor:default}.pd-qty-ctrl span{text-align:center;color:#1e2e1f;min-width:36px;font-weight:700}.pd-btn-cart{color:#fff;letter-spacing:.06em;cursor:pointer;background:#3c5a3e;border:none;border-radius:9999px;justify-content:center;align-items:center;width:100%;margin-bottom:.75rem;padding:1rem;font-size:.88rem;font-weight:700;transition:all .3s;display:flex}.pd-btn-cart:hover{background:#2d4c35;transform:translateY(-2px)}.pd-btn-cart--added{background:#1e2e1f}.pd-btn-buynow{color:#1e2e1f;cursor:pointer;background:#fff;border:1.5px solid #c0b9a8;border-radius:9999px;width:100%;margin-bottom:1.5rem;padding:.9rem;font-size:.9rem;font-weight:600;transition:all .3s}.pd-btn-buynow:hover{border-color:#2d4c35}.pd-trust-grid{grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;display:grid}.pd-trust-item{color:#1e2e1f;align-items:center;gap:.5rem;font-size:.88rem;font-weight:500;display:flex}.pd-trust-item span{color:#3c5a3e;font-size:1rem}.pd-special-section{background:#f0ece4;padding:5rem 0}.pd-section-title{color:#1e2e1f;margin-bottom:2.5rem;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;line-height:1.2}.pd-section-title--center{text-align:center}.pd-special-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1024px){.pd-special-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.pd-special-grid{grid-template-columns:1fr}}.pd-special-card{background:#fff;border:1px solid #00000012;border-radius:20px;flex-direction:column;gap:.75rem;padding:2rem 1.5rem;display:flex}.pd-special-emoji{font-size:1.75rem}.pd-special-card-title{color:#1e2e1f;font-size:1rem;font-weight:700}.pd-special-bullets{flex-direction:column;gap:.45rem;padding:0;list-style:none;display:flex}.pd-special-bullets li{color:#5a6b5a;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;display:flex}.pd-bullet-check{color:#3c5a3e;flex-shrink:0;font-weight:700}.pd-promise-section{background:#f0ece4;padding:2rem 0}.pd-promise-box{text-align:center;color:#fff;background:#3c5a3e;border-radius:20px;padding:3.5rem 4rem}.pd-promise-title{color:#fff;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.pd-promise-text{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.7}.pd-philosophy-section{background:#f0ece4;padding:5rem 0}.pd-philosophy-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=900px){.pd-philosophy-grid{grid-template-columns:1fr}}.pd-philosophy-img-col{aspect-ratio:1.1;border-radius:20px;overflow:hidden}.pd-philosophy-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pd-philosophy-img-col:hover .pd-philosophy-img{transform:scale(1.03)}.pd-philosophy-text-col{flex-direction:column;gap:0;display:flex}.pd-philosophy-tag-pill{letter-spacing:.06em;color:#1e2e1f;background:0 0;border:1.5px solid #c0b9a8;border-radius:9999px;align-self:flex-start;width:fit-content;margin-bottom:1rem;padding:.35rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.pd-philosophy-desc{color:#5a6b5a;margin-bottom:1rem;font-size:.975rem;line-height:1.7}.pd-philosophy-feature-card{background:#fff;border:1px solid #00000012;border-radius:14px;align-items:flex-start;gap:1rem;margin-top:.5rem;padding:1.1rem 1.25rem;display:flex}.pd-philosophy-feature-icon{background:#f0ece4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.pd-philosophy-feature-title{color:#1e2e1f;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.pd-philosophy-feature-desc{color:#6b7c6b;font-size:.85rem;line-height:1.5}.pd-ingredients-section{background:#f0ece4;padding:4rem 0}.pd-ingredients-inner{background:#f5f2ed;border-radius:24px;padding:3rem}.pd-ingredients-subtitle{color:#6b7c6b;margin-bottom:2.5rem;font-size:.95rem;line-height:1.6}.pd-ingredients-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}@media (width<=900px){.pd-ingredients-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.pd-ingredients-grid{grid-template-columns:1fr}}.pd-ing-card{text-align:center;background:#fff;border:1px solid #00000012;border-radius:16px;padding:1.75rem 1.25rem;transition:transform .3s,box-shadow .3s}.pd-ing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000012}.pd-ing-emoji-wrap{background:#f0ece4;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.4rem;display:flex}.pd-ing-name{color:#1e2e1f;margin-bottom:.4rem;font-size:1rem;font-weight:700}.pd-ing-benefit{color:#6b7c6b;font-size:.85rem;line-height:1.5}.pd-free-from-box{background:#fff;border-left:3px solid #3c5a3e;border-radius:10px;padding:1.25rem 1.5rem}.pd-free-from-label{color:#1e2e1f;margin-bottom:.4rem;font-size:.9rem;font-weight:700}.pd-free-from-list{color:#5a6b5a;font-size:.875rem;line-height:1.6}.pd-howto-section{background:#ece8df;padding:5rem 0}.pd-howto-subtitle{color:#6b7c6b;margin-bottom:2.5rem;font-size:.95rem}.pd-howto-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.pd-howto-grid{grid-template-columns:1fr}}.pd-howto-card{background:#f5f2ed;border:1px solid #0000000f;border-radius:20px;padding:2rem 1.75rem}.pd-howto-card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.pd-howto-emoji-wrap{background:#ffffffb3;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.pd-howto-label-pill{letter-spacing:.06em;color:#1e2e1f;background:0 0;border:1.5px solid #c0b9a8;border-radius:9999px;padding:.3rem .75rem;font-size:.68rem;font-weight:700}.pd-howto-label-pill--active{color:#fff;background:#3c5a3e;border-color:#3c5a3e}.pd-howto-group-title{color:#1e2e1f;margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.pd-howto-group-sub{color:#6b7c6b;margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.pd-howto-steps{flex-direction:column;gap:.75rem;display:flex}.pd-howto-step{background:#fff;border:1px solid #0000000f;border-radius:12px;align-items:flex-start;gap:.9rem;padding:.9rem 1rem;display:flex}.pd-step-num{color:#fff;background:#3c5a3e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;display:flex}.pd-step-num--tip{color:#7a5a00;background:#f0e0b0}.pd-step-title{color:#1e2e1f;margin-bottom:.2rem;font-size:.9rem;font-weight:700}.pd-step-desc{color:#6b7c6b;font-size:.82rem;line-height:1.5}.pd-reviews-section{background:#f0ece4;padding:5rem 0}.pd-reviews-summary{background:#fff;border:1px solid #00000012;border-radius:20px;grid-template-columns:200px 1fr;align-items:center;gap:2.5rem;margin-bottom:2rem;padding:2.5rem;display:grid}@media (width<=768px){.pd-reviews-summary{grid-template-columns:1fr}}.pd-reviews-score-col{flex-direction:column;align-items:center;gap:.5rem;display:flex}.pd-reviews-big-num{color:#1e2e1f;font-size:3.5rem;font-weight:700;line-height:1}.pd-reviews-based-on{color:#6b7c6b;font-size:.85rem}.pd-reviews-bars-col{flex-direction:column;gap:.6rem;display:flex}.pd-bar-row{color:#6b7c6b;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.pd-bar-label{width:55px;font-weight:500}.pd-bar-track{background:#e8e3d9;border-radius:3px;flex:1;height:6px;overflow:hidden}.pd-bar-fill{background:#b8956a;border-radius:3px;height:100%;transition:width .4s}.pd-bar-count{text-align:right;width:20px;font-weight:600}.pd-reviews-list{flex-direction:column;gap:1rem;display:flex}.pd-review-card{background:#fff;border:1px solid #00000012;border-radius:16px;padding:1.75rem 2rem}.pd-review-top-row{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.pd-reviewer-avatar{color:#fff;background:#3c5a3e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:700;display:flex}.pd-reviewer-name{color:#1e2e1f;font-size:.95rem;font-weight:700}.pd-reviewer-date{color:#6b7c6b;font-size:.8rem}.pd-review-stars-right{gap:2px;margin-left:auto;display:flex}.pd-review-text{color:#5a6b5a;margin-bottom:1rem;font-size:.9rem;line-height:1.65}.pd-verified-badge{letter-spacing:.06em;color:#3c5a3e;background:#3c5a3e14;border-radius:9999px;padding:.3rem .8rem;font-size:.72rem;font-weight:700}.pd-load-more-row{text-align:center;margin-top:2rem}.pd-load-more-btn{color:#1e2e1f;cursor:pointer;background:#fff;border:1.5px solid #c0b9a8;border-radius:9999px;padding:.8rem 2rem;font-size:.9rem;font-weight:600;transition:all .25s}.pd-load-more-btn:hover{border-color:#3c5a3e}.pd-recommended-section{background:#f5f2ed;padding:5rem 0}.pd-rec-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.pd-rec-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}}.pd-rec-card{cursor:pointer;background:#fff;border:1px solid #00000012;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden}.pd-rec-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000017}.pd-rec-img-wrap{aspect-ratio:1;width:100%;overflow:hidden}.pd-rec-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pd-rec-card:hover .pd-rec-img-wrap img{transform:scale(1.04)}.pd-rec-details{padding:1.25rem 1.5rem 1.75rem}.pd-rec-category{letter-spacing:.1em;color:#6b7c6b;margin-bottom:.35rem;font-size:.7rem;font-weight:700}.pd-rec-title{color:#1e2e1f;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600}.pd-rec-price{color:#1e2e1f;margin-bottom:1rem;font-size:1rem;font-weight:700}.pd-rec-view-btn{color:#1e2e1f;cursor:pointer;background:0 0;border:1.5px solid #c0b9a8;border-radius:9999px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:border-color .25s;display:inline-block}.pd-rec-view-btn:hover{border-color:#3c5a3e}.cart-page{background:#f0ece4;min-height:100vh;padding:8rem 0 6rem}.cart-breadcrumb{color:#6b7c6b;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.82rem;display:flex}.cart-bc-link{cursor:pointer}.cart-bc-link:hover{color:#2d4c35}.cart-bc-current{color:#3f3028;font-weight:600}.cart-page-header{text-align:center;margin-bottom:3.5rem}.cart-cursive{color:#b98263;margin-bottom:.35rem;font-family:Caveat,cursive;font-size:1.75rem}.cart-main-title{color:#2f2923;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:3.25rem;font-weight:700;line-height:1.1}.cart-subtitle{color:#6b7c6b;max-width:540px;margin:0 auto;font-size:1rem;line-height:1.6}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:2rem;display:grid}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}}.cart-card{background:#fffaf3;border:1.5px solid #2f292317;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #2f29230f}.cart-left{flex-direction:column;gap:1.5rem;display:flex}.cart-table-header{letter-spacing:.1em;color:#3f3028;border-bottom:1px solid #2f29231a;grid-template-columns:3fr 1fr 1.5fr 1fr;padding:1rem 2rem;font-size:.72rem;font-weight:700;display:grid}@media (width<=768px){.cart-table-header{display:none}}.cart-items-list{flex-direction:column;display:flex}.cart-item-row{border-bottom:1px solid #2f292312;grid-template-columns:3fr 1fr 1.5fr 1fr 36px;align-items:center;gap:1rem;padding:1.5rem 2rem;transition:background .2s;display:grid}.cart-item-row:last-child{border-bottom:none}.cart-item-row:hover{background:#2f292305}@media (width<=768px){.cart-item-row{grid-template-columns:1fr;gap:.75rem}}.ci-product{align-items:center;gap:1.25rem;display:flex}.ci-img{object-fit:cover;border:1px solid #2f292314;border-radius:14px;flex-shrink:0;width:72px;height:72px}.ci-name{color:#2f2923;margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:600;line-height:1.3}.ci-size{color:#6b7c6b;font-size:.82rem}.ci-size strong{color:#4e6a4a}.ci-price{color:#57bf6d;font-size:1rem;font-weight:600}.ci-subtotal{color:#57bf6d;font-size:1rem;font-weight:700}.ci-qty{background:#f5f0ea;border:1.5px solid #2f292326;border-radius:10px;align-items:center;width:fit-content;display:flex;overflow:hidden}.ci-qty-btn{cursor:pointer;color:#3f3028;background:0 0;border:none;justify-content:center;align-items:center;width:34px;height:36px;transition:background .2s;display:flex}.ci-qty-btn:hover:not(:disabled){background:#2f292312}.ci-qty-btn:disabled{opacity:.35;cursor:default}.ci-qty-num{text-align:center;color:#2f2923;min-width:34px;font-size:.95rem;font-weight:700}.ci-remove{color:#6b7c6b;cursor:pointer;background:#f5f0ea;border:1.5px solid #2f292326;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.ci-remove:hover{color:#c44;background:#fee;border-color:#e88}.cart-table-footer{background:#2f292305;border-top:1px solid #2f292317;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex}.cart-btn-continue{color:#4e6a4a;cursor:pointer;background:0 0;border:2px solid #4e6a4a;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex}.cart-btn-continue:hover{color:#fff;background:#4e6a4a}.cart-btn-clear{color:#3f3028;cursor:pointer;background:0 0;border:2px solid #2f292326;border-radius:10px;align-items:center;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex}.cart-btn-clear:hover{border-color:#2f292359}.cart-coupon-card{background:#fffaf3;border:1.5px solid #bea06b40;border-radius:18px;padding:1.75rem 2rem;box-shadow:0 4px 20px #2f29230d}.coupon-title{color:#2f2923;margin-bottom:1.1rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700}.coupon-input-row{align-items:center;gap:.75rem;display:flex}.coupon-input{color:#2f2923;background:#fff;border:1.5px solid #2f292326;border-radius:10px;outline:none;flex:1;padding:.75rem 1.1rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.95rem;transition:border-color .25s}.coupon-input:focus{border-color:#13aff0}.coupon-input::placeholder{color:#aaa}.coupon-apply-btn{color:#fff;letter-spacing:.06em;cursor:pointer;white-space:nowrap;background:#13aff0;border:none;border-radius:10px;padding:.75rem 1.6rem;font-size:.85rem;font-weight:700;transition:background .25s}.coupon-apply-btn:hover{background:#0d99d6}.coupon-msg{margin-top:.75rem;font-size:.85rem}.coupon-msg--success{color:#4e6a4a}.coupon-msg--error{color:#c0392b}.cart-right{flex-direction:column;gap:1.25rem;display:flex}.cart-summary-card{padding:2rem}.summary-title{color:#2f2923;text-align:center;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.summary-divider{border:none;border-top:1px solid #2f29231a;margin:1rem 0}.summary-row{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.summary-label{color:#6b7c6b;font-size:.95rem}.summary-value{color:#2f2923;font-size:.95rem;font-weight:700}.summary-value--green{color:#4e6a4a}.summary-total-block{background:#2f292308;border-radius:12px;margin:.25rem 0 1.25rem;padding:.75rem 1rem}.summary-row--total .summary-total-label{color:#2f2923;font-size:1.1rem;font-weight:700}.summary-row--total .summary-total-value{color:#2f2923;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.cart-btn-checkout{color:#fff;cursor:pointer;background:#4e6a4a;border:none;border-radius:12px;width:100%;margin-bottom:.75rem;padding:1rem;font-size:1rem;font-weight:700;transition:background .25s,transform .2s}.cart-btn-checkout:hover{background:#3c5a3e;transform:translateY(-1px)}.checkout-secure{text-align:center;color:#6b7c6b;font-size:.85rem}.cart-trust-card{flex-direction:column;gap:1rem;padding:1.5rem 1.75rem;display:flex}.trust-item{align-items:center;gap:1rem;display:flex}.trust-icon{color:#fff;background:#4e6a4a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;display:flex}.trust-icon--flag{background:0 0;font-size:1.25rem}.trust-text{color:#2f2923;font-size:.95rem;font-weight:600}.cart-shipping-progress{background:#fffaf3;border:2px dashed #bea06b;border-radius:14px;padding:1.25rem 1.5rem}.shipping-msg{color:#3f3028;margin-bottom:.9rem;font-size:.9rem;line-height:1.5}.shipping-highlight{color:#4e6a4a}.shipping-msg--free{color:#4e6a4a;margin-bottom:.9rem}.shipping-bar-track{background:#e8e3d9;border-radius:4px;height:8px;overflow:hidden}.shipping-bar-fill{background:linear-gradient(90deg,#4e6a4a,#bea06b);border-radius:4px;height:100%;transition:width .6s}.cart-empty{text-align:center;background:#fffaf3;border:1.5px solid #2f292317;border-radius:24px;padding:6rem 2rem;box-shadow:0 4px 20px #2f29230f}.cart-empty-icon{margin-bottom:1.5rem;font-size:4rem}.cart-empty-title{color:#2f2923;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.cart-empty-desc{color:#6b7c6b;margin-bottom:2rem;font-size:1rem;line-height:1.6}.profile-page{color:#2f2923;background:#f0ece4;min-height:100vh;padding:8rem 0 6rem;font-family:Plus Jakarta Sans,sans-serif}.profile-breadcrumb{color:#6b7c6b;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.82rem;display:flex}.profile-bc-link{cursor:pointer}.profile-bc-link:hover{color:#2d4c35}.profile-bc-current{color:#3f3028;font-weight:600}.profile-page-header{text-align:center;margin-bottom:3.5rem}.profile-cursive{color:#b98263;margin-bottom:.35rem;font-family:Caveat,cursive;font-size:1.75rem}.profile-main-title{color:#2f2923;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:3.25rem;font-weight:700;line-height:1.1}.profile-subtitle{color:#6b7c6b;max-width:540px;margin:0 auto;font-size:1rem;line-height:1.6}.profile-layout{grid-template-columns:280px 1fr;align-items:start;gap:2.5rem;display:grid}@media (width<=992px){.profile-layout{grid-template-columns:1fr}}.profile-sidebar{background:#fffaf3;border:1.5px solid #2f292317;border-radius:24px;padding:2rem 1.5rem;box-shadow:0 4px 20px #2f29230f}.profile-user-card{text-align:center;border-bottom:1px solid #2f29231a;flex-direction:column;align-items:center;margin-bottom:1.5rem;padding-bottom:1.75rem;display:flex}.profile-avatar{color:#fffaf3;background:#4e6a4a;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;display:flex}.profile-user-info h3{margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700}.profile-user-info p{color:#6b7c6b;word-break:break-all;font-size:.85rem}.profile-nav-menu{flex-direction:column;gap:.5rem;display:flex}.profile-nav-btn{color:#6b7c6b;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.9rem;width:100%;padding:.85rem 1.1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.profile-nav-btn:hover{color:#4e6a4a;background:#4e6a4a0f}.profile-nav-btn.active{color:#fffaf3;background:#4e6a4a}.profile-menu-divider{border:none;border-top:1px solid #2f29231a;margin:.75rem 0}.profile-logout-btn{color:#c0392b}.profile-logout-btn:hover{color:#c0392b;background:#c0392b0f}.profile-card{background:#fffaf3;border:1.5px solid #2f292317;border-radius:24px;padding:2.25rem 2.5rem;box-shadow:0 4px 20px #2f29230f}.profile-card-header{border-bottom:1px solid #2f29231a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.profile-card-header h2{margin:0;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.profile-btn-primary{color:#fffaf3;cursor:pointer;background:#4e6a4a;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex}.profile-btn-primary:hover{background:#3c5a3e}.profile-btn-outline{color:#4e6a4a;cursor:pointer;background:0 0;border:2px solid #4e6a4a;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .25s;display:inline-flex}.profile-btn-outline:hover{color:#fffaf3;background:#4e6a4a}.profile-btn-outline.size-sm{border-width:1.5px;border-radius:8px;padding:.5rem 1rem;font-size:.8rem}.profile-btn-cancel{color:#6b7c6b;cursor:pointer;background:0 0;border:none;padding:.75rem 1.25rem;font-weight:600;transition:color .2s}.profile-btn-cancel:hover{color:#2f2923}.profile-info-grid{grid-template-columns:repeat(2,1fr);gap:2rem 2.5rem;display:grid}@media (width<=600px){.profile-info-grid{grid-template-columns:1fr;gap:1.25rem}}.info-item{flex-direction:column;gap:.4rem;display:flex}.info-label{text-transform:uppercase;letter-spacing:.08em;color:#6b7c6b;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;display:flex}.info-val{color:#2f2923;font-size:1.05rem;font-weight:600}.profile-form{flex-direction:column;gap:1.75rem;display:flex}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1.5rem;display:grid}@media (width<=600px){.form-grid{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.span-full{grid-column:1/-1}.form-group label{color:#2f2923;font-size:.85rem;font-weight:700}.form-group input,.form-group select{color:#2f2923;background:#fff;border:1.5px solid #2f292326;border-radius:12px;outline:none;padding:.75rem 1.1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:#4e6a4a;box-shadow:0 0 0 3px #4e6a4a1f}.form-group input:disabled{cursor:not-allowed;opacity:.7;background:#eee}.input-helper{color:#888;font-size:.75rem}.form-actions{border-top:1px solid #2f292314;align-items:center;gap:1rem;margin-top:.75rem;padding-top:1.5rem;display:flex}.profile-section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.profile-section-header h2{margin:0;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.addresses-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=768px){.addresses-grid{grid-template-columns:1fr}}.address-card{background:#fffaf3;border:1.5px solid #2f292317;border-radius:20px;flex-direction:column;min-height:240px;padding:1.75rem;display:flex;position:relative;box-shadow:0 4px 20px #2f29230d}.address-card.default{background:#4e6a4a03;border-color:#4e6a4a}.default-badge{color:#4e6a4a;text-transform:uppercase;letter-spacing:.05em;background:#4e6a4a1f;border-radius:6px;align-items:center;gap:.25rem;padding:.3rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex;position:absolute;top:1.25rem;right:1.25rem}.address-header{margin-bottom:1.25rem}.address-type{text-transform:uppercase;letter-spacing:.08em;color:#b8956a;background:#b8956a1a;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.address-details{flex-direction:column;flex:1;gap:.35rem;font-size:.95rem;line-height:1.5;display:flex}.addr-name{color:#2f2923;font-size:1rem;font-weight:700}.addr-street{color:#3f3028}.addr-city,.addr-country{color:#6b7c6b}.addr-phone{color:#6b7c6b;margin-top:.5rem;font-size:.85rem}.address-actions{border-top:1px solid #2f292314;align-items:center;gap:.75rem;margin-top:1.25rem;padding-top:1rem;display:flex}.addr-action-btn{cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:700;transition:all .2s}.addr-action-btn.default-trigger{color:#4e6a4a}.addr-action-btn.default-trigger:hover{text-decoration:underline}.addr-action-btn.edit-trigger{color:#b8956a;margin-left:auto}.addr-action-btn.edit-trigger:hover{text-decoration:underline}.addr-action-btn.delete-trigger{color:#c0392b;border-radius:6px;padding:.25rem}.addr-action-btn.delete-trigger:hover{background:#c0392b14}.profile-orders-container h2{margin-bottom:2rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.profile-orders-empty{text-align:center;background:#fffaf3;border:1.5px solid #2f292317;border-radius:24px;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.profile-orders-empty p{color:#6b7c6b;font-size:1.05rem}.orders-list{flex-direction:column;gap:1.5rem;display:flex}.order-card{background:#fffaf3;border:1.5px solid #2f292317;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #2f29230d}.order-card-header{background:#2f292305;border-bottom:1px solid #2f292314;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem;display:flex}.header-meta{flex-wrap:wrap;gap:2.5rem;display:flex}.header-meta>div{flex-direction:column;gap:.25rem;display:flex}.meta-label{letter-spacing:.08em;color:#6b7c6b;font-size:.7rem;font-weight:700}.meta-val{font-size:.9rem;font-weight:600}.meta-val.price{color:#4e6a4a;font-weight:700}.status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.status-badge.delivered{color:#4e6a4a;background:#4e6a4a1f}.order-items{padding:0 1.75rem}.order-item-row{border-bottom:1px solid #2f29230f;align-items:center;gap:1.25rem;padding:1.25rem 0;display:flex}.order-item-row:last-child{border-bottom:none}.order-item-img{object-fit:cover;border:1px solid #2f292314;border-radius:10px;width:60px;height:60px}.order-item-info{flex:1}.order-item-info h4{margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:.95rem;font-weight:700}.order-item-info p{color:#6b7c6b;font-size:.8rem}.order-item-price{color:#2f2923;font-size:.95rem;font-weight:700}.order-card-footer{background:#2f292303;border-top:1px solid #2f29230f;justify-content:flex-end;gap:1rem;padding:1rem 1.75rem;display:flex}.payment-page{color:#2f2923;background:#f0ece4;min-height:100vh;padding:8rem 0 6rem;font-family:Plus Jakarta Sans,sans-serif}.pay-breadcrumb{color:#6b7c6b;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.82rem;display:flex}.pay-bc-link{cursor:pointer}.pay-bc-link:hover{color:#2d4c35}.pay-bc-current{color:#3f3028;font-weight:600}.pay-layout{grid-template-columns:1fr 380px;align-items:start;gap:2.5rem;display:grid}@media (width<=992px){.pay-layout{grid-template-columns:1fr}}.pay-left-column{flex-direction:column;gap:1.5rem;display:flex}.pay-header{margin-bottom:1rem}.pay-badge{color:#4e6a4a;text-transform:uppercase;letter-spacing:.05em;background:#4e6a4a1f;border-radius:6px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.pay-header h2{margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700}.pay-header p{color:#6b7c6b;font-size:.95rem}.pay-card{background:#fffaf3;border:1.5px solid #2f292317;border-radius:20px;padding:1.75rem;box-shadow:0 4px 20px #2f29230d}.pay-card .card-header{border-bottom:1px solid #2f292314;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.pay-card .card-header h3{margin:0;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700}.shipping-info-body{color:#3f3028;font-size:.95rem;line-height:1.6}.shipper-name{margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.pay-edit-btn{color:#b8956a;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:700;transition:opacity .2s}.pay-edit-btn:hover{text-decoration:underline}.methods-list{flex-direction:column;gap:1rem;display:flex}.method-option-label{cursor:pointer;background:#ffffff4d;border:1.5px solid #2f292317;border-radius:12px;align-items:flex-start;gap:1.25rem;padding:1.25rem;transition:all .2s;display:flex}.method-option-label:hover{background:#4e6a4a05;border-color:#4e6a4a66}.method-option-label.selected{background:#4e6a4a0a;border-color:#4e6a4a}.method-option-label input[type=radio]{accent-color:#4e6a4a;margin-top:.25rem;transform:scale(1.15)}.method-info{color:#3f3028;align-items:flex-start;gap:1rem;display:flex}.method-info svg{color:#4e6a4a;margin-top:.15rem}.method-text{flex-direction:column;gap:.25rem;display:flex}.method-title{font-size:1rem;font-weight:700}.method-desc{color:#6b7c6b;font-size:.82rem;line-height:1.4}.method-details-fields{background:#fffdf9;border:1px solid #2f292314;border-top:none;border-radius:0 0 12px 12px;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:-.25rem;margin-bottom:.5rem;padding:1.5rem;animation:.25s ease-out slideDownPayment;display:grid}@keyframes slideDownPayment{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.method-details-fields.span-full,.method-details-fields .form-group.span-full{grid-column:1/-1}.method-details-fields .form-group{flex-direction:column;gap:.4rem;display:flex}.method-details-fields label{color:#2f2923;text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:700}.method-details-fields input,.method-details-fields select{color:#2f2923;background:#fff;border:1.5px solid #2f29231f;border-radius:10px;outline:none;padding:.75rem 1.1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.method-details-fields input:focus,.method-details-fields select:focus{border-color:#4e6a4a;box-shadow:0 0 0 3px #4e6a4a1f}.upi-input-wrapper{gap:.75rem;display:flex}.upi-input-wrapper input{flex:1}.upi-verify-btn{color:#fff;cursor:pointer;background:#b8956a;border:none;border-radius:10px;padding:0 1.5rem;font-size:.85rem;font-weight:700;transition:background .2s}.upi-verify-btn:hover{background:#a38159}.upi-helper{color:#888;font-size:.75rem}.cod-alert{color:#b8956a;background:#b8956a14;border-radius:10px;grid-column:1/-1;margin:0;padding:.85rem 1.1rem;font-size:.88rem;line-height:1.5}.pay-actions-row{justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.5rem;display:flex}.pay-btn-primary{color:#fffaf3;cursor:pointer;background:#4e6a4a;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 15px #4e6a4a33}.pay-btn-primary:hover{background:#3c5a3e;transform:translateY(-1px)}.pay-btn-primary:disabled{opacity:.7;cursor:not-allowed}.pay-btn-back{color:#6b7c6b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;transition:color .2s;display:inline-flex}.pay-btn-back:hover{color:#2d4c35}.order-summary-card h3{margin:0;font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700}.pay-divider{border:none;border-top:1px solid #2f292314;margin:1.25rem 0}.summary-items{flex-direction:column;gap:1.25rem;display:flex}.summary-item-row{align-items:center;gap:1rem;display:flex}.summary-item-img{object-fit:cover;border:1px solid #2f292314;border-radius:10px;width:54px;height:54px}.summary-item-info{flex:1}.summary-item-name{color:#2f2923;margin-bottom:.2rem;font-size:.88rem;font-weight:700;line-height:1.3}.summary-item-qty{color:#6b7c6b;font-size:.78rem}.summary-item-price{color:#2f2923;font-size:.9rem;font-weight:700}.pay-calc-row{color:#6b7c6b;justify-content:space-between;margin-bottom:.65rem;font-size:.92rem;display:flex}.pay-total-row{justify-content:space-between;align-items:center;font-size:1.15rem;font-weight:700;display:flex}.pay-total-amount{color:#2f2923;font-family:Playfair Display,serif;font-size:1.45rem}.pay-safety-box{background:#4e6a4a08;border:1.5px dashed #4e6a4a59;border-radius:16px;margin-top:1.25rem;padding:1.25rem}.safety-item{gap:1rem;display:flex}.safety-icon{color:#4e6a4a;flex-shrink:0}.safety-text h4{color:#2f2923;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.safety-text p{color:#6b7c6b;font-size:.78rem;line-height:1.4}.payment-success-page{background:#f0ece4;justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 6rem;font-family:Plus Jakarta Sans,sans-serif;display:flex}.success-card{text-align:center;background:#fffaf3;border:1.5px solid #2f292317;border-radius:24px;flex-direction:column;align-items:center;width:90%;max-width:520px;padding:3rem 2.5rem;display:flex;box-shadow:0 6px 30px #2f292314}.success-icon-wrapper{color:#4e6a4a;background:#4e6a4a1f;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;margin-bottom:1.5rem;display:flex}.success-cursive{color:#b98263;margin-bottom:.25rem;font-family:Caveat,cursive;font-size:1.8rem}.success-title{color:#2f2923;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.1rem;font-weight:700;line-height:1.25}.success-desc{color:#6b7c6b;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.success-details-box{background:#2f292308;border-radius:16px;flex-direction:column;gap:.75rem;width:100%;margin-bottom:2.5rem;padding:1.25rem 1.5rem;display:flex}.detail-row{color:#6b7c6b;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.detail-row strong{color:#2f2923}.success-amount{font-size:1.1rem;color:#4e6a4a!important}.payment-method-badge{color:#4e6a4a;background:#4e6a4a1a;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.success-actions{flex-direction:column;gap:.75rem;width:100%;display:flex}.success-actions .pay-btn-primary{width:100%}.pay-btn-text{color:#6b7c6b;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.95rem;font-weight:700;transition:color .2s}.pay-btn-text:hover{color:#2d4c35;text-decoration:underline}
