/* Our Clients only. Shared header/footer/form remain in header.css and base.css. */
@font-face {
  font-family: Clients Condensed;
  src: url("../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3E.woff2")
    format("woff2");
  font-weight: 900;
  font-display: swap;
}
.clients-page {
  --ink: #0b2031;
  --orange: #ff570b;
  --muted: #728498;
  color: var(--ink);
  background: #fff;
}
.clients-page *,
.project-dialog * {
  box-sizing: border-box;
}
.clients-wrap {
  width: min(1040px, calc(100% - 96px));
  margin-inline: auto;
  position: relative;
}
.clients-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font:
    600 10px/1.5 Arial,
    sans-serif;
  color: #7a8da5;
  margin: 0 0 18px;
}
.clients-page h1,
.clients-page h2,
.clients-page h3,
.project-dialog h2 {
  margin: 0;
  color: inherit;
}
.clients-page h2 {
  font:
    700 clamp(28px, 3.3vw, 48px)/1.1 Georgia,
    serif;
  letter-spacing: -1.7px;
}
.clients-work {
  padding: 30px 0 74px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
}
.clients-work:before,
.clients-process:before {
  content: "";
  position: absolute;
  width: 610px;
  height: 610px;
  border: 1px solid #ffe1d2;
  border-radius: 50%;
  right: -270px;
  top: -440px;
  box-shadow:
    0 0 0 62px #fff,
    0 0 0 63px #ffe8dd,
    0 0 0 125px #fff,
    0 0 0 126px #ffefe7;
  pointer-events: none;
}
.work-intro {
  text-align: center;
  padding: 0 0 26px;
  border-bottom: 1px solid #e6e8eb;
}
.work-intro > .clients-eyebrow {
  text-align: left;
  padding-left: 40px;
  font-size: 8px;
}
.clients-page h1 {
  font:
    900 clamp(32px, 3.15vw, 46px)/1.05 "Clients Condensed",
    Impact,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}
