*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{–gd:#0d1f17;–gm:#1a3a2a;–gold:#c8a84b;–gl:#e8c87a;–w:#fff;–mu:rgba(255,255,255,0.6)}
.gd{font-family:’Barlow’,sans-serif;background:var(–gd);color:var(–w);max-width:780px;margin:0 auto}

/* HERO */
.gd-hero{background:var(–gd);padding:64px 32px 52px;border-bottom:4px solid var(–gold);position:relative;overflow:hidden}
.gd-hero::before{content:”;position:absolute;inset:0;background:repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(200,168,75,0.03) 40px,rgba(200,168,75,0.03) 80px)}
.gd-label{display:inline-block;background:var(–gold);color:var(–gd);font-family:’Barlow Condensed’,sans-serif;font-size:10px;font-weight:800;letter-spacing:3px;text-transform:uppercase;padding:5px 14px;margin-bottom:20px}
.gd-eyebrow{font-family:’Barlow Condensed’,sans-serif;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(–gold);margin-bottom:12px;display:block}
.gd-title{font-family:’Barlow Condensed’,sans-serif;font-size:clamp(44px,7vw,84px);font-weight:800;text-transform:uppercase;line-height:.9;margin-bottom:18px;letter-spacing:-1px}
.gd-title span{color:var(–gold)}
.gd-sub{font-size:16px;color:var(–mu);line-height:1.7;max-width:560px;margin-bottom:28px}
.gd-sub strong{color:var(–w)}
.gd-matchcard{background:rgba(0,0,0,0.3);border:1px solid rgba(200,168,75,0.25);border-left:4px solid var(–gold);padding:24px 28px}
.gd-matchcard-row{display:flex;align-items:center;gap:12px;font-size:14px;color:var(–mu);margin-bottom:8px}
.gd-matchcard-row:last-child{margin-bottom:0}
.gd-matchcard-row strong{color:var(–w)}
.gd-icon{font-size:18px;flex-shrink:0;width:24px;text-align:center}

/* BODY */
.gd-body{padding:40px 32px}
.gd-section{margin-bottom:40px}
.gd-section-label{font-family:’Barlow Condensed’,sans-serif;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(–gold);margin-bottom:8px;display:block}
.gd-section-title{font-family:’Barlow Condensed’,sans-serif;font-size:clamp(24px,3.5vw,38px);font-weight:800;text-transform:uppercase;color:var(–w);line-height:1;margin-bottom:14px}
.gd-p{font-size:15px;color:var(–mu);line-height:1.8;margin-bottom:14px}
.gd-p strong{color:var(–w)}
.gd-p:last-child{margin-bottom:0}

/* PHOTO TENT HIGHLIGHT */
.gd-tent{background:var(–gm);border:1px solid rgba(200,168,75,0.2);border-top:3px solid var(–gold);padding:32px;margin:0 0 32px;position:relative;overflow:hidden}
.gd-tent::before{content:’📷’;position:absolute;right:24px;top:20px;font-size:48px;opacity:0.08}
.gd-tent-eyebrow{font-family:’Barlow Condensed’,sans-serif;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(–gold);margin-bottom:8px;display:block}
.gd-tent-title{font-family:’Barlow Condensed’,sans-serif;font-size:28px;font-weight:800;text-transform:uppercase;color:var(–w);line-height:1;margin-bottom:14px}

/* WHAT TO EXPECT GRID */
.gd-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}
.gd-card{background:var(–gm);border:1px solid rgba(200,168,75,0.15);padding:24px;position:relative;overflow:hidden}
.gd-card::before{content:”;position:absolute;top:0;left:0;right:0;height:3px;background:var(–gold)}
.gd-card-icon{font-size:28px;margin-bottom:12px;display:block}
.gd-card-name{font-family:’Barlow Condensed’,sans-serif;font-size:18px;font-weight:800;text-transform:uppercase;color:var(–w);margin-bottom:6px}
.gd-card-desc{font-size:13px;color:var(–mu);line-height:1.55}

