.intro-transition p,
.services-heading h2,
.works h2,
.clients h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.45rem) !important;
  font-family: Isidora, Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.045em !important;
  line-height: normal !important;
}

@media (max-width: 800px) {
  .intro-transition p,
  .services-heading h2,
  .works h2,
  .clients h2 {
    font-size: clamp(1.08rem, 3.4vw, 1.42rem) !important;
  }
}
@media (max-width: 680px) {
  .clients {
  }
  .clients-title-wrap {
    transform: translateY(20px);
  }
  .clients .trophy {
    transform: translateY(-15px) scale(0.72);
  }
  .clients .clients-rail {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0;
  }
  .clients .clients-track span {
    width: 126px;
    height: 43.4px;
  }
}
.site-header {
  height: 96px;
  background: #fff;
  border-color: #e9e9e6;
}
.brand {
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  font-size: 2.1rem;
  font-weight: 600;
}
.brand-logo {
  display: block;
  width: auto;
  height: 80px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 2px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
}
.brand small {
  align-self: flex-end;
  margin: 0 0 11px 5px;
  font-size: 0.39rem;
  letter-spacing: 0;
  text-transform: lowercase;
  font-weight: 600;
  color: #a18b17;
}
.header-actions {
  display: flex;
  gap: 12px;
}
.header-cta {
  padding: 12px 32px;
  border: 0;
  border-radius: 999px;
  background: #ececeb;
  color: var(--ink);
  font:
    600 0.85rem Isidora,
    Arial,
    sans-serif;
}
.header-cta.primary {
  background: var(--yellow);
}
.pending-contact {
  cursor: not-allowed;
  opacity: 0.7;
}
.hero {
  display: grid;
  min-height: 310px;
  padding: 34px clamp(20px, 9vw, 150px);
  background: #fff;
  place-items: center;
}
.hero-words {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(66vw, 700px);
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 10px;
}
.hero-words img {
  width: 100%;
  mix-blend-mode: normal;
}
.hero-words img:nth-child(2) {
  width: 100%;
  margin: 0;
}
.hero-words img:nth-child(3) {
  width: 100%;
}
.brand-stage {
  position: relative;
  height: clamp(390px, 58vw, 740px);
  overflow: hidden;
  background: #d9d9d9;
}
.brand-stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-stage-screen {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -43%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: clamp(18px, 3vw, 42px);
  width: clamp(250px, 40vw, 590px);
  aspect-ratio: 1.55;
  background: var(--yellow);
  justify-content: center;
  color: var(--ink);
  font-size: clamp(1.2rem, 3vw, 3rem);
  font-weight: 800;
  box-shadow: 0 0 0 8px rgba(63, 63, 62, 0.9);
}
.brand-stage-screen strong {
  font-size: 1.2em;
}
.statement {
  padding: clamp(70px, 12vw, 180px) clamp(20px, 9vw, 150px);
  background: var(--ink);
  color: #fff;
}
.statement h1 {
  max-width: 1100px;
  font-size: clamp(3rem, 7.5vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 0;
}
.statement > p:not(.eyebrow) {
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  max-width: 560px;
  line-height: 1.45;
  margin: 34px 0;
}
.statement .button {
  color: var(--ink);
}
.text-link {
  display: inline-flex;
  margin-top: 36px;
  font-weight: 800;
  gap: 16px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.clients {
  text-align: center;
  background: var(--paper);
}
.clients h2 {
  margin-bottom: 18px;
}
.clients > p:not(.eyebrow) {
  max-width: 470px;
  margin: 0 auto;
  color: #6e6e6b;
}
.client-slots {
  max-width: 980px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.client-slots span {
  padding: 34px 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999;
}
.contact-form {
  display: grid;
  gap: 13px;
  margin-top: 30px;
  max-width: 490px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 800;
}
.contact-form input,
.contact-form textarea {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
  padding: 9px 0;
  font: inherit;
  resize: vertical;
}
.contact-form .button {
  justify-self: start;
  margin-top: 8px;
  border: 0;
}
.contact-form small {
  opacity: 0.65;
}
.whatsapp-link {
  background: none;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 24px;
  padding: 0 0 5px;
  font: inherit;
  font-size: 0.84rem;
}
.work-page {
  background: var(--ink);
  color: #fff;
}
.work-hero {
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1100px;
}
.work-hero h1 {
  font-size: clamp(3.5rem, 9vw, 9rem);
  letter-spacing: -0.06em;
  line-height: 0.86;
  margin: 20px 0;
}
.work-hero > p:last-child {
  max-width: 540px;
  line-height: 1.5;
  font-size: 1.15rem;
}
.back-link {
  align-self: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4px;
  font-size: 0.85rem;
}
.case-grid {
  background: var(--yellow);
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.case-grid article {
  background: var(--ink);
  color: #fff;
  padding: clamp(30px, 5vw, 70px);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-grid h2 {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
}
.case-grid span {
  color: var(--yellow);
  font-weight: 800;
}
@media (max-width: 800px) {
  .site-header {
    height: 74px;
  }
  .brand {
    font-size: 1.55rem;
  }
  .brand-logo {
    height: 55px;
  }
  .brand-mark {
    width: 25px;
    height: 25px;
    border-width: 3px;
    font-size: 1rem;
  }
  .brand small {
    display: none;
  }
  .header-cta {
    padding: 9px 12px;
    font-size: 0.71rem;
  }
  .hero {
    min-height: 260px;
  }
  .hero-words {
    width: 100%;
    grid-template-columns: 0.8fr 1.5fr 0.8fr;
    gap: 2px;
  }
  .brand-stage {
    height: 70vw;
  }
  .brand-stage-screen {
    box-shadow: 0 0 0 4px rgba(63, 63, 62, 0.9);
  }
  .client-slots {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form {
    max-width: none;
  }
}