.clients-page h1 span {
  color: var(--orange);
}
.work-intro > p:not(.clients-eyebrow):not(.handwritten) {
  font:
    13px/1.5 Arial,
    sans-serif;
  color: var(--muted);
  margin: 22px auto 0;
}
.handwritten {
  font:
    italic 20px/1.3 "Segoe Print",
    "Bradley Hand",
    cursive;
  transform: rotate(-12deg);
  font-weight: 400;
}
.intro-note {
  position: absolute;
  right: -65px;
  top: 45px;
  font-size: 17px;
  color: #264b79;
}
.intro-note:after,
.process-note:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: currentColor;
  margin: 8px auto;
}
.selected-heading {
  text-align: center;
  margin: 20px 0 24px;
}
.selected-heading .clients-eyebrow {
  font-size: 8px;
  margin-bottom: 8px;
}
.selected-heading h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -1.1px;
}
/* This explicit column count never expands beyond three, regardless of record count. */
.client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}
#client-grid:empty {
  min-height: 420px;
}
.client-card {
  min-width: 0;
  border: 1px solid #e8e6e2;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 7px 17px #0b203107;
}
.client-visual {
  position: relative;
  aspect-ratio: 2.28;
  overflow: hidden;
  background: #ddd7cb;
  color: #fff;
}
.client-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.client-card:hover .client-visual img {
  transform: scale(1.035);
}
.client-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0009, transparent 85%);
  pointer-events: none;
}
.client-category,
.client-tagline {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 16px;
  margin: 0;
}
.client-category {
  top: 15px;
  font:
    9px/1.4 Arial,
    sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.client-category:after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: #ffffff80;
  margin-top: 9px;
}
.client-tagline {
  bottom: 20px;
  font:
    italic 17px/1.1 Georgia,
    serif;
  white-space: pre-line;
}
.client-details {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding: 10px 12px;
  min-height: 50px;
}
.client-details h3 {
  font:
    700 12px/1.25 Georgia,
    serif;
  color: #183e6b;
  letter-spacing: 0;
}
.client-details p {
  font:
    9px/1.5 Arial,
    sans-serif;
  color: var(--muted);
  margin: 3px 0 0;
}
.project-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  padding: 4px 0;
  color: #183e6b;
  white-space: nowrap;
  font:
    600 8px Arial,
    sans-serif;
  text-decoration: none;
  cursor: pointer;
  min-height: 32px;
}
.project-link span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
}
.data-status {
  margin: 0;
  text-align: center;
}
.data-status:not(:empty) {
  margin-top: 24px;
}
.client-experience {
  position: relative;
  overflow: hidden;
  background: #0b1c2c;
  color: #f8f5ef;
  padding: 56px 0 38px;
  text-align: center;
}
.client-experience:before {
  content: "";
  position: absolute;
  left: -230px;
  bottom: -100px;
  width: 390px;
  height: 390px;
  border: 48px solid #ffffff05;
  border-radius: 50%;
}
.client-experience .clients-eyebrow {
  color: #f67932;
  margin-bottom: 13px;
}
.client-experience h2 span {
  color: var(--orange);
}
.experience-intro {
  color: #a5afbb;
  font:
    16px/1.5 Arial,
    sans-serif;
  margin: 14px 0 32px;
}
.review-carousel {
  position: relative;
  width: min(820px, calc(100% - 60px));
  margin: auto;
}
.review-window {
  overflow: hidden;
  border-radius: 8px;
}
.review-track {
  display: flex;
  gap: 18px;
  transition: transform 0.4s ease;
  align-items: stretch;
}
.review-card {
  flex: 0 0 calc((100% - 18px) / 2);
  min-width: 0;
  min-height: 332px;
  border-radius: 8px;
  padding: 30px 32px;
  text-align: left;
  background: #f7f1e8;
  color: #122b43;
  border: 1px solid #d7d2c8;
  display: flex;
  flex-direction: column;
}
.quote-mark {
  font:
    700 64px/0.6 Georgia,
    serif;
  color: #ff7138;
  margin: 6px 0 14px;
}
.review-card blockquote {
  font:
    20px/1.28 Georgia,
    serif;
  margin: 0 0 22px;
  letter-spacing: -0.4px;
}
.reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  font:
    12px/1.5 Arial,
    sans-serif;
}
.reviewer img,
.reviewer-initials {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: grid;
  place-items: center;
  background: #ddd6ca;
  color: #253a4b;
  font-size: 14px;
  flex-shrink: 0;
}
.reviewer strong {
  display: block;
}
.reviewer p {
  margin: 0;
  color: #7d8b9a;
}
.review-services {
  font:
    12px/1.5 Arial,
    sans-serif;
  color: #8290a0;
  margin: 22px 0 0;
}
.review-card.future {
  background: #ffffff04;
  border-color: #586575;
  color: #f5f0e7;
  box-shadow: inset 0 0 20px #ffffff03;
  justify-content: center;
}
.future-icon {
  font-size: 27px;
  border: 1px solid #697786;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.review-card.future h3 {
  font:
    26px/1.2 Georgia,
    serif;
  letter-spacing: -0.6px;
}
.review-card.future p {
  font:
    15px/1.5 Arial,
    sans-serif;
  color: #a2adba;
  margin: 12px 0 26px;
}
.future-label {
  font:
    9px/1.5 Arial,
    sans-serif;
  letter-spacing: 2px;
  color: #8491a1;
  text-transform: uppercase;
}
.future-label:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #eb772e;
  margin-bottom: 17px;
}
.review-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff55;
  border-radius: 50%;
  background: #ffffff08;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.review-arrow.previous {
  left: -53px;
}
.review-arrow.next {
  right: -53px;
}
.review-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}
.review-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 25px;
  min-height: 12px;
  flex-wrap: wrap;
}
.review-dot {
  border: 0;
  background: #526171;
  width: 15px;
  height: 6px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
}
.review-dot[aria-current="true"] {
  background: #ff7335;
  width: 22px;
}
.edge-note {
  position: absolute;
  bottom: 25px;
  color: #7a8898;
  text-transform: uppercase;
  font:
    9px/1.9 Arial,
    sans-serif;
  letter-spacing: 2px;
  text-align: left;
}
.edge-note.left {
  left: 25px;
}
.edge-note.right {
  right: 35px;
}
.clients-process {
  background: #fdfbf7;
  padding: 58px 0 38px;
  position: relative;
  overflow: hidden;
}
.clients-process:before {
  right: -440px;
  top: -410px;
  box-shadow:
    0 0 0 62px #fdfbf7,
    0 0 0 63px #ffe8dd,
    0 0 0 125px #fdfbf7,
    0 0 0 126px #ffefe7;
}
.clients-process .clients-eyebrow {
  color: var(--orange);
  margin-bottom: 16px;
}
.process-intro {
  font:
    22px/1.25 Georgia,
    serif;
  color: #6e8196;
  margin: 18px 0 22px;
}
.process-note {
  position: absolute;
  right: 4px;
  top: 22px;
  color: #294569;
  text-align: center;
  font-size: 23px;
}
.process-note:after {
  background: var(--orange);
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 0;
  margin: 26px 0 55px;
  gap: 0;
}
.process-steps li {
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.process-steps li:before {
  content: "";
  height: 1px;
  background: #ff9e70;
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
}
.process-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff0e3;
  display: grid;
  place-items: center;
  margin: 0 auto 31px;
}
.process-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #1d3d61;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-number {
  font:
    600 14px Arial,
    sans-serif;
  color: var(--orange);
}
.step-number:before {
  content: "";
  position: absolute;
  top: 71px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: var(--orange);
  border-radius: 50%;
}
.process-steps h3 {
  font:
    700 23px/1.2 Georgia,
    serif;
  margin: 12px 0;
  letter-spacing: -0.8px;
}
.process-steps p {
  font:
    16px/1.45 Arial,
    sans-serif;
  color: #73869c;
  text-align: left;
  max-width: 235px;
  margin: auto;
}
.process-foot {
  display: flex;
  justify-content: space-between;
  font:
    9px/1.5 Arial,
    sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #65809c;
}
.process-foot span:first-child:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #ff8d51;
  margin: 0 20px 3px 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.project-dialog {
  width: min(540px, calc(100% - 40px));
  border: 1px solid #d5dce1;
  padding: 40px;
  border-radius: 8px;
  color: #0b2031;
}
.project-dialog::backdrop {
  background: #091c2baa;
}
.project-dialog h2 {
  font:
    700 30px Georgia,
    serif;
}
.project-dialog p:last-child {
  line-height: 1.6;
}
.dialog-close {
  float: right;
  background: none;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}
