@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--ink:#2b1243;--plum:#65128c;--pink:#eee2f9;--line:#e7dded;--muted:#72647d;--paper:#fff;--radius:3px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 'DM Sans',sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #a365c6;outline-offset:5px}button{color:inherit}h1,h2,h3,p{margin-top:0}.demo{background:var(--plum);color:white;text-align:center;padding:9px 20px;font-size:13px;letter-spacing:.04em}.demo span{opacity:.85}header{max-width:1400px;margin:auto;padding:30px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:'Playfair Display',Georgia,serif;font-size:37px;line-height:1.1;letter-spacing:-1.6px}.brand span{display:block;font-family:'DM Sans',sans-serif;font-size:10px;letter-spacing:2.4px;margin-top:12px}header nav{display:flex;gap:36px;font-size:14px}.bag{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:30px;font-size:14px}.bag span{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--plum);color:#fff;margin-left:10px;font-size:12px}.hero{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:auto;min-height:570px}.hero-copy{padding:68px 7% 45px 10%;background:#f7f2fc;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;margin-bottom:22px}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;letter-spacing:-1.9px;line-height:1.1}h1{font-size:clamp(42px,4.8vw,72px);margin-bottom:25px}h1 em{color:#781baa;font-weight:500}.intro{max-width:350px;color:#695575;font-size:16px;margin-bottom:28px}.primary{display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--plum);color:#fff;padding:15px 23px;font-size:14px;border:1px solid var(--plum);transition:background .2s}.primary:hover{background:#801eb0}.small{font-size:12px;color:var(--muted);margin:22px 0 0}.hero-image{position:relative;min-height:500px;overflow:hidden;background:#e8e3dd}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero-image:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.55))}.image-caption{position:absolute;bottom:36px;left:36px;color:white;z-index:1}.image-caption span{font-size:11px;letter-spacing:3px;display:block;margin-bottom:12px}.image-caption strong{font:500 34px/1.15 'Playfair Display',Georgia,serif}.ribbon{max-width:1400px;margin:auto;display:flex;justify-content:center;gap:55px;padding:20px;background:var(--pink);font-size:13px}.ribbon b{color:#b48b37}.collection{max-width:1240px;margin:auto;padding:85px 32px 65px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.section-heading h2{font-size:46px;margin-bottom:0}.section-heading p{font-size:14px;margin-bottom:0}.section-heading .eyebrow{font-size:12px;margin-bottom:15px}.muted{color:var(--muted)}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.filters button{border:1px solid var(--line);background:#fff;border-radius:30px;padding:9px 22px;font-size:14px}.filters .active{background:var(--plum);border-color:var(--plum);color:white}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product figure{margin:0;position:relative;background:#f2f0ef;aspect-ratio:4/4.6;overflow:hidden}.product img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.035)}.sample{position:absolute;top:15px;left:15px;font-size:11px;background:#ffffffed;padding:4px 10px;letter-spacing:.07em}.product .category{font-size:11px;letter-spacing:1.7px;color:var(--muted);margin:20px 0 5px}.product h3{font-weight:500;font-size:19px;margin-bottom:6px}.product .price{font-weight:600;margin-bottom:15px}.add{width:100%;background:white;border:1px solid var(--line);padding:11px;font-size:14px}.add:hover{background:var(--pink);border-color:var(--plum)}.catalog-note{font-size:13px;color:var(--muted);margin:24px 0 0}.empty{grid-column:1/-1;padding:50px;background:#f7f2fc;text-align:center}.how{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;padding:65px max(6%,calc((100vw - 1176px)/2));background:#f7f2fc}.how h2{font-size:46px}.how p{color:var(--muted);font-size:14px;max-width:360px}.how ol{list-style:none;padding:0;margin:0}.how li{display:flex;gap:24px;border-bottom:1px solid var(--line);padding:18px 0}.how li:first-child{padding-top:0}.how li:last-child{border:0}.how li>span{font-family:'Playfair Display',Georgia,serif;font-size:28px;color:#aa8538}.how h3{font-size:16px;font-weight:600;margin-bottom:4px}.how li p{margin:0;max-width:440px}footer{max-width:1300px;margin:auto;padding:48px 5%;display:flex;justify-content:space-between;gap:30px}footer p{font-size:13px;margin:0}dialog{border:0;padding:30px;max-width:500px;width:calc(100% - 28px);max-height:90vh;color:var(--ink);border-radius:6px;box-shadow:0 24px 80px #0003}dialog::backdrop{background:#24142588;backdrop-filter:blur(3px)}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-head .eyebrow{margin-bottom:8px}.cart-head h2{font-size:34px;margin-bottom:24px}.close{border:0;background:#f7f2fc;border-radius:50%;width:40px;height:40px;font-size:27px}.cart-row{border-top:1px solid var(--line);padding:20px 0;display:flex;gap:16px;align-items:center}.cart-row img{width:66px;height:80px;object-fit:cover}.cart-detail{flex:1}.cart-detail h3{font-size:16px;font-weight:500;margin:0}.cart-detail p{margin:0;font-size:14px}.quantity{display:flex;align-items:center;gap:12px;margin-top:8px}.quantity button{border:1px solid var(--line);background:white;width:34px;height:34px}.remove{font-size:12px!important;width:auto!important;border:0!important;color:var(--muted);text-decoration:underline;margin-left:auto}.subtotal{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:16px}.subtotal strong{font-size:22px}#checkout>.muted,.test-note,.payment-note{font-size:13px}.whatsapp{background:#215d46;border-color:#215d46;margin-top:20px;justify-content:center}.whatsapp:hover{background:#184b37}.test-note{color:var(--muted);text-align:center;margin:12px 0}.payment-note{background:#f7f2fc;padding:15px;margin-top:20px}.payment-note p{margin:3px 0 0;color:var(--muted)}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);padding:12px 22px;background:var(--plum);color:white;border-radius:4px;box-shadow:0 5px 30px #0002;z-index:10;opacity:0;pointer-events:none;transition:opacity .2s;max-width:90%;text-align:center;font-size:14px}.toast.show{opacity:1}
@media(max-width:760px){header{padding:24px 6%}.brand{font-size:30px}.brand span{font-size:9px;letter-spacing:1.4px}header nav{display:none}.bag{padding:8px 12px}.hero{grid-template-columns:1fr}.hero-copy{padding:44px 7%}.hero-image{min-height:360px}.hero h1{font-size:52px}.ribbon{gap:20px;flex-wrap:wrap;font-size:12px}.ribbon b{display:none}.collection{padding:50px 6%}.section-heading{display:block}.section-heading h2{font-size:36px;margin-bottom:15px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.product h3{font-size:16px}.product .category{font-size:10px}.filters{gap:8px}.filters button{padding:8px 15px}.how{grid-template-columns:1fr;gap:20px;padding:45px 7%}.how h2{font-size:38px}.how h2 br{display:none}footer{flex-direction:column;gap:26px;padding:40px 7%}.demo{font-size:11px}.demo span{display:block}.eyebrow{font-size:10px}.sample{top:10px;left:10px;font-size:10px}.image-caption strong{font-size:30px}}
@media(max-width:370px){.products{grid-template-columns:1fr}.hero h1{font-size:43px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.brand{display:flex;align-items:center;gap:16px;letter-spacing:-1px}.brand-logo{display:block;width:92px;height:92px;object-fit:contain;flex-shrink:0}.brand .brand-name{font-family:'Playfair Display',Georgia,serif;font-size:31px;color:var(--plum);letter-spacing:-1px;margin:0}.brand small{display:block;font-family:'DM Sans',sans-serif;font-size:10px;letter-spacing:1.7px;color:var(--muted);margin-top:9px}.hero-copy{border-top:2px solid #d9bb68}.ribbon{border-bottom:1px solid #d9bb6866}header{padding-top:17px;padding-bottom:17px}footer .brand-logo{width:80px;height:80px}@media(max-width:760px){.brand{gap:9px}.brand-logo{width:67px;height:67px}.brand .brand-name{font-size:23px}.brand small{font-size:8px;letter-spacing:.7px}.bag{font-size:12px;padding:8px}.bag span{margin-left:4px}header{gap:8px;padding-left:4%;padding-right:4%}}


.locations{max-width:1240px;padding:70px 32px;margin:auto}.locations h2{font-size:42px}.store-gallery{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;margin-top:30px}.store-gallery img{width:100%;height:390px;object-fit:cover;border-radius:4px}.store-gallery img:last-child{object-position:center 35%}.location-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.location-cards article{padding:26px;border:1px solid var(--line);border-top:3px solid #d9bb68}.location-cards .eyebrow{margin-bottom:10px}.location-cards h3{font-size:22px;margin-bottom:4px}.location-cards a{font-size:14px;color:var(--plum);text-decoration:underline;text-underline-offset:4px}.delivery-title{font-size:18px;margin:26px 0 12px}#delivery-form label{display:block;font-size:14px;font-weight:500;margin:14px 0 5px}#delivery-form select,#delivery-form input,#delivery-form textarea{font:inherit;font-size:16px;color:var(--ink);background:#fff;border:1px solid #bbadc5;border-radius:4px;width:100%;padding:11px;min-width:0}#delivery-form fieldset{border:0;padding:0;margin:20px 0 0;min-width:0}#delivery-form legend{font-size:16px;font-weight:600}.field-help{font-size:13px;color:var(--muted);margin:10px 0}.form-error{color:#a01a33;font-size:14px}#whatsapp{width:100%;font:inherit;font-size:14px;cursor:pointer}#delivery-form :focus-visible{outline:3px solid #a365c6;outline-offset:2px}[hidden]{display:none!important}@media(max-width:760px){.locations{padding:45px 6%}.locations h2{font-size:34px}.store-gallery{gap:12px;grid-template-columns:1fr 1fr}.store-gallery img{height:250px}.location-cards{grid-template-columns:1fr;gap:16px}.location-cards h3{font-size:20px}header nav{display:none}}
.opening-hours{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 5%;background:#65128c;color:#fff;border-bottom:3px solid #d9bb68}.opening-hours div{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.opening-hours strong{font-size:16px}.opening-hours span{font-size:16px}.opening-hours a{font-size:14px;text-decoration:underline;text-underline-offset:4px}.opening-hours a:focus-visible{outline-color:#fff}@media(max-width:760px){.opening-hours{flex-direction:column;align-items:flex-start;gap:10px;padding:17px 6%}.opening-hours div{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.opening-hours span{font-size:16px}.opening-hours a{font-size:14px}}

.yape-section{max-width:1240px;margin:auto;padding:65px 32px;display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center;border-bottom:1px solid var(--line)}.yape-logo{width:72px;height:76px;object-fit:contain;float:right}.yape-info h2{font-size:42px}.yape-info .eyebrow{margin-bottom:14px}.yape-info>p{max-width:550px}.yape-number{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.yape-number strong{font-size:30px;letter-spacing:1px;color:var(--plum)}.yape-number button{border:1px solid var(--plum);border-radius:4px;background:white;padding:10px 14px;font-size:14px}.yape-test{background:#f3e8fb;padding:15px;border-left:3px solid #65128c;font-size:14px}.yape-code{text-align:center;border:1px solid var(--line);border-radius:8px;padding:24px;background:#fff}.yape-code img{width:100%;max-width:380px;height:auto;object-fit:contain}.yape-code a{display:block;color:var(--plum);font-size:14px;text-decoration:underline}.yape-code p{font-size:13px;color:var(--muted);margin:12px 0 0}#yape-copy-status{font-size:14px;color:var(--plum);min-height:1.5em;margin:8px 0}.payment-note a{display:inline-block;margin-top:10px;text-decoration:underline}@media(max-width:760px){.yape-section{grid-template-columns:1fr;gap:25px;padding:45px 6%}.yape-info h2{font-size:34px}.yape-code{max-width:430px;width:100%;margin:auto}.yape-number strong{font-size:27px}}
