/* Triple Bliss — mobile layout (Figma 375px), desktop hidden */

.TriplePage-mob {
  display: none;
}

@media (max-width: 899px) {
  body.is-triple .TriplePage-desk {
    display: none !important;
  }

  body.is-triple .TriplePage-mob {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--site-max-width, 100%);
    margin: 0 auto;
    overflow-x: hidden;
    background: #540711;
  }
}

@media (min-width: 900px) {
  .TriplePage-mob {
    display: none !important;
  }
}

/* ----- Hero (Figma 375×454, bg frame 375×513) ----- */
.TripleMob-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 454;
  overflow: visible;
  background: #540711;
}

.TripleMob-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.TripleMob-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 28% 40%;
}

.TripleMob-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
}

/* TRIPLE BLISS：始终贴齐 header 底边外 -4.5px */
.TripleMob-hero__titleSvg {
  position: absolute;
  left: 0;
  top: auto;
  bottom: -4.5px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.TripleMob-hero__titleSvg svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ----- Lead (Frame 45) ----- */
.TripleMob-lead {
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 18px;
  background: #540711;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.TripleMob-lead__text {
  align-self: stretch;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #f0bfb1;
  overflow-wrap: break-word;
}

/* ----- Intro ----- */
.TripleMob-intro {
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 18px;
  background: #23080c;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.TripleMob-intro__tags {
  align-self: stretch;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.TripleMob-intro__tags span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  line-height: 14.4px;
  color: #ffbaa5;
  overflow-wrap: break-word;
}

.TripleMob-intro__headlineWrap {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
}

.TripleMob-intro__headline {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--font-main);
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  line-height: 49.4px;
  text-align: right;
  color: #ffbaa5;
  overflow-wrap: break-word;
}

.TripleMob-intro__visual {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}

.TripleMob-intro__photo {
  position: relative;
  width: 59.882%;
  max-width: 203px;
  aspect-ratio: 203 / 254;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
}

.TripleMob-intro__photoImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

.TripleMob-intro__closer {
  align-self: stretch;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}

.TripleMob-intro__cta {
  align-self: stretch;
  width: 100%;
  margin-top: -6.4px; /* 稿：第二行 top 43，相对第一行行高 49.4 */
  padding: 0 2px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
}

.TripleMob-intro__ctaLine {
  align-self: stretch;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--font-main);
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  line-height: 49.4px;
  text-align: right;
  color: #ffbaa5;
  overflow-wrap: break-word;
}

.TripleMob-intro__ctaLine--italic {
  font-style: italic;
  font-weight: 425;
}

.TripleMob-intro__rule {
  width: 225.22px;
  max-width: 100%;
  height: 0;
  outline: 1px solid #ffbaa5;
  outline-offset: -0.5px;
}

.TripleMob-intro__tail {
  align-self: stretch;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--font-main);
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  line-height: 49.4px;
  text-align: right;
  color: #ffbaa5;
  overflow-wrap: break-word;
}

/* ----- Muses ----- */
.TripleMob-muses {
  padding: 60px 18px;
  background: #faf3ed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.TripleMob-muses__title {
  align-self: stretch;
  width: 100%;
  margin: 0;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  line-height: 62.4px;
  color: #4e4352;
}

.TripleMob-muses__list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.TripleMob-muse {
  display: flex;
  align-items: center;
  gap: 20px;
}

.TripleMob-muse--vanessa {
  flex-direction: row;
}

.TripleMob-muse__media {
  position: relative;
  flex: 0 0 160px;
  width: 160px;
  height: 213px;
  border-radius: 16.94px;
  overflow: hidden;
  background: #d9cfc7;
}

