/* Petal Promise — brush petals heart (Package 1) */

.wf-pp-wfn {
  margin: 0;
  min-height: 100vh;
  background: #f0e8de;
}

.wf-pp-root-wfn,
.wf-pp-root-wfn *,
.wf-pp-root-wfn *::before,
.wf-pp-root-wfn *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wf-pp-root-wfn {
  width: 100%;
  min-height: 100vh;
  background: #f0e8de;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  overflow: hidden;
}

.wf-pp-root-wfn::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 15%, rgba(200, 155, 130, 0.15) 0%, transparent 58%),
    radial-gradient(ellipse 55% 55% at 5% 92%, rgba(170, 130, 110, 0.10) 0%, transparent 52%);
  pointer-events: none;
}

.wf-pp-sc-wfn {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: ppFU 1.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}

@keyframes ppFU {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.wf-pp-hd-wfn {
  text-align: center;
  margin-bottom: 18px;
}

.wf-pp-ey-wfn {
  font-family: Cinzel, Georgia, serif;
  font-size: 11px;
  letter-spacing: 4.5px;
  color: #9a7060;
  text-transform: uppercase;
  margin-bottom: 7px;
  opacity: 0.8;
}

.wf-pp-nm-wfn {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 9.5vw, 54px);
  font-weight: 300;
  font-style: italic;
  color: #2a1510;
  line-height: 1;
  letter-spacing: -0.5px;
}

.wf-pp-nm-wfn .wf-pp-am-wfn {
  font-family: "GFS Didot", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  color: #9a7060;
  font-size: 0.9em;
  margin: 0 7px;
  display: inline-block;
}

.wf-pp-hw-wfn {
  position: relative;
  width: min(340px, calc(100vw - 40px));
  flex-shrink: 0;
}

.wf-pp-sv-wfn {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.wf-pp-tc-wfn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
}

.wf-pp-pc-wfn {
  position: absolute;
  pointer-events: none;
  display: block;
}

.wf-pp-ov-wfn {
  position: absolute;
  inset: 0;
  touch-action: none;
  cursor: none;
}

.wf-pp-hn-wfn {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.5s;
}

.wf-pp-hh-wfn {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  animation: ppHF 1.8s ease-in-out infinite;
  opacity: 0.75;
}

@keyframes ppHF {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(3px, -3px) rotate(5deg); }
}

.wf-pp-ht-wfn {
  font-family: Cinzel, Georgia, serif;
  font-size: 12px;
  letter-spacing: 3px;
  color: #9a7060;
  text-transform: uppercase;
  opacity: 0.85;
  animation: ppHP 2.8s ease-in-out 1.5s infinite;
}

@keyframes ppHP {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

.wf-pp-ft-wfn {
  margin-top: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.wf-pp-lc-wfn {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(16px, 3.8vw, 20px);
  font-weight: 300;
  font-style: italic;
  color: #8a6858;
  letter-spacing: 0.4px;
}

.wf-pp-rl-wfn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wf-pp-rl-wfn hr {
  width: 36px;
  border: none;
  border-top: 0.5px solid #e0c4b4;
}

.wf-pp-rl-wfn span {
  font-size: 10px;
  color: #b87060;
  opacity: 0.65;
}

.wf-pp-sb-wfn {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(10px, 2.2vw, 12.5px);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9a7060;
  opacity: 0.75;
}

#wf-pp-cc-wfn {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

#wf-pp-cur-wfn {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  width: 32px;
  height: 40px;
  transform: translate(-8px, -4px);
  display: none;
  opacity: 0.75;
}

@media (prefers-reduced-motion: reduce) {
  .wf-pp-sc-wfn,
  .wf-pp-hh-wfn,
  .wf-pp-ht-wfn {
    animation: none !important;
  }

  .wf-pp-sc-wfn {
    opacity: 1;
  }

  .wf-pp-ov-wfn {
    cursor: crosshair;
  }
}
