body.splash-active {
  overflow: hidden;
}

html[data-mobile-no-splash="true"] body.splash-active { overflow: auto; }
html[data-mobile-no-splash="true"] .splash-intro { display: none !important; }
html[data-mobile-no-splash="true"] body.splash-active:not(.splash-revealing) > .site-topbar,
html[data-mobile-no-splash="true"] body.splash-active:not(.splash-revealing) > main,
html[data-mobile-no-splash="true"] body.splash-active:not(.splash-revealing) > .site-footer { visibility: visible; }
html[data-mobile-no-splash="true"] .splash-copy-hidden .site-topbar,
html[data-mobile-no-splash="true"] .splash-copy-hidden .opening-copy,
html[data-mobile-no-splash="true"] .splash-copy-hidden .opening-scroll { opacity: 1; }

body.splash-active:not(.splash-revealing) > .site-topbar,
body.splash-active:not(.splash-revealing) > main,
body.splash-active:not(.splash-revealing) > .site-footer {
  visibility: hidden;
}

.splash-copy-hidden .site-topbar,
.splash-copy-hidden .opening-copy,
.splash-copy-hidden .opening-scroll {
  opacity: 0;
}

.site-topbar,
.opening-copy,
.opening-scroll {
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1);
}

.splash-intro {
  position: fixed;
  z-index: 9999;
  inset: 0;
  overflow: hidden;
  background: #fff;
  contain: strict;
  isolation: isolate;
}

.splash-panels,
.splash-visual,
.splash-visual picture,
.splash-art {
  position: absolute;
  inset: 0;
}

.splash-panels {
  z-index: 1;
}

.splash-panel {
  position: absolute;
  width: 50.1%;
  height: 50.1%;
  background-color: #fff;
  background-image: url("assets/splash-ecosystem-20260818.webp");
  background-repeat: no-repeat;
  background-size: 200% 200%;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.splash-panel:nth-child(1) { top: 0; left: 0; background-position: 0 0; }
.splash-panel:nth-child(2) { top: 0; right: 0; background-position: 100% 0; }
.splash-panel:nth-child(3) { bottom: 0; left: 0; background-position: 0 100%; }
.splash-panel:nth-child(4) { right: 0; bottom: 0; background-position: 100% 100%; }

.splash-visual {
  z-index: 2;
  overflow: hidden;
  background: #fff;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity, clip-path;
}

.splash-art {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.splash-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: clamp(10px, 1vw, 18px) solid rgba(255, 255, 255, .76);
  box-shadow: inset 0 0 0 1px rgba(183, 149, 82, .2);
  pointer-events: none;
}

.splash-glint {
  position: absolute;
  z-index: 3;
  top: -35%;
  bottom: -35%;
  left: -24%;
  width: 17%;
  background: linear-gradient(90deg, transparent, rgba(255, 236, 180, .42), transparent);
  opacity: .62;
  transform: skewX(-17deg) translate3d(-180%, 0, 0);
  pointer-events: none;
  will-change: transform;
}

.splash-meta {
  position: absolute;
  z-index: 4;
  left: clamp(28px, 4vw, 64px);
  right: clamp(28px, 4vw, 64px);
  bottom: clamp(31px, 4.5vw, 66px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  color: #8d6a28;
  font-family: var(--font-body);
  pointer-events: none;
  will-change: transform, opacity;
}

.splash-meta span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.splash-meta strong {
  color: #7a6134;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 500;
  letter-spacing: .02em;
}

.splash-progress {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: clamp(19px, 2vw, 30px);
  width: min(238px, 36vw);
  height: 1px;
  overflow: hidden;
  background: rgba(183, 149, 82, .2);
  transform: translateX(-50%);
}

.splash-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #9c6e18, #edcf79, #a8771b);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

@media (max-width: 620px) {
  .splash-panel { background-image: url("assets/splash-ecosystem-mobile-20260818.webp"); }
  .splash-art { object-fit: cover; }
  .splash-visual::before { border-width: 8px; }
  .splash-meta {
    left: 20px;
    right: 20px;
    bottom: 44px;
    display: block;
    text-align: center;
  }
  .splash-meta span { display: block; font-size: 8px; }
  .splash-meta strong { display: block; margin-top: 7px; font-size: 18px; }
  .splash-progress { bottom: 24px; width: 150px; }
}
