.nav-services {
  position: relative;
}

.nav-services summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 6px;
  list-style: none;
  min-height: 44px;
}

.nav-services summary::-webkit-details-marker {
  display: none;
}

.nav-services summary::after {
  content: "+";
  font-size: 16px;
  line-height: 1;
}

.nav-services[open] summary::after {
  content: "-";
}

.nav-services__menu {
  background: #fffdf8;
  border: 1px solid rgba(21, 21, 21, 0.2);
  border-radius: 6px;
  box-shadow: 8px 8px 0 rgba(21, 21, 21, 0.12);
  display: grid;
  gap: 2px;
  left: 50%;
  min-width: 250px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  z-index: 20;
}

.nav-services__menu a {
  border-radius: 4px;
  color: #151515;
  font-size: 14px;
  font-weight: 750;
  padding: 11px 12px;
}

.nav-services__menu a:hover,
.nav-services__menu a:focus-visible {
  background: #c8ff39;
}

.english-home .projects-section,
.english-home .expertise-section,
.english-home .process-section,
.english-home .proof-section,
.english-home .testimonials-section,
.english-home .faq-section,
.english-home .contact-section {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.english-work-grid .portfolio-case {
  min-width: 0;
}

.english-work-grid .portfolio-case img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.english-service-links {
  margin-top: 28px;
}

.english-contact .form-row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.english-contact .form-note[aria-live] {
  min-height: 24px;
}

.english-page .legal-hero,
.english-page .legal-content section[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.english-page .service-shot img {
  background: #111;
}

.english-page .case-quote {
  font-weight: 500;
}

.english-home .process-step__toggle {
  min-height: 44px;
}

@media (max-width: 900px) {
  .nav-services {
    width: 100%;
  }

  .nav-services summary {
    color: #151515;
    font-size: 18px;
    justify-content: space-between;
    padding: 8px 4px;
  }

  .nav-services__menu {
    background: rgba(21, 21, 21, 0.05);
    border: 0;
    box-shadow: none;
    left: auto;
    margin: 2px 0 8px;
    min-width: 0;
    padding: 6px;
    position: static;
    transform: none;
    width: 100%;
  }

  .nav-services__menu a {
    font-size: 16px;
    min-height: 44px;
  }

  .english-contact .form-row--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .english-home .menu-button {
    width: 46px;
    height: 46px;
  }

  .english-home .hero__content h1 {
    font-size: clamp(48px, 13.5vw, 66px);
  }

  .english-home .hero__lead {
    font-size: 19px;
    line-height: 1.55;
  }

  .english-work-grid {
    grid-template-columns: 1fr;
  }

  .english-home .testimonial-card {
    min-height: 510px;
  }

  .english-home .contact-email {
    display: inline-flex;
  }

  .english-home .contact-form {
    display: grid;
  }

  .english-home .contact-mobile-cta {
    display: none;
  }

  .english-home .hero__actions .button--light,
  .english-home .expertise-card__toggle,
  .english-home .process-step__toggle,
  .english-home .testimonials-carousel__arrow {
    min-height: 44px;
  }

  .english-home .expertise-card__toggle {
    padding-block: 8px;
  }

  .english-home .testimonials-carousel__arrow {
    width: 44px;
    height: 44px;
  }

  .english-home .testimonials-carousel__dots {
    gap: 2px;
  }

  .english-home .testimonials-carousel__dots button,
  .english-home .testimonials-carousel__dots button.is-active {
    position: relative;
    width: 44px;
    height: 44px;
    background: transparent;
  }

  .english-home .testimonials-carousel__dots button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: "";
    background: rgba(21, 21, 21, .25);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: width .24s ease, background-color .24s ease;
  }

  .english-home .testimonials-carousel__dots button.is-active::before {
    width: 24px;
    background: var(--ink);
  }
}
