:root{--space-2xs:.5rem;--space-xs:.75rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:5rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.5}img,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.skip-link{position:absolute;inset-inline-start:-9999px;z-index:9999;background:var(--color-bg);padding:var(--space-sm)}.skip-link:focus{position:fixed;inset-block-start:0;inset-inline-start:0}.page-width{width:min(100% - 2rem,var(--page-width));margin-inline:auto}.section-spacing{padding-block:clamp(3rem,7vw,7rem)}.section-heading{text-align:center;margin-block-end:var(--space-xl)}.section-heading__title{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,4vw,4rem);font-weight:400}.section-heading__text{max-width:42rem;margin:var(--space-xs) auto 0}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:.85rem 1.35rem;border:1px solid var(--color-text);background:var(--color-text);color:var(--color-bg);letter-spacing:.08em;text-transform:uppercase}.button--light{border-color:#fff;background:#fff;color:#181214}.button--outline{background:transparent;color:currentColor}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.media-placeholder{display:grid;min-height:20rem;place-items:center;background:var(--color-soft)}.product-grid{display:grid;grid-template-columns:repeat(var(--columns-mobile,2),minmax(0,1fr));gap:var(--grid-gap,var(--space-md))}.product-card{min-width:0}.product-card__media{position:relative;display:block;overflow:hidden;background:var(--color-soft);aspect-ratio:var(--card-ratio,3/4)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__image{transform:scale(1.025)}.product-card__badge{position:absolute;inset-block-start:.75rem;inset-inline-start:.75rem;padding:.35rem .55rem;background:var(--color-bg);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.product-card__content{padding-block:var(--space-xs)}.product-card__title{margin:0;font-size:1rem}.product-card__meta{display:flex;justify-content:space-between;gap:var(--space-sm);margin-block-start:.35rem}.price{font-weight:600}.rte{overflow-wrap:anywhere}.empty-state{text-align:center;padding-block:var(--space-2xl)}@media(min-width:750px){.product-grid{grid-template-columns:repeat(var(--columns-desktop,4),minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}