:root{--c-black:#000;--c-white:#fff;--c-gray-50:#f1f1f1;--c-gray-100:#eee;--c-gray-200:#cacaca;--c-gray-400:#888;--c-gray-500:#787878;--c-gray-600:#646464;--c-gray-700:#444;--c-accent:#c00;--c-accent-glow:#ff1a1a;--c-green:#2fbf37;--c-green-bright:#4dff52;--c-fire:#ff5a00;--c-fire-bright:#ff8a1e;--c-fire-deep:#b60000;--color-bg:var(--c-green);--color-surface:#1a0500;--color-text:var(--c-green);--color-text-muted:var(--c-green-bright);--color-border:#8a2b00;--color-accent:var(--c-green);--color-accent-hover:var(--c-fire-bright);--font-sans:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", "NB International Mono Web", "Helvetica Neue", monospace;--header-padding-horiz:32px;--header-padding-top:28px;--header-padding-bottom:20px;--header-logo-height:40px;--header-approx-height:88px;--mobile-menu-width:320px;--burger-width:24px;--burger-height:12px;--burger-color:var(--c-green);--max-width:1800px;--content-padding:40px;--ease-out-expo:cubic-bezier(.19, 1, .22, 1);--ease-in-out:cubic-bezier(.77, 0, .175, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--c-green);font-family:var(--font-sans);letter-spacing:-.0125em;background-color:#0000;background-image:radial-gradient(130% 100% at 50% 112%,#ff8c1ef2 0%,#e64600b3 30%,#b41e0080 58%,#5a080073 80%),radial-gradient(90% 60% at 50% 0,#ff500052 0%,#0000 70%),linear-gradient(#3a0600 0%,#1a0300 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;font-weight:400;line-height:1.33;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:none}::selection{background:var(--c-white);color:var(--c-black)}h2{letter-spacing:-.04em;font-size:48px;font-weight:500;line-height:.92}h3{letter-spacing:-.03em;font-size:27px;font-weight:500;line-height:1.1}p{letter-spacing:-.0125em;font-size:27px;line-height:1.33}.mono,.eyebrow,.footer-eyebrow{font-family:var(--font-mono);letter-spacing:.02em;text-transform:uppercase;font-size:14px;font-weight:400}.site-container{max-width:var(--max-width);padding:0 var(--content-padding);margin:0 auto}.header{z-index:40;background:var(--c-black);padding-top:var(--header-padding-top);padding-bottom:var(--header-padding-bottom);padding-left:var(--header-padding-horiz);padding-right:var(--header-padding-horiz);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;display:flex}.logo a{display:block}.logo-svg{width:340px;height:auto}.logo-text{font-family:var(--font-sans);fill:var(--c-white);letter-spacing:-.04em;font-size:52px;font-weight:700}.nav-list{align-items:center;gap:24px;display:flex}.search-trigger{justify-content:center;align-items:center;display:flex}.search-icon{width:22px;height:22px;color:var(--c-white)}.burger{width:var(--burger-width);height:var(--burger-height);z-index:50;flex-direction:column;justify-content:space-between;display:none}.burger-line{background:var(--burger-color);width:100%;height:2px;transition:transform .3s var(--ease-out-expo), opacity .2s;display:block}.burger.active .burger-line:first-child{transform:translateY(5px)rotate(45deg)}.burger.active .burger-line:last-child{transform:translateY(-5px)rotate(-45deg)}.hero-section{text-align:center;background:radial-gradient(140% 105% at 50% 110%,#cd6016e6 0%,#a913029e 30%,#780a0066 55%,#32000038 76%,#0000 94%),radial-gradient(90% 60% at 50% 0,#a9130238 0%,#0000 75%),radial-gradient(60% 50% at 50% 120%,#ff8c2847 0%,#0000 60%),#000;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:8px 24px 16px;display:flex;position:relative;overflow:hidden}.hero-title-block{margin-bottom:14px}.hero-title{letter-spacing:.06em;color:#f4f4f4;text-transform:uppercase;font-size:clamp(24px,3.2vw,34px);font-weight:700;line-height:1}.hero-subtitle{letter-spacing:.42em;text-transform:uppercase;color:var(--c-accent);text-shadow:0 0 18px #cc000059;margin-top:8px;font-size:clamp(14px,1.9vw,18px);font-weight:500;line-height:1.2}.hero-tagline{font-family:var(--font-mono);letter-spacing:.3em;text-transform:uppercase;color:#ffffff73;margin-top:12px;font-size:11px}.hero-media{justify-content:center;width:100%;display:flex;position:relative}.hero-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 240px);display:block;box-shadow:0 0 130px #a9130259,0 20px 60px #0009}.home-content{padding:0}.grid.featured{flex-wrap:wrap;gap:4px;margin-bottom:80px;display:flex}.featured-item{cursor:pointer;min-width:240px;transition:opacity .4s var(--ease-out-expo);flex:calc(25% - 3px);position:relative;overflow:hidden}.featured-item .image{width:100%;overflow:hidden}.featured-item .image img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .6s var(--ease-out-expo)}.featured-item:hover .image img{filter:brightness(1.05);transform:scale(1.03)}.featured-item .titles-wrapper{background:linear-gradient(#0000 0%,#000000e6 100%);padding:32px 20px 20px;position:absolute;bottom:0;left:0;right:0}.featured-item-title{letter-spacing:-.02em;font-size:21px;font-weight:700;line-height:1.1}.featured-item-title small{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--c-gray-400);margin-top:4px;font-size:12px;font-weight:400;display:block}.home-stack{flex-direction:column;gap:4px;display:flex}.stack-item{border-top:1px solid var(--c-gray-700);align-items:center;gap:40px;padding:32px 0;display:flex}.stack-item:first-child{border-top:none}.stack-item:last-child{border-bottom:1px solid var(--c-gray-700)}.stack-item.product{flex-direction:row}.stack-item.note{flex-direction:row-reverse}.stack-item.full-width{flex-direction:column;gap:40px}.stack-image{flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.stack-image img{object-fit:contain;width:100%;max-width:100%;height:auto;max-height:55vh;transition:transform .6s var(--ease-out-expo)}.stack-item:hover .stack-image img{transform:scale(1.02)}.copy-wrapper{flex:1}.copy-wrapper .eyebrow{color:var(--c-gray-400);margin-bottom:12px;display:block}.copy-wrapper h3{margin-bottom:12px}.stack-desc{color:var(--c-gray-400);max-width:480px;margin-bottom:20px;font-size:18px;line-height:1.5}.link-arrow{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--c-white);font-size:14px;transition:color .3s}.link-arrow:hover{color:var(--c-accent)}.link-arrow .arrow{transition:transform .3s var(--ease-out-expo);margin-left:4px;display:inline-block}.link-arrow:hover .arrow{transform:translate(4px)}#teaser,#films,.home-stack{scroll-margin-top:120px}.teaser-wrap{width:100%;max-width:1080px;margin:0 auto 24px;position:relative}.teaser-item{margin-bottom:36px}.teaser-item .eyebrow{margin-bottom:10px;display:block}.teaser-video{aspect-ratio:16/9;object-fit:contain;border:1px solid var(--color-border);background:#000;width:100%;display:block}.teaser-video::-webkit-media-controls-panel,.teaser-video::-webkit-media-controls-enclosure,.teaser-video::-webkit-media-controls{background:0 0}footer{border-top:1px solid var(--c-gray-700);margin-top:80px;padding:80px 0 60px}.footer-grid{flex-wrap:wrap;gap:40px 60px;display:flex}.footer-col{flex:0 auto;min-width:160px}.footer-col.legal{flex:1.2}.footer-col.newsletter-col{flex:2;min-width:280px}.footer-eyebrow{color:var(--c-gray-400);margin-bottom:16px;display:block}.footer-col a{color:var(--c-white);font-size:16px;line-height:2;transition:color .3s;display:block}.footer-col a:hover{color:var(--c-accent)}.newsletter-desc{color:var(--c-gray-400);margin-bottom:20px;font-size:16px}.newsletter-form{gap:0;display:flex}.newsletter-form input{border:none;border-bottom:2px solid var(--c-gray-600);color:var(--c-white);font-family:var(--font-sans);background:0 0;outline:none;flex:1;padding:12px 0 8px;font-size:18px;transition:border-color .3s}.newsletter-form input:focus{border-color:var(--c-white)}.newsletter-form button{border-bottom:2px solid var(--c-white);color:var(--c-white);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;padding:12px 24px 8px;font-size:13px;transition:all .3s}.social-links{flex-wrap:wrap;gap:8px 16px;display:flex}.social-links a{font-size:14px;font-family:var(--font-mono);letter-spacing:.05em}.site-hud{width:var(--mobile-menu-width);background:var(--c-black);z-index:45;height:100vh;transition:transform .4s var(--ease-out-expo);flex-direction:column;padding:120px 40px 40px;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.site-hud.open{transform:translate(0)}.mobile-nav-list{flex-direction:column;gap:8px;display:flex}.mobile-nav-link{letter-spacing:-.03em;font-size:38px;font-weight:500;line-height:1.6;transition:color .3s;display:block}.mobile-nav-link:hover{color:var(--c-accent)}.search-overlay{z-index:50;opacity:0;pointer-events:none;transition:opacity .3s var(--ease-in-out);background:#000000f2;justify-content:center;align-items:flex-start;padding-top:160px;display:flex;position:fixed;inset:0}.search-overlay.open{opacity:1;pointer-events:all}.search-form{align-items:center;gap:16px;width:100%;max-width:700px;padding:0 40px;display:flex}.search-input{border:none;border-bottom:2px solid var(--c-gray-600);color:var(--c-white);font-family:var(--font-sans);letter-spacing:-.03em;background:0 0;outline:none;flex:1;padding:16px 0 8px;font-size:48px;font-weight:500;transition:border-color .3s}.search-input:focus{border-color:var(--c-white)}.search-input::placeholder{color:var(--c-gray-600)}.search-close{color:var(--c-gray-400);font-size:28px;transition:color .3s}.search-close:hover{color:var(--c-white)}@media screen and (width<=1300px){h2{letter-spacing:-.03em;font-size:38px;line-height:1}.stack-item{gap:40px;padding:40px 0}}@media screen and (width<=1150px){.logo-svg{width:260px}.featured-item{flex:calc(33.33% - 3px)}}@media screen and (width<=1024px){:root{--header-padding-horiz:24px;--content-padding:24px}h2{font-size:38px;line-height:1}p{font-size:18px}.hero-overlay{padding:40px 24px 24px}.stack-item:not(.full-width){flex-direction:column;gap:24px}.stack-item.full-width{gap:24px}.featured-item{flex:calc(50% - 2px);min-width:160px}.featured-item-title{font-size:18px}.nav-desktop{display:none}.burger{display:flex}}@media screen and (width<=885px){.footer-grid{gap:32px 40px}.footer-col.newsletter-col{flex:100%}}@media screen and (width<=769px){.logo-svg{width:220px}.search-input{font-size:32px}}@media screen and (width<=666px){.featured-item{flex:calc(50% - 2px)}}@media screen and (width<=650px){.stack-desc{font-size:16px}.footer-col{flex:calc(50% - 20px)}.mobile-nav-link{font-size:28px}}@media screen and (width<=640px){:root{--header-padding-horiz:16px;--content-padding:16px}p{font-size:18px}h2{font-size:32px}.stack-item{padding:32px 0}footer{padding:60px 0 40px}.newsletter-form{flex-direction:column;gap:12px}}@media screen and (width<=371px){.logo-svg{width:180px}.site-hud{width:100%}}.site{background:radial-gradient(130% 100% at 50% 112%,#ff8c1ef2 0%,#e64600b3 30%,#b41e0080 58%,#5a080073 80%),linear-gradient(#3a0600 0%,#1a0300 100%);min-height:100vh}.page-view{display:block}.page-head{text-align:left;padding:24px 0 16px}.page-head h2{margin-bottom:20px;font-size:clamp(22px,3vw,34px)}.page-note{color:var(--c-gray-400);margin:-56px 0 40px}.nav-page{position:relative}.nav-page.is-active,.mobile-nav-link.is-active{color:var(--c-accent)}.nav-desktop .nav-page.is-active:after{content:"";background:var(--c-accent);height:2px;position:absolute;bottom:-4px;left:0;right:0}.home-cards{justify-content:center;gap:16px;margin:12px 0 0;display:flex}.card{border:1px solid var(--c-gray-700);background:var(--color-surface);flex:0 260px;min-width:200px;padding:24px 28px;transition:border-color .3s,background .3s}.card:hover{border-color:var(--c-accent);background:#141414}.card .eyebrow{color:var(--c-gray-400);margin-bottom:8px}.card h3{font-size:22px}@media (width<=640px){.home-cards{flex-direction:column}.card{flex:auto}}html{scroll-behavior:smooth}#top,#teaser,#films,#about,#contact{scroll-margin-top:110px}h1,h2,h3,.hero-title,.featured-item-title,.stack-item h3,.copy-wrapper h3,.card h3,.page-head h2{color:var(--c-green);-webkit-text-stroke:1.2px var(--c-fire-deep);text-shadow:0 0 12px #ff280066}.hero-subtitle,.hero-tagline,.logo-text,.nav-desktop a,.mobile-nav-link,.link-arrow,.eyebrow,.footer-eyebrow,.footer-col a,.social-links a,.newsletter-form button{color:var(--c-green);-webkit-text-stroke:.5px var(--c-fire-deep);text-shadow:0 0 6px #ff1e0073}.hero-subtitle{color:var(--c-green-bright)}.hero-tagline{opacity:.95}.logo-text{fill:var(--c-green)}.logo-offset{fill:var(--c-fire-bright)}.featured-item-title small{color:var(--c-green);opacity:.9;-webkit-text-stroke:.5px var(--c-fire-deep)}.nav-desktop a.is-active,.mobile-nav-link.is-active,.footer-col a:hover,.social-links a:hover{color:var(--c-green-bright)}.newsletter-form input{color:var(--c-green);border-bottom-color:var(--c-fire-bright)}.newsletter-form input::placeholder{color:#2fbf378c}.newsletter-form input:focus,.newsletter-form button{border-bottom-color:var(--c-green)}.newsletter-form button:hover{background:var(--c-green);color:#1a0500}
