/* Jailaxmi Engineering Corporation | Completed responsive redesign
   Original logo, photographs, product copy and specifications retained.
   Font Awesome icons are inline SVG. No icon font or framework is required. */
:root {
  --red:#d92520; --red-hover:#b71917; --navy:#182040; --ink:#222735;
  --muted:#6c707b; --line:#e2e4e8; --paper:#f5f5f0; --pale:#f7f8fa;
  --radius:10px; --shadow:0 14px 45px rgba(24,32,64,.08);
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:115px; }
body { margin:0; font-family:"Helvetica Neue",Arial,Helvetica,sans-serif; color:var(--ink); background:#fff; font-size:15px; line-height:1.75; -webkit-font-smoothing:antialiased; }
button,input,textarea,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; color:inherit; }
a { color:inherit; text-decoration:none; }
a,button { transition:color .2s,background .2s,border-color .2s,transform .2s,box-shadow .2s; }
a:hover { color:var(--red); }
img { max-width:100%; height:auto; vertical-align:middle; }
button { border:0; background:transparent; }
h1,h2,h3,h4,p,figure { margin-top:0; }
h1,h2,h3,h4 { color:var(--navy); line-height:1.2; }
h2 { font-size:clamp(30px,3vw,44px); font-weight:600; letter-spacing:-1.5px; margin-bottom:24px; }
h3 { font-size:22px; letter-spacing:-.45px; }
p { margin-bottom:22px; }
[hidden] { display:none!important; }
:focus-visible { outline:3px solid #436be4; outline-offset:5px; }
::selection { color:var(--navy); background:#f7c6c4; }
.container { width:min(1340px,calc(100% - 96px)); margin-inline:auto; }
.section { padding-block:96px; }
.icon { display:inline-block; width:1em; height:1em; flex-shrink:0; fill:currentColor; vertical-align:-.1em; }
.diagonal { transform:rotate(-40deg); }
.eyebrow { display:block; color:var(--red); font-size:10px; font-weight:700; letter-spacing:2.05px; line-height:1.65; margin-bottom:17px; }
.muted-text { color:#838792; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:28px; padding:17px 25px; color:white; background:var(--red); border:1px solid var(--red); border-radius:5px; font-size:12px; line-height:1.6; font-weight:700; text-align:center; }
.button:hover { color:white; background:var(--red-hover); border-color:var(--red-hover); transform:translateY(-2px); box-shadow:0 7px 20px #d9252020; }
.button-small { padding:12px 20px; }
.button-white { background:white; border-color:white; color:var(--navy); }
.button-white:hover { background:var(--paper); border-color:var(--paper); color:var(--red); }
.button-outline { background:transparent; border-color:#626983; color:#fff; }
.button-outline:hover { background:#fff; border-color:#fff; color:var(--navy); }
.text-link { display:inline-flex; align-items:center; gap:22px; font-size:12px; font-weight:700; line-height:1.6; }
.text-link .icon { color:var(--red); }
.icon-button { width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; border:1px solid var(--line); border-radius:50%; background:transparent; }
.icon-button:hover { background:var(--navy); color:#fff; border-color:var(--navy); }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:32px; margin-bottom:38px; }
.section-heading h2 { margin:0; }
.section-heading>.text-link { margin-bottom:7px; white-space:nowrap; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; top:8px; left:8px; padding:12px 20px; background:var(--navy); color:white; z-index:1000; transform:translateY(-200%); }
.skip-link:focus { transform:translateY(0); color:white; }
html:not(.js) .js-only { display:none!important; }
/* Header and accessible two-level navigation */
.topbar { background:var(--navy); color:#f5f5f8; font-size:10px; }
.topbar>.container { display:flex; justify-content:space-between; align-items:center; min-height:36px; gap:24px; }
.topbar .container>span { display:flex; align-items:center; gap:9px; font-size:8px; letter-spacing:1px; }
.topbar .container>span>.icon { font-size:13px; }
.topbar .container>div { display:flex; gap:27px; }
.topbar a>.icon { margin-right:7px; color:#b8bfd4; }
.topbar a:hover { color:#fff; text-decoration:underline; }
.site-header { position:sticky; top:0; z-index:60; background:rgba(255,255,255,.97); border-bottom:1px solid #e8e9ec; backdrop-filter:blur(12px); }
.site-header.is-scrolled { box-shadow:0 4px 24px #1820400a; }
.header-inner { display:flex; justify-content:space-between; align-items:center; gap:28px; min-height:99px; }
.brand { display:block; flex-shrink:0; width:320px; }
.brand img { display:block; width:100%; height:auto; }
#primary-nav { display:flex; align-items:center; gap:22px; font-weight:600; font-size:11px; white-space:nowrap; }
#primary-nav>a:not(.button),.nav-parent>a { padding-block:35px; }
#primary-nav [aria-current="page"]:not(.button),.nav-group.is-current>.nav-parent>a { color:var(--red); }
.nav-group { position:relative; }
.nav-parent { display:flex; align-items:center; gap:4px; }
.dropdown-toggle { padding:12px 5px; font-size:8px; }
.dropdown-toggle[aria-expanded="true"] .icon { transform:rotate(180deg); }
.dropdown { display:none; position:absolute; top:100%; left:-16px; min-width:235px; padding:12px; background:#fff; border:1px solid var(--line); border-top:3px solid var(--red); border-radius:0 0 8px 8px; box-shadow:var(--shadow); }
.dropdown a { display:block; padding:11px 13px; white-space:normal; line-height:1.55; }
.dropdown a:hover,.dropdown [aria-current="page"] { background:var(--pale); border-radius:4px; }
.dropdown-label { display:block; padding:8px 13px 12px; letter-spacing:1.8px; color:var(--muted); font-size:9px; }
.products-nav .dropdown { width:350px; }
.nav-group.open>.dropdown { display:block; }
html:not(.js) .nav-group:focus-within>.dropdown,html:not(.js) .nav-group:hover>.dropdown { display:block; }
.menu-toggle { display:none; }
/* Home: editorial industrial hero */
.hero { overflow:hidden; background:var(--paper); }
.hero-grid { display:grid; grid-template-columns:.94fr 1.06fr; align-items:center; gap:20px; min-height:634px; padding-top:35px; padding-bottom:32px; }
.hero-copy { position:relative; z-index:2; padding-block:15px; }
.hero-copy>.eyebrow { display:flex; align-items:center; gap:12px; font-size:10px; }
.red-line { display:inline-block; width:25px; height:2px; background:var(--red); }
.hero h1 { font-size:clamp(48px,5.1vw,77px); font-weight:600; letter-spacing:-4.3px; line-height:1.055; margin:25px 0 23px; }
.hero h1>span { color:var(--red); }
.hero-copy>p { max-width:380px; color:var(--muted); font-size:14px; line-height:1.9; }
.hero-actions { display:flex; align-items:center; gap:28px; margin-top:29px; }
.hero-secondary { font-size:11px; font-weight:700; display:flex; align-items:center; gap:10px; }
.hero-cert { display:flex; align-items:center; gap:14px; margin-top:32px; font-size:10px; color:var(--muted); line-height:1.75; }
.hero-cert>.icon { width:30px; height:30px; color:var(--navy); }
.hero-cert strong,.hero-cert span:not(.cert-divider) { display:block; }
.hero-cert strong { font-size:11px; font-weight:600; color:var(--navy); }
.cert-divider { width:1px; height:32px; background:#d6d8d2; margin:0 6px; }
.hero-visual { position:relative; min-width:0; height:530px; isolation:isolate; }
.technical-label { position:absolute; right:0; top:20px; font-size:8px; letter-spacing:2.4px; color:#797e89; }
.machine-ring { width:370px; height:370px; position:absolute; border:1px solid #dfe0d9; border-radius:50%; top:65px; left:calc(50% - 185px); z-index:-1; }
.machine-ring:before,.machine-ring:after { content:""; position:absolute; border:1px solid #e1e2da; inset:-36px; border-radius:50%; }
.machine-ring:after { inset:36px; }
.hero-watermark { position:absolute; top:83px; right:22px; font-weight:800; font-size:200px; letter-spacing:-14px; color:#e7e8e0; z-index:-1; line-height:1; }
.hero-slide { width:100%; height:100%; }
.hero-machine { position:absolute; top:40px; left:-35px; width:calc(100% + 65px); max-width:none; height:405px; object-fit:contain; mix-blend-mode:multiply; }
.hero-slide:not([hidden]) .hero-machine { animation:machine-appear .55s ease both; }
@keyframes machine-appear { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
.machine-caption { position:absolute; bottom:29px; left:0; right:130px; display:flex; gap:18px; align-items:center; }
.machine-index { padding:15px 17px; background:var(--red); color:#fff; font-size:23px; line-height:1.3; }
.machine-caption>div>span { display:block; color:var(--muted); font-size:8px; letter-spacing:1.5px; margin-bottom:7px; }
.machine-caption a { display:block; font-size:14px; font-weight:600; line-height:1.5; max-width:300px; }
.machine-caption .icon { color:var(--red); margin-left:6px; }
.hero-controls { position:absolute; bottom:26px; right:-5px; display:flex; align-items:center; gap:8px; flex-wrap:wrap; width:114px; justify-content:center; }
.hero-controls .icon-button { width:27px; height:27px; font-size:10px; }
.hero-controls .hero-pause { width:23px; height:23px; font-size:8px; border:0; }
.hero-count { font-size:9px; font-variant-numeric:tabular-nums; }
.hero-pause[aria-pressed="true"] { color:var(--red); background:#fff; }
.hero-bottom { border-top:1px solid #dfe0da; padding-block:18px; display:flex; align-items:center; justify-content:space-between; }
.hero-bottom>span { font-size:9px; letter-spacing:2px; color:#666c77; }
.hero-bottom b { color:var(--red); padding:0 14px; }
.hero-bottom a { font-size:10px; color:var(--muted); display:flex; align-items:center; gap:20px; }
.hero-bottom .icon { color:var(--red); }
.stats { background:var(--navy); color:#fff; }
.stats>.container { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; align-items:center; padding-block:35px; }
.stats>.container>div:not(:first-child) { border-left:1px solid #ffffff24; padding-left:58px; }
.stats-intro .eyebrow { color:#bbc3dd; font-size:8px; letter-spacing:1.8px; margin-bottom:9px; }
.stats-intro p { font-size:18px; line-height:1.45; margin:0; letter-spacing:-.3px; }
.stats strong { display:block; font-size:49px; font-weight:500; letter-spacing:-1.4px; line-height:1.2; }
.stats strong span { color:#ed625e; font-size:28px; vertical-align:top; margin-left:4px; }
.stats>.container>div>span { font-size:10px; color:#b9c0d6; }
/* About and reasons */
.about-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:90px; align-items:center; }
.about-visual { position:relative; background:var(--pale); min-height:440px; padding:32px 32px 0; border-radius:8px; }
.about-visual>img { width:100%; height:378px; object-fit:contain; }
.about-stamp { position:absolute; left:-18px; top:20px; background:var(--navy); padding:24px; color:#fff; width:140px; }
.about-stamp strong { display:block; font-size:25px; line-height:1.25; letter-spacing:-.6px; font-weight:500; }
.about-stamp span { display:block; font-size:7px; letter-spacing:1.1px; line-height:1.8; border-top:1px solid #ffffff38; padding-top:14px; margin-top:15px; }
.about-caption { border-top:1px solid var(--line); padding-block:17px; font-size:8px; letter-spacing:1.5px; color:var(--muted); }
.about-caption .icon { color:var(--red); margin-right:7px; }
.about-copy>.eyebrow { font-size:9px; }
.about-tabs { display:flex; gap:32px; margin:27px 0; border-bottom:1px solid var(--line); }
.about-tabs button { padding:10px 0 13px; font-size:12px; font-weight:700; position:relative; }
.about-tabs [aria-selected="true"] { color:var(--red); }
.about-tabs [aria-selected="true"]:after { content:""; position:absolute; height:2px; background:var(--red); left:0; right:0; bottom:-1px; }
.about-copy .prose { font-size:13px; line-height:1.9; }
.about-copy .prose h3 { font-size:13px; font-weight:400; line-height:1.9; letter-spacing:0; margin:0 0 17px; color:var(--muted); }
.about-copy .prose h3 strong { font-weight:500; }
.about-copy .prose p { margin-bottom:16px; }
.about-copy>.text-link { margin-top:10px; }
.why-summary { min-height:245px; }
.reasons-section { background:var(--pale); }
.reasons-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0; border:1px solid var(--line); border-radius:8px; overflow:hidden; }
.reason-card { padding:33px; background:#fff; }
.reason-card:nth-child(-n+3) { border-bottom:1px solid var(--line); }
.reason-card:not(:nth-child(3n)) { border-right:1px solid var(--line); }
.reason-icon { display:flex; align-items:center; justify-content:center; width:42px; height:42px; background:#fcedec; border-radius:7px; color:var(--red); font-size:19px; margin-bottom:22px; }
.reason-card h3 { font-size:18px; font-weight:600; margin-bottom:13px; }
.reason-card p { font-size:12px; color:var(--muted); line-height:1.85; margin:0; max-width:285px; }
/* Catalogue */
.catalogue-toolbar { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:29px; border-bottom:1px solid var(--line); padding-bottom:18px; }
.filters { display:flex; gap:8px; flex-wrap:wrap; }
.filters button { padding:9px 16px; border:1px solid transparent; border-radius:4px; font-size:11px; color:var(--muted); }
.filters button[aria-pressed="true"] { background:var(--navy); color:#fff; }
.filters button:hover:not([aria-pressed="true"]) { color:var(--navy); background:var(--pale); }
.filters button span { margin-left:14px; color:#c4c9da; font-size:9px; }
.product-search { display:flex; gap:10px; align-items:center; max-width:190px; color:var(--muted); font-size:13px; }
.product-search input { font-size:11px; border:0; border-radius:0; padding:10px 0; width:155px; min-width:0; background:transparent; color:var(--ink); }
.product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; }
.product-card { border:1px solid var(--line); border-radius:7px; overflow:hidden; transition:transform .2s,box-shadow .2s; min-width:0; background:#fff; }
.product-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.product-image { display:flex; align-items:center; justify-content:center; position:relative; height:265px; padding:38px 18px 20px; background:#f5f6f7; overflow:hidden; }
.product-image img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; transition:transform .3s; }
.product-card:hover .product-image img { transform:scale(1.025); }
.product-number { position:absolute; left:20px; top:16px; font-size:8px; letter-spacing:1.5px; color:#7d838d; z-index:1; }
.circle-arrow { position:absolute; right:17px; bottom:17px; display:flex; align-items:center; justify-content:center; border:1px solid var(--line); background:white; border-radius:50%; width:34px; height:34px; color:var(--navy); font-size:12px; }
.product-card:hover .circle-arrow { background:var(--red); color:#fff; border-color:var(--red); }
.product-card-body { padding:26px; }
.product-card-body>.eyebrow { font-size:8px; letter-spacing:1.6px; margin-bottom:12px; }
.product-card h3 { font-size:20px; font-weight:600; line-height:1.35; margin-bottom:23px; min-height:54px; }
.product-card-body>.text-link { font-size:10px; justify-content:space-between; display:flex; padding-top:17px; border-top:1px solid var(--line); }
.empty-products { padding:30px; background:var(--pale); border-radius:8px; color:var(--muted); }
/* Values, clients, testimonials, editorial */
.differences-section { background:var(--pale); }
.difference-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.difference-card { position:relative; border-top:1px solid #cfd2db; padding-top:28px; }
.difference-card>img { width:49px; height:49px; object-fit:contain; margin:3px 0 23px; }
.card-counter { position:absolute; top:27px; right:2px; font-size:12px; color:#989da8; }
.difference-card h3 { font-size:19px; margin-bottom:15px; font-weight:600; }
.difference-card p { font-size:12px; color:var(--muted); margin:0; line-height:1.9; }
.clients-band { padding-block:43px; border-bottom:1px solid var(--line); }
.clients-band>.container { display:flex; align-items:center; gap:45px; }
.clients-band .eyebrow { margin:0; white-space:nowrap; font-size:8px; }
.client-logos { display:flex; align-items:center; justify-content:space-around; gap:32px; flex:1; min-width:0; }
.client-logos img { width:110px; height:63px; object-fit:contain; }
.clients-band .text-link { font-size:10px; flex-shrink:0; }
.industry-statement { background:var(--navy); color:white; padding:85px 0; position:relative; overflow:hidden; }
.industry-statement:after { content:"JEC"; color:#ffffff04; font-size:300px; font-weight:800; line-height:1; letter-spacing:-15px; position:absolute; right:-20px; bottom:-30px; pointer-events:none; }
.industry-statement .container { position:relative; z-index:1; }
.industry-statement .eyebrow { color:#b9c0d6; }
.industry-statement h2 { max-width:900px; color:#e1e5f1; font-size:44px; line-height:1.32; letter-spacing:-1.3px; font-weight:400; margin-bottom:32px; }
.industry-statement em { font-style:normal; color:#fff; border-bottom:1px solid #ee6f69; }
.industry-statement .container>div { display:flex; gap:14px; }
.quote-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; }
.quote-card { margin:0; padding:31px; border:1px solid var(--line); border-radius:7px; display:flex; flex-direction:column; }
.quote-card>.icon { font-size:29px; color:var(--red); margin-bottom:23px; }
.quote-card blockquote { margin:0 0 26px; color:#626875; font-size:13px; line-height:1.9; flex:1; }
.quote-card figcaption { display:flex; align-items:center; gap:12px; border-top:1px solid var(--line); padding-top:21px; }
.quote-card figcaption img { width:39px; height:39px; border-radius:50%; object-fit:contain; }
.quote-card figcaption strong { display:block; font-size:12px; font-weight:600; line-height:1.5; }
.quote-card figcaption span { display:block; font-size:10px; color:var(--muted); line-height:1.6; margin-top:4px; }
.news-home { background:var(--pale); }
.news-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:25px; }
.news-card { background:white; border:1px solid var(--line); border-radius:7px; overflow:hidden; display:flex; flex-direction:column; }
.news-card-image { display:flex; align-items:center; justify-content:center; height:245px; padding:15px; background:#f0f1f3; }
.news-card-image img { max-width:100%; height:100%; width:100%; object-fit:contain; }
.news-card-body { padding:25px; display:flex; flex-direction:column; flex:1; }
.news-date { color:var(--muted); font-size:10px; margin-bottom:13px; display:flex; align-items:center; gap:8px; }
.news-card h2 { font-size:18px; line-height:1.4; font-weight:600; letter-spacing:-.25px; margin-bottom:15px; }
.news-card p { color:var(--muted); font-size:12px; line-height:1.8; }
.news-card .text-link { margin-top:auto; font-size:11px; }
.news-home .news-card p { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.original-showcase { padding-block:70px; }
.slider-controls { display:flex; gap:9px; }
.banner-track { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:thin; gap:20px; border-radius:8px; }
.banner-slide { flex:0 0 100%; scroll-snap-align:start; min-width:0; background:var(--paper); }
.banner-slide img { width:100%; height:auto; display:block; }
/* Shared inner pages */
.page-hero { background:var(--paper); position:relative; overflow:hidden; border-bottom:1px solid #e7e8e1; }
.page-hero>.container { position:relative; padding-top:27px; padding-bottom:54px; isolation:isolate; }
.breadcrumb { display:flex; gap:12px; flex-wrap:wrap; font-size:10px; color:#7b818b; align-items:center; line-height:1.6; margin-bottom:34px; position:relative; z-index:1; }
.breadcrumb a { color:#606675; }
.breadcrumb>span:not([aria-current]) { color:#c8ccd2; }
.breadcrumb>[aria-current] { color:var(--navy); }
.page-hero .eyebrow { font-size:9px; margin-bottom:16px; }
.page-hero h1 { font-size:clamp(36px,4.2vw,60px); font-weight:600; letter-spacing:-2px; margin:0; max-width:940px; line-height:1.16; position:relative; z-index:1; overflow-wrap:break-word; }
.page-hero-mark { position:absolute; right:-5px; bottom:-23px; color:#e7e8e0; font-size:193px; letter-spacing:-10px; font-weight:800; line-height:1; z-index:-1; user-select:none; }
.company-nav { display:flex; align-items:center; gap:12px; padding-block:23px; border-bottom:1px solid var(--line); flex-wrap:wrap; }
.company-nav a { padding:9px 18px; border-radius:4px; font-size:12px; color:var(--muted); }
.company-nav [aria-current="page"] { background:var(--navy); color:white; }
.company-nav a:hover { background:var(--pale); color:var(--red); }
.company-layout,.product-layout,.article-layout,.news-layout,.career-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:55px; align-items:start; }
.company-section { padding-top:60px; }
.prose { color:#666d79; font-size:14px; line-height:1.9; overflow-wrap:break-word; }
.prose h2,.prose h3 { margin:35px 0 19px; font-size:26px; letter-spacing:-.65px; line-height:1.4; font-weight:600; color:var(--navy); }
.prose h3:first-child,.prose h2:first-child { margin-top:0; }
.prose h4 { margin:26px 0 12px; font-size:18px; letter-spacing:-.25px; }
.prose strong,.prose b { font-weight:600; }
.prose ul,.prose ol { padding-left:22px; margin:16px 0 27px; }
.prose li { padding-left:5px; margin-bottom:9px; }
.prose li::marker { color:var(--red); }
.prose a:not(.button) { color:var(--red); }
.prose img { border-radius:6px; margin-block:14px; }
.prose .lead { font-size:15px; }
.prose .title-normal { font-weight:500; }
.prose .row { display:flex; gap:25px; flex-wrap:wrap; margin:26px 0; }
.prose .row>div { flex:1 1 240px; min-width:0; }
.prose .box { background:var(--pale); padding:24px; border:1px solid var(--line); border-radius:6px; height:100%; }
.prose .box-title { margin-top:0; }
.prose .box-content { font-size:13px; }
.original-copy .article-content>img { width:100%; }
.original-copy .article-content>p>img { width:100%; max-height:400px; object-fit:contain; }
.original-copy .article-content>.pull-right { max-width:45%; float:right; margin:0 0 25px 25px; }
.original-copy .article-content:after { content:""; display:block; clear:both; }
.company-aside { position:sticky; top:120px; }
.quote-box { background:var(--navy); padding:29px; border-radius:7px; color:#c2c9dc; font-size:12px; margin-bottom:27px; }
.quote-box>.eyebrow { color:#b9c0d7; font-size:8px; letter-spacing:1.6px; }
.quote-box h3 { color:white; font-size:25px; margin-bottom:13px; }
.quote-box p { color:#fff; margin-bottom:10px; }
.quote-box>a:not(.button) { display:block; color:#fff; font-size:12px; overflow-wrap:anywhere; }
.quote-box>a.expert-phone { font-size:17px; letter-spacing:-.25px; }
.quote-box .expert-phone>.icon { color:#f5837c; font-size:13px; margin-right:5px; }
.quote-line { height:1px; background:#ffffff25; margin:23px 0; }
.quote-box .button { padding:13px 15px; font-size:10px; gap:13px; margin-top:24px; width:100%; }
.company-note { border:1px solid var(--line); border-radius:7px; padding:27px; }
.company-note h3 { font-size:23px; line-height:1.35; }
.company-note .eyebrow { font-size:8px; }
/* Product detail, galleries and technical tables */
.product-section { padding-top:54px; }
.product-gallery { border:1px solid var(--line); border-radius:9px; padding:20px; background:#fff; }
.gallery-main { display:flex; justify-content:center; align-items:center; position:relative; background:var(--pale); border-radius:5px; min-height:420px; padding:30px; }
.gallery-main-image { width:100%; height:380px; object-fit:contain; mix-blend-mode:multiply; }
.zoom-label { position:absolute; right:15px; bottom:14px; background:rgba(255,255,255,.95); border:1px solid var(--line); border-radius:4px; padding:7px 10px; font-size:9px; color:var(--navy); display:flex; align-items:center; gap:8px; }
.gallery-bottom { display:flex; align-items:center; justify-content:space-between; padding:20px 0 12px; }
.gallery-bottom .eyebrow { font-size:8px; letter-spacing:1.5px; margin:0; color:var(--muted); }
.gallery-count { font-size:10px; font-variant-numeric:tabular-nums; color:var(--muted); }
.gallery-thumbs { display:flex; gap:10px; overflow-x:auto; scrollbar-width:thin; padding:3px 2px 8px; }
.gallery-thumb { flex:0 0 84px; height:68px; display:flex; align-items:center; justify-content:center; background:var(--pale); border:2px solid transparent; border-radius:4px; padding:5px; }
.gallery-thumb[aria-current="true"] { border-color:var(--red); background:#fff; }
.gallery-thumb img { width:100%; height:100%; object-fit:contain; }
.product-actions { display:flex; justify-content:space-between; align-items:center; gap:20px; margin:24px 0 43px; }
.product-prose { padding-top:5px; }
.product-prose h3 { padding-top:8px; }
.sidebar-nav { padding:24px; border:1px solid var(--line); border-radius:7px; margin-bottom:26px; }
.sidebar-nav h3 { font-size:18px; margin-bottom:16px; padding-bottom:18px; border-bottom:1px solid var(--line); }
.sidebar-nav>a { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:11px; padding:13px 12px; line-height:1.6; border-radius:4px; }
.sidebar-nav>a>.icon { font-size:9px; color:#9da3af; }
.sidebar-nav>a[aria-current="page"] { color:white; background:var(--red); }
.sidebar-nav>a[aria-current="page"]>.icon { color:white; }
.sidebar-nav>a:not([aria-current]):hover { background:var(--pale); }
.sidebar-news { margin-bottom:26px; border:1px solid var(--line); border-radius:7px; padding:24px; }
.sidebar-news h3 { font-size:18px; margin-bottom:22px; }
.sidebar-news>a { display:block; padding:16px 0; border-top:1px solid var(--line); }
.sidebar-news>a>span { display:block; font-size:9px; color:var(--muted); margin-bottom:6px; }
.sidebar-news>a>strong { font-size:11px; line-height:1.7; font-weight:600; display:block; }
.table-scroll { overflow-x:auto; max-width:100%; border:1px solid var(--line); border-radius:7px; margin:25px 0; scrollbar-width:thin; }
.spec-table { border-collapse:collapse; width:100%; min-width:580px; font-size:11px; line-height:1.65; }
.spec-table td,.spec-table th { padding:14px 15px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); text-align:center; vertical-align:middle; }
.spec-table tr:last-child>* { border-bottom:0; }
.spec-table tr>*:last-child { border-right:0; }
.spec-table tr:first-child>* { background:var(--navy); color:white; font-weight:600; white-space:normal; min-width:105px; }
.spec-table th[scope="row"] { text-align:left; font-weight:600; color:var(--navy); background:#f6f7fa; min-width:165px; }
.spec-table tr:nth-child(2n+1) td { background:#fafbfc; }
.spec-table p { margin:0; }
.related-products { padding-block:58px; background:var(--pale); border-top:1px solid var(--line); }
.related-products h2 { font-size:32px; }
.related-links { display:flex; gap:12px; flex-wrap:wrap; }
.related-links a { padding:13px 17px; border:1px solid var(--line); background:white; border-radius:4px; font-size:11px; }
/* Team, client logos, service rows */
.team-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; margin-bottom:65px; }
.team-grid:last-child { margin-bottom:0; }
.team-card { border:1px solid var(--line); border-radius:7px; overflow:hidden; background:var(--pale); }
.team-card>img { width:100%; height:310px; object-fit:contain; padding:24px; }
.team-card>div { background:white; padding:25px; border-top:1px solid var(--line); }
.team-card h3 { font-size:21px; margin:0 0 8px; }
.team-card p { color:var(--muted); font-size:12px; margin:0; }
.clients-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:25px; }
.client-tile { display:flex; align-items:center; justify-content:center; min-height:200px; padding:38px; border:1px solid var(--line); border-radius:7px; background:#fff; }
.client-tile img { max-width:100%; width:auto; max-height:140px; object-fit:contain; }
.service-row { display:grid; grid-template-columns:.95fr 1.05fr; gap:70px; align-items:center; padding:60px 0; border-bottom:1px solid var(--line); }
.service-row:first-child { padding-top:0; }
.service-row:last-child { border-bottom:0; padding-bottom:0; }
.service-row:nth-child(even) .service-visual { order:2; }
.service-visual { background:var(--pale); padding:35px; border:1px solid var(--line); border-radius:7px; }
.service-visual>a { display:block; position:relative; }
.service-visual img { width:100%; height:320px; object-fit:contain; }
.service-copy h2 { font-size:33px; line-height:1.3; }
.original-service-icon { width:38px; height:38px; object-fit:contain; margin-right:13px; }
.service-copy .prose { font-size:14px; }
.service-copy .text-link { margin-top:10px; }
/* News and career: native static pagination and native accordions */
.news-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
.news-list .news-card h2 { font-size:21px; }
.news-list .news-card-image { height:260px; }
.pagination { display:flex; align-items:center; justify-content:center; gap:8px; margin:38px 0 8px; }
.pagination>a { width:40px; height:40px; border:1px solid var(--line); border-radius:4px; display:flex; align-items:center; justify-content:center; font-size:12px; }
.pagination [aria-current="page"] { background:var(--red); border-color:var(--red); color:#fff; }
.page-count { text-align:center; font-size:11px; color:var(--muted); }
.original-widgets { padding:25px; border:1px solid var(--line); border-radius:7px; font-size:12px; }
.original-widgets h3 { font-size:21px; letter-spacing:-.4px; }
.original-widgets .t3-module+.t3-module { margin-top:30px; padding-top:25px; border-top:1px solid var(--line); }
.original-widgets p { margin-bottom:17px; }
.original-widgets .content-accordion>div { padding:8px 0 15px; }
.original-widgets .content-accordion summary { font-size:13px; }
.article-meta { font-size:11px; color:var(--muted); border-bottom:1px solid var(--line); padding-bottom:20px; margin-bottom:25px; }
.news-full-image { position:relative; display:flex; align-items:center; justify-content:center; padding:30px; background:var(--pale); border:1px solid var(--line); border-radius:7px; }
.news-full-image img { width:100%; max-height:570px; object-fit:contain; }
.news-copy { padding-block:35px; font-size:16px; }
.career-intro { font-size:34px; line-height:1.35; margin-bottom:35px; max-width:640px; }
.career-card { border:1px solid var(--line); border-radius:8px; padding:32px; margin-bottom:28px; }
.career-card>h2 { font-size:30px; }
.career-card>.button { margin-top:27px; }
.content-accordion { border-top:1px solid var(--line); }
.content-accordion summary { cursor:pointer; padding:19px 0; font-size:14px; font-weight:600; color:var(--navy); display:list-item; list-style-position:inside; }
.content-accordion summary>.icon { float:right; font-size:12px; margin-top:6px; }
.content-accordion[open] summary>.icon { transform:rotate(45deg); }
.content-accordion>div { padding:0 8px 19px; }
.content-accordion .prose { font-size:13px; }
/* Contact */
.contact-layout { display:grid; grid-template-columns:.9fr 1.1fr; align-items:start; gap:86px; }
.contact-details>h2 { font-size:36px; margin-bottom:18px; }
.contact-details>h3 { font-size:18px; font-weight:500; color:var(--muted); margin-bottom:32px; }
.contact-row { display:flex; gap:18px; padding:20px 0; border-top:1px solid var(--line); }
.contact-row>.icon { color:var(--red); font-size:18px; margin-top:5px; width:20px; }
.contact-row strong { font-size:12px; font-weight:600; display:block; margin-bottom:5px; color:var(--navy); }
.contact-row p { font-size:13px; color:var(--muted); line-height:1.85; margin:0; }
.map-card { position:relative; min-height:320px; background:var(--navy); border-radius:7px; margin-top:25px; overflow:hidden; }
.map-placeholder { display:flex; min-height:320px; flex-direction:column; align-items:center; justify-content:center; color:#c1c8dc; padding:32px; text-align:center; background-image:linear-gradient(#ffffff06 1px,transparent 1px),linear-gradient(90deg,#ffffff06 1px,transparent 1px); background-size:35px 35px; }
.map-placeholder>.icon { color:#ed7b73; font-size:28px; margin-bottom:15px; }
.map-placeholder h3 { color:white; font-size:23px; margin-bottom:10px; }
.map-placeholder p { font-size:11px; margin-bottom:20px; }
.map-placeholder>a { color:white; font-size:10px; margin-top:17px; }
.map-placeholder .button { padding:12px 17px; font-size:10px; }
.map-card iframe { width:100%; height:360px; border:0; display:block; }
.contact-form-card { border:1px solid var(--line); border-radius:9px; box-shadow:var(--shadow); padding:40px; }
.contact-form-card h2 { font-size:35px; margin-bottom:15px; }
.contact-form-card>p { font-size:12px; color:var(--muted); margin-bottom:27px; }
.form-field { margin-bottom:22px; min-width:0; }
.form-field label { display:block; font-size:11px; font-weight:700; margin-bottom:8px; }
.form-field label>span { color:var(--red); }
.form-field input,.form-field textarea { display:block; width:100%; max-width:100%; border:1px solid #dce0e5; background:#fafbfc; padding:13px 14px; border-radius:4px; font-size:12px; color:var(--ink); }
.form-field input:focus,.form-field textarea:focus { background:#fff; border-color:var(--navy); }
.form-field input::placeholder,.form-field textarea::placeholder { color:#8c929d; }
.form-field textarea { resize:vertical; min-height:165px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:17px; }
.field-note { display:block; font-size:10px; color:var(--muted); margin-top:7px; }
.form-delivery-note { display:flex; align-items:flex-start; gap:12px; padding:14px; background:var(--pale); border-radius:4px; margin:15px 0 23px; }
.form-delivery-note>.icon { color:var(--red); margin-top:4px; }
.form-delivery-note p { font-size:11px; line-height:1.7; color:var(--muted); margin:0; }
.copy-enquiry { font-size:10px; margin:14px 0 0; padding:5px 0; display:flex; }
#form-status { font-size:12px; color:var(--navy); margin-top:16px; overflow-wrap:anywhere; }
#form-status:not(:empty) { padding:15px; background:#f3f5fa; border-left:3px solid var(--navy); }
#form-status.is-error { border-color:var(--red); color:var(--red); }
#form-status a { text-decoration:underline; }
.honeypot { position:absolute; left:-9999px; opacity:0; width:1px; height:1px; overflow:hidden; }
/* Footer */
.contact-strip { background:var(--red); color:#fff; padding:44px 0; }
.contact-strip>.container { display:flex; justify-content:space-between; align-items:center; gap:28px; }
.contact-strip .eyebrow { color:#ffe2df; font-size:8px; margin-bottom:9px; }
.contact-strip h2 { color:#fff; margin:0; font-size:36px; font-weight:500; letter-spacing:-1.1px; }
.contact-strip .button { font-size:11px; min-width:188px; }
.site-footer { background:#141a31; color:#b1b8ce; padding-top:65px; }
.footer-grid { display:grid; grid-template-columns:1.3fr 1.15fr .8fr 1fr; gap:44px; padding-bottom:48px; }
.footer-brand { display:block; background:white; border-radius:3px; padding:10px; margin-bottom:23px; max-width:300px; }
.footer-brand img { width:100%; }
.footer-intro>p { font-size:12px; color:#a5aec6; line-height:1.9; margin-bottom:19px; }
.since { color:#e0e4ef; font-size:10px; letter-spacing:1.2px; }
.socials { display:flex; gap:8px; margin-top:22px; }
.socials a { display:flex; align-items:center; justify-content:center; width:31px; height:31px; border:1px solid #ffffff20; border-radius:50%; color:#c7cee1; font-size:12px; }
.socials a:hover { background:var(--red); color:white; border-color:var(--red); }
.footer-grid h3 { color:#fff; font-size:13px; font-weight:500; margin:3px 0 24px; letter-spacing:0; }
.footer-grid>div>a:not(.footer-brand) { display:block; font-size:10px; line-height:1.7; margin-bottom:11px; }
.footer-grid a:hover { color:#fff; }
.footer-contact>div { display:flex; gap:13px; margin-bottom:19px; }
.footer-contact>div>.icon { margin-top:4px; color:#e88b86; }
.footer-contact>div p { font-size:11px; margin:0; line-height:1.9; }
.footer-contact p strong { display:block; font-size:10px; color:#dbe0ef; margin-bottom:5px; font-weight:500; }
.footer-contact>a>.icon { color:#e88b86; margin-right:8px; }
.footer-bottom { display:flex; gap:25px; justify-content:space-between; border-top:1px solid #ffffff15; padding-block:23px; font-size:9px; color:#939db7; }
.footer-bottom a:hover { color:#fff; }
.back-top { display:inline-flex; align-items:center; gap:12px; }
/* Image viewer */
.image-dialog { border:0; padding:0; border-radius:10px; width:min(1050px,94vw); max-height:92vh; color:var(--ink); box-shadow:0 30px 100px #0005; overflow:auto; }
.image-dialog::backdrop { background:#101629dc; backdrop-filter:blur(5px); }
.dialog-toolbar { display:flex; align-items:center; justify-content:space-between; padding:14px 20px; border-bottom:1px solid var(--line); }
.dialog-toolbar>span { font-size:9px; letter-spacing:1.6px; color:var(--muted); }
.dialog-close { width:33px; height:33px; }
.dialog-image { width:100%; display:block; height:min(64vh,650px); object-fit:contain; padding:20px; }
.dialog-footer { display:flex; gap:20px; align-items:center; justify-content:space-between; border-top:1px solid var(--line); padding:14px 20px; }
.dialog-footer p { font-size:12px; text-align:center; margin:0; }
.dialog-footer .icon-button { width:34px; height:34px; }
.error-page { text-align:center; }
.error-page .button { margin-right:24px; }
/* Responsive */
@media (max-width:1350px) {
  .brand { width:285px; }
  #primary-nav { gap:17px; font-size:10px; }
  .header-inner { gap:22px; }
  .about-grid { gap:60px; }
  .footer-grid { gap:30px; }
  .hero h1 { font-size:66px; }
}
@media (max-width:1150px) {
  .container { width:calc(100% - 64px); }
  .brand { width:270px; }
  #primary-nav { gap:12px; font-size:10px; }
  .hero h1 { font-size:59px; letter-spacing:-3.5px; }
  .hero-grid { min-height:590px; }
  .hero-visual { height:495px; }
  .hero-machine { top:50px; height:350px; left:-15px; width:calc(100% + 25px); }
  .machine-ring { width:310px; height:310px; top:80px; left:calc(50% - 155px); }
  .hero-actions { gap:19px; }
  .hero-actions .button { padding-inline:18px; gap:18px; }
  .machine-caption { right:100px; }
  .hero-controls { right:-15px; }
  .product-image { height:240px; }
  .company-layout,.product-layout,.news-layout,.article-layout,.career-layout { grid-template-columns:minmax(0,1fr) 270px; gap:35px; }
  .company-aside { top:110px; }
  .gallery-main { min-height:360px; }
  .gallery-main-image { height:310px; }
  .product-actions { flex-direction:column; align-items:flex-start; gap:18px; }
  .contact-layout { gap:45px; }
  .contact-form-card { padding:30px; }
  .client-logos { gap:20px; }
  .client-logos img { width:86px; }
  .footer-grid { grid-template-columns:1.15fr 1.15fr .8fr 1fr; gap:25px; }
  .news-list { grid-template-columns:1fr; }
}
@media (max-width:1050px) {
  .header-inner { min-height:84px; }
  .brand { width:330px; }
  .menu-toggle { display:inline-flex; width:auto; padding:0 14px; border-radius:4px; font-size:14px; gap:10px; }
  .menu-label { font-size:11px; }
  .js #primary-nav { display:none; position:absolute; left:0; right:0; top:100%; max-height:calc(100dvh - 90px); overflow:auto; padding:15px 32px 24px; background:#fff; border-top:1px solid var(--line); box-shadow:0 16px 30px #18204015; }
  .js #primary-nav.is-open { display:block; }
  #primary-nav>a:not(.button),.nav-parent>a { display:block; padding:13px 0; font-size:13px; }
  #primary-nav>.button { margin-top:14px; min-width:170px; }
  .nav-parent { justify-content:space-between; }
  .nav-group { border-bottom:1px solid var(--line); }
  .dropdown { position:static; width:100%!important; min-width:0; border:0; padding:0 0 12px 14px; box-shadow:none; background:#fafbfc; border-left:2px solid var(--red); border-radius:0; }
  .dropdown a { font-size:12px; padding:11px 13px; }
  .dropdown-toggle { width:42px; height:42px; font-size:10px; }
  html:not(.js) .header-inner { flex-wrap:wrap; }
  html:not(.js) #primary-nav { display:flex; flex-wrap:wrap; padding-bottom:15px; width:100%; font-size:12px; }
  html:not(.js) .menu-toggle { display:none; }
  .topbar .container>span { font-size:7px; }
  .topbar .container>div { gap:18px; }
  .hero-grid { grid-template-columns:1fr 1fr; gap:15px; min-height:570px; }
  .hero h1 { font-size:53px; }
  .hero-copy>p { font-size:13px; max-width:340px; }
  .hero-actions { flex-wrap:wrap; gap:14px; }
  .hero-visual { height:470px; }
  .hero-machine { top:55px; height:320px; }
  .hero-watermark { font-size:165px; right:10px; top:100px; }
  .technical-label { font-size:7px; }
  .machine-caption { right:0; bottom:42px; }
  .machine-index { font-size:18px; padding:12px; }
  .machine-caption a { font-size:12px; }
  .hero-controls { right:0; bottom:-5px; width:145px; flex-wrap:nowrap; }
  .stats>.container>div:not(:first-child) { padding-left:34px; }
  .stats strong { font-size:42px; }
  .about-grid { gap:45px; grid-template-columns:.8fr 1.2fr; }
  .about-visual { padding:20px; min-height:400px; }
  .about-visual>img { height:340px; }
  .about-stamp { width:120px; padding:20px; }
  .difference-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:35px; }
  .clients-band>.container { gap:25px; }
  .clients-band .text-link { display:none; }
  .client-logos img { width:90px; }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:40px 60px; }
}
@media (max-width:820px) {
  .section { padding-block:65px; }
  .topbar .container>span { display:none; }
  .topbar .container>div { justify-content:space-between; width:100%; }
  .hero-grid { display:flex; flex-direction:column; align-items:stretch; padding-top:38px; gap:0; }
  .hero-copy { padding-bottom:0; }
  .hero h1 { font-size:65px; line-height:1.04; letter-spacing:-3.7px; }
  .hero-copy>p { max-width:490px; }
  .hero-cert { margin-top:26px; }
  .hero-visual { width:100%; height:465px; }
  .hero-machine { top:20px; left:0; width:100%; height:370px; }
  .machine-ring { width:320px; height:320px; top:40px; left:calc(50% - 160px); }
  .technical-label { top:25px; right:2px; }
  .hero-watermark { font-size:195px; right:15%; top:90px; }
  .machine-caption { bottom:12px; right:140px; }
  .machine-caption a { font-size:14px; }
  .hero-controls { bottom:15px; width:120px; flex-wrap:wrap; }
  .stats>.container { grid-template-columns:1.3fr 1fr 1fr 1fr; padding-block:28px; }
  .stats-intro p { font-size:15px; }
  .stats>.container>div:not(:first-child) { padding-left:24px; }
  .stats strong { font-size:36px; }
  .stats-intro .eyebrow { font-size:6px; }
  .about-grid { grid-template-columns:1fr; gap:38px; }
  .about-visual { max-width:540px; width:100%; margin:auto; }
  .about-visual>img { height:365px; }
  .about-copy .prose { font-size:14px; }
  .why-summary { min-height:0; }
  .reasons-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .reason-card { padding:26px; }
  .reason-card:nth-child(-n+4) { border-bottom:1px solid var(--line); }
  .reason-card:not(:nth-child(3n)) { border-right:0; }
  .reason-card:nth-child(odd) { border-right:1px solid var(--line); }
  .catalogue-toolbar { align-items:flex-start; flex-direction:column; gap:12px; }
  .product-search { max-width:100%; }
  .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
  .product-image { height:245px; }
  .product-card-body { padding:22px; }
  .product-card h3 { font-size:19px; }
  .quote-grid { grid-template-columns:1fr; }
  .quote-card blockquote { font-size:14px; }
  .quote-card figcaption { margin-top:10px; }
  .news-grid { grid-template-columns:1fr; }
  .news-card-image { height:300px; }
  .news-home .news-card p { -webkit-line-clamp:4; }
  .clients-band>.container { flex-direction:column; gap:24px; }
  .client-logos { width:100%; flex-wrap:wrap; gap:24px; }
  .industry-statement { padding-block:60px; }
  .industry-statement h2 { font-size:35px; }
  .company-layout,.product-layout,.article-layout,.news-layout,.career-layout { grid-template-columns:1fr; gap:40px; }
  .company-aside { position:static; display:grid; grid-template-columns:1fr 1fr; gap:25px; align-items:start; }
  .company-aside .quote-box { margin:0; }
  .company-section { padding-top:40px; }
  .page-hero>.container { padding-bottom:45px; }
  .page-hero h1 { max-width:650px; }
  .page-hero-mark { font-size:160px; bottom:-15px; }
  .product-sidebar { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
  .product-sidebar .sidebar-news { grid-column:1 / -1; }
  .sidebar-news { margin-bottom:0; }
  .product-sidebar .sidebar-nav,.product-sidebar .quote-box { margin-bottom:0; }
  .product-actions { flex-direction:row; align-items:center; }
  .gallery-main { min-height:420px; }
  .gallery-main-image { height:360px; }
  .team-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .team-card>img { height:290px; }
  .clients-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .service-row { gap:35px; padding:45px 0; }
  .service-visual { padding:20px; }
  .service-visual img { height:245px; }
  .service-copy h2 { font-size:27px; }
  .contact-layout { grid-template-columns:1fr; gap:40px; }
  .contact-form-card { padding:35px; }
  .map-card { min-height:300px; }
  .contact-strip h2 { font-size:29px; }
}
@media (max-width:560px) {
  .container { width:calc(100% - 36px); }
  html { scroll-padding-top:88px; }
  body { font-size:14px; }
  h2 { font-size:30px; letter-spacing:-1px; }
  .section { padding-block:52px; }
  .eyebrow { font-size:9px; letter-spacing:1.7px; }
  .topbar { font-size:9px; }
  .topbar>.container { min-height:31px; }
  .topbar .container>div { gap:10px; }
  .topbar a>.icon { margin-right:4px; }
  .header-inner { min-height:76px; gap:12px; }
  .brand { width:min(73%,275px); }
  .menu-toggle { width:39px; height:37px; padding:0; }
  .menu-label { display:none; }
  .js #primary-nav { padding-inline:18px; }
  .hero-grid { padding-top:26px; padding-bottom:18px; }
  .hero-copy>.eyebrow { font-size:8px; margin-bottom:20px; }
  .hero h1 { font-size:clamp(43px,12.3vw,64px); letter-spacing:-2.7px; margin-top:18px; }
  .hero-copy>p { font-size:12px; line-height:1.9; max-width:350px; }
  .hero-actions { gap:18px; margin-top:24px; }
  .hero-actions .button { font-size:10px; padding:14px 18px; gap:15px; }
  .hero-secondary { font-size:10px; }
  .hero-cert { gap:10px; margin-top:25px; font-size:9px; }
  .hero-cert strong { font-size:10px; }
  .hero-cert>.icon { width:27px; height:27px; }
  .cert-divider { margin-inline:4px; }
  .hero-visual { height:358px; margin-top:10px; }
  .hero-machine { top:10px; height:268px; left:-8px; width:calc(100% + 16px); }
  .machine-ring { width:220px; height:220px; top:40px; left:calc(50% - 110px); }
  .machine-ring:before { inset:-23px; }
  .machine-ring:after { inset:23px; }
  .hero-watermark { font-size:125px; right:15%; top:85px; letter-spacing:-10px; }
  .technical-label { top:15px; font-size:6px; letter-spacing:1.3px; }
  .machine-caption { right:65px; bottom:36px; gap:12px; }
  .machine-index { font-size:16px; padding:12px; }
  .machine-caption>div>span { font-size:6px; letter-spacing:1.2px; margin-bottom:4px; }
  .machine-caption a { font-size:11px; line-height:1.45; }
  .hero-controls { bottom:0; right:0; width:147px; flex-wrap:nowrap; }
  .hero-bottom { padding-block:14px; gap:12px; }
  .hero-bottom>span { font-size:7px; letter-spacing:1px; }
  .hero-bottom b { padding-inline:6px; }
  .hero-bottom a { font-size:8px; gap:7px; }
  .stats>.container { grid-template-columns:repeat(3,1fr); row-gap:21px; padding-block:25px; }
  .stats-intro { grid-column:1 / -1; display:flex; justify-content:space-between; align-items:center; gap:20px; }
  .stats-intro .eyebrow { font-size:7px; margin:0; max-width:125px; }
  .stats-intro p { font-size:14px; }
  .stats>.container>div:not(:first-child) { padding-left:21px; }
  .stats>.container>div:nth-child(2) { border:0; padding-left:0; }
  .stats strong { font-size:35px; }
  .stats strong span { font-size:18px; }
  .stats>.container>div>span { font-size:9px; }
  .about-visual { padding:16px; min-height:335px; }
  .about-visual>img { height:295px; }
  .about-stamp { top:12px; left:-7px; width:104px; padding:17px; }
  .about-stamp strong { font-size:21px; }
  .about-stamp span { font-size:6px; }
  .about-caption { font-size:7px; padding-block:12px; }
  .about-copy>.eyebrow { font-size:8px; letter-spacing:1.2px; }
  .about-copy .prose,.about-copy .prose h3 { font-size:13px; }
  .about-tabs { margin-block:21px; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:18px; margin-bottom:29px; }
  .section-heading>.text-link { margin:0; }
  .reason-card { padding:22px 17px; }
  .reason-card h3 { font-size:16px; line-height:1.35; }
  .reason-card p { font-size:11px; }
  .reason-icon { margin-bottom:19px; }
  .filters { gap:5px; }
  .filters button { padding:9px 12px; font-size:10px; }
  .filters button span { margin-left:7px; }
  .product-grid { grid-template-columns:1fr; gap:22px; }
  .product-image { height:285px; padding:38px 25px 20px; }
  .product-card h3 { min-height:0; font-size:21px; }
  .product-card-body { padding:25px; }
  .difference-grid { grid-template-columns:1fr; gap:30px; }
  .difference-card { padding-top:22px; }
  .difference-card>img { float:left; margin-right:18px; width:42px; height:42px; margin-bottom:10px; }
  .difference-card h3 { padding-top:12px; margin-bottom:20px; padding-right:28px; }
  .difference-card p { clear:both; }
  .client-logos { gap:22px; }
  .client-logos img { width:85px; height:55px; }
  .industry-statement h2 { font-size:29px; letter-spacing:-.8px; }
  .industry-statement .button { font-size:10px; gap:15px; padding:14px 18px; }
  .industry-statement .container>div { gap:12px; flex-wrap:wrap; }
  .quote-card { padding:26px; }
  .quote-card blockquote { font-size:13px; }
  .news-card-image { height:270px; }
  .news-card h2 { font-size:20px; }
  .original-showcase .section-heading { flex-direction:row; align-items:center; gap:10px; }
  .original-showcase h2 { font-size:25px; }
  .original-showcase .eyebrow { font-size:7px; }
  .slider-controls .icon-button { width:32px; height:32px; font-size:11px; }
  .banner-track { border-radius:4px; }
  .page-hero>.container { padding-top:22px; padding-bottom:37px; }
  .breadcrumb { font-size:9px; gap:9px; margin-bottom:26px; }
  .page-hero .eyebrow { font-size:7px; letter-spacing:1.1px; max-width:270px; }
  .page-hero h1 { font-size:35px; letter-spacing:-1.25px; line-height:1.17; }
  .page-hero-mark { font-size:114px; letter-spacing:-6px; right:0; bottom:-9px; }
  .company-nav { gap:6px; padding-block:17px; }
  .company-nav a { padding:8px 10px; font-size:10px; }
  .prose { font-size:13px; line-height:1.9; }
  .prose h2,.prose h3 { font-size:23px; letter-spacing:-.5px; }
  .prose .row { gap:15px; }
  .original-copy .article-content>.pull-right { float:none; max-width:100%; margin:0 0 24px; }
  .company-aside { display:block; }
  .company-aside .quote-box { margin-bottom:22px; }
  .gallery-main { min-height:265px; padding:18px; }
  .gallery-main-image { height:245px; }
  .product-gallery { padding:12px; }
  .gallery-thumb { flex-basis:65px; height:56px; }
  .gallery-thumbs { gap:7px; }
  .zoom-label { font-size:8px; padding:5px 8px; right:9px; bottom:9px; }
  .product-actions { flex-direction:column; align-items:flex-start; gap:18px; margin-bottom:32px; }
  .product-actions .button { width:100%; font-size:11px; }
  .product-sidebar { grid-template-columns:1fr; }
  .product-sidebar .sidebar-news { grid-column:auto; }
  .spec-table { font-size:10px; }
  .spec-table td,.spec-table th { padding:11px 12px; }
  .related-products { padding-block:40px; }
  .related-products h2 { font-size:28px; }
  .related-links { gap:9px; }
  .related-links a { font-size:10px; padding:11px 13px; }
  .team-grid { grid-template-columns:1fr 1fr; gap:14px; margin-bottom:45px; }
  .team-card>img { height:195px; padding:14px; }
  .team-card>div { padding:17px 13px; }
  .team-card h3 { font-size:16px; }
  .team-card p { font-size:10px; }
  .clients-grid { gap:15px; }
  .client-tile { min-height:140px; padding:22px; }
  .service-row { grid-template-columns:1fr; gap:26px; padding:37px 0; }
  .service-row:nth-child(even) .service-visual { order:0; }
  .service-visual img { height:260px; }
  .service-copy .prose { font-size:13px; }
  .service-copy h2 { font-size:28px; }
  .news-list .news-card-image { height:265px; }
  .news-copy { font-size:14px; padding-block:27px; }
  .news-full-image { padding:15px; }
  .career-intro { font-size:28px; }
  .career-card { padding:24px 21px; }
  .career-card>h2 { font-size:26px; }
  .content-accordion summary { font-size:12px; }
  .content-accordion .prose { font-size:12px; }
  .contact-layout { gap:32px; }
  .contact-details>h2 { font-size:31px; }
  .contact-details>h3 { font-size:17px; line-height:1.5; }
  .contact-form-card { padding:26px 21px; }
  .contact-form-card h2 { font-size:30px; }
  .form-grid { grid-template-columns:1fr; gap:0; }
  .form-submit { width:100%; font-size:11px; }
  .contact-strip { padding-block:34px; }
  .contact-strip>.container { flex-direction:column; align-items:flex-start; gap:23px; }
  .contact-strip h2 { font-size:30px; }
  .contact-strip .button { padding:13px 20px; }
  .site-footer { padding-top:45px; }
  .footer-grid { gap:32px 22px; grid-template-columns:1fr 1fr; padding-bottom:33px; }
  .footer-intro { grid-column:1 / -1; }
  .footer-brand { max-width:310px; }
  .footer-intro>p { max-width:300px; }
  .footer-grid h3 { font-size:12px; margin-bottom:20px; }
  .footer-grid>div>a:not(.footer-brand) { font-size:10px; }
  .footer-contact { grid-column:1 / -1; }
  .footer-bottom { flex-wrap:wrap; gap:9px 17px; font-size:8px; padding-block:21px; }
  .footer-bottom>span:first-child { flex-basis:100%; }
  .back-top { margin-left:auto; }
  .dialog-toolbar { padding:12px; }
  .dialog-toolbar>span { font-size:7px; }
  .dialog-image { padding:12px; height:53vh; }
  .dialog-footer { padding:13px; gap:10px; }
  .dialog-footer p { font-size:10px; }
  .error-page .button { margin:0 0 20px; }
  .error-page .text-link { display:flex; justify-content:center; }
}
@media (max-width:350px) {
  .topbar { font-size:8px; }
  .hero h1 { font-size:41px; }
  .hero-secondary { font-size:9px; }
  .hero-actions { gap:13px; }
  .hero-actions .button { padding:13px; font-size:9px; }
  .machine-caption { right:25px; }
  .hero-cert { gap:8px; font-size:8px; }
  .hero-cert strong { font-size:9px; }
  .reasons-grid,.team-grid { grid-template-columns:1fr; }
  .reason-card { border-right:0!important; border-bottom:1px solid var(--line); }
  .reason-card:last-child { border-bottom:0; }
  .team-card>img { height:280px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*:before,*:after { animation:none!important; transition:none!important; }
}
@media print {
  .topbar,.site-header,.contact-strip,.site-footer,.product-sidebar,.company-aside,.hero-controls,.js-only,.product-actions,.related-products,.image-dialog { display:none!important; }
  .container { width:100%; }
  .section { padding:20px 0; }
  body { font-size:11pt; }
  .page-hero { background:#fff; }
  .product-layout,.company-layout,.article-layout,.contact-layout { display:block; }
  .table-scroll { overflow:visible; }
  .spec-table { min-width:0; }
  a { color:inherit!important; }
  h2,h3,.product-gallery { break-inside:avoid; }
}
/* Final content-preserving presentation refinements. */
.hero-slide { position:relative; z-index:2; mix-blend-mode:multiply; }
.hero-machine { mix-blend-mode:normal; }
.machine-ring,.hero-watermark { z-index:0; }
.hero-controls,.technical-label { z-index:3; }
.who-we-box-wrapper { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:30px; }
.who-we-box { padding:21px 23px; border:1px solid var(--line); border-left:3px solid var(--red); border-radius:4px; background:var(--pale); }
.prose .who-we-box .box-title { font-size:15px; line-height:1.5; margin:0; font-weight:500; }
@media(max-width:560px) { .who-we-box-wrapper { grid-template-columns:1fr; } }
/* White machinery stage keeps the supplied photograph visually unchanged. */
.hero-visual { background:#fff; border:1px solid #e3e5e8; border-radius:12px; box-shadow:0 20px 50px #18204006; height:510px; }
.hero-visual:before { content:""; position:absolute; left:25px; top:25px; width:30px; height:2px; background:var(--red); z-index:3; }
.hero-slide { mix-blend-mode:normal; }
.hero-machine { left:15px; width:calc(100% - 30px); top:55px; height:350px; mix-blend-mode:normal; }
.hero-watermark,.machine-ring { display:none; }
.technical-label { top:22px; right:25px; }
.machine-caption { left:25px; bottom:32px; right:125px; }
.machine-index { padding:13px 15px; font-size:20px; }
.hero-controls { right:13px; bottom:25px; }
@media(max-width:1150px) { .hero-visual { height:480px; } .hero-machine { height:315px; } .machine-caption { left:20px; right:95px; } .hero-controls { right:5px; } }
@media(max-width:1050px) { .hero-visual { height:455px; } .hero-machine { height:295px; } .machine-caption { right:15px; bottom:54px; } .hero-controls { bottom:12px; right:15px; } }
@media(max-width:820px) { .hero-visual { height:470px; margin-top:30px; } .hero-machine { height:320px; top:40px; } .machine-caption { bottom:31px; right:140px; } .hero-controls { bottom:30px; } }
@media(max-width:560px) {
  .hero-visual { height:365px; margin-top:27px; border-radius:8px; }
  .hero-visual:before { top:20px; left:17px; width:23px; }
  .technical-label { top:19px; right:17px; }
  .hero-machine { left:6px; top:43px; width:calc(100% - 12px); height:237px; }
  .machine-caption { left:16px; right:16px; bottom:49px; gap:11px; }
  .machine-index { padding:10px 12px; font-size:16px; }
  .hero-controls { right:16px; bottom:9px; }
  .machine-caption a { font-size:11px; }
}
/* Allow wide original specifications and galleries to scroll within the page. */
.product-layout > *, .company-layout > *, .news-layout > *,
.career-layout > *, .article-layout > *, .contact-layout > * {
  min-width: 0;
}
.product-gallery, .product-prose, .article-content, .table-scroll {
  min-width: 0;
  max-width: 100%;
}
@media (max-width:820px) {
  .product-layout, .company-layout, .news-layout, .career-layout, .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
