:root { --violet: #7557ff; --lavender: #c8baff; }
.profile-page { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.profile-page::before { background: none; }
.profile-page .journal-header { background: var(--canvas); backdrop-filter: none; }
.profile-page a:focus-visible { outline: 3px solid var(--violet); outline-offset: 5px; }
.about-frame { width: var(--site-frame); margin: 0 auto; }
.about-hero { border-bottom: 1px solid var(--line); background: url("/assets/project-get-out-gradient-background-4k.webp") center / cover; }
.about-hero__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; padding-block: 78px 88px; }
.profile-page .eyebrow { color: var(--violet-dark); }
.about-hero h1 { margin: 0; font-size: clamp(44px, 4.8vw, 70px); font-weight: 600; line-height: 1.05; letter-spacing: -0.065em; }
.about-hero h1 em, .about-approach h2 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -0.05em; }
.about-hero h1 em { color: var(--violet-dark); }
.about-hero__intro { max-width: 500px; margin: 28px 0; color: #4d4a53; font-size: 17px; line-height: 1.75; }
.about-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 20px; border-radius: 6px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; text-decoration: none; }
.about-button:hover { background: #29262f; }
.about-portraits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.about-portrait { display: block; overflow: hidden; border-radius: 6px; background: var(--paper); text-decoration: none; }
.about-portrait--2 { margin-top: 112px; }
.about-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.about-portrait > span { display: grid; gap: 7px; padding: 20px 15px; }
.about-portrait strong { font-size: 15px; letter-spacing: -0.035em; }
.about-portrait small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.about-story { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 100px; padding-block: 90px; }
.about-story h2, .about-contact h2 { margin: 0; font-size: clamp(32px, 3.3vw, 46px); font-weight: 600; line-height: 1.12; letter-spacing: -0.055em; }
.about-story p:not(.eyebrow), .about-contact p:not(.eyebrow) { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.about-story p:last-child { margin-bottom: 0; }
.about-team { padding-bottom: 90px; scroll-margin-top: 120px; }
.about-team > .eyebrow { padding-top: 28px; border-top: 1px solid var(--line); }
.team-profile { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 36px 100px; padding-block: 52px 70px; scroll-margin-top: 120px; }
.team-profile + .team-profile { border-top: 1px solid var(--line); padding-top: 70px; }
.team-profile__heading { display: flex; align-items: flex-start; gap: 20px; }
.team-profile__number { padding-top: 3px; color: var(--violet-dark); font-size: 12px; font-weight: 600; }
.team-profile__focus { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.team-profile h2 { max-width: 320px; margin: 0; font-size: clamp(40px, 4.5vw, 60px); font-weight: 600; line-height: 1.03; letter-spacing: -0.06em; }
.team-profile .author-role { margin-top: 20px; font-size: 13px; line-height: 1.6; }
.team-profile__portrait { display: block; width: 240px; height: auto; aspect-ratio: 1; margin-top: 28px; border-radius: 6px; object-fit: cover; }
.profile-biography p { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.profile-biography p:first-child { color: var(--ink); }
.profile-experience { display: grid; gap: 12px; margin: 28px 0; padding: 22px 0 22px 20px; border-block: 1px solid var(--line); font-size: 13px; font-weight: 500; line-height: 1.65; }
.profile-experience li::marker { color: var(--violet-dark); }
.profile-links { display: flex; flex-wrap: wrap; gap: 12px; }
.profile-links a, .profile-all { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--violet-dark); font-size: 13px; font-weight: 600; line-height: 1.65; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.profile-all { margin-top: 6px; color: var(--ink); }
.team-profile__articles { grid-column: 2; }
.team-profile__articles h3 { margin: 0 0 14px; font-size: 13px; font-weight: 600; }
.profile-reading-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.profile-reading-list li { border-bottom: 1px solid var(--line); }
.profile-reading-list a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; text-decoration: none; }
.profile-reading-list small { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.profile-reading-list strong { display: block; font-size: 15px; font-weight: 500; line-height: 1.55; }
.profile-reading-list a > span:last-child { color: var(--violet-dark); }
.profile-reading-list a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.about-approach { padding-block: 80px 90px; background: var(--ink); color: var(--paper); }
.about-approach .eyebrow { color: var(--lavender); }
.about-approach h2 { margin: 0 0 50px; font-size: clamp(34px, 4vw, 54px); font-weight: 500; line-height: 1.12; letter-spacing: -0.055em; }
.about-approach h2 em { color: var(--lavender); }
.about-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.about-principles > div { padding-top: 24px; border-top: 1px solid #444148; }
.about-principles span { color: var(--lavender); font-size: 11px; }
.about-principles h3 { margin: 20px 0 14px; font-size: 17px; font-weight: 500; line-height: 1.5; }
.about-principles p { margin: 0; color: #bdb9c4; font-size: 14px; line-height: 1.85; }
.about-principles a { color: var(--paper); text-underline-offset: 3px; }
.about-contact { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding-block: 100px; }
.about-contact p:not(.eyebrow) { max-width: 540px; margin: 22px 0 0; }
.about-contact__actions { display: grid; gap: 16px; justify-items: start; }
.about-contact__actions > a:not(.about-button) { display: inline-flex; min-height: 30px; align-items: center; color: var(--muted); font-size: 13px; text-underline-offset: 4px; }
.author-background { max-width: 700px; margin: 48px 0 0 215px; }
.profile-page .author-hero { padding-block: 70px 55px; }
.profile-page .author-hero h1 { font-size: clamp(42px, 6vw, 76px); }
.profile-page .author-articles { padding-top: 65px; }
.profile-page .author-role { line-height: 1.6; }

@media (max-width: 1100px) {
  .about-hero__inner { gap: 32px; }
  .about-story, .team-profile { gap: 36px 52px; }
  .about-portrait strong { font-size: 13px; }
}
@media (max-width: 980px) {
  .profile-page .journal-header { gap: 6px 18px; }
  .profile-page .journal-nav { display: flex; grid-row: 2; grid-column: 1 / -1; flex-wrap: wrap; gap: 8px 24px; }
  .profile-page .journal-nav a { min-height: 36px; font-size: 12px; }
  .profile-page .header-cta { grid-row: 1; grid-column: 2; }
  .about-hero__inner { grid-template-columns: 1fr; padding-block: 54px 60px; gap: 42px; }
  .about-hero h1 { font-size: clamp(44px, 7vw, 66px); }
  .about-hero__intro { max-width: 620px; }
  .about-portraits { max-width: 600px; width: 100%; }
  .about-portrait--2 { margin-top: 38px; }
  .about-portrait strong { font-size: 15px; }
  .about-story, .team-profile { grid-template-columns: 1fr; gap: 32px; }
  .team-profile h2 { max-width: none; }
  .team-profile__articles { grid-column: auto; }
  .about-principles { gap: 28px; }
  .about-contact { grid-template-columns: 1fr; gap: 36px; }
  .author-background { margin-left: 0; }
}
@media (max-width: 720px) {
  .profile-page .journal-nav { justify-content: space-between; gap: 4px 10px; }
  .profile-page .journal-nav a { font-size: 10px; }
  .about-hero h1 { font-size: clamp(38px, 10vw, 60px); }
  .about-hero__intro { font-size: 16px; }
  .about-portraits { gap: 12px; }
  .about-portrait > span { padding: 16px 10px; }
  .about-portrait strong { font-size: 12px; }
  .about-portrait small { font-size: 9px; }
  .about-story { padding-block: 60px; }
  .about-team { padding-bottom: 12px; }
  .team-profile { padding-block: 35px 55px; }
  .team-profile + .team-profile { padding-top: 48px; }
  .team-profile__heading { gap: 14px; }
  .team-profile h2 { font-size: 40px; }
  .about-principles { grid-template-columns: 1fr; gap: 32px; }
  .about-approach { padding-block: 60px; }
  .about-approach h2 { margin-bottom: 36px; }
  .about-contact { padding-block: 64px; }
}
