:root {
  --forest: #092653;
  --mist: #e9edf3;
}

.home-page {
  background: #f8f8f5;
}

body.home-page .nav {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-page main,
.home-page footer {
  width: 100%;
}

.home-page main {
  background: #f8f8f5;
}

.home-hero {
  color: #fff;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.home-hero__image,
.home-hero__shade {
  inset: 0;
  position: absolute;
}

.home-hero__image {
  background: url("assets/images/hero.jpg") center / cover;
  transform: scale(1.01);
}

.home-hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 20, 45, 0.52), rgba(4, 20, 45, 0.04) 68%),
    linear-gradient(0deg, rgba(4, 20, 45, 0.42), transparent 46%);
}

.home-hero__copy {
  bottom: 12%;
  left: 6.5vw;
  max-width: 600px;
  position: absolute;
}

.home-hero__copy p,
.home-hero__caption,
.home-projects__header,
.home-services__title > p,
.home-process__copy > p,
.home-contact > p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.home-hero__copy h1 {
  font-size: clamp(58px, 7.1vw, 105px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.88;
  margin: 0 0 28px;
}

.home-hero__description {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 25px;
  max-width: 390px;
}

.home-hero__copy a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 7px;
  text-decoration: none;
}

.home-hero__copy a span {
  margin-left: 26px;
}

.home-signature {
  align-items: end;
  background: var(--forest);
  color: #eef0ea;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 5.5vw 14px;
}

.home-signature span {
  font-size: clamp(130px, 20vw, 290px);
  font-weight: 700;
  letter-spacing: -0.13em;
  line-height: 0.65;
}

.home-signature p {
  font-size: 12px;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.home-intro {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  padding: 140px 6.5vw 90px;
}

.home-intro__lead p {
  font-size: 15px;
  margin: 0 0 12px;
}

.home-intro__copy {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.35fr 0.65fr;
}

.home-intro h2,
.home-services h2,
.home-process h2,
.home-contact h2 {
  font-size: clamp(33px, 4vw, 59px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1.02;
  margin: 0;
}

.home-intro__copy p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 26px;
}

.home-intro__copy a,
.home-projects__header a {
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 7px;
  text-decoration: none;
}

.home-intro__copy a span,
.home-projects__header a span {
  margin-left: 20px;
}

.home-intro__image {
  grid-column: 2;
  margin: 80px 0 0;
  width: 58%;
}

.home-intro__image img {
  display: block;
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.home-team {
  align-items: center;
  background: #ffffff;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 540px;
}

.home-team__image {
  height: 100%;
  margin: 0;
  min-height: 540px;
}

.home-team__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-team__copy {
  max-width: 500px;
  padding: 75px 12%;
}

.home-team__copy h2 {
  font-size: clamp(33px, 4vw, 57px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1.02;
  margin: 0 0 29px;
}

.home-team__copy p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.home-team__copy a {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 7px;
  text-decoration: none;
}

.home-team__copy a span {
  margin-left: 20px;
}

.home-services {
  background: var(--mist);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
  padding: 108px 6.5vw;
}

.home-services__list {
  border-top: 1px solid rgba(9, 38, 83, 0.22);
}

.home-services__list article {
  border-bottom: 1px solid rgba(9, 38, 83, 0.22);
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 16px;
  padding: 24px 0;
}

.home-services__list h3 {
  font-size: 18px;
  letter-spacing: -0.04em;
  margin: 0;
}

.home-services__list p {
  color: #55667d;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.home-projects {
  padding: 110px 6.5vw;
}

.home-projects__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.home-projects__header h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
}

.home-projects .work-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.28fr 0.86fr 0.86fr;
}

.home-projects .work-card {
  color: var(--ink);
  text-decoration: none;
}

.home-projects .work-card .img {
  height: 300px;
  transition: transform 500ms ease;
}

.home-projects .work-card.large .img {
  height: 470px;
}

.home-projects .work-card {
  overflow: hidden;
}

.home-projects .work-card:hover .img {
  transform: scale(1.025);
}

.home-projects .work-card h3 {
  font-size: 18px;
  margin: 13px 0 5px;
}

.home-projects .work-card p {
  color: #687284;
  font-size: 11px;
  margin: 0;
}

.home-process {
  background: var(--forest);
  color: #f1f2ed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.home-process__image {
  background: url("assets/dya-img/about/process.jpg") center / cover;
  min-height: 500px;
}

.home-process__copy {
  align-self: center;
  padding: 8vw 11%;
}

.home-process ol {
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}

.home-process li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  padding: 14px 0;
}

.home-page .home-hero__copy a,
.home-page .home-projects__header,
.home-page .home-services__list p,
.home-page footer,
.home-page .brand small {
  font-family: Arial, Helvetica, sans-serif;
}

.home-contact {
  padding: 145px 6.5vw;
  text-align: center;
}

.home-contact h2 {
  margin: 0 0 32px;
}

.home-contact a {
  border-bottom: 1px solid currentColor;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 7px;
  text-decoration: none;
}

.home-contact a span {
  margin-left: 20px;
}

.home-page footer {
  background: #f8f8f5;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 600ms ease,
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready [data-reveal="hero"] {
  transform: translateY(18px);
  transition-delay: 160ms;
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-projects .work-card .img {
    transition: none;
  }
}

@media (max-width: 720px) {
  body.home-page .nav {
    position: absolute;
  }

  .home-hero {
    min-height: 600px;
  }

  .home-hero__copy {
    bottom: 17%;
    left: 7vw;
  }

  .home-hero__copy h1 {
    font-size: 55px;
  }

  .home-hero__description {
    font-size: 14px;
    max-width: 320px;
  }

  .home-hero__caption {
    left: 7vw;
    right: 7vw;
  }

  .home-signature {
    padding: 0 7vw 13px;
  }

  .home-signature span {
    font-size: 37vw;
  }

  .home-signature p {
    font-size: 9px;
  }

  .home-intro,
  .home-services {
    display: block;
    padding: 80px 7vw;
  }

  .home-intro__copy {
    display: block;
    margin-top: 38px;
  }

  .home-intro__copy > div {
    margin-top: 30px;
  }

  .home-intro__image {
    margin: 45px 0 0;
    width: 100%;
  }

  .home-team {
    display: block;
  }

  .home-team__image {
    height: 330px;
    min-height: 0;
  }

  .home-team__copy {
    max-width: none;
    padding: 72px 7vw;
  }

  .home-services__list {
    margin-top: 48px;
  }

  .home-services__list article {
    grid-template-columns: 1fr;
  }

  .home-projects {
    padding: 80px 7vw;
  }

  .home-projects__header {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }

  .home-projects .work-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-projects .work-card .img,
  .home-projects .work-card.large .img {
    height: 320px;
  }

  .home-process {
    display: block;
  }

  .home-process__image {
    min-height: 320px;
  }

  .home-process__copy {
    padding: 75px 7vw;
  }

  .home-contact {
    padding: 100px 7vw;
  }
}