.TripleMob-muse__media > a {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.TripleMob-muse__media > a:focus-visible {
  outline: 2px solid #4e4352;
  outline-offset: 2px;
}

.TripleMob-muse__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.TripleMob-muse--aria .TripleMob-muse__media img,
.TripleMob-muse--nina .TripleMob-muse__media img {
  object-position: center;
}

/* Vanessa：与桌面稿同比例裁切 */
.TripleMob-muse--vanessa .TripleMob-muse__media img {
  inset: auto;
  width: calc(100% * 307.6 / 300);
  height: calc(100% * 461.57 / 400);
  left: 0;
  top: calc(100% * -42.33 / 400);
}

.TripleMob-muse__copy {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
}

.TripleMob-muse__name {
  margin: 0;
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: #4e4352;
}

.TripleMob-muse__tagline {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4352;
}

/* ----- Bliss blocks ----- */
.TripleMob-bliss {
  padding: 60px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.TripleMob-bliss--taupe {
  background: #81766a;
  color: #f4e3b2;
}

.TripleMob-bliss__title {
  align-self: stretch;
  width: 100%;
  margin: 0;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  line-height: 57.6px;
  color: #f4e3b2;
}

.TripleMob-bliss__visual {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: auto;
  aspect-ratio: 331 / 496;
  border-radius: 25px;
  overflow: hidden;
  background: #76706a;
}

.TripleMob-bliss__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.TripleMob-bliss__text {
  margin: 0;
  align-self: stretch;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #f4e3b2;
}

/* ----- Prime ----- */
.TripleMob-prime {
  padding: 60px 22px;
  background: #1e160c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.TripleMob-prime__heading {
  align-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}

.TripleMob-prime__line {
  display: block;
  width: 100%;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  line-height: 57.6px;
  color: #f4e3b2;
}

.TripleMob-prime__line--prime {
  text-align: left;
}

.TripleMob-prime__line--bliss {
  text-align: right;
}

.TripleMob-prime__visual {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 331 / 496;
  border-radius: 25px;
  overflow: hidden;
  background: #76706a;
}

.TripleMob-prime__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.TripleMob-prime__text {
  margin: 0;
  align-self: stretch;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #f4e3b2;
}

/* ----- Rates ----- */
.TripleMob-rate {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.TripleMob-rate--gold {
  background: #58524a;
  color: #f4e3b2;
}

.TripleMob-rate--dark {
  background: #0f0904;
  color: #f4e3b2;
}

.TripleMob-rateReveal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.TripleMob-rateReveal__inner {
  width: 100%;
  max-height: var(--triple-rate-collapse-h, 320px);
  overflow: hidden;
  transition: max-height 0.45s ease;
  position: relative;
}

.TripleMob-rateReveal.is-expanded .TripleMob-rateReveal__inner {
  max-height: 2400px;
  overflow: visible;
}

.TripleMob-rate--gold .TripleMob-rateReveal:not(.is-expanded) .TripleMob-rateReveal__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to top,
    #58524a 0%,
    rgba(88, 82, 74, 0.55) 45%,
    transparent 100%
  );
}

.TripleMob-rate--dark .TripleMob-rateReveal:not(.is-expanded) .TripleMob-rateReveal__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to top,
    #0f0904 0%,
    rgba(15, 9, 4, 0.55) 31%,
    transparent 100%
  );
}

