:root{--font-sans:"DM Sans", "Segoe UI", system-ui, sans-serif;--font-display:"Outfit", var(--font-sans);--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-soft:0 8px 32px #50607814;--shadow-nav:0 -4px 24px #5060780f;--transition:.22s ease}[data-theme=light]{--bg:#f4f6fb;--bg-elevated:#fff;--bg-muted:#e8ecf4;--text:#1c2433;--text-muted:#5c6678;--accent:#5b8c9a;--accent-soft:#5b8c9a24;--accent-2:#c4a484;--border:#1c243314;--chip:#eef1f7;--hero-gradient:linear-gradient(135deg, #eef3f9 0%, #e8f0f3 45%, #f2ece6 100%);--modal-backdrop:#1c243373}[data-theme=dark]{--bg:#12161c;--bg-elevated:#1a2029;--bg-muted:#242c38;--text:#e8ecf1;--text-muted:#9aa4b2;--accent:#7eb8c4;--accent-soft:#7eb8c426;--accent-2:#d4b896;--border:#e8ecf114;--chip:#242c38;--hero-gradient:linear-gradient(135deg, #151a22 0%, #1a2328 50%, #221e1a 100%);--modal-backdrop:#000000a6}::selection{background:color-mix(in srgb, var(--accent) 30%, transparent);color:var(--text)}html[data-theme=dark] ::selection{background:color-mix(in srgb, var(--accent) 42%, var(--bg-muted) 38%);color:var(--text)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;margin:0}#root{flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;font-weight:600}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img,picture{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}button{font:inherit;cursor:pointer}button:not(:disabled):active,.icon-btn:not(:disabled):active,.slider-side:not(:disabled):active,.catalog-chip:active,.catalog-brand-btn:active,.tab-item:active,.carousel-dot:active,.hero-catalog-btn:active{transition-duration:70ms;transform:translateY(1px)scale(.985)}.primary-btn:not(:disabled):active{filter:brightness(.94);transition-duration:70ms;transform:translateY(1px)scale(.985)}.ghost-btn:not(:disabled):active{transition-duration:70ms;transform:translateY(1px)scale(.985)}.carousel-arrow:active{transition-duration:70ms;transform:translateY(calc(1px - 50%))scale(.94)}.product-card:active{transition-duration:80ms;transform:translateY(2px)scale(1.01)}.product-strip-slider__track .product-card:hover{z-index:1;box-shadow:var(--shadow-soft);position:relative;transform:translateY(-2px)}.product-strip-slider__track .product-card:active{filter:brightness(.96);transition-duration:80ms;transform:translateY(0)}input,select,textarea{font:inherit}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{min-height:100dvh;padding-bottom:env(safe-area-inset-bottom,0);flex-direction:column;flex:1;display:flex}@media (width<=768px){.app-shell{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}}.main-content{flex:1;width:100%;max-width:1120px;margin:0 auto;padding:1.25rem 1.25rem 2rem;position:relative}@media (width>=769px){.main-content{padding:1.5rem 1.5rem 3rem}}.page-progress{z-index:200;pointer-events:none;opacity:0;height:3px;transition:opacity .25s;position:fixed;top:0;left:0;right:0;overflow:hidden}.page-progress:after{content:"";background:linear-gradient(90deg, color-mix(in srgb, var(--accent) 55%, transparent), var(--accent), color-mix(in srgb, var(--accent-2) 70%, var(--accent)));width:min(42%,220px);height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--accent) 40%, transparent);border-radius:0 2px 2px 0;display:block;transform:translate(-100%)}.page-progress--on{opacity:1}.page-progress--on:after{animation:.78s cubic-bezier(.22,1,.36,1) forwards page-progress-slide}@keyframes page-progress-slide{0%{transform:translate(-100%)}to{transform:translate(calc(100vw + 100%))}}.page-transition-wrap{width:100%;min-height:min(60dvh,480px)}.site-header{z-index:60;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header-inner{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;max-width:1120px;margin:0 auto;padding:.65rem 1rem;display:flex}@media (width>=769px){.site-header-inner{flex-wrap:nowrap;grid-template-columns:1fr auto 1fr;align-items:center;gap:.65rem 1rem;display:grid}.brand-link{justify-self:start}.desktop-nav{justify-self:center}.header-end{justify-content:flex-end;justify-self:end;align-items:center;gap:.65rem;width:100%;min-width:0;max-width:440px;display:flex}}.brand-link{color:var(--text);align-items:center;gap:.65rem;text-decoration:none;display:flex}.brand-link:hover{text-decoration:none}.brand-mark{background:var(--accent-soft);border:1px solid var(--border);width:40px;height:40px;font-family:var(--font-display);color:var(--accent);border-radius:12px;place-items:center;font-size:.85rem;font-weight:700;display:grid}.brand-text{flex-direction:column;line-height:1.15;display:flex}.brand-text strong{font-size:1.05rem;font-family:var(--font-display)}.brand-text span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.header-search{z-index:70;flex:1;min-width:160px;max-width:360px;position:relative}.search-field-wrap{width:100%;position:relative}.search-field{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);align-items:center;gap:.5rem;padding:.45rem .35rem .45rem .75rem;display:flex}.search-field input{color:var(--text);background:0 0;border:none;flex:1;min-width:0}.search-field input:focus{outline:none}.search-clear{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--text-muted);cursor:pointer;transition:color var(--transition), background var(--transition), transform .18s ease;background:0 0;border:none;flex-shrink:0;place-items:center;margin:-6px -4px -6px 0;display:grid}.search-clear span{font-size:1.35rem;font-weight:300;line-height:1}.search-clear:hover{color:var(--text);background:var(--accent-soft);transform:rotate(90deg)scale(1.08)}.search-clear:active{transform:rotate(90deg)scale(.95)}.search-preview{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);max-height:min(70dvh,420px);box-shadow:var(--shadow-soft);z-index:80;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--accent) 48%, var(--border)) var(--bg-muted);position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.search-preview::-webkit-scrollbar{width:8px}.search-preview::-webkit-scrollbar-track{background:var(--bg-muted);border-radius:6px}.search-preview::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--accent) 55%, var(--bg-muted));border:2px solid var(--bg-muted);border-radius:6px}.search-preview::-webkit-scrollbar-thumb:hover{background:var(--accent)}.search-preview__row{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text);text-align:left;cursor:pointer;transition:background var(--transition), transform .14s ease;background:0 0;align-items:center;gap:.65rem;padding:.5rem .65rem;display:flex}.search-preview__row:last-child{border-bottom:none}.search-preview__row:hover{background:var(--chip)}.search-preview__thumb{border-radius:var(--radius-sm);background:var(--bg-muted);flex-shrink:0;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.search-preview__thumb img{object-fit:cover;width:100%;height:100%}.search-preview__noimg{color:var(--text-muted);font-size:.75rem}.search-preview__text{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.search-preview__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.3;display:-webkit-box;overflow:hidden}.search-preview__meta{color:var(--text-muted);font-size:.72rem}.search-preview__price{color:var(--accent);flex-shrink:0;font-size:.85rem;font-weight:600}.header-actions{align-items:center;gap:.4rem;display:flex}.icon-btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);width:40px;height:40px;color:var(--text);transition:background var(--transition), border-color var(--transition), transform .14s ease;place-items:center;display:grid}.icon-btn:hover{background:var(--chip)}.desktop-nav{align-items:center;gap:.35rem;display:none}.desktop-nav a{border-radius:var(--radius-sm);color:var(--text-muted);padding:.45rem .65rem;font-size:.9rem;text-decoration:none}.desktop-nav a:hover{color:var(--text);background:var(--chip);text-decoration:none}@media (width>=769px){.desktop-nav{display:flex}}@media (width<=768px){.site-header{display:none}}.site-footer{border-top:1px solid var(--border);background:var(--bg-elevated);margin-top:auto}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1120px;margin:0 auto;padding:1.25rem 1rem 1.5rem;display:flex}.footer-inner--stack{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.85rem}.footer-copy{color:var(--text-muted);margin:0;font-size:.88rem}.social-links{flex-wrap:wrap;gap:.75rem;display:flex}.footer-inner--stack .social-links{justify-content:center}.social-links a{color:var(--text-muted);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;font-size:.85rem;text-decoration:none;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .2s,filter .2s;display:inline-flex}.social-links a.social-link--icon:hover{opacity:1;filter:brightness(1.12);text-decoration:none;transform:translateY(-3px)scale(1.08)}.social-links a.social-link--icon:active{filter:brightness(.95);transition-duration:80ms;transform:translateY(0)scale(.94)}.social-links a.social-link--icon img{object-fit:contain;width:34px;height:34px;display:block}.social-links a:hover{color:var(--text)}@media (width<=768px){.site-footer{padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px))}}.mobile-tabbar{z-index:50;background:color-mix(in srgb, var(--bg-elevated) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);box-shadow:var(--shadow-nav);padding:.35rem .5rem calc(.35rem + env(safe-area-inset-bottom,0px));display:none;position:fixed;bottom:0;left:0;right:0}@media (width<=768px){.mobile-tabbar{justify-content:space-around;align-items:stretch;display:flex}}.tab-item{color:var(--text-muted);border-radius:var(--radius-sm);min-width:0;transition:background var(--transition), color var(--transition), transform .14s ease;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:.35rem .25rem;font-size:.65rem;text-decoration:none;display:flex}.tab-item svg{width:22px;height:22px}.tab-item.active{color:var(--accent)}.tab-item:hover,.tab-item:focus-visible{background:var(--accent-soft);outline:none}.hero-section{border-radius:var(--radius-lg);background:var(--hero-gradient);border:1px solid var(--border);margin-bottom:1rem;padding:1.75rem 1.25rem 1.5rem;position:relative;overflow:visible}.hero-section:after{content:"";background:radial-gradient(circle at 70% 30%, color-mix(in srgb, var(--accent-soft) 95%, transparent) 0%, transparent 72%);pointer-events:none;border-radius:50%;width:clamp(120px,36vw,220px);height:clamp(120px,34vw,200px);position:absolute;top:10px;right:10px}.hero-grid{z-index:1;gap:1.25rem;display:grid;position:relative}.hero-picker-block{z-index:5;position:relative}@media (width>=769px){.hero-grid{grid-template-columns:1fr 1fr;align-items:start}}.hero-badge{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.25rem .6rem;font-size:.75rem;display:inline-flex}.hero-grid--split{margin-top:0}.hero-title{font-size:clamp(1.45rem,4vw,2rem);font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .5rem;font-weight:600;line-height:1.15}.hero-title__primary{color:var(--text)}.hero-title__sep{color:var(--text-muted);font-weight:500}.hero-title__muted{color:var(--text-muted)}.hero-picker-heading{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0 0 .55rem;padding-left:.45rem;font-size:.72rem;font-weight:600;line-height:1.35}.hero-catalog-cta-wrap{width:100%;max-width:none;margin:-.35rem 0 2.75rem;padding:0}@media (width>=769px){.hero-catalog-cta-wrap{margin-bottom:3rem}}.hero-catalog-btn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);width:100%;color:var(--text);box-shadow:var(--shadow-soft);transition:border-color var(--transition), background var(--transition), color var(--transition), transform .12s ease;justify-content:center;align-items:center;gap:.5rem;margin-top:0;padding:.72rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.hero-catalog-btn__arrow{opacity:.85;flex-shrink:0;transition:transform .2s,opacity .2s}.hero-catalog-btn:hover .hero-catalog-btn__arrow{opacity:1;transform:translate(3px)}.hero-catalog-btn:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--border));background:var(--accent-soft);color:var(--accent);text-decoration:none}.lead{color:var(--text-muted);max-width:36ch;margin:0;font-size:.98rem;line-height:1.55}.section-title{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.section-title h2{margin:0;font-size:1.15rem}.section-title span{color:var(--text-muted);font-size:.8rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem;display:grid}@media (width>=600px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.product-card{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border);cursor:pointer;text-align:left;transition:transform var(--transition), box-shadow var(--transition), filter .12s ease;flex-direction:column;min-height:100%;padding:0;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-soft);z-index:2;position:relative;transform:scale(1.02)}.product-card-image{aspect-ratio:4/3;background:var(--bg-muted);place-items:center;display:grid;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%}.product-card-body{flex-direction:column;flex:1;gap:.35rem;padding:.65rem .75rem .75rem;display:flex}.product-card-title{-webkit-line-clamp:2;color:var(--text);-webkit-box-orient:vertical;font-size:.82rem;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card-meta{color:var(--text-muted);font-size:.72rem}.product-card-price{color:var(--accent);margin-top:auto;font-size:.95rem;font-weight:600}.picker-panel{z-index:6;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);min-height:12.75rem;box-shadow:var(--shadow-soft);padding:1rem;position:relative}.picker-row{flex-direction:column;gap:.75rem;display:flex}@media (width>=500px){.picker-panel{min-height:5.85rem}.picker-row{flex-direction:row;align-items:flex-end}}.field{flex-direction:column;flex:1;gap:.35rem;display:flex}.field label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.75rem}.field select{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text);padding:.55rem .65rem}.primary-btn{border-radius:var(--radius-sm);background:var(--accent);color:#fff;white-space:nowrap;transition:filter var(--transition), transform .14s ease;border:none;padding:.65rem 1.25rem;font-weight:600}.primary-btn:hover{filter:brightness(1.05)}.primary-btn:disabled{opacity:.45;cursor:not-allowed}.ghost-btn{border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text);transition:background var(--transition), border-color var(--transition), color var(--transition), transform .14s ease;background:0 0;padding:.5rem .85rem}.home-strip-section{--strip-nav-w:calc(24px + .45rem);margin-bottom:2rem}@media (width<=640px){.home-strip-section{--strip-nav-w:calc(20px + .45rem)}}.home-strip-section .section-title{padding-left:var(--strip-nav-w);padding-right:var(--strip-nav-w)}.product-strip-row{align-items:stretch;gap:.45rem;width:100%;display:flex}.product-strip-shell{flex:1;min-width:0}.product-strip-slider__viewport{padding:6px 2px 10px;overflow:hidden}.product-strip-slider__track{scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-x;gap:.85rem;width:100%;margin:-10px -6px -14px;padding:10px 6px 14px;display:flex;overflow-x:auto}.product-strip-slider__track::-webkit-scrollbar{display:none}.product-strip-slider__track.is-dragging{cursor:grabbing}.product-strip-slider__track .product-card{flex:0 0 200px}@media (width<=500px){.product-strip-slider__track .product-card{flex-basis:160px}}.slider-side{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);width:24px;min-width:22px;max-width:28px;color:var(--text);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition), opacity var(--transition), transform .18s ease, box-shadow .18s ease;flex:0 0 24px;justify-content:center;align-self:stretch;align-items:center;padding:0;font-size:1.2rem;font-weight:600;line-height:1;display:flex}.slider-side:hover:not(:disabled){background:var(--accent-soft);border-color:color-mix(in srgb, var(--accent) 35%, var(--border));color:var(--accent)}.slider-side:disabled{opacity:.28;cursor:default}@media (width<=640px){.slider-side{flex-basis:20px;width:20px;min-width:18px;max-width:24px;font-size:1.05rem}}.custom-select{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex;position:relative}.custom-select--disabled{opacity:.5;pointer-events:none}.custom-select__label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.75rem}.custom-select__trigger{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);text-align:left;cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition), transform .14s ease;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .65rem;display:flex}.custom-select__trigger:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 40%, var(--border));box-shadow:0 0 0 3px var(--accent-soft)}.custom-select__trigger:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.custom-select__placeholder{color:var(--text-muted)}.custom-select__chev{color:var(--text-muted);transition:transform var(--transition);font-size:.65rem}.custom-select__trigger[aria-expanded=true] .custom-select__chev{transform:rotate(-180deg)}.custom-select__list{z-index:80;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:240px;box-shadow:var(--shadow-soft);scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--accent) 48%, var(--border)) var(--bg-muted);margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.custom-select__list::-webkit-scrollbar{width:8px}.custom-select__list::-webkit-scrollbar-track{background:var(--bg-muted);border-radius:6px}.custom-select__list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--accent) 55%, var(--bg-muted));border:2px solid var(--bg-muted);border-radius:6px}.custom-select__list::-webkit-scrollbar-thumb:hover{background:var(--accent)}.custom-select__empty{color:var(--text-muted);padding:.5rem .75rem;font-size:.85rem}.custom-select__option{width:100%;color:var(--text);text-align:left;cursor:pointer;transition:background var(--transition), transform .14s ease;background:0 0;border:none;padding:.45rem .75rem;font-size:.9rem}.custom-select__option:hover{background:var(--chip)}.custom-select__option.is-active{background:var(--accent-soft);color:var(--accent)}.catalog-step-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .75rem;font-size:.8rem}.catalog-brand-grid{flex-wrap:wrap;gap:.65rem;display:flex}.catalog-brand-btn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);min-width:5.5rem;color:var(--text);cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition), transform .14s ease;flex-direction:column;align-items:center;gap:.4rem;padding:.65rem .75rem .55rem;display:inline-flex}.catalog-brand-btn:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border));box-shadow:var(--shadow-soft)}.catalog-brand-btn.is-active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.catalog-brand-btn__icon{background:var(--chip);border-radius:12px;place-items:center;width:48px;height:48px;display:grid;position:relative;overflow:hidden}.catalog-brand-btn__icon img{object-fit:contain;z-index:1;width:100%;height:100%;padding:5px;position:absolute;inset:0}.catalog-brand-btn__fallback{color:var(--accent);z-index:0;font-size:.72rem;font-weight:700}.catalog-brand-btn__name{text-align:center;max-width:7rem;font-size:.78rem;line-height:1.2}.catalog-type-chips{flex-wrap:wrap;gap:.5rem;display:flex}.catalog-chip{border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition), transform .14s ease;border-radius:999px;padding:.45rem .85rem;font-size:.85rem}.catalog-chip:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border));color:var(--text)}.catalog-chip.is-active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:600}.catalog-hint{color:var(--text-muted);margin-top:1rem;font-size:.95rem}.catalog-brands{margin-bottom:1.5rem}.catalog-types{margin-bottom:2rem}.modal-buy{white-space:normal;text-align:center;width:100%;min-height:3.45rem;margin-top:.35rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:clamp(1.02rem,2.5vw,1.18rem);line-height:1.3}.modal-carousel-anchor{flex-shrink:0;width:100%}.modal-body .modal-carousel-anchor .carousel.carousel--scroll{aspect-ratio:16/10;width:100%;height:auto;min-height:200px;max-height:min(44dvh,400px);box-shadow:none;background:0 0;border:none;flex-shrink:0}.carousel--modal .carousel-scroll{scrollbar-width:none}.carousel--modal .carousel-scroll::-webkit-scrollbar{display:none}.modal-body .modal-carousel-anchor .carousel-slide img{object-fit:contain;background:var(--bg-muted)}.carousel--modal .carousel-slide img{cursor:zoom-in}.carousel--lightbox .carousel-slide img{cursor:default}.modal-copy-toast{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-muted);box-shadow:var(--shadow-soft);margin-top:.5rem;padding:.75rem .85rem}.modal-copy-toast__head{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.45rem;display:flex}.modal-copy-toast__title{color:var(--text);margin:0;font-size:.95rem;font-weight:700;line-height:1.35}.modal-copy-toast__text{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.5}.modal-copy-toast__close{flex-shrink:0;width:34px;height:34px;margin:-.2rem -.15rem 0 0}.modal-meta-line{color:var(--text-muted);margin:0 0 1rem;font-size:.85rem}.modal-backdrop{z-index:100;background:var(--modal-backdrop);justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}@media (width>=600px){.modal-backdrop{align-items:center;padding:1.5rem}}.modal-sheet{background:var(--bg-elevated);border-radius:var(--radius-lg) var(--radius-lg) 0 0;flex-direction:column;width:100%;max-width:560px;min-height:0;max-height:92dvh;display:flex;overflow:hidden;box-shadow:0 -8px 40px #0003}@media (width>=600px){.modal-sheet{border-radius:var(--radius-lg);max-height:88dvh}}.modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.35rem 1rem .6rem;display:flex}.modal-header h2{letter-spacing:-.02em;margin:0;font-size:1.22rem;font-weight:600;line-height:1.3}.modal-body{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--accent) 48%, var(--border)) var(--bg-muted);flex-direction:column;flex:1;gap:1rem;min-height:0;padding:.75rem 1rem 1.25rem;display:flex;overflow-y:auto}.modal-body::-webkit-scrollbar{width:9px}.modal-body::-webkit-scrollbar-track{background:var(--bg-muted);border-radius:8px}.modal-body::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--accent) 55%, var(--bg-muted));border:2px solid var(--bg-muted);border-radius:8px}.modal-body::-webkit-scrollbar-thumb:hover{background:var(--accent)}.modal-price{color:var(--accent);font-size:1.35rem;font-weight:700}.html-description{color:var(--text-muted);font-size:.9rem;line-height:1.55}.html-description :where(p,ul){margin:0 0 .65em}.html-description strong{color:var(--text)}.carousel.carousel--scroll{border-radius:var(--radius-md);background:var(--bg-muted);aspect-ratio:16/10;position:relative;overflow:hidden}.carousel-scroll{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--accent) 50%, var(--border)) var(--bg-muted);-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-x;width:100%;height:100%;display:flex;overflow:auto hidden}.carousel-scroll::-webkit-scrollbar{height:6px}.carousel-scroll::-webkit-scrollbar-track{background:color-mix(in srgb, var(--bg-muted) 85%, transparent);border-radius:4px}.carousel-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--accent) 55%, var(--bg-muted));border-radius:4px}.carousel-scroll::-webkit-scrollbar-thumb:hover{background:var(--accent)}.carousel-scroll.is-dragging{cursor:grabbing}.carousel-slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;width:100%;height:100%;min-height:100%}.carousel-slide img{object-fit:cover;width:100%;height:100%;display:block}.carousel-nav{gap:.35rem;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:transform .14s,background .18s}.carousel-dot.active{background:#fff;transform:scale(1.15)}.carousel-arrow{background:color-mix(in srgb, var(--bg-elevated) 80%, transparent);width:36px;height:36px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:50%;place-items:center;transition:transform .14s,background .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow.prev{left:.5rem}.carousel-arrow.next{right:.5rem}.carousel--modal.carousel--scroll,.carousel--lightbox.carousel--scroll{box-shadow:none;background:0 0;border:none;width:100%}.carousel--lightbox.carousel--scroll{aspect-ratio:16/10;height:auto;min-height:220px;max-height:min(82dvh,860px)}.carousel--lightbox .carousel-scroll{scrollbar-width:none}.carousel--lightbox .carousel-scroll::-webkit-scrollbar{display:none}.carousel-lightbox{z-index:160;background:var(--modal-backdrop);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:1.25rem 1rem 2rem;display:flex;position:fixed;inset:0}.carousel-lightbox__close{top:max(.75rem, env(safe-area-inset-top,0px));right:max(.75rem, env(safe-area-inset-right,0px));z-index:165;position:fixed}.carousel-lightbox__inner{z-index:1;justify-content:center;align-items:center;width:min(96vw,960px);max-height:min(88dvh,900px);display:flex;position:relative}.brand-block{margin-bottom:1.75rem}.brand-block h3{border-bottom:2px solid var(--accent-soft);margin:0 0 .75rem;padding-bottom:.35rem;font-size:1rem;display:inline-block}.about-contact{max-width:62ch;color:var(--text-muted);margin:1.25rem 0 0;font-size:1.02rem;line-height:1.55}.about-contact a{color:var(--accent);font-weight:600;text-decoration:none}.about-contact a:hover{text-decoration:underline}.home-company-highlights{margin-top:.5rem;margin-bottom:2.25rem}.company-highlights__grid{margin-top:0}.about-grid{gap:1rem;display:grid}@media (width>=700px){.about-grid{grid-template-columns:1fr 1fr}}.stat-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);padding:1rem 1.1rem}.stat-card h3{margin:0 0 .35rem;font-size:.95rem}.stat-card p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.5}.about-verify{margin-top:2.25rem}.about-verify__title{font-size:1.05rem;font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin:0 0 1rem;font-weight:600}.about-verify__flow{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--accent) 45%, var(--border)) var(--bg-muted);flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.5rem;padding:3rem 0 .75rem;display:flex;overflow-x:auto}.about-verify__flow::-webkit-scrollbar{height:7px}.about-verify__flow::-webkit-scrollbar-track{background:var(--bg-muted);border-radius:4px}.about-verify__flow::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--accent) 55%, var(--bg-muted));border-radius:4px}.about-verify__flow::-webkit-scrollbar-thumb:hover{background:var(--accent)}.about-verify-step{border-radius:var(--radius-lg);background:var(--hero-gradient);border:1px solid var(--border);min-width:168px;max-width:280px;box-shadow:var(--shadow-soft);flex:200px;padding:1.15rem 1.2rem;position:relative;overflow:visible}.about-verify-step:after{content:"";background:radial-gradient(circle, var(--accent-soft) 0%, transparent 70%);pointer-events:none;width:140px;height:140px;position:absolute;top:-48px;right:-36px}.about-verify-step__title{z-index:1;font-size:.95rem;font-family:var(--font-display);color:var(--text);margin:0;font-weight:600;line-height:1.35;position:relative}.about-verify-arrow{color:var(--accent);-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 .2rem;font-size:1.4rem;line-height:1;display:flex}@media (width<=520px){.about-verify-arrow{padding:0 .1rem;font-size:1.15rem}}.error-banner{border-radius:var(--radius-sm);color:var(--text);background:#cc88551f;border:1px solid #cc885559;padding:.65rem .85rem;font-size:.9rem}.loading-state{text-align:center;color:var(--text-muted);padding:2rem}.empty-state{text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-md);padding:1.5rem}
