-27%
Savings
-27%
Capita
Capita SUPER D.O.A. Snowboards
$545.97
$750
You save $204.02999999999997 (27%)
Sold by: Gravity Coalition
In Stock at Gravity Coalition
Easy Returns – merchant policy applies
Price Tracked – we monitor this deal 24/7
Price History
Loading price history...
Customer Reviews
Loading reviews...
Product Details
Super D.O.A. - Product Page :root{ --bg: #ffffff; --panel: #f5f7fb; --ink: #0d1220; --ink-dim: #4b5468; --line: rgba(13,18,32,0.12); --blue: #1e5bff; --blue-deep: #0d2f9c; --magenta: #ff2d78; --yellow: #ffc400; --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); color: var(--ink); 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(--line); overflow: hidden; } .speed-lines{ position:absolute; top: 0; right: 0; width: 620px; height: 100%; pointer-events:none; opacity: 0.9; } .badge{ position:absolute; top: 36px; right: 0; width: 92px; height: 92px; border-radius: 50%; border: 2px solid var(--yellow); display:flex; align-items:center; justify-content:center; text-align:center; font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--ink); transform: rotate(-8deg); background: #fff; } .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(--magenta); font-weight: 600; } .eyebrow-line{ height:1px; flex:1; background: var(--line); } .hero h1{ font-family: var(--display); font-weight: 700; font-size: clamp(52px, 7.5vw, 100px); letter-spacing: -0.02em; line-height: 0.96; background: linear-gradient(100deg, var(--ink) 0%, var(--blue) 55%, var(--magenta) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; max-width: 760px; } .hero-sub{ margin-top: 26px; max-width: 660px; font-size: 19px; color: var(--ink-dim); font-weight: 400; } .hero-sub strong{ color: var(--ink); font-weight: 600; } /* ---------- SPEC STRIP ---------- */ .spec-strip{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; border: 1px solid var(--line); border-radius: 2px; overflow: hidden; box-shadow: 0 4px 20px rgba(13,18,32,0.06); } .spec-cell{ padding: 22px 26px; border-right: 1px solid var(--line); background: var(--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(--ink-dim); margin-bottom: 8px; } .spec-value{ font-family: var(--display); font-weight: 600; font-size: 20px; color: var(--ink); } .flex-meter{ margin-top: 10px; position: relative; height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--yellow), var(--blue), var(--magenta)); } .flex-marker{ position:absolute; top: 50%; left: 58%; width: 12px; height: 12px; background: #fff; border: 2px solid var(--ink); border-radius: 50%; transform: translate(-50%,-50%); } /* ---------- SECTION SHELL ---------- */ section{ padding: 64px 0; border-bottom: 1px solid var(--line); } 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(--blue); font-weight: 700; } .section-title{ font-family: var(--display); font-weight: 700; font-size: 30px; letter-spacing: -0.01em; } .prose{ max-width: 720px; color: var(--ink-dim); font-size: 16.5px; } .prose p + p{ margin-top: 16px; } .prose strong{ color: var(--ink); 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(--ink-dim); letter-spacing: 0.08em; text-transform: uppercase; } /* ---------- CAMBER DIAGRAM ---------- */ .camber-card{ background: var(--panel); border: 1px solid var(--line); border-radius: 2px; padding: 40px; box-shadow: 0 4px 20px rgba(13,18,32,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(--magenta); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 28px; font-weight: 600; } .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(--ink-dim); } .legend-swatch{ width: 14px; height: 4px; border-radius: 2px; } /* ---------- TECH GRID ---------- */ .tech-grid{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); } @media (max-width: 760px){ .tech-grid{ grid-template-columns: 1fr; } } .tech-card{ background: #ffffff; padding: 34px; position: relative; } .tech-index{ font-family: var(--mono); font-size: 12px; color: var(--blue); letter-spacing: 0.1em; font-weight: 700; } .tech-kicker{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-dim); margin-top: 14px; } .tech-name{ font-family: var(--display); font-weight: 600; font-size: 21px; margin-top: 6px; margin-bottom: 14px; } .tech-copy{ font-size: 14.5px; color: var(--ink-dim); } /* ---------- FOOTER STAMP ---------- */ .stamp{ margin-top: 40px; display:flex; align-items:center; gap: 14px; font-family: var(--mono); font-size: 11px; color: var(--ink-dim); letter-spacing: 0.1em; text-transform: uppercase; } .stamp-dot{ width: 6px; height: 6px; border-radius: 50%; background: var(--magenta); } DON&';TPANIC Tech Story SUPER D.O.A. Bear witness to the technically supreme, supercharged Super D.O.A., redesigned for 2026 with a new 3D shape. This turbocharged wonder of the slopes takes the shaping and camber theory of one of the most beloved snowboards in the galaxy and cranks the construction up to Don&';t Panic levels. Shape True Twin Sidecut Blended Radial Flex Twin 6 Rider Type Resort 01 Built to break the light barrier Built for the intermediate to advanced all terrain resort rider chasing the award winning geometry of the D.O.A. series in a lighter, more energetic, more responsive chassis. The Super D.O.A. isn&';t just another snowboard. It&';s a hyperdrive equipped, improbability fueled snow surfing machine built to help you go faster and edge quicker. Ultra premium, lightweight, powerful, and fast, it&';s built with a featherweight Hybrid HolySheet Tri/Tri SuperCarbon configuration and a HyperDrive ADV XT base with factory direct Moonshot Omni-Tune, taking this already coveted series to new heights. It keeps the award winning perimeter geometry of the D.O.A. series and adds an all new Thermopolymer Starship Core with re-engineered 3D contouring for even more performance and versatility. 02 Rider profile Skill Level Powder Groomers Versatility Jumps Jibbing The Super D.O.A. rewards riders pushing their skill level hardest, with strong marks in jumps and jibbing. It still holds its line on groomers and handles a powder day without complaint, all wrapped in a chassis built to reward committed, aggressive riding across the whole resort. 03 Camber profile Resort V1 + Flat Kick Tech Traditional camber, zero camber, and reverse camber, blended NOSE TAIL POSITIVE CAMBER A PAST INSERTS Flat kick Reverse camber Zero camber Positive camber Resort V1 profile boards take full advantage of traditional camber, zero camber, and reverse camber in one shape. This next generation design gets you the pop and response of a cambered board with all the predictability and easy turn initiation of a zero camber or reverse camber shape. 04 Build materials 01 Topsheet Tech Matte Topsheet Digital print over a metallic underlay for depth and durability, finished in a fingerprint resistant matte. 02 Glass + Resin Hybrid SuperCarbon HolySheet Tri/Tri, Magic Bean Resin Built with our glass supplier, this breakthrough weaves carbon additives directly into our HolySheet fiberglass, sharpening precision during layup and cutting weight, all bonded with Magic Bean resin. 03 Core 3D Thermopolymer Starship Core Electronically sorted, reforestation certified Poplar graded by weight and grain, comparable to Paulownia in strength to weight ratio. Bonded post consumer recycled Thermopolymer channels add a signature feel without losing the pop of Poplar. 04 Additives Fortress Aramid Bound Sidewalls The D.O.A. series has earned seven Transworld Good Wood Awards in six years. Fortress Aramid Bound Sidewalls use an Aramid S wrap from the top of the sidewall to the underside of the core, binding sidewall and core into one piece. 05 Base HyperDrive / ADV XT Base Custom formulated and exclusive to us, built with the world&';s leading polyethylene base supplier. High molecular mass and specialized processing aids give this sintered base exceptional anti-friction properties, now with a thicker XT layer for durability. 06 Base Tech Moonshot Omni-Tune An aftermarket, high performance race base structure that wicks water off the base at a 45 degree angle, built to get you to the lift line or the finish line faster than anything else on the rack. Gravity Coalition A Heber & Midway, UT
- Brand
- Capita
- SKU
- capita-super-defenders-of-awesome-snowboards