.contact-page{--contact-bg: #fef7e5;--contact-ink: #fef7e5;--contact-primary: #3e2723;--contact-muted: #a1887f;--contact-deep: #1a0b08;--contact-base: #271310;--contact-card-bg: rgba(255, 251, 244, .92);--contact-card-border: rgba(161, 136, 127, .24);--contact-shadow: 0 8px 30px rgba(62, 39, 35, .08);--contact-shadow-hover: 0 8px 30px rgba(62, 39, 35, .14);width:100%;background:var(--contact-bg);color:var(--contact-primary)}.contact-page__top{background:linear-gradient(180deg,var(--contact-deep) 0%,#1c0c09 22%,#1f0e0b 42%,#22100c 62%,var(--contact-base) 88%,var(--contact-base) 100%);padding:clamp(28px,5vw,52px) 0 clamp(32px,5vw,48px)}.contact-page__top-inner{width:100%;max-width:var(--stitch-section-max, 1280px);margin:0 auto;padding-inline:var(--stitch-section-gutter, clamp(10px, 2vw, 20px));display:flex;flex-direction:column;gap:clamp(32px,5vw,48px);box-sizing:border-box}.contact-page__header{max-width:42rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:clamp(10px,2vw,16px)}.contact-page__title{margin:0;width:100%;text-align:center;font-family:inherit;font-weight:700;font-size:clamp(2rem,8vw,3rem);line-height:1.15;color:var(--contact-ink);-webkit-text-fill-color:var(--contact-ink)}.contact-page__subtitle-row{display:flex;align-items:center;justify-content:center;gap:clamp(10px,2vw,16px);margin-top:clamp(4px,.8vw,8px)}.contact-page__subtitle-line{flex:1 1 0;max-width:72px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(161,136,127,.35) 35%,rgba(201,169,98,.45) 100%)}.contact-page__subtitle-line:last-child{background:linear-gradient(270deg,transparent 0%,rgba(161,136,127,.35) 35%,rgba(201,169,98,.45) 100%)}.contact-page__lead{margin:0;flex:0 1 auto;max-width:28rem;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.55;color:#a1887f}.contact-gallery{display:flex;flex-direction:column;gap:clamp(16px,2.5vw,24px)}.contact-gallery__head{margin-bottom:0}.contact-gallery__track{display:flex;gap:24px;overflow-x:auto;overflow-y:visible;scroll-snap-type:none;scroll-behavior:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;-ms-overflow-style:none;scrollbar-width:none}.contact-gallery__track::-webkit-scrollbar{display:none}.contact-gallery__slide{flex:0 0 min(85vw,720px);margin:0;aspect-ratio:4 / 3;min-height:clamp(280px,46vw,450px);border-radius:12px;overflow:hidden;box-shadow:0 12px 36px #00000047;border:1px solid rgba(161,136,127,.22);background:#1a0b08}.contact-gallery__img,.contact-gallery__slide .loading-image,.contact-gallery__slide .loading-image__img{width:100%;height:100%;object-fit:cover;display:block}.contact-gallery__slide .loading-image{display:block;width:100%;height:100%}.contact-gallery__slide .loading-image__img{width:100%;height:100%;object-fit:cover}.contact-page__beige{background:var(--contact-bg);padding:clamp(32px,5vw,48px) 0 clamp(36px,6vw,64px)}.contact-page__beige-inner{width:100%;max-width:var(--stitch-section-max, 1280px);margin:0 auto;padding-inline:var(--stitch-section-gutter, clamp(10px, 2vw, 20px));display:flex;flex-direction:column;gap:clamp(36px,6vw,64px);box-sizing:border-box}.contact-channels{display:flex;flex-direction:column;gap:clamp(16px,2.5vw,24px)}.contact-page__beige .contact-channels__head{background:none;margin-bottom:0}.contact-page__beige .contact-channels__head .home-stitch-categories__title{color:var(--contact-primary)}.contact-page__beige .contact-channels__head .home-stitch-categories__subtitle{color:var(--contact-muted)}.contact-cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:stretch;gap:clamp(16px,2.5vw,24px)}@media(min-width:640px){.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.contact-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;width:100%;height:100%;min-height:clamp(204px,28vw,232px);box-sizing:border-box;padding:clamp(20px,3vw,28px);border-radius:14px;background:var(--contact-card-bg);border:1px solid var(--contact-card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--contact-shadow);transition:box-shadow .25s ease,transform .25s ease}.contact-card:hover{box-shadow:var(--contact-shadow-hover);transform:translateY(-2px)}.contact-card__icon-wrap{width:64px;height:64px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#e3beb847;border:1px solid rgba(161,136,127,.2)}.contact-card__icon{width:30px;height:30px;object-fit:contain}.contact-card__body{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.contact-card__title{margin:0 0 6px;font-size:1.05rem;font-weight:600;color:var(--contact-primary);flex-shrink:0}.contact-card__value{margin:0;flex:1 1 auto;font-size:.92rem;line-height:1.5;color:var(--contact-muted);overflow-wrap:anywhere;word-break:break-word}.contact-card__action{margin-top:auto;flex-shrink:0;font-size:.82rem;font-weight:600;color:var(--contact-primary);text-decoration:none;border-bottom:1px solid rgba(62,39,35,.28);padding-bottom:2px;transition:border-color .2s ease,opacity .2s ease}.contact-card__action:hover{border-bottom-color:var(--contact-primary)}.contact-map{display:flex;flex-direction:column;gap:12px}.contact-map__link{position:relative;display:block;height:clamp(220px,42vw,384px);border-radius:14px;overflow:hidden;border:1px solid var(--contact-card-border);box-shadow:var(--contact-shadow)}.contact-map__img{width:100%;height:100%;object-fit:cover;filter:grayscale(.15) saturate(.85);opacity:.92}.contact-map__badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.contact-map__badge-pill{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:999px;background:#fef7e5eb;border:1px solid rgba(161,136,127,.28);box-shadow:0 4px 18px #3e27231a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:1rem;font-weight:600;color:var(--contact-primary)}.contact-map__badge-icon{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(15%) sepia(12%) saturate(2500%) hue-rotate(314deg) brightness(95%) contrast(92%)}.contact-map__address{margin:0;text-align:center;font-size:.92rem;line-height:1.5;color:var(--contact-muted)}.contact-page__footer{margin-top:0;background:var(--contact-bg)}.contact-page__top .scroll-reveal--hero{width:100%;text-align:center;opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.contact-page__top .hero-text-bg:before{display:none!important}.contact-page__top .scroll-reveal--hero:not(.scroll-reveal--visible):not(.scroll-reveal--exit) .hero-text-bg{opacity:0;transform:translate3d(0,44px,0) scale(.92);filter:blur(14px)}.contact-page__top .scroll-reveal--hero.scroll-reveal--visible:not(.scroll-reveal--exit) .hero-text-bg{opacity:1;transform:none;filter:none;transition:opacity 1.15s cubic-bezier(.22,1.28,.36,1),transform 1.15s cubic-bezier(.22,1.28,.36,1),filter 1.15s cubic-bezier(.22,1.28,.36,1)}.contact-page__top .hero-text-bg.contact-page__hero-bg{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;margin-inline:auto;text-align:center;padding:clamp(0px,.5vw,4px) 12px clamp(10px,1.8vw,18px)}.contact-cards .contact-card{height:auto}@media(prefers-reduced-motion:reduce){.contact-page__top .scroll-reveal--hero:not(.scroll-reveal--visible) .hero-text-bg{opacity:1;transform:none;filter:none;animation:none!important}}@media(max-width:767px){.contact-gallery__slide{flex-basis:85vw}.stitch-nav{gap:8px}}.products-page{--products-ink: #fef7e5;--products-muted: #a1887f;--products-deep: #1a0b08;--products-base: #271310;--products-card: #3e2723;width:100%;background:linear-gradient(180deg,var(--products-deep) 0%,#1c0c09 18%,#1f0e0b 38%,#22100c 58%,var(--products-base) 78%,#2a1511 92%,rgba(254,247,229,.08) 100%);color:var(--products-ink)}.products-page__top{padding:clamp(20px,4vw,36px) 0 clamp(12px,2.5vw,20px)}.products-page__top-inner{width:100%;max-width:none;margin-inline:0;padding-inline:var(--stitch-section-gutter, clamp(16px, 2.5vw, 32px));display:flex;flex-direction:column;align-items:center;gap:clamp(18px,3vw,28px);box-sizing:border-box}.products-page__search-block{display:flex;align-items:stretch;gap:clamp(10px,2vw,14px);max-width:min(1240px,98vw);margin-inline:auto;width:100%}.products-page__search{flex:1 1 auto;display:flex;align-items:center;gap:12px;min-height:52px;padding:0 clamp(14px,2.5vw,18px);border-radius:999px;border:1px solid rgba(254,247,229,.2);background:#fef7e514;box-shadow:inset 0 1px #fef7e51a,0 8px 24px #0000002e}.products-page__search-icon{width:20px;height:20px;flex-shrink:0;opacity:.72;filter:brightness(0) invert(1)}.products-page__search-input{flex:1 1 auto;min-width:0;border:none;background:transparent;color:var(--products-ink);font:inherit;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.4}.products-page__search-input::placeholder{color:#fef7e57a}.products-page__search-input:focus{outline:none}.products-page__filter-btn{flex-shrink:0;width:52px;min-height:52px;border:1px solid rgba(254,247,229,.24);border-radius:50%;background:#fef7e51a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease}.products-page__filter-btn img{width:20px;height:20px;filter:brightness(0) invert(1);opacity:.88}.products-page__filter-btn:hover{background:#fef7e529;border-color:#fef7e561}.products-page__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(8px,1.5vw,12px);width:100%}.products-page__chip{border:1px solid rgba(254,247,229,.18);border-radius:999px;background:#fef7e50f;color:#fef7e5c7;padding:10px 16px;font:inherit;font-size:clamp(.82rem,1.8vw,.92rem);font-weight:500;line-height:1.2;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.products-page__chip:hover:not(.is-active){background:#fef7e51f;color:var(--products-ink)}.products-page__chip.is-active{background:#fef7e52e;border-color:#fef7e56b;color:var(--products-ink);box-shadow:inset 0 0 0 1px #fef7e514}.products-page__body{padding:clamp(8px,2vw,16px) 0 clamp(36px,6vw,64px)}.products-page__body-inner{width:100%;max-width:none;margin-inline:0;padding-inline:var(--stitch-section-gutter, clamp(16px, 2.5vw, 32px));display:flex;flex-direction:column;gap:clamp(36px,6vw,64px);box-sizing:border-box}.products-page__catalog{display:flex;flex-direction:column;gap:clamp(36px,6vw,64px);animation:products-catalog-enter .62s cubic-bezier(.22,1,.36,1) both}@keyframes products-catalog-enter{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:none}}.products-page__catalog .products-brand-section{animation:products-brand-section-enter .68s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--catalog-section-index, 0) * .1s)}@keyframes products-brand-section-enter{0%{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:none}}.products-page__catalog .products-device-card{animation:products-device-card-enter .66s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--catalog-section-index, 0) * .1s + var(--catalog-card-index, 0) * 65ms + 60ms)}@keyframes products-device-card-enter{0%{opacity:0;transform:translate3d(0,16px,0) scale(.98)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.products-page__catalog,.products-page__catalog .products-brand-section,.products-page__catalog .products-device-card{animation:none}}.products-brand-section--divider{padding-bottom:clamp(28px,5vw,48px);border-bottom:1px solid rgba(254,247,229,.08)}.products-brand-section__head{margin-bottom:clamp(12px,2vw,18px)}.products-brand-section__state-block+.products-brand-section__state-block{margin-top:clamp(20px,3.5vw,32px)}.products-brand-section__state-title{margin:0 0 clamp(10px,1.8vw,14px);padding-inline:var(--stitch-section-gutter, clamp(16px, 2.5vw, 32px));font-family:inherit;font-size:clamp(.92rem,1.9vw,1.05rem);font-weight:600;letter-spacing:.06em;text-transform:uppercase;line-height:1.25;color:#fef7e59e}.products-brand-section__track-wrap{position:relative;--device-card-width: min(296px, 80vw);width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);padding:clamp(12px,2vw,18px) 0 clamp(14px,2vw,20px);overflow:hidden}.products-brand-section__track{display:flex;align-items:flex-start;column-gap:clamp(36px,5vw,56px);row-gap:0;box-sizing:border-box;padding:clamp(8px,1.2vw,12px) var(--stitch-section-gutter, clamp(16px, 2.5vw, 32px)) clamp(10px,1.5vw,14px);overflow-x:auto;overflow-y:visible;scroll-snap-type:none;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-brand-section__track>.products-device-card{scroll-snap-align:start}.products-brand-section__track::-webkit-scrollbar{display:none}.products-device-card{position:relative;flex:0 0 var(--device-card-width);width:var(--device-card-width);min-width:var(--device-card-width);max-width:var(--device-card-width);align-self:flex-start;--card-pad: clamp(14px, 2.2vw, 18px);padding-block:6px;box-sizing:border-box;isolation:isolate}.products-device-card:hover{z-index:2}.products-device-card__btn{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;min-width:0;max-width:100%;height:auto;gap:10px;--card-pad: clamp(14px, 2.2vw, 18px);--photo-radius: 10px;padding:var(--card-pad);border:1px solid rgba(161,136,127,.24);border-radius:14px;background:linear-gradient(180deg,var(--products-base, #271310) 0%,var(--products-base, #271310) 38%,#2e1915 58%,#36201b 74%,#3a231e 88%,var(--products-card, #3e2723) 100%);overflow:hidden;text-align:left;box-shadow:0 10px 28px #0000003d,inset 0 1px #fef7e50f;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .35s ease}.products-device-card.is-overlay-open .products-device-card__btn{cursor:pointer}.products-device-card:hover .products-device-card__btn{transform:translateY(-4px);border-color:#c9a96285;box-shadow:0 16px 36px #0000004d,inset 0 1px #fef7e51a}.products-device-card__state{position:absolute;top:clamp(10px,1.8vw,14px);right:clamp(10px,1.8vw,14px);z-index:3;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.04em;line-height:1.2;color:#fef7e5;background:#fef7e51f;border:1px solid rgba(254,247,229,.24);pointer-events:none}.products-device-card__media-wrap{position:relative;width:100%;max-width:100%;margin-inline:0;flex-shrink:0}.products-device-card__media-btn{display:block;width:100%;padding:0;border:none;background:transparent;cursor:pointer;text-align:left;border-radius:var(--photo-radius, 10px)}.products-device-card__media-btn:focus-visible{outline:2px solid rgba(201,169,98,.72);outline-offset:2px}.products-device-card__head{position:relative;display:flex;flex-direction:column;gap:5px;padding:2px 0 4px;padding-right:clamp(68px,17vw,84px);flex-shrink:0}.products-device-card__brand{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;line-height:1.2;color:#c9a962e0}.products-device-card__title{margin:0;font-family:inherit;font-size:clamp(1.08rem,2.15vw,1.28rem);font-weight:500;line-height:1.18;letter-spacing:-.025em;color:#fef7e5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-wrap:balance;transition:color .3s ease}.products-device-card:hover .products-device-card__title{color:#fff9ed}.products-device-card--accessory .products-device-card__title{font-size:clamp(.98rem,1.95vw,1.12rem);line-height:1.22;letter-spacing:-.015em}.products-device-card__media{position:relative;width:100%;max-width:100%;height:clamp(240px,38vw,320px);overflow:hidden;border-radius:var(--photo-radius, 10px);background:#0000001f;border:1px solid rgba(254,247,229,.08)}.products-device-card__photo-shell{z-index:0}.products-device-card__photo-shell--swap{animation:product-photo-fade-in .38s cubic-bezier(.22,1,.36,1) both;animation-duration:var(--photo-swap-ms, .38s)}@keyframes product-photo-fade-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.products-device-card__photo-shell--swap{animation:none}}.products-device-card__media .loading-image{display:block;width:100%;min-width:100%;height:100%}.products-device-card__media-fade{display:none}.products-device-card__img,.products-device-card__media .loading-image,.products-device-card__media .loading-image__img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.products-device-card:hover .products-device-card__img,.products-device-card:hover .products-device-card__media .loading-image__img{transform:scale(1.06)}.products-device-card__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto}.products-device-card--watch .products-device-card__spec-label{font-size:.66rem}.products-device-card__spec{display:flex;flex-direction:column;gap:5px;padding:10px 11px;border-radius:8px;background:#fef7e512;border:1px solid rgba(254,247,229,.1);transition:background .3s ease,border-color .3s ease}.products-device-card:hover .products-device-card__spec{background:#fef7e51a;border-color:#fef7e529}.products-device-card__spec--wide{grid-column:1 / -1}.products-device-card__spec-label{font-size:.68rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#fef7e585;white-space:nowrap}.products-device-card__spec-value{font-size:clamp(.82rem,1.8vw,.92rem);line-height:1.35;color:var(--products-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-device-card__color-swatches{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:1.35em}.products-device-card__color-dot{width:18px;height:18px;padding:0;border-radius:50%;border:1px solid rgba(254,247,229,.35);box-shadow:inset 0 0 0 1px #0000001f;flex-shrink:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.products-device-card__color-dot.is-active{border-color:#c9a962f2;box-shadow:inset 0 0 0 1px #0000001f,0 0 0 2px #c9a96273;transform:scale(1.08)}.products-device-card__color-dot:focus-visible{outline:2px solid rgba(201,169,98,.72);outline-offset:2px}.products-device-card__subtitle,.products-device-card__cta{display:none}.products-device-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:inherit;background:#1a0b08e0;opacity:0;pointer-events:none;transition:opacity .28s ease}.products-device-card__overlay.is-visible{opacity:1;pointer-events:auto;cursor:pointer}.products-device-card__overlay-inner{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;cursor:pointer}.products-device-card__overlay-title{margin:0 0 4px;font-size:.92rem;line-height:1.45;color:var(--products-ink)}.products-device-card__overlay-link{display:inline-flex;align-items:center;gap:8px;min-width:160px;justify-content:center;padding:10px 14px;border-radius:8px;border:1px solid rgba(254,247,229,.28);background:#fef7e51a;color:var(--products-ink);font-size:.88rem;font-weight:500;text-decoration:none;transition:background .2s ease;cursor:pointer}.products-device-card__overlay-link:hover{background:#fef7e52e}.products-page__footer{margin-top:0;background:#fef7e5;border-top:1px solid rgba(61,32,18,.14)}.products-page__footer .home-stitch-footer__title{color:#3e2723}.products-page__footer .home-stitch-footer__copy,.products-page__footer .home-stitch-footer__link{color:#3d2012b8}.products-page__footer .home-stitch-footer__link:hover{color:#3e2723}.products-page__body .catalog-status{padding:32px 12px}.products-page .scroll-reveal{will-change:auto}.products-page .scroll-reveal--hero,.products-page .scroll-reveal--featured-block,.products-page .scroll-reveal--section{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.products-page__top .scroll-reveal--hero:not(.scroll-reveal--visible):not(.scroll-reveal--exit) .products-page__search-block,.products-page__top .scroll-reveal--featured-block:not(.scroll-reveal--visible):not(.scroll-reveal--exit) .products-page__chips{opacity:0;transform:translate3d(0,36px,0);filter:blur(10px)}.products-page__top .scroll-reveal--hero.scroll-reveal--visible:not(.scroll-reveal--exit) .products-page__search-block,.products-page__top .scroll-reveal--featured-block.scroll-reveal--visible:not(.scroll-reveal--exit) .products-page__chips{opacity:1;transform:none;filter:none;transition:opacity 1s cubic-bezier(.22,1.28,.36,1),transform 1s cubic-bezier(.22,1.28,.36,1),filter 1s cubic-bezier(.22,1.28,.36,1)}@media(max-width:639px){.products-page__chips{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.products-page__chips::-webkit-scrollbar{display:none}.products-page__chip{flex-shrink:0}}@media(prefers-reduced-motion:reduce){.products-page__top .scroll-reveal--hero:not(.scroll-reveal--visible) .products-page__search-block,.products-page__top .scroll-reveal--featured-block:not(.scroll-reveal--visible) .products-page__chips{opacity:1;transform:none;filter:none}}.tech-support-page{--tech-ink: #fef7e5;--tech-cream: #fef7e5;--tech-cream-soft: rgba(254, 247, 229, .12);--tech-cream-muted: rgba(254, 247, 229, .72);--tech-cream-border: rgba(254, 247, 229, .18);--tech-cream-panel: rgba(254, 247, 229, .06);--tech-primary: #3e2723;--tech-muted: #a1887f;--tech-deep: #1a0b08;--tech-base: #271310;--tech-table-row-h: 3.125rem;--tech-table-head-h: 2.75rem;--tech-table-view-h: calc(var(--tech-table-head-h) + var(--tech-table-row-h) * 4);--tech-content-head-h: 6.25rem;--tech-content-head-gap: clamp(1rem, 2.5vw, 1.5rem);--tech-panel-pad: clamp(1.25rem, 3vw, 2.5rem);--tech-panel-height: calc( var(--tech-panel-pad) * 2 + var(--tech-content-head-h) + var(--tech-content-head-gap) + var(--tech-table-view-h) );width:100%;min-height:100%;background:linear-gradient(180deg,var(--tech-deep) 0%,#1c0c09 18%,#1f0e0b 38%,#22100c 58%,var(--tech-base) 78%,#2a1511 92%,rgba(254,247,229,.08) 100%);color:var(--tech-ink)}.tech-support-page__hero{padding:clamp(28px,5vw,52px) var(--stitch-section-gutter, clamp(10px, 2vw, 20px)) clamp(20px,3vw,32px)}.tech-support-page__header{max-width:42rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:clamp(10px,2vw,16px)}.tech-support-page__title{margin:0;width:100%;text-align:center;font-family:inherit;font-weight:700;font-size:clamp(2rem,8vw,3rem);line-height:1.15;color:var(--tech-ink);-webkit-text-fill-color:var(--tech-ink)}.tech-support-page__subtitle-row{display:flex;align-items:center;justify-content:center;gap:clamp(10px,2vw,16px);margin-top:clamp(4px,.8vw,8px)}.tech-support-page__subtitle-line{flex:1 1 0;max-width:72px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(161,136,127,.35) 35%,rgba(201,169,98,.45) 100%)}.tech-support-page__subtitle-line:last-child{background:linear-gradient(270deg,transparent 0%,rgba(161,136,127,.35) 35%,rgba(201,169,98,.45) 100%)}.tech-support-page__lead{margin:0;flex:0 1 auto;max-width:36rem;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.55;color:var(--tech-muted)}.tech-support-page__main{width:100%;max-width:var(--stitch-section-max, 1280px);margin:0 auto;padding:0 var(--stitch-section-gutter, clamp(10px, 2vw, 20px)) clamp(36px,6vw,64px);box-sizing:border-box;position:relative}.tech-support-page__main:before{content:"";position:absolute;top:-1px;left:var(--stitch-section-gutter, clamp(10px, 2vw, 20px));right:var(--stitch-section-gutter, clamp(10px, 2vw, 20px));height:1px;background:linear-gradient(90deg,transparent 0%,rgba(254,247,229,.22) 20%,rgba(254,247,229,.38) 50%,rgba(254,247,229,.22) 80%,transparent 100%);pointer-events:none}.tech-support-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(20px,3vw,32px)}@media(min-width:768px){.tech-support-page__layout{grid-template-columns:minmax(220px,28%) minmax(0,1fr);gap:clamp(24px,3vw,48px);align-items:stretch}}.tech-support-page__panel{background:linear-gradient(145deg,#fef7e517,#fef7e50a 42%,#ffffff05);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--tech-cream-border);border-radius:12px;box-shadow:inset 0 1px #fef7e51f,inset 0 0 0 1px #fef7e50a,0 8px 32px #00000047}@media(hover:none)and (pointer:coarse){.tech-support-page__panel{backdrop-filter:none;-webkit-backdrop-filter:none;background:linear-gradient(145deg,#fef7e524,#fef7e514 42%,#27131038)}.tech-support-page__content.tech-support-page__panel{background:linear-gradient(160deg,#fef7e529,#fef7e514 38%,#2713103d)}}.tech-support-page__content.tech-support-page__panel{background:linear-gradient(160deg,#fef7e51c,#fef7e50d 38%,#27131026)}.tech-support-page__sidebar{padding:clamp(20px,3vw,24px);position:relative}.tech-support-page__sidebar-head{position:relative;margin-bottom:clamp(14px,2vw,18px);padding:var(--stitch-section-head-pad-y, clamp(10px, 1.6vw, 14px)) 0;padding-left:calc(var(--stitch-section-head-gap, 6px) + 2px)}.tech-support-page__sidebar-head:before{content:"";position:absolute;left:0;top:var(--stitch-section-head-pad-y, clamp(10px, 1.6vw, 14px));bottom:var(--stitch-section-head-pad-y, clamp(10px, 1.6vw, 14px));width:2px;background:#fef7e573}.tech-support-page__sidebar-title{margin:0;padding-bottom:0;border-bottom:none;font-family:inherit;font-size:var(--stitch-section-head-size, clamp(1.15rem, 2.4vw, 1.55rem));font-weight:600;letter-spacing:normal;text-transform:none;color:var(--tech-cream)}.tech-support-page__sidebar-sub{margin:clamp(6px,1vw,10px) 0 0;font-size:clamp(.88rem,1.8vw,.95rem);line-height:1.5;color:var(--tech-muted)}.tech-support-page__empty{margin:clamp(32px,6vw,56px) auto;max-width:36rem;padding:0 var(--stitch-section-gutter, clamp(10px, 2vw, 20px));text-align:center;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.55;color:var(--tech-muted)}@media(min-width:768px){.tech-support-page__sidebar{position:sticky;top:calc(80px + 1rem);min-height:var(--tech-panel-height)}}.tech-support-page__nav{display:flex;flex-direction:column;gap:4px}.tech-support-page__nav-btn{width:100%;border:none;border-left:3px solid transparent;border-radius:0 8px 8px 0;background:transparent;padding:12px 16px;text-align:left;font-family:inherit;font-size:clamp(.95rem,2vw,1.05rem);font-weight:500;line-height:1.35;color:#fef7e5b8;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.tech-support-page__nav-btn:hover:not(.is-active){background:var(--tech-cream-soft);color:var(--tech-cream)}.tech-support-page__nav-btn.is-active{background:#fef7e524;border-left-color:var(--tech-cream);color:var(--tech-cream);box-shadow:inset 0 0 0 1px #fef7e514}.tech-support-page__content{position:relative;padding:var(--tech-panel-pad);min-width:0;display:flex;flex-direction:column;height:var(--tech-panel-height);min-height:var(--tech-panel-height);max-height:var(--tech-panel-height);box-sizing:border-box;overflow:hidden}.tech-support-page__content-body{display:flex;flex-direction:column;flex:1;width:100%;min-height:0;height:100%}.tech-support-page__content-body--table{justify-content:flex-start}.tech-support-page__content-body--cta{justify-content:center}.tech-support-page__content-head{display:flex;align-items:flex-start;gap:clamp(14px,2.5vw,20px);margin-bottom:var(--tech-content-head-gap);flex-shrink:0;height:var(--tech-content-head-h);min-height:var(--tech-content-head-h);max-height:var(--tech-content-head-h);overflow:hidden}.tech-support-page__content-icon-wrap,.tech-support-page__cta-icon-wrap{flex-shrink:0;width:clamp(52px,10vw,56px);height:clamp(52px,10vw,56px);border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fef7e524;border:1px solid rgba(254,247,229,.28);color:var(--tech-cream);box-shadow:0 4px 14px #0000002e}.tech-support-page__icon-svg{width:clamp(26px,5vw,30px);height:clamp(26px,5vw,30px)}.tech-support-page__content-title,.tech-support-page__cta-title{margin:0;font-family:inherit;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;line-height:1.25;color:var(--tech-ink)}.tech-support-page__content-desc{margin:8px 0 0;font-size:clamp(.92rem,2vw,1rem);line-height:1.55;color:var(--tech-muted);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.tech-support-page__cta-text{margin:8px 0 0;font-size:clamp(.92rem,2vw,1rem);line-height:1.55;color:var(--tech-muted)}.tech-support-page__table-wrap{flex:0 0 var(--tech-table-view-h);height:var(--tech-table-view-h);min-height:var(--tech-table-view-h);max-height:var(--tech-table-view-h);overflow:hidden;border-radius:10px;border:1px solid rgba(254,247,229,.16);background:#fef7e50a;box-shadow:inset 0 1px #fef7e514}.tech-support-page__table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed;text-align:left}.tech-support-page__table thead,.tech-support-page__table tbody tr{display:table;width:100%;table-layout:fixed}.tech-support-page__table thead tr{background:#fef7e51a;color:#fef7e5bf;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.tech-support-page__table tbody{display:block;overflow-x:hidden;overflow-y:auto;height:calc(var(--tech-table-row-h) * 4);min-height:calc(var(--tech-table-row-h) * 4);max-height:calc(var(--tech-table-row-h) * 4);font-size:clamp(.88rem,1.9vw,.98rem);line-height:1.35;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(254,247,229,.28) transparent}.tech-support-page__table tbody::-webkit-scrollbar{width:6px}.tech-support-page__table tbody::-webkit-scrollbar-thumb{border-radius:999px;background:#fef7e547}.tech-support-page__table th,.tech-support-page__table td{padding:0 clamp(10px,1.8vw,16px);height:var(--tech-table-row-h);max-height:var(--tech-table-row-h);vertical-align:middle;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tech-support-page__table th:first-child,.tech-support-page__table td:first-child{width:34%;padding-left:clamp(18px,3vw,28px);padding-right:clamp(10px,1.8vw,16px)}.tech-support-page__table th:nth-child(2),.tech-support-page__table td:nth-child(2),.tech-support-page__table th:nth-child(3),.tech-support-page__table td:nth-child(3){width:20%}.tech-support-page__table th:nth-child(4),.tech-support-page__table td:nth-child(4){width:26%;padding-right:clamp(14px,2.4vw,22px)}.tech-support-page__table thead th{height:var(--tech-table-head-h);overflow:visible;text-overflow:unset;white-space:normal;line-height:1.25;letter-spacing:.05em;-webkit-hyphens:none;hyphens:none}.tech-support-page__th--duration,.tech-support-page__td--duration{white-space:nowrap;overflow:visible;text-overflow:unset}.tech-support-page__th--model,.tech-support-page__td--model{font-weight:500;color:var(--tech-ink);letter-spacing:.01em}.tech-support-page__th--model{color:#fef7e5bf;letter-spacing:.06em}.tech-support-page__table tbody tr{height:var(--tech-table-row-h);max-height:var(--tech-table-row-h);border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s ease}.tech-support-page__table tbody tr:last-child{border-bottom:none}.tech-support-page__table tbody tr:nth-child(odd){background:#fef7e508}.tech-support-page__table tbody tr:hover{background:#fef7e514}.tech-support-page__td--muted{color:#fef7e59e}.tech-support-page__th--right,.tech-support-page__td--right{text-align:right}.tech-support-page__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;border:1px solid rgba(254,247,229,.28);background:#fef7e529;font-size:.85rem;font-weight:500;color:var(--tech-cream)}.tech-support-page__cta{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:0;padding:clamp(12px,3vw,24px)}.tech-support-page__cta-icon-wrap{width:clamp(72px,14vw,80px);height:clamp(72px,14vw,80px);margin-bottom:clamp(16px,3vw,24px)}.tech-support-page__cta-icon-wrap .tech-support-page__icon-svg{width:clamp(36px,7vw,44px);height:clamp(36px,7vw,44px);opacity:.85}.tech-support-page__cta-text{max-width:28rem}.tech-support-page__cta-btn{margin-top:clamp(20px,3vw,28px);padding:12px 28px;border:1px solid rgba(254,247,229,.55);border-radius:6px;background:#fef7e51a;color:var(--tech-cream);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .25s ease,color .25s ease,border-color .25s ease}.tech-support-page__cta-btn:hover{background:var(--tech-cream);border-color:var(--tech-cream);color:var(--tech-primary)}.tech-support-page__footer{margin-top:0;background:var(--tech-cream);border-top:1px solid rgba(61,32,18,.14)}.tech-support-page__footer .home-stitch-footer__title{color:var(--tech-primary)}.tech-support-page__footer .home-stitch-footer__copy,.tech-support-page__footer .home-stitch-footer__link{color:#3d2012b8}.tech-support-page__footer .home-stitch-footer__link:hover{color:var(--tech-primary)}.tech-support-page__hero .scroll-reveal--hero{width:100%;text-align:center;opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.tech-support-page__hero .hero-text-bg:before{display:none!important}.tech-support-page__hero .scroll-reveal--hero:not(.scroll-reveal--visible):not(.scroll-reveal--exit) .hero-text-bg{opacity:0;transform:translate3d(0,44px,0) scale(.92);filter:blur(14px)}.tech-support-page__hero .scroll-reveal--hero.scroll-reveal--visible:not(.scroll-reveal--exit) .hero-text-bg{opacity:1;transform:none;filter:none;transition:opacity 1.15s cubic-bezier(.22,1.28,.36,1),transform 1.15s cubic-bezier(.22,1.28,.36,1),filter 1.15s cubic-bezier(.22,1.28,.36,1)}.tech-support-page__hero .hero-text-bg.tech-support-page__hero-bg{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;margin-inline:auto;text-align:center;padding:clamp(0px,.5vw,4px) 12px clamp(10px,1.8vw,18px)}.tech-support-page__content-body--idle{opacity:1;transform:none;filter:none}.tech-support-page__content-body--entering{opacity:0;transform:translate3d(0,36px,0) scale(.94);filter:blur(12px)}.tech-support-page__content-body--visible{animation:techSupportContentIn .85s cubic-bezier(.22,1.28,.36,1) both}.tech-support-page__content-body--exiting{animation:techSupportContentOut .48s cubic-bezier(.45,0,.75,.35) forwards;pointer-events:none}@keyframes techSupportContentIn{0%{opacity:0;transform:translate3d(0,36px,0) scale(.94);filter:blur(12px)}to{opacity:1;transform:none;filter:none}}@keyframes techSupportContentOut{0%{opacity:1;transform:none;filter:none}to{opacity:0;transform:translate3d(0,28px,0) scale(.96);filter:blur(10px)}}@media(prefers-reduced-motion:reduce){.tech-support-page__hero .scroll-reveal--hero:not(.scroll-reveal--visible) .hero-text-bg,.tech-support-page__content-body--idle,.tech-support-page__content-body--entering,.tech-support-page__content-body--visible,.tech-support-page__content-body--exiting{animation:none!important;opacity:1;transform:none;filter:none}}.admin-shell{min-height:100vh;background:#fef7e5;color:#3d2012;font-family:"Source Sans 3",system-ui,sans-serif}.admin-phone{max-width:1100px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.admin-stick{position:sticky;top:0;z-index:40;background:linear-gradient(180deg,#fef7e5 85%,#fef7e500);padding-bottom:8px}.admin-app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 8px}.admin-app-brand strong{font-family:Cinzel,Georgia,serif;font-size:1.35rem;letter-spacing:.04em}.admin-app-sub{display:block;font-size:.85rem;opacity:.65;margin-top:2px}.admin-icon-btn{width:40px;height:40px;border-radius:12px;border:1px solid rgba(61,32,18,.15);background:#ede2d5;color:#3d2012;font-size:1.2rem;cursor:pointer;transition:background .2s,transform .2s}.admin-icon-btn:hover:not(:disabled){background:#e0d3c4;transform:rotate(-20deg)}.admin-icon-btn:disabled{opacity:.5;cursor:not-allowed}.admin-cat-scroll{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:4px 16px 12px;scrollbar-width:none}.admin-cat-scroll::-webkit-scrollbar{display:none}.admin-chip{flex:0 0 auto;border:1px solid rgba(61,32,18,.2);background:#ede2d5;color:#3d2012;padding:8px 14px;border-radius:999px;font-family:Fjalla One,sans-serif;font-size:13px;cursor:pointer;transition:.2s}.admin-chip:hover{background:#3d201214}.admin-chip.is-active{background:#3d2012;color:#fef7e5;border-color:#3d2012}.admin-chip--featured.is-active{background:#8b5a2b}.admin-main{flex:1;padding:8px 16px 24px}.admin-toolbar{margin-bottom:16px}.admin-title{margin:0;font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:700}.admin-toolbar-hint{margin:6px 0 0;opacity:.7;font-size:.88rem}.admin-banner{padding:12px 14px;border-radius:12px;margin-bottom:16px;font-size:.92rem}.admin-banner--ok{background:#2e7d321f;border:1px solid rgba(46,125,50,.35);color:#2e5c32}.admin-banner--err{background:#b71c1c1a;border:1px solid rgba(183,28,28,.35);color:#8b1a1a}.admin-panel{background:#ede2d5;border:1px solid rgba(61,32,18,.1);border-radius:18px;padding:18px;box-shadow:0 8px 24px #3d20120f}.admin-panel__title{margin:0 0 8px;font-family:Cinzel,serif;font-size:1.15rem}.admin-toolbar-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.admin-search{flex:1;min-width:200px;display:flex;flex-direction:column;gap:6px}.admin-search span{font-size:.8rem;font-weight:600;opacity:.75}.admin-search input{height:40px;border:none;border-radius:999px;padding:0 16px;background:#fef7e5;color:#3d2012;font-size:.95rem}.admin-search input:focus{outline:2px solid rgba(61,32,18,.25)}.admin-btn{border:none;border-radius:12px;padding:10px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:.2s;font-family:inherit}.admin-btn:disabled{opacity:.55;cursor:not-allowed}.admin-btn--primary{background:#3d2012;color:#fef7e5}.admin-btn--primary:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.admin-btn--ghost{background:transparent;color:#3d2012;border:1px solid rgba(61,32,18,.25)}.admin-btn--ghost:hover:not(:disabled){background:#3d20120f}.admin-btn--danger{background:transparent;color:#a33;border:1px solid rgba(163,51,51,.35)}.admin-btn--danger:hover:not(:disabled){background:#a3333314}.admin-btn--icon{min-width:36px;padding:6px 10px}.admin-product-list{display:flex;flex-direction:column;gap:16px}.admin-product-card{background:#fef7e5;border:1px solid rgba(61,32,18,.12);border-radius:18px;overflow:hidden;box-shadow:0 4px 14px #3d20120d}.admin-product-card--draft{border-style:dashed;border-color:#3d201259;background:#faf4ea}.admin-product-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.admin-product-card__head:hover{background:#ede2d58c}.admin-product-card__head-text{min-width:0;flex:1}.admin-product-card__head-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.admin-product-card__select{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:#3d2012b8;cursor:pointer;-webkit-user-select:none;user-select:none}.admin-product-card__select input{width:16px;height:16px;accent-color:#3e2723;cursor:pointer}.admin-product-card__chevron{font-size:1rem;line-height:1;opacity:.55;transition:transform .25s ease}.admin-product-card--open .admin-product-card__chevron{transform:rotate(0)}.admin-product-card__body{max-height:0;overflow:hidden;opacity:0;padding:0 16px;transform:translateY(-6px);transition:max-height .55s cubic-bezier(.22,1,.36,1),opacity .35s ease,padding .35s ease,transform .45s ease}.admin-product-card--open .admin-product-card__body{max-height:4000px;opacity:1;padding:0 16px 16px;transform:translateY(0)}.admin-product-card__title{margin:0;font-size:1.1rem;font-weight:700}.admin-product-card__sub{margin:4px 0 0;font-size:.85rem;opacity:.65}.admin-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:999px}.admin-badge--draft{background:#8b5a2b26;color:#6b4423}.admin-badge--unsaved{background:#a333331f;color:#8b2e2e}.admin-form-sections{display:flex;flex-direction:column;gap:14px}.admin-form-section{background:#ede2d573;border-radius:14px;padding:12px}.admin-form-section__title{margin:0 0 10px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.75}.admin-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.admin-form-grid--service{grid-template-columns:1fr}.admin-field{display:flex;flex-direction:column;gap:4px}.admin-field--full{grid-column:1 / -1}.admin-label{font-size:.78rem;font-weight:600;opacity:.8}.admin-input{width:100%;box-sizing:border-box;border:1px solid rgba(61,32,18,.15);border-radius:10px;padding:9px 11px;background:#fef7e5;color:#3d2012;font-size:.9rem;font-family:inherit}.admin-input:focus{outline:2px solid rgba(61,32,18,.2);border-color:#3d20124d}.admin-input--area{resize:vertical;min-height:72px}.admin-input--select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#3d2012 50%),linear-gradient(135deg,#3d2012 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% + 2px),calc(100% - 11px) calc(50% + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:28px}.admin-image-slots__hint{margin:0 0 8px;font-size:.8rem;opacity:.75;line-height:1.4}.admin-image-slots__hint code{font-size:.85em}.admin-image-slots__warn,.admin-image-slots__err{margin:0 0 8px;font-size:.8rem}.admin-image-slots__warn{color:#7a5a00}.admin-image-slots__err{color:#9b2c2c}.admin-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.admin-image-slot{display:flex;flex-direction:column;gap:6px}.admin-image-slot.is-uploading .admin-image-drop{pointer-events:none;opacity:.85}.admin-image-slot__tag{font-size:.72rem;opacity:.7;display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.admin-image-slot__color-dot{display:inline-block;width:12px;height:12px;border-radius:50%;border:1px solid rgba(61,32,18,.25);vertical-align:middle}.admin-colors-editor{display:flex;flex-direction:column;gap:10px}.admin-colors-editor__hint{margin:0;font-size:.8rem;opacity:.75;line-height:1.4}.admin-colors-editor__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.admin-colors-editor__row{display:grid;grid-template-columns:auto auto 1fr auto;gap:8px;align-items:center}.admin-colors-editor__index{width:1.4rem;text-align:center;font-size:.78rem;opacity:.65}.admin-colors-editor__picker-wrap{position:relative;width:36px;height:36px;cursor:pointer}.admin-colors-editor__picker{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer}.admin-colors-editor__preview{display:block;width:36px;height:36px;border-radius:50%;border:2px solid rgba(61,32,18,.2);box-shadow:inset 0 0 0 1px #00000014;pointer-events:none}.admin-colors-editor__name{min-width:0}.admin-colors-editor__remove,.admin-colors-editor__add{justify-self:start}.admin-image-drop{position:relative;height:140px;border:2px dashed rgba(61,32,18,.25);border-radius:12px;background:#ffffff59;display:grid;place-items:center;overflow:hidden;cursor:pointer;transition:border-color .2s,background .2s}.admin-image-drop:hover{border-color:#3d201273;background:#ffffff8c}.admin-image-drop__preview{width:100%;height:100%;object-fit:cover;display:block}.admin-image-drop__placeholder{font-size:.78rem;opacity:.65;text-align:center;padding:8px}.admin-image-drop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#3d201273;color:#fef7e5;font-size:.8rem;font-weight:600}.admin-image-drop__file{display:none}.admin-input--url{font-size:.82rem}.admin-image-slot__clear{align-self:flex-start;border:none;background:none;color:#9b2c2c;font-size:.75rem;cursor:pointer;padding:0;text-decoration:underline}.admin-image-slot__clear:disabled{opacity:.5;cursor:not-allowed}.admin-service-items{display:flex;flex-direction:column;gap:8px}.admin-service-items__head,.admin-service-items__row{display:grid;grid-template-columns:1.3fr .9fr .9fr 1fr 36px;gap:8px;align-items:center}.admin-service-items__head{font-size:.75rem;font-weight:700;opacity:.7;text-transform:uppercase;letter-spacing:.04em}@media(max-width:560px){.admin-service-items__head{display:none}.admin-service-items__row{grid-template-columns:1fr;padding:10px;background:#fef7e5;border-radius:12px;border:1px solid rgba(61,32,18,.1)}}.admin-product-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(61,32,18,.1)}@media(prefers-reduced-motion:reduce){.admin-product-card__body{transition:opacity .2s ease,padding .2s ease;transform:none}.admin-product-card--open .admin-product-card__body{transform:none}}.admin-empty{text-align:center;padding:32px 16px;opacity:.7;font-size:.95rem}.admin-featured-textarea{width:100%;box-sizing:border-box;border-radius:12px;border:1px solid rgba(61,32,18,.15);padding:12px;background:#fef7e5;font-family:ui-monospace,monospace;font-size:.88rem;margin:12px 0;resize:vertical}.admin-featured-preview{display:flex;flex-direction:column;gap:8px}.admin-featured-preview__card{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(61,32,18,.12);background:#fef7e5b8}.admin-featured-preview__img{width:56px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#3e2723}.admin-featured-preview__meta{display:flex;flex-direction:column;gap:4px;min-width:0;font-size:.88rem}.admin-featured-preview__meta strong{font-weight:600;line-height:1.25}.admin-featured-preview__meta span{color:#3d20129e;font-size:.8rem}.admin-save-all-dock{position:sticky;bottom:0;z-index:30;margin:0 16px 12px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,#fef7e5eb,#fef7e5 40%);border:1px solid rgba(61,32,18,.12);box-shadow:0 -8px 24px #3d201214;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-save-all-dock__hint{margin:0 0 10px;font-size:.88rem;text-align:center;opacity:.75}.admin-btn--wide{width:100%}.admin-app-footer{display:flex;gap:12px;justify-content:center;padding:16px;border-top:1px solid rgba(61,32,18,.1);background:#ede2d5}.admin-footer-btn,.admin-footer-link{padding:10px 18px;border-radius:12px;font-weight:600;text-decoration:none;font-size:.9rem}.admin-footer-btn{border:none;background:#3d2012;color:#fef7e5;cursor:pointer}.admin-footer-link{background:#fef7e5;color:#3d2012;border:1px solid rgba(61,32,18,.2)}.admin-login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#fef7e5}.admin-login-card{width:100%;max-width:400px;background:#ede2d5;border-radius:20px;padding:28px;box-shadow:0 12px 32px #3d20121a;border:1px solid rgba(61,32,18,.08)}.admin-login-card h1{margin:0 0 8px;font-family:Cinzel,serif;font-size:1.5rem}.admin-login-form{display:flex;flex-direction:column;gap:14px;margin-top:20px}.admin-login-form label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600}.admin-field-error{color:#a33;font-size:.88rem;margin:0}.admin-muted{opacity:.7;font-size:.88rem}.admin-link{color:#3d2012;font-weight:600}.admin-card--danger{border-color:#a333334d;background:#faf0ee}.admin-otp-card{max-width:400px}.admin-otp-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;flex-wrap:wrap}.admin-recaptcha-host{min-height:0;margin:0;overflow:hidden}.admin-otp-error-block{margin-top:12px}.admin-otp-retry{margin-top:8px;width:100%}.admin-otp-recaptcha-hint{font-size:.85rem;margin:0 0 12px;text-align:center}.admin-otp-actions--shell{max-width:400px;width:100%;margin:16px auto 0;padding:0 16px}.admin-panel--accessory-cats{margin-bottom:1rem}.admin-accessory-cats{display:flex;flex-direction:column;gap:8px;margin:12px 0}.admin-accessory-cats__row{display:grid;grid-template-columns:minmax(88px,120px) 1fr auto;gap:8px;align-items:center}.admin-accessory-cats__id{font-size:.72rem;color:#ffffff73;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-accessory-cats__add{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.admin-accessory-cats__add .admin-input{flex:1 1 180px}.borlu-legacy{background-color:#fef7e5;min-height:100vh;overflow-x:hidden;font-family:Satoshi,"Source Sans 3",system-ui,sans-serif}.borlu-page-scroll{position:relative;overflow-x:hidden;overflow-y:visible}.borlu-page-scroll .app-header,.borlu-page-scroll .chip-bar{position:relative;z-index:20;background-color:#fef7e5}.borlu-page-scroll--home .app-header{background:#1a0b08}.borlu-page-scroll--home .app-header--stitch{position:sticky;top:0;z-index:50;background:#1a0b08;padding:16px clamp(16px,4vw,48px);box-shadow:none}.app-header--stitch .header-top{align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.app-header--stitch .brand-col{flex:1 1 auto;min-width:0}.brand--stitch{gap:0}.brand--stitch .borlu-brand-title{color:#fef7e5;font-size:clamp(1.65rem,4.5vw,2.65rem);line-height:1.08}.brand--stitch .borlu-brand-owner{color:#a1887f;font-size:clamp(.72rem,1.8vw,1rem);opacity:1;text-transform:uppercase;letter-spacing:.14em;margin-top:4px}.brand--stitch .logo{width:clamp(52px,12vw,72px);height:clamp(52px,12vw,72px);flex-shrink:0;border-radius:8px;box-shadow:0 2px 12px #00000038}.line--stitch{background:#a1887f73}.stitch-nav{display:flex;align-items:center;flex-shrink:0;margin-left:auto;gap:clamp(10px,2vw,24px)}.stitch-nav__link{border:none;background:transparent;padding:0 0 3px;font-family:Satoshi,"Source Sans 3",system-ui,sans-serif;font-size:clamp(.68rem,2vw,.95rem);font-weight:400;letter-spacing:.02em;color:#a1887f;cursor:pointer;white-space:nowrap;transition:color .25s ease,border-color .25s ease,opacity .2s ease;border-bottom:1px solid transparent}.stitch-nav__link:hover,.stitch-nav__link.is-active{color:#fef7e5}.stitch-nav__link.is-active{border-bottom-color:#fef7e5}.stitch-nav__link:active{opacity:.75}.borlu-page-scroll .borlu-view-root,.borlu-page-scroll .home-bottom-stack{position:static}.borlu-view-root{display:block}.app-header{padding:20px 24px}html,body{margin:0;padding:0;overflow-x:hidden;overflow-y:auto;height:auto;min-height:100%}#root{min-height:100%;height:auto}.header-top{display:flex;align-items:center;gap:24px}.brand-col{display:flex;flex-direction:column;width:max-content}.brand{display:flex;align-items:center;gap:12px}.logo{width:80px;height:80px;object-fit:cover;border-radius:8px}.brand-text{display:flex;flex-direction:column;line-height:1.1}.borlu-brand-title{color:#3d2012;font-size:40px;font-family:Cinzel;font-weight:700}.borlu-brand-owner{font-size:18px;opacity:.6}.line{margin-top:10px;height:1px;width:100%;background:#3d201233}.search-box{flex:1;min-width:0;height:28px;display:flex;align-items:center;gap:10px;background:#ede2d5;padding:8px 14px;border-radius:999px}.search-box input{flex:1;border:none;outline:none;background:transparent;font-size:14px;font-family:Fjalla One;color:#3d2012}.search-box input::placeholder{color:#3d201280}.search-box img{width:18px;height:18px;opacity:.7}.chip-bar{display:flex;align-items:center;gap:12px;padding:10px 16px;width:100%;box-sizing:border-box}.chip-container{display:flex;flex-wrap:wrap;gap:10px;flex:1;min-width:0;align-content:flex-start}.chip{background:#ede2d5;border:1px solid rgba(61,32,18,.2);color:#3d2012;padding:8px 14px;border-radius:999px;cursor:pointer;font-size:13px;font-family:Fjalla One;transition:.2s;flex-wrap:wrap;display:inline-flex}.chip:hover{background:#3d201214}.chip.active{background:#3d2012;color:#fef7e5}.filter-btn{flex:0 0 auto;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:transparent;cursor:pointer}.filter-btn img{width:20px;height:20px}.filter-btn--search{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:32px;height:32px;margin-left:auto;padding:0;border-radius:10px}.search-box .filter-btn--search img{width:20px;height:20px}.filter-btn--bar{display:none!important}@media(max-width:500px){.app-header{padding:16px 12px}.header-top{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}.brand-col{width:100%;display:flex;flex-direction:column;align-items:center}.brand{justify-content:center;gap:10px}.logo{width:64px;height:64px}.brand-text{align-items:center;text-align:center}.borlu-brand-title{font-size:32px}.borlu-brand-owner{font-size:16px}.line{width:80%;margin:8px auto 0}.search-box{flex:1 1 100%;width:100%;max-width:100%;min-width:0;height:38px;margin:0;box-sizing:border-box;gap:8px;padding:8px 10px 8px 14px}.chip-bar{padding:8px 0 10px;gap:0}.chip-container{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:10px;padding-left:8px;padding-right:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chip-container::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;white-space:nowrap}}@keyframes view-root-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.borlu-view-root.view-root--enter>*{animation:view-root-enter .7s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.borlu-view-root.view-root--enter>*{animation:none;opacity:1;transform:none}}@media(max-width:768px){.mini-card-img{image-rendering:auto}}.scroll-to-top-fab{position:fixed;z-index:2000;right:max(16px,env(safe-area-inset-right,0px));bottom:max(22px,env(safe-area-inset-bottom,0px));width:42px;height:42px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(61,32,18,.28);background:#bab0a2f5;color:#3d2012;box-shadow:0 4px 14px #0000001a,0 2px 6px #0000000f;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(14px) scale(.92);transition:opacity .3s ease,transform .3s cubic-bezier(.33,1,.68,1),visibility .3s ease}.scroll-to-top-fab--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.scroll-to-top-fab:hover{background:#bab0a2;box-shadow:0 8px 22px #0000001f,0 3px 8px #00000014}.scroll-to-top-fab:focus-visible{outline:2px solid #3d2012;outline-offset:3px}.scroll-to-top-fab__icon{font-size:17px;font-weight:600;line-height:1;margin-top:-2px}@media(prefers-reduced-motion:reduce){.scroll-to-top-fab{transition:opacity .2s ease,visibility .2s ease}}.home-hero{margin:10px auto;padding:24px 0 8px;width:100%;max-width:100%;text-align:center;color:#3c2a21;animation:fadeUp 1s ease;overflow:visible}.hero-text-bg{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;max-width:500px;margin:0 auto;padding:14px 24px}.hero-text-bg:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:120vw;height:100%;background:linear-gradient(to right,transparent 10%,#ede2d5 50%,transparent 100%);border-radius:14px;z-index:0}.welcome-title,.welcome-subtitle{position:relative;z-index:1;margin:0}.welcome-title{font-family:inherit;font-size:48px;font-weight:700;margin:0;color:#3d2012;text-transform:uppercase;text-align:center;display:inline-block;line-height:1.15}.welcome-title:after{content:"";position:absolute;top:0;left:-120%;width:45%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.28) 50%,transparent 100%);transform:skew(-18deg);animation:shine 5s infinite}.welcome-subtitle{font-family:inherit;font-size:16px;font-weight:400;opacity:.7;margin-top:6px;line-height:1.4}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shine{0%{left:-120%}to{left:140%}}@media(max-width:500px){.welcome-title{font-size:32px}}.home-scene{position:relative;width:100%;max-width:100%;margin-top:-20px;padding:0;overflow:visible;display:flex;justify-content:center;align-items:flex-start}@media(min-width:720px){.home-premium-stage .home-scene,.home-premium-stage .home-showcase-row .home-scene{justify-content:flex-start}}.filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0403ad;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:flex-end}.filter-panel{--filter-ink: #fef7e5;--filter-muted: #a1887f;--filter-deep: #1a0b08;--filter-base: #271310;--filter-card: #3e2723;--filter-gold: #c9a962;width:min(340px,94vw);max-width:min(340px,94vw);height:100vh;height:100dvh;box-sizing:border-box;background:linear-gradient(180deg,rgba(201,169,98,.05) 0%,transparent 18%),linear-gradient(180deg,var(--filter-deep) 0%,#1c0c09 16%,var(--filter-base) 52%,#2e1915 78%,var(--filter-card) 100%);color:var(--filter-ink);font-family:Satoshi,"Source Sans 3",system-ui,sans-serif;border-left:1px solid rgba(201,169,98,.22);box-shadow:-20px 0 56px #0000007a,inset 1px 0 #fef7e50f;display:flex;flex-direction:column;min-height:0;padding:0;overflow:hidden;animation:filter-slide-in .48s cubic-bezier(.22,1,.36,1)}.filter-panel.closing{animation:filter-slide-out .42s cubic-bezier(.22,1,.36,1) forwards}@keyframes filter-slide-in{0%{transform:translate(100%);opacity:.92}to{transform:translate(0);opacity:1}}@keyframes filter-slide-out{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:.92}}.filter-header{position:relative;flex-shrink:0;padding:clamp(24px,4.5vw,32px) clamp(22px,4vw,28px) clamp(18px,3vw,22px);box-sizing:border-box}.filter-close{position:absolute;top:clamp(18px,3.5vw,24px);right:clamp(18px,3.5vw,24px);width:34px;height:34px;border:1px solid rgba(254,247,229,.16);border-radius:50%;background:#fef7e50a;color:#fef7e5b8;font-family:inherit;font-size:1.35rem;font-weight:300;line-height:1;display:grid;place-items:center;padding:0;cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.filter-close:hover{color:var(--filter-ink);border-color:#c9a9626b;background:#c9a9621a;transform:rotate(90deg)}.filter-header h2{margin:0;padding-right:42px;color:#fef7e5;font-family:inherit;font-size:var(--stitch-section-head-size, clamp(1.15rem, 2.4vw, 1.55rem));font-weight:600;letter-spacing:normal;line-height:1.25}.filter-header__lede{margin:clamp(6px,1vw,10px) 0 0;padding-right:42px;color:var(--filter-muted);font-size:clamp(.9rem,1.8vw,1rem);font-weight:500;line-height:1.5;letter-spacing:normal}.filter-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:0 clamp(22px,4vw,28px) clamp(16px,3vw,20px);box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(201,169,98,.28) transparent}.filter-group{border-bottom:1px solid rgba(254,247,229,.08);padding:0;cursor:pointer;transition:background .24s ease;position:relative}.filter-group:first-child{border-top:1px solid rgba(254,247,229,.08)}.filter-group:hover{background:#fef7e508}.filter-group.open,.filter-group.has-selection{background:#fef7e50a}.filter-group.open{border-bottom-color:#c9a9622e}.filter-group__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:clamp(14px,2.6vw,16px) 0}.filter-group__titles{min-width:0;flex:1 1 auto}.filter-group__meta{flex-shrink:0;display:flex;align-items:center;gap:8px;padding-top:2px}.filter-title{color:var(--filter-ink);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1.25}.filter-title2{color:var(--filter-muted);font-size:.74rem;font-weight:500;line-height:1.4;margin-top:5px;letter-spacing:.01em}.filter-group__count{min-width:20px;height:20px;padding:0 6px;border-radius:999px;border:1px solid rgba(201,169,98,.38);background:#c9a9621f;color:var(--filter-gold);font-size:.68rem;font-weight:700;letter-spacing:.04em;display:inline-flex;align-items:center;justify-content:center}.sidebar-arrow{width:10px;height:10px;border-right:1.5px solid rgba(254,247,229,.42);border-bottom:1.5px solid rgba(254,247,229,.42);transform:rotate(-45deg);transition:transform .28s ease,border-color .28s ease}.filter-group:hover .sidebar-arrow{border-color:#fef7e5b8}.filter-options{max-height:0;overflow:hidden;display:flex;flex-direction:column;gap:0;margin-top:0;transition:max-height .38s cubic-bezier(.22,1,.36,1),margin .28s ease}.filter-group.open .filter-options{max-height:280px;margin-top:0;margin-bottom:clamp(10px,2vw,14px);overflow-y:auto;padding-top:2px;border-top:1px solid rgba(254,247,229,.06)}.filter-group.open .sidebar-arrow{transform:rotate(45deg);border-color:var(--filter-gold)}.filter-options label{display:flex;align-items:center;gap:12px;font-size:.86rem;font-weight:500;color:#fef7e5c7;cursor:pointer;padding:10px 0 10px 2px;border-bottom:1px solid rgba(254,247,229,.05);transition:color .2s ease,padding-left .2s ease}.filter-options label:last-child{border-bottom:none}.filter-options label:hover,.filter-options label.is-checked{color:var(--filter-ink)}.filter-options label:hover{padding-left:6px}.filter-options input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex-shrink:0;width:15px;height:15px;border:1px solid rgba(254,247,229,.28);border-radius:3px;display:grid;place-content:center;background:#00000038;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.filter-options input[type=checkbox]:checked{border-color:#c9a962b8;background:#c9a9622e;box-shadow:inset 0 0 0 1px #c9a96229}.filter-options input[type=checkbox]:checked:before{content:"";width:7px;height:4px;border-left:1.5px solid var(--filter-gold);border-bottom:1.5px solid var(--filter-gold);transform:rotate(-45deg) translateY(-1px)}.filter-footer{flex-shrink:0;display:grid;grid-template-columns:1fr 1.35fr;gap:10px;padding:clamp(16px,3vw,20px) clamp(22px,4vw,28px) clamp(22px,4vw,28px);border-top:1px solid rgba(254,247,229,.1);background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.18) 100%),#1a0b08b8;box-shadow:inset 0 1px #c9a96214}.reset-filters-btn{width:100%;border:1px solid rgba(254,247,229,.18);border-radius:8px;background:transparent;color:#fef7e5ad;font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:13px 10px;cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease}.reset-filters-btn:hover{color:var(--filter-ink);background:#fef7e50f;border-color:#fef7e547}.save-filters-btn{width:100%;border:1px solid rgba(201,169,98,.52);border-radius:8px;background:linear-gradient(180deg,#c9a96257,#c9a96229);color:var(--filter-ink);font:inherit;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:13px 12px;cursor:pointer;box-shadow:0 10px 24px #0000003d,inset 0 1px #fef7e51f;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}.save-filters-btn:hover{transform:translateY(-1px);border-color:#c9a962b8;background:linear-gradient(180deg,#c9a9626b,#c9a96233);box-shadow:0 14px 28px #00000047,inset 0 1px #fef7e529}.home-bottom-stack{margin-top:60px;margin-bottom:80px;padding:0 clamp(16px,3vw,24px);align-items:start;display:grid;gap:clamp(14px,2vw,20px);grid-auto-rows:max-content;justify-content:center;position:static;width:100%;max-width:100%;box-sizing:border-box;font-family:inherit;overflow:visible}@media(max-width:899px){.home-bottom-stack{grid-template-columns:min(320px,100%);justify-content:center}}@media(min-width:900px){.home-bottom-stack{grid-template-columns:repeat(3,minmax(0,min(320px,calc((100% - 2 * clamp(14px,2vw,20px)) / 3))));justify-content:center}}.info-card{background:#ede2d5;border-radius:16px;box-shadow:0 6px 18px #00000014;position:relative;overflow:visible;align-self:start}.info-header{height:64px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:relative;z-index:2}.info-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.22,1,.36,1)}.info-content-inner{overflow:hidden;min-height:0;padding:0 16px}.info-card.open .info-content{grid-template-rows:1fr}.info-card.open .info-content-inner{padding:16px}.info-card.open{contain:layout style}.home-page-flow .store-slider-skeleton{width:100%;height:360px;border-radius:12px;background:#0000001f}.info-header h3{display:flex;width:100%;align-items:center;justify-content:center;margin:0;position:relative;font-family:inherit;font-size:16px;font-weight:600;color:#3d2012}.info-header h3:after{content:"";position:absolute;right:0;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.55;transition:transform .32s ease}.info-card.open .info-header h3:after{transform:rotate(-135deg) translateY(2px)}.store-info{width:100%;display:flex;flex-direction:column;gap:6px}.store-box{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}.store-img{width:60px;height:60px;border-radius:12px;object-fit:cover}.store-name{font-weight:600;margin-bottom:6px}.map-link{display:flex;align-items:center;gap:6px;font-family:inherit;font-size:13px;font-weight:400;color:#3d2012;text-decoration:none;opacity:.8}.map-link img{width:16px;height:16px}.wp-img,.map-img{width:16px;height:16px;object-fit:contain;display:block;flex-shrink:0}.contact-box{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:#ffffff4d;text-decoration:none;font-family:inherit;color:#3d2012;font-size:14px;font-weight:400}.contact-item img{width:18px;height:18px}.legal-text{font-family:inherit;font-size:13px;font-weight:400;opacity:.8;line-height:1.4;color:#3d2012}.product-grid{margin-top:15px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,max-content));justify-content:center;align-items:start;gap:30px;perspective:1200px;padding:30px 30px 48px;box-sizing:border-box}.borlu-pcard{position:relative;background:#bab0a2;color:#fef7e5;width:300px;border-radius:22px;overflow:visible;box-shadow:0 4px 14px #00000014,0 12px 36px #00000024,0 24px 56px #0000001a;cursor:pointer;transition:transform .5s cubic-bezier(.33,1,.68,1),box-shadow .55s cubic-bezier(.33,1,.68,1)}.borlu-pcard .device-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.3px;color:#3c2a21;z-index:5;background:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);box-shadow:inset 0 1px #ffffff59,inset 0 -1px #00000026,0 6px 18px #00000040;overflow:hidden}.borlu-pcard>*:not(.card-overlay-inner){transition:filter .3s ease}.borlu-pcard.show-overlay>*:not(.card-overlay-inner){filter:blur(3px) brightness(.7)}.card-overlay-inner{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;box-sizing:border-box;opacity:0;transform:scale(1.05);transition:opacity .3s ease,transform .3s ease;z-index:12;border-radius:inherit;cursor:pointer}.borlu-pcard.show-overlay .card-overlay-inner{opacity:1;transform:scale(1)}.card-overlay-inner .card-overlay-title{color:#fff;margin:0;font-size:14px;font-weight:600;text-align:center;line-height:1.4;max-width:24em}.card-overlay-inner .overlay-wa{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;border-radius:10px;background:#2f2f2f;color:#fff;text-decoration:none;font-size:12px;min-width:200px;box-sizing:border-box}.card-overlay-inner .overlay-wa img{width:16px;height:16px;object-fit:contain;flex-shrink:0}.borlu-pcard .device-badge:before{content:"";position:absolute;top:-40%;left:-30%;width:160%;height:160%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.35) 45%,transparent 60%);transform:rotate(20deg);pointer-events:none}.borlu-pcard .card-header{padding:12px 90px 12px 12px;position:relative}.borlu-pcard .card-header h2{margin:0;font-size:22px;position:relative;color:#fef7e5;text-shadow:0 1px 0 rgba(255,255,255,.3),0 6px 12px rgba(0,0,0,.15);font-family:inherit;font-weight:600}.borlu-pcard .card-header p{margin:4px 0 0;font-size:12px;opacity:.7}.borlu-pcard .image-slider{position:relative;margin:0 12px 12px;width:calc(100% - 24px);height:400px;border-radius:12px;overflow:hidden;box-sizing:border-box}.borlu-pcard .nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10}.borlu-pcard .dots{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.borlu-pcard .dot{cursor:pointer;border-radius:50%;background:#fff6;flex-shrink:0}.borlu-pcard .dot.active{background:#fff}.borlu-pcard.oemSystems .image-slider{margin-top:16px}.borlu-pcard .slides{transition:transform .9s cubic-bezier(.22,1,.36,1);will-change:transform;display:flex;height:100%}.borlu-pcard .slide{min-width:100%;height:100%;position:relative}.borlu-pcard .slide img,.borlu-pcard .slide .loading-image__img{width:100%;height:100%;object-fit:cover;display:block}.borlu-pcard .slide .loading-image{min-height:100%}.borlu-pcard .nav{background:#00000080;font-size:22px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;border:none;color:#fff;cursor:pointer;transition:background .3s ease}.borlu-pcard .nav:hover{background:#000000b3}.borlu-pcard .prev{left:12px}.borlu-pcard .next{right:12px}.borlu-pcard .dots{bottom:18px}.borlu-pcard .dot{width:7px;height:7px}.borlu-pcard .dot.active{transform:scale(1.2)}.borlu-pcard .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px;align-items:stretch}.borlu-pcard .info-box{background:#fef7e5;color:#3d2012;padding:10px;border-radius:12px;font-size:12px;display:flex;align-items:center;gap:8px;flex-direction:row;border:1.5px solid #a28c80;box-sizing:border-box;min-height:0;height:100%;align-self:stretch}.borlu-pcard .info-box img{width:18px;height:18px;flex-shrink:0}.borlu-pcard .info-text{display:flex;flex-direction:column;gap:3px;min-width:0}.borlu-pcard .info-text .label{font-size:12px;opacity:.7}.borlu-pcard .info-text .value{font-size:12px;font-weight:600;line-height:1.25;word-break:break-word}.borlu-pcard .info-color-swatches{display:inline-flex;flex-wrap:wrap;gap:5px;align-items:center}.borlu-pcard .info-color-dot{width:16px;height:16px;border-radius:50%;border:1px solid rgba(61,32,18,.2);box-shadow:inset 0 0 0 1px #00000014}.borlu-pcard .info-grid--odd .info-box:last-child{grid-column:1 / -1}.product-grid .borlu-pcard.other.other-mini{position:relative;width:300px;max-width:100%;height:auto;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;background:#bab0a2;box-shadow:0 10px 20px #0000001a,0 4px 8px #0000000f;transition:all .4s cubic-bezier(.165,.84,.44,1);cursor:pointer;border:1px solid rgba(254,247,229,.1);justify-self:center;box-sizing:border-box}.borlu-pcard.other.other-mini.show-overlay>*:not(.card-overlay-inner){filter:blur(3px) brightness(.7)}.product-grid .borlu-pcard.other.other-mini .other-mini__media{position:relative;flex:0 0 auto;margin:12px 12px 0;width:calc(100% - 24px);height:400px;border-radius:12px;overflow:hidden;z-index:0;box-sizing:border-box}.product-grid .borlu-pcard.other.other-mini .other-mini__media:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,rgba(0,0,0,.2),transparent);z-index:1;pointer-events:none}.product-grid .borlu-pcard.other.other-mini .other-mini__media .image-slider{position:relative;margin:0;width:100%;height:400px;border-radius:12px;overflow:hidden;box-sizing:border-box}.product-grid .borlu-pcard.other.other-mini .other-mini__media .slides{display:flex;height:100%}.product-grid .borlu-pcard.other.other-mini .other-mini__media .slide{min-width:100%;height:100%}.product-grid .borlu-pcard.other.other-mini .other-mini__media .slide img,.product-grid .borlu-pcard.other.other-mini .other-mini__media .slide .loading-image__img{width:100%;height:100%;object-fit:cover;filter:none;transition:transform .6s ease}.product-grid .borlu-pcard.other.other-mini .other-mini__media .nav{z-index:3}.product-grid .borlu-pcard.other.other-mini .other-mini__media .dots{z-index:3;bottom:12px}.product-grid .borlu-pcard.other.other-mini .mini-card-info{z-index:2;position:relative;width:100%;flex-shrink:0}.product-grid .borlu-scard{width:400px;max-width:100%;box-sizing:border-box;background:#bab0a2;color:#fef7e5;border-radius:22px;box-shadow:0 4px 16px #0000000f,0 12px 36px #0000001a,0 24px 48px #0000000f;position:relative;isolation:isolate;align-self:start;overflow:hidden;transition:box-shadow .55s cubic-bezier(.33,1,.68,1)}@media(hover:hover)and (pointer:fine){.borlu-pcard:hover{transform:translateY(-6px) scale(1.012);box-shadow:0 6px 18px #00000017,0 15px 40px #00000026,0 28px 58px #0000001b}.product-grid .borlu-pcard.other.other-mini:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 38px #00000026,0 15px 12px #00000014}.product-grid .borlu-pcard.other.other-mini:hover .other-mini__media .slide img,.product-grid .borlu-pcard.other.other-mini:hover .other-mini__media .slide .loading-image__img.is-loaded{transform:scale(1.05)}.product-grid .borlu-scard:hover{box-shadow:0 5px 18px #0001,0 14px 38px #0000001b,0 26px 52px #0001}}.service-header{padding:22px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;width:100%;box-sizing:border-box;cursor:pointer}.service-header h3{margin:0;font-size:22px;width:100%;text-align:center;line-height:1.25;text-shadow:0 1px 0 rgba(255,255,255,.3),0 6px 12px rgba(0,0,0,.15)}.service-hint{font-size:12px;opacity:.6;color:#3d2012;display:block;width:100%;max-width:28em;margin:0 auto;text-align:center;line-height:1.35}.service-details{max-height:0;overflow:hidden;opacity:0;padding:0 14px;transition:max-height .35s ease,opacity .35s ease,padding .35s ease}.borlu-scard.open{z-index:5}.borlu-scard.open .service-details{max-height:min(340px,52vh);opacity:1;padding:10px 14px 14px}.service-details__scroll{max-height:min(300px,48vh);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(61,32,18,.45) rgba(254,247,229,.25)}.service-details__scroll::-webkit-scrollbar{width:6px}.service-details__scroll::-webkit-scrollbar-track{background:#fef7e533;border-radius:999px}.service-details__scroll::-webkit-scrollbar-thumb{background:#3d201273;border-radius:999px}.service-table-header{display:grid;grid-template-columns:1.2fr 1fr 1fr .9fr;font-size:16px;margin-top:10px;margin-bottom:6px;column-gap:12px;color:#fef7e5}.service-row{display:grid;grid-template-columns:1.2fr 1fr 1fr .9fr;font-size:13px;padding:8px 0;border-top:1px solid rgba(61,32,18,.1);column-gap:12px;align-items:center}.service-col{min-width:0;word-break:break-word}.service-col-model{text-align:left;justify-self:stretch}.service-col-original{text-align:center;justify-self:stretch}.service-col-yan{text-align:right;justify-self:stretch}.service-col-duration{text-align:right;justify-self:stretch;color:#fef7e5d1}@media(max-width:500px){.product-grid{display:flex;flex-direction:column;align-items:center;gap:36px;padding:16px 16px 44px}.borlu-pcard{width:90%;max-width:340px;border-radius:16px}.product-grid .borlu-pcard.other.other-mini{width:90%;max-width:340px}.borlu-pcard:not(.other) .image-slider,.product-grid .borlu-pcard.other.other-mini .other-mini__media,.product-grid .borlu-pcard.other.other-mini .other-mini__media .image-slider{height:min(400px,62vh)}.product-grid .borlu-scard{width:min(400px,94vw)}}.borlu-legacy .catalog-section-heading{margin:28px auto 12px;max-width:1100px;padding:0 24px;font-family:Cinzel,Georgia,serif;font-size:1.35rem;font-weight:700;color:#3d2012}.borlu-legacy .catalog-section-heading--first{margin-top:8px}.borlu-legacy .legacy-logo-placeholder{width:80px;height:80px;border-radius:8px;background:linear-gradient(145deg,#ede2d5,#cfb69a);border:1px solid rgba(61,32,18,.12);display:grid;place-items:center;font-family:Cinzel,serif;font-weight:700;color:#3d2012;font-size:28px}.borlu-legacy .legacy-search-icon{opacity:.7;flex-shrink:0}.borlu-legacy .image-slider--empty{display:grid;place-items:center;background:#00000014;color:#ffffff80;font-size:13px}.borlu-legacy .image-slider--static .slides{transform:none!important}.borlu-legacy .image-slider--static{touch-action:pan-y}.catalog-status{padding:48px 24px;text-align:center;max-width:520px;margin:0 auto}.catalog-status__title{font-family:Cinzel,serif;font-size:1.25rem;margin-bottom:12px;color:#3d2012}.catalog-status__err{color:#8b2e2e;margin-bottom:8px}.borlu-legacy .legacy-info-icon{font-size:15px;line-height:1;opacity:.85}.mini-scroll-wrapper{width:100%}.mini-scroll{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-padding-left:24px;padding:20px 0}.mini-card:first-child{margin-left:24px}.mini-scroll::-webkit-scrollbar{display:none}.mini-grid{display:grid;grid-template-columns:1fr;gap:20px;padding:20px clamp(16px,4vw,24px) 8px}@media(min-width:640px){.mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.mini-grid .mini-card{min-width:0;width:100%;height:260px}.mini-grid .mini-card:first-child{margin-left:0}.mini-section--grid{margin-top:0;padding-top:clamp(32px,5vw,56px)}.mini-card{position:relative;min-width:190px;height:260px;border-radius:22px;overflow:hidden;display:flex;align-items:flex-end;background:#bab0a2;box-shadow:0 10px 20px #0000001a,0 4px 8px #0000000f;transition:all .4s cubic-bezier(.165,.84,.44,1);cursor:pointer;border:1px solid rgba(254,247,229,.1)}.mini-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 38px #00000026,0 15px 12px #00000014}.mini-card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .6s ease}.mini-card:hover .mini-card-img,.mini-card:hover .loading-image__img.mini-card-img{transform:scale(1.1)}.mini-card-info{position:relative;z-index:2;width:100%;padding:10px;background:#3d2012bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(254,247,229,.2);display:flex;flex-direction:column;gap:2px;align-items:center}.mini-card-title{font-size:15px;font-family:Fjalla One,sans-serif;color:#fef7e5;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.3);text-align:center;line-height:1.2}.mini-card-notes{display:block;width:100%;min-height:1.25em;font-size:11px;font-family:Satoshi,"Source Sans 3",sans-serif;font-weight:500;color:#fef7e5;opacity:.85;text-align:center;letter-spacing:.2px;line-height:1.3;word-break:break-word}.mini-card:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,rgba(0,0,0,.2),transparent);z-index:1;pointer-events:none}.mini-section{margin-top:50px;padding-bottom:20px}.mini-header{display:flex;align-items:center;gap:15px;padding:0 24px;margin-bottom:5px}.mini-title{white-space:nowrap;font-size:21px;font-family:Cinzel,serif;font-weight:700;color:#3d2012;letter-spacing:1px}.mini-top-line{height:2px;flex-grow:1;background:linear-gradient(to right,rgba(61,32,18,.3),transparent)}.mini-bottom-line{height:1px;width:calc(100% - 48px);margin:10px auto 0;background:linear-gradient(to right,transparent,rgba(61,32,18,.15),transparent)}.store-box .image-slider{position:relative;overflow:hidden;width:100%;height:360px;border-radius:12px}.store-box .slides{display:flex;height:100%;transition:transform .6s ease}.store-box .slide{min-width:100%;height:100%}.store-box .slide img,.store-box .slide .loading-image__img{width:100%;height:100%;object-fit:cover}.store-box .slide .loading-image{height:100%}.store-box .nav{position:absolute;top:50%;transform:translateY(-50%);background:#0006;color:#fff;border:none;cursor:pointer;font-size:20px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;z-index:10;transition:background .3s ease}.store-box .nav:hover{background:#0009}.store-box .prev{left:10px}.store-box .next{right:10px}.store-box .dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px}.store-box .dot{width:6px;height:6px;border-radius:50%;background:#fff6}.store-box .dot.active{background:#fff}.legal-page{min-height:100vh;background:#f5ebe0;color:#3d2012}.legal-page__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid rgba(61,32,18,.12);background:#ede2d5}.legal-page__brand{display:flex;align-items:center;text-decoration:none;color:#3d2012;font-family:Cinzel,serif;font-weight:700;font-size:1rem}.legal-page__back{font-size:.9rem;color:#6b3f28;text-decoration:none}.legal-page__back:hover{text-decoration:underline}.legal-page__main{max-width:960px;margin:0 auto;padding:24px 20px 48px;display:grid;gap:32px}@media(min-width:800px){.legal-page__main{grid-template-columns:1fr 220px;align-items:start}}.legal-doc{background:#ede2d5;border-radius:16px;padding:24px 20px;box-shadow:0 6px 18px #00000014}.legal-doc__title{margin:0 0 8px;font-family:Cinzel,serif;font-size:1.5rem;color:#3d2012}.legal-doc__meta{margin:0 0 24px;font-size:.85rem;opacity:.75}.legal-doc-section{margin-bottom:20px}.legal-doc-section__title{margin:0 0 10px;font-size:1rem;font-weight:700;color:#4a2818}.legal-doc-section__p{margin:0 0 10px;font-size:.92rem;line-height:1.55;opacity:.92}.legal-doc-section__p a{color:#6b3f28;font-weight:600}.legal-doc-section__list{margin:0;padding-left:1.25rem;font-size:.92rem;line-height:1.55;opacity:.92}.legal-doc-section__list li{margin-bottom:8px}.legal-page__aside{background:#ede2d5;border-radius:16px;padding:16px;box-shadow:0 4px 12px #0000000f}.legal-page__aside-title{margin:0 0 12px;font-size:.9rem;font-weight:700}.legal-page__nav{list-style:none;margin:0;padding:0}.legal-page__nav li{margin-bottom:6px}.legal-page__nav-link{display:block;padding:8px 10px;border-radius:8px;font-size:.88rem;color:#3d2012;text-decoration:none;background:#ffffff40}.legal-page__nav-link:hover{background:#ffffff73}.legal-page__nav-link--active{font-weight:700;background:#ffffff8c}.legal-summary{margin:0 0 12px;font-size:13px;line-height:1.45;color:#3d2012;opacity:.9}.legal-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.legal-links__item a{display:block;padding:10px 12px;border-radius:10px;background:#ffffff59;color:#3d2012;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s ease}.legal-links__item a:hover{background:#ffffff8c}.legal-links__item a:focus-visible{outline:2px solid #6b3f28;outline-offset:2px}.legal-footer-note{margin:14px 0 0;font-size:12px;line-height:1.4;opacity:.75;color:#3d2012}.info-card--legal.open .info-content{grid-template-rows:1fr}.phone-showcase{width:100%;max-width:100%;margin:4px auto 0;padding:0;position:relative;overflow:visible;box-sizing:border-box;contain:layout style}.home-premium-stage .phone-showcase{height:auto;contain:none}.phone-showcase__canvas{width:100%!important;height:100%!important;display:block;touch-action:none;overflow:visible}.phone-showcase__canvas canvas{image-rendering:auto;-webkit-tap-highlight-color:transparent}@media(min-width:720px){.home-premium-stage .phone-showcase__canvas canvas{image-rendering:-webkit-optimize-contrast}}@media(min-width:1400px){.phone-showcase__canvas canvas{image-rendering:high-quality}}.phone-showcase-fallback{width:100%;height:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#3d2012;opacity:.75}.phone-showcase-fallback__ring{width:48px;height:48px;border:3px solid rgba(61,32,18,.15);border-top-color:#6b3f28;border-radius:50%;animation:phoneShowcaseSpin .9s linear infinite}.phone-showcase-fallback__text{margin:0;font-size:.9rem}@keyframes phoneShowcaseSpin{to{transform:rotate(360deg)}}@media(min-width:900px){.phone-showcase{height:clamp(300px,min(40vh,34vw),480px)}}@media(min-width:720px){.home-premium-stage .phone-showcase{margin-top:0}}@media(max-width:719px){.phone-showcase:not(.home-premium-stage .phone-showcase){height:clamp(260px,min(44vh,40vw),460px)}.home-premium-stage .phone-showcase,.home-premium-stage .phone-showcase-fallback{contain:none;overflow:visible;width:var(--showcase-w, min(100%, calc(100vw - 32px) ));height:var(--showcase-h, min(calc((100vw - 32px) * 10 / 13), 72vh));min-height:var(--showcase-h, min(calc((100vw - 32px) * 10 / 13), 72vh));aspect-ratio:13 / 10}.phone-showcase__canvas{touch-action:none}}.home-page-flow{position:relative;margin-top:0;padding-top:0;padding-bottom:120px;isolation:isolate;overflow:visible;min-height:0}.home-page-flow__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;contain:strict}.borlu-page-scroll--home .home-page-flow__bg{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100dvh}.borlu-page-scroll--home .home-page-flow{position:relative;z-index:1}.borlu-page-scroll--home .home-page-flow__base{background:linear-gradient(180deg,#fef7e5,#faf2e6 6%,#f4e8d4 14%,#ead9c0,#dcc8aa,#ccb592,#b9a080,#a48d6e,#8f7a5e,#7a684f 84%,#6a5a44,#5c4e3c)}.home-page-flow__orbs{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;filter:blur(18px);opacity:.58;background:radial-gradient(ellipse 48% 36% at 18% 10%,rgba(201,169,98,.17),transparent 58%),radial-gradient(ellipse 42% 34% at 84% 16%,rgba(212,175,116,.14),transparent 55%),radial-gradient(ellipse 52% 40% at 62% 28%,rgba(255,248,235,.08),transparent 60%),radial-gradient(ellipse 38% 30% at 38% 62%,rgba(255,252,245,.06),transparent 58%),radial-gradient(ellipse 60% 48% at 50% 85%,rgba(61,32,18,.16),transparent 62%)}.home-page-flow__spotlight{position:absolute;top:-12%;right:-8%;bottom:-12%;left:-8%;filter:blur(32px);opacity:.5;background:radial-gradient(ellipse 55% 45% at 50% 42%,rgba(255,250,240,.18) 0%,rgba(235,215,180,.09) 32%,rgba(190,160,120,.03) 55%,transparent 78%)}.home-page-flow__spotlight--warm{top:-14%;right:-6%;bottom:-14%;left:-6%;filter:blur(58px);opacity:.58;background:radial-gradient(ellipse 40% 32% at 70% 55%,rgba(212,175,116,.14) 0%,rgba(201,169,98,.05) 42%,transparent 72%),radial-gradient(ellipse 34% 28% at 25% 35%,rgba(255,248,235,.1) 0%,transparent 68%),radial-gradient(ellipse 30% 24% at 48% 78%,rgba(212,175,116,.06) 0%,transparent 70%)}.home-page-flow__base-glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.7;background:radial-gradient(ellipse 70% 42% at 50% 18%,rgba(255,248,235,.22),transparent 62%),radial-gradient(ellipse 55% 38% at 72% 72%,rgba(201,169,98,.17),transparent 68%),radial-gradient(ellipse 45% 35% at 22% 58%,rgba(212,175,116,.09),transparent 65%),radial-gradient(ellipse 40% 32% at 88% 38%,rgba(255,252,245,.07),transparent 62%)}.home-page-flow__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.48;background:linear-gradient(108deg,transparent 28%,rgba(255,248,235,.04) 40%,rgba(255,252,245,.12) 50%,rgba(255,248,235,.04) 60%,transparent 72%);background-size:260% 100%}.home-page-flow__shimmer--soft{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.3;background:linear-gradient(72deg,transparent 36%,rgba(212,175,116,.04) 46%,rgba(255,252,245,.08) 52%,rgba(212,175,116,.04) 58%,transparent 68%);background-size:220% 100%}.home-page-flow__shimmer--veil{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.26;background:linear-gradient(165deg,transparent 30%,rgba(255,252,245,.03) 44%,rgba(255,248,235,.06) 50%,rgba(255,252,245,.03) 56%,transparent 70%);background-size:200% 200%}.home-page-flow__grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.012;animation:none;background-image:linear-gradient(rgba(201,169,98,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(201,169,98,.1) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.35) 8%,black 18%,black 88%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.35) 8%,black 18%,black 88%,transparent 100%)}.home-page-flow__sparkles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:.62}.home-page-flow__sparkle{position:absolute;width:3px;height:3px;border-radius:50%;background:#fff8dccc;box-shadow:0 0 10px 2px #d4af7452}.home-page-flow__sparkle--lg{width:4px;height:4px;box-shadow:0 0 12px 3px #d4af7461}.home-page-flow__sparkle:nth-child(1){left:12%;top:8%;animation-delay:0s}.home-page-flow__sparkle:nth-child(2){left:78%;top:12%;animation-delay:2.4s}.home-page-flow__sparkle:nth-child(3){left:48%;top:6%;animation-delay:4.8s}.home-page-flow__sparkle:nth-child(4){left:88%;top:34%;animation-delay:1.2s}.home-page-flow__sparkle:nth-child(5){left:10%;top:42%;animation-delay:3.6s}.home-page-flow__sparkle:nth-child(6){left:62%;top:52%;animation-delay:5.5s}.home-page-flow__sparkle:nth-child(7){left:32%;top:72%;animation-delay:2s}.home-page-flow__sparkle:nth-child(8){left:72%;top:82%;animation-delay:4.2s}.home-page-flow__sparkle:nth-child(9){left:42%;top:28%;animation-delay:6s}.home-page-flow__base-glow--lite{opacity:.5;animation:premiumFlowGlowLite 26s ease-in-out infinite alternate;transition:opacity .32s cubic-bezier(.22,1,.36,1)}.home-page-flow__shimmer--lite{opacity:.18;animation:premiumFlowShimmerLite 34s ease-in-out infinite;transition:opacity .32s cubic-bezier(.22,1,.36,1)}.home-page-flow__sparkles--lite{opacity:.48;transition:opacity .32s cubic-bezier(.22,1,.36,1)}.home-page-flow__sparkles--lite .home-page-flow__sparkle{animation:premiumFlowSparkleLite 7.5s ease-in-out infinite;will-change:opacity,transform}.home-page-flow__sparkles--lite .home-page-flow__sparkle:nth-child(1){left:14%;top:10%;animation-delay:0s}.home-page-flow__sparkles--lite .home-page-flow__sparkle:nth-child(2){left:76%;top:14%;animation-delay:2.2s}.home-page-flow__sparkles--lite .home-page-flow__sparkle:nth-child(3){left:46%;top:8%;animation-delay:4.4s}.home-page-flow__sparkles--lite .home-page-flow__sparkle:nth-child(4){left:86%;top:36%;animation-delay:1.1s}.home-page-flow__sparkles--lite .home-page-flow__sparkle:nth-child(5){left:12%;top:44%;animation-delay:3.3s}.home-page-flow__sparkles--lite .home-page-flow__sparkle:nth-child(6){left:58%;top:26%;animation-delay:5.6s}.home-page-flow__top-fade{position:absolute;top:0;left:0;right:0;height:160px;background:linear-gradient(180deg,#fef7e5 0%,#fdf6e4 6%,#fbf3df 12%,#f8eed8 18%,rgba(248,238,220,.38) 26%,transparent 48%);pointer-events:none}.home-page-flow>section{position:relative;z-index:1}.home-hero{padding-top:0;overflow:visible}.home-premium-stage{position:relative;margin:0 auto;padding:8px 0 16px;overflow:visible}.home-premium-stage .hero-text-bg,.home-premium-stage .home-showcase-row,.home-premium-stage .home-scene{position:relative;z-index:1}.home-showcase-row{--showcase-aspect: 13 / 10;--showcase-w: min(100%, calc(100vw - 24px) );--brand-card-w: var(--showcase-w);--showcase-h: min(calc(var(--showcase-w) * 10 / 13), min(68vh, 480px));display:flex;flex-direction:column;align-items:center;gap:clamp(12px,3vw,20px);width:100%;overflow:visible}.brand-word-carousel{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex-shrink:0;-webkit-user-select:none;user-select:none}.promo-installment{--promo-ink: #1a0e08;--promo-ink-soft: #2a150c;--promo-ink-muted: #3d2012;--promo-read-shadow: 0 1px 0 rgba(254, 247, 229, .95), 0 2px 10px rgba(254, 247, 229, .55)}.promo-installment__card{position:relative;box-sizing:border-box;width:var(--brand-card-w);max-width:100%;height:var(--showcase-h);border-radius:clamp(16px,2.8vw,22px);border:2px solid var(--promo-ink-soft, #2a150c);background:transparent;box-shadow:none;overflow:visible}.promo-installment__card:before{content:"";position:absolute;inset:clamp(5px,1.2vw,8px);border-radius:calc(clamp(16px,2.8vw,22px) - 4px);border:1px solid rgba(61,32,18,.38);pointer-events:none;z-index:0}.promo-installment__card:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;border:1px solid rgba(201,169,98,.22);pointer-events:none;z-index:0}.promo-installment__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:clamp(10px,2vw,16px);height:100%;padding:clamp(16px,3vw,26px) clamp(18px,3.5vw,28px);box-sizing:border-box;border-radius:calc(clamp(16px,2.8vw,22px) - 2px);background:#fef7e52e}.promo-installment__badge-row{display:flex;align-items:center;gap:8px}.promo-installment__badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;font-family:Segoe UI,system-ui,sans-serif;font-size:clamp(.65rem,2.2vw,.74rem);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--promo-ink-soft, #2a150c);background:#fef7e58c;border:1px solid rgba(42,21,12,.65);box-shadow:none;animation:promo-badge-in .6s ease both}.promo-installment__badge-dot{width:6px;height:6px;border-radius:50%;background:#c9a962;box-shadow:0 0 10px #c9a962a6;animation:promo-dot-pulse 2s ease-in-out infinite}.promo-installment__inner--images{justify-content:flex-end;gap:clamp(8px,1.6vw,12px);padding:clamp(10px,2vw,14px)}.promo-installment__viewport--images{min-height:0;flex:1 1 auto;overflow:hidden;border-radius:calc(clamp(16px,2.8vw,22px) - 6px);text-align:initial}.promo-installment__slide--image{padding:0;gap:0;transform:translateY(6px) scale(.985)}.promo-installment__slide--image.is-active{transform:translateY(0) scale(1)}.promo-slide__frame{position:relative;width:100%;height:100%;min-height:clamp(8rem,34vw,12rem);overflow:hidden;border-radius:calc(clamp(16px,2.8vw,22px) - 8px);background:#3d201214}.promo-slide__img{object-fit:cover;object-position:center}.promo-slide-card-overlay{position:absolute;left:clamp(6px,1.6vw,10px);bottom:clamp(6px,1.6vw,10px);z-index:2;pointer-events:none;transform:scale(.42);transform-origin:left bottom}.promo-slide-card-overlay__cards{position:relative;width:88px;height:56px}.promo-slide-card-overlay .promo-tap-scene__card{position:absolute;width:52px;height:34px;border-radius:5px}.promo-slide-card-overlay .promo-tap-scene__card--gold{left:0;top:8px;z-index:2;animation:promo-card-tap-a 4s cubic-bezier(.45,0,.2,1) infinite}.promo-slide-card-overlay .promo-tap-scene__card--dark{left:22px;top:0;z-index:1;animation:promo-card-tap-b 4s cubic-bezier(.45,0,.2,1) infinite}.promo-slide-card-overlay .promo-tap-scene__chip{width:12px;height:9px;top:8px;left:8px}.promo-slide-card-overlay .promo-tap-scene__stripe{height:4px;left:8px;right:8px;bottom:8px}.promo-installment__viewport{position:relative;flex:1 1 auto;display:flex;align-items:center;justify-content:center;width:100%;min-height:clamp(4.5rem,18vw,6.5rem);overflow:hidden;text-align:center}.promo-installment__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(8px,2vw,12px);padding-inline:clamp(4px,2vw,12px);opacity:0;transform:translateY(14px) scale(.97);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);pointer-events:none}.promo-installment__slide.is-active{opacity:1;transform:translateY(0) scale(1)}.promo-installment__headline{margin:0;font-family:inherit;font-size:clamp(.95rem,3.6vw,1.35rem);font-weight:700;line-height:1.28;letter-spacing:.02em;text-transform:uppercase;color:#3d2012;-webkit-text-fill-color:#3d2012;text-shadow:none;max-width:22ch}.promo-installment__headline--long{max-width:26ch;font-size:clamp(1rem,3.8vw,1.5rem);line-height:1.32}.promo-installment__headline--compact{max-width:24ch;font-size:clamp(.82rem,3.2vw,1.05rem);line-height:1.3}.promo-installment__slide--pos{gap:clamp(4px,1.5vw,8px)}.promo-tap-scene{position:relative;width:min(100%,220px);height:clamp(5.5rem,22vw,7.5rem);margin-inline:auto;flex-shrink:0}.promo-tap-scene__pos{position:absolute;left:50%;bottom:0;width:clamp(4.2rem,18vw,5.4rem);height:clamp(4.6rem,20vw,5.9rem);transform:translate(-50%);border-radius:10px 10px 14px 14px;background:linear-gradient(165deg,#4a4038,#2e2822 55%,#1f1b17);border:1px solid rgba(42,21,12,.55);box-shadow:0 8px 18px #1a0e0838,inset 0 1px #fef7e51f}.promo-tap-scene__pos-label{position:absolute;top:6px;left:8px;font-family:Segoe UI,system-ui,sans-serif;font-size:7px;font-weight:700;letter-spacing:.14em;color:#fef7e58c}.promo-tap-scene__pos-screen{position:absolute;top:18px;left:8px;right:8px;height:22px;border-radius:4px;background:linear-gradient(180deg,#8ec9a8,#5a9a78);box-shadow:inset 0 1px 2px #00000026;animation:promo-pos-screen 4s ease-in-out infinite}.promo-tap-scene__pos-keypad{position:absolute;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:3px}.promo-tap-scene__pos-keypad i{display:block;height:5px;border-radius:2px;background:#fef7e524}.promo-tap-scene__nfc{position:absolute;top:-6px;left:50%;width:28px;height:28px;transform:translate(-50%)}.promo-tap-scene__nfc-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(201,169,98,0);border-radius:50%;border-top-color:#c9a962d9;opacity:0}.promo-tap-scene__nfc-ring--1{animation:promo-nfc-pulse 4s ease-out infinite}.promo-tap-scene__nfc-ring--2{animation:promo-nfc-pulse 4s ease-out .12s infinite}.promo-tap-scene__nfc-ring--3{animation:promo-nfc-pulse 4s ease-out .24s infinite}.promo-tap-scene__cards{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.promo-tap-scene__card{position:absolute;width:clamp(3.4rem,14vw,4.2rem);height:clamp(2.15rem,9vw,2.65rem);border-radius:7px;border:1px solid rgba(42,21,12,.35);box-shadow:0 6px 14px #1a0e0833,inset 0 1px #ffffff40;transform-origin:center bottom}.promo-tap-scene__card--gold{left:8%;top:18%;background:linear-gradient(135deg,#e8dcc8,#c9a962 48%,#a8843a);animation:promo-card-tap-a 4s cubic-bezier(.45,0,.2,1) infinite}.promo-tap-scene__card--dark{right:8%;top:24%;background:linear-gradient(135deg,#5c4030,#3d2012 52%,#2a150c);animation:promo-card-tap-b 4s cubic-bezier(.45,0,.2,1) infinite}.promo-tap-scene__chip{position:absolute;top:7px;left:8px;width:11px;height:8px;border-radius:2px;background:linear-gradient(135deg,#f0d890,#c9a962);box-shadow:inset 0 0 0 1px #2a150c40}.promo-tap-scene__stripe{position:absolute;left:8px;right:8px;bottom:7px;height:3px;border-radius:2px;background:#fef7e573}.promo-tap-scene__card--dark .promo-tap-scene__stripe{background:#fef7e547}@keyframes promo-card-tap-a{0%,18%,to{transform:translate(0) rotate(-16deg) scale(1)}32%,40%{transform:translate(42px,26px) rotate(-4deg) scale(.92)}48%{transform:translate(38px,22px) rotate(-6deg) scale(.94)}}@keyframes promo-card-tap-b{0%,48%,to{transform:translate(0) rotate(14deg) scale(1)}62%,70%{transform:translate(-42px,22px) rotate(3deg) scale(.92)}78%{transform:translate(-38px,18px) rotate(5deg) scale(.94)}}@keyframes promo-nfc-pulse{0%,28%,58%,to{opacity:0;transform:scale(.55)}34%,64%{opacity:.85;transform:scale(1)}42%,72%{opacity:0;transform:scale(1.35)}}@keyframes promo-pos-screen{0%,28%,58%,to{filter:brightness(1)}34%,64%{filter:brightness(1.18);box-shadow:inset 0 1px 2px #00000026,0 0 8px #8ec9a88c}}.promo-installment__headline--brand{max-width:none;font-family:inherit;font-size:clamp(1.75rem,7vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:.14em;text-transform:lowercase;color:#3d2012;-webkit-text-fill-color:#3d2012}.promo-installment__num{display:inline-block;margin-right:.12em;font-size:clamp(2rem,8vw,3.2rem);font-weight:800;line-height:1;color:var(--promo-ink, #1a0e08);text-shadow:var(--promo-read-shadow);animation:promo-num-pop .8s cubic-bezier(.22,1,.36,1) both}.promo-installment__headline-rest{display:inline}.promo-installment__subline{margin:0;max-width:22ch;font-family:Segoe UI,system-ui,sans-serif;font-size:clamp(.78rem,2.6vw,.92rem);font-weight:500;line-height:1.45;letter-spacing:.01em;color:#3d2012c7}.promo-installment__tagline{margin:0;padding-top:clamp(6px,1.5vw,10px);border-top:1px solid rgba(42,21,12,.35);font-family:inherit;font-size:clamp(.72rem,2.4vw,.84rem);font-weight:700;line-height:1.28;letter-spacing:.02em;text-transform:uppercase;text-align:center;color:#3d2012;-webkit-text-fill-color:#3d2012;text-shadow:none}.promo-installment__footer{display:flex;flex-direction:column;align-items:center;gap:10px}.promo-installment__dots{display:flex;gap:8px;align-items:center;justify-content:center}.promo-installment__dot{width:6px;height:6px;padding:0;border:none;cursor:pointer;border-radius:50%;background:#2a150c59;transition:background .35s ease,transform .35s ease,box-shadow .35s ease}.promo-installment--paused .promo-installment__progress-fill{animation-play-state:paused}.promo-installment__dot.is-active{background:var(--promo-ink-soft, #2a150c);box-shadow:0 0 8px #c9a96273;transform:scale(1.25)}.promo-installment__progress{width:min(140px,42%);height:3px;border-radius:999px;background:#2a150c33;overflow:hidden}.promo-installment__progress-fill{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#c9a962,#3d2012);animation:promo-progress-fill linear forwards}@keyframes promo-progress-fill{0%{width:0}to{width:100%}}@keyframes promo-badge-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes promo-dot-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes promo-num-pop{0%{opacity:0;transform:scale(.82) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.home-premium-stage .hero-text-bg{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-inline:auto;padding:12px 24px 14px;overflow:visible}.home-premium-stage .hero-text-bg:before{display:none}.home-premium-stage .welcome-title{position:relative;text-transform:uppercase;display:inline-block;line-height:1.28;padding:0 .06em .14em;overflow:visible;white-space:nowrap;color:#3d2012;-webkit-text-fill-color:#3d2012}.home-premium-stage .welcome-title:after{content:attr(data-text);position:absolute;left:0;top:0;width:100%;height:100%;display:block;white-space:nowrap;color:transparent;background-image:linear-gradient(90deg,transparent 0%,transparent 26%,rgba(255,252,245,.2) 38%,rgba(255,255,255,.75) 50%,rgba(255,252,245,.2) 62%,transparent 74%,transparent 100%);background-size:220% 100%;background-repeat:no-repeat;background-position:160% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;pointer-events:none;animation:welcomeTitleShineOnText 14s ease-in-out infinite}.home-premium-stage .welcome-subtitle-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:6px;width:100%;max-width:520px;margin-inline:auto}.home-premium-stage .welcome-subtitle-line{flex:1 1 56px;max-width:88px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(61,32,18,.22) 35%,rgba(201,169,98,.28) 100%)}.home-premium-stage .welcome-subtitle-line:last-child{background:linear-gradient(270deg,transparent 0%,rgba(61,32,18,.22) 35%,rgba(201,169,98,.28) 100%)}.home-premium-stage .welcome-subtitle{color:#3d2012b8;opacity:1;text-shadow:none;margin:0;flex:0 1 auto;text-align:center;white-space:nowrap}@media(max-width:719px){.home-premium-stage .welcome-subtitle{white-space:normal;font-size:14px}.home-premium-stage .welcome-subtitle-line{max-width:40px}}.home-premium-stage .home-scene{margin-top:-12px;overflow:visible}.home-premium-stage .phone-showcase,.home-premium-stage .phone-showcase-fallback{overflow:visible}@media(min-width:1200px){.home-premium-stage .home-scene{margin-top:8px}}@media(min-width:720px){.home-premium-stage{display:flex;flex-direction:column;align-items:stretch;margin:0 auto;max-width:min(1440px,100%);padding:12px clamp(12px,2vw,20px) 24px 0;box-sizing:border-box;overflow:visible}.home-premium-stage .hero-text-bg{align-self:center;width:100%;max-width:100%;margin:0 auto;padding:12px 24px 14px;text-align:center}.home-premium-stage .home-showcase-row{--showcase-w: clamp(440px, 62vw, 820px);--showcase-h: min(calc(var(--showcase-w) * 10 / 13), min(64vh, 680px));display:grid;grid-template-columns:var(--showcase-w) minmax(0,1fr);align-items:stretch;justify-content:stretch;gap:clamp(12px,2vw,32px);margin-left:0;width:100%;max-width:100%}.home-premium-stage .home-scene{flex:0 0 auto;justify-content:flex-start;align-items:stretch;width:var(--showcase-w);height:var(--showcase-h);margin-left:0}.home-premium-stage .phone-showcase,.home-premium-stage .phone-showcase-fallback{margin-left:0;margin-right:0;width:var(--showcase-w);max-width:var(--showcase-w);height:var(--showcase-h);min-height:0;max-height:none;aspect-ratio:unset;overflow:visible}.home-premium-stage .phone-showcase__canvas{overflow:visible}.home-premium-stage .home-showcase-row .brand-word-carousel{align-self:stretch;display:flex;min-width:0;width:100%;max-width:none;height:var(--showcase-h)}.home-premium-stage .home-showcase-row .brand-word-carousel__card,.home-premium-stage .home-showcase-row .promo-installment__card{flex:1 1 auto;width:100%;height:var(--showcase-h);min-height:0;max-width:none}.promo-installment__viewport{max-width:none}.promo-installment__headline{font-size:clamp(1.12rem,1.8vw,1.75rem);max-width:24ch}.promo-installment__headline--long{font-size:clamp(1.05rem,1.55vw,1.55rem);max-width:28ch}.promo-installment__headline--brand{font-size:clamp(2.2rem,3vw,3.5rem)}.promo-installment__tagline{font-size:clamp(.82rem,1vw,.92rem)}}@media(min-width:1400px){.home-premium-stage .home-showcase-row{--showcase-inset: clamp(6px, .6vw, 14px)}.home-premium-stage .home-scene{padding-inline:var(--showcase-inset, 0);box-sizing:border-box}.home-premium-stage .phone-showcase,.home-premium-stage .phone-showcase-fallback{width:calc(var(--showcase-w) - var(--showcase-inset, 0px) * 2);max-width:calc(var(--showcase-w) - var(--showcase-inset, 0px) * 2)}}.home-premium-stage .phone-showcase-fallback{color:#f0e8dce0}.home-premium-stage .phone-showcase-fallback__ring{border-color:#c9a96240;border-top-color:#e4c88ce6}.home-page-flow .mini-section{margin-top:40px;content-visibility:auto;contain-intrinsic-size:auto 280px}.home-page-flow .mini-title{color:#f2e8d6;font-size:21px;text-shadow:0 1px 16px rgba(201,169,98,.2)}.home-page-flow .mini-top-line{background:linear-gradient(to right,rgba(201,169,98,.45),rgba(212,175,116,.12),transparent)}.home-page-flow .mini-bottom-line{background:linear-gradient(to right,transparent,rgba(201,169,98,.2),transparent)}.home-page-flow .mini-card{box-shadow:0 12px 28px #00000047,0 0 0 1px #c9a96226}.home-page-flow .home-bottom-stack{margin-top:40px;margin-bottom:24px;margin-inline:auto;max-width:min(1040px,100%);padding:0 clamp(20px,3vw,32px) 32px;position:relative;z-index:2;scroll-margin-top:24px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.home-bottom-stack>.info-card{position:relative;z-index:1}.home-page-flow .info-card{background:linear-gradient(155deg,#3e362ed1,#302a24e0 55%,#282420eb);border:1px solid rgba(201,169,98,.2);box-shadow:0 10px 28px #00000029,inset 0 1px #ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .4s cubic-bezier(.22,1,.36,1),border-color .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1)}.home-page-flow .info-card.open{background:linear-gradient(155deg,#3a342eeb,#322c26f0,#2a2520f5);border-color:#c9a9624d;box-shadow:0 14px 36px #00000038,inset 0 1px #ffffff14}.home-page-flow .info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,116,.55),transparent);border-radius:16px 16px 0 0}.home-page-flow .info-header h3{color:#f0e6d4}.home-page-flow .info-header h3:after{border-color:#f0e6d6b3}.home-page-flow .info-card.open .info-content-inner,.home-page-flow .legal-summary,.home-page-flow .legal-footer-note{color:#f0e6d6d1}.home-page-flow .map-link,.home-page-flow .contact-item{color:#f5ecdce6}.home-page-flow .map-link:hover,.home-page-flow .contact-item:hover{color:#fff8ec}.home-page-flow .legal-links a{color:#d4b876}.home-page-flow .legal-links a:hover{color:#f0e0b8}@keyframes premiumFlowBaseGlow{0%{opacity:.45;transform:scale(1) translate(0)}50%{opacity:.72;transform:scale(1.06) translate(2%,-1.5%)}to{opacity:.52;transform:scale(1.03) translate(-1%,1%)}}@keyframes premiumFlowOrbDrift{0%{transform:translate(0) scale(1)}33%{transform:translate(1.5%,-1.5%) scale(1.04)}66%{transform:translate(-1%,1%) scale(1.02)}to{transform:translate(3%,-2.5%) scale(1.06)}}@keyframes premiumFlowSpotDrift{0%{transform:translate(0) scale(1);opacity:.5}50%{transform:translate(2.5%,-3%) scale(1.06);opacity:.68}to{transform:translate(-2%,2%) scale(1.04);opacity:.58}}@keyframes premiumFlowSpotDriftAlt{0%{transform:translate(0) scale(1);opacity:.42}50%{transform:translate(2%,2%) scale(1.05);opacity:.62}to{transform:translate(-3%,3%) scale(1.03);opacity:.48}}@keyframes premiumFlowShimmer{0%,to{background-position:110% 0;opacity:.35}50%{background-position:-25% 0;opacity:.58}}@keyframes premiumFlowShimmerSoft{0%,to{background-position:95% 0;opacity:.22}50%{background-position:-15% 0;opacity:.42}}@keyframes premiumFlowShimmerVeil{0%,to{background-position:80% 20%;opacity:.18}50%{background-position:20% 80%;opacity:.38}}@keyframes premiumFlowSparkle{0%,to{opacity:.15;transform:scale(.7)}50%{opacity:.7;transform:scale(1.25)}}@keyframes premiumFlowGridPulse{0%{opacity:.008}to{opacity:.016}}@keyframes premiumFlowGlowLite{0%{opacity:.42}to{opacity:.58}}@keyframes premiumFlowShimmerLite{0%,to{opacity:.12;background-position:108% 0}50%{opacity:.24;background-position:-12% 0}}@keyframes premiumFlowSparkleLite{0%,to{opacity:.2;transform:scale(.88)}50%{opacity:.72;transform:scale(1)}}@keyframes welcomeTitleShineOnText{0%{background-position:160% 0}to{background-position:-160% 0}}@media(prefers-reduced-motion:reduce){.home-page-flow__base-glow,.home-page-flow__base-glow--lite,.home-page-flow__base-glow--catalog,.home-page-flow__orbs,.home-page-flow__orbs--catalog,.home-page-flow__spotlight,.home-page-flow__spotlight--warm,.home-page-flow__spotlight--catalog,.home-page-flow__shimmer,.home-page-flow__shimmer--lite,.home-page-flow__shimmer--catalog,.home-page-flow__grid,.home-page-flow__sparkle,.home-premium-stage .welcome-title,.scroll-reveal,.promo-installment__badge,.promo-installment__badge-dot,.promo-installment__num,.promo-tap-scene__card,.promo-tap-scene__nfc-ring,.promo-tap-scene__pos-screen,.promo-installment__slide,.promo-installment__progress-fill,.brand-word-carousel__word{animation:none!important;transition:none!important}.promo-installment__slide:not(.is-active):not(.promo-installment__slide--image),.brand-word-carousel__word:not(.is-active):not(.promo-installment__slide--image){display:none}.promo-installment__slide--image:not(.is-active){opacity:0;visibility:hidden;pointer-events:none}.promo-installment__slide.is-active,.brand-word-carousel__word.is-active{opacity:1;transform:none;visibility:visible}.promo-installment__progress-fill{animation:promo-progress-fill linear forwards}.promo-tap-scene__card--gold{transform:translate(38px,22px) rotate(-5deg) scale(.94)}.promo-tap-scene__card--dark{transform:translate(-38px,18px) rotate(4deg) scale(.94)}.home-page-flow__orbs,.home-page-flow__spotlight,.home-page-flow__base-glow,.home-page-flow__base-glow--lite{display:none}.home-page-flow__sparkles--lite{opacity:.35}.home-premium-stage .welcome-title{-webkit-text-fill-color:#3d2012;color:#3d2012}.home-premium-stage .welcome-title:after{animation:none;content:none}}.borlu-page-scroll--home{background-color:#1a0b08}.borlu-page-scroll--home .borlu-view-root,.borlu-page-scroll--home .home-page-flow--stitch{background:#1a0b08}.borlu-page-scroll--home .contact-page.home-page-flow--stitch{background:#fef7e5}.borlu-page-scroll--home .tech-support-page.home-page-flow--stitch,.borlu-page-scroll--home .products-page.home-page-flow--stitch{background:#1a0b08}.borlu-page-scroll--home .borlu-view-root.view-root--enter>.home-page-flow--stitch,.borlu-page-scroll--home .borlu-view-root.view-root--enter>.contact-page,.borlu-page-scroll--home .borlu-view-root.view-root--enter>.tech-support-page,.borlu-page-scroll--home .borlu-view-root.view-root--enter>.products-page{animation:view-root-enter-stitch .7s cubic-bezier(.22,1,.36,1) both}@keyframes view-root-enter-stitch{0%{opacity:1;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.borlu-page-scroll--catalog{background-color:#fef7e5}.borlu-page-scroll--catalog .app-header{background:#fef7e5}.borlu-page-scroll--catalog .chip-bar{background:linear-gradient(180deg,#fef7e5,#fef7e5 82%,#fdf6e4);margin-bottom:0;padding-bottom:12px}.borlu-page-scroll--catalog .borlu-view-root{position:relative;background:transparent;margin-top:0;padding-top:0}.home-page-flow--catalog{min-height:calc(100vh - 200px);padding-top:4px;padding-bottom:100px}.home-page-flow--catalog>.page,.home-page-flow--catalog>.product-grid{position:relative;z-index:1}.home-page-flow--catalog .catalog-status{padding:32px 24px}.home-page-flow__base--catalog{background:linear-gradient(180deg,#fef7e5,#f8eed8 10%,#f0e2cc 22%,#e6d2b8,#dac0a2,#ccae8f,#bd9c7c 78%,#ad8a6c 90%,#9e7a5e)}.home-page-flow__base-glow--catalog{background:radial-gradient(ellipse 65% 40% at 48% 15%,rgba(255,248,235,.12),transparent 60%),radial-gradient(ellipse 50% 36% at 78% 70%,rgba(201,169,98,.14),transparent 65%)}.home-page-flow__orbs--catalog{top:-12%;right:-12%;bottom:-12%;left:-12%;filter:blur(30px);opacity:.92;background:radial-gradient(ellipse 52% 40% at 18% 10%,rgba(212,175,116,.18),transparent 58%),radial-gradient(ellipse 48% 38% at 82% 18%,rgba(201,169,98,.14),transparent 55%),radial-gradient(ellipse 58% 44% at 50% 90%,rgba(90,62,40,.12),transparent 62%)}.home-page-flow__spotlight--catalog{top:-14%;right:-8%;bottom:-14%;left:-8%;filter:blur(40px);opacity:.8;background:radial-gradient(ellipse 50% 40% at 52% 38%,rgba(255,250,240,.12) 0%,rgba(212,175,116,.06) 40%,transparent 72%),radial-gradient(ellipse 36% 30% at 22% 62%,rgba(255,248,235,.08) 0%,transparent 68%)}.home-page-flow__shimmer--catalog{opacity:.5;background:linear-gradient(108deg,transparent 40%,rgba(255,248,235,.03) 47%,rgba(255,252,245,.09) 50%,rgba(255,248,235,.03) 53%,transparent 60%);background-size:280% 100%}.home-page-flow__sparkles--catalog .home-page-flow__sparkle{box-shadow:0 0 8px 2px #d4af7461,0 0 12px 3px #c9a96229}.home-page-flow__sparkles--catalog .home-page-flow__sparkle:nth-child(1){left:12%;top:7%;animation-delay:0s}.home-page-flow__sparkles--catalog .home-page-flow__sparkle:nth-child(2){left:84%;top:12%;animation-delay:1.1s}.home-page-flow__sparkles--catalog .home-page-flow__sparkle:nth-child(3){left:38%;top:22%;animation-delay:2.4s}.home-page-flow__sparkles--catalog .home-page-flow__sparkle:nth-child(4){left:68%;top:58%;animation-delay:.7s}.home-page-flow__sparkles--catalog .home-page-flow__sparkle:nth-child(5){left:22%;top:78%;animation-delay:3.2s}.home-page-flow__bg--catalog{contain:layout style paint}@keyframes premiumFlowBaseGlowCatalog{0%{opacity:.45;transform:scale(1)}to{opacity:.82;transform:scale(1.04) translate(1.5%,-1%)}}@keyframes premiumFlowOrbDriftCatalog{0%{transform:translate(0) scale(1);opacity:.82}50%{transform:translate(2%,-2%) scale(1.05);opacity:.98}to{transform:translate(-1.5%,1.5%) scale(1.03);opacity:.88}}@keyframes premiumFlowSpotDriftCatalog{0%{transform:translate(0);opacity:.65}50%{transform:translate(2.5%,-2%);opacity:.92}to{transform:translate(-2%,2.5%);opacity:.72}}@keyframes premiumFlowShimmerCatalog{0%,to{background-position:108% 0;opacity:.38}50%{background-position:-22% 0;opacity:.58}}@keyframes premiumFlowSparkleCatalog{0%,to{opacity:.15;transform:scale(.55)}50%{opacity:.65;transform:scale(1.18)}}.home-page-flow--catalog .catalog-status__title,.home-page-flow--catalog .catalog-status .muted{color:#3d2012d9}.borlu-page-scroll--home .chip-bar{background:linear-gradient(180deg,#fef7e5,#fef7e5 82%,#fdf6e4);margin-bottom:0;padding-bottom:12px}.borlu-page-scroll--home .borlu-view-root{margin-top:0;padding-top:0}.borlu-page-scroll--home .home-page-flow{margin-top:0;padding-top:4px}@media(max-width:640px){.home-page-flow{padding-bottom:80px}}@media(max-width:719px){.home-premium-stage{margin:0;padding-left:16px;padding-right:16px;box-sizing:border-box}.home-premium-stage .welcome-title{font-size:32px}.home-showcase-row{--showcase-side: 32px;--showcase-w: min(100%, calc(100vw - var(--showcase-side)));--showcase-h: min(calc((100vw - var(--showcase-side)) * 10 / 13), min(72vh, 520px));--brand-card-w: var(--showcase-w);gap:16px;padding:0;overflow:visible;width:100%;box-sizing:border-box}.home-premium-stage .home-scene{justify-content:center;width:100%;max-width:var(--showcase-w);margin-inline:auto;overflow:visible;margin-top:0}.home-premium-stage .phone-showcase,.home-premium-stage .phone-showcase-fallback{width:var(--showcase-w);height:var(--showcase-h);min-height:var(--showcase-h);max-width:100%;max-height:none;aspect-ratio:13 / 10;margin-left:auto;margin-right:auto;contain:none}.home-showcase-row .brand-word-carousel{width:100%;max-width:var(--showcase-w);margin-inline:auto}.home-showcase-row .brand-word-carousel__card,.home-showcase-row .promo-installment__card{width:var(--showcase-w);max-width:100%;height:var(--showcase-h);margin-inline:auto}.promo-installment{--promo-ink: #140a06;--promo-ink-soft: #1f0f08}.promo-installment__inner{background:#fef7e56b;padding:clamp(14px,4vw,22px) clamp(14px,4vw,20px)}.promo-installment__headline{font-size:clamp(1.08rem,4.6vw,1.35rem);font-weight:700;max-width:none;line-height:1.35}.promo-installment__headline--long{font-size:clamp(1rem,4.2vw,1.22rem);padding-inline:2px}.promo-installment__headline--brand{font-size:clamp(2.15rem,11vw,2.85rem)}.promo-installment__badge{font-size:clamp(.68rem,2.8vw,.76rem);background:#fef7e5b8}.promo-installment__tagline{font-size:clamp(.8rem,3.4vw,.92rem);font-weight:700;line-height:1.4}.promo-installment__viewport{min-height:clamp(5rem,22vw,7rem)}.promo-tap-scene{height:clamp(5rem,24vw,6.5rem)}.promo-installment__headline--compact{font-size:clamp(.78rem,3.4vw,.92rem)}}.home-page-flow--stitch{--stitch-deep: #1a0b08;--stitch-base: #271310;--stitch-card: #3e2723;--stitch-section-max: 1280px;--stitch-section-gutter: clamp(16px, 2.5vw, 32px);--stitch-section-head-gap: 6px;--stitch-section-head-size: clamp(1.15rem, 2.4vw, 1.55rem);--stitch-section-head-pad-y: clamp(10px, 1.6vw, 14px);padding-top:0;padding-bottom:0;margin-top:0;isolation:isolate}.borlu-page-scroll--home .home-page-flow--stitch{margin-top:0;padding-top:0}.borlu-page-scroll--home .home-stitch-hero{margin-top:0}.home-stitch-hero{position:relative;min-height:auto;display:flex;align-items:center;padding:clamp(8px,1.5vw,20px) 0 clamp(20px,3vw,32px);background:linear-gradient(180deg,var(--stitch-deep) 0%,#1c0c09 22%,#1f0e0b 42%,#22100c 62%,var(--stitch-base) 88%,var(--stitch-base) 100%);overflow:visible}.home-stitch-hero__inner{position:relative;z-index:1;width:100%;max-width:100%;margin:0 auto;padding:0}.home-stitch-hero .home-premium-stage{padding:clamp(0px,.4vw,4px) 0 clamp(4px,1vw,10px);box-sizing:border-box}.home-stitch-hero .hero-text-bg{width:100%;max-width:100%;padding:clamp(0px,.5vw,4px) 12px clamp(10px,1.8vw,18px)}.home-stitch-hero .welcome-title{font-family:inherit;font-weight:700;font-size:clamp(2rem,8vw,48px);letter-spacing:normal;line-height:1.15;color:#fef7e5;-webkit-text-fill-color:#fef7e5}.home-stitch-hero .hero-text-bg--tagline-only{padding-top:clamp(8px,1.5vw,16px);padding-bottom:clamp(14px,2.2vw,22px)}.home-stitch-hero .welcome-subtitle-row{margin-top:0}.home-stitch-hero .welcome-title:after{background-image:linear-gradient(90deg,transparent 0%,transparent 26%,rgba(254,247,229,.15) 38%,rgba(255,255,255,.55) 50%,rgba(254,247,229,.15) 62%,transparent 74%,transparent 100%);animation:welcomeTitleShineOnText 14s ease-in-out infinite}.home-stitch-hero .welcome-subtitle{color:#a1887f;font-size:clamp(1.05rem,2.6vw,1.45rem);font-weight:500;letter-spacing:.02em;line-height:1.35}.home-stitch-hero .welcome-subtitle-line{background:linear-gradient(90deg,transparent 0%,rgba(161,136,127,.35) 35%,rgba(201,169,98,.45) 100%)}.home-stitch-hero .welcome-subtitle-line:last-child{background:linear-gradient(270deg,transparent 0%,rgba(161,136,127,.35) 35%,rgba(201,169,98,.45) 100%)}.home-stitch-hero .scroll-reveal--featured-block{margin-top:clamp(32px,5.5vw,56px)}.home-stitch-hero .scroll-reveal--hero,.home-stitch-hero .scroll-reveal--featured-block{opacity:1!important;transform:none!important;filter:none!important;transition:none}.home-stitch-hero .hero-text-bg:before{display:none!important}.home-stitch-hero .scroll-reveal--hero:not(.scroll-reveal--visible):not(.scroll-reveal--exit) .hero-text-bg{opacity:0;transform:translate3d(0,44px,0) scale(.92);filter:blur(14px)}.home-stitch-hero .scroll-reveal--hero.scroll-reveal--visible:not(.scroll-reveal--exit) .hero-text-bg{opacity:1;transform:none;filter:none;transition:opacity 1.15s cubic-bezier(.22,1.28,.36,1),transform 1.15s cubic-bezier(.22,1.28,.36,1),filter 1.15s cubic-bezier(.22,1.28,.36,1)}.home-stitch-hero .scroll-reveal--featured-block:not(.scroll-reveal--visible):not(.scroll-reveal--exit) .home-stitch-categories{opacity:0;transform:translate3d(0,36px,0);filter:blur(10px)}.home-stitch-hero .scroll-reveal--featured-block.scroll-reveal--visible:not(.scroll-reveal--exit) .home-stitch-categories{opacity:1;transform:none;filter:none;transition:opacity 1s cubic-bezier(.22,1.28,.36,1),transform 1s cubic-bezier(.22,1.28,.36,1),filter 1s cubic-bezier(.22,1.28,.36,1)}.home-stitch-promo-col{display:flex;flex-direction:column;justify-content:center;gap:clamp(16px,2.5vw,28px);width:100%;min-width:0}.home-stitch-stack--promo-only{--promo-fit-w: min(1024px, calc(100vw - 24px) , calc(100vh - 200px) );--promo-aspect: 1 / 1;--promo-triple-gap: 20px;--promo-triple-center: 380px;--promo-triple-side: 248px;--promo-triple-shift-ms: .82s;--promo-triple-ease: cubic-bezier(.22, 1, .36, 1);--promo-triple-ease-shift: cubic-bezier(.34, 1.02, .38, 1);container-type:inline-size;container-name:promo-stack;width:100%;display:flex;justify-content:flex-start;align-items:center;padding:clamp(8px,2vw,20px) 0 clamp(16px,3vw,32px)}.home-stitch-stack--promo-only .brand-word-carousel:not(.brand-word-carousel--triple){display:block;position:relative;width:var(--promo-fit-w);max-width:100%;aspect-ratio:var(--promo-aspect);height:auto;min-height:240px;flex-shrink:0}.home-stitch-stack--promo-only .brand-word-carousel__card,.home-stitch-stack--promo-only .promo-installment__card{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;border:none;border-radius:clamp(16px,2.8vw,24px);overflow:hidden;box-shadow:0 12px 40px #00000047;background:transparent}.home-stitch-stack--promo-only .promo-installment__card:after{display:none}.home-stitch-stack--promo-only .promo-installment__inner,.home-stitch-stack--promo-only .promo-installment__inner--images{position:relative;display:block;height:100%;min-height:100%;padding:0;background:transparent}.home-stitch-stack--promo-only .promo-installment__viewport,.home-stitch-stack--promo-only .promo-installment__viewport--images{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.home-stitch-stack--promo-only .promo-installment__slide--image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility .5s ease}.home-stitch-stack--promo-only .promo-installment__slide--image.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.home-stitch-stack--promo-only .promo-slide__frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;display:block;background:transparent;border-radius:inherit}.home-stitch-stack--promo-only .promo-slide__frame .loading-image,.home-stitch-stack--promo-only .promo-slide__frame .loading-image--fill{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.home-stitch-stack--promo-only .promo-slide__img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1}.home-stitch-stack--promo-only .promo-installment__footer--auto{position:absolute;left:0;right:0;bottom:0;z-index:3}.home-stitch-promo-head{padding-left:16px;border-left:2px solid rgba(161,136,127,.5)}.home-stitch-stack{container-type:inline-size;container-name:stitch-hero;display:flex;flex-direction:column;align-items:center;width:100%;--showcase-max-w: 1920px;--promo-max-w: min(260px, 100%);--promo-aspect: 1 / 1;--showcase-side-min: 880px;--stack-gap: 28px;--side-by-side-min: calc(var(--showcase-side-min) + var(--promo-max-w) + var(--stack-gap));--showcase-w: min(clamp(320px, 96vw, var(--showcase-max-w)), 100%);--showcase-h: min(calc(var(--showcase-w) * 10 / 13), min(96vh, 1470px));--promo-card-w: min( var(--promo-max-w), 100%, min(72vh, 620px) )}.home-stitch-stack__main{display:grid;grid-template-columns:1fr;gap:clamp(20px,2.5vw,28px);width:100%;max-width:min(calc(var(--showcase-max-w) + var(--promo-max-w) + 28px),100%);margin-inline:auto;justify-items:center;align-items:start}.home-stitch-stack__showcase{width:min(var(--showcase-w),100%);max-width:var(--showcase-max-w);height:var(--showcase-h);min-height:var(--showcase-h);margin-top:0;margin-inline:auto;justify-self:center;display:flex;justify-content:center;align-items:stretch}.home-stitch-stack__main>.scroll-reveal--promo{width:min(var(--promo-card-w),100%);max-width:var(--promo-max-w);justify-self:center;margin-inline:auto}.home-stitch-stack .phone-showcase,.home-stitch-stack .phone-showcase-fallback{width:100%;max-width:min(var(--showcase-w),100%);height:var(--showcase-h);min-height:var(--showcase-h)}.home-stitch-stack .home-scene.home-stitch-stack__showcase{margin-top:0;margin-inline:auto;justify-content:center;align-items:stretch}@media(min-width:720px){.home-stitch-stack .home-scene.home-stitch-stack__showcase{justify-content:center}}.home-stitch-stack .home-stitch-promo-col{width:var(--promo-card-w);max-width:100%;display:flex;flex-direction:column;align-items:stretch;gap:clamp(12px,2vw,20px)}.home-stitch-stack:not(.home-stitch-stack--promo-only) .brand-word-carousel{width:var(--promo-card-w);max-width:100%;aspect-ratio:var(--promo-aspect);height:auto}.home-stitch-stack .brand-word-carousel__card,.home-stitch-stack .promo-installment__card{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-radius:clamp(12px,2vw,18px)}.home-stitch-stack .promo-installment__inner,.home-stitch-stack .promo-installment__inner--images{position:relative;flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;justify-content:stretch;padding:0;gap:0;box-sizing:border-box}.home-stitch-stack .promo-installment__viewport,.home-stitch-stack .promo-installment__viewport--images{position:relative;flex:1 1 auto;min-height:0;width:100%;height:100%;overflow:hidden;border-radius:inherit}.home-stitch-stack .promo-installment__slide--image{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;margin:0;display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility .5s ease}.home-stitch-stack .promo-installment__slide--image.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none;z-index:1}.home-stitch-stack .promo-slide__frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;background:transparent;border-radius:inherit}.home-stitch-stack .promo-slide__frame .loading-image,.home-stitch-stack .promo-slide__frame .loading-image--fill{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.home-stitch-stack:not(.home-stitch-stack--promo-only) .promo-slide__img,.home-stitch-stack:not(.home-stitch-stack--promo-only) .promo-slide__frame .loading-image__img{object-fit:cover!important;object-position:center;width:100%;height:100%}.home-stitch-stack .promo-installment__footer--auto{position:absolute;left:0;right:0;bottom:0;z-index:3;flex-shrink:0;padding:8px 10px 10px;background:linear-gradient(to top,rgba(39,19,16,.72),transparent)}.home-stitch-stack .home-stitch-promo-head{width:100%;max-width:var(--promo-card-w);box-sizing:border-box}@container stitch-hero (min-width: 1180px){.home-stitch-stack{--showcase-w: min(var(--showcase-max-w), calc(100cqi - var(--promo-max-w) - var(--stack-gap)));--showcase-h: min(calc(var(--showcase-w) * 10 / 13), min(96vh, 1440px));--promo-card-w: min( var(--promo-max-w), 22cqi , min(96vh, 1440px) )}.home-stitch-stack__main{grid-template-columns:minmax(0,1fr) minmax(200px,var(--promo-max-w));align-items:start;justify-items:stretch}.home-stitch-stack__showcase{width:100%;max-width:var(--showcase-max-w);margin-inline:0;justify-self:stretch}.home-stitch-stack__main>.scroll-reveal--promo{width:var(--promo-card-w);max-width:100%;justify-self:end;margin-inline:0}.home-stitch-stack .home-stitch-promo-col{width:100%;max-width:var(--promo-card-w)}}.home-stitch-promo-head__title{margin:0;font-family:Cinzel,serif;font-size:clamp(1.05rem,1.85vw,1.45rem);font-weight:600;line-height:1.25;color:#fef7e5}.home-stitch-promo-head__subtitle{margin:6px 0 0;font-family:Satoshi,"Source Sans 3",system-ui,sans-serif;font-size:clamp(.8rem,1.25vw,.88rem);line-height:1.45;color:#a1887f}.scroll-reveal{--reveal-y: 52px;--reveal-scale: .9;--reveal-blur: 16px;--reveal-rotate: 0deg;--reveal-enter: 1.05s;--reveal-exit: 1s;--reveal-exit-ease: cubic-bezier(.45, 0, .75, .35);--reveal-delay: 0ms;opacity:0;transform:translate3d(0,var(--reveal-y),0) scale(var(--reveal-scale)) rotate(var(--reveal-rotate));filter:blur(var(--reveal-blur));transition:opacity var(--reveal-exit) var(--reveal-exit-ease),transform var(--reveal-exit) var(--reveal-exit-ease),filter var(--reveal-exit) var(--reveal-exit-ease);will-change:opacity,transform,filter;backface-visibility:hidden}.scroll-reveal--visible:not(.scroll-reveal--exit){opacity:1;transform:translateZ(0) scale(1) rotate(0);filter:blur(0);transition-duration:var(--reveal-enter);transition-timing-function:cubic-bezier(.22,1.28,.36,1);transition-delay:var(--reveal-delay)}.scroll-reveal--settled{will-change:auto}.scroll-reveal:not(.scroll-reveal--visible){transition-delay:0ms}.scroll-reveal.scroll-reveal--visible.scroll-reveal--exit{opacity:0;transform:translate3d(0,36px,0) scale(.94) rotate(var(--reveal-rotate));filter:blur(12px);transition:opacity var(--reveal-exit) var(--reveal-exit-ease),transform var(--reveal-exit) var(--reveal-exit-ease),filter var(--reveal-exit) var(--reveal-exit-ease);transition-delay:0ms}.scroll-reveal--hero{--reveal-y: 44px;--reveal-scale: .92;--reveal-blur: 14px;--reveal-enter: 1.15s}.scroll-reveal--promo{width:100%;min-width:0;--reveal-y: 56px;--reveal-scale: .88;--reveal-blur: 18px;--reveal-enter: 1.12s}.scroll-reveal--featured-block{width:100%;min-width:0;--reveal-y: 56px;--reveal-scale: .88;--reveal-blur: 18px;--reveal-enter: 1.12s;--reveal-exit: 1s}.scroll-reveal--featured-block.scroll-reveal--visible:not(.scroll-reveal--exit){opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}.scroll-reveal--featured-block:not(.scroll-reveal--visible):not(.scroll-reveal--exit) .mini-title{animation:none;clip-path:inset(0 100% 0 0);opacity:0}.scroll-reveal--featured-block:not(.scroll-reveal--visible):not(.scroll-reveal--exit) .mini-top-line{animation:none;transform:scaleX(0);transform-origin:left center;opacity:0}.home-page-flow--stitch .scroll-reveal--featured-block.scroll-reveal--visible:not(.scroll-reveal--exit) .mini-title{display:inline-block;transition:none;animation:featuredTitleRevealLTR .95s cubic-bezier(.22,1,.36,1) both}.home-page-flow--stitch .scroll-reveal--featured-block.scroll-reveal--visible:not(.scroll-reveal--exit) .mini-top-line{transition:none;transform-origin:left center;animation:featuredLineRevealLTR 1.05s cubic-bezier(.22,1,.36,1) .14s both}.home-page-flow--stitch .scroll-reveal--featured-block .mini-title{display:inline-block;clip-path:inset(0 100% 0 0);opacity:0}.home-page-flow--stitch .scroll-reveal--featured-block .mini-top-line{transform:scaleX(0);transform-origin:left center;opacity:0}.scroll-reveal--featured-block.scroll-reveal--visible.scroll-reveal--exit{opacity:0;transform:translate3d(0,var(--reveal-y),0) scale(var(--reveal-scale));filter:blur(var(--reveal-blur));transition:opacity var(--reveal-exit) var(--reveal-exit-ease),transform var(--reveal-exit) var(--reveal-exit-ease),filter var(--reveal-exit) var(--reveal-exit-ease);transition-delay:0ms}.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-promo-band__head:before{transform:scaleY(1)!important;opacity:1!important}.scroll-reveal--featured-block.scroll-reveal--exit .mini-title,.scroll-reveal--featured-block.scroll-reveal--exit .mini-top-line,.scroll-reveal--featured-block.scroll-reveal--exit .scroll-reveal--featured-head,.scroll-reveal--featured-block.scroll-reveal--exit .scroll-reveal--card,.scroll-reveal--featured-block.scroll-reveal--exit .mini-card,.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-categories,.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-categories__head,.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-categories__body,.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-category-card,.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-promo-band__head,.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-promo-band__title,.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-promo-band__subtitle,.scroll-reveal--featured-block.scroll-reveal--exit .home-stitch-promo-band__visual{animation:none!important;clip-path:inset(0 0 0 0)!important;opacity:1!important;transform:none!important;filter:none!important;transition:none!important;pointer-events:none}.scroll-reveal--card{--reveal-y: 48px;--reveal-scale: .86;--reveal-blur: 10px;--reveal-rotate: 1.25deg;--reveal-enter: 1s;--reveal-exit: 1s}.scroll-reveal--hero,.scroll-reveal--promo,.scroll-reveal--section{--reveal-exit: 1s}.scroll-reveal--section{--reveal-y: 56px;--reveal-scale: .9;--reveal-blur: 14px;--reveal-enter: 1.08s}.scroll-reveal--featured-head{opacity:1;transform:none;filter:none;transition:none}.home-page-flow--stitch .scroll-reveal--featured-block.scroll-reveal--visible:not(.scroll-reveal--exit) .home-stitch-promo-band__title{transition:none;animation:featuredTitleRevealLTR .95s cubic-bezier(.22,1,.36,1) both}.home-page-flow--stitch .scroll-reveal--featured-block.scroll-reveal--visible:not(.scroll-reveal--exit) .home-stitch-promo-band__head:before{transition:none;transform-origin:top center;animation:featuredBorderRevealVertical 1.05s cubic-bezier(.22,1,.36,1) both}.home-page-flow--stitch .scroll-reveal--featured-block.scroll-reveal--visible:not(.scroll-reveal--exit) .home-stitch-promo-band__visual{transition:none;pointer-events:auto;animation:scrollRevealPromoBandIn 1.15s cubic-bezier(.22,1.25,.36,1) both}.home-page-flow--stitch .scroll-reveal--featured-block .home-stitch-promo-band__title{display:inline-block;clip-path:inset(0 100% 0 0);opacity:0;transition:clip-path var(--reveal-exit) var(--reveal-exit-ease),opacity var(--reveal-exit) var(--reveal-exit-ease)}.home-page-flow--stitch .scroll-reveal--featured-block .home-stitch-promo-band__head:before{transform:scaleY(0);transform-origin:top center;opacity:0;transition:transform var(--reveal-exit) var(--reveal-exit-ease),opacity var(--reveal-exit) var(--reveal-exit-ease)}.home-page-flow--stitch .scroll-reveal--featured-block .home-stitch-promo-band__visual{opacity:0;transform:translate3d(0,40px,0) scale(.94);filter:blur(16px);pointer-events:none;transition:opacity var(--reveal-exit) var(--reveal-exit-ease),transform var(--reveal-exit) var(--reveal-exit-ease),filter var(--reveal-exit) var(--reveal-exit-ease)}.scroll-reveal--featured-head:not(.scroll-reveal--visible) .mini-title{animation:none;clip-path:inset(0 100% 0 0);opacity:0;transition:clip-path var(--reveal-exit) var(--reveal-exit-ease),opacity var(--reveal-exit) var(--reveal-exit-ease)}.scroll-reveal--featured-head:not(.scroll-reveal--visible) .mini-top-line{animation:none;transform:scaleX(0);opacity:0;transition:transform var(--reveal-exit) var(--reveal-exit-ease),opacity var(--reveal-exit) var(--reveal-exit-ease)}.home-page-flow--stitch .scroll-reveal--featured-head.scroll-reveal--visible:not(.scroll-reveal--exit) .mini-title{transition:none;animation:featuredTitleRevealLTR .95s cubic-bezier(.22,1,.36,1) both}.home-page-flow--stitch .scroll-reveal--featured-head.scroll-reveal--visible:not(.scroll-reveal--exit) .mini-top-line{transition:none;transform-origin:left center;animation:featuredLineRevealLTR 1.05s cubic-bezier(.22,1,.36,1) .14s both}.home-page-flow--stitch .scroll-reveal--featured-head .mini-title{display:inline-block;clip-path:inset(0 100% 0 0);opacity:0;transition:clip-path var(--reveal-exit) var(--reveal-exit-ease),opacity var(--reveal-exit) var(--reveal-exit-ease)}.home-page-flow--stitch .scroll-reveal--featured-head .mini-top-line{transform:scaleX(0);transform-origin:left center;opacity:0;transition:transform var(--reveal-exit) var(--reveal-exit-ease),opacity var(--reveal-exit) var(--reveal-exit-ease)}.home-page-flow--stitch .scroll-reveal--card:not(.scroll-reveal--visible){animation:none!important;opacity:0;transform:translate3d(0,44px,0) scale(.88) rotate(.75deg);filter:blur(10px);transition:opacity var(--reveal-exit) var(--reveal-exit-ease),transform var(--reveal-exit) var(--reveal-exit-ease),filter var(--reveal-exit) var(--reveal-exit-ease)}.home-page-flow--stitch .scroll-reveal--card.scroll-reveal--visible:not(.scroll-reveal--exit){transition:none;animation:scrollRevealCardPop .85s cubic-bezier(.22,1.35,.36,1) var(--reveal-delay) both}@keyframes featuredTitleRevealLTR{0%{clip-path:inset(0 100% 0 0);opacity:0}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes featuredLineRevealLTR{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes featuredBorderRevealVertical{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes scrollRevealPromoBandIn{0%{opacity:0;transform:translate3d(0,40px,0) scale(.94);filter:blur(16px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes scrollRevealCardPop{0%{opacity:0;transform:translate3d(0,48px,0) scale(.86) rotate(1.25deg);filter:blur(10px)}70%{opacity:1;transform:translate3d(0,-6px,0) scale(1.02) rotate(0);filter:blur(0)}to{opacity:1;transform:translateZ(0) scale(1) rotate(0);filter:blur(0)}}@media(prefers-reduced-motion:reduce){.home-stitch-hero .scroll-reveal--hero:not(.scroll-reveal--visible) .hero-text-bg,.home-stitch-hero .scroll-reveal--featured-block:not(.scroll-reveal--visible) .home-stitch-categories{opacity:1!important;transform:none!important;filter:none!important}}@media(prefers-reduced-motion:reduce){.scroll-reveal--featured-head .mini-title,.scroll-reveal--featured-head .mini-top-line,.scroll-reveal--featured-block .mini-title,.scroll-reveal--featured-block .mini-top-line,.scroll-reveal--featured-block .home-stitch-promo-band__title,.scroll-reveal--featured-block .home-stitch-promo-band__head:before,.scroll-reveal--featured-block .home-stitch-promo-band__visual{clip-path:none!important;transform:none!important;opacity:1!important;pointer-events:auto!important}}@media(prefers-reduced-motion:reduce){.scroll-reveal,.scroll-reveal--visible,.scroll-reveal--exit{opacity:1!important;transform:none!important;filter:none!important;animation:none!important}}.home-stitch-body{background:#fef7e5;padding-top:clamp(24px,4vw,40px);padding-bottom:clamp(48px,8vw,80px)}.home-page-flow--stitch .mini-section{margin-top:0;max-width:none;margin-inline:0;padding-inline:var(--stitch-section-gutter);box-sizing:border-box;container-type:inline-size;container-name:mini-featured;--featured-media-h: 248px;--featured-top-h: 68px;--featured-card-width: min(296px, 80vw);--featured-card-max-w: var(--featured-card-width)}.home-page-flow--stitch .mini-header{display:flex;align-items:center;gap:15px;padding:0;padding-left:calc(var(--stitch-section-head-gap) + 2px);margin-bottom:clamp(12px,2vw,18px)}.home-page-flow--stitch .mini-title{margin:0;white-space:nowrap;font-size:21px;font-family:Cinzel,serif;font-weight:700;color:#3d2012;letter-spacing:1px;line-height:normal;text-shadow:none}.home-page-flow--stitch .mini-top-line{display:block;height:2px;flex-grow:1;background:linear-gradient(to right,rgba(61,32,18,.3),transparent)}.home-page-flow--stitch .mini-bottom-line{width:100%;margin:10px 0 0;background:linear-gradient(to right,transparent,rgba(61,32,18,.14),transparent)}.home-page-flow--stitch .mini-grid{display:grid;grid-template-columns:1fr;gap:clamp(20px,2.8vw,32px);padding:20px 0 8px;margin-inline:0;max-width:100%}@container mini-featured (min-width: 620px){.home-page-flow--stitch .mini-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,272px),296px));justify-content:start;gap:clamp(20px,2.8vw,32px)}}@container mini-featured (max-width: 619px){.home-page-flow--stitch .mini-section{--featured-media-h: 372px;--featured-top-h: 68px}.home-page-flow--stitch .mini-grid{justify-items:center}}.home-page-flow--stitch .mini-grid .scroll-reveal{min-width:0;width:var(--featured-card-width);max-width:var(--featured-card-width)}.home-page-flow--stitch .mini-grid .scroll-reveal--card{width:var(--featured-card-width);max-width:var(--featured-card-width)}.home-page-flow--stitch .mini-grid .mini-card{width:100%;min-width:0;height:260px}.home-page-flow--stitch .mini-grid .mini-card--featured{height:auto;width:var(--featured-card-width);max-width:var(--featured-card-width);min-width:var(--featured-card-width);min-height:0}.home-page-flow--stitch .mini-card{box-shadow:0 10px 24px #3d20121a,0 0 0 1px #3d201214}.home-page-flow--stitch .mini-card--featured{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;width:var(--featured-card-width);max-width:var(--featured-card-width);min-width:var(--featured-card-width);min-height:0;cursor:pointer;--featured-panel-bg: linear-gradient( 180deg, rgba(61, 32, 18, .03) 0%, rgba(61, 32, 18, .07) 100% );--featured-panel-border: rgba(61, 32, 18, .06);--featured-photo-frame: clamp(4px, .75vw, 6px);padding:0;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#fffaf2,#fef7e5 58%,#f8eedc);border:1px solid rgba(61,32,18,.1);box-shadow:0 10px 28px #3d201214,inset 0 1px #ffffffa6;transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s cubic-bezier(.22,1,.36,1),border-color .38s cubic-bezier(.22,1,.36,1)}.home-page-flow--stitch .mini-card--featured:before{display:none}.home-page-flow--stitch .mini-card--featured:hover{transform:translateY(-6px);border-color:#c9a96261;box-shadow:0 18px 40px #3d20121f,0 0 0 1px #c9a96229,inset 0 1px #ffffffb8}.home-page-flow--stitch .mini-card__top{flex:0 0 var(--featured-top-h);min-height:var(--featured-top-h);max-height:var(--featured-top-h);padding:16px 16px 10px;box-sizing:border-box;text-align:left;overflow:hidden}.home-page-flow--stitch .mini-card__brand{display:block;font-size:.72rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#3d20127a;line-height:1.3}.home-page-flow--stitch .mini-card__model{margin:5px 0 0;font-family:inherit;font-size:clamp(1rem,2.2vw,1.12rem);font-weight:600;line-height:1.25;color:#3d2012;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-page-flow--stitch .mini-card__media{position:relative;flex:0 0 var(--featured-media-h);height:var(--featured-media-h);min-height:var(--featured-media-h);max-height:var(--featured-media-h);margin:0 14px;box-sizing:border-box;border-radius:14px 14px 0 0;overflow:hidden;background:var(--featured-panel-bg);border:1px solid var(--featured-panel-border);border-bottom:none}.home-page-flow--stitch .mini-card__media .loading-image,.home-page-flow--stitch .mini-card__media .loading-image--fill{position:absolute!important;top:var(--featured-photo-frame)!important;right:var(--featured-photo-frame)!important;bottom:var(--featured-photo-frame)!important;left:var(--featured-photo-frame)!important;width:auto!important;height:auto!important;display:block;border-radius:calc(12px - var(--featured-photo-frame));overflow:hidden;background:transparent;z-index:1}.home-page-flow--stitch .mini-card__media .loading-image__img.mini-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;padding:0;box-sizing:border-box;border-radius:inherit;transition:transform .55s cubic-bezier(.22,1,.36,1)}.home-page-flow--stitch .mini-card--featured:hover .mini-card__media .loading-image__img.mini-card__img{transform:scale(1.03)}.home-page-flow--stitch .mini-card__deal{flex:0 0 auto;flex-shrink:0;margin:0 14px 14px;padding:13px 16px 15px;text-align:left;background:var(--featured-panel-bg);border:1px solid var(--featured-panel-border);border-top:none;border-radius:0 0 14px 14px}.home-page-flow--stitch .mini-card__deal-label{display:block;margin-bottom:5px;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9a7b4f}.home-page-flow--stitch .mini-card__deal-text{margin:0;font-size:.84rem;line-height:1.45;color:#3d2012d1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-page-flow--stitch .mini-card__deal-text.is-placeholder{color:#3d20126b;font-style:italic}.home-stitch-footer{margin-top:clamp(32px,5vw,48px);padding:48px clamp(16px,4vw,48px);background:#fef7e5;border-top:1px solid rgba(61,32,18,.14)}.home-stitch-footer__inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}@media(min-width:768px){.home-stitch-footer__inner{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.home-stitch-footer__brand{display:flex;flex-direction:column;align-items:center;gap:8px}@media(min-width:768px){.home-stitch-footer__brand{align-items:flex-start}}.home-stitch-footer__title{font-family:Satoshi,"Source Sans 3",system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:#3d2012}.home-stitch-footer__copy{margin:0;font-family:Satoshi,"Source Sans 3",system-ui,sans-serif;font-size:.95rem;line-height:1.5;color:#3d2012b8}.home-stitch-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 24px}.home-stitch-footer__link{font-family:Satoshi,"Source Sans 3",system-ui,sans-serif;font-size:.95rem;line-height:1.4;color:#3d2012b8;text-decoration:none;transition:color .2s ease}.home-stitch-footer__link:hover{color:#3d2012}.home-page-flow--stitch .promo-installment{--promo-ink: #fef7e5;--promo-ink-soft: rgba(254, 247, 229, .85);--promo-ink-muted: #a1887f}.home-page-flow--stitch .home-stitch-stack:not(.home-stitch-stack--promo-only) .promo-installment__card{border:none;background:transparent;box-shadow:0 8px 28px #00000038;backdrop-filter:none;-webkit-backdrop-filter:none}.home-page-flow--stitch .home-stitch-stack:not(.home-stitch-stack--promo-only) .promo-installment__card:before,.home-page-flow--stitch .home-stitch-stack:not(.home-stitch-stack--promo-only) .promo-installment__card:after{display:none}.home-page-flow--stitch .home-stitch-stack .promo-installment__inner{background:transparent}.home-stitch-stack .promo-installment__footer--auto{padding-top:0}@media(max-width:767px){.home-stitch-hero{min-height:auto;padding-top:16px;padding-bottom:24px}.home-stitch-hero .welcome-title{font-size:clamp(1.75rem,9vw,2rem)}.home-stitch-stack{--showcase-w: min(100%, calc(100vw - 8px) );--showcase-h: min(calc(var(--showcase-w) * 10 / 13), min(92vh, 1020px))}.home-stitch-promo-col{margin-top:8px}.home-stitch-stack--promo-only{--promo-fit-w: min(100%, calc(100vw - 16px) , calc(100vh - 180px) );padding-bottom:24px}.home-stitch-stack--promo-only .promo-installment__inner{background:transparent;padding:0}}.home-page-flow--stitch .home-stitch-stack--promo-only .brand-word-carousel.promo-installment:not(.brand-word-carousel--triple){display:block;position:relative;width:var(--promo-fit-w);max-width:100%;height:auto;min-height:240px;aspect-ratio:1 / 1}.home-page-flow--stitch .home-stitch-promo-band .home-stitch-stack--promo-only .brand-word-carousel--triple.promo-installment{display:block;position:relative;width:100%!important;max-width:100%!important;height:auto!important;min-height:calc(var(--promo-triple-center) + 52px)!important;aspect-ratio:auto!important}.home-stitch-promo-band .home-stitch-stack--promo-only .brand-word-carousel--triple .promo-installment__viewport,.home-stitch-promo-band .home-stitch-stack--promo-only .brand-word-carousel--triple .promo-installment__viewport--images{position:relative!important;inset:auto!important;overflow:visible!important}.home-stitch-promo-band .home-stitch-stack--promo-only .brand-word-carousel--triple .promo-installment__slide--image{position:absolute!important;top:auto!important;bottom:0!important;visibility:visible!important;pointer-events:auto!important}.home-stitch-promo-band .home-stitch-stack--promo-only .brand-word-carousel--triple .promo-slide__frame{position:relative!important;inset:auto!important}.home-stitch-promo-band .home-stitch-stack--promo-only .brand-word-carousel--triple .promo-slide__img{position:relative!important;inset:auto!important;width:100%;height:100%}@media(min-width:720px){.home-page-flow--stitch .home-stitch-stack--promo-only .brand-word-carousel.promo-installment:not(.brand-word-carousel--triple){align-self:center;width:var(--promo-fit-w);max-width:100%;height:auto;min-height:240px}.home-page-flow--stitch .home-stitch-stack--promo-only .brand-word-carousel.promo-installment:not(.brand-word-carousel--triple) .promo-installment__card{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;flex:none}}.home-page-flow--stitch .home-stitch-stack--promo-only .promo-slide__img{object-fit:cover!important}.home-page-flow--stitch .home-stitch-stack--promo-only .promo-installment__card{border:1px solid rgba(161,136,127,.34);background:linear-gradient(160deg,#3e2723,#36201b 46%,#2e1915);box-shadow:0 12px 40px #00000047,inset 0 0 0 1px #a1887f29,inset 0 0 0 6px #1a0b0838}.home-page-flow--stitch .home-stitch-stack--promo-only .promo-installment__card:before{display:block;content:"";position:absolute;inset:clamp(5px,1vw,8px);border-radius:calc(clamp(16px,2.8vw,24px) - 5px);border:1px solid rgba(161,136,127,.24);pointer-events:none;z-index:2}.home-stitch-stack--promo-only .promo-installment__inner{position:relative}.home-stitch-stack--promo-only .promo-installment__inner>.promo-slide-card-overlay{position:absolute;left:clamp(14px,2.4vw,22px);bottom:clamp(14px,2.4vw,22px);z-index:6;pointer-events:none;transform:none;transform-origin:left bottom}.home-stitch-stack--promo-only .promo-slide-card-overlay__cards{width:clamp(92px,16vw,138px);height:clamp(58px,10vw,86px)}.home-stitch-stack--promo-only .promo-slide-card-overlay .promo-tap-scene__card{width:clamp(54px,9.5vw,82px);height:clamp(34px,6vw,52px);border-radius:clamp(5px,.9vw,8px)}.home-stitch-stack--promo-only .promo-slide-card-overlay .promo-tap-scene__card--gold{left:0;top:clamp(8px,1.5vw,12px)}.home-stitch-stack--promo-only .promo-slide-card-overlay .promo-tap-scene__card--dark{left:clamp(24px,4.2vw,36px);top:0}.home-stitch-stack--promo-only .promo-slide-card-overlay .promo-tap-scene__chip{width:clamp(13px,2.3vw,18px);height:clamp(10px,1.7vw,14px);top:clamp(8px,1.4vw,11px);left:clamp(8px,1.4vw,11px)}.home-stitch-stack--promo-only .promo-slide-card-overlay .promo-tap-scene__stripe{height:clamp(4px,.75vw,6px);left:clamp(8px,1.4vw,11px);right:clamp(8px,1.4vw,11px);bottom:clamp(8px,1.4vw,11px)}.brand-word-carousel--triple{width:100%!important;max-width:100%!important;aspect-ratio:auto!important;height:auto!important;min-height:auto!important}.brand-word-carousel--triple .brand-word-carousel__card,.brand-word-carousel--triple .promo-installment__card{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;border:none!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.brand-word-carousel--triple .promo-installment__card:before,.brand-word-carousel--triple .promo-installment__card:after{display:none!important}.brand-word-carousel--triple .promo-installment__inner,.brand-word-carousel--triple .promo-installment__inner--images{height:auto!important;min-height:0!important}.brand-word-carousel--triple .brand-word-carousel__viewport,.brand-word-carousel--triple .promo-installment__viewport,.brand-word-carousel--triple .promo-installment__viewport--images{position:relative!important;inset:auto!important;display:block!important;width:calc(var(--promo-triple-side) * 2 + var(--promo-triple-center) + var(--promo-triple-gap) * 2)!important;max-width:100%;height:var(--promo-triple-center)!important;min-height:var(--promo-triple-center);margin-inline:auto;overflow:visible!important;padding:0}.brand-word-carousel--triple .promo-installment__slide--image{position:absolute!important;top:auto;bottom:0;flex:none!important;height:auto;aspect-ratio:1;visibility:visible!important;pointer-events:auto!important;opacity:1;filter:brightness(1);transform:none;transform-origin:bottom center;transition:left var(--promo-triple-shift-ms) var(--promo-triple-ease),width var(--promo-triple-shift-ms) var(--promo-triple-ease),opacity var(--promo-triple-shift-ms) var(--promo-triple-ease),filter var(--promo-triple-shift-ms) var(--promo-triple-ease),z-index 0s linear;will-change:left,width}.brand-word-carousel--triple.brand-word-carousel--shifting .promo-installment__slide--image{transition-timing-function:var(--promo-triple-ease-shift),var(--promo-triple-ease-shift),var(--promo-triple-ease-shift),var(--promo-triple-ease-shift),linear}.brand-word-carousel--triple .promo-installment__slide--image.is-slot-left,.brand-word-carousel--triple .promo-installment__slide--image.is-slot-right{opacity:.84;filter:brightness(.93)}.brand-word-carousel--triple .promo-installment__slide--image.is-slot-center{opacity:1;filter:brightness(1)}.brand-word-carousel--triple .promo-installment__slide--image.is-wrap-out{opacity:0!important;transform:translate(-32px);z-index:0!important;pointer-events:none;transition:left 0s,width 0s,opacity calc(var(--promo-triple-shift-ms) * .44) var(--promo-triple-ease),transform calc(var(--promo-triple-shift-ms) * .44) var(--promo-triple-ease),filter calc(var(--promo-triple-shift-ms) * .44) var(--promo-triple-ease)}.brand-word-carousel--triple .promo-installment__slide--image.is-wrap-in{opacity:0;transform:translate(24px);transition:left 0s,width 0s,opacity calc(var(--promo-triple-shift-ms) * .56) var(--promo-triple-ease),transform calc(var(--promo-triple-shift-ms) * .56) var(--promo-triple-ease),filter calc(var(--promo-triple-shift-ms) * .56) var(--promo-triple-ease);animation:promoTripleWrapIn calc(var(--promo-triple-shift-ms) * .56) var(--promo-triple-ease) forwards}@keyframes promoTripleWrapIn{0%{opacity:0;transform:translate(24px)}to{opacity:.84;transform:translate(0)}}.brand-word-carousel--triple .promo-slide__frame{position:relative!important;inset:auto!important;width:100%;height:100%;aspect-ratio:1;border-radius:clamp(14px,2.4vw,20px);overflow:hidden;border:1px solid rgba(161,136,127,.32);background:linear-gradient(160deg,#3e2723,#2e1915);box-shadow:0 8px 22px #0000002e,inset 0 0 0 1px #a1887f1f;transition:border-color var(--promo-triple-shift-ms) var(--promo-triple-ease),border-width var(--promo-triple-shift-ms) var(--promo-triple-ease),box-shadow var(--promo-triple-shift-ms) var(--promo-triple-ease),transform var(--promo-triple-shift-ms) var(--promo-triple-ease)}.brand-word-carousel--triple .promo-installment__slide--image.is-slot-left .promo-slide__frame,.brand-word-carousel--triple .promo-installment__slide--image.is-slot-right .promo-slide__frame{transform:translateY(6px)}.brand-word-carousel--triple .promo-installment__slide--image.is-slot-center .promo-slide__frame,.brand-word-carousel--triple .promo-installment__slide--image.is-active .promo-slide__frame{border:2px solid rgba(201,169,98,.78);box-shadow:0 20px 48px #00000052,0 0 0 1px #c9a96247,inset 0 0 0 1px #a1887f2e;transform:translateY(0)}.brand-word-carousel--triple .promo-slide__img{object-fit:cover!important;transform:none;transition:none}.brand-word-carousel--triple .promo-installment__footer,.brand-word-carousel--triple .promo-installment__footer--auto{margin-top:clamp(12px,1.8vw,18px);position:relative;inset:auto;width:min(var(--promo-triple-center, min(360px, 34%)),100%);margin-inline:auto}.home-stitch-categories__head,.home-stitch-promo-band__head{position:relative;margin-left:0;margin-right:0;padding:var(--stitch-section-head-pad-y) 0;padding-left:calc(var(--stitch-section-head-gap) + 2px)}.home-stitch-categories__head:before,.home-stitch-promo-band__head:before{content:"";position:absolute;left:0;top:var(--stitch-section-head-pad-y);bottom:var(--stitch-section-head-pad-y);width:2px;background:#a1887f80}.home-stitch-categories__title,.home-stitch-promo-band__title{margin:0;font-family:inherit;font-size:var(--stitch-section-head-size);font-weight:600;line-height:1.25;letter-spacing:normal;text-shadow:none;white-space:normal}.home-stitch-categories{width:100%;max-width:none;margin:clamp(12px,2.5vw,24px) 0 0;padding:0 var(--stitch-section-gutter);box-sizing:border-box}.home-stitch-categories__head{margin-bottom:clamp(12px,2vw,20px);border-left:none;background:none}.home-stitch-categories__title{margin:0;color:#fef7e5}.home-stitch-categories__subtitle,.home-stitch-promo-band__subtitle{margin:clamp(6px,1vw,10px) 0 0;font-size:clamp(.9rem,1.8vw,1rem);line-height:1.5;color:#a1887f}.home-stitch-categories__body{display:flex;flex-direction:column;gap:14px}.home-stitch-categories__track-wrap{position:relative;--category-card-width: min(320px, 82vw);width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);min-height:clamp(380px,54vw,420px);padding-top:clamp(18px,2.5vw,28px);padding-bottom:clamp(8px,1.2vw,12px);overflow:visible}.home-stitch-categories__track{display:flex;align-items:flex-end;gap:clamp(32px,4.5vw,52px);min-height:clamp(360px,51vw,392px);box-sizing:border-box;padding:clamp(14px,2vw,20px) var(--stitch-section-gutter, clamp(16px, 2.5vw, 32px)) clamp(10px,1.5vw,14px) var(--stitch-section-gutter, clamp(16px, 2.5vw, 32px));overflow-x:auto;overflow-y:visible;scroll-snap-type:none;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}.home-stitch-categories__track.is-user-scrolling .home-stitch-category-card__btn,.home-stitch-categories__track.is-user-scrolling .home-stitch-category-card--fit-contain .home-stitch-category-card__img{transition:none!important}.home-stitch-categories__track.is-animating{scroll-snap-type:none}.home-stitch-categories__track.is-animating .home-stitch-category-card,.home-stitch-categories__track.is-animating .home-stitch-category-card__btn{transition:none!important}.home-stitch-categories__track::-webkit-scrollbar{display:none}.home-stitch-category-card{--card-focus: 0;flex:0 0 auto;width:var(--category-card-width, min(280px, 76vw));scroll-snap-align:start;align-self:flex-end;margin-inline-end:calc(var(--card-focus) * 6px)}.home-stitch-category-card__btn{display:flex;flex-direction:column;width:100%;height:100%;padding:0;border:1px solid rgba(161,136,127,calc(.14 + var(--card-focus) * .28));border-radius:12px;background:var(--stitch-card, #3e2723);overflow:hidden;cursor:pointer;text-align:left;opacity:calc(.82 + var(--card-focus) * .18);transform:scale(calc(.96 + var(--card-focus) * .05));transform-origin:left bottom;box-shadow:0 calc(4px + var(--card-focus) * 10px) calc(16px + var(--card-focus) * 22px) rgba(0,0,0,calc(.12 + var(--card-focus) * .2));transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .32s cubic-bezier(.22,1,.36,1),border-color .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.home-stitch-category-card.is-active{z-index:1}.home-stitch-category-card__btn:hover{border-color:#a1887f7a}.home-stitch-category-card.is-active .home-stitch-category-card__btn{border-color:#c9a96294}.home-stitch-category-card__media{position:relative;height:172px;overflow:hidden;background:var(--stitch-base)}.home-stitch-category-card__media-fade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,#3e2723 0%,transparent 55%);pointer-events:none}.home-stitch-category-card__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.home-stitch-category-card--fit-contain .home-stitch-category-card__media{display:flex;align-items:center;justify-content:center;padding:12px 14px 0;box-sizing:border-box;overflow:hidden;background:linear-gradient(180deg,var(--stitch-base) 0%,var(--stitch-base) 38%,#2e1915 58%,#36201b 74%,#3a231e 88%,var(--stitch-card) 100%)}.home-stitch-category-card--fit-contain .home-stitch-category-card__media-fade{display:none}.home-stitch-category-card--fit-contain .home-stitch-category-card__img{position:relative;z-index:0;flex:0 0 auto;width:auto;height:auto;max-width:calc(100% * var(--image-scale, .82));max-height:calc(100% * var(--image-scale, .82));object-fit:contain;object-position:center center;transform:none;transition:max-width .6s ease,max-height .6s ease}.home-stitch-category-card--tablet .home-stitch-category-card__media{padding:12px 16px 0}.home-stitch-category-card--tablet .home-stitch-category-card__img{max-width:calc(100% * var(--image-scale, .76));max-height:calc(100% * var(--image-scale, .76))}.home-stitch-category-card__btn:hover .home-stitch-category-card__img{transform:scale(1.08)}.home-stitch-category-card--fit-contain .home-stitch-category-card__btn:hover .home-stitch-category-card__img{max-width:calc(100% * (var(--image-scale, .82) + .04));max-height:calc(100% * (var(--image-scale, .82) + .04));transform:none}.home-stitch-category-card--tablet .home-stitch-category-card__btn:hover .home-stitch-category-card__img{max-width:calc(100% * (var(--image-scale, .76) + .04));max-height:calc(100% * (var(--image-scale, .76) + .04))}.home-stitch-category-card__body{position:relative;z-index:2;padding:clamp(16px,2.5vw,24px)}.home-stitch-category-card__name{margin:0 0 8px;font-size:clamp(.95rem,1.85vw,1.08rem);font-weight:calc(500 + var(--card-focus, 0) * 70);color:#fef7e5;opacity:calc(.9 + var(--card-focus, 0) * .1);letter-spacing:calc((1 - var(--card-focus, 0)) * .01em)}.home-stitch-category-card__desc{margin:0 0 14px;font-size:clamp(.85rem,1.6vw,.95rem);line-height:1.45;color:#a1887f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-stitch-category-card__cta{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fef7e5;transition:color .25s ease}.home-stitch-category-card__btn:hover .home-stitch-category-card__cta{color:#c9a962}.home-stitch-categories__controls{display:flex;gap:12px;flex-shrink:0;height:40px;margin-top:0;align-items:center;padding-inline:0}.home-stitch-categories__nav{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(161,136,127,.3);border-radius:999px;background:transparent;color:#fef7e5;font-size:1.35rem;line-height:1;cursor:pointer;transition:background .25s ease,border-color .25s ease,opacity .25s ease}.home-stitch-categories__nav:hover:not(:disabled){background:#3e2723;border-color:#a1887f8c}.home-stitch-categories__nav:disabled{opacity:.35;cursor:not-allowed}.home-stitch-promo-band{position:relative;background:linear-gradient(180deg,#271310,#2b1713,#301a15,#362018 66%,#3c241c 85%,#422820);padding:clamp(32px,5vw,56px) 0 clamp(36px,6vw,64px)}.home-stitch-promo-band__inner{width:100%;max-width:none;margin-inline:0;padding-inline:var(--stitch-section-gutter);box-sizing:border-box;display:flex;flex-direction:column;gap:0}.home-stitch-promo-band__head{z-index:1;flex-shrink:0;margin-bottom:clamp(18px,2.8vw,28px)}.home-stitch-promo-band__title{margin:0;color:#fef7e5}.home-stitch-promo-band__visual{width:100%;min-width:0;min-height:calc(var(--promo-triple-center, 360px) + clamp(36px,5vw,56px));box-sizing:border-box;background:transparent;border:none;border-radius:0;padding:clamp(8px,1.5vw,16px) 0;box-shadow:none;overflow:visible}.home-stitch-promo-band .scroll-reveal--featured-block{width:100%;min-width:0;position:relative;z-index:0}.home-stitch-promo-band .home-stitch-stack--promo-only{padding:0;background:transparent}.home-stitch-promo-band .home-stitch-stack .promo-installment__footer--auto{background:linear-gradient(to top,rgba(62,39,35,.4),transparent)}.home-page-flow--stitch .home-stitch-promo-band .home-stitch-stack--promo-only .promo-installment__card{border:none;background:transparent;box-shadow:none}.home-page-flow--stitch .home-stitch-promo-band .home-stitch-stack--promo-only .promo-installment__card:before{display:none}@media(max-width:767px){.home-stitch-categories{margin-top:8px}}@media(prefers-reduced-motion:reduce){.home-stitch-category-card,.home-stitch-category-card__btn,.home-stitch-category-card__media,.home-stitch-category-card__name,.brand-word-carousel--triple .promo-installment__slide--image,.brand-word-carousel--triple .promo-slide__frame,.brand-word-carousel--triple .promo-slide__img{transition:none!important;animation:none!important}}.storefront-status{display:flex;justify-content:center;align-items:center;padding:48px 24px 64px;min-height:min(42vh,320px);position:relative;z-index:1}.storefront-status--empty{min-height:min(50vh,420px);padding:64px 24px 80px}.storefront-status__card{text-align:center;padding:28px 36px;border-radius:18px;max-width:400px;width:100%;background:#fef7e5f0;border:1px solid rgba(201,169,98,.28);box-shadow:0 10px 32px #0000001f,inset 0 1px #ffffff80}.storefront-status__spinner{display:block;width:40px;height:40px;margin:0 auto 18px;border:3px solid rgba(201,169,98,.22);border-top-color:#c9a962;border-radius:50%;animation:storefrontStatusSpin .85s linear infinite}.storefront-status__title{margin:0;font-family:Cinzel,Fjalla One,serif;font-size:1.2rem;font-weight:600;letter-spacing:.02em;color:#3d2012}.storefront-status__detail{margin:12px 0 0;font-size:.9rem;line-height:1.45;color:#3d2012b8}.home-page-flow .storefront-status__card{background:#2a2420f5;border-color:#c9a9624d;box-shadow:0 12px 36px #00000047,inset 0 1px #ffffff14}.home-page-flow .storefront-status__title{color:#f2e8d6}.home-page-flow .storefront-status__detail{color:#f0e6d6c7}.home-page-flow .storefront-status__spinner{border-color:#c9a96240;border-top-color:#d4b876}.home-page-flow--catalog .storefront-status__card{background:#fef7e5f5;border-color:#c9a96252;box-shadow:0 12px 36px #0000001a,inset 0 1px #ffffff8c}.home-page-flow--catalog .storefront-status__title{color:#3d2012;font-size:1.05rem;line-height:1.5;max-width:22em;margin-inline:auto}.home-page-flow--catalog .storefront-status--empty .storefront-status__card{padding:32px 28px}@keyframes storefrontStatusSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.storefront-status__spinner{animation:none;border-top-color:#c9a962}}.loading-image{display:block;position:relative;width:100%;height:100%;overflow:hidden;background:#3d20120f}.loading-image--fill{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.loading-image__spinner{position:absolute;left:50%;top:50%;z-index:1;width:clamp(28px,8vw,36px);height:clamp(28px,8vw,36px);margin:calc(clamp(28px,8vw,36px)/-2) 0 0 calc(clamp(28px,8vw,36px)/-2);border:3px solid rgba(201,169,98,.22);border-top-color:#c9a962;border-radius:50%;animation:loadingImageSpin .75s linear infinite;pointer-events:none}.loading-image__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .28s ease}.loading-image--fallback{background:#3d201214}.loading-image--fallback .loading-image__img{object-fit:cover;object-position:center}.loading-image__img.is-loaded{opacity:1}.loading-image--fill .loading-image__img{position:absolute;top:0;right:0;bottom:0;left:0}@keyframes loadingImageSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.loading-image__spinner{animation:none;border-top-color:#c9a962}}
