.products-shell{width:100%}.products-hero{width:100vw;min-height:100svh;padding:8em 2em 4em;display:grid;grid-template-columns:1.2fr .8fr;gap:2em;align-items:end}.products-hero-copy{display:flex;flex-direction:column;gap:1.25em;max-width:760px}.products-hero-copy h1{font-size:clamp(3.5rem,8vw,7rem);max-width:9ch}.products-hero-copy .ss{max-width:38rem}.products-hero-tags{display:flex;flex-wrap:wrap;gap:.75em}.products-hero-tags span{font-family:supply-mono;font-size:.75rem;text-transform:uppercase;padding:.75em .9em .55em;border-radius:999px;border:2px solid var(--fg);background:var(--bg)}.products-hero-panel{display:flex;flex-direction:column;gap:1em}.products-hero-stat{padding:2em;border-radius:1.5em;border:2px solid var(--fg);box-shadow:6px 6px 0 var(--fg)}.products-hero-stat h2{margin:.35em 0 .5em}.products-hero-stat p:last-child{max-width:28ch}.products-hero-stat.accent-one{background:var(--accent1)}.products-hero-stat.accent-two{background:var(--accent3)}.product-showcase{width:100vw;padding:2em;display:grid;grid-template-columns:1fr 1fr;gap:2em;align-items:center}.product-copy,.product-visual{min-height:520px;border-radius:2em;border:2px solid var(--fg);overflow:hidden;box-shadow:6px 6px 0 var(--fg)}.product-copy{padding:2.5em;display:flex;flex-direction:column;justify-content:center;gap:1.25em;background:var(--bg2)}.product-copy h2{font-size:clamp(2.75rem,5vw,5rem)}.product-points{display:grid;grid-template-columns:1fr;gap:1em;margin-top:.5em}.product-point{padding:1em 1.15em;border-radius:1em;border:1px solid rgba(20,20,20,.2);background:#ffffff59}.product-point p:last-child{margin-top:.35em}.product-visual{background:var(--fg)}.product-showcase-right .product-visual{order:1}.product-showcase-right .product-copy{order:2}.product-system{width:100vw;padding:6em 2em 2em}.product-system-header{max-width:42rem;margin-bottom:2em}.product-system-header h2{margin-top:.25em;font-size:clamp(2.25rem,4vw,4.5rem)}.product-system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25em}.product-system-card{padding:1.5em;border-radius:1.25em;border:2px solid var(--fg);background:var(--bg);box-shadow:4px 4px 0 var(--fg)}.product-system-card:nth-child(1){background:var(--accent2)}.product-system-card:nth-child(2){background:var(--accent1)}.product-system-card:nth-child(3){background:var(--accent3)}.product-system-card p:last-child{margin-top:.75em}@media (max-width: 1000px){.products-hero,.product-showcase{grid-template-columns:1fr}.products-hero{padding-top:7em;min-height:auto}.products-hero-copy h1{max-width:none}.products-hero-panel{order:-1}.product-showcase-right .product-visual,.product-showcase-right .product-copy{order:initial}.product-copy,.product-visual{min-height:auto}.product-copy{padding:2em}.product-system-grid{grid-template-columns:1fr}}
