@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@500;600;650;700;750;800&display=swap");.profile-page {
  padding: 0 var(--gutter);
  max-width: 1600px;
  margin: auto;
}
.profile-intro {
  padding: 28px 0 56px;
}
.profile-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.profile-intro > .back-link {
  margin-bottom: 38px;
}
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 15px 21px;
  background: var(--blue);
  color: white;
  font-size: 14px;
  font-weight: 550;
  border-radius: 3px;
  white-space: nowrap;
}
.primary-action:hover {
  background: #183bc9;
}
.primary-action svg {
  width: 19px;
  height: 19px;
}
.profile-intro h1 {
  font-size: clamp(54px, 6.3vw, 92px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.065em;
}
.resume-opening {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8vw;
  align-items: end;
}
.resume-role {
  margin-top: 24px;
  font-size: 19px;
  color: var(--blue);
  letter-spacing: -0.02em;
}
.resume-summary {
  font-size: 17px;
  color: var(--muted);
  max-width: 600px;
  line-height: 1.75;
}
.resume-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 8vw;
  border-top: 1px solid var(--line);
  padding: 58px 0 90px;
}
.resume-rail {
  position: sticky;
  top: 120px;
  align-self: start;
  font-size: 15px;
}
.resume-rail > .eyebrow {
  color: var(--muted);
  margin-bottom: 14px;
}
.resume-rail > p > span {
  color: var(--muted);
  font-size: 14px;
}
.resume-rail nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 38px 0;
}
.resume-rail nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 215px;
}
.resume-rail nav a:hover {
  color: var(--blue);
}
.resume-rail nav svg {
  width: 14px;
  height: 14px;
  color: var(--muted);
}
.resume-pdf-link {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  margin-top: 20px;
}
.resume-pdf-link svg {
  width: 15px;
  height: 15px;
}
.resume-section-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 36px;
}
.resume-job {
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}
.resume-job-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: baseline;
}
.resume-company {
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 10px;
  color: var(--blue);
}
.resume-job h3 {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 550;
  letter-spacing: -0.035em;
}
.resume-location {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
}
.resume-date {
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}
.resume-job ul {
  margin: 22px 0 0;
  padding-left: 19px;
  color: #51565d;
  font-size: 16px;
  line-height: 1.7;
}
.resume-job li {
  padding-left: 5px;
  margin-top: 8px;
}
.resume-job li::marker {
  color: #8f98aa;
  font-size: 0.7em;
}
.resume-section {
  padding-top: 24px;
  margin-bottom: 52px;
}
.competency-list {
  margin: 0;
}
.competency-list > div {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.65;
}
.competency-list dt {
  font-weight: 550;
}
.competency-list dd {
  margin: 0;
  color: var(--muted);
}
.resume-education,
.resume-certification {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
  padding: 0 0 25px;
  margin-bottom: 25px;
}
.resume-education h3,
.resume-certification h3 {
  font-size: 20px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.resume-education div > p:not(.resume-location) {
  font-size: 15px;
  margin-top: 9px;
  color: var(--muted);
}
.resume-languages p {
  font-size: 17px;
  color: var(--muted);
}
.resume-download-end {
  background: var(--soft);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.resume-download-end h2 {
  font-size: 25px;
  font-weight: 550;
  margin-bottom: 8px;
}
.resume-download-end p {
  font-size: 14px;
  color: var(--muted);
}
.contact-intro > .eyebrow {
  color: var(--muted);
  margin-bottom: 28px;
}
.contact-intro h1 {
  max-width: 1100px;
}
.contact-lede {
  font-size: 21px;
  color: var(--muted);
  max-width: 620px;
  margin-top: 28px;
  letter-spacing: -0.025em;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.65fr 0.75fr;
  gap: 10vw;
  padding: 0 0 72px;
}
.contact-method {
  display: block;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.contact-method > .eyebrow {
  display: block;
  color: var(--muted);
  margin-bottom: 13px;
}
.contact-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: clamp(24px, 2.7vw, 40px);
  font-family: var(--display);
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.contact-value svg {
  color: var(--blue);
  width: 28px;
  height: 28px;
}
.contact-method:hover .contact-value {
  color: var(--blue);
}
.contact-method-note {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 12px;
}
.contact-person img {
  width: 150px;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 3px;
  margin-bottom: 24px;
}
.contact-person h2 {
  font-size: 23px;
  font-weight: 550;
  margin-bottom: 10px;
}
.contact-person > p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 6px;
}
.contact-person .text-link {
  font-size: 14px;
  margin-top: 24px;
}
.contact-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 30px 0 46px;
  border-top: 1px solid var(--line);
  font-size: 16px;
}
.contact-next > p {
  color: var(--muted);
}
.footer.compact-footer {
  padding-top: 8px;
}
.compact-footer .footer-bottom {
  border-top: 0;
}
@media (max-width: 1000px) {
  .resume-opening {
    gap: 40px;
  }
  .resume-layout {
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 42px;
  }
  .resume-job-heading {
    display: block;
  }
  .resume-job-heading > .resume-date {
    margin-top: 10px;
  }
  .contact-layout {
    gap: 50px;
  }
  .competency-list > div {
    grid-template-columns: 130px 1fr;
    gap: 20px;
  }
  .resume-download-end {
    flex-wrap: wrap;
  }
  .contact-value {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .profile-intro {
    padding: 18px 0 36px;
  }
  .profile-intro > .back-link {
    margin-bottom: 28px;
  }
  .profile-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 30px;
  }
  .profile-intro h1 {
    font-size: 52px;
  }
  .resume-opening {
    display: block;
  }
  .resume-role {
    font-size: 17px;
    margin-top: 18px;
  }
  .resume-summary {
    font-size: 16px;
    margin-top: 26px;
    line-height: 1.65;
  }
  .resume-layout {
    display: block;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .resume-rail {
    position: static;
    padding-bottom: 30px;
    margin-bottom: 34px;
    border-bottom: 1px solid var(--line);
  }
  .resume-rail nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 26px;
    margin: 25px 0;
    font-size: 13px;
  }
  .resume-section-title {
    font-size: 30px;
    margin-bottom: 26px;
  }
  .resume-job h3 {
    font-size: 23px;
  }
  .resume-job ul {
    font-size: 15px;
  }
  .resume-section {
    margin-bottom: 35px;
    padding-top: 15px;
  }
  .competency-list > div {
    display: block;
    padding: 16px 0;
  }
  .competency-list dd {
    margin-top: 6px;
  }
  .resume-education,
  .resume-certification {
    gap: 20px;
  }
  .resume-education h3,
  .resume-certification h3 {
    font-size: 18px;
  }
  .resume-date {
    font-size: 12px;
  }
  .resume-download-end {
    padding: 24px;
    gap: 24px;
  }
  .contact-intro h1 {
    font-size: clamp(43px, 10.8vw, 66px);
  }
  .contact-intro > .eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .contact-lede {
    font-size: 18px;
    margin-top: 22px;
  }
  .contact-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
  }
  .contact-value {
    font-size: clamp(21px, 6vw, 30px);
    gap: 10px;
  }
  .contact-value svg {
    width: 21px;
    height: 21px;
  }
  .contact-method {
    padding: 24px 0;
  }
  .contact-person {
    padding-top: 30px;
    border-top: 1px solid var(--line);
  }
  .contact-person img {
    width: 120px;
  }
  .contact-next {
    align-items: flex-start;
    flex-direction: column;
    font-size: 15px;
    gap: 16px;
  }
  .resume-certification {
    flex-wrap: wrap;
    gap: 8px;
  }
  .primary-action {
    font-size: 13px;
    padding: 14px 18px;
  }
}

