.wedding-farewell {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: transparent;
  pointer-events: auto;
  touch-action: none;
  overscroll-behavior: none;
  user-select: none;
  -webkit-user-select: none;
  outline: none;
}
.wedding-farewell[hidden] { display: none !important; }
.farewell-veil { position: absolute; inset: 0; z-index: 0; background: #000; opacity: 0; }
.farewell-crt {
  position: absolute;
  z-index: 1;
  left: var(--farewell-static-x, 50%); top: var(--farewell-static-y, 50%);
  width: var(--farewell-static-width, min(100vw, 520px));
  height: var(--farewell-static-height, 100dvh);
  overflow: hidden;
  transform: translate(-50%, -50%);
  transform-origin: center;
  will-change: transform;
}
.farewell-message {
  position: absolute;
  z-index: 1;
  top: 50%; left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  white-space: nowrap;
  font: 500 clamp(25px, 7vw, 34px)/1.6 "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .18em;
  padding-left: .18em;
  color: #fff;
}
.farewell-static {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.farewell-beam {
  position: absolute;
  z-index: 3;
  left: 50%; top: 50%;
  width: 100%;
  height: 4px;
  border-radius: 45%;
  background: #fff;
  box-shadow: 0 0 7px 2px #e7f2ffd9, 0 0 22px 5px #a8caff66;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: center;
  pointer-events: none;
}
.wedding-farewell[data-complete="true"] { background: #000; cursor: default; }
.wedding-farewell[data-complete="true"] .farewell-message,
.wedding-farewell[data-complete="true"] .farewell-static,
.wedding-farewell[data-complete="true"] .farewell-beam { visibility: hidden; }
@media (prefers-reduced-motion: reduce) { .farewell-static, .farewell-beam { display: none; } }
