Skip to main content
We may get paid by partner for deals, including promoted items

Menu

31% off

Product Description

Space Metal Fantasy - Product Page :root{ --bg-deep: #ffffff; --bg-panel: #f6f7f9; --bg-panel-2: #eef0f4; --chrome: #4a4f5c; --chrome-dim: #767c8a; --cosmic: #4a5cc4; --cosmic-glow: #3d4bab; --bean: #b8791f; --text: #14161c; --text-dim: #52586a; --rule: rgba(20,22,28,0.12); --display: &';Space Grotesk&';, sans-serif; --body: &';Inter&';, sans-serif; --mono: &';JetBrains Mono&';, monospace; } *{box-sizing:border-box; margin:0; padding:0;} body{ background: var(--bg-deep); color: var(--text); font-family: var(--body); line-height: 1.6; } .page{ max-width: 1180px; margin: 0 auto; padding: 0 32px 100px; } /* ---------- HERO ---------- */ .hero{ position: relative; padding: 90px 0 70px; border-bottom: 1px solid var(--rule); overflow: hidden; } .hero::before{ content: &';&';; position: absolute; top: -200px; right: -160px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(74,92,196,0.14), rgba(74,92,196,0.03) 60%, transparent 72%); filter: blur(2px); pointer-events:none; } .eyebrow-row{ display:flex; align-items:center; gap: 14px; margin-bottom: 22px; } .eyebrow{ font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bean); } .eyebrow-line{ height:1px; flex:1; background: var(--rule); } .hero h1{ font-family: var(--display); font-weight: 700; font-size: clamp(48px, 7vw, 92px); letter-spacing: -0.02em; line-height: 0.98; background: linear-gradient(135deg, #14161c 0%, var(--chrome) 55%, var(--cosmic-glow) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; max-width: 820px; } .hero-sub{ margin-top: 26px; max-width: 640px; font-size: 19px; color: var(--text-dim); font-weight: 400; } .hero-sub strong{ color: var(--text); font-weight: 600; } /* ---------- SPEC STRIP ---------- */ .spec-strip{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; border: 1px solid var(--rule); border-radius: 2px; overflow: hidden; box-shadow: 0 2px 12px rgba(20,22,28,0.06); } .spec-cell{ padding: 22px 26px; border-right: 1px solid var(--rule); background: var(--bg-panel); } .spec-cell:last-child{ border-right: none; } .spec-label{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--chrome-dim); margin-bottom: 8px; } .spec-value{ font-family: var(--display); font-weight: 600; font-size: 20px; color: var(--text); } /* flex meter */ .flex-meter{ margin-top: 10px; position: relative; height: 6px; border-radius: 3px; background: linear-gradient(90deg, #e8d33d, #7fbf5f, #3d6fe8); } .flex-marker{ position:absolute; top: 50%; left: 35%; width: 12px; height: 12px; background: #ffffff; border: 2px solid #14161c; border-radius: 50%; transform: translate(-50%,-50%); } /* ---------- SECTION SHELL ---------- */ section{ padding: 64px 0; border-bottom: 1px solid var(--rule); } section:last-child{ border-bottom: none; } .section-head{ display:flex; align-items: baseline; gap: 16px; margin-bottom: 28px; } .section-tag{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cosmic-glow); } .section-title{ font-family: var(--display); font-weight: 700; font-size: 30px; letter-spacing: -0.01em; } .prose{ max-width: 720px; color: var(--text-dim); font-size: 16.5px; } .prose p + p{ margin-top: 16px; } .prose strong{ color: var(--text); font-weight: 600; } /* ---------- RIDER RADAR ---------- */ .rider-grid{ display:grid; grid-template-columns: 360px 1fr; gap: 56px; align-items:center; } @media (max-width: 860px){ .rider-grid{ grid-template-columns: 1fr; } } .radar-wrap{ display:flex; justify-content:center; } .radar-label{ font-family: var(--mono); font-size: 11px; fill: var(--chrome-dim); letter-spacing: 0.08em; text-transform: uppercase; } /* ---------- CAMBER DIAGRAM ---------- */ .camber-card{ background: var(--bg-panel); border: 1px solid var(--rule); border-radius: 2px; padding: 40px; box-shadow: 0 2px 12px rgba(20,22,28,0.06); } .camber-title{ font-family: var(--display); font-weight: 600; font-size: 22px; margin-bottom: 6px; } .camber-sub{ font-family: var(--mono); font-size: 12px; color: var(--bean); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 28px; } .camber-legend{ display:flex; gap: 24px; margin-top: 20px; flex-wrap: wrap; } .legend-item{ display:flex; align-items:center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-dim); } .legend-swatch{ width: 14px; height: 4px; border-radius: 2px; } /* ---------- TECH GRID (topsheet/glass/core/base) ---------- */ .tech-grid{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); } @media (max-width: 760px){ .tech-grid{ grid-template-columns: 1fr; } } .tech-card{ background: var(--bg-panel); padding: 34px; position: relative; } .tech-index{ font-family: var(--mono); font-size: 12px; color: var(--cosmic-glow); letter-spacing: 0.1em; } .tech-kicker{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--chrome-dim); margin-top: 14px; } .tech-name{ font-family: var(--display); font-weight: 600; font-size: 22px; margin-top: 6px; margin-bottom: 14px; } .tech-copy{ font-size: 14.5px; color: var(--text-dim); } /* ---------- FOOTER STAMP ---------- */ .stamp{ margin-top: 40px; display:flex; align-items:center; gap: 14px; font-family: var(--mono); font-size: 11px; color: var(--chrome-dim); letter-spacing: 0.1em; text-transform: uppercase; } .stamp-dot{ width: 6px; height: 6px; border-radius: 50%; background: var(--bean); } Tech Story SPACE METAL FANTASY Call it a park board and you&';re telling half the story. Space Metal Fantasy already carries the award for one of the best women&';s park boards built, and it still carves the whole mountain, plays every feature in the park, and floats through powder better than boards twice the price. Shape True Twin Sidecut Radial Flex Twin 4 Rider Type Resort / Freestyle 01 Built for the whole mountain We present it as a park series for classification purposes, but in truth it&';s much more than that. Space Metal Fantasy carves confidently around the slopes, plays on every feature in the park, and floats through powder far better than the label suggests. This forgiving reverse camber shape gives beginner to intermediate riders a fast track up the learning curve, with enough range to take their riding to the next level across many different types of terrain. It excels across resort and freestyle terrain thanks to the tried and trusted combination of a Dual Core and Special Blend Fiberglass with Magic Bean Resin. 02 Rider profile Skill Level Powder Groomers Versatility Jumps Jibbing Space Metal Fantasy leans hardest into jibbing and jumps, with enough versatility to hold its own on groomers and float through the occasional powder day. It rewards riders who want to push their park game without giving up a board that can still handle the whole mountain. 03 Camber profile Park V2 + Flat Kick Tech Dual reverse camber A freestyle shape NOSE TAIL ZERO CAMBER A INSERT TO INSERT Flat kick Reverse camber Zero camber A zero camber section runs the full insert area for a stable, skate style feel underfoot, while elevated contact points at nose and tail turn on a dime and float effortlessly through powder. 04 Build materials 01 Topsheet Tech PLT Technology Exclusive to CAPiTA MFG, PLT Topsheet Technology bonds the topsheet to an already pressed snowboard, producing a featherlight, smooth, high gloss finish, without any solvents or toxic lacquers in finishing. 02 Glass + Resin Special Blend Fiberglass, Magic Bean Resin An eco friendly wet lay up process built around our Magic Bean resin, using less energy and yielding higher technical performance. This adhesion process also improves working conditions at the factory compared to the harsher chemicals used elsewhere in the industry. 03 Core Dual Core A poppy, lightweight Poplar core combined with Beech for increased power and durability. 04 Base Superdrive Base Sintruded base material that borrows the manufacturing techniques of an extruded base, then adds pressure and temperature to push surface hardness near sintered levels. The result holds up to jibbing and riding hard while staying low maintenance over the life of the board. Superdrive EX sets the benchmark for the category. Gravity Coalition A Heber & Midway, UT

Capita Space Metal Fantasy Snowboard - Women's

$309.97 $449.95 31% Discount
You save $139.98
In Stock at Gravity Coalition
Price checked 6 days ago
Buy Now at Gravity Coalition
Secure checkout Easy returns
or compare prices

Product Details

Brand Capita

More from Capita

Gravity Coalition
Last Updated:
Aug 29, 2026 08:47 PM
Gravity Coalition
Last Updated:
Aug 29, 2026 08:47 PM