.fr-author-section{--fr-container: 1440px;--fr-gutter-mobile: 24px;--fr-gutter-desktop: 24px;--fr-padding-mobile: 40px;--fr-padding-desktop: 56px;--fr-fg: #121212;--fr-fg-muted: rgb(18 18 18 / .65);--fr-bg: #ffffff;color:var(--fr-fg);background-color:var(--fr-bg)}.fr-author-container{width:100%;max-width:var(--fr-container);margin-inline:auto;padding:var(--fr-padding-mobile) var(--fr-gutter-mobile)}@media screen and (min-width:750px){.fr-author-container{padding:var(--fr-padding-desktop) var(--fr-gutter-desktop)}}.fr-author-hero{--fr-hero-fg-default: #121212;--fr-fg: var(--fr-hero-fg, var(--fr-hero-fg-default));--fr-fg-muted: color-mix(in srgb, var(--fr-fg) 65%, var(--fr-hero-bg, var(--fr-bg)));background-color:var(--fr-hero-bg, transparent);color:var(--fr-fg)}.fr-author-hero__inner{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:56px}.fr-author-hero__content{display:flex;flex-direction:column;min-width:0}.fr-author-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:40px;font-size:14px;color:var(--fr-fg-muted)}.fr-author-breadcrumbs a{color:inherit;text-decoration:none}.fr-author-breadcrumbs a:hover{text-decoration:underline}.fr-author-breadcrumbs__current{color:var(--fr-fg)}.fr-author-hero__title{margin:0 0 16px;font-size:clamp(1.75rem,1.2rem + 2.2vw,2.75rem);line-height:1.15;font-weight:700}.fr-author-hero__role{margin:0 0 16px;font-size:1.125rem;font-weight:500;line-height:1.4;color:var(--fr-fg-muted)}.fr-author-hero__bio{margin-bottom:40px;font-size:1rem;line-height:1.6;color:var(--fr-fg-muted)}.fr-author-hero__bio>*:first-child{margin-block-start:0}.fr-author-hero__bio>*:last-child{margin-block-end:0}.fr-author-hero__bio p{margin-block:0 .85em}.fr-author-hero__bio p:last-child{margin-block-end:0}.fr-author-links{display:flex;flex-wrap:wrap;gap:12px}.fr-author-link{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:var(--fr-link-border-width, 0px) solid var(--fr-link-border, transparent);border-radius:var(--fr-link-radius, 0px);color:var(--fr-link-fg, var(--fr-fg));background:var(--fr-link-bg, #121212);text-decoration:none;font-size:14px;font-weight:500;line-height:1;transition:opacity .15s ease}.fr-author-link:hover{opacity:var(--fr-link-hover-opacity, .85)}.fr-author-link__icon{display:inline-flex;width:20px;height:20px;flex-shrink:0}.fr-author-link__icon svg{width:100%;height:100%;display:block}.fr-author-hero__media{position:relative;min-width:0;border-radius:0;overflow:hidden}.fr-author-hero__media img,.fr-author-hero__img{width:100%;height:auto;display:block;border-radius:0}.fr-author-hero__img--placeholder{width:100%;aspect-ratio:4 / 3;background:color-mix(in srgb,var(--fr-fg) 6%,var(--fr-bg))}.fr-author-popular{background-color:var(--fr-popular-bg, transparent);width:100%}.fr-author-popular__inner{display:flex;flex-direction:column;gap:32px}.fr-author-popular__title{margin:0;font-size:clamp(1.5rem,1.1rem + 1.5vw,2rem);line-height:1.2;font-weight:700;color:var(--fr-popular-title, #121212)}.fr-author-popular__grid{display:grid;gap:24px;grid-template-columns:1fr}.fr-author-card{margin:0}.fr-author-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;--fr-card-fg: var(--fr-popular-card-fg, #121212);--fr-card-bg: var(--fr-popular-card-bg, transparent);--fr-fg: var(--fr-card-fg);--fr-fg-muted: color-mix(in srgb, var(--fr-fg) 65%, var(--fr-card-bg));color:var(--fr-fg);background-color:var(--fr-card-bg);border:var(--fr-popular-card-border-width, 0px) solid var(--fr-popular-card-border-color, transparent);border-radius:var(--fr-popular-radius, 0px);overflow:hidden;transition:opacity .15s ease}.fr-author-card__link:hover{opacity:.92}.fr-author-card__media{overflow:hidden;aspect-ratio:16 / 9}.fr-author-card__img{width:100%;height:100%;display:block;object-fit:cover}.fr-author-card__body{display:flex;flex-direction:column;gap:8px;padding:20px}.fr-author-card__date{font-size:14px;color:var(--fr-fg-muted)}.fr-author-card__title{margin:0;font-size:clamp(1.125rem,1rem + .5vw,1.25rem);line-height:1.3;font-weight:600;color:var(--fr-fg)}.fr-author-card__excerpt{margin:0;font-size:.875rem;line-height:1.55;color:var(--fr-fg-muted);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.fr-author-popular__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.fr-author-popular__grid{grid-template-columns:repeat(var(--fr-popular-cols, 4),minmax(0,1fr))}}.fr-author-section--custom-headings .fr-author-hero__title{font-size:var(--fr-h1-size-mobile);font-weight:var(--fr-h1-weight);line-height:1.15}.fr-author-section--custom-headings .fr-author-popular__title{font-size:var(--fr-h2-size-mobile);font-weight:var(--fr-h2-weight);line-height:1.2}.fr-author-section--custom-headings .fr-author-hero__role{font-size:var(--fr-h4-size-mobile);font-weight:var(--fr-h4-weight)}.fr-author-section--custom-headings .fr-author-card__title{font-size:var(--fr-h4-size-mobile);font-weight:var(--fr-h4-weight);line-height:1.3}.fr-author-section--custom-headings .fr-author-hero__bio,.fr-author-section--custom-headings .fr-author-hero__bio p,.fr-author-section--custom-headings .fr-author-card__excerpt{font-size:var(--fr-p-size-mobile);font-weight:var(--fr-p-weight)}.fr-author-section--custom-headings .fr-author-hero__bio,.fr-author-section--custom-headings .fr-author-hero__bio p,.fr-author-section--custom-headings .fr-author-card__excerpt{line-height:1.6}.fr-author-section--custom-headings .fr-author-card__date{font-size:14px;font-weight:var(--fr-p-weight);line-height:1.6}@media screen and (min-width:750px){.fr-author-section--custom-headings .fr-author-hero__title{font-size:var(--fr-h1-size-desktop)}.fr-author-section--custom-headings .fr-author-popular__title{font-size:var(--fr-h2-size-desktop)}.fr-author-section--custom-headings .fr-author-hero__role,.fr-author-section--custom-headings .fr-author-card__title{font-size:var(--fr-h4-size-desktop)}.fr-author-section--custom-headings .fr-author-hero__bio,.fr-author-section--custom-headings .fr-author-hero__bio p,.fr-author-section--custom-headings .fr-author-card__excerpt{font-size:var(--fr-p-size-desktop)}}@media screen and (max-width:990px){.fr-author-hero__inner{grid-template-columns:1fr;gap:32px}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map?subset=AABA */
