.product-card[data-astro-cid-4fhpls6h]{border:1px solid var(--color-border);background:var(--color-surface);border-radius:1.5rem;flex-direction:column;min-height:100%;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 1rem 2.5rem #2f213614}.product-card[data-astro-cid-4fhpls6h][hidden]{display:none}.product-card[data-astro-cid-4fhpls6h]:hover{transform:translateY(-.25rem);box-shadow:0 1.25rem 3rem #2f213621}.product-card--pending[data-astro-cid-4fhpls6h]{border-style:dashed}.product-card__visual[data-astro-cid-4fhpls6h]{aspect-ratio:1;background:var(--color-soft);box-sizing:border-box;place-items:center;width:100%;padding:.5rem;display:grid;overflow:hidden}.product-card__visual[data-astro-cid-4fhpls6h] img[data-astro-cid-4fhpls6h]{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.product-card__content[data-astro-cid-4fhpls6h]{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-card__category[data-astro-cid-4fhpls6h]{color:var(--color-accent-strong);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .45rem;font-size:.72rem;font-weight:800}h3[data-astro-cid-4fhpls6h]{min-height:3.45em;color:var(--color-ink);font-family:var(--font-display);overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.35rem;font-weight:650;line-height:1.15;display:-webkit-box;overflow:hidden}.product-card__description[data-astro-cid-4fhpls6h]{color:var(--color-muted);overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:.75rem 0 1.2rem;line-height:1.55;display:-webkit-box;overflow:hidden}.product-card__footer[data-astro-cid-4fhpls6h]{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;display:flex}.product-card__footer[data-astro-cid-4fhpls6h] strong[data-astro-cid-4fhpls6h]{color:var(--color-ink);font-size:1rem;display:block}.product-card__availability[data-astro-cid-4fhpls6h]{background:var(--color-soft);color:var(--color-muted);border-radius:999px;margin-top:.35rem;padding:.28rem .5rem;font-size:.68rem;font-weight:700;display:inline-block}.button--small[data-astro-cid-4fhpls6h]{padding:.65rem .85rem;font-size:.82rem}@media (prefers-reduced-motion:reduce){.product-card[data-astro-cid-4fhpls6h]{transition:none}}:root{--color-bg:#fbf8f6;--color-surface:#fff;--color-ink:#2f2136;--color-muted:#756a78;--color-accent:#df8296;--color-accent-strong:#a94f67;--color-soft:#f5e9ed;--color-border:#eadfe5;--font-display:Georgia, "Times New Roman", serif;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--color-ink);background:var(--color-bg);font-family:var(--font-body);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 12% 5%, #f4d3dc73, transparent 25rem), var(--color-bg);min-width:20rem;margin:0}button,input{font:inherit}button{cursor:pointer}a{color:inherit}.site-header,main,footer{width:min(72rem,100% - 2rem);margin-inline:auto}.site-header{justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 0;display:flex}.site-header nav{align-items:center;gap:1rem;display:flex}.brand{align-items:center;gap:.7rem;font-weight:800;text-decoration:none;display:inline-flex}.brand__mark{background:var(--color-ink);color:#fff;width:2.3rem;height:2.3rem;font-family:var(--font-display);letter-spacing:-.03em;border-radius:50%;place-items:center;font-size:.72rem;display:grid}.header-link{color:var(--color-accent-strong);text-underline-offset:.25rem;font-size:.9rem;font-weight:750}.quote-indicator{background:var(--color-ink);color:#fff;border-radius:999px;padding:.55rem .8rem;font-size:.82rem;font-weight:750;text-decoration:none}.quote-indicator span{min-width:1.3rem;color:var(--color-ink);background:#fff;border-radius:50%;place-items:center;display:inline-grid}.floating-quote{z-index:20;right:1.25rem;bottom:max(1.25rem, env(safe-area-inset-bottom));background:var(--color-ink);color:#fff;border:1px solid #ffffff59;border-radius:999px;align-items:center;gap:.65rem;min-height:3.75rem;padding:.7rem .8rem .7rem 1rem;font-size:.86rem;font-weight:800;text-decoration:none;display:inline-flex;position:fixed;box-shadow:0 .8rem 2rem #2f213647}.floating-quote svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.35rem;height:1.35rem}.floating-quote__count{min-width:1.7rem;min-height:1.7rem;color:var(--color-ink);background:#fff;border-radius:50%;place-items:center;padding:.15rem;font-size:.75rem;line-height:1;display:inline-grid}.hero{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);align-items:center;gap:3rem;min-height:32rem;padding:3rem 0 4.5rem;display:grid}.eyebrow{color:var(--color-accent-strong);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .9rem;font-size:.78rem;font-weight:850}h1,h2{font-family:var(--font-display);letter-spacing:-.035em;margin:0;font-weight:600}h1{max-width:12ch;font-size:clamp(3rem,7vw,5.8rem);line-height:.98}h2{font-size:clamp(2rem,4vw,3.1rem);line-height:1.05}.hero__copy{max-width:39rem;color:var(--color-muted);margin:1.6rem 0 2rem;font-size:1.08rem;line-height:1.75}.button{background:var(--color-ink);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.75rem;padding:.9rem 1.25rem;font-weight:750;text-decoration:none;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.5}.hero__art{place-items:center;min-height:25rem;display:grid;position:relative}.hero__card{z-index:1;aspect-ratio:.78;color:#fff;background:linear-gradient(155deg,#3b2b43,#211827);border:1px solid #ffffffb3;border-radius:9rem 9rem 1.5rem 1.5rem;flex-direction:column;justify-content:flex-end;width:min(19rem,75vw);padding:2rem;display:flex;transform:rotate(3deg);box-shadow:0 2rem 4rem #2f213638}.hero__card span,.hero__card small{color:#e8bdc7;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:800}.hero__card strong{max-width:9ch;font-family:var(--font-display);margin:.5rem 0 .8rem;font-size:2.4rem;font-weight:500;line-height:1}.hero__orb{filter:blur(.15rem);border-radius:50%;position:absolute}.hero__orb--top{background:#e5c9ed;width:10rem;height:10rem;top:0;right:0}.hero__orb--bottom{background:#f1c0ca;width:8rem;height:8rem;bottom:0;left:0}.catalog,.quote{padding:4.5rem 0}.section-heading,.quote__heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.5rem;display:flex}.section-heading>p{max-width:27rem;color:var(--color-muted);text-align:right;margin:0;line-height:1.6}.category-filters{flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem;display:flex}.filter-button,.text-button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-ink);border-radius:999px;padding:.6rem .9rem;font-weight:700}.filter-button--active{border-color:var(--color-ink);background:var(--color-ink);color:#fff}.text-button{color:var(--color-accent-strong)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.filter-empty{color:var(--color-muted)}.quote{border-top:1px solid var(--color-border)}.quote__empty,.quote__summary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-muted);border-radius:1.25rem;padding:1.25rem}.quote__items{gap:.75rem;display:grid}.quote-line{border:1px solid var(--color-border);background:var(--color-surface);border-radius:1.25rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.quote-line h3,.quote-line p{margin:0}.quote-line h3{font-family:var(--font-display);font-size:1.25rem}.quote-line>div>p:last-child{color:var(--color-muted);margin-top:.35rem;font-size:.9rem}.quote-line__category{color:var(--color-accent-strong);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:800}.quote-line__controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.quote-line__controls button{border:1px solid var(--color-border);background:var(--color-surface);border-radius:.55rem;min-width:2rem;padding:.35rem .5rem;font-weight:800}.quote-line__controls .quote-line__remove{min-width:auto;color:var(--color-accent-strong)}.quote__summary{color:var(--color-ink);margin-top:1rem}.quote__total{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.quote__total strong{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,2.7rem)}.quote__summary>p{color:var(--color-muted);margin:.35rem 0 1.25rem}.quote__message{background:var(--color-soft);border-radius:.8rem;padding:1rem}.quote__message-title{font-size:.85rem;font-weight:800;color:var(--color-ink)!important;margin:0 0 .55rem!important}.quote__message pre{white-space:pre-wrap;font-family:var(--font-body);margin:0;font-size:.88rem;line-height:1.55;overflow-x:auto}.whatsapp-status{font-size:.88rem}footer{border-top:1px solid var(--color-border);color:var(--color-muted);justify-content:space-between;gap:1rem;padding:1.5rem 0 2.5rem;font-size:.82rem;display:flex}footer p{margin:0}.footer__contact{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.footer__contact a{color:var(--color-accent-strong);text-underline-offset:.2rem;font-weight:750}:focus-visible{outline:3px solid var(--color-accent);outline-offset:.25rem}@media (width<=56rem){.hero{grid-template-columns:1fr;padding-top:2rem}.hero__content{text-align:center}h1,.hero__copy{margin-inline:auto}.hero__art{min-height:20rem}.hero__card{width:17rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=36rem){.site-header{align-items:flex-start}.site-header nav{flex-direction:column;align-items:flex-end;gap:.5rem}.brand{max-width:8rem}.hero{min-height:auto;padding-bottom:2.5rem}.section-heading,.quote__heading,footer,.quote-line{flex-direction:column;align-items:flex-start}.footer__contact{justify-content:flex-start}.section-heading>p{text-align:left}.product-grid{grid-template-columns:1fr}.quote-line__controls{justify-content:flex-start}.floating-quote{right:1rem;bottom:max(1rem, env(safe-area-inset-bottom));justify-content:center;width:3.75rem;padding:.65rem}.floating-quote__label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.floating-quote__count{border:2px solid var(--color-ink);min-width:1.45rem;min-height:1.45rem;font-size:.68rem;position:absolute;top:-.3rem;right:-.3rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
