.ghs-shell{width:1350px;max-width:calc(100vw - 32px);margin-left:50%;margin-right:0;transform:translateX(-50%);box-sizing:border-box}.ghs-grid{display:grid;grid-template-columns:repeat(var(--ghs-cols),minmax(0,1fr));gap:var(--ghs-gap)}.ghs-card{position:relative;display:block;min-height:var(--ghs-card-h);overflow:hidden;border-radius:var(--ghs-radius);background-size:cover;background-position:center;text-decoration:none!important;color:#fff!important}.ghs-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,var(--ghs-grad-top) 25%,var(--ghs-grad-bottom) 100%);transition:background .75s ease,opacity .75s ease}.ghs-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 25%,var(--ghs-grad-hover) 100%);opacity:0;transition:opacity .75s ease}.ghs-card:hover:after,.ghs-card:focus-visible:after{opacity:1}.ghs-card-content{position:absolute;z-index:2;left:38px;right:38px;bottom:30px;display:flex;flex-direction:column;align-items:flex-start}.ghs-card-icon{width:54px;height:54px;object-fit:contain;margin-bottom:8px;filter:none}.ghs-card-label{font-size:11px;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:4px;opacity:.9}.ghs-card-title{font-size:var(--ghs-title);line-height:1.15;color:var(--ghs-card-title);font-weight:700;transition:color .75s ease}.ghs-card-reveal{display:block;max-height:0;opacity:0;transform:translateY(12px);overflow:hidden;transition:max-height .8s ease,opacity .7s ease,transform .8s ease}.ghs-card:hover .ghs-card-reveal,.ghs-card:focus-visible .ghs-card-reveal{max-height:180px;opacity:1;transform:none}.ghs-card:hover .ghs-card-title,.ghs-card:focus-visible .ghs-card-title{color:var(--ghs-accent)}.ghs-card-desc{display:block;margin-top:8px;max-width:620px;color:var(--ghs-card-text);font-size:var(--ghs-desc);line-height:1.5}.ghs-card-cta{display:inline-flex;gap:14px;align-items:center;margin-top:14px;color:var(--ghs-cta);font-size:var(--ghs-cta-size);font-weight:800;letter-spacing:.3px}.ghs-card-cta b{font-size:18px;transition:transform .65s ease}.ghs-card:hover .ghs-card-cta b{transform:translateX(5px)}
.ghs-service-main{margin:0;padding:0}.ghs-service-page{font-size:var(--ghs-body);color:var(--ghs-muted);line-height:1.65}.ghs-single-section{padding:var(--ghs-section-pad) 0}.ghs-intro{background:var(--ghs-page-bg)}.ghs-process{background:var(--ghs-alt)}.ghs-project{background:var(--ghs-project-bg)}.ghs-eyebrow{position:relative;font-size:var(--ghs-eyebrow-size);letter-spacing:2px;text-transform:uppercase;color:var(--ghs-eyebrow-color);padding-top:12px;margin-bottom:8px}.ghs-eyebrow:before{content:"";position:absolute;top:0;left:0;width:var(--ghs-eyebrow-line-w);height:var(--ghs-eyebrow-line-h);background:var(--ghs-accent)}.ghs-single-section h1,.ghs-single-section h2,.ghs-single-section h3{color:var(--ghs-text);margin:0}.ghs-single-section h1{font-size:var(--ghs-page-title);line-height:1.15;margin-bottom:22px}.ghs-single-section h2{font-size:var(--ghs-section-title);line-height:1.2;margin-bottom:28px}.ghs-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.ghs-chips span{border:1px solid var(--ghs-chip-border);border-radius:var(--ghs-chip-radius);padding:var(--ghs-chip-pad-v) var(--ghs-chip-pad-h);font-size:var(--ghs-chip-size);color:var(--ghs-chip-text);background:var(--ghs-chip-bg)}.ghs-intro-grid{display:grid;grid-template-columns:minmax(0,var(--ghs-intro-left)) minmax(0,var(--ghs-intro-right));gap:var(--ghs-intro-gap);align-items:start}.ghs-intro-copy p{margin:0}.ghs-benefits{list-style:none;margin:0;padding:0}.ghs-benefits li{display:flex;gap:10px;margin:0 0 8px}.ghs-benefits li span{color:var(--ghs-benefit-check);font-weight:900}.ghs-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ghs-process-gap)}.ghs-step-number{color:var(--ghs-accent);font-size:var(--ghs-step-num);line-height:1;font-weight:500;margin-bottom:12px}.ghs-step h3{font-size:var(--ghs-step-title);margin-bottom:6px}.ghs-step p{margin:0}.ghs-project-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:var(--ghs-project-gap);align-items:center}.ghs-project-grid>img{width:100%;height:var(--ghs-project-img-h);object-fit:cover;border-radius:var(--ghs-project-img-radius)}.ghs-project-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--ghs-project-label);margin-bottom:8px}.ghs-project-copy h3{font-size:var(--ghs-project-title);line-height:1.15;margin-bottom:16px}.ghs-project-copy p{margin:0 0 20px}.ghs-project-btn{display:inline-flex;align-items:center;gap:var(--ghs-button-gap);background:var(--ghs-button-bg);color:var(--ghs-button-text)!important;text-decoration:none!important;padding:var(--ghs-button-pad-v) var(--ghs-button-pad-h);font-size:var(--ghs-button-size);font-weight:800;border-radius:var(--ghs-button-radius)}.ghs-project-btn span{font-size:18px;transition:transform .45s ease}.ghs-project-btn:hover span{transform:translateX(4px)}
@media(max-width:1024px){.ghs-grid{grid-template-columns:repeat(var(--ghs-cols-t),minmax(0,1fr))}.ghs-card{min-height:var(--ghs-card-h-t)}.ghs-card-title{font-size:var(--ghs-title-t)}.ghs-single-section{padding:var(--ghs-section-pad-t) 0}.ghs-single-section h1{font-size:var(--ghs-page-title-t)}.ghs-single-section h2{font-size:var(--ghs-section-title-t)}.ghs-intro-grid{gap:var(--ghs-intro-gap-t)}.ghs-steps-grid{gap:var(--ghs-process-gap-t)}.ghs-step-number{font-size:var(--ghs-step-num-t)}.ghs-project-grid{gap:var(--ghs-project-gap-t)}.ghs-project-grid>img{height:var(--ghs-project-img-h-t)}.ghs-project-copy h3{font-size:var(--ghs-project-title-t)}}
@media(max-width:767px){.ghs-shell{width:1350px;max-width:calc(100vw - 24px)}.ghs-grid{grid-template-columns:repeat(var(--ghs-cols-m),minmax(0,1fr));gap:14px}.ghs-card{min-height:var(--ghs-card-h-m)}.ghs-card-content{left:22px;right:22px;bottom:22px}.ghs-card-title{font-size:var(--ghs-title-m)}.ghs-card-icon{width:46px;height:46px}.ghs-card-reveal{max-height:180px;opacity:1;transform:none}.ghs-card:after{opacity:.75}.ghs-service-page{font-size:var(--ghs-body-m)}.ghs-single-section{padding:var(--ghs-section-pad-m) 0}.ghs-single-section h1{font-size:var(--ghs-page-title-m)}.ghs-single-section h2{font-size:var(--ghs-section-title-m)}.ghs-intro-grid,.ghs-project-grid{grid-template-columns:1fr;gap:var(--ghs-intro-gap-m)}.ghs-steps-grid{grid-template-columns:1fr;gap:var(--ghs-process-gap-m)}.ghs-step-number{font-size:var(--ghs-step-num-m)}.ghs-project-grid{gap:var(--ghs-project-gap-m)}.ghs-project-grid>img{height:var(--ghs-project-img-h-m)}.ghs-project-copy h3{font-size:var(--ghs-project-title-m)}}
