/* Services Premium */

.ea-services {
  background: #f8f7f3;
  color: #050505;
  overflow: hidden;
}

.ea-services-container {
  max-width: 1500px;
}

.ea-services-eyebrow {
  margin: 0 0 28px;
  color: #050505;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ea-services h1,
.ea-services h2 {
  margin: 0;
  color: #050505;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.ea-services h1 {
  font-size: clamp(54px, 5.8vw, 104px);
}

.ea-services h2 {
  font-size: clamp(42px, 4.4vw, 78px);
}

.ea-services em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.055em;
}

.ea-services p {
  color: #111;
  font-size: 17px;
  line-height: 1.75;
}

.ea-services-line {
  width: 92px;
  height: 2px;
  margin: 42px 0;
  background: #050505;
}

.ea-services-btn {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.ea-services-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.ea-services-btn span,
.ea-services-btn svg {
  width: 15px;
  height: 15px;
  display: inline-flex;
}

.ea-services-btn path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ea-services-btn--light {
  border: 1px solid rgba(255,255,255,0.55);
  background: transparent;
  color: #fff;
}

.ea-services-btn--light:hover {
  color: #fff;
  opacity: 0.75;
}

/* Hero */

.ea-services-hero {
  padding: 92px 0 105px;
}

.ea-services-hero__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 92px;
  align-items: center;
}

.ea-services-hero__content p:not(.ea-services-eyebrow) {
  max-width: 560px;
  margin-bottom: 42px;
}

.ea-services-hero__image {
  height: 660px;
  overflow: hidden;
  background: #ddd;
}

.ea-services-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
}

/* Services list */

.ea-services-list {
  padding: 105px 0;
  background: #efede7;
}

.ea-services-list__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 78px;
  align-items: start;
}

.ea-services-list__intro {
  position: sticky;
  top: 40px;
}

.ea-services-list__intro h2 {
  font-size: clamp(42px, 4.2vw, 74px);
}

.ea-services-list__intro p {
  max-width: 430px;
}

.ea-services-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ea-service-card {
  min-height: 270px;
  padding: 34px 32px;
  text-align: center;
  border-left: 1px solid rgba(5,5,5,0.14);
  border-bottom: 1px solid rgba(5,5,5,0.14);
}

.ea-service-card:nth-child(4n) {
  border-right: 0;
}

.ea-service-card:nth-child(n+5) {
  border-bottom: 0;
}

.ea-service-card__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 30px;
}

.ea-service-card__icon svg {
  width: 54px;
  height: 54px;
  display: block;
}

.ea-service-card__icon path {
  fill: none;
  stroke: #050505;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ea-service-card h3 {
  max-width: 210px;
  margin: 0 auto 18px;
  color: #050505;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.ea-service-card p {
  max-width: 250px;
  margin: 0 auto;
  color: #111;
  font-size: 14px;
  line-height: 1.65;
}

/* Process */

.ea-services-process {
  padding: 100px 0 112px;
  background: #f8f7f3;
}

.ea-services-process__head {
  margin-bottom: 76px;
  text-align: center;
}

.ea-services-process__head .ea-services-eyebrow {
  margin-bottom: 20px;
}

.ea-services-process__head h2 {
  font-size: clamp(38px, 4vw, 68px);
}

.ea-services-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}

.ea-services-step {
  position: relative;
}

.ea-services-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 6px;
  right: -44px;
  color: #050505;
  font-size: 34px;
  line-height: 1;
}

.ea-services-step strong {
  display: block;
  margin-bottom: 36px;
  color: #050505;
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.ea-services-step h3 {
  margin: 0 0 20px;
  color: #050505;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.ea-services-step p {
  max-width: 290px;
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.65;
}

/* CTA */

.ea-services-cta {
  padding: 82px 0;
  background: #333;
  color: #fff;
}

.ea-services-cta__grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr 0.45fr;
  gap: 80px;
  align-items: center;
}

.ea-services-cta h2,
.ea-services-cta p {
  color: #fff;
}

.ea-services-cta h2 {
  font-size: clamp(42px, 4.5vw, 76px);
}

.ea-services-cta .ea-services-line {
  background: #fff;
}

.ea-services-cta p {
  max-width: 500px;
  margin: 0;
  color: rgba(255,255,255,0.78);
}

.ea-services-cta__contact {
  padding-left: 72px;
  border-left: 1px solid rgba(255,255,255,0.34);
}

.ea-services-cta__contact a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.ea-services-cta__contact a + a {
  margin-top: 34px;
}

.ea-services-cta__button {
  display: flex;
  justify-content: flex-end;
}

/* Responsive */

@media (max-width: 1199px) {
  .ea-services-hero__grid,
  .ea-services-list__grid,
  .ea-services-cta__grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .ea-services-hero__image {
    height: 560px;
  }

  .ea-services-list__intro {
    position: static;
  }

  .ea-services-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .ea-service-card:nth-child(n+5) {
    border-bottom: 1px solid rgba(5,5,5,0.14);
  }

  .ea-service-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .ea-services-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ea-services-step:not(:last-child)::after {
    display: none;
  }

  .ea-services-cta__contact {
    padding-left: 0;
    border-left: 0;
  }

  .ea-services-cta__button {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ea-services-hero {
    padding: 62px 0 72px;
  }

  .ea-services h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .ea-services h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .ea-services-hero__image {
    height: 420px;
  }

  .ea-services-list,
  .ea-services-process {
    padding: 72px 0;
  }

  .ea-services-items {
    grid-template-columns: 1fr;
  }

  .ea-service-card {
    border-left: 0;
    border-bottom: 1px solid rgba(5,5,5,0.14);
  }

  .ea-service-card:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(5,5,5,0.14);
  }

  .ea-service-card:last-child {
    border-bottom: 0;
  }

  .ea-services-process__head {
    margin-bottom: 54px;
    text-align: left;
  }

  .ea-services-process__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .ea-services-step strong {
    margin-bottom: 20px;
  }

  .ea-services-cta {
    padding: 64px 0;
  }

  .ea-services-cta__contact a {
    font-size: 20px;
  }
}