:root{
  --primary:#6f174a;
  --primary-dark:#42102f;
  --secondary:#d49a2a;
  --accent:#f6e8d9;
  --ink:#21151d;
  --muted:#75666f;
  --line:#eadfe5;
  --surface:#ffffff;
  --soft:#fffaf6;
  --success:#0f8a5f;
  --shadow:0 18px 50px rgba(63,22,49,.10);
  --shadow-sm:0 8px 24px rgba(63,22,49,.08);
  --radius:24px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--surface);line-height:1.6}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}
.announcement-bar{background:var(--primary-dark);color:#fff;font-size:.83rem}
.announcement-inner{min-height:37px;display:flex;align-items:center;justify-content:center;gap:20px;text-align:center}
.announcement-inner a{color:#ffd982;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(234,223,229,.8);transition:box-shadow .25s ease}
.site-header.scrolled{box-shadow:0 10px 35px rgba(44,18,34,.08)}
.header-main{min-height:89px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}
.brand-symbol{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--primary),#9e3f6e);color:#fff;font-family:"Playfair Display",serif;font-weight:800;box-shadow:0 10px 25px rgba(111,23,74,.22);letter-spacing:-1px}
.brand-copy{display:flex;flex-direction:column;line-height:1.1}
.brand-copy strong{font-family:"Playfair Display",serif;font-size:1.15rem;letter-spacing:.04em}
.brand-copy small{font-size:.68rem;color:var(--muted);margin-top:5px;letter-spacing:.06em;text-transform:uppercase}
.header-search{height:48px;border:1px solid var(--line);border-radius:999px;background:#fbf8fa;display:flex;align-items:center;padding-left:20px;transition:border-color .2s,box-shadow .2s}
.header-search:focus-within{border-color:rgba(111,23,74,.45);box-shadow:0 0 0 4px rgba(111,23,74,.07)}
.header-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}
.header-search button{width:46px;height:46px;border:0;background:transparent;color:var(--primary);font-size:1.65rem;line-height:1}
.header-actions{display:flex;align-items:center;gap:17px}
.header-contact{display:flex;align-items:center;gap:9px}
.header-contact span:last-child{display:flex;flex-direction:column;line-height:1.2}
.header-contact small{font-size:.67rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.header-contact strong{font-size:.87rem}
.header-action-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--primary)}
.whatsapp-mini,.btn-whatsapp{background:#128c60;color:#fff;border:none}
.whatsapp-mini{padding:11px 16px;border-radius:999px;font-weight:700;font-size:.84rem}
.main-nav{border-top:1px solid #f1e9ee}
.nav-inner{display:flex;align-items:center;justify-content:center;gap:30px;min-height:47px;overflow:auto;scrollbar-width:none}
.nav-inner::-webkit-scrollbar{display:none}
.nav-inner a{font-size:.88rem;font-weight:600;white-space:nowrap;position:relative;padding-block:13px}
.nav-inner a::after{content:"";position:absolute;left:0;right:0;bottom:7px;height:2px;background:var(--secondary);transform:scaleX(0);transition:transform .2s}
.nav-inner a:hover::after{transform:scaleX(1)}
.nav-sale{color:#bd3144!important}
.mobile-menu-btn{display:none}
.icon-btn{border:0;background:transparent;padding:0}

.hero{position:relative;overflow:hidden;background:var(--soft)}
.hero-slider{position:relative;min-height:610px}
.hero-slide{min-height:610px;display:grid;align-items:center;background:linear-gradient(105deg,rgba(42,13,31,.96),rgba(72,19,50,.77) 48%,rgba(72,19,50,.15)),var(--hero-image,linear-gradient(135deg,#7a2456,#d49a2a));background-size:cover;background-position:center}
.hero-slide::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 20%,rgba(255,255,255,.11),transparent 22%),radial-gradient(circle at 75% 80%,rgba(212,154,42,.18),transparent 24%);pointer-events:none}
.hero-content{position:relative;z-index:2;max-width:720px;color:#fff;padding-block:90px}
.hero-content.center{margin:auto;text-align:center}.hero-content.right{margin-left:auto;text-align:right}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;font-size:.74rem;font-weight:800;letter-spacing:.18em;color:var(--secondary)}
.eyebrow::before,.section-kicker::before{content:"";width:30px;height:2px;background:currentColor}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(3rem,6vw,5.4rem);line-height:1.02;letter-spacing:-.04em;margin:20px 0 22px;max-width:780px}
.hero p{max-width:640px;font-size:1.08rem;color:rgba(255,255,255,.83);margin:0 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 22px;border-radius:999px;border:1px solid transparent;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;color:var(--ink)}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 12px 28px rgba(111,23,74,.22)}
.btn-secondary{background:var(--secondary);color:#2b1a08;box-shadow:0 12px 28px rgba(212,154,42,.2)}
.btn-light{background:#fff;color:var(--primary);border-color:#fff}
.btn-outline-light{border-color:rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.08)}
.btn-large{min-height:56px;padding-inline:28px}
.hero-trust{position:absolute;left:0;right:0;bottom:0;z-index:3;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.5)}
.hero-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:91px}
.hero-trust-item{display:flex;align-items:center;gap:13px;padding:20px 28px;border-right:1px solid var(--line)}
.hero-trust-item:last-child{border-right:0}
.hero-trust-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--accent);color:var(--primary);font-weight:800}
.hero-trust-item strong{display:block;font-size:.93rem}.hero-trust-item span{display:block;font-size:.78rem;color:var(--muted)}

