*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}img,svg{display:block;max-width:100%}button{font:inherit;cursor:pointer;background:none;border:0;color:inherit;padding:0}a{color:inherit;text-decoration:none}:root{--stone-50: #fafaf9;--stone-100: #f5f5f4;--stone-200: #e7e5e4;--stone-300: #d6d3d1;--stone-400: #a8a29e;--stone-500: #78716c;--stone-600: #57534e;--stone-700: #44403c;--stone-800: #292524;--stone-900: #1c1917;--emerald-600: #059669;--emerald-700: #047857;--emerald-800: #065f46;--white: #ffffff;--shadow-sm: 0 1px 2px rgba(28, 25, 23, .06);--shadow-md: 0 4px 12px rgba(28, 25, 23, .08);--radius-lg: .75rem;--radius-xl: .875rem;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--ease-out: cubic-bezier(.22, 1, .36, 1);--max-width: 72rem}body{font-family:var(--font-sans);color:var(--stone-900);background:color-mix(in srgb,var(--stone-50) 65%,transparent);line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased}.catalog-shell{position:relative;min-height:100vh;overflow-x:hidden}.catalog-shell__content{position:relative;z-index:1}.catalog-parallax{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.catalog-parallax__layer{position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;background-image:url(/image_web/export-parallax.webp);background-repeat:repeat-x;background-position:0 50%;background-size:auto 120%;will-change:background-position,transform}.catalog-parallax__layer--far{opacity:.22;filter:blur(1px);animation:catalog-parallax-drift-far 120s linear infinite}.catalog-parallax__layer--near{opacity:.32;animation:catalog-parallax-drift-near 70s linear infinite}.catalog-parallax__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,rgb(255 255 255 / .2),transparent 45%),linear-gradient(to bottom,#ffffff2e,#ffffff7a 70%,#ffffff9e)}@keyframes catalog-parallax-drift-near{0%{background-position:0 50%;transform:translateZ(0) scale(1.02)}to{background-position:-1200px 50%;transform:translate3d(0,-10px,0) scale(1.02)}}@keyframes catalog-parallax-drift-far{0%{background-position:0 50%;transform:translateZ(0) scale(1.04)}to{background-position:-800px 50%;transform:translate3d(0,-16px,0) scale(1.04)}}.site-content{position:relative}.catalog-page{max-width:var(--max-width);margin:0 auto;padding:0 1rem 4rem}@media(min-width:640px){.catalog-page{padding-inline:1.5rem}}.catalog-main{display:flex;flex-direction:column;gap:4rem}.hero,.hero--flyer{position:relative;overflow:hidden;isolation:isolate;text-align:center;padding:4rem 1rem 3.5rem;margin-bottom:2.5rem;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero:before,.hero--flyer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/image_web/21890575_Pink_purple_floral_frame_background_with_watercolor-Photoroom.png);background-size:cover;background-position:center top;background-repeat:no-repeat;opacity:.55;pointer-events:none}.hero:after,.hero--flyer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#ffffff59,#ffffffb8 55%,#ffffffe0);pointer-events:none}.hero-inner{position:relative;z-index:2;max-width:42rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.85rem}.hero-flyer__logo-wrap{display:inline-flex;align-items:center;justify-content:center;margin:0 auto .25rem}.hero-flyer__logo{display:block;max-width:min(300px,72vw);width:auto;height:auto;max-height:240px;object-fit:contain;filter:drop-shadow(0 6px 18px rgb(28 25 23 / .12))}.hero__pre-headline{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--emerald-700)}.hero__title{margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--stone-900)}.hero__lead{margin:0;max-width:36rem;font-size:1rem;line-height:1.55;color:var(--stone-600)}.hero-meta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-top:.25rem}.hero__catalog-line,.hero__contact-line{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--stone-500)}.hero-cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem}@media(max-width:640px){.hero,.hero--flyer{padding:3rem .75rem 2.5rem}.hero-flyer__logo{max-width:min(260px,82vw);max-height:200px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;line-height:1.25;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s var(--ease-out)}.btn--primary{background:var(--emerald-700);color:var(--white);box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--emerald-800)}.btn--secondary{background:var(--white);color:var(--stone-800);border:1px solid var(--stone-300)}.btn--secondary:hover{background:var(--stone-100);border-color:var(--stone-400)}.btn--ghost{background:transparent;color:var(--emerald-700);border:1px solid var(--stone-300)}.btn--ghost:hover{background:var(--stone-50);border-color:var(--emerald-700);color:var(--emerald-800)}.btn--whatsapp:hover{border-color:#25d366;color:#128c7e}.btn--sm{padding:.45rem .85rem;font-size:.8125rem}.section-filter{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem;padding:1rem 0;border-top:1px solid var(--stone-200);border-bottom:1px solid var(--stone-200)}.section-filter__label{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--stone-500)}.section-filter__chips{display:flex;flex-wrap:wrap;gap:.5rem}.section-filter__chip{padding:.4rem .85rem;border-radius:999px;font-size:.875rem;font-weight:500;color:var(--stone-600);background:var(--white);border:1px solid var(--stone-200);transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s var(--ease-out)}.section-filter__chip:hover{border-color:var(--stone-300);color:var(--stone-900)}.section-filter__chip.is-active{background:var(--emerald-700);border-color:var(--emerald-700);color:var(--white)}.catalog-section__head{margin-bottom:1rem}.catalog-section__title{margin:0;font-size:clamp(1.5rem,3vw,1.75rem);font-weight:600;letter-spacing:-.02em}.catalog-section__desc{margin:.35rem 0 0;color:var(--stone-600)}.category-group-list{display:flex;flex-direction:column;gap:2rem}.category-block{padding-top:2rem;border-top:1px solid var(--stone-200)}.category-block__title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:600}.card-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.service-card{position:relative;overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--stone-200);background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow .28s var(--ease-out),transform .28s var(--ease-out)}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.service-card__media{aspect-ratio:16 / 9;overflow:hidden;background:var(--stone-100)}.service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}.service-card:hover .service-card__media img{transform:scale(1.05)}.service-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--stone-400);font-size:2rem}.service-card__body{padding:1.25rem}.service-card__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.service-card__tag{border-radius:999px;background:var(--stone-200);padding:.125rem .5rem;font-size:.75rem;font-weight:500;color:var(--stone-600)}.service-card__ref{margin:0 0 .25rem;font-size:.75rem;color:var(--stone-500)}.service-card__title{margin:0 0 .35rem;font-size:1.25rem;font-weight:600;line-height:1.25}.service-card__subtitle{margin:0 0 .35rem;font-size:.875rem;color:var(--stone-600)}.service-card__price{margin:0 0 .5rem;font-weight:600;color:var(--stone-900)}.service-card__desc{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.875rem;color:var(--stone-600)}.service-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.service-card__wa-disabled{font-size:.8125rem;color:var(--stone-400)}.service-card__stamp{position:absolute;top:50%;left:50%;width:160px;height:160px;transform:translate(-50%,-50%) scale(.6);z-index:8;pointer-events:none;opacity:0;color:var(--emerald-700);filter:drop-shadow(0 4px 14px rgb(28 25 23 / .18))}.service-card__stamp svg{width:100%;height:100%;overflow:visible}.service-card__stamp.is-stamping{animation:stamp-press 1.05s var(--ease-out) forwards}.service-card__stamp-bg{fill:#fffffff0;stroke:#fffffffa;stroke-width:1}.service-card__stamp-circle{fill:none;stroke:currentColor;stroke-width:1.5;stroke-dasharray:460;stroke-dashoffset:460;animation:stamp-draw .8s var(--ease-out) forwards}.service-card__stamp-text{fill:currentColor;font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}@keyframes stamp-press{0%{transform:translate(-50%,-50%) scale(.5) rotate(-12deg);opacity:0}18%{transform:translate(-50%,-50%) scale(1.16) rotate(-6deg);opacity:1}30%{transform:translate(-50%,-50%) scale(1) rotate(-3deg);opacity:1}78%{transform:translate(-50%,-50%) scale(1) rotate(-3deg);opacity:1}to{transform:translate(-50%,-50%) scale(1.05) rotate(-3deg);opacity:0}}@keyframes stamp-draw{to{stroke-dashoffset:0}}.empty-state{padding:3rem 1rem;text-align:center;color:var(--stone-500);border:1px dashed var(--stone-300);border-radius:var(--radius-xl)}.catalog-footer{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--stone-200);text-align:center;font-size:.8125rem;color:var(--stone-500)}.catalog-footer p{margin:0}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);transition-delay:var(--reveal-delay, 0ms)}.reveal.is-visible{opacity:1;transform:translateY(0)}.order-drawer{position:fixed;inset:auto 0 0 auto;z-index:60;pointer-events:none}.order-drawer>*{pointer-events:auto}.catalog-jump-pedido{position:fixed;right:1.25rem;bottom:1.25rem;z-index:65;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:999px;border:1px solid var(--stone-200);background:var(--white);color:var(--stone-900);font-size:.875rem;font-weight:600;box-shadow:var(--shadow-md);transition:transform .2s var(--ease-out),border-color .2s ease,background-color .2s ease}.catalog-jump-pedido:hover{transform:translateY(-2px);border-color:var(--emerald-700);color:var(--emerald-800)}.catalog-jump-pedido__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.35rem;padding:0 .4rem;border-radius:999px;background:var(--emerald-700);color:var(--white);font-size:.75rem;font-weight:700}.order-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#1c191773;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.order-drawer.is-open .order-drawer__backdrop{opacity:1;visibility:visible}.order-drawer__sheet{position:fixed;top:0;right:0;z-index:80;width:min(32rem,100%);height:100vh;overflow-y:auto;background:var(--white);border-left:1px solid var(--stone-200);box-shadow:-8px 0 32px #1c19171f;transform:translate(100%);transition:transform .42s var(--ease-out)}.order-drawer.is-open .order-drawer__sheet{transform:translate(0)}.order-drawer__chrome{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--white);border-bottom:1px solid var(--stone-200)}.order-drawer__panel-title{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--emerald-700)}.order-drawer__close{font-size:.875rem;font-weight:500;color:var(--stone-600)}.order-drawer__close:hover{color:var(--emerald-700)}.order-section--drawer{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.order-section--drawer .section-header{margin:0}.order-section--drawer .section-header__rule{display:none}.order-section--drawer .section-header h2{margin:0 0 .35rem;font-size:1.5rem;font-weight:600}.order-section--drawer .section-header h2:before{content:none}.order-section--drawer .section-header p{margin:0;color:var(--stone-600);font-size:.9375rem}.order-basket{border:1px solid var(--stone-200);border-radius:var(--radius-lg);padding:1rem}.order-basket-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--stone-200)}.order-basket-title{margin:0;font-size:1.125rem;font-weight:600}.order-basket-count{margin:0;font-size:.8125rem;color:var(--emerald-700);font-weight:600}.order-basket-list{list-style:none;margin:0;padding:0}.order-basket-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.55rem 0;border-bottom:1px dashed var(--stone-200)}.order-basket-item-text{flex:1;font-size:.9375rem;line-height:1.4}.order-basket-price{margin-left:.35rem;font-size:.8125rem;font-weight:600;color:var(--emerald-700)}.order-basket-cat{display:block;margin-top:.15rem;font-size:.75rem;color:var(--stone-500)}.order-basket-remove{font-size:.75rem;font-weight:600;color:var(--stone-500)}.order-basket-remove:hover{color:#dc2626}.order-quote-summary{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--stone-200);font-size:.875rem}.order-quote-line{display:flex;justify-content:space-between;margin:0 0 .35rem;color:var(--stone-600)}.order-quote-total{font-weight:700;color:var(--stone-900)}.order-quote-note{margin:.35rem 0 0;font-size:.8125rem;color:var(--stone-500)}.order-basket-clear{margin-top:.5rem;font-size:.8125rem;font-weight:600;color:var(--stone-500)}.order-basket-clear:hover{color:#dc2626}.order-form{display:flex;flex-direction:column;gap:1rem}.order-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.order-grid>label,.order-details-field{display:flex;flex-direction:column;gap:.35rem;font-size:.75rem;font-weight:600;color:var(--stone-600)}.order-details-field{grid-column:1 / -1}.order-form input,.order-form select,.order-form textarea{width:100%;padding:.55rem 0;border:0;border-bottom:1px solid var(--stone-300);background:transparent;font:inherit;font-size:.9375rem;color:var(--stone-900)}.order-form input:focus,.order-form select:focus,.order-form textarea:focus{outline:none;border-bottom-color:var(--emerald-700)}.order-product-hint{font-size:.8125rem;font-weight:400;color:var(--stone-500)}.order-actions{display:flex;flex-direction:column;gap:.5rem}.order-form-status{margin:0;min-height:1.2em;font-size:.8125rem;color:#dc2626}.order-drawer-open,.product-wa-modal-open{overflow:hidden}.product-wa-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:1rem}.product-wa-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1c191773;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.product-wa-modal__dialog{position:relative;z-index:1;width:min(28rem,100%);max-height:min(90vh,720px);overflow-y:auto;background:var(--white);border:1px solid var(--stone-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.product-wa-modal__chrome{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--stone-200)}.product-wa-modal__eyebrow{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--emerald-700)}.product-wa-modal__close{font-size:.875rem;font-weight:500;color:var(--stone-600)}.product-wa-modal__close:hover{color:var(--emerald-700)}.product-wa-modal__body{padding:1.25rem}.product-wa-modal__title{margin:0 0 .35rem;font-size:1.25rem;font-weight:600;line-height:1.25}.product-wa-modal__meta{margin:0 0 .75rem;font-size:.875rem;color:var(--stone-600)}.product-wa-modal__hint{margin:0 0 1rem;font-size:.875rem;color:var(--stone-500)}.product-wa-modal__form .order-actions{margin-top:.25rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.catalog-parallax__layer--far,.catalog-parallax__layer--near{animation:none}.reveal{opacity:1;transform:none}.service-card__stamp{display:none}}@media(max-width:640px){.order-grid{grid-template-columns:1fr}.catalog-jump-pedido{right:1rem;bottom:1rem}}::selection{background:color-mix(in srgb,var(--emerald-700) 25%,white)}
