.quote-ep-cta { margin: 0 0 14px; }

/* Quote cards — social-feed style */
.quotes-page {
  width: min(560px, calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0 48px;
}
.quotes-hero {
  text-align: center;
  padding: 8px 4px 22px;
}
.quotes-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 5vw, 2.35rem);
  line-height: 1.25;
  letter-spacing: -.02em;
}
.quotes-lead {
  margin: 0 auto 14px;
  max-width: 38ch;
  color: var(--ink-soft);
  font-size: 1.02rem;
}
.quotes-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 0 16px;
}
.quotes-hero-meta span {
  font-size: .78rem;
  font-weight: 700;
  color: var(--rice);
  background: rgba(76, 107, 82, .1);
  border: 1px solid rgba(76, 107, 82, .22);
  border-radius: 999px;
  padding: 5px 12px;
}
.quotes-hero .studio-share {
  justify-content: center;
}

.quotes-feed {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.quote-card {
  width: 100%;
  max-width: 380px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.quote-card-media {
  display: block;
  width: 100%;
  margin: 0;
  background: transparent;
  line-height: 0;
}
.quote-card-media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  aspect-ratio: auto;
  object-fit: unset;
  background: transparent;
}
.quote-card-body {
  padding: 16px 16px 18px;
}
.quote-card-ep {
  margin: 0 0 8px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--red);
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
}
.quote-card-body blockquote {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}
.quote-card-body blockquote p {
  margin: 0;
  font-size: clamp(1.15rem, 3.6vw, 1.4rem);
  font-weight: 800;
  line-height: 1.4;
  color: var(--ink);
}
.quote-card-body blockquote footer {
  margin-top: 6px;
  font-size: .92rem;
  color: var(--ink-soft);
  font-weight: 600;
}
.quote-card-hook {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: .95rem;
}
.quote-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}
.quote-card-actions .btn {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 110px;
}

.quotes-faq {
  margin: 36px 0 20px;
  padding: 18px;
  border-radius: 18px;
  background: var(--paper-dark);
  border: 1px solid var(--line);
}
.quotes-faq h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}
.quotes-faq details {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}
.quotes-faq summary {
  cursor: pointer;
  font-weight: 750;
}
.quotes-faq p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}
.quotes-back {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 8px 0 0;
}

/* Single quote */
.quote-solo {
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  padding: 20px 0 48px;
}
.quote-solo-card {
  display: grid;
  gap: 20px;
  align-items: start;
}
@media (min-width: 860px) {
  .quote-solo-card {
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: 28px;
  }
}
.quote-solo-card figure {
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: transparent;
  position: sticky;
  top: 72px;
  line-height: 0;
}
.quote-solo-card img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: auto;
  object-fit: unset;
}
.quote-solo-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  line-height: 1.25;
}
.quote-solo-quote {
  margin: 0 0 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(76,107,82,.12), rgba(199,154,71,.12));
  border: 1px solid rgba(76,107,82,.22);
}
.quote-solo-quote p {
  margin: 0;
  font-size: clamp(1.25rem, 3.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.4;
}
.quote-solo-quote footer {
  margin-top: 8px;
  color: var(--ink-soft);
  font-weight: 650;
}
.quote-solo-hook,
.quote-solo-lesson {
  color: var(--ink-soft);
  margin: 0 0 12px;
}
.quote-switch {
  margin-top: 22px;
}
.studio-ad-wrap {
  margin: 8px 0 18px;
  min-height: 90px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 520px) {
  .quotes-page,
  .quote-solo {
    width: calc(100% - 16px);
  }
  .quote-card,
  .quote-solo-card figure {
    max-width: min(380px, 100%);
  }
  .quote-card-body {
    padding: 14px 12px 16px;
  }
  .quote-solo-card figure {
    position: static;
  }
}
