.ctr-athlete-profile{background-color:#f4f4f4;padding:40px 20px;font-family:Gabarito,sans-serif;color:#1a1a1a}.ctr-athlete-profile__wrapper{max-width:1100px;margin:0 auto;background-color:#fff;border-radius:20px;padding:20px}.ctr-athlete-profile__hero{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"info  image" "gallery image";column-gap:40px;align-items:start}.ctr-athlete-profile__info{grid-area:info}.ctr-athlete-profile__image{grid-area:image}.ctr-athlete-profile__gallery-wrap{grid-area:gallery}.ctr-athlete-profile__info{display:grid;flex-direction:column;align-items:center;justify-content:center;gap:0;text-align:center;padding:30px}@media(max-width:768px){.ctr-athlete-profile__info{padding:0;flex-direction:column;align-items:flex-start;text-align:left}}.ctr-athlete-profile__name{font-family:Gabarito,sans-serif;font-weight:700;font-size:48px;line-height:1.1;margin:0 0 8px}.ctr-athlete-profile__subtitle{font-family:Gabarito,sans-serif;font-weight:500;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;color:#666;margin:0 0 16px}.ctr-athlete-profile__school{display:flex;align-items:center;text-align:center;justify-content:center;width:100%;gap:8px;background:#f5f5f5;border-radius:8px;padding:10px 20px;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.ctr-athlete-profile__school-icon{width:20px;height:20px;flex-shrink:0}.ctr-athlete-profile__school-icon img{width:100%;height:100%;object-fit:contain}.ctr-athlete-profile__description{font-family:var(--font-body-family);font-size:16px;line-height:1.6;color:#333;margin:0 0 24px;max-width:460px}.ctr-athlete-profile__cta{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;background-color:#f47d21;color:#fff;font-family:Gabarito,sans-serif;font-weight:700;font-size:18px;line-height:1;padding:18px 28px;border-radius:12px;text-decoration:none;transition:background-color .3s ease;width:100%}.ctr-athlete-profile__cta:hover{background-color:#000;color:#fff}.ctr-athlete-profile__cta-icon{width:20px;height:20px;flex-shrink:0}.ctr-athlete-profile__image{width:100%;border-radius:16px;overflow:hidden;aspect-ratio:1 / 1}.ctr-athlete-profile__image img{width:100%;height:100%;object-fit:cover}.ctr-athlete-profile__card{margin-top:40px;background:#fff;border:1px solid #e8e8e8;border-radius:20px;padding:30px}.ctr-athlete-profile__records-header,.ctr-athlete-profile__milestones-header{display:flex;align-items:center;gap:12px;margin:0 0 24px}.ctr-athlete-profile__records-header h3,.ctr-athlete-profile__milestones-header h3{font-family:var(--font-heading-family);font-weight:700;font-size:40px;margin:0;line-height:1.2;letter-spacing:-.03em}@media(max-width:767px){.ctr-athlete-profile__records-header h3,.ctr-athlete-profile__milestones-header h3{font-size:24px}}.ctr-athlete-profile__header-icon{width:32px;height:32px;flex-shrink:0}.ctr-athlete-profile__header-icon img{width:100%;height:100%;object-fit:contain}@media(max-width:767px){.ctr-athlete-profile__header-icon{width:24px;height:24px;transform:translateY(-5px)}}.ctr-athlete-profile__records-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ctr-athlete-profile__record{background:#faf5ef;border-radius:12px;padding:24px 16px;text-align:center}.ctr-athlete-profile__record-value{font-family:Gabarito,sans-serif;font-weight:700;font-size:36px;color:#f26522;margin:0 0 4px;line-height:1.2}.ctr-athlete-profile__record-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#666;margin:0}.ctr-athlete-profile__divider{border:none;border-top:1px solid #e8e8e8;margin:32px 0}.ctr-athlete-profile__milestones-list{display:flex;flex-direction:column;gap:24px}.ctr-athlete-profile__milestone{display:flex;align-items:flex-start;gap:16px}.ctr-athlete-profile__milestone-bar{width:4px;min-height:60px;background:#f26522;border-radius:2px;flex-shrink:0;align-self:stretch}.ctr-athlete-profile__milestone-content{display:flex;flex-direction:column;gap:2px;padding-left:12px;border-left:3px solid #F47D21}.ctr-athlete-profile__milestone-year{font-family:var(--font-heading-family);font-weight:700;font-size:16px;color:#f26522;margin:0}.ctr-athlete-profile__milestone-title{font-family:var(--font-heading-family);font-weight:700;font-size:18px;margin:0;color:#1a1a1a}.ctr-athlete-profile__milestone-desc{font-family:var(--font-body-family);font-size:14px;color:#666;margin:0;line-height:1.5}@media(max-width:767px){.ctr-athlete-profile{padding:20px 16px}.ctr-athlete-profile__wrapper{padding:20px}.ctr-athlete-profile__hero{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"image" "gallery" "info";gap:24px}.ctr-athlete-profile__image{border-radius:16px;aspect-ratio:1 / 1}.ctr-athlete-profile__info{padding-top:0}.ctr-athlete-profile__name{font-size:40px}.ctr-athlete-profile__cta{font-size:24px;width:100%;min-width:unset}.ctr-athlete-profile__card{padding:20px;margin-top:24px}.ctr-athlete-profile__records-grid{grid-template-columns:1fr;gap:12px}.ctr-athlete-profile__record{padding:20px 16px}.ctr-athlete-profile__record-value{font-size:28px}}.ctr-athlete-profile__gallery-wrap{width:100%;max-width:100%;min-width:0;position:relative;padding:0 30px}.ctr-athlete-profile__gallery-wrap:after{content:"";position:absolute;top:0;right:0;width:80px;height:calc(100% - 60px);background:linear-gradient(to right,transparent,#fff);pointer-events:none;z-index:1}.ctr-athlete-profile__gallery{width:100%}.ctr-athlete-profile__gallery-slide{border-radius:10px;overflow:hidden;aspect-ratio:1 / 1}.ctr-athlete-profile__gallery-slide img{width:100%;height:100%;object-fit:cover;display:block}.ctr-athlete-profile__gallery-controls{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.ctr-athlete-profile__gallery-pagination{display:flex;align-items:center;gap:6px}.ctr-athlete-profile__gallery-pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:#1a1a1a;opacity:.2;margin:0!important;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.ctr-athlete-profile__gallery-pagination .swiper-pagination-bullet-active{opacity:1;transform:scale(1.3)}.ctr-athlete-profile__gallery-nav{display:flex;align-items:center;gap:8px}.ctr-athlete-profile__gallery-prev,.ctr-athlete-profile__gallery-next{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1.5px solid #e0e0e0;background:#fff;cursor:pointer;color:#1a1a1a;transition:border-color .15s ease,background .15s ease}.ctr-athlete-profile__gallery-prev:hover,.ctr-athlete-profile__gallery-next:hover{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.ctr-athlete-profile__gallery-prev.swiper-button-disabled,.ctr-athlete-profile__gallery-next.swiper-button-disabled{opacity:.3;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/52/assets/section-ctr-athlete-profile.css.map */
