/* Customer Highlights: image-first editorial showcase */
.highlights-page {
  --ch-paper: #f1efe6;
  --ch-white: #fbfaf5;
  --ch-ink: #0f1712;
  --ch-black: #050809;
  --ch-cyan: #2fb9d6;
  --ch-cyan-dark: #087e97;
  --ch-orange: #c85f2b;
  --ch-amber: #ffb22e;
  margin: 0;
  overflow-x: clip;
  background: var(--ch-paper);
  color: var(--ch-ink);
  font-family: "Archivo", Arial, sans-serif;
}

.highlights-page *,
.highlights-page *::before,
.highlights-page *::after {
  box-sizing: border-box;
}

.highlights-page .container {
  width: min(calc(100% - 64px), 1500px);
  max-width: none;
  margin-inline: auto;
}

.highlights-page h1,
.highlights-page h2,
.highlights-page h3,
.highlights-page p {
  overflow-wrap: break-word;
}

.highlights-page h1,
.highlights-page h2,
.highlights-page h3 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: .01em;
}

.highlights-page .footer__cols h4 {
  font-family: var(--display);
  font-weight: 400;
  text-transform: none;
}

.highlights-page .nav {
  z-index: 100;
}

.highlights-page .nav__inner {
  max-width: 1500px;
}

.highlights-page .nav__logo img {
  width: auto;
  max-width: none;
  object-fit: contain;
  aspect-ratio: auto;
}

.highlights-case-page .footer__logo {
  width: auto;
  height: 84px;
  max-width: 100%;
  align-self: center;
  flex: 0 0 auto;
  object-fit: contain;
  aspect-ratio: auto;
}

.highlights-page .bookbtn,
.highlights-page .bookpanel,
.highlights-page .hunt,
.highlights-page .hunt-fly {
  display: none !important;
}

@media (min-width: 1101px) and (max-width: 1320px) {
  .highlights-page .nav__inner {
    gap: 16px;
    padding-inline: 18px;
  }

  .highlights-page .nav__logo img {
    height: 78px;
  }

  .highlights-page .nav__links {
    gap: 14px;
  }

  .highlights-page .nav__links a {
    font-size: 1.08rem;
  }

  .highlights-page .nav__links a.nav__start {
    padding-inline: 12px;
  }
}

@media (min-width: 1101px) and (max-width: 1180px) {
  .highlights-page .nav__inner {
    gap: 10px;
    padding-inline: 14px;
  }

  .highlights-page .nav__logo img {
    height: 68px;
  }

  .highlights-page .nav__links {
    gap: 10px;
  }

  .highlights-page .nav__links a {
    font-size: 1rem;
  }

  .highlights-page .nav__links a.nav__start {
    padding-inline: 10px;
  }
}

/* Gallery */
.ch-gallery-hero {
  padding: clamp(160px, 17vw, 250px) 0 clamp(80px, 10vw, 145px);
  border-bottom: 1px solid rgba(15, 23, 18, .28);
}

.ch-gallery-hero__meta,
.ch-case-hero__topline,
.ch-index-line,
.ch-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #566159;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ch-gallery-hero h1 {
  max-width: 1380px;
  margin: clamp(52px, 7vw, 92px) 0 0;
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 6.8rem);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .9;
}

.ch-gallery-hero h1 span {
  display: block;
  overflow-wrap: normal;
  white-space: nowrap;
}

.ch-gallery-hero__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-top: clamp(52px, 7vw, 95px);
  padding-top: 28px;
  border-top: 1px solid rgba(15, 23, 18, .28);
}

.ch-gallery-hero__bottom p {
  max-width: 720px;
  margin: 0;
  color: #48534c;
  font-size: clamp(1.08rem, 1.7vw, 1.4rem);
  line-height: 1.55;
}

.ch-gallery-hero__bottom a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--ch-ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ch-project-index {
  padding: clamp(90px, 11vw, 165px) 0;
}

.ch-index-line {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 23, 18, .28);
}

