:root{color-scheme:dark;background:#050506;color:#f6f6f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#050506}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page{min-height:100vh}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,5vw,4rem);background:rgba(5,5,6,.86);border-bottom:1px solid hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.logo{height:2.75rem;max-width:10rem;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:.8rem;color:#c9c9c2;font-size:.9rem;font-weight:800}.button-primary,.button-secondary,.nav-cta{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;border-radius:.5rem;padding:0 1rem;font-weight:950}.button-primary,.nav-cta{background:#39ff00;color:#050506}.button-secondary{border:1px solid hsla(0,0%,100%,.18);color:#f6f6f2}.hero{position:relative;display:flex;min-height:calc(94vh - 4.75rem);align-items:flex-end;padding:clamp(2rem,6vw,5rem) clamp(1rem,5vw,4rem);overflow:hidden}.hero:before{inset:0;background-image:linear-gradient(90deg,rgba(5,5,6,.95),rgba(5,5,6,.62) 43%,rgba(5,5,6,.18)),linear-gradient(180deg,rgba(5,5,6,.2),rgba(5,5,6,.76)),url(/site-images/hero-main.webp);background-position:50%;background-size:cover;transform:scale(1.02)}.hero:after,.hero:before{position:absolute;content:""}.hero:after{inset:auto 0 0;height:8rem;background:linear-gradient(180deg,transparent,#050506)}.hero-grid{position:relative;z-index:1;display:block;max-width:64rem}.eyebrow{color:#39ff00;font-size:.8rem;font-weight:950;letter-spacing:0;text-transform:uppercase}.hero h1,.section h2{margin:0;color:#fff;font-weight:950;line-height:.98}.hero h1{max-width:9ch;font-size:clamp(4.5rem,12vw,10rem)}.lead{max-width:43rem;color:#d7d7d0;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55}.card-actions,.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.contact-panel{border:1px solid rgba(57,255,0,.28);border-radius:.5rem;background:rgba(16,16,19,.78);padding:clamp(1rem,3vw,1.5rem)}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-top:clamp(1.5rem,4vw,2.6rem)}.proof-item{min-height:7rem;border-left:3px solid #39ff00;background:rgba(16,16,19,.64);padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.proof-text,.proof-title{display:block}.proof-title{color:#fff;font-size:1rem;font-weight:950}.proof-text{margin-top:.45rem;color:#d7d7d0;font-size:.9rem;line-height:1.45}.section{padding:clamp(2.5rem,6vw,5rem) clamp(1rem,5vw,4rem)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.section h2{font-size:clamp(2rem,4.5vw,4rem)}.section-copy{max-width:35rem;color:#c9c9c2;line-height:1.55}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.card{display:flex;flex-direction:column;min-height:15rem;overflow:hidden;gap:1rem;border:1px solid hsla(0,0%,100%,.12);border-radius:.5rem;background:#101013}.card>:not(.card-media){padding-inline:1.1rem}.card>:last-child{padding-bottom:1.1rem}.card-media{display:block;width:100%;height:12.5rem;object-fit:cover;filter:saturate(1.08) contrast(1.04) brightness(.88)}.card h3{margin:.8rem 0 0;color:#fff;font-size:1.35rem;line-height:1.15}.card p{margin:0;color:#c9c9c2;line-height:1.5}.price{color:#39ff00;font-size:1.2rem;font-weight:950}.badge-row{display:flex;flex-wrap:wrap;gap:.5rem}.badge{border:1px solid rgba(57,255,0,.34);border-radius:999px;padding:.35rem .6rem;color:#f6f6f2;font-size:.78rem;font-weight:850}.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.8fr);grid-gap:1rem;gap:1rem}.contact-panel{display:grid;grid-gap:.85rem;gap:.85rem}.contact-line{color:#f6f6f2;font-size:1.05rem;font-weight:850}.footer,.muted{color:#9f9f98}.footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:2rem clamp(1rem,5vw,4rem);border-top:1px solid hsla(0,0%,100%,.12);font-size:.9rem}@media (max-width:880px){.nav{align-items:flex-start}.nav-links{display:none}.contact-grid{grid-template-columns:1fr}.hero{min-height:calc(92vh - 4.75rem);padding-top:8rem}.hero:before{background-image:linear-gradient(90deg,rgba(5,5,6,.94),rgba(5,5,6,.72)),linear-gradient(180deg,rgba(5,5,6,.08),rgba(5,5,6,.84)),url(/site-images/hero-main.webp);background-position:58%}.cards,.hero-proof{grid-template-columns:1fr}.section-header{align-items:flex-start;flex-direction:column}}