.section{padding:90px 0}
.section-soft{background:var(--soft)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}
.section-heading.centered{display:block;text-align:center;max-width:700px;margin:0 auto 42px}
.section-heading.centered .section-kicker{justify-content:center}
.section-heading h2,.content-title{font-family:"Playfair Display",serif;font-size:clamp(2.2rem,4vw,3.45rem);line-height:1.1;letter-spacing:-.03em;margin:10px 0 0}
.section-heading p{max-width:590px;margin:0;color:var(--muted)}
.text-link{font-weight:800;color:var(--primary);display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.text-link::after{content:"→";transition:transform .2s}.text-link:hover::after{transform:translateX(4px)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.category-card{position:relative;min-height:330px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-sm);isolation:isolate}
.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(38,12,28,.88));z-index:1}
.category-card-content{position:absolute;left:0;right:0;bottom:0;z-index:2;color:#fff;padding:28px}
.category-card h3{font-family:"Playfair Display",serif;font-size:1.8rem;margin:0 0 4px}.category-card p{margin:0;color:rgba(255,255,255,.78);font-size:.9rem}
.category-card:hover img{transform:scale(1.06)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid var(--line);transition:transform .25s,box-shadow .25s,border-color .25s}
.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}
.product-image-wrap{position:relative;display:block;aspect-ratio:4/5;background:#f4edf1;overflow:hidden}
.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.product-card:hover .product-image-wrap img{transform:scale(1.045)}
.product-badges{position:absolute;top:14px;left:14px;display:flex;gap:7px;flex-wrap:wrap;z-index:2}
.badge{display:inline-flex;align-items:center;min-height:27px;padding:5px 10px;border-radius:999px;font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.badge-sale{background:#c22e45;color:#fff}.badge-new{background:var(--secondary);color:#2f1e08}.badge-dark{background:#25181f;color:#fff}.badge-success{background:#e0f5ec;color:#0d6c4c}
.quick-view{position:absolute;left:18px;right:18px;bottom:16px;z-index:2;min-height:42px;border-radius:999px;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--primary);font-size:.82rem;font-weight:800;transform:translateY(65px);opacity:0;transition:.25s}
.product-card:hover .quick-view{transform:translateY(0);opacity:1}
.product-card-body{padding:19px 18px 20px}
.product-meta-line{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.product-card h3{font-family:"Playfair Display",serif;font-size:1.17rem;line-height:1.25;margin:10px 0 14px;min-height:2.5em}
.product-price-row{display:flex;align-items:end;justify-content:space-between;gap:12px}
.price-wrap{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.price-wrap strong{font-size:1.04rem;color:var(--primary)}.price-wrap del{font-size:.78rem;color:#a3949c}.price-wrap small{width:100%;color:var(--muted);font-size:.68rem}
.card-wa-button{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#128c60;color:#fff;font-size:.7rem;font-weight:900;box-shadow:0 8px 20px rgba(18,140,96,.23)}
.promo-split{display:grid;grid-template-columns:1.05fr .95fr;min-height:500px;border-radius:32px;overflow:hidden;background:var(--primary);box-shadow:var(--shadow)}
.promo-image{min-height:450px;background:linear-gradient(145deg,rgba(111,23,74,.15),rgba(212,154,42,.22)),url('../images/placeholder-fabric.svg') center/cover}
.promo-copy{padding:65px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.promo-copy h2{font-family:"Playfair Display",serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.08;margin:14px 0 18px}.promo-copy p{color:rgba(255,255,255,.78);margin:0 0 30px}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-box{padding:26px;background:#fff;border:1px solid var(--line);border-radius:20px}.feature-box-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--accent);color:var(--primary);font-weight:900;margin-bottom:15px}.feature-box h3{font-size:1rem;margin:0 0 6px}.feature-box p{color:var(--muted);font-size:.84rem;margin:0}

.page-hero{padding:70px 0;background:linear-gradient(125deg,#fff4ed,#f7edf4);position:relative;overflow:hidden}
.page-hero::after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-90px;top:-160px;background:rgba(212,154,42,.15)}
.breadcrumbs{display:flex;gap:8px;align-items:center;font-size:.78rem;color:var(--muted);margin-bottom:15px}.breadcrumbs a:hover{color:var(--primary)}
.page-hero h1{font-family:"Playfair Display",serif;font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.05;margin:0 0 13px;letter-spacing:-.04em}.page-hero p{max-width:670px;color:var(--muted);margin:0}
.shop-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;align-items:start}
.filters{position:sticky;top:164px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}
.filter-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.filter-title h2{font-size:1rem;margin:0}.filter-title a{font-size:.72rem;color:var(--primary);font-weight:700}
.filter-group{padding:18px 0;border-top:1px solid var(--line)}.filter-group:first-of-type{border-top:0;padding-top:0}.filter-group h3{font-size:.83rem;margin:0 0 11px}.filter-option{display:flex;align-items:center;gap:9px;margin:9px 0;font-size:.84rem;color:var(--muted)}.filter-option input{accent-color:var(--primary)}
.filter-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.filter-inputs input,.filters select{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px;outline:0;background:#fff}.filter-button{width:100%;margin-top:12px}
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.shop-toolbar p{margin:0;color:var(--muted);font-size:.86rem}.shop-toolbar select{border:1px solid var(--line);border-radius:999px;padding:10px 15px;background:#fff;outline:0}
.shop-results .product-grid{grid-template-columns:repeat(3,1fr)}
.empty-state{padding:70px 30px;border:1px dashed #d9cbd3;border-radius:24px;text-align:center;background:var(--soft)}.empty-state h3{font-family:"Playfair Display",serif;font-size:1.8rem;margin:0 0 8px}.empty-state p{color:var(--muted);margin:0 0 20px}
.pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:42px}.pagination a,.pagination span{min-width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);font-weight:700;font-size:.84rem}.pagination .active{background:var(--primary);color:#fff;border-color:var(--primary)}

.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:start}
.product-gallery{display:grid;grid-template-columns:84px minmax(0,1fr);gap:14px;position:sticky;top:165px}
.gallery-thumbs{display:flex;flex-direction:column;gap:11px}.gallery-thumb{border:2px solid transparent;border-radius:14px;overflow:hidden;padding:0;background:#f6eff3;aspect-ratio:1;transition:.2s}.gallery-thumb.active{border-color:var(--primary)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.main-product-image{border-radius:28px;overflow:hidden;background:#f6eff3;aspect-ratio:4/5}.main-product-image img{width:100%;height:100%;object-fit:cover}
.product-info{padding-top:8px}.product-info .product-code{display:inline-flex;padding:6px 11px;border-radius:999px;background:var(--accent);color:var(--primary);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-info h1{font-family:"Playfair Display",serif;font-size:clamp(2.35rem,4vw,4rem);line-height:1.06;margin:17px 0 15px;letter-spacing:-.035em}.detail-price{display:flex;align-items:baseline;gap:11px;margin:0 0 18px}.detail-price strong{font-size:1.65rem;color:var(--primary)}.detail-price del{color:#9e8d96}.detail-price small{color:var(--muted)}
.stock-state{display:flex;align-items:center;gap:9px;font-size:.84rem;font-weight:700;margin-bottom:22px}.stock-dot{width:9px;height:9px;border-radius:50%;background:var(--success)}.stock-state.sold .stock-dot{background:#b63445}
.product-summary{color:var(--muted);font-size:1rem;margin:0 0 25px}
.detail-table{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);margin-bottom:26px}.detail-item{padding:14px 0;border-bottom:1px solid var(--line)}.detail-item:nth-child(odd){padding-right:20px}.detail-item small{display:block;color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.detail-item strong{font-size:.9rem}
.order-box{padding:23px;background:var(--soft);border:1px solid var(--line);border-radius:22px}.quantity-label{display:block;font-size:.78rem;font-weight:800;margin-bottom:9px}.quantity-row{display:grid;grid-template-columns:132px 1fr;gap:12px}.qty-control{display:grid;grid-template-columns:38px 1fr 38px;height:54px;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}.qty-control button{border:0;background:transparent;font-size:1.2rem;color:var(--primary)}.qty-control input{width:100%;border:0;outline:0;text-align:center;background:transparent;font-weight:800}.qty-control input::-webkit-inner-spin-button{appearance:none}.order-box .btn{width:100%}.order-helper{display:flex;align-items:start;gap:9px;color:var(--muted);font-size:.75rem;margin:12px 4px 0}
.product-description{margin-top:34px;padding-top:26px;border-top:1px solid var(--line)}.product-description h2{font-family:"Playfair Display",serif;font-size:1.5rem;margin:0 0 12px}.product-description p{color:var(--muted)}

.content-grid{display:grid;grid-template-columns:1fr 360px;gap:50px}.prose{font-size:1rem;color:#4e4148}.prose h2,.prose h3{font-family:"Playfair Display",serif;color:var(--ink);line-height:1.2}.prose h2{font-size:2rem;margin-top:35px}.prose h3{font-size:1.35rem;margin-top:28px}.prose ul{padding-left:20px}.prose a{color:var(--primary);font-weight:700}.info-card{background:var(--soft);border:1px solid var(--line);border-radius:24px;padding:28px;position:sticky;top:165px}.info-card h3{font-family:"Playfair Display",serif;font-size:1.55rem;margin:0 0 13px}.info-card p{color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px}.contact-panel,.contact-form-card{border:1px solid var(--line);border-radius:28px;padding:34px;background:#fff}.contact-panel{background:var(--primary);color:#fff}.contact-panel p{color:rgba(255,255,255,.75)}.contact-method{display:flex;gap:13px;margin-top:24px}.contact-method-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.12)}.contact-method strong,.contact-method span{display:block}.contact-method span{font-size:.83rem;color:rgba(255,255,255,.72)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.78rem;font-weight:800}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px 14px;outline:0;background:#fff}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(111,23,74,.07)}.field textarea{min-height:140px;resize:vertical}

.whatsapp-cta-section{padding:0 0 70px;background:linear-gradient(180deg,#fff,var(--soft))}.whatsapp-cta-card{background:linear-gradient(130deg,#3e102e,var(--primary));color:#fff;border-radius:30px;padding:45px 52px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:var(--shadow)}.section-kicker.light{color:#f0c96b}.whatsapp-cta-card h2{font-family:"Playfair Display",serif;font-size:2.25rem;margin:9px 0 8px}.whatsapp-cta-card p{margin:0;color:rgba(255,255,255,.73);max-width:720px}
.site-footer{background:#25161f;color:#f8eff4;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.1fr;gap:45px}.brand-footer .brand-copy small{color:#cbbbc4}.footer-brand p,.footer-contact p{color:#bbaab4;font-size:.87rem}.site-footer h3{font-size:.86rem;text-transform:uppercase;letter-spacing:.11em;color:#f1ce7d;margin:0 0 18px}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:9px 0}.site-footer li a,.footer-contact a{color:#cbbbc4;font-size:.87rem}.site-footer a:hover{color:#fff}.social-links{display:flex;gap:13px;flex-wrap:wrap;margin-top:20px}.social-links a{font-size:.79rem;font-weight:700;color:#fff}.delivery-note{padding-top:13px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;margin-top:45px;border-top:1px solid rgba(255,255,255,.1);color:#988892;font-size:.76rem}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:70;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#128c60;color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(18,140,96,.35);border:4px solid #fff}
.alert{padding:14px 17px;border-radius:13px;margin-bottom:18px;font-size:.88rem}.alert-success{background:#e4f7ef;color:#0d6548}.alert-error{background:#fde8ec;color:#93293d}

@media (max-width:1100px){
  .header-main{grid-template-columns:auto 1fr auto;gap:18px}.header-search{display:none}.header-contact{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.feature-strip{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-contact{grid-column:1/-1}.shop-results .product-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  .announcement-inner{justify-content:space-between}.announcement-inner span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-main{min-height:72px;grid-template-columns:40px 1fr auto}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px}.mobile-menu-btn span{width:24px;height:2px;background:var(--ink);transition:.2s}.brand-copy small{display:none}.brand-symbol{width:42px;height:42px;border-radius:13px}.brand-copy strong{font-size:1rem}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 18px 28px rgba(42,18,31,.12);max-height:calc(100vh - 109px);overflow:auto}.main-nav.is-open{display:block}.nav-inner{display:flex;align-items:stretch;flex-direction:column;gap:0;padding:12px 16px 22px}.nav-inner a{padding:13px;border-bottom:1px solid var(--line)}.whatsapp-mini{font-size:0;width:42px;height:42px;padding:0;display:grid;place-items:center}.whatsapp-mini::after{content:"WA";font-size:.67rem}.hero-slider,.hero-slide{min-height:650px}.hero-slide{background-position:62% center}.hero-content{padding:75px 0 150px}.hero h1{font-size:clamp(2.8rem,12vw,4.5rem)}.hero-trust-grid{grid-template-columns:1fr}.hero-trust-item{padding:12px 18px;border-right:0;border-bottom:1px solid var(--line)}.hero-trust-item:nth-child(n+2){display:none}.section{padding:68px 0}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:280px}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.promo-split{grid-template-columns:1fr}.promo-copy{padding:40px}.promo-image{min-height:330px}.shop-layout{grid-template-columns:1fr}.filters{position:static}.product-detail{grid-template-columns:1fr;gap:35px}.product-gallery{position:static}.content-grid,.contact-grid{grid-template-columns:1fr}.info-card{position:static}.whatsapp-cta-card{padding:35px;display:block}.whatsapp-cta-card .btn{margin-top:22px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-contact{grid-column:1/-1}
}
@media (max-width:560px){
  .container{width:min(calc(100% - 22px),var(--container))}.announcement-inner{font-size:.72rem}.announcement-inner a{display:none}.header-actions{gap:0}.hero-slider,.hero-slide{min-height:610px}.hero h1{font-size:2.75rem}.hero p{font-size:.95rem}.hero-actions .btn{width:100%}.section-heading{display:block}.section-heading .text-link{margin-top:16px}.category-grid{grid-template-columns:1fr}.category-card{min-height:260px}.product-grid,.shop-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:16px}.product-card-body{padding:13px 11px 15px}.product-card h3{font-size:.98rem;margin:8px 0 10px}.product-meta-line{font-size:.56rem}.product-meta-line span:last-child{display:none}.price-wrap strong{font-size:.9rem}.price-wrap del{display:none}.card-wa-button{width:34px;height:34px}.quick-view{display:none}.feature-strip{grid-template-columns:1fr}.shop-toolbar{align-items:flex-start;flex-direction:column}.shop-toolbar select{width:100%}.product-gallery{grid-template-columns:1fr}.gallery-thumbs{order:2;flex-direction:row;overflow:auto}.gallery-thumb{min-width:66px}.detail-table{grid-template-columns:1fr}.detail-item:nth-child(odd){padding-right:0}.quantity-row{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.whatsapp-cta-card{padding:29px 24px}.whatsapp-cta-card h2{font-size:1.8rem}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column}.floating-whatsapp{width:52px;height:52px;right:14px;bottom:14px}.page-hero{padding:52px 0}
}

/* Phase 1.1: dynamic branding, typography, blog and sharing */
html{font-size:var(--base-font-size,16px)}
body,button,input,select,textarea{font-family:var(--font-body,"DM Sans",sans-serif)}
h1,h2,h3,h4,.brand-symbol,.brand-copy strong,.hero h1,.section-heading h2,.content-title,.product-info h1,.page-hero h1,.info-card h3,.product-description h2,.blog-card h2,.article-header h1{font-family:var(--font-heading,"Playfair Display",serif)}
.brand-logo-image{width:auto;height:54px;max-width:190px;object-fit:contain;flex:0 0 auto}
.footer-logo-image{height:58px;max-width:210px;filter:brightness(0) invert(1)}
.contact-intro h2{color:#fff;margin:0 0 10px;font-size:clamp(1.8rem,3vw,2.8rem)}
.contact-intro p{color:rgba(255,255,255,.8);margin:0 0 26px}
.blog-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff}
.blog-hero .breadcrumbs,.blog-hero .breadcrumbs a,.blog-hero p{color:rgba(255,255,255,.78)}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.blog-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}
.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.blog-card-image{display:block;aspect-ratio:16/9;background:var(--soft);overflow:hidden}
.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.blog-card:hover .blog-card-image img{transform:scale(1.04)}
.blog-card-body{padding:24px;display:flex;flex-direction:column;flex:1}
.blog-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:.76rem}
.blog-meta span+span{position:relative;padding-left:14px}.blog-meta span+span::before{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;border-radius:50%;background:var(--secondary);transform:translateY(-50%)}
.blog-card h2{font-size:1.55rem;line-height:1.2;margin:13px 0 11px}
.blog-card p{color:var(--muted);margin:0 0 18px;flex:1}
.article-page{background:#fff}
.article-header{padding:72px 0 155px;background:linear-gradient(135deg,#fff8f4,#f7eaf1);text-align:center}
.article-header-inner{max-width:910px}
.article-header .breadcrumbs{justify-content:center}
.article-header .blog-meta{justify-content:center;margin:24px 0 12px}
.article-header h1{font-size:clamp(2.8rem,6vw,5.4rem);line-height:1.02;letter-spacing:-.045em;margin:16px 0 20px}
.article-header p{max-width:760px;margin:0 auto;color:var(--muted);font-size:1.08rem}
.article-layout{position:relative;max-width:980px;margin-top:-100px;padding-bottom:85px}
.article-featured{margin:0 0 34px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:var(--soft)}
.article-featured img{width:100%;aspect-ratio:16/8.5;object-fit:cover}
.article-content{max-width:780px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(28px,5vw,60px);box-shadow:var(--shadow-sm)}
.article-content>p:first-child{font-size:1.08rem}
.article-share{max-width:780px;margin:22px auto 0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.article-share strong{margin-right:4px}.article-share a{padding:8px 14px;border:1px solid var(--line);border-radius:999px;font-size:.8rem;font-weight:700;background:#fff}
@media(max-width:980px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-logo-image{height:46px;max-width:155px}}
@media(max-width:650px){.blog-grid{grid-template-columns:1fr}.article-header{padding:52px 0 115px}.article-layout{margin-top:-70px}.article-content{border-radius:18px}.brand-logo-image{height:40px;max-width:125px}.brand-copy small{display:none}.footer-logo-image{filter:brightness(0) invert(1)}}

/* Category brand dropdowns in the main menu */
.nav-category{position:relative;display:flex;align-items:center;min-height:47px}
.nav-category-link{display:inline-flex;align-items:center;gap:6px}
.has-brand-menu>.nav-category-link::before{content:"";position:absolute;left:0;right:0;bottom:7px;height:2px;background:var(--secondary);transform:scaleX(0);transition:transform .2s}
.has-brand-menu:hover>.nav-category-link::before,.has-brand-menu:focus-within>.nav-category-link::before{transform:scaleX(1)}
.has-brand-menu>.nav-category-link::after{content:"⌄";position:static;height:auto;background:transparent;transform:none;font-size:.72rem;color:var(--primary);margin-left:2px}
.nav-brand-dropdown{position:absolute;top:100%;left:50%;z-index:40;min-width:235px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 55px rgba(42,18,31,.16);transform:translate(-50%,10px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.nav-category:hover .nav-brand-dropdown,.nav-category:focus-within .nav-brand-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.nav-brand-title{display:block;padding:5px 8px 10px;color:#826b78;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.nav-brand-dropdown a{display:block;padding:10px 12px;border-radius:12px;color:var(--ink);font-size:.86rem;font-weight:700;white-space:nowrap}
.nav-brand-dropdown a::after{display:none!important}
.nav-brand-dropdown a:hover{background:#fbf7fa;color:var(--primary)}

@media (max-width: 900px){
  .nav-category{display:block;min-height:0;border-bottom:1px solid var(--line)}
  .nav-category>.nav-category-link{display:flex;justify-content:space-between;padding:13px;border-bottom:0}
  .nav-category>.nav-category-link::before{display:none}
  .nav-brand-dropdown{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0;padding:0 13px 12px 24px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none;background:transparent}
  .nav-brand-title{display:none}
  .nav-brand-dropdown a{padding:8px 10px;background:#fbf7fa;border-radius:10px;border-bottom:0;font-size:.82rem;white-space:normal}
}

@media (max-width: 540px){
  .nav-brand-dropdown{grid-template-columns:1fr}
}
.has-brand-menu>.nav-category-link:hover::after,.has-brand-menu:focus-within>.nav-category-link::after{transform:none}

/* Mobile homepage and product-card polish */
@media (max-width: 760px){
  .site-header{box-shadow:0 8px 24px rgba(44,18,34,.06)}
  .header-main{min-height:76px;padding-block:4px}
  .brand{gap:10px;min-width:0}
  .brand-logo-image{height:44px;max-width:138px}
  .brand-copy strong{font-size:1.08rem;letter-spacing:.02em;line-height:1.05}
  .section{padding:44px 0}
  .section-soft{background:linear-gradient(180deg,#fffaf6,#fff)}
  .section-heading{margin-bottom:18px}
  .section-heading h2{font-size:clamp(1.75rem,8vw,2.45rem)}
  .section-kicker{font-size:.62rem;letter-spacing:.14em}
  .section-kicker::before{width:20px}
  .product-grid,.shop-results .product-grid{gap:13px}
  .product-card{position:relative;border-radius:18px;box-shadow:0 8px 22px rgba(63,22,49,.07)}
  .product-card:hover{transform:none;box-shadow:0 8px 22px rgba(63,22,49,.07)}
  .product-image-wrap{aspect-ratio:1/1.18;background:#fbf7fa}
  .product-card-body{padding:13px 12px 14px}
  .product-meta-line{font-size:.58rem;letter-spacing:.07em;gap:5px;align-items:flex-start}
  .product-meta-line span:first-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .product-card h3{font-size:1.02rem;line-height:1.13;margin:7px 0 13px;min-height:auto;letter-spacing:-.015em}
  .product-price-row{align-items:flex-end;gap:8px}
  .price-wrap{gap:4px;line-height:1.15}
  .price-wrap strong{font-size:1rem;display:block;width:100%}
  .price-wrap small{font-size:.69rem;line-height:1.25}
  .card-wa-button{width:38px;height:38px;min-width:38px;font-size:.66rem;box-shadow:0 10px 24px rgba(18,140,96,.25)}
  .product-badges{top:9px;left:9px;right:9px;gap:5px}
  .badge{min-height:24px;padding:4px 9px;font-size:.58rem;letter-spacing:.08em}
  .category-card{border-radius:22px;min-height:220px}
  .category-card-content{padding:22px}
  .category-card h3{font-size:1.5rem}
  .promo-split{border-radius:24px}
  .promo-image{min-height:245px}
  .promo-copy{padding:30px 24px}
  .promo-copy h2{font-size:2rem}
  .feature-box{padding:20px;border-radius:17px}
}

@media (max-width: 460px){
  .container{width:min(calc(100% - 20px),var(--container))}
  .product-grid,.shop-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-image-wrap{aspect-ratio:1/1.12}
  .product-card-body{padding:11px 10px 12px}
  .product-card h3{font-size:.95rem;margin-bottom:10px}
  .price-wrap strong{font-size:.93rem}
  .price-wrap small{font-size:.66rem}
  .card-wa-button{width:35px;height:35px;min-width:35px}
  .floating-whatsapp{width:50px;height:50px;right:12px;bottom:calc(74px + env(safe-area-inset-bottom,0px));border-width:3px;box-shadow:0 14px 30px rgba(18,140,96,.33)}
  .hero-trust{position:relative;bottom:auto;z-index:4}
  .hero-trust-grid{min-height:auto}
  .hero-trust-item{padding:12px 18px}
}

@media (max-width: 360px){
  .product-card h3{font-size:.9rem}
  .badge{font-size:.54rem;padding-inline:7px}
  .card-wa-button{width:32px;height:32px;min-width:32px}
}

/* WhatsApp icon polish: replace stretched WA text with the official WhatsApp glyph on frontend buttons. */
.whatsapp-mini,
.btn-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.whatsapp-mini::before,
.btn-whatsapp::before,
.card-wa-button::before,
.floating-whatsapp::before,
.hero-trust-item:nth-child(2) .hero-trust-icon::before{
  content:"";
  display:block;
  flex:0 0 auto;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.4 32 1.9 131.5 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.4 0 221.9-99.5 222-221.9.1-59.3-23-115.1-65-157.1zM223.9 438.7h-.1c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.8 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-65.9-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3s19.9 53.7 22.6 57.4c2.8 3.7 39.1 59.7 94.8 83.7 35.2 15.2 49 16.5 66.6 13.8 10.7-2 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.4 32 1.9 131.5 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.4 0 221.9-99.5 222-221.9.1-59.3-23-115.1-65-157.1zM223.9 438.7h-.1c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.8 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-65.9-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3s19.9 53.7 22.6 57.4c2.8 3.7 39.1 59.7 94.8 83.7 35.2 15.2 49 16.5 66.6 13.8 10.7-2 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.whatsapp-mini::before,
.btn-whatsapp::before{
  width:18px;
  height:18px;
}

.card-wa-button,
.floating-whatsapp{
  font-size:0!important;
  line-height:1!important;
  overflow:hidden;
}

.card-wa-button::before{
  width:21px;
  height:21px;
}

.floating-whatsapp::before{
  width:30px;
  height:30px;
}

.hero-trust-item:nth-child(2) .hero-trust-icon{
  font-size:0!important;
}

.hero-trust-item:nth-child(2) .hero-trust-icon::before{
  width:22px;
  height:22px;
}

@media (max-width:820px){
  .whatsapp-mini::before{
    width:23px;
    height:23px;
  }
  .whatsapp-mini::after{
    content:""!important;
    display:none!important;
  }
}

@media (max-width:560px){
  .card-wa-button::before{
    width:19px;
    height:19px;
  }
  .floating-whatsapp::before{
    width:27px;
    height:27px;
  }
}
