.coach-root{background:#070505;color:#fff5f5}.coach-site{overflow-x:hidden;background:linear-gradient(90deg,rgba(255,59,59,.045) 1px,transparent 0),linear-gradient(180deg,rgba(255,59,59,.035) 1px,transparent 0),#070505;background-size:64px 64px}.coach-container{width:100%;max-width:72rem;margin:0 auto;padding-inline:max(1.25rem,env(safe-area-inset-left)) max(1.25rem,env(safe-area-inset-right))}.coach-label{margin:0 0 .75rem;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ff3b3b}.coach-heading{margin:0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;letter-spacing:0;line-height:1.15;color:#fff}.coach-section__header{margin-bottom:2.5rem;max-width:36rem}.coach-section{padding:4.5rem 0;background:#0a0808}.coach-section--dark{background:#070505}.coach-section--programs{background:linear-gradient(135deg,rgba(255,59,59,.08),transparent 38%),#0a0808}.coach-hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding-bottom:max(3rem,env(safe-area-inset-bottom));overflow:hidden}.coach-hero:after{content:"";position:absolute;inset:auto -10% 0 -10%;height:36%;background:repeating-linear-gradient(100deg,rgba(255,59,59,.12),rgba(255,59,59,.12) 1px,transparent 0,transparent 16px);opacity:.48;transform:skewY(-5deg);pointer-events:none}.coach-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,#1d0f0f,#080606 48%,#170d0d),linear-gradient(110deg,transparent 0 44%,rgba(255,59,59,.16) 44% 45%,transparent 45% 100%);background-size:cover;background-position:top}.coach-hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,7,5,.98) 0,rgba(5,7,5,.72) 45%,rgba(5,7,5,.38))}.coach-hero__content{position:relative;z-index:1;padding-top:max(1.25rem,env(safe-area-inset-top));padding-bottom:1rem;animation:coach-rise .65s ease both}.coach-nav{display:inline-block;margin-bottom:3rem;font-size:.8125rem;color:rgba(255,255,255,.55);transition:color .15s ease}.coach-nav:hover{color:#fff}.coach-hero__brand{margin:0 0 1rem;font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ff3b3b}.coach-hero__headline{margin:0 0 1rem;font-size:clamp(2.25rem,8vw,4rem);font-weight:800;letter-spacing:0;line-height:1.05;color:#fff;max-width:14ch;text-transform:uppercase}.coach-hero__sub{margin:0 0 1.25rem;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6;color:rgba(255,247,247,.74);max-width:36rem}.coach-hero__trust{margin:0 0 2rem;font-size:.8125rem;font-weight:500;letter-spacing:.04em;color:rgba(255,59,59,.58)}.coach-hero__actions{display:flex;flex-direction:column;gap:.75rem;max-width:20rem}.coach-hero__metrics{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.coach-hero__metrics span{padding:.42rem .68rem;border:1px solid rgba(255,59,59,.22);border-radius:999px;background:rgba(255,59,59,.08);color:rgba(255,247,247,.75);font-size:.76rem;font-weight:800}.coach-identity{padding:4rem 0;background:linear-gradient(135deg,rgba(255,59,59,.08),transparent 36%),#0a0808;border-top:1px solid rgba(255,247,247,.08);border-bottom:1px solid rgba(255,247,247,.08)}.coach-identity__inner{display:grid;grid-template-columns:1fr;grid-gap:1.75rem;gap:1.75rem;align-items:center}.coach-identity__photo{position:relative;aspect-ratio:16/10;width:100%;overflow:hidden;border-radius:.65rem;background:linear-gradient(135deg,rgba(255,59,59,.2),transparent 55%),#151515;border:1px solid rgba(255,59,59,.16);box-shadow:0 1.4rem 3rem rgba(0,0,0,.34)}.coach-identity__photo img{display:block;width:100%;height:100%;object-fit:cover}.coach-identity__photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 44%,rgba(5,7,5,.62)),linear-gradient(90deg,rgba(5,7,5,.38),transparent 45%)}.coach-identity__photo span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.16);font-size:5rem;font-weight:800}.coach-identity__content{max-width:42rem}.coach-identity h2{margin:0;color:#fff;font-size:clamp(2.75rem,12vw,5.2rem);line-height:.95;font-weight:900}.coach-identity__role{margin:1rem 0 0;color:#ff3b3b;font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.coach-identity__bio{margin:1rem 0 0;max-width:36rem;color:rgba(255,247,247,.72);font-size:1.05rem;line-height:1.7}.coach-identity__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.4rem;max-width:20rem}.coach-btn{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.875rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;text-align:center;border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease;-webkit-tap-highlight-color:transparent}.coach-btn:active{transform:scale(.985)}.coach-btn--primary{background:#ff3b3b;color:#170707;border-color:#ff3b3b;box-shadow:0 .75rem 2.5rem rgba(255,59,59,.18)}.coach-btn--primary:hover{background:#ff6b6b;transform:translateY(-2px)}.coach-btn--ghost{background:transparent;color:rgba(255,247,247,.88);border-color:rgba(255,247,247,.22)}.coach-btn--ghost:hover{border-color:rgba(255,59,59,.5);background:rgba(255,59,59,.07);color:#fff;transform:translateY(-2px)}.coach-btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}.coach-btn--outline:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.55)}.coach-btn--lg{min-height:3.5rem;padding-inline:2rem}.coach-video__embed{position:relative;width:100%;aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;border:1px solid rgba(255,59,59,.16);background:#111;box-shadow:0 1rem 4rem rgba(0,0,0,.32)}.coach-video__embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.coach-video__placeholder{aspect-ratio:16/9;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);background:#111;display:flex;align-items:center;justify-content:center}.coach-video__placeholder-inner{text-align:center;padding:2rem}.coach-video__placeholder-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto 1rem;border-radius:50%;border:1px solid rgba(255,255,255,.15);font-size:1.25rem;color:rgba(255,255,255,.5)}.coach-video__placeholder-text{margin:0 0 .375rem;font-size:.9375rem;color:rgba(255,255,255,.6)}.coach-video__placeholder-hint{margin:0;font-size:.8125rem;color:rgba(255,255,255,.35)}.coach-video__placeholder-hint code{font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem;background:rgba(255,255,255,.06)}.coach-programs{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.coach-program{position:relative;padding:1.75rem;border-radius:.65rem;border:1px solid rgba(255,247,247,.08);background:linear-gradient(145deg,rgba(255,247,247,.055),rgba(255,59,59,.025)),rgba(255,255,255,.02);overflow:hidden;transition:border-color .18s ease,transform .18s ease,background .18s ease}.coach-program:hover{border-color:rgba(255,59,59,.34);transform:translateY(-.25rem);background:linear-gradient(145deg,rgba(255,59,59,.09),rgba(255,247,247,.035)),rgba(255,255,255,.03)}.coach-program__icon{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;margin-bottom:1.15rem;border:1px solid rgba(255,59,59,.28);border-radius:.45rem;background:rgba(255,59,59,.06);color:#ff3b3b}.coach-program__icon svg{width:1.55rem;height:1.55rem;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.coach-program__title{margin:0 0 .625rem;font-size:1.125rem;font-weight:700;color:#fff}.coach-program__desc{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.6;color:rgba(255,247,247,.62)}.coach-program__features{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.coach-program__features li{font-size:.8125rem;color:rgba(255,247,247,.56);padding-left:1rem;position:relative}.coach-program__features li:before{content:"";position:absolute;left:0;top:.55em;width:.25rem;height:.25rem;border-radius:50%;background:#ff3b3b}.coach-transforms{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.coach-empty{margin:0;padding:2rem 1rem;text-align:center;font-size:.9375rem;color:rgba(255,255,255,.45);border:1px dashed rgba(255,255,255,.12);border-radius:.75rem}.coach-transform{border-radius:.75rem;border:1px solid rgba(255,59,59,.12);overflow:hidden;background:rgba(255,255,255,.02);transition:transform .18s ease,border-color .18s ease}.coach-transform:hover{transform:translateY(-.25rem);border-color:rgba(255,59,59,.35)}.coach-transform__images{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;background:rgba(255,255,255,.06)}.coach-transform__ph{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;background:#151515;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.25)}.coach-transform__ph--after{background:#1a1a1a}.coach-transform__img{position:relative;aspect-ratio:3/4;overflow:hidden;background:#151515}.coach-transform__img img{width:100%;height:100%;object-fit:cover;display:block}.coach-transform__tag{position:absolute;left:.625rem;bottom:.625rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.65);border-radius:.25rem}.coach-transform__meta{padding:1rem 1.25rem}.coach-transform__label{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#fff}.coach-transform__stat{margin:0;font-size:.8125rem;color:rgba(255,255,255,.45)}.coach-about{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.coach-about__photo{aspect-ratio:4/5;max-width:20rem;border-radius:.65rem;overflow:hidden;border:1px solid rgba(255,59,59,.16);background:#151515;display:flex;align-items:center;justify-content:center}.coach-about__photo img{width:100%;height:100%;object-fit:cover}.coach-about__initial{font-size:4rem;font-weight:800;color:rgba(255,255,255,.12)}.coach-about__story{margin:0 0 1.5rem;font-size:1rem;line-height:1.7;color:rgba(255,255,255,.65)}.coach-about__creds{margin:0 0 1.5rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.coach-about__creds li{font-size:.875rem;color:rgba(255,255,255,.55);padding-left:1rem;position:relative}.coach-about__creds li:before{content:"—";position:absolute;left:0;color:rgba(255,255,255,.25)}.coach-about__philosophy{margin:0;padding:1.25rem;border-left:2px solid rgba(255,59,59,.55);font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.55);font-style:italic}.coach-work{display:grid;grid-template-columns:1fr;grid-gap:.8rem;gap:.8rem}.coach-work__item{display:grid;grid-template-columns:3.5rem 1fr;grid-gap:1rem;gap:1rem;padding:1.25rem;border:1px solid rgba(255,247,247,.08);border-radius:.65rem;background:linear-gradient(90deg,rgba(255,59,59,.06),transparent 38%),rgba(255,255,255,.02);transition:border-color .16s ease,transform .16s ease}.coach-work__item:hover{border-color:rgba(255,59,59,.28);transform:translateY(-.2rem)}.coach-work__marker{color:rgba(255,59,59,.72);font-size:.78rem;font-weight:800;letter-spacing:.14em}.coach-work h3{margin:0 0 .45rem;font-size:clamp(1.15rem,3vw,1.65rem);color:#fff}.coach-work p{margin:0;max-width:45rem;color:rgba(255,247,247,.6);font-size:.95rem;line-height:1.65}.coach-cta{padding:5rem 0;background:#fff5f5;color:#170707}.coach-cta__inner{text-align:center}.coach-cta__headline{margin:0 0 .875rem;font-size:clamp(2rem,6vw,3rem);font-weight:800;letter-spacing:0;line-height:1.1;color:#080808}.coach-cta__sub{margin:0 auto 2rem;font-size:1rem;line-height:1.6;color:#555;max-width:28rem}.coach-cta__actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.coach-cta .coach-btn--primary{background:#170707;color:#fff;border-color:#170707;width:100%;max-width:20rem}.coach-cta .coach-btn--primary:hover{background:#222}.coach-cta .coach-btn--outline{color:#080808;border-color:rgba(8,8,8,.25);width:100%;max-width:20rem}.coach-cta .coach-btn--outline:hover{background:rgba(8,8,8,.04)}.coach-footer{padding:2rem 0;background:#070505;border-top:1px solid rgba(255,255,255,.06)}@keyframes coach-rise{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}.coach-footer p{margin:0;font-size:.8125rem;color:rgba(255,255,255,.35);text-align:center}.coach-footer a{color:rgba(255,255,255,.55);transition:color .15s ease}.coach-footer a:hover{color:#fff}@media (min-width:640px){.coach-hero__actions,.coach-identity__actions{flex-direction:row;max-width:none}.coach-programs{grid-template-columns:repeat(2,1fr);gap:1.25rem}.coach-transforms,.coach-work{grid-template-columns:repeat(3,1fr)}.coach-work__item{grid-template-columns:1fr;align-content:start}.coach-cta__actions{flex-direction:row;justify-content:center}.coach-cta .coach-btn--outline,.coach-cta .coach-btn--primary{width:auto}}@media (min-width:768px){.coach-section{padding:6rem 0}.coach-identity{padding:5rem 0}.coach-identity__inner{grid-template-columns:5fr 7fr;gap:4rem}.coach-identity__photo{aspect-ratio:4/5}.coach-about{grid-template-columns:5fr 7fr;gap:4rem;align-items:center}.coach-about__photo{max-width:none}.coach-hero{align-items:center}.coach-hero__content{padding-top:2rem}}@media (min-width:1024px){.coach-program{padding:2rem}}