:root{--color-page: #f7f9fa;--color-surface: #ffffff;--color-steel: #eef3f6;--color-border: #d6dfe5;--color-text: #132331;--color-text-soft: #526374;--color-muted: #637381;--color-accent: #e0a12a;--color-accent-dark: #b97810;--color-deep: #122331;--color-success: #17803d;--color-warning: #b97810;--color-danger: #c2412d;--font-display: "Inter Tight", "Poppins", Arial, sans-serif;--font-body: Inter, Arial, sans-serif;--font-arabic: "Noto Sans Arabic", Arial, sans-serif;--container-narrow: 880px;--container: 1200px;--radius-sm: 3px;--radius-md: 6px;--shadow-soft: 0 18px 40px rgb(30 49 64 / 8%)}*{box-sizing:border-box}html{color:var(--color-text);background:var(--color-page);font-family:var(--font-body);line-height:1.5;scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--color-page)}html[dir=rtl] body,body[dir=rtl]{font-family:var(--font-arabic)}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent-dark)}img{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}:focus-visible{outline:3px solid color-mix(in srgb,var(--color-accent) 70%,white);outline-offset:3px}.container{width:min(100% - 32px,var(--container));margin-inline:auto}.eyebrow{color:var(--color-accent-dark);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:var(--radius-sm);border:1px solid transparent;padding:.72rem 1rem;font-weight:700;letter-spacing:.02em;transition:transform .18s ease,border-color .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--color-accent);color:var(--color-deep)}.button-secondary{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.button-on-dark{background:#ffffff17;border-color:#ffffff47;color:#fff}.button-on-dark:hover,.button-on-dark:focus-visible{color:#fff;border-color:#ffffff75;background:#ffffff21}.button-ghost{background:transparent;border-color:transparent;color:#f3c866}.button-ghost:hover,.button-ghost:focus-visible{color:#fff;border-color:#f3c86675;background:#f3c86617}.site-header{position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid var(--color-border);backdrop-filter:blur(12px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;flex:0 0 auto;gap:.7rem;color:var(--color-text)}.brand:hover{color:var(--color-text)}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:2px solid var(--color-accent);background:#fff8e8;color:var(--color-accent-dark);font-weight:800}.brand-logo{width:42px;height:42px;flex:0 0 auto;border:1px solid var(--color-border);background:var(--color-surface);object-fit:contain}.brand strong,.brand small{display:block}.brand strong{font-family:var(--font-display);font-size:1.08rem;line-height:1}.brand small{color:var(--color-muted);font-size:.68rem;font-weight:700;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.primary-nav,.header-actions,.language-switcher{display:flex;align-items:center;gap:1rem}.primary-nav{flex-wrap:wrap;justify-content:center}.primary-nav a,.language-switcher a{color:var(--color-text-soft);font-size:.94rem;font-weight:650;text-underline-offset:.35em}.primary-nav a:hover,.language-switcher a:hover,.primary-nav a:focus-visible,.language-switcher a:focus-visible{color:var(--color-accent-dark);text-decoration:underline}.language-switcher{flex-wrap:wrap;gap:.65rem}.language-switcher a.active{color:var(--color-accent-dark)}.site-footer{background:var(--color-deep);color:#eef3f6;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:2rem}.footer-brand{margin-bottom:1rem}.footer-brand strong{color:#fff}.footer-brand small{color:#c8d2d9}.footer-grid a,.footer-grid p{display:block;color:#c8d2d9;margin:.45rem 0}.footer-grid a{text-underline-offset:.35em}.footer-grid a:hover,.footer-grid a:focus-visible{color:#fff;text-decoration:underline}.footer-grid h2{margin:0 0 .9rem;color:#fff;font-size:.86rem;letter-spacing:.08em;text-transform:uppercase}.footer-about p{max-width:34rem}.footer-bottom{margin-top:32px;padding-top:20px;border-top:1px solid rgb(255 255 255 / 14%);color:#aab8c2}.page-hero{padding:72px 0 48px;background:linear-gradient(110deg,#fff,#f4f7f8 58%,#e7edf1);border-bottom:1px solid var(--color-border)}.page-hero h1{max-width:820px;margin:.5rem 0 1rem;font-family:var(--font-display);font-size:4rem;line-height:1.04}.page-hero p{max-width:68ch;color:var(--color-text-soft);font-size:1.1rem}.section-header{max-width:760px;margin-bottom:2rem}.section-header h2,.rfq-panel h2{margin:.5rem 0 .8rem;font-family:var(--font-display);font-size:2.6rem;line-height:1.1}.section-header p,.rfq-panel p{color:var(--color-text-soft)}.rfq-panel{width:min(100% - 32px,var(--container));margin:64px auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:32px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.rfq-panel>div:first-child{max-width:var(--container-narrow)}.rfq-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:.75rem}.product-grid{display:grid;gap:1.25rem}.product-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card,.application-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.product-card{min-height:100%;display:flex;flex-direction:column;overflow:hidden}.product-card:hover,.application-card:hover{border-color:color-mix(in srgb,var(--color-accent) 42%,var(--color-border))}.product-card-media{display:grid;min-height:0;aspect-ratio:4 / 3;place-items:center;overflow:hidden;background:linear-gradient(135deg,#ffffffb3,#eef3f6cc),var(--color-steel);color:var(--color-accent-dark);font-family:var(--font-display);font-size:.82rem;font-weight:800;letter-spacing:.14em}.product-card-media img{width:100%;height:100%;object-fit:cover}.product-card-body,.application-card{padding:1.1rem}.product-card-body{display:flex;flex:1;flex-direction:column}.product-card h2,.application-card h2,.faq-section h2{margin:0 0 .6rem;font-family:var(--font-display);line-height:1.25}.product-card h2,.application-card h2{font-size:1.1rem}.product-card p,.application-card p,.faq-list p{color:var(--color-text-soft)}.product-card p,.application-card p{margin:0}.product-card .text-link{margin-top:auto;padding-top:1rem}.tag-row{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0 0}.tag-row span{border:1px solid var(--color-border);border-radius:999px;padding:.24rem .55rem;color:var(--color-muted);font-size:.78rem;font-weight:650}.text-link{color:var(--color-accent-dark);font-weight:750;text-underline-offset:.35em}.text-link:hover,.text-link:focus-visible{text-decoration:underline}.spec-table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--color-border);background:var(--color-surface)}.spec-table{min-width:520px}.spec-row{display:grid;grid-template-columns:minmax(180px,220px) minmax(260px,1fr);border-bottom:1px solid var(--color-border)}.spec-row:last-child{border-bottom:0}.spec-row>div{padding:.9rem 1rem}.spec-label{background:var(--color-steel);color:var(--color-text);font-weight:750}.spec-value{color:var(--color-text-soft)}.faq-section{width:min(100% - 32px,var(--container));margin:64px auto}.faq-section h2{font-size:2.6rem}.faq-list{display:grid;gap:.75rem}.faq-list details{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.faq-list summary{cursor:pointer;color:var(--color-text);font-weight:750}.faq-list summary::marker{color:var(--color-accent-dark)}.faq-list p{margin:.8rem 0 0}.application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.application-card{min-height:100%}.breadcrumbs{color:var(--color-muted);font-size:.9rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none}.breadcrumbs li{display:inline-flex;align-items:center;gap:.45rem}.breadcrumbs li:not(:last-child):after{content:"/";color:var(--color-border)}.breadcrumbs a{text-underline-offset:.35em}.breadcrumbs a:hover,.breadcrumbs a:focus-visible{text-decoration:underline}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:1100px){.header-inner{flex-wrap:wrap;padding-block:.85rem}.primary-nav{order:3;width:100%;justify-content:flex-start}}@media(max-width:920px){.header-inner,.header-actions,.rfq-panel{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.product-grid-three,.product-grid-four,.application-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.container,.rfq-panel,.faq-section{width:min(100% - 24px,var(--container))}.primary-nav,.header-actions{gap:.75rem}.page-hero{padding:48px 0 36px}.page-hero h1{font-size:2.25rem}.section-header h2,.rfq-panel h2{font-size:1.85rem}.rfq-panel{margin-block:40px;padding:24px}.product-grid-three,.product-grid-four,.application-grid{grid-template-columns:1fr}.product-card-media{aspect-ratio:16 / 10}.hero-media{height:auto}.spec-table-wrap{border-inline:0;margin-inline:-12px}.spec-table{min-width:0}.spec-row{grid-template-columns:1fr}.spec-row>div{padding:.75rem .9rem}.faq-section{margin-block:40px}.faq-section h2{font-size:1.85rem}}.hero{padding:86px 0 70px;background:linear-gradient(110deg,#fff,#f4f7f8 54%,#e7edf1)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);align-items:center;gap:3rem}.hero h1{max-width:760px;margin:.65rem 0 1.1rem;font-family:var(--font-display);font-size:4.6rem;line-height:1.02}.hero p{max-width:66ch;color:var(--color-text-soft);font-size:1.12rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.hero-media,.about-grid img,.detail-image{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}.hero-media{height:min(560px,58vw)}.hero-media img,.about-grid img,.detail-image{width:100%;height:100%;object-fit:cover}.section{padding:72px 0}.section-steel{background:var(--color-steel)}.split-proof,.about-grid,.contact-grid,.product-detail-grid,.capability-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:2rem;align-items:start}.split-proof h2,.about-grid h2,.evidence-grid h2,.process-list h2,.contact-card h2,.related-products h2{font-family:var(--font-display);line-height:1.15}.split-proof ol,.process-list{display:grid;gap:.9rem;margin:0;padding:0;list-style:none}.split-proof li,.process-list article,.contact-card,.rfq-form,.article-card,.related-products,.evidence-grid article{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.1rem}.process-list article{display:grid;grid-template-columns:auto 1fr;gap:1rem}.process-list span{color:var(--color-accent-dark);font-weight:850}.evidence-grid,.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.section-factory,.homepage-factory{background:linear-gradient(180deg,#122331f0,#122331fa),var(--color-deep);color:#fff}.homepage-factory{padding:72px 0 64px}.section-factory .eyebrow,.homepage-factory .eyebrow{color:#f3c866}.factory-showcase{display:grid;grid-template-columns:minmax(0,.92fr) minmax(280px,.58fr);align-items:stretch;gap:2.5rem}.factory-showcase-hero{min-height:min(740px,calc(100vh - 136px))}.factory-showcase-copy h1,.factory-showcase-copy h2,.quality-proof h2{margin:.55rem 0 .85rem;font-family:var(--font-display);font-size:2.65rem;line-height:1.08}.factory-showcase-copy h1{max-width:16ch;font-size:3.35rem}.factory-showcase-copy p{max-width:62ch;color:#cbd6dd}.factory-showcase-copy{display:flex;min-height:100%;flex-direction:column;justify-content:center}.factory-showcase-copy .hero-actions{margin-top:1.45rem}.factory-quick-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.factory-quick-tags span{border:1px solid rgb(255 255 255 / 18%);border-radius:var(--radius-sm);padding:.42rem .6rem;background:#ffffff0f;color:#dce6ec;font-size:.82rem;font-weight:700}.factory-video{overflow:hidden;border:1px solid rgb(255 255 255 / 18%);border-radius:var(--radius-md);background:#07121c;box-shadow:0 24px 60px #00000038}.factory-video video{display:block;width:100%;height:100%;min-height:520px;aspect-ratio:9 / 16;object-fit:cover}.factory-proof-grid,.factory-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.factory-proof-grid{margin-top:1rem}.factory-proof-grid article,.factory-media-grid article{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.factory-proof-grid article{border-color:#ffffff29;background:#ffffff12}.factory-proof-grid img,.factory-proof-grid video,.factory-media-grid img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.factory-proof-grid div,.factory-media-grid article{padding:1.1rem}.factory-media-grid article{display:flex;min-height:100%;flex-direction:column}.factory-media-grid img{margin:-1.1rem -1.1rem 1rem;width:calc(100% + 2.2rem);max-width:none}.factory-proof-grid h3,.factory-media-grid h2,.quality-proof h2{font-family:var(--font-display);line-height:1.16}.factory-proof-grid h3{margin:0 0 .45rem;color:#fff;font-size:1.18rem}.factory-proof-grid p{margin:0;color:#cbd6dd}.factory-home-paths{display:grid;grid-template-columns:minmax(0,.94fr) minmax(320px,1.06fr);gap:1rem;margin-top:1rem}.factory-home-paths article{min-height:100%;border:1px solid rgb(255 255 255 / 16%);border-radius:var(--radius-md);padding:1.25rem;background:#ffffff12}.factory-home-paths h2{margin:.45rem 0 .65rem;color:#fff;font-family:var(--font-display);font-size:1.35rem;line-height:1.2}.factory-home-paths p,.factory-home-paths li{color:#cbd6dd}.factory-home-paths p{margin:0}.factory-home-paths ol{display:grid;gap:.5rem;margin:.8rem 0 0;padding-inline-start:1.1rem}.factory-link-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1rem}.factory-media-grid h2{margin:0 0 .55rem}.factory-media-grid p{margin:0;color:var(--color-text-soft)}.quality-proof{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1fr);align-items:center;gap:2rem;margin-bottom:1.25rem}.quality-proof img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.quality-proof p:not(.eyebrow){color:var(--color-text-soft)}.detail-image{margin:1.25rem 0}.product-main,.article-detail{color:var(--color-text-soft)}.product-main h2,.product-main h3,.article-detail h2,.article-detail h3{color:var(--color-text);font-family:var(--font-display)}.product-aside{position:sticky;top:96px;display:grid;gap:1rem}.full-width{width:100%}.contact-card a{display:block;margin:.55rem 0;color:var(--color-accent-dark);font-weight:750;text-underline-offset:.35em}.rfq-form{display:grid;gap:.9rem}.rfq-form label{display:grid;gap:.35rem;color:var(--color-text);font-weight:700}.rfq-form input,.rfq-form textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.72rem .8rem;background:var(--color-surface);color:var(--color-text)}.article-card{display:flex;min-height:100%;flex-direction:column}.article-card h2{margin:0 0 .65rem;font-family:var(--font-display);line-height:1.2}.article-card p:not(.eyebrow){color:var(--color-text-soft)}.article-card .text-link{margin-top:auto}.article-detail{max-width:820px}.related-products{margin-top:2rem}.side-panel,.localized-note-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.side-panel h2,.localized-note-list h2{margin:0 0 .75rem;color:var(--color-text);font-family:var(--font-display);font-size:1rem;line-height:1.2}.side-panel ul,.localized-note-list ul{margin:0;padding-inline-start:1.15rem;color:var(--color-text-soft)}.localized-note-list{margin:1.25rem 0}@media(max-width:920px){.hero-grid,.split-proof,.about-grid,.contact-grid,.product-detail-grid,.capability-grid,.factory-showcase,.quality-proof,.factory-home-paths{grid-template-columns:1fr}.factory-showcase-hero{min-height:0}.factory-video video{min-height:0;max-height:720px}.evidence-grid,.article-grid,.factory-proof-grid,.factory-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-aside{position:static}}@media(max-width:640px){.hero{padding:42px 0 36px}.hero h1{font-size:2.05rem;line-height:1.08}.hero p{font-size:1rem}.section{padding:48px 0}.evidence-grid,.article-grid,.factory-proof-grid,.factory-media-grid{grid-template-columns:1fr}.homepage-factory{padding:48px 0}.factory-showcase-copy h1{max-width:14ch;font-size:2.35rem;line-height:1.08}.factory-showcase-copy h2,.quality-proof h2{font-size:1.85rem}}
