:root{--c-bg-neutral:#fff;--c-dark:#363438;--c-white:#fff;--c-gray:#666;--c-border:#00000014;--c-accent:#f4e92d;--c-beige-dark:#9a8c7b;--c-beige-light:#e5e3d8;--font-en:"Futura", "Futura Medium", "Futura-Bold", sans-serif;--font-ja:"Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;--nav-height:70px;--sub-nav-height:60px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-en), var(--font-ja);background-color:var(--c-bg-neutral);color:var(--c-dark);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6,.manifesto-title,.editorial-title{text-wrap:balance;word-break:auto-phrase}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem)}.section-padding{padding:clamp(40px,6vw,80px) 0}.text-center{text-align:center}.bg-light{background-color:var(--c-beige-light)}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.mb-0{margin-bottom:0!important}.mb-8{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.mt-4{margin-top:clamp(1.2rem,3vw,2rem)}.mt-8{margin-top:clamp(1.5rem,4vw,2.5rem)}.mt-12{margin-top:clamp(2.5rem,6vw,4rem)}.u-br-pc{display:block}.u-br-sp{display:none}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.u-br-pc{display:none}.u-br-sp{display:block}}.main-nav{width:100%;height:var(--nav-height);z-index:100;background-color:#0000;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s;display:flex;position:fixed;top:0;left:0}.main-nav.scrolled{-webkit-backdrop-filter:blur(12px);background-color:#ffffffd9;border-bottom:1px solid #0000000d}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:0 5%;display:flex}.logo{letter-spacing:.25em;margin-right:-.25em;font-size:1.5rem;font-weight:500}.hamburger-menu{cursor:pointer;z-index:101;width:26px;height:20px;color:var(--c-dark);appearance:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:space-around;margin-left:auto;padding:0;display:none}.hamburger-line{background-color:var(--c-dark);transform-origin:50%;border-radius:10px;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}@media (width<=900px){.hamburger-menu{display:flex}}.hamburger-menu.is-active .hamburger-line,.sub-nav .hamburger-menu.is-active .hamburger-line{background-color:var(--c-dark)!important}.hamburger-menu.is-active .hamburger-line:first-child{transform:translateY(9px)rotate(45deg)}.hamburger-menu.is-active .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.is-active .hamburger-line:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(15px);z-index:99;opacity:0;visibility:hidden;background-color:#fffffff2;width:100%;height:100dvh;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:fixed;top:0;left:0;overflow-y:auto;transform:translateY(-20px)}.mobile-menu-overlay.is-active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu-container{text-align:left;flex-direction:column;justify-content:center;width:100%;max-width:400px;min-height:100%;margin:0 auto;padding:max(80px,10dvh) 5% 40px;display:flex}.mobile-menu-links-wrapper{flex-direction:column;gap:clamp(1.2rem,3dvh,2.5rem);margin-bottom:clamp(1.5rem,4dvh,3rem);display:flex}.mobile-col-title{color:var(--c-gray);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700}.mobile-menu-links{flex-direction:column;gap:clamp(.8rem,2dvh,1.2rem);display:flex}.mobile-menu-links a{color:var(--c-dark);font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .3s}.mobile-menu-links a:hover{opacity:.7}.mobile-menu-footer{text-align:center;margin-top:clamp(1rem,2.5dvh,2rem)}.sub-nav{width:100%;height:var(--sub-nav-height);background-color:var(--c-beige-dark);color:var(--c-white);z-index:100;border-bottom:none;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.sub-nav.visible{transform:translateY(0)}.sub-nav .hamburger-menu{color:var(--c-white)}.sub-nav .hamburger-line{background-color:var(--c-white)}.sub-logo{letter-spacing:.25em;margin-right:-.25em;font-size:1.3rem;font-weight:500}.sub-links{gap:2.5rem;display:flex}.sub-links a{color:#ffffffb3;font-size:.95rem;font-weight:500;transition:color .3s}.sub-links a:hover{color:var(--c-white)}.sub-actions{align-items:center;gap:1.5rem;display:flex}.btn-pill{cursor:pointer;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem 1.7rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-pill.large{padding:1rem 3rem;font-size:1.1rem}.btn-pill.outline{color:var(--c-dark);border:1px solid var(--c-dark);background-color:#0000}.btn-pill.outline:hover{background-color:var(--c-dark);color:var(--c-white)}.btn-pill.dark{background-color:var(--c-dark);color:var(--c-white);border:1px solid var(--c-dark)}.btn-pill.dark:hover{background-color:var(--c-white);color:var(--c-dark)}.sub-nav .btn-pill.dark{background-color:var(--c-dark);color:var(--c-white);border:none;padding:.5rem 1.7rem}.sub-nav .btn-pill.dark:hover{background-color:#000c}.hero{max-width:1920px;height:100vh;min-height:min(700px,100vh);padding-top:var(--nav-height);background-color:#fff;align-items:center;margin:0 auto;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:drop-shadow(0 2px 4px #00000020);pointer-events:none;z-index:1;background:url(/assets/product_cb3-H2657l9i.png) 160%/contain no-repeat;display:block;position:absolute;inset:0}.hero .heading-massive,.hero .hero-tagline{text-shadow:1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,0 2px 4px #0000001f}.hero-content{z-index:2;text-align:left;width:100%;max-width:1440px;margin:0 auto;padding:0 5% 0 12%;position:relative}.hero-content>*{pointer-events:auto}.eyebrow{border:1px solid var(--c-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--c-text-primary);background-color:#ffffffa6;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem .85rem;font-size:.9rem;font-weight:500;display:inline-flex}.dot-accent{background-color:var(--c-accent);border-radius:50%;width:8px;height:8px}.heading-massive{letter-spacing:-.01em;color:var(--c-text-primary);text-shadow:0 0 40px #fff,0 0 80px #fffc;margin-bottom:.5rem;font-size:clamp(3rem,8vw,6.5rem);font-weight:700;line-height:1.15}.hero-tagline{font-family:var(--font-family-sans);letter-spacing:.02em;color:var(--c-text-primary);text-shadow:0 0 20px #ffffffe6;margin-top:1rem;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:500;line-height:1.6}.concept{background-color:var(--c-bg-neutral)}.concept-main-image{text-align:center;background:linear-gradient(180deg, var(--c-bg-neutral) 0%, var(--c-beige-light) 50%, var(--c-bg-neutral) 100%);width:100vw;margin-bottom:clamp(2rem,4vw,3rem);margin-left:calc(50% - 50vw);padding:0 0 1rem}.concept-main-image img{filter:drop-shadow(0 20px 40px #00000014);width:100%;max-width:860px;height:auto;padding:0 clamp(1.5rem,5vw,3rem)}.concept-lead{text-align:center;max-width:860px;margin:0 auto clamp(2rem,4vw,3rem)}.concept-statement{letter-spacing:-.01em;color:var(--c-dark);text-wrap:balance;font-size:clamp(1.5rem,3.2vw,2.4rem);font-weight:500;line-height:1.7}.concept-statement-climax{color:var(--c-dark);letter-spacing:-.02em;font-size:1.05em;font-weight:700}.concept-grid{border-top:1px solid var(--c-border);grid-template-columns:repeat(2,1fr);gap:0;display:grid}.concept-combination-header{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:1rem;padding:clamp(2.5rem,5vw,4rem) 0 clamp(1.5rem,3vw,2rem);display:flex}.combination-title{letter-spacing:-.02em;color:var(--c-dark);font-size:clamp(1.5rem,6vw,3.2rem);font-weight:800;line-height:1.2}.combination-badge{background-color:var(--c-beige-dark);color:#fff;border-radius:20px;padding:.4em 1em;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:600}.concept-item{border-right:1px solid var(--c-border);padding:clamp(2rem,4vw,4rem) clamp(1.5rem,3vw,3rem) clamp(2rem,4vw,4rem) 0}.concept-item:last-child{border-right:none;padding-right:0}.concept-item+.concept-item{padding-left:clamp(1.5rem,3vw,3rem)}.concept-item-header{margin-bottom:1.5rem}.concept-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--c-beige-dark);margin-bottom:1rem;font-size:.9rem;font-weight:600;display:inline-block}.concept-item-title{letter-spacing:-.02em;color:var(--c-text-primary);word-break:auto-phrase;font-size:clamp(1.25rem,4.5vw,1.7rem);font-weight:700;line-height:1.4}@media (width>=768px){.concept-item-title{white-space:nowrap;letter-spacing:-.05em;font-size:clamp(1.11rem,2.4vw,1.6rem)}}.concept-item-desc{color:var(--c-gray);font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.75}.concept-item-image img{filter:drop-shadow(0 20px 40px #00000014);width:100%;height:auto;display:inline-block}.concept-answer{text-align:center;max-width:860px;margin:1rem auto 0;padding-top:2rem}.concept-answer-sub{letter-spacing:-.01em;color:var(--c-text-primary);word-break:auto-phrase;margin-bottom:1.5rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:500;line-height:1.6}.concept-answer-desc{letter-spacing:-.02em;color:var(--c-dark);font-size:clamp(1.6rem,3.4vw,2.5rem);font-weight:700;line-height:1.7}.heading-large{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2rem,8vw,3.2rem);font-weight:600;line-height:1.1}.en-bold{letter-spacing:-.03em;font-weight:700}.section-desc{color:var(--c-gray);letter-spacing:-.01em;max-width:640px;margin:0 auto 1.5rem;font-size:clamp(1.2rem,2vw,1.4rem);font-weight:500;line-height:1.8}.nobr{display:inline-block}.bento-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:clamp(1rem,2vw,1.5rem);margin-top:clamp(2rem,5vw,4rem);display:grid}.bento-item{border-radius:24px;transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.bento-item:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00000014}.bento-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.bento-item:hover img{transform:scale(1.03)}.bento-item--cafe{grid-area:span 2/span 2}.bento-item--night{grid-area:span 1/span 2}.bento-item--beach,.bento-item--garage{grid-area:span 1/span 1}.bento-item--look1{grid-area:span 2/span 1}.bento-item--look2{grid-area:span 2/span 2}.bento-item--look3{grid-area:span 2/span 1}@media (width<=900px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:1rem}.bento-item--cafe{grid-area:span 2/span 2}.bento-item--night{grid-area:span 1/span 2}.bento-item--beach,.bento-item--garage{grid-area:span 1/span 1}.bento-item--look1{grid-area:span 2/span 1}.bento-item--look2{grid-area:span 2/span 2}.bento-item--look3{grid-area:span 2/span 1}}@media (width<=500px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:240px}.bento-item--cafe,.bento-item--night,.bento-item--beach,.bento-item--garage,.bento-item--look1,.bento-item--look2,.bento-item--look3{grid-area:span 1/span 1}}.details{background-color:var(--c-bg-neutral)}.details-header{margin-bottom:clamp(2rem,4vw,3rem)}.details-list{flex-direction:column;gap:0;display:flex}.detail-row{border-top:1px solid var(--c-border);grid-template-columns:1fr 1fr;gap:0;display:grid}.detail-row:last-child{border-bottom:1px solid var(--c-border)}.detail-row--reverse{direction:rtl}.detail-row--reverse>*{direction:ltr}.detail-image{background-color:var(--c-beige-light);aspect-ratio:1;overflow:hidden}.detail-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.detail-row:hover .detail-image img{transform:scale(1.04)}.detail-body{background-color:var(--c-white);flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,5rem) clamp(5%,8vw,10%);display:flex}.detail-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--c-beige-dark);margin-bottom:1rem;font-size:.9rem;font-weight:600;text-decoration:underline;display:inline-block}.detail-title{letter-spacing:-.03em;color:var(--c-dark);margin-bottom:1.5rem;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:700;line-height:1.15}.detail-desc{color:var(--c-gray);max-width:480px;font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.8}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.hero{background-image:none;align-items:flex-end;min-height:100svh}.hero:before{background:url(/assets/product_cb3_m-Db7dyYz6.png) 50% 30%/100% no-repeat}.hero-content{text-align:center;padding-bottom:clamp(3rem,8vh,5rem);padding-left:5%;padding-right:5%}.heading-massive{font-size:clamp(2.2rem,10vw,3.5rem)}.hero-tagline{font-size:clamp(.95rem,3.5vw,1.2rem)}.concept-grid{border-bottom:none;grid-template-columns:1fr;gap:0}.concept-item{border-right:none;border-bottom:1px solid var(--c-border);padding-left:0;padding-right:0}.concept-item+.concept-item{padding-left:0}.concept-item:last-child{border-bottom:none}.detail-row,.detail-row--reverse{direction:ltr;grid-template-columns:1fr;min-height:auto}.detail-image{aspect-ratio:1}.detail-body{padding:clamp(2.5rem,6vw,3.5rem) clamp(1rem,4vw,1.5rem)}.br-desktop{display:none}.heading-large,.concept-statement,.concept-answer-desc,.newsletter-heading{text-wrap:balance}.concept-statement{font-size:clamp(1.25rem,5vw,1.8rem)}.concept-answer-desc{font-size:clamp(1.35rem,5vw,1.9rem)}.nobr,.copy-line{display:inline}}.copy-line{display:block}.lineup{background-color:var(--c-beige-light)}.collection-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.model-card{background-color:var(--c-white);border:1px solid var(--c-border);border-radius:20px;flex-direction:column;padding:clamp(1.5rem,4vw,2.5rem);transition:transform .4s,box-shadow .4s;display:flex}.model-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000d}.model-image{justify-content:center;align-items:center;height:200px;margin-bottom:2rem;display:flex}.model-image img{object-fit:contain;filter:drop-shadow(0 15px 30px #0000000f);max-width:100%;max-height:100%;transition:transform .5s}.model-card:hover .model-image img{transform:scale(1.05)}.slideshow-crossfade{position:relative}.slideshow-crossfade img{opacity:0;animation:20s ease-in-out infinite fadeSlide;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.model-card:hover .slideshow-crossfade img{transform:translate(-50%,-50%)scale(1.05)}.slideshow-crossfade img:first-child{animation-delay:0s}.slideshow-crossfade img:nth-child(2){animation-delay:-15s}.slideshow-crossfade img:nth-child(3){animation-delay:-10s}.slideshow-crossfade img:nth-child(4){animation-delay:-5s}@keyframes fadeSlide{0%{opacity:0}5%{opacity:1}25%{opacity:1}30%{opacity:0}to{opacity:0}}.model-info{flex-direction:column;flex-grow:1;display:flex}.model-name{letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(1.4rem,6vw,1.8rem);font-weight:700;line-height:1.1}.model-price{color:var(--c-gray);border-bottom:1px solid var(--c-border);margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:1.1rem;font-weight:600}.model-desc{color:var(--c-gray);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.model-specs-list{grid-template-columns:max-content 1fr;margin-bottom:1.5rem;font-size:.95rem;display:grid}.model-specs-list dt,.model-specs-list dd{border-bottom:1px solid #00000008;margin:0;padding-top:.4rem;padding-bottom:.4rem}.model-specs-list dt{color:var(--c-gray);padding-right:1rem;font-weight:600}.model-btn{width:100%;margin-top:auto}.footer{background-color:var(--c-beige-dark);color:var(--c-white)}.footer-nav{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;align-items:start;gap:clamp(1.5rem,3vw,3rem);padding-top:clamp(3rem,6vw,6rem);padding-bottom:clamp(3rem,6vw,6rem);display:grid}.footer-brand{flex-direction:column;display:flex}.footer-logo{letter-spacing:.25em;color:var(--c-white);margin-bottom:1rem;margin-right:-.25em;font-size:1.8rem;font-weight:500}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.85rem;display:flex}.footer-col ul li a{color:#ffffffb3;white-space:nowrap;font-size:.92rem;line-height:1.4;transition:color .2s}.footer-col ul li a:hover{color:var(--c-white);text-decoration:underline;-webkit-text-decoration-color:var(--c-white);text-decoration-color:var(--c-white)}.footer-social-container{justify-content:flex-end;padding-top:1rem;padding-bottom:2rem;display:flex}.footer-bottom{color:#ffffff59;border-top:1px solid #ffffff1a;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.85rem}.footer-social{gap:1rem;display:flex}.social-icon{justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon:hover{opacity:.7;transform:translateY(-2px)}.footer .social-icon{color:var(--c-white)}.mobile-social .social-icon{color:var(--c-dark)}.social-sp{display:none}@media (width<=900px){.social-pc{display:none}.social-sp{display:flex}.footer-nav{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1/-1}}@media (width<=500px){.footer-nav{grid-template-columns:1fr}.footer-social-container{justify-content:center}}.test-ride-content{background:var(--c-white);border-radius:12px;max-width:600px;margin:0 auto;padding:3rem 2rem;box-shadow:0 4px 24px #0000000a}.venue-info{text-align:center;margin-bottom:2.5rem}.venue-title{color:var(--c-gray);letter-spacing:.1em;margin-bottom:1rem;font-size:1rem}.venue-name{font-family:var(--font-en);letter-spacing:.05em;margin-bottom:.8rem;font-size:1.5rem;font-weight:700}.venue-address{color:var(--c-gray);margin-bottom:1.2rem;line-height:1.8}.venue-map-link{font-family:var(--font-en);letter-spacing:.05em;color:var(--c-dark);border-bottom:1px solid var(--c-dark);padding-bottom:2px;font-weight:700;transition:opacity .3s;display:inline-block}.venue-map-link:hover{opacity:.6}.newsletter{background-color:var(--c-dark);padding:clamp(40px,6vw,80px) 0}.newsletter-inner{align-items:flex-start;gap:clamp(3rem,6vw,6rem);display:flex}.newsletter-heading{color:#ffffff80;letter-spacing:.01em;white-space:nowrap;flex-shrink:0;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:400;line-height:1.8}.newsletter-right{flex:1;min-width:0}.newsletter-input-row{align-items:center;gap:1rem;display:flex}.newsletter-input{color:var(--c-white);caret-color:var(--c-accent);background:0 0;border:none;outline:none;flex:1;padding:.75rem 0;font-family:inherit;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:500}.newsletter-input::placeholder{color:#ffffffd9;font-weight:500}.newsletter-input:focus::placeholder{color:#fff6}.newsletter-submit{color:#ffffff80;cursor:pointer;white-space:nowrap;background:0 0;border:none;outline:none;padding:.75rem 0;font-family:inherit;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:500;transition:color .3s}.newsletter-submit:hover{color:var(--c-white)}.newsletter-divider{background-color:#ffffff40;height:1px;margin-top:0}.newsletter-consent{color:#ffffff59;margin-top:1rem;font-size:.8rem;line-height:1.5}.newsletter-link{color:#ffffff59;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.newsletter-link:hover{color:#ffffffb3}@media (width<=768px),(width<=900px) and (height<=500px){.newsletter-inner{flex-direction:column;gap:1.5rem}.newsletter-heading{white-space:normal;font-size:clamp(.95rem,4vw,1.1rem)}}.form-result{text-align:center;border-radius:4px;margin-top:1rem;padding:1rem;font-weight:700;animation:.5s fadeIn;display:none}.form-result.success{color:#2ecc71;background:#2ecc7126;border:1px solid #2ecc714d;display:block}.form-result.error{color:#e74c3c;background:#e74c3c26;border:1px solid #e74c3c4d;display:block}.reveal{opacity:0;transition:opacity 1s cubic-bezier(.4,0,.2,1),top 1s cubic-bezier(.4,0,.2,1);position:relative;top:40px}.reveal.active{opacity:1;top:0}.delay-1{transition-delay:.15s}.delay-2{transition-delay:.3s}.delay-3{transition-delay:.45s}.hero-dc3{background-image:none}.hero-dc3:before{content:"";filter:drop-shadow(0 2px 4px #00000020);z-index:1;pointer-events:none;background:url(/assets/product_DC3-BpkYRQI5.png) 100%/contain no-repeat;display:block;position:absolute;inset:0}.hero-dc3 .product-hero-title,.hero-dc3 .product-hero-subtitle{text-shadow:1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,0 2px 4px #0000001f}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.hero-dc3{background-image:none}.hero-dc3:before{background:url(/assets/product_DC3_m-BnFWX-83.png) 50% 30%/100% no-repeat}}.hero-cb3{background-image:none}.hero-cb3:before{content:"";filter:drop-shadow(0 2px 4px #00000020);z-index:1;pointer-events:none;background:url(/assets/product_cb3-H2657l9i.png) 100%/contain no-repeat;display:block;position:absolute;inset:0}.hero-cb3 .product-hero-title,.hero-cb3 .product-hero-subtitle{text-shadow:1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,0 2px 4px #0000001f}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.hero-cb3{background-image:none}.hero-cb3:before{background:url(/assets/product_cb3_m-Db7dyYz6.png) 50% 30%/100% no-repeat}}.hero-cb2{background-image:none}.hero-cb2:before{content:"";filter:drop-shadow(0 2px 4px #00000020);z-index:1;pointer-events:none;background:url(/assets/product_cb2-Bi7OvaD7.png) 100%/contain no-repeat;display:block;position:absolute;inset:0}.hero-cb2 .product-hero-title,.hero-cb2 .product-hero-subtitle{text-shadow:1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,0 2px 4px #0000001f}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.hero-cb2{background-image:none}.hero-cb2:before{background:url(/assets/product_cb2_m-DR6UtJB5.png) 50% 30%/100% no-repeat}}.hero-cbk{background-image:none}.hero-cbk:before{content:"";filter:drop-shadow(0 2px 4px #00000020);z-index:1;pointer-events:none;background:url(/assets/product_cbk-BbFNMSNW.png) 100%/contain no-repeat;display:block;position:absolute;inset:0}.hero-cbk .product-hero-title,.hero-cbk .product-hero-subtitle{text-shadow:1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,0 2px 4px #0000001f}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.hero-cbk{background-image:none}.hero-cbk:before{background:url(/assets/product_cbk_m-OnRHTE9c.png) 50% 30%/100% no-repeat}}.product-hero{background-color:var(--c-surface);background-image:none!important}.product-hero .hero-content{justify-content:space-between;align-items:center;gap:4rem;display:flex}.product-hero-text{flex:1}.product-hero-subtitle{letter-spacing:.1em;color:var(--c-beige-dark);margin-bottom:1rem;font-size:1rem;font-weight:600}.product-hero-title{color:var(--c-dark);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.product-hero-desc{color:var(--c-gray);font-size:1.125rem;line-height:1.6}.product-hero-image{text-align:center;flex:1.5}.product-hero-bike{filter:drop-shadow(0 30px 40px #00000026);max-width:100%;height:auto}.details-header-desc{color:var(--c-gray);max-width:800px;word-break:auto-phrase;margin-top:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.details-header-desc{text-align:left;font-size:.95rem}}.product-specs-header{margin-bottom:4rem}.product-specs-card{background:var(--c-white);border-radius:12px;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 4px 20px #0000000d}.product-specs-table{border-collapse:collapse;text-align:left;width:100%}.product-specs-table tbody{color:var(--c-gray);font-size:1rem}.product-specs-table tr{border-bottom:1px solid var(--c-border)}.product-specs-table tr:last-child{border-bottom:none}.product-specs-table th{color:var(--c-dark);width:40%;padding:1.5rem 1rem;font-weight:500}.product-specs-table td{padding:1.5rem 1rem}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.product-hero .hero-content{text-align:center;flex-direction:column;padding-top:4rem}.product-specs-card{padding:1.5rem}.product-specs-table th,.product-specs-table td{padding:1rem .2rem;font-size:.9rem}}.sticky-features-wrapper{align-items:flex-start;gap:5%;padding-bottom:10vh;display:flex;position:relative}.sticky-media{background-color:var(--c-beige-light);border-radius:8px;flex:1;justify-content:center;align-items:center;height:70vh;display:flex;position:sticky;top:15vh;overflow:hidden}.sticky-media img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .8s ease-in-out,transform .8s ease-in-out;position:absolute;transform:scale(1.05)}.sticky-media img.active{opacity:1;z-index:2;transform:scale(1)}.sticky-content{flex-direction:column;flex:1;display:flex}.sticky-block{flex-direction:column;justify-content:center;min-height:100vh;padding:2rem 0;display:flex}@media (width<=900px){.sticky-features-wrapper{flex-direction:column;padding-bottom:0}.sticky-media{z-index:10;width:100%;height:40vh;margin-bottom:0;position:sticky;top:100px}.sticky-block{min-height:auto;padding:3rem 0}}.features-bento{gap:1.5rem;padding-bottom:1.5rem;display:grid}.features-bento--2col{grid-template-columns:repeat(2,1fr)}.features-bento--3col{grid-template-columns:repeat(3,1fr);padding-bottom:3rem}.fb-card{background-color:var(--c-bg-neutral);aspect-ratio:16/9;border-radius:20px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.fb-image{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;top:0;left:0}.fb-overlay{z-index:2;background:linear-gradient(#0000 40%,#000000d9 100%);width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.fb-content{z-index:3;color:var(--c-white);flex-direction:column;justify-content:flex-end;height:100%;margin-top:auto;padding:2rem;display:flex;position:relative}.fb-content .detail-tag{color:#fffc;align-self:flex-start;margin-bottom:.5rem;font-size:.8rem;text-decoration:none}.fb-content .detail-title{color:var(--c-white);margin-bottom:.5rem;font-size:1.4rem}.fb-content .detail-desc{color:#ffffffe6;font-size:1rem;line-height:1.6;display:none}.fb-card:not(.is-expanded) .fb-content:after{content:"MORE +";letter-spacing:.15em;color:#fffc;border-bottom:1px solid #fff6;width:fit-content;margin-top:.5rem;padding-bottom:2px;font-size:.8rem;font-weight:600;transition:color .3s,border-color .3s;display:inline-block}.fb-card:not(.is-expanded):hover .fb-content:after{color:var(--c-white);border-color:var(--c-white)}.fb-expand-icon{display:none}.fb-card--large{grid-area:span 2/span 2}.fb-card--large .fb-content .detail-title{font-size:2rem}.fb-card--large .fb-content .detail-desc{-webkit-line-clamp:3}.fb-card--wide{grid-area:span 1/span 2}.fb-card--square{grid-area:span 1/span 1}#fb-card-1{view-transition-name:fb-card-1}#fb-card-2{view-transition-name:fb-card-2}#fb-card-3{view-transition-name:fb-card-3}#fb-card-4{view-transition-name:fb-card-4}#fb-card-5{view-transition-name:fb-card-5}#fb-card-6{view-transition-name:fb-card-6}#fb-card-7{view-transition-name:fb-card-7}#fb-card-8{view-transition-name:fb-card-8}#fb-card-9{view-transition-name:fb-card-9}#fb-card-10{view-transition-name:fb-card-10}::view-transition-group(*){animation-duration:.6s;animation-timing-function:cubic-bezier(.25,1,.3,1)}.fb-card{cursor:pointer;transition:opacity .4s,filter .4s}.features-bento:has(.fb-card.is-expanded) .fb-card:not(.is-expanded){opacity:.6}.features-bento--2col .fb-card.is-expanded{cursor:default;grid-area:span 2/span 2!important}.features-bento--3col .fb-card.is-expanded{cursor:default;grid-area:span 2/span 3!important}@keyframes detailTextFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fb-card.is-expanded .fb-content .detail-desc{opacity:0;will-change:opacity, transform;animation:.4s cubic-bezier(.25,1,.5,1) .2s forwards detailTextFadeIn;display:block}.fb-card.is-expanded .fb-content{-webkit-backdrop-filter:blur(12px);background:#0003;border:1px solid #ffffff26;border-radius:16px;height:auto;margin:auto 1.5rem 1.5rem;padding:1.5rem;box-shadow:0 10px 30px #0003}@media (width>=768px){.fb-card.is-expanded .fb-content{width:calc(50% - 3rem);margin-right:auto}}.fb-card.is-expanded .fb-expand-icon{color:#fff;cursor:pointer;background:#0006;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;line-height:1;display:flex;position:absolute;top:1.5rem;right:1.5rem;transform:rotate(45deg)}.fb-card:hover .fb-image{transform:scale(1.06)}@media (width<=900px){.features-bento{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features-bento{grid-template-columns:1fr;grid-auto-rows:auto}.fb-card{cursor:default;aspect-ratio:auto;height:auto;grid-area:span 1/span 1!important}.fb-image{aspect-ratio:16/9;height:auto;position:relative}.fb-overlay{display:none}.fb-content{color:var(--c-dark);padding:1.5rem}.fb-content .detail-tag{color:var(--c-gray)}.fb-content .detail-title{color:var(--c-dark)}.fb-content .detail-desc{color:var(--c-gray);font-size:.95rem;display:block}.fb-card:not(.is-expanded) .fb-content:after,.fb-expand-icon,.fb-card.is-expanded .fb-expand-icon{display:none}}@media (width<=900px){.collection-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.sub-links,.sub-actions,.nav-right{display:none}}.product-gallery-slider{width:100%;max-width:680px;margin:2rem auto}.pgs-main{background-color:var(--c-bg-neutral,#fff);border-radius:12px;width:100%;margin-bottom:15px;padding:clamp(10px,2vw,20px);overflow:hidden;box-shadow:0 8px 24px #00000014}.pgs-main img{aspect-ratio:1;object-fit:contain;width:100%;height:auto;transition:opacity .3s;display:block}.pgs-thumbnails{scrollbar-width:none;-ms-overflow-style:none;justify-content:center;gap:10px;padding-bottom:10px;display:flex;overflow-x:auto}.pgs-thumbnails::-webkit-scrollbar{display:none}.pgs-thumb{cursor:pointer;opacity:.6;background-color:var(--c-beige-light,#e5e3d8);border:2px solid #0000;border-radius:8px;flex:0 0 60px;transition:opacity .3s,transform .3s,border .3s;overflow:hidden}.pgs-thumb img{aspect-ratio:1;object-fit:cover;width:100%;height:auto;display:block}.pgs-thumb:hover{opacity:1}.pgs-thumb.active{opacity:1;transform:translateY(-2px)}@media (width<=600px){.pgs-thumb{flex:0 0 50px}}@media (width>=768px){.product-gallery-slider{margin:3rem auto 5rem}.pgs-main{border-radius:16px;margin-bottom:20px}.pgs-thumbnails{gap:15px}.pgs-thumb{border-radius:10px;flex:0 0 80px}}.editorial-section{border-bottom:1px solid var(--c-border);padding:8rem 0}.editorial-section:last-child{border-bottom:none}.editorial-header{text-align:center;margin-bottom:4rem}.editorial-title{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.editorial-subtitle{font-family:var(--font-en);letter-spacing:.15em;color:var(--c-beige-dark);text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.editorial-body{align-items:flex-start;gap:clamp(3rem,6vw,6rem);display:flex}.editorial-body--reverse{flex-direction:row-reverse}.editorial-content{flex:1;min-width:0}.editorial-text{color:var(--c-dark);text-align:justify;font-size:.95rem;line-height:2}.editorial-text>p{break-inside:avoid;margin-bottom:1.5rem}.editorial-image-container{flex:1;min-width:0;position:sticky;top:120px}.editorial-image{object-fit:cover;border-radius:16px;width:100%;box-shadow:0 20px 40px #00000014}.pull-quote{border-left:4px solid var(--c-dark);color:var(--c-dark);column-span:all;margin:3rem 0;padding-left:1.5rem;font-size:clamp(1.2rem,2.5vw,1.4rem);font-weight:700;line-height:1.6}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.editorial-section{padding:5rem 0}.editorial-body,.editorial-body--reverse{flex-direction:column-reverse;gap:2.5rem}.editorial-body.editorial-body--mobile-first-img{flex-direction:column}.editorial-image-container{margin-bottom:1rem;position:static}.editorial-text{text-align:left}.pull-quote{margin:2rem 0;padding-left:1rem}}.scroll-to-top{background-color:var(--c-beige-dark);width:50px;height:50px;color:var(--c-white);cursor:pointer;z-index:1000;opacity:0;visibility:hidden;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(20px);box-shadow:0 4px 12px #00000026}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background-color:var(--c-dark);transform:translateY(-3px);box-shadow:0 6px 16px #0003}@media (width<=768px),(width<=900px) and (height<=500px),(width<=1024px) and (orientation:portrait){.scroll-to-top{width:44px;height:44px;bottom:20px;right:20px}.scroll-to-top svg{width:20px;height:20px}}@media (width<=950px) and (height<=500px) and (orientation:landscape){.hero{min-height:120svh;align-items:center!important}.hero:before{background:url(/assets/product_cb3-H2657l9i.png) 100%/contain no-repeat!important}.hero-content{text-align:left!important;padding-bottom:0!important}.product-hero .hero-content{text-align:left!important;padding-top:calc(var(--nav-height) + 1rem)!important;flex-direction:row!important}.hero-dc3:before{background:url(/assets/product_DC3-BpkYRQI5.png) 100%/contain no-repeat!important}.hero-cb3:before{background:url(/assets/product_cb3-H2657l9i.png) 100%/contain no-repeat!important}.hero-cb2:before{background:url(/assets/product_cb2-Bi7OvaD7.png) 100%/contain no-repeat!important}.hero-cbk:before{background:url(/assets/product_cbk-BbFNMSNW.png) 100%/contain no-repeat!important}}
