body{background:var(--bg);}
.author-container{max-width:1280px;margin:0 auto;padding:0 36px;}
.author-btn{min-height:54px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;border:0;line-height:1;}
.author-btn--primary{background:var(--blue);color:#fff;box-shadow:0 18px 48px rgba(18,109,251,.28);}
.author-btn--secondary{background:#fff;border:1px solid var(--line);color:var(--ink);}
.author-kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:800;color:var(--blue);}
.author-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(18,109,251,.12);}
.author-section{padding:104px 0;}
.author-section-heading{margin:24px 0 18px;font-size:clamp(44px,5.6vw,76px);line-height:.94;letter-spacing:-.085em;font-weight:900;}
.author-section-lead{margin:0;color:var(--muted);font-size:20px;line-height:1.6;letter-spacing:-.025em;}
.author-section-intro{max-width:820px;}
.author-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 0% 0%,rgba(244,155,232,.88) 0%,rgba(244,155,232,.50) 18%,rgba(255,215,247,.24) 36%,transparent 54%),radial-gradient(circle at 76% 64%,rgba(18,109,251,.14),transparent 34%),linear-gradient(180deg,#fff 0%,#FFF6FD 44%,#F9FBFF 68%,#EAF3FF 100%);}
.author-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(8,10,15,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(8,10,15,.03) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 72%);pointer-events:none;}
.author-hero__inner{max-width:1280px;margin:0 auto;padding:72px 36px 104px;display:grid;grid-template-columns:1fr .82fr;gap:72px;align-items:center;position:relative;z-index:2;}
.author-hero h1{max-width:780px;margin:26px 0 22px;font-size:clamp(62px,8.4vw,118px);line-height:.9;letter-spacing:-.087em;font-weight:900;}
.author-hero__sub{max-width:740px;color:var(--muted);font-size:clamp(18px,1.45vw,22px);line-height:1.58;letter-spacing:-.025em;margin:0;}
.author-actions{margin-top:34px;display:flex;gap:18px;flex-wrap:wrap;}
.author-profile-card{border-radius:42px;background:var(--navy);color:#fff;padding:38px;min-height:620px;position:relative;overflow:hidden;box-shadow:0 34px 100px rgba(18,109,251,.22),0 18px 50px rgba(8,10,15,.16);}
.author-profile-card:before{content:"";position:absolute;right:-130px;top:-160px;width:420px;height:420px;border-radius:50%;background:rgba(18,109,251,.32);}
.author-profile-card:after{content:"IWS";position:absolute;left:26px;bottom:-42px;color:rgba(255,255,255,.045);font-size:180px;line-height:1;letter-spacing:-.14em;font-weight:950;}
.author-avatar-wrap{position:relative;z-index:2;width:250px;height:250px;border-radius:42px;overflow:hidden;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.18);display:grid;place-items:center;}
.author-avatar-wrap img{width:100%;height:100%;object-fit:cover;display:block;}
.author-profile-card h2{position:relative;z-index:2;margin:34px 0 16px;font-size:46px;line-height:.96;letter-spacing:-.075em;}
.author-profile-card p{position:relative;z-index:2;margin:0;color:rgba(255,255,255,.7);font-size:20px;line-height:1.5;letter-spacing:-.025em;}
.author-profile-badges{position:relative;z-index:2;margin-top:32px;display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.author-profile-badges div{min-height:86px;border-radius:20px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.11);padding:16px;}
.author-profile-badges strong{display:block;color:#fff;font-size:25px;letter-spacing:-.06em;margin-bottom:5px;}
.author-profile-badges span{display:block;color:rgba(255,255,255,.62);font-size:13px;line-height:1.35;font-weight:700;}
.author-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:start;}
.author-statement{border-radius:38px;background:#fff;border:1px solid var(--line);padding:42px;box-shadow:0 14px 48px rgba(8,10,15,.045);position:sticky;top:32px;}
.author-statement small{display:block;color:var(--blue);font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;margin-bottom:22px;}
.author-statement h2{margin:0;font-size:clamp(42px,5vw,66px);line-height:.94;letter-spacing:-.085em;}
.author-story-copy p{margin:0 0 20px;color:var(--muted);font-size:20px;line-height:1.65;letter-spacing:-.025em;}
.author-principle{margin-top:34px;border-radius:30px;background:var(--navy);color:#fff;padding:34px;}
.author-principle h3{margin:0 0 10px;font-size:34px;line-height:1;letter-spacing:-.07em;}
.author-principle p{color:rgba(255,255,255,.68);font-size:18px;margin:0;}
.author-expertise{background:var(--cream);}
.author-expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:50px;}
.author-expertise-card{min-height:260px;border-radius:32px;background:#fff;border:1px solid var(--line);padding:30px;position:relative;overflow:hidden;box-shadow:0 12px 42px rgba(8,10,15,.04);}
.author-expertise-card:before{content:"";position:absolute;right:-90px;top:-90px;width:220px;height:220px;border-radius:50%;background:rgba(18,109,251,.09);}
.author-expertise-card:nth-child(2n):before{background:rgba(244,155,232,.18);}
.author-expertise-card small{position:relative;color:var(--blue);font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;}
.author-expertise-card h3{position:relative;margin:56px 0 12px;font-size:31px;line-height:1;letter-spacing:-.075em;}
.author-expertise-card p{position:relative;margin:0;color:var(--muted);line-height:1.5;}
.author-writing{background:#FAFAFA;}
.author-split-head{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:end;margin-bottom:54px;}
.author-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.author-post-card{min-height:360px;border-radius:34px;background:#fff;border:1px solid var(--line);padding:30px;box-shadow:0 14px 48px rgba(8,10,15,.045);position:relative;overflow:hidden;display:flex;flex-direction:column;}
.author-post-card:before{content:"";position:absolute;right:-110px;top:-120px;width:300px;height:300px;border-radius:50%;background:rgba(18,109,251,.08);}
.author-post-card small{position:relative;color:var(--blue);font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;}
.author-post-card h3{position:relative;margin:48px 0 14px;font-size:30px;line-height:1.04;letter-spacing:-.07em;}
.author-post-card p{position:relative;margin:0;color:var(--muted);line-height:1.5;}
.author-post-card a{margin-top:auto;position:relative;color:var(--blue);font-weight:850;text-decoration:none;}
.author-post-card--empty{grid-column:1/-1;min-height:260px;}
.author-pathways{background:linear-gradient(180deg,#FAFAFA 0%,#F4F8FF 100%);}
.author-pathway-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:50px;}
.author-pathway-card{border-radius:36px;background:#fff;border:1px solid var(--line);padding:38px;min-height:390px;box-shadow:0 14px 48px rgba(8,10,15,.045);position:relative;overflow:hidden;display:flex;flex-direction:column;}
.author-pathway-card--dark{background:var(--navy);color:#fff;}
.author-pathway-card:before{content:"";position:absolute;right:-130px;top:-150px;width:360px;height:360px;border-radius:50%;background:rgba(18,109,251,.1);}
.author-pathway-card--dark:before{background:rgba(18,109,251,.28);}
.author-pathway-card small{position:relative;color:var(--blue);font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;}
.author-pathway-card--dark small{color:rgba(255,255,255,.68);}
.author-pathway-card h3{position:relative;margin:42px 0 16px;font-size:44px;line-height:.96;letter-spacing:-.075em;}
.author-pathway-card p{position:relative;margin:0;color:var(--muted);font-size:18px;line-height:1.55;}
.author-pathway-card--dark p{color:rgba(255,255,255,.68);}
.author-pathway-card .author-btn{position:relative;margin-top:auto;align-self:flex-start;}
.author-cta-footer{background:linear-gradient(180deg,#FAFAFA 0%,#EAF3FF 100%);padding:96px 0;overflow:hidden;}
.author-cta{max-width:1180px;margin:0 auto;text-align:center;position:relative;z-index:2;padding:0 36px;}
.author-cta h2{margin:0 auto 22px;max-width:880px;font-size:clamp(46px,5.8vw,82px);line-height:.94;letter-spacing:-.09em;font-weight:900;}
.author-cta__lead{margin:0 auto;max-width:720px;color:var(--muted);font-size:20px;line-height:1.6;}
.author-cta__actions{margin-top:34px;display:flex;justify-content:center;gap:18px;flex-wrap:wrap;}
@media(max-width:1050px){.author-hero__inner,.author-story-grid,.author-split-head{grid-template-columns:1fr;}.author-statement{position:relative;top:auto;}.author-expertise-grid,.author-post-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:900px){.author-pathway-grid{grid-template-columns:1fr;}.author-profile-card{min-height:auto;}}
@media(max-width:680px){.author-container,.author-hero__inner{padding-left:22px;padding-right:22px;}.author-hero__inner{padding-top:52px;padding-bottom:72px;}.author-section{padding:74px 0;}.author-hero h1{font-size:56px;}.author-profile-card,.author-statement,.author-pathway-card{padding:28px;border-radius:30px;}.author-avatar-wrap{width:190px;height:190px;border-radius:32px;}.author-profile-badges,.author-expertise-grid,.author-post-grid{grid-template-columns:1fr;}.author-section-heading{font-size:44px;}.author-actions,.author-cta__actions{flex-direction:column;}.author-btn{width:100%;}.author-pathway-card .author-btn{align-self:stretch;}}
