.product-foundation{margin-bottom:72px;scroll-margin-top:88px}.product-foundation__header{max-width:720px;margin-bottom:28px}.product-foundation__title{margin:0;font-family:SF Pro Rounded,ui-rounded,ui-sans-serif,system-ui,sans-serif;font-size:clamp(24px,2.8vw,32px);font-weight:600;line-height:1.25;letter-spacing:-.02em;color:var(--ink)}.product-foundation__lead{margin:12px 0 0;max-width:640px;color:var(--body)}.product-foundation__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.product-foundation-card{padding:var(--spacing-md,12px);border-radius:16px;background:var(--surface-soft);display:flex;flex-direction:column;gap:8px}.product-foundation-card__title{margin:0;color:var(--ink)}.product-foundation-card__body{margin:0;color:var(--body)}@media (max-width:960px){.product-foundation__grid{grid-template-columns:1fr}}