.author-profile-header{display:flex;gap:3.2rem;align-items:flex-start;padding:4rem 0}.author-profile-header__photo{flex-shrink:0}.author-profile-header__photo img{width:200px;height:200px;border-radius:50%;object-fit:cover}.author-profile-header__content{flex:1}.author-profile-header__label{font-size:1.1rem;text-transform:uppercase;letter-spacing:.15em;color:rgba(var(--color-foreground),.55);margin:0 0 1.2rem}.author-profile-header__name{margin:0 0 .4rem}.author-profile-header__bio-excerpt{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.75);margin:0 0 .8rem}.author-profile-header__bio-full{display:none;font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.75);margin:0 0 .8rem}.author-profile-header__bio-full.is-expanded{display:block}.author-profile-header__bio-excerpt.is-hidden{display:none}.author-profile-header__read-more{background:none;border:none;padding:0;color:rgb(var(--color-button));font-size:1.3rem;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:.3em;margin-bottom:1.6rem;display:inline-block}.author-profile-header__read-more:hover{opacity:.8}.author-profile-header__socials{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem}.author-profile-header__social-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.2rem;border-radius:2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.1rem;font-weight:500;text-decoration:none;transition:opacity .2s}.author-profile-header__social-link:hover{opacity:.85}.author-profile-header__social-link svg{width:14px;height:14px;fill:currentColor}@media screen and (max-width:749px){.author-profile-header{flex-direction:column;align-items:center;text-align:left;gap:2rem;padding:2.4rem 0}.author-profile-header__photo img{width:140px;height:140px}.author-profile-header__content{width:100%}}.author-articles__heading{margin:0 0 2.4rem}.author-articles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.author-articles__card{background:rgb(var(--color-background));border-radius:var(--card-corner-radius, .8rem);overflow:hidden;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s}.author-articles__card:hover{box-shadow:0 4px 12px #0000001a}.author-articles__card a{text-decoration:none;color:inherit;display:block}.author-articles__card-image{aspect-ratio:3 / 2;overflow:hidden}.author-articles__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.author-articles__card:hover .author-articles__card-image img{transform:scale(1.03)}.author-articles__card-body{padding:1.4rem}.author-articles__card-label{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.5);margin:0 0 .4rem}.author-articles__card-title{font-size:1.4rem;font-weight:600;line-height:1.4;margin:0 0 .6rem;color:rgb(var(--color-foreground))}.author-articles__card-date{font-size:1.1rem;color:rgba(var(--color-foreground),.5);margin:0}.author-articles__card.is-hidden{display:none}.author-articles__load-more{text-align:center;margin-top:3.2rem}.author-articles__load-more-btn{display:inline-block;padding:1rem 3.2rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--card-corner-radius, .4rem);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}.author-articles__load-more-btn:hover{border-color:rgba(var(--color-foreground),.4)}.author-articles__load-more-btn.is-hidden{display:none}.author-articles__empty{text-align:center;padding:4rem 0;color:rgba(var(--color-foreground),.5);font-size:1.4rem}@media screen and (max-width:989px){.author-articles__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.author-articles__grid{grid-template-columns:1fr}}.author-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem;justify-items:center}.author-blog__card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;padding:2.4rem;border-radius:1.2rem;transition:transform .25s ease,box-shadow .25s ease}.author-blog__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.author-blog__card-photo{margin-bottom:1.6rem}.author-blog__card-photo img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid #ffffff;box-shadow:0 4px 16px #3d5a2c26}.author-blog__card-name{margin:0 0 .4rem}.author-blog__card-title{font-size:1.3rem;color:rgba(var(--color-foreground),.6);margin:0}@media screen and (max-width:989px){.author-blog__grid{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media screen and (max-width:749px){.author-blog__grid{grid-template-columns:1fr;gap:2rem}.author-blog__card-photo img{width:140px;height:140px}}.author-byline-chip{display:inline-flex;align-items:center;gap:.8rem;background:#3d5a2c;border:none;padding:.5rem 1.6rem .5rem .5rem;border-radius:3rem;color:#fff;text-decoration:none;font-size:1.3rem;font-weight:600;letter-spacing:.01em;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease,background .2s ease;vertical-align:middle;box-shadow:0 3px 12px #3d5a2c59;position:relative}.author-byline-chip:hover{background:#2e4820;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #3d5a2c73}.author-byline-chip:active{transform:translateY(0);box-shadow:0 2px 8px #3d5a2c4d}img.author-byline-chip__avatar{width:28px!important;height:28px!important;min-width:28px;min-height:28px;max-width:28px;border-radius:50%!important;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.5)!important;box-shadow:none!important;margin-bottom:0!important;aspect-ratio:1 / 1}.author-byline-chip__avatar--placeholder{width:28px;height:28px;border-radius:50%;background:#ffffff40;flex-shrink:0;border:2px solid rgba(255,255,255,.4)}
/*# sourceMappingURL=/cdn/shop/t/109/assets/section-author-profile.css.map */
