/* Guide page — Gather section (full-bleed loft photo with right-anchored caption) */
.section--gather {
  padding: 0;
  margin: 0;
}

.gather {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 78vh;
  overflow: hidden;
  background: #1a1a1a;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.gather > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.gather__caption {
  position: relative;
  z-index: 1;
  color: #f2ebdb;
  padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 6vw, 5rem);
  max-width: 38rem;
  width: 100%;
  margin: auto 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 78vh;
  gap: 1rem;
  background: linear-gradient(270deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%);
}

@media (max-width: 720px) {
  .gather__caption {
    margin-left: 0;
    max-width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0) 100%);
  }
}

.gather__caption .eyebrow--light {
  color: rgba(242, 235, 219, 0.85);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.gather__caption .eyebrow--light .tick {
  color: #D9A653;
  font-weight: 600;
  margin-right: 0.5rem;
}

.gather__caption .h-2--light {
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #faf5e8;
  margin: 0 0 1.25rem 0;
}

.gather__caption .h-2--light .ital,
.gather__caption .h-2--light em {
  font-style: italic;
  color: #E8B968;
  font-weight: 500;
}

.gather__caption .gather__body {
  font-family: "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.55;
  color: rgba(250, 245, 232, 0.88);
  margin: 0;
}
