
:root{
  --ink:#102d28; --muted:#53645f; --green:#173f36; --green2:#244f44;
  --paper:#fbfaf7; --cream:#f3efe7; --line:#dcded8; --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit}.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
.serif{font-family:Georgia,'Times New Roman',serif}

/* shared header */
.site-header{position:absolute;z-index:20;top:0;left:0;right:0;padding:21px 0}
.header-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:flex-start;gap:16px;text-decoration:none}
.brand-name{font-family:Georgia,'Times New Roman',serif;font-size:27px;line-height:1;letter-spacing:-.02em}
.brand-sub{display:block;margin-top:7px;font-size:9px;letter-spacing:.25em;text-transform:uppercase;color:#4e605b}
.brand-mark{width:52px;height:28px;margin-top:0;fill:none;stroke:var(--ink);stroke-width:2}
.top-button{margin-top:1px;background:var(--green);color:#fff;text-decoration:none;padding:12px 20px;border-radius:4px;font-size:14px;font-weight:700}
.top-link{margin:10px 24px 0 auto;text-decoration:none;font-size:14px}

/* HOME hero, matching original mockup proportions */
.home-hero{position:relative;min-height:400px;height:39vw;max-height:475px;display:flex;align-items:flex-end;overflow:hidden;background:#f4eee5}
.home-hero::before{content:'';position:absolute;inset:0;background:url('../img/hero.webp') center/cover no-repeat;transform:scale(1.01)}
.home-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(249,247,242,.99) 0%,rgba(249,247,242,.94) 24%,rgba(249,247,242,.72) 42%,rgba(249,247,242,.22) 61%,rgba(249,247,242,0) 78%)}
.hero-content{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:115px 0 40px}
.home-hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(48px,5vw,66px);line-height:.98;letter-spacing:-.04em;margin:0;max-width:620px}
.home-hero p{font-size:17px;line-height:1.45;max-width:590px;margin:15px 0 0;color:#223d37}
.primary{display:inline-block;margin-top:18px;background:var(--green);color:#fff;text-decoration:none;padding:12px 18px;border-radius:4px;font-size:14px;font-weight:700}
.primary:hover,.top-button:hover{background:var(--green2)}

/* What we help with */
.help{padding:26px 0 36px;background:#fff;border-top:1px solid #eee}
.help h2,.experience h2{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:500;letter-spacing:-.02em;margin:0 0 22px}
.help-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.help-item{text-align:center;padding:0 22px;border-left:1px solid var(--line)}
.help-item:first-child{border-left:0}
.help-icon{width:37px;height:37px;margin:0 auto 10px;fill:none;stroke:#0d2b27;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.help-item h3{font-size:14px;margin:0 0 8px}
.help-item p{font-size:13px;line-height:1.35;margin:0;color:#465954}

/* split feature */
.direct{display:grid;grid-template-columns:1fr 1fr;min-height:265px;background:var(--cream)}
.direct-photo{background:url('../img/workspace.webp') center/cover no-repeat;min-height:265px}
.direct-copy{display:flex;align-items:center;padding:38px clamp(38px,6vw,78px)}
.direct-copy>div{max-width:470px}
.direct-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:38px;line-height:1.05;font-weight:500;letter-spacing:-.03em;margin:0 0 14px}
.direct-copy p{font-size:16px;line-height:1.45;color:#344a44;margin:0}

/* experience & technologies */
.experience{padding:38px 0 42px;background:#fff}
.experience-grid{display:grid;grid-template-columns:47% 53%;align-items:center}
.experience-copy{padding-right:44px}
.experience-copy p{font-size:15px;color:#344a44;margin:0;max-width:475px}
.logo-field{border-left:1px solid var(--line);padding-left:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px 32px;align-items:center}
.logo{min-height:26px;display:flex;align-items:center;justify-content:flex-start;color:#102d28;font-weight:800;font-size:19px;white-space:nowrap}
.logo.aws{font-size:23px;font-weight:600;text-transform:lowercase}.logo.azure::before{content:'◢';font-size:22px;margin-right:7px}.logo.gcp::before{content:'☁';font-size:21px;margin-right:7px}.logo.k8s{font-size:16px}.logo.k8s::before{content:'⎈';font-size:24px;margin-right:7px}.logo.docker{font-size:18px}.logo.okta{text-transform:lowercase;font-size:22px}.logo.crowd{font-size:14px;text-transform:uppercase;letter-spacing:-.04em}.logo.splunk{font-size:21px}.logo.elastic{font-size:18px}.logo.cisco{font-size:20px;letter-spacing:.08em}
.logo.cisco::before{content:'▮▥▮';font-size:13px;letter-spacing:1px;margin-right:7px}
.experience-more{font-size:12px;color:#71807b;margin-top:25px}

/* final image CTA */
.final-cta{position:relative;min-height:225px;color:#fff;display:flex;align-items:center;overflow:hidden;background:#173f36}
.final-cta::before{content:'';position:absolute;inset:0;background:url('../img/footer.webp') center/cover no-repeat;transform:scale(1.02)}
.final-cta::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,46,41,.68),rgba(20,46,41,.25))}
.final-inner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;width:min(var(--max),calc(100% - 48px));margin:auto}
.final-cta h2{font-family:Georgia,'Times New Roman',serif;font-size:34px;line-height:1.06;font-weight:500;letter-spacing:-.025em;margin:0 0 11px;max-width:550px}
.final-cta p{font-size:15px;margin:0;max-width:560px;color:rgba(255,255,255,.9)}
.light-button{background:#fbf8f2;color:#173f36;text-decoration:none;padding:12px 20px;border-radius:4px;font-size:14px;font-weight:700;white-space:nowrap}
.site-footer{background:#173f36;color:#fff;padding:22px 0}
.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-name{font-family:Georgia,'Times New Roman',serif;font-size:18px}.footer-small{font-size:10px;color:#c9d4d0}

/* contact hero */
.contact-hero{position:relative;min-height:338px;display:flex;align-items:flex-end;overflow:hidden;background:#f5eee5}
.contact-hero::before{content:'';position:absolute;inset:0;background:url('../img/contact-hero.webp') center/cover no-repeat;transform:scale(1.01)}
.contact-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,248,243,.98),rgba(250,248,243,.72) 45%,rgba(250,248,243,.08) 75%)}
.contact-hero .hero-content{padding-bottom:55px}
.contact-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:58px;line-height:1;font-weight:500;letter-spacing:-.04em;margin:0 0 12px}
.contact-hero p{font-size:18px;line-height:1.35;margin:0;max-width:600px}

.contact-main{padding:30px 0 42px;background:#fff}
.contact-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:48px;align-items:start}
.form-card{border:1px solid #e6e7e2;border-radius:8px;background:#fff;padding:30px;box-shadow:0 10px 30px rgba(16,45,40,.04)}
.form-card h2,.contact-side h2{font-family:Georgia,'Times New Roman',serif;font-size:31px;font-weight:500;letter-spacing:-.02em;margin:0 0 7px}
.form-card>p,.contact-side>p{color:#5c6865;margin:0 0 20px;font-size:14px}
.field{margin:0 0 14px}label{display:block;font-size:12px;font-weight:700;margin-bottom:6px}
input,textarea{width:100%;padding:11px 12px;border:1px solid #cfd4d1;border-radius:4px;background:#fff;font:inherit;font-size:14px;color:var(--ink);outline:none}
input:focus,textarea:focus{border-color:#789087;box-shadow:0 0 0 3px rgba(39,78,68,.08)}textarea{min-height:115px;resize:vertical}
.captcha-shell{min-height:78px;border:1px solid #d5d9d6;border-radius:4px;background:#fafbf9;display:flex;align-items:center;justify-content:flex-start;padding:10px;margin:15px 0}
#captcha-container{width:100%;min-height:56px}#captcha-container:empty::before{content:'CAPTCHA placeholder';display:flex;align-items:center;justify-content:center;width:100%;height:56px;border:1px dashed #b9c2bd;color:#7b8782;font-size:12px}
.submit{width:100%;margin:0;border:0;cursor:pointer}.status{font-size:12px;color:#64716c;min-height:18px;margin-top:9px}
.contact-side{padding-top:16px}.contact-item{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:17px 0;border-top:1px solid var(--line)}.contact-item:first-of-type{border-top:0}
.contact-dot{width:44px;height:44px;border-radius:50%;background:#496c61;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px}
.contact-label{font-size:12px;font-weight:700;margin-bottom:4px}.contact-value{font-size:16px}.phone-output{min-height:28px}.phone-output a{font-family:Georgia,'Times New Roman',serif;font-size:21px;text-decoration:none}.phone-note{font-size:11px;color:#7a8581;margin-top:4px;display:block}

.contact-split{display:grid;grid-template-columns:1fr 1fr;background:var(--cream);min-height:285px}.contact-split .direct-photo{min-height:285px}.contact-split .direct-copy h2{font-size:36px}

@media(max-width:850px){
  .help-grid{grid-template-columns:repeat(2,1fr);gap:26px 0}.help-item:nth-child(odd){border-left:0}.help-item:last-child{grid-column:1/-1;max-width:50%;justify-self:center;border-left:0}
  .direct,.experience-grid,.contact-grid,.contact-split{grid-template-columns:1fr}.direct-copy{padding:42px 28px}.logo-field{border-left:0;border-top:1px solid var(--line);padding:30px 0 0;margin-top:30px}.experience-copy{padding-right:0}.final-inner{align-items:flex-start;flex-direction:column}.home-hero{height:auto;min-height:500px}.home-hero::before,.contact-hero::before{background-position:60% center}.contact-side{padding-top:0}
}
@media(max-width:560px){
  .home-hero::after{background:linear-gradient(90deg,rgba(249,247,242,.99) 0%,rgba(249,247,242,.95) 55%,rgba(249,247,242,.70) 100%)}
  .home-hero h1,.home-hero p,.home-hero .eyebrow{text-shadow:0 1px 2px rgba(255,255,255,.95),0 0 10px rgba(255,255,255,.8)}
  .wrap,.hero-content,.final-inner{width:calc(100% - 28px)}.brand-name{font-size:22px}.brand-mark{display:none}.brand-sub{font-size:8px}.top-button{padding:10px 13px;font-size:12px}.home-hero{min-height:520px}.hero-content{padding-top:120px}.home-hero h1{font-size:48px}.home-hero p{font-size:15px}.help-grid{grid-template-columns:1fr}.help-item,.help-item:nth-child(odd){border-left:0;border-top:1px solid var(--line);padding:18px 0}.help-item:first-child{border-top:0}.help-item:last-child{max-width:none}.direct{grid-template-columns:1fr}.direct-photo{min-height:240px}.logo-field{grid-template-columns:repeat(2,1fr);gap:18px}.final-cta{min-height:270px}.contact-hero h1{font-size:48px}.form-card{padding:22px 16px}
}
