:root{--red:#e31b23;--green:#5fff56;--ink:#111416;--paper:#f4f1ea;--line:#d8d4cb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.topbar{border-bottom:1px solid var(--line);z-index:10;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(22px,5vw,72px);display:flex;position:relative}.brand{letter-spacing:.15em;align-items:center;gap:10px;font-size:13px;font-weight:900;display:flex}.brand-mark{background:var(--red);color:#fff;letter-spacing:-.02em;padding:9px 8px 7px;font-size:12px;transform:skew(-7deg)}.sale-pill{letter-spacing:.16em;border:1px solid #bdb8ae;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800}.sale-pill i{background:var(--green);border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.hero{background:#d9d7d0;grid-template-columns:minmax(340px,42%) 1fr;min-height:710px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:3;background:var(--paper);clip-path:polygon(0 0,100% 0,84% 100%,0 100%);padding:clamp(70px,9vw,125px) clamp(28px,7vw,100px);position:relative}.eyebrow{color:var(--red);letter-spacing:.22em;margin:0 0 22px;font-size:12px;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.075em;margin-bottom:24px;font-size:clamp(64px,8.5vw,126px);font-weight:950;line-height:.78}h1 em{color:var(--red);font-style:italic}.lede{color:#55544f;max-width:340px;font-size:17px;line-height:1.55}.price-row{align-items:center;gap:10px;margin:35px 0 25px;display:flex}.price-row strong{letter-spacing:-.05em;font-size:clamp(36px,4vw,58px)}.price-row span{color:#6d6962;letter-spacing:.15em;font-size:11px;font-weight:800}.primary-button{background:var(--ink);color:#fff;padding:17px 22px;font-size:13px;font-weight:800;transition:all .2s;display:inline-flex}.primary-button:hover{background:var(--red);transform:translateY(-2px)}.hero-photo{min-height:710px}.hero-number{color:#ffffff40;letter-spacing:-.1em;z-index:2;font-size:270px;font-weight:950;position:absolute;bottom:-50px;right:-30px}.photo-placeholder{color:#77756f;background:linear-gradient(135deg,#cbc9c2,#e8e5de);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:relative;overflow:hidden}.photo-placeholder:before,.photo-placeholder:after{content:"";background:#1114161f;width:70%;height:1px;position:absolute;transform:rotate(30deg)}.photo-placeholder:after{transform:rotate(-30deg)}.photo-placeholder span,.photo-placeholder small{z-index:1;text-align:center;letter-spacing:.16em;font-weight:900;position:relative}.photo-placeholder span{font-size:14px;line-height:1.4}.photo-placeholder small{opacity:.65;font-size:10px;font-weight:600}.details-section{grid-template-columns:1.1fr 1fr;gap:80px 9vw;max-width:1500px;margin:auto;padding:clamp(80px,10vw,145px) clamp(24px,8vw,120px);display:grid}.section-heading h2,.gallery-title h2,.contact-section h2{letter-spacing:-.06em;margin-bottom:25px;font-size:clamp(43px,6vw,78px);line-height:.95}.section-heading>p:last-child{color:#625f59;max-width:530px;font-size:17px;line-height:1.65}.spec-grid{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;margin:0;display:grid}.spec-grid div{border-bottom:1px solid var(--line);padding:23px 4px}.spec-grid div:nth-child(odd){border-right:1px solid var(--line)}dt{color:#77736b;text-transform:uppercase;letter-spacing:.15em;margin-bottom:8px;font-size:10px;font-weight:800}dd{margin:0;font-size:17px;font-weight:800}.features{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:1fr 2fr;padding-top:40px;display:grid}.features h3{text-transform:uppercase;letter-spacing:.15em;font-size:15px}.features ul{grid-template-columns:1fr 1fr;gap:18px;margin:0;padding:0;list-style:none;display:grid}.features li{font-size:17px;font-weight:700}.features li:before{content:"✓";color:var(--red);margin-right:12px}.gallery-section{color:#fff;background:#151719;padding:clamp(80px,10vw,130px) clamp(20px,5vw,72px)}.gallery-title{margin-bottom:45px}.gallery-title h2{margin-bottom:0}.gallery{grid-template-rows:1fr 1fr;grid-template-columns:1.35fr .8fr;gap:12px;min-height:610px;display:grid}.gallery .photo-a{grid-row:1/3}.contact-section{background:var(--red);color:#fff;justify-content:space-between;align-items:end;gap:50px;padding:clamp(70px,9vw,120px) clamp(24px,8vw,120px);display:flex}.eyebrow.light{color:#ffd1d2}.contact-section h2{margin-bottom:16px}.contact-section p{color:#ffd8d9;margin-bottom:0}.contact-button{border:1px solid #ffffffb3;flex-direction:column;gap:5px;min-width:285px;padding:20px 24px;transition:all .2s;display:flex}.contact-button span{letter-spacing:.18em;font-size:10px}.contact-button strong{font-size:24px}.contact-button:hover{color:var(--red);background:#fff}footer{color:#8d8e8e;letter-spacing:.14em;background:#0b0c0d;justify-content:space-between;padding:28px clamp(24px,5vw,72px);font-size:10px;font-weight:800;display:flex}.mobile-call{display:none}@media (max-width:780px){.topbar{height:64px}.hero{min-height:auto;display:block}.hero-copy{clip-path:none;padding:62px 24px 55px}h1{font-size:68px}.hero-photo{min-height:410px}.hero-number{font-size:150px;bottom:-20px}.details-section{grid-template-columns:1fr;gap:55px}.features{grid-template-columns:1fr;gap:24px}.features ul{grid-template-columns:1fr}.gallery{grid-template-rows:1.35fr 1fr 1fr;grid-template-columns:1fr;min-height:850px}.gallery .photo-a{grid-row:auto}.contact-section{flex-direction:column;align-items:stretch}footer{flex-direction:column;gap:10px;padding-bottom:100px}.mobile-call{z-index:50;background:var(--ink);color:#fff;text-align:center;padding:17px;font-size:13px;font-weight:900;display:block;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 8px 30px #0000004d}}.topbar{color:#fff;background:linear-gradient(#0008,#0000);border-color:#ffffff42;height:88px;position:absolute;top:0;left:0;right:0}.brand{gap:13px}.wing-mark{width:48px;height:31px;display:block;position:relative;transform:skew(-12deg)}.wing-mark i{background:var(--red);border-radius:100% 0;height:5px;position:absolute;left:0;transform:rotate(-9deg)}.wing-mark i:first-child{width:45px;top:3px}.wing-mark i:nth-child(2){width:35px;top:12px}.wing-mark i:nth-child(3){width:24px;top:21px}.crf-lockup{align-items:end;gap:8px;display:flex}.crf-lockup b{letter-spacing:-.1em;font-size:24px;font-style:italic}.crf-lockup>span{letter-spacing:.13em;padding-bottom:3px;font-size:9px}.crf-lockup em{font-style:normal;font-weight:300}.sale-pill{background:#0003;border-color:#ffffff80}.hero-cinematic{background:#1a1c1d;height:max(740px,100svh);min-height:0;display:block}.hero-cinematic .hero-photo{width:100%;height:calc(100% + 110px);min-height:0;transform:translateY(calc(var(--scroll-y,0) * -.1px));cursor:zoom-in;border:0;position:absolute;inset:0}.hero-cinematic .hero-photo:before,.hero-cinematic .hero-photo:after{width:55%}.hero-shade{background:linear-gradient(90deg,#08090be6 0%,#08090ba8 38%,#0000 76%),linear-gradient(#0000 50%,#070809a6 100%);position:absolute;inset:0}.hero-cinematic .hero-copy{clip-path:none;color:#fff;background:0 0;padding:0;position:absolute;bottom:clamp(70px,11vh,130px);left:clamp(24px,7vw,105px)}.hero-cinematic h1{text-shadow:0 3px 30px #0006;margin-bottom:28px;font-size:clamp(74px,9.5vw,144px)}.model-300{letter-spacing:-.09em;font-style:normal;font-weight:250}.hero-cinematic .lede{color:#d4d4d2}.hero-cinematic .price-row{margin:30px 0 22px}.hero-cinematic .price-row span{color:#bbb}.hero-cinematic .primary-button{background:var(--red);gap:35px}.hero-cinematic .primary-button:hover{color:var(--ink);background:#fff}.scroll-cue{color:#fff;letter-spacing:.2em;align-items:center;gap:12px;font-size:9px;font-weight:800;display:flex;position:absolute;bottom:42px;right:clamp(24px,5vw,70px)}.scroll-cue span{background:var(--red);width:44px;height:1px}.reveal{opacity:0;transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:none}.details-section{padding-top:clamp(110px,13vw,180px);padding-bottom:clamp(110px,13vw,180px)}.spec-grid div{transition-duration:.6s}.spec-grid dd{letter-spacing:-.03em;font-size:clamp(18px,2vw,27px)}.gallery-section{overflow:hidden}.gallery-title{justify-content:space-between;align-items:end;display:flex}.gallery-title>p{color:#85888a;text-align:right;letter-spacing:.1em;font-size:11px;line-height:1.6}.gallery-slider{scroll-snap-type:x mandatory;scrollbar-width:none;gap:14px;min-height:0;padding-bottom:8px;display:flex;overflow-x:auto}.gallery-slider::-webkit-scrollbar{display:none}.gallery-card{scroll-snap-align:center;cursor:zoom-in;color:#dedfdc;text-align:center;border:0;flex:0 0 min(72vw,820px);height:min(68vw,650px);transition:transform .35s,filter .35s}.gallery-card:hover{filter:brightness(1.08);transform:scale(.992)}.gallery-card .shot-number{color:#fff;font-size:11px;position:absolute;top:25px;left:27px}.gallery-card i{letter-spacing:.18em;color:#fff;font-size:9px;font-style:normal;font-weight:800;position:absolute;bottom:24px;right:25px}.gallery .photo-a{background:linear-gradient(140deg,#999b96,#292b2c)}.gallery .photo-b{background:linear-gradient(150deg,#c4c2bc,#515250)}.gallery .photo-c{background:linear-gradient(35deg,#5d5e5a,#bbb9b3)}.gallery .photo-d{background:linear-gradient(120deg,#25282a,#757774)}.swipe-note{text-align:center;color:#777;letter-spacing:.18em;margin-top:22px;font-size:9px;display:none}.lightbox{z-index:100;background:#090a0bf5;grid-template-columns:80px minmax(0,1100px) 80px;justify-content:center;align-items:center;padding:60px;display:grid;position:fixed;inset:0}.lightbox-image{width:min(76vw,1100px);height:min(76vh,720px)}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:0;font-size:44px;font-weight:200;position:absolute;top:20px;right:28px}.lightbox-nav{color:#fff;cursor:pointer;background:0 0;border:0;font-size:30px}.lightbox>p{color:#888;letter-spacing:.2em;font-size:10px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}@media (max-width:780px){.topbar{height:72px}.wing-mark{transform-origin:0;width:38px;transform:scale(.8)skew(-12deg)}.crf-lockup{margin-left:-8px}.crf-lockup b{font-size:20px}.hero-cinematic{height:100svh;min-height:660px}.hero-cinematic .hero-photo{min-height:0}.hero-shade{background:linear-gradient(#08090b42 0%,#08090b82 40%,#08090be8 98%)}.hero-cinematic .hero-copy{padding:0;bottom:70px;left:24px;right:24px}.hero-cinematic h1{font-size:clamp(64px,22vw,92px)}.hero-cinematic .lede{font-size:15px}.hero-cinematic .price-row{margin:22px 0 18px}.scroll-cue{display:none}.gallery-title{display:block}.gallery-title>p{display:none}.gallery{min-height:0}.gallery-card{flex-basis:88vw;height:115vw;max-height:610px}.swipe-note{display:block}.lightbox{grid-template-columns:40px 1fr 40px;padding:50px 5px}.lightbox-image{width:100%;height:68vh}.lightbox-nav{font-size:24px}.mobile-call{background:var(--red)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}.hero-cinematic .hero-photo{transform:none}.gallery-card,.primary-button{transition:none}}.honda-logo{object-fit:contain;width:62px;height:52px;display:block}.crf-lockup{border-left:1px solid #ffffff57;align-items:center;gap:8px;height:40px;padding-left:14px;display:flex}.crf-lockup>img{filter:brightness(0)invert();width:82px;height:auto;display:block}.crf-lockup>span{white-space:nowrap;align-items:center;padding-top:1px;line-height:1;display:flex}.hero-cinematic .hero-photo{padding:0}.hero-cinematic .hero-photo:before,.hero-cinematic .hero-photo:after{display:none}.hero-cinematic .hero-photo img{object-fit:cover;object-position:center 50%;width:100%;height:100%}.hero-slide{opacity:0;animation:20s ease-in-out infinite hero-crossfade;position:absolute;inset:0}@keyframes hero-crossfade{0%,29%{opacity:1;transform:scale(1)}36%,96%{opacity:0;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}.photo-hint{z-index:2;letter-spacing:.15em;background:#0007;padding:8px 10px;position:absolute;top:108px;right:24px;color:#fff!important;font-size:8px!important}.hero-shade{background:linear-gradient(270deg,#08090be6 0%,#08090bad 35%,#0000 72%),linear-gradient(#0000 52%,#07080970 100%)}.hero-cinematic .hero-copy{width:min(41vw,620px);bottom:clamp(70px,10vh,118px);left:auto;right:clamp(24px,7vw,105px)}.hero-cinematic h1{font-size:clamp(70px,8.5vw,132px)}.lightbox-image.real-photo{background:#111}.lightbox-image.real-photo img{object-fit:contain;width:100%;height:100%}.hero-model{align-items:baseline;gap:.025em;display:inline-flex}.hero-model>img{filter:brightness(0)invert();width:2.05em;height:auto;display:block;transform:translateY(-.03em)}.hero-model .model-300{letter-spacing:-.09em;font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:300}.hero-cinematic h1>em{display:inline-block}.price-row span{max-width:75px;line-height:1.35}@media (max-width:780px){.honda-logo{width:48px;height:41px}.crf-lockup{gap:6px;margin-left:0;padding-left:9px}.crf-lockup>img{width:64px}.hero-cinematic .hero-photo img{object-position:38% center}.photo-hint{display:none}.hero-shade{background:linear-gradient(#08090b18 0%,#08090b75 48%,#08090bf0 98%)}.hero-cinematic .hero-copy{width:auto;bottom:70px;left:24px;right:24px}}@media (prefers-reduced-motion:reduce){.hero-slide{opacity:1;animation:none;transform:none}.hero-slide-2{display:none}}.crf-lockup{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;height:48px}.crf-lockup>img{width:92px;margin:0}.crf-lockup>span{letter-spacing:.16em;justify-content:center;width:92px;padding:0;font-size:9px}.model-lockup{flex-direction:column;align-items:flex-start;gap:.05em;display:flex}.hero-crf{width:min(7.4em,100%);line-height:0;display:block}.hero-crf img{filter:brightness(0)invert();width:100%;height:auto;display:block}.hero-submodel{align-items:baseline;gap:.14em;line-height:.77;display:flex}.hero-submodel .model-300{letter-spacing:-.08em;font-family:Arial,Helvetica,sans-serif;font-size:.64em;font-weight:300}.hero-submodel em{letter-spacing:-.05em;color:var(--red);font-size:.64em;font-style:italic;font-weight:950}@media (max-width:780px){.crf-lockup{gap:3px;height:42px}.crf-lockup>img,.crf-lockup>span{width:72px}.crf-lockup>span{font-size:7px}.hero-crf{width:min(6em,100%)}}.hero-cinematic .hero-photo .hero-slide-1{object-position:30% 50%}.hero-cinematic .hero-photo .hero-slide-2{object-position:40% 50%}.hero-cinematic .hero-photo .hero-slide-3{object-position:15% 50%}.model-lockup .hero-crf{width:4.15em;max-width:100%}.model-lockup .hero-submodel{justify-content:flex-start;gap:.14em;width:auto;max-width:100%}.crf-lockup{gap:4px;height:54px}.crf-lockup>img{width:108px}.crf-lockup>span{letter-spacing:.15em;justify-content:flex-start;align-self:flex-start;width:auto;padding-left:2px;font-size:11px}@media (max-width:780px){.crf-lockup{gap:3px;height:48px}.crf-lockup>img{width:94px}.crf-lockup>span{width:auto;padding-left:2px;font-size:9.5px}}.model-lockup.compact{border-left:1px solid #ffffff57;gap:.05em;padding-left:14px;font-size:25px}.model-lockup.compact .hero-crf{width:4.15em}.model-lockup.compact .hero-submodel{gap:.14em;width:auto}@media (max-width:780px){.model-lockup.compact{padding-left:10px;font-size:22px}}.model-lockup .model-300{letter-spacing:.045em}.mobile-gallery-link{display:none}@media (max-width:780px){.hero-copy>.eyebrow{color:#fff;border-left:3px solid var(--red);text-shadow:0 1px 8px #000;background:#0b0c0dbd;width:fit-content;margin-bottom:20px;padding:8px 10px;line-height:1.35;display:inline-flex}.mobile-call{display:none!important}.mobile-gallery-link{z-index:60;color:#fff;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111416eb;border:1px solid #fff5;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:64px;height:64px;font-size:8px;font-weight:900;display:flex;position:fixed;bottom:18px;right:16px;box-shadow:0 8px 28px #0007}.photo-icon{border:2px solid;border-radius:2px;width:25px;height:18px;position:relative}.photo-icon:before{content:"";background:currentColor;border-radius:50%;width:4px;height:4px;position:absolute;top:3px;right:3px}.photo-icon:after{content:"";background:linear-gradient(135deg,#0000 45%,currentColor 46% 58%,#0000 59%),linear-gradient(45deg,#0000 38%,currentColor 39% 55%,#0000 56%);height:7px;position:absolute;bottom:3px;left:3px;right:3px}.hero-cinematic .price-row strong{font-size:68px}.hero-cinematic .price-row>span{max-width:95px;font-size:14px;line-height:1.3}.hero-cinematic .price-row{gap:15px}}.hero-slide{animation-duration:24s}.hero-slide-2{animation-delay:-16s}.hero-slide-3{animation-delay:-8s}.gallery-card{background:#202224;padding:0;position:relative;overflow:hidden}.gallery-card>img{object-fit:cover;width:100%;height:100%;display:block}.gallery-tabs{border:1px solid #ffffff2b;grid-template-columns:1fr 1fr;max-width:820px;margin:34px auto 0;display:grid}.gallery-tabs button{color:#777a7b;cursor:pointer;min-height:76px;font:inherit;text-transform:uppercase;background:0 0;border:0;border-right:1px solid #ffffff2b;justify-content:space-between;align-items:center;padding:0 24px;transition:background .2s,color .2s;display:flex}.gallery-tabs button:last-child{border-right:0}.gallery-tabs button span{letter-spacing:.15em;font-size:13px;font-weight:900}.gallery-tabs button small{letter-spacing:.12em;font-size:10px}.gallery-tabs button:hover{color:#fff}.gallery-tabs button.is-active{background:var(--red);color:#fff}.gallery-tabs button:focus-visible{z-index:1;outline-offset:3px;outline:2px solid #fff;position:relative}@media (max-width:780px){.gallery-tabs{margin-top:28px}.gallery-tabs button{min-height:64px;padding:0 15px}.gallery-tabs button span{letter-spacing:.1em;font-size:11px}}@media (prefers-reduced-motion:reduce){.hero-slide-3{display:none}}.slop-credit{color:inherit;opacity:.55;text-align:center;letter-spacing:.08em;cursor:default;flex-basis:100%;margin-top:14px;font-style:italic;font-weight:300;text-decoration:none}.slop-credit:hover,.slop-credit:active,.slop-credit:visited{color:inherit;opacity:.55;text-decoration:none}.slop-credit:focus-visible{outline-offset:4px;outline:1px solid #ffffff70}footer{flex-wrap:wrap}.features{grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,100px)}.feature-group h3{margin-bottom:24px}.feature-group>ul{grid-template-columns:1fr}.parts-history{gap:22px;display:grid}.parts-history>div{border-bottom:1px solid var(--line);grid-template-columns:92px 1fr;padding-bottom:20px;display:grid}.parts-history strong{color:var(--red);letter-spacing:.08em;font-size:13px}.parts-history ul{grid-template-columns:1fr;gap:10px;margin:0;padding:0;list-style:none;display:grid}.parts-history li{font-size:17px;font-weight:700}.parts-history li:before{content:"—";color:#8b8881;margin-right:12px}@media (max-width:780px){.features{grid-template-columns:1fr}.parts-history>div{grid-template-columns:76px 1fr}}
