.dem-site{font-family:Inter,Poppins,Arial,Helvetica,sans-serif;color:#111;background:#fff;line-height:1.6;overflow:hidden}.dem-site *{box-sizing:border-box}.dem-site a{text-decoration:none}.dem-shell{width:min(1440px,calc(100% - 48px));margin:0 auto}.dem-kicker{display:flex;align-items:center;gap:10px;color:var(--dem-accent);font-size:12px;line-height:1.2;letter-spacing:1.35px;font-weight:900;text-transform:uppercase}.dem-kicker:before{content:"";width:26px;height:2px;background:var(--dem-accent)}

/* HEADER */
.dem-header{height:86px;background:rgba(255,255,255,.98);display:flex;align-items:center;position:sticky;top:0;z-index:100;border-bottom:1px solid #ececec;backdrop-filter:blur(12px)}.dem-header-inner{height:100%;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:20px}.dem-brand{display:flex;align-items:center;gap:10px;color:#111;font-size:23px;font-weight:950;letter-spacing:-.8px;min-width:0}.dem-brand img{display:block;max-height:47px;max-width:220px;width:auto}.dem-brand-mark{width:37px;height:37px;border:2px solid var(--dem-accent);color:#111;display:grid;place-items:center;font-weight:950;position:relative;background:#fff}.dem-brand-mark:after{content:"";position:absolute;width:9px;height:9px;background:var(--dem-accent);right:-5px;bottom:-5px}.dem-nav-list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:48px;align-items:center}.dem-nav-list li{margin:0}.dem-nav-list a{position:relative;color:#171717;font-size:13px;font-weight:900;letter-spacing:.5px;padding:31px 0}.dem-nav-list a:after{content:"";position:absolute;left:0;bottom:22px;width:0;height:2px;background:var(--dem-accent);transition:.2s}.dem-nav-list a:hover:after{width:100%}.dem-phone{min-height:46px;background:var(--dem-accent);color:#111;padding:0 22px;display:flex;align-items:center;gap:8px;font-weight:900;font-size:13px;transition:.2s;border-radius:2px}.dem-phone:hover{background:#111;color:#fff}.dem-phone .dashicons{font-size:18px;width:18px;height:18px}.dem-menu-toggle{display:none;border:0;background:#111;width:44px;height:44px;padding:10px;cursor:pointer;border-radius:2px}.dem-menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0}

/* BUTTONS */
.dem-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:50px;padding:0 20px;border:0;font-size:11px;font-weight:950;letter-spacing:.6px;transition:.2s}.dem-btn b{font-size:18px;color:var(--dem-accent)}.dem-btn-dark{background:#0c0c0c;color:#fff}.dem-btn-dark:hover{background:#292929;color:#fff;transform:translateY(-1px)}.dem-btn-outline{border:1px solid #151515;color:#151515;background:#fff}.dem-btn-outline:hover{background:#111;color:#fff}.dem-btn-yellow{background:var(--dem-accent);color:#111}.dem-btn-yellow b{color:#111}.dem-text-link{font-size:11px;font-weight:900;color:#111;letter-spacing:.45px;border-bottom:1px solid #d8d8d8;padding:13px 0 7px}.dem-text-link b{color:var(--dem-accent);font-size:16px}

/* HERO */
.dem-hero{padding:0 0 38px;background:#fff}.dem-hero-grid{display:grid;grid-template-columns:420px minmax(0,1fr);min-height:620px}.dem-hero-copy{padding:95px 46px 34px 0;display:flex;flex-direction:column;align-items:flex-start;position:relative}.dem-hero-copy .dem-kicker{margin-bottom:24px}.dem-hero h1{font-size:48px;line-height:1.03;letter-spacing:-2px;margin:0 0 24px;font-weight:950;text-transform:uppercase}.dem-hero h1 span{display:block;color:var(--dem-accent);margin-top:8px}.dem-hero-copy>p{font-size:15px;line-height:1.75;max-width:380px;color:#555;margin:0 0 30px}.dem-hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.dem-hero-trust{margin-top:auto;padding-top:45px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px;width:100%}.dem-hero-trust span{border-top:1px solid #e1e1e1;padding-top:14px}.dem-hero-trust b{display:block;font-size:21px;line-height:1;color:#111;font-weight:950}.dem-hero-trust small{display:block;color:#777;font-size:10px;line-height:1.35;margin-top:6px;text-transform:uppercase;letter-spacing:.4px}.dem-hero-panels{display:grid;grid-template-columns:1.08fr repeat(3,1fr);min-width:0;overflow:hidden;background:#eee}.dem-hero-panel{position:relative;min-height:620px;background:#d9d9d9 center/cover no-repeat;color:#fff;overflow:hidden;border-left:1px solid rgba(255,255,255,.35);transition:flex .25s,transform .25s}.dem-hero-panel:first-child{clip-path:polygon(8% 0,100% 0,100% 100%,0 100%);margin-left:-1px}.dem-panel-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.02) 38%,rgba(0,0,0,.62) 100%);transition:.25s}.dem-panel-number{position:absolute;top:24px;left:22px;z-index:3;font-size:11px;font-weight:900;letter-spacing:1px;opacity:.95;transition:.2s}.dem-panel-content{position:absolute;z-index:3;left:22px;right:20px;bottom:28px;display:block}.dem-panel-content strong{display:block;font-size:17px;line-height:1.28;text-transform:uppercase;font-weight:950;letter-spacing:.2px;transition:.2s}.dem-panel-content small{display:block;margin-top:8px;font-size:11px;line-height:1.55;color:rgba(255,255,255,.88);max-width:220px;transition:.2s}.dem-hero-panel i{position:absolute;z-index:4;right:17px;top:50%;width:38px;height:38px;border-radius:50%;background:var(--dem-accent);color:#111;display:grid;place-items:center;font-style:normal;font-weight:950;box-shadow:0 6px 20px rgba(0,0,0,.13);transition:.2s}.dem-hero-panel:last-child i{display:none}.dem-hero-panel:hover{transform:scale(1.015)}.dem-hero-panel:hover .dem-panel-shade{background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.04) 35%,rgba(0,0,0,.65))}.dem-hero-panel:hover .dem-panel-number,.dem-hero-panel:hover .dem-panel-content strong,.dem-hero-panel:hover .dem-panel-content small{color:var(--dem-accent)}.dem-hero-panel:hover i{background:#fff;color:#111}

/* GENERIC SECTION */
.dem-section{padding:80px 0}.dem-section-heading{text-align:center;margin:0 auto 42px;max-width:760px}.dem-section-heading .dem-kicker{justify-content:center;margin-bottom:11px}.dem-section-heading .dem-kicker:before{display:none}.dem-section-heading h2{font-size:36px;line-height:1.12;margin:0;font-weight:950;letter-spacing:-.95px;text-transform:uppercase}.dem-section-heading>span{display:block;width:58px;height:3px;background:var(--dem-accent);margin:14px auto 0}

/* SERVICES */
.dem-services{background:#fff}.dem-service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.dem-service-card{border:1px solid #ececec;background:#fff;min-height:350px;display:flex;flex-direction:column;transition:.25s;position:relative}.dem-service-card:after{content:"";position:absolute;left:-1px;right:-1px;bottom:-1px;height:3px;background:var(--dem-accent);transform:scaleX(0);transform-origin:left;transition:.25s}.dem-service-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.08)}.dem-service-card:hover:after{transform:scaleX(1)}.dem-service-image{display:block;height:152px;background:#ddd center/cover no-repeat;position:relative;overflow:hidden}.dem-service-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.24))}.dem-service-image span{position:absolute;z-index:2;top:13px;right:13px;width:31px;height:31px;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#111;font-weight:950;font-size:10px}.dem-service-body{padding:22px 20px 20px;display:grid;grid-template-columns:42px 1fr;column-gap:13px}.dem-service-icon{grid-row:1/4}.dem-service-icon svg{width:36px;height:36px;fill:none;stroke:#171717;stroke-width:1.6}.dem-service-body h3{font-size:14px;line-height:1.35;text-transform:uppercase;margin:2px 0 8px;font-weight:950}.dem-service-body p{font-size:11px;color:#737373;margin:0 0 17px;line-height:1.65}.dem-card-link{font-size:10px;color:#111;font-weight:950;letter-spacing:.3px}.dem-card-link b{color:var(--dem-accent);font-size:13px}

/* PROJECTS */
.dem-projects{padding-top:52px;background:#fafafa}.dem-project-filters{display:flex;justify-content:center;gap:34px;margin:-12px 0 28px;flex-wrap:wrap}.dem-project-filters button{border:0;background:none;padding:0 0 7px;font-size:11px;font-weight:950;letter-spacing:.45px;cursor:pointer;border-bottom:2px solid transparent;color:#444}.dem-project-filters button.is-active{color:#111;border-color:var(--dem-accent)}.dem-project-grid{height:580px;display:grid;grid-template-columns:1.32fr .85fr .85fr 1.12fr;grid-template-rows:1fr 1fr;gap:8px}.dem-project-item{position:relative;background:#ddd center/cover no-repeat;overflow:hidden;min-height:0}.dem-project-item.item-1{grid-column:1;grid-row:1/3}.dem-project-item.item-2{grid-column:2;grid-row:1}.dem-project-item.item-3{grid-column:2;grid-row:2}.dem-project-item.item-4{grid-column:3;grid-row:1/3}.dem-project-item.item-5{grid-column:4;grid-row:1}.dem-project-item.item-6{grid-column:4;grid-row:2}.dem-project-item.item-7{display:none}.dem-project-item:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 20%,rgba(0,0,0,.13) 55%,rgba(0,0,0,.7) 100%);transition:.25s}.dem-project-item span{position:absolute;inset:auto 20px 19px;display:flex;flex-direction:column;gap:5px;color:#fff;opacity:1;transition:.25s;max-width:88%;z-index:2}.dem-project-item span u{font-size:10px;font-weight:950;letter-spacing:.75px;text-transform:uppercase;text-decoration:none;color:var(--dem-accent)}.dem-project-item span b{font-size:16px;line-height:1.25}.dem-project-item span small{font-size:11px;line-height:1.55;color:rgba(255,255,255,.84);max-width:360px}.dem-project-item span em{font-size:10px;font-style:normal;font-weight:900;margin-top:5px;letter-spacing:.25px}.dem-project-item:hover:before{background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.28) 52%,rgba(0,0,0,.82))}.dem-project-item:hover span{transform:translateY(-3px)}.dem-project-item.is-hidden{display:none!important}.dem-center{text-align:center;margin-top:30px}

/* STATS */
.dem-stats{background:#fff1b9;padding:36px 0}.dem-stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.dem-stat{display:grid;grid-template-columns:55px 1fr;align-items:center;gap:13px;padding:4px 28px;border-right:1px solid rgba(17,17,17,.1)}.dem-stat:last-child{border-right:0}.dem-stat-icon{width:50px;height:50px;display:grid;place-items:center;color:#111;background:rgba(255,255,255,.42);border:1px solid rgba(17,17,17,.07)}.dem-stat-icon .dashicons{font-size:29px;width:29px;height:29px;color:var(--dem-accent);filter:brightness(.8)}.dem-stat strong{font-size:21px;font-weight:950;line-height:1}.dem-stat h3{font-size:9px;margin:4px 0 3px;font-weight:950;letter-spacing:.3px}.dem-stat p{font-size:8px;color:#595959;line-height:1.4;margin:0;max-width:180px}

/* ABOUT */
.dem-about{padding:76px 0 82px}.dem-about-grid{display:grid;grid-template-columns:.96fr 1.66fr .72fr;gap:27px;align-items:stretch}.dem-about-copy{padding:14px 7px 0 0}.dem-about-copy .dem-kicker{margin-bottom:14px}.dem-about-copy h2{font-size:29px;line-height:1.08;margin:0 0 20px;font-weight:950;letter-spacing:-.8px}.dem-about-copy p{font-size:11px;color:#565656;line-height:1.72;max-width:390px}.dem-about-copy ul{list-style:none;padding:0;margin:24px 0 28px}.dem-about-copy li{font-size:10px;margin:10px 0;position:relative;padding-left:24px;font-weight:700}.dem-about-copy li:before{content:'✓';position:absolute;left:0;color:var(--dem-accent);font-size:13px;font-weight:950}.dem-about-gallery{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:5px;min-height:390px}.about-img{background:#e8e8e8 center/cover no-repeat;position:relative;overflow:hidden}.about-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(0,0,0,.22))}.about-1{grid-column:1;grid-row:1/3}.about-2{grid-column:2;grid-row:1}.about-3{grid-column:3;grid-row:1}.about-4{grid-column:2;grid-row:2}.about-5{grid-column:3;grid-row:2}.about-1 span{position:absolute;z-index:2;left:15px;bottom:14px;background:var(--dem-accent);color:#111;font-size:8px;font-weight:950;padding:7px 9px;letter-spacing:.4px}.dem-consult{background:#111;color:#fff;padding:36px 27px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.dem-consult .dem-kicker{font-size:8px;margin-bottom:10px}.dem-consult .dem-kicker:before{display:none}.dem-consult-icon{width:42px;height:42px;background:var(--dem-accent);color:#111;display:grid;place-items:center;margin-bottom:24px}.dem-consult h3{font-size:14px;line-height:1.35;margin:0 0 12px;color:#fff}.dem-consult p{font-size:9px;color:#b8b8b8;line-height:1.6;margin:0 0 22px}.dem-consult .dem-btn-dark{background:#fff;color:#111}.dem-consult .dem-btn-dark:hover{background:var(--dem-accent)}.dem-consult-phone{margin-top:23px;color:#fff;font-weight:950;font-size:11px;display:flex;gap:7px;align-items:center}.dem-consult-phone .dashicons{color:var(--dem-accent)}

/* FOOTER */
.dem-footer{background:#0b0b0b;color:#fff;padding:52px 0 18px}.dem-footer-grid{display:grid;grid-template-columns:1.65fr .75fr .65fr 1.15fr;gap:42px;align-items:start}.dem-footer-brand{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}.dem-footer-brand .dem-brand-mark{background:#111;color:#fff}.dem-footer-brand strong{font-size:20px}.dem-footer-brand p{grid-column:1/3}.dem-footer p{color:#929292;max-width:430px;font-size:10px;line-height:1.6}.dem-footer b{display:block;margin-bottom:12px;font-size:10px;text-transform:uppercase;letter-spacing:.4px}.dem-footer a,.dem-footer span{display:block;color:#bdbdbd;font-size:10px;margin:7px 0}.dem-footer a:hover{color:var(--dem-accent)}.dem-footer-cta{border-left:1px solid #252525;padding-left:28px}.dem-footer-cta p{margin:0 0 15px}.dem-footer-cta .dem-btn{display:inline-flex;color:#111}.dem-footer-bottom{border-top:1px solid #222;margin-top:35px;padding-top:15px;display:flex;justify-content:space-between;gap:15px}.dem-footer-bottom span{font-size:8px;color:#656565;margin:0}

/* INNER PAGES */
.dem-inner{padding-top:20px}.dem-inner .dem-section{padding-top:48px}.dem-contact-page{padding:72px 0}.dem-contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:75px}.dem-contact-page h1{font-size:45px;line-height:1.07;margin:18px 0 20px;font-weight:950;letter-spacing:-1.4px}.dem-contact-page p{max-width:560px;color:#555;font-size:15px}.dem-contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:34px}.dem-contact-cards>*{border:1px solid #e6e6e6;padding:19px;color:#222;font-size:12px;background:#fff}.dem-contact-cards b{display:block;font-size:10px;margin-bottom:7px;text-transform:uppercase}.dem-form{padding:32px;background:#f5f5f5;border-top:3px solid var(--dem-accent)}.dem-form label{font-size:10px;font-weight:900;text-transform:uppercase;display:block;margin-bottom:14px}.dem-form input,.dem-form textarea{width:100%;display:block;margin-top:6px;border:1px solid #d8d8d8;background:#fff;padding:12px;border-radius:0;font:inherit}.dem-form-ok,.dem-form-error{padding:12px;margin-bottom:16px;background:#e9f7ec;font-size:12px}.dem-form-error{background:#fdeaea}.dem-single{padding:60px 0 88px}.dem-single-head{max-width:920px;margin-bottom:28px}.dem-single-head .dem-kicker{margin-bottom:12px}.dem-single-head h1{font-size:48px;line-height:1.06;margin:0;font-weight:950;letter-spacing:-1.2px}.dem-single-image{margin:0 0 34px;max-width:1180px;height:min(58vw,620px);overflow:hidden}.dem-single-image img{width:100%;height:100%;object-fit:cover;display:block}.dem-single-content{max-width:900px;font-size:17px;line-height:1.95;margin-bottom:35px;color:#333}.dem-single-content h2{font-size:32px;margin-top:34px}.dem-single-content h3{font-size:24px;margin-top:28px}

/* TABLET */
.dem-archive-intro{max-width:860px;margin:0 auto 28px;text-align:center}.dem-archive-intro p{margin:0;color:#666;font-size:14px;line-height:1.8}.dem-project-archive-page{padding-top:58px}.dem-project-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dem-project-card{display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid #e9e9e9;box-shadow:0 8px 25px rgba(0,0,0,.04);overflow:hidden}.dem-project-card:before{display:none}.dem-project-card-image{display:block;height:230px;background:#ddd center/cover no-repeat}.dem-project-card-body{position:static!important;inset:auto!important;padding:20px 20px 22px;display:flex;flex-direction:column;gap:8px;color:#111!important;max-width:none!important;opacity:1!important;transform:none!important}.dem-project-card-body u{font-size:10px;color:var(--dem-accent)!important;font-weight:950;letter-spacing:.7px;text-transform:uppercase;text-decoration:none}.dem-project-card-body b{font-size:18px;line-height:1.35;color:#111}.dem-project-card-body small{font-size:12px;line-height:1.75;color:#666!important;max-width:none}.dem-project-card-body em{font-size:11px;font-style:normal;font-weight:900;color:#111;margin-top:auto}.dem-project-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,0,0,.08)}.dem-project-card:hover .dem-project-card-body u,.dem-project-card:hover .dem-project-card-body em{color:var(--dem-accent)!important}
@media(max-width:1200px){.dem-shell{width:min(100% - 38px,1440px)}.dem-header-inner{grid-template-columns:205px 1fr auto}.dem-nav-list{gap:26px}.dem-hero-grid{grid-template-columns:355px minmax(0,1fr)}.dem-hero-copy{padding-right:30px}.dem-hero h1{font-size:40px}.dem-hero-panel{min-height:560px}.dem-service-grid{grid-template-columns:repeat(3,1fr)}.dem-service-card:nth-child(4),.dem-service-card:nth-child(5){min-height:320px}.dem-project-grid{height:520px}.dem-project-archive-grid{grid-template-columns:repeat(2,1fr)}.dem-about-grid{grid-template-columns:1fr 1.65fr}.dem-consult{grid-column:1/3;display:grid;grid-template-columns:auto .55fr 1fr auto auto;gap:17px;align-items:center;padding:22px 25px}.dem-consult-icon,.dem-consult .dem-kicker,.dem-consult h3,.dem-consult p,.dem-consult .dem-btn,.dem-consult-phone{margin:0}.dem-consult .dem-kicker{display:none}.dem-footer-grid{grid-template-columns:1.45fr .7fr .6fr 1fr;gap:28px}}

/* MOBILE/TABLET NAV */
@media(max-width:900px){.dem-site{overflow:visible}.dem-shell{width:min(100% - 28px,1440px)}.dem-header{height:72px}.dem-header-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:10px}.dem-brand{font-size:20px;min-width:0}.dem-brand strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dem-nav{position:absolute;top:72px;left:0;right:0;background:#fff;border-top:1px solid #eee;display:none;padding:7px 14px 18px;box-shadow:0 14px 35px rgba(0,0,0,.1)}.dem-nav.is-open{display:block}.dem-nav-list{display:block}.dem-nav-list a{display:block;padding:14px 8px;font-size:13px}.dem-nav-list a:after{display:none}.dem-menu-toggle{display:block}.dem-phone{padding:0 13px;font-size:0;min-height:44px;justify-content:center;width:44px}.dem-phone .dashicons{font-size:20px}.dem-hero{padding-bottom:22px}.dem-hero-grid{grid-template-columns:1fr}.dem-hero-copy{padding:52px 0 35px}.dem-hero h1{font-size:42px;max-width:700px}.dem-hero-copy>p{max-width:620px;font-size:15px}.dem-hero-trust{margin-top:34px;padding-top:0;max-width:620px}.dem-hero-panels{min-height:430px;grid-template-columns:repeat(4,1fr)}.dem-hero-panel{min-height:430px;clip-path:none!important}.dem-service-grid{grid-template-columns:repeat(2,1fr)}.dem-project-grid{height:auto;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,280px)}.dem-project-item.item-1,.dem-project-item.item-2,.dem-project-item.item-3,.dem-project-item.item-4,.dem-project-item.item-5,.dem-project-item.item-6,.dem-project-item.item-7{grid-column:auto;grid-row:auto}.dem-project-item span{max-width:92%}.dem-project-archive-grid{grid-template-columns:1fr 1fr}.dem-stats-grid{grid-template-columns:repeat(2,1fr)}.dem-stat:nth-child(2){border-right:0}.dem-stat:nth-child(-n+2){border-bottom:1px solid rgba(17,17,17,.1);padding-bottom:18px;margin-bottom:14px}.dem-about-grid{grid-template-columns:1fr}.dem-about-gallery{min-height:430px}.dem-consult{grid-column:auto;display:block;padding:30px}.dem-consult .dem-kicker{display:flex}.dem-consult-icon{margin-bottom:20px}.dem-consult .dem-kicker{margin-bottom:10px}.dem-consult h3{margin-bottom:12px}.dem-consult p{margin-bottom:20px}.dem-consult-phone{margin-top:20px}.dem-footer-grid{grid-template-columns:1.2fr 1fr 1fr}.dem-footer-cta{grid-column:1/4;border-left:0;border-top:1px solid #252525;padding:24px 0 0}.dem-contact-layout{grid-template-columns:1fr;gap:35px}.dem-contact-cards{grid-template-columns:repeat(3,1fr)}}

/* PHONE */
@media(max-width:620px){.dem-shell{width:calc(100% - 22px)}.dem-brand img{max-width:160px}.dem-brand-mark{width:32px;height:32px}.dem-header-inner{grid-template-columns:minmax(0,1fr) 44px 44px;gap:8px}.dem-phone,.dem-menu-toggle{width:44px;height:44px}.dem-hero-copy{padding:42px 1px 28px}.dem-hero-copy .dem-kicker{margin-bottom:18px}.dem-hero h1{font-size:35px;line-height:1.07;letter-spacing:-1.2px;margin-bottom:16px}.dem-hero-copy>p{font-size:14px;margin-bottom:22px}.dem-hero-actions{gap:15px}.dem-text-link{font-size:10px}.dem-hero-trust{gap:7px;margin-top:27px}.dem-hero-trust span{padding-top:10px}.dem-hero-trust b{font-size:17px}.dem-hero-trust small{font-size:8px}.dem-hero-panels{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:5px;min-height:400px;padding-bottom:2px;scrollbar-width:none}.dem-hero-panels::-webkit-scrollbar{display:none}.dem-hero-panel{min-width:82%;min-height:400px;scroll-snap-align:start;border:0}.dem-hero-panel:first-child{margin-left:0}.dem-panel-content strong{font-size:14px}.dem-panel-content small{font-size:10px}.dem-section{padding:58px 0}.dem-section-heading{margin-bottom:30px}.dem-section-heading h2{font-size:28px}.dem-service-grid{grid-template-columns:1fr;gap:12px}.dem-service-card{min-height:0;display:grid;grid-template-columns:132px 1fr}.dem-service-image{height:100%;min-height:172px}.dem-service-body{padding:19px 16px;grid-template-columns:34px 1fr;column-gap:10px}.dem-service-icon svg{width:30px;height:30px}.dem-service-body h3{font-size:12px}.dem-service-body p{font-size:10px;margin-bottom:12px}.dem-projects{padding-top:38px}.dem-project-filters{gap:16px;justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.dem-project-filters::-webkit-scrollbar{display:none}.dem-project-filters button{white-space:nowrap;font-size:10px}.dem-project-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,275px);gap:7px}.dem-project-item span{inset:auto 14px 14px}.dem-project-item span b{font-size:14px}.dem-project-item span small{display:none}.dem-project-archive-grid{grid-template-columns:1fr}.dem-project-card-image{height:220px}.dem-project-card-body b{font-size:17px}.dem-stats{padding:23px 0}.dem-stats-grid{grid-template-columns:1fr}.dem-stat{border-right:0!important;border-bottom:1px solid rgba(17,17,17,.1)!important;padding:13px 5px!important;margin:0!important}.dem-stat:last-child{border-bottom:0!important}.dem-stat p{font-size:10px}.dem-about{padding:55px 0 62px}.dem-about-copy h2{font-size:29px}.dem-about-gallery{min-height:370px;grid-template-columns:1.5fr 1fr;grid-template-rows:repeat(3,1fr)}.about-1{grid-column:1;grid-row:1/4}.about-2{grid-column:2;grid-row:1}.about-3{grid-column:2;grid-row:2}.about-4{grid-column:2;grid-row:3}.about-5{display:none}.dem-footer{padding-top:40px}.dem-footer-grid{grid-template-columns:1fr 1fr}.dem-footer-brand{grid-column:1/3}.dem-footer-cta{grid-column:1/3}.dem-footer-bottom{display:block}.dem-contact-page{padding:48px 0}.dem-contact-page h1{font-size:35px}.dem-contact-cards{grid-template-columns:1fr}.dem-form{padding:20px}.dem-single{padding:38px 0 62px}.dem-single-head h1{font-size:35px}.dem-single-image{height:72vw}.dem-single-content{font-size:15px}}

/* v1.6 typography, projects and mobile refinements */
.dem-site{font-family:'Poppins',Arial,Helvetica,sans-serif!important;font-size:15px;letter-spacing:-.01em}
.dem-site button,.dem-site input,.dem-site textarea,.dem-site select{font-family:'Poppins',Arial,Helvetica,sans-serif}
.dem-nav-list a{font-size:13px;font-weight:800}
.dem-btn{font-size:12px;font-weight:800}
.dem-hero-copy>p{font-size:16px}.dem-panel-content strong{font-size:18px;font-weight:800}.dem-panel-content small{font-size:12px}.dem-panel-number{font-size:12px}
.dem-section-heading h2{font-size:37px;font-weight:800}.dem-kicker{font-size:12px;font-weight:800}
.dem-service-body h3{font-size:15px;font-weight:800}.dem-service-body p{font-size:12px}.dem-card-link{font-size:10px;font-weight:800}
.dem-project-filters button{font-size:11px;font-weight:800}
.dem-project-item span u{font-size:10px;font-weight:800}.dem-project-item span b{font-size:17px;font-weight:800}.dem-project-item span small{font-size:11px}.dem-project-item span em{font-size:10px;font-weight:700}
.dem-stat strong{font-size:28px!important;font-weight:800!important}.dem-stat h3{font-size:13px!important;font-weight:800!important}.dem-stat p{font-size:11px!important;line-height:1.55!important}
.dem-about-copy h2{font-size:34px!important;font-weight:800!important}.dem-about-copy p{font-size:14px!important;line-height:1.8!important}.dem-about-copy li{font-size:13px!important;line-height:1.5!important}
.dem-consult h3{font-size:19px!important;font-weight:800!important}.dem-consult p{font-size:13px!important;line-height:1.7!important}.dem-consult-phone{font-size:14px!important}
.dem-footer strong{font-weight:800}.dem-footer p{font-size:12px!important;line-height:1.75!important}.dem-footer b{font-size:12px!important;font-weight:700!important}.dem-footer a,.dem-footer span{font-size:12px!important}.dem-footer-bottom span{font-size:10px!important}

/* Main projects: filtering always lays out six matching projects cleanly */
.dem-project-grid{isolation:isolate}
.dem-home-project.is-hidden{display:none!important}
.dem-home-project{animation:demProjectIn .2s ease both}
@keyframes demProjectIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

/* Projects archive */
.dem-project-archive-page{background:#f7f7f7;padding:68px 0 88px!important}
.dem-project-archive-page .dem-section-heading{margin-bottom:24px}
.dem-archive-intro{max-width:900px;margin:0 auto 34px}
.dem-archive-intro p{font-size:14px;line-height:1.85;color:#626262}
.dem-project-archive-page .dem-project-filters{margin:0 0 34px;padding:17px 18px;background:#fff;border:1px solid #ececec;gap:26px;position:sticky;top:86px;z-index:15;box-shadow:0 8px 25px rgba(0,0,0,.035)}
.dem-project-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.dem-project-card{display:flex!important;flex-direction:column!important;min-height:100%;background:#fff!important;border:1px solid #e7e7e7!important;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.045);transition:transform .22s,box-shadow .22s,border-color .22s;color:#111}
.dem-project-card:before{display:none!important}
.dem-project-card-image{display:block;position:relative;height:250px;background-position:center;background-size:cover;background-repeat:no-repeat;transition:transform .3s}
.dem-project-card-image:after{content:"";position:absolute;inset:0;border-bottom:3px solid var(--dem-accent);pointer-events:none}
.dem-project-card-body{position:static!important;inset:auto!important;display:flex!important;flex:1;flex-direction:column!important;gap:8px!important;max-width:none!important;padding:22px 22px 24px!important;color:#111!important;opacity:1!important;transform:none!important}
.dem-project-card-body u{font-size:10px!important;font-weight:800!important;letter-spacing:.75px;text-decoration:none!important;color:#d9a800!important;text-transform:uppercase}
.dem-project-card-body b{font-size:18px!important;line-height:1.38!important;font-weight:800!important;color:#111!important}
.dem-project-card-body small{display:block!important;font-size:12px!important;line-height:1.75!important;color:#686868!important;max-width:none!important}
.dem-project-card-body em{font-size:11px!important;font-style:normal!important;font-weight:800!important;color:#111!important;margin-top:auto!important;padding-top:8px}
.dem-project-card:hover{transform:translateY(-5px);border-color:#ddd!important;box-shadow:0 18px 42px rgba(0,0,0,.09)}
.dem-project-card:hover .dem-project-card-image{transform:scale(1.025)}
.dem-project-card:hover .dem-project-card-body em,.dem-project-card:hover .dem-project-card-body u{color:var(--dem-accent)!important}

/* Hero hover keeps the photograph readable and highlights copy in yellow */
.dem-hero-panel:hover .dem-panel-shade{background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.02) 38%,rgba(0,0,0,.58))!important}
.dem-hero-panel:hover .dem-panel-number,.dem-hero-panel:hover .dem-panel-content strong,.dem-hero-panel:hover .dem-panel-content small{color:var(--dem-accent)!important}

@media(max-width:1200px){
  .dem-project-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dem-project-archive-page .dem-project-filters{top:86px}
}
@media(max-width:900px){
  .dem-header-inner{grid-template-columns:minmax(0,1fr) 46px 46px!important;gap:8px!important}
  .dem-phone,.dem-menu-toggle{width:46px!important;height:46px!important;min-height:46px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .dem-phone{grid-column:2}.dem-menu-toggle{grid-column:3}
  .dem-nav{top:72px!important;padding:10px 18px 18px!important;border-top:3px solid var(--dem-accent)!important}
  .dem-nav-list a{font-size:14px!important;padding:14px 7px!important}
  .dem-project-archive-page .dem-project-filters{position:static;overflow-x:auto;justify-content:flex-start;flex-wrap:nowrap;scrollbar-width:none;padding:14px;margin-bottom:24px}
  .dem-project-archive-page .dem-project-filters::-webkit-scrollbar{display:none}
  .dem-project-archive-page .dem-project-filters button{white-space:nowrap}
  .dem-panel-content strong{font-size:16px}.dem-panel-content small{font-size:11px}
  .dem-section-heading h2{font-size:32px}
}
@media(max-width:620px){
  .dem-site{font-size:14px}
  .dem-header{height:68px!important}.dem-header-inner{grid-template-columns:minmax(0,1fr) 42px 42px!important;gap:7px!important}
  .dem-brand{font-size:18px!important}.dem-brand img{max-width:145px!important;max-height:40px!important}.dem-brand-mark{width:31px!important;height:31px!important}
  .dem-phone,.dem-menu-toggle{width:42px!important;height:42px!important;min-height:42px!important}
  .dem-nav{top:68px!important}
  .dem-hero h1{font-size:36px!important}.dem-hero-copy>p{font-size:14px!important}.dem-panel-content strong{font-size:15px!important}.dem-panel-content small{font-size:10px!important}
  .dem-section-heading h2{font-size:29px!important}.dem-section-heading .dem-kicker{font-size:11px!important}
  .dem-service-card{grid-template-columns:128px minmax(0,1fr)!important}.dem-service-body h3{font-size:13px!important}.dem-service-body p{font-size:10.5px!important;line-height:1.6!important}.dem-card-link{font-size:9px!important}
  .dem-project-grid{grid-template-rows:repeat(6,285px)!important}.dem-project-item span b{font-size:15px!important}.dem-project-item span u{font-size:9px!important}
  .dem-project-archive-page{padding:48px 0 62px!important}.dem-archive-intro{text-align:left;margin-bottom:22px}.dem-archive-intro p{font-size:13px}.dem-project-archive-grid{grid-template-columns:1fr!important;gap:15px}.dem-project-card-image{height:225px}.dem-project-card-body{padding:18px 18px 20px!important}.dem-project-card-body b{font-size:17px!important}.dem-project-card-body small{font-size:12px!important;line-height:1.7!important}.dem-project-card-body em{font-size:10px!important}
  .dem-stat strong{font-size:25px!important}.dem-stat h3{font-size:12px!important}.dem-stat p{font-size:10px!important}
  .dem-about-copy h2{font-size:29px!important}.dem-about-copy p{font-size:13px!important}.dem-about-copy li{font-size:12px!important}
  .dem-consult h3{font-size:18px!important}.dem-consult p{font-size:12px!important}.dem-consult-phone{font-size:13px!important}
  .dem-footer p,.dem-footer a,.dem-footer span{font-size:11px!important}.dem-footer b{font-size:11px!important}
  .dem-single-content{font-size:16px!important;line-height:1.9!important}
}
@media(max-width:390px){
  .dem-shell{width:calc(100% - 18px)!important}.dem-brand img{max-width:126px!important}.dem-brand strong{font-size:17px!important}.dem-header-inner{grid-template-columns:minmax(0,1fr) 40px 40px!important}.dem-phone,.dem-menu-toggle{width:40px!important;height:40px!important;min-height:40px!important}
  .dem-hero h1{font-size:32px!important}
}

/* v1.7 refinements */
.dem-site .dem-menu-toggle{background:#111!important;color:#fff!important;border:1px solid #111!important;display:none}
.dem-site .dem-menu-toggle span{background:#fff!important;opacity:1!important;visibility:visible!important;height:2px!important;border:0!important}
@media(max-width:900px){.dem-site .dem-menu-toggle{display:block!important}}

/* Contact page */
.dem-contact-page{padding:64px 0 86px;background:linear-gradient(180deg,#fff 0,#fff 44%,#f7f7f7 44%,#f7f7f7 100%)}
.dem-contact-page .dem-shell{display:block}
.dem-contact-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);gap:42px;align-items:stretch;margin-bottom:46px}
.dem-contact-copy{padding:34px 8px 34px 0}
.dem-contact-copy .dem-kicker{margin-bottom:18px}
.dem-contact-copy h1{font-size:52px;line-height:1.02;letter-spacing:-2px;margin:0 0 22px;font-weight:950;max-width:760px}
.dem-contact-copy>p{font-size:16px;line-height:1.8;color:#565656;max-width:720px;margin:0}
.dem-contact-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}
.dem-contact-points span{border-top:1px solid #dedede;padding:14px 5px 0 0;font-size:12px;line-height:1.45;font-weight:700;color:#2b2b2b}
.dem-contact-points b{display:block;color:var(--dem-accent);font-size:11px;margin-bottom:5px;letter-spacing:.7px}
.dem-contact-info-panel{background:#111;color:#fff;padding:32px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 18px 55px rgba(0,0,0,.12);border-bottom:4px solid var(--dem-accent)}
.dem-contact-info-head{padding-bottom:22px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}
.dem-contact-info-head small{display:block;color:var(--dem-accent);font-size:10px;font-weight:900;letter-spacing:.8px;margin-bottom:8px}
.dem-contact-info-head strong{display:block;font-size:21px;line-height:1.35}
.dem-contact-info-panel>a,.dem-contact-info-panel>div{display:grid!important;grid-template-columns:44px 1fr;gap:14px;align-items:center;padding:17px 0;margin:0!important;border-bottom:1px solid rgba(255,255,255,.1);color:#fff!important}
.dem-contact-info-panel>a:last-child,.dem-contact-info-panel>div:last-child{border-bottom:0}
.dem-contact-info-panel .dashicons{width:44px;height:44px;font-size:21px;display:grid;place-items:center;background:var(--dem-accent);color:#111;border-radius:2px}
.dem-contact-info-panel em{font-style:normal;min-width:0}
.dem-contact-info-panel em small{display:block;color:#9a9a9a;font-size:10px;text-transform:uppercase;letter-spacing:.55px;margin-bottom:3px}
.dem-contact-info-panel em b{display:block;color:#fff;font-size:14px;overflow-wrap:anywhere}

.dem-contact-form-wrap{display:grid;grid-template-columns:minmax(260px,.58fr) minmax(0,1.42fr);background:#fff;border:1px solid #e8e8e8;box-shadow:0 18px 55px rgba(0,0,0,.055)}
.dem-form-intro{padding:42px;background:#f2f2f2;border-right:1px solid #e3e3e3}
.dem-form-intro .dem-kicker{margin-bottom:14px}
.dem-form-intro h2{font-size:29px;line-height:1.15;letter-spacing:-.8px;margin:0 0 16px;font-weight:950}
.dem-form-intro p{font-size:13px!important;line-height:1.8;color:#666!important;margin:0!important}
.dem-contact-page .dem-form{padding:38px 40px;background:#fff;border-top:0}
.dem-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.dem-form-grid label{margin:0!important;display:block;text-transform:none!important;font-size:inherit!important;font-weight:inherit!important}
.dem-form-grid label>span{display:block;font-size:11px;font-weight:800;letter-spacing:.35px;text-transform:uppercase;margin-bottom:8px;color:#252525}
.dem-form-grid .dem-form-wide{grid-column:1/-1}
.dem-contact-page .dem-form input,.dem-contact-page .dem-form textarea{width:100%;display:block;margin:0!important;border:1px solid #d7d7d7;background:#fbfbfb;border-radius:2px;color:#111;font-family:'Poppins',Arial,sans-serif;font-size:14px;outline:none;box-shadow:none;transition:border-color .2s,background .2s,box-shadow .2s}
.dem-contact-page .dem-form input{height:52px;padding:0 15px}
.dem-contact-page .dem-form textarea{min-height:158px;padding:14px 15px;resize:vertical;line-height:1.6}
.dem-contact-page .dem-form input::placeholder,.dem-contact-page .dem-form textarea::placeholder{color:#9c9c9c;opacity:1}
.dem-contact-page .dem-form input:focus,.dem-contact-page .dem-form textarea:focus{border-color:var(--dem-accent);background:#fff;box-shadow:0 0 0 3px rgba(247,196,0,.13)}
.dem-form-submit-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}
.dem-form-submit-row>small{font-size:9px;line-height:1.5;color:#909090;max-width:410px}
.dem-form-submit-row .dem-btn{min-width:210px}
.dem-form-ok,.dem-form-error{border-radius:2px;padding:13px 15px;margin-bottom:18px;font-size:12px;font-weight:600}

/* Real project photos: keep natural proportions, avoid artificial repeated crops */
.dem-project-item,.dem-project-card-image{background-size:cover;background-position:center}
.dem-project-archive-grid .dem-project-card:nth-child(3n+1) .dem-project-card-image{background-position:center 44%}
.dem-project-archive-grid .dem-project-card:nth-child(3n+2) .dem-project-card-image{background-position:center 52%}
.dem-project-archive-grid .dem-project-card:nth-child(3n) .dem-project-card-image{background-position:center 60%}

@media(max-width:900px){
  .dem-contact-page{padding:44px 0 68px;background:#f7f7f7}
  .dem-contact-hero{grid-template-columns:1fr;gap:24px;margin-bottom:28px}
  .dem-contact-copy{padding:12px 0 8px}
  .dem-contact-copy h1{font-size:42px;max-width:680px}
  .dem-contact-copy>p{font-size:15px}
  .dem-contact-points{grid-template-columns:repeat(3,1fr)}
  .dem-contact-info-panel{padding:27px}
  .dem-contact-form-wrap{grid-template-columns:1fr}
  .dem-form-intro{padding:28px 30px;border-right:0;border-bottom:1px solid #e3e3e3}
  .dem-contact-page .dem-form{padding:30px}
}
@media(max-width:620px){
  .dem-contact-page{padding:32px 0 54px}
  .dem-contact-copy h1{font-size:34px;letter-spacing:-1.2px}
  .dem-contact-copy>p{font-size:14px}
  .dem-contact-points{grid-template-columns:1fr;gap:10px;margin-top:24px}
  .dem-contact-points span{display:grid;grid-template-columns:34px 1fr;align-items:start;gap:7px;padding-top:10px;font-size:11px}
  .dem-contact-points b{margin:0}
  .dem-contact-info-panel{padding:22px}
  .dem-contact-info-head strong{font-size:18px}
  .dem-contact-info-panel>a,.dem-contact-info-panel>div{grid-template-columns:40px 1fr;gap:11px;padding:14px 0}
  .dem-contact-info-panel .dashicons{width:40px;height:40px;font-size:19px}
  .dem-form-intro{padding:24px 22px}
  .dem-form-intro h2{font-size:24px}
  .dem-contact-page .dem-form{padding:22px}
  .dem-form-grid{grid-template-columns:1fr;gap:14px}
  .dem-form-grid .dem-form-wide{grid-column:auto}
  .dem-contact-page .dem-form input{height:50px;font-size:13px}
  .dem-contact-page .dem-form textarea{font-size:13px;min-height:145px}
  .dem-form-submit-row{display:block;margin-top:17px}
  .dem-form-submit-row>small{display:block;margin-bottom:13px}
  .dem-form-submit-row .dem-btn{width:100%;min-width:0}
}


/* v1.8 mobile alignment refinements */
@media(max-width:900px){
  .dem-site .dem-header-inner{
    grid-template-columns:minmax(0,1fr) 44px 44px!important;
    gap:8px!important;
    align-items:center!important;
  }
  .dem-site .dem-phone,
  .dem-site .dem-menu-toggle{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0!important;
    border-radius:4px!important;
    align-self:center!important;
    justify-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    line-height:1!important;
  }
  .dem-site .dem-phone{
    background:var(--dem-accent)!important;
    border:1px solid var(--dem-accent)!important;
    color:#111!important;
    font-size:0!important;
  }
  .dem-site .dem-phone .dashicons{
    width:20px!important;
    height:20px!important;
    font-size:20px!important;
    line-height:20px!important;
    margin:0!important;
    padding:0!important;
    color:#111!important;
  }
  .dem-site .dem-menu-toggle{
    background:#111!important;
    border:1px solid #111!important;
    flex-direction:column!important;
    gap:4px!important;
  }
  .dem-site .dem-menu-toggle span{
    display:block!important;
    width:18px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:2px!important;
    background:#fff!important;
    opacity:1!important;
  }
}

@media(max-width:620px){
  .dem-site .dem-header-inner{
    grid-template-columns:minmax(0,1fr) 42px 42px!important;
    gap:7px!important;
  }
  .dem-site .dem-phone,
  .dem-site .dem-menu-toggle{
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
  }

  /* Paslaugos: fixed photo proportions + balanced text block */
  .dem-site .dem-service-grid{
    gap:10px!important;
  }
  .dem-site .dem-service-card{
    display:grid!important;
    grid-template-columns:116px minmax(0,1fr)!important;
    align-items:center!important;
    min-height:142px!important;
    overflow:hidden!important;
  }
  .dem-site .dem-service-image{
    width:116px!important;
    height:116px!important;
    min-height:116px!important;
    align-self:center!important;
    margin-left:10px!important;
    border-radius:2px!important;
    background-size:cover!important;
    background-position:center!important;
  }
  .dem-site .dem-service-image span{
    top:8px!important;
    right:8px!important;
    width:25px!important;
    height:25px!important;
    font-size:9px!important;
  }
  .dem-site .dem-service-body{
    display:block!important;
    min-width:0!important;
    padding:15px 14px!important;
  }
  .dem-site .dem-service-icon{
    display:none!important;
  }
  .dem-site .dem-service-body h3{
    margin:0 0 6px!important;
    font-size:13px!important;
    line-height:1.25!important;
  }
  .dem-site .dem-service-body p{
    margin:0 0 9px!important;
    font-size:10.5px!important;
    line-height:1.45!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .dem-site .dem-card-link{
    font-size:9px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }

  .dem-site .dem-hero-actions{
    align-items:center!important;
    gap:14px!important;
  }
  .dem-site .dem-text-link{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    padding:12px 0 7px!important;
    line-height:1!important;
  }
  .dem-site .dem-text-link b{
    display:inline-block!important;
    font-size:15px!important;
    line-height:1!important;
    transform:none!important;
  }
}

@media(max-width:390px){
  .dem-site .dem-header-inner{
    grid-template-columns:minmax(0,1fr) 40px 40px!important;
    gap:6px!important;
  }
  .dem-site .dem-phone,
  .dem-site .dem-menu-toggle{
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:40px!important;
    min-height:40px!important;
  }
  .dem-site .dem-service-card{
    grid-template-columns:104px minmax(0,1fr)!important;
  }
  .dem-site .dem-service-image{
    width:104px!important;
    height:104px!important;
    min-height:104px!important;
    margin-left:8px!important;
  }
  .dem-site .dem-service-body{
    padding:13px 12px!important;
  }
}
