:root {
  color-scheme: dark;
  --black: #000;
  --white: #fff;
  --muted: rgba(255, 255, 255, 0.72);
  --soft: rgba(255, 255, 255, 0.54);
  --max: 1355px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Open Sans", Arial, sans-serif;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--black);
  padding: 0.65rem 0.9rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1027px, calc(100% - 2rem));
  height: 78px;
  padding: 0 36px;
  border-radius: 0 0 20px 20px;
  background: #020000;
  transform: translateX(-50%);
}

.brand img {
  width: 165px;
  height: 27px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 58px;
}

.site-nav a,
.contact > p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  transition: opacity 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  opacity: 0.68;
}

.nav-toggle {
  display: none;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
}

.nav-toggle span[aria-hidden="true"],
.nav-toggle span[aria-hidden="true"]::before,
.nav-toggle span[aria-hidden="true"]::after {
  display: block;
  width: 17px;
  height: 1px;
  margin: auto;
  background: var(--white);
  content: "";
}

.nav-toggle span[aria-hidden="true"]::before {
  transform: translateY(-6px);
}

.nav-toggle span[aria-hidden="true"]::after {
  transform: translateY(5px);
}



.home-hero {
  position: relative;
  min-height: 746px;
  overflow: hidden;
  background: #000;
}

.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.home-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.22) 100%),
    rgba(0, 0, 0, 0.04);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1348px, calc(100% - 92px));
  height: 746px;
  margin: 0 auto;
}

.home-hero-copy {
  position: absolute;
  left: 101px;
  top: 250px;
  display: grid;
  gap: 14px;
  width: 383px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  padding: 25px 28px 28px;
}

.home-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.36;
}

.home-hero-copy .home-hero-lede {
  color: #fff;
  font-family: "Hubballi", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.home-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 215px;
  height: 42px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  padding: 0 15px 0 16px;
  color: #fff;
  font-family: "Hubballi", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    opacity 160ms ease;
}

.home-hero-button span:last-child {
  font-size: 28px;
  font-weight: 300;
  line-height: 0.8;
}

.home-hero-button:hover,
.home-hero-button:focus-visible {
  border-color: #fff;
  opacity: 0.78;
  transform: translateY(-1px);
}

.home-hero-logo {
  position: absolute;
  left: 700px;
  top: 335px;
  width: 470px;
  height: 77px;
  margin: 0;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.08));
}

.home-hero-logo img {
  width: 100%;
  height: 100%;
}

.hero-filter-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.hero-logo-mark {
  filter: url("#hero-water-filter");
}

.case-studies {
  background: #000;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(5rem, 9vw, 9rem);
}

.case-studies > h2 {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 48px;
  font-family: "Hubballi", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.featured-case {
  position: relative;
  display: block;
  width: min(var(--max), calc(100% - 2rem));
  aspect-ratio: 1355 / 770;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  transform: translateY(0);
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.feature-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 220ms ease,
    transform 260ms ease;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 74px 57px;
  width: min(var(--max), calc(100% - 2rem));
  margin: 83px auto 0;
}

.case-card {
  display: block;
  min-width: 0;
  transform: translateY(0);
  transition: transform 220ms ease;
}

.case-art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.case-art img {
  width: 100%;
  height: auto;
  transition:
    filter 220ms ease,
    transform 260ms ease;
}

.case-meta {
  display: flex;
  justify-content: space-between;
  gap: 37px;
  margin-top: 16px;
  color: var(--white);
  font-family: "Hubballi", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: transform 220ms ease;
}

.case-meta h3,
.case-meta p {
  margin: 0;
  font-weight: 400;
  line-height: 1;
}

.case-meta h3 {
  font-size: 22px;
  transition: color 220ms ease;
}

.case-meta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.25;
  transition: color 220ms ease;
}

.case-meta > p {
  flex: 0 0 180px;
  text-align: right;
}

.case-meta div p {
  margin-top: 12px;
  text-transform: none;
}

.featured-meta {
  width: min(var(--max), calc(100% - 2rem));
  margin: 16px auto 0;
}

.featured-meta > p {
  flex-basis: 260px;
}

.featured-case:hover,
.featured-case:focus-visible {
  box-shadow: 0 24px 60px rgba(255, 255, 255, 0.075);
  transform: translateY(-4px);
}

.featured-case:hover .feature-art,
.featured-case:focus-visible .feature-art,
.case-card:hover .case-art img,
.case-card:focus-visible .case-art img {
  filter: brightness(0.92) contrast(1.04);
  transform: scale(1.018);
}

.case-card:hover,
.case-card:focus-visible {
  transform: translateY(-4px);
}