.ch-index-line h2 {
  margin: 0;
  color: var(--ch-ink);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ch-project-entry {
  margin-top: clamp(40px, 5vw, 72px);
}

.ch-project-entry__visual {
  position: relative;
  display: block;
  padding: clamp(26px, 4vw, 58px) clamp(26px, 4vw, 58px) clamp(72px, 8vw, 118px);
  overflow: hidden;
  background: #0a1113;
  color: var(--ch-white);
}

.ch-project-entry__visual::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47, 185, 214, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 185, 214, .08) 1px, transparent 1px);
  background-size: 84px 84px;
  content: "";
}

.ch-project-entry__tag {
  position: relative;
  z-index: 3;
  display: inline-flex;
  margin-bottom: 24px;
  padding: 10px 13px;
  background: var(--ch-cyan);
  color: var(--ch-black);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ch-browser-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #25302b;
  border-radius: 9px;
  background: var(--ch-black);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.ch-browser-frame__bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  background: #e5e3da;
  color: #667069;
}

.ch-browser-frame__bar > span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #919990;
}

.ch-browser-frame__bar b {
  margin-left: 10px;
  overflow: hidden;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ch-browser-frame > img {
  width: 100%;
  aspect-ratio: 16 / 8.55;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.ch-phone-frame {
  position: absolute;
  z-index: 4;
  right: clamp(38px, 6vw, 100px);
  bottom: clamp(20px, 3vw, 46px);
  width: clamp(145px, 17vw, 248px);
  overflow: hidden;
  border: 8px solid #080b0c;
  border-radius: 28px;
  background: #080b0c;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .46);
}

.ch-phone-frame > span {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 34%;
  height: 13px;
  border-radius: 10px;
  background: #080b0c;
  transform: translateX(-50%);
}

.ch-phone-frame img {
  width: 100%;
  display: block;
  border-radius: 19px;
}

.ch-project-entry__details {
  display: grid;
  grid-template-columns: 190px minmax(260px, .8fr) minmax(320px, 1fr) 62px;
  gap: clamp(24px, 4vw, 68px);
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid rgba(15, 23, 18, .28);
}

.ch-client-mark {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 190px;
  min-height: 96px;
  padding: 13px;
  background: #fff;
}

.ch-client-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.ch-project-entry__details > div:nth-child(2) p,
.ch-case-hero__identity p {
  margin: 0 0 8px;
  color: var(--ch-cyan-dark);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ch-project-entry__details h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: .01em;
  line-height: 1;
}

.ch-project-entry__details > div:nth-child(2) > span {
  display: block;
  margin-top: 8px;
  color: #677169;
  font-size: .78rem;
}

.ch-project-entry__summary {
  margin: 0;
  color: #48534c;
  line-height: 1.55;
}

.ch-circle-link {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ch-ink);
  border-radius: 50%;
  color: var(--ch-ink);
  font-size: 1.35rem;
  transition: background .2s, color .2s, transform .2s;
}

.ch-circle-link:hover {
  background: var(--ch-ink);
  color: var(--ch-white);
  transform: rotate(45deg);
}

.ch-collection-note {
  display: grid;
  grid-template-columns: 190px minmax(0, 660px);
  gap: clamp(24px, 4vw, 68px);
  margin-top: clamp(70px, 9vw, 130px);
  padding-top: 30px;
  border-top: 1px solid rgba(15, 23, 18, .28);
}

.ch-collection-note span {
  color: var(--ch-orange);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ch-collection-note p {
  margin: 0;
  color: #48534c;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.45;
}

/* Customer case */
.ch-case-hero {
  padding: clamp(150px, 15vw, 220px) 0 clamp(70px, 8vw, 120px);
}

.ch-case-hero__topline {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15, 23, 18, .28);
}

.ch-case-hero__topline a {
  color: var(--ch-ink);
}

.ch-case-hero__identity {
  display: grid;
  grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  margin-top: clamp(60px, 8vw, 110px);
}

.ch-client-mark--large {
  max-width: 240px;
  min-height: 170px;
  padding: 22px;
  box-shadow: 14px 14px 0 var(--ch-cyan);
}

.ch-case-hero h1 {
  max-width: 1130px;
  margin: 0;
  font-size: clamp(3.8rem, 5.8vw, 6.4rem);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .98;
}

.ch-case-hero__intro {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, auto);
  gap: 50px;
  justify-content: space-between;
  align-items: end;
  margin-top: clamp(54px, 7vw, 96px);
  padding-top: 28px;
  border-top: 1px solid rgba(15, 23, 18, .28);
}

