@charset "utf-8";
/* Registry page: clean + consistent with wd-hero system */

.registry .container{
  max-width: 980px;
}

/* Action row */
.registry-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 6px 0 18px;
}

/* Embed container */
.registry-embed{
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.08);
  padding: 14px;
  overflow: hidden;
}

/* iFrame sizing (if you use iframe embed) */
.registry-embed iframe{
  width: 100%;
  min-height: 820px;
  border: 0;
  border-radius: 14px;
  background: #fff;
}

/* Placeholder (remove once embed is added) */
.registry-placeholder{
  padding: 28px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.75);
  border: 1px dashed rgba(0,0,0,0.14);
  text-align: center;
}

.registry-placeholder__title{
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 1.1rem;
}

.registry-placeholder__sub{
  margin: 0;
  opacity: .75;
}

.registry-fallback{
  margin-top: 14px;
  opacity: .8;
}

/* Footer helper (in case your global footer styles are minimal) */
.footer{
  padding: 28px 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.footer__small{
  margin: 0;
  opacity: .75;
}

/* NEW  */
.wd {
  background: transparent;
}

/* Hero */
.wd-hero {
  padding: clamp(3rem, 6vw, 5rem) 0 2.5rem;
}

.wd-kicker {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
  opacity: .75;
  margin: 0 0 .9rem;
}

.wd-kicker__line {
  width: 38px;
  height: 1px;
  background: rgba(0,0,0,.18);
}

.wd-title {
  font-size: clamp(2.2rem, 4vw, 3.15rem);
  line-height: 1.05;
  margin: 0 0 .6rem;
}

/* White ghost RSVP button – visible but elegant */
/*.registry-actions .btn--ghost {
  background: rgba(255, 255, 255, 0.65);
  color: #6f4a4a;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  backdrop-filter: blur(2px);
}*/

/* Hover / focus state */
/*.registry-actions .btn--ghost:hover,
.registry-actions .btn--ghost:focus {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}*/

/* Registry RSVP button — stronger presence, still white */
#registry .btn--ghost {
  background: rgba(255, 255, 255, 0.22); /* darker glass */
  border: 1.9px solid rgba(255, 255, 255, 0.95) !important; /* stronger edge */
  color: #ffffff;
  box-shadow:
    0 14px 32px rgba(0,0,0,0.18), /* depth */
    inset 0 0 0 1px rgba(255,255,255,0.15) !important; 
  letter-spacing: .14em;
}

/* Hover */
#registry .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.32) !important;
  box-shadow:
    0 18px 40px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.26) !important;
  transform: translateY(-1px);
}


#registry {
  position: relative;
}

#registry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.04),
    rgba(0,0,0,0.00)
  );
  pointer-events: none;
}
#registry .btn--ghost {
  color: rgba(255,255,255,0.92);
}

.registry-embed{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  min-height:520px;
  background:#f2f2f2;
  box-shadow: 0 18px 44px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}

/* iframe stays underneath */
.registry-embed iframe{
  width:100%;
  height:520px;
  border:0;
  opacity:.22;               /* so broken views don’t look harsh */
  filter: grayscale(0.2);
  pointer-events:none;       /* overlay controls the interaction */
}

/* Overlay always makes it look intentional */
.registry-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,0.72), rgba(255,255,255,0.55)),
    linear-gradient(to bottom, rgba(255,255,255,0.10), rgba(255,255,255,0.35));
}

.registry-overlay__card{
  max-width:520px;
  width:100%;
  text-align:center;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius:22px;
  padding:26px 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.14);
  backdrop-filter: blur(6px);
}

.registry-overlay__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  opacity:.75;
  margin:0 0 .6rem;
}

.registry-overlay__title{
  margin:0 0 .5rem;
}

.registry-overlay__text{
  margin:0 0 1.1rem;
  opacity:.85;
}

.registry-overlay__actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

/* “Try embedded view” mode */
.registry-embed.is-embed-mode iframe{
  opacity:1;
  pointer-events:auto;
  filter:none;
}

.registry-embed.is-embed-mode .registry-overlay{
  background: linear-gradient(to bottom, rgba(255,255,255,0.10), rgba(255,255,255,0.18));
}

.registry-embed.is-embed-mode .registry-overlay__card{
  opacity:0;
  transform: translateY(8px);
  pointer-events:none;
  transition: opacity .25s ease, transform .25s ease;
}

