﻿:root{--font-mono:"Roboto Mono", monospace}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;background:#000;font-size:18px;line-height:32px}html,body,#app{height:100%}body{color:#fff;margin:0;font-family:system-ui;font-size:18px;line-height:32px}@media (max-width:1024px){body{font-size:15px;line-height:24px}}img{max-width:100%;height:auto;display:block}h1{margin:40px 0;font-size:64px;font-weight:700;line-height:70px}@media (max-width:1024px){h1{margin:24px 0;font-size:42px;line-height:42px}}@media (max-width:768px){h1{font-size:38px;line-height:38px}}@media (max-width:400px){h1{font-size:32px;line-height:32px}}p{margin:24px 0}@media (max-width:1024px){p{margin:calc(var(--base) * .75) 0}}a{color:currentColor}a:focus{opacity:.8;outline:none}a:active{opacity:.7;outline:none}svg{vertical-align:middle}.home{flex-direction:column;justify-content:space-between;align-items:center;max-width:1024px;height:100vh;margin:0 auto;padding:45px;display:flex;overflow:hidden}@media (max-width:400px){.home{padding:24px}}.home .content{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;display:flex}.home .content h1{text-align:center}.home .links{align-items:center;gap:12px;display:flex}.home .links a{border-radius:4px;padding:.25rem .5rem;text-decoration:none}.home .links .admin{color:#000;background:#fff;border:1px solid #000}.home .links .docs{color:#fff;background:#000;border:1px solid #fff}.home .footer{align-items:center;gap:8px;display:flex}@media (max-width:1024px){.home .footer{flex-direction:column;gap:6px}}.home .footer p{margin:0}.home .footer .codeLink{background:#3c3c3c;border-radius:4px;padding:0 .5rem;text-decoration:none}.site-page{color:#151515;background:#f6f3ef;min-height:100vh;padding:40px}.hero-section{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:stretch;gap:32px;max-width:1180px;margin:0 auto;display:grid}.hero-content,.hero-card,.request-section,.empty-state,.catalog-header{background:#fffaf3;border:1px solid #00000014;border-radius:28px;padding:40px}.hero-content h1,.catalog-header h1,.product-info h1{letter-spacing:-.06em;margin:0;font-size:clamp(44px,7vw,92px);line-height:.95}.hero-text,.catalog-header p,.detail-description{color:#555;max-width:680px;font-size:18px;line-height:1.6}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#777;margin:0 0 16px;font-size:12px;line-height:1}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:700;text-decoration:none;display:inline-flex}.primary-button{color:#fff;background:#151515;border:0}.secondary-button{color:#151515;background:0 0;border:1px solid #00000029}.hero-card{color:#fff;background:#151515;flex-direction:column;justify-content:flex-end;min-height:420px;display:flex}.hero-card-label{color:#fff9}.hero-card h2{letter-spacing:-.04em;margin:0 0 12px;font-size:34px}.section,.request-section{max-width:1180px;margin:32px auto 0}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:20px;display:flex}.section-heading h2,.request-section h2,.specs h2{letter-spacing:-.04em;margin:0;font-size:36px;line-height:1}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1180px;margin:24px auto 0;display:grid}.product-card{color:inherit;background:#fffaf3;border:1px solid #00000014;border-radius:24px;text-decoration:none;overflow:hidden}.product-image-placeholder{color:#777;background:#e9e2d8;justify-content:center;align-items:center;min-height:260px;font-weight:700;display:flex}.product-image-placeholder img,.product-gallery img{object-fit:cover;width:100%;height:100%}.product-card-body{padding:22px}.product-card-body h3{letter-spacing:-.03em;margin:8px 0 12px;font-size:22px;line-height:1.15}.product-sku{letter-spacing:.08em;text-transform:uppercase;color:#777;margin:0;font-size:12px}.product-description{color:#666}.product-price{margin:16px 0 0;font-size:20px;font-weight:800}.empty-state{max-width:1180px;margin:24px auto 0}.category-row{flex-wrap:wrap;gap:10px;max-width:1180px;margin:24px auto 0;display:flex}.category-chip{background:#fffaf3;border:1px solid #0000001f;border-radius:999px;padding:10px 16px;font-weight:700}.back-link{color:#151515;margin-bottom:24px;font-weight:700;text-decoration:none;display:inline-flex}.product-detail{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:32px;max-width:1180px;margin:0 auto;display:grid}.product-gallery,.product-info{background:#fffaf3;border:1px solid #00000014;border-radius:28px;overflow:hidden}.product-gallery{background:#e9e2d8;min-height:620px}.product-gallery-placeholder{color:#777;justify-content:center;align-items:center;height:100%;min-height:620px;font-size:32px;font-weight:800;display:flex}.product-info{padding:40px}.price-row{align-items:baseline;gap:14px;margin-top:24px;display:flex}.detail-price{font-size:30px;font-weight:900}.old-price{color:#888;text-decoration:line-through}.specs{margin-top:40px}.spec-row{border-bottom:1px solid #00000014;grid-template-columns:.8fr 1fr;gap:16px;padding:14px 0;display:grid}.spec-row dt{color:#777}.spec-row dd{margin:0;font-weight:700}@media (max-width:860px){.site-page{padding:18px}.hero-section,.product-detail,.product-grid{grid-template-columns:1fr}.hero-content,.hero-card,.request-section,.empty-state,.catalog-header,.product-info{border-radius:22px;padding:24px}.hero-card,.product-gallery,.product-gallery-placeholder{min-height:320px}}.floating-cart-button{z-index:40;color:#fff;cursor:pointer;background:#151515;border:0;border-radius:999px;align-items:center;gap:10px;min-height:48px;padding:0 18px;font-weight:800;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 40px #0000002e}.floating-cart-button span{color:#151515;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:12px;display:inline-flex}.cart-overlay{z-index:60;background:#0000006b;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background:#fffaf3;width:min(100%,460px);height:100%;padding:28px;overflow-y:auto;box-shadow:-20px 0 80px #0003}.cart-header h2{letter-spacing:-.04em;margin:0;font-size:34px;line-height:1}.cart-close{cursor:pointer;background:0 0;border:1px solid #0000001f;border-radius:999px;width:40px;height:40px;font-size:28px;line-height:1}.cart-items{gap:14px;display:grid}.cart-item{background:#fff;border:1px solid #00000014;border-radius:18px;grid-template-columns:1fr auto;gap:14px;padding:16px;display:grid}.cart-item-name{margin:0 0 6px;font-weight:800}.cart-item-meta,.cart-item-price{color:#777;margin:0;font-size:13px}.cart-item-price{color:#151515;margin-top:8px;font-weight:800}.cart-item-controls{align-items:center;gap:8px;height:36px;display:inline-flex}.cart-item-controls button{color:#fff;cursor:pointer;background:#151515;border:0;border-radius:999px;width:32px;height:32px}.cart-remove{color:#9a2a2a;cursor:pointer;background:0 0;border:0;grid-column:1/-1;justify-self:start;padding:0}.cart-total{border-top:1px solid #0000001f;justify-content:space-between;align-items:center;margin:22px 0;padding-top:18px;font-size:18px;display:flex}.cart-form label{gap:8px;font-weight:800;display:grid}.cart-form input,.cart-form textarea{width:100%;font:inherit;background:#fff;border:1px solid #00000024;border-radius:14px;padding:13px 14px}.cart-form textarea{resize:vertical;min-height:90px}.form-error{color:#9a2a2a;margin:0;font-weight:800}.form-success{color:#246b34;margin:0;font-weight:800}.empty-cart{background:#fff;border:1px solid #00000014;border-radius:18px;padding:22px}.empty-cart h3{margin:0 0 8px}.empty-cart p{color:#666;margin:0}.woom-page{color:#171717;background:radial-gradient(circle at 0 0,#ffd66673,#0000 34%),radial-gradient(circle at 100% 0,#53c4ff47,#0000 36%),#fbf7ef;min-height:100vh;padding:28px}.woom-hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:24px;max-width:1220px;margin:0 auto;display:grid}.woom-hero-content,.woom-hero-visual,.woom-text-card,.woom-benefit-card,.woom-copy-block,.woom-image-block,.woom-request-section,.woom-spec-list{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffbd;border:1px solid #00000014;border-radius:32px;box-shadow:0 24px 80px #2c261814}.woom-hero-content{padding:clamp(32px,6vw,76px)}.woom-hero-content h1{letter-spacing:-.07em;max-width:860px;margin:0;font-size:clamp(48px,8vw,104px);line-height:.92}.woom-hero-content p{color:#555;max-width:620px;margin:28px 0 0;font-size:20px;line-height:1.55}.woom-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#7a5d00;margin:0 0 16px;font-size:12px;font-weight:900;line-height:1}.woom-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.woom-primary-button,.woom-secondary-button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-weight:900;text-decoration:none;display:inline-flex}.woom-primary-button{color:#fff;background:#171717;border:0}.woom-secondary-button{color:#171717;background:0 0;border:1px solid #00000029}.woom-hero-visual{background:linear-gradient(145deg,#ffda63b3,#ffffffb3),#fff;justify-content:center;align-items:center;min-height:560px;padding:28px;display:flex}.woom-product-card{color:#fff;letter-spacing:-.06em;background:#171717;border-radius:44px;justify-content:center;align-items:center;width:min(100%,420px);height:420px;font-size:42px;font-weight:950;display:flex;transform:rotate(-4deg)}.woom-section,.woom-split-section,.woom-request-section{max-width:1220px;margin:26px auto 0}.woom-section-heading{gap:8px;margin-bottom:16px;display:grid}.woom-section-heading h2,.woom-copy-block h2,.woom-request-section h2{letter-spacing:-.06em;max-width:800px;margin:0;font-size:clamp(34px,5vw,64px);line-height:.96}.woom-text-card{padding:34px}.woom-text-card p,.woom-copy-block p,.woom-request-section p{color:#555;max-width:740px;margin:0;font-size:18px;line-height:1.6}.woom-benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.woom-benefit-card{min-height:220px;padding:26px}.woom-benefit-card span{color:#b38a00;font-size:13px;font-weight:900}.woom-benefit-card h3{letter-spacing:-.04em;margin:34px 0 0;font-size:24px;line-height:1.08}.woom-split-section{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:24px;display:grid}.woom-image-block{color:#777;background:#e8dfcf;justify-content:center;align-items:center;min-height:520px;font-weight:900;display:flex}.woom-copy-block{flex-direction:column;justify-content:center;padding:44px;display:flex}.woom-spec-list{padding:12px 32px}.woom-spec-row{border-bottom:1px solid #00000014;grid-template-columns:260px 1fr;gap:24px;padding:22px 0;display:grid}.woom-spec-row:last-child{border-bottom:0}.woom-spec-row dt{color:#777}.woom-spec-row dd{margin:0;font-weight:900}.woom-request-section{grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);gap:28px;padding:42px;display:grid}.woom-form{gap:16px;display:grid}.woom-form input,.woom-form textarea{width:100%;font:inherit;background:#fff;border:1px solid #00000024;border-radius:16px;padding:14px 16px}@media (max-width:920px){.woom-page{padding:16px}.woom-hero,.woom-split-section,.woom-request-section,.woom-benefit-grid{grid-template-columns:1fr}.woom-hero-visual,.woom-image-block{min-height:340px}.woom-product-card{height:300px}.woom-form-grid{grid-template-columns:1fr}.woom-spec-row{grid-template-columns:1fr;gap:6px}.woom-request-section,.woom-copy-block,.woom-text-card{border-radius:24px;padding:24px}}.site-header{z-index:35;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f3efdb;border-bottom:1px solid #00000014;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:18px 40px;display:grid;position:sticky;top:0}.site-logo{color:#151515;gap:2px;text-decoration:none;display:inline-grid}.site-logo span{letter-spacing:-.04em;font-size:22px;font-weight:900}.site-logo small{color:#777;font-size:12px}.site-nav{background:#fffaf3;border:1px solid #00000014;border-radius:999px;gap:8px;padding:6px;display:inline-flex}.site-nav a{color:#151515;border-radius:999px;padding:10px 14px;font-weight:800;text-decoration:none}.site-nav a:hover{background:#0000000f}.site-cart-button{color:#fff;cursor:pointer;background:#151515;border:0;border-radius:999px;justify-self:end;align-items:center;gap:10px;min-height:42px;padding:0 16px;font-weight:900;display:inline-flex}.site-cart-button span{color:#151515;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:12px;display:inline-flex}.floating-cart-button{display:none}.site-footer{color:#fff;background:#151515;grid-template-columns:1fr auto 1fr;align-items:start;gap:24px;padding:40px;display:grid}.site-footer h2{letter-spacing:-.04em;margin:0;font-size:30px}.site-footer p{color:#ffffffa3;margin:8px 0 0}.site-footer-links{gap:16px;display:flex}.site-footer-links a{color:#fff;font-weight:800;text-decoration:none}.site-footer-note{text-align:right;justify-self:end;max-width:360px}.contacts-hero,.contacts-section{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:24px;max-width:1180px;margin:0 auto;display:grid}.contacts-section{margin-top:28px}.contacts-hero>div,.contacts-card,.contacts-section>div,.contact-form{background:#fffaf3;border:1px solid #00000014;border-radius:28px;padding:38px}.contacts-hero h1,.contacts-section h2{letter-spacing:-.06em;margin:0;font-size:clamp(44px,7vw,86px);line-height:.95}.contacts-hero p,.contacts-section p{color:#555;max-width:680px;font-size:18px;line-height:1.6}.contacts-card{color:#fff;background:#151515;flex-direction:column;justify-content:flex-end;min-height:320px;display:flex}.contacts-card p{color:#ffffffa3}.contacts-label{letter-spacing:.16em;text-transform:uppercase;margin:0 0 8px;font-size:12px}.contacts-card h2{letter-spacing:-.04em;margin:0;font-size:34px}.contact-form{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form label{gap:8px;font-weight:900;display:grid}.contact-form input,.contact-form textarea{width:100%;font:inherit;background:#fff;border:1px solid #00000024;border-radius:14px;padding:13px 14px}.contact-form textarea{resize:vertical;min-height:110px}.contact-form-wide,.contact-form .form-error,.contact-form .form-success,.contact-form button{grid-column:1/-1}@media (max-width:920px){.site-header{grid-template-columns:1fr auto;padding:14px 18px}.site-nav{order:3;grid-column:1/-1;justify-content:center;overflow-x:auto}.site-footer,.contacts-hero,.contacts-section,.contact-form{grid-template-columns:1fr}.site-footer-note{text-align:left;justify-self:start}.contacts-hero>div,.contacts-card,.contacts-section>div,.contact-form{border-radius:22px;padding:24px}}.brand-home{color:#141414;background:#f4f0e8;min-height:100vh;padding:28px}.brand-home-electra{background:radial-gradient(circle at 0 0,#00acba3d,#0000 34%),radial-gradient(circle at 100% 0,#ffc67557,#0000 36%),#f4f0e8}.brand-home-dahon{background:radial-gradient(circle at 0 0,#1e1e1e29,#0000 34%),radial-gradient(circle at 100% 0,#78a3ff3d,#0000 36%),#f3f5f7}.brand-hero{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:24px;max-width:1220px;margin:0 auto;display:grid}.brand-hero-copy,.brand-hero-visual,.brand-stat-card,.brand-category-card,.brand-benefit-card,.brand-product-card,.brand-empty-card,.brand-cta{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #00000014;border-radius:34px;box-shadow:0 24px 80px #1f1b1414}.brand-hero-copy{padding:clamp(36px,6vw,80px)}.brand-eyebrow{color:#6b6b6b;letter-spacing:.16em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:900;line-height:1}.brand-hero-copy h1{letter-spacing:-.075em;max-width:840px;margin:0;font-size:clamp(52px,8vw,108px);line-height:.9}.brand-hero-copy p{color:#505050;max-width:640px;margin:28px 0 0;font-size:20px;line-height:1.55}.brand-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.brand-primary-button,.brand-secondary-button{border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-weight:900;text-decoration:none;display:inline-flex}.brand-primary-button{color:#fff;background:#141414}.brand-secondary-button{color:#141414;background:#ffffff80;border:1px solid #00000024}.brand-hero-visual{justify-content:center;align-items:center;min-height:560px;padding:32px;display:flex;position:relative;overflow:hidden}.brand-product-stage{color:#fff;letter-spacing:-.07em;background:#141414;border-radius:48px;justify-content:center;align-items:center;width:min(100%,430px);height:430px;font-size:48px;font-weight:950;display:flex;transform:rotate(-5deg)}.brand-home-electra .brand-product-stage{background:linear-gradient(145deg,#111,#00acba)}.brand-home-dahon .brand-product-stage{background:linear-gradient(145deg,#111,#3b4a66)}.brand-badge{background:#fff;border-radius:999px;max-width:240px;padding:14px 18px;font-size:13px;font-weight:900;position:absolute;bottom:28px;right:28px;box-shadow:0 18px 50px #00000024}.brand-stats,.brand-section,.brand-cta{max-width:1220px;margin:24px auto 0}.brand-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.brand-stat-card{gap:8px;padding:26px;display:grid}.brand-stat-card strong{letter-spacing:-.06em;font-size:36px}.brand-stat-card span{color:#606060;font-weight:800}.brand-section-heading{gap:8px;margin-bottom:16px;display:grid}.brand-section-heading h2,.brand-cta h2{letter-spacing:-.06em;max-width:760px;margin:0;font-size:clamp(34px,5vw,64px);line-height:.96}.brand-category-grid,.brand-benefit-grid,.brand-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.brand-category-card,.brand-benefit-card,.brand-empty-card{min-height:220px;color:inherit;padding:28px;text-decoration:none}.brand-category-card span{color:#777;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:900}.brand-category-card h3,.brand-benefit-card h3,.brand-empty-card h3{letter-spacing:-.05em;margin:42px 0 12px;font-size:28px;line-height:1.04}.brand-benefit-card h3,.brand-empty-card h3{margin-top:0}.brand-category-card p,.brand-benefit-card p,.brand-empty-card p,.brand-cta p{color:#555;margin:0;font-size:16px;line-height:1.55}.brand-product-card{color:inherit;text-decoration:none;overflow:hidden}.brand-product-image{color:#777;background:#14141414;justify-content:center;align-items:center;min-height:280px;font-weight:900;display:flex}.brand-product-image img{object-fit:cover;width:100%;height:100%}.brand-product-body{padding:22px}.brand-product-body p{color:#777;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.brand-product-body h3{letter-spacing:-.05em;margin:0 0 18px;font-size:24px;line-height:1.08}.brand-product-body strong{font-size:20px}.brand-cta{justify-content:space-between;align-items:flex-end;gap:32px;padding:42px;display:flex}.brand-cta .brand-actions{margin-top:0}@media (max-width:920px){.brand-home{padding:16px}.brand-hero,.brand-stats,.brand-category-grid,.brand-benefit-grid,.brand-product-grid,.brand-cta{grid-template-columns:1fr}.brand-hero-copy,.brand-hero-visual,.brand-stat-card,.brand-category-card,.brand-benefit-card,.brand-empty-card,.brand-cta{border-radius:24px}.brand-hero-copy{padding:30px 24px}.brand-hero-visual{min-height:340px}.brand-product-stage{height:300px}.brand-cta{padding:28px;display:grid}}.electra-home{color:#171717;background:radial-gradient(circle at 10% 10%,#00acba47,#0000 28%),radial-gradient(circle at 90% 0,#ffbe7357,#0000 34%),#f7f1e8;min-height:100vh;padding:28px}.electra-hero{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:24px;max-width:1240px;margin:0 auto;display:grid}.electra-hero-copy,.electra-hero-visual,.electra-lifestyle-strip,.electra-category-card,.electra-empty-card,.electra-product-card,.electra-cta{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf5d6;border:1px solid #00000014;border-radius:38px;box-shadow:0 28px 90px #2a201214}.electra-hero-copy{padding:clamp(36px,6vw,82px)}.electra-eyebrow{color:#008d98;letter-spacing:.18em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:950}.electra-hero-copy h1{letter-spacing:-.08em;max-width:850px;margin:0;font-size:clamp(54px,8vw,112px);line-height:.88}.electra-hero-copy p{color:#545454;max-width:640px;margin:30px 0 0;font-size:20px;line-height:1.55}.electra-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.electra-primary-button,.electra-secondary-button{border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 24px;font-weight:950;text-decoration:none;display:inline-flex}.electra-primary-button{color:#fff;background:#00acba}.electra-secondary-button{color:#007982;background:#fff;border:1px solid #00acba59}.electra-hero-visual{background:linear-gradient(145deg,#00acba26,#ffc57a3d),#fffcf5d6;justify-content:center;align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.electra-bike-shape{color:#fff;letter-spacing:-.08em;background:linear-gradient(145deg,#00acba,#111);border-radius:50%;justify-content:center;align-items:center;width:min(100%,430px);height:430px;font-size:50px;font-weight:950;display:flex;transform:rotate(-7deg)}.electra-floating-note{color:#008d98;background:#fff;border-radius:999px;padding:14px 18px;font-weight:950;position:absolute;bottom:28px;right:28px;box-shadow:0 18px 50px #00000024}.electra-lifestyle-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1240px;margin:24px auto 0;padding:18px;display:grid}.electra-lifestyle-strip div{background:#fff;border-radius:28px;padding:24px}.electra-lifestyle-strip span{color:#00acba;font-size:14px;font-weight:950}.electra-lifestyle-strip p{letter-spacing:-.05em;margin:16px 0 0;font-size:24px;font-weight:950}.electra-section{max-width:1240px;margin:30px auto 0}.electra-section-heading{margin-bottom:16px}.electra-section-heading h2,.electra-cta h2{letter-spacing:-.07em;max-width:760px;margin:0;font-size:clamp(36px,5vw,68px);line-height:.94}.electra-category-grid,.electra-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.electra-category-card,.electra-empty-card{min-height:240px;color:inherit;padding:30px;text-decoration:none}.electra-category-card span{color:#00acba;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-category-card h3,.electra-empty-card h3{letter-spacing:-.06em;margin:46px 0 12px;font-size:30px;line-height:1.02}.electra-category-card p,.electra-empty-card p,.electra-cta p{color:#555;margin:0;line-height:1.55}.electra-product-card{color:inherit;text-decoration:none;overflow:hidden}.electra-product-image{color:#00acba;background:#e7ded1;justify-content:center;align-items:center;min-height:290px;font-size:24px;font-weight:950;display:flex}.electra-product-image img{object-fit:cover;width:100%;height:100%}.electra-product-body{padding:24px}.electra-product-body p{color:#777;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:950}.electra-product-body h3{letter-spacing:-.05em;margin:0 0 18px;font-size:25px;line-height:1.08}.electra-product-body strong{font-size:20px}.electra-cta{justify-content:space-between;align-items:flex-end;gap:24px;max-width:1240px;margin:30px auto 0;padding:42px;display:flex}.dahon-home{color:#101419;background:linear-gradient(#eef2f6 0%,#fff 42%,#edf0f4 100%);min-height:100vh;padding:28px}.dahon-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:18px;max-width:1240px;margin:0 auto;display:grid}.dahon-hero-panel,.dahon-spec-panel,.dahon-module,.dahon-category-row,.dahon-empty-card,.dahon-product-card,.dahon-cta{background:#fff;border:1px solid #1014191f;border-radius:18px;box-shadow:0 18px 60px #1014190f}.dahon-hero-panel{color:#fff;background:linear-gradient(135deg,#111820,#253246);padding:clamp(34px,6vw,78px)}.dahon-eyebrow{color:#8fb3ff;letter-spacing:.18em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:950}.dahon-hero-panel h1{letter-spacing:-.07em;max-width:820px;margin:0;font-size:clamp(48px,7vw,96px);line-height:.92}.dahon-hero-panel p{color:#ffffffb8;max-width:620px;margin:28px 0 0;font-size:19px;line-height:1.55}.dahon-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.dahon-primary-button,.dahon-secondary-button{border-radius:12px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-primary-button{color:#101419;background:#8fb3ff}.dahon-secondary-button{color:#fff;border:1px solid #ffffff38}.dahon-spec-panel{background:#dfe5ee;grid-template-columns:1fr 1fr;gap:12px;padding:14px;display:grid}.dahon-module{flex-direction:column;justify-content:space-between;min-height:170px;padding:24px;display:flex}.dahon-module span{color:#667080;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-module strong{letter-spacing:-.05em;font-size:25px;line-height:1.02}.dahon-module.dark{color:#fff;background:#101419;grid-column:span 2;min-height:220px}.dahon-section{max-width:1240px;margin:30px auto 0}.dahon-section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:16px;display:flex}.dahon-section-heading h2,.dahon-cta h2{letter-spacing:-.06em;max-width:760px;margin:0;font-size:clamp(34px,5vw,62px);line-height:.96}.dahon-category-list{gap:10px;display:grid}.dahon-category-row{color:inherit;grid-template-columns:.8fr 1fr auto;align-items:center;gap:20px;padding:24px;text-decoration:none;display:grid}.dahon-category-row span{letter-spacing:-.04em;font-size:24px;font-weight:950}.dahon-category-row p{color:#667080;margin:0}.dahon-category-row strong{font-size:24px}.dahon-empty-card{padding:28px}.dahon-product-grid{gap:12px;display:grid}.dahon-product-card{color:inherit;grid-template-columns:260px 1fr;text-decoration:none;display:grid;overflow:hidden}.dahon-product-image{color:#101419;background:#dfe5ee;justify-content:center;align-items:center;min-height:210px;font-weight:950;display:flex}.dahon-product-image img{object-fit:cover;width:100%;height:100%}.dahon-product-body{justify-content:space-between;align-items:center;gap:24px;padding:28px;display:flex}.dahon-product-body p{color:#667080;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:950}.dahon-product-body h3{letter-spacing:-.06em;margin:0;font-size:30px;line-height:1.02}.dahon-product-body strong{white-space:nowrap;font-size:22px}.dahon-cta{color:#fff;background:#101419;justify-content:space-between;align-items:flex-end;gap:24px;max-width:1240px;margin:30px auto 0;padding:42px;display:flex}.dahon-cta p{color:#ffffffad;max-width:660px}@media (max-width:920px){.electra-home,.dahon-home{padding:16px}.electra-hero,.electra-lifestyle-strip,.electra-category-grid,.electra-product-grid,.electra-cta,.dahon-hero,.dahon-spec-panel,.dahon-category-row,.dahon-product-card,.dahon-cta{grid-template-columns:1fr}.electra-hero-visual,.electra-bike-shape{min-height:320px}.electra-bike-shape{width:300px;height:300px}.electra-cta,.dahon-cta{padding:28px;display:grid}.dahon-module.dark{grid-column:span 1}.dahon-product-body{display:grid}.dahon-product-body strong{white-space:normal}}.electra-catalog{color:#171717;background:radial-gradient(circle at 0 0,#00acba3d,#0000 34%),radial-gradient(circle at 100% 0,#ffc6754d,#0000 36%),#f7f1e8;min-height:100vh;padding:28px}.electra-catalog-hero,.electra-catalog-filters,.electra-catalog-card,.electra-catalog-empty{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf5db;border:1px solid #00000014;border-radius:34px;box-shadow:0 24px 80px #2a201214}.electra-catalog-hero{max-width:1240px;margin:0 auto;padding:clamp(34px,6vw,72px)}.electra-catalog-hero h1{letter-spacing:-.075em;max-width:900px;margin:0;font-size:clamp(48px,7vw,96px);line-height:.9}.electra-catalog-hero p{color:#555;max-width:680px;margin:26px 0 0;font-size:19px;line-height:1.55}.electra-catalog-filters{flex-wrap:wrap;gap:10px;max-width:1240px;margin:22px auto 0;padding:14px;display:flex}.electra-catalog-filters a{color:#007982;border-radius:999px;padding:12px 16px;font-weight:950;text-decoration:none}.electra-catalog-filters a.is-active{color:#fff;background:#00acba}.electra-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1240px;margin:22px auto 0;display:grid}.electra-catalog-card{color:inherit;text-decoration:none;overflow:hidden}.electra-catalog-image{color:#00acba;background:#e7ded1;justify-content:center;align-items:center;min-height:320px;font-size:24px;font-weight:950;display:flex}.electra-catalog-image img{object-fit:cover;width:100%;height:100%}.electra-catalog-body{padding:24px}.electra-catalog-body p{color:#777;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:950}.electra-catalog-body h2{letter-spacing:-.06em;margin:0 0 14px;font-size:28px;line-height:1.05}.electra-catalog-description{color:#555;margin-bottom:18px;line-height:1.45;display:block}.electra-catalog-body strong{font-size:21px}.electra-catalog-empty{grid-column:1/-1;padding:34px}.dahon-catalog{color:#101419;background:linear-gradient(#eef2f6 0%,#fff 48%,#edf0f4 100%);min-height:100vh;padding:28px}.dahon-catalog-hero{grid-template-columns:minmax(0,1fr) 320px;gap:18px;max-width:1240px;margin:0 auto;display:grid}.dahon-catalog-hero>div,.dahon-catalog-side,.dahon-catalog-sidebar,.dahon-catalog-row,.dahon-catalog-empty{background:#fff;border:1px solid #1014191f;border-radius:18px;box-shadow:0 18px 60px #1014190f}.dahon-catalog-hero>div:first-child{color:#fff;background:#101419;padding:clamp(34px,6vw,70px)}.dahon-catalog-hero h1{letter-spacing:-.07em;max-width:900px;margin:0;font-size:clamp(44px,6vw,86px);line-height:.92}.dahon-catalog-hero p{color:#ffffffb8;max-width:680px;margin:26px 0 0;font-size:18px;line-height:1.55}.dahon-catalog-side{background:#dfe5ee;flex-direction:column;justify-content:space-between;min-height:320px;padding:26px;display:flex}.dahon-catalog-side span{color:#667080;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-catalog-side strong{letter-spacing:-.06em;font-size:34px;line-height:1}.dahon-catalog-layout{grid-template-columns:280px 1fr;gap:18px;max-width:1240px;margin:22px auto 0;display:grid}.dahon-catalog-sidebar{align-self:start;gap:8px;padding:18px;display:grid}.dahon-catalog-sidebar a{color:#101419;border-radius:12px;padding:13px 14px;font-weight:900;text-decoration:none}.dahon-catalog-sidebar a.is-active{color:#fff;background:#101419}.dahon-catalog-list{gap:12px;display:grid}.dahon-catalog-row{color:inherit;grid-template-columns:220px 1fr auto;align-items:center;gap:24px;text-decoration:none;display:grid;overflow:hidden}.dahon-catalog-thumb{background:#dfe5ee;justify-content:center;align-items:center;min-height:190px;font-weight:950;display:flex}.dahon-catalog-thumb img{object-fit:cover;width:100%;height:100%}.dahon-catalog-info{padding:24px 0}.dahon-catalog-info p{color:#667080;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:950}.dahon-catalog-info h2{letter-spacing:-.06em;margin:0 0 10px;font-size:30px;line-height:1.02}.dahon-catalog-info span{color:#667080;line-height:1.45}.dahon-catalog-row>strong{white-space:nowrap;padding-right:24px;font-size:22px}.dahon-catalog-empty{padding:34px}@media (max-width:920px){.electra-catalog,.dahon-catalog{padding:16px}.electra-catalog-grid,.dahon-catalog-hero,.dahon-catalog-layout,.dahon-catalog-row{grid-template-columns:1fr}.dahon-catalog-row>strong{white-space:normal;padding:0 24px 24px}.dahon-catalog-info{padding:24px 24px 0}.dahon-catalog-sidebar{position:static}}.collection-page{color:#171717;min-height:100vh;padding:28px}.collection-page-electra{background:radial-gradient(circle at 0 0,#00acba3d,#0000 34%),radial-gradient(circle at 100% 0,#ffc6754d,#0000 36%),#f7f1e8}.collection-page-dahon{background:linear-gradient(#eef2f6 0%,#fff 48%,#edf0f4 100%)}.collection-hero,.collection-intro,.collection-feature-card,.collection-product-card,.collection-empty,.collection-request{background:#ffffffd6;border:1px solid #00000014;box-shadow:0 24px 80px #1f1b1414}.collection-page-electra .collection-hero,.collection-page-electra .collection-intro,.collection-page-electra .collection-feature-card,.collection-page-electra .collection-product-card,.collection-page-electra .collection-empty,.collection-page-electra .collection-request{border-radius:34px}.collection-page-dahon .collection-hero,.collection-page-dahon .collection-intro,.collection-page-dahon .collection-feature-card,.collection-page-dahon .collection-product-card,.collection-page-dahon .collection-empty,.collection-page-dahon .collection-request{border-radius:18px}.collection-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:20px;max-width:1240px;margin:0 auto;display:grid;overflow:hidden}.collection-hero-copy{padding:clamp(34px,6vw,72px)}.collection-back-link{color:inherit;margin-bottom:24px;font-weight:900;text-decoration:none;display:inline-flex}.collection-eyebrow{color:#667080;letter-spacing:.16em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:950}.collection-page-electra .collection-eyebrow{color:#008d98}.collection-hero h1{letter-spacing:-.075em;max-width:900px;margin:0;font-size:clamp(48px,7vw,96px);line-height:.9}.collection-hero p{color:#555;max-width:680px;margin:26px 0 0;font-size:19px;line-height:1.55}.collection-hero-visual{color:#667080;letter-spacing:-.05em;background:#e7ded1;justify-content:center;align-items:center;min-height:460px;font-size:34px;font-weight:950;display:flex}.collection-page-dahon .collection-hero-visual{background:#dfe5ee}.collection-hero-visual img{object-fit:cover;width:100%;height:100%}.collection-intro{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:28px;max-width:1240px;margin:22px auto 0;padding:38px;display:grid}.collection-intro h2,.collection-section-heading h2,.collection-request h2{letter-spacing:-.06em;margin:0;font-size:clamp(34px,5vw,64px);line-height:.96}.collection-intro>p,.collection-request p{color:#555;margin:0;font-size:18px;line-height:1.6}.collection-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1240px;margin:22px auto 0;display:grid}.collection-feature-card{min-height:240px;padding:28px}.collection-feature-card span{color:#667080;font-size:13px;font-weight:950}.collection-page-electra .collection-feature-card span{color:#00acba}.collection-feature-card h3{letter-spacing:-.05em;margin:42px 0 12px;font-size:28px;line-height:1.04}.collection-feature-card p{color:#555;margin:0;line-height:1.55}.collection-products-section{max-width:1240px;margin:30px auto 0}.collection-section-heading{margin-bottom:16px}.collection-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.collection-product-card{color:inherit;text-decoration:none;overflow:hidden}.collection-product-image{color:#777;background:#e7ded1;justify-content:center;align-items:center;min-height:290px;font-weight:950;display:flex}.collection-page-dahon .collection-product-image{background:#dfe5ee}.collection-product-image img{object-fit:cover;width:100%;height:100%}.collection-product-body{padding:24px}.collection-product-body p{color:#777;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:950}.collection-product-body h3{letter-spacing:-.05em;margin:0 0 18px;font-size:25px;line-height:1.08}.collection-product-body strong{font-size:20px}.collection-empty{padding:34px}.collection-request{grid-template-columns:minmax(0,.78fr) minmax(360px,1fr);gap:28px;max-width:1240px;margin:30px auto 0;padding:38px;display:grid}@media (max-width:920px){.collection-page{padding:16px}.collection-hero,.collection-intro,.collection-feature-grid,.collection-product-grid,.collection-request{grid-template-columns:1fr}.collection-hero-visual{min-height:320px}.collection-intro,.collection-request{padding:24px}}.electra-product-page{color:#171717;background:radial-gradient(circle at 0 0,#00acba3d,#0000 34%),radial-gradient(circle at 100% 0,#ffc6754d,#0000 36%),#f7f1e8;min-height:100vh;padding:28px}.electra-product-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:22px;max-width:1240px;margin:0 auto;display:grid}.electra-product-gallery,.electra-product-info,.electra-product-story,.electra-spec-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf5db;border:1px solid #00000014;border-radius:38px;box-shadow:0 28px 90px #2a201214}.electra-product-gallery{background:#e7ded1;min-height:640px;overflow:hidden}.electra-product-gallery img{object-fit:cover;width:100%;height:100%}.electra-product-placeholder{color:#00acba;letter-spacing:-.08em;justify-content:center;align-items:center;height:100%;min-height:640px;font-size:54px;font-weight:950;display:flex}.electra-product-info{flex-direction:column;justify-content:center;padding:42px;display:flex}.electra-product-back{color:#007982;margin-bottom:28px;font-weight:950;text-decoration:none;display:inline-flex}.electra-product-info h1{letter-spacing:-.075em;margin:0;font-size:clamp(44px,6vw,82px);line-height:.92}.electra-product-subtitle{color:#555;margin:24px 0 0;font-size:18px;line-height:1.55}.electra-product-price-row{align-items:baseline;gap:14px;margin:30px 0;display:flex}.electra-product-price-row strong{letter-spacing:-.04em;font-size:34px}.electra-product-price-row span{color:#888;text-decoration:line-through}.electra-product-meta{grid-template-columns:1fr;gap:10px;margin-top:28px;display:grid}.electra-product-meta div{border-top:1px solid #00000014;justify-content:space-between;gap:20px;padding-top:12px;display:flex}.electra-product-meta span{color:#777}.electra-product-story{grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:28px;max-width:1240px;margin:24px auto 0;padding:42px;display:grid}.electra-product-story h2,.electra-product-section-heading h2{letter-spacing:-.06em;margin:0;font-size:clamp(34px,5vw,64px);line-height:.96}.electra-product-story>p{color:#555;margin:0;font-size:18px;line-height:1.6}.electra-product-specs{max-width:1240px;margin:30px auto 0}.electra-product-section-heading{margin-bottom:16px}.electra-spec-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.electra-spec-card{min-height:150px;padding:24px}.electra-spec-card span{color:#00acba;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-spec-card strong{letter-spacing:-.05em;margin-top:24px;font-size:24px;line-height:1.08;display:block}.dahon-product-page{color:#101419;background:linear-gradient(#eef2f6 0%,#fff 48%,#edf0f4 100%);min-height:100vh;padding:28px}.dahon-product-layout{grid-template-columns:minmax(0,1fr) 360px;gap:18px;max-width:1240px;margin:0 auto;display:grid}.dahon-product-main,.dahon-product-summary,.dahon-product-media,.dahon-product-description,.dahon-product-specs{background:#fff;border:1px solid #1014191f;border-radius:18px;box-shadow:0 18px 60px #1014190f}.dahon-product-main{color:#fff;background:#101419;padding:clamp(34px,6vw,72px)}.dahon-product-back{color:#8fb3ff;margin-bottom:28px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-product-main h1{letter-spacing:-.07em;max-width:880px;margin:0;font-size:clamp(44px,6vw,86px);line-height:.92}.dahon-product-main p{color:#ffffffb8;max-width:680px;margin:24px 0 0;font-size:18px;line-height:1.55}.dahon-product-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.dahon-product-main .primary-button{color:#101419;background:#8fb3ff;border-radius:12px}.dahon-secondary-product-button{color:#fff;border:1px solid #ffffff38;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-product-summary{align-content:start;gap:0;padding:18px;display:grid}.dahon-product-summary div{border-bottom:1px solid #1014191a;gap:8px;padding:18px 0;display:grid}.dahon-product-summary div:last-child{border-bottom:0}.dahon-product-summary span{color:#667080;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-product-summary strong{letter-spacing:-.05em;font-size:24px;line-height:1.05}.dahon-product-summary del{color:#77808d}.dahon-product-media{color:#101419;letter-spacing:-.07em;background:#dfe5ee;justify-content:center;align-items:center;max-width:1240px;min-height:560px;margin:18px auto 0;font-size:42px;font-weight:950;display:flex;overflow:hidden}.dahon-product-media img{object-fit:cover;width:100%;height:100%}.dahon-product-details{grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);gap:18px;max-width:1240px;margin:18px auto 0;display:grid}.dahon-product-description,.dahon-product-specs{padding:34px}.dahon-product-description h2{letter-spacing:-.06em;margin:0;font-size:clamp(34px,5vw,62px);line-height:.96}.dahon-product-description p:last-child{color:#667080;font-size:18px;line-height:1.6}.dahon-product-specs dl{margin:0}.dahon-spec-row-product{border-bottom:1px solid #1014191a;grid-template-columns:.8fr 1fr;gap:18px;padding:16px 0;display:grid}.dahon-spec-row-product dt{color:#667080}.dahon-spec-row-product dd{margin:0;font-weight:950}@media (max-width:920px){.electra-product-page,.dahon-product-page{padding:16px}.electra-product-hero,.electra-product-story,.electra-spec-grid,.dahon-product-layout,.dahon-product-details{grid-template-columns:1fr}.electra-product-gallery,.electra-product-placeholder,.dahon-product-media{min-height:340px}.electra-product-info,.electra-product-story,.dahon-product-main,.dahon-product-description,.dahon-product-specs{padding:24px}}.product-v2-page{min-height:100vh}.product-v2-hero,.product-v2-story,.product-v2-section,.product-v2-split,.product-v2-trust-row{max-width:1240px;margin-left:auto;margin-right:auto}.product-v2-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.62fr);gap:22px;display:grid}.product-v2-gallery,.product-v2-buybox,.product-v2-story,.product-v2-section,.product-v2-split,.product-v2-trust-row>div{background:#ffffffdb;border:1px solid #00000014;box-shadow:0 28px 90px #2a201214}.product-v2-hero-electra .product-v2-gallery,.product-v2-hero-electra .product-v2-buybox,.product-v2-story-electra,.product-v2-split-electra,.product-v2-section,.product-v2-trust-row>div{border-radius:34px}.product-v2-hero-dahon .product-v2-gallery,.product-v2-hero-dahon .product-v2-buybox,.product-v2-story-dahon,.product-v2-split-dahon,.product-v2-section-dahon,.product-v2-trust-row-dahon>div{border-radius:18px}.product-v2-gallery{background:#e7ded1;min-height:720px;overflow:hidden}.product-v2-gallery-dahon{background:#dfe5ee}.product-v2-gallery img{object-fit:cover;width:100%;height:100%}.product-v2-placeholder{letter-spacing:-.08em;justify-content:center;align-items:center;height:100%;min-height:720px;font-size:clamp(44px,8vw,96px);font-weight:950;display:flex}.product-v2-placeholder-electra{color:#00acba}.product-v2-placeholder-dahon{color:#101419}.product-v2-buybox{align-self:start;padding:34px;position:sticky;top:108px}.product-v2-buybox-dahon{color:#fff;background:#101419}.product-v2-back{color:#007982;margin-bottom:24px;font-weight:950;text-decoration:none;display:inline-flex}.product-v2-back-dahon{color:#8fb3ff}.product-v2-buybox h1{letter-spacing:-.07em;margin:0;font-size:clamp(36px,5vw,62px);line-height:.94}.product-v2-lead{color:#555;margin:18px 0 0;font-size:17px;line-height:1.55}.product-v2-buybox-dahon .product-v2-lead{color:#ffffffb8}.product-v2-price-row{align-items:baseline;gap:12px;margin:26px 0;display:flex}.product-v2-price-row strong{letter-spacing:-.05em;font-size:32px}.product-v2-price-row span{color:#888;text-decoration:line-through}.product-v2-key-specs{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px;display:grid}.product-v2-key-specs div{background:#00acba14;border-radius:18px;padding:16px}.product-v2-key-specs-dahon div{background:#ffffff14;border-radius:12px}.product-v2-key-specs span{color:#777;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:950;display:block}.product-v2-key-specs-dahon span{color:#ffffff8a}.product-v2-key-specs strong{font-size:18px;line-height:1.1;display:block}.product-v2-variants{margin-bottom:24px}.product-v2-variants p{letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:950}.product-v2-variants>div{flex-wrap:wrap;gap:8px;display:flex}.product-v2-variants span{background:#fff;border:1px solid #0000001f;border-radius:999px;padding:9px 12px;font-weight:800}.product-v2-variants-dahon span{background:#ffffff14;border-color:#ffffff29}.product-v2-variants span.is-disabled{opacity:.42;text-decoration:line-through}.product-v2-actions{gap:10px;display:grid}.product-v2-actions .primary-button,.product-v2-secondary-button{width:100%;min-height:52px}.product-v2-secondary-button{color:#171717;border:1px solid #00000024;border-radius:999px;justify-content:center;align-items:center;font-weight:950;text-decoration:none;display:inline-flex}.product-v2-secondary-button-dahon{color:#fff;border-color:#ffffff38;border-radius:12px}.product-v2-cta-note{color:#555;margin:16px 0 0;font-size:14px;line-height:1.45}.product-v2-buybox-dahon .product-v2-cta-note{color:#ffffffad}.product-v2-trust{gap:10px;margin-top:22px;display:grid}.product-v2-trust div{border-top:1px solid #00000014;gap:4px;padding-top:12px;display:grid}.product-v2-trust span,.product-v2-trust-row span{color:#777;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.product-v2-trust strong,.product-v2-trust-row strong{font-size:15px}.product-v2-trust-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.product-v2-trust-row>div{background:#fff;gap:8px;padding:22px;display:grid}.product-v2-story,.product-v2-split{grid-template-columns:minmax(0,.74fr) minmax(0,1fr);gap:28px;margin-top:22px;padding:42px;display:grid}.product-v2-story h2,.product-v2-split h2,.product-v2-section-heading h2{letter-spacing:-.06em;margin:0;font-size:clamp(34px,5vw,64px);line-height:.96}.product-v2-story>p{color:#555;margin:0;font-size:18px;line-height:1.6}.product-v2-story-dahon>p{color:#667080}.product-v2-section{margin-top:30px;padding:42px}.product-v2-section-dahon{background:#fff}.product-v2-section-heading{margin-bottom:18px}.product-v2-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.product-v2-soft-card,.product-v2-tech-card{background:#fff;border:1px solid #00000014;border-radius:24px;padding:24px}.product-v2-tech-card{border-color:#1014191f;border-radius:14px}.product-v2-soft-card span,.product-v2-tech-card span{color:#007982;letter-spacing:.12em;text-transform:uppercase;margin-bottom:24px;font-size:12px;font-weight:950;display:block}.product-v2-tech-card span{color:#667080}.product-v2-soft-card p,.product-v2-tech-card p{color:#171717;margin:0;font-size:18px;font-weight:800;line-height:1.45}.product-v2-rows{gap:14px;display:grid}.product-v2-rows article{border-bottom:1px solid #00000014;padding-bottom:16px}.product-v2-rows h3{letter-spacing:-.04em;margin:0 0 8px;font-size:24px}.product-v2-rows p{color:#555;margin:0;line-height:1.55}.product-v2-component-groups{gap:14px;display:grid}.product-v2-component-group{background:#fff;border:1px solid #00000014;border-radius:24px;overflow:hidden}.product-v2-component-groups-dahon .product-v2-component-group{border-color:#1014191f;border-radius:14px}.product-v2-component-group h3{letter-spacing:-.04em;background:#00acba14;margin:0;padding:20px 22px;font-size:24px}.product-v2-component-groups-dahon h3{color:#fff;background:#101419}.product-v2-component-group dl{margin:0}.product-v2-component-group dl div{border-top:1px solid #00000014;grid-template-columns:.8fr 1fr;gap:16px;padding:16px 22px;display:grid}.product-v2-component-group dt{color:#777}.product-v2-component-group dd{margin:0;font-weight:900}.product-v2-check-list{margin:0;padding:0;list-style:none}.product-v2-check-list li{border-bottom:1px solid #00000014;padding:14px 0;font-weight:900}.product-v2-faq{gap:10px;display:grid}.product-v2-faq details{background:#fff;border:1px solid #00000014;border-radius:18px;padding:18px 20px}.product-v2-faq-dahon details{border-color:#1014191f;border-radius:12px}.product-v2-faq summary{cursor:pointer;font-weight:950}.product-v2-faq p{color:#555;margin:14px 0 0;line-height:1.55}@media (max-width:920px){.product-v2-hero,.product-v2-story,.product-v2-split,.product-v2-card-grid,.product-v2-trust-row{grid-template-columns:1fr}.product-v2-gallery,.product-v2-placeholder{min-height:340px}.product-v2-buybox{position:static}.product-v2-buybox,.product-v2-story,.product-v2-section,.product-v2-split{padding:24px}.product-v2-component-group dl div{grid-template-columns:1fr;gap:6px}}.site-logo img{object-fit:contain;width:auto;max-width:150px;max-height:34px;display:block}.site-header-actions{justify-self:end;align-items:center;gap:10px;display:inline-flex}.site-phone-link{color:#151515;font-weight:900;text-decoration:none}.site-footer-contacts{gap:6px;margin-top:16px;display:grid}.site-footer-contacts a{color:#fff;font-weight:800;text-decoration:none}.site-footer-note{gap:6px;display:grid}.contacts-card-list{gap:10px;margin-top:18px;display:grid}.contacts-card-list a{color:#fff;font-size:18px;font-weight:900;text-decoration:none}.contacts-card-list p{margin:0}.contacts-details-section{grid-template-columns:1fr 1fr;gap:24px;max-width:1180px;margin:28px auto 0;display:grid}.contacts-detail-card{background:#fffaf3;border:1px solid #00000014;border-radius:28px;padding:38px}.contacts-detail-card h2{letter-spacing:-.05em;margin:0;font-size:clamp(28px,4vw,46px);line-height:1}.contacts-social-links{flex-wrap:wrap;gap:10px;display:flex}.contacts-social-links a{color:#fff;background:#151515;border-radius:999px;align-items:center;min-height:42px;padding:0 16px;font-weight:900;text-decoration:none;display:inline-flex}@media (max-width:920px){.site-header-actions{justify-self:end}.site-phone-link{display:none}.contacts-details-section{grid-template-columns:1fr}.contacts-detail-card{border-radius:22px;padding:24px}}.dahon-benefit-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.dahon-benefit-panel .dahon-module p{color:#667080;margin:18px 0 0;line-height:1.5}@media (max-width:920px){.dahon-benefit-panel{grid-template-columns:1fr}}.brand-hero-video{object-fit:cover;width:100%;height:100%;display:block}.electra-hero-visual .brand-hero-video{position:absolute;inset:0}.electra-hero-visual:has(.brand-hero-video){background:#111}.electra-hero-visual:has(.brand-hero-video):after{content:"";pointer-events:none;background:linear-gradient(#0000000d,#00000047),radial-gradient(circle at 100% 100%,#00acba52,#0000 36%);position:absolute;inset:0}.electra-hero-visual .electra-floating-note{z-index:2}.dahon-video-module{background:#101419;border-radius:18px;grid-column:span 2;min-height:360px;overflow:hidden}.dahon-video-module .brand-hero-video{min-height:360px}@media (max-width:920px){.dahon-video-module{grid-column:span 1;min-height:300px}.dahon-video-module .brand-hero-video{min-height:300px}}body,.electra-home,.electra-catalog,.collection-page-electra,.electra-product-page{font-family:var(--font-body)}.electra-home h1,.electra-home h2,.electra-home h3,.electra-catalog h1,.electra-catalog h2,.collection-page-electra h1,.collection-page-electra h2,.collection-page-electra h3,.electra-product-page h1,.electra-product-page h2,.electra-product-page h3{font-family:var(--font-electra-heading)}.dahon-home,.dahon-catalog,.collection-page-dahon,.dahon-product-page{font-family:var(--font-body)}.dahon-home h1,.dahon-home h2,.dahon-home h3,.dahon-catalog h1,.dahon-catalog h2,.collection-page-dahon h1,.collection-page-dahon h2,.collection-page-dahon h3,.dahon-product-page h1,.dahon-product-page h2,.dahon-product-page h3{font-family:var(--font-dahon-heading)}.woom-page{font-family:var(--font-body)}.woom-page h1,.woom-page h2,.woom-page h3,.woom-product-card{font-family:var(--font-woom-heading)}.reveal-on-scroll{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(22px)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}a,button,summary,.site-cart-button,.primary-button,.brand-primary-button,.brand-secondary-button,.electra-primary-button,.electra-secondary-button,.dahon-primary-button,.dahon-secondary-button,.woom-primary-button,.woom-secondary-button,.product-v2-secondary-button{transition:transform .18s,opacity .18s,background-color .18s,color .18s,border-color .18s,box-shadow .18s}button:hover,.site-cart-button:hover,.primary-button:hover,.brand-primary-button:hover,.brand-secondary-button:hover,.electra-primary-button:hover,.electra-secondary-button:hover,.dahon-primary-button:hover,.dahon-secondary-button:hover,.woom-primary-button:hover,.woom-secondary-button:hover,.product-v2-secondary-button:hover{transform:translateY(-1px)}.electra-category-card,.electra-product-card,.electra-catalog-card,.dahon-category-row,.dahon-product-card,.dahon-catalog-row,.collection-product-card,.product-v2-soft-card,.product-v2-tech-card,.woom-benefit-card,.brand-product-card,.brand-category-card{transition:transform .22s,box-shadow .22s,border-color .22s}.electra-category-card:hover,.electra-product-card:hover,.electra-catalog-card:hover,.dahon-category-row:hover,.dahon-product-card:hover,.dahon-catalog-row:hover,.collection-product-card:hover,.product-v2-soft-card:hover,.product-v2-tech-card:hover,.woom-benefit-card:hover,.brand-product-card:hover,.brand-category-card:hover{transform:translateY(-4px);box-shadow:0 30px 90px #1414141f}.electra-bike-shape,.woom-product-card{animation:5s ease-in-out infinite soft-float}@keyframes soft-float{0%{transform:translateY(0)rotate(-4deg)}50%{transform:translateY(-8px)rotate(-3deg)}to{transform:translateY(0)rotate(-4deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal-on-scroll{opacity:1;transform:none}}.electra-v2{color:#151515;min-height:100vh;font-family:var(--font-body);background:radial-gradient(circle at 8% 4%,#00acba2e,#0000 30%),radial-gradient(circle at 92% 0,#e0ae7438,#0000 34%),linear-gradient(#fbf7ef 0%,#f5efe5 52%,#fbf7ef 100%);padding:24px}.electra-v2 h1,.electra-v2 h2,.electra-v2 h3{font-family:var(--font-electra-heading)}.electra-v2-hero{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:18px;max-width:1320px;margin:0 auto;display:grid}.electra-v2-hero-copy,.electra-v2-hero-media,.electra-v2-scenarios,.electra-v2-category,.electra-v2-empty,.electra-v2-feature-band,.electra-v2-product,.electra-v2-cta{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf7d1;border:1px solid #1e181214;box-shadow:0 28px 90px #382a1812}.electra-v2-hero-copy,.electra-v2-hero-media,.electra-v2-scenarios,.electra-v2-feature-band,.electra-v2-cta{border-radius:36px}.electra-v2-hero-copy{flex-direction:column;justify-content:center;min-height:680px;padding:clamp(34px,6vw,76px);display:flex}.electra-v2-kicker{color:#008c96;letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:950;line-height:1}.electra-v2-hero-copy h1{letter-spacing:-.08em;max-width:820px;margin:0;font-size:clamp(54px,8vw,116px);line-height:.86}.electra-v2-hero-copy>p{color:#5d5a55;max-width:640px;margin:30px 0 0;font-size:20px;line-height:1.55}.electra-v2-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.electra-v2-primary,.electra-v2-secondary{border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 24px;font-weight:950;text-decoration:none;display:inline-flex}.electra-v2-primary{color:#fff;background:#00acba;box-shadow:0 16px 40px #00acba38}.electra-v2-secondary{color:#007982;background:#ffffffa8;border:1px solid #00acba3d}.electra-v2-hero-media{background:#101010;justify-content:center;align-items:center;min-height:680px;display:flex;position:relative;overflow:hidden}.electra-v2-video,.electra-v2-hero-media img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.electra-v2-hero-media:after{content:"";pointer-events:none;background:linear-gradient(#00000005,#00000052),radial-gradient(circle at 80% 80%,#00acba42,#0000 36%);position:absolute;inset:0}.electra-v2-media-placeholder{aspect-ratio:1;color:#fff;letter-spacing:-.08em;background:linear-gradient(145deg,#00acba,#151515);border-radius:50%;justify-content:center;align-items:center;width:min(74%,480px);font-size:clamp(42px,6vw,72px);font-weight:950;display:flex;transform:rotate(-6deg)}.electra-v2-media-label{z-index:2;color:#007982;background:#fff;border-radius:999px;padding:14px 18px;font-size:13px;font-weight:950;position:absolute;bottom:26px;right:26px;box-shadow:0 18px 50px #00000024}.electra-v2-scenarios{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:1320px;margin:18px auto 0;padding:12px;display:grid}.electra-v2-scenario{background:#fff;border-radius:28px;padding:26px}.electra-v2-scenario span{color:#00acba;font-size:13px;font-weight:950}.electra-v2-scenario p{letter-spacing:-.06em;margin:20px 0 0;font-size:26px;font-weight:950;line-height:1.02}.electra-v2-section{max-width:1320px;margin:42px auto 0}.electra-v2-section-head{gap:10px;max-width:760px;margin-bottom:18px;display:grid}.electra-v2-section-head h2,.electra-v2-feature-band h2,.electra-v2-cta h2{letter-spacing:-.07em;margin:0;font-size:clamp(38px,5vw,72px);line-height:.92}.electra-v2-section-head>p,.electra-v2-cta p{color:#5d5a55;margin:0;font-size:18px;line-height:1.55}.electra-v2-category-grid,.electra-v2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.electra-v2-category,.electra-v2-empty{min-height:250px;color:inherit;border-radius:30px;padding:30px;text-decoration:none}.electra-v2-category span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-v2-category h3,.electra-v2-empty h3{letter-spacing:-.06em;margin:46px 0 12px;font-size:32px;line-height:1}.electra-v2-category p,.electra-v2-empty p{color:#5d5a55;margin:0;line-height:1.55}.electra-v2-feature-band{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:36px;max-width:1320px;margin:42px auto 0;padding:clamp(30px,5vw,58px);display:grid}.electra-v2-feature-list{gap:14px;display:grid}.electra-v2-feature-list article{border-bottom:1px solid #1e18121a;padding-bottom:18px}.electra-v2-feature-list h3{letter-spacing:-.05em;margin:0 0 8px;font-size:28px;line-height:1}.electra-v2-feature-list p{color:#5d5a55;margin:0;line-height:1.55}.electra-v2-product{color:inherit;border-radius:30px;text-decoration:none;overflow:hidden}.electra-v2-product-image{color:#008c96;letter-spacing:-.06em;background:#e8ded1;justify-content:center;align-items:center;min-height:320px;font-size:28px;font-weight:950;display:flex}.electra-v2-product-image img{object-fit:cover;width:100%;height:100%}.electra-v2-product-body{padding:24px}.electra-v2-product-body p{color:#7b756d;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:950}.electra-v2-product-body h3{letter-spacing:-.06em;margin:0 0 18px;font-size:26px;line-height:1.06}.electra-v2-product-body strong{font-size:21px}.electra-v2-cta{justify-content:space-between;align-items:flex-end;gap:28px;max-width:1320px;margin:42px auto 0;padding:clamp(30px,5vw,58px);display:flex}.electra-v2-cta>div{max-width:760px}@media (max-width:980px){.electra-v2{padding:16px}.electra-v2-hero,.electra-v2-scenarios,.electra-v2-category-grid,.electra-v2-feature-band,.electra-v2-product-grid,.electra-v2-cta{grid-template-columns:1fr}.electra-v2-hero-copy,.electra-v2-hero-media{min-height:auto}.electra-v2-hero-copy{padding:32px 24px}.electra-v2-hero-media{min-height:420px}.electra-v2-scenarios,.electra-v2-feature-band,.electra-v2-cta{border-radius:26px}.electra-v2-cta{display:grid}}.electra-v2-flatfoot,.electra-v2-story{gap:18px;max-width:1320px;margin:42px auto 0;display:grid}.electra-v2-flatfoot{grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr)}.electra-v2-story{grid-template-columns:minmax(0,.8fr) minmax(360px,1fr)}.electra-v2-flatfoot-media,.electra-v2-flatfoot-copy,.electra-v2-story-copy,.electra-v2-story-timeline{background:#fffcf7db;border:1px solid #1e181214;border-radius:36px;overflow:hidden;box-shadow:0 28px 90px #382a1812}.electra-v2-flatfoot-media{background:radial-gradient(circle at 20% 20%,#00acba38,#0000 32%),#e8ded1;justify-content:center;align-items:center;min-height:560px;display:flex}.electra-v2-flatfoot-placeholder{aspect-ratio:1;color:#fff;letter-spacing:-.08em;background:linear-gradient(145deg,#00acba,#151515);border-radius:50%;justify-content:center;align-items:center;width:min(78%,440px);font-size:clamp(36px,5vw,62px);font-weight:950;display:flex;transform:rotate(-5deg)}.electra-v2-flatfoot-copy h2,.electra-v2-story-copy h2{letter-spacing:-.07em;margin:0;font-size:clamp(38px,5vw,72px);line-height:.92}.electra-v2-flatfoot-copy>p,.electra-v2-story-copy>p{color:#5d5a55;max-width:720px;margin:22px 0 0;font-size:18px;line-height:1.6}.electra-v2-flatfoot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px;display:grid}.electra-v2-flatfoot-grid article{background:#fff;border-radius:24px;padding:22px}.electra-v2-flatfoot-grid h3{letter-spacing:-.05em;margin:0 0 10px;font-size:24px;line-height:1}.electra-v2-flatfoot-grid p{color:#5d5a55;margin:0;line-height:1.5}.electra-v2-story-copy{flex-direction:column;justify-content:center;padding:clamp(30px,5vw,58px);display:flex}.electra-v2-story-copy .electra-v2-secondary{width:fit-content;margin-top:28px}.electra-v2-story-timeline{gap:0;padding:12px;display:grid}.electra-v2-story-timeline article{border-bottom:1px solid #1e18121a;grid-template-columns:140px 1fr;gap:18px;padding:24px;display:grid}.electra-v2-story-timeline article:last-child{border-bottom:0}.electra-v2-story-timeline span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;font-size:13px;font-weight:950}.electra-v2-story-timeline h3{letter-spacing:-.05em;margin:0 0 8px;font-size:26px;line-height:1}.electra-v2-story-timeline p{color:#5d5a55;margin:0;line-height:1.55}@media (max-width:980px){.electra-v2-flatfoot,.electra-v2-story,.electra-v2-flatfoot-grid,.electra-v2-story-timeline article{grid-template-columns:1fr}.electra-v2-flatfoot-media{min-height:360px}.electra-v2-flatfoot-copy,.electra-v2-story-copy{padding:28px}}.electra-v2-flatfoot{grid-template-columns:minmax(0,.95fr) minmax(360px,.75fr);gap:18px;max-width:1320px;margin:42px auto 0;display:grid}.electra-v2-flatfoot-copy,.electra-v2-flatfoot-media,.electra-v2-flatfoot-grid{background:#fffcf7e6;border:1px solid #1e181214;border-radius:36px;box-shadow:0 28px 90px #382a1812}.electra-v2-flatfoot-copy{padding:clamp(34px,5vw,64px)}.electra-v2-flatfoot-copy h2{letter-spacing:-.075em;max-width:820px;margin:0;font-size:clamp(42px,5.8vw,82px);line-height:.9}.electra-v2-flatfoot-copy>p{color:#5d5a55;max-width:700px;margin:24px 0 0;font-size:18px;line-height:1.6}.electra-v2-flatfoot-media{background:radial-gradient(circle at 25% 20%,#00acba38,#0000 32%),linear-gradient(145deg,#eee3d5,#f8f2e9);justify-content:center;align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.electra-v2-flatfoot-media img{object-fit:cover;width:100%;height:100%}.electra-v2-flatfoot-diagram{aspect-ratio:1;color:#fff;background:linear-gradient(145deg,#00acbaf2,#123b3f);border-radius:40px;place-items:center;width:min(82%,360px);display:grid;position:relative;transform:rotate(-3deg);box-shadow:0 28px 70px #00565e38}.electra-v2-diagram-label{letter-spacing:-.08em;font-size:clamp(34px,4vw,54px);font-weight:950}.electra-v2-diagram-line{background:#fff9;width:62%;height:2px;position:absolute;bottom:28%}.electra-v2-diagram-points{justify-content:space-between;gap:8px;display:flex;position:absolute;bottom:22px;left:22px;right:22px}.electra-v2-diagram-points span{color:#ffffffc2;text-transform:uppercase;max-width:90px;font-size:10px;font-weight:900;line-height:1.1}.electra-v2-flatfoot-grid{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid;overflow:hidden}.electra-v2-flatfoot-grid article{background:#ffffff8a;border-right:1px solid #1e181214;padding:28px}.electra-v2-flatfoot-grid article:last-child{border-right:0}.electra-v2-flatfoot-grid h3{letter-spacing:-.055em;text-transform:none;margin:0 0 12px;font-size:24px;line-height:1.02}.electra-v2-flatfoot-grid p{color:#5d5a55;margin:0;font-size:15px;line-height:1.55}@media (max-width:980px){.electra-v2-flatfoot,.electra-v2-flatfoot-grid{grid-template-columns:1fr}.electra-v2-flatfoot-media{min-height:340px}.electra-v2-flatfoot-copy{padding:28px}.electra-v2-flatfoot-grid article{border-bottom:1px solid #1e181214;border-right:0}.electra-v2-flatfoot-grid article:last-child{border-bottom:0}}.electra-v2-story-v2{max-width:1320px;margin:42px auto 0}.electra-v2-story-v2-head{grid-template-columns:minmax(0,.95fr) minmax(360px,.72fr);gap:18px;display:grid}.electra-v2-story-v2-copy,.electra-v2-story-v2-visual,.electra-v2-story-v2-timeline article{background:#fffcf7e6;border:1px solid #1e181214;border-radius:36px;box-shadow:0 28px 90px #382a1812}.electra-v2-story-v2-copy{padding:clamp(34px,5vw,64px)}.electra-v2-story-v2-copy h2{letter-spacing:-.075em;max-width:820px;margin:0;font-size:clamp(42px,5.8vw,82px);line-height:.9}.electra-v2-story-v2-copy>p{color:#5d5a55;max-width:720px;margin:24px 0 0;font-size:18px;line-height:1.6}.electra-v2-story-v2-visual{background:radial-gradient(circle at 20% 20%,#00acba2e,#0000 34%),linear-gradient(145deg,#efe4d6,#fbf7ef);min-height:420px;position:relative;overflow:hidden}.electra-v2-story-v2-visual img{object-fit:cover;width:100%;height:100%}.electra-v2-story-v2-placeholder{background:linear-gradient(#14141400,#1414142e),radial-gradient(circle at 70% 28%,#00acba47,#0000 36%);flex-direction:column;justify-content:flex-end;height:100%;min-height:420px;padding:34px;display:flex}.electra-v2-story-v2-placeholder span{color:#008c96;letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-v2-story-v2-placeholder strong{letter-spacing:-.07em;max-width:320px;margin-top:14px;font-size:36px;line-height:.95}.electra-v2-story-v2-timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.electra-v2-story-v2-timeline article{min-height:260px;padding:28px}.electra-v2-story-v2-timeline span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;margin-bottom:34px;font-size:12px;font-weight:950;display:block}.electra-v2-story-v2-timeline h3{letter-spacing:-.055em;margin:0 0 12px;font-size:26px;line-height:1}.electra-v2-story-v2-timeline p{color:#5d5a55;margin:0;font-size:15px;line-height:1.55}@media (max-width:980px){.electra-v2-story-v2-head,.electra-v2-story-v2-timeline{grid-template-columns:1fr}.electra-v2-story-v2-copy{padding:28px}.electra-v2-story-v2-visual,.electra-v2-story-v2-placeholder{min-height:320px}}.electra-v2-story-link{color:#007982;border-bottom:2px solid #008c9647;align-items:center;gap:10px;width:fit-content;min-height:48px;margin-top:30px;font-size:16px;font-weight:850;line-height:1;text-decoration:none;transition:color .18s,border-color .18s,transform .18s;display:inline-flex}.electra-v2-story-link:after{content:"в†’";font-size:18px;line-height:1;transition:transform .18s}.electra-v2-story-link:hover{color:#005f66;border-color:#008c96b8;transform:translateY(-1px)}.electra-v2-story-link:hover:after{transform:translate(4px)}.electra-v2-category-visual{grid-template-rows:minmax(260px,1fr) auto;min-height:520px;padding:0;display:grid;overflow:hidden}.electra-v2-category-image{color:#008c96;letter-spacing:-.06em;text-align:center;background:radial-gradient(circle at 20% 15%,#00acba2e,#0000 34%),linear-gradient(145deg,#e8ded1,#f7f1e8);justify-content:center;align-items:center;min-height:300px;font-size:28px;font-weight:950;display:flex;position:relative;overflow:hidden}.electra-v2-category-image:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0000002e);position:absolute;inset:0}.electra-v2-category-image img{object-fit:cover;width:100%;height:100%;transition:transform .42s}.electra-v2-category-visual:hover .electra-v2-category-image img{transform:scale(1.04)}.electra-v2-category-content{background:#fffcf7f0;padding:28px}.electra-v2-category-content span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-v2-category-content h3{letter-spacing:-.06em;margin:28px 0 12px;font-size:32px;line-height:1}.electra-v2-category-content p{color:#5d5a55;margin:0;line-height:1.55}.electra-v2-category-content strong{color:#007982;margin-top:22px;font-size:14px;font-weight:950;display:inline-flex}@media (max-width:980px){.electra-v2-category-visual{min-height:auto}.electra-v2-category-image{min-height:240px}}.electra-v2-category-rail{scroll-snap-type:x mandatory;scrollbar-width:thin;grid-auto-columns:minmax(340px,420px);grid-auto-flow:column;gap:18px;padding:4px 4px 18px;display:grid;overflow:auto hidden}.electra-v2-category-rail::-webkit-scrollbar{height:8px}.electra-v2-category-rail::-webkit-scrollbar-track{background:#1e18120f;border-radius:999px}.electra-v2-category-rail::-webkit-scrollbar-thumb{background:#008c9652;border-radius:999px}.electra-v2-category-rail .electra-v2-category-visual{scroll-snap-align:start}.electra-v2-category-rail .electra-v2-category-image{min-height:300px}.electra-v2-category-rail .electra-v2-category-content{min-height:230px}@media (min-width:1200px){.electra-v2-category-rail{grid-auto-columns:minmax(380px,440px)}}@media (max-width:980px){.electra-v2-category-rail{grid-auto-columns:minmax(280px,84vw);margin-right:-16px;padding-right:16px}.electra-v2-category-rail .electra-v2-category-image{min-height:240px}}.electra-catalog-v2{color:#151515;min-height:100vh;font-family:var(--font-body);background:radial-gradient(circle at 8% 4%,#00acba29,#0000 30%),radial-gradient(circle at 92% 0,#e0ae7433,#0000 34%),linear-gradient(#fbf7ef 0%,#f5efe5 52%,#fbf7ef 100%);padding:24px}.electra-catalog-v2 h1,.electra-catalog-v2 h2,.electra-catalog-v2 h3{font-family:var(--font-electra-heading)}.electra-catalog-v2-hero{grid-template-columns:minmax(0,1fr) minmax(340px,.45fr);gap:18px;max-width:1320px;margin:0 auto;display:grid}.electra-catalog-v2-copy,.electra-catalog-v2-note,.electra-catalog-v2-category,.electra-catalog-v2-product,.electra-catalog-v2-empty,.electra-catalog-v2-cta{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf7db;border:1px solid #1e181214;box-shadow:0 28px 90px #382a1812}.electra-catalog-v2-copy,.electra-catalog-v2-note,.electra-catalog-v2-cta{border-radius:36px}.electra-catalog-v2-copy{padding:clamp(34px,6vw,76px)}.electra-catalog-v2-copy h1{letter-spacing:-.08em;max-width:920px;margin:0;font-size:clamp(52px,7vw,106px);line-height:.88}.electra-catalog-v2-copy>p{color:#5d5a55;max-width:680px;margin:30px 0 0;font-size:20px;line-height:1.55}.electra-catalog-v2-note{background:radial-gradient(circle at 30% 20%,#00acba38,#0000 34%),linear-gradient(145deg,#efe4d6,#fbf7ef);flex-direction:column;justify-content:flex-end;min-height:420px;padding:34px;display:flex}.electra-catalog-v2-note span{color:#008c96;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-catalog-v2-note strong{letter-spacing:-.07em;margin-top:16px;font-size:38px;line-height:.96;display:block}.electra-catalog-v2-note p{color:#5d5a55;margin:18px 0 0;line-height:1.55}.electra-catalog-v2-section{max-width:1320px;margin:46px auto 0}.electra-catalog-v2-section-head{gap:10px;max-width:760px;margin-bottom:18px;display:grid}.electra-catalog-v2-section-head h2,.electra-catalog-v2-cta h2{letter-spacing:-.07em;margin:0;font-size:clamp(38px,5vw,72px);line-height:.92}.electra-catalog-v2-section-head>p,.electra-catalog-v2-cta p{color:#5d5a55;margin:0;font-size:18px;line-height:1.55}.electra-catalog-v2-category-rail{scroll-snap-type:x mandatory;scrollbar-width:thin;grid-auto-columns:minmax(340px,420px);grid-auto-flow:column;gap:18px;padding:4px 4px 18px;display:grid;overflow:auto hidden}.electra-catalog-v2-category-rail::-webkit-scrollbar{height:8px}.electra-catalog-v2-category-rail::-webkit-scrollbar-track{background:#1e18120f;border-radius:999px}.electra-catalog-v2-category-rail::-webkit-scrollbar-thumb{background:#008c9652;border-radius:999px}.electra-catalog-v2-category{min-height:520px;color:inherit;scroll-snap-align:start;border-radius:30px;grid-template-rows:minmax(280px,1fr) auto;text-decoration:none;display:grid;overflow:hidden}.electra-catalog-v2-category-image{color:#008c96;letter-spacing:-.06em;text-align:center;background:radial-gradient(circle at 20% 15%,#00acba2e,#0000 34%),linear-gradient(145deg,#e8ded1,#f7f1e8);justify-content:center;align-items:center;min-height:300px;font-size:28px;font-weight:950;display:flex;position:relative;overflow:hidden}.electra-catalog-v2-category-image img{object-fit:cover;width:100%;height:100%;transition:transform .42s}.electra-catalog-v2-category:hover .electra-catalog-v2-category-image img{transform:scale(1.04)}.electra-catalog-v2-category-content{background:#fffcf7f0;padding:28px}.electra-catalog-v2-category-content span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-catalog-v2-category-content h3{letter-spacing:-.06em;margin:28px 0 12px;font-size:32px;line-height:1}.electra-catalog-v2-category-content p{color:#5d5a55;margin:0;line-height:1.55}.electra-catalog-v2-category-content strong{color:#007982;margin-top:22px;font-size:14px;font-weight:950;display:inline-flex}.electra-catalog-v2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.electra-catalog-v2-product{color:inherit;border-radius:30px;grid-template-rows:minmax(330px,1fr) auto;text-decoration:none;display:grid;overflow:hidden}.electra-catalog-v2-product-image{color:#008c96;letter-spacing:-.06em;background:#e8ded1;justify-content:center;align-items:center;min-height:330px;font-size:30px;font-weight:950;display:flex;position:relative;overflow:hidden}.electra-catalog-v2-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .42s}.electra-catalog-v2-product:hover .electra-catalog-v2-product-image img{transform:scale(1.04)}.electra-catalog-v2-product-badge{color:#007982;letter-spacing:.12em;text-transform:uppercase;background:#fff;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:950;position:absolute;top:18px;left:18px}.electra-catalog-v2-product-body{background:#fffcf7f5;gap:24px;padding:26px;display:grid}.electra-catalog-v2-product-body p{color:#7b756d;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:950}.electra-catalog-v2-product-body h3{letter-spacing:-.06em;margin:0 0 12px;font-size:30px;line-height:1.04}.electra-catalog-v2-product-body span{color:#5d5a55;line-height:1.5;display:block}.electra-catalog-v2-product-footer{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.electra-catalog-v2-product-footer strong{font-size:22px}.electra-catalog-v2-product-footer em{color:#007982;font-style:normal;font-weight:950}.electra-catalog-v2-empty{border-radius:30px;padding:34px}.electra-catalog-v2-empty h3{letter-spacing:-.06em;margin:0 0 10px;font-size:32px;line-height:1}.electra-catalog-v2-empty p{color:#5d5a55;margin:0;line-height:1.55}.electra-catalog-v2-cta{justify-content:space-between;align-items:flex-end;gap:28px;max-width:1320px;margin:46px auto 0;padding:clamp(30px,5vw,58px);display:flex}.electra-catalog-v2-cta>div{max-width:760px}@media (max-width:980px){.electra-catalog-v2{padding:16px}.electra-catalog-v2-hero,.electra-catalog-v2-product-grid,.electra-catalog-v2-cta{grid-template-columns:1fr}.electra-catalog-v2-note{min-height:auto}.electra-catalog-v2-category-rail{grid-auto-columns:minmax(280px,84vw);margin-right:-16px;padding-right:16px}.electra-catalog-v2-product{grid-template-rows:minmax(260px,1fr) auto}.electra-catalog-v2-product-image{min-height:260px}.electra-catalog-v2-cta{display:grid}}.electra-catalog-v2-product-image,.electra-v2-product-image,.collection-product-image{background:#fffaf3}.electra-catalog-v2-product-image img,.electra-v2-product-image img,.collection-product-image img{object-fit:contain;object-position:center;box-sizing:border-box;width:100%;height:100%;padding:22px}.electra-catalog-v2-product:hover .electra-catalog-v2-product-image img,.electra-v2-product:hover .electra-v2-product-image img,.collection-product-card:hover .collection-product-image img{transform:scale(1.02)}@media (max-width:980px){.electra-catalog-v2-product-image img,.electra-v2-product-image img,.collection-product-image img{padding:16px}}.electra-catalog-v2-product-image,.electra-v2-product-image,.collection-product-image{border-radius:24px;margin:14px;overflow:hidden}.electra-catalog-v2-product,.electra-v2-product,.collection-product-card{background:#fffcf7eb}.electra-catalog-v2-product-image img,.electra-v2-product-image img,.collection-product-image img{border-radius:18px}.electra-catalog-v2-product-image,.electra-v2-product-image,.collection-product-image{background:#fff;border-radius:28px;margin:18px;overflow:hidden;box-shadow:inset 0 0 0 1px #1e18120a}.electra-catalog-v2-product-image img,.electra-v2-product-image img,.collection-product-image img{object-fit:contain;object-position:center;box-sizing:border-box;background:#fff;border-radius:28px;width:100%;height:100%;padding:24px;display:block}.electra-collection-v2{color:#151515;min-height:100vh;font-family:var(--font-body);background:radial-gradient(circle at 8% 4%,#00acba29,#0000 30%),radial-gradient(circle at 92% 0,#e0ae7433,#0000 34%),linear-gradient(#fbf7ef 0%,#f5efe5 52%,#fbf7ef 100%);padding:24px}.electra-collection-v2 h1,.electra-collection-v2 h2,.electra-collection-v2 h3{font-family:var(--font-electra-heading)}.electra-collection-v2-hero{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:18px;max-width:1320px;margin:0 auto;display:grid}.electra-collection-v2-copy,.electra-collection-v2-media,.electra-collection-v2-intro,.electra-collection-v2-features article,.electra-collection-v2-product,.electra-collection-v2-empty,.electra-collection-v2-request{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf7db;border:1px solid #1e181214;box-shadow:0 28px 90px #382a1812}.electra-collection-v2-copy,.electra-collection-v2-media,.electra-collection-v2-intro,.electra-collection-v2-empty,.electra-collection-v2-request{border-radius:36px}.electra-collection-v2-copy{flex-direction:column;justify-content:center;min-height:640px;padding:clamp(34px,6vw,76px);display:flex}.electra-collection-v2-back{color:#007982;width:fit-content;margin-bottom:28px;font-weight:950;text-decoration:none;display:inline-flex}.electra-collection-v2-copy h1{letter-spacing:-.08em;max-width:900px;margin:0;font-size:clamp(54px,7vw,108px);line-height:.86}.electra-collection-v2-copy>p{color:#5d5a55;max-width:680px;margin:30px 0 0;font-size:20px;line-height:1.55}.electra-collection-v2-media{background:#101010;justify-content:center;align-items:center;min-height:640px;display:flex;position:relative;overflow:hidden}.electra-collection-v2-media img,.electra-collection-v2-video{object-fit:cover;width:100%;height:100%}.electra-collection-v2-media:after{content:"";pointer-events:none;background:linear-gradient(#0000,#00000047),radial-gradient(circle at 80% 80%,#00acba3d,#0000 36%);position:absolute;inset:0}.electra-collection-v2-placeholder{aspect-ratio:1;color:#fff;letter-spacing:-.08em;text-align:center;background:linear-gradient(145deg,#00acba,#151515);border-radius:50%;justify-content:center;align-items:center;width:min(74%,460px);font-size:clamp(38px,5vw,64px);font-weight:950;display:flex;transform:rotate(-5deg)}.electra-collection-v2-label{z-index:2;color:#007982;background:#fff;border-radius:999px;padding:14px 18px;font-size:13px;font-weight:950;position:absolute;bottom:26px;right:26px;box-shadow:0 18px 50px #00000024}.electra-collection-v2-intro{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:34px;max-width:1320px;margin:18px auto 0;padding:clamp(30px,5vw,58px);display:grid}.electra-collection-v2-intro h2,.electra-collection-v2-section-head h2,.electra-collection-v2-request h2{letter-spacing:-.07em;margin:0;font-size:clamp(38px,5vw,72px);line-height:.92}.electra-collection-v2-intro>p,.electra-collection-v2-section-head>p,.electra-collection-v2-request p{color:#5d5a55;margin:0;font-size:18px;line-height:1.6}.electra-collection-v2-features{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1320px;margin:18px auto 0;display:grid}.electra-collection-v2-features article{border-radius:30px;min-height:250px;padding:28px}.electra-collection-v2-features span{color:#008c96;font-size:13px;font-weight:950}.electra-collection-v2-features h3{letter-spacing:-.06em;margin:46px 0 12px;font-size:30px;line-height:1}.electra-collection-v2-features p{color:#5d5a55;margin:0;line-height:1.55}.electra-collection-v2-products{max-width:1320px;margin:46px auto 0}.electra-collection-v2-section-head{gap:10px;max-width:760px;margin-bottom:18px;display:grid}.electra-collection-v2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.electra-collection-v2-product{color:inherit;border-radius:30px;grid-template-rows:minmax(330px,1fr) auto;text-decoration:none;display:grid;overflow:hidden}.electra-collection-v2-product-image{color:#008c96;letter-spacing:-.06em;background:#fff;border-radius:28px;justify-content:center;align-items:center;min-height:330px;margin:18px;font-size:30px;font-weight:950;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #1e18120a}.electra-collection-v2-product-image img{object-fit:contain;object-position:center;box-sizing:border-box;width:100%;height:100%;padding:24px;transition:transform .42s}.electra-collection-v2-product:hover .electra-collection-v2-product-image img{transform:scale(1.02)}.electra-collection-v2-product-badge{color:#007982;letter-spacing:.12em;text-transform:uppercase;background:#fff;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:950;position:absolute;top:18px;left:18px}.electra-collection-v2-product-body{gap:18px;padding:0 26px 26px;display:grid}.electra-collection-v2-product-body>p{color:#7b756d;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:12px;font-weight:950}.electra-collection-v2-product-body h3{letter-spacing:-.06em;margin:0;font-size:30px;line-height:1.04}.electra-collection-v2-product-body span{color:#5d5a55;line-height:1.5;display:block}.electra-collection-v2-product-footer{justify-content:space-between;align-items:flex-end;gap:18px;margin-top:8px;display:flex}.electra-collection-v2-product-footer strong{font-size:22px}.electra-collection-v2-product-footer em{color:#007982;font-style:normal;font-weight:950}.electra-collection-v2-empty{padding:34px}.electra-collection-v2-empty h3{letter-spacing:-.06em;margin:0 0 10px;font-size:32px;line-height:1}.electra-collection-v2-empty p{color:#5d5a55;margin:0;line-height:1.55}.electra-collection-v2-request{grid-template-columns:minmax(0,.78fr) minmax(360px,1fr);gap:34px;max-width:1320px;margin:46px auto 0;padding:clamp(30px,5vw,58px);display:grid}@media (max-width:980px){.electra-collection-v2{padding:16px}.electra-collection-v2-hero,.electra-collection-v2-intro,.electra-collection-v2-features,.electra-collection-v2-product-grid,.electra-collection-v2-request{grid-template-columns:1fr}.electra-collection-v2-copy,.electra-collection-v2-media{min-height:auto}.electra-collection-v2-copy{padding:32px 24px}.electra-collection-v2-media{min-height:420px}.electra-collection-v2-product{grid-template-rows:minmax(260px,1fr) auto}.electra-collection-v2-product-image{min-height:260px}}.electra-product-v2{color:#151515;min-height:100vh;font-family:var(--font-body);background:radial-gradient(circle at 8% 4%,#00acba29,#0000 30%),radial-gradient(circle at 92% 0,#e0ae7433,#0000 34%),linear-gradient(#fbf7ef 0%,#f5efe5 52%,#fbf7ef 100%);padding:24px}.electra-product-v2 h1,.electra-product-v2 h2,.electra-product-v2 h3{font-family:var(--font-electra-heading)}.electra-product-v2-hero,.electra-product-v2-story,.electra-product-v2-section,.electra-product-v2-split,.electra-product-v2-cta{max-width:1320px;margin-left:auto;margin-right:auto}.electra-product-v2-hero{grid-template-columns:minmax(0,1.05fr) minmax(390px,.58fr);gap:18px;display:grid}.electra-product-v2-media,.electra-product-v2-buybox,.electra-product-v2-story,.electra-product-v2-section,.electra-product-v2-split,.electra-product-v2-cta,.electra-product-v2-soft-card,.electra-product-v2-component-group{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf7e6;border:1px solid #1e181214;box-shadow:0 28px 90px #382a1812}.electra-product-v2-media,.electra-product-v2-buybox,.electra-product-v2-story,.electra-product-v2-section,.electra-product-v2-split,.electra-product-v2-cta{border-radius:36px}.electra-product-v2-media{background:radial-gradient(circle at 20% 15%,#00acba1f,#0000 34%),#fffaf3;justify-content:center;align-items:center;min-height:700px;display:flex;position:relative;overflow:hidden}.electra-product-v2-image-frame{background:#fff;border-radius:30px;justify-content:center;align-items:center;width:calc(100% - 48px);height:calc(100% - 48px);min-height:620px;display:flex;box-shadow:inset 0 0 0 1px #1e18120a}.electra-product-v2-image-frame img{object-fit:contain;object-position:center;box-sizing:border-box;width:100%;height:100%;max-height:620px;padding:34px;display:block}.electra-product-v2-image-frame span{color:#008c96;letter-spacing:-.07em;font-size:44px;font-weight:950}.electra-product-v2-video{object-fit:cover;width:100%;height:100%;min-height:700px}.electra-product-v2-media-badge{color:#007982;letter-spacing:.12em;text-transform:uppercase;background:#fff;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:950;position:absolute;top:28px;left:28px;box-shadow:0 18px 50px #0000001f}.electra-product-v2-buybox{align-self:start;padding:34px;position:sticky;top:96px}.electra-product-v2-back{color:#007982;margin-bottom:28px;font-weight:950;text-decoration:none;display:inline-flex}.electra-product-v2-buybox h1{letter-spacing:-.075em;margin:0;font-size:clamp(38px,5vw,68px);line-height:.9}.electra-product-v2-lead{color:#5d5a55;margin:20px 0 0;font-size:17px;line-height:1.55}.electra-product-v2-price{align-items:baseline;gap:12px;margin:26px 0;display:flex}.electra-product-v2-price strong{letter-spacing:-.055em;font-size:34px}.electra-product-v2-price span{color:#8a8178;text-decoration:line-through}.electra-product-v2-key-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:24px;display:grid}.electra-product-v2-key-specs div{background:#00acba14;border-radius:18px;padding:16px}.electra-product-v2-key-specs span{color:#777067;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:950;display:block}.electra-product-v2-key-specs strong{font-size:18px;line-height:1.1;display:block}.electra-product-v2-variants{margin-bottom:24px}.electra-product-v2-variants p{letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:950}.electra-product-v2-variants>div{flex-wrap:wrap;gap:8px;display:flex}.electra-product-v2-variants span{color:#007982;background:#fff;border:1px solid #00acba33;border-radius:999px;padding:9px 12px;font-weight:850}.electra-product-v2-variants span.is-disabled{opacity:.42;text-decoration:line-through}.electra-product-v2-actions{gap:10px;display:grid}.electra-product-v2-actions .primary-button,.electra-product-v2-secondary{width:100%;min-height:52px}.electra-product-v2-secondary{color:#007982;background:#ffffffa8;border:1px solid #00acba3d;border-radius:999px;justify-content:center;align-items:center;font-weight:950;text-decoration:none;display:inline-flex}.electra-product-v2-note{color:#5d5a55;margin:16px 0 0;font-size:14px;line-height:1.45}.electra-product-v2-service{gap:10px;margin-top:22px;display:grid}.electra-product-v2-service div{border-top:1px solid #1e181214;gap:4px;padding-top:12px;display:grid}.electra-product-v2-service span{color:#777067;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.electra-product-v2-service strong{font-size:15px}.electra-product-v2-story,.electra-product-v2-split{grid-template-columns:minmax(0,.74fr) minmax(0,1fr);gap:34px;margin-top:22px;padding:clamp(30px,5vw,58px);display:grid}.electra-product-v2-story h2,.electra-product-v2-split h2,.electra-product-v2-section-head h2,.electra-product-v2-cta h2{letter-spacing:-.07em;margin:0;font-size:clamp(38px,5vw,72px);line-height:.92}.electra-product-v2-story>p,.electra-product-v2-cta p{color:#5d5a55;margin:0;font-size:18px;line-height:1.6}.electra-product-v2-section{margin-top:30px;padding:clamp(30px,5vw,58px)}.electra-product-v2-section-head{max-width:780px;margin-bottom:18px}.electra-product-v2-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.electra-product-v2-soft-card{border-radius:28px;padding:28px}.electra-product-v2-soft-card span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;margin-bottom:34px;font-size:12px;font-weight:950;display:block}.electra-product-v2-rows{gap:14px;display:grid}.electra-product-v2-rows article{border-bottom:1px solid #1e181214;padding-bottom:18px}.electra-product-v2-rows h3{letter-spacing:-.055em;margin:0 0 8px;font-size:28px}.electra-product-v2-rows p{color:#5d5a55;margin:0;line-height:1.55}.electra-product-v2-component-groups{gap:14px;display:grid}.electra-product-v2-component-group{border-radius:28px;overflow:hidden}.electra-product-v2-component-group h3{letter-spacing:-.055em;background:#00acba14;margin:0;padding:22px 24px;font-size:28px}.electra-product-v2-component-group dl{margin:0}.electra-product-v2-component-group dl div{border-top:1px solid #1e181214;grid-template-columns:minmax(180px,.6fr) minmax(0,1fr);gap:18px;padding:16px 24px;display:grid}.electra-product-v2-component-group dt{color:#777067}.electra-product-v2-component-group dd{margin:0;font-weight:900}.electra-product-v2-check-list{margin:0;padding:0;list-style:none}.electra-product-v2-check-list li{border-bottom:1px solid #1e181214;padding:14px 0;font-weight:900}.electra-product-v2-faq{gap:10px;display:grid}.electra-product-v2-faq details{background:#fff;border:1px solid #1e181214;border-radius:20px;padding:18px 20px}.electra-product-v2-faq summary{cursor:pointer;font-weight:950}.electra-product-v2-faq p{color:#5d5a55;margin:14px 0 0;line-height:1.55}.electra-product-v2-cta{justify-content:space-between;align-items:flex-end;gap:28px;margin-top:46px;padding:clamp(30px,5vw,58px);display:flex}.electra-product-v2-cta>div{max-width:760px}@media (max-width:980px){.electra-product-v2{padding:16px}.electra-product-v2-hero,.electra-product-v2-story,.electra-product-v2-split,.electra-product-v2-card-grid,.electra-product-v2-cta{grid-template-columns:1fr}.electra-product-v2-media{min-height:420px}.electra-product-v2-image-frame{width:calc(100% - 28px);height:calc(100% - 28px);min-height:360px}.electra-product-v2-image-frame img{max-height:360px;padding:18px}.electra-product-v2-buybox{padding:26px;position:static}.electra-product-v2-story,.electra-product-v2-section,.electra-product-v2-split,.electra-product-v2-cta{padding:28px}.electra-product-v2-component-group dl div{grid-template-columns:1fr;gap:6px}.electra-product-v2-cta{display:grid}}.electra-product-v2{padding-top:28px}.electra-product-v2-hero{grid-template-columns:minmax(0,1fr) minmax(420px,480px);align-items:start;max-width:1180px}.electra-product-v2-media{border-radius:30px;min-height:560px}.electra-product-v2-image-frame{background:#fff;border-radius:24px;width:calc(100% - 36px);height:calc(100% - 36px);min-height:520px}.electra-product-v2-image-frame img{object-fit:contain;object-position:center;max-height:500px;padding:22px}.electra-product-v2-buybox{border-radius:30px;padding:30px;top:92px}.electra-product-v2-buybox h1{letter-spacing:-.065em;font-size:clamp(34px,3.2vw,54px);line-height:.94}.electra-product-v2-lead{margin-top:16px;font-size:15px}.electra-product-v2-key-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.electra-product-v2-key-specs div{border-radius:14px;padding:14px}.electra-product-v2-key-specs span{font-size:10px}.electra-product-v2-key-specs strong{font-size:16px}.electra-product-v2-actions .primary-button,.electra-product-v2-secondary{min-height:48px}.electra-product-v2-note{font-size:13px}.electra-product-v2-service{margin-top:18px}@media (min-width:1440px){.electra-product-v2-hero{max-width:1240px}.electra-product-v2-media{min-height:600px}.electra-product-v2-image-frame{min-height:560px}.electra-product-v2-image-frame img{max-height:540px}}@media (max-width:980px){.electra-product-v2-hero{grid-template-columns:1fr;max-width:100%}.electra-product-v2-media{min-height:420px}.electra-product-v2-image-frame{min-height:380px}.electra-product-v2-image-frame img{max-height:360px}}.electra-product-v2-hero{grid-template-columns:minmax(0,1fr) minmax(380px,430px);gap:20px}.electra-product-v2-buybox{border-radius:28px;padding:28px}.electra-product-v2-buybox h1{letter-spacing:-.065em;max-width:360px;font-size:clamp(32px,3vw,46px);line-height:.96}.electra-product-v2-lead{max-width:340px;margin-top:14px;font-size:15px;line-height:1.45}.electra-product-v2-price{margin:20px 0 18px}.electra-product-v2-price strong{font-size:28px}.electra-product-v2-price span{font-size:14px}.electra-product-v2-key-specs{grid-template-columns:1fr;gap:6px;margin:18px 0}.electra-product-v2-key-specs div{background:#00acba12;border-radius:14px;grid-template-columns:120px 1fr;align-items:center;gap:12px;padding:12px 14px;display:grid}.electra-product-v2-key-specs span{margin:0;font-size:10px}.electra-product-v2-key-specs strong{font-size:15px;line-height:1.2}.electra-product-v2-actions .primary-button,.electra-product-v2-secondary{min-height:48px;font-size:14px}.electra-product-v2-note{max-width:340px;margin-top:14px;font-size:12px;line-height:1.45}.electra-product-v2-service{background:#ffffff94;border-radius:18px;margin-top:18px;padding:4px 14px}.electra-product-v2-service div{border-top:0;border-bottom:1px solid #1e181214;grid-template-columns:100px 1fr;align-items:center;gap:10px;padding:12px 0;display:grid}.electra-product-v2-service div:last-child{border-bottom:0}.electra-product-v2-service span{font-size:9px}.electra-product-v2-service strong{font-size:13px;line-height:1.25}@media (max-width:980px){.electra-product-v2-hero{grid-template-columns:1fr}.electra-product-v2-buybox h1,.electra-product-v2-lead,.electra-product-v2-note{max-width:none}}.electra-brand-story-page{color:#151515;min-height:100vh;font-family:var(--font-body);background:radial-gradient(circle at 8% 4%,#00acba29,#0000 30%),radial-gradient(circle at 92% 0,#e0ae7433,#0000 34%),linear-gradient(#fbf7ef 0%,#f5efe5 52%,#fbf7ef 100%);padding:24px}.electra-brand-story-page h1,.electra-brand-story-page h2,.electra-brand-story-page h3{font-family:var(--font-electra-heading)}.electra-brand-story-hero,.electra-brand-story-intro,.electra-brand-story-timeline,.electra-brand-story-flatfoot,.electra-brand-story-cta{max-width:1320px;margin-left:auto;margin-right:auto}.electra-brand-story-hero{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:18px;display:grid}.electra-brand-story-hero-copy,.electra-brand-story-hero-visual,.electra-brand-story-intro,.electra-brand-story-timeline,.electra-brand-story-flatfoot,.electra-brand-story-cta,.electra-brand-story-timeline-grid article,.electra-brand-story-flatfoot-grid article{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf7e6;border:1px solid #1e181214;box-shadow:0 28px 90px #382a1812}.electra-brand-story-hero-copy,.electra-brand-story-hero-visual,.electra-brand-story-intro,.electra-brand-story-timeline,.electra-brand-story-flatfoot,.electra-brand-story-cta{border-radius:36px}.electra-brand-story-hero-copy{flex-direction:column;justify-content:center;min-height:640px;padding:clamp(34px,6vw,76px);display:flex}.electra-brand-story-back{color:#007982;width:fit-content;margin-bottom:28px;font-weight:950;text-decoration:none;display:inline-flex}.electra-brand-story-hero-copy h1{letter-spacing:-.08em;max-width:920px;margin:0;font-size:clamp(54px,7vw,108px);line-height:.86}.electra-brand-story-hero-copy>p{color:#5d5a55;max-width:700px;margin:30px 0 0;font-size:20px;line-height:1.55}.electra-brand-story-hero-visual{background:radial-gradient(circle at 20% 20%,#00acba2e,#0000 34%),linear-gradient(145deg,#efe4d6,#fbf7ef);min-height:640px;position:relative;overflow:hidden}.electra-brand-story-hero-visual img{object-fit:cover;width:100%;height:100%}.electra-brand-story-placeholder{background:linear-gradient(#14141400,#1414142e),radial-gradient(circle at 70% 28%,#00acba47,#0000 36%);flex-direction:column;justify-content:flex-end;height:100%;min-height:640px;padding:42px;display:flex}.electra-brand-story-placeholder span{color:#008c96;letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-brand-story-placeholder strong{letter-spacing:-.08em;max-width:440px;margin-top:16px;font-size:clamp(42px,5vw,72px);line-height:.9}.electra-brand-story-intro{grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:34px;margin-top:18px;padding:clamp(30px,5vw,58px);display:grid}.electra-brand-story-intro h2,.electra-brand-story-section-head h2,.electra-brand-story-flatfoot h2,.electra-brand-story-cta h2{letter-spacing:-.07em;margin:0;font-size:clamp(38px,5vw,72px);line-height:.92}.electra-brand-story-intro>p,.electra-brand-story-flatfoot-copy>p,.electra-brand-story-cta p{color:#5d5a55;margin:0;font-size:18px;line-height:1.6}.electra-brand-story-timeline{margin-top:42px;padding:clamp(30px,5vw,58px)}.electra-brand-story-section-head{max-width:780px;margin-bottom:20px}.electra-brand-story-timeline-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.electra-brand-story-timeline-grid span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;margin-bottom:34px;font-size:12px;font-weight:950;display:block}.electra-brand-story-timeline-grid h3{letter-spacing:-.055em;margin:0 0 12px;font-size:26px;line-height:1}.electra-brand-story-timeline-grid p{color:#5d5a55;margin:0;font-size:15px;line-height:1.55}.electra-brand-story-flatfoot{grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:34px;margin-top:42px;padding:clamp(30px,5vw,58px);display:grid}.electra-brand-story-flatfoot-copy p{margin-top:22px}.electra-brand-story-flatfoot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.electra-brand-story-flatfoot-grid article{border-radius:24px;padding:24px}.electra-brand-story-flatfoot-grid h3{letter-spacing:-.055em;margin:0 0 10px;font-size:24px;line-height:1}.electra-brand-story-flatfoot-grid p{color:#5d5a55;margin:0;line-height:1.55}.electra-brand-story-cta{justify-content:space-between;align-items:flex-end;gap:28px;margin-top:42px;padding:clamp(30px,5vw,58px);display:flex}.electra-brand-story-cta>div:first-child{max-width:760px}.electra-brand-story-cta-actions{flex-wrap:wrap;gap:12px;display:flex}@media (max-width:1100px){.electra-brand-story-timeline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.electra-brand-story-page{padding:16px}.electra-brand-story-hero,.electra-brand-story-intro,.electra-brand-story-flatfoot,.electra-brand-story-flatfoot-grid{grid-template-columns:1fr}.electra-brand-story-hero-copy,.electra-brand-story-hero-visual,.electra-brand-story-placeholder{min-height:auto}.electra-brand-story-hero-copy,.electra-brand-story-intro,.electra-brand-story-timeline,.electra-brand-story-flatfoot,.electra-brand-story-cta{padding:28px}.electra-brand-story-hero-visual,.electra-brand-story-placeholder{min-height:360px}.electra-brand-story-timeline-grid{grid-template-columns:1fr}.electra-brand-story-cta{display:grid}}.electra-brand-story-timeline{padding:clamp(30px,4vw,52px)}.electra-brand-story-section-head h2{max-width:920px;font-size:clamp(42px,5.2vw,78px);line-height:.92}.electra-brand-story-timeline-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.electra-brand-story-timeline-grid article{border-radius:28px;min-height:260px;padding:30px}.electra-brand-story-timeline-grid span{margin-bottom:38px}.electra-brand-story-timeline-grid h3{font-size:28px}.electra-brand-story-timeline-grid p{max-width:220px;font-size:16px}@media (max-width:1100px){.electra-brand-story-timeline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.electra-brand-story-timeline-grid p{max-width:none}}@media (max-width:680px){.electra-brand-story-timeline-grid{grid-template-columns:1fr}}.electra-brand-story-page .electra-v2-actions,.electra-brand-story-cta-actions{align-items:center;gap:14px;margin-top:34px;display:flex}.electra-brand-story-page .electra-v2-primary{border-radius:999px;min-height:50px;padding:0 24px;font-size:15px;box-shadow:0 14px 34px #00acba2e}.electra-brand-story-page .electra-v2-secondary{color:#007982;min-height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:15px;font-weight:900;text-decoration:none}.electra-brand-story-page .electra-v2-secondary:after{content:" в†’"}.electra-brand-story-page .electra-v2-secondary:hover{transform:translate(3px)}@media (max-width:680px){.electra-brand-story-page .electra-v2-actions,.electra-brand-story-cta-actions{flex-direction:column;align-items:flex-start}}.electra-brand-story-cta h2{max-width:860px;margin-bottom:18px;line-height:.94}.electra-brand-story-cta p{color:#6a655e;max-width:760px;margin-top:0;font-size:20px;line-height:1.55}.electra-brand-story-cta .electra-v2-kicker{margin-bottom:16px}@media (max-width:680px){.electra-brand-story-cta h2{margin-bottom:14px}.electra-brand-story-cta p{font-size:17px}}.electra-v2-primary{isolation:isolate;position:relative;overflow:hidden}.electra-v2-primary:before{content:"";z-index:-1;background:linear-gradient(120deg,#0000 0%,#ffffff52 38%,#0000 68%);transition:transform .52s;position:absolute;inset:0;transform:translate(-120%)}.electra-v2-primary:hover{transform:translateY(-2px);box-shadow:0 20px 46px #00acba47}.electra-v2-primary:hover:before{transform:translate(120%)}.electra-v2-primary:active{transform:translateY(0);box-shadow:0 10px 24px #00acba33}@media (prefers-reduced-motion:reduce){.electra-v2-primary:before{display:none}.electra-v2-primary:hover{transform:none}}.has-global-animations [data-reveal-section=true]{opacity:0;transition:opacity .76s,transform .76s;transform:translateY(28px)}.has-global-animations [data-reveal-section=true].is-in-view{opacity:1;transform:translateY(0)}.has-global-animations [data-reveal-item=true]{opacity:0;transition:opacity .62s,transform .62s,box-shadow .22s,border-color .22s,background-color .22s;transition-delay:calc(var(--reveal-index,0) * 38ms);transform:translateY(18px)}.has-global-animations [data-reveal-item=true].is-in-view{opacity:1;transform:translateY(0)}.site-header{animation:.52s both site-header-enter}@keyframes site-header-enter{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}a[class*=category],a[class*=product],[class*=card],[class*=module],[class*=feature]{will-change:transform}a[class*=category]:hover,a[class*=product]:hover,[class*=card]:hover,[class*=module]:hover,[class*=feature]:hover{transform:translateY(-4px)}a[class*=product] img,a[class*=category] img,[class*=media] img,[class*=image] img{transition:transform .52s,filter .52s}a[class*=product]:hover img,a[class*=category]:hover img{transform:scale(1.035)}.electra-v2-primary,.electra-v2-secondary,.dahon-primary-button,.dahon-secondary-button,.woom-primary-button,.woom-secondary-button,.site-cart-button,.primary-button,button[type=submit]{transition:transform .18s,box-shadow .22s,background-color .22s,color .22s,border-color .22s}.electra-v2-primary:hover,.dahon-primary-button:hover,.woom-primary-button:hover,.primary-button:hover,button[type=submit]:hover{transform:translateY(-2px)}.electra-v2-secondary:hover,.dahon-secondary-button:hover,.woom-secondary-button:hover,.site-cart-button:hover{transform:translateY(-1px)}.electra-v2-primary,button[type=submit]{isolation:isolate;position:relative;overflow:hidden}.electra-v2-primary:before,button[type=submit]:before{content:"";z-index:-1;background:linear-gradient(120deg,#0000 0%,#ffffff52 38%,#0000 68%);transition:transform .52s;position:absolute;inset:0;transform:translate(-120%)}.electra-v2-primary:hover:before,button[type=submit]:hover:before{transform:translate(120%)}.dahon-product-card:hover,.dahon-category-row:hover,.dahon-module:hover,.dahon-usecase-card:hover{transform:translateY(-3px)}.woom-benefit-card:hover,.woom-product-card:hover{transform:translateY(-5px)rotate(-1deg)}.electra-v2-media-label,.electra-collection-v2-label,.electra-product-v2-media-badge{animation:4.8s ease-in-out infinite soft-label-float}@keyframes soft-label-float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.has-global-animations [data-reveal-section=true],.has-global-animations [data-reveal-item=true]{opacity:1;transform:none}}:root{--font-body:"Onest Variable", "Segoe UI", Arial, system-ui, sans-serif;--font-electra-heading:"Manrope Variable", "Onest Variable", "Segoe UI", Arial, system-ui, sans-serif;--font-dahon-heading:"Inter Variable", "Onest Variable", "Segoe UI", Arial, system-ui, sans-serif;--font-woom-heading:"Unbounded Variable", "Onest Variable", "Segoe UI", Arial, system-ui, sans-serif}body{font-family:var(--font-body)}.site-header{z-index:80;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(#fffcf7e0,#fffcf7b8);border-bottom:1px solid #1c18140f;min-height:86px;position:sticky;top:0;box-shadow:0 18px 70px #2d221614}.site-header>div,.site-header-inner{max-width:1320px;margin:0 auto}.site-brand,.site-logo{color:#111;text-decoration:none}.site-brand strong,.site-logo strong,.site-header h1{font-family:var(--font-electra-heading);letter-spacing:-.06em;font-size:26px;font-weight:950}.site-brand span,.site-logo span{color:#1414147a;font-size:12px;font-weight:650}.site-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #1c181414;border-radius:999px;box-shadow:0 18px 50px #2d221614}.site-nav a{color:#141414;border-radius:999px;font-weight:900;text-decoration:none;transition:background-color .18s,color .18s,transform .18s}.site-nav a:hover{color:#007982;background:#00acba1a;transform:translateY(-1px)}.site-phone{color:#111;font-weight:900}.site-cart-button{color:#fff;background:#111;border:0;box-shadow:0 16px 42px #00000029}.site-cart-button:hover{color:#fff;background:#00acba;box-shadow:0 20px 48px #00acba47}.electra-v3-hero{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:18px;max-width:1320px}.electra-v3-hero-copy,.electra-v3-hero-media{border-radius:38px;min-height:clamp(620px,76vh,820px)}.electra-v3-hero-copy{background:radial-gradient(circle at 0 0,#00acba1f,#0000 34%),linear-gradient(145deg,#fffdf8f5,#faf4ebeb);padding:clamp(34px,5vw,68px);position:relative;overflow:hidden}.electra-v3-hero-copy:after{content:"";pointer-events:none;background:#00acba1a;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-140px;right:-120px}.electra-v3-hero-topline{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:22px;display:flex}.electra-v3-hero-topline .electra-v2-kicker{margin:0}.electra-v3-hero-topline span{color:#007982;background:#ffffff94;border:1px solid #00acba2e;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:850}.electra-v3-hero-copy h1{letter-spacing:-.08em;text-wrap:balance;max-width:720px;font-size:clamp(54px,5.9vw,92px);line-height:.91}.electra-v3-hero-copy>p{color:#5e5851;max-width:560px;margin-top:28px;font-size:clamp(17px,1.4vw,20px);line-height:1.58}.electra-v3-hero-pills{flex-wrap:wrap;gap:9px;margin-top:26px;display:flex}.electra-v3-hero-pills span{color:#007982;background:#ffffffad;border:1px solid #00acba29;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900}.electra-v3-hero-actions{margin-top:34px}.electra-v3-hero-media{isolation:isolate;background:#101010;position:relative}.electra-v3-hero-video,.electra-v3-hero-poster{border-radius:inherit;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.electra-v3-media-placeholder{background:radial-gradient(circle at 76% 58%,#00acbae6,#0000 0 22%,#0000 38%),linear-gradient(145deg,#0f0f0f,#071f22);place-items:center;display:grid;position:absolute;inset:0}.electra-v3-media-placeholder span{aspect-ratio:1;color:#ffffffeb;width:min(48vw,360px);font-family:var(--font-electra-heading);letter-spacing:-.08em;background:linear-gradient(145deg,#00acba,#0b4045);border-radius:50%;place-items:center;font-size:clamp(28px,4vw,54px);font-weight:950;display:grid;transform:rotate(-7deg);box-shadow:0 50px 120px #00acba47}.electra-v3-media-overlay{z-index:1;border-radius:inherit;pointer-events:none;background:linear-gradient(#0000000a,#00000057),radial-gradient(circle at 78% 78%,#00acba3d,#0000 34%);position:absolute;inset:0}.electra-v3-media-card{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #ffffff47;border-radius:22px;gap:5px;max-width:260px;padding:16px 18px;display:grid;position:absolute;bottom:24px;right:24px;box-shadow:0 24px 70px #0000002e}.electra-v3-media-card span{color:#007982;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:950}.electra-v3-media-card strong{color:#111;font-size:18px;line-height:1.05}.electra-v2-scenarios{background:#fffcf7bd;border-radius:28px;gap:10px;padding:10px}.electra-v2-scenario{min-height:104px;box-shadow:none;background:#ffffffc7;border:1px solid #1e18120f;border-radius:22px;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:18px 20px;display:grid}.electra-v2-scenario span{color:#008c96;background:#00acba1a;border-radius:50%;place-items:center;width:38px;height:38px;font-size:13px;display:grid}.electra-v2-scenario p{letter-spacing:-.05em;margin:0;font-size:clamp(18px,2vw,24px);line-height:1}.electra-v2-feature-band{background:radial-gradient(circle at 100% 0,#00acba1a,#0000 36%),#fffcf7e0;border-radius:36px;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);position:relative;overflow:hidden}.electra-v2-feature-band:before{content:"";background:linear-gradient(145deg,#00acbad9,#084449eb);border-radius:38px;width:120px;height:120px;position:absolute;bottom:34px;left:34px;transform:rotate(-8deg);box-shadow:0 26px 70px #00acba29}.electra-v2-feature-band>div:first-child{z-index:1;padding-bottom:150px;position:relative}.electra-v2-feature-list{z-index:1;background:#ffffff94;border:1px solid #1e18120f;border-radius:28px;gap:0;position:relative;overflow:hidden}.electra-v2-feature-list article{border-bottom:1px solid #1e181214;padding:26px 28px;transition:background-color .18s,transform .18s}.electra-v2-feature-list article:hover{background:#00acba0e;transform:none}.electra-v2-feature-list article:last-child{border-bottom:0}.electra-v2-feature-list h3{font-size:clamp(24px,2.4vw,34px)}.electra-v2-feature-list p{max-width:720px;font-size:17px}@media (max-width:1100px){.electra-v3-hero{grid-template-columns:1fr}.electra-v3-hero-copy,.electra-v3-hero-media{min-height:auto}.electra-v3-hero-media{min-height:520px}.electra-v3-hero-copy h1{max-width:780px}}@media (max-width:760px){.site-header{min-height:auto}.electra-v3-hero-copy{padding:28px}.electra-v3-hero-copy h1{font-size:clamp(44px,14vw,62px)}.electra-v3-hero-media{min-height:420px}.electra-v2-scenarios,.electra-v2-feature-band{grid-template-columns:1fr}.electra-v2-feature-band>div:first-child{padding-bottom:120px}}@media (min-width:1110px){.electra-v2{padding-top:18px}.electra-v3-hero{align-items:stretch;height:calc(100svh - 124px);min-height:560px;max-height:700px}.electra-v3-hero-copy,.electra-v3-hero-media{height:100%;min-height:0;max-height:700px}.electra-v3-hero-copy{justify-content:center;padding:clamp(30px,3.8vw,54px)}.electra-v3-hero-copy h1{letter-spacing:-.075em;max-width:640px;font-size:clamp(48px,4.8vw,76px);line-height:.92}.electra-v3-hero-copy>p{max-width:520px;margin-top:22px;font-size:clamp(16px,1.12vw,18px);line-height:1.52}.electra-v3-hero-pills{margin-top:22px}.electra-v3-hero-actions{margin-top:28px}.electra-v3-hero-video,.electra-v3-hero-poster{object-fit:cover;height:100%}}@media (min-width:1110px) and (max-height:820px){.site-header{min-height:76px}.electra-v3-hero{height:calc(100svh - 104px);min-height:500px;max-height:620px}.electra-v3-hero-copy,.electra-v3-hero-media{max-height:620px}.electra-v3-hero-copy h1{font-size:clamp(44px,4.25vw,66px)}.electra-v3-hero-copy>p{margin-top:18px;font-size:16px}.electra-v3-hero-topline{margin-bottom:18px}.electra-v3-hero-pills{margin-top:18px}.electra-v3-hero-actions{margin-top:22px}}.site-logo img,.site-brand img{filter:brightness(0);opacity:.92}.site-brand strong,.site-logo strong,.site-header h1{color:#111;font-size:24px}.site-brand span,.site-logo span{color:#11111185}.site-nav{box-shadow:0 12px 34px #261e1614;background:#ffffffd1!important}.site-nav a{padding-top:12px;padding-bottom:12px}.site-cart-button{min-height:44px;padding:0 20px}@media (min-width:1110px){.electra-v2{padding-top:14px}.electra-v3-hero{grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);gap:18px;height:calc(100svh - 104px);min-height:520px;max-height:660px}.electra-v3-hero-copy,.electra-v3-hero-media{border-radius:34px;height:100%;min-height:0;max-height:660px}.electra-v3-hero-copy{padding:clamp(28px,3.4vw,48px)}.electra-v3-hero-topline{margin-bottom:18px}.electra-v3-hero-copy h1{letter-spacing:-.072em;max-width:610px;font-size:clamp(46px,4.35vw,68px);line-height:.94}.electra-v3-hero-copy>p{max-width:500px;margin-top:18px;font-size:16px;line-height:1.52}.electra-v3-hero-pills{gap:8px;margin-top:20px}.electra-v3-hero-pills span{padding:8px 11px;font-size:11px}.electra-v3-hero-actions{margin-top:24px}.electra-v3-hero-actions .electra-v2-primary,.electra-v3-hero-actions .electra-v2-secondary{min-height:46px;padding:0 20px;font-size:14px}.electra-v3-media-card{border-radius:18px;padding:14px 16px;bottom:20px;right:20px}.electra-v3-media-card strong{font-size:16px}}@media (min-width:1110px) and (max-height:820px){.electra-v3-hero{height:calc(100svh - 96px);min-height:480px;max-height:590px}.electra-v3-hero-copy,.electra-v3-hero-media{max-height:590px}.electra-v3-hero-copy h1{font-size:clamp(42px,4vw,60px)}.electra-v3-hero-copy>p{max-width:470px;margin-top:16px;font-size:15px}}.electra-v2-scenarios{border-radius:30px;margin-top:18px}.electra-v2-scenario{min-height:88px;padding:16px 18px}.electra-v3-hero-copy,.electra-v3-hero-media,.electra-v2-scenarios{box-shadow:0 24px 76px #382a1811}.site-header .site-logo,.site-header .site-brand,.site-header .site-logo strong,.site-header .site-brand strong,.site-header h1{color:#00acba!important}.site-header .site-logo img,.site-header .site-brand img{opacity:1!important;filter:brightness(0)saturate()invert(51%)sepia(91%)saturate(1351%)hue-rotate(143deg)brightness(94%)contrast(101%)!important}.site-header{-webkit-backdrop-filter:blur(26px)saturate(130%);backdrop-filter:blur(26px)saturate(130%);background:linear-gradient(#fffcf7bd,#fffcf785)!important;border-bottom:1px solid #1414140b!important;min-height:78px!important;box-shadow:0 10px 44px #1e18120b!important}.site-header-inner,.site-header>div{min-height:78px!important}.site-nav{background:#ffffffd6!important;border:1px solid #1414140f!important;box-shadow:0 16px 42px #231c1414,inset 0 1px #ffffffd9!important}.site-nav a{font-size:16px;padding:13px 20px!important}.site-cart-button{border-radius:999px!important;min-height:44px!important;padding:0 22px!important;font-size:15px!important}.site-phone{color:#111111c7!important}.site-header .site-logo img,.site-header .site-brand img{max-height:42px}.site-header .site-logo,.site-header .site-brand{transform:translateY(-1px)}@media (min-width:1110px){.electra-v3-hero{max-width:1280px}.electra-v3-hero-copy,.electra-v3-hero-media{border-radius:32px;box-shadow:0 24px 70px #382a180e}.electra-v3-hero-copy{background:radial-gradient(circle at 0 0,#00acba1a,#0000 34%),radial-gradient(circle at 100% 100%,#00acba1a,#0000 28%),#fffcf7e6}.electra-v3-hero-media{border:1px solid #11111129}}.electra-v2-scenarios{background:#fffcf7c7;border:1px solid #1e18120e;border-radius:28px;max-width:1280px;margin-top:14px;padding:8px;box-shadow:0 22px 60px #382a180d}.electra-v2-scenario{background:#ffffffb8;border-radius:22px;min-height:82px;transition:transform .18s,background-color .18s,box-shadow .18s;position:relative}.electra-v2-scenario:hover{background:#ffffffeb;transform:translateY(-2px);box-shadow:0 16px 34px #382a180f}.electra-v2-scenario span{background:#00acba18;width:34px;height:34px;font-size:12px}.electra-v2-scenario p{font-size:clamp(17px,1.45vw,21px)}.electra-v2-scenario:first-child:after,.electra-v2-scenario:nth-child(2):after,.electra-v2-scenario:nth-child(3):after{color:#554e46c7;grid-column:2;margin-top:-6px;font-size:13px;font-weight:650;line-height:1.35;display:block}.electra-v2-scenario:first-child:after{content:"Для прогулок, района и спокойных городских маршрутов."}.electra-v2-scenario:nth-child(2):after{content:"Коллекции помогают быстрее выбрать модель под сценарий."}.electra-v2-scenario:nth-child(3):after{content:"Цвет, форма и lifestyle-подача делают бренд заметным."}@media (max-width:760px){.site-nav a{font-size:14px;padding:10px 14px!important}.electra-v2-scenario:first-child:after,.electra-v2-scenario:nth-child(2):after,.electra-v2-scenario:nth-child(3):after{font-size:12px}}:is(body:has(.electra-v2) .site-header,body:has(.electra-catalog-v2) .site-header,body:has(.electra-collection-v2) .site-header,body:has(.electra-product-v2) .site-header,body:has(.electra-brand-story-page) .site-header){-webkit-backdrop-filter:blur(22px)saturate(120%)!important;backdrop-filter:blur(22px)saturate(120%)!important;background:linear-gradient(#faf6eef5,#faf6eee0)!important;border-bottom:1px solid #1e18120f!important;min-height:78px!important;box-shadow:0 10px 34px #261e160e!important}body:has(.electra-v2) .site-header>div{background:0 0!important;min-height:78px!important}body:has(.electra-v2) .site-header-inner{background:0 0!important;min-height:78px!important}body:has(.electra-catalog-v2) .site-header>div{background:0 0!important;min-height:78px!important}body:has(.electra-catalog-v2) .site-header-inner{background:0 0!important;min-height:78px!important}body:has(.electra-collection-v2) .site-header>div{background:0 0!important;min-height:78px!important}body:has(.electra-collection-v2) .site-header-inner{background:0 0!important;min-height:78px!important}body:has(.electra-product-v2) .site-header>div{background:0 0!important;min-height:78px!important}body:has(.electra-product-v2) .site-header-inner{background:0 0!important;min-height:78px!important}body:has(.electra-brand-story-page) .site-header>div{background:0 0!important;min-height:78px!important}body:has(.electra-brand-story-page) .site-header-inner{background:0 0!important;min-height:78px!important}:is(body:has(.electra-v2) .site-logo,body:has(.electra-v2) .site-brand,body:has(.electra-catalog-v2) .site-logo,body:has(.electra-catalog-v2) .site-brand,body:has(.electra-collection-v2) .site-logo,body:has(.electra-collection-v2) .site-brand,body:has(.electra-product-v2) .site-logo,body:has(.electra-product-v2) .site-brand,body:has(.electra-brand-story-page) .site-logo,body:has(.electra-brand-story-page) .site-brand){-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border-radius:0!important;padding:0!important}:is(body:has(.electra-v2) .site-logo img,body:has(.electra-v2) .site-brand img,body:has(.electra-catalog-v2) .site-logo img,body:has(.electra-catalog-v2) .site-brand img,body:has(.electra-collection-v2) .site-logo img,body:has(.electra-collection-v2) .site-brand img,body:has(.electra-product-v2) .site-logo img,body:has(.electra-product-v2) .site-brand img,body:has(.electra-brand-story-page) .site-logo img,body:has(.electra-brand-story-page) .site-brand img){opacity:1!important;filter:brightness(0)saturate()invert(51%)sepia(91%)saturate(1351%)hue-rotate(143deg)brightness(94%)contrast(101%)!important;max-height:42px!important}:is(body:has(.electra-v2) .site-brand strong,body:has(.electra-v2) .site-logo strong,body:has(.electra-catalog-v2) .site-brand strong,body:has(.electra-catalog-v2) .site-logo strong,body:has(.electra-collection-v2) .site-brand strong,body:has(.electra-collection-v2) .site-logo strong,body:has(.electra-product-v2) .site-brand strong,body:has(.electra-product-v2) .site-logo strong,body:has(.electra-brand-story-page) .site-brand strong,body:has(.electra-brand-story-page) .site-logo strong){color:#00acba!important}:is(body:has(.electra-v2) .site-nav,body:has(.electra-catalog-v2) .site-nav,body:has(.electra-collection-v2) .site-nav,body:has(.electra-product-v2) .site-nav,body:has(.electra-brand-story-page) .site-nav){background:#ffffffe6!important;border:1px solid #1e181212!important;box-shadow:0 14px 38px #261e1614!important}:is(body:has(.electra-v2) .site-cart-button,body:has(.electra-catalog-v2) .site-cart-button,body:has(.electra-collection-v2) .site-cart-button,body:has(.electra-product-v2) .site-cart-button,body:has(.electra-brand-story-page) .site-cart-button){color:#fff!important;background:#111!important}.electra-v2-scenario:after{content:none!important;display:none!important}.electra-v2-scenario{grid-template-columns:auto 1fr!important;min-height:82px!important}.electra-v2-scenario p{color:#151515!important;margin:0!important}.electra-v3-scenarios{background:#fffcf7c7;border:1px solid #1e18120e;border-radius:28px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:1280px;margin-top:14px;padding:8px;display:grid;box-shadow:0 22px 60px #382a180d}.electra-v3-scenario{background:#ffffffbd;border:1px solid #1e18120e;border-radius:22px;grid-template-columns:auto 1fr;align-items:start;gap:16px;min-height:112px;padding:20px;transition:transform .18s,background-color .18s,box-shadow .18s;display:grid}.electra-v3-scenario:hover{background:#fffffff0;transform:translateY(-2px);box-shadow:0 16px 34px #382a180f}.electra-v3-scenario>span{color:#008c96;background:#00acba18;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:950;display:grid}.electra-v3-scenario h3{color:#151515;font-family:var(--font-electra-heading);letter-spacing:-.052em;margin:0;font-size:clamp(18px,1.45vw,22px);line-height:1}.electra-v3-scenario p{font-weight:650;color:#554e46d1!important;margin:10px 0 0!important;font-size:14px!important;line-height:1.42!important}@media (max-width:980px){.electra-v3-scenarios{grid-template-columns:1fr}.electra-v3-scenario{min-height:auto}}.consult-popup{z-index:200;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.consult-popup-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#12100e7a;position:absolute;inset:0}.consult-popup-card{z-index:1;background:radial-gradient(circle at 100% 0,#00acba29,#0000 34%),#fffcf7f5;border:1px solid #ffffff61;border-radius:34px;width:min(100%,520px);padding:clamp(28px,4vw,42px);position:relative;box-shadow:0 34px 100px #0000003d}.consult-popup-close{color:#111;cursor:pointer;background:#1414140f;border:0;border-radius:50%;place-items:center;width:36px;height:36px;font-size:24px;line-height:1;display:grid;position:absolute;top:16px;right:18px}.consult-popup-kicker{color:#008c96;letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:950}.consult-popup-card h2{color:#111;max-width:420px;font-family:var(--font-electra-heading);letter-spacing:-.07em;margin:0;font-size:clamp(34px,5vw,52px);line-height:.94}.consult-popup-card p{color:#5d5a55;margin:18px 0 0;font-size:16px;line-height:1.55}.consult-popup-form{gap:12px;margin-top:24px;display:grid}.consult-popup-form label{gap:7px;display:grid}.consult-popup-form label span{color:#5d5a55;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:900}.consult-popup-form input{color:#111;min-height:50px;font:inherit;background:#ffffffd6;border:1px solid #1e18121f;border-radius:16px;outline:none;padding:0 16px}.consult-popup-form input:focus{border-color:#00acba7a;box-shadow:0 0 0 4px #00acba1a}.consult-popup-actions{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.consult-popup-primary,.consult-popup-secondary{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:950;text-decoration:none;display:inline-flex}.consult-popup-primary{color:#fff;cursor:pointer;background:#00acba;border:0;box-shadow:0 18px 44px #00acba3d}.consult-popup-primary:disabled{cursor:default;opacity:.72}.consult-popup-secondary{color:#007982;background:#fff9;border:1px solid #00acba3d}.consult-popup-error{color:#8d1f1f;background:#b4282814;border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.4}.consult-popup-success{gap:4px;display:grid}.consult-popup-success .consult-popup-primary{width:fit-content;margin-top:20px}.electra-v3-kids-copy h2{max-width:820px;font-family:var(--font-electra-heading);letter-spacing:-.07em;margin:0;font-size:clamp(40px,5vw,74px);line-height:.92}@media (max-width:980px){.electra-v3-kids{grid-template-columns:1fr}.electra-v3-kids-card{min-height:auto}}.electra-v3-decision{background:radial-gradient(circle at 100% 0,#00acba1f,#0000 34%),#fffcf7e6;border:1px solid #1e181212;border-radius:36px;max-width:1280px;margin:46px auto 0;padding:clamp(30px,5vw,58px);box-shadow:0 24px 72px #382a180f}.electra-v3-decision-head{max-width:880px}.electra-v3-decision-head h2{font-family:var(--font-electra-heading);letter-spacing:-.07em;margin:0;font-size:clamp(40px,5vw,76px);line-height:.92}.electra-v3-decision-head>p{color:#5d5a55;max-width:760px;margin:24px 0 0;font-size:18px;line-height:1.58}.electra-v3-decision-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.electra-v3-decision-grid article{background:#ffffffad;border:1px solid #1e18120f;border-radius:26px;padding:26px}.electra-v3-decision-grid span{color:#008c96;background:#00acba1a;border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;font-weight:950;display:grid}.electra-v3-decision-grid h3{font-family:var(--font-electra-heading);letter-spacing:-.055em;margin:34px 0 10px;font-size:28px;line-height:1}.electra-v3-decision-grid p{color:#5d5a55;margin:0;line-height:1.55}@media (max-width:980px){.electra-v3-decision-grid{grid-template-columns:1fr}}.electra-choice-hub{background:radial-gradient(circle at 100% 0,#00acba1f,#0000 34%),#fffcf7eb;border:1px solid #1e181212;border-radius:36px;max-width:1280px;margin:46px auto 0;padding:clamp(30px,5vw,58px);box-shadow:0 24px 72px #382a180f}.electra-choice-hub-head{max-width:900px}.electra-choice-hub-head h2{font-family:var(--font-electra-heading);letter-spacing:-.07em;margin:0;font-size:clamp(40px,5vw,76px);line-height:.92}.electra-choice-hub-head>p{color:#5d5a55;max-width:780px;margin:24px 0 0;font-size:18px;line-height:1.58}.electra-choice-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px;display:grid}.electra-choice-hub-grid article{background:#ffffffb3;border:1px solid #1e18120f;border-radius:28px;flex-direction:column;min-height:300px;padding:26px;transition:transform .18s,box-shadow .18s,background-color .18s;display:flex}.electra-choice-hub-grid article:hover{background:#ffffffeb;transform:translateY(-3px);box-shadow:0 18px 44px #382a1812}.electra-choice-hub-grid span{color:#008c96;background:#00acba1a;border-radius:50%;place-items:center;width:38px;height:38px;font-size:12px;font-weight:950;display:grid}.electra-choice-hub-grid h3{font-family:var(--font-electra-heading);letter-spacing:-.055em;margin:38px 0 12px;font-size:30px;line-height:1}.electra-choice-hub-grid p{color:#5d5a55;margin:0;line-height:1.55}.electra-choice-hub-grid button{color:#fff;cursor:pointer;background:#00acba;border:0;border-radius:999px;width:fit-content;min-height:46px;margin-top:auto;padding:0 18px;font-weight:950;box-shadow:0 16px 38px #00acba33}.electra-choice-modal{z-index:240;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.electra-choice-modal-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12100e85;position:absolute;inset:0}.electra-choice-modal-card{z-index:1;background:radial-gradient(circle at 100% 0,#00acba24,#0000 34%),#fffcf7fa;border:1px solid #ffffff5c;border-radius:34px;width:min(100%,940px);max-height:min(86vh,860px);padding:clamp(28px,4vw,46px);position:relative;overflow:auto;box-shadow:0 34px 100px #0000003d}.electra-choice-modal-close{color:#111;cursor:pointer;background:#1414140f;border:0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;display:grid;position:absolute;top:16px;right:18px}.electra-choice-modal-card h2{max-width:760px;font-family:var(--font-electra-heading);letter-spacing:-.07em;margin:0;font-size:clamp(34px,5vw,62px);line-height:.94}.electra-choice-questions{gap:20px;margin-top:28px;display:grid}.electra-choice-question{background:#ffffffa6;border:1px solid #1e181212;border-radius:24px;padding:20px}.electra-choice-question h3{font-family:var(--font-electra-heading);letter-spacing:-.05em;margin:0 0 14px;font-size:24px}.electra-choice-question>div{flex-wrap:wrap;gap:8px;display:flex}.electra-choice-question button{color:#007982;cursor:pointer;background:#fff;border:1px solid #00acba33;border-radius:999px;min-height:42px;padding:0 14px;font-weight:850}.electra-choice-question button.is-selected{color:#fff;background:#00acba}.electra-choice-hint,.electra-choice-error,.electra-choice-result{color:#4f4a43;background:#00acba14;border-radius:18px;margin-top:22px;padding:16px 18px;line-height:1.5}.electra-choice-result span{color:#008c96;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:950;display:block}.electra-choice-result p{color:#111;margin:0;font-weight:850}.electra-choice-form{gap:12px;margin-top:18px;display:grid}.electra-choice-form label{gap:7px;display:grid}.electra-choice-form label span{color:#5d5a55;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:900}.electra-choice-form input{color:#111;min-height:50px;font:inherit;background:#ffffffd6;border:1px solid #1e18121f;border-radius:16px;outline:none;padding:0 16px}.electra-choice-form button,.electra-choice-success button{color:#fff;cursor:pointer;background:#00acba;border:0;border-radius:999px;width:fit-content;min-height:48px;padding:0 20px;font-weight:950;box-shadow:0 18px 44px #00acba38}.electra-choice-error{color:#8d1f1f;background:#b4282814}.electra-choice-compare{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.electra-choice-compare article{background:#ffffffad;border:1px solid #1e181212;border-radius:24px;padding:22px}.electra-choice-compare h3{font-family:var(--font-electra-heading);letter-spacing:-.06em;margin:0 0 12px;font-size:30px}.electra-choice-compare p{color:#5d5a55;margin:0;line-height:1.5}.electra-choice-compare strong{color:#111;margin-top:12px;display:block}.electra-choice-compare a{color:#007982;margin-top:18px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:980px){.electra-choice-hub-grid,.electra-choice-compare{grid-template-columns:1fr}.electra-choice-hub-grid article{min-height:auto}}button.electra-v2-primary,button.electra-v2-secondary{cursor:pointer;font:inherit}.electra-v3-kids-actions button.electra-v2-secondary{color:#007982;background:#ffffff9e;border:1px solid #00acba3d;border-radius:999px;min-height:46px;padding:0 18px;font-weight:950}.electra-choice-modal,.electra-choice-modal-card,.electra-choice-modal-card h2,.electra-choice-modal-card h3,.electra-choice-modal-card p,.electra-choice-question h3,.electra-choice-result p,.electra-choice-success h2,.electra-choice-success p{color:#151515!important}.electra-choice-modal-card .electra-v2-kicker,.electra-choice-result span{color:#008c96!important}.electra-choice-question{color:#151515!important}.electra-choice-question h3{color:#151515!important;opacity:1!important}.electra-choice-hint{color:#5d5a55!important}.electra-choice-modal-close{color:#151515!important}.electra-story-page{background:radial-gradient(circle at 0 0,#00acba1f,#0000 30%),radial-gradient(circle at 100% 8%,#c49e7229,#0000 34%),#f4efe6;min-height:100vh;padding:clamp(18px,3vw,34px)}.electra-story-hero,.electra-story-manifesto,.electra-story-feature,.electra-story-kids,.electra-story-cta{max-width:1280px;margin:0 auto}.electra-story-hero{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:18px;display:grid}.electra-story-hero-copy,.electra-story-hero-media,.electra-story-manifesto,.electra-story-feature,.electra-story-kids,.electra-story-cta{background:#fffcf7e0;border:1px solid #1e181212;border-radius:36px;box-shadow:0 24px 72px #382a180f}.electra-story-hero-copy{padding:clamp(34px,5vw,68px)}.electra-story-hero-copy h1,.electra-story-manifesto h2,.electra-story-feature h2,.electra-story-section-head h2,.electra-story-kids h2,.electra-story-cta h2{color:#111;font-family:var(--font-electra-heading);letter-spacing:-.075em;margin:0;line-height:.92}.electra-story-hero-copy h1{max-width:820px;font-size:clamp(52px,6vw,96px)}.electra-story-hero-copy>p{color:#5d5a55;max-width:680px;margin:26px 0 0;font-size:19px;line-height:1.58}.electra-story-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.electra-story-hero-media{background:#111;min-height:620px;position:relative;overflow:hidden}.electra-story-hero-media img{object-fit:cover;width:100%;height:100%}.electra-story-hero-media:after{content:"";background:linear-gradient(#0000,#00000052),radial-gradient(circle at 80% 80%,#00acba47,#0000 34%);position:absolute;inset:0}.electra-story-hero-media div{z-index:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border-radius:24px;max-width:280px;padding:18px;position:absolute;bottom:24px;right:24px}.electra-story-hero-media span,.electra-story-feature-card span,.electra-story-kids-sizes span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950;display:block}.electra-story-hero-media strong{color:#111;font-family:var(--font-electra-heading);letter-spacing:-.06em;margin-top:8px;font-size:28px;line-height:.96;display:block}.electra-story-manifesto,.electra-story-feature,.electra-story-kids,.electra-story-cta{grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:36px;margin-top:44px;padding:clamp(34px,5vw,62px);display:grid}.electra-story-manifesto h2,.electra-story-feature h2,.electra-story-kids h2,.electra-story-cta h2{font-size:clamp(40px,5vw,76px)}.electra-story-manifesto-text,.electra-story-feature p,.electra-story-kids p,.electra-story-cta p{color:#5d5a55;font-size:18px;line-height:1.58}.electra-story-manifesto-text p{margin:0}.electra-story-feature{background:radial-gradient(circle at 100% 0,#00acba24,#0000 34%),#fffcf7e6;align-items:stretch}.electra-story-feature-card{background:radial-gradient(circle at 20% 20%,#00acba3d,#0000 34%),linear-gradient(145deg,#efe4d6,#fbf7ef);border-radius:30px;flex-direction:column;justify-content:flex-end;min-height:320px;padding:30px;display:flex}.electra-story-feature-card strong{color:#111;font-family:var(--font-electra-heading);letter-spacing:-.07em;margin-top:18px;font-size:clamp(34px,4vw,58px);line-height:.94;display:block}.electra-story-timeline{max-width:1280px;margin:54px auto 0}.electra-story-section-head{max-width:900px}.electra-story-section-head h2{font-size:clamp(46px,6vw,96px)}.electra-story-section-head p{color:#5d5a55;max-width:760px;margin-top:20px;font-size:18px;line-height:1.58}.electra-story-timeline-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.electra-story-timeline-grid article{background:#fffcf7e0;border:1px solid #1e181212;border-radius:30px;overflow:hidden;box-shadow:0 20px 60px #382a180e}.electra-story-timeline-image{background:#e9e1d6;height:250px}.electra-story-timeline-image img{object-fit:cover;width:100%;height:100%}.electra-story-timeline-body{padding:24px}.electra-story-timeline-body span{color:#008c96;letter-spacing:.12em;text-transform:uppercase;font-size:13px;font-weight:950}.electra-story-timeline-body h3{color:#111;font-family:var(--font-electra-heading);letter-spacing:-.06em;margin:18px 0 12px;font-size:30px;line-height:.98}.electra-story-timeline-body p{color:#5d5a55;margin:0;line-height:1.55}.electra-story-kids{align-items:center}.electra-story-kids img{object-fit:cover;border-radius:30px;width:100%;min-height:380px}.electra-story-kids-sizes{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px;display:grid}.electra-story-kids-sizes article{background:#ffffffad;border:1px solid #1e181212;border-radius:22px;padding:18px}.electra-story-kids-sizes p{margin:10px 0 0;font-size:15px}.electra-story-cta{align-items:center;margin-bottom:34px}@media (max-width:1100px){.electra-story-hero,.electra-story-manifesto,.electra-story-feature,.electra-story-kids,.electra-story-cta{grid-template-columns:1fr}.electra-story-hero-media{min-height:460px}.electra-story-timeline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.electra-story-page{padding:12px}.electra-story-hero-copy,.electra-story-manifesto,.electra-story-feature,.electra-story-kids,.electra-story-cta{border-radius:28px;padding:26px}.electra-story-timeline-grid,.electra-story-kids-sizes{grid-template-columns:1fr}.electra-story-hero-copy h1{font-size:clamp(42px,13vw,58px)}}body:has(.electra-story-page) .site-header{-webkit-backdrop-filter:blur(22px)saturate(120%)!important;backdrop-filter:blur(22px)saturate(120%)!important;background:linear-gradient(#f6f0e6f5,#f6f0e6e6)!important;border-bottom:1px solid #1e18120f!important;box-shadow:0 10px 34px #261e160e!important}body:has(.electra-story-page) .site-header>div{background:0 0!important}body:has(.electra-story-page) .site-header-inner{background:0 0!important}.electra-story-page{background:radial-gradient(circle at 0 0,#00acba21,#0000 32%),radial-gradient(circle at 100% 4%,#c49e7229,#0000 34%),linear-gradient(#f6f0e6 0%,#f2ebdf 100%)!important;padding-top:22px!important}@media (min-width:1120px){.electra-story-hero{align-items:stretch;min-height:calc(100svh - 126px);max-height:680px;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr)!important;gap:18px!important}.electra-story-hero-copy,.electra-story-hero-media{height:auto;max-height:680px;min-height:0!important}.electra-story-hero-copy{flex-direction:column;justify-content:center;display:flex;overflow:hidden;padding:clamp(32px,4vw,56px)!important}.electra-story-hero-copy h1{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;letter-spacing:-.072em!important;max-width:100%!important;font-size:clamp(42px,3.9vw,62px)!important;line-height:.94!important}.electra-story-hero-copy>p{max-width:560px!important;margin-top:22px!important;font-size:17px!important;line-height:1.54!important}.electra-story-actions{margin-top:26px!important}.electra-story-hero-media{overflow:hidden;min-height:0!important}.electra-story-hero-media img{object-fit:cover;height:100%!important}}@media (min-width:1120px) and (max-height:820px){.electra-story-hero{min-height:calc(100svh - 112px);max-height:610px}.electra-story-hero-copy,.electra-story-hero-media{max-height:610px}.electra-story-hero-copy h1{font-size:clamp(40px,3.4vw,54px)!important}.electra-story-hero-copy>p{margin-top:18px!important;font-size:16px!important}}.electra-story-timeline-image{place-items:center;display:grid;background:radial-gradient(circle at 50% 20%,#00acba14,#0000 36%),#f5efe6!important;height:260px!important}.electra-story-timeline-image img{padding:10px;object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important}.electra-story-timeline-grid article{background:#fffcf7f0!important}.electra-story-kids{background:radial-gradient(circle at 100% 0,#00acba1a,#0000 32%),#fffcf7eb!important;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr)!important;align-items:center!important;gap:34px!important}.electra-story-kids h2{max-width:640px;letter-spacing:-.07em!important;font-size:clamp(38px,4vw,62px)!important;line-height:.96!important}.electra-story-kids>div>p{max-width:620px;margin-top:22px;font-size:17px!important;line-height:1.58!important}.electra-story-kids img{background:radial-gradient(circle at 50% 20%,#00acba14,#0000 36%),#f5efe6;border-radius:30px;max-height:430px;padding:12px;object-fit:contain!important;object-position:center!important;width:100%!important;min-height:0!important}.electra-story-kids-sizes{max-width:640px}.electra-story-kids-sizes article{background:#ffffffc2!important}.electra-story-kids-sizes span{color:#008c96!important}.electra-story-kids-sizes p{color:#5d5a55!important;line-height:1.45!important}.electra-story-cta{max-width:1280px;padding:clamp(34px,5vw,62px)!important;display:block!important}.electra-story-cta p{max-width:680px;margin-top:24px!important}.electra-story-cta .electra-story-actions{margin-top:30px!important}@media (max-width:1100px){.electra-story-hero,.electra-story-kids{max-height:none;grid-template-columns:1fr!important}.electra-story-hero-copy h1{font-size:clamp(42px,10vw,68px)!important}.electra-story-kids h2{font-size:clamp(38px,10vw,62px)!important}.electra-story-kids img{max-height:none}}@media (max-width:720px){.electra-story-hero-copy h1,.electra-story-cta h2{font-size:clamp(38px,12vw,54px)!important}.electra-story-timeline-image{height:220px!important}}.electra-story-hero-copy h1{-webkit-hyphens:none!important;hyphens:none!important;word-break:normal!important;overflow-wrap:normal!important}@media (min-width:1120px){.electra-story-hero-copy h1{letter-spacing:-.072em!important;max-width:620px!important;font-size:clamp(42px,3.65vw,58px)!important;line-height:.96!important}.electra-story-hero-copy{padding:clamp(34px,4vw,58px)!important}.electra-story-hero-copy>p{max-width:560px!important;font-size:17px!important}}.electra-story-manifesto{grid-template-columns:minmax(0,.72fr) minmax(0,1fr)!important;align-items:start!important}.electra-story-manifesto h2{max-width:560px;font-size:clamp(42px,4.6vw,72px)!important;line-height:.94!important}.electra-story-manifesto-text{gap:14px;display:grid}.electra-story-manifesto-text p{background:#ffffff94;border:1px solid #1e18120f;border-radius:24px;padding:22px 24px;font-size:17px!important;line-height:1.56!important}.electra-story-manifesto-text p+p{margin-top:0!important}.electra-story-feature{grid-template-columns:minmax(0,.78fr) minmax(420px,1fr)!important;align-items:stretch!important}.electra-story-feature h2{max-width:620px;font-size:clamp(40px,4.5vw,68px)!important;line-height:.94!important}.electra-story-flatfoot-card{position:relative;overflow:hidden;background:radial-gradient(circle at 24% 18%,#00acba3d,#0000 34%),linear-gradient(145deg,#efe4d6,#fbf7ef)!important;justify-content:space-between!important;min-height:420px!important}.electra-story-flatfoot-visual{background:radial-gradient(circle at 50% 35%,#00acba33,#0000 34%),#ffffff70;border-radius:24px;min-height:210px;position:relative}.electra-story-flatfoot-wheel{border:8px solid #00acbad9;border-radius:50%;width:74px;height:74px;position:absolute;bottom:34px;box-shadow:inset 0 0 0 2px #11111114}.electra-story-flatfoot-wheel-front{right:76px}.electra-story-flatfoot-wheel-back{left:76px}.electra-story-flatfoot-frame{transform-origin:0;background:#111;border-radius:999px;height:8px;position:absolute;bottom:84px;left:142px;right:142px;transform:rotate(-7deg)}.electra-story-flatfoot-saddle{background:#111;border-radius:999px;width:58px;height:12px;position:absolute;bottom:132px;left:45%;transform:rotate(-4deg)}.electra-story-flatfoot-rider{background:linear-gradient(#00acbaf2,#00747ef2);border-radius:999px 999px 28px 28px;width:54px;height:92px;position:absolute;bottom:142px;left:48%;transform:rotate(-6deg);box-shadow:0 18px 40px #00acba2e}.electra-story-feature-card strong{max-width:520px;font-size:clamp(30px,3.2vw,48px)!important}.electra-story-timeline-grid{align-items:stretch}.electra-story-timeline-grid article{flex-direction:column;min-height:100%;display:flex}.electra-story-timeline-image{aspect-ratio:4/3;overflow:hidden;background:#ede6dc!important;height:auto!important}.electra-story-timeline-image img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;padding:0!important}.electra-story-timeline-body{flex:1}.electra-story-kids h2{max-width:560px;font-size:clamp(38px,3.8vw,58px)!important}.electra-story-kids img{aspect-ratio:16/10;object-fit:cover!important;max-height:390px!important;padding:0!important}.electra-story-cta{background:radial-gradient(circle at 100%,#00acba14,#0000 34%),#fffcf7eb!important;max-width:1180px!important;min-height:0!important;padding:clamp(34px,4.5vw,56px)!important}.electra-story-cta>div:first-child{max-width:720px!important}.electra-story-cta h2{max-width:700px!important;font-size:clamp(40px,4.5vw,68px)!important;line-height:.95!important}.electra-story-cta p{max-width:650px!important;margin-top:22px!important;font-size:17px!important}.electra-story-cta .electra-story-actions{justify-content:flex-start!important;margin-top:28px!important}@media (max-width:1100px){.electra-story-manifesto,.electra-story-feature{grid-template-columns:1fr!important}.electra-story-flatfoot-card{min-height:auto!important}.electra-story-flatfoot-visual{min-height:220px}}@media (max-width:720px){.electra-story-manifesto-text p{padding:18px}.electra-story-timeline-image{aspect-ratio:16/11}.electra-story-flatfoot-wheel-back{left:36px}.electra-story-flatfoot-wheel-front{right:36px}.electra-story-flatfoot-frame{left:96px;right:96px}}.electra-story-timeline-image--contain{background:radial-gradient(circle at 50% 30%,#00acba14,#0000 34%),#efe8de!important}.electra-story-timeline-image--contain img{object-fit:contain!important;object-position:center center!important;padding:10px!important}.electra-story-timeline-image:not(.electra-story-timeline-image--contain) img{object-fit:cover!important}.electra-story-kids>img{aspect-ratio:16/10;background:#efe8de;border-radius:30px;object-fit:cover!important;object-position:center center!important;width:100%!important;max-height:430px!important;padding:0!important}.electra-story-timeline-image{aspect-ratio:4/3!important;background:#efe8de!important;height:auto!important;overflow:hidden!important}.electra-story-timeline-image img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;padding:0!important;display:block!important}.electra-story-kids>img{aspect-ratio:16/10!important;object-fit:cover!important;object-position:center center!important;background:#efe8de!important;border-radius:30px!important;width:100%!important;max-height:430px!important;padding:0!important;display:block!important}button.electra-v2-primary,button.electra-v2-secondary,button.electra-v2-story-link{cursor:pointer;font:inherit}button.electra-v2-secondary{color:#007982;background:#ffffff9e;border:1px solid #00acba3d;border-radius:999px;min-height:46px;padding:0 18px;font-weight:950}button.electra-v2-secondary:hover{background:#00acba14}.electra-v3-kids{grid-template-columns:minmax(0,1fr) minmax(300px,.46fr);gap:18px;max-width:1280px;margin:42px auto 0;display:grid}.electra-v3-kids-copy,.electra-v3-kids-card{background:#fffcf7e6;border:1px solid #1e181212;border-radius:34px;box-shadow:0 24px 72px #382a180f}.electra-v3-kids-copy{padding:clamp(30px,5vw,56px)}.electra-v3-kids-copy h2{color:#111;max-width:780px;font-family:var(--font-electra-heading);letter-spacing:-.07em;margin:0;font-size:clamp(38px,4.7vw,68px);line-height:.94}.electra-v3-kids-copy>p{color:#5d5a55;max-width:720px;margin:22px 0 0;font-size:17px;line-height:1.58}.electra-v3-kids-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.electra-v3-kids-actions button.electra-v2-secondary{color:#007982;cursor:pointer;min-height:46px;font:inherit;background:#ffffff9e;border:1px solid #00acba3d;border-radius:999px;padding:0 18px;font-weight:950}.electra-v3-kids-card{background:radial-gradient(circle at 30% 20%,#00acba38,#0000 34%),linear-gradient(145deg,#efe4d6,#fbf7ef);flex-direction:column;justify-content:flex-end;min-height:320px;padding:28px;display:flex}.electra-v3-kids-card span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-v3-kids-card strong{color:#111;font-family:var(--font-electra-heading);letter-spacing:-.07em;margin-top:14px;font-size:clamp(30px,3vw,42px);line-height:.96;display:block}.electra-v3-kids-card p{color:#5d5a55;margin:18px 0 0;line-height:1.55}@media (max-width:980px){.electra-v3-kids{grid-template-columns:1fr}.electra-v3-kids-card{min-height:auto}}@media (min-width:1110px){.electra-v3-hero{align-items:stretch!important;height:auto!important;min-height:auto!important;margin-top:18px!important}.electra-v3-hero-copy,.electra-v3-hero-media{height:auto!important;min-height:560px!important}.electra-v3-hero-copy{flex-direction:column!important;justify-content:center!important;padding:clamp(34px,4vw,56px)!important;display:flex!important;overflow:visible!important}.electra-v3-hero-copy h1{letter-spacing:-.075em!important;max-width:620px!important;margin-top:28px!important;font-size:clamp(48px,4.15vw,74px)!important;line-height:.94!important}.electra-v3-hero-copy>p{max-width:600px!important;margin-top:24px!important;font-size:17px!important;line-height:1.5!important}.electra-v3-hero-pills{margin-top:26px!important}.electra-v3-hero-actions{margin-top:26px!important;padding-bottom:0!important}.electra-v3-hero-actions .electra-v2-primary,.electra-v3-hero-actions .electra-v2-secondary,.electra-v3-hero-actions button.electra-v2-secondary{justify-content:center!important;align-items:center!important;min-height:50px!important;display:inline-flex!important}.electra-v2-scenarios,.electra-v3-scenarios{margin-top:22px!important}}@media (min-width:1110px) and (max-height:850px){.electra-v3-hero-copy,.electra-v3-hero-media{min-height:520px!important}.electra-v3-hero-copy h1{margin-top:22px!important;font-size:clamp(44px,3.8vw,64px)!important}.electra-v3-hero-copy>p{margin-top:18px!important;font-size:16px!important}.electra-v3-hero-pills{margin-top:20px!important}.electra-v3-hero-actions{margin-top:22px!important}}@media (max-width:760px){.electra-v3-hero-copy{overflow:visible!important}.electra-v3-hero-copy h1{font-size:clamp(38px,11vw,54px)!important;line-height:.95!important}.electra-v3-hero-actions{padding-bottom:0!important}}.electra-v2-flatfoot-grid{background:#fffcf7b8!important;border:1px solid #1e18120e!important;border-radius:28px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important;padding:8px!important;display:grid!important;box-shadow:0 18px 54px #382a180b!important}.electra-v2-flatfoot-grid article{transition:transform .18s,box-shadow .18s,background-color .18s;position:relative;overflow:hidden;min-height:132px!important;box-shadow:none!important;background:#ffffffb8!important;border:1px solid #1e18120e!important;border-radius:22px!important;padding:22px 20px 20px!important}.electra-v2-flatfoot-grid article:hover{transform:translateY(-2px);background:#fffffff0!important;box-shadow:0 16px 34px #382a180f!important}.electra-v2-flatfoot-grid article:before{content:"";opacity:.9;background:#00acba;border-radius:999px;width:28px;height:4px;margin-bottom:18px;display:block}.electra-v2-flatfoot-grid h3{max-width:220px;font-family:var(--font-electra-heading);color:#151515!important;letter-spacing:-.052em!important;margin:0!important;font-size:clamp(18px,1.25vw,22px)!important;line-height:.98!important}.electra-v2-flatfoot-grid p{max-width:250px;color:#554e46d1!important;margin:12px 0 0!important;font-size:14px!important;font-weight:600!important;line-height:1.45!important}@media (max-width:1180px){.electra-v2-flatfoot-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.electra-v2-flatfoot-grid{grid-template-columns:1fr!important;gap:8px!important;padding:6px!important}.electra-v2-flatfoot-grid article{min-height:auto!important;padding:20px!important}}@media (min-width:981px){.electra-v2-category-rail{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;padding-bottom:0!important;display:grid!important;overflow:visible!important}.electra-v2-category{width:100%!important;min-width:0!important}.electra-v2-category-image{aspect-ratio:4/3!important;height:auto!important;overflow:hidden!important}.electra-v2-category-image img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important}}@media (max-width:980px){.electra-v2-category-rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px!important;padding-bottom:8px!important;display:flex!important;overflow:auto hidden!important}.electra-v2-category-rail::-webkit-scrollbar{display:none}.electra-v2-category{scroll-snap-align:start;flex:0 0 min(84vw,360px)!important}}.electra-v2-category-rail{max-width:1280px!important;margin:28px auto 0!important}@media (min-width:981px){.electra-v2-category-rail{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;padding:0!important;display:grid!important;overflow:visible!important}.electra-v2-category{border-radius:28px!important;flex-direction:column!important;width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;display:flex!important;overflow:hidden!important}.electra-v2-category-image{aspect-ratio:auto!important;flex:none!important;width:100%!important;height:260px!important;min-height:0!important;overflow:hidden!important}.electra-v2-category-image img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.electra-v2-category-content{flex-direction:column!important;flex:auto!important;min-height:235px!important;padding:30px 30px 28px!important;display:flex!important}.electra-v2-category-content h3{margin-top:28px!important;font-size:clamp(30px,2.35vw,42px)!important;line-height:.95!important}.electra-v2-category-content p{color:#5d5a55!important;margin-top:14px!important;font-size:17px!important;line-height:1.5!important}.electra-v2-category-content strong{margin-top:auto!important;padding-top:22px!important}}@media (max-width:980px){.electra-v2-category-rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px!important;padding-bottom:8px!important;display:flex!important;overflow:auto hidden!important}.electra-v2-category-rail::-webkit-scrollbar{display:none}.electra-v2-category{scroll-snap-align:start;flex:0 0 min(84vw,360px)!important}.electra-v2-category-image{height:230px!important}.electra-v2-category-content{min-height:220px!important}}.electra-v2 .electra-v2-category-rail{max-width:1280px!important;margin:30px auto 0!important}@media (min-width:721px){.electra-v2 .electra-v2-category-rail{scroll-snap-type:none!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;padding:0!important;display:grid!important;overflow:visible!important}.electra-v2 .electra-v2-category{flex:initial!important;scroll-snap-align:unset!important;border-radius:28px!important;flex-direction:column!important;flex:0 auto!important;width:100%!important;min-width:0!important;max-width:none!important;display:flex!important;overflow:hidden!important}.electra-v2 .electra-v2-category-image{aspect-ratio:auto!important;flex:0 0 250px!important;width:100%!important;height:250px!important;min-height:250px!important;max-height:250px!important;overflow:hidden!important}.electra-v2 .electra-v2-category-image img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.electra-v2 .electra-v2-category-image span{text-align:center!important;place-items:center!important;width:100%!important;height:100%!important;display:grid!important}.electra-v2 .electra-v2-category-content{flex-direction:column!important;flex:auto!important;min-height:230px!important;padding:30px 30px 28px!important;display:flex!important}.electra-v2 .electra-v2-category-content>span{letter-spacing:.14em!important;font-size:11px!important}.electra-v2 .electra-v2-category-content h3{letter-spacing:-.06em!important;margin:28px 0 0!important;font-size:clamp(30px,2.2vw,40px)!important;line-height:.96!important}.electra-v2 .electra-v2-category-content p{color:#5d5a55!important;margin:14px 0 0!important;font-size:16px!important;line-height:1.5!important}.electra-v2 .electra-v2-category-content strong{margin-top:auto!important;padding-top:22px!important}}@media (min-width:721px) and (max-width:1080px){.electra-v2 .electra-v2-category-rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:720px){.electra-v2 .electra-v2-category-rail{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory!important;gap:12px!important;padding:0 0 8px!important;display:flex!important;overflow:auto hidden!important}.electra-v2 .electra-v2-category-rail::-webkit-scrollbar{display:none!important}.electra-v2 .electra-v2-category{scroll-snap-align:start!important;flex:0 0 min(84vw,360px)!important;width:min(84vw,360px)!important;min-width:min(84vw,360px)!important}.electra-v2 .electra-v2-category-image{height:220px!important}.electra-v2 .electra-v2-category-content{min-height:220px!important}}.electra-category-carousel{max-width:1280px;margin:30px auto 0;position:relative}.electra-category-carousel-controls{z-index:2;gap:8px;display:flex;position:absolute;top:-62px;right:0}.electra-category-carousel-controls button{color:#007982;cursor:pointer;background:#fffcf7db;border:1px solid #00acba33;border-radius:999px;place-items:center;width:44px;height:44px;font-size:20px;font-weight:950;line-height:1;transition:transform .16s,background-color .16s,box-shadow .16s;display:grid;box-shadow:0 14px 34px #382a1812}.electra-category-carousel-controls button:hover{color:#fff;background:#00acba;transform:translateY(-1px);box-shadow:0 18px 40px #00acba33}.electra-v2 .electra-category-carousel .electra-category-carousel-rail{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity!important;grid-template-columns:none!important;gap:18px!important;max-width:none!important;margin:0!important;padding:0 4px 12px!important;display:flex!important;overflow:auto hidden!important}.electra-v2 .electra-category-carousel .electra-v2-category{scroll-snap-align:start!important;border-radius:28px!important;flex-direction:column!important;flex:0 0 clamp(340px,30vw,430px)!important;width:clamp(340px,30vw,430px)!important;min-width:clamp(340px,30vw,430px)!important;max-width:clamp(340px,30vw,430px)!important;display:flex!important;overflow:hidden!important}.electra-v2 .electra-category-carousel .electra-v2-category-image{flex:0 0 250px!important;width:100%!important;height:250px!important;min-height:250px!important;max-height:250px!important;overflow:hidden!important}.electra-v2 .electra-category-carousel .electra-v2-category-image img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.electra-v2 .electra-category-carousel .electra-v2-category-image span{text-align:center!important;place-items:center!important;width:100%!important;height:100%!important;display:grid!important}.electra-v2 .electra-category-carousel .electra-v2-category-content{flex-direction:column!important;flex:auto!important;min-height:250px!important;padding:30px 30px 28px!important;display:flex!important}.electra-v2 .electra-category-carousel .electra-v2-category-content h3{letter-spacing:-.06em!important;margin:28px 0 0!important;font-size:clamp(30px,2.2vw,40px)!important;line-height:.96!important}.electra-v2 .electra-category-carousel .electra-v2-category-content p{color:#5d5a55!important;margin:14px 0 0!important;font-size:16px!important;line-height:1.5!important}@media (max-width:720px){.electra-category-carousel{margin-top:22px}.electra-category-carousel-controls{display:none}.electra-v2 .electra-category-carousel .electra-v2-category{flex-basis:min(84vw,360px)!important;width:min(84vw,360px)!important;min-width:min(84vw,360px)!important;max-width:min(84vw,360px)!important}.electra-v2 .electra-category-carousel .electra-v2-category-image{flex-basis:220px!important;height:220px!important;min-height:220px!important;max-height:220px!important}.electra-v2 .electra-category-carousel .electra-v2-category-content{min-height:225px!important}}.electra-category-carousel-controls button{text-align:center!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;padding:0!important;font-size:0!important;line-height:1!important;display:inline-flex!important}.electra-category-carousel-controls button:first-letter{font-size:0}.electra-category-carousel-controls button{font-family:Arial,sans-serif!important}.electra-category-carousel-controls button[aria-label=Предыдущие\ коллекции]:before{content:"←";font-size:22px;line-height:1;display:block;transform:translateY(-1px)}.electra-category-carousel-controls button[aria-label=Следующие\ коллекции]:before{content:"→";font-size:22px;line-height:1;display:block;transform:translateY(-1px)}.electra-v3-why{background:radial-gradient(circle at 0 100%,#00acba21,#0000 28%),radial-gradient(circle at 100% 0,#00acba14,#0000 32%),#fffcf7eb!important;grid-template-columns:minmax(0,.82fr) minmax(420px,1fr)!important;align-items:center!important;gap:clamp(24px,4vw,54px)!important;padding:clamp(34px,5vw,66px)!important;display:grid!important}.electra-v3-why-copy h2{color:#111;max-width:620px;font-family:var(--font-electra-heading);letter-spacing:-.075em;margin:0;font-size:clamp(42px,5vw,78px);line-height:.92}.electra-v3-why-copy>p{color:#5d5a55;max-width:560px;margin:24px 0 0;font-size:18px;line-height:1.58}.electra-v3-why-list{background:#ffffffa3;border:1px solid #1e181212;border-radius:30px;overflow:hidden;box-shadow:0 22px 60px #382a180b}.electra-v3-why-list article{grid-template-columns:48px minmax(0,1fr);gap:20px;padding:28px;display:grid}.electra-v3-why-list article+article{border-top:1px solid #1e181212}.electra-v3-why-list span{color:#008c96;background:#00acba1a;border-radius:50%;place-items:center;width:38px;height:38px;font-size:12px;font-weight:950;display:grid}.electra-v3-why-list h3{color:#111;font-family:var(--font-electra-heading);letter-spacing:-.06em;margin:0;font-size:clamp(26px,2vw,34px);line-height:.98}.electra-v3-why-list p{color:#5d5a55;max-width:560px;margin:10px 0 0;font-size:16px;line-height:1.5}@media (max-width:980px){.electra-v3-why{grid-template-columns:1fr!important}.electra-v3-why-list article{grid-template-columns:42px minmax(0,1fr);padding:22px}}@media (max-width:640px){.electra-v3-why-copy h2{font-size:clamp(38px,11vw,54px)}.electra-v3-why-copy>p{font-size:16px}}.electra-v3-why{grid-template-columns:minmax(0,.9fr) minmax(420px,.9fr)!important;align-items:center!important;gap:clamp(28px,4vw,46px)!important;min-height:0!important;padding:clamp(34px,4vw,54px)!important;position:relative!important}.electra-v3-why:before,.electra-v3-why:after,.electra-v2-feature-band.electra-v3-why:before,.electra-v2-feature-band.electra-v3-why:after{content:none!important;display:none!important}.electra-v3-why-copy h2{letter-spacing:-.074em!important;max-width:560px!important;font-size:clamp(42px,4.25vw,66px)!important;line-height:.94!important}.electra-v3-why-copy>p{max-width:520px!important;margin-top:22px!important;font-size:17px!important;line-height:1.55!important}.electra-v3-why-list{justify-self:end!important;max-width:620px!important}.electra-v3-why-list article{padding:24px 26px!important}.electra-v3-why-list h3{font-size:clamp(25px,1.8vw,31px)!important}.electra-v3-why-list p{margin-top:8px!important;font-size:15px!important;line-height:1.45!important}@media (max-width:980px){.electra-v3-why{grid-template-columns:1fr!important;padding:30px 22px!important}.electra-v3-why-list{justify-self:stretch!important;max-width:none!important}}@media (max-width:720px){.electra-v3-hero:before,.electra-v3-hero:after,.electra-v3-hero-copy:before,.electra-v3-hero-copy:after,.electra-v3-hero-media:before,.electra-v3-hero-media:after{content:none!important;display:none!important}.electra-v3-media-overlay{background:linear-gradient(#00000005,#0000003d)!important}.electra-v3-hero-copy{background:radial-gradient(circle at 100% 0,#00acba14,#0000 36%),#fffcf7eb!important}}.electra-v3-kids-size-card{justify-content:flex-end!important;gap:18px!important}.electra-v3-kids-size-card strong{max-width:280px!important}.electra-v3-kids-size-list{gap:10px;margin-top:6px;display:grid}.electra-v3-kids-size-list article{background:#ffffffad;border:1px solid #1e181212;border-radius:18px;padding:16px}.electra-v3-kids-size-list b{color:#008c96;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:950;display:block}.electra-v3-kids-size-list p{color:#5d5a55!important;margin:8px 0 0!important;font-size:14px!important;line-height:1.42!important}.electra-v2-story-link:after,.electra-v2-story-link:before{content:none!important;display:none!important}.electra-v3-stores{background:radial-gradient(circle at 100% 0,#00acba1a,#0000 34%),#fffcf7e6;border:1px solid #1e181212;border-radius:34px;max-width:1280px;margin:42px auto 0;padding:clamp(30px,5vw,56px);box-shadow:0 24px 72px #382a180f}.electra-v3-stores-head h2{color:#111;max-width:760px;font-family:var(--font-electra-heading);letter-spacing:-.075em;margin:0;font-size:clamp(40px,4.8vw,72px);line-height:.94}.electra-v3-stores-head p{color:#5d5a55;max-width:680px;margin:22px 0 0;font-size:17px;line-height:1.55}.electra-v3-stores-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.electra-v3-stores-grid article{background:#ffffffbd;border:1px solid #1e181212;border-radius:28px;overflow:hidden}.electra-v3-store-map{background:#eee6db;height:300px}.electra-v3-store-map iframe{border:0;width:100%;height:100%;display:block}.electra-v3-store-body{padding:24px}.electra-v3-store-body span{color:#008c96;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.electra-v3-store-body h3{color:#111;font-family:var(--font-electra-heading);letter-spacing:-.065em;margin:14px 0 0;font-size:clamp(28px,2.4vw,38px);line-height:.96}.electra-v3-store-body p{color:#5d5a55;margin:12px 0 0;line-height:1.5}.electra-v3-store-body a{color:#008c96;margin-top:18px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:820px){.electra-v3-stores-grid{grid-template-columns:1fr}.electra-v3-store-map{height:240px}}.electra-v2 .electra-v3-stores-map-section{background:radial-gradient(circle at 100% 0,#00acba1c,#0000 34%),#fffcf7f0!important;border:1px solid #1e181212!important;border-radius:34px!important;max-width:1280px!important;margin:42px auto 0!important;padding:clamp(28px,4.5vw,54px)!important;box-shadow:0 24px 72px #382a180f!important}.electra-v2 .electra-v3-stores-head{max-width:820px!important}.electra-v2 .electra-v3-stores-head h2{color:#111!important;max-width:760px!important;font-family:var(--font-electra-heading)!important;letter-spacing:-.075em!important;margin:0!important;font-size:clamp(38px,4.4vw,66px)!important;line-height:.94!important}.electra-v2 .electra-v3-stores-head p{color:#5d5a55!important;max-width:660px!important;margin:18px 0 0!important;font-size:16px!important;line-height:1.55!important}.electra-v2 .electra-v3-stores-tabs{background:#ffffffad!important;border:1px solid #1e181212!important;border-radius:999px!important;gap:8px!important;margin-top:26px!important;padding:6px!important;display:inline-flex!important}.electra-v2 .electra-v3-stores-tabs button{color:#007982!important;cursor:pointer!important;min-height:42px!important;font:inherit!important;background:0 0!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-size:14px!important;font-weight:950!important;line-height:1!important;transition:background-color .16s,color .16s,box-shadow .16s,transform .16s!important;display:inline-flex!important}.electra-v2 .electra-v3-stores-tabs button:hover{background:#00acba14!important;transform:translateY(-1px)!important}.electra-v2 .electra-v3-stores-tabs button.is-active{color:#fff!important;background:#00acba!important;box-shadow:0 14px 32px #00acba33!important}.electra-v2 .electra-v3-stores-current{flex-wrap:wrap!important;align-items:baseline!important;gap:10px 14px!important;margin-top:24px!important;display:flex!important}.electra-v2 .electra-v3-stores-current strong{color:#111!important;font-family:var(--font-electra-heading)!important;letter-spacing:-.065em!important;font-size:clamp(28px,2.6vw,40px)!important;line-height:1!important}.electra-v2 .electra-v3-stores-current span{color:#5d5a55!important;font-size:15px!important;font-weight:850!important}.electra-v2 .electra-v3-stores-map{background:#efe8de!important;border:1px solid #1e181214!important;border-radius:28px!important;height:390px!important;margin-top:18px!important;overflow:hidden!important;box-shadow:0 18px 44px #382a180e!important}.electra-v2 .electra-v3-stores-map>ymaps,.electra-v2 .electra-v3-stores-map>div{width:100%!important;height:100%!important}.electra-v2 .electra-v3-stores-addresses{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:12px!important;margin-top:16px!important;display:grid!important}.electra-v2 .electra-v3-store-address{background:#ffffffc2!important;border:1px solid #1e181212!important;border-radius:24px!important;flex-direction:column!important;min-height:250px!important;padding:22px!important;display:flex!important;box-shadow:0 14px 34px #382a1809!important}.electra-v2 .electra-v3-store-address>span{color:#008c96!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:950!important}.electra-v2 .electra-v3-store-address h3{color:#111!important;font-family:var(--font-electra-heading)!important;letter-spacing:-.06em!important;margin:14px 0 0!important;font-size:clamp(24px,1.8vw,30px)!important;line-height:.98!important}.electra-v2 .electra-v3-store-address dl{gap:10px!important;margin:18px 0 0!important;display:grid!important}.electra-v2 .electra-v3-store-address dl div{display:block!important}.electra-v2 .electra-v3-store-address dt{color:#5d5a55a8!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0 0 3px!important;font-size:11px!important;font-weight:900!important}.electra-v2 .electra-v3-store-address dd{color:#2a2723!important;margin:0!important;font-size:14px!important;line-height:1.38!important}.electra-v2 .electra-v3-store-address a{color:#007982!important;background:#00acba14!important;border:1px solid #00acba3d!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:fit-content!important;min-height:38px!important;margin-top:auto!important;padding:0 14px!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.electra-v2 .electra-v3-store-address a:hover{color:#fff!important;background:#00acba!important}@media (max-width:760px){.electra-v2 .electra-v3-stores-map-section{border-radius:26px!important;padding:24px 18px!important}.electra-v2 .electra-v3-stores-head h2{font-size:clamp(36px,10vw,50px)!important}.electra-v2 .electra-v3-stores-tabs{border-radius:24px!important;grid-template-columns:1fr!important;width:100%!important;display:grid!important}.electra-v2 .electra-v3-stores-tabs button{width:100%!important}.electra-v2 .electra-v3-stores-map{border-radius:22px!important;height:320px!important}.electra-v2 .electra-v3-store-address{min-height:auto!important}}.electra-v2 .electra-v3-store-buttons{flex-wrap:wrap!important;gap:8px!important;margin-top:16px!important;display:flex!important}.electra-v2 .electra-v3-store-buttons button{color:#007982!important;cursor:pointer!important;min-height:46px!important;font:inherit!important;white-space:nowrap!important;background:#ffffffc2!important;border:1px solid #00acba33!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:0 16px!important;font-size:14px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}.electra-v2 .electra-v3-store-buttons button span{color:#007982b8!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:10px!important;font-weight:950!important}.electra-v2 .electra-v3-store-buttons button:hover{background:#00acba14!important}.electra-v2 .electra-v3-store-buttons button.is-active{color:#fff!important;background:#00acba!important;border-color:#00acba!important;box-shadow:0 14px 32px #00acba33!important}.electra-v2 .electra-v3-store-buttons button.is-active span{color:#ffffffd1!important}.electra-v2 .electra-v3-store-selected{background:#fffc!important;border:1px solid #1e181212!important;border-radius:24px!important;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr) auto!important;align-items:center!important;gap:20px!important;margin-top:14px!important;padding:22px!important;display:grid!important;box-shadow:0 14px 34px #382a180a!important}.electra-v2 .electra-v3-store-selected>div>span{color:#008c96!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:950!important}.electra-v2 .electra-v3-store-selected h3{color:#111!important;font-family:var(--font-electra-heading)!important;letter-spacing:-.06em!important;margin:12px 0 0!important;font-size:clamp(26px,2vw,34px)!important;line-height:.96!important}.electra-v2 .electra-v3-store-selected dl{gap:8px!important;margin:0!important;display:grid!important}.electra-v2 .electra-v3-store-selected dl div{grid-template-columns:72px minmax(0,1fr)!important;gap:10px!important;display:grid!important}.electra-v2 .electra-v3-store-selected dt{color:#5d5a55a8!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important}.electra-v2 .electra-v3-store-selected dd{color:#2a2723!important;margin:0!important;font-size:14px!important;line-height:1.38!important}.electra-v2 .electra-v3-store-selected a{color:#007982!important;white-space:nowrap!important;background:#00acba14!important;border:1px solid #00acba3d!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 16px!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.electra-v2 .electra-v3-store-selected a:hover{color:#fff!important;background:#00acba!important}.electra-v2 .electra-v3-stores-addresses{display:none!important}@media (max-width:900px){.electra-v2 .electra-v3-store-selected{grid-template-columns:1fr!important;gap:16px!important}.electra-v2 .electra-v3-store-selected dl div{grid-template-columns:1fr!important;gap:3px!important}.electra-v2 .electra-v3-store-selected a{width:fit-content!important}}@media (max-width:640px){.electra-v2 .electra-v3-store-buttons{grid-template-columns:1fr!important;display:grid!important}.electra-v2 .electra-v3-store-buttons button{border-radius:18px!important;justify-content:flex-start!important;width:100%!important;padding:0 14px!important}body:has(.electra-v2) header{padding-top:14px!important;padding-bottom:14px!important}body:has(.electra-v2) header>div{gap:12px!important}:is(body:has(.electra-v2) header a,body:has(.electra-v2) header button){min-height:38px!important}body:has(.electra-v2) header nav{border-radius:999px!important;width:calc(100% - 28px)!important;max-width:360px!important;margin-inline:auto!important;padding:5px!important}body:has(.electra-v2) header nav a{min-height:34px!important;padding:0 12px!important;font-size:13px!important;line-height:1!important}body:has(.electra-v2) header img{width:auto!important;max-height:34px!important}}@media (max-width:420px){body:has(.electra-v2) header{padding-top:12px!important;padding-bottom:12px!important}body:has(.electra-v2) header nav{width:calc(100% - 20px)!important}body:has(.electra-v2) header nav a{padding:0 10px!important;font-size:12px!important}}@media (max-width:640px){.electra-v2 .electra-v3-store-buttons{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow:hidden!important}.electra-v2 .electra-v3-store-buttons button{box-sizing:border-box!important;text-align:left!important;white-space:normal!important;border-radius:18px!important;grid-template-columns:1fr!important;justify-content:start!important;align-items:center!important;gap:5px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:54px!important;padding:12px 14px!important;display:grid!important;overflow:hidden!important}.electra-v2 .electra-v3-store-buttons button span{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;min-width:0!important;max-width:100%!important;margin:0!important;font-size:10px!important;line-height:1.1!important;display:block!important}.electra-v2 .electra-v3-store-buttons button{overflow-wrap:anywhere!important;word-break:normal!important;font-size:14px!important;line-height:1.18!important}.electra-v2 .electra-v3-store-buttons button.is-active{box-shadow:0 12px 26px #00acba2e!important}.electra-v2 .electra-v3-stores-map-section,.electra-v2 .electra-v3-stores-map,.electra-v2 .electra-v3-store-selected{box-sizing:border-box!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}}.electra-v2-category-image,.electra-v3-category-image,.electra-category-image,.electra-category-card-image,.electra-category-card-media,.electra-category-rail-card-media,.electra-v2-category-visual>div:first-child{aspect-ratio:4/3!important;background:#f4f1ea!important;border-radius:24px 24px 0 0!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;position:relative!important;overflow:hidden!important}.electra-v2-category-image img,.electra-v3-category-image img,.electra-category-image img,.electra-category-card-image img,.electra-category-card-media img,.electra-category-rail-card-media img,.electra-v2-category-visual>div:first-child img,.electra-v2-category img,.electra-v2-category-visual img{object-fit:contain!important;object-position:center center!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;display:block!important}.electra-v2-category-content,.electra-v3-category-content,.electra-category-card-content{z-index:2!important;position:relative!important}.electra-v2-category,.electra-v2-category-visual,.electra-category-card,.electra-category-rail-card{overflow:hidden!important}@media (min-width:901px){.electra-v2-category-image,.electra-v3-category-image,.electra-category-image,.electra-category-card-image,.electra-category-card-media,.electra-category-rail-card-media,.electra-v2-category-visual>div:first-child{aspect-ratio:4/3!important}}@media (max-width:900px){.electra-v2-category-image,.electra-v3-category-image,.electra-category-image,.electra-category-card-image,.electra-category-card-media,.electra-category-rail-card-media,.electra-v2-category-visual>div:first-child{aspect-ratio:4/3!important;border-radius:22px 22px 0 0!important}.electra-v2-category-image img,.electra-v3-category-image img,.electra-category-image img,.electra-category-card-image img,.electra-category-card-media img,.electra-category-rail-card-media img,.electra-v2-category-visual>div:first-child img,.electra-v2-category img,.electra-v2-category-visual img{object-fit:contain!important;object-position:center center!important}}.electra-v4-kids-photo{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)!important;align-items:stretch!important;gap:18px!important;display:grid!important}.electra-v4-kids-copy{flex-direction:column!important;display:flex!important}.electra-v4-kids-copy h2{max-width:720px!important}.electra-v4-kids-copy>p{max-width:760px!important}.electra-v4-kids-sizes{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:26px!important;display:grid!important}.electra-v4-kids-sizes article{background:#ffffffbd!important;border:1px solid #1e181212!important;border-radius:22px!important;padding:18px!important}.electra-v4-kids-sizes span{color:#008c96!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:12px!important;font-weight:950!important;display:block!important}.electra-v4-kids-sizes strong{color:#111!important;font-family:var(--font-electra-heading)!important;letter-spacing:-.055em!important;margin-top:10px!important;font-size:clamp(20px,1.7vw,26px)!important;line-height:1!important;display:block!important}.electra-v4-kids-sizes p{color:#5d5a55!important;margin:10px 0 0!important;font-size:14px!important;line-height:1.42!important}.electra-v4-kids-photo-card{background:#eee6db!important;border:1px solid #1e181214!important;border-radius:28px!important;min-height:100%!important;position:relative!important;overflow:hidden!important}.electra-v4-kids-photo-card img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;min-height:460px!important;display:block!important}.electra-v4-kids-photo-badge{-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#fffcf7e6!important;border:1px solid #1e181214!important;border-radius:20px!important;max-width:220px!important;padding:16px!important;position:absolute!important;bottom:18px!important;right:18px!important;box-shadow:0 16px 36px #00000014!important}.electra-v4-kids-photo-badge span{color:#008c96!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:950!important;display:block!important}.electra-v4-kids-photo-badge strong{color:#111!important;font-family:var(--font-electra-heading)!important;letter-spacing:-.055em!important;margin-top:8px!important;font-size:26px!important;line-height:.95!important;display:block!important}@media (max-width:980px){.electra-v4-kids-photo{grid-template-columns:1fr!important}.electra-v4-kids-photo-card{order:2!important}.electra-v4-kids-copy{order:1!important}.electra-v4-kids-photo-card img{aspect-ratio:4/3!important;min-height:360px!important}}@media (max-width:640px){.electra-v4-kids-photo{gap:12px!important}.electra-v4-kids-sizes{grid-template-columns:1fr!important;margin-top:20px!important}.electra-v4-kids-copy h2{font-size:clamp(36px,10vw,48px)!important}.electra-v4-kids-photo-card{border-radius:24px!important}.electra-v4-kids-photo-card img{min-height:300px!important}.electra-v4-kids-photo-badge{border-radius:16px!important;max-width:180px!important;padding:13px!important;bottom:12px!important;right:12px!important}.electra-v4-kids-photo-badge strong{font-size:22px!important}}.electra-v2 .electra-v3-choice-card,.electra-v2 .electra-v3-choice-hub article{flex-direction:column!important;display:flex!important}.electra-v2 .electra-v3-choice-card .electra-v2-primary,.electra-v2 .electra-v3-choice-card .electra-v2-secondary,.electra-v2 .electra-v3-choice-card a,.electra-v2 .electra-v3-choice-card button,.electra-v2 .electra-v3-choice-hub article .electra-v2-primary,.electra-v2 .electra-v3-choice-hub article .electra-v2-secondary,.electra-v2 .electra-v3-choice-hub article a,.electra-v2 .electra-v3-choice-hub article button{align-self:flex-start!important;margin-top:22px!important}@media (max-width:640px){.electra-v2 .electra-v3-choice-card .electra-v2-primary,.electra-v2 .electra-v3-choice-card .electra-v2-secondary,.electra-v2 .electra-v3-choice-card a,.electra-v2 .electra-v3-choice-card button,.electra-v2 .electra-v3-choice-hub article .electra-v2-primary,.electra-v2 .electra-v3-choice-hub article .electra-v2-secondary,.electra-v2 .electra-v3-choice-hub article a,.electra-v2 .electra-v3-choice-hub article button{margin-top:18px!important}}.electra-v2 .electra-v3-story a,.electra-v2 .electra-v3-brand-story a,.electra-v2 .electra-v3-history a,.electra-v2 a[href*=brand-story]{color:#007f88!important;width:auto!important;min-height:44px!important;box-shadow:none!important;background:#00acba14!important;border:1px solid #00acba47!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;margin-top:24px!important;padding:0 20px!important;font-size:14px!important;font-weight:850!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.electra-v2 .electra-v3-story a:before,.electra-v2 .electra-v3-brand-story a:before,.electra-v2 .electra-v3-history a:before,.electra-v2 a[href*=brand-story]:before,.electra-v2 .electra-v3-story a:after,.electra-v2 .electra-v3-brand-story a:after,.electra-v2 .electra-v3-history a:after,.electra-v2 a[href*=brand-story]:after{content:none!important;display:none!important}.electra-v2 .electra-v3-story a:hover,.electra-v2 .electra-v3-brand-story a:hover,.electra-v2 .electra-v3-history a:hover,.electra-v2 a[href*=brand-story]:hover{color:#fff!important;background:#00acba!important;border-color:#00acba!important}.electra-v2 .electra-v3-final-cta h2,.electra-v2 .electra-v3-consultation h2,.electra-v2 .electra-v3-bottom-cta h2{margin-bottom:20px!important}.electra-v2 .electra-v3-final-cta h2+p,.electra-v2 .electra-v3-consultation h2+p,.electra-v2 .electra-v3-bottom-cta h2+p{color:#5f5b55!important;max-width:760px!important;margin-top:0!important;font-size:clamp(17px,1.35vw,21px)!important;line-height:1.55!important}.electra-v2 section:last-of-type h2+p{margin-top:18px!important}@media (max-width:640px){.electra-v2 .electra-v3-final-cta h2,.electra-v2 .electra-v3-consultation h2,.electra-v2 .electra-v3-bottom-cta h2{margin-bottom:16px!important}.electra-v2 .electra-v3-final-cta h2+p,.electra-v2 .electra-v3-consultation h2+p,.electra-v2 .electra-v3-bottom-cta h2+p{font-size:16px!important;line-height:1.5!important}}.electra-v2 .electra-v3-choice-hub article,.electra-v2 .electra-v3-choice-card{flex-direction:column!important;min-height:330px!important;display:flex!important}.electra-v2 .electra-v3-choice-hub article h3,.electra-v2 .electra-v3-choice-card h3{margin-bottom:18px!important}.electra-v2 .electra-v3-choice-hub article p,.electra-v2 .electra-v3-choice-card p{margin-bottom:0!important}.electra-v2 .electra-v3-choice-hub article a,.electra-v2 .electra-v3-choice-hub article button,.electra-v2 .electra-v3-choice-card a,.electra-v2 .electra-v3-choice-card button{align-self:flex-start!important;margin-top:auto!important}.electra-v2 .electra-v3-choice-hub article>div:last-child,.electra-v2 .electra-v3-choice-card>div:last-child{margin-top:auto!important}@media (max-width:640px){.electra-v2 .electra-v3-choice-hub article,.electra-v2 .electra-v3-choice-card{min-height:300px!important}}.electra-choice-hub-grid article{flex-direction:column!important;justify-content:flex-start!important;min-height:330px!important;display:flex!important}.electra-choice-card-copy{flex-direction:column!important;display:flex!important}.electra-choice-card-copy span{margin-bottom:58px!important}.electra-choice-card-copy h3{margin:0 0 18px!important}.electra-choice-card-copy p{margin:0!important}.electra-choice-card-action{margin-top:auto!important;padding-top:34px!important}.electra-choice-card-action button{margin:0!important}@media (max-width:640px){.electra-choice-hub-grid article{min-height:300px!important}.electra-choice-card-copy span{margin-bottom:42px!important}.electra-choice-card-action{padding-top:28px!important}}.dahon-v2{--dahon-bg:#f3f0e8;--dahon-card:#fffdf8;--dahon-text:#151513;--dahon-muted:#666158;--dahon-line:#1515131a;--dahon-green:#2f6b45;--dahon-green-dark:#173b27;--dahon-sand:#ded5c4;width:min(100% - 36px,1220px);color:var(--dahon-text);margin:0 auto;padding:38px 0 76px}.dahon-v2 a{text-decoration:none}.dahon-v2-kicker{color:var(--dahon-green);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:950}.dahon-v2-hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:18px;min-height:680px;display:grid}.dahon-v2-hero-copy,.dahon-v2-hero-visual,.dahon-v2-benefits article,.dahon-v2-folding,.dahon-v2-usefulness,.dahon-v2-scenarios,.dahon-v2-choice,.dahon-v2-products,.dahon-v2-categories,.dahon-v2-brand,.dahon-v2-faq,.dahon-v2-final{border:1px solid var(--dahon-line);background:var(--dahon-card);border-radius:34px;box-shadow:0 22px 70px #28221812}.dahon-v2-hero-copy{flex-direction:column;justify-content:center;padding:clamp(34px,5vw,72px);display:flex}.dahon-v2-hero-copy h1,.dahon-v2-section-head h2,.dahon-v2-brand h2,.dahon-v2-final h2{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.075em;margin:0;font-size:clamp(54px,7vw,104px);line-height:.84}.dahon-v2-hero-copy>p{max-width:650px;color:var(--dahon-muted);margin:30px 0 0;font-size:clamp(18px,1.6vw,23px);line-height:1.5}.dahon-v2-actions,.dahon-v2-final-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.dahon-v2-primary,.dahon-v2-secondary{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-size:14px;font-weight:900;display:inline-flex}.dahon-v2-primary{background:var(--dahon-green);color:#fff}.dahon-v2-secondary{color:var(--dahon-green-dark);background:#2f6b4514;border:1px solid #2f6b4547}.dahon-v2-hero-points{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.dahon-v2-hero-points span,.dahon-v2-tags span,.dahon-v2-product-specs em{color:var(--dahon-green-dark);background:#2f6b4517;border-radius:999px;padding:8px 11px;font-size:12px;font-style:normal;font-weight:850;display:inline-flex}.dahon-v2-hero-visual{background:radial-gradient(circle at 20% 20%,#2f6b4538,#0000 34%),linear-gradient(145deg,#e4dacb,#f9f4e9);align-items:flex-end;min-height:100%;padding:28px;display:flex;overflow:hidden}.dahon-v2-hero-visual>div,.dahon-v2-video-placeholder{background:#fffdf8bd;border:1px dashed #2f6b4557;border-radius:28px;flex-direction:column;justify-content:flex-end;width:100%;min-height:340px;padding:26px;display:flex}.dahon-v2-hero-visual span,.dahon-v2-video-placeholder span{color:var(--dahon-green);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-v2-hero-visual strong,.dahon-v2-video-placeholder strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:12px;font-size:clamp(34px,4vw,58px);line-height:.9}.dahon-v2-hero-visual p,.dahon-v2-video-placeholder p{max-width:420px;color:var(--dahon-muted);margin:16px 0 0;font-size:15px;line-height:1.5}.dahon-v2-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.dahon-v2-benefits article{min-height:210px;padding:24px}.dahon-v2-benefits span,.dahon-v2-choice-grid span,.dahon-v2-folding-steps span{color:var(--dahon-green);letter-spacing:.14em;font-size:12px;font-weight:950}.dahon-v2-benefits strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:48px;font-size:30px;line-height:.95;display:block}.dahon-v2-benefits p{color:var(--dahon-muted);margin:14px 0 0;font-size:14px;line-height:1.45}.dahon-v2-folding,.dahon-v2-usefulness,.dahon-v2-scenarios,.dahon-v2-choice,.dahon-v2-products,.dahon-v2-categories,.dahon-v2-brand,.dahon-v2-faq,.dahon-v2-final{margin-top:18px;padding:clamp(28px,4vw,48px)}.dahon-v2-section-head{max-width:900px}.dahon-v2-section-head h2,.dahon-v2-brand h2,.dahon-v2-final h2{font-size:clamp(44px,5.8vw,78px)}.dahon-v2-section-head>p:last-child,.dahon-v2-brand>p,.dahon-v2-final p{max-width:760px;color:var(--dahon-muted);margin:22px 0 0;font-size:clamp(17px,1.4vw,21px);line-height:1.52}.dahon-v2-folding-stage{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:stretch;gap:16px;margin-top:32px;display:grid}.dahon-v2-video-placeholder{color:#fff;background:radial-gradient(circle at 70% 30%,#2f6b4529,#0000 34%),linear-gradient(145deg,#252a24,#e6ddcf);min-height:520px}.dahon-v2-video-placeholder p{color:#ffffffc7}.dahon-v2-folding-steps{gap:12px;display:grid}.dahon-v2-folding-steps article,.dahon-v2-use-grid article,.dahon-v2-choice-grid article,.dahon-v2-brand-grid article,.dahon-v2-faq details{border:1px solid var(--dahon-line);background:#ffffff9e;border-radius:24px;padding:22px}.dahon-v2-folding-steps strong,.dahon-v2-use-grid strong,.dahon-v2-choice-grid h3,.dahon-v2-brand-grid strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;margin-top:12px;font-size:clamp(24px,2.2vw,36px);line-height:.95;display:block}.dahon-v2-folding-steps p,.dahon-v2-use-grid p,.dahon-v2-choice-grid p,.dahon-v2-brand-grid span{color:var(--dahon-muted);margin:14px 0 0;font-size:15px;line-height:1.48;display:block}.dahon-v2-use-grid,.dahon-v2-scenario-grid,.dahon-v2-choice-grid,.dahon-v2-product-grid,.dahon-v2-brand-grid{gap:14px;margin-top:32px;display:grid}.dahon-v2-use-grid,.dahon-v2-scenario-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dahon-v2-scenario-card{border:1px solid var(--dahon-line);min-height:310px;color:var(--dahon-text);background:#ffffffa3;border-radius:26px;flex-direction:column;justify-content:space-between;padding:24px;display:flex}.dahon-v2-scenario-card h3{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin:0;font-size:clamp(30px,3vw,44px);line-height:.9}.dahon-v2-scenario-card p{color:var(--dahon-muted);margin:18px 0 0;font-size:15px;line-height:1.5}.dahon-v2-tags{flex-wrap:wrap;gap:7px;margin-top:24px;display:flex}.dahon-v2-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dahon-v2-choice-grid article{flex-direction:column;min-height:300px;display:flex}.dahon-v2-choice-grid h3{margin-top:54px}.dahon-v2-choice-grid a{color:var(--dahon-green);margin-top:auto;font-size:14px;font-weight:950}.dahon-v2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dahon-v2-product-card{border:1px solid var(--dahon-line);color:var(--dahon-text);background:#fff;border-radius:28px;overflow:hidden}.dahon-v2-product-media{background:radial-gradient(circle at 50% 40%,#2f6b452e,#0000 36%),linear-gradient(135deg,#e8dfcf,#f7f1e7);align-items:flex-end;min-height:230px;padding:18px;display:flex}.dahon-v2-product-media span{color:var(--dahon-green-dark);background:#ffffffd1;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.dahon-v2-product-body{padding:22px}.dahon-v2-product-body>p{color:var(--dahon-green);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:950}.dahon-v2-product-body h3{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin:0;font-size:clamp(30px,3vw,42px);line-height:.9}.dahon-v2-product-body>span{min-height:66px;color:var(--dahon-muted);margin-top:14px;font-size:15px;line-height:1.45;display:block}.dahon-v2-product-specs{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.dahon-v2-product-body strong{color:var(--dahon-green-dark);margin-top:20px;font-size:16px;font-weight:950;display:block}.dahon-v2-category-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.dahon-v2-category-strip a{border:1px solid var(--dahon-line);color:var(--dahon-text);background:#ffffffb3;border-radius:22px;padding:20px}.dahon-v2-category-strip span{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;font-size:28px;line-height:.95;display:block}.dahon-v2-category-strip strong{color:var(--dahon-green);margin-top:16px;font-size:13px;display:block}.dahon-v2-brand{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:30px;display:grid}.dahon-v2-brand-grid{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.dahon-v2-faq-list{gap:10px;margin-top:28px;display:grid}.dahon-v2-faq summary{cursor:pointer;color:var(--dahon-text);font-size:18px;font-weight:900}.dahon-v2-faq details p{color:var(--dahon-muted);margin:16px 0 0;font-size:15px;line-height:1.5}.dahon-v2-final{background:radial-gradient(circle at 90% 20%, #2f6b452e, transparent 30%), var(--dahon-card);justify-content:space-between;align-items:flex-end;gap:24px;display:flex}@media (max-width:980px){.dahon-v2-hero,.dahon-v2-folding-stage,.dahon-v2-brand,.dahon-v2-final{grid-template-columns:1fr;display:grid}.dahon-v2-benefits,.dahon-v2-use-grid,.dahon-v2-scenario-grid,.dahon-v2-product-grid,.dahon-v2-category-strip,.dahon-v2-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dahon-v2-choice-grid{grid-template-columns:1fr}.dahon-v2-final{align-items:flex-start}}@media (max-width:640px){.dahon-v2{width:min(100% - 24px,1220px);padding-top:24px}.dahon-v2-hero{min-height:auto}.dahon-v2-hero-copy,.dahon-v2-hero-visual,.dahon-v2-folding,.dahon-v2-usefulness,.dahon-v2-scenarios,.dahon-v2-choice,.dahon-v2-products,.dahon-v2-categories,.dahon-v2-brand,.dahon-v2-faq,.dahon-v2-final{border-radius:26px}.dahon-v2-hero-copy{padding:28px}.dahon-v2-hero-copy h1,.dahon-v2-section-head h2,.dahon-v2-brand h2,.dahon-v2-final h2{font-size:clamp(42px,13vw,58px)}.dahon-v2-benefits,.dahon-v2-use-grid,.dahon-v2-scenario-grid,.dahon-v2-product-grid,.dahon-v2-category-strip,.dahon-v2-brand-grid{grid-template-columns:1fr}.dahon-v2-video-placeholder{min-height:340px}.dahon-v2-scenario-card,.dahon-v2-choice-grid article{min-height:250px}}body:has(.dahon-tech) .site-header{z-index:70;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fafcf7e0;border:1px solid #14462e29;border-radius:18px;width:min(100% - 32px,1180px);margin:12px auto 0;position:sticky;top:12px;box-shadow:0 16px 44px #142d1e14}body:has(.dahon-tech) .site-header>div{width:100%;max-width:none;min-height:58px;padding:0 18px}body:has(.dahon-tech) .site-header-inner{width:100%;max-width:none;min-height:58px;padding:0 18px}body:has(.dahon-tech) .site-header h1{color:#143a27;letter-spacing:.08em;text-transform:uppercase;font-size:18px}body:has(.dahon-tech) .site-header .site-logo strong{color:#143a27;letter-spacing:.08em;text-transform:uppercase;font-size:18px}body:has(.dahon-tech) .site-header .site-brand strong{color:#143a27;letter-spacing:.08em;text-transform:uppercase;font-size:18px}body:has(.dahon-tech) .site-nav{background:#1f6b4512;border-radius:999px;padding:4px}body:has(.dahon-tech) .site-nav a{color:#214331;letter-spacing:.02em;border-radius:999px;font-size:12px;font-weight:850}body:has(.dahon-tech) .site-nav a:hover{color:#fff;background:#1f6b45}.dahon-tech{--tech-bg:#f7f8f3;--tech-card:#fff;--tech-text:#111511;--tech-muted:#5d665e;--tech-line:#1115111f;--tech-green:#1f6b45;--tech-green-dark:#123c27;width:min(100% - 32px,1180px);color:var(--tech-text);margin:0 auto;padding:22px 0 72px}.dahon-tech a{text-decoration:none}.dahon-tech-kicker{color:var(--tech-green);letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:11px;font-weight:950}.dahon-tech-hero{grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);gap:14px;min-height:calc(100svh - 104px);max-height:760px;display:grid}.dahon-tech-hero-copy,.dahon-tech-hero-system,.dahon-tech-strip article,.dahon-tech-section,.dahon-tech-guide,.dahon-tech-brand,.dahon-tech-final{border:1px solid var(--tech-line);background:var(--tech-card);border-radius:22px;box-shadow:0 18px 48px #142d1e0f}.dahon-tech-hero-copy{flex-direction:column;justify-content:center;padding:clamp(28px,4.4vw,58px);display:flex}.dahon-tech-hero-copy h1,.dahon-tech-section-head h2,.dahon-tech-guide h2,.dahon-tech-brand h2,.dahon-tech-final h2,.dahon-fold-copy h2{color:var(--tech-text);font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin:0;font-size:clamp(44px,5.3vw,76px);line-height:.92}.dahon-tech-hero-copy>p,.dahon-tech-section-head>p,.dahon-tech-guide p,.dahon-tech-brand p,.dahon-tech-final p,.dahon-fold-copy>p{max-width:680px;color:var(--tech-muted);margin:22px 0 0;font-size:clamp(16px,1.35vw,20px);line-height:1.52}.dahon-tech-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.dahon-tech-actions a{border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:13px;font-weight:950;display:inline-flex}.dahon-tech-actions a:first-child{background:var(--tech-green);color:#fff}.dahon-tech-actions a:last-child{color:var(--tech-green-dark);background:#1f6b4512;border:1px solid #1f6b4533}.dahon-tech-hero-system{background-color:#fafdf6;background-image:linear-gradient(90deg,#1115110b 1px,#0000 1px),linear-gradient(#1115110b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;grid-template-rows:auto 1fr auto;gap:14px;padding:20px;display:grid}.dahon-tech-system-top{gap:8px;display:flex}.dahon-tech-system-top span{border:1px solid var(--tech-line);color:var(--tech-green-dark);text-align:center;text-transform:uppercase;background:#ffffffc2;border-radius:12px;flex:1;padding:10px;font-size:12px;font-weight:950}.dahon-tech-fold-card{background:#ffffffd1;border:1px solid #1f6b452e;border-radius:18px;flex-direction:column;justify-content:flex-end;padding:24px;display:flex}.dahon-tech-fold-card span{color:var(--tech-green);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-tech-fold-card strong{max-width:460px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:14px;font-size:clamp(38px,5vw,72px);line-height:.9}.dahon-tech-metrics{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.dahon-tech-metrics article{border:1px solid var(--tech-line);background:#ffffffd1;border-radius:14px;padding:14px}.dahon-tech-metrics strong{color:var(--tech-green);font-size:13px;display:block}.dahon-tech-metrics span{color:var(--tech-muted);margin-top:8px;font-size:13px;line-height:1.3;display:block}.dahon-tech-strip{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;display:grid}.dahon-tech-strip article{min-height:128px;padding:18px}.dahon-tech-strip span{color:var(--tech-green);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-tech-strip strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;margin-top:28px;font-size:27px;line-height:.95;display:block}.dahon-fold-scroll{border:1px solid var(--tech-line);background:#fff;border-radius:22px;height:300svh;margin-top:14px}.dahon-fold-sticky{grid-template-columns:minmax(0,.9fr) minmax(360px,1.15fr) minmax(280px,.8fr);gap:14px;height:calc(100svh - 104px);padding:14px;display:grid;position:sticky;top:92px}.dahon-fold-copy,.dahon-fold-stage,.dahon-fold-steps{border:1px solid var(--tech-line);background:#fbfcf8;border-radius:18px}.dahon-fold-copy{flex-direction:column;justify-content:center;padding:28px;display:flex}.dahon-fold-progress{background:#1f6b451f;border-radius:999px;height:7px;margin-top:30px;overflow:hidden}.dahon-fold-progress span{border-radius:inherit;background:var(--tech-green);height:100%;display:block}.dahon-fold-stage{background-color:#f7f8f3;background-image:linear-gradient(90deg,#1115110b 1px,#0000 1px),linear-gradient(#1115110b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:26px 26px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.dahon-fold-bike{width:min(82%,520px);height:260px;position:relative}.dahon-bike-wheel{background:0 0;border:8px solid #111511;border-radius:50%;width:92px;height:92px;position:absolute;bottom:28px}.dahon-bike-wheel-left{left:calc(50% - var(--wheel-gap))}.dahon-bike-wheel-right{right:calc(50% - var(--wheel-gap))}.dahon-bike-frame,.dahon-bike-handle,.dahon-bike-seat{background:var(--tech-green);transform-origin:0;transition:transform 80ms linear;position:absolute}.dahon-bike-frame-main{border-radius:999px;width:190px;height:9px;top:118px;left:37%}.dahon-bike-frame-top{border-radius:999px;width:150px;height:8px;top:86px;left:42%}.dahon-bike-handle{border-radius:999px;width:9px;height:108px;top:52px;right:22%}.dahon-bike-seat{border-radius:999px;width:10px;height:86px;top:64px;left:45%}.dahon-bike-seat:before{content:"";background:#111511;border-radius:999px;width:64px;height:12px;position:absolute;top:-12px;left:-28px}.dahon-bike-joint{background:#fff;border:5px solid #111511;border-radius:50%;width:26px;height:26px;position:absolute;top:112px;left:47%}.dahon-fold-meter{border:1px solid var(--tech-line);background:#ffffffe6;border-radius:14px;padding:12px 14px;position:absolute;bottom:18px;right:18px}.dahon-fold-meter strong,.dahon-fold-meter span{display:block}.dahon-fold-meter strong{color:var(--tech-green);font-size:22px}.dahon-fold-meter span{color:var(--tech-muted);margin-top:4px;font-size:12px}.dahon-fold-steps{gap:8px;padding:8px;display:grid}.dahon-fold-steps article{opacity:.48;border:1px solid #0000;border-radius:14px;padding:16px;transition:all .18s}.dahon-fold-steps article.is-active{opacity:1;background:#1f6b4512;border-color:#1f6b4540}.dahon-fold-steps span{color:var(--tech-green);font-size:11px;font-weight:950}.dahon-fold-steps strong{margin-top:10px;font-size:18px;display:block}.dahon-fold-steps p{color:var(--tech-muted);margin:8px 0 0;font-size:13px;line-height:1.4}.dahon-tech-section,.dahon-tech-guide,.dahon-tech-brand,.dahon-tech-final{margin-top:14px;padding:clamp(26px,3.8vw,44px)}.dahon-tech-use-grid,.dahon-tech-group-grid,.dahon-tech-products,.dahon-tech-guide-list{gap:10px;margin-top:26px;display:grid}.dahon-tech-use-grid,.dahon-tech-group-grid{grid-template-columns:repeat(4,1fr)}.dahon-tech-use-grid article,.dahon-tech-group-card,.dahon-tech-guide-list article,.dahon-tech-product{border:1px solid var(--tech-line);color:var(--tech-text);background:#fbfcf8;border-radius:18px;padding:18px}.dahon-tech-use-grid strong,.dahon-tech-group-card strong,.dahon-tech-guide-list strong,.dahon-tech-product h3{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;font-size:28px;line-height:.95;display:block}.dahon-tech-use-grid p,.dahon-tech-group-card p,.dahon-tech-guide-list p{color:var(--tech-muted);margin:14px 0 0;font-size:14px;line-height:1.45}.dahon-tech-group-card{flex-direction:column;min-height:250px;display:flex}.dahon-tech-group-card span{color:var(--tech-green);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-tech-group-card strong{margin-top:auto}.dahon-tech-guide{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;display:grid}.dahon-tech-guide-list{margin-top:0}.dahon-tech-guide-list span{color:var(--tech-green);font-size:11px;font-weight:950}.dahon-tech-products{grid-template-columns:repeat(3,1fr)}.dahon-tech-product{padding:0;overflow:hidden}.dahon-tech-product-media{background-color:#edf2ea;background-image:linear-gradient(90deg,#1115110b 1px,#0000 1px),linear-gradient(#1115110b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:22px 22px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;align-items:flex-end;min-height:190px;padding:14px;display:flex}.dahon-tech-product-media span{color:var(--tech-green);background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:950}.dahon-tech-product>div:last-child{padding:18px}.dahon-tech-product p{color:var(--tech-green);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:950}.dahon-tech-product strong{color:var(--tech-green-dark);margin-top:18px;display:block}.dahon-tech-brand{max-width:none}.dahon-tech-brand p{max-width:820px}.dahon-tech-final{justify-content:space-between;align-items:flex-end;gap:22px;display:flex}@media (max-width:980px){.dahon-tech-hero,.dahon-tech-guide,.dahon-tech-final{grid-template-columns:1fr;max-height:none;display:grid}.dahon-tech-strip,.dahon-tech-use-grid,.dahon-tech-group-grid,.dahon-tech-products{grid-template-columns:repeat(2,1fr)}.dahon-fold-scroll{height:auto}.dahon-fold-sticky{grid-template-columns:1fr;height:auto;position:relative;top:auto}}@media (max-width:640px){body:has(.dahon-tech) .site-header{width:min(100% - 20px,1180px);top:8px}body:has(.dahon-tech) .site-nav{display:none}.dahon-tech{width:min(100% - 20px,1180px);padding-top:14px}.dahon-tech-hero{min-height:auto}.dahon-tech-strip,.dahon-tech-use-grid,.dahon-tech-group-grid,.dahon-tech-products,.dahon-tech-metrics{grid-template-columns:1fr}.dahon-tech-hero-copy,.dahon-tech-hero-system,.dahon-tech-section,.dahon-tech-guide,.dahon-tech-brand,.dahon-tech-final{border-radius:18px}.dahon-tech-hero-copy h1,.dahon-tech-section-head h2,.dahon-tech-guide h2,.dahon-tech-brand h2,.dahon-tech-final h2,.dahon-fold-copy h2{font-size:clamp(38px,12vw,54px)}.dahon-fold-bike{width:100%;height:220px}.dahon-bike-wheel{border-width:6px;width:68px;height:68px}}.dahon-fold-video-shell{aspect-ratio:16/9;background:#f7f8f3;border:1px solid #1115111a;border-radius:18px;width:min(100%,760px);position:relative;overflow:hidden;box-shadow:0 18px 46px #142d1e14}.dahon-fold-video{object-fit:contain;background:#f7f8f3;width:100%;height:100%;display:block}.dahon-fold-video-loading{background:#f7f8f3d1;justify-content:flex-start;align-items:flex-end;padding:18px;display:flex;position:absolute;inset:0}.dahon-fold-video-loading span{color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;background:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:950}.dahon-fold-note{align-items:center;gap:10px;margin-top:18px;display:flex}.dahon-fold-note strong{color:#1f6b45;font-size:28px;line-height:1}.dahon-fold-note span{color:#5d665e;font-size:13px;font-weight:800}.dahon-fold-scroll-frames{height:420svh}.dahon-fold-scroll-frames .dahon-fold-sticky{grid-template-columns:minmax(260px,.78fr) minmax(520px,1.5fr) minmax(260px,.72fr)}.dahon-fold-scroll-frames .dahon-fold-copy{overflow:hidden}.dahon-fold-scroll-frames .dahon-fold-copy h2{letter-spacing:-.055em;font-size:clamp(38px,4.2vw,64px);line-height:.92}.dahon-fold-scroll-frames .dahon-fold-copy>p{font-size:clamp(15px,1.1vw,18px);line-height:1.48}.dahon-frame-shell{aspect-ratio:16/9;background:#f7f8f3;border:1px solid #1115111a;border-radius:18px;width:min(100%,820px);position:relative;overflow:hidden;box-shadow:0 18px 46px #142d1e14}.dahon-frame-image{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;background:#f7f8f3;width:100%;height:100%;display:block}.dahon-fold-scroll-frames .dahon-fold-stage{padding:18px}.dahon-fold-scroll-frames .dahon-fold-steps article{min-height:128px}.dahon-fold-scroll-frames .dahon-fold-note{align-items:center;gap:10px;margin-top:18px;display:flex}.dahon-fold-scroll-frames .dahon-fold-note strong{color:#1f6b45;font-size:26px;line-height:1}.dahon-fold-scroll-frames .dahon-fold-note span{color:#5d665e;font-size:12px;font-weight:800}@media (max-width:980px){.dahon-fold-scroll-frames{height:auto}.dahon-fold-scroll-frames .dahon-fold-sticky{grid-template-columns:1fr}.dahon-fold-scroll-frames .dahon-fold-copy h2{font-size:clamp(36px,9vw,54px)}}:is(html:has(.dahon-tech),body:has(.dahon-tech)){background:#f6f8f3!important}body:has(.dahon-tech){color:#101510!important}body:has(.dahon-tech) .site-header{display:none!important}.dahon-header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f6f8f3f0;border-bottom:1px solid #1015101f;grid-template-columns:220px 1fr auto;align-items:center;gap:24px;width:100%;min-height:68px;padding:0 clamp(20px,4vw,56px);display:grid;position:sticky;top:0}.dahon-header a{text-decoration:none}.dahon-header-logo{color:#101510;flex-direction:column;display:flex}.dahon-header-logo span{letter-spacing:.18em;font-size:22px;font-weight:950;line-height:1}.dahon-header-logo em{color:#1f6b45;letter-spacing:.11em;text-transform:uppercase;margin-top:5px;font-size:11px;font-style:normal;font-weight:850}.dahon-header-nav{justify-content:center;gap:6px;display:flex}.dahon-header-nav a{color:#3f493f;letter-spacing:.04em;text-transform:uppercase;border-radius:0;align-items:center;min-height:36px;padding:0 13px;font-size:12px;font-weight:850;display:inline-flex}.dahon-header-nav a:hover{color:#fff;background:#101510}.dahon-header-actions{align-items:center;gap:10px;display:flex}.dahon-header-actions a{color:#101510;text-transform:uppercase;border:1px solid #10151024;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:12px;font-weight:900;display:inline-flex}.dahon-header-actions a:last-child{color:#fff;background:#1f6b45;border-color:#1f6b45}.dahon-tech{background-color:#f6f8f3!important;background-image:linear-gradient(90deg,#10151009 1px,#0000 1px),linear-gradient(#10151009 1px,#0000 1px),none!important;background-position:0 0,0 0,0 0!important;background-repeat:repeat,repeat,repeat!important;background-size:32px 32px!important;background-attachment:scroll,scroll,scroll!important;background-origin:padding-box,padding-box,padding-box!important;background-clip:border-box,border-box,border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:0 0 88px!important}.dahon-tech-hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;gap:18px!important;width:min(100% - 48px,1320px)!important;min-height:calc(100svh - 68px)!important;max-height:none!important;margin:0 auto!important;padding:28px 0!important;display:grid!important}.dahon-tech-hero-copy,.dahon-tech-hero-system{box-shadow:none!important;background:#ffffffd6!important;border:1px solid #10151024!important;border-radius:0!important}.dahon-tech-hero-copy{padding:clamp(30px,5vw,72px)!important}.dahon-tech-hero-copy h1{letter-spacing:-.07em!important;max-width:760px!important;font-size:clamp(54px,6.3vw,96px)!important;line-height:.88!important}.dahon-tech-hero-copy>p{max-width:560px!important;font-size:clamp(16px,1.25vw,20px)!important}.dahon-tech-actions a{border-radius:0!important}.dahon-tech-hero-system{background-color:#fbfcf7!important;background-image:linear-gradient(90deg,#1015100d 1px,#0000 1px),linear-gradient(#1015100d 1px,#0000 1px),none!important;background-position:0 0,0 0,0 0!important;background-repeat:repeat,repeat,repeat!important;background-size:28px 28px!important;background-attachment:scroll,scroll,scroll!important;background-origin:padding-box,padding-box,padding-box!important;background-clip:border-box,border-box,border-box!important;grid-template-rows:auto 1fr auto!important;min-height:100%!important;padding:18px!important;display:grid!important}.dahon-tech-fold-card,.dahon-tech-metrics article,.dahon-tech-system-top span{box-shadow:none!important;border-radius:0!important}.dahon-tech-fold-card strong{font-size:clamp(44px,5.5vw,88px)!important}.dahon-tech-strip{border-top:1px solid #10151024;border-left:1px solid #10151024;grid-template-columns:repeat(4,1fr)!important;gap:0!important;width:min(100% - 48px,1320px)!important;margin:0 auto 18px!important;display:grid!important}.dahon-tech-strip article{min-height:136px!important;box-shadow:none!important;background:#ffffffbd!important;border:1px solid #10151024!important;border-top:0!important;border-left:0!important;border-radius:0!important}.dahon-fold-scroll{width:min(100% - 48px,1320px)!important;height:520svh!important;box-shadow:none!important;background:#fff!important;border:1px solid #10151024!important;border-radius:0!important;margin:0 auto 18px!important}.dahon-fold-sticky{grid-template-columns:minmax(240px,.62fr) minmax(620px,1.7fr) minmax(240px,.68fr)!important;gap:0!important;height:calc(100svh - 84px)!important;padding:0!important;top:76px!important}.dahon-fold-copy,.dahon-fold-stage,.dahon-fold-steps{box-shadow:none!important;background:#fff!important;border:0!important;border-right:1px solid #1015101f!important;border-radius:0!important}.dahon-fold-copy{padding:clamp(22px,3vw,44px)!important;overflow:hidden!important}.dahon-fold-copy h2{letter-spacing:-.06em!important;font-size:clamp(34px,3.8vw,58px)!important;line-height:.92!important}.dahon-fold-copy>p{font-size:15px!important;line-height:1.45!important}.dahon-fold-stage{background-color:#f6f8f3!important;background-image:linear-gradient(90deg,#1015100b 1px,#0000 1px),linear-gradient(#1015100b 1px,#0000 1px),none!important;background-position:0 0,0 0,0 0!important;background-repeat:repeat,repeat,repeat!important;background-size:28px 28px!important;background-attachment:scroll,scroll,scroll!important;background-origin:padding-box,padding-box,padding-box!important;background-clip:border-box,border-box,border-box!important;padding:clamp(20px,3vw,42px)!important}.dahon-frame-shell,.dahon-fold-video-shell{width:min(100%,900px)!important;box-shadow:none!important;background:#fff!important;border:1px solid #1015101f!important;border-radius:0!important}.dahon-frame-image,.dahon-fold-video{object-fit:contain!important;background:#fff!important}.dahon-fold-meter{box-shadow:none!important;border-radius:0!important}.dahon-fold-steps{grid-template-rows:repeat(4,1fr)!important;padding:0!important;display:grid!important}.dahon-fold-steps article{opacity:.42!important;border:0!important;border-bottom:1px solid #1015101a!important;border-radius:0!important;padding:clamp(16px,2vw,28px)!important}.dahon-fold-steps article.is-active{opacity:1!important;background:#1f6b4514!important}.dahon-tech-section,.dahon-tech-guide,.dahon-tech-brand,.dahon-tech-final{width:min(100% - 48px,1320px)!important;box-shadow:none!important;background:#ffffffdb!important;border:1px solid #10151024!important;border-radius:0!important;margin:18px auto 0!important}.dahon-tech-section-head h2,.dahon-tech-guide h2,.dahon-tech-brand h2,.dahon-tech-final h2{font-size:clamp(42px,4.6vw,76px)!important;line-height:.9!important}.dahon-tech-use-grid,.dahon-tech-group-grid{border-top:1px solid #1015101f;border-left:1px solid #1015101f;grid-template-columns:repeat(4,1fr)!important;gap:0!important;display:grid!important}.dahon-tech-use-grid article,.dahon-tech-group-card,.dahon-tech-guide-list article,.dahon-tech-product{box-shadow:none!important;background:#fbfcf8!important;border:1px solid #1015101f!important;border-top:0!important;border-left:0!important;border-radius:0!important}.dahon-tech-guide{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr)!important}.dahon-tech-guide-list{border-top:1px solid #1015101f;border-left:1px solid #1015101f;gap:0!important;display:grid!important}.dahon-tech-products{border-top:1px solid #1015101f;border-left:1px solid #1015101f;grid-template-columns:repeat(3,1fr)!important;gap:0!important;display:grid!important}.dahon-tech-product-media{border-radius:0!important}.dahon-tech-final{grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;display:grid!important}@media (max-width:980px){.dahon-header{grid-template-columns:1fr auto}.dahon-header-nav{display:none}.dahon-tech-hero,.dahon-tech-guide,.dahon-tech-final{grid-template-columns:1fr!important}.dahon-fold-scroll{height:auto!important}.dahon-fold-sticky{grid-template-columns:1fr!important;height:auto!important;position:relative!important;top:auto!important}.dahon-fold-copy,.dahon-fold-stage,.dahon-fold-steps{border-bottom:1px solid #1015101f!important;border-right:0!important}.dahon-tech-strip,.dahon-tech-use-grid,.dahon-tech-group-grid,.dahon-tech-products{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){.dahon-header{min-height:62px;padding:0 16px}.dahon-header-actions a:first-child{display:none}.dahon-tech-hero,.dahon-tech-strip,.dahon-fold-scroll,.dahon-tech-section,.dahon-tech-guide,.dahon-tech-brand,.dahon-tech-final{width:min(100% - 24px,1320px)!important}.dahon-tech-strip,.dahon-tech-use-grid,.dahon-tech-group-grid,.dahon-tech-products{grid-template-columns:1fr!important}}:is(html:has(.dahon-lab),body:has(.dahon-lab)){background:#f6f8f3!important}body:has(.dahon-lab){color:#101510!important}body:has(.dahon-lab) .site-header{display:none!important}body:has(.dahon-lab) footer{color:#101510!important;background:#f6f8f3!important;border-top:1px solid #10151029!important}:is(body:has(.dahon-lab) footer a,body:has(.dahon-lab) footer p,body:has(.dahon-lab) footer span,body:has(.dahon-lab) footer strong){color:#101510!important}.dahon-lab{--lab-bg:#f6f8f3;--lab-card:#fff;--lab-text:#101510;--lab-muted:#5b655d;--lab-line:#10151024;--lab-green:#1f6b45;background:linear-gradient(90deg, #10151009 1px, transparent 1px), linear-gradient(#10151009 1px, transparent 1px), var(--lab-bg);background-size:32px 32px;width:100%;margin:0;padding:0 0 88px}.dahon-lab a{text-decoration:none}.dahon-lab-kicker{color:var(--lab-green);letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:11px;font-weight:950}.dahon-lab-hero,.dahon-lab-strip,.dahon-lab-section,.dahon-lab-guide,.dahon-lab-brand,.dahon-lab-final,.dahon-lab-fold{width:min(100% - 48px,1320px);margin-left:auto;margin-right:auto}.dahon-lab-hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:0;min-height:calc(100svh - 68px);padding:28px 0 0;display:grid}.dahon-lab-hero-copy,.dahon-lab-hero-visual{border:1px solid var(--lab-line);background:#ffffffe0}.dahon-lab-hero-copy{flex-direction:column;justify-content:center;padding:clamp(34px,5vw,78px);display:flex}.dahon-lab-hero-copy h1,.dahon-lab-section-head h2,.dahon-lab-guide h2,.dahon-lab-brand h2,.dahon-lab-final h2,.dahon-lab-fold-copy h2{color:var(--lab-text);font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(48px,5.8vw,92px);line-height:.88}.dahon-lab-hero-copy>p,.dahon-lab-section-head>p,.dahon-lab-guide p,.dahon-lab-brand p,.dahon-lab-final p,.dahon-lab-fold-copy>p{max-width:680px;color:var(--lab-muted);margin:22px 0 0;font-size:clamp(16px,1.25vw,20px);line-height:1.5}.dahon-lab-actions{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.dahon-lab-actions a{border:1px solid var(--lab-line);min-height:44px;color:var(--lab-text);text-transform:uppercase;justify-content:center;align-items:center;padding:0 16px;font-size:12px;font-weight:950;display:inline-flex}.dahon-lab-actions a:first-child{background:var(--lab-green);border-color:var(--lab-green);color:#fff}.dahon-lab-hero-visual{background-color:#fbfcf7;background-image:linear-gradient(90deg,#1015100b 1px,#0000 1px),linear-gradient(#1015100b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;grid-template-rows:auto 1fr auto;padding:18px;display:grid;position:relative}.dahon-lab-hero-labels{border-top:1px solid var(--lab-line);border-left:1px solid var(--lab-line);grid-template-columns:repeat(4,1fr);display:grid}.dahon-lab-hero-labels span{border-right:1px solid var(--lab-line);border-bottom:1px solid var(--lab-line);color:var(--lab-green);text-align:center;text-transform:uppercase;padding:10px;font-size:11px;font-weight:950}.dahon-lab-hero-image{justify-content:center;align-items:center;padding:32px;display:flex}.dahon-lab-hero-image img{object-fit:contain;background:#fff;width:min(100%,720px);max-height:390px}.dahon-lab-hero-statement{border:1px solid var(--lab-line);background:#fffc;padding:22px}.dahon-lab-hero-statement span{color:var(--lab-green);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-lab-hero-statement strong{max-width:680px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.065em;margin-top:12px;font-size:clamp(38px,4.8vw,76px);line-height:.9;display:block}.dahon-lab-strip{border-top:1px solid var(--lab-line);border-left:1px solid var(--lab-line);grid-template-columns:repeat(4,1fr);margin-top:0;display:grid}.dahon-lab-strip article{border-right:1px solid var(--lab-line);border-bottom:1px solid var(--lab-line);background:#ffffffd1;min-height:132px;padding:18px}.dahon-lab-strip span{color:var(--lab-green);font-size:11px;font-weight:950}.dahon-lab-strip strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;margin-top:32px;font-size:29px;line-height:.95;display:block}.dahon-lab-fold{border:1px solid var(--lab-line);background:#fff;height:280svh;margin-top:18px}.dahon-lab-fold-sticky{grid-template-columns:minmax(240px,.62fr) minmax(620px,1.58fr) minmax(250px,.7fr);height:calc(100svh - 68px);display:grid;position:sticky;top:68px}.dahon-lab-fold-copy,.dahon-lab-fold-visual,.dahon-lab-fold-steps{border-right:1px solid var(--lab-line);background:#fff}.dahon-lab-fold-copy{flex-direction:column;justify-content:center;padding:clamp(24px,3vw,44px);display:flex;overflow:hidden}.dahon-lab-fold-copy>p{font-size:15px;line-height:1.45}.dahon-lab-fold-progress{background:#1f6b451f;height:6px;margin-top:26px;overflow:hidden}.dahon-lab-fold-progress span{background:var(--lab-green);height:100%;display:block}.dahon-lab-fold-percent{align-items:center;gap:10px;margin-top:18px;display:flex}.dahon-lab-fold-percent strong{color:var(--lab-green);font-size:28px}.dahon-lab-fold-percent span{color:var(--lab-muted);font-size:12px;font-weight:850}.dahon-lab-fold-visual{background-color:#f6f8f3;background-image:linear-gradient(90deg,#1015100a 1px,#0000 1px),linear-gradient(#1015100a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;justify-content:center;align-items:center;padding:clamp(22px,3vw,44px);display:flex}.dahon-lab-fold-visual img{aspect-ratio:16/9;object-fit:contain;border:1px solid var(--lab-line);-webkit-user-select:none;user-select:none;pointer-events:none;background:#fff;width:min(100%,920px);display:block}.dahon-lab-fold-steps{grid-template-rows:repeat(4,1fr);display:grid}.dahon-lab-fold-steps article{opacity:.44;border-bottom:1px solid #1015101a;padding:clamp(16px,2vw,28px)}.dahon-lab-fold-steps article.is-active{opacity:1;background:#1f6b4514}.dahon-lab-fold-steps span{color:var(--lab-green);font-size:11px;font-weight:950}.dahon-lab-fold-steps strong{margin-top:10px;font-size:18px;display:block}.dahon-lab-fold-steps p{color:var(--lab-muted);margin:8px 0 0;font-size:13px;line-height:1.4}.dahon-lab-section,.dahon-lab-guide,.dahon-lab-brand,.dahon-lab-final{border:1px solid var(--lab-line);background:#ffffffe0;margin-top:18px;padding:clamp(28px,4vw,54px)}.dahon-lab-situations,.dahon-lab-groups,.dahon-lab-products,.dahon-lab-guide-list{border-top:1px solid var(--lab-line);border-left:1px solid var(--lab-line);gap:0;margin-top:30px;display:grid}.dahon-lab-situations,.dahon-lab-groups{grid-template-columns:repeat(4,1fr)}.dahon-lab-situations article,.dahon-lab-group,.dahon-lab-guide-list article,.dahon-lab-product{border-right:1px solid var(--lab-line);border-bottom:1px solid var(--lab-line);color:var(--lab-text);background:#fbfcf8;padding:20px}.dahon-lab-situations strong,.dahon-lab-group strong,.dahon-lab-guide-list strong,.dahon-lab-product h3{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;font-size:30px;line-height:.95;display:block}.dahon-lab-situations p,.dahon-lab-group p,.dahon-lab-guide-list p{color:var(--lab-muted);margin:14px 0 0;font-size:14px;line-height:1.45}.dahon-lab-group{flex-direction:column;min-height:260px;display:flex}.dahon-lab-group span{color:var(--lab-green);text-transform:uppercase;font-size:11px;font-weight:950}.dahon-lab-group strong{margin-top:auto}.dahon-lab-group em{color:var(--lab-green);text-transform:uppercase;margin-top:18px;font-size:11px;font-style:normal;font-weight:950;display:block}.dahon-lab-guide{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:28px;display:grid}.dahon-lab-guide-list{margin-top:0}.dahon-lab-guide-list span{color:var(--lab-green);font-size:11px;font-weight:950}.dahon-lab-products{grid-template-columns:repeat(3,1fr)}.dahon-lab-product{padding:0}.dahon-lab-product-media{background-color:#edf2ea;background-image:linear-gradient(90deg,#1015100b 1px,#0000 1px),linear-gradient(#1015100b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;align-items:flex-end;min-height:210px;padding:16px;display:flex}.dahon-lab-product-media span{color:var(--lab-green);text-transform:uppercase;background:#fff;padding:7px 10px;font-size:11px;font-weight:950}.dahon-lab-product-body{padding:20px}.dahon-lab-product-body p{color:var(--lab-green);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:950}.dahon-lab-product-body strong{color:var(--lab-green);margin-top:18px;display:block}.dahon-lab-brand p{max-width:860px}.dahon-lab-final{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;display:grid}@media (max-width:980px){.dahon-lab-hero,.dahon-lab-guide,.dahon-lab-final{grid-template-columns:1fr}.dahon-lab-strip,.dahon-lab-situations,.dahon-lab-groups,.dahon-lab-products{grid-template-columns:repeat(2,1fr)}.dahon-lab-fold{height:auto}.dahon-lab-fold-sticky{grid-template-columns:1fr;height:auto;position:relative;top:auto}.dahon-lab-fold-copy,.dahon-lab-fold-visual,.dahon-lab-fold-steps{border-right:0;border-bottom:1px solid var(--lab-line)}}@media (max-width:640px){.dahon-lab-hero,.dahon-lab-strip,.dahon-lab-section,.dahon-lab-guide,.dahon-lab-brand,.dahon-lab-final,.dahon-lab-fold{width:min(100% - 24px,1320px)}.dahon-lab-hero{min-height:auto}.dahon-lab-strip,.dahon-lab-situations,.dahon-lab-groups,.dahon-lab-products{grid-template-columns:1fr}.dahon-lab-hero-copy h1,.dahon-lab-section-head h2,.dahon-lab-guide h2,.dahon-lab-brand h2,.dahon-lab-final h2,.dahon-lab-fold-copy h2{font-size:clamp(38px,12vw,56px)}}.dahon-lab{background-color:#f6f8f3!important;background-image:radial-gradient(circle at 80% 4%,#1f6b4514,#0000 26%),linear-gradient(90deg,#10151007 1px,#0000 1px),linear-gradient(#10151007 1px,#0000 1px),none!important;background-position:0 0,0 0,0 0,0 0!important;background-repeat:repeat,repeat,repeat,repeat!important;background-size:auto,44px 44px,44px 44px!important;background-attachment:scroll,scroll,scroll,scroll!important;background-origin:padding-box,padding-box,padding-box,padding-box!important;background-clip:border-box,border-box,border-box,border-box!important}.dahon-header{border-bottom-color:#1015101a!important;min-height:72px!important}.dahon-header-logo span{font-size:24px!important}.dahon-header-nav a{min-height:40px!important;padding:0 16px!important}.dahon-lab-hero{gap:22px!important;width:min(100% - 56px,1400px)!important;min-height:calc(100svh - 72px)!important;padding:34px 0 22px!important}.dahon-lab-hero-copy,.dahon-lab-hero-visual{background:#ffffffe6!important;border:0!important;box-shadow:0 18px 70px #182f200f!important}.dahon-lab-hero-copy{padding:clamp(42px,5vw,86px)!important}.dahon-lab-hero-copy h1{max-width:760px!important;font-size:clamp(58px,6.6vw,108px)!important;line-height:.84!important}.dahon-lab-hero-copy>p{max-width:620px!important;font-size:clamp(17px,1.35vw,21px)!important}.dahon-lab-hero-visual{grid-template-rows:48px 1fr auto!important;padding:0!important;display:grid!important;overflow:hidden!important}.dahon-lab-hero-labels{background:#f6f8f3bd!important;border:0!important;border-bottom:1px solid #10151014!important}.dahon-lab-hero-labels span{color:#1f6b45!important;border:0!important}.dahon-lab-hero-image{background:radial-gradient(circle,#1f6b451a,#0000 36%),#fbfcf7!important;min-height:420px!important;padding:clamp(28px,4vw,58px)!important}.dahon-lab-hero-image img{background:0 0!important;border:0!important;width:min(100%,820px)!important;max-height:470px!important}.dahon-lab-hero-statement{background:#fff!important;border:0!important;border-top:1px solid #10151014!important;padding:28px 34px!important}.dahon-lab-hero-statement strong{font-size:clamp(42px,4.8vw,78px)!important}.dahon-lab-strip{border:0!important;gap:12px!important;width:min(100% - 56px,1400px)!important;margin-top:0!important}.dahon-lab-strip article{background:#ffffffe6!important;border:0!important;min-height:118px!important;box-shadow:0 12px 42px #182f200b!important}.dahon-lab-strip strong{margin-top:22px!important}.dahon-lab-fold{background:0 0!important;border:0!important;width:min(100% - 56px,1400px)!important;height:190svh!important;margin-top:22px!important}.dahon-lab-fold-sticky{background:#fff!important;grid-template-columns:minmax(260px,.58fr) minmax(620px,1.62fr) minmax(260px,.72fr)!important;height:calc(100svh - 72px)!important;top:72px!important;box-shadow:0 18px 70px #182f200f!important}.dahon-lab-fold-copy,.dahon-lab-fold-visual,.dahon-lab-fold-steps{background:#fff!important}.dahon-lab-fold-copy{padding:clamp(28px,3.2vw,52px)!important}.dahon-lab-fold-copy h2{font-size:clamp(38px,4vw,66px)!important}.dahon-lab-fold-copy>p{max-width:360px!important}.dahon-lab-fold-visual{background:radial-gradient(circle at 50% 48%,#1f6b4514,#0000 34%),#f8faf5!important}.dahon-lab-fold-visual img{background:0 0!important;border:0!important;width:min(100%,980px)!important}.dahon-lab-fold-steps article{padding:clamp(18px,2vw,30px)!important}.dahon-lab-fold-steps strong{font-size:20px!important}.dahon-lab-section,.dahon-lab-guide,.dahon-lab-brand,.dahon-lab-final{background:#ffffffe6!important;border:0!important;width:min(100% - 56px,1400px)!important;padding:clamp(38px,5vw,72px)!important;box-shadow:0 16px 58px #182f200b!important}.dahon-lab-section-head{max-width:980px!important}.dahon-lab-section-head h2,.dahon-lab-guide h2,.dahon-lab-brand h2,.dahon-lab-final h2{font-size:clamp(48px,5vw,86px)!important}.dahon-lab-situations,.dahon-lab-groups,.dahon-lab-products,.dahon-lab-guide-list{border:0!important;gap:12px!important}.dahon-lab-situations article,.dahon-lab-group,.dahon-lab-guide-list article,.dahon-lab-product{background:#f8faf5!important;border:0!important;box-shadow:inset 0 0 0 1px #10151012!important}.dahon-lab-group{min-height:280px!important}.dahon-lab-guide{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important}.dahon-lab-guide-list article{min-height:118px!important}.dahon-lab-product-media{background:radial-gradient(circle at 50% 48%,#1f6b4517,#0000 34%),#edf2ea!important;min-height:240px!important}.dahon-lab-product-body h3{min-height:58px!important}.dahon-lab-final{align-items:center!important}@media (max-width:980px){.dahon-lab-fold{height:auto!important}.dahon-lab-fold-sticky{grid-template-columns:1fr!important;height:auto!important;position:relative!important;top:auto!important}.dahon-lab-hero,.dahon-lab-guide,.dahon-lab-final{grid-template-columns:1fr!important}}.dahon-hero-clean{grid-template-columns:minmax(0,1.08fr) minmax(320px,.62fr);gap:18px;width:min(100% - 56px,1320px);min-height:calc(100svh - 92px);margin:0 auto;padding:36px 0 22px;display:grid}.dahon-hero-clean-copy,.dahon-hero-clean-visual{background:#ffffffeb;box-shadow:0 18px 70px #182f200e}.dahon-hero-clean-copy{flex-direction:column;justify-content:center;padding:clamp(44px,6vw,92px);display:flex}.dahon-hero-clean-copy h1{color:#101510;max-width:920px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.075em;margin:0;font-size:clamp(60px,7.6vw,128px);line-height:.82}.dahon-hero-clean-copy>p{color:#5b655d;max-width:620px;margin:28px 0 0;font-size:clamp(17px,1.35vw,21px);line-height:1.52}.dahon-hero-clean-visual{background-color:#fbfcf7;background-image:linear-gradient(90deg,#10151009 1px,#0000 1px),linear-gradient(#10151009 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;align-items:flex-end;min-height:100%;padding:28px;display:flex}.dahon-hero-clean-visual>div{background:#fff9;border:1px dashed #1f6b4552;flex-direction:column;justify-content:flex-end;width:100%;min-height:520px;padding:26px;display:flex}.dahon-hero-clean-visual span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-hero-clean-visual strong{color:#101510;max-width:320px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:14px;font-size:clamp(38px,4.4vw,72px);line-height:.88;display:block}.dahon-hero-clean-visual p{color:#5b655d;max-width:300px;margin:18px 0 0;font-size:14px;line-height:1.45}.dahon-proof-row{grid-template-columns:repeat(4,1fr);gap:12px;width:min(100% - 56px,1320px);margin:0 auto 22px;display:grid}.dahon-proof-row article{background:#ffffffeb;flex-direction:column;justify-content:space-between;min-height:180px;padding:24px;display:flex;box-shadow:0 14px 48px #182f200b}.dahon-proof-row span{color:#1f6b45;font-size:11px;font-weight:950}.dahon-proof-row strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;font-size:34px;line-height:.92;display:block}.dahon-proof-row p{color:#5b655d;margin:14px 0 0;font-size:14px;line-height:1.45}.dahon-fold-showcase{width:min(100% - 56px,1320px);height:210svh;margin:0 auto 22px}.dahon-fold-showcase-sticky{background:#fffffff0;grid-template-rows:auto 1fr auto;min-height:calc(100svh - 88px);display:grid;position:sticky;top:78px;box-shadow:0 18px 70px #182f200e}.dahon-fold-showcase-head{text-align:center;max-width:880px;margin:0 auto;padding:42px 28px 24px}.dahon-fold-showcase-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(48px,5vw,86px);line-height:.86}.dahon-fold-showcase-head p{color:#5b655d;max-width:660px;margin:20px auto 0;font-size:clamp(16px,1.2vw,19px);line-height:1.48}.dahon-fold-showcase-body{grid-template-columns:minmax(0,1fr) 340px;gap:18px;padding:0 32px 28px;display:grid}.dahon-fold-showcase-visual{background-color:#f6f8f3;background-image:radial-gradient(circle at 50% 48%,#1f6b4514,#0000 34%),linear-gradient(90deg,#10151009 1px,#0000 1px),linear-gradient(#10151009 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,34px 34px,34px 34px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;justify-content:center;align-items:center;min-height:480px;display:flex;position:relative}.dahon-fold-showcase-visual img{aspect-ratio:16/9;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;background:#fff;width:min(100%,920px)}.dahon-fold-showcase-meter{background:#fff;padding:14px 16px;position:absolute;bottom:22px;right:22px;box-shadow:0 14px 38px #182f2014}.dahon-fold-showcase-meter strong,.dahon-fold-showcase-meter span{display:block}.dahon-fold-showcase-meter strong{color:#1f6b45;font-size:28px}.dahon-fold-showcase-meter span{color:#5b655d;margin-top:4px;font-size:12px;font-weight:850}.dahon-fold-showcase-steps{gap:10px;display:grid}.dahon-fold-showcase-steps article{opacity:.48;background:#f8faf5;padding:20px;box-shadow:inset 0 0 0 1px #10151012}.dahon-fold-showcase-steps article.is-active{opacity:1;background:#1f6b4514}.dahon-fold-showcase-steps span{color:#1f6b45;font-size:11px;font-weight:950}.dahon-fold-showcase-steps strong{color:#101510;margin-top:10px;font-size:20px;display:block}.dahon-fold-showcase-steps p{color:#5b655d;margin:8px 0 0;font-size:13px;line-height:1.42}.dahon-fold-showcase-progress{background:#1f6b451f;height:6px}.dahon-fold-showcase-progress span{background:#1f6b45;height:100%;display:block}.dahon-scenario-premium{background:#ffffffeb;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-scenario-premium-head{max-width:920px}.dahon-scenario-premium-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(48px,5vw,86px);line-height:.88}.dahon-scenario-premium-head p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:18px;line-height:1.5}.dahon-scenario-premium-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px;display:grid}.dahon-scenario-premium-card{color:#101510;background:#f8faf5;flex-direction:column;min-height:340px;padding:24px;display:flex;box-shadow:inset 0 0 0 1px #10151012}.dahon-scenario-premium-card span{color:#1f6b45;font-size:12px;font-weight:950}.dahon-scenario-premium-card em{color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;margin-top:10px;font-size:11px;font-style:normal;font-weight:950}.dahon-scenario-premium-card strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:auto;font-size:36px;line-height:.92;display:block}.dahon-scenario-premium-card p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-scenario-premium-card small{color:#1f6b45;text-transform:uppercase;margin-top:20px;font-size:11px;font-weight:950;line-height:1.35;display:block}.dahon-fit-premium{background:#ffffffeb;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:34px;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);display:grid;box-shadow:0 16px 58px #182f200b}.dahon-fit-premium-copy h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(48px,5vw,86px);line-height:.88}.dahon-fit-premium-copy p{color:#5b655d;max-width:600px;margin:22px 0 0;font-size:18px;line-height:1.5}.dahon-fit-premium-list{gap:12px;display:grid}.dahon-fit-premium-list article{background:#f8faf5;min-height:150px;padding:24px;box-shadow:inset 0 0 0 1px #10151012}.dahon-fit-premium-list span{color:#1f6b45;font-size:11px;font-weight:950}.dahon-fit-premium-list strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;margin-top:16px;font-size:34px;line-height:.92;display:block}.dahon-fit-premium-list p{color:#5b655d;margin:12px 0 0;font-size:14px}.dahon-stores{background:#ffffffeb;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-stores-head{max-width:880px}.dahon-stores-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(48px,5vw,86px);line-height:.88}.dahon-stores-head p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:18px;line-height:1.5}.dahon-stores-tabs{gap:8px;margin-top:24px;display:flex}.dahon-stores-tabs button{color:#101510;cursor:pointer;background:#f8faf5;border:1px solid #1015101f;min-height:42px;padding:0 16px;font-size:12px;font-weight:950}.dahon-stores-tabs button.is-active{color:#fff;background:#1f6b45;border-color:#1f6b45}.dahon-stores-map{background:#edf2ea;height:420px;margin-top:30px;overflow:hidden}.dahon-stores-list{background:#f8faf5;margin-top:18px;box-shadow:inset 0 0 0 1px #10151012}.dahon-stores-city{border-bottom:1px solid #10151014;justify-content:space-between;gap:16px;padding:18px 22px;display:flex}.dahon-stores-city span{color:#101510;font-size:20px;font-weight:950}.dahon-stores-city strong{color:#1f6b45;text-transform:uppercase;font-size:13px}.dahon-stores-list article{border-bottom:1px solid #10151014;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:20px 22px;display:grid}.dahon-stores-list article:last-child{border-bottom:0}.dahon-stores-list h3{color:#101510;margin:0;font-size:20px}.dahon-stores-list p,.dahon-stores-list span{color:#5b655d;margin:8px 0 0;font-size:14px;display:block}.dahon-stores-list a{color:#1f6b45;margin-top:8px;font-size:14px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:980px){.dahon-hero-clean,.dahon-fit-premium,.dahon-fold-showcase-body{grid-template-columns:1fr}.dahon-proof-row,.dahon-scenario-premium-grid{grid-template-columns:repeat(2,1fr)}.dahon-fold-showcase{height:auto}.dahon-fold-showcase-sticky{position:relative;top:auto}}@media (max-width:640px){.dahon-hero-clean,.dahon-proof-row,.dahon-fold-showcase,.dahon-scenario-premium,.dahon-fit-premium,.dahon-stores{width:min(100% - 24px,1320px)}.dahon-hero-clean{min-height:auto}.dahon-proof-row,.dahon-scenario-premium-grid,.dahon-stores-list article{grid-template-columns:1fr}}.dahon-hero-compact{grid-template-columns:minmax(0,1fr) minmax(300px,.52fr);gap:18px;width:min(100% - 56px,1320px);min-height:calc(100svh - 132px);max-height:760px;margin:0 auto;padding:28px 0 18px;display:grid}.dahon-hero-compact-copy,.dahon-hero-compact-visual{background:#ffffffed;box-shadow:0 16px 54px #182f200d}.dahon-hero-compact-copy{flex-direction:column;justify-content:center;padding:clamp(34px,4.8vw,74px);display:flex}.dahon-hero-compact-copy h1{color:#101510;max-width:820px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.075em;margin:0;font-size:clamp(54px,6.2vw,104px);line-height:.84}.dahon-hero-compact-copy>p{color:#5b655d;max-width:600px;margin:24px 0 0;font-size:clamp(16px,1.25vw,20px);line-height:1.5}.dahon-hero-compact-visual{background-color:#fbfcf7;background-image:linear-gradient(90deg,#10151008 1px,#0000 1px),linear-gradient(#10151008 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:100%;padding:24px}.dahon-hero-compact-placeholder{background:#ffffff94;border:1px dashed #1f6b454d;flex-direction:column;justify-content:flex-end;height:100%;min-height:470px;padding:24px;display:flex}.dahon-hero-compact-placeholder span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-hero-compact-placeholder strong{color:#101510;max-width:300px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:12px;font-size:clamp(34px,3.8vw,62px);line-height:.9;display:block}.dahon-hero-compact-placeholder p{color:#5b655d;max-width:280px;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-proof-premium{grid-template-columns:repeat(4,1fr);gap:14px;width:min(100% - 56px,1320px);margin:0 auto 22px;display:grid}.dahon-proof-premium article{background:#ffffffed;flex-direction:column;justify-content:space-between;min-height:170px;padding:24px;display:flex;box-shadow:0 12px 42px #182f200a}.dahon-proof-premium span{color:#1f6b45;font-size:11px;font-weight:950}.dahon-proof-premium strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.055em;font-size:32px;line-height:.92;display:block}.dahon-proof-premium p{color:#5b655d;margin:14px 0 0;font-size:14px;line-height:1.45}.dahon-fold-showcase-sticky{height:calc(100svh - 82px)!important;min-height:auto!important;top:72px!important;overflow:hidden!important}.dahon-fold-showcase-head p{margin-top:14px!important;font-size:16px!important}.dahon-fold-showcase-body{grid-template-columns:minmax(0,1fr) 320px!important;gap:16px!important;min-height:0!important;padding:0 28px 22px!important}.dahon-fold-showcase-visual{height:clamp(360px,52vh,560px)!important;min-height:0!important}.dahon-fold-showcase-visual img{object-fit:contain!important;width:min(100%,880px)!important;height:100%!important}.dahon-fold-showcase-steps{max-height:clamp(360px,52vh,560px)!important;overflow:hidden!important}.dahon-fold-showcase-steps article{min-height:0!important;padding:18px!important}.dahon-editable-section,.dahon-scenario-rich,.dahon-fit-rich,.dahon-brand-rich,.dahon-final-rich{background:#ffffffed;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-editable-section-head,.dahon-scenario-rich-head{max-width:900px}.dahon-editable-section h2,.dahon-scenario-rich h2,.dahon-fit-rich h2,.dahon-brand-rich h2,.dahon-final-rich h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(46px,4.8vw,82px);line-height:.88}.dahon-editable-section-head p,.dahon-scenario-rich-head p,.dahon-fit-rich p,.dahon-brand-rich p,.dahon-final-rich p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-editable-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:32px;display:grid}.dahon-editable-grid article{background:#f8faf5;min-height:170px;padding:24px;box-shadow:inset 0 0 0 1px #10151012}.dahon-editable-grid strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;font-size:32px;line-height:.92;display:block}.dahon-editable-grid p{color:#5b655d;margin:14px 0 0;font-size:14px;line-height:1.45}.dahon-scenario-rich-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px;display:grid}.dahon-scenario-rich-card{background:#f8faf5;box-shadow:inset 0 0 0 1px #10151012}.dahon-scenario-rich-card summary{cursor:pointer;flex-direction:column;min-height:210px;padding:24px;list-style:none;display:flex}.dahon-scenario-rich-card summary::-webkit-details-marker{display:none}.dahon-scenario-rich-card summary span{color:#1f6b45;font-size:12px;font-weight:950}.dahon-scenario-rich-card summary em{color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;margin-top:10px;font-size:11px;font-style:normal;font-weight:950}.dahon-scenario-rich-card summary strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:auto;font-size:34px;line-height:.92;display:block}.dahon-scenario-rich-body{padding:0 24px 24px}.dahon-scenario-rich-media{background:radial-gradient(circle at 50% 46%,#1f6b451a,#0000 36%),#edf2ea;align-items:flex-end;min-height:210px;padding:16px;display:flex}.dahon-scenario-rich-media span{color:#1f6b45;text-transform:uppercase;background:#fff;padding:7px 10px;font-size:11px;font-weight:950}.dahon-scenario-rich-body p{color:#5b655d;margin:18px 0 0;font-size:14px;line-height:1.45}.dahon-scenario-rich-body small{color:#1f6b45;text-transform:uppercase;margin-top:16px;font-size:11px;font-weight:950;line-height:1.35;display:block}.dahon-scenario-rich-body a,.dahon-brand-rich a,.dahon-final-rich-actions a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:46px;margin-top:20px;padding:0 18px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-fit-rich{grid-template-columns:minmax(0,.8fr) minmax(300px,.58fr) minmax(0,.8fr);gap:18px;display:grid}.dahon-fit-rich-media{background-color:#fbfcf7;background-image:linear-gradient(90deg,#10151008 1px,#0000 1px),linear-gradient(#10151008 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;align-items:flex-end;min-height:420px;padding:24px;display:flex}.dahon-fit-rich-media>div{border:1px dashed #1f6b454d;flex-direction:column;justify-content:flex-end;width:100%;min-height:320px;padding:22px;display:flex}.dahon-fit-rich-media span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-fit-rich-media strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;margin-top:12px;font-size:34px;line-height:.92;display:block}.dahon-fit-rich-media p{margin-top:14px;font-size:14px}.dahon-fit-rich-list{gap:12px;display:grid}.dahon-fit-rich-list article{background:#f8faf5;padding:22px;box-shadow:inset 0 0 0 1px #10151012}.dahon-fit-rich-list span{color:#1f6b45;font-size:11px;font-weight:950}.dahon-fit-rich-list strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;margin-top:14px;font-size:28px;line-height:.92;display:block}.dahon-fit-rich-list p{margin-top:10px;font-size:14px}.dahon-brand-rich{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;display:grid}.dahon-brand-rich a{white-space:nowrap}.dahon-final-rich{background:radial-gradient(circle at 92% 20%,#1f6b451a,#0000 34%),#fffffff2;grid-template-columns:minmax(0,1fr) minmax(320px,auto);align-items:center;gap:34px;display:grid}.dahon-final-rich-actions{grid-template-columns:1fr;gap:12px;display:grid}.dahon-final-rich-actions a{min-width:260px;min-height:56px;margin-top:0}.dahon-final-rich-actions a:last-child{color:#101510;background:#fff;box-shadow:inset 0 0 0 1px #10151024}@media (max-width:1100px){.dahon-fit-rich{grid-template-columns:1fr}.dahon-scenario-rich-grid{grid-template-columns:repeat(2,1fr)}.dahon-brand-rich,.dahon-final-rich{grid-template-columns:1fr}}@media (max-width:980px){.dahon-hero-compact{grid-template-columns:1fr;max-height:none}.dahon-proof-premium,.dahon-editable-grid{grid-template-columns:repeat(2,1fr)}.dahon-fold-showcase{height:auto!important}.dahon-fold-showcase-sticky{height:auto!important;position:relative!important;top:auto!important;overflow:visible!important}.dahon-fold-showcase-body{grid-template-columns:1fr!important}}@media (max-width:640px){.dahon-hero-compact,.dahon-proof-premium,.dahon-editable-section,.dahon-scenario-rich,.dahon-fit-rich,.dahon-brand-rich,.dahon-final-rich{width:min(100% - 24px,1320px)}.dahon-proof-premium,.dahon-editable-grid,.dahon-scenario-rich-grid{grid-template-columns:1fr}}.dahon-proof-premium{margin-top:36px!important;margin-bottom:34px!important}.dahon-proof-premium article{background:#fff!important;min-height:190px!important;padding:28px!important;box-shadow:0 18px 54px #182f200e!important}.dahon-fold-showcase{background:0 0!important;width:min(100% - 56px,1320px)!important;height:185svh!important;margin:34px auto 36px!important}.dahon-fold-showcase-sticky{background:#fff!important;width:100%!important;max-width:1320px!important;margin:0 auto!important;overflow:hidden!important;box-shadow:0 22px 72px #182f200f!important}.dahon-fold-showcase-head{text-align:center!important;background:#fff!important;max-width:860px!important;margin:0 auto!important;padding:34px 28px 22px!important}.dahon-fold-showcase-head h2{max-width:760px!important;margin:0 auto!important;font-size:clamp(40px,4.1vw,70px)!important;line-height:.9!important}.dahon-fold-showcase-head p{max-width:680px!important;margin:16px auto 0!important}.dahon-fold-showcase-body{background:#fff!important;grid-template-columns:minmax(0,1fr) 320px!important;align-items:stretch!important;gap:22px!important;width:min(100% - 56px,1120px)!important;margin:0 auto!important;padding:0 0 28px!important;display:grid!important}.dahon-fold-showcase-visual{background:radial-gradient(circle,#1f6b450f,#0000 36%),#f6f8f3!important;justify-content:center!important;align-items:center!important;height:clamp(380px,52vh,560px)!important;min-height:0!important;display:flex!important;overflow:hidden!important}.dahon-fold-showcase-visual img{object-fit:contain!important;background:#fff!important;width:min(100%,900px)!important;height:100%!important;display:block!important}.dahon-fold-showcase-steps{background:#fff!important;grid-template-rows:repeat(4,1fr)!important;gap:10px!important;height:clamp(380px,52vh,560px)!important;max-height:none!important;display:grid!important;overflow:hidden!important}.dahon-fold-showcase-steps article{opacity:.55!important;background:#f8faf5!important;flex-direction:column!important;justify-content:center!important;height:100%!important;min-height:0!important;padding:20px!important;display:flex!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #10151013!important}.dahon-fold-showcase-steps article.is-active{opacity:1!important;background:#1f6b4517!important;box-shadow:inset 0 0 0 1px #1f6b452e!important}.dahon-fold-showcase-steps article span{color:#1f6b45!important;font-size:11px!important;font-weight:950!important}.dahon-fold-showcase-steps article strong{color:#101510!important;margin-top:10px!important;font-size:20px!important;line-height:1.05!important;display:block!important}.dahon-fold-showcase-steps article p{color:#5b655d!important;margin:8px 0 0!important;font-size:13px!important;line-height:1.38!important}.dahon-fold-showcase-meter{background:#fffffff0!important;bottom:18px!important;right:18px!important;box-shadow:0 12px 34px #182f2014!important}.dahon-fold-showcase-progress{background:#1f6b451f!important;width:min(100% - 56px,1120px)!important;margin:0 auto!important}@media (max-width:980px){.dahon-proof-premium{margin-top:26px!important}.dahon-fold-showcase{height:auto!important}.dahon-fold-showcase-sticky{height:auto!important;min-height:auto!important;position:relative!important;top:auto!important}.dahon-fold-showcase-body{grid-template-columns:1fr!important;width:calc(100% - 32px)!important}.dahon-fold-showcase-steps{grid-template-rows:none!important;height:auto!important}.dahon-fold-showcase-steps article{min-height:120px!important}}.dahon-fold-showcase{height:195svh!important}.dahon-fold-showcase-sticky{height:calc(100svh - 78px)!important}.dahon-fold-showcase-head{padding:24px 28px 14px!important}.dahon-fold-showcase-head h2{font-size:clamp(36px,3.55vw,60px)!important;line-height:.9!important}.dahon-fold-showcase-head p{max-width:620px!important;margin-top:12px!important;font-size:15px!important;line-height:1.42!important}.dahon-fold-showcase-body{grid-template-columns:minmax(0,1fr) 300px!important;gap:18px!important;width:min(100% - 44px,1120px)!important;padding-bottom:18px!important}.dahon-fold-showcase-visual{height:clamp(330px,46vh,500px)!important}.dahon-fold-showcase-steps{grid-template-rows:repeat(4,minmax(0,1fr))!important;gap:8px!important;height:clamp(330px,46vh,500px)!important;display:grid!important;overflow:hidden!important}.dahon-fold-showcase-steps article{justify-content:center!important;height:100%!important;min-height:0!important;padding:14px 16px!important}.dahon-fold-showcase-steps article strong{margin-top:7px!important;font-size:17px!important;line-height:1.02!important}.dahon-fold-showcase-steps article p{margin-top:6px!important;font-size:12px!important;line-height:1.32!important}.dahon-fold-showcase-meter{padding:10px 12px!important;bottom:14px!important;right:14px!important}.dahon-fold-showcase-meter strong{font-size:22px!important}.dahon-fold-showcase-meter span{font-size:11px!important}.dahon-fold-showcase-progress{width:min(100% - 44px,1120px)!important}.dahon-scenario-popup{z-index:200;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.dahon-scenario-popup-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0a0e0a85;border:0;position:absolute;inset:0}.dahon-scenario-popup-panel{z-index:1;background:#fff;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);width:min(100%,1080px);max-height:min(760px,100svh - 48px);display:grid;position:relative;overflow:auto;box-shadow:0 28px 90px #00000042}.dahon-scenario-popup-close{z-index:2;color:#fff;text-transform:uppercase;cursor:pointer;background:#101510;border:0;min-height:40px;padding:0 14px;font-size:11px;font-weight:950;position:absolute;top:18px;right:18px}.dahon-scenario-popup-media{background-color:#edf2ea;background-image:radial-gradient(circle at 50% 45%,#1f6b451f,#0000 36%),linear-gradient(90deg,#10151009 1px,#0000 1px),linear-gradient(#10151009 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,28px 28px,28px 28px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;align-items:flex-end;min-height:560px;padding:24px;display:flex}.dahon-scenario-popup-media span{color:#1f6b45;text-transform:uppercase;background:#fff;padding:8px 11px;font-size:11px;font-weight:950}.dahon-scenario-popup-copy{padding:clamp(34px,5vw,70px)}.dahon-scenario-popup-copy h3{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(44px,5vw,78px);line-height:.88}.dahon-scenario-popup-copy>p{color:#5b655d;margin:24px 0 0;font-size:17px;line-height:1.55}.dahon-scenario-popup-bullets{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.dahon-scenario-popup-bullets span{color:#1f6b45;background:#f1f5ef;padding:9px 11px;font-size:12px;font-weight:900}.dahon-scenario-popup-models{border-top:1px solid #1015101a;margin-top:30px;padding-top:24px}.dahon-scenario-popup-models strong{color:#101510;text-transform:uppercase;font-size:14px;font-weight:950}.dahon-scenario-popup-models p{color:#1f6b45;margin:10px 0 0;font-size:14px;font-weight:950}.dahon-scenario-popup-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.dahon-scenario-popup-actions a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:50px;padding:0 18px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-scenario-popup-actions a:last-child{color:#101510;background:#fff;box-shadow:inset 0 0 0 1px #10151024}@media (max-width:980px){.dahon-scenario-modal-grid{grid-template-columns:repeat(2,1fr)}.dahon-scenario-popup-panel{grid-template-columns:1fr}.dahon-scenario-popup-media{min-height:320px}}@media (max-width:640px){.dahon-scenario-modal-section{width:min(100% - 24px,1320px)}.dahon-scenario-modal-grid{grid-template-columns:1fr}.dahon-scenario-popup{padding:12px}}.dahon-hero-video-shell{background:radial-gradient(circle,#1f6b451f,#0000 36%),#eef4ed;height:100%;min-height:470px;position:relative;overflow:hidden}.dahon-hero-video{z-index:1;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.dahon-hero-video-fallback{z-index:0;background:#ffffff70;border:1px dashed #1f6b4552;flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:24px}.dahon-hero-video-fallback span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-hero-video-fallback strong{color:#101510;max-width:300px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:12px;font-size:clamp(34px,3.8vw,62px);line-height:.9;display:block}.dahon-hero-video-fallback p{color:#5b655d;max-width:280px;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-scenario-modal-section{background:#fffffff0;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-scenario-modal-head{max-width:900px}.dahon-scenario-modal-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(46px,4.8vw,82px);line-height:.88}.dahon-scenario-modal-head p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-scenario-modal-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px;display:grid}.dahon-scenario-modal-card{color:#101510;text-align:left;cursor:pointer;background:#f8faf5;border:0;flex-direction:column;align-items:flex-start;min-height:330px;padding:24px;display:flex;box-shadow:inset 0 0 0 1px #10151012}.dahon-scenario-modal-card:hover{background:#eef5ee}.dahon-scenario-modal-card span{color:#1f6b45;font-size:12px;font-weight:950}.dahon-scenario-modal-card em{color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;margin-top:10px;font-size:11px;font-style:normal;font-weight:950}.dahon-scenario-modal-card strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:auto;font-size:36px;line-height:.92;display:block}.dahon-scenario-modal-card p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-scenario-modal-card small{color:#1f6b45;text-transform:uppercase;margin-top:20px;font-size:12px;font-weight:950;display:inline-flex}.dahon-scenario-fullscreen{z-index:220;background:#f6f8f3;grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);display:grid;position:fixed;inset:0}.dahon-scenario-fullscreen-media{background-color:#eaf1e8;background-image:radial-gradient(circle at 50% 45%,#1f6b4529,#0000 36%),linear-gradient(90deg,#10151009 1px,#0000 1px),linear-gradient(#10151009 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,32px 32px,32px 32px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;align-items:flex-end;min-height:100svh;padding:clamp(24px,4vw,60px);display:flex}.dahon-scenario-fullscreen-media span{color:#1f6b45;text-transform:uppercase;background:#fff;padding:9px 12px;font-size:11px;font-weight:950}.dahon-scenario-fullscreen-copy{background:#fff;flex-direction:column;justify-content:center;min-height:100svh;padding:clamp(36px,6vw,90px);display:flex;position:relative}.dahon-scenario-fullscreen-copy button{color:#fff;text-transform:uppercase;cursor:pointer;background:#101510;border:0;min-height:44px;padding:0 16px;font-size:11px;font-weight:950;position:absolute;top:28px;right:28px}.dahon-scenario-fullscreen-copy h3{color:#101510;max-width:720px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.08em;margin:0;font-size:clamp(56px,7vw,118px);line-height:.82}.dahon-scenario-fullscreen-copy>p:not(.dahon-lab-kicker){color:#5b655d;max-width:640px;margin:28px 0 0;font-size:clamp(17px,1.4vw,22px);line-height:1.55}.dahon-scenario-fullscreen-bullets{flex-wrap:wrap;gap:9px;margin-top:28px;display:flex}.dahon-scenario-fullscreen-bullets span{color:#1f6b45;background:#f1f5ef;padding:10px 12px;font-size:12px;font-weight:900}.dahon-scenario-fullscreen-models{border-top:1px solid #1015101a;margin-top:34px;padding-top:26px}.dahon-scenario-fullscreen-models strong{color:#101510;text-transform:uppercase;font-size:14px;font-weight:950}.dahon-scenario-fullscreen-models p{color:#1f6b45;margin:10px 0 0;font-size:15px;font-weight:950}.dahon-scenario-fullscreen-actions{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.dahon-scenario-fullscreen-actions a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:54px;padding:0 20px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-scenario-fullscreen-actions a:last-child{color:#101510;background:#fff;box-shadow:inset 0 0 0 1px #10151024}.dahon-range-explorer{background:#fffffff0;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-range-explorer-head{max-width:900px}.dahon-range-explorer-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(46px,4.8vw,82px);line-height:.88}.dahon-range-explorer-head p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-range-panels{background-color:#dfe9dd;background-image:linear-gradient(#08120a47,#08120a61),url(/dahon-home/dahon-range-bg.jpg),radial-gradient(circle,#1f6b452e,#0000 36%),none;background-position:50%;background-repeat:repeat,repeat,repeat,repeat;background-size:cover;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;height:560px;margin-top:34px;display:flex;overflow:hidden}.dahon-range-panels button{color:#fff;cursor:pointer;text-align:left;background:#0410082e;border:0;border-right:1px solid #ffffff38;flex:1;min-width:0;padding:0;transition:flex .28s,background .28s;position:relative}.dahon-range-panels button.is-active{background:#0410080d;flex:1.85}.dahon-range-panels button>span{z-index:2;letter-spacing:.16em;text-transform:uppercase;font-size:14px;font-weight:950;position:absolute;bottom:34px;left:28px}.dahon-range-panels button>div{z-index:3;color:#101510;background:#fff;min-height:260px;padding:28px;transition:transform .28s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.dahon-range-panels button.is-active>div{transform:translateY(0)}.dahon-range-panels strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;font-size:38px;line-height:.92;display:block}.dahon-range-panels p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-range-panels em{color:#1f6b45;text-transform:uppercase;margin-top:18px;font-size:11px;font-style:normal;font-weight:950;display:block}.dahon-range-panels a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:44px;margin-top:22px;padding:0 16px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:980px){.dahon-scenario-modal-grid{grid-template-columns:repeat(2,1fr)}.dahon-scenario-fullscreen{grid-template-columns:1fr;overflow:auto}.dahon-scenario-fullscreen-media{min-height:320px}.dahon-scenario-fullscreen-copy{min-height:auto}.dahon-range-panels{grid-template-columns:1fr;height:auto;display:grid}.dahon-range-panels button,.dahon-range-panels button.is-active{flex:none;min-height:360px}.dahon-range-panels button>div{transform:translateY(0)}}@media (max-width:640px){.dahon-scenario-modal-section,.dahon-range-explorer{width:min(100% - 24px,1320px)}.dahon-scenario-modal-grid{grid-template-columns:1fr}}.dahon-scenario-fullscreen,.dahon-scenario-popup{display:none!important}.dahon-scenario-modal{z-index:300;place-items:center;padding:clamp(16px,3vw,42px);display:grid;position:fixed;inset:0}.dahon-scenario-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#080d09ad;border:0;position:absolute;inset:0}.dahon-scenario-modal-panel{z-index:1;background:#fff;grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr);width:min(1180px,100vw - 48px);height:min(760px,100svh - 48px);max-height:calc(100svh - 48px);display:grid;position:relative;overflow:hidden;box-shadow:0 34px 120px #00000059}.dahon-scenario-modal-media{background-color:#eaf1e8;background-image:radial-gradient(circle at 50% 45%,#1f6b4529,#0000 36%),linear-gradient(90deg,#1015100a 1px,#0000 1px),linear-gradient(#1015100a 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,30px 30px,30px 30px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;align-items:flex-end;min-height:0;padding:clamp(22px,3vw,44px);display:flex}.dahon-scenario-modal-media span{color:#1f6b45;letter-spacing:.08em;text-transform:uppercase;background:#fff;padding:9px 12px;font-size:11px;font-weight:950}.dahon-scenario-modal-copy{background:#fff;min-height:0;padding:clamp(32px,4.8vw,70px);position:relative;overflow-y:auto}.dahon-scenario-modal-close{float:right;z-index:2;color:#fff;text-transform:uppercase;cursor:pointer;background:#101510;border:0;min-height:42px;padding:0 16px;font-size:11px;font-weight:950;position:sticky;top:0}.dahon-scenario-modal-copy h3{color:#101510;max-width:620px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.075em;margin:0;font-size:clamp(46px,5vw,86px);line-height:.86}.dahon-scenario-modal-copy>p:not(.dahon-lab-kicker){color:#5b655d;max-width:620px;margin:24px 0 0;font-size:clamp(16px,1.25vw,20px);line-height:1.55}.dahon-scenario-modal-bullets{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.dahon-scenario-modal-bullets span{color:#1f6b45;background:#f1f5ef;padding:10px 12px;font-size:12px;font-weight:900}.dahon-scenario-modal-models{border-top:1px solid #1015101a;margin-top:30px;padding-top:24px}.dahon-scenario-modal-models strong{color:#101510;text-transform:uppercase;font-size:14px;font-weight:950}.dahon-scenario-modal-models p{color:#1f6b45;margin:10px 0 0;font-size:15px;font-weight:950;line-height:1.4}.dahon-scenario-modal-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.dahon-scenario-modal-actions a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:52px;padding:0 20px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-scenario-modal-actions a:last-child{color:#101510;background:#fff;box-shadow:inset 0 0 0 1px #10151024}.dahon-scenario-modal-card{border:0}@media (max-width:980px){.dahon-scenario-modal-panel{grid-template-columns:1fr;overflow-y:auto}.dahon-scenario-modal-media{min-height:280px}.dahon-scenario-modal-copy{overflow:visible}}@media (max-width:640px){.dahon-scenario-modal{padding:12px}.dahon-scenario-modal-panel{width:calc(100vw - 24px);height:calc(100svh - 24px);max-height:calc(100svh - 24px)}.dahon-scenario-modal-media{min-height:220px}.dahon-scenario-modal-copy{padding:28px 22px}.dahon-scenario-modal-close{min-height:38px}}.dahon-scenario-modal-root{z-index:99999!important;place-items:center!important;width:100vw!important;height:100svh!important;padding:clamp(16px,3vw,42px)!important;display:grid!important;position:fixed!important;inset:0!important;overflow:hidden!important}.dahon-scenario-modal-root .dahon-scenario-modal-backdrop{z-index:0!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;cursor:pointer!important;background:#080d09b8!important;border:0!important;width:100vw!important;height:100svh!important;position:fixed!important;inset:0!important}.dahon-scenario-modal-root .dahon-scenario-modal-panel{z-index:1!important;background:#fff!important;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)!important;width:min(1180px,100vw - 48px)!important;height:min(720px,100svh - 48px)!important;max-height:calc(100svh - 48px)!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 34px 120px #00000061!important}.dahon-scenario-modal-root .dahon-scenario-modal-media{background-color:#eaf1e8!important;background-image:radial-gradient(circle at 50% 45%,#1f6b4529,#0000 36%),linear-gradient(90deg,#1015100a 1px,#0000 1px),linear-gradient(#1015100a 1px,#0000 1px),none!important;background-position:0 0,0 0,0 0,0 0!important;background-repeat:repeat,repeat,repeat,repeat!important;background-size:auto,30px 30px,30px 30px!important;background-attachment:scroll,scroll,scroll,scroll!important;background-origin:padding-box,padding-box,padding-box,padding-box!important;background-clip:border-box,border-box,border-box,border-box!important;align-items:flex-end!important;min-height:0!important;padding:clamp(22px,3vw,44px)!important;display:flex!important}.dahon-scenario-modal-root .dahon-scenario-modal-media span{color:#1f6b45!important;letter-spacing:.08em!important;text-transform:uppercase!important;background:#fff!important;padding:9px 12px!important;font-size:11px!important;font-weight:950!important}.dahon-scenario-modal-root .dahon-scenario-modal-copy{background:#fff!important;min-height:0!important;padding:clamp(32px,4.8vw,64px)!important;position:relative!important;overflow-y:auto!important}.dahon-scenario-modal-root .dahon-scenario-modal-close{z-index:2!important;color:#fff!important;text-transform:uppercase!important;cursor:pointer!important;background:#101510!important;border:0!important;min-height:42px!important;padding:0 16px!important;font-size:11px!important;font-weight:950!important;position:absolute!important;top:24px!important;right:24px!important}.dahon-scenario-modal-root .dahon-scenario-modal-copy h3{color:#101510!important;max-width:620px!important;font-family:var(--font-electra-heading), Arial, sans-serif!important;letter-spacing:-.075em!important;margin:0!important;font-size:clamp(44px,4.8vw,82px)!important;line-height:.86!important}.dahon-scenario-modal-root .dahon-scenario-modal-copy>p:not(.dahon-lab-kicker){color:#5b655d!important;max-width:620px!important;margin:22px 0 0!important;font-size:clamp(16px,1.2vw,19px)!important;line-height:1.52!important}.dahon-scenario-modal-root .dahon-scenario-modal-bullets{flex-wrap:wrap!important;gap:8px!important;margin-top:24px!important;display:flex!important}.dahon-scenario-modal-root .dahon-scenario-modal-bullets span{color:#1f6b45!important;background:#f1f5ef!important;padding:9px 11px!important;font-size:12px!important;font-weight:900!important}.dahon-scenario-modal-root .dahon-scenario-modal-models{border-top:1px solid #1015101a!important;margin-top:28px!important;padding-top:22px!important}.dahon-scenario-modal-root .dahon-scenario-modal-models strong{color:#101510!important;text-transform:uppercase!important;font-size:14px!important;font-weight:950!important}.dahon-scenario-modal-root .dahon-scenario-modal-models p{color:#1f6b45!important;margin:10px 0 0!important;font-size:15px!important;font-weight:950!important;line-height:1.4!important}.dahon-scenario-modal-root .dahon-scenario-modal-actions{flex-wrap:wrap!important;gap:10px!important;margin-top:28px!important;display:flex!important}.dahon-scenario-modal-root .dahon-scenario-modal-actions a{color:#fff!important;text-transform:uppercase!important;background:#1f6b45!important;justify-content:center!important;align-items:center!important;min-height:50px!important;padding:0 18px!important;font-size:12px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.dahon-scenario-modal-root .dahon-scenario-modal-actions a:last-child{color:#101510!important;background:#fff!important;box-shadow:inset 0 0 0 1px #10151024!important}@media (max-width:980px){.dahon-scenario-modal-root .dahon-scenario-modal-panel{grid-template-columns:1fr!important;overflow-y:auto!important}.dahon-scenario-modal-root .dahon-scenario-modal-media{min-height:260px!important}.dahon-scenario-modal-root .dahon-scenario-modal-copy{overflow:visible!important}}@media (max-width:640px){.dahon-scenario-modal-root{padding:12px!important}.dahon-scenario-modal-root .dahon-scenario-modal-panel{width:calc(100vw - 24px)!important;height:calc(100svh - 24px)!important;max-height:calc(100svh - 24px)!important}.dahon-scenario-modal-root .dahon-scenario-modal-media{min-height:210px!important}.dahon-scenario-modal-root .dahon-scenario-modal-copy{padding:28px 22px!important}}.dahon-scenario-modal-root .dahon-scenario-modal-media img{object-fit:cover;width:100%;height:100%;display:block}.dahon-range-panels[style]{background-position:50%!important;background-size:cover!important}.dahon-catalog-v2{color:#101510;background:radial-gradient(circle at 8% 0,#1f6b4514,#0000 34%),linear-gradient(#f6f8f3 0%,#eef3eb 100%);min-height:100vh}.dahon-catalog-v2-hero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;width:min(100% - 56px,1320px);margin:0 auto;padding:36px 0 0;display:grid}.dahon-catalog-v2-hero-copy,.dahon-catalog-v2-hero-panel,.dahon-catalog-v2-categories,.dahon-catalog-v2-layout{background:#fffffff0;box-shadow:0 16px 58px #182f200b}.dahon-catalog-v2-hero-copy{padding:clamp(42px,6vw,84px)}.dahon-catalog-v2-hero-copy h1{color:#101510;max-width:820px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.08em;margin:0;font-size:clamp(54px,7vw,118px);line-height:.82}.dahon-catalog-v2-hero-copy>p{color:#5b655d;max-width:680px;margin:28px 0 0;font-size:clamp(17px,1.4vw,22px);line-height:1.5}.dahon-catalog-v2-hero-actions{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.dahon-catalog-v2-hero-actions a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:54px;padding:0 20px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-catalog-v2-hero-actions a:last-child{color:#101510;background:#fff;box-shadow:inset 0 0 0 1px #10151024}.dahon-catalog-v2-hero-panel{background-color:#eaf1e8;background-image:radial-gradient(circle at 50% 42%,#1f6b4526,#0000 34%),linear-gradient(90deg,#1015100a 1px,#0000 1px),linear-gradient(#1015100a 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,30px 30px,30px 30px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;flex-direction:column;justify-content:flex-end;min-height:420px;padding:34px;display:flex}.dahon-catalog-v2-hero-panel span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:950}.dahon-catalog-v2-hero-panel strong{color:#101510;max-width:360px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin-top:12px;font-size:clamp(38px,4vw,72px);line-height:.86;display:block}.dahon-catalog-v2-hero-panel p{color:#5b655d;max-width:340px;margin:18px 0 0;font-size:15px;line-height:1.45}.dahon-catalog-v2-categories,.dahon-catalog-v2-layout{width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(34px,5vw,72px)}.dahon-catalog-v2-section-head{max-width:880px}.dahon-catalog-v2-section-head h2,.dahon-catalog-v2-products-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(42px,4.8vw,82px);line-height:.88}.dahon-catalog-v2-section-head>p{color:#5b655d;max-width:700px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-catalog-v2-category-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px;display:grid}.dahon-catalog-v2-category-card{min-height:430px;color:inherit;background:#f8faf5;grid-template-rows:1fr auto;text-decoration:none;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #10151012}.dahon-catalog-v2-category-card:hover{background:#eef5ee}.dahon-catalog-v2-category-media{background-color:#eaf1e8;background-image:radial-gradient(circle at 50% 45%,#1f6b4524,#0000 38%),linear-gradient(90deg,#10151009 1px,#0000 1px),linear-gradient(#10151009 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,28px 28px,28px 28px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;place-items:center;min-height:210px;display:grid}.dahon-catalog-v2-category-media img{object-fit:cover;width:100%;height:100%}.dahon-catalog-v2-category-media span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-catalog-v2-category-body{padding:24px}.dahon-catalog-v2-category-body>span{color:#1f6b45;font-size:12px;font-weight:950}.dahon-catalog-v2-category-body h3{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.065em;margin:20px 0 0;font-size:42px;line-height:.9}.dahon-catalog-v2-category-body p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-catalog-v2-category-body em{color:#1f6b45;text-transform:uppercase;margin-top:22px;font-size:12px;font-style:normal;font-weight:950;display:inline-flex}.dahon-catalog-v2-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:24px;display:grid}.dahon-catalog-v2-sidebar{gap:8px;display:grid;position:sticky;top:96px}.dahon-catalog-v2-sidebar a{color:#101510;background:#f8faf5;align-items:center;min-height:44px;padding:0 14px;font-size:13px;font-weight:850;text-decoration:none;display:flex;box-shadow:inset 0 0 0 1px #10151012}.dahon-catalog-v2-sidebar a:hover,.dahon-catalog-v2-sidebar a.is-active{color:#fff;background:#1f6b45}.dahon-catalog-v2-products-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.dahon-catalog-v2-products-head span{color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-catalog-v2-product-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.dahon-catalog-v2-product-card{color:inherit;background:#f8faf5;text-decoration:none;overflow:hidden;box-shadow:inset 0 0 0 1px #10151012}.dahon-catalog-v2-product-card:hover{background:#eef5ee}.dahon-catalog-v2-product-media{aspect-ratio:4/3;background:#eaf1e8;place-items:center;display:grid;position:relative}.dahon-catalog-v2-product-media img{object-fit:cover;width:100%;height:100%}.dahon-catalog-v2-product-media>span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-catalog-v2-product-status,.dahon-catalog-v2-product-badge{color:#101510;text-transform:uppercase;background:#fff;padding:8px 10px;font-size:10px;font-weight:950;position:absolute;top:12px}.dahon-catalog-v2-product-status{left:12px}.dahon-catalog-v2-product-badge{color:#1f6b45;right:12px}.dahon-catalog-v2-product-body{padding:22px}.dahon-catalog-v2-product-body>p{color:#1f6b45;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:11px;font-weight:950}.dahon-catalog-v2-product-body h3{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin:12px 0 0;font-size:34px;line-height:.92}.dahon-catalog-v2-product-body>span{color:#5b655d;margin-top:14px;font-size:14px;line-height:1.45;display:block}.dahon-catalog-v2-product-specs{flex-wrap:wrap;gap:6px;margin-top:18px;display:flex}.dahon-catalog-v2-product-specs em{color:#1f6b45;background:#fff;padding:7px 9px;font-size:11px;font-style:normal;font-weight:900}.dahon-catalog-v2-product-body strong{color:#101510;margin-top:20px;font-size:18px;font-weight:950;display:block}.dahon-catalog-v2-empty{background:#f8faf5;padding:34px;box-shadow:inset 0 0 0 1px #10151012}.dahon-catalog-v2-empty h3{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin:0;font-size:38px;line-height:.95}.dahon-catalog-v2-empty p{color:#5b655d;max-width:560px;margin:14px 0 0;font-size:15px;line-height:1.5}.dahon-catalog-v2-empty a{color:#fff;text-transform:uppercase;background:#1f6b45;align-items:center;min-height:48px;margin-top:22px;padding:0 16px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:1080px){.dahon-catalog-v2-hero,.dahon-catalog-v2-layout{grid-template-columns:1fr}.dahon-catalog-v2-sidebar{flex-wrap:wrap;display:flex;position:static}.dahon-catalog-v2-sidebar a{flex:180px}.dahon-catalog-v2-category-grid,.dahon-catalog-v2-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.dahon-catalog-v2-hero,.dahon-catalog-v2-categories,.dahon-catalog-v2-layout{width:min(100% - 24px,1320px)}.dahon-catalog-v2-category-grid,.dahon-catalog-v2-product-grid{grid-template-columns:1fr}.dahon-catalog-v2-products-head{display:grid}}.dahon-catalog-v2-category-card{cursor:pointer;text-align:left;font:inherit;border:0}.dahon-catalog-v2-category-card.is-active{background:#e8f2e8;box-shadow:inset 0 0 0 2px #1f6b458c,0 18px 48px #182f2014}.dahon-catalog-v2-category-card.is-active .dahon-catalog-v2-category-body em{color:#101510}.dahon-catalog-v2-sidebar button{color:#101510;min-height:44px;font:inherit;text-align:left;cursor:pointer;background:#f8faf5;border:0;align-items:center;padding:0 14px;font-size:13px;font-weight:850;display:flex;box-shadow:inset 0 0 0 1px #10151012}.dahon-catalog-v2-sidebar button:hover,.dahon-catalog-v2-sidebar button.is-active{color:#fff;background:#1f6b45}.dahon-catalog-v2-empty button{color:#fff;text-transform:uppercase;cursor:pointer;background:#1f6b45;border:0;align-items:center;min-height:48px;margin-top:22px;padding:0 16px;font-size:12px;font-weight:950;display:inline-flex}@media (max-width:1080px){.dahon-catalog-v2-sidebar button{flex:180px}}@media (min-width:1280px){.dahon-catalog-v2-hero{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important}}@media (max-width:1080px){.dahon-catalog-v2-hero-copy,.dahon-catalog-v2-hero-panel{min-height:auto!important}.dahon-catalog-v2-hero-panel{min-height:280px!important}}.dahon-catalog-v2-hero{align-items:stretch!important;min-height:auto!important;padding-top:28px!important}.dahon-catalog-v2-hero-copy{flex-direction:column!important;justify-content:center!important;min-height:min(620px,100svh - 116px)!important;padding:clamp(34px,4.6vw,64px)!important;display:flex!important}.dahon-catalog-v2-hero-copy h1{letter-spacing:-.075em!important;max-width:780px!important;font-size:clamp(48px,5.15vw,92px)!important;line-height:.84!important}.dahon-catalog-v2-hero-copy>p{max-width:620px!important;margin-top:24px!important;font-size:clamp(16px,1.15vw,20px)!important;line-height:1.45!important}.dahon-catalog-v2-hero-actions{margin-top:28px!important}.dahon-catalog-v2-hero-actions a{min-height:50px!important}.dahon-catalog-v2-hero-panel{min-height:min(620px,100svh - 116px)!important;padding:30px!important}.dahon-catalog-v2-hero-panel strong{max-width:320px!important;font-size:clamp(34px,3.4vw,58px)!important;line-height:.88!important}.dahon-catalog-v2-hero-panel p{max-width:300px!important;font-size:14px!important;line-height:1.42!important}@media (min-width:1280px){.dahon-catalog-v2-hero{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important}}@media (max-width:1080px){.dahon-catalog-v2-hero-copy,.dahon-catalog-v2-hero-panel{min-height:auto!important}.dahon-catalog-v2-hero-panel{min-height:280px!important}}.dahon-catalog-filter-grid{visibility:visible!important;opacity:1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-top:34px!important;display:grid!important}.dahon-catalog-filter-card{color:#101510!important;cursor:pointer!important;visibility:visible!important;opacity:1!important;background:#f8faf5!important;grid-template-rows:minmax(210px,1fr) auto!important;min-height:430px!important;text-decoration:none!important;display:grid!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #10151012!important}.dahon-catalog-filter-card:hover{background:#eef5ee!important}.dahon-catalog-filter-card.is-active{background:#e8f2e8!important;box-shadow:inset 0 0 0 2px #1f6b458c,0 18px 48px #182f2014!important}.dahon-catalog-filter-media{background-color:#eaf1e8!important;background-image:radial-gradient(circle at 50% 45%,#1f6b4524,#0000 38%),linear-gradient(90deg,#10151009 1px,#0000 1px),linear-gradient(#10151009 1px,#0000 1px),none!important;background-position:0 0,0 0,0 0,0 0!important;background-repeat:repeat,repeat,repeat,repeat!important;background-size:auto,28px 28px,28px 28px!important;background-attachment:scroll,scroll,scroll,scroll!important;background-origin:padding-box,padding-box,padding-box,padding-box!important;background-clip:border-box,border-box,border-box,border-box!important;place-items:center!important;min-height:210px!important;display:grid!important}.dahon-catalog-filter-media img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.dahon-catalog-filter-media span{color:#1f6b45!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-size:12px!important;font-weight:950!important}.dahon-catalog-filter-body{padding:24px!important}.dahon-catalog-filter-body>span{color:#1f6b45!important;font-size:12px!important;font-weight:950!important}.dahon-catalog-filter-body h3{color:#101510!important;font-family:var(--font-electra-heading), Arial, sans-serif!important;letter-spacing:-.065em!important;margin:20px 0 0!important;font-size:42px!important;line-height:.9!important}.dahon-catalog-filter-body p{color:#5b655d!important;margin:16px 0 0!important;font-size:14px!important;line-height:1.45!important}.dahon-catalog-filter-body em{color:#1f6b45!important;text-transform:uppercase!important;margin-top:22px!important;font-size:12px!important;font-style:normal!important;font-weight:950!important;display:inline-flex!important}.dahon-catalog-filter-card.is-active .dahon-catalog-filter-body em{color:#101510!important}@media (max-width:1080px){.dahon-catalog-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:680px){.dahon-catalog-filter-grid{grid-template-columns:1fr!important}}.dahon-catalog-landing-categories,.dahon-catalog-help{background:#fffffff0;width:min(100% - 56px,1320px);margin:22px auto 0;box-shadow:0 16px 58px #182f200b}.dahon-catalog-landing-categories{padding:clamp(34px,5vw,72px)}.dahon-catalog-landing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.dahon-catalog-landing-card{color:#101510;background:#f8faf5;grid-template-rows:minmax(210px,1fr) auto;min-height:430px;text-decoration:none;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #10151012}.dahon-catalog-landing-card:hover{background:#eef5ee}.dahon-catalog-landing-media{background-color:#eaf1e8;background-image:radial-gradient(circle at 50% 45%,#1f6b4524,#0000 38%),linear-gradient(90deg,#10151009 1px,#0000 1px),linear-gradient(#10151009 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,28px 28px,28px 28px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;place-items:center;min-height:210px;display:grid}.dahon-catalog-landing-media img{object-fit:cover;width:100%;height:100%;display:block}.dahon-catalog-landing-media span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-catalog-landing-body{padding:24px}.dahon-catalog-landing-body>span{color:#1f6b45;font-size:12px;font-weight:950}.dahon-catalog-landing-body h3{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.065em;margin:20px 0 0;font-size:42px;line-height:.9}.dahon-catalog-landing-body p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-catalog-landing-body em{color:#1f6b45;text-transform:uppercase;margin-top:22px;font-size:12px;font-style:normal;font-weight:950;display:inline-flex}.dahon-catalog-help{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:42px;padding:clamp(34px,5vw,64px);display:grid}.dahon-catalog-help h2{color:#101510;max-width:780px;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(42px,5vw,82px);line-height:.88}.dahon-catalog-help p{color:#5b655d;max-width:680px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-catalog-help-actions{gap:10px;min-width:260px;display:grid}.dahon-catalog-help-actions a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:54px;padding:0 20px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-catalog-help-actions a:last-child{color:#101510;background:#fff;box-shadow:inset 0 0 0 1px #10151024}@media (max-width:1080px){.dahon-catalog-landing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dahon-catalog-help{grid-template-columns:1fr}.dahon-catalog-help-actions{flex-wrap:wrap;min-width:0;display:flex}}@media (max-width:680px){.dahon-catalog-landing-categories,.dahon-catalog-help{width:min(100% - 24px,1320px)}.dahon-catalog-landing-grid{grid-template-columns:1fr}}.dahon-range-v2{background:#fffffff0;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-range-v2-head{max-width:900px}.dahon-range-v2-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(46px,4.8vw,82px);line-height:.88}.dahon-range-v2-head p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-range-v2-stage{background-color:#dfe9dd;background-image:linear-gradient(#07100914,#07100938),radial-gradient(circle,#1f6b452e,#0000 36%),linear-gradient(90deg,#1015100b 1px,#0000 1px),linear-gradient(#1015100b 1px,#0000 1px),none;background-position:50%;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:cover,auto,32px 32px,32px 32px;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;min-height:560px;margin-top:34px;transition:background-image .25s;position:relative;overflow:hidden}.dahon-range-v2-bg-label{z-index:2;color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;background:#ffffffeb;padding:8px 11px;font-size:11px;font-weight:950;position:absolute;top:24px;left:28px}.dahon-range-v2-panels{z-index:3;grid-template-columns:repeat(4,1fr);display:grid;position:absolute;inset:0}.dahon-range-v2-panels article{color:#fff;cursor:pointer;background:#06120a29;border-right:1px solid #ffffff42;outline:none;flex-direction:column;justify-content:flex-end;min-width:0;min-height:560px;transition:background .25s;display:flex;position:relative}.dahon-range-v2-panels article:hover,.dahon-range-v2-panels article.is-active{background:#06120a08}.dahon-range-v2-panels article>span{z-index:2;color:#fff;letter-spacing:.16em;text-transform:uppercase;font-size:13px;font-weight:950;transition:opacity .2s;position:absolute;bottom:34px;left:24px}.dahon-range-v2-panels article.is-active>span{opacity:0}.dahon-range-v2-panels article>div{color:#101510;background:#fff;min-height:270px;padding:28px;transition:transform .25s;transform:translateY(100%)}.dahon-range-v2-panels article.is-active>div{transform:translateY(0)}.dahon-range-v2-panels strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;font-size:38px;line-height:.92;display:block}.dahon-range-v2-panels p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-range-v2-panels em{color:#1f6b45;text-transform:uppercase;margin-top:18px;font-size:11px;font-style:normal;font-weight:950;display:block}.dahon-range-v2-panels a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:44px;margin-top:22px;padding:0 16px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:980px){.dahon-range-v2-stage{min-height:auto}.dahon-range-v2-panels{grid-template-columns:1fr;display:grid;position:relative}.dahon-range-v2-panels article{min-height:340px}.dahon-range-v2-panels article>span{opacity:0}.dahon-range-v2-panels article>div{transform:translateY(0)}}@media (max-width:640px){.dahon-range-v2{width:min(100% - 24px,1320px)}}.dahon-range-v2-stage{isolation:isolate!important}.dahon-range-v2-panels{pointer-events:auto!important}.dahon-range-v2-panels article{pointer-events:auto!important;overflow:hidden!important}.dahon-range-v2-panels article>span{opacity:1!important}.dahon-range-v2-panels article>div{z-index:5!important;visibility:visible!important;opacity:1!important;display:block!important;position:relative!important;transform:translateY(100%)!important}.dahon-range-v2-panels article:hover>div,.dahon-range-v2-panels article:focus>div,.dahon-range-v2-panels article.is-active>div{transform:translateY(0)!important}.dahon-range-v2-panels article:hover>span,.dahon-range-v2-panels article:focus>span,.dahon-range-v2-panels article.is-active>span{opacity:0!important}.dahon-range-v2-panels article:hover,.dahon-range-v2-panels article:focus,.dahon-range-v2-panels article.is-active{background:#06120a05!important}.dahon-range-v2-stage:not([style]) .dahon-range-v2-panels article{background:#1f6b450f!important}.dahon-range-v2-stage:not([style]) .dahon-range-v2-panels article:hover,.dahon-range-v2-stage:not([style]) .dahon-range-v2-panels article:focus,.dahon-range-v2-stage:not([style]) .dahon-range-v2-panels article.is-active{background:#ffffff1f!important}.dahon-range-stable{background:#fffffff0;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-range-stable-head{max-width:900px}.dahon-range-stable-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(46px,4.8vw,82px);line-height:.88}.dahon-range-stable-head p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-range-stable-stage{background-color:#dfe9dd;background-image:linear-gradient(#0710090a,#0710092e),radial-gradient(circle,#1f6b4529,#0000 36%),linear-gradient(90deg,#1015100b 1px,#0000 1px),linear-gradient(#1015100b 1px,#0000 1px),none;background-position:50%;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:cover,auto,32px 32px,32px 32px;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;min-height:560px;margin-top:34px;position:relative;overflow:hidden}.dahon-range-stable-label{z-index:2;color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;background:#ffffffeb;padding:8px 11px;font-size:11px;font-weight:950;position:absolute;top:24px;left:28px}.dahon-range-stable-grid{z-index:3;grid-template-columns:repeat(4,minmax(0,1fr));min-height:560px;display:grid;position:relative}.dahon-range-stable-grid article{cursor:pointer;background:#06120a1f;border-right:1px solid #ffffff47;outline:none;align-items:flex-end;min-width:0;min-height:560px;transition:background .2s;display:flex}.dahon-range-stable-grid article:hover,.dahon-range-stable-grid article:focus,.dahon-range-stable-grid article.is-active{background:#06120a05}.dahon-range-stable-card{color:#101510;background:#fffffff0;flex-direction:column;justify-content:flex-start;width:100%;min-height:285px;padding:28px;display:flex;visibility:visible!important;opacity:1!important;transform:none!important}.dahon-range-stable-grid article.is-active .dahon-range-stable-card,.dahon-range-stable-grid article:hover .dahon-range-stable-card,.dahon-range-stable-grid article:focus .dahon-range-stable-card{background:#fff;box-shadow:inset 0 4px #1f6b45}.dahon-range-stable-card span{color:#1f6b45;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-range-stable-card strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:14px;font-size:38px;line-height:.92;display:block}.dahon-range-stable-card p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-range-stable-card em{color:#1f6b45;text-transform:uppercase;margin-top:18px;font-size:11px;font-style:normal;font-weight:950;display:block}.dahon-range-stable-card a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;width:fit-content;min-height:44px;margin-top:auto;padding:0 16px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:980px){.dahon-range-stable-stage{min-height:auto}.dahon-range-stable-grid{grid-template-columns:1fr;min-height:auto}.dahon-range-stable-grid article,.dahon-range-stable-card{min-height:auto}}@media (max-width:640px){.dahon-range-stable{width:min(100% - 24px,1320px)}}@media (max-width:980px){.dahon-range-split-scene{min-height:auto}.dahon-range-split-zones{grid-template-columns:1fr;display:grid;position:relative}.dahon-range-split-zones article{min-height:360px}.dahon-range-split-label{display:none}.dahon-range-split-content{opacity:1;pointer-events:auto;transform:none}}@media (max-width:640px){.dahon-range-split{width:min(100% - 24px,1320px)}}.dahon-range-split{background:#fffffff0;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-range-split-head{max-width:900px}.dahon-range-split-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(46px,4.8vw,82px);line-height:.88}.dahon-range-split-head p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-range-split-scene{background-color:#dfe9dd;background-image:linear-gradient(#050d0724,#050d0752),radial-gradient(circle,#1f6b4529,#0000 36%),linear-gradient(90deg,#1015100b 1px,#0000 1px),linear-gradient(#1015100b 1px,#0000 1px),none;background-position:50%;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:cover,auto,32px 32px,32px 32px;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;min-height:580px;margin-top:34px;transition:background-image .28s;position:relative;overflow:hidden}.dahon-range-split-placeholder{z-index:2;color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;background:#fffffff0;padding:9px 12px;font-size:11px;font-weight:950;position:absolute;top:24px;left:28px}.dahon-range-split-zones{z-index:3;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:absolute;inset:0}.dahon-range-split-zones article{cursor:pointer;background:#050d0729;border-right:1px solid #ffffff47;outline:none;min-width:0;min-height:580px;transition:background .22s;position:relative}.dahon-range-split-zones article:hover,.dahon-range-split-zones article:focus,.dahon-range-split-zones article.is-active{background:#050d0705}.dahon-range-split-label{background:#050d0785;justify-content:center;align-items:center;min-height:82px;transition:opacity .18s;display:flex;position:absolute;bottom:0;left:0;right:0}.dahon-range-split-label span{color:#fff;letter-spacing:.18em;text-transform:uppercase;font-size:14px;font-weight:950}.dahon-range-split-zones article:hover .dahon-range-split-label,.dahon-range-split-zones article:focus .dahon-range-split-label,.dahon-range-split-zones article.is-active .dahon-range-split-label{opacity:0;pointer-events:none}.dahon-range-split-content{color:#101510;opacity:0;pointer-events:none;background:#fff;min-height:285px;padding:28px;transition:opacity .2s,transform .2s;position:absolute;bottom:0;left:0;right:0;transform:translateY(18px)}.dahon-range-split-zones article:hover .dahon-range-split-content,.dahon-range-split-zones article:focus .dahon-range-split-content,.dahon-range-split-zones article.is-active .dahon-range-split-content{opacity:1;pointer-events:auto;transform:translateY(0)}.dahon-range-split-content>span{color:#1f6b45;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-range-split-content strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:14px;font-size:38px;line-height:.92;display:block}.dahon-range-split-content p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-range-split-content em{color:#1f6b45;text-transform:uppercase;margin-top:18px;font-size:11px;font-style:normal;font-weight:950;display:block}.dahon-range-split-content a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:44px;margin-top:22px;padding:0 16px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:980px){.dahon-range-split-scene{min-height:auto}.dahon-range-split-zones{grid-template-columns:1fr;display:grid;position:relative}.dahon-range-split-zones article{min-height:360px}.dahon-range-split-label{display:none}.dahon-range-split-content{opacity:1;pointer-events:auto;transform:none}}@media (max-width:640px){.dahon-range-split{width:min(100% - 24px,1320px)}}.dahon-range-scene{background:#fffffff0;width:min(100% - 56px,1320px);margin:22px auto 0;padding:clamp(38px,5vw,72px);box-shadow:0 16px 58px #182f200b}.dahon-range-scene-head{max-width:900px}.dahon-range-scene-head h2{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(46px,4.8vw,82px);line-height:.88}.dahon-range-scene-head p{color:#5b655d;max-width:720px;margin:22px 0 0;font-size:17px;line-height:1.5}.dahon-range-scene-stage{background-color:#dfe9dd;background-image:linear-gradient(#050d0724,#050d0752),radial-gradient(circle,#1f6b4529,#0000 36%),linear-gradient(90deg,#1015100b 1px,#0000 1px),linear-gradient(#1015100b 1px,#0000 1px),none;background-position:50%;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:cover,auto,32px 32px,32px 32px;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;min-height:580px;margin-top:34px;transition:background-image .24s;position:relative;overflow:hidden}.dahon-range-scene-placeholder{z-index:2;color:#1f6b45;letter-spacing:.12em;text-transform:uppercase;background:#fffffff0;padding:9px 12px;font-size:11px;font-weight:950;position:absolute;top:24px;left:28px}.dahon-range-scene-zones{z-index:3;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:absolute;inset:0}.dahon-range-scene-zones article{cursor:pointer;background:#050d0724;border-right:1px solid #ffffff47;outline:none;min-width:0;min-height:580px;transition:background .18s;position:relative}.dahon-range-scene-zones article>span{color:#fff;letter-spacing:.18em;text-transform:uppercase;background:#050d0785;justify-content:center;align-items:center;min-height:82px;font-size:14px;font-weight:950;transition:opacity .16s;display:flex;position:absolute;bottom:0;left:0;right:0}.dahon-range-scene-card{z-index:5;color:#101510;background:#fff;min-height:285px;padding:28px;position:absolute;bottom:0;box-shadow:0 -18px 48px #050d0729}.dahon-range-scene-card>span{color:#1f6b45;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-range-scene-card strong{font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:14px;font-size:38px;line-height:.92;display:block}.dahon-range-scene-card p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-range-scene-card em{color:#1f6b45;text-transform:uppercase;margin-top:18px;font-size:11px;font-style:normal;font-weight:950;display:block}.dahon-range-scene-card a{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;min-height:44px;margin-top:22px;padding:0 16px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:980px){.dahon-range-scene-stage{min-height:auto}.dahon-range-scene-zones{grid-template-columns:1fr;position:relative}.dahon-range-scene-zones article{min-height:120px}.dahon-range-scene-zones article>span{opacity:1!important}.dahon-range-scene-card{position:relative;width:100%!important;left:auto!important}}@media (max-width:640px){.dahon-range-scene{width:min(100% - 24px,1320px)}}.dahon-range-scene-stage:after{content:""!important;z-index:4!important;pointer-events:none!important;background:linear-gradient(90deg,#0000 0 calc(25% - 1px),#ffffff57 calc(25% - 1px) 25%,#0000 25% calc(50% - 1px),#ffffff57 calc(50% - 1px) 50%,#0000 50% calc(75% - 1px),#ffffff57 calc(75% - 1px) 75%,#0000 75% 100%)!important;position:absolute!important;inset:0!important}.dahon-range-scene-zones{z-index:5!important}.dahon-range-scene-zones article{background:#050d071a!important}.dahon-range-scene-zones article:hover,.dahon-range-scene-zones article:focus,.dahon-range-scene-zones article.is-active{background:#050d0708!important}.dahon-range-scene-zones article>span{z-index:7!important;opacity:1!important;pointer-events:none!important;background:#050d078f!important}.dahon-range-scene-zones article.is-active>span,.dahon-range-scene-zones article:hover>span,.dahon-range-scene-zones article:focus>span{opacity:0!important}.dahon-range-scene-card{z-index:8!important;box-sizing:border-box!important;max-width:25%!important}.dahon-range-scene-card:before{content:""!important;background:#1f6b45!important;height:4px!important;position:absolute!important;top:0!important;left:0!important;right:0!important}@media (max-width:980px){.dahon-range-scene-stage:after{display:none!important}.dahon-range-scene-card{max-width:none!important}}.dahon-range-scene-stage{isolation:isolate!important}.dahon-range-scene-columns{z-index:4!important;pointer-events:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important;position:absolute!important;inset:0!important}.dahon-range-scene-columns span{border-right:1px solid #ffffff5c!important}.dahon-range-scene-columns span:last-child{border-right:0!important}.dahon-range-scene-labels{z-index:6!important;pointer-events:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.dahon-range-scene-labels span{color:#fff!important;letter-spacing:.18em!important;text-transform:uppercase!important;opacity:1!important;background:#050d078f!important;border-right:1px solid #ffffff47!important;justify-content:center!important;align-items:center!important;min-height:82px!important;font-size:14px!important;font-weight:950!important;transition:opacity .16s!important;display:flex!important}.dahon-range-scene-labels span:last-child{border-right:0!important}.dahon-range-scene-labels span.is-hidden{opacity:0!important}.dahon-range-scene-card{z-index:8!important;box-sizing:border-box!important;pointer-events:auto!important;max-width:none!important}.dahon-range-scene-zones,.dahon-range-scene-zones article,.dahon-range-scene-zones article>span{pointer-events:none!important}@media (max-width:980px){.dahon-range-scene-columns{display:none!important}.dahon-range-scene-labels{grid-template-columns:1fr!important;display:grid!important;position:relative!important}.dahon-range-scene-labels span{opacity:1!important}.dahon-range-scene-card{width:100%!important;position:relative!important;left:auto!important}}.dahon-range-mobile{display:none}@media (max-width:860px){.dahon-range-scene-stage{display:none!important}.dahon-range-mobile{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(280px,82%);grid-auto-flow:column;gap:14px;margin-top:28px;padding:0 0 12px;display:grid;overflow-x:auto}.dahon-range-mobile::-webkit-scrollbar{display:none}.dahon-range-mobile-card{scroll-snap-align:start;color:#101510;background:#f8faf5;grid-template-rows:220px auto;min-height:520px;text-decoration:none;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #10151014}.dahon-range-mobile-media{background-color:#eaf1e8;background-image:radial-gradient(circle at 50% 45%,#1f6b4524,#0000 38%),linear-gradient(90deg,#1015100a 1px,#0000 1px),linear-gradient(#1015100a 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,28px 28px,28px 28px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;place-items:center;display:grid}.dahon-range-mobile-media img{object-fit:cover;width:100%;height:100%}.dahon-range-mobile-media span{color:#1f6b45;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-range-mobile-body{flex-direction:column;padding:24px;display:flex}.dahon-range-mobile-body>span{color:#1f6b45;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.dahon-range-mobile-body strong{color:#101510;font-family:var(--font-electra-heading), Arial, sans-serif;letter-spacing:-.06em;margin-top:14px;font-size:38px;line-height:.92;display:block}.dahon-range-mobile-body p{color:#5b655d;margin:16px 0 0;font-size:14px;line-height:1.45}.dahon-range-mobile-body em{color:#1f6b45;text-transform:uppercase;margin-top:18px;font-size:11px;font-style:normal;font-weight:950;display:block}.dahon-range-mobile-body small{color:#fff;text-transform:uppercase;background:#1f6b45;justify-content:center;align-items:center;width:fit-content;min-height:44px;margin-top:auto;padding:0 16px;font-size:12px;font-weight:950;display:inline-flex}}@media (max-width:520px){.dahon-range-mobile{grid-auto-columns:minmax(260px,88%)}.dahon-range-mobile-card{min-height:500px}.dahon-range-mobile-body strong{font-size:34px}}.site-header,.site-nav{overflow:visible}.site-nav-dropdown{align-items:center;display:inline-flex;position:relative}.site-nav-dropdown summary{cursor:pointer;-webkit-user-select:none;user-select:none;color:inherit;font:inherit;list-style:none}.site-nav-dropdown summary::-webkit-details-marker{display:none}.site-nav-dropdown summary:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;margin-left:8px;transition:transform .18s;display:inline-block;transform:translateY(-3px)rotate(45deg)}.site-nav-dropdown[open] summary:after{transform:translateY(1px)rotate(225deg)}.site-nav-dropdown-panel{z-index:80;opacity:0;visibility:hidden;pointer-events:none;background:#fffffffa;min-width:310px;padding:10px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 22px 70px #10151029}.site-nav-dropdown[open] .site-nav-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.site-nav-dropdown-panel a{color:#101510;border-bottom:1px solid #10151014;padding:14px;text-decoration:none;display:block}.site-nav-dropdown-panel a:last-child{border-bottom:0}.site-nav-dropdown-panel a:hover{background:#f7f3ed}.site-nav-dropdown-panel a span{color:#101510;letter-spacing:-.01em;font-size:14px;font-weight:900;display:block}.site-nav-dropdown-panel a small{color:#6d665f;margin-top:4px;font-size:12px;line-height:1.35;display:block}.site-nav-dropdown-all{background:#101510}.site-nav-dropdown-panel .site-nav-dropdown-all span,.site-nav-dropdown-panel .site-nav-dropdown-all small{color:#fff}.site-nav-dropdown-panel .site-nav-dropdown-all:hover{background:#2a2f29}@media (max-width:860px){.site-header{flex-wrap:wrap;gap:14px}.site-nav{order:3;justify-content:flex-start;gap:18px;width:100%}.site-nav-dropdown{position:relative}.site-nav-dropdown-panel{min-width:min(310px,100vw - 32px);left:0;transform:translateY(8px)}.site-nav-dropdown[open] .site-nav-dropdown-panel{transform:translateY(0)}}.site-header,.site-nav{overflow:visible!important}.site-nav-hover-trigger{color:inherit;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.site-nav-hover-panel{z-index:120;opacity:0;visibility:hidden;pointer-events:none;background:#fffffffa;width:310px;padding:10px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 22px 70px #10151029}.site-nav-hover-panel a{color:#101510;border-bottom:1px solid #10151014;padding:14px;text-decoration:none;display:block}.site-nav-hover-panel a:last-child{border-bottom:0}.site-nav-hover-panel a:hover{background:#f7f3ed}.site-nav-hover-panel a span{color:#101510;letter-spacing:-.01em;font-size:14px;font-weight:950;display:block}.site-nav-hover-panel a small{color:#6d665f;margin-top:5px;font-size:12px;line-height:1.35;display:block}.site-nav-hover-all{background:#101510;border-radius:36px}@media (max-width:860px){.site-header{flex-wrap:wrap;gap:14px}.site-nav{order:3;justify-content:flex-start;gap:18px;width:100%;overflow-x:auto!important}.site-nav-hover-panel{width:min(310px,100vw - 32px);left:0;transform:translateY(8px)}.site-nav-hover-dropdown:hover .site-nav-hover-panel,.site-nav-hover-dropdown:focus-within .site-nav-hover-panel{transform:translateY(0)}}.site-nav-hover-dropdown{position:relative!important}.site-nav-hover-panel{z-index:120!important;top:calc(100% + 14px)!important}.site-nav-hover-dropdown:hover .site-nav-hover-panel,.site-nav-hover-dropdown:focus-within .site-nav-hover-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.site-nav-hover-trigger{cursor:pointer!important}.site-nav-hover-panel{-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#fffffff5!important;border-radius:22px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:min(430px,100vw - 32px)!important;padding:8px!important;display:grid!important;box-shadow:0 18px 48px #1015101f!important}.site-nav-hover-panel a{background:#ffffffb8!important;border:1px solid #10151014!important;border-radius:16px!important;flex-direction:column!important;justify-content:center!important;min-height:62px!important;padding:12px 14px!important;text-decoration:none!important;display:flex!important}.site-nav-hover-panel a:hover{background:#f4efe7!important;border-color:#10151024!important}.site-nav-hover-panel a span{color:#101510!important;font-size:14px!important;font-weight:950!important;line-height:1.1!important}.site-nav-hover-panel a small{color:#6d665f!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;max-width:100%!important;margin-top:5px!important;font-size:11px!important;line-height:1.25!important;display:-webkit-box!important;overflow:hidden!important}.site-nav-hover-panel .site-nav-hover-all span,.site-nav-hover-panel .site-nav-hover-all small{color:#fff!important}.site-nav-hover-panel .site-nav-hover-all:hover{background:#242922!important}@media (max-width:860px){.site-nav-hover-panel{grid-template-columns:1fr!important;width:min(310px,100vw - 32px)!important}}.site-header,.site-nav{overflow:visible!important}.site-nav-hover-trigger:after{content:""!important;border-bottom:1.5px solid!important;border-right:1.5px solid!important;width:7px!important;height:7px!important;transform:translateY(-3px)rotate(45deg)!important}.site-nav-hover-panel{z-index:120!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#fffffff7!important;border-radius:26px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:min(460px,100vw - 32px)!important;padding:10px!important;display:grid!important;position:absolute!important;top:calc(100% + 14px)!important;left:50%!important;transform:translate(-50%)translateY(8px)!important;box-shadow:0 18px 50px #10151024!important}.site-nav-hover-panel a{color:#101510!important;background:#ffffffd1!important;border:1px solid #10151014!important;border-radius:18px!important;flex-direction:column!important;justify-content:center!important;min-height:82px!important;padding:14px 16px!important;text-decoration:none!important;display:flex!important}.site-nav-hover-panel a span{color:#101510!important;font-size:14px!important;font-weight:950!important;line-height:1.15!important;display:block!important}.site-nav-hover-panel a small{color:#6d665f!important;min-height:32px!important;margin-top:6px!important;font-size:12px!important;line-height:1.3!important;display:block!important;overflow:hidden!important}.site-nav-hover-all{background:#101510!important;border-color:#101510!important;border-radius:22px!important;grid-column:1/-1!important;min-height:68px!important}.site-nav-hover-all span,.site-nav-hover-all small{color:#fff!important}.site-burger-button,.site-mobile-menu-overlay,.site-mobile-menu{display:none}@media (max-width:980px){.site-nav,.site-header-actions{display:none!important}.site-burger-button{display:inline-flex!important}.site-mobile-menu-overlay{display:block!important}.site-mobile-menu{display:flex!important}}.site-header{z-index:200!important;overflow:visible!important}.site-nav{overflow:visible!important}.site-nav-hover-dropdown{align-items:center!important;display:inline-flex!important;position:relative!important}.site-nav-hover-trigger{color:#141414!important;cursor:pointer!important;align-items:center!important;gap:8px!important;text-decoration:none!important;display:inline-flex!important}.site-nav-hover-trigger:after{content:""!important;border-bottom:1.5px solid!important;border-right:1.5px solid!important;width:7px!important;height:7px!important;transition:transform .18s!important;transform:translateY(-3px)rotate(45deg)!important}.site-nav-hover-dropdown:hover .site-nav-hover-trigger:after,.site-nav-hover-dropdown:focus-within .site-nav-hover-trigger:after{transform:translateY(1px)rotate(225deg)!important}.site-nav-hover-dropdown:after{content:""!important;z-index:210!important;background:0 0!important;height:22px!important;position:absolute!important;top:100%!important;left:-28px!important;right:-28px!important}.site-nav-hover-panel{z-index:220!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#fffffff5!important;border:1px solid #14141414!important;border-radius:22px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:360px!important;padding:8px!important;transition:opacity .16s,visibility .16s,transform .16s!important;display:grid!important;position:absolute!important;top:calc(100% + 12px)!important;left:50%!important;transform:translate(-50%)translateY(8px)!important;box-shadow:0 18px 46px #1414141f!important}.site-nav-hover-dropdown:hover .site-nav-hover-panel,.site-nav-hover-dropdown:focus-within .site-nav-hover-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%)translateY(0)!important}.site-nav-hover-panel a{color:#141414!important;min-height:58px!important;box-shadow:none!important;background:#ffffffb8!important;border:1px solid #14141412!important;border-radius:16px!important;flex-direction:column!important;justify-content:center!important;padding:11px 13px!important;text-decoration:none!important;display:flex!important;transform:none!important}.site-nav-hover-panel a:hover{background:#f4efe7!important;border-color:#14141421!important;transform:none!important}.site-nav-hover-panel a span{color:#141414!important;letter-spacing:-.01em!important;font-size:13px!important;font-weight:950!important;line-height:1.1!important;display:block!important}.site-nav-hover-panel a small{color:#6c665f!important;margin-top:4px!important;font-size:11px!important;font-weight:750!important;line-height:1.25!important;display:block!important}.site-nav-hover-panel a.site-nav-hover-all{background:#101510!important;border-color:#101510!important;border-radius:18px!important;grid-column:1/-1!important;min-height:54px!important}.site-nav-hover-panel a.site-nav-hover-all:hover{background:#20251f!important;border-color:#20251f!important}.site-nav-hover-panel a.site-nav-hover-all span,.site-nav-hover-panel a.site-nav-hover-all small{color:#fff!important}.site-nav-dropdown{display:none!important}.site-burger-button{cursor:pointer!important;background:#fff!important;border:1px solid #1015101a!important;border-radius:999px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:48px!important;height:48px!important;box-shadow:0 8px 24px #10151014!important}.site-burger-button span{background:#101510!important;border-radius:999px!important;width:18px!important;height:2px!important;display:block!important}.site-burger-button{display:none!important}.site-mobile-menu-overlay{z-index:300!important;opacity:0!important;pointer-events:none!important;background:#1015106b!important;transition:opacity .2s!important;display:block!important;position:fixed!important;inset:0!important}.site-mobile-menu-overlay.is-open{opacity:1!important;pointer-events:auto!important}.site-mobile-menu{z-index:310!important;background:#fff!important;flex-direction:column!important;width:min(380px,92vw)!important;height:100vh!important;padding:22px!important;transition:transform .22s!important;display:flex!important;position:fixed!important;top:0!important;right:0!important;transform:translate(100%)!important;box-shadow:-18px 0 60px #10151029!important}.site-mobile-menu.is-open{transform:translate(0)!important}.site-mobile-menu-head{justify-content:space-between!important;align-items:flex-start!important;gap:16px!important;margin-bottom:22px!important;display:flex!important}.site-mobile-menu-brand{gap:4px!important;display:grid!important}.site-mobile-menu-brand strong{color:#101510!important;font-size:20px!important;font-weight:950!important;line-height:1.1!important}.site-mobile-menu-brand small{color:#6d665f!important;font-size:12px!important}.site-mobile-menu-close{color:#101510!important;cursor:pointer!important;background:#fff!important;border:1px solid #1015101a!important;border-radius:999px!important;width:42px!important;height:42px!important}.site-mobile-nav{flex-direction:column!important;gap:10px!important;display:flex!important}.site-mobile-nav>a{color:#101510!important;border-bottom:1px solid #10151012!important;padding:11px 0!important;font-size:18px!important;font-weight:950!important;text-decoration:none!important}.site-mobile-subnav{gap:8px!important;padding:4px 0 12px!important;display:grid!important}.site-mobile-subnav a{color:#101510!important;background:#f8f6f1!important;border:1px solid #10151014!important;border-radius:16px!important;padding:12px 14px!important;text-decoration:none!important}.site-mobile-subnav a span{color:#101510!important;font-size:14px!important;font-weight:950!important;line-height:1.2!important;display:block!important}.site-mobile-subnav a small{color:#6d665f!important;margin-top:4px!important;font-size:12px!important;line-height:1.35!important;display:block!important}.site-mobile-menu-bottom{gap:12px!important;margin-top:auto!important;padding-top:18px!important;display:grid!important}@media (max-width:1180px){.site-nav,.site-header-actions{display:none!important}.site-burger-button{display:inline-flex!important}.site-header{grid-template-columns:1fr auto!important;justify-content:space-between!important}.site-header .site-nav,.site-header .site-header-actions{display:none!important}.site-header .site-burger-button{visibility:visible!important;opacity:1!important;z-index:500!important;color:#101510!important;cursor:pointer!important;background:#fff!important;border:1px solid #1015101f!important;border-radius:999px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;display:inline-flex!important;position:relative!important;box-shadow:0 8px 24px #1015101a!important}.site-header .site-burger-button span{background:#101510!important;border-radius:999px!important;width:18px!important;height:2px!important;min-height:2px!important;display:block!important}.site-header{grid-template-columns:1fr auto!important;align-items:center!important;display:grid!important}}.cart-overlay{z-index:900!important}.cart-drawer{z-index:910!important;position:relative!important}.cart-close{z-index:920!important;position:relative!important}.site-mobile-menu-brand{color:#101510!important;text-decoration:none!important}.site-mobile-menu-brand img{object-fit:contain!important;width:auto!important;max-width:150px!important;max-height:38px!important;display:block!important}.electra-catalog-v2-note.has-image{background:#fffcf7db!important;border:1px solid #1e181214!important;border-radius:34px!important;flex-direction:column!important;gap:22px!important;padding:26px!important;display:flex!important;overflow:hidden!important}.electra-catalog-v2-note.has-image:after{content:none!important;display:none!important}.electra-catalog-v2-note.has-image>img{aspect-ratio:4/3!important;object-fit:cover!important;object-position:center!important;border-radius:24px!important;width:100%!important;height:auto!important;display:block!important;position:relative!important;inset:auto!important}.electra-catalog-v2-note-content{z-index:2!important;margin-top:0!important;position:relative!important}.electra-catalog-v2-note.has-image .electra-catalog-v2-note-content span{color:#008c96!important}.electra-catalog-v2-note.has-image .electra-catalog-v2-note-content strong{color:#101510!important}.electra-catalog-v2-note.has-image .electra-catalog-v2-note-content p{color:#6a625b!important}.electra-catalog-pick{width:min(100% - 56px,1320px)!important;margin:54px auto 0!important}.electra-catalog-pick-head{max-width:820px!important;margin:0 0 24px!important}.electra-catalog-pick-head h2{color:#101510!important;letter-spacing:-.075em!important;margin:0!important;font-size:clamp(46px,5.2vw,84px)!important;line-height:.9!important}.electra-catalog-pick-head p:not(.electra-v2-kicker){color:#69645f!important;max-width:760px!important;margin:18px 0 0!important;font-size:18px!important;line-height:1.55!important}.electra-catalog-pick-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.electra-catalog-pick-grid article{-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#fffcf7e0!important;border:1px solid #1e181214!important;border-radius:28px!important;flex-direction:column!important;justify-content:space-between!important;min-height:250px!important;padding:26px!important;display:flex!important;box-shadow:0 24px 70px #382a180e!important}.electra-catalog-pick-grid article span{color:#008c96!important;letter-spacing:.12em!important;font-size:13px!important;font-weight:950!important}.electra-catalog-pick-grid article h3{color:#101510!important;letter-spacing:-.055em!important;margin:auto 0 12px!important;font-size:30px!important;line-height:.98!important}.electra-catalog-pick-grid article p{color:#5f5a55!important;margin:0!important;font-size:15px!important;line-height:1.48!important}@media (max-width:1180px){.electra-catalog-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:680px){.electra-catalog-pick{width:min(100% - 28px,1320px)!important;margin-top:38px!important}.electra-catalog-pick-grid{grid-template-columns:1fr!important}.electra-catalog-pick-grid article{min-height:auto!important}}.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article{grid-template-rows:58px 86px 1fr!important;align-content:start!important;align-items:start!important;gap:0!important;min-height:280px!important;padding:30px 30px 28px!important;display:grid!important}.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article>span{color:#008c96!important;letter-spacing:-.08em!important;margin:0!important;padding:0!important;font-size:42px!important;font-weight:950!important;line-height:.9!important;display:block!important}.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article>h3{color:#101510!important;letter-spacing:-.06em!important;align-items:flex-start!important;min-height:86px!important;margin:0!important;padding:0!important;font-size:32px!important;font-weight:950!important;line-height:.96!important;display:flex!important}.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article>p{color:#5f5a55!important;margin:0!important;padding:0!important;font-size:15px!important;line-height:1.48!important}@media (max-width:1180px){.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article{grid-template-rows:52px 76px 1fr!important;min-height:250px!important}.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article>span{font-size:38px!important}}@media (max-width:680px){.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article{grid-template-rows:auto auto auto!important;gap:14px!important;min-height:auto!important}.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article>span{font-size:34px!important}.electra-catalog-v2 .electra-catalog-pick .electra-catalog-pick-grid>article>h3{min-height:auto!important;font-size:28px!important}}.electra-catalog-v2 .electra-catalog-v2-category-rail{grid-template-columns:none!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;scroll-snap-type:x proximity!important;scrollbar-width:thin!important;gap:22px!important;padding:0 4px 24px!important;display:flex!important;overflow:auto hidden!important}.electra-catalog-v2 .electra-catalog-v2-category-rail>.electra-catalog-v2-category{scroll-snap-align:start!important;background:#fffcf7f0!important;border-radius:30px!important;flex:0 0 430px!important;grid-template-rows:auto 1fr!important;width:430px!important;min-width:430px!important;max-width:430px!important;min-height:620px!important;display:grid!important;overflow:hidden!important}.electra-catalog-v2 .electra-catalog-v2-category-rail>.electra-catalog-v2-category .electra-catalog-v2-category-image{aspect-ratio:16/9!important;background:#eef6f4!important;flex:none!important;justify-content:center!important;align-items:center!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;overflow:hidden!important}.electra-catalog-v2 .electra-catalog-v2-category-rail>.electra-catalog-v2-category .electra-catalog-v2-category-image img{object-fit:contain!important;object-position:center center!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;padding:0!important;transition:none!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}.electra-catalog-v2 .electra-catalog-v2-category:hover .electra-catalog-v2-category-image img{transform:none!important}.electra-catalog-v2 .electra-catalog-v2-category-content{flex-direction:column!important;min-height:360px!important;padding:34px 36px 32px!important;display:flex!important;overflow:visible!important}.electra-catalog-v2 .electra-catalog-v2-category-content>span{margin:0 0 28px!important}.electra-catalog-v2 .electra-catalog-v2-category-content h3{min-height:72px!important;margin:0 0 16px!important;overflow:visible!important}.electra-catalog-v2 .electra-catalog-v2-category-content p{-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;margin:0!important;display:block!important;overflow:visible!important}.electra-catalog-v2 .electra-catalog-v2-category-content strong{margin-top:auto!important;padding-top:24px!important}.electra-v2 .electra-category-carousel .electra-category-carousel-rail{grid-template-columns:none!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;gap:22px!important;padding:0 4px 24px!important;display:flex!important;overflow:auto hidden!important}.electra-v2 .electra-category-carousel .electra-category-carousel-rail::-webkit-scrollbar{display:none!important}.electra-v2 .electra-category-carousel .electra-v2-category{scroll-snap-align:start!important;background:#fffcf7f0!important;border-radius:30px!important;flex:0 0 430px!important;grid-template-rows:auto 1fr!important;width:430px!important;min-width:430px!important;max-width:430px!important;min-height:620px!important;display:grid!important;overflow:hidden!important}.electra-v2 .electra-category-carousel .electra-v2-category-image{aspect-ratio:16/9!important;background:#eef6f4!important;border-radius:30px 30px 0 0!important;flex:none!important;justify-content:center!important;align-items:center!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;overflow:hidden!important}.electra-v2 .electra-category-carousel .electra-v2-category-image img{object-fit:contain!important;object-position:center center!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;padding:0!important;transition:none!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}.electra-v2 .electra-category-carousel .electra-v2-category:hover .electra-v2-category-image img,.electra-v2 .electra-category-carousel .electra-v2-category-visual:hover .electra-v2-category-image img{transform:none!important}.electra-v2 .electra-category-carousel .electra-v2-category-content{flex-direction:column!important;min-height:360px!important;padding:34px 36px 32px!important;display:flex!important;overflow:visible!important}.electra-v2 .electra-category-carousel .electra-v2-category-content>span{margin:0 0 28px!important}.electra-v2 .electra-category-carousel .electra-v2-category-content h3{min-height:72px!important;margin:0 0 16px!important;overflow:visible!important}.electra-v2 .electra-category-carousel .electra-v2-category-content p{-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;margin:0!important;display:block!important;overflow:visible!important}.electra-v2 .electra-category-carousel .electra-v2-category-content strong{margin-top:auto!important;padding-top:24px!important}.electra-catalog-v2 a[href^="/electra/catalog/"] img,.electra-v2 a[href^="/electra/catalog/"] img{object-fit:contain!important;object-position:center center!important;transition:none!important;transform:none!important}.electra-catalog-v2 a[href^="/electra/catalog/"]:hover img,.electra-v2 a[href^="/electra/catalog/"]:hover img{transform:none!important}@media (max-width:1180px){.electra-catalog-v2 .electra-catalog-v2-category-rail>.electra-catalog-v2-category,.electra-v2 .electra-category-carousel .electra-v2-category{flex-basis:390px!important;width:390px!important;min-width:390px!important;max-width:390px!important}}@media (max-width:680px){.electra-catalog-v2 .electra-catalog-v2-category-rail,.electra-v2 .electra-category-carousel .electra-category-carousel-rail{gap:16px!important;padding-bottom:18px!important}.electra-catalog-v2 .electra-catalog-v2-category-rail>.electra-catalog-v2-category,.electra-v2 .electra-category-carousel .electra-v2-category{border-radius:24px!important;flex-basis:84vw!important;width:84vw!important;min-width:84vw!important;max-width:84vw!important;min-height:auto!important}.electra-catalog-v2 .electra-catalog-v2-category-content,.electra-v2 .electra-category-carousel .electra-v2-category-content{min-height:auto!important;padding:26px!important}.electra-catalog-v2 .electra-catalog-v2-category-content h3,.electra-v2 .electra-category-carousel .electra-v2-category-content h3{min-height:auto!important}}.electra-product-gallery,.electra-product-gallery-placeholder{width:100%}.electra-product-gallery-main,.electra-product-gallery-placeholder{background:#ffffffeb;border-radius:30px;justify-content:center;align-items:center;min-height:620px;display:flex;overflow:hidden}.electra-product-gallery-main img{object-fit:contain;object-position:center center;width:100%;height:100%;max-height:620px;display:block}.electra-product-gallery-placeholder span{color:#00acba;font-size:44px;font-weight:950}.electra-product-gallery-thumbs{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.electra-product-gallery-thumbs button{cursor:pointer;background:#ffffffe0;border:1px solid #00acba2e;border-radius:16px;height:88px;padding:0;overflow:hidden}.electra-product-gallery-thumbs button.is-active{border-color:#00acba;box-shadow:inset 0 0 0 2px #00acba3d}.electra-product-gallery-thumbs img{object-fit:contain;width:100%;height:100%}.electra-product-v2-video-review,.electra-product-v2-lifestyle-gallery{background:#fffcf7e6;border-radius:34px;width:min(100% - 56px,1320px);margin:34px auto 0;padding:clamp(34px,5vw,56px);box-shadow:0 24px 80px #382a180e}.electra-product-v2-review-video,.electra-product-v2-review-placeholder{background:#101510;border-radius:28px;width:100%;min-height:560px;margin-top:28px;overflow:hidden}.electra-product-v2-review-video video,.electra-product-v2-review-video img{object-fit:cover;width:100%;height:100%}.electra-product-v2-review-placeholder{justify-content:center;align-items:center;display:flex}.electra-product-v2-review-placeholder span{color:#fff;letter-spacing:-.07em;font-size:clamp(36px,5vw,72px);font-weight:950}.electra-product-v2-lifestyle-grid img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:980px){.electra-product-gallery-main,.electra-product-gallery-placeholder{min-height:420px}.electra-product-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.electra-product-v2-lifestyle-grid{grid-template-columns:1fr}.electra-product-v2-review-video,.electra-product-v2-review-placeholder{min-height:360px}}@media (max-width:640px){.electra-product-v2-video-review,.electra-product-v2-lifestyle-gallery{width:min(100% - 28px,1320px);padding:26px}.electra-product-gallery-main,.electra-product-gallery-placeholder{min-height:320px}.electra-product-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}}.electra-product-v2-component-groups{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.electra-product-v2-component-group{box-shadow:none!important;background:#ffffffbd!important;border:1px solid #1e181212!important;border-radius:20px!important;overflow:hidden!important}.electra-product-v2-component-group h3{color:#101510!important;letter-spacing:-.035em!important;background:#e8f4f1e0!important;margin:0!important;padding:18px 22px!important;font-size:20px!important;font-weight:800!important;line-height:1.1!important}@media (max-width:640px){.electra-product-v2-component-group dl>div{grid-template-columns:1fr!important;gap:6px!important}}.electra-product-v2-hero{grid-template-columns:minmax(0,1.45fr) minmax(340px,.72fr)!important;align-items:start!important;gap:22px!important;width:min(100% - 56px,1420px)!important;max-width:1420px!important;margin:34px auto 0!important;display:grid!important}.electra-product-v2-media{min-width:0!important}.electra-product-gallery-main,.electra-product-gallery-placeholder{border-radius:30px!important;min-height:600px!important}.electra-product-gallery-main img{object-fit:contain!important;max-height:600px!important}.electra-product-v2-buybox{border-radius:28px!important;min-height:auto!important;padding:34px 34px 30px!important}.electra-product-v2-buybox h1{letter-spacing:-.065em!important;margin-top:14px!important;font-size:clamp(34px,3.1vw,48px)!important;font-weight:820!important;line-height:.95!important}.electra-product-v2-lead{color:#5f5a55!important;margin-top:14px!important;font-size:16px!important;font-weight:450!important;line-height:1.48!important}.electra-product-v2-price{margin-top:20px!important}.electra-product-v2-price strong{font-size:31px!important;font-weight:820!important;line-height:1!important}.electra-product-v2-key-specs{gap:8px!important;margin-top:20px!important}.electra-product-v2-key-specs>div{border-radius:14px!important;min-height:48px!important;padding:11px 15px!important}.electra-product-v2-key-specs span{letter-spacing:.15em!important;font-size:9px!important;font-weight:760!important;line-height:1!important}.electra-product-v2-key-specs strong{font-size:14px!important;font-weight:720!important;line-height:1.2!important}.electra-product-v2-actions{margin-top:20px!important}.electra-product-v2-note{color:#6a655f!important;max-width:340px!important;margin-top:14px!important;font-size:12px!important;font-weight:450!important;line-height:1.45!important}.electra-product-v2-service-strip>div{background:#fffcf7bd!important;border:1px solid #1e18120f!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;min-height:70px!important;padding:18px 22px!important;display:flex!important}.electra-product-v2-service-strip span{color:#008c96!important;letter-spacing:.15em!important;text-transform:uppercase!important;font-size:10px!important;font-weight:820!important;line-height:1!important}.electra-product-v2-service-strip strong{color:#101510!important;text-align:right!important;font-size:14px!important;font-weight:680!important;line-height:1.25!important}.electra-product-v2-story,.electra-product-v2-section,.electra-product-v2-split,.electra-product-v2-cta{border-radius:30px!important;width:min(100% - 56px,1120px)!important;max-width:1120px!important}.electra-product-v2-story{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;align-items:center!important;gap:54px!important;padding:48px 54px!important;display:grid!important}.electra-product-v2-story h2{color:#101510!important;letter-spacing:-.065em!important;margin:0!important;font-size:clamp(38px,4vw,58px)!important;font-weight:780!important;line-height:.94!important}.electra-product-v2-story>p{color:#5d5852!important;align-self:center!important;margin:0!important;font-size:19px!important;font-weight:430!important;line-height:1.62!important}.electra-product-v2-section-head h2,.electra-product-v2-split h2,.electra-product-v2-cta h2{letter-spacing:-.06em!important;max-width:760px!important;font-size:clamp(36px,3.7vw,54px)!important;font-weight:780!important;line-height:.96!important}.electra-product-v2-card-grid{gap:14px!important}.electra-product-v2-soft-card{min-height:155px!important;box-shadow:none!important;background:#ffffffad!important;border:1px solid #1e18120f!important;border-radius:20px!important;padding:24px!important}.electra-product-v2-soft-card span{color:#008c96!important;letter-spacing:.15em!important;text-transform:uppercase!important;margin-bottom:18px!important;font-size:10px!important;font-weight:820!important;line-height:1.1!important;display:block!important}.electra-product-v2-soft-card p{color:#1f1f1f!important;margin:0!important;font-size:16px!important;font-weight:520!important;line-height:1.5!important}.electra-product-v2-component-groups{grid-template-columns:1fr!important;gap:10px!important;margin-top:24px!important;display:grid!important}.electra-product-v2-component-group{box-shadow:none!important;background:#ffffffb8!important;border:1px solid #1e181212!important;border-radius:18px!important;grid-template-columns:220px 1fr!important;display:grid!important;overflow:hidden!important}.electra-product-v2-component-group h3{color:#101510!important;letter-spacing:-.035em!important;background:#e8f4f1b3!important;align-items:center!important;margin:0!important;padding:18px 20px!important;font-size:18px!important;font-weight:760!important;line-height:1.15!important;display:flex!important}.electra-product-v2-component-group dl{margin:0!important;padding:0!important}.electra-product-v2-component-group dl>div{border-top:1px solid #1e18120f!important;grid-template-columns:minmax(150px,.42fr) 1fr!important;gap:18px!important;padding:14px 20px!important;display:grid!important}.electra-product-v2-component-group dl>div:first-child{border-top:0!important}.electra-product-v2-component-group dt{color:#6b665f!important;margin:0!important;font-size:13px!important;font-weight:560!important;line-height:1.35!important}.electra-product-v2-component-group dd{color:#101510!important;margin:0!important;font-size:14px!important;font-weight:700!important;line-height:1.35!important}.electra-product-v2-faq details{border-radius:14px!important}.electra-product-v2-cta p:not(.electra-v2-kicker){color:#68625d!important;font-size:16px!important;font-weight:430!important;line-height:1.5!important}@media (max-width:980px){.electra-product-v2-hero,.electra-product-v2-service-strip{grid-template-columns:1fr!important;width:min(100% - 28px,1420px)!important}.electra-product-v2-story,.electra-product-v2-section,.electra-product-v2-split,.electra-product-v2-cta{width:min(100% - 28px,1120px)!important}.electra-product-v2-story{grid-template-columns:1fr!important;gap:24px!important;padding:34px 28px!important}.electra-product-v2-component-group{grid-template-columns:1fr!important}}.electra-product-v2-service-strip>div{justify-content:flex-start!important;gap:0!important;min-height:188px!important}.electra-product-v2-service-icon{color:#008c96!important;background:#00acba17!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;margin:0 0 18px!important;display:inline-flex!important}.electra-product-v2-service-strip strong{color:#101510!important;text-align:left!important;min-height:42px!important;margin:0!important;font-size:17px!important;font-weight:760!important;line-height:1.12!important}.electra-product-v2-service-strip p{color:#69645f!important;margin:12px 0 0!important;font-size:13px!important;font-weight:430!important;line-height:1.42!important}@media (max-width:1180px){.electra-product-v2-service-strip>div{min-height:170px!important}}@media (max-width:640px){.electra-product-v2-service-strip>div{min-height:auto!important}.electra-product-v2-service-icon{width:38px!important;height:38px!important;margin-bottom:14px!important}.electra-product-v2-service-icon svg{width:20px!important;height:20px!important}}.electra-product-v2-service-strip{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;width:min(100% - 56px,1420px)!important;max-width:1420px!important;margin:18px auto 0!important;display:grid!important}.electra-product-v2-service-strip>div{min-height:118px!important;box-shadow:none!important;background:#fffcf7c2!important;border:1px solid #1e18120f!important;border-radius:18px!important;grid-template-rows:auto auto!important;grid-template-columns:38px minmax(0,1fr)!important;place-content:start stretch!important;align-items:center!important;gap:10px 12px!important;padding:18px!important;display:grid!important}.electra-product-v2-service-icon{color:#008c96!important;background:#00acba17!important;border-radius:999px!important;flex:none!important;grid-area:1/1!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;margin:0!important;display:inline-flex!important}.electra-product-v2-service-icon svg{width:19px!important;height:19px!important;display:block!important}.electra-product-v2-service-icon svg path{fill:none!important;stroke:currentColor!important;stroke-width:1.8px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.electra-product-v2-service-strip strong{color:#101510!important;letter-spacing:-.035em!important;text-align:left!important;grid-area:1/2!important;min-height:0!important;margin:0!important;font-size:16px!important;font-weight:760!important;line-height:1.08!important}.electra-product-v2-service-strip p{color:#69645f!important;text-align:left!important;grid-area:2/1/auto/-1!important;margin:0!important;font-size:13px!important;font-weight:430!important;line-height:1.42!important}@media (max-width:1280px){.electra-product-v2-service-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:820px){.electra-product-v2-service-strip{grid-template-columns:1fr!important;width:min(100% - 28px,1420px)!important}.electra-product-v2-service-strip>div{min-height:auto!important}}.electra-product-v2-color-picker{margin-top:20px!important}.electra-product-v2-color-picker>p{color:#5f5a55!important;letter-spacing:.14em!important;text-transform:uppercase!important;margin:0 0 10px!important;font-size:11px!important;font-weight:850!important;line-height:1!important}.electra-product-v2-color-picker>div{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.electra-product-v2-color-option{color:#007b85!important;background:#ffffffad!important;border:1px solid #00acba3d!important;border-radius:999px!important;align-items:center!important;gap:9px!important;min-height:42px!important;padding:7px 13px 7px 8px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.electra-product-v2-color-option i{border:1px solid #10151024!important;border-radius:999px!important;width:26px!important;height:26px!important;display:block!important;box-shadow:inset 0 0 0 2px #ffffffb8!important}.electra-product-v2-color-option.is-active{color:#005f66!important;background:#00acba1a!important;border-color:#008c96!important}.electra-product-v2-color-option.is-disabled{opacity:.42!important;cursor:not-allowed!important}.electra-product-v2-lifestyle-gallery{background:#fffcf7e6!important;border-radius:30px!important;width:min(100% - 56px,1120px)!important;max-width:1120px!important;margin:34px auto 0!important;padding:clamp(34px,5vw,54px)!important;box-shadow:0 24px 80px #382a180e!important}.electra-product-v2-lifestyle-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-top:28px!important;display:grid!important}@media (max-width:980px){.electra-product-v2-lifestyle-grid{grid-template-columns:1fr!important}.electra-product-v2-lifestyle-grid figure{min-height:360px!important}}@media (max-width:640px){.electra-product-v2-lifestyle-gallery{width:min(100% - 28px,1120px)!important;padding:26px!important}.electra-product-v2-lifestyle-grid figure{min-height:260px!important}}.electra-product-v2-lifestyle-gallery{width:min(100% - 56px,1120px)!important;max-width:1120px!important;box-shadow:none!important;background:0 0!important;border-radius:30px!important;margin:34px auto 0!important;padding:0!important;overflow:hidden!important}.electra-product-v2-lifestyle-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:0!important;display:grid!important}.electra-product-v2-lifestyle-grid figure{background:#ffffffe6!important;border-radius:28px!important;min-height:360px!important;margin:0!important;overflow:hidden!important}.electra-product-v2-lifestyle-grid img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.electra-product-v2-lifestyle-gallery.is-single .electra-product-v2-lifestyle-grid{grid-template-columns:1fr!important}.electra-product-v2-lifestyle-gallery.is-single figure{min-height:520px!important}.electra-product-v2-lifestyle-gallery.is-double .electra-product-v2-lifestyle-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}@media (max-width:980px){.electra-product-v2-lifestyle-grid,.electra-product-v2-lifestyle-gallery.is-double .electra-product-v2-lifestyle-grid{grid-template-columns:1fr!important}.electra-product-v2-lifestyle-grid figure,.electra-product-v2-lifestyle-gallery.is-single figure{min-height:360px!important}}@media (max-width:640px){.electra-product-v2-lifestyle-gallery{width:min(100% - 28px,1120px)!important}.electra-product-v2-lifestyle-grid figure,.electra-product-v2-lifestyle-gallery.is-single figure{border-radius:22px!important;min-height:260px!important}}.dahon-hero-cinematic{isolation:isolate!important;background:#08121a!important;border-radius:34px!important;width:min(100% - 32px,1440px)!important;min-height:780px!important;margin:18px auto 42px!important;position:relative!important;overflow:hidden!important;box-shadow:0 34px 90px #050c1238!important}.dahon-hero-cinematic-video{object-fit:cover!important;object-position:center center!important;z-index:0!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.dahon-hero-cinematic-overlay{z-index:1!important;background:linear-gradient(90deg,#030a10db 0%,#030a1094 38%,#030a1038 72%,#030a106b 100%),linear-gradient(#030a103d 0%,#030a1029 45%,#030a10c2 100%)!important;position:absolute!important;inset:0!important}.dahon-hero-cinematic-content{z-index:2!important;color:#fff!important;flex-direction:column!important;justify-content:center!important;max-width:710px!important;min-height:780px!important;padding:112px 72px 150px!important;display:flex!important;position:relative!important}.dahon-hero-cinematic-kicker{color:#ffffffb8!important;letter-spacing:.22em!important;margin:0 0 20px!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}.dahon-hero-cinematic h1{color:#fff!important;letter-spacing:-.065em!important;max-width:690px!important;margin:0!important;font-size:clamp(48px,6vw,82px)!important;font-weight:850!important;line-height:.96!important}.dahon-hero-cinematic-content>p:not(.dahon-hero-cinematic-kicker){color:#ffffffd1!important;max-width:610px!important;margin:28px 0 0!important;font-size:20px!important;font-weight:450!important;line-height:1.55!important}.dahon-hero-cinematic-actions{flex-wrap:wrap!important;gap:12px!important;margin-top:36px!important;display:flex!important}.dahon-hero-cinematic-actions a{border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:52px!important;padding:0 24px!important;font-size:14px!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;transition:transform .22s,background .22s,color .22s,border-color .22s!important;display:inline-flex!important}.dahon-hero-cinematic-actions a:first-child{color:#071018!important;background:#fff!important;border:1px solid #fff!important}.dahon-hero-cinematic-actions a:last-child{color:#fff!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#ffffff14!important;border:1px solid #ffffff6b!important}.dahon-hero-cinematic-actions a:hover{transform:translateY(-2px)!important}.dahon-hero-cinematic-points{z-index:2!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;display:grid!important;position:absolute!important;bottom:42px!important;left:72px!important;right:72px!important}.dahon-hero-cinematic-points span{color:#ffffffe0!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#ffffff1a!important;border:1px solid #ffffff29!important;border-radius:18px!important;align-items:center!important;min-height:58px!important;padding:0 18px!important;font-size:13px!important;font-weight:750!important;line-height:1.25!important;display:flex!important}@media (max-width:980px){.dahon-hero-cinematic{border-radius:28px!important;width:min(100% - 24px,1440px)!important;min-height:720px!important}.dahon-hero-cinematic-overlay{background:linear-gradient(#030a1075 0%,#030a10ad 48%,#030a10e6 100%)!important}.dahon-hero-cinematic-content{justify-content:flex-end!important;max-width:none!important;min-height:720px!important;padding:76px 34px 190px!important}.dahon-hero-cinematic h1{font-size:clamp(40px,9vw,58px)!important}.dahon-hero-cinematic-content>p:not(.dahon-hero-cinematic-kicker){font-size:17px!important;line-height:1.55!important}.dahon-hero-cinematic-points{grid-template-columns:repeat(2,minmax(0,1fr))!important;bottom:28px!important;left:34px!important;right:34px!important}}@media (max-width:560px){.dahon-hero-cinematic{border-radius:24px!important;width:min(100% - 18px,1440px)!important;min-height:700px!important;margin-top:10px!important}.dahon-hero-cinematic-content{min-height:700px!important;padding:54px 22px 204px!important}.dahon-hero-cinematic-kicker{margin-bottom:14px!important;font-size:11px!important}.dahon-hero-cinematic h1{letter-spacing:-.052em!important;font-size:38px!important;line-height:1!important}.dahon-hero-cinematic-content>p:not(.dahon-hero-cinematic-kicker){margin-top:20px!important;font-size:16px!important}.dahon-hero-cinematic-actions{gap:10px!important;margin-top:26px!important}.dahon-hero-cinematic-actions a{width:100%!important;min-height:50px!important}.dahon-hero-cinematic-points{gap:8px!important;bottom:18px!important;left:18px!important;right:18px!important}.dahon-hero-cinematic-points span{border-radius:15px!important;min-height:50px!important;padding:0 12px!important;font-size:12px!important}}.dahon-hero-cinematic{width:100%!important;max-width:none!important;height:calc(100svh - 74px)!important;min-height:620px!important;max-height:860px!important;box-shadow:none!important;border-radius:0!important;margin:0 0 48px!important}.dahon-hero-cinematic-content{justify-content:center!important;max-width:760px!important;min-height:100%!important;padding:64px 7vw 138px!important}.dahon-hero-cinematic h1{letter-spacing:-.065em!important;max-width:760px!important;font-size:clamp(52px,5.1vw,78px)!important;line-height:.96!important}.dahon-hero-cinematic-content>p:not(.dahon-hero-cinematic-kicker){max-width:610px!important;margin-top:24px!important;font-size:19px!important;line-height:1.5!important}.dahon-hero-cinematic-actions{margin-top:30px!important}.dahon-hero-cinematic-points{bottom:34px!important;left:7vw!important;right:7vw!important}.dahon-hero-cinematic-overlay{background:linear-gradient(90deg,#030a10e0 0%,#030a109e 34%,#030a103d 68%,#030a1057 100%),linear-gradient(#030a102e 0%,#030a101a 42%,#030a10c7 100%)!important}@media (max-width:980px){.dahon-hero-cinematic{height:calc(100svh - 68px)!important;min-height:660px!important;max-height:none!important}.dahon-hero-cinematic-content{justify-content:flex-end!important;padding:54px 32px 178px!important}.dahon-hero-cinematic h1{font-size:clamp(42px,9vw,62px)!important}.dahon-hero-cinematic-points{grid-template-columns:repeat(2,minmax(0,1fr))!important;bottom:26px!important;left:32px!important;right:32px!important}}@media (max-width:560px){.dahon-hero-cinematic{height:calc(100svh - 64px)!important;min-height:650px!important}.dahon-hero-cinematic-content{padding:42px 20px 190px!important}.dahon-hero-cinematic h1{font-size:38px!important;line-height:1!important}.dahon-hero-cinematic-content>p:not(.dahon-hero-cinematic-kicker){font-size:15.5px!important}.dahon-hero-cinematic-points{bottom:16px!important;left:16px!important;right:16px!important}}@media (max-width:980px){.dahon-proof-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100% - 32px,1180px)!important;margin-top:18px!important}}@media (max-width:560px){.dahon-proof-premium{grid-template-columns:1fr!important;width:min(100% - 24px,1180px)!important;margin-bottom:38px!important}}.dahon-proof-premium{z-index:2!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;width:min(100% - 64px,1180px)!important;margin:34px auto 58px!important;display:grid!important;position:relative!important}.dahon-proof-premium article{background:#ffffffe6!important;border:1px solid #0b221514!important;border-radius:22px!important;min-height:132px!important;padding:24px 24px 22px!important;box-shadow:0 18px 44px #101a1214!important}.dahon-proof-premium article span{color:#157047!important;letter-spacing:.08em!important;margin-bottom:12px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;display:block!important}.dahon-proof-premium article strong{color:#101613!important;letter-spacing:-.04em!important;font-size:20px!important;font-weight:850!important;line-height:1.08!important;display:block!important}.dahon-proof-premium article p{color:#10161394!important;margin:12px 0 0!important;font-size:14px!important;line-height:1.38!important}@media (max-width:1100px){.dahon-proof-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100% - 40px,1180px)!important;margin-top:28px!important}}@media (max-width:560px){.dahon-proof-premium{grid-template-columns:1fr!important;gap:10px!important;width:min(100% - 24px,1180px)!important;margin:22px auto 42px!important}.dahon-proof-premium article{border-radius:18px!important;min-height:0!important;padding:20px!important}.dahon-proof-premium article strong{font-size:18px!important}.dahon-proof-premium article p{font-size:13px!important}}main.dahon-lab .dahon-hero-cinematic{height:calc(100svh - 74px)!important;min-height:620px!important;max-height:820px!important;margin-bottom:0!important}main.dahon-lab .dahon-hero-cinematic-content{justify-content:center!important;min-height:100%!important;padding-top:58px!important;padding-bottom:128px!important}main.dahon-lab .dahon-hero-cinematic-actions{margin-top:28px!important;margin-bottom:0!important}@media (max-width:980px){main.dahon-lab .dahon-hero-cinematic-content{padding-bottom:118px!important}}@media (max-width:560px){main.dahon-lab .dahon-hero-cinematic-content{padding-top:36px!important;padding-bottom:96px!important}}main.dahon-lab .dahon-proof-premium article span{color:#157047!important;letter-spacing:.08em!important;margin-bottom:9px!important;font-size:11px!important;font-weight:900!important;line-height:1!important}main.dahon-lab .dahon-proof-premium article strong{letter-spacing:-.035em!important;font-size:16px!important;font-weight:850!important;line-height:1.08!important}main.dahon-lab .dahon-proof-premium article p{color:#10161394!important;margin-top:8px!important;font-size:12px!important;line-height:1.32!important}@media (max-width:1100px){main.dahon-lab .dahon-proof-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100% - 40px,980px)!important}}@media (max-width:560px){main.dahon-lab .dahon-proof-premium{grid-template-columns:1fr!important;width:min(100% - 24px,980px)!important;margin:20px auto 40px!important}main.dahon-lab .dahon-proof-premium article{min-height:0!important;padding:16px 18px!important}}main.dahon-lab .dahon-proof-premium{z-index:2!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:min(100% - 72px,1240px)!important;margin:38px auto 72px!important;display:grid!important;position:relative!important}main.dahon-lab .dahon-proof-premium article{background:#ffffffeb!important;border:1px solid #0b221514!important;border-radius:24px!important;min-height:150px!important;padding:28px 28px 24px!important;box-shadow:0 20px 50px #101a1214!important}main.dahon-lab .dahon-proof-premium article span{color:#157047!important;letter-spacing:.08em!important;margin-bottom:14px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;display:block!important}main.dahon-lab .dahon-proof-premium article strong{color:#101613!important;letter-spacing:-.045em!important;font-size:22px!important;font-weight:850!important;line-height:1.05!important;display:block!important}main.dahon-lab .dahon-proof-premium article p{color:#10161399!important;margin:14px 0 0!important;font-size:15px!important;line-height:1.42!important}@media (max-width:1100px){main.dahon-lab .dahon-proof-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;width:min(100% - 40px,1240px)!important;margin:30px auto 58px!important}main.dahon-lab .dahon-proof-premium article{min-height:136px!important}}@media (max-width:560px){main.dahon-lab .dahon-proof-premium{grid-template-columns:1fr!important;gap:10px!important;width:min(100% - 24px,1240px)!important;margin:24px auto 46px!important}main.dahon-lab .dahon-proof-premium article{border-radius:20px!important;min-height:0!important;padding:22px 22px 20px!important}main.dahon-lab .dahon-proof-premium article strong{font-size:20px!important}main.dahon-lab .dahon-proof-premium article p{font-size:14px!important}}.dahon-fit-guide{width:100%!important;margin:92px 0!important}.dahon-fit-guide-head{width:min(100% - 64px,1180px)!important;margin:0 auto 34px!important}.dahon-fit-guide-head h2{color:#101613!important;letter-spacing:-.07em!important;max-width:820px!important;margin:0!important;font-size:clamp(48px,5.4vw,86px)!important;font-weight:850!important;line-height:.92!important}.dahon-fit-guide-head p:not(.dahon-lab-kicker){color:#1016139e!important;max-width:760px!important;margin:22px 0 0!important;font-size:19px!important;line-height:1.55!important}.dahon-fit-guide-scene{isolation:isolate!important;background:#0b120e!important;width:100vw!important;height:620px!important;margin-left:calc(50% - 50vw)!important;position:relative!important;overflow:hidden!important}.dahon-fit-guide-bg{z-index:0!important;filter:saturate(.96)contrast(1.04)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;transition:background-image .18s,transform .7s,filter .4s!important;position:absolute!important;inset:0!important;transform:scale(1.01)!important}.dahon-fit-guide-scene:hover .dahon-fit-guide-bg{transform:scale(1.035)!important}.dahon-fit-guide-shade{z-index:1!important;pointer-events:none!important;background:linear-gradient(#040b071f 0%,#040b0757 55%,#040b07ad 100%),linear-gradient(90deg,#040b0752 0%,#040b0714 48%,#040b0752 100%)!important;position:absolute!important;inset:0!important}.dahon-fit-guide-empty{z-index:2!important;color:#ffffffb8!important;letter-spacing:.12em!important;text-transform:uppercase!important;place-items:center!important;font-size:13px!important;font-weight:850!important;display:grid!important;position:absolute!important;inset:0!important}.dahon-fit-guide-panels{z-index:3!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;height:100%!important;display:grid!important;position:relative!important}.dahon-fit-guide-panel{cursor:pointer!important;border-right:1px solid #ffffff47!important;min-width:0!important;height:100%!important;position:relative!important;overflow:hidden!important}.dahon-fit-guide-panel:last-child{border-right:0!important}.dahon-fit-guide-panel:before{content:""!important;background:#030c0700!important;transition:background .28s!important;position:absolute!important;inset:0!important}.dahon-fit-guide-panel-label{color:#fff!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#080f0b7a!important;justify-content:center!important;align-items:center!important;gap:12px!important;min-height:96px!important;padding:0 24px!important;transition:opacity .22s,transform .22s!important;display:flex!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.dahon-fit-guide-panel.is-active .dahon-fit-guide-panel-label{opacity:0!important;transform:translateY(16px)!important}.dahon-fit-guide-panel-label span{color:#ffffff94!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;line-height:1!important}.dahon-fit-guide-panel-label strong{color:#fff!important;letter-spacing:.1em!important;text-transform:uppercase!important;text-align:center!important;font-size:17px!important;font-weight:900!important;line-height:1.05!important}.dahon-fit-guide-panel-content{color:#101613!important;opacity:0!important;pointer-events:none!important;background:#fff!important;width:min(88%,440px)!important;min-height:286px!important;padding:34px 34px 30px!important;transition:transform .3s,opacity .22s!important;position:absolute!important;bottom:0!important;left:50%!important;transform:translate(-50%,100%)!important}.dahon-fit-guide-panel.is-active .dahon-fit-guide-panel-content{opacity:1!important;pointer-events:auto!important;transform:translate(-50%)!important}.dahon-fit-guide-panel-content>span{color:#157047!important;letter-spacing:.14em!important;text-transform:uppercase!important;margin-bottom:16px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:block!important}.dahon-fit-guide-panel-content h3{color:#101613!important;letter-spacing:-.055em!important;margin:0!important;font-size:32px!important;font-weight:850!important;line-height:.98!important}.dahon-fit-guide-panel-content p{color:#101613a8!important;margin:18px 0 0!important;font-size:15px!important;line-height:1.5!important}.dahon-fit-guide-panel-content em{color:#157047!important;margin-top:16px!important;font-size:12px!important;font-style:normal!important;font-weight:850!important;line-height:1.35!important;display:block!important}.dahon-fit-guide-panel-content a{color:#fff!important;letter-spacing:.02em!important;background:#176f49!important;border-radius:0!important;justify-content:center!important;align-items:center!important;min-height:44px!important;margin-top:22px!important;padding:0 18px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.dahon-fit-guide-mobile{display:none!important}@media (max-width:980px){.dahon-fit-guide{margin:64px 0!important}.dahon-fit-guide-head{width:min(100% - 32px,1180px)!important;margin-bottom:24px!important}.dahon-fit-guide-head h2{font-size:clamp(38px,9vw,58px)!important}.dahon-fit-guide-scene{display:none!important}.dahon-fit-guide-mobile{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;width:min(100% - 32px,1180px)!important;margin:0 auto!important;display:grid!important}.dahon-fit-guide-mobile-card{color:#101613!important;background:#fff!important;border-radius:24px!important;text-decoration:none!important;display:block!important;overflow:hidden!important;box-shadow:0 18px 44px #101a1214!important}.dahon-fit-guide-mobile-media{background:#dfe7dc!important;height:220px!important;overflow:hidden!important}.dahon-fit-guide-mobile-media img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.dahon-fit-guide-mobile-media span{color:#157047!important;place-items:center!important;height:100%!important;font-size:13px!important;font-weight:900!important;display:grid!important}.dahon-fit-guide-mobile-body{padding:22px!important}.dahon-fit-guide-mobile-body>span{color:#157047!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;line-height:1!important}.dahon-fit-guide-mobile-body strong{color:#101613!important;letter-spacing:-.045em!important;margin-top:12px!important;font-size:24px!important;font-weight:850!important;line-height:1!important;display:block!important}.dahon-fit-guide-mobile-body p{color:#1016139e!important;margin:12px 0 0!important;font-size:14px!important;line-height:1.45!important}.dahon-fit-guide-mobile-body em{color:#157047!important;margin-top:12px!important;font-size:12px!important;font-style:normal!important;font-weight:850!important;line-height:1.35!important;display:block!important}.dahon-fit-guide-mobile-body small{color:#157047!important;margin-top:18px!important;font-size:12px!important;font-weight:900!important;display:inline-block!important}}@media (max-width:560px){.dahon-fit-guide-mobile{grid-template-columns:1fr!important;width:min(100% - 24px,1180px)!important}.dahon-fit-guide-mobile-media{height:210px!important}}.dahon-fit-guide{margin:56px 0 78px!important}.dahon-fit-guide-head{margin-bottom:24px!important}.dahon-fit-guide-scene{height:680px!important}.dahon-fit-guide-panel.is-active .dahon-fit-guide-panel-label{opacity:1!important;z-index:6!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#080f0bb8!important;min-height:78px!important;bottom:260px!important;transform:none!important}.dahon-fit-guide-panel:not(.is-active) .dahon-fit-guide-panel-label{opacity:1!important;bottom:0!important;transform:none!important}.dahon-fit-guide-panel-content{opacity:0!important;background:#fffffff5!important;width:100%!important;max-width:none!important;min-height:260px!important;padding:34px 42px!important;transition:transform .28s,opacity .22s!important;bottom:0!important;left:50%!important;transform:translate(-50%,100%)!important}.dahon-fit-guide-panel.is-active .dahon-fit-guide-panel-content{opacity:1!important;transform:translate(-50%)!important}.dahon-fit-guide-panel-content>span,.dahon-fit-guide-panel-content h3{display:none!important}.dahon-fit-guide-panel-content p{color:#101613ad!important;max-width:340px!important;margin:0!important;font-size:15px!important;line-height:1.55!important}.dahon-fit-guide-panel-content em{max-width:340px!important;margin-top:16px!important}.dahon-fit-guide-panel-content a{margin-top:24px!important}.dahon-fit-guide-panel.is-active:before{background:#030c071a!important}.dahon-fit-guide-panel-label{padding:0 28px!important}.dahon-fit-guide-panel-label strong{letter-spacing:.08em!important;font-size:18px!important}.dahon-fit-guide-panel-label span{letter-spacing:.14em!important;font-size:11px!important}@media (max-width:980px){.dahon-fit-guide{margin:54px 0 64px!important}.dahon-fit-guide-scene{display:none!important}}@media (max-width:980px){main.dahon-lab .dahon-fit-guide-scene{display:none!important}}main.dahon-lab .dahon-fit-guide-scene{height:680px!important}main.dahon-lab .dahon-fit-guide-panels{z-index:3!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;height:100%!important;display:grid!important;position:relative!important}main.dahon-lab .dahon-fit-guide-panel{border-right:1px solid #ffffff3d!important;min-width:0!important;height:100%!important;position:relative!important;overflow:hidden!important}main.dahon-lab .dahon-fit-guide-panel:last-child{border-right:0!important}main.dahon-lab .dahon-fit-guide-panel-label,main.dahon-lab .dahon-fit-guide-panel.is-active .dahon-fit-guide-panel-label,main.dahon-lab .dahon-fit-guide-panel:not(.is-active) .dahon-fit-guide-panel-label{z-index:8!important;opacity:1!important;color:#fff!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#080f0b8a!important;border-top:1px solid #ffffff24!important;justify-content:center!important;align-items:center!important;gap:12px!important;height:96px!important;min-height:96px!important;padding:0 22px!important;transition:background .22s!important;display:flex!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;transform:none!important}main.dahon-lab .dahon-fit-guide-panel.is-active .dahon-fit-guide-panel-label{background:#080f0bb8!important}main.dahon-lab .dahon-fit-guide-panel-label span{color:#ffffff9e!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;line-height:1!important}main.dahon-lab .dahon-fit-guide-panel-label strong{color:#fff!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-align:center!important;font-size:18px!important;font-weight:900!important;line-height:1.05!important}main.dahon-lab .dahon-fit-guide-panel-content{z-index:7!important;color:#101613!important;opacity:0!important;pointer-events:none!important;background:#fffffff5!important;width:calc(100% - 44px)!important;max-width:none!important;min-height:210px!important;padding:28px 28px 26px!important;transition:opacity .22s,transform .24s!important;position:absolute!important;bottom:96px!important;left:50%!important;transform:translate(-50%,18px)!important}main.dahon-lab .dahon-fit-guide-panel.is-active .dahon-fit-guide-panel-content{opacity:1!important;pointer-events:auto!important;transform:translate(-50%)!important}main.dahon-lab .dahon-fit-guide-panel-content>span,main.dahon-lab .dahon-fit-guide-panel-content h3{display:none!important}main.dahon-lab .dahon-fit-guide-panel-content p{color:#101613ad!important;max-width:100%!important;margin:0!important;font-size:15px!important;line-height:1.5!important;display:block!important}main.dahon-lab .dahon-fit-guide-panel-content em{color:#157047!important;max-width:100%!important;margin-top:14px!important;font-size:12px!important;font-style:normal!important;font-weight:850!important;line-height:1.35!important;display:block!important}main.dahon-lab .dahon-fit-guide-panel-content a{color:#fff!important;background:#176f49!important;justify-content:center!important;align-items:center!important;min-height:42px!important;margin-top:22px!important;padding:0 18px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}main.dahon-lab .dahon-fit-guide-panel:before{z-index:1!important}main.dahon-lab .dahon-fit-guide-panel.is-active:before{background:#030c0714!important}@media (max-width:980px){main.dahon-lab .dahon-fit-guide-scene{display:none!important}}.dahon-fit-v2{width:100%!important;margin:78px 0 92px!important}.dahon-fit-v2-head{width:min(100% - 64px,1180px)!important;margin:0 auto 32px!important}.dahon-fit-v2-head h2{color:#101613!important;letter-spacing:-.07em!important;max-width:900px!important;margin:0!important;font-size:clamp(48px,5.2vw,84px)!important;font-weight:850!important;line-height:.92!important}.dahon-fit-v2-head p:not(.dahon-lab-kicker){color:#1016139e!important;max-width:760px!important;margin:22px 0 0!important;font-size:19px!important;line-height:1.55!important}.dahon-fit-v2-scene{isolation:isolate!important;background:#0a120d!important;width:100vw!important;height:660px!important;margin-left:calc(50% - 50vw)!important;position:relative!important;overflow:hidden!important}.dahon-fit-v2-bg{z-index:0!important;filter:saturate(.96)contrast(1.04)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;transition:background-image .18s,transform .65s!important;position:absolute!important;inset:0!important;transform:scale(1.01)!important}.dahon-fit-v2-scene:hover .dahon-fit-v2-bg{transform:scale(1.035)!important}.dahon-fit-v2-shade{z-index:1!important;pointer-events:none!important;background:linear-gradient(#030a062e 0%,#030a0647 46%,#030a0694 100%),linear-gradient(90deg,#030a0638,#030a060a,#030a0638)!important;position:absolute!important;inset:0!important}.dahon-fit-v2-empty{z-index:2!important;color:#ffffffb8!important;letter-spacing:.12em!important;text-transform:uppercase!important;place-items:center!important;font-size:13px!important;font-weight:850!important;display:grid!important;position:absolute!important;inset:0!important}.dahon-fit-v2-panels{z-index:3!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;height:100%!important;display:grid!important;position:relative!important}.dahon-fit-v2-panel{cursor:pointer!important;border-right:1px solid #ffffff42!important;min-width:0!important;height:100%!important;position:relative!important;overflow:hidden!important}.dahon-fit-v2-panel:last-child{border-right:0!important}.dahon-fit-v2-panel:before{content:""!important;z-index:1!important;background:0 0!important;transition:background .22s!important;position:absolute!important;inset:0!important}.dahon-fit-v2-panel.is-active:before{background:#0000001a!important}.dahon-fit-v2-label{z-index:4!important;color:#fff!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#080f0b8f!important;border-top:1px solid #ffffff29!important;flex-direction:column!important;justify-content:center!important;min-height:96px!important;padding:0 34px!important;transition:min-height .24s,padding .24s,background .24s!important;display:flex!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.dahon-fit-v2-panel.is-active .dahon-fit-v2-label{color:#101613!important;background:#fffffff5!important;min-height:292px!important;padding-top:34px!important;padding-bottom:34px!important}.dahon-fit-v2-label>div:first-child{justify-content:center!important;align-items:center!important;gap:14px!important;display:flex!important}.dahon-fit-v2-label span{color:#ffffffa3!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;line-height:1!important}.dahon-fit-v2-panel.is-active .dahon-fit-v2-label span{color:#176f49!important}.dahon-fit-v2-label strong{color:#fff!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-align:center!important;font-size:18px!important;font-weight:900!important;line-height:1.05!important}.dahon-fit-v2-panel.is-active .dahon-fit-v2-label strong{color:#101613!important;letter-spacing:-.045em!important;text-transform:none!important;font-size:28px!important}.dahon-fit-v2-details{opacity:0!important;grid-template-rows:0fr!important;transition:grid-template-rows .24s,opacity .2s,margin .24s!important;display:grid!important}.dahon-fit-v2-panel.is-active .dahon-fit-v2-details{opacity:1!important;grid-template-rows:1fr!important;margin-top:22px!important}.dahon-fit-v2-details>*{overflow:hidden!important}.dahon-fit-v2-details p{color:#101613a8!important;margin:0!important;font-size:15px!important;line-height:1.5!important}.dahon-fit-v2-details em{color:#176f49!important;margin-top:15px!important;font-size:12px!important;font-style:normal!important;font-weight:850!important;line-height:1.35!important;display:block!important}.dahon-fit-v2-details a{color:#fff!important;background:#176f49!important;justify-content:center!important;align-items:center!important;width:fit-content!important;min-height:42px!important;margin-top:22px!important;padding:0 18px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.dahon-fit-v2-mobile{display:none!important}@media (max-width:980px){.dahon-fit-v2{margin:58px 0 68px!important}.dahon-fit-v2-head{width:min(100% - 32px,1180px)!important}.dahon-fit-v2-head h2{font-size:clamp(38px,9vw,58px)!important}.dahon-fit-v2-scene{display:none!important}.dahon-fit-v2-mobile{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;width:min(100% - 32px,1180px)!important;margin:0 auto!important;display:grid!important}.dahon-fit-v2-mobile-card{color:#101613!important;background:#fff!important;border-radius:24px!important;text-decoration:none!important;display:block!important;overflow:hidden!important;box-shadow:0 18px 44px #101a1214!important}.dahon-fit-v2-mobile-media{background:#dfe7dc!important;height:220px!important;overflow:hidden!important}.dahon-fit-v2-mobile-media img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.dahon-fit-v2-mobile-media span{color:#157047!important;place-items:center!important;height:100%!important;font-size:13px!important;font-weight:900!important;display:grid!important}.dahon-fit-v2-mobile-body{padding:22px!important}.dahon-fit-v2-mobile-body>span{color:#157047!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;line-height:1!important}.dahon-fit-v2-mobile-body strong{color:#101613!important;letter-spacing:-.045em!important;margin-top:12px!important;font-size:24px!important;font-weight:850!important;line-height:1!important;display:block!important}.dahon-fit-v2-mobile-body p{color:#1016139e!important;margin:12px 0 0!important;font-size:14px!important;line-height:1.45!important}.dahon-fit-v2-mobile-body em{color:#157047!important;margin-top:12px!important;font-size:12px!important;font-style:normal!important;font-weight:850!important;line-height:1.35!important;display:block!important}.dahon-fit-v2-mobile-body small{color:#157047!important;margin-top:18px!important;font-size:12px!important;font-weight:900!important;display:inline-block!important}}@media (max-width:560px){.dahon-fit-v2-mobile{grid-template-columns:1fr!important;width:min(100% - 24px,1180px)!important}.dahon-fit-v2-mobile-media{height:210px!important}}.dahon-fit-v3{width:100%!important;margin:78px 0 92px!important}.dahon-fit-v3-head h2{color:#101613!important;letter-spacing:-.07em!important;max-width:900px!important;margin:0!important;font-size:clamp(48px,5.2vw,84px)!important;font-weight:850!important;line-height:.92!important}.dahon-fit-v3-head p:not(.dahon-lab-kicker){color:#1016139e!important;max-width:760px!important;margin:22px 0 0!important;font-size:19px!important;line-height:1.55!important}.dahon-fit-v3-scene{isolation:isolate!important;background:#0a120d!important;width:100vw!important;height:660px!important;margin-left:calc(50% - 50vw)!important;position:relative!important;overflow:hidden!important}.dahon-fit-v3-bg{z-index:0!important;filter:saturate(.96)contrast(1.04)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;transition:background-image .16s,transform .65s!important;position:absolute!important;inset:0!important;transform:scale(1.01)!important}.dahon-fit-v3-scene:hover .dahon-fit-v3-bg{transform:scale(1.035)!important}.dahon-fit-v3-shade{z-index:1!important;pointer-events:none!important;background:linear-gradient(#030a061a 0%,#030a0640 48%,#030a069e 100%),linear-gradient(90deg,#030a063d,#030a060a,#030a063d)!important;position:absolute!important;inset:0!important}.dahon-fit-v3-empty{z-index:2!important;color:#ffffffb8!important;letter-spacing:.12em!important;text-transform:uppercase!important;place-items:center!important;font-size:13px!important;font-weight:850!important;display:grid!important;position:absolute!important;inset:0!important}.dahon-fit-v3-lines{z-index:3!important;pointer-events:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important;position:absolute!important;inset:0!important}.dahon-fit-v3-lines span{border-right:1px solid #ffffff3d!important}.dahon-fit-v3-lines span:last-child{border-right:0!important}.dahon-fit-v3-card{z-index:5!important;color:#101613!important;background:#fffffff5!important;min-height:232px!important;padding:30px 32px 28px!important;transition:left .12s!important;position:absolute!important;bottom:96px!important;box-shadow:0 -18px 44px #0000001a!important}.dahon-fit-v3-card span{color:#176f49!important;letter-spacing:.14em!important;text-transform:uppercase!important;margin-bottom:14px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:block!important}.dahon-fit-v3-card h3{color:#101613!important;letter-spacing:-.055em!important;margin:0!important;font-size:30px!important;font-weight:850!important;line-height:.98!important}.dahon-fit-v3-card p{color:#101613a8!important;margin:16px 0 0!important;font-size:15px!important;line-height:1.5!important}.dahon-fit-v3-card em{color:#176f49!important;margin-top:14px!important;font-size:12px!important;font-style:normal!important;font-weight:850!important;line-height:1.35!important;display:block!important}.dahon-fit-v3-card a{color:#fff!important;background:#176f49!important;justify-content:center!important;align-items:center!important;width:fit-content!important;min-height:42px!important;margin-top:20px!important;padding:0 18px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.dahon-fit-v3-labels{z-index:6!important;pointer-events:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;height:96px!important;display:grid!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.dahon-fit-v3-label{color:#fff!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#080f0b94!important;border-top:1px solid #ffffff24!important;border-right:1px solid #ffffff2e!important;justify-content:center!important;align-items:center!important;gap:14px!important;height:96px!important;padding:0 24px!important;transition:background .18s!important;display:flex!important}.dahon-fit-v3-label:last-child{border-right:0!important}.dahon-fit-v3-label.is-active{background:#080f0bc7!important}.dahon-fit-v3-label span{color:#ffffffa3!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;line-height:1!important}.dahon-fit-v3-label strong{color:#fff!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-align:center!important;font-size:18px!important;font-weight:900!important;line-height:1.05!important}.dahon-fit-v3-mobile{display:none!important}@media (max-width:980px){.dahon-fit-v3{margin:58px 0 68px!important}.dahon-fit-v3-head{width:min(100% - 32px,1180px)!important}.dahon-fit-v3-head h2{font-size:clamp(38px,9vw,58px)!important}.dahon-fit-v3-scene{display:none!important}.dahon-fit-v3-mobile{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;width:min(100% - 32px,1180px)!important;margin:0 auto!important;display:grid!important}.dahon-fit-v3-mobile-card{color:#101613!important;background:#fff!important;border-radius:24px!important;text-decoration:none!important;display:block!important;overflow:hidden!important;box-shadow:0 18px 44px #101a1214!important}.dahon-fit-v3-mobile-media{background:#dfe7dc!important;height:220px!important;overflow:hidden!important}.dahon-fit-v3-mobile-media img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.dahon-fit-v3-mobile-media span{color:#157047!important;place-items:center!important;height:100%!important;font-size:13px!important;font-weight:900!important;display:grid!important}.dahon-fit-v3-mobile-body{padding:22px!important}.dahon-fit-v3-mobile-body>span{color:#157047!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;line-height:1!important}.dahon-fit-v3-mobile-body strong{color:#101613!important;letter-spacing:-.045em!important;margin-top:12px!important;font-size:24px!important;font-weight:850!important;line-height:1!important;display:block!important}.dahon-fit-v3-mobile-body p{color:#1016139e!important;margin:12px 0 0!important;font-size:14px!important;line-height:1.45!important}.dahon-fit-v3-mobile-body em{color:#157047!important;margin-top:12px!important;font-size:12px!important;font-style:normal!important;font-weight:850!important;line-height:1.35!important;display:block!important}.dahon-fit-v3-mobile-body small{color:#157047!important;margin-top:18px!important;font-size:12px!important;font-weight:900!important;display:inline-block!important}}@media (max-width:560px){.dahon-fit-v3-mobile{grid-template-columns:1fr!important;width:min(100% - 24px,1180px)!important}.dahon-fit-v3-mobile-media{height:210px!important}}@media (max-width:1280px){.dahon-fit-v3-scene{height:clamp(660px,76svh,800px)!important;min-height:660px!important}.dahon-fit-v3-card{min-height:250px!important}.dahon-fit-v3-label strong{letter-spacing:.06em!important;font-size:17px!important}}@media (max-width:980px){.dahon-fit-v3{margin:68px 0 76px!important}.dahon-fit-v3-head{width:min(100% - 32px,1180px)!important;margin-bottom:26px!important}.dahon-fit-v3-head h2{font-size:clamp(38px,9vw,58px)!important}.dahon-fit-v3-head p:not(.dahon-lab-kicker){font-size:16px!important;line-height:1.5!important}.dahon-fit-v3-scene{display:none!important}.dahon-fit-v3-mobile{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:14px!important;width:100%!important;margin:0!important;padding:0 16px 12px!important;display:flex!important;overflow:auto hidden!important}.dahon-fit-v3-mobile::-webkit-scrollbar{display:none!important}.dahon-fit-v3-mobile-card{scroll-snap-align:start!important;color:#101613!important;background:#fff!important;border-radius:24px!important;flex:0 0 min(82vw,420px)!important;text-decoration:none!important;display:block!important;overflow:hidden!important;box-shadow:0 18px 44px #101a1214!important}.dahon-fit-v3-mobile-media{background:#dfe7dc!important;height:260px!important;overflow:hidden!important}.dahon-fit-v3-mobile-media img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.dahon-fit-v3-mobile-body{padding:24px!important}.dahon-fit-v3-mobile-body strong{font-size:28px!important}}@media (max-width:560px){.dahon-fit-v3-mobile{padding-left:12px!important;padding-right:12px!important}.dahon-fit-v3-mobile-card{border-radius:22px!important;flex-basis:86vw!important}.dahon-fit-v3-mobile-media{height:220px!important}.dahon-fit-v3-mobile-body{padding:22px!important}.dahon-fit-v3-mobile-body strong{font-size:25px!important}}.dahon-fit-v3{margin:96px 0 110px!important}.dahon-fit-v3-head{width:min(100% - 72px,1180px)!important;margin:0 auto 38px!important}.dahon-fit-v3-scene{height:clamp(720px,78svh,880px)!important;min-height:720px!important}.dahon-fit-v3-bg{background-position:50%!important;background-size:cover!important}.dahon-fit-v3-labels{height:110px!important}.dahon-fit-v3-label{height:110px!important;padding:0 28px!important}.dahon-fit-v3-label strong{font-size:19px!important}.dahon-fit-v3-card{min-height:260px!important;padding:34px 34px 30px!important;bottom:110px!important}@media (max-width:1280px){.dahon-fit-v3-scene{height:clamp(660px,76svh,800px)!important;min-height:660px!important}.dahon-fit-v3-card{min-height:250px!important}.dahon-fit-v3-label strong{letter-spacing:.06em!important;font-size:17px!important}}@media (max-width:980px){.dahon-fit-v3{margin:68px 0 76px!important}.dahon-fit-v3-head{width:min(100% - 32px,1180px)!important;margin-bottom:26px!important}.dahon-fit-v3-head h2{font-size:clamp(38px,9vw,58px)!important}.dahon-fit-v3-head p:not(.dahon-lab-kicker){font-size:16px!important;line-height:1.5!important}.dahon-fit-v3-scene{display:none!important}.dahon-fit-v3-mobile{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:14px!important;width:100%!important;margin:0!important;padding:0 16px 12px!important;display:flex!important;overflow:auto hidden!important}.dahon-fit-v3-mobile::-webkit-scrollbar{display:none!important}.dahon-fit-v3-mobile-card{scroll-snap-align:start!important;color:#101613!important;background:#fff!important;border-radius:24px!important;flex:0 0 min(82vw,420px)!important;text-decoration:none!important;display:block!important;overflow:hidden!important;box-shadow:0 18px 44px #101a1214!important}.dahon-fit-v3-mobile-media{background:#dfe7dc!important;height:260px!important;overflow:hidden!important}.dahon-fit-v3-mobile-media img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.dahon-fit-v3-mobile-body{padding:24px!important}.dahon-fit-v3-mobile-body strong{font-size:28px!important}}@media (max-width:560px){.dahon-fit-v3-mobile{padding-left:12px!important;padding-right:12px!important}.dahon-fit-v3-mobile-card{border-radius:22px!important;flex-basis:86vw!important}.dahon-fit-v3-mobile-media{height:220px!important}.dahon-fit-v3-mobile-body{padding:22px!important}.dahon-fit-v3-mobile-body strong{font-size:25px!important}}main.dahon-lab .dahon-fit-v3{margin:96px 0 120px!important}main.dahon-lab .dahon-fit-v3-scene{width:100vw!important;height:84svh!important;min-height:820px!important;max-height:960px!important;margin-left:calc(50% - 50vw)!important}main.dahon-lab .dahon-fit-v3-bg{background-position:50%!important;background-size:cover!important}main.dahon-lab .dahon-fit-v3-labels,main.dahon-lab .dahon-fit-v3-label{height:112px!important}main.dahon-lab .dahon-fit-v3-card{min-height:280px!important;padding:38px 36px 34px!important;bottom:112px!important}@media (max-width:1440px){main.dahon-lab .dahon-fit-v3-scene{height:82svh!important;min-height:760px!important;max-height:900px!important}}@media (max-width:1100px){main.dahon-lab .dahon-fit-v3-scene{height:76svh!important;min-height:680px!important}}@media (max-width:980px){main.dahon-lab .dahon-fit-v3-scene{display:none!important}}.dahon-lab-product-media{overflow:hidden!important}.dahon-lab-product-media img{object-fit:contain!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.dahon-lab-product-media span{color:#176f49!important;letter-spacing:.16em!important;place-items:center!important;width:100%!important;height:100%!important;font-size:13px!important;font-weight:900!important;line-height:1!important;display:grid!important}main.dahon-lab h2,main.dahon-lab .dahon-fit-v3-head h2,main.dahon-lab .dahon-editable-section-head h2,main.dahon-lab .dahon-lab-section-head h2,main.dahon-lab .dahon-brand-rich h2,main.dahon-lab .dahon-final-rich h2{color:#101613!important}main.dahon-lab .dahon-lab-kicker,main.dahon-lab p.dahon-lab-kicker,main.dahon-lab section p.dahon-lab-kicker{color:#176f49!important}.dahon-deltech-section{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;align-items:stretch!important;gap:22px!important;width:min(100% - 56px,1180px)!important;margin:36px auto 72px!important;display:grid!important}.dahon-deltech-copy{background:#fff!important;border-radius:0!important;flex-direction:column!important;justify-content:center!important;min-height:520px!important;padding:54px 54px 48px!important;display:flex!important;box-shadow:0 18px 48px #121d1514!important}.dahon-deltech-copy h2{color:#101613!important;letter-spacing:-.07em!important;max-width:620px!important;margin:0!important;font-size:clamp(42px,4.5vw,68px)!important;font-weight:850!important;line-height:.94!important}.dahon-deltech-copy>p:not(.dahon-lab-kicker){color:#101613a3!important;max-width:620px!important;margin:24px 0 0!important;font-size:17px!important;line-height:1.55!important}.dahon-deltech-points{grid-template-columns:1fr!important;gap:10px!important;margin-top:34px!important;display:grid!important}.dahon-deltech-points article{background:#f3f7f1!important;border:1px solid #176f491a!important;padding:18px 18px 16px!important}.dahon-deltech-points span{color:#176f49!important;letter-spacing:.12em!important;margin-bottom:8px!important;font-size:11px!important;font-weight:900!important;line-height:1!important;display:block!important}.dahon-deltech-points strong{color:#101613!important;letter-spacing:-.035em!important;font-size:17px!important;font-weight:850!important;line-height:1.1!important;display:block!important}.dahon-deltech-points p{color:#10161399!important;margin:7px 0 0!important;font-size:13px!important;line-height:1.35!important}.dahon-deltech-video-card{background:#f6f8f5!important;min-height:520px!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 48px #121d1514!important}.dahon-deltech-video-card video{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}@media (max-width:980px){.dahon-deltech-section{grid-template-columns:1fr!important;width:min(100% - 32px,1180px)!important;margin:46px auto 58px!important}.dahon-deltech-copy{min-height:0!important;padding:38px 32px!important}.dahon-deltech-video-card{min-height:360px!important}}@media (max-width:560px){.dahon-deltech-section{gap:12px!important;width:min(100% - 24px,1180px)!important}.dahon-deltech-copy{padding:30px 24px!important}.dahon-deltech-copy h2{font-size:36px!important}.dahon-deltech-video-card{min-height:280px!important}}.dahon-deltech-wide{background:#fff!important;width:min(100% - 56px,1280px)!important;margin:42px auto 78px!important;padding:0!important;overflow:hidden!important;box-shadow:0 18px 48px #121d1514!important}.dahon-deltech-wide-head{padding:62px 64px 38px!important}.dahon-deltech-wide-head h2{color:#101613!important;letter-spacing:-.07em!important;max-width:900px!important;margin:0!important;font-size:clamp(44px,5vw,78px)!important;font-weight:850!important;line-height:.92!important}.dahon-deltech-wide-head>p:not(.dahon-lab-kicker){color:#101613a3!important;max-width:760px!important;margin:24px 0 0!important;font-size:18px!important;line-height:1.55!important}.dahon-deltech-wide-video{aspect-ratio:16/7!important;background:#f6f8f5!important;width:100%!important;min-height:420px!important;max-height:620px!important;overflow:hidden!important}.dahon-deltech-wide-video video{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.dahon-deltech-wide-points{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;padding:28px 64px 56px!important;display:grid!important}.dahon-deltech-wide-points article{background:#f3f7f1!important;border:1px solid #176f491a!important;min-height:132px!important;padding:24px 24px 22px!important}.dahon-deltech-wide-points span{color:#176f49!important;letter-spacing:.12em!important;margin-bottom:12px!important;font-size:11px!important;font-weight:900!important;line-height:1!important;display:block!important}.dahon-deltech-wide-points strong{color:#101613!important;letter-spacing:-.04em!important;font-size:20px!important;font-weight:850!important;line-height:1.08!important;display:block!important}.dahon-deltech-wide-points p{color:#10161399!important;margin:10px 0 0!important;font-size:14px!important;line-height:1.4!important}@media (max-width:980px){.dahon-deltech-wide{width:min(100% - 32px,1280px)!important;margin:42px auto 62px!important}.dahon-deltech-wide-head{padding:42px 34px 28px!important}.dahon-deltech-wide-video{aspect-ratio:16/10!important;min-height:320px!important}.dahon-deltech-wide-points{grid-template-columns:1fr!important;padding:24px 34px 40px!important}}@media (max-width:560px){.dahon-deltech-wide{width:min(100% - 24px,1280px)!important}.dahon-deltech-wide-head{padding:32px 24px 24px!important}.dahon-deltech-wide-head h2{font-size:36px!important}.dahon-deltech-wide-head>p:not(.dahon-lab-kicker){font-size:15px!important}.dahon-deltech-wide-video{aspect-ratio:4/3!important;min-height:260px!important}.dahon-deltech-wide-points{padding:20px 24px 32px!important}}main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich,main.dahon-lab .dahon-final-rich{background:#fff!important;width:min(100% - 56px,1180px)!important;margin-left:auto!important;margin-right:auto!important;box-shadow:0 18px 48px #121d1512!important}main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich{margin-top:28px!important;margin-bottom:28px!important;padding:56px!important}main.dahon-lab .dahon-final-rich{margin-top:32px!important;margin-bottom:72px!important;padding:46px 56px!important}main.dahon-lab .dahon-deltech-wide{width:min(100% - 56px,1180px)!important;margin-top:34px!important;margin-bottom:34px!important}@media (max-width:980px){main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich,main.dahon-lab .dahon-final-rich,main.dahon-lab .dahon-deltech-wide{width:min(100% - 32px,1180px)!important}main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich{padding:38px 34px!important}main.dahon-lab .dahon-final-rich{padding:36px 34px!important}}@media (max-width:560px){main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich,main.dahon-lab .dahon-final-rich,main.dahon-lab .dahon-deltech-wide{width:min(100% - 24px,1180px)!important}main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich,main.dahon-lab .dahon-final-rich{padding:30px 24px!important}}@media (max-width:980px){main.dahon-lab .dahon-fold-showcase{margin:36px 0 42px!important}main.dahon-lab .dahon-fold-showcase-sticky{width:min(100% - 32px,1180px)!important;padding:40px 34px 36px!important}main.dahon-lab .dahon-fold-showcase-head{text-align:left!important;margin-left:0!important;margin-right:0!important}main.dahon-lab .dahon-fold-showcase-body{grid-template-columns:1fr!important;gap:18px!important}main.dahon-lab .dahon-fold-showcase-visual{min-height:330px!important;max-height:none!important}main.dahon-lab .dahon-fold-showcase-visual img{max-height:300px!important}main.dahon-lab .dahon-fold-showcase-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:560px){main.dahon-lab .dahon-fold-showcase{margin:28px 0 34px!important}main.dahon-lab .dahon-fold-showcase-sticky{width:min(100% - 24px,1180px)!important;padding:30px 22px 28px!important}main.dahon-lab .dahon-fold-showcase-head h2{font-size:34px!important;line-height:.98!important}main.dahon-lab .dahon-fold-showcase-head p:not(.dahon-lab-kicker){font-size:14px!important}main.dahon-lab .dahon-fold-showcase-visual{min-height:260px!important;padding:14px!important}main.dahon-lab .dahon-fold-showcase-visual img{max-height:220px!important}main.dahon-lab .dahon-fold-showcase-meter{min-width:78px!important;padding:10px 11px!important;bottom:12px!important;right:12px!important}main.dahon-lab .dahon-fold-showcase-steps{grid-template-columns:1fr!important}main.dahon-lab .dahon-fold-showcase-steps article{padding:16px 17px 15px!important}}main.dahon-lab .dahon-fold-showcase{width:100%!important;min-height:280svh!important;margin:44px 0 56px!important;position:relative!important}main.dahon-lab .dahon-fold-showcase-sticky{background:#fff!important;flex-direction:column!important;justify-content:center!important;width:min(100% - 56px,1180px)!important;min-height:calc(100svh - 112px)!important;margin:0 auto!important;padding:42px 52px 38px!important;display:flex!important;position:sticky!important;top:82px!important;box-shadow:0 18px 48px #121d1512!important}main.dahon-lab .dahon-fold-showcase-head{text-align:center!important;max-width:760px!important;margin:0 auto 28px!important}main.dahon-lab .dahon-fold-showcase-head h2{color:#101613!important;letter-spacing:-.065em!important;margin:0!important;font-size:clamp(36px,3.8vw,56px)!important;font-weight:850!important;line-height:.96!important}main.dahon-lab .dahon-fold-showcase-head p:not(.dahon-lab-kicker){color:#1016139e!important;max-width:620px!important;margin:14px auto 0!important;font-size:15px!important;line-height:1.48!important}main.dahon-lab .dahon-fold-showcase-body{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)!important;align-items:stretch!important;gap:24px!important;display:grid!important}main.dahon-lab .dahon-fold-showcase-visual{background:#f5f8f3!important;border:1px solid #176f4917!important;justify-content:center!important;align-items:center!important;min-height:340px!important;max-height:430px!important;padding:24px!important;display:flex!important;position:relative!important;overflow:hidden!important}main.dahon-lab .dahon-fold-showcase-visual img{object-fit:contain!important;object-position:center center!important;width:100%!important;height:100%!important;max-height:330px!important;display:block!important}main.dahon-lab .dahon-fold-showcase-meter{text-align:center!important;z-index:3!important;background:#fffffff0!important;border:1px solid #176f491f!important;min-width:88px!important;padding:12px 14px!important;position:absolute!important;bottom:18px!important;right:18px!important}main.dahon-lab .dahon-fold-showcase-meter strong{color:#176f49!important;font-size:19px!important;font-weight:900!important;line-height:1!important;display:block!important}main.dahon-lab .dahon-fold-showcase-meter span{color:#10161394!important;margin-top:5px!important;font-size:10px!important;font-weight:800!important;line-height:1.15!important;display:block!important}main.dahon-lab .dahon-fold-showcase-steps{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}main.dahon-lab .dahon-fold-showcase-steps article{opacity:.82!important;background:#f3f7f1!important;border:1px solid #176f491a!important;min-height:0!important;padding:17px 19px 16px!important;transition:opacity .18s,background .18s,border-color .18s!important}main.dahon-lab .dahon-fold-showcase-steps article.is-active{opacity:1!important;background:#fff!important;border-color:#176f493d!important}main.dahon-lab .dahon-fold-showcase-steps article span{color:#176f49!important;letter-spacing:.12em!important;margin-bottom:7px!important;font-size:11px!important;font-weight:900!important;line-height:1!important;display:block!important}main.dahon-lab .dahon-fold-showcase-steps article strong{color:#101613!important;letter-spacing:-.035em!important;font-size:16px!important;font-weight:850!important;line-height:1.08!important;display:block!important}main.dahon-lab .dahon-fold-showcase-steps article p{color:#10161399!important;margin:7px 0 0!important;font-size:12px!important;line-height:1.34!important}main.dahon-lab .dahon-fold-showcase-progress{background:#176f491f!important;height:4px!important;margin-top:24px!important;overflow:hidden!important}main.dahon-lab .dahon-fold-showcase-progress span{background:#176f49!important;height:100%!important;display:block!important}@media (max-width:980px){main.dahon-lab .dahon-fold-showcase{min-height:auto!important;margin:36px 0 42px!important}main.dahon-lab .dahon-fold-showcase-sticky{width:min(100% - 32px,1180px)!important;min-height:0!important;padding:40px 34px 36px!important;position:relative!important;top:auto!important}main.dahon-lab .dahon-fold-showcase-head{text-align:left!important;margin-left:0!important;margin-right:0!important}main.dahon-lab .dahon-fold-showcase-body{grid-template-columns:1fr!important;gap:18px!important}main.dahon-lab .dahon-fold-showcase-visual{min-height:330px!important;max-height:none!important}main.dahon-lab .dahon-fold-showcase-visual img{max-height:300px!important}main.dahon-lab .dahon-fold-showcase-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:560px){main.dahon-lab .dahon-fold-showcase{min-height:auto!important;margin:28px 0 34px!important}main.dahon-lab .dahon-fold-showcase-sticky{width:min(100% - 24px,1180px)!important;padding:30px 22px 28px!important;position:relative!important;top:auto!important}main.dahon-lab .dahon-fold-showcase-head h2{font-size:34px!important;line-height:.98!important}main.dahon-lab .dahon-fold-showcase-visual{min-height:260px!important;padding:14px!important}main.dahon-lab .dahon-fold-showcase-visual img{max-height:220px!important}main.dahon-lab .dahon-fold-showcase-steps{grid-template-columns:1fr!important}}main.dahon-lab .dahon-fold-showcase-sticky{justify-content:center!important;min-height:calc(100svh - 92px)!important;padding-top:34px!important;padding-bottom:30px!important;top:72px!important}main.dahon-lab .dahon-fold-showcase-head{margin-bottom:22px!important}main.dahon-lab .dahon-fold-showcase-head h2{font-size:clamp(34px,3.4vw,50px)!important}main.dahon-lab .dahon-fold-showcase-head p:not(.dahon-lab-kicker){margin-top:10px!important;font-size:14px!important;line-height:1.42!important}main.dahon-lab .dahon-fold-showcase-body{grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr)!important;gap:22px!important}main.dahon-lab .dahon-fold-showcase-visual{min-height:300px!important;max-height:370px!important;padding:20px!important}main.dahon-lab .dahon-fold-showcase-steps{gap:8px!important}main.dahon-lab .dahon-fold-showcase-steps article{padding:13px 16px 12px!important}main.dahon-lab .dahon-fold-showcase-steps article span{margin-bottom:5px!important;font-size:10px!important}main.dahon-lab .dahon-fold-showcase-steps article strong{font-size:15px!important;line-height:1.05!important}main.dahon-lab .dahon-fold-showcase-steps article p{margin-top:5px!important;font-size:11.5px!important;line-height:1.28!important}main.dahon-lab .dahon-fold-showcase-progress{margin-top:18px!important}@media (max-width:980px){main.dahon-lab .dahon-fold-showcase{min-height:auto!important}main.dahon-lab .dahon-fold-showcase-sticky{justify-content:flex-start!important;min-height:0!important;position:relative!important;top:auto!important}main.dahon-lab .dahon-fold-showcase{width:100%!important;height:auto!important;min-height:0!important;margin:28px 0 34px!important;position:relative!important}main.dahon-lab .dahon-fold-showcase-sticky{background:#fff!important;width:min(100% - 24px,1180px)!important;height:auto!important;min-height:0!important;margin:0 auto!important;padding:28px 20px 24px!important;display:block!important;position:relative!important;top:auto!important;box-shadow:0 14px 34px #121d1512!important}main.dahon-lab .dahon-fold-showcase-head{text-align:left!important;max-width:none!important;margin:0 0 18px!important}main.dahon-lab .dahon-fold-showcase-head h2{color:#101613!important;letter-spacing:-.06em!important;max-width:100%!important;margin:0!important;font-size:32px!important;line-height:.98!important}main.dahon-lab .dahon-fold-showcase-head p:not(.dahon-lab-kicker){max-width:none!important;margin:12px 0 0!important;font-size:14px!important;line-height:1.45!important}main.dahon-lab .dahon-fold-showcase-body{display:block!important}main.dahon-lab .dahon-fold-showcase-visual{background:#f5f8f3!important;border:1px solid #176f4917!important;height:auto!important;min-height:0!important;max-height:none!important;padding:14px!important}main.dahon-lab .dahon-fold-showcase-visual img{object-fit:contain!important;width:100%!important;height:auto!important;max-height:none!important;display:block!important}main.dahon-lab .dahon-fold-showcase-meter,main.dahon-lab .dahon-fold-showcase-progress{display:none!important}main.dahon-lab .dahon-fold-showcase-steps{grid-template-columns:1fr!important;gap:8px!important;margin-top:14px!important;display:grid!important}main.dahon-lab .dahon-fold-showcase-steps article{opacity:1!important;background:#f3f7f1!important;border:1px solid #176f491a!important;padding:14px 15px 13px!important}main.dahon-lab .dahon-fold-showcase-steps article.is-active{background:#f3f7f1!important;border-color:#176f491a!important}main.dahon-lab .dahon-fold-showcase-steps article span{color:#176f49!important;letter-spacing:.12em!important;margin-bottom:6px!important;font-size:10px!important;font-weight:900!important;line-height:1!important}main.dahon-lab .dahon-fold-showcase-steps article strong{color:#101613!important;font-size:16px!important;font-weight:850!important;line-height:1.08!important}main.dahon-lab .dahon-fold-showcase-steps article p{color:#10161394!important;margin-top:6px!important;font-size:12px!important;line-height:1.35!important}}@media (max-width:560px){main.dahon-lab .dahon-fold-showcase-head h2{font-size:30px!important}main.dahon-lab .dahon-fold-showcase-sticky{padding:24px 18px 22px!important}main.dahon-lab .dahon-fold-showcase-visual{padding:10px!important}}main.dahon-lab .dahon-editable-grid article{flex-direction:column!important;justify-content:flex-start!important;min-height:220px!important;padding:28px 26px 26px!important;display:flex!important;position:relative!important}main.dahon-lab .dahon-editable-icon{background:#176f4914!important;border:1px solid #176f4924!important;place-items:center!important;width:48px!important;height:48px!important;margin-bottom:28px!important;display:grid!important}main.dahon-lab .dahon-editable-icon svg{width:28px!important;height:28px!important;display:block!important}main.dahon-lab .dahon-editable-icon svg path{fill:none!important;stroke:#176f49!important;stroke-width:1.8px!important;stroke-linecap:round!important;stroke-linejoin:round!important}main.dahon-lab .dahon-editable-grid article strong{letter-spacing:-.05em!important;font-size:30px!important;line-height:1.04!important}main.dahon-lab .dahon-editable-grid article p{max-width:250px!important;margin-top:16px!important}@media (max-width:980px){main.dahon-lab .dahon-editable-grid article{min-height:0!important}main.dahon-lab .dahon-editable-icon{margin-bottom:20px!important}}@media (max-width:560px){main.dahon-lab .dahon-editable-grid article{padding:22px 20px!important}main.dahon-lab .dahon-editable-icon{width:42px!important;height:42px!important;margin-bottom:18px!important}main.dahon-lab .dahon-editable-grid article strong{font-size:24px!important}}main.dahon-lab .dahon-fold-showcase{min-height:240svh!important;margin-bottom:40px!important}@media (max-width:980px){main.dahon-lab .dahon-fold-showcase{height:auto!important;min-height:0!important}}main.dahon-lab .dahon-deltech-wide-video{background:#eef3ee!important;min-height:360px!important;max-height:500px!important;position:relative!important}main.dahon-lab .dahon-deltech-wide-video:after{content:"DELTECH"!important;z-index:2!important;color:#10161357!important;letter-spacing:.2em!important;font-size:13px!important;font-weight:900!important;line-height:1!important;position:absolute!important;bottom:24px!important;left:28px!important}main.dahon-lab .dahon-deltech-wide-video video{object-fit:cover!important;object-position:center center!important;filter:contrast(1.12)saturate(.92)brightness(.9)!important}main.dahon-lab .dahon-brand-rich.has-image{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;align-items:stretch!important;gap:28px!important;padding:0!important;display:grid!important;overflow:hidden!important}main.dahon-lab .dahon-brand-rich-copy{flex-direction:column!important;justify-content:center!important;padding:56px!important;display:flex!important}main.dahon-lab .dahon-brand-rich-copy h2{color:#101613!important}main.dahon-lab .dahon-brand-rich-copy>p:not(.dahon-lab-kicker){max-width:560px!important}main.dahon-lab .dahon-brand-rich-copy a{width:fit-content!important;margin-top:28px!important}main.dahon-lab .dahon-brand-rich-media{background:#edf3eb!important;min-height:420px!important;overflow:hidden!important}main.dahon-lab .dahon-brand-rich-media img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}main.dahon-lab .dahon-editable-grid article{min-height:210px!important}main.dahon-lab .dahon-editable-icon{margin-bottom:22px!important}main.dahon-lab .dahon-deltech-wide,main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich,main.dahon-lab .dahon-final-rich{width:min(100% - 56px,1180px)!important}@media (max-width:980px){main.dahon-lab .dahon-deltech-wide,main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich,main.dahon-lab .dahon-final-rich{width:min(100% - 32px,1180px)!important}main.dahon-lab .dahon-brand-rich.has-image{grid-template-columns:1fr!important}main.dahon-lab .dahon-brand-rich-copy{padding:38px 34px!important}main.dahon-lab .dahon-brand-rich-media{min-height:340px!important}main.dahon-lab .dahon-deltech-wide-video{min-height:300px!important}}@media (max-width:560px){main.dahon-lab .dahon-deltech-wide,main.dahon-lab .dahon-editable-section,main.dahon-lab .dahon-lab-section,main.dahon-lab .dahon-brand-rich,main.dahon-lab .dahon-final-rich{width:min(100% - 24px,1180px)!important}main.dahon-lab .dahon-brand-rich-copy{padding:30px 24px!important}main.dahon-lab .dahon-brand-rich-media{min-height:260px!important}main.dahon-lab .dahon-deltech-wide-video{min-height:240px!important}}main.dahon-lab .dahon-fold-showcase-visual{min-height:370px!important}main.dahon-lab .dahon-fold-showcase-visual img{max-height:350px!important}@media (max-width:980px){main.dahon-lab .dahon-fold-showcase-visual{min-height:0!important}main.dahon-lab .dahon-fold-showcase-visual img{max-height:none!important}}.product-v2-color-picker{margin-top:20px}.product-v2-color-picker>p{letter-spacing:.08em;text-transform:uppercase;color:#1118279e;margin:0 0 10px;font-size:13px;font-weight:700}.product-v2-color-picker>div{flex-wrap:wrap;gap:10px;display:flex}.product-v2-color-option{min-height:38px;color:inherit;background:#fff;border:1px solid #11182724;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;line-height:1.2;text-decoration:none;display:inline-flex}.product-v2-color-option.is-active{border-color:#111827;box-shadow:inset 0 0 0 1px #111827}.product-v2-color-option i{border:1px solid #11182729;border-radius:999px;flex:none;width:18px;height:18px;display:block}.product-v2-lifestyle-gallery{width:min(1180px,100% - 32px);margin:34px auto 0}.product-v2-lifestyle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.product-v2-lifestyle-grid figure{background:#f4f4f4;border-radius:24px;min-height:260px;margin:0;overflow:hidden}.product-v2-lifestyle-grid img{object-fit:cover;width:100%;height:100%;min-height:260px;display:block}@media (max-width:900px){.product-v2-lifestyle-grid{grid-template-columns:1fr}.product-v2-lifestyle-grid figure,.product-v2-lifestyle-grid img{min-height:220px}}.product-v2-color-option,.product-v2-color-option span{color:#111827!important}.product-v2-color-option:hover{background:#f7f7f7;border-color:#111827}.product-v2-color-option.is-active{background:#fff;border-color:#111827;box-shadow:inset 0 0 0 1px #111827;color:#111827!important}.product-v2-buybox-dahon .add-to-cart-button,.product-v2-buybox-dahon button[type=button]{color:#fff;background:#0f6b3d;border-color:#0f6b3d}.product-v2-buybox-dahon .add-to-cart-button:hover,.product-v2-buybox-dahon button[type=button]:hover{background:#0b5631;border-color:#0b5631}.product-v2-buybox-dahon .product-v2-color-picker{margin-bottom:18px}.product-v2-buybox-dahon .product-v2-actions,.product-v2-buybox-dahon .product-v2-color-picker+.product-v2-actions{margin-top:18px}@media (max-width:640px){.dahon-product-page{background:#eef2f5}.dahon-product-page .product-v2-hero{gap:10px}.product-v2-gallery-dahon{border-radius:16px;padding:8px}.product-v2-gallery-dahon .electra-product-gallery{gap:8px}.product-v2-gallery-dahon .electra-product-gallery-main{border-radius:14px;min-height:0}.product-v2-gallery-dahon .electra-product-gallery-main img{object-fit:contain;max-height:280px}.product-v2-gallery-dahon .electra-product-gallery-thumbs{gap:6px;padding-top:6px}.product-v2-gallery-dahon .electra-product-gallery-thumbs button{border-radius:9px;width:56px;height:42px}.product-v2-buybox-dahon{border-radius:16px;padding:18px}.product-v2-buybox-dahon h1{letter-spacing:-.05em;font-size:30px;line-height:.96}.product-v2-buybox-dahon .product-v2-lead{font-size:13px;line-height:1.45}.product-v2-key-specs-dahon{gap:8px}.product-v2-key-specs-dahon div{border-radius:9px;padding:10px}.product-v2-key-specs-dahon span{font-size:9px}.product-v2-key-specs-dahon strong{font-size:11px;line-height:1.25}.product-v2-color-picker{margin-top:16px;margin-bottom:18px}.product-v2-color-picker>div{gap:8px}.product-v2-color-option{min-height:32px;padding:7px 12px;font-size:12px;font-weight:700}.product-v2-color-option i{width:14px;height:14px}.product-v2-actions{gap:10px}.product-v2-lifestyle-gallery{width:calc(100% - 24px);margin-top:18px}.product-v2-lifestyle-grid{gap:12px}.product-v2-lifestyle-grid figure,.product-v2-lifestyle-grid img{min-height:240px;max-height:320px}.product-v2-story,.product-v2-section,.product-v2-split,.product-v2-trust-row{border-radius:14px;width:calc(100% - 24px)}.product-v2-story h2,.product-v2-section h2,.product-v2-split h2{letter-spacing:-.055em;font-size:27px;line-height:.96}.product-v2-story p,.product-v2-split p,.product-v2-tech-card p{font-size:13px;line-height:1.45}}.product-lifestyle-slider{width:min(1180px,100% - 32px);margin:34px auto 0}.product-lifestyle-slider-main{grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:14px;display:grid}.product-lifestyle-slider-frame{background:#eef2f5;border-radius:24px;justify-content:center;align-items:center;height:min(54vw,560px);min-height:360px;margin:0;display:flex;overflow:hidden}.product-lifestyle-slider-frame img{object-fit:contain;width:100%;height:100%;display:block}.product-lifestyle-slider-arrow{color:#111827;cursor:pointer;background:#fff;border:1px solid #11182729;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;font-size:34px;line-height:1;display:inline-flex;box-shadow:0 12px 28px #11182714}.product-lifestyle-slider-arrow:hover{color:#fff;background:#111827;border-color:#111827}.product-lifestyle-slider-thumbs{-webkit-overflow-scrolling:touch;justify-content:center;gap:8px;margin-top:12px;padding-bottom:4px;display:flex;overflow-x:auto}.product-lifestyle-slider-thumbs button{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;flex:none;width:82px;height:58px;padding:0;overflow:hidden}.product-lifestyle-slider-thumbs button.is-active{border-color:#00acba}.product-lifestyle-slider-thumbs img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:640px){.product-lifestyle-slider{width:calc(100% - 24px);margin-top:18px}.product-lifestyle-slider-main{display:block;position:relative}.product-lifestyle-slider-frame{border-radius:16px;height:320px;min-height:0}.product-lifestyle-slider-arrow{z-index:2;background:#ffffffeb;width:38px;height:38px;font-size:28px;position:absolute;top:50%;transform:translateY(-50%)}.product-lifestyle-slider-arrow.is-prev{left:10px}.product-lifestyle-slider-arrow.is-next{right:10px}.product-lifestyle-slider-thumbs{justify-content:flex-start;gap:6px;margin-top:8px}.product-lifestyle-slider-thumbs button{border-radius:9px;width:62px;height:44px}}.documents-page{color:#1f1f1f;background:#f7f5f2;min-height:100vh;padding:56px 20px 80px}.documents-hero,.documents-layout{max-width:1120px;margin:0 auto}.documents-hero{background:#fffdfb;border:1px solid #e8e1d8;border-radius:28px;padding:40px;box-shadow:0 20px 60px #372d2314}.documents-back-link{color:#00acba;font-size:14px;font-weight:700;text-decoration:none}.documents-kicker,.documents-label{color:#c49e72;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.documents-hero h1{max-width:860px;margin:18px 0;font-size:clamp(34px,5vw,64px);line-height:1.02}.documents-hero p{color:#5f5a54;max-width:780px;font-size:18px;line-height:1.65}.documents-layout{grid-template-columns:280px 1fr;gap:24px;margin-top:24px;display:grid}.documents-nav{background:#fffdfb;border:1px solid #e8e1d8;border-radius:24px;align-self:start;gap:8px;padding:20px;display:grid;position:sticky;top:96px}.documents-nav a{color:#333;border-radius:14px;padding:11px 12px;font-size:15px;font-weight:700;text-decoration:none}.documents-nav a:hover{color:#00acba;background:#f7f5f2}.documents-content{gap:18px;display:grid}.documents-card{background:#fffdfb;border:1px solid #e8e1d8;border-radius:24px;padding:28px}.documents-card h2{color:#c49e72;margin:0 0 14px;font-size:26px;line-height:1.2}.documents-card p{color:#5f5a54;margin:0;font-size:17px;line-height:1.65}@media (max-width:820px){.documents-page{padding:28px 14px 56px}.documents-hero{border-radius:22px;padding:28px 20px}.documents-layout{grid-template-columns:1fr}.documents-nav{position:static}.documents-card{border-radius:20px;padding:22px 18px}}.cookie-consent{z-index:1000;background:#fffdfbf5;border:1px solid #e8e1d8;border-radius:22px;grid-template-columns:1fr auto;align-items:center;gap:18px;width:calc(100% - 40px);max-width:920px;padding:18px 20px;display:grid;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 20px 70px #19140f2e}.cookie-consent strong{color:#1f1f1f;margin-bottom:6px;font-size:17px;display:block}.cookie-consent p{color:#5f5a54;margin:0;font-size:14px;line-height:1.5}.cookie-consent-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.cookie-consent-actions a{color:#00acba;white-space:nowrap;font-size:14px;font-weight:700;text-decoration:none}.cookie-consent-actions button{color:#fff;cursor:pointer;white-space:nowrap;background:#00acba;border:0;border-radius:999px;padding:11px 18px;font-size:14px;font-weight:800}@media (max-width:680px){.cookie-consent{grid-template-columns:1fr;align-items:stretch;width:calc(100% - 24px);padding:16px;bottom:12px}.cookie-consent-actions{justify-content:space-between}}.privacy-consent{color:#5f5a54;cursor:pointer;background:#f7f5f2b8;border:1px solid #e8e1d8;border-radius:16px;grid-column:1/-1;grid-template-columns:18px 1fr;align-items:flex-start;gap:10px;padding:12px 14px;line-height:1.45;display:grid}.privacy-consent input[type=checkbox]{accent-color:#00acba;appearance:auto;flex:none;width:16px;height:16px;min-height:16px;margin:2px 0 0;padding:0}.privacy-consent span{min-width:0;font-size:13px;display:block}.privacy-consent a{color:#00acba;font-weight:700;text-decoration:none}.privacy-consent a:hover{text-decoration:underline}.primary-button:disabled,.cart-form button:disabled,.contact-form button:disabled{cursor:not-allowed;opacity:.55}.woom-form .privacy-consent{margin-top:14px}:is(body:has(.wwow-page) .site-header,body:has(.wwow-page) .site-footer,body:has(.wwow-page) .dahon-header){display:none!important}html:has(.wwow-page){scroll-behavior:smooth}.wwow-page{--wwow-accent:#f0443e;--wwow-soft:#ffe5df;--wwow-ink:#24140f;--wwow-cream:#fff7ec;min-height:100vh;color:var(--wwow-ink);background:radial-gradient(circle at 12% 8%,#fff0b8 0,#0000 28%),radial-gradient(circle at 92% 14%,#dff5ff 0,#0000 30%),linear-gradient(#fffaf2 0%,#fff7ec 42%,#fff0df 100%);overflow:hidden}.wwow-page *{box-sizing:border-box}.wwow-side-nav{z-index:50;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffb8;border-radius:32px;flex-direction:column;gap:18px;width:196px;padding:18px;display:flex;position:fixed;top:24px;bottom:24px;right:24px;box-shadow:0 24px 70px #24140f1f}.wwow-side-logo{color:var(--wwow-ink);font-weight:900;line-height:.9;text-decoration:none}.wwow-side-logo strong{letter-spacing:-.08em;font-size:28px;display:block}.wwow-side-nav nav{gap:4px;display:grid}.wwow-side-nav nav a{color:#24140f94;border-radius:999px;grid-template-columns:28px 1fr;align-items:center;min-height:34px;padding:0 10px;font-size:13px;font-weight:800;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:grid}.wwow-side-nav nav a span{letter-spacing:.08em;font-size:10px}.wwow-side-nav nav a.is-active{background:var(--wwow-accent);color:#fff;transform:translate(-4px)}.wwow-side-cta,.wwow-mobile-cta{background:var(--wwow-ink);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:42px;margin-top:auto;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.wwow-mobile-cta{display:none}.wwow-kicker{color:var(--wwow-accent);letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:950}.wwow-hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:54px;min-height:100vh;padding:72px 260px 72px clamp(28px,7vw,126px);display:grid;position:relative}.wwow-hero-bg{pointer-events:none;position:absolute;inset:0}.wwow-blob{filter:blur(2px);opacity:.9;border-radius:999px;position:absolute}.wwow-blob.is-one{background:#ffe888;width:440px;height:440px;top:80px;left:-120px}.wwow-blob.is-two{background:var(--wwow-soft);width:520px;height:520px;top:90px;right:170px}.wwow-blob.is-three{background:#dcf4ff;width:420px;height:420px;bottom:60px;right:0}.wwow-hero-copy,.wwow-hero-stage{z-index:2;position:relative}.wwow-hero h1{letter-spacing:-.085em;max-width:760px;margin:0;font-size:clamp(56px,8vw,128px);line-height:.86}.wwow-hero-copy>p:not(.wwow-kicker){color:#24140fad;max-width:560px;margin:30px 0 0;font-size:21px;line-height:1.52}.wwow-hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.wwow-hero-actions a,.wwow-active-store a,.wwow-form .woom-primary-button{background:var(--wwow-accent);color:#fff;min-height:48px;box-shadow:0 18px 36px color-mix(in srgb, var(--wwow-accent) 26%, transparent);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-weight:950;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.wwow-hero-actions a:nth-child(2){color:var(--wwow-ink);background:#fff;box-shadow:inset 0 0 0 1px #24140f1f}.wwow-hero-actions a:hover,.wwow-active-store a:hover,.wwow-form .woom-primary-button:hover{transform:translateY(-2px)}.wwow-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:780px;margin:40px 0 0;display:grid}.wwow-facts div{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffbd;border-radius:26px;min-height:104px;padding:18px;box-shadow:inset 0 0 0 1px #24140f14}.wwow-facts dt{color:#24140f8c;font-size:12px;font-weight:800}.wwow-facts dd{margin:10px 0 0;font-size:19px;font-weight:950}.wwow-hero-stage{place-items:center;min-height:640px;display:grid}.wwow-product-visual{aspect-ratio:1;background:radial-gradient(circle, #fff 0 38%, transparent 39%), conic-gradient(from 20deg, var(--wwow-soft), #fff2a8, #dff5ff, var(--wwow-soft));border-radius:50%;place-items:center;width:min(640px,78vw);display:grid;position:relative;box-shadow:0 42px 110px #24140f24}.wwow-product-shadow{filter:blur(16px);background:#24140f2e;border-radius:50%;width:360px;height:52px;position:absolute;bottom:106px}.wwow-bike-placeholder{z-index:2;background:var(--wwow-accent);color:#fff;border-radius:44px;flex-direction:column;justify-content:center;width:min(460px,72vw);min-height:280px;padding:46px;animation:4.2s ease-in-out infinite wwowFloat;display:flex;position:relative;transform:rotate(-5deg);box-shadow:0 36px 86px #24140f33}.wwow-bike-placeholder span{opacity:.78;font-size:13px;font-weight:900}.wwow-bike-placeholder strong{letter-spacing:-.08em;margin-top:10px;font-size:clamp(58px,8vw,94px);line-height:.82}.wwow-bike-placeholder em{margin-top:20px;font-style:normal;font-weight:900}.wwow-buddy-chip{z-index:3;color:#fff;background:#24140f;border-radius:30px;width:172px;padding:20px;position:absolute;bottom:76px;right:30px;transform:rotate(7deg);box-shadow:0 24px 60px #24140f38}.wwow-buddy-chip span{letter-spacing:-.07em;font-size:28px;font-weight:950;display:block}.wwow-buddy-chip p{color:#ffffffb8;margin:8px 0 0;font-size:12px}.wwow-section-head{text-align:center;max-width:820px;margin:0 auto 44px}.wwow-section-head h2,.wwow-sales-copy h2,.wwow-form-copy h2{letter-spacing:-.075em;margin:0;font-size:clamp(42px,5.4vw,84px);line-height:.92}.wwow-section-head p:not(.wwow-kicker),.wwow-sales-copy p,.wwow-form-copy p{color:#24140fa8;margin:20px 0 0;font-size:19px;line-height:1.58}.wwow-color-story,.wwow-play-world,.wwow-specs,.wwow-stores{padding:104px 260px 104px clamp(28px,7vw,126px)}.wwow-color-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:28px;max-width:1180px;margin:0 auto;display:grid}.wwow-color-stage{background:radial-gradient(circle at 20% 20%, #fff 0, transparent 26%), var(--wwow-soft);border-radius:54px;place-items:center;min-height:520px;transition:background .24s;display:grid;box-shadow:inset 0 0 0 1px #24140f0f}.wwow-color-product{background:var(--wwow-accent);color:#fff;width:min(520px,76vw);min-height:260px;box-shadow:0 28px 70px color-mix(in srgb, var(--wwow-accent) 26%, transparent);border-radius:42px;padding:44px;transform:rotate(-4deg)}.wwow-color-product span{font-size:20px;font-weight:950}.wwow-color-product strong{letter-spacing:-.085em;margin-top:18px;font-size:clamp(50px,7vw,88px);line-height:.84;display:block}.wwow-color-product p{color:#ffffffc7;max-width:320px;margin:22px 0 0}.wwow-color-controls{gap:14px;display:grid}.wwow-color-controls button,.wwow-store-tabs button,.wwow-store-list button{color:var(--wwow-ink);text-align:left;cursor:pointer;background:#ffffffd1;border:0;border-radius:26px;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:inset 0 0 0 1px #24140f1a}.wwow-color-controls button{grid-template-columns:28px 1fr;gap:12px;padding:18px;display:grid}.wwow-color-controls button>span{border-radius:50%;width:22px;height:22px;margin-top:4px}.wwow-color-controls strong,.wwow-color-controls small,.wwow-store-list strong,.wwow-store-list small{display:block}.wwow-color-controls strong{font-size:18px}.wwow-color-controls small{color:#24140f8f;margin-top:6px;line-height:1.36}.wwow-color-controls button.is-active,.wwow-store-tabs button.is-active,.wwow-store-list button.is-active{box-shadow:inset 0 0 0 2px var(--wwow-accent), 0 18px 40px #24140f14;background:#fff;transform:translateY(-2px)}.wwow-sales-point{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:center;gap:56px;min-height:92vh;padding:112px 260px 112px clamp(28px,7vw,126px);display:grid}.wwow-sales-point.is-balance{color:#fff;background:#24140f}.wwow-sales-point.is-balance .wwow-sales-copy p,.wwow-sales-point.is-balance .wwow-sales-copy li{color:#ffffffb8}.wwow-sales-point.is-balance .wwow-sales-copy h2{color:#fff}.wwow-sales-point.is-carry{background:radial-gradient(circle at 80% 20%,#dff5ff 0,#0000 30%),#fff7ec}.wwow-sales-point.is-toddlers{background:radial-gradient(circle at 10% 10%,#fff0a8 0,#0000 30%),#fffaf2}.wwow-sales-point.is-material{background:radial-gradient(circle at 80% 22%,#e4ffd9 0,#0000 30%),#fff7ec}.wwow-sales-copy{max-width:660px}.wwow-sales-copy ul{gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.wwow-sales-copy li{color:#24140fb3;padding-left:28px;font-size:17px;line-height:1.5;position:relative}.wwow-sales-copy li:before{content:"";background:var(--wwow-accent);border-radius:50%;width:10px;height:10px;position:absolute;top:.62em;left:0}.wwow-animation-slot{border-radius:58px;flex-direction:column;justify-content:flex-end;min-height:520px;padding:44px;display:flex;box-shadow:0 34px 90px #24140f21}.wwow-animation-slot.is-light{color:var(--wwow-ink);background:radial-gradient(circle at 28% 24%,#fff 0,#0000 28%),#ffe8d9}.wwow-animation-slot.is-dark{color:#fff;background:#24140f}.wwow-animation-slot.is-accent{background:radial-gradient(circle at 72% 24%, #fffc 0, transparent 24%), var(--wwow-accent);color:#fff}.wwow-animation-slot span{color:currentColor;opacity:.64;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.wwow-animation-slot strong{letter-spacing:-.075em;max-width:520px;margin-top:18px;font-size:clamp(42px,5vw,76px);line-height:.9}.wwow-animation-slot p{opacity:.72;max-width:520px;margin:18px 0 0;font-size:18px;line-height:1.5}.wwow-toddler-cards{gap:14px;display:grid}.wwow-toddler-cards article{background:#fff;border-radius:34px;padding:28px;box-shadow:inset 0 0 0 1px #24140f14}.wwow-toddler-cards span{color:var(--wwow-accent);font-size:12px;font-weight:950}.wwow-toddler-cards strong{letter-spacing:-.05em;margin-top:22px;font-size:30px;line-height:1;display:block}.wwow-toddler-cards p{color:#24140fa6;margin:12px 0 0;line-height:1.48}.wwow-play-world{background:radial-gradient(circle at 14% 18%,#fff0a8 0,#0000 28%),radial-gradient(circle at 84% 70%,#dff5ff 0,#0000 24%),#fffaf2}.wwow-play-grid{grid-template-columns:1.12fr .88fr;gap:24px;max-width:1180px;margin:0 auto;display:grid}.wwow-buddy-section{background:radial-gradient(circle at 20% 30%, var(--wwow-soft) 0, transparent 32%), #24140f;color:#fff;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:center;gap:56px;min-height:90vh;padding:112px 260px 112px clamp(28px,7vw,126px);display:grid}.wwow-buddy-section .wwow-sales-copy h2{color:#fff}.wwow-buddy-section .wwow-sales-copy p,.wwow-buddy-section .wwow-sales-copy li{color:#ffffffb8}.wwow-buddy-visual{place-items:center;min-height:520px;display:grid}.wwow-buddy-face{width:min(420px,78vw);min-height:300px;color:var(--wwow-ink);background:#fff;border-radius:58px;flex-direction:column;justify-content:center;padding:42px;display:flex;transform:rotate(-5deg);box-shadow:0 34px 90px #00000047}.wwow-buddy-face span{color:var(--wwow-accent);letter-spacing:-.08em;font-size:64px;font-weight:950}.wwow-buddy-face strong{letter-spacing:-.06em;max-width:280px;margin-top:18px;font-size:34px;line-height:.98}.wwow-specs-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1180px;margin:0 auto;display:grid}.wwow-specs-grid div{background:#ffffffd1;border-radius:32px;min-height:156px;padding:26px;box-shadow:inset 0 0 0 1px #24140f14}.wwow-specs-grid span{color:#24140f85;font-size:13px;font-weight:800;display:block}.wwow-specs-grid strong{letter-spacing:-.04em;margin-top:18px;font-size:24px;line-height:1.12;display:block}.wwow-store-tabs{grid-template-columns:1fr 1fr;gap:12px;max-width:560px;margin:0 auto 24px;display:grid}.wwow-store-tabs button{text-align:center;min-height:50px;padding:0 20px;font-weight:950}.wwow-store-map{background:#eee;border-radius:46px;max-width:1180px;margin:0 auto;overflow:hidden;box-shadow:0 30px 80px #24140f1f}.wwow-store-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:1180px;margin:24px auto 0;display:grid}.wwow-store-list button{min-height:152px;padding:20px}.wwow-store-list span,.wwow-active-store span{color:var(--wwow-accent);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950;display:block}.wwow-store-list strong{margin-top:12px;font-size:20px;line-height:1.08}.wwow-store-list small{color:#24140f99;margin-top:12px;line-height:1.4}.wwow-active-store{background:#fff;border-radius:34px;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:18px;max-width:1180px;margin:18px auto 0;padding:28px;display:grid;box-shadow:inset 0 0 0 1px #24140f14}.wwow-active-store h3{letter-spacing:-.05em;margin:8px 0 0;font-size:30px;line-height:1}.wwow-active-store p{color:#24140fa3;margin:0;line-height:1.45}.wwow-form-section{color:#fff;background:#24140f;grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);align-items:start;gap:42px;padding:112px 260px 112px clamp(28px,7vw,126px);display:grid}.wwow-form-copy h2{color:#fff}.wwow-form-copy p{color:#ffffffb8}.wwow-form-card{color:var(--wwow-ink);background:#fff7ec;border-radius:38px;box-shadow:0 34px 90px #0000003d}.woom-form{color:var(--wwow-ink);background:#fff7ec;border-radius:38px;padding:30px}.woom-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.woom-form label{gap:8px;font-weight:850;display:grid}.woom-form input,.woom-form textarea{width:100%;font:inherit;color:var(--wwow-ink);background:#fff;border:0;border-radius:18px;padding:15px 16px;box-shadow:inset 0 0 0 1px #24140f1f}.woom-form textarea{resize:vertical;min-height:122px}.woom-form>label,.woom-form .privacy-consent,.woom-form .woom-primary-button{margin-top:16px}.wwow-footer{color:#fff;background:#140c09;justify-content:space-between;align-items:center;gap:24px;min-height:86px;padding:22px 260px 22px clamp(28px,7vw,126px);display:flex}.wwow-footer strong{letter-spacing:-.04em;font-size:20px}.wwow-footer span{color:#ffffff8f}@keyframes wwowFloat{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-16px)rotate(-2deg)}}@media (max-width:1240px){.wwow-side-nav{display:none}.wwow-mobile-cta{z-index:50;display:inline-flex;position:fixed;bottom:16px;left:18px;right:18px;box-shadow:0 18px 36px #24140f38}.wwow-hero,.wwow-color-story,.wwow-sales-point,.wwow-play-world,.wwow-buddy-section,.wwow-specs,.wwow-stores,.wwow-form-section,.wwow-footer{padding-right:clamp(28px,7vw,126px)}}@media (max-width:980px){.wwow-hero,.wwow-color-grid,.wwow-sales-point,.wwow-play-grid,.wwow-buddy-section,.wwow-form-section{grid-template-columns:1fr}.wwow-hero{min-height:auto;padding-top:56px}.wwow-hero-stage,.wwow-animation-slot,.wwow-buddy-visual{min-height:420px}.wwow-facts,.wwow-specs-grid,.wwow-store-list,.wwow-active-store,.woom-form-grid{grid-template-columns:1fr}.wwow-active-store{align-items:start}}@media (max-width:640px){.wwow-hero,.wwow-color-story,.wwow-sales-point,.wwow-play-world,.wwow-buddy-section,.wwow-specs,.wwow-stores,.wwow-form-section,.wwow-footer{padding-left:18px;padding-right:18px}.wwow-hero h1{font-size:52px}.wwow-section-head h2,.wwow-sales-copy h2,.wwow-form-copy h2{font-size:42px}.wwow-bike-placeholder,.wwow-color-product{padding:32px}.wwow-bike-placeholder strong,.wwow-color-product strong{font-size:54px}}.wwow-reviews,.wwow-next-step,.wwow-faq{padding:112px 260px 112px clamp(28px,7vw,126px)}.wwow-reviews{background:radial-gradient(circle at 12% 20%,#fff0a8 0,#0000 28%),radial-gradient(circle at 88% 30%,#dff5ff 0,#0000 26%),#fffaf2}.wwow-review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1180px;margin:0 auto;display:grid}.wwow-review-grid article{background:#fff;border-radius:36px;flex-direction:column;justify-content:space-between;min-height:280px;padding:30px;display:flex;box-shadow:inset 0 0 0 1px #24140f14,0 24px 70px #24140f14}.wwow-review-grid p{color:#24140fb8;margin:0;font-size:19px;line-height:1.5}.wwow-review-grid strong{color:var(--wwow-ink);margin-top:26px;font-size:15px;font-weight:950;display:block}.wwow-next-step{color:#fff;background:#24140f;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:48px;min-height:86vh;display:grid}.wwow-next-copy h2{color:#fff;letter-spacing:-.075em;max-width:760px;margin:0;font-size:clamp(46px,6vw,92px);line-height:.9}.wwow-next-copy p{color:#ffffffb8;max-width:620px;margin:22px 0 0;font-size:20px;line-height:1.56}.wwow-next-copy a{background:var(--wwow-accent);color:#fff;min-height:52px;box-shadow:0 18px 40px color-mix(in srgb, var(--wwow-accent) 28%, transparent);border-radius:999px;justify-content:center;align-items:center;margin-top:32px;padding:0 24px;font-weight:950;text-decoration:none;display:inline-flex}.wwow-next-visual{background:radial-gradient(circle at 74% 22%, #ffffffb3 0, transparent 24%), var(--wwow-soft);min-height:480px;color:var(--wwow-ink);border-radius:58px;flex-direction:column;justify-content:flex-end;padding:46px;display:flex;transform:rotate(-3deg);box-shadow:0 34px 90px #0000003d}.wwow-next-visual span{color:var(--wwow-accent);letter-spacing:-.06em;font-size:28px;font-weight:950}.wwow-next-visual strong{letter-spacing:-.075em;max-width:520px;margin-top:16px;font-size:clamp(44px,5vw,76px);line-height:.9}.wwow-next-visual p{color:#24140fa8;max-width:480px;margin:18px 0 0;font-size:18px;line-height:1.5}.wwow-faq{background:radial-gradient(circle at 14% 18%, var(--wwow-soft) 0, transparent 26%), #fff7ec}.wwow-faq-list{gap:12px;max-width:920px;margin:0 auto;display:grid}.wwow-faq-list details{background:#fff;border-radius:28px;overflow:hidden;box-shadow:inset 0 0 0 1px #24140f14}.wwow-faq-list summary{cursor:pointer;min-height:72px;color:var(--wwow-ink);letter-spacing:-.035em;padding:24px 28px;font-size:20px;font-weight:950;list-style:none}.wwow-faq-list summary::-webkit-details-marker{display:none}.wwow-faq-list summary:after{content:"+";float:right;color:var(--wwow-accent);font-size:28px;line-height:.8}.wwow-faq-list details[open] summary:after{content:"−"}.wwow-faq-list details p{color:#24140fad;margin:0;padding:0 28px 26px;font-size:17px;line-height:1.56}@media (max-width:1240px){.wwow-reviews,.wwow-next-step,.wwow-faq{padding-right:clamp(28px,7vw,126px)}}@media (max-width:980px){.wwow-review-grid,.wwow-next-step{grid-template-columns:1fr}.wwow-next-visual{min-height:380px}}@media (max-width:640px){.wwow-reviews,.wwow-next-step,.wwow-faq{padding-left:18px;padding-right:18px}.wwow-review-grid article{min-height:auto}.wwow-faq-list summary{font-size:18px}}.wwow-color-controls button>span{grid-area:1/1/span 2}.wwow-color-controls button strong{grid-area:1/2}.wwow-color-controls button small{grid-area:2/2;max-width:240px}.wwow-footer{align-items:flex-start}.wwow-footer>div{gap:6px;display:grid}.wwow-footer-links{flex-wrap:wrap;justify-content:flex-end;gap:10px 22px;max-width:760px;display:flex}.wwow-footer-links a{color:#ffffffb8;font-size:13px;font-weight:750;text-decoration:none}.wwow-footer-links a:hover{color:#fff}@media (max-width:760px){.wwow-footer{justify-content:start;display:grid}.wwow-footer-links{justify-content:flex-start}}.woom-color-field{border:0;margin:18px 0 0;padding:0}.woom-color-field legend{color:var(--wwow-ink);margin:0 0 10px;font-weight:850}.woom-color-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.woom-color-options button{min-height:104px;color:var(--wwow-ink);text-align:left;cursor:pointer;background:#fff;border:0;border-radius:20px;padding:14px;transition:transform .18s,box-shadow .18s;box-shadow:inset 0 0 0 1px #24140f1f}.woom-color-options button:hover{transform:translateY(-2px)}.woom-color-options button.is-active{box-shadow:inset 0 0 0 2px var(--wwow-accent), 0 14px 30px #24140f14}.woom-color-options span{border-radius:999px;width:24px;height:24px;margin-bottom:12px;display:block}.woom-color-options .is-red span{background:#f0443e}.woom-color-options .is-blue span{background:#2f80ed}.woom-color-options .is-green span{background:#43a047}.woom-color-options strong,.woom-color-options small{display:block}.woom-color-options strong{font-size:16px;font-weight:950}.woom-color-options small{color:#24140f94;margin-top:5px;font-size:12px;line-height:1.35}@media (max-width:640px){.woom-color-options{grid-template-columns:1fr}.woom-color-options button{min-height:auto}}.wwow-hero-actions .wwow-hero-secondary{background:var(--wwow-accent)!important;color:#fff!important;box-shadow:0 18px 36px color-mix(in srgb, var(--wwow-accent) 26%, transparent)!important}.wwow-hero-actions .wwow-hero-link{color:var(--wwow-ink)!important;background:#fff!important;box-shadow:inset 0 0 0 1px #24140f1f!important}.wwow-hero-copy .wwow-hero-availability{color:#24140fad;max-width:580px;margin:14px 0 0;font-size:15px;font-weight:850;line-height:1.45}.wwow-hero-actions{align-items:center}.wwow-hero-actions .wwow-hero-order{background:var(--wwow-ink)!important;color:#fff!important;min-height:56px!important;padding:0 30px!important;box-shadow:0 18px 42px #24140f3d!important}.wwow-hero-actions .wwow-hero-link{text-underline-offset:5px;font-weight:950;text-decoration:underline;text-decoration-thickness:2px;min-height:auto!important;color:var(--wwow-ink)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.wwow-hero-actions .wwow-hero-link:hover{transform:none;color:var(--wwow-accent)!important}.wwow-hero-actions .wwow-hero-order{background:var(--wwow-accent)!important;color:#fff!important;min-height:56px!important;box-shadow:0 18px 40px color-mix(in srgb, var(--wwow-accent) 34%, transparent)!important;padding:0 30px!important}.wwow-hero-actions .wwow-hero-secondary{min-height:56px!important;color:var(--wwow-ink)!important;background:#fff!important;padding:0 28px!important;box-shadow:inset 0 0 0 1px #24140f24!important}.wwow-hero-actions .wwow-hero-secondary:hover,.wwow-hero-actions .wwow-hero-order:hover{transform:translateY(-2px)}.wwow-color-cta{justify-content:center;max-width:1180px;margin:30px auto 0;display:flex}.wwow-color-cta a{background:var(--wwow-accent);color:#fff;min-height:56px;box-shadow:0 18px 40px color-mix(in srgb, var(--wwow-accent) 34%, transparent);border-radius:999px;justify-content:center;align-items:center;padding:0 32px;font-weight:950;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.wwow-color-cta a:hover{box-shadow:0 22px 48px color-mix(in srgb, var(--wwow-accent) 40%, transparent);transform:translateY(-2px)}@media (max-width:640px){.wwow-color-cta a{width:100%}}.wwow-page .wwow-color-cta{justify-content:center;max-width:1180px;margin:34px auto 0;display:flex}.wwow-page .wwow-color-cta a,.wwow-page .wwow-color-cta a:visited{background:var(--wwow-accent);color:#fff;min-height:58px;box-shadow:0 18px 40px color-mix(in srgb, var(--wwow-accent) 34%, transparent);border-radius:999px;justify-content:center;align-items:center;padding:0 34px;font-size:16px;font-weight:950;line-height:1;transition:transform .18s,box-shadow .18s;display:inline-flex;text-decoration:none!important}.wwow-page .wwow-color-cta a:hover{color:#fff;box-shadow:0 22px 48px color-mix(in srgb, var(--wwow-accent) 40%, transparent);transform:translateY(-2px);text-decoration:none!important}@media (max-width:640px){.wwow-page .wwow-color-cta a{width:100%}}.wwow-bike-image-card{z-index:2;place-items:center;width:min(560px,76vw);height:min(420px,58vw);animation:4.2s ease-in-out infinite wwowAssetFloat;display:grid;position:relative;transform:rotate(-3deg)}.wwow-bike-image-card img{object-fit:contain;filter:drop-shadow(0 34px 48px #24140f38);width:100%;height:100%}.wwow-buddy-chip.is-image{width:142px;min-height:120px;box-shadow:none;background:0 0;padding:0;overflow:hidden}.wwow-buddy-chip.is-image img{object-fit:contain;filter:drop-shadow(0 18px 22px #24140f38);width:100%;height:100%}.wwow-color-product.is-image{width:min(620px,78vw);min-height:360px;box-shadow:none;background:0 0;grid-template-columns:minmax(0,1.2fr) minmax(190px,.8fr);align-items:center;gap:20px;padding:26px;display:grid;transform:none}.wwow-color-product.is-image img{object-fit:contain;filter:drop-shadow(0 26px 38px #24140f33);width:100%;height:320px}.wwow-color-product.is-image>div{background:var(--wwow-accent);color:#fff;min-height:220px;box-shadow:0 28px 70px color-mix(in srgb, var(--wwow-accent) 24%, transparent);border-radius:34px;padding:26px;transform:rotate(-3deg)}.wwow-image-slot{background:#ffe8d9;border-radius:58px;grid-template-rows:minmax(0,1fr) auto;min-height:520px;margin:0;display:grid;overflow:hidden;box-shadow:0 34px 90px #24140f21}.wwow-image-slot.is-dark{color:#fff;background:#24140f}.wwow-image-slot img{object-fit:cover;width:100%;height:100%;min-height:300px}.wwow-image-slot figcaption{padding:30px}.wwow-image-slot figcaption span{color:var(--wwow-accent);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950;display:block}.wwow-image-slot figcaption strong{letter-spacing:-.07em;margin-top:12px;font-size:clamp(30px,4vw,54px);line-height:.92;display:block}.wwow-image-slot figcaption p{color:#24140fad;max-width:520px;margin:14px 0 0;font-size:17px;line-height:1.48}.wwow-image-slot.is-dark figcaption p{color:#ffffffb8}.wwow-buddy-face.is-image{gap:10px;min-height:420px;overflow:hidden}.wwow-buddy-face.is-image img{object-fit:contain;filter:drop-shadow(0 24px 34px #24140f2e);width:100%;height:230px}@keyframes wwowAssetFloat{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-16px)rotate(-1deg)}}@media (max-width:980px){.wwow-color-product.is-image{grid-template-columns:1fr}.wwow-color-product.is-image img{height:260px}}@media (max-width:640px){.wwow-bike-image-card{height:300px}.wwow-color-product.is-image>div{transform:none}.wwow-image-slot{min-height:auto}}.wwow-color-product.is-image{grid-template-columns:minmax(0,1.45fr) minmax(210px,.75fr)!important;width:min(820px,86vw)!important;min-height:430px!important}.wwow-color-product.is-image img{transform:scale(1.16);height:390px!important}@media (max-width:980px){.wwow-bike-image-card{height:420px!important}.wwow-color-product.is-image img{height:330px!important}}@media (max-width:640px){.wwow-bike-image-card{height:320px!important}.wwow-bike-image-card img,.wwow-color-product.is-image img{transform:scale(1.08)}}.wwow-buddy-face.is-image{transform:rotate(-4deg);background:radial-gradient(circle at 46% 34%, #fff 0, transparent 34%), var(--wwow-soft)!important;width:min(520px,82vw)!important;min-height:460px!important}.wwow-buddy-face.is-image img{margin-bottom:14px;transform:scale(1.25);height:300px!important}.wwow-buddy-chip.is-image{width:190px!important;min-height:160px!important}.wwow-buddy-chip.is-image img{transform:scale(1.2)}.wwow-balance-visual{color:#fff;background:radial-gradient(circle at 58% 24%,#ffffffad 0,#0000 22%),linear-gradient(135deg,#ff5a4d 0%,#f5423a 100%);border-radius:58px;grid-template-rows:minmax(0,1fr) auto;min-height:540px;display:grid;position:relative;overflow:hidden;box-shadow:0 34px 90px #24140f2e}.wwow-balance-stage{justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.wwow-balance-stage:after{content:"";filter:blur(18px);background:#37100a3d;border-radius:999px;width:230px;height:34px;animation:3.2s ease-in-out infinite wwowBalanceShadow;position:absolute;bottom:34px;left:50%}.wwow-balance-bike{z-index:2;transform-origin:50% 88%;will-change:transform;filter:drop-shadow(0 22px 32px #28100c38);width:min(330px,72%);height:auto;animation:3.2s ease-in-out infinite wwowBalanceSwing;position:relative}.wwow-balance-caption{z-index:3;padding:0 40px 40px;position:relative}.wwow-balance-caption span{color:#ffffffb8;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950;display:block}.wwow-balance-caption strong{letter-spacing:-.075em;max-width:520px;margin-top:14px;font-size:clamp(34px,4.6vw,66px);line-height:.92;display:block}.wwow-balance-caption p{color:#ffffffc7;max-width:520px;margin:16px 0 0;font-size:18px;line-height:1.48}@keyframes wwowBalanceSwing{0%{transform:rotate(-10deg)translateY(2px)}25%{transform:rotate(-4deg)translateY(0)}50%{transform:rotate(0)translateY(-2px)}75%{transform:rotate(4deg)translateY(0)}to{transform:rotate(10deg)translateY(2px)}}@keyframes wwowBalanceShadow{0%{opacity:.28;transform:translate(-50%)scaleX(.9)}50%{opacity:.18;transform:translate(-50%)scaleX(1.04)}to{opacity:.28;transform:translate(-50%)scaleX(.9)}}@media (max-width:768px){.wwow-balance-visual{min-height:440px}.wwow-balance-stage{min-height:300px}.wwow-balance-bike{width:min(260px,70%)}.wwow-balance-caption{padding:0 28px 30px}}@media (prefers-reduced-motion:reduce){.wwow-balance-bike,.wwow-balance-stage:after{animation:none}}.wwow-hero{overflow:hidden}.wwow-hero-copy{z-index:6}.wwow-hero-stage{z-index:2;overflow:visible}.wwow-product-visual{transform:translate(-18px);width:min(560px,46vw)!important;max-width:560px!important}.wwow-buddy-chip.is-image{bottom:76px;right:20px;width:150px!important;min-height:130px!important}.wwow-color-grid{align-items:center;grid-template-columns:minmax(0,1fr) minmax(300px,360px)!important}.wwow-color-product.is-image img{max-width:100%;height:330px!important;transform:scale(1.04)!important}.wwow-color-product.is-image>div{z-index:2;align-self:center;max-width:260px;min-height:210px;padding:24px;position:relative}.wwow-color-product.is-image>div strong{font-size:clamp(42px,4.5vw,68px)}.wwow-color-controls{z-index:5;position:relative}@media (max-width:1240px){.wwow-product-visual{width:min(520px,44vw)!important}.wwow-bike-image-card{width:min(480px,42vw)!important;height:min(380px,36vw)!important}}@media (max-width:980px){.wwow-product-visual{transform:none;width:min(620px,84vw)!important}.wwow-bike-image-card{width:min(560px,82vw)!important;height:380px!important}.wwow-color-grid,.wwow-color-product.is-image{grid-template-columns:1fr!important}.wwow-color-product.is-image img{height:280px!important}.wwow-color-product.is-image>div{max-width:none;transform:none}}@media (max-width:640px){.wwow-bike-image-card{height:300px!important}.wwow-buddy-chip.is-image{width:120px!important;min-height:100px!important}}.wwow-hero{grid-template-columns:minmax(0,.96fr) minmax(440px,.86fr)!important;gap:24px!important;overflow:hidden!important}.wwow-hero-copy{z-index:8!important;max-width:820px!important}.wwow-hero h1{letter-spacing:-.06em!important;max-width:760px!important;font-size:clamp(64px,7.2vw,116px)!important;line-height:.9!important}.wwow-hero-stage{z-index:2!important;min-height:560px!important}.wwow-product-visual{width:min(640px,44vw)!important;max-width:640px!important;transform:translate(0)!important}.wwow-bike-image-card{width:min(620px,43vw)!important;height:min(500px,38vw)!important}.wwow-bike-image-card img{transform:scale(1.16)!important}.wwow-hero-actions .wwow-hero-order{color:#fff!important;background:#f0443e!important;box-shadow:0 18px 40px #f0443e57!important}.wwow-color-grid{grid-template-columns:minmax(0,1fr) minmax(320px,380px)!important;gap:32px!important}.wwow-color-stage{overflow:hidden!important}.wwow-color-product.is-image{grid-template-columns:minmax(0,1.22fr) minmax(250px,.78fr)!important;gap:26px!important;width:100%!important;max-width:880px!important;min-height:500px!important;padding:34px 42px!important}.wwow-color-product.is-image img{justify-self:center!important;height:400px!important;transform:scale(1.18)!important}.wwow-color-product.is-image>div{width:100%!important;max-width:300px!important;min-height:240px!important;padding:28px 26px!important;overflow:hidden!important}.wwow-color-product.is-image>div strong{letter-spacing:-.055em!important;white-space:normal!important;overflow-wrap:normal!important;max-width:100%!important;font-size:clamp(44px,4vw,58px)!important;line-height:.92!important}.wwow-color-product.is-image>div p{font-size:17px!important;line-height:1.45!important}.wwow-balance-visual{background:radial-gradient(circle at 50% 42%,#ffffff9e 0,#ffffff3d 26%,#0000 54%),linear-gradient(135deg,#ff5a4d 0%,#f5423a 100%)!important;grid-template-rows:1fr!important;min-height:560px!important}.wwow-balance-caption{display:none!important}.wwow-balance-stage{height:100%!important;min-height:560px!important}.wwow-balance-stage:after{opacity:.22;width:280px!important;height:42px!important;animation:5.2s cubic-bezier(.45,.05,.2,1) infinite wwowBalanceReturnShadow!important;bottom:52px!important}.wwow-balance-bike{transform-origin:50% 88%!important;filter:drop-shadow(0 28px 36px #28100c3d)!important;width:min(460px,78%)!important;animation:5.2s cubic-bezier(.45,.05,.2,1) infinite wwowBalanceReturn!important}@keyframes wwowBalanceReturn{0%{transform:rotate(0)translateY(0)}18%{transform:rotate(-12deg)translateY(2px)}38%{transform:rotate(0)translateY(-2px)}58%{transform:rotate(-7deg)translateY(1px)}76%{transform:rotate(0)translateY(-1px)}to{transform:rotate(0)translateY(0)}}@keyframes wwowBalanceReturnShadow{0%{opacity:.2;transform:translate(-50%)scaleX(1)}18%{opacity:.28;transform:translate(-54%)scaleX(.88)}38%{opacity:.18;transform:translate(-50%)scaleX(1.04)}58%{opacity:.24;transform:translate(-52%)scaleX(.94)}76%,to{opacity:.2;transform:translate(-50%)scaleX(1)}}@media (max-width:1180px){.wwow-hero{grid-template-columns:1fr!important}.wwow-hero h1{max-width:780px!important;font-size:clamp(56px,10vw,104px)!important}.wwow-product-visual{width:min(680px,84vw)!important}.wwow-bike-image-card{width:min(640px,82vw)!important;height:420px!important}}@media (max-width:980px){.wwow-color-grid{grid-template-columns:1fr!important}.wwow-color-product.is-image{grid-template-columns:1fr!important;min-height:auto!important}.wwow-color-product.is-image img{height:320px!important;transform:scale(1.08)!important}.wwow-color-product.is-image>div{max-width:none!important;transform:none!important}.wwow-balance-visual,.wwow-balance-stage{min-height:440px!important}.wwow-balance-bike{width:min(360px,78%)!important}}@media (max-width:640px){.wwow-hero h1{font-size:52px!important}.wwow-bike-image-card{height:310px!important}.wwow-color-product.is-image img{height:250px!important}.wwow-balance-visual,.wwow-balance-stage{min-height:360px!important}.wwow-balance-bike{width:min(280px,76%)!important}}.wwow-color-stage{justify-content:center;align-items:center;display:flex;overflow:hidden!important}.wwow-color-product.is-photo-only{background:radial-gradient(circle at 42% 40%, #ffffffb8 0, #ffffff3d 28%, transparent 58%), var(--wwow-soft)!important;width:100%!important;height:100%!important;min-height:520px!important;box-shadow:none!important;border-radius:54px!important;justify-content:center!important;align-items:center!important;padding:36px!important;display:flex!important;overflow:hidden!important;transform:none!important}.wwow-color-product.is-photo-only.red{background:radial-gradient(circle at 42% 40%,#ffffffb8 0,#ffffff3d 28%,#0000 58%),#ffe1dd!important}.wwow-color-product.is-photo-only.blue{background:radial-gradient(circle at 42% 40%,#ffffffb8 0,#ffffff3d 28%,#0000 58%),#dfefff!important}.wwow-color-product.is-photo-only.green{background:radial-gradient(circle at 42% 40%,#ffffffb8 0,#ffffff3d 28%,#0000 58%),#e2f5e6!important}.wwow-color-photo{object-fit:contain!important;filter:drop-shadow(0 34px 46px #24140f33)!important;width:min(760px,92%)!important;max-width:none!important;height:460px!important;display:block!important;transform:scale(1.18)!important}.wwow-color-product.is-photo-only img{object-fit:contain!important;width:min(760px,92%)!important;height:460px!important}@media (max-width:980px){.wwow-color-product.is-photo-only{min-height:400px!important;padding:26px!important}.wwow-color-photo,.wwow-color-product.is-photo-only img{height:330px!important;transform:scale(1.08)!important}}@media (max-width:640px){.wwow-color-product.is-photo-only{border-radius:34px!important;min-height:300px!important;padding:18px!important}.wwow-color-photo,.wwow-color-product.is-photo-only img{height:250px!important;transform:scale(1.04)!important}}.wwow-balance-visual{box-sizing:border-box!important;padding:42px 34px!important}.wwow-balance-stage{align-items:center!important;min-height:500px!important}.wwow-balance-bike{object-fit:contain!important;width:min(410px,72%)!important;max-height:440px!important}@media (max-width:980px){.wwow-balance-visual{padding:30px 22px!important}.wwow-balance-stage{min-height:380px!important}.wwow-balance-bike{width:min(320px,76%)!important;max-height:340px!important}}@media (max-width:640px){.wwow-balance-stage{min-height:320px!important}.wwow-balance-bike{width:min(260px,78%)!important;max-height:280px!important}}.wwow-next-card.is-image{border-radius:46px;min-height:520px;position:relative;overflow:hidden;transform:rotate(-3deg);box-shadow:0 34px 90px #0000002e;background:#ffe1dd!important;padding:0!important}.wwow-next-bike-image{object-fit:cover;width:100%;height:100%;min-height:520px;display:block;transform:scale(1.03)}.wwow-next-card.is-image:after{content:"";pointer-events:none;background:linear-gradient(90deg,#24140f6b 0%,#24140f14 48%,#24140f00 100%),radial-gradient(circle at 32% 40%,#ffffff38,#0000 42%);position:absolute;inset:0}.wwow-next-badge{z-index:2;max-width:380px;color:var(--wwow-ink);background:#ffffffe0;border-radius:28px;padding:24px 26px;position:absolute;bottom:36px;left:38px;transform:rotate(2deg);box-shadow:0 18px 45px #24140f29}.wwow-next-badge span{color:#f0443e;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:950;display:block}.wwow-next-badge strong{letter-spacing:-.055em;font-size:clamp(28px,3vw,44px);line-height:.95;display:block}@media (max-width:980px){.wwow-next-card.is-image{border-radius:34px;min-height:420px;transform:none}.wwow-next-bike-image{min-height:420px}.wwow-next-badge{max-width:none;padding:20px;bottom:22px;left:22px;right:22px;transform:none}}@media (max-width:640px){.wwow-next-card.is-image,.wwow-next-bike-image{min-height:340px}.wwow-next-badge strong{font-size:28px}}.wwow-next-visual.is-image{background:radial-gradient(circle at 52% 42%,#ffffffad 0,#ffffff38 32%,#0000 62%),#ffe1dd!important;border-radius:46px!important;justify-content:center!important;align-items:center!important;min-height:520px!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important;transform:rotate(-3deg)!important;box-shadow:0 34px 90px #0000002e!important}.wwow-next-bike-image{object-fit:contain!important;object-position:center center!important;box-sizing:border-box!important;filter:drop-shadow(0 28px 42px #24140f2e)!important;width:100%!important;height:100%!important;min-height:520px!important;padding:42px!important;display:block!important;transform:scale(1.08)!important}@media (max-width:980px){.wwow-next-visual.is-image{border-radius:34px!important;min-height:420px!important;transform:none!important}.wwow-next-bike-image{min-height:420px!important;padding:28px!important;transform:scale(1.04)!important}}@media (max-width:640px){.wwow-next-visual.is-image{border-radius:28px!important;min-height:320px!important}.wwow-next-bike-image{min-height:320px!important;padding:18px!important;transform:scale(1.02)!important}}.wwow-next-visual.is-image{background:#f6dedd!important;border-radius:46px!important;min-height:520px!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important;transform:rotate(-3deg)!important;box-shadow:0 34px 90px #0000002e!important}.wwow-next-bike-image{object-fit:cover!important;object-position:center center!important;border-radius:inherit!important;filter:none!important;width:100%!important;height:100%!important;min-height:520px!important;margin:0!important;padding:0!important;display:block!important;transform:none!important}@media (max-width:980px){.wwow-next-visual.is-image{border-radius:34px!important;min-height:420px!important;transform:none!important}.wwow-next-bike-image{min-height:420px!important}}@media (max-width:640px){.wwow-next-visual.is-image{border-radius:26px!important;min-height:280px!important}.wwow-next-bike-image{min-height:280px!important}}.dahon-header{z-index:80;width:100%;position:sticky;top:0}.dahon-header-nav a,.dahon-header-actions a{white-space:nowrap}.dahon-header-actions a:last-child{border-radius:999px;font-weight:900}.dahon-header-menu-button{color:currentColor;cursor:pointer;background:#ffffffeb;border:1px solid #0e432d29;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:none}.dahon-header-menu-button span{background:currentColor;border-radius:999px;width:18px;height:2px;display:block}.site-footer{max-width:100%;overflow-x:hidden}.site-footer,.site-footer *{box-sizing:border-box}.site-footer-links{min-width:0}.site-footer-links a,.site-footer-note p,.site-footer-contacts a{overflow-wrap:anywhere;word-break:normal}@media (max-width:900px){.dahon-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f6f9f1f0;border-bottom:1px solid #0e432d14;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px 16px;display:grid}.dahon-header-logo{min-width:0}.dahon-header-menu-button{display:inline-flex}.dahon-header-nav{background:#fffffff5;border:1px solid #0e432d1a;border-radius:20px;grid-column:1/-1;padding:12px;display:none;box-shadow:0 18px 48px #14261c1f}.dahon-header-nav.is-open{gap:6px;display:grid}.dahon-header-nav a{color:#123d2a;background:#f4f8f1e6;border-radius:14px;align-items:center;min-height:44px;padding:12px 14px;font-size:14px;font-weight:850;text-decoration:none;display:flex}.dahon-header-nav a:last-child{color:#fff;background:#0e6b46}.dahon-header-actions{display:none!important}.site-footer{gap:22px;display:grid;grid-template-columns:1fr!important;padding-left:18px!important;padding-right:18px!important}.site-footer-links{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex!important}.site-footer-links a{background:#ffffffb8;border-radius:999px;max-width:100%;padding:10px 12px;line-height:1.2}.site-footer-note{max-width:100%}}@media (max-width:520px){html,body{max-width:100%;overflow-x:hidden}.dahon-header{padding:10px 12px}.site-footer{padding-left:14px!important;padding-right:14px!important}.site-footer-links{grid-template-columns:1fr;display:grid!important}.site-footer-links a{width:100%}}.dahon-mobile-nav-cta{display:none}.dahon-header-actions a:last-child{color:#fff;background:#0e6b46}@media (max-width:900px){.dahon-header-nav a:last-child{color:#123d2a!important;background:#f4f8f1e6!important}.dahon-header-nav a.dahon-mobile-nav-cta{color:#fff!important;background:#0e6b46!important;display:flex!important}}.dahon-faq-section{color:#123d2a;background:radial-gradient(circle at 86% 12%,#0e6b461f,#0000 34%),#f6f9f1;border-radius:42px;width:min(1180px,100% - 48px);margin:96px auto;padding:56px;box-shadow:0 24px 70px #14261c14}.dahon-faq-head{grid-template-columns:minmax(0,.9fr) minmax(320px,.55fr);align-items:end;gap:34px;margin-bottom:34px;display:grid}.dahon-faq-head h2{letter-spacing:-.06em;max-width:760px;margin:0;font-size:clamp(42px,5.4vw,78px);line-height:.92}.dahon-faq-head p{color:#123d2ab8;margin:0;font-size:18px;line-height:1.55}.dahon-faq-list{gap:12px;display:grid}.dahon-faq-list details{background:#ffffffbd;border:1px solid #123d2a1a;border-radius:22px;overflow:hidden}.dahon-faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:20px 24px;font-size:18px;font-weight:900;line-height:1.25;list-style:none;display:flex}.dahon-faq-list summary::-webkit-details-marker{display:none}.dahon-faq-list summary:after{content:"+";color:#fff;background:#0e6b46;border-radius:999px;flex:none;place-items:center;width:32px;height:32px;font-size:22px;line-height:1;display:grid}.dahon-faq-list details[open] summary:after{content:"−"}.dahon-faq-list details p{color:#123d2abd;max-width:860px;margin:0;padding:0 24px 22px;font-size:17px;line-height:1.55}@media (max-width:900px){.dahon-faq-section{border-radius:30px;width:min(100% - 28px,720px);margin:64px auto;padding:30px 18px}.dahon-faq-head{grid-template-columns:1fr;gap:16px;margin-bottom:24px}.dahon-faq-head h2{font-size:clamp(34px,10vw,52px)}.dahon-faq-head p{font-size:16px}.dahon-faq-list summary{min-height:58px;padding:17px 16px;font-size:16px}.dahon-faq-list details p{padding:0 16px 18px;font-size:15px}}.dahon-faq-head{margin-bottom:34px!important;display:block!important}.dahon-faq-head h2{max-width:920px!important}.dahon-header-nav .dahon-mobile-nav-cta{display:none!important}@media (max-width:900px){.dahon-header-nav .dahon-mobile-nav-cta{display:flex!important}}.dahon-fold-mobile-guide{display:none}@media (max-width:980px){.dahon-fold-showcase{display:none!important}.dahon-fold-mobile-guide{color:#123d2a;width:min(100% - 28px,720px);margin:54px auto;padding:0;display:block}.dahon-fold-mobile-guide-head{margin-bottom:18px}.dahon-fold-mobile-guide-head h2{letter-spacing:-.055em;margin:8px 0 12px;font-size:clamp(34px,9.4vw,50px);line-height:.92}.dahon-fold-mobile-guide-head p{color:#123d2ab8;margin:0;font-size:16px;line-height:1.5}.dahon-fold-mobile-guide-card{background:#ffffffd1;border:1px solid #123d2a1a;border-radius:30px;overflow:hidden;box-shadow:0 20px 60px #14261c14}.dahon-fold-mobile-guide-image{background:radial-gradient(circle at 50% 45%,#0e6b4614,#0000 46%),#f6f9f1;place-items:center;min-height:240px;padding:22px;display:grid}.dahon-fold-mobile-guide-image img{width:min(360px,100%);height:auto;display:block}.dahon-fold-mobile-guide-steps{gap:10px;padding:14px;display:grid}.dahon-fold-mobile-guide-steps article{background:#f3f7ef;border-radius:20px;grid-template-columns:42px 1fr;gap:4px 12px;padding:16px;display:grid}.dahon-fold-mobile-guide-steps article span{color:#fff;background:#0e6b46;border-radius:999px;grid-row:span 2;place-items:center;width:34px;height:34px;font-size:12px;font-weight:950;display:grid}.dahon-fold-mobile-guide-steps article strong{color:#123d2a;font-size:18px;line-height:1.1}.dahon-fold-mobile-guide-steps article p{color:#123d2aad;margin:0;font-size:14px;line-height:1.45}}@media (max-width:520px){.dahon-fold-mobile-guide{width:min(100% - 24px,520px);margin:42px auto}.dahon-fold-mobile-guide-image{min-height:210px}.dahon-fold-mobile-guide-steps article{grid-template-columns:38px 1fr;padding:14px}}.dahon-fold-mobile-guide-image video{object-fit:cover;border-radius:22px;width:min(420px,100%);height:auto;max-height:300px;display:block;box-shadow:0 18px 42px #14261c1f}@media (max-width:520px){.dahon-fold-mobile-guide-image video{border-radius:18px;width:100%;max-height:260px}}.dahon-anchor-point{pointer-events:none;visibility:hidden;width:1px;height:1px;display:block;position:relative;top:-88px}@media (max-width:900px){.dahon-header{min-height:92px!important;padding-top:14px!important;padding-bottom:14px!important}.dahon-header-logo span{letter-spacing:.2em!important;font-size:clamp(30px,8.8vw,44px)!important;line-height:.9!important}.dahon-header-logo em{letter-spacing:.18em!important;margin-top:8px!important;font-size:13px!important}.dahon-header-menu-button{width:54px!important;height:54px!important}.dahon-anchor-point{top:-116px}}@media (max-width:520px){.dahon-header{min-height:84px!important;padding-top:12px!important;padding-bottom:12px!important}.dahon-header-logo span{font-size:clamp(28px,8.2vw,40px)!important}.dahon-header-logo em{font-size:12px!important}.dahon-header-menu-button{width:50px!important;height:50px!important}}.dahon-final-cta{background:radial-gradient(circle at 86% 22%,#0e6b461f,#0000 34%),#fff!important}.dahon-final-cta h2{max-width:720px!important}.dahon-final-cta p{color:#123d2ab8!important;max-width:720px!important}.dahon-final-cta a:first-of-type{color:#fff!important;background:#0e6b46!important}.dahon-final-cta a:last-of-type{border-color:#123d2a2e!important}@media (max-width:980px){.dahon-fold-mobile-guide-image{background:#fff!important;border-radius:30px 30px 0 0!important;min-height:auto!important;padding:0!important;overflow:hidden!important}.dahon-fold-mobile-guide-image video{aspect-ratio:16/10!important;object-fit:cover!important;object-position:center center!important;width:100%!important;height:auto!important;max-height:none!important;box-shadow:none!important;border-radius:30px 30px 0 0!important;display:block!important;transform:scale(1.06)!important}}@media (max-width:520px){.dahon-fold-mobile-guide-image{border-radius:26px 26px 0 0!important}.dahon-fold-mobile-guide-image video{aspect-ratio:4/3!important;border-radius:26px 26px 0 0!important;transform:scale(1.08)!important}}@media (max-width:900px){.dahon-header-menu-button{box-shadow:none!important;border-color:#123d2a2e!important;outline:none!important}.dahon-header-menu-button:focus-visible{outline-offset:3px!important;outline:3px solid #0e6b463d!important}.dahon-header-nav.is-open{justify-items:center}.dahon-header-nav a{text-align:center;justify-content:center;width:min(220px,100%)}.dahon-header-nav a.dahon-mobile-nav-cta{width:min(220px,100%)}}.dahon-lab-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.dahon-lab-products-actions{justify-content:center;margin-top:26px;display:flex}.dahon-lab-products-actions a{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#0e6b46;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.dahon-lab-products-actions a:hover{transform:translateY(-1px)}@media (max-width:760px){.dahon-lab-products{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-left:-2px;margin-right:-2px;grid-template-columns:none!important;grid-auto-columns:minmax(250px,82vw)!important;grid-auto-flow:column!important;gap:14px!important;padding:0 0 12px!important;display:grid!important;overflow:auto hidden!important}.dahon-lab-products::-webkit-scrollbar{display:none}.dahon-lab-product{scroll-snap-align:start}.dahon-lab-product-media{min-height:230px!important}.dahon-lab-product-media img{object-fit:contain!important;max-height:230px!important}.dahon-lab-product-body h3{font-size:clamp(24px,7vw,34px)!important;line-height:.98!important}.dahon-lab-products-actions{margin-top:18px}.dahon-lab-products-actions a{width:100%;min-height:54px}}.dahon-catalog-v2-hero-panel strong{max-width:320px}.dahon-catalog-landing-card{min-height:360px!important}.dahon-catalog-landing-media{min-height:190px!important}.dahon-catalog-landing-media img{object-fit:cover!important;width:100%!important;height:100%!important;min-height:190px!important;display:block!important}.dahon-catalog-landing-media span{color:#123d2a57!important;letter-spacing:.18em!important;font-size:12px!important}.dahon-catalog-v2-product-grid{gap:18px!important}.dahon-catalog-v2-product-card{background:#f6f9f1eb!important;flex-direction:column!important;min-height:440px!important;display:flex!important}.dahon-catalog-v2-product-media{background:#edf4ea!important;place-items:center!important;min-height:210px!important;padding:18px!important;display:grid!important}.dahon-catalog-v2-product-media img{object-fit:contain!important;width:100%!important;height:190px!important;display:block!important;transform:scale(1.08)!important}.dahon-catalog-v2-product-card:hover .dahon-catalog-v2-product-media img{transform:scale(1.13)!important}.dahon-catalog-v2-product-card h3{letter-spacing:-.055em!important;font-size:clamp(24px,2.4vw,34px)!important;line-height:.98!important}.dahon-catalog-v2-product-card p{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.dahon-catalog-v2-product-card strong{color:#0e6b46!important;font-size:18px!important;font-weight:950!important}@media (max-width:900px){.dahon-catalog-v2{padding-top:0!important}.dahon-catalog-v2-hero,.dahon-catalog-landing-categories,.dahon-catalog-v2-layout,.dahon-catalog-v2-cta{width:min(100% - 28px,720px)!important}.dahon-catalog-v2-hero{grid-template-columns:1fr!important;gap:14px!important;padding:24px 18px!important}.dahon-catalog-v2-hero-copy h1{font-size:clamp(38px,11vw,58px)!important;line-height:.9!important}.dahon-catalog-v2-hero-panel{min-height:auto!important;padding:20px!important}.dahon-catalog-landing-grid{grid-template-columns:1fr!important;gap:12px!important}.dahon-catalog-landing-card{min-height:auto!important}.dahon-catalog-landing-media{min-height:210px!important}.dahon-catalog-v2-layout{display:block!important}.dahon-catalog-v2-sidebar{background:0 0!important;border:0!important;gap:8px!important;margin-bottom:20px!important;padding:0 0 14px!important;display:flex!important;position:static!important;overflow-x:auto!important}.dahon-catalog-v2-sidebar::-webkit-scrollbar{display:none}.dahon-catalog-v2-sidebar .dahon-lab-kicker{display:none!important}.dahon-catalog-v2-sidebar button{white-space:nowrap!important;border-radius:999px!important;flex:none!important;min-height:42px!important;padding:0 14px!important}.dahon-catalog-v2-product-grid{grid-template-columns:1fr!important}.dahon-catalog-v2-product-card{min-height:auto!important}.dahon-catalog-v2-product-media{min-height:260px!important}.dahon-catalog-v2-product-media img{height:235px!important}}@media (max-width:760px){.site-footer{background:#111!important;gap:18px!important;padding:34px 18px!important}.site-footer h2{font-size:34px!important;line-height:1!important}.site-footer-links{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.site-footer-links a{color:#ffffffd1!important;background:#ffffff1a!important;border-radius:999px!important;width:auto!important;min-height:34px!important;padding:8px 10px!important;font-size:12px!important;line-height:1.15!important}.site-footer-note{font-size:12px!important}}.dahon-catalog-v2-hero-panel-image{background:#e9f1e7!important;min-height:340px!important;padding:0!important;position:relative!important;overflow:hidden!important}.dahon-catalog-v2-hero-panel-image img{filter:saturate(.92)contrast(.96);object-fit:cover!important;width:100%!important;height:100%!important;min-height:340px!important;display:block!important}.dahon-catalog-v2-hero-panel-image:after{content:"";pointer-events:none;background:linear-gradient(#07100c0d,#07100c94);position:absolute;inset:0}.dahon-catalog-v2-hero-panel-image>div{z-index:2;color:#fff;bottom:24px;left:24px;right:24px;position:absolute!important}.dahon-catalog-v2-hero-panel-image span,.dahon-catalog-v2-hero-panel-image strong,.dahon-catalog-v2-hero-panel-image p{color:#fff!important}.dahon-catalog-landing-grid.dahon-catalog-landing-rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:none!important;grid-auto-columns:minmax(310px,360px)!important;grid-auto-flow:column!important;gap:14px!important;padding-bottom:14px!important;display:grid!important;overflow:auto hidden!important}.dahon-catalog-landing-grid.dahon-catalog-landing-rail::-webkit-scrollbar{height:6px}.dahon-catalog-landing-grid.dahon-catalog-landing-rail::-webkit-scrollbar-thumb{background:#0e6b4652;border-radius:999px}.dahon-catalog-landing-grid.dahon-catalog-landing-rail .dahon-catalog-landing-card{scroll-snap-align:start;flex-direction:column!important;min-height:430px!important;display:flex!important}.dahon-catalog-landing-grid.dahon-catalog-landing-rail .dahon-catalog-landing-media{flex:0 0 230px!important;height:230px!important;min-height:230px!important}.dahon-catalog-landing-grid.dahon-catalog-landing-rail .dahon-catalog-landing-media img{object-fit:cover!important;height:230px!important;min-height:230px!important}.dahon-catalog-landing-grid.dahon-catalog-landing-rail .dahon-catalog-landing-body{flex:auto}.dahon-catalog-help-actions button{color:#fff;min-height:48px;font:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#0e6b46;border:0;border-radius:0;justify-content:center;align-items:center;padding:0 24px;font-size:12px;font-weight:950;display:inline-flex}.dahon-catalog-help-actions button:hover{transform:translateY(-1px)}.consult-popup-socials{gap:10px;margin:4px 0;display:flex}.consult-popup-socials a{color:#0e6b46;letter-spacing:.06em;text-transform:uppercase;background:#0e6b460f;border:1px solid #0e6b462e;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:900px){.dahon-catalog-v2-hero-panel-image,.dahon-catalog-v2-hero-panel-image img{min-height:260px!important}.dahon-catalog-v2-hero-panel-image>div{bottom:18px;left:18px;right:18px}.dahon-catalog-landing-grid.dahon-catalog-landing-rail{grid-auto-columns:minmax(260px,86vw)!important;gap:12px!important}.dahon-catalog-landing-grid.dahon-catalog-landing-rail .dahon-catalog-landing-card{min-height:410px!important}.dahon-catalog-landing-grid.dahon-catalog-landing-rail .dahon-catalog-landing-media,.dahon-catalog-landing-grid.dahon-catalog-landing-rail .dahon-catalog-landing-media img{flex-basis:220px!important;height:220px!important;min-height:220px!important}.dahon-catalog-help-actions button,.dahon-catalog-help-actions a{width:100%}}.dahon-catalog-v2-hero-panel-image img{object-position:center center!important}.dahon-catalog-v2-hero-panel-image>div p{max-width:310px}.consult-popup--dahon .consult-popup-card{background:radial-gradient(circle at 10% 0,#0e6b4614,#0000 34%),linear-gradient(135deg,#fff 0%,#f5f8f1 100%)!important}.consult-popup--dahon .consult-popup-kicker{color:#0e6b46!important}.consult-popup--dahon .consult-popup-primary{color:#fff!important;background:#0e6b46!important;border-color:#0e6b46!important}.consult-popup--dahon .consult-popup-primary:hover{background:#0b5c3c!important;border-color:#0b5c3c!important}.consult-popup--dahon .consult-popup-secondary{color:#0e6b46!important;background:#fff!important;border-color:#0e6b4647!important}.consult-popup--dahon .consult-popup-form input:focus{border-color:#0e6b46!important;box-shadow:0 0 0 4px #0e6b461f!important}.consult-popup--dahon input[type=checkbox]{accent-color:#0e6b46!important}.consult-popup--dahon .consult-popup-social-group{margin:2px 0 8px}.consult-popup--dahon .consult-popup-social-group>p{color:#08110d94;letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:950}.consult-popup--dahon .consult-popup-socials{gap:10px;margin:0;display:flex}.consult-popup--dahon .consult-popup-socials a{color:#0e6b46;letter-spacing:.06em;text-transform:uppercase;background:#0e6b460f;border:1px solid #0e6b463d;justify-content:center;align-items:center;min-height:40px;padding:0 18px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.consult-popup--dahon .consult-popup-socials a:hover{color:#fff;background:#0e6b46}.consult-popup--dahon .consult-popup-error{border-color:#0e6b463d!important}@media (max-width:760px){.consult-popup--dahon .consult-popup-actions{gap:10px}.consult-popup--dahon .consult-popup-primary,.consult-popup--dahon .consult-popup-secondary{width:100%}}.dahon-catalog-v2-hero-panel-image>div{max-width:360px!important}.dahon-catalog-v2-hero-panel-image>div span,.dahon-catalog-v2-hero-panel-image>div p{display:none!important}.dahon-catalog-v2-hero-panel-image>div strong{color:#fff!important;display:block!important}.consult-popup.consult-popup--dahon .consult-popup-card{background:radial-gradient(circle at 8% 0,#0e6b461a,#0000 34%),linear-gradient(135deg,#fff 0%,#f5f8f1 100%)!important}.consult-popup.consult-popup--dahon .consult-popup-kicker{color:#0e6b46!important}.consult-popup.consult-popup--dahon .consult-popup-primary,.consult-popup.consult-popup--dahon button.consult-popup-primary,.consult-popup.consult-popup--dahon a.consult-popup-primary{color:#fff!important;box-shadow:none!important;background:#0e6b46!important;border-color:#0e6b46!important}.consult-popup.consult-popup--dahon .consult-popup-primary:hover,.consult-popup.consult-popup--dahon button.consult-popup-primary:hover,.consult-popup.consult-popup--dahon a.consult-popup-primary:hover{color:#fff!important;background:#0b5c3c!important;border-color:#0b5c3c!important}.consult-popup.consult-popup--dahon .consult-popup-secondary{color:#0e6b46!important;background:#fff!important;border-color:#0e6b464d!important}.consult-popup.consult-popup--dahon .consult-popup-form input:focus{border-color:#0e6b46!important;box-shadow:0 0 0 4px #0e6b461f!important}.consult-popup.consult-popup--dahon input[type=checkbox]{accent-color:#0e6b46!important}.consult-popup.consult-popup--dahon .consult-popup-social-group{margin:2px 0 8px!important}.consult-popup.consult-popup--dahon .consult-popup-social-group>p{color:#08110d94!important;letter-spacing:.14em!important;text-transform:uppercase!important;margin:0 0 10px!important;font-size:11px!important;font-weight:950!important;display:block!important}.consult-popup.consult-popup--dahon .consult-popup-socials{gap:10px!important;margin:0!important;display:flex!important}.consult-popup.consult-popup--dahon .consult-popup-socials a{color:#0e6b46!important;letter-spacing:.06em!important;text-transform:uppercase!important;background:#0e6b460f!important;border:1px solid #0e6b463d!important;justify-content:center!important;align-items:center!important;min-height:40px!important;padding:0 18px!important;font-size:12px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.consult-popup.consult-popup--dahon .consult-popup-socials a:hover{color:#fff!important;background:#0e6b46!important}.dahon-product-card .dahon-product-image,.dahon-catalog-v2-product-card .dahon-catalog-v2-product-media,.dahon-category-product-card .dahon-category-product-image,.dahon-category-product-card figure,.dahon-collection-product-card figure{background:#fff!important;border:1px solid #08110d14!important;box-shadow:inset 0 0 0 1px #08110d08!important}.dahon-product-card .dahon-product-image img,.dahon-catalog-v2-product-card .dahon-catalog-v2-product-media img,.dahon-category-product-card img,.dahon-collection-product-card img{mix-blend-mode:normal!important}.dahon-category-description,.dahon-collection-description,.dahon-category-v2-description{align-items:center!important}.dahon-category-description>*,.dahon-collection-description>*,.dahon-category-v2-description>*{align-self:center!important}.dahon-category-feature-card,.dahon-collection-feature-card,.dahon-category-v2-feature-card{flex-direction:column!important;display:flex!important}.dahon-category-feature-card>span,.dahon-collection-feature-card>span,.dahon-category-v2-feature-card>span{margin-bottom:26px!important}.dahon-category-feature-card h3,.dahon-collection-feature-card h3,.dahon-category-v2-feature-card h3{margin-top:0!important}@media (max-width:760px){.dahon-category-description,.dahon-collection-description,.dahon-category-v2-description{align-items:flex-start!important}.dahon-category-feature-card>span,.dahon-collection-feature-card>span,.dahon-category-v2-feature-card>span{margin-bottom:18px!important}}.collection-page-dahon .collection-intro{align-items:center!important}.collection-page-dahon .collection-intro>p{align-self:center!important;margin-top:0!important}.collection-page-dahon .collection-feature-card{flex-direction:column!important;justify-content:flex-start!important;gap:18px!important;display:flex!important}.collection-page-dahon .collection-feature-card>span{margin-bottom:6px!important}.collection-page-dahon .collection-feature-card h3{margin-top:0!important}.collection-page-dahon .collection-product-image{background:#fff!important;border:1px solid #08110d14!important;box-shadow:inset 0 0 0 1px #08110d08!important}.collection-page-dahon .collection-product-image img{mix-blend-mode:normal!important}.collection-page-dahon .collection-product-card:hover .collection-product-image{border-color:#0e6b462e!important}.collection-page-dahon .collection-request-dahon-cta{grid-template-columns:minmax(0,1fr) minmax(260px,340px)!important;align-items:center!important;gap:36px!important;display:grid!important}.collection-page-dahon .collection-request-dahon-cta .dahon-catalog-help-actions{align-self:center!important;gap:12px!important;display:grid!important}.collection-page-dahon .collection-request-dahon-cta .dahon-catalog-help-actions button,.collection-page-dahon .collection-request-dahon-cta .dahon-catalog-help-actions a{width:100%!important}@media (max-width:900px){.collection-page-dahon .collection-intro{align-items:flex-start!important}.collection-page-dahon .collection-request-dahon-cta{grid-template-columns:1fr!important;gap:24px!important}.collection-page-dahon .collection-feature-card{gap:14px!important}.dahon-header-menu-button{color:#0e6b46!important;width:96px!important;height:96px!important;box-shadow:none!important;background:#fff!important;border:2px solid #123d2a29!important;border-radius:999px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;display:inline-flex!important;position:relative!important}.dahon-header-menu-button span{opacity:1!important;visibility:visible!important;background:#0e6b46!important;border-radius:999px!important;width:34px!important;height:3px!important;display:block!important;transform:none!important}.dahon-header-menu-button:before,.dahon-header-menu-button:after{content:""!important;background:#0e6b46!important;border-radius:999px!important;width:34px!important;height:3px!important;display:block!important}.dahon-header-menu-button[aria-expanded=true] span{opacity:0!important}.dahon-header-menu-button[aria-expanded=true]:before{transform:translateY(8px)rotate(45deg)!important}.dahon-header-menu-button[aria-expanded=true]:after{transform:translateY(-8px)rotate(-45deg)!important}.collection-page-dahon .collection-feature-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:none!important;grid-auto-columns:minmax(270px,82vw)!important;grid-auto-flow:column!important;gap:14px!important;margin-left:-2px!important;margin-right:-2px!important;padding:0 0 14px!important;display:grid!important;overflow:auto hidden!important}.collection-page-dahon .collection-feature-grid::-webkit-scrollbar{display:none}.collection-page-dahon .collection-feature-card{scroll-snap-align:start;min-height:260px!important}.collection-page-dahon .collection-feature-card>span{margin-bottom:0!important}.collection-page-dahon .collection-feature-card h3{font-size:24px!important;line-height:1.02!important}.collection-page-dahon .collection-feature-card p{font-size:15px!important;line-height:1.55!important}.collection-page-dahon .collection-request-dahon-cta{border-radius:30px!important;grid-template-columns:1fr!important;gap:24px!important;width:min(100% - 28px,720px)!important;padding:38px 22px!important;overflow:hidden!important}.collection-page-dahon .collection-request-dahon-cta h2{letter-spacing:-.065em!important;overflow-wrap:normal!important;word-break:normal!important;max-width:100%!important;font-size:clamp(38px,10vw,54px)!important;line-height:.92!important}.collection-page-dahon .collection-request-dahon-cta p{max-width:100%!important;font-size:22px!important;line-height:1.45!important}.collection-page-dahon .collection-request-dahon-cta .dahon-catalog-help-actions{gap:12px!important;width:100%!important;display:grid!important}.collection-page-dahon .collection-request-dahon-cta .dahon-catalog-help-actions button,.collection-page-dahon .collection-request-dahon-cta .dahon-catalog-help-actions a{text-align:center!important;white-space:normal!important;width:100%!important;min-height:56px!important;padding:0 16px!important;font-size:13px!important;line-height:1.15!important}}@media (max-width:520px){.dahon-header-menu-button{width:88px!important;height:88px!important}.dahon-header-menu-button span,.dahon-header-menu-button:before,.dahon-header-menu-button:after{width:30px!important;height:3px!important}.collection-page-dahon .collection-request-dahon-cta{border-radius:28px!important;padding:34px 18px!important}.collection-page-dahon .collection-request-dahon-cta h2{font-size:clamp(34px,10vw,46px)!important}.collection-page-dahon .collection-request-dahon-cta p{font-size:20px!important}}@media (max-width:900px){.dahon-header-menu-button{border-width:1.5px!important;gap:4px!important;width:66px!important;min-width:66px!important;height:66px!important;min-height:66px!important}.dahon-header-menu-button span,.dahon-header-menu-button:before,.dahon-header-menu-button:after{width:28px!important;height:3px!important}.dahon-header-menu-button[aria-expanded=true]:before{transform:translateY(7px)rotate(45deg)!important}.dahon-header-menu-button[aria-expanded=true]:after{transform:translateY(-7px)rotate(-45deg)!important}}@media (max-width:520px){.dahon-header-menu-button{width:62px!important;min-width:62px!important;height:62px!important;min-height:62px!important}.dahon-header-menu-button span,.dahon-header-menu-button:before,.dahon-header-menu-button:after{width:26px!important;height:3px!important}.dahon-header-menu-button[aria-expanded=true]:before{transform:translateY(7px)rotate(45deg)!important}.dahon-header-menu-button[aria-expanded=true]:after{transform:translateY(-7px)rotate(-45deg)!important}}@media (max-width:760px){.consult-popup{-webkit-overflow-scrolling:touch!important;justify-content:center!important;align-items:flex-start!important;padding:14px!important;overflow-y:auto!important}.consult-popup-card{-webkit-overflow-scrolling:touch!important;border-radius:28px!important;width:min(100%,430px)!important;max-height:calc(100dvh - 28px)!important;padding:34px 24px 24px!important;overflow:hidden auto!important}.consult-popup-close{z-index:5!important;margin-left:auto!important;position:sticky!important;top:0!important}.consult-popup-card h2{letter-spacing:-.065em!important;font-size:clamp(34px,9.2vw,46px)!important;line-height:.94!important}.consult-popup-card>p,.consult-popup-form>p{font-size:16px!important;line-height:1.5!important}.consult-popup-form{gap:14px!important}.consult-popup-form label{gap:8px!important}.consult-popup-form input{min-height:52px!important;font-size:16px!important}.consult-popup-social-group{margin-top:2px!important}.consult-popup-actions{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.consult-popup-actions .consult-popup-primary,.consult-popup-actions .consult-popup-secondary{width:100%!important;min-height:52px!important}}@media (max-width:420px){.consult-popup{padding:10px!important}.consult-popup-card{border-radius:24px!important;max-height:calc(100dvh - 20px)!important;padding:28px 18px 20px!important}.consult-popup-card h2{font-size:clamp(30px,8.8vw,40px)!important}.consult-popup-card>p{font-size:15px!important}}@media (max-width:900px){.dahon-product-page{background:#eef2f5!important;padding:14px!important}.dahon-product-page .product-v2-hero,.dahon-product-page .product-v2-hero-dahon{grid-template-columns:1fr!important;gap:14px!important;width:min(100%,720px)!important;margin:0 auto 14px!important;display:grid!important}.product-v2-gallery-dahon{background:#e6edf3!important;border-radius:28px!important;order:1!important;padding:0!important;overflow:hidden!important}.product-v2-gallery-dahon .electra-product-gallery{gap:10px!important;padding:12px!important;display:grid!important}.product-v2-gallery-dahon .electra-product-gallery-main,.product-v2-gallery-dahon .electra-product-gallery-placeholder{background:#fff!important;border-radius:24px!important;height:360px!important;min-height:360px!important;max-height:360px!important;overflow:hidden!important}.product-v2-gallery-dahon .electra-product-gallery-main img,.product-v2-gallery-dahon .electra-product-gallery-placeholder img{object-fit:contain!important;width:100%!important;height:100%!important;max-height:330px!important;padding:18px!important;overflow:hidden!important}.product-v2-gallery-dahon .electra-product-gallery-thumbs{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;grid-template-columns:none!important;gap:10px!important;padding:2px 0 4px!important;display:flex!important;overflow:auto hidden!important}.product-v2-gallery-dahon .electra-product-gallery-thumbs::-webkit-scrollbar{display:none}.product-v2-gallery-dahon .electra-product-gallery-thumbs button{scroll-snap-align:start;background:#fff!important;border-radius:14px!important;flex:0 0 74px!important;width:74px!important;min-width:74px!important;height:58px!important}.product-v2-gallery-dahon .electra-product-gallery-thumbs img{object-fit:contain!important;width:100%!important;height:100%!important;padding:5px!important}.product-v2-buybox-dahon{border-radius:28px!important;order:2!important;padding:26px 22px!important}.product-v2-buybox-dahon h1{letter-spacing:-.06em!important;font-size:clamp(38px,10vw,54px)!important;line-height:.92!important}.product-v2-buybox-dahon .product-v2-lead{font-size:16px!important;line-height:1.5!important}.product-v2-buybox-dahon .product-v2-price-row strong{font-size:28px!important}.product-v2-key-specs-dahon{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.product-v2-color-picker-dahon>div,.product-v2-variants-dahon>div{flex-wrap:wrap!important;gap:8px!important}.product-v2-actions{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.product-v2-actions>*,.product-v2-actions button,.product-v2-actions a{width:100%!important;min-height:52px!important}.product-v2-trust-row-dahon{grid-template-columns:1fr!important;gap:10px!important;width:min(100%,720px)!important;margin:0 auto 14px!important;display:grid!important}.product-v2-story-dahon,.product-v2-section-dahon,.product-v2-split-dahon{border-radius:28px!important;width:min(100%,720px)!important;margin-left:auto!important;margin-right:auto!important;padding:28px 22px!important}.product-v2-story-dahon{grid-template-columns:1fr!important;gap:18px!important}.product-v2-story-dahon h2,.product-v2-section-dahon h2,.product-v2-split-dahon h2{font-size:clamp(34px,9vw,48px)!important;line-height:.96!important}.product-v2-card-grid{grid-template-columns:1fr!important}.product-v2-split-dahon{grid-template-columns:1fr!important;gap:18px!important}.product-v2-component-group dl div{grid-template-columns:1fr!important;gap:6px!important}}@media (max-width:520px){.product-v2-gallery-dahon .electra-product-gallery-main,.product-v2-gallery-dahon .electra-product-gallery-placeholder{height:320px!important;min-height:320px!important;max-height:320px!important}.product-v2-gallery-dahon .electra-product-gallery-main img,.product-v2-gallery-dahon .electra-product-gallery-placeholder img{max-height:290px!important;padding:14px!important}.product-v2-gallery-dahon .electra-product-gallery-thumbs button{flex-basis:68px!important;width:68px!important;min-width:68px!important;height:54px!important}.product-v2-buybox-dahon{padding:24px 18px!important}.product-v2-buybox-dahon h1{font-size:clamp(34px,10vw,46px)!important}.product-v2-key-specs-dahon{grid-template-columns:1fr 1fr!important}}.dahon-product-page .product-v2-trust-row-dahon-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:min(100%,1120px)!important;margin:18px auto 24px!important;display:grid!important}.dahon-product-page .product-v2-trust-row-dahon-benefits>div{background:radial-gradient(circle at 0 0,#0e6b4614,#0000 36%),#fffdf8f0!important;border:1px solid #08110d14!important;border-radius:20px!important;grid-template-columns:auto 1fr!important;grid-template-areas:"icon title"".text"!important;align-items:start!important;gap:8px 14px!important;min-height:150px!important;padding:24px 22px!important;display:grid!important;box-shadow:0 18px 44px #09120e0f!important}.dahon-product-page .product-v2-trust-row-dahon-benefits .product-v2-trust-icon{color:#00acba!important;background:#00acba1a!important;border-radius:999px!important;grid-area:icon!important;place-items:center!important;width:42px!important;height:42px!important;font-size:20px!important;font-weight:950!important;line-height:1!important;display:inline-grid!important}.dahon-product-page .product-v2-trust-row-dahon-benefits strong{color:#101419!important;letter-spacing:-.035em!important;grid-area:title!important;align-self:center!important;font-size:20px!important;font-weight:950!important;line-height:1.05!important}@media (max-width:1100px){.dahon-product-page .product-v2-trust-row-dahon-benefits{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.dahon-product-page .product-v2-trust-row-dahon-benefits{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:none!important;grid-auto-columns:minmax(260px,82vw)!important;grid-auto-flow:column!important;gap:12px!important;margin:14px auto 18px!important;padding:0 0 12px!important;display:grid!important;overflow:auto hidden!important}.dahon-product-page .product-v2-trust-row-dahon-benefits::-webkit-scrollbar{display:none}.dahon-product-page .product-v2-trust-row-dahon-benefits>div{scroll-snap-align:start;min-height:150px!important;padding:22px 20px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits strong{font-size:19px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits p{font-size:14px!important}}.dahon-product-page .product-v2-trust-row-dahon-benefits>div{min-height:132px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits strong{font-size:18px!important;line-height:1.08!important}.dahon-product-page .product-v2-trust-row-dahon-benefits p{font-size:14px!important;line-height:1.42!important}@media (max-width:1100px){.dahon-product-page .product-v2-trust-row-dahon-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.dahon-product-page .product-v2-trust-row-dahon-benefits{grid-auto-columns:minmax(250px,80vw)!important}}.dahon-product-page .product-v2-trust-row-dahon-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:14px!important;width:min(100%,1120px)!important;margin:18px auto 24px!important;padding:0!important;display:grid!important;overflow:visible!important}.dahon-product-page .product-v2-trust-row-dahon-benefits>div{opacity:1!important;background:#fffdf8!important;border-radius:20px!important;grid-template-columns:40px 1fr!important;grid-template-areas:"icon title""icon text"!important;align-items:start!important;gap:6px 14px!important;min-height:126px!important;padding:22px 20px!important;display:grid!important;overflow:hidden!important;transform:none!important}.dahon-product-page .product-v2-trust-row-dahon-benefits .product-v2-trust-icon{grid-area:icon!important;width:38px!important;height:38px!important;font-size:18px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits strong{color:#101419!important;letter-spacing:-.035em!important;grid-area:title!important;margin:0!important;font-size:18px!important;line-height:1.08!important}.dahon-product-page .product-v2-trust-row-dahon-benefits p{color:#101419a8!important;grid-area:text!important;margin:0!important;font-size:14px!important;line-height:1.42!important}@media (max-width:1100px){.dahon-product-page .product-v2-trust-row-dahon-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.dahon-product-page .product-v2-trust-row-dahon-benefits{grid-template-columns:1fr!important;grid-auto-flow:row!important;gap:10px!important;width:min(100% - 28px,720px)!important;margin:14px auto 18px!important;padding:0!important;display:grid!important;overflow:visible!important}.dahon-product-page .product-v2-trust-row-dahon-benefits>div{border-radius:18px!important;min-height:auto!important;padding:18px 16px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits .product-v2-trust-icon{width:34px!important;height:34px!important;font-size:16px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits strong{font-size:17px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits p{font-size:14px!important;line-height:1.38!important}.dahon-product-page .product-v2-story-dahon,.dahon-product-page .product-v2-section-dahon,.dahon-product-page .product-v2-split-dahon{border-radius:28px!important;width:min(100% - 28px,720px)!important;padding:28px 20px!important}.dahon-product-page .product-v2-story-dahon h2,.dahon-product-page .product-v2-section-dahon h2,.dahon-product-page .product-v2-split-dahon h2{letter-spacing:-.055em!important;font-size:clamp(34px,9vw,46px)!important;line-height:.96!important}}@media (max-width:420px){.dahon-product-page .product-v2-trust-row-dahon-benefits>div{grid-template-columns:32px 1fr!important;column-gap:12px!important;padding:16px 14px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits strong{font-size:16px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits p{font-size:13px!important}}@media (max-width:760px){.dahon-product-page .product-v2-trust-row-dahon-benefits{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;grid-template-columns:none!important;grid-auto-columns:minmax(260px,82vw)!important;grid-auto-flow:column!important;gap:12px!important;width:min(100% - 28px,720px)!important;margin:14px auto 18px!important;padding:0 2px 12px!important;display:grid!important;overflow:auto hidden!important}.dahon-product-page .product-v2-trust-row-dahon-benefits::-webkit-scrollbar{display:none!important}.dahon-product-page .product-v2-trust-row-dahon-benefits>div{scroll-snap-align:start!important;opacity:1!important;background:#fffdf8!important;border-radius:20px!important;grid-template-columns:38px 1fr!important;grid-template-areas:"icon title""icon text"!important;gap:8px 14px!important;width:auto!important;min-width:0!important;min-height:154px!important;padding:20px 18px!important;display:grid!important;overflow:hidden!important;transform:none!important}.dahon-product-page .product-v2-trust-row-dahon-benefits .product-v2-trust-icon{grid-area:icon!important;width:36px!important;height:36px!important;font-size:16px!important}.dahon-product-page .product-v2-trust-row-dahon-benefits strong{grid-area:title!important;margin:0!important;font-size:18px!important;line-height:1.08!important}.dahon-product-page .product-v2-trust-row-dahon-benefits p{grid-area:text!important;margin:0!important;font-size:14px!important;line-height:1.42!important}}@media (max-width:420px){.dahon-product-page .product-v2-trust-row-dahon-benefits{grid-auto-columns:minmax(245px,84vw)!important}.dahon-product-page .product-v2-trust-row-dahon-benefits>div{min-height:150px!important;padding:18px 16px!important}}.dahon-product-page .product-v2-component-groups-dahon .product-v2-component-group h3{display:none!important}.dahon-product-page .product-v2-component-groups-dahon .product-v2-component-group{background:#fff!important;border-radius:18px!important;overflow:hidden!important}.dahon-product-page .product-v2-component-groups-dahon .product-v2-component-group dl{border-top:1px solid #08110d14!important}.dahon-product-page .product-v2-component-groups-dahon .product-v2-component-group dl div:first-child{border-top:0!important}.dahon-product-page .product-v2-component-group>h3,.dahon-product-page .product-v2-component-groups .product-v2-component-group>h3,.dahon-product-page .product-v2-component-groups-dahon .product-v2-component-group>h3{display:none!important}.dahon-product-page .product-v2-component-group{background:#fff!important;border-radius:18px!important;overflow:hidden!important}.dahon-product-page .product-v2-component-group dl{border-top:1px solid #08110d14!important;margin:0!important}.dahon-product-page .product-v2-component-group dl div:first-child{border-top:0!important}.product-v2-question-button-dahon{appearance:none!important;cursor:pointer!important;font-family:inherit!important}.product-v2-question-button-dahon:disabled{cursor:not-allowed!important;opacity:.6!important}.dahon-product-page .product-v2-actions .product-v2-question-button-dahon{color:#fff!important;text-align:center!important;width:100%!important;min-height:52px!important;box-shadow:none!important;background:#ffffff0f!important;border:1px solid #ffffff4d!important;border-radius:999px!important;font-weight:950!important}.consult-popup-backdrop{z-index:0!important;width:100vw!important;height:100dvh!important;position:fixed!important;inset:0!important}@media (max-width:760px){.consult-popup{align-items:flex-start!important;padding:12px!important}.consult-popup-card{border-radius:28px!important;width:min(100%,420px)!important;max-height:calc(100dvh - 24px)!important;padding:42px 20px 22px!important}.consult-popup-close{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;font-size:20px!important;top:14px!important;right:14px!important}.consult-popup-card h2{letter-spacing:-.065em!important;font-size:clamp(32px,8.6vw,42px)!important;line-height:.94!important}.consult-popup-actions{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.consult-popup-actions .consult-popup-primary,.consult-popup-actions .consult-popup-secondary{width:100%!important;min-height:52px!important}}.dahon-product-page .product-v2-actions{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.dahon-product-page .product-v2-actions .product-v2-question-button-dahon{color:#fff!important;width:100%!important;min-height:52px!important;font:inherit!important;letter-spacing:.06em!important;text-align:center!important;text-transform:uppercase!important;cursor:pointer!important;box-shadow:none!important;background:#ffffff14!important;border:1px solid #ffffff57!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 22px!important;font-size:13px!important;font-weight:950!important;display:inline-flex!important}.dahon-product-page .product-v2-actions .product-v2-question-button-dahon:hover{color:#101419!important;background:#fff!important;border-color:#fff!important}.consult-popup{z-index:2147483000!important;-webkit-overflow-scrolling:touch!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;padding:24px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden auto!important}.consult-popup-backdrop{z-index:0!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#05080694!important;width:100vw!important;height:100dvh!important;position:fixed!important;inset:0!important}.consult-popup-card{z-index:1!important;-webkit-overflow-scrolling:touch!important;width:min(100%,560px)!important;max-height:calc(100dvh - 48px)!important;position:relative!important;overflow:hidden auto!important}.consult-popup-close{color:#fff!important;cursor:pointer!important;background:#0e6b46!important;border:0!important;border-radius:999px!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;font-size:22px!important;line-height:1!important;display:inline-grid!important;position:absolute!important;top:18px!important;right:18px!important}@media (max-width:760px){.consult-popup{align-items:flex-start!important;padding:12px!important}.consult-popup-card{border-radius:28px!important;width:min(100%,420px)!important;max-height:calc(100dvh - 24px)!important;padding:42px 20px 22px!important}.consult-popup-close{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;font-size:20px!important;top:14px!important;right:14px!important}.consult-popup-card h2{letter-spacing:-.065em!important;font-size:clamp(32px,8.6vw,42px)!important;line-height:.94!important}.consult-popup-actions{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.consult-popup-actions .consult-popup-primary,.consult-popup-actions .consult-popup-secondary{width:100%!important;min-height:52px!important}}.floating-cart-button{z-index:2147482500!important;color:#fff!important;cursor:pointer!important;background:#0e6b46!important;border:0!important;border-radius:999px!important;place-items:center!important;width:62px!important;height:62px!important;display:inline-grid!important;position:fixed!important;bottom:22px!important;right:22px!important;box-shadow:0 18px 46px #00000042!important}.floating-cart-button svg{fill:currentColor!important;width:28px!important;height:28px!important}.floating-cart-button span{color:#0e6b46!important;background:#fff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:24px!important;height:24px!important;padding:0 7px!important;font-size:12px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:-4px!important;right:-4px!important;box-shadow:0 6px 16px #00000038!important}.floating-cart-button:hover{transform:translateY(-2px)!important;box-shadow:0 22px 56px #00000052!important}@media (max-width:760px){.floating-cart-button{width:58px!important;height:58px!important;bottom:16px!important;right:16px!important}.floating-cart-button svg{width:26px!important;height:26px!important}}.cart-overlay{z-index:2147482600!important;background:#080c0a7a!important;justify-content:flex-end!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.cart-drawer{color:#101419!important;-webkit-overflow-scrolling:touch!important;background:#fbf7ef!important;width:min(100%,460px)!important;height:100dvh!important;padding:28px 22px!important;overflow:hidden auto!important}.cart-drawer,.cart-drawer p,.cart-drawer span,.cart-drawer strong,.cart-drawer label,.cart-drawer h2,.cart-drawer h3{color:#101419!important}.cart-header{justify-content:space-between!important;align-items:flex-start!important;gap:20px!important;margin-bottom:24px!important;display:flex!important}.cart-header .eyebrow{color:#1014198c!important}.cart-header h2{color:#101419!important}.cart-close{color:#101419!important;cursor:pointer!important;background:#fff!important;border:1px solid #10141924!important;border-radius:999px!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;font-size:28px!important;line-height:1!important;display:inline-grid!important}.cart-item{color:#101419!important;background:#fff!important;border:1px solid #1014191f!important;border-radius:18px!important;grid-template-columns:1fr auto!important;gap:16px!important;padding:22px 18px!important;display:grid!important;position:relative!important}.cart-item+.cart-item{margin-top:12px!important}.cart-item-name{color:#101419!important;margin:0 0 12px!important;font-size:18px!important;font-weight:950!important;line-height:1.2!important}.cart-item-meta{color:#10141994!important;margin:0 0 14px!important}.cart-item-price{color:#101419!important;margin:0!important;font-weight:900!important}.cart-item-controls{align-items:center!important;gap:10px!important;display:inline-flex!important}.cart-item-controls button{color:#fff!important;cursor:pointer!important;background:#101419!important;border:0!important;border-radius:999px!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:18px!important;font-weight:900!important;line-height:1!important}.cart-item-controls span{color:#101419!important;text-align:center!important;min-width:22px!important;font-size:18px!important;font-weight:950!important}.cart-remove{color:#9b1c1c!important;cursor:pointer!important;background:0 0!important;border:0!important;grid-column:1/-1!important;justify-self:start!important;padding:0!important;font-weight:800!important}.cart-total{border-top:1px solid #10141924!important;border-bottom:1px solid #10141924!important;justify-content:space-between!important;gap:20px!important;margin:22px 0!important;padding:22px 0!important;display:flex!important}.cart-total span,.cart-total strong{color:#101419!important;font-size:18px!important;font-weight:950!important}.cart-form{gap:16px!important;display:grid!important}.cart-form label{color:#101419!important;gap:8px!important;font-weight:900!important;display:grid!important}.cart-form input{color:#101419!important;background:#fff!important;border:1px solid #1014192e!important;border-radius:14px!important;width:100%!important;min-height:58px!important;padding:0 16px!important;font-size:16px!important;font-weight:700!important}.cart-form input::placeholder{color:#1014197a!important}.cart-form .primary-button{color:#fff!important;background:#0e6b46!important;border-radius:999px!important;width:100%!important;min-height:56px!important}.form-error{color:#9b1c1c!important;font-weight:800!important}.form-success{color:#0e6b46!important;font-weight:900!important}.empty-cart h3,.empty-cart p{color:#101419!important}.floating-cart-button span{color:#0e6b46!important;background:#fff!important;border:1px solid #0e6b462e!important}@media (max-width:760px){.cart-overlay{justify-content:stretch!important}.cart-drawer{width:100%!important;padding:24px 16px 28px!important}.cart-item{grid-template-columns:1fr auto!important;padding:20px 16px!important}.cart-item-name{font-size:17px!important}}.electra-product-v2 .electra-product-question-button{appearance:none;cursor:pointer;font:inherit;text-decoration:none}.electra-product-v2 .electra-product-v2-actions .electra-product-question-button{width:100%}.electra-product-v2 .electra-product-v2-cta .electra-product-question-button{width:auto}@media (max-width:680px){.electra-product-v2 .electra-product-v2-cta .electra-product-question-button{width:100%}}.electra-consultation-button{appearance:none;cursor:pointer;font:inherit;text-decoration:none}.electra-v2-cta .electra-consultation-button,.electra-catalog-v2-cta .electra-consultation-button{width:auto}@media (max-width:680px){.electra-v2-cta .electra-consultation-button,.electra-catalog-v2-cta .electra-consultation-button{width:100%}}.electra-collection-v2 .electra-collection-v2-hero{align-items:center!important}.electra-collection-v2 .electra-collection-v2-media{aspect-ratio:16/9!important;align-self:center!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important}.electra-collection-v2 .electra-collection-v2-media>img,.electra-collection-v2 .electra-collection-v2-video{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;min-height:0!important;display:block!important}.electra-collection-v2 .electra-collection-v2-placeholder{aspect-ratio:16/9!important;min-height:0!important}@media (max-width:900px){.electra-collection-v2 .electra-collection-v2-media{aspect-ratio:16/9!important;width:100%!important}}.electra-collection-v2 .electra-collection-v2-hero{background:#fffcf7eb!important;border-radius:34px!important;flex-direction:column!important;gap:0!important;width:min(100% - 48px,1320px)!important;margin:24px auto 0!important;padding:0!important;display:flex!important;overflow:hidden!important;box-shadow:0 28px 80px #11111114!important}.electra-collection-v2 .electra-collection-v2-media{aspect-ratio:16/9!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;order:1!important;overflow:hidden!important}.electra-collection-v2 .electra-collection-v2-media>img,.electra-collection-v2 .electra-collection-v2-video{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.electra-collection-v2 .electra-collection-v2-copy{width:100%!important;max-width:none!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;order:2!important;padding:52px 64px 60px!important}.electra-collection-v2 .electra-collection-v2-copy h1{max-width:760px!important}.electra-collection-v2 .electra-collection-v2-copy>p:not(.electra-v2-kicker){max-width:680px!important}.electra-collection-v2 .electra-collection-v2-label{bottom:28px!important;right:28px!important}@media (max-width:900px){.electra-collection-v2 .electra-collection-v2-hero{border-radius:26px!important;width:min(100% - 24px,1320px)!important;margin-top:14px!important}.electra-collection-v2 .electra-collection-v2-copy{padding:32px 26px 38px!important}.electra-collection-v2 .electra-collection-v2-copy h1{font-size:clamp(52px,17vw,84px)!important;line-height:.9!important}.electra-collection-v2 .electra-collection-v2-label{bottom:18px!important;right:18px!important}}.electra-story-flatfoot-card:has(.electra-story-flatfoot-image){min-height:520px;position:relative;overflow:hidden;padding:0!important}.electra-story-flatfoot-image{object-fit:cover;object-position:center center;width:100%;height:100%;min-height:520px;display:block}.electra-story-flatfoot-caption{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffcf7e0;border-radius:28px;gap:18px;padding:26px 28px;display:grid;position:absolute;bottom:34px;left:36px;right:36px}.electra-story-flatfoot-caption span{color:#008c95;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:900}.electra-story-flatfoot-caption strong{max-width:560px}@media (max-width:900px){.electra-story-flatfoot-card:has(.electra-story-flatfoot-image){min-height:360px}.electra-story-flatfoot-image{min-height:360px}.electra-story-flatfoot-caption{border-radius:22px;padding:20px;bottom:18px;left:18px;right:18px}}.electra-collection-v2-request--compact{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:32px!important;display:grid!important}.electra-collection-v2-request--compact>div{max-width:760px!important}.electra-collection-v2-request--compact h2{max-width:720px!important}.electra-collection-v2-request--compact p:not(.electra-v2-kicker){max-width:640px!important}.electra-collection-v2-request--compact .electra-consultation-button{white-space:nowrap!important}@media (max-width:820px){.electra-collection-v2-request--compact{grid-template-columns:1fr!important;gap:24px!important}.electra-collection-v2-request--compact .electra-consultation-button{white-space:normal!important;width:100%!important}}.electra-product-v2 table td[rowspan],.electra-product-v2 table th[rowspan]{display:none!important}.electra-product-v2 table{table-layout:auto!important;width:100%!important;max-width:100%!important}.electra-product-v2 table td,.electra-product-v2 table th{vertical-align:top!important;overflow-wrap:anywhere!important}@media (max-width:760px){.electra-product-v2 table,.electra-product-v2 tbody,.electra-product-v2 tr,.electra-product-v2 td,.electra-product-v2 th{box-sizing:border-box!important;width:100%!important;max-width:100%!important;display:block!important}.electra-product-v2 table{overflow:hidden!important}.electra-product-v2 tr{border-bottom:1px solid #11111114!important;padding:18px 0!important}.electra-product-v2 tr:last-child{border-bottom:0!important}.electra-product-v2 td,.electra-product-v2 th{text-align:left!important;border:0!important;padding:0!important}.electra-product-v2 td[rowspan],.electra-product-v2 th[rowspan]{display:none!important}.electra-product-v2 td:first-child:not([rowspan]),.electra-product-v2 th:first-child:not([rowspan]){color:#11111194!important;margin-bottom:7px!important;font-size:15px!important;font-weight:700!important;line-height:1.25!important}.electra-product-v2 td:last-child,.electra-product-v2 th:last-child{color:#111!important;overflow-wrap:anywhere!important;word-break:normal!important;font-size:17px!important;font-weight:850!important;line-height:1.35!important}}.electra-product-v2-spec-card{background:#ffffffd1;border:1px solid #11111114;border-radius:24px;overflow:hidden}.electra-product-v2-spec-list{margin:0;display:grid}.electra-product-v2-spec-row{border-bottom:1px solid #11111114;grid-template-columns:minmax(190px,.42fr) minmax(0,1fr);gap:28px;padding:22px 30px;display:grid}.electra-product-v2-spec-row:last-child{border-bottom:0}.electra-product-v2-spec-row dt{color:#11111194;margin:0;font-size:16px;font-weight:750;line-height:1.35}.electra-product-v2-spec-row dd{color:#111;overflow-wrap:anywhere;min-width:0;margin:0;font-size:16px;font-weight:850;line-height:1.35}@media (max-width:760px){.electra-product-v2-spec-card{border-radius:22px}.electra-product-v2-spec-row{grid-template-columns:1fr;gap:7px;padding:20px 22px}.electra-product-v2-spec-row dt{font-size:15px}.electra-product-v2-spec-row dd{font-size:17px;line-height:1.35}.electra-product-v2 .electra-product-gallery{gap:12px!important}.electra-product-v2 .electra-product-gallery-main,.electra-product-v2 .electra-product-gallery-placeholder{border-radius:30px!important;justify-content:center!important;align-items:center!important;height:360px!important;min-height:360px!important;max-height:360px!important;padding:12px!important;display:flex!important;overflow:hidden!important}.electra-product-v2 .electra-product-gallery-main img,.electra-product-v2 .electra-product-gallery-placeholder img{object-fit:contain!important;object-position:center center!important;transform-origin:50%!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;padding:0!important;transform:scale(1.12)!important}.electra-product-v2 .electra-product-gallery-thumbs{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:10px!important;padding:2px 0 4px!important;display:flex!important;overflow:auto hidden!important}.electra-product-v2 .electra-product-gallery-thumbs::-webkit-scrollbar{display:none!important}.electra-product-v2 .electra-product-gallery-thumbs button{scroll-snap-align:start!important;border-radius:16px!important;flex:0 0 82px!important;width:82px!important;min-width:82px!important;height:66px!important}.electra-product-v2 .electra-product-gallery-thumbs img{object-fit:contain!important;width:100%!important;height:100%!important;padding:5px!important}.electra-v2 h1,.electra-catalog-v2 h1,.electra-collection-v2 h1,.electra-product-v2 h1,.electra-story-page h1{letter-spacing:-.065em!important;font-size:clamp(44px,12.5vw,64px)!important;line-height:.93!important}.electra-v2 h2,.electra-catalog-v2 h2,.electra-collection-v2 h2,.electra-product-v2-section-head h2,.electra-product-v2-story h2,.electra-product-v2-split h2,.electra-product-v2-cta h2,.electra-story-page h2{letter-spacing:-.06em!important;font-size:clamp(36px,10.5vw,52px)!important;line-height:.96!important}.electra-v2 p,.electra-catalog-v2 p,.electra-collection-v2 p,.electra-product-v2 p,.electra-story-page p{font-size:clamp(17px,4.7vw,23px)!important;line-height:1.45!important}.electra-v2-kicker{letter-spacing:.18em!important;font-size:13px!important;line-height:1.15!important}.electra-product-v2-service-strip{gap:12px!important}.electra-product-v2-service-strip>div{border-radius:28px!important;min-height:0!important;padding:24px 22px!important}.electra-product-v2-service-strip strong{font-size:24px!important;line-height:1.05!important}.electra-product-v2-service-strip p{font-size:18px!important;line-height:1.38!important}.electra-product-v2-soft-card{border-radius:22px!important;min-height:0!important;padding:22px!important}.electra-product-v2-soft-card span{margin-bottom:12px!important}.electra-product-v2-soft-card p{font-size:17px!important;line-height:1.42!important}.electra-v2 article,.electra-catalog-v2 article{scroll-margin-top:0!important}.electra-catalog-v2 .electra-v2-primary,.electra-catalog-v2 .electra-v2-secondary,.electra-collection-v2 .electra-v2-primary,.electra-collection-v2 .electra-v2-secondary,.electra-product-v2 .electra-v2-primary,.electra-product-v2 .electra-v2-secondary{min-height:54px!important;padding:15px 22px!important;font-size:17px!important;line-height:1.12!important}}@media (max-width:390px){.electra-product-v2 .electra-product-gallery-main,.electra-product-v2 .electra-product-gallery-placeholder{height:330px!important;min-height:330px!important;max-height:330px!important}.electra-product-v2 .electra-product-gallery-main img,.electra-product-v2 .electra-product-gallery-placeholder img{transform:scale(1.08)!important}.electra-v2 h1,.electra-catalog-v2 h1,.electra-collection-v2 h1,.electra-product-v2 h1,.electra-story-page h1{font-size:clamp(40px,12vw,58px)!important}.electra-v2 h2,.electra-catalog-v2 h2,.electra-collection-v2 h2,.electra-product-v2-section-head h2,.electra-product-v2-story h2,.electra-product-v2-split h2,.electra-product-v2-cta h2,.electra-story-page h2{font-size:clamp(34px,10vw,48px)!important}}@media (min-width:901px){.dahon-header-logo em{line-height:1.1}}.dahon-brand-story-page{color:#101510;background:#f5f6f1;min-height:100vh;padding:150px 24px 96px}.dahon-brand-story-hero{max-width:1120px;margin:0 auto 72px}.dahon-brand-story-kicker{color:#1f6b45;letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:850}.dahon-brand-story-hero h1{letter-spacing:-.06em;max-width:820px;margin:0;font-size:clamp(42px,7vw,92px);font-weight:950;line-height:.92}.dahon-brand-story-hero>p:not(.dahon-brand-story-kicker){color:#101510b8;max-width:660px;margin:28px 0 0;font-size:20px;line-height:1.55}.dahon-brand-story-list{gap:28px;max-width:1120px;margin:0 auto;display:grid}.dahon-brand-story-card{background:#ffffff8a;border:1px solid #1015101f;border-radius:28px;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);align-items:stretch;gap:36px;padding:28px;display:grid}.dahon-brand-story-card:nth-child(2n){grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr)}.dahon-brand-story-card:nth-child(2n) .dahon-brand-story-image-wrap{order:2}.dahon-brand-story-image-wrap{background:#101510;border-radius:22px;min-height:360px;overflow:hidden}.dahon-brand-story-image-wrap img{object-fit:cover;filter:saturate(.82)contrast(1.04);width:100%;height:100%;min-height:360px;display:block}.dahon-brand-story-content{flex-direction:column;justify-content:center;padding:18px 0;display:flex}.dahon-brand-story-content span{color:#1f6b45;letter-spacing:.18em;margin-bottom:24px;font-size:13px;font-weight:900}.dahon-brand-story-content h2{letter-spacing:-.05em;max-width:620px;margin:0;font-size:clamp(30px,4vw,56px);font-weight:900;line-height:1}.dahon-brand-story-content p{color:#101510c2;max-width:660px;margin:26px 0 0;font-size:18px;line-height:1.68}@media (max-width:900px){.dahon-brand-story-page{padding:124px 16px 64px}.dahon-brand-story-hero{margin-bottom:42px}.dahon-brand-story-hero h1{font-size:clamp(42px,13vw,68px);line-height:.94}.dahon-brand-story-hero>p:not(.dahon-brand-story-kicker){margin-top:22px;font-size:17px;line-height:1.5}.dahon-brand-story-list{gap:18px}.dahon-brand-story-card,.dahon-brand-story-card:nth-child(2n){border-radius:24px;grid-template-columns:1fr;gap:22px;padding:14px}.dahon-brand-story-card:nth-child(2n) .dahon-brand-story-image-wrap{order:0}.dahon-brand-story-image-wrap{border-radius:18px;min-height:245px}.dahon-brand-story-image-wrap img{min-height:245px}.dahon-brand-story-content{padding:4px 4px 12px}.dahon-brand-story-content span{margin-bottom:16px;font-size:12px}.dahon-brand-story-content h2{font-size:clamp(28px,9vw,42px);line-height:1.02}.dahon-brand-story-content p{margin-top:20px;font-size:16px;line-height:1.58}}@media (max-width:520px){.dahon-brand-story-page{padding-top:112px}.dahon-brand-story-image-wrap,.dahon-brand-story-image-wrap img{min-height:220px}}@media (min-width:901px){.dahon-brand-story-page{padding-top:172px;padding-left:clamp(32px,4vw,72px);padding-right:clamp(32px,4vw,72px)}.dahon-brand-story-hero{width:100%;max-width:none;margin-bottom:88px;margin-left:0;margin-right:0}.dahon-brand-story-hero h1{letter-spacing:-.075em;width:100%;max-width:none;font-size:clamp(82px,9.2vw,168px);line-height:.88}.dahon-brand-story-hero>p:not(.dahon-brand-story-kicker){max-width:820px;font-size:24px;line-height:1.48}.dahon-brand-story-hero,.dahon-brand-story-kicker{text-align:center}.dahon-brand-story-hero h1{margin-left:auto;margin-right:auto}.dahon-brand-story-hero>p:not(.dahon-brand-story-kicker){text-align:center;margin-left:auto;margin-right:auto}}@media (min-width:1024px) and (max-width:1512px),(min-width:1024px) and (max-height:900px){.wwow-side-nav{border-radius:28px;width:clamp(190px,15vw,230px);max-height:calc(100vh - 36px);padding:22px 18px;overflow-y:auto}.wwow-side-logo strong{font-size:clamp(22px,2vw,30px);line-height:.9}.wwow-side-nav nav{gap:5px}.wwow-side-nav nav a{min-height:34px;padding:8px 12px;font-size:13px;line-height:1.1}.wwow-side-nav nav a span{min-width:22px;font-size:10px}.wwow-hero{min-height:100svh;padding-right:clamp(250px,20vw,300px)}.wwow-hero h1{letter-spacing:-.065em;font-size:clamp(54px,6.6vw,96px);line-height:.9}.wwow-hero-copy>p:not(.wwow-kicker){max-width:560px;font-size:clamp(18px,1.7vw,24px);line-height:1.42}.wwow-hero-stage{transform-origin:100%;min-width:0;transform:scale(.88)}.wwow-product-visual{max-width:min(43vw,620px)}.wwow-buddy-chip{transform-origin:100% 100%;bottom:clamp(8px,2vw,28px);right:clamp(-4px,1vw,18px);transform:scale(.82)}.wwow-buddy-section{grid-template-columns:minmax(330px,420px) minmax(0,1fr);align-items:center;gap:clamp(28px,3vw,48px);overflow:hidden}.wwow-buddy-visual{transform-origin:0;width:100%;min-width:0;max-width:420px;transform:rotate(-4deg)scale(.9)}.wwow-buddy-face{width:100%;max-width:420px}.wwow-buddy-section .wwow-sales-copy{min-width:0;max-width:640px}.wwow-buddy-section .wwow-sales-copy h2{font-size:clamp(48px,5vw,82px);line-height:.88}.wwow-buddy-section .wwow-sales-copy p,.wwow-buddy-section .wwow-sales-copy li{font-size:clamp(17px,1.45vw,22px);line-height:1.45}}@media (min-width:1024px) and (max-height:820px){.wwow-hero{align-items:center;min-height:100vh;padding:34px clamp(245px,19vw,290px) 22px clamp(54px,7vw,96px);overflow:hidden}.wwow-hero-copy{min-width:0;max-width:560px}.wwow-kicker{letter-spacing:.18em;margin-bottom:14px;font-size:11px}.wwow-hero h1{letter-spacing:-.07em;max-width:620px;font-size:clamp(56px,6.1vw,84px);line-height:.88}.wwow-hero-copy>p:not(.wwow-kicker){max-width:520px;margin-top:22px;font-size:20px;line-height:1.34}.wwow-hero-actions{gap:12px;margin-top:24px}.wwow-hero-actions a,.wwow-hero-actions button{min-height:48px;padding:14px 24px;font-size:15px}.wwow-facts{grid-template-columns:repeat(4,minmax(88px,112px));gap:12px;margin-top:24px}.wwow-facts div{border-radius:18px;min-height:104px;padding:16px 14px}.wwow-facts dt{margin-bottom:14px;font-size:10px}.wwow-facts dd{font-size:18px;line-height:1.15}.wwow-hero-stage{transform-origin:100%;min-width:0;transform:scale(.78)}.wwow-product-visual{max-width:min(40vw,520px)}.wwow-buddy-chip{transform-origin:100% 100%;bottom:18px;right:34px;transform:scale(.7)}.wwow-side-nav{border-radius:24px;width:210px;max-height:calc(100vh - 40px);padding:18px 16px;top:20px;right:28px;overflow-y:auto}.wwow-side-logo strong{font-size:25px;line-height:.88}.wwow-side-nav nav{gap:3px}.wwow-side-nav nav a{min-height:30px;padding:7px 11px;font-size:12px;line-height:1}.wwow-side-nav nav a span{min-width:20px;font-size:9px}.wwow-side-cta{border-radius:18px;min-height:42px;padding:12px 14px;font-size:12px}}@media (min-width:1024px) and (max-width:1380px) and (max-height:820px){.wwow-hero{padding-left:48px;padding-right:250px}.wwow-hero h1{max-width:560px;font-size:clamp(52px,5.9vw,76px)}.wwow-hero-copy>p:not(.wwow-kicker){max-width:480px;font-size:18px}.wwow-facts{grid-template-columns:repeat(4,minmax(82px,108px))}.wwow-hero-stage{transform:scale(.7)}.wwow-product-visual{max-width:min(38vw,470px)}.wwow-buddy-chip{bottom:24px;right:58px;transform:scale(.62)}.wwow-side-nav{width:198px;padding:16px 14px;right:22px}}@media (min-width:1024px){.wwow-hero-stage,.wwow-product-visual,.wwow-buddy-chip{overflow:visible}.wwow-buddy-chip{transform-origin:0 100%;bottom:clamp(10px,2vw,24px);left:clamp(18px,2.8vw,42px);right:auto}.wwow-buddy-chip img{object-fit:contain;object-position:center bottom}}@media (min-width:1024px) and (max-width:1512px),(min-width:1024px) and (max-height:900px){.wwow-buddy-chip{transform-origin:0 100%;bottom:clamp(8px,1.8vw,20px);left:clamp(14px,2.4vw,34px);right:auto;transform:scale(.82)}}@media (min-width:1024px) and (max-height:820px){.wwow-buddy-chip{transform-origin:0 100%;bottom:18px;left:18px;right:auto;transform:scale(.72)}}@media (min-width:1024px) and (max-width:1380px) and (max-height:820px){.wwow-buddy-chip{transform-origin:0 100%;bottom:18px;left:12px;right:auto;transform:scale(.64)}}.wwow-buddy-chip,.wwow-buddy-chip *,.wwow-buddy-chip picture{overflow:visible!important}.wwow-buddy-chip{contain:none!important;height:auto!important;min-height:0!important;margin-top:-22px!important;padding-top:22px!important}.wwow-buddy-chip img{object-fit:contain!important;object-position:center bottom!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;display:block!important;overflow:visible!important}@media (min-width:1024px){.wwow-buddy-chip{margin-top:-28px!important;padding-top:28px!important}}@media (min-width:1024px) and (max-height:820px){.wwow-buddy-chip{margin-top:-34px!important;padding-top:34px!important}}.dahon-hero-cinematic{height:auto;min-height:100svh}.dahon-hero-cinematic-content{padding-bottom:max(96px, env(safe-area-inset-bottom))}.dahon-hero-cinematic-actions{z-index:5;margin-bottom:24px;position:relative}@media (max-height:820px) and (min-width:768px){.dahon-hero-cinematic{min-height:auto}.dahon-hero-cinematic-content{padding-top:72px;padding-bottom:112px}.dahon-hero-cinematic-content h1{font-size:clamp(48px,6vw,76px);line-height:.95}.dahon-hero-cinematic-actions{margin-bottom:32px}}@media (max-width:767px){.dahon-hero-cinematic{min-height:100svh}.dahon-hero-cinematic-content{padding-bottom:max(112px, env(safe-area-inset-bottom))}.dahon-hero-cinematic-actions{margin-bottom:32px}}.electra-category-card,.electra-collection-card,.electra-category-feature,.electra-home-category,.electra-collection-panel{min-height:auto}.electra-category-card h2,.electra-collection-card h2,.electra-category-feature h2,.electra-home-category h2,.electra-collection-panel h2{z-index:2;max-width:620px;margin-bottom:28px;line-height:.95;position:relative}.electra-category-card p,.electra-collection-card p,.electra-category-feature p,.electra-home-category p,.electra-collection-panel p{z-index:3;max-width:520px;margin-top:0;line-height:1.45;position:relative}@media (min-width:900px){.electra-category-card,.electra-collection-card,.electra-category-feature,.electra-home-category,.electra-collection-panel{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:start;column-gap:clamp(48px,7vw,120px);display:grid}.electra-category-card h2,.electra-collection-card h2,.electra-category-feature h2,.electra-home-category h2,.electra-collection-panel h2{grid-column:1}.electra-category-card p,.electra-collection-card p,.electra-category-feature p,.electra-home-category p,.electra-collection-panel p{grid-column:2;padding-top:12px}}@media (max-width:899px){.electra-category-card h2,.electra-collection-card h2,.electra-category-feature h2,.electra-home-category h2,.electra-collection-panel h2{margin-bottom:20px}.electra-category-card p,.electra-collection-card p,.electra-category-feature p,.electra-home-category p,.electra-collection-panel p{max-width:100%}}.electra-collection-v2-intro{grid-template-columns:minmax(0,.9fr) minmax(360px,.72fr);align-items:start;gap:28px clamp(80px,9vw,160px);display:grid}.electra-collection-v2-intro>div,.electra-collection-v2-intro>p{min-width:0}.electra-collection-v2-intro h2{overflow-wrap:normal;word-break:normal;max-width:560px;line-height:.95}.electra-collection-v2-intro>p{max-width:520px;margin-top:8px;line-height:1.45}@media (min-width:900px) and (max-width:1280px){.electra-collection-v2-intro{grid-template-columns:minmax(0,.85fr) minmax(340px,.75fr);column-gap:clamp(72px,8vw,128px)}.electra-collection-v2-intro h2{font-size:clamp(44px,5vw,68px);line-height:.96}}@media (max-width:899px){.electra-collection-v2-intro{display:block}.electra-collection-v2-intro h2{max-width:100%;margin-bottom:20px}.electra-collection-v2-intro>p{max-width:100%;margin-top:0}}.dahon-stores-list article{grid-template-columns:minmax(0,1fr) minmax(260px,auto);align-items:center;column-gap:32px;display:grid}.dahon-stores-list article>div:first-child{min-width:0}.dahon-stores-list article>div:last-child{text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:10px;min-width:260px;display:flex}.dahon-stores-list article>div:last-child span,.dahon-stores-list article>div:last-child a{white-space:nowrap;text-align:right;display:block}@media (max-width:767px){.dahon-stores-list article{display:block}.dahon-stores-list article>div:last-child{text-align:left;align-items:flex-start;min-width:0;margin-top:16px}.dahon-stores-list article>div:last-child span,.dahon-stores-list article>div:last-child a{white-space:normal;text-align:left}}.dahon-hero-cinematic{height:auto!important;min-height:auto!important;padding-bottom:clamp(120px,9vw,180px)!important;overflow:visible!important}.dahon-hero-cinematic-content{z-index:10!important;padding-bottom:48px!important;position:relative!important;overflow:visible!important}.dahon-hero-cinematic-actions{z-index:20!important;flex-wrap:wrap!important;gap:16px!important;margin-top:32px!important;margin-bottom:56px!important;display:flex!important;position:relative!important;overflow:visible!important}.dahon-hero-cinematic-actions a{z-index:21!important;position:relative!important}@media (max-width:767px){.dahon-hero-cinematic{padding-bottom:96px!important}.dahon-hero-cinematic-content{padding-bottom:32px!important}.dahon-hero-cinematic-actions{margin-bottom:40px!important}}
