.brandywine-default,
.project-detail {
  min-height: 55vh;
  padding: clamp(40px, 6vw, 100px) max(5%, 20px);
  color: #4f4f4f;
  background: #fff;
  font-family: Roboto, Arial, sans-serif;
}

.about-section__year-image {
  display: block;
  flex: 1 1 auto;
  width: min(590px, calc(100% - 66px));
  color: #fbae17;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(150px, 10vw, 190px);
  font-weight: 300;
  line-height: .78;
  letter-spacing: -.075em;
  white-space: nowrap;
}

.work-cases__media-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.work-cases__media-item .work-cases__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about-story__visual {
  aspect-ratio: 396 / 1120;
  overflow: hidden;
}

.about-story__visual .about-story__bottle {
  width: 100%;
  height: 100%;
  aspect-ratio: 396 / 1120;
  object-fit: cover;
  object-position: center;
}

.brandywine-default__inner,
.project-detail__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.project-detail__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 45px;
  gap: 30px;
}

.project-detail__title {
  margin: 0;
  font-size: clamp(36px, 6vw, 86px);
  font-weight: 300;
  line-height: .95;
  text-transform: uppercase;
}

.project-detail__lead {
  max-width: 520px;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}

.project-detail__gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-detail__media {
  width: 100%;
  margin: 0;
}

.project-detail__image,
.project-detail__video {
  display: block;
  width: 100%;
  height: auto;
}

.project-detail__video {
  max-height: 100vh;
  background: #000;
  object-fit: contain;
}

.project-detail__description {
  max-width: 850px;
  margin: 45px auto 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 700px) {
  .project-detail__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
