.art-brand { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }
.art-brand .mark {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(245,239,226,0.18);
  display: grid; place-items: center; padding: 6px;
}
.art-brand .mark img { width: 100%; height: 100%; object-fit: contain; }

.invite-showcase { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.showcase-card {
  background: linear-gradient(160deg, #F5EFE2, #E4D2A1);
  border-radius: 16px; padding: 36px 32px; width: 360px; max-width: 100%;
  position: relative; color: var(--navy-deep);
  box-shadow: 0 30px 50px -20px rgba(0,0,0,.35); text-align: center;
}
.showcase-card::before {
  content: ""; position: absolute; inset: 12px;
  border: 1px solid rgba(191,161,93,.5); border-radius: 10px; pointer-events: none;
}
.showcase-card .smallcap { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; }
.showcase-card .names { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 44px; line-height: 1.05; margin: 18px 0; }
.showcase-card .names .amp { color: var(--gold-deep); }
.showcase-card .date { display: flex; justify-content: center; align-items: center; gap: 16px; padding: 12px 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.showcase-card .date .d { font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 600; line-height: 1; }
.showcase-card .date .div { width: 1px; height: 30px; background: var(--gold); }
.showcase-card .date .m { text-align: left; font-size: 11px; letter-spacing: 0.18em; font-weight: 600; line-height: 1.3; }

.welcome-text { position: relative; z-index: 1; max-width: 460px; }
.welcome-text .eyebrow { color: var(--gold-soft); }
.welcome-text .eyebrow::before { background: var(--gold); }
.welcome-text h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(36px, 3.4vw, 52px); font-weight: 500; line-height: 1.08; color: var(--cream); letter-spacing: -0.01em; margin-top: 18px; }
.welcome-text h2 em { color: var(--gold-soft); font-style: italic; }
.welcome-text p { margin-top: 16px; color: rgba(245,239,226,.72); font-size: 16px; line-height: 1.6; }

.dots-grid { position: absolute; top: 40px; right: 40px; width: 100px; height: 100px; background-image: radial-gradient(rgba(191,161,93,.35) 1px, transparent 1px); background-size: 12px 12px; z-index: 0; }

.stats-mini { display: flex; gap: 28px; position: relative; z-index: 1; padding-top: 22px; border-top: 1px solid rgba(245,239,226,0.15); }
.stats-mini .stat .num { font-family: "Cormorant Garamond", serif; font-size: 26px; color: var(--gold-soft); font-weight: 600; line-height: 1; }
.stats-mini .stat .lbl { font-size: 11px; color: rgba(245,239,226,.6); letter-spacing: 0.1em; margin-top: 4px; }

.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-soft); margin-bottom: 28px; }
.back-link:hover { color: var(--navy); }

.check-row { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-soft); cursor: pointer; }
.check-row input { accent-color: var(--gold-deep); }

.row-between { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: -4px; }
.row-between a { font-size: 13px; color: var(--navy); font-weight: 600; border-bottom: 1px solid var(--gold); }
