html {
  font-size: 16px;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #000;
}

.btn-menu {
  display: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  background: transparent;
  color: #000;
  line-height: 20px;
  font-size: 14px;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 999;
  cursor: pointer;
  gap: 4px;
  font-weight: bold;
}

.btn-menu svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.btn-menu {
  flex-shrink: 0;
  flex-grow: 0;
}

.nav {
  position: fixed;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  overflow: hidden;
  padding: 4px 16px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .btn-menu {
    display: flex;
  }

  .nav {
    top: 42px;
    opacity: 0;
    transform: translateY(-200%);
    transition: all ease-in-out 200ms;
    visibility: hidden;
    z-index: -1;
  }

  .nav-active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 9;
  }
}

.nav ul,
.nav li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li {
  margin: 4px 0;
}

.nav a {
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}

.nav a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: transparent;
  vertical-align: middle;
  margin-left: 4px;
  border-radius: 50%;
}

.nav a:hover::after {
  background: #000;
}

.swiper {
  height: 100vh;
  min-height: 33rem;
}

.banner {
  display: block;
  min-height: 33rem;
  height: 100vh;
  background-size: cover;
  background-position: top 16% center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-text {
  display: block;
  position: absolute;
  width: 50%;
  height: 30%;
  left: 25%;
  top: 50%;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.images {
  display: flex;
  flex-wrap: wrap;
}

.image {
  display: block;
  height: 26vw;
  width: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.image-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
  transition: opacity ease-in 200ms;
}

.image:hover .image-text {
  opacity: 1;
}

.footer {
  background-color: #000;
  padding: 32px 0;
}

.footer-content {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 1140px;
  padding: 0 16px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  line-height: 24px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.footer-text {
  min-height: 1em;
  min-width: 1em;
  font-size: 14px;
  flex-grow: 1;
  flex-shrink: 1;
}

.footer-media {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}

.footer-content a {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

.footer-content img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.footer-content img[alt="weibo"] {
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 992px) {
  .swiper,
  .banner {
    height: 640px;
  }

  .image {
    width: 100%;
    height: 36vw;
    min-height: 240px;
  }

  .image-text {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .footer-content {
    display: block;
  }

  .footer-text {
    text-align: center;
    margin: 14px 0;
  }

  .footer-media {
    justify-content: center;
    margin: 14px 0;
  }
  
  .footer-content a {
    margin: 0 8px;
  }
}

.top {
  background-color: rgba(52, 58, 64, 0.5);
  width: 50px;
  height: 50px;
  position: fixed;
  right: 16px;
  bottom: 104px;
  z-index: 99;
  border-radius: 4px;
  background-image: url("./icons/up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  cursor: pointer;
  opacity: 0;
  transition: opacity ease-in-out 300ms;

  &:hover {
    background-color: rgba(52, 58, 64, 1);
  }
}

.page-about,
.page-lookbook {
  background: #fff;
}

.page-about-main,
.page-lookbook-main {
  min-height: 100vh;
}

.gallery {
  margin: 48px auto;
  width: 800px;
}


.gallery ul,
.gallery li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.gallery ul {
  display: flex;
  flex-wrap: wrap;
}

.gallery li {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}

.gallery img {
  display: block;
  max-width: 100%;
  padding: 12px;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .gallery {
    width: auto;
    margin: 48px 8px;
  }

  .gallery img {
    padding: 8px;
  }
}

.gallery-preview {
  display: none;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  position: fixed;
  font-size: 14px;
  font-weight: bold;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.gallery-prev,
.gallery-next {
  position: fixed;
  line-height: 22px;
  padding: 0 16px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 0;
}

.gallery-next {
  right: 0;
}

.gallery-current,
.gallery-close {
  position: fixed;
  top: 16px;
  padding: 16px;
}

.gallery-current {
  left: 0;
}

.gallery-close {
  right: 0;
  cursor: pointer;
}

.body-locked {
  overflow: hidden;
}

.page-about-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-about-text {
  margin-top: 64px;
  margin-bottom: 64px;
  margin-left: 100px;
  margin-right: 64px;
  color: #212529;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.page-about-text h1 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.page-about-text p {
  margin: 1em 0;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .page-about-main {
    margin: 0 100px;
  }
}

@media screen and (max-width: 992px) {
  .page-about-main {
    margin: 0;
    padding: 0;
  }
}


.page-about-banner img {
  display: block;
  width: 100%;
}