:root{--steel: #b0bec5;--steel-light: #e0e6ea;--steel-dark: #546e7a;--iron: #1a1a1a;--iron2: #111111;--charcoal: #222222;--accent: #ff7043;--accent2: #ff8a65;--white: #f5f5f5;--red: #b71c1c;--font-head: "Rajdhani", sans-serif;--font-body: "Barlow", sans-serif;--font-cond: "Barlow Condensed", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--iron2);color:var(--white);font-family:var(--font-body);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:1100;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;height:72px;background:rgba(10,10,10,.97);border-bottom:1px solid rgba(183,28,28,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s;isolation:isolate}nav.scrolled{height:70px;background:rgba(5,5,5,.98)}.nav-logo img{height:70px;object-fit:contain}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--steel-light);text-decoration:none;font-family:var(--font-cond);font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;transition:color .2s;padding:4px 0;border-bottom:1px solid transparent}.nav-links a:hover{color:var(--accent);border-bottom-color:var(--accent)}.nav-cta{background:var(--accent);color:var(--white);padding:8px 22px;font-family:var(--font-cond);font-weight:700;letter-spacing:.1em;text-decoration:none;font-size:.85rem;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s}.nav-cta:hover{background:var(--accent2)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none}.hamburger span{width:24px;height:2px;background:var(--white);display:block;transition:all .3s}#hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:brightness(.35) saturate(.8);animation:kenBurns 12s ease-in-out infinite alternate}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.06)}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,0,0,.8) 40%,rgba(183,28,28,.08) 100%)}.hero-content{position:relative;z-index:2;padding:0 8vw;max-width:900px;animation:fadeUp 1.2s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-h1{font-family:var(--font-head);font-size:clamp(2.2rem,5vw,4.2rem);font-weight:700;line-height:1.1;color:var(--white);margin-bottom:1.5rem;animation:fadeUp 1.2s .4s ease both}.hero-h1 span{color:var(--accent)}.hero-sub{font-size:1.05rem;line-height:1.7;color:#c8d2d7d9;max-width:600px;margin-bottom:2.5rem;animation:fadeUp 1.2s .6s ease both;font-weight:300}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp 1.2s .8s ease both}.btn-primary{background:var(--accent);color:var(--white);padding:14px 32px;font-family:var(--font-cond);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.9rem;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:all .25s;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}.btn-primary:hover{background:var(--accent2);color:var(--white);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--white);padding:14px 32px;font-family:var(--font-cond);font-weight:600;letter-spacing:.12em;text-transform:uppercase;font-size:.9rem;border:1px solid rgba(255,255,255,.4);cursor:pointer;text-decoration:none;display:inline-block;transition:all .25s}.btn-outline:hover{border-color:var(--accent);color:var(--accent);background:var(--white)}.hero-stats{position:absolute;bottom:3rem;left:8vw;right:8vw;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(183,28,28,.3);padding-top:1.5rem;animation:fadeUp 1.2s 1s ease both}.stat-item{padding-right:2rem}.stat-num{font-family:var(--font-head);font-size:1.8rem;font-weight:700;color:var(--white);line-height:1}.stat-label{font-family:var(--font-cond);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--steel);margin-top:4px}section{padding:100px 8vw}.section-tag{font-family:var(--font-cond);font-size:.75rem;letter-spacing:.35em;text-transform:uppercase;color:var(--white);display:flex;align-items:center;gap:12px;margin-bottom:1rem}.section-tag:before{content:"";width:32px;height:1px;background:var(--accent)}.section-title{font-family:var(--font-head);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.section-title span{color:var(--accent)}#about{position:relative;background-size:cover;background-position:center}#about:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5)}#about>*{position:relative;z-index:1}.about-text p{color:#fff;line-height:1.8;margin-bottom:1.2rem;font-weight:300}.about-values{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.value-item{display:flex;align-items:center;gap:10px;font-family:var(--font-cond);font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:var(--steel-light);padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07)}.value-item:before{content:"◆";color:var(--accent);font-size:.5rem}#products{background:linear-gradient(180deg,var(--iron2) 0%,#121212 55%,var(--iron2) 100%);position:relative}#products:before{content:"";position:absolute;top:0;left:8vw;right:8vw;height:1px;background:linear-gradient(90deg,transparent,rgba(255,112,67,.35),transparent);pointer-events:none}.products-head{max-width:640px}.products-lead{margin-top:1rem;font-size:.95rem;line-height:1.65;color:#c8d2d7b8;font-weight:300}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;margin-top:2.75rem}.product-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:var(--charcoal);border:1px solid rgba(255,255,255,.07);cursor:pointer;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.product-card:hover{transform:translateY(-8px);border-color:#ff704366;box-shadow:0 22px 50px #00000080}.product-card-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;flex-shrink:0}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.product-card:hover .product-card-media img{transform:scale(1.06)}.product-card-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.58) 0%,transparent 52%);pointer-events:none}.product-card-body{padding:1.2rem 1.35rem 1.4rem;display:flex;flex-direction:column;gap:.45rem;flex:1}.product-card .product-name{font-family:var(--font-head);font-size:1.28rem;font-weight:700;line-height:1.2;color:var(--white);margin:0}.product-card .product-desc{font-size:.83rem;color:#c8d2d7c7;line-height:1.5;margin:0;display:-webkit-box;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:.65rem;font-family:var(--font-cond);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);transition:gap .25s ease,color .2s ease}.product-card:hover .product-card-cta{gap:.65rem;color:var(--accent2)}.product-card-cta svg{font-size:1.05rem;stroke-width:2.5}#grades{position:relative;background:#161616}#grades:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--section-bg) center / cover no-repeat;opacity:.5;filter:brightness(.35)}#grades>*{position:relative;z-index:1}.grades-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:3rem}.grade-group{background:rgba(255,255,255,.04);border:1px solid rgba(183,28,28,.15);padding:1.5rem;transition:border-color .3s}.grade-group:hover{border-color:#b71c1c80}.grade-type{font-family:var(--font-cond);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(183,28,28,.2)}.grade-list{list-style:none}.grade-list li{font-family:var(--font-cond);font-size:.9rem;letter-spacing:.05em;color:var(--steel-light);padding:4px 0;border-bottom:1px solid rgba(255,255,255,.05);font-weight:600}.grade-list li:last-child{border-bottom:none}#industries{position:relative;background-size:cover;background-position:center}#industries:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5)}#industries>*{position:relative;z-index:1}.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.industry-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);padding:1.5rem 1.2rem;transition:all .3s;cursor:default}.industry-card:hover{background:rgba(183,28,28,.07);border-color:#b71c1c66;transform:translateY(-4px)}.ind-icon{font-size:1.5rem;margin-bottom:.8rem}.ind-name{font-family:var(--font-cond);font-size:.95rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--steel-light)}#quality{background:var(--iron2)}.quality-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center;margin-top:3rem}.quality-img img{width:100%;height:480px;object-fit:cover;filter:brightness(.7) saturate(.8)}.quality-points{display:flex;flex-direction:column;gap:1.5rem}.qpoint{display:flex;gap:1.2rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.07)}.qpoint:last-child{border-bottom:none}.qpoint-icon{width:36px;height:36px;background:rgba(183,28,28,.15);border:1px solid var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);font-size:.9rem}.qpoint-title{font-family:var(--font-cond);font-size:1rem;font-weight:700;letter-spacing:.05em;margin-bottom:4px}.qpoint-text{font-size:.85rem;color:#c8d2d7b3;line-height:1.6;font-weight:300}#why{position:relative;background:#161616}#why:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--section-bg) center / cover no-repeat;opacity:.5;filter:brightness(.35)}#why>*{position:relative;z-index:1}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.why-card{padding:2rem;border:1px solid rgba(255,255,255,.07);position:relative;overflow:hidden;transition:all .3s}.why-card:hover{border-color:#b71c1c66}.why-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.why-card:hover:before{transform:scaleX(1)}.why-num{font-family:var(--font-head);font-size:3rem;font-weight:700;color:#ff7043;line-height:1;margin-bottom:.5rem}.why-title{font-family:var(--font-cond);font-size:1.1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.6rem}.why-text{font-size:.88rem;color:#c8d2d7b3;line-height:1.7;font-weight:300}#cta-banner{position:relative;padding:80px 8vw;overflow:hidden;background:#111111;text-align:center}.cta-title{font-family:var(--font-head);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;color:#ff7043;margin-bottom:1rem;line-height:1.1}.cta-sub{font-size:1rem;color:#fff;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-dark{background:#ffffff;color:var(--accent);padding:14px 32px;font-family:var(--font-cond);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.9rem;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:all .25s}.btn-dark:hover{background:#ff7043;color:#fff}.btn-outline-dark{background:transparent;color:#fff;padding:14px 32px;font-family:var(--font-cond);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.9rem;border:2px solid #ffffff;cursor:pointer;text-decoration:none;display:inline-block;transition:all .25s}.btn-outline-dark:hover{background:rgb(255,255,255);color:#000}#contact{position:relative;background:var(--charcoal)}#contact:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--section-bg) center / cover no-repeat;opacity:.5;filter:brightness(.4)}#contact>*{position:relative;z-index:1}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;margin-top:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-label{font-family:var(--font-cond);font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.contact-value{color:var(--steel-light);line-height:1.7;font-weight:300}.inline-contact-link{color:var(--accent);text-decoration:none}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-family:var(--font-cond);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--steel)}.form-group input,.form-group textarea,.form-group select{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);color:var(--white);padding:12px 16px;font-family:var(--font-body);font-size:.9rem;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:100px}.form-group select option{background:var(--charcoal)}.submit-btn{align-self:flex-start}footer{background:var(--iron2);border-top:1px solid rgba(183,28,28,.2);padding:50px 8vw 30px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand img{height:36px;margin-bottom:1rem}.footer-tagline{font-size:.85rem;color:#c8d2d78c;line-height:1.7;font-weight:300;margin-bottom:1.2rem}.footer-head{font-family:var(--font-cond);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#c8d2d799;text-decoration:none;font-size:.88rem;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.8rem;color:#c8d2d766}.footer-brand-name{font-family:var(--font-cond);font-size:.8rem;letter-spacing:.1em;color:#c8d2d766}.vision-strip{background:rgba(183,28,28,.07);border:1px solid rgba(183,28,28,.2);padding:40px 8vw;margin:0}section,.vision-strip,#cta-banner,footer{content-visibility:auto;contain-intrinsic-size:800px}.vision-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.vision-item{text-align:center}.vision-title{font-family:var(--font-head);font-size:1.2rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.vision-text{font-size:.88rem;color:#c8d2d7b3;line-height:1.6;font-weight:300}.gold-line{width:60px;height:3px;background:var(--accent);margin:0 auto 2rem}@media (max-width: 900px){.about-grid,.quality-layout,.contact-grid{grid-template-columns:1fr;gap:3rem}.grades-grid,.industries-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.products-grid,.footer-top{grid-template-columns:1fr 1fr}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-row,.vision-inner{grid-template-columns:1fr}}@media (max-width: 600px){section{padding:70px 5vw}nav{padding:0 5vw}.nav-links,.nav-cta{display:none}.nav-links.mobile-open{display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:rgba(10,10,10,.98);padding:1rem 5vw 2rem;gap:1rem}.hamburger{display:flex}.products-grid{grid-template-columns:1fr}.grades-grid,.industries-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr}.hero-stats{display:none}.footer-top{grid-template-columns:1fr}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.product-page{--product-fg: #1c2127;--product-muted: #5c6570;--product-border: #e8ecf0;--product-surface: #f6f7f9;background:#ffffff;color:var(--product-fg);min-height:100vh;padding-top:72px}.product-hero{background:linear-gradient(180deg,#fafbfc 0%,#ffffff 100%);border-bottom:1px solid var(--product-border)}.product-hero-inner{max-width:1120px;margin:0 auto;padding:1rem 8vw 1.25rem}.product-hero-copy .product-breadcrumb{margin:0 0 .85rem}.product-breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:0;font-family:var(--font-body);font-size:.8rem;font-weight:400;letter-spacing:.02em;text-transform:none;line-height:1.4}.product-breadcrumb-item{display:inline-flex;align-items:center}.product-breadcrumb-item:not(:last-child):after{content:"/";margin:0 .5rem;color:#fff;font-weight:400;pointer-events:none}.product-breadcrumb a{color:#fff;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.product-breadcrumb a:hover{color:var(--accent);border-bottom-color:#ff704373}.product-breadcrumb-current{color:#fff}.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:2rem;align-items:center}.product-hero-copy{min-width:0}.product-hero-tag{font-family:var(--font-cond);font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--accent);margin-bottom:.45rem}.product-hero-title{font-family:var(--font-head);font-size:clamp(1.65rem,3.4vw,2.35rem);font-weight:700;line-height:1.18;color:var(--product-fg);margin-bottom:.5rem}.product-hero-lead{font-size:.95rem;line-height:1.5;color:var(--product-muted);font-weight:400;margin-bottom:1rem;max-width:38rem}.product-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.product-hero-figure{margin:0;border-radius:14px;overflow:hidden;box-shadow:0 12px 40px #1c21271a;border:1px solid var(--product-border);background:#fff}.product-hero-figure img{display:block;width:100%;height:min(280px,42vw);object-fit:cover}.product-body{max-width:720px;margin:0 auto;padding:.75rem 8vw 4rem}.product-sections{display:flex;flex-direction:column;gap:.35rem}.product-section{padding:.65rem 0 .85rem;border-bottom:1px solid var(--product-border)}.product-section:last-of-type{border-bottom:none;padding-bottom:.35rem}.product-section-label{font-family:var(--font-cond);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem;font-weight:700}.product-section-body{font-size:.93rem;line-height:1.55;color:var(--product-fg);font-weight:400;margin:0}.product-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.product-feature-list li{position:relative;padding-left:1rem;font-size:.93rem;line-height:1.45;color:var(--product-fg)}.product-feature-list li:before{content:"";position:absolute;left:0;top:.52em;width:5px;height:5px;background:var(--accent);border-radius:1px;transform:rotate(45deg)}.spec-table-wrap{overflow-x:auto;border:1px solid var(--product-border);border-radius:10px;background:var(--product-surface)}.spec-table{width:100%;border-collapse:collapse;font-size:.88rem}.spec-table th,.spec-table td{padding:.5rem .85rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--product-border)}.spec-table tbody tr:last-child th,.spec-table tbody tr:last-child td{border-bottom:none}.spec-table tbody tr:nth-child(2n){background:rgba(255,255,255,.65)}.spec-table th{font-family:var(--font-cond);font-weight:600;letter-spacing:.04em;color:var(--product-muted);width:36%;min-width:128px}.spec-table td{color:var(--product-fg);font-weight:400;line-height:1.45}.product-page-cta{margin-top:1rem;padding:1rem 1.15rem;border-radius:12px;border:1px solid var(--product-border);background:var(--product-surface);text-align:center}.product-page-cta-text{font-size:.88rem;color:var(--product-muted);line-height:1.45;margin:0 0 .85rem;max-width:26rem;margin-left:auto;margin-right:auto}.product-page-cta-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;align-items:center}.product-page .btn-outline{border-color:#cfd6dd;color:var(--product-fg)}.product-page .btn-outline:hover{border-color:var(--accent);color:var(--accent);background:#fff}.product-back-link{margin:0}.product-card-link{display:block;text-decoration:none;color:inherit}.product-card-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width: 768px){.product-hero-inner{padding:.75rem 5vw 1rem}.product-hero-grid{grid-template-columns:1fr;gap:1.25rem}.product-hero-figure img{height:220px}.product-body{padding:.5rem 5vw 3rem}}@media (max-width: 600px){.product-page-cta-actions{flex-direction:column}.product-page-cta-actions .btn-primary,.product-page-cta-actions .btn-outline{width:100%;text-align:center}}
