/* Homepage product discovery: scoped to the two hand-written sections. */
.home-products{padding:clamp(2.5rem,5vw,5rem) 0;background:var(--gray-50,#f5f7f8)}
.home-products-heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}
.home-products-heading h2{margin:.6rem 0;max-width:24ch;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.15}
.home-products-heading p{max-width:65ch;margin:0;color:var(--gray-600,#475569)}
.home-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.home-product{display:flex;flex-direction:column;align-items:start;padding:1.6rem;background:#fff;border:1px solid var(--gray-200,#dce4e8);border-radius:var(--radius-lg,12px)}
.home-product-tag{font-size:.75rem;font-weight:700;color:var(--primary,#176c69);letter-spacing:.05em;text-transform:uppercase}
.home-product h3{font-size:1.35rem;line-height:1.2;margin:.75rem 0}
.home-product p{margin:0 0 1rem;color:var(--gray-600,#475569);line-height:1.6}
.home-product .home-product-price{color:var(--gray-900,#172b35);font-size:.9rem;font-weight:700}
.home-product a{margin-top:auto;font-weight:700;text-underline-offset:.2em}
.home-product a:focus-visible{outline:3px solid var(--primary,#176c69);outline-offset:5px}
@media(max-width:850px){.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-products-heading{display:block}.home-products-heading>a{display:inline-block;margin-top:1rem}}
@media(max-width:540px){.home-products-grid{grid-template-columns:minmax(0,1fr)}.home-product{padding:1.3rem}}
/* The existing homepage requirements cards must also fit a narrow viewport. */
@media(max-width:540px){body:not(.en-page) main .grid-4{grid-template-columns:minmax(0,1fr)}}

.path-other{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}
.path-other h3{font-size:1.1rem}.path-other p{display:flex;gap:1rem 2rem;flex-wrap:wrap;margin-bottom:0}.path-other a{font-weight:600;text-decoration:underline;text-underline-offset:.2em}