.clients-page button:focus-visible,
.clients-page a:focus-visible,
.project-dialog button:focus-visible {
  outline: 3px solid #ff6508;
  outline-offset: 4px;
}
@media (max-width: 1100px) {
  .intro-note { display: none; }
  .process-note {
    font-size: 18px;
  }
  .process-intro {
    max-width: 65%;
    font-size: 19px;
  }
  .edge-note {
    display: none;
  }
  .client-details {
    flex-wrap: wrap;
  }
  .clients-wrap {
    width: calc(100% - 64px);
  }
}
@media (max-width: 800px) {
  .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-note {
    display: none;
  }
  .process-intro {
    max-width: 100%;
  }
  .clients-page h2 {
    letter-spacing: -1px;
  }
  .process-steps h3 {
    font-size: 19px;
  }
  .process-steps p {
    font-size: 14px;
  }
  .review-card {
    padding: 25px 22px;
  }
  .review-card blockquote {
    font-size: 18px;
  }
  .review-card.future h3 {
    font-size: 23px;
  }
  .review-carousel {
    width: calc(100% - 52px);
  }
  .review-arrow.previous {
    left: -44px;
  }
  .review-arrow.next {
    right: -44px;
  }
  .review-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 600px) {
  .clients-wrap {
    width: calc(100% - 40px);
  }
  .clients-work {
    padding: 30px 0 44px;
  }
  .work-intro > .clients-eyebrow {
    text-align: center;
    padding: 0;
  }
  .clients-page h1 {
    font-size: 37px;
    max-width: 360px;
    margin: auto;
  }
  .work-intro > p:not(.clients-eyebrow):not(.handwritten) {
    font-size: 14px;
  }
  .desktop-break {
    display: none;
  }
  .selected-heading {
    margin: 25px 0;
  }
  .selected-heading h2 {
    font-size: 27px;
  }
  .client-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .client-category {
    font-size: 10px;
  }
  .client-tagline {
    font-size: 20px;
  }
  .client-details {
    flex-wrap: nowrap;
    padding: 12px;
  }
  .client-details h3 {
    font-size: 14px;
  }
  .client-details p {
    font-size: 10px;
  }
  .project-link {
    font-size: 9px;
  }
  .client-experience {
    padding: 44px 0 32px;
  }
  .client-experience h2 {
    font-size: 34px;
  }
  .experience-intro {
    font-size: 14px;
  }
  .review-carousel {
    width: calc(100% - 44px);
  }
  .review-card {
    flex-basis: 100%;
    min-height: 345px;
    padding: 26px 22px;
  }
  .review-card blockquote {
    font-size: 21px;
  }
  .review-arrow.previous {
    left: -37px;
  }
  .review-arrow.next {
    right: -37px;
  }
  .review-arrow {
    width: 30px;
    height: 38px;
    border-radius: 5px;
    font-size: 20px;
  }
  .clients-process {
    padding: 42px 0 32px;
  }
  .clients-process h2 {
    font-size: 36px;
  }
  .process-intro {
    font-size: 20px;
  }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .process-steps li {
    padding: 0 0 0 84px;
    text-align: left;
    min-height: 145px;
  }
  .process-steps li:before {
    top: 65px;
    bottom: -35px;
    left: 31px;
    width: 1px;
    height: auto;
  }
  .process-steps li:last-child:before {
    display: none;
  }
  .process-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .step-number:before {
    display: none;
  }
  .process-steps h3 {
    font-size: 23px;
  }
  .process-steps p {
    font-size: 15px;
    max-width: none;
  }
  .process-foot {
    font-size: 7px;
    gap: 15px;
    letter-spacing: 1.3px;
  }
  .process-foot span:first-child:before {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .client-visual img,
  .review-track {
    transition: none;
  }
  .client-card:hover .client-visual img {
    transform: none;
  }
}

/* Desktop Section 1: 125% of the original dimensions, without browser zoom.
 * Scoped here so the header, reviews, process and contact sections keep their size.
 * Smaller screens keep their existing responsive grid and spacing.
 */
@media (min-width: 1101px) {
  .clients-work {
    padding: 37.5px 0 92.5px;
  }
  .clients-work > .clients-wrap {
    width: min(1300px, calc(100% - 120px));
  }
  .clients-work .work-intro {
    padding-bottom: 32.5px;
  }
  .clients-work .clients-eyebrow {
    letter-spacing: 3.75px;
    margin-bottom: 22.5px;
  }
  .clients-work .work-intro > .clients-eyebrow {
    padding-left: 50px;
    font-size: 10px;
  }
  .clients-work h1 {
    font-size: clamp(40px, 3.94vw, 57.5px);
    letter-spacing: -1px;
  }
  .clients-work .work-intro > p:not(.clients-eyebrow):not(.handwritten) {
    font-size: 16.25px;
    margin-top: 27.5px;
  }
  .clients-work .intro-note {
    font-size: 21.25px;
    top: 56px;
    right: -45px;
  }
  .clients-work .selected-heading {
    margin: 25px 0 30px;
  }
  .clients-work .selected-heading .clients-eyebrow {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .clients-work .selected-heading h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }
  .clients-work .client-grid {
    gap: 22.5px 27.5px;
  }
  .clients-work .client-category {
    top: 18.75px;
    left: 22.5px;
    font-size: 11.25px;
    letter-spacing: 2.25px;
  }
  .clients-work .client-category:after {
    width: 28.75px;
    margin-top: 11.25px;
  }
  .clients-work .client-tagline {
    left: 22.5px;
    bottom: 25px;
    font-size: 21.25px;
  }
  .clients-work .client-details {
    gap: 10px;
    padding: 12.5px 15px;
    min-height: 62.5px;
  }
  .clients-work .client-details h3 {
    font-size: 15px;
  }
  .clients-work .client-details p {
    font-size: 11.25px;
    margin-top: 3.75px;
  }
  .clients-work .project-link {
    gap: 7.5px;
    font-size: 10px;
    min-height: 40px;
  }
  .clients-work .project-link span {
    width: 26.25px;
    height: 26.25px;
    font-size: 18.75px;
  }
}
@media (min-width: 1101px) and (max-width: 1600px) {
  /* Keep the decorative note clear of the larger headline. */
  .clients-work .intro-note {
    display: none;
  }
}

/* Desktop review and process sections: 90% presentation size.
 * Layout-aware zoom reduces typography, cards and spacing together while the
 * section backgrounds stay full width. Other sections and mobile stay unchanged.
 */
@media (min-width: 901px) {
  .clients-page > .client-experience,
  .clients-page > .clients-process {
    zoom: 0.9;
  }
}

/* ===== Final Clients refinements ===== */

/* Reference refinements: client presentation and shared contact forms only. */
@font-face{font-family:OriginAnton;src:url('../fonts/Anton.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:OriginSpartan;src:url('../fonts/LeagueSpartan-800.woff2') format('woff2');font-weight:800;font-display:swap}
@font-face{font-family:OriginSpartan;src:url('../fonts/LeagueSpartan-900.woff2') format('woff2');font-weight:900;font-display:swap}
.clients-work{padding-top:76px;background:#f7f6f2}
.clients-work .work-intro{padding-bottom:38px}
.clients-work h1{font-family:OriginAnton,Impact,sans-serif;font-weight:400;font-size:clamp(36px,4.35vw,72px);line-height:1.12;letter-spacing:-.025em}
.clients-work .work-intro>p{font-weight:600}
.clients-work .selected-heading{margin:48px 0 24px}
.clients-work .selected-heading h2{font:900 clamp(40px,4.65vw,76px)/1.05 OriginSpartan,Arial,sans-serif;letter-spacing:-.05em}
.clients-work .client-card{aspect-ratio:1;display:grid;grid-template-rows:minmax(0,77fr) minmax(0,23fr);border-radius:16px;box-shadow:0 9px 22px #0b20310e;container-type:inline-size}
.clients-work .client-visual{aspect-ratio:auto;min-height:0}
.clients-work .client-visual:after{display:none}
.clients-work .client-details{padding:4%;gap:4%;min-height:0;flex-wrap:nowrap}
.clients-work .client-details>div{min-width:0}
.clients-work .client-details h3{font:700 clamp(14px,4.1cqw,22px)/1.2 Georgia,serif;color:#103e70}
.clients-work .project-link{padding:0;flex-shrink:0;min-height:44px;min-width:44px;justify-content:center}
.clients-work .project-link span{width:clamp(36px,7.5cqw,48px);height:clamp(36px,7.5cqw,48px);font:30px/1 Arial,sans-serif;background:#ff570b}
.clients-page .client-experience h2,.clients-page .clients-process h2{font-family:OriginSpartan,Arial,sans-serif;font-weight:800;letter-spacing:-.045em}
.clients-page .client-experience h2{font-size:clamp(34px,4vw,60px)}
.clients-page .clients-process h2{font-size:clamp(38px,4.7vw,64px)}
.clients-process h2 span{color:var(--orange)}
.clients-process .process-intro{font-family:Arial,sans-serif;line-height:1.3;max-width:850px}
.clients-process .process-steps h3{font-family:OriginSpartan,Arial,sans-serif;font-weight:800;font-size:clamp(23px,2.3vw,30px);letter-spacing:-.035em}

@media(max-width:900px){
 .clients-work{padding-top:48px}
}
@media(max-width:600px){
 .clients-work .selected-heading{margin-top:32px}
 .clients-work h1{max-width:none;font-size:clamp(32px,8vw,46px)}
 .clients-work .client-card{border-radius:12px}
 .clients-process .process-intro{font-size:20px}
}

/* Match the supplied 90% desktop references. Layout zoom participates in
   document flow, preserving full-width backgrounds and avoiding empty gaps.
   Phone/tablet controls retain their readable responsive sizing. */
@media (min-width: 901px) {
  .clients-page > .clients-work{
    zoom: 0.9;
  }
}

/* Fixed card widths with every incomplete row centered automatically. */
.clients-work .client-grid {
  --client-column-gap: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: var(--client-column-gap);
}
.clients-work .client-grid > .client-card {
  flex: 0 0 calc((100% - 2 * var(--client-column-gap)) / 3);
  width: calc((100% - 2 * var(--client-column-gap)) / 3);
}
@media (min-width: 1101px) {
  .clients-work .client-grid { --client-column-gap: 27.5px; }
}
@media (max-width: 800px) {
  .clients-work .client-grid > .client-card {
    flex-basis: calc((100% - var(--client-column-gap)) / 2);
    width: calc((100% - var(--client-column-gap)) / 2);
  }
}
@media (max-width: 600px) {
  .clients-work .client-grid > .client-card { flex-basis: 100%; width: 100%; }
}

/* Clients headings: match the homepage journey heading's Barlow ExtraBold. */
@font-face {
  font-family: "Clients Barlow";
  src: url('../fonts/7cHqv4kjgoGqM7E3q-0c4A.woff2') format('woff2');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
.clients-page .clients-work .selected-heading h2,
.clients-page .client-experience #experience-title,
.clients-page .clients-process #process-title {
  font-family: "Clients Barlow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.032em;
}

/* Match the reference's serif font on the Clients introduction only. */
.clients-page .clients-work .work-intro > p:not(.clients-eyebrow):not(.handwritten) {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
