.about-page {
  padding-top: 40px;
  padding-bottom: 76px;
}

.about-shell {
  display: grid;
  gap: 24px;
}

.about-hero-bubble,
.about-bubble,
.about-quote-bubble {
  background: linear-gradient(180deg, rgba(244, 232, 219, 0.97), rgba(238, 224, 209, 0.97));
  border: 1px solid rgba(124, 92, 67, 0.18);
  box-shadow: 0 18px 42px rgba(58, 37, 23, 0.12);
}

.about-hero-bubble {
  border-radius: 34px;
  padding: 38px 42px;
  text-align: center;
}

.about-bubble {
  border-radius: 30px;
  padding: 30px 32px;
}

.about-quote-bubble {
  border-radius: 30px;
  padding: 32px;
  background: linear-gradient(180deg, #c39a79, #b18463);
  color: #fffaf6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-eyebrow,
.about-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 700;
  color: #8b684f;
}

.about-kicker {
  margin-bottom: 10px;
}

.about-hero-bubble h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 4.6vw, 2.4rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
  color: #2f241e;
  max-width: 24ch;
  margin-inline: auto;
}

.about-lead {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #5f4b3f;
}

.about-story-layout,
.about-bottom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 24px;
}

.about-side-stack {
  display: grid;
  gap: 24px;
}

.about-bubble-main h2,
.about-creative-bubble h2,
.about-community-bubble h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #2f241e;
}

.about-intro {
  margin-top: 0;
  font-size: 1.16rem;
  line-height: 1.9;
  color: #4f3d33;
}

.about-bubble p,
.about-pillar-card p {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.9;
  color: #4e433c;
}

.about-bubble p + p,
.about-pillar-card p + p,
.about-community-bubble p + p {
  margin-top: 14px;
}

.about-section-header {
  margin-bottom: 12px;
}

.about-section-copy {
  max-width: 780px;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.about-pillar-card {
  padding: 22px 22px;
  border-radius: 24px;
  background: rgba(255, 248, 242, 0.48);
  border: 1px solid rgba(124, 92, 67, 0.12);
}

.about-pillar-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #2f241e;
}

.about-quote-bubble blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 980px) {
  .about-story-layout,
  .about-bottom-layout,
  .about-pillars {
    grid-template-columns: 1fr;
  }

  .about-hero-bubble,
  .about-bubble,
  .about-quote-bubble {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .about-page {
    padding-top: 20px;
    padding-bottom: 52px;
  }

  .about-shell {
    gap: 18px;
  }

  .about-hero-bubble,
  .about-bubble,
  .about-quote-bubble {
    border-radius: 24px;
    padding: 20px;
  }

  .about-hero-bubble h1 {
    font-size: 2.15rem;
  }

  .about-lead,
  .about-bubble p,
  .about-pillar-card p {
    font-size: 0.98rem;
    line-height: 1.8;
  }
}
