/* WeddingOS — three discreet discoverable leaves + reward. */
.wos-secret-leaf{
  position:absolute;
  z-index:18;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(247,243,235,.5);
  color:#4d6448;
  font-size:23px;
  line-height:1;
  cursor:pointer;
  opacity:.66;
  filter:drop-shadow(0 5px 12px rgba(55,76,52,.18));
  transition:opacity .2s ease,transform .25s ease,background .2s ease;
  -webkit-tap-highlight-color:transparent;
}
.wos-secret-leaf:hover,.wos-secret-leaf:focus-visible{opacity:1;transform:scale(1.1) rotate(-7deg);background:rgba(232,239,229,.96);outline:2px solid rgba(91,119,84,.5);outline-offset:3px}
.wos-secret-leaf.is-found{pointer-events:none;animation:wos-secret-found .55s cubic-bezier(.2,.8,.2,1) forwards}
.wos-secret-leaf[data-slot="1"]{right:clamp(18px,5vw,70px);top:clamp(44px,7vw,78px);transform:rotate(13deg)}
.wos-secret-leaf[data-slot="2"]{left:clamp(16px,4vw,58px);top:clamp(54px,8vw,96px);transform:rotate(-18deg)}
.wos-secret-leaf[data-slot="3"]{right:16px;top:14px;bottom:auto;transform:rotate(28deg)}
.wos-secret-leaf.is-last{animation:wos-secret-last 3.2s ease-in-out infinite}
.wos-leaf-progress{
  position:fixed;
  left:50%;
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:120;
  transform:translateX(-50%) translateY(18px);
  padding:10px 15px;
  border-radius:999px;
  background:rgba(62,79,58,.94);
  color:#fffaf1;
  font:700 .76rem/1.2 Manrope,Arial,sans-serif;
  letter-spacing:.04em;
  box-shadow:0 12px 35px rgba(45,63,43,.2);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease,transform .22s ease;
}
.wos-leaf-progress.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}

.wos-reward-reopen{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 28px;
  padding:16px 18px;
  border:1px solid rgba(97,120,89,.3);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(224,234,220,.96),rgba(194,210,189,.94));
  box-shadow:0 12px 34px rgba(66,84,61,.1);
}
.wos-reward-reopen>div{display:grid;gap:2px;text-align:left}
.wos-reward-reopen span{font:700 .68rem/1.2 Manrope,Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#61735b}
.wos-reward-reopen strong{font:500 1.3rem/1.15 "Cormorant Garamond",Georgia,serif;color:#394a35}
.wos-reward-reopen button,
.wos-reward-done{
  border:1px solid #b69457;
  border-radius:14px;
  background:linear-gradient(135deg,#3f6240,#5e7d59);
  color:#fffaf1;
  padding:11px 16px;
  font:800 .75rem/1 Manrope,Arial,sans-serif;
  letter-spacing:.06em;
  cursor:pointer;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(55,87,55,.18);
}
.wos-reward-overlay{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(40,51,38,.62);
  opacity:0;
  transition:opacity .28s ease;
}
.wos-reward-overlay.is-visible{opacity:1}
.wos-reward-card{
  position:relative;
  width:min(560px,100%);
  max-height:min(86vh,760px);
  overflow:auto;
  padding:22px 22px 24px;
  border:1px solid rgba(176,145,88,.42);
  border-radius:26px;
  background:linear-gradient(160deg,#fffaf1,#eef2e9);
  color:#3f4d3b;
  text-align:center;
  box-shadow:0 34px 90px rgba(27,39,26,.3);
  transform:translateY(18px) scale(.975);
  transition:transform .36s cubic-bezier(.22,.78,.18,1);
}
.wos-reward-overlay.is-visible .wos-reward-card{transform:none}
.wos-reward-close{
  position:absolute;
  right:12px;
  top:12px;
  z-index:3;
  width:36px;
  height:36px;
  border:1px solid rgba(78,99,72,.18);
  border-radius:50%;
  background:rgba(255,250,241,.9);
  color:#53634e;
  font:400 1.45rem/1 Arial,sans-serif;
  cursor:pointer;
}
.wos-reward-kicker{margin:4px 42px 13px;font:800 .69rem/1.2 Manrope,Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#75846b}
.wos-reward-photo{overflow:hidden;border-radius:18px;border:1px solid rgba(105,123,96,.2);background:#dfe7dc;box-shadow:0 14px 34px rgba(71,88,66,.12)}
.wos-reward-photo img{display:block;width:100%;height:min(48vh,400px);object-fit:cover}
.wos-reward-card h2{margin:20px 0 7px;font:500 clamp(2.1rem,7vw,3.25rem)/.95 "Cormorant Garamond",Georgia,serif;color:#3e5039}
.wos-reward-card p{max-width:430px;margin:0 auto 20px;color:#667060;font:500 .94rem/1.65 Manrope,Arial,sans-serif}

@keyframes wos-secret-found{0%{opacity:.9;transform:scale(1)}55%{opacity:1;transform:scale(1.35) rotate(18deg)}100%{opacity:0;transform:scale(.45) translateY(-18px)}}
@keyframes wos-secret-last{0%,72%,100%{box-shadow:0 0 0 0 rgba(89,116,82,0);opacity:.66}82%{box-shadow:0 0 0 7px rgba(89,116,82,.1);opacity:.92}90%{box-shadow:0 0 0 12px rgba(89,116,82,0);opacity:.7}}
@media(max-width:600px){
  .wos-secret-leaf{width:42px;height:42px;font-size:24px;opacity:.62}
  .wos-secret-leaf[data-slot="1"]{right:9px;top:42px}
  .wos-secret-leaf[data-slot="2"]{left:8px;top:52px}
  .wos-secret-leaf[data-slot="3"]{right:10px;top:10px}
  .wos-reward-reopen{align-items:stretch;flex-direction:column;padding:15px;margin-bottom:22px}
  .wos-reward-reopen button{width:100%}
  .wos-reward-card{padding:18px 16px 20px;border-radius:22px}
  .wos-reward-photo img{height:min(46vh,360px)}
}
@media(prefers-reduced-motion:reduce){.wos-secret-leaf,.wos-leaf-progress,.wos-reward-overlay,.wos-reward-card{transition:none}.wos-secret-leaf.is-found{animation:none;opacity:0}.wos-secret-leaf.is-last{animation:none}}
