/* Golden Secret — heart foil scratch (Package 1) */

.wf-gs-wfn {
  margin: 0;
  min-height: 100vh;
  background: #fdf9f3;
  color: #26180a;
}

.wf-gs-wfn *,
.wf-gs-wfn *::before,
.wf-gs-wfn *::after {
  box-sizing: border-box;
}

.wf-gs-root-wfn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 30px 10px;
  background: #fdf9f3;
}

.wf-gs-card-wfn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  animation: wfGsCardIn 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}

@keyframes wfGsCardIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.wf-gs-heading-wfn {
  text-align: center;
  margin-bottom: 14px;
}

.wf-gs-heading-text-wfn {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 11vw, 60px);
  font-weight: 300;
  font-style: italic;
  color: #c9a55a;
  line-height: 1;
  letter-spacing: -0.5px;
  display: block;
}

.wf-gs-rule-wfn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 9px;
}

.wf-gs-rule-line-wfn {
  width: 36px;
  height: 0.5px;
  background: #d4b06a;
  opacity: 0.55;
  display: block;
}

.wf-gs-rule-diamond-wfn {
  width: 4px;
  height: 4px;
  background: #d4b06a;
  transform: rotate(45deg);
  opacity: 0.65;
  display: block;
  flex-shrink: 0;
}

.wf-gs-names-wfn {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 8vw, 44px);
  font-weight: 400;
  color: #26180a;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 10px;
  line-height: 1;
}

.wf-gs-amp-wfn {
  font-family: "GFS Didot", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  color: #d4b06a;
  font-size: 0.95em;
  letter-spacing: 0;
  margin: 0 8px;
  display: inline-block;
}

.wf-gs-hint-wfn {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(11px, 2.8vw, 14px);
  letter-spacing: 3.5px;
  color: #c9a55a;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
  opacity: 0.9;
  animation: wfGsHintPulse 2.8s ease-in-out 1.8s infinite;
  transition: opacity 0.5s;
}

.wf-gs-hint-wfn.wf-is-hidden-wfn {
  opacity: 0;
  animation: none;
}

@keyframes wfGsHintPulse {
  0%, 100% { opacity: 0.68; }
  50% { opacity: 1; }
}

.wf-gs-heart-wrap-wfn {
  position: relative;
  width: min(300px, calc(100vw - 48px));
  flex-shrink: 0;
  cursor: pointer;
}

.wf-gs-heart-svg-wfn {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.wf-gs-heart-inner-wfn {
  width: 300px;
  height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 50px 32px 70px;
  box-sizing: border-box;
}

.wf-gs-invite-wfn {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 13px;
  font-weight: 300;
  color: #8a7060;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

.wf-gs-date-wfn {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #26180a;
  letter-spacing: 0.5px;
  margin-top: 3px;
  text-align: center;
}

.wf-gs-wave-wfn {
  margin-top: 5px;
  opacity: 0.28;
}

.wf-gs-glow-wfn {
  position: absolute;
  inset: -32px;
  background: radial-gradient(ellipse 72% 62% at 50% 55%, rgba(218, 175, 90, 0.26) 0%, transparent 68%);
  pointer-events: none;
  animation: wfGsGlowPulse 3.8s ease-in-out infinite;
  border-radius: 50%;
  z-index: 0;
}

@keyframes wfGsGlowPulse {
  0%, 100% { opacity: 0.65; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

.wf-gs-cvs-wrap-wfn {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.wf-gs-cvs-wfn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: pointer;
  display: block;
}

.wf-gs-cvs-wfn.wf-is-done-wfn {
  display: none;
}

.wf-gs-shimmer-wfn {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    -45deg,
    rgba(210, 160, 60, 0) 38%,
    rgba(255, 245, 200, 0.72) 50%,
    rgba(210, 160, 60, 0) 62%
  );
  background-size: 300% 300%;
  animation: wfGsShimmer 2.2s linear infinite;
  transition: opacity 0.4s ease;
}

.wf-gs-shimmer-wfn.wf-is-hidden-wfn {
  opacity: 0;
  animation: none;
}

@keyframes wfGsShimmer {
  0% { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}

.wf-gs-sparkle-wrap-wfn {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.wf-gs-sp-wfn {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe080 0%, #d4a840 60%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  animation: wfGsSpAnim var(--d, 2s) ease-in-out var(--dl, 0s) infinite;
}

.wf-gs-sp-wfn.wf-gs-star-wfn::before,
.wf-gs-sp-wfn.wf-gs-star-wfn::after {
  content: "";
  position: absolute;
  background: #f8e08a;
  border-radius: 1px;
}

.wf-gs-sp-wfn.wf-gs-star-wfn::before {
  width: 1px;
  height: 10px;
  top: -3px;
  left: calc(50% - 0.5px);
}

.wf-gs-sp-wfn.wf-gs-star-wfn::after {
  width: 10px;
  height: 1px;
  top: calc(50% - 0.5px);
  left: -3px;
}

@keyframes wfGsSpAnim {
  0%, 100% { opacity: 0; transform: scale(0.3) rotate(0deg); }
  40%, 60% { opacity: 0.9; transform: scale(1.2) rotate(18deg); }
}

.wf-gs-footer-wfn {
  margin-top: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.wf-gs-venue-wfn {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 300;
  font-style: italic;
  color: #8a7060;
  letter-spacing: 0.4px;
}

.wf-gs-footer-rule-wfn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wf-gs-footer-hr-wfn {
  width: 40px;
  height: 0.5px;
  background: #f0ddb8;
  display: block;
}

.wf-gs-footer-gem-wfn {
  font-size: 9px;
  color: #c9a55a;
  opacity: 0.72;
}

.wf-gs-footer-sub-wfn {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(9px, 2vw, 11px);
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c9a55a;
  opacity: 0.8;
}

.wf-gs-confetti-wfn {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99999;
}

@media (prefers-reduced-motion: reduce) {
  .wf-gs-card-wfn,
  .wf-gs-hint-wfn,
  .wf-gs-glow-wfn,
  .wf-gs-shimmer-wfn,
  .wf-gs-sp-wfn {
    animation: none !important;
  }

  .wf-gs-card-wfn {
    opacity: 1;
  }
}
