:root{
  --bg:#0a0f13;--bg2:#111820;--panel:#151d24;--line:#28323a;--text:#f5f7f8;--muted:#9aa4aa;
  --yellow:#ffc400;--yellow2:#ffb800;--white:#fff;--green:#17b55b;--max:1280px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.shell{width:min(calc(100% - 40px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:80;background:rgba(7,11,14,.96);backdrop-filter:blur(10px);border-bottom:1px solid #202830}
.header-row{height:86px;display:grid;grid-template-columns:315px 1fr auto;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-logo{width:64px;height:64px;object-fit:cover;border-radius:50%;border:2px solid var(--yellow)}.brand-copy{line-height:1}.brand-title{font-weight:950;font-size:23px;letter-spacing:-.8px;white-space:nowrap}.brand-title span{color:var(--yellow)}.brand-tag{font-size:8px;letter-spacing:1.1px;color:#c8ced2;margin-top:7px;font-weight:700}
.nav{display:flex;justify-content:center;gap:24px;font-size:12px;font-weight:700;color:#cfd5d9}.nav a{padding:34px 0 28px;border-bottom:3px solid transparent}.nav a:hover,.nav a.active{color:#fff;border-color:var(--yellow)}
.header-contact{display:flex;align-items:center;gap:10px}.phone{font-size:16px;font-weight:900}.wa-btn,.btn{border:0;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;cursor:pointer}.wa-btn{background:var(--yellow);color:#080808;padding:12px 15px;font-size:12px}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{position:relative;min-height:610px;overflow:hidden;background:#05080a}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,9,.97) 0%,rgba(4,7,9,.84) 42%,rgba(4,7,9,.18) 73%,rgba(4,7,9,.08) 100%)}
.hero-content{position:relative;z-index:2;padding:72px 0 55px;max-width:760px}.eyebrow{font-size:13px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:#d7dde1}.hero h1{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:clamp(56px,7vw,96px);line-height:.92;letter-spacing:-2px;margin:14px 0 20px;text-transform:uppercase}.hero h1 span{color:var(--yellow)}.hero-lead{font-size:21px;font-weight:700;line-height:1.32;max-width:660px;color:#f2f4f5;margin-bottom:28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:16px 23px;font-size:13px;text-transform:uppercase;letter-spacing:.2px}.btn-yellow{background:var(--yellow);color:#050607}.btn-dark{background:rgba(8,10,12,.68);border:1px solid #dfe5e8;color:#fff}.btn-green{background:var(--green);color:#fff}.hero-features{margin-top:36px;display:flex;gap:34px;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:800}.hero-icon{width:38px;height:38px;border:2px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--yellow);font-size:18px}
.hero-note{position:absolute;right:3vw;top:30px;z-index:4;background:#121a21;border-left:8px solid var(--yellow);padding:13px 20px;font-weight:950;text-transform:uppercase;font-size:14px;max-width:280px}
.section{padding:82px 0}.light{background:#f3f4f4;color:#101417}.dark{background:#0c1216}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:32px}.section-title{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:clamp(38px,5vw,64px);line-height:.95;margin:0;text-transform:uppercase;letter-spacing:-1px}.section-title span{color:var(--yellow)}.section-copy{max-width:520px;color:#687077;font-size:14px;line-height:1.65;margin:0}.dark .section-copy{color:#aeb7bd}
.catalog-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.catalog-card{grid-column:span 4;background:#12191f;border:1px solid #263039;min-height:385px;display:flex;flex-direction:column;overflow:hidden;border-radius:8px;transition:transform .25s,border-color .25s}.catalog-card:hover{transform:translateY(-4px);border-color:var(--yellow)}.catalog-card.wide{grid-column:span 6}.catalog-img{height:205px;overflow:hidden;background:#1d252b}.catalog-img img{width:100%;height:100%;object-fit:cover}.catalog-body{padding:18px;display:flex;flex-direction:column;flex:1}.catalog-kicker{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;color:#8f9aa0;font-weight:800}.catalog-card h3{font-size:24px;margin:7px 0 10px;text-transform:uppercase}.catalog-card p{font-size:13px;line-height:1.5;color:#aeb8bd;margin:0 0 14px}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.tag{font-size:9px;text-transform:uppercase;border:1px solid #3a454c;padding:6px 8px;color:#d9dfe2;font-weight:800}.card-link{margin-top:16px;padding-top:13px;border-top:1px solid #2c363d;display:flex;justify-content:space-between;color:var(--yellow);font-size:11px;font-weight:900;text-transform:uppercase}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.photo-panel{min-height:470px;border-radius:8px;overflow:hidden;position:relative}.photo-panel img{width:100%;height:100%;object-fit:cover}.photo-panel .caption{position:absolute;left:20px;bottom:20px;background:rgba(5,7,9,.82);border-left:5px solid var(--yellow);padding:13px 16px;font-weight:900;text-transform:uppercase}.text-panel{background:#11181e;border:1px solid #28333a;border-radius:8px;padding:34px}.text-panel h2{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:48px;line-height:.95;text-transform:uppercase;margin:0 0 18px}.text-panel h2 span{color:var(--yellow)}.text-panel p{color:#aeb8bd;line-height:1.7;font-size:14px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.process article{border:1px solid #303b42;border-top:4px solid var(--yellow);padding:18px;background:#0b1115}.process b{display:block;font-size:14px;margin-bottom:8px}.process p{font-size:12px;margin:0;color:#9ba5ab;line-height:1.45}
.fact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.fact{padding:23px;background:#fff;border:1px solid #dfe2e4;border-radius:7px}.fact .num{font-size:31px;font-weight:950;color:#111}.fact .num span{color:#b37e00}.fact p{font-size:12px;color:#687077;line-height:1.4;margin:8px 0 0}
.detail{padding:70px 0;background:#f5f6f6;color:#0f1418}.detail-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:18px}.content-card{background:#fff;border:1px solid #e0e3e5;border-radius:8px;padding:30px}.content-card h2,.content-card h3{font-family:Impact,'Arial Narrow',Arial,sans-serif;text-transform:uppercase;margin:0 0 18px;letter-spacing:-.5px}.content-card h2{font-size:42px}.content-card h3{font-size:28px}.content-card p{font-size:14px;line-height:1.7;color:#5d666d}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.feature{display:flex;gap:12px;border:1px solid #e2e5e6;padding:15px;border-radius:7px}.feature-icon{width:42px;height:42px;flex:0 0 42px;background:var(--yellow);border-radius:50%;display:grid;place-items:center;font-weight:900}.feature b{display:block;font-size:13px;margin-bottom:4px}.feature span{font-size:11px;line-height:1.4;color:#737d83}.spec-card{background:#10171c;color:#fff;border-radius:8px;padding:28px}.spec-card h3{font-family:Impact,'Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:29px;margin:0 0 14px}.spec-line{height:4px;width:45px;background:var(--yellow);margin-bottom:12px}.spec-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:10px 0;border-bottom:1px solid #313a40;font-size:12px}.spec-row span{color:#a8b0b5}.spec-row b{font-weight:700;text-align:right}.spec-note{font-size:10px;line-height:1.45;color:#879198;margin-top:14px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-img{height:245px;border-radius:7px;overflow:hidden;background:#d9dcde}.gallery-img img{width:100%;height:100%;object-fit:cover}.uses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.use-card{background:#fff;border:1px solid #e0e3e5;border-radius:7px;overflow:hidden}.use-card img{height:120px;width:100%;object-fit:cover}.use-card div{padding:15px}.use-card b{display:block;font-size:14px;margin-bottom:5px}.use-card p{font-size:11px;color:#707a80;line-height:1.45;margin:0}
.tabbar{display:grid;grid-template-columns:1fr 1fr;border-radius:8px;overflow:hidden;border:1px solid #374149;margin:-36px auto 30px;position:relative;z-index:5;background:#11181e}.tabbtn{border:0;padding:22px;background:#1a2228;color:#fff;text-align:left;cursor:pointer;display:flex;justify-content:space-between;gap:20px}.tabbtn.active{background:var(--yellow);color:#090a0b}.tabbtn b{font-size:20px;text-transform:uppercase}.tabbtn small{display:block;margin-top:4px;font-size:11px}.tab-pane{display:none}.tab-pane.active{display:block}
.cta{background:linear-gradient(90deg,var(--yellow) 0%,var(--yellow) 34%,#f5f6f6 34%,#f5f6f6 100%);color:#0b0d0e}.cta-row{min-height:145px;display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:35px}.cta-title{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:40px;line-height:.95;text-transform:uppercase}.cta-title small{display:block;font-family:Arial;font-size:13px;line-height:1.45;margin-top:10px;font-weight:700}.cta-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.cta-actions .btn{min-width:220px}
.coverage{background:#080d10;color:#fff;padding:35px 0;border-top:1px solid #273139}.coverage-row{display:grid;grid-template-columns:1.1fr repeat(4,.75fr);gap:20px;align-items:center}.coverage-main h3{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:36px;text-transform:uppercase;margin:0 0 6px}.coverage-main p{font-size:12px;color:#aeb6bb;margin:0}.coverage-item{font-size:11px;color:#c8d0d4;border-left:1px solid #303a40;padding-left:16px}.coverage-item b{display:block;color:var(--yellow);font-size:18px;margin-bottom:6px}
.site-footer{background:#050708;padding:26px 0;border-top:1px solid #222a2f}.footer-row{display:grid;grid-template-columns:280px 1fr auto;gap:30px;align-items:center}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo img{width:78px;height:78px;border-radius:4px;object-fit:cover}.footer-logo b{font-size:18px}.footer-logo b span{color:var(--yellow)}.footer-mid{color:#7f8990;font-size:11px}.footer-links{display:flex;gap:16px;font-size:11px;color:#bbc2c6}
.mobile-nav{display:none;background:#0c1216;border-bottom:1px solid #263039}.mobile-nav a{display:block;padding:15px 20px;border-bottom:1px solid #222c32;font-weight:700}
.form-modal{position:fixed;inset:0;background:rgba(0,0,0,.74);z-index:120;display:none;align-items:center;justify-content:center;padding:20px}.form-modal.open{display:flex}.modal-card{width:min(620px,100%);background:#11181e;border:1px solid #3a454c;padding:28px;border-radius:9px}.modal-head{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:18px}.modal-head h3{margin:0;font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:34px;text-transform:uppercase}.modal-close{background:none;border:0;color:#fff;font-size:28px;cursor:pointer}.rent-form{display:grid;gap:12px}.rent-form input,.rent-form select,.rent-form textarea{width:100%;background:#0b1014;color:#fff;border:1px solid #354047;padding:13px;border-radius:4px}.rent-form textarea{min-height:90px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-help{font-size:10px;color:#909a9f;line-height:1.45}
@media(max-width:1050px){.header-row{grid-template-columns:1fr auto}.nav,.header-contact .phone{display:none}.menu-btn{display:block}.mobile-nav.open{display:block}.catalog-card{grid-column:span 6}.split,.detail-grid{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.fact-grid,.uses-grid{grid-template-columns:1fr 1fr}.coverage-row{grid-template-columns:1fr 1fr}.footer-row{grid-template-columns:1fr}.hero-note{display:none}}
@media(max-width:680px){.shell{width:min(calc(100% - 26px),var(--max))}.header-row{height:72px}.brand-logo{width:50px;height:50px}.brand-title{font-size:18px}.brand-tag{display:none}.hero{min-height:690px}.hero-content{padding-top:62px}.hero-overlay{background:linear-gradient(0deg,rgba(4,7,9,.95) 0%,rgba(4,7,9,.68) 66%,rgba(4,7,9,.2) 100%)}.hero h1{font-size:54px}.hero-lead{font-size:17px}.hero-features{gap:16px}.catalog-grid{grid-template-columns:1fr}.catalog-card,.catalog-card.wide{grid-column:span 1}.section{padding:62px 0}.section-head{display:block}.section-copy{margin-top:18px}.photo-panel{min-height:340px}.text-panel{padding:24px}.process,.fact-grid,.feature-list,.gallery-grid,.uses-grid{grid-template-columns:1fr}.detail{padding:55px 0}.gallery-img{height:260px}.tabbar{grid-template-columns:1fr;margin-top:-20px}.cta{background:var(--yellow)}.cta-row{grid-template-columns:1fr;padding:25px 0}.cta-actions{background:#f5f6f6;padding:18px;margin:0 -13px -25px}.coverage-row{grid-template-columns:1fr}.coverage-item{border-left:0;border-top:1px solid #283139;padding:13px 0 0}.form-row{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}

/* Language switcher */
.lang-switch{display:inline-flex;align-items:center;gap:3px;padding:3px;background:#11181e;border:1px solid #2f3a42;border-radius:6px;white-space:nowrap}
.lang-switch button{appearance:none;border:0;background:transparent;color:#9ea8ae;font-size:9px;font-weight:900;letter-spacing:.25px;padding:7px 7px;border-radius:4px;cursor:pointer;line-height:1}
.lang-switch button:hover{color:#fff;background:#1d272e}.lang-switch button.active{background:var(--yellow);color:#080a0b}
body.modal-open{overflow:hidden}
@media(max-width:1180px){.header-row{grid-template-columns:280px 1fr auto}.brand-title{font-size:21px}.nav{gap:16px}.phone{font-size:14px}.wa-btn{padding:11px 12px}.lang-switch button{padding:7px 6px}}
@media(max-width:1050px){.lang-switch{margin-left:auto}.header-contact{gap:8px}}
@media(max-width:680px){.header-contact .wa-btn{display:none}.lang-switch button{font-size:8px;padding:7px 5px}.header-contact{gap:5px}.brand{gap:8px}.brand-logo{width:44px;height:44px}.brand-title{font-size:16px}}

/* =========================================================
   V3 COMPACT DESKTOP DENSITY
   Reduced oversized photography/headlines after desktop QA.
   Body copy remains readable; hero and media blocks are denser.
   ========================================================= */
@media (min-width:681px){
  :root{--max:1380px}
  .site-header .header-row{height:76px;grid-template-columns:300px 1fr auto;gap:16px}
  .brand-logo{width:56px;height:56px}
  .brand-title{font-size:21px}
  .brand-tag{margin-top:5px}
  .nav{gap:21px;font-size:11px}
  .nav a{padding:28px 0 23px}
  .phone{font-size:15px}
  .wa-btn{padding:11px 14px}

  .hero{min-height:500px}
  .hero-content{padding:52px 0 40px;max-width:690px}
  .eyebrow{font-size:12px;letter-spacing:1.6px}
  .hero h1{font-size:clamp(48px,5.4vw,76px);line-height:.94;letter-spacing:-1.5px;margin:12px 0 16px}
  .hero-lead{font-size:18px;line-height:1.35;max-width:610px;margin-bottom:22px}
  .btn{padding:14px 20px;font-size:12px}
  .hero-features{margin-top:24px;gap:25px}
  .hero-feature{font-size:10px}
  .hero-icon{width:34px;height:34px;font-size:16px}
  .hero-note{top:24px;padding:11px 17px;font-size:12px;max-width:245px}

  .section{padding:62px 0}
  .section-head{gap:38px;margin-bottom:24px}
  .section-title{font-size:clamp(34px,3.8vw,54px);line-height:.98}
  .section-copy{max-width:500px;font-size:13px;line-height:1.58}

  .catalog-grid{gap:12px}
  .catalog-card{min-height:330px}
  .catalog-img{height:165px}
  .catalog-body{padding:15px}
  .catalog-card h3{font-size:21px;margin:6px 0 8px}
  .catalog-card p{font-size:12px;line-height:1.45;margin-bottom:12px}
  .card-link{margin-top:13px;padding-top:11px}

  .split{gap:16px}
  .photo-panel{min-height:390px}
  .photo-panel .caption{left:16px;bottom:16px;padding:10px 13px;font-size:12px}
  .text-panel{padding:28px}
  .text-panel h2{font-size:40px;margin-bottom:14px}
  .text-panel p{font-size:13px;line-height:1.62}
  .process{gap:10px;margin-top:18px}
  .process article{padding:15px}
  .process b{font-size:13px}
  .process p{font-size:11px}

  .fact-grid{gap:10px}
  .fact{padding:19px}
  .fact .num{font-size:27px}

  .detail{padding:54px 0}
  .detail-grid{gap:16px}
  .content-card{padding:24px}
  .content-card h2{font-size:36px;margin-bottom:14px}
  .content-card h3{font-size:25px;margin-bottom:14px}
  .content-card p{font-size:13px;line-height:1.62}
  .feature-list{gap:9px}
  .feature{padding:13px}
  .feature-icon{width:38px;height:38px;flex-basis:38px}
  .feature b{font-size:12px}
  .feature span{font-size:10.5px}
  .spec-card{padding:23px}
  .spec-card h3{font-size:26px}
  .spec-row{padding:8px 0;font-size:11px}

  .gallery-grid{gap:10px}
  .gallery-img{height:190px}
  .uses-grid{gap:10px}
  .use-card img{height:95px}
  .use-card div{padding:12px}
  .use-card b{font-size:13px}

  .tabbar{margin:-28px auto 24px}
  .tabbtn{padding:18px}
  .tabbtn b{font-size:18px}

  .cta-row{min-height:120px;gap:28px}
  .cta-title{font-size:34px}
  .cta-title small{font-size:11px;margin-top:8px}
  .cta-actions .btn{min-width:205px}

  .coverage{padding:28px 0}
  .coverage-main h3{font-size:31px}
  .coverage-row{gap:16px}
  .site-footer{padding:20px 0}
  .footer-logo img{width:66px;height:66px}
}

@media (max-width:680px){
  .hero{min-height:610px}
  .hero-content{padding-top:52px}
  .hero h1{font-size:46px;line-height:.96}
  .hero-lead{font-size:16px}
  .section{padding:50px 0}
  .section-title{font-size:40px}
  .photo-panel{min-height:300px}
  .text-panel h2{font-size:36px}
  .detail{padding:46px 0}
  .content-card h2{font-size:34px}
  .gallery-img{height:215px}
  .cta-title{font-size:34px}
}


/* =========================================================
   V4 VISUAL QA / PRODUCTION CANDIDATE
   Balanced density, consistent photo scale, readable body copy,
   compact CTAs, and explicit stabilization process.
   ========================================================= */
@media (min-width:681px){
  .page-home .hero{min-height:500px}
  .page-equipment .hero,.page-recyclers .hero,.page-stabilization .hero{min-height:455px}
  .page-equipment .hero-content,.page-recyclers .hero-content,.page-stabilization .hero-content{padding:46px 0 34px}

  .section{padding:48px 0}
  .detail{padding:46px 0}
  .section-head{margin-bottom:20px}
  .section-copy{font-size:14px;line-height:1.58}
  .catalog-card p{font-size:13px}
  .content-card p,.text-panel p{font-size:14px;line-height:1.6}
  .feature b{font-size:13px}.feature span{font-size:11px}
  .spec-row{font-size:12px;padding:8px 0}
  .process p{font-size:11.5px}.process b{color:#fff;font-size:13px}

  .photo-panel{min-height:335px}
  .page-stabilization .photo-panel{min-height:320px}
  .gallery-img{height:176px}
  .use-card img{height:88px}
  .catalog-img{height:158px}

  .cta{background:#f5f6f6;color:#0b0d0e;border-top:1px solid #e1e4e6}
  .cta-row{min-height:94px;grid-template-columns:minmax(310px,.9fr) 1.1fr;gap:22px;padding:12px 0}
  .cta-title{background:var(--yellow);padding:18px 22px;border-radius:6px;font-size:28px;line-height:1}
  .cta-title small{font-size:11px;margin-top:7px}
  .cta-actions .btn{min-width:190px;padding:13px 18px}

  .process-5{grid-template-columns:repeat(5,1fr);gap:9px}
  .process-5 article{padding:14px}
  .process-section{padding-top:42px;padding-bottom:42px}

  .page-recyclers .tabbar{margin:-24px auto 18px}
  .page-recyclers .detail{padding-top:38px}

  /* unified visual density by equipment */
  .page-cat432 .gallery-img img,.page-m322d .gallery-img img{object-position:center 52%}
  .page-d6 .gallery-img img{object-position:center 58%}
  .page-recyclers #wr240 .gallery-img img{object-position:center 58%}
  .page-recyclers #man .gallery-img img{object-position:center 58%}
  .page-dbm12 .gallery-img img{object-position:center 55%}
  .page-stabilization .photo-panel img{object-position:center 50%}
  .page-stabilization .split{grid-template-columns:1fr 1fr}

  .uses-grid .use-card img[src*="stabilization-man"]{object-position:center 58%}
  .uses-grid .use-card img[src*="dbm12-real-rear"]{object-position:center 62%}
}

/* home hero crossfade */
.hero-slides img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease}
.hero-slides img.active{opacity:1}
.hero-slides img:nth-child(1){object-position:center 58%}
.hero-slides img:nth-child(2){object-position:center 52%}
.hero-slides img:nth-child(3){object-position:center 54%}

@media(max-width:1050px){
  .process-5{grid-template-columns:1fr 1fr}
  .process-5 article:last-child{grid-column:1/-1}
}
@media(max-width:680px){
  .page-equipment .hero,.page-recyclers .hero,.page-stabilization .hero,.page-home .hero{min-height:570px}
  .process-5{grid-template-columns:1fr}
  .process-5 article:last-child{grid-column:auto}
  .cta{background:#f5f6f6}.cta-row{padding:14px 0}.cta-title{font-size:30px;padding:18px}
  .cta-actions{margin:0;padding:0;background:transparent}
}

/* =========================================================
   V5 REAL PHOTO / FULL-MACHINE FRAMING
   User requirement: real photos only; whole machine visible;
   centered framing; neutral equipment photography.
   ========================================================= */
.real-equipment-photo{
  object-fit:contain !important;
  object-position:center center !important;
  background:#e8ecef;
}
.catalog-img,.gallery-img{background:#e8ecef}
.catalog-img .real-equipment-photo,.gallery-img .real-equipment-photo{padding:6px}

@media (min-width:681px){
  /* Equipment pages: photo occupies the right side and is never cropped. */
  .page-equipment .hero,
  .page-recyclers .hero{
    background:#0a0f13;
  }
  .page-equipment .hero-media,
  .page-recyclers .hero-media{
    left:43%;
    right:0;
    background:#e8ecef;
    padding:12px 18px;
  }
  .page-equipment .hero-media img,
  .page-recyclers .hero-media img{
    object-fit:contain !important;
    object-position:center center !important;
    background:#e8ecef;
  }
  .page-equipment .hero-overlay,
  .page-recyclers .hero-overlay{
    background:linear-gradient(90deg,#05080a 0%,#05080a 36%,rgba(5,8,10,.90) 45%,rgba(5,8,10,.42) 64%,rgba(5,8,10,.10) 100%);
  }
  .page-equipment .hero-content,
  .page-recyclers .hero-content{max-width:690px}

  /* Home hero uses the same full-machine rule for each slide. */
  .page-home .hero-media.hero-slides{
    left:42%;
    background:#10171c;
  }
  .page-home .hero-slides img{
    object-fit:contain !important;
    object-position:center center !important;
    background:#10171c;
  }
  .page-home .hero-overlay{
    background:linear-gradient(90deg,#05080a 0%,#05080a 35%,rgba(5,8,10,.92) 44%,rgba(5,8,10,.42) 64%,rgba(5,8,10,.10) 100%);
  }

  /* Catalog + gallery: full machine, centered and visually consistent. */
  .catalog-img{height:190px}
  .catalog-img img{object-fit:contain !important;object-position:center center !important}
  .gallery-img{height:230px}
  .gallery-img img{object-fit:contain !important;object-position:center center !important}

  /* Stabilization process photos remain real and uncropped. */
  .page-stabilization .photo-panel{background:#e8ecef}
  .page-stabilization .photo-panel img{
    object-fit:contain !important;
    object-position:center center !important;
    background:#e8ecef;
  }
}

@media (max-width:680px){
  .hero-media img,.catalog-img img,.gallery-img img,.photo-panel img{
    object-position:center center !important;
  }
  .catalog-img img.real-equipment-photo,.gallery-img img.real-equipment-photo{
    object-fit:contain !important;
  }
}


/* =========================================================
   V6 CORRECTIVE — user-approved framing / real photos only
   ========================================================= */
@media (min-width:681px){
  /* Home hero: move content left and use the screen more efficiently. */
  .page-home .hero-content.shell{
    width:min(760px,calc(100% - 88px));
    max-width:760px;
    margin-left:44px;
    margin-right:0;
  }
  .page-home .hero-media.hero-slides{left:36%;}

  /* Equipment heroes: visibly "step back" so whole machine is readable. */
  .page-equipment .hero-media,
  .page-recyclers .hero-media{
    padding:30px 42px;
  }
  .page-equipment .hero-media img,
  .page-recyclers .hero-media img{
    object-fit:contain !important;
    object-position:center center !important;
  }

  /* Cards and galleries: consistent centered full-machine framing. */
  .catalog-img .real-equipment-photo,
  .gallery-img .real-equipment-photo{
    padding:14px !important;
    object-fit:contain !important;
    object-position:center center !important;
  }

  /* Official AMAG full configuration. */
  .amag-official-full,
  .page-recyclers .amag-gallery img{
    object-fit:contain !important;
    object-position:center center !important;
    background:#eef1f2 !important;
    padding:10px !important;
  }

  /* DBM12 stage photo: deliberately cropped at bottom. */
  .page-stabilization .photo-panel img.stage1-db-crop{
    width:100%;height:100%;
    object-fit:cover !important;
    object-position:center center !important;
    padding:0 !important;
    background:#dfe4e7;
  }
}
.manufacturer-note{margin-top:12px;color:#697178;font-size:11px;line-height:1.5}

/* =========================================================
   V10 MOBILE QA — 390 / 430 px
   Goal: full-machine visibility, readable copy, compact CTA,
   no horizontal overflow, usable RU / ҚАЗ / EN and WhatsApp.
   ========================================================= */
@media (max-width:680px){
  html,body{overflow-x:hidden}
  .shell{width:calc(100% - 24px)}

  /* Header */
  .site-header{backdrop-filter:none}
  .header-row{height:66px;gap:8px}
  .brand{gap:7px;min-width:0}
  .brand-logo{width:40px;height:40px;border-width:1px;flex:0 0 40px}
  .brand-copy{min-width:0}
  .brand-title{font-size:15px;letter-spacing:-.35px}
  .brand-tag{display:none}
  .header-contact{gap:4px}
  .lang-switch{gap:1px;padding:2px}
  .lang-switch button{font-size:8px;padding:6px 4px;min-width:28px}
  .menu-btn{font-size:25px;padding:4px 0 4px 5px}
  .mobile-nav a{padding:13px 16px;font-size:13px}

  /* Mobile hero: photo first, content second. Entire machine stays visible. */
  .hero,.page-equipment .hero,.page-recyclers .hero,.page-stabilization .hero,.page-home .hero{
    min-height:0 !important;
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }
  .hero-media,.page-equipment .hero-media,.page-recyclers .hero-media,.page-stabilization .hero-media,.page-home .hero-media.hero-slides{
    position:relative !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    width:100%;
    height:238px;
    background:#11181e;
    padding:8px !important;
    order:0;
  }
  .hero-media img,.page-equipment .hero-media img,.page-recyclers .hero-media img,.page-stabilization .hero-media img,.page-home .hero-slides img{
    width:100%;height:100%;
    object-fit:contain !important;
    object-position:center center !important;
    background:#11181e;
  }
  .page-home .hero-slides img{position:absolute;inset:8px;width:calc(100% - 16px);height:calc(100% - 16px)}
  .hero-overlay{display:none !important}
  .hero-note{display:none !important}
  .hero-content,.page-home .hero-content.shell,.page-equipment .hero-content,.page-recyclers .hero-content,.page-stabilization .hero-content{
    position:relative;
    order:1;
    width:calc(100% - 24px) !important;
    max-width:none !important;
    margin:0 auto !important;
    padding:24px 0 30px !important;
  }
  .eyebrow{font-size:10px;letter-spacing:1.25px}
  .hero h1{font-size:clamp(40px,12.2vw,50px);line-height:.96;letter-spacing:-1px;margin:9px 0 13px}
  .hero-lead{font-size:15px;line-height:1.42;margin:0 0 18px;max-width:none}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-actions .btn{width:100%;min-height:46px;padding:13px 15px}
  .hero-features{display:grid;grid-template-columns:1fr;gap:9px;margin-top:18px}
  .hero-feature{font-size:11px;gap:9px}
  .hero-icon{width:32px;height:32px;font-size:14px;flex:0 0 32px}

  /* General content density */
  .section{padding:38px 0}
  .detail{padding:36px 0}
  .section-head{margin-bottom:20px}
  .section-title{font-size:clamp(32px,10.5vw,40px);line-height:1}
  .section-copy{font-size:13px;line-height:1.55;margin-top:12px}
  .content-card,.spec-card,.text-panel{padding:20px}
  .content-card h2{font-size:31px}
  .content-card h3,.spec-card h3{font-size:25px}
  .content-card p,.text-panel p{font-size:13px;line-height:1.58}
  .feature-list{grid-template-columns:1fr}
  .feature{padding:13px}
  .feature b{font-size:13px}.feature span{font-size:11px;line-height:1.45}
  .spec-row{font-size:11px;gap:9px}

  /* Catalog */
  .catalog-grid{gap:12px}
  .catalog-card,.catalog-card.wide{min-height:0}
  .catalog-img{height:200px}
  .catalog-img img,.catalog-img .real-equipment-photo{object-fit:contain !important;object-position:center center !important;padding:7px !important;background:#e8ecef}
  .catalog-body{padding:15px}
  .catalog-card h3{font-size:21px}
  .catalog-card p{font-size:12px}

  /* Galleries: one strong photo per row on mobile. Keep the whole machine / attachment visible. */
  .gallery-grid{grid-template-columns:1fr;gap:10px}
  .gallery-img{height:225px;background:#e8ecef}
  .gallery-img img,.gallery-img img.real-equipment-photo{
    width:100%;height:100%;object-fit:contain !important;object-position:center center !important;background:#e8ecef;padding:5px !important
  }
  .page-m322d .gallery-img:last-child{height:300px}

  /* Stabilization */
  .split{grid-template-columns:1fr;gap:12px}
  .photo-panel,.page-stabilization .photo-panel{min-height:270px}
  .page-stabilization .photo-panel img{object-fit:contain !important;background:#e8ecef}
  .page-stabilization .photo-panel img.stage1-db-crop{object-fit:cover !important;object-position:center 34% !important}
  .process,.process-5{grid-template-columns:1fr !important;gap:8px}
  .process article,.process-5 article{padding:14px}

  /* Recyclers tabs */
  .tabbar{grid-template-columns:1fr;margin:0 auto 16px;border-radius:6px}
  .tabbtn{padding:14px 15px}
  .tabbtn b{font-size:16px}.tabbtn small{font-size:10px}

  /* Applications */
  .uses-grid{grid-template-columns:1fr 1fr;gap:8px}
  .use-card img{height:90px}
  .use-card div{padding:11px}
  .use-card b{font-size:12px}.use-card p{font-size:10px}

  /* CTA */
  .cta{background:#f5f6f6 !important}
  .cta-row{grid-template-columns:1fr;gap:10px;padding:14px 0;min-height:0}
  .cta-title{font-size:28px;padding:16px 17px;background:var(--yellow);border-radius:6px}
  .cta-title small{font-size:10px;margin-top:7px}
  .cta-actions{display:grid;grid-template-columns:1fr;gap:8px;margin:0;padding:0;background:transparent}
  .cta-actions .btn{width:100%;min-width:0;min-height:44px}

  /* Coverage + footer */
  .coverage{padding:26px 0}
  .coverage-main h3{font-size:30px}
  .coverage-row{grid-template-columns:1fr;gap:12px}
  .site-footer{padding:18px 0}
  .footer-row{gap:14px}
  .footer-logo img{width:54px;height:54px}
  .footer-logo b{font-size:16px}
  .footer-mid{font-size:10px;line-height:1.5}
  .footer-links{font-size:11px}

  /* Modal */
  .form-modal{padding:10px;align-items:flex-end}
  .modal-card{width:100%;max-height:92vh;overflow:auto;padding:18px;border-radius:10px 10px 0 0}
  .modal-head h3{font-size:28px}
  .rent-form input,.rent-form select,.rent-form textarea{font-size:16px;padding:12px}
  .rent-form .btn{min-height:46px}
}

@media (max-width:410px){
  .brand-title{font-size:14px}
  .lang-switch button{min-width:26px;padding:6px 3px}
  .hero-media,.page-equipment .hero-media,.page-recyclers .hero-media,.page-stabilization .hero-media,.page-home .hero-media.hero-slides{height:220px}
  .hero h1{font-size:40px}
  .section-title{font-size:32px}
  .uses-grid{grid-template-columns:1fr}
}


/* =========================================================
   V11 BACK NAVIGATION
   Explicit back control for all internal pages on desktop/mobile.
   ========================================================= */
.page-backbar{
  background:#0a0f13;
  border-bottom:1px solid #202830;
}
.page-backbar .shell{
  min-height:48px;
  display:flex;
  align-items:center;
}
.page-backbtn{
  appearance:none;
  border:1px solid #35414a;
  background:#11181e;
  color:#eef2f4;
  border-radius:6px;
  min-height:34px;
  padding:7px 13px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.25px;
  transition:background .18s,border-color .18s,color .18s;
}
.page-backbtn:hover,
.page-backbtn:focus-visible{
  background:var(--yellow);
  border-color:var(--yellow);
  color:#080a0b;
  outline:none;
}
.page-back-arrow{font-size:18px;line-height:1;transform:translateY(-1px)}
@media(max-width:680px){
  .page-backbar .shell{min-height:44px}
  .page-backbtn{min-height:32px;padding:6px 11px;font-size:11px}
  .page-back-arrow{font-size:17px}
}

/* V12: Kazakh typography fix.
   Impact lacks several Kazakh Cyrillic glyphs (Ә Ғ Қ Ң Ө Ұ Ү Һ І),
   which caused per-character fallback and uneven baselines/widths.
   In kk mode all display headings use one Unicode-complete system family. */
html[data-lang="kk"] .hero h1,
html[data-lang="kk"] .section-title,
html[data-lang="kk"] .text-panel h2,
html[data-lang="kk"] .content-card h2,
html[data-lang="kk"] .content-card h3,
html[data-lang="kk"] .spec-card h3,
html[data-lang="kk"] .cta-title,
html[data-lang="kk"] .coverage-main h3,
html[data-lang="kk"] .modal-head h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.045em;
  line-height: 1.02;
  font-synthesis: weight;
}

html[data-lang="kk"] .hero h1 { letter-spacing: -0.05em; }
html[data-lang="kk"] .section-title,
html[data-lang="kk"] .text-panel h2 { letter-spacing: -0.04em; }

@media(max-width:680px){
  html[data-lang="kk"] .hero h1,
  html[data-lang="kk"] .section-title,
  html[data-lang="kk"] .text-panel h2,
  html[data-lang="kk"] .content-card h2,
  html[data-lang="kk"] .content-card h3,
  html[data-lang="kk"] .spec-card h3,
  html[data-lang="kk"] .cta-title,
  html[data-lang="kk"] .coverage-main h3,
  html[data-lang="kk"] .modal-head h3 {
    line-height: 1.04;
    letter-spacing: -0.035em;
  }
}

/* V15: email request form */
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.form-status{min-height:1.4em;margin-top:10px;font-size:14px;font-weight:700}
.form-status.ok{color:#168a3a}
.form-status.error{color:#c63737}
.rent-form button[type=submit]:disabled{opacity:.65;cursor:wait}
