/* About page refinement — 2026-09-06
   Larger quote typography and natural rectangular creator photo.
   No content/SEO changes. */

/* Make all three About-page quote statements visibly larger while
   preserving their existing alignment choices. */
.about-aligned-page .page-hero blockquote.about-opening-quote p,
.about-aligned-page .about-story-closing-quote p,
.about-aligned-page .founders-simple-copy blockquote.founders-quote p,
.about-aligned-page .founders-simple-copy blockquote.founders-quote .about-manual-line {
  font-size: 21pt !important;
  line-height: 1.28 !important;
  font-weight: 400 !important;
}

.about-aligned-page .page-hero blockquote.about-opening-quote footer,
.about-aligned-page .about-story-closing-quote footer,
.about-aligned-page .founders-simple-copy blockquote.founders-quote footer,
.about-aligned-page .founders-quote-attribution {
  font-size: 11pt !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

/* Keep the About the Creators quote exactly right aligned, as requested. */
.about-aligned-page .founders-simple-copy blockquote.founders-quote,
.about-aligned-page .founders-simple-copy blockquote.founders-quote p,
.about-aligned-page .founders-simple-copy blockquote.founders-quote .about-manual-line,
.about-aligned-page .founders-simple-copy blockquote.founders-quote footer {
  text-align: right !important;
}

/* Remove the website-created oval/crop around the creators image.
   Display the supplied artwork in its natural rectangular shape. */
.about-aligned-page .founders-prelude.founders-image-right .founders-simple-image,
.about-pastel-stack .founders-prelude.founders-image-right .founders-simple-image,
.about-aligned-page .founders-simple-image {
  width: min(100%, 340px) !important;
  max-width: 340px !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.about-aligned-page .founders-simple-image img,
.about-pastel-stack .founders-simple-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
  clip-path: none !important;
}

@media (max-width: 760px) {
  .about-aligned-page .page-hero blockquote.about-opening-quote p,
  .about-aligned-page .about-story-closing-quote p,
  .about-aligned-page .founders-simple-copy blockquote.founders-quote p,
  .about-aligned-page .founders-simple-copy blockquote.founders-quote .about-manual-line {
    font-size: 17pt !important;
    line-height: 1.3 !important;
  }

  .about-aligned-page .page-hero blockquote.about-opening-quote footer,
  .about-aligned-page .about-story-closing-quote footer,
  .about-aligned-page .founders-simple-copy blockquote.founders-quote footer,
  .about-aligned-page .founders-quote-attribution {
    font-size: 10pt !important;
  }

  .about-aligned-page .founders-simple-image,
  .about-aligned-page .founders-prelude.founders-image-right .founders-simple-image {
    width: min(100%, 300px) !important;
    max-width: 300px !important;
  }
}
