:root{--background: #FDFDFD;--foreground: #161616;--card: #FFFFFF;--card-foreground: #161616;--primary: #8B3A1C;--primary-foreground: #FFFFFF;--secondary: #C4A468;--secondary-foreground: #161616;--muted: #EBEBEB;--muted-foreground: #737373;--accent: #A06828;--accent-foreground: #FFFFFF;--border: #F0F0F0;--input: #F7F7F7;--ring: #8B3A1C;--radius: .625rem;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Playfair Display", Georgia, serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}.font-serif{font-family:var(--font-serif)}.font-sans{font-family:var(--font-sans)}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:var(--font-sans);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--primary);color:var(--primary-foreground);padding:.75rem 1.5rem;height:3rem;box-shadow:0 4px 12px #8b3a1c33}.btn-primary:hover{background:#8b3a1ce0;box-shadow:0 6px 20px #8b3a1c4d;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--foreground);border:1.5px solid rgba(22,22,22,.2);padding:.75rem 1.5rem;height:3rem}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:#8b3a1c0d}.btn-lg{height:3.5rem;font-size:1rem;padding:0 2rem}@media(min-width:768px){.btn-lg{height:4rem;font-size:1.1rem}}.site-header{position:sticky;top:0;z-index:100;background:#fdfdfdf2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(240,240,240,.5)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0}.site-logo{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--primary);letter-spacing:-.02em}@media(min-width:768px){.site-logo{font-size:2rem}}.nav-links{display:none;align-items:center;gap:2.5rem;list-style:none}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{font-size:.875rem;font-weight:600;color:var(--foreground);transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:.75rem}.cart-icon-btn{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--foreground);transition:color .2s}.cart-icon-btn:hover{color:var(--primary)}.cart-count{position:absolute;top:0;right:0;background:var(--primary);color:#fff;width:1.1rem;height:1.1rem;border-radius:50%;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--foreground);transition:all .3s}.mobile-nav{display:none;flex-direction:column;padding:1rem 0 1.5rem;border-top:1px solid var(--border)}.mobile-nav.open{display:flex}.mobile-nav a{padding:.75rem 0;font-size:1rem;font-weight:600;color:var(--foreground);border-bottom:1px solid var(--border);transition:color .2s}.mobile-nav a:hover{color:var(--primary)}.hero-section{position:relative;min-height:90vh;background:linear-gradient(135deg,var(--background) 0%,var(--background) 60%,rgba(196,164,104,.05) 100%);overflow:hidden;display:flex;align-items:center}.hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.3;pointer-events:none}.hero-glow:before{content:"";position:absolute;top:5rem;right:25%;width:24rem;height:24rem;background:#8b3a1c0f;border-radius:50%;filter:blur(60px)}.hero-glow:after{content:"";position:absolute;bottom:5rem;left:33%;width:24rem;height:24rem;background:#a068280f;border-radius:50%;filter:blur(60px)}.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:5rem 0;position:relative;z-index:1}@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem;padding:8rem 0;align-items:center}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:9999px;background:#8b3a1c14;border:1px solid rgba(139,58,28,.2);margin-bottom:1.5rem}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--primary)}.hero-badge-text{font-size:.75rem;font-weight:600;color:var(--primary);letter-spacing:.1em;text-transform:uppercase}.hero-title{font-size:3rem;font-family:var(--font-serif);line-height:1.1;font-weight:700;margin-bottom:1.5rem}@media(min-width:768px){.hero-title{font-size:4.5rem}}.hero-title span{color:var(--primary)}.hero-subtitle{font-size:1.1rem;color:var(--muted-foreground);max-width:32rem;line-height:1.8;font-weight:400;margin-bottom:2rem}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media(min-width:640px){.hero-actions{flex-direction:row}}.hero-stats{display:flex;align-items:center;gap:2rem;padding-top:2rem;border-top:1px solid var(--border)}.hero-stat-value{font-size:1.75rem;font-family:var(--font-serif);font-weight:700;color:var(--primary)}@media(min-width:768px){.hero-stat-value{font-size:2rem}}.hero-stat-label{font-size:.8rem;color:var(--muted-foreground)}.hero-image{position:relative;height:24rem;border-radius:1.5rem;overflow:hidden}@media(min-width:768px){.hero-image{height:100%;min-height:28rem}}.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hero-image:hover img{transform:scale(1.03)}.section{padding:5rem 0;border-top:1px solid var(--border)}@media(min-width:768px){.section{padding:8rem 0}}.section-muted{background:#ebebeb4d}.section-header{text-align:center;margin-bottom:4rem}.section-tag{font-size:.8rem;font-weight:600;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;display:block}.section-title{font-size:2.5rem;font-family:var(--font-serif);margin-bottom:1rem;line-height:1.15}@media(min-width:768px){.section-title{font-size:3rem}}.section-title span{color:var(--primary)}.section-subtitle{font-size:1rem;color:var(--muted-foreground);max-width:42rem;margin:0 auto;line-height:1.7}@media(min-width:768px){.section-subtitle{font-size:1.1rem}}.grid-2{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.collection-card{display:block;text-decoration:none;color:inherit}.collection-card-image{height:18rem;border-radius:1.5rem;overflow:hidden;margin-bottom:1.5rem;position:relative;transition:all .5s ease;border:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.collection-card-image{height:24rem}}.collection-card:hover .collection-card-image{box-shadow:0 25px 50px #00000026;transform:scale(1.03)}.collection-card-image img{width:100%;height:100%;object-fit:cover}.collection-card-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.3),transparent);opacity:0;transition:opacity .5s}.collection-card:hover .collection-card-image-overlay{opacity:1}.collection-card-title{font-size:1.25rem;font-family:var(--font-serif);font-weight:700;margin-bottom:.5rem;transition:color .3s}@media(min-width:768px){.collection-card-title{font-size:1.5rem}}.collection-card:hover .collection-card-title{color:var(--primary)}.collection-card-link{font-size:.875rem;color:var(--muted-foreground);transition:color .3s}.collection-card:hover .collection-card-link{color:var(--foreground)}.product-card{position:relative}.product-card-image{position:relative;border-radius:1rem;height:16rem;overflow:hidden;margin-bottom:1rem;border:1px solid rgba(240,240,240,.5);transition:all .5s ease}@media(min-width:768px){.product-card-image{height:20rem}}.product-card:hover .product-card-image{border-color:#8b3a1c66;box-shadow:0 20px 40px #0000001a}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .5s}.product-card:hover .product-card-image-overlay{background:#0000000f}.product-card-wishlist{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background:#fdfdfdd9;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.product-card-wishlist:hover{background:var(--background);transform:scale(1.1);color:var(--primary)}.product-card-badge{position:absolute;top:1rem;left:1rem;padding:.3rem .75rem;font-size:.7rem;font-weight:700;background:var(--primary);color:#fff;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em;z-index:1}.product-card-title{font-family:var(--font-serif);font-weight:700;font-size:1.1rem;margin-bottom:.5rem;transition:color .3s}.product-card:hover .product-card-title{color:var(--primary)}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-card-price{font-size:1.1rem;font-weight:700;color:var(--primary)}.product-card-stars{display:flex;gap:2px}.star-icon{width:14px;height:14px;fill:var(--accent);color:var(--accent)}.story-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.story-grid{grid-template-columns:1fr 1fr;gap:4rem}}.story-image{height:24rem;border-radius:1.5rem;overflow:hidden;position:relative;background:linear-gradient(135deg,#8b3a1c0d,#c4a46814);display:flex;align-items:center;justify-content:center}@media(min-width:768px){.story-image{height:100%;min-height:24rem}}.story-image img{width:100%;height:100%;object-fit:cover}.story-placeholder{text-align:center}.story-placeholder-emoji{font-size:4rem;display:block;margin-bottom:1rem}.story-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}@media(min-width:640px){.story-features{flex-direction:row}}.story-feature{display:flex;gap:.75rem}.story-feature-icon{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0;margin-top:.125rem}.testimonial-card{background:var(--background);padding:2rem;border-radius:1.5rem;border:1px solid rgba(240,240,240,.6);transition:all .3s}.testimonial-card:hover{border-color:#8b3a1c4d;box-shadow:0 10px 30px #0000000d;background:linear-gradient(135deg,var(--background),rgba(139,58,28,.03))}.testimonial-stars{display:flex;gap:3px;margin-bottom:1.25rem}.testimonial-text{color:var(--foreground);line-height:1.8;margin-bottom:2rem;font-weight:400;font-size:.95rem}.testimonial-author{border-top:1px solid rgba(240,240,240,.3);padding-top:1.5rem}.testimonial-name{font-family:var(--font-serif);font-weight:700;font-size:1.1rem}.testimonial-role{font-size:.875rem;color:var(--muted-foreground);font-weight:400}.trust-card{background:var(--card);border:1px solid rgba(240,240,240,.6);border-radius:1.5rem;padding:2rem;transition:all .3s}.trust-card:hover{border-color:#8b3a1c4d;box-shadow:0 10px 30px #0000000f;background:linear-gradient(135deg,var(--card),rgba(139,58,28,.03))}.trust-card-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.trust-card-title{font-family:var(--font-serif);font-weight:700;font-size:1.1rem;margin-bottom:.75rem}.trust-card-text{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.payment-card{background:var(--card);border:1px solid rgba(240,240,240,.6);border-radius:1.5rem;padding:2rem;text-align:center;transition:all .3s}.payment-card:hover{border-color:#8b3a1c4d;box-shadow:0 10px 30px #0000000f}.payment-card-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.payment-card-title{font-family:var(--font-serif);font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.payment-card-text{font-size:.875rem;color:var(--muted-foreground)}.whatsapp-cta{margin-top:4rem;background:linear-gradient(135deg,#8b3a1c14,#a0682814);border:1px solid rgba(139,58,28,.2);border-radius:1.5rem;padding:2.5rem;text-align:center}@media(min-width:768px){.whatsapp-cta{padding:3.5rem}}.newsletter-section{background:linear-gradient(135deg,rgba(139,58,28,.08) 0%,var(--background) 50%,rgba(160,104,40,.05) 100%)}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;padding:1rem 1.25rem;border-radius:var(--radius);border:1px solid rgba(240,240,240,.5);background:var(--background);color:var(--foreground);font-size:.95rem;font-family:var(--font-sans);transition:all .2s;outline:none}.newsletter-input::placeholder{color:var(--muted-foreground)}.newsletter-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b3a1c1a}.site-footer{background:#fdfdfdcc;border-top:1px solid rgba(240,240,240,.5);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.footer-brand{grid-column:1 / -1}@media(min-width:768px){.footer-brand{grid-column:auto}}.footer-logo{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.footer-description{font-size:.875rem;color:var(--muted-foreground);line-height:1.7;font-weight:400}.footer-heading{font-family:var(--font-serif);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.875rem;color:var(--muted-foreground);transition:all .2s;display:inline-block}.footer-links a:hover{color:var(--primary);transform:translate(3px)}.footer-bottom{border-top:1px solid rgba(240,240,240,.3);padding-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.875rem;color:var(--muted-foreground);font-weight:400}.footer-social{display:flex;gap:2rem}.footer-social a{font-size:.875rem;color:var(--muted-foreground);transition:color .2s}.footer-social a:hover{color:var(--primary)}.cta-section{text-align:center}.cta-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media(min-width:640px){.cta-actions{flex-direction:row}}.page-hero{padding:4rem 0 5rem;border-bottom:1px solid var(--border);background:linear-gradient(135deg,var(--background),rgba(196,164,104,.04))}.page-hero-title{font-size:3.5rem;font-family:var(--font-serif);margin-bottom:1rem}@media(min-width:768px){.page-hero-title{font-size:4.5rem}}.page-hero-subtitle{font-size:1.1rem;color:var(--muted-foreground);max-width:40rem;line-height:1.7}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:2rem}.breadcrumb a{color:var(--muted-foreground);transition:color .2s}.breadcrumb a:hover{color:var(--primary)}.breadcrumb-sep{color:var(--border)}.product-detail-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 0}@media(min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding:5rem 0}}.product-gallery{border-radius:1.5rem;overflow:hidden;aspect-ratio:1;background:var(--card);border:1px solid var(--border)}.product-gallery img{width:100%;height:100%;object-fit:cover}.product-gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:8rem;background:linear-gradient(135deg,#8b3a1c0a,#c4a4680f)}.product-collection-link{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.5rem;display:block;transition:color .2s}.product-collection-link:hover{color:var(--primary)}.product-title{font-size:2.5rem;font-family:var(--font-serif);font-weight:700;margin-bottom:1rem;line-height:1.15}@media(min-width:768px){.product-title{font-size:3rem}}.product-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.product-rating-stars{display:flex;align-items:center;gap:3px}.product-rating-value{font-weight:600}.product-rating-count{color:var(--muted-foreground)}.product-description{font-size:1.05rem;color:var(--muted-foreground);line-height:1.8;margin-bottom:2rem}.product-price-block{margin-bottom:2rem}.product-price{font-size:2rem;font-weight:700;color:var(--primary)}.product-compare-price{font-size:1.1rem;color:var(--muted-foreground);text-decoration:line-through;margin-left:.75rem}.product-price-note{font-size:.8rem;color:var(--muted-foreground);margin-top:.25rem}.quantity-selector{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content}.quantity-btn{padding:.5rem 1rem;background:none;border:none;cursor:pointer;color:var(--muted-foreground);font-size:1.1rem;transition:color .2s}.quantity-btn:hover{color:var(--foreground)}.quantity-display{padding:.5rem 1.5rem;font-weight:600;font-size:1rem;min-width:3rem;text-align:center}.product-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.btn-add-cart{flex:1;min-width:200px}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.product-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.product-benefit-icon{font-size:1.5rem}.product-benefit-label{font-size:.75rem;font-weight:600}.product-features-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.product-features-grid{grid-template-columns:1fr 1fr;gap:4rem}}.features-title{font-size:1.5rem;font-family:var(--font-serif);font-weight:700;margin-bottom:1.5rem}.features-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.features-list li{display:flex;align-items:flex-start;gap:.75rem}.feature-check{color:var(--primary);font-size:1rem;flex-shrink:0;margin-top:.1rem}.specs-table{display:flex;flex-direction:column;gap:0}.specs-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border)}.specs-row:last-child{border-bottom:none}.specs-label{color:var(--muted-foreground);font-size:.9rem}.specs-value{font-weight:600;font-size:.9rem}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{background:var(--background);padding:2rem;border-radius:1.5rem;border:1px solid var(--border);transition:border-color .3s}.value-card:hover{border-color:#8b3a1c4d}.value-icon-wrap{width:3rem;height:3rem;border-radius:.75rem;background:#8b3a1c1a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.value-title{font-size:1.5rem;font-family:var(--font-serif);font-weight:700;margin-bottom:1rem}.value-text{color:var(--muted-foreground);line-height:1.7}.impact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.impact-grid{grid-template-columns:repeat(4,1fr)}}.impact-item{text-align:center}.impact-value{font-size:3rem;font-family:var(--font-serif);font-weight:700;color:var(--primary);margin-bottom:.5rem}@media(min-width:768px){.impact-value{font-size:4rem}}.impact-label{font-size:1rem;color:var(--muted-foreground);margin-bottom:.5rem}.impact-sublabel{font-size:.8rem;color:var(--muted-foreground)}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-member{text-align:center}.team-avatar{width:8rem;height:8rem;border-radius:50%;background:linear-gradient(135deg,#8b3a1c26,#a0682826);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:3rem;overflow:hidden}.team-avatar img{width:100%;height:100%;object-fit:cover}.team-name{font-size:1.25rem;font-family:var(--font-serif);font-weight:700;margin-bottom:.25rem}.team-role{color:var(--primary);font-weight:600;margin-bottom:.75rem}.team-bio{color:var(--muted-foreground);font-size:.9rem}.contact-cards{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.contact-cards{grid-template-columns:repeat(3,1fr)}}.contact-card{background:var(--background);padding:2rem;border-radius:1.5rem;border:1px solid var(--border);transition:border-color .3s}.contact-card:hover{border-color:#8b3a1c4d}.contact-card-icon{width:3rem;height:3rem;background:#8b3a1c1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.contact-card-title{font-size:1.25rem;font-family:var(--font-serif);font-weight:700;margin-bottom:.5rem}.contact-card-content{font-size:1.1rem;font-weight:600;color:var(--primary);margin-bottom:.25rem}.contact-card-subtext{font-size:.875rem;color:var(--muted-foreground)}.contact-form-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.contact-form-grid{grid-template-columns:1fr 1fr;gap:4rem}}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--background);color:var(--foreground);font-size:.95rem;font-family:var(--font-sans);transition:all .2s;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-foreground)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b3a1c1a}.form-textarea{resize:none;min-height:8rem}.faq-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:56rem;margin:0 auto}@media(min-width:768px){.faq-grid{grid-template-columns:1fr 1fr}}.faq-item{background:var(--background);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border)}.faq-question{font-family:var(--font-serif);font-weight:700;font-size:1.05rem;margin-bottom:.75rem}.faq-answer{color:var(--muted-foreground);font-size:.9rem;line-height:1.7}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{display:block;text-decoration:none;color:inherit}.blog-card-image{height:14rem;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;position:relative;transition:all .4s}.blog-card:hover .blog-card-image{box-shadow:0 20px 40px #0000001f;transform:translateY(-4px)}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem}.blog-card-category{font-size:.75rem;font-weight:600;color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.blog-card-title{font-size:1.2rem;font-family:var(--font-serif);font-weight:700;margin-bottom:.75rem;transition:color .3s;line-height:1.4}.blog-card:hover .blog-card-title{color:var(--primary)}.blog-card-excerpt{font-size:.9rem;color:var(--muted-foreground);line-height:1.7;margin-bottom:1rem}.blog-card-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:var(--muted-foreground)}.cart-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.cart-grid{grid-template-columns:2fr 1fr}}.cart-item{display:grid;grid-template-columns:5rem 1fr;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--border);align-items:start}.cart-item-image{width:5rem;height:5rem;border-radius:.75rem;overflow:hidden;background:var(--muted);flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-family:var(--font-serif);font-weight:700;font-size:1rem;margin-bottom:.25rem}.cart-item-variant{font-size:.8rem;color:var(--muted-foreground);margin-bottom:.75rem}.cart-item-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-item-price{font-weight:700;color:var(--primary)}.cart-summary{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;position:sticky;top:6rem}.cart-summary-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.cart-summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.cart-summary-row:last-of-type{border-bottom:none}.cart-summary-total{font-size:1.1rem;font-weight:700}.empty-state{text-align:center;padding:5rem 2rem}.empty-state-icon{font-size:4rem;margin-bottom:1.5rem}.empty-state-title{font-size:1.75rem;font-family:var(--font-serif);font-weight:700;margin-bottom:1rem}.empty-state-text{color:var(--muted-foreground);margin-bottom:2rem}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.text-muted{color:var(--muted-foreground)}.text-center{text-align:center}.font-bold{font-weight:700}.font-light{font-weight:400}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.announcement-bar{background:var(--primary);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.03em}.flash-message{padding:1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem}.flash-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#166534}.flash-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#991b1b}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}.hide-desktop{display:none}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.section-header-flex{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.badge-hot{background:#dc2626}.badge-sale{background:#2563eb}.badge-premium{background:#7c3aed}.badge-new{background:var(--primary)}.kalakari-showcase-card{display:block;text-decoration:none;color:inherit;text-align:center;transition:transform .2s}.kalakari-showcase-card:hover{transform:translateY(-4px)}.kalakari-showcase-img{background:linear-gradient(135deg,#f4ede0,#e8ddd0);border-radius:1rem;overflow:hidden;aspect-ratio:1;margin-bottom:1rem}.kalakari-showcase-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:1rem;transition:transform .3s}.kalakari-showcase-card:hover .kalakari-showcase-img img{transform:scale(1.05)}.kalakari-showcase-name{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.kalakari-showcase-price{font-size:1rem;font-weight:600;color:var(--primary);margin-bottom:.5rem}.kalakari-showcase-cta{font-size:.85rem;font-weight:600;color:var(--primary);opacity:0;transition:opacity .2s}.kalakari-showcase-card:hover .kalakari-showcase-cta{opacity:1}.kalakari-product-info h3{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;margin:1.5rem 0 .75rem;color:var(--foreground)}.kalakari-product-info ul{list-style:none;padding:0;margin:0 0 1.5rem}.kalakari-product-info ul li{padding:.35rem 0 .35rem 1.5rem;position:relative;font-size:.95rem;color:#555}.kalakari-product-info ul li:before{content:"";position:absolute;left:0;top:.65rem;width:8px;height:8px;background:var(--secondary);border-radius:50%}.kalakari-product-info p{font-size:.95rem;line-height:1.75;color:#444;margin-bottom:1rem}.coll-hero{background:#7b1728;overflow:hidden}.coll-hero__inner{display:grid;grid-template-columns:1fr;min-height:320px}@media(min-width:768px){.coll-hero__inner{grid-template-columns:55% 45%;min-height:380px}}.coll-hero__text{position:relative;padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.coll-hero__text{padding:3rem 4rem}}.coll-hero__text-inner{position:relative;z-index:2}.coll-hero__stripe{position:absolute;top:0;right:-40px;width:120px;height:100%;background:linear-gradient(135deg,#c4a46840,#c4a4680d);clip-path:polygon(40% 0,100% 0,60% 100%,0 100%);z-index:1;display:none}@media(min-width:768px){.coll-hero__stripe{display:block}}.breadcrumb--light a,.breadcrumb--light span{color:#ffffffb3;font-size:.8rem}.breadcrumb--light a:hover{color:#fff}.coll-hero__title{font-family:var(--font-serif);font-size:2.25rem;font-weight:700;color:#fff;margin:.75rem 0 1rem;line-height:1.15}@media(min-width:768px){.coll-hero__title{font-size:2.75rem}}.coll-hero__desc{color:#ffffffd9;font-size:.95rem;line-height:1.7;max-width:480px}.coll-hero__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.625rem 1.5rem;background:var(--secondary);color:#1a1a1a;font-weight:600;font-size:.9rem;border-radius:var(--radius);transition:all .2s}.coll-hero__cta:hover{background:#d4b878;transform:translateY(-1px)}.coll-hero__image{background:#f4ede0;display:flex;align-items:center;justify-content:center;padding:1.5rem;min-height:240px}.coll-hero__img{max-width:100%;max-height:340px;object-fit:contain;mix-blend-mode:multiply}@media(min-width:768px){.coll-hero__img{max-height:100%}}.coll-hero__img-placeholder{font-size:6rem;opacity:.3}.page-hero--article{background:linear-gradient(135deg,#7b1728,#5a1120);padding:2rem 0}.page-hero--article .breadcrumb a,.page-hero--article .breadcrumb span{color:#ffffffb3;font-size:.8rem}.page-hero--article .breadcrumb a:hover{color:#fff}.article-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:960px){.article-layout{grid-template-columns:1fr 300px;gap:4rem}}.article-hero-img{border-radius:1rem;overflow:hidden;margin-bottom:2rem}.article-hero-img img{width:100%;height:auto}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted-foreground);margin-bottom:1rem}.article-tag{background:#8b3a1c1a;color:var(--primary);padding:.2rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.article-title{font-family:var(--font-serif);font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:2rem}@media(min-width:768px){.article-title{font-size:2.75rem}}.article-content{font-size:1.05rem;line-height:1.85;color:#333}.article-content h2{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--foreground)}.article-content h3{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;margin:2rem 0 .75rem;color:var(--foreground)}.article-content p{margin-bottom:1.25rem}.article-content figure{margin:2rem 0}.article-content figure img{border-radius:.75rem;box-shadow:0 4px 12px #00000014}.article-content figcaption{font-size:.85rem;color:var(--muted-foreground);margin-top:.5rem;font-style:italic}.article-content blockquote{border-left:4px solid var(--secondary);padding:1.25rem 1.5rem;margin:2rem 0;background:#c4a4680f;font-size:1.15rem;font-style:italic;color:#555;border-radius:0 var(--radius) var(--radius) 0}.article-cta-bar{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.article-sidebar-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;position:sticky;top:5rem}.article-sidebar-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--secondary)}.article-sidebar-link{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border);align-items:center}.article-sidebar-link:last-child{border-bottom:none}.article-sidebar-link img{width:60px;height:45px;object-fit:cover;border-radius:.5rem;flex-shrink:0}.article-sidebar-link-title{font-size:.85rem;font-weight:600;line-height:1.3}.article-sidebar-link-meta{font-size:.75rem;color:var(--muted-foreground);margin-top:.25rem}.article-sidebar-link:hover .article-sidebar-link-title{color:var(--primary)}.custom-order{padding:3rem 0 5rem}.custom-order__header{text-align:center;margin-bottom:3rem}.custom-order__title{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin:.75rem 0 .5rem}@media(min-width:768px){.custom-order__title{font-size:3rem}}.custom-order__subtitle{font-size:1.05rem;color:var(--muted-foreground);max-width:480px;margin:0 auto}.custom-order__builder{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:960px){.custom-order__builder{grid-template-columns:280px 1fr 280px;gap:2rem}}.custom-order__panel{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.25rem;max-height:520px;overflow-y:auto}.custom-order__panel-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--secondary)}.custom-order__design-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.custom-order__design-card{background:var(--input);border:2px solid transparent;border-radius:.75rem;padding:.5rem;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center}.custom-order__design-card:hover{border-color:var(--muted-foreground)}.custom-order__design-card.selected{border-color:var(--primary);background:#8b3a1c0f;box-shadow:0 0 0 3px #8b3a1c26}.custom-order__design-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.5rem}.custom-order__design-name{font-size:.7rem;font-weight:600;color:var(--foreground);line-height:1.2}.custom-order__model-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.custom-order__tab{flex:1;padding:.5rem;font-size:.85rem;font-weight:600;border:2px solid var(--border);border-radius:.5rem;background:var(--input);cursor:pointer;transition:all .2s;color:var(--muted-foreground)}.custom-order__tab.active{border-color:var(--primary);background:#8b3a1c0f;color:var(--primary)}.custom-order__model-btn{display:block;width:100%;text-align:left;padding:.65rem .75rem;margin-bottom:.4rem;border:1.5px solid var(--border);border-radius:.5rem;background:var(--card);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--foreground)}.custom-order__model-btn:hover{border-color:var(--primary);background:#8b3a1c08}.custom-order__model-btn.selected{border-color:var(--primary);background:#8b3a1c14;color:var(--primary);font-weight:600;box-shadow:0 0 0 3px #8b3a1c1f}.custom-order__model-btn.unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.custom-order__empty{font-size:.9rem;color:var(--muted-foreground);text-align:center;padding:2rem 0}.custom-order__preview{display:flex;flex-direction:column;align-items:center;justify-content:center;order:-1}@media(min-width:960px){.custom-order__preview{order:0}}.custom-order__preview-frame{position:relative;width:100%;max-width:380px;aspect-ratio:3/4;background:linear-gradient(135deg,#f4ede0,#e8ddd0);border-radius:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #00000014}.custom-order__preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:var(--muted-foreground);font-size:.9rem;line-height:1.4}.custom-order__preview-img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:1rem}.custom-order__preview-model-label{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#000000bf;color:#fff;padding:.35rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:600;white-space:nowrap}.custom-order__preview-info{text-align:center;margin-top:1rem}.custom-order__preview-name{font-weight:600;font-size:1rem}.custom-order__preview-price{font-size:1.25rem;font-weight:700;color:var(--primary);margin-top:.25rem}.custom-order__actions{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2.5rem;padding:1.5rem 2rem;background:var(--card);border:1px solid var(--border);border-radius:1rem;flex-wrap:wrap}.custom-order__summary{font-size:1rem;color:var(--foreground)}.custom-order__btn{min-width:200px}.custom-order__toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#166534;color:#fff;padding:.875rem 1.75rem;border-radius:var(--radius);font-size:.95rem;font-weight:600;box-shadow:0 8px 24px #0003;z-index:200;display:flex;align-items:center;gap:.75rem}.custom-order__toast a{color:#bbf7d0;text-decoration:underline;font-weight:600}.btn-secondary{background:var(--secondary);color:#1a1a1a;padding:.75rem 1.5rem;font-weight:600}.article-product-box{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.25rem;position:sticky;top:5rem;margin-bottom:1.5rem;box-shadow:0 4px 16px #0000000f;transition:box-shadow .3s}.article-product-box:hover{box-shadow:0 8px 32px #8b3a1c1f}.article-product-box__header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--secondary)}.article-product-box__badge{display:inline-block;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .6rem;border-radius:9999px;margin-bottom:.4rem}.article-product-box__title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700}.article-product-box__grid{display:flex;flex-direction:column;gap:.75rem}.article-product-box__item{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;padding:.5rem;border-radius:.5rem;transition:background .15s}.article-product-box__item:hover{background:#8b3a1c0a}.article-product-box__img{width:56px;height:56px;flex-shrink:0;background:linear-gradient(135deg,#f4ede0,#e8ddd0);border-radius:.5rem;overflow:hidden}.article-product-box__img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:4px}.article-product-box__name{font-size:.8rem;font-weight:600;line-height:1.2}.article-product-box__price{font-size:.75rem;font-weight:700;color:var(--primary);margin-top:.15rem}.article-product-box__cta{display:block;text-align:center;margin-top:.75rem;padding:.5rem;font-size:.8rem;font-weight:600;color:var(--primary);border:1.5px solid var(--primary);border-radius:var(--radius);text-decoration:none;transition:all .2s}.article-product-box__cta:hover{background:var(--primary);color:#fff}@media(max-width:959px){.article-product-box{display:none}}.article-mobile-carousel{display:none;margin:2rem -1rem;padding:1.5rem 1rem;background:linear-gradient(135deg,#fdf8ee,#f4ede0);border-radius:1rem}@media(max-width:959px){.article-mobile-carousel{display:block}}@media(min-width:960px){.article-mobile-carousel{display:none!important}}.article-mobile-carousel__header{margin-bottom:1rem}.article-mobile-carousel__title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;margin-top:.25rem}.article-mobile-carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.article-mobile-carousel__track::-webkit-scrollbar{display:none}.article-mobile-carousel__card{flex:0 0 160px;scroll-snap-align:start;text-decoration:none;color:inherit;text-align:center}.article-mobile-carousel__img{width:160px;height:160px;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px #00000014;margin-bottom:.5rem}.article-mobile-carousel__img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:8px}.article-mobile-carousel__name{font-size:.8rem;font-weight:600;line-height:1.2}.article-mobile-carousel__price{font-size:.8rem;font-weight:700;color:var(--primary);margin-top:.15rem}.article-mobile-carousel__hint{font-size:.75rem;color:var(--muted-foreground);text-align:right;margin-top:.5rem}.article-sources{margin-top:2.5rem;padding:1.5rem;background:#f7f5f0;border-radius:1rem;border-left:4px solid var(--secondary)}.article-sources h3{font-family:var(--font-serif);font-size:1rem;font-weight:700;margin-bottom:.75rem;color:var(--foreground)}.article-sources ul{list-style:none;padding:0;margin:0}.article-sources li{padding:.4rem 0;font-size:.85rem;line-height:1.5}.article-sources a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.article-sources a:hover{color:var(--accent)}.article-sources .source-domain{color:var(--muted-foreground);font-size:.75rem;margin-left:.25rem}.heritage-img{border-radius:.75rem;overflow:hidden;margin:2rem 0;box-shadow:0 4px 20px #0000001a}.heritage-img img{width:100%;height:auto;display:block}.heritage-img figcaption{background:#f7f5f0;padding:.75rem 1rem;font-size:.8rem;color:#666;line-height:1.5}.heritage-img figcaption a{color:var(--primary)}.heritage-img figcaption .img-credit{font-size:.7rem;color:#999;display:block;margin-top:.25rem}.article-content img,.rte img{max-width:100%;height:auto;border-radius:.75rem;box-shadow:0 4px 12px #00000014}.article-content figure img{width:100%;max-width:700px;margin:0 auto;display:block}.payment-card-icon--svg,.trust-card-icon--svg{display:flex;align-items:center;justify-content:center}.payment-card-icon--svg svg,.trust-card-icon--svg svg{stroke:var(--primary)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:.75rem;overflow:hidden;transition:box-shadow .2s}.faq-item[open]{box-shadow:0 2px 8px #0000000f}.faq-question{padding:1rem 1.25rem;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.25rem;font-weight:400;color:var(--muted-foreground);flex-shrink:0}.faq-item[open] .faq-question:after{content:"\2212"}.faq-answer{padding:0 1.25rem 1.25rem;font-size:.92rem;line-height:1.7;color:var(--muted-foreground)}.article-author{display:flex;align-items:center;gap:1rem;padding:1.25rem;margin-top:2.5rem;background:var(--card);border:1px solid var(--border);border-radius:1rem}.article-author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent));display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-weight:700;font-size:1.1rem}.article-author-name{font-weight:700;font-size:.95rem;margin-bottom:.15rem}.article-author-role{font-size:.8rem;color:var(--muted-foreground);line-height:1.4}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
