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

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

:root {
  --cly-deep: #20313b;
  --cly-navy: #2e3f4a;
  --cly-gold: #e2ac2a;
  --cly-gold-soft: #f4d98e;
  --cly-cloud: #f5f5f1;
  --cly-sand: #efeee8;
  --cly-muted: #5d6b71;
}

.cly-block,
.cly-block * {
  box-sizing: border-box !important;
}

.cly-block {
  position: relative;
  clear: both;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--cly-deep);
  font-family: "Calypso Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.cly-block img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cly-block a {
  color: inherit;
  text-decoration: none;
}

.cly-container {
  width: min(1380px, calc(100% - 80px));
  max-width: none !important;
  margin: 0 auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cly-section {
  padding: 126px 0;
}

.cly-display {
  max-width: 860px;
  margin: 0;
  color: var(--cly-deep);
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: clamp(45px, 4.2vw, 54px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.cly-display em {
  color: var(--cly-navy);
  font-style: italic;
  font-weight: 400;
}

.cly-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 27px;
  color: var(--cly-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cly-eyebrow--light {
  color: var(--cly-gold-soft);
}

.cly-eyebrow-lines {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 54px;
  height: 11px;
}

.cly-eyebrow-lines::before,
.cly-eyebrow-lines::after {
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--cly-gold);
  content: "";
}

.cly-eyebrow-lines::before {
  top: 1px;
  width: 42px;
}

.cly-eyebrow-lines::after {
  bottom: 1px;
  width: 54px;
}

.cly-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cly-navy);
  background: var(--cly-navy);
  padding: 14px 24px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.cly-button:hover,
.cly-button:focus-visible {
  background: transparent;
  color: var(--cly-navy) !important;
  transform: translateY(-2px);
}

.cly-button--gold {
  border-color: var(--cly-gold);
  background: var(--cly-gold);
  color: var(--cly-deep) !important;
}

.cly-button--gold:hover,
.cly-button--gold:focus-visible {
  color: #fff !important;
}

.cly-text-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgb(46 63 74 / 35%);
  padding: 8px 0;
  color: var(--cly-navy) !important;
  font-size: 13px;
  font-weight: 800;
  transition: border-color 200ms ease, color 200ms ease;
}

.cly-text-link:hover,
.cly-text-link:focus-visible {
  border-color: var(--cly-gold);
  color: #9b7010 !important;
}

.cly-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.cly-section-heading {
  display: grid;
  gap: 24px;
  margin-bottom: 54px;
}

.cly-section-heading .cly-display {
  max-width: 80%;
}

.cly-section-heading > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--cly-muted);
  font-size: 15px;
  line-height: 1.8;
}

.cly-section-heading > .cly-text-link {
  justify-self: start;
}

/* Hero */
.cly-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 88px;
  background-color: var(--cly-cloud);
  background-image: linear-gradient(90deg, rgb(46 63 74 / 4%) 1px, transparent 1px);
  background-size: 82px 82px;
}

.cly-hero__grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.88fr) minmax(570px, 1.12fr);
  align-items: center;
  gap: clamp(56px, 7vw, 116px);
}

.cly-hero__content {
  padding-left: clamp(0px, 3vw, 40px);
}

.cly-hero__title {
  max-width: 720px;
  font-size: clamp(48px, 4vw, 61px);
}

.cly-hero__copy {
  max-width: 640px;
  margin: 35px 0;
  color: #4d5a60;
  font-size: 17px;
  line-height: 1.8;
}

.cly-hero__copy p {
  margin: 0;
}

.cly-hero__visual {
  position: relative;
  height: 592px;
  min-height: 0;
  overflow: hidden;
  background: var(--cly-navy);
  box-shadow: 22px 26px 0 rgb(46 63 74 / 8%);
}

.cly-hero__visual > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

.cly-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(23 39 47 / 30%), transparent 45%, rgb(23 39 47 / 48%));
  content: "";
}

.cly-hero__frame {
  position: absolute;
  z-index: 1;
  inset: 20px;
  border: 1px solid rgb(255 255 255 / 60%);
  pointer-events: none;
}

.cly-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 75%);
  border-radius: 50%;
  background: rgb(255 255 255 / 90%);
  color: var(--cly-deep) !important;
  font-size: 21px;
  box-shadow: 0 16px 50px rgb(23 39 47 / 20%);
  transform: translate(-50%, -50%);
  transition: background 200ms ease, transform 200ms ease;
}

.cly-nectar-icon,
.cly-nectar-icon .nectar_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  color: inherit;
  font-style: normal;
  line-height: 1;
}

