@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/font-6.ttf) format('truetype');
}

:root{--ink:#191b18;--green:#20B787;--muted:#63675e;--paper:#f7f8f4;--border:#dfe2d8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:#fff;font-family:Lato,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,.brand,.button{font-family:Montserrat,sans-serif}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3rem,6.1vw,6rem);letter-spacing:-.065em;line-height:1.05;font-weight:800;margin-bottom:30px}h2{font-size:clamp(2rem,3.7vw,3.7rem);letter-spacing:-.055em;line-height:1.13;font-weight:700;margin-bottom:22px}h3{font-size:1.35rem;line-height:1.25;letter-spacing:-.04em}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #087553;outline-offset:5px}header{height:110px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;padding:0 5.2%;margin:auto;border-bottom:1px solid var(--border)}.brand{font-weight:900;letter-spacing:-.07em;line-height:.88;font-size:1.9rem;display:block}.brand span{display:block}.brand .brand-dot{display:inline;color:#20B787}nav{display:flex;align-items:center;gap:38px;font-size:.93rem}nav>a[aria-current]{text-decoration:underline;text-underline-offset:7px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;padding:18px 24px;border:1px solid var(--ink);border-radius:7px;font-weight:600;font-size:.92rem;background:var(--green);color:#fff;cursor:pointer;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:#4CC59F}.button.dark{color:#fff;background:var(--ink)}.button.dark:hover{background:#343a2c}.button span{font-size:1.3rem;line-height:1}.button.small{padding:12px 20px}.menu{display:none}.hero{max-width:1440px;margin:auto;padding:80px 5.2% 74px;display:grid;grid-template-columns:1.15fr 1fr;gap:5%}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:25px;display:flex;align-items:center;gap:10px}.line{width:26px;height:2px;background:var(--ink)}.highlight{position:relative;display:inline;background:linear-gradient(transparent 65%,var(--green) 65%,var(--green) 94%,transparent 94%)}.intro{font-size:1.15rem;max-width:520px;color:var(--muted);line-height:1.75}.actions{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin:30px 0 25px}.text-link{font-weight:700;font-size:.93rem;border-bottom:1px solid;padding-bottom:4px}.text-link span{margin-left:8px}.hero-note{font-size:.85rem;color:var(--muted)}.hero-visual{background:var(--green);border-radius:16px;padding:25px 28px 20px;position:relative;align-self:center}.visual-top{display:flex;justify-content:space-between;align-items:center;font-size:.69rem;letter-spacing:.1em;font-weight:700;gap:12px;margin-bottom:29px}.pill{font-size:.64rem;letter-spacing:0;border:1px solid #15936C;border-radius:20px;padding:4px 8px;white-space:nowrap}.workflow-card{background:#fff;padding:20px 17px;display:flex;gap:14px;border:1px solid #1d251924;border-radius:9px;box-shadow:0 7px 0 #1c301b12;align-items:center;position:relative;z-index:1}.workflow-card h3{font-size:1rem;margin:4px 0;letter-spacing:-.025em}.workflow-card p{font-size:.77rem;margin:0;color:var(--muted)}.workflow-card small{font-size:.61rem;letter-spacing:.1em;color:var(--muted);font-weight:700}.icon{background:#f0f2ec;font-size:1.55rem;border-radius:8px;width:44px;height:44px;display:grid;place-items:center;flex-shrink:0}.tick{margin-left:auto;border-radius:50%;width:22px;height:22px;display:grid;place-items:center;background:var(--green);font-size:.8rem}.first{margin-right:30px;transform:rotate(-2deg)}.second{margin-left:30px;transform:rotate(2deg)}.third{margin-right:15px;transform:rotate(-1deg)}.flow-line{height:23px;border-left:2px dashed #087553;margin-left:50%}.visual-bottom{display:flex;align-items:center;gap:14px;margin:22px 0 0 15px}.visual-bottom p{font-size:.9rem;line-height:1.4;margin:0}.spark{font-size:3.5rem;line-height:1}.benefit-strip{display:flex;justify-content:space-around;gap:22px;background:var(--ink);color:#fff;padding:22px 5%;font-size:.94rem;font-weight:700}.benefit-strip span:nth-child(even){color:var(--green)}.section{max-width:1440px;margin:auto;padding:90px 5.2%}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section-heading>p{max-width:320px;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{border:1px solid var(--border);border-radius:12px;background:var(--paper);padding:30px;display:flex;flex-direction:column;transition:transform .25s,border-color .25s}.service-card:hover{transform:translateY(-5px);border-color:#788962}.service-number{font-size:.7rem;letter-spacing:.1em;font-weight:700}.service-symbol{font-size:3rem;line-height:1;margin:34px 0 22px}.service-card h3{font-size:1.5rem}.service-card p{color:var(--muted)}.card-link{font-size:.83rem;font-weight:700;margin-top:auto;padding-top:20px}.cta{margin:0 5.2% 80px;background:var(--green);padding:55px;display:flex;align-items:center;justify-content:space-between;gap:35px;border-radius:12px}.cta h2{margin:0}.cta .eyebrow{font-size:.69rem}footer{border-top:1px solid var(--border);padding:45px 5.2%;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:30px}footer p{font-size:.9rem;color:var(--muted)}footer>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:.82rem}footer small{grid-column:1/-1;color:var(--muted);font-size:.75rem}.skip{position:fixed;top:-100px;background:var(--green);z-index:100;padding:10px}.skip:focus{top:0}.reveal{opacity:1;transform:none}.motion .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s,transform .65s}.motion .reveal.visible{opacity:1;transform:none}.page-head{padding:70px 5.2% 40px;max-width:1440px;margin:auto}.page-head h1{font-size:clamp(2.8rem,5.5vw,5rem)}.page-head .intro{max-width:670px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:55px 0;border-top:1px solid var(--border);align-items:center}.detail ul{padding-left:20px}.detail li{margin-bottom:12px}.detail-art{background:var(--green);padding:45px;border-radius:14px}.detail-art img{width:100%;height:300px;object-fit:cover;border-radius:8px}.mini-invoice{background:white;padding:30px;border-radius:9px}.invoice-row{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding:16px 0}.invoice-row:last-child{font-weight:700}.fit-shell{margin:0 5.2% 75px;padding:35px;background:var(--paper);border:1px solid var(--border);border-radius:14px}.business-options{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 35px}.business-options button{background:white;border:1px solid #b6bbad;border-radius:30px;padding:11px 20px;cursor:pointer}.business-options button[aria-pressed=true]{background:var(--ink);color:white}.fit-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.example-label{font-size:.75rem;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:25px 0}.step{border:1px solid var(--border);background:white;border-radius:9px;padding:24px;transition:border-color .3s,background .3s}.step.active{border-color:#20B787;background:#DDF5ED}.step-num{font-size:.78rem;border:1px solid #c5ccbb;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;margin-bottom:28px}.step h3{font-size:1.1rem}.step p{font-size:.93rem;color:var(--muted)}.step small{font-size:.77rem;display:block;border-top:1px solid var(--border);padding-top:14px}.fit-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px}.fit-bottom p{margin:0;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.form-panel{padding:35px;background:var(--paper);border-radius:12px}label{display:block;font-weight:700;font-size:.92rem;margin-bottom:8px}input,select,textarea{display:block;width:100%;border:1px solid #a8afa1;background:white;border-radius:5px;padding:12px;margin-bottom:20px;color:var(--ink)}textarea{min-height:140px;resize:vertical}.form-note{font-size:.84rem;color:var(--muted)}.form-note a{text-decoration:underline}.notice{padding:15px 20px;background:#EFF9F5;border-left:3px solid #15936C;margin-bottom:25px;font-size:.93rem}.prose{max-width:840px;padding:20px 5.2% 65px;margin:auto}.prose h2{font-size:1.7rem;margin-top:35px}.prose a{text-decoration:underline}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.status{margin-top:16px;font-size:.93rem}.contact-aside{padding-top:15px}.contact-aside p{color:var(--muted)}.contact-aside h3{margin-top:30px}
@media(min-width:1500px){.cta{max-width:1290px;margin-left:auto;margin-right:auto}}@media(max-width:1050px){.hero{gap:30px;padding-top:55px}.hero-visual{padding:20px}.hero h1{font-size:4rem}.actions{gap:16px}.text-link{font-size:.85rem}.visual-top{flex-wrap:wrap}.service-card{padding:23px}.steps{grid-template-columns:1fr 1fr}.contact-layout{gap:30px}}
@media(max-width:720px){header{height:88px;padding:0 6%;position:relative}.brand{font-size:1.7rem}.menu{display:block;background:none;border:1px solid var(--border);padding:8px 12px;border-radius:5px}nav{display:none;position:absolute;top:88px;left:0;right:0;padding:25px 6%;background:#fff;z-index:20;border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:22px}nav.open{display:flex}.hero{grid-template-columns:1fr;padding:45px 6%;gap:30px}.hero h1{font-size:clamp(3.1rem,11vw,4.8rem)}.eyebrow{font-size:.63rem}.intro{font-size:1.05rem}.hero-note{font-size:.78rem}.hero-visual{max-width:500px;width:100%;margin:auto;padding:24px}.visual-top{flex-wrap:nowrap;font-size:.62rem}.workflow-card{padding:15px 12px}.benefit-strip{overflow:hidden;flex-wrap:wrap;gap:10px 20px;padding:20px 6%;font-size:.77rem}.benefit-strip span:last-child,.benefit-strip span:nth-last-child(2){display:none}.section{padding:60px 6%}.section-heading{display:block}.section-heading>p{max-width:100%}.service-grid{grid-template-columns:1fr}.service-card{padding:27px}.service-symbol{margin:24px 0 15px}.cta{margin:0 6% 50px;padding:32px 26px;flex-direction:column;align-items:start;gap:25px}.cta .eyebrow{font-size:.6rem}footer{padding:35px 6%;grid-template-columns:1fr 1fr;gap:30px}footer>div{grid-column:1/-1}footer p{font-size:.8rem}.page-head{padding:45px 6% 25px}.page-head h1{font-size:2.85rem}.detail{grid-template-columns:1fr;gap:25px;padding:35px 0}.detail-art{padding:25px}.fit-shell{padding:24px 18px;margin:0 6% 50px}.fit-top,.fit-bottom{align-items:start;flex-direction:column}.business-options{gap:8px}.business-options button{font-size:.85rem;padding:9px 14px}.steps{grid-template-columns:1fr}.step{padding:22px}.step-num{margin-bottom:15px}.contact-layout{grid-template-columns:1fr}.form-panel{padding:24px}.legal-grid{grid-template-columns:1fr}.prose{padding:10px 6% 50px}.first{margin-right:18px}.second{margin-left:18px}.hero .actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.motion .reveal{opacity:1;transform:none}}

/* Client portal prototype */
[hidden]{display:none!important}.portal-app{background:#f5f7f6;padding:0 max(5.2%,calc((100vw - 1290px)/2)) 80px}.demo-banner{font-size:.875rem;padding:12px 0;border-bottom:1px solid #dfe5e2;display:flex;align-items:center;gap:14px;color:#4d5c55}.demo-banner strong{font-size:.75rem;letter-spacing:.08em;border:1px solid #a8beb4;border-radius:4px;padding:2px 7px;color:#245d49}.portal-welcome{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:42px 0 35px}.portal-welcome .eyebrow{font-size:.75rem;color:#087553;letter-spacing:.13em;margin-bottom:13px}.portal-welcome h1{font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.05em;margin-bottom:14px}.portal-welcome h1 br{display:none}.portal-welcome p:last-child{font-size:1rem;color:#617068;margin:0}.client-badge{display:flex;align-items:center;gap:12px;flex-shrink:0}.client-badge>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#dceee5;color:#16533f;font-size:.875rem;font-weight:bold}.client-badge strong,.client-badge small{display:block}.client-badge strong{font-size:.875rem}.client-badge small{font-size:.8125rem;color:#647169}.portal-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start}.project-list{padding-top:5px}.project-list h2{font:700 .9375rem Lato,sans-serif;letter-spacing:0;display:flex;align-items:center;gap:9px;margin:0 0 17px}.project-list h2>span{background:#e4e9e6;border-radius:4px;min-width:23px;text-align:center;font-size:.8125rem;padding:3px}.project-choice{text-align:left;display:block;width:100%;border:1px solid #dbe3de;border-radius:12px;padding:22px;background:#fff;color:var(--ink);margin-bottom:14px;cursor:pointer;transition:border-color .2s}.project-choice:hover{border-color:var(--green)}.project-choice.selected{border:2px solid var(--green);padding:21px;background:#effaf6;box-shadow:0 4px 15px #193c2410}.project-choice small{font-size:.6875rem;font-weight:700;letter-spacing:.06em;color:#087553}.project-choice>strong{display:block;font-family:Montserrat,sans-serif;font-size:1rem;margin-top:10px;letter-spacing:-.025em}.project-choice>span:not(.tiny-track){display:block;font-size:.875rem;color:#5f6e65;margin-top:3px}.tiny-track{display:block;height:4px;background:#dce6e1;border-radius:4px;margin:20px 0 10px;overflow:hidden}.tiny-track i{display:block;background:var(--green);height:100%}.project-choice b{font-size:.8125rem;font-weight:400;display:flex;justify-content:space-between;color:#4f6358}.project-choice b span{color:#087553}.portal-help{border-top:1px solid #dce3de;margin-top:28px;padding:25px 5px}.portal-help strong{font-size:.875rem}.portal-help p{font-size:.875rem;color:#67736c;margin:8px 0 12px}.quiet-button{padding:0;background:transparent;border:0;color:#087553;font-weight:700;font-size:.875rem;cursor:pointer}.project-summary{background:#fff;border:1px solid #dfe6e1;border-radius:14px;padding:28px 32px;box-shadow:0 3px 10px #1b372106}.summary-top{display:flex;justify-content:space-between;align-items:center;gap:10px;color:#7c8981;font-size:.6875rem;letter-spacing:.05em;margin-bottom:18px}.project-state{background:#e2f5ed;border:1px solid #b8e8d6;color:#087553;border-radius:20px;padding:4px 10px;font-size:.75rem;letter-spacing:0;font-weight:700}.summary-top b{color:#57675e;font-weight:400}.project-summary h2{font-size:1.8rem;margin-bottom:9px;letter-spacing:-.045em}.project-summary>p{font-size:.9375rem;color:#65726a;max-width:610px;margin-bottom:25px}.progress-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:.8125rem}.progress-heading strong:last-child{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#087553}.project-summary progress{appearance:none;width:100%;height:8px;border:0;border-radius:6px;overflow:hidden;background:#e7ece9;display:block}.project-summary progress::-webkit-progress-bar{background:#e7ece9}.project-summary progress::-webkit-progress-value{background:var(--green);border-radius:6px}.project-summary progress::-moz-progress-bar{background:var(--green)}.summary-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;border-top:1px solid #e8ece9;padding-top:20px;margin-top:24px}.summary-facts small{display:block;color:#718077;font-size:.6875rem;letter-spacing:.04em;margin-bottom:5px}.summary-facts strong{font-size:.875rem;font-weight:700}.portal-tabs{display:flex;border-bottom:1px solid #dbe3de;gap:28px;margin:22px 0}.portal-tabs button{padding:10px 2px 13px;border:0;border-bottom:3px solid transparent;background:transparent;font-weight:700;color:#6c7b71;cursor:pointer;font-size:.9375rem}.portal-tabs button[aria-selected=true]{border-bottom-color:var(--green);color:#173e2e}.review-callout{display:flex;align-items:center;gap:18px;background:#ddf3e9;border:1px solid #bde4d2;border-radius:12px;padding:20px 24px;margin-bottom:22px}.review-icon{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;border:1px solid #a4d7bf;border-radius:50%;color:#087553;font-size:1.5rem}.review-callout>div{flex:1}.review-callout small{font-size:.625rem;letter-spacing:.06em;color:#3b7059}.review-callout h3{font-family:Lato,sans-serif;font-size:1rem;letter-spacing:0;margin:3px 0}.review-callout p{font-size:.875rem;line-height:1.5;margin:0;color:#4f6f5e}.review-callout .button{font-size:.8125rem;white-space:nowrap;gap:14px;padding:12px 16px}.milestone-card{background:#fff;border:1px solid #dfe6e1;border-radius:12px;padding:25px 30px}.milestone-card>h3,.card-heading h3{font-family:Montserrat,sans-serif;font-size:1.0625rem;letter-spacing:-.035em;margin:0}.card-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:20px}.card-heading>span{font-size:.8125rem;color:#7b877f;white-space:nowrap}.milestone-card>p{font-size:.9375rem;color:#65776c;margin:12px 0 22px}.milestone-card ol{list-style:none;padding:0;margin:0}.milestone{position:relative;display:flex;gap:17px;align-items:start;padding:15px 0}.milestone:not(:last-child):before{content:'';position:absolute;top:47px;left:15px;width:1px;height:calc(100% - 31px);background:#dde6df}.milestone-marker{width:31px;height:31px;border-radius:50%;flex-shrink:0;background:#f2f5f3;border:1px solid #dce4de;display:grid;place-items:center;font-size:.75rem;color:#87968b}.done .milestone-marker{background:#e1f4ea;color:#087553;border-color:#c4e7d6}.current .milestone-marker{background:var(--green);color:#132f23;border-color:var(--green);box-shadow:0 0 0 4px #e6f7ee}.milestone-copy{flex:1}.milestone h4{font-size:.9375rem;margin:2px 0 4px;font-weight:700}.milestone p{font-size:.875rem;color:#738176;margin:0;line-height:1.5}.milestone-status{font-size:.75rem;margin-top:5px;color:#77897d}.current .milestone-status{font-weight:700;color:#087553}.update-item{padding:20px 0;border-top:1px solid #e4ebe6}.update-item:first-child{border-top:0}.update-item small{font-size:.8125rem;color:#087553}.update-item h4{margin:8px 0;font-size:1rem}.update-item p{font-size:.9375rem;color:#65776c;margin:0}.portal-app textarea{font-size:1rem}.prototype-note{font-size:.8125rem;color:#738176;margin:14px 0 0}.feedback-item{border-top:1px solid #e4ebe6;padding:20px 0}.feedback-item strong{font-size:.8125rem;color:#087553}.feedback-item p{font-size:1rem;white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0 0}#feedback-status{font-size:.875rem;color:#087553}.portal-app~footer{background:#fff}@media(min-width:721px) and (max-width:1100px){header{padding-inline:4%}nav{gap:20px;font-size:.875rem}nav .button.small{padding:10px 14px}.portal-app{padding-inline:4%}.portal-layout{grid-template-columns:215px minmax(0,1fr);gap:20px}.project-summary{padding:25px}.review-callout{flex-wrap:wrap;padding:20px}.review-callout .button{margin-left:58px}.portal-welcome h1{font-size:2.5rem}.client-badge{display:none}}@media(max-width:720px){.portal-app{padding:0 6% 50px}.demo-banner{align-items:start;font-size:.75rem;gap:10px}.portal-welcome{padding:28px 0;display:block}.portal-welcome h1{font-size:2.25rem}.portal-welcome h1 br{display:block}.portal-welcome p:last-child{font-size:.9375rem}.client-badge{display:none}.portal-layout{grid-template-columns:1fr;gap:18px}.project-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.project-list h2{grid-column:1/-1;margin:0}.project-choice,.project-choice.selected{margin:0;padding:15px}.project-choice.selected{padding:14px}.project-choice>strong{font-size:.875rem}.project-choice>span:not(.tiny-track){font-size:.8125rem}.project-choice small{font-size:.625rem}.project-choice b{font-size:.75rem}.portal-help{display:none}.project-summary{padding:22px}.project-summary h2{font-size:1.65rem}.summary-facts{grid-template-columns:1fr 1fr}.summary-facts>div:last-child{grid-column:1/-1}.portal-tabs{gap:25px}.review-callout{padding:18px;flex-wrap:wrap;gap:12px}.review-icon{display:none}.review-callout>div{flex-basis:100%}.review-callout .button{min-height:44px}.milestone-card{padding:23px 20px}.card-heading{align-items:start}.card-heading h3{font-size:1rem}.card-heading>span{font-size:.75rem}.milestone{gap:12px;flex-wrap:wrap;padding:14px 0}.milestone-copy{flex-basis:calc(100% - 45px)}.milestone-status{margin:0 0 0 43px}.milestone p{font-size:.8125rem}.milestone:not(:last-child):before{height:calc(100% - 23px)}.milestone-card .button{max-width:100%;font-size:.8125rem;gap:20px}}

/* Full service catalogue */
.catalogue-head h1{font-size:clamp(2.5rem,5vw,4.6rem)}.category-links{display:flex;position:static;flex-wrap:wrap;justify-content:start;gap:10px;margin-top:30px;border:0;padding:0;font-size:.875rem}.category-links a{padding:7px 14px;border:1px solid var(--border);border-radius:20px;background:white;color:#426051}.category-links a:hover{border-color:var(--green);color:#087553}.service-catalogue{max-width:1240px;margin:auto;padding:15px 5.2% 70px}.catalogue-group{margin:35px 0 65px;scroll-margin-top:30px}.catalogue-group h2{font-size:1.65rem;letter-spacing:-.035em;text-align:center;display:table;margin:0 auto 26px;padding-bottom:10px;border-bottom:3px solid var(--green)}.catalogue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.catalogue-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 24px 22px;border:1px solid #dce3de;border-bottom:4px solid var(--green);border-radius:16px;box-shadow:0 3px 12px #152d2012;background:#fff;transition:transform .2s}.catalogue-card:hover{transform:translateY(-4px)}.catalogue-card svg{width:32px;height:32px;color:#087553;margin:0 0 17px}.catalogue-card h3{font-size:1.0625rem;letter-spacing:-.025em;margin:0 0 12px}.catalogue-card p{font-size:.9375rem;line-height:1.6;color:#667269;margin:0 0 18px}.catalogue-action{margin-top:auto;font-size:.8125rem;font-weight:700;color:#087553;display:flex;gap:12px}.catalogue-kicker{font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:#6a7f71;margin-bottom:5px}.software-note{display:flex;align-items:center;gap:30px;justify-content:space-between;padding:35px;background:#e4f6ee;border-radius:14px;scroll-margin-top:30px}.software-note h2{font-size:1.7rem;margin-bottom:14px}.software-note p:last-child{font-size:1rem;max-width:600px;margin:0;color:#4e685a}.software-note .eyebrow{font-size:.6875rem;margin-bottom:12px}.software-note .button{font-size:.8125rem;white-space:nowrap;gap:15px}@media(max-width:800px){.catalogue-grid{gap:15px}.catalogue-card{padding:24px 18px}.software-note{display:block}.software-note .button{margin-top:25px}}@media(max-width:640px){.category-links{flex-direction:row;align-items:center;gap:8px;font-size:.75rem}.service-catalogue{padding:0 6% 50px}.catalogue-group{margin:25px 0 45px}.catalogue-grid{grid-template-columns:1fr}.catalogue-card{padding:25px}.catalogue-group h2{font-size:1.5rem}.software-note{padding:25px}.catalogue-card p{max-width:350px}}

/* Client sign-in */
.login-page{max-width:1320px;min-height:680px;margin:0 auto;padding:70px 5.2% 85px;display:grid;grid-template-columns:1fr 440px;gap:8%;align-items:center}.login-story .eyebrow{font-size:.75rem;color:#087553;letter-spacing:.11em}.login-story h1{font-size:clamp(2.8rem,4.2vw,4.5rem);line-height:1.08;letter-spacing:-.05em;margin-bottom:25px}.login-story h1 span{color:#087553}.login-story>p:not(.eyebrow){max-width:470px;color:#647067;font-size:1.0625rem}.login-benefits{margin-top:35px;display:grid;gap:19px}.login-benefits>div{display:flex;align-items:start;gap:15px}.login-benefits>div>span{display:grid;place-items:center;border:1px solid #b4dfcd;border-radius:50%;width:34px;height:34px;flex-shrink:0;background:#e9f8f1;color:#087553;font-size:.75rem;font-weight:700}.login-benefits p{color:#6b776f;font-size:.9375rem;margin:0}.login-benefits strong{display:block;color:var(--ink);font-size:1rem;margin-bottom:3px}.login-card{padding:38px;border:1px solid #dbe6df;border-radius:18px;box-shadow:0 12px 45px #153e2510;background:#fff;border-top:5px solid var(--green)}.login-symbol{display:grid;place-items:center;background:#20B787;width:46px;height:46px;border-radius:11px;font-size:1.75rem;margin-bottom:28px}.login-card .eyebrow{font-size:.6875rem;color:#087553;letter-spacing:.13em;margin-bottom:10px}.login-card h2{font-size:2rem;margin-bottom:15px;letter-spacing:-.045em}.login-card>p:not(.eyebrow){color:#65756b;font-size:1rem}.chatgpt-button{display:flex;align-items:center;gap:12px;padding:17px 18px;border:1px solid #151c18;background:#171c19;color:#fff;border-radius:8px;font-size:.9375rem;font-weight:700;margin:27px 0 14px;min-height:54px}.chatgpt-button:hover{background:#2b3930}.chatgpt-button>span:last-child{margin-left:auto}.login-card .login-security{font-size:.8125rem!important;line-height:1.6}.login-support{border-top:1px solid #e2e9e4;margin-top:28px;padding-top:25px}.login-support strong{font-size:.9375rem}.login-support p{font-size:.875rem;color:#718077;margin:6px 0}.login-support a{color:#087553;text-decoration:underline}.login-card .login-demo{font-size:.8125rem!important;background:#f2f7f4;border-radius:8px;padding:13px 15px;margin:22px 0 0}.portal-signout{display:inline-block;font-size:.75rem;text-decoration:underline;color:#087553;margin-top:3px}.login-session{font-size:.875rem;padding-top:18px;overflow-wrap:anywhere}.login-session a{display:block;color:#087553;text-decoration:underline;margin-top:6px}.local-preview{font-size:.875rem;padding-top:16px}.local-preview a{color:#087553;text-decoration:underline}@media(max-width:1050px){.login-page{grid-template-columns:1fr 390px;gap:5%;padding-block:50px}.login-card{padding:30px}.login-story h1{font-size:3rem}}@media(max-width:780px){.login-page{grid-template-columns:1fr;padding:35px 6% 55px;gap:35px}.login-story h1{font-size:2.65rem}.login-story>p:not(.eyebrow){font-size:1rem}.login-benefits{display:none}.login-card{max-width:500px;width:100%;padding:28px}.login-card h2{font-size:1.85rem}.login-symbol{margin-bottom:20px}.chatgpt-button{font-size:.875rem}.login-page{align-items:start}}

/* A dedicated project entry on every service card. */
.catalogue-actions{display:flex;flex-direction:column;align-items:center;gap:15px;width:100%;margin-top:auto}.catalogue-actions .catalogue-action{margin-top:0}.project-login-button{display:inline-flex;align-items:center;justify-content:center;min-height:37px;width:80%;padding:9px 11px;border:1px solid #15936c;border-radius:6px;background:#20B787;color:#fff;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600;line-height:1.4;text-align:center;transition:background .2s}.project-login-button:hover{background:#4cc59f}.catalogue-card:hover{transform:none}

/* TV menu service page */
.catalogue-card.has-detail{position:relative}.service-detail-link::after{content:'';position:absolute;inset:0;border-radius:16px}.service-detail-link:focus-visible::after{outline:3px solid #087553;outline-offset:4px}.has-detail .catalogue-actions{position:relative;z-index:1;pointer-events:none}.has-detail .catalogue-actions a{pointer-events:auto}.catalogue-card.has-detail:hover{border-color:var(--green)}
.tv-page{--tv-dark:#102b25;--tv-light:#f0f7f3}.tv-hero{background:var(--tv-dark);color:#fff}.tv-hero-inner{max-width:1440px;margin:auto;padding:28px 5.2% 65px}.tv-back{display:inline-block;color:#b7d4c8;font-size:.875rem;margin-bottom:40px}.tv-hero .eyebrow{color:#7ce3bd;font-size:.75rem;letter-spacing:.13em;margin-bottom:25px}.tv-hero h1{font-size:clamp(3rem,6.5vw,6.5rem);line-height:1.02;letter-spacing:-.06em;max-width:900px;margin-bottom:25px}.tv-hero h1 span{color:#20B787}.tv-intro{font-size:1.25rem;line-height:1.65;max-width:675px;color:#d1e2d9;margin-bottom:30px}.tv-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:28px}.tv-primary{background:#20B787;color:#fff;border-color:#20B787;gap:25px;min-height:52px;padding:16px 24px;font-size:.9375rem}.tv-primary:hover{background:#15936c}.tv-secondary{display:inline-flex;align-items:center;gap:15px;font-weight:700;font-size:.9375rem;border-bottom:1px solid currentColor;padding-bottom:5px}.tv-hero-note{font-size:.875rem;color:#a9c5b8;margin:23px 0 0}.tv-proof-strip{background:#20B787;color:#102b25;display:flex;justify-content:center;gap:55px;padding:18px 5.2%;font-size:.9375rem;font-weight:700}.tv-proof-strip span:before{content:'✓';margin-right:10px}.tv-section{max-width:1320px;margin:auto;padding:80px 5.2%}.tv-section .eyebrow{font-size:.75rem;color:#087553;letter-spacing:.12em;margin-bottom:20px}.tv-opening{display:grid;grid-template-columns:1fr 1fr;column-gap:65px}.tv-opening>.eyebrow{grid-column:1/-1}.tv-opening h2,.tv-section-heading h2{font-size:clamp(2rem,3.7vw,3.5rem);line-height:1.12;letter-spacing:-.05em}.tv-opening>div{padding-top:3px;color:#637068;font-size:1.125rem}.tv-opening>div p{margin-bottom:20px}.tv-opening>div p:first-child{color:#283e32}.tv-benefits{padding-top:65px}.tv-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.tv-benefit-grid article{border-top:1px solid #bed8c9;padding-top:23px}.tv-number{color:#087553;font-size:.875rem;font-weight:700}.tv-benefit-grid h3{font-size:1.65rem;line-height:1.15;margin:25px 0 17px;letter-spacing:-.04em}.tv-benefit-grid p{font-size:1rem;color:#66756a;line-height:1.75;max-width:350px}.tv-detail-band{background:var(--tv-light)}.tv-detail{display:grid;grid-template-columns:1fr 1fr;gap:70px}.tv-detail h2{font-size:clamp(2rem,3.4vw,3.2rem)}.tv-detail>div>p:not(.eyebrow){color:#5c7265;font-size:1.0625rem;line-height:1.7;margin-bottom:25px}.tv-detail .tv-secondary{color:#087553}.tv-inclusions{list-style:none;padding:0;margin:0;display:grid;gap:0}.tv-inclusions li{padding:18px 0;border-bottom:1px solid #ccdfd2}.tv-inclusions li:first-child{padding-top:0}.tv-inclusions strong{font-family:Montserrat,sans-serif;display:block;font-size:1rem;letter-spacing:-.025em;margin-bottom:7px}.tv-inclusions span{display:block;color:#677d6d;font-size:1rem}.tv-process ol{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;list-style:none;padding:0;margin:40px 0 0}.tv-process li>span{display:grid;place-items:center;width:40px;height:40px;border:1px solid #b9d9c6;color:#087553;border-radius:50%;font-size:1rem;margin-bottom:24px}.tv-process h3{font-size:1.125rem;line-height:1.4;margin-bottom:14px}.tv-process li>p{color:#68776e;font-size:1rem;line-height:1.7}.tv-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding-top:10px}.tv-faq h2{font-size:2.5rem}.tv-faq details{border-top:1px solid #d8e2dc;padding:20px 0}.tv-faq details:last-child{border-bottom:1px solid #d8e2dc}.tv-faq summary{cursor:pointer;font-size:1rem;font-weight:700;list-style:none;display:flex;justify-content:space-between;gap:20px}.tv-faq summary::-webkit-details-marker{display:none}.tv-faq summary:after{content:'+';color:#087553;font-size:1.4rem;line-height:1}.tv-faq details[open] summary:after{content:'−'}.tv-faq details p{color:#65756b;line-height:1.7;font-size:1rem;margin:16px 25px 0 0}.tv-close{background:#102b25;color:white}.tv-close-inner{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:70px;padding:75px 5.2%}.tv-close .eyebrow{color:#7ce3bd;font-size:.6875rem;letter-spacing:.1em}.tv-close h2{font-size:clamp(2.3rem,4vw,4rem);line-height:1.06}.tv-close h2 span{color:#20B787}.tv-close-inner>div>p:not(.eyebrow){max-width:500px;color:#c0d4c9;font-size:1.0625rem;line-height:1.6;margin:25px 0 0}.tv-enquiry-card{background:#fff;color:#192b22;padding:35px;border-radius:16px}.tv-enquiry-card h3{font-size:1.65rem;margin:0 0 17px}.tv-close-inner>.tv-enquiry-card>p{color:#68786e;font-size:1rem;margin:0 0 25px}.tv-enquiry-card .tv-primary{width:100%;padding-inline:18px;font-size:.875rem;gap:16px}.tv-close-inner>.tv-enquiry-card>.tv-direct{font-size:.8125rem;margin:20px 0 0}.tv-direct a{color:#087553;text-decoration:underline}.tv-hero-media{max-width:1440px;margin:0 auto;padding:0 5.2% 36px}.tv-hero-media img{display:block;width:100%;height:auto;max-height:680px;object-fit:cover;object-position:center 42%;border-radius:12px}.tv-hero-media figcaption{font-size:.75rem;color:#a6beb1;margin:12px 0 0}.tv-page section[id]{scroll-margin-top:28px}@media(max-width:900px){.tv-proof-strip{gap:24px;font-size:.8125rem}.tv-opening,.tv-detail,.tv-faq{gap:35px}.tv-close-inner{gap:30px}.tv-benefit-grid{gap:24px}.tv-enquiry-card{padding:25px}.tv-enquiry-card .tv-primary{font-size:.8125rem}.tv-hero h1{font-size:4.5rem}}@media(max-width:640px){.tv-hero-inner{padding:20px 6% 42px}.tv-back{margin-bottom:30px}.tv-hero .eyebrow{font-size:.625rem;line-height:1.7;letter-spacing:.08em;max-width:280px}.tv-hero h1{font-size:3.3rem}.tv-intro{font-size:1.0625rem}.tv-hero-actions{gap:24px;align-items:start;flex-direction:column}.tv-hero-note{font-size:.8125rem}.tv-primary{font-size:.875rem}.tv-proof-strip{flex-wrap:wrap;justify-content:start;gap:10px 20px;padding:18px 6%;font-size:.8125rem}.tv-section{padding:50px 6%}.tv-opening,.tv-detail,.tv-faq{grid-template-columns:1fr;gap:12px}.tv-opening>div{font-size:1rem}.tv-opening h2{font-size:2rem}.tv-benefits{padding-top:45px}.tv-section .eyebrow{font-size:.6875rem}.tv-benefit-grid,.tv-process ol{grid-template-columns:1fr;gap:24px;margin-top:28px}.tv-benefit-grid h3{font-size:1.5rem;margin-top:17px}.tv-benefit-grid h3 br{display:none}.tv-benefit-grid p{max-width:none}.tv-detail{gap:35px}.tv-inclusions li:first-child{padding-top:20px;border-top:1px solid #ccdfd2}.tv-process li{border-bottom:1px solid #dce7df;padding-bottom:15px}.tv-process li:last-child{border:0;padding-bottom:0}.tv-process li>span{margin-bottom:15px}.tv-faq{padding-top:0}.tv-faq h2{font-size:2rem}.tv-close-inner{grid-template-columns:1fr;padding:50px 6%;gap:30px}.tv-close h2{font-size:2.65rem}.tv-enquiry-card{padding:27px}.tv-hero-media{padding:0 6% 24px}.tv-hero-media img{aspect-ratio:4/3;object-fit:cover}.tv-hero-media figcaption{font-size:.6875rem}}

.tv-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:45px;align-items:center}.tv-hero h1{font-size:clamp(3rem,5.1vw,4.65rem)}.tv-hero-media{padding:0;margin:0;min-width:0}.tv-hero-media img{max-height:none;aspect-ratio:3/2;object-fit:cover;box-shadow:0 18px 60px #0003}.tv-hero .tv-intro{font-size:1.0625rem}.tv-hero .tv-hero-actions{gap:20px}.tv-hero .tv-primary{padding-inline:18px;font-size:.875rem;gap:18px}.tv-hero .tv-secondary{font-size:.875rem}@media(max-width:1000px){.tv-hero-grid{grid-template-columns:1fr;gap:35px}.tv-hero h1{font-size:4rem}.tv-hero-copy{max-width:700px}.tv-hero-media{max-width:850px;width:100%}.tv-hero-media img{max-height:520px}}@media(max-width:640px){.tv-hero-grid{gap:30px}.tv-hero h1{font-size:3.15rem}.tv-hero-media img{aspect-ratio:3/2}.tv-hero-media figcaption{font-size:.75rem}.tv-hero-actions{flex-direction:row;align-items:center}.tv-hero .tv-primary{font-size:.8125rem;padding:14px 16px}}

/* Visual service stories and case studies navigation */
#navigation{gap:26px}#navigation>a{white-space:nowrap}
.tv-detail{max-width:1440px;grid-template-columns:.75fr 1.25fr;align-items:center;gap:55px}.tv-detail-media{margin:0;min-width:0}.tv-detail-media img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #163d2314}.tv-detail-media figcaption{color:#5e7467;font-size:.75rem;margin-top:12px}.tv-benefit-grid p{margin-bottom:0}.case-page{background:var(--paper)}.case-intro{max-width:1120px;padding:70px 5.2% 85px;margin:auto}.case-intro .eyebrow{color:#087553}.case-intro h1{font-size:clamp(3.5rem,7vw,6rem)}.case-intro>.intro{font-size:1.3rem}.case-coming{display:flex;align-items:center;gap:28px;max-width:770px;padding:30px 0;margin:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.case-mark{font-size:4rem;line-height:1;color:#087553}.case-coming h2{font-size:1.35rem;letter-spacing:-.035em;margin:0 0 10px}.case-coming p{color:var(--muted);margin:0}.case-intro .actions{margin-bottom:0}
@media(min-width:721px) and (max-width:1000px){header{height:88px;position:relative}.menu{display:block;background:none;border:1px solid var(--border);padding:8px 12px;border-radius:5px}#navigation{display:none;position:absolute;top:88px;left:0;right:0;padding:25px 6%;background:white;z-index:20;border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:22px}#navigation.open{display:flex}}
@media(max-width:900px){.tv-detail{grid-template-columns:1fr;gap:30px}.tv-detail>div{max-width:590px}.tv-detail-media{width:100%}.tv-detail-media img{max-height:570px}}
@media(max-width:640px){.case-intro{padding:45px 6% 55px}.case-intro>.intro{font-size:1.125rem}.case-coming{align-items:start;gap:18px}.case-mark{font-size:2.7rem}.case-coming h2{font-size:1.125rem}.case-coming p{font-size:.9375rem}}

/* Moozaks artwork showcase */
.tv-hero-grid{grid-template-columns:.78fr 1.22fr;gap:36px}.menu-showcase{min-width:0}.showcase-screen{position:relative;aspect-ratio:16/9;overflow:hidden;background:#171817;border:7px solid #171817;border-radius:11px;box-shadow:0 1px 0 #69776d,0 24px 60px #0004}.showcase-image{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .75s ease;border-radius:3px}.showcase-image.is-current{opacity:1;z-index:1}.showcase-caption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:21px 2px 16px}.showcase-kicker{font-size:.7rem;letter-spacing:.15em;font-weight:700;color:#89d9ba}.showcase-caption p{font-size:1rem;margin:4px 0 0;color:#e0ece5}.showcase-expand{font-size:.75rem;color:#c4d6cb;white-space:nowrap}.showcase-expand span{margin-left:7px}.showcase-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:15px;border-top:1px solid #ffffff26}.showcase-controls button{border:1px solid #ffffff38;background:transparent;color:#fff;border-radius:6px;height:40px;min-width:40px;padding:7px 12px;font-size:.875rem;cursor:pointer}.showcase-controls button:hover{background:#ffffff13}.showcase-controls button:focus-visible,.showcase-expand:focus-visible{outline:3px solid #7ce3bd;outline-offset:4px}.showcase-toggle{display:inline-flex;align-items:center;gap:10px}.showcase-browse{display:flex;align-items:center;gap:14px}.showcase-count{font-size:.75rem;color:#c4d6cb;font-variant-numeric:tabular-nums;min-width:49px;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tv-detail-media img{aspect-ratio:16/9;object-fit:contain;background:#171817;border:6px solid #171817;border-radius:9px}
@media(max-width:1000px){.tv-hero-grid{grid-template-columns:1fr;gap:32px}.menu-showcase{width:100%;max-width:900px}.tv-hero-copy{max-width:730px}}
@media(max-width:640px){.showcase-screen{border-width:4px;border-radius:7px}.showcase-caption{gap:12px;padding-top:17px}.showcase-caption p{font-size:.875rem}.showcase-expand{font-size:.6875rem}.showcase-browse{gap:8px}.showcase-controls{padding-top:12px}.tv-detail-media img{border-width:4px}}
@media(prefers-reduced-motion:reduce){.showcase-image{transition:none}}

/* Continuous artwork reel: overlap the images to avoid a dark dip between scenes. */
.showcase-image{transition:none;will-change:transform,opacity;transform-origin:center}.showcase-image.is-underlay{opacity:1;z-index:1}.showcase-image.is-current{z-index:2}.showcase-controls{border-top:0;padding-top:0}.showcase-controls .showcase-toggle{border-color:transparent;padding-left:2px;color:#c4d6cb;font-size:.75rem}.showcase-controls .showcase-toggle:hover{background:transparent;color:#fff}.menu-showcase[data-playing="true"] .showcase-browse{visibility:hidden;pointer-events:none}.showcase-caption{padding-bottom:6px}
@media(prefers-reduced-motion:reduce){.showcase-image{transform:none!important;will-change:auto}}

/* Quiet position indicator only. */
.showcase-caption{padding-bottom:0}.showcase-indicator{display:flex;align-items:center;gap:14px;flex-shrink:0}.showcase-dots{display:flex;align-items:center;gap:5px}.showcase-dots i{display:block;height:4px;width:4px;border-radius:3px;background:#769084;transition:width .5s ease,background .5s ease}.showcase-dots i.is-current{width:17px;background:#7ce3bd}.showcase-count{font-size:.6875rem;color:#a7bfb2}.showcase-caption p{font-size:.875rem}
@media(max-width:640px){.showcase-caption{gap:10px}.showcase-caption p{font-size:.75rem}.showcase-indicator{gap:8px}.showcase-dots{gap:4px}.showcase-count{min-width:42px}}

.tv-faq .tv-gallery-link{display:inline-flex;align-items:center;gap:10px;color:#087553;font-weight:700;text-decoration:underline;text-underline-offset:4px;cursor:default}

/* Everyday business applications */
.business-page{--business-dark:#102b25;--business-muted:#5c6d63}.business-container{max-width:1390px;margin:auto;padding:76px 5.2%}.business-hero{background:var(--business-dark);color:#fff}.business-hero .business-container{padding-top:25px;padding-bottom:70px}.business-back{display:inline-block;font-size:.875rem;color:#b7d4c8;margin-bottom:40px}.business-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.business-hero .eyebrow{font-size:.75rem;letter-spacing:.12em;color:#8bdcbf;margin-bottom:23px}.business-hero h1{font-size:clamp(3.25rem,5.6vw,5.3rem);line-height:1.05;letter-spacing:-.055em;margin-bottom:25px}.business-hero h1>span{color:var(--green)}.business-intro{color:#d1e3d9;font-size:1.125rem;line-height:1.7;max-width:550px;margin-bottom:30px}.business-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.business-actions .button,.business-close .button{border-color:var(--green);font-size:.875rem;gap:20px}.business-text-link{font-size:.875rem;font-weight:700;border-bottom:1px solid #709986;padding-bottom:5px}.business-text-link span{margin-left:10px}.business-hero-note{font-size:.875rem;color:#a8c7b7;margin:25px 0 0}.business-example{background:#fff;color:var(--ink);padding:30px;border-radius:16px;box-shadow:0 22px 55px #0003}.business-example-top{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:.75rem;letter-spacing:.09em;font-weight:700;color:#46705c;margin-bottom:22px}.business-example-tag{font-size:.75rem;letter-spacing:0;font-weight:400;border:1px solid #cadbd1;border-radius:5px;padding:3px 8px;color:#5f7568}.business-example h2{font-size:1.875rem;line-height:1.15;letter-spacing:-.035em;margin-bottom:25px}.business-flow{list-style:none;margin:0;padding:0}.business-flow li{display:flex;gap:17px;position:relative;padding-bottom:27px}.business-flow li:last-child{padding-bottom:0}.business-flow li:not(:last-child):before{content:'';position:absolute;left:19px;top:40px;bottom:0;border-left:1px solid #c6e3d5}.business-flow-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#e7f7ef;color:#087553;font-size:.8125rem;font-weight:700;flex-shrink:0}.business-flow strong{display:block;font-size:1rem;margin:4px 0 5px}.business-flow p{font-size:.875rem;color:#66786d;line-height:1.5;margin:0}.business-example-note{font-size:.75rem;color:#6b7d71;margin:25px 0 0;padding-top:17px;border-top:1px solid #e0e9e4}.business-section-intro{max-width:800px;margin-bottom:50px}.business-page .eyebrow{font-size:.75rem;letter-spacing:.12em}.business-section-intro .eyebrow,.business-approach .eyebrow{color:#087553;margin-bottom:18px}.business-section-intro h2,.business-approach h2{font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.12;margin-bottom:20px}.business-section-intro>p:last-child,.business-approach>div>p:last-child{font-size:1.0625rem;color:var(--business-muted);max-width:620px;line-height:1.7}.business-problem{display:grid;grid-template-columns:1fr 1fr;gap:75px;padding:45px 0;border-top:1px solid #dce5df;align-items:center}.business-problem:last-child{padding-bottom:0}.business-index{display:block;font-size:.75rem;letter-spacing:.1em;color:#087553;font-weight:700;margin-bottom:16px}.business-problem h3{font-size:clamp(1.65rem,2.55vw,2.4rem);line-height:1.15;letter-spacing:-.04em;margin-bottom:18px}.business-problem-copy>p{font-size:1rem;color:#69786e;line-height:1.7;max-width:500px;margin-bottom:18px}.business-problem-copy>.business-solution{color:#234a36;font-weight:700;margin-bottom:0}.business-mini{background:#f3f7f4;border:1px solid #d8e6dd;border-radius:13px;padding:23px;min-width:0}.business-mini-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:1rem;margin-bottom:22px}.business-mini-heading>span{font-size:.75rem;color:#61776a}.business-list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #dce6df;border-radius:7px;padding:17px;margin-top:10px}.business-list-row strong{font-size:.9375rem}.business-list-row small{display:block;font-size:.8125rem;color:#6a7d70;margin-top:4px}.business-status{font-size:.75rem;background:#d9f2e6;color:#166342;border:1px solid #b8dfca;padding:4px 8px;border-radius:5px;white-space:nowrap}.business-status.quiet{background:#f0f3f1;border-color:#d8e2dc;color:#5a6b60}.business-mini-bottom{font-size:.875rem;margin:19px 0 0;color:#617467}.business-invoice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.business-invoice-grid>div{background:#fff;border:1px solid #dce6df;border-radius:8px;padding:17px 12px}.business-invoice-symbol{display:block;font-size:1.5rem;color:#087553;line-height:1;margin-bottom:21px}.business-invoice-grid strong{display:block;font-size:.9375rem}.business-invoice-grid small{display:block;font-size:.8125rem;color:#667b6b;margin-top:6px}.business-job-board{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.business-job-board>div>span{font-size:.875rem;font-weight:700;letter-spacing:.06em;color:#5e7667;display:block;margin-bottom:13px}.business-job-board p{font-size:.875rem;line-height:1.4;font-weight:700;background:#fff;border:1px solid #dce6df;border-top:3px solid #20b787;border-radius:6px;padding:16px 12px;margin:0;min-height:125px}.business-job-board small{display:block;font-size:.8125rem;font-weight:400;color:#6a7d70;margin-top:20px;line-height:1.5}.business-more{background:#eef6f1}.business-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.business-more-grid article{border-top:1px solid #bdd8c8;padding-top:25px}.business-more-grid h3{font-size:1.4rem;line-height:1.25;letter-spacing:-.035em;margin-bottom:17px}.business-more-grid p{font-size:1rem;line-height:1.7;color:#5e7465;margin:0}.business-approach{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:start}.business-approach ol{list-style:none;padding:0;margin:0}.business-approach li{display:flex;gap:20px;padding:20px 0;border-top:1px solid #dce5df}.business-approach li>span{width:33px;height:33px;border-radius:50%;border:1px solid #bdd8c8;display:grid;place-items:center;color:#087553;font-size:.875rem;flex-shrink:0}.business-approach h3{font-size:1.125rem;margin:3px 0 9px}.business-approach li p{font-size:.9375rem;color:#697b6e;margin:0}.business-close{background:var(--business-dark);color:#fff}.business-close .business-container{display:flex;justify-content:space-between;align-items:center;gap:45px}.business-close .eyebrow{color:#8bdcbf}.business-close h2{font-size:clamp(2.25rem,3.6vw,3.6rem);max-width:770px;line-height:1.1;margin-bottom:25px}.business-close h2 span{color:var(--green)}.business-close p:last-child{font-size:1.0625rem;color:#bdd7c9;max-width:530px;margin:0}.business-close .button{white-space:nowrap;flex-shrink:0}.business-page [id]{scroll-margin-top:35px}
@media(max-width:1050px){.business-hero-grid{gap:30px}.business-hero h1{font-size:3.8rem}.business-example{padding:25px}.business-problem,.business-approach{gap:40px}.business-job-board{gap:8px}.business-job-board p{padding:12px 9px}.business-mini{padding:19px}.business-more-grid{gap:25px}.business-close .business-container{align-items:start;flex-direction:column;gap:30px}}
@media(max-width:800px){.business-hero-grid,.business-problem,.business-approach{grid-template-columns:1fr}.business-hero-grid{gap:40px}.business-hero h1{font-size:clamp(3.2rem,8vw,4.5rem)}.business-example{max-width:620px;width:100%}.business-problem{gap:27px}.business-problem-copy>p{max-width:100%}.business-problem h3{font-size:2rem}.business-mini{max-width:670px;width:100%}.business-more-grid{grid-template-columns:1fr;gap:30px}.business-more-grid h3 br{display:none}.business-approach{gap:25px}}
@media(max-width:520px){.business-container{padding:50px 6%}.business-hero .business-container{padding:20px 6% 48px}.business-back{margin-bottom:30px}.business-hero .eyebrow{font-size:.75rem;letter-spacing:.06em}.business-intro{font-size:1.0625rem}.business-example{padding:23px 20px}.business-example-top{font-size:.75rem;letter-spacing:.04em}.business-example h2{font-size:1.6rem}.business-actions .button{font-size:.8125rem;padding:16px 18px;gap:15px}.business-section-intro{margin-bottom:35px}.business-problem{padding-top:32px;padding-bottom:32px}.business-mini{padding:17px}.business-mini-heading{font-size:.9375rem}.business-list-row{padding:13px}.business-invoice-grid,.business-job-board{gap:7px}.business-invoice-grid>div{padding:14px 9px}.business-invoice-grid strong{font-size:.875rem}.business-invoice-grid small{font-size:.75rem}.business-job-board>div>span{font-size:.75rem;letter-spacing:0}.business-job-board p{font-size:.8125rem;min-height:145px}.business-job-board small{font-size:.75rem}.business-problem h3{font-size:1.7rem}.business-hero-note{font-size:.8125rem}.business-close .button{font-size:.875rem}.business-close .eyebrow{font-size:.75rem}}

.catalogue-card .capacity-status{display:inline-block;align-self:flex-start;font-size:.875rem;font-weight:700;line-height:1.4;color:#704710;background:#fff2d6;border:1px solid #e7ce9b;border-radius:6px;padding:6px 10px;margin:0 0 14px;max-width:100%}
.cookie-notice{position:fixed;z-index:10000;bottom:20px;left:20px;right:20px;max-width:720px;margin:auto;background:#fff;color:#191b18;border:1px solid #d6dcd8;border-radius:16px;box-shadow:0 10px 60px #0004;padding:24px;display:flex;align-items:center;gap:24px}.cookie-notice[hidden]{display:none}.cookie-notice h2{font-size:1.25rem;letter-spacing:-.025em;line-height:1.3;margin:0 0 10px}.cookie-notice p{font-size:1rem;line-height:1.5;margin:0 0 10px;color:#4d5751}.cookie-notice a{font-size:.9375rem;color:#087553;text-decoration:underline}.cookie-notice>button{background:#191b18;color:#fff;border:1px solid #191b18;border-radius:8px;font-weight:700;padding:12px 22px;white-space:nowrap;cursor:pointer}.cookie-notice-link{border:0;padding:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;text-decoration:underline;text-underline-offset:3px}@media(max-width:520px){.cookie-notice{left:12px;right:12px;bottom:12px;padding:20px;flex-direction:column;align-items:stretch;gap:16px;max-height:85vh;overflow:auto}}
