.main-brand img{width:100%;max-height:510px;object-fit:contain}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--card);box-shadow:var(--shadow)}.product-image{display:grid;aspect-ratio:16/11;place-items:center;padding:22px;background:#fafafa;border-bottom:1px solid var(--line)}.product-image img{width:100%;height:100%;object-fit:contain}.product-copy{padding:28px}.product-copy h3{margin:13px 0 8px;font-size:25px}.product-copy p{min-height:68px;margin:0 0 22px;color:var(--muted)}.product-status{display:inline-flex;border-radius:100px;padding:5px 10px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-status.available{background:#e8f3ea;color:#286337}.product-status.development{background:#f7e8e8;color:#97131a}.button.disabled{cursor:default;opacity:.62}.community-section{background:var(--dark);color:#fff}.community-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.community-section h2{max-width:500px}.community-copy>p{margin-top:0;color:#c6c9cb;font-size:17px}.community-points{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.community-points span{border:1px solid #4b5053;border-radius:100px;padding:8px 13px;font-size:12px;font-weight:700}.site-header .brand img,.site-header .custom-logo{width:145px;max-height:64px;object-fit:contain}@media(max-width:900px){.product-grid,.community-grid{grid-template-columns:1fr}.community-grid{gap:28px}.product-copy p{min-height:0}}@media(max-width:620px){.product-image{aspect-ratio:1}.product-copy{padding:22px}.site-header .brand img,.site-header .custom-logo{width:118px}}