.mws-section.mws-featured-work {
  --mws-featured-accent: #ff6841;
  --mws-featured-accent-soft: #ffd7ca;
  isolation: isolate;
  overflow: hidden;
  padding: 29px 0 90px;
  background:
    linear-gradient(rgba(233, 45, 36, 0.04) 1px, transparent 1px) 0 0 / 180px 180px,
    linear-gradient(90deg, rgba(233, 45, 36, 0.04) 1px, transparent 1px) 0 0 / 180px 180px,
    radial-gradient(circle at 96% 10%, rgba(255, 178, 63, 0.16), transparent 24%),
    radial-gradient(circle at 4% 78%, rgba(255, 212, 59, 0.1), transparent 26%),
    var(--mws-paper);
}

.mws-featured-work::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(10, 13, 18, 0.07) 0.65px, transparent 0.65px);
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.mws-featured-work > .mws-container {
  position: relative;
}

.mws-featured-work__rail {
  position: absolute;
  top: 40px;
  bottom: 62px;
  left: clamp(24px, 4.5vw, 78px);
  z-index: 2;
  display: none;
  width: 112px;
  border-right: 2px solid var(--mws-ink);
  color: var(--mws-ink);
  align-items: center;
  flex-direction: column;
}

.mws-featured-work__monogram {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1.5px solid currentColor;
  font: 600 0.92rem/1 var(--mws-mono);
  place-items: center;
}

.mws-featured-work__studio,
.mws-featured-work__rail-title,
.mws-featured-work__year {
  font: 700 0.68rem/1 var(--mws-mono);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.mws-featured-work__studio {
  margin-top: 28px;
}

.mws-featured-work__rail-rule {
  width: 1px;
  height: 72px;
  margin: 32px 0 20px;
  background: var(--mws-ink);
}

.mws-featured-work__rail-index {
  color: var(--mws-featured-accent);
  font: 700 0.7rem/1 var(--mws-mono);
  letter-spacing: 0.08em;
}

.mws-featured-work__rail-title {
  margin-top: auto;
}

.mws-featured-work__year {
  margin: 30px 0 14px;
}

.mws-featured-work .mws-section-heading {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 41px 36px;
  border-bottom: 2px solid var(--mws-ink);
}

.mws-featured-work .mws-section-heading::before {
  position: absolute;
  top: -8px;
  left: -10px;
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--mws-featured-accent);
  border-radius: 50%;
  background:
    linear-gradient(var(--mws-featured-accent), var(--mws-featured-accent)) center / 34px 1.5px no-repeat,
    linear-gradient(var(--mws-featured-accent), var(--mws-featured-accent)) center / 1.5px 34px no-repeat;
  content: "";
}

.mws-featured-work .mws-section-heading::after {
  position: absolute;
  right: -31px;
  bottom: -14px;
  color: var(--mws-ink);
  content: "+";
  font: 400 1.8rem/1 var(--mws-mono);
}

.mws-featured-work .mws-section-heading h2 {
  position: relative;
  display: inline-block;
  width: fit-content;
  font-size: clamp(4.8rem, 5vw, 5.5rem);
  justify-self: start;
}

.mws-featured-work .mws-section-heading h2::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 38%;
  height: 3px;
  background: var(--mws-featured-accent);
  content: "";
}

.mws-featured-work .mws-section-heading--split p {
  max-width: 31ch;
  color: var(--mws-ink);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.6;
}

.mws-featured-work__list {
  border-top: 0;
}

