/* God Jól — solstice letter */

.gj-hero {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0a0a0f;
  color: #e8e0d4;
  padding: clamp(4rem, 12vw, 10rem) clamp(1.5rem, 5vw, 4rem);
}

.gj-title {
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  margin: 0;
  color: #e8e0d4;
}

.gj-subtitle {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 1.5rem;
  color: #e8e0d4;
}

.gj-body {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 2rem);
  background: #0a0a0f;
  color: #c8bfb0;
}

.gj-body .wp-block-paragraph {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.8;
  margin-bottom: 0;
}

.gj-lede {
  font-size: clamp(1.15rem, 2vw, 1.35rem) !important;
  color: #e8e0d4;
  line-height: 1.75;
}

.gj-divider.wp-block-separator {
  border-top: 1px solid #2a2520;
  opacity: 1;
  width: 3rem;
  margin: 2.5rem auto;
}

.gj-signoff {
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #e8e0d4;
  margin-top: 1rem;
}

.gj-signature {
  font-style: italic;
  opacity: 0.6;
  font-size: 1.1rem !important;
}
