@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --bg:#050505; --panel:#0c0c0e; --text:#f4f4f4; --muted:#98989d;
  --red:#e51b23; --line:#29292d; --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}
.nav{height:76px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(5,5,5,.88);backdrop-filter:blur(14px);border-bottom:1px solid #17171a}
.brand,.footer-brand{font-family:"Barlow Condensed",sans-serif;font-weight:900;font-size:30px;letter-spacing:1px}
.brand span,.footer-brand span{color:var(--red)}
nav{display:flex;gap:32px;font-size:12px;font-weight:700;letter-spacing:2px}
nav a:hover{color:var(--red)}
.nav-cta{border:1px solid var(--red);padding:11px 16px;font-size:11px;letter-spacing:1.5px;font-weight:700}
.hero{min-height:calc(100vh - 76px);max-width:var(--max);margin:auto;padding:9vh 5vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:5vw;position:relative;overflow:hidden}
.hero-glow{position:absolute;width:480px;height:480px;right:0;top:15%;background:radial-gradient(circle,rgba(229,27,35,.14),transparent 65%);filter:blur(10px)}
.eyebrow{color:var(--red);font-size:11px;font-weight:800;letter-spacing:3px;margin:0 0 18px}
h1,h2,h3{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;margin:0;font-weight:900;line-height:.88}
h1{font-size:clamp(72px,10vw,140px);letter-spacing:-2px}
h1 span{color:var(--red)}
h2{font-size:clamp(54px,7vw,92px);letter-spacing:-1px}
.hero-text{max-width:570px;color:#b8b8bd;line-height:1.75;margin:30px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{display:inline-block;padding:14px 22px;font-size:11px;font-weight:800;letter-spacing:1.7px;border:1px solid var(--red);cursor:pointer}
.primary{background:var(--red);color:#fff}
.primary:hover{background:#ff2831}
.ghost{border-color:#45454a}
.ghost:hover{border-color:#fff}
.disabled{opacity:.65;cursor:default}
.hero-mark{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:430px}
.hex-frame{width:min(390px,70vw);aspect-ratio:1;display:grid;place-items:center;clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);background:linear-gradient(145deg,#eee,#333 40%,#e51b23 80%,#111)}
.hex-frame:after{content:"";position:absolute;width:330px;aspect-ratio:1;clip-path:inherit;background:#080808}
.inner-hex{z-index:2;width:145px;height:145px;display:grid;place-items:center;border:5px solid var(--red);font-family:"Barlow Condensed";font-size:100px;font-weight:900;transform:rotate(0deg)}
.hero-tag{margin-top:24px;letter-spacing:5px;font-size:10px;color:#aaa}
.section{max-width:var(--max);margin:auto;padding:120px 5vw}
.section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:55px}
.muted,.small{color:var(--muted);font-size:12px}
.product{display:grid;grid-template-columns:1.4fr .8fr;gap:7vw;align-items:center}
.product-image{background:#090909;border:1px solid var(--line);padding:20px}
.product-image img{width:100%;display:block}
.product-code{color:var(--red);font-size:11px;letter-spacing:2px;font-weight:800}
.product-info h3{font-size:52px;margin:10px 0 22px}
.product-info p,.product-info li{color:#b7b7bb;line-height:1.7;font-size:14px}
.product-info ul{padding-left:18px;margin:25px 0 30px}
.product-info li{margin:7px 0}
.story{background:linear-gradient(180deg,#050505,#0a0a0c)}
.story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}
.story-copy{font-size:17px;line-height:1.85;color:#bdbdc2}
.quote{border-left:3px solid var(--red);padding:18px 0 18px 24px;margin-top:35px;color:#fff;font-family:"Barlow Condensed";font-size:28px;text-transform:uppercase}
.hexis{padding-top:70px}
.hexis-panel{border:1px solid var(--line);padding:70px;background:radial-gradient(circle at 80% 20%,rgba(229,27,35,.1),transparent 35%),#0a0a0c}
.hexis-panel h2{font-size:100px}
.lead{font-size:22px;color:#c8c8cc;max-width:700px;line-height:1.5}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:50px}
.principles>div{border-top:1px solid #444;padding:22px 5px;display:flex;gap:18px}
.principles strong{color:var(--red);font-family:"Barlow Condensed";font-size:24px}
.principles span{font-family:"Barlow Condensed";font-size:25px;font-weight:800}
.principles small{font-family:Inter;font-size:11px;color:#888;font-weight:400;letter-spacing:0}
.disclaimer{margin-top:45px;color:#666;font-size:10px;line-height:1.6}
.future{text-align:center;max-width:850px}
.future p{color:#aaa;line-height:1.8;max-width:650px;margin:25px auto}
footer{border-top:1px solid var(--line);padding:35px 5vw;display:flex;justify-content:space-between;gap:20px;color:#777;font-size:10px;letter-spacing:1.5px;text-transform:uppercase}
@media(max-width:800px){
  .nav{height:68px}.nav nav{display:none}.nav-cta{padding:9px 11px}
  .hero{grid-template-columns:1fr;padding-top:70px}.hero-mark{min-height:280px;order:-1}
  .hero h1{font-size:70px}.section{padding:80px 6vw}
  .section-head{display:block}.section-head .muted{margin-top:15px}
  .product,.story-grid{grid-template-columns:1fr;gap:45px}
  .product-info h3{font-size:44px}.hexis-panel{padding:40px 25px}.hexis-panel h2{font-size:80px}
  .principles{grid-template-columns:1fr}
  footer{flex-direction:column;text-align:center}
}
