html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  position: relative;
}

main,
.site-header,
footer {
  max-width: 100%;
}

.ambient {
  max-width: 100vw;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 25px;
}

.blog-visual {
  width: 100%;
  height: 245px;
  min-height: 245px;
}

.blog-content {
  flex: 1;
  padding: 29px;
}

.blog-content h3 {
  margin: 14px 0 24px;
  font-size: 25px;
  line-height: 1.2;
}

.hero {
  padding-top: 34px;
  padding-bottom: 48px;
}

.hero h1 {
  margin-top: 8px;
}

.hero h1 em {
  display: inline-block;
  padding-right: .09em;
  margin-right: -.09em;
}

.hero-copy {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #4f5b73;
  font-size: 17px;
  font-weight: 700;
}

.project-visual {
  padding: 0;
}

.project-visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.project-chip {
  position: absolute;
  top: 20px;
  left: 20px;
}

.projects {
  padding-top: 44px;
}

@media (max-width: 760px) {
  .blog-card {
    min-height: 0;
  }

  .blog-visual {
    height: 220px;
    min-height: 220px;
  }

  .blog-content {
    padding: 29px;
  }

  .blog-content h3 {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .site-header {
    height: 64px;
  }

  .hero {
    padding-top: 22px;
    padding-bottom: 32px;
  }

  .hero h1 {
    margin-top: 6px;
    margin-bottom: 14px;
    line-height: 1.01;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 1.3;
  }

  .hero-copy {
    max-width: 500px;
    margin-top: 16px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.45;
  }

  .projects {
    padding-top: 34px;
    padding-bottom: 56px;
  }

  .project-visual {
    height: 220px;
  }
}