.case-card:hover .case-art,
.case-card:focus-visible .case-art {
  box-shadow: 0 20px 42px rgba(255, 255, 255, 0.065);
}

.case-card:hover .case-meta,
.case-card:focus-visible .case-meta {
  transform: translateY(1px);
}

.case-card:hover .case-meta h3,
.case-card:focus-visible .case-meta h3,
.case-card:hover .case-meta p,
.case-card:focus-visible .case-meta p {
  color: rgba(255, 255, 255, 0.96);
}

.contact {
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  padding: 7rem 1rem 6rem;
  background: #000;
  text-align: center;
}

.contact > p,
.contact h2,
.contact a {
  margin: 0;
}

.contact h2 {
  width: min(720px, 100%);
  font-family: "Hubballi", Arial, sans-serif;
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.contact a {
  color: var(--muted);
  font-size: 14px;
}

.home-contact {
  gap: 48px;
  padding-top: clamp(6rem, 10vw, 9rem);
}

.contact-intro {
  display: grid;
  justify-items: center;
  gap: 24px;
  width: min(820px, 100%);
}

.contact-intro p,
.contact-intro h2,
.service-list {
  margin: 0;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.service-list li {
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-intro > p:last-child {
  width: min(600px, 100%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(760px, 100%);
  text-align: left;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
  outline: none;
  padding: 13px 14px;
  transition:
    background 160ms ease,
    border-color 160ms ease;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
}

.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.form-submit {
  grid-column: 1 / -1;
  justify-self: start;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  padding: 12px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.form-submit:hover,
.form-submit:focus-visible {
  border-color: rgba(255, 255, 255, 0.76);
  color: #fff;
  transform: translateY(-1px);
}

.site-footer {
  padding: 1.5rem 1rem 2rem;
  color: var(--soft);
  background: #000;
  font-size: 12px;
  text-align: center;
}

.site-footer p {
  margin: 0;
}


.articles-page .site-header {
  position: absolute;
}

.section-eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.articles-hero {
  display: grid;
  justify-items: center;
  gap: 22px;
  min-height: 560px;
  padding: 170px 1rem 110px;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(52, 27, 59, 0.42) 0%, rgba(19, 9, 21, 0.34) 24%, rgba(0, 0, 0, 1) 68%),
    #000;
  text-align: center;
}

.articles-hero h1 {
  margin: 0;
  font-family: "Hubballi", Arial, sans-serif;
  font-size: clamp(54px, 9vw, 132px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.9;
  text-transform: uppercase;
}

.articles-hero > p:last-child {
  width: min(620px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.articles-list {
  display: grid;
  width: min(900px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 112px;
  background: #000;
}

.article-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 48px 0;
  transform: translateY(0);
  transition: transform 220ms ease;
}

.article-card img {
  width: 100%;
  height: auto;
  transition:
    filter 220ms ease,
    transform 260ms ease;
}

.article-card article {
  display: grid;
  gap: 18px;
}

.article-card h2,
.article-card p {
  margin: 0;
}

.article-card h2 {
  max-width: 560px;
  font-family: "Hubballi", Arial, sans-serif;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.article-card article > p:last-child {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}

.article-card:hover,
.article-card:focus-visible {
  transform: translateY(-4px);
}

.article-card:hover img,
.article-card:focus-visible img {
  filter: brightness(0.92) contrast(1.04);
  transform: scale(1.018);
}

.article-page .site-header {
  position: absolute;
}

.article-hero {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: 170px 1rem 80px;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(52, 27, 59, 0.42) 0%, rgba(19, 9, 21, 0.34) 24%, rgba(0, 0, 0, 1) 68%),
    #000;
  text-align: center;
}

.article-hero h1,
.article-hero p {
  margin: 0;
}

.article-hero h1 {
  width: min(1000px, 100%);
  font-family: "Hubballi", Arial, sans-serif;
  font-size: clamp(48px, 8vw, 112px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.article-hero > p:last-child {
  width: min(640px, 100%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.article-feature-image {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 96px;
  overflow: hidden;
}

.article-feature-image img,
.article-body figure img {
  width: 100%;
  height: auto;
}

.article-body {
  width: min(720px, calc(100% - 2rem));
  margin: 0 auto;
}

.article-body p,
.article-body h2,
.article-body figure {
  margin: 0;
}

.article-body p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.78;
}

.article-body p + p {
  margin-top: 28px;
}

.article-body h2 {
  margin-top: 72px;
  font-family: "Hubballi", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.article-body h2 + p {
  margin-top: 24px;
}

.article-body figure {
  width: min(900px, 100vw - 2rem);
  margin: 64px 50% 0;
  overflow: hidden;
  transform: translateX(-50%);
}

.article-back {
  width: min(720px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 64px 0 112px;
}

.article-contact {
  padding-top: 0;
}

.project-page .site-header {
  position: absolute;
}

.project-hero {
  background: #000;
  overflow: hidden;
}

.project-hero img {
  width: 100%;
  height: auto;
}

.project-hero--contained {
  display: grid;
  place-items: center;
  min-height: min(760px, 72vw);
  padding: 120px 1rem 80px;
}

.project-hero--contained img {
  width: min(649px, 100%);
}

.care-hero {
  padding-top: 0;
}

.care-hero-cycle {
  position: relative;
  width: 100%;
  aspect-ratio: 2880 / 1394;
  min-height: 560px;
  overflow: hidden;
  background: #000;
}

.care-hero-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: careHeroFlash 1620ms steps(1, end) infinite;
  animation-delay: calc(var(--frame) * 180ms);
}

.care-hero-frame:first-child {
  opacity: 1;
}

@keyframes careHeroFlash {
  0%,
  11.11% {
    opacity: 1;
  }

  11.12%,
  100% {
    opacity: 0;
  }
}

.project-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(3rem, 10vw, 12rem);
  padding: 112px clamp(1rem, 3vw, 43px);
  background: #000;
}

.project-hero + .project-brief {
  padding-top: clamp(56px, 7vw, 92px);
}

.project-kicker {
  max-width: 410px;
}

.project-kicker h1,
.project-kicker h2,
.project-kicker p,
.project-copy p {
  margin: 0;
}

.project-kicker h1,
.project-kicker h2 {
  font-family: "Hubballi", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.project-kicker h1,
.project-kicker h2 {
  text-transform: uppercase;
}

.project-kicker p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  line-height: 1.35;
}

.project-copy {
  max-width: 455px;
}

.project-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
}

.project-copy p + p {
  margin-top: 28px;
}

.project-copy .project-tags {
  margin-top: 48px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.project-credit {
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.project-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.project-link:hover,
.project-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  transform: translateY(-1px);
}

.project-media {
  background: #000;
}

.project-media--full img {
  width: 100%;
  height: auto;
}

.project-media--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.care-color-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
}

.care-color-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-media-panel {
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
}

.project-media-panel--soft {
  background: #e0e398;
}

.project-media-panel--blue {
  background: #0575ff;
}

.project-media-panel img {
  width: 100%;
  height: auto;
}

.project-next {
  display: grid;
  gap: 24px;
  padding: 0 clamp(1rem, 3vw, 43px) 120px;
  background: #000;
}

.project-next > p {
  width: min(var(--max), 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Hubballi", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-next-card {
  display: grid;
  grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4rem);
  width: min(var(--max), 100%);
  margin: 0 auto;
  transform: translateY(0);
  transition: transform 220ms ease;
}

.project-next-card img {
  width: 100%;
  height: auto;
  transition:
    filter 220ms ease,
    transform 260ms ease;
}

.project-next-card span {
  display: grid;
  gap: 12px;
  font-family: "Hubballi", Arial, sans-serif;
  text-transform: uppercase;
}

.project-next-card strong {
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 400;
  line-height: 0.98;
}

.project-next-card small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.project-next-card:hover,
.project-next-card:focus-visible {
  transform: translateY(-4px);
}

.project-next-card:hover img,
.project-next-card:focus-visible img {
  filter: brightness(0.92) contrast(1.04);
  transform: scale(1.018);
}

@media (max-width: 900px) {
  .site-header {
    width: calc(100% - 1.25rem);
    padding: 0 18px;
    border-radius: 0 0 16px 16px;
  }

  .brand img {
    width: 132px;
    height: 22px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: grid;
    gap: 0;
    width: calc(100% - 1.25rem);
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #020000;
    transform: translateY(-140%);
    transition: transform 180ms ease;
  }

  .nav-open .site-nav {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 1rem 0;
  }

  body.nav-open {
    overflow: hidden;
  }

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

  .home-hero-inner {
    width: calc(100% - 2rem);
    height: 760px;
  }

  .home-hero-copy {
    left: 0;
    top: 330px;
    width: min(430px, 100%);
  }

  .home-hero-logo {
    left: 50%;
    top: 150px;
    width: min(520px, 78vw);
    height: auto;
    transform: translateX(-50%);
  }

  .home-hero-logo img {
    height: auto;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 58px;
    margin-top: 64px;
  }

  .case-meta {
    display: grid;
    gap: 8px;
  }

  .case-meta > p {
    flex: none;
    text-align: left;
  }

  .contact a {
    overflow-wrap: anywhere;
  }

  .contact-form {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
  }

  .project-brief {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 72px 1rem;
  }

  .project-hero + .project-brief {
    padding-top: 52px;
  }

  .project-copy {
    max-width: 620px;
  }

  .project-media--split {
    grid-template-columns: 1fr;
  }

  .care-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-media-panel {
    min-height: auto;
  }

  .project-next {
    padding-bottom: 80px;
  }

  .project-next-card {
    grid-template-columns: 1fr;
  }

  .articles-hero {
    min-height: 460px;
    padding-top: 150px;
    padding-bottom: 82px;
  }

  .articles-list {
    padding-bottom: 84px;
  }

  .article-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .article-hero {
    padding-top: 150px;
    padding-bottom: 64px;
  }

  .article-feature-image {
    margin-bottom: 72px;
  }

  .article-back {
    padding-bottom: 84px;
  }
}

@media (max-width: 520px) {
  .site-header {
    height: 68px;
  }

  .brand img {
    width: 118px;
    height: auto;
  }

  .site-nav {
    inset: 68px 0 auto;
  }

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

  .home-hero-inner {
    width: calc(100% - 2.5rem);
    height: 720px;
  }

  .home-hero-copy {
    top: 300px;
    gap: 22px;
  }

  .home-hero-copy p {
    font-size: 13px;
    line-height: 1.42;
  }

  .home-hero-copy .home-hero-lede {
    font-size: 17px;
  }

  .home-hero-logo {
    top: 130px;
    width: min(82vw, 360px);
  }

  .home-hero-button {
    width: 215px;
    margin-top: 20px;
    font-size: 15px;
  }

  .case-studies > h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .case-grid {
    gap: 48px;
    margin-top: 52px;
  }

  .case-meta h3 {
    font-size: 20px;
    line-height: 1.05;
  }

  .case-meta p {
    font-size: 13px;
  }

  .featured-meta,
  .case-meta {
    margin-top: 14px;
  }

  .project-kicker h1,
  .project-kicker h2 {
    font-size: 18px;
  }

  .project-brief {
    gap: 34px;
    padding: 58px 1.25rem;
  }

  .project-hero + .project-brief {
    padding-top: 44px;
  }

  .project-copy p {
    font-size: 12px;
  }

  .project-next {
    gap: 18px;
    padding: 0 1.25rem 68px;
  }

  .project-next-card strong {
    font-size: 24px;
  }

  .home-contact {
    gap: 38px;
  }

  .contact-intro {
    gap: 20px;
  }

  .service-list {
    gap: 8px;
  }

  .service-list li {
    font-size: 9px;
  }

  .articles-hero {
    min-height: 410px;
    padding: 132px 1.25rem 68px;
  }

  .articles-hero > p:last-child,
  .article-card article > p:last-child,
  .article-hero > p:last-child,
  .article-body p {
    font-size: 12px;
  }

  .article-card {
    padding: 42px 0;
  }

  .article-hero {
    padding: 132px 1.25rem 52px;
  }

  .article-feature-image {
    width: calc(100% - 2.5rem);
    margin-bottom: 56px;
  }

  .article-body figure {
    margin-top: 48px;
  }

  .article-body h2 {
    margin-top: 56px;
  }

  .article-back {
    padding: 52px 0 68px;
  }
}

@media (hover: none) {
  .featured-case:hover,
  .featured-case:focus-visible,
  .case-card:hover,
  .case-card:focus-visible,
  .project-next-card:hover,
  .project-next-card:focus-visible {
    transform: none;
  }

  .featured-case:hover .feature-art,
  .featured-case:focus-visible .feature-art,
  .case-card:hover .case-art img,
  .case-card:focus-visible .case-art img,
  .project-next-card:hover img,
  .project-next-card:focus-visible img,
  .article-card:hover img,
  .article-card:focus-visible img {
    filter: none;
    transform: none;
  }

  .case-card:hover .case-art,
  .case-card:focus-visible .case-art {
    box-shadow: none;
  }
}

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

  .featured-case:hover,
  .featured-case:focus-visible,
  .featured-case:hover .feature-art,
  .featured-case:focus-visible .feature-art,
  .case-card:hover,
  .case-card:focus-visible,
  .case-card:hover .case-art img,
  .case-card:focus-visible .case-art img,
  .case-card:hover .case-meta,
  .case-card:focus-visible .case-meta,
  .project-next-card:hover,
  .project-next-card:focus-visible,
  .project-next-card:hover img,
  .project-next-card:focus-visible img {
    transform: none;
  }

  .care-hero-frame {
    animation: none;
  }

  .care-hero-frame:not(:first-child) {
    opacity: 0;
  }

  .hero-logo-mark {
    filter: none;
    animation: none;
  }
}