.ch-case-hero__intro > p {
  margin: 0;
  color: #445048;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.55;
}

.ch-case-hero__intro > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.ch-case-hero__intro span {
  padding: 9px 11px;
  border: 1px solid rgba(15, 23, 18, .38);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-case-showcase {
  padding: 0 0 clamp(100px, 12vw, 180px);
}

.ch-showcase-stage {
  position: relative;
  padding: clamp(28px, 5vw, 72px) clamp(28px, 5vw, 72px) clamp(85px, 9vw, 140px);
  background: #0a1113;
}

.ch-browser-frame--hero > img {
  aspect-ratio: 16 / 8.7;
}

.ch-phone-frame--hero {
  right: clamp(42px, 7vw, 118px);
  bottom: clamp(22px, 3.5vw, 58px);
}

.ch-overview,
.ch-experience,
.ch-capabilities {
  padding: clamp(95px, 11vw, 165px) 0;
}

.ch-section-label {
  justify-content: flex-start;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15, 23, 18, .28);
}

.ch-section-label span {
  min-width: 58px;
  color: var(--ch-cyan-dark);
}

.ch-section-label p {
  margin: 0;
}

.ch-overview__grid,
.ch-experience__heading,
.ch-search-system__heading,
.ch-capabilities__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: clamp(50px, 10vw, 160px);
  align-items: start;
  margin-top: clamp(55px, 7vw, 95px);
}

.ch-overview h2,
.ch-experience__heading h2,
.ch-search-system__heading h2,
.ch-capabilities__heading h2,
.ch-testimonial-gate h2,
.ch-case-close h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1;
}

.ch-overview__copy > p,
.ch-experience__heading > p,
.ch-search-system__heading > p,
.ch-capabilities__heading > p {
  margin: 0;
  color: #48534c;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.ch-overview dl {
  margin: 44px 0 0;
  border-top: 1px solid rgba(15, 23, 18, .28);
}

.ch-overview dl > div {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(15, 23, 18, .2);
}

.ch-overview dt {
  color: #727b74;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ch-overview dd {
  margin: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.45;
}

.ch-overview__copy > .ch-status-note {
  margin-top: 28px;
  padding: 16px 18px;
  border-left: 3px solid var(--ch-amber);
  background: rgba(255, 178, 46, .12);
  color: #48534c;
  font-size: .86rem;
  line-height: 1.6;
}

.ch-experience {
  background: var(--ch-white);
}

.ch-screen-story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
  margin-top: clamp(80px, 11vw, 165px);
}

.ch-screen-story--reverse {
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
}

.ch-screen-story--reverse > .ch-browser-frame {
  order: 2;
}

.ch-screen-story--reverse > .ch-screen-story__copy {
  order: 1;
}

.ch-screen-story__copy > span {
  color: var(--ch-cyan-dark);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ch-screen-story__copy h3 {
  margin: 18px 0 15px;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  letter-spacing: .01em;
  line-height: 1.02;
}

.ch-screen-story__copy p {
  margin: 0;
  color: #536058;
  line-height: 1.65;
}

.ch-screen-pair {
  display: grid;
  gap: 24px;
}

.ch-screen-pair .ch-browser-frame:nth-child(2) {
  width: 82%;
  margin: -90px 0 0 auto;
}

.ch-search-system {
  padding: clamp(100px, 12vw, 180px) 0;
  background: var(--ch-black);
  color: var(--ch-white);
}

.ch-section-label--light {
  color: rgba(251, 250, 245, .62);
  border-color: rgba(251, 250, 245, .22);
}

.ch-section-label--light span {
  color: var(--ch-cyan);
}

.ch-search-system__heading > p {
  color: rgba(251, 250, 245, .68);
}

.ch-search-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(70px, 9vw, 120px);
  border: 1px solid rgba(47, 185, 214, .34);
  background: rgba(47, 185, 214, .34);
}

