/* Plum Guide /about-us clone — scoped to .pg-about (reference: https://www.plumguide.com/about-us) */

.plumguide-about-page .pg-about {
  --pg-about-bg: #f7f4ee;
  --pg-about-muted: #4a4a4a;
  --pg-about-cream-dark: #ebe6df;
  --pg-about-ink: #111111;
  --pg-about-max: 72rem;
  --pg-about-pad: clamp(1.25rem, 4vw, 2rem);
  background: var(--pg-about-bg);
  color: var(--pg-about-ink);
  font-family: "Nunito Sans", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.plumguide-about-page .pg-about * {
  box-sizing: border-box;
}

.plumguide-about-page .pg-about a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.plumguide-about-page .pg-about a:hover {
  opacity: 0.82;
}

.pg-about__container {
  max-width: var(--pg-about-max);
  margin: 0 auto;
  padding: 0 var(--pg-about-pad);
}

.pg-about__display-serif,
.pg-about h1.pg-about__display-serif,
.pg-about h2.pg-about__display-serif {
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* Hero */
.pg-about__hero {
  padding: clamp(2.5rem, 8vw, 5rem) 0 clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
}

.pg-about__kicker {
  margin: 0 0 0.75rem;
  font-size: 15px;
  font-weight: 600;
  color: var(--pg-about-muted);
}

.pg-about__title-xl {
  margin: 0 auto 1rem;
  max-width: 20ch;
  font-size: clamp(2.1rem, 5.5vw, 3.75rem);
  line-height: 1.05;
}

.pg-about__title-hero {
  margin: 0 auto 1rem;
  max-width: 22ch;
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  line-height: 1.08;
}

.pg-about__title-hero .em {
  font-style: italic;
}

.pg-about__here-why {
  margin: 0 0 2rem;
  font-size: 18px;
  color: var(--pg-about-muted);
  font-weight: 600;
}

/* Intro 2-col */
.pg-about__intro {
  padding: 0 0 clamp(2.5rem, 6vw, 4rem);
}

.pg-about__intro-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 52rem;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  color: #2f2f2f;
}

@media (min-width: 768px) {
  .pg-about__intro-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.pg-about__intro-grid p {
  margin: 0;
}

.pg-about__intro-grid strong {
  font-weight: 800;
}

/* Section platform */
.pg-about__section-head {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.pg-about__section-head h2 {
  margin: 0 auto 0.5rem;
  max-width: 28ch;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.12;
}

.pg-about__tri-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
  padding: 0 0 clamp(3rem, 7vw, 5rem);
}

@media (min-width: 900px) {
  .pg-about__tri-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

.pg-about__tri-card {
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid #e3dcd4;
  border-radius: 12px;
}

.pg-about__tri-card h4 {
  margin: 0 0 0.75rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 400;
  line-height: 1.25;
}

.pg-about__tri-card p {
  margin: 0;
  font-size: 15px;
  color: var(--pg-about-muted);
  line-height: 1.55;
}

/* Soft band */
.pg-about__band--soft {
  background: var(--pg-about-cream-dark);
  padding: clamp(2.5rem, 7vw, 4.5rem) 0;
  margin: 0;
}

.pg-about__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.pg-about__band--soft h2 {
  margin: 0 0 1rem;
  max-width: 40ch;
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  line-height: 1.15;
}

.pg-about__band--soft .em {
  font-style: italic;
}

.pg-about__band--soft .lead {
  margin: 0;
  max-width: 40rem;
  color: var(--pg-about-muted);
  font-size: 16px;
}

.pg-about__band--soft--center {
  text-align: center;
}

.pg-about__band--soft--center .pg-about__eyebrow,
.pg-about__band--soft--center h2,
.pg-about__band--soft--center .lead {
  margin-left: auto;
  margin-right: auto;
}

/* Dark AI band */
.pg-about__band--dark {
  background: #141414;
  color: #f4f4f4;
  padding: clamp(2.5rem, 7vw, 4.5rem) 0;
}

.pg-about__dark-block {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pg-about__dark-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pg-about__dark-block:first-child {
  padding-top: 0;
}

.pg-about__dark-block h3 {
  margin: 0 0 0.75rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.pg-about__dark-block p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #b5b5b5;
}

.pg-about__dark-block strong {
  color: #eee;
  font-weight: 800;
}

/* Quote NYT */
.pg-about__quote-nyt {
  padding: clamp(2.5rem, 8vw, 5rem) 0;
  text-align: center;
}

.pg-about__quote-nyt blockquote {
  margin: 0 auto;
  max-width: 36ch;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.4rem, 3.2vw, 2rem);
  line-height: 1.3;
}

.pg-about__quote-nyt .em {
  font-style: italic;
}

.pg-about__quote-nyt cite {
  display: block;
  margin-top: 1.25rem;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
}

/* Stat + image */
.pg-about__stat {
  padding: clamp(2rem, 5vw, 3rem) 0;
  text-align: center;
}

.pg-about__stat h2 {
  margin: 0 auto 1rem;
  max-width: 22ch;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  line-height: 1.08;
}

.pg-about__stat .body {
  margin: 0 auto 2rem;
  max-width: 42rem;
  color: var(--pg-about-muted);
  font-size: 17px;
}

.pg-about__figure {
  margin: 0 auto;
  max-width: min(100%, var(--pg-about-max));
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.pg-about__figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* Community */
.pg-about__community {
  padding: clamp(3rem, 8vw, 5rem) 0;
}

.pg-about__community-top {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pg-about__community-top h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
}

.pg-about__community-top h4 {
  margin: 0 auto 1rem;
  max-width: 46rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.35;
}

.pg-about__community-top p {
  margin: 0 auto;
  max-width: 48rem;
  color: var(--pg-about-muted);
  font-size: 17px;
}

.pg-about__split {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .pg-about__split {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

/* Partner quote */
.pg-about__partner {
  padding: clamp(3rem, 8vw, 5rem) 0;
  border-top: 1px solid #e3dcd4;
}

.pg-about__partner-logo {
  margin: 2rem 0 1.25rem;
  text-align: center;
}

.pg-about__community .pg-about__partner-logo {
  margin-top: clamp(2rem, 5vw, 3rem);
}

.pg-about__eyebrow--left {
  text-align: left;
}

.pg-about__partner-quote--left {
  text-align: left;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
}

.pg-about__partner-cite--left {
  text-align: left;
}

.pg-about__split-quote {
  align-self: center;
}

.pg-about__voice-card--stack {
  margin-top: 1rem;
}

.pg-about__partner-logo img {
  height: 40px;
  width: auto;
}

.pg-about__partner-quote {
  margin: 0 auto 1rem;
  max-width: 44rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  line-height: 1.35;
  font-style: italic;
  text-align: center;
}

.pg-about__partner-quote .em {
  font-style: italic;
}

.pg-about__partner-cite {
  text-align: center;
  color: var(--pg-about-muted);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2rem;
}

.pg-about__figure--narrow {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.pg-about__cta-bridge {
  text-align: center;
  padding: 0 0 2rem;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #555;
}

/* Hosts / guests */
.pg-about__voices {
  padding: 0 0 clamp(3rem, 7vw, 5rem);
}

.pg-about__voices-grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .pg-about__voices-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.pg-about__voices h3 {
  margin: 0 0 1rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 400;
}

.pg-about__voice-card {
  background: #fff;
  border: 1px solid #e3dcd4;
  border-radius: 12px;
  padding: clamp(1.5rem, 3vw, 2rem);
}

.pg-about__voice-card blockquote {
  margin: 0 0 1rem;
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
}

.pg-about__voice-card blockquote strong {
  font-weight: 800;
}

.pg-about__voice-card cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: var(--pg-about-muted);
}

/* What's new */
.pg-about__whats-new {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.pg-about__whats-new h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.pg-about__whats-new .body {
  margin: 0;
  max-width: 48rem;
  color: var(--pg-about-muted);
  font-size: 16px;
}

/* Press */
.pg-about__press {
  padding: 0 0 clamp(3rem, 7vw, 5rem);
}

.pg-about__press h2 {
  margin: 0 0 1.25rem;
}

.pg-about__press-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 48rem;
}

.pg-about__press-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #ded7cc;
  font-size: 16px;
  line-height: 1.5;
}

.pg-about__press-list a {
  font-weight: 800;
}

.pg-about__press-note {
  color: var(--pg-about-muted);
  font-weight: 600;
}

/* Talk */
.pg-about__talk {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(4rem, 10vw, 6rem);
  text-align: center;
}

.pg-about__talk h2 {
  margin: 0 0 1rem;
}

.pg-about__talk .intro {
  margin: 0 auto 2rem;
  max-width: 38rem;
  color: var(--pg-about-muted);
}

.pg-about__team {
  display: grid;
  gap: 1.5rem;
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pg-about__team {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pg-about__team-card strong {
  display: block;
  font-size: 15px;
  margin-bottom: 0.25rem;
}

.pg-about__team-card span {
  display: block;
  font-size: 13px;
  color: var(--pg-about-muted);
  margin-bottom: 0.35rem;
}

.pg-about__team-card a {
  font-size: 13px;
  font-weight: 800;
}

.pg-about__page-content {
  max-width: 79rem;
  margin: 0 auto;
}

.pg-about__page-content:empty {
  display: none;
}

/* Mobile */
@media (max-width: 767px) {
  .plumguide-about-page .pg-about {
    font-size: 16px;
  }

  .pg-about__title-xl {
    max-width: none;
  }

  .pg-about__partner-quote {
    font-size: 1.125rem;
  }
}
