/* Softer surfaces and a phone-first animation layout. */
.live-job,.job-track,.track-card,.outcome,.agent-network,.agent-node,
.journey-window,.journey-stage,.stage-icon,.voice-demo,.call-result,
.agent-speaking,.demo-form,.demo-modal,.demo-modal-close,.demo-form input,
.demo-form select,.demo-form textarea{border-radius:14px}
.outcome-icon,.voice-command,.job-packet{border-radius:7px}
.journey-window,.voice-demo,.demo-form{overflow:hidden}

@media (width<=600px){
  html,body{max-width:100%;overflow-x:hidden}
  .wrap{width:calc(100% - 32px)}
  .nav{height:70px;position:relative;inset:auto;z-index:100;width:100%;padding-inline:16px;box-shadow:0 8px 24px #080b092b;clip-path:none}
  .brand{display:flex!important;visibility:visible!important}
  .brand img{display:block!important;width:118px;height:48px;object-fit:cover;object-position:left center}
  .nav-cta{display:inline-flex!important;min-height:42px;border-radius:8px;font-size:15px;padding:0 14px;gap:12px}
  .hero{height:850px}
  .hero-content{padding-top:42px}
  .hero h1{font-size:clamp(43px,13vw,54px);line-height:.92;margin-bottom:22px}
  .hero-copy{font-size:15px;line-height:1.52}
  .hero-actions{margin-top:24px}
  .hero-image{height:48%;object-position:66% center}
  .hero-overlay{background:linear-gradient(180deg,var(--bone) 0%,var(--bone) 55%,#f3f1e8a6 70%,#f3f1e812 100%)}
  .live-job{width:calc(100% - 32px);right:16px;bottom:18px;animation:5s ease-in-out infinite float}
  .flow,.clarity,.why,.process,.final-cta,.faq,.job-journey,.voice-product{padding-top:76px;padding-bottom:76px}
  .flow h2,.clarity h2,.cad-copy h2,.why h2,.process h2,.faq h2,.journey-heading h2,.voice-copy h2{font-size:clamp(39px,11.5vw,46px)}
  .flow-intro,.clarity-head,.journey-heading{gap:18px}
  .job-track{height:610px;margin-top:48px}
  .track-card{width:calc(50% - 24px);padding:16px;min-height:220px;box-shadow:5px 6px #080b090f}
  .track-card strong{font-size:18px;margin:11px 0 8px}
  .track-card span{font-size:10px;line-height:1.42}
  .track-card b{font-size:6px;margin-top:12px}
  .step-one{top:22px;left:16px!important}
  .step-two{top:22px;left:auto!important;right:16px!important}
  .step-three{top:auto;bottom:22px;left:16px!important;right:auto!important}
  .step-four{top:auto;bottom:22px;left:auto!important;right:16px!important}
  .track-line{width:auto;height:2px;top:50%;left:28px;right:28px;bottom:auto}
  .track-line:after{display:block;animation:7s ease-in-out infinite lineMove}
  .track-line i{top:-6px;left:0!important;animation:7s ease-in-out infinite jobMove}
  .outcome-grid{display:grid;grid-template-columns:1fr;gap:12px}
  .outcome{min-height:0;margin:0;padding:24px}
  .outcome-icon{margin-bottom:30px}
  .outcome h3{font-size:27px}
  .agent-network{height:780px;margin-top:48px;border-radius:14px}
  .orbit{display:block}
  .network-line{display:block;width:38%;opacity:.9;z-index:2}
  .network-core{width:148px;height:148px;top:50%;z-index:8;box-shadow:0 0 0 12px #18c57924,0 0 0 13px #075b3652}
  .network-core strong{font-size:20px;line-height:.9}
  .network-core small,.network-core span{font-size:6px}
  .orbit-one{width:235px;height:235px}
  .orbit-two{width:355px;height:355px}
  .agent-node{width:108px;min-height:116px;padding:11px 10px;border-radius:12px;z-index:5;box-shadow:4px 5px #080b0912;animation:9s ease-in-out infinite mobileAgentFocus}
  .agent-node small{gap:4px;font-size:5px;line-height:1.2}
  .agent-node small i{width:18px;height:18px;font-size:8px;flex:0 0 18px}
  .agent-node strong{font-size:15px;margin:8px 0 5px;line-height:1.02}
  .agent-node span{display:none}
  .agent-node b{font-size:5px;margin-top:8px;line-height:1.3}
  .agent-node:nth-of-type(2){animation-delay:1.5s}
  .agent-node:nth-of-type(3){animation-delay:3s}
  .agent-node:nth-of-type(4){animation-delay:4.5s}
  .agent-node:nth-of-type(5){animation-delay:6s}
  .agent-node:nth-of-type(6){animation-delay:7.5s}
  .node-drawing{top:34px;left:10px!important}
  .node-plan{top:34px;bottom:auto;left:auto!important;right:10px!important}
  .node-quote{top:190px;left:10px!important}
  .node-invoice{top:190px;bottom:auto;left:auto!important;right:10px!important}
  .node-comms{top:480px;bottom:auto;left:10px!important}
  .node-revenue{top:480px;bottom:auto;left:auto!important;right:10px!important}
  .voice-command{width:calc(100% - 24px);min-height:70px;bottom:14px;grid-template-columns:10px 1fr;padding:10px 12px;border-radius:10px;z-index:10}
  .voice-command>span{display:none}
  .voice-command>strong{grid-column:2;font-size:12px;line-height:1.3}
  .voice-command>b{grid-column:2;font-size:5px}
  .journey-window{width:100%;padding:0 12px 16px;overflow:hidden}
  .journey-top{margin:0 -12px 22px;padding:0 12px}
  .journey-stages{min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px;row-gap:14px;padding-top:14px;z-index:2}
  .journey-stage{min-height:226px;padding:0 12px 14px;z-index:2;animation-name:mobileStageWake}
  .journey-stage h3{font-size:18px;margin:8px 0}
  .journey-stage p{font-size:9px;min-height:0;line-height:1.4}
  .journey-stage>b{font-size:5px;left:12px;bottom:12px}
  .stage-icon{width:58px;height:58px;margin:-10px 0 14px;box-shadow:5px 6px #ffffff0e,0 10px 20px #00000059}
  .stage-icon svg,.customer-approved-icon svg,.enquiry-icon svg{width:40px;height:40px}
  .stage-icon span{width:21px;height:21px;font-size:6px}
  .journey-track{height:calc(100% - 106px);width:3px;top:88px;bottom:18px;left:50%;right:auto;z-index:6;background:#ffffff36;box-shadow:0 0 0 5px #101511}
  .journey-progress{width:100%;height:0;z-index:7;animation:12s ease-in-out infinite mobileJourneyFill;box-shadow:0 0 14px #18c579a6}
  .job-packet{width:40px;height:26px;top:0;left:-19px;z-index:9;border:2px solid #18c579;border-radius:7px;animation:12s ease-in-out infinite mobileJourneyMove;box-shadow:0 6px 14px #0009,0 0 0 4px #101511}
  .journey-caption{min-width:0;grid-template-columns:1fr auto;margin-top:14px}
  .voice-product-grid{gap:44px}
  .voice-demo{height:570px;width:100%;box-shadow:10px 12px #075b361f}
  .phone-agent{width:252px;height:462px;top:62px;padding:15px}
  .caller{margin-top:25px}
  .caller-icon{width:50px;height:50px}
  .caller strong{font-size:19px}
  .caller p{font-size:10px}
  .voice-wave{height:40px;margin:9px 0}
  .agent-speaking{padding:12px}
  .agent-speaking p{font-size:13px}
  .call-result{width:118px;padding:10px}
  .call-result strong{font-size:13px}
  .call-result span{font-size:7px}
  .result-one{top:135px;left:5px}
  .result-two{top:275px;right:5px}
  .result-three{bottom:38px;left:5px}
  .cad-image{min-height:330px}
  .cad-copy{padding:62px 24px}
  .process-grid article{min-height:250px}
  .demo-modal{border-radius:12px}
  .demo-form{padding:20px 16px}
}

@keyframes mobileJourneyFill{0%,3%{height:0}83.33%,97%{height:100%}to{height:0}}
@keyframes mobileJourneyMove{0%,3%{top:0}16.66%{top:20%}33.33%{top:40%}50%{top:60%}66.66%{top:80%}83.33%,97%{top:100%}to{top:0}}
@keyframes mobileStageWake{0%,18%,to{background:#0c0d0cf0;border-color:#ffffff24;transform:translateY(0) scale(1)}4%,15%{background:#172119;border-color:#18c579;transform:translateY(-4px) scale(1.015);box-shadow:0 9px 0 #18c57917,0 18px 28px #00000047}}
@keyframes mobileAgentFocus{0%,17%,to{border-color:#075b3640;background:#fbfaf5f0;transform:scale(1)}5%,13%{border-color:#18c579;background:#fff;transform:scale(1.045);box-shadow:0 8px 0 #18c5791c,0 14px 24px #080b0924}}

/* Editorial refinement: preserve the original palette and display face. */
@font-face{font-family:Human Sans;src:url('/fonts/human-supporting-regular.otf') format('opentype');font-weight:400 500;font-display:swap}
@font-face{font-family:Human Sans;src:url('/fonts/human-supporting-bold.otf') format('opentype');font-weight:600 800;font-display:swap}
:root{--font-sans:'Human Sans',Arial,sans-serif}
body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased}
.label,.kicker,small,.brand b,.live-head,.live-row b,.trade-stamp,.ticker-set,
.track-card b,.agent-node b,.network-core span,.network-core i,.voice-command>span,
.voice-command>b,.journey-top,.journey-caption,.journey-stage>b,.footnote,
.process-grid>article>span,.why-list>article>span,.faq summary span,.cad-copy li span{
font-family:var(--font-sans);letter-spacing:.09em;font-weight:600}
.label{font-size:12px;line-height:1.5}
.kicker{font-size:12px;letter-spacing:.11em}
.nav-links{font-size:14px;gap:30px}
.nav-cta,.primary,.underlink{font-family:var(--font-sans);font-size:16px;letter-spacing:0;font-weight:600}
.primary,.nav-cta{box-shadow:none;border-radius:5px}
.primary{min-height:60px}.primary:hover,.nav-cta:hover{box-shadow:0 8px 26px #075b3626}
.hero h1{line-height:1.02;letter-spacing:-.047em;max-width:860px}
.hero-copy{max-width:590px;font-size:18px;line-height:1.65;color:#303d34}
.hero-overlay{background:linear-gradient(90deg,#f3f1e8fc 0%,#f3f1e8f0 30%,#f3f1e8a3 47%,#f3f1e810 67%,transparent 100%)}
.hero-image{object-position:65% center}
.live-job{background:#fbfaf5ee;border-color:#075b3633;box-shadow:0 24px 60px #080b0929;border-radius:10px;overflow:hidden}
.live-head{font-size:11px;letter-spacing:.045em}
.live-row{font-size:14px;padding:14px 18px}.live-row b{font-size:11px;letter-spacing:.035em}
.trade-stamp{font-size:11px;letter-spacing:.09em}
.ticker-set{font-size:12px;letter-spacing:.09em}
.flow h2,.clarity h2,.cad-copy h2,.why h2,.process h2,.faq h2,.journey-heading h2,.voice-copy h2{line-height:1.02}
.flow-intro>p:last-child,.clarity-head>p:last-child,.journey-heading>p:last-child,
.outcome p,.why-list p,.process-grid p,.faq details>p,.footer-grid p,.voice-copy>p{font-size:16px;line-height:1.65}
.outcome h3,.why-list h3,.process-grid h3,.faq summary h3,.voice-features h3{
font-family:var(--font-sans);font-weight:600;letter-spacing:-.025em;line-height:1.18;font-size:25px}
.track-card strong,.agent-node strong,.journey-stage h3{font-family:var(--font-sans);font-weight:600;font-size:21px;letter-spacing:-.025em;line-height:1.15}
.outcome{border-radius:8px;background:linear-gradient(145deg,#ffffff05,transparent);padding:32px;border-color:#ffffff24}
.outcome small{font-size:12px;letter-spacing:.08em}
.outcome-icon{border-radius:5px;margin-bottom:36px}
.outcome p,.journey-stage p{color:#bec7c0}
.agent-network,.job-track{border-radius:10px;border-color:#075b3626;box-shadow:0 24px 70px #075b360b}
.agent-node,.track-card{border-radius:8px;box-shadow:0 8px 24px #080b090a;background:#fbfaf5f5}
.agent-node small{font-size:10px;letter-spacing:.05em}.agent-node span{font-size:13px}.agent-node b{font-size:10px;letter-spacing:.03em}
.network-core{box-shadow:0 0 0 14px #18c57914,0 0 0 15px #075b3633,0 28px 70px #080b0938}
.network-core span{font-size:10px;letter-spacing:.08em}.network-core i{font-size:9px;letter-spacing:.04em}
.journey-window{border-radius:10px;border-color:#ffffff29;box-shadow:0 28px 80px #0005}
.journey-top{font-size:11px;letter-spacing:.04em}
.journey-stage{border-radius:7px;padding-bottom:42px;min-height:355px}
.journey-stage small{font-size:10px;letter-spacing:.045em}
.journey-stage p{font-size:13px;line-height:1.55}
.journey-stage>b{font-size:10px;letter-spacing:.02em;right:12px}
.journey-caption{font-size:10px;letter-spacing:.045em}
.stage-icon{border-radius:7px;transform:none;box-shadow:0 12px 28px #0004}
.cad-image img{object-position:center;transition:transform 1.2s ease}
@media(hover:hover){.cad-image:hover img{transform:scale(1.035)}}
.cad-copy li{font-size:16px}.cad-copy li span{font-size:12px}
.why-list>article>span,.process-grid>article>span,.faq summary span{font-size:12px}
.footer-grid small,.footnote{font-size:12px;letter-spacing:.06em}
:focus-visible{outline:2px solid var(--darkgreen);outline-offset:5px}
.clarity :focus-visible,.job-journey :focus-visible,footer :focus-visible{outline-color:var(--green)}
@media(min-width:981px){.hero-content{padding-top:100px}.journey-stages{gap:12px}.journey-stage{padding-inline:14px}.journey-stage h3{font-size:19px}.journey-stage>b{left:14px}.cad-feature{grid-template-columns:56% 44%}.cad-copy{padding:80px 54px}}
@media(width<=600px){
 .hero{height:940px}.hero-content{padding-top:44px}.hero h1{font-size:clamp(43px,12.4vw,56px);line-height:1.01;margin-bottom:22px}
 .kicker{font-size:10px;letter-spacing:.06em;margin-bottom:25px}.hero-copy{font-size:16px;line-height:1.6}
 .hero-image{height:49%;object-position:73% center}.hero-overlay{background:linear-gradient(180deg,var(--bone) 0%,var(--bone) 49%,#f3f1e89c 61%,#f3f1e800 78%)}
 .hero-actions{gap:12px;margin-top:24px}.primary{min-height:54px;font-size:16px}.nav-cta{font-size:14px;min-height:44px}
 .live-job{bottom:20px}.live-head{font-size:10px}.live-row{padding:11px 16px;font-size:13px}.live-row b{font-size:10px}
 .flow h2,.clarity h2,.cad-copy h2,.why h2,.process h2,.faq h2,.journey-heading h2,.voice-copy h2{font-size:clamp(38px,10.7vw,46px);line-height:1.04}
 .outcome{padding:26px}.outcome h3,.why-list h3,.process-grid h3,.faq summary h3{font-size:23px}
 .journey-stage{min-height:290px;padding-bottom:48px}.journey-stage h3{font-size:18px}.journey-stage p{font-size:13px;line-height:1.45}.journey-stage small{font-size:10px;letter-spacing:0}.journey-stage>b{font-size:10px;line-height:1.3;bottom:14px;letter-spacing:0}
 .journey-top{font-size:10px}.journey-caption{font-size:10px;letter-spacing:0}
 .agent-network{height:850px}.agent-node{width:calc(50% - 26px);min-height:126px;padding:12px}.agent-node small{font-size:9px;letter-spacing:0;gap:5px}.agent-node strong{font-size:17px;line-height:1.12}.agent-node b{font-size:10px;letter-spacing:0}
 .node-drawing,.node-plan{top:28px}.node-quote,.node-invoice{top:191px}.node-comms,.node-revenue{top:566px;bottom:auto}
 .network-core{top:52%;width:155px;height:155px}.network-core span{font-size:9px}.network-core i{font-size:8px}.network-core strong{font-size:22px;line-height:1.05}
 .voice-command{bottom:18px;min-height:90px}.voice-command>strong{font-family:var(--font-sans);font-size:14px}.voice-command>b{font-size:10px;letter-spacing:0}
 .cad-image{min-height:390px}.cad-copy{padding:62px 24px}.final-cta h2{font-size:clamp(48px,13vw,65px);line-height:1.04}
 .footer-grid p{font-size:16px}.footnote{font-size:12px}
}

/* Trades scenes: live information surrounding a tangible job. */
.agent-network{background:#071b13;color:#f3f1e8;height:920px;border:1px solid #315544;border-radius:16px;box-shadow:0 28px 70px #071b1326;isolation:isolate}
.network-grid{background-image:linear-gradient(#6bd59d12 1px,transparent 1px),linear-gradient(90deg,#6bd59d12 1px,transparent 1px);background-size:40px 40px;opacity:.55;mask-image:none;-webkit-mask-image:none}
.agent-network:after{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 50% 38%,#23604066,transparent 64%)}
.agent-node{width:25%;min-height:180px;padding:22px;background:linear-gradient(145deg,#fffdf5,#eaece0);border:1px solid #d2e7d8;border-top:3px solid #18c579;box-shadow:0 16px 36px #0004;border-radius:9px}
.agent-node small{font-size:11px;letter-spacing:.04em}.agent-node small i{background:#075b36;color:#e7ffed;border:0;width:25px;height:25px;flex-shrink:0}
.agent-node strong{color:#092519;font-size:23px;margin:15px 0 10px;line-height:1.1}.agent-node span{font-size:14px;line-height:1.5;color:#465c4d}.agent-node b{font-size:11px;letter-spacing:.025em;margin-top:15px;padding-top:12px;border-top:1px solid #075b3626}
.node-drawing,.node-plan{top:5%}.node-quote,.node-invoice{top:35%}.node-comms,.node-revenue{bottom:16%;top:auto}
.node-drawing,.node-quote,.node-comms{left:3%}.node-plan,.node-invoice,.node-revenue{right:3%}
.network-core{top:43%;width:42%;height:470px;background:transparent;border-radius:0;box-shadow:none;animation:none;padding:285px 16px 0;overflow:visible;justify-content:flex-start;pointer-events:none}
.network-core:before{inset:0 -8% auto;height:300px;border:0;border-radius:0;background:url('/snapshot/extension-model-bim.webp') center/contain no-repeat;animation:none;mask-image:radial-gradient(ellipse,#000 62%,#0000 86%);-webkit-mask-image:radial-gradient(ellipse,#000 62%,#0000 86%)}
.network-core span{font-size:11px;letter-spacing:.13em;color:#60e8a4}.network-core strong{font-size:43px;line-height:.98;margin:12px 0;color:#fffdf3}.network-core i{font-size:10px;letter-spacing:.025em;max-width:240px;line-height:1.5;color:#afcabb}.core-wave{margin-top:15px}
.orbit{animation:none;top:40%;border-color:#7ee6aa35;transform:translate(-50%,-50%)}.orbit-one{width:410px;height:410px}.orbit-two{width:550px;height:550px;border-style:solid;border-color:#7ee6aa15}
.network-line{background:linear-gradient(90deg,#2e7951,#73e4a0);opacity:.8}.network-line:before{border-color:#74e4aa24}.network-line i{width:8px;height:8px;background:#98ffc4;box-shadow:0 0 16px #7cffb9}
.voice-command{width:88%;min-height:86px;bottom:27px;border:1px solid #84e9b34d;border-radius:8px;background:#102d20;box-shadow:0 12px 30px #0003;grid-template-columns:16px 100px 1fr 125px;padding:18px 22px;gap:15px}
.voice-command>span,.voice-command>b{font-size:10px;line-height:1.4;white-space:normal}.voice-command>strong{font-family:var(--font-sans);font-size:17px;line-height:1.4;color:#effff4}
.voice-product-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:50px}.voice-features p{font-size:15px}.voice-note{font-family:var(--font-sans);font-size:11px;letter-spacing:.035em}
.voice-demo{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;height:auto;padding:0 22px 22px;background:#071b13 url('/snapshot/plumber-workbench.webp') center/cover no-repeat;border-radius:16px;border:1px solid #314e3d;box-shadow:0 28px 65px #071b1333;isolation:isolate}
.voice-demo-grid{background:linear-gradient(180deg,#03130c55,#03130c11 30%,#03130c66 64%,#03130cef);mask-image:none;-webkit-mask-image:none;z-index:-1}
.voice-demo:after{display:none}.incoming-call{grid-column:1/-1;position:relative;margin:0 -22px;height:56px;background:#071b13c9;padding:0 20px;font-family:var(--font-sans);font-size:10px;letter-spacing:.08em;color:#c2d2c7}.incoming-call b{font-weight:400}
.phone-agent{position:relative;grid-column:1/-1;justify-self:center;width:min(330px,100%);height:560px;top:auto;left:auto;transform:rotate(-2deg);margin:18px 0 24px;padding:24px;background:linear-gradient(155deg,#20362aea,#08110bf5);border:2px solid #8d9b8e;border-radius:34px;box-shadow:0 32px 55px #0009,0 0 0 6px #111d17,3px 2px 0 8px #536054}
.phone-top{font-family:var(--font-sans);font-size:10px;letter-spacing:.08em}.phone-top span{font-size:26px}.phone-top b{color:#b0c6b8}
.caller{margin-top:25px}.caller-icon{width:58px;height:58px;font-size:28px;box-shadow:0 0 0 8px #18c5791f,0 0 35px #18c57924}.caller small,.agent-speaking small{font-size:10px;letter-spacing:.06em}.caller strong{font-family:var(--font-sans);font-weight:600;font-size:24px;line-height:1.1;margin:14px 0}.caller p{font-size:14px;line-height:1.5;max-width:270px;color:#c4d1c7}
.voice-wave{height:48px;margin:15px 0;gap:5px}.voice-wave i{background:#70edac;width:4px;box-shadow:0 0 10px #18c57935}.agent-speaking{padding:16px;background:#143924;border-color:#6fd79955;border-radius:12px}.agent-speaking p{font-family:var(--font-sans);font-size:16px;line-height:1.45;margin-top:10px}.phone-actions{font-family:var(--font-sans);font-size:9px;letter-spacing:.02em;left:24px;right:24px;bottom:20px}
.call-result{position:relative;width:auto;top:auto;bottom:auto;left:auto;right:auto;padding:16px 13px;border-radius:8px;border:1px solid #b9d8bc;border-top:3px solid #18c579;background:#f5f3e9;box-shadow:0 8px 22px #0003;animation:resultReveal 9s ease-in-out infinite}
.call-result small{font-size:10px;letter-spacing:.045em;display:block}.call-result strong{font-family:var(--font-sans);font-weight:600;font-size:18px;line-height:1.15;margin:13px 0 9px}.call-result span{font-size:12px;line-height:1.4;display:block}.result-two{animation-delay:3s}.result-three{animation-delay:6s}
.voice-status{grid-column:1/-1;position:relative;bottom:auto;right:auto;font-family:var(--font-sans);font-size:10px;letter-spacing:.035em;text-align:center;padding-top:9px;color:#c2d8c9;display:block}
@keyframes resultReveal{0%,28%,100%{transform:translateY(0);box-shadow:0 8px 22px #0003}10%,20%{transform:translateY(-5px);box-shadow:0 8px 28px #18c57945}}
@media(width<=1100px) and (width>600px){.agent-node{padding:17px;width:26%;min-height:200px}.agent-node strong{font-size:21px}.agent-node small{font-size:10px}.network-core strong{font-size:34px}.network-core{width:40%}.voice-product-grid{grid-template-columns:1fr}.voice-demo{width:min(100%,720px)}.voice-command{grid-template-columns:14px 1fr 105px}.voice-command>span{display:none}}
@media(width<=600px){
 .agent-network{height:auto;padding:20px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:'drawing plan' 'core core' 'quote invoice' 'comms revenue' 'command command';gap:16px 12px;margin-top:38px;border-radius:12px}
 .agent-node{position:relative;inset:auto!important;width:auto;min-height:0;padding:14px 12px;animation:none!important}.agent-node small{font-size:9px;letter-spacing:0;gap:5px;line-height:1.25}.agent-node small i{width:20px;height:20px;font-size:10px}.agent-node strong{font-size:18px;margin:12px 0 8px}.agent-node span{display:block;font-size:13px;line-height:1.4}.agent-node b{font-size:10px;line-height:1.4;letter-spacing:0;margin-top:12px;padding-top:10px}
 .node-drawing{grid-area:drawing}.node-plan{grid-area:plan}.node-quote{grid-area:quote}.node-invoice{grid-area:invoice}.node-comms{grid-area:comms}.node-revenue{grid-area:revenue}
 .network-core{grid-area:core;position:relative;inset:auto;width:100%;height:340px;transform:none;padding:205px 10px 0;z-index:3}.network-core:before{height:215px;inset:0 -6% auto}.network-core strong{font-size:32px;margin:8px 0}.network-core strong br{display:none}.network-core span{font-size:10px}.network-core i{font-size:10px;max-width:270px}.core-wave{margin-top:8px}
 .orbit{top:40%;left:50%;opacity:.45;z-index:0}.orbit-one{width:290px;height:290px}.orbit-two{width:380px;height:380px}.network-line{display:none}.network-grid{background-image:linear-gradient(#6bd59d12 1px,transparent 1px),linear-gradient(90deg,#6bd59d12 1px,transparent 1px);background-size:28px 28px}
 .voice-command{grid-area:command;position:relative;inset:auto;width:100%;transform:none;grid-template-columns:10px 1fr;gap:9px 12px;padding:17px 14px;margin-top:10px;min-height:0}.voice-command>span{display:block;font-size:10px}.voice-command>strong{grid-column:2;font-size:15px}.voice-command>b{grid-column:2;font-size:10px}
 .voice-product-grid{grid-template-columns:1fr;gap:36px}.voice-demo{width:100%;grid-template-columns:1fr;padding:0 16px 20px;gap:12px;box-shadow:0 20px 40px #071b1326;border-radius:12px}.incoming-call{margin:0 -16px;padding-inline:16px;font-size:9px;letter-spacing:.025em}.incoming-call b{font-size:9px}
 .phone-agent{width:min(290px,calc(100% - 12px));height:560px;padding:21px;margin:22px 0 25px;transform:rotate(-1deg)}.phone-top span{font-size:25px}.caller strong{font-size:23px}.caller p{font-size:14px}.agent-speaking p{font-size:16px}.phone-actions{font-size:9px;left:20px;right:20px}.caller{margin-top:25px}.caller-icon{width:54px;height:54px}
 .call-result{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6px 12px;padding:15px 16px;animation:none}.call-result small{grid-column:1;font-size:10px}.call-result strong{grid-column:1;margin:0;font-size:17px}.call-result span{grid-column:2;grid-row:1/3;font-size:13px;border-left:1px solid #075b3633;padding-left:13px}.voice-status{font-size:9px;line-height:1.6;letter-spacing:.015em;padding-top:5px}
}
@media(prefers-reduced-motion:reduce){.call-result{animation:none!important}.phone-agent{transform:none}}
@media(width<=600px){.network-core{height:380px;padding-top:220px}.network-core:before{height:225px}.network-core strong br{display:block}}

/* Restore the original compact journey; upgrade only its icon treatment. */
.journey-window{padding:0 32px 24px;background:#0b110e;border:1px solid #ffffff29;border-radius:12px;overflow:hidden}
.journey-top{height:46px;margin:0 -32px 36px;padding:0 20px;font-size:12px;letter-spacing:.025em;background:#101713;border-bottom:1px solid #ffffff22}
.journey-stages{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));min-width:0;gap:12px;padding-top:16px}
.journey-stage{display:block;min-height:355px;padding:0 14px 46px;background:linear-gradient(145deg,#152019,#0b100d);border:1px solid #ffffff26;border-radius:8px;box-shadow:none}
.journey-stage .stage-icon{width:88px;height:88px;margin:-18px 0 22px;background:#0c1913 url('/snapshot/trade-icons-v11.png') 0 0/300% 200% no-repeat;border:1px solid #9acdb033;border-radius:13px;transform:none;box-shadow:0 12px 24px #0005}
.journey-stage .stage-icon:before,.journey-stage .stage-icon svg,.journey-stage .stage-icon span{display:none}
.stage-enquiry .stage-icon{background-position:0 0}.stage-quote .stage-icon{background-position:50% 0}.stage-approved .stage-icon{background-position:100% 0}.stage-invoice .stage-icon{background-position:0 100%}.stage-supplier .stage-icon{background-position:50% 100%}.stage-planning .stage-icon{background-position:100% 100%}
.journey-stage small{font-size:12px;letter-spacing:.015em;color:#a8c4b3}.journey-stage h3{font-size:20px;line-height:1.15;letter-spacing:-.025em;color:#f6f7f0;margin:16px 0 14px}.journey-stage p{font-size:14px;line-height:1.5;color:#b9c5bd;min-height:0}.journey-stage>b{font-size:12px;line-height:1.35;left:14px;right:10px;bottom:20px;letter-spacing:0;color:#cce5d6}
.journey-track{top:178px;left:44px;right:44px;height:2px;width:auto;bottom:auto;z-index:0}.journey-progress{height:100%;animation:12s linear infinite journeyFill}.job-packet{animation:12s linear infinite journeyMove}
.journey-caption{min-width:0;margin-top:22px;padding-top:20px;font-size:12px;letter-spacing:0;gap:12px}.journey-caption>b{font-size:12px;line-height:1.4}
/* A compact digital call panel, with no photographic scenery. */
.voice-demo{background:radial-gradient(ellipse at 50% 32%,#204a35 0%,#0c1913 65%);border-color:#375341}
.voice-demo-grid{background:linear-gradient(125deg,#9acdb00b,transparent 45%);mask-image:none;-webkit-mask-image:none}
.phone-agent{width:min(350px,100%);height:560px;transform:none;border:1px solid #87b79b55;border-radius:20px;background:linear-gradient(145deg,#173025f5,#0a1710);box-shadow:0 24px 55px #0006,0 1px 0 #a7d6b855 inset;padding:24px;margin:18px 0 20px}
.phone-agent:before{display:none}.phone-top b{font-size:12px;letter-spacing:.015em}.caller{margin-top:20px}.caller-icon{width:78px;height:78px;font-size:0;background:#0c1913 url('/snapshot/trade-icons-v11.png') 0 0/300% 200% no-repeat;border-radius:16px;box-shadow:0 8px 22px #0004;margin-bottom:14px}
.caller small,.agent-speaking small{font-size:12px;letter-spacing:.015em}.caller strong{font-size:24px;margin:13px 0}.caller p{font-size:15px;line-height:1.45}.voice-wave{height:34px;margin:12px 0}.agent-speaking{background:#153925;border-color:#83d9a63b}.agent-speaking p{font-size:16px;line-height:1.4}.phone-actions,.phone-actions b{font-size:12px;letter-spacing:0}.incoming-call,.incoming-call b{font-size:12px;letter-spacing:.015em}
.call-result{background:#11271b;border:1px solid #72b78a3d;border-top:2px solid #59d38b;box-shadow:none;animation:none}.call-result small{font-size:12px;letter-spacing:0;color:#91c9a4}.call-result strong{font-size:18px;color:#f4f5eb}.call-result span{font-size:14px;color:#b3cabb}.voice-status{font-size:12px;letter-spacing:0}
@media(width<=1100px){.journey-stages{grid-template-columns:repeat(6,minmax(175px,1fr));overflow-x:auto;padding:18px 2px 12px;scroll-snap-type:x proximity}.journey-stage{scroll-snap-align:start}.journey-caption{display:flex;flex-wrap:wrap;justify-content:space-between}.journey-caption>b{display:none}}
@media(width<=600px){.journey-window{width:calc(100% - 32px);padding:0 14px 18px}.journey-top{margin:0 -14px 18px;padding:0 14px;height:52px;font-size:12px}.journey-top b{display:none}.journey-stages{grid-template-columns:repeat(6,190px);gap:12px;row-gap:0;z-index:2}.journey-stage{min-height:345px;padding:0 14px 48px;animation:none}.journey-stage .stage-icon{width:80px;height:80px;margin:-12px 0 20px}.journey-stage h3{font-size:22px}.journey-stage p{font-size:14px}.journey-stage small,.journey-stage>b{font-size:12px}.journey-track{top:163px;left:22px;right:22px;width:auto;height:2px;bottom:auto;z-index:0;box-shadow:none}.job-packet{display:none}.journey-progress{height:100%;animation:12s linear infinite journeyFill}.journey-caption{font-size:12px;margin-top:10px;padding-top:15px}.journey-caption>div{display:none}.phone-agent{width:min(350px,100%);height:570px;padding:20px;transform:none;margin:16px 0}.phone-top span{font-size:26px}.phone-top b{font-size:12px}.caller{margin-top:20px}.caller-icon{width:74px;height:74px}.caller strong{font-size:24px}.caller p{font-size:15px}.agent-speaking p{font-size:16px}.phone-actions{left:20px;right:20px;font-size:12px}.phone-actions b{font-size:12px}.call-result small{font-size:12px}.call-result span{font-size:14px;border-left-color:#8bbd9b40}.incoming-call,.incoming-call b{font-size:12px}.voice-status{font-size:12px}}
@media(prefers-reduced-motion:reduce){.journey-progress,.job-packet,.journey-stage{animation:none!important}}

.phone-agent{height:auto;min-height:560px}.phone-actions{position:static;margin-top:18px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.caller-icon{width:64px;height:64px}

/* Final refinement: quiet industrial surfaces and actual trade tools. */
.ticker-set>i{display:inline-block;width:22px;height:22px;flex:0 0 22px;font-size:0;background:#06281a;mask-repeat:no-repeat;mask-size:contain;mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center}
.ticker-set>i:nth-of-type(5n+1){mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M14%209%205%2018a2%202%200%200%200%203%203l9-9M10%203h5l4%204v3l3%203-3%203-3-3h-3V9l-3-3z%22%2F%3E%3C%2Fsvg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M14%209%205%2018a2%202%200%200%200%203%203l9-9M10%203h5l4%204v3l3%203-3%203-3-3h-3V9l-3-3z%22%2F%3E%3C%2Fsvg%3E")}
.ticker-set>i:nth-of-type(5n+2){mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m14.7%206.3%203%203a1%201%200%200%200%201.4%200l3-3a6%206%200%200%201-7.9%207.9l-7.3%207.3a2.1%202.1%200%200%201-3-3l7.3-7.3a6%206%200%200%201%207.9-7.9l-3%203a1%201%200%200%200%200%201.4z%22%2F%3E%3C%2Fsvg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m14.7%206.3%203%203a1%201%200%200%200%201.4%200l3-3a6%206%200%200%201-7.9%207.9l-7.3%207.3a2.1%202.1%200%200%201-3-3l7.3-7.3a6%206%200%200%201%207.9-7.9l-3%203a1%201%200%200%200%200%201.4z%22%2F%3E%3C%2Fsvg%3E")}
.ticker-set>i:nth-of-type(5n+3){mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8%203%206%207l4%205-5%208M16%203l2%204-4%205%205%208M10%2012l4%200M8%204l2%204h4l2-4M5%2020l2%201%205-8%205%208%202-1%22%2F%3E%3C%2Fsvg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8%203%206%207l4%205-5%208M16%203l2%204-4%205%205%208M10%2012l4%200M8%204l2%204h4l2-4M5%2020l2%201%205-8%205%208%202-1%22%2F%3E%3C%2Fsvg%3E")}
.ticker-set>i:nth-of-type(5n+4){mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%206h6l12%2011-2%203-3-2-2%201-2-3-2%201-2-3-2%201-3-4zM5%208h3v4H5z%22%2F%3E%3C%2Fsvg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%206h6l12%2011-2%203-3-2-2%201-2-3-2%201-2-3-2%201-3-4zM5%208h3v4H5z%22%2F%3E%3C%2Fsvg%3E")}
.ticker-set>i:nth-of-type(5n+5){mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%204h13v7H3zM16%206h3v3h-3M19%207.5h3M6%2011l1%208h6l-2-8M5%2019h10v3H5zM4%207h4M11%2011v3h3v-3%22%2F%3E%3C%2Fsvg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%204h13v7H3zM16%206h3v3h-3M19%207.5h3M6%2011l1%208h6l-2-8M5%2019h10v3H5zM4%207h4M11%2011v3h3v-3%22%2F%3E%3C%2Fsvg%3E")}

.journey-window{background:#0b120f;border-color:#54796238;box-shadow:0 24px 64px #0003,inset 0 1px 0 #d3f4df0b}
.journey-window:before{opacity:.36}
.journey-top{background:linear-gradient(100deg,#14231b,#0d1711);border-bottom-color:#8fbca227;color:#a1b4a8}
.journey-top span{font-weight:500}.journey-top b{font-weight:400;letter-spacing:.035em}
.journey-stage{background:linear-gradient(155deg,#1b2a2099,#0c140fe6 60%);border-color:#8eb19a29;border-radius:10px;box-shadow:inset 0 1px 0 #d9fce909;animation:refinedStage 12s ease-in-out infinite;transition:border-color .25s,background .25s}
.journey-stage:nth-child(2){animation-delay:2s}.journey-stage:nth-child(3){animation-delay:4s}.journey-stage:nth-child(4){animation-delay:6s}.journey-stage:nth-child(5){animation-delay:8s}.journey-stage:nth-child(6){animation-delay:10s}
.journey-stage .stage-icon{border-color:#8fccaa24;border-radius:18px;box-shadow:0 12px 24px #0004,0 1px 0 #d1ffe622 inset;filter:brightness(1.16) contrast(1.04);transform:none!important}
.journey-stage h3{font-weight:500;letter-spacing:-.035em}.journey-stage small{color:#94b4a1;font-weight:500}.journey-stage p{color:#afbeb5}.journey-stage>b{color:#b6dcc4;font-weight:500;border-top:1px solid #91bda124;padding-top:12px}
.journey-progress{background:#5edb98;box-shadow:0 0 9px #52db9444}.job-packet{border-radius:5px;box-shadow:0 3px 12px #0004}
.journey-caption{color:#8ca697;border-top-color:#8fbca222}
@keyframes refinedStage{0%,20%,100%{transform:none;border-color:#8eb19a29;box-shadow:inset 0 1px 0 #d9fce909}4%,15%{transform:none;border-color:#65d69999;box-shadow:inset 0 1px 0 #b0ffd936,0 0 22px #26b16d12}}
@media(hover:hover){.journey-stage:hover{border-color:#85e8ae99;background:#172b20;animation-play-state:paused}}
@media(width<=600px){.journey-stage{animation:none}.ticker-set>i{width:20px;height:20px;flex-basis:20px}}
@media(prefers-reduced-motion:reduce){.journey-stage{animation:none!important}}

/* Sculptural trade objects: matte porcelain and solid emerald. */
.journey-window{background:#0b100e;border-color:#ffffff1c;box-shadow:0 20px 60px #0002}
.journey-window:before{display:none}
.journey-top{background:#101813;border-bottom-color:#ffffff17}
.journey-stage{background:#0e1711;border-color:#ffffff1c;border-radius:12px;box-shadow:none}
.journey-stage .stage-icon{width:96px;height:96px;margin-top:-18px;margin-bottom:14px;background-image:url('/snapshot/trade-icons-v13.png');background-color:#0b100e;border:0;border-radius:0;box-shadow:none;filter:none;mask-image:radial-gradient(ellipse at center,#000 52%,transparent 74%);-webkit-mask-image:radial-gradient(ellipse at center,#000 52%,transparent 74%)}
.journey-stage h3{font-weight:600;letter-spacing:-.035em}.journey-stage small{color:#92aa9b;letter-spacing:.035em}.journey-stage>b{border-top-color:#ffffff14;color:#b7d4c2}
.caller-icon{background-image:url('/snapshot/trade-icons-v13.png');background-color:#0b100e;border-radius:16px;box-shadow:none}
@keyframes refinedStage{0%,20%,100%{transform:none;background:#0e1711;border-color:#ffffff1c;box-shadow:none}4%,15%{transform:none;background:#13261b;border-color:#54d68d80;box-shadow:inset 0 2px 0 #54d68d}}
@media(width<=600px){.journey-stage .stage-icon{width:88px;height:88px;margin-top:-12px;margin-bottom:12px}}

/* Precision engineering imagery and onsite motion. */
.journey-stage .stage-icon,.caller-icon{background-image:url('/snapshot/trade-icons-v14.png')}
.hero-motion{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.hero-motion video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center;opacity:0;transition:opacity .8s ease;filter:saturate(.72) contrast(1.04)}
.hero-motion video.visible{opacity:1}
.hero-motion-controls{position:absolute;z-index:5;right:4.5%;top:26px;display:flex;align-items:center;gap:4px;padding:5px;background:#0b211bd9;border:1px solid #b4d8c340;border-radius:30px;backdrop-filter:blur(14px)}
button.hero-video-pause{display:none!important}
.hero-motion-controls button{appearance:none;cursor:pointer;background:transparent;color:#e1ebe4;border:0;border-radius:24px;font:500 12px var(--font-sans);padding:10px 13px;min-height:40px}
.hero-motion-controls button[aria-pressed=true]{background:#69e1a3;color:#092219}.hero-motion-controls button:hover{background:#ffffff20}.hero-motion-controls button:focus-visible{outline:2px solid #74e6a8;outline-offset:3px}.hero-motion-controls .motion-toggle{border-left:1px solid #c7e4d02b;border-radius:0 24px 24px 0;color:#b7d5c3}
@media(width<=600px){.hero-motion{height:48%;top:auto;bottom:0}.hero-motion video{object-position:center}.hero-motion-controls{top:auto;bottom:350px;left:16px;right:auto;max-width:calc(100% - 32px);gap:1px;padding:3px}.hero-motion-controls button{font-size:12px;padding:8px 10px}}
@media(prefers-reduced-motion:reduce){.hero-motion video{transition:none}}

/* Expanded trade reel, kept compact on small screens. */
.hero-motion-controls{max-width:calc(100% - 40px);overflow-x:auto;scrollbar-width:thin;scrollbar-color:#508366 transparent;flex-wrap:nowrap}
.hero-motion-controls button{flex-shrink:0;white-space:nowrap;padding-inline:11px}
.hero-motion-controls .motion-toggle{position:sticky;right:0;background:#0c261d}
@media(width<=600px){.hero-motion-controls{max-width:calc(100% - 32px);border-radius:16px}.hero-motion-controls button{padding-inline:10px}}

/* Video opens with the page; the original still now lives in What Changes. */
.why-site-image{display:block;width:100%;max-width:560px;aspect-ratio:4/3;object-fit:cover;object-position:70% center;margin-top:32px;border-radius:16px}
@media(width<=600px){.hero-motion{height:100%;top:0;bottom:0}.hero-overlay{background:linear-gradient(180deg,#f3f1e8ed 0%,#f3f1e8db 42%,#f3f1e815 73%)!important}.why-site-image{max-width:none;aspect-ratio:3/2}}

/* Compact product workflow: warm paper panels, precise symbols, a continuous rail. */
.journey-window{background:#101512;border:1px solid #303b34;border-radius:16px;padding:0 26px 20px;box-shadow:none}
.journey-top{margin:0 -26px 0;padding:0 22px;height:52px;background:#101512;border-bottom:1px solid #303b34;color:#a8b8ad;font-size:11px}
.journey-top span{color:#eff3ec;letter-spacing:.05em}
.journey-stages{gap:10px;padding:28px 0 0;position:relative}
.journey-stage{position:relative;display:flex;flex-direction:column;min-height:310px;padding:18px 15px 15px;background:#edf0e8;color:#16271d;border:0;border-radius:8px;animation:none!important;box-shadow:inset 0 3px 0 #becbc0;transition:background .2s}
.journey-stage:hover{background:#f7f8f2;border:0;box-shadow:inset 0 3px 0 #19c881}
.journey-stage:last-child{background:#c8f4da;box-shadow:inset 0 3px 0 #19c881}
.journey-stage:after{content:'→';position:absolute;right:-10px;top:37px;z-index:4;background:#101512;color:#75dfa5;border:2px solid #101512;border-radius:50%;width:19px;height:19px;text-align:center;font:14px/15px Arial}
.journey-stage:last-child:after{display:none}
.journey-stage .stage-icon{position:relative;display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;margin:0 0 20px;background:#162a20;border:1px solid #263d2f;border-radius:10px;box-shadow:inset 0 1px 0 #ffffff20;mask:none;-webkit-mask:none;filter:none;transform:none!important}
.journey-stage .stage-icon:before{content:'';display:block;position:static;width:25px;height:25px;border:0;border-radius:0;background:#8ee5b0;transform:none;box-shadow:none;mask:var(--workflow-symbol) center/contain no-repeat;-webkit-mask:var(--workflow-symbol) center/contain no-repeat}
.journey-stage .stage-icon svg,.journey-stage .stage-icon span{display:none}
.journey-stage small{display:block;font:500 10px/1.4 var(--font-sans);letter-spacing:.06em;color:#587061}
.journey-stage h3{font-size:19px;line-height:1.15;font-weight:600;letter-spacing:-.045em;color:#11271b;margin:10px 0 12px}
.journey-stage p{font-size:13px;line-height:1.5;color:#526458;margin:0 0 20px}
.journey-stage>b{position:static;display:block;margin-top:auto;padding:12px 0 0;border-top:1px solid #1d392a20;font-size:10px;line-height:1.45;letter-spacing:.01em;color:#28533b;min-height:30px}
.journey-stage>b i{width:5px;height:5px;background:#0c9b5d;margin-right:5px}
.journey-track{top:65px;left:26px;right:26px;background:#314537;height:2px;z-index:1}.job-packet{display:none}.journey-progress{box-shadow:none}
.journey-caption{margin-top:18px;padding-top:15px;border-top:1px solid #303b34;color:#8fa99a;font-size:10px}.journey-caption>b{font-size:10px;letter-spacing:.02em}
@media(width<=1100px){.journey-stages{grid-template-columns:repeat(6,minmax(168px,1fr));padding:28px 0 8px;gap:10px;overflow-x:auto;scrollbar-color:#537561 #152219;scrollbar-width:thin}}
@media(width<=600px){.journey-window{padding:0 14px 16px}.journey-top{margin:0 -14px;padding:0 14px;height:48px;font-size:10px}.journey-stages{grid-template-columns:repeat(6,180px)}.journey-stage{min-height:310px;padding:18px 15px 15px}.journey-stage .stage-icon{width:44px;height:44px;margin:0 0 20px}.journey-stage h3{font-size:20px}.journey-stage small,.journey-stage>b{font-size:10px}.journey-stage p{font-size:13px}.journey-track{top:61px;left:14px;right:14px}.journey-caption{font-size:10px}}
.stage-enquiry{--workflow-symbol:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%2218%22%20height%3D%2214%22%20rx%3D%224%22%2F%3E%3Cpath%20d%3D%22m7%2018-2%204%207-4M7%209h10M7%2013h6%22%2F%3E%3C%2Fsvg%3E")}
.stage-quote{--workflow-symbol:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%2216%22%20height%3D%2218%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%207h8M8%2011h3M8%2015h3M8%2018h3M15%2012v6M13%2015h4%22%2F%3E%3C%2Fsvg%3E")}
.stage-approved{--workflow-symbol:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m12%203%208%203v6c0%205-8%209-8%209s-8-4-8-9V6zM8%2012l3%203%205-6%22%2F%3E%3C%2Fsvg%3E")}
.stage-invoice{--workflow-symbol:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%203h14v18l-3-2-4%202-4-2-3%202zM9%207h6M9%2011h6M9%2015h3%22%2F%3E%3C%2Fsvg%3E")}
.stage-supplier{--workflow-symbol:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%207%209-4%209%204v10l-9%204-9-4zM3%207l9%204%209-4M12%2011v10M7%205l9%204%22%2F%3E%3C%2Fsvg%3E")}
.stage-planning{--workflow-symbol:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M7%203v4M17%203v4M3%2010h18M8%2015l3%203%205-5%22%2F%3E%3C%2Fsvg%3E")}

/* Sequential card lift with a drawn residential worksite behind each symbol. */
.journey-stages{perspective:1100px;padding-bottom:10px}
.journey-stage{--rest-shadow:inset 0 3px 0 #becbc0;transform-origin:50% 85%;animation:workflowCardLift 12s cubic-bezier(.22,.75,.28,1) infinite!important;will-change:transform}
.journey-stage:nth-child(1){animation-delay:0s!important}.journey-stage:nth-child(2){animation-delay:2s!important}.journey-stage:nth-child(3){animation-delay:4s!important}.journey-stage:nth-child(4){animation-delay:6s!important}.journey-stage:nth-child(5){animation-delay:8s!important}.journey-stage:nth-child(6){animation-delay:10s!important;--rest-shadow:inset 0 3px 0 #19c881}
.journey-stage .stage-icon{width:100%;height:64px;flex-basis:64px;margin:0 0 0;display:flex;align-items:flex-start;justify-content:flex-start;border:0;border-radius:0;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20240%2080%22%20fill%3D%22none%22%20stroke%3D%22%23527861%22%20stroke-width%3D%221%22%3E%3Cpath%20d%3D%22M0%2068h240M80%2068V35l40-24%2044%2024v33M88%2068V39l32-18%2035%2018v29M120%2021v47M88%2040h67M88%2054h67M174%2068V13h6v55M170%2017h59M177%2012l40%205M216%2017v22m-3%200h6l-3%206zM17%2068V52h41v16M21%2052V36h33v16M29%2036V25h17v11M193%2068V54h27v14%22%2F%3E%3Cpath%20stroke-dasharray%3D%222%204%22%20d%3D%22M75%206v68M165%206v68M70%207h100M6%2075h225%22%2F%3E%3Cpath%20d%3D%22m72%2010%206-6m84%206%206-6%22%2F%3E%3C%2Fsvg%3E");background-size:cover;background-position:center;box-shadow:none;overflow:visible}
.journey-stage .stage-icon:before{width:25px;height:25px;margin:9px;background:#8ee5b0;z-index:1}
.journey-stage .stage-icon:after{content:'';position:absolute;left:0;top:0;width:44px;height:44px;border-radius:10px;background:#162a20;border:1px solid #335440;box-shadow:0 4px 8px #15271b18}
.journey-stage small{margin-top:0}
@keyframes workflowCardLift{0%,17%,100%{transform:translateY(0) scale(1);box-shadow:var(--rest-shadow);z-index:1}3%,13%{transform:translateY(-9px) scale(1.018);box-shadow:inset 0 3px 0 #18bd77,0 13px 22px #0004,0 0 0 1px #43cb8a;z-index:5}}
@media(hover:hover){.journey-stage:hover{animation:none!important;transform:translateY(-9px) scale(1.018);box-shadow:inset 0 3px 0 #18bd77,0 13px 22px #0004;z-index:6}}
@media(width<=600px){.journey-stage .stage-icon{width:100%;height:64px;margin:0;flex-basis:64px}.journey-stages{padding-bottom:15px}}
@media(prefers-reduced-motion:reduce){.journey-stage{animation:none!important;will-change:auto}.journey-stage:hover{transform:none}.journey-progress{animation:none!important}}

/* Native-feeling call screen in the approved paper and mint palette. */
.voice-demo{background:#101512;border:1px solid #303b34;box-shadow:none}
.voice-demo-grid{opacity:.35;background-image:linear-gradient(#7bac8810 1px,transparent 1px),linear-gradient(90deg,#7bac8810 1px,transparent 1px);background-size:32px 32px}
.incoming-call{background:#101512;border-color:#303b34}
.phone-agent{position:relative;width:min(330px,100%);height:auto;min-height:590px;padding:18px 22px 30px;margin:26px 0;background:#edf0e8;border:6px solid #26332c;border-radius:44px;box-shadow:0 0 0 1px #758177,0 22px 45px #0005,inset 0 0 0 1px #fff;overflow:hidden;color:#16271d}
.phone-agent:before{content:'';display:block;position:absolute;top:11px;left:50%;width:85px;height:23px;transform:translateX(-50%);background:#142019;border:0;border-radius:30px;box-shadow:none}
.phone-agent:after{content:'';position:absolute;bottom:10px;left:50%;width:95px;height:4px;transform:translateX(-50%);background:#283d30;border-radius:8px}
.phone-top{height:26px;display:flex;justify-content:space-between;align-items:flex-start;margin:0 0 22px;padding:0 3px}
.phone-top span{font:600 11px/1.3 var(--font-sans);color:#20382a;letter-spacing:0}.phone-top b{font-size:10px;line-height:1.3;letter-spacing:1px;color:#20382a}
.phone-app-label{display:flex;justify-content:center;align-items:center;gap:7px;font-size:9px;font-weight:600;letter-spacing:.09em;color:#56715f}
.phone-app-label span{font-size:8px;letter-spacing:.04em;background:#c6efda;color:#13613c;padding:3px 6px;border-radius:4px}
.caller{margin-top:17px}.caller-icon{display:grid;place-items:center;width:50px;height:50px;background:#183b28;border:1px solid #335b42;border-radius:15px;box-shadow:0 5px 10px #1c422019;margin:0 auto 12px;color:#95edb9;font-size:0}
.caller-icon svg{width:24px;height:24px}
.caller small{font-size:9px;color:#40805a;letter-spacing:.04em}.caller strong{font-size:23px;line-height:1.12;letter-spacing:-.035em;font-weight:600;color:#142d1e;margin:9px 0 17px}
.caller p{font-size:13px;line-height:1.5;text-align:left;background:#fff;border:1px solid #dce4da;border-radius:14px 14px 14px 4px;color:#465c4e;padding:13px 14px;margin:0 20px 0 0}
.voice-wave{height:25px;margin:12px 0;gap:4px}.voice-wave i{background:#289663;width:3px}
.agent-speaking{background:#c8f4da;border:1px solid #a5dfbe;border-radius:14px 14px 4px 14px;margin-left:16px;padding:13px 14px;box-shadow:0 3px 7px #1b432008}
.agent-speaking small{font-size:9px;letter-spacing:.05em;color:#2e6a47}.agent-speaking p{font-size:13px;line-height:1.5;color:#193c28;margin-top:7px}
.phone-actions{margin-top:13px;gap:5px;align-items:center}.phone-actions span{font-size:9px;color:#1c8752}.phone-actions b{font-size:8px;letter-spacing:.01em;color:#63816d}
.phone-call-controls{display:flex;align-items:center;justify-content:center;gap:23px;margin-top:22px}
.phone-call-controls span{display:grid;place-items:center;width:37px;height:37px;border:1px solid #d1dbd0;background:#e0e7dd;border-radius:50%;color:#334f3d}.phone-call-controls .end-call{width:43px;height:43px;background:#d85252;border-color:#d85252;color:#fff}
.phone-call-controls svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.call-result{background:#edf0e8;border:0;border-top:3px solid #becbc0;border-radius:8px;padding:16px;animation:callOutcomeLift 12s ease-in-out infinite;box-shadow:none}
.call-result.result-two{animation-delay:4s}.call-result.result-three{background:#c8f4da;border-top-color:#19c881;animation-delay:8s}
.call-result small{font-size:10px;letter-spacing:.04em;color:#587061}.call-result strong{font-size:18px;letter-spacing:-.035em;color:#11271b}.call-result span{font-size:13px;color:#526458}.voice-status{font-size:10px;color:#92ae9c}
@keyframes callOutcomeLift{0%,30%,100%{transform:translateY(0);box-shadow:none}8%,22%{transform:translateY(-5px);box-shadow:0 9px 18px #0003}}
@media(width<=600px){.phone-agent{width:min(310px,100%);min-height:0;padding:18px 18px 30px;margin:24px 0;border-radius:40px}.phone-top span{font-size:11px}.phone-top b{font-size:10px}.caller-icon{width:50px;height:50px}.caller strong{font-size:22px}.caller p,.agent-speaking p{font-size:13px}.phone-actions b{font-size:8px}.call-result{padding:14px}.call-result small{font-size:9px}.call-result strong{font-size:17px}.call-result span{font-size:12px;border-left-color:#1d392a20}.incoming-call,.incoming-call b{font-size:10px}}
@media(prefers-reduced-motion:reduce){.call-result,.voice-wave i{animation:none!important}}

/* Mobile workflow: preserve the product-card look in a readable vertical journey. */
@media(width<=600px){
  .journey-window{width:calc(100% - 20px);padding:0 14px 20px;overflow:hidden}
  .journey-top{margin:0 -14px 20px;padding:0 14px}
  .journey-stages{
    grid-template-columns:1fr;
    gap:18px;
    padding:4px 0 8px 22px;
    overflow:visible;
    scroll-snap-type:none;
  }
  .journey-stages:before{
    content:'';
    position:absolute;
    z-index:0;
    top:26px;
    bottom:28px;
    left:7px;
    width:2px;
    background:linear-gradient(180deg,#19c881,#365344);
    box-shadow:0 0 12px #19c88155;
  }
  .journey-stage{
    width:100%;
    min-height:245px;
    padding:17px 16px 15px;
    overflow:visible;
    animation:none!important;
  }
  .journey-stage:before{
    content:'';
    position:absolute;
    z-index:3;
    top:27px;
    left:-22px;
    width:10px;
    height:10px;
    border:3px solid #101512;
    border-radius:50%;
    background:#19c881;
    box-shadow:0 0 0 2px #4ee09a55;
  }
  .journey-stage:after{
    content:'↓';
    right:auto;
    left:-30px;
    top:auto;
    bottom:-17px;
    width:20px;
    height:20px;
    border:0;
    background:#101512;
    color:#75dfa5;
    font:16px/20px Arial;
  }
  .journey-stage:last-child:after{display:none}
  .journey-stage .stage-icon{height:64px;flex-basis:64px}
  .journey-stage h3{font-size:22px;margin:9px 0 10px}
  .journey-stage p{font-size:14px;line-height:1.5;margin-bottom:16px}
  .journey-stage small,.journey-stage>b{font-size:11px}
  .journey-track{display:none}
  .journey-caption{margin-top:10px;padding-top:16px}
}

/* Slim aluminium handset over an electrical drawing. */
.voice-demo{background:#10241c;isolation:isolate}
.voice-demo-grid{opacity:1;inset:0;background:url('/plumbing-plan.svg') center 46%/cover no-repeat;mask:none;-webkit-mask:none;z-index:-1}
.phone-agent{width:min(310px,100%);padding:43px 19px 61px;border:3px solid #b0bab4;border-radius:35px;background:linear-gradient(#f7f8f3,#edf0e8);box-shadow:0 0 0 1px #e9eee8,0 0 0 3px #425149,12px 25px 45px #0007,inset 0 0 0 1px #fff;min-height:0;margin:30px 0}
.phone-agent:before{top:17px;width:43px;height:4px;background:#35433b;box-shadow:-34px 0 0 -0.2px #475b4e;border-radius:8px}
.phone-agent:after{bottom:12px;width:29px;height:29px;border:2px solid #abb6ae;background:linear-gradient(145deg,#fcfdf9,#e3e8e1);border-radius:50%;box-shadow:inset 0 0 0 1px #fff}
.phone-top{height:18px;margin-bottom:14px}.phone-app-label{font-size:8px}.caller{margin-top:14px}.caller-icon{width:43px;height:43px;border-radius:13px;margin-bottom:10px}.caller strong{font-size:21px;margin-bottom:14px}.caller p,.agent-speaking p{font-size:12px}.phone-call-controls{margin-top:17px}
.phone-top b[aria-label="Mobile signal and battery"]{display:none!important}
.agent-speaking{position:relative;min-height:124px;background:#c8f4da;overflow:hidden}
.phone-thinking{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start;gap:5px;padding:16px;color:#476454;font-size:12px;animation:thinkingPhase 9s infinite}
.phone-thinking span{margin-right:7px}.phone-thinking i{display:block;width:5px;height:5px;border-radius:50%;background:#347a53;animation:thinkingDot 1.1s ease-in-out infinite}.phone-thinking i:nth-of-type(2){animation-delay:.16s}.phone-thinking i:nth-of-type(3){animation-delay:.32s}
.agent-speaking>small,.agent-speaking>p{animation:replyPhase 9s infinite}
@keyframes thinkingDot{0%,70%,100%{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}
@keyframes thinkingPhase{0%,22%{opacity:1}28%,94%{opacity:0}100%{opacity:1}}
@keyframes replyPhase{0%,22%{opacity:0;transform:translateY(5px)}30%,92%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(0)}}
@media(width<=600px){.phone-agent{width:min(294px,100%);padding:42px 16px 59px;border-radius:33px;margin:26px 0}.voice-demo-grid{background-size:auto 95%;background-position:center 25%}.caller strong{font-size:21px}.caller p,.agent-speaking p{font-size:12px}}
@media(prefers-reduced-motion:reduce){.phone-thinking{display:none}.agent-speaking>small,.agent-speaking>p{animation:none;opacity:1;transform:none}}

/* Supporting typography matched to the human sales deck. */
@font-face{font-family:Human Sans;src:url('/fonts/human-supporting-italic.otf') format('opentype');font-weight:400 500;font-style:italic;font-display:swap}
@font-face{font-family:Human Sans;src:url('/fonts/human-supporting-bold-italic.otf') format('opentype');font-weight:600 900;font-style:italic;font-display:swap}
button,input,select,textarea{font-family:var(--font-sans)}
.phone-agent,.caller strong,.phone-thinking,.call-result strong{font-family:var(--font-sans)}
.voice-demo .phone-agent{justify-self:center;margin-left:auto;margin-right:auto}

/* Clear navigation actions and a consistent call-booking experience. */
.nav-links{gap:8px}
.nav-links a{display:inline-flex;align-items:center;min-height:40px;padding:9px 13px;border:1px solid #d8e5dc33;border-radius:6px;background:#ffffff08;color:#f5f7f3;font-weight:700;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.nav-links a:hover,.nav-links a:focus-visible{background:#1bc77c1c;border-color:#42df9b99;transform:translateY(-1px)}
.nav-cta,.hero-actions .primary,.demo-form button[type='submit']{font-family:var(--font-sans)!important;font-weight:700!important;letter-spacing:-.01em!important}
.demo-form button[type='submit']{font-size:18px!important}
.voice-demo-grid{background-size:78% auto;background-position:center 46%;opacity:.52}
.process{scroll-margin-top:84px}
.process{padding:88px 0 96px;overflow:hidden}
.process-head{grid-template-columns:minmax(150px,.7fr) minmax(430px,1.45fr) minmax(340px,1fr);align-items:center;gap:36px;margin-bottom:48px}
.process-head h2{font-size:clamp(48px,4.4vw,70px);line-height:.96}
.process-reel{position:relative;height:250px;border-radius:12px;overflow:hidden;background:#0d1812;box-shadow:0 22px 45px #0c281c26}
.process-reel video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.05);opacity:0;transition:opacity .8s ease}
.process-reel video.active{opacity:1}
.process-reel:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,#07150ddd 100%)}
.process-reel span{position:absolute;z-index:2;left:16px;bottom:14px;color:#e8f1ea;font:700 10px/1.2 var(--font-sans);letter-spacing:.06em}
.process-grid article{min-height:255px;padding-top:22px}

.outcome-grid{grid-auto-rows:minmax(235px,auto);gap:14px}
.outcome-1,.outcome-2,.outcome-3,.outcome-4{grid-column:span 6}
.outcome-6{grid-column:1/-1;min-height:220px;display:grid;grid-template-columns:72px minmax(210px,.72fr) minmax(320px,1.28fr);column-gap:28px;align-items:center}
.outcome-6 .outcome-icon{grid-column:1;grid-row:1/3;margin:0}
.outcome-6 small{grid-column:2;align-self:end;margin-bottom:8px}
.outcome-6 h3{grid-column:2;align-self:start;margin:0;font-size:34px}
.outcome-6 p{grid-column:3;grid-row:1/3;max-width:650px;font-size:16px}
.outcome-supplier,.outcome-6{grid-column:span 6!important;min-height:260px;display:flex;align-items:stretch}
.outcome-supplier .outcome-icon,.outcome-6 .outcome-icon{margin-bottom:34px}
.outcome-supplier small,.outcome-6 small,.outcome-supplier h3,.outcome-6 h3,.outcome-supplier p,.outcome-6 p{display:block}
.outcome-supplier h3,.outcome-6 h3{margin:14px 0;font-size:31px}
.outcome-supplier p,.outcome-6 p{font-size:15px;max-width:560px}

@media(width<=980px){.process-head{grid-template-columns:1fr;gap:24px}.process-reel{height:300px}.process-head h2{max-width:720px}.outcome-6{grid-template-columns:64px 1fr}.outcome-6 .outcome-icon{grid-row:1/4}.outcome-6 small,.outcome-6 h3,.outcome-6 p{grid-column:2}.outcome-6 p{grid-row:auto}}
@media(width<=600px){.process{padding:72px 0}.process-head{margin-bottom:34px}.process-reel{height:245px}.process-grid article{min-height:250px}.outcome-1,.outcome-2,.outcome-3,.outcome-4,.outcome-supplier,.outcome-6{display:flex;min-height:310px}.outcome-supplier .outcome-icon,.outcome-6 .outcome-icon{margin-bottom:34px}.outcome-supplier h3,.outcome-6 h3{margin:14px 0;font-size:29px}.outcome-supplier p,.outcome-6 p{font-size:16px}}
@media(width<=600px){.voice-demo-grid{background-size:auto 74%;background-position:center 34%;opacity:.48}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.nav-links a{transition:none}}