.mws-featured-work .mws-project-row {
  position: relative;
  display: grid;
  padding: 27px 0;
  border-bottom: 2px solid var(--mws-ink);
  grid-template-columns: minmax(360px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(38px, 3vw, 52px);
  align-items: stretch;
}

.mws-featured-work .mws-project-row::before {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 0;
  color: transparent;
  content: attr(data-project-number);
  font: 800 clamp(10rem, 13vw, 14rem) / 0.8 var(--mws-display);
  letter-spacing: -0.08em;
  opacity: 0.52;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-text-stroke: 1.5px var(--mws-featured-accent);
}

.mws-featured-work .mws-project-row::after {
  position: absolute;
  right: -31px;
  bottom: -16px;
  color: var(--mws-ink);
  content: "+";
  font: 400 1.8rem/1 var(--mws-mono);
}

.mws-featured-work .mws-project-row__meta {
  position: relative;
  z-index: 1;
  display: grid;
  padding-left: clamp(130px, 10vw, 172px);
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.mws-project-row__number {
  color: #000;
  font: 900 clamp(3.2rem, 4vw, 4.5rem) / 1 var(--mws-display);
  letter-spacing: -0.05em;
}

.mws-project-row__copy {
  display: flex;
  min-width: 0;
  min-height: 100%;
  padding: 4px 0;
  flex-direction: column;
}

.mws-project-row__copy h3 {
  margin: 0;
  font-size: clamp(1.9rem, 2.1vw, 2.3rem);
  line-height: 1.02;
}

.mws-project-row__copy h3 a {
  display: inline-flex;
  color: #000;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
  align-items: flex-end;
  gap: 10px;
}

.mws-project-row__copy h3 svg,
.mws-project-row__button svg,
.mws-featured-work__all svg {
  width: 1em;
  height: 1em;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
}

.mws-project-row__connector {
  position: relative;
  display: block;
  width: min(100%, 220px);
  height: 1.5px;
  margin: 24px 0 22px;
  background: var(--mws-featured-accent);
}

.mws-project-row__connector::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--mws-featured-accent);
  border-radius: 50%;
  background: var(--mws-paper);
  content: "";
  transform: translateY(-50%);
}

