:root{--ink:#211d1b;--muted:#6d6471;--purple:#a6532f;--pink:#df477f;--cream:#fbf7f3;--line:#e8e0e9;--white:#fff;--shadow:0 18px 45px rgba(61,40,71,.12)}body{background:var(--cream)}.products-hero{min-height:360px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(246,236,244,.98),rgba(246,236,244,.72)),url('/assets/images/hero.png') center/cover no-repeat;padding:56px 7vw}.products-hero-copy{max-width:720px}.products-hero h1,.products-cta h2{font-family:Georgia,serif}.products-hero h1{font-size:clamp(42px,6vw,76px);line-height:.95;margin:14px 0 18px}.products-hero p{font-size:18px;line-height:1.6;color:#554b59;max-width:620px}.products-hero a{display:inline-flex;margin-top:14px;background:var(--purple);color:#fff;padding:14px 20px;border-radius:999px;font-weight:800}.products-shell{width:min(100% - 28px,1420px);margin:auto;padding:38px 0 80px}.category-tabs{display:flex;gap:9px;overflow-x:auto;padding:2px 0 18px;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:999px;font-weight:800;color:#5f5664;cursor:pointer}.category-tabs button.active{background:var(--purple);color:#fff;border-color:var(--purple)}.products-grid{display:grid;grid-template-columns:1fr;gap:18px}.product-builder{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(61,40,71,.08);display:flex;flex-direction:column}.product-builder.is-filtered-out{display:none!important}.product-builder>img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.product-builder-body{padding:20px;display:flex;flex-direction:column;flex:1}.product-number{font-size:12px;font-weight:900;color:var(--purple);letter-spacing:.12em}.product-builder h2{font-family:Georgia,serif;font-size:30px;margin:8px 0 10px}.product-builder p{margin:0 0 18px;color:var(--muted);line-height:1.55}.product-builder label{display:grid;gap:7px;font-size:12px;font-weight:800;margin-bottom:12px}.product-builder select,.product-builder input,.product-builder textarea{width:100%;border:1px solid #d9d1dc;border-radius:10px;background:#fff;padding:11px;color:var(--ink)}.product-builder textarea{resize:vertical}.product-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-builder>a{margin-top:auto;display:flex;justify-content:center;background:var(--purple);color:#fff;padding:13px;border-radius:10px;font-weight:800}.products-cta{margin:0 auto 70px;width:min(100% - 28px,1420px);background:linear-gradient(135deg,#eddff6,#fdeef3);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:22px}.products-cta h2{font-size:40px;margin:10px 0}.products-cta p{color:var(--muted)}.products-cta>a{align-self:flex-start;background:#fff;color:var(--purple);padding:14px 19px;border-radius:999px;font-weight:800}.products-footer{background:#1f1b19;color:#fff;padding:42px 7vw;display:flex;flex-direction:column;gap:24px}.products-footer>div{display:flex;flex-direction:column;gap:10px}.products-footer p,.products-footer a{color:#c1b8c4;font-size:13px}@media(min-width:700px){.products-grid{grid-template-columns:repeat(2,1fr)}.products-cta{flex-direction:row;align-items:center;justify-content:space-between}.products-cta>a{align-self:center}.products-footer{flex-direction:row;justify-content:space-between;align-items:center}.products-footer>div:last-child{flex-direction:row}}@media(min-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}.product-builder{min-height:760px}.product-builder>img{aspect-ratio:1/1}.products-shell{padding-top:48px}.category-tabs{justify-content:center}.products-cta{padding:42px 50px}}