@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{--green:#154e32;--deep:#092f20;--lime:#d0f16a;--ink:#183b2a;--muted:#617063;--paper:#f3f6ed}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body{margin:0;color:var(--ink);background:white;font-family:'DM Sans',Arial,sans-serif;font-size:16px}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:3px solid #d18b27;outline-offset:5px}
img{max-width:100%}

.utility{padding:11px 5.5%;display:flex;justify-content:space-between;background:var(--deep);color:#e7f0e2;font-size:14px;letter-spacing:.3px}

header{padding:12px 5.5%;display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:104px}
.logo{width:250px;height:auto;object-fit:contain}
nav{display:flex;gap:30px;font-size:18px;font-weight:600}
nav a:hover{color:#568127}
.header-phone{background:var(--green);color:white;padding:15px 24px;border-radius:100px;font-weight:700;font-size:16px;white-space:nowrap}
.header-phone span{margin-left:20px}

.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:18px 26px;font-size:15px;font-weight:700;border-radius:100px;line-height:1.4}
.button span{font-size:20px}
.lime{background:var(--lime);color:var(--deep);box-shadow:0 8px 24px #00000015}
.lime:hover{background:#e4ff96}

.hero{position:relative;isolation:isolate;min-height:740px;background:var(--deep);color:white;overflow:hidden}
.hero-photo{position:absolute;inset:0 0 0 38%;z-index:-2}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:right}
.hero:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#092f20 0%,#092f20 28%,#092f20eb 41%,#092f2066 64%,#092f2000 88%),linear-gradient(0deg,#092f2077,transparent 50%)}
.hero-copy{padding:65px 0 95px;margin-left:5.5%;width:min(740px,60%)}
.eyebrow,.index{display:block;font-size:12px;letter-spacing:1.8px;font-weight:700;color:#41772c;margin:0 0 21px}
.hero .eyebrow{color:var(--lime);display:inline-block;border:1px solid #b5ceaf60;padding:9px 16px;border-radius:100px;background:#133f29a0}

h1,h2,h3{font-family:Manrope,Arial,sans-serif}
h1{font-size:clamp(44px,4.55vw,70px);font-weight:800;line-height:1.12;letter-spacing:-2.8px;margin:8px 0 25px}
h2{font-size:clamp(32px,3.25vw,49px);line-height:1.18;font-weight:800;letter-spacing:-1.7px;margin:0}
em{font-style:normal;color:#5e8c30}
h1 em{color:var(--lime)}
p{line-height:1.75}

.hero-description{font-size:18px;line-height:1.75;max-width:540px;color:#e2ecdf;margin:0 0 29px}
.hero-phone{display:inline-block;margin-left:25px;font-size:22px;font-weight:700;border-bottom:1px solid #89a27c;padding-bottom:5px}
.hero-proof{display:flex;align-items:center;gap:18px;margin-top:32px}
.hero-proof strong{font-size:31px;color:var(--lime);font-weight:800}
.hero-proof span{font-size:13px;line-height:1.5;color:#e3ecde;border-left:1px solid #7e9d82;padding-left:18px}
.hero-location{font-size:13px;color:#c5d6bb;margin-top:22px}

.photo-caption{position:absolute;bottom:90px;right:8%;display:flex;flex-direction:column;gap:9px;background:#123e27bd;padding:23px 28px;border:1px solid #ffffff4a;border-radius:17px;backdrop-filter:blur(12px)}
.photo-caption span{font-size:11px;letter-spacing:2px;color:var(--lime)}
.photo-caption strong{font-size:17px}

.wrap{max-width:1290px;width:89%;margin:0 auto}

.service-strip{display:grid;grid-template-columns:repeat(3,1fr);position:relative;margin-top:-54px;border-radius:20px;background:white;box-shadow:0 16px 45px #1739211a;overflow:hidden}
.service-strip>a{padding:28px 25px;display:flex;align-items:center;gap:17px;border-right:1px solid #e7eddf}
.service-strip>a:last-child{border:0}
.service-strip>a:hover{background:#f5f9ed}
.service-strip>a>span{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:15px;background:#e6f1d1;font-weight:800;font-size:14px}
.service-strip>a:nth-child(2)>span{background:#fff0d9;color:#976013}
.service-strip h2{font-size:17px;letter-spacing:-.4px;font-weight:800;margin:0 0 6px}
.service-strip p{margin:0;font-size:13px;line-height:1.5;color:var(--muted)}

.intro{display:grid;grid-template-columns:1fr 1fr;gap:6%;padding:90px 0 32px}
.intro-text p{color:var(--muted);margin:0}
.intro-text strong{color:var(--ink);font-weight:600}

.equipment-group{margin:24px 0 36px;background:var(--paper);padding:28px;border-radius:24px;border:1px solid #e4ebd9}
.group-1{background:#faf6ec;border-color:#eee5d5}
.group-2{background:#f1f5f1}
.group-3{background:#eef5e3;border-color:#dae6c8}
.group-heading{margin-bottom:24px}
.group-heading>span{font-size:11px;letter-spacing:1.5px;font-weight:700;color:#688052}
.group-heading h2{font-size:27px;letter-spacing:-.7px;margin-top:8px}

.products{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.product{background:white;border-radius:17px;padding:17px 20px 24px;border:1px solid #e4e9dc;min-width:0;box-shadow:0 5px 15px #173b2005;transition:transform .25s,box-shadow .25s}
.product:hover{transform:translateY(-5px);box-shadow:0 12px 26px #1c401b12}
.product>img{width:100%;height:175px;object-fit:contain;margin:0 0 18px;background:radial-gradient(ellipse,#edf3e6 0%,white 68%);mix-blend-mode:multiply;border-radius:12px}
.product h3{font-size:17px;font-weight:800;line-height:1.45;margin:0 0 9px;letter-spacing:-.4px}
.product p{font-size:14px;color:var(--muted);line-height:1.65;margin:0}

.spares{display:grid;grid-template-columns:1fr 1.3fr;gap:55px;padding:30px 0 75px}
.spares h2{font-size:38px}
.spares p{color:var(--muted);margin:0 0 20px}
.spares h3{font-size:16px}
.engine-logos{display:flex;flex-wrap:wrap;align-items:center;gap:17px}
.engine-logos img{width:74px;height:46px;object-fit:contain}

.life{background:var(--paper);padding:75px 0 85px;border-top:1px solid #e0e9d7}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}
.gallery figure{margin:0;position:relative;overflow:hidden;border-radius:20px;height:245px}
.gallery figure:first-child{grid-column:span 2;height:330px}
.gallery figure:nth-child(2){height:330px}
.gallery figure:last-child{grid-column:span 2}
.gallery figure:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#0b321bd4)}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gallery figure:hover img{transform:scale(1.04)}
.gallery figcaption{position:absolute;bottom:22px;left:24px;right:20px;z-index:1;color:white;font-size:17px;font-weight:700}

.brands{padding:80px 0;text-align:center}
.brand-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin-top:36px}
.brand-logos img{width:180px;height:95px;object-fit:contain;border:1px solid #e6ecdf;border-radius:14px;padding:18px 22px;background:white}

.reasons{background:var(--deep);color:white;padding:82px 0;background-image:radial-gradient(ellipse at 100% 0%,#38733577,transparent 50%)}
.reasons .index,.reasons em{color:var(--lime)}
.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.reason-grid article{background:#ffffff07;border:1px solid #ffffff20;border-radius:18px;padding:28px}
.reason-grid article:first-child{background:var(--lime);color:var(--deep);border-color:var(--lime)}
.reason-grid article:first-child p{color:#34532a}
.reason-grid article:first-child>span{background:var(--deep);color:var(--lime)}
.reason-grid article>span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#ffffff0d;color:var(--lime);font-size:13px;font-weight:700;margin-bottom:23px}
.reason-grid h3{font-size:20px;letter-spacing:-.6px;font-weight:800;line-height:1.35;margin:0 0 12px}
.reason-grid p{font-size:15px;color:#c1d1bc;line-height:1.7;margin:0}

.reviews{padding:85px 0}
.review-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:17px;margin-top:35px}
.stars{display:inline-block;color:#d18b27;font-size:20px;letter-spacing:2px;line-height:1}
blockquote .stars{margin-bottom:18px}
blockquote{margin:0;border:1px solid #e1e9d9;border-radius:20px;padding:29px;display:flex;flex-direction:column;align-items:flex-start;background:#f7f9f2}
blockquote:first-child{background:#eef5df}
blockquote img{width:100px;height:25px;object-fit:contain}
blockquote p{font-size:16px;line-height:1.75;margin:10px 0 20px;flex:1}
blockquote cite{font-size:14px;font-style:normal;font-weight:700;color:#547246}

.location{display:grid;grid-template-columns:1fr 1.2fr;background:var(--green);color:white;border-radius:28px;overflow:hidden;width:89%;max-width:1290px;margin:0 auto 75px;box-shadow:0 15px 40px #1d432415}
.location-info{padding:50px}
.location .index,.location em{color:var(--lime)}
.location-info h2{font-size:42px}
.location-info p{color:#d4e1cc;max-width:380px;margin:23px 0 0}
.big-phone{display:block;font-family:Manrope,Arial,sans-serif;font-size:34px;font-weight:800;letter-spacing:-1px;margin:26px 0}
.location iframe{width:100%;height:100%;min-height:480px;border:0}

footer{background:var(--paper);padding:35px 5.5% 23px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:30px}
.socials{display:flex;gap:22px;font-size:18px;font-weight:600}
.socials a{display:flex;align-items:center;gap:8px}
.socials svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}
.footer-bottom{display:flex;align-items:center;gap:25px;border-top:1px solid #d6e0ca;padding-top:20px;font-size:12px;color:var(--muted)}
.footer-bottom p{margin:0;flex:1}
.footer-bottom a{white-space:nowrap}

.bottom-gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:75px}
.bottom-photo{height:380px;overflow:hidden;border-radius:22px}
.bottom-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.bottom-photo:hover img{transform:scale(1.03)}

@media(max-width:850px){
	.bottom-gallery{grid-template-columns:1fr;gap:14px;margin-bottom:50px}
	.bottom-photo{height:320px}
}

@media(max-width:550px){
	.bottom-photo{height:240px;border-radius:16px}
}

@media(max-width:1150px){
	nav{gap:18px}
	.hero-copy{width:69%}
	h1{font-size:58px}
	.photo-caption{display:none}
	.service-strip>a{padding:22px 16px;gap:12px}
	.service-strip h2{font-size:15px}
	.service-strip>a>span{width:36px;height:40px;font-size:12px}
	.product{padding:14px 15px 21px}
	.product>img{height:145px}
	.review-grid{grid-template-columns:repeat(2,1fr)}
	.location-info{padding:40px}
}

@media(max-width:850px){
	nav{display:none}
	.hero-copy{width:82%;padding-top:55px}
	.hero-photo{left:26%;opacity:.7}
	.hero:before{background:linear-gradient(90deg,#092f20,#092f20d9 48%,#092f2044),linear-gradient(0deg,#092f20,transparent 70%)}
	.hero{min-height:690px}
	.service-strip{grid-template-columns:1fr;margin-top:-35px}
	.service-strip>a{border-right:0;border-bottom:1px solid #e7eddf;padding:18px 23px}
	.service-strip h2{font-size:17px}
	.service-strip p{font-size:14px}
	.service-strip>a>span{width:43px;height:43px}
	.intro{grid-template-columns:1fr;gap:25px;padding:60px 0 20px}
	.products{grid-template-columns:repeat(2,1fr)}
	.spares{grid-template-columns:1fr;gap:20px}
	.reason-grid{grid-template-columns:repeat(2,1fr)}
	.location{grid-template-columns:1fr}
	.location iframe{height:350px;min-height:350px}
	.footer-top{flex-wrap:wrap}
}

@media(max-width:550px){
	.utility{font-size:12px;padding:10px 5.5%}
	.utility>span:last-child{display:none}
	header{min-height:90px;padding:5px 5.5%;gap:12px}
	.logo{width:180px;}
	.header-phone{font-size:14px;padding:12px 16px}
	.header-phone span{display:none}
	.hero{min-height:0}
	.hero-copy{width:89%;margin-left:5.5%;padding:45px 0 75px}
	.hero-photo{left:0;opacity:.5}
	.hero:before{background:linear-gradient(90deg,#092f20ef,#092f20b0),linear-gradient(0deg,#092f20,transparent)}
	.hero .eyebrow{font-size:10px;letter-spacing:1.2px;padding:8px 12px}
	h1{font-size:40px;letter-spacing:-1.8px;line-height:1.16}
	.hero-description{font-size:16px;margin-bottom:24px}
	.button{font-size:14px;padding:15px 21px;gap:22px}
	.hero-phone{display:inline-block;margin:20px 0 0 16px;font-size:16px}
	.hero-proof{margin-top:27px}
	.hero-proof strong{font-size:28px}
	.hero-proof span{font-size:12px}
	.service-strip{border-radius:17px}
	.service-strip>a{padding:18px}
	.service-strip h2{font-size:16px}
	.service-strip p{font-size:13px}
	.index{font-size:11px;letter-spacing:1.4px;margin-bottom:17px}
	h2{font-size:33px;letter-spacing:-1.2px}
	.intro{padding-top:50px}
	.equipment-group{padding:17px;margin:18px 0 27px;border-radius:20px}
	.group-heading h2{font-size:22px}
	.group-heading>span{font-size:10px;letter-spacing:1px}
	.products{gap:10px}
	.product{padding:12px 12px 18px;border-radius:13px}
	.product>img{height:120px;margin-bottom:13px}
	.product h3{font-size:15px;line-height:1.4;letter-spacing:-.3px}
	.product p{font-size:13px;line-height:1.6}
	.spares{padding:15px 0 50px}
	.spares h2{font-size:33px}
	.engine-logos{gap:12px}
	.engine-logos img{width:65px;height:40px}
	.life{padding:50px 0}
	.gallery{grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}
	.gallery figure,.gallery figure:nth-child(2){height:180px;border-radius:15px}
	.gallery figure:first-child{height:240px}
	.gallery figure:last-child{grid-column:auto}
	.gallery figcaption{bottom:15px;left:15px;font-size:14px}
	.brands{padding:50px 0}
	.brand-logos{gap:10px;margin-top:28px}
	.brand-logos img{width:140px;height:78px;padding:13px 17px;border-radius:12px}
	.reasons{padding:50px 0}
	.reason-grid{grid-template-columns:1fr;gap:12px;margin-top:27px}
	.reason-grid article{padding:23px}
	.reason-grid article>span{margin-bottom:17px}
	.reason-grid h3{font-size:21px}
	.reason-grid p{font-size:16px}
	.reviews{padding:50px 0}
	.review-grid{grid-template-columns:1fr;gap:12px;margin-top:27px}
	blockquote{padding:24px}
	blockquote p{margin:18px 0}
	.location{border-radius:20px;margin-bottom:45px}
	.location-info{padding:30px 25px}
	.location-info h2{font-size:33px}
	.big-phone{font-size:31px}
	.location iframe{height:300px;min-height:300px}
	footer{padding-top:23px}
	.footer-top{gap:20px;padding-bottom:20px}
	/* .socials{font-size:12px;gap:15px} */
	.footer-bottom{flex-wrap:wrap;gap:15px}
	.footer-bottom p{flex-basis:100%}
}

@media(prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	.product,.gallery img{transition:none}
}