.mws-project-row__category {
  margin: 0 0 4px;
  color: var(--mws-featured-accent);
  font: 700 0.72rem/1.2 var(--mws-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mws-project-row__description {
  margin: 0;
  color: var(--mws-ink);
  font-size: 1rem;
  line-height: 1.5;
}

.mws-project-row__button {
  display: inline-flex;
  width: max-content;
  margin-top: auto;
  padding: 11px 10px;
  border: 1.5px solid var(--mws-ink);
  color: #fff;
  background: #000;
  font: 700 0.72rem/1 var(--mws-mono);
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mws-project-row__button:hover {
  color: var(--mws-ink);
  background: var(--mws-featured-accent);
  transform: translate(3px, -3px);
}

.mws-featured-work .mws-project-row__image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  align-self: center;
  border: 2px solid var(--mws-ink);
  border-radius: 2px;
  background: #fff;
  box-shadow: 12px 14px 0 var(--mws-featured-accent);
}

.mws-featured-work .mws-project-row__image img {
  width: 100%;
  aspect-ratio: 2.08 / 1;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.mws-featured-work .mws-project-row__image:hover img {
  transform: scale(1.025);
}

.mws-featured-work__all {
  margin: 42px 0 0 auto;
}

.mws-featured-work__all svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 1500px) {
  .mws-featured-work__rail {
    display: flex;
  }

  .mws-featured-work > .mws-container {
    width: min(calc(100% - 450px), 1100px);
    margin-right: auto;
    margin-left: calc(50% - 490px);
    padding-inline: 0;
  }

  .mws-featured-work .mws-section-heading--split {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 1fr);
    gap: 60px;
  }

  .mws-featured-work .mws-project-row {
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
    gap: 48px;
  }

  .mws-featured-work .mws-project-row::before {
    left: -150px;
  }

  .mws-featured-work .mws-project-row__meta {
    padding-left: 52px;
  }

  .mws-project-row__button {
    align-self: flex-end;
    margin-right: -38px;
  }

  .mws-project-row__category,
  .mws-project-row__description {
    margin-left: -78px;
  }

  .mws-featured-work .mws-project-row:not(:first-child) {
    padding: 18px 0;
  }

  .mws-featured-work .mws-project-row:not(:first-child) .mws-project-row__image {
    width: calc(100% - 90px);
    justify-self: start;
  }

  .mws-featured-work .mws-project-row:not(:first-child) .mws-project-row__image img {
    aspect-ratio: 2.3 / 1;
  }
}

@media (max-width: 1100px) {
  .mws-featured-work .mws-project-row {
    grid-template-columns: minmax(320px, 0.4fr) minmax(0, 0.6fr);
  }

  .mws-featured-work .mws-project-row__meta {
    padding-left: 104px;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }

  .mws-featured-work .mws-project-row::before {
    left: -20px;
    font-size: 10rem;
  }
}

@media (max-width: 900px) {
  .mws-featured-work .mws-project-row {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .mws-featured-work .mws-project-row__meta,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__meta {
    grid-column: auto;
    grid-row: auto;
    min-height: 330px;
    padding-left: min(30vw, 160px);
  }

  .mws-featured-work .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__image {
    grid-column: auto;
    grid-row: auto;
  }

  .mws-project-row__button {
    margin-top: 36px;
  }
}

@media (max-width: 720px) {
  .mws-featured-work .mws-section-heading {
    padding-left: 0;
  }

  .mws-featured-work .mws-section-heading::before,
  .mws-featured-work .mws-section-heading::after,
  .mws-featured-work .mws-project-row::after {
    display: none;
  }

  .mws-featured-work .mws-section-heading h2::after {
    bottom: -9px;
    height: 3px;
  }

  .mws-featured-work .mws-section-heading h2 {
    font-size: 4.2rem;
  }

  .mws-featured-work .mws-section-heading--split p {
    font-size: 1rem;
  }

  .mws-featured-work .mws-project-row {
    padding: 54px 0;
  }

  .mws-featured-work .mws-project-row::before {
    top: 84px;
    right: -8px;
    left: auto;
    font-size: 9.5rem;
    opacity: 0.28;
    transform: none;
  }

  .mws-featured-work .mws-project-row__meta,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__meta {
    min-height: 0;
    padding-left: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
  }

  .mws-project-row__number {
    font-size: 3.5rem;
  }

  .mws-project-row__copy h3 {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .mws-project-row__connector {
    width: min(100%, 190px);
  }

  .mws-featured-work .mws-project-row__image {
    box-shadow: 8px 9px 0 var(--mws-featured-accent);
  }
}

@media (max-width: 430px) {
  .mws-project-row__copy h3 a {
    gap: 7px;
  }

  .mws-project-row__copy h3 svg {
    width: 0.8em;
    height: 0.8em;
  }

  .mws-project-row__description {
    font-size: 0.95rem;
  }
}

/* Reference-aligned editorial layout. */
.mws-section.mws-featured-work {
  --mws-featured-accent: #ff5638;
  --mws-featured-paper: #f8f2ea;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 0 54px;
  background:
    linear-gradient(rgba(16, 18, 22, 0.035) 1px, transparent 1px) 0 0 / 180px 180px,
    linear-gradient(90deg, rgba(16, 18, 22, 0.035) 1px, transparent 1px) 0 0 / 180px 180px,
    var(--mws-featured-paper);
}

.mws-featured-work::before {
  background-image: radial-gradient(rgba(10, 13, 18, 0.055) 0.6px, transparent 0.6px);
  background-size: 5px 5px;
  opacity: 0.18;
}

.mws-featured-work > .mws-container {
  width: min(calc(100% - 80px), 1108px);
  margin-inline: auto;
  padding-inline: 0;
}

.mws-featured-work__rail {
  top: 0;
  bottom: 0;
  left: 0;
  width: 106px;
  border-right: 2px solid var(--mws-ink);
}

.mws-featured-work__monogram {
  width: 34px;
  height: 34px;
  margin-top: 30px;
  font-size: 0.78rem;
}

.mws-featured-work__studio,
.mws-featured-work__rail-title,
.mws-featured-work__year {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
}

.mws-featured-work__studio {
  margin-top: 30px;
}

.mws-featured-work__rail-rule {
  height: 26px;
  margin: 25px 0 20px;
}

.mws-featured-work__rail-index {
  font-size: 0.62rem;
}

.mws-featured-work__rail-title {
  margin-top: auto;
}

.mws-featured-work__year {
  margin: 66px 0 49px;
}

.mws-featured-work .mws-section-heading,
.mws-featured-work .mws-section-heading--split {
  display: grid;
  min-height: 144px;
  margin: 0;
  padding: 27px 0 20px;
  border-bottom: 2px solid var(--mws-ink);
  grid-template-columns: minmax(420px, 1.3fr) minmax(245px, 0.7fr) auto;
  gap: 54px;
  align-items: center;
}

.mws-featured-work .mws-section-heading::before {
  display: none;
}

.mws-featured-work .mws-section-heading::after {
  right: -31px;
  bottom: -12px;
  display: block;
  font-size: 1.45rem;
}

.mws-featured-work__eyebrow,
.mws-featured-work__count,
.mws-project-row__services {
  font-family: var(--mws-mono);
  text-transform: uppercase;
}

.mws-featured-work__eyebrow {
  margin: 0 0 16px;
  color: var(--mws-featured-accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mws-featured-work .mws-section-heading--split .mws-featured-work__eyebrow {
  max-width: none;
  margin: 0 0 20px;
  font: 700 0.7rem/1.2 var(--mws-mono);
}

.mws-featured-work__eyebrow span {
  padding-inline: 7px;
}

.mws-featured-work .mws-section-heading h2 {
  display: block;
  width: auto;
  margin: 0;
  font-size: clamp(3.9rem, 4.35vw, 4.75rem);
  line-height: 0.82;
  letter-spacing: -0.045em;
}

.mws-featured-work .mws-section-heading h2 span {
  color: var(--mws-featured-accent);
}

.mws-featured-work .mws-section-heading h2::after {
  display: none;
}

.mws-featured-work .mws-featured-work__intro {
  max-width: 28ch;
  margin: 16px 0 0;
  color: var(--mws-ink);
  font: 500 0.8rem/1.65 var(--mws-mono);
  letter-spacing: 0.01em;
}

.mws-featured-work .mws-section-heading--split .mws-featured-work__intro {
  max-width: 28ch;
  font: 500 0.8rem/1.65 var(--mws-mono);
  transform: translateY(8px);
}

.mws-featured-work__count {
  display: flex;
  margin: 20px 0 0;
  color: var(--mws-ink);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  align-items: center;
  gap: 14px;
  justify-self: end;
}

.mws-featured-work .mws-section-heading--split .mws-featured-work__count {
  max-width: none;
  font: 700 0.64rem/1.2 var(--mws-mono);
  transform: translate(28px, 20px);
}

.mws-featured-work__count strong {
  font-size: 0.72rem;
}

.mws-featured-work .mws-project-row {
  min-height: 228px;
  padding: 12px 0;
  border-bottom: 1.5px solid var(--mws-ink);
  grid-template-columns: minmax(390px, 440px) minmax(0, 542px);
  gap: 40px;
  align-items: center;
  justify-content: start;
}

.mws-featured-work .mws-project-row:first-child {
  min-height: 260px;
  padding-block: 15px;
}

.mws-featured-work .mws-project-row:last-child {
  min-height: 208px;
}

.mws-featured-work .mws-project-row::before {
  display: none;
}

.mws-featured-work .mws-project-row::after {
  right: -31px;
  bottom: -12px;
  font-size: 1.45rem;
}

.mws-featured-work .mws-project-row__meta,
.mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__meta {
  display: grid;
  min-height: 0;
  padding-left: 42px;
  grid-column: auto;
  grid-row: auto;
  grid-template-columns: 170px minmax(0, 220px);
  gap: 26px;
  align-items: center;
}

.mws-project-row__number {
  color: transparent;
  font: 800 clamp(10rem, 11vw, 12rem) / 0.76 var(--mws-display);
  letter-spacing: -0.08em;
  opacity: 0.62;
  -webkit-text-stroke: 1.35px var(--mws-featured-accent);
  transform: translateY(-22px);
}

.mws-project-row__copy {
  min-height: 0;
  padding: 0;
  justify-content: center;
}

.mws-project-row__copy h3 {
  font-size: clamp(1.65rem, 1.7vw, 1.95rem);
  line-height: 0.94;
}

.mws-project-row__copy h3 a {
  width: 100%;
  color: #05070a;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  justify-content: space-between;
  gap: 18px;
}

.mws-project-row__copy h3 svg {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
}

.mws-project-row__connector {
  display: none;
}

.mws-project-row__category {
  margin: 20px 0 5px;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.mws-project-row__description {
  margin: 0;
  font: 500 0.74rem/1.45 var(--mws-mono);
}

.mws-project-row__services {
  margin: 17px 0 0;
  color: var(--mws-ink);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.mws-project-row__button {
  margin: 17px 0 0;
  padding: 10px 12px;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  align-self: flex-start;
}

.mws-featured-work .mws-project-row__image,
.mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__image {
  width: min(100%, 542px);
  border: 1.5px solid var(--mws-ink);
  border-radius: 0;
  box-shadow: 10px 9px 0 var(--mws-featured-accent);
  justify-self: start;
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.mws-featured-work .mws-project-row:first-child .mws-project-row__image {
  aspect-ratio: 2.36 / 1;
}

.mws-featured-work .mws-project-row:nth-child(2) .mws-project-row__image {
  aspect-ratio: 2.7 / 1;
}

.mws-featured-work .mws-project-row:nth-child(3) .mws-project-row__image {
  aspect-ratio: 2.95 / 1;
}

.mws-featured-work .mws-project-row__image img,
.mws-featured-work .mws-project-row:not(:first-child) .mws-project-row__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.mws-featured-work .mws-project-row__image:hover {
  box-shadow: 14px 13px 0 var(--mws-featured-accent);
  transform: translate(-3px, -3px);
}

.mws-featured-work .mws-project-row:not(:first-child) .mws-project-row__image {
  width: min(100%, 542px);
}

.mws-featured-work__all {
  display: inline-flex;
  min-height: 42px;
  margin: 0;
  color: var(--mws-featured-accent);
  font: 700 0.7rem/1 var(--mws-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  align-items: center;
}

@media (min-width: 1280px) {
  .mws-featured-work__rail {
    display: flex;
  }
}

@media (min-width: 1500px) {
  .mws-section.mws-featured-work {
    padding-bottom: 0;
  }

  .mws-featured-work > .mws-container {
    width: 1108px;
    margin-right: auto;
    margin-left: calc(50% - 576px);
  }

  .mws-featured-work .mws-section-heading,
  .mws-featured-work .mws-section-heading--split {
    grid-template-columns: 597px 290px 121px;
    gap: 50px;
  }

  .mws-featured-work .mws-project-row:not(:first-child) {
    padding-block: 12px;
  }

  .mws-project-row__button {
    margin-right: 0;
    align-self: flex-start;
  }

  .mws-project-row__category,
  .mws-project-row__description {
    margin-left: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1499px) {
  .mws-featured-work__rail {
    width: 96px;
  }

  .mws-featured-work > .mws-container {
    width: calc(100% - 190px);
    margin-left: 140px;
  }

  .mws-featured-work .mws-section-heading,
  .mws-featured-work .mws-section-heading--split {
    grid-template-columns: minmax(350px, 1.2fr) minmax(220px, 0.7fr) auto;
    gap: 34px;
  }

  .mws-featured-work .mws-project-row {
    grid-template-columns: minmax(390px, 0.44fr) minmax(0, 0.56fr);
    gap: 30px;
  }

  .mws-featured-work .mws-project-row__meta {
    padding-left: 20px;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1100px) {
  .mws-featured-work .mws-section-heading,
  .mws-featured-work .mws-section-heading--split {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.72fr);
    gap: 28px;
  }

  .mws-featured-work__count {
    grid-column: 2;
    margin-top: -20px;
  }

  .mws-featured-work .mws-project-row {
    grid-template-columns: minmax(360px, 0.44fr) minmax(0, 0.56fr);
    gap: 28px;
  }

  .mws-featured-work .mws-project-row__meta {
    padding-left: 0;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 18px;
  }

  .mws-project-row__number {
    font-size: 8.4rem;
  }
}

@media (max-width: 900px) {
  .mws-section.mws-featured-work {
    padding-bottom: 70px;
  }

  .mws-featured-work > .mws-container {
    width: min(calc(100% - 48px), 720px);
  }

  .mws-featured-work .mws-section-heading,
  .mws-featured-work .mws-section-heading--split {
    min-height: 0;
    padding: 58px 0 34px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mws-featured-work__count {
    grid-column: auto;
    margin-top: 0;
  }

  .mws-featured-work .mws-project-row,
  .mws-featured-work .mws-project-row:first-child,
  .mws-featured-work .mws-project-row:last-child {
    min-height: 0;
    padding: 46px 0 52px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mws-featured-work .mws-project-row__meta,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__meta {
    min-height: 0;
    padding-left: 0;
    grid-template-columns: minmax(105px, 0.25fr) minmax(0, 1fr);
    gap: 24px;
  }

  .mws-project-row__number {
    font-size: clamp(7.6rem, 22vw, 10rem);
  }

  .mws-featured-work .mws-project-row__image,
  .mws-featured-work .mws-project-row:first-child .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(2) .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(3) .mws-project-row__image {
    width: 100%;
    aspect-ratio: 2.1 / 1;
  }
}

@media (max-width: 600px) {
  .mws-featured-work > .mws-container {
    width: calc(100% - 32px);
  }

  .mws-featured-work .mws-section-heading h2 {
    font-size: clamp(3.5rem, 17vw, 4.5rem);
  }

  .mws-featured-work .mws-project-row__meta,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__meta {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .mws-project-row__number {
    font-size: clamp(6.5rem, 24vw, 8rem);
  }

  .mws-project-row__copy h3 {
    font-size: clamp(1.65rem, 8vw, 2.1rem);
  }

  .mws-project-row__services {
    white-space: normal;
  }

  .mws-featured-work .mws-project-row__image,
  .mws-featured-work .mws-project-row:first-child .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(2) .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(3) .mws-project-row__image {
    aspect-ratio: 1.72 / 1;
    box-shadow: 7px 7px 0 var(--mws-featured-accent);
  }

  .mws-featured-work .mws-section-heading::after,
  .mws-featured-work .mws-project-row::after {
    display: none;
  }
}

/* Fill the viewport evenly and add the oversized portfolio marker. */
.mws-featured-work__outline-word {
  position: absolute;
  top: clamp(18px, 2.5vh, 34px);
  left: clamp(122px, 6.5vw, 156px);
  z-index: 0;
  color: rgba(255, 86, 56, 0.015);
  -webkit-text-stroke: clamp(1px, 0.1vw, 2px) rgba(255, 86, 56, 0.52);
  font: 900 clamp(7.5rem, 9.5vw, 12.5rem) / 0.76 var(--mws-display);
  letter-spacing: -0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  filter: drop-shadow(0 0 24px rgba(255, 86, 56, 0.1));
  opacity: 0.58;
  pointer-events: none;
  user-select: none;
}

.mws-featured-work > .mws-container {
  z-index: 1;
  padding-top: clamp(138px, calc(8.5vw + 16px), 194px);
}

@media (min-width: 1101px) {
  .mws-section.mws-featured-work {
    padding-bottom: 0;
  }

  .mws-featured-work > .mws-container {
    display: grid;
    min-height: 100vh;
    min-height: 100svh;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .mws-featured-work__list {
    display: grid;
    min-height: 0;
    grid-template-rows: repeat(3, minmax(240px, 1fr));
  }

  .mws-featured-work .mws-project-row,
  .mws-featured-work .mws-project-row:first-child,
  .mws-featured-work .mws-project-row:last-child,
  .mws-featured-work .mws-project-row:not(:first-child) {
    min-height: 0;
    height: 100%;
    padding-block: clamp(14px, 1.8vh, 30px);
  }

  .mws-featured-work .mws-project-row__meta,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__meta {
    align-self: center;
  }

  .mws-featured-work .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__image {
    align-self: center;
  }
}

@media (max-width: 900px) {
  .mws-featured-work .mws-section-heading--split .mws-featured-work__count {
    transform: none;
    justify-self: start;
  }
}

@media (min-width: 1500px) and (min-height: 1050px) {
  .mws-featured-work .mws-project-row {
    grid-template-columns: 440px minmax(0, 628px);
  }

  .mws-featured-work .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__image,
  .mws-featured-work .mws-project-row:not(:first-child) .mws-project-row__image {
    width: min(100%, 628px);
  }

  .mws-project-row__number {
    font-size: clamp(11rem, 10vw, 13.5rem);
  }

  .mws-project-row__copy h3 {
    font-size: clamp(1.85rem, 1.8vw, 2.1rem);
  }
}

@media (max-width: 1100px) {
  .mws-featured-work > .mws-container {
    padding-top: clamp(108px, calc(12vw + 12px), 144px);
  }

  .mws-featured-work__outline-word {
    top: 22px;
    left: 20px;
    font-size: clamp(5rem, 14vw, 8rem);
    opacity: 0.42;
  }
}

@media (max-width: 900px) {
  .mws-featured-work > .mws-container {
    padding-top: clamp(60px, calc(8vw + 10px), 82px);
  }
}

@media (max-width: 600px) {
  .mws-featured-work > .mws-container {
    padding-top: clamp(36px, calc(8vw + 8px), 56px);
  }

  .mws-featured-work__outline-word {
    top: 24px;
    left: 12px;
    font-size: clamp(3.5rem, 15vw, 5rem);
    opacity: 0.34;
  }
}

/* Keep a clear paper-colored pause before the process section begins. */
.mws-section.mws-featured-work {
  padding-bottom: clamp(72px, 5vw, 104px);
}

/*
 * Desktop image-led layout.
 * Let Selected Work use the full page rail and give the project screenshots
 * visual priority without changing the established tablet/mobile stack.
 */
@media (min-width: 1101px) {
  .mws-featured-work > .mws-container {
    width: auto;
    max-width: none;
    margin-right: clamp(24px, 3vw, 64px);
    margin-left: clamp(118px, 11vw, 176px);
  }

  .mws-featured-work .mws-section-heading,
  .mws-featured-work .mws-section-heading--split {
    grid-template-columns: minmax(390px, 1.25fr) minmax(245px, 0.7fr) auto;
    gap: clamp(30px, 3vw, 58px);
  }

  .mws-featured-work .mws-project-row,
  .mws-featured-work .mws-project-row:first-child,
  .mws-featured-work .mws-project-row:last-child,
  .mws-featured-work .mws-project-row:not(:first-child) {
    grid-template-columns: minmax(360px, 0.34fr) minmax(0, 0.66fr);
    gap: clamp(24px, 2.2vw, 44px);
  }

  .mws-featured-work .mws-project-row__meta,
  .mws-featured-work .mws-project-row:nth-child(even) .mws-project-row__meta {
    padding-left: 0;
    grid-template-columns: clamp(104px, 9.25vw, 180px) minmax(0, 1fr);
    gap: clamp(18px, 1.4vw, 30px);
  }

  .mws-featured-work .mws-project-row__number {
    font-size: clamp(9rem, 11vw, 14rem);
  }

  .mws-featured-work .mws-project-row__copy h3 {
    font-size: clamp(2rem, 1.85vw, 2.35rem);
  }

  .mws-featured-work .mws-project-row__category {
    margin-top: clamp(20px, 1.25vw, 26px);
    font-size: clamp(0.68rem, 0.62vw, 0.8rem);
  }

  .mws-featured-work .mws-project-row__description {
    font-size: clamp(0.85rem, 0.78vw, 1rem);
  }

  .mws-featured-work .mws-project-row__services {
    margin-top: clamp(18px, 1.1vw, 22px);
    font-size: clamp(0.62rem, 0.58vw, 0.75rem);
  }

  .mws-featured-work .mws-project-row__button {
    margin-top: clamp(18px, 1.1vw, 22px);
    padding: 13px 16px;
    font-size: clamp(0.7rem, 0.62vw, 0.8rem);
    gap: 12px;
  }

  .mws-featured-work .mws-project-row__image,
  .mws-featured-work .mws-project-row:first-child .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(2) .mws-project-row__image,
  .mws-featured-work .mws-project-row:nth-child(3) .mws-project-row__image,
  .mws-featured-work .mws-project-row:not(:first-child) .mws-project-row__image {
    width: 100%;
    max-width: none;
  }
}
