:root{--bg:#0e0b07;--bamboo:#65a30d;--amber:#d97706;--cream:#f7fee7;--font:'Plus Jakarta Sans',sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--cream);font-family:var(--font);min-height:100vh;overflow-x:hidden}
.bamboo-texture{position:fixed;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1}
.carbon-lug{position:fixed;inset:2rem;border:1px solid rgba(101,163,13,0.2);border-radius:12px;pointer-events:none;z-index:2}
nav{position:fixed;top:0;width:100%;padding:2.5rem 4rem;display:flex;justify-content:space-between;z-index:10;border-bottom:1px solid rgba(101,163,13,0.15)}.logo{font-size:1.3rem;font-weight:700;color:var(--bamboo)}.joint{font-size:.75rem;letter-spacing:2px;color:#a3a3a3}
main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:5}
.frame-card{background:rgba(101,163,13,0.03);backdrop-filter:blur(20px);border:1px solid rgba(101,163,13,0.15);border-radius:20px;padding:4rem;max-width:680px;text-align:center}
.sub{font-size:.75rem;letter-spacing:4px;color:var(--bamboo);display:block;margin-bottom:1.5rem}
h1{font-size:2.8rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem;color:var(--cream)}
p{font-size:1.05rem;color:#a7f3d0;font-weight:300;line-height:1.7;margin-bottom:2rem}
.specs{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.specs span{padding:.4rem 1rem;border:1px solid rgba(101,163,13,0.3);border-radius:999px;font-size:.75rem;color:var(--bamboo)}