:root{
  --navy:#061b34;
  --navy-2:#082746;
  --navy-3:#0b3156;
  --orange:#f26122;
  --orange-2:#ff7a2a;
  --text:#071b36;
  --muted:#647084;
  --line:#e6ebf2;
  --soft:#f4f7fb;
  --white:#ffffff;
  --shadow:0 18px 55px rgba(6,27,52,.12);
  --shadow-soft:0 12px 30px rgba(6,27,52,.09);
  --radius:18px;
  --radius-lg:26px;
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 56px));margin-inline:auto}
.top-contact-bar{background:#03152a;color:#fff;font-size:13px;font-weight:700;position:relative;z-index:30}
.top-contact-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-contact-left,.top-contact-right{display:flex;align-items:center;gap:24px;min-width:0}.top-contact-left a,.top-contact-left span,.top-contact-right span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#fff;opacity:.94}.top-ico{color:var(--orange)}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:25;border-bottom:1px solid rgba(7,27,54,.08)}
.header-inner{height:72px;display:flex;align-items:center;gap:26px}.brand{display:inline-flex;align-items:center;flex:0 0 auto}.brand img{height:46px;width:auto}.nav{margin-left:auto;display:flex;align-items:center;gap:26px;font-size:14px;font-weight:800;color:#152845}.nav a{position:relative;opacity:.92;transition:.18s ease}.nav a:hover,.nav a.active{color:var(--orange)}.nav a.active:after,.nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-24px;height:3px;background:var(--orange);border-radius:10px}.header-cta{flex:0 0 auto}.mobile-toggle{display:none;margin-left:auto;border:0;background:var(--navy);color:#fff;width:42px;height:42px;border-radius:12px;font-size:21px}
.btn,.btn-outline,.btn-light,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:14px 24px;font-weight:900;line-height:1;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.btn{background:linear-gradient(135deg,var(--orange),#ff6f1f);color:#fff;box-shadow:0 14px 30px rgba(242,97,34,.28)}.btn:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(242,97,34,.34)}.btn-outline{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.65);color:#fff}.btn-outline:hover{background:#fff;color:var(--navy)}.btn-light{background:#fff;color:var(--navy);box-shadow:var(--shadow-soft)}.btn-secondary{background:#eef3fa;color:var(--navy);border-color:#dce5f1}.section{padding:72px 0}.section-tight{padding:50px 0}.section-title{text-align:center;margin:0 auto 34px}.section-title h2,.section-title>h2{font-size:34px;line-height:1.08;margin:0;color:var(--text);letter-spacing:-.03em}.orange-line,.section-title:after{content:"";display:block;width:54px;height:4px;background:var(--orange);border-radius:10px;margin:13px auto 0}.section-title p{max-width:660px;margin:16px auto 0;color:var(--muted);font-weight:600}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.hero{position:relative;min-height:430px;background:#061a33;color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,31,.96) 0%,rgba(3,16,31,.76) 37%,rgba(3,16,31,.24) 68%,rgba(3,16,31,.02) 100%);z-index:1}.hero:after{content:"";position:absolute;inset:0;background-image:url('/assets/greziniai/hero-drilling.jpg?v=5');background-size:cover;background-position:center right;z-index:0;transform:scale(1.02)}.hero-inner{position:relative;z-index:2;min-height:430px;display:flex;align-items:center;padding:58px 0 34px}.hero-copy{max-width:560px}.hero h1{font-size:58px;line-height:.96;letter-spacing:-.055em;margin:0 0 22px;font-weight:950}.hero p{font-size:19px;line-height:1.46;margin:0 0 28px;color:rgba(255,255,255,.91);font-weight:600;max-width:520px}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-trust{display:flex;gap:36px;align-items:center;flex-wrap:wrap;margin-top:34px;color:#fff;font-size:14px;font-weight:850}.trust-chip{display:inline-flex;gap:9px;align-items:center;color:rgba(255,255,255,.94)}.trust-chip svg,.contact-mini svg{width:18px;height:18px;color:var(--orange)}
.services-section{padding-top:34px;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-media{height:150px;position:relative;overflow:hidden}.service-media img{width:100%;height:100%;object-fit:cover}.service-icon{position:absolute;left:22px;bottom:-26px;width:58px;height:58px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--orange);box-shadow:0 13px 30px rgba(6,27,52,.15)}.service-icon svg{width:30px;height:30px}.service-body{padding:42px 22px 24px}.service-body h3{margin:0 0 10px;font-size:20px;line-height:1.15;letter-spacing:-.02em}.service-body p{margin:0 0 18px;color:var(--muted);font-size:15px;font-weight:600}.card-link{color:var(--orange);font-weight:900;font-size:14px}.stats-strip{background:linear-gradient(135deg,#061b34,#092f57);border-radius:12px;margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:var(--shadow);overflow:hidden}.stat{min-height:92px;display:flex;align-items:center;justify-content:center;gap:18px;color:#fff;border-right:1px solid rgba(255,255,255,.16)}.stat:last-child{border-right:0}.stat svg{width:36px;height:36px;color:var(--orange)}.stat strong{font-size:26px;line-height:1;display:block}.stat span{display:block;color:rgba(255,255,255,.86);font-weight:700;font-size:14px;margin-top:2px}.process-section{background:#fff;padding-top:34px}.process-grid{display:grid;grid-template-columns:1fr 56px 1fr 56px 1fr 56px 1fr;align-items:start;gap:10px}.process-step{text-align:center;padding:0 10px}.step-number{width:32px;height:32px;background:var(--orange);color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:900;margin:0 auto 18px;box-shadow:0 10px 22px rgba(242,97,34,.25)}.step-icon{width:48px;height:48px;margin:0 auto 12px;color:#0b3156}.step-icon svg{width:100%;height:100%}.process-step h3{margin:0 0 10px;font-size:19px;letter-spacing:-.02em}.process-step p{margin:0;color:var(--muted);font-size:14.5px;font-weight:600}.process-arrow{display:flex;align-items:center;justify-content:center;padding-top:70px;color:#748299;font-size:28px}.why-section{padding:0;background:#fff}.why-grid{display:grid;grid-template-columns:1.08fr 1fr;align-items:stretch}.why-photo{min-height:320px;background:url('/assets/greziniai/why-drilling.jpg?v=5') center/cover no-repeat}.why-content{padding:58px min(7vw,72px);background:#fff}.why-content h2{font-size:34px;line-height:1.08;margin:0;letter-spacing:-.03em}.check-list{display:grid;gap:13px;margin:25px 0 0;padding:0;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:11px;color:#20314d;font-weight:700}.check-list li:before{content:"✓";flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950;margin-top:2px}.quote-band{background:linear-gradient(135deg,#061b34,#082b50);color:#fff;padding:46px 0}.quote-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.quote-copy h2{font-size:42px;line-height:1.02;letter-spacing:-.04em;margin:0}.quote-copy p{font-size:17px;color:rgba(255,255,255,.86);font-weight:600;max-width:460px}.quote-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.quote-point{text-align:center;color:#fff;font-weight:850}.quote-point svg{width:30px;height:30px;color:var(--orange);margin:0 auto 8px}.form-card{background:#fff;border-radius:14px;box-shadow:0 20px 45px rgba(0,0,0,.18);padding:24px;color:var(--text)}.contact-form,.quote-form{display:grid;gap:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}input,select,textarea{width:100%;border:1px solid #dfe7f1;border-radius:8px;background:#fff;padding:13px 14px;color:var(--text);outline:none;font-weight:650;font-size:14px}textarea{min-height:108px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#a9c7e8;box-shadow:0 0 0 4px rgba(70,144,220,.13)}.full{grid-column:1/-1}.form-status{min-height:18px;margin:0;color:var(--orange);font-weight:800}.projects-section{background:#fff;padding:54px 0 26px}.section-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head-row .section-title{text-align:left;margin:0}.section-head-row .section-title:after{margin-left:0}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-soft);overflow:hidden}.project-card img{width:100%;height:155px;object-fit:cover}.project-body{padding:18px 20px 20px}.project-body h3{margin:0 0 6px;font-size:19px;letter-spacing:-.02em}.project-body p{margin:0;color:var(--muted);font-weight:700;font-size:14px;display:flex;gap:7px;align-items:center}.testimonials{padding:22px 0 38px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;box-shadow:0 10px 28px rgba(6,27,52,.06)}.quote-mark{font-size:34px;line-height:1;color:var(--orange);font-weight:950}.testimonial-card p{margin:3px 0 14px;color:#243650;font-weight:650}.testimonial-card strong{display:block;font-size:14px}.stars{color:#ff9600;letter-spacing:3px;font-size:14px;margin-top:10px}.dots{text-align:center;margin-top:20px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ccd4df;margin:0 5px}.dot.active{background:var(--orange)}.faq-section{background:#fff;padding:24px 0 54px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px}.faq-item{border:1px solid var(--line);border-radius:10px;background:#f7f9fc;overflow:hidden}.faq-q{width:100%;border:0;background:transparent;text-align:left;padding:16px 18px;font-weight:900;color:#162a45;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq-q:after{content:'+';font-size:22px;color:#708199}.faq-a{display:none;padding:0 18px 18px;color:var(--muted);font-weight:650}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q:after{content:'–';color:var(--orange)}.contact-section{background:linear-gradient(135deg,#061b34,#082c50);color:#fff;padding:0}.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:stretch}.contact-info{padding:58px 0;display:grid;grid-template-columns:1fr 235px;gap:22px;align-items:end}.contact-info h2{font-size:36px;line-height:1.05;margin:0;letter-spacing:-.03em}.contact-lines{display:grid;gap:12px;margin:28px 0}.contact-line{display:flex;align-items:center;gap:12px;color:#fff;font-weight:850}.contact-line svg{width:21px;height:21px;color:var(--orange)}.socials{display:flex;gap:12px}.socials a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#071b36;font-weight:950}.contact-photo{height:100%;min-height:296px;background:url('/assets/greziniai/contact-drilling.jpg?v=5') center/cover no-repeat;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1)}.contact-form-wrap{padding:42px 0 42px 36px;display:flex;align-items:center}.contact-form-wrap .form-card{width:100%}.site-footer{background:#06172e;color:#fff;border-top:1px solid rgba(255,255,255,.1)}.footer-main{padding:34px 0;display:grid;grid-template-columns:1.3fr .8fr 1fr 1fr;gap:38px}.footer-logo{height:44px;width:auto;margin-bottom:14px}.footer-col p{margin:0;color:rgba(255,255,255,.72);font-weight:600;font-size:14px}.footer-col h4{margin:0 0 14px;font-size:15px}.footer-links,.footer-contact{display:grid;gap:8px}.footer-links a,.footer-contact a,.footer-contact span{color:rgba(255,255,255,.78);font-size:14px;font-weight:650}.footer-contact a,.footer-contact span{display:flex;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;color:rgba(255,255,255,.6);font-size:13px}.content-hero{padding:96px 0;background:linear-gradient(135deg,#061b34,#0b3156);color:#fff}.content-hero h1{font-size:48px;line-height:1.05;margin:0 0 16px}.content-hero p{font-size:18px;color:rgba(255,255,255,.84);max-width:760px}.content-page{padding:66px 0;background:#fff}.content-box{max-width:980px;margin:0 auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:18px;padding:42px}.content-box h1,.content-box h2{letter-spacing:-.03em}.content-box p,.content-box li{color:#4d5d72;font-weight:600}.narrow{max-width:780px}.center{text-align:center;margin-inline:auto}.maintenance-page{background:#061b34;color:#fff}.maintenance-shell{min-height:100vh;display:grid;place-items:center;padding:28px}.maintenance-box{max-width:620px;text-align:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:44px}.admin-preview-bar{position:fixed;left:0;right:0;top:0;background:#f26122;color:#fff;z-index:9999;text-align:center;padding:8px;font-weight:900}.admin-preview-bar+.site-header{top:38px}.hidden{display:none!important}
@media (max-width:1050px){.container{width:min(100% - 36px,var(--max))}.nav{gap:16px}.header-cta{display:none}.hero h1{font-size:48px}.services-grid{grid-template-columns:repeat(2,1fr)}.stats-strip{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.process-grid{grid-template-columns:1fr 1fr;gap:28px}.process-arrow{display:none}.quote-grid,.why-grid,.contact-grid{grid-template-columns:1fr}.contact-info{grid-template-columns:1fr}.contact-photo{display:none}.contact-form-wrap{padding:0 0 42px}.footer-main{grid-template-columns:1fr 1fr}.projects-grid,.testimonial-grid{grid-template-columns:1fr 1fr}.faq-grid{grid-template-columns:1fr}}
@media (max-width:820px){.top-contact-inner{height:auto;padding:8px 0;align-items:flex-start}.top-contact-left{display:grid;gap:6px}.top-contact-right{display:none}.header-inner{height:68px}.brand img{height:40px}.mobile-toggle{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:14px 22px 24px;border-bottom:1px solid var(--line);box-shadow:var(--shadow-soft);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.nav a.active:after,.nav a:hover:after{display:none}.hero,.hero-inner{min-height:560px}.hero:before{background:linear-gradient(180deg,rgba(3,16,31,.95),rgba(3,16,31,.74))}.hero h1{font-size:40px}.hero p{font-size:17px}.hero-trust{gap:14px}.services-grid,.projects-grid,.testimonial-grid,.footer-main{grid-template-columns:1fr}.quote-points{grid-template-columns:1fr 1fr}.quote-copy h2{font-size:34px}.form-grid,.form-grid-3{grid-template-columns:1fr}.section-head-row{align-items:flex-start;flex-direction:column}.footer-bottom{flex-direction:column;align-items:flex-start}.content-box{padding:28px}.content-hero h1{font-size:36px}}
@media (max-width:520px){.container{width:min(100% - 28px,var(--max))}.hero-actions{align-items:stretch}.hero-actions a,.btn,.btn-outline{width:100%}.stats-strip{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.stat:last-child{border-bottom:0}.process-grid{grid-template-columns:1fr}.quote-points{grid-template-columns:1fr}.form-card{padding:18px}.section-title h2{font-size:29px}}


/* GreziniuKasimas.lt v2 — quality/layout fixes */
:root{--max:1480px;--radius:20px;}
.container{width:min(var(--max),calc(100% - 84px));}
.site-header{box-shadow:0 8px 28px rgba(6,27,52,.05);}
.header-inner{height:78px;gap:30px;}
.brand{min-width:0;overflow:visible;}
.brand img{height:48px;width:auto;max-width:none;object-fit:contain;overflow:visible;}
.footer-logo{height:48px;width:auto;max-width:none;}
.nav{gap:28px;}
.btn,.btn-outline,.btn-light,.btn-secondary{border-radius:10px;}
.hero{min-height:560px;}
.hero:before{background:linear-gradient(90deg,rgba(3,16,31,.98) 0%,rgba(3,16,31,.82) 36%,rgba(3,16,31,.36) 66%,rgba(3,16,31,.07) 100%);}
.hero:after{background-size:cover;background-position:center right;transform:none;filter:none;}
.hero-inner{min-height:560px;padding:78px 0 48px;align-items:center;}
.hero-copy{max-width:650px;}
.hero h1{font-size:64px;line-height:.98;letter-spacing:-.06em;margin-bottom:24px;text-wrap:balance;}
.hero p{font-size:20px;max-width:570px;}
.hero-trust{margin-top:36px;gap:42px;}
.services-section{padding-top:58px;}
.services-grid{gap:26px;}
.service-card{border-radius:18px;}
.service-media{height:188px;}
.service-media img,.project-card img{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0);}
.service-body{padding:46px 26px 28px;}
.stats-strip{margin-top:30px;border-radius:15px;}
.stat{min-height:104px;}
.process-section{padding-top:62px;}
.why-photo{min-height:430px;}
.quote-band{padding:60px 0;}
.project-card{border-radius:16px;}
.project-card img{height:210px;}
.contact-photo{min-height:380px;}
@media (max-width:1050px){.container{width:min(100% - 36px,var(--max));}.header-inner{height:70px}.brand img{height:42px}.hero h1{font-size:50px}.service-media{height:170px}.project-card img{height:180px}}
@media (max-width:820px){.container{width:min(100% - 32px,var(--max));}.hero,.hero-inner{min-height:590px}.hero h1{font-size:40px}.hero:before{background:linear-gradient(180deg,rgba(3,16,31,.96),rgba(3,16,31,.77))}.brand img{height:39px}.service-media{height:210px}}

/* GreziniuKasimas.lt v3 — final image/icon quality fixes */
:root{--max:1420px;--service-media-h:188px;}
.site-header{box-shadow:0 10px 30px rgba(6,27,52,.055);}
.brand img{height:46px;width:auto;max-width:330px;object-fit:contain;object-position:left center;}
.footer-logo{height:46px;width:auto;max-width:330px;object-fit:contain;}
.hero:before{
  background:
    linear-gradient(90deg,rgba(3,16,31,.985) 0%,rgba(3,16,31,.88) 31%,rgba(3,16,31,.52) 55%,rgba(3,16,31,.14) 78%,rgba(3,16,31,.02) 100%),
    linear-gradient(180deg,rgba(3,16,31,.10) 0%,rgba(3,16,31,.00) 54%,rgba(3,16,31,.16) 100%);
}
.hero:after{background-image:url('/assets/greziniai/hero-drilling.jpg?v=5');background-position:center right;transform:none;filter:saturate(1.04) contrast(1.04);}
.service-card{position:relative;overflow:hidden;border-color:#dfe7f1;background:#fff;}
.service-media{height:var(--service-media-h);overflow:visible;position:static;background:#eaf0f7;}
.service-media img{width:100%;height:100%;object-fit:cover;border-radius:18px 18px 0 0;display:block;filter:saturate(1.03) contrast(1.03);}
.service-icon{position:absolute;left:26px;top:calc(var(--service-media-h) - 31px);bottom:auto;z-index:3;width:64px;height:64px;border-radius:50%;background:#fff;border:6px solid #fff;color:var(--orange);box-shadow:0 16px 34px rgba(6,27,52,.18);}
.service-icon svg{width:30px;height:30px;stroke-width:1.9;}
.service-body{padding-top:50px;}
.stats-strip{box-shadow:0 24px 55px rgba(6,27,52,.16);}
.why-photo{background-image:url('/assets/greziniai/why-drilling.jpg?v=5');filter:saturate(1.04) contrast(1.03);}
.project-card img{filter:saturate(1.04) contrast(1.03);}
.contact-section{position:relative;overflow:hidden;background:#061b34;}
.contact-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,33,.98),rgba(4,23,44,.92) 46%,rgba(4,23,44,.78) 100%);pointer-events:none;}
.contact-grid{position:relative;z-index:1;}
.contact-photo{position:relative;background-image:url('/assets/greziniai/contact-drilling.jpg?v=5');background-position:center;background-size:cover;}
.contact-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,27,52,.88) 0%,rgba(6,27,52,.34) 48%,rgba(6,27,52,.72) 100%);}
.site-footer{background:linear-gradient(180deg,#071b34 0%,#05162b 100%);}
@media (max-width:1050px){:root{--service-media-h:170px}.brand img{height:42px;max-width:300px}.footer-logo{height:42px;max-width:300px}}
@media (max-width:820px){:root{--service-media-h:210px}.brand img{height:39px;max-width:280px}.hero:after{background-position:62% center}.hero:before{background:linear-gradient(180deg,rgba(3,16,31,.97),rgba(3,16,31,.78));}}


/* GreziniuKasimas.lt v5 — rebuilt high-quality photo assets */
.hero{min-height:500px;}
.hero-inner{min-height:500px;padding:62px 0 36px;}
.hero-copy{max-width:560px;}
.hero h1{font-size:58px;line-height:1.0;}
.hero p{font-size:18px;max-width:510px;}
.hero:before{background:linear-gradient(90deg,rgba(3,16,31,.96) 0%,rgba(3,16,31,.84) 34%,rgba(3,16,31,.42) 58%,rgba(3,16,31,.08) 78%,rgba(3,16,31,.02) 100%);}
.hero:after{background-image:url('/assets/greziniai/hero-drilling.jpg?v=5');background-position:70% center; background-size:cover; filter:none;}
.service-media{height:172px;background:#eef3f8;}
.service-media img{filter:none;}
.service-card,.project-card{overflow:hidden;}
.project-card img{height:190px;filter:none;}
.why-photo{background-image:url('/assets/greziniai/why-drilling.jpg?v=5'); background-position:center center; background-size:cover; filter:none;}
.contact-photo{background-image:url('/assets/greziniai/contact-drilling.jpg?v=5'); background-position:center center; background-size:cover;}
.contact-photo:after{background:linear-gradient(90deg,rgba(6,27,52,.90) 0%,rgba(6,27,52,.34) 46%,rgba(6,27,52,.70) 100%);}
@media (max-width:1050px){.hero{min-height:460px}.hero-inner{min-height:460px}.hero h1{font-size:48px}.service-media{height:160px}.project-card img{height:180px}}
@media (max-width:820px){.hero,.hero-inner{min-height:540px}.hero h1{font-size:40px}.service-media{height:200px}.hero:after{background-position:74% center}}
