.br-author-profile {
    --author-ink: #1b1c1d;
    --author-paper: #fbfaf7;
    --author-paper-2: #f4f1ea;
    --author-brand: #ffab0a;
    --author-muted: #67686a;
    --author-line: rgba(27, 28, 29, .13);
    --author-serif: Georgia, "Times New Roman", serif;
    --author-shadow: 0 18px 48px rgba(27, 28, 29, .09);
    background: linear-gradient(180deg, var(--author-paper), #f6f2ea 45%, var(--author-paper));
    color: var(--author-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    padding-bottom: 90px;
}
.br-author-profile * { box-sizing: border-box; }
.br-author-profile a { color: inherit; text-decoration: none; }
.br-author-profile :where(a, button):focus-visible { outline: 3px solid var(--author-brand); outline-offset: 4px; }
.br-author-profile h1, .br-author-profile h2, .br-author-profile h3 { color: var(--author-ink); font-family: var(--author-serif); font-weight: 400; }
.br-author-breadcrumb { color: #777; font-size: 10px; padding-bottom: 22px; padding-top: 22px; }
.br-author-breadcrumb ol { display: flex; gap: 9px; list-style: none; margin: 0; overflow: hidden; padding: 0; white-space: nowrap; }
.br-author-breadcrumb li:not(:last-child)::after { color: #aaa; content: "/"; margin-inline-start: 9px; }
.br-author-breadcrumb li:last-child { overflow: hidden; text-overflow: ellipsis; }
.br-author-hero { padding: 20px 0 70px; }
.br-author-hero__shell { background: linear-gradient(135deg, #fff, #f3eee4); border: 1px solid rgba(27, 28, 29, .08); border-radius: 42px; box-shadow: 0 28px 80px rgba(27, 28, 29, .13); display: grid; grid-template-columns: .43fr .57fr; min-height: 640px; overflow: hidden; padding: 0; }
.br-author-portrait { align-items: flex-end; background: linear-gradient(145deg, #20272d, #5c6870); display: flex; min-height: 640px; overflow: hidden; padding: 36px; position: relative; }
.br-author-portrait::before { border: 54px solid rgba(255, 171, 10, .5); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255, 255, 255, .05), 0 0 0 116px rgba(255, 171, 10, .045); content: ""; height: 630px; inset-inline-start: -230px; position: absolute; top: -130px; width: 630px; }
.br-author-initial { color: rgba(255, 255, 255, .9); display: grid; font: 400 220px var(--author-serif); inset: 0; place-items: center; position: absolute; text-shadow: 0 18px 40px rgba(0, 0, 0, .2); }
.br-author-photo { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.br-author-portrait__card { align-items: center; backdrop-filter: blur(14px); background: rgba(251, 250, 247, .9); border: 1px solid rgba(255, 255, 255, .5); border-radius: 16px; display: flex; gap: 14px; padding: 15px; position: relative; width: 100%; z-index: 2; }
.br-author-avatar { background: var(--author-brand); border-radius: 50%; display: grid; flex: 0 0 auto; font: 400 21px var(--author-serif); height: 55px; place-items: center; width: 55px; }
.br-author-portrait__card strong { display: block; font: 400 18px var(--author-serif); }
.br-author-portrait__card small { color: #6c6d6f; display: block; font-size: 9px; margin-top: 3px; }
.br-author-portrait__card i { background: var(--author-brand); border-radius: 50%; box-shadow: 0 0 0 7px rgba(255, 171, 10, .17); height: 10px; margin-inline-start: auto; width: 10px; }
.br-author-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 62px; }
.br-author-eyebrow, .br-author-meta { color: #8f5b00; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.br-author-hero h1 { font-size: clamp(59px, 7vw, 104px); letter-spacing: -.058em; line-height: .88; margin: 24px 0 25px; }
.br-author-role { color: #555; font: 400 25px/1.2 var(--author-serif); margin: 0 0 24px; }
.br-author-bio { color: #5e6062; font-size: 15px; line-height: 1.75; margin: 0; max-width: 680px; }
.br-author-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.br-author-button { align-items: center; background: transparent; border: 1px solid var(--author-ink); border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 850; justify-content: center; min-height: 46px; padding: 0 21px; transition: .25s; }
.br-author-button:hover { box-shadow: 0 10px 28px rgba(27, 28, 29, .12); transform: translateY(-2px); }
.br-author-button.is-dark { background: var(--author-ink); color: #fff; }
.br-author-expertise { border-top: 1px solid var(--author-line); display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; padding-top: 25px; }
.br-author-expertise a { background: rgba(255, 255, 255, .7); border: 1px solid var(--author-line); border-radius: 999px; font-size: 9px; font-weight: 800; padding: 9px 12px; }
.br-author-section { border-top: 1px solid var(--author-line); padding: 85px 0; }
.br-author-section__head { display: grid; gap: 58px; grid-template-columns: 310px 1fr; margin-bottom: 42px; }
.br-author-section__head h2 { font-size: clamp(44px, 5vw, 70px); letter-spacing: -.045em; line-height: .98; margin: 0; }
.br-author-section__head p { color: var(--author-muted); font-size: 14px; line-height: 1.7; margin: 0; max-width: 700px; }
.br-author-about { display: grid; gap: 16px; grid-template-columns: .78fr 1.22fr; }
.br-author-editorial { background: var(--author-ink); border-radius: 30px; color: #fff; display: flex; flex-direction: column; min-height: 410px; overflow: hidden; padding: 38px; position: relative; }
.br-author-editorial::after { background: radial-gradient(circle, var(--author-brand), rgba(255, 171, 10, .08) 58%, transparent 70%); border-radius: 50%; bottom: -240px; content: ""; height: 400px; position: absolute; right: -230px; width: 400px; }
.br-author-editorial > * { position: relative; z-index: 1; }
.br-author-editorial h3 { color: #fff; font-size: 43px; letter-spacing: -.04em; line-height: 1; margin: 20px 0; }
.br-author-editorial p { color: #b3b4b6; font-size: 12px; line-height: 1.7; }
.br-author-editorial small { border-top: 1px solid rgba(255, 255, 255, .16); color: #aaa; margin-top: auto; padding-top: 18px; }
.br-author-principles { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.br-author-principles article { background: #fff; border: 1px solid var(--author-line); border-radius: 25px; display: flex; flex-direction: column; min-height: 198px; padding: 28px; transition: .25s; }
.br-author-principles article:hover { box-shadow: var(--author-shadow); transform: translateY(-4px); }
.br-author-principles article > span { color: #a8a49c; font: 400 22px var(--author-serif); }
.br-author-principles h3 { font-size: 25px; line-height: 1.1; margin: 28px 0 8px; }
.br-author-principles p { color: #737477; font-size: 10px; line-height: 1.55; margin: 0; }
.br-author-articles { background: var(--author-paper-2); }
.br-author-featured { background: var(--author-ink); border-radius: 32px; box-shadow: var(--author-shadow); color: #fff; display: grid; grid-template-columns: 1.05fr .95fr; margin-bottom: 18px; overflow: hidden; }
.br-author-featured__media { background: linear-gradient(135deg, #37434c, #12191e); min-height: 430px; overflow: hidden; position: relative; }
.br-author-featured__media::after { border: 48px solid rgba(255, 171, 10, .46); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255, 255, 255, .05), 0 0 0 104px rgba(255, 171, 10, .045); content: ""; height: 510px; position: absolute; right: -160px; bottom: -170px; width: 510px; }
.br-author-featured__media img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 1; }
.br-author-featured__media > span { background: rgba(251, 250, 247, .92); border-radius: 999px; color: var(--author-ink); font-size: 9px; font-weight: 850; left: 25px; letter-spacing: .1em; padding: 9px 13px; position: absolute; text-transform: uppercase; top: 25px; z-index: 2; }
.br-author-featured__copy { display: flex; flex-direction: column; justify-content: center; padding: 43px; }
.br-author-featured__copy .br-author-meta { color: var(--author-brand); }
.br-author-featured h3 { color: #fff; font-size: 42px; letter-spacing: -.035em; line-height: 1.02; margin: 17px 0; }
.br-author-featured h3 a { color: #fff; }
.br-author-featured__copy > p { color: #b4b5b7; font-size: 12px; line-height: 1.65; }
.br-author-featured__copy > div { color: #999; display: flex; font-size: 9px; gap: 18px; margin: 18px 0 28px; }
.br-author-read { align-items: center; color: #fff !important; display: inline-flex; font-size: 10px; font-weight: 850; gap: 10px; }
.br-author-read span { border: 1px solid rgba(255, 255, 255, .23); border-radius: 50%; display: grid; height: 34px; place-items: center; width: 34px; }
.br-author-article-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.br-author-article-grid > article { background: #fff; border: 1px solid var(--author-line); border-radius: 27px; display: flex; flex-direction: column; min-height: 300px; padding: 26px; transition: .25s; }
.br-author-article-grid > article:hover { border-color: rgba(255, 171, 10, .7); box-shadow: var(--author-shadow); transform: translateY(-5px); }
.br-author-article-grid h3 { font-size: 29px; letter-spacing: -.025em; line-height: 1.08; margin: 28px 0 11px; }
.br-author-article-grid p { color: #717274; font-size: 11px; line-height: 1.58; margin: 0 0 25px; }
.br-author-article-grid footer { border-top: 1px solid var(--author-line); display: flex; font-size: 9px; justify-content: space-between; margin-top: auto; padding-top: 15px; }
.br-author-view-all { margin-top: 38px; text-align: center; }
.br-author-empty { background: #fff; border: 1px solid var(--author-line); border-radius: 28px; padding: 45px; text-align: center; }
.br-author-topics { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.br-author-topics a { background: #fff; border: 1px solid var(--author-line); border-radius: 26px; display: flex; flex-direction: column; min-height: 230px; overflow: hidden; padding: 25px; position: relative; transition: .25s; }
.br-author-topics a::after { background: #fff1c8; border-radius: 50%; content: ""; height: 140px; position: absolute; right: -90px; top: -90px; transition: .3s; width: 140px; }
.br-author-topics a:hover { box-shadow: var(--author-shadow); transform: translateY(-5px); }
.br-author-topics a > * { position: relative; z-index: 1; }
.br-author-topics span { border: 1px solid var(--author-line); border-radius: 12px; display: grid; font-size: 11px; font-weight: 900; height: 40px; place-items: center; width: 40px; }
.br-author-topics h3 { font-size: 26px; margin: 36px 0 8px; }
.br-author-topics b { font-size: 10px; margin-top: auto; }
.br-author-trust { background: var(--author-ink); color: #fff; }
.br-author-trust h2 { color: #fff; }
.br-author-trust .br-author-section__head p { color: #aaa; }
.br-author-trust__grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.br-author-trust__grid article { background: #202224; border: 1px solid rgba(255, 255, 255, .15); border-radius: 26px; min-height: 250px; padding: 30px; }
.br-author-trust__grid span { color: var(--author-brand); font: 400 24px var(--author-serif); }
.br-author-trust__grid h3 { color: #fff; font-size: 28px; margin: 36px 0 10px; }
.br-author-trust__grid p { color: #a6a7a9; font-size: 11px; line-height: 1.65; }
.br-author-cta { align-items: end; background: linear-gradient(135deg, #e5dccf, #fff); border: 1px solid var(--author-line); border-radius: 42px; box-shadow: var(--author-shadow); display: grid; gap: 40px; grid-template-columns: 1fr auto; margin-top: 30px; min-height: 350px; overflow: hidden; padding: 48px 52px; position: relative; }
.br-author-cta::after { background: radial-gradient(circle, rgba(255, 171, 10, .52), rgba(255, 171, 10, .05) 62%, transparent 70%); border-radius: 50%; content: ""; height: 520px; position: absolute; right: -250px; top: -330px; width: 520px; }
.br-author-cta > * { position: relative; z-index: 1; }
.br-author-cta h2 { font-size: clamp(45px, 5vw, 72px); letter-spacing: -.045em; line-height: .98; margin: 15px 0; }
.br-author-cta p { color: #666; font-size: 12px; line-height: 1.65; max-width: 650px; }
.br-author-cta > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
html[dir="rtl"] .br-author-profile { font-family: Tahoma, Arial, sans-serif; }
html[dir="rtl"] .br-author-profile h1, html[dir="rtl"] .br-author-profile h2, html[dir="rtl"] .br-author-profile h3 { font-family: Tahoma, Arial, sans-serif; letter-spacing: 0; }
html[dir="rtl"] .br-author-editorial::after, html[dir="rtl"] .br-author-featured__media::after, html[dir="rtl"] .br-author-cta::after { left: -230px; right: auto; }
html[dir="rtl"] .br-author-featured__media > span { left: auto; right: 25px; }
@media (max-width: 1100px) {
    .br-author-hero__shell { grid-template-columns: 1fr; }
    .br-author-portrait { min-height: 440px; }
    .br-author-hero__copy { padding: 55px 45px; }
    .br-author-about { grid-template-columns: 1fr; }
    .br-author-article-grid { grid-template-columns: 1fr 1fr; }
    .br-author-topics { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
    .br-author-featured, .br-author-section__head, .br-author-trust__grid, .br-author-cta { grid-template-columns: 1fr; }
    .br-author-section__head { gap: 15px; }
    .br-author-featured__media { min-height: 330px; }
}
@media (max-width: 620px) {
    .br-author-hero { padding-top: 4px; }
    .br-author-hero__shell { border-radius: 28px; }
    .br-author-portrait { min-height: 340px; padding: 18px; }
    .br-author-initial { font-size: 150px; }
    .br-author-hero__copy { padding: 42px 24px; }
    .br-author-hero h1 { font-size: 57px; }
    .br-author-role { font-size: 21px; }
    .br-author-actions, .br-author-cta > div:last-child { align-items: stretch; flex-direction: column; }
    .br-author-principles, .br-author-article-grid, .br-author-topics { grid-template-columns: 1fr; }
    .br-author-editorial, .br-author-featured__copy { padding: 30px 25px; }
    .br-author-featured h3 { font-size: 35px; }
    .br-author-cta { border-radius: 28px; padding: 35px 25px; }
}
@media (prefers-reduced-motion: reduce) { .br-author-profile * { transition: none !important; } }
@media print { .br-author-breadcrumb, .br-author-actions, .br-author-trust, .br-author-cta { display: none !important; } .br-author-profile { background: #fff; } }
