@charset "UTF-8";

html{scroll-behavior:smooth;}

@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto;}
}

.dash-feature{margin:0 auto;padding:0 0 34px;font-family:"montserrat",Arial,sans-serif;}
.dash-hero{position:relative;width:100%;margin:0;background:#000;border:1px solid #333;overflow:hidden;box-shadow:0 5px 5px rgba(0,0,0,.65);}
@media only screen and (min-width:901px){
.dash-hero{width:92%;max-width:1320px;margin-right:auto;margin-left:auto;}
}
.dash-slideshow{position:relative;width:100%;aspect-ratio:2000 / 667;overflow:hidden;background:#000;}
.dash-slide{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;opacity:0;animation:dashHeroFade 25s ease-in-out infinite both;}
.dash-slide1{animation-delay:0s;}.dash-slide2{animation-delay:5s;}.dash-slide3{animation-delay:10s;}.dash-slide4{animation-delay:15s;}.dash-slide5{animation-delay:20s;}
@keyframes dashHeroFade{0%{opacity:0;}3%{opacity:1;}20%{opacity:1;}23%{opacity:0;}100%{opacity:0;}}
.dash-hero-caption{position:absolute;left:5%;top:15%;z-index:2;width:48%;color:#fff;text-align:left;text-shadow:2px 2px 4px rgba(0,0,0,.85),0 0 14px rgba(0,0,0,.65);pointer-events:none;}
.dash-hero-caption .dash-hero-kicker{margin:0 0 6px;color:#d4d4d4;font-size:clamp(12px,1.2vw,18px);font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.dash-hero-caption .dash-hero-subtitle{margin:10px 0 0;color:#e8e8e8;font-size:clamp(15px,1.7vw,28px);font-weight:500;line-height:1.15;letter-spacing:0;text-transform:none;}
.dash-hero-caption h1{margin:0;color:#d0d0d0;font-size:clamp(34px,4.2vw,74px);font-weight:800;line-height:1;letter-spacing:-.025em;}
.dash-intro{display:grid;grid-template-columns:135px minmax(0,1fr);gap:26px;align-items:start;width:86%;max-width:1200px;margin:0 auto 38px;padding:22px 0 28px;border-bottom:1px solid #333;}
.dash-profile{display:block;width:100%;height:auto;border:1px solid #333;box-shadow:4px 4px 5px rgba(0,0,0,.5);}
.dash-profile-figure{min-width:0;margin:0;}
.dash-profile-figure figcaption{margin:7px 1px 0;color:#888;font-size:10px;line-height:1.35;text-align:center;}
.dash-intro-copy{min-width:0;}
.dash-intro .dash-intro-lead{max-width:1100px;margin:0 0 14px;color:#d5d5d5;font-size:18px;font-weight:400;line-height:1.6;letter-spacing:0;}
.dash-intro p{max-width:1000px;margin:0;color:#aaa;font-size:16px;line-height:1.6;}
.dash-intro a{color:#ccc;text-decoration:underline;text-decoration-color:#666;text-underline-offset:3px;}
.dash-intro a:hover,.dash-intro a:focus-visible{color:#fff;text-decoration-color:#aaa;}
.bike-tabs{display:flex;flex-wrap:wrap;width:86%;max-width:1200px;margin:0 auto 34px;border-top:1px solid #333;border-bottom:1px solid #333;}
.bike-tabs a{flex:1 1 auto;padding:13px 15px;color:#999;background:#111;font-size:12px;font-weight:500;line-height:1.25;text-align:center;text-decoration:none;text-transform:uppercase;border-right:1px solid #2e2e2e;transition:color .2s ease,background .2s ease;}
.bike-tabs a:last-child{border-right:0;}
.bike-tabs a:hover,.bike-tabs a:focus-visible{color:#eee;background:#1a1a1a;outline:0;}
.bike-tabs a.is-active{color:#fff;background:#292929;box-shadow:inset 0 -3px 0 #aaa;}
.bike-tab-footer{display:flex;flex-wrap:wrap;justify-content:center;width:86%;max-width:1200px;margin:28px auto 6px;padding-top:18px;gap:8px 20px;}
.bike-tab-footer a{color:#888;font-size:11px;line-height:1.4;text-decoration:none;text-transform:uppercase;transition:color .2s ease;}
.bike-tab-footer a:hover,.bike-tab-footer a:focus-visible{color:#eee;text-decoration:underline;text-underline-offset:4px;outline:0;}
.bike-tab-footer a.is-active{color:#ddd;text-decoration:underline;text-decoration-color:#666;text-underline-offset:4px;}
body.tabs-ready .dash-bike,body.tabs-ready .ratings-panel,body.tabs-ready .system-functions{display:none;}
body.tabs-ready .dash-bike.is-active{display:grid;}
body.tabs-ready .ratings-panel.is-active{display:block;}
body.tabs-ready .system-functions.is-active{display:block;}
.dash-list{display:grid;width:86%;max-width:1200px;margin:0 auto;gap:38px;}
.dash-bike{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,1fr);column-gap:38px;row-gap:14px;align-items:start;padding-bottom:38px;border-bottom:1px solid #333;}
.dash-bike>h2{grid-column:1/-1;}
.dash-bike>h2,.dash-copy>h2{margin:0 0 14px;color:#ddd;font-size:30px;font-weight:300;line-height:1.3;text-transform:uppercase;}

/* Original aspect ratio is always preserved. No fixed-height image box and no cropping. */
.dash-images{display:grid;gap:12px;align-self:start;}
.dash-thumbnails{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.dash-thumbnails::before{content:"Click to enlarge";grid-column:1/-1;margin:-3px 2px 0;color:#777;font-size:10px;line-height:1.2;text-align:left;text-transform:uppercase;letter-spacing:.05em;}
.dash-thumbnails figure{min-width:0;margin:0;}
.dash-thumbnails .dash-image{aspect-ratio:16/9;box-shadow:3px 3px 4px rgba(0,0,0,.5);}
.dash-thumbnails .dash-image img{width:100%;height:100%;object-fit:cover;}
.dash-thumbnails figcaption{margin:6px 2px 0;color:#888;font-size:10px;line-height:1.3;text-align:center;}
.dash-image{display:block;width:100%;max-width:100%;border:1px solid #333;box-shadow:5px 5px 5px rgba(0,0,0,.55);cursor:zoom-in;overflow:hidden;}
.dash-image img{display:block;width:100%;max-width:100%;height:auto;transition:filter .2s ease;}
.dash-image:hover img,.dash-image:focus-visible img{filter:brightness(1.12);}

.dash-copy{display:flex;flex-direction:column;padding:0;}
.dash-copy .opinion{margin:0 0 22px;color:#bbb;font-size:15px;line-height:1.5;text-shadow:2px 2px 3px #000;}
.bike-specs{width:100%;margin:8px 0 0;border-collapse:collapse;table-layout:fixed;color:#bbb;font-size:13px;line-height:1.4;}
.bike-specs .spec-label-column{width:30%;}
.bike-specs .spec-value-column{width:70%;}
.bike-specs thead th{width:auto;padding:9px 10px;color:#ddd;background:#222;font-size:14px;font-weight:500;letter-spacing:.04em;text-align:left;text-transform:uppercase;border-bottom:1px solid #383838;}
.comments-label{color:#ddd;font-weight:700;}
.bike-specs tr:nth-child(odd){background:#171717;}
.bike-specs tr:nth-child(even){background:#1d1d1d;}
.bike-specs th,.bike-specs td{padding:7px 10px;text-align:left;vertical-align:top;border:0;}
.bike-specs th{width:30%;color:#ddd;font-weight:700;}
.bike-specs td{width:70%;border-left:1px solid #303030;}

.ratings-panel{clear:both;width:86%;max-width:1200px;margin:0 auto 20px;padding:22px 26px 26px;box-sizing:border-box;background:#121212;border:1px solid #333;box-shadow:7px 7px 8px rgba(0,0,0,.45);}
.ratings-panel>h2{margin:0 0 8px;padding:0 0 12px;color:#eee;font-size:30px;font-weight:300;line-height:1.2;border-bottom:1px solid #444;text-transform:uppercase;}
.ratings-intro{margin:0 0 20px;color:#999;font-size:15px;line-height:1.6;}
.ratings-table-wrap{width:100%;overflow-x:auto;}
.ratings-table{width:100%;min-width:820px;border-collapse:collapse;table-layout:fixed;color:#bbb;font-size:12px;line-height:1.4;}
.ratings-table th,.ratings-table td{padding:11px 10px;text-align:center;border-right:1px solid #303030;border-bottom:1px solid #303030;}
.ratings-table th:first-child{width:24%;text-align:left;}
.ratings-table th:last-child,.ratings-table td:last-child{border-right:0;}
.ratings-table thead th{color:#ddd;background:#222;font-weight:600;vertical-align:top;text-transform:uppercase;}
.rating-subheading{display:block;margin-top:5px;color:#888;font-size:9px;font-weight:400;line-height:1.4;letter-spacing:0;text-transform:none;}
.ratings-table tbody tr:nth-child(odd){background:#171717;}
.ratings-table tbody tr:nth-child(even){background:#1d1d1d;}
.ratings-table tbody th{color:#ddd;font-weight:600;}
.ratings-table td{color:#aaa;font-size:17px;letter-spacing:.02em;white-space:nowrap;}
.star-rating{position:relative;display:inline-block;color:#555;font-size:20px;line-height:1;letter-spacing:2px;}
.star-rating::before,.star-rating::after{content:"★★★★★";}
.star-rating::after{position:absolute;top:0;left:0;overflow:hidden;color:#d2d2d2;white-space:nowrap;}
.star-rating[style="--rating:5"]::after{width:100%;}
.star-rating[style="--rating:4.5"]::after{width:90%;}
.star-rating[style="--rating:4"]::after{width:80%;}
.star-rating[style="--rating:3.5"]::after{width:70%;}

.system-functions{clear:both;width:86%;max-width:1200px;margin:56px auto 20px;padding:22px 26px 26px;box-sizing:border-box;background:#121212;border:1px solid #333;box-shadow:7px 7px 8px rgba(0,0,0,.45);}
.system-functions>h2{margin:0 0 8px;padding:0 0 12px;color:#eee;font-size:22px;line-height:1.2;border-bottom:1px solid #444;}
.system-functions-intro{margin:0 0 6px;color:#999;font-size:13px;line-height:1.5;}
.system-functions-disclaimer{margin:18px 0 0;color:#777;font-size:11px;line-height:1.5;}
.system-functions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch;}
.system-card{padding:18px 20px 20px;background:#171717;border:1px solid #333;box-shadow:4px 4px 6px rgba(0,0,0,.3);}
.system-card h3{width:auto;min-height:0;margin:0 0 14px;padding:0 0 12px;text-indent:0;color:#ddd;font-size:15px;font-weight:700;line-height:1.35;letter-spacing:.05em;text-transform:uppercase;border-top:0;border-bottom:1px solid #3a3a3a;}
.system-card ul{margin:0;padding-left:18px;color:#bbb;font-size:13px;line-height:1.5;}
.system-card li{margin-bottom:5px;}
.system-note{margin:18px 0 0;padding-top:14px;color:#858585;font-size:11px;line-height:1.5;border-top:1px solid #333;}
.official-link{margin:10px 0 0;font-size:11px;line-height:1.45;}
.official-link a{color:#aaa;text-decoration:underline;text-decoration-color:#555;text-underline-offset:3px;}
.official-link a:hover,.official-link a:focus-visible{color:#eee;text-decoration-color:#999;outline:0;}
.back-to-top{width:95%;margin:10px auto 0;text-align:center;}
.back-to-top a{display:inline-block;padding:8px 14px;border:1px solid #444;color:#aaa;font:12px "montserrat",Arial,sans-serif;text-decoration:none;}
.back-to-top a:hover{color:#fff;border-color:#777;}

body.modal-open{overflow:hidden;}
.image-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:42px;background:rgba(0,0,0,.94);}
.image-modal.is-open{display:flex;}
.image-modal-content{display:block;max-width:96vw;max-height:92vh;width:auto;height:auto;object-fit:contain;box-shadow:0 0 30px rgba(0,0,0,.8);}
.image-modal-caption{position:fixed;right:90px;bottom:14px;left:90px;z-index:2;margin:0;color:#ccc;font:13px/1.4 "montserrat",Arial,sans-serif;text-align:center;text-shadow:1px 1px 3px #000;}
.image-modal-close{position:fixed;top:14px;right:24px;z-index:2;padding:0;border:0;background:transparent;color:#ddd;font:300 46px/1 Arial,sans-serif;cursor:pointer;text-shadow:0 2px 4px #000;}
.image-modal-arrow{position:fixed;top:50%;z-index:2;width:54px;height:72px;margin-top:-36px;padding:0;border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.48);color:#ddd;font:300 58px/62px Arial,sans-serif;cursor:pointer;text-shadow:0 2px 4px #000;}
.image-modal-prev{left:20px;}
.image-modal-next{right:20px;}
.image-modal-close:hover,.image-modal-close:focus-visible,.image-modal-arrow:hover,.image-modal-arrow:focus-visible{color:#fff;border-color:#888;outline:2px solid #aaa;outline-offset:3px;background:rgba(20,20,20,.72);}

@media only screen and (max-width:900px){
.dash-intro,.dash-list,.ratings-panel,.system-functions,.bike-tabs,.bike-tab-footer{width:90%;}.dash-bike{grid-template-columns:1fr;gap:18px;}.dash-list{gap:42px;}.dash-copy{padding:0;}.system-functions-grid{grid-template-columns:1fr;}.system-card h3{min-height:0;}.bike-tabs a{flex-basis:33.333%;box-sizing:border-box;border-bottom:1px solid #2e2e2e;}
}

@media only screen and (max-width:600px){
.dash-hero-caption{left:5%;top:14%;width:88%;}.dash-hero-caption .dash-hero-kicker{font-size:9px;}.dash-hero-caption .dash-hero-subtitle{margin-top:6px;font-size:13px;}.dash-hero-caption h1{font-size:clamp(27px,8vw,42px);}.dash-intro,.dash-list,.ratings-panel,.system-functions,.bike-tabs,.bike-tab-footer{width:92%;}.dash-intro{grid-template-columns:83px minmax(0,1fr);gap:16px;margin-bottom:28px;padding:18px 0 22px;}.dash-intro .dash-intro-lead{font-size:18px;}.dash-intro p{font-size:16px;line-height:1.6;}.dash-copy .opinion{font-size:12px;line-height:1.6;}.dash-bike>h2,.dash-copy>h2{font-size:30px;}.bike-specs{font-size:12px;}.bike-specs th,.bike-specs td{padding:7px 8px;}.bike-tabs{margin-bottom:26px;}.bike-tabs a{flex-basis:50%;padding:11px 8px;font-size:10px;}.bike-tab-footer{gap:7px 14px;}.bike-tab-footer a{font-size:10px;}.ratings-panel{padding:20px 16px 22px;}.ratings-panel>h2{font-size:24px;}.ratings-intro{font-size:13px;}.system-functions{margin-top:42px;padding:20px 16px 22px;}.system-functions>h2{font-size:19px;}.system-card{padding:17px;}
.image-modal{padding:16px 8px 96px;}.image-modal-close{top:8px;right:14px;font-size:40px;}.image-modal-arrow{top:auto;bottom:18px;width:48px;height:52px;margin:0;font-size:46px;line-height:42px;}.image-modal-prev{left:18px;}.image-modal-next{right:18px;}.image-modal-caption{right:76px;bottom:34px;left:76px;font-size:11px;}
}
