:root{
  color-scheme:dark;
  --color-canvas:#0b0d10;--color-surface-1:#12161b;--color-surface-2:#181e25;--color-surface-3:#202833;
  --color-border:#2b3541;--color-border-strong:#405064;--color-text:#f4f7fa;--color-text-muted:#aab4c0;
  --color-text-subtle:#7f8a97;--color-brand-300:#9bc0e3;--color-brand-500:#527fac;--color-brand-700:#294f7a;
  --color-brand-soft:rgba(82,127,172,.14);--color-success:#48a879;--color-warning:#d7a14a;--color-danger:#d66767;
  --bg:var(--color-canvas);--bg2:var(--color-surface-1);--card:var(--color-surface-2);--line:var(--color-border);
  --denim:var(--color-brand-700);--denim-l:var(--color-brand-500);--denim-xl:var(--color-brand-300);--txt:var(--color-text);
  --dim:var(--color-text-muted);--ok:var(--color-success);--warn:var(--color-warning);--bad:var(--color-danger);
  --shadow-1:0 8px 24px rgba(0,0,0,.22);--shadow-2:0 24px 64px rgba(0,0,0,.38);--ease:cubic-bezier(.2,.8,.2,1)
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{min-height:100vh;background:radial-gradient(circle at 12% -10%,rgba(82,127,172,.19),transparent 34rem),radial-gradient(circle at 90% 16%,rgba(82,127,172,.08),transparent 28rem),var(--color-canvas);color:var(--color-text);font-family:'Exo 2',system-ui,-apple-system,'Segoe UI',sans-serif;line-height:1.6}
[dir=rtl] body,[dir=rtl] input,[dir=rtl] select,[dir=rtl] textarea,[dir=rtl] .btn{font-family:'Cairo','Exo 2',sans-serif}
a{color:var(--color-brand-300);text-decoration:none;transition:color .18s var(--ease)}a:hover{color:#c5ddf3}
img{max-width:100%;display:block}
.skip-link{position:fixed;inset-inline-start:16px;top:-60px;z-index:200;background:#fff;color:#111;padding:10px 16px;border-radius:0 0 8px 8px}.skip-link:focus{top:0}
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(155,192,227,.13);background:rgba(11,13,16,.84);backdrop-filter:blur(20px)}
.nav-shell{width:min(1240px,92vw);height:72px;margin:auto;display:flex;align-items:center;gap:28px}
.logo{display:flex;align-items:baseline;flex:none}.logo .n3{font-family:'Michroma';font-size:23px;color:var(--color-brand-500);letter-spacing:-1px}.logo .worx{font-weight:800;font-size:23px;color:#fff}
.site-nav{display:flex;align-items:center;gap:24px;margin-inline:auto}.site-nav a{position:relative;color:var(--color-text-muted);font-size:14px;font-weight:650;white-space:nowrap}.site-nav a:hover,.site-nav a.on{color:#fff}.site-nav a.on:after{content:'';position:absolute;height:2px;inset-inline:0;bottom:-25px;background:var(--color-brand-500);border-radius:2px}
.nav-actions{display:flex;align-items:center;gap:10px}.nav-utility{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--color-border);border-radius:10px;color:var(--color-text);font-weight:700;position:relative}.cart-count{position:absolute;top:-6px;inset-inline-end:-6px;min-width:18px;height:18px;border-radius:20px;background:var(--color-brand-500);color:#fff;font-size:10px;display:grid;place-items:center}
.navtoggle{display:none;width:44px;height:42px;padding:10px;background:transparent;border:1px solid var(--color-border);border-radius:10px;cursor:pointer}.navtoggle span{display:block;height:2px;margin:4px 0;background:var(--color-text);border-radius:2px;transition:.2s var(--ease)}
.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:1px solid transparent;border-radius:10px;background:var(--color-brand-700);color:#fff!important;font:700 15px 'Exo 2',sans-serif;cursor:pointer;transition:transform .18s var(--ease),background .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease)}
.btn:hover{background:#356392;transform:translateY(-1px);box-shadow:var(--shadow-1)}.btn:active{transform:translateY(0)}.btn.ghost,.btn.secondary{background:transparent;border-color:var(--color-border-strong);color:var(--color-brand-300)!important}.btn.ghost:hover,.btn.secondary:hover{background:var(--color-brand-soft);border-color:var(--color-brand-500)}.btn.wa{background:#237a50}.btn.sm{min-height:36px;padding:7px 14px;font-size:13px;border-radius:8px}.btn.ok{background:var(--color-success)}.btn.bad{background:var(--color-danger)}.btn:disabled{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}
:focus-visible{outline:3px solid var(--color-brand-300);outline-offset:3px}
main{width:min(1240px,92vw);min-height:60vh;margin:auto;padding:clamp(34px,5vw,72px) 0 90px}
h1,h2,h3{line-height:1.15;letter-spacing:-.02em}h1{font-size:clamp(32px,4.5vw,54px);font-weight:800}h2{font-size:clamp(25px,3vw,38px);font-weight:800}h3{font-size:20px;font-weight:750}
.display{font-size:clamp(42px,6.7vw,78px);line-height:1.01;letter-spacing:-.045em}.sub,.lede{color:var(--color-text-muted)}.lede{font-size:clamp(17px,2vw,20px);line-height:1.65}.sub{margin-top:8px;margin-bottom:30px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--color-brand-300);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}.eyebrow:before{content:'';width:26px;height:1px;background:var(--color-brand-500)}
.section{padding:clamp(52px,8vw,96px) 0}.section--compact{padding:34px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:28px}.section-heading p{max-width:600px;color:var(--color-text-muted)}
.grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.card{background:linear-gradient(145deg,rgba(24,30,37,.98),rgba(16,20,25,.98));border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.card.interactive,.product-card,.tool-card{transition:transform .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease)}.card.interactive:hover,.product-card:hover,.tool-card:hover{transform:translateY(-2px);border-color:var(--color-border-strong);box-shadow:var(--shadow-1)}.card .ph{aspect-ratio:4/3;background:linear-gradient(135deg,#11151a,#202731);display:flex;align-items:center;justify-content:center;color:var(--color-text-subtle);font-size:32px;overflow:hidden}.card .ph img{width:100%;height:100%;object-fit:cover}.card .body{padding:18px}.card h3{margin-bottom:7px}.meta{color:var(--color-text-muted);font-size:13px}.price{font-size:21px;font-weight:800;color:var(--color-brand-300);font-variant-numeric:tabular-nums}
.hero{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);gap:clamp(36px,7vw,90px);align-items:center;min-height:620px;padding:54px 0 74px}.hero-copy{max-width:720px}.hero-copy .lede{max-width:620px;margin:24px 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-visual{position:relative;min-height:480px;border:1px solid var(--color-border);border-radius:24px;background:linear-gradient(145deg,rgba(82,127,172,.17),rgba(18,22,27,.96) 46%),url('/static/logo_hero.jpg') center/76% auto no-repeat;box-shadow:var(--shadow-2);overflow:hidden}.hero-visual:before{content:'N3 / UAE';position:absolute;top:24px;inset-inline-start:24px;font:700 11px ui-monospace,monospace;letter-spacing:.16em;color:var(--color-brand-300)}.hero-visual:after{content:'PARTS  ·  FABRICATION  ·  TECH';position:absolute;bottom:22px;inset-inline:24px;padding-top:16px;border-top:1px solid var(--color-border-strong);font:700 10px ui-monospace,monospace;letter-spacing:.13em;color:var(--color-text-muted)}
.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface-1);overflow:hidden}.proof-item{padding:22px 24px;border-inline-end:1px solid var(--color-border)}.proof-item:last-child{border:0}.proof-item strong{display:block;margin-bottom:4px;font-size:15px}.proof-item span{color:var(--color-text-muted);font-size:13px}
.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.path-card{position:relative;min-height:270px;padding:28px;display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:18px;background:linear-gradient(145deg,var(--color-surface-2),var(--color-surface-1));overflow:hidden}.path-card:before{content:attr(data-index);font:700 12px ui-monospace,monospace;color:var(--color-brand-300);margin-bottom:auto}.path-card h3{font-size:24px;margin:28px 0 8px}.path-card p{color:var(--color-text-muted);margin-bottom:22px}.path-card .link-arrow{font-weight:750}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.process-step{padding:26px;background:var(--color-surface-1)}.process-step b{display:block;color:var(--color-brand-300);font:700 12px ui-monospace,monospace;margin-bottom:20px}.process-step p{margin-top:7px;color:var(--color-text-muted);font-size:14px}
.cta-panel{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:clamp(28px,5vw,52px);border:1px solid var(--color-border-strong);border-radius:22px;background:linear-gradient(120deg,rgba(41,79,122,.32),rgba(18,22,27,.95) 60%)}.cta-panel p{color:var(--color-text-muted);margin-top:10px;max-width:650px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.page-hero,.catalog-hero{max-width:780px;margin-bottom:34px}.breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:20px;font-size:13px;color:var(--color-text-muted)}
.filter-panel,.form-panel,.order-panel,.status-panel,.research{padding:24px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface-1)}
.row{display:flex;gap:14px;flex-wrap:wrap}.row>*{flex:1;min-width:140px}
label{display:block;margin-bottom:6px;color:var(--color-text-muted);font-size:13px;font-weight:700}
fieldset{min-width:0;border:0}legend{margin-bottom:14px;font-size:16px;font-weight:750;color:var(--color-text)}
input,select,textarea{width:100%;min-height:46px;margin-bottom:14px;padding:11px 13px;border:1px solid var(--color-border);border-radius:9px;background:var(--color-canvas);color:var(--color-text);font:15px 'Exo 2',sans-serif}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--color-brand-500);outline:none;box-shadow:0 0 0 3px var(--color-brand-soft)}
.badge,.status-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--color-border);border-radius:999px;font-size:12px;font-weight:750}.available,.confirmed{color:#83d8aa;background:rgba(72,168,121,.12);border-color:rgba(72,168,121,.35)}.reserved,.pending{color:#efc470;background:rgba(215,161,74,.11);border-color:rgba(215,161,74,.36)}.sold,.cancelled{color:#ef9999;background:rgba(214,103,103,.11);border-color:rgba(214,103,103,.35)}
.flash{margin-bottom:24px;padding:14px 18px;border:1px solid var(--color-brand-500);border-radius:10px;background:var(--color-brand-soft)}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.product-card{display:flex;flex-direction:column;color:inherit;background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.product-card-media{aspect-ratio:4/3;overflow:hidden;background:var(--color-surface-3)}.product-card-media img{width:100%;height:100%;object-fit:cover}.product-card-body{display:flex;flex:1;flex-direction:column;padding:18px}.product-card h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:18px}
.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(28px,5vw,60px)}.product-gallery .mainph{border-radius:18px;overflow:hidden}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{width:84px;padding:0;border:2px solid transparent;border-radius:10px;background:none;overflow:hidden;cursor:pointer}.thumbs button.on{border-color:var(--color-brand-500)}.product-summary .price{font-size:32px;margin:18px 0}.trust-list{display:grid;gap:10px;margin:18px 0;list-style:none}.trust-list li{display:flex;gap:10px;color:var(--color-text-muted);font-size:14px}.trust-list li:before{content:'✓';color:var(--color-success);font-weight:800}
.compare-table{overflow-x:auto}.compare-table table{min-width:720px}.lookup-status{margin-top:14px;color:var(--color-text-muted)}
table{width:100%;border-collapse:collapse;font-size:14px}th,td{padding:12px;border-bottom:1px solid var(--color-border);text-align:start}th{color:var(--color-text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em}td{vertical-align:top}tr:hover td{background:rgba(255,255,255,.018)}
.site-footer{border-top:1px solid var(--color-border);background:#090b0d}.footer-grid{width:min(1240px,92vw);margin:auto;padding:50px 0 34px;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:34px}.footer-brand p{max-width:360px;margin-top:14px;color:var(--color-text-muted);font-size:14px}.footer-group h2{font-size:13px;margin-bottom:13px}.footer-group a{display:block;margin:8px 0;color:var(--color-text-muted);font-size:14px}.footer-group a:hover{color:#fff}.footer-bottom{width:min(1240px,92vw);margin:auto;padding:20px 0 28px;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;gap:18px;color:var(--color-text-subtle);font-size:12px}
#lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:100;background:rgba(0,0,0,.94);cursor:zoom-out}#lightbox img{max-width:96vw;max-height:92vh;border-radius:10px}.mainph{cursor:zoom-in}
@media(max-width:960px){.site-nav{gap:14px}.site-nav a{font-size:13px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding-top:30px}.hero-visual{min-height:390px}.proof-strip{grid-template-columns:repeat(2,1fr)}.proof-item:nth-child(2){border-inline-end:0}.proof-item:nth-child(-n+2){border-bottom:1px solid var(--color-border)}.path-grid{grid-template-columns:1fr}.path-card{min-height:230px}.process{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:720px){.nav-shell{height:64px}.site-nav{position:absolute;top:100%;inset-inline:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 4vw 18px;background:var(--color-canvas);border-bottom:1px solid var(--color-border)}.site-header.open .site-nav{display:flex}.site-nav a{padding:14px 2px;border-bottom:1px solid var(--color-border);font-size:16px}.site-nav a.on:after{display:none}.nav-actions .wa{display:none}.navtoggle{display:block}.site-header.open .navtoggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.site-header.open .navtoggle span:nth-child(2){opacity:0}.site-header.open .navtoggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}main{padding-top:36px}.hero{padding:18px 0 48px}.hero-visual{min-height:300px;background-size:88% auto}.proof-strip,.process{grid-template-columns:1fr}.proof-item,.proof-item:nth-child(2){border-inline-end:0;border-bottom:1px solid var(--color-border)}.process-step{padding:22px}.section-heading,.cta-panel{display:block}.section-heading .btn,.cta-actions{margin-top:20px}.cta-actions{display:flex}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card-body{padding:14px}.product-card h3{font-size:16px}.product-card-footer{display:block}.product-card-footer .price{margin-bottom:10px}.row>*{min-width:100%}}
@media(max-width:430px){.nav-actions{gap:6px}.nav-utility{min-width:38px;height:40px}.product-grid{grid-template-columns:1fr}.hero-actions .btn,.cta-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-group{padding-top:8px}.display{font-size:41px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.site-header,.site-footer,.btn{display:none!important}body{background:#fff;color:#111}main{width:100%;padding:0}.card,.form-panel,.order-panel{border:1px solid #bbb;background:#fff}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.page-shell{width:100%}.page-shell--narrow{max-width:760px;margin-inline:auto}.page-shell--form{max-width:920px;margin-inline:auto}.page-header{margin-bottom:30px}.page-header--split{display:flex;align-items:end;justify-content:space-between;gap:24px}.page-intro{max-width:680px;margin-top:12px;color:var(--color-text-muted);font-size:17px}
.catalog-hero{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:28px}.catalog-hero__copy{max-width:720px}.catalog-hero .trust-list{min-width:260px}.filter-panel{display:grid;grid-template-columns:minmax(260px,2fr) repeat(2,minmax(150px,1fr)) auto;align-items:end;gap:12px;margin-bottom:20px}.field-group input,.field-group select,.field-group textarea{margin-bottom:0}.filter-panel__submit{margin-bottom:0}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0}.empty-state{text-align:center;padding:52px 24px;border:1px dashed var(--color-border-strong);border-radius:16px}.empty-state .sub{max-width:560px;margin-inline:auto}
.product-card__main{display:flex;flex:1;flex-direction:column;color:inherit}.product-card__media{aspect-ratio:4/3}.product-card__body{display:flex;flex:1;flex-direction:column;padding:18px}.product-card__status{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.product-card__title{font-size:19px;margin-bottom:8px}.product-card__sku{font-family:ui-monospace,monospace}.product-card__price{margin-top:auto;padding-top:18px}.product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 18px 18px}.status-chip--used,.status-chip--custom,.status-chip--made-to-order{color:var(--color-brand-300);background:var(--color-brand-soft);border-color:rgba(155,192,227,.28)}.status-chip--available{color:#83d8aa;background:rgba(72,168,121,.12)}.status-chip--sold{color:#ef9999;background:rgba(214,103,103,.11)}
.product-detail__heading{margin:12px 0}.product-detail__status{display:flex;gap:8px;flex-wrap:wrap}.product-detail__fitment,.product-detail__description{color:var(--color-text-muted);margin-top:12px}.product-detail__price{font-size:32px;margin:20px 0}.product-gallery__main{aspect-ratio:4/3;border:1px solid var(--color-border);border-radius:18px;overflow:hidden;background:var(--color-surface-2)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px}.product-gallery__thumb{width:84px;aspect-ratio:4/3;padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:none;cursor:pointer}.product-gallery__thumb.on{border-color:var(--color-brand-500)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.order-panel{margin-top:24px}.order-panel__header{margin-bottom:18px}.order-panel__fine-print,.field-help,.form-note{color:var(--color-text-muted);font-size:13px}.order-panel__primary,.btn--block{width:100%}.order-panel__secondary{display:block;margin-top:10px;text-align:center}.stock-note{color:var(--color-text-muted);margin:12px 0}.stock-note--low{color:var(--color-warning)}.unavailable-panel{padding:24px;border:1px solid rgba(214,103,103,.3);border-radius:14px;background:rgba(214,103,103,.07)}
.form-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:28px;align-items:start}.form-section+.form-section{margin-top:28px;padding-top:24px;border-top:1px solid var(--color-border)}.form-grid{display:grid;gap:14px}.form-grid--two{grid-template-columns:repeat(2,1fr)}.form-grid--three{grid-template-columns:repeat(3,1fr)}.stack-form{display:grid;gap:14px}.stack-form input,.stack-form select,.stack-form textarea{margin:0}.form-panel__header{margin-bottom:20px}.form-note--price{padding:11px;border-radius:8px;background:var(--color-brand-soft);color:var(--color-brand-300)}.checkout-layout__summary{padding:24px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface-1)}.checkout-layout__form{position:sticky;top:96px}.table-wrap{overflow-x:auto}.cart-item__title{display:block;font-weight:750}.cart-item__title+.meta{display:block;margin-top:3px}.count-badge{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:var(--color-brand-soft);color:var(--color-brand-300);font-weight:800}.process-panel{margin-top:30px;padding:24px;border:1px solid var(--color-border);border-radius:16px}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;list-style:none}.process-steps--vertical{grid-template-columns:1fr}.process-step{display:flex;gap:14px}.process-step__number{display:grid;place-items:center;flex:0 0 36px;height:36px;border-radius:50%;background:var(--color-brand-soft);color:var(--color-brand-300);font-weight:800}.process-step p{color:var(--color-text-muted);font-size:14px}.status-panel{text-align:center;padding:clamp(28px,5vw,50px);margin:20px 0}.status-panel__icon{font-size:38px;color:var(--color-brand-300);margin-bottom:12px}.status-panel p{max-width:600px;margin:12px auto 20px;color:var(--color-text-muted)}.status-panel--success{border-color:rgba(72,168,121,.4);background:rgba(72,168,121,.07)}.status-panel--error{border-color:rgba(214,103,103,.4);background:rgba(214,103,103,.07)}.action-stack{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.detail-list{display:grid;grid-template-columns:auto 1fr;gap:8px 18px;text-align:start}.technical-value{font-family:ui-monospace,monospace;font-variant-numeric:tabular-nums}
.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.review-card{padding:24px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface-1)}.review-card__header,.review-card__footer{display:flex;justify-content:space-between;gap:14px}.review-card__quote{margin:18px 0;color:var(--color-text)}.verified-badge{color:#83d8aa;font-size:12px;font-weight:750}.rating-summary{display:flex;align-items:baseline;gap:10px;margin:18px 0 28px}.rating-summary__score{font-size:34px;font-weight:800;color:var(--color-warning)}.star-rating{color:var(--color-warning);font-size:18px}.star-rating__empty{color:var(--color-border-strong)}
.quote-shell{padding:clamp(24px,5vw,48px);border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface-1)}.quote-shell__header,.quote-meta,.order-line{display:flex;justify-content:space-between;gap:18px}.quote-meta{padding:18px 0;border-bottom:1px solid var(--color-border)}.quote-items,.order-lines{margin:24px 0}.order-line{padding:10px 0;border-bottom:1px solid var(--color-border)}.order-line--total{font-size:20px}.quote-note{padding:16px;border-radius:10px;background:var(--color-brand-soft)}.quote-shell__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.project-hero{padding-bottom:28px;border-bottom:1px solid var(--color-border)}.project-hero__badges{display:flex;gap:8px;margin-bottom:16px}.project-progress{margin-top:24px}.project-progress__meta{display:flex;justify-content:space-between;color:var(--color-text-muted)}.project-progress__track{height:8px;margin-top:8px;border-radius:10px;background:var(--color-surface-3);overflow:hidden}.project-progress__track span{display:block;height:100%;background:var(--color-brand-500)}.project-section{padding:34px 0;border-bottom:1px solid var(--color-border)}.project-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.project-gallery__item{border-radius:12px;overflow:hidden}.project-timeline{display:grid;gap:14px}.project-timeline__entry,.project-update{padding:18px;border-inline-start:3px solid var(--color-brand-500);background:var(--color-surface-1)}.project-update__header{display:flex;justify-content:space-between;gap:12px}.project-update__body{color:var(--color-text-muted);margin-top:8px}.project-footer{padding-top:26px;color:var(--color-text-muted)}
.selector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.selector-shell{padding:22px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface-1)}.compare-side__heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.compare-side__letter{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--color-brand-soft);color:var(--color-brand-300);font-weight:800}.compare-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.compare-field--wide{grid-column:1/-1}.compare-side__note,.compare-disclaimer{color:var(--color-text-muted);font-size:13px}.compare-results,.research{margin-top:20px}.compare-results__header,.research__flow{display:flex;justify-content:space-between;gap:18px;align-items:end}.spec-group{margin-top:26px}.spec-list{display:grid;gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.spec-list>div{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;padding:12px;background:var(--color-surface-1)}.lookup-line{margin-top:8px}.lookup-found{color:#83d8aa}.lookup-missing{color:#ef9999}.lookup-spin{display:inline-block;width:13px;height:13px;border:2px solid var(--color-border-strong);border-top-color:var(--color-brand-300);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.research-form{display:grid;grid-template-columns:1fr 1fr 120px auto;gap:12px;align-items:end;margin-top:18px}.research-result{margin-top:14px}.tour-open{min-height:36px;padding:6px 10px;border:1px solid var(--color-border-strong);border-radius:8px;background:transparent;color:var(--color-brand-300)}
@media(max-width:800px){.catalog-hero,.page-header--split{display:block}.catalog-hero .trust-list{margin-top:20px}.filter-panel{grid-template-columns:1fr 1fr}.filter-panel__search{grid-column:1/-1}.filter-panel__submit{width:100%}.form-layout,.checkout-layout{grid-template-columns:1fr}.checkout-layout__form{position:static}.selector-grid{grid-template-columns:1fr}.research-form{grid-template-columns:1fr 1fr}.research-form__action{grid-column:1/-1}.form-grid--three{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.catalog-toolbar,.compare-results__header,.research__flow{display:block}.catalog-toolbar a{display:inline-block;margin-top:8px}.filter-panel,.form-grid--two,.form-grid--three,.compare-fields,.research-form{grid-template-columns:1fr}.filter-panel__search,.compare-field--wide,.research-form__action{grid-column:auto}.product-card__actions{grid-template-columns:1fr}.spec-list>div{grid-template-columns:1fr}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:14px 0;border-bottom:1px solid var(--color-border)}.cart-table td{border:0;padding:5px 0}.cart-table td:before{content:attr(data-label);display:inline-block;min-width:72px;color:var(--color-text-muted);font-size:12px}.cart-table__action .btn{width:100%;margin-top:8px}.quote-shell__header,.quote-meta{display:block}.quote-meta>*+*{margin-top:10px}}
.product-gallery__main{display:flex;width:100%;padding:0;cursor:zoom-in}
.option-group{display:grid;gap:10px;margin-bottom:18px}.option-tile{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:52px;margin:0;padding:11px 13px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-canvas);color:var(--color-text);text-transform:none;cursor:pointer}.option-tile:has(input:checked){border-color:var(--color-brand-500);background:var(--color-brand-soft)}.option-tile input[type=radio]{width:18px;height:18px;min-height:0;margin:0;accent-color:var(--color-brand-500)}.option-tile__name{font-size:15px;font-weight:700}.option-tile__price{color:var(--color-brand-300);font-weight:800;text-align:end}

/* Catalogue-led homepage */
.hero--catalog{grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);min-height:680px;gap:clamp(34px,5vw,72px);padding-top:42px}.brand-text{color:var(--color-brand-300)}
.hero-search{max-width:620px;margin:28px 0 18px}.hero-search label{color:var(--color-text-subtle);font-size:12px;letter-spacing:.04em}.hero-search>div{display:grid;grid-template-columns:1fr auto;gap:9px}.hero-search input{height:50px;margin:0;padding-inline:16px;background:rgba(9,12,15,.8);border-color:var(--color-border-strong)}.hero-search .btn{height:50px;padding-inline:24px}
.rating-link{display:inline-flex;gap:12px;margin-top:20px;color:var(--color-text-muted);font-size:13px}.rating-link span:first-child{color:var(--color-warning);font-weight:800}.rating-link:hover span:last-child{color:var(--color-text)}
.hero-showcase{position:relative;display:block;min-height:570px;border:1px solid var(--color-border-strong);border-radius:24px;background:linear-gradient(145deg,var(--color-surface-2),var(--color-surface-1));box-shadow:var(--shadow-2);overflow:hidden;color:#fff}.hero-showcase:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,8,10,.08) 35%,rgba(6,8,10,.88) 100%);pointer-events:none}.hero-showcase>img{width:100%;height:570px;object-fit:cover;transition:transform .5s var(--ease)}.hero-showcase:hover>img{transform:scale(1.025)}.hero-showcase>img.hero-showcase__logo{object-fit:contain;padding:16%;background:radial-gradient(circle at center,rgba(82,127,172,.18),transparent 58%)}
.hero-showcase__index{position:absolute;z-index:1;top:22px;inset-inline-start:22px;padding:7px 10px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(7,10,13,.6);backdrop-filter:blur(10px);font:800 10px ui-monospace,monospace;letter-spacing:.14em}.hero-showcase__caption{position:absolute;z-index:1;inset-inline:26px;bottom:25px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:4px 20px}.hero-showcase__caption small{grid-column:1/-1;color:#c4ced8;font-size:12px}.hero-showcase__caption strong{font-size:clamp(21px,2vw,28px);line-height:1.18}.hero-showcase__caption>span{color:var(--color-brand-300);font-weight:800;font-size:13px}
.section-link{flex:none;color:var(--color-brand-300);font-weight:750}.section-actions{display:flex;justify-content:center;gap:10px;margin-top:26px}
.home-catalog{padding-top:78px}.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-product-card{min-width:0}.home-product-card .product-card__media{position:relative;overflow:hidden;background:linear-gradient(135deg,#111820,#202a34)}.home-product-card .product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.home-product-card:hover .product-card__media img{transform:scale(1.035)}.part-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--color-brand-300);font:800 13px ui-monospace,monospace;letter-spacing:.12em}.home-product-card .product-card-footer{align-items:center}.card-arrow{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--color-border);border-radius:50%;color:var(--color-brand-300)}
.inventory-request-card{display:flex;flex-direction:column;justify-content:end;min-height:100%;padding:28px;border:1px dashed var(--color-border-strong);border-radius:16px;background:radial-gradient(circle at 100% 0,rgba(82,127,172,.16),transparent 50%),var(--color-surface-1);color:var(--color-text)}.inventory-request-card--wide{grid-column:span 2}.inventory-request-card h3{font-size:25px;margin:2px 0 9px}.inventory-request-card p{max-width:440px;color:var(--color-text-muted);margin-bottom:24px}.inventory-request-card>span:last-child{color:var(--color-brand-300);font-weight:800}
.home-custom{padding-top:68px}.custom-showcase{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);grid-template-rows:repeat(2,minmax(210px,1fr));gap:14px}.custom-tile{position:relative;min-height:210px;border:1px solid var(--color-border);border-radius:18px;overflow:hidden;color:#fff;background:var(--color-surface-2)}.custom-tile--lead{grid-row:1/3;min-height:440px}.custom-tile:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(6,8,10,.92) 100%)}.custom-tile__media,.custom-tile__media img{width:100%;height:100%}.custom-tile__media img{object-fit:cover;transition:transform .45s var(--ease)}.custom-tile:hover .custom-tile__media img{transform:scale(1.03)}.custom-tile__body{position:absolute;z-index:1;inset-inline:22px;bottom:20px}.custom-tile__body span{display:block;color:var(--color-brand-300);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.custom-tile__body h3{margin:6px 0 4px}.custom-tile__body strong{font-size:14px;color:#dce7f1}
.custom-placeholder{display:grid;place-items:center;align-content:center;gap:10px;height:100%;background:radial-gradient(circle at 50% 40%,rgba(82,127,172,.22),transparent 35%),linear-gradient(145deg,#19212a,#0f1419)}.custom-placeholder b{color:rgba(155,192,227,.36);font:800 clamp(54px,7vw,92px) 'Michroma',sans-serif}.custom-placeholder small{color:var(--color-text-subtle);font:800 10px ui-monospace,monospace;letter-spacing:.16em;text-transform:uppercase}
.home-process{padding-bottom:68px}.cta-panel--tech{position:relative;overflow:hidden}.cta-panel--tech:after{content:'N3';position:absolute;inset-inline-end:-12px;bottom:-64px;color:rgba(155,192,227,.045);font:800 180px 'Michroma',sans-serif;pointer-events:none}.cta-panel--tech>*{position:relative;z-index:1}.final-cta{text-align:center;padding:clamp(48px,8vw,84px) clamp(24px,6vw,70px);border:1px solid var(--color-border);border-radius:22px;background:radial-gradient(circle at 50% 0,rgba(82,127,172,.2),transparent 52%),var(--color-surface-1)}.final-cta p{margin:12px auto 24px;color:var(--color-text-muted)}.final-cta .cta-actions{justify-content:center}
@media(max-width:960px){.hero--catalog{grid-template-columns:1fr;min-height:0}.hero-showcase{min-height:440px}.hero-showcase>img{height:440px}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-card:last-of-type{display:none}.inventory-request-card--wide{grid-column:auto}}
@media(max-width:720px){.hero--catalog{padding-top:16px}.hero--catalog .display{font-size:clamp(44px,13vw,62px)}.hero-search>div{grid-template-columns:1fr}.hero-search .btn{width:100%}.hero-showcase{min-height:360px;border-radius:18px}.hero-showcase>img{height:360px}.hero-showcase__caption{inset-inline:18px;bottom:18px}.proof-strip{margin-top:8px}.home-catalog{padding-top:62px}.home-product-grid{grid-template-columns:1fr}.home-product-card:last-of-type{display:flex}.inventory-request-card{min-height:250px}.custom-showcase{grid-template-columns:1fr;grid-template-rows:none}.custom-tile,.custom-tile--lead{grid-row:auto;min-height:300px}.section-actions{flex-direction:column}.section-actions .btn{width:100%}.final-cta .cta-actions{display:flex}}
@media(max-width:430px){.hero-showcase{min-height:310px}.hero-showcase>img{height:310px}.hero-showcase__caption{grid-template-columns:1fr}.hero-showcase__caption>span{margin-top:5px}.rating-link{display:flex;flex-direction:column;gap:2px}.custom-tile,.custom-tile--lead{min-height:260px}}
