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

:root {
  --red: #ef111c;
  --red-dark: #c80710;
  --ink: #151b1f;
  --steel: #20282d;
  --steel-2: #2d363b;
  --paper: #f4f5f4;
  --white: #ffffff;
  --muted: #667078;
  --line: #d9dddf;
  --display: "Barlow Condensed", "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--body); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--red); }

.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; z-index: 999; top: 8px; left: 8px; padding: 12px 16px; color: var(--white); background: var(--red); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); color: #b9c0c4; background: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: 1.35px; text-transform: uppercase; }
.utility-bar div { display: flex; gap: 25px; }
.utility-bar a { color: var(--white); text-decoration: none; }
.site-header { position: sticky; z-index: 40; top: 0; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.logo { width: clamp(215px, 21vw, 285px); }
.logo img { width: 100%; height: auto; }
.primary-navigation { display: flex; align-items: center; gap: 23px; }
.primary-navigation > a { position: relative; color: #31393d; font: 700 14px var(--display); letter-spacing: .4px; text-decoration: none; text-transform: uppercase; }
.primary-navigation > a:not(.header-quote)::after { content: ""; position: absolute; inset: auto 0 -10px; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-navigation > a:hover::after, .primary-navigation > a[aria-current="page"]::after { transform: scaleX(1); }
.primary-navigation .header-quote { display: inline-flex; align-items: center; gap: 22px; margin-left: 4px; padding: 14px 18px; color: var(--white); background: var(--red); }
.header-quote span { font-size: 17px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0 12px; border: 0; color: white; background: var(--ink); }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 6px 0; background: var(--white); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 205px; gap: 28px; padding: 17px 20px; border: 1px solid transparent; font: 800 14px var(--display); letter-spacing: .6px; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s, color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { color: var(--white); background: var(--red); }
.button-red:hover { background: var(--red-dark); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.4); background: transparent; }
.button-outline:hover { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--red); font: 800 14px var(--display); letter-spacing: .5px; text-decoration-thickness: 2px; text-underline-offset: 5px; text-transform: uppercase; }
.section-tag { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--red); font: 800 11px var(--display); letter-spacing: 2px; text-transform: uppercase; }
.section-tag::before { content: ""; width: 23px; height: 3px; background: currentColor; }
.section-tag.light { color: #ff6169; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; max-width: var(--max); margin: 0 auto 58px; }
.section-heading h2, .split-copy h2, .service-copy h2, .pre-footer h2 { margin: 0; font: 900 clamp(52px, 6vw, 88px)/.86 var(--display); letter-spacing: -2px; text-transform: uppercase; }
.section-heading h2 em, .split-copy h2 em, .service-copy h2 em { color: var(--red); font-style: normal; }
.section-heading > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.home-hero { position: relative; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr); overflow: hidden; color: var(--white); background: var(--ink); }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 48px 48px; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 90px 7vw 70px max(24px, calc((100vw - var(--max)) / 2)); }
.hero-kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: #c9cfd2; font: 700 12px var(--display); letter-spacing: 2px; text-transform: uppercase; }
.hero-kicker span { width: 31px; height: 4px; background: var(--red); }
.home-hero h1 { margin: 0; font: 900 clamp(70px, 7.4vw, 116px)/.77 var(--display); letter-spacing: -3px; text-transform: uppercase; }
.home-hero h1 em { color: var(--red); font-style: normal; }
.hero-content > p:not(.hero-kicker) { max-width: 620px; margin: 32px 0; color: #aeb6ba; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin: auto 0 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-proof div { padding-right: 18px; }
.hero-proof strong { display: block; font: 900 28px var(--display); white-space: nowrap; }
.hero-proof span { color: #7e898e; font: 700 10px var(--display); letter-spacing: 1.3px; text-transform: uppercase; }
.hero-machine { position: relative; min-width: 0; background: #e3e5e5; }
.hero-machine::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(21,27,31,.65), transparent 23%), linear-gradient(0deg, rgba(21,27,31,.72), transparent 50%); }
.hero-machine::after { content: ""; position: absolute; z-index: 3; top: 0; left: 0; width: 11px; height: 100%; background: var(--red); }
.hero-machine img { width: 100%; height: 100%; object-fit: cover; }
.machine-label { position: absolute; z-index: 4; top: 38px; right: 38px; display: flex; align-items: center; gap: 9px; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.9); font: 800 10px var(--display); letter-spacing: 1.2px; text-transform: uppercase; }
.machine-label i { width: 7px; height: 7px; border-radius: 50%; background: #2ec46c; box-shadow: 0 0 0 4px rgba(46,196,108,.18); }
.machine-spec { position: absolute; z-index: 4; right: 0; bottom: 45px; display: flex; align-items: end; gap: 12px; padding: 18px 35px 17px 22px; color: var(--white); background: var(--red); }
.machine-spec strong { font: 900 61px/.75 var(--display); }
.machine-spec span { font: 800 10px/1.25 var(--display); letter-spacing: 1px; text-transform: uppercase; }

.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 128px; color: var(--white); background: var(--steel); }
.service-strip a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 16px; padding: 28px clamp(22px, 3.5vw, 54px); border-right: 1px solid rgba(255,255,255,.12); text-decoration: none; transition: background .2s; }
.service-strip a:hover { background: var(--red); }
.service-strip small { align-self: start; color: #737f85; font: 800 9px var(--display); }
.service-strip a:hover small { color: rgba(255,255,255,.65); }
.service-strip strong { display: block; margin-bottom: 5px; font: 800 25px var(--display); text-transform: uppercase; }
.service-strip span { color: #879197; font-size: 11px; }
.service-strip a:hover span { color: rgba(255,255,255,.78); }
.service-strip b { color: var(--red); font-size: 20px; }
.service-strip a:hover b { color: var(--white); }

.section { padding: 115px max(24px, calc((100vw - var(--max)) / 2)); }
.section-grey { background: var(--paper); }
.catalogue-preview .product-grid { max-width: var(--max); margin: 0 auto; }
.section-actions { max-width: var(--max); margin: 40px auto 0; text-align: center; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(21,27,31,.1); }
.product-image { position: relative; aspect-ratio: 1.18; overflow: hidden; background: #e7e9e9; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-status { position: absolute; z-index: 2; top: 14px; left: 14px; display: flex; align-items: center; gap: 7px; padding: 7px 9px; background: rgba(255,255,255,.92); font: 800 9px var(--display); letter-spacing: .8px; text-transform: uppercase; }
.product-status i { width: 6px; height: 6px; border-radius: 50%; background: #2db969; }
.product-capacity { position: absolute; z-index: 2; right: 0; bottom: 0; display: flex; align-items: baseline; gap: 3px; padding: 12px 16px; color: var(--white); background: var(--red); }
.product-capacity strong { font: 900 33px/1 var(--display); }
.product-capacity span { font: 800 9px var(--display); }
.product-copy { padding: 22px; }
.product-copy > p { margin: 0 0 7px; color: var(--red); font: 800 9px var(--display); letter-spacing: 1.3px; text-transform: uppercase; }
.product-copy h3 { min-height: 48px; margin: 0 0 19px; font: 800 24px/1 var(--display); text-transform: uppercase; }
.product-quote { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); font: 800 13px var(--display); letter-spacing: .5px; text-decoration: none; text-transform: uppercase; }
.product-quote span { display: grid; place-items: center; width: 31px; height: 31px; color: var(--white); background: var(--ink); transition: background .2s; }
.product-quote:hover span { background: var(--red); }

.split-section { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 660px; color: var(--white); background: var(--ink); }
.split-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); padding-right: 7vw; }
.split-copy > p:not(.section-tag) { max-width: 540px; margin: 26px 0 32px; color: #a8b0b4; line-height: 1.75; }
.split-list { display: grid; grid-template-columns: 1fr 1fr; background: var(--steel); }
.split-list article { min-height: 50%; padding: 46px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.split-list article > span { color: var(--red); font: 800 10px var(--display); }
.split-list h3 { margin: 65px 0 11px; font: 800 28px var(--display); text-transform: uppercase; }
.split-list p { margin: 0; color: #8f999e; font-size: 13px; line-height: 1.6; }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid article { padding: 32px; border-right: 1px solid var(--line); }
.why-grid article:last-child { border: 0; }
.why-grid span { color: var(--red); font: 800 10px var(--display); }
.why-grid h3 { margin: 52px 0 10px; font: 800 25px var(--display); text-transform: uppercase; }
.why-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.page-hero { position: relative; min-height: 370px; display: flex; align-items: end; overflow: hidden; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--ink); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 46px 46px; }
.page-hero::after { content: attr(data-number); position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: -38px; color: rgba(255,255,255,.045); font: 900 235px/.75 var(--display); }
.page-hero-content { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.page-hero h1 { margin: 0; font: 900 clamp(62px, 8vw, 120px)/.78 var(--display); letter-spacing: -3px; text-transform: uppercase; }
.page-hero h1 em { color: var(--red); font-style: normal; }
.page-hero-content > p { max-width: 480px; margin: 0 0 4px; color: #aeb6ba; font-size: 15px; line-height: 1.75; }
.catalogue-section { padding: 90px max(24px, calc((100vw - var(--max)) / 2)) 130px; background: var(--paper); }
.catalogue-tools { display: flex; justify-content: space-between; gap: 24px; max-width: var(--max); margin: 0 auto 22px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.filter-group { display: flex; flex-wrap: wrap; gap: 5px; }
.filter-button { padding: 11px 14px; border: 0; color: var(--muted); background: transparent; font: 800 11px var(--display); letter-spacing: .5px; text-transform: uppercase; cursor: pointer; }
.filter-button.is-active { color: var(--white); background: var(--red); }
.catalogue-search { min-width: 255px; display: flex; align-items: center; gap: 9px; padding: 0 13px; background: var(--white); border: 1px solid var(--line); }
.catalogue-search svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.catalogue-search input { width: 100%; padding: 10px 0; border: 0; outline: 0; background: transparent; }
.catalogue-meta { max-width: var(--max); margin: 0 auto 20px; color: var(--muted); font: 800 10px var(--display); letter-spacing: 1.2px; text-transform: uppercase; }
.catalogue-section .product-grid { max-width: var(--max); margin: 0 auto; }
.catalogue-empty { max-width: var(--max); margin: 0 auto; padding: 70px 20px; text-align: center; }
.catalogue-empty strong { display: block; font: 800 31px var(--display); text-transform: uppercase; }
.catalogue-empty span { color: var(--muted); }

.service-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; max-width: var(--max); margin: 0 auto; }
.service-copy h2 { font-size: clamp(52px, 5.6vw, 82px); }
.service-copy > p:not(.section-tag) { color: var(--muted); line-height: 1.75; }
.service-points { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-points article { min-height: 180px; padding: 25px 25px 25px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-points article:nth-child(even) { padding-left: 25px; border-right: 0; }
.service-points span { color: var(--red); font: 800 10px var(--display); }
.service-points h3 { margin: 35px 0 8px; font: 800 23px var(--display); text-transform: uppercase; }
.service-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.service-band { display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink); }
.service-band-visual { position: relative; min-height: 570px; overflow: hidden; }
.service-band-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21,27,31,.7), transparent 50%); }
.service-band-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) contrast(1.05); }
.service-band-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(24px, 7vw, 105px); }
.service-band-copy h2 { margin: 0; font: 900 clamp(48px, 5.5vw, 82px)/.87 var(--display); text-transform: uppercase; }
.service-band-copy p { color: #a5aeb2; line-height: 1.75; }
.check-list { display: grid; gap: 13px; margin: 24px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: 13px; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 21px; height: 21px; color: var(--white); background: var(--red); font-size: 11px; font-weight: 900; }

.quote-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; max-width: var(--max); margin: 0 auto; }
.quote-panel-copy h2 { margin: 0; font: 900 clamp(53px, 6vw, 86px)/.86 var(--display); text-transform: uppercase; }
.quote-panel-copy h2 em { color: var(--red); font-style: normal; }
.quote-panel-copy > p:not(.section-tag) { color: var(--muted); line-height: 1.75; }
.contact-details { display: grid; gap: 12px; margin-top: 34px; }
.contact-details article { padding: 16px 0; border-top: 1px solid var(--line); }
.contact-details small { display: block; margin-bottom: 6px; color: var(--red); font: 800 9px var(--display); letter-spacing: 1.2px; text-transform: uppercase; }
.contact-details a, .contact-details address, .contact-details strong { font: 700 16px/1.5 var(--display); text-decoration: none; text-transform: uppercase; }
.contact-details address { font-style: normal; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; padding: 37px; background: var(--paper); border-top: 5px solid var(--red); }
.form-field { display: grid; gap: 8px; }
.form-field.full, .quote-form .full { grid-column: 1 / -1; }
.form-field label { font: 800 10px var(--display); letter-spacing: 1px; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 14px 13px; border: 1px solid #cdd2d4; border-radius: 0; outline: 0; background: var(--white); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(239,17,28,.1); }
.form-field textarea { resize: vertical; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 10px; }

.about-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; max-width: var(--max); margin: 0 auto; }
.about-brand-panel { min-height: 460px; display: grid; place-items: center; padding: 55px; background: var(--paper); border: 1px solid var(--line); }
.about-brand-panel img { width: 100%; }
.about-copy h2 { margin: 0 0 28px; font: 900 clamp(52px, 5vw, 79px)/.86 var(--display); text-transform: uppercase; }
.about-copy h2 em { color: var(--red); font-style: normal; }
.about-copy p { color: var(--muted); line-height: 1.8; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: 65px auto 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-facts div { padding: 26px; border-right: 1px solid var(--line); }
.company-facts div:last-child { border: 0; }
.company-facts small { display: block; color: var(--red); font: 800 9px var(--display); letter-spacing: 1.2px; text-transform: uppercase; }
.company-facts strong, .company-facts address { display: block; margin-top: 12px; font: 700 17px/1.45 var(--display); font-style: normal; text-transform: uppercase; }

.map-panel { min-height: 350px; display: grid; place-items: center; color: var(--white); background-color: var(--steel); background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 40px 40px; }
.map-marker { display: grid; place-items: center; text-align: center; }
.map-marker i { position: relative; width: 48px; height: 48px; margin-bottom: 22px; border: 11px solid var(--red); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-marker i::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--white); transform: rotate(45deg); }
.map-marker strong { font: 800 29px var(--display); text-transform: uppercase; }
.map-marker span { color: #a7b0b4; font-size: 12px; }

.pre-footer { min-height: 290px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--steel); }
.pre-footer h2 { font-size: clamp(48px, 5.5vw, 78px); }
.site-footer { display: grid; grid-template-columns: 1.4fr .75fr .75fr 1.1fr; gap: 54px; padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 30px; color: #a5aeb2; background: var(--ink); }
.footer-brand a { display: block; width: min(270px, 100%); padding: 12px; background: var(--white); }
.footer-brand p { max-width: 350px; font-size: 12px; line-height: 1.7; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h3 { margin: 0 0 10px; color: var(--white); font: 800 15px var(--display); letter-spacing: .7px; text-transform: uppercase; }
.footer-column a, .footer-column address { font-size: 11px; line-height: 1.7; text-decoration: none; font-style: normal; }
.footer-column a:hover { color: var(--white); }
.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font: 700 9px var(--display); letter-spacing: 1.2px; text-transform: uppercase; }

@media (max-width: 1120px) {
  .primary-navigation { gap: 13px; }
  .primary-navigation > a { font-size: 12px; }
  .primary-navigation .header-quote { padding: 13px; }
  .home-hero { grid-template-columns: 1.05fr .95fr; }
  .hero-content { padding-left: 35px; }
  .section-heading, .page-hero-content { gap: 35px; }
  .site-footer { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 850px) {
  .utility-bar { padding: 0 18px; }
  .utility-bar div span { display: none; }
  .site-header { height: 74px; padding: 0 18px; }
  .logo { width: 225px; }
  .menu-toggle { display: block; }
  .primary-navigation { position: absolute; z-index: 60; top: 74px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 10px 24px 24px; overflow: visible; color: var(--white); background: var(--ink); box-shadow: 0 18px 35px rgba(0,0,0,.28); }
  .primary-navigation.is-open { display: flex; flex-direction: column; }
  .primary-navigation > a { padding: 14px 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); font-size: 19px; }
  .primary-navigation > a[aria-current="page"] { color: #ff5961; }
  .primary-navigation > a::after { display: none; }
  .primary-navigation .header-quote { margin: 12px 0 0; padding: 15px 16px; border: 0; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-content { min-height: 650px; padding: 85px 24px 45px; }
  .home-hero h1 { font-size: clamp(64px, 15vw, 95px); }
  .hero-machine { min-height: 520px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section, .catalogue-section { padding: 85px 24px; }
  .section-heading, .page-hero-content, .service-intro, .quote-panel, .about-story { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 40px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-section, .service-band { grid-template-columns: 1fr; }
  .split-copy { padding: 80px 24px; }
  .split-list article { padding: 32px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-grid article:nth-child(2) { border-right: 0; }
  .why-grid article { border-bottom: 1px solid var(--line); }
  .page-hero { min-height: 400px; padding: 65px 24px; }
  .page-hero-content > p { margin-top: 15px; }
  .catalogue-tools { display: grid; }
  .catalogue-search { min-height: 47px; }
  .service-intro { gap: 55px; }
  .service-band-visual { min-height: 450px; }
  .about-brand-panel { min-height: 300px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .pre-footer { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 560px) {
  .utility-bar { justify-content: center; }
  .utility-bar > span { display: none; }
  .utility-bar a { font-size: 8px; }
  .logo { width: 190px; }
  .home-hero h1, .page-hero h1 { font-size: clamp(56px, 18vw, 79px); letter-spacing: -2px; }
  .hero-content > p:not(.hero-kicker) { font-size: 14px; }
  .hero-proof { gap: 8px; }
  .hero-proof strong { font-size: 20px; }
  .machine-label { top: 22px; right: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-copy h3 { min-height: 0; }
  .section-heading h2, .split-copy h2, .service-copy h2, .pre-footer h2, .quote-panel-copy h2, .about-copy h2 { font-size: clamp(48px, 15vw, 70px); }
  .split-list { grid-template-columns: 1fr; }
  .split-list article { min-height: 230px; border-right: 0; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { border-right: 0; }
  .filter-group { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-button { border: 1px solid var(--line); }
  .service-points { grid-template-columns: 1fr; }
  .service-points article, .service-points article:nth-child(even) { min-height: 150px; padding: 24px 0; border-right: 0; }
  .quote-form { grid-template-columns: 1fr; padding: 25px 18px; }
  .form-field.full, .quote-form .full { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
