.author-page{background:var(--ap-bg);color:var(--ap-text)}.author-page *{box-sizing:border-box}.author-page .ap-shell{max-width:var(--ap-width);margin:auto;padding:0 24px}.author-page .ap-card{border:1px solid var(--ap-border);background:var(--ap-card);border-radius:14px}.author-page .ap-hero{display:grid;grid-template-columns:minmax(200px,.8fr) minmax(0,1.45fr);align-items:center;gap:40px;padding:32px 46px;border-radius:24px}.author-page .ap-portrait-wrap{position:relative;width:min(100%,var(--ap-portrait-size));aspect-ratio:1;margin:0 auto}.author-page .ap-portrait{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover;object-position:var(--ap-portrait-position);background:#eef1e7}.author-page .ap-sprig{position:absolute;width:76px;height:100px;left:-26px;bottom:0;color:#819765;transform:rotate(-30deg)}.author-page svg{width:100%;height:100%;display:block}.author-page .ap-label{display:inline-block;border:1px solid var(--ap-border);border-radius:30px;padding:3px 10px;font-size:10px;line-height:1.3;font-weight:700;color:var(--ap-green);text-transform:uppercase;letter-spacing:.04em}.author-page .ap-title{font-size:clamp(25px,3vw,38px);line-height:1.16;color:var(--ap-green);margin:12px 0 8px;font-weight:700;letter-spacing:-.025em}.author-page .ap-role{color:var(--ap-green);font-size:14px;font-weight:600;margin:0 0 14px;line-height:1.5}.author-page .ap-intro,.author-page .ap-richtext{font-size:13px;line-height:1.75;color:var(--ap-muted)}.author-page .ap-intro p{margin:0}.author-page .ap-richtext p{margin:0 0 22px}.author-page .ap-read-more{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:42px;margin-top:22px;padding:10px 24px;border-radius:30px;background:#ed872f;color:#fff;font-size:12px;font-weight:600;text-decoration:none}.author-page .ap-read-more:hover{background:#c96315}.author-page .ap-read-more:focus-visible{outline:2px solid var(--ap-green);outline-offset:4px}.author-page .ap-about{display:grid;grid-template-columns:1fr 1.2fr;gap:46px;align-items:start;margin:30px 14px 0;scroll-margin-top:130px}.author-page .ap-section-title{color:var(--ap-green);font-size:24px;font-weight:600;line-height:1.3;margin:0 0 16px;text-align:center;letter-spacing:-.015em}.author-page .ap-about .ap-section-title{text-align:left}.author-page .ap-about-copy{padding-top:10px}.author-page .ap-signature{display:block;width:160px;height:auto;max-width:100%}.author-page .ap-about-image{width:100%;height:auto;border-radius:12px;margin-top:12px}.author-page .ap-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.author-page .ap-stat{display:flex;align-items:center;gap:18px;min-height:120px;padding:20px}.author-page .ap-stat-icon{flex:0 0 58px;width:58px;height:58px;border-radius:50%;background:#f1f3e7;border:1px solid var(--ap-border);padding:14px;color:var(--ap-green)}.author-page .ap-stat h3{font-size:14px;line-height:1.4;color:var(--ap-green);margin:0 0 4px;font-weight:600}.author-page .ap-stat p{font-size:12px;line-height:1.55;color:var(--ap-muted);margin:0}.author-page .ap-section{margin:40px 14px 0}.author-page .ap-ornament:after{content:"\2767";display:block;width:180px;margin:8px auto 0;font-size:17px;line-height:20px;color:#879773;background:linear-gradient(var(--ap-border),var(--ap-border)) left center / 76px 1px no-repeat,linear-gradient(var(--ap-border),var(--ap-border)) right center / 76px 1px no-repeat}.author-page .ap-expertise{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.author-page .ap-feature{display:flex;align-items:center;gap:12px;padding:20px 14px;min-height:106px;border-radius:10px}.author-page .ap-feature-icon{flex:0 0 44px;width:44px;height:44px;padding:10px;border:1px solid var(--ap-border);border-radius:50%;color:var(--ap-green)}.author-page .ap-feature h3{margin:0;font-size:12px;line-height:1.5;font-weight:500;color:var(--ap-text)}.author-page .ap-feature p{margin:5px 0 0;font-size:12px;line-height:1.5}.author-page .ap-quote{display:flex;align-items:center;gap:24px;position:relative;margin:30px 14px 0;padding:24px 28px;background:#fafaf2}.author-page .ap-quote-mark{font-family:Georgia,serif;font-size:72px;line-height:.9;color:#738653}.author-page .ap-quote p{flex:1;margin:0;font-family:Georgia,serif;font-size:16px;font-style:italic;line-height:1.5;color:#536047}.author-page .ap-quote-leaf{flex:0 0 64px;height:68px;color:#90a077;transform:rotate(18deg)}.author-page .ap-topics-section{margin-top:22px}.author-page .ap-topics{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.author-page .ap-pill{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border:1px solid var(--ap-border);border-radius:40px;font-size:12px;color:var(--ap-text);line-height:1.4}.author-page .ap-topic-icon{width:26px;height:26px;color:#8a9a75}.author-page .ap-newsletter{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px;padding:24px}.author-page .ap-newsletter h2{font-size:22px;margin:0 0 8px;color:var(--ap-green)}.author-page .ap-newsletter p{font-size:13px}.author-page .ap-form{display:flex;gap:8px}.author-page .ap-form input{min-width:0;width:100%;border:1px solid var(--ap-border);border-radius:6px;padding:12px}.author-page .ap-form button{border:0;border-radius:6px;padding:12px;background:var(--ap-green);color:#fff;cursor:pointer}@media(max-width:1000px){.author-page .ap-hero{padding:28px;gap:28px}.author-page .ap-about{gap:24px}.author-page .ap-stat{padding:16px;gap:12px}.author-page .ap-stat-icon{flex-basis:46px;width:46px;height:46px;padding:10px}.author-page .ap-expertise{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.author-page .ap-shell{padding:0 16px}.author-page .ap-hero{grid-template-columns:1fr;padding:26px 22px;gap:24px}.author-page .ap-portrait-wrap{width:min(100%,220px)}.author-page .ap-hero-content{text-align:center}.author-page .ap-about{grid-template-columns:1fr;margin:24px 0 0;gap:16px}.author-page .ap-section{margin:28px 0 0}.author-page .ap-section-title{font-size:22px}.author-page .ap-stats{gap:12px}.author-page .ap-stat{min-height:108px;padding:14px;gap:10px}.author-page .ap-expertise{grid-template-columns:repeat(2,minmax(0,1fr))}.author-page .ap-feature{padding:14px 10px;gap:8px;min-height:92px}.author-page .ap-feature-icon{flex-basis:36px;width:36px;height:36px;padding:7px}.author-page .ap-quote{margin:24px 0 0;padding:20px;gap:14px}.author-page .ap-quote p{font-size:15px}.author-page .ap-quote-leaf{display:none}.author-page .ap-pill{padding:8px 12px;gap:8px}.author-page .ap-newsletter{grid-template-columns:1fr}}@media(max-width:380px){.author-page .ap-stat{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/88/assets/author-profile-page.css.map */
