/* ---- About hero ---- */
body .wrapper .about-hero { background-image: radial-gradient(circle at 88% 20%, rgba(215, 255, 53, 0.14), rgba(215, 255, 53, 0) 45%), linear-gradient(135deg, #1A103F 0%, #2c1e63 100%); color: #FFFFFF; }
body .wrapper .about-hero .about-hero-inner { display: flex; flex-direction: column; gap: 32px; align-items: flex-start; }
body .wrapper .about-hero .about-portrait { position: relative; width: 200px; max-width: 70vw; flex-shrink: 0; }
body .wrapper .about-hero .about-portrait img { display: block; width: 100%; height: auto; position: relative; z-index: 1; }
body .wrapper .about-hero .about-portrait::after { content: ""; position: absolute; z-index: 0; top: 16px; left: 16px; right: -14px; bottom: -14px; border: 2px solid var(--osa-lime); }
body .wrapper .about-hero .about-eyebrow { font-size: 13px; font-weight: 700; color: var(--osa-lime); margin: 0 0 10px; letter-spacing: 0.5px; }
body .wrapper .about-hero .about-title { font-size: 40px; font-weight: 700; line-height: 1; margin: 0; letter-spacing: -1.6px; }
body .wrapper .about-hero .about-role { font-size: 15px; color: #C7C1E0; margin: 12px 0 0; }
body .wrapper .about-hero .about-lead { font-size: 17px; line-height: 1.65; color: #E4E0F2; margin: 20px 0 0; max-width: 620px; }

/* ---- Story ---- */
body .wrapper .story-section { background-color: var(--osa-paper); }
body .wrapper .story-section .prose p { font-size: 17px; line-height: 1.8; color: #2c2350; margin: 0 0 18px; max-width: 760px; }
body .wrapper .story-section .story-figure { margin: 28px 0 0; max-width: 760px; }
body .wrapper .story-section .story-figure img { display: block; width: 100%; height: auto; }
body .wrapper .story-section .story-figure figcaption { font-size: 13px; color: #7a6f57; margin-top: 8px; }

/* ---- Quote strip ---- */
body .wrapper .quote-strip { background-color: #A49CFF; }
body .wrapper .quote-strip .quote-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 24px; }
body .wrapper .quote-strip blockquote { margin: 0; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: -0.5px; color: var(--osa-ink); border-left: 4px solid var(--osa-ink); padding-left: 20px; }

/* ---- Promise ---- */
body .wrapper .promise-section { background-color: var(--osa-mist); }
body .wrapper .promise-section .prose p { font-size: 17px; line-height: 1.8; color: #2c2350; margin: 0; max-width: 760px; }

@media (min-width: 768px) {
  body .wrapper .about-hero .about-title { font-size: 56px; letter-spacing: -2.2px; }
  body .wrapper .quote-strip .quote-list { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (min-width: 1024px) {
  body .wrapper .about-hero .about-hero-inner { flex-direction: row; align-items: center; gap: 56px; }
  body .wrapper .about-hero .about-portrait { width: 280px; }
  body .wrapper .about-hero .about-title { font-size: 64px; letter-spacing: -2.8px; }
}
