/* ==========================================================================
   DIA BONITO · occasions.css
   The four Occasions pages (family gatherings, weddings, wellness retreats,
   corporate getaways). Hero (.occ-hero), the .panel system,
   the .isl-notes grid and the closing invite all come from style.css; the
   isl-section-* type styles come from island.css. This file only carries
   the ink intro block.
   ========================================================================== */

/* --- Ink intro (same measure as the home page opening) ------------------- */

.opening {
  padding: clamp(100px, 15vw, 180px) 0;
  text-align: center;
}

.opening-body {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(19px, 2.6vw, 25px);
  line-height: 1.72;
  color: var(--bone);
  max-width: 720px;
  margin: 0 auto;
}

.opening-body + .opening-body { margin-top: 28px; }
