.home-collection-showcase__title{margin:0}.home-collection-showcase__subheading{margin:0;font-size:clamp(.95rem, 1.5vw, 1.05rem)}.home-collection-showcase__grid{display:grid;gap:var(--space-5,1.2rem);grid-template-columns:repeat(1,minmax(0,1fr))}.home-collection-showcase__item{min-width:0;height:100%}.home-collection-showcase__link{display:grid;grid-template-rows:auto 1fr;gap:0;height:100%;overflow:hidden;border:1px solid var(--color-border);border-radius:calc(14px * var(--corner-scale,0));background:linear-gradient(180deg,#fff 0,#fafafa 100%);box-shadow:0 14px 24px rgba(0,0,0,.04)}.home-collection-showcase__item img{width:100%;height:auto;aspect-ratio:5/6;object-fit:cover}.home-collection-showcase__content{display:flex;flex-direction:column;gap:.55rem;padding:1rem 1rem 1.1rem;height:100%}.home-collection-showcase__meta{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--color-muted)}.home-collection-showcase__item-title{margin:0;font-family:var(--font-heading);font-size:clamp(1.05rem, 1.7vw, 1.25rem);letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.home-collection-showcase__text{margin:0;color:var(--color-muted);font-size:.93rem;line-height:1.45;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-collection-showcase__cta{margin-top:auto;display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#0c5f58;align-self:flex-end}.home-collection-showcase__cta-arrow{font-size:.95rem;transition:transform 240ms}.home-collection-showcase__link:focus-visible .home-collection-showcase__cta-arrow,.home-collection-showcase__link:hover .home-collection-showcase__cta-arrow{transform:translateX(3px)}@media (min-width:700px){.home-collection-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.home-collection-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}