.athlete-hero{min-height:90vh;display:grid;grid-template-columns:1fr;position:relative;overflow:hidden}@media(min-width:769px){.athlete-hero{grid-template-columns:1fr 1fr;min-height:100vh}}.athlete-hero.allow-transparent-header{margin-top:calc(-1 * var(--header-height, 80px));padding-top:var(--header-height, 80px)}.athlete-hero__image{aspect-ratio:3/4;background:linear-gradient(135deg,#3d3d3d,#2d2d2d);display:flex;align-items:center;justify-content:center;font-size:1rem;color:#ffffff4d;position:relative;overflow:hidden}.athlete-hero__image img{width:100%;height:100%;object-fit:cover}@media(min-width:769px){.athlete-hero__image{aspect-ratio:auto;position:sticky;top:0;height:100vh}}.athlete-hero__content{padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:center;color:#fff}@media(min-width:769px){.athlete-hero__content{padding:4rem}}.athlete-hero__label{display:inline-block;background:var(--athlete-gold, #C9A227);color:var(--athlete-dark, #1A1A1A);padding:.4rem 1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;width:fit-content}.athlete-hero__name{font-size:clamp(3rem,10vw,5rem);font-weight:700;text-transform:uppercase;line-height:.95;margin-bottom:.75rem}.athlete-hero__name span{display:block;color:var(--athlete-gold, #C9A227)}.athlete-hero__tagline{font-size:1.25rem;opacity:.8;margin-bottom:1.5rem;line-height:1.6}.athlete-hero__stats{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.athlete-hero__stat{text-align:left}.athlete-hero__stat-value{font-size:2rem;font-weight:700;color:var(--athlete-gold, #C9A227);line-height:1}.athlete-hero__stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.athlete-hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.athlete-hero__button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:4px;transition:all .3s ease}.athlete-hero__button--primary{background:var(--athlete-gold, #C9A227);color:var(--athlete-dark, #1A1A1A);border:2px solid var(--athlete-gold, #C9A227)}.athlete-hero__button--primary:hover{background:transparent;color:var(--athlete-gold, #C9A227)}.athlete-hero__button--outline{background:transparent;color:#fff;border:2px solid #ffffff}.athlete-hero__button--outline:hover{background:#fff;color:var(--athlete-dark, #1A1A1A)}.athlete-story{padding:4rem 1.5rem}.athlete-story__container{max-width:900px;margin:0 auto}.athlete-story__heading{font-size:2rem;font-weight:700;text-transform:uppercase;margin-bottom:1.5rem;color:#fff}.athlete-story__heading span{color:var(--athlete-gold, #C9A227)}.athlete-story__content{font-size:1.1rem;line-height:1.9;color:#ffffffd9}.athlete-story__content p{margin-bottom:1.5rem}.athlete-story__quote{font-size:1.5rem;font-style:italic;line-height:1.6;color:var(--athlete-gold, #C9A227);border-left:3px solid var(--athlete-gold, #C9A227);padding:2rem 0 2rem 1.5rem;margin:2rem 0}.athlete-stats{padding:4rem 1.5rem}.athlete-stats__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width:769px){.athlete-stats__grid{grid-template-columns:1fr 1fr}}.athlete-stats__card{background:var(--athlete-dark, #1A1A1A);border-radius:0;padding:2rem}.athlete-stats__card-heading{font-size:1.25rem;font-weight:700;text-transform:uppercase;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:#fff}.athlete-stats__card-heading svg{color:var(--athlete-gold, #C9A227)}.athlete-stats__ranking-list{list-style:none;margin:0;padding:0}.athlete-stats__ranking-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--athlete-gray, #2D2D2D)}.athlete-stats__ranking-item:last-child{border-bottom:none}.athlete-stats__ranking-label{color:#ffffffb3}.athlete-stats__ranking-value{font-weight:700;color:var(--athlete-gold, #C9A227)}.athlete-stats__schedule-list{list-style:none;margin:0;padding:0}.athlete-stats__schedule-item{padding:.75rem 0;border-bottom:1px solid var(--athlete-gray, #2D2D2D)}.athlete-stats__schedule-item:last-child{border-bottom:none}.athlete-stats__schedule-date{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--athlete-gold, #C9A227);margin-bottom:2px}.athlete-stats__schedule-event{font-weight:600;color:#fff;margin-bottom:2px}.athlete-stats__schedule-location{font-size:.85rem;color:#fff9}.athlete-picks{padding:4rem 1.5rem}.athlete-picks__header{text-align:center;max-width:700px;margin:0 auto 2rem}.athlete-picks__heading{font-size:2rem;font-weight:700;text-transform:uppercase;margin-bottom:.75rem;color:#fff}.athlete-picks__subheading{color:#ffffffb3;font-size:1.05rem}.athlete-picks__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.athlete-pick-card{background:var(--athlete-dark, #1A1A1A);border-radius:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:#fff;display:block;position:relative}@media(hover:hover){.athlete-pick-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}}.athlete-pick-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--athlete-gold, #C9A227);color:var(--athlete-dark, #1A1A1A);padding:.3rem .7rem;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;z-index:2}.athlete-pick-card__highlight{position:absolute;top:.75rem;right:.75rem;background:#000000b3;color:#fff;padding:.3rem .7rem;font-size:.6rem;font-weight:600;text-transform:uppercase;border-radius:4px;z-index:2}.athlete-pick-card__image{aspect-ratio:1;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#ffffff4d;overflow:hidden}.athlete-pick-card__image img{width:100%;height:100%;object-fit:cover}.athlete-pick-card__content{padding:1.5rem}.athlete-pick-card__name{font-weight:700;font-size:1.1rem;margin-bottom:.25rem}.athlete-pick-card__stats{font-size:.8rem;color:var(--athlete-gold, #C9A227);margin-bottom:.5rem}.athlete-pick-card__quote{font-size:.85rem;color:#fff9;margin-bottom:.75rem;font-style:italic}.athlete-pick-card__price{font-weight:700;font-size:1.1rem}.athlete-booking{padding:4rem 1.5rem;color:#fff}.athlete-booking__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:769px){.athlete-booking__container{grid-template-columns:1fr 1fr;gap:3rem}}.athlete-booking__heading{font-size:2rem;font-weight:700;text-transform:uppercase;margin-bottom:.75rem}.athlete-booking__heading span{color:var(--athlete-gold, #C9A227)}.athlete-booking__description{font-size:1.1rem;line-height:1.7;opacity:.85;margin-bottom:1.5rem}.athlete-booking__benefits{list-style:none;margin:0;padding:0}.athlete-booking__benefits li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.athlete-booking__benefits li svg{color:var(--athlete-gold, #C9A227);flex-shrink:0;margin-top:2px}.athlete-booking__form-wrapper{background:var(--athlete-dark, #1A1A1A);border-radius:0;padding:2rem}.athlete-booking__form-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.athlete-booking__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:500px){.athlete-booking__form-row{grid-template-columns:1fr}}.athlete-booking__form-group{margin-bottom:1rem}.athlete-booking__form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem;color:#fffc}.athlete-booking__form-group input,.athlete-booking__form-group textarea,.athlete-booking__form-group select{width:100%;padding:.85rem 1rem;background:var(--athlete-gray, #2D2D2D);border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.athlete-booking__form-group input:focus,.athlete-booking__form-group textarea:focus,.athlete-booking__form-group select:focus{outline:none;border-color:var(--athlete-gold, #C9A227)}.athlete-booking__form-group input::placeholder,.athlete-booking__form-group textarea::placeholder{color:#fff6}.athlete-booking__form-group textarea{min-height:100px;resize:vertical}.athlete-booking__form-group select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.athlete-booking__form-group select option{background:var(--athlete-dark, #1A1A1A)}.athlete-booking__form-submit{margin-top:1.5rem}.athlete-booking__button{width:100%;padding:1rem 2rem;background:var(--athlete-gold, #C9A227);color:var(--athlete-dark, #1A1A1A);border:none;border-radius:4px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease}.athlete-booking__button:hover{background:#a8841f}.athlete-booking__form-success{text-align:center;padding:2rem}.athlete-booking__form-success svg{color:var(--athlete-gold, #C9A227);margin-bottom:1rem}.athlete-booking__form-success p{font-size:1.1rem;color:#ffffffe6}.athlete-booking__form-error{background:#dc354533;border:1px solid rgba(220,53,69,.5);color:#ff6b6b;padding:1rem;border-radius:4px;margin-bottom:1.5rem;font-size:.9rem}
/*# sourceMappingURL=/cdn/shop/t/112/assets/athlete-sections.css.map */