.ch-search-numbers article {
  min-height: 330px;
  padding: clamp(28px, 3.5vw, 46px);
  background: var(--ch-black);
}

.ch-search-numbers b {
  color: var(--ch-cyan);
  font-size: clamp(3.6rem, 6vw, 6rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.ch-search-numbers h3 {
  margin: 44px 0 12px;
  color: var(--ch-white);
  font-size: 1.35rem;
  line-height: 1.05;
}

.ch-search-numbers p {
  margin: 0;
  color: rgba(251, 250, 245, .6);
  line-height: 1.55;
}

.ch-evidence-note {
  max-width: 900px;
  margin: 40px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--ch-amber);
  color: rgba(251, 250, 245, .65);
  font-size: .86rem;
  line-height: 1.6;
}

.ch-capability-list {
  margin-top: clamp(70px, 9vw, 120px);
  border-top: 1px solid rgba(15, 23, 18, .32);
}

.ch-capability-list article {
  display: grid;
  grid-template-columns: 190px minmax(260px, .75fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 75px);
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid rgba(15, 23, 18, .25);
}

.ch-capability-list article > span {
  width: fit-content;
  padding: 7px 9px;
  border: 1px solid var(--ch-cyan-dark);
  color: var(--ch-cyan-dark);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ch-capability-list h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2.15rem);
  letter-spacing: .01em;
  line-height: 1.05;
}

.ch-capability-list p {
  margin: 0;
  color: #536058;
  line-height: 1.62;
}

.ch-photo-strip {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  min-height: 600px;
  background: var(--ch-black);
}

.ch-photo-strip figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.ch-photo-strip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.82);
  transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .4s;
}

.ch-photo-strip figure:hover img {
  filter: saturate(1);
  transform: scale(1.025);
}

.ch-testimonial-gate {
  padding: clamp(95px, 12vw, 180px) 0;
  background: var(--ch-cyan);
  color: var(--ch-black);
}

.ch-testimonial-gate .container {
  max-width: 1180px;
}

.ch-testimonial-gate > .container > span {
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid var(--ch-black);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ch-testimonial-gate h2 {
  margin-top: 40px;
}

.ch-testimonial-gate p {
  max-width: 730px;
  margin: 34px 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.6;
}

.ch-case-close {
  padding: clamp(110px, 14vw, 210px) 0;
  background: var(--ch-paper);
}

.ch-case-close > .container > p {
  margin: 0 0 28px;
  color: var(--ch-cyan-dark);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ch-case-close h2 {
  max-width: 1100px;
}

.ch-case-close > .container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 34px;
  align-items: center;
  margin-top: 45px;
}

.ch-primary-link {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 19px;
  background: var(--ch-ink);
  color: var(--ch-white);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-text-link {
  color: var(--ch-ink);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-gallery-hero a:focus-visible,
.ch-project-entry a:focus-visible,
.highlights-case-page a:focus-visible {
  outline: 3px solid var(--ch-amber);
  outline-offset: 5px;
}

@media (max-width: 1120px) {
  .ch-project-entry__details {
    grid-template-columns: 160px minmax(240px, .8fr) minmax(280px, 1fr) 58px;
    gap: 26px;
  }

  .ch-search-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .ch-capability-list article {
    grid-template-columns: 150px minmax(230px, .7fr) minmax(280px, 1fr);
  }
}

@media (max-width: 900px) {
  .ch-gallery-hero__bottom,
  .ch-case-hero__intro,
  .ch-overview__grid,
  .ch-experience__heading,
  .ch-search-system__heading,
  .ch-capabilities__heading,
  .ch-screen-story,
  .ch-screen-story--reverse {
    grid-template-columns: 1fr;
  }

  .ch-gallery-hero__bottom a {
    width: fit-content;
  }

  .ch-project-entry__details {
    grid-template-columns: 150px 1fr 58px;
  }

  .ch-project-entry__summary {
    grid-column: 2 / 3;
  }

  .ch-circle-link {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .ch-case-hero__identity {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .ch-case-hero__intro > div {
    justify-content: flex-start;
  }

  .ch-screen-story--reverse > .ch-browser-frame,
  .ch-screen-story--reverse > .ch-screen-story__copy {
    order: initial;
  }

  .ch-capability-list article {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .ch-capability-list article p {
    grid-column: 2;
  }

  .ch-photo-strip {
    min-height: 780px;
    grid-template-columns: 1fr 1fr;
  }

  .ch-photo-strip figure:first-child {
    grid-row: span 2;
  }
}

@media (max-width: 640px) {
  .highlights-page .container {
    width: min(calc(100% - 28px), 1500px);
  }

  .ch-gallery-hero {
    padding-top: 138px;
  }

  .ch-gallery-hero__meta,
  .ch-case-hero__topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .ch-gallery-hero h1 {
    margin-top: 52px;
    font-size: clamp(2.35rem, 10.5vw, 3.2rem);
    letter-spacing: 0;
    line-height: .94;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .ch-project-entry__visual,
  .ch-showcase-stage {
    padding: 18px 18px 38px;
  }

  .ch-project-entry__tag {
    margin-bottom: 15px;
  }

  .ch-browser-frame__bar {
    min-height: 34px;
    padding-inline: 10px;
  }

  .ch-browser-frame__bar > span {
    width: 6px;
    height: 6px;
  }

  .ch-browser-frame__bar b {
    font-size: .52rem;
  }

  .ch-phone-frame,
  .ch-phone-frame--hero {
    position: relative;
    right: auto;
    bottom: auto;
    width: 38%;
    margin: -44px 14px 0 auto;
    border-width: 5px;
    border-radius: 19px;
  }

  .ch-phone-frame img {
    border-radius: 13px;
  }

  .ch-project-entry__details {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }

  .ch-client-mark {
    min-height: 76px;
    padding: 8px;
  }

  .ch-project-entry__summary {
    grid-column: 1 / -1;
  }

  .ch-circle-link {
    width: 50px;
    height: 50px;
    grid-column: 2;
    grid-row: auto;
    justify-self: end;
  }

  .ch-collection-note {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ch-case-hero {
    padding-top: 138px;
  }

  .ch-case-hero__identity {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ch-client-mark--large {
    width: 150px;
    min-height: 110px;
  }

  .ch-case-hero h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 10.8vw, 3.35rem);
    line-height: .98;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .ch-overview h2,
  .ch-experience__heading h2,
  .ch-search-system__heading h2,
  .ch-capabilities__heading h2,
  .ch-testimonial-gate h2,
  .ch-case-close h2 {
    font-size: clamp(2.3rem, 10.8vw, 3.2rem);
    line-height: 1.02;
  }

  .ch-overview dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ch-screen-pair .ch-browser-frame:nth-child(2) {
    width: 92%;
    margin-top: -30px;
  }

  .ch-search-numbers {
    grid-template-columns: 1fr;
  }

  .ch-search-numbers article {
    min-height: auto;
  }

  .ch-search-numbers h3 {
    margin-top: 24px;
  }

  .ch-capability-list article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ch-capability-list article p {
    grid-column: auto;
  }

  .ch-photo-strip {
    min-height: 1040px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

  .ch-photo-strip figure:first-child {
    grid-row: auto;
  }
}

@media (max-height: 620px) and (orientation: landscape) {
  .ch-gallery-hero,
  .ch-case-hero {
    padding-top: 125px;
  }

  .ch-gallery-hero h1,
  .ch-case-hero h1 {
    font-size: clamp(3rem, 7vw, 4.6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ch-circle-link,
  .ch-photo-strip img {
    transition: none;
  }
}
