@font-face {
  font-family: "Unbounded";
  src: url("fonts/unbounded-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("fonts/unbounded-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("fonts/unbounded-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/ibm-plex-mono-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f3ecdf;
  --ink: #171512;
  --red: #f04b32;
  --blue: #2447ff;
  --lime: #c8ff38;
  --edge: 20px;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 9%, rgba(240, 75, 50, 0.09), transparent 27rem),
    var(--paper);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::after {
  content: "";
  position: fixed;
  z-index: 1000;
  inset: 0;
  opacity: 0.24;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(23, 21, 18, 0.1) 0 0.5px, transparent 0.8px),
    radial-gradient(circle at 70% 60%, rgba(23, 21, 18, 0.08) 0 0.5px, transparent 0.8px);
  background-size: 9px 11px, 13px 15px;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

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

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

.topbar {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 12px var(--edge);
  border-bottom: 1px solid var(--ink);
}

.identity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-height: 44px;
  text-decoration: none;
}

.identity span {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
}

.identity strong {
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.topbar nav {
  display: none;
}

.topbar-message {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-family: var(--mono);
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.topbar-message span {
  color: var(--red);
  font-size: 18px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  padding: 74px var(--edge) 70px;
}

.kicker,
.section-label,
.case-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kicker {
  margin-bottom: 26px;
}

.hero h1 {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  font-family: var(--display);
  font-size: clamp(48px, 14.2vw, 74px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.97;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero-line-accent {
  color: var(--blue);
}

.hero-line-experts {
  color: var(--ink);
  font-size: 0.82em;
  font-weight: 300;
  letter-spacing: -0.085em;
}

.hero h1 em {
  color: var(--red);
  font-style: normal;
  font-weight: 300;
}

.hero-bottom {
  position: relative;
  z-index: 4;
}

.hero-bottom p {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 17px;
}

.arrow-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 12px 16px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-link span {
  color: var(--lime);
  font-size: 20px;
}

.hero-evidence {
  position: relative;
  height: 530px;
  margin-top: 58px;
}

.receipt {
  position: absolute;
  width: 158px;
  margin: 0;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--ink);
  box-shadow: 10px 14px 0 rgba(23, 21, 18, 0.14);
}

.receipt img {
  width: 100%;
  height: auto;
}

.receipt-a {
  z-index: 3;
  top: 22px;
  left: 4px;
  transform: rotate(-6deg);
}

.receipt-b {
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(3deg);
}

.receipt-c {
  z-index: 1;
  top: 44px;
  right: 0;
  transform: rotate(8deg);
}

.evidence-orbit {
  position: absolute;
  border-radius: 50%;
}

.evidence-orbit-blue {
  width: 300px;
  height: 300px;
  top: 100px;
  left: 50%;
  border: 28px solid var(--blue);
  transform: translateX(-50%);
}

.evidence-orbit-red {
  width: 170px;
  height: 170px;
  right: -50px;
  bottom: 30px;
  background: var(--red);
}

.evidence-stamp {
  position: absolute;
  z-index: 5;
  right: 2px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 104px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-10deg);
}

.scale-bar {
  color: var(--paper);
  background: var(--blue);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.scale-bar > div {
  position: relative;
  padding: 30px var(--edge);
  border-bottom: 1px solid rgba(243, 236, 223, 0.45);
}

.scale-bar > div:last-child {
  border-bottom: 0;
}

.scale-bar span {
  position: absolute;
  top: 34px;
  right: var(--edge);
  font-family: var(--mono);
  font-size: 10px;
}

.scale-bar strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: clamp(34px, 10vw, 48px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.scale-bar p {
  margin-bottom: 0;
  color: rgba(243, 236, 223, 0.72);
  font-size: 13px;
}

.principle {
  padding: 88px var(--edge);
  border-bottom: 1px solid var(--ink);
}

.section-label {
  margin-bottom: 28px;
}

.principle h2,
.cases-heading h2,
.experience h2,
.contact h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.principle h2 {
  margin-bottom: 46px;
  font-size: clamp(40px, 11vw, 62px);
}

.principle-copy > p {
  margin-bottom: 42px;
  font-size: 18px;
}

.principle ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.principle li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.principle li span {
  color: var(--red);
  font-family: var(--mono);
  font-size: 11px;
}

.image-story {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}

.image-story > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-story-light > img {
  object-position: 58% center;
}

.image-story-dark > img {
  object-position: 60% center;
}

.image-story-copy {
  position: absolute;
  z-index: 2;
  right: var(--edge);
  bottom: 28px;
  left: var(--edge);
  padding: 20px;
  border: 1px solid var(--ink);
}

.image-story-light .image-story-copy {
  color: var(--paper);
  background: var(--ink);
}

.image-story-dark .image-story-copy {
  color: var(--ink);
  background: var(--lime);
}

.image-story-copy span {
  display: block;
  margin-bottom: 14px;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.image-story-copy strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(25px, 7vw, 40px);
  letter-spacing: -0.05em;
  line-height: 1.08;
  text-transform: uppercase;
}

.cases {
  padding: 90px var(--edge);
  color: var(--paper);
  background: var(--ink);
}

.cases-heading {
  margin-bottom: 74px;
}

.cases-heading .section-label {
  color: var(--lime);
}

.cases-heading h2 {
  margin-bottom: 28px;
  font-size: clamp(45px, 13vw, 72px);
  text-transform: uppercase;
}

.cases-heading h2 span {
  color: var(--red);
  font-weight: 300;
}

.case {
  position: relative;
  margin-bottom: 38px;
  overflow: hidden;
}

.case-number {
  font-family: var(--mono);
  font-size: 12px;
}

.case-summary h3 {
  margin-bottom: 24px;
  min-width: 0;
  font-family: var(--display);
  font-size: clamp(34px, 9vw, 52px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.case-summary h3 span {
  color: var(--lime);
  font-weight: 900;
}

.case-result {
  margin-bottom: 0;
  color: rgba(243, 236, 223, 0.72);
  font-size: 15px;
}

.case-art {
  width: 100% !important;
  height: 190px;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: transparent !important;
  border: 1px solid currentColor !important;
  box-shadow: none !important;
  transform: none !important;
}

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

.makeup {
  padding: 26px 20px 34px;
  color: var(--paper);
  background: var(--red);
  border: 1px solid var(--paper);
}

.makeup .case-number {
  margin-bottom: 60px;
}

.makeup .case-meta {
  margin-bottom: 18px;
}

.makeup .case-summary h3 span,
.makeup .case-result {
  color: var(--ink);
}

.case-screens-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  margin-top: 48px;
}

.case-screens-pair figure {
  margin: 0;
}

.case-screens-pair img {
  width: 100%;
  padding: 5px;
  background: white;
  border: 1px solid var(--ink);
}

.neural {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 620px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--paper);
}

.neural .case-number {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
}

.neural-screen {
  order: 3;
  display: grid;
  place-items: center;
  padding: 56px 12px;
  background: var(--blue);
}

.neural-screen figure {
  width: min(100%, 230px);
  margin: 0;
  padding: 8px;
  background: white;
  border: 1px solid var(--ink);
  transform: rotate(-2deg);
  box-shadow: 12px 14px 0 var(--ink);
}

.neural .case-summary {
  order: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 74px 20px 46px;
}

.neural .case-summary h3 span {
  display: block;
  color: var(--blue);
}

.neural .case-summary h3 {
  font-size: clamp(30px, 8.6vw, 42px);
}

.neural .case-result {
  color: rgba(23, 21, 18, 0.72);
}

.income {
  padding: 26px 20px 42px;
  color: var(--paper);
  background: var(--blue);
  border: 1px solid var(--paper);
}

.income-head .case-number {
  margin-bottom: 60px;
}

.income .case-summary h3 span {
  color: var(--lime);
}

.income-screens {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  margin: 50px 8px 0;
}

.income-screens figure {
  position: relative;
  margin: 0;
}

.income-screens figure:nth-child(1) {
  transform: translateY(18px) rotate(-3deg);
}

.income-screens figure:nth-child(2) {
  transform: rotate(2deg);
}

.income-screens figure:nth-child(3) {
  transform: translateY(26px) rotate(4deg);
}

.income-screens img {
  width: 100%;
  padding: 4px;
  background: white;
  border: 1px solid var(--ink);
}

.income-screens span {
  position: absolute;
  right: -3px;
  bottom: -8px;
  padding: 5px 7px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 9px;
}

.case-duo {
  display: grid;
  gap: 38px;
}

.english,
.art {
  display: grid;
  padding: 26px 20px 30px;
  border: 1px solid var(--paper);
}

.english {
  color: var(--ink);
  background: var(--paper);
}

.art {
  color: var(--ink);
  background: var(--lime);
}

.english .case-number,
.art .case-number {
  margin-bottom: 60px;
}

.english .case-summary h3 span {
  color: var(--blue);
}

.art .case-summary h3 span {
  color: var(--red);
}

.english .case-result,
.art .case-result {
  color: rgba(23, 21, 18, 0.72);
}

.english > figure,
.art > figure {
  width: min(80%, 250px);
  margin: 50px auto 0;
  padding: 7px;
  background: white;
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--red);
}

.art > figure {
  box-shadow: 12px 12px 0 var(--blue);
}

.experience {
  padding: 90px var(--edge);
  border-bottom: 1px solid var(--ink);
}

.experience h2 {
  margin-bottom: 58px;
  overflow-wrap: anywhere;
  font-size: clamp(34px, 9vw, 52px);
}

.experience-list {
  border-top: 1px solid var(--ink);
}

.experience-list article {
  display: grid;
  padding: 24px 0;
  border-bottom: 1px solid var(--ink);
}

.experience-list p {
  margin-bottom: 24px;
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.experience-list strong {
  font-family: var(--display);
  font-size: clamp(36px, 10vw, 54px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.experience-list span {
  color: rgba(23, 21, 18, 0.65);
  font-size: 13px;
}

.niches {
  margin-top: 64px;
}

.niches > p {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.niches ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.niches li {
  padding: 8px 12px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 12px;
}

.contact {
  padding: 90px var(--edge);
  color: var(--paper);
  background: var(--red);
}

.contact h2 {
  margin-bottom: 58px;
  font-size: clamp(40px, 11vw, 68px);
}

.contact h2 span {
  color: var(--ink);
  font-weight: 300;
}

.contact-actions {
  border-top: 1px solid var(--ink);
}

.contact-actions a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 18px;
  min-height: 106px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  text-decoration: none;
}

.contact-actions small {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.contact-actions strong {
  font-family: var(--display);
  font-size: clamp(18px, 5.4vw, 27px);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.contact-actions a > span {
  grid-column: 2;
  grid-row: 1 / 3;
  font-size: 28px;
}

footer {
  display: grid;
  gap: 18px;
  padding: 28px var(--edge);
  color: rgba(243, 236, 223, 0.68);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--lime);
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease-out, transform 560ms ease-out;
}

.js .reveal.visible {
  opacity: 1;
  transform: none;
}

.js .enter {
  opacity: 0;
  transform: translateY(18px);
  animation: enter 620ms ease-out forwards;
}

.js .hero h1.enter {
  animation-delay: 80ms;
}

.js .hero-bottom.enter {
  animation-delay: 160ms;
}

.js .hero-evidence.enter {
  animation-delay: 240ms;
}

@keyframes enter {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 760px) {
  :root {
    --edge: clamp(36px, 5vw, 84px);
  }

  .topbar {
    grid-template-columns: 1fr auto 1fr;
    min-height: 82px;
  }

  .topbar nav {
    display: flex;
    gap: 34px;
  }

  .topbar nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-family: var(--mono);
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .topbar-message {
    justify-self: end;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
    gap: clamp(30px, 5vw, 90px);
    align-items: center;
    min-height: calc(100svh - 82px);
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: clamp(58px, 5.8vw, 100px);
  }

  .hero-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 36px;
    align-items: end;
  }

  .hero-bottom p {
    margin-bottom: 0;
  }

  .hero-evidence {
    height: min(690px, 74svh);
    margin-top: 0;
  }

  .receipt {
    width: clamp(160px, 15vw, 230px);
  }

  .receipt-a {
    top: 12%;
    left: 0;
  }

  .receipt-b {
    top: 0;
  }

  .receipt-c {
    top: 18%;
  }

  .evidence-orbit-blue {
    width: 420px;
    height: 420px;
    top: 24%;
    border-width: 45px;
  }

  .evidence-orbit-red {
    right: 2%;
    bottom: 4%;
    width: 220px;
    height: 220px;
  }

  .evidence-stamp {
    right: 0;
    bottom: 1%;
    width: 128px;
  }

  .scale-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scale-bar > div {
    min-height: 176px;
    padding: 34px clamp(28px, 4vw, 64px);
    border-right: 1px solid rgba(243, 236, 223, 0.45);
    border-bottom: 0;
  }

  .scale-bar > div:last-child {
    border-right: 0;
  }

  .scale-bar span {
    right: 24px;
  }

  .principle {
    display: grid;
    grid-template-columns: 150px minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: clamp(36px, 6vw, 100px);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .principle h2 {
    margin-bottom: 0;
    font-size: clamp(48px, 5vw, 82px);
  }

  .principle-copy > p {
    font-size: 19px;
  }

  .image-story {
    min-height: min(720px, 76svh);
  }

  .image-story-dark {
    min-height: min(590px, 64svh);
  }

  .image-story-light > img {
    object-position: center;
  }

  .image-story-dark > img {
    object-position: center;
  }

  .image-story-copy {
    right: auto;
    bottom: 54px;
    width: min(620px, 46vw);
    padding: 26px 30px 30px;
  }

  .image-story-dark .image-story-copy {
    right: var(--edge);
    left: auto;
  }

  .image-story-copy strong {
    font-size: clamp(30px, 3vw, 48px);
  }

  .cases {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .cases-heading {
    margin-bottom: 110px;
  }

  .cases-heading h2 {
    max-width: 1060px;
    margin-bottom: 0;
    font-size: clamp(56px, 6.4vw, 104px);
  }

  .makeup {
    display: grid;
    grid-template-columns: 74px minmax(320px, 0.8fr) minmax(420px, 1.2fr);
    gap: 40px;
    align-items: center;
    min-height: 760px;
    padding: 54px;
  }

  .makeup .case-number {
    align-self: start;
    margin: 0;
  }

  .makeup .case-summary h3,
  .neural .case-summary h3,
  .income .case-summary h3 {
    font-size: clamp(42px, 3.8vw, 60px);
  }

  .makeup .case-summary h3 {
    font-size: clamp(40px, 3.3vw, 52px);
  }

  .case-art {
    height: 210px;
  }

  .case-screens-pair {
    gap: 24px;
    margin-top: 0;
  }

  .case-screens-pair figure:nth-child(1) {
    transform: translateY(46px) rotate(-2deg);
  }

  .case-screens-pair figure:nth-child(2) {
    transform: translateY(-28px) rotate(2deg);
  }

  .case-screens-pair img {
    padding: 8px;
  }

  .neural {
    grid-template-columns: 74px minmax(440px, 0.8fr) minmax(0, 1.2fr);
    min-height: 720px;
  }

  .neural .case-number {
    position: static;
    align-self: start;
    padding: 54px 0 0 54px;
  }

  .neural-screen {
    order: 3;
    padding: 60px;
  }

  .neural-screen figure {
    width: min(100%, 330px);
  }

  .neural .case-summary {
    padding: 70px 36px;
  }

  .income {
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    gap: 80px;
    min-height: 760px;
    padding: 54px;
  }

  .income-head {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 26px;
  }

  .income-head .case-number {
    margin: 0;
  }

  .income-screens {
    gap: 18px;
    margin-top: 0;
  }

  .case-duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
  }

  .english,
  .art {
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 700px;
    padding: 44px;
  }

  .english .case-number,
  .art .case-number {
    margin: 0;
  }

  .english > figure,
  .art > figure {
    grid-column: 2;
    width: min(72%, 280px);
  }

  .experience {
    display: grid;
    grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
    gap: 80px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .experience h2 {
    margin-bottom: 0;
    font-size: clamp(44px, 3.8vw, 60px);
  }

  .experience-list article {
    grid-template-columns: minmax(200px, 1fr) minmax(190px, 0.6fr);
    column-gap: 32px;
    align-items: center;
  }

  .experience-list p {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .niches {
    grid-column: 2;
  }

  .contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.48fr);
    column-gap: 90px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contact .section-label {
    grid-column: 1 / -1;
  }

  .contact h2 {
    margin-bottom: 0;
    font-size: clamp(54px, 5.6vw, 92px);
  }

  .contact-actions {
    align-self: end;
  }

  footer {
    grid-template-columns: 1fr minmax(300px, 0.8fr) auto;
    align-items: start;
  }
}

@media (min-width: 1280px) {
  .case-summary h3 {
    overflow-wrap: normal;
    hyphens: auto;
  }

  .makeup,
  .neural,
  .income {
    margin-bottom: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal,
  .js .enter {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
