.new-section{padding-block:4rem 5rem;background:var(--color-paper)}.new-section__title{text-align:center;font-size:clamp(2.4rem,4vw,4.8rem);font-weight:400}.new-section__tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem 3.5rem;margin-top:3rem}.new-section__tab{position:relative;padding:0;font-size:1.15rem;color:var(--color-ink)}.new-section__tab::after{content:"";position:absolute;left:50%;bottom:-1rem;width:.35rem;height:.35rem;border-radius:50%;background:currentColor;opacity:0;transform:translateX(-50%)}.new-section__tab.is-active{font-weight:600}.new-section__tab.is-active::after{opacity:1}.new-section__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:4rem}@media(min-width:1024px){.new-section__grid{grid-template-columns:repeat(3,1fr)}}.new-section__card{display:block}.new-section__media{aspect-ratio:1/1.25;overflow:hidden;background:var(--color-sand)}.new-section__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-luxe)}.new-section__card:hover .new-section__media img{transform:scale(1.04)}.new-section__card-title{margin-top:1rem;font-size:1.15rem;font-weight:500}.new-section__card-category{margin-top:.35rem;font-size:.9rem;color:var(--color-stone)}.new-section__card.is-hidden{display:none}