.products{background:var(--white)}.products__header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:32px;align-items:end;margin-bottom:36px}.products__header>.reveal:first-child{max-width:620px}.products__header .section-copy{max-width:340px;justify-self:end;text-align:right}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:42px}.filter-pill{padding:10px 22px;border-radius:999px;border:1.5px solid var(--border);background:transparent;color:var(--ink);font-size:.88rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s ease}.filter-pill:hover,.filter-pill.is-active{background:var(--green);border-color:var(--green);color:var(--green-dark)}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.compare-popup{position:fixed;right:24px;bottom:24px;z-index:1200;width:min(360px,calc(100% - 32px));padding:20px;border-radius:24px;background:#0f1510f5;color:var(--white);box-shadow:0 24px 60px #0000003d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.compare-popup.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.compare-popup__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff94}.compare-popup__title{font-size:1.1rem;font-weight:800;margin-top:10px}.compare-popup__copy{margin-top:10px;color:#ffffffb8;font-size:.9rem;line-height:1.7}.compare-popup__actions{display:flex;align-items:center;gap:10px;margin-top:18px}.compare-popup__cta,.compare-popup__clear{border:0;border-radius:999px;padding:11px 16px;font-size:.82rem;font-weight:700}.compare-popup__cta{background:var(--green);color:var(--green-dark)}.compare-popup__clear{background:#ffffff14;color:#ffffffd9;cursor:pointer}.product-card{position:relative;display:none;background:var(--white);border:1px solid rgba(15,21,16,.08);border-radius:24px;overflow:hidden;box-shadow:none;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(82,200,122,.03),transparent 38%);opacity:0;transition:opacity .26s ease;pointer-events:none}.product-card.is-visible{display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);border-color:#52c87a1f;box-shadow:0 18px 42px #0f191217}.product-card:hover:before{opacity:1}.product-card__top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:18px 22px 6px}.product-card__category{color:var(--mid);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-card__compare{border:0;background:none;padding:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;font-size:.74rem;font-weight:700;color:var(--mid);cursor:pointer;transition:color .22s ease,opacity .22s ease;text-align:right}.product-card__compare:hover,.product-card__compare.is-selected{color:var(--green)}.product-card__compare:hover{opacity:.8}.product-card__compare svg{width:18px;height:18px;flex-shrink:0}.product-card__image{position:relative;aspect-ratio:1 / 1;min-height:0;margin:0 22px;padding:20px 20px 18px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(15,21,16,.06)}.product-card__image img{width:90%;height:90%;max-width:90%;max-height:90%;object-fit:contain;filter:none;transition:width .28s ease,height .28s ease,max-width .28s ease,max-height .28s ease,transform .28s ease}.product-card:hover .product-card__image img{width:100%;height:100%;max-width:100%;max-height:100%;transform:translateY(-4px)}.product-card__placeholder{width:144px;height:168px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#e8e3db,#d5cfc6);color:#8f8f8f;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.product-card__info{padding:18px 22px 22px}.product-card__model{font-size:1.08rem;font-weight:800;margin-bottom:8px;letter-spacing:-.02em}.product-card__specs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--mid);font-size:.78rem}.product-card__spec-value{color:#444;font-weight:600}.product-card__spec-sep{color:var(--border)}.product-card__detail-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;margin-top:18px;padding:0 16px;border:1px solid rgba(15,21,16,.12);border-radius:999px;color:var(--ink);background:transparent;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:color .22s ease,border-color .22s ease,background .22s ease,gap .22s ease}.product-card__detail-link:after{content:"";width:6px;height:6px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg)}.product-card:hover .product-card__detail-link{gap:12px;color:var(--green-dark);border-color:#52c87a3d;background:#52c87a08}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.products__header{grid-template-columns:1fr;gap:18px}.products__header .section-copy{max-width:100%;justify-self:start;text-align:left}.products-grid{grid-template-columns:1fr}}@media(max-width:480px){.filter-bar{gap:8px;margin-bottom:32px}.filter-pill{padding:9px 16px;font-size:.8rem}.product-card__top{align-items:flex-start;gap:10px}.product-card__compare{width:100%;justify-content:space-between;font-size:.72rem;text-align:left}.product-card__image{margin:0 18px;padding:16px 16px 18px}.product-card__placeholder{width:124px;height:148px}.compare-popup{right:12px;bottom:12px;width:calc(100% - 24px);padding:18px;border-radius:20px}.compare-popup__actions{flex-direction:column;align-items:stretch}.compare-popup__cta,.compare-popup__clear{text-align:center}}