.cly-nectar-icon .nectar_icon i {
  width: 1em;
  height: 1em;
  margin: 0;
  color: inherit;
  font-size: 1em !important;
  line-height: 1em !important;
}

.cly-play .fa-caret-right {
  transform: translateX(0.08em);
}

a.cly-play:hover,
a.cly-play:focus-visible {
  background: var(--cly-gold);
  transform: translate(-50%, -50%) scale(1.04);
}

/* Services */
.cly-services {
  background: #fff;
}

.cly-services__grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #d8dcd9;
  background: #d8dcd9;
}

.cly-service-card {
  position: relative;
  display: flex;
  float: none !important;
  width: auto !important;
  height: 100%;
  max-width: none !important;
  min-width: 0;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}

.cly-service-card__image {
  position: relative;
  height: 228px;
  overflow: hidden;
}

.cly-service-card__image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  filter: saturate(0.82);
  transition: filter 500ms ease, transform 500ms ease;
}

.cly-service-card:hover .cly-service-card__image img {
  filter: saturate(1);
  transform: scale(1.035);
}

.cly-service-card__image span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: var(--cly-gold);
  color: var(--cly-navy);
  font-size: 11px;
  font-weight: 800;
}

.cly-service-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px;
}

.cly-service-card__content h3 {
  margin: 0 0 15px;
  color: var(--cly-deep);
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.15;
}

.cly-service-card__content p {
  margin: 0 0 28px;
  color: #637178;
  font-size: 13px;
  line-height: 1.75;
}

.cly-service-card__content a {
  margin-top: auto;
  border-top: 1px solid #e2e5e2;
  padding-top: 16px;
  color: var(--cly-navy);
  font-size: 12px;
  font-weight: 800;
}

/* Audience */
.cly-audience {
  padding: 26px 0;
  background: var(--cly-navy);
  color: rgb(255 255 255 / 80%);
}

.cly-audience__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

.cly-audience__inner > p {
  flex: 0 0 auto;
  margin: 0;
  color: var(--cly-gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cly-audience__inner > div {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: clamp(16px, 1.6vw, 23px);
}

.cly-audience__inner i {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cly-gold);
}

/* About */
.cly-about {
  overflow: hidden;
  background: var(--cly-sand);
}

.cly-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(60px, 7vw, 110px);
}

.cly-about__copy {
  max-width: 680px;
  margin-top: 48px;
  color: #59686e;
  font-size: 15px;
}

.cly-about__copy h3 {
  margin: 0 0 24px;
  color: var(--cly-deep);
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.45;
}

.cly-about__copy p {
  margin: 0 0 20px;
}

.cly-about__visual {
  position: relative;
  min-height: 620px;
}

.cly-about__main,
.cly-about__small {
  position: absolute;
  overflow: hidden;
}

.cly-about__main {
  top: 0;
  right: 0;
  width: 88%;
  height: 500px;
}

.cly-about__small {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 270px;
  box-shadow: 0 20px 60px rgb(28 43 50 / 16%);
}

.cly-about__main img,
.cly-about__small img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

.cly-about__badge {
  position: absolute;
  z-index: 2;
  bottom: 68px;
  left: 0;
  display: flex;
  width: 220px;
  min-height: 170px;
  flex-direction: column;
  justify-content: center;
  background: var(--cly-navy);
  padding: 28px 24px;
  color: #fff;
}

.cly-about__badge > span::before,
.cly-about__badge > span::after {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 55px;
  height: 2px;
  background: var(--cly-gold);
  content: "";
}

.cly-about__badge > span::after {
  top: 28px;
  width: 38px;
}

.cly-about__badge strong {
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: 39px;
  font-weight: 400;
}

.cly-about__badge small {
  color: #c9d0d2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Projects */
.cly-projects {
  overflow: hidden;
  background: var(--cly-deep);
  color: #fff;
}

.cly-projects .cly-display {
  color: #fff;
}

.cly-projects__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: 100px;
  margin-bottom: 54px;
}

.cly-projects__heading > div:last-child > p {
  margin: 0;
  color: #bdc6c9;
  font-size: 15px;
  line-height: 1.8;
}

.cly-projects__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
}

