@charset "UTF-8";.site-shell--static-v2 .footer-btn,.site-shell--static-v2 .pagetop{z-index:2147483000}@media screen and (min-width:1280px){.site-shell--static-v2 .footer-btn{display:none}.site-shell--static-v2 .pagetop{position:fixed;right:16px;bottom:16px;display:flex;align-items:flex-end;gap:8px}.site-shell--static-v2 .pagetop>a{display:block;flex:0 0 auto}.site-shell--static-v2 .pagetop>a picture,.site-shell--static-v2 .pagetop>a picture img{display:block}.site-shell--static-v2 .pagetop>a:nth-child(1) picture img,.site-shell--static-v2 .pagetop>a:nth-child(2) picture img{width:190px;height:auto}.site-shell--static-v2 .pagetop>a:last-child img{width:72px;height:auto}}@media screen and (max-width:1279px){.site-shell--static-v2 .pagetop{display:none}.site-shell--static-v2 .footer-btn{position:fixed;bottom:0!important;left:0;z-index:2;width:100%;text-align:center}.site-shell--static-v2 .footer-btn ul{display:grid;grid-template-columns:1fr 1fr;margin:0}.site-shell--static-v2 .footer-btn ul li{line-height:0}.site-shell--static-v2 .footer-btn ul li a{display:block;line-height:0}.site-shell--static-v2 .footer-btn ul li img{display:block;width:100%;height:auto}.site-shell--static-v2 .copyright{padding-bottom:calc(28px + clamp(72px,13vw,170px) + env(safe-area-inset-bottom))}}

.site-shell--static-v2 .pagetop>a>img,.pagetop a img{width:190px;height:auto}.site-shell--static-v2 .pagetop>a:last-child>img,.site-shell--static-v2 .pagetop>a:last-child picture img,.pagetop a:last-child img,.pagetop a:last-child picture img{width:72px;height:auto}

/* Keep the compact copyright legible against the shared brown footer. */
.site-shell--static-v2 .copyright {
  color: rgba(255, 255, 255, 0.82);
}

/* Keep the full-width image CTA on phones only. */
@media screen and (max-width: 767px) {
  .site-shell--static-v2 .copyright {
    padding-bottom:
      calc(20px + 12.64vw + env(safe-area-inset-bottom, 0px));
  }
}

/* Reuse the compact desktop controls on tablets instead of scaling phone art. */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .site-shell--static-v2 .footer-btn {
    display: none;
  }

  .site-shell--static-v2 .pagetop {
    position: fixed;
    right: clamp(12px, 1.25vw, 16px);
    bottom:
      calc(
        clamp(12px, 1.25vw, 16px) + env(safe-area-inset-bottom, 0px)
      ) !important;
    left: auto;
    z-index: 2;
    display: flex;
    width: auto;
    align-items: flex-end;
    gap: 8px;
    background: none;
    text-align: left;
  }

  .site-shell--static-v2 .pagetop > a {
    display: block;
    flex: 0 0 auto;
  }

  .site-shell--static-v2 .pagetop > a picture,
  .site-shell--static-v2 .pagetop > a picture img {
    display: block;
  }

  .site-shell--static-v2 .pagetop > a:nth-child(1) picture img,
  .site-shell--static-v2 .pagetop > a:nth-child(2) picture img {
    width: clamp(168px, 14.855vw, 190px);
    height: auto;
  }

  .site-shell--static-v2 .pagetop > a:last-child > img,
  .site-shell--static-v2 .pagetop > a:last-child picture img {
    display: block;
    width: clamp(56px, 5.63vw, 72px);
    height: auto;
  }

  .site-shell--static-v2 .copyright {
    padding-bottom:
      calc(
        28px + clamp(56px, 5.63vw, 72px) +
          clamp(12px, 1.25vw, 16px) + env(safe-area-inset-bottom, 0px)
      );
  }
}
