:root {
  --ink: #17211f;
  --ink-2: #26312e;
  --paper: #f5f3ed;
  --white: #fff;
  --line: #d9ddd7;
  --muted: #6b7470;
  --accent: #d8ff45;
  --accent-dark: #b7df25;
  --orange: #f18a32;
  --green: #1f7254;
  --red: #b94236;
  --blue: #376886;
  --radius: 3px;
  --container: 1280px;
  --shadow: 0 16px 40px rgba(23, 33, 31, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, sans-serif; font-size: 15px; line-height: 1.6; }
body.menu-open, body.filters-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Barlow Condensed", Arial, sans-serif; line-height: .98; letter-spacing: -.02em; text-transform: uppercase; }
h1 { font-size: clamp(3.7rem, 6.7vw, 6.8rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.6rem, 4.4vw, 4.6rem); margin-bottom: 22px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 1080px); }
.section { padding: 110px 0; }
.section-small { padding: 34px 0 70px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--accent); }
.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; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); padding: 12px 22px; font-size: 13px; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: var(--ink); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-light { background: var(--white); color: var(--ink); }
.btn-whatsapp { background: #1f9f67; color: var(--white); }
.btn-outline { border-color: var(--line); background: var(--white); }
.btn-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; z-index: 50; top: 0; background: var(--white); box-shadow: 0 1px 0 rgba(23,33,31,.12); }
.utility-bar { color: #cad0ce; background: var(--ink); font-size: 11px; }
.utility-inner { display: flex; min-height: 31px; align-items: center; justify-content: space-between; letter-spacing: .04em; }
.utility-inner a { color: var(--white); font-weight: 700; }
.nav-wrap { display: flex; height: 74px; align-items: center; gap: 34px; }
.brand { display: inline-flex; min-width: 105px; flex-direction: column; line-height: .83; }
.brand span { font: 800 25px/1 "Barlow Condensed", sans-serif; letter-spacing: -.03em; }
.brand small { margin-top: 4px; font-size: 9px; font-weight: 800; letter-spacing: .33em; }
.brand-light { color: var(--white); }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 26px; }
.main-nav a { position: relative; font-size: 12px; font-weight: 700; }
.main-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--green); content: ""; opacity: 0; transform: scaleX(.4); transition: .2s; }
.main-nav a:hover::after, .main-nav a.active::after { opacity: 1; transform: scaleX(1); }
.header-cta { min-height: 42px; padding-inline: 20px; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; min-height: 765px; color: var(--white); overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(10,18,16,.91) 0%, rgba(10,18,16,.73) 38%, rgba(10,18,16,.08) 74%); }
.hero-content { position: relative; z-index: 1; padding-top: 105px; }
.hero h1 { max-width: 740px; margin-bottom: 18px; }
.hero-lead { max-width: 575px; margin-bottom: 35px; color: #e2e7e5; font-size: 18px; }
.hero-search { display: flex; width: min(100%, 770px); padding: 7px; background: var(--white); border-radius: var(--radius); }
.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 16px 0 8px; color: var(--ink); }
.search-icon { display: grid; width: 48px; place-items: center; color: var(--ink); font-size: 26px; }
.quick-categories { display: grid; width: min(100%, 890px); margin-top: 58px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.quick-categories a { display: grid; min-height: 108px; align-items: center; padding: 16px 26px; grid-template-columns: 35px 1fr 18px; border-right: 1px solid rgba(255,255,255,.28); transition: background .2s; }
.quick-categories a:first-child { border-left: 1px solid rgba(255,255,255,.28); }
.quick-categories a:hover { color: var(--ink); background: var(--accent); }
.quick-categories strong { font: 700 19px/1.05 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.category-number { align-self: start; padding-top: 13px; color: var(--accent); font-size: 10px; font-weight: 700; }
.quick-categories a:hover .category-number { color: var(--green); }
.quick-categories i { font-style: normal; font-size: 20px; }

.inventory-section { background: var(--paper); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head h2 { margin: 0; }
.machine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.machine-card { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.machine-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-image { position: relative; height: 245px; overflow: hidden; background: #e8e8e5; }
.card-image img { height: 100%; object-fit: cover; transition: transform .45s; }
.machine-card:hover .card-image img { transform: scale(1.025); }
.card-badges { position: absolute; top: 14px; left: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.badge { display: inline-flex; min-height: 26px; align-items: center; padding: 5px 9px; color: var(--white); background: var(--ink); border-radius: 2px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.badge.check { color: var(--ink); background: var(--accent); }
.badge.reserved { background: var(--orange); }
.badge.sold { background: var(--red); }
.badge.offer { background: var(--blue); }
.card-body { padding: 24px; }
.card-heading { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.card-heading h3 { margin: 0 0 5px; font-size: 29px; }
.card-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.card-ref { padding-top: 5px; color: var(--muted); font-size: 9px; }
.card-specs { display: grid; margin: 22px 0; padding: 16px 0; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-specs span { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.card-specs strong { display: block; font-size: 12px; }
.card-price-row { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.card-price strong { display: block; font: 700 24px/1 "Barlow Condensed", sans-serif; }
.card-price strong small { font: 500 10px Inter, sans-serif; }
.card-price span { color: var(--muted); font-size: 10px; }
.card-link { font-weight: 800; font-size: 12px; white-space: nowrap; }
.card-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.machine-card:hover .card-link span { transform: translateX(4px); }

.check-section { padding: 90px 0; color: var(--white); background: var(--ink); }
.check-layout { display: grid; align-items: center; grid-template-columns: 1fr 1.2fr; gap: 75px; }
.check-intro { display: flex; align-items: center; gap: 32px; }
.check-intro h2 { margin-bottom: 12px; }
.check-intro p:last-child { margin: 0; color: #bfc7c4; }
.check-seal { display: grid; width: 136px; min-width: 136px; height: 136px; align-content: center; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent); text-align: center; transform: rotate(-7deg); }
.check-seal span { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.check-seal strong { font: 800 30px/1 "Barlow Condensed", sans-serif; }
.check-seal small { margin-top: 5px; font-size: 8px; letter-spacing: .2em; }
.check-seal.dark { color: var(--ink); border-color: var(--ink); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #3d4744; border-left: 1px solid #3d4744; }
.check-list div { position: relative; min-height: 120px; padding: 26px 25px 22px 55px; border-right: 1px solid #3d4744; border-bottom: 1px solid #3d4744; }
.check-list span { position: absolute; top: 28px; left: 21px; color: var(--accent); font-size: 10px; font-weight: 800; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font: 700 20px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.check-list small { color: #aab3b0; }
.trust-strip { padding: 32px 0; color: var(--white); background: var(--green); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 6px 34px; border-right: 1px solid rgba(255,255,255,.25); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--accent); font: 700 31px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.trust-grid span { margin-top: 7px; font-size: 11px; }
.dual-cta { background: var(--white); }
.dual-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.cta-card { min-height: 460px; padding: 55px; border-radius: var(--radius); overflow: hidden; }
.cta-card h2 { font-size: clamp(2.7rem, 4vw, 4rem); }
.cta-card p:not(.eyebrow) { max-width: 430px; }
.sell-card { position: relative; color: var(--white); background: var(--green); }
.sell-card > div { position: relative; z-index: 2; width: 54%; }
.sell-card img { position: absolute; right: -24%; bottom: 0; width: 72%; height: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: .85; mask-image: linear-gradient(90deg, transparent, #000 27%); }
.find-card { display: flex; flex-direction: column; align-items: start; justify-content: center; background: var(--accent); }
.company-section { background: var(--paper); }
.company-layout { display: grid; align-items: center; grid-template-columns: 1.1fr .9fr; gap: 90px; }
.company-photo { position: relative; height: 550px; }
.company-photo img { height: 100%; object-fit: cover; }
.company-photo span { position: absolute; right: 20px; bottom: 20px; padding: 8px 12px; color: var(--white); background: rgba(23,33,31,.8); font-size: 8px; letter-spacing: .08em; }
.company-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.tick-list { margin: 30px 0; padding: 0; list-style: none; }
.tick-list li { padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.tick-list li::before { margin-right: 12px; color: var(--green); content: "✓"; }
.contact-band { padding: 65px 0; color: var(--white); background: var(--ink); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-band h2 { margin-bottom: 10px; }
.contact-band p:last-child { margin: 0; color: #bfc7c4; }
.contact-actions { display: flex; gap: 10px; }
.site-footer { padding: 65px 0 24px; color: #b9c1be; background: #0d1412; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 7px; }
.footer-grid strong { margin-bottom: 10px; color: var(--white); }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #2c3432; font-size: 10px; }

/* Catalog */
.catalog-hero { padding: 64px 0 66px; background: var(--paper); }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 45px; color: var(--muted); font-size: 11px; }
.breadcrumbs a { color: var(--ink); }
.catalog-hero h1 { margin-bottom: 20px; font-size: clamp(3.5rem, 5.8vw, 5.7rem); }
.catalog-hero > .container > p:last-child { max-width: 690px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.catalog-section { padding: 38px 0 100px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.catalog-toolbar > div strong, .catalog-toolbar > div span { display: block; }
.catalog-toolbar > div strong { font-size: 15px; }
.catalog-toolbar > div span { color: var(--muted); font-size: 10px; }
.catalog-toolbar label { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 11px; }
.catalog-toolbar select { min-width: 175px; border: 1px solid var(--line); padding: 10px 35px 10px 12px; background: var(--white); }
.catalog-layout { display: grid; align-items: start; grid-template-columns: 252px 1fr; gap: 32px; }
.filters { position: sticky; top: 126px; border: 1px solid var(--line); background: var(--white); }
.filter-head { display: flex; align-items: center; justify-content: space-between; padding: 18px; color: var(--white); background: var(--ink); }
.filter-head strong { font: 700 18px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.filter-close { display: none; border: 0; color: var(--white); background: none; font-size: 30px; }
.filter-group { margin: 0; padding: 20px 18px; border: 0; border-bottom: 1px solid var(--line); }
.filter-group > label:first-child, .filter-group legend { display: flex; width: 100%; align-items: center; justify-content: space-between; margin: 0 0 12px; padding: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.filter-group input[type="search"] { width: 100%; border: 1px solid var(--line); padding: 10px; outline: 0; }
.filter-group input[type="search"]:focus { border-color: var(--green); }
.check-control { display: flex; align-items: center; gap: 9px; margin: 9px 0; color: var(--ink); cursor: pointer; font-size: 12px; }
.check-control input { position: absolute; opacity: 0; }
.check-control > span { display: grid; width: 17px; height: 17px; flex: 0 0 17px; border: 1px solid #aeb4b0; place-items: center; }
.check-control input:checked + span { border-color: var(--green); background: var(--green); }
.check-control input:checked + span::after { color: var(--white); content: "✓"; font-size: 11px; }
.check-control small { margin-left: auto; color: var(--muted); }
.check-feature { margin: 0; padding: 18px; background: #f0f7dc; }
input[type="range"] { width: 100%; accent-color: var(--green); }
.apply-filters { display: none; width: calc(100% - 36px); margin: 18px; }
.clear-filters { width: 100%; border: 0; border-top: 1px solid var(--line); padding: 13px; background: none; color: var(--muted); cursor: pointer; font-size: 11px; }
.catalog-grid { grid-template-columns: repeat(2, 1fr); }
.active-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 15px; }
.active-chips:empty { display: none; }
.chip { border: 1px solid var(--line); border-radius: 50px; padding: 5px 10px; background: var(--white); color: var(--muted); font-size: 10px; }
.empty-state { padding: 100px 20px; text-align: center; background: var(--paper); }
.empty-state strong { display: block; font: 700 28px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.filter-mobile, .filter-backdrop { display: none; }
.catalog-help { padding: 58px 0; color: var(--white); background: var(--green); }
.catalog-help .container { display: grid; align-items: center; grid-template-columns: 1.3fr 1fr auto; gap: 60px; }
.catalog-help h2 { margin: 0; }
.catalog-help p { margin: 0; }

/* Machine */
.machine-breadcrumbs { margin: 28px 0 4px; }
.machine-top-grid { display: grid; align-items: start; grid-template-columns: 1.2fr .8fr; gap: 48px; }
.gallery-main { position: relative; height: 570px; overflow: hidden; background: var(--paper); }
.gallery-main > img { height: 100%; object-fit: cover; }
.demo-label { position: absolute; top: 17px; left: 17px; padding: 7px 10px; background: rgba(255,255,255,.9); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.gallery-count { position: absolute; right: 17px; bottom: 17px; border: 0; border-radius: 3px; padding: 8px 12px; background: var(--white); font-size: 11px; }
.gallery-thumbs { display: grid; margin-top: 10px; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.gallery-thumbs button { position: relative; height: 102px; overflow: hidden; border: 2px solid transparent; padding: 0; background: var(--paper); cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--green); }
.gallery-thumbs img { height: 100%; object-fit: cover; }
.video-thumb::after { position: absolute; inset: 0; background: rgba(23,33,31,.48); content: ""; }
.video-thumb span { position: absolute; z-index: 1; inset: 0; display: grid; color: var(--white); font-size: 11px; font-weight: 700; place-items: center; }
.machine-summary { position: sticky; top: 126px; border-top: 5px solid var(--accent); padding: 30px 34px; background: var(--white); box-shadow: var(--shadow); }
.summary-status { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.status-badge { padding: 6px 9px; color: var(--white); border-radius: 2px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-badge.available { background: var(--green); }
.machine-ref { color: var(--muted); font-size: 10px; }
.machine-summary h1 { margin: 0; font-size: clamp(3.2rem, 4.4vw, 4.7rem); }
.machine-type { color: var(--muted); }
.check-inline { display: grid; align-items: center; margin: 25px 0; padding: 12px 14px; grid-template-columns: 28px auto 1fr; gap: 7px; background: #f0f7dc; }
.check-inline > span { display: grid; width: 27px; height: 27px; border-radius: 50%; color: var(--accent); background: var(--ink); place-items: center; }
.check-inline b { font-size: 11px; }
.check-inline small { justify-self: end; color: var(--muted); }
.summary-price { margin: 25px 0; }
.summary-price > strong { display: block; font: 700 37px/1 "Barlow Condensed", sans-serif; }
.summary-price > strong small { font: 600 11px Inter, sans-serif; }
.summary-price > span { color: var(--muted); font-size: 11px; }
.summary-highlights { display: grid; margin-bottom: 24px; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.summary-highlights div { padding: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.summary-highlights span, .summary-highlights strong { display: block; }
.summary-highlights span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.summary-highlights strong { font-size: 12px; }
.summary-actions > div { display: grid; margin-top: 8px; grid-template-columns: 1fr 1fr; gap: 8px; }
.summary-note { margin: 17px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.sold-banner { margin: 0 0 22px; padding: 18px; color: var(--white); background: var(--red); }
.sold-banner strong, .sold-banner span { display: block; }
.sold-banner strong { font: 800 28px "Barlow Condensed", sans-serif; }
.sold-banner span { font-size: 11px; }
.sold-actions p { font-weight: 700; }
.anchor-nav { position: sticky; z-index: 25; top: 105px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.anchor-nav .container { display: flex; gap: 35px; }
.anchor-nav a { padding: 15px 0; font-size: 11px; font-weight: 700; }
.data-note { padding: 7px 10px; color: var(--muted); background: var(--paper); font-size: 9px; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-grid div { min-height: 105px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-grid span, .spec-grid strong { display: block; }
.spec-grid span { margin-bottom: 7px; color: var(--muted); font-size: 10px; }
.spec-grid strong { font: 700 22px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.description { max-width: 760px; margin: 38px 0 0; color: var(--muted); font-size: 16px; }
.condition-section { padding: 90px 0; color: var(--white); background: var(--ink); }
.condition-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.condition-grid > div > p:last-child { color: #b9c2be; }
.condition-grid ul { display: grid; margin: 0; padding: 0; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid #3a4541; border-left: 1px solid #3a4541; }
.condition-grid li { display: flex; align-items: center; gap: 15px; min-height: 112px; padding: 20px; border-right: 1px solid #3a4541; border-bottom: 1px solid #3a4541; }
.condition-grid li > span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; color: var(--ink); background: var(--accent); place-items: center; }
.condition-grid strong, .condition-grid small { display: block; }
.condition-grid strong { font-size: 12px; }
.condition-grid small { color: #aeb8b4; font-size: 10px; }
.check-detail { background: var(--paper); }
.check-detail-head { display: grid; align-items: center; margin-bottom: 55px; grid-template-columns: 170px 1fr; gap: 50px; }
.check-detail-head h2 { margin-bottom: 13px; }
.check-detail-head p:last-child { max-width: 690px; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.process-grid div { min-height: 145px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.process-grid span, .process-grid strong { display: block; }
.process-grid span { margin-bottom: 35px; color: var(--green); font-size: 10px; font-weight: 800; }
.process-grid strong { font: 700 17px/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.proposal-note { margin: 18px 0 0; color: var(--muted); font-size: 9px; }
.warranty-video { background: var(--white); }
.two-col-content { display: grid; grid-template-columns: .7fr 1.3fr; gap: 22px; }
.warranty-card { display: flex; min-height: 390px; flex-direction: column; align-items: start; justify-content: center; padding: 50px; background: var(--accent); }
.warranty-card h2 { margin-bottom: 12px; }
.video-card { position: relative; min-height: 390px; overflow: hidden; }
.video-card img { height: 100%; object-fit: cover; }
.video-card::after { position: absolute; inset: 0; background: rgba(14,21,19,.48); content: ""; }
.video-card button { position: absolute; z-index: 1; inset: 0; display: flex; border: 0; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: none; cursor: pointer; }
.video-card button > span { display: grid; width: 60px; height: 60px; margin-bottom: 14px; border-radius: 50%; color: var(--ink); background: var(--accent); place-items: center; }
.video-card button strong { font: 700 25px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.video-card button small { color: #d2d8d5; }
.machine-contact-section { padding: 100px 0; color: var(--white); background: var(--green); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.contact-grid > div > p { color: #d9e2df; }
.direct-contact { display: block; margin-top: 23px; }
.direct-contact span, .direct-contact strong { display: block; }
.direct-contact span { color: var(--accent); font-size: 9px; text-transform: uppercase; }
.contact-form { padding: 35px; color: var(--ink); background: var(--white); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 15px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { display: block; width: 100%; margin-top: 6px; border: 1px solid var(--line); border-radius: 0; padding: 11px 12px; outline: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); }
.privacy-check { display: flex !important; align-items: center; gap: 9px; text-transform: none !important; }
.privacy-check small { color: var(--muted); font-weight: 400; }
.form-feedback { margin: 10px 0 0; color: var(--green); font-size: 11px; font-weight: 700; text-align: center; }
.similar-section { background: var(--paper); }
.mobile-contact-bar { display: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 11px; }
  .machine-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .check-layout { gap: 40px; }
  .check-intro { align-items: start; flex-direction: column; }
  .company-layout { gap: 50px; }
  .machine-top-grid { gap: 25px; }
  .gallery-main { height: 470px; }
  .machine-summary { padding: 25px; }
}

@media (max-width: 900px) {
  .container, .narrow { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 80px 0; }
  .nav-wrap { height: 67px; justify-content: space-between; }
  .menu-toggle { display: grid; width: 45px; height: 42px; align-content: center; gap: 4px; margin-left: auto; padding: 6px; }
  .menu-toggle span { display: block; width: 23px; height: 2px; background: var(--ink); }
  .menu-toggle b { position: absolute; overflow: hidden; width: 1px; height: 1px; }
  .main-nav { position: fixed; z-index: 55; top: 98px; right: 0; bottom: 0; width: min(420px, 88vw); align-items: stretch; justify-content: start; padding: 35px; flex-direction: column; background: var(--white); transform: translateX(105%); transition: transform .3s; }
  .menu-open .main-nav { transform: translateX(0); }
  .main-nav a { padding: 10px 0; font: 700 22px "Barlow Condensed", sans-serif; text-transform: uppercase; }
  .header-cta { display: none; }
  .hero { min-height: 740px; }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: 5rem; }
  .quick-categories { margin-top: 45px; }
  .quick-categories a { padding: 13px; grid-template-columns: 26px 1fr 12px; }
  .check-layout, .company-layout, .machine-top-grid, .condition-grid, .contact-grid { grid-template-columns: 1fr; }
  .check-intro { flex-direction: row; }
  .trust-grid { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .dual-grid { grid-template-columns: 1fr; }
  .company-photo { height: 430px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-mobile { display: inline-flex; gap: 10px; border-color: var(--line); background: var(--white); }
  .filter-mobile span { display: grid; width: 19px; height: 19px; border-radius: 50%; color: var(--white); background: var(--green); place-items: center; font-size: 9px; }
  .filters { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(360px, 92vw); overflow-y: auto; transform: translateX(105%); transition: transform .3s; }
  .filters-open .filters { transform: translateX(0); }
  .filter-close, .apply-filters { display: block; }
  .filter-backdrop { position: fixed; z-index: 70; inset: 0; background: rgba(12,18,16,.55); }
  .filters-open .filter-backdrop { display: block; }
  .catalog-help .container { grid-template-columns: 1fr auto; }
  .catalog-help .container > p { display: none; }
  .machine-summary { position: static; }
  .anchor-nav { top: 98px; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .two-col-content { grid-template-columns: 1fr; }
  .warranty-card { min-height: 300px; }
}

@media (max-width: 640px) {
  body[data-page="machine"] { padding-bottom: 63px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 66px 0; }
  h2 { font-size: 2.9rem; }
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .main-nav { top: 67px; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,18,16,.92), rgba(10,18,16,.55)); }
  .hero-content { padding-top: 72px; }
  .hero h1 { font-size: 3.8rem; }
  .hero-lead { font-size: 15px; }
  .hero-search { flex-wrap: wrap; padding: 6px; }
  .hero-search input { height: 48px; }
  .hero-search .btn { width: 100%; }
  .quick-categories { margin-top: 35px; grid-template-columns: 1fr; border: 0; }
  .quick-categories a, .quick-categories a:first-child { min-height: 66px; border: 1px solid rgba(255,255,255,.28); border-bottom: 0; }
  .quick-categories a:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
  .category-number { padding-top: 5px; }
  .section-head { align-items: start; flex-direction: column; }
  .machine-grid, .catalog-grid { grid-template-columns: 1fr; }
  .card-image { height: 235px; }
  .check-intro { flex-direction: column; }
  .check-list { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 3px 14px; }
  .trust-grid div:nth-child(odd) { padding-left: 0; }
  .cta-card { min-height: 420px; padding: 36px; }
  .sell-card > div { width: 90%; }
  .sell-card img { right: -37%; width: 95%; opacity: .38; }
  .company-photo { height: 330px; }
  .contact-band-inner, .contact-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .catalog-hero { padding: 48px 0; }
  .breadcrumbs { margin-bottom: 30px; }
  .catalog-hero h1 { font-size: 3.6rem; }
  .catalog-toolbar { align-items: stretch; flex-wrap: wrap; gap: 18px; }
  .catalog-toolbar label { width: 100%; justify-content: space-between; }
  .catalog-toolbar select { flex: 1; }
  .catalog-help .container { grid-template-columns: 1fr; }
  .machine-breadcrumbs { overflow-x: auto; white-space: nowrap; }
  .machine-top { padding-top: 10px; }
  .gallery-main { height: 360px; }
  .gallery-thumbs button { height: 72px; }
  .machine-summary { margin: 0 -4px; padding: 24px 20px; }
  .anchor-nav { top: 67px; overflow-x: auto; }
  .anchor-nav .container { width: max-content; padding-inline: 14px; }
  .spec-grid, .condition-grid ul { grid-template-columns: 1fr 1fr; }
  .spec-grid div { min-height: 93px; padding: 17px; }
  .spec-grid strong { font-size: 18px; }
  .condition-grid { gap: 35px; }
  .condition-grid li { align-items: start; min-height: 125px; padding: 15px; flex-direction: column; }
  .check-detail-head { grid-template-columns: 1fr; gap: 30px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid div { min-height: 118px; }
  .process-grid span { margin-bottom: 20px; }
  .warranty-card { min-height: 270px; padding: 35px; }
  .video-card { min-height: 290px; }
  .contact-grid { gap: 40px; }
  .contact-form { padding: 24px 18px; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
  .mobile-contact-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; height: 63px; grid-template-columns: 1fr 1fr 1.2fr; background: var(--white); box-shadow: 0 -5px 20px rgba(0,0,0,.12); }
  .mobile-contact-bar a { display: grid; border-right: 1px solid var(--line); font-size: 11px; font-weight: 800; place-items: center; }
  .mobile-contact-bar a:last-child { background: var(--accent); }
}

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