@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap";.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #073b2b17;width:100%;position:sticky;top:0}.navbar-container{align-items:center;gap:40px;width:min(1280px,92%);min-height:86px;margin:0 auto;display:flex}.navbar-brand{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar-logo{width:170px;height:auto;transition:transform .25s,opacity .25s;display:block}.navbar-brand:hover .navbar-logo{transform:scale(1.025)}.navbar-menu{align-items:center;gap:38px;margin-left:auto;margin-right:auto;display:flex}.navbar-link{color:#073b2b;font-family:var(--font-body);letter-spacing:.1px;padding:9px 0;font-size:16px;font-weight:650;text-decoration:none;transition:color .25s,transform .25s;position:relative}.navbar-link:after{content:"";background:#8a984e;border-radius:20px;width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar-link:hover{color:#8a984e;transform:translateY(-1px)}.navbar-link:hover:after{width:100%}.navbar-actions{flex-shrink:0;align-items:center;gap:11px;display:flex}.navbar-icon-button{color:#073b2b;cursor:pointer;background:#fff;border:1px solid #073b2b24;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .25s,border-color .25s,color .25s,transform .25s,box-shadow .25s;display:flex}.navbar-icon-button:hover{color:#8a984e;background:#f1f3e5;border-color:#8a984e66;transform:translateY(-2px);box-shadow:0 5px 15px #073b2b14}.navbar-whatsapp{color:#fff;min-height:44px;font-family:var(--font-body);background:#073b2b;border-radius:25px;justify-content:center;align-items:center;gap:8px;padding:0 19px;font-size:14px;font-weight:700;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s;display:flex;box-shadow:0 6px 18px #073b2b2e}.navbar-whatsapp:hover{color:#fff;background:#8a984e;transform:translateY(-2px);box-shadow:0 9px 24px #8a984e42}.navbar-menu-button{color:#073b2b;cursor:pointer;background:#fff;border:1px solid #073b2b24;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .25s,border-color .25s,color .25s,transform .25s;display:none}.navbar-menu-button:hover{color:#8a984e;background:#f1f3e5;border-color:#8a984e66;transform:translateY(-2px)}.navbar-mobile-menu{background:#fffffffa;border-top:1px solid #073b2b12;width:100%;display:none;box-shadow:0 18px 35px #073b2b14}.navbar-mobile-menu nav{width:min(1280px,92%);margin:0 auto}.mobile-nav-link{color:#073b2b;min-height:60px;font-family:var(--font-body);border-bottom:1px solid #073b2b14;justify-content:space-between;align-items:center;font-size:16px;font-weight:650;text-decoration:none;transition:color .2s,padding-left .2s;display:flex}.mobile-nav-link:hover{color:#8a984e;padding-left:5px}.mobile-nav-link span:last-child{color:#8a984e;font-size:19px}.mobile-whatsapp{color:#fff;background:#073b2b;border-radius:13px;justify-content:center;align-items:center;gap:9px;width:min(1280px,92%);min-height:50px;margin:18px auto 22px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:flex;box-shadow:0 7px 18px #073b2b2e}.mobile-whatsapp:hover{background:#8a984e;transform:translateY(-1px)}.navbar-icon-button:focus-visible,.navbar-menu-button:focus-visible,.navbar-whatsapp:focus-visible{outline:none;box-shadow:0 0 0 3px #fff,0 0 0 5px #8a984e}@media (width<=1050px){.navbar-container{gap:25px;width:94%}.navbar-logo{width:150px}.navbar-menu{gap:25px}.navbar-link{font-size:15px}.navbar-whatsapp{padding:0 15px}}@media (width<=720px){.navbar-container{gap:10px;width:94%;min-height:74px}.navbar-menu{display:none}.navbar-actions{gap:7px;margin-left:auto}.navbar-logo{width:125px}.navbar-icon-button{width:40px;height:40px}.navbar-whatsapp{border-radius:50%;width:40px;height:40px;min-height:40px;padding:0}.navbar-whatsapp span:last-child{display:none}.navbar-menu-button{width:40px;height:40px;display:flex}.navbar-mobile-menu{opacity:0;pointer-events:none;max-height:0;transition:max-height .35s,opacity .25s,transform .35s;display:block;overflow:hidden;transform:translateY(-8px)}.navbar-mobile-menu--open{opacity:1;pointer-events:auto;max-height:430px;transform:translateY(0)}}@media (width<=400px){.navbar-container{gap:6px;width:94%;min-height:68px}.navbar-logo{width:112px}.navbar-icon-button,.navbar-whatsapp,.navbar-menu-button{width:37px;height:37px}.navbar-actions{gap:5px}}.footer{--footer-bg-start:#073b2b;--footer-bg-end:#073b2b;--footer-ink:#f7f8f3;--footer-ink-soft:#f7f8f3b3;--footer-ink-faint:#f7f8f373;--footer-olive:#71863c;--footer-olive-light:#a8bd72;--footer-gold:#fff;--footer-hairline:#ffffff1f;background:linear-gradient(180deg, var(--footer-bg-start), var(--footer-bg-end));color:var(--footer-ink);margin-top:90px;position:relative}.footer:before{content:"";background:linear-gradient(90deg, var(--footer-olive) 0%, var(--footer-gold) 50%, var(--footer-olive) 100%);height:3px;position:absolute;top:0;left:0;right:0}.footer-container{grid-template-columns:2fr 1fr 1fr 1.4fr;gap:60px;width:min(1200px,92%);margin:0 auto;padding:80px 0 60px;display:grid}.footer-brand{max-width:320px}.footer-logo{color:#fff;font-family:var(--font-heading), Georgia, "Times New Roman", serif;letter-spacing:-.5px;font-size:32px;font-weight:600;text-decoration:none;transition:color .25s;display:inline-block}.footer-logo:hover{color:var(--footer-olive-light)}.footer-tagline{max-width:280px;color:var(--footer-ink-soft);margin:16px 0 26px;font-size:14px;line-height:1.8}.footer-whatsapp{color:#fff;background:0 0;border:1px solid #c9a56866;border-radius:30px;justify-content:center;align-items:center;gap:9px;padding:12px 22px;font-size:13px;font-weight:600;text-decoration:none;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s;display:inline-flex}.footer-whatsapp:hover{background:var(--footer-olive);border-color:var(--footer-olive);transform:translateY(-2px);box-shadow:0 8px 22px #71863c47}.footer-column{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer-column h3{color:#fff;letter-spacing:.1px;margin:0 0 18px;padding-bottom:12px;font-size:15px;font-weight:700;position:relative}.footer-column h3:after{content:"";background:var(--footer-olive-light);width:22px;height:2px;position:absolute;bottom:0;left:0}.footer-column a{color:var(--footer-ink-soft);font-size:14px;text-decoration:none;transition:color .2s,transform .2s}.footer-column a:hover{color:var(--footer-olive-light);transform:translate(4px)}.footer-contact p{max-width:240px;color:var(--footer-ink-soft);margin:0;font-size:13px;line-height:1.7}.footer-contact-phone{align-items:center;gap:8px;font-weight:600;display:inline-flex;color:var(--footer-gold)!important}.footer-contact-phone:hover{color:#dcc08c!important}.footer-contact-phone svg{flex-shrink:0}.footer a:focus-visible{outline:2px solid var(--footer-gold);outline-offset:3px;border-radius:4px}.footer-divider{border-top:1px solid var(--footer-hairline);justify-content:center;width:min(1200px,92%);margin:0 auto;display:flex;position:relative}.footer-divider span{background:var(--footer-gold);border-radius:50%;width:8px;height:8px;position:absolute;top:-4px}.footer-bottom{justify-content:space-between;align-items:center;gap:25px;width:min(1200px,92%);min-height:75px;margin:0 auto;display:flex}.footer-bottom p{color:var(--footer-ink-faint);margin:0;font-size:12px}.footer-bottom-links{gap:22px;display:flex}.footer-bottom-links a{color:var(--footer-ink-faint);font-size:12px;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:var(--footer-olive-light)}.footer-socials{gap:14px;display:flex}.footer-socials a{border:1px solid var(--footer-hairline);width:36px;height:36px;color:var(--footer-ink-soft);border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.footer-socials a:hover{background:var(--footer-olive);border-color:var(--footer-olive);color:#fff;transform:translateY(-2px)}@media (width<=900px){.footer-container{grid-template-columns:1.5fr 1fr 1fr;gap:45px}.footer-contact{grid-column:span 3}}@media (width<=650px){.footer{margin-top:60px}.footer-container{grid-template-columns:1fr 1fr;gap:40px 25px;padding:55px 0 45px}.footer-brand{grid-column:span 2;max-width:100%}.footer-column{gap:11px}.footer-contact{grid-column:span 2}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;padding:25px 0}.footer-bottom-links{order:2}.footer-socials{order:1}}@media (prefers-reduced-motion:reduce){.footer-logo,.footer-whatsapp,.footer-column a,.footer-contact-phone,.footer-bottom-links a,.footer-socials a{transition:none}.footer-whatsapp:hover,.footer-column a:hover,.footer-socials a:hover{transform:none}}.product-card{height:100%}.product-card-link{height:100%;color:inherit;background:#fffdf9;border:1px solid #5b4b381f;border-radius:18px;flex-direction:column;text-decoration:none;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #4033260d}.product-card-link:hover{border-color:#68784640;transform:translateY(-7px);box-shadow:0 16px 40px #4033261f}.product-card-link:focus-visible{outline:none;box-shadow:0 0 0 3px #fffdf9,0 0 0 5px #687846}.product-card-image-wrapper{aspect-ratio:1;background:#f3eee4;min-height:180px;position:relative;overflow:hidden}.product-card-image-wrapper:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#fff0 60%,#4033260d 100%);position:absolute;inset:0}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.65,.3,1);display:block}.product-card-link:hover .product-card-image{transform:scale(1.055)}.product-card-tags{z-index:5;pointer-events:none;flex-wrap:wrap;align-items:flex-start;gap:7px;max-width:calc(100% - 28px);display:flex;position:absolute;top:14px;left:14px}.product-card-tag{font-family:var(--font-body);letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;-webkit-backdrop-filter:blur(8px);border-radius:30px;justify-content:center;align-items:center;gap:5px;padding:7px 11px;font-size:10px;font-weight:750;line-height:1;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 5px 16px #40332624}.product-card-tag svg{flex-shrink:0;width:12px;height:12px}.product-card-tag--premium{color:#76550c;text-shadow:0 1px #ffffff8c;background:linear-gradient(135deg,#fff9e6 0%,#f9e7a9 32%,#e4c66d 65%,#c79b32 100%);border:1px solid #ae842794;box-shadow:0 7px 22px #a67e254d,inset 0 1px #ffffffe6}.product-card-tag--premium svg{color:#76550c;filter:drop-shadow(0 1px 1px #ffffff80)}.product-card-tag--new{color:#783e49;background:linear-gradient(135deg,#fff7f4 0%,#f8ddd7 30%,#e8b9af 65%,#c98b81 100%);border:1px solid #b46f667a;box-shadow:0 7px 21px #b1675e3d,inset 0 1px #ffffffe6}.product-card-tag--bestseller{color:#6b552e;background:linear-gradient(135deg,#fffdf7 0%,#f7f0dc 48%,#e8d8ad 100%);border:1px solid #ab8c4c61;box-shadow:0 6px 18px #82693a2e,inset 0 1px #ffffffe6}.product-card-tag--limited{color:#fff;background:linear-gradient(135deg,#6f4a82 0%,#50315f 55%,#392040 100%);border:1px solid #5c376fa6;box-shadow:0 7px 22px #492b584d,inset 0 1px #fff3}.product-card-tag--exclusive{color:#fff;background:linear-gradient(135deg,#415a8d 0%,#263f7b 55%,#182c5b 100%);border:1px solid #263f7b99;box-shadow:0 7px 22px #263f7b47,inset 0 1px #ffffff2e}.product-card-tag--trending{color:#285875;background:linear-gradient(135deg,#f3fbff 0%,#d7edf7 50%,#b5d8e8 100%);border:1px solid #4687a559;box-shadow:0 6px 18px #437e9d2e,inset 0 1px #ffffffe6}.product-card-tag--gift{color:#526335;background:linear-gradient(135deg,#f7faed 0%,#e1e9c9 50%,#c4d09e 100%);border:1px solid #68784659;box-shadow:0 6px 18px #6878462e,inset 0 1px #ffffffe6}.product-card-tag--default{color:#5b4b38;background:linear-gradient(135deg,#fff 0%,#f4efe6 100%);border:1px solid #5b4b3829;box-shadow:0 5px 16px #4033261f}.product-card-link:hover .product-card-tag{transform:translateY(-1px)}.product-card-link:hover .product-card-tag--premium{box-shadow:0 9px 26px #a67e2561,inset 0 1px #fffffff2}.product-card-link:hover .product-card-tag--new{box-shadow:0 9px 25px #b1675e52,inset 0 1px #fffffff2}.product-card-link:hover .product-card-tag--bestseller{box-shadow:0 8px 23px #82693a40,inset 0 1px #fffffff2}.product-card-link:hover .product-card-tag--limited{box-shadow:0 9px 26px #492b5861,inset 0 1px #ffffff40}.product-card-link:hover .product-card-tag--exclusive{box-shadow:0 9px 26px #263f7b5c,inset 0 1px #ffffff40}.product-card-link:hover .product-card-tag--trending{box-shadow:0 8px 23px #437e9d42,inset 0 1px #fffffff2}.product-card-link:hover .product-card-tag--gift{box-shadow:0 8px 23px #68784640,inset 0 1px #fffffff2}.product-card-content{flex-direction:column;flex:1;padding:21px 21px 22px;display:flex}.product-card-category{color:#687846;font-family:var(--font-body);letter-spacing:1.1px;text-transform:uppercase;background:#68784614;border:1px solid #68784629;border-radius:30px;align-self:flex-start;align-items:center;margin:0 0 11px;padding:5px 10px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.product-card-name{color:#403326;font-family:var(--font-heading);letter-spacing:-.25px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 19px;font-size:21px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-bottom{justify-content:space-between;align-items:center;gap:15px;margin-top:auto;display:flex}.product-card-price{color:#687846;font-family:var(--font-body);letter-spacing:-.2px;font-size:18px;font-weight:750}.product-card-cta{color:#5b4b38;letter-spacing:.3px;border-bottom:1px solid #68784659;align-items:center;gap:7px;padding-bottom:3px;font-size:12px;font-weight:700;transition:color .25s,border-color .25s,gap .25s;display:inline-flex}.product-card-link:hover .product-card-cta{color:#687846;border-color:#687846;gap:10px}.product-card-arrow{flex-shrink:0;transition:transform .25s}.product-card-link:hover .product-card-arrow{transform:translate(3px)}@media (width<=900px){.product-card-content{padding:18px}.product-card-name{font-size:19px}.product-card-price{font-size:17px}}@media (width<=600px){.product-card-link{border-radius:15px}.product-card-content{padding:16px 16px 18px}.product-card-category{margin-bottom:9px;font-size:9px}.product-card-name{margin-bottom:16px;font-size:18px}.product-card-price{font-size:16px}.product-card-cta{font-size:11px}.product-card-tags{gap:5px;max-width:calc(100% - 20px);top:10px;left:10px}.product-card-tag{letter-spacing:.6px;padding:6px 9px;font-size:8px}.product-card-tag svg{width:10px;height:10px}}@media (width<=400px){.product-card-name{font-size:17px}.product-card-content{padding:14px}.product-card-tag{padding:5px 8px;font-size:7.5px}}@media (prefers-reduced-motion:reduce){.product-card-link,.product-card-image,.product-card-cta,.product-card-arrow,.product-card-tag{transition:none}.product-card-link:hover,.product-card-link:hover .product-card-image{transform:none}.product-card-link:hover .product-card-cta{gap:7px}.product-card-link:hover .product-card-arrow,.product-card-link:hover .product-card-tag{transform:none}}.product-card-rating{align-items:center;gap:6px;min-height:22px;margin:-7px 0 17px;display:flex}.product-card-stars{color:#c9a227;align-items:center;gap:1px;display:flex}.product-card-star{color:#d8d1c4;width:15px;height:15px;transition:transform .2s,color .2s;display:block}.product-card-star--filled{color:#c9a227;filter:drop-shadow(0 1px 1px #b48c1e33)}.product-card-rating-value{color:#5b4b38;font-family:var(--font-body);font-size:12px;font-weight:750;line-height:1}.product-card-review-count{color:#8b8072;font-size:11px;font-weight:500;line-height:1}.product-card-no-rating{color:#9a9083;letter-spacing:.1px;font-size:11px;font-weight:500}.product-card-link:hover .product-card-star--filled{transform:translateY(-1px)}@media (width<=600px){.product-card-rating{margin-top:-5px;margin-bottom:14px}.product-card-star{width:13px;height:13px}.product-card-rating-value{font-size:11px}.product-card-review-count,.product-card-no-rating{font-size:10px}}.product-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.product-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (width<=500px){.product-grid{grid-template-columns:1fr}}.product-section{background:var(--color-surface);padding:25px 0}.product-section-heading{text-align:center;flex-direction:column;align-items:center;gap:18px;margin-bottom:56px;display:flex}.section-badge{clip-path:polygon(0% 50%,6% 0%,94% 0%,100% 50%,94% 100%,6% 100%);color:#fff;font-family:var(--font-heading);font-variant:small-caps;letter-spacing:1.2px;background:#073b2b;border:1px solid #fff6;justify-content:center;align-items:center;padding:13px 46px;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 10px 24px #b85c5c47}.product-section-heading h2{font-family:var(--font-heading);margin:0;font-size:clamp(38px,4vw,54px);font-weight:600;line-height:1.1}.product-section-description{text-align:center;max-width:400px;color:var(--color-text-light);margin:0 auto;font-size:15px;line-height:1.8}.product-section-status{text-align:center;max-width:380px;color:var(--color-text-light);flex-direction:column;align-items:center;gap:14px;margin:40px auto;padding:60px 20px;display:flex}.product-section-status svg{color:var(--color-primary);opacity:.7}.product-section-status p{margin:0;font-size:15px;line-height:1.7}.product-section-retry{border:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;background:0 0;border-radius:30px;margin-top:6px;padding:10px 24px;font-size:13px;font-weight:600;transition:background .2s,color .2s,transform .2s}.product-section-retry:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px)}.product-section-retry:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.ps-skeleton-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.ps-skeleton-card{flex-direction:column;gap:12px;display:flex}@keyframes ps-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ps-skeleton{background:linear-gradient(100deg,#0000000f 30%,#00000008 50%,#0000000f 70%) 0 0/200% 100%;border-radius:12px;animation:1.6s linear infinite ps-shimmer}.ps-skeleton-image{aspect-ratio:1}.ps-skeleton-line{width:80%;height:13px}.ps-skeleton-line--short{width:45%}@media (prefers-reduced-motion:reduce){.ps-skeleton{animation:none}.product-section-retry:hover{transform:none}}@media (width<=1000px){.ps-skeleton-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.product-section{padding:70px 0}.product-section-heading{margin-bottom:40px}.section-badge{padding:11px 32px;font-size:13px}.ps-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=480px){.ps-skeleton-grid{grid-template-columns:1fr 1fr;gap:16px}}.best-seller-section{box-sizing:border-box;background:linear-gradient(#fffdf9 0%,#faf6ed 100%);width:100%;padding:90px 0;position:relative}.best-seller-container{box-sizing:border-box;width:min(1200px,100% - 40px);max-width:1200px;margin:0 auto}.best-seller-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px;display:flex}.best-seller-eyebrow{color:#8b765e;font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:800;display:inline-block}.best-seller-header h2{color:#403326;font-family:var(--font-heading);letter-spacing:-1px;margin:0 0 10px;font-size:clamp(32px,4vw,48px);font-weight:600;line-height:1.1}.best-seller-header p{color:#756857;max-width:570px;font-family:var(--font-body);margin:0;font-size:15px;line-height:1.7}.best-seller-view-all{color:#5b4b38;white-space:nowrap;border-bottom:1px solid #68784659;align-items:center;gap:8px;padding-bottom:5px;font-size:13px;font-weight:750;text-decoration:none;transition:color .25s,gap .25s,border-color .25s;display:inline-flex}.best-seller-view-all:hover{color:#687846;border-color:#687846;gap:11px}.best-seller-grid{box-sizing:border-box;grid-template-columns:repeat(2,400px);justify-content:center;gap:30px;width:100%;display:grid}.best-seller-card{box-sizing:border-box;background:#fffdf9;border:1px solid #5b4b381f;border-radius:18px;flex-direction:column;width:400px;min-width:0;max-width:100%;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 22px #4033260f}.best-seller-card:hover{border-color:#68784640;transform:translateY(-7px);box-shadow:0 18px 42px #40332621}.best-seller-badge{z-index:5;color:#76550c;letter-spacing:.8px;text-transform:uppercase;background:linear-gradient(135deg,#fff8dc,#f2d98c,#d0a53c);border:1px solid #ae84277a;border-radius:30px;align-items:center;gap:6px;padding:8px 12px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;top:15px;left:15px;box-shadow:0 5px 16px #a67e2540}.best-seller-badge span{font-size:13px}.best-seller-image-link{width:100%;color:inherit;text-decoration:none;display:block}.best-seller-image-wrapper{aspect-ratio:1.15;background:#f3eee4;width:100%;position:relative;overflow:hidden}.best-seller-image{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.65,.3,1);display:block}.best-seller-card:hover .best-seller-image{transform:scale(1.055)}.best-seller-image-placeholder{color:#9a8d7c;justify-content:center;align-items:center;width:100%;height:100%;font-size:13px;display:flex}.best-seller-content{box-sizing:border-box;flex-direction:column;flex:1;min-width:0;padding:22px;display:flex}.best-seller-category{color:#687846;letter-spacing:1px;text-transform:uppercase;background:#68784614;border:1px solid #68784629;border-radius:30px;align-self:flex-start;margin-bottom:10px;padding:5px 10px;font-size:10px;font-weight:750;line-height:1;display:inline-flex}.best-seller-name{color:#403326;font-family:var(--font-heading);letter-spacing:-.3px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:13px;font-size:23px;font-weight:600;line-height:1.3;text-decoration:none;transition:color .25s;display:-webkit-box;overflow:hidden}.best-seller-name:hover{color:#687846}.best-seller-rating{align-items:center;gap:7px;margin-bottom:3px;display:flex}.best-seller-stars{align-items:center;gap:1px;display:inline-flex}.best-seller-star-button{color:#d6d0c5;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:25px;height:25px;padding:0;transition:color .2s,transform .2s;display:inline-flex}.best-seller-star-button:hover{color:#d2a43d;transform:scale(1.13)}.best-seller-star-button.is-filled{color:#c99a2e}.best-seller-star-button.is-disabled{cursor:default}.best-seller-star-button.is-disabled:hover{transform:none}.best-seller-rating-number{color:#76550c;font-size:13px;font-weight:800}.best-seller-review-count{color:#938777;font-size:12px}.best-seller-rating-hint{color:#9a8d7c;letter-spacing:.3px;margin:0 0 16px;font-size:10px;font-weight:600}.best-seller-star-button.is-disabled~*{cursor:default}.best-seller-bottom{justify-content:space-between;align-items:center;gap:15px;margin-top:auto;display:flex}.best-seller-price{color:#687846;font-family:var(--font-body);letter-spacing:-.2px;font-size:19px;font-weight:800}.best-seller-arrow{color:#5b4b38;border:1px solid #5b4b3824;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:color .25s,background .25s,border-color .25s,transform .25s;display:inline-flex}.best-seller-arrow:hover{color:#fff;background:#687846;border-color:#687846;transform:translate(3px)}.rating-popup{z-index:9999;border-radius:14px;align-items:center;gap:10px;min-width:280px;max-width:calc(100% - 40px);padding:14px 20px;animation:.3s ratingPopupIn;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #40332633}.rating-popup--success{color:#fff;background:linear-gradient(135deg,#687846,#536334)}.rating-popup--info{color:#5b4b38;background:#fff8e8;border:1px solid #ae842759}.rating-popup--error{color:#fff;background:linear-gradient(135deg,#8b4c4c,#713b3b)}.rating-popup-star{color:#f4d27a;font-size:20px}@keyframes ratingPopupIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.best-seller-skeleton{aspect-ratio:1/1.35;background:linear-gradient(90deg,#f2ede4 25%,#faf7f0 50%,#f2ede4 75%) 0 0/200% 100%;border-radius:20px;width:400px;max-width:100%;animation:1.5s infinite bestSellerSkeleton}@keyframes bestSellerSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=900px){.best-seller-section{padding:70px 0}.best-seller-container{width:calc(100% - 32px)}.best-seller-grid{grid-template-columns:repeat(2,minmax(0,400px));gap:20px}.best-seller-card{justify-self:center;width:100%;max-width:400px}.best-seller-content{padding:18px}.best-seller-name{font-size:20px}}@media (width<=600px){.best-seller-section{box-sizing:border-box;width:100%;padding:50px 16px}.best-seller-container{box-sizing:border-box;width:100%;max-width:100%;margin:0 auto}.best-seller-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.best-seller-eyebrow{letter-spacing:1.6px;font-size:10px}.best-seller-header h2{margin-bottom:9px;font-size:34px;line-height:1.1}.best-seller-header p{max-width:100%;font-size:14px;line-height:1.65}.best-seller-view-all{margin-top:2px;font-size:13px}.best-seller-grid{box-sizing:border-box;grid-template-columns:1fr;justify-content:center;gap:20px;width:100%;display:grid}.best-seller-card{box-sizing:border-box;justify-self:stretch;width:100%;min-width:0;max-width:100%}.best-seller-image-link{width:100%}.best-seller-image-wrapper{aspect-ratio:1;box-sizing:border-box;width:100%}.best-seller-image{width:100%;height:100%}.best-seller-badge{padding:7px 10px;font-size:9px;top:12px;left:12px}.best-seller-badge span{font-size:12px}.best-seller-content{box-sizing:border-box;width:100%;padding:17px}.best-seller-category{margin-bottom:9px;padding:5px 9px;font-size:9px}.best-seller-name{margin-bottom:10px;font-size:20px;line-height:1.3}.best-seller-rating{flex-wrap:nowrap;gap:5px;margin-bottom:5px}.best-seller-stars{gap:0}.best-seller-star-button{width:22px;height:22px}.best-seller-star-button svg{width:15px;height:15px}.best-seller-rating-number{font-size:12px}.best-seller-review-count{font-size:11px}.best-seller-rating-hint{margin-bottom:14px;font-size:9px}.best-seller-bottom{gap:10px;width:100%}.best-seller-price{font-size:17px}.best-seller-arrow{width:36px;height:36px}.rating-popup{text-align:center;box-sizing:border-box;justify-content:center;width:calc(100% - 30px);min-width:0;max-width:calc(100% - 30px);padding:13px 16px;bottom:20px;left:50%}.best-seller-skeleton{aspect-ratio:1/1.35;width:100%;max-width:100%}}@media (width<=380px){.best-seller-section{padding-left:14px;padding-right:14px}.best-seller-header h2{font-size:31px}.best-seller-header p{font-size:13px}.best-seller-content{padding:15px}.best-seller-name{font-size:19px}.best-seller-star-button{width:21px;height:21px}.best-seller-rating-number{font-size:11px}.best-seller-review-count{font-size:10px}}@media (prefers-reduced-motion:reduce){.best-seller-card,.best-seller-image,.best-seller-arrow,.best-seller-star-button,.best-seller-view-all{transition:none}.best-seller-card:hover,.best-seller-card:hover .best-seller-image{transform:none}.rating-popup{animation:none}}.products-page{background:var(--color-background);padding:80px 0 110px}.products-page-header{text-align:center;max-width:700px;margin:0 auto 55px}.products-page-header h1{font-family:var(--font-heading);margin-bottom:18px;font-size:clamp(44px,5vw,64px);font-weight:600;line-height:1.1}.products-page-header p:last-child{max-width:550px;color:var(--color-text-light);margin:0 auto;font-size:16px;line-height:1.8}.products-filter{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:50px;display:flex}.category-filter{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-light);transition:var(--transition-fast);border-radius:30px;padding:10px 20px;font-size:13px;font-weight:500}.category-filter:hover{border-color:var(--color-primary);color:var(--color-primary)}.category-filter.active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}@media (width<=600px){.products-page{padding:55px 0 80px}.products-filter{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:8px;overflow-x:auto}.category-filter{flex-shrink:0}}.product-gallery{width:100%;position:relative}.product-gallery-main{aspect-ratio:1;background:#f3eee4;border:1px solid #5b4b381a;border-radius:18px;width:100%;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 35px #40332614,0 2px 8px #4033260a}.product-gallery-main:hover{box-shadow:0 18px 45px #4033261f,0 4px 12px #4033260d}.product-gallery-main img{object-fit:cover;width:100%;height:100%;transition:transform .5s;animation:.35s product-gallery-fade;display:block}.product-gallery-main:hover img{transform:scale(1.025)}@keyframes product-gallery-fade{0%{opacity:0;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.product-gallery-empty{color:#9a8f80;background:radial-gradient(circle,#f8f4ec 0%,#eee7da 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-gallery-thumbnails{scrollbar-width:thin;scrollbar-color:#b4bd8a transparent;align-items:center;gap:12px;margin-top:16px;padding:2px 2px 6px;display:flex;overflow-x:auto}.product-gallery-thumbnails::-webkit-scrollbar{height:5px}.product-gallery-thumbnails::-webkit-scrollbar-track{background:0 0}.product-gallery-thumbnails::-webkit-scrollbar-thumb{background:#b4bd8a;border-radius:20px}.product-thumbnail{cursor:pointer;opacity:.72;background:#f5f0e7;border:1.5px solid #5b4b3824;border-radius:12px;flex:0 0 82px;width:82px;height:82px;padding:0;transition:transform .25s,border-color .25s,box-shadow .25s,opacity .25s;position:relative;overflow:hidden}.product-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.product-thumbnail:hover{opacity:1;border-color:#8b9860;transform:translateY(-2px);box-shadow:0 6px 15px #4033261a}.product-thumbnail:hover img{transform:scale(1.06)}.product-thumbnail.active{opacity:1;border-color:#687846;transform:translateY(-1px);box-shadow:0 0 0 2px #f8f3e8,0 0 0 4px #687846}.product-thumbnail:focus-visible{outline:none;box-shadow:0 0 0 2px #f8f3e8,0 0 0 4px #687846}.product-thumbnail.active:after{content:"";background:#687846;border-radius:10px;width:24px;height:3px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}@media (width<=900px){.product-gallery-main{border-radius:16px}.product-thumbnail{flex-basis:76px;width:76px;height:76px}}@media (width<=600px){.product-gallery-main{border-radius:14px;box-shadow:0 8px 25px #40332614}.product-gallery-main:hover{box-shadow:0 8px 25px #40332614}.product-gallery-main:hover img{transform:none}.product-gallery-thumbnails{gap:10px;margin-top:13px}.product-thumbnail{border-radius:10px;flex:0 0 68px;width:68px;height:68px}}@media (prefers-reduced-motion:reduce){.product-gallery-main,.product-gallery-main img,.product-thumbnail,.product-thumbnail img{transition:none}.product-gallery-main img{animation:none}.product-gallery-main:hover img,.product-thumbnail:hover,.product-thumbnail:hover img{transform:none}}.product-details{background:linear-gradient(#faf7f0 0%,#fffdf9 45% 100%);padding:25px 0 110px}.product-details-back{color:#6b6257;align-items:center;gap:8px;margin-bottom:42px;font-size:13px;font-weight:600;text-decoration:none;transition:color .25s,transform .25s;display:inline-flex}.product-details-back:hover{color:#687846;transform:translate(-3px)}.product-details-back svg{transition:transform .25s}.product-details-back:hover svg{transform:translate(-3px)}.product-details-container{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:clamp(50px,7vw,95px);display:grid}.product-details-info{max-width:540px;padding-top:8px}.product-details-category{color:#687846;letter-spacing:1.4px;text-transform:uppercase;background:#68784614;border:1px solid #6878462e;border-radius:30px;align-items:center;margin:0 0 15px;padding:7px 12px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.product-details-name{color:#403326;font-family:var(--font-heading);letter-spacing:-1.2px;margin:0 0 16px;font-size:clamp(40px,4.5vw,62px);font-weight:600;line-height:1.08}.product-details-price{color:#687846;letter-spacing:-.4px;margin:0 0 23px;font-size:25px;font-weight:750}.product-details-size{background:#6878460e;border:1px solid #68784633;border-radius:9px;align-items:center;gap:12px;margin:0 0 28px;padding:10px 14px;transition:border-color .25s,background .25s,transform .25s;display:inline-flex;box-shadow:0 4px 14px #40332609}.product-details-size:hover{background:#68784616;border-color:#68784659;transform:translateY(-1px)}.product-details-size-label{color:#7a7064;letter-spacing:1.2px;text-transform:uppercase;font-size:10px;font-weight:700}.product-details-size-value{color:#403326;border-left:1px solid #5b4b382e;padding-left:12px;font-size:14px;font-weight:700}.product-details-description{color:#756b60;max-width:500px;margin:0 0 32px;font-size:15px;line-height:1.85}.product-details-highlights{background:#ffffffa6;border:1px solid #5b4b381a;border-radius:14px;margin-bottom:36px;padding:24px 25px;box-shadow:0 6px 24px #40332609}.product-details-highlights h2{color:#403326;letter-spacing:.2px;margin:0 0 17px;font-size:14px;font-weight:700}.product-details-highlights ul{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.product-details-highlights li{color:#756b60;padding-left:25px;font-size:13px;line-height:1.6;position:relative}.product-details-highlights li:before{content:"✓";color:#687846;background:#6878461f;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;font-weight:800;display:flex;position:absolute;top:1px;left:0}.product-details-action{max-width:440px}.whatsapp-order-button{color:#fff;letter-spacing:.1px;background:#687846;border:1px solid #687846;border-radius:9px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:57px;padding:0 24px;font-size:14px;font-weight:700;text-decoration:none;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s;display:flex;box-shadow:0 8px 20px #6878462e}.whatsapp-order-button:hover{background:#59683b;border-color:#59683b;transform:translateY(-3px);box-shadow:0 13px 28px #68784640}.whatsapp-order-button:active{transform:translateY(-1px)}.whatsapp-order-button svg{flex-shrink:0}.product-details-note{color:#9a9084;text-align:center;margin:11px 0 0;font-size:11px;line-height:1.5}.product-details-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:50px;display:flex}.product-details-state h1{color:#403326;font-family:var(--font-heading);margin:0 0 12px;font-size:38px}.product-details-state p{color:#756b60;max-width:450px;margin:0 0 25px;font-size:14px;line-height:1.7}.product-details-state-link{color:#687846;border:1px solid #68784640;border-radius:8px;align-items:center;gap:8px;padding:11px 17px;font-size:13px;font-weight:700;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.product-details-state-link:hover{background:#68784614;transform:translateY(-2px)}.pd-skeleton{background:#eee9df;border-radius:8px;position:relative;overflow:hidden}.pd-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);animation:1.5s infinite pdSkeleton;position:absolute;inset:0;transform:translate(-100%)}@keyframes pdSkeleton{to{transform:translate(100%)}}.pd-skeleton-back{width:130px;height:18px;margin-bottom:42px}.pd-skeleton-image{aspect-ratio:1;border-radius:16px;width:100%}.pd-skeleton-pill{width:85px;height:26px;margin-bottom:18px}.pd-skeleton-title{width:90%;height:48px;margin-bottom:10px}.pd-skeleton-title--short{width:55%}.pd-skeleton-price{width:90px;height:30px;margin:22px 0}.pd-skeleton-size{width:110px;height:38px;margin-bottom:25px}.pd-skeleton-line{width:95%;height:14px;margin-bottom:10px}.pd-skeleton-line--short{width:65%;margin-bottom:30px}.pd-skeleton-button{width:100%;height:57px}.pd-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1000px){.product-details{padding-top:50px}.product-details-container{grid-template-columns:1fr 1fr;gap:45px}.product-details-name{font-size:clamp(36px,4vw,50px)}.product-details-info{padding-top:0}}@media (width<=800px){.product-details{padding:38px 0 75px}.product-details-back{margin-bottom:28px}.product-details-container{grid-template-columns:1fr;gap:40px}.product-details-info{max-width:none}.product-details-name{letter-spacing:-.8px;font-size:42px}.product-details-price{font-size:23px}.product-details-description,.product-details-action{max-width:none}}@media (width<=500px){.product-details{padding:30px 0 60px}.product-details-back{margin-bottom:22px;font-size:12px}.product-details-container{gap:32px}.product-details-category{padding:6px 10px;font-size:9px}.product-details-name{margin-bottom:13px;font-size:36px;line-height:1.08}.product-details-price{margin-bottom:18px;font-size:22px}.product-details-size{margin-bottom:22px;padding:9px 12px}.product-details-description{margin-bottom:26px;font-size:14px;line-height:1.75}.product-details-highlights{margin-bottom:28px;padding:20px}.whatsapp-order-button{min-height:54px;font-size:13px}.product-details-note{font-size:10px}}@media (prefers-reduced-motion:reduce){.product-details-back,.product-details-back svg,.product-details-size,.whatsapp-order-button,.product-details-state-link{transition:none}.pd-skeleton:after{animation:none}.product-details-back:hover,.product-details-size:hover,.whatsapp-order-button:hover,.product-details-state-link:hover{transform:none}}.product-rating{background:#fffdf9;border:1px solid #5b4b381f;border-radius:16px;margin:18px 0 26px;padding:18px 20px}.product-rating-summary{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.product-rating-stars-display{color:#c79b32;align-items:center;gap:2px;display:flex}.product-rating-number{color:#5b4b38;font-family:var(--font-body);align-items:baseline;gap:6px;display:flex}.product-rating-number strong{font-size:17px;font-weight:750}.product-rating-number span{color:#8a7b6b;font-size:12px}.product-rating-give{border-top:1px solid #5b4b3817;margin-top:16px;padding-top:16px}.product-rating-question{color:#403326;font-family:var(--font-body);margin:0 0 10px;font-size:13px;font-weight:650}.product-rating-input{align-items:center;gap:2px;display:flex}.rating-star-button{color:#cfc6b9;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:color .2s,transform .2s,background .2s;display:flex}.rating-star-button:hover{background:#c79b3214;transform:translateY(-2px)}.rating-star-button--active{color:#c79b32}.rating-star-button:focus-visible{outline:none;box-shadow:0 0 0 2px #fffdf9,0 0 0 4px #c79b32}.product-rating-selected{color:#8a7b6b;margin:7px 0 12px;font-size:12px}.product-rating-selected strong{color:#76550c}.product-rating-submit{color:#684b08;min-height:40px;font-family:var(--font-body);cursor:pointer;background:linear-gradient(135deg,#fff8dc,#e0bd63);border:1px solid #b58b2e;border-radius:10px;padding:0 18px;font-size:12px;font-weight:750;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 5px 15px #a67e2529}.product-rating-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #a67e2540}.product-rating-submit:disabled{cursor:not-allowed;opacity:.55}.product-rating-success{color:#687846;margin:10px 0 0;font-size:12px;font-weight:650}.product-rating-error{color:#a14d45;margin:10px 0 0;font-size:12px;font-weight:600}@media (width<=600px){.product-rating{border-radius:14px;padding:16px}.product-rating-stars-display svg{width:20px;height:20px}.rating-star-button{width:32px;height:32px}.rating-star-button svg{width:21px;height:21px}}.product-rating{border-top:1px solid #5b4b381f;border-bottom:1px solid #5b4b381f;margin:24px 0;padding:18px 0}.product-rating-summary{align-items:center;gap:8px;margin-bottom:14px;display:flex}.product-rating-stars{gap:2px;display:flex}.rating-star{color:#ddd6c9;font-size:19px}.rating-star--active{color:#c99a32;text-shadow:0 1px 3px #c99a3240}.product-rating-value{color:#403326;font-size:15px;font-weight:700}.product-rating-count{color:#8a7c6b;font-size:13px}.product-rating-give{align-items:center;gap:14px;display:flex}.product-rating-label{color:#5b4b38;font-size:13px;font-weight:600}.product-rating-input{gap:3px;display:flex}.rating-input-star{color:#ddd6c9;cursor:pointer;background:0 0;border:none;padding:0;font-size:25px;line-height:1;transition:color .2s,transform .2s}.rating-input-star:hover{color:#d3a63d;transform:scale(1.15)}.rating-input-star--selected{color:#c99a32;text-shadow:0 2px 6px #c99a324d}.rating-input-star:disabled{cursor:default}.rating-toast{z-index:9999;color:#5b4b38;background:linear-gradient(135deg,#fffdf7,#f8efd8);border:1px solid #c99a3259;border-radius:50px;align-items:center;gap:10px;padding:13px 20px;font-size:13px;font-weight:650;animation:.3s ratingToastIn;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 10px 35px #4033262e}.rating-toast-icon{color:#fff;background:#687846;border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;font-size:12px;font-weight:800;display:flex}@keyframes ratingToastIn{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}@media (width<=600px){.product-rating-give{flex-direction:column;align-items:flex-start;gap:8px}.rating-input-star{font-size:27px}.rating-toast{width:max-content;max-width:calc(100% - 30px);font-size:12px;bottom:20px}}.about-page{--about-green:#073b2b;--about-green-dark:#04291f;--about-green-light:#0c513b;--about-gold:#c9a24b;--about-gold-light:#ead38a;--about-gold-dark:#8f6b24;--about-cream:#f8f2e4;--about-cream-dark:#eee4ce;--about-brown:#493726;color:var(--about-brown);background:#fbf8f1}.about-container{width:min(1180px,100% - 40px);margin:0 auto}.about-hero{text-align:center;color:#fff9e8;background:radial-gradient(circle at 50% 35%,#c9a24b24,#0000 30%),linear-gradient(135deg,#06392a,#052f23 55%,#03251c);justify-content:center;align-items:center;min-height:570px;display:flex;position:relative;overflow:hidden}.about-hero:before{content:"";pointer-events:none;border:1px solid #dab55173;position:absolute;inset:18px}.about-hero:after{content:"✦";color:var(--about-gold-light);opacity:.8;font-size:24px;position:absolute;top:80px;left:50%;transform:translate(-50%)}.about-hero-content{z-index:2;max-width:760px;padding:90px 0;position:relative}.about-eyebrow{color:var(--about-gold-light);letter-spacing:4px;margin-bottom:20px;font-size:12px;font-weight:700;display:inline-block}.about-hero h1{font-family:var(--font-heading);letter-spacing:-3px;margin:0;font-size:clamp(58px,8vw,105px);font-weight:500;line-height:.95}.about-hero h1 span{color:var(--about-gold-light);margin-top:12px;font-style:italic;font-weight:400;display:block}.about-hero-description{font-family:var(--font-heading);color:#f8edcf;margin:35px 0 15px;font-size:24px;font-style:italic}.about-hero-divider{justify-content:center;align-items:center;gap:15px;margin:22px auto;display:flex}.about-hero-divider span{background:linear-gradient(to right, transparent, var(--about-gold));width:90px;height:1px}.about-hero-divider span:last-child{background:linear-gradient(to left, transparent, var(--about-gold))}.about-hero-divider b{color:var(--about-gold-light);font-size:17px}.about-hero-text{color:#fff9e8d1;max-width:620px;margin:0 auto;font-size:16px;line-height:1.9}.about-hero-decoration{opacity:.45;border:1px solid #c9a24b38;border-radius:50%;width:230px;height:230px;position:absolute}.about-hero-decoration:before,.about-hero-decoration:after{content:"";border:1px solid #c9a24b2e;border-radius:50%;position:absolute}.about-hero-decoration:before{inset:20px}.about-hero-decoration:after{inset:50px}.about-hero-decoration--left{top:80px;left:-100px}.about-hero-decoration--right{bottom:50px;right:-100px}.about-section-eyebrow{color:#a07a2c;letter-spacing:2.8px;margin-bottom:17px;font-size:11px;font-weight:800;display:inline-block}.about-story{background:linear-gradient(#fbf8f1,#f5efe1);padding:110px 0}.about-story-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:90px;display:grid}.about-story-content h2{color:#3e3024;font-family:var(--font-heading);letter-spacing:-1.5px;margin:0 0 28px;font-size:clamp(38px,5vw,62px);font-weight:500;line-height:1.05}.about-story-content h2 span{color:#a37b2d;font-style:italic}.about-story-content p{color:#66594b;max-width:650px;margin:0 0 18px;font-size:16px;line-height:1.9}.about-story-card{background:linear-gradient(145deg,#0b4a35,#063526);justify-content:center;align-items:center;min-height:440px;padding:30px;display:flex;position:relative;transform:rotate(1.5deg);box-shadow:0 25px 60px #1932262e}.about-story-card:before{content:"";border:1px solid #e1bf678c;position:absolute;inset:15px}.about-story-card-inner{z-index:2;text-align:center;color:#fff4d4;width:100%;padding:65px 35px;position:relative}.about-story-small{letter-spacing:3px;font-size:10px;font-weight:700}.about-story-heart{color:var(--about-gold-light);margin:30px 0 15px;font-size:48px;display:block}.about-story-card h3{font-family:var(--font-heading);margin:0;font-size:45px;font-style:italic;font-weight:400}.about-story-card p{color:#e8d9b0;font-family:var(--font-heading);margin:5px 0;font-size:25px;font-style:italic}.about-story-line{background:var(--about-gold);width:80px;height:1px;margin:30px auto}.about-story-brand{color:var(--about-gold-light);letter-spacing:6px;font-size:13px;font-weight:800}.about-creations{background:#073a2b;padding:115px 0}.about-section-heading{max-width:700px;margin-bottom:55px}.about-section-heading .about-section-eyebrow{color:#d8b65e}.about-section-heading h2{color:#fff5d9;font-family:var(--font-heading);margin:0 0 18px;font-size:clamp(38px,5vw,60px);font-weight:500;line-height:1.05}.about-section-heading h2 span{color:#d7b45a;font-style:italic}.about-section-heading p{color:#fff5d9ad;font-size:15px;line-height:1.8}.about-creations-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.about-creation-card{background:linear-gradient(145deg,#f9f1db,#e9d8ad);border:1px solid #d8b65e99;min-height:390px;padding:42px 32px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 20px 45px #0000002e}.about-creation-card:before{content:"";pointer-events:none;border:1px solid #8f6b2447;position:absolute;inset:10px}.about-creation-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px #00000042}.about-creation-number{color:#8f6b2459;font-family:var(--font-heading);font-size:50px;font-style:italic;position:absolute;top:20px;right:25px}.about-creation-content{z-index:2;padding-top:30px;position:relative}.about-creation-label{color:#f4e6bd;letter-spacing:1.8px;background:#12613f;margin-bottom:22px;padding:7px 13px;font-size:9px;font-weight:800;display:inline-block}.about-creation-card h3{color:#263f2d;font-family:var(--font-heading);margin:0 0 18px;font-size:32px;font-weight:600;line-height:1.05}.about-creation-card p{color:#645744;margin:0 0 13px;font-size:14px;line-height:1.8}.about-creation-accent{color:#97722a;font-family:var(--font-heading);margin-top:20px;font-size:15px;font-style:italic;display:inline-block}.about-festival{background:radial-gradient(circle at 75%,#cca24621,#0000 30%),#f7f0df;padding:120px 0;position:relative;overflow:hidden}.about-festival-grid{grid-template-columns:1fr .75fr;align-items:center;gap:80px;display:grid}.about-festival-content h2{color:#3e3024;font-family:var(--font-heading);margin:0 0 25px;font-size:clamp(44px,6vw,72px);font-weight:500;line-height:.98}.about-festival-content h2 span{color:#a37b2d;font-style:italic}.about-festival-content p{color:#66594b;max-width:600px;font-size:16px;line-height:1.9}.about-festival-signature{color:#866523;letter-spacing:1px;text-transform:uppercase;flex-wrap:wrap;gap:10px;margin-top:35px;font-size:11px;font-weight:800;display:flex}.about-festival-card{text-align:center;background:linear-gradient(145deg,#fff9e9,#eee0ba);border:1px solid #c7a34e;padding:70px 40px;position:relative;box-shadow:0 25px 60px #4c3c1e26}.about-festival-card:before{content:"";border:1px solid #a57e2866;position:absolute;inset:13px}.about-festival-symbol{color:#b38a32;margin-bottom:25px;font-size:30px;display:block;position:relative}.about-festival-small{color:#8d6a2b;letter-spacing:3px;font-size:10px;font-weight:800;position:relative}.about-festival-card h3{color:#35553c;font-family:var(--font-heading);margin:25px 0 0;font-size:48px;font-style:italic;font-weight:400;position:relative}.about-festival-card h4{color:#463527;font-family:var(--font-heading);margin:0;font-size:27px;font-weight:600;position:relative}.about-festival-divider{color:#ad8130;justify-content:center;align-items:center;gap:12px;margin:25px 0;display:flex;position:relative}.about-festival-divider span{background:#ad8130;width:50px;height:1px}.about-festival-card p{color:#6b5b43;max-width:350px;font-family:var(--font-heading);margin:0 auto;font-size:18px;font-style:italic;line-height:1.6;position:relative}.about-values{background:#fbf8f1;padding:115px 0}.about-values-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.about-value-card{text-align:center;background:#fffdf8;border:1px solid #5b4b381f;padding:35px 25px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #4033260d}.about-value-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #4033261a}.about-value-icon{color:#96712b;background:#f2e7c9;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 22px;display:flex}.about-value-card h3{color:#403326;min-height:58px;font-family:var(--font-heading);margin:0 0 14px;font-size:20px;font-weight:600;line-height:1.25}.about-value-card p{color:#746858;margin:0;font-size:13px;line-height:1.8}.about-closing{text-align:center;color:#fff5d9;background:radial-gradient(circle,#c9a24b29,#0000 32%),#063526;padding:120px 0;position:relative;overflow:hidden}.about-closing:before{content:"";pointer-events:none;border:1px solid #c9a24b66;position:absolute;inset:20px}.about-closing-small{color:#d8b65e;letter-spacing:3px;margin-bottom:20px;font-size:10px;font-weight:800;display:block;position:relative}.about-closing h2{font-family:var(--font-heading);margin:0;font-size:clamp(40px,6vw,70px);font-weight:400;line-height:1.05;position:relative}.about-closing h2 span{color:#d8b65e;font-style:italic}.about-closing-divider{color:#d8b65e;justify-content:center;align-items:center;gap:15px;margin:30px 0;display:flex;position:relative}.about-closing-divider span{background:#c9a24b;width:90px;height:1px}.about-closing p{color:#fff5d9b8;font-family:var(--font-heading);margin:0 0 35px;font-size:20px;font-style:italic;position:relative}.about-closing strong{color:#d8b65e;letter-spacing:8px;font-size:18px;display:block;position:relative}.about-closing-tagline{color:#e8d9b0;font-family:var(--font-heading);margin-top:10px;font-size:15px;font-style:italic;display:block;position:relative}@media (width<=900px){.about-story-grid,.about-festival-grid{grid-template-columns:1fr;gap:55px}.about-story-card{width:100%;max-width:600px;margin:0 auto}.about-creations-grid,.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.about-container{width:min(100% - 28px,1180px)}.about-hero{min-height:500px}.about-hero:before{inset:10px}.about-hero-content{padding:70px 10px}.about-eyebrow{letter-spacing:2.5px;font-size:9px}.about-hero h1{letter-spacing:-2px;font-size:57px}.about-hero-description{font-size:20px}.about-hero-text{font-size:14px;line-height:1.8}.about-story{padding:75px 0}.about-story-content h2{font-size:42px}.about-story-content p{font-size:14px}.about-story-card{min-height:360px}.about-creations{padding:75px 0}.about-section-heading h2{font-size:42px}.about-creations-grid{grid-template-columns:1fr;gap:18px}.about-creation-card{min-height:350px;padding:35px 27px}.about-festival{padding:75px 0}.about-festival-content h2{font-size:48px}.about-festival-signature{gap:7px;font-size:8px}.about-festival-card{padding:60px 25px}.about-festival-card h3{font-size:42px}.about-values{padding:75px 0}.about-values-grid{grid-template-columns:1fr;gap:15px}.about-value-card h3{min-height:auto}.about-closing{padding:85px 20px}.about-closing:before{inset:10px}.about-closing h2{font-size:43px}.about-closing p{font-size:17px}}@media (prefers-reduced-motion:reduce){.about-creation-card,.about-value-card{transition:none}.about-creation-card:hover,.about-value-card:hover{transform:none}}:root{--color-primary:#b85c5c;--color-primary-dark:#8f3f3f;--color-primary-light:#f4d8d5;--color-background:#fffaf7;--color-surface:#fff;--color-surface-soft:#f8f1ed;--color-text:#2b2523;--color-text-light:#756b67;--color-text-muted:#9b918d;--color-border:#e8ded9;--color-accent:#c99a5b;--font-heading:"Fraunces", Georgia, serif;--font-body:"Inter", Arial, sans-serif;--container-width:1280px;--radius-small:8px;--radius-medium:14px;--radius-large:24px;--shadow-small:0 4px 15px #0000000f;--shadow-medium:0 10px 30px #0000001a;--transition-fast:.2s ease;--transition-normal:.3s ease}.container{width:min(92%, var(--container-width));margin:0 auto}@media (width<=768px){.container{width:90%}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}ul{list-style:none}#root{min-height:100vh}::selection{background:var(--color-primary-light);color:var(--color-text)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
