html, body {
  scroll-behavior: smooth;
}

.marquee {
  font-size: 112px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: rgb(241, 201, 97);
  transform: translate(-50%, -50%);
  font-family: "Copperplate Gothic Light", Copperplate;
  font-weight: 700;
  will-change: clip-path;
  letter-spacing: 10px;
}
.marquee__item {
  flex-shrink: 0;
  padding-right: 0.5em;
  pointer-events: none;
  animation: marquee 30s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.section--scroll {
  background-color: #131C02;
  position: relative;
  padding-top: 0;
}
.section--scroll__vis {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
}
.section--scroll__vis > .title {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.section--scroll__vis > .title .logo {
  width: 20px;
  margin: 0 auto 10px;
}
.section--scroll__vis > .title .logo svg {
  width: 20px;
}
.section--scroll__vis > .title .txt {
  display: inline-block;
  font-family: "Copperplate Gothic Light", Copperplate;
  font-weight: 300;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
}
.section--scroll__vis > .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section--scroll__vis > .image .image--item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.6);
  transform-origin: center;
}
.section--scroll__vis > .image .image--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section--scroll__vis > .image .image--cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
}
.section--scroll__space {
  height: 200lvh;
}
.section--scroll__body {
  position: relative;
  z-index: 1;
}

.pages__title {
  display: none;
}
.pages__content {
  padding: 0;
}
.pages--ashtanga .wrap {
  max-width: 1080px;
}

.lang-zh-tw .ashtangaGroup__figures .title {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
}
.lang-zh-tw .ashtangaGroup__figures .paragraph {
  font-family: "Noto Sans TC", sans-serif;
}
.lang-zh-tw .ashtangaGroup--07 .ashtangaGroup__figures .title {
  display: none;
}

.lang-en .ashtangaGroup__figures .title {
  font-family: "Roboto Serif", serif;
  font-weight: 400;
}
.lang-en .ashtangaGroup__figures .paragraph {
  font-family: "Roboto", serif;
}

.ashtangaGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 120px;
}
.ashtangaGroup:last-of-type {
  margin-bottom: 0;
  padding-bottom: 80px;
}
.ashtangaGroup__figures {
  width: 465px;
  flex: 0 0 465px;
  justify-self: flex-start;
}
.ashtangaGroup__figures .title {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0 0 24px;
}
.ashtangaGroup__figures .paragraph {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.7;
}
.ashtangaGroup__figures .paragraph.pc-show {
  display: block;
}
.ashtangaGroup__figures .paragraph.mb-show {
  display: none;
}
.ashtangaGroup__image .picture {
  position: relative;
}
.ashtangaGroup__image .picture--vertical {
  width: 428px;
  height: 530px;
}
.ashtangaGroup__image .picture--horizontal {
  width: 528px;
  height: 351px;
}
.ashtangaGroup__image .picture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (max-width: 768px) {
  .pages__title {
    display: block;
  }
  .pages__title:before {
    background-image: url(/images/bg-title_ashtanga.png?c69af565cdd95c5a790a61cd2ccaf35f);
  }
  .pages__content {
    background-color: #131C02;
    padding: 60px 0;
  }
  .section--scroll {
    background-color: #131C02;
  }
  .section--scroll__vis {
    display: none;
  }
  .section--scroll__vis .image {
    display: none;
  }
  .section--scroll__vis--image {
    display: none;
  }
  .section--scroll__vis--marquee {
    display: none;
  }
  .section--scroll__space {
    display: none;
  }
  .ashtangaGroup {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .ashtangaGroup:last-of-type {
    padding-bottom: 0;
  }
  .ashtangaGroup__figures {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ashtangaGroup__figures .title {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.5;
  }
  .ashtangaGroup__figures .paragraph {
    color: #FFFFFF;
  }
  .ashtangaGroup__figures .paragraph.pc-show {
    display: none;
  }
  .ashtangaGroup__figures .paragraph.mb-show {
    display: block;
  }
  .ashtangaGroup__image {
    width: 100%;
  }
  .ashtangaGroup__image .picture {
    width: 100%;
  }
  .ashtangaGroup__image .picture:before {
    content: "";
    position: relative;
    z-index: 1;
    display: block;
  }
  .ashtangaGroup__image .picture--vertical {
    width: 100%;
    height: auto;
  }
  .ashtangaGroup__image .picture--vertical:before {
    padding-top: 126.2390670554%;
  }
  .ashtangaGroup__image .picture--horizontal {
    width: 100%;
  }
  .ashtangaGroup__image .picture--horizontal:before {
    padding-top: 66.472303207%;
  }
  .ashtangaGroup__image .picture > img {
    z-index: 5;
  }
}
