/* ============================================
   SCIPYO — CLOSING (Editorial / Hakluyt direction)
   The final breath before the footer.
   Single statement + email + discrete link.
   ============================================ */

.closing {
  background: #FAFAF6; /* warm ivory final */
  padding: 160px 0 180px;
  border-top: 1px solid rgba(10, 37, 64, 0.06);
  text-align: center;
}

.closing__container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px;
}

.closing__overline {
  display: block;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #8C9197;
  margin: 0 0 56px;
}

.closing__statement {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #0A2540;
  margin: 0 0 56px;
}

.closing__statement em {
  font-style: italic;
  font-weight: 500;
  color: #1B3A5C;
}

.closing__email {
  display: inline-block;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #0A2540;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  margin: 0 0 32px;
  transition: opacity 200ms ease, letter-spacing 300ms ease;
}

.closing__email:hover {
  opacity: 0.55;
  letter-spacing: 0.04em;
}

.closing__note {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #8C9197;
  margin: 0;
}

@media (max-width: 768px) {
  .closing {
    padding: 96px 0 100px;
  }
  .closing__container {
    padding: 0 24px;
  }
  .closing__statement {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
  .closing__overline {
    margin-bottom: 36px;
  }
}

/* === Hide legacy contact CTA section === */
.cta-section,
#contact.cta-section {
  display: none !important;
}
