.products-module__KJcT4W__pageHero{background-color:var(--bg-elevated);border-bottom:1px solid var(--border);padding-top:calc(68px + clamp(2rem,6vw,5rem));padding-bottom:clamp(2rem,4vw,4rem)}.products-module__KJcT4W__heroTitle{font-family:var(--font-display);color:var(--text-primary);margin-block:var(--space-3);font-size:clamp(2rem,6vw,5rem);font-weight:800}.products-module__KJcT4W__heroSub{max-width:560px;color:var(--text-secondary);margin-top:var(--space-3);font-size:clamp(.85rem,1.5vw,1rem);line-height:1.75}.products-module__KJcT4W__filterBar{gap:var(--space-2);padding-bottom:var(--space-4);border-bottom:1px solid var(--border);flex-wrap:wrap;margin-bottom:clamp(1.5rem,3vw,2.5rem);display:flex}.products-module__KJcT4W__filterBtn{align-items:center;gap:var(--space-2);letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);transition:all var(--dur-fast);cursor:pointer;white-space:nowrap;padding:.45rem .875rem;font-size:.72rem;font-weight:600;display:inline-flex}.products-module__KJcT4W__filterBtn:hover{color:var(--text-primary);border-color:var(--accent-border);background-color:var(--accent-pale)}.products-module__KJcT4W__filterActive{background-color:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}.products-module__KJcT4W__filterCount{text-align:center;background-color:#0000001f;border-radius:2px;min-width:16px;padding:.1rem .35rem;font-size:.62rem}.products-module__KJcT4W__filterActive .products-module__KJcT4W__filterCount{background-color:#ffffff40}.products-module__KJcT4W__grid{gap:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:900px){.products-module__KJcT4W__grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.products-module__KJcT4W__grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}}@media (max-width:360px){.products-module__KJcT4W__grid{gap:var(--space-2);grid-template-columns:repeat(2,1fr)}}
.PriceModal-module__V5DG3G__backdrop{-webkit-backdrop-filter:blur(8px);z-index:9999;padding:var(--space-4);background-color:#121210b3;justify-content:center;align-items:center;animation:.2s ease-out PriceModal-module__V5DG3G__fadeIn;display:flex;position:fixed;inset:0}.PriceModal-module__V5DG3G__modal{background-color:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);width:100%;max-width:480px;padding:clamp(1.5rem,5vw,2.25rem);animation:.25s cubic-bezier(.16,1,.3,1) PriceModal-module__V5DG3G__scaleIn;position:relative}@keyframes PriceModal-module__V5DG3G__scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.PriceModal-module__V5DG3G__closeBtn{top:var(--space-3);right:var(--space-3);color:var(--text-muted);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-sm);transition:color var(--dur-fast);background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute}.PriceModal-module__V5DG3G__closeBtn:hover{color:var(--text-primary)}.PriceModal-module__V5DG3G__header{margin-bottom:var(--space-4)}.PriceModal-module__V5DG3G__badge{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background-color:var(--accent-pale);margin-bottom:var(--space-2);border-radius:2px;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.PriceModal-module__V5DG3G__title{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700;line-height:1.2}.PriceModal-module__V5DG3G__body{gap:var(--space-3);margin-bottom:var(--space-6);flex-direction:column;display:flex}.PriceModal-module__V5DG3G__lead{color:var(--text-primary);font-size:.92rem;font-weight:600;line-height:1.5}.PriceModal-module__V5DG3G__text{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.PriceModal-module__V5DG3G__subtext{color:var(--text-muted);border-left:2px solid var(--accent);padding-left:var(--space-3);margin-top:var(--space-1);font-size:.8rem;font-style:italic}.PriceModal-module__V5DG3G__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.PriceModal-module__V5DG3G__actions .PriceModal-module__V5DG3G__btn{text-align:center;white-space:nowrap;flex:1;justify-content:center}@media (max-width:480px){.PriceModal-module__V5DG3G__actions{flex-direction:column}}
.ProductCard-module__aoKufG__card{border-radius:var(--radius-md);transition:box-shadow var(--dur-med) var(--ease-out), border-color var(--dur-med), transform var(--dur-med) var(--ease-out);transform-style:preserve-3d;background-color:var(--bg-elevated);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.ProductCard-module__aoKufG__card:hover{border-color:var(--accent-border);box-shadow:0 8px 28px #00000017}.ProductCard-module__aoKufG__light{background-color:var(--bg-elevated);border-color:var(--border)}.ProductCard-module__aoKufG__dark{background-color:#333330;border-color:#ffffff14}.ProductCard-module__aoKufG__dark .ProductCard-module__aoKufG__name{color:#f2ede4}.ProductCard-module__aoKufG__dark .ProductCard-module__aoKufG__tagline{color:var(--accent-light)}.ProductCard-module__aoKufG__dark .ProductCard-module__aoKufG__desc{color:#f2ede4a6}.ProductCard-module__aoKufG__dark .ProductCard-module__aoKufG__industryTag{color:#f2ede499;background-color:#ffffff14}.ProductCard-module__aoKufG__imageWrap{background-color:var(--bg-surface);position:relative;overflow:hidden}.ProductCard-module__aoKufG__imageContainer{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.ProductCard-module__aoKufG__imageReal{object-fit:cover;transition:transform var(--dur-slow) var(--ease-out)}.ProductCard-module__aoKufG__image{aspect-ratio:4/3;background-color:var(--bg-surface);border-bottom:1px solid var(--border);width:100%;transition:transform var(--dur-slow) var(--ease-out);font-size:.65rem}.ProductCard-module__aoKufG__dark .ProductCard-module__aoKufG__image{background-color:#ffffff0a;border-color:#ffffff0f}.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__imageReal,.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__image{transform:scale(1.06)}.ProductCard-module__aoKufG__categoryTag{top:var(--space-2);left:var(--space-2);z-index:2;padding:.15rem .45rem;font-size:.58rem;position:absolute;box-shadow:0 2px 6px #00000026}.ProductCard-module__aoKufG__body{padding:var(--space-4);gap:var(--space-2);flex-direction:column;flex:1;display:flex}.ProductCard-module__aoKufG__name{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(.85rem,2vw,1.05rem);font-weight:700;line-height:1.2}.ProductCard-module__aoKufG__tagline{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.6rem;font-weight:700}.ProductCard-module__aoKufG__desc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:clamp(.75rem,1.4vw,.84rem);line-height:1.55;display:-webkit-box;overflow:hidden}@media (max-width:380px){.ProductCard-module__aoKufG__desc{display:none}}.ProductCard-module__aoKufG__industries{flex-wrap:wrap;gap:.2rem;display:flex}.ProductCard-module__aoKufG__industryTag{letter-spacing:.08em;text-transform:uppercase;background-color:var(--accent-pale);color:var(--accent-dark);border-radius:2px;padding:.12rem .4rem;font-size:.58rem;font-weight:600}.ProductCard-module__aoKufG__cardActions{align-items:center;gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.ProductCard-module__aoKufG__cta{text-align:center;flex:1;justify-content:center;padding:.4rem .6rem;font-size:.7rem}.ProductCard-module__aoKufG__priceBtn{border-color:var(--border);color:var(--text-secondary);padding:.4rem .6rem;font-size:.7rem}.ProductCard-module__aoKufG__priceBtn:hover{border-color:var(--accent);color:var(--accent)}@media (max-width:480px){.ProductCard-module__aoKufG__body{padding:var(--space-3);gap:var(--space-1)}.ProductCard-module__aoKufG__industries{display:none}.ProductCard-module__aoKufG__cardActions{margin-top:var(--space-1);flex-direction:column;width:100%}.ProductCard-module__aoKufG__cardActions .ProductCard-module__aoKufG__btn{width:100%}}
.Home-module__baJ6tW__hero{background-color:var(--bg-deep);align-items:flex-end;max-width:100vw;min-height:100svh;padding-top:calc(72px + clamp(3rem,6vw,5rem));padding-bottom:clamp(2rem,5vw,3.5rem);display:flex;position:relative;overflow:hidden}.Home-module__baJ6tW__heroBackground{z-index:1;position:absolute;inset:0}.Home-module__baJ6tW__heroBgImage{object-fit:cover;object-position:center 38%;filter:brightness(.65)contrast(1.1);transition:transform 12s cubic-bezier(.16,1,.3,1);transform:scale(1.03)}.Home-module__baJ6tW__hero:hover .Home-module__baJ6tW__heroBgImage{transform:scale(1.07)}.Home-module__baJ6tW__heroGradientOverlay{z-index:2;background:linear-gradient(#121210d9 0%,#12121073 40%,#121210eb 85%,#121210fa 100%);position:absolute;inset:0}.Home-module__baJ6tW__heroPatternOverlay{pointer-events:none;z-index:3;background-image:repeating-linear-gradient(90deg,#0000,#0000 80px,#ffffff05 80px 81px);position:absolute;inset:0}.Home-module__baJ6tW__heroContainer{z-index:4;flex-direction:column;justify-content:flex-end;gap:clamp(2.5rem,6vw,4.5rem);width:100%;display:flex;position:relative}.Home-module__baJ6tW__heroMain{max-width:860px}.Home-module__baJ6tW__heroEyebrow{align-items:center;gap:var(--space-3);-webkit-backdrop-filter:blur(8px);margin-bottom:var(--space-4);background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;padding:.35rem .85rem;display:inline-flex}.Home-module__baJ6tW__heroBadgeHighlight{font-family:var(--font-mono);letter-spacing:.08em;color:#fff;background-color:var(--accent);border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.Home-module__baJ6tW__heroEyebrowDot{background-color:var(--accent-light);border-radius:50%;width:4px;height:4px}.Home-module__baJ6tW__heroEyebrowText{letter-spacing:.18em;text-transform:uppercase;color:#ffffffe6;font-size:.72rem;font-weight:600}.Home-module__baJ6tW__heroTitle{font-family:var(--font-display);letter-spacing:-.02em;color:#fafaf8;margin-bottom:var(--space-4);text-shadow:0 4px 24px #00000080;font-size:clamp(2.8rem,7vw,5.8rem);font-weight:800;line-height:1}.Home-module__baJ6tW__heroTitleAccent{color:var(--accent-light)}.Home-module__baJ6tW__heroTagline{align-items:center;gap:var(--space-3);letter-spacing:.2em;text-transform:uppercase;color:#fafaf8bf;margin-bottom:var(--space-4);font-size:.78rem;font-weight:600;display:flex}.Home-module__baJ6tW__heroTaglineDot{background-color:var(--accent);border-radius:50%;width:4px;height:4px}.Home-module__baJ6tW__heroDesc{color:#fafaf8d9;max-width:640px;margin-bottom:var(--space-6);text-shadow:0 2px 10px #0006;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:1.7}.Home-module__baJ6tW__heroCtas{gap:var(--space-4);flex-wrap:wrap;align-items:center;display:flex}.Home-module__baJ6tW__heroBottomGrid{gap:var(--space-4);flex-direction:column;width:100%;display:flex}.Home-module__baJ6tW__heroPreviewStrip{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.Home-module__baJ6tW__previewCard{align-items:center;gap:var(--space-3);-webkit-backdrop-filter:blur(12px);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);transition:all var(--dur-med) var(--ease-out);background:#ffffff12;border:1px solid #ffffff1f;text-decoration:none;display:flex}.Home-module__baJ6tW__previewCard:hover{border-color:var(--accent-light);background:#ffffff24;transform:translateY(-2px)}.Home-module__baJ6tW__previewImageWrap{border-radius:var(--radius-sm);border:1px solid #fff3;flex-shrink:0;width:52px;height:52px;position:relative;overflow:hidden}.Home-module__baJ6tW__previewImg{object-fit:cover}.Home-module__baJ6tW__previewInfo{flex:1;min-width:0}.Home-module__baJ6tW__previewTag{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-light);margin-bottom:2px;font-size:.6rem;font-weight:700;display:block}.Home-module__baJ6tW__previewTitle{font-family:var(--font-display);color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.Home-module__baJ6tW__previewArrow{color:#ffffff80;transition:transform var(--dur-fast), color var(--dur-fast);padding-left:var(--space-1);font-size:1.1rem}.Home-module__baJ6tW__previewCard:hover .Home-module__baJ6tW__previewArrow{color:var(--accent-light);transform:translate(3px)}.Home-module__baJ6tW__heroStatsRow{-webkit-backdrop-filter:blur(10px);padding:var(--space-4) var(--space-6);border-radius:var(--radius-md);background:#121210bf;border:1px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex}.Home-module__baJ6tW__heroStatItem{flex-direction:column;gap:2px;display:flex}.Home-module__baJ6tW__heroStatValue{font-family:var(--font-mono);color:#fff;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:700;line-height:1}.Home-module__baJ6tW__heroStatAccent{color:var(--accent-light)}.Home-module__baJ6tW__heroStatLabel{letter-spacing:.14em;text-transform:uppercase;color:#fafaf88c;font-size:.65rem;font-weight:600}.Home-module__baJ6tW__heroStatDivider{background-color:#ffffff1a;width:1px;height:32px}.Home-module__baJ6tW__productsStrip{background-color:var(--bg-base);padding-block:clamp(3rem,6vw,5rem)}.Home-module__baJ6tW__stripHeader{justify-content:space-between;align-items:flex-end;gap:var(--space-6);flex-wrap:wrap;margin-bottom:clamp(2rem,4vw,3rem);display:flex}.Home-module__baJ6tW__stripHeaderRight{flex-shrink:0}.Home-module__baJ6tW__aboutTeaser{background-color:var(--bg-surface)}.Home-module__baJ6tW__aboutGrid{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.Home-module__baJ6tW__aboutText{gap:var(--space-4);flex-direction:column;display:flex}.Home-module__baJ6tW__aboutVisual{position:relative}.Home-module__baJ6tW__aboutImageStack{height:420px;position:relative}.Home-module__baJ6tW__aboutImg1{border-radius:var(--radius-md);position:absolute;inset:0 3rem 3rem 0;overflow:hidden}.Home-module__baJ6tW__aboutImg2{border-radius:var(--radius-md);border:4px solid var(--bg-elevated);box-shadow:var(--shadow-md);position:absolute;inset:3rem 0 0 3rem;overflow:hidden}.Home-module__baJ6tW__aboutImgCover{object-fit:cover}.Home-module__baJ6tW__aboutBadge{background-color:var(--accent);color:#fff;padding:var(--space-3) var(--space-5);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:4rem;left:-1rem}.Home-module__baJ6tW__badgeYear{font-family:var(--font-mono);letter-spacing:.04em;font-size:2rem;font-weight:700;line-height:1}.Home-module__baJ6tW__badgeText{letter-spacing:.16em;text-transform:uppercase;margin-top:2px;font-size:.62rem;font-weight:700}.Home-module__baJ6tW__verticals{background-color:var(--bg-elevated)}.Home-module__baJ6tW__verticalGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.Home-module__baJ6tW__verticalCard{background-color:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);gap:var(--space-3);transition:box-shadow var(--dur-med), border-color var(--dur-med), transform var(--dur-med) var(--ease-out);transform-style:preserve-3d;flex-direction:column;padding:clamp(1.5rem,3vw,2.25rem);display:flex;position:relative;overflow:hidden}.Home-module__baJ6tW__verticalLogoWrap{height:52px;margin-bottom:var(--space-2);justify-content:flex-start;align-items:center;display:flex}.Home-module__baJ6tW__verticalLogoImg{object-fit:contain;width:auto;max-height:52px}.Home-module__baJ6tW__verticalCard:hover{box-shadow:var(--shadow-md);border-color:var(--accent-border)}.Home-module__baJ6tW__verticalIndex{font-family:var(--font-mono);color:#c1440e26;top:var(--space-4);right:var(--space-5);pointer-events:none;font-size:2.5rem;font-weight:700;line-height:1;position:absolute}.Home-module__baJ6tW__verticalName{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem;font-weight:700}.Home-module__baJ6tW__verticalRole{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:700}.Home-module__baJ6tW__verticalPerson{color:var(--text-muted);font-size:.8rem;font-style:italic}.Home-module__baJ6tW__verticalDesc{color:var(--text-secondary);flex:1;font-size:.86rem;line-height:1.7}.Home-module__baJ6tW__verticalCta{margin-top:var(--space-2);align-self:flex-start}.Home-module__baJ6tW__qualityStrip{background-color:var(--bg-deep);padding-block:clamp(3rem,6vw,4.5rem)}.Home-module__baJ6tW__qualityInner{justify-content:space-between;align-items:center;gap:var(--space-8);flex-wrap:wrap;display:flex}.Home-module__baJ6tW__qualityTitle{font-family:var(--font-display);color:#fafaf8;margin-top:var(--space-2);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;line-height:1.25}.Home-module__baJ6tW__qualityPoints{gap:var(--space-3);flex-direction:column;display:flex}.Home-module__baJ6tW__qualityPoint{align-items:center;gap:var(--space-3);color:#fafaf8cc;font-size:.88rem;display:flex}.Home-module__baJ6tW__qualityCheck{background-color:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex}.Home-module__baJ6tW__cta{background-color:var(--bg-surface)}.Home-module__baJ6tW__ctaInner{background-color:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:var(--space-8);flex-wrap:wrap;padding:clamp(2rem,5vw,4rem);display:flex}.Home-module__baJ6tW__ctaText{flex:1;min-width:280px}.Home-module__baJ6tW__ctaActions{gap:var(--space-3);flex-direction:column;flex-shrink:0;display:flex}.Home-module__baJ6tW__ctaContact{gap:var(--space-4);margin-top:var(--space-2);display:flex}.Home-module__baJ6tW__ctaPhone{font-family:var(--font-mono);color:var(--text-secondary);transition:color var(--dur-fast);font-size:.85rem}.Home-module__baJ6tW__ctaPhone:hover{color:var(--accent)}@media (max-width:1100px){.Home-module__baJ6tW__verticalGrid{grid-template-columns:1fr 1fr}.Home-module__baJ6tW__heroTitle{font-size:clamp(2.8rem,6vw,4.5rem)}}@media (max-width:900px){.Home-module__baJ6tW__heroPreviewStrip{grid-template-columns:1fr}.Home-module__baJ6tW__heroStatsRow{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.Home-module__baJ6tW__heroStatDivider{display:none}}@media (max-width:768px){.Home-module__baJ6tW__hero{min-height:auto;padding-top:calc(72px + 2rem);padding-bottom:2.5rem}.Home-module__baJ6tW__heroTitle{font-size:clamp(2.4rem,10vw,3.8rem);line-height:1.05}.Home-module__baJ6tW__aboutGrid{grid-template-columns:1fr}.Home-module__baJ6tW__aboutImageStack{height:260px}.Home-module__baJ6tW__aboutBadge{bottom:1rem;left:0}.Home-module__baJ6tW__qualityInner{gap:var(--space-5);flex-direction:column}.Home-module__baJ6tW__ctaInner{flex-direction:column}.Home-module__baJ6tW__ctaActions{width:100%}.Home-module__baJ6tW__verticalGrid{grid-template-columns:1fr}.Home-module__baJ6tW__stripHeader{align-items:flex-start;gap:var(--space-4);flex-direction:column}}@media (max-width:480px){.Home-module__baJ6tW__heroTitle{font-size:clamp(2.2rem,11vw,3rem)}.Home-module__baJ6tW__heroCtas{gap:var(--space-3);flex-direction:column}.Home-module__baJ6tW__heroCtas .Home-module__baJ6tW__btn{text-align:center;justify-content:center;width:100%}.Home-module__baJ6tW__heroStatsRow{padding:var(--space-3) var(--space-4);gap:var(--space-3);grid-template-columns:repeat(2,1fr)}.Home-module__baJ6tW__heroStatValue{font-size:1.4rem}.Home-module__baJ6tW__verticalCard{padding:1.25rem}.Home-module__baJ6tW__verticalIndex{font-size:2rem}.Home-module__baJ6tW__qualityInner{gap:var(--space-4)}}
.product-detail-module__SEXgQW__hero{background-color:var(--bg-base);border-bottom:1px solid var(--border);padding-top:calc(72px + clamp(2rem,5vw,4rem));padding-bottom:clamp(2rem,4vw,3rem)}.product-detail-module__SEXgQW__breadcrumb{gap:var(--space-2);color:var(--text-muted);margin-bottom:var(--space-6);align-items:center;font-size:.75rem;display:flex}.product-detail-module__SEXgQW__breadcrumb a{color:var(--text-muted);transition:color var(--dur-fast)}.product-detail-module__SEXgQW__breadcrumb a:hover{color:var(--gold)}.product-detail-module__SEXgQW__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.product-detail-module__SEXgQW__heroInfo{gap:var(--space-4);flex-direction:column;display:flex}.product-detail-module__SEXgQW__productName{font-family:var(--font-display);color:var(--text-primary);margin-block:var(--space-2);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.product-detail-module__SEXgQW__productTagline{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-size:.75rem;font-weight:600}.product-detail-module__SEXgQW__ctaRow{gap:var(--space-4);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.product-detail-module__SEXgQW__productImage{aspect-ratio:4/3;border-radius:var(--radius-md);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.product-detail-module__SEXgQW__productImgCover{object-fit:cover}.product-detail-module__SEXgQW__detailGrid{grid-template-columns:1fr 360px;align-items:flex-start;gap:clamp(2rem,5vw,4rem);display:grid}.product-detail-module__SEXgQW__detailMain{gap:var(--space-5);flex-direction:column;display:flex}.product-detail-module__SEXgQW__detailTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.6rem;font-weight:700}.product-detail-module__SEXgQW__subTitle{font-family:var(--font-display);color:var(--text-primary);margin-top:var(--space-4);font-size:1.15rem;font-weight:600}.product-detail-module__SEXgQW__appList{gap:var(--space-2);flex-direction:column;display:flex}.product-detail-module__SEXgQW__appItem{align-items:center;gap:var(--space-3);color:var(--text-secondary);font-size:.9rem;display:flex}.product-detail-module__SEXgQW__appBullet{background-color:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.product-detail-module__SEXgQW__specSidebar{gap:var(--space-5);flex-direction:column;display:flex;position:sticky;top:calc(72px + 1.5rem)}.product-detail-module__SEXgQW__specCard{background-color:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-6);gap:var(--space-4);transform-style:preserve-3d;transition:transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med);flex-direction:column;display:flex}.product-detail-module__SEXgQW__specCard:hover{box-shadow:var(--shadow-md)}.product-detail-module__SEXgQW__specTitle{font-family:var(--font-display);color:var(--text-primary);padding-bottom:var(--space-3);border-bottom:1px solid var(--border);font-size:1rem;font-weight:700}.product-detail-module__SEXgQW__specRow{justify-content:space-between;align-items:flex-start;gap:var(--space-3);font-size:.83rem;display:flex}.product-detail-module__SEXgQW__specLabel{color:var(--text-muted);flex-shrink:0;font-weight:500}.product-detail-module__SEXgQW__specValue{color:var(--text-primary);text-align:right}.product-detail-module__SEXgQW__specIndustries{gap:var(--space-2);flex-direction:column;display:flex}.product-detail-module__SEXgQW__industryList{gap:var(--space-2);flex-wrap:wrap;display:flex}.product-detail-module__SEXgQW__specCta{width:100%;margin-top:var(--space-2);justify-content:center}.product-detail-module__SEXgQW__contactCard{background-color:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-5);gap:var(--space-2);flex-direction:column;display:flex}.product-detail-module__SEXgQW__contactLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);padding-bottom:var(--space-2);border-bottom:1px solid var(--border);margin-bottom:var(--space-1);font-size:.68rem;font-weight:600}.product-detail-module__SEXgQW__contactPhone{font-family:var(--font-mono);color:var(--text-primary);transition:color var(--dur-fast);letter-spacing:.04em;font-size:1rem}.product-detail-module__SEXgQW__contactPhone:hover{color:var(--gold)}.product-detail-module__SEXgQW__contactEmail{color:var(--text-muted);word-break:break-all;transition:color var(--dur-fast);font-size:.78rem}.product-detail-module__SEXgQW__contactEmail:hover{color:var(--text-secondary)}.product-detail-module__SEXgQW__relatedCard{border:1px solid var(--border-light);border-radius:var(--radius-md);transition:box-shadow var(--dur-med), border-color var(--dur-med);background-color:#fff;overflow:hidden}.product-detail-module__SEXgQW__relatedCard:hover{border-color:#c9932a4d;box-shadow:0 8px 24px #0000001a}.product-detail-module__SEXgQW__relatedImg{aspect-ratio:16/9;background-color:var(--bg-surface);position:relative;overflow:hidden}.product-detail-module__SEXgQW__relatedImgCover{object-fit:cover}.product-detail-module__SEXgQW__relatedImgPlaceholder{aspect-ratio:16/9;font-size:.75rem}.product-detail-module__SEXgQW__relatedBody{padding:var(--space-4);gap:var(--space-2);flex-direction:column;display:flex}.product-detail-module__SEXgQW__relatedName{font-family:var(--font-display);color:var(--text-dark);font-size:1rem;font-weight:700}.product-detail-module__SEXgQW__relatedDesc{color:var(--text-dark-sec);font-size:.82rem;line-height:1.6}@media (max-width:960px){.product-detail-module__SEXgQW__heroGrid,.product-detail-module__SEXgQW__detailGrid{grid-template-columns:1fr}.product-detail-module__SEXgQW__specSidebar{position:static}}@media (max-width:640px){.product-detail-module__SEXgQW__relatedBody{padding:var(--space-3)}.product-detail-module__SEXgQW__relatedName{font-size:.9rem}}
