.about-author{margin:3rem 0;padding:0;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards;animation-delay:.2s}.about-author__container{display:flex;gap:2rem;align-items:flex-start;padding:2rem;background:linear-gradient(135deg,#1c222805,#1c22280d);border-radius:12px;border:1px solid rgba(28,34,40,.08);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.about-author__container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(190,114,19,.08),transparent);transition:left .8s ease;animation:shimmer 3s ease-in-out infinite}.about-author__container:hover:before{left:100%}.about-author__container:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1c22281f;border-color:#1c222826}.about-author__image-wrapper{flex-shrink:0;width:180px;height:180px;position:relative;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,#1c22280d,#1c22281a);transition:all .4s cubic-bezier(.4,0,.2,1)}.about-author__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;border:2px solid transparent;background:linear-gradient(135deg,#1c22281a,#1c222833) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;animation:rotateBorder 3s linear infinite;animation-play-state:paused}.about-author__container:hover .about-author__image-wrapper:after{opacity:1;animation-play-state:running}.about-author__image{width:100%;height:100%;object-fit:cover;transition:all .6s cubic-bezier(.4,0,.2,1);filter:grayscale(10%);opacity:0;transform:scale(.9) rotate(-2deg);animation:zoomInRotate .8s ease-out forwards;animation-delay:.3s}.about-author__container:hover .about-author__image{transform:scale(1.08) rotate(0);filter:grayscale(0%) brightness(1.05)}.about-author__content{flex:1;display:flex;flex-direction:column;gap:.5rem;animation:fadeInRight .8s ease-out;animation-delay:.4s;animation-fill-mode:both}.about-author__label{font-size:.75rem;font-weight:500;color:#1c2228;text-transform:uppercase;letter-spacing:.1em;margin:0;opacity:0;transform:translateY(-10px);animation:fadeInDown .6s ease-out forwards;animation-delay:.5s;transition:color .3s ease}.about-author__container:hover .about-author__label{color:#be7213}.about-author__name{font-size:32px;font-weight:700;color:#be7213;margin:0;line-height:1.2;transition:all .3s ease;position:relative;display:inline-block;width:fit-content;opacity:0;transform:translate(-20px);animation:slideInLeft .7s ease-out forwards;animation-delay:.6s}.about-author__name:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:3px;background:linear-gradient(90deg,#be7213,#be721380);transition:width .4s cubic-bezier(.4,0,.2,1);animation:pulseGlow 2s ease-in-out infinite}.about-author__container:hover .about-author__name{text-shadow:0 2px 8px rgba(190,114,19,.2)}.about-author__container:hover .about-author__name:after{width:100%}.about-author__title{font-size:1.125rem;font-weight:500;color:#3c4650;margin:0;line-height:1.4;transition:color .3s ease;opacity:0;transform:translate(-15px);animation:slideInLeft .7s ease-out forwards;animation-delay:.7s}.about-author__container:hover .about-author__title{color:#1c2228}.about-author__bio{font-size:17px;line-height:1.6;color:#46505a;margin:.25rem 0 0;transition:color .3s ease;opacity:0;transform:translateY(10px);animation:fadeInUp .7s ease-out forwards;animation-delay:.8s}.about-author__bio p{margin:0 0 .75rem;transition:color .3s ease}.about-author__bio p:last-child{margin-bottom:0}.about-author__container:hover .about-author__bio{color:#323c46}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes zoomInRotate{0%{opacity:0;transform:scale(.9) rotate(-2deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #be721300}50%{box-shadow:0 0 8px #be721366}}@keyframes shimmer{0%{left:-100%}50%,to{left:100%}}@keyframes rotateBorder{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes growHeight{0%{height:0}to{height:60%}}@media screen and (max-width:1200px){.about-author__container{gap:1.5rem;padding:1.75rem}.about-author__image-wrapper{width:160px;height:160px}.about-author__name{font-size:28px}.about-author__title{font-size:1rem}.about-author__bio{font-size:16px}}@media screen and (max-width:1024px)and (min-width:768px){.about-author{margin:2.5rem 0}.about-author__container{gap:2rem;padding:2rem;max-width:100%}.about-author__image-wrapper{width:160px;height:160px}.about-author__name{font-size:30px}.about-author__title{font-size:1.0625rem}.about-author__bio{font-size:16px;line-height:1.65}}@media screen and (max-width:989px){.about-author__container{gap:1.5rem;padding:1.75rem}.about-author__image-wrapper{width:160px;height:160px}.about-author__name{font-size:28px}.about-author__title{font-size:1rem}.about-author__bio{font-size:16px}}@media screen and (max-width:749px){.about-author{margin:2.5rem 0}.about-author__container{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:1.5rem}.about-author__image-wrapper{width:140px;height:140px}.about-author__name{font-size:26px;margin:0 auto}.about-author__name:after{left:50%;transform:translate(-50%)}.about-author__title{font-size:.9375rem}.about-author__bio{font-size:15px}}@media screen and (max-width:479px){.about-author__container{padding:1.25rem;gap:1.25rem}.about-author__image-wrapper{width:120px;height:120px}.about-author__name{font-size:24px}.about-author__bio{font-size:14px}}@media(prefers-reduced-motion:reduce){.about-author,.about-author__content,.about-author__container,.about-author__image,.about-author__name,.about-author__title,.about-author__label,.about-author__bio,.about-author__name:after,.about-author__container:before,.about-author__image-wrapper:after{animation:none!important;transition:none!important}.about-author,.about-author__content,.about-author__image,.about-author__name,.about-author__title,.about-author__label,.about-author__bio{opacity:1!important;transform:none!important}}@media print{.about-author__container{box-shadow:none;border:1px solid rgba(28,34,40,.2);page-break-inside:avoid}.about-author__container:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/article-about-author.css.map */
