:root {
  --ink:#111626;
  --body:#414553;
  --accent:#6668ed;
  --line:#e6e6eb;
  --paper:#fafafa
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  --header-height:116px;
  scroll-padding-top:calc(var(--header-height) + 24px)
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
a,button {
  touch-action:manipulation
}
a:focus-visible,button:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:6px
}
a:hover {
  color:var(--accent)
}
p {
  color:var(--body);
  line-height:1.65;
  margin:0 0 16px
}
h2 {
  font-size:32px;
  letter-spacing:-1.2px;
  font-weight:500;
  line-height:1.2;
  margin:9px 0 19px
}
h3 {
  font-size:14px;
  font-weight:500;
  line-height:1.5;
  margin:0
}
ul,ol {
  list-style:none;
  margin:0;
  padding:0
}
.container {
  width:min(1160px,85%);
  margin-inline:auto
}
.section {
  border-top:1px solid var(--line);
  padding:56px 0
}
.section-number {
  color:var(--accent);
  font-size:14px
}
.icon {
  width:25px;
  height:25px;
  flex-shrink:0;
  color:var(--accent)
}
.monogram {
  width:32px;
  height:32px;
  display:block
}
.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:var(--paper);
  height:var(--header-height);
  padding:0 3.5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  display:block
}
.site-header nav {
  display:flex;
  gap:40px;
  margin-left:9%
}
.site-header nav a {
  position:relative;
  padding:12px 0;
  font-size:12px;
  white-space:nowrap
}
.site-header nav a.active {
  color:var(--accent)
}
.site-header nav a.active:after {
  content:'';
  position:absolute;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--accent);
  bottom:0;
  left:50%
}
.header-specialties {
  margin:0;
  font-size:12px;
  white-space:nowrap
}
.header-specialties b {
  color:var(--accent);
  margin-left:4px
}
.menu-toggle {
  display:none
}
.hero {
  text-align:center;
  padding:66px 24px 60px
}
.hero-lockup {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px
}
.hero-mark {
  width:176px;
  height:182px;
  color:var(--ink)
}
.hero-title {
  font-size:clamp(30px,4.3vw,58px);
  font-weight:400;
  letter-spacing:-2.7px;
  white-space:nowrap;
  position:relative
}
.hero-title span {
  display:block;
  font-size:21px;
  color:var(--accent);
  letter-spacing:-.5px;
  position:absolute;
  top:calc(100% + 12px)
}
.hero-title.left span {
  right:0
}
.hero-title.right span {
  left:0
}
.hero-description {
  font-size:19px;
  line-height:1.55;
  margin:37px 0 40px
}
.hero-description span {
  color:var(--accent)
}
.hero-actions {
  display:flex;
  gap:46px;
  justify-content:center;
  align-items:center;
  font-size:13px
}
.button {
  background:#101522;
  color:#fff;
  border:1px solid #353949;
  border-radius:5px;
  padding:16px 27px;
  box-shadow:0 3px 6px #10152215
}
.button:hover {
  background:var(--accent);
  color:white
}
.learn-link span {
  margin-left:8px
}
.about {
  padding-bottom:86px
}
.about-grid {
  display:grid;
  grid-template-columns:1.05fr 1.1fr .82fr;
  gap:55px;
  align-items:start
}
.about-copy p {
  font-size:13px;
  line-height:1.65;
  margin-bottom:17px
}
.portrait {
  width:100%;
  height:385px;
  object-fit:cover;
  object-position:center;
  border-radius:8px;
  display:block
}
.facts li {
  display:flex;
  gap:23px;
  padding:17px 0;
  border-bottom:1px solid var(--line)
}
.facts li:first-child {
  padding-top:16px
}
.facts li:last-child {
  border:0
}
.facts h3 {
  font-size:13px;
  margin:0 0 2px
}
.facts p {
  font-size:12px;
  line-height:1.6;
  margin:0
}
.facts .icon {
  margin-top:3px
}
.about-bottom {
  display:grid;
  grid-template-columns:.92fr 1.25fr;
  gap:60px;
  align-items:center;
  margin-top:28px
}
.stats {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px
}
.stat {
  border:1px solid var(--line);
  border-radius:6px;
  padding:24px 5px;
  text-align:center
}
.stat strong {
  display:block;
  font-size:27px;
  letter-spacing:-1px;
  color:var(--accent);
  font-weight:500;
  margin-bottom:12px
}
.stat span {
  font-size:9px;
  white-space:nowrap;
  color:var(--body)
}
.trusted>p {
  text-transform:uppercase;
  font-size:10px;
  color:#727685;
  margin-bottom:24px
}
.company-logos {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:#81828b;
  white-space:nowrap
}
.lateral {
  font-size:15px;
  letter-spacing:1px
}
.cisco {
  font-size:19px;
  font-weight:bold;
  letter-spacing:1px;
  text-align:center;
  line-height:.8
}
.cisco i {
  display:block;
  font-style:normal;
  font-size:15px;
  letter-spacing:1px;
  margin-bottom:5px
}
.bidstack {
  font-size:17px;
  font-weight:bold
}
.onfido {
  font-size:24px;
  letter-spacing:-1px
}
.talkdesk {
  font-size:21px;
  font-weight:600;
  letter-spacing:-.8px
}
.approach {
  padding:60px 0 46px
}
.approach-grid {
  display:grid;
  grid-template-columns:.9fr 2.1fr;
  gap:55px
}
.approach-grid>div>p {
  font-size:13px;
  max-width:310px
}
.steps {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:42px;
  padding-top:26px
}
.step-icon {
  height:96px;
  border:1px solid var(--line);
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  position:relative
}
.step-icon .icon {
  width:30px;
  height:30px
}
.steps li:not(:last-child) .step-icon:after {
  content:'→';
  position:absolute;
  left:calc(100% + 18px);
  color:var(--accent)
}
.steps h3 {
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  margin-bottom:11px
}
.steps h3 span {
  width:19px;
  height:19px;
  background:var(--accent);
  color:white;
  display:grid;
  place-items:center;
  font-size:10px;
  border-radius:50%;
  flex-shrink:0
}
.steps p {
  font-size:13px;
  line-height:1.5;
  margin:0
}
.experience {
  padding:55px 0
}
.timeline {
  margin:44px -26px 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  row-gap:38px
}
.timeline li {
  position:relative;
  text-align:center;
  padding:22px 16px 0;
  border-top:1px solid #a6a3ff
}
.timeline li:before {
  content:'';
  position:absolute;
  top:-6px;
  left:calc(50% - 5px);
  background:var(--accent);
  border-radius:50%;
  width:11px;
  height:11px
}
.timeline .date {
  font-size:12px;
  margin-bottom:12px
}
.timeline h3 {
  font-size:15px;
  margin-bottom:6px
}
.timeline p {
  font-size:13px;
  margin:0
}
.timeline .experience-role {
  color:var(--ink)
}
.timeline .experience-detail {
  margin-top:8px
}
.timeline .icon {
  color:#858794;
  margin-top:19px;
  width:29px;
  height:29px
}
.work {
  padding:34px 0 45px
}
.section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.section-heading h2 {
  margin-bottom:20px
}
.work-actions {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:12px 20px;
  margin-bottom:20px
}
.site-header nav .homepage-edit {
  padding:12px 10px;
  align-self:center
}
.management-buttons {
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap
}
.site-header.has-admin-actions nav {
  margin-left:0;
  flex-wrap:wrap;
  gap:8px 18px
}
.site-header.has-admin-actions {
  height:auto;
  min-height:var(--header-height);
  padding-block:12px
}
@media(max-width:1400px) {
  .has-admin-actions .header-specialties { display:none; }
}
.hero-title { overflow-wrap:anywhere; }
.facts,.stats,.company-logos { min-width:0; }
.stat,.company-logos>span,.contact-item { overflow-wrap:anywhere; }
.work-actions .button {
  white-space:nowrap;
  padding:12px 18px
}
.text-link {
  color:var(--accent);
  font-size:12px
}
.text-link span {
  margin-left:5px
}
.project-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px
}
.work-empty {
  grid-column:1 / -1;
  padding:48px 24px;
  border:1px dashed var(--line);
  border-radius:10px;
  text-align:center
}
.work-empty>.icon {
  width:32px;
  height:32px;
  color:var(--accent);
  margin-bottom:18px
}
.work-empty h3 {
  margin:0 0 12px;
  font-size:14px;
  font-weight:500
}
.work-empty p {
  font-size:13px;
  font-weight:400;
  line-height:1.65;
  max-width:460px;
  margin:0 auto
}
.work-empty .button {
  margin-top:24px
}
.project-card {
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
  transition:box-shadow .2s,transform .2s;
  min-width:0
}
.project-card[href]:hover {
  transform:translateY(-4px);
  box-shadow:0 10px 25px #14162b10;
  color:inherit
}
.project-image {
  height:216px;
  position:relative;
  overflow:hidden;
  border-radius:9px;
  color:#b6bec5
}
.project-copy {
  padding:24px 18px 26px
}
.project-copy .eyebrow {
  font-size:10px;
  letter-spacing:.6px;
  text-transform:uppercase;
  color:#767b8c;
  margin-bottom:12px
}
.project-copy h3 {
  font-size:16px;
  letter-spacing:-.3px;
  margin-bottom:11px
}
.project-copy>p:not(.eyebrow) {
  font-size:13px;
  line-height:1.5;
  min-height:40px;
  margin-bottom:24px
}
.tags {
  display:flex;
  flex-wrap:wrap;
  gap:6px
}
.tag {
  font-size:10px;
  padding:5px 7px;
  border:1px solid var(--line);
  border-radius:6px;
  color:var(--body);
  background:#f5f5f7
}
.live-project {
  background:#e9e9f2;
  display:grid;
  place-items:center
}
.live-project img {
  width:100%;
  height:100%;
  object-fit:cover
}
.live-project .monogram {
  width:90px;
  height:90px
}
.analytics {
  background:linear-gradient(125deg,#141616,#020605)
}
.dashboard {
  position:absolute;
  display:flex;
  gap:10px;
  width:390px;
  height:248px;
  left:15px;
  top:9px;
  background:#121719;
  border:1px solid #343a3a;
  border-radius:7px;
  transform:rotate(-10deg);
  font-size:7px;
  box-shadow:0 5px 25px #0008;
  padding:12px
}
.dashboard aside {
  width:65px;
  line-height:3;
  color:#a5abb1;
  border-right:1px solid #303637
}
.dash-main {
  flex:1
}
.dash-main>b {
  font-size:10px;
  font-weight:500
}
.dash-numbers {
  display:flex;
  gap:8px;
  margin-top:13px
}
.dash-numbers>span {
  flex:1;
  background:#1c2224;
  padding:8px;
  border-radius:4px;
  color:#8a939a
}
.dash-numbers strong {
  display:block;
  color:#eef2f6;
  font-size:13px;
  margin-top:5px
}
.dash-chart {
  height:81px;
  border-bottom:1px solid #3b444c;
  background:repeating-linear-gradient(0deg,transparent 0 19px,#ffffff08 20px);
  display:flex;
  align-items:end;
  gap:3px;
  padding:7px 18px 0;
  margin-top:10px
}
.dash-chart i {
  display:block;
  width:14px;
  background:linear-gradient(#42abd5,#164861);
  border-radius:2px 2px 0 0
}
.dash-table {
  padding-top:14px;
  line-height:1.6
}
.dash-table span {
  float:right;
  color:#74b6a6
}
.dash-table hr {
  border:0;
  border-top:1px solid #2b3034
}
.finance {
  background:linear-gradient(125deg,#e8e8e8,#fcfcfc 60%,#dedee3)
}
.phone {
  position:absolute;
  width:133px;
  height:258px;
  border:5px solid #202226;
  border-radius:23px;
  background:#fff;
  padding:22px 10px 10px;
  color:#282e37;
  font-size:7px;
  transform:rotate(28deg);
  box-shadow:9px 12px 18px #0002
}
.phone:before {
  content:'';
  position:absolute;
  top:7px;
  left:43px;
  width:38px;
  height:7px;
  border-radius:10px;
  background:#131515
}
.phone-back {
  left:45px;
  top:-37px;
  border-color:#f7f7f7
}
.phone-front {
  right:40px;
  top:34px
}
.phone>strong {
  display:block;
  font-size:18px;
  margin-top:12px
}
.phone>strong span {
  font-size:11px
}
.phone p {
  font-size:7px;
  margin:8px 0
}
.mini-chart {
  color:#79b2a6;
  font-size:20px;
  letter-spacing:-3px;
  margin:16px 0
}
.phone-line {
  height:16px;
  border-bottom:1px solid #ddd;
  background:linear-gradient(90deg,#e4e6ed 16%,transparent 16%);
  margin-top:6px
}
.bank-card {
  border-radius:5px;
  padding:10px;
  background:linear-gradient(100deg,#7971ee,#a79bff);
  color:#fff;
  margin:8px 0 12px
}
.bank-card strong {
  font-size:14px;
  display:block;
  margin:7px 0 10px
}
.bank-card small {
  font-size:6px
}
.goal-ring {
  border:5px solid #a3c5b4;
  border-right-color:#eceff2;
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:10px auto
}
.copilot {
  background:radial-gradient(ellipse at 55% 70%,#203531,#080d0b 80%)
}
.ai-panel {
  position:absolute;
  left:33px;
  top:34px;
  width:210px;
  border:1px solid #394441;
  border-radius:7px;
  background:linear-gradient(135deg,#26302d,#141d1b);
  padding:16px;
  color:#bcc9c3;
  font-size:8px;
  transform:rotate(-9deg);
  box-shadow:0 15px 30px #0006
}
.ai-panel>b {
  font-size:9px;
  color:#e4ece8
}
.ai-panel p {
  color:#a5b2ac;
  font-size:7px;
  margin:12px 0
}
.ai-message {
  font-size:8px;
  line-height:1.8;
  border:1px solid #3a4540;
  padding:9px;
  border-radius:4px
}
.ai-input {
  padding:7px;
  border:1px solid #4a544e;
  border-radius:4px;
  font-size:7px;
  margin-top:15px
}
.ai-input span {
  float:right;
  color:#aaa2e6
}
.ai-front {
  left:auto;
  right:-9px;
  top:96px;
  width:174px;
  background:#25302c
}
.contact {
  padding:35px 0 46px
}
.contact-grid {
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr .85fr;
  gap:20px;
  align-items:end
}
.contact-grid>div:first-child>p {
  font-size:13px;
  max-width:300px;
  margin:0
}
.contact-item {
  display:flex;
  gap:18px;
  min-height:100px;
  padding:25px 0 10px 28px;
  border-left:1px solid var(--line)
}
.contact-item:nth-child(2) {
  border:0
}
.contact-item h3 {
  font-size:13px;
  margin-bottom:5px
}
.contact-item p {
  font-size:11px;
  margin:0;
  overflow-wrap:anywhere
}
.site-footer {
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  font-size:11px
}
.site-footer p {
  font-size:11px;
  margin:0
}
.site-footer nav {
  display:flex;
  gap:40px
}
.site-footer>a span {
  margin-left:8px
}
.contact {
  border-bottom:1px solid var(--line)
}
.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
}
.skip-link {
  position:fixed;
  top:-70px;
  left:20px;
  padding:12px;
  background:var(--ink);
  color:white;
  z-index:100
}
.skip-link:focus {
  top:10px
}

@media(min-width:1450px) {
  .hero {
  padding-top:78px;
  padding-bottom:70px
}

}

@media(max-width:1100px) {
  .site-header nav {
  margin-left:0;
  gap:25px
}
.header-specialties {
  font-size:10px
}
.hero-title {
  font-size:44px
}
.hero-mark {
  width:145px;
  height:150px
}
.hero-lockup {
  gap:16px
}
.about-grid {
  gap:30px
}
.portrait {
  height:345px
}
.about-bottom {
  gap:28px;
  grid-template-columns:1fr 1.2fr
}
.company-logos {
  gap:12px
}
.company-logos>span {
  font-size:15px
}
.steps {
  gap:26px
}
.steps li:not(:last-child) .step-icon:after {
  left:calc(100% + 8px)
}
.approach-grid {
  gap:28px
}
.contact-grid {
  grid-template-columns:1.2fr 1fr 1.1fr
}
.contact-item:last-child {
  grid-column:2/4;
  border:0;
  padding-top:0;
  min-height:50px
}
.site-footer nav {
  gap:20px
}
.project-grid {
  gap:20px
}
.project-image {
  height:190px
}
.project-copy {
  padding:20px 14px
}
.phone-back {
  left:25px
}
.phone-front {
  right:10px
}

}

@media(max-width:800px) {
  html { --header-height:88px; }
  .container {
  width:88%
}
.site-header {
  padding-inline:6%;
  flex-wrap:wrap
}
.header-specialties {
  display:none
}
.site-header nav {
  gap:24px
}
.hero {
  padding:52px 15px 58px
}
.hero-title {
  font-size:34px;
  letter-spacing:-1.7px
}
.hero-mark {
  width:112px;
  height:125px
}
.hero-title span {
  font-size:17px
}
.hero-description {
  font-size:16px;
  margin-top:36px
}
.about-grid {
  grid-template-columns:1fr 1fr;
  gap:30px
}
.portrait {
  height:350px
}
.facts {
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0 25px
}
.facts li {
  gap:12px
}
.facts li:nth-last-child(-n+2) {
  border:0
}
.about-bottom {
  grid-template-columns:1fr;
  gap:28px
}
.stat {
  padding:20px 8px
}
.trusted>p {
  margin-bottom:16px
}
.company-logos {
  justify-content:space-between
}
.company-logos>span {
  font-size:21px
}
.about {
  padding-bottom:48px
}
.approach-grid {
  grid-template-columns:1fr;
  gap:0
}
.approach-grid>div>p {
  max-width:440px
}
.steps {
  gap:30px;
  padding-top:14px
}
.timeline {
  margin-inline:0;
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.timeline h3 {
  font-size:12px;
  padding:0 6px
}
.timeline p {
  font-size:11px
}
.timeline .date {
  font-size:11px
}
.project-grid {
  gap:15px
}
.project-copy h3 {
  font-size:15px
}
.project-copy>p:not(.eyebrow) {
  font-size:12px;
  min-height:74px
}
.project-copy .eyebrow {
  font-size:8px
}
.project-image {
  height:160px
}
.dashboard {
  left:0;
  transform:rotate(-10deg) scale(.8);
  transform-origin:top left
}
.phone {
  transform:rotate(25deg) scale(.8);
  transform-origin:top left
}
.phone-front {
  right:-28px;
  top:35px
}
.phone-back {
  left:20px;
  top:-25px
}
.ai-panel {
  left:10px;
  top:20px;
  transform:rotate(-9deg) scale(.8);
  transform-origin:top left
}
.ai-front {
  left:70px;
  top:90px
}
.contact-grid {
  grid-template-columns:1fr 1fr
}
.contact-item {
  padding-left:0;
  border:0;
  min-height:80px
}
.contact-item:last-child {
  grid-column:auto;
  padding-top:25px
}
.site-footer {
  flex-wrap:wrap;
  padding-block:25px
}
.site-footer nav {
  order:3;
  width:100%;
  justify-content:center
}

}

@media(max-width:560px) {
  html { --header-height:78px; }
  h2 {
  font-size:29px
}
.site-header {
  height:var(--header-height)
}
.brand .monogram {
  width:27px;
  height:27px
}
.menu-toggle {
  display:flex;
  gap:12px;
  align-items:center;
  padding:10px 0;
  border:0;
  background:none;
  color:var(--ink)
}
.site-header nav {
  display:none;
  position:absolute;
  z-index:20;
  top:100%;
  left:0;
  right:0;
  background:var(--paper);
  padding:18px 6% 25px;
  box-shadow:0 12px 15px #15172a10;
  border-bottom:1px solid var(--line)
}
.site-header nav.is-open {
  display:flex;
  flex-direction:column;
  gap:5px
}
.site-header nav a {
  font-size:15px
}
.site-header nav a.active:after {
  left:auto;
  right:0;
  bottom:calc(50% - 2px)
}
.hero {
  padding:36px 20px 46px
}
.hero-lockup {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:27px 12px
}
.hero-mark {
  grid-row:1;
  grid-column:1/3;
  margin:auto;
  width:115px;
  height:120px
}
.hero-title {
  font-size:clamp(19px,5.2vw,29px);
  letter-spacing:-1px
}
.hero-title.left {
  text-align:right
}
.hero-title.right {
  text-align:left
}
.hero-title span {
  position:static;
  font-size:15px;
  margin-top:8px;
  letter-spacing:0
}
.hero-description {
  font-size:15px;
  line-height:1.65;
  margin:28px auto;
  max-width:350px
}
.hero-description br {
  display:none
}
.hero-actions {
  gap:28px;
  font-size:12px
}
.button {
  padding:14px 22px
}
.section {
  padding:38px 0
}
.about-grid {
  grid-template-columns:1fr;
  gap:22px
}
.about-copy p,.work-empty p {
  font-size:14px
}
.portrait {
  height:350px;
  object-position:center 35%
}
.facts {
  grid-template-columns:1fr;
  grid-column:auto
}
.facts li {
  padding:15px 0;
  gap:20px
}
.facts li:nth-last-child(2) {
  border-bottom:1px solid var(--line)
}
.facts h3 {
  font-size:14px
}
.facts p {
  font-size:13px
}
.stats {
  gap:6px
}
.stat {
  padding:18px 3px
}
.stat strong {
  font-size:24px
}
.stat span {
  font-size:8px;
  white-space:normal;
  display:block;
  min-height:20px
}
.company-logos {
  flex-wrap:wrap;
  justify-content:center;
  gap:22px
}
.company-logos>span {
  font-size:19px
}
.trusted>p {
  text-align:center
}
.steps {
  grid-template-columns:1fr;
  padding:5px 0 0;
  gap:24px
}
.steps li {
  display:grid;
  grid-template-columns:72px 1fr;
  column-gap:20px;
  position:relative
}
.step-icon {
  height:72px;
  grid-row:1/3;
  margin:0
}
.steps li:not(:last-child) .step-icon:after {
  content:'↓';
  top:calc(100% + 3px);
  left:calc(50% - 5px)
}
.steps h3 {
  font-size:14px;
  align-self:end;
  margin-bottom:6px
}
.steps p {
  font-size:13px
}
.steps p br {
  display:none
}
.timeline {
  grid-template-columns:1fr;
  border-top:0;
  border-left:1px solid #a6a3ff;
  margin:30px 0 0 12px;
  gap:30px
}
.timeline li {
  text-align:left;
  padding:0 46px 0 28px;
  border-top:0;
  min-height:72px
}
.timeline li:before {
  left:-6px;
  top:3px
}
.timeline .date {
  margin-bottom:7px;
  font-size:12px
}
.timeline h3 {
  font-size:15px;
  padding:0
}
.timeline p {
  font-size:13px
}
.timeline .icon {
  position:absolute;
  right:4px;
  top:15px;
  margin:0
}
.section-heading {
  gap:15px
}
.text-link {
  font-size:11px;
  white-space:nowrap
}
.project-grid {
  grid-template-columns:1fr;
  gap:24px
}
.project-image {
  height:215px
}
.project-copy {
  padding:23px 19px
}
.project-copy h3 {
  font-size:17px
}
.project-copy .eyebrow {
  font-size:10px
}
.project-copy>p:not(.eyebrow) {
  min-height:0;
  font-size:14px
}
.dashboard {
  transform:rotate(-10deg);
  left:15px
}
.phone {
  transform:rotate(28deg)
}
.phone-back {
  left:45px;
  top:-37px
}
.phone-front {
  right:40px;
  top:34px
}
.ai-panel {
  left:33px;
  top:34px;
  transform:rotate(-9deg)
}
.ai-front {
  left:auto;
  right:-9px;
  top:96px
}
.contact-grid {
  grid-template-columns:1fr;
  gap:0
}
.contact-grid>div:first-child>p {
  font-size:14px;
  margin-bottom:24px
}
.contact-item,.contact-item:last-child {
  padding:20px 0;
  min-height:0;
  border-top:1px solid var(--line)
}
.contact-item p {
  font-size:13px
}
.contact-item h3 {
  font-size:14px
}
.site-footer {
  gap:25px;
  font-size:10px
}
.site-footer p {
  font-size:10px
}
.site-footer nav {
  flex-wrap:wrap;
  gap:17px;
  font-size:10px
}

}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
* {
  transition:none!important
}

}


.brand .monogram path { stroke-width: 7; }
.timeline li.current-experience {
  border-color:var(--accent);
  border-radius:0 0 10px 10px
}
.timeline li.current-experience:before {
  background:var(--accent);
  box-shadow:0 0 0 5px #6668ed20
}
.timeline .current-experience .date,
.timeline .current-experience h3,
.timeline .current-experience .icon {
  color:var(--accent)
}
.timeline .current-experience .date,
.timeline .current-experience h3 { font-weight:600; }
.about-bottom.single-group { grid-template-columns:1fr; }
.about-grid.without-portrait.without-facts { grid-template-columns:1fr; }
@media(min-width:761px) {
  .about-grid.without-portrait { grid-template-columns:1.5fr 1fr; }
  .about-grid.without-portrait .facts { grid-column:auto; display:block; }
}
@media(min-width:761px) {
  .about-grid.without-facts { grid-template-columns:1.2fr 1fr; }
}
