:root{
  --primary:#152b45;
  --accent:#c96f24;
  --ink:#18241e;
  --muted:#647068;
  --paper:#fafbf7;
  --soft:#eef2eb;
  --white:#fff;
  --line:rgba(24,45,32,.12);
  --shadow:0 24px 70px rgba(15,35,23,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
img,svg{display:block}
.site-header{position:sticky;z-index:100;top:0;display:flex;align-items:center;justify-content:space-between;min-height:84px;padding:10px max(5vw,28px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(15px)}
.brand,.footer-brand{display:inline-flex;align-items:center;gap:12px;font-size:18px;font-weight:850;letter-spacing:.12em}
.brand-mark{width:48px;height:48px}
.site-header nav{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:700}
.site-header nav a{position:relative;padding:10px 0}
.site-header nav a:not(.nav-cta):after{position:absolute;right:0;bottom:3px;left:0;height:2px;content:"";background:var(--accent);transform:scaleX(0);transition:.2s}
.site-header nav a:hover:after{transform:scaleX(1)}
.nav-cta{padding:11px 20px!important;border-radius:999px;color:white;background:var(--primary)}
.hero{position:relative;display:grid;min-height:700px;overflow:hidden;place-items:center;color:white}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,23,14,.9),rgba(8,23,14,.63) 52%,rgba(8,23,14,.18))}
.hero-content{position:relative;width:min(1180px,90%);padding:100px 0}
.eyebrow{margin:0 0 18px;color:var(--accent);font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.hero h1{max-width:900px;margin:0;font-size:clamp(45px,6vw,82px);font-weight:550;line-height:1.04;letter-spacing:-.045em}
.hero-description{max-width:660px;margin:28px 0 0;color:rgba(255,255,255,.82);font-size:18px}
.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:35px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:51px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:800;transition:.2s}
.button:hover{transform:translateY(-2px)}
.button-primary{color:white;background:var(--accent)}
.button-ghost{border-color:rgba(255,255,255,.5);color:white}
.section{width:min(1180px,90%);margin:auto;padding:110px 0}
.section-heading{max-width:720px}
.section-heading h2,.gallery-heading h2,.company-intro h2,.contact h2{margin:0;color:var(--primary);font-size:clamp(38px,5vw,62px);font-weight:550;line-height:1.08;letter-spacing:-.04em}
.profile{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.profile-copy>p{margin:45px 0;color:var(--muted);font-size:19px}
.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.facts article{padding:22px 18px 8px 0}
.facts strong,.facts span{display:block}
.facts strong{color:var(--primary);font-size:18px}
.facts span{margin-top:5px;color:var(--muted);font-size:12px}
.services-section{background:var(--soft)}
.services-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.service-card,.product-card{min-height:260px;padding:30px;border:1px solid var(--line);border-radius:22px;background:white;box-shadow:0 8px 30px rgba(15,35,23,.05)}
.service-icon{display:grid;width:58px;height:58px;margin-bottom:40px;border-radius:18px;color:var(--primary);background:var(--soft);place-items:center}
.service-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.service-card h3,.product-card h3{margin:0 0 12px;color:var(--primary);font-size:21px;line-height:1.25}
.service-card p,.product-card p{margin:0;color:var(--muted);font-size:14px}
.gallery-section{padding:105px 0;overflow:hidden;color:white;background:#10251a}
.gallery-heading{display:grid;grid-template-columns:1fr .75fr;align-items:end;gap:70px;padding-top:0;padding-bottom:48px}
.gallery-heading h2{color:white}
.gallery-heading>p{color:rgba(255,255,255,.65)}
.gallery-viewport{width:100%;overflow:hidden;contain:layout paint;mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent)}
.gallery-track{display:flex;width:max-content;animation:gallery-slide 70s linear infinite;will-change:transform}
.gallery-group{display:flex;flex-shrink:0;gap:20px;padding-right:20px}
.gallery-group figure{width:clamp(280px,31vw,490px);height:clamp(320px,37vw,510px);margin:0;overflow:hidden;border-radius:22px;background:#223b2d}
.gallery-group img{width:100%;height:100%;object-fit:cover;transition:.5s}
.gallery-group figure:hover img{transform:scale(1.04)}
@keyframes gallery-slide{to{transform:translate3d(-50%,0,0)}}
.company-section{padding:110px max(5vw,calc((100% - 1180px)/2));background:linear-gradient(135deg,#f7f7f0,#edf2e9)}
.company-shell{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:75px}
.company-intro>p:not(.eyebrow){color:var(--muted)}
.verified-badge{display:inline-flex;align-items:center;gap:13px;margin-top:24px;padding:13px 18px;border:1px solid var(--line);border-radius:17px;background:white}
.verified-badge svg{width:40px;height:40px;padding:8px;border-radius:12px;fill:none;stroke:white;stroke-width:1.6;background:var(--primary)}
.verified-badge small,.verified-badge strong{display:block}
.verified-badge small{color:var(--muted);font-size:9px;text-transform:uppercase}
.company-card{padding:35px;border:1px solid var(--line);border-radius:28px;background:white;box-shadow:var(--shadow)}
.company-card-header{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.active-status{color:#27834b}
.company-card h3{margin:22px 0 30px;color:var(--primary);font-size:clamp(28px,4vw,42px);line-height:1.12}
.company-details{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.company-details article{display:flex;gap:13px;padding:21px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.company-details .address-detail{grid-column:1/-1}
.detail-icon{display:grid;flex:0 0 39px;width:39px;height:39px;border-radius:12px;color:var(--primary);background:var(--soft);place-items:center}
.detail-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.company-details small,.company-details strong,.company-details a{display:block}
.company-details small{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}
.company-details strong,.company-details a{color:var(--primary);font-size:13px}
.company-details p{margin:4px 0 0;color:var(--muted);font-size:12px}
.contact{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:70px;padding:95px max(5vw,calc((100% - 1180px)/2));color:white;background:var(--primary)}
.contact h2{color:white}
.contact p:not(.eyebrow){color:rgba(255,255,255,.7)}
.button-light{color:var(--primary);background:white}
.button-whatsapp{color:white;background:#168b50}
.button-whatsapp svg{width:22px;height:22px;fill:currentColor}
.site-footer{color:rgba(255,255,255,.67);background:#0b1d13}
.footer-main{display:grid;grid-template-columns:1.4fr .55fr .7fr 1.1fr;gap:50px;width:min(1180px,90%);margin:auto;padding:75px 0 55px}
.footer-brand{color:white}
.footer-brand .brand-mark{width:50px}
.footer-about p{max-width:380px;color:rgba(255,255,255,.5);font-size:13px}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-column h3{margin:4px 0 12px;color:var(--accent);font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.footer-column a,.footer-column span,.footer-column address{color:rgba(255,255,255,.67);font-size:12px;font-style:normal;line-height:1.7}
.footer-column a:hover{color:white}
.footer-bottom{display:flex;justify-content:space-between;width:min(1180px,90%);margin:auto;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);font-size:11px}
.floating-whatsapp{position:fixed;z-index:200;right:24px;bottom:24px;display:flex;align-items:center;gap:9px;min-height:58px;padding:0 19px 0 14px;border:3px solid white;border-radius:999px;color:white;background:#25d366;box-shadow:0 14px 35px rgba(10,40,20,.32);font-size:12px;font-weight:850}
.floating-whatsapp svg{width:30px;height:30px;fill:currentColor}
.theme-food{--soft:#f5eee5;--paper:#fdfaf5}
.theme-food .hero-overlay{background:linear-gradient(90deg,rgba(42,17,10,.9),rgba(60,23,14,.57),rgba(20,10,5,.12))}
.theme-food .service-card{border-radius:30px}
.theme-food .gallery-section{background:#2b1711}
.theme-food .company-section{background:linear-gradient(135deg,#fff9ef,#f3e6d6)}
.theme-construction .service-card,.theme-construction .company-card,.theme-construction .gallery-group figure{border-radius:5px}
.theme-construction .hero-overlay{background:linear-gradient(90deg,rgba(10,24,40,.92),rgba(15,37,60,.6),rgba(10,20,30,.14))}
.theme-construction .gallery-section{background:#101d2b}
.theme-agriculture .gallery-group figure{border-radius:28px}
@media(max-width:950px){
  .profile,.services-inner,.company-shell,.gallery-heading,.contact{grid-template-columns:1fr;gap:42px}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-about{grid-column:1/-1}
}
@media(max-width:760px){
  .site-header{min-height:72px;padding:10px 18px}
  .brand-mark{width:42px;height:42px}
  .site-header nav a{display:none}
  .site-header nav .nav-cta{display:inline-flex}
  .hero{min-height:650px}
  .hero h1{font-size:clamp(40px,12vw,60px)}
  .section{padding:80px 0}
  .facts,.service-grid,.company-details{grid-template-columns:1fr}
  .company-details .address-detail{grid-column:auto}
  .gallery-section,.company-section{padding-top:80px;padding-bottom:80px}
  .gallery-group figure{width:82vw;height:410px}
  .gallery-track{animation-duration:55s}
  .footer-main{grid-template-columns:1fr}
  .footer-about{grid-column:auto}
  .footer-bottom{flex-direction:column;gap:7px}
  .floating-whatsapp{right:16px;bottom:16px;width:58px;padding:0;justify-content:center}
  .floating-whatsapp span{display:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .gallery-track{animation-duration:150s}
}