/* JR ROOTS SECTION */
.gd-jr{background:linear-gradient(135deg,var(–gm),var(–gd));border:1px solid rgba(200,168,75,0.2);padding:32px;margin:0 0 32px}
.gd-jr-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}
.gd-jr-badge{background:var(–gold);color:var(–gd);font-family:’Barlow Condensed’,sans-serif;font-size:28px;font-weight:800;width:56px;height:56px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.gd-jr-label{font-family:’Barlow Condensed’,sans-serif;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(–gold);margin-bottom:4px;display:block}
.gd-jr-title{font-family:’Barlow Condensed’,sans-serif;font-size:28px;font-weight:800;text-transform:uppercase;color:var(–w);line-height:1}

/* CTA */
.gd-cta{background:var(–gm);border-top:3px solid var(–gold);padding:32px;text-align:center;margin-top:40px}
.gd-cta-title{font-family:’Barlow Condensed’,sans-serif;font-size:28px;font-weight:800;text-transform:uppercase;color:var(–w);margin-bottom:8px}
.gd-cta-sub{font-size:14px;color:var(–mu);margin-bottom:20px;line-height:1.6}
.gd-btn-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.gd-btn{display:inline-block;font-family:’Barlow Condensed’,sans-serif;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:14px 28px;text-decoration:none;transition:all .2s}
.gd-btn.primary{background:var(–gold);color:var(–gd)}
.gd-btn.primary:hover{background:var(–gl)}
.gd-btn.outline{border:1.5px solid rgba(200,168,75,0.4);color:var(–gold)}
.gd-btn.outline:hover{background:rgba(200,168,75,0.08)}
@media(max-width:600px){.gd-grid{grid-template-columns:1fr}.gd-hero{padding:48px 20px 40px}.gd-body{padding:32px 20px}}

📅 Home Match — May 10

Capital City Roots FC — James Cownie Sports Complex

JR Roots
Gear Drop

Sunday at Cownie we are launching the JR Roots gear line — youth cuts, youth sizing, built for the next generation of Roots supporters. Come see what is coming before it officially drops. Free to attend.

📅Sunday, May 10, 2026
🕐Kickoff 7:00 PM CST
📍James Cownie Sports Complex #9 — Des Moines, IA
Free Admission — All are welcome
vs Garwo United FC — UPSL Premier Division
At the Match

Roots Gear Photo Tent

We are setting up a Roots Gear Photo Tent at Cownie this Sunday. Inside you will find printed photos of the full JR Roots lineup on display — everything the youth gear line is going to look like before it officially goes live. Come see the designs, get familiar with the pieces, and know what is coming.

This is a preview. Gear is not available for purchase on-site — but this is your first look at what the JR Roots line is going to be. If you want to order once the line drops, head to capitalcityroots.com/roots-gear when it goes live.

JR
What is JR Roots

Youth Gear for the Next Generation

The JR Roots line is designed specifically for younger Roots supporters — youth cuts, youth sizing, built so the kids repping the crest at practice, at school, and in the stands can do it in something made for them. The adult gear has been available. Now it is the kids’ turn.

Sunday is the first time the line goes on display. Come see it. Bring your kids. Let them see themselves in it.

Come For the Match. Stay For the Gear.

📷

Gear Photo Tent
Printed photos of the full JR Roots lineup on display before the official drop. Your first look at the youth line.

Home Match vs Garwo
UPSL Premier Division action at Cownie. Kickoff 7:00 PM. Free admission. Come support the squad.
👪

Family Night
Bring the whole crew. Free to attend, outdoor match, and a gear preview all in one. Good night at the complex.
🚫

No Purchase Needed
Gear is not for sale on-site. This is a preview event. Order online at capitalcityroots.com/roots-gear when the line drops.

vs Garwo United FC

While you are at Cownie for the gear preview, the Roots have a UPSL Premier Division home match against Garwo United FC. Kickoff at 7:00 PM. Admission is free as always. Show up, check out the photo tent, find your spot on the sideline, and watch the Roots go to work.

Home matches at Cownie are the heartbeat of this club. We need the support. Come loud.

Sunday at Cownie
May 10 — James Cownie Sports Complex — Free Admission
Roots Gear Photo Tent on-site. Kickoff 7:00 PM vs Garwo United FC.

Published by

Leave a Reply

Discover more from Capital City Roots

Subscribe now to keep reading and get access to the full archive.

Continue reading