:root {
  --ink:#172e27; --muted:#5f6c64; --paper:#f5f6f1; --white:#fff;
  --line:#d7dfd4; --lime:#c5ef74; --dark:#122e26; --soft:#eaf0e3;
  --gutter:clamp(24px,5vw,96px); --max:1380px;
}
.services-photo{position:relative;margin-bottom:38px;overflow:hidden;background:var(--dark)}
.services-photo img{display:block;width:100%;height:360px;object-fit:cover;object-position:center 48%}
.services-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a211de8,transparent 85%)}
.services-photo p{position:absolute;z-index:1;left:36px;top:50%;transform:translateY(-50%);margin:0;color:white;font-size:clamp(23px,3vw,38px);line-height:1.4;letter-spacing:-.7px}
.services-photo em{color:var(--lime)}
.project-photo{display:block;width:100%;height:230px;object-fit:cover}
.website-field{position:absolute!important;left:-10000px;width:1px;height:1px;overflow:hidden}
.button:disabled{cursor:wait;opacity:.65;transform:none}
@media(max-width:760px){.services-photo img{height:280px}.services-photo p{left:22px;font-size:26px}.project-photo{height:auto;aspect-ratio:3/2}}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 "Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;color:inherit}
button{border-radius:0}
input,textarea{min-width:0}
[hidden]{display:none!important}
::selection{background:var(--lime);color:var(--ink)}
:focus-visible{outline:3px solid #6b962a;outline-offset:5px}
.hero :focus-visible,.about-section :focus-visible,.contact-section :focus-visible{outline-color:var(--lime)}
.skip-link{position:fixed;left:20px;top:-90px;z-index:100;background:var(--lime);padding:14px 22px;font-weight:600}
.skip-link:focus{top:12px}
.header{height:90px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 var(--gutter);position:sticky;top:0;z-index:30;background:rgba(245,246,241,.97);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;font-size:26px;font-weight:750;line-height:1;letter-spacing:1.5px;flex-shrink:0}
.brand small{display:block;font-size:8px;letter-spacing:1.65px;font-weight:600;margin-top:9px}
.brand-mark{display:grid;place-items:center;width:42px;height:45px;border:2px solid currentColor;font-size:32px;font-weight:500;transform:skew(-7deg)}
.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:600}
.desktop-nav a{padding:10px 0;position:relative}
.desktop-nav a:after{content:"";position:absolute;bottom:2px;left:0;width:0;height:2px;background:var(--ink);transition:width .2s}
.desktop-nav a:hover:after{width:100%}
.header-cta{font-size:14px;font-weight:650;padding:11px 0;border-bottom:1px solid #8e9f91;white-space:nowrap}
.header-cta span{margin-left:25px;font-size:20px}
.menu-toggle,.mobile-menu,.mobile-contact{display:none}
.hero{position:relative;isolation:isolate;background:var(--dark);color:var(--white);min-height:710px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.hero-image{position:absolute;z-index:-3;width:100%;height:100%;inset:0;object-fit:cover;object-position:center 55%}
.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(7,27,22,.97),rgba(9,30,25,.87) 37%,rgba(9,30,25,.19) 83%),linear-gradient(0deg,rgba(5,26,20,.88),transparent 55%)}
.hero-content{padding:64px var(--gutter) 52px;position:relative;z-index:1}
.eyebrow,.technical-label{font-size:11px;font-weight:650;letter-spacing:1.5px;line-height:1.6}
.eyebrow{display:flex;align-items:center;gap:12px}
.hero .eyebrow{color:#e1eadd}
.signal-dot{width:7px;height:7px;flex:0 0 7px;background:var(--lime);box-shadow:0 0 0 5px #c5ef741a;border-radius:50%}
h1,h2,h3,p{overflow-wrap:break-word}
h1{font-size:clamp(48px,5.15vw,78px);font-weight:450;letter-spacing:-3.4px;line-height:1.075;margin:34px 0 26px}
em{font-style:normal}
h1 em,.about-section h2 em,.contact-copy h2 em{color:var(--lime)}
.hero-content>p{font-size:17px;color:#d3ded5;line-height:1.7;margin:0;max-width:525px}
.hero-actions{display:flex;align-items:center;gap:30px;margin-top:30px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:17px 23px;min-height:56px;border:1px solid transparent;font-size:14px;font-weight:650;line-height:1.4;transition:background .2s,transform .2s}
.button:hover{transform:translateY(-2px)}
.button span{font-size:23px;font-weight:400}
.lime{background:var(--lime);color:var(--ink)}
.lime:hover{background:#d7fa9e}
.dark{background:var(--dark);color:var(--white)}
.dark:hover{background:#24503d}
.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:17px;font-size:14px;font-weight:600;border:0;border-bottom:1px solid #9ba99a;background:none;padding:9px 0;line-height:1.6;text-align:left}
.text-link:hover{border-bottom-color:currentColor}
.text-link span{font-size:20px;font-weight:400}
.hero-note{display:block;font-size:12px;color:#b8c9bc;margin-top:17px}
.hero-aside{position:absolute;bottom:120px;right:var(--gutter);width:310px;padding:24px;border:1px solid #c5e0c53d;background:#0b251de0;backdrop-filter:blur(8px)}
.hero-aside .technical-label{font-size:10px;color:#b9cfbc}
.hero-circuit{display:flex;align-items:center;margin-top:23px}
.hero-circuit span{font:10px/1.3 Consolas,monospace;letter-spacing:.2px;padding:10px 7px;border:1px solid #c5ef7460;color:var(--lime)}
.hero-circuit i{height:1px;background:#c5ef7480;flex:1}
.hero-aside p{font-size:12px;color:#cad9ca;margin:19px 0 0}
.hero-bottom{padding:20px var(--gutter);border-top:1px solid #ffffff24;display:flex;align-items:center;gap:25px;font-size:10px;letter-spacing:1.2px;color:#c7d6cd}
.hero-bottom>span:nth-child(2){margin-left:auto}
.hero-bottom a{font-size:24px;padding:0 4px}
.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:29px var(--gutter);border-bottom:1px solid var(--line);background:#ecefe5}
.proof-strip>div{display:flex;gap:20px;align-items:flex-start;padding:0 28px;border-right:1px solid #cdd6c6}
.proof-strip>div:first-child{padding-left:0}
.proof-strip>div:last-child{border:0;padding-right:0}
.proof-strip>div>span{font:11px/1.6 Consolas,monospace;color:#6d7f62;margin-top:4px}
.proof-strip p{margin:0;font-size:15px;color:var(--muted);line-height:1.6}
.proof-strip strong{font-weight:600;color:var(--ink)}
.section{padding:96px var(--gutter)}
.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;margin-bottom:43px}
.section .eyebrow{color:#617457}
h2{font-size:clamp(32px,3.65vw,54px);line-height:1.15;letter-spacing:-1.9px;font-weight:450;margin:20px 0 0}
.section-top>p{max-width:350px;flex-shrink:0;font-size:15px;color:var(--muted);margin:0 0 3px;line-height:1.8}
.needs-layout{display:grid;grid-template-columns:.85fr 1.15fr;border:1px solid var(--line)}
.need-tabs{display:flex;flex-direction:column;background:#fff}
.need-tabs button{border:0;border-bottom:1px solid var(--line);text-align:left;background:transparent;padding:23px 28px;display:grid;grid-template-columns:28px 1fr 24px;gap:15px;align-items:start;flex:1;position:relative}
.need-tabs button:last-child{border-bottom:0}
.need-tabs button:hover{background:#f1f5eb}
.need-tabs button[aria-selected=true]{background:var(--dark);color:white}
.need-tabs button[aria-selected=true]:before{content:"";width:3px;background:var(--lime);position:absolute;inset:0 auto 0 0}
.need-number{font:11px/1.6 Consolas,monospace;padding-top:6px;opacity:.7}
.need-tabs strong{display:block;font-size:18px;font-weight:500}
.need-tabs small{display:block;font-size:13px;font-weight:400;color:var(--muted);margin-top:3px}
.need-tabs button[aria-selected=true] small{color:#b8cbbb}
.need-arrow{font-size:23px;line-height:1.5}
.need-tabs button[aria-selected=true] .need-arrow{color:var(--lime)}
.need-panel{background:var(--soft);padding:35px 40px;display:flex;flex-direction:column}
.need-panel .technical-label{color:#5b7350}
.need-panel h3{font-size:28px;font-weight:500;letter-spacing:-.7px;line-height:1.3;margin:14px 0}
.need-panel p{font-size:15px;color:var(--muted);margin:0}
.scope-list{list-style:none;padding:0;margin:20px 0}
.scope-list li{padding:6px 0;font-size:15px;display:flex;gap:12px}
.scope-list li:before{content:"↳";color:#5b7829}
.need-first{border-top:1px solid #cbd5c2;padding-top:16px;margin-top:auto!important}
.need-first strong{color:var(--ink);font-weight:600}
.need-panel .text-link{align-self:flex-start;margin-top:14px}
.solutions-section{background:#e9eee4}
.industry-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #b5c5ac;gap:22px}
.industry-tabs button{background:none;border:0;border-bottom:3px solid transparent;padding:18px 0;margin-bottom:-1px;color:#576b4d;text-align:left;font-size:14px;font-weight:600;min-height:63px}
.industry-tabs button[aria-selected=true]{border-bottom-color:#2d512a;color:var(--ink)}
.industry-tabs button:hover{color:#142c1b}
.industry-panel{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:37px 0 0;min-height:295px}
.industry-index{font:11px/1.6 Consolas,monospace;letter-spacing:1px;color:#627258}
.industry-panel h3{font-size:29px;font-weight:500;letter-spacing:-.7px;line-height:1.3;max-width:480px;margin:17px 0}
.industry-panel p{font-size:15px;color:#58674f;max-width:495px}
.industry-panel ul{list-style:none;padding:0;margin:0 0 20px}
.industry-panel li{border-bottom:1px solid #c6d3bd;padding:12px 0;font-size:15px;display:flex;align-items:center;gap:20px;justify-content:space-between}
.industry-panel li:after{content:"+";color:#607b4e;font-size:18px}
.industry-outcome{padding-left:14px;border-left:2px solid #7c9863}
.services-section{background:white}
.service-list details{border-top:1px solid var(--line)}
.service-list details:last-child{border-bottom:1px solid var(--line)}
summary{cursor:pointer;list-style:none}
summary::-webkit-details-marker{display:none}
.service-list summary{display:grid;grid-template-columns:48px 1fr 28px;gap:16px;align-items:center;padding:24px 0}
.service-number{font:12px/1.5 Consolas,monospace;color:#6b7b60}
.service-name{font-size:24px;font-weight:500;letter-spacing:-.4px}
.service-plus{font-size:28px;font-weight:300;text-align:center;transition:transform .2s}
details[open] .service-plus{transform:rotate(45deg)}
.service-body{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:0 44px 27px 64px}
.service-body p{font-size:15px;color:var(--muted);margin:0 0 13px}
.service-body .service-when{color:var(--ink);font-weight:500}
.service-result{background:var(--paper);padding:20px 24px}
.service-result .technical-label{display:block;font-size:10px;color:#587246;margin-bottom:9px}
.service-result p{margin:0}
.service-result .text-link{margin-top:12px}
.service-footnote{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:29px;font-size:13px;color:var(--muted)}
.service-footnote .text-link{white-space:nowrap;color:var(--ink)}
.about-section{background:var(--dark);color:white;padding:87px var(--gutter);display:grid;grid-template-columns:1.1fr 1fr;gap:85px;position:relative}
.about-section:before{content:"";position:absolute;left:var(--gutter);top:0;width:75px;height:3px;background:var(--lime)}
.about-section .eyebrow{color:#a8bfa9}
.about-section h2{font-size:clamp(32px,3.4vw,49px)}
.about-copy>p{font-size:15px;color:#becdbf;max-width:515px}
.about-copy .about-lead{font-size:21px;line-height:1.6;color:#e5ece1;margin-top:29px}
.about-copy .text-link{margin-top:12px;color:var(--lime);border-color:#718764}
.about-principles{align-self:center}
.about-principles article{display:grid;grid-template-columns:30px 1fr;gap:15px;border-top:1px solid #4d6555;padding:23px 0}
.about-principles article>span{font:11px/1.6 Consolas,monospace;color:var(--lime);padding-top:5px}
.about-principles h3{font-size:20px;font-weight:500;margin:0 0 8px}
.about-principles p{font-size:14px;color:#b7cabc;line-height:1.8;margin:0}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.project-card{background:white;display:flex;flex-direction:column;border:1px solid var(--line)}
.project-visual{min-height:194px;padding:23px;background-color:#e1e8db;background-image:linear-gradient(#66794a0c 1px,transparent 1px),linear-gradient(90deg,#66794a0c 1px,transparent 1px);background-size:20px 20px;display:flex;flex-direction:column;justify-content:space-between}
.project-card:nth-child(2) .project-visual{background-color:#e9e8dc}
.project-card:nth-child(3) .project-visual{background-color:#dfe9e5}
.diagram-label{font:10px/1.5 Consolas,monospace;letter-spacing:.8px;color:#607250}
.flow-diagram{display:flex;gap:7px;align-items:center;margin:26px 0}
.flow-node{border:1px solid #9cad91;padding:12px 8px;font:11px/1.5 Consolas,monospace;text-align:center;flex:1;background:#f5f8ef}
.flow-node:nth-of-type(3){background:var(--dark);color:var(--lime);border-color:var(--dark)}
.flow-line{height:1px;background:#8a9f7e;flex:0 0 15px;position:relative}
.flow-line:after{content:"";position:absolute;width:4px;height:4px;border-top:1px solid #8a9f7e;border-right:1px solid #8a9f7e;transform:rotate(45deg);right:0;top:-2px}
.project-visual>span:last-child{font:10px/1.6 Consolas,monospace;color:#506348}
.project-info{padding:25px;display:flex;flex-direction:column;flex:1}
.tag{font-size:10px;letter-spacing:1.2px;color:#637655;font-weight:600}
.project-info h3{font-size:23px;line-height:1.3;letter-spacing:-.5px;font-weight:500;margin:14px 0}
.project-info p{font-size:14px;color:var(--muted);margin:0 0 24px}
.project-info button{margin-top:auto;border:0;border-top:1px solid var(--line);background:none;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 0 0;font-size:14px;font-weight:600}
.project-info button span{font-size:21px}
.process-section{padding-top:0}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.process-grid article{padding-top:19px;border-top:1px solid #aabc9a;display:flex;flex-direction:column}
.step-number{font:13px/1.6 Consolas,monospace;color:#608044}
.process-grid h3{font-size:20px;font-weight:500;margin:22px 0 11px;line-height:1.3}
.process-grid p{font-size:14px;color:var(--muted);margin:0 0 23px}
.step-result{font-size:13px;font-weight:600;margin-top:auto;padding-top:14px;border-top:1px solid var(--line)}
.step-result span{display:block;font-size:9px;letter-spacing:1.2px;color:#6a7e5d;font-weight:500;margin-bottom:5px}
.partner-band{margin:0 var(--gutter);padding:47px 50px;background:var(--lime);display:flex;gap:55px;align-items:center;justify-content:space-between}
.partner-band h2{font-size:37px;margin-top:17px;letter-spacing:-1.2px}
.partner-band p{font-size:14px;color:#465d33;margin:19px 0 0}
.partner-band .button{flex-shrink:0}
.partner-band .eyebrow{font-size:10px;letter-spacing:1.1px}
.faq-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.faq-section h2{font-size:40px}
.faq-section>div>p{font-size:15px;color:var(--muted);margin:23px 0}
.faq-list details{border-top:1px solid #c6d1bc}
.faq-list details:last-child{border-bottom:1px solid #c6d1bc}
.faq-list summary{font-size:16px;font-weight:500;padding:20px 34px 20px 0;position:relative}
.faq-list summary:after{content:"+";position:absolute;right:0;top:15px;font-size:24px;font-weight:300}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{font-size:15px;color:var(--muted);margin:0 30px 22px 0;line-height:1.8}
.contact-section{background:var(--dark);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:85px;padding:80px var(--gutter)}
.contact-copy .eyebrow{color:#b3c6ad}
.contact-copy h2{font-size:clamp(46px,5.2vw,76px);letter-spacing:-2.3px;line-height:1.03;margin-top:26px}
.contact-copy>p{font-size:15px;line-height:1.8;color:#bfcebf;margin:26px 0}
.direct-contacts{margin-top:33px}
.contact-phone{display:flex;align-items:center;justify-content:space-between;max-width:380px;font-size:29px;letter-spacing:-.5px;font-weight:400;white-space:nowrap}
.contact-phone span{font-size:25px;color:var(--lime)}
.direct-contacts>div{display:flex;align-items:flex-start;flex-direction:column;gap:4px;margin-top:10px}
.direct-contacts .text-link{font-size:14px;color:#e2eadb;border-color:#667e5e}
.contact-location{display:block;font-size:12px;color:#a8bea5;margin-top:22px}
.contact-checklist{margin-top:35px;padding-top:23px;border-top:1px solid #3c5747;max-width:400px}
.contact-checklist .technical-label{color:#a3bd9a;font-size:10px;display:block;margin-bottom:7px}
.contact-checklist .text-link{font-size:12px;border-color:#6a805f;color:#d7e6cc}
.form-wrap{background:var(--paper);color:var(--ink);padding:32px 35px;align-self:start}
.form-heading>.technical-label{font-size:10px;color:#617852}
.form-heading h3{font-size:27px;font-weight:500;line-height:1.3;letter-spacing:-.6px;margin:12px 0}
.mode-note{font-size:13px;color:var(--muted);margin:0 0 25px}
#request-form{display:flex;flex-direction:column;gap:19px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
#request-form label{display:block;font-size:12px;font-weight:600;line-height:1.5}
.optional{font-size:10px;font-weight:400;color:#6f7b66;margin-left:4px}
#request-form input,#request-form textarea{width:100%;display:block;font-size:14px;font-weight:400;padding:12px 0;color:var(--ink);background:transparent;border:0;border-bottom:1px solid #aebda1;border-radius:0;resize:vertical;line-height:1.6}
#request-form input::placeholder,#request-form textarea::placeholder{color:#78816f;opacity:1}
#request-form textarea{min-height:118px}
#request-form input:focus,#request-form textarea:focus{border-bottom-color:#658c38;box-shadow:0 2px 0 #658c38}
#request-form input:focus-visible,#request-form textarea:focus-visible{outline:none}
#request-form :is(button,summary):focus-visible{outline-color:#658c38}
.field-hint{font-size:11px;color:#6b785f;margin-top:-11px}
.extra-fields summary{font-size:12px;color:#587047;display:flex;align-items:center;justify-content:space-between;padding:8px 0}
.extra-fields summary>span{font-size:20px}
.extra-fields[open] summary>span{transform:rotate(45deg)}
.extra-fields .form-row{margin-top:9px}
#request-form>.button{width:100%;margin-top:1px}
.form-note{font-size:11px;line-height:1.7;color:#66745b;margin:0}
.request-context{display:flex;align-items:center;justify-content:space-between;gap:10px;border-left:2px solid #749845;background:#e5edda;padding:10px 11px;font-size:12px}
.request-context button{border:0;background:none;min-width:32px;min-height:32px;font-size:23px}
.form-result{border-top:1px solid #bcccad;padding-top:19px}
#form-status{font-size:13px;margin:0 0 16px;line-height:1.7}
.result-actions{display:flex;flex-wrap:wrap;gap:12px 20px}
.result-actions>.button{flex-basis:100%;font-size:14px}
.result-actions>.text-link{font-size:12px}
.result-help{font-size:11px;color:#5e7051;margin:14px 0 0;line-height:1.7}
.result-help a{text-decoration:underline;text-underline-offset:3px}
footer{padding:43px var(--gutter) 22px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:35px}
.footer-top p{margin:0 auto 0 70px;color:var(--muted);font-size:13px}
.footer-top .text-link{font-size:12px}
.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding-top:20px;font-size:11px;color:#67755e}
dialog{width:min(710px,calc(100% - 32px));max-height:85svh;overflow:auto;border:0;padding:45px;color:var(--ink);background:var(--paper)}
dialog::backdrop{background:#08271eca;backdrop-filter:blur(6px)}
.close-dialog{position:absolute;right:12px;top:8px;width:44px;height:44px;border:0;background:none;font-size:31px;font-weight:300}
dialog .eyebrow{font-size:10px;color:#657c51}
dialog h2{font-size:34px;margin:22px 0}
dialog h3{font-size:17px;margin:23px 0 8px}
dialog p,dialog li{font-size:15px;color:var(--muted)}
dialog ul{padding-left:20px}
dialog li{padding:4px 0}
dialog .button{margin-top:25px}
@media(min-width:1600px){
  :root{--gutter:max(5vw,calc((100vw - var(--max))/2))}
}
@media(max-width:1180px){
  .desktop-nav{gap:21px}.header{gap:22px}.hero-aside{width:280px;right:4%;bottom:115px}
  .hero{min-height:695px}h1{font-size:60px;letter-spacing:-2.5px}
  .about-section,.contact-section{gap:45px}.need-tabs button{padding:22px}.need-panel{padding:30px}
  .project-grid{gap:18px}.project-info{padding:22px}.project-info h3{font-size:21px}
  .project-visual{padding:20px}.flow-line{flex-basis:8px}.flow-node{font-size:10px}
  .partner-band{padding:37px;gap:25px}.partner-band h2{font-size:33px}
  .form-wrap{padding:28px}.contact-phone{font-size:27px}
}
@media(max-width:960px){
  .header{height:80px}.desktop-nav{gap:16px;font-size:12px}.brand{font-size:23px}.brand small{font-size:7px}
  .header-cta{font-size:12px}.header-cta span{margin-left:14px}.hero-aside{display:none}
  .hero{min-height:675px}.hero-content{padding-top:60px}
  .section{padding-top:74px;padding-bottom:74px}.section-top{gap:25px}.section-top>p{font-size:14px;max-width:285px}
  .section-top>p br{display:none}.proof-strip>div{gap:13px;padding:0 19px}.proof-strip p{font-size:13px}
  .needs-layout{grid-template-columns:1fr 1.1fr}.need-tabs button{padding:21px 18px;gap:8px;grid-template-columns:21px 1fr 18px}
  .need-tabs strong{font-size:16px}.need-tabs small{font-size:12px}.need-panel{padding:27px}.need-panel h3{font-size:24px}
  .industry-panel{gap:40px}.industry-tabs{gap:16px}.industry-tabs button{font-size:12px}
  .project-grid{gap:15px}.project-info{padding:18px}.project-info h3{font-size:20px}
  .flow-diagram{gap:4px}.project-visual{padding:16px}.flow-node{padding:12px 3px}
  .project-visual>span:last-child{font-size:9px}.diagram-label{font-size:9px}
  .process-section{padding-top:0}.process-grid{grid-template-columns:repeat(2,1fr);gap:30px}
  .partner-band{align-items:flex-start;flex-direction:column;gap:26px}
  .faq-section{gap:40px;grid-template-columns:.85fr 1.15fr}.faq-section h2{font-size:33px}
  .about-section,.contact-section{gap:32px}.about-section{grid-template-columns:1fr 1fr}
  .about-copy .about-lead{font-size:18px}.about-principles h3{font-size:17px}
  .contact-section{grid-template-columns:.95fr 1.05fr}.contact-copy h2{font-size:55px}.contact-phone{font-size:25px}
  .form-wrap{padding:25px}.form-row{grid-template-columns:1fr;gap:19px}.form-heading h3{font-size:24px}
  .footer-top p{margin-left:35px}
}
@media(max-width:760px){
  :root{--gutter:24px}
  html{scroll-padding-top:94px}
  .header{height:74px}.brand{font-size:23px}.brand-mark{width:35px;height:39px;font-size:29px}
  .brand small{font-size:7px;letter-spacing:1.35px}
  .desktop-nav,.header-cta{display:none}
  .menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:10px;border:0;background:none}
  .menu-toggle span{display:block;height:1px;width:24px;background:var(--ink);transition:transform .2s}
  .menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}
  .menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .mobile-menu{display:block;position:absolute;top:73px;left:0;right:0;padding:12px var(--gutter) 24px;background:var(--paper);box-shadow:0 18px 20px #132e271a;max-height:calc(100svh - 74px);overflow:auto}
  .mobile-menu a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-size:16px}
  .hero{min-height:0}
  .hero-content{padding:49px var(--gutter) 38px}
  .hero-image{object-position:63% center}
  .hero-shade{background:linear-gradient(90deg,#071d18f2,#102e22ad),linear-gradient(0deg,#0a241ed6,transparent)}
  .hero .eyebrow{font-size:9px;letter-spacing:1.2px}
  h1{font-size:clamp(36px,6.7vw,50px);letter-spacing:-1.6px;line-height:1.13;margin:30px 0 23px}
  .hero-content>p{font-size:15px;max-width:400px}
  .hero-actions{gap:15px 23px;margin-top:26px}.hero-actions .text-link{font-size:13px}
  .hero-note{font-size:11px;line-height:1.7;max-width:305px;margin-top:18px}
  .hero-bottom{padding:17px var(--gutter);font-size:9px;letter-spacing:.5px;gap:15px}
  .hero-bottom>span:nth-child(2){max-width:150px;font-size:8px;text-align:right}
  .hero-bottom a{display:none}
  .button{padding:16px 20px;font-size:14px;min-height:54px}
  .proof-strip{padding:25px var(--gutter);grid-template-columns:1fr;gap:16px}
  .proof-strip>div,.proof-strip>div:first-child,.proof-strip>div:last-child{border:0;padding:0;gap:17px}
  .proof-strip p{font-size:13px}.proof-strip br{display:none}.proof-strip strong{margin-left:4px}
  .section{padding:58px var(--gutter)}
  .eyebrow{font-size:10px;letter-spacing:1.1px}
  h2{font-size:34px;letter-spacing:-1.2px;line-height:1.18;margin-top:17px}
  .section-top{display:block;margin-bottom:29px}.section-top>p{margin-top:19px;max-width:400px;font-size:15px}
  .needs-layout{grid-template-columns:1fr}.need-tabs button{padding:18px 20px;grid-template-columns:22px 1fr 22px;gap:13px}
  .need-tabs strong{font-size:17px}.need-tabs small{font-size:12px}.need-panel{padding:27px 24px}
  .need-panel h3{font-size:25px}.need-panel p,.scope-list li{font-size:14px}.need-panel .technical-label{font-size:10px}
  .industry-tabs{grid-template-columns:1fr 1fr;gap:0 18px}
  .industry-tabs button{font-size:12px;padding:16px 0;min-height:66px}
  .industry-panel{grid-template-columns:1fr;gap:18px;padding-top:27px}.industry-panel h3{font-size:26px}
  .industry-panel p,.industry-panel li{font-size:14px}
  .service-list summary{grid-template-columns:23px 1fr 23px;gap:12px;padding:21px 0}
  .service-name{font-size:19px}.service-number{font-size:10px}
  .service-body{grid-template-columns:1fr;gap:7px;padding:0 0 24px 35px}
  .service-body p{font-size:14px}.service-result{padding:17px}
  .service-footnote{display:block;font-size:13px}.service-footnote .text-link{margin-top:10px}
  .about-section{grid-template-columns:1fr;padding:58px var(--gutter);gap:29px}
  .about-section h2{font-size:34px}.about-copy .about-lead{font-size:20px}
  .about-copy>p{font-size:15px}.about-principles article{padding:22px 0}
  .about-principles h3{font-size:19px}.about-copy .text-link{font-size:13px}
  .project-grid{grid-template-columns:1fr;gap:25px}
  .project-visual{padding:25px;min-height:188px}.diagram-label{font-size:10px}
  .flow-node{font-size:12px;padding:12px 6px}.flow-line{flex-basis:24px}.flow-diagram{gap:8px}
  .project-visual>span:last-child{font-size:10px}
  .project-info{padding:25px}.project-info h3{font-size:24px}.project-info p{font-size:15px}
  .process-section{padding-top:0}.process-grid{gap:29px 22px}.process-grid h3{font-size:18px}
  .process-grid p{font-size:13px}.step-result{font-size:12px}
  .partner-band{margin:0;padding:37px var(--gutter);gap:26px}
  .partner-band h2{font-size:32px}.partner-band p br{display:none}.partner-band .eyebrow{font-size:9px}
  .faq-section{grid-template-columns:1fr;gap:20px}.faq-section h2{font-size:34px}
  .faq-section>div>p{margin:18px 0 8px}.faq-list summary{font-size:15px}.faq-list p{font-size:14px}
  .contact-section{grid-template-columns:1fr;padding:55px var(--gutter);gap:36px}
  .contact-copy h2{font-size:55px;letter-spacing:-2px}.contact-copy>p{font-size:15px}
  .direct-contacts{margin-top:28px}.contact-phone{font-size:29px;max-width:355px}
  .contact-location{font-size:11px}.contact-checklist{margin-top:25px}
  .form-wrap{padding:27px 22px;margin:0 -5px}.form-heading h3{font-size:26px}
  .form-row{grid-template-columns:1fr}.field-hint{font-size:11px}
  #request-form input,#request-form textarea{font-size:16px}
  .form-note{font-size:11px}.result-actions{gap:12px 16px}
  footer{padding:35px var(--gutter) 100px}
  .footer-top{flex-wrap:wrap;gap:25px;padding-bottom:25px}
  .footer-top p{margin:0;flex-basis:100%;order:3;font-size:13px}
  .footer-bottom{flex-direction:column;gap:12px;font-size:11px}
  .mobile-contact{position:fixed;left:16px;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:20;display:flex;align-items:center;justify-content:space-between;background:var(--lime);color:var(--ink);padding:15px 20px;min-height:53px;font-size:14px;font-weight:650;box-shadow:0 5px 25px #09261840;transition:opacity .15s,transform .15s}
  .mobile-contact span{font-size:20px}
  .mobile-contact.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px)}
  dialog{padding:40px 24px 26px}dialog h2{font-size:29px}
}
@media(max-width:370px){
  :root{--gutter:20px}h1{font-size:32px;letter-spacing:-1.4px}.hero-content>p{font-size:14px}
  .desktop-break{display:none}.proof-strip p{font-size:12px}.proof-strip strong{margin-left:2px}
  h2,.about-section h2{font-size:30px}.contact-phone{font-size:25px}.form-wrap{padding:24px 18px}
  .process-grid{grid-template-columns:1fr}.hero .eyebrow{font-size:8px;letter-spacing:1px}
  .flow-line{flex-basis:14px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.button:hover{transform:none}
}

