:root{--paper:#fafaf8;--white:#fff;--ink:#202a31;--muted:#616a70;--orange:#f76318;--orange-dark:#b43b08;--line:#dfe2df;--pale:#fff0e6;font-family:'Segoe UI',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:600}h1,h2{letter-spacing:-.055em;line-height:1.06}p{line-height:1.7}button:focus-visible,a:focus-visible{outline:3px solid #1265a0;outline-offset:5px}.container{width:min(1240px,calc(100% - 112px));margin-inline:auto}
.site-header{background:rgba(250,250,248,.97);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.header-inner{height:90px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:13px;font-size:25px;letter-spacing:-1px;white-space:nowrap}.brand b{color:var(--orange);font-weight:650}.brand-mark{position:relative;width:30px;height:33px;display:block}.brand-mark i{position:absolute;width:12px;height:12px;background:var(--orange);box-shadow:inset -3px -3px 0 #d8460a}.brand-mark i:nth-child(1){left:0;top:0}.brand-mark i:nth-child(2){left:9px;top:10px}.brand-mark i:nth-child(3){left:18px;top:20px}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500}nav a:not(.nav-contact):hover{color:var(--orange-dark)}.nav-contact{padding:11px 18px;border:1px solid var(--ink);border-radius:5px;display:flex;gap:24px}.nav-contact:hover{background:var(--ink);color:white}
.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;padding-block:76px 90px;align-items:center}.hello{display:flex;gap:10px;align-items:center;font-size:18px;margin-bottom:25px}.hello>span{width:9px;height:9px;background:var(--orange);border-radius:50%}h1{font-size:clamp(48px,5.3vw,76px);margin-bottom:28px}.hero-description{max-width:470px;font-size:18px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:16px 22px;border-radius:5px;font-size:14px;font-weight:600;min-height:50px}.button span{font-size:20px;line-height:1}.primary{background:var(--orange);color:#191f24}.primary:hover{background:#ff843f}.dark{background:var(--ink);color:var(--white)}.dark:hover{background:#384751}.text-link{font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:4px;line-height:1.6}.text-link:hover{color:var(--orange-dark)}.hero-note{font-size:12px;color:var(--muted);margin-top:30px}.portrait{position:relative;margin:0 0 0 8px;border-radius:95px 8px 8px 8px;background:#dbe0d5;isolation:isolate}.portrait:before{content:'';position:absolute;right:-14px;top:34px;width:8px;height:95px;background:var(--orange);border-radius:2px}.portrait>img{width:100%;height:505px;object-fit:cover;object-position:52% 45%;border-radius:inherit}.portrait figcaption{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:end;justify-content:space-between;padding:48px 26px 24px;background:linear-gradient(transparent,rgba(15,24,28,.87));color:white;border-radius:0 0 8px 8px}.portrait strong{display:block;font-size:18px;font-weight:600}.portrait figcaption span span{display:block;font-size:12px;margin-top:5px;color:#e2e5e6}.portrait-symbol{font-size:45px;font-weight:500;letter-spacing:-5px;line-height:1}
.section{padding-block:82px}.work{border-top:1px solid var(--line)}.section-intro{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:42px}.section-kicker{font-size:13px;font-weight:600;color:var(--orange-dark);margin-bottom:15px}h2{font-size:clamp(35px,3.5vw,50px)}.section-intro>p{max-width:340px;font-size:16px;color:var(--muted);padding-bottom:3px}.projects{display:grid;grid-template-columns:1fr 1fr;gap:32px}.project-image{position:relative;display:block;width:100%;aspect-ratio:1.4;border:0;padding:22px;overflow:hidden;border-radius:8px}.ben-preview{background:#dedee6}.tfin-preview{background:#e1e8e9}.project-image>img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:3px;box-shadow:0 12px 22px #17202425;transition:transform .3s}.project-image:hover>img{transform:translateY(-4px)}.preview-label{position:absolute;bottom:34px;right:34px;background:white;color:var(--ink);padding:10px 13px;border-radius:4px;font-size:12px;display:flex;gap:18px;box-shadow:0 3px 12px #0002}.project-heading{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-top:24px;margin-bottom:13px}.project-heading h3{font-size:22px;letter-spacing:-.6px}.project-heading>span{font-size:12px;color:var(--muted);white-space:nowrap}.project>p{font-size:15px;color:var(--muted);max-width:550px}.project-tags{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px;font-size:11px;font-weight:500;color:#515b61}.project-tags a{color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.dashboard-section{background:#edf1ee;padding-block:85px}.dashboard-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:76px;align-items:center}.dashboard-copy>p:not(.section-kicker){font-size:16px;color:var(--muted);margin-top:23px}.feature-list{list-style:none;padding:0;margin:22px 0 30px;font-size:14px;line-height:2.2}.feature-list li:before{content:'✓';color:#59735e;margin-right:12px}.dashboard-demo{background:white;padding:24px;border-radius:10px;box-shadow:0 18px 50px #2236270d;border:1px solid #dfe5df}.dashboard-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ece9;padding-bottom:18px;gap:10px}.dashboard-brand{font-size:13px;font-weight:600;display:flex;gap:8px;align-items:center}.dashboard-brand>span{color:var(--orange-dark);font-size:22px}.demo-label{font-size:10px;padding:5px 8px;border-radius:4px;background:#f0f3ef;color:#546655}.dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;margin-block:24px;gap:10px}.dashboard-toolbar h3{font-size:18px;letter-spacing:-.3px}.period-switch{display:flex;background:#f0f2ef;padding:3px;border-radius:5px}.period-switch button{border:0;background:transparent;font-size:10px;padding:8px 9px;border-radius:3px;min-height:32px}.period-switch [aria-pressed=true]{background:#fff;box-shadow:0 1px 4px #0001;font-weight:600}.dashboard-metrics{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;padding-bottom:26px}.dashboard-metrics span{display:block;color:var(--muted);font-size:11px;margin-bottom:6px}.dashboard-metrics strong{font-size:26px;letter-spacing:-1px;font-weight:600}.chart-heading{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);margin-bottom:14px;gap:10px}.chart-heading>span:first-child{color:var(--ink);font-weight:500}.bar-chart{height:145px;display:flex;gap:15px;padding:5px 4px 20px;background:repeating-linear-gradient(to top,transparent 0,transparent 38px,#ecefeb 39px,#ecefeb 40px);margin-bottom:30px}.bar-chart>div{flex:1;position:relative;display:flex;align-items:end;justify-content:center;min-width:0}.bar-chart i{display:block;width:76%;height:var(--height);background:#f4b491;border-radius:3px 3px 0 0;transition:height .25s}.bar-chart>div:nth-child(5) i{background:var(--orange)}.bar-chart span{position:absolute;bottom:-23px;font-size:10px;color:var(--muted);white-space:nowrap}.dashboard-bottom{display:flex;justify-content:space-between;gap:10px;font-size:10px;margin:15px 0 9px}.dashboard-bottom strong{font-weight:500}.goal-track{height:5px;background:#eef0ed;border-radius:4px;overflow:hidden}.goal-track span{display:block;height:100%;background:#617e65;transition:width .25s}.demo-note{margin-top:17px;font-size:10px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:70px}.service-icon{display:grid;place-items:center;width:42px;height:42px;background:var(--pale);color:var(--orange-dark);border-radius:9px;font-size:23px;margin-bottom:20px}.service-grid h3{font-size:20px;margin-bottom:13px;letter-spacing:-.5px}.service-grid p{font-size:15px;color:var(--muted)}.payments{background:var(--pale);padding:48px 54px;border-radius:9px;display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center}.payments h3{font-size:36px;letter-spacing:-1.5px;line-height:1.1}.payments-copy>p:not(.section-kicker){font-size:15px;color:#5e5c56;margin:20px 0 24px;max-width:440px}.payments-partners{display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid #e8cdbd;padding-block:20px}.partner-label{font-size:12px;color:#685e57;margin-bottom:18px}.partner-name{font-size:34px;font-weight:600;letter-spacing:-1.5px}.partner-divider{font-size:18px;color:#9b7057;margin-block:8px}.fiserv{font-size:45px;color:#c94b09;letter-spacing:-2px}.payments-partners>p{font-size:11px;color:#685e57;margin-top:18px}
.about-section{border-block:1px solid var(--line);padding-block:80px}.about-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:90px}.about-layout h2{margin-bottom:28px}.about-copy p{font-size:16px;color:var(--muted);margin-bottom:20px;max-width:570px}.about-copy .about-lead{font-size:22px;line-height:1.5;color:var(--ink)}.signature{font-size:32px;font-style:italic;letter-spacing:-2px;margin-top:30px}.signature span{display:block;font-size:12px;font-style:normal;letter-spacing:0;color:var(--muted);margin-top:5px}.contact{text-align:center;padding-block:85px 75px}.contact h2{font-size:64px}.contact>p:not(.section-kicker){max-width:445px;margin:23px auto 0;color:var(--muted);font-size:16px}.contact-actions{display:flex;justify-content:center;align-items:center;gap:30px;margin:28px 0 20px}.contact-email{font-size:12px;color:var(--muted);overflow-wrap:anywhere}.site-footer{border-top:1px solid var(--line);background:white}.brand-banner{width:100%;height:auto;max-height:255px;object-fit:contain}.footer-bottom{border-top:1px solid var(--line);padding-block:23px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}.footer-bottom>div{display:flex;gap:25px}.skip-link{position:fixed;top:-70px;left:10px;z-index:100;background:white;padding:15px}.skip-link:focus{top:10px}
dialog{border:1px solid var(--line);border-radius:10px;padding:20px;width:min(1100px,calc(100% - 32px));max-height:90vh;background:var(--paper);color:var(--ink)}dialog::backdrop{background:#18242ac9}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.dialog-heading h2{font-size:23px;letter-spacing:-.7px}.close-dialog{width:44px;height:44px;border:1px solid var(--line);border-radius:5px;background:white;font-size:19px}dialog>img{width:100%;height:auto}dialog>p{margin-top:14px;font-size:14px;color:var(--muted)}body:has(dialog[open]){overflow:hidden}
@media(min-width:1450px){.hero{gap:95px}.portrait>img{height:530px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.hero{gap:38px;padding-block:60px}.hero-actions{gap:20px;flex-wrap:wrap}.portrait>img{height:470px}.dashboard-layout{gap:35px;grid-template-columns:1fr 1.1fr}.dashboard-demo{padding:20px}.dashboard-toolbar{align-items:start;flex-direction:column}.project-heading{align-items:start;flex-direction:column;gap:7px}.payments{gap:35px;padding:38px}.about-layout{gap:50px}.project-image{padding:15px}}
@media(max-width:760px){html{scroll-padding-top:95px}.container{width:calc(100% - 40px)}.header-inner{height:76px}.brand{font-size:21px;gap:8px}.brand-mark{transform:scale(.8);transform-origin:left center;width:25px}nav{gap:17px;font-size:12px}nav>a:nth-child(2),nav>a:nth-child(3){display:none}.nav-contact{padding:9px 11px;gap:8px}.hero{grid-template-columns:1fr;padding-block:42px 50px;gap:34px}.hello{font-size:16px;margin-bottom:20px}h1{font-size:clamp(43px,8.5vw,65px);margin-bottom:22px;letter-spacing:-.055em}.hero-description{font-size:16px;max-width:490px}.hero-actions{margin-top:25px;gap:24px}.hero-note{margin-top:22px;font-size:11px}.portrait{margin-left:0;width:100%;border-radius:65px 6px 6px 6px}.portrait>img{height:410px;object-position:center 35%}.portrait:before{right:-8px;width:5px}.section{padding-block:52px}.section-intro{display:block;margin-bottom:30px}.section-intro>p{margin-top:20px;max-width:440px;font-size:15px}h2{font-size:38px}.projects{grid-template-columns:1fr;gap:38px}.project-image{aspect-ratio:1.4;padding:18px}.project-heading{flex-direction:row;align-items:baseline}.project-heading h3{font-size:20px}.project-heading>span{font-size:10px}.project-tags{gap:12px;font-size:10px}.dashboard-section{padding-block:50px}.dashboard-layout{grid-template-columns:1fr;gap:35px}.dashboard-copy>p:not(.section-kicker){font-size:15px}.dashboard-toolbar{flex-direction:row;align-items:center}.dashboard-toolbar h3{font-size:16px}.dashboard-metrics strong{font-size:25px}.bar-chart{gap:10px}.service-grid{grid-template-columns:1fr;gap:30px;margin-bottom:38px}.service-grid article{padding-left:64px;position:relative}.service-icon{position:absolute;left:0;top:0}.service-grid h3{font-size:20px;margin-bottom:9px}.service-grid p{max-width:500px}.payments{padding:28px;grid-template-columns:1fr;gap:30px}.payments h3{font-size:32px}.payments-partners{border-left:0;border-top:1px solid #e8cdbd;padding-top:26px}.partner-name{font-size:31px}.fiserv{font-size:39px}.about-section{padding-block:50px}.about-layout{grid-template-columns:1fr;gap:35px}.about-copy .about-lead{font-size:20px}.about-copy p{font-size:15px}.contact h2{font-size:52px}.contact-actions{gap:24px}.contact-email{font-size:11px}.brand-banner{min-height:120px;object-fit:contain}.footer-bottom{font-size:10px;flex-direction:column;gap:15px}.footer-bottom>div{gap:25px}.preview-label{bottom:28px;right:28px}}
@media(max-width:370px){.container{width:calc(100% - 32px)}nav{gap:12px}.brand{font-size:19px}.nav-contact span{display:none}h1{font-size:40px}.hero-actions{gap:19px}.hero-actions .text-link{font-size:12px}.dashboard-demo{padding:15px}.dashboard-toolbar{flex-direction:column;align-items:start}.project-heading{flex-direction:column}.dashboard-metrics strong{font-size:23px}}
/* ACS identity: dimensional blocks, with the portfolio reserved for Work. */
.hero-scene{position:relative;overflow:hidden;isolation:isolate;background:#fafaf8}
.hero-circuit{position:absolute;inset:0;width:100%;height:100%;z-index:-1;pointer-events:none;opacity:.35;mask-image:linear-gradient(to bottom,#000,transparent 32%,transparent 75%,#000)}
.circuit-traces{stroke:#e0bfa8;stroke-width:1}.circuit-signals{stroke:#f76318;stroke-width:2;stroke-dasharray:24 1600;animation:signal-travel 18s linear infinite}.circuit-signals path:nth-child(2){stroke-dasharray:15 830}.circuit-signals path:nth-child(3){stroke-dasharray:10 490}.circuit-signals path:nth-child(4){stroke-dasharray:20 1300}
@keyframes signal-travel{from{stroke-dashoffset:1650}to{stroke-dashoffset:0}}
.hero-scene .hero{position:relative;grid-template-columns:1.12fr 1fr;gap:35px;min-height:650px;padding-block:65px 75px}.hero-scene h1{font-size:clamp(43px,4.35vw,63px);line-height:1.1;letter-spacing:-.052em;max-width:650px}.hero-scene .hero-description{font-size:17px;max-width:465px;line-height:1.75}.hero-scene .hello{font-size:13px;margin-bottom:31px;color:#526159}.hero-personal{font-size:14px;color:#616a70;max-width:415px;margin-top:16px;line-height:1.7}.hero-work-link{display:inline-flex;align-items:center;gap:36px;font-size:14px;font-weight:600;margin-top:29px;padding-block:10px;border-bottom:1px solid #9ca5a4}.work-link-arrow{font-size:24px;font-weight:400;transition:transform .25s}.hero-work-link:hover .work-link-arrow{transform:translateY(5px)}
.hero-identity{min-width:0;position:relative}.acs-sculpture{width:100%;height:auto;display:block;overflow:visible}.sculpture-labels{font:13px 'Segoe UI',sans-serif;letter-spacing:.2px}.sculpture-cube text{font:500 68px 'Segoe UI',sans-serif;fill:#fff}.sculpture-cube{animation:sculpture-drift 11s ease-in-out infinite}.sculpture-c{animation-delay:-3.5s}.sculpture-s{animation-delay:-7s}
@keyframes sculpture-drift{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.motion-toggle{display:flex;align-items:center;gap:7px;border:0;background:transparent;font-size:10px;color:#616c67;padding:10px 0;margin:0 0 0 auto;visibility:hidden}.js-motion .motion-toggle{visibility:visible}.motion-toggle>span:first-child{font-size:15px}.hero-scene.motion-paused .circuit-signals,.hero-scene.motion-idle .circuit-signals,.hero-scene.motion-paused .sculpture-cube,.hero-scene.motion-idle .sculpture-cube{animation-play-state:paused}
.about-layout{grid-template-columns:.85fr 1.15fr;align-items:center;gap:85px}.about-layout .portrait{margin:0;max-width:470px;border-radius:60px 7px 7px 7px}.about-layout .portrait>img{height:530px}.about-copy h2{font-size:43px;margin-bottom:24px}.about-copy .section-kicker{font-size:13px;color:var(--orange-dark)}
@media(max-width:1100px){.hero-scene .hero{gap:20px;min-height:580px;padding-block:65px}.hero-scene h1{font-size:clamp(39px,4.5vw,49px)}.about-layout{gap:50px}.about-copy h2{font-size:37px}}
@media(max-width:760px){.hero-scene .hero{grid-template-columns:1fr;gap:8px;padding-block:42px 28px}.hero-scene h1{font-size:clamp(36px,7.9vw,56px);max-width:600px}.hero-scene .hero-description{font-size:16px}.hero-scene .hello{margin-bottom:23px}.hero-personal{font-size:13px}.hero-work-link{margin-top:19px}.hero-identity{width:100%;max-width:440px;margin:0 auto}.acs-sculpture{max-height:330px}.sculpture-labels{font-size:17px}.motion-toggle{margin-top:-12px}.about-layout{grid-template-columns:1fr;gap:38px}.about-layout .portrait{max-width:100%}.about-layout .portrait>img{height:410px}.about-copy h2{font-size:37px}.hero-circuit{opacity:.25}}
@media(max-width:370px){.hero-scene h1{font-size:32px}.acs-sculpture{max-height:280px}}
@media(prefers-reduced-motion:reduce){.motion-toggle{display:none}}
/* Project windows: real full-page captures, scrolled on deliberate interaction. */
.project-image{padding:26px 22px 52px;aspect-ratio:1.35;perspective:1100px;text-align:left;background:linear-gradient(140deg,#eae9f0,#d8d9e4)}
.tfin-preview{background:linear-gradient(140deg,#e6eeed,#d3dfe0)}
.browser-frame{display:flex;flex-direction:column;width:100%;height:100%;border-radius:7px;overflow:hidden;box-shadow:0 16px 25px #14232a20;border:1px solid #ffffff70;transition:transform .45s,box-shadow .45s;background:white}
.browser-chrome{display:flex;align-items:center;justify-content:space-between;gap:12px;height:29px;flex-shrink:0;padding:0 12px;background:#f7f8fa;color:#626970;font-size:9px;letter-spacing:.1px;border-bottom:1px solid #e2e5e8}
.browser-dots{display:flex;gap:4px}.browser-dots i{display:block;width:5px;height:5px;border-radius:50%;background:#bec3c9}.browser-dots i:first-child{background:#e4a397}.browser-dots i:nth-child(2){background:#e6c58e}.browser-dots i:nth-child(3){background:#a8bea9}
.browser-viewport{display:block;flex:1;min-height:0;overflow:hidden;background:#111}
.browser-viewport img{width:100%;height:100%;object-fit:cover;object-position:50% 0%;transition:object-position .8s ease-out}
.project-image .preview-label{bottom:15px;right:22px;left:22px;justify-content:space-between;background:none;box-shadow:none;padding:0;font-size:11px;color:#414b56}
.preview-touch{display:none}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.project-image:hover .browser-frame{transform:rotateX(2deg) translateY(-4px);box-shadow:0 22px 30px #14232a2c}.project-image:hover .browser-viewport img,.project-image:focus-visible .browser-viewport img{object-position:50% 55%;transition:object-position 9s linear}.tfin-preview:hover .browser-viewport img,.tfin-preview:focus-visible .browser-viewport img{object-position:50% 100%;transition-duration:7s}}
@media(hover:none){.preview-desktop{display:none}.preview-touch{display:inline}}
.dialog-heading{position:sticky;top:-20px;background:var(--paper);padding-block:10px;z-index:1}
/* Full-bleed, resolution-independent footer signature. */
.footer-brand{height:280px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(ellipse at 100% 100%,#fff1e6,transparent 45%),#fff}
.footer-brand:before{content:'';position:absolute;left:0;bottom:0;width:27%;height:100%;background-image:radial-gradient(#f9b38d .8px,transparent .8px);background-size:17px 17px;mask-image:linear-gradient(30deg,#000,transparent 70%)}
.footer-wordmark{position:relative;z-index:1;margin-right:120px}.footer-wordmark>p{font-size:clamp(40px,5.2vw,74px);line-height:1.1;font-weight:400;letter-spacing:-3px}.footer-wordmark strong{color:#f76318;font-weight:600}.footer-wordmark>span{display:block;font-size:clamp(11px,1.25vw,17px);margin-top:15px;letter-spacing:.1px}.footer-wordmark b{font-size:24px;color:var(--orange);margin-right:10px}.footer-wordmark i{font-style:normal;color:var(--orange);margin-inline:8px}.footer-circuit{position:absolute;right:0;bottom:0;height:280px;width:350px;overflow:visible}.footer-cube text{font:600 34px 'Segoe UI',sans-serif;fill:white}.footer-cube{transition:transform .6s cubic-bezier(.2,.8,.2,1)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.footer-brand:hover .cube-a{transform:translateY(-8px)}.footer-brand:hover .cube-c{transform:translateY(-5px);transition-delay:70ms}.footer-brand:hover .cube-s{transform:translateY(-2px);transition-delay:140ms}}
@media(max-width:1000px){.footer-circuit{width:250px;height:200px}.footer-brand{height:230px}.footer-wordmark{margin-right:150px}}
@media(max-width:760px){.project-image{padding:18px 15px 43px}.browser-chrome{height:23px;font-size:8px;padding-inline:9px}.project-image .preview-label{bottom:12px;left:16px;right:16px;font-size:10px}.footer-brand{height:215px;justify-content:flex-start;padding:32px 20px;align-items:flex-start}.footer-wordmark{margin:0}.footer-wordmark>p{font-size:38px;letter-spacing:-1.8px}.footer-wordmark>span{font-size:10px;margin-top:7px}.footer-wordmark b{font-size:16px;margin-right:5px}.footer-circuit{height:125px;width:156.25px}.footer-wordmark i{margin-inline:4px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.preview-desktop{display:none}.preview-touch{display:inline}}
