:root {
  --canvas: #f3f0e8;
  --surface: #fcfbf7;
  --petrol: #163c3a;
  --petrol-dark: #0f2d2c;
  --ink: #202b29;
  --muted: #626a63;
  --copper: #ad512e;
  --copper-dark: #8f3e21;
  --steel: #d9deda;
  --sage: #e4e8df;
  --white: #fffefa;
  --sans: "DM Sans", sans-serif;
  --display: "Barlow Semi Condensed", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --shell: min(1360px, calc(100vw - 96px));
  --radius: 0px;
  --ease: cubic-bezier(.22, .8, .24, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--canvas); font: 400 16px/1.55 var(--sans); overflow-x: hidden; }
img, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { opacity: .5; cursor: default; }
p, h1, h2, h3, dl, dd { margin: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 16px; color: var(--white); background: var(--petrol); transform: translateY(-140%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
[hidden] { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(32,43,41,.25); background: var(--canvas); }
.nav { min-height: 80px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--petrol); }
.brand-mark svg { width: 26px; fill: var(--canvas); }
.brand-mark circle { fill: var(--petrol); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font: 600 26px/1 var(--display); letter-spacing: .02em; }
.brand small { margin-top: 4px; color: var(--muted); font: 500 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.nav-links { margin-left: auto; display: flex; gap: 28px; }
.nav-links a { position: relative; font-size: 13px; font-weight: 600; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--copper); transition: right .2s; }
.nav-links a:hover::after { right: 0; }
.nav-call { min-height: 48px; padding: 7px 16px; display: grid; align-content: center; border-radius: 5px; color: var(--white); background: var(--petrol); }
.nav-call span { font: 500 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.nav-call b { margin-top: 5px; font-size: 12px; }
.menu-toggle { display: none; }

.hero { min-height: 680px; padding-block: 56px 60px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.eyebrow { margin-bottom: 18px; display: flex; align-items: center; gap: 10px; color: var(--copper); font: 500 11px/1.2 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.eyebrow.light { color: #f0b498; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.025em; }
.hero h1 { max-width: 660px; font-size: clamp(54px, 5.5vw, 78px); line-height: 1.02; letter-spacing: -.025em; }
.hero h1 span { color: var(--petrol); }
.hero-lead { max-width: 430px; margin-top: 28px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.button-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--petrol); border-radius: 2px; font-size: 13px; font-weight: 600; transition: color .2s, background .2s; }
.button:hover { background: var(--sage); }
.button.primary { color: var(--white); background: var(--petrol); }
.button.secondary { background: transparent; }
.button.copper { color: var(--white); border-color: var(--copper); background: var(--copper); }
.button.copper:hover { background: var(--copper-dark); }
.hero-facts { margin-top: 52px; display: grid; grid-template-columns: 130px 1fr; gap: 24px; }
.hero-facts div { padding-top: 13px; border-top: 1px solid var(--steel); }
.hero-facts dt { color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.hero-facts dd { margin-top: 5px; font-size: 12px; font-weight: 600; }
.hero-product { min-width: 0; position: relative; padding: 0; border-top: 1px solid var(--ink); background: var(--surface); }
.view-switch { position: relative; z-index: 3; top: auto; left: auto; padding: 10px 0; display: flex; border-bottom: 1px solid var(--steel); background: var(--canvas); }
.view-switch button { min-height: 40px; padding: 0 16px; border: 0; border-radius: 0; color: var(--muted); background: transparent; font-size: 12px; font-weight: 600; }
.view-switch button.active { color: var(--white); background: var(--petrol); }
.product-stage { min-height: 440px; display: grid; place-items: center; overflow: hidden; background: #fff; }
.product-stage > img { width: 100%; height: 440px; object-fit: contain; }
.three-stage { position: relative; background: radial-gradient(circle at 50% 35%, #385d5a, var(--petrol-dark) 70%); }
.three-stage canvas { width: 100%; height: 560px; touch-action: pan-y; }
.three-help { position: absolute; left: 16px; right: 16px; bottom: 39px; display: flex; align-items: center; justify-content: space-between; color: var(--white); font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.three-help div { display: flex; gap: 5px; }
.three-help button { min-height: 42px; padding-inline: 12px; border: 1px solid rgba(255,255,255,.4); border-radius: 4px; color: var(--white); background: rgba(15,45,44,.72); }
.visual-note { position: absolute; left: 16px; bottom: 12px; color: rgba(255,255,255,.68); font-size: 9px; }
.product-caption { padding: 20px 0 0; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--steel); background: var(--canvas); }
.product-caption > div:last-child { text-align: right; }
.product-caption span { color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.product-caption h2 { margin-top: 3px; font-size: 31px; line-height: 1; }
.product-caption strong { display: block; margin-top: 4px; color: var(--copper); font: 600 26px/1 var(--display); }

.benefit-strip { border-block: 1px solid var(--steel); background: var(--canvas); }
.benefit-strip .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-strip .shell > div { min-height: 86px; padding: 18px 24px; display: grid; align-content: center; gap: 6px; border-right: 1px solid rgba(32,43,41,.15); }
.benefit-strip .shell > div:first-child { padding-left: 0; }
.benefit-strip .shell > div:last-child { border: 0; }
.benefit-strip b { color: var(--copper); font: 500 10px var(--mono); }
.benefit-strip span { font-size: 13px; font-weight: 600; }

.machine-section, .applications, .process-section { padding-block: 100px; }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.section-heading h2 { max-width: 760px; font-size: clamp(42px, 4.5vw, 60px); line-height: 1.04; }
.section-heading > p { max-width: 490px; color: var(--muted); }
.machine-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.machine-card { min-width: 0; grid-column: span 2; padding: 20px 0; display: grid; grid-template-rows: auto 300px 1fr; border-top: 1px solid var(--ink); background: transparent; }
.machine-card.wide { grid-column: span 3; grid-template-columns: 1fr 1fr; grid-template-rows: auto 360px; column-gap: 22px; }
.machine-card.wide .machine-index { grid-column: 1 / -1; }
.machine-card.wide .machine-copy { align-self: center; }
.machine-card:hover { border-color: var(--copper); }
.machine-index { color: var(--copper); font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.machine-image { margin-top: 18px; display: grid; place-items: center; overflow: hidden; background: var(--surface); }
.machine-image img { width: 100%; height: 100%; object-fit: contain; }
.machine-image.generated img { padding: 12px; }
.machine-copy { padding-top: 24px; display: flex; flex-direction: column; }
.machine-copy h3 { font-size: 38px; line-height: 1; }
.machine-copy p { margin-top: 14px; color: var(--muted); font-size: 14px; }
.machine-copy strong { margin-top: 14px; color: var(--copper); font: 600 24px var(--display); }
.machine-copy a { margin-top: 24px; padding-top: 16px; display: flex; justify-content: space-between; border-top: 1px solid var(--steel); font-size: 12px; font-weight: 600; }
.machine-copy a:hover { color: var(--copper); }
.asset-disclaimer { max-width: 900px; margin-top: 24px; color: var(--muted); font-size: 11px; }

.action-section, .guidance-section, .contact-section { padding-block: 130px; color: var(--white); background: var(--petrol); }
.action-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; align-items: start; }
.action-copy { position: sticky; top: 120px; }
.action-copy h2, .guidance-intro h2, .contact-copy h2 { max-width: 620px; font-size: clamp(48px, 5.4vw, 72px); line-height: .98; }
.action-copy > p:not(.eyebrow), .guidance-intro > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { max-width: 520px; margin-top: 24px; color: #c7d3cf; }
.action-copy ul { margin: 38px 0 0; padding: 0; list-style: none; }
.action-copy li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.2); font-size: 12px; }
.story-media { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: #0c2423; }
.story-media video { width: 100%; height: 560px; object-fit: contain; }
.video-control { position: absolute; left: 18px; bottom: 18px; min-height: 46px; padding: 0 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 4px; color: var(--white); background: rgba(15,45,44,.82); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.video-control span { display: inline-block; margin-right: 6px; border-width: 5px 0 5px 8px; border-style: solid; border-color: transparent transparent transparent currentColor; }
.prep-comparison { margin-top: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); overflow: hidden; background: var(--petrol-dark); }
.comparison-images { height: 300px; position: relative; overflow: hidden; }
.comparison-images img, .comparison-images video { width: 100%; height: 100%; object-fit: cover; }
.comparison-video { object-position: 50% 57%; }
.comparison-manual { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.comparison-manual img { object-position: left 20%; transform: scale(1.3); transform-origin: left center; }
.compare-label { position: absolute; top: 14px; padding: 7px 9px; border-radius: 3px; background: rgba(15,45,44,.85); font: 500 9px var(--mono); text-transform: uppercase; }
.compare-label.manual { left: 14px; }
.compare-label.machine { right: 14px; background: var(--copper); }
.comparison-divider { position: absolute; inset: 0 auto 0 var(--split); width: 2px; background: var(--copper); transform: translateX(-50%); }
.comparison-divider b { position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--canvas); transform: translate(-50%, -50%); }
.comparison-slider { padding: 15px 18px; display: grid; gap: 6px; }
.comparison-slider span { font-size: 11px; font-weight: 600; }
.comparison-slider input { width: 100%; accent-color: var(--copper); }

.applications { display: block; }
.application-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.application-heading h2 { max-width: 670px; font-size: clamp(42px, 4.5vw, 60px); line-height: 1.04; }
.application-heading > p { max-width: 410px; color: var(--muted); }
.application-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--steel); }
.application-tabs button { position: relative; min-width: 0; min-height: 76px; padding: 17px 20px; display: flex; align-items: center; gap: 15px; border: 0; border-right: 1px solid var(--steel); color: var(--muted); background: transparent; text-align: left; font-size: 16px; font-weight: 500; }
.application-tabs button:last-child { border-right: 0; }
.application-tabs button > span { color: var(--copper); font: 400 10px var(--mono); }
.application-tabs button::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 3px; background: transparent; }
.application-tabs button:hover { color: var(--ink); background: var(--sage); }
.application-tabs button.active { color: var(--ink); background: var(--surface); }
.application-tabs button.active::after { background: var(--copper); }
.application-panel { display: grid; grid-template-columns: 1.15fr 1fr; gap: 50px; align-items: start; padding-top: 34px; }
.application-image { margin: 0; min-width: 0; position: sticky; top: 110px; }
.application-image img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: var(--sage); }
.application-image figcaption { padding-top: 13px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: var(--muted); font: 400 9px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.application-detail { min-width: 0; }
.application-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font: 400 10px var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.application-meta > span:first-child { color: var(--copper); }
.application-detail h3 { max-width: 440px; margin-top: 20px; font-size: clamp(32px, 3.3vw, 46px); line-height: 1.06; }
.application-detail > p:not(.application-list-label) { margin-top: 18px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.application-list-label { margin-top: 28px; padding-bottom: 11px; color: var(--muted); font: 400 10px var(--mono); text-transform: uppercase; letter-spacing: .04em; border-bottom: 1px solid var(--steel); }
.application-examples { margin: 0; padding: 0; list-style: none; }
.application-examples li { display: grid; grid-template-columns: 25px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--steel); }
.application-examples li > span { padding-top: 4px; color: var(--copper); font: 400 9px var(--mono); }
.application-examples strong { font-size: 14px; font-weight: 600; }
.application-examples p { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.application-note { display: grid; grid-template-columns: 80px 1fr; gap: 14px; margin-top: 23px; }
.application-note > span { padding-top: 3px; color: var(--copper); font: 500 10px var(--mono); text-transform: uppercase; }
.application-note p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.application-inquiry { margin-top: 25px; min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-block: 1px solid var(--ink); font-size: 13px; font-weight: 600; }
.application-inquiry:hover { color: var(--copper); }
.application-footnote { max-width: 720px; margin-top: 30px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.guidance-section { background: var(--petrol-dark); }
.guidance-grid, .contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.guidance-intro, .contact-copy { position: sticky; top: 120px; }
.guidance-intro ol { margin: 40px 0 0; padding: 0; list-style: none; counter-reset: step; }
.guidance-intro li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.18); color: #d5dedb; font-size: 12px; }
.finder-console, .quote-panel { padding: 0 0 0 34px; border-left: 1px solid rgba(255,255,255,.24); background: transparent; }
.finder-console form, .quote-panel form { display: grid; gap: 18px; }
.form-head { padding-bottom: 17px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.22); font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.form-head b { color: #f0b498; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { min-width: 0; display: grid; gap: 7px; }
label > span { font-size: 12px; font-weight: 600; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.32); border-radius: 4px; color: var(--white); background: rgba(255,255,255,.065); }
input, select { min-height: 52px; padding: 0 13px; }
textarea { min-height: 128px; padding: 13px; resize: vertical; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.52); }
input:focus, select:focus, textarea:focus { border-color: #f0b498; outline: 2px solid rgba(240,180,152,.25); outline-offset: 1px; }
select { color-scheme: dark; }
.form-submit { width: 100%; }
.form-note { color: rgba(255,255,255,.65); font-size: 10px; text-align: center; }
.finder-result h3 { margin-top: 28px; font-size: 44px; line-height: 1; }
.finder-result > p { margin-top: 13px; color: #c7d3cf; }
.result-head { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.22); color: #f0b498; font: 500 10px var(--mono); text-transform: uppercase; }
.result-head button { border: 0; color: var(--white); background: transparent; text-decoration: underline; }
.recommendation-list { margin-block: 26px; display: grid; gap: 8px; }
.recommendation-item { padding: 14px; display: grid; grid-template-columns: 34px 1fr; gap: 14px; border: 1px solid rgba(255,255,255,.2); }
.recommendation-item > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 3px; color: var(--white); background: var(--copper); font: 500 9px var(--mono); }
.recommendation-item strong { font-size: 13px; }
.recommendation-item p { margin-top: 4px; color: #c7d3cf; font-size: 11px; }

.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--steel); }
.process-list li { min-height: 180px; padding: 27px 20px 27px 0; display: grid; grid-template-columns: 64px 1fr; border-bottom: 1px solid var(--steel); }
.process-list li:nth-child(odd) { border-right: 1px solid var(--steel); }
.process-list li:nth-child(even) { padding-left: 28px; }
.process-list li > span { color: var(--copper); font: 500 10px var(--mono); }
.process-list h3 { font-size: 28px; }
.process-list p { max-width: 460px; margin-top: 8px; color: var(--muted); font-size: 13px; }

.contact-section { background: var(--petrol); }
.phone-card { max-width: 450px; margin-top: 38px; padding: 18px; display: grid; grid-template-columns: 1fr auto; border: 1px solid rgba(255,255,255,.3); border-radius: 5px; transition: .2s; }
.phone-card:hover { color: var(--ink); background: var(--canvas); }
.phone-card small { font: 500 9px var(--mono); text-transform: uppercase; }
.phone-card strong { grid-column: 1; margin-top: 4px; font: 600 32px var(--display); }
.phone-card > span { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.facebook-link { display: inline-block; margin-top: 16px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; }
.consent { display: flex; align-items: flex-start; gap: 10px; }
.consent input { width: 18px; min-height: 18px; flex: 0 0 auto; accent-color: var(--copper); }
.consent span { color: #d5dedb; font-size: 11px; font-weight: 400; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; padding: 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 4px; font-size: 12px; }
.form-status.show { display: block; }
.form-status.success { color: var(--ink); background: var(--canvas); }
.form-status.error { background: #762c28; }
.form-status a { font-weight: 600; text-decoration: underline; }

.site-footer { padding-block: 60px; color: var(--white); background: #0b2423; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
.footer-brand small { color: #aebfba; }
.footer-grid > p { text-align: right; font: 600 clamp(34px,4vw,54px)/1 var(--display); }
.footer-grid > div { grid-column: 1 / -1; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); color: #aebfba; font: 500 9px var(--mono); text-transform: uppercase; }
.mobile-cta { display: none; }
.noscript { position: fixed; z-index: 500; left: 10px; right: 10px; bottom: 10px; padding: 12px; color: var(--ink); background: var(--canvas); text-align: center; }

.reveal { opacity: 1; transform: none; }
.js-motion .reveal:not(.visible) { opacity: 0; transform: translateY(20px); }
.js-motion .reveal { transition: opacity .45s var(--ease), transform .45s var(--ease); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 44px, 920px); }
  .nav { gap: 22px; }
  .nav-links { gap: 18px; }
  .nav-call { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; }
  .hero h1 { font-size: clamp(58px, 8vw, 78px); }
  .hero-product { max-width: 820px; }
  .machine-card { grid-column: span 3; }
  .machine-card.featured { grid-column: 1 / -1; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto 420px; column-gap: 22px; }
  .machine-card.featured .machine-index { grid-column: 1 / -1; }
  .machine-card.featured .machine-copy { align-self: center; }
  .action-grid, .guidance-grid, .contact-grid { grid-template-columns: 1fr; }
  .action-copy, .guidance-intro, .contact-copy { position: static; }
  .application-panel { gap: 28px; grid-template-columns: 1fr 1fr; }
  .application-heading { gap: 36px; }
  .application-tabs button { padding-inline: 13px; gap: 9px; font-size: 14px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 40px); }
  html { scroll-padding-top: 78px; }
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .site-header { background: rgba(243,240,232,.97); }
  .nav { min-height: 66px; }
  .brand { min-width: 0; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 22px; }
  .menu-toggle { margin-left: auto; width: 44px; height: 44px; position: relative; display: block; border: 1px solid var(--ink); border-radius: 4px; background: transparent; }
  .menu-toggle span { position: absolute; left: 11px; right: 11px; top: 17px; height: 2px; background: var(--ink); transition: .2s; }
  .menu-toggle span:last-child { top: 24px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
  .nav-links { position: fixed; inset: 66px 0 auto; padding: 20px 14px 26px; display: none; flex-direction: column; gap: 0; border-bottom: 1px solid var(--ink); background: var(--canvas); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 4px; border-bottom: 1px solid var(--steel); font: 600 27px var(--display); }
  .hero { padding-block: 34px 44px; gap: 30px; }
  .hero h1 { font-size: clamp(43px, 11.5vw, 62px); }
  .hero-lead { margin-top: 20px; font-size: 16px; }
  .button-row { margin-top: 24px; display: flex; gap: 8px; }
  .button-row .button { flex: 1 1 140px; padding-inline: 10px; font-size: 11px; }
  .hero-facts { display: none; }
  .hero-product { padding: 0; }
  .view-switch { top: auto; left: auto; padding-block: 7px; }
  .product-stage { min-height: 290px; }
  .product-stage > img { height: 290px; }
  .three-stage canvas { height: 380px; }
  .three-help { left: 10px; right: 10px; bottom: 39px; }
  .three-help > span { display: none; }
  .three-help > div { width: 100%; justify-content: center; }
  .product-caption { padding: 14px 5px 4px; }
  .product-caption h2 { font-size: 26px; }
  .product-caption strong { font-size: 22px; }
  .benefit-strip .shell { grid-template-columns: 1fr 1fr; }
  .benefit-strip .shell > div { min-height: 74px; padding: 14px 8px 14px 0; border-right: 0; border-bottom: 1px solid rgba(32,43,41,.15); }
  .benefit-strip .shell > div:last-child { grid-column: 1 / -1; display: flex; justify-content: space-between; min-height: 55px; }
  .benefit-strip b { font-size: 9px; }
  .benefit-strip span { font-size: 11px; }
  .benefit-strip .shell > div:last-child { border-bottom: 0; }
  .machine-section, .applications, .process-section, .action-section, .guidance-section, .contact-section { padding-block: 68px; }
  .section-heading { margin-bottom: 38px; grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .action-copy h2, .guidance-intro h2, .contact-copy h2, .application-heading h2 { font-size: 39px; line-height: 1.07; }
  .machine-grid { grid-template-columns: 1fr; }
  .machine-card, .machine-card.wide, .machine-card.featured { grid-column: auto; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 300px 1fr; }
  .machine-card.wide .machine-index, .machine-card.featured .machine-index { grid-column: auto; }
  .machine-copy h3 { font-size: 34px; }
  .action-grid, .guidance-grid, .contact-grid { gap: 44px; }
  .story-media { min-height: 390px; }
  .story-media video { height: 390px; }
  .comparison-images { height: 250px; }
  .application-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 25px; }
  .application-heading > p { font-size: 14px; }
  .application-tabs { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .application-tabs button { min-height: 69px; padding: 11px 2px; flex-direction: column; justify-content: center; gap: 5px; font-size: clamp(10px, 2.9vw, 13px); text-align: center; }
  .application-tabs button > span { font-size: 8px; }
  .application-panel { grid-template-columns: 1fr; gap: 26px; padding-top: 23px; }
  .application-image { position: static; }
  .application-image img { width: 100%; height: auto; }
  .application-image figcaption { font-size: 8px; }
  .application-image figcaption > span:last-child { display: none; }
  .application-detail h3 { max-width: 330px; font-size: 35px; margin-top: 16px; }
  .application-note { grid-template-columns: 67px 1fr; gap: 12px; }
  .application-footnote { margin-top: 22px; font-size: 10px; }
  .finder-console, .quote-panel { padding: 26px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.24); }
  .field-grid { grid-template-columns: 1fr; }
  .form-head { flex-wrap: wrap; font-size: 9px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(even), .process-list li:nth-child(odd) { padding: 22px 0; border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > p { text-align: left; }
  .footer-grid > div { grid-column: auto; flex-direction: column; gap: 8px; }
  .mobile-cta { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; min-height: calc(62px + env(safe-area-inset-bottom)); padding: 0 17px env(safe-area-inset-bottom); display: flex; align-items: center; justify-content: space-between; color: var(--white); background: var(--copper); font-size: 13px; font-weight: 600; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .js-motion .reveal:not(.visible) { opacity: 1; transform: none; }
}
