.what-we-do {
  background-color: #fff;
  color: var(--toneblack);
  overflow: hidden;
}
.what-we-do__main {
  min-height: 1000px;
  overflow: hidden;
  padding: 75px var(--padding-sides) 90px;
  position: relative;
}
.what-we-do__background-mark {
  background-image: url("../img/wave-bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  inset: 0;
  pointer-events: none;
  position: absolute;
  user-select: none;
}
.what-we-do__inner {
  position: relative;
  z-index: 1;
}
.what-we-do__header {
  position: relative;
}
.what-we-do__header h2 {
  color: var(--tonered);
  font-size: clamp(78px, 7.5vw, 140px);
  line-height: 0.9;
  margin: 35px 0 0;
}
.what-we-do__eyebrow {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.48em;
  text-transform: uppercase;
}
.what-we-do__scribble {
  display: block;
  margin: -10px 8% 10px auto;
  max-width: 445px;
  width: 38%;
}
.what-we-do__cards {
  display: grid;
  gap: clamp(20px, 2.8vw, 42px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.what-we-do__card {
  background: rgba(204, 196, 196, 0.20);
  min-height: 340px;
  padding: 26px 24px 34px;
}
.what-we-do__card h3 {
  color: var(--toneblack);
  font-family: "Oswald", sans-serif;
  font-size: clamp(36px, 2vw, 50px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.16;
  text-transform: uppercase;
  height: 90px;
}
.what-we-do__card p {
  color: var(--toneblack);
  font-size: clamp(19px, 1.55vw, 25px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.42;
}
.what-we-do__divider {
  background-color: var(--toneblack);
  display: block;
  height: 1px;
  margin: 18px 0 20px;
  width: 68px;
}
.what-we-do__lower {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  margin-top: 75px;
}
.what-we-do__questions h3 {
  color: var(--toneblack);
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 2vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
.what-we-do__questions ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 38px 0 35px;
  padding-left: 28px;
}
.what-we-do__questions li {
  font-size: clamp(18px, 1.35vw, 22px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
  list-style: disc;
}
.what-we-do__questions > p {
  font-size: clamp(20px, 1.6vw, 26px);
  font-style: italic;
  font-weight: 700;
}
.what-we-do__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.what-we-do__button {
  border-color: var(--white);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  min-height: 46px;
  width: 100%;
}
.what-we-do__button--lime {
  align-self: flex-end;
  width: 68%;
}
.what-we-do__button--dark {
  background-color: var(--toneblack);
  color: var(--white);
}
.what-we-do__button--dark:hover {
  background-color: var(--tonered);
  border-color: var(--tonered);
  color: var(--toneblack);
}
.what-we-do__goal {
  align-items: center;
  background-color: var(--tonered);
  display: grid;
  gap: 45px;
  grid-template-columns: minmax(260px, 0.9fr) 80px minmax(0, 1.4fr);
  min-height: 285px;
  padding: 45px var(--padding-sides);
  position: relative;
}
.what-we-do__goal-logo {
  height: 92px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 92px;
}
.what-we-do__goal-title span {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.what-we-do__goal-title p {
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: clamp(38px, 3.6vw, 58px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
  margin-top: 28px;
  text-transform: uppercase;
}
.what-we-do__goal-title strong {
  color: var(--tonelime);
  font-family: inherit;
  font-weight: inherit;
}
.what-we-do__brace {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 185px;
  font-weight: 300;
  line-height: 0.7;
  transform: scaleX(0.55);
  content: url(../img/klammer.svg);
}
.what-we-do__goal-copy {
  color: var(--white);
  font-style: italic;
}

.what-we-do__goal-copy::before {
  content: url(../img/star.svg);
  display: block;
  width: 100%;
  border-bottom: none;
  position: relative;
  left: -40px;
  top: -10px;
}

.what-we-do__goal-copy strong {
  font-size: clamp(21px, 1.7vw, 28px);
  text-transform: uppercase;
}
.what-we-do__goal-copy p {
  font-size: clamp(18px, 1.45vw, 23px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
  margin-top: 8px;
  max-width: 650px;
}
@media only screen and (max-width: 1100px) {
  .what-we-do__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .what-we-do__scribble {
    margin-right: 0;
    width: 48%;
  }
  .what-we-do__goal {
    grid-template-columns: minmax(240px, 0.8fr) 60px minmax(0, 1.2fr);
  }
}
@media only screen and (max-width: 760px) {
  .what-we-do__main {
    min-height: auto;
    padding-bottom: 70px;
    padding-top: 65px;
  }
  .what-we-do__background-mark {
    background-position: center top;
  }
  .what-we-do__header h2 {
    margin-top: 24px;
  }
  .what-we-do__scribble {
    margin: 28px 0;
    width: min(100%, 445px);
  }
  .what-we-do__cards,
  .what-we-do__lower,
  .what-we-do__goal {
    grid-template-columns: 1fr;
  }
  .what-we-do__card {
    min-height: 0;
  }
  .what-we-do__lower {
    gap: 3rem;
    margin-top: 60px;
  }
  .what-we-do__goal {
    gap: 30px;
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .what-we-do__goal-logo {
    left: auto;
    right: var(--padding-sides);
    transform: translate(0, -50%);
  }
  .what-we-do__brace {
    display: none;
  }
}
