:root{color-scheme:dark;--black: #080808;--black-pure: #020202;--gold: #f2b822;--gold-hover: #ffcc4d;--gold-glow: rgba(242, 184, 34, .28);--gold-gradient: linear-gradient(135deg, #ffe59e 0%, #f2b822 50%, #be890f 100%);--gold-gradient-hover: linear-gradient(135deg, #fff2cc 0%, #ffcc4d 50%, #dca018 100%);--red: #e62129;--red-hover: #ff3e46;--red-glow: rgba(230, 33, 41, .28);--red-gradient: linear-gradient(135deg, #ff7b80 0%, #e62129 50%, #ab0f15 100%);--red-gradient-hover: linear-gradient(135deg, #ff9ca0 0%, #ff3e46 50%, #c8141b 100%);--orange: var(--gold);--white: #f5f5f5;--metal: #b8b8b8;--panel: #141414;--panel-strong: #1a1a1a;--line: rgba(245, 245, 245, .13);--content: 1480px;--site-gutter: 20px;--section-gap: 56px;--shadow: 0 28px 90px rgba(0, 0, 0, .44);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--black);color:var(--white)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:linear-gradient(180deg,rgba(214,31,38,.07),transparent 22rem),radial-gradient(circle at 82% 8%,rgba(220,165,76,.1),transparent 32rem),radial-gradient(circle at 8% 42%,rgba(184,184,184,.06),transparent 22rem),var(--black)}a{color:inherit;text-decoration:none}.site-container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter)}button{font:inherit}.site-header{position:absolute;top:0;left:0;right:0;z-index:45;background:linear-gradient(180deg,#11111157,#1110);border-bottom:1px solid rgba(245,245,245,.02);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header-inner{min-height:4.45rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;min-width:max-content;padding:0;background:transparent;border:0;box-shadow:none;line-height:0}.brand-logo{display:block;width:clamp(7.5rem,34vw,8.75rem);height:auto;max-height:none;object-fit:contain;filter:none}.footer-brand-logo{width:clamp(8.5rem,42vw,10.4rem);max-height:3.35rem}.brand strong,.brand small{display:block;line-height:1}.brand strong{color:var(--white);font-size:clamp(1.08rem,2vw,1.24rem);font-weight:820;letter-spacing:.005em}.brand small{color:#f5f5f58a;font-size:.64rem;font-weight:760;letter-spacing:.28em;text-transform:uppercase}.header-navigation{display:inline-flex;align-items:center;gap:.55rem}.header-links{display:none}.header-links a{min-height:2.35rem;display:inline-flex;align-items:center;padding:0 .9rem;color:#f5f5f5b3;border-radius:8px;font-size:.88rem;font-weight:720;transition:color .18s ease,background .18s ease}.header-links a:hover{color:var(--white);background:#f5f5f50f}.nav{display:none}.nav a{position:relative;color:#f5f5f5b8;font-size:.94rem;font-weight:700}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-.45rem;height:2px;background:var(--orange);transition:right .18s ease}.nav a:hover,.footer a:hover{color:var(--white)}.nav a:hover:after{right:0}.menu-button{display:inline-grid;place-items:center;width:2.75rem;height:2.75rem;color:var(--white);background:#f5f5f50b;border:1px solid rgba(245,245,245,.075);border-radius:999px;cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.menu-button:hover{color:var(--gold);background:#f2b82214;border-color:#f2b82266;transform:translateY(-1px);box-shadow:0 8px 25px #f2b82226}.menu-backdrop{position:fixed;inset:0;z-index:35;display:block;padding:0;background:#0009;border:0;opacity:0;pointer-events:none;cursor:default;transition:opacity .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.menu-backdrop.is-open{opacity:1;pointer-events:auto}.menu-panel{position:fixed;top:0;right:0;bottom:0;height:100vh;height:100svh;z-index:40;width:100%;max-width:320px;display:flex;flex-direction:column;justify-content:space-between;padding:6.8rem 1.6rem 2.2rem;background:#0d0d0df0;border:0;border-left:1px solid rgba(255,255,255,.06);border-radius:0;box-shadow:-10px 0 45px #000000a6;opacity:0;pointer-events:none;transform:translate(100%);transition:transform .42s cubic-bezier(.16,1,.3,1),opacity .3s ease;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.menu-panel.is-open{opacity:1;pointer-events:auto;transform:translate(0)}.menu-drag-handle{display:none}.menu-panel-links{display:flex;flex-direction:column;gap:0}.menu-link-item{display:flex;align-items:center;justify-content:space-between;padding-block:clamp(.68rem,1.2vw,.78rem);border-bottom:1px solid rgba(255,255,255,.05);color:#ffffffd9;text-decoration:none;transition:all .25s ease}.menu-link-item:last-child{border-bottom:0}.menu-link-left{display:flex;align-items:center;gap:.95rem}.menu-link-icon-box{width:2.3rem;height:2.3rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;color:#ffffffa6;display:grid;place-items:center;transition:all .25s ease}.menu-link-icon-box svg{width:1.12rem;height:1.12rem;transition:transform .25s ease}.menu-link-text{font-size:.95rem;font-weight:700;color:#ffffffe0;transition:color .25s ease}.menu-link-chevron{color:#ffffff47;transition:transform .25s ease,color .25s ease}.menu-link-item:hover,.menu-link-item:hover .menu-link-text{color:var(--orange)}.menu-link-item:hover .menu-link-chevron{color:var(--orange);transform:translate(3px)}.menu-link-item:hover .menu-link-icon-box{border-color:#f560004d;background:#f560000d;color:var(--orange);box-shadow:0 0 10px #f5600014}.menu-link-item:hover .menu-link-icon-box svg{transform:scale(1.05)}.menu-link-item.is-active .menu-link-text,.menu-link-item.is-active .menu-link-chevron{color:var(--orange)}.menu-link-item.is-active .menu-link-icon-box{border-color:#f560006b;background:#f5600012;color:var(--orange);box-shadow:0 0 14px #f560001f}.menu-bottom-branding{text-align:center;font-size:.65rem;font-weight:900;letter-spacing:.35em;color:#ffffff52;margin-top:1.5rem;text-transform:uppercase;display:block}.menu-panel-footer{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.06)}.menu-contact-info{display:flex;flex-direction:column;gap:.2rem;text-align:left}.menu-contact-label{font-size:.7rem;font-weight:800;text-transform:uppercase;color:#ffffff5c;letter-spacing:.08em}.menu-contact-phone{font-size:1.15rem;font-weight:850;color:var(--white);text-decoration:none;transition:color .18s ease}.menu-contact-phone:hover{color:var(--orange)}.menu-contact-address{font-size:.76rem;color:#ffffff73}.menu-socials{display:flex;gap:.8rem}.menu-social-btn{display:grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:50%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#ffffffa6;transition:all .25s ease}.menu-social-btn:hover{color:#111;background:var(--orange);border-color:var(--orange);transform:translateY(-2px)}@media(max-width:760px){.menu-panel{inset:auto 0 0;width:100%;max-width:100%;height:auto;border-radius:28px 28px 0 0;border:0;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#161616,#0a0a0a);padding:1.35rem 1.35rem 1.65rem;box-shadow:0 -15px 40px #000000b3;transform:translateY(100%);transition:transform .42s cubic-bezier(.16,1,.3,1),opacity .3s ease}.menu-panel.is-open{transform:translateY(0)}.menu-drag-handle{display:block;width:42px;height:4px;background:var(--orange);border-radius:99px;margin:0 auto 1.35rem;opacity:.85;box-shadow:0 0 8px #f560004d}.menu-panel-footer{display:none}.menu-bottom-branding{margin-top:1.65rem;letter-spacing:.38em}}.floating-scroll-top{position:fixed;right:clamp(.9rem,3vw,1.35rem);bottom:clamp(.9rem,3vw,1.35rem);z-index:25;display:grid;place-items:center;width:3.05rem;height:3.05rem;color:#111;background:var(--orange);border-radius:999px;box-shadow:0 12px 34px #f560003d;cursor:pointer;border:0;outline:none;opacity:0;pointer-events:none;transform:translateY(15px) scale(.85);transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s ease,background .2s ease,box-shadow .2s ease}.floating-scroll-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.floating-scroll-top.is-visible:hover{transform:translateY(-2px);box-shadow:0 16px 44px #f5600057}.hero{position:relative;min-height:88svh;display:grid;align-items:center;overflow:hidden;isolation:isolate}.hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;z-index:1;height:clamp(7rem,16vw,13rem);pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(17,17,17,.72) 62%,var(--black) 100%),radial-gradient(ellipse at 50% 100%,rgba(184,184,184,.07),transparent 58%)}.hero-media,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-media{display:block;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;object-position:68% center;opacity:.98;filter:saturate(1.03) contrast(1.03) brightness(.98);transform:scale(1.03)}.hero-overlay{background:linear-gradient(180deg,rgba(17,17,17,.28),transparent 18%),linear-gradient(90deg,#080808f2,#1111118f 36%,#1111110a 72%),radial-gradient(circle at 74% 58%,rgba(220,165,76,.07),transparent 30rem),linear-gradient(0deg,rgba(17,17,17,.98),rgba(17,17,17,.48) 15%,transparent 45%)}.hero-track-lines{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.11;background:linear-gradient(115deg,transparent 0 54%,rgba(214,31,38,.35) 54.15%,transparent 54.45%),repeating-linear-gradient(90deg,rgba(245,245,245,.035) 0 1px,transparent 1px 120px);-webkit-mask-image:linear-gradient(90deg,transparent,#000 28%,#000 86%,transparent);mask-image:linear-gradient(90deg,transparent,#000 28%,#000 86%,transparent)}.hero-content{position:relative;z-index:2;padding-block:6.25rem 3.5rem;display:grid;gap:1.2rem}.hero-copy{width:100%;transform:translateY(-.35rem)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold);font-weight:900;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.hero-eyebrow{margin-bottom:1.15rem;padding:0 0 .68rem;color:var(--gold);background:transparent;border:0;border-bottom:1px solid rgba(214,31,38,.6);border-radius:0}h1,h2,h3,p{margin-top:0}h1{margin-bottom:1.15rem;max-width:11.5ch;font-size:clamp(2.42rem,12vw,3.35rem);line-height:1.04;letter-spacing:.005em;text-transform:none;text-wrap:balance;text-shadow:0 12px 44px rgba(0,0,0,.72)}h2{margin-bottom:.85rem;font-size:clamp(1.82rem,9vw,2.6rem);line-height:1.02;letter-spacing:0;text-wrap:balance}h3{margin-bottom:0;font-size:1.2rem}p{color:var(--metal);line-height:1.7}.hero-copy p{max-width:520px;color:#f5f5f5bd;font-size:clamp(.98rem,1.25vw,1.08rem);line-height:1.7}.hero-actions,.card-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-actions{margin-top:1.05rem;gap:.7rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.95rem;padding:.78rem 1rem;border:1px solid transparent;border-radius:8px;cursor:pointer;font-size:.94rem;font-weight:760;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px)}.primary{color:#111;background:var(--gold);font-weight:780;box-shadow:0 12px 30px var(--gold-glow)}.primary:hover{background:var(--gold-hover);box-shadow:0 16px 42px #dca54c59}.primary svg{transition:transform .18s ease}.primary:hover svg{transform:translate(3px)}.secondary,.ghost,.mini,.header-cta{color:var(--white);background:#0c0c0c9e;border-color:#f5f5f538;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-actions .secondary{color:#f5f5f5d6;background:#1111116b;border-color:#f5f5f538;box-shadow:none}.hero-actions .secondary:hover{color:var(--white);border-color:var(--red);background:#d61f2617;box-shadow:0 8px 25px var(--red-glow)}.secondary:hover,.ghost:hover,.mini:hover{border-color:var(--gold-hover);background:#dca54c14}.header-cta{color:#111;background:var(--gold);border-color:#dca54ce6;box-shadow:0 12px 32px var(--gold-glow)}.header-cta:hover{color:#111;background:var(--gold-hover);border-color:var(--gold-hover);box-shadow:0 16px 40px #dca54c57}.brand-marquee-section{position:relative;z-index:2;margin-top:-1px;padding-block:1.45rem 1.55rem;overflow:hidden;background:linear-gradient(180deg,#1111116b,#111111f5 28%,#0a0a0afa),var(--black);border-bottom:1px solid rgba(245,245,245,.055)}.brand-marquee-inner{display:block;width:100%}.brand-marquee-window{--brand-gap: clamp(2.85rem, 8vw, 5.8rem);position:relative;width:100%;overflow:hidden;padding-inline:clamp(.65rem,1.8vw,1.25rem);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3.5%,#000 96.5%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3.5%,#000 96.5%,transparent)}.brand-marquee-window:before,.brand-marquee-window:after{content:"";position:absolute;top:0;bottom:0;z-index:2;width:min(7vw,4.5rem);pointer-events:none}.brand-marquee-window:before{left:0;background:linear-gradient(90deg,rgba(12,12,12,.76),transparent)}.brand-marquee-window:after{right:0;background:linear-gradient(270deg,rgba(12,12,12,.76),transparent)}.brand-marquee-track{display:flex;width:max-content;animation:brand-marquee 42s linear infinite;will-change:transform}.brand-marquee-section:hover .brand-marquee-track{animation-play-state:paused}.brand-marquee-strip{display:flex;flex:0 0 auto;align-items:center;gap:var(--brand-gap);padding-right:var(--brand-gap)}.brand-marquee-item{position:relative;display:grid;place-items:center;width:clamp(7.25rem,24vw,10.5rem);height:3rem;overflow:visible}.brand-marquee-item img{position:absolute;left:50%;top:50%;display:block;width:142%;height:auto;max-width:none;max-height:5rem;object-fit:contain;opacity:.82;filter:grayscale(1) brightness(1.48) contrast(1);transform:translate(-50%,-50%);transition:opacity .22s ease,filter .22s ease,transform .22s ease}.brand-marquee-item.is-tvs img{mix-blend-mode:screen;filter:grayscale(1) brightness(1.72) contrast(.96)}.brand-marquee-item:hover img{opacity:1;filter:none;transform:translate(-50%,-52%)}@keyframes brand-marquee{to{transform:translate(-50%)}}.quick-card{display:grid;grid-template-columns:1fr;gap:.82rem;max-width:560px;padding:1.05rem;background:linear-gradient(145deg,#f5f5f51f,#f5f5f509),#0e0e0ea8;border:1px solid rgba(245,245,245,.18);border-radius:8px;box-shadow:var(--shadow),inset 0 1px #f5f5f514;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.quick-card-title{display:block;padding-bottom:.7rem;color:#f5f5f5eb;border-bottom:1px solid rgba(245,245,245,.11);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.quick-card div{display:flex;align-items:center;gap:.65rem;color:var(--white);min-height:2rem}.quick-card svg,.benefit-item svg,.contact-info svg{color:var(--orange);flex:0 0 auto}.hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding-top:.3rem}.hero-stats span{min-height:2.8rem;display:inline-flex;align-items:center;gap:.5rem;padding:.72rem .8rem;color:#f5f5f5d6;background:#f5f5f50e;border:1px solid rgba(245,245,245,.12);border-radius:8px;font-weight:800}.hero-stats span:before{content:"";width:.48rem;height:.48rem;background:var(--gold);border-radius:999px;box-shadow:0 0 18px #f2b822d9;flex:0 0 auto}.section,.split-section{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter)}.section{padding-top:var(--section-gap)}.section-heading{position:relative;max-width:780px;margin-bottom:1.45rem;padding-left:.85rem;border-left:3px solid var(--orange)}.section-heading.compact{margin-bottom:1rem}.section-heading p{max-width:620px;margin-bottom:0}.inventory-grid{display:grid;gap:.95rem}.motorcycle-card{display:flex;flex-direction:column;overflow:hidden;background:#141414;border:1px solid rgba(255,255,255,.05);border-radius:16px;box-shadow:0 8px 24px #0000004d;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s cubic-bezier(.16,1,.3,1);width:100%;max-width:380px;margin-inline:auto}.motorcycle-card:hover{transform:translateY(-5px);border-color:#e6212959;box-shadow:0 16px 36px #0000008c,0 0 20px #e6212914}.moto-visual{position:relative;width:100%;padding-top:50%;overflow:hidden;background-color:#0b0b0b}.moto-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1)}.motorcycle-card:hover .moto-card-img{transform:scale(1.025)}.moto-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,20,.08) 0%,transparent 50%,rgba(20,20,20,.65) 100%),radial-gradient(circle at center,transparent 40%,rgba(20,20,20,.2) 100%);pointer-events:none;transition:background .4s ease}.motorcycle-card:hover .moto-img-overlay{background:linear-gradient(180deg,rgba(20,20,20,.12) 0%,transparent 40%,rgba(20,20,20,.75) 100%),radial-gradient(circle at center,transparent 30%,rgba(20,20,20,.35) 100%)}.motorcycle-card .card-badge{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.25rem .55rem;color:#111;background:var(--orange);border-radius:4px;font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 3px 8px #0000004d}.motorcycle-card .card-body{padding:.85rem 1rem 1rem;display:flex;flex-direction:column;flex-grow:1}.card-brand-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.card-brand{color:var(--metal);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.card-year{color:#fff9;background:#ffffff0f;padding:.12rem .35rem;border-radius:4px;font-size:.7rem;font-weight:600}.card-model{margin:0 0 .35rem;font-size:1.1rem;font-weight:800;color:var(--white);line-height:1.2}.card-specs-line{display:flex;align-items:center;gap:.45rem;margin-bottom:.8rem;color:#ffffff8c;font-size:.73rem}.spec-dot{color:#ffffff40;font-size:.65rem}.motorcycle-card .price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem;padding-top:.1rem}.card-price{color:var(--white);font-size:1.35rem;font-weight:850;letter-spacing:-.02em;white-space:nowrap}.card-stock-label{display:inline-flex;align-items:center;gap:.25rem;color:#ffffff3d;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.motorcycle-card .card-actions{display:flex;gap:.65rem;margin-top:auto}.motorcycle-card .card-actions .button{flex:1;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:6px;font-size:.78rem;font-weight:760;padding:.3rem .5rem;cursor:pointer;box-sizing:border-box;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.motorcycle-card .card-actions .button:hover{transform:translateY(-1.5px)}.motorcycle-card .card-actions .button.ghost{color:#ffffffd9;background:#1119;border:1px solid rgba(255,255,255,.08)}.motorcycle-card .card-actions .button.ghost:hover{color:var(--white);background:#f2b8220f;border-color:var(--gold)}.motorcycle-card .card-actions .button.whatsapp-btn{color:#080808;background:var(--gold-gradient);border:none}.motorcycle-card .card-actions .button.whatsapp-btn:hover{background:var(--gold-gradient-hover);box-shadow:0 4px 15px #f2b82266}@media(max-width:767px){.featured-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding-inline:var(--site-gutter);margin-inline:calc(var(--site-gutter) * -1);scroll-padding-inline:var(--site-gutter);scrollbar-width:none}.featured-grid::-webkit-scrollbar{display:none}.featured-grid .motorcycle-card{flex:0 0 84vw;max-width:84vw;scroll-snap-align:start}}@media(min-width:768px){.featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media(min-width:860px){.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1.2rem;row-gap:1.35rem}}#motos{padding-top:clamp(2.5rem,4vw,3.5rem);padding-bottom:clamp(2.5rem,4vw,3.5rem);border-top:1px solid rgba(255,255,255,.02)}.scroll-hint{display:inline-block;margin-top:.4rem;font-size:.72rem;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:.06em;opacity:.9}.section-heading-container{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.4rem;gap:2rem;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:.85rem}.section-heading-container .section-heading{margin-bottom:0}@media(max-width:767px){#motos{padding-top:4.5rem;padding-bottom:3rem}.section-heading-container{flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:2rem;border-bottom:none;padding-bottom:0}#motos .section-heading{border-left:2px solid var(--orange);padding-left:.75rem;margin-bottom:0}#motos .eyebrow{font-size:.64rem;letter-spacing:.08em;margin-bottom:.35rem}#motos h2{font-size:2.15rem;line-height:1.15;margin-bottom:.6rem}#motos .section-heading p{font-size:.95rem;line-height:1.45;color:#ffffffa6;margin-bottom:0}.scroll-hint{margin-top:1rem;font-size:.65rem;font-weight:700;letter-spacing:.06em;opacity:.75}}.header-stock-btn{flex-shrink:0;min-height:2.3rem;padding:.45rem 1.15rem;font-size:.78rem;font-weight:780;border-radius:6px;color:#ffffffbf;background:transparent;border:1px solid rgba(255,255,255,.12);transition:all .18s ease}.header-stock-btn:hover{color:var(--gold);border-color:#f2b82273;background:#f2b8220d}.section-actions{display:flex;justify-content:center;margin-top:2.2rem}.section-actions .cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;padding-inline:1.8rem;font-size:.85rem;font-weight:800;border-radius:6px;color:#ffffffbf;background:transparent;border:1px solid rgba(255,255,255,.12);transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.section-actions .cta-btn:hover{transform:translateY(-2px);color:var(--gold);border-color:#f2b82273;background:#f2b8220d}@media(max-width:767px){.section-actions{margin-top:1.8rem;padding-inline:var(--site-gutter)}.section-actions .cta-btn{width:100%;max-width:290px}}.desktop-only{display:none!important}.mobile-only{display:flex!important}@media(min-width:768px){.desktop-only{display:inline-flex!important}.mobile-only{display:none!important}}.benefits-section{position:relative;width:100%;padding-top:clamp(1.8rem,3vw,2.5rem);padding-bottom:clamp(3.5rem,5vw,4.5rem);background:linear-gradient(180deg,#111,#0d0d0d 45%,#080808);border-top:1px solid rgba(255,255,255,.03);overflow:hidden}.benefits-road-background{position:absolute;bottom:0;left:0;right:0;height:340px;pointer-events:none;z-index:0;background-size:cover;background-position:center bottom;background-repeat:no-repeat;mask-image:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.25) 50%,transparent 100%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.25) 50%,transparent 100%);opacity:.35}.benefits-road-background:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(245,96,0,.05),transparent 75%)}.benefits-container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter);position:relative;z-index:1}.benefits-header{text-align:center;margin-bottom:clamp(1.8rem,3.5vw,2.4rem);display:flex;flex-direction:column;align-items:center}.benefits-header .eyebrow{margin-top:.2rem;margin-bottom:.3rem;letter-spacing:.16em}.benefits-header h2{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:850;color:var(--white);line-height:1.05;margin-block:.2rem .5rem}.benefits-header .subtitle{max-width:600px;font-size:clamp(.95rem,1.25vw,1.02rem);color:var(--metal);line-height:1.55;margin:0;text-wrap:balance}.timeline-wrapper{position:relative;width:100%;max-width:1060px;margin-inline:auto;margin-bottom:1rem}.timeline-line{position:absolute;top:2.3rem;left:10%;right:10%;height:1.2px;background:linear-gradient(90deg,rgba(245,96,0,.05) 0%,var(--orange) 30%,var(--orange) 70%,rgba(245,96,0,.05) 100%);box-shadow:0 0 1px #f560000d;transform:scaleX(0);transform-origin:left center;transition:transform 1.2s cubic-bezier(.2,.8,.2,1);z-index:1}.timeline-line-arrow{position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid var(--orange);filter:drop-shadow(0 0 3px var(--orange))}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;z-index:2}.timeline-column{display:flex;flex-direction:column;align-items:center;text-align:center}.timeline-node-container{display:flex;flex-direction:column;align-items:center;margin-bottom:.85rem;position:relative;z-index:3;opacity:0;transform:scale(.6);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.timeline-node-number{font-size:.88rem;font-weight:800;color:#ffffff52;margin-bottom:.45rem;letter-spacing:.05em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;transition:color .3s ease}.timeline-column:hover .timeline-node-number{color:var(--orange)}.timeline-node-dot{width:.85rem;height:.85rem;border-radius:50%;background:#111;border:2px solid var(--orange);display:flex;align-items:center;justify-content:center;box-shadow:0 0 3px #f5600026;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.timeline-node-inner{width:.3rem;height:.3rem;border-radius:50%;background:#fff;box-shadow:0 0 3px #fff;transition:transform .3s ease}.timeline-column:hover .timeline-node-dot{transform:scale(1.18);box-shadow:0 0 14px var(--orange);border-color:#ff741f}.timeline-column:hover .timeline-node-inner{transform:scale(1.1)}.timeline-card{background:#1e1e1ecc;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1.4rem 1.1rem;width:100%;max-width:240px;margin-inline:auto;min-height:185px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 16px #00000040;opacity:0;transform:translateY(20px);transition-property:opacity,transform,border-color,box-shadow;transition-duration:.8s,.8s,.4s,.4s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.timeline-card:hover{transform:translateY(-3px);border-color:#f5600059;box-shadow:0 8px 24px #0006,0 0 10px #f560001f}.timeline-card-icon-wrapper{margin-bottom:.85rem;color:#f56000d9;transition:transform .4s cubic-bezier(.16,1,.3,1),filter .4s ease,color .4s ease;display:flex;align-items:center;justify-content:center}.timeline-card:hover .timeline-card-icon-wrapper{color:var(--orange);transform:scale(1.06);filter:drop-shadow(0 0 6px rgba(245,96,0,.3))}.timeline-card-icon{stroke-width:1.8px}.timeline-card h3{font-size:1.02rem;font-weight:800;color:var(--white);margin:0 0 .5rem;line-height:1.25;letter-spacing:-.01em}.timeline-card p{font-size:.85rem;line-height:1.45;color:#ffffff8c;margin:0;max-width:95%}.benefits-section.is-visible .timeline-node-container{opacity:1;transform:scale(1)}.benefits-section.is-visible .timeline-column:nth-child(1) .timeline-node-container{transition-delay:.2s}.benefits-section.is-visible .timeline-column:nth-child(1) .timeline-card{transition-delay:.35s,.35s,0s,0s}.benefits-section.is-visible .timeline-column:nth-child(2) .timeline-node-container{transition-delay:.4s}.benefits-section.is-visible .timeline-column:nth-child(2) .timeline-card{transition-delay:.55s,.55s,0s,0s}.benefits-section.is-visible .timeline-column:nth-child(3) .timeline-node-container{transition-delay:.6s}.benefits-section.is-visible .timeline-column:nth-child(3) .timeline-card{transition-delay:.75s,.75s,0s,0s}.benefits-section.is-visible .timeline-column:nth-child(4) .timeline-node-container{transition-delay:.8s}.benefits-section.is-visible .timeline-column:nth-child(4) .timeline-card{transition-delay:.95s,.95s,0s,0s}@media(max-width:959px){.benefits-section{padding-top:3.5rem;padding-bottom:4rem}.timeline-wrapper{display:flex;justify-content:center;max-width:520px;margin-inline:auto;padding-inline:.5rem;margin-bottom:2rem}.timeline-line{top:0;bottom:0;left:2.25rem;right:auto;width:1.5px;height:100%;transform:scaleY(0);transform-origin:top center;background:linear-gradient(180deg,rgba(245,96,0,.05) 0%,var(--orange) 30%,var(--orange) 85%,rgba(245,96,0,.05) 100%);box-shadow:0 0 1px #f560000d}.benefits-section.is-visible .timeline-line{transform:scaleY(1)}.timeline-line-arrow{inset:auto auto -2px 50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid var(--orange);border-bottom:none}.timeline-grid{grid-template-columns:1fr;gap:1.5rem;width:100%}.timeline-column{flex-direction:row;align-items:flex-start;text-align:left;gap:1.8rem;width:100%}.timeline-node-container{width:3.5rem;height:3.5rem;display:flex;align-items:center;flex-shrink:0;position:relative;margin-bottom:0}.timeline-node-number{position:absolute;left:.15rem;top:50%;transform:translateY(-50%);font-size:.85rem;margin-bottom:0}.timeline-node-dot{position:absolute;left:2.25rem;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 3px #f5600026}.timeline-column:hover .timeline-node-dot{transform:translate(-50%,-50%) scale(1.18)}.timeline-card{align-items:flex-start;text-align:left;min-height:auto;max-width:100%;padding:1.5rem 1.25rem}.timeline-card-icon-wrapper{margin-bottom:.85rem}.timeline-card p{max-width:100%}}@media(prefers-reduced-motion:reduce){.timeline-line,.timeline-node-container,.timeline-card{opacity:1!important;transform:none!important;transition:none!important}}@media(prefers-reduced-motion:reduce){.timeline-line,.timeline-node-container,.timeline-card,.benefits-footer{opacity:1!important;transform:none!important;transition:none!important}}.contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:960px){.contact-grid{grid-template-columns:1.1fr 1.9fr;gap:2rem}}.contact-info-cards{display:flex;flex-direction:column;gap:1rem}.contact-card{display:flex;align-items:center;gap:1.2rem;padding:1.25rem 1.45rem;background:#191919a6;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #00000026}.contact-card:hover{transform:translateY(-2px);border-color:#f5600038;box-shadow:0 8px 30px #0000004d,0 0 10px #f5600005}.contact-card-icon-wrapper{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:#f560000f;border:1px solid rgba(245,96,0,.25);color:var(--orange);flex-shrink:0;transition:background-color .3s ease,transform .3s ease}.contact-card:hover .contact-card-icon-wrapper{background:var(--orange);color:#111;transform:scale(1.05)}.contact-card-text{display:flex;flex-direction:column;text-align:left}.contact-card-text h3{font-size:.95rem;font-weight:850;color:var(--white);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .25rem}.contact-card-text p{font-size:.92rem;color:var(--metal);margin:0;line-height:1.45}.contact-whatsapp-btn{margin-top:.5rem;min-height:3.1rem;font-weight:800;letter-spacing:.01em;background:var(--orange);color:#111;box-shadow:0 12px 30px #f5600033}.contact-whatsapp-btn:hover{background:#ff741f;box-shadow:0 16px 40px #f560004d}.contact-map-container{min-height:340px;background:#141414;border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden;box-shadow:0 12px 44px #00000059;position:relative;transition:border-color .3s ease}.contact-map-container:hover{border-color:#f5600026}.contact-iframe-map{display:block;width:100%;height:100%;filter:invert(90%) hue-rotate(180deg) contrast(1.1) brightness(.95) saturate(1.2);transition:filter .3s ease}.contact-map-container:hover .contact-iframe-map{filter:invert(90%) hue-rotate(180deg) contrast(1) brightness(1) saturate(1)}.footer{margin-top:var(--section-gap);background:#090909;border-top:1px solid rgba(255,255,255,.04);padding-top:clamp(3rem,5.5vw,4.5rem)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:clamp(2.5rem,4.5vw,3.8rem);text-align:left}@media(min-width:600px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:1.3fr .7fr 1fr 1fr;gap:3rem}}.footer-brand-col{display:flex;flex-direction:column;align-items:flex-start}.footer-brand{margin-bottom:1.25rem}.footer-tagline{font-size:.88rem;color:var(--metal);line-height:1.6;margin:0;max-width:320px}.footer-nav-col,.footer-service-col,.footer-social-col{display:flex;flex-direction:column;align-items:flex-start}.footer-grid h3{font-size:.95rem;font-weight:850;color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin:0 0 1.25rem;position:relative}.footer-grid h3:after{content:"";position:absolute;left:0;bottom:-.45rem;width:24px;height:2px;background:var(--orange)}.footer-nav-links,.footer-service-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-nav-links a{color:var(--metal);font-size:.92rem;transition:color .2s ease,transform .2s ease;display:inline-block}.footer-nav-links a:hover{color:var(--orange);transform:translate(3px)}.footer-service-details li{display:flex;align-items:flex-start;gap:.75rem;font-size:.92rem;color:var(--metal);line-height:1.45}.footer-service-icon{color:var(--orange);margin-top:.15rem;flex-shrink:0}.footer-social-text{font-size:.88rem;color:var(--metal);margin:0 0 1rem;line-height:1.5}.footer-social-links{display:flex;gap:.8rem}.social-icon-btn{display:grid;place-items:center;width:2.65rem;height:2.65rem;border-radius:50%;background:#ffffff08;border:1px solid rgba(255,255,255,.06);color:var(--metal);transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .25s ease}.social-icon-btn:hover{transform:translateY(-2px);color:#111;background:var(--gold);border-color:var(--gold);box-shadow:0 8px 24px var(--gold-glow)}.footer-bottom{border-top:1px solid rgba(255,255,255,.04);background:#060606;padding-block:1.5rem;text-align:left}.footer-bottom-inner{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;font-size:.8rem;color:#f5f5f561}@media(min-width:768px){.footer-bottom-inner{flex-direction:row;justify-content:space-between;gap:1.5rem}}.footer-bottom p{margin:0!important}.footer-creator{font-weight:700;letter-spacing:.01em}@media(min-width:620px){:root{--site-gutter: 32px;--section-gap: 76px}.inventory-grid,.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:859px){.hero-copy{width:min(560px,100%)}}@media(max-width:767px){.hero{min-height:100vh;min-height:100svh}.hero-image{object-position:center center;opacity:1;filter:saturate(1.06) contrast(1.02) brightness(.96)}.hero-overlay{background:radial-gradient(ellipse at 0% 44%,rgba(0,0,0,.66),rgba(0,0,0,.36) 38%,transparent 72%),linear-gradient(180deg,rgba(8,8,8,.52),rgba(8,8,8,.2) 24%,transparent 48%),linear-gradient(90deg,#080808db,#11111180 50%,#11111114),linear-gradient(0deg,rgba(17,17,17,.84),rgba(17,17,17,.28) 34%,transparent 68%)}.hero-content{min-height:100vh;min-height:100svh;align-content:center;padding-block:6.9rem 4.8rem}.hero-eyebrow{margin-bottom:1.05rem;padding-bottom:.62rem}h1{margin-bottom:1.05rem;font-size:clamp(2.2rem,10.3vw,3rem);line-height:1.01;max-width:10.7ch}.hero-copy p{max-width:21rem;line-height:1.62}.hero-actions{margin-top:1.15rem;gap:.7rem;flex-wrap:nowrap}.hero-actions .button{flex:0 1 auto;min-height:3rem;padding:.72rem 1.05rem;font-size:.9rem;white-space:nowrap}.floating-scroll-top{width:2.82rem;height:2.82rem}}@media(min-width:860px){:root{--site-gutter: 48px;--section-gap: 96px}.header-inner{min-height:5.75rem}.brand-logo{width:14.5rem;max-height:none}.footer-brand-logo{width:11.6rem;max-height:3.75rem}.header-navigation{gap:1rem}.header-links{display:inline-flex;align-items:center;gap:.25rem;min-height:3.25rem;padding:.32rem .5rem;background:#0a0a0aad;border:1px solid rgba(242,184,34,.18);border-radius:999px;box-shadow:0 10px 35px #00000080,0 0 20px #f2b8220a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header-links a{min-height:2.55rem;padding:0 1.25rem;color:#ffffffe0;border-radius:999px;font-size:.95rem;font-weight:780;display:inline-flex;align-items:center;transition:all .25s cubic-bezier(.16,1,.3,1)}.header-links a:hover{color:#0c0c0c;background:var(--gold-gradient);box-shadow:0 4px 14px #f2b82259}.menu-button{width:3.25rem;height:3.25rem;background:#0a0a0aad;border:1px solid rgba(242,184,34,.18);box-shadow:0 10px 35px #00000080,0 0 20px #f2b8220a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.menu-button[aria-expanded=true]{color:#fffffff2;background:#0a0a0ad9;border-color:#f2b8224d}.hero-content{padding-block:7.5rem 5.4rem}.hero-copy{width:min(560px,45vw)}.hero-actions{margin-top:1.25rem}.brand-marquee-section{padding-block:2.8rem 2.9rem}.brand-marquee-item{width:clamp(13rem,16vw,17.5rem);height:5.5rem}.brand-marquee-item img{max-height:7rem}.eyebrow{font-size:.78rem;letter-spacing:.16em}h1{font-size:clamp(2.9rem,5.2vw,5.15rem)}h2{font-size:clamp(2.1rem,4vw,3.5rem);line-height:.98}.inventory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1180px){:root{--site-gutter: 64px;--section-gap: 112px}.hero{min-height:93svh}.inventory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer{margin-top:calc(var(--section-gap) * .95)}}@media(max-width:480px){.hero{min-height:100vh;min-height:100svh;align-items:center}.hero-image{object-position:center center;opacity:1;filter:saturate(1.06) contrast(1.02) brightness(.96)}.hero-overlay{background:radial-gradient(ellipse at 0% 44%,rgba(0,0,0,.68),rgba(0,0,0,.38) 38%,transparent 72%),linear-gradient(180deg,rgba(8,8,8,.52),rgba(8,8,8,.2) 26%,transparent 50%),linear-gradient(90deg,#080808db,#11111180 56%,#11111114),linear-gradient(0deg,rgba(17,17,17,.86),rgba(17,17,17,.3) 36%,transparent 68%)}.hero-content{min-height:100vh;min-height:100svh;align-content:center;padding-block:6.9rem 4.75rem;gap:1rem}.hero-copy{width:min(100%,24rem);transform:none}.hero-eyebrow{font-size:.64rem;letter-spacing:.13em;margin-bottom:1.05rem;padding-bottom:.62rem}h1{font-size:clamp(2.16rem,10.2vw,2.95rem);max-width:10.7ch;line-height:1.01;margin-bottom:1.05rem}.hero-copy p{max-width:22rem;font-size:.96rem;line-height:1.62;margin-bottom:0}.hero-actions{margin-top:1.15rem;gap:.68rem;flex-wrap:nowrap}.hero-actions .button{width:auto;flex:1 1 0;min-width:0;min-height:3rem;padding:.7rem .8rem;font-size:.88rem;white-space:nowrap}}@media(max-width:350px){.hero-actions{flex-wrap:wrap}.hero-actions .button{flex-basis:100%}}@media(prefers-reduced-motion:reduce){.brand-marquee-track{animation-duration:.01ms;animation-iteration-count:1;transform:none}.brand-marquee-section:hover .brand-marquee-track{animation-play-state:running}}.sell-section{position:relative;width:100%;padding-top:clamp(2.2rem,4.5vw,3.2rem);padding-bottom:clamp(2.5rem,5vw,3.8rem);background:#111;border-top:1px solid rgba(255,255,255,.02);overflow:hidden}.sell-road-background{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;background-size:cover;background-position:39% center;background-repeat:no-repeat;opacity:.92}.sell-road-background:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111,#11111159 30%,#1111111a,#1116 70%,#111),linear-gradient(180deg,#111111 0%,transparent 20%,transparent 80%,#111111 100%)}.sell-glow-background{position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(245,96,0,.035),transparent 48rem);pointer-events:none;z-index:0}.sell-container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter);position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.8rem)}.sell-main-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;position:relative}.sell-cta-block{display:flex;flex-direction:column;align-items:flex-start;text-align:left;z-index:10}.sell-cta-block .eyebrow{display:inline-flex;align-items:center;gap:.35rem;font-weight:900;letter-spacing:.14em}.eyebrow-pipe{color:var(--orange);font-weight:800;font-size:.95rem}.sell-cta-block h2{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:850;color:var(--white);line-height:1.04;margin-block:.4rem .9rem;text-wrap:balance}.sell-description{font-size:clamp(.95rem,1.25vw,1.02rem);color:var(--metal);line-height:1.55;margin-bottom:1.8rem;max-width:540px}.sell-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1rem;width:100%}.sell-btn-main{background:var(--orange);color:#111;border-color:var(--orange);box-shadow:0 12px 30px #f5600038}.sell-btn-main:hover{background:#ff741f;border-color:#ff741f;box-shadow:0 16px 42px #f5600052}.sell-btn-sub{background:#11111180;border-color:#ffffff1f;color:#ffffffd9}.sell-btn-sub:hover{border-color:#f5600066;background:#f5600014;color:var(--white)}.sell-actions .button{min-height:2.95rem;padding:.78rem 1.25rem;font-size:.9rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:8px}.btn-icon{flex-shrink:0}.sell-legend{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;color:#ffffff73;margin-top:.4rem}.legend-icon{color:var(--orange);flex-shrink:0;opacity:.95}.sell-steps-block{display:flex;flex-direction:column;z-index:10}.sell-steps-block .steps-header{margin-bottom:1.45rem;display:flex;flex-direction:column;align-items:flex-start}.sell-steps-block .steps-header h3{font-size:.95rem;font-weight:800;color:var(--white);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .45rem;line-height:1.2}.steps-header-line{width:36px;height:2px;background:var(--orange);box-shadow:0 0 4px #f5600066}.sell-steps-cards{display:flex;flex-direction:column;gap:.85rem}.sell-step-card-c{position:relative;padding:1.4rem 1.25rem;background:linear-gradient(135deg,#141414d9,#0e0e0ee6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.06);border-radius:12px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s cubic-bezier(.16,1,.3,1);box-shadow:0 6px 20px #00000059;will-change:transform}.sell-step-card-c:hover{transform:translateY(-3px);border-color:#f5600040;box-shadow:0 8px 24px #0006,0 0 8px #f5600008}.step-card-inner-content{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:100%;height:100%}.step-card-number{position:absolute;top:0;right:.2rem;font-size:.95rem;font-weight:900;color:#f5600047;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;transition:color .3s ease}.sell-step-card-c:hover .step-card-number{color:var(--orange)}.step-card-icon-wrapper{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);color:#ffffff8c;margin-bottom:1rem;transition:all .3s ease}.sell-step-card-c:hover .step-card-icon-wrapper{color:var(--orange);border-color:#f5600040;background:#f560000f;filter:drop-shadow(0 0 4px rgba(245,96,0,.25))}.sell-step-card-c h4{font-size:.98rem;font-weight:800;color:var(--white);margin:0 0 .4rem;line-height:1.2}.sell-step-card-c p{font-size:.8rem;line-height:1.42;color:#ffffff85;margin:0}.sell-chips-wrapper{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.sell-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.32rem .75rem;border-radius:6px;border:1px solid rgba(255,255,255,.07);background:#ffffff05;color:#ffffffa6;font-size:.74rem;font-weight:700;letter-spacing:.01em}.sell-chip-icon{color:var(--orange);flex-shrink:0}.sell-trust-bar{display:flex;flex-direction:column;gap:.9rem;padding:.8rem 1.25rem;border-radius:8px;background:#1616166b;border:1px solid rgba(255,255,255,.04);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin-top:.5rem}.trust-bar-left{display:flex;align-items:center;gap:.8rem}.trust-bar-icon{color:var(--orange);flex-shrink:0}.trust-bar-text{display:flex;flex-direction:column;text-align:left}.trust-bar-text strong{font-size:.86rem;color:var(--white);font-weight:800}.trust-bar-text span{font-size:.76rem;color:#ffffff73;margin-top:.04rem}.trust-bar-right{display:flex;align-items:center;gap:.65rem}.stars-wrapper{display:flex;gap:.1rem;color:var(--orange)}.stars-wrapper svg{width:14px!important;height:14px!important}.rating-text{font-size:.8rem;font-weight:700;color:#fff9;font-family:Inter,sans-serif}.sell-section .sell-cta-block>*{opacity:0;transform:translateY(15px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.sell-section.is-visible .sell-cta-block>*{opacity:1;transform:translateY(0)}.sell-section.is-visible .sell-cta-block>*:nth-child(1){transition-delay:.1s}.sell-section.is-visible .sell-cta-block>*:nth-child(2){transition-delay:.18s}.sell-section.is-visible .sell-cta-block>*:nth-child(3){transition-delay:.26s}.sell-section.is-visible .sell-cta-block>*:nth-child(4){transition-delay:.34s}.sell-section.is-visible .sell-cta-block>*:nth-child(5){transition-delay:.42s}.sell-section .sell-step-card-c{opacity:0;transform:translateY(15px);transition-property:opacity,transform,background-color,border-color,box-shadow;transition-duration:.7s,.7s,.3s,.3s,.3s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.sell-section.is-visible .sell-step-card-c{opacity:1;transform:translateY(0);transition-delay:calc(var(--step-index) * .12s + .4s),calc(var(--step-index) * .12s + .4s),0s,0s,0s}@media(min-width:1024px){.sell-main-layout{grid-template-columns:1fr 1.65fr;align-items:center;gap:clamp(6rem,9vw,12rem)}.sell-steps-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.95rem}.sell-step-card-c{min-height:220px;transform:skew(-7deg)}.step-card-inner-content{transform:skew(7deg)}.sell-actions{margin-bottom:2rem}}@media(min-width:1200px){.sell-main-layout{grid-template-columns:1fr 1.75fr;gap:clamp(8rem,11vw,15rem)}.sell-steps-cards{gap:1.25rem}}@media(min-width:768px){.sell-trust-bar{flex-direction:row;justify-content:space-between;align-items:center}}@media(max-width:1023px){.sell-section{padding-top:3.5rem;padding-bottom:4rem}.sell-main-layout{gap:2.2rem}.sell-cta-block{align-items:stretch;text-align:left;order:1}.sell-steps-block{order:2}.sell-actions{flex-direction:column;margin-bottom:.5rem}.sell-actions .button{width:100%}.sell-legend{justify-content:center}.sell-chips-wrapper.mobile-only{order:3;margin-top:1rem;justify-content:center}}.sell-section{position:relative;width:100%;padding-block:clamp(3rem,6vw,5rem);background:#111;overflow:hidden}.sell-container{position:relative;isolation:isolate;width:calc(100% - (var(--site-gutter) * 2));max-width:1480px;min-height:clamp(500px,37vw,560px);margin-inline:auto;padding:clamp(1.45rem,3vw,2.45rem);display:flex;flex-direction:column;justify-content:space-between;gap:clamp(1rem,2vw,1.6rem);overflow:hidden;background:linear-gradient(135deg,#111111b8,#080808e6),#111;border:1px solid rgba(245,245,245,.24);border-radius:24px;box-shadow:inset 0 1px #f5f5f50d,0 26px 70px #00000052}.sell-road-background{position:absolute;inset:0;z-index:-2;width:100%;height:100%;background-size:cover;background-position:39% center;background-repeat:no-repeat;opacity:.96;pointer-events:none}.sell-road-background:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#070707fa,#0a0a0ab3 20%,#0a0a0a29 42%,#07070794 68%,#070707f5),linear-gradient(180deg,rgba(8,8,8,.9) 0%,transparent 22%,transparent 66%,rgba(8,8,8,.86) 100%)}.sell-glow-background{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 32% 50%,rgba(245,96,0,.12),transparent 24rem),radial-gradient(circle at 78% 34%,rgba(245,245,245,.06),transparent 22rem);pointer-events:none}.sell-concept{color:#f5f5f5b3;font-size:clamp(.64rem,1vw,.82rem);font-weight:900;letter-spacing:.24em;line-height:1;text-transform:uppercase}.sell-main-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(6.5rem,12vw,14rem);flex:1}.sell-cta-block{max-width:420px;align-items:flex-start;text-align:left}.sell-cta-block .eyebrow{gap:.42rem;color:var(--orange);font-size:clamp(.68rem,1vw,.78rem);font-weight:900;letter-spacing:.06em}.eyebrow-pipe{color:var(--orange);font-size:.95rem;font-weight:900}.sell-cta-block h2{max-width:12ch;margin:.58rem 0 1rem;color:var(--white);font-size:clamp(2.15rem,3.5vw,3.55rem);font-weight:850;letter-spacing:0;line-height:.98;text-wrap:balance}.sell-description{max-width:390px;margin-bottom:1.75rem;color:#f5f5f5b8;font-size:clamp(.92rem,1.1vw,1.02rem);line-height:1.68}.sell-actions{width:auto;margin-bottom:1.45rem}.sell-actions .button{min-height:3.15rem;padding:.86rem 1.55rem;border-radius:8px;font-size:.94rem;font-weight:850}.sell-btn-main{color:#111;background:var(--orange);border-color:var(--orange);box-shadow:0 18px 38px #f5600033}.sell-btn-main:hover{background:#ff741f;border-color:#ff741f;box-shadow:0 22px 48px #f5600047}.btn-icon,.legend-icon{flex-shrink:0}.sell-legend{margin-top:0;display:inline-flex;align-items:center;gap:.55rem;color:#f5f5f59e;font-size:.86rem}.legend-icon,.trust-bar-icon,.step-card-icon{color:var(--orange)}.sell-steps-block{align-self:center}.sell-steps-block .steps-header{margin-bottom:1.3rem}.sell-steps-block .steps-header h3{margin:0 0 .62rem;color:#f5f5f5eb;font-size:clamp(1rem,1.45vw,1.35rem);font-weight:760;letter-spacing:0;line-height:1.25;text-transform:none}.steps-header-line{width:48px;height:2px;background:var(--orange);box-shadow:0 0 16px #f5600066}.sell-steps-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,1.5vw,1.35rem)}.sell-step-card-c{min-height:clamp(195px,16vw,235px);padding:clamp(1.25rem,1.55vw,1.55rem);display:flex;align-items:stretch;border-radius:10px;background:linear-gradient(145deg,#1d1d1dc7,#0c0c0ce6),#111111c7;border:1px solid rgba(245,245,245,.11);box-shadow:inset 0 1px #f5f5f50a,0 20px 44px #00000047;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:skew(-5deg);transition:transform .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease}.sell-step-card-c:hover{transform:skew(-5deg) translateY(-3px);border-color:#f5600057;background:linear-gradient(145deg,#222222d1,#0e0e0ef0),#111111db;box-shadow:inset 0 1px #f5f5f50f,0 24px 54px #00000057}.step-card-inner-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;transform:skew(5deg)}.step-card-number{position:static;margin-bottom:1.15rem;color:var(--orange);font-size:1rem;font-weight:900;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.step-card-icon-wrapper{width:2.35rem;height:2.35rem;display:grid;place-items:center;margin-bottom:auto;color:var(--orange);background:transparent;border:0}.sell-step-card-c h4{margin:1.05rem 0 .45rem;color:var(--white);font-size:clamp(.92rem,1.08vw,1.05rem);font-weight:820}.sell-step-card-c p{max-width:190px;margin:0;color:#f5f5f59e;font-size:.82rem;line-height:1.58}.sell-trust-bar{position:relative;z-index:1;width:min(100%,720px);margin-left:auto;padding:.9rem 1.35rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;border-radius:10px;background:linear-gradient(145deg,#202020b8,#0d0d0ddb),#111111ad;border:1px solid rgba(245,245,245,.12);box-shadow:inset 0 1px #f5f5f50a,0 18px 44px #0000003d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.trust-bar-left{display:flex;align-items:center;gap:.9rem;min-width:0}.trust-bar-text strong{display:block;color:#f5f5f5e6;font-size:1rem;font-weight:760}.trust-bar-text span{display:block;margin-top:.2rem;color:#f5f5f594;font-size:.85rem}.trust-bar-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex:0 0 auto}.stars-wrapper{display:flex;gap:.25rem;color:var(--orange)}.star-icon.fill-star{fill:currentColor}.rating-text{color:#f5f5f5b8;font-size:.86rem;font-weight:650}.sell-section .sell-cta-block>*,.sell-section .sell-step-card-c,.sell-section .sell-trust-bar{opacity:0;transform:translateY(16px);transition:opacity .62s ease,transform .62s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease}.sell-section.is-visible .sell-cta-block>*,.sell-section.is-visible .sell-step-card-c,.sell-section.is-visible .sell-trust-bar{opacity:1;transform:translateY(0)}.sell-section.is-visible .sell-cta-block>*:nth-child(1){transition-delay:80ms}.sell-section.is-visible .sell-cta-block>*:nth-child(2){transition-delay:.14s}.sell-section.is-visible .sell-cta-block>*:nth-child(3){transition-delay:.2s}.sell-section.is-visible .sell-cta-block>*:nth-child(4){transition-delay:.26s}.sell-section.is-visible .sell-cta-block>*:nth-child(5){transition-delay:.32s}.sell-section.is-visible .sell-step-card-c{transition-delay:calc(var(--step-index) * .11s + .26s)}.sell-section.is-visible .sell-trust-bar{transition-delay:.52s}@media(max-width:1180px){.sell-main-layout{gap:clamp(3rem,7vw,7rem)}.sell-steps-cards{gap:.85rem}.sell-step-card-c{min-height:220px}}@media(max-width:980px){.sell-container{min-height:auto}.sell-road-background{background-position:34% center}.sell-road-background:after{background:linear-gradient(90deg,#070707f5,#07070785 52%,#070707e0),linear-gradient(180deg,#080808e6,#08080875 40%,#080808eb)}.sell-main-layout{grid-template-columns:1fr;gap:2.4rem}.sell-cta-block{max-width:560px}.sell-cta-block h2{max-width:12ch}.sell-steps-cards{grid-template-columns:1fr}.sell-step-card-c,.sell-step-card-c:hover{min-height:auto;transform:none}.step-card-inner-content{transform:none}.step-card-icon-wrapper{margin-bottom:1rem}.sell-trust-bar{width:100%;margin-left:0}}@media(max-width:620px){.sell-section{padding-block:2.2rem}.sell-container{width:calc(100% - 1.25rem);padding:1.1rem;border-radius:18px}.sell-concept{font-size:.58rem}.sell-cta-block h2{font-size:clamp(2rem,12vw,2.85rem)}.sell-description{margin-bottom:1.35rem}.sell-actions,.sell-actions .button{width:100%}.sell-trust-bar{flex-direction:column;align-items:flex-start}.trust-bar-right{align-items:flex-start}}.sell-section{padding-block:clamp(2.8rem,5.4vw,4.8rem);background:linear-gradient(180deg,#1110,#111 12% 88%,#1110),#111}.sell-container{width:100%;max-width:var(--content);min-height:clamp(460px,34vw,530px);padding:clamp(1.6rem,3.4vw,2.65rem) var(--site-gutter);border:0;border-radius:0;box-shadow:none;background:transparent}.sell-container:before{content:"";position:absolute;inset:0 var(--site-gutter);z-index:-3;border-radius:8px;background:linear-gradient(90deg,#f5f5f50e,#f5f5f504 46%,#f5f5f50b),#f5f5f505;border-top:1px solid rgba(245,245,245,.08);border-bottom:1px solid rgba(245,245,245,.06);pointer-events:none}.sell-road-background{inset:0 var(--site-gutter);border-radius:8px;background-position:40% center;opacity:.94}.sell-road-background:after{background:linear-gradient(90deg,#111111f5,#1111118a 22%,#1111111a 45%,#11111180 70%,#111111f5),linear-gradient(180deg,#111111e6,#11111129 28%,#1111112e 68%,#111111f0)}.sell-glow-background{inset:0 var(--site-gutter);background:radial-gradient(circle at 32% 54%,rgba(245,96,0,.15),transparent 24rem),radial-gradient(circle at 70% 32%,rgba(245,245,245,.045),transparent 22rem)}.sell-concept{display:none}.sell-main-layout{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:clamp(5.5rem,10vw,12rem)}.sell-cta-block{max-width:390px}.sell-cta-block h2{max-width:10.5ch;font-size:clamp(2.25rem,3.55vw,3.85rem);line-height:.98}.sell-description{max-width:360px;margin-bottom:1.55rem;line-height:1.58}.sell-actions{gap:.8rem;margin-bottom:1rem}.sell-actions .button{min-height:3rem;padding:.82rem 1.25rem}.sell-btn-sub{color:#f5f5f5d6;background:#0c0c0c8f;border-color:#f5f5f52e}.sell-btn-sub:hover{color:var(--white);background:#f5600014;border-color:#f560006b}.sell-steps-cards{gap:clamp(.75rem,1.15vw,1rem)}.sell-step-card-c{min-height:clamp(155px,12vw,188px);padding:clamp(.95rem,1.12vw,1.18rem);background:linear-gradient(145deg,#1b1b1bad,#0b0b0bd1),#1111119e;border-color:#f5f5f518}.step-card-number{margin-bottom:.8rem}.sell-step-card-c h4{margin-top:.8rem}.sell-step-card-c p{font-size:.78rem;line-height:1.46}.sell-trust-bar{width:min(100%,640px);min-height:0;padding:.78rem 1.1rem;overflow:hidden;background:linear-gradient(145deg,#1c1c1c94,#0c0c0cb3),#1111117a;border-color:#f5f5f518;box-shadow:inset 0 1px #f5f5f509,0 14px 36px #0000002e}.trust-bar-text{min-width:0}.trust-bar-text strong{font-size:.92rem}.trust-bar-text strong,.trust-bar-text span{overflow-wrap:anywhere}.trust-bar-text span,.rating-text{font-size:.78rem}@media(max-width:980px){.sell-section{padding-block:2.8rem}.sell-container{width:100%;padding:2.2rem var(--site-gutter)}.sell-container:before,.sell-road-background,.sell-glow-background{inset-inline:0;border-radius:0}.sell-road-background{background-position:36% center;opacity:.12}.sell-road-background:after{background:linear-gradient(180deg,#111111fa,#111111d9,#111111fa),linear-gradient(90deg,#111111fa,#111111eb)}.sell-main-layout{grid-template-columns:1fr;gap:2rem}.sell-steps-block .steps-header{margin-bottom:1.15rem}.sell-steps-block .steps-header h3{font-size:.82rem;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin:0}.steps-header-line{display:none}.sell-steps-cards{display:flex;flex-direction:column;gap:1.45rem;position:relative;padding-left:.15rem}.sell-step-card-c,.sell-step-card-c:hover{min-height:0;padding:0;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transform:none;position:relative}.sell-step-card-c:before{content:"";position:absolute;left:1rem;top:2.4rem;bottom:-1.45rem;width:1px;background:linear-gradient(180deg,#f5600047,#f560000d)}.sell-step-card-c:last-child:before{display:none}.step-card-inner-content{display:grid;grid-template-columns:2rem 1fr;column-gap:1.05rem;align-items:start;transform:none}.step-card-icon-wrapper{grid-column:1;grid-row:1 / span 3;width:2rem;height:2rem;border-radius:50%;border:1px solid rgba(245,96,0,.25);background:#f560000a;color:var(--orange);display:grid;place-items:center;margin:.15rem 0 0;align-self:start}.step-card-icon{width:1.02rem!important;height:1.02rem!important}.step-card-number{grid-column:2;grid-row:1;position:static;font-size:.7rem;font-weight:800;color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .12rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace}.sell-step-card-c h4{grid-column:2;grid-row:2;margin:0 0 .18rem;font-size:.96rem;font-weight:760;color:var(--white)}.sell-step-card-c p{grid-column:2;grid-row:3;max-width:none;font-size:.78rem;line-height:1.48;color:#ffffff94;margin:0}.sell-trust-bar{display:none}}@media(max-width:620px){.sell-container{padding-block:1.6rem}.sell-cta-block h2{max-width:12ch;font-size:clamp(1.95rem,10.5vw,2.65rem)}.sell-description{max-width:100%;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.sell-actions{gap:.6rem;margin-bottom:.8rem}.sell-actions .button{min-height:2.85rem;font-size:.84rem}.sell-legend{justify-content:flex-start;font-size:.76rem}}.benefits-section{position:relative;width:100%;padding-block:clamp(5rem,8vw,8rem);overflow:hidden;background:radial-gradient(circle at 50% 34%,rgba(245,96,0,.08),transparent 30rem),linear-gradient(180deg,#111,#0d0d0d 48%,#090909);border-top:1px solid rgba(245,245,245,.035)}.benefits-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(245,245,245,.025) 1px,transparent 1px),linear-gradient(rgba(245,245,245,.018) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:radial-gradient(circle at 50% 45%,#000,transparent 72%);mask-image:radial-gradient(circle at 50% 45%,#000,transparent 72%);opacity:.32}.benefits-road-background{position:absolute;inset:auto 0 0;height:min(58vw,560px);z-index:0;pointer-events:none;background-size:cover;background-position:center bottom;background-repeat:no-repeat;opacity:.58;mask-image:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.46) 52%,transparent 100%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.46) 52%,transparent 100%)}.benefits-road-background:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 42%,rgba(245,96,0,.14),transparent 42%),linear-gradient(180deg,transparent,rgba(8,8,8,.82))}.benefits-container{position:relative;z-index:1;width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter)}.benefits-header{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.72fr);align-items:end;gap:clamp(2rem,6vw,5rem);margin-bottom:clamp(2.7rem,5vw,4.25rem);text-align:left}.benefits-heading-copy{max-width:760px}.benefits-header .eyebrow{margin-bottom:.85rem;color:var(--orange);letter-spacing:.18em}.benefits-header h2{max-width:12ch;margin:0 0 .75rem;color:var(--white);font-size:clamp(2.65rem,5.4vw,6rem);font-weight:880;line-height:.94;letter-spacing:0}.benefits-header .subtitle{max-width:560px;margin:0;color:#f5f5f5ad;font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.62}.benefits-trust-panel{justify-self:end;width:min(100%,410px);display:grid;gap:.72rem;padding:1rem;border:1px solid rgba(245,245,245,.105);border-radius:8px;background:linear-gradient(145deg,#22222294,#0c0c0cb8),#1111119e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 0 1px #f5f5f50a,0 20px 56px #00000038}.benefits-trust-panel span{min-height:2.4rem;display:flex;align-items:center;gap:.7rem;color:#f5f5f5d1;font-size:.9rem;font-weight:780}.benefits-trust-panel span:before{content:"";width:.45rem;height:.45rem;flex:0 0 auto;border-radius:999px;background:var(--orange);box-shadow:0 0 18px #f5600094}.timeline-wrapper{position:relative;width:100%;max-width:1320px;margin-inline:auto;margin-bottom:0}.timeline-line{position:absolute;top:2.85rem;left:7%;right:7%;z-index:1;height:1px;background:linear-gradient(90deg,transparent,rgba(245,96,0,.72) 16%,rgba(245,96,0,.95) 72%,transparent);box-shadow:0 0 22px #f560002e;transform:scaleX(0);transform-origin:left center;transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}.timeline-line-arrow{position:absolute;right:-2px;top:50%;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid var(--orange);transform:translateY(-50%);filter:drop-shadow(0 0 8px rgba(245,96,0,.8))}.timeline-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,1.6vw,1.45rem)}.timeline-column{display:flex;flex-direction:column;align-items:stretch;text-align:left}.timeline-node-container{height:5.3rem;margin:0 0 .5rem;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(10px) scale(.86);transition:opacity .62s ease,transform .62s ease}.timeline-node-number{margin-bottom:.55rem;color:#f5f5f557;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;font-weight:900;letter-spacing:.08em}.timeline-node-dot{width:.86rem;height:.86rem;display:grid;place-items:center;border-radius:999px;background:#111;border:2px solid var(--orange);box-shadow:0 0 0 5px #f5600014,0 0 24px #f5600038}.timeline-node-inner{width:.26rem;height:.26rem;border-radius:999px;background:#fff}.timeline-card{position:relative;width:100%;max-width:none;min-height:clamp(230px,18vw,275px);padding:clamp(1.25rem,1.7vw,1.75rem);display:flex;flex-direction:column;align-items:flex-start;text-align:left;overflow:hidden;background:linear-gradient(145deg,#222222d6,#0c0c0ce6),#111111d1;border:1px solid rgba(245,245,245,.12);border-radius:8px;box-shadow:inset 0 1px #f5f5f50b,0 24px 70px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;transform:translateY(22px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.timeline-card:after{content:"";position:absolute;inset:auto -18% -38% 18%;height:58%;background:radial-gradient(ellipse at center,rgba(245,96,0,.12),transparent 68%);opacity:0;transition:opacity .3s ease}.timeline-card:hover{transform:translateY(-5px);border-color:#f5600057;box-shadow:inset 0 1px #f5f5f50f,0 30px 82px #00000057,0 0 22px #f5600014}.timeline-card:hover:after{opacity:1}.timeline-card-topline{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:auto}.timeline-card-topline span{color:var(--orange);font-size:.86rem;font-weight:900;letter-spacing:.08em}.timeline-card-icon-wrapper{display:none}.timeline-card-icon{color:var(--orange);stroke-width:1.7;filter:drop-shadow(0 0 12px rgba(245,96,0,.22))}.timeline-card h3{max-width:13ch;margin:2.7rem 0 .65rem;color:var(--white);font-size:clamp(1.08rem,1.45vw,1.35rem);font-weight:840;line-height:1.08;letter-spacing:0}.timeline-card p{max-width:220px;margin:0;color:#f5f5f59e;font-size:clamp(.86rem,1vw,.94rem);line-height:1.55}.benefits-section.is-visible .timeline-line{transform:scaleX(1)}.benefits-section.is-visible .timeline-node-container{opacity:1;transform:translateY(0) scale(1)}.benefits-section.is-visible .timeline-card{opacity:1;transform:translateY(0)}.benefits-section.is-visible .timeline-column:nth-child(1) .timeline-node-container{transition-delay:.12s}.benefits-section.is-visible .timeline-column:nth-child(1) .timeline-card{transition-delay:.22s}.benefits-section.is-visible .timeline-column:nth-child(2) .timeline-node-container{transition-delay:.26s}.benefits-section.is-visible .timeline-column:nth-child(2) .timeline-card{transition-delay:.36s}.benefits-section.is-visible .timeline-column:nth-child(3) .timeline-node-container{transition-delay:.4s}.benefits-section.is-visible .timeline-column:nth-child(3) .timeline-card{transition-delay:.5s}.benefits-section.is-visible .timeline-column:nth-child(4) .timeline-node-container{transition-delay:.54s}.benefits-section.is-visible .timeline-column:nth-child(4) .timeline-card{transition-delay:.64s}@media(max-width:959px){.benefits-section{padding-block:4rem}.benefits-header{grid-template-columns:1fr;gap:1.4rem;margin-bottom:2.5rem}.benefits-header h2{max-width:11ch;font-size:clamp(2.2rem,10vw,3.6rem)}.benefits-trust-panel{justify-self:stretch;width:100%;grid-template-columns:1fr;padding:.85rem}.timeline-wrapper{display:block;max-width:620px;padding-inline:0}.timeline-line{top:.45rem;bottom:.45rem;left:2.15rem;right:auto;width:1px;height:auto;transform:scaleY(0);transform-origin:top center;background:linear-gradient(180deg,transparent,rgba(245,96,0,.8) 15%,rgba(245,96,0,.8) 82%,transparent)}.benefits-section.is-visible .timeline-line{transform:scaleY(1)}.timeline-line-arrow{top:auto;right:auto;bottom:-.2rem;left:50%;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid var(--orange);border-bottom:0;transform:translate(-50%)}.timeline-grid{grid-template-columns:1fr;gap:1rem}.timeline-column{display:grid;grid-template-columns:4.25rem minmax(0,1fr);align-items:stretch;gap:1rem}.timeline-node-container{height:auto;margin:0;align-items:center;justify-content:center}.timeline-card{min-height:0;padding:1.15rem}.timeline-card h3{margin-top:1.8rem}}@media(max-width:520px){.benefits-section{padding-block:3.2rem}.benefits-trust-panel{display:none}.timeline-column{grid-template-columns:3.5rem minmax(0,1fr);gap:.8rem}.timeline-line{left:1.75rem}.timeline-node-number{font-size:.74rem}.timeline-card{padding:1rem}.timeline-card h3{max-width:none;margin-top:1.35rem;font-size:1rem}.timeline-card p{max-width:none;font-size:.82rem}}.benefits-section{padding-block:clamp(3.8rem,5.6vw,5.6rem);background:radial-gradient(circle at 50% 44%,rgba(245,96,0,.055),transparent 28rem),linear-gradient(180deg,#111,#0d0d0d 52%,#090909)}.benefits-section:before{opacity:.2}.benefits-road-background{height:min(42vw,420px);opacity:.44}.benefits-road-background:after{background:radial-gradient(ellipse at 50% 44%,rgba(245,96,0,.1),transparent 40%),linear-gradient(180deg,transparent,rgba(8,8,8,.86))}.benefits-header{display:flex;justify-content:center;margin-bottom:clamp(1.7rem,3vw,2.4rem);text-align:center}.benefits-heading-copy{max-width:680px}.benefits-header .eyebrow{margin-bottom:.55rem;font-size:.72rem;letter-spacing:.17em}.benefits-header h2{max-width:none;margin-bottom:.55rem;font-size:clamp(2.25rem,3.6vw,3.75rem);line-height:.98}.benefits-header .subtitle{max-width:520px;margin-inline:auto;font-size:clamp(.92rem,1.05vw,1.02rem);line-height:1.55}.benefits-trust-panel{display:none}.timeline-wrapper{max-width:1120px}.timeline-line{top:2.1rem;left:8.5%;right:8.5%;opacity:.85;box-shadow:0 0 14px #f560001f}.timeline-line-arrow{border-top-width:4px;border-bottom-width:4px;border-left-width:6px;filter:drop-shadow(0 0 5px rgba(245,96,0,.55))}.timeline-grid{gap:clamp(.8rem,1.25vw,1.1rem)}.timeline-node-container{height:4rem;margin-bottom:.45rem}.timeline-node-number{margin-bottom:.4rem;font-size:.74rem}.timeline-node-dot{width:.74rem;height:.74rem;box-shadow:0 0 0 4px #f560000f,0 0 14px #f5600029}.timeline-node-inner{width:.22rem;height:.22rem}.timeline-card{min-height:clamp(170px,12.5vw,205px);padding:clamp(1rem,1.25vw,1.25rem);border-color:#f5f5f51b;box-shadow:inset 0 1px #f5f5f50a,0 18px 46px #0000003d}.timeline-card-topline{margin-bottom:1.7rem}.timeline-card-topline span{font-size:.78rem}.timeline-card-icon{width:26px;height:26px;filter:drop-shadow(0 0 8px rgba(245,96,0,.18))}.timeline-card h3{max-width:15ch;margin:0 0 .5rem;font-size:clamp(.98rem,1.18vw,1.15rem);line-height:1.14}.timeline-card p{max-width:210px;font-size:clamp(.8rem,.9vw,.86rem);line-height:1.45}@media(max-width:959px){.benefits-section{padding-block:3.2rem}.benefits-header{margin-bottom:1.8rem}.benefits-header h2{font-size:clamp(2rem,8vw,2.8rem)}.timeline-wrapper{max-width:560px}.timeline-line{top:.35rem;bottom:.35rem;left:2rem}.timeline-grid{gap:.75rem}.timeline-column{grid-template-columns:3.9rem minmax(0,1fr);gap:.85rem}.timeline-card{min-height:0;padding:1rem}.timeline-card-topline{margin-bottom:1.2rem}.timeline-card h3{margin-bottom:.35rem}}@media(max-width:520px){.benefits-section{padding-block:2.7rem}.benefits-road-background{height:360px;opacity:.36}.timeline-line{left:1.62rem}.timeline-column{grid-template-columns:3.25rem minmax(0,1fr)}.timeline-card{padding:.9rem}.timeline-card-topline{margin-bottom:.95rem}}.why-section{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(4.25rem,6.6vw,7rem);background:radial-gradient(circle at 50% 12%,rgba(245,96,0,.08),transparent 30rem),linear-gradient(180deg,#101010,#0d0d0d 48%,#090909)}.why-section:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:radial-gradient(circle at 50% 36%,black 0%,transparent 64%);mask-image:radial-gradient(circle at 50% 36%,black 0%,transparent 64%);opacity:.28}.why-background{position:absolute;inset:auto 0 0;z-index:-3;height:min(54vw,620px);background-position:center bottom;background-size:cover;opacity:.5;filter:saturate(1.08) contrast(1.05);-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 28%,black 74%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,black 28%,black 74%,transparent 100%)}.why-background:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 54% 34%,rgba(245,96,0,.13),transparent 38%),linear-gradient(90deg,#0a0a0af0,#0a0a0a8a 45%,#0a0a0ae6),linear-gradient(180deg,#0a0a0a33,#090909 96%)}.why-container{position:relative;z-index:1;width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter)}.why-header{max-width:840px;margin-bottom:clamp(1.8rem,3.4vw,3.4rem);opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.why-section.is-visible .why-header{opacity:1;transform:translateY(0)}.why-eyebrow{margin-bottom:.7rem}.why-header h2{max-width:780px;margin:0;color:#f5f5f5;font-size:clamp(2.45rem,4.8vw,5.2rem);line-height:.92;letter-spacing:0}.why-header p{max-width:610px;margin:1rem 0 0;color:#f5f5f5c2;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.65}.why-showcase{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.42fr);gap:clamp(1rem,1.8vw,1.55rem);align-items:stretch}.why-proof-card,.why-card{border:1px solid rgba(245,245,245,.105);background:linear-gradient(145deg,#ffffff16,#ffffff07),#111111b3;box-shadow:inset 0 1px #ffffff12,0 24px 70px #00000052;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.why-proof-card{position:relative;display:flex;min-height:430px;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:8px;padding:clamp(1.25rem,2.2vw,2rem);opacity:0;transform:translate(-18px);transition:opacity .72s ease,transform .72s ease}.why-section.is-visible .why-proof-card{opacity:1;transform:translate(0)}.why-proof-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.7) 72%),radial-gradient(circle at 18% 18%,rgba(245,96,0,.18),transparent 30%);pointer-events:none}.why-proof-card:after{content:"";position:absolute;top:1.4rem;left:1.4rem;width:42px;height:2px;background:#f56000;box-shadow:0 0 18px #f5600080}.why-proof-card>*{position:relative;z-index:1}.why-proof-card span{color:#f56000;font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.why-proof-card strong{display:block;max-width:12ch;margin-top:.95rem;color:#f5f5f5;font-size:clamp(2rem,3vw,3.35rem);line-height:.95;letter-spacing:0}.why-proof-card p{max-width:350px;margin:1.1rem 0 0;color:#f5f5f5b8;font-size:.98rem;line-height:1.6}.why-pill-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.35rem}.why-pill-row small{border:1px solid rgba(245,245,245,.12);border-radius:999px;padding:.48rem .7rem;color:#f5f5f5bd;font-size:.72rem;font-weight:800}.why-link{display:inline-flex;width:fit-content;align-items:center;gap:.45rem;margin-top:1.4rem;color:#f5f5f5;font-size:.9rem;font-weight:900;text-decoration:none;transition:color .18s ease,transform .18s ease}.why-link:hover{color:#f56000;transform:translate(3px)}.why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.85rem,1.35vw,1.2rem)}.why-card{position:relative;display:flex;min-height:205px;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:8px;padding:clamp(1.05rem,1.55vw,1.45rem);opacity:0;transform:translateY(20px);transition:opacity .65s ease var(--delay),transform .65s ease var(--delay),border-color .18s ease,background .18s ease}.why-section.is-visible .why-card{opacity:1;transform:translateY(0)}.why-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 12%,rgba(245,96,0,.14),transparent 26%);opacity:0;transition:opacity .18s ease}.why-card:hover{border-color:#f560006b;transform:translateY(-4px)}.why-section.is-visible .why-card:hover{transform:translateY(-4px)}.why-card:hover:before{opacity:1}.why-card>*{position:relative;z-index:1}.why-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.why-card-top span{color:#f56000;font-size:.82rem;font-weight:900;letter-spacing:.12em}.why-card-top svg{color:#f56000;filter:drop-shadow(0 0 12px rgba(245,96,0,.25))}.why-card small{display:block;margin-bottom:.55rem;color:#f5f5f575;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.why-card h3{max-width:15ch;margin:0;color:#f5f5f5;font-size:clamp(1.12rem,1.45vw,1.45rem);line-height:1.08}.why-card p{max-width:280px;margin:.65rem 0 0;color:#f5f5f5ab;font-size:.92rem;line-height:1.55}@media(max-width:959px){.why-section{padding-block:3.7rem}.why-header{margin-bottom:1.75rem}.why-header h2{font-size:clamp(2.25rem,9vw,3.7rem);line-height:.96}.why-showcase{grid-template-columns:1fr}.why-proof-card{min-height:300px}.why-proof-card strong{max-width:14ch}}@media(max-width:620px){.why-section{padding-block:3.1rem}.why-background{height:520px;opacity:.38}.why-header p{font-size:.95rem}.why-proof-card{min-height:0;padding:1.15rem}.why-proof-card strong{max-width:16ch;font-size:clamp(1.8rem,8vw,2.4rem)}.why-proof-card p{font-size:.9rem}.why-pill-row{display:none}.why-grid{grid-template-columns:1fr;gap:.75rem}.why-card{min-height:0;padding:1rem}.why-card h3{max-width:none;font-size:1.08rem}.why-card p{max-width:none;font-size:.86rem}}.why-section{padding-block:clamp(3.4rem,5.1vw,5.15rem);background:radial-gradient(circle at 50% 48%,rgba(245,96,0,.1),transparent 25rem),linear-gradient(180deg,#101010,#0b0b0b)}.why-background{height:min(46vw,500px);opacity:.34}.why-background:after{background:radial-gradient(circle at 50% 48%,rgba(245,96,0,.16),transparent 28%),linear-gradient(90deg,#0b0b0b,#0b0b0b9e 48%,#0b0b0b),linear-gradient(180deg,#0b0b0b47,#0b0b0b 92%)}.why-header{max-width:720px;margin-inline:auto;margin-bottom:clamp(1.55rem,2.45vw,2.35rem);text-align:center}.why-header h2{max-width:none;font-size:clamp(2.15rem,3.55vw,3.8rem);line-height:.98}.why-header p{max-width:none;margin-top:.85rem;font-size:clamp(.92rem,1vw,1.02rem);line-height:1.5}.why-orbit{position:relative;min-height:clamp(430px,32vw,540px);max-width:1050px;margin-inline:auto}.why-orbit:before,.why-orbit:after{content:"";position:absolute;left:50%;top:50%;z-index:-1;border-radius:999px;transform:translate(-50%,-50%);pointer-events:none}.why-orbit:before{width:clamp(190px,19vw,285px);aspect-ratio:1;border:1px solid rgba(245,96,0,.22);box-shadow:0 0 0 34px #f5f5f504,0 0 0 68px #f5f5f503}.why-orbit:after{width:clamp(270px,29vw,430px);aspect-ratio:1;background:linear-gradient(90deg,transparent calc(50% - 1px),rgba(245,96,0,.36) 50%,transparent calc(50% + 1px)),linear-gradient(0deg,transparent calc(50% - 1px),rgba(245,96,0,.36) 50%,transparent calc(50% + 1px));opacity:.7;-webkit-mask-image:radial-gradient(circle,transparent 0 20%,black 21% 54%,transparent 55%);mask-image:radial-gradient(circle,transparent 0 20%,black 21% 54%,transparent 55%)}.why-center-mark{position:absolute;left:50%;top:50%;z-index:2;display:grid;place-items:center;width:clamp(86px,8.5vw,122px);aspect-ratio:1;border:2px solid rgba(245,96,0,.86);border-radius:999px;background:radial-gradient(circle at 50% 46%,rgba(245,96,0,.18),transparent 56%),radial-gradient(circle,rgba(245,245,245,.055),transparent 64%),#0c0c0ce0;box-shadow:inset 0 0 0 8px #f5600012,0 0 0 1px #f5600059,0 0 42px #f560004d;transform:translate(-50%,-50%) scale(.9);opacity:0;transition:opacity .65s ease .16s,transform .65s cubic-bezier(.16,1,.3,1) .16s;animation:why-center-breathe 4.8s ease-in-out infinite}.why-section.is-visible .why-center-mark{opacity:1;transform:translate(-50%,-50%) scale(1)}.why-center-mark:before,.why-center-mark:after{content:"";position:absolute;border-radius:inherit;pointer-events:none}.why-center-mark:before{inset:-10px;border:1px solid rgba(245,96,0,.22);border-top-color:#f56000bd;animation:why-center-spin 12s linear infinite}.why-center-mark:after{inset:11%;background:linear-gradient(110deg,transparent 0 35%,rgba(245,96,0,.18) 48%,transparent 64% 100%);mix-blend-mode:screen;opacity:.75;animation:why-center-scan 3.8s ease-in-out infinite}.why-moto-wire{position:relative;z-index:1;width:82%;height:auto;overflow:visible;color:#f5f5f5;filter:drop-shadow(0 0 10px rgba(245,96,0,.32));transform:translateY(1px);animation:why-moto-float 5.2s ease-in-out infinite}.why-moto-line,.why-moto-wheel,.why-moto-hub,.why-moto-scan{fill:none;stroke-linecap:round;stroke-linejoin:round}.why-moto-line{stroke:url(#motoWireGradient);stroke-width:4.2}.why-moto-accent{stroke:#f56000}.why-moto-wheel{stroke:#f5f5f5d1;stroke-width:3.5}.why-moto-hub{stroke:#f56000;stroke-width:3}.why-moto-scan{stroke:#f56000;stroke-width:2;stroke-dasharray:18 92;opacity:.72;animation:why-wire-scan 3.4s ease-in-out infinite}.why-orbit:has(.why-card:hover) .why-center-mark{box-shadow:inset 0 0 0 8px #f560001a,0 0 0 1px #f560008c,0 0 58px #f5600073}.why-orbit:has(.why-card:hover) .why-moto-wire{filter:drop-shadow(0 0 16px rgba(245,96,0,.48))}@keyframes why-center-breathe{0%,to{box-shadow:inset 0 0 0 8px #f5600012,0 0 0 1px #f5600059,0 0 34px #f5600040}50%{box-shadow:inset 0 0 0 8px #f560001c,0 0 0 1px #f560007a,0 0 48px #f5600066}}@keyframes why-center-spin{to{transform:rotate(360deg)}}@keyframes why-center-scan{0%,to{transform:translate(-26%) rotate(8deg);opacity:0}44%,58%{opacity:.85}to{transform:translate(26%) rotate(8deg)}}@keyframes why-moto-float{0%,to{transform:translateY(1px)}50%{transform:translateY(-3px)}}@keyframes why-wire-scan{0%{stroke-dashoffset:90;opacity:0}32%{opacity:.75}to{stroke-dashoffset:-90;opacity:0}}.why-section{padding-block:clamp(3.35rem,4.8vw,5rem);background:radial-gradient(circle at 50% 45%,rgba(245,96,0,.045),transparent 22rem),linear-gradient(180deg,#0d0d0d,#080808)}.why-section:before{background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:120px 120px;opacity:.18}.why-background{opacity:.18;filter:saturate(.85) contrast(1.05) brightness(.72)}.why-background:after{background:linear-gradient(90deg,#080808,#080808bd 48%,#080808),linear-gradient(180deg,#08080866,#080808 88%)}.why-orbit:before{border-color:#f5f5f514;box-shadow:0 0 0 34px #f5f5f503,0 0 0 68px #f5f5f502}.why-orbit:after{display:none}.why-center-mark{width:clamp(92px,9vw,132px);border:1px solid rgba(245,96,0,.42);background:linear-gradient(145deg,#1a1a1a,#050505 58%,#111);box-shadow:inset 0 1px #f5f5f51f,inset 0 -18px 28px #00000085,0 0 0 1px #f5f5f50f,0 18px 48px #0000007a,0 0 26px #f560001c;animation:why-medallion-light 6.5s ease-in-out infinite}.why-center-mark:before{inset:8px;border:1px solid rgba(245,96,0,.3);border-top-color:#f5f5f52e;animation:none}.why-center-mark:after{inset:0;background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 34%);opacity:.38;animation:none;mix-blend-mode:normal}.why-emblem-ring,.why-emblem-core,.why-emblem-mark{position:relative;z-index:1;display:block}.why-emblem-ring{position:absolute;inset:19%;border:1px solid rgba(245,245,245,.1);border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.06),transparent),#0000002e}.why-emblem-core{display:grid;place-items:center;width:46%;aspect-ratio:1;border-radius:999px;background:linear-gradient(145deg,#f5600033,#f560000a),#101010;box-shadow:inset 0 1px #ffffff1f,inset 0 -10px 18px #00000073}.why-emblem-mark{width:42%;height:48%;border-radius:2px;background:linear-gradient(180deg,#ff7a1a,#f56000);box-shadow:12px 0 #f5f5f5;transform:skew(-16deg) translate(-6px)}.why-card{border-color:#f5f5f51a;background:linear-gradient(145deg,#ffffff0e,#ffffff05),#111;box-shadow:inset 0 1px #ffffff0b,0 18px 46px #00000047}.why-card:before,.why-card:after{display:none}.why-card:hover,.why-section.is-visible .why-card:hover{border-color:#f5600047;transform:translateY(-3px);box-shadow:inset 0 1px #ffffff0e,0 22px 54px #00000057,0 0 18px #f560000e}.why-card-icon{color:#f56000;border-color:#f5600047;background:#f5600009;box-shadow:none}.why-orbit:has(.why-card:hover) .why-center-mark{box-shadow:inset 0 1px #f5f5f51f,inset 0 -18px 28px #00000085,0 0 0 1px #f560002e,0 18px 48px #0000007a,0 0 34px #f5600029}@keyframes why-medallion-light{0%,to{filter:brightness(1)}50%{filter:brightness(1.08)}}.why-editorial-section{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(4.2rem,7vw,7.4rem);background:radial-gradient(circle at 76% 12%,rgba(245,96,0,.1),transparent 24rem),linear-gradient(180deg,#f5f1ea,#ece7df);color:#111}.why-editorial-section:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(17,17,17,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(17,17,17,.028) 1px,transparent 1px);background-size:84px 84px;-webkit-mask-image:linear-gradient(180deg,transparent,black 18%,black 82%,transparent);mask-image:linear-gradient(180deg,transparent,black 18%,black 82%,transparent);opacity:.5}.why-editorial-container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter)}.why-editorial-heading{display:grid;grid-template-columns:minmax(0,.72fr) minmax(260px,.42fr);align-items:end;gap:clamp(1.4rem,4vw,4rem);margin-bottom:clamp(2rem,4vw,3.6rem);opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.why-editorial-section.is-visible .why-editorial-heading{opacity:1;transform:translateY(0)}.why-editorial-heading .eyebrow{grid-column:1 / -1;color:var(--orange)}.why-editorial-heading h2{max-width:760px;margin:0;color:#111;font-size:clamp(2.8rem,6.1vw,7rem);line-height:.9;letter-spacing:-.01em}.why-editorial-heading p{max-width:430px;margin:0 0 .3rem;color:#111111a8;font-size:clamp(1rem,1.25vw,1.16rem);line-height:1.55}.why-editorial-grid{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(6,minmax(72px,auto));gap:clamp(.75rem,1.15vw,1rem);min-height:clamp(620px,48vw,780px)}.why-bike-frame,.why-editorial-card,.why-editorial-statement{border-radius:8px;opacity:0;transform:translateY(24px);transition:opacity .72s ease var(--delay, 0ms),transform .72s cubic-bezier(.16,1,.3,1) var(--delay, 0ms),box-shadow .22s ease,border-color .22s ease}.why-editorial-section.is-visible .why-bike-frame,.why-editorial-section.is-visible .why-editorial-card,.why-editorial-section.is-visible .why-editorial-statement{opacity:1;transform:translateY(0)}.why-bike-frame{grid-column:5 / 13;grid-row:1 / 6;position:relative;z-index:2;overflow:hidden;margin:0;min-height:520px;background:#111;box-shadow:0 34px 90px #11111138;transition-delay:.12s}.why-bike-frame:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(17,17,17,.1),transparent 42%),linear-gradient(180deg,transparent 48%,rgba(17,17,17,.42));pointer-events:none}.why-bike-frame:after{content:"";position:absolute;left:clamp(1rem,2vw,1.8rem);bottom:clamp(1rem,2vw,1.8rem);z-index:2;width:88px;height:3px;background:var(--orange);box-shadow:0 0 22px #f560006b}.why-bike-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 58%;transform:scale(1.03);filter:saturate(.98) contrast(1.04);transition:transform .7s cubic-bezier(.16,1,.3,1)}.why-bike-frame:hover img{transform:scale(1.065)}.why-editorial-card{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;min-height:190px;padding:clamp(1.05rem,1.6vw,1.55rem);border:1px solid rgba(17,17,17,.12);box-shadow:0 22px 56px #1111111a}.why-editorial-card:hover{transform:translateY(-5px);box-shadow:0 30px 70px #11111129}.why-editorial-card.is-dark,.why-editorial-card.is-dark.small{color:#f5f5f5;background:#111;border-color:#f5f5f51a}.why-editorial-card.is-orange{color:#111;background:var(--orange);border-color:#f56000b3}.why-editorial-card.is-light{color:#111;background:#ffffffb8;border-color:#1111111f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.why-editorial-card-1{grid-column:1 / 5;grid-row:1 / 3}.why-editorial-card-2{grid-column:8 / 13;grid-row:5 / 7;min-height:230px}.why-editorial-card-3{grid-column:2 / 6;grid-row:4 / 7;min-height:250px}.why-editorial-card-4{grid-column:1 / 4;grid-row:3 / 4;min-height:150px}.why-editorial-icon{display:grid;place-items:center;width:3rem;height:3rem;margin-bottom:1.2rem;border-radius:999px;color:var(--orange);border:1px solid rgba(245,96,0,.32);background:#f5600012}.why-editorial-card.is-orange .why-editorial-icon{color:#111;border-color:#11111138;background:#11111114}.why-editorial-card span{position:absolute;right:1.1rem;top:1rem;color:currentColor;font-size:.76rem;font-weight:900;letter-spacing:.14em;opacity:.42}.why-editorial-card h3{max-width:13ch;margin:auto 0 .55rem;color:currentColor;font-size:clamp(1.08rem,1.45vw,1.45rem);line-height:1.08}.why-editorial-card p{max-width:24ch;margin:0;color:currentColor;font-size:clamp(.86rem,1vw,.98rem);line-height:1.5;opacity:.68}.why-editorial-statement{grid-column:6 / 9;grid-row:6 / 7;z-index:4;display:flex;min-height:132px;flex-direction:column;justify-content:center;padding:clamp(1rem,1.5vw,1.35rem);color:#111;background:#f5f1ea;border:1px solid rgba(17,17,17,.12);box-shadow:0 24px 60px #11111129;transition-delay:.42s}.why-editorial-statement strong{max-width:12ch;color:#111;font-size:clamp(1.35rem,2vw,2rem);line-height:.98}.why-editorial-statement small{max-width:26ch;margin-top:.85rem;color:#1111119e;font-size:.82rem;font-weight:800;line-height:1.45}@media(max-width:1100px){.why-editorial-grid{grid-template-rows:none;min-height:0}.why-bike-frame{grid-column:5 / 13;grid-row:1 / 5;min-height:520px}.why-editorial-card-1{grid-column:1 / 6;grid-row:1 / 2}.why-editorial-card-4{grid-column:1 / 5;grid-row:2 / 3}.why-editorial-card-3{grid-column:1 / 6;grid-row:3 / 5}.why-editorial-card-2{grid-column:6 / 13;grid-row:5 / 6}.why-editorial-statement{grid-column:1 / 6;grid-row:5 / 6}}@media(max-width:780px){.why-editorial-section{padding-block:3.4rem}.why-editorial-heading{grid-template-columns:1fr;gap:.9rem;margin-bottom:1.5rem}.why-editorial-heading .eyebrow{grid-column:auto}.why-editorial-heading h2{font-size:clamp(2.35rem,12vw,3.7rem)}.why-editorial-heading p{max-width:310px;font-size:.95rem}.why-editorial-grid{display:grid;grid-template-columns:1fr;gap:.8rem}.why-bike-frame,.why-editorial-card,.why-editorial-statement{grid-column:auto;grid-row:auto}.why-bike-frame{order:1;min-height:390px}.why-editorial-card{min-height:142px;padding:1rem}.why-editorial-card-1{order:2}.why-editorial-card-2{order:3;min-height:158px}.why-editorial-card-3{order:4;min-height:158px}.why-editorial-card-4{order:5}.why-editorial-statement{order:6;min-height:0}}.why-editorial-section{padding-block:clamp(4rem,6vw,6.25rem);background:radial-gradient(circle at 86% 10%,rgba(245,96,0,.08),transparent 22rem),linear-gradient(180deg,#f4f0e8,#ece7dd)}.why-editorial-heading{grid-template-columns:minmax(0,.78fr) minmax(300px,.34fr);margin-bottom:clamp(2rem,3.4vw,3rem)}.why-editorial-heading h2{max-width:720px;font-size:clamp(2.7rem,5.2vw,5.8rem)}.why-editorial-heading p{max-width:360px}.why-editorial-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(3,minmax(168px,auto));gap:clamp(.8rem,1.2vw,1rem);min-height:0;align-items:stretch}.why-bike-frame{grid-column:1 / 7;grid-row:1 / 4;min-height:clamp(560px,42vw,680px);max-height:720px}.why-bike-frame img{object-position:center 58%}.why-editorial-card{min-height:0;padding:clamp(1.05rem,1.45vw,1.35rem)}.why-editorial-card:hover{transform:translateY(-3px)}.why-editorial-card-2{grid-column:10 / 13;grid-row:1 / 2;min-height:0}.why-editorial-card-3{grid-column:7 / 13;grid-row:2 / 3;min-height:0}.why-editorial-card-4{grid-column:7 / 10;grid-row:3 / 4;min-height:0}.why-editorial-statement{grid-column:10 / 13;grid-row:3 / 4;min-height:0;background:#111;color:#f5f5f5;border-color:#11111129;box-shadow:0 22px 56px #11111124}.why-editorial-statement strong{color:#f5f5f5;font-size:clamp(1.25rem,1.75vw,1.75rem)}.why-editorial-statement small{color:#f5f5f59e}.why-editorial-card h3{max-width:14ch;margin-top:auto;font-size:clamp(1rem,1.25vw,1.26rem)}.why-editorial-card p{max-width:23ch;font-size:clamp(.82rem,.9vw,.92rem)}.why-editorial-card-3 h3,.why-editorial-card-3 p{max-width:30ch}@media(max-width:1100px){.why-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.why-bike-frame{grid-column:1 / -1;grid-row:auto;min-height:520px}.why-editorial-card-1,.why-editorial-card-2,.why-editorial-card-3,.why-editorial-card-4,.why-editorial-statement{grid-column:auto;grid-row:auto}}@media(max-width:780px){.why-editorial-heading,.why-editorial-grid{grid-template-columns:1fr}.why-bike-frame{min-height:380px}.why-editorial-card,.why-editorial-statement{min-height:132px}}.why-editorial-section{padding-block:clamp(3.4rem,5vw,5.25rem);background:radial-gradient(circle at 84% 8%,rgba(245,96,0,.065),transparent 20rem),linear-gradient(180deg,#f2eee6,#ebe5db)}.why-editorial-container{max-width:var(--content)}.why-editorial-heading{grid-template-columns:minmax(0,.8fr) minmax(280px,.33fr);gap:clamp(1.15rem,3vw,3rem);margin-bottom:clamp(1.65rem,2.8vw,2.55rem)}.why-editorial-heading h2{max-width:650px;font-size:clamp(2.35rem,4.35vw,4.85rem);line-height:.94}.why-editorial-heading p{max-width:350px;margin-bottom:.15rem;font-size:clamp(.96rem,1.05vw,1.06rem)}.why-editorial-grid{grid-template-rows:repeat(3,minmax(150px,auto));gap:clamp(.7rem,1vw,.9rem)}.why-bike-frame{min-height:clamp(480px,35vw,600px);max-height:620px;border-radius:8px;box-shadow:0 28px 72px #1111112e}.why-bike-frame:before{background:linear-gradient(180deg,rgba(17,17,17,.12),transparent 34%,rgba(17,17,17,.36)),linear-gradient(90deg,rgba(17,17,17,.18),transparent 44%)}.why-bike-frame img{object-position:center 64%;transform:scale(1.08)}.why-bike-frame:hover img{transform:scale(1.105)}.why-editorial-card{padding:clamp(1rem,1.25vw,1.2rem);box-shadow:0 18px 44px #11111118}.why-editorial-card:hover{transform:translateY(-3px);box-shadow:0 24px 56px #11111124}.why-editorial-icon{width:2.7rem;height:2.7rem;margin-bottom:.85rem}.why-editorial-card span{right:1rem;top:.95rem;font-size:.72rem}.why-editorial-card h3{max-width:15ch;margin-bottom:.42rem;font-size:clamp(.98rem,1.1vw,1.16rem)}.why-editorial-card p{max-width:23ch;font-size:clamp(.8rem,.86vw,.88rem);line-height:1.48}.why-editorial-card-1{grid-column:7 / 10}.why-editorial-card-2{grid-column:10 / 13}.why-editorial-card-3{grid-column:7 / 12}.why-editorial-card-4{grid-column:7 / 10}.why-editorial-statement{grid-column:10 / 13;padding:clamp(1rem,1.25vw,1.2rem);box-shadow:0 18px 44px #1111111f}.why-editorial-statement strong{max-width:13ch;font-size:clamp(1.12rem,1.45vw,1.45rem)}.why-editorial-statement small{max-width:24ch;margin-top:.65rem;font-size:.78rem}.why-editorial-card.is-orange{background:#f56000}@media(max-width:1100px){.why-bike-frame{min-height:470px}.why-editorial-card-1,.why-editorial-card-2,.why-editorial-card-3,.why-editorial-card-4,.why-editorial-statement{grid-column:auto}}@media(max-width:780px){.why-editorial-section{padding-block:3rem}.why-editorial-heading{margin-bottom:1.35rem}.why-editorial-heading h2{font-size:clamp(2.2rem,10.5vw,3.25rem)}.why-bike-frame{min-height:340px}.why-bike-frame img{object-position:center 62%;transform:scale(1.04)}.why-editorial-card,.why-editorial-statement{min-height:118px}}.why-editorial-section{padding-block:clamp(3.1rem,4.45vw,4.65rem);background:linear-gradient(180deg,#111111eb 0,#1110 3.4rem),radial-gradient(circle at 82% 8%,rgba(245,96,0,.052),transparent 18rem),linear-gradient(180deg,#f1ece3,#ebe4d9)}.why-editorial-section:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:-1;height:4rem;background:linear-gradient(180deg,#08080800,#080808e6);pointer-events:none}.why-editorial-heading{grid-template-columns:minmax(0,.74fr) minmax(270px,.32fr);gap:clamp(1rem,2.45vw,2.5rem);margin-bottom:clamp(1.35rem,2.35vw,2.15rem)}.why-editorial-heading h2{max-width:590px;font-size:clamp(2.15rem,3.75vw,4.15rem);line-height:.96}.why-editorial-heading p{max-width:330px;font-size:clamp(.92rem,.98vw,1rem);line-height:1.52}.why-editorial-grid{grid-template-rows:repeat(3,minmax(136px,auto));gap:clamp(.62rem,.86vw,.82rem)}.why-bike-frame{grid-column:1 / 7;grid-row:1 / 4;min-height:clamp(420px,30vw,520px);max-height:540px;box-shadow:0 22px 58px #11111129}.why-bike-frame:before{background:linear-gradient(180deg,rgba(17,17,17,.22) 0%,transparent 28%,rgba(17,17,17,.32) 100%),radial-gradient(circle at 48% 11%,rgba(17,17,17,.34),transparent 24%)}.why-bike-frame img{object-position:center 67%;transform:scale(1.13)}.why-bike-frame:hover img{transform:scale(1.155)}.why-editorial-card{padding:clamp(.92rem,1.12vw,1.08rem);border-color:#1111111a;box-shadow:0 14px 34px #11111116}.why-editorial-card:hover{transform:translateY(-2px);border-color:#1111112b;box-shadow:0 20px 46px #11111121}.why-editorial-card.is-dark,.why-editorial-card.is-dark.small{border-color:#f5f5f513;background:#101010}.why-editorial-card.is-light{background:#faf7f0d1}.why-editorial-card.is-orange{background:#f56000;box-shadow:0 16px 38px #f5600029}.why-editorial-icon{width:2.45rem;height:2.45rem;margin-bottom:.72rem}.why-editorial-icon svg{width:1.35rem;height:1.35rem}.why-editorial-card span{right:.95rem;top:.86rem;font-size:.68rem;opacity:.36}.why-editorial-card h3{max-width:15ch;margin-bottom:.34rem;font-size:clamp(.94rem,1.02vw,1.08rem);line-height:1.1}.why-editorial-card p{max-width:22ch;font-size:clamp(.78rem,.82vw,.84rem);line-height:1.42;opacity:.66}.why-editorial-card-1{grid-column:7 / 10;grid-row:1 / 2}.why-editorial-card-2{grid-column:10 / 13;grid-row:1 / 2}.why-editorial-card-3{grid-column:7 / 12;grid-row:2 / 3}.why-editorial-card-4{grid-column:7 / 10;grid-row:3 / 4}.why-editorial-statement{grid-column:10 / 13;grid-row:3 / 4;padding:clamp(.92rem,1.12vw,1.08rem);box-shadow:0 14px 34px #1111111b}.why-editorial-statement strong{max-width:13ch;font-size:clamp(1.03rem,1.32vw,1.32rem);line-height:1.02}.why-editorial-statement small{max-width:23ch;margin-top:.52rem;font-size:.74rem}@media(max-width:1100px){.why-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-bike-frame{grid-column:1 / -1;min-height:clamp(390px,54vw,500px)}.why-editorial-card-1,.why-editorial-card-2,.why-editorial-card-3,.why-editorial-card-4,.why-editorial-statement{grid-column:auto;grid-row:auto}}@media(max-width:780px){.why-editorial-section{padding-block:2.8rem 3rem;background:linear-gradient(180deg,#111111eb 0,#1110 2.4rem),linear-gradient(180deg,#f1ece3,#ebe4d9)}.why-editorial-heading{grid-template-columns:1fr;gap:.72rem;margin-bottom:1.15rem}.why-editorial-heading h2{max-width:10ch;font-size:clamp(2rem,9.5vw,2.85rem)}.why-editorial-heading p{max-width:330px;font-size:.92rem}.why-editorial-grid{grid-template-columns:1fr;gap:.68rem}.why-bike-frame{min-height:clamp(300px,78vw,390px)}.why-bike-frame img{object-position:center 65%;transform:scale(1.1)}.why-bike-frame:hover img{transform:scale(1.1)}.why-editorial-card,.why-editorial-statement{min-height:112px;padding:.95rem}.why-editorial-icon{width:2.35rem;height:2.35rem;margin-bottom:.6rem}.why-editorial-card h3{max-width:none;font-size:1rem}.why-editorial-card p{max-width:28ch;font-size:.82rem}.why-editorial-statement strong{max-width:none;font-size:1.1rem}}.why-editorial-section{padding-block:clamp(3rem,4.1vw,4.35rem);background:linear-gradient(180deg,rgba(17,17,17,.08),transparent 4.2rem),radial-gradient(circle at 84% 12%,rgba(245,96,0,.045),transparent 18rem),linear-gradient(180deg,#f1ece3,#ebe4d9)}.why-editorial-section:after{display:none}.why-editorial-section:before{opacity:.28;-webkit-mask-image:linear-gradient(180deg,transparent,black 14%,black 86%,transparent);mask-image:linear-gradient(180deg,transparent,black 14%,black 86%,transparent)}.why-editorial-heading{margin-bottom:clamp(1.25rem,2vw,1.85rem)}.why-editorial-heading h2{max-width:560px;font-size:clamp(2.05rem,3.35vw,3.75rem)}.why-editorial-grid{grid-template-rows:repeat(3,minmax(126px,auto));gap:clamp(.58rem,.8vw,.76rem)}.why-bike-frame{min-height:clamp(390px,27vw,475px);max-height:500px;box-shadow:none;border:1px solid rgba(17,17,17,.08)}.why-bike-frame:before{background:radial-gradient(circle at 48% 10%,rgba(17,17,17,.3),transparent 22%),linear-gradient(180deg,rgba(17,17,17,.18),transparent 34%,rgba(17,17,17,.24))}.why-bike-frame:after{width:64px;height:2px;box-shadow:none}.why-editorial-card,.why-editorial-statement{border-radius:8px;box-shadow:none}.why-editorial-card{padding:clamp(.85rem,1vw,1rem);border-color:#11111117}.why-editorial-card.is-dark,.why-editorial-card.is-dark.small{background:#111;border-color:#f5f5f514}.why-editorial-card.is-orange{background:#f56000;border-color:#f560007a;box-shadow:none}.why-editorial-card.is-light{background:#f8f4ec;border-color:#1111111a}.why-editorial-card:hover,.why-editorial-card.is-orange:hover{transform:translateY(-2px);box-shadow:0 12px 26px #11111117}.why-editorial-icon{width:2.3rem;height:2.3rem;margin-bottom:.58rem}.why-editorial-card h3{font-size:clamp(.92rem,.96vw,1.02rem)}.why-editorial-card p{font-size:clamp(.76rem,.78vw,.82rem)}.why-editorial-statement{background:#111;border-color:#f5f5f514}@media(max-width:780px){.why-editorial-section{padding-block:2.55rem;background:linear-gradient(180deg,rgba(17,17,17,.06),transparent 2.6rem),linear-gradient(180deg,#f1ece3,#ebe4d9)}.why-editorial-heading{margin-bottom:1rem}.why-editorial-heading h2{max-width:11ch;font-size:clamp(1.9rem,8.8vw,2.55rem)}.why-editorial-heading p{max-width:310px;font-size:.88rem;line-height:1.45}.why-bike-frame{display:none}.why-editorial-grid{grid-template-columns:1fr;gap:.55rem}.why-editorial-card,.why-editorial-statement{min-height:0;padding:.82rem .9rem}.why-editorial-card{display:grid;grid-template-columns:2.2rem minmax(0,1fr);column-gap:.72rem;align-items:center}.why-editorial-icon{grid-row:span 2;width:2.2rem;height:2.2rem;margin:0}.why-editorial-card span{top:.72rem;right:.78rem;font-size:.64rem}.why-editorial-card h3{max-width:none;margin:0 2.2rem .12rem 0;font-size:.95rem}.why-editorial-card p{max-width:none;font-size:.78rem;line-height:1.35}.why-editorial-statement{padding:.9rem}.why-editorial-statement strong{font-size:1rem}.why-editorial-statement small{margin-top:.35rem;font-size:.72rem}}.why-feature-section{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(3.6rem,5.3vw,5.8rem);background:radial-gradient(circle at 12% 12%,rgba(245,96,0,.055),transparent 18rem),linear-gradient(180deg,rgba(17,17,17,.045),transparent 4rem),linear-gradient(180deg,#f2eee6,#ebe5dc);color:#111}.why-feature-section:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(17,17,17,.026) 1px,transparent 1px),linear-gradient(180deg,rgba(17,17,17,.022) 1px,transparent 1px);background-size:92px 92px;-webkit-mask-image:linear-gradient(180deg,transparent,black 18%,black 82%,transparent);mask-image:linear-gradient(180deg,transparent,black 18%,black 82%,transparent);opacity:.6}.why-feature-container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter)}.why-feature-header{display:grid;grid-template-columns:minmax(0,.72fr) minmax(280px,.34fr);align-items:end;gap:clamp(1rem,3vw,3rem);margin-bottom:clamp(1.45rem,2.8vw,2.6rem);opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.why-feature-section.is-visible .why-feature-header{opacity:1;transform:translateY(0)}.why-feature-header .eyebrow{margin-bottom:.72rem}.why-feature-header h2{max-width:600px;margin:0;color:#111;font-size:clamp(2.2rem,4.1vw,4.5rem);line-height:.95;letter-spacing:-.01em}.why-feature-header p{max-width:360px;margin:0 0 .15rem;color:#111111a8;font-size:clamp(.94rem,1.02vw,1.04rem);line-height:1.55}.why-feature-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.72fr);gap:clamp(.8rem,1.35vw,1.15rem);align-items:stretch}.why-feature-media,.why-feature-intro,.why-feature-card{border-radius:8px;opacity:0;transform:translateY(24px);transition:opacity .72s ease var(--delay, 0ms),transform .72s cubic-bezier(.16,1,.3,1) var(--delay, 0ms),border-color .18s ease,box-shadow .18s ease}.why-feature-section.is-visible .why-feature-media,.why-feature-section.is-visible .why-feature-intro,.why-feature-section.is-visible .why-feature-card{opacity:1;transform:translateY(0)}.why-feature-media{position:relative;min-height:clamp(430px,34vw,580px);margin:0;overflow:hidden;background:#111;border:1px solid rgba(17,17,17,.1)}.why-feature-media:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 48% 12%,rgba(17,17,17,.34),transparent 22%),linear-gradient(180deg,rgba(17,17,17,.08),transparent 42%,rgba(17,17,17,.42));pointer-events:none}.why-feature-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 66%;transform:scale(1.1);filter:saturate(.98) contrast(1.04);transition:transform .7s cubic-bezier(.16,1,.3,1)}.why-feature-media:hover img{transform:scale(1.13)}.why-feature-media figcaption{position:absolute;left:clamp(1rem,2vw,1.55rem);right:clamp(1rem,2vw,1.55rem);bottom:clamp(1rem,2vw,1.55rem);z-index:2;display:flex;align-items:end;justify-content:space-between;gap:1rem;color:#f5f5f5}.why-feature-media figcaption:before{content:"";position:absolute;left:0;top:-.9rem;width:64px;height:2px;background:var(--orange)}.why-feature-media strong{color:#f5f5f5;font-size:clamp(1.3rem,2vw,2rem);line-height:1}.why-feature-media span{max-width:220px;color:#f5f5f5b8;font-size:.82rem;font-weight:800;line-height:1.4;text-align:right}.why-feature-panel{display:grid;grid-template-rows:auto 1fr;gap:clamp(.8rem,1.35vw,1.15rem)}.why-feature-intro{min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(1.05rem,1.6vw,1.45rem);color:#f5f5f5;background:#111;border:1px solid rgba(245,245,245,.08);transition-delay:.12s}.why-feature-intro strong{max-width:13ch;color:#f5f5f5;font-size:clamp(1.45rem,2.3vw,2.55rem);line-height:.98}.why-feature-intro span{max-width:300px;margin-top:.8rem;color:#f5f5f5ad;font-size:.9rem;font-weight:760;line-height:1.48}.why-feature-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.68rem,1vw,.82rem)}.why-feature-card{min-height:172px;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(.9rem,1.15vw,1.08rem);color:#f5f5f5;background:#111;border:1px solid rgba(245,245,245,.08)}.why-feature-card.is-orange{color:#111;background:var(--orange);border-color:#f5600085}.why-feature-card:hover{transform:translateY(-3px);border-color:#f5600040;box-shadow:0 16px 34px #1111111f}.why-feature-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.why-feature-card svg{color:var(--orange)}.why-feature-card.is-orange svg{color:#111}.why-feature-card-top span{color:currentColor;font-size:.68rem;font-weight:900;letter-spacing:.14em;opacity:.38}.why-feature-card h3{max-width:14ch;margin:auto 0 .35rem;color:currentColor;font-size:clamp(.98rem,1.1vw,1.13rem);line-height:1.1}.why-feature-card p{max-width:23ch;margin:0;color:currentColor;font-size:clamp(.78rem,.84vw,.86rem);line-height:1.42;opacity:.68}@media(max-width:980px){.why-feature-layout{grid-template-columns:1fr}.why-feature-media{min-height:clamp(360px,58vw,500px)}}@media(max-width:720px){.why-feature-section{padding-block:2.75rem}.why-feature-header{grid-template-columns:1fr;gap:.65rem;margin-bottom:1.1rem}.why-feature-header .eyebrow{margin-bottom:.58rem}.why-feature-header h2{max-width:11ch;font-size:clamp(2rem,9.5vw,2.75rem)}.why-feature-header p{max-width:320px;font-size:.9rem;line-height:1.45}.why-feature-layout,.why-feature-panel,.why-feature-cards{gap:.62rem}.why-feature-media{min-height:clamp(290px,74vw,370px)}.why-feature-media img{object-position:center 64%;transform:scale(1.08)}.why-feature-media:hover img{transform:scale(1.08)}.why-feature-media figcaption{display:block}.why-feature-media span{display:block;max-width:210px;margin-top:.4rem;text-align:left}.why-feature-intro{min-height:0;padding:.95rem}.why-feature-intro strong{max-width:none;font-size:1.25rem}.why-feature-intro span{margin-top:.38rem;font-size:.78rem}.why-feature-cards{grid-template-columns:1fr}.why-feature-card{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) auto;row-gap:.3rem;padding:.86rem .9rem}.why-feature-card-top{grid-column:2;grid-row:1 / span 2;display:grid;justify-items:end;gap:.55rem}.why-feature-card h3{grid-column:1;max-width:none;margin:0;font-size:.98rem}.why-feature-card p{grid-column:1;max-width:28ch;font-size:.8rem}}.why-feature-section{padding-block:clamp(2.7rem,3.75vw,4.1rem);background:radial-gradient(circle at 12% 12%,rgba(245,96,0,.04),transparent 16rem),linear-gradient(180deg,rgba(17,17,17,.035),transparent 3rem),linear-gradient(180deg,#f2eee6,#ebe5dc)}.why-feature-header{grid-template-columns:minmax(0,.68fr) minmax(260px,.34fr);gap:clamp(1rem,2.4vw,2.35rem);margin-bottom:clamp(1.15rem,2vw,1.75rem)}.why-feature-header .eyebrow{margin-bottom:.58rem}.why-feature-header h2{max-width:500px;font-size:clamp(1.9rem,3.05vw,3.35rem);line-height:.98}.why-feature-header p{max-width:330px;font-size:clamp(.88rem,.92vw,.96rem);line-height:1.48}.why-feature-layout{grid-template-columns:minmax(0,.84fr) minmax(390px,.72fr);gap:clamp(.66rem,1vw,.9rem)}.why-feature-media{min-height:clamp(330px,24vw,430px);border-color:#11111114}.why-feature-media img{object-position:center 68%;transform:scale(1.16)}.why-feature-media:hover img{transform:scale(1.18)}.why-feature-media figcaption{bottom:clamp(.85rem,1.45vw,1.25rem)}.why-feature-media strong{font-size:clamp(1.08rem,1.55vw,1.55rem)}.why-feature-media span{max-width:185px;font-size:.74rem}.why-feature-panel,.why-feature-cards{gap:clamp(.58rem,.85vw,.74rem)}.why-feature-intro{min-height:118px;padding:clamp(.88rem,1.15vw,1.08rem)}.why-feature-intro strong{max-width:14ch;font-size:clamp(1.15rem,1.75vw,1.85rem)}.why-feature-intro span{margin-top:.5rem;font-size:.78rem}.why-feature-card{min-height:140px;padding:clamp(.84rem,1vw,.96rem);border-color:#f5f5f514;background:linear-gradient(145deg,#ffffff0b,#ffffff03),#111}.why-feature-card.is-orange{color:#f5f5f5;background:linear-gradient(145deg,#f5600029,#f5600009),#111;border-color:#f5600057}.why-feature-card.is-orange svg{color:var(--orange)}.why-feature-card.is-orange:before{content:"";position:absolute;inset:0;border-top:3px solid var(--orange);border-radius:inherit;pointer-events:none}.why-feature-card:hover{transform:translateY(-2px);border-color:#f5600038;box-shadow:0 12px 28px #1111111a}.why-feature-card-top span{font-size:.64rem;opacity:.32}.why-feature-card h3{max-width:15ch;font-size:clamp(.9rem,.98vw,1rem);line-height:1.08}.why-feature-card p{max-width:24ch;font-size:clamp(.74rem,.78vw,.8rem);line-height:1.38;opacity:.66}@media(max-width:980px){.why-feature-layout{grid-template-columns:1fr}.why-feature-media{min-height:clamp(320px,48vw,430px)}}@media(max-width:720px){.why-feature-section{padding-block:2.25rem}.why-feature-header{gap:.55rem;margin-bottom:.95rem}.why-feature-header h2{max-width:11ch;font-size:clamp(1.85rem,8.4vw,2.38rem)}.why-feature-header p{max-width:300px;font-size:.86rem}.why-feature-media{display:none}.why-feature-intro{min-height:0;padding:.82rem .88rem}.why-feature-intro strong{font-size:1.05rem}.why-feature-intro span{margin-top:.3rem;font-size:.74rem}.why-feature-card{min-height:0;padding:.78rem .85rem}.why-feature-card h3{font-size:.92rem}.why-feature-card p{max-width:27ch;font-size:.76rem}}.why-feature-section{padding-block:clamp(2.25rem,3.15vw,3.35rem)}.why-feature-header{grid-template-columns:minmax(0,.62fr) minmax(260px,.36fr);align-items:end;gap:clamp(.9rem,2vw,2rem);margin-bottom:clamp(.95rem,1.55vw,1.35rem)}.why-feature-header .eyebrow{margin-bottom:.42rem;font-size:.64rem}.why-feature-header h2{max-width:460px;font-size:clamp(1.85rem,2.85vw,3.05rem);line-height:1}.why-feature-header p{max-width:320px;font-size:clamp(.84rem,.88vw,.92rem);line-height:1.42}.why-feature-layout{grid-template-columns:minmax(0,.86fr) minmax(340px,.68fr);align-items:start;gap:clamp(.55rem,.9vw,.75rem)}.why-feature-media{height:clamp(300px,24vw,385px);min-height:0;max-height:none}.why-feature-media:before{background:radial-gradient(circle at 49% 9%,rgba(17,17,17,.44),transparent 23%),linear-gradient(180deg,rgba(17,17,17,.22),transparent 35%,rgba(17,17,17,.26))}.why-feature-media img{object-position:center 76%;transform:scale(1.18)}.why-feature-media:hover img{transform:scale(1.2)}.why-feature-media figcaption{bottom:.9rem;left:.95rem;right:.95rem}.why-feature-media figcaption:before{top:-.65rem;width:48px}.why-feature-media strong{font-size:clamp(1rem,1.25vw,1.28rem)}.why-feature-media span{max-width:170px;font-size:.68rem}.why-feature-panel{align-self:start;grid-template-rows:auto auto;gap:clamp(.5rem,.8vw,.66rem)}.why-feature-intro{min-height:78px;padding:.78rem .9rem}.why-feature-intro strong{max-width:18ch;font-size:clamp(1rem,1.35vw,1.42rem);line-height:1.02}.why-feature-intro span{margin-top:.32rem;font-size:.72rem;line-height:1.35}.why-feature-cards{grid-auto-rows:minmax(108px,auto);gap:clamp(.5rem,.75vw,.62rem)}.why-feature-card{min-height:108px;padding:.72rem .78rem}.why-feature-card-top svg{width:1.18rem;height:1.18rem}.why-feature-card-top span{font-size:.6rem}.why-feature-card h3{max-width:16ch;margin-bottom:.24rem;font-size:clamp(.84rem,.9vw,.94rem);line-height:1.08}.why-feature-card p{max-width:24ch;font-size:clamp(.69rem,.73vw,.76rem);line-height:1.34}.why-feature-card.is-orange{color:#f5f5f5;background:linear-gradient(145deg,#f5600021,#f5600006),#111;border-color:#f560004d}@media(max-width:980px){.why-feature-layout{grid-template-columns:1fr}.why-feature-media{height:clamp(280px,44vw,360px)}}@media(max-width:720px){.why-feature-section{padding-block:2rem}.why-feature-header{grid-template-columns:1fr;gap:.45rem;margin-bottom:.8rem}.why-feature-header .eyebrow{margin-bottom:.36rem}.why-feature-header h2{max-width:12ch;font-size:clamp(1.7rem,7.8vw,2.18rem)}.why-feature-header p{max-width:300px;font-size:.82rem}.why-feature-media{display:none}.why-feature-panel,.why-feature-cards{gap:.48rem}.why-feature-intro{min-height:0;padding:.72rem .78rem}.why-feature-intro strong{font-size:.98rem}.why-feature-intro span{font-size:.7rem}.why-feature-card{min-height:0;padding:.68rem .76rem}.why-feature-card h3{font-size:.88rem}.why-feature-card p{font-size:.72rem}}.trust-stage-section{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(4rem,6.8vw,7.8rem);background:var(--black)}.trust-stage-section:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 18% 22%,rgba(245,96,0,.08),transparent 35rem),radial-gradient(circle at 85% 75%,rgba(245,96,0,.04),transparent 28rem);pointer-events:none}.trust-stage-container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter)}.trust-stage-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;overflow:visible}@media(min-width:860px){.trust-stage-grid{grid-template-columns:1fr 1.05fr;gap:4rem}}.trust-stage-showroom-card{position:relative;width:100%;aspect-ratio:1.58;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px #000000a6,0 0 30px #f2b8220d;border:1px solid rgba(242,184,34,.2);display:flex;align-items:center;justify-content:center;background:#060606}.trust-stage-showroom-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1);z-index:1}.trust-stage-showroom-card:hover .trust-stage-showroom-img{transform:scale(1.03)}.trust-stage-showroom-overlay{position:relative;z-index:2;width:100%;padding:clamp(1.2rem,2.2vw,2.2rem);background:linear-gradient(180deg,#0000,#000000d9);display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.trust-stage-showroom-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.showroom-label{font-size:.72rem;font-weight:850;color:var(--orange);letter-spacing:.12em;margin-bottom:.25rem;text-transform:uppercase}.trust-stage-showroom-text h3{font-size:clamp(1.3rem,1.8vw,1.7rem);font-weight:800;color:var(--white);margin:0}.trust-stage-arrow-btn{display:grid;place-items:center;width:clamp(2.8rem,3.2rem,3.2rem);height:clamp(2.8rem,3.2rem,3.2rem);border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .25s ease,border-color .25s ease,transform .25s cubic-bezier(.16,1,.3,1),color .25s ease;flex-shrink:0}.trust-stage-showroom-card:hover .trust-stage-arrow-btn{background:var(--white);color:#111;border-color:var(--white);transform:scale(1.05) rotate(-15deg)}.trust-stage-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.trust-stage-info h2{font-size:clamp(1.9rem,3.8vw,3rem);font-weight:900;line-height:1.08;color:var(--white);margin-block:.6rem 1.2rem;letter-spacing:-.01em;text-transform:uppercase}.text-orange{color:var(--gold)}.text-gold-red{background:linear-gradient(135deg,var(--gold) 30%,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.trust-stage-description{font-size:clamp(.92rem,1.15vw,1.05rem);color:var(--metal);line-height:1.6;margin-bottom:2rem;max-width:580px}.trust-stage-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem;width:100%}.trust-stage-bullets li{display:flex;align-items:center;gap:1rem;font-size:clamp(.95rem,1.08vw,1.05rem);color:var(--white);font-weight:680}.bullet-icon-wrapper{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:50%;border:1.5px solid var(--gold);color:var(--red);background:#f2b8220d;box-shadow:0 0 10px #f2b82214;flex-shrink:0}.trust-stage-showroom-card,.trust-stage-info>*{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.trust-stage-section.is-visible .trust-stage-showroom-card{opacity:1;transform:translateY(0)}.trust-stage-section.is-visible .trust-stage-info>*{opacity:1;transform:translateY(0)}.trust-stage-section.is-visible .trust-stage-info>*:nth-child(1){transition-delay:80ms}.trust-stage-section.is-visible .trust-stage-info>*:nth-child(2){transition-delay:.16s}.trust-stage-section.is-visible .trust-stage-info>*:nth-child(3){transition-delay:.24s}.trust-stage-section.is-visible .trust-stage-info>*:nth-child(4){transition-delay:.32s}.delivery-gallery-section{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(4rem,6.2vw,6.8rem);background:linear-gradient(180deg,rgba(233,226,215,.12),transparent 5rem),radial-gradient(circle at 78% 12%,rgba(245,96,0,.08),transparent 24rem),linear-gradient(180deg,#111,#090909)}.delivery-gallery-section:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:radial-gradient(circle at 50% 42%,black,transparent 72%);mask-image:radial-gradient(circle at 50% 42%,black,transparent 72%);opacity:.45}.delivery-gallery-container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--site-gutter);text-align:center}.delivery-gallery-header{max-width:760px;margin-inline:auto;margin-bottom:clamp(1.8rem,3.3vw,3.2rem)}.delivery-gallery-header .eyebrow{margin-bottom:.75rem}.delivery-gallery-header h2{max-width:680px;margin-inline:auto;color:#f5f5f5;font-size:clamp(2.2rem,4.2vw,4.7rem);line-height:.96}.delivery-gallery-header p{max-width:620px;margin:.95rem auto 0;color:#f5f5f5ad;font-size:clamp(.95rem,1.1vw,1.08rem);line-height:1.6}.delivery-carousel{position:relative;min-height:clamp(360px,42vw,620px);touch-action:pan-y}.delivery-slide{position:absolute;top:50%;left:50%;width:min(66vw,760px);aspect-ratio:4 / 3;overflow:hidden;border:1px solid rgba(245,245,245,.12);border-radius:8px;background:#161616;box-shadow:0 26px 80px #0000005c;opacity:.36;transform:translate(-50%,-50%) scale(.78);transition:transform .52s cubic-bezier(.16,1,.3,1),opacity .52s ease}.delivery-slide.is-active{z-index:3;opacity:1;transform:translate(-50%,-50%) scale(1)}.delivery-slide.is-prev{z-index:2;transform:translate(calc(-50% - min(34vw,430px)),-50%) scale(.82)}.delivery-slide.is-next{z-index:2;transform:translate(calc(-50% + min(34vw,430px)),-50%) scale(.82)}.delivery-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(.98) contrast(1.03);transform:scale(1.01);transition:transform .5s ease}.delivery-slide:hover img{transform:scale(1.045)}.delivery-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 46%,rgba(0,0,0,.72));pointer-events:none}.delivery-slide-caption{position:absolute;left:clamp(1rem,2vw,1.45rem);right:clamp(1rem,2vw,1.45rem);bottom:clamp(1rem,2vw,1.45rem);z-index:1;display:flex;align-items:end;justify-content:space-between;gap:1rem;color:#f5f5f5;text-align:left}.delivery-slide-caption strong{color:#f5f5f5;font-size:clamp(1.2rem,1.8vw,1.8rem);line-height:1}.delivery-slide-caption span{color:#f5f5f5ad;font-size:.78rem;font-weight:800}.delivery-controls{position:absolute;left:50%;bottom:0;z-index:5;display:inline-flex;gap:.55rem;transform:translate(-50%)}.delivery-controls button,.delivery-dots button{display:grid;place-items:center;padding:0;border:1px solid rgba(245,245,245,.16);background:#f5f5f50f;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.delivery-controls button{width:2.65rem;height:2.65rem;color:#f5f5f5;border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.delivery-controls button:hover{color:#111;background:var(--orange);border-color:var(--orange);transform:translateY(-2px)}.delivery-dots{display:flex;justify-content:center;gap:.45rem;margin-top:1.35rem}.delivery-dots button{width:.46rem;height:.46rem;border-radius:999px}.delivery-dots button.is-active{width:1.55rem;background:var(--orange);border-color:var(--orange)}.delivery-gallery-cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.95rem;margin-top:1.6rem;padding:.82rem 1.25rem;color:#111;background:var(--orange);border:1px solid var(--orange);border-radius:8px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease}.delivery-gallery-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px #f560003d}@media(prefers-reduced-motion:reduce){.delivery-slide,.delivery-slide img,.delivery-controls button,.delivery-gallery-cta{transition:none}}@media(max-width:760px){.delivery-gallery-section{padding-block:3.1rem}.delivery-gallery-header{margin-bottom:1.35rem;text-align:left}.delivery-gallery-header h2{margin-inline:0;font-size:clamp(2rem,9vw,2.85rem)}.delivery-gallery-header p{margin-inline:0;font-size:.9rem}.delivery-carousel{min-height:clamp(300px,84vw,420px)}.delivery-slide{width:calc(100vw - (var(--site-gutter) * 2));aspect-ratio:.86}.delivery-slide.is-prev,.delivery-slide.is-next{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.92)}.delivery-slide-caption{display:block}.delivery-slide-caption span{display:block;margin-top:.35rem}.delivery-controls{bottom:-.2rem}.delivery-dots{margin-top:1.05rem}}.delivery-gallery-section{padding-block:clamp(4.2rem,6.4vw,7rem);background:linear-gradient(180deg,rgba(17,17,17,.5),transparent 4.8rem),radial-gradient(circle at 82% 12%,rgba(245,96,0,.075),transparent 22rem),linear-gradient(180deg,#111,#090909)}.delivery-gallery-header{max-width:840px;margin-inline:auto;margin-bottom:clamp(2.1rem,3.8vw,3.7rem);text-align:center}.delivery-gallery-header h2{max-width:760px;margin-inline:auto;font-size:clamp(2.35rem,4.6vw,5rem)}.delivery-gallery-header p{max-width:650px;margin:1rem auto 0}.delivery-marquee-window{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 7%,black 93%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 7%,black 93%,transparent 100%)}.delivery-marquee-window:before,.delivery-marquee-window:after{content:"";position:absolute;top:0;bottom:0;z-index:3;width:min(8vw,6rem);pointer-events:none}.delivery-marquee-window:before{left:0;background:linear-gradient(90deg,#0d0d0d,transparent)}.delivery-marquee-window:after{right:0;background:linear-gradient(270deg,#0d0d0d,transparent)}.delivery-marquee-track{display:flex;width:max-content;animation:delivery-marquee 58s linear infinite;will-change:transform}.delivery-marquee-group{display:flex;flex:0 0 auto;gap:clamp(.9rem,1.35vw,1.3rem);padding-right:clamp(.9rem,1.35vw,1.3rem)}.delivery-marquee-card{position:relative;flex:0 0 clamp(340px,28vw,460px);aspect-ratio:.82;overflow:hidden;border:1px solid rgba(245,245,245,.12);border-radius:8px;background:#151515;box-shadow:0 22px 58px #00000047;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.delivery-marquee-card:nth-child(2n){aspect-ratio:1.08;align-self:center}.delivery-marquee-card:nth-child(3n){flex-basis:clamp(360px,31vw,500px)}.delivery-marquee-card:hover{border-color:#f560005c;box-shadow:0 28px 72px #0000005c;transform:translateY(-4px)}.delivery-marquee-card img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(.98) contrast(1.03);transform:scale(1.01);transition:transform .52s ease}.delivery-marquee-card:hover img{transform:scale(1.045)}.delivery-marquee-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.72));pointer-events:none}.delivery-marquee-caption{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:.8rem;color:#f5f5f5}.delivery-marquee-caption strong{color:#f5f5f5;font-size:clamp(1rem,1.25vw,1.22rem);line-height:1.05}.delivery-marquee-caption span{color:#f5f5f5ad;font-size:.72rem;font-weight:850;text-align:right}.delivery-gallery-footer{display:flex;justify-content:center}@keyframes delivery-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.delivery-marquee-track{animation:none}}@media(max-width:760px){.delivery-gallery-section{padding-block:3.25rem}.delivery-gallery-header{margin-bottom:1.7rem}.delivery-gallery-header .eyebrow{margin-bottom:.7rem}.delivery-gallery-header h2{max-width:11ch;font-size:clamp(2rem,9vw,2.8rem);line-height:1}.delivery-gallery-header p{max-width:330px;margin-top:.85rem;font-size:.9rem;line-height:1.5}.delivery-marquee-window{overflow:hidden;padding-inline:0;-webkit-mask-image:none;mask-image:none}.delivery-marquee-window::-webkit-scrollbar{display:none}.delivery-marquee-window:before,.delivery-marquee-window:after{display:none}.delivery-marquee-track{animation:delivery-marquee 46s linear infinite}.delivery-marquee-group{gap:.8rem;padding-right:.8rem}.delivery-marquee-group[aria-hidden=true]{display:flex}.delivery-marquee-card,.delivery-marquee-card:nth-child(2n),.delivery-marquee-card:nth-child(3n){flex-basis:min(86vw,360px);aspect-ratio:.86}.delivery-marquee-caption{display:block}.delivery-marquee-caption span{display:block;margin-top:.3rem;text-align:left}.delivery-gallery-cta{min-height:2.75rem;margin-top:1.25rem;padding-inline:1.1rem}}.delivery-gallery-section{padding-bottom:clamp(4.8rem,7vw,7.6rem)}.delivery-gallery-section:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:2;height:clamp(9rem,20vw,18rem);background:linear-gradient(180deg,#09090900,#090909b8 62%,#090909),radial-gradient(ellipse at 50% 100%,rgba(245,96,0,.1),transparent 58%);pointer-events:none}.delivery-marquee-window{z-index:1;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 4.5%,black 95.5%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 4.5%,black 95.5%,transparent 100%)}.delivery-marquee-card,.delivery-marquee-card:nth-child(2n),.delivery-marquee-card:nth-child(3n){flex-basis:clamp(360px,29vw,470px);width:clamp(360px,29vw,470px);height:clamp(470px,38vw,620px);aspect-ratio:auto}.delivery-marquee-card:after{display:none}.delivery-marquee-caption,.delivery-gallery-footer,.delivery-gallery-cta{display:none}@media(max-width:760px){.delivery-gallery-section{padding-bottom:4.6rem}.delivery-gallery-section:after{height:8rem}.delivery-marquee-card,.delivery-marquee-card:nth-child(2n),.delivery-marquee-card:nth-child(3n){flex-basis:min(86vw,370px);width:min(86vw,370px);height:min(112vw,480px);aspect-ratio:auto}}.why-orbit-grid{position:absolute;inset:0}.why-card{position:absolute;width:clamp(210px,17vw,270px);min-height:clamp(148px,11vw,178px);justify-content:flex-start;gap:.75rem;padding:clamp(1rem,1.45vw,1.35rem);border-color:#f5600038;background:linear-gradient(145deg,#1f1f1feb,#0c0c0ce0),#111111c7;box-shadow:inset 0 1px #f5f5f50f,0 20px 54px #00000052}.why-card:after{content:"";position:absolute;width:clamp(60px,7vw,112px);height:1px;background:linear-gradient(90deg,rgba(245,96,0,.9),transparent);opacity:.75;pointer-events:none}.why-card-1{left:0;top:3%}.why-card-1:after{right:-3.6rem;top:66%;transform:rotate(36deg);transform-origin:left center}.why-card-2{right:0;top:3%}.why-card-2:after{left:-3.6rem;top:66%;transform:rotate(144deg);transform-origin:right center}.why-card-3{left:0;bottom:3%}.why-card-3:after{right:-3.6rem;top:34%;transform:rotate(-36deg);transform-origin:left center}.why-card-4{right:0;bottom:3%}.why-card-4:after{left:-3.6rem;top:34%;transform:rotate(-144deg);transform-origin:right center}.why-card-icon{display:grid;place-items:center;width:3rem;height:3rem;margin-bottom:.2rem;color:#f56000;border:1px solid rgba(245,96,0,.55);border-radius:999px;background:#f560000f;box-shadow:0 0 20px #f5600029}.why-card h3{max-width:18ch;font-size:clamp(.96rem,1.05vw,1.1rem)}.why-card p{max-width:24ch;margin-top:.3rem;font-size:clamp(.78rem,.84vw,.86rem);line-height:1.45}@media(max-width:959px){.why-orbit{min-height:0}.why-orbit:before,.why-orbit:after,.why-center-mark{display:none}.why-orbit-grid{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.why-card{position:relative;inset:auto;width:auto;min-height:170px}.why-card:after{display:none}}@media(max-width:620px){.why-section{padding-block:3rem}.why-header{margin-bottom:1.45rem}.why-header h2{font-size:clamp(2rem,9vw,2.75rem)}.why-orbit-grid{grid-template-columns:1fr;gap:.72rem}.why-card{min-height:0;display:grid;grid-template-columns:3rem minmax(0,1fr);column-gap:.85rem;align-items:center;padding:.95rem}.why-card-icon{grid-row:span 2;width:2.65rem;height:2.65rem;margin:0}.why-card h3{max-width:none;font-size:1rem}.why-card p{max-width:none;margin:.18rem 0 0;font-size:.82rem}}.finance-section{position:relative;width:100%;padding-top:3.8rem;padding-bottom:2.8rem;background:var(--black);overflow:visible}.finance-banner{position:relative;width:100%;background:#141414;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);overflow:visible;padding-top:clamp(2.5rem,4.5vw,3.8rem);padding-bottom:clamp(2.5rem,4.5vw,3.8rem)}.finance-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(245,96,0,.09),transparent 22rem);pointer-events:none;z-index:0}.finance-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;position:relative;overflow:visible}.finance-image-col{display:flex;justify-content:center;align-items:center;position:relative;width:100%;margin-top:-95px;margin-bottom:.5rem;z-index:2}.finance-motorcycle-img{display:block;width:100%;max-width:320px;height:auto;object-fit:contain;transition:transform .45s cubic-bezier(.16,1,.3,1);filter:drop-shadow(0 15px 35px rgba(0,0,0,.65))}.finance-motorcycle-img:hover{transform:scale(1.04);filter:drop-shadow(0 20px 45px rgba(245,96,0,.15))}.finance-content-col{display:flex;flex-direction:column;align-items:flex-start;text-align:left;z-index:1}.finance-content-col h2{font-size:clamp(1.9rem,4.2vw,2.6rem);font-weight:850;color:var(--white);line-height:1.08;margin-block:.4rem .9rem;text-wrap:balance}.finance-description{font-size:clamp(.92rem,1.15vw,1rem);color:var(--metal);line-height:1.55;margin-bottom:1.8rem;max-width:580px}.finance-actions{display:flex;flex-direction:column;gap:.8rem;width:100%}.finance-actions .button{width:100%;justify-content:center}@media(min-width:600px){.finance-actions{flex-direction:row;width:auto}.finance-actions .button{width:auto}}.finance-btn-main{background:var(--orange);color:#111;border-color:var(--orange);box-shadow:0 12px 30px #f5600038}.finance-btn-main:hover{background:#ff741f;border-color:#ff741f;box-shadow:0 16px 42px #f5600052}.finance-btn-sub{background:#111111a6;border-color:#ffffff26;color:#ffffffd9}.finance-btn-sub:hover{border-color:#f5600066;background:#f5600014;color:var(--white)}.finance-section .finance-content-col>*{opacity:0;transform:translateY(15px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.finance-section.is-visible .finance-content-col>*{opacity:1;transform:translateY(0)}.finance-section.is-visible .finance-content-col>*:nth-child(1){transition-delay:80ms}.finance-section.is-visible .finance-content-col>*:nth-child(2){transition-delay:.16s}.finance-section.is-visible .finance-content-col>*:nth-child(3){transition-delay:.24s}.finance-section.is-visible .finance-content-col>*:nth-child(4){transition-delay:.32s}.finance-section .finance-image-col{opacity:0;transform:translateY(25px) scale(.96);transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1)}.finance-section.is-visible .finance-image-col{opacity:1;transform:translateY(0) scale(1)}@media(min-width:960px){.finance-banner:before{background:radial-gradient(circle at 25% 50%,rgba(245,96,0,.09),transparent 32rem)}.finance-grid{grid-template-columns:1fr 1.25fr;gap:4rem}.finance-image-col{margin-top:-125px;margin-bottom:calc(-1*clamp(2.5rem,4.5vw,3.8rem));z-index:10}.finance-motorcycle-img{max-width:480px;transform:scale(1.1);transform-origin:bottom center}.finance-motorcycle-img:hover{transform:scale(1.15) translateY(-2px)}.finance-content-col{padding-left:1rem}}
