:root{--black:#191919;--white:#fff;--off:#f7f7f7;--border:#ddd;--muted:#707070;--blue:#0b5cff;--radius:18px;--shell:min(1400px,calc(100% - 40px))}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--off);color:var(--black);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.skip-link{position:fixed;z-index:100;left:16px;top:-80px;background:#fff;padding:12px 18px;border-radius:8px}.skip-link:focus{top:16px}.shell{width:var(--shell);margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;padding:14px 0;background:color-mix(in srgb,var(--off) 90%,transparent);backdrop-filter:blur(14px)}.nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:8px 10px 8px 20px;background:#fff;border:1px solid var(--border);border-radius:14px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;text-decoration:none;letter-spacing:-.03em}.brand>span:first-child{display:grid;place-items:center;width:32px;height:32px;border-radius:7px;background:var(--black);color:#fff;font-size:22px}.nav-menu{display:flex;align-items:center;gap:30px}.nav-menu>a:not(.button){font-size:14px;text-decoration:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:48px;padding:0 20px;border-radius:8px;text-decoration:none;font-weight:650;font-size:14px}.button-dark{background:var(--black);color:#fff}.button-light{background:#fff;color:#111}.menu-toggle{display:none;border:0;background:none;padding:12px}.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;margin:5px;background:#111}
.hero{padding-bottom:20px}.hero-media{position:relative;min-height:clamp(620px,75vh,860px);overflow:hidden;border-radius:var(--radius);background:#000}.hero-image-placeholder{position:absolute;inset:0;background-color:#252525;background-image:linear-gradient(120deg,rgba(0,0,0,.15),rgba(0,0,0,.6)),repeating-linear-gradient(135deg,#262626 0,#262626 1px,#202020 1px,#202020 32px);background-position:center;background-size:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.28) 65%,rgba(0,0,0,.1)),linear-gradient(0deg,rgba(0,0,0,.5),transparent 50%);pointer-events:none}.hero-copy{position:absolute;z-index:1;left:clamp(24px,7vw,100px);bottom:clamp(40px,8vw,100px);max-width:850px;color:#fff}.hero h1{max-width:900px;margin:0;font-size:clamp(44px,6vw,88px);line-height:.98;letter-spacing:-.06em}.hero-copy>p:not(.eyebrow){max-width:700px;margin:26px 0;color:#ddd;font-size:clamp(17px,2vw,21px)}.actions{display:flex;align-items:center;gap:28px}.text-link{font-size:14px;font-weight:650;text-decoration:none}.light{color:#fff}
.section{padding:clamp(80px,10vw,150px) 0}.section-dark{background:var(--black);color:#fff}.section-heading{max-width:950px;margin-bottom:60px}.solutions-heading{max-width:1200px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading h2{margin:0;font-size:clamp(38px,5vw,72px);line-height:1.05;letter-spacing:-.055em}.section-heading>p:last-child{max-width:680px;margin:24px auto 0;color:var(--muted);font-size:18px}.eyebrow{display:inline-block;margin:0 0 24px;padding:7px 12px;border:1px solid #aaa;border-radius:4px;color:var(--muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.eyebrow.light{color:#ddd;border-color:#777}
.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #3b3b3b;border-radius:var(--radius);overflow:hidden}.solution-grid article{min-height:330px;padding:40px;border-right:1px solid #3b3b3b;border-bottom:1px solid #3b3b3b;display:flex;flex-direction:column}.solution-grid article:nth-child(2n){border-right:0}.solution-grid article:nth-last-child(-n+2){border-bottom:0}.solution-grid article>span{color:#888;font-size:13px}.solution-grid h3{font-size:clamp(25px,3vw,40px);letter-spacing:-.04em;margin:60px 0 10px}.solution-grid p{max-width:560px;color:#aaa;margin:0 0 30px}.solution-grid b{margin-top:auto}.product-cloud{display:flex;flex-wrap:wrap;gap:12px}.product-cloud span{padding:18px 24px;border:1px solid var(--border);border-radius:999px;background:#fff;font-weight:650;font-size:clamp(16px,2vw,22px)}.process{max-width:1100px;margin:0 auto;padding:0;list-style:none;border:1px solid #3b3b3b;border-radius:var(--radius);overflow:hidden}.process li{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:32px;border-bottom:1px solid #3b3b3b}.process li:last-child{border:0}.process li>span{color:#888}.process h3{margin:0;font-size:30px}.process p{margin:7px 0 0;color:#aaa}
.contact-section{background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.contact-card{min-height:150px;padding:26px;display:grid;grid-template-columns:52px 1fr auto;gap:20px;align-items:center;border-radius:14px;text-decoration:none;border:1px solid var(--border);transition:transform .2s ease,box-shadow .2s ease}.contact-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.contact-card svg{width:42px;height:42px;fill:currentColor;stroke:currentColor;stroke-width:2}.contact-card span{display:flex;flex-direction:column;gap:4px}.contact-card small{opacity:.72}.contact-card strong{font-size:clamp(20px,2.5vw,28px)}.contact-card>b{font-size:22px}.slack{background:#191919;color:#fff;border-color:#333}.zoom{background:var(--blue);color:#fff;border-color:var(--blue)}.calendly{color:#006bff;border:2px solid #006bff}.calendly svg,.support svg{fill:none}.support{color:#111;border:2px solid #111}
.tally-section{padding:100px 0;background:#fff}.tally-shell{overflow:hidden}.tally-section iframe{display:block;max-width:100%;border:0}
.climate-section{padding:50px 0;background:#fff;overflow:hidden}.climate-banner{display:block;width:100%;overflow:hidden;background:#8d123d;color:#fff;text-decoration:none}.climate-track{display:flex;width:max-content;min-width:200%;animation:climate-scroll 24s linear infinite;will-change:transform}.climate-item{min-height:64px;display:flex;align-items:center;gap:18px;padding:0 48px;font-size:15px;white-space:nowrap}.climate-item strong{font-weight:500}.climate-item b{color:#d98aa8;font-weight:700}.climate-item i{color:#d98aa8;font-style:normal}.climate-banner:hover .climate-track,.climate-banner:focus-visible .climate-track{animation-play-state:paused}@keyframes climate-scroll{to{transform:translateX(-50%)}}
.stories-section{background:var(--off)}.stories-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.story-card{min-height:620px;padding:32px;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--border)}.story-card:last-child{border-right:0}.story-card-dark{background:var(--black);color:#fff;border-color:#333}.story-number{color:var(--muted);font-size:13px}.story-content{margin-top:70px}.story-label{margin:0 0 14px;color:var(--muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.story-card h3{margin:0;font-size:clamp(30px,3vw,44px);line-height:1;letter-spacing:-.05em}.story-subtitle{min-height:54px;margin:14px 0 34px;color:var(--muted);font-size:15px}.story-lead{font-size:18px;line-height:1.5}.story-content>p:last-child{color:var(--muted);font-size:15px;line-height:1.65}.story-link{display:flex;justify-content:space-between;gap:20px;margin-top:auto;padding-top:24px;border-top:1px solid var(--border);font-size:14px;font-weight:700;text-decoration:none}.story-card-dark .story-link{border-color:#444}.story-link:hover{text-decoration:underline;text-underline-offset:4px}
.offices-section{background:#fff;text-align:center}.offices-shell{display:flex;flex-direction:column;align-items:center}.office-globe{width:72px;height:72px;margin-bottom:32px;color:var(--black)}.office-globe svg{display:block;width:100%;height:100%}.offices-heading{max-width:1000px}.offices-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-align:center}.office-card{min-height:280px;padding:42px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--off);border-right:1px solid var(--border)}.office-card:last-child{border-right:0}.office-card-dark{background:var(--black);color:#fff;border-color:#333}.office-card svg{width:38px;height:38px;margin-bottom:28px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.office-card p{margin:0 0 12px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.office-card h3{max-width:300px;margin:0;font-size:clamp(24px,2.5vw,34px);line-height:1.1;letter-spacing:-.04em}
.footer{background:#191919;color:#aaa;border-top:1px solid #333}.footer-top{min-height:160px;display:flex;align-items:center;gap:28px;border-bottom:1px solid #3b3b3b}.footer-brand{color:#fff}.footer-top p{margin-right:auto}.footer-nav{padding:60px 0;display:grid;gap:50px}.footer-nav section{display:grid;grid-template-columns:180px 1fr}.footer-nav h2{margin:0;color:#777;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.footer-nav section>div{display:flex;flex-wrap:wrap;gap:14px 28px}.footer-nav span{color:#bbb;font-size:14px}.mt-mascot{display:flex;flex-direction:column;align-items:center;gap:12px;padding:30px 0 42px}.mt-mascot svg{max-width:100%;height:auto}.mt-mascot a{color:#fff;font-size:12px;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.paw-wave{transform-origin:144px 100px;animation:paw-wave 1.1s ease-in-out infinite}@keyframes paw-wave{50%{transform:rotate(25deg)}}.footer-bottom{min-height:80px;border-top:1px solid #3b3b3b;display:flex;align-items:center;justify-content:flex-start;font-size:13px}.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}:focus-visible{outline:3px solid #ffcf4a;outline-offset:4px}
@media(max-width:900px){.menu-toggle{display:block}.nav-menu{display:none;position:absolute;top:90px;left:20px;right:20px;flex-direction:column;align-items:stretch;gap:0;padding:10px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 14px 40px rgba(0,0,0,.12)}.nav-menu.open{display:flex}.nav-menu>a:not(.button){padding:16px}.nav-cta{margin-top:8px}.hero-media{min-height:680px}.contact-grid{grid-template-columns:1fr}}
@media(max-width:1100px){.stories-grid{grid-template-columns:1fr}.story-card{min-height:auto;border-right:0;border-bottom:1px solid var(--border)}.story-card:last-child{border-bottom:0}.story-content{margin-top:42px}.story-subtitle{min-height:0}.story-link{margin-top:50px}}
@media(max-width:800px){.offices-grid{grid-template-columns:1fr}.office-card{min-height:220px;border-right:0;border-bottom:1px solid var(--border)}.office-card:last-child{border-bottom:0}}
@media(max-width:767px){.climate-section{display:none}}
@media(max-width:640px){:root{--shell:min(100% - 24px,1400px)}.site-header{padding:8px 0}.nav{min-height:58px;padding-left:12px}.brand>span:last-child{font-size:14px}.brand>span:first-child{width:30px;height:30px}.hero-media{min-height:650px}.hero-copy{left:22px;right:22px;bottom:30px}.hero h1{font-size:42px}.actions{align-items:flex-start;flex-direction:column;gap:18px}.section{padding:80px 0}.solution-grid{grid-template-columns:1fr}.solution-grid article{min-height:290px;border-right:0!important;border-bottom:1px solid #3b3b3b!important;padding:28px}.solution-grid article:last-child{border-bottom:0!important}.solution-grid h3{margin-top:40px}.process li{grid-template-columns:50px 1fr;padding:24px 20px}.contact-card{min-height:130px;grid-template-columns:42px 1fr auto;padding:20px;gap:14px}.contact-card svg{width:34px;height:34px}.footer-top{align-items:flex-start;flex-direction:column;padding:40px 0}.footer-top p{margin:0}.footer-nav section{grid-template-columns:1fr;gap:20px}.footer-nav section>div{flex-direction:column;gap:10px}.footer-bottom{justify-content:center;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.process li{grid-template-columns:1fr}.contact-card{min-height:105px;padding:18px;grid-template-columns:36px 1fr auto;gap:14px}.contact-card svg{width:30px;height:30px}.contact-card strong{font-size:clamp(17px,1.75vw,20px)}.contact-card>b{font-size:18px}@media(max-width:640px){.contact-card{min-height:96px;padding:14px;grid-template-columns:32px 1fr auto;gap:11px}.contact-card svg{width:28px;height:28px}.contact-card small{font-size:11px}}
.legal-main{min-height:62vh;padding:clamp(80px,10vw,150px) 0}.legal-panel{padding:clamp(30px,6vw,72px);background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.legal-panel h1{max-width:950px;margin:0 0 46px;font-size:clamp(46px,7vw,92px);line-height:.98;letter-spacing:-.06em}.legal-copy{max-width:780px;padding-top:30px;border-top:1px solid var(--border)}.legal-copy p{margin:0 0 16px;color:var(--muted);font-size:clamp(16px,2vw,19px)}.footer-nav a{color:#bbb;font-size:14px;text-decoration:none}.footer-nav a:hover{color:#fff}
.legal-document p{line-height:1.75}.legal-document a{color:var(--black);text-underline-offset:3px}.legal-document ul{margin:0 0 24px;padding-left:24px;color:var(--muted)}.legal-document li{margin:8px 0;line-height:1.65}.legal-document address{margin:0 0 24px;color:var(--muted);font-style:normal;line-height:1.75}.legal-document .legal-updated{color:var(--black);font-weight:700}
.legal-document h2{margin:52px 0 18px;font-size:clamp(25px,3vw,36px);line-height:1.15;letter-spacing:-.035em}.legal-document h3{margin:40px 0 14px;font-size:clamp(20px,2.4vw,28px);line-height:1.2;letter-spacing:-.025em}
.error-main{min-height:70vh;padding:clamp(70px,10vw,150px) 0}.error-panel{overflow:hidden;padding:clamp(30px,6vw,72px);background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.error-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:end;gap:clamp(40px,8vw,120px)}.error-panel h1{max-width:760px;margin:0 0 28px;font-size:clamp(52px,8vw,112px);line-height:.92;letter-spacing:-.065em}.error-panel p:not(.eyebrow){max-width:650px;margin:0;color:var(--muted);font-size:clamp(17px,2vw,21px)}.error-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.error-code{color:var(--off);font-size:clamp(130px,25vw,360px);font-weight:800;line-height:.7;letter-spacing:-.09em;text-align:right}.error-actions .text-link{font-weight:700;text-decoration:none}
@media(max-width:760px){.error-grid{grid-template-columns:1fr}.error-code{order:-1;font-size:clamp(110px,40vw,190px);text-align:left}.error-actions{align-items:flex-start;flex-direction:column;gap:20px}.error-actions .button{width:100%}}