.TripleMob-rate__list {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.TripleMob-rate__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.TripleMob-rate__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.TripleMob-rate__hours {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  color: #f4e3b2;
  text-transform: capitalize;
}

.TripleMob-rate__price {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 450;
  line-height: 32px;
  color: #f4e3b2;
  text-align: right;
  flex-shrink: 0;
}

.TripleMob-rate__line {
  height: 0;
  border-top: 0.5px solid #f4e3b2;
}

.TripleMob-rate__caption {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #f4e3b2;
}

.TripleMob-rateReveal__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 60px 0;
  border: none;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  color: #f4e3b2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.TripleMob-rate--gold .TripleMob-rateReveal__toggle {
  background: linear-gradient(180deg, rgba(88, 82, 74, 0) 0%, #58524a 45%, #58524a 100%);
}

.TripleMob-rate--dark .TripleMob-rateReveal__toggle {
  background: linear-gradient(180deg, rgba(15, 9, 4, 0) 0%, #0f0904 31%, #0f0904 100%);
}

.TripleMob-rateReveal__label,
.TripleMob-rateReveal__icon {
  display: inline-block;
}

/* ----- Gallery title ----- */
.TripleMob-galleryTitle {
  align-self: stretch;
  padding: 80px 18px 60px;
  background: #faf3ed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.TripleMob-galleryTitle__heading {
  margin: 0;
  text-align: center;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  line-height: 62.4px;
  color: #4e4352;
}

.TripleMob-galleryFooter {
  align-self: stretch;
  padding: 60px 18px 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.TripleMob-gallery[hidden] {
  display: none !important;
}

/* P-GFE chrome (mobile) */
body.is-triple.is-triple-gallery-pgfe .TripleMob-galleryTitle {
  background: #000;
}

body.is-triple.is-triple-gallery-pgfe .TripleMob-galleryTitle__heading {
  color: #f4e3b2;
}

body.is-triple.is-triple-gallery-pgfe .TripleMob-galleryFooter {
  background: #000;
}

/* LIFE chrome (mobile) */
body.is-triple.is-triple-gallery-life .TripleMob-galleryTitle {
  background: #fff;
}

body.is-triple.is-triple-gallery-life .TripleMob-galleryTitle__heading {
  color: #000;
}

body.is-triple.is-triple-gallery-life .TripleMob-galleryFooter {
  background: #fff;
}

/* ----- Gallery mosaics (dress / bikini) ----- */
.TripleMob-gallery {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 0 8px 8px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.TripleMob-gallery--dress {
  background: #faf3ed;
}

.TripleMob-gallery--bikini {
  background: #fff;
  padding-bottom: 8px;
}

.TripleMob-gallery--black {
  background: #000;
  padding: 8px;
}

/* 黑底画廊：格子占位勿用浅灰，否则手机端 flex 亚像素缝会显成白边 */
.TripleMob-gallery--black .TripleMob-gallery__cell,
.TripleMob-gallery--black .TripleMob-gallery__frame53 {
  background: #000;
}

.TripleMob-gallery--life {
  background: #fff;
  padding: 8px;
}

.TripleMob-gallery__frame53 {
  position: relative;
  width: 100%;
  aspect-ratio: 1240 / 916.25;
  overflow: hidden;
  background: #c2c2c2;
}

.TripleMob-gallery__frame53 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.TripleMob-gallery__row {
  display: flex;
  align-self: stretch;
  width: 100%;
  gap: 8px;
}

.TripleMob-gallery__row--duo,
.TripleMob-gallery__row--trio,
.TripleMob-gallery__row--split {
  justify-content: space-between;
}

.TripleMob-gallery__cell {
  position: relative;
  min-width: 0;
  background: #c2c2c2;
  overflow: hidden;
}

.TripleMob-gallery__cell img {
  position: absolute;
  inset: 0;
  /* 略放大，盖住手机端亚像素缝 */
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  object-fit: cover;
  object-position: center top;
  display: block;
}

.TripleMob-gallery__cell--hero {
  width: 100%;
  aspect-ratio: 1280 / 831;
}

.TripleMob-gallery--bikini .TripleMob-gallery__cell--hero {
  aspect-ratio: 1280 / 720;
}

.TripleMob-gallery--black .TripleMob-gallery__cell--hero {
  aspect-ratio: 1280 / 720;
}

.TripleMob-gallery__cell--wide {
  width: 100%;
  aspect-ratio: 1240 / 732;
}

.TripleMob-gallery__cell--wideTall {
  width: 100%;
  aspect-ratio: 1240 / 946;
}

.TripleMob-gallery__cell--tall {
  width: 100%;
  aspect-ratio: 1240 / 1000;
}

.TripleMob-gallery__cell--duo {
  flex: 1 1 0;
  aspect-ratio: 610 / 815;
}

.TripleMob-gallery__cell--third {
  flex: 1 1 0;
  aspect-ratio: 400 / 536;
}

.TripleMob-gallery__cell--port {
  flex: 440 1 0;
  aspect-ratio: 440 / 587;
}

.TripleMob-gallery__cell--land {
  flex: 780 1 0;
  aspect-ratio: 780 / 587;
}

/* ----- Gallery category nav (mobile Frame 55) ----- */
.TripleGallery-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(6px, 2vw, 14px);
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.TripleGallery-nav__tab {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: var(--font-main);
  font-size: clamp(14px, 4.2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #4e4352;
  opacity: 0.35;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.TripleGallery-nav__tab.is-active {
  opacity: 1;
}

.TripleGallery-nav__tab:hover,
.TripleGallery-nav__tab:focus-visible {
  opacity: 1;
  outline: none;
}

.TripleGallery-nav__rule {
  width: 0;
  height: 14px;
  border-left: 0.5px solid currentColor;
  color: #4e4352;
  opacity: 0.75;
  flex-shrink: 0;
  align-self: center;
}

.TripleGallery-nav__btn {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  background: transparent;
  color: #4e4352;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.TripleGallery-nav__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  border-radius: var(--glass-pill-radius);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(250, 243, 237, 0.42) 50%,
    rgba(255, 255, 255, 0.28) 100%
  );
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 0 0 0.5px rgba(78, 67, 82, 0.14),
    0 1px 5px rgba(78, 67, 82, 0.08);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.TripleGallery-nav__btn:hover::before {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(250, 243, 237, 0.52) 50%,
    rgba(255, 255, 255, 0.36) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 0 0 0.5px rgba(78, 67, 82, 0.16),
    0 2px 6px rgba(78, 67, 82, 0.1);
}

.TripleGallery-nav__btn:active::before {
  background: linear-gradient(
    145deg,
    rgba(250, 243, 237, 0.55) 0%,
    rgba(255, 255, 255, 0.32) 100%
  );
  box-shadow:
    inset 0 1px 3px rgba(78, 67, 82, 0.12),
    inset 0 0 0 0.5px rgba(78, 67, 82, 0.14);
}

.TripleGallery-nav__icon {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
}

.TripleGallery-nav__icon path {
  stroke-width: 1.75;
}

.TripleGallery-nav--dark .TripleGallery-nav__tab,
.TripleGallery-nav--dark .TripleGallery-nav__btn,
.TripleGallery-nav--dark .TripleGallery-nav__rule {
  color: #4e4352;
}

body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav__tab,
body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav__btn,
body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav__rule,
body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav--dark .TripleGallery-nav__tab,
body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav--dark .TripleGallery-nav__btn,
body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav--dark .TripleGallery-nav__rule {
  color: #f4e3b2;
}

body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav__btn::before {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(244, 227, 178, 0.1) 42%,
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 2px 10px rgba(0, 0, 0, 0.4);
}

body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav__btn:hover::before {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(244, 227, 178, 0.14) 45%,
    rgba(255, 255, 255, 0.07) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 2px 12px rgba(0, 0, 0, 0.45);
}

body.is-triple.is-triple-gallery-pgfe .TripleGallery-nav__btn:active::before {
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.22) 0%,
    rgba(244, 227, 178, 0.08) 50%,
    rgba(255, 255, 255, 0.04) 100%
  );
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.35);
}

body.is-triple.is-triple-gallery-life .TripleGallery-nav__tab,
body.is-triple.is-triple-gallery-life .TripleGallery-nav__btn,
body.is-triple.is-triple-gallery-life .TripleGallery-nav__rule,
body.is-triple.is-triple-gallery-life .TripleGallery-nav--dark .TripleGallery-nav__tab,
body.is-triple.is-triple-gallery-life .TripleGallery-nav--dark .TripleGallery-nav__btn,
body.is-triple.is-triple-gallery-life .TripleGallery-nav--dark .TripleGallery-nav__rule {
  color: #000;
}

body.is-triple.is-triple-gallery-life .TripleGallery-nav__btn::before {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(245, 245, 245, 0.4) 50%,
    rgba(255, 255, 255, 0.28) 100%
  );
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 0 0.5px rgba(0, 0, 0, 0.14),
    0 1px 5px rgba(0, 0, 0, 0.08);
}

body.is-triple.is-triple-gallery-life .TripleGallery-nav__btn:hover::before {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(245, 245, 245, 0.52) 50%,
    rgba(255, 255, 255, 0.36) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 0 0 0.5px rgba(0, 0, 0, 0.16),
    0 2px 6px rgba(0, 0, 0, 0.1);
}

body.is-triple.is-triple-gallery-life .TripleGallery-nav__btn:active::before {
  background: linear-gradient(
    145deg,
    rgba(235, 235, 235, 0.55) 0%,
    rgba(255, 255, 255, 0.32) 100%
  );
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.12),
    inset 0 0 0 0.5px rgba(0, 0, 0, 0.14);
}

