.bp-expert-profile {
--bp-expert-shadow: 0 18px 42px -18px rgba(124, 45, 18, 0.18);
}
.bp-expert-profile .bp-hero--warm {
margin-bottom: var(--space-xl);
}
.bp-expert-profile .bp-hero--warm > .bp-container {
align-items: center;
gap: var(--space-xl);
}
.bp-expert-profile__hero-copy {
max-width: 64ch;
}
.bp-expert-profile .bp-hero-kicker {
display: inline-flex;
margin-bottom: var(--space-sm);
letter-spacing: 0.01em;
}
.bp-expert-profile .bp-hero .text-lead {
max-width: 58ch;
}
.bp-expert-profile__hero-actions {
margin-top: var(--space-lg);
gap: var(--space-sm);
}
.bp-expert-profile__hero-actions .bp-btn {
min-height: 46px;
}
.bp-expert-profile__media-card {
border: 4px solid var(--bp-white);
box-shadow: var(--bp-expert-shadow);
}
.bp-expert-profile__media-card .bp-caption {
margin-top: var(--space-sm);
}
.bp-expert-profile__intro {
padding-top: 0;
}
.bp-expert-profile__intro-stack {
display: grid;
gap: var(--space-lg);
}
.bp-expert-profile__brief-card,
.bp-expert-profile__summary-card {
box-shadow: var(--shadow-card);
}
.bp-expert-profile__brief-card p:last-child,
.bp-expert-profile__summary-card ul:last-child {
margin-bottom: 0;
}
.bp-expert-profile__summary-card h2 {
margin-bottom: var(--space-sm);
}
.bp-expert-profile__summary-card ul {
margin: 0;
padding-left: 1.1rem;
}
.bp-expert-profile__summary-card li + li {
margin-top: var(--space-xs);
}
.bp-expert-profile .bp-section + .bp-section {
padding-top: var(--space-xl);
}
.bp-expert-profile__public-grid,
.bp-expert-profile__contribution-grid,
.bp-expert-profile__quotes-grid,
.bp-expert-profile__gear-grid,
.bp-expert-profile__articles-grid {
gap: var(--space-lg);
}
.bp-expert-profile__public-card,
.bp-expert-profile__contribution-card,
.bp-expert-profile__gear-card {
box-shadow: var(--shadow-sm);
}
.bp-expert-profile__public-card {
background: linear-gradient(180deg, var(--bp-white) 0%, #fffaf5 100%);
border-color: var(--bp-border-brand);
}
.bp-expert-profile__public-card h3,
.bp-expert-profile__contribution-card h3,
.bp-expert-profile__gear-card h3,
.bp-expert-profile__article-link h3,
.bp-expert-profile__quote-card h3 {
margin-bottom: var(--space-xs);
}
.bp-expert-profile__quote-card {
background: linear-gradient(180deg, #fffaf5 0%, var(--bp-white) 100%);
border-color: var(--bp-border-brand);
}
.bp-expert-profile__quote-card blockquote,
.bp-expert-profile__public-card p:last-child,
.bp-expert-profile__contribution-card p:last-child,
.bp-expert-profile__gear-card p:last-child {
margin-bottom: 0;
}
.bp-expert-profile__faq-stack {
gap: var(--space-md);
}
.bp-expert-profile__faq-item {
padding: 0;
overflow: hidden;
}
.bp-expert-profile__faq-item > summary {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-md);
padding: var(--space-md) var(--space-lg);
font-weight: 700;
color: var(--bp-navy);
background: var(--bp-white);
}
.bp-expert-profile__faq-item > summary::-webkit-details-marker {
display: none;
}
.bp-expert-profile__faq-item > summary::after {
content: "+";
flex: 0 0 auto;
font-size: 1.35rem;
line-height: 1;
color: var(--bp-brand);
}
.bp-expert-profile__faq-item[open] > summary {
background: var(--bp-brand-tint);
border-bottom: 1px solid var(--bp-border-brand);
}
.bp-expert-profile__faq-item[open] > summary::after {
content: "−";
}
.bp-expert-profile__faq-answer {
padding: var(--space-md) var(--space-lg) var(--space-lg);
}
.bp-expert-profile__faq-answer p {
margin: 0;
}
.bp-expert-profile__article-link {
display: block;
height: 100%;
}
.bp-expert-profile__contact-form {
background: var(--bp-white);
border: 1px solid var(--bp-border-soft);
border-radius: var(--radius-lg);
padding: var(--space-lg);
}
@media (min-width: 900px) {
.bp-expert-profile__intro-stack {
grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
align-items: start;
}
.bp-expert-profile__summary-card {
position: sticky;
top: calc(var(--space-lg) + 64px);
}
}
@media (prefers-color-scheme: dark) {
.bp-expert-profile {
--bp-expert-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}
.bp-expert-profile__media-card {
border-color: rgba(255, 255, 255, 0.12);
}
.bp-expert-profile__public-card,
.bp-expert-profile__quote-card,
.bp-expert-profile__faq-item > summary,
.bp-expert-profile__contact-form {
background: var(--bp-surface);
}
.bp-expert-profile__faq-item[open] > summary {
background: rgba(180, 83, 9, 0.18);
}
}