:root{--primary:#c9a96e;--primary-dark:#a8843e;--primary-light:#e8d5b0;--bg:#fdfaf6;--surface:#fff;--surface-2:#f5f0e8;--text:#1a1208;--text-sub:#7a7268;--text-light:#b0a898;--border:#e8e0d0;--border-dark:#c8bca8;--black:#0a0a0a;--white:#fff;--error:#c0392b;--success:#27ae60;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Inter", -apple-system, sans-serif;--radius-sm:6px;--radius:12px;--radius-lg:20px;--radius-xl:32px;--shadow-sm:0 1px 3px #00000014;--shadow:0 4px 16px #0000001a;--shadow-lg:0 12px 40px #00000024;--shadow-xl:0 24px 64px #00000029;--transition:.25s ease;--max-width:1200px;--header-h:72px;--accent-maroon:#5d1418;--bg-quote:#f7f1ed}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.header{z-index:100;height:var(--header-h);transition:background var(--transition), box-shadow var(--transition);background:0 0;position:sticky;top:0;left:0;right:0}.header--solid{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);background:#fdfaf6f5}.header__inner{height:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo-link{align-items:center;gap:.75rem;display:flex}.header__logo-img{object-fit:cover;border-radius:50%;width:40px;height:40px}.header__brand{font-family:var(--font-serif);letter-spacing:.02em;font-size:1.25rem;font-weight:500}.header__brand span{color:var(--primary)}.nav{align-items:center;gap:.25rem;display:flex}.nav__link{border-radius:var(--radius-sm);transition:background var(--transition), color var(--transition);padding:.5rem .75rem;font-size:.875rem;font-weight:500}.nav__link:hover{background:var(--surface-2)}.nav__whatsapp-btn{color:#fff;border-radius:var(--radius-xl);transition:opacity var(--transition), transform var(--transition);background:#25d366;align-items:center;gap:.4rem;margin-left:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex}.nav__whatsapp-btn svg{fill:#fff;width:16px;height:16px}.nav__whatsapp-btn:hover{opacity:.9;transform:translateY(-1px)}.header__mobile-whatsapp{color:#fff;width:34px;height:34px;box-shadow:var(--shadow-sm);background:#25d366;border-radius:50%;justify-content:center;align-items:center;margin-left:.75rem;display:none}.header__mobile-whatsapp svg{width:20px;height:20px}@media (max-width:768px){.header__mobile-whatsapp{display:flex}.header__inner{gap:.25rem}}.nav__toggle{flex-direction:column;gap:5px;padding:.5rem;display:none}.nav__toggle span{background:var(--text);width:22px;height:2px;transition:transform var(--transition), opacity var(--transition);border-radius:2px;display:block}.nav__toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav__toggle.open span:nth-child(2){opacity:0}.nav__toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{min-height:100vh;padding-top:var(--header-h);background:linear-gradient(135deg,#f9f5ee 0%,#efe8d8 50%,#f5edd8 100%);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#c9a96e26 0%,#0000 70%);width:60vw;height:80vh;position:absolute;top:-20%;right:-10%}.hero-v3{min-height:calc(100vh - var(--header-h));color:#fff;align-items:center;display:flex;position:relative;overflow:hidden}.hero-v3__bg{z-index:-2;background-position:50%;background-size:cover;position:absolute;inset:0}.hero-v3__overlay{z-index:-1;background:linear-gradient(90deg,#000000b3 0%,#0000004d 50%,#0000 100%);position:absolute;inset:0}.hero-v3__inner{width:100%;padding:4rem 0}.hero-v3__text{max-width:600px}.hero-v3__eyebrow-new{text-transform:uppercase;letter-spacing:.2em;color:#d4af37;margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.hero-v3__title-new{font-size:clamp(2.5rem,8vw,4rem);font-family:var(--font-serif);margin-bottom:1.5rem;font-weight:300;line-height:1.1}.hero-v3__title-new em{color:#d4af37;font-style:italic}.hero-v3__subtitle-new{opacity:.9;max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.hero-v3__actions{flex-wrap:wrap;gap:1.5rem;display:flex}@media (max-width:900px){.hero-v3{text-align:center;justify-content:center}.hero-v3__overlay{background:#00000080}.hero-v3__actions{justify-content:center}}.hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-size:.75rem;font-weight:600}.hero__title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.15}.hero__title em{color:var(--primary);font-style:italic}.hero__subtitle{color:var(--text-sub);max-width:440px;margin-bottom:2.5rem;font-size:1.1rem}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__image-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hero__image-grid img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:260px;box-shadow:var(--shadow)}.hero__image-grid img:first-child{margin-top:2rem}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-xl);transition:background var(--transition), transform var(--transition), box-shadow var(--transition);border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.925rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #c9a96e66}.btn-secondary{color:var(--text);border-radius:var(--radius-xl);border:1.5px solid var(--border-dark);transition:border-color var(--transition), background var(--transition), transform var(--transition);background:0 0;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.925rem;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--primary);background:var(--surface-2);transform:translateY(-2px)}.section{padding:6rem 0}.section__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section__title{font-family:var(--font-serif);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;line-height:1.2}.section__subtitle{color:var(--text-sub);max-width:480px;font-size:1rem}.section__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.product-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-grid--scroll{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1rem;margin-right:-1.5rem;padding-bottom:1rem;padding-right:1.5rem;display:flex;overflow-x:auto}.product-grid--scroll::-webkit-scrollbar{display:none}.product-grid--scroll .product-card{scroll-snap-align:start;min-width:260px}}.product-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.product-card__image-wrapper{aspect-ratio:3/4;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__category-tag{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text);letter-spacing:.05em;text-transform:uppercase;background:#ffffffe6;border-radius:100px;padding:.3rem .7rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.product-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.product-card__name{font-family:var(--font-serif);flex:1;font-size:1.05rem;font-weight:500;line-height:1.35}.product-card__price{color:var(--primary-dark);font-size:1rem;font-weight:700}.product-card__rating{color:var(--text-sub);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.product-card__stars{color:#f4b942;letter-spacing:-.05em}.product-detail{padding-top:calc(var(--header-h) + 2rem);grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.product-detail__carousel-wrap{position:relative}@media (min-width:901px){.product-detail__carousel-wrap{top:calc(var(--header-h) + 1.5rem);position:sticky}}.product-detail__carousel{scroll-snap-type:x mandatory;border-radius:var(--radius-lg);aspect-ratio:3/4;display:flex;position:relative;overflow-x:hidden}.product-detail__carousel-slide{scroll-snap-align:start;min-width:100%}.product-detail__carousel-slide img{object-fit:cover;width:100%;height:100%}.product-detail__carousel-thumbs{gap:.5rem;margin-top:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.product-detail__carousel-thumb{object-fit:cover;border-radius:var(--radius-sm);opacity:.6;cursor:pointer;width:72px;height:96px;transition:opacity var(--transition), border-color var(--transition);border:2px solid #0000;flex-shrink:0}.product-detail__carousel-thumb.active{opacity:1;border-color:var(--primary)}.product-detail__info{padding:2rem 0}.product-detail__category{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.product-detail__name{font-family:var(--font-serif);margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1.2}.product-detail__price{color:var(--primary-dark);margin-bottom:1.5rem;font-size:1.6rem;font-weight:700}.product-detail__rating-bar{color:var(--text-sub);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.product-detail__stars{color:#f4b942;font-size:1rem}.product-detail__whatsapp-btn{color:#fff;border-radius:var(--radius-xl);width:100%;transition:opacity var(--transition), transform var(--transition), box-shadow var(--transition);background:#25d366;justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:1rem;font-size:1rem;font-weight:700;display:flex}.product-detail__whatsapp-btn:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 8px 24px #25d36659}.product-detail__whatsapp-btn svg{fill:#fff;width:20px;height:20px}.product-detail__divider{border:none;border-top:1px solid var(--border);margin:2rem 0}.product-detail__desc-title{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.25rem;font-weight:500}.product-detail__description{color:var(--text-sub);white-space:pre-line;font-size:.95rem;line-height:1.8}.product-specs{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;margin-bottom:3rem;display:grid}.spec-item{flex-direction:column;gap:.4rem;display:flex}.spec-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);font-size:.65rem;font-weight:600}.spec-value{color:var(--text);font-size:.95rem;font-weight:500}.size-selector{margin-bottom:2.5rem}.size-selector__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:.75rem;font-size:.65rem;font-weight:600;display:block}.size-options{flex-wrap:wrap;gap:.75rem;display:flex}@media (max-width:600px){.size-options{justify-content:center}.size-selector__label{text-align:center}}.size-btn{border:1px solid var(--border);border-radius:var(--radius-sm);min-width:48px;height:48px;transition:all var(--transition);background:#fff;justify-content:center;align-items:center;padding:0 1rem;font-size:.875rem;font-weight:500;display:flex}.size-btn:hover{border-color:var(--text)}.size-btn.active{border-color:var(--accent-maroon);background:var(--bg-quote);color:var(--accent-maroon);font-weight:600}.product-quote{background:var(--bg-quote);border-radius:var(--radius);margin-top:3rem;padding:2.5rem;position:relative}.product-quote p{font-family:var(--font-serif);color:var(--text);text-align:center;max-width:600px;margin:0 auto;font-size:1.1rem;font-style:italic;line-height:1.8}.breadcrumbs{color:var(--text-light);align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.8rem;display:flex}.breadcrumbs a{transition:color var(--transition)}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs span{opacity:.5}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}@media (max-width:600px){.categories-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1rem;margin-right:-1.5rem;padding-bottom:1rem;padding-right:1.5rem;display:flex;overflow-x:auto}.categories-grid::-webkit-scrollbar{display:none}.categories-grid .category-card{scroll-snap-align:start;flex-shrink:0;min-width:220px}}.category-card{border-radius:var(--radius-lg);aspect-ratio:3/4;align-items:flex-end;display:flex;position:relative;overflow:hidden}.category-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.category-card:hover .category-card__img{transform:scale(1.08)}.category-card__overlay{z-index:1;color:#fff;background:linear-gradient(#0000,#0a0804b8);width:100%;padding:1.5rem 1rem 1rem;position:relative}.category-card__title{font-family:var(--font-serif);font-size:1.2rem;font-weight:400}.category-card__subtitle{opacity:.85;font-size:.8rem}.filter-bar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.categories-filter{flex-wrap:wrap;gap:.5rem;display:flex}.categories-filter__btn{border:1.5px solid var(--border);background:var(--surface);color:var(--text-sub);transition:all var(--transition);border-radius:100px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:500}.categories-filter__btn:hover{border-color:var(--primary);color:var(--text)}.categories-filter__btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.sort-select{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;outline:none;padding:.5rem 1rem;font-size:.875rem}.sort-select:focus{border-color:var(--primary)}.reviews-section{margin-top:3rem}.reviews-section__title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:1.4rem;font-weight:400}.reviews-list{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.review-card__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.review-card__author{font-size:.9rem;font-weight:600}.review-card__date{color:var(--text-light);font-size:.78rem}.review-card__stars{color:#f4b942;margin-bottom:.5rem;font-size:.95rem}.review-card__comment{color:var(--text-sub);font-size:.9rem;line-height:1.6}.review-form{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.review-form__title{font-family:var(--font-serif);margin-bottom:1.25rem;font-size:1.15rem;font-weight:500}.review-form .form-group{margin-bottom:1rem}.review-form label{margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.review-form input,.review-form textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);font-size:.9rem;font-family:var(--font-sans);transition:border-color var(--transition);outline:none;padding:.7rem 1rem}.review-form input:focus,.review-form textarea:focus{border-color:var(--primary)}.review-form textarea{resize:vertical;min-height:100px}.star-rating{gap:.25rem;margin-bottom:.5rem;display:flex}.star-rating__star{cursor:pointer;color:var(--border-dark);transition:color var(--transition), transform var(--transition);font-size:1.5rem}.star-rating__star.selected,.star-rating__star.hovered{color:#f4b942;transform:scale(1.15)}.footer{background:var(--black);color:#ffffffd9;padding:4rem 0 2rem}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer__section-title{font-family:var(--font-serif);color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:400}.footer__text{color:#ffffffa6;font-size:.875rem;line-height:1.8}.footer__text a{color:#ffffffa6;transition:color var(--transition)}.footer__text a:hover{color:var(--primary)}.footer__social-links{gap:.75rem;margin-top:1rem;display:flex}.footer__social-link{color:#ffffffa6;transition:color var(--transition);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.footer__social-link svg{fill:currentColor;width:16px;height:16px}.footer__social-link:hover{color:var(--primary)}.footer__address{color:#ffffffa6;font-size:.875rem;font-style:normal;line-height:1.8}.footer__address a{color:var(--primary)}.footer__bottom{color:#fff6;text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.8rem}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.revealed{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.main{min-height:100vh;padding-bottom:4rem}.page-hero{padding:calc(var(--header-h) + 1.5rem) 0 2rem;text-align:center;background:linear-gradient(135deg,#f9f5ee 0%,#efe8d8 100%)}.page-hero__title{font-family:var(--font-serif);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:300}.page-hero__subtitle{color:var(--text-sub);font-size:1.05rem}.toast{background:var(--text);color:#fff;border-radius:var(--radius-xl);opacity:0;pointer-events:none;z-index:9999;white-space:nowrap;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:opacity .3s,transform .3s;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)translateY(6px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}@media (max-width:900px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__subtitle{margin:0 auto 2rem}.hero__actions{justify-content:center}.hero__image-grid{display:none}.product-detail{grid-template-columns:1fr;gap:.5rem}.product-detail__carousel-wrap{margin-bottom:2.5rem}.product-detail__info{padding-top:1rem;padding-bottom:3rem!important}.product-detail__carousel-thumbs{margin-bottom:1rem;padding:.5rem 0}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:1/-1}}@media (max-width:600px){:root{--header-h:60px}.nav{background:var(--bg);z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;display:none;position:fixed;inset:0}.nav.open{display:flex}.nav__link{font-size:1.5rem;font-family:var(--font-serif)}.nav__whatsapp-btn{justify-content:center;width:auto;min-width:200px;padding:1rem 2rem;font-size:1.1rem}.nav__toggle{z-index:1001;position:relative}.mobile-tabs{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid var(--border);z-index:900;background:#fffffffa;justify-content:space-around;align-items:center;height:68px;padding:0 .75rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000008}.mobile-tab{color:var(--text-sub);text-transform:uppercase;letter-spacing:.06em;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;height:100%;font-size:.65rem;font-weight:600;transition:all .2s;display:flex}.mobile-tab svg{width:22px;height:22px;transition:transform .2s}.mobile-tab--active{color:var(--primary)}.mobile-tab--active svg{transform:translateY(-2px)}.mobile-tab--whatsapp{color:#fff;background:#25d366;border-radius:100px;flex-direction:row;flex:none;gap:8px;height:44px;margin-left:.5rem;padding:0 1.25rem;font-size:.8rem;box-shadow:0 4px 12px #25d3664d}.mobile-tab--whatsapp svg{fill:#fff;width:18px;height:18px}.mobile-tab--whatsapp span{margin-top:1px}body{padding-bottom:68px}}@media (min-width:601px){.mobile-tabs{display:none!important}body{padding-bottom:0!important}}.reels-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.reel-card{border-radius:var(--radius-lg);aspect-ratio:9/16;background:var(--surface-2);justify-content:center;align-items:center;display:flex;overflow:hidden}@media (max-width:700px){.reels-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1rem;margin-right:-1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;display:flex;overflow-x:auto}.reels-grid::-webkit-scrollbar{display:none}.reel-card{scroll-snap-align:start;flex-shrink:0;min-width:280px}}.badge{background:var(--surface-2);color:var(--text-sub);border-radius:100px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.no-products{text-align:center;color:var(--text-light);grid-column:1/-1;padding:4rem}.no-products__icon{margin-bottom:1rem;font-size:3rem}.loading{text-align:center;color:var(--text-sub);padding:4rem}
