:root {
  --ink: #101820;
  --ink-2: #17232d;
  --steel: #526371;
  --mist: #eef1f2;
  --paper: #f8f8f5;
  --white: #ffffff;
  --accent: #df6b2f;
  --accent-light: #f18448;
  --blue: #2a637d;
  --line: rgba(16, 24, 32, .14);
  --heading: "Arial Narrow", "Bahnschrift Condensed", Impact, sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --container: min(1180px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(16, 24, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.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; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--white); transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(16,24,32,.96); border-color: rgba(255,255,255,.08); box-shadow: 0 8px 30px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.site-header.page-header { position: absolute; }
.site-header.page-header.scrolled { position: fixed; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--accent); color: var(--white); font: 700 24px/1 var(--heading); clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%); }
.brand-name { font: 700 27px/1 var(--heading); letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; opacity: .78; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 20px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav > a:hover, .site-nav > a.active { opacity: 1; }
.site-nav > a:hover::after, .site-nav > a.active::after { transform: scaleX(1); }
.nav-cta { margin-left: 6px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.38); transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; background: transparent; border: 1px solid rgba(255,255,255,.3); color: white; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 820px; padding: 152px 0 86px; overflow: hidden; color: var(--white); background: linear-gradient(120deg, #0c141b 0%, #17252f 58%, #1d3440 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; top: 8%; right: -12%; border: 120px solid rgba(42,99,125,.16); border-radius: 50%; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 220px; background: linear-gradient(transparent, rgba(5,9,12,.38)); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr); align-items: center; gap: 76px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; color: #bac5cb; }
.eyebrow span { display: block; width: 30px; height: 2px; background: var(--accent); }
.eyebrow.dark { color: var(--steel); }
.hero h1 { max-width: 760px; margin: 0; font: 600 clamp(64px, 7vw, 102px)/.91 var(--heading); letter-spacing: -.025em; text-transform: uppercase; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #c4cdd2; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 54px; padding: 0 23px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--white); }
.button-primary:hover { background: var(--accent-light); }
.button-secondary { border-color: rgba(255,255,255,.34); color: var(--white); }
.button-secondary:hover { border-color: var(--white); }
.hero-stats { display: flex; gap: 0; margin: 60px 0 0; }
.hero-stats div { min-width: 145px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-stats div:first-child { padding-left: 0; border-left: 0; }
.hero-stats dt { font: 600 25px/1 var(--heading); text-transform: uppercase; }
.hero-stats dd { margin: 8px 0 0; color: #8fa0a9; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-panel { position: relative; min-height: 535px; padding: 24px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); box-shadow: 0 30px 100px rgba(0,0,0,.22); backdrop-filter: blur(4px); }
.panel-topline, .panel-footer { display: flex; justify-content: space-between; gap: 20px; color: #8fa1aa; font: 600 10px/1 var(--body); letter-spacing: .15em; }
.machine-frame { position: relative; height: 415px; display: grid; place-items: center; overflow: hidden; }
.machine-frame::before, .machine-frame::after { content: ""; position: absolute; background: rgba(255,255,255,.14); }
.machine-frame::before { width: 1px; height: 100%; }
.machine-frame::after { width: 100%; height: 1px; }
.machine-orbit { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.orbit-one { width: 295px; height: 295px; animation: pulse 4s ease-in-out infinite; }
.orbit-two { width: 210px; height: 210px; border-style: dashed; border-color: rgba(223,107,47,.48); animation: spin 22s linear infinite; }
.machine-core { position: relative; z-index: 2; width: 132px; height: 132px; display: grid; align-content: center; place-items: center; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 18px rgba(223,107,47,.1), 0 16px 50px rgba(0,0,0,.3); }
.machine-core span { font: 700 34px/1 var(--heading); }
.machine-core small { margin-top: 9px; font-size: 8px; line-height: 1.35; text-align: center; letter-spacing: .16em; }
.measure-line { position: absolute; color: #788b95; font-size: 8px; letter-spacing: .14em; }
.measure-x { width: 80%; height: 12px; border-inline: 1px solid #51646e; border-top: 1px solid #51646e; top: 42px; text-align: center; }
.measure-x span { position: relative; top: -9px; padding: 0 10px; background: var(--ink-2); }
.measure-y { height: 70%; width: 12px; border-block: 1px solid #51646e; border-left: 1px solid #51646e; left: 42px; }
.measure-y span { position: absolute; top: 42%; left: -23px; padding: 5px 0; background: var(--ink-2); transform: rotate(-90deg); }
.panel-footer span { display: flex; align-items: center; gap: 8px; }
.panel-footer i { width: 6px; height: 6px; border-radius: 50%; background: #6aa486; box-shadow: 0 0 0 4px rgba(106,164,134,.12); }

.capability-strip { position: relative; z-index: 3; padding: 17px 0; background: var(--accent); color: var(--white); overflow: hidden; }
.capability-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; white-space: nowrap; font: 600 13px/1 var(--heading); text-transform: uppercase; letter-spacing: .1em; }
.capability-row b { opacity: .55; }
.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 100px; margin-bottom: 56px; }
.section-heading h2, .process-copy h2, .cta-inner h2 { margin: 0; font: 600 clamp(46px, 5vw, 68px)/.98 var(--heading); text-transform: uppercase; letter-spacing: -.02em; }
.section-heading > p { margin: 0 0 4px; color: var(--steel); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { position: relative; min-height: 410px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); transition: background .25s, transform .25s, box-shadow .25s; }
.product-card:hover { z-index: 2; background: var(--white); transform: translateY(-6px); box-shadow: var(--shadow); }
.card-number { position: absolute; top: 27px; right: 28px; color: #92a0a8; font: 600 13px/1 var(--heading); }
.product-icon { width: 82px; height: 82px; margin: 50px 0 34px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--mist); color: var(--blue); font: 600 24px/1 var(--heading); letter-spacing: .08em; clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%); }
.product-card h3 { margin: 0 0 14px; font: 600 29px/1.1 var(--heading); text-transform: uppercase; }
.product-card p { margin: 0; color: var(--steel); font-size: 14px; }
.card-link { position: absolute; bottom: 34px; left: 38px; color: var(--accent); font-size: 12px; font-weight: 700; }
.product-card-visual { min-height: 585px; padding: 26px 28px 34px; }
.product-card-visual .card-number { top: 24px; right: 25px; z-index: 2; padding: 7px 9px; background: rgba(255,255,255,.9); }
.product-card-image { height: 260px; margin-bottom: 23px; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 1px solid rgba(16,24,32,.08); }
.product-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.product-card-visual:hover .product-card-image img { transform: scale(1.035); }
.product-card-range { margin: 0 0 12px !important; color: var(--accent) !important; font: 600 10px/1 var(--heading); letter-spacing: .13em; }
.product-card-visual h3 { font-size: 27px; }
.product-card-visual .card-link { left: 28px; }

.process-section { background: var(--ink); color: var(--white); }
.process-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.process-copy p:not(.eyebrow) { max-width: 520px; margin: 28px 0; color: #aab5bb; }
.text-link { display: inline-flex; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 7px; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--accent); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list li > span { color: var(--accent); font: 600 14px/1.4 var(--heading); }
.process-list h3 { margin: 0 0 7px; font: 600 26px/1 var(--heading); text-transform: uppercase; }
.process-list p { margin: 0; color: #8fa0a9; font-size: 13px; }

.trust-section { padding-block: 90px; background: var(--mist); }
.trust-layout { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.trust-statement { display: flex; gap: 24px; }
.quote-mark { color: var(--accent); font: 700 70px/1 var(--heading); }
.trust-statement blockquote { max-width: 800px; margin: 7px 0 0; font: 500 clamp(31px, 4vw, 48px)/1.15 var(--heading); text-transform: uppercase; }
.trust-person { display: flex; align-items: center; gap: 14px; min-width: 240px; }
.person-monogram { width: 52px; height: 52px; display: grid; place-items: center; background: var(--ink); color: var(--white); font: 600 19px/1 var(--heading); }
.trust-person strong, .trust-person span { display: block; }
.trust-person strong { font-size: 13px; }
.trust-person span { margin-top: 3px; color: var(--steel); font-size: 11px; }
.cta-section { padding: 80px 0; background: var(--blue); color: var(--white); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.cta-inner h2 { max-width: 800px; }
.cta-inner p:not(.eyebrow) { margin: 18px 0 0; color: #c8d8df; }
.button-light { border-color: rgba(255,255,255,.35); background: var(--white); color: var(--ink); white-space: nowrap; }

.site-footer { padding: 70px 0 26px; background: #0b1116; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.6fr .65fr 1fr; gap: 80px; padding-bottom: 54px; }
.footer-brand { margin-bottom: 22px; }
.footer-main p, .footer-main span, .footer-main a:not(.brand) { color: #84939b; font-size: 12px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links strong, .footer-contact strong { margin-bottom: 10px; color: var(--white); font: 600 15px/1 var(--heading); text-transform: uppercase; letter-spacing: .08em; }
.footer-links a:hover, .footer-contact a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); color: #65747c; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

/* Interior pages */
.page-hero { position: relative; min-height: 590px; padding: 175px 0 92px; overflow: hidden; background: linear-gradient(112deg, #0c141b 0%, #172833 72%, #253b45 100%); color: var(--white); }
.page-hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: 6%; bottom: -58%; border: 80px solid rgba(223,107,47,.12); border-radius: 50%; }
.page-hero-blue { background: linear-gradient(112deg, #101820 0%, #163444 68%, #21516a 100%); }
.about-hero { background: linear-gradient(115deg, #0d151b 0%, #20313a 62%, #433527 120%); }
.contact-hero { background: linear-gradient(115deg, #0c141b 0%, #142731 65%, #2a637d 145%); }
.page-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.page-hero-inner { position: relative; z-index: 2; }
.breadcrumb { display: flex; gap: 10px; margin: 0 0 44px; color: #7f929d; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumb a:hover { color: var(--white); }
.page-hero h1 { max-width: 940px; margin: 0; font: 600 clamp(60px, 7vw, 92px)/.94 var(--heading); text-transform: uppercase; letter-spacing: -.025em; }
.page-hero-inner > p:last-child { max-width: 680px; margin: 28px 0 0; color: #b7c4ca; font-size: 16px; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-card { position: relative; min-height: 760px; padding: 36px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); }
.catalog-card:hover { background: var(--white); }
.catalog-index { position: absolute; top: 32px; right: 32px; color: #87959d; font: 600 13px/1 var(--heading); }
.catalog-code { width: 72px; height: 72px; display: grid; place-items: center; margin: 38px 0 30px; background: var(--mist); color: var(--blue); font: 600 18px/1 var(--heading); letter-spacing: .06em; }
.catalog-gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8px; align-items: end; margin: 28px 0 24px; }
.catalog-image { width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 1px solid rgba(16,24,32,.08); }
.catalog-image-secondary { opacity: .92; }
.catalog-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.catalog-card:hover .catalog-image img { transform: scale(1.035); }
.product-range { margin: 0 0 18px !important; color: var(--accent) !important; font: 600 12px/1 var(--heading); letter-spacing: .13em; }
.catalog-card h3 { margin: 0 0 15px; font: 600 29px/1.05 var(--heading); text-transform: uppercase; }
.catalog-card > p { color: var(--steel); font-size: 13px; }
.catalog-card ul { margin: 20px 0 24px; padding: 0; list-style: none; color: #465660; font-size: 12px; }
.catalog-card li { padding: 5px 0; border-bottom: 1px solid var(--line); }
.catalog-card li::before { content: "+"; margin-right: 9px; color: var(--accent); }
.catalog-card > a { margin-top: auto; padding-top: 18px; color: var(--accent); font-size: 12px; font-weight: 700; }
.highlight-card { background: var(--ink); color: var(--white); }
.highlight-card:hover { background: var(--ink-2); }
.highlight-card .catalog-code { background: var(--accent); color: var(--white); }
.highlight-card > p, .highlight-card ul { color: #9eabb2; }
.highlight-card li { border-color: rgba(255,255,255,.13); }
.temporary-image-note { max-width: 820px; margin: 24px 0 0; color: #7c8b93; font-size: 10px; line-height: 1.7; }
.spec-section { padding: 90px 0; background: var(--ink); color: var(--white); }
.spec-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.spec-layout h2 { margin: 0; font: 600 clamp(43px, 5vw, 64px)/.98 var(--heading); text-transform: uppercase; }
.spec-intro { max-width: 470px; margin-top: 24px; color: #90a0a8; font-size: 13px; }
.spec-list { display: grid; grid-template-columns: 44px 1fr; border-top: 1px solid rgba(255,255,255,.15); }
.spec-list > * { padding-block: 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
.spec-list > span { color: var(--accent); font: 600 13px/1.8 var(--heading); }
.spec-list p { margin: 0; color: #8fa0a9; font-size: 13px; }
.spec-list strong { display: block; margin-bottom: 3px; color: var(--white); font-size: 15px; }
.comparison-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.16); }
.comparison-table { width: 100%; min-width: 660px; border-collapse: collapse; font-size: 12px; }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; vertical-align: top; }
.comparison-table thead th { background: rgba(255,255,255,.05); color: #8fa0a9; font: 600 11px/1.25 var(--heading); letter-spacing: .08em; text-transform: uppercase; }
.comparison-table tbody th { color: var(--accent); font: 600 13px/1.35 var(--heading); white-space: nowrap; }
.comparison-table td { color: #c0c9ce; }
.reference-note { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #788990; font-size: 10px; line-height: 1.7; }
.welding-guide { background: var(--mist); }
.light-table { border-color: var(--line); background: var(--white); }
.light-table .comparison-table th, .light-table .comparison-table td { border-color: var(--line); }
.light-table .comparison-table thead th { background: #e7ecee; color: #4a5b64; }
.light-table .comparison-table td { color: var(--steel); }

/* Product detail pages */
.detail-hero { position: relative; overflow: hidden; padding: 138px 0 86px; background: linear-gradient(112deg, #0c141b 0%, #172833 70%, #24414f 100%); color: var(--white); }
.detail-hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; bottom: -330px; border: 100px solid rgba(223,107,47,.1); border-radius: 50%; }
.detail-hero .container { position: relative; z-index: 2; }
.detail-hero .breadcrumb { margin-bottom: 58px; }
.detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 76px; align-items: center; }
.detail-hero-copy h1 { max-width: 720px; margin: 0; font: 600 clamp(58px, 6vw, 86px)/.93 var(--heading); text-transform: uppercase; letter-spacing: -.025em; }
.detail-lead { max-width: 630px; margin: 26px 0 12px; color: var(--white) !important; font: 500 22px/1.35 var(--heading); text-transform: uppercase; }
.detail-hero-copy > p:not(.eyebrow, .detail-lead) { max-width: 650px; color: #aebdc4; font-size: 14px; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 40px; }
.detail-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.detail-facts > div { min-height: 94px; padding: 17px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.detail-facts dt { color: #738690; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.detail-facts dd { margin: 8px 0 0; color: #dbe3e6; font: 600 14px/1.25 var(--heading); text-transform: uppercase; }
.detail-gallery { position: relative; min-height: 590px; }
.detail-image-main { width: 84%; aspect-ratio: 1; margin-left: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #f7f8f6; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.detail-image-main img, .detail-image-alt img { width: 100%; height: 100%; object-fit: contain; }
.detail-image-alt { position: absolute; left: 0; bottom: 40px; width: 39%; aspect-ratio: 1; overflow: hidden; border: 8px solid var(--ink-2); background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.3); }
.detail-gallery > p { width: 74%; margin: 17px 0 0 auto; color: #71858f; font-size: 9px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
.detail-two-column { display: grid; grid-template-columns: 1.15fr .75fr; gap: 110px; align-items: start; }
.detail-overview h2, .detail-faq h2 { max-width: 760px; margin: 0 0 28px; font: 600 clamp(46px, 5vw, 68px)/.97 var(--heading); text-transform: uppercase; }
.detail-overview .detail-two-column > div > p:not(.eyebrow), .detail-faq .detail-two-column > div > p:not(.eyebrow) { max-width: 720px; color: var(--steel); }
.detail-fit-panel { padding: 34px; background: var(--white); border-top: 4px solid var(--accent); box-shadow: var(--shadow); }
.detail-fit-panel > span { color: var(--accent); font: 600 10px/1 var(--heading); letter-spacing: .14em; }
.detail-fit-panel h3 { margin: 20px 0; font: 600 30px/1 var(--heading); text-transform: uppercase; }
.detail-fit-panel ul { margin: 0 0 26px; padding: 0; list-style: none; color: var(--steel); font-size: 13px; }
.detail-fit-panel li { padding: 11px 0; border-bottom: 1px solid var(--line); }
.detail-fit-panel li::before { content: "+"; margin-right: 10px; color: var(--accent); }
.detail-fit-panel a { color: var(--accent); font-size: 12px; font-weight: 700; }
.detail-media-section { padding: 104px 0; overflow: hidden; background: var(--mist); border-top: 1px solid var(--line); }
.detail-media-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; margin-bottom: 46px; }
.detail-media-heading h2 { max-width: 760px; margin: 0; font: 600 clamp(46px, 5vw, 68px)/.97 var(--heading); text-transform: uppercase; }
.detail-media-heading > p { margin: 0 0 5px; color: var(--steel); font-size: 12px; }
.detail-media-grid { display: grid; grid-template-columns: 1.42fr .58fr; gap: 20px; align-items: stretch; }
.detail-media-grid figure { margin: 0; }
.detail-media-primary, .detail-media-secondary { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid var(--line); }
.detail-media-primary > div { min-height: 690px; flex: 1; display: grid; place-items: center; overflow: hidden; background: #fbfbf9; }
.detail-media-secondary > div { aspect-ratio: 1.08; display: grid; place-items: center; overflow: hidden; background: #fbfbf9; }
.detail-media-primary img, .detail-media-secondary img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.detail-media-primary:hover img, .detail-media-secondary:hover img { transform: scale(1.025); }
.detail-media-grid figcaption { min-height: 104px; padding: 22px 25px; display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-items: start; border-top: 1px solid var(--line); }
.detail-media-grid figcaption span { grid-row: 1 / 3; padding-top: 3px; color: var(--accent); font: 600 10px/1 var(--heading); letter-spacing: .12em; }
.detail-media-grid figcaption strong { font: 600 21px/1.1 var(--heading); text-transform: uppercase; }
.detail-media-grid figcaption small { margin-top: 5px; color: #7c8b93; font-size: 10px; }
.detail-media-side { display: grid; grid-template-rows: auto 1fr; gap: 20px; }
.detail-media-note { min-height: 250px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: var(--white); }
.detail-media-note > span { margin-bottom: auto; color: var(--accent); font: 600 10px/1 var(--heading); letter-spacing: .13em; }
.detail-media-note h3 { margin: 45px 0 14px; font: 600 28px/1 var(--heading); text-transform: uppercase; }
.detail-media-note p { margin: 0 0 24px; color: #8fa0a9; font-size: 12px; }
.detail-media-note a { color: var(--accent); font-size: 12px; font-weight: 700; }
.detail-spec-section { padding: 98px 0; background: var(--ink); color: var(--white); }
.detail-section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 100px; align-items: end; margin-bottom: 48px; }
.detail-section-heading h2 { margin: 0; font: 600 clamp(46px, 5vw, 68px)/.97 var(--heading); text-transform: uppercase; }
.detail-section-heading > p { margin: 0 0 5px; color: #8e9da5; font-size: 12px; }
.detail-spec-table { border-top: 1px solid rgba(255,255,255,.16); }
.detail-spec-table dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.detail-spec-table dl > div { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 82px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.detail-spec-table dl > div:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.16); }
.detail-spec-table dt, .detail-spec-table dd { margin: 0; padding: 20px; }
.detail-spec-table dt { color: var(--accent); font: 600 12px/1.35 var(--heading); text-transform: uppercase; }
.detail-spec-table dd { border-left: 1px solid rgba(255,255,255,.12); color: #bdc7cc; font-size: 12px; }
.application-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.application-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.32); }
.application-grid article > span { color: var(--accent); font: 600 12px/1 var(--heading); }
.application-grid h3 { margin: 110px 0 14px; font: 600 25px/1.05 var(--heading); text-transform: uppercase; }
.application-grid p { margin: 0; color: var(--steel); font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; cursor: pointer; list-style: none; font: 600 18px/1.25 var(--heading); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent); font-size: 22px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 46px 24px 0; color: var(--steel); font-size: 13px; }
.product-pagination { background: #e8edef; border-top: 1px solid var(--line); }
.product-pagination .container { display: grid; grid-template-columns: 1fr .8fr 1fr; }
.product-pagination a { min-height: 130px; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.product-pagination a:last-child { border-right: 1px solid var(--line); }
.product-pagination a:hover { background: var(--white); }
.product-pagination span { color: #7b8a92; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.product-pagination strong { margin-top: 10px; font: 600 19px/1.15 var(--heading); text-transform: uppercase; }
.product-pagination .all-products { text-align: center; }
.product-pagination .next-product { text-align: right; }

.split-statement { display: grid; grid-template-columns: 1fr .75fr; gap: 110px; align-items: start; }
.split-statement h2, .story-copy h2, .founder-copy h2, .contact-details h2 { margin: 0; font: 600 clamp(46px, 5vw, 68px)/.98 var(--heading); text-transform: uppercase; }
.split-statement > div:last-child { padding-top: 40px; color: var(--steel); }
.split-statement > div:last-child p:first-child { font-size: 18px; color: var(--ink); }
.workflow-section { padding: 104px 0; background: var(--ink); color: var(--white); }
.workflow-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 46px; }
.workflow-heading span { color: var(--accent); font-size: 10px; letter-spacing: .15em; }
.workflow-heading h2 { margin: 0; font: 600 clamp(46px, 5vw, 68px)/.98 var(--heading); text-transform: uppercase; }
.workflow-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 80px 1fr 80px; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.workflow-no { color: var(--accent); font: 600 16px/1 var(--heading); }
.workflow-list h3 { margin: 0 0 6px; font: 600 27px/1 var(--heading); text-transform: uppercase; }
.workflow-list p { margin: 0; color: #8e9ba2; font-size: 13px; }
.workflow-list b { color: #66767e; font: 600 12px/1 var(--heading); text-align: right; letter-spacing: .15em; text-transform: uppercase; }
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.scope-grid article { min-height: 315px; padding: 30px; background: var(--paper); }
.scope-grid article > span { display: inline-block; padding: 7px 10px; background: var(--mist); color: var(--blue); font: 600 11px/1 var(--heading); letter-spacing: .1em; }
.scope-grid h3 { margin: 90px 0 13px; font: 600 25px/1 var(--heading); text-transform: uppercase; }
.scope-grid p { margin: 0; color: var(--steel); font-size: 12px; }
.quote-scope-section { padding: 105px 0; background: var(--ink); color: var(--white); }
.quote-scope-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; margin-bottom: 52px; }
.quote-scope-heading h2 { max-width: 760px; margin: 0; font: 600 clamp(46px, 5vw, 68px)/.97 var(--heading); text-transform: uppercase; }
.quote-scope-heading > p { margin: 0 0 5px; color: #93a1a8; font-size: 12px; }
.quote-scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.quote-scope-grid article { min-height: 345px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.quote-scope-grid article > span { color: var(--accent); font: 600 10px/1 var(--heading); letter-spacing: .1em; }
.quote-scope-grid h3 { margin: 120px 0 15px; font: 600 25px/1.05 var(--heading); text-transform: uppercase; }
.quote-scope-grid p { margin: 0; color: #89989f; font-size: 12px; }
.quote-scope-note { max-width: 850px; margin: 26px 0 0; color: #71828a; font-size: 10px; }

.story-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 120px; align-items: start; }
.story-label { min-height: 410px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: var(--white); }
.story-label > span { color: #80919a; font-size: 10px; letter-spacing: .15em; }
.story-label strong { font: 600 64px/.85 var(--heading); }
.story-copy .lead-copy { font-size: 20px; color: var(--ink); }
.story-copy > p:not(.eyebrow) { max-width: 720px; color: var(--steel); }
.values-section { padding: 105px 0; background: var(--ink); color: var(--white); }
.values-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 52px; }
.values-heading h2 { margin: 0; font: 600 clamp(46px, 5vw, 68px)/.98 var(--heading); text-transform: uppercase; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.values-grid article { min-height: 325px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.values-grid article > span { color: var(--accent); font: 600 13px/1 var(--heading); }
.values-grid h3 { margin: 115px 0 15px; font: 600 28px/1 var(--heading); text-transform: uppercase; }
.values-grid p { margin: 0; color: #87969e; font-size: 12px; }
.founder-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.founder-card { min-height: 430px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, var(--blue), #163342); color: var(--white); box-shadow: var(--shadow); }
.founder-card-photo { position: relative; min-height: 560px; padding: 0; overflow: hidden; background: #d9dde0; }
.founder-card-photo::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(9, 18, 24, .88)); pointer-events: none; }
.founder-card-photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center 25%; }
.founder-card-caption { position: absolute; z-index: 1; inset: auto 32px 30px; }
.founder-initials { font: 600 120px/.9 var(--heading); color: rgba(255,255,255,.15); }
.founder-card p, .founder-card span { display: block; margin: 0; color: #a6c1ce; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.founder-card strong { display: block; margin: 7px 0; font: 600 35px/1 var(--heading); text-transform: uppercase; }
.founder-copy > p:not(.eyebrow) { color: var(--steel); }
.dark-link { color: var(--ink); border-color: var(--line); }

.contact-section { padding: 110px 0; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-person { display: flex; align-items: center; gap: 15px; margin: 38px 0; }
.contact-person strong, .contact-person span { display: block; }
.contact-person span { color: var(--steel); font-size: 11px; }
.contact-list { margin: 0; }
.contact-list > div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-list dt { margin-bottom: 3px; color: #7b8b94; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-list dd { margin: 0; font-size: 14px; font-weight: 600; }
.contact-list a { color: var(--blue); }
.response-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--steel); font-size: 11px; }
.response-note i { width: 7px; height: 7px; border-radius: 50%; background: #5b9978; box-shadow: 0 0 0 4px rgba(91,153,120,.13); }
.form-panel { padding: 48px; background: var(--white); box-shadow: var(--shadow); }
.form-heading > span { color: var(--accent); font-size: 9px; letter-spacing: .15em; }
.form-heading h2 { margin: 9px 0 6px; font: 600 44px/1 var(--heading); text-transform: uppercase; }
.form-heading p { margin: 0; color: var(--steel); font-size: 11px; }
.contact-form { display: grid; gap: 20px; margin-top: 34px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 7px; color: #3b4951; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cdd4d7; border-radius: 0; background: #fbfbf9; color: var(--ink); padding: 14px; font-size: 13px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(42,99,125,.1); }
.contact-form textarea { resize: vertical; min-height: 150px; }
.form-submit { width: fit-content; margin-top: 4px; border: 0; cursor: pointer; }
.form-status { min-height: 22px; color: #9f4b22; font-size: 12px; }
.form-status.success { padding: 13px 15px; background: #edf6f1; color: #356a50; }
.form-status a { text-decoration: underline; font-weight: 700; }
.form-privacy { margin: -4px 0 0; color: #6e7d85; font-size: 10px; line-height: 1.6; }
.form-privacy a { color: var(--blue); text-decoration: underline; }
.enquiry-guide { padding: 50px 0; background: var(--mist); }
.enquiry-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.enquiry-grid > div { padding: 24px 36px; border-left: 1px solid var(--line); }
.enquiry-grid > div:first-child { padding-left: 0; border-left: 0; }
.enquiry-grid span { color: var(--accent); font: 600 12px/1 var(--heading); }
.enquiry-grid strong { display: block; margin: 14px 0 5px; font: 600 20px/1 var(--heading); text-transform: uppercase; }
.enquiry-grid p { margin: 0; color: var(--steel); font-size: 11px; }

.privacy-layout { display: grid; grid-template-columns: .42fr 1fr; gap: 100px; align-items: start; }
.privacy-index { position: sticky; top: 110px; padding: 30px; border-top: 4px solid var(--accent); background: var(--ink); color: var(--white); }
.privacy-index span { display: block; color: #7f9098; font-size: 9px; letter-spacing: .14em; }
.privacy-index strong { display: block; margin: 12px 0 28px; font: 600 25px/1 var(--heading); }
.privacy-index p { margin: 0; color: #8fa0a9; font-size: 12px; }
.privacy-index a { color: var(--accent); }
.privacy-content { border-top: 1px solid var(--line); }
.privacy-content > section { display: grid; grid-template-columns: 55px 1fr; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.privacy-content > section > span { padding-top: 7px; color: var(--accent); font: 600 12px/1 var(--heading); }
.privacy-content h2 { margin: 0 0 12px; font: 600 27px/1 var(--heading); text-transform: uppercase; }
.privacy-content p { margin: 0; color: var(--steel); font-size: 13px; }
.privacy-content a { color: var(--blue); text-decoration: underline; }

.mobile-enquiry-bar { display: none; }
.contact-dock { position: fixed; z-index: 70; top: 50%; right: 0; display: grid; width: 84px; transform: translateY(-50%); overflow: hidden; border: 1px solid rgba(20,42,54,.1); border-right: 0; border-radius: 12px 0 0 12px; background: rgba(255,255,255,.97); box-shadow: 0 10px 32px rgba(16,24,32,.14); backdrop-filter: blur(10px); }
.contact-dock a { position: relative; display: grid; min-height: 76px; place-items: center; align-content: center; gap: 6px; padding: 9px 5px; color: #40576b; font: 500 12px/1.1 var(--body); text-align: center; transition: color .2s ease, background .2s ease, transform .2s ease; }
.contact-dock a + a { border-top: 1px solid rgba(20,42,54,.08); }
.contact-dock svg, .mobile-enquiry-bar svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.contact-dock a:hover, .contact-dock a:focus-visible { background: #f7f9fa; transform: translateX(-2px); }
.contact-dock .quick-whatsapp { color: #16b85a; }
.contact-dock .quick-email { color: #ef7a20; }
.contact-dock .quick-quote { color: #ef466f; }
.contact-dock a span { color: #40576b; }
.error-page { background: var(--ink); }
.error-main { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; background: linear-gradient(112deg, #0c141b, #19303c); color: var(--white); }
.error-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .58fr 1fr; gap: 90px; align-items: center; padding-block: 70px; }
.error-code { color: rgba(255,255,255,.08); font: 600 clamp(150px, 24vw, 330px)/.75 var(--heading); }
.error-layout .brand { margin-bottom: 75px; }
.error-layout h1 { max-width: 760px; margin: 0; font: 600 clamp(52px, 6vw, 82px)/.94 var(--heading); text-transform: uppercase; }
.error-layout p:not(.eyebrow) { max-width: 650px; color: #aab8be; }
.error-email { display: inline-block; margin-top: 32px; color: var(--accent); font-size: 13px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: scale(1.04); border-color: rgba(255,255,255,.28); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 760px); }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 78px 0 auto; display: none; padding: 22px 18px 28px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 40px rgba(0,0,0,.22); }
  .site-nav.open { display: grid; gap: 4px; }
  .site-nav > a:not(.nav-cta) { padding: 12px 0; }
  .site-nav > a:not(.nav-cta)::after { inset: auto 0 4px; }
  .nav-cta { margin: 10px 0 0; text-align: center; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-layout { grid-template-columns: 1fr; gap: 55px; }
  .hero-panel { min-height: 430px; }
  .machine-frame { height: 315px; }
  .hero h1 { font-size: clamp(58px, 11vw, 86px); }
  .capability-row { justify-content: flex-start; width: max-content; animation: ticker 25s linear infinite; }
  @keyframes ticker { to { transform: translateX(-40%); } }
  .section-heading, .process-layout { grid-template-columns: 1fr; gap: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .homepage-product-grid { grid-template-columns: 1fr 1fr; }
  .product-card { min-height: 360px; }
  .trust-layout, .cta-inner { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .spec-layout, .split-statement, .story-layout, .founder-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .detail-hero-grid, .detail-two-column { grid-template-columns: 1fr; gap: 55px; }
  .detail-gallery { min-height: 650px; max-width: 650px; }
  .detail-media-heading { grid-template-columns: 1fr; gap: 28px; }
  .detail-media-grid { grid-template-columns: 1fr; }
  .detail-media-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .detail-media-primary > div { min-height: 560px; }
  .detail-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .detail-spec-table dl { grid-template-columns: 1fr; }
  .detail-spec-table dl > div { border-left: 1px solid rgba(255,255,255,.16); }
  .application-grid { grid-template-columns: 1fr 1fr; }
  .scope-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .quote-scope-heading { grid-template-columns: 1fr; gap: 28px; }
  .quote-scope-grid { grid-template-columns: 1fr 1fr; }
  .privacy-layout { grid-template-columns: 1fr; gap: 55px; }
  .privacy-index { position: static; }
  .error-layout { grid-template-columns: 1fr; gap: 35px; }
  .error-code { display: none; }
  .story-label { min-height: 320px; }
  .contact-details { max-width: 650px; }
}
@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); }
  .header-inner { min-height: 70px; }
  .site-nav { top: 70px; }
  .brand-name { font-size: 24px; }
  .hero { padding: 120px 0 66px; }
  .hero h1 { font-size: clamp(49px, 16vw, 68px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-stats div { min-width: 0; padding: 0 9px; }
  .hero-stats dt { font-size: 19px; }
  .hero-stats dd { font-size: 8px; }
  .hero-panel { min-height: 390px; padding: 18px; }
  .machine-frame { height: 300px; }
  .orbit-one { width: 240px; height: 240px; }
  .orbit-two { width: 170px; height: 170px; }
  .measure-y { left: 18px; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .process-copy h2, .cta-inner h2 { font-size: 44px; }
  .product-card { padding: 28px; }
  .homepage-product-grid { grid-template-columns: 1fr; }
  .product-card-visual { min-height: 550px; }
  .product-card-image { height: 235px; }
  .card-link { left: 28px; }
  .trust-statement { gap: 12px; }
  .trust-statement blockquote { font-size: 31px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .page-hero { min-height: 540px; padding: 140px 0 70px; }
  .page-hero h1 { font-size: clamp(49px, 15vw, 65px); }
  .detail-hero { padding: 120px 0 68px; }
  .detail-hero .breadcrumb { margin-bottom: 42px; }
  .detail-hero-copy h1 { font-size: clamp(47px, 14vw, 64px); }
  .detail-lead { font-size: 19px; }
  .detail-actions { display: grid; }
  .detail-facts { grid-template-columns: 1fr 1fr; }
  .detail-gallery { min-height: 420px; }
  .detail-image-main { width: 90%; }
  .detail-image-alt { width: 42%; bottom: 18px; border-width: 5px; }
  .detail-gallery > p { width: 82%; }
  .detail-fit-panel { padding: 27px; }
  .detail-media-section { padding: 78px 0; }
  .detail-media-heading h2 { font-size: 42px; }
  .detail-media-side { grid-template-columns: 1fr; }
  .detail-media-primary > div { min-height: 0; aspect-ratio: 1; }
  .detail-media-secondary > div { aspect-ratio: 1; }
  .detail-media-grid figcaption { min-height: 94px; padding: 19px; }
  .detail-media-note { min-height: 300px; }
  .detail-spec-section { padding: 78px 0; }
  .detail-section-heading h2 { font-size: 42px; overflow-wrap: anywhere; }
  .workflow-heading h2 { font-size: 42px; overflow-wrap: anywhere; }
  .detail-spec-table dl > div { grid-template-columns: 1fr; }
  .detail-spec-table dd { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .application-grid { grid-template-columns: 1fr; }
  .application-grid article { min-height: 250px; }
  .application-grid h3 { margin-top: 70px; }
  .faq-list summary { gap: 14px; overflow-wrap: anywhere; }
  .faq-list summary span { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; line-height: 1; }
  .product-pagination .container { grid-template-columns: 1fr 1fr; }
  .product-pagination .all-products { display: none; }
  .product-pagination a:nth-child(2) { border-right: 1px solid var(--line); }
  .product-pagination strong { font-size: 16px; }
  .catalog-grid, .scope-grid, .values-grid, .enquiry-grid { grid-template-columns: 1fr; }
  .catalog-card { min-height: 720px; padding: 28px; }
  .catalog-gallery { grid-template-columns: 1.2fr .8fr; }
  .workflow-heading, .values-heading { display: block; }
  .workflow-heading span { display: block; margin-bottom: 15px; }
  .workflow-list li { grid-template-columns: 42px 1fr; }
  .workflow-list b { display: none; }
  .scope-grid article { min-height: 250px; }
  .scope-grid h3 { margin-top: 55px; }
  .story-label strong { font-size: 52px; }
  .values-grid article { min-height: 265px; }
  .values-grid h3 { margin-top: 70px; }
  .form-panel { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .enquiry-grid > div { padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
  .enquiry-grid > div:first-child { border-top: 0; }
  .quote-scope-section { padding: 78px 0; }
  .quote-scope-heading h2 { font-size: 42px; }
  .quote-scope-grid { grid-template-columns: 1fr; }
  .quote-scope-grid article { min-height: 260px; }
  .quote-scope-grid h3 { margin-top: 75px; }
  .privacy-content > section { grid-template-columns: 38px 1fr; gap: 14px; }
  .contact-dock { display: none; }
  .mobile-enquiry-bar { position: fixed; z-index: 80; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 62px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(16,24,32,.16); }
  .mobile-enquiry-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 5px; font-size: 10px; font-weight: 700; }
  .mobile-enquiry-bar a + a { border-left: 1px solid var(--line); }
  .mobile-enquiry-bar svg { width: 18px; height: 18px; }
  .mobile-enquiry-bar .quick-whatsapp { color: #16b85a; }
  .mobile-enquiry-bar .quick-email { color: #d96513; }
  .mobile-enquiry-bar .quick-quote { background: var(--accent); color: var(--white); }
  body { padding-bottom: 62px; }
  .error-main { min-height: calc(100vh - 62px); }
  .error-layout .brand { margin-bottom: 55px; }
  .error-layout h1 { font-size: 48px; }
}
