:root{--main-width:1200px;--sidebar-width:undefined}:root{--content-width:1200px;--primary-color:#614578;--secondary-color:#7c6eb5;--mint-green:#cce2df}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#333;background:#fff}footer,header{width:100%}main{width:100%}img{height:auto;max-width:100%;vertical-align:top}.coach-main{padding:2rem 1.5rem 4rem;width:100%}.coach-hero{background:#f7f7ff;padding:3rem 0;margin-bottom:2rem;width:100%}.coach-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem;align-items:center;padding:0 2rem}.coach-photo img{width:100%;max-width:350px;height:auto;border-radius:12px;display:block}.coach-title{font-size:2.4rem;margin-bottom:1rem;line-height:1.2}.coach-intro{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.coach-cta-button{display:inline-block;padding:.8rem 1.6rem;background:var(--primary-color);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:.2s}.coach-cta-button:hover{background:var(--secondary-color);transform:translateY(-2px)}.coach-content{max-width:var(--content-width);margin:0 auto;padding:0 2rem 3rem}.coach-content-inner{line-height:1.7;font-size:1rem}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.align-justify{text-align:justify}.post__image--left{float:left;margin:0 1.5rem 1rem 0}.post__image--right{float:right;margin:0 0 1rem 1.5rem}.post__image--center{margin:0 auto;display:block}.post__image--wide{max-width:120%;margin-left:-10%}.post__image--full{max-width:100vw;margin-left:calc(50% - 50vw);width:100vw}.gallery-wrapper{margin:2rem 0}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.gallery__item img{width:100%;height:auto;display:block}.menu{list-style:none;margin:0;padding:0}.active a{font-weight:700}@media (max-width:768px){.coach-hero-inner{grid-template-columns:1fr;text-align:center;padding:0 1rem}.coach-photo img{margin:0 auto}.coach-content{padding:0 1rem 3rem}.coach-main{padding:1.5rem 1rem 3rem}}