:root {
  --paper: #fff;
  --ink: #101112;
  --muted: #62666c;
  --blue: #244dff;
  --line: #d9dade;
  --soft: #f4f5f7;
  --gutter: clamp(24px, 5.6vw, 88px);
  --display: "Manrope", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 7px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  letter-spacing: -0.055em;
}
p {
  line-height: 1.55;
}
svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  vertical-align: middle;
}
button {
  border: 0;
  background: none;
}
::selection {
  background: #dce3ff;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 24px;
  background: var(--ink);
  color: white;
  padding: 16px;
  z-index: 99;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  background: white;
  position: relative;
  z-index: 20;
}
.wordmark {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.045em;
}
.wordmark span {
  display: none;
}
.site-header nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 15px;
}
.site-header nav a:hover {
  color: var(--blue);
}
.contact-link {
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero {
  padding: 42px var(--gutter) 66px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: clamp(40px, 8vw, 150px);
}
.hero h1 {
  font-size: clamp(76px, 8.5vw, 132px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.072em;
}
.hero-intro {
  border-left: 1px solid var(--line);
  padding: 28px 0 28px 48px;
}
.hero-intro p {
  max-width: 410px;
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.45;
  letter-spacing: -0.035em;
}
.hero-intro .text-link {
  margin-top: 24px;
  font-size: 15px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-weight: 550;
}
.text-link svg {
  transition: transform 0.25s;
}
.text-link:hover svg {
  transform: translate(3px, -3px);
}
.section-intro {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px var(--gutter) 34px;
}
.section-intro h2 {
  font-family: var(--body);
  font-size: 16px;
  font-weight: 550;
  letter-spacing: -0.025em;
}
.section-intro p {
  font-size: 16px;
  color: var(--muted);
}
.section-intro > span {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
}
.work-stack {
  isolation: isolate;
}
.work-feature {
  position: sticky;
  top: calc(12px + var(--order) * 12px);
  background: white;
}
.feature-link {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  min-height: 580px;
  align-items: stretch;
}
.feature-image {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.feature-image img {
  height: auto;
  object-fit: contain;
  will-change: transform;
}
.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px clamp(30px, 4vw, 72px);
  align-items: flex-start;
}
.eyebrow {
  font-family: var(--body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.feature-copy h2 {
  font-size: clamp(38px, 4.2vw, 65px);
  font-weight: 750;
  margin: 24px 0 20px;
  line-height: 1.04;
}
.feature-copy h3 {
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.17;
}
.feature-summary {
  font-size: 18px;
  margin-top: 22px;
  color: var(--muted);
  letter-spacing: -0.02em;
}
.discipline {
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin: 32px 0;
  max-width: 240px;
}
.feature-copy > .text-link {
  font-size: 16px;
}
.dark {
  background: #111416;
  color: #fff;
}
.dark .feature-summary {
  color: #c3c5c9;
}
.dark .discipline {
  border-color: #53565b;
}
.dark .text-link {
  color: #8ca7ff;
}
.reverse .feature-link {
  grid-template-columns: 1fr 1.9fr;
}
.reverse .feature-copy {
  grid-column: 1;
  grid-row: 1;
}
.reverse .feature-image {
  grid-column: 2;
  grid-row: 1;
}
.feature-link:hover .text-link svg {
  transform: translate(4px, -4px);
}
.project-index {
  position: relative;
  z-index: 8;
  background: white;
  padding: 76px var(--gutter) 80px;
}
.project-index h2 {
  font-size: 40px;
  font-weight: 550;
  line-height: 1.15;
}
.index-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 24px;
  gap: 28px;
}
.index-links a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 15px;
}
.index-links a svg {
  margin-left: auto;
  width: 18px;
  color: var(--blue);
}
.index-links a:hover {
  color: var(--blue);
}
.index-links small {
  font-size: 10px;
  color: var(--muted);
}
.about-section {
  background: var(--soft);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
  padding: 88px var(--gutter);
  align-items: center;
}
.portrait {
  max-width: 380px;
}
.portrait img {
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 20%;
  filter: grayscale(100%);
}
.about-copy h2 {
  font-size: clamp(32px, 3.3vw, 49px);
  font-weight: 600;
  line-height: 1.14;
  margin: 24px 0;
}
.about-copy > p:not(.eyebrow) {
  font-size: 18px;
  color: var(--muted);
  max-width: 590px;
  margin: 16px 0;
}
.about-copy > .text-link {
  margin-top: 12px;
}
.capabilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
  font-size: 13px;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.footer {
  background: #111416;
  color: #fff;
  padding: 80px var(--gutter) 30px;
}
.footer .eyebrow {
  color: #afb3b9;
}
.footer-title {
  font-family: var(--display);
  font-size: clamp(36px, 5.3vw, 78px);
  letter-spacing: -0.055em;
  line-height: 1.1;
  display: block;
  position: relative;
  margin: 25px 0 65px;
  max-width: 1100px;
}
.footer-title svg {
  width: 52px;
  height: 52px;
  margin-left: 40px;
  color: #8ca7ff;
}
.footer-bottom {
  border-top: 1px solid #43474c;
  padding-top: 25px;
  display: flex;
  gap: 38px;
  font-size: 13px;
}
.footer-bottom span {
  margin-left: auto;
  color: #a0a6ad;
}
.footer a:hover {
  color: #8ca7ff;
}
.case-heading {
  padding: 28px var(--gutter) 64px;
  max-width: 1400px;
  margin: auto;
}
.back-link {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  margin-bottom: 46px;
}
.case-kicker {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.case-kicker span:first-child {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.035em;
}
.case-kicker span + span {
  font-size: 12px;
  color: var(--muted);
}
.case-heading h1 {
  font-size: clamp(46px, 6.4vw, 92px);
  font-weight: 650;
  line-height: 1.06;
  max-width: 1050px;
}
.case-heading > p {
  font-size: 21px;
  letter-spacing: -0.02em;
  max-width: 650px;
  margin-top: 28px;
  color: var(--muted);
}
.case-cover img {
  max-height: 840px;
  object-fit: contain;
}
.case-context {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  padding: 70px var(--gutter);
  gap: 56px;
}
.case-context .eyebrow {
  color: var(--muted);
  margin-bottom: 20px;
}
.case-context h2 {
  font-family: var(--body);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.025em;
}
.case-context p:not(.eyebrow) {
  font-size: 17px;
}
.case-context .muted {
  font-size: 13px !important;
  color: var(--muted);
  margin-top: 16px;
}
.solution-section {
  background: var(--soft);
  padding: 72px var(--gutter) 80px;
}
.solution-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 60px;
  align-items: end;
  min-height: 150px;
}
.solution-heading .eyebrow {
  grid-column: 1/-1;
  color: var(--muted);
}
.solution-heading h2 {
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  max-width: 620px;
}
.solution-heading > p:last-child {
  font-size: 17px;
  color: var(--muted);
  max-width: 560px;
}
.screen-tabs {
  display: flex;
  gap: 28px;
  margin: 40px 0 28px;
  border-bottom: 1px solid var(--line);
}
.screen-tabs button {
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  color: var(--muted);
}
.screen-tabs button[aria-selected="true"] {
  border-color: var(--blue);
  color: var(--blue);
}
.solution-stage {
  min-height: 300px;
}
.screen-expand {
  padding: 0;
  width: 100%;
  text-align: left;
  position: relative;
  display: block;
}
.screen-expand img {
  object-fit: contain;
  max-height: 760px;
  filter: drop-shadow(0 12px 18px #151e2a10);
}
.screen-expand > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  margin-top: 18px;
}
.screen-expand > span svg {
  height: 16px;
  width: 16px;
}
.screen-expand:hover > span {
  color: var(--blue);
}
.decision-section {
  padding: 80px var(--gutter);
}
.decision-section > .eyebrow {
  color: var(--muted);
  margin-bottom: 24px;
}
.decision-section > h2 {
  font-size: 44px;
  font-weight: 550;
  line-height: 1.12;
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.decision-section > p:not(.eyebrow) {
  display: inline-block;
  width: 46%;
  font-size: 19px;
  color: var(--muted);
  margin-left: 5%;
  vertical-align: top;
}
.sketch-evidence {
  margin-top: 50px;
}
.sketch-evidence > .screen-expand img {
  max-height: none;
}
.sketch-evidence > p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 12px;
}
.sketch-evidence details {
  border-top: 1px solid var(--line);
  margin-top: 32px;
}
.sketch-evidence summary {
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}
.sketch-evidence details > img {
  margin-top: 20px;
}
.detail-stories {
  padding: 0 var(--gutter) 30px;
}
.detail-story {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 6vw;
  align-items: center;
  padding: 60px 0;
  border-top: 1px solid var(--line);
}
.detail-copy h2 {
  font-size: 38px;
  font-weight: 550;
  line-height: 1.15;
  margin: 22px 0;
}
.detail-copy > p:last-child {
  font-size: 17px;
  color: var(--muted);
}
.detail-copy .eyebrow {
  color: var(--muted);
}
.detail-story.reversed {
  grid-template-columns: 1.4fr 0.6fr;
}
.detail-story.reversed > .detail-copy {
  grid-column: 2;
  grid-row: 1;
}
.detail-story.reversed > .screen-expand {
  grid-column: 1;
  grid-row: 1;
}
.outcome-section {
  background: #ecf0ff;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
  padding: 76px var(--gutter);
}
.outcome-section .eyebrow {
  margin-bottom: 24px;
  color: #47537d;
}
.outcome-section h2 {
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 550;
  line-height: 1.2;
}
.outcome-section p:not(.eyebrow) {
  font-size: 18px;
  color: #49516b;
}
.related-work {
  padding: 72px var(--gutter);
}
.related-work .section-intro {
  padding: 0 0 30px;
  justify-content: space-between;
}
.related-work .section-intro h2 {
  font-size: 25px;
  letter-spacing: -0.04em;
}
.related-work .section-intro a {
  font-size: 14px;
  color: var(--blue);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.related-grid img {
  aspect-ratio: 1.6;
  object-fit: contain;
  background: var(--soft);
}
.related-grid a > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 8px;
}
.related-grid h3 {
  font-size: 25px;
  font-weight: 550;
}
.related-grid svg {
  color: var(--blue);
}
.related-grid p {
  color: var(--muted);
  font-size: 15px;
}
.image-viewer {
  border: 0;
  padding: 55px 30px 30px;
  max-width: 96vw;
  max-height: 94vh;
  width: 1500px;
  background: white;
  overflow: auto;
}
.image-viewer::backdrop {
  background: #080c15d9;
  backdrop-filter: blur(8px);
}
.image-viewer > img {
  object-fit: contain;
  max-height: 75vh;
  width: 100%;
}
.image-viewer > p {
  font-size: 15px;
  margin-top: 24px;
}
.image-viewer > a {
  color: var(--blue);
  font-size: 13px;
  margin-top: 12px;
  display: inline-block;
}
.viewer-close {
  position: absolute;
  right: 15px;
  top: 12px;
  padding: 8px;
}
.image-viewer[open] {
  animation: viewer-in 0.2s ease-out;
}
@keyframes viewer-in {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  .site-header,
  .hero,
  .section-intro,
  .project-index,
  .about-section,
  .footer,
  .case-context,
  .solution-section,
  .decision-section,
  .detail-stories,
  .outcome-section,
  .related-work {
    padding-left: max(var(--gutter), calc((100vw - 1440px) / 2));
    padding-right: max(var(--gutter), calc((100vw - 1440px) / 2));
  }
}
@media (max-width: 1000px) {
  .hero {
    gap: 35px;
  }
  .hero-intro {
    padding-left: 30px;
  }
  .feature-link,
  .reverse .feature-link {
    grid-template-columns: 1.5fr 1fr;
    min-height: 500px;
  }
  .feature-copy {
    padding: 30px;
  }
  .feature-copy h2 {
    font-size: 42px;
  }
  .feature-copy h3 {
    font-size: 28px;
  }
  .feature-summary {
    font-size: 16px;
  }
  .reverse .feature-link {
    grid-template-columns: 1fr 1.5fr;
  }
  .discipline {
    margin: 22px 0;
    padding-top: 16px;
  }
  .case-context {
    gap: 28px;
  }
  .index-links {
    gap: 18px;
  }
  .about-section {
    gap: 50px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom span {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  :root {
    --gutter: 24px;
    scroll-padding-top: 20px;
  }
  .site-header {
    height: 88px;
    align-items: center;
  }
  .wordmark {
    font-size: 18px;
    max-width: 180px;
  }
  .wordmark span {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 400;
    color: var(--muted);
    margin-top: 5px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 13px;
  }
  .site-header nav > a:nth-child(2),
  .site-header nav > a:nth-child(3) {
    display: none;
  }
  .contact-link {
    gap: 2px;
  }
  .contact-link svg {
    height: 16px;
    width: 16px;
  }
  .hero {
    display: block;
    padding-top: 35px;
    padding-bottom: 38px;
  }
  .hero h1 {
    font-size: clamp(72px, 14.5vw, 105px);
  }
  .hero-intro {
    border: 0;
    padding: 28px 0 0;
  }
  .hero-intro p {
    font-size: 20px;
    max-width: 440px;
  }
  .hero-intro .text-link {
    margin-top: 16px;
  }
  .section-intro {
    padding-bottom: 24px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .section-intro h2 {
    font-size: 14px;
  }
  .section-intro p {
    font-size: 13px;
  }
  .section-intro > span {
    display: none;
  }
  .work-feature {
    position: relative;
    top: auto;
  }
  .feature-link,
  .reverse .feature-link {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .feature-copy {
    padding: 28px 24px 42px;
  }
  .feature-copy h2 {
    margin: 16px 0;
    font-size: 42px;
  }
  .feature-copy h3 {
    font-size: 30px;
    max-width: 400px;
  }
  .feature-summary {
    font-size: 16px;
    max-width: 390px;
    margin-top: 16px;
  }
  .discipline {
    max-width: none;
    margin: 22px 0;
  }
  .feature-image {
    order: 0;
    min-height: 220px;
  }
  .feature-copy {
    order: 1;
  }
  .project-index {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .project-index h2 {
    font-size: 31px;
  }
  .index-links {
    grid-template-columns: 1fr;
    margin-top: 28px;
    gap: 0;
    padding-top: 0;
  }
  .index-links a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
  }
  .about-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 34px;
  }
  .portrait {
    max-width: 230px;
  }
  .about-copy h2 {
    font-size: 34px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .footer {
    padding-top: 52px;
  }
  .footer-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .footer-title svg {
    height: 28px;
    width: 28px;
    margin-left: 12px;
  }
  .footer-bottom {
    gap: 22px;
  }
  .case-heading {
    padding-top: 10px;
    padding-bottom: 36px;
  }
  .back-link {
    margin-bottom: 30px;
  }
  .case-heading h1 {
    font-size: 45px;
  }
  .case-heading > p {
    font-size: 18px;
    margin-top: 20px;
  }
  .case-kicker {
    gap: 14px;
  }
  .case-kicker span:first-child {
    font-size: 19px;
  }
  .case-kicker span + span {
    font-size: 11px;
  }
  .case-context {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 28px;
  }
  .case-context .eyebrow {
    margin-bottom: 12px;
  }
  .solution-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .solution-heading {
    display: block;
    min-height: 0;
  }
  .solution-heading h2 {
    font-size: 35px;
    margin: 18px 0;
  }
  .solution-heading > p:last-child {
    font-size: 16px;
  }
  .screen-tabs {
    margin-top: 24px;
    gap: 24px;
  }
  .screen-tabs button {
    font-size: 14px;
  }
  .solution-stage {
    min-height: 0;
  }
  .decision-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .decision-section > h2 {
    font-size: 34px;
    width: 100%;
  }
  .decision-section > p:not(.eyebrow) {
    width: 100%;
    margin: 24px 0 0;
    font-size: 17px;
  }
  .detail-story,
  .detail-story.reversed {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 40px 0;
    align-items: stretch;
  }
  .detail-copy h2 {
    font-size: 32px;
  }
  .outcome-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .outcome-section h2 {
    font-size: 30px;
  }
  .outcome-section p:not(.eyebrow) {
    font-size: 17px;
  }
  .related-work {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .related-work .section-intro h2 {
    font-size: 24px;
  }
  .related-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .image-viewer {
    padding: 50px 16px 24px;
  }
  .image-viewer > img {
    max-height: none;
  }
  .sketch-evidence {
    margin-top: 26px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .site-header {
    height: 80px;
  }
  .hero {
    grid-template-columns: 1.4fr 1fr;
    padding-top: 18px;
    padding-bottom: 28px;
  }
  .hero h1 {
    font-size: clamp(76px, 10.15vw, 102px);
  }
  .hero-intro {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .hero-intro p {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .work-feature {
    position: relative;
    top: auto;
  }
  .feature-image img {
    transform: none !important;
  }
}
/* Refinements to the selected Useful by design portfolio. Palette and layout retained. */
.site-header {
  position: sticky;
  top: 0;
  height: 88px;
  border-bottom: 1px solid #e9eaed;
  z-index: 30;
}
.header-resume {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: white;
  padding: 11px 17px;
  border-radius: 3px;
}
.site-header nav .header-resume:hover {
  background: #183bc9;
  color: white;
}
.header-resume svg {
  width: 17px;
  height: 17px;
}
.hero-title > .eyebrow {
  margin-bottom: 24px;
  color: var(--muted);
}
.hero-intro .hero-greeting {
  font-size: 17px;
  font-weight: 550;
  margin-bottom: 16px;
  color: var(--ink);
}
.hero-intro .hero-support {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 18px;
  letter-spacing: -0.015em;
}
.hero-actions {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.hero-actions .text-link {
  font-size: 14px;
}
.work-stack {
  display: grid;
  gap: clamp(48px, 5vw, 80px);
  padding: 8px var(--gutter) 20px;
  margin: auto;
}
.work-feature {
  position: relative;
  top: auto;
  border-radius: 8px;
  isolation: isolate;
}
.work-feature.light {
  background: var(--soft);
}
.feature-link,
.reverse .feature-link {
  min-height: 480px;
  grid-template-columns: 1.55fr 1fr;
}
.reverse .feature-link {
  grid-template-columns: 1fr 1.55fr;
}
.feature-copy {
  padding: 36px clamp(24px, 3vw, 48px);
}
.feature-copy h2 {
  font-size: clamp(36px, 3.6vw, 56px);
  margin: 20px 0 16px;
}
.feature-copy h3 {
  font-size: clamp(25px, 2.3vw, 34px);
}
.feature-summary {
  font-size: 16px;
  margin-top: 18px;
}
.discipline {
  margin: 24px 0;
  padding-top: 18px;
}
.feature-actions {
  display: flex;
  gap: 18px 24px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.case-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
}
.case-card-link:focus-visible {
  outline: none;
}
.case-card-link:focus-visible::after {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.live-product-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #8b919a66;
}
.live-product-link svg {
  width: 16px;
  height: 16px;
}
.live-product-link:hover {
  color: var(--blue);
}
.dark .live-product-link:hover {
  color: #8ca7ff;
}
.case-live-link {
  margin-top: 28px;
  font-size: 15px;
}
.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;
}
.feature-image {
  overflow: visible;
}
.feature-image img {
  transform: none;
  will-change: auto;
}
.feature-image img {
  border-radius: 8px 0 0 8px;
}
.reverse .feature-image img {
  border-radius: 0 8px 8px 0;
}
.index-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 26px;
}
.index-links a {
  max-width: 330px;
}
.case-context .team-credit {
  margin-top: 16px;
  font-size: 14px !important;
  line-height: 1.5;
  color: var(--muted);
  border-left: 2px solid var(--line);
  padding-left: 13px;
}
.case-jump-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 var(--gutter) 34px;
  font-size: 13px;
  color: var(--muted);
}
.case-jump-links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.case-jump-links svg {
  width: 15px;
  height: 15px;
}
.case-jump-links a:hover {
  color: var(--blue);
}
.solution-stage {
  margin-top: 35px;
}
.solution-stage .screen-expand img {
  max-height: none;
}
.detail-stories {
  padding: 0 var(--gutter) 20px;
}
.detail-story.image-led,
.detail-story.image-led.reversed {
  display: block;
  padding: 58px 0 64px;
  border-top: 1px solid var(--line);
}
.image-led .detail-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 70px;
  align-items: end;
  margin-bottom: 32px;
}
.image-led .detail-copy > .eyebrow {
  grid-column: 1/-1;
}
.image-led .detail-copy h2 {
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.12;
  margin: 0;
  max-width: 580px;
}
.image-led .detail-copy > p:last-child {
  max-width: 550px;
}
.image-led .screen-expand img {
  max-height: none;
  border-radius: 4px;
  filter: drop-shadow(0 8px 16px #151e2a0d);
}
.evidence-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 0 var(--gutter) 70px;
}
.evidence-gallery figure {
  margin: 0;
  min-width: 0;
}
.evidence-gallery .evidence-wide {
  grid-column: 1/-1;
}
.evidence-portrait {
  background: var(--soft);
  padding: 30px;
}
.evidence-portrait .screen-expand img {
  height: 560px;
  max-height: 70vh;
  object-fit: contain;
  filter: none;
}
.evidence-gallery figcaption {
  margin-top: 24px;
}
.evidence-gallery h3 {
  font-size: 25px;
  font-weight: 550;
  line-height: 1.2;
  margin-bottom: 10px;
}
.evidence-gallery figcaption > p {
  font-size: 15px;
  max-width: 650px;
  color: var(--muted);
}
.evidence-wide .screen-expand img {
  max-height: none;
}
.portrait img {
  filter: none;
}
@media (min-width: 1600px) {
  .work-stack,
  .case-jump-links,
  .evidence-gallery {
    padding-left: max(var(--gutter), calc((100vw - 1440px) / 2));
    padding-right: max(var(--gutter), calc((100vw - 1440px) / 2));
  }
}
@media (max-width: 1000px) {
  .hero {
    gap: 38px;
  }
  .hero-intro {
    padding-left: 30px;
  }
  .hero-intro .hero-support {
    font-size: 14px;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .image-led .detail-copy {
    gap: 18px 35px;
  }
  .evidence-gallery {
    gap: 26px;
  }
}
@media (max-width: 700px) {
  :root {
    scroll-padding-top: 96px;
  }
  .site-header {
    height: 80px;
  }
  .site-header .wordmark {
    font-size: 16px;
    max-width: 170px;
  }
  .site-header nav {
    gap: 14px;
  }
  .site-header nav > a:nth-child(3) {
    display: inline-flex;
  }
  .site-header nav > .contact-link {
    display: none;
  }
  .site-header .header-resume {
    font-size: 11px;
    padding: 10px 12px;
    gap: 6px;
    white-space: nowrap;
  }
  .site-header .header-resume svg {
    width: 14px;
    height: 14px;
  }
  .site-header nav > a:first-child {
    display: none;
  }
  .hero-title > .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .hero-intro {
    padding-left: 0;
    padding-top: 28px;
  }
  .hero-intro .hero-greeting {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .hero-intro .hero-support {
    font-size: 14px;
    margin-top: 15px;
  }
  .hero-actions {
    gap: 26px;
  }
  .hero-actions .text-link {
    font-size: 13px;
    margin-top: 22px;
  }
  .section-intro p {
    font-size: 12px;
    max-width: 270px;
  }
  .work-stack {
    gap: 40px;
    padding-top: 6px;
    padding-bottom: 0;
  }
  .feature-link,
  .reverse .feature-link {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .feature-copy {
    padding: 26px 24px 34px;
  }
  .feature-image {
    min-height: 0;
  }
  .feature-image img,
  .reverse .feature-image img {
    border-radius: 8px 8px 0 0;
  }
  .feature-copy h2 {
    font-size: 38px;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .index-links {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .index-links a {
    max-width: none;
  }
  .case-jump-links {
    gap: 18px 24px;
    padding-bottom: 28px;
    font-size: 12px;
  }
  .case-jump-links svg {
    width: 13px;
    height: 13px;
  }
  .solution-stage {
    margin-top: 26px;
  }
  .detail-story.image-led,
  .detail-story.image-led.reversed {
    padding: 38px 0 44px;
  }
  .image-led .detail-copy {
    display: block;
    margin-bottom: 24px;
  }
  .image-led .detail-copy h2 {
    font-size: 32px;
    margin: 18px 0;
  }
  .image-led .detail-copy > p:last-child {
    font-size: 16px;
  }
  .evidence-gallery {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 45px;
  }
  .evidence-portrait {
    padding: 24px;
  }
  .evidence-portrait .screen-expand img {
    height: auto;
    max-height: 520px;
  }
  .evidence-gallery h3 {
    font-size: 24px;
  }
}
