.home-section {
  padding-top: 72px;
}

.home-hero {
  padding-top: 40px;
}

.home-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}

.home-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  min-height: 0;
  padding: 20px 0 0 14px;
  border-left: 5px solid var(--color-ink);
}

.home-hero__headline {
  display: grid;
  gap: 16px;
}

.home-hero__title {
  width: min(100%, 389px);
}

.home-hero__title img {
  width: 100%;
}

.home-hero__body p,
.home-works__intro p,
.home-service__copy p,
.home-philosophy__text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.home-work-card__title,
.home-work-card__excerpt,
.home-work-card__category,
.home-work-card__role {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.home-hero__tagline {
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.home-hero__body {
  display: grid;
  gap: 32px;
  max-width: 390px;
}

.home-hero__visual {
  min-height: 0;
}

.home-hero__collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 244px;
  overflow: hidden;
  mix-blend-mode: luminosity;
}

.home-hero__shot {
  margin: 0;
  height: 244px;
  overflow: hidden;
}

.home-hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.home-philosophy__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  /* align-items: start; */
  justify-content: space-between;
}

.home-philosophy__art {
  display: grid;
  justify-items: center;
  gap: 40px;
}

.home-philosophy__art img {
  width: 50%;
  mix-blend-mode: luminosity;
}

.home-philosophy__caption {
  font-family: "Libre Barcode 128 Text", var(--font-serif);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.home-philosophy__copy {
  display: grid;
  gap: 32px;
}

.home-kana-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-kana-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  box-shadow: -3px 3px 0 var(--color-ink);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.home-philosophy__text {
  display: grid;
  gap: 28px;
}

.home-philosophy__hands {
  width: min(100%, 206px);
  justify-self: center;
}

.home-philosophy__hands img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.home-section-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-section-heading__en,
.home-service__eyebrow {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-section-heading__dots {
  flex: 1;
  height: 4px;
  background-image: radial-gradient(
    circle,
    var(--color-ink) 2px,
    transparent 2px
  );
  background-size: 22px 4px;
  background-repeat: repeat-x;
  background-position: left center;
}

.home-works__intro {
  display: grid;
  gap: 32px;
  padding: 36px 0 0;
}

.home-works__intro > div {
  display: grid;
  gap: 36px;
  max-width: 519px;
}

.home-works__title,
.home-service__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.home-works__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 40px;
}

.home-work-card__thumb {
  background: #ddd;
}

.home-service__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.home-service__lead {
  display: grid;
  gap: 40px;
}

.home-service__display {
  display: grid;
  gap: 0;
  font-family: var(--font-serif);
  color: #000;
  line-height: 0.85;
}

.home-service__display span:first-child {
  font-size: clamp(3.25rem, 10vw, 4rem);
  font-weight: 600;
}

.home-service__display span:last-child {
  font-size: clamp(4.75rem, 16vw, 6rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.home-service__copy {
  display: grid;
  gap: 36px;
  max-width: 363px;
  justify-self: start;
}

.home-contact .contact-banner {
  margin-top: 0;
}

@media (min-width: 768px) {
  .home-section {
    padding-top: 96px;
  }

  .home-hero {
    padding-top: 56px;
  }

  .home-hero__copy {
    padding: 28px 0 0 22px;
    border-left-width: 8px;
  }

  .home-hero__tagline {
    font-size: 16px;
    line-height: 1.75;
  }

  .home-hero__collage {
    min-height: 360px;
  }

  .home-hero__shot {
    height: 360px;
  }

  .home-kana-title {
    gap: 11px;
  }

  .home-kana-title span {
    width: 56px;
    height: 56px;
    font-size: 24px;
    box-shadow: -4px 4px 0 var(--color-ink);
  }

  .home-section-heading {
    gap: 40px;
  }

  .home-section-heading__en,
  .home-service__eyebrow {
    font-size: 32px;
    letter-spacing: 0.2em;
  }

  .home-section-heading__dots {
    height: 4px;
  }

  .home-works__intro {
    padding-top: 48px;
  }

  .home-works__title,
  .home-service__title {
    font-size: 24px;
  }

  .home-works__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    padding-top: 48px;
  }

  .home-service__lead {
    gap: 56px;
  }
}

@media (min-width: 1024px) {
  .home-section {
    padding-top: 160px;
  }

  .home-hero,
  .home-philosophy {
    padding-top: 40px;
  }

  .home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 600px);
    gap: 80px;
  }

  .home-hero__copy {
    min-height: 428px;
    padding-top: 40px;
    padding-left: 32px;
  }

  .home-hero__title {
    font-size: 4rem;
  }

  .home-hero__visual {
    min-height: 428px;
  }

  .home-hero__collage {
    height: 100%;
    min-height: 428px;
  }

  .home-hero__shot {
    height: 428px;
  }

  .home-philosophy__inner {
    grid-template-columns: minmax(260px, 291px) minmax(320px, 393px) minmax(
        180px,
        206px
      );
  }

  .home-philosophy__art img {
    width: auto;
  }

  .home-philosophy__copy {
    gap: 48px;
  }

  .home-philosophy__caption {
    font-size: 2.5rem;
  }

  .home-philosophy__hands {
    justify-self: end;
    align-self: center;
  }

  .home-works__intro {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    justify-content: space-between;
  }

  .home-works__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
  }

  .home-service__inner {
    grid-template-columns: minmax(0, 1fr) 363px;
    gap: 64px;
    justify-content: space-between;
  }

  .home-service__copy {
    padding-top: 8px;
  }
}
