:root{--rider-ink:#11110f;--rider-paper:#f3f2ee;--rider-line:rgba(17,17,15,.22);--rider-accent:var(--blue,#0055ff);--rider-ease:cubic-bezier(.16,1,.3,1)}
.rider-explorer{width:min(1480px,100%);margin:0 auto;color:var(--rider-ink)}
.rider-explorer__header{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:21px 0;border-top:1px solid #aaa9a5;border-bottom:1px solid #d0cfcb;font-family:var(--ft);font-size:clamp(.9rem,1.05vw,1rem);font-weight:800;letter-spacing:.12em;line-height:1.15;text-transform:uppercase}
.rider-explorer__header p{margin:0;font-size:clamp(1.05rem,1.35vw,1.25rem);letter-spacing:.1em}.rider-explorer__header div{display:flex;gap:34px;color:#777773}
.rider-explorer__viewport{position:relative;height:min(49vw,620px);min-height:520px;overflow:hidden;background:#fff;isolation:isolate}
.rider-explorer__viewport::before{display:none;content:none}
.rider-explorer__scene{position:absolute;inset:0 35% 0 0;transform-origin:50% 50%;transition:transform .85s var(--rider-ease),filter .6s ease;will-change:transform}
.rider-explorer__scene>img{position:absolute;left:42%;top:50%;width:108%;max-width:none;height:auto;transform:translate(-50%,-50%);user-select:none;pointer-events:none}
.rider-explorer__point-layer{position:absolute;left:42%;top:50%;width:108%;aspect-ratio:1672/941;transform:translate(-50%,-50%);pointer-events:none}
.rider-explorer__point-layer span{position:absolute;left:var(--point-x,50%);top:var(--point-y,50%);width:19px;height:19px;border:3px solid #fff;border-radius:50%;background:var(--rider-accent);box-shadow:0 0 0 1px rgba(0,27,117,.64),0 3px 14px rgba(0,36,156,.3);opacity:0;transform:translate(-50%,-50%) scale(.45);transition:opacity .25s ease,transform .5s var(--rider-ease)}
.rider-explorer__point-layer span::after{content:"";position:absolute;inset:-9px;border:1px solid rgba(0,36,156,.58);border-radius:50%;animation:rider-point-pulse 1.8s ease-out infinite}
.rider-explorer.is-focused .rider-explorer__point-layer span{opacity:1;transform:translate(-50%,-50%) scale(1)}
.rider-explorer__detail{position:absolute;z-index:3;top:18px;right:18px;bottom:18px;width:min(42%,560px);display:block;padding:14px;border:1px solid rgba(255,255,255,.66);background:rgba(244,243,239,.66);box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 26px 70px rgba(45,43,38,.12);backdrop-filter:blur(22px) saturate(120%);-webkit-backdrop-filter:blur(22px) saturate(120%);opacity:0;visibility:hidden;transform:translate3d(24px,0,0);transition:opacity .35s ease,transform .65s var(--rider-ease),visibility 0s .65s}
.rider-explorer.is-focused .rider-explorer__detail{opacity:1;visibility:visible;transform:none;transition:opacity .35s ease,transform .65s var(--rider-ease),visibility 0s}
.rider-explorer__detail figure{width:100%;height:100%;margin:0;display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.42)}
.rider-explorer__detail figure img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;opacity:0;transform:scale(.96) translateY(12px);transition:opacity .32s ease,transform .65s var(--rider-ease)}
.rider-explorer__detail figure img.is-ready{opacity:1;transform:none}
.rider-explorer__brand{position:absolute;z-index:4;left:30px;bottom:30px;width:min(348px,calc(100% - 60px));padding:5px;border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(0,36,156,.34) 46%,rgba(255,255,255,.72));box-shadow:0 20px 46px rgba(0,36,156,.2);isolation:isolate;pointer-events:none;opacity:0;transform:translate3d(0,24px,0) rotate(-1.8deg) scale(.94);transform-origin:0 100%;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .78s cubic-bezier(.16,1,.3,1)}
.rider-explorer__brand::before{content:"";position:absolute;z-index:-1;inset:9px -8px -8px 9px;border-radius:15px;background:var(--rider-accent);opacity:.14;transform:rotate(2.4deg) translate3d(0,8px,0);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.16,1,.3,1)}
.rider-explorer__brand.is-ready{opacity:1;transform:translate3d(0,0,0) rotate(-.7deg) scale(1)}
.rider-explorer__brand.is-ready::before{opacity:.22;transform:rotate(1.5deg) translate3d(0,0,0)}
.rider-explorer__brand-core{position:relative;min-height:84px;display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:13px;padding:9px 13px 9px 9px;border-radius:13px;overflow:hidden;background:radial-gradient(circle at 14% 0,rgba(0,36,156,.3),transparent 34%),#0c0d11;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.17),inset 0 -1px 0 rgba(0,0,0,.42)}
.rider-explorer__brand-core::after{content:"";position:absolute;inset:-35% auto -35% -46%;width:30%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);opacity:0;transform:skewX(-17deg) translate3d(-220%,0,0);pointer-events:none}
.rider-explorer__brand.is-ready .rider-explorer__brand-core::after{animation:rider-brand-scan 1.15s cubic-bezier(.16,1,.3,1) .12s both}
.rider-explorer__brand-mark{position:relative;width:78px;height:66px;display:grid;place-items:center;padding:8px;border-radius:9px;overflow:hidden;background:#f8f8f5;box-shadow:inset 0 0 0 1px rgba(255,255,255,.88),inset 0 -8px 20px rgba(0,36,156,.06);opacity:0;transform:translate3d(-12px,0,0) scale(.86)}
.rider-explorer__brand.is-ready .rider-explorer__brand-mark{opacity:1;transform:none;transition:opacity .34s cubic-bezier(.22,1,.36,1) .12s,transform .64s cubic-bezier(.16,1,.3,1) .12s}
.rider-explorer__brand-mark img{display:block;width:100%;height:100%;object-fit:contain}
.rider-explorer__brand[data-brand="ilm"] .rider-explorer__brand-mark img{width:52px;height:52px}
.rider-explorer__brand[data-brand="punto"] .rider-explorer__brand-mark{padding:3px}
.rider-explorer__brand[data-brand="loboo"] .rider-explorer__brand-mark{padding:4px}
.rider-explorer__brand[data-brand="furchtlos"] .rider-explorer__brand-mark img{width:45px;height:45px}
.rider-explorer__brand-copy{min-width:0;display:grid;align-content:center;gap:2px;opacity:0;transform:translate3d(14px,0,0)}
.rider-explorer__brand.is-ready .rider-explorer__brand-copy{opacity:1;transform:none;transition:opacity .38s cubic-bezier(.22,1,.36,1) .2s,transform .68s cubic-bezier(.16,1,.3,1) .2s}
.rider-explorer__brand-copy small{color:rgba(255,255,255,.48);font-family:var(--ft);font-size:.54rem;font-weight:800;letter-spacing:.22em;line-height:1;text-transform:uppercase}
.rider-explorer__brand-copy strong{overflow:hidden;color:#fff;font-family:var(--fd);font-size:clamp(1.45rem,2.1vw,2rem);font-weight:700;letter-spacing:.01em;line-height:.86;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.rider-explorer__brand[data-brand="punto"] .rider-explorer__brand-copy strong{font-size:clamp(1.15rem,1.55vw,1.5rem)}
.rider-explorer__brand-seal{align-self:stretch;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;padding-left:12px;border-left:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.42);font-family:var(--ft);font-size:.48rem;font-weight:800;letter-spacing:.15em;line-height:1.25;text-align:right;text-transform:uppercase;opacity:0;transform:translate3d(8px,0,0)}
.rider-explorer__brand.is-ready .rider-explorer__brand-seal{opacity:1;transform:none;transition:opacity .36s cubic-bezier(.22,1,.36,1) .28s,transform .62s cubic-bezier(.16,1,.3,1) .28s}
.rider-explorer__brand-seal i{width:7px;height:7px;margin-bottom:8px;border-radius:50%;background:var(--rider-accent);box-shadow:0 0 0 4px rgba(0,36,156,.18)}
.rider-explorer__reset{position:absolute;z-index:2;top:24px;right:24px;width:44px;height:44px;padding:0;display:grid;place-items:center;border:1px solid rgba(17,17,15,.28);border-radius:50%;background:rgba(255,255,255,.82);color:var(--rider-ink);cursor:pointer;backdrop-filter:blur(10px);transition:background .25s,color .25s,transform .25s}
.rider-explorer__reset svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}.rider-explorer__reset:hover{background:var(--rider-ink);color:#fff}.rider-explorer__reset:active{transform:scale(.96)}
.rider-explorer__rail{position:static!important;inset:auto!important;z-index:auto!important;display:grid;margin:0!important;padding:0!important;border:0!important;border-left:1px solid #bdbcb7!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.rider-explorer__rail--top{grid-template-columns:repeat(7,minmax(0,1fr));border-top:1px solid #bdbcb7!important}
.rider-explorer__rail--bottom{grid-template-columns:repeat(8,minmax(0,1fr));border-top:0!important}
.rider-explorer__rail::before{display:none!important;content:none!important}
.rider-explorer__rail button{min-width:0;min-height:68px;padding:13px 15px;border:0;border-right:1px solid #bdbcb7;background:#fff;color:var(--rider-ink);font-family:var(--ft);font-size:clamp(.78rem,.9vw,.86rem);font-weight:800;letter-spacing:.05em;line-height:1.12;text-align:center;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .28s,color .28s,transform .28s var(--rider-ease)}
.rider-explorer__rail--bottom button{border-bottom:1px solid #bdbcb7}
.rider-explorer__rail button:hover,.rider-explorer__rail button:focus-visible{position:relative;z-index:1;background:#eceae5;outline:2px solid var(--rider-ink);outline-offset:-2px}
.rider-explorer__rail button.is-active{background:var(--rider-ink);color:#fff}
.rider-explorer__rail button:active{transform:scale(.985)}
@keyframes rider-point-pulse{0%{opacity:.85;transform:scale(.55)}75%,100%{opacity:0;transform:scale(1.65)}}
@keyframes rider-brand-scan{0%{opacity:0;transform:skewX(-17deg) translate3d(-220%,0,0)}24%{opacity:.72}100%{opacity:0;transform:skewX(-17deg) translate3d(620%,0,0)}}
@media(max-width:960px){.rider-explorer__viewport{height:62vw;min-height:560px}.rider-explorer__scene{right:30%}.rider-explorer__scene>img,.rider-explorer__point-layer{left:38%;width:124%}.rider-explorer__detail{width:min(46%,440px)}}
@media(max-width:720px){.rider-explorer__header{display:grid;gap:11px;padding:20px 0}.rider-explorer__header div{display:grid;gap:6px}.rider-explorer__viewport{height:auto;min-height:820px;display:grid;grid-template-rows:440px 380px;padding:0}.rider-explorer__scene{position:relative;inset:auto;grid-row:1;height:440px}.rider-explorer__scene>img,.rider-explorer__point-layer{left:43%;top:50%;width:142%}.rider-explorer__detail{position:relative;inset:auto;grid-row:2;width:auto;height:368px;min-height:0;margin:0 12px 12px;padding:10px;transform:translate3d(0,18px,0)}.rider-explorer__brand{left:22px;bottom:22px;width:calc(100% - 44px)}.rider-explorer__reset{top:20px;right:20px}.rider-explorer__rail{display:flex;overflow-x:auto;scrollbar-width:none;border-bottom:0!important}.rider-explorer__rail::-webkit-scrollbar{display:none}.rider-explorer__rail button{flex:0 0 178px}}
@media(max-width:470px){.rider-explorer__viewport{min-height:800px;grid-template-rows:400px auto}.rider-explorer__scene{height:400px}.rider-explorer__brand-core{grid-template-columns:66px minmax(0,1fr);min-height:76px}.rider-explorer__brand-mark{width:66px;height:58px}.rider-explorer__brand-seal{display:none}.rider-explorer__brand-copy strong{font-size:1.4rem}.rider-explorer__brand[data-brand="punto"] .rider-explorer__brand-copy strong{font-size:1.08rem}}
@media(prefers-reduced-motion:reduce){.rider-explorer__scene,.rider-explorer__detail,.rider-explorer__detail figure img,.rider-explorer__rail button,.rider-explorer__point-layer span,.rider-explorer__brand,.rider-explorer__brand::before,.rider-explorer__brand-mark,.rider-explorer__brand-copy,.rider-explorer__brand-seal{transition:none}.rider-explorer__point-layer span::after,.rider-explorer__brand-core::after{animation:none}.rider-explorer__brand.is-ready .rider-explorer__brand-mark,.rider-explorer__brand.is-ready .rider-explorer__brand-copy,.rider-explorer__brand.is-ready .rider-explorer__brand-seal{opacity:1;transform:none}}

/* Alternative presentation: a vertical maker totem bridging scene and product detail. */
.rider-explorer__brand[data-presentation="totem"]{left:-54px;top:50%;bottom:auto;width:108px;padding:5px;border-radius:58px;background:linear-gradient(148deg,rgba(255,255,255,.98),rgba(176,181,190,.5) 44%,rgba(255,255,255,.84));box-shadow:0 22px 48px rgba(17,17,15,.13);transform:translate3d(-20px,-50%,0) rotate(-4deg) scale(.92);transform-origin:50% 50%;transition:opacity .38s cubic-bezier(.22,1,.36,1),transform .86s cubic-bezier(.16,1,.3,1)}
.rider-explorer__brand[data-presentation="totem"]::before{inset:18px -7px -8px 16px;border-radius:48px 48px 40px 52px;background:rgba(17,17,15,.12);opacity:.07;transform:rotate(4deg) translate3d(-8px,10px,0)}
.rider-explorer__brand[data-presentation="totem"].is-ready{transform:translate3d(0,-50%,0) rotate(.65deg) scale(1)}
.rider-explorer__brand[data-presentation="totem"].is-ready::before{opacity:.12;transform:rotate(2.2deg) translate3d(0,0,0)}
.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-core{min-height:326px;display:flex;flex-direction:column;align-items:center;gap:0;padding:10px;border-radius:52px 52px 43px 51px;background:radial-gradient(circle at 50% 2%,rgba(255,255,255,.12),transparent 25%),#0b0c10}
.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-mark{flex:0 0 auto;width:78px;height:78px;padding:8px;border-radius:35px 35px 25px 25px}
.rider-explorer__brand[data-presentation="totem"][data-brand="punto"] .rider-explorer__brand-mark{padding:3px}
.rider-explorer__brand[data-presentation="totem"][data-brand="loboo"] .rider-explorer__brand-mark{padding:4px}
.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-copy{flex:1;width:100%;min-height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}
.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-copy small{max-width:7ch;color:rgba(255,255,255,.44);font-size:.5rem;line-height:1.35}
.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-copy strong{overflow:visible;color:#fff;font-size:1.32rem;line-height:.8;text-align:center;text-overflow:clip;white-space:normal}
.rider-explorer__brand[data-presentation="totem"][data-brand="punto"] .rider-explorer__brand-copy strong{font-size:1.08rem}
.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-seal{width:100%;min-height:60px;align-self:auto;align-items:center;justify-content:center;padding:12px 0 2px;border-top:1px solid rgba(255,255,255,.14);border-left:0;text-align:center}
.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-seal i{margin-bottom:7px}
@media(max-width:720px){.rider-explorer__brand[data-presentation="totem"]{left:20px;top:20px;bottom:auto;width:min(234px,calc(100% - 82px));padding:4px;border-radius:15px;box-shadow:0 18px 36px rgba(17,17,15,.12);transform:translate3d(0,-16px,0) rotate(-1.4deg) scale(.94);transform-origin:0 0}.rider-explorer__brand[data-presentation="totem"]::before{inset:7px -6px -6px 8px;border-radius:12px;transform:rotate(1.8deg) translate3d(0,6px,0)}.rider-explorer__brand[data-presentation="totem"].is-ready{transform:translate3d(0,0,0) rotate(-.4deg) scale(1)}.rider-explorer__brand[data-presentation="totem"].is-ready::before{transform:rotate(1deg) translate3d(0,0,0)}.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-core{min-height:66px;display:grid;grid-template-columns:62px minmax(0,1fr);padding:6px 11px 6px 6px;border-radius:11px;background:radial-gradient(circle at 8% 0,rgba(255,255,255,.11),transparent 35%),#0b0c10}.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-mark{width:62px;height:54px;padding:7px;border-radius:8px}.rider-explorer__brand[data-presentation="totem"][data-brand="punto"] .rider-explorer__brand-mark{padding:3px}.rider-explorer__brand[data-presentation="totem"][data-brand="loboo"] .rider-explorer__brand-mark{padding:4px}.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-copy{min-height:0;display:grid;justify-items:start;align-content:center;gap:3px;text-align:left}.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-copy small{max-width:none;font-size:.48rem;line-height:1;white-space:nowrap}.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-copy strong{font-size:1.36rem;line-height:.84;text-align:left;white-space:nowrap}.rider-explorer__brand[data-presentation="totem"][data-brand="punto"] .rider-explorer__brand-copy strong{font-size:1.06rem}.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-seal{display:none}}
@media(prefers-reduced-motion:reduce){.rider-explorer__brand[data-presentation="totem"],.rider-explorer__brand[data-presentation="totem"]::before{transition:none}.rider-explorer__brand[data-presentation="totem"] .rider-explorer__brand-core::after{animation:none}}

/* Alternative presentation: an editorial signature rail integrated into the product image. */
.rider-explorer__brand[data-presentation="signature"]{left:26px;right:26px;bottom:26px;width:auto;padding:0;border-radius:0;background:transparent;box-shadow:none;transform:translate3d(0,20px,0) scale(.97);transform-origin:0 100%;transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .78s cubic-bezier(.16,1,.3,1)}
.rider-explorer__brand[data-presentation="signature"]::before{z-index:-1;inset:18px 0 0 52px;border-radius:2px 26px 2px 2px;background:rgba(248,248,245,.95);box-shadow:0 18px 44px rgba(17,17,15,.11),inset 0 1px 0 rgba(255,255,255,.88);opacity:0;transform:scaleX(.76);transform-origin:0 50%;transition:opacity .36s cubic-bezier(.22,1,.36,1),transform .82s cubic-bezier(.16,1,.3,1)}
.rider-explorer__brand[data-presentation="signature"].is-ready{transform:translate3d(0,0,0) scale(1)}
.rider-explorer__brand[data-presentation="signature"].is-ready::before{opacity:1;transform:scaleX(1)}
.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-core{min-height:104px;display:grid;grid-template-columns:104px minmax(0,1fr) auto;align-items:center;gap:20px;padding:0 22px 0 0;border-radius:0;overflow:visible;background:transparent;color:#11110f;box-shadow:none}
.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-core::after{display:none;content:none}
.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-mark{width:104px;height:104px;padding:13px;border-radius:32px 32px 4px 32px;background:#f8f8f5;box-shadow:inset 0 0 0 1px rgba(17,17,15,.1),inset 0 1px 0 #fff,0 16px 34px rgba(17,17,15,.14)}
.rider-explorer__brand[data-presentation="signature"][data-brand="punto"] .rider-explorer__brand-mark{padding:7px}
.rider-explorer__brand[data-presentation="signature"][data-brand="loboo"] .rider-explorer__brand-mark{padding:8px}
.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-copy{gap:4px}
.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-copy small{color:rgba(17,17,15,.46);font-size:.5rem;letter-spacing:.24em}
.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-copy strong{color:#11110f;font-size:clamp(1.65rem,2.35vw,2.3rem);line-height:.86}
.rider-explorer__brand[data-presentation="signature"][data-brand="punto"] .rider-explorer__brand-copy strong{font-size:clamp(1.34rem,1.85vw,1.72rem)}
.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-seal{align-self:stretch;justify-content:center;padding-left:18px;border-left:1px solid rgba(17,17,15,.14);color:rgba(17,17,15,.46);font-size:.48rem}
.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-seal i{background:var(--rider-accent);box-shadow:0 0 0 4px rgba(0,36,156,.09)}
@media(max-width:720px){.rider-explorer__brand[data-presentation="signature"]{left:18px;right:18px;bottom:20px;width:auto}.rider-explorer__brand[data-presentation="signature"]::before{inset:11px 0 0 35px;border-radius:2px 18px 2px 2px;box-shadow:0 14px 32px rgba(17,17,15,.1)}.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-core{min-height:74px;grid-template-columns:74px minmax(0,1fr);gap:14px;padding-right:15px}.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-mark{width:74px;height:74px;padding:10px;border-radius:23px 23px 3px 23px}.rider-explorer__brand[data-presentation="signature"][data-brand="punto"] .rider-explorer__brand-mark{padding:5px}.rider-explorer__brand[data-presentation="signature"][data-brand="loboo"] .rider-explorer__brand-mark{padding:6px}.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-copy strong{font-size:1.46rem}.rider-explorer__brand[data-presentation="signature"][data-brand="punto"] .rider-explorer__brand-copy strong{font-size:1.12rem}.rider-explorer__brand[data-presentation="signature"] .rider-explorer__brand-seal{display:none}}
@media(prefers-reduced-motion:reduce){.rider-explorer__brand[data-presentation="signature"],.rider-explorer__brand[data-presentation="signature"]::before{transition:none}}
