


.fp-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
}


.fp-hero {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.fp-cover {
  flex: 0 0 auto;
  width: clamp(160px, 32vw, 260px);
}
.fp-cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(180,140,60,0.3);
}

.fp-pitch { flex: 1 1 auto; }

.fp-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b48c3c;
  margin-bottom: 0.6rem;
}

.fp-title {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  color: #f0e6c8;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.fp-tagline {
  font-size: clamp(0.9rem, 2.2vw, 1.05rem);
  color: #c8b48c;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  text-align: center;
  padding: 0.5rem 0;
}
.fp-tagline::before,
.fp-tagline::after {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(to right, transparent, #b48c3c, transparent);
  margin: 0.4rem auto;
  width: 80%;
}

.fp-body {
  font-size: clamp(0.88rem, 2vw, 0.97rem);
  line-height: 1.7;
  color: #d8cdb8;
  margin-bottom: 1rem;
}




.fp-cta-wrap {
  margin: 2rem 0 0.6rem;
}
.fp-cta {
  background: var(--ss-gold);
  color: var(--ss-dark);
  font-size: 1.05rem;
  padding: 0.85rem 2.2rem;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(180,140,60,0.35);
  transition: background 0.2s, transform 0.15s;
}
.fp-cta:hover {
  background: #e8c96a;
  transform: translateY(-1px);
}
.fp-cta:active { transform: translateY(0); }

.fp-format-note {
  font-size: 0.78rem;
  color: #8a7a5a;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
}


.fp-divider {
  border: none;
  border-top: 1px solid rgba(180,140,60,0.2);
  margin: 2.5rem 0;
}


.fp-tease {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.fp-tease-cover {
  flex: 0 0 auto;
  width: clamp(70px, 14vw, 100px);
}
.fp-tease-cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.6), 0 0 0 1px rgba(180,140,60,0.2);
  opacity: 0.85;
}
.fp-tease-text { flex: 1 1 auto; }
.fp-tease-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a5a3a;
  margin-bottom: 0.35rem;
}
.fp-tease-title {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1rem, 3vw, 1.3rem);
  color: #c8b48c;
  margin-bottom: 0.4rem;
}
.fp-tease-body {
  font-size: clamp(0.82rem, 2vw, 0.9rem);
  color: #8a7a5a;
  line-height: 1.6;
}


@media (max-width: 520px) {
  .fp-hero { flex-direction: column; gap: 1.5rem; }
  .fp-cover { width: clamp(160px, 55vw, 240px); margin: 0 auto; }
  .fp-pitch { text-align: center; }
  .fp-tagline { padding: 0.5rem 0; }
  .fp-cta-wrap { text-align: center; }
  .fp-tease { flex-direction: column; text-align: center; }
  .fp-tease-cover { margin: 0 auto; }
}
