:root{color-scheme:light;--shell: min(92rem, calc(100vw - 3rem));--text: #111827;--muted: #4b5563;--line: #d1d5db;--bg: #f3f4f6;--brand: #111111;--header-nav: #374151;--surface: #ffffff;--surface-muted: #e5e7eb;--ink: #111111;--ink-hover: #333333;--primary-bg: #111111;--primary-fg: #ffffff;--primary-hover-bg: #333333;--header-shadow: 0 1px 0 rgb(0 0 0 / 0.06);--nav-panel-shadow: 0 0.5rem 1.25rem rgb(0 0 0 / 0.12);--field-bg: #ffffff;--field-placeholder: #4b5563;--hero-cta-bg: #ffffff;--hero-cta-fg: #111111;--hero-cta-hover-bg: #f3f4f6;--site-header-estimate: calc(clamp(4.25rem, 9vh, 6.5rem) + 1px);--tendril-hero: hsla(0, 100%, 44%, 0.762);--tendril-global: hsla(233, 98%, 56%, 0.598)}html[data-theme=dark]{color-scheme:dark;--text: #e6e9ef;--muted: #8b95a8;--line: #30363d;--bg: #0d1117;--brand: #f0f3f7;--header-nav: #b1bac4;--surface: #161b22;--surface-muted: #1c2128;--ink: #e6e9ef;--ink-hover: #ffffff;--primary-bg: #e6e9ef;--primary-fg: #0d1117;--primary-hover-bg: #ffffff;--header-shadow: 0 1px 0 rgb(0 0 0 / 0.45);--nav-panel-shadow: 0 0.75rem 2rem rgb(0 0 0 / 0.55);--field-bg: #0d1117;--field-placeholder: #6e7681;--hero-cta-fg: #0d1117;--hero-cta-hover-bg: #e5e7eb;--tendril-hero: hsla(0, 100%, 44%, 0.762);--tendril-global: hsla(233, 98%, 56%, 0.598)}html{font-size:clamp(15px,3px + .55vw,26px);overflow-x:clip;max-width:100%;background-color:var(--bg)}@media(prefers-reduced-motion: no-preference){html{transition:background-color .2s ease}body,.site-header,.card,.feature-bar,.site-footer,.primary-nav{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .34s cubic-bezier(0.22, 1, 0.36, 1)}}*{box-sizing:border-box}body{margin:0;font-family:"Inter",sans-serif;font-size:1rem;line-height:1.55;color:var(--text);background:var(--bg);overflow-x:clip;max-width:100%;display:flex;flex-direction:column;min-height:100vh;min-height:100svh}main{position:relative;z-index:2;max-width:100%;overflow-x:clip;flex:1 0 auto}img{max-width:100%}.tendrils-canvas--global{position:fixed;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;display:none}@media(min-width: 48rem){.tendrils-canvas--global.tendrils-canvas--active{display:block}}@media(prefers-reduced-motion: reduce){.tendrils-canvas--global{display:none !important}}.eyebrow{margin:0;font-size:clamp(.72rem,.55rem + .35vw,.95rem);font-weight:700;text-transform:uppercase;color:var(--muted)}h1,h2,h3{font-family:"Orbitron",sans-serif;line-height:1.2}h1{margin:.4rem 0 .8rem;font-size:clamp(1.35rem,.85rem + 1.4vw,2.75rem)}h2{font-size:clamp(1.15rem,.75rem + 1vw,2rem)}h3{font-size:clamp(1rem,.8rem + .45vw,1.35rem)}.lead{color:var(--muted);margin-bottom:1.2rem}.shell{width:min(100% - 2rem,var(--shell));margin-inline:auto}.fold-stack{display:flex;flex-direction:column;min-height:calc(100vh - var(--site-header-estimate));min-height:calc(100svh - var(--site-header-estimate))}.fold-stack .hero--banner{flex:1 1 0;min-height:0;display:flex;flex-direction:column}.fold-stack .hero__media.hero-rotator{flex:1 1 0;min-height:clamp(15rem,30vw,24rem);aspect-ratio:unset;max-height:none}.fold-stack .feature-bar{flex-shrink:0}.section{padding-block:clamp(1.75rem,4vw,3rem)}.section--split{display:grid;gap:1rem;align-items:start}.media-rotator{position:relative;width:100%;overflow:hidden;border-radius:.7rem;border:1px solid var(--line);aspect-ratio:16/10}.media-rotator .slide{position:absolute;inset:0;opacity:0;transition:opacity 400ms ease}.media-rotator .slide.is-active{opacity:1}.media-rotator .slide .progressive-img{position:absolute;inset:0;width:100%;height:100%}.media-rotator img{display:block;width:100%;height:100%;object-fit:cover}.media-rotator__slide--placeholder{display:flex;align-items:center;justify-content:center;background:var(--surface-muted);box-shadow:inset 0 0 0 1px var(--line)}.media-rotator__placeholder-inner{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.25rem;text-align:center;max-width:18rem}.media-rotator__placeholder-label{font-family:"Orbitron",sans-serif;font-weight:600;font-size:clamp(.95rem,.85rem + .35vw,1.1rem);color:var(--brand)}.media-rotator__placeholder-hint{font-size:clamp(.8rem,.72rem + .2vw,.95rem);line-height:1.45;color:var(--muted)}@media(prefers-reduced-motion: reduce){.media-rotator .slide{transition:none}}.card-grid{display:grid;gap:1rem}.card-grid--2{grid-template-columns:repeat(1, minmax(0, 1fr))}.card-grid--3{grid-template-columns:repeat(1, minmax(0, 1fr))}.pricing-table,.timeline,.faq-list{display:grid;gap:1rem}.pricing-table+aside.card{margin-top:1rem}@keyframes nav-backdrop-fade-in{from{opacity:0}to{opacity:1}}.site-header{position:sticky;top:0;z-index:20;flex-shrink:0;color:var(--text);background:var(--surface);border-bottom:1px solid var(--line);box-shadow:var(--header-shadow)}.nav-drawer-backdrop{display:none}.site-header__inner{width:100%;max-width:none;margin:0;padding-inline:clamp(.65rem,2.2vw,2.75rem);min-height:clamp(4.25rem,9vh,6.5rem);display:flex;align-items:center;justify-content:space-between;gap:clamp(.75rem,2vw,2rem)}.site-header__left{display:flex;align-items:center;gap:clamp(.65rem,1.8vw,1.75rem);min-width:0;overflow:visible}.site-header__right{display:flex;align-items:center;justify-content:flex-end;gap:clamp(.5rem,1.2vw,1.1rem);flex-shrink:0}.header-cta{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:clamp(2.35rem,2rem + 1vw,2.65rem);padding:0 .85rem;border-radius:.25rem;background:var(--primary-bg);color:var(--primary-fg);font-family:"Inter",sans-serif;font-size:clamp(.72rem,.55rem + .35vw,.88rem);font-weight:700;text-decoration:none;text-transform:capitalize;white-space:nowrap;transition:background .15s ease,color .15s ease}.header-cta:hover{background:var(--primary-hover-bg);color:var(--primary-fg)}.header-cart{display:flex;align-items:center;justify-content:center;color:var(--brand);line-height:0;padding:.25rem;transition:color .15s ease}.header-cart:hover{color:var(--ink-hover)}.header-cart svg{width:clamp(1.25rem,1rem + .5vw,1.45rem);height:clamp(1.25rem,1rem + .5vw,1.45rem)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:clamp(2.35rem,2rem + 1vw,2.65rem);height:clamp(2.35rem,2rem + 1vw,2.65rem);flex-shrink:0;padding:0;border:1px solid var(--line);border-radius:.25rem;background:var(--bg);color:var(--header-nav);cursor:pointer;line-height:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.theme-toggle:hover{color:var(--brand);border-color:var(--muted)}.theme-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.theme-toggle__icon{display:block;width:1.2rem;height:1.2rem}.theme-toggle__icon svg{width:100%;height:100%}.theme-toggle__icon--moon{display:none}html[data-theme=dark] .theme-toggle__icon--sun{display:none}html[data-theme=dark] .theme-toggle__icon--moon{display:block}.brand{display:inline-flex;align-items:center;color:inherit;text-decoration:none;min-width:0}.brand__icon{display:inline-flex;width:clamp(3rem,5vw + 1.5rem,5.5rem)}.brand__icon svg{width:100%;height:auto}.brand__text{margin-left:.6rem;display:flex;flex-direction:column;line-height:1.05;font-family:"Orbitron",sans-serif}.brand__text strong{font-size:clamp(1.05rem,.4rem + 1.1vw,1.65rem)}.brand__text small{color:var(--muted);font-size:clamp(.65rem,.35rem + .45vw,.95rem);font-weight:600}.logo-rotator{position:relative;width:clamp(1.75rem,1.05rem + 1.75vw,3rem);height:clamp(1.75rem,1.05rem + 1.75vw,3rem);color:var(--brand);overflow:visible}.logo-rotator .slide{position:absolute;inset:0;opacity:0;transition:opacity 350ms ease}.logo-rotator .slide.is-active{opacity:1}.logo-rotator svg{width:100%;height:100%;color:inherit}.logo-rotator__slide--ps5 svg{transform:scale(1.5);transform-origin:center center}.menu-toggle{border:0;background:rgba(0,0,0,0);padding:0;line-height:0;color:var(--header-nav);cursor:pointer;transition:color .15s ease}.menu-toggle:hover{color:var(--brand)}.menu-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.menu-toggle svg{width:clamp(1.85rem,1.25rem + 1.2vw,2.6rem);height:clamp(1.85rem,1.25rem + 1.2vw,2.6rem)}.menu-toggle svg path{fill:currentColor}.primary-nav{gap:clamp(.65rem,.9vw + .35rem,1.5rem);justify-content:flex-end;align-items:center;flex-wrap:wrap}.primary-nav a{color:var(--header-nav);text-decoration:none;font-family:"Inter",sans-serif;font-size:clamp(.78rem,.55rem + .35vw,.95rem);font-weight:600;padding-block:.2rem;transition:color .15s ease}.primary-nav a:hover,.primary-nav a:focus-visible{color:var(--brand)}.primary-nav a.is-active{color:var(--brand);text-decoration:underline;text-underline-offset:.2em}@media(prefers-reduced-motion: no-preference){.primary-nav a.nav-link--accessories-highlight:not(.is-active){position:relative;border-radius:.3rem;padding-inline:.2rem;margin-inline:-0.2rem;animation:nav-accessories-soft-pulse 2.75s ease-in-out infinite}@keyframes nav-accessories-soft-pulse{0%,100%{text-shadow:0 0 6px color-mix(in srgb, var(--brand) 22%, transparent),0 0 14px color-mix(in srgb, var(--brand) 8%, transparent);filter:drop-shadow(0 0 1px color-mix(in srgb, var(--brand) 35%, transparent))}50%{text-shadow:0 0 10px color-mix(in srgb, var(--brand) 38%, transparent),0 0 22px color-mix(in srgb, var(--brand) 16%, transparent);filter:drop-shadow(0 0 3px color-mix(in srgb, var(--brand) 45%, transparent))}}}.hero{position:relative}.hero--banner{color:#fff}.hero__media{width:100%;margin-left:0}.hero-rotator{position:relative;width:100%;z-index:0;aspect-ratio:16/9;max-height:min(64vh,52rem);min-height:clamp(15rem,30vw,24rem);overflow:hidden}.hero__tendrils-canvas{position:absolute;inset:0;z-index:1;width:100%;height:100%;pointer-events:none;display:none}@media(min-width: 48rem){.hero__tendrils-canvas.tendrils-canvas--active{display:block}}@media(prefers-reduced-motion: reduce){.hero__tendrils-canvas{display:none !important}}.hero-rotator .slide{position:absolute;inset:0;opacity:0;transition:opacity 400ms ease}.hero-rotator .slide.is-active{opacity:1}.hero-rotator .slide .progressive-img{position:absolute;inset:0;width:100%;height:100%}.hero-rotator img{width:100%;height:100%;object-fit:cover}.hero__scrim{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.45) 42%, rgba(0, 0, 0, 0.2) 100%)}.hero__inner{position:absolute;inset:0;z-index:3;display:flex;width:100%;height:100%;box-sizing:border-box;padding-inline:clamp(.65rem,2.2vw,2.75rem);padding-block:clamp(.65rem,2vh,2rem)}.hero__inner--copy-center-left{justify-content:flex-start;align-items:center}.hero__inner--copy-center-left .hero__copy{text-align:left;margin-inline-start:clamp(.5rem,7vw,8rem);margin-inline-end:auto}.hero__inner--copy-left{justify-content:flex-start;align-items:center}.hero__inner--copy-left .hero__copy{text-align:left;margin-inline-end:auto}.hero__inner--copy-right{justify-content:flex-end;align-items:center}.hero__inner--copy-right .hero__copy{text-align:right;margin-inline-start:auto}.hero__inner--copy-top{justify-content:flex-start;align-items:flex-start;padding-top:clamp(1.1rem,.75rem + 2.5vw,2.75rem)}.hero__inner--copy-top .hero__copy{text-align:left;margin-inline-end:auto}.hero__inner--copy-bottom{justify-content:flex-end;align-items:flex-end;padding-bottom:clamp(1.1rem,.75rem + 2.5vw,2.75rem)}.hero__inner--copy-bottom .hero__copy{text-align:left;margin-inline-end:auto}.hero__copy{max-width:min(36rem,92vw);display:flex;flex-direction:column}.hero__copy-panels{display:grid;grid-template-columns:minmax(0, 1fr);margin-bottom:.35rem}.hero__copy-panel{grid-area:1/1;opacity:0;pointer-events:none;z-index:0;transition:opacity .42s ease}.hero__copy-panel.is-active{opacity:1;pointer-events:auto;z-index:1}.hero.hero--banner.hero--has-js .hero__copy-panel.is-active .hero__title{opacity:0;transform:translateY(-0.85rem)}.hero.hero--banner.hero--has-js .hero__copy-panel.is-active .hero__lead{opacity:0;transform:translateY(0.85rem)}.hero.hero--banner.hero--has-js .hero__copy-panel.is-active.hero__copy-panel--animate .hero__title{animation:heroCopyTitleIn .78s cubic-bezier(0.22, 1, 0.36, 1) forwards}.hero.hero--banner.hero--has-js .hero__copy-panel.is-active.hero__copy-panel--animate .hero__lead{animation:heroCopyLeadIn .78s cubic-bezier(0.22, 1, 0.36, 1) .16s forwards}.hero.hero--banner.hero--has-js .btn--hero.hero__btn--animate{animation:heroCopyCtaIn .78s cubic-bezier(0.22, 1, 0.36, 1) .32s both}@keyframes heroCopyTitleIn{from{opacity:0;transform:translateY(-0.85rem)}to{opacity:1;transform:translateY(0)}}@keyframes heroCopyLeadIn{from{opacity:0;transform:translateY(0.85rem)}to{opacity:1;transform:translateY(0)}}@keyframes heroCopyCtaIn{from{opacity:0;transform:translateY(0.45rem)}to{opacity:1;transform:translateY(0)}}.hero__title{margin:0 0 .65rem;font-family:"Inter",sans-serif;font-size:clamp(1.15rem,.55rem + 2.2vw,2.35rem);font-weight:800;line-height:1.15;letter-spacing:.02em;text-transform:uppercase;color:#fff}.hero__lead{margin:0 0 1.1rem;font-size:clamp(.88rem,.72rem + .45vw,1.1rem);line-height:1.5;color:hsla(0,0%,100%,.92);max-width:32rem}.btn--hero{will-change:transform,opacity;display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.15rem;border:0;border-radius:.2rem;background:var(--hero-cta-bg);color:var(--hero-cta-fg);font-family:"Inter",sans-serif;font-size:clamp(.72rem,.55rem + .35vw,.88rem);font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:background .15s ease,color .15s ease}.btn--hero:hover{background:var(--hero-cta-hover-bg);color:var(--hero-cta-fg)}.hero__cta{margin-top:1rem;display:flex;gap:.6rem;flex-wrap:wrap}.hero__inner--copy-right .hero__lead{margin-left:auto}.hero__inner--copy-right .hero__title{margin-left:auto}.feature-bar{background:var(--surface-muted);color:var(--text);padding-block:clamp(1rem,2.5vw,1.65rem);border-block:1px solid var(--line)}.feature-bar--interactive{position:relative;overflow:visible;transform-origin:center center;will-change:transform}.feature-bar__bump{position:relative;z-index:1}.feature-bar__sparks{position:absolute;inset:0;z-index:2;overflow:visible;pointer-events:none}.feature-bar__spark-fx{position:absolute;left:0;top:0;width:1px;height:1px;transform:translate(-50%, -50%);pointer-events:none;color:var(--brand);opacity:1;transition:opacity .38s ease-out,transform .38s ease-out}.feature-bar__spark-fx svg{position:absolute;left:50%;top:50%;width:7rem;height:7rem;margin:-3.5rem 0 0 -3.5rem;overflow:visible;filter:drop-shadow(0 0 0.15rem rgba(255, 255, 255, 0.65)) drop-shadow(0 0 0.55rem currentColor)}.feature-bar__spark-fx path{stroke-linecap:round;stroke-linejoin:round}.feature-bar__spark-fx--out{opacity:0;transform:translate(-50%, -50%) scale(1.18)}.feature-bar__spark-particle{position:absolute;left:0;top:0;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;border-radius:50%;background:radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 220, 160, 0.85) 35%, currentColor 55%, transparent 72%);box-shadow:0 0 6px hsla(0,0%,100%,.7);animation:feature-bar-spark-particle-fly .42s ease-out forwards}@keyframes feature-bar-spark-particle-fly{to{transform:translate(var(--tx, 0), var(--ty, 0)) scale(0.15);opacity:0}}html[data-theme=dark] .feature-bar__spark-fx svg{filter:drop-shadow(0 0 0.12rem rgba(255, 255, 255, 0.4)) drop-shadow(0 0 0.55rem currentColor)}@media(prefers-reduced-motion: reduce){.feature-bar--interactive{transform:none !important;will-change:auto}.feature-bar__sparks{display:none !important}}.feature-bar__grid{display:grid;gap:clamp(1rem,2vw,2rem);grid-template-columns:1fr}.feature-bar__item{padding-inline:.15rem}.feature-bar__title{margin:0 0 .35rem;font-family:"Inter",sans-serif;font-size:clamp(.95rem,.8rem + .4vw,1.15rem);font-weight:800;line-height:1.25;color:var(--brand);text-transform:none}.feature-bar__text{margin:0;font-size:clamp(.8rem,.72rem + .2vw,.95rem);line-height:1.45;color:var(--muted)}.btn{border:1px solid var(--ink);border-radius:.5rem;color:var(--ink);text-decoration:none;padding:clamp(.5rem,.35rem + .4vw,.75rem) clamp(.75rem,.5rem + .8vw,1.25rem);font-weight:600;font-size:clamp(.85rem,.75rem + .25vw,1.05rem);transition:background .15s ease,color .15s ease,border-color .15s ease}.btn--primary{background:var(--primary-bg);border-color:var(--primary-bg);color:var(--primary-fg)}.btn--primary:hover{background:var(--primary-hover-bg);border-color:var(--primary-hover-bg);color:var(--primary-fg)}.card{background:var(--surface);border:1px solid var(--line);border-radius:.7rem;padding:clamp(.9rem,1.5vw,1.35rem)}.card--image{padding:0;overflow:hidden}.card--image .card__image-wrap{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.card--image .card__image-wrap img{display:block}.card--image>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.card--image .card__image-wrap .progressive-img{position:absolute;inset:0;width:100%;height:100%}.card--image h2,.card--image p{padding-inline:1rem}.card--image p{padding-bottom:1rem}.text-link{color:var(--brand);font-weight:600;transition:color .15s ease}.text-link:hover{color:var(--ink-hover)}.steps{padding-left:1.2rem;line-height:1.75}.price{margin:.5rem 0;font-weight:700}.contact-form{display:grid;gap:.8rem}.contact-form label{display:grid;gap:.3rem;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:.5rem;padding:.55rem .65rem;font:inherit;background:var(--field-bg);color:var(--text);transition:border-color .15s ease,background .15s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--field-placeholder)}.contact-form__hp{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;white-space:nowrap}.contact-form__status{margin:0;min-height:1.35em;font-size:clamp(.8rem,.72rem + .2vw,.95rem);font-weight:600}.contact-form__status:empty{display:none}.contact-form__status--ok{color:var(--brand)}.contact-form__status--err{color:#b91c1c}html[data-theme=dark] .contact-form__status--err{color:#f87171}.btn[data-contact-submit]:disabled{opacity:.65;cursor:not-allowed}.site-footer{position:relative;z-index:2;flex-shrink:0;margin-top:clamp(2rem,4vw,3rem);border-top:1px solid var(--line);background:var(--surface);color:var(--text);padding-block:clamp(1.5rem,3vw,2.25rem)}.site-footer a{color:var(--brand);text-decoration:none;font-weight:600;transition:color .15s ease}.site-footer a:hover{color:var(--ink-hover);text-decoration:underline}.site-footer__grid{display:grid;gap:1rem}.featured-video__title{margin-bottom:.35rem}.featured-video__lead{margin-top:0;margin-bottom:1rem}.tiktok-embed-card{display:flex;justify-content:center;padding:clamp(.9rem,2vw,1.25rem);border:1px solid var(--line);border-radius:.7rem;background:var(--surface)}.tiktok-embed-grid{display:grid;gap:1rem;grid-template-columns:1fr}.tiktok-embed-grid .tiktok-embed-card{width:100%;min-width:0}.tiktok-embed-grid .tiktok-embed{max-width:100% !important;min-width:0 !important}.tiktok-mods-grid{display:grid;gap:1rem;grid-template-columns:1fr;justify-items:center}.tiktok-lazy-player{width:100%;max-width:100%}.tiktok-lazy-player__poster{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;border-radius:inherit;overflow:hidden}.tiktok-lazy-player__poster-fallback{position:absolute;inset:0;background:linear-gradient(160deg, #1a1a1a 0%, #0a0a0a 100%)}.tiktok-lazy-player__play{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:clamp(3.5rem,3rem + 2.5vw,4.25rem);height:clamp(3.5rem,3rem + 2.5vw,4.25rem);margin:0;padding:0;border:2px solid hsla(0,0%,100%,.88);border-radius:50%;background:rgba(0,0,0,.5);color:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease}.tiktok-lazy-player__play:hover{background:rgba(0,0,0,.65);border-color:#fff;transform:scale(1.04)}.tiktok-lazy-player__play:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.tiktok-lazy-player__play-icon{display:block;width:0;height:0;margin-left:.2rem;border-style:solid;border-width:.65rem 0 .65rem 1.05rem;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.tiktok-lazy-player__blocked-actions{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.tiktok-lazy-player--error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1rem;text-align:center;background:#000}.tiktok-lazy-player__error-msg{margin:0;font-size:clamp(.8rem,.72rem + .2vw,.95rem);color:hsla(0,0%,100%,.88);line-height:1.45}.tiktok-lazy-player__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.92em}.mods-platform-line{margin:0 0 1rem;font-size:clamp(.8rem,.72rem + .2vw,.95rem);color:var(--muted)}.mods-footnote{margin:1.25rem 0 0;font-size:clamp(.8rem,.72rem + .2vw,.95rem);color:var(--muted)}.mods-disclaimer__title{margin-top:0;font-size:clamp(1rem,.8rem + .45vw,1.35rem)}.mods-disclaimer__text{margin:0;line-height:1.55}.mods-detail-copy .mods-detail-list{margin:.75rem 0 1rem;padding-inline-start:1.15rem;line-height:1.55}.mods-detail-inline-link{margin-inline-start:.75rem}.mods-placement-guide__title{margin-bottom:.35rem}.mods-placement-guide__lead{margin-top:0;margin-bottom:0;max-width:44rem;line-height:1.55}.mods-placement-guide__grid{display:grid;gap:clamp(.85rem,2vw,1.25rem);grid-template-columns:1fr;margin-top:1.15rem;align-items:stretch;max-width:min(52rem,100%);margin-inline:auto;justify-items:center}.mods-placement-guide__figure{margin:0;display:flex;flex-direction:column;min-width:0;width:100%;max-width:52rem}.mods-placement-guide__media{position:relative;flex:1 1 auto;width:100%;max-width:52rem;min-width:0;margin-inline:auto;border-radius:.7rem;border:1px solid var(--line);overflow:hidden;background:var(--surface-muted);aspect-ratio:1/1}html[data-theme=dark] .mods-placement-guide__media{background:#121212}.mods-placement-guide__media .progressive-img__lqip,.mods-placement-guide__media .progressive-img__full{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center center}.mods-placement-guide__media:not(.progressive-img) img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center}.tiktok-local-fallback{display:flex;flex-direction:column;gap:.85rem;align-items:center;width:100%}.tiktok-local-fallback__media{width:100%;max-width:17.5rem;margin-inline:auto;border-radius:.5rem;overflow:hidden;aspect-ratio:9/16;background:#000}.tiktok-local-fallback__img{display:block;width:100%;height:100%;object-fit:cover}.tiktok-local-fallback__body{width:100%;max-width:24rem;text-align:center}.tiktok-local-fallback__note{margin:0 0 .75rem;font-size:clamp(.8rem,.72rem + .2vw,.95rem);color:var(--muted);line-height:1.45}.tiktok-carousel__slot--local-fallback.tiktok-carousel__slot--video{position:relative}.tiktok-carousel__placeholder--local-fallback{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(.45rem,1.2vw,.85rem);box-sizing:border-box}.tiktok-carousel__local-note{margin:0 0 .65rem;font-size:clamp(.8rem,.72rem + .2vw,.95rem);color:hsla(0,0%,100%,.95);text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.85)}.tiktok-embed{margin:0 !important}.tiktok-carousel{display:grid;grid-template-columns:auto minmax(0, 1fr) auto;align-items:center;gap:clamp(.35rem,1.5vw,1rem);max-width:100%}.tiktok-carousel__nav{position:relative;z-index:2;flex-shrink:0;width:clamp(2.5rem,2.2rem + 1vw,3rem);height:clamp(2.5rem,2.2rem + 1vw,3rem);border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer;line-height:0;font-size:1.5rem;display:grid;place-items:center;transition:background .15s ease,border-color .15s ease,color .15s ease}.tiktok-carousel__nav:hover{border-color:var(--muted);color:var(--brand)}.tiktok-carousel__viewport{--tiktok-carousel-gap: 1.875rem;position:relative;z-index:0;width:100%;min-width:0;max-width:100%;overflow:hidden;align-items:start;justify-items:center;touch-action:pan-y;cursor:grab}.tiktok-carousel__viewport--is-dragging{cursor:grabbing;touch-action:none;user-select:none}.tiktok-carousel__dots{display:none}@media(max-width: 47.9375rem){.tiktok-carousel__dots{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.55rem;margin-top:.85rem;padding:0 .25rem;box-sizing:border-box}.tiktok-carousel__dots[hidden]{display:none !important}.tiktok-carousel__dot{width:.5rem;height:.5rem;margin:0;padding:0;flex-shrink:0;border-radius:50%;cursor:pointer;border:1px solid var(--line);background:var(--surface-muted);opacity:.42;transition:opacity .48s cubic-bezier(0.33, 1, 0.68, 1),transform .48s cubic-bezier(0.33, 1, 0.68, 1),background .2s ease,border-color .2s ease,box-shadow .2s ease}.tiktok-carousel__dot.is-active{opacity:1;background:var(--text);border-color:var(--text);transform:scale(1.38);box-shadow:0 0 0 1px rgba(0,0,0,.06)}html[data-theme=dark] .tiktok-carousel__dot.is-active{box-shadow:0 0 0 1px hsla(0,0%,100%,.14)}.tiktok-carousel__dot:focus-visible{outline:2px solid var(--brand);outline-offset:3px}}@media(max-width: 47.9375rem)and (prefers-reduced-motion: reduce){.tiktok-carousel__dot{transition-duration:.01ms}}.tiktok-carousel__track{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:max-content;max-width:none;min-width:0;gap:var(--tiktok-carousel-gap, 1.875rem);will-change:transform;transition:transform .48s cubic-bezier(0.33, 1, 0.68, 1)}@media(prefers-reduced-motion: reduce){.tiktok-carousel__track{transition:none}}.tiktok-carousel__track .tiktok-carousel__card{flex:0 0 var(--tiktok-card-w, 12rem);min-width:0;box-sizing:border-box}.tiktok-carousel__track--mobile{gap:0;width:max-content}.tiktok-carousel__track--mobile .tiktok-carousel__card{flex:0 0 var(--tiktok-card-w, 100%)}.tiktok-carousel__card--mobile-adj{opacity:1;transform:none;filter:none;pointer-events:none}.tiktok-carousel__track--mobile .tiktok-carousel__card--active{transform:none;pointer-events:auto;z-index:2}.tiktok-carousel__track--mobile .tiktok-carousel__slot{width:100%;max-width:100%}.tiktok-carousel__card{width:100%;padding:0;border:none;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;overflow:visible;transition:opacity .2s ease,transform .2s ease,filter .2s ease}.tiktok-carousel__card--buffer{pointer-events:none;opacity:.34;transform:scale(0.86);filter:grayscale(0.22)}.tiktok-carousel__card--outer-side{opacity:.34;transform:scale(0.86);filter:grayscale(0.22)}.tiktok-carousel__card--inner-side{opacity:.52;transform:scale(0.9);filter:grayscale(0.12)}.tiktok-carousel__card--inner-side[role=button],.tiktok-carousel__card--outer-side[role=button]{cursor:pointer}.tiktok-carousel__card--inner-side[role=button]:focus-visible,.tiktok-carousel__card--outer-side[role=button]:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.tiktok-carousel__card--active{position:relative;z-index:1;opacity:1;transform:scale(1.06);filter:none}.tiktok-carousel__slot{width:100%;max-width:17.5rem;aspect-ratio:9/16;margin-inline:auto;position:relative;box-sizing:border-box;border-radius:.5rem}.tiktok-carousel__slot--video{overflow:hidden;background:#000}.tiktok-carousel__slot--side{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);background:var(--surface);padding:clamp(.45rem,1.2vw,.65rem)}.tiktok-carousel__slot--side.tiktok-carousel__slot--has-thumb{padding:0;justify-content:flex-end;background:#000}.tiktok-carousel__thumb{position:absolute;inset:0;z-index:0;pointer-events:none}.tiktok-carousel__thumb img{width:100%;height:100%;object-fit:cover;display:block}.tiktok-carousel__thumb-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0.08) 68%, transparent 100%)}.tiktok-carousel__placeholder{position:relative;z-index:2;text-align:center;width:100%;max-width:none;padding:clamp(.45rem,1.2vw,.65rem)}@media(max-width: 47.9375rem){.tiktok-carousel__placeholder--desktop-only{display:none}}.tiktok-carousel__slot--side.tiktok-carousel__slot--has-thumb .tiktok-carousel__placeholder p{color:hsla(0,0%,100%,.92)}.tiktok-carousel__placeholder p{margin:0 0 .75rem;color:var(--muted)}.tiktok-carousel__open{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border-radius:.5rem;border:1px solid var(--line);background:var(--bg);color:var(--text);text-decoration:none;font-weight:600}.tiktok-carousel__open:hover{border-color:var(--muted);color:var(--brand)}.tiktok-carousel__iframe-wrap{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit;overflow:hidden;background:#000}html[data-theme=dark] .tiktok-carousel__iframe-wrap{background:#000}.tiktok-carousel__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}@media(max-width: 47.9375rem){.tiktok-carousel{grid-template-columns:auto minmax(0, 1fr) auto;align-items:center;gap:clamp(.25rem,1.2vw,.5rem)}.tiktok-carousel__nav{width:clamp(2rem,1.75rem + 1.5vw,2.65rem);height:clamp(2rem,1.75rem + 1.5vw,2.65rem);font-size:1.25rem}.tiktok-carousel__viewport{min-height:10rem;padding-inline:.5rem;box-sizing:border-box}}.float-stack{position:fixed;right:clamp(1rem,3vw,1.75rem);bottom:clamp(1rem,3vw,1.75rem);z-index:9999;display:flex;flex-direction:column;align-items:center;gap:clamp(.65rem,1.5vw,.85rem);pointer-events:none}.float-stack>a{pointer-events:auto}.tiktok-float{display:grid;place-items:center;width:clamp(3.1rem,2.5rem + 1.5vw,4.25rem);height:clamp(3.1rem,2.5rem + 1.5vw,4.25rem);border-radius:50%;background:#0f0f0f;color:#fff;box-shadow:0 .25rem 1rem rgba(0,0,0,.35);text-decoration:none;transition:filter .15s ease}.tiktok-float:hover{filter:brightness(1.08)}.tiktok-float:focus-visible{outline:2px solid #25f4ee;outline-offset:3px}.tiktok-float__icon{width:52%;height:52%}.whatsapp-float{display:grid;place-items:center;width:clamp(3.1rem,2.5rem + 1.5vw,4.25rem);height:clamp(3.1rem,2.5rem + 1.5vw,4.25rem);border-radius:50%;background:#25d366;color:#fff;box-shadow:0 .25rem 1rem rgba(0,0,0,.2);text-decoration:none}.whatsapp-float:hover{filter:brightness(1.05)}.whatsapp-float:focus-visible{outline:2px solid #128c7e;outline-offset:3px}.whatsapp-float__icon{width:56%;height:56%}.location-section{padding-bottom:clamp(2rem,5vw,3.5rem)}.location-section__lead{margin-top:0}.location-section__address{margin:0 0 clamp(1rem,2.5vw,1.35rem);font-style:normal;font-size:clamp(.88rem,.8rem + .2vw,1rem);line-height:1.55;color:var(--text);display:grid;gap:.15rem}.location-section__address-line{display:block}.map-embed{position:relative;width:100%;max-width:100%;border-radius:.7rem;border:1px solid var(--line);overflow:hidden;background:var(--surface-muted);aspect-ratio:16/10;min-height:clamp(14rem,42vw,22rem)}.map-embed__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;z-index:0;filter:none}html[data-theme=dark] .map-embed__iframe{filter:invert(88%) hue-rotate(180deg) saturate(0.78) brightness(1.06) contrast(1.08)}.map-embed__marker-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding-bottom:6%;pointer-events:none}.map-embed__marker{display:grid;place-items:center;width:clamp(2.35rem,5vw,2.85rem);height:clamp(2.35rem,5vw,2.85rem);border-radius:50%;border:2px solid var(--line);background:var(--surface);color:var(--brand);box-shadow:0 .2rem .65rem rgba(0,0,0,.2)}html[data-theme=dark] .map-embed__marker{border-color:var(--muted);background:var(--surface);box-shadow:0 .25rem .85rem rgba(0,0,0,.45)}.map-embed__marker-icon{width:42%;height:42%;display:block}.location-section__actions{margin:clamp(.75rem,2vw,1rem) 0 0;font-size:clamp(.88rem,.8rem + .2vw,1rem)}@media(max-width: 47.9375rem){.map-embed{aspect-ratio:4/5;min-height:clamp(16rem,62vw,22rem)}}.accessories-model-lib{padding-top:.25rem;--mw-chase-spread-strong: rgb(0 0 0 / 0.42);--mw-chase-spread-soft: rgb(0 0 0 / 0.14);--mw-chase-ring: rgb(0 0 0 / 0.28)}html[data-theme=dark] .accessories-model-lib{--mw-chase-spread-strong: rgb(255 255 255 / 0.5);--mw-chase-spread-soft: rgb(255 255 255 / 0.12);--mw-chase-ring: rgb(255 255 255 / 0.35)}.accessories-model-lib__title{margin-bottom:.35rem;font-size:clamp(1.05rem,.95rem + .4vw,1.2rem)}.accessories-model-lib__lead{margin-top:0;margin-bottom:1.1rem;max-width:46rem}.accessories-model-lib__grid{display:grid;gap:clamp(.65rem,1.6vw,.9rem);grid-template-columns:1fr;isolation:isolate;list-style:none;margin:0;padding:0}.accessories-model-lib__cell{margin:0;padding:0;min-width:0}.accessories-model-lib__card{position:relative;display:flex;flex-direction:column;gap:.45rem;height:100%;padding:clamp(.85rem,2vw,1.05rem);border-radius:.7rem;border:1px solid var(--line);background:var(--surface);color:var(--text);text-decoration:none;box-shadow:0 .06rem 0 rgba(0,0,0,.04);isolation:isolate;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.accessories-model-lib__card:hover{border-color:var(--muted);box-shadow:0 .35rem 1.25rem rgba(0,0,0,.1);transform:translateY(-1px)}.accessories-model-lib__card:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.accessories-model-lib__grid[data-makerworld-chase] .accessories-model-lib__card::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;opacity:0;pointer-events:none;box-shadow:0 0 0 1px var(--mw-chase-ring),0 0 26px 7px var(--mw-chase-spread-strong),0 0 56px 16px var(--mw-chase-spread-soft)}@media(prefers-reduced-motion: no-preference){.accessories-model-lib__grid[data-makerworld-chase] .accessories-model-lib__cell:nth-child(1) .accessories-model-lib__card::before{animation:accessories-mw-chase-slot1 4.5s cubic-bezier(0.45, 0, 0.55, 1) infinite}.accessories-model-lib__grid[data-makerworld-chase] .accessories-model-lib__cell:nth-child(2) .accessories-model-lib__card::before{animation:accessories-mw-chase-slot2 4.5s cubic-bezier(0.45, 0, 0.55, 1) infinite}.accessories-model-lib__grid[data-makerworld-chase] .accessories-model-lib__cell:nth-child(3) .accessories-model-lib__card::before{animation:accessories-mw-chase-slot3 4.5s cubic-bezier(0.45, 0, 0.55, 1) infinite}@keyframes accessories-mw-chase-slot1{0%{opacity:0}9%{opacity:1}22%{opacity:1}31%{opacity:0}32%,100%{opacity:0}}@keyframes accessories-mw-chase-slot2{0%,34%{opacity:0}42%{opacity:1}55%{opacity:1}64%{opacity:0}65%,100%{opacity:0}}@keyframes accessories-mw-chase-slot3{0%,67%{opacity:0}75%{opacity:1}88%{opacity:1}97%{opacity:0}98%,100%{opacity:0}}}@media(prefers-reduced-motion: no-preference)and (hover: hover){.accessories-model-lib__grid[data-makerworld-chase] .accessories-model-lib__card>*{position:relative;z-index:1}.accessories-model-lib__grid[data-makerworld-chase]:has(.accessories-model-lib__cell .accessories-model-lib__card:is(:hover,:focus-visible)) .accessories-model-lib__card::before{animation-play-state:paused}.accessories-model-lib__grid[data-makerworld-chase]:has(.accessories-model-lib__cell:nth-child(1) .accessories-model-lib__card:is(:hover,:focus-visible)) .accessories-model-lib__cell .accessories-model-lib__card::before,.accessories-model-lib__grid[data-makerworld-chase]:has(.accessories-model-lib__cell:nth-child(2) .accessories-model-lib__card:is(:hover,:focus-visible)) .accessories-model-lib__cell .accessories-model-lib__card::before,.accessories-model-lib__grid[data-makerworld-chase]:has(.accessories-model-lib__cell:nth-child(3) .accessories-model-lib__card:is(:hover,:focus-visible)) .accessories-model-lib__cell .accessories-model-lib__card::before{opacity:0 !important}.accessories-model-lib__grid[data-makerworld-chase] .accessories-model-lib__card::after{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .22s ease;box-shadow:0 0 0 1px var(--mw-chase-ring),0 0 26px 7px var(--mw-chase-spread-strong),0 0 56px 16px var(--mw-chase-spread-soft)}.accessories-model-lib__grid[data-makerworld-chase]:has(.accessories-model-lib__cell:nth-child(1) .accessories-model-lib__card:is(:hover,:focus-visible)) .accessories-model-lib__cell:nth-child(1) .accessories-model-lib__card::after,.accessories-model-lib__grid[data-makerworld-chase]:has(.accessories-model-lib__cell:nth-child(2) .accessories-model-lib__card:is(:hover,:focus-visible)) .accessories-model-lib__cell:nth-child(2) .accessories-model-lib__card::after,.accessories-model-lib__grid[data-makerworld-chase]:has(.accessories-model-lib__cell:nth-child(3) .accessories-model-lib__card:is(:hover,:focus-visible)) .accessories-model-lib__cell:nth-child(3) .accessories-model-lib__card::after{opacity:1}}.accessories-model-lib__card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.accessories-model-lib__platform{font-family:"Orbitron",sans-serif;font-weight:600;font-size:clamp(.95rem,.88rem + .25vw,1.05rem);line-height:1.25;letter-spacing:.02em}.accessories-model-lib__ext{flex-shrink:0;display:flex;color:var(--muted);opacity:.85;transition:color .15s ease,opacity .15s ease}.accessories-model-lib__card:hover .accessories-model-lib__ext{color:var(--text);opacity:1}.accessories-model-lib__hint{font-size:clamp(.8rem,.72rem + .2vw,.95rem);line-height:1.45;color:var(--muted)}.accessories-model-lib__cta{margin-top:auto;padding-top:.2rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--brand)}@media(min-width: 36rem){.accessories-model-lib__grid{grid-template-columns:repeat(3, minmax(0, 1fr));align-items:stretch}}.accessories-gallery-section__title{margin-bottom:.35rem}.accessories-gallery-section__lead{margin-top:0;margin-bottom:1rem;max-width:44rem}.accessories-gallery-group{margin-top:2.25rem}.accessories-gallery-group:first-of-type{margin-top:0}.accessories-gallery-group__title{margin:0 0 .35rem;font-size:clamp(1.02rem,.92rem + .35vw,1.15rem);font-family:"Orbitron",sans-serif;font-weight:600;letter-spacing:.03em}.accessories-gallery-group__lead{margin-top:0;margin-bottom:1rem;max-width:46rem}.accessories-grid{display:grid;gap:clamp(.65rem,1.5vw,1rem);grid-template-columns:1fr;list-style:none;margin:0;padding:0}.accessories-card{position:relative;border-radius:.7rem;border:1px solid var(--line);background:var(--surface);overflow:hidden;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.accessories-card:hover,.accessories-card:focus-visible{border-color:var(--muted);box-shadow:0 .35rem 1.2rem rgba(0,0,0,.12);outline:none}.accessories-card:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.accessories-card__media{position:relative;aspect-ratio:4/3;background:var(--surface-muted);overflow:hidden}.accessories-card__media .progressive-img{position:absolute;inset:0;width:100%;height:100%}.accessories-card__media .progressive-img--accessories-seq.progressive-img--no-lqip .progressive-img__full{opacity:0;transition:opacity .45s ease}.accessories-card__media .progressive-img--accessories-seq.progressive-img--no-lqip.progressive-img--full-ready .progressive-img__full{opacity:1}@media(prefers-reduced-motion: reduce){.accessories-card__media .progressive-img--accessories-seq .progressive-img__full{opacity:1}}.accessories-card__overlay{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:.35rem;padding:clamp(.65rem,2vw,1rem);background:linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.45) 55%, transparent 100%);color:#fff;opacity:0;transition:opacity .2s ease;pointer-events:none}@media(hover: hover)and (pointer: fine){.accessories-card:hover .accessories-card__overlay,.accessories-card:focus-within .accessories-card__overlay{opacity:1}}@media(hover: none),(pointer: coarse){.accessories-card__overlay{opacity:1;background:linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 85%)}.accessories-card__overlay-hint{font-size:.8rem;opacity:.95}}.accessories-card__overlay-title{font-family:"Orbitron",sans-serif;font-weight:600;font-size:clamp(.88rem,.78rem + .35vw,1rem);line-height:1.25}.accessories-card__overlay-text{font-size:clamp(.8rem,.72rem + .2vw,.95rem);line-height:1.4;color:hsla(0,0%,100%,.92);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.accessories-card__overlay-hint{margin-top:.15rem;font-size:clamp(.8rem,.72rem + .2vw,.95rem);color:hsla(0,0%,100%,.78)}.accessories-modal{width:min(56rem,100vw - 2rem);max-height:calc(100vh - 2rem);padding:0;border:1px solid var(--line);border-radius:.7rem;background:var(--surface);color:var(--text);box-shadow:0 1rem 3rem rgba(0,0,0,.25)}.accessories-modal::backdrop{background:rgba(0,0,0,.55)}.accessories-modal__inner{position:relative;display:flex;flex-direction:column;max-height:calc(100vh - 2rem)}.accessories-modal__close{position:absolute;top:.5rem;right:.5rem;z-index:2;width:2.5rem;height:2.5rem;margin:0;padding:0;border:1px solid var(--line);border-radius:.5rem;background:var(--surface);color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease}.accessories-modal__close:hover{background:var(--surface-muted);border-color:var(--muted)}.accessories-modal__body{display:grid;gap:1rem;padding:clamp(1rem,2.5vw,1.35rem);padding-top:3rem;overflow:auto}.accessories-modal__media{border-radius:.5rem;overflow:hidden;border:1px solid var(--line);background:var(--surface-muted);aspect-ratio:4/3}.accessories-modal__img{display:block;width:100%;height:100%;object-fit:contain}.accessories-modal__title{margin:0;font-size:clamp(1rem,.8rem + .45vw,1.35rem)}.accessories-modal__detail{margin:0;line-height:1.55;color:var(--muted)}.accessories-modal__wa{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;margin-top:.35rem;padding:.55rem 1rem;border-radius:.5rem;border:1px solid #128c7e;background:#25d366;color:#08251f;font-weight:600;text-decoration:none;transition:filter .15s ease,transform .12s ease}.accessories-modal__wa:hover{filter:brightness(1.05)}.accessories-modal__wa:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.accessories-modal__wa-icon{display:flex;flex-shrink:0}@media(min-width: 36rem){.accessories-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.accessories-modal__body{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem}.accessories-modal__media{grid-row:span 2;aspect-ratio:1}.accessories-modal__copy{display:flex;flex-direction:column;gap:.75rem;min-width:0}}@media(min-width: 48rem){.accessories-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 64rem){.accessories-grid{grid-template-columns:repeat(5, minmax(0, 1fr))}}.progressive-img{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:var(--surface-muted)}.progressive-img__lqip{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(14px);transform:scale(1.06);transition:opacity .45s ease;pointer-events:none}.progressive-img--full-ready .progressive-img__lqip{opacity:0}.progressive-img__full{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .45s ease}.progressive-img--full-ready .progressive-img__full{opacity:1}.progressive-img--no-lqip .progressive-img__full{opacity:1}@media(prefers-reduced-motion: reduce){.progressive-img__lqip,.progressive-img__full{transition-duration:.01ms}.progressive-img--full-ready .progressive-img__lqip{opacity:0}.progressive-img__full{opacity:1}}.social-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.social-link{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border-radius:.5rem;border:1px solid var(--line);background:var(--surface);color:var(--text);text-decoration:none;font-family:"Inter",sans-serif;font-size:clamp(.8rem,.72rem + .25vw,.95rem);font-weight:600;line-height:1.2;transition:background .15s ease,color .15s ease,border-color .15s ease}.social-link:hover{border-color:var(--muted);color:var(--brand)}.social-link:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.social-link__icon{display:flex;flex-shrink:0}.social-link--facebook:hover{color:#1877f2;border-color:rgba(24,119,242,.45)}.social-link--tiktok:hover{color:var(--text);border-color:var(--muted)}.contact-aside{margin-bottom:1.25rem;padding:1rem 1.1rem;border-radius:.7rem;border:1px solid var(--line);background:var(--surface-muted)}.contact-aside__text{margin:0 0 .75rem;font-size:clamp(.88rem,.8rem + .2vw,1rem);line-height:1.5;color:var(--text)}.contact-page__social-heading{margin-bottom:.5rem}.contact-page__social-block{margin-bottom:1.35rem}.contact-page__photo{margin:0;border-radius:.7rem;border:1px solid var(--line);overflow:hidden;background:var(--surface-muted)}.contact-page__photo .progressive-img{aspect-ratio:4/3;min-height:clamp(12rem,40vw,22rem)}@media(min-width: 48rem){.contact-page.section--split{align-items:stretch}.contact-page__photo{display:flex;flex-direction:column;height:100%;min-height:0}.contact-page__photo .progressive-img{flex:1 1 auto;min-height:0;aspect-ratio:unset}}.connect-strip{padding-bottom:clamp(2rem,5vw,3.5rem)}.connect-strip__title{margin:0 0 .35rem;font-size:clamp(1.15rem,.75rem + 1vw,2rem)}.connect-strip__lead{margin-top:0}.btn.btn--whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:#25d366;border-color:#25d366;color:#fff}.btn.btn--whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff;filter:brightness(1.08)}.site-footer__social-note{margin:0 0 .65rem;font-size:clamp(.82rem,.75rem + .2vw,.95rem);color:var(--muted);line-height:1.45}@media(max-width: 47.9375rem){.site-header__inner{gap:clamp(.4rem,2vw,.75rem)}.site-header__right{gap:.35rem}.header-cta{min-height:clamp(2.35rem,2rem + 1vw,2.65rem);padding:0 .55rem;font-size:clamp(.68rem,.52rem + .45vw,.8rem)}body.nav-drawer-open{overflow:hidden;touch-action:none}.nav-drawer-backdrop.is-active{display:block;position:fixed;inset:0;z-index:19;padding:0;margin:0;border:0;background:rgba(0,0,0,.48);cursor:pointer;animation:nav-backdrop-fade-in .28s ease forwards}.primary-nav{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;position:fixed;top:0;right:0;bottom:0;width:min(20.5rem,88vw);max-width:100%;margin:0;padding:clamp(4.85rem,14vw,5.85rem) 1.35rem 1.75rem;gap:0;background:var(--surface);border:none;border-left:1px solid var(--line);border-radius:0;box-shadow:-0.4rem 0 2rem rgba(0,0,0,.28);z-index:1;transform:translate3d(100%, 0, 0);transition:transform .34s cubic-bezier(0.22, 1, 0.36, 1);will-change:transform;overflow-y:auto;-webkit-overflow-scrolling:touch}.primary-nav.is-open{transform:translate3d(0, 0, 0)}.primary-nav:not(.is-open){pointer-events:none}.primary-nav a{padding:.95rem 0;border-bottom:1px solid var(--line);flex-shrink:0}.primary-nav a:last-of-type{border-bottom:none}}@media(min-width: 36rem){.feature-bar__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 48rem){.site-header__left{gap:1.875rem}.menu-toggle{display:none}.nav-drawer-backdrop{display:none !important}.primary-nav{display:flex;flex-direction:row;align-items:center;position:static;width:auto;height:auto;max-width:none;padding:0;margin:0;background:rgba(0,0,0,0);border:none;box-shadow:none;transform:none !important;transition:none;will-change:auto;overflow:visible;pointer-events:auto}.primary-nav a{padding-block:.2rem;padding-inline:0;border-bottom:none}.feature-bar__grid{grid-template-columns:repeat(4, minmax(0, 1fr))}.card-grid--2{grid-template-columns:repeat(2, minmax(0, 1fr))}.card-grid--3{grid-template-columns:repeat(3, minmax(0, 1fr))}.section--split{grid-template-columns:1fr 1fr}.tiktok-embed-grid{grid-template-columns:repeat(2, minmax(0, 1fr));align-items:start}.tiktok-mods-grid{grid-template-columns:repeat(2, minmax(0, 1fr));align-items:start;justify-items:stretch}.pricing-table{grid-template-columns:repeat(3, minmax(0, 1fr))}.timeline{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 64rem){.site-footer__grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(max-width: 47.9375rem){.social-row{flex-direction:column;align-items:stretch}.social-link{justify-content:center}}@media(prefers-reduced-motion: reduce){.logo-rotator .slide,.hero-rotator .slide{transition:none}}@media(prefers-reduced-motion: reduce)and (max-width: 47.9375rem){.primary-nav{transition-duration:.01ms}.nav-drawer-backdrop.is-active{animation:none}}@media(prefers-reduced-motion: reduce){.hero.hero--banner.hero--has-js .hero__copy-panel.is-active .hero__title,.hero.hero--banner.hero--has-js .hero__copy-panel.is-active .hero__lead{opacity:1;transform:none;animation:none}.hero.hero--banner.hero--has-js .hero__btn{opacity:1;transform:none;animation:none}}
