:root {
  --navy-950: #111827;
  --navy-900: #172033;
  --navy-800: #26344d;
  --navy-700: #3d4b63;
  --red-600: #d94132;
  --red-700: #b93428;
  --stone-50: #faf9f6;
  --stone-100: #f1efe9;
  --stone-200: #e3dfd5;
  --white: #fff;
  --ink: #172033;
  --muted: #647084;
  --focus: #1273de;
  --success: #187451;
  --shadow-sm: 0 8px 28px rgba(17, 24, 39, 0.08);
  --shadow-lg: 0 24px 70px rgba(17, 24, 39, 0.15);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shell: min(1180px, calc(100% - 40px));
  --step--1: clamp(0.84rem, 0.79rem + 0.2vw, 0.95rem);
  --step-0: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  --step-1: clamp(1.2rem, 1.08rem + 0.48vw, 1.45rem);
  --step-2: clamp(1.5rem, 1.24rem + 0.9vw, 2rem);
  --step-3: clamp(2rem, 1.52rem + 1.6vw, 2.8rem);
  --step-4: clamp(2.65rem, 1.75rem + 3vw, 4.75rem);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--stone-50);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--step-0);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header { top: 32px; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.2em; }
p { margin: 0 0 1.25rem; }
h1, h2, h3, h4 { margin: 0; color: var(--navy-950); font-weight: 750; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
  border-radius: 2px;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute !important;
  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: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy-950);
}

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(64px, 8vw, 112px); }
.section--small { padding-block: clamp(48px, 6vw, 80px); }
.section--dark { color: var(--white); background: var(--navy-950); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.content-shell { max-width: 820px; }
.content-shell > * + * { margin-top: 1.25rem; }
.eyebrow { margin-bottom: 16px; color: var(--red-600); font-size: var(--step--1); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.lead { max-width: 720px; color: var(--muted); font-size: var(--step-1); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
.section-heading__copy { max-width: 680px; }
.section-heading .lead { margin-top: 16px; }

.button,
button,
input[type="submit"] {
  display: inline-flex;
  min-width: 44px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 2px solid var(--red-600);
  border-radius: 999px;
  color: var(--white);
  background: var(--red-600);
  font: inherit;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover { border-color: var(--red-700); background: var(--red-700); transform: translateY(-1px); }
.button--secondary { border-color: var(--navy-800); color: var(--navy-950); background: transparent; }
.button--secondary:hover { border-color: var(--navy-950); color: var(--white); background: var(--navy-950); }
.button--ghost { border-color: rgba(255,255,255,.5); color: var(--white); background: transparent; }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: var(--step--1); }

/* WooCommerce also defines .button; keep the theme's CTA hierarchy authoritative. */
.sme-site a.button,
.sme-site button.button,
.sme-site input.button,
.sme-site input[type="submit"] { border-color: var(--red-600) !important; color: var(--white) !important; background-color: var(--red-600) !important; }
.sme-site a.button:hover,
.sme-site a.button:focus-visible,
.sme-site button.button:hover,
.sme-site button.button:focus-visible,
.sme-site input.button:hover,
.sme-site input.button:focus-visible,
.sme-site input[type="submit"]:hover,
.sme-site input[type="submit"]:focus-visible { border-color: var(--red-700) !important; color: var(--white) !important; background-color: var(--red-700) !important; }
.sme-site a.button.button--secondary { border-color: var(--navy-800) !important; color: var(--navy-950) !important; background-color: transparent !important; }
.sme-site a.button.button--secondary:hover,
.sme-site a.button.button--secondary:focus-visible { border-color: var(--navy-950) !important; color: var(--white) !important; background-color: var(--navy-950) !important; }
.sme-site a.button.button--ghost { border-color: rgba(255,255,255,.5) !important; color: var(--white) !important; background-color: transparent !important; }
.sme-site a.button.button--ghost:hover,
.sme-site a.button.button--ghost:focus-visible { border-color: var(--white) !important; background-color: rgba(255,255,255,.1) !important; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--navy-900); font-weight: 800; text-decoration-color: var(--red-600); text-decoration-thickness: 2px; }

.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(17,24,39,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.site-header__utility { color: rgba(255,255,255,.9); background: var(--navy-950); font-size: 0.78rem; }
.utility-bar { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar p { margin: 0; }
.utility-bar__links { display: flex; gap: 22px; }
.utility-bar a { text-decoration: none; }
.site-header__main { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
.brand img { width: 191px; height: 68px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.site-nav li { margin: 0; }
.site-nav li a { display: inline-flex; min-height: 44px; align-items: center; font-size: 0.94rem; font-weight: 700; text-decoration: none; }
.site-nav li a:hover { color: var(--red-600); }
.menu-toggle { display: none; border-color: var(--navy-900); color: var(--navy-900); background: transparent; }
.menu-toggle__icon { display: grid; width: 21px; gap: 4px; }
.menu-toggle__icon span { display: block; height: 2px; background: currentColor; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero::after { position: absolute; inset: 0; background: radial-gradient(circle at 80% 25%, rgba(217,65,50,.24), transparent 31%), linear-gradient(90deg, rgba(17,24,39,.98) 0%, rgba(17,24,39,.86) 48%, rgba(17,24,39,.15) 100%); content: ""; }
.hero__media { position: absolute; inset: 0 0 0 46%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.hero__content { position: relative; z-index: 1; max-width: 760px; padding-block: clamp(90px, 11vw, 160px); }
.hero h1 { color: var(--white); }
.hero .lead { max-width: 660px; margin-top: 26px; color: rgba(255,255,255,.78); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 40px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.85); font-size: var(--step--1); font-weight: 700; }
.hero__proof li::before { margin-right: 9px; color: #f16b5e; content: "✓"; }

.trust-strip { border-bottom: 1px solid var(--stone-200); background: var(--white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 30px 34px; border-right: 1px solid var(--stone-200); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; margin-bottom: 3px; color: var(--navy-950); }
.trust-item span { color: var(--muted); font-size: var(--step--1); }

.machine-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.machine-card { overflow: hidden; border: 1px solid var(--stone-200); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); transition: transform 180ms ease, box-shadow 180ms ease; }
.machine-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.machine-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; background: var(--stone-100); }
.machine-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.machine-card:hover .machine-card__media img { transform: scale(1.025); }
.machine-card__status { position: absolute; top: 16px; left: 16px; padding: 6px 11px; border-radius: 999px; color: var(--white); background: var(--success); font-size: 0.75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.machine-card__body { padding: 24px; }
.machine-card__meta { display: flex; justify-content: space-between; gap: 12px; color: var(--red-600); font-size: 0.76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.machine-card__meta a { text-decoration: none; }
.machine-card__title { margin-top: 10px; font-size: 1.18rem; line-height: 1.25; letter-spacing: -.02em; }
.machine-card__title a { text-decoration: none; }
.machine-card__body p { min-height: 3.3em; margin-top: 12px; color: var(--muted); font-size: .92rem; }

.category-heading { align-items: end; }
.category-heading .lead { max-width: 610px; color: rgba(255,255,255,.66); }
.text-link--light { color: var(--white); }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); background: rgba(255,255,255,.035); }
.category-card { position: relative; display: flex; min-height: 190px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); color: var(--white); background: linear-gradient(145deg, transparent, rgba(255,255,255,.025)); text-decoration: none; transition: background 220ms ease, color 220ms ease; }
.category-card:nth-child(5n) { border-right: 0; }
.category-card:nth-last-child(-n+5) { border-bottom: 0; }
.category-card::before { position: absolute; inset: auto 0 0; height: 4px; background: var(--red-600); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
.category-card:hover,
.category-card:focus-visible { color: var(--navy-950); background: var(--white); }
.category-card:hover::before,
.category-card:focus-visible::before { transform: scaleX(1); }
.category-card__visual { display: flex; width: 100%; height: 58px; align-items: flex-start; }
.category-card__visual img { width: auto; max-width: 78px; height: 50px; object-fit: contain; object-position: left top; filter: brightness(0) invert(1); opacity: .7; transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease; }
.category-card:hover .category-card__visual img,
.category-card:focus-visible .category-card__visual img { filter: none; opacity: 1; transform: translateY(-3px); }
.category-card__content { display: grid; gap: 8px; margin-top: auto; }
.category-card__content strong { max-width: 12ch; font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.15; }
.category-card__content > span { color: rgba(255,255,255,.6); font-size: .78rem; }
.category-card:hover .category-card__content > span,
.category-card:focus-visible .category-card__content > span { color: var(--muted); }
.category-card__arrow { position: absolute; right: 22px; bottom: 22px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 1rem; transition: transform 220ms ease; }
.category-card:hover .category-card__arrow,
.category-card:focus-visible .category-card__arrow { border-color: var(--red-600); color: var(--white); background: var(--red-600); transform: rotate(45deg); }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-950); box-shadow: var(--shadow-lg); }
.split-panel__media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.split-panel__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 82px); color: rgba(255,255,255,.76); }
.split-panel__content h2 { color: var(--white); }
.split-panel__content .eyebrow { color: #f16b5e; }
.split-panel__content .button { align-self: flex-start; margin-top: 14px; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: process; }
.process-step { padding: 28px; border: 1px solid var(--stone-200); border-radius: var(--radius-md); background: var(--white); counter-increment: process; }
.process-step::before { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 22px; border-radius: 50%; color: var(--white); background: var(--red-600); font-weight: 800; content: counter(process, decimal-leading-zero); }
.process-step p { margin-top: 12px; color: var(--muted); }
.section--dark .process-step h3 { color: var(--navy-950); }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: clamp(34px, 5vw, 60px); border-radius: var(--radius-lg); color: rgba(255,255,255,.78); background: var(--navy-950); }
.cta-band h2 { color: var(--white); }
.cta-band p { max-width: 680px; margin: 12px 0 0; }
.cta-band__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; }

.page-hero { padding-block: clamp(64px, 8vw, 110px); color: rgba(255,255,255,.75); background: var(--navy-950); }
.page-hero h1 { max-width: 880px; color: var(--white); }
.page-hero .lead { margin-top: 20px; color: rgba(255,255,255,.72); }
.page-hero--compact { padding-block: clamp(50px, 6vw, 78px); }

.catalogue-controls { margin-bottom: 34px; overflow: hidden; border: 1px solid var(--stone-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.filter-bar { display: grid; grid-template-columns: minmax(240px,1fr) auto; align-items: end; gap: 16px; padding: 24px; border-bottom: 1px solid var(--stone-200); background: var(--white); }
.filter-bar .button { min-width: 138px; }
.category-filter { padding: 22px 24px 24px; background: var(--stone-50); }
.category-filter__label { margin: 0 0 14px; color: var(--navy-950); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.category-filter__list { display: flex; flex-wrap: wrap; gap: 9px; }
.category-filter__item { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; padding: 9px 10px 9px 15px; border: 1px solid var(--stone-200); border-radius: 999px; color: var(--navy-900); background: var(--white); font-size: .84rem; font-weight: 800; text-decoration: none; transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease; }
.category-filter__item strong { display: grid; min-width: 25px; height: 25px; place-items: center; padding-inline: 5px; border-radius: 999px; color: var(--muted); background: var(--stone-100); font-size: .7rem; }
.category-filter__item:hover,
.category-filter__item:focus-visible { border-color: var(--red-600); color: var(--red-700); transform: translateY(-1px); }
.category-filter__item.is-active { border-color: var(--navy-950); color: var(--white); background: var(--navy-950); }
.category-filter__item.is-active strong { color: var(--white); background: var(--red-600); }
.field { display: grid; gap: 7px; }
.field label { color: var(--navy-900); font-size: .82rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #aeb6c3; border-radius: var(--radius-sm); color: var(--ink); background: var(--white); font: inherit; }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--focus); outline: 3px solid rgba(18,115,222,.18); }
.result-count { margin-bottom: 22px; color: var(--muted); }
.empty-state { padding: 60px 30px; border: 1px dashed #aeb6c3; border-radius: var(--radius-md); text-align: center; background: var(--white); }
.empty-state h2 { font-size: var(--step-2); }
.empty-state p { margin: 12px auto 24px; color: var(--muted); }
.pagination { display: flex; justify-content: center; margin-top: 44px; }
.pagination .page-numbers { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; margin: 4px; border: 1px solid var(--stone-200); border-radius: 50%; background: var(--white); text-decoration: none; }
.pagination .current { color: var(--white); border-color: var(--red-600); background: var(--red-600); }

.product-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: clamp(34px,5vw,72px); align-items: start; }
.product-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.product-gallery__item { overflow: hidden; border-radius: var(--radius-md); background: var(--stone-100); }
.product-gallery__item:first-child { grid-column: 1/-1; }
.product-gallery__item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.product-summary { position: sticky; top: 150px; }
.product-summary h1 { margin-top: 12px; font-size: clamp(2.15rem, 1.6rem + 1.8vw, 3.35rem); }
.product-summary__category { color: var(--red-600); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-summary__intro { margin-top: 22px; color: var(--muted); font-size: var(--step-0); }
.facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; overflow: hidden; margin: 26px 0; border: 1px solid var(--stone-200); border-radius: var(--radius-md); background: var(--stone-200); }
.fact { padding: 16px; background: var(--white); }
.fact span { display: block; color: var(--muted); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.fact strong { display: block; margin-top: 2px; }
.product-actions { display: grid; gap: 10px; }
.product-actions .button { width: 100%; }
.product-description { max-width: 820px; }
.product-description h2 { margin-bottom: 22px; }
.product-description ul { padding-left: 1.25rem; }

.contact-grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: clamp(32px,6vw,80px); align-items: start; }
.contact-cards { display: grid; gap: 14px; margin-top: 28px; }
.contact-card { padding: 20px; border: 1px solid var(--stone-200); border-radius: var(--radius-md); background: var(--white); }
.contact-card strong { display: block; }
.contact-card a { display: inline-flex; min-height: 44px; align-items: center; color: var(--red-600); font-weight: 800; }
.form-panel { padding: clamp(24px,4vw,42px); border: 1px solid var(--stone-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.form-panel h2 { margin-bottom: 10px; }
.form-panel > p { color: var(--muted); }
.wpcf7-form { display: grid; gap: 16px; }
.wpcf7-form p { margin: 0; }
.wpcf7-form label { display: grid; gap: 6px; color: var(--navy-900); font-size: .86rem; font-weight: 750; }
.wpcf7-spinner { display: none; }

.site-footer { color: rgba(255,255,255,.7); background: #0b1120; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; padding-block: 72px; }
.site-footer__brand img { width: 180px; height: auto; margin-bottom: 20px; padding: 8px; border-radius: 8px; background: var(--white); }
.site-footer__brand p { max-width: 420px; }
.site-footer h2 { margin-bottom: 18px; color: var(--white); font-size: 1rem; letter-spacing: 0; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { min-height: 40px; color: rgba(255,255,255,.78); text-decoration-color: rgba(255,255,255,.3); }
.site-footer a:hover { color: var(--white); }
.site-footer address { font-style: normal; }
.site-footer__legal { border-top: 1px solid rgba(255,255,255,.12); }
.legal-row { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 22px; font-size: .78rem; }
.legal-row p { margin: 0; }
.legal-row nav { display: flex; gap: 18px; }
.whatsapp-button { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; width: 56px; min-width: 56px; height: 56px; min-height: 56px; place-items: center; border: 3px solid var(--white); border-radius: 50%; color: var(--white); background: #1fa855; box-shadow: var(--shadow-lg); font-size: .8rem; font-weight: 900; text-decoration: none; }
.whatsapp-button:hover { background: #187f42; }

@media (max-width: 980px) {
  .site-header__utility { display: none; }
  .site-header__main { min-height: 76px; }
  .brand img { width: 160px; height: auto; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; max-height: calc(100dvh - 76px); overflow: auto; flex-direction: column; align-items: stretch; gap: 20px; padding: 28px 20px 34px; border-top: 1px solid var(--stone-200); background: var(--white); box-shadow: var(--shadow-lg); }
  .site-nav.is-open { display: flex; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav li a { width: 100%; min-height: 48px; font-size: 1.05rem; }
  .site-nav .button { width: 100%; }
  .menu-open { overflow: hidden; }
  .hero__media { inset-left: 35%; opacity: .48; }
  .machine-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
  .category-card:nth-child(2n) { border-right: 0; }
  .category-card:nth-last-child(-n+2) { border-bottom: 0; }
  .product-layout { grid-template-columns: 1fr; }
  .product-summary { position: static; }
  .site-footer__grid { grid-template-columns: 1.2fr .8fr; }
  .site-footer__grid > :last-child { grid-column: 1/-1; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body.admin-bar .site-header { top: 46px; }
  .section-heading { align-items: start; flex-direction: column; }
  .hero::after { background: linear-gradient(90deg, rgba(17,24,39,.97), rgba(17,24,39,.76)); }
  .hero__media { inset: 0; opacity: .32; }
  .hero__content { padding-block: 76px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__proof { display: grid; gap: 9px; }
  .trust-strip__grid, .machine-grid, .process-grid, .split-panel, .contact-grid { grid-template-columns: 1fr; }
  .trust-item { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--stone-200); }
  .trust-item:last-child { border-bottom: 0; }
  .machine-card__body p { min-height: 0; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 170px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .category-card:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .category-card:last-child { border-bottom: 0; }
  .split-panel__media img { min-height: 320px; }
  .cta-band { align-items: stretch; flex-direction: column; }
  .cta-band__actions { display: grid; }
  .filter-bar { grid-template-columns: 1fr; }
  .filter-bar .button { width: 100%; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery__item:first-child { grid-column: auto; }
  .facts { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 38px; padding-block: 52px; }
  .site-footer__grid > :last-child { grid-column: auto; }
  .legal-row { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .whatsapp-button { right: 14px; bottom: 14px; width: 52px; min-width: 52px; height: 52px; min-height: 52px; }
}

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

@media (prefers-contrast: more) {
  :root { --muted: #3f4856; --stone-200: #9ca3af; }
  .button { border-width: 3px; }
}
