:root{--black: #0a0a0a;--black-light: #111;--black-lighter: #181818;--red: #c62828;--red-bright: #e53935;--red-glow: rgba(229, 57, 53, .12);--copper: #c87533;--white: #f2f0ed;--white-dim: #d9d6d1;--gray: #888380;--gray-dark: #555250;--gray-darker: #333;--font: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--max-w: 1200px;--nav-h: 64px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--black);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}@media(max-width:640px){.wrap{padding:0 1.25rem}}.hd{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:100;background:transparent}.hd-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.hd-logo img{height:28px}.hd-nav{display:flex;gap:2.5rem}.hd-link{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--gray);transition:color .2s}.hd-link:hover,.hd-link.is-active{color:var(--white)}.hd-toggle{display:none;flex-direction:column;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:8px}.hd-toggle span{display:block;width:100%;height:1.5px;background:var(--white);transition:.3s}.hd-toggle.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hd-toggle.is-open span:nth-child(2){opacity:0}.hd-toggle.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:640px){.hd{background:var(--black);-webkit-backdrop-filter:none;backdrop-filter:none}.hd-toggle{display:flex}.hd-nav{position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;flex-direction:column;background:var(--black);padding:3rem 2rem;gap:0;transform:translate(100%);transition:transform .3s}.hd-nav.is-open{transform:translate(0)}.hd-link{font-size:1.125rem;letter-spacing:.1em;padding:1.25rem 0;border-bottom:1px solid var(--gray-darker)}}.ft{border-top:1px solid var(--gray-darker);padding:3rem 0 2rem;margin-top:auto}.ft-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem}.ft-logo{height:24px;opacity:.5}.ft-links{display:flex;gap:2rem}.ft-links a{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-dark);transition:color .2s}.ft-links a:hover{color:var(--white)}.ft-contact{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.75rem;color:var(--gray-dark)}.ft-contact a{color:var(--gray);transition:color .2s}.ft-contact a:hover{color:var(--red-bright)}.ft-bottom{border-top:1px solid var(--gray-darker);padding-top:1.25rem;display:flex;justify-content:space-between}.ft-bottom p{font-size:.6875rem;color:var(--gray-dark)}@media(max-width:640px){.ft-top{flex-direction:column;gap:1.5rem}.ft-contact{align-items:flex-start}.ft-bottom{flex-direction:column;gap:.25rem}}.hm-hero{padding:8rem 0 4rem;text-align:center}.hm-title{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:.95;letter-spacing:-.04em;margin-bottom:1.5rem}.hm-sub{font-size:1.0625rem;font-weight:300;color:var(--gray);line-height:1.7;max-width:480px;margin:0 auto 2.5rem}.hm-ctas{display:flex;gap:.75rem;justify-content:center}.hm-cta{padding:.875rem 2.25rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;transition:all .25s}.hm-cta-fill{background:var(--red);color:var(--white)}.hm-cta-fill:hover{background:var(--red-bright);box-shadow:0 0 40px var(--red-glow)}.hm-cta-line{border:1px solid var(--gray-darker);color:var(--gray)}.hm-cta-line:hover{border-color:var(--gray-dark);color:var(--white)}.hm-band{padding:5rem 0;position:relative}.hm-band+.hm-band{border-top:1px solid var(--gray-darker)}.hm-band-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.hm-band-img{max-width:360px;margin-bottom:2rem}.hm-band-img img{width:100%;filter:drop-shadow(0 12px 40px rgba(0,0,0,.5))}.hm-band-label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;color:var(--copper);text-transform:uppercase;margin-bottom:.5rem}.hm-band-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem}.hm-band-desc{font-size:.9375rem;font-weight:300;color:var(--gray);line-height:1.7;max-width:440px;margin-bottom:1.25rem}.hm-band-link{font-size:.8125rem;font-weight:600;color:var(--red-bright);transition:color .2s}.hm-band-link:hover{color:var(--white)}.hm-fw{border-top:2px solid var(--red);padding:3.5rem 0}.hm-fw-inner{display:flex;align-items:flex-start;gap:3rem}.hm-fw-badge{font-size:.625rem;font-weight:700;letter-spacing:.14em;color:var(--red-bright);text-transform:uppercase;white-space:nowrap;padding-top:.25rem}.hm-fw-body{max-width:560px}.hm-fw-title{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.hm-fw-body p{font-size:.9375rem;font-weight:300;color:var(--gray);line-height:1.7;margin-bottom:.75rem}.hm-fw-link{font-size:.8125rem;font-weight:600;color:var(--red-bright);transition:color .2s}.hm-fw-link:hover{color:var(--white)}.hm-origin{border-top:1px solid var(--gray-darker);padding:4rem 0}.hm-origin-inner{max-width:580px}.hm-origin-label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;color:var(--copper);text-transform:uppercase;margin-bottom:.5rem}.hm-origin-title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.hm-origin p{font-size:.9375rem;font-weight:300;color:var(--gray);line-height:1.8;margin-bottom:.75rem}.hm-origin-link{font-size:.8125rem;font-weight:600;color:var(--red-bright);transition:color .2s}.hm-origin-link:hover{color:var(--white)}@media(max-width:768px){.hm-hero{padding:6rem 0 3rem}.hm-band-img{max-width:240px}.hm-fw-inner{flex-direction:column;gap:1rem}}.gp-header{padding:6rem 0 3rem;text-align:center}.gp-page-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.04em;line-height:.95;margin-bottom:1rem}.gp-page-sub{font-size:1rem;font-weight:300;color:var(--gray);line-height:1.7;max-width:500px;margin:0 auto}.gp-product{padding:4rem 0;border-top:1px solid var(--gray-darker)}.gp-product-inner{display:flex;flex-direction:column;align-items:center}.gp-img{max-width:380px;margin-bottom:2.5rem}.gp-img img{width:100%;filter:drop-shadow(0 16px 48px rgba(0,0,0,.5))}.gp-info{text-align:center;max-width:600px}.gp-gen{font-size:.625rem;font-weight:600;letter-spacing:.12em;color:var(--red-bright);text-transform:uppercase;margin-bottom:.375rem}.gp-name{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.gp-desc{font-size:.9375rem;font-weight:300;color:var(--gray);line-height:1.8;margin-bottom:2rem}.gp-specs{display:flex;justify-content:center;gap:0;width:100%;max-width:600px;margin:0 auto}.gp-spec{flex:1;padding:1rem .5rem;border-left:1px solid var(--gray-darker);text-align:center}.gp-spec:first-child{border-left:none}.gp-spec-key{display:block;font-size:.5625rem;font-weight:600;letter-spacing:.1em;color:var(--gray-dark);text-transform:uppercase;margin-bottom:.25rem}.gp-spec-val{font-size:1.0625rem;font-weight:600}.gp-cta{padding:4rem 0;border-top:1px solid var(--gray-darker);text-align:center}.gp-cta-title{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.gp-cta-desc{font-size:.9375rem;font-weight:300;color:var(--gray);max-width:400px;margin:0 auto 1.5rem;line-height:1.7}.gp-cta-btn{display:inline-block;padding:.75rem 2rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;background:var(--red);color:var(--white);transition:all .25s}.gp-cta-btn:hover{background:var(--red-bright);box-shadow:0 0 30px var(--red-glow)}@media(max-width:640px){.gp-img{max-width:240px}.gp-specs{flex-wrap:wrap}.gp-spec{flex:0 0 50%;border-left:none;border-top:1px solid var(--gray-darker);padding:.75rem .5rem}.gp-spec:nth-child(-n+2){border-top:none}}.rg-header{padding:6rem 0 3rem;text-align:center}.rg-page-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.04em;line-height:.95;margin-bottom:1rem}.rg-page-sub{font-size:1rem;font-weight:300;color:var(--gray);line-height:1.7;max-width:520px;margin:0 auto 1.5rem}.rg-fw-note{display:inline-block;font-size:.75rem;font-weight:500;color:var(--red-bright)}.rg-fw-note a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.rg-product{padding:4rem 0;border-top:1px solid var(--gray-darker)}.rg-product-inner{display:flex;flex-direction:column;align-items:center}.rg-img{max-width:340px;margin-bottom:2rem}.rg-img img{width:100%;filter:drop-shadow(0 12px 36px rgba(0,0,0,.5))}.rg-info{text-align:center;max-width:600px}.rg-name{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.25rem}.rg-config{font-size:.75rem;font-weight:500;color:var(--copper);margin-bottom:1rem}.rg-desc{font-size:.9375rem;font-weight:300;color:var(--gray);line-height:1.8;margin-bottom:2rem}.rg-compare{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;max-width:520px;margin:0 auto;border:1px solid var(--gray-darker)}.rg-col{padding:1.25rem}.rg-col+.rg-col{border-left:1px solid var(--gray-darker)}.rg-col-head{font-size:.5625rem;font-weight:600;letter-spacing:.12em;color:var(--gray-dark);text-transform:uppercase;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--gray-darker)}.rg-v2-col .rg-col-head{color:var(--red-bright);border-color:var(--red)}.rg-row{display:flex;justify-content:space-between;padding:.375rem 0}.rg-row-key{font-size:.625rem;font-weight:500;letter-spacing:.06em;color:var(--gray-dark);text-transform:uppercase}.rg-row-val{font-size:.9375rem;font-weight:600}.rg-v2-col .rg-row-val{color:var(--red-bright)}@media(max-width:640px){.rg-img{max-width:220px}.rg-compare{grid-template-columns:1fr}.rg-col+.rg-col{border-left:none;border-top:1px solid var(--gray-darker)}}.fw-header{padding:6rem 0 3rem;text-align:center}.fw-page-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.04em;line-height:.95;margin-bottom:1rem}.fw-page-sub{font-size:1rem;font-weight:300;color:var(--gray);line-height:1.7;max-width:520px;margin:0 auto}.fw-body{max-width:640px;margin:0 auto;padding:0 2rem 4rem}.fw-section{padding:2rem 0;border-top:1px solid var(--gray-darker)}.fw-section-title{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.75rem}.fw-section p{font-size:.9375rem;font-weight:300;color:var(--gray);line-height:1.8;margin-bottom:.75rem}.fw-table{width:100%;border-collapse:collapse;margin:1rem 0}.fw-table th{text-align:left;font-size:.5625rem;font-weight:600;letter-spacing:.1em;color:var(--gray-dark);text-transform:uppercase;padding:.5rem 1rem .5rem 0;border-bottom:1px solid var(--gray-darker)}.fw-table td{padding:.625rem 1rem .625rem 0;font-size:.9375rem;font-weight:300;color:var(--gray);border-bottom:1px solid var(--gray-darker)}.fw-table tbody tr:last-child td{border-bottom:none}.fw-table .fw-v2{font-weight:600;color:var(--white)}.fw-table .fw-save{font-weight:600;color:var(--red-bright)}.fw-steps{list-style:none;padding:0;margin:1rem 0 1.5rem;counter-reset:fwstep}.fw-steps li{position:relative;padding-left:2.25rem;margin-bottom:.75rem;font-size:.9375rem;font-weight:300;color:var(--gray);line-height:1.6;counter-increment:fwstep}.fw-steps li:before{content:counter(fwstep);position:absolute;left:0;top:.1rem;width:1.25rem;height:1.25rem;background:var(--red);color:var(--white);font-size:.625rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.fw-dl{display:inline-block;padding:.75rem 2rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;background:var(--red);color:var(--white);border:none;cursor:pointer;opacity:.35;pointer-events:none}.fw-note{padding-top:2rem;border-top:1px solid var(--gray-darker)}.fw-note p{font-style:italic;color:var(--white-dim)!important}@media(max-width:640px){.fw-body{padding:0 1.25rem 3rem}.fw-table th,.fw-table td{padding-right:.5rem;font-size:.8125rem}}.ab-header{padding:6rem 0 3rem;text-align:center}.ab-page-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.04em;line-height:.95;margin-bottom:1rem}.ab-page-sub{font-size:1.0625rem;font-weight:300;font-style:italic;color:var(--gray);line-height:1.7;max-width:480px;margin:0 auto}.ab-body{max-width:640px;margin:0 auto;padding:0 2rem 4rem}.ab-block{padding:2rem 0;border-top:1px solid var(--gray-darker)}.ab-block-title{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.75rem}.ab-block p{font-size:.9375rem;font-weight:300;color:var(--gray);line-height:1.9;margin-bottom:.75rem}.ab-block p:last-child{margin-bottom:0}.ab-mission{padding:2rem 0;border-top:2px solid var(--red)}.ab-mission-label{font-size:.5625rem;font-weight:600;letter-spacing:.14em;color:var(--red-bright);text-transform:uppercase;margin-bottom:.5rem}.ab-mission p{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--white-dim);line-height:1.7}@media(max-width:640px){.ab-body{padding:0 1.25rem 3rem}}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding-top:var(--nav-h)}
