/* Triple Bliss — desktop layout (Figma 1280px), ≥900px only */

@media (min-width: 900px) {
  body.is-triple .TriplePage-desk {
    background: #fff;
  }

  /* ----- Hero ----- */
  body.is-triple .TriplePage-hero {
    background: #540711;
    overflow: visible;
  }

  body.is-triple .TriplePage-heroDesk {
    position: relative;
    width: 100%;
    height: 720px;
    min-height: 720px;
    display: block;
    overflow: visible;
    background: #540711;
  }

  body.is-triple .TriplePage-heroDesk__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  body.is-triple .TriplePage-heroDesk__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body.is-triple .TriplePage-heroDesk__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    pointer-events: none;
    z-index: 1;
  }

  /* TRIPLE BLISS：始终贴齐 header 底边外 -4.5px */
  body.is-triple .TriplePage-heroDesk__titleSvg {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -4.5px;
    width: min(1265px, 98.8%);
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
  }

  body.is-triple .TriplePage-heroDesk__titleSvg svg {
    display: block;
    width: 100%;
    height: auto;
  }

  body.is-triple .TriplePage-heroDesk__ellipse,
  body.is-triple .TriplePage-heroDesk__tags {
    display: none !important;
  }

  /* ----- Intro (3-column) ----- */
  /* 缩窄视口时裁切左右文案，中间图始终居中 */
  body.is-triple .TriplePage-intro {
    background: #540711;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    overflow: hidden;
  }

  body.is-triple .TriplePage-intro__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: max-content;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  body.is-triple .TriplePage-intro__copy {
    width: 294px;
    height: 360px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
  }

  body.is-triple .TriplePage-intro__line {
    margin: 0;
    padding: 0;
    border: none;
    font-family: var(--font-main);
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 62.4px;
    letter-spacing: 0.48px;
    color: #ebeae6;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  body.is-triple .TriplePage-intro__line--1 {
    align-self: stretch;
    text-align: left;
  }

  body.is-triple .TriplePage-intro__group {
    width: 294px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
  }

  body.is-triple .TriplePage-intro__closer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  body.is-triple .TriplePage-intro__when,
  body.is-triple .TriplePage-intro__have {
    display: block;
    margin: 0;
    padding: 0;
    font-family: var(--font-main);
    font-size: 48px;
    text-transform: uppercase;
    line-height: 62.4px;
    letter-spacing: 0.48px;
    color: #ebeae6;
    overflow-wrap: break-word;
  }

  body.is-triple .TriplePage-intro__when {
    font-weight: 400;
  }

  body.is-triple .TriplePage-intro__have {
    font-style: italic;
    font-weight: 425;
  }

  body.is-triple .TriplePage-intro__rule {
    width: 296.68px;
    height: 0;
    margin: 0;
    flex-shrink: 0;
    outline: 2px solid #ebeae6;
    outline-offset: -1px;
    border: none;
    background: transparent;
  }

  body.is-triple .TriplePage-intro__photo {
    position: relative;
    width: 336px;
    height: 420px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 29.76px;
    background: #2c150b;
  }

  body.is-triple .TriplePage-intro__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body.is-triple .TriplePage-intro__mask--1 {
    position: absolute;
    left: 0;
    top: 4.72%;
    width: 6.27%;
    aspect-ratio: 21.06 / 37.41;
    border-radius: 9999px;
    background: #2c150b;
    pointer-events: none;
  }

  body.is-triple .TriplePage-intro__mask--2 {
    position: absolute;
    left: 83.86%;
    top: -0.02%;
    width: 18.56%;
    aspect-ratio: 62.35 / 79.17;
    border-radius: 9999px;
    background: #432414;
    transform: rotate(31deg);
    transform-origin: top left;
    pointer-events: none;
  }

  body.is-triple .TriplePage-intro__text {
    width: 294px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  body.is-triple .TriplePage-intro__text p {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ebeae6;
  }

  /* ----- Muses ----- */
  body.is-triple .TriplePage-muses {
    padding: 120px 40px;
    gap: 120px;
    background: #faf3ed;
    color: #4e4352;
  }

  body.is-triple .TriplePage-muses__title {
    font-size: 52px;
    line-height: 67.6px;
    letter-spacing: 0.52px;
    color: #4e4352;
  }

  body.is-triple .TriplePage-muses__grid {
    max-width: 1120px;
    gap: 80px;
  }

  body.is-triple .TriplePage-muse {
    max-width: 300px;
    gap: 20px;
  }

  body.is-triple .TriplePage-muse__frame {
    max-width: 300px;
    aspect-ratio: 300 / 400;
    border-radius: 30px;
  }

  body.is-triple .TriplePage-muse__name {
    color: #4e4352;
    font-size: 36px;
    letter-spacing: 0.72px;
  }

  body.is-triple .TriplePage-muse__tagline {
    max-width: 300px;
    font-size: 16px;
    line-height: 32px;
    color: #4e4352;
  }

  body.is-triple .TriplePage-muse__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  body.is-triple .TriplePage-muse__img--aria,
  body.is-triple .TriplePage-muse__img--nina {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  /* Vanessa：新图按 Figma 300×400 框裁切 */
  body.is-triple .TriplePage-muse__img--vanessa {
    inset: auto;
    width: calc(100% * 307.6 / 300);
    height: calc(100% * 461.57 / 400);
    left: 0;
    top: calc(100% * -42.33 / 400);
  }

  body.is-triple .TriplePage-muse__frame > a {
    transform: none;
    filter: none;
  }

  body.is-triple .TriplePage-muse__frame > a:hover .TriplePage-muse__img,
  body.is-triple .TriplePage-muse__frame > a:focus-visible .TriplePage-muse__img {
    transform: scale(1.06);
  }

  /* ----- Intro1 (text left, image right) ----- */
  body.is-triple .TriplePage-intro1 {
    background: #81766a;
  }

  body.is-triple .TriplePage-intro1Desk {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  body.is-triple .TriplePage-intro1Desk .TriplePage-intro1__content {
    flex: 0 0 50%;
    max-width: 50%;
    width: 641px;
    padding: 0 60px;
    gap: 40px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  body.is-triple .TriplePage-intro1Desk .TriplePage-intro1__title {
    width: 100%;
    max-width: 520px;
    font-size: 64px;
    letter-spacing: 1.28px;
    line-height: normal;
    text-align: left;
    color: #f4e3b2;
  }

  body.is-triple .TriplePage-intro1Desk .TriplePage-intro1__text {
    width: 100%;
    max-width: 520px;
    text-align: left;
    color: #f4e3b2;
  }

  body.is-triple .TriplePage-intro1Desk .TriplePage-intro1__img {
    flex: 0 0 50%;
    max-width: 50%;
    width: 640px;
    height: 960px;
    margin: 0;
    min-height: 960px;
    aspect-ratio: auto;
    background: #76706a;
    position: relative;
    overflow: hidden;
  }

  body.is-triple .TriplePage-intro1Desk .TriplePage-intro1__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }

  /* ----- Rates (3 columns) ----- */
  body.is-triple .TriplePage-trioRateDesk {
    gap: 90px;
    padding: 120px 40px;
  }

  body.is-triple .TriplePage-trioRate--gold .TriplePage-trioRateDesk {
    background: #58524a;
  }

  body.is-triple .TriplePage-trioRate--gold .TriplePage-trioRate__hours,
  body.is-triple .TriplePage-trioRate--gold .TriplePage-trioRate__price,
  body.is-triple .TriplePage-trioRate--gold .TriplePage-trioRate__caption {
    color: #f4e3b2;
  }

  body.is-triple .TriplePage-trioRate--gold .TriplePage-trioRate__line {
    background: #f4e3b2;
  }

  body.is-triple .TriplePage-trioRate--dark {
    background: #0f0904;
    padding-inline: 40px;
    box-sizing: border-box;
  }

  body.is-triple .TriplePage-trioRate--dark .TriplePage-trioRateDesk {
    background: transparent;
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
    gap: 60px;
    padding: 120px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
  }

  body.is-triple .TriplePage-trioRate--dark .TriplePage-trioRate__hours,
  body.is-triple .TriplePage-trioRate--dark .TriplePage-trioRate__price,
  body.is-triple .TriplePage-trioRate--dark .TriplePage-trioRate__caption {
    color: #f4e3b2;
  }

  body.is-triple .TriplePage-trioRate--dark .TriplePage-trioRate__line {
    background: #f4e3b2;
    width: 100%;
    align-self: stretch;
  }

  /* 三列等宽拉满，横线随列宽铺满（勿锁死 300px） */
  body.is-triple .TriplePage-trioRate--dark .TriplePage-trioRateDesk .TriplePage-trioRate__col {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    align-items: stretch;
    align-self: stretch;
    gap: 84px;
  }

  body.is-triple .TriplePage-trioRate--dark .TriplePage-trioRate__item {
    width: 100%;
    max-width: none;
    align-self: stretch;
  }

  body.is-triple .TriplePage-trioRate--dark .TriplePage-trioRate__caption {
    white-space: normal;
  }

  body.is-triple .TriplePage-trioRateDesk .TriplePage-trioRate__col {
    width: 300px;
    flex: 0 0 300px;
    gap: 84px;
  }

  body.is-triple .TriplePage-trioRate__item {
    width: 100%;
    max-width: 300px;
  }

  /* ----- Intro2 Prime ----- */
  body.is-triple .TriplePage-intro2 {
    background: #1e160c;
  }

  body.is-triple .TriplePage-intro2Desk {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  body.is-triple .TriplePage-intro2__img {
    flex: 0 0 50%;
    max-width: 50%;
    width: 640px;
    height: 960px;
    min-height: 960px;
    position: relative;
    overflow: hidden;
    background: #1e160c;
  }

  body.is-triple .TriplePage-intro2__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }

  body.is-triple .TriplePage-intro2__content {
    flex: 0 0 50%;
    max-width: 50%;
    width: 640px;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
  }

  body.is-triple .TriplePage-intro2__title {
    margin: 0;
    width: 100%;
    max-width: 520px;
    font-family: var(--font-main);
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.04px;
    line-height: normal;
    text-align: left;
    color: #f4e3b2;
  }

  body.is-triple .TriplePage-intro2__text {
    margin: 0;
    width: 100%;
    max-width: 520px;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #f4e3b2;
    text-align: left;
  }

  /* ----- Gallery title ----- */
  body.is-triple .TriplePage-galleryTitle {
    align-self: stretch;
    width: 100%;
    padding: 120px 40px;
    background: #faf3ed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    box-sizing: border-box;
  }

  body.is-triple .TriplePage-galleryTitle__heading {
    margin: 0;
    text-align: center;
    font-family: var(--font-main);
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 67.6px;
    letter-spacing: 0.52px;
    color: #4e4352;
  }

  body.is-triple .TriplePage-galleryFooter {
    align-self: stretch;
    width: 100%;
    padding: 100px 40px 120px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  body.is-triple .TriplePage-galleryGrid[hidden] {
    display: none !important;
  }

  /* P-GFE chrome: black title / footer + gold type */
  body.is-triple.is-triple-gallery-pgfe .TriplePage-galleryTitle {
    background: #000;
  }

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

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

  /* LIFE chrome: white title / footer + black type */
  body.is-triple.is-triple-gallery-life .TriplePage-galleryTitle {
    background: #fff;
  }

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

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

  /* ----- Gallery grids ----- */
  body.is-triple .TriplePage-galleryGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px 20px;
    box-sizing: border-box;
    width: 100%;
  }

  body.is-triple .TriplePage-galleryGrid--dress {
    background: #faf3ed;
  }

  body.is-triple .TriplePage-galleryGrid--bikini {
    background: #fff;
  }

  body.is-triple .TriplePage-galleryGrid--black {
    background: #000;
    padding: 20px;
  }

  body.is-triple .TriplePage-galleryGrid--black .TriplePage-galleryGrid__hero,
  body.is-triple .TriplePage-galleryGrid--black .TriplePage-galleryGrid__cell,
  body.is-triple .TriplePage-galleryGrid--black .TriplePage-galleryGrid__frame53 {
    background: #000;
  }

  body.is-triple .TriplePage-galleryGrid--life {
    background: #fff;
    padding: 20px;
  }

  body.is-triple .TriplePage-galleryGrid__frame53 {
    position: relative;
    width: 100%;
    max-width: 1240px;
    aspect-ratio: 1240 / 916.25;
    overflow: hidden;
    background: #c2c2c2;
  }

  body.is-triple .TriplePage-galleryGrid__frame53 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  body.is-triple .TriplePage-galleryGrid__hero,
  body.is-triple .TriplePage-galleryGrid__cell {
    position: relative;
    overflow: hidden;
    background: #c2c2c2;
  }

  body.is-triple .TriplePage-galleryGrid__hero img,
  body.is-triple .TriplePage-galleryGrid__cell img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  body.is-triple .TriplePage-galleryGrid__hero {
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 1280 / 831;
  }

  body.is-triple .TriplePage-galleryGrid__hero--bikini {
    aspect-ratio: 1280 / 720;
  }

  body.is-triple .TriplePage-galleryGrid__row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: 1240px;
  }

  body.is-triple .TriplePage-galleryGrid__row--duo {
    justify-content: space-between;
    max-width: 1240px;
  }

  body.is-triple .TriplePage-galleryGrid__cell {
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 610 / 815;
    max-width: 610px;
  }

  body.is-triple .TriplePage-galleryGrid__cell--third {
    flex: 1 1 0;
    max-width: 400px;
    aspect-ratio: 400 / 536;
  }

  body.is-triple .TriplePage-galleryGrid__cell--wideShort {
    width: 100%;
    max-width: 1240px;
    flex: none;
    aspect-ratio: 1240 / 732;
  }

  body.is-triple .TriplePage-galleryGrid__cell--wideTall {
    width: 100%;
    max-width: 1240px;
    flex: none;
    aspect-ratio: 1240 / 946;
  }

  body.is-triple .TriplePage-galleryGrid__cell--tall {
    width: 100%;
    max-width: 1240px;
    flex: none;
    aspect-ratio: 1240 / 1000;
  }

  body.is-triple .TriplePage-galleryGrid__row--split {
    justify-content: space-between;
    max-width: 1240px;
  }

  body.is-triple .TriplePage-galleryGrid__row--split .TriplePage-galleryGrid__cell--land {
    flex: 1 1 780px;
    max-width: 780px;
    aspect-ratio: 780 / 587;
  }

  body.is-triple .TriplePage-galleryGrid__row--split .TriplePage-galleryGrid__cell--port {
    flex: 1 1 440px;
    max-width: 440px;
    aspect-ratio: 440 / 587;
  }

  body.is-triple .TriplePage-intro__mask--1,
  body.is-triple .TriplePage-intro__mask--2 {
    display: none !important;
  }
}

@media (min-width: 900px) {
  /* ----- Gallery category nav (Frame 55) ----- */
  body.is-triple .TripleGallery-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 6.5vw, 120px);
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    flex-wrap: nowrap;
  }

  body.is-triple .TripleGallery-nav__tab {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-family: var(--font-main);
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.72px;
    color: #4e4352;
    opacity: 0.35;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
  }

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

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

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

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

  body.is-triple .TripleGallery-nav__btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    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;
  }

  body.is-triple .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);
  }

  body.is-triple .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);
  }

  body.is-triple .TripleGallery-nav__btn:focus-visible {
    outline: 2px solid rgba(78, 67, 82, 0.45);
    outline-offset: 2px;
  }

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

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

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

  body.is-triple .TripleGallery-nav--dark .TripleGallery-nav__btn {
    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-pgfe .TripleGallery-nav__btn:focus-visible {
    outline-color: rgba(244, 227, 178, 0.55);
  }

  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);
  }

  body.is-triple.is-triple-gallery-life .TripleGallery-nav__btn:focus-visible {
    outline-color: rgba(0, 0, 0, 0.45);
  }
}
