.author-team-page{--author-bg:#faf6ef;--author-card-bg:#ffffff;--author-border:rgba(15,23,42,0.08);--author-muted:#6b7280;--author-accent:#b45309}.author-team-hero{display:grid;grid-gap:16px;gap:16px;padding:56px 24px 40px;text-align:center;background:linear-gradient(180deg,var(--author-bg) 0,#ffffff 100%);border-radius:24px}.author-team-hero .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--author-accent);font-size:12px;font-weight:600}.author-team-hero h1{margin:0;font-size:clamp(36px,4.5vw,56px);letter-spacing:-.02em;font-weight:600}.author-team-hero p.lead{margin:0 auto;max-width:640px;color:var(--author-muted);font-size:17px;line-height:1.55}.author-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:32px}.author-team-card{display:grid;grid-template-rows:auto 1fr auto;grid-gap:14px;gap:14px;padding:28px 24px 24px;background:var(--author-card-bg);border:1px solid var(--author-border);border-radius:20px;transition:transform .15s ease,box-shadow .15s ease;text-decoration:none;color:inherit}.author-team-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px -20px rgba(15,23,42,.18)}.author-team-card__avatar{width:112px;height:112px;border-radius:50%;overflow:hidden;margin:0 auto;background:#ece2cf;position:relative;display:flex;align-items:center;justify-content:center}.author-team-card__avatar:before{content:attr(data-initials);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#8a6d3b;font-size:36px;font-weight:600;letter-spacing:-.02em;pointer-events:none}.author-team-card__avatar img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1}.author-team-card__name{margin:0;text-align:center;font-size:22px;font-weight:600;letter-spacing:-.01em}.author-team-card__role{margin:0;text-align:center;color:var(--author-accent);font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.author-team-card__tagline{font-size:15px;line-height:1.5}.author-team-card__stat,.author-team-card__tagline{margin:0;color:var(--author-muted);text-align:center}.author-team-card__stat{font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.author-team-card__stat strong{color:#111827;font-weight:600}.author-team-card__cta{text-align:center;color:var(--author-accent);font-size:14px;font-weight:600}.author-profile-page{--author-bg:#faf6ef;--author-card-bg:#ffffff;--author-border:rgba(15,23,42,0.08);--author-muted:#6b7280;--author-accent:#b45309}.author-profile-hero{display:grid;grid-template-columns:minmax(120px,200px) 1fr;grid-gap:32px;gap:32px;align-items:center;padding:48px 32px;background:var(--author-bg);border-radius:24px}.author-profile-hero__avatar{width:min(200px,100%);aspect-ratio:1;border-radius:50%;overflow:hidden;background:#ece2cf;position:relative;display:flex;align-items:center;justify-content:center}.author-profile-hero__avatar:before{content:attr(data-initials);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#8a6d3b;font-size:56px;font-weight:600;letter-spacing:-.02em;pointer-events:none}.author-profile-hero__avatar img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1}.author-profile-hero__meta{display:grid;grid-gap:12px;gap:12px}.author-profile-hero .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--author-accent);font-size:12px;font-weight:600}.author-profile-hero h1{margin:0;font-size:clamp(32px,4vw,48px);letter-spacing:-.02em;font-weight:600}.author-profile-hero__tagline{margin:0;color:#1f2937;font-size:17px;line-height:1.5;max-width:640px}.author-profile-hero__stats{display:flex;gap:24px;flex-wrap:wrap;color:var(--author-muted);font-size:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.author-profile-hero__stats strong{color:#111827;font-weight:600}.author-profile-bio{display:grid;grid-gap:16px;gap:16px}.author-profile-bio p{margin:0;font-size:17px;line-height:1.7;color:#1f2937}.author-profile-materials__heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}.author-profile-materials__heading h2{margin:0;font-size:24px;font-weight:600;letter-spacing:-.01em}.author-profile-materials__heading span{color:var(--author-muted);font-size:14px}.author-profile-materials__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.author-material-card{display:grid;grid-template-rows:auto auto auto;grid-gap:12px;gap:12px;padding:16px;background:var(--author-card-bg);border:1px solid var(--author-border);border-radius:16px;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.author-material-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px -22px rgba(15,23,42,.2)}.author-material-card__cover{width:100%;aspect-ratio:16/10;background:#ece2cf;border-radius:10px;overflow:hidden}.author-material-card__cover img{width:100%;height:100%;object-fit:cover;display:block}.author-material-card--no-cover{background:linear-gradient(180deg,#fff9ef 0,var(--author-card-bg) 50%);padding-top:18px}.author-material-card--no-cover .author-material-card__kind{margin-top:0}.author-material-card__kind{color:var(--author-accent);text-transform:uppercase;font-size:11px;letter-spacing:.1em;font-weight:600}.author-material-card__title{margin:0;font-size:17px;font-weight:600;line-height:1.35}.author-material-card__excerpt{margin:0;color:var(--author-muted);font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:640px){.author-team-hero{padding:32px 16px 28px;gap:10px}.author-team-hero h1{font-size:30px}.author-team-hero p.lead{font-size:15px}.author-team-grid{grid-template-columns:1fr;gap:14px;margin-top:20px}.author-team-card{padding:20px 18px;gap:10px}.author-team-card__avatar{width:84px;height:84px}.author-team-card__avatar:before{font-size:26px}.author-team-card__name{font-size:19px}.author-team-card__tagline{font-size:14px}.author-profile-hero{grid-template-columns:1fr;text-align:center;padding:24px 18px;gap:16px}.author-profile-hero__avatar{width:min(132px,50vw);margin:0 auto}.author-profile-hero__avatar:before{font-size:42px}.author-profile-hero h1{font-size:28px}.author-profile-hero__tagline{font-size:15px}.author-profile-hero__stats{justify-content:center;gap:14px;font-size:13px}.author-profile-bio p{font-size:16px;line-height:1.65}.author-profile-materials__heading h2{font-size:20px}.author-profile-materials__grid{grid-template-columns:1fr;gap:12px}}