.home-hero{position:relative;min-height:660px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.34))}.hero-content{position:relative;z-index:1;max-width:820px}.hero-content h1,.hero-content p{color:#fff}.hero-content p{font-size:1.18rem;margin:18px auto 0}.hero-actions{margin-top:32px;display:flex;justify-content:center;gap:16px}.spec-row{display:grid;grid-template-columns:30% 1fr 90px;grid-gap:24px;gap:24px;align-items:center;min-height:112px;border-top:1px solid var(--brand-border);padding:20px 0}.spec-row:last-child{border-bottom:1px solid var(--brand-border)}.spec-row strong{color:var(--brand-primary);font-family:"Courier New",monospace;font-size:32px}.spec-row span{justify-self:end;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid var(--brand-border);color:var(--brand-primary);font-weight:700}.product-entry{background:var(--brand-bg-alt)}.product-entry-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.entry-card{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.entry-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#e8eef3}.entry-card div{padding:24px}.spec-tab-content{border:1px solid var(--brand-border);border-top:0;padding:24px}.epev-tabs .nav-link{border-radius:0;color:var(--brand-primary);font-weight:700}.spec-table thead th{background:var(--brand-bg-alt);color:var(--brand-text)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--brand-border);border:1px solid var(--brand-border)}.stats-grid div{background:#fff;padding:36px 20px;text-align:center}.stats-grid strong{display:block;color:var(--brand-primary);font-size:48px}.stats-grid span{color:var(--brand-text)}@media (max-width:991px){.product-entry-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.spec-row{grid-template-columns:1fr}.spec-row span{justify-self:start}}@media (max-width:575px){.home-hero{min-height:520px}.hero-actions,.product-entry-grid,.stats-grid{grid-template-columns:1fr;display:grid}}