/* ===================================
   CLOSING BLOCK (LAST SECTION)
   =================================== */

.closing-block.container {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 110px;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.closing-block::before,
.closing-block::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  max-width: 600px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: 0.4;
}

.closing-block::before {
  top: 60px;
}

.closing-block::after {
  bottom: 60px;
}

.thanks-ornament {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 24px;
  letter-spacing: 0.6em;
  opacity: 0.7;
  margin-bottom: 32px;
}

.closing-block h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(32px, 4.4vw, 50px);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 32px;
  background: linear-gradient(180deg, #fff 0%, var(--gold-bright) 60%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Include specific italic style for em within h2 of closing-block as per template */
.closing-block h2 em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  background: linear-gradient(180deg, var(--purple-bright) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.01em;
}