.cly-projects__actions > a {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding: 8px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.cly-projects__actions > span {
  display: flex;
  gap: 8px;
}

.cly-projects__actions button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 18px;
  cursor: pointer;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.cly-projects__actions button .cly-nectar-icon {
  font-size: 15px;
}

.cly-projects__actions button:last-child,
.cly-projects__actions button:hover,
.cly-projects__actions button:focus-visible {
  border-color: var(--cly-gold);
  background: var(--cly-gold);
  color: var(--cly-deep);
}

.cly-projects__bleed {
  width: calc(100vw - max(40px, (100vw - 1380px) / 2));
}

.cly-projects__track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 0 clamp(40px, 8vw, 160px) 8px 0;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.cly-projects__track::-webkit-scrollbar {
  display: none;
}

.cly-project-card {
  float: none !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: clamp(360px, 38vw, 560px);
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.cly-project-card__image {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.cly-project-card__image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  transition: filter 500ms ease, transform 500ms ease;
}

.cly-project-card:hover .cly-project-card__image img {
  filter: brightness(0.86);
  transform: scale(1.025);
}

.cly-project-card__image > span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: var(--cly-gold);
  color: var(--cly-deep);
  font-size: 20px;
}

.cly-project-card__image > span .cly-nectar-icon {
  font-size: 16px;
}

.cly-project-card__content {
  position: relative;
  padding-top: 22px;
}

.cly-project-card__content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: var(--cly-gold);
  content: "";
}

.cly-project-card__content small,
.cly-project-card__content p {
  margin: 0;
  color: #aeb9bc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cly-project-card__content h3 {
  margin: 4px 0;
  color: #fff;
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
}

/* Why */
.cly-why {
  background: #fff;
}

.cly-why__grid {
  display: grid;
  grid-template-columns: minmax(480px, 0.92fr) minmax(480px, 0.88fr);
  align-items: center;
  gap: clamp(70px, 9vw, 145px);
}

.cly-why__visual {
  position: relative;
  height: 650px;
  min-height: 650px;
  padding: 0;
}

.cly-why__visual > span {
  position: absolute;
  inset: 52px 0 0 52px;
  background: var(--cly-sand);
}

.cly-why__media {
  position: absolute;
  z-index: 1;
  inset: 0 52px 0 0;
  overflow: hidden;
}

.cly-why__media > img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.cly-why__card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: grid;
  width: 255px;
  min-height: 185px;
  padding: 28px;
  background: var(--cly-navy);
  color: #fff;
}

.cly-why__visual small {
  align-self: end;
  color: var(--cly-gold-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cly-why__visual strong {
  align-self: end;
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.cly-why__content .cly-display {
  margin-bottom: 44px;
}

.cly-why__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cly-why__content li {
  display: grid;
  min-height: 52px;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #dfe2df;
  color: #526168;
  font-size: 13px;
}

.cly-why__content li > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--cly-gold);
  border-radius: 50%;
  color: var(--cly-navy);
  font-size: 11px;
  font-weight: 800;
}

.cly-why__content li > span .cly-nectar-icon {
  font-size: 10px;
}

/* Process */
.cly-process {
  background-color: var(--cly-cloud);
  background-image: linear-gradient(90deg, rgb(46 63 74 / 4%) 1px, transparent 1px);
  background-size: 82px 82px;
}

.cly-process ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #bcc4c2;
  list-style: none;
}

.cly-process li {
  position: relative;
  min-height: 250px;
  border-right: 1px solid #d4d9d6;
  padding: 37px 28px 28px;
}

.cly-process li:first-child {
  padding-left: 0;
}

.cly-process li:last-child {
  border-right: 0;
}

.cly-process li::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cly-gold);
  content: "";
}

.cly-process li > span {
  color: #889396;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.cly-process li h3 {
  margin: 36px 0 14px;
  color: var(--cly-deep);
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
}

.cly-process li p {
  margin: 0;
  color: #68757b;
  font-size: 12px;
  line-height: 1.75;
}

/* CTA */
.cly-cta {
  overflow: hidden;
  background: var(--cly-navy);
  color: #fff;
}

.cly-cta__inner {
  position: relative;
  min-height: 500px;
  padding-top: 108px;
  padding-bottom: 108px;
}

.cly-cta__inner::before {
  position: absolute;
  top: 0;
  left: -15%;
  width: 45%;
  height: 5px;
  background: var(--cly-gold);
  content: "";
}

.cly-cta__content {
  position: relative;
  z-index: 2;
  width: min(820px, 70%);
}

.cly-cta .cly-display {
  color: #fff;
}

.cly-cta__content > p {
  max-width: 660px;
  margin: 28px 0;
  color: #c5ced1;
  font-size: 15px;
}

.cly-phone {
  display: grid;
  color: #fff !important;
}

