@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root { --navy:#0A2540; --steel:#1E5BA8; --amber:#E8871E; --ink:#14253a; --muted:#5d6d7e; --line:#E2E8F0; --wash:#F5F7FA; font-family:Inter,Arial,sans-serif; color:var(--ink); background:#fff; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; } a { color:inherit; text-decoration:none; } p { color:var(--muted); font-size:.95rem; line-height:1.7; } h1,h2,h3 { margin:0; color:var(--navy); letter-spacing:0; } h1,h2 { font-weight:800; } h1 { font-size:clamp(2.8rem,6vw,5.6rem); line-height:.98; } h2 { font-size:clamp(2rem,3.6vw,3.6rem); line-height:1.08; } h3 { font-size:1.2rem; } .mono,.eyebrow,.spec { font-family:"JetBrains Mono",monospace; } .eyebrow { color:var(--steel); font-size:.67rem; letter-spacing:1.3px; font-weight:500; margin:0 0 1rem; } .shell { width:min(1180px,90vw); margin:auto; }
.site-header { height:72px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); background:#fff; position:sticky; top:0; z-index:10; } .wordmark { display:inline-flex; align-items:center; flex:0 0 auto; color:var(--navy); } .wordmark img { display:block; width:auto; height:36px; max-width:min(280px,36vw); object-fit:contain; } .nav { display:flex; gap:1.5rem; align-items:center; } .nav a { color:#41556c; font-size:.82rem; font-weight:700; letter-spacing:.2px; } .nav a:hover,.nav a.active { color:var(--steel); } .menu { display:none; }
.button { display:inline-flex; align-items:center; min-height:44px; gap:.7rem; padding:.75rem 1.15rem; border:1px solid var(--navy); border-radius:2px; background:#fff; color:var(--navy); text-transform:uppercase; letter-spacing:1px; font-size:.9rem; font-weight:800; transition:.2s; } .button.primary { background:var(--amber); border-color:var(--amber); color:#fff; } .button.secondary { color:var(--navy); background:#fff; } .button.dark { border-color:#a9c9ef; background:transparent; color:#fff; } .button:hover { transform:translateY(-2px); } .button.primary:hover { background:#c97114; } .button.secondary:hover,.button:not(.primary):not(.dark):hover { border-color:var(--steel); background:var(--wash); color:var(--navy); }
.hero { background:var(--navy); min-height:680px; position:relative; overflow:hidden; display:flex; align-items:center; color:#fff; } .hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#0A2540 4%,rgba(10,37,64,.92) 49%,rgba(10,37,64,.53)); } .machine-line { position:absolute; width:min(880px,70vw); right:-7vw; top:9%; opacity:.27; color:#8bb8e9; } .hero .content { position:relative; z-index:1; width:min(1180px,90vw); max-width:none; padding:5rem 0; } .hero h1 { color:#fff; } .hero h1 em { font-style:normal; color:#6e9fd4; } .hero p { color:#d4e1ef; max-width:590px; } .hero-actions { display:flex; gap:1rem; flex-wrap:wrap; margin-top:2rem; }
.section { padding:6rem 0; } .wash { background:var(--wash); } .heading-row { display:flex; justify-content:space-between; align-items:end; gap:2rem; margin-bottom:2.7rem; } .heading-row > p { max-width:390px; margin:0; } .text-link { font-size:.72rem; color:var(--steel); font-weight:800; text-transform:uppercase; letter-spacing:1px; white-space:nowrap; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); } .step { padding:1.4rem 1.7rem 1.2rem 0; margin-right:1.7rem; border-right:1px solid var(--line); } .step:last-child { border:0; } .step .num { color:var(--steel); font:500 .72rem "JetBrains Mono"; } .step h3 { margin:2rem 0 .6rem; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:1.15rem; } .card { background:#fff; border:1px solid var(--line); border-radius:4px; padding:1.2rem; transition:border-color .2s,transform .2s; } .card:hover { border-color:var(--steel); transform:translateY(-3px); } .card img { display:block; width:100%; aspect-ratio:1.42; object-fit:cover; border-bottom:3px solid var(--steel); filter:saturate(.72) contrast(1.08); margin-bottom:1.25rem; } .card .spec { color:var(--steel); font-size:.67rem; } .card h3 { margin:.5rem 0; } .card p { min-height:76px; font-size:.86rem; } .card-links { display:flex; justify-content:space-between; gap:1rem; border-top:1px solid var(--line); padding-top:1rem; } .card-links a { color:var(--steel); font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.7px; }
.industry-strip { background:var(--navy); color:#fff; padding:2rem 0; } .industry-strip .shell { display:flex; align-items:center; flex-wrap:wrap; gap:1rem 2rem; } .industry-strip .eyebrow { color:#9fc6ed; margin:0 1rem 0 0; } .industry-strip span { color:#e4eef8; font-size:.8rem; font-weight:600; }
.solution { display:grid; grid-template-columns:1fr 1fr; } .process-image { min-height:510px; background:linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15)),url('https://placehold.co/1200x900/e5ebf1/0A2540?text=PROCESS+LINE+LAYOUT') center/cover; filter:none; } .solution-copy { background:var(--navy); color:#fff; padding:5.5rem max(5vw,calc((100vw - 1180px)/2)); padding-left:5vw; } .solution-copy h2 { color:#fff; } .solution-copy p { color:#d2e0ee; max-width:490px; } .solution-copy .eyebrow { color:#9fc6ed; }
.stats { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); } .stat { padding:1.5rem 1rem 1.5rem 0; border-right:1px solid var(--line); text-align:center; } .stat:last-child { border:0; } .stat strong { display:block; color:var(--navy); font-size:clamp(2rem,3vw,3.2rem); } .stat span { color:var(--muted); font-size:.74rem; }
.trust-section { background:var(--wash); padding:3rem 0; text-align:center; } .trust-grid { display:flex; gap:2rem; flex-wrap:wrap; justify-content:center; margin:1rem 0; } .trust-item { min-width:140px; text-align:center; } .trust-item strong { display:block; color:var(--steel); font-size:1.5rem; } .trust-item span { color:var(--muted); font-size:.78rem; } .trust-note { max-width:760px; margin:1.25rem auto 0; color:var(--muted); } .trust-bar { display:flex; gap:1.5rem; flex-wrap:wrap; margin:1rem 0; padding:.75rem 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); color:var(--muted); font-size:.85rem; }
.cta { background:var(--navy); text-align:center; padding:5.5rem 1rem; } .cta h2 { color:#fff; } .cta p { color:#d2e0ee; max-width:520px; margin:1.2rem auto 2rem; }
.page-hero { background:var(--navy); padding:7rem 0 5rem; } .page-hero h1 { color:#fff; max-width:850px; } .page-hero p { color:#d4e1ef; max-width:620px; } .list { border-top:1px solid var(--line); } .list article { display:grid; grid-template-columns:.75fr 1.2fr .7fr 2fr; gap:1rem; padding:1.35rem 0; border-bottom:1px solid var(--line); } .list strong { color:var(--steel); font:500 .7rem "JetBrains Mono"; } .list p { margin:0; font-size:.85rem; }
.contact-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:5rem; } .contact-details { margin-top:1.5rem; } .contact-details a,.contact-details span { display:block; margin:.7rem 0; } .contact-details p { margin:.7rem 0; } form { background:#fff; border:1px solid var(--line); border-radius:4px; padding:2rem; } .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.2rem; } label { display:grid; gap:.5rem; color:var(--navy); font:500 .66rem "JetBrains Mono"; text-transform:uppercase; letter-spacing:.6px; } label.full { grid-column:1/-1; } input,select,textarea { border:1px solid var(--line); border-radius:2px; padding:.75rem; color:var(--ink); font:400 .86rem Inter; } textarea { min-height:130px; resize:vertical; } .form-note { font-size:.78rem; min-height:1.3rem; }
.product-list { display:grid; gap:1.4rem; } .product-feature { display:grid; grid-template-columns:minmax(280px,.84fr) 1.16fr; gap:2.4rem; background:#fff; border:1px solid var(--line); border-radius:4px; padding:1.25rem; transition:border-color .2s,transform .2s; } .product-feature:hover { border-color:var(--steel); transform:translateY(-3px); } .product-feature img { width:100%; min-height:300px; height:100%; object-fit:cover; border-bottom:3px solid var(--steel); } .product-feature h2 { margin:.55rem 0 .85rem; font-size:clamp(1.7rem,2.5vw,2.7rem); } .product-feature p { max-width:620px; font-size:.9rem; margin:.65rem 0; }
.catalog-layout { display:grid; grid-template-columns:240px minmax(0,1fr); gap:2rem; align-items:start; } .catalog-filter { position:sticky; top:95px; background:#fff; border:1px solid var(--line); border-radius:4px; padding:1.1rem; } .catalog-filter h3 { font-size:.78rem; text-transform:uppercase; letter-spacing:1px; margin:1.45rem 0 .9rem; } .catalog-filter h3:first-child { margin-top:0; } .catalog-search { width:100%; border:1px solid var(--line); border-radius:2px; padding:.7rem .75rem; font:400 .8rem Inter; } .filter-option { display:flex; align-items:center; justify-content:space-between; gap:.6rem; padding:.5rem 0; color:var(--ink); font-size:.78rem; cursor:pointer; } .filter-option span { color:var(--muted); font:400 .67rem "JetBrains Mono"; } .filter-option input { width:14px; height:14px; accent-color:var(--steel); margin:0 .45rem 0 0; vertical-align:middle; } .catalog-toolbar { display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid var(--line); padding-bottom:1rem; margin-bottom:1.2rem; gap:1rem; } .catalog-count { color:var(--muted); font-size:.8rem; } .catalog-sort { border:1px solid var(--line); padding:.6rem .7rem; border-radius:2px; background:#fff; color:var(--ink); font:500 .7rem "JetBrains Mono"; } .catalog-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; } .catalog-card { background:#fff; border:1px solid var(--line); border-radius:4px; overflow:hidden; transition:border-color .2s,transform .2s; } .catalog-card:hover { border-color:var(--steel); transform:translateY(-3px); } .catalog-image-wrap { overflow:hidden; border-bottom:3px solid var(--steel); } .catalog-card img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .25s ease; } .catalog-card:hover img { transform:scale(1.035); } .catalog-card-copy { padding:1rem; } .catalog-category { color:var(--steel); font:500 .63rem "JetBrains Mono"; text-transform:uppercase; letter-spacing:.5px; } .catalog-card h3 { font-size:1rem; margin:.55rem 0 .6rem; } .catalog-card p { font-size:.77rem; min-height:58px; margin:0; } .catalog-card a { display:inline-block; margin-top:1rem; color:var(--steel); font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.85px; } .pagination { display:flex; justify-content:center; align-items:center; gap:.45rem; margin-top:2.5rem; } .page-button { min-width:34px; height:34px; border:1px solid var(--line); background:#fff; border-radius:2px; color:var(--navy); font:600 .7rem Inter; cursor:pointer; } .page-button.active,.page-button:hover { background:var(--steel); border-color:var(--steel); color:#fff; } .page-button:disabled { opacity:.4; cursor:not-allowed; }
.catalog-toolbar input[type="search"] { flex:1; min-width:220px; } .catalog-filters { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin:0 0 2rem; } .filter-group { display:flex; flex-wrap:wrap; gap:.45rem; align-items:center; } .filter-group h4 { flex-basis:100%; margin:0 0 .25rem; color:var(--muted); font:600 .68rem "JetBrains Mono",monospace; letter-spacing:.05em; text-transform:uppercase; } .filter-tag { border:1px solid var(--line); border-radius:2px; color:var(--navy); padding:.38rem .55rem; font-size:.72rem; } .filter-tag small { color:var(--muted); } .filter-tag.active,.filter-tag:hover { background:var(--steel); border-color:var(--steel); color:#fff; } .filter-tag.active small,.filter-tag:hover small { color:#fff; } .catalog-capacity { display:block; margin-top:.45rem; color:var(--muted); font:500 .62rem "JetBrains Mono",monospace; } .pagination a { border:1px solid var(--line); border-radius:2px; color:var(--steel); padding:.45rem .7rem; font-size:.72rem; font-weight:700; }
.detail-breadcrumbs { padding:1.2rem 0; border-bottom:1px solid var(--line); color:var(--muted); font-size:.7rem; } .detail-breadcrumbs a { color:var(--steel); } .product-detail-main { display:grid; grid-template-columns:1fr 1fr; gap:4rem; padding:4.5rem 0; } .gallery { min-width:0; position:relative; } .gallery-main { position:relative; overflow:hidden; border:1px solid var(--line); border-radius:4px; background:#fff; } .gallery-main img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; } .gallery-arrow { position:absolute; top:50%; transform:translateY(-50%); width:38px; height:38px; border:1px solid rgba(255,255,255,.72); background:rgba(10,37,64,.76); color:#fff; border-radius:2px; cursor:pointer; font-size:1.1rem; } .gallery-arrow:hover { background:var(--steel); } .gallery-arrow.prev { left:.8rem; } .gallery-arrow.next { right:.8rem; } .thumbnails { display:flex; gap:.7rem; margin-top:.8rem; overflow-x:auto; padding-bottom:.2rem; } .thumbnail { flex:0 0 92px; border:1px solid var(--line); background:#fff; padding:0; border-radius:3px; overflow:hidden; cursor:pointer; } .thumbnail.active,.thumbnail:hover { border-color:var(--steel); } .thumbnail img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; } .product-detail-copy h1 { font-size:clamp(2.2rem,4vw,4.2rem); margin:.55rem 0 1.2rem; } .product-detail-copy p { font-size:.92rem; } .quick-specs { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin:1.8rem 0; } .quick-spec { padding:1rem .7rem 1rem 0; } .quick-spec strong { display:block; color:var(--navy); font:500 .78rem "JetBrains Mono"; } .quick-spec span { display:block; margin-top:.35rem; color:var(--muted); font-size:.63rem; } .detail-table { display:grid; grid-template-columns:repeat(2,1fr); border:1px solid var(--line); border-radius:4px; overflow:hidden; } .detail-table div { display:grid; grid-template-columns:1fr 1fr; border-bottom:1px solid var(--line); } .detail-table div:nth-last-child(-n+2) { border-bottom:0; } .detail-table dt,.detail-table dd { margin:0; padding:.85rem 1rem; font-size:.78rem; } .detail-table dt { background:#f8fafc; color:var(--navy); font-weight:600; } .detail-table dd { color:var(--steel); font-family:"JetBrains Mono",monospace; border-left:1px solid var(--line); } .not-found { text-align:center; padding:7rem 0; }
.description-copy { max-width:820px; } .description-copy p { white-space:pre-line; } .feature-list { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; } .feature-item { display:flex; gap:1rem; align-items:flex-start; background:#fff; border:1px solid var(--line); border-radius:4px; padding:1rem; } .feature-item i { display:grid; place-items:center; flex:0 0 28px; height:28px; border:1px solid var(--steel); color:var(--steel); font:500 .65rem "JetBrains Mono"; font-style:normal; } .feature-item p { margin:0; font-size:.8rem; }
.spec-table-wrap { overflow-x:auto; border:1px solid #ddd; border-radius:4px; margin:1rem 0; } .spec-table { width:100%; min-width:680px; border-collapse:collapse; margin:0; background:#fff; } .spec-table th,.spec-table td { border:1px solid #ddd; padding:8px 12px; text-align:left; } .spec-table th { background:#f5f7fa; color:var(--navy); font-weight:600; } .spec-table td { font-family:"JetBrains Mono",monospace; color:var(--ink); } .spec-table th:first-child,.spec-table td:first-child { color:var(--steel); font-weight:600; }
.inquiry-form { background:var(--wash); padding:1.5rem; border-radius:8px; margin-top:1rem; } .inquiry-form h3 { font-size:1rem; margin:0 0 .55rem; } .inquiry-form > p { margin:.4rem 0 1rem; font-size:.78rem; } .inquiry-form form { padding:0; border:0; background:transparent; } .form-row { display:flex; gap:.75rem; margin-bottom:.75rem; } .form-row input { flex:1; min-width:0; } .inquiry-form textarea { display:block; width:100%; min-height:104px; margin-bottom:.85rem; } .inquiry-form .button { margin-top:0; }
.form-trust { margin:0 0 1rem; color:var(--steel); font-size:.82rem; font-weight:700; line-height:1.55; } .form-direct { margin:1rem 0 .65rem; font-size:.82rem; } .form-direct a { color:var(--steel); text-decoration:underline; text-underline-offset:2px; }
.exit-intent { display:none; position:fixed; inset:0; z-index:80; padding:1rem; background:rgba(10,37,64,.46); align-items:center; justify-content:center; } .exit-intent.open { display:flex; } .exit-intent-panel { position:relative; width:min(520px,100%); padding:2rem; background:#fff; border:1px solid var(--line); box-shadow:0 18px 48px rgba(10,37,64,.22); } .exit-intent-panel h2 { font-size:1.7rem; } .exit-intent-close { position:absolute; top:.7rem; right:.7rem; width:36px; height:36px; border:0; background:transparent; color:var(--navy); cursor:pointer; font-size:1.6rem; } .mobile-cta-bar { display:none; }
.contact-panel .map-link { display:inline-block; margin-top:1rem; color:var(--steel); font-weight:700; }
.industry-row h3 { color:var(--navy); font-size:clamp(1.45rem,2.4vw,2.3rem); margin:.45rem 0 1rem; } .industry-recommendations { border-top:1px solid var(--line); margin-top:1.5rem; padding-top:1rem; } .industry-recommendations strong { display:block; color:var(--navy); font-size:.7rem; letter-spacing:.06em; text-transform:uppercase; } .industry-product-links { display:flex; flex-wrap:wrap; gap:.5rem; margin-top:.7rem; } .industry-product-links a { border:1px solid var(--line); color:var(--steel); font-size:.72rem; padding:.42rem .55rem; } .industry-product-links a:hover { border-color:var(--steel); } .resource-categories { display:flex; flex-wrap:wrap; gap:.55rem; margin:1.5rem 0 2rem; } .resource-categories span { border:1px solid var(--line); color:var(--steel); font:500 .66rem "JetBrains Mono",monospace; padding:.42rem .6rem; text-transform:uppercase; } .resource-subscribe { display:flex; align-items:center; gap:1rem; margin-top:2.5rem; padding:1.5rem; background:#fff; border:1px solid var(--line); border-radius:4px; } .resource-subscribe > div { flex:1; } .resource-subscribe h3,.resource-subscribe p { margin:0; } .resource-subscribe input { width:min(320px,100%); }
.machine-hero { background:var(--navy); color:#fff; padding:3.2rem 0 5rem; } .breadcrumbs { color:#a9c7e5; font-size:.7rem; margin:0 0 2.5rem; } .breadcrumbs a { color:#fff; } .machine-hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; } .machine-hero-image { width:100%; border:1px solid rgba(159,198,237,.35); border-radius:4px; display:block; } .machine-hero h1 { color:#fff; margin:.4rem 0 1rem; } .machine-hero p { color:#d2e0ee; } .machine-hero .spec { color:#9fc6ed; } .key-specs { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(159,198,237,.35); margin-top:2rem; } .key-spec { padding:1rem .8rem 0 0; } .key-spec strong { display:block; color:#fff; font:500 .9rem "JetBrains Mono"; } .key-spec span { color:#a9c7e5; font-size:.63rem; }
.data-table { overflow-x:auto; border:1px solid var(--line); border-radius:4px; background:#fff; } table { border-collapse:collapse; width:100%; min-width:760px; } th,td { padding:1rem; text-align:left; border-bottom:1px solid var(--line); font-size:.78rem; } th { background:#f8fafc; color:var(--navy); font:500 .64rem "JetBrains Mono"; text-transform:uppercase; letter-spacing:.5px; } td:first-child { color:var(--steel); font:500 .72rem "JetBrains Mono"; } tr:last-child td { border-bottom:0; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; } .feature { border:1px solid var(--line); border-radius:4px; padding:1.4rem; background:#fff; transition:border-color .2s,transform .2s; } .feature:hover { border-color:var(--steel); transform:translateY(-3px); } .feature-icon { display:grid; place-items:center; height:35px; width:35px; border:1px solid var(--steel); color:var(--steel); font:500 .72rem "JetBrains Mono"; margin-bottom:1.2rem; } .feature p { font-size:.82rem; margin-bottom:0; }
.anatomy { display:grid; grid-template-columns:1.1fr .9fr; gap:4rem; align-items:center; } .anatomy svg { width:100%; border:1px solid var(--line); border-radius:4px; background:#fff; } .anatomy-list { list-style:none; padding:0; margin:1.5rem 0 0; border-top:1px solid var(--line); } .anatomy-list li { display:flex; justify-content:space-between; gap:1rem; padding:.85rem 0; border-bottom:1px solid var(--line); color:var(--muted); font-size:.82rem; } .anatomy-list b { color:var(--steel); font:500 .7rem "JetBrains Mono"; }
.option-grid,.application-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; } .option,.application { background:#fff; border:1px solid var(--line); border-radius:4px; padding:1.15rem; } .option strong { color:var(--navy); font-size:.84rem; } .option span { display:block; color:var(--muted); font-size:.76rem; margin-top:.45rem; line-height:1.55; } .application { text-align:center; } .application i { display:grid; place-items:center; width:42px; height:42px; margin:0 auto .8rem; border:1px solid var(--steel); border-radius:50%; color:var(--steel); font-style:normal; font:500 .7rem "JetBrains Mono"; } .application span { font-size:.77rem; font-weight:700; color:var(--navy); }
.footer { background:#fff; border-top:1px solid var(--line); padding:3.5rem 0 1.2rem; } .footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:2rem; } .footer h4 { color:var(--navy); font-size:.7rem; letter-spacing:1px; text-transform:uppercase; margin:0 0 1rem; } .footer a,.footer p { display:block; font-size:.8rem; margin:.45rem 0; } .footer-logo { display:inline-flex; align-items:center; width:190px; max-width:100%; height:44px; } .footer-logo img { display:block; width:100%; height:100%; object-fit:contain; object-position:left center; } .footer-bottom { border-top:1px solid var(--line); margin-top:2.4rem; padding-top:1rem; color:var(--muted); font-size:.7rem; display:flex; justify-content:space-between; align-items:center; gap:1rem; } .footer-meta { display:flex; align-items:center; justify-content:flex-end; flex-wrap:wrap; gap:.7rem; } .footer-social:empty { display:none; } .footer-social a,.footer-legal a { color:var(--muted); } .footer-social a:hover,.footer-legal a:hover { color:var(--steel); } .footer-brand { display:inline-flex; align-items:center; } .footer-brand img { display:block; width:auto; height:20px; max-width:150px; object-fit:contain; }
.reveal { animation:fade .55s ease both; } @keyframes fade { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }
@media(max-width:768px){ .site-header{height:66px}.wordmark img{height:28px;max-width:215px}.hero{min-height:600px}.section{padding:4.2rem 0}.steps,.cards,.solution,.stats,.contact-grid,.footer-grid,.product-feature,.machine-hero-grid,.anatomy,.feature-grid,.option-grid,.application-grid,.catalog-layout,.product-detail-main{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line);margin:0}.solution-copy{padding:4rem 5vw}.process-image{min-height:320px}.stat{border-right:0;border-bottom:1px solid var(--line)}.heading-row{display:block}.heading-row .text-link{display:block;margin-top:1.5rem}.list article{grid-template-columns:1fr;gap:.4rem}.form-grid{grid-template-columns:1fr}.footer-bottom{display:grid;gap:.7rem}.footer-meta{justify-content:flex-start}.product-feature img{min-height:220px}.machine-hero{padding:2rem 0 4rem}.key-specs{grid-template-columns:1fr 1fr}.anatomy{gap:2rem}.catalog-filter{position:static}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-main{gap:2rem}.detail-table{grid-template-columns:1fr} }
@media(max-width:768px){ .form-row { flex-direction:column; } }
@media(max-width:768px){ .resource-subscribe { align-items:stretch; flex-direction:column; } }
/* Keep the copyright row compact: footer navigation stays stacked, legal links do not. */
.footer-bottom { min-height:42px; }
.footer-bottom .footer-meta { margin-left:auto; white-space:nowrap; }
.footer-bottom .footer-social,.footer-bottom .footer-legal { display:inline-flex; align-items:center; gap:.35rem; }
.footer-bottom .footer-social a,.footer-bottom .footer-legal a { display:inline; margin:0; white-space:nowrap; font-size:inherit; }
.footer-bottom .footer-legal span[aria-hidden="true"] { display:inline; }
@media(max-width:768px){ .footer-bottom .footer-meta { margin-left:0; white-space:normal; } }
@media(max-width:480px){ .catalog-grid{grid-template-columns:1fr}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-card p{min-height:0}.footer-bottom .footer-meta{align-items:flex-start;gap:.5rem}.footer-bottom .footer-legal{gap:.3rem} }

/* Catalog metadata and dual actions stay compact without changing the existing card system. */
.catalog-sort-sidebar { width:100%; }
.catalog-model { display:block; color:var(--muted); font:500 .62rem "JetBrains Mono",monospace; letter-spacing:.35px; margin-top:.45rem; }
.catalog-card .catalog-model + h3 { margin-top:.55rem; }
.catalog-card p { min-height:60px; }
.catalog-links { display:grid; grid-template-columns:1fr 1fr; gap:.75rem; border-top:1px solid var(--line); margin-top:1rem; padding-top:.9rem; }
.catalog-links a { margin:0; line-height:1.35; }
.catalog-empty { grid-column:1/-1; margin:0; }
.filter-option b { color:var(--muted); font:400 .67rem "JetBrains Mono",monospace; white-space:nowrap; }
.catalog-capacity { display:block; color:var(--steel); font:500 .62rem "JetBrains Mono",monospace; letter-spacing:.35px; margin-top:.25rem; }
.catalog-card .catalog-capacity + h3 { margin-top:.55rem; }
.page-ellipsis { display:grid; place-items:center; min-width:20px; height:34px; color:var(--muted); font:500 .8rem "JetBrains Mono",monospace; }
/* Product source images retain their original files; the list presentation trims legacy corner marks. */
.catalog-image-wrap img { transform:scale(1.12); transform-origin:45% 42%; }
.catalog-card:hover .catalog-image-wrap img { transform:scale(1.15); }

/* Shared editorial layouts for the expanded company, contact, custom, industry, and resource pages. */
.split-copy { display:grid; grid-template-columns:.85fr 1.15fr; gap:5rem; align-items:start; }.split-copy > div > p:first-child{margin-top:0}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.content-card,.media-card,.resource-card{background:#fff;border:1px solid var(--line);border-radius:4px;padding:1.2rem}.content-card h3,.media-card h3,.resource-card h3{margin:.55rem 0}.media-card{padding:0;overflow:hidden}.media-card h3{padding:0 1.2rem 1.2rem}.media-card img,.resource-card img{display:block;width:100%;aspect-ratio:1.45;object-fit:cover;border-bottom:3px solid var(--steel)}.certificate-row,.logo-wall{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem}.certificate-row span,.logo-wall span{display:grid;place-items:center;min-width:70px;height:46px;border:1px solid var(--line);color:var(--steel);font:600 .72rem "JetBrains Mono",monospace;letter-spacing:.7px}.certificate-row p{flex-basis:100%;margin:1rem 0 0}.contact-expanded{align-items:start}.contact-panel{padding:1.6rem;border:1px solid var(--line);background:#fff;border-radius:4px}.contact-panel a,.contact-panel p{display:block}.contact-hours{border-top:1px solid var(--line);margin-top:1.5rem;padding-top:1rem}.map-placeholder{display:grid;place-items:center;min-height:210px;margin-top:1.5rem;background:var(--wash);border:1px solid var(--line);color:var(--steel);font:500 .68rem "JetBrains Mono",monospace;text-align:center}.map-placeholder small{color:var(--muted);margin-top:.4rem}.faq-list{border-top:1px solid var(--line);margin-top:2rem}.faq-list details{border-bottom:1px solid var(--line);padding:1.1rem 0}.faq-list summary{cursor:pointer;color:var(--navy);font-weight:700}.faq-list p{max-width:760px;margin:.8rem 0 0}.detailed-steps .step p{max-width:330px}.timeline{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);margin-top:2rem}.timeline div{min-height:112px;padding:1rem 1rem 1rem 0;border-right:1px solid var(--line)}.timeline div:last-child{border-right:0}.timeline span{display:block;color:var(--steel);font:500 .7rem "JetBrains Mono",monospace;margin-bottom:1rem}.timeline strong{font-size:.8rem}.industry-list{width:min(1180px,90vw);margin:0 auto}.industry-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:5rem 0;border-bottom:1px solid var(--line)}.industry-row.reverse img{order:2}.industry-row img{width:100%;aspect-ratio:1.35;object-fit:cover;border:1px solid var(--line);border-bottom:3px solid var(--steel)}.industry-row h2{font-size:clamp(1.8rem,3vw,3rem)}.industry-links{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem}.industry-links a{font-size:.68rem;color:var(--steel);font-weight:800;text-transform:uppercase;letter-spacing:.7px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.resource-card{padding:0;overflow:hidden}.resource-card > div{padding:1.1rem}.resource-card small{display:block;color:var(--muted);font:.65rem "JetBrains Mono",monospace;margin:1rem 0}.resource-card .text-link{display:inline-block}.process-image{background-image:url('/products/35/img-01.jpg');background-position:center;background-size:cover}.footer-social a{display:inline-flex!important;align-items:center;justify-content:center;min-width:24px;height:24px;border:1px solid var(--line);font-size:0}.footer-social a::before{font:700 .58rem Inter}.footer-social a[href*="linkedin"]::before{content:'in'}.footer-social a[href*="youtube"]::before{content:'YT'}
@media(max-width:768px){.split-copy,.content-grid,.resource-grid,.industry-row{grid-template-columns:1fr}.industry-row{gap:1.7rem;padding:3.4rem 0}.industry-row.reverse img{order:0}.timeline{grid-template-columns:repeat(2,1fr)}.timeline div:nth-child(2n){border-right:0}.timeline div{border-bottom:1px solid var(--line)}}

/* Content pages use a calmer type scale than page-level hero sections. */
.page-hero .eyebrow { margin-bottom:.85rem; }
.page-hero h1 { max-width:900px; }
.page-hero p { font-size:.98rem; }
.split-copy h2,
.section > .shell > h2,
.section > .shell > .heading-row h2 { font-size:clamp(1.85rem,2.8vw,2.8rem); line-height:1.13; }
.content-card h3,.media-card h3,.resource-card h3 { font-size:1rem; line-height:1.35; }
.content-card p,.resource-card p,.media-card p { font-size:.86rem; line-height:1.65; }
.industry-row h2 { font-size:clamp(1.7rem,2.5vw,2.55rem); line-height:1.12; }
.industry-row p { font-size:.91rem; line-height:1.7; }
.timeline strong { color:var(--navy); font-size:.83rem; line-height:1.35; }
.faq-list summary { font-size:.91rem; line-height:1.45; }
.faq-list p { font-size:.88rem; line-height:1.65; }

/* The enquiry panel is an operational form, not a second hero. */
.contact-expanded { grid-template-columns:1fr 1fr; gap:2.25rem; }
.contact-expanded form { padding:1.75rem; }
.contact-expanded form h2,.contact-panel h2 { font-size:clamp(1.7rem,2.35vw,2.4rem); line-height:1.1; margin:.25rem 0 1.35rem; }
.contact-expanded .eyebrow,.contact-panel .eyebrow { font-size:.68rem; letter-spacing:1px; margin-bottom:.7rem; }
.contact-expanded label { font-size:.7rem; letter-spacing:.38px; gap:.45rem; }
.contact-expanded input,.contact-expanded select,.contact-expanded textarea { font-size:.87rem; line-height:1.35; }
.contact-expanded .form-grid { gap:1rem 1.15rem; }
.contact-panel { padding:1.75rem; }
.contact-panel [data-company-contact] { display:grid; gap:.1rem; }
.contact-panel a,.contact-panel p { font-size:.89rem; line-height:1.65; margin:.12rem 0; }
.contact-hours h3 { font-size:.85rem; line-height:1.35; margin:0 0 .5rem; text-transform:uppercase; letter-spacing:.65px; }
.contact-hours p { font-size:.84rem; }
.map-placeholder { min-height:185px; font-size:.66rem; letter-spacing:.65px; }
.nav a { font-size:1rem; font-weight:700; letter-spacing:.18px; }

/* The legacy inline catalog is only a failure fallback. Prevent it flashing
   before the Django catalog API has returned the current product data. */
html:not([data-catalog-api]) #catalogGrid { visibility:hidden; }
html[data-api-page-loading="home"] main { visibility:hidden; }

/* Header alignment: the inner shell is the only left/right flex row. */
header.site-header { display:block; height:72px; }
header.site-header > .shell {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
header.site-header .wordmark,
header.site-header .nav {
  height:36px;
  display:flex;
  align-items:center;
}
header.site-header .nav a {
  display:flex;
  align-items:center;
  height:36px;
  line-height:1;
}
/* Align navigation text to the visible POLYC wordmark baseline, not the image box center. */
header.site-header .nav { transform:translateY(9px); }
@media(max-width:768px){
  header.site-header { height:66px; }
  header.site-header > .shell { height:66px; }
  header.site-header .wordmark { height:28px; }
}

@media(max-width:768px){
  .contact-expanded { grid-template-columns:1fr; gap:1.25rem; }
  .contact-expanded form,.contact-panel { padding:1.35rem; }
}

/* Compact catalog filtering keeps a long industrial catalog easy to scan. */
.catalog-filter { padding:18px; }
.catalog-filter-head { display:none; }
.catalog-filter h3,.filter-group-title { color:#666; font:700 13px/1.25 Inter,Arial,sans-serif; letter-spacing:.05em; text-transform:uppercase; }
.filter-group { margin-top:1.3rem; }
.filter-group h3 { margin:0 0 8px; }
.filter-group-title { display:flex; width:100%; align-items:center; justify-content:space-between; padding:0 0 8px; border:0; background:transparent; cursor:pointer; text-align:left; }
.filter-group-title span { color:var(--steel); font-size:1rem; font-weight:500; }
.catalog-search { width:100%; }
.selected-filters { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.selected-filters:empty { display:none; }
.selected-filter { display:inline-flex; align-items:center; gap:5px; border:1px solid #b9cce1; border-radius:2px; padding:4px 6px; background:#f5f9fd; color:var(--steel); font:500 .66rem/1 Inter,Arial,sans-serif; cursor:pointer; }
.selected-filter span { font-size:.9rem; line-height:.8; }
.filter-all { display:flex; align-items:center; justify-content:space-between; width:100%; min-height:26px; padding:0 2px 4px; border:0; background:transparent; color:#8995a3; font:400 .69rem/1.3 Inter,Arial,sans-serif; cursor:pointer; text-align:left; }
.filter-all span { color:#aab4c0; font:400 .63rem "JetBrains Mono",monospace; }
.category-option { display:flex; align-items:center; justify-content:space-between; width:100%; min-height:32px; padding:0 8px; border:0; border-left:2px solid transparent; background:transparent; color:var(--ink); font:500 .76rem/1.2 Inter,Arial,sans-serif; cursor:pointer; text-align:left; transition:background .16s,color .16s,border-color .16s; }
.category-option:hover { background:#f5f8fc; }
.category-option.selected { border-left-color:var(--steel); background:#eaf2fb; color:var(--steel); }
.category-option small { color:#a1acb8; font:400 .64rem "JetBrains Mono",monospace; }
.application-tags { display:flex; flex-wrap:wrap; gap:6px; }
.application-tag { border:1px solid #cbd5e1; border-radius:2px; padding:5px 7px; background:#fff; color:#526274; font:500 .68rem/1.2 Inter,Arial,sans-serif; cursor:pointer; transition:background .16s,border-color .16s,color .16s; }
.application-tag:hover { border-color:var(--steel); color:var(--steel); }
.application-tag.selected { border-color:var(--steel); background:var(--steel); color:#fff; }
.clear-filters { margin-top:1.25rem; padding:0; border:0; background:transparent; color:var(--steel); font:700 .67rem/1.2 Inter,Arial,sans-serif; letter-spacing:.35px; text-transform:uppercase; cursor:pointer; }
.catalog-toolbar { justify-content:space-between; }
.catalog-toolbar .catalog-sort { margin-left:auto; }
.catalog-filter-toggle,.catalog-filter-close { display:none; }

/* SSR catalog: filter links work without JavaScript; this layer adds the desktop rail and mobile drawer. */
.catalog-section { padding-top:3rem; }
.catalog-hero-count { margin:1.1rem 0 0; color:var(--steel); font:600 .78rem "JetBrains Mono",monospace; letter-spacing:.04em; text-transform:uppercase; }
.catalog-layout { grid-template-columns:250px minmax(0,1fr); }
.catalog-filter { z-index:41; }
.catalog-filter .filter-group { display:grid; gap:.45rem; margin-top:1.5rem; }
.catalog-filter .filter-group h3 { margin:0 0 .2rem; }
.catalog-filter .filter-tag { display:flex; align-items:center; justify-content:space-between; gap:.5rem; min-height:34px; }
.catalog-filter .clear-filters { display:inline-flex; margin-top:1.5rem; }
.catalog-filter-results { display:none; margin-top:1rem; width:100%; justify-content:center; }
.catalog-results-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.catalog-card { display:flex; flex-direction:column; min-width:0; padding:0; overflow:hidden; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.catalog-card:hover { transform:translateY(-2px); border-color:var(--steel); box-shadow:0 10px 24px rgba(10,37,64,.12); }
.catalog-card .card-img { position:relative; margin:0; border:0; }
.catalog-card .card-img picture { width:100%; height:100%; }
.catalog-card .card-category { position:static; display:inline-block; align-self:flex-start; max-width:100%; margin:0 0 .5rem; overflow-wrap:anywhere; padding:3px 8px; border:1px solid #bfdbfe; border-radius:4px; background:#eff6ff; color:#2563eb; font:600 .72rem/1.35 Inter,Arial,sans-serif; letter-spacing:.03em; text-transform:uppercase; }
.catalog-card .card-body { display:flex; flex:1; flex-direction:column; padding:1rem 1rem .5rem; }
.catalog-card h3 { margin:0 0 .65rem; font-size:1.05rem; }
.catalog-card .card-tagline { margin:0; min-height:3.8em; color:var(--muted); font-size:.82rem; line-height:1.55; }
.catalog-card .card-spec { margin:.75rem 0 0; color:var(--steel); font:500 .65rem "JetBrains Mono",monospace; line-height:1.45; }
.catalog-card .card-links { display:flex; align-items:center; justify-content:space-between; margin:0; padding:.85rem 1rem 1rem; border-top:1px solid var(--line); }
.catalog-card .button.small { min-height:34px; padding:.4rem .65rem; font-size:.68rem; line-height:1; }
.text-link { color:var(--steel); font-size:.72rem; font-weight:700; }
.empty-state { grid-column:1/-1; padding:3.5rem 1.5rem; border:1px dashed var(--line); text-align:center; }
.empty-state h3 { margin-top:0; }
.empty-state .button { margin-top:.5rem; }
.pagination { margin:2.5rem 0 0; }
.pagination-pages { display:flex; align-items:center; gap:.35rem; }
.pagination-pages a,.pagination-pages .current { display:grid; place-items:center; min-width:34px; min-height:34px; padding:.35rem; border:1px solid var(--line); border-radius:2px; font-size:.74rem; }
.pagination-pages .current { border-color:var(--steel); background:var(--steel); color:#fff; }
.pagination-ellipsis { color:var(--muted); }
.pagination-mobile { display:none; font-size:.78rem; color:var(--muted); }
.catalog-filter-overlay { display:none; }

/* CKEditor content is written only by authenticated staff, but needs normal document rhythm on the public site. */
.rich-text > :first-child { margin-top:0; }
.rich-text > :last-child { margin-bottom:0; }
.rich-text p,.rich-text li { color:var(--muted); line-height:1.75; }
.rich-text ul,.rich-text ol { margin:1rem 0; padding-left:1.35rem; }
.rich-text li + li { margin-top:.4rem; }
.rich-text a { color:var(--steel); text-decoration:underline; text-underline-offset:2px; }
.rich-text img { max-width:100%; height:auto; }
.rich-text table { display:block; max-width:100%; overflow-x:auto; margin:1rem 0; }
.page-breadcrumbs { display:flex; gap:.45rem; align-items:center; overflow-x:auto; white-space:nowrap; padding-top:1rem; padding-bottom:.35rem; color:var(--muted); font-size:.82rem; }
.page-breadcrumbs a { color:var(--steel); text-decoration:none; }
.page-breadcrumbs a:hover { text-decoration:underline; }
.footer-about p { margin:.45rem 0; }

/* Home page resilience: keep the primary decision path readable and touch-friendly on small screens. */
.home-equipment .card .img-container { margin:0 0 1.25rem; }
.home-equipment .card .product-image-unavailable { display:grid; width:100%; height:100%; place-items:center; padding:1rem; background:var(--wash); color:var(--steel); font:600 .8rem Inter,Arial,sans-serif; text-align:center; }
.home-equipment .card-links .button.small { min-height:38px; padding:.45rem .7rem; font-size:.68rem; }
.home-equipment .card-links {
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.home-equipment .home-product-details {
  overflow:visible;
  padding-right:8px;
  white-space:nowrap;
}
.home-equipment .card .spec {
  font-family:Inter,Arial,sans-serif;
  font-size:.82rem;
  font-weight:600;
  color:#2563eb;
  letter-spacing:.3px;
}
.home-equipment .home-product-description {
  display:-webkit-box;
  overflow:hidden;
  min-height:0;
  line-height:1.6;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.home-process .step .num { display:inline-block; font-size:1rem; font-weight:700; }
.solution .process-image { aspect-ratio:16 / 9; min-height:0; }

@media(max-width:768px){
  .catalog-filter-toggle { display:inline-flex; align-items:center; justify-content:center; min-height:36px; margin:0 0 12px; padding:0 12px; border:1px solid var(--steel); border-radius:2px; background:#fff; color:var(--steel); font:700 .7rem/1 Inter,Arial,sans-serif; letter-spacing:.8px; text-transform:uppercase; cursor:pointer; }
  .catalog-layout { display:block; }
  .catalog-filter { display:block; position:fixed; z-index:50; top:0; right:0; left:auto; bottom:0; width:min(360px,88vw); padding:1.25rem; overflow-y:auto; transform:translateX(100%); transition:transform .22s ease; border:0; border-radius:0; box-shadow:-24px 0 48px rgba(10,37,64,.18); }
  .catalog-filter.open { transform:translateX(0); }
  .catalog-filter-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:1rem; }
  .catalog-filter-head h2 { font-size:1.1rem; }
  .catalog-filter-close { display:grid; place-items:center; width:32px; height:32px; border:1px solid var(--line); border-radius:2px; background:#fff; color:var(--navy); font-size:1.35rem; cursor:pointer; }
  .catalog-filter-results { display:inline-flex; }
  .catalog-filter-overlay { display:block; position:fixed; z-index:49; inset:0; border:0; background:rgba(10,37,64,.45); opacity:0; pointer-events:none; transition:opacity .22s ease; }
  .catalog-filter-overlay.open { opacity:1; pointer-events:auto; }
  body.filters-open { overflow:hidden; }
}

/* Mobile resilience layer: shared across SSR pages and static fallbacks. */
html { -webkit-tap-highlight-color:transparent; }
button,.button,[role="button"] { -webkit-tap-highlight-color:transparent; touch-action:manipulation; }
.button { min-height:44px; padding:.75rem 1.25rem; user-select:none; }
.button:active,.card-links a:active,.nav a:active { transform:scale(.98); opacity:.82; }
.img-container { aspect-ratio:4 / 3; overflow:hidden; background:var(--wash); }
.img-container picture,.img-container img { display:block; width:100%; height:100%; }
.img-container img { object-fit:cover; }
.img-container-detail { aspect-ratio:4 / 3; }
.img-container-card { margin-bottom:1.25rem; border-bottom:3px solid var(--steel); }
.card .img-container img { aspect-ratio:auto; margin:0; border:0; }
.table-responsive { overflow-x:auto; -webkit-overflow-scrolling:touch; margin:1rem 0; }
.table-responsive .spec-table { margin:0; }
.spec-table th { position:sticky; top:0; z-index:1; background:#f5f7fa; }

@media (max-width:1024px) {
  .shell { width:min(1180px,92vw); }
  .product-detail-main { gap:2.5rem; }
  .catalog-layout { gap:1.25rem; }
  .cards,.catalog-grid { gap:1rem; }
  .section { padding:4rem 0; }
}

@media (max-width:768px) {
  body { padding-bottom:58px; }
  .exit-intent { display:none !important; }
  .mobile-cta-bar { position:fixed; right:0; bottom:0; left:0; z-index:70; display:grid; grid-template-columns:minmax(0,1fr) 112px; gap:1px; min-height:50px; background:var(--navy); box-shadow:0 -3px 14px rgba(10,37,64,.18); }
  .mobile-cta-bar .button,.mobile-whatsapp { min-height:50px; border:0; border-radius:0; justify-content:center; font-size:.84rem; }
  .mobile-whatsapp { display:flex; align-items:center; justify-content:center; background:#fff; color:var(--navy); font-size:.8rem; font-weight:800; text-transform:uppercase; letter-spacing:.7px; }
  body { font-size:15px; line-height:1.6; }
  p { font-size:.9375rem; line-height:1.65; }
  h1 { font-size:max(1.8rem,clamp(1.8rem,9vw,3rem)); line-height:1.06; }
  h2,.section > .shell > h2,.section > .shell > .heading-row h2 { font-size:max(1.4rem,clamp(1.4rem,6vw,2rem)); line-height:1.18; }
  h3,.content-card h3,.media-card h3,.resource-card h3 { font-size:1.1rem; line-height:1.35; }
  .shell { width:auto; margin:0; padding-left:16px; padding-right:16px; }
  .section { padding:2rem 0; }
  .page-hero { padding:3.5rem 0 2.5rem; }
  .hero { min-height:520px; }
  .hero .content { width:auto; padding:3.5rem 16px; }
  .hero-actions,.card-links { gap:.5rem; }
  .hero-actions .button,.cta .button { width:100%; justify-content:center; }
  .button { font-size:.95rem; letter-spacing:.45px; }
  .eyebrow,.spec,.catalog-category,.catalog-capacity,.filter-group h4 { font-size:.8rem; }
  .card-links a,.text-link,.industry-links a { font-size:.8rem; min-height:36px; display:inline-flex; align-items:center; }
  .site-header { height:64px; }
  header.site-header { height:64px; }
  header.site-header > .shell { height:64px; }
  .wordmark img { height:28px; max-width:210px; }
  .menu { display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; padding:0; border:1px solid var(--line); border-radius:2px; background:#fff; color:var(--navy); font-size:0; cursor:pointer; }
  .menu::before { content:"\2630"; font-size:1.25rem; line-height:1; }
  .menu.open::before { content:"\00d7"; font-size:1.6rem; }
  .nav-overlay { display:none; position:fixed; z-index:39; inset:0; border:0; background:rgba(10,37,64,.45); cursor:pointer; }
  body.nav-open { overflow:hidden; }
  body.nav-open .nav-overlay { display:block; }
  header.site-header .nav { display:flex; position:fixed; z-index:40; top:0; right:0; left:auto; width:min(340px,88vw); height:100dvh; padding:5.5rem 1.5rem 1.5rem; transform:translateX(100%); transition:transform .22s ease; border:0; box-shadow:-18px 0 42px rgba(10,37,64,.18); background:#fff; flex-direction:column; align-items:stretch; gap:.25rem; }
  header.site-header .nav.open { transform:translateX(0); }
  header.site-header .nav a { display:flex; align-items:center; min-height:44px; padding:.5rem 0; border-bottom:1px solid var(--line); color:var(--navy); font-size:1rem; line-height:2.5; }
  .product-detail-main { grid-template-columns:1fr; gap:1.75rem; padding:2rem 0; }
  .gallery-main,.img-container-detail { aspect-ratio:4 / 3; }
  .product-detail-copy { min-width:0; }
  .quick-specs { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .quick-spec { padding:.9rem .65rem; }
  .inquiry-form { width:100%; padding:1rem; }
  .form-row,.form-grid { grid-template-columns:1fr; flex-direction:column; gap:.75rem; }
  form { padding:1rem; }
  input,select,textarea,.catalog-toolbar input[type="search"],.catalog-toolbar select { width:100%; min-height:44px; font-size:1rem; }
  textarea { min-height:100px; }
  .inquiry-form .button,form .button[type="submit"] { width:100%; min-height:48px; justify-content:center; font-size:1rem; }
  .catalog-toolbar { align-items:stretch; flex-direction:column; gap:.75rem; }
  .catalog-filters { grid-template-columns:1fr; gap:1rem; }
  .cards,.catalog-grid,.catalog-results-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .card { padding:1rem; }
  .card p { min-height:0; font-size:.875rem; }
  .industry-strip { overflow:hidden; }
  .industry-strip .shell { flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; padding-bottom:.35rem; }
  .industry-strip .eyebrow,.industry-strip span { flex:0 0 auto; }
  .stats { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .stat { border-right:1px solid var(--line); border-bottom:1px solid var(--line); padding:1.1rem .5rem; }
  .stat:nth-child(2n) { border-right:0; }
  .stat:nth-last-child(-n+2) { border-bottom:0; }
  .trust-bar { gap:.75rem 1rem; font-size:.8rem; }
  .footer { padding:32px 0 20px; }
  .footer-grid { grid-template-columns:1fr; gap:1.5rem; }
  .footer a,.footer p { min-height:0; font-size:.9rem; line-height:1.5; margin:.35rem 0; padding:.2rem 0; }
  .footer-bottom { display:flex; flex-direction:column; align-items:flex-start; gap:.75rem; }
  .footer-meta { justify-content:flex-start; }
  .spec-table { min-width:620px; }
  .spec-table th,.spec-table td,table th,table td { padding:6px 8px; font-size:.8rem; }
  .home-hero { min-height:0; align-items:flex-start; }
  .home-hero .content { padding:2rem 16px 2.5rem; }
  .home-hero h1 { font-size:clamp(1.75rem,8vw,2.5rem); }
  .home-hero p { font-size:1rem; line-height:1.65; }
  .home-hero .machine-line { width:620px; right:-310px; top:14%; opacity:.15; }
  .home-hero .hero-actions { width:100%; margin-top:1.5rem; }
  .home-hero .hero-actions .button { min-height:48px; }
  .home-process .steps { margin-top:2rem; }
  .home-process .step { padding:1.5rem 0; }
  .home-process .step .num { font-size:1.35rem; }
  .home-process .step h3 { margin:1rem 0 .55rem; }
  .home-process .step p { font-size:.95rem; }
  .home-equipment .cards { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .home-equipment .card { padding:1rem; }
  .home-equipment .card .img-container { aspect-ratio:4 / 3; }
  .home-equipment .card-links { gap:.5rem; }
  .home-equipment .card-links a { min-height:44px; }
  .industry-strip { overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .industry-strip .shell { width:100%; padding:0 16px 1rem; gap:.65rem; }
  .industry-strip span { min-width:max-content; padding:.5rem 1rem; border:1px solid rgba(159,198,237,.3); }
  .solution { grid-template-columns:1fr; }
  .solution .process-image { min-height:0; aspect-ratio:16 / 9; }
  .solution-copy { padding:1.5rem 16px 2rem; }
  .solution-copy p { font-size:1rem; }
  .solution-copy .button { width:100%; min-height:48px; justify-content:center; }
  .stats { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .stat { min-height:118px; padding:1rem .75rem; }
  .stat strong { font-size:2rem; }
  .stat span { font-size:.9rem; }
  .trust-section { padding:2rem 0; }
  .trust-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
  .trust-item { min-width:0; padding:.75rem .25rem; }
  .trust-item span,.trust-note { font-size:.9rem; }
  .cta { padding:2rem 16px; }
  .cta h2 { font-size:1.5rem; }
  .cta p { font-size:1rem; }
  .cta .button { width:100%; min-height:48px; justify-content:center; }
}

/* Final mobile baseline: shared type, spacing, controls, and media rhythm. */
@media (max-width:768px) {
  body { font-size:16px; line-height:1.7; }
  p { font-size:.95rem; line-height:1.7; margin-bottom:1rem; }
  h1 { font-size:1.5rem; line-height:1.3; }
  h2 { font-size:1.25rem; line-height:1.35; }
  h3 { font-size:1.05rem; line-height:1.4; }
  h4 { font-size:.95rem; }
  .section { padding:2.5rem 0; }
  .heading-row { margin-bottom:1.5rem; }
  .cards,.stats,.steps { gap:1rem; }
  .card { padding:1rem; }
  .button { min-height:44px; padding:10px 18px; border-radius:4px; font-size:.88rem; }
  .button.primary { font-weight:600; }
  .hero-actions,.cta-buttons { flex-direction:column; gap:10px; }
  .hero-actions .button,.cta-buttons .button { width:100%; justify-content:center; }
  input,select,textarea { width:100%; min-height:44px; padding:10px 12px; font-size:1rem; }
  textarea { min-height:100px; }
  label,.contact-expanded label { margin-bottom:4px; font-size:.88rem; font-weight:600; }
  .form-row,.form-grid { grid-template-columns:1fr; gap:.75rem; }
  img { max-width:100%; height:auto; }
  .img-container,.img-container-card,.img-container-detail { aspect-ratio:4 / 3; overflow:hidden; }
  .img-container img,.img-container-card img,.img-container-detail img { width:100%; height:100%; object-fit:cover; }
  /* Preserve deliberately larger conversion headings and the compact CTA bar. */
  .home-hero h1 { font-size:1.6rem; }
  .product-detail-copy h1 { font-size:1.4rem; }
  .cta h2 { font-size:1.4rem; }
  .mobile-cta-bar .button { min-height:50px; padding:0; }
}

/* Product FAQs are semantic details elements for crawlable answers and compact reading. */
.product-faq { margin:0 auto; }
.product-faq h2 { font-size:1.3rem; margin-bottom:1rem; }
.product-faq .faq-list { margin-top:1rem; }
.product-faq .faq-item { margin-bottom:8px; border:1px solid var(--line); border-radius:6px; background:#fff; }
.product-faq .faq-item summary { padding:14px 48px 14px 16px; position:relative; cursor:pointer; color:var(--navy); font-size:.95rem; font-weight:600; list-style:none; }
.product-faq .faq-item summary::-webkit-details-marker { display:none; }
.product-faq .faq-item summary::after { content:'+'; position:absolute; top:50%; right:16px; transform:translateY(-50%); color:var(--steel); font-size:1.2rem; font-weight:400; }
.product-faq .faq-item[open] summary::after { content:'−'; }
.product-faq .faq-answer { padding:0 16px 14px; color:#475569; font-size:.92rem; line-height:1.7; }
.product-faq .faq-answer p { margin:0; color:inherit; font-size:inherit; line-height:inherit; }
.category-intro { padding:2rem 0; border-bottom:1px solid var(--line); background:var(--wash); }
.category-intro h2 { font-size:1.35rem; }
.category-intro p { max-width:760px; margin:.6rem 0 0; }
.resource-detail-hero { padding:5.5rem 0 3.5rem; }
.resource-article { max-width:920px; }
.resource-article .shell { max-width:820px; }
.resource-article img { display:block; width:100%; margin:0 0 2rem; aspect-ratio:16 / 9; object-fit:cover; }
.resource-article h2 { margin:2.2rem 0 .8rem; font-size:1.55rem; }
.resource-article h3 { margin:1.5rem 0 .5rem; }
.resource-article li { color:var(--muted); line-height:1.7; margin:.45rem 0; }
.article-author { margin:1rem 0 0; font-size:.9rem; color:var(--muted); }
.article-author a { color:inherit; text-decoration:underline; text-underline-offset:3px; }
.resource-cta { margin:2.5rem 0 0; padding:1.5rem; border:1px solid var(--line); background:var(--wash); }
.resource-cta h2 { margin:0 0 .6rem; font-size:1.3rem; }
.resource-cta .text-link { display:inline-block; margin:1rem 0 0 1rem; }
@media (max-width:768px) {
  .product-faq .faq-item summary { padding:12px 42px 12px 14px; font-size:.9rem; }
  .product-faq .faq-answer { padding:0 14px 12px; font-size:.88rem; }
  .category-intro { padding:1.5rem 0; }
  .resource-detail-hero { padding:3rem 0 2.5rem; }
  .resource-article h2 { font-size:1.3rem; }
  .resource-cta .button,.resource-cta .text-link { width:100%; margin:1rem 0 0; justify-content:center; }
}

@media (max-width:480px) {
  .shell { padding-left:16px; padding-right:16px; }
  .home-equipment .cards,.stats { grid-template-columns:1fr; }
  main[data-ssr-page="about"] .timeline { grid-template-columns:1fr; }
  .hero { min-height:480px; }
  .cards,.catalog-grid { grid-template-columns:1fr; }
  .card-links { flex-direction:column; align-items:stretch; }
  .card-links a { min-height:40px; justify-content:space-between; }
  .thumbnail { flex-basis:76px; }
  .detail-breadcrumbs { overflow-x:auto; white-space:nowrap; font-size:.8rem; }
  .trust-bar { flex-direction:column; align-items:flex-start; }
  .pagination { flex-wrap:wrap; }
  .catalog-filter-toggle { min-height:44px; font-size:.8rem; }
  .catalog-card .card-links { flex-direction:row; align-items:center; }
  .pagination-pages { display:none; }
  .pagination-mobile { display:inline; }
  .home-equipment .cards { grid-template-columns:1fr; }
  .home-equipment .card-links { flex-direction:row; align-items:center; }
  .home-equipment .card-links a { width:auto; flex:1; justify-content:center; }
  .home-hero .machine-line { display:none; }
}

/* Product detail conversion and gallery refinements. */
.product-spec-tags { display:flex; flex-wrap:wrap; gap:.5rem; margin:.25rem 0 .8rem; }
.product-spec-tags .spec { display:inline-flex; align-items:center; min-height:26px; padding:.28rem .48rem; border:1px solid var(--line); background:var(--wash); color:var(--steel); font-size:.68rem; }
.product-tagline { margin:0 0 1rem; font-size:1rem !important; color:var(--ink) !important; }
.product-actions { margin-top:1.25rem; }
.gallery-main.img-container-detail { aspect-ratio:1 / 1; background:var(--wash); }
.gallery-main.img-container-detail img { aspect-ratio:auto; }
.thumbnail { flex-basis:60px; width:60px; height:60px; }
.thumbnail img { height:100%; aspect-ratio:1 / 1; }
.thumbnail.active { border:2px solid var(--steel); }
.inquiry-form h2 { font-size:1.1rem; margin:0 0 .55rem; }
.feature-list { margin:1.5rem 0 0; padding:0; list-style:none; }
.feature-item h3 { margin:0 0 .3rem; font-size:.95rem; }
.feature-item i { border-radius:50%; font-family:Inter,Arial,sans-serif; font-size:.85rem; font-weight:800; }
.app-tags { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.25rem; }
.app-tag { display:inline-flex; align-items:center; min-height:38px; border:1px solid var(--line); border-radius:999px; padding:.5rem 1rem; color:var(--steel); font-size:.84rem; font-weight:700; transition:background .18s,border-color .18s,color .18s; }
.app-tag:hover,.app-tag:focus-visible { border-color:var(--steel); background:var(--steel); color:#fff; }
.related-products { grid-template-columns:repeat(3,minmax(0,1fr)); }
.related-products .card { display:flex; flex-direction:column; min-width:0; }
.related-products .card-links { margin-top:auto; }
.related-products-eyebrow { margin-bottom:8px; }
.related-products-title { margin-top:0; }
.related-products .related-product-name { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.related-products .related-product-description { display:-webkit-box; overflow:hidden; min-height:0; line-height:1.5; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.related-products .related-product-actions { display:flex; align-items:center; gap:12px; }
.related-products .related-product-actions > a { min-width:0; white-space:nowrap; }
.feature-list { align-items:stretch; }
.feature-item { display:flex; height:100%; }
.feature-item > div { display:flex; flex:1; flex-direction:column; min-width:0; }
.feature-item i { align-self:flex-start; flex:0 0 28px; width:28px; height:28px; }
.feature-item .feature-description { display:-webkit-box; overflow:hidden; margin:0; line-height:1.5; -webkit-box-orient:vertical; -webkit-line-clamp:5; }
.feature-item h3 { display:-webkit-box; overflow:hidden; line-height:1.5; -webkit-box-orient:vertical; -webkit-line-clamp:5; }
.spec-table caption { padding:.7rem .85rem; caption-side:top; color:var(--navy); font-size:.85rem; font-weight:700; text-align:left; }

@media (max-width:768px) {
  .product-actions { flex-direction:column; align-items:stretch; }
  .product-actions .button { width:100%; justify-content:center; }
  .gallery-main.img-container-detail { aspect-ratio:4 / 3; }
  .thumbnails { gap:.5rem; }
  .thumbnail { flex-basis:60px; }
  .app-tags { flex-wrap:nowrap; overflow-x:auto; padding-bottom:.35rem; -webkit-overflow-scrolling:touch; }
  .app-tag { flex:0 0 auto; font-size:.85rem; }
  /* Mobile baseline: readable type, generous targets, and only tables may scroll horizontally. */
  body { overflow-x:hidden; }
  p,.card p,.product-detail-copy p { font-size:1rem; line-height:1.7; }
  h1 { font-size:clamp(1.6rem,8vw,2.25rem); }
  h2,.section > .shell > h2,.section > .shell > .heading-row h2 { font-size:1.3rem; }
  h3,.content-card h3,.media-card h3,.resource-card h3 { font-size:1.1rem; }
  .eyebrow,.spec,.catalog-category,.catalog-capacity,.filter-group h4,.form-note,.inquiry-form > p { font-size:.85rem; }
  .section { padding:3rem 0; }
  .home-equipment .home-product-description {
    margin-top:8px;
    margin-bottom:12px;
    font-size:.88rem;
    line-height:1.5;
    color:#64748b;
    -webkit-line-clamp:2;
  }
  .home-equipment .card {
    padding:16px;
    margin-bottom:16px;
  }
  .home-equipment .card .img-container-card {
    aspect-ratio:4 / 3;
    margin-bottom:12px;
  }
  .home-equipment .card h3 {
    font-size:1.1rem;
    margin-bottom:4px;
  }
  .cards,.catalog-grid,.content-grid,.resource-grid { gap:1rem; }
  .hero-actions,.card-links,.product-actions { gap:.75rem; }
  .button,.catalog-card .button.small,.home-equipment .card-links .button.small { width:100%; min-height:48px; justify-content:center; padding:.75rem 1.25rem; font-size:1rem; }
  input,select,textarea { width:100%; min-height:44px; font-size:1rem; }
  label,.contact-expanded label { font-size:.9rem; }
  .spec-table-wrap,.table-responsive { overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .spec-table th,.spec-table td,table th,table td { padding:6px 8px; font-size:.8rem; }
  .gallery-main img,.img-container img,.product-feature img,.catalog-card .card-img img { width:100%; aspect-ratio:4 / 3; object-fit:cover; }
  .footer-grid { grid-template-columns:1fr; gap:1.5rem; }
  .footer a,.footer p { min-height:0; font-size:.9rem; line-height:1.5; margin:.35rem 0; padding:.2rem 0; }
  .detail-breadcrumbs,.breadcrumbs { overflow-x:auto; white-space:nowrap; font-size:.8rem; }
  /* Product list keeps its dense comparison layout while retaining touch-safe controls. */
  .catalog-filter-toggle { display:inline-flex; width:100%; min-height:44px; margin:0; font-size:.9rem; }
  .catalog-filter-close { width:44px; height:44px; }
  .catalog-filter .filter-tag { min-height:44px; font-size:.85rem; }
  .catalog-results-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .catalog-card .card-body { padding:.75rem .75rem .4rem; }
  .catalog-card h3 { display:-webkit-box; overflow:hidden; margin:0 0 .45rem; font-size:.95rem; line-height:1.3; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
  .catalog-card .card-tagline { display:-webkit-box; min-height:0; overflow:hidden; font-size:.8rem; line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
  .catalog-card .card-spec { font-size:.75rem; }
  .catalog-card .card-links { gap:.5rem; padding:.7rem .75rem .75rem; }
  .catalog-card .button.small { width:auto; min-height:36px; padding:.4rem .55rem; font-size:.75rem; white-space:nowrap; }
  .catalog-card .text-link { min-height:36px; font-size:.75rem; white-space:nowrap; }
  .pagination { gap:.5rem; }
  .pagination a,.pagination-pages a,.pagination-pages .current { min-height:40px; }
  /* Product detail uses a focused mobile reading and enquiry flow. */
  .product-detail-copy h1 { font-size:1.4rem; }
  .product-spec-tags .spec { min-height:32px; font-size:.9rem; }
  .product-tagline { font-size:1rem !important; }
  .gallery-main.img-container-detail { width:100%; aspect-ratio:4 / 3; }
  .thumbnails { overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .thumbnail { flex:0 0 60px; width:60px; height:60px; }
  .feature-list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:.75rem; }
  .feature-item { min-height:44px; padding:.75rem; }
  .feature-item h3 { font-size:.9rem; -webkit-line-clamp:4; }
  .app-tags { flex-wrap:wrap; overflow:visible; padding-bottom:0; }
  .app-tag { padding:4px 12px; border-radius:999px; }
  .inquiry-form { width:100%; padding:1rem; }
  .inquiry-form form,.inquiry-form .form-row { width:100%; }
  .related-products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .related-products .card { min-width:0; }
  .related-products .img-container { aspect-ratio:4 / 3; }
  .related-products .related-product-description { -webkit-line-clamp:2; }
  .related-products .card-links { flex-direction:column; align-items:stretch; }
  .related-products .card-links .button.small { width:100%; min-height:36px; }
  /* Home page mobile rhythm keeps the primary path readable from hero to enquiry. */
  .home-hero { min-height:auto; padding:4rem 0 3rem; }
  .home-hero .content { padding:0 16px; }
  .home-hero h1 { font-size:1.6rem; }
  .home-hero p { font-size:1rem; }
  .home-hero .hero-actions { flex-direction:column; gap:.75rem; }
  .home-process .steps { grid-template-columns:1fr; }
  .home-process .step { padding:1.5rem 0; border-right:0; border-bottom:1px solid var(--line); }
  .home-process .step:last-child { border-bottom:0; }
  .home-process .step .num { font-size:1.5rem; }
  .home-equipment .cards { grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
  .home-equipment .card .img-container { aspect-ratio:4 / 3; }
  .industry-strip .shell { flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .industry-strip span { flex:0 0 auto; padding:6px 14px; font-size:.8rem; }
  .solution { grid-template-columns:1fr; }
  .solution .process-image { order:0; aspect-ratio:16 / 9; }
  .solution-copy { padding:2rem 16px; }
  .stats { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .stat strong { font-size:1.8rem; }
  .stat span { font-size:.8rem; }
  .trust-grid { display:flex; flex-wrap:wrap; gap:1rem; }
  .trust-item { flex:1 1 45%; min-width:45%; }
  .cta { padding:3rem 16px; }
  .cta h2 { font-size:1.4rem; }
  /* CMS content pages share one responsive rhythm across About, Contact, Custom, Industries, and Resources. */
  main[data-ssr-page="about"] .rich-text,main[data-ssr-page="contact"] .rich-text,main[data-ssr-page="custom"] .rich-text,main[data-ssr-page="industries"] .rich-text,main[data-ssr-page="resources"] .rich-text { font-size:1rem; line-height:1.7; }
  main[data-ssr-page] .rich-text img,main[data-ssr-page] .rich-text iframe,main[data-ssr-page] .media-card img,main[data-ssr-page] .resource-card img,main[data-ssr-page] .industry-row img { width:100%; max-width:100%; height:auto; }
  main[data-ssr-page] .rich-text iframe { min-height:250px; }
  main[data-ssr-page] .rich-text table { display:block; max-width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
  main[data-ssr-page="contact"] .contact-grid { grid-template-columns:1fr; }
  main[data-ssr-page="contact"] .contact-panel a { display:flex; align-items:center; min-height:44px; font-size:1rem; }
  main[data-ssr-page="contact"] .contact-expanded form { width:100%; }
  main[data-ssr-page="industries"] .industry-row { grid-template-columns:1fr; gap:1.25rem; padding:2rem 0; }
  main[data-ssr-page="industries"] .industry-row img { aspect-ratio:16 / 9; object-fit:cover; }
  main[data-ssr-page="resources"] .resource-grid { grid-template-columns:1fr; }
  main[data-ssr-page="resources"] .resource-card img { aspect-ratio:16 / 9; object-fit:cover; }
  main[data-ssr-page="resources"] .resource-card .text-link { min-height:44px; align-items:center; }
  main[data-ssr-page="about"] .timeline { grid-template-columns:repeat(2,minmax(0,1fr)); }
  main[data-ssr-page="custom"] .detailed-steps { grid-template-columns:1fr; }
  main[data-ssr-page="custom"] .detailed-steps .step { padding:1.5rem 0; }
  /* Mobile controls: clear navy menu, deliberate CTA hierarchy, compact card actions. */
  /* Keep the mobile drawer above its overlay so navigation links remain clickable. */
  html,body { overflow-x:hidden; }
  header.site-header { z-index:60; }
  .menu { border-color:var(--line); background:#fff; color:var(--navy); box-shadow:none; }
  .menu::before { color:var(--navy); }
  .menu.open { border-color:var(--navy); background:#fff; color:var(--navy); }
  .menu.open::before { color:var(--navy); }
  .nav-overlay { z-index:59; background:rgba(255,255,255,.94); }
  header.site-header .nav { z-index:61; }
  .hero-actions .button,.product-actions .button,.cta .button,.solution-copy .button,form .button[type="submit"],.empty-state .button,.catalog-filter-results { width:100%; min-height:48px; justify-content:center; }
  .card-links { align-items:center; }
  .card-links .button.small,.related-products .card-links .button.small,.home-equipment .card-links .button.small,.catalog-card .button.small { width:auto; min-height:38px; padding:.45rem .65rem; font-size:.78rem; line-height:1.1; }
  .card-links > a:not(.button) { width:auto; min-height:38px; padding:0; color:var(--steel); font-size:.8rem; white-space:nowrap; }
  .home-equipment .card-links,.catalog-card .card-links { flex-direction:row; align-items:center; justify-content:space-between; }
  .home-equipment .card-links a,.catalog-card .card-links a { flex:0 1 auto; }
  .related-products .card-links:not(.related-product-actions) { flex-direction:row; align-items:center; justify-content:space-between; }
  .related-products .card-links:not(.related-product-actions) .button.small { width:auto; }
  .industry-links .button.secondary { width:100%; min-height:48px; justify-content:center; border-color:var(--navy); background:#fff; color:var(--navy); }
  .app-tag { color:var(--navy); border-color:#b8c5d2; background:#fff; }
  .app-tag:active { border-color:var(--steel); background:var(--steel); color:#fff; }
  /* Related product actions need full-width rows in the narrow two-card grid. */
  .related-products .related-product-actions {
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    margin-top:12px;
  }
  .related-products .related-product-actions > a,
  .related-products .related-product-actions > a:not(.button),
  .related-products .related-product-actions > .button.small {
    box-sizing:border-box;
    display:inline-flex;
    width:100%;
    min-height:40px;
    height:40px;
    padding:8px 12px;
    align-items:center;
    justify-content:center;
    line-height:1.2;
    text-align:center;
    white-space:nowrap;
    font-size:.82rem;
  }
  .feature-item .feature-description { font-size:.88rem; -webkit-line-clamp:4; }

  /* Catalog cards stay legible in the two-column mobile grid. */
  .catalog-card .card-category {
    max-width:100%;
    margin-bottom:.45rem;
    overflow-wrap:anywhere;
    font-size:.7rem;
    white-space:normal;
    white-space:normal;
    padding:4px 8px;
    font-size:.7rem;
    line-height:1.25;
  }
  .catalog-card h3 {
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .catalog-card .card-links {
    flex-direction:column;
    align-items:stretch;
    gap:.6rem;
  }
  .catalog-card .card-links > a,
  .catalog-card .card-links > a:not(.button),
  .catalog-card .card-links .button.small {
    box-sizing:border-box;
    width:100%;
    min-height:48px;
    padding:.6rem .3rem;
    justify-content:center;
    white-space:nowrap;
    text-align:center;
    font-size:.7rem;
    letter-spacing:.15px;
    line-height:1.2;
  }

  /* Footer is a compact link directory, not a stack of full-height buttons. */
  .footer { padding:32px 0 20px; }
  .footer-grid { gap:1.5rem; }
  .footer-column h4,.footer-grid > div > h4 {
    margin:1.2rem 0 .5rem;
    font-size:.75rem;
    line-height:1.3;
  }
  .footer-grid > div:first-child h4 { margin-top:0; }
  .footer a,.footer p {
    min-height:0;
    font-size:.9rem;
    line-height:1.5;
    margin:.35rem 0;
    padding:.2rem 0;
  }
  .footer-about p { margin:.35rem 0; }
  .footer [data-company-contact] { display:grid; gap:6px; }
  .footer [data-company-contact] a,.footer [data-company-contact] p { margin:.35rem 0; }
  .footer-bottom { margin-top:20px; padding-top:12px; }

}

@media (max-width:480px) {
  .home-equipment .card-links .home-product-details { padding-right:8px !important; }
  .home-equipment .card-links,.catalog-card .card-links,.related-products .card-links { gap:.45rem; }
  .card-links .button.small,.related-products .card-links .button.small,.home-equipment .card-links .button.small,.catalog-card .button.small { min-height:36px; padding:.4rem .5rem; font-size:.72rem; }
  .card-links > a:not(.button) { font-size:.74rem; }
}

/* Catalog cards use one predictable reading rhythm at every viewport. */
.catalog-results-grid { align-items:stretch; }
.catalog-card { height:100%; }
.catalog-card .card-spec {
  color:#2563eb;
  font-family:inherit;
  font-size:.8rem;
  font-weight:600;
  letter-spacing:.2px;
}
.catalog-card .card-tagline {
  display:-webkit-box;
  overflow:hidden;
  min-height:0;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.catalog-card .card-links { margin-top:auto; }

@media (max-width:768px) {
  .catalog-card .card-tagline { -webkit-line-clamp:2; }
  .catalog-card .card-links {
    flex-direction:column;
    align-items:stretch;
    gap:.5rem;
  }
  .catalog-card .card-links > a,
  .catalog-card .card-links > a:not(.button),
  .catalog-card .card-links .button.small {
    display:inline-flex;
    box-sizing:border-box;
    width:100%;
    min-height:44px;
    padding:.55rem .45rem;
    align-items:center;
    justify-content:center;
    font-size:.82rem;
    line-height:1.2;
    text-align:center;
    white-space:nowrap;
  }
}

/* Final mobile baseline: authoritative shared reading and control rhythm. */
@media (max-width:768px) {
  body { font-size:16px; line-height:1.7; }
  p { font-size:.95rem; line-height:1.7; margin-bottom:1rem; }
  h1 { font-size:1.5rem; line-height:1.3; }
  h2 { font-size:1.25rem; line-height:1.35; }
  h3 { font-size:1.05rem; line-height:1.4; }
  h4 { font-size:.95rem; }
  .section { padding:2.5rem 0; }
  .heading-row { margin-bottom:1.5rem; }
  .cards,.stats,.steps { gap:1rem; }
  .card { padding:1rem; }
  .button { min-height:44px; padding:10px 18px; border-radius:4px; font-size:.88rem; }
  .button.primary { font-weight:600; }
  .hero-actions,.cta-buttons { flex-direction:column; gap:10px; }
  .hero-actions .button,.cta-buttons .button { width:100%; justify-content:center; }
  input,select,textarea { width:100%; min-height:44px; padding:10px 12px; font-size:1rem; }
  textarea { min-height:100px; }
  label,.contact-expanded label { margin-bottom:4px; font-size:.88rem; font-weight:600; }
  .form-row,.form-grid { grid-template-columns:1fr; gap:.75rem; }
  img { max-width:100%; height:auto; }
  .img-container,.img-container-card,.img-container-detail { aspect-ratio:4 / 3; overflow:hidden; }
  .img-container img,.img-container-card img,.img-container-detail img { width:100%; height:100%; object-fit:cover; }
  .home-hero h1 { font-size:1.6rem; }
  .product-detail-copy h1 { font-size:1.4rem; }
  .cta h2 { font-size:1.4rem; }
  .mobile-cta-bar .button { min-height:50px; padding:0; }
}
