:root{--rose-50: #fff8f9;--rose-100: #fdeef2;--rose-200: #f7d6e0;--rose-300: #efb7c8;--rose-400: #e59aaa;--rose-500: #d47a91;--rose-600: #c45d78;--ink: #1c1518;--ink-soft: #3b3236;--muted: #7a6c71;--line: #f0e2e6;--white: #ffffff;--cream: #fff5f7;--gold: #b8926a;--shadow: 0 18px 50px rgba(196, 93, 120, .12);--radius: 1.25rem;--radius-sm: .9rem;--header: 4.5rem;--announce: 2.25rem;--max: 72rem;--font-serif: "Cormorant Garamond", "Times New Roman", serif;--font-sans: Outfit, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--ink);background:var(--white);line-height:1.55;text-rendering:optimizeLegibility;overflow-x:hidden}img{max-width:100%;height:auto;display:block;background:var(--rose-100);color:transparent}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:0;background:none}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;line-height:1.15;letter-spacing:-.02em;margin:0}p{margin:0}ul{margin:0;padding:0;list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.product-grid .empty-copy{grid-column:1 / -1}.skip{position:absolute;left:1rem;top:-4rem;background:var(--ink);color:var(--white);padding:.7rem 1rem;border-radius:999px;z-index:80}.skip:focus{top:1rem}.container{width:100%;max-width:var(--max);margin-inline:auto;padding-inline:1rem}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--rose-600);font-weight:600}.section{padding:4rem 0;content-visibility:auto;contain-intrinsic-size:1px 720px}.section--blush{background:var(--rose-50)}.section__head{text-align:center;max-width:40rem;margin:0 auto 2.5rem}.section__head h2{font-size:clamp(2rem,4vw,3.4rem);margin-top:.4rem}.section__head p{color:var(--muted);margin-top:.7rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.7rem 1.35rem;border-radius:999px;font-weight:600;font-size:.92rem;transition:transform .2s ease,background .2s ease,color .2s ease}.btn:hover{transform:translateY(-1px)}.btn--pink{background:var(--rose-500);color:var(--white)}.btn--pink:hover{background:var(--rose-600)}.btn--dark{background:var(--ink);color:var(--white)}.btn--ghost{border:1px solid rgba(255,255,255,.55);color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn--line{border:1px solid var(--line);background:var(--white)}.icon-btn{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:999px;position:relative;color:var(--ink)}.icon-btn svg{width:1.2rem;height:1.2rem;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-btn:hover,.icon-btn:focus-visible{background:var(--rose-100)}.announce{background:var(--rose-200);color:var(--ink-soft);height:var(--announce);overflow:hidden;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.announce__track{display:flex;gap:4rem;width:max-content;animation:marquee 28s linear infinite;padding:.55rem 0}.announce__track span:before{content:"✦";margin-right:.7rem;color:var(--rose-600)}header.site-header{position:sticky;top:0;z-index:40;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid transparent}header.site-header.is-scrolled{border-bottom-color:var(--line)}.header__bar{display:grid;grid-template-columns:2.75rem minmax(0,1fr) auto;align-items:center;min-height:var(--header);gap:.5rem;position:relative}.logo{display:flex;flex-direction:column;align-items:center;justify-self:center;line-height:1}.logo strong{font-family:var(--font-serif);font-size:1.85rem;font-weight:600;letter-spacing:.18em}.logo small{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);margin-top:.2rem}.header__actions{display:flex;justify-content:flex-end;align-items:center;gap:.1rem;justify-self:end}.nav-toggle{display:inline-grid;place-items:center}.nav{display:none;z-index:2}.nav a{font-size:.92rem;font-weight:500}.nav a:hover,.nav a[aria-current=page]{color:var(--rose-600)}.cart-count{position:absolute;top:.35rem;right:.3rem;min-width:1.05rem;height:1.05rem;border-radius:999px;background:var(--rose-600);color:var(--white);font-size:.62rem;display:grid;place-items:center;padding:0 .2rem}.hero{position:relative}.slider{position:relative;overflow:hidden;min-height:min(86vh,46rem);background:var(--rose-100)}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease}.slide.is-active{position:relative;opacity:1;visibility:visible}.slide img{width:100%;height:min(86vh,46rem);object-fit:cover}.slide__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#140e10b8,#140e1047 48%,#140e1014);display:grid;align-items:end;padding:4.5rem 0 5rem;color:var(--white)}.slide__copy{width:min(100%,34rem);margin-inline:auto;max-width:34rem;padding:1.2rem 1.3rem 1.35rem;border-radius:1.4rem;background:#140e106b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.slide__copy h1{font-size:clamp(3rem,8vw,6.2rem);font-style:italic;margin:.3rem 0 .8rem}.slide__copy p{max-width:28rem;margin-bottom:1.4rem;font-size:1.05rem}.slider__nav{position:absolute;inset:auto .6rem 50%;display:flex;justify-content:space-between;transform:translateY(50%);pointer-events:none}.slider__nav button{pointer-events:auto;width:2.8rem;height:2.8rem;border-radius:999px;background:#ffffffe0;font-size:1.2rem}.slider__dots{position:absolute;left:50%;bottom:1.2rem;transform:translate(-50%);display:flex;gap:.45rem}.slider__dot{width:.55rem;height:.55rem;border-radius:999px;background:#ffffff73;padding:0;border:0}.slider__dot.is-active{background:var(--white);width:1.4rem}.trust{display:grid;gap:1rem;padding:1.4rem 0;border-bottom:1px solid var(--line)}.trust article{display:flex;gap:.8rem;align-items:flex-start;font-size:.92rem}.trust strong{display:block}.trust span{color:var(--muted);font-size:.82rem}.cat-grid,.product-grid,.promo-grid,.ugc-grid,.review-grid{display:grid;gap:1rem}.cat-card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:14rem;color:var(--white)}.cat-card img{width:100%;height:100%;object-fit:cover;min-height:14rem;transition:transform .5s ease}.cat-card:hover img{transform:scale(1.06)}.cat-card span{position:absolute;inset:auto 1rem 1rem;font-family:var(--font-serif);font-size:1.8rem;text-shadow:0 8px 24px rgba(0,0,0,.35)}.product-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.product-card__media{position:relative;background:var(--rose-100);aspect-ratio:4 / 5;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.badge{position:absolute;top:.8rem;left:.8rem;background:var(--white);color:var(--rose-600);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:.35rem .6rem;border-radius:999px}.product-card__body{padding:1rem 1rem 1.15rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-card h3{font-size:1.25rem}.price{display:flex;gap:.55rem;align-items:baseline;font-weight:650;font-variant-numeric:tabular-nums}.price s{color:var(--muted);font-weight:500;font-size:.85rem}.product-card .btn{margin-top:auto;width:100%}.promo-card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:22rem;color:var(--white)}.promo-card img{width:100%;height:100%;object-fit:cover;min-height:22rem}.promo-card__copy{position:absolute;inset:auto 0 0;padding:1.6rem;background:linear-gradient(transparent,#1c1518b8)}.promo-card h3{font-size:2.2rem;font-style:italic;margin:.2rem 0 .8rem}.ugc-grid figure{margin:0;border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1}.ugc-grid img{width:100%;height:100%;object-fit:cover}.review-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem}.stars{color:var(--gold);letter-spacing:.12em}.page-hero{background:var(--rose-100);padding:3.2rem 0 2.4rem;text-align:center}.page-hero h1{font-size:clamp(2.4rem,6vw,4.4rem);font-style:italic;margin-top:.35rem}.crumbs{display:flex;flex-wrap:wrap;gap:.4rem;color:var(--muted);font-size:.88rem;margin-bottom:1.2rem}.shop-tools{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:space-between;align-items:center;margin-bottom:1.4rem}.filters{display:flex;flex-wrap:nowrap;gap:.45rem;overflow-x:auto;scrollbar-width:none;max-width:100%}.filters::-webkit-scrollbar{display:none}.chip{border:1px solid var(--line);border-radius:999px;padding:.45rem .9rem;background:var(--white);min-height:2.5rem;white-space:nowrap;flex-shrink:0}.chip.is-active{background:var(--ink);color:var(--white);border-color:var(--ink)}.product-layout{display:grid;gap:1.6rem}.product-gallery{background:var(--rose-100);border-radius:var(--radius);overflow:hidden}.product-gallery img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.product-info h1{font-size:clamp(2rem,4vw,3.2rem);margin:.35rem 0 .6rem}.shade-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0 1.3rem}.sticky-buy{position:sticky;bottom:0;background:#fffffff5;padding:.8rem 0 calc(.8rem + env(safe-area-inset-bottom));border-top:1px solid var(--line)}.split{display:grid;gap:1.5rem}.about-card,.contact-card,.form{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem}.form{display:grid;gap:.8rem}label span,.form label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:.9rem;padding:.8rem .9rem;background:var(--white)}input:focus,textarea:focus,select:focus,button:focus-visible,a:focus-visible{outline:2px solid var(--rose-400);outline-offset:2px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:.9rem .4rem;border-bottom:1px solid var(--line);vertical-align:middle}.cart-product{display:flex;gap:.8rem;align-items:center}.cart-product img{width:4.2rem;height:4.2rem;object-fit:cover;border-radius:.8rem}.cart-product small{display:block;color:var(--muted)}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden}.qty button,.qty span{width:2.2rem;height:2.2rem;display:grid;place-items:center}.site-footer{background:var(--rose-100);padding:3.2rem 0 1.4rem;margin-top:2rem}.footer-grid{display:grid;gap:1.6rem}.site-footer h2,.site-footer h3{font-size:1.15rem;margin-bottom:.7rem}.site-footer a,.site-footer p{color:var(--ink-soft);font-size:.92rem}.site-footer li+li{margin-top:.35rem}.newsletter{display:flex;gap:.4rem}.newsletter input{flex:1}.legal{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--rose-200);display:flex;flex-wrap:wrap;gap:.7rem;justify-content:space-between;color:var(--muted);font-size:.82rem}.wa{position:fixed;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));width:3.4rem;height:3.4rem;border-radius:999px;background:#25d366;color:transparent;display:grid;place-items:center;z-index:30;box-shadow:var(--shadow);font-size:0}.wa:before{content:"";width:1.4rem;height:1.4rem;background:#fff;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M20 3.5A10.4 10.4 0 0 0 3.2 17.3L2 22l4.8-1.2A10.4 10.4 0 1 0 20 3.5zm-8 16.3a8.6 8.6 0 0 1-4.4-1.2l-.3-.2-2.8.7.7-2.7-.2-.3a8.6 8.6 0 1 1 7 3.7zm4.7-6.4c-.3-.1-1.5-.8-1.8-.9s-.4-.1-.6.1-.7.9-.8 1-.3.2-.6.1a7 7 0 0 1-2-1.2 7.7 7.7 0 0 1-1.4-1.8c-.2-.3 0-.4.1-.6l.4-.5.1-.3a.5.5 0 0 0 0-.5c0-.1-.6-1.4-.8-1.9s-.4-.4-.6-.4h-.5a1 1 0 0 0-.7.3 2.9 2.9 0 0 0-.9 2.2 5 5 0 0 0 1.1 2.7 11.4 11.4 0 0 1 4.4 3.9 15 15 0 0 0 1.5.5 3.6 3.6 0 0 0 1.6.1 2.7 2.7 0 0 0 1.8-1.3 2.2 2.2 0 0 0 .2-1.3c-.1-.1-.3-.2-.6-.3z'/></svg>") center / contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M20 3.5A10.4 10.4 0 0 0 3.2 17.3L2 22l4.8-1.2A10.4 10.4 0 1 0 20 3.5zm-8 16.3a8.6 8.6 0 0 1-4.4-1.2l-.3-.2-2.8.7.7-2.7-.2-.3a8.6 8.6 0 1 1 7 3.7zm4.7-6.4c-.3-.1-1.5-.8-1.8-.9s-.4-.1-.6.1-.7.9-.8 1-.3.2-.6.1a7 7 0 0 1-2-1.2 7.7 7.7 0 0 1-1.4-1.8c-.2-.3 0-.4.1-.6l.4-.5.1-.3a.5.5 0 0 0 0-.5c0-.1-.6-1.4-.8-1.9s-.4-.4-.6-.4h-.5a1 1 0 0 0-.7.3 2.9 2.9 0 0 0-.9 2.2 5 5 0 0 0 1.1 2.7 11.4 11.4 0 0 1 4.4 3.9 15 15 0 0 0 1.5.5 3.6 3.6 0 0 0 1.6.1 2.7 2.7 0 0 0 1.8-1.3 2.2 2.2 0 0 0 .2-1.3c-.1-.1-.3-.2-.6-.3z'/></svg>") center / contain no-repeat}.overlay,.search,.drawer{position:fixed;inset:0;z-index:50}.overlay{background:#1c151859;opacity:0;pointer-events:none;transition:opacity .25s ease}.overlay.is-open{opacity:1;pointer-events:auto}.search{display:none;place-items:start center;padding:12vh 1rem 1rem;background:#ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.search.is-open{display:grid}.search__panel{width:min(40rem,100%);background:var(--white);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.search-hit{display:flex;gap:.8rem;align-items:center;padding:.7rem 0;border-bottom:1px solid var(--line)}.search-hit img{width:3.4rem;height:3.4rem;object-fit:cover;border-radius:.7rem}.search-hit small{display:block;color:var(--muted)}.drawer{width:min(26rem,100%);left:auto;background:var(--white);transform:translate(100%);transition:transform .28s ease;display:flex;flex-direction:column}.drawer.is-open{transform:none}.drawer__head,.drawer__foot{padding:1rem 1.1rem;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.drawer__foot{border-bottom:0;border-top:1px solid var(--line);margin-top:auto;display:grid;gap:.7rem}.drawer__body{padding:1rem 1.1rem;overflow:auto}.cart-row{display:grid;grid-template-columns:4.5rem 1fr auto;gap:.7rem;margin-bottom:1rem}.cart-row img{width:4.5rem;height:4.5rem;object-fit:cover;border-radius:.8rem}.cart-row h3{font-size:1rem}.cart-row__meta{color:var(--muted);font-size:.82rem;margin:.15rem 0 .4rem}.toast{position:fixed;left:50%;bottom:5.5rem;transform:translate(-50%) translateY(1rem);background:var(--ink);color:var(--white);padding:.75rem 1.1rem;border-radius:999px;z-index:70;opacity:0;transition:.25s ease}.toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.empty-copy{color:var(--muted);text-align:center;padding:2rem 0}.has-overlay{overflow:hidden}.mobile-nav{display:none;position:fixed;inset:calc(var(--announce) + var(--header)) 0 0;background:var(--white);z-index:35;padding:1.4rem 1.2rem 2rem}.mobile-nav.is-open{display:grid;align-content:start;gap:1rem}.mobile-nav a{font-family:var(--font-serif);font-size:2rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(min-width:800px){.filters{flex-wrap:wrap;overflow:visible}}@media(min-width:700px){.trust{grid-template-columns:repeat(3,1fr)}.cat-grid,.promo-grid,.review-grid,.product-grid,.ugc-grid{grid-template-columns:repeat(2,1fr)}.product-layout,.split,.footer-grid{grid-template-columns:1.1fr .9fr}.sticky-buy{position:static;border:0;padding:0;background:none}}@media(min-width:980px){.header__bar{grid-template-columns:1fr auto 1fr}.nav-toggle{display:none}.nav{display:flex;gap:1.15rem}.cat-grid{grid-template-columns:repeat(3,1fr)}.product-grid,.ugc-grid{grid-template-columns:repeat(4,1fr)}.promo-grid{grid-template-columns:1.3fr .85fr .85fr}.review-grid,.footer-grid{grid-template-columns:repeat(4,1fr)}.slide__overlay{align-items:center;padding-top:0}}@media(max-width:979px){.logo small{display:none}.logo strong{font-size:1.2rem;letter-spacing:.14em}.icon-btn{width:2.5rem;height:2.5rem}a.icon-btn[href="contacto.html"]{display:none}.slide__overlay{align-items:end;background:linear-gradient(180deg,#140e100d 18%,#140e10b8);padding:0 0 3.4rem}.slide__copy h1{font-size:clamp(2.4rem,12vw,3.2rem)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.announce__track,.slide,.product-card__media img,.cat-card img{animation:none;transition:none}}.auth-overlay{position:fixed;inset:0;z-index:60;background:#1c151861;display:grid;place-items:center;padding:1rem}.auth-card{position:relative;width:min(24.5rem,100%);background:#fff;border-radius:1.4rem;padding:1.5rem 1.4rem 1.3rem;box-shadow:var(--shadow)}.auth-close{position:absolute;top:.7rem;right:.85rem;width:2rem;height:2rem;border:0;background:none;font-size:1.4rem;line-height:1;color:var(--ink);cursor:pointer}.auth-card h2{font-size:2rem;text-align:center;margin-bottom:1.1rem}.auth-card form{display:grid;gap:.75rem}.auth-card label,.panel-card label{display:grid;gap:.35rem;font-size:.78rem;font-weight:600}.sm\:col{grid-column:1 / -1}.auth-links{display:flex;justify-content:space-between;gap:.8rem;margin-top:.9rem;font-size:.86rem}.auth-links button{color:var(--rose-600);font-weight:600;background:none}.account-box{border:1px solid var(--line);border-radius:1rem;padding:1rem;margin-bottom:.9rem}.panel{min-height:70vh;padding:2rem 0 4rem}.panel-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin:1.2rem 0 1.6rem}.panel-card{border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;background:#fff;margin-bottom:1rem}.panel-grid{display:grid;gap:.8rem}@media(min-width:800px){.panel-grid{grid-template-columns:repeat(2,1fr)}.panel-grid--4{grid-template-columns:repeat(4,1fr)}}.panel-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.panel-error{color:#9b2c2c}.panel-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1rem}.panel-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.panel-product{display:grid;grid-template-columns:88px 1fr;gap:1rem;align-items:center}.panel-product img{width:88px;height:88px;object-fit:cover;border-radius:.85rem}.media-card{display:grid;gap:1rem}@media(min-width:800px){.media-card{grid-template-columns:220px 1fr;align-items:start}}.image-field{display:grid;gap:.5rem}.image-field img,.image-field__empty{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:.9rem;background:#f6ecef}.image-field__empty{display:grid;place-items:center;color:#8a7a80;font-size:.8rem}.image-field__file input{font-size:.78rem}.editor-bar{position:fixed;left:50%;bottom:1.2rem;transform:translate(-50%);z-index:55;background:var(--ink);color:#fff;border-radius:999px;padding:.55rem .9rem;display:flex;gap:.5rem;align-items:center;font-size:.82rem}[data-missco-edit]:hover{outline:2px dashed var(--rose-400);outline-offset:2px}.vitrine{position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.vitrine:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.28) 45%,transparent 60%);transform:translate(-120%);transition:transform .9s cubic-bezier(.22,1,.36,1);pointer-events:none;z-index:2}.vitrine:hover{transform:translateY(-6px);box-shadow:0 22px 40px #c45d782e}.vitrine:hover:after{transform:translate(120%)}.drift{animation:drift-move 9s ease-in-out infinite}.drift.delay{animation-delay:1.2s}@keyframes drift-move{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-in{opacity:1;transform:none}.slide.is-active img{animation:ken-burns 7.2s ease-out forwards}@keyframes ken-burns{0%{transform:scale(1)}to{transform:scale(1.08)}}.petal{position:absolute;width:.7rem;height:1rem;border-radius:70% 10%;background:#f3c1ce;opacity:.55;z-index:3;pointer-events:none;animation:petal-fall 11s linear infinite}.petal--1{left:12%;animation-delay:0s}.petal--2{left:48%;width:.55rem;height:.8rem;background:#e59aaa;animation-delay:3.4s}.petal--3{left:78%;animation-delay:6.2s}@keyframes petal-fall{0%{top:-8%;transform:rotate(0) translate(0);opacity:0}12%{opacity:.6}to{top:108%;transform:rotate(220deg) translate(28px);opacity:0}}.duo{display:grid;gap:0}.duo__card{position:relative;min-height:22rem;color:#fff;display:grid;align-items:end}.duo__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.duo__card>div{position:relative;z-index:1;padding:2rem 1.4rem;background:linear-gradient(transparent,#140e10b8)}.duo__card h2{font-size:clamp(2.4rem,6vw,4rem);font-style:italic;margin:.2rem 0 .6rem}.review-card p{margin:.7rem 0 1rem}.review-card strong{font-size:.82rem;color:var(--muted);font-family:var(--font-sans);font-weight:600}.yt-bed{position:fixed;left:-9999px;top:0;width:200px;height:200px;overflow:hidden;pointer-events:none}.music-dock{position:fixed;left:1rem;bottom:1rem;z-index:50;border:0;border-radius:999px;padding:.7rem .95rem;font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer;background:#1c1518;color:#fff;box-shadow:0 12px 28px #1c151838}.music-dock.is-muted{background:#fff;color:var(--ink);border:1px solid var(--line)}.wa-float{position:fixed;right:1rem;bottom:1rem;z-index:50;background:#25d366;color:#fff;font-weight:700;font-size:.82rem;padding:.75rem 1rem;border-radius:999px;box-shadow:0 12px 28px #25d36659;animation:fountain-pulse 4s ease-in-out infinite}@keyframes fountain-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@media(min-width:800px){.duo{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.drift,.petal,.slide.is-active img,.wa-float,.reveal{animation:none;transform:none;opacity:1}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.icon-btn--face{color:var(--rose-600)}.icon-btn--face svg{stroke-width:1.7}.icon-btn--face .face-eye{fill:currentColor;stroke:none}.kiss-layer{position:fixed;inset:0;pointer-events:none;z-index:200}.kiss{position:fixed;z-index:201;font-size:2rem;line-height:1;pointer-events:none;transform:translate(-50%,-50%);animation:kiss-up 1.05s ease-out forwards}@keyframes kiss-up{0%{opacity:1;transform:translate(-50%,-50%) scale(.55) rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--dx, 0px)),calc(-50% + var(--dy, -120px))) scale(1.4) rotate(var(--rot, 0deg))}}.crm{min-height:100vh;background:#fff8f9;color:var(--ink)}.crm-empty{min-height:70vh;display:grid;place-content:center;gap:1rem;text-align:center}.crm-top{position:sticky;top:0;z-index:40;background:#fffffff2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.crm-top__row{max-width:80rem;margin:0 auto;padding:1rem 1.1rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.crm-back{font-size:.88rem;color:var(--muted)}.crm-top__brand{flex:1;min-width:10rem}.crm-top__brand p{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--rose-600)}.crm-top__brand h1{font-size:clamp(1.2rem,3vw,1.7rem);margin:0}.crm-top__who{text-align:right;font-size:.86rem}.crm-top__who span{display:block;font-size:.75rem;color:var(--muted)}.crm-tabs{max-width:80rem;margin:0 auto;padding:.7rem 1.1rem .9rem;display:flex;flex-wrap:wrap;gap:.45rem;border-top:1px solid var(--line)}.crm-tab{border:1px solid var(--line);border-radius:999px;padding:.45rem 1rem;font-size:.75rem;font-weight:700;text-transform:capitalize;color:var(--muted);background:#fff}.crm-tab.is-on{background:var(--rose-500);border-color:var(--rose-500);color:#fff}.crm-main{max-width:80rem;margin:0 auto;padding:2rem 1.1rem 4rem}.crm-note{display:flex;gap:.7rem;margin-bottom:1.4rem;padding:.9rem 1rem;border-radius:1.1rem;border:1px solid #efb7c8;background:#fdeef2;font-size:.9rem}.crm-toolbar{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;justify-content:space-between;margin-bottom:1.3rem}.crm-search{flex:1;min-width:14rem}.crm-search input{border-radius:999px;background:#fff}.crm-pink,.crm-ghost,.crm-line,.crm-danger{border-radius:999px;padding:.6rem 1.15rem;font-size:.75rem;font-weight:700}.crm-pink{background:var(--rose-500);color:#fff}.crm-ghost,.crm-line{border:1px solid var(--line);background:#fff;color:var(--ink-soft)}.crm-danger{border:1px solid #e8b4b4;color:#9b2c2c;background:#fff5f5}.crm-hint,.crm-error{font-size:.88rem;margin-bottom:1rem}.crm-error{color:#9b2c2c}.crm-products{display:grid;gap:1.2rem}.crm-inv{overflow:hidden;border:1px solid var(--line);border-radius:1.15rem;background:#fff}.crm-thumb{aspect-ratio:1;display:grid;place-items:center;padding:12%;background-color:#f6ecef;background-image:linear-gradient(45deg,#f0e2e6 25%,transparent 25%),linear-gradient(-45deg,#f0e2e6 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f0e2e6 75%),linear-gradient(-45deg,transparent 75%,#f0e2e6 75%);background-size:12px 12px;background-position:0 0,0 6px,6px -6px,-6px 0}.crm-thumb img{width:100%;height:100%;object-fit:contain}.crm-inv__body{padding:1rem 1.05rem 1.15rem}.crm-inv__head{display:flex;justify-content:space-between;gap:.7rem}.crm-inv h2{font-size:1.05rem;margin:0}.crm-price{color:var(--rose-600);font-weight:700;margin:.2rem 0 0}.crm-meta{font-size:.72rem;color:var(--muted)}.crm-edit,.crm-add{margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--line)}.crm-add{overflow:hidden;margin:0 0 1.6rem;border:1px solid #efb7c8;border-radius:1.4rem;background:#fff}.crm-add header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;padding:1.1rem 1.2rem;background:#fff8f9;border-bottom:1px solid var(--line)}.crm-add header h2{margin:0;font-size:1.3rem}.crm-add header p,.crm-add header li{font-size:.72rem;color:var(--muted)}.crm-add header ul{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;padding:0;margin:0}.crm-add header li{border-radius:999px;padding:.25rem .6rem;background:#f6ecef}.crm-add header li.is-ok{background:#e8f7ee;color:#1f7a45}.crm-add__grid{display:grid;gap:1.2rem;padding:1.2rem}.crm-fields,.crm-people-form{display:grid;gap:.75rem}.crm-fields label,.crm-people-form label,.crm-edit label{display:grid;gap:.3rem;font-size:.78rem;font-weight:600}.crm-span{grid-column:1 / -1}.crm-actions{display:flex;flex-wrap:wrap;gap:.5rem}.crm-preview{display:flex;gap:.7rem;align-items:center;margin-top:.8rem;padding:.7rem;border:1px solid var(--line);border-radius:1rem}.crm-preview img{width:3.4rem;height:3.4rem;object-fit:contain;border-radius:.7rem;background:#f6ecef}.crm-2{display:grid;gap:.7rem}.crm-box,.crm-user{border:1px solid var(--line);border-radius:1.15rem;background:#fff;padding:1.2rem;margin-bottom:1rem}.crm-h2{font-size:1.15rem;margin:1.6rem 0 .9rem}.crm-access{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rose-600);margin:0 0 .8rem}.crm-media{display:grid;gap:1rem;margin-bottom:1rem;padding:1rem;border:1px solid var(--line);border-radius:1.15rem;background:#fff}.crm-confirm{margin-top:.7rem;padding:.8rem;border-radius:.9rem;border:1px solid #e8b4b4;background:#fff5f5;font-size:.86rem}.dropzone{width:100%;min-height:14rem;border:1px dashed #efb7c8;border-radius:1.1rem;background:linear-gradient(45deg,#f0e2e6 25%,transparent 25%),linear-gradient(-45deg,#f0e2e6 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f0e2e6 75%),linear-gradient(-45deg,transparent 75%,#f0e2e6 75%),#f6ecef;background-size:14px 14px,14px 14px,14px 14px,14px 14px,auto;background-position:0 0,0 7px,7px -7px,-7px 0,0 0;display:grid;place-items:center;color:var(--muted);font-size:.82rem;overflow:hidden}.dropzone img{width:100%;height:14rem;object-fit:contain;background:transparent}.dropzone.is-over{outline:2px solid var(--rose-400)}@media(min-width:700px){.crm-products,.crm-people-form,.crm-fields{grid-template-columns:repeat(2,1fr)}.crm-2{grid-template-columns:1fr 1fr}}.seo-panel{padding:1rem;border:1px solid var(--line);border-radius:1.1rem;background:var(--white)}.seo-panel.is-compact{padding:.75rem}.seo-panel__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.5rem}.seo-kicker{margin:0;font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.seo-rating{margin:.15rem 0 0;font-size:.92rem;font-weight:700}.seo-block{margin:0;font-size:.72rem;font-weight:600;color:#b42318}.seo-panel__score{margin-top:.75rem;height:10px;overflow:hidden;border-radius:999px;background:var(--rose-100)}.seo-panel__score>div{height:100%;border-radius:999px;transition:width .45s ease}.seo-meters{margin-top:.75rem;display:grid;gap:.7rem}@media(min-width:640px){.seo-meters--2{grid-template-columns:1fr 1fr}}.seo-meter__row{display:flex;justify-content:space-between;gap:.5rem;font-size:.7rem;color:var(--muted)}.seo-meter__row span:last-child{font-weight:700;font-variant-numeric:tabular-nums}.seo-meter__row em{margin-left:.3rem;font-style:normal;font-weight:400;color:var(--muted)}.seo-meter__track{margin-top:.25rem;height:6px;overflow:hidden;border-radius:999px;background:var(--rose-100)}.seo-meter__bar{height:100%;border-radius:999px;transition:width .3s ease}.seo-checks{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.8rem}.seo-checks li{display:flex;gap:.65rem;font-size:.85rem}.seo-dot{margin-top:.4rem;width:.62rem;height:.62rem;flex:none;border-radius:999px}.seo-check__label{margin:0;font-weight:600}.seo-check__tip{margin:.2rem 0 0;font-size:.75rem;color:var(--muted);line-height:1.45}.seo-suggest{margin-top:.5rem;padding:.65rem .75rem;border:1px solid var(--line);border-radius:.9rem;background:var(--cream)}.seo-suggest p:last-of-type{margin:.35rem 0 0;font-size:.75rem;line-height:1.45}.seo-suggest__actions{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.4rem}.seo-apply{border:1px solid color-mix(in srgb,var(--gold) 45%,var(--line));background:color-mix(in srgb,var(--gold) 12%,var(--white));color:#8a6844;border-radius:999px;padding:.28rem .75rem;font-size:.65rem;font-weight:800}.seo-suggested{margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--line);display:grid;gap:.6rem}@media(min-width:640px){.seo-suggested{grid-template-columns:1fr 1fr}}.seo-suggested>div{padding:.65rem .75rem;border:1px solid var(--line);border-radius:.9rem;background:var(--cream)}.seo-suggested p:nth-child(2){margin:.35rem 0 0;font-size:.75rem}.seo-suggested .seo-apply{margin-top:.55rem}.gc-edit-bar{position:fixed;left:50%;bottom:1.25rem;z-index:120;transform:translate(-50%);width:min(92vw,420px);display:flex;align-items:center;gap:.55rem;padding:.55rem .7rem .55rem .9rem;border-radius:999px;border:1px solid color-mix(in srgb,#f7d400 60%,#333);background:#1a1a1af2;color:#fff;box-shadow:0 8px 32px #00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gc-edit-bar__icon{color:#f7d400;display:grid;place-items:center}.gc-edit-bar__copy{min-width:0;flex:1}.gc-edit-bar__copy p{margin:0;font-size:.78rem;font-weight:800;color:#f7d400}.gc-edit-bar__copy small{display:block;font-size:.62rem;color:#b8b0a4}.gc-edit-bar__exit{flex:none;border-radius:999px;background:#f7d400;color:#1a1a1a;padding:.45rem .9rem;font-size:.72rem;font-weight:800}.gc-edit-choice{position:fixed;z-index:130;width:11.5rem;overflow:hidden;border-radius:1.1rem;border:1px solid color-mix(in srgb,#f7d400 40%,#ddd);background:var(--white);box-shadow:0 18px 40px #0000002e}.gc-edit-choice>p{margin:0;padding:.55rem .75rem;border-bottom:1px solid var(--line);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.gc-edit-choice button{width:100%;display:flex;align-items:center;gap:.45rem;padding:.7rem .75rem;text-align:left;font-size:.85rem;font-weight:700;color:#b89208;border-top:1px solid var(--line)}.gc-edit-choice button.is-mute{font-size:.75rem;font-weight:600;color:var(--muted)}.gc-edit-card{position:fixed;z-index:125;left:.75rem;right:.75rem;bottom:5.5rem;margin:0 auto;max-width:26rem;padding:1rem;border-radius:1.15rem;border:1px solid color-mix(in srgb,#f7d400 40%,var(--line));background:var(--white);box-shadow:0 22px 50px #0003}@media(min-width:640px){.gc-edit-card{left:auto;right:1rem;margin:0}}.gc-edit-card__head{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.7rem}.gc-edit-card__head p{margin:0;display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:800;color:#b89208}.gc-edit-card__head small{display:block;color:var(--muted);font-size:.68rem}.gc-icon-btn{width:2rem;height:2rem;border-radius:999px;border:1px solid var(--line);font-size:1.2rem;line-height:1}.gc-edit-card label,.gc-format label{display:block;font-size:.72rem;color:var(--muted);margin-bottom:.55rem}.gc-edit-card textarea,.gc-edit-card select,.gc-format select{width:100%;margin-top:.28rem;border:1px solid var(--line);border-radius:.85rem;padding:.55rem .7rem;background:var(--cream)}.gc-format{margin:.4rem 0 .8rem;padding:.75rem;border:1px solid var(--line);border-radius:1rem;background:var(--cream)}.gc-format>p{margin:0 0 .55rem;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.gc-format__row{display:grid;grid-template-columns:1fr auto;gap:.5rem}.gc-size{display:flex;align-items:center;gap:.3rem}.gc-size button,.gc-size select{height:2.25rem}.gc-size button{width:2.25rem;border:1px solid var(--line);border-radius:.75rem;background:var(--white);font-size:1.1rem}.gc-size select{min-width:0;flex:1;text-align:center;font-weight:700}.gc-format input[type=color]{width:3.5rem;height:2.25rem;padding:.2rem;border:1px solid var(--line);border-radius:.75rem;background:var(--white)}.gc-weights{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.3rem}.gc-weights button{border:1px solid var(--line);background:var(--white);color:var(--muted);border-radius:999px;padding:.28rem .65rem;font-size:.7rem}.gc-weights button.is-on{border-color:#f7d400;background:color-mix(in srgb,#f7d400 20%,var(--white));color:#8a7300}.gc-edit-actions{display:flex;flex-wrap:wrap;gap:.4rem}.gc-save{flex:1;border-radius:999px;background:#f7d400;color:#1a1a1a;padding:.55rem 1rem;font-size:.75rem;font-weight:800}.gc-save:disabled{opacity:.55}.gc-edit-actions button:not(.gc-save){border-radius:999px;border:1px solid var(--line);padding:.5rem .75rem;font-size:.72rem;font-weight:700}.gc-edit-actions .is-danger{border-color:#f5c2c0;color:#b42318}.seo-box{padding:.9rem 1rem;border:1px solid var(--line);border-radius:1rem;background:var(--cream)}.seo-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.seo-head strong{font-family:var(--font-sans);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.seo-score{font-size:.78rem;font-weight:700;padding:.15rem .55rem;border-radius:999px}.seo-score.bad{color:#b42318;background:#fef3f2}.seo-score.mid{color:#b54708;background:#fffaeb}.seo-score.ok{color:#067647;background:#ecfdf3}.seo-box .hint{margin:.45rem 0 0;font-size:.78rem;color:var(--muted)}.seo-item{margin:.4rem 0 0;font-size:.8rem;padding-left:.7rem;border-left:3px solid transparent}.seo-item.bad{border-color:#f97066;color:#b42318}.seo-item.mid{border-color:#fdb022;color:#93370d}.seo-item.tip{border-color:var(--rose-300);color:var(--ink-soft)}@media(min-width:980px){.crm-products{grid-template-columns:repeat(3,1fr)}.crm-add__grid,.crm-media{grid-template-columns:minmax(0,280px) 1fr}.crm-people-form{grid-template-columns:repeat(4,1fr)}}