.cly-phone small {
  color: #aab5b9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cly-phone strong {
  font-family: "Calypso Antiqua", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.cly-cta__mark {
  position: absolute;
  top: 50%;
  right: -5%;
  width: 40%;
  transform: translateY(-50%);
}

.cly-cta__mark span {
  display: block;
  height: 3px;
  margin: 18px 0;
  background: var(--cly-gold);
}

.cly-cta__mark span:nth-child(1),
.cly-cta__mark span:nth-child(5) {
  width: 58%;
  margin-left: 21%;
}

.cly-cta__mark span:nth-child(2),
.cly-cta__mark span:nth-child(4) {
  width: 78%;
  margin-left: 10%;
}

/* Movement */
@media (prefers-reduced-motion: no-preference) {
  .cly-motion .cly-reveal {
    opacity: 0;
    transform: translate3d(0, 38px, 0);
    transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--cly-delay, 0ms);
    will-change: opacity, transform;
  }

  .cly-motion .cly-reveal.cly-visible,
  .vc_editor .cly-reveal {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1200px) {
  .cly-hero__visual {
    height: 520px;
  }

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

@media (max-width: 1024px) {
  .cly-container {
    width: min(980px, calc(100% - 48px));
  }

  .cly-hero__grid,
  .cly-about__grid,
  .cly-why__grid {
    grid-template-columns: 1fr;
  }

  .cly-hero__content {
    padding-left: 0;
  }

  .cly-hero__visual {
    height: 560px;
  }

  .cly-about__grid,
  .cly-why__grid {
    gap: 64px;
  }

  .cly-projects__bleed {
    width: calc(100vw - 24px);
  }

  .cly-process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cly-process li:nth-child(3) {
    border-right: 0;
  }

  .cly-process li:nth-child(n + 4) {
    border-top: 1px solid #bcc4c2;
  }
}

@media (max-width: 768px) {
  .cly-container {
    width: min(690px, calc(100% - 36px));
  }

  .cly-section {
    padding: 92px 0;
  }

  .cly-display {
    font-size: clamp(40px, 10vw, 54px);
  }

  .cly-section-heading .cly-display {
    max-width: 100%;
  }

  .cly-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .cly-hero {
    padding: 58px 0 72px;
  }

  .cly-hero__copy {
    font-size: 15px;
  }

  .cly-hero__visual {
    height: 440px;
  }

  .cly-services__grid {
    grid-template-columns: 1fr;
  }

  .cly-service-card__image {
    height: 280px;
  }

  .cly-audience__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cly-audience__inner > div {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 18px;
  }

  .cly-about__copy {
    margin-top: 36px;
  }

  .cly-about__visual {
    min-height: 550px;
  }

  .cly-about__main {
    height: 430px;
  }

  .cly-about__small {
    height: 235px;
  }

  .cly-projects__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cly-projects__bleed {
    width: calc(100vw - 18px);
  }

  .cly-project-card {
    width: min(82vw, 520px);
  }

  .cly-project-card__image {
    height: 360px;
  }

  .cly-why__visual {
    height: 490px;
    min-height: 490px;
  }

  .cly-why__media {
    right: 30px;
  }

  .cly-process ol {
    grid-template-columns: 1fr;
  }

  .cly-process li,
  .cly-process li:first-child {
    display: grid;
    min-height: 0;
    grid-template-columns: 48px 1fr;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #d4d9d6;
    padding: 28px 0;
  }

  .cly-process li h3 {
    margin-top: 0;
  }

  .cly-cta__inner {
    min-height: 570px;
    padding-top: 88px;
    padding-bottom: 150px;
  }

  .cly-cta__content {
    width: 100%;
  }

  .cly-cta__mark {
    top: auto;
    right: -20%;
    bottom: 55px;
    width: 75%;
    opacity: 0.35;
    transform: none;
  }
}

@media (max-width: 640px) {
  .cly-container {
    width: calc(100% - 30px);
  }

  .cly-hero__title {
    font-size: 44px;
  }

  .cly-hero__visual {
    height: 360px;
  }

  .cly-play {
    width: 82px;
    height: 82px;
  }

  .cly-service-card__image {
    height: 235px;
  }

  .cly-about__visual {
    min-height: 440px;
  }

  .cly-about__main {
    width: 92%;
    height: 320px;
  }

  .cly-about__small {
    width: 54%;
    height: 185px;
  }

  .cly-about__badge {
    bottom: 38px;
    width: 168px;
    min-height: 138px;
    padding: 20px;
  }

  .cly-projects__bleed {
    width: calc(100vw - 15px);
  }

  .cly-project-card {
    width: 84vw;
  }

  .cly-project-card__image {
    height: 300px;
  }

  .cly-why__visual {
    height: 410px;
    min-height: 410px;
  }

  .cly-why__card {
    width: 220px;
    min-height: 165px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cly-block *,
  .cly-block *::before,
  .cly-block *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
