.sq-product-world{padding-block:clamp(48px,7vw,98px);border-top:1px solid rgb(32 36 50 / 0.08);border-bottom:1px solid rgb(32 36 50 / 0.08)}.sq-product-world__top{display:grid;grid-template-columns:0.85fr 1.15fr;gap:30px;align-items:end;margin-bottom:34px}.sq-product-world__nav{display:flex;flex-wrap:wrap;justify-content:end;gap:10px}.sq-product-card{position:relative;overflow:hidden;border:1px solid rgb(32 36 50 / 0.1);border-radius:24px;background:#fff}.sq-product-card__media{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--sq-cream)}.sq-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 450ms ease}.sq-product-card:hover .sq-product-card__media img{transform:scale(1.035)}.sq-product-card__body{padding:18px}.sq-product-card__body h3{margin:0 0 8px;font-size:1.08rem;line-height:1.2}.sq-product-card__price{color:var(--sq-gold);font-weight:850}.sq-product-card a{color:inherit;text-decoration:none}.sq-product-card__badge{position:absolute;top:12px;left:12px;z-index:1;padding:7px 10px;border-radius:999px;background:rgb(255 255 255 / 0.9);font-size:0.68rem;font-weight:900;letter-spacing:0.1em;text-transform:uppercase}.sq-product-world__story{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.sq-product-world__story-card{min-height:260px;padding:30px;border-radius:26px;background:var(--sq-ink);color:#fff;text-decoration:none}.sq-product-world__story-card:nth-child(2){background:linear-gradient(145deg,var(--sq-blush),var(--sq-pearl));color:var(--sq-ink)}.sq-product-world__story-card h3{margin:44px 0 10px;color:inherit;font-size:1.65rem}.sq-product-world__story-card p{margin:0;color:inherit;opacity:0.76}.sq-collection-card{overflow:hidden;height:100%;border:1px solid rgb(32 36 50 / 0.1);border-radius:25px;background:#fff;box-shadow:0 14px 42px rgb(32 36 50 / 0.07)}.sq-collection-card__link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}.sq-collection-card__media{position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--sq-cream)}.sq-collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 450ms ease}.sq-collection-card:hover img{transform:scale(1.035)}.sq-collection-card__placeholder{width:100%;height:100%;background:linear-gradient(145deg,var(--sq-cream),var(--sq-blush))}.sq-collection-card__arrow{position:absolute;top:14px;right:14px;display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:rgb(255 255 255 / 0.92)}.sq-collection-card__content{display:flex;flex:1;flex-direction:column;padding:20px}.sq-collection-card__eyebrow{margin:0 0 8px;color:var(--sq-gold);font-size:0.68rem;font-weight:900;letter-spacing:0.13em;text-transform:uppercase}.sq-collection-card h3{margin:0 0 10px;font-size:1.3rem}.sq-collection-card__description{margin:0;color:var(--sq-ink-soft);line-height:1.55}.sq-collection-card__count{margin-top:auto;padding-top:16px;color:var(--sq-gold);font-size:0.78rem;font-weight:800}.sq-app-frame{overflow:hidden;border:1px solid rgb(32 36 50 / 0.1);border-radius:28px;background:#fff;box-shadow:var(--sq-shadow)}@media (max-width:989px){.sq-product-world__top{grid-template-columns:1fr}.sq-product-world__nav{justify-content:start}}@media (max-width:699px){.sq-product-world__story{grid-template-columns:1fr}}