/*! Top List Company: single author page styles */ .p-author-hero{position: relative;isolation: isolate;display: flex;min-height: clamp(540px,70svh,680px);align-items: center;padding: clamp(3.5rem,8svh,6rem) 20px;overflow: hidden;background: radial-gradient(circle at 18% 28%,rgba(74,144,190,0.28),transparent 36%),linear-gradient(135deg,#0b1b27 0%,#173749 52%,#0d2533 100%);}.p-author-hero__grid{display: grid;grid-template-columns: 360px minmax(0,1fr);align-items: center;gap: clamp(2.75rem,6vw,5.5rem);}.p-author-profile{overflow: hidden;box-shadow: var(--tlc-shadow-raised);text-align: center;}.p-author-profile__media{display: grid;aspect-ratio: 1;place-items: center;overflow: hidden;background: var(--tlc-color-background);color: var(--tlc-color-blue-dark);font-size: 7rem;font-weight: 700;}.p-author-profile__media img{width: 100%;height: 100%;object-fit: cover;}.p-author-profile>p{margin: 0;padding: 1rem;color: var(--tlc-color-blue-dark);font-size: 0.78rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;}.p-author-hero__content{color: #fff;}.p-author-hero__eyebrow{margin: 0 0 0.75rem;color: var(--tlc-color-gold);font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;}.p-author-hero__content h1{margin: 0;color: #fff;font-size: clamp(2.75rem,5.2vw,4.8rem);line-height: 1.05;}.p-author-hero__content>p:not(.p-author-hero__eyebrow){max-width: 760px;margin: 1.35rem 0 0;color: rgba(255,255,255,0.9);font-size: 1.12rem;}.p-author{padding-block: clamp(3rem,6vw,5rem);}.p-author__grid{display: grid;grid-template-columns: 360px minmax(0,1fr);align-items: start;gap: 48px;}.p-author__sidebar{position: sticky;top: calc(var(--tlc-header-height) + 24px);}.p-author__reviews,.p-author__about{padding: 1.5rem;}.p-author__reviews h2,.p-author__about h2{margin-top: 0;}.p-author__reviews ul{display: grid;gap: 0.75rem;margin: 0;padding: 0;list-style: none;}.p-author__reviews a{display: block;padding: 0.85rem;border: 1px solid var(--tlc-color-border);border-radius: var(--tlc-radius-medium);background: var(--tlc-color-background);color: var(--tlc-color-text);font-weight: 700;text-decoration: none;}.p-author__content>.c-breadcrumbs{margin-bottom: 1.25rem;}@media (max-width: 820px){.p-author-hero{min-height: 0;padding-block: 3rem;}.p-author-hero__grid,.p-author__grid{grid-template-columns: 1fr;gap: 2rem;}.p-author-profile,.p-author__sidebar{width: min(100%,520px);margin-inline: auto;}.p-author__sidebar{position: static;}.p-author-hero__content{text-align: center;}.p-author-hero__content>p:not(.p-author-hero__eyebrow){margin-inline: auto;}}.p-author-hero{min-height: clamp(520px,62svh,660px);padding: clamp(3rem,6svh,5rem) 20px;background: linear-gradient(90deg,rgba(3,23,32,.9),rgba(5,34,46,.66) 52%,rgba(5,27,38,.82)),var(--tlc-author-hero-image,none) center / cover no-repeat;}.p-author-hero__grid{grid-template-columns: minmax(280px,340px) minmax(0,1fr);gap: clamp(2.5rem,5vw,4.5rem);}.p-author-hero__content{min-width: 0;color: #fff;text-align: center;}.p-author-hero__eyebrow{margin: 0 0 .8rem;text-align: center;}.p-author-hero__content h1{max-width: 900px;margin: 0 auto;font-size: clamp(2.75rem,5.7vw,5.25rem);line-height: 1.02;letter-spacing: -.045em;text-align: center;text-wrap: balance;}.p-author-hero__content>p:not(.p-author-hero__eyebrow){max-width: 820px;margin: 1.35rem auto 0;font-size: clamp(1.05rem,1.65vw,1.3rem);line-height: 1.45;text-align: center;text-wrap: balance;}.p-author-hero .p-single-hero__actions{grid-template-columns: repeat(2,minmax(0,240px));max-width: 560px;margin: 1.75rem auto 0;}.p-author-hero .p-single-hero__actions .c-button{width: 100%;font-weight: 500;}.p-author-hero .p-single-hero__actions .c-button--surface{border-color: #fff;background: #fff;color: var(--tlc-color-navy);}.p-author-hero .p-single-hero__actions .c-button--success{border-color: var(--tlc-color-success);background: var(--tlc-color-success);color: #fff;}.p-author-hero .p-single-hero__actions .c-button--success:hover,.p-author-hero .p-single-hero__actions .c-button--success:focus-visible{border-color: #07842c;background: #07842c;color: #fff;}.p-author__reviews{padding: 1.25rem;}.p-author__reviews .p-author__section-header{margin-bottom: .85rem;}.p-author__reviews h2{margin: 0;font-size: clamp(1.2rem,1.65vw,1.42rem);line-height: 1.18;letter-spacing: -.02em;}.p-author__review-list{display: grid;gap: .55rem;margin: 0;padding: 0;list-style: none;}.p-author__review-list li{margin: 0;}.p-author__review-list a{display: grid;grid-template-columns: minmax(0,1fr) auto;align-items: center;gap: .75rem;min-height: 48px;padding: .7rem .8rem;border: 1px solid var(--tlc-color-border);border-radius: .75rem;background: color-mix(in srgb,var(--tlc-color-blue-dark) 3%,var(--tlc-color-surface));color: var(--tlc-color-text);font-weight: 700;text-decoration: none;transition: border-color .18s ease,background-color .18s ease,transform .18s ease;}.p-author__review-list a:hover,.p-author__review-list a:focus-visible{transform: translateY(-1px);border-color: var(--tlc-color-blue-dark);background: color-mix(in srgb,var(--tlc-color-blue-dark) 6%,var(--tlc-color-surface));}.p-author__review-arrow{color: var(--tlc-color-blue-dark);font-size: 1.05rem;line-height: 1;}.p-author__reviews .p-author__section-footer{margin-top: 1rem;}.p-author__reviews .p-author__section-footer .c-button{width: 100%;}@media (max-width: 820px){.p-author-hero{min-height: 0;padding-block: 2.5rem;}.p-author-hero__grid{gap: 1.75rem;}.p-author-hero .p-single-hero__actions{grid-template-columns: repeat(2,minmax(0,1fr));}}@media (max-width: 520px){.p-author-hero .p-single-hero__actions{grid-template-columns: 1fr;}}.p-author__reviews .p-author__section-footer .c-button--success{border-color: var(--tlc-color-success);background: var(--tlc-color-success);color: #fff;}.p-author__reviews .p-author__section-footer .c-button--success:hover,.p-author__reviews .p-author__section-footer .c-button--success:focus-visible{border-color: #07842c;background: #07842c;color: #fff;}@media (max-width: 820px){.p-author-hero{align-items: flex-start;padding: 2rem 16px 2.75rem;}.p-author-hero__grid{width: 100%;grid-template-columns: minmax(0,1fr);gap: 1.5rem;}.p-author-profile{width: min(100%,320px);max-width: 320px;margin-inline: auto;}.p-author-hero__content{width: 100%;min-width: 0;}.p-author-hero__content h1{max-width: 100%;font-size: clamp(2rem,10.5vw,3.35rem);line-height: 1.06;letter-spacing: -.035em;overflow-wrap: anywhere;}.p-author-hero__content>p:not(.p-author-hero__eyebrow){font-size: 1rem;line-height: 1.5;}.p-author-hero .p-single-hero__actions{width: 100%;max-width: 520px;margin-top: 1.5rem;}}@media (max-width: 520px){.p-author-hero{padding-inline: 14px;}.p-author-profile{width: min(100%,300px);max-width: 300px;}.p-author-hero .p-single-hero__actions{grid-template-columns: 1fr;}}
