.products-section{background-color:var(--bg-section)}.products-section__header{text-align:center;margin-bottom:var(--space-2xl)}.products-section__title{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:var(--weight-light);color:var(--charcoal);margin-bottom:var(--space-sm)}.products-section__subtitle{font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-muted)}.products-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg);max-width:900px;margin:0 auto}.product-thumb{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--pink);text-decoration:none;color:inherit;position:relative;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.product-thumb:hover{transform:translateY(-4px);box-shadow:0 12px 32px #d4899a33}.product-thumb__badge{position:absolute;top:10px;right:10px;background:var(--pink-dark);color:#fff;font-size:9px;font-weight:400;letter-spacing:2px;text-transform:uppercase;padding:3px 10px;border-radius:var(--radius-full);z-index:2}.product-thumb__img-wrap{aspect-ratio:1;overflow:hidden;background:var(--bg-section);display:flex;align-items:center;justify-content:center}.product-thumb__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-thumb:hover .product-thumb__img{transform:scale(1.05)}.product-thumb__info{padding:var(--space-md);text-align:center}.product-thumb__name{font-family:var(--font-display);font-size:var(--text-base);font-weight:var(--weight-light);color:var(--charcoal);margin-bottom:var(--space-xs)}.product-thumb__price{font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-muted)}.product-thumb__price strong{color:var(--pink-dark);font-weight:500}.product-thumb--placeholder{border-style:dashed;border-color:var(--border);opacity:.5;pointer-events:none}.product-thumb__placeholder-icon{color:var(--text-muted)}@media(max-width:767px){.products-section__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.products-section__title{font-size:var(--text-3xl)}.product-thumb{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.product-thumb__info{padding:var(--space-sm)}.product-thumb__name{font-size:var(--text-sm)}.product-thumb__price{font-size:var(--text-xs)}}@media(min-width:768px)and (max-width:1023px){.products-section__grid{grid-template-columns:repeat(3,1fr)}}.palette[data-astro-cid-ezyt5ho6]{position:relative;background-color:var(--white);overflow:hidden}.palette__bg-splatters[data-astro-cid-ezyt5ho6]{position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 25% 20% at 8% 15%,rgba(244,194,194,.15) 0%,transparent 70%),radial-gradient(ellipse 18% 22% at 92% 25%,rgba(157,196,216,.12) 0%,transparent 65%),radial-gradient(ellipse 20% 15% at 75% 80%,rgba(249,220,196,.14) 0%,transparent 60%),radial-gradient(ellipse 22% 18% at 15% 75%,rgba(200,213,200,.1) 0%,transparent 55%),radial-gradient(ellipse 15% 12% at 50% 5%,rgba(232,213,163,.08) 0%,transparent 50%),radial-gradient(ellipse 12% 16% at 35% 90%,rgba(157,196,216,.1) 0%,transparent 60%);animation:watercolorBleed 1.2s var(--ease-out) both}.palette__container[data-astro-cid-ezyt5ho6]{position:relative;z-index:1}.palette__header[data-astro-cid-ezyt5ho6]{text-align:center;margin-bottom:var(--space-3xl)}.palette__overline[data-astro-cid-ezyt5ho6]{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-body);font-size:10px;font-weight:var(--weight-regular);letter-spacing:3px;text-transform:uppercase;color:var(--pink-dark);margin-bottom:var(--space-md)}.palette__overline[data-astro-cid-ezyt5ho6] svg[data-astro-cid-ezyt5ho6]{color:var(--pink-dark);flex-shrink:0}.palette__title[data-astro-cid-ezyt5ho6]{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:var(--weight-light);line-height:var(--leading-tight);color:var(--charcoal);margin-bottom:var(--space-lg)}.palette__divider[data-astro-cid-ezyt5ho6]{width:50px;height:2px;margin-inline:auto;margin-bottom:var(--space-lg);border-radius:var(--radius-full);background:linear-gradient(90deg,var(--pink),var(--blue),var(--green),var(--yellow));animation:brushStroke .7s var(--ease-out) both}.palette__intro[data-astro-cid-ezyt5ho6]{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-secondary);max-width:560px;margin-inline:auto}.palette__families[data-astro-cid-ezyt5ho6]{display:flex;flex-direction:column;gap:var(--space-2xl)}.palette__family[data-astro-cid-ezyt5ho6]{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.palette__family-label[data-astro-cid-ezyt5ho6]{display:flex;align-items:center;gap:var(--space-md);width:100%;max-width:400px}.palette__label-line[data-astro-cid-ezyt5ho6]{flex:1;height:1px;background:linear-gradient(90deg,transparent 0%,var(--border) 50%,transparent 100%)}.palette__label-text[data-astro-cid-ezyt5ho6]{font-family:var(--font-display);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-muted);white-space:nowrap;letter-spacing:var(--tracking-wide)}.palette__cards[data-astro-cid-ezyt5ho6]{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:var(--space-md);justify-items:center;max-width:800px;margin-inline:auto}.palette__card[data-astro-cid-ezyt5ho6]{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);transition:transform .3s var(--ease-spring);opacity:0;animation:paletteCardReveal .5s var(--ease-out) both}.palette__card[data-astro-cid-ezyt5ho6]:hover{transform:translateY(-6px)}.palette__card-face[data-astro-cid-ezyt5ho6]{position:relative;width:100px;height:120px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 2px 8px #2d2d2d1f,0 0 0 1px #0000000f;transition:box-shadow .3s var(--ease-out)}.palette__card[data-astro-cid-ezyt5ho6]:hover .palette__card-face[data-astro-cid-ezyt5ho6]{box-shadow:0 8px 24px #2d2d2d33,0 0 0 1px #00000014}.palette__card-sheen[data-astro-cid-ezyt5ho6]{position:absolute;inset:0;background:linear-gradient(135deg,#fff6,#fff0 30%,#ffffff1a,#fff0 70%,#ffffff4d);pointer-events:none}.palette__card-face[data-astro-cid-ezyt5ho6]:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 70%,transparent 100%);pointer-events:none;transition:left .55s var(--ease-out)}.palette__card[data-astro-cid-ezyt5ho6]:hover .palette__card-face[data-astro-cid-ezyt5ho6]:after{left:140%}@keyframes paletteCardReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.palette__card-name[data-astro-cid-ezyt5ho6]{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);text-align:center;white-space:nowrap}.palette__card[data-astro-cid-ezyt5ho6][data-color-hex="#ffffff"] .palette__card-face[data-astro-cid-ezyt5ho6],.palette__card[data-astro-cid-ezyt5ho6][data-color-hex="#faf5ef"] .palette__card-face[data-astro-cid-ezyt5ho6],.palette__card[data-astro-cid-ezyt5ho6][data-color-hex="#fffdd0"] .palette__card-face[data-astro-cid-ezyt5ho6]{box-shadow:0 2px 8px #2d2d2d1f,inset 0 0 0 1px #00000014}.palette__note[data-astro-cid-ezyt5ho6]{text-align:center;font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-muted);margin-top:var(--space-3xl)}.palette__note-link[data-astro-cid-ezyt5ho6]{color:var(--pink-dark);font-weight:var(--weight-medium);text-decoration:underline;text-underline-offset:3px;transition:color var(--transition-fast)}.palette__note-link[data-astro-cid-ezyt5ho6]:hover{color:var(--burgundy)}@media(max-width:767px){.palette__title[data-astro-cid-ezyt5ho6]{font-size:var(--text-3xl)}.palette__family-label[data-astro-cid-ezyt5ho6]{max-width:280px}.palette__cards[data-astro-cid-ezyt5ho6]{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:var(--space-sm)}.palette__card-face[data-astro-cid-ezyt5ho6]{width:70px;height:85px}.palette__card-name[data-astro-cid-ezyt5ho6]{font-size:.625rem}}@media(min-width:768px)and (max-width:1023px){.palette__cards[data-astro-cid-ezyt5ho6]{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.palette__card-face[data-astro-cid-ezyt5ho6]{width:85px;height:100px}}@media(min-width:1024px){.palette__cards[data-astro-cid-ezyt5ho6]{grid-template-columns:repeat(7,1fr);max-width:900px}}
