.letter-section--excerpt { padding-top: clamp(88px, 11vw, 140px); }

.letter-card {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 68px);
  background: var(--surface);
  border: 1px solid var(--border-wine);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.letter-heading {
  margin-bottom: clamp(36px, 5vw, 52px);
  color: var(--wine);
}

.letter-body p {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: "Caveat", "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(22px, 2.6vw, 27px);
  line-height: 1.6;
}

.letter-body p:last-child { margin-bottom: 0; }

.letter-section--excerpt .letter-body {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.65;
}

.letter-section--excerpt .letter-body p { color: var(--ink); }

.letter-more {
  display: inline-block;
  margin: 8px 0 6px;
  color: var(--rose);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(183,63,85,0.35);
  transition: color var(--transition), border-color var(--transition);
}

.letter-more:hover { color: var(--wine); border-bottom-color: var(--wine); }

.letter-signature {
  display: block;
  margin-top: 22px;
  color: var(--wine);
  font-size: 18px;
}

.surprise-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 48px;
  margin-bottom: 8px;
}

.surprise-gnome-peek {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  margin-bottom: -12px;
  z-index: 2;
  animation: gnomePeek 3s ease-in-out infinite;
  filter: drop-shadow(0 4px 12px rgba(103,29,44,0.22));
}

.surprise-gnome-peek svg { width: 100%; height: auto; }
.peek-pompom { animation: gnomePompom 0.6s ease-in-out infinite alternate; }

.surprise-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  overflow: hidden;
  border: 2px solid rgba(255,248,239,0.55);
  border-radius: 999px;
  padding: 0 32px;
  background: linear-gradient(135deg, var(--wine), var(--rose) 50%, var(--gold));
  background-size: 200% 200%;
  color: white;
  font-size: 16px;
  font-weight: 800;
  z-index: 1;
  box-shadow:
          0 0 0 4px rgba(183,63,85,0.14),
          0 16px 40px rgba(103,29,44,0.34),
          0 0 60px rgba(183,63,85,0.18);
  animation: magicShift 3s ease-in-out infinite, magicPulse 2s ease-in-out infinite;
  transition: transform var(--transition), box-shadow var(--transition);
}

.surprise-button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
          0 0 0 6px rgba(183,63,85,0.2),
          0 24px 60px rgba(103,29,44,0.44),
          0 0 100px rgba(183,63,85,0.3);
}

.surprise-glow {
  position: absolute; inset: 0;
  border-radius: 999px;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.32) 50%, transparent 80%);
  animation: glowSweep 2.5s ease-in-out infinite;
}

.surprise-text  { position: relative; z-index: 1; }
.surprise-stars { position: relative; z-index: 1; font-size: 14px; animation: starSpin 3s linear infinite; }

.surprise-modal {
  position: fixed; inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: safe center;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  padding: 20px;
  background: var(--overlay-dark);
  backdrop-filter: blur(16px);
  animation: fadeIn 0.35s ease both;
}

.surprise-card {
  position: relative;
  width: min(520px, 100%);
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,248,239,0.25);
  border-radius: var(--radius-lg);
  background: var(--surprise-card-bg);
  box-shadow: 0 34px 120px rgba(0,0,0,0.34);
  animation: lightboxIn 0.35s ease both;
}

.surprise-close {
  position: absolute; top: 12px; right: 12px;
  z-index: 3;
  width: 40px; height: 40px;
  border: 0; border-radius: 50%;
  background: rgba(103,29,44,0.8);
  color: white; font-size: 26px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}

.surprise-close:hover { background: var(--wine); }

.surprise-flowers {
  position: absolute; inset: 0;
  z-index: 1; pointer-events: none;
}

.surprise-flowers span {
  position: absolute;
  color: var(--rose);
  font-size: 28px;
  opacity: 0.4;
}

.surprise-flowers span:nth-child(1) { top: 18px; left: 18px; }
.surprise-flowers span:nth-child(2) { top: 42px; right: 54px; font-size: 36px; }
.surprise-flowers span:nth-child(3) { bottom: 120px; left: 28px; }

.surprise-photo {
  position: relative; z-index: 2;
  margin: 0;
  padding: 18px 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.surprise-photo img {
  width: 100%;
  height: auto;
  max-height: 55vh;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(58,23,19,0.15);
}

.surprise-copy {
  position: relative; z-index: 2;
  padding: 24px 28px 30px;
  text-align: center;
}

.surprise-secret {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 3.5vw, 28px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.8;
  color: var(--wine);
  white-space: pre-line;
  margin: 12px 0 20px;
  letter-spacing: 0.01em;
}

.surprise-copy strong { color: var(--wine); font-size: 18px; }

.lightbox {
  position: fixed; inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: var(--lightbox-bg, rgba(37,21,21,0.78));
  backdrop-filter: blur(18px);
}

.lightbox figure {
  position: relative;
  width: min(1040px, 100%);
  max-width: 100%;
  margin: 0; overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 34px 120px rgba(0,0,0,0.32);
  animation: lightboxIn 0.25s ease both;
  transform: translateZ(0);
  padding: 24px 24px 0 24px;
}

.lightbox .lightbox-close {
  position: absolute; top: 12px; right: 12px;
  z-index: 2;
  width: 42px; height: 42px;
  border: 0; border-radius: 50%;
  background: rgba(37,21,21,0.72);
  color: white; font-size: 28px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}

.lightbox .lightbox-close:hover { background: var(--wine); }

.lightbox img {
  display: block;
  max-width: 100%;
  max-height: 65vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.lightbox figcaption { display: grid; gap: 4px; padding: 16px 0 24px 0; background: transparent; }
.lightbox strong     { color: var(--wine); font-size: 22px; }
.lightbox span       { color: var(--muted); }