State Bicycle Co. Undefeated Disc Road - Graphite / Prism
State Bicycle Undefeated Disc /* 1. Global CSS & Layout */ [data-belcopia-product] { font-family: Futura, "Trebuchet MS", Arial, sans-serif; line-height: 1.6; color: #333; overflow -x: hidden; background-color: #fff; } /* 2. "At a Glance" Icon Bar */ [data-belcopia-product] .at-a-glance-bar { background-color: #212121; color: #fff; padding: 20px 10px; } [data-belcopia-product] .glance-container { display: flex; justify-content: space-around; text-align: center; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; gap: 20px; } [data-belcopia-product] .glance-item { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.8em; min-width: 90px; } /* Icon Styling: Ensures the PNG icons match the white theme */ [data-belcopia-product] .glance-item img { width: 40px; height: 40px; /* Inverts black icons to white for the dark background */ filter: brightness(0) invert(1); object-fit: contain; } [data-belcopia-product] .glance-title { font-weight: bold; color: #fff; text-transform: uppercase; font-size: 0.9em; letter-spacing: 0.5px; } [data-belcopia-product] .glance-desc { color: #ccc; font-size: 0.9em; } /* 3. Hero Image Section */ [data-belcopia-product] .hero-image-section { position: relative; height: 50vh; min-height: 350px; max-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background-color: #333; } [data-belcopia-product] .hero-image-section img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: 1; } [data-belcopia-product] .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.4), transparent 60%); z-index: 2; } [data-belcopia-product] .hero-content { position: relative; z-index: 3; color: #fff; padding: 20px; } [data-belcopia-product] .hero-content h2 { font-size: 2.8em; color: #fff; margin: 0 0 5px 0; text-shadow: 2px 2px 8px rgba(0,0,0,0.7); line-height: 1.2; text-transform: none; } @media (min-width: 768px) { [data-belcopia-product] .hero-content h2 { font-size: 3.5em; } } [data-belcopia-product] .hero-content .product-subtitle { font-size: 1.2em; font-weight: normal; display: block; letter-spacing: 0.5px; opacity: 0.9; } /* 4. Main Content & Section Styling */ [data-belcopia-product] .page-content { max-width: 1200px; margin: 0 auto; padding: 20px; } [data-belcopia-product] h3 { font-size: 1.6em; font-weight: bold; color: #5f7038; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-bottom: 30px; } [data-belcopia-product] .bordered-section { padding: 40px 0; border-top: 1px solid #ddd; } [data-belcopia-product] .unbordered-section { padding: 40px 0; } [data-belcopia-product] .description-emphasis { font-style: italic; font-weight: bold; } [data-belcopia-product] .sub-headline { font-size: 1.5em; font-weight: bold; font-style: italic; color: #5f7038; text-align: center; margin: 10px 0 30px 0; } /* 5. Two-Column Layout Sections */ [data-belcopia-product] .two-col-container { display: grid; grid-template-columns: 1fr; align-items: center; gap: 40px; } @media (min-width: 768px) { [data-belcopia-product] .two-col-container { grid-template-columns: 1fr 1fr; } } [data-belcopia-product] .two-col-container img, [data-belcopia-product] .two-col-container .video-wrapper { width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); display: block; overflow: hidden;} [data-belcopia-product] .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; } [data-belcopia-product] .video-wrapper iframe, [data-belcopia-product] .video-wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } [data-belcopia-product] .two-col-list { list-style: none; padding: 0; } [data-belcopia-product] .two-col-list li { display: flex; align-items: flex-start; margin-bottom: 18px; } [data-belcopia-product] .two-col-list li::before { content: '✓'; color: #5f7038; font-size: 1.5em; line-height: 1.2; margin-right: 15px; font-weight: bold; } /* Dropdown Section Styles */ [data-belcopia-product] .dropdown-section details { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } [data-belcopia-product] .dropdown-section summary { padding: 20px; font-weight: bold; font-size: 1.2em; cursor: pointer; position: relative; outline: none; list-style: none; } [data-belcopia-product] .dropdown-section summary::-webkit-details-marker { display: none; } [data-belcopia-product] .dropdown-section summary::after { content: '+'; position: absolute; right: 25px; font-size: 1.5em; color: #5f7038; transition: transform 0.3s ease-in-out; } [data-belcopia-product] .dropdown-section details[open] summary::after { transform: rotate(45deg); } [data-belcopia-product] .dropdown-content { padding: 0 20px 20px 20px; border-top: 1px solid #ddd; } /* 6. Features Scroller Section */ [data-belcopia-product] .features-scroller { display: flex; overflow-x: auto; padding-bottom: 20px; scrollbar-width: thin; scrollbar-color: #ccc #f0f0f0; } [data-belcopia-product] .features-scroller::-webkit-scrollbar { height: 8px; } [data-belcopia-product] .features-scroller::-webkit-scrollbar-track { background: #f0f0f0; } [data-belcopia-product] .features-scroller::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 6px; } [data-belcopia-product] .feature-card { flex: 0 0 290px; margin-right: 20px; background-color: #f9f9f9; border-radius: 12px; border: 1px solid #eee; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); display: flex; flex-direction: column; } [data-belcopia-product] .feature-card-content { padding: 20px; flex-grow: 1; } [data-belcopia-product] .feature-card h4 { margin: 0 0 8px 0; color: #2c2c2c; font-size: 1.1em; } [data-belcopia-product] .feature-card p { font-size: 0.9em; color: #555; margin: 0; line-height: 1.5; } /* 7. Performance Ratings Section */ [data-belcopia-product] .rating-explanation { font-size: 0.9em; color: #555; margin-top: -15px; margin-bottom: 30px; } [data-belcopia-product] .performance-container { display: grid; grid-template-columns: 1fr; align-items: center; gap: 40px; } @media (min-width: 992px) { [data-belcopia-product] .performance-container { grid-template-columns: 1.7fr 1fr; } } [data-belcopia-product] .rating-bars { width: 100%; } [data-belcopia-product] .rating-bar { margin-bottom: 20px; } [data-belcopia-product] .rating-label { font-weight: bold; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; font-size: 0.9em; } [data-belcopia-product] .rating-label span:last-child { color: #555; } [data-belcopia-product] .bar-container { height: 25px; background-color: #e9e9e9; border-radius: 5px; overflow: hidden; } [data-belcopia-product] .bar-fill { height: 100%; background-color: #5f7038; border-radius: 5px; animation: fillBar 2s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; } [data-belcopia-product] .bar-fill-98 { width: 98%; } [data-belcopia-product] .bar-fill-96 { width: 96%; } [data-belcopia-product] .bar-fill-94 { width: 94%; } [data-belcopia-product] .bar-fill-90 { width: 90%; } @keyframes fillBar { from { width: 0; } } [data-belcopia-product] .bel-score-box { padding: 30px; text-align: center; background-color: #f7f8f6; border-radius: 12px; border: 1px solid #e9e9e9; box-shadow: 0 4px 20px rgba(0,0,0,0.04); } [data-belcopia-product] .bel-score-box h4 { margin: 0 0 10px 0; border-bottom: none; font-size: 1.2em; color: #5f7038; letter-spacing: 1px; } [data-belcopia-product] .score-display { margin: 0; font-size: 4.5em; font-weight: bold; color: #2c2c2c; line-height: 1.1; } [data-belcopia-product] .expert-take { margin-top: 15px; font-style: italic; font-size: 0.95em; color: #555; } /* 8. Spec Table */ [data-belcopia-product] .spec-table { width: 100%; border-collapse: collapse; margin-top: 20px; min-width: 600px; } [data-belcopia-product] .spec-table th, [data-belcopia-product] .spec-table td { border: 1px solid #ddd; padding: 12px; text-align: left; } [data-belcopia-product] .spec-table th { background-color: #f9f9f9; font-weight: bold; } [data-belcopia-product] .spec-table tr:nth-child(even) { background-color: #f9f9f9; } Frame Material 6061 Aluminum Drivetrain 1x11 Wheel Size 700c Weight 19 lb Use Type Race / Road State Bicycle Undefeated Disc Your Weapon for the War on Average "Engineered for Speed. Built to Win." The Undefeated Disc Road is a pure, unapologetic race machine. It’s built on a lightweight, ultra-stiff 6061 double-butted aluminum frame with a full carbon fork, a combination engineered for explosive power transfer and razor-sharp handling. Feel the instant acceleration as you stomp on the pedals. Command your line with the confidence of powerful flat-mount disc brakes. This is the ultimate tool for the competitive cyclist who demands performance, precision, and a bike that's as hungry for the finish line as they are. This Is The Tool For You If... You are a competitive cyclist who races criteriums, road races, or fondos. You demand a stiff, responsive bike that translates every watt of power into speed. You want the superior control and all-weather confidence of disc brakes. You need a high-performance race bike that offers incredible value. Explosive Response Stiff, Light, and Ready to Launch This bike is built to sprint. The foundation is a lightweight 6061 aluminum frame with a tapered head tube, paired with a full carbon fork by Essor. Feel the immediate, unflinching stiffness as you surge out of the saddle. Sense the surgical precision of the front end as you dive into a corner. There is no wasted energy here; every ounce of your effort is channeled directly into forward momentum. It’s a ride that feels sharp, fast, and hungry for speed. Control is Power Brake Later, Corner Faster Speed is nothing without control. Feel the incredible, confidence-inspiring power of the Tektro flat-mount disc brakes. Sense the firm, consistent lever feel as you modulate your speed with single-finger precision, regardless of rain or heat. This is the power to brake later and harder into turns, carrying more speed through the apex. It's a tangible advantage that allows you to push your limits with an unparalleled sense of security. Key Features Aluminum Frame & Full Carbon Fork A lightweight, stiff chassis with a tapered head tube and full carbon fork for razor-sharp handling and power transfer. Flat-Mount Disc Brakes Powerful and reliable Tektro disc brakes provide superior stopping power and control in all weather conditions. State All-Road 1 Drivetrain A simple and efficient 1x11 drivetrain with a race-ready 11-28t cassette for crisp, reliable shifting. Tubeless Capable Wheelset Modern, tubeless-ready wheels allow you to run lower pressures for better grip, comfort, and flat resistance. Thru-Axles Front & Rear The modern standard for performance bikes, providing a stiffer connection for improved handling and braking. See It In Action Explosive acceleration and power transfer. Precision handling for confident cornering. Powerful disc brakes for all-weather control. Race-ready performance right out of the box. Specifications FRAME Double-Butted Aluminum w/ Tapered Head Tube FORK Full Carbon Fiber Fork & Steer Tube by Essor USA WHEEL SET Tubeless Capable Disc DRIVETRAIN State Bicycle Co. All Road 1 (1x11) CRANK State Bicycle Co. All Road 1 (46t) CASSETTE 11-28t BRAKES Tektro Flat Mount Disc TIRES 700x28c Sizing 6 Frame Sizes to fit any Rider Height from 4'10" to 6'6". We recommend visiting a local bike shop to ensure you get the perfect fit for your body. Performance Ratings Our proprietary Belcopia Rating is calculated using a sophisticated algorithm that analyzes key performance metrics against extensive market data. This AI-driven score provides an objective, at-a-glance measure of a product's overall value and capability in its class. Stiffness & Power Transfer98/100 Handling & Agility96/100 Braking Performance94/100 Value for Competition90/100 Belcopia Rating 95% The Undefeated Disc is a criterium-killer in disguise. Its ultra-stiff aluminum frame and full carbon fork deliver explosive acceleration and razor-sharp handling, while the addition of disc brakes brings modern control. For the aspiring racer, this bike offers an incredible level of performance for the price.