:root{--accent:#e0e0e0;--dark:#09090b;--dark-card:#111113;--dark-border:#1e1e22;--dark-hover:#19191d;--gray-500:#6b6b76;--gray-400:#8e8e9a;--gray-300:#bbbbc4;--white:#f4f4f5;--electric:#f97316;--storage:#22c55e;--plumb:#3b82f6;--future:#a78bfa}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--white);-webkit-font-smoothing:antialiased;font-family:Instrument Sans,sans-serif;overflow-x:hidden}h1,h2,h3{font-family:Fraunces,serif}.nav{z-index:100;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--dark-border);background:#09090bd9;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--white);align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo-icon{background:var(--white);width:34px;height:34px;color:var(--dark);border-radius:8px;justify-content:center;align-items:center;font-family:Fraunces,serif;font-size:1rem;font-weight:700;display:flex}.nav-logo-text{letter-spacing:-.02em;color:var(--white);font-family:Fraunces,serif;font-size:1.25rem}.nav-logo-text span{color:var(--gray-400)}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--gray-400);letter-spacing:.01em;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:900px;height:900px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.hero-badge{color:var(--gray-300);letter-spacing:.02em;background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.45rem 1.15rem;font-size:.8rem;font-weight:500;animation:.8s fadeInDown;display:inline-flex}.hero-badge-dot{background:var(--storage);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.hero h1{letter-spacing:-.03em;max-width:820px;margin-bottom:1.5rem;font-size:clamp(2.6rem,6.5vw,5rem);font-weight:400;line-height:1.06;animation:.8s .1s both fadeInUp}.hero h1 em{color:var(--gray-400);font-style:italic}.hero-sub{color:var(--gray-400);max-width:540px;margin-bottom:3rem;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:400;line-height:1.7;animation:.8s .25s both fadeInUp}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s .4s both fadeInUp;display:flex}.btn-primary{background:var(--white);color:var(--dark);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:Instrument Sans,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #ffffff1a}.btn-secondary{color:var(--gray-300);border:1px solid var(--dark-border);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:Instrument Sans,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-secondary:hover{border-color:var(--gray-500);color:var(--white);transform:translateY(-2px)}.section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-divider{background:var(--dark-border);max-width:1200px;height:1px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:.14em;color:var(--gray-500);margin-bottom:1rem;font-size:.72rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.12}.section-desc{color:var(--gray-400);max-width:560px;font-size:1.05rem;line-height:1.7}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem;display:grid}.product-card{background:var(--dark-card);border:1px solid var(--dark-border);color:inherit;border-radius:16px;padding:2.25rem;text-decoration:none;transition:all .35s;display:block;position:relative;overflow:hidden}.product-card:before{content:"";opacity:0;height:2px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.product-card:hover{background:var(--dark-hover);border-color:#ffffff0f;transform:translateY(-3px)}.product-card:hover:before{opacity:1}.product-card--electric:before{background:var(--electric)}.product-card--electric .product-icon,.product-card--electric .status-live{color:var(--electric);background:#f973161a}.product-card--storage:before{background:var(--storage)}.product-card--storage .product-icon,.product-card--storage .status-live{color:var(--storage);background:#22c55e1a}.product-card--plumb:before{background:var(--plumb)}.product-card--plumb .product-icon{color:var(--plumb);background:#3b82f61a}.product-card--future:before{background:var(--future)}.product-card--future .product-icon{color:var(--future);background:#a78bfa1a}.product-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.35rem;display:flex}.product-card h3{margin-bottom:.6rem;font-family:Fraunces,serif;font-size:1.35rem;font-weight:400}.product-card p{color:var(--gray-400);font-size:.9rem;line-height:1.65}.product-meta{border-top:1px solid var(--dark-border);justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.25rem;display:flex}.product-status{letter-spacing:.03em;text-transform:uppercase;border-radius:100px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.72rem;font-weight:600;display:inline-flex}.status-live span{border-radius:50%;width:5px;height:5px;display:inline-block}.product-card--electric .status-live span{background:var(--electric)}.product-card--storage .status-live span{background:var(--storage)}.status-coming{color:var(--gray-500);background:#ffffff0a}.product-link{color:var(--gray-500);font-size:.8rem;transition:color .2s}.product-card:hover .product-link{color:var(--gray-300)}.approach-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.approach-item{border:1px solid var(--dark-border);background:var(--dark-card);border-radius:16px;padding:2rem}.approach-number{color:var(--gray-500);margin-bottom:1rem;font-family:Fraunces,serif;font-size:.85rem;font-style:italic}.approach-item h3{margin-bottom:.6rem;font-family:Fraunces,serif;font-size:1.15rem;font-weight:400}.approach-item p{color:var(--gray-400);font-size:.88rem;line-height:1.65}.cta-section{text-align:center;padding:8rem 2rem;position:relative}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff05 0%,#0000 70%);width:600px;height:600px;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.cta-section .section-label{display:block}.cta-section .section-title{max-width:600px;margin:0 auto 1rem}.cta-section .section-desc{text-align:center;margin:0 auto 2.5rem}.cta-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.cta-link{color:var(--gray-400);align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.cta-link:hover{color:var(--white)}.cta-link-dot{border-radius:50%;width:5px;height:5px;display:inline-block}.footer{border-top:1px solid var(--dark-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:2.5rem;display:flex}.footer-copy{color:var(--gray-500);font-size:.8rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--gray-500);font-size:.8rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@media (max-width:768px){.nav{padding:1rem 1.25rem}.nav-links{display:none}.hero{padding:7rem 1.25rem 3rem}.section{padding:4rem 1.25rem}.products-grid,.approach-grid{grid-template-columns:1fr}.hero-cta-group{flex-direction:column;align-items:center}.footer{text-align:center;flex-direction:column}.cta-links{flex-direction:column;gap:1rem}}
