:root {
  --orange: #f68b1f;
  --orange-dark: #d9690a;
  --ink: #181411;
  --ink-2: #251d18;
  --paper: #f5f2ed;
  --white: #fff;
  --muted: #706963;
  --line: rgba(24, 20, 17, .14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); 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; left: 16px; top: -60px; z-index: 100; background: var(--orange); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: #fff; box-shadow: 0 5px 22px rgba(0,0,0,.12); transition: box-shadow .25s; }
.site-header.scrolled { background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.nav-wrap { min-height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 6px; background: #fff; }
.brand img { width: 230px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--orange); }
.main-nav .nav-cta { padding: 12px 18px; color: var(--ink); background: var(--orange); }
.main-nav .nav-cta:hover { color: var(--ink); background: #ffa23f; }
.menu-button { display: none; width: 46px; height: 42px; padding: 9px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 900px; display: flex; align-items: center; color: var(--white); background: #171310 url("assets/hero-hq.webp") center 48% / cover no-repeat; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,11,9,.93) 0%, rgba(14,11,9,.74) 43%, rgba(14,11,9,.18) 74%), linear-gradient(0deg, rgba(14,11,9,.7), transparent 42%); }
.hero-content { position: relative; z-index: 2; padding-top: 168px; padding-bottom: 96px; }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 42px; height: 3px; margin-right: 12px; vertical-align: middle; background: currentColor; }
.eyebrow.light { color: var(--orange); }
h1, h2, h3 { margin-top: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 400; text-transform: uppercase; line-height: .96; letter-spacing: .015em; }
h1 { max-width: 850px; margin-bottom: 26px; font-size: clamp(64px, 7.2vw, 110px); }
h1 em, h2 span { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 620px; margin: 0 0 34px; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--orange); }
.button-primary:hover { background: #ffa13a; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--orange); }
.button-download { color: #fff; border-color: var(--orange); background: rgba(246,139,31,.12); }
.button-download:hover { color: var(--ink); background: var(--orange); }
.hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(100%, 1120px); gap: 0; margin-top: 54px; }
.hero-proof .proof-item { min-width: 0; display: grid; grid-template-columns: 60px minmax(0, 1fr); align-items: center; gap: 14px; min-height: 58px; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.22); }
.hero-proof .proof-item:first-child { padding-left: 0; border-left: 0; }
.proof-icon { width: 60px; height: 54px; display: grid !important; place-items: center; }
.proof-icon > svg { width: 39px; height: 39px; fill: none; stroke: var(--orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.proof-icon > img { width: 43px; height: 43px; object-fit: contain; }
.proof-icon > img.tractor-mini { width: 56px; height: 36px; }
.proof-icon > img.peru-mini { width: 31px; height: 45px; }
.proof-icon > img.experience-mini { width: 44px; height: 44px; }
.proof-item span { display: block; }
.proof-item strong [data-counter] { display: inline; }
.proof-item strong { display: block; color: var(--orange); font-size: 14px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.proof-item small { display: block; margin-top: 5px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.experience-proof strong { white-space: nowrap; }
.section { padding: 120px 0; }
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.about h2, .services h2, .advantages h2, .contact h2, .section-heading h2 { margin-bottom: 28px; font-size: clamp(50px, 5.8vw, 82px); }
.about .lead { color: var(--ink); font-size: 19px; font-weight: 700; }
.about-copy > p:not(.eyebrow) { max-width: 530px; }
.about-copy > p { color: var(--muted); }
.text-link { display: inline-block; margin-top: 18px; padding-bottom: 4px; border-bottom: 2px solid var(--orange); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.about-visual { position: relative; min-height: 620px; }
.about-visual img { height: 620px; object-fit: cover; object-position: center 48%; filter: saturate(.9) contrast(1.05); }
.about-visual::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; z-index: 0; border: 2px solid var(--orange); }
.about-visual img, .experience-card { position: relative; z-index: 1; }
.experience-card { position: absolute; right: -24px; bottom: 28px; width: 290px; padding: 26px; color: #fff; background: var(--ink); }
.experience-card span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.experience-card strong { display: block; margin: 6px 0; font-size: 19px; text-transform: uppercase; }
.experience-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.values { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 92px; border: 1px solid var(--line); background: #faf9f7; }
.values span { position: relative; min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px 12px; border-left: 1px solid var(--line); text-align: center; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transition: background .25s, transform .25s; }
.values span:first-child { border-left: 0; }
.values span::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--orange); transform: scaleX(0); transition: transform .25s; }
.values span:hover { z-index: 1; background: #fff; transform: translateY(-4px); box-shadow: 0 12px 28px rgba(24,20,17,.09); }
.values span:hover::before { transform: scaleX(1); }
.values img { width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; }

.fleet { color: #fff; background: var(--ink); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: rgba(255,255,255,.6); }
.fleet-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.machine-card { position: relative; min-height: 530px; grid-column: span 4; overflow: hidden; background: #342a24; }
.machine-card:nth-child(4), .machine-card:nth-child(5) { grid-column: span 6; min-height: 460px; }
.machine-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 50%; transition: transform .55s ease; }
.machine-card:nth-child(1) img { object-position: center 55%; }
.machine-card:nth-child(2) img { object-position: center 53%; }
.machine-card:nth-child(3) img { object-position: center 48%; }
.machine-card:nth-child(4) img { object-position: center 52%; }
.machine-card:nth-child(5) img { object-position: center 52%; }
.machine-card:hover img { transform: scale(1.04); }
.machine-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35), transparent 40%, rgba(0,0,0,.88)); }
.machine-top { position: absolute; inset: 22px 22px auto; display: flex; justify-content: space-between; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.machine-top b { color: var(--orange); }
.machine-info { position: absolute; inset: auto 24px 24px; }
.machine-info h3 { margin-bottom: 8px; color: #fff; font-size: 43px; }
.machine-info p { margin: 0 0 20px; color: rgba(255,255,255,.68); font-size: 13px; }
.machine-details { width: 100%; display: flex; justify-content: space-between; padding: 14px 0 0; color: #fff; border: 0; border-top: 1px solid rgba(255,255,255,.25); background: transparent; cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.machine-details span { color: var(--orange); font-size: 20px; line-height: .7; }

.services { background: #f0ede8; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.service-photo { position: relative; }
.service-photo img { height: 720px; object-fit: cover; object-position: center 38%; }
.photo-label { position: absolute; right: -25px; bottom: 35px; width: 270px; padding: 22px; color: #fff; background: var(--ink); }
.photo-label span { display: block; color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.photo-label strong { font-size: 18px; text-transform: uppercase; }
.service-list article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.service-list article:last-child { border-bottom: 1px solid var(--line); }
.service-list b { color: var(--orange); font-family: Impact, sans-serif; font-size: 22px; font-weight: 400; }
.service-list h3 { margin-bottom: 6px; font-size: 27px; }
.service-list p { margin: 0; color: var(--muted); font-size: 14px; }

.advantages { background: #fff; }
.section-heading.dark { color: var(--ink); }
.advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.advantage { position: relative; min-height: 370px; padding: 34px 32px 78px; border: 1px solid var(--line); background: linear-gradient(145deg, #fff 60%, #f7f3ee); overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s; }
.advantage:hover { transform: translateY(-6px); border-color: rgba(246,139,31,.55); box-shadow: 0 18px 40px rgba(43,32,24,.12); }
.advantage:first-child { border-left: 0; }
.advantage:first-child { border-left: 1px solid var(--line); }
.advantage > span { position: absolute; right: 20px; top: 14px; color: #ded8d2; font-family: Impact, sans-serif; font-size: 42px; }
.advantage .icon { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 42px; color: #fff; background: var(--orange); box-shadow: 8px 8px 0 #f2e4d4; }
.advantage .icon svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.advantage .icon.custom-icon img { width: 54px; height: 54px; object-fit: contain; }
.advantage .icon.tractor-icon img { width: 65px; height: 50px; }
.advantage .icon.peru-icon img { width: 31px; height: 48px; object-fit: contain; filter: brightness(0) invert(1); }
.advantage h3 { margin-bottom: 15px; font-size: 30px; }
.advantage p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.62; }
.advantage-tag { position: absolute; left: 32px; bottom: 28px; color: var(--orange-dark); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.advantage-tag::before { content: ""; display: inline-block; width: 23px; height: 2px; margin-right: 8px; vertical-align: middle; background: var(--orange); }
.advantage-peru { background: linear-gradient(145deg, #fff 50%, #fff0df); }

.safety-policy { position: relative; padding-bottom: 90px; background: #f3f3f2; overflow: hidden; }
.safety-policy::before { content: ""; position: absolute; top: 0; right: 0; width: 32%; height: 8px; background: linear-gradient(90deg, transparent, var(--orange)); }
.safety-policy::after { content: ""; position: absolute; right: -110px; bottom: -180px; width: 380px; height: 380px; border: 52px solid rgba(24,20,17,.045); border-radius: 50%; }
.safety-policy .container { position: relative; z-index: 1; }
.safety-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.safety-heading h2 { margin: 0; font-size: clamp(50px,5.8vw,82px); }
.safety-heading h2 span { color: var(--orange); }
.safety-heading > p { margin: 0 0 8px; padding-left: 22px; border-left: 3px solid var(--orange); color: #5e625c; font-size: 16px; }
.safety-eyebrow { color: var(--orange-dark); }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.safety-card { position: relative; display: grid; grid-template-columns: 108px 1fr; min-height: 188px; border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 30px rgba(24,20,17,.07); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.safety-card::after { content: ""; position: absolute; inset: 0 0 auto 108px; height: 3px; background: linear-gradient(90deg,var(--orange),transparent); }
.safety-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(24,20,17,.11); }
.safety-icon { display: grid; place-items: center; color: var(--orange); background: linear-gradient(160deg,#25211e,#100e0c); }
.safety-icon img { width: 62px; height: 62px; object-fit: contain; }
.safety-card > div:last-child { position: relative; padding: 25px 30px; }
.safety-card span { position: absolute; right: 22px; top: 17px; color: #e1e4de; font-family: Impact,sans-serif; font-size: 35px; }
.safety-card h3 { margin-bottom: 12px; padding-right: 40px; color: var(--ink); font-size: 29px; }
.safety-card p { margin: 0; color: #5f5c58; font-size: 15px; line-height: 1.55; }
.clients { padding: 92px 0 78px; background: #fff; overflow: hidden; }
.clients-heading { margin-bottom: 48px; }
.clients-heading h2 { margin: 0; font-size: clamp(48px,5.3vw,76px); }
.clients-heading h2 span { color: var(--orange); }
.logo-marquee { position: relative; width: 100%; overflow: hidden; border-block: 1px solid var(--line); background: #fff; }
.logo-marquee::before, .logo-marquee::after { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 2; width: min(12vw,150px); pointer-events: none; background: linear-gradient(90deg,#fff,transparent); }
.logo-marquee::after { right: 0; left: auto; transform: rotate(180deg); }
.logo-track { width: max-content; display: flex; align-items: center; animation: logo-scroll 32s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.client-logo { width: 240px; height: 142px; display: grid; flex: 0 0 auto; place-items: center; padding: 28px 34px; border-right: 1px solid var(--line); background: #fff; }
.client-logo img { max-width: 100%; max-height: 84px; width: auto; height: auto; object-fit: contain; }
@keyframes logo-scroll { to { transform: translateX(-50%); } }

.contact { padding: 120px 0; color: #fff; background: #090807; }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.62); }
.contact-details { margin-top: 45px; display: grid; gap: 18px; }
.contact-details a, .contact-details > div { padding-left: 18px; border-left: 3px solid var(--orange); }
.contact-details small { display: block; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { font-size: 14px; }
.quote-form { padding: 38px; color: var(--ink); background: #fff; }
.quote-form label { display: block; margin-bottom: 20px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid #bbb4ad; border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; text-transform: none; transition: border .2s; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.site-footer { padding: 55px 0 24px; color: var(--ink); background: #fff; border-top: 9px solid var(--orange); }
.footer-top { display: grid; grid-template-columns: auto 1fr; gap: 45px; align-items: center; justify-content: space-between; padding-bottom: 35px; }
.footer-top p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-brand img { width: 330px; }
.footer-links { display: flex; gap: 24px; color: #514a44; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover { color: var(--orange-dark); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid var(--line); color: #817870; font-size: 10px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 8px 24px rgba(0,0,0,.28); font-size: 12px; font-weight: 900; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); }

.machine-modal { width: min(560px, calc(100% - 30px)); padding: 44px; border: 0; color: var(--ink); background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.4); }
.machine-modal::backdrop { background: rgba(15,12,10,.8); backdrop-filter: blur(4px); }
.machine-modal h2 { margin-bottom: 8px; font-size: 54px; }
.machine-modal > p:not(.eyebrow) { color: var(--muted); }
.machine-modal ul { margin: 24px 0 32px; padding: 0; list-style: none; }
.machine-modal li { padding: 10px 0 10px 28px; border-top: 1px solid var(--line); }
.machine-modal li::before { content: "✓"; float: left; margin-left: -28px; color: var(--orange); font-weight: 900; }
.modal-close { position: absolute; right: 16px; top: 12px; border: 0; background: transparent; cursor: pointer; font-size: 32px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; visibility: hidden; opacity: 0; color: #fff; background: rgba(18,14,12,.98); font-size: 18px; transition: opacity .2s, visibility .2s; }
  .main-nav.open { visibility: visible; opacity: 1; }
  .menu-button { position: relative; z-index: 2; display: block; }
  body.menu-open .menu-button span:not(.sr-only) { background: #fff; }
  .about-grid, .services-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-copy { max-width: 700px; }
  .about-visual, .about-visual img { min-height: 520px; height: 520px; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .machine-card, .machine-card:nth-child(4), .machine-card:nth-child(5) { grid-column: auto; min-height: 530px; }
  .machine-card:last-child { grid-column: 1 / -1; min-height: 460px; }
  .advantages-grid { grid-template-columns: 1fr 1fr; }
  .advantage:nth-child(3) { border-left: 1px solid var(--line); }
  .safety-heading { grid-template-columns: 1fr; gap: 28px; }
  .safety-grid { grid-template-columns: 1fr; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; row-gap: 24px; }
  .hero-proof .proof-item:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section, .contact { padding: 68px 0; }
  .nav-wrap { min-height: 82px; }
  .brand { padding: 4px; }
  .brand img { width: 182px; }
  .hero { min-height: 0; height: auto; max-height: none; align-items: flex-start; background-position: 55% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(14,11,9,.93), rgba(14,11,9,.58)), linear-gradient(0deg, rgba(14,11,9,.88), transparent 55%); }
  .hero-content { padding-top: 120px; padding-bottom: 48px; }
  h1 { margin-bottom: 20px; font-size: clamp(48px, 14vw, 68px); }
  .hero-copy { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 30px; }
  .hero-proof .proof-item { grid-template-columns: 66px minmax(0, 1fr); min-width: 0; min-height: 52px; padding: 0; border-left: 0; }
  .proof-icon { width: 66px; height: 48px; }
  .proof-icon > svg { width: 35px; height: 35px; }
  .proof-icon > img { width: 40px; height: 40px; }
  .proof-icon > img.tractor-mini { width: 54px; height: 34px; }
  .proof-icon > img.peru-mini { width: 28px; height: 41px; }
  .proof-icon > img.experience-mini { width: 41px; height: 41px; }
  .proof-item strong { font-size: 12px; }
  .proof-item small { margin-top: 2px; font-size: 8px; }
  .about h2, .services h2, .advantages h2, .contact h2, .section-heading h2 { font-size: 43px; }
  .about-visual, .about-visual img { min-height: 390px; height: 390px; }
  .about-visual::before { inset: 12px -8px -12px 12px; }
  .experience-card { right: -2px; width: 255px; }
  .values { grid-template-columns: 1fr 1fr; margin-top: 52px; }
  .values span { border-bottom: 1px solid var(--line); }
  .values span:last-child { grid-column: 1 / -1; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .machine-card, .machine-card:nth-child(4), .machine-card:nth-child(5), .machine-card:last-child { grid-column: auto; min-height: 500px; }
  .machine-card img, .machine-card:nth-child(n) img { object-position: center 50%; }
  .services-grid { gap: 38px; }
  .service-photo img { height: 440px; object-position: center 34%; }
  .photo-label { right: -2px; }
  .service-list article { grid-template-columns: 35px 1fr; gap: 12px; padding: 19px 0; }
  .service-list h3 { font-size: 23px; }
  .service-list p { font-size: 13px; }
  .advantages-grid { grid-template-columns: 1fr; }
  .advantage, .advantage:nth-child(3) { min-height: 0; padding: 28px 24px 72px; border: 1px solid var(--line); }
  .advantage .icon { margin-bottom: 30px; }
  .advantage h3 { font-size: 28px; }
  .advantage p { font-size: 15px; }
  .advantage-tag { left: 24px; bottom: 24px; }
  .safety-policy { padding-bottom: 55px; }
  .safety-heading h2 { font-size: 43px; }
  .safety-heading > p { font-size: 14px; }
  .safety-card { grid-template-columns: 82px 1fr; min-height: 0; }
  .safety-card::after { left: 82px; }
  .safety-icon img { width: 48px; height: 48px; }
  .safety-card > div:last-child { padding: 24px 20px; }
  .safety-card h3 { font-size: 24px; }
  .safety-card p { font-size: 14px; }
  .clients { padding: 58px 0 54px; }
  .clients-heading { margin-bottom: 30px; }
  .clients-heading h2 { font-size: 42px; }
  .client-logo { width: 175px; height: 104px; padding: 18px 22px; }
  .client-logo img { max-height: 66px; }
  .logo-track { animation-duration: 25s; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 28px 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-brand img { width: min(100%, 330px); }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { display: grid; gap: 9px; }
  .machine-modal { padding: 38px 24px 28px; }
}

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