:root {
  --ink: #090909;
  --copy: #4f4f4f;
  --muted: #787878;
  --rule: #dbdbdb;
  --soft: #f6f6f5;
  --cream: #fff1dc;
  --black: #050505;
  --warm: #ebddbd;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

.container {
  width: min(1360px, calc(100% - 240px));
  margin-inline: auto;
}

.site-header {
  height: 100px;
  background: #fff;
}

.nav-shell {
  height: 100%;
  display: flex;
  align-items: center;
}

.brand {
  margin-right: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 13px;
}

.primary-nav a {
  width: 95px;
  font-size: 15px;
  line-height: 22px;
  transition: opacity 180ms ease;
}

.primary-nav a:hover,
.brand:hover,
.footer-inner a:hover,
.case-footer a:hover {
  opacity: .58;
}

.menu-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 8px 0;
  color: var(--ink);
  font: inherit;
}

/* Home */

.home-hero {
  min-height: 900px;
}

.home-hero-inner {
  min-height: 900px;
  position: relative;
}

.hero-welcome {
  position: absolute;
  top: 68px;
  left: 820px;
  width: 510px;
}

.hero-welcome .home-display {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 54px;
  font-weight: 500;
  line-height: 62px;
}

.hero-welcome > p:not(.home-display):not(.hero-links) {
  color: var(--copy);
  font-size: 19px;
  line-height: 29px;
}

.hero-links {
  display: flex;
  gap: 18px;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.portrait {
  position: absolute;
  top: 270px;
  left: 0;
  width: 700px;
  height: 396px;
  overflow: hidden;
  background: #050505;
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-name {
  position: absolute;
  top: 705px;
  left: 0;
}

.hero-name h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 92px;
  letter-spacing: -.04em;
}

.hero-name p {
  margin-top: 9px;
  color: var(--copy);
  font-size: 17px;
  line-height: 26px;
}

.scroll-cue {
  position: absolute;
  top: 808px;
  right: 0;
  font-size: 14px;
  line-height: 22px;
}

.home-section {
  overflow: hidden;
  background: #fff;
}

.home-section-heading {
  display: grid;
  grid-template-columns: 1fr 645px;
  gap: 60px;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 24px;
  color: var(--copy);
  font-size: 16px;
  line-height: 24px;
}

.home-kicker span {
  width: 42px;
  height: 1px;
  flex: none;
  background: #d9d9d7;
}

.home-intro {
  color: var(--ink);
  font-size: 26px;
  line-height: 36px;
}

.selected-works {
  min-height: 1370px;
  padding-top: 50px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 50px;
  margin-top: 32px;
}

.work-card {
  display: block;
  min-width: 0;
  height: 445px;
  background: #fff;
}

a.work-card .work-visual {
  transition: transform 260ms ease;
}

a.work-card:hover .work-visual {
  transform: scale(.985);
}

.work-visual {
  position: relative;
  height: 348px;
  overflow: hidden;
  background: #f6f6f4;
}

.image-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-copy {
  padding-top: 16px;
}

.inset-copy .work-copy {
  padding-left: 24px;
}

.work-copy h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.work-copy p {
  color: #7c7c7c;
  font-size: 15px;
  line-height: 22px;
}

.dashboard-shell {
  position: absolute;
  top: 38px;
  left: 44px;
  width: calc(100% - 88px);
  height: 260px;
  border-radius: 8px;
  background: #111;
}

.dashboard-shell i,
.browser-card i {
  position: absolute;
  display: block;
  border-radius: 5px;
}

.dashboard-sidebar { inset: 20px auto 20px 20px; width: 112px; background: #1c1c1c; }
.dashboard-header { top: 20px; left: 152px; width: calc(100% - 182px); height: 40px; background: #262626; }
.metric { top: 80px; width: 110px; height: 70px; background: #f1f1ef; }
.metric.m1 { left: 152px; }
.metric.m2 { left: 278px; }
.metric.m3 { left: 404px; }
.dashboard-chart { top: 167px; left: 152px; width: calc(100% - 182px); height: 73px; background: #e3e3df; }

.strides-visual {
  height: 335px;
}

.browser-card {
  position: absolute;
  top: 32px;
  left: 42px;
  width: calc(100% - 84px);
  height: 270px;
  border: 1px solid #d9d9d7;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.browser-bar { inset: 0 0 auto; height: 34px; border-radius: 0 !important; background: #efefeb; }
.browser-hero { top: 58px; left: 30px; width: 330px; height: 94px; background: #111; }
.copy-line { left: 388px; height: 12px; background: #cfcfcb; }
.copy-line.one { top: 60px; width: 145px; }
.copy-line.two { top: 84px; width: 110px; }
.browser-tile { top: 180px; width: 146px; height: 62px; background: #f1f1ee; }
.browser-tile.t1 { left: 30px; }
.browser-tile.t2 { left: 198px; }
.browser-tile.t3 { left: 366px; }

.nekta-visual {
  height: 335px;
  padding: 44px 50px;
  background: #e8e1d8;
  color: #4d382e;
}

.nekta-visual strong {
  font-size: 50px;
  font-weight: 500;
  line-height: 56px;
}

.nekta-visual p {
  color: #5f514a;
  font-size: 20px;
  line-height: 28px;
}

.nekta-products {
  position: absolute;
  left: 70px;
  bottom: 20px;
  display: flex;
  gap: 70px;
}

.nekta-products img {
  width: 110px;
  height: 110px;
}

.approach-section {
  min-height: 1120px;
  padding-top: 56px;
}

.approach-heading {
  grid-template-columns: 1fr 610px;
}

.approach-heading .home-intro {
  font-size: 25px;
  line-height: 35px;
}

.approach-layout {
  display: grid;
  grid-template-columns: 740px 500px;
  gap: 120px;
  margin-top: 79px;
}

.approach-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.approach-list li {
  position: relative;
  display: grid;
  grid-template-columns: 300px 390px;
  column-gap: 50px;
  min-height: 175px;
  padding-top: 34px;
  border-bottom: 1px solid #efefeb;
}

.approach-list li:first-child {
  padding-top: 0;
}

.approach-list li:last-child {
  border-bottom: 0;
}

.approach-list small {
  position: absolute;
  top: 0;
  left: 0;
  color: #7c7c7c;
  font-size: 12px;
  line-height: 18px;
}

.approach-list li:not(:first-child) small {
  top: 30px;
}

.approach-list h2 {
  grid-column: 1;
  margin-top: 34px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.approach-list li:not(:first-child) h2 {
  margin-top: 34px;
}

.approach-list p {
  grid-column: 2;
  grid-row: 1;
  color: var(--copy);
  font-size: 16px;
  line-height: 25px;
}

.approach-visuals {
  display: grid;
  gap: 35px;
}

.approach-visuals div {
  display: flex;
  align-items: flex-end;
  height: 145px;
  padding: 22px 28px;
  border-radius: 3px;
  color: var(--copy);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.tone-1 { background: #e6ded3; }
.tone-2 { background: #e9e9e5; }
.tone-3 { background: #dce5dc; }
.tone-4 { background: #e3d8d0; }

.experience-section {
  min-height: 700px;
  padding-top: 62px;
}

.experience-intro {
  width: 546px;
  margin-top: 26px;
  color: var(--copy);
  font-size: 16px;
  line-height: 25px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  margin-top: 58px;
}

.experience-grid article {
  display: flex;
  flex-direction: column;
  height: 330px;
  padding: 30px 28px;
  background: #f6f6f4;
}

.experience-grid small,
.about-copy small,
.strengths small {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.experience-grid article > small {
  color: #d2d2cd;
}

.experience-grid h2 {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.experience-grid article > p {
  margin-top: auto;
  color: #7c7c7c;
  font-size: 13px;
  line-height: 20px;
}

.about-section {
  min-height: 940px;
  padding-top: 62px;
}

.about-grid {
  display: grid;
  grid-template-columns: 600px 690px;
  gap: 70px;
}

.about-copy h2 {
  margin-top: 46px;
  font-size: 54px;
  font-weight: 500;
  line-height: 62px;
}

.about-copy > p:not(.home-kicker):not(.about-links):not(.education) {
  margin-top: 18px;
  color: var(--copy);
  font-size: 17px;
  line-height: 29px;
}

.about-links {
  display: flex;
  gap: 22px;
  margin: 26px 0 47px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.education {
  margin-top: 18px;
  font-size: 17px;
  line-height: 28px;
}

.capabilities > h3 {
  margin: 0 0 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.capabilities article {
  min-height: 160px;
  padding-bottom: 48px;
  border-bottom: 1px solid #efefeb;
}

.capabilities article + article {
  padding-top: 47px;
}

.capabilities h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.capabilities article p {
  margin-top: 8px;
  color: var(--copy);
  font-size: 15px;
  line-height: 22px;
}

.strengths {
  padding-top: 83px;
}

.strengths p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 28px;
}

.archive-section {
  min-height: 1140px;
  padding-top: 54px;
}

.archive-heading {
  grid-template-columns: 1fr 660px;
}

.archive-heading .home-intro {
  font-size: 24px;
  line-height: 34px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-top: 54px;
}

.archive-card {
  position: relative;
  height: 350px;
  overflow: hidden;
  padding: 26px 28px;
}

.archive-card small {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.archive-card h2 {
  position: absolute;
  bottom: 42px;
  left: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.archive-1 { background: #e8e3db; }
.archive-2 { background: #e6e6e1; }
.archive-3 { background: #dde3db; }
.archive-4 { background: #e1d7cf; }
.archive-5 { background: #efe8df; }
.archive-6 { background: #e3e5e1; }

.aa {
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 86px;
  font-weight: 500;
  line-height: 94px;
}

.poster {
  position: absolute;
  top: 64px;
  left: 50%;
  width: 190px;
  height: 210px;
  transform: translateX(-50%);
  padding-top: 31px;
  border-radius: 4px;
  background: #050505;
  color: var(--warm);
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.mark {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translateX(-50%);
}

.mark img {
  width: 100%;
  height: 100%;
}

.mark b {
  position: absolute;
  inset: 31px 0 auto;
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
}

.editorial {
  position: absolute;
  top: 70px;
  left: 70px;
  display: grid;
  gap: 24px;
}

.editorial i {
  width: 280px;
  height: 10px;
  border-radius: 2px;
  background: #8b7e75;
}

.editorial i:nth-child(even) { width: 220px; }

.icons {
  position: absolute;
  top: 105px;
  left: 70px;
  display: flex;
  gap: 31px;
}

.icons img {
  width: 44px;
  height: 44px;
}

.composition i,
.composition b {
  position: absolute;
  display: block;
}

.composition i {
  top: 78px;
  left: 76px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #8a766a;
}

.composition b {
  top: 128px;
  left: 176px;
  width: 140px;
  height: 70px;
  border-radius: 6px;
  background: #b7a79b;
}

/* Shared footer */

.site-footer {
  overflow: hidden;
  background: var(--black);
  color: #fff;
}

.home-footer {
  min-height: 890px;
  padding-top: 90px;
}

.footer-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-cta p {
  color: var(--warm);
  font-size: 112px;
  line-height: 120px;
  letter-spacing: -.035em;
}

.footer-cta a {
  margin-bottom: -50px;
  font-size: 22px;
  line-height: 30px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  margin-top: 170px;
}

.footer-main > div,
.footer-main nav {
  display: flex;
  flex-direction: column;
}

.footer-main strong {
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.footer-main span,
.footer-main a,
.footer-main nav {
  color: #c8c8c8;
  font-size: 15px;
  line-height: 30px;
}

.footer-main nav {
  width: 200px;
  text-align: right;
}

.footer-credit {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 39px;
  border-top: 1px solid #353535;
  color: #777;
  font-size: 13px;
  line-height: 20px;
}

/* Case study */

.case-header .primary-nav {
  gap: 32px;
}

.case-header .primary-nav a {
  width: 90px;
}

.case-hero {
  min-height: 1206px;
  padding: 92px 0 72px;
  overflow: hidden;
}

.case-hero h1 {
  font-size: 86px;
  font-weight: 500;
  line-height: 98px;
  letter-spacing: -.035em;
}

.case-hero h2 {
  margin-top: 24px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.case-hero > .container > p {
  width: 980px;
  margin-top: 24px;
  color: var(--copy);
  font-size: 21px;
  line-height: 32px;
}

.case-hero small {
  display: block;
  margin-top: 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.case-hero-media {
  width: 100%;
  height: 720px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--soft);
}

.case-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-facts {
  height: 470px;
  padding: 54px 0 72px;
  overflow: hidden;
}

.case-facts hr {
  height: 1px;
  margin: 0 0 52px;
  border: 0;
  background: var(--rule);
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 107px;
  padding: 20px;
  gap: 40px;
  border-top: 1px solid #ded6c4;
  border-bottom: 1px solid #ded6c4;
  background: var(--cream);
  overflow: hidden;
}

.fact-row + .fact-row {
  height: 132px;
  margin-top: 52px;
}

.fact-row small,
.data-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.fact-row p {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.fact-row + .fact-row p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.case-section {
  height: var(--section-height);
  padding: 104px 0;
  overflow: hidden;
  background: #fff;
}

.case-section.soft-section {
  background: var(--soft);
}

.case-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.case-label {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 24px;
}

.case-label span {
  width: 40px;
  height: 1px;
  flex: none;
  background: var(--rule);
}

.case-label p {
  color: var(--copy);
  font-size: 15px;
  line-height: 22px;
}

.case-split {
  display: grid;
  grid-template-columns: 470px 810px;
  gap: 80px;
}

.case-split h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -.025em;
}

.case-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.case-body p {
  color: var(--copy);
  font-size: 22px;
  line-height: 33px;
}

.case-body .body-medium {
  color: var(--ink);
  font-weight: 500;
}

.case-body .body-label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.case-body .body-question {
  color: var(--ink);
  font-size: 29px;
  font-weight: 500;
  line-height: 39px;
}

.case-body .body-emphasis {
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  gap: 40px;
}

.data-card {
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}

.data-card p {
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.data-grid.stats .data-card p {
  font-size: 22px;
  line-height: 30px;
}

.case-media {
  position: relative;
  width: 100%;
  height: var(--media-height);
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--soft);
}

.case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-media figcaption {
  position: absolute;
  top: 24px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--copy);
  font-size: 14px;
  line-height: 20px;
}

.case-media figcaption strong {
  font-weight: 500;
}

.case-media figcaption span {
  color: var(--muted);
}

.case-gallery {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.section-statement {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

.dark-section {
  background: var(--black);
  color: #fff;
}

.dark-section .case-label p,
.dark-section .case-body p,
.dark-section .data-card small {
  color: #bdbdbd;
}

.dark-section .case-label span,
.dark-section .data-card {
  border-color: #353535;
}

.dark-section .case-label span {
  background: #353535;
}

.dark-section .case-split h2,
.dark-section .case-body .body-medium,
.dark-section .case-body .body-question,
.dark-section .case-body .body-emphasis,
.dark-section .data-card p,
.dark-section .section-statement {
  color: #fff;
}

.case-footer {
  min-height: 340px;
  padding: 86px 0 68px;
}

.case-footer .footer-cta p {
  font-size: 80px;
  line-height: 92px;
}

.case-footer .footer-cta a {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}

.case-footer-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #353535;
  color: #c8c8c8;
  font-size: 15px;
  line-height: 25px;
}

.case-footer-row nav {
  display: flex;
  gap: 17px;
}

.case-footer-row > span:last-child {
  text-align: right;
}

@media (max-width: 1440px) {
  .container {
    width: calc(100% - clamp(48px, 15vw, 240px));
  }

  .hero-welcome { left: 58%; width: 42%; }
  .portrait { width: 52%; }
  .home-section-heading,
  .approach-heading,
  .archive-heading { grid-template-columns: 1fr 1fr; }
  .works-grid { column-gap: 32px; }
  .dashboard-shell { left: 28px; width: calc(100% - 56px); }
  .dashboard-sidebar { width: 82px; }
  .dashboard-header,
  .metric.m1,
  .dashboard-chart { left: 112px; }
  .metric { width: 80px; }
  .metric.m2 { left: 208px; }
  .metric.m3 { left: 304px; }
  .dashboard-header,
  .dashboard-chart { width: calc(100% - 132px); }
  .browser-card { left: 24px; width: calc(100% - 48px); }
  .browser-hero { width: 55%; }
  .copy-line { display: none !important; }
  .browser-tile { width: 26%; }
  .browser-tile.t2 { left: 37%; }
  .browser-tile.t3 { left: 68%; }
  .nekta-products { gap: 30px; }
  .approach-layout { grid-template-columns: 1fr 38%; gap: 60px; }
  .approach-list li { grid-template-columns: 36% 1fr; gap: 30px; }
  .about-grid { grid-template-columns: 45% 1fr; gap: 60px; }
  .case-split { grid-template-columns: 36% 1fr; gap: 60px; }
  .case-hero > .container > p { width: 75%; }
  .case-section { height: auto; min-height: var(--section-height); }
  .case-facts { height: auto; min-height: 470px; }
  .fact-row { height: auto; min-height: 107px; }
  .fact-row + .fact-row { height: auto; min-height: 132px; }
}

@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }

  .site-header,
  .nav-shell {
    height: 76px;
  }

  .brand {
    font-size: 16px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    z-index: 20;
    top: 68px;
    right: 20px;
    display: none;
    width: 190px;
    padding: 22px;
    border: 1px solid var(--rule);
    background: #fff;
    box-shadow: 0 16px 40px rgb(0 0 0 / .08);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a,
  .case-header .primary-nav a {
    width: auto;
  }

  .home-hero,
  .home-hero-inner {
    min-height: auto;
  }

  .home-hero-inner {
    display: flex;
    flex-direction: column;
    padding: 42px 0 76px;
  }

  .hero-welcome,
  .portrait,
  .hero-name,
  .scroll-cue {
    position: static;
    width: 100%;
  }

  .hero-welcome .home-display {
    font-size: 44px;
    line-height: 52px;
  }

  .portrait {
    order: 2;
    height: auto;
    aspect-ratio: 700 / 396;
    margin-top: 52px;
  }

  .hero-name {
    order: 3;
    margin-top: 24px;
  }

  .hero-name h1 {
    font-size: 54px;
    line-height: 62px;
  }

  .scroll-cue {
    order: 4;
    margin-top: 38px;
    text-align: right;
  }

  .home-section,
  .selected-works,
  .approach-section,
  .experience-section,
  .about-section,
  .archive-section {
    min-height: auto;
    padding: 72px 0;
  }

  .home-section-heading,
  .approach-heading,
  .archive-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-intro,
  .approach-heading .home-intro,
  .archive-heading .home-intro {
    font-size: 22px;
    line-height: 31px;
  }

  .works-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .work-card {
    height: auto;
    min-height: 365px;
  }

  .work-visual,
  .strides-visual,
  .nekta-visual {
    height: auto;
    aspect-ratio: 660 / 348;
  }

  .work-copy,
  .inset-copy .work-copy {
    padding: 16px 0 20px;
  }

  .dashboard-shell { top: 11%; height: 75%; }
  .dashboard-sidebar { width: 20%; }
  .dashboard-header, .dashboard-chart { left: 29%; width: 66%; }
  .metric { left: auto !important; width: 18%; }
  .metric.m1 { left: 29% !important; }
  .metric.m2 { left: 50% !important; }
  .metric.m3 { left: 71% !important; }
  .nekta-visual { padding: 24px; }
  .nekta-visual strong { font-size: 36px; line-height: 42px; }
  .nekta-visual p { font-size: 15px; line-height: 22px; }
  .nekta-products { left: 24px; right: 24px; gap: 24px; justify-content: space-between; }
  .nekta-products img { width: 22%; height: auto; }

  .approach-layout {
    grid-template-columns: 1fr;
    gap: 52px;
    margin-top: 64px;
  }

  .approach-list li {
    grid-template-columns: 1fr;
    min-height: 220px;
    padding-top: 48px;
  }

  .approach-list li:first-child { padding-top: 18px; }
  .approach-list h2 { margin-top: 24px; }
  .approach-list p { grid-column: 1; grid-row: auto; margin-top: 10px; }
  .approach-visuals { gap: 16px; }
  .approach-visuals div { height: 112px; }

  .experience-intro { width: 100%; }
  .experience-grid { grid-template-columns: 1fr; gap: 18px; }
  .experience-grid article { height: 280px; }

  .about-grid { grid-template-columns: 1fr; gap: 72px; }
  .about-copy h2 { font-size: 46px; line-height: 54px; }
  .strengths { padding-top: 52px; }

  .archive-grid { grid-template-columns: 1fr; gap: 20px; }
  .archive-card { height: 310px; }

  .home-footer { min-height: 690px; padding: 72px 0 40px; }
  .footer-cta { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-cta p { font-size: 54px; line-height: 62px; }
  .footer-cta a { margin: 0; }
  .footer-main { margin-top: 96px; }
  .footer-main nav { width: auto; }
  .footer-credit { flex-direction: column; gap: 12px; }

  .case-hero {
    min-height: auto;
    padding: 58px 0 72px;
  }

  .case-hero h1 { font-size: 52px; line-height: 60px; }
  .case-hero h2 { font-size: 24px; line-height: 32px; }
  .case-hero > .container > p { width: 100%; font-size: 18px; line-height: 28px; }
  .case-hero-media { height: auto; aspect-ratio: 16 / 9; }

  .case-facts { height: auto; min-height: auto; padding: 36px 0 72px; }
  .fact-row { height: auto; grid-template-columns: 1fr; gap: 28px; }
  .fact-row + .fact-row { height: auto; margin-top: 20px; }

  .case-section { height: auto; min-height: auto; padding: 72px 0; }
  .case-split { grid-template-columns: 1fr; gap: 28px; }
  .case-split h2 { font-size: 38px; line-height: 46px; }
  .case-body p { font-size: 18px; line-height: 28px; }
  .case-body .body-question { font-size: 24px; line-height: 34px; }
  .data-grid { grid-template-columns: 1fr; gap: 28px; }
  .case-media { height: min(var(--media-height), 340px); }
  .gallery-grid { grid-template-columns: 1fr; }

  .case-footer { min-height: 430px; padding: 72px 0 40px; }
  .case-footer .footer-cta p { font-size: 54px; line-height: 62px; }
  .case-footer-row { grid-template-columns: 1fr; gap: 18px; }
  .case-footer-row nav { flex-wrap: wrap; }
  .case-footer-row > span